]> git.lyx.org Git - lyx.git/blob - lib/doc/ja/Math.lyx
Math.lyx: replace tables by formal ones - part 6
[lyx.git] / lib / doc / ja / Math.lyx
1 #LyX 2.2 created this file. For more info see http://www.lyx.org/
2 \lyxformat 499
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 booktabs="true" 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 \end_layout
10349
10350 \end_inset
10351 </cell>
10352 </row>
10353 <row topspace="1.5mm">
10354 <cell alignment="center" valignment="top" usebox="none">
10355 \begin_inset Text
10356
10357 \begin_layout Plain Layout
10358
10359 \backslash
10360 overleftarrow
10361 \begin_inset space \textvisiblespace{}
10362 \end_inset
10363
10364 A=B
10365 \end_layout
10366
10367 \end_inset
10368 </cell>
10369 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10370 \begin_inset Text
10371
10372 \begin_layout Plain Layout
10373 \begin_inset Formula $\overleftarrow{A=B}$
10374 \end_inset
10375
10376
10377 \end_layout
10378
10379 \end_inset
10380 </cell>
10381 </row>
10382 <row topspace="1.5mm">
10383 <cell alignment="center" valignment="top" usebox="none">
10384 \begin_inset Text
10385
10386 \begin_layout Plain Layout
10387
10388 \backslash
10389 underleftarrow
10390 \begin_inset space \textvisiblespace{}
10391 \end_inset
10392
10393 A=B
10394 \end_layout
10395
10396 \end_inset
10397 </cell>
10398 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10399 \begin_inset Text
10400
10401 \begin_layout Plain Layout
10402 \begin_inset Formula $\underleftarrow{A=B}$
10403 \end_inset
10404
10405
10406 \end_layout
10407
10408 \end_inset
10409 </cell>
10410 </row>
10411 <row topspace="1.5mm">
10412 <cell alignment="center" valignment="top" usebox="none">
10413 \begin_inset Text
10414
10415 \begin_layout Plain Layout
10416
10417 \backslash
10418 overleftrightarrow
10419 \begin_inset space \textvisiblespace{}
10420 \end_inset
10421
10422 A=B
10423 \end_layout
10424
10425 \end_inset
10426 </cell>
10427 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10428 \begin_inset Text
10429
10430 \begin_layout Plain Layout
10431 \begin_inset Formula $\overleftrightarrow{A=B}$
10432 \end_inset
10433
10434
10435 \end_layout
10436
10437 \end_inset
10438 </cell>
10439 </row>
10440 <row topspace="1.5mm" bottomspace="1mm">
10441 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10442 \begin_inset Text
10443
10444 \begin_layout Plain Layout
10445
10446 \backslash
10447 underleftrightarrow
10448 \begin_inset space \textvisiblespace{}
10449 \end_inset
10450
10451 A=B
10452 \end_layout
10453
10454 \end_inset
10455 </cell>
10456 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10457 \begin_inset Text
10458
10459 \begin_layout Plain Layout
10460 \begin_inset Formula $\underleftrightarrow{A=B}$
10461 \end_inset
10462
10463
10464 \end_layout
10465
10466 \end_inset
10467 </cell>
10468 </row>
10469 </lyxtabular>
10470
10471 \end_inset
10472
10473
10474 \begin_inset space \hfill{}
10475 \end_inset
10476
10477
10478 \begin_inset Tabular
10479 <lyxtabular version="3" rows="5" columns="2">
10480 <features booktabs="true" tabularvalignment="middle">
10481 <column alignment="center" valignment="top" width="0pt">
10482 <column alignment="center" valignment="top" width="0pt">
10483 <row>
10484 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10485 \begin_inset Text
10486
10487 \begin_layout Plain Layout
10488 コマンド
10489 \end_layout
10490
10491 \end_inset
10492 </cell>
10493 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10494 \begin_inset Text
10495
10496 \begin_layout Plain Layout
10497 出力
10498 \end_layout
10499
10500 \end_inset
10501 </cell>
10502 </row>
10503 <row topspace="1.5mm">
10504 <cell alignment="center" valignment="top" usebox="none">
10505 \begin_inset Text
10506
10507 \begin_layout Plain Layout
10508
10509 \backslash
10510 overrightarrow
10511 \begin_inset space \textvisiblespace{}
10512 \end_inset
10513
10514 A=B
10515 \end_layout
10516
10517 \end_inset
10518 </cell>
10519 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10520 \begin_inset Text
10521
10522 \begin_layout Plain Layout
10523 \begin_inset Formula $\overrightarrow{A=B}$
10524 \end_inset
10525
10526
10527 \end_layout
10528
10529 \end_inset
10530 </cell>
10531 </row>
10532 <row topspace="1.5mm">
10533 <cell alignment="center" valignment="top" usebox="none">
10534 \begin_inset Text
10535
10536 \begin_layout Plain Layout
10537
10538 \backslash
10539 underrightarrow
10540 \begin_inset space \textvisiblespace{}
10541 \end_inset
10542
10543 A=B
10544 \end_layout
10545
10546 \end_inset
10547 </cell>
10548 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10549 \begin_inset Text
10550
10551 \begin_layout Plain Layout
10552 \begin_inset Formula $\underrightarrow{A=B}$
10553 \end_inset
10554
10555
10556 \end_layout
10557
10558 \end_inset
10559 </cell>
10560 </row>
10561 <row topspace="1.5mm">
10562 <cell alignment="center" valignment="top" usebox="none">
10563 \begin_inset Text
10564
10565 \begin_layout Plain Layout
10566
10567 \backslash
10568 widetilde
10569 \begin_inset space \textvisiblespace{}
10570 \end_inset
10571
10572 A=B
10573 \end_layout
10574
10575 \end_inset
10576 </cell>
10577 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10578 \begin_inset Text
10579
10580 \begin_layout Plain Layout
10581 \begin_inset Formula $\widetilde{A=B}$
10582 \end_inset
10583
10584
10585 \end_layout
10586
10587 \end_inset
10588 </cell>
10589 </row>
10590 <row topspace="1.5mm" bottomspace="1mm">
10591 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10592 \begin_inset Text
10593
10594 \begin_layout Plain Layout
10595
10596 \backslash
10597 widehat
10598 \begin_inset space \textvisiblespace{}
10599 \end_inset
10600
10601 A=B
10602 \end_layout
10603
10604 \end_inset
10605 </cell>
10606 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10607 \begin_inset Text
10608
10609 \begin_layout Plain Layout
10610 \begin_inset Formula $\widehat{A=B}$
10611 \end_inset
10612
10613
10614 \end_layout
10615
10616 \end_inset
10617 </cell>
10618 </row>
10619 </lyxtabular>
10620
10621 \end_inset
10622
10623
10624 \begin_inset space \hfill{}
10625 \end_inset
10626
10627
10628 \end_layout
10629
10630 \begin_layout Standard
10631 \begin_inset VSpace medskip
10632 \end_inset
10633
10634 これらのコマンドでは、好きなだけ多くの文字にアクセントを付けることができます。しかし、
10635 \series bold
10636
10637 \backslash
10638 widetilde
10639 \series default
10640 および
10641 \series bold
10642
10643 \backslash
10644 widehat
10645 \series default
10646 のアクセントは、以下の例のように、出力では3文字分の長さにしかなりません。
10647 \begin_inset Formula 
10648 \[
10649 \widetilde{A+B=C-D}
10650 \]
10651
10652 \end_inset
10653
10654
10655 \end_layout
10656
10657 \begin_layout Standard
10658 前小節で述べた
10659 \series bold
10660
10661 \backslash
10662 overset
10663 \series default
10664
10665 \begin_inset Index idx
10666 status collapsed
10667
10668 \begin_layout Plain Layout
10669 こまんど@コマンド ! O ! 
10670 \backslash
10671 overset
10672 \end_layout
10673
10674 \end_inset
10675
10676 コマンドと
10677 \series bold
10678
10679 \backslash
10680 underset
10681 \series default
10682
10683 \begin_inset Index idx
10684 status collapsed
10685
10686 \begin_layout Plain Layout
10687 こまんど@コマンド ! U ! 
10688 \backslash
10689 underset
10690 \end_layout
10691
10692 \end_inset
10693
10694 コマンドを使っても、複数の文字にアクセントを付けることができます。
10695 \series bold
10696
10697 \backslash
10698 underset
10699 \begin_inset space \textvisiblespace{}
10700 \end_inset
10701
10702 A=B
10703 \begin_inset Formula $\downarrow$
10704 \end_inset
10705
10706 ***
10707 \series default
10708 というコマンドは、
10709 \begin_inset Formula 
10710 \[
10711 \underset{***}{A=B}
10712 \]
10713
10714 \end_inset
10715
10716 のようになります。
10717 \end_layout
10718
10719 \begin_layout Section
10720 空白
10721 \begin_inset CommandInset label
10722 LatexCommand label
10723 name "subsec:空白"
10724
10725 \end_inset
10726
10727
10728 \begin_inset Index idx
10729 status collapsed
10730
10731 \begin_layout Plain Layout
10732 くうはく@空白 ! すいへい@水平
10733 \begin_inset space \thinspace{}
10734 \end_inset
10735
10736 ——
10737 \end_layout
10738
10739 \end_inset
10740
10741
10742 \end_layout
10743
10744 \begin_layout Subsection
10745 定義済みの空白
10746 \begin_inset CommandInset label
10747 LatexCommand label
10748 name "subsec:定義済みの空白"
10749
10750 \end_inset
10751
10752
10753 \begin_inset Index idx
10754 status collapsed
10755
10756 \begin_layout Plain Layout
10757 くうはく@空白 ! すいへい@水平
10758 \begin_inset space \thinspace{}
10759 \end_inset
10760
10761 —— ! ていぎずみ@定義済み
10762 \end_layout
10763
10764 \end_inset
10765
10766
10767 \end_layout
10768
10769 \begin_layout Standard
10770 数式に水平方向の空白を挿入することが、必要になることがあります。これは、保護された空白(
10771 \begin_inset Flex Ruby
10772 status collapsed
10773
10774 \begin_layout Plain Layout
10775 捷径
10776 \begin_inset Argument post:1
10777 status collapsed
10778
10779 \begin_layout Plain Layout
10780 ショートカット
10781 \end_layout
10782
10783 \end_inset
10784
10785
10786 \end_layout
10787
10788 \end_inset
10789
10790
10791 \begin_inset Info
10792 type  "shortcut"
10793 arg   "command-alternatives space-insert protected ; math-space"
10794 \end_inset
10795
10796 )を挿入することで実現できます。「
10797 \color blue
10798
10799 \begin_inset space \textvisiblespace{}
10800 \end_inset
10801
10802
10803 \color inherit
10804 」が現れるので、
10805 \family sans
10806 Space
10807 \family default
10808 を何回か押すことによって、8種の異なる長さの空白のうち一つを選択することができます。空白は、数式ツールバーボタンの
10809 \begin_inset Info
10810 type  "icon"
10811 arg   "math-insert \\space"
10812 \end_inset
10813
10814 を押すか、特定のコマンドを入力することで、挿入することができます。挿入したコマンド如何に関わらず、直後に
10815 \family sans
10816 Space
10817 \family default
10818 を押すことによって、長さを変更することができます。
10819 \begin_inset Separator parbreak
10820 \end_inset
10821
10822
10823 \end_layout
10824
10825 \begin_layout Standard
10826 \noindent
10827 \align center
10828 \begin_inset Tabular
10829 <lyxtabular version="3" rows="6" columns="3">
10830 <features booktabs="true" tabularvalignment="middle">
10831 <column alignment="center" valignment="top">
10832 <column alignment="center" valignment="top" width="15col%">
10833 <column alignment="center" valignment="top">
10834 <row>
10835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10836 \begin_inset Text
10837
10838 \begin_layout Plain Layout
10839 コマンド
10840 \end_layout
10841
10842 \end_inset
10843 </cell>
10844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10845 \begin_inset Text
10846
10847 \begin_layout Plain Layout
10848 保護された空白を挿入したのち、
10849 \family sans
10850 Space
10851 \family default
10852 を叩く回数
10853 \end_layout
10854
10855 \end_inset
10856 </cell>
10857 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10858 \begin_inset Text
10859
10860 \begin_layout Plain Layout
10861 出力
10862 \end_layout
10863
10864 \end_inset
10865 </cell>
10866 </row>
10867 <row>
10868 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10869 \begin_inset Text
10870
10871 \begin_layout Plain Layout
10872
10873 \backslash
10874 ,
10875 \end_layout
10876
10877 \end_inset
10878 </cell>
10879 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10880 \begin_inset Text
10881
10882 \begin_layout Plain Layout
10883 0
10884 \end_layout
10885
10886 \end_inset
10887 </cell>
10888 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10889 \begin_inset Text
10890
10891 \begin_layout Plain Layout
10892 \begin_inset Formula $A\,B$
10893 \end_inset
10894
10895
10896 \end_layout
10897
10898 \end_inset
10899 </cell>
10900 </row>
10901 <row>
10902 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10903 \begin_inset Text
10904
10905 \begin_layout Plain Layout
10906
10907 \backslash
10908 :
10909 \end_layout
10910
10911 \end_inset
10912 </cell>
10913 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10914 \begin_inset Text
10915
10916 \begin_layout Plain Layout
10917 1
10918 \end_layout
10919
10920 \end_inset
10921 </cell>
10922 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10923 \begin_inset Text
10924
10925 \begin_layout Plain Layout
10926 \begin_inset Formula $A\:B$
10927 \end_inset
10928
10929
10930 \end_layout
10931
10932 \end_inset
10933 </cell>
10934 </row>
10935 <row>
10936 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10937 \begin_inset Text
10938
10939 \begin_layout Plain Layout
10940
10941 \backslash
10942 ;
10943 \end_layout
10944
10945 \end_inset
10946 </cell>
10947 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10948 \begin_inset Text
10949
10950 \begin_layout Plain Layout
10951 2
10952 \end_layout
10953
10954 \end_inset
10955 </cell>
10956 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10957 \begin_inset Text
10958
10959 \begin_layout Plain Layout
10960 \begin_inset Formula $A\;B$
10961 \end_inset
10962
10963
10964 \end_layout
10965
10966 \end_inset
10967 </cell>
10968 </row>
10969 <row>
10970 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10971 \begin_inset Text
10972
10973 \begin_layout Plain Layout
10974
10975 \backslash
10976 quad
10977 \end_layout
10978
10979 \end_inset
10980 </cell>
10981 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10982 \begin_inset Text
10983
10984 \begin_layout Plain Layout
10985 3
10986 \end_layout
10987
10988 \end_inset
10989 </cell>
10990 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10991 \begin_inset Text
10992
10993 \begin_layout Plain Layout
10994 \begin_inset Formula $A\quad B$
10995 \end_inset
10996
10997
10998 \end_layout
10999
11000 \end_inset
11001 </cell>
11002 </row>
11003 <row>
11004 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11005 \begin_inset Text
11006
11007 \begin_layout Plain Layout
11008
11009 \backslash
11010 qquad
11011 \end_layout
11012
11013 \end_inset
11014 </cell>
11015 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11016 \begin_inset Text
11017
11018 \begin_layout Plain Layout
11019 4
11020 \end_layout
11021
11022 \end_inset
11023 </cell>
11024 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11025 \begin_inset Text
11026
11027 \begin_layout Plain Layout
11028 \begin_inset Formula $A\qquad B$
11029 \end_inset
11030
11031
11032 \end_layout
11033
11034 \end_inset
11035 </cell>
11036 </row>
11037 </lyxtabular>
11038
11039 \end_inset
11040
11041
11042 \begin_inset space \hfill{}
11043 \end_inset
11044
11045
11046 \begin_inset Tabular
11047 <lyxtabular version="3" rows="6" columns="3">
11048 <features booktabs="true" tabularvalignment="middle">
11049 <column alignment="center" valignment="top">
11050 <column alignment="center" valignment="top" width="15col%">
11051 <column alignment="center" valignment="top">
11052 <row>
11053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11054 \begin_inset Text
11055
11056 \begin_layout Plain Layout
11057 コマンド
11058 \end_layout
11059
11060 \end_inset
11061 </cell>
11062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11063 \begin_inset Text
11064
11065 \begin_layout Plain Layout
11066 保護された空白を挿入したのち、
11067 \family sans
11068 Space
11069 \family default
11070 を叩く回数
11071 \end_layout
11072
11073 \end_inset
11074 </cell>
11075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11076 \begin_inset Text
11077
11078 \begin_layout Plain Layout
11079 出力
11080 \end_layout
11081
11082 \end_inset
11083 </cell>
11084 </row>
11085 <row>
11086 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11087 \begin_inset Text
11088
11089 \begin_layout Plain Layout
11090
11091 \backslash
11092 hfill
11093 \end_layout
11094
11095 \end_inset
11096 </cell>
11097 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11098 \begin_inset Text
11099
11100 \begin_layout Plain Layout
11101 5
11102 \end_layout
11103
11104 \end_inset
11105 </cell>
11106 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11107 \begin_inset Text
11108
11109 \begin_layout Plain Layout
11110 \begin_inset Formula $A\hfill B$
11111 \end_inset
11112
11113
11114 \end_layout
11115
11116 \end_inset
11117 </cell>
11118 </row>
11119 <row>
11120 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11121 \begin_inset Text
11122
11123 \begin_layout Plain Layout
11124
11125 \backslash
11126 hspace*{1em}
11127 \end_layout
11128
11129 \end_inset
11130 </cell>
11131 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11132 \begin_inset Text
11133
11134 \begin_layout Plain Layout
11135 6
11136 \end_layout
11137
11138 \end_inset
11139 </cell>
11140 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11141 \begin_inset Text
11142
11143 \begin_layout Plain Layout
11144 \begin_inset Formula $A\hspace*{1em}B$
11145 \end_inset
11146
11147
11148 \end_layout
11149
11150 \end_inset
11151 </cell>
11152 </row>
11153 <row>
11154 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11155 \begin_inset Text
11156
11157 \begin_layout Plain Layout
11158
11159 \backslash
11160 hspace{1em}
11161 \end_layout
11162
11163 \end_inset
11164 </cell>
11165 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11166 \begin_inset Text
11167
11168 \begin_layout Plain Layout
11169 7
11170 \end_layout
11171
11172 \end_inset
11173 </cell>
11174 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11175 \begin_inset Text
11176
11177 \begin_layout Plain Layout
11178 \begin_inset Formula $A\hspace{1em}B$
11179 \end_inset
11180
11181
11182 \end_layout
11183
11184 \end_inset
11185 </cell>
11186 </row>
11187 <row>
11188 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11189 \begin_inset Text
11190
11191 \begin_layout Plain Layout
11192
11193 \backslash
11194
11195 \begin_inset space \textvisiblespace{}
11196 \end_inset
11197
11198
11199 \end_layout
11200
11201 \end_inset
11202 </cell>
11203 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11204 \begin_inset Text
11205
11206 \begin_layout Plain Layout
11207 8
11208 \end_layout
11209
11210 \end_inset
11211 </cell>
11212 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11213 \begin_inset Text
11214
11215 \begin_layout Plain Layout
11216 \begin_inset Formula $A\ B$
11217 \end_inset
11218
11219
11220 \end_layout
11221
11222 \end_inset
11223 </cell>
11224 </row>
11225 <row>
11226 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11227 \begin_inset Text
11228
11229 \begin_layout Plain Layout
11230
11231 \backslash
11232 !
11233 \end_layout
11234
11235 \end_inset
11236 </cell>
11237 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11238 \begin_inset Text
11239
11240 \begin_layout Plain Layout
11241 9
11242 \end_layout
11243
11244 \end_inset
11245 </cell>
11246 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11247 \begin_inset Text
11248
11249 \begin_layout Plain Layout
11250 \begin_inset Formula $A\!B$
11251 \end_inset
11252
11253
11254 \end_layout
11255
11256 \end_inset
11257 </cell>
11258 </row>
11259 </lyxtabular>
11260
11261 \end_inset
11262
11263
11264 \end_layout
11265
11266 \begin_layout Standard
11267 5
11268 \lang english
11269
11270 \begin_inset space \thinspace{}
11271 \end_inset
11272
11273
11274 \lang japanese
11275
11276 \lang english
11277
11278 \begin_inset space \thinspace{}
11279 \end_inset
11280
11281
11282 \lang japanese
11283 7回
11284 \family sans
11285 Space
11286 \family default
11287 を押した場合は、第
11288 \begin_inset CommandInset ref
11289 LatexCommand ref
11290 reference "subsec:可変長の空白"
11291
11292 \end_inset
11293
11294 節に説明されているように、可変空白となります。9回押した場合は、一見、空白を生まないように見えます。実はこれは負の長さなので、他の長さと異なり、\SpecialChar LyX
11295 中では赤で表示さ
11296 れます。以下のように、他にもう二つ、負の長さの空白があります。
11297 \begin_inset Separator parbreak
11298 \end_inset
11299
11300
11301 \end_layout
11302
11303 \begin_layout Standard
11304 \align center
11305 \begin_inset Tabular
11306 <lyxtabular version="3" rows="3" columns="3">
11307 <features booktabs="true" tabularvalignment="middle">
11308 <column alignment="center" valignment="middle" width="6.8cm">
11309 <column alignment="center" valignment="top" width="0pt">
11310 <column alignment="center" valignment="top" width="0pt">
11311 <row>
11312 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11313 \begin_inset Text
11314
11315 \begin_layout Plain Layout
11316 コマンド
11317 \end_layout
11318
11319 \end_inset
11320 </cell>
11321 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11322 \begin_inset Text
11323
11324 \begin_layout Plain Layout
11325
11326 \backslash
11327 negmedspace
11328 \end_layout
11329
11330 \end_inset
11331 </cell>
11332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11333 \begin_inset Text
11334
11335 \begin_layout Plain Layout
11336
11337 \backslash
11338 negthickspace
11339 \end_layout
11340
11341 \end_inset
11342 </cell>
11343 </row>
11344 <row>
11345 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11346 \begin_inset Text
11347
11348 \begin_layout Plain Layout
11349 保護された空白を挿入したのち、
11350 \family sans
11351 Space
11352 \family default
11353 を叩く回数
11354 \end_layout
11355
11356 \end_inset
11357 </cell>
11358 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11359 \begin_inset Text
11360
11361 \begin_layout Plain Layout
11362 10
11363 \end_layout
11364
11365 \end_inset
11366 </cell>
11367 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11368 \begin_inset Text
11369
11370 \begin_layout Plain Layout
11371 11
11372 \end_layout
11373
11374 \end_inset
11375 </cell>
11376 </row>
11377 <row>
11378 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11379 \begin_inset Text
11380
11381 \begin_layout Plain Layout
11382 出力
11383 \end_layout
11384
11385 \end_inset
11386 </cell>
11387 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11388 \begin_inset Text
11389
11390 \begin_layout Plain Layout
11391 \begin_inset Formula $A\negmedspace B$
11392 \end_inset
11393
11394
11395 \end_layout
11396
11397 \end_inset
11398 </cell>
11399 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11400 \begin_inset Text
11401
11402 \begin_layout Plain Layout
11403 \begin_inset Formula $A\negthickspace B$
11404 \end_inset
11405
11406
11407 \end_layout
11408
11409 \end_inset
11410 </cell>
11411 </row>
11412 </lyxtabular>
11413
11414 \end_inset
11415
11416
11417 \end_layout
11418
11419 \begin_layout Standard
11420 負の空白を使うと、文字が重なってしまうことがあります。これを利用して、合字処理を強制することができます。これは、たとえば以下のように、和演算子に使えます。
11421 \begin_inset Separator parbreak
11422 \end_inset
11423
11424
11425 \end_layout
11426
11427 \begin_layout Standard
11428 \align center
11429 \begin_inset Tabular
11430 <lyxtabular version="3" rows="3" columns="2">
11431 <features booktabs="true" tabularvalignment="middle">
11432 <column alignment="center" valignment="top" width="0pt">
11433 <column alignment="center" valignment="top">
11434 <row>
11435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11436 \begin_inset Text
11437
11438 \begin_layout Plain Layout
11439 コマンド
11440 \end_layout
11441
11442 \end_inset
11443 </cell>
11444 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11445 \begin_inset Text
11446
11447 \begin_layout Plain Layout
11448 出力
11449 \end_layout
11450
11451 \end_inset
11452 </cell>
11453 </row>
11454 <row>
11455 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11456 \begin_inset Text
11457
11458 \begin_layout Plain Layout
11459
11460 \backslash
11461 sum
11462 \backslash
11463 sum
11464 \begin_inset space \textvisiblespace{}
11465 \end_inset
11466
11467 f_kl
11468 \end_layout
11469
11470 \end_inset
11471 </cell>
11472 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11473 \begin_inset Text
11474
11475 \begin_layout Plain Layout
11476 \begin_inset Formula $\sum\sum f_{kl}$
11477 \end_inset
11478
11479
11480 \end_layout
11481
11482 \end_inset
11483 </cell>
11484 </row>
11485 <row>
11486 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11487 \begin_inset Text
11488
11489 \begin_layout Plain Layout
11490
11491 \backslash
11492 sum
11493 \backslash
11494 negmedspace
11495 \backslash
11496 sum
11497 \begin_inset space \textvisiblespace{}
11498 \end_inset
11499
11500 f_kl
11501 \end_layout
11502
11503 \end_inset
11504 </cell>
11505 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11506 \begin_inset Text
11507
11508 \begin_layout Plain Layout
11509 \begin_inset Formula $\sum\negmedspace\sum f_{kl}$
11510 \end_inset
11511
11512
11513 \end_layout
11514
11515 \end_inset
11516 </cell>
11517 </row>
11518 </lyxtabular>
11519
11520 \end_inset
11521
11522
11523 \end_layout
11524
11525 \begin_layout Standard
11526 \noindent
11527 \begin_inset VSpace medskip
11528 \end_inset
11529
11530
11531 \end_layout
11532
11533 \begin_layout Standard
11534 \noindent
11535 イコール記号などの関係子は、つねに空白を前後に伴うようになっていますが、これを抑制するには、イコール記号を\SpecialChar TeX
11536 括弧で囲みます。以下の例にこれを示します。
11537 \begin_inset Separator parbreak
11538 \end_inset
11539
11540
11541 \end_layout
11542
11543 \begin_layout Standard
11544 \align center
11545 \begin_inset Tabular
11546 <lyxtabular version="3" rows="2" columns="2">
11547 <features booktabs="true" tabularvalignment="middle">
11548 <column alignment="center" valignment="top" width="0pt">
11549 <column alignment="center" valignment="top" width="0pt">
11550 <row>
11551 <cell alignment="center" valignment="top" usebox="none">
11552 \begin_inset Text
11553
11554 \begin_layout Plain Layout
11555 通常の数式
11556 \end_layout
11557
11558 \end_inset
11559 </cell>
11560 <cell alignment="center" valignment="top" usebox="none">
11561 \begin_inset Text
11562
11563 \begin_layout Plain Layout
11564 \begin_inset Formula $A=B$
11565 \end_inset
11566
11567
11568 \end_layout
11569
11570 \end_inset
11571 </cell>
11572 </row>
11573 <row>
11574 <cell alignment="center" valignment="top" usebox="none">
11575 \begin_inset Text
11576
11577 \begin_layout Plain Layout
11578 空白なしの数式
11579 \end_layout
11580
11581 \end_inset
11582 </cell>
11583 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11584 \begin_inset Text
11585
11586 \begin_layout Plain Layout
11587 \begin_inset Formula $A{=}B$
11588 \end_inset
11589
11590
11591 \end_layout
11592
11593 \end_inset
11594 </cell>
11595 </row>
11596 </lyxtabular>
11597
11598 \end_inset
11599
11600
11601 \end_layout
11602
11603 \begin_layout Standard
11604 \noindent
11605 二行目の数式を作るコマンドは、
11606 \series bold
11607 A
11608 \backslash
11609 {=
11610 \begin_inset Formula $\to$
11611 \end_inset
11612
11613 B
11614 \series default
11615 です。
11616 \end_layout
11617
11618 \begin_layout Standard
11619 \begin_inset VSpace bigskip
11620 \end_inset
11621
11622 物理単位には、値と単位のあいだに通常の空白ではなく、最小の空白を入れる必要があるために、それに適した空白が必要です。本文中の単位には、挿入\SpecialChar menuseparator
11623 整形\SpecialChar menuseparator
11624 小空白メニュー(
11625 \begin_inset Flex Ruby
11626 status collapsed
11627
11628 \begin_layout Plain Layout
11629 捷径
11630 \begin_inset Argument post:1
11631 status collapsed
11632
11633 \begin_layout Plain Layout
11634 ショートカット
11635 \end_layout
11636
11637 \end_inset
11638
11639
11640 \end_layout
11641
11642 \end_inset
11643
11644
11645 \begin_inset Info
11646 type  "shortcut"
11647 arg   "space-insert thin"
11648 \end_inset
11649
11650 )で、最小の空白を挿入することができます。
11651 \end_layout
11652
11653 \begin_layout Standard
11654 違いを示す例を以下に掲げます。
11655 \end_layout
11656
11657 \begin_layout Standard
11658 \begin_inset Tabular
11659 <lyxtabular version="3" rows="2" columns="2">
11660 <features tabularvalignment="middle">
11661 <column alignment="left" valignment="top">
11662 <column alignment="left" valignment="top">
11663 <row>
11664 <cell alignment="center" valignment="top" usebox="none">
11665 \begin_inset Text
11666
11667 \begin_layout Plain Layout
11668 24 kW
11669 \begin_inset Formula $\cdot$
11670 \end_inset
11671
11672 h
11673 \end_layout
11674
11675 \end_inset
11676 </cell>
11677 <cell alignment="center" valignment="top" usebox="none">
11678 \begin_inset Text
11679
11680 \begin_layout Plain Layout
11681 値と単位のあいだに通常の空白を入れた例
11682 \end_layout
11683
11684 \end_inset
11685 </cell>
11686 </row>
11687 <row>
11688 <cell alignment="center" valignment="top" usebox="none">
11689 \begin_inset Text
11690
11691 \begin_layout Plain Layout
11692 24
11693 \begin_inset space \thinspace{}
11694 \end_inset
11695
11696 kW
11697 \begin_inset Formula $\cdot$
11698 \end_inset
11699
11700 h
11701 \end_layout
11702
11703 \end_inset
11704 </cell>
11705 <cell alignment="center" valignment="top" usebox="none">
11706 \begin_inset Text
11707
11708 \begin_layout Plain Layout
11709 値と単位のあいだに最小の空白を入れた例
11710 \end_layout
11711
11712 \end_inset
11713 </cell>
11714 </row>
11715 </lyxtabular>
11716
11717 \end_inset
11718
11719
11720 \end_layout
11721
11722 \begin_layout Subsection
11723 可変長の空白
11724 \begin_inset ERT
11725 status collapsed
11726
11727 \begin_layout Plain Layout
11728
11729
11730 \backslash
11731 texorpdfstring{
11732 \end_layout
11733
11734 \end_inset
11735
11736
11737 \begin_inset Foot
11738 status collapsed
11739
11740 \begin_layout Plain Layout
11741 数式中の垂直方向の空白については、第
11742 \begin_inset CommandInset ref
11743 LatexCommand ref
11744 reference "subsec:行間"
11745
11746 \end_inset
11747
11748 節をご覧下さい。
11749 \end_layout
11750
11751 \end_inset
11752
11753
11754 \begin_inset ERT
11755 status collapsed
11756
11757 \begin_layout Plain Layout
11758
11759 }{}
11760 \end_layout
11761
11762 \end_inset
11763
11764
11765 \begin_inset Note Note
11766 status collapsed
11767
11768 \begin_layout Plain Layout
11769
11770 \backslash
11771 texorpdfstringは、PDFのしおりに脚注が現れるのを防ぐために使われています。
11772 \end_layout
11773
11774 \begin_layout Plain Layout
11775
11776 \backslash
11777 texorpdfstringについての詳細は、第
11778 \begin_inset CommandInset ref
11779 LatexCommand ref
11780 reference "subsec:節見出し中の数式"
11781
11782 \end_inset
11783
11784 節にあります。
11785 \end_layout
11786
11787 \end_inset
11788
11789
11790 \begin_inset CommandInset label
11791 LatexCommand label
11792 name "subsec:可変長の空白"
11793
11794 \end_inset
11795
11796
11797 \begin_inset Index idx
11798 status collapsed
11799
11800 \begin_layout Plain Layout
11801 くうはく@空白 ! すいへい@水平
11802 \begin_inset space \thinspace{}
11803 \end_inset
11804
11805 —— ! かへんちょう@可変長
11806 \end_layout
11807
11808 \end_inset
11809
11810
11811 \end_layout
11812
11813 \begin_layout Standard
11814 指定した長さの空白が、
11815 \series bold
11816
11817 \backslash
11818 hspace
11819 \series default
11820
11821 \begin_inset Index idx
11822 status collapsed
11823
11824 \begin_layout Plain Layout
11825 こまんど@コマンド ! H ! 
11826 \backslash
11827 hspace
11828 \end_layout
11829
11830 \end_inset
11831
11832 コマンドで入力することができます。すると、ながい「
11833 \color blue
11834
11835 \begin_inset space \textvisiblespace{}
11836 \end_inset
11837
11838
11839 \color inherit
11840 」が現れます。長さは、「
11841 \color blue
11842
11843 \begin_inset space \textvisiblespace{}
11844 \end_inset
11845
11846
11847 \color inherit
11848 」を左クリックすることによって指定することができます。長さは負の値でも構いません。空白が行冒頭の文字である場合、それは無視されます。この場合でも、空白出力を強制
11849 させたいときには、
11850 \series bold
11851
11852 \backslash
11853 hspace
11854 \series default
11855 コマンドの代わりに
11856 \series bold
11857
11858 \backslash
11859 hspace*
11860 \series default
11861 コマンドを使用するか、「
11862 \color blue
11863 \lang english
11864
11865 \begin_inset space \textvisiblespace{}
11866 \end_inset
11867
11868
11869 \color inherit
11870 \lang japanese
11871 」の上を左クリックして、
11872 \family sans
11873 保護
11874 \family default
11875 オプションをチェックしてください。
11876 \begin_inset Newline newline
11877 \end_inset
11878
11879 数式が使用できる空白をすべて使い尽くすだけの空白を挿入するには、
11880 \series bold
11881
11882 \backslash
11883 hfill
11884 \series default
11885
11886 \begin_inset Index idx
11887 status collapsed
11888
11889 \begin_layout Plain Layout
11890 こまんど@コマンド ! H ! 
11891 \backslash
11892 hfill
11893 \end_layout
11894
11895 \end_inset
11896
11897 コマンドを使用します。
11898 \end_layout
11899
11900 \begin_layout Standard
11901 \align center
11902 \begin_inset Tabular
11903 <lyxtabular version="3" rows="4" columns="2">
11904 <features booktabs="true" tabularvalignment="middle">
11905 <column alignment="center" valignment="top" width="0pt">
11906 <column alignment="center" valignment="top">
11907 <row>
11908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11909 \begin_inset Text
11910
11911 \begin_layout Plain Layout
11912 コマンド(
11913 \backslash
11914 hspace 長さ)
11915 \end_layout
11916
11917 \end_inset
11918 </cell>
11919 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11920 \begin_inset Text
11921
11922 \begin_layout Plain Layout
11923 出力
11924 \end_layout
11925
11926 \end_inset
11927 </cell>
11928 </row>
11929 <row>
11930 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11931 \begin_inset Text
11932
11933 \begin_layout Plain Layout
11934 A=B
11935 \backslash
11936 hspace
11937 \begin_inset space \textvisiblespace{}
11938 \end_inset
11939
11940 A
11941 \backslash
11942 not=C (3
11943 \begin_inset space \thinspace{}
11944 \end_inset
11945
11946 cm)
11947 \end_layout
11948
11949 \end_inset
11950 </cell>
11951 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11952 \begin_inset Text
11953
11954 \begin_layout Plain Layout
11955 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
11956 \end_inset
11957
11958
11959 \end_layout
11960
11961 \end_inset
11962 </cell>
11963 </row>
11964 <row>
11965 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11966 \begin_inset Text
11967
11968 \begin_layout Plain Layout
11969 A
11970 \backslash
11971 hspace
11972 \begin_inset space \textvisiblespace{}
11973 \end_inset
11974
11975 A
11976 \backslash
11977 not=A (-1
11978 \begin_inset space \thinspace{}
11979 \end_inset
11980
11981 mm)
11982 \end_layout
11983
11984 \end_inset
11985 </cell>
11986 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11987 \begin_inset Text
11988
11989 \begin_layout Plain Layout
11990 \begin_inset Formula $A\hspace{-1mm}A\not=A$
11991 \end_inset
11992
11993
11994 \end_layout
11995
11996 \end_inset
11997 </cell>
11998 </row>
11999 <row>
12000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12001 \begin_inset Text
12002
12003 \begin_layout Plain Layout
12004 A=A
12005 \backslash
12006 hfill
12007 \begin_inset space \textvisiblespace{}
12008 \end_inset
12009
12010 B=B
12011 \end_layout
12012
12013 \end_inset
12014 </cell>
12015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12016 \begin_inset Text
12017
12018 \begin_layout Plain Layout
12019 \begin_inset Formula $A=A\hfill B=B$
12020 \end_inset
12021
12022
12023 \end_layout
12024
12025 \end_inset
12026 </cell>
12027 </row>
12028 </lyxtabular>
12029
12030 \end_inset
12031
12032
12033 \end_layout
12034
12035 \begin_layout Standard
12036 上記の最後の例では、使用できる空白は、表の列中もっとも長い要素によって規定されます。行内数式では、空白は、
12037 \series bold
12038
12039 \backslash
12040 hfill
12041 \series default
12042 が挿入された行の長さに依存します。つまり、その行が全幅を使用している場合、空白はまったく作られません。また
12043 \series bold
12044
12045 \backslash
12046 hfill
12047 \series default
12048 は、別行立て数式中では、
12049 \series bold
12050 行頭下げ
12051 \series default
12052 数式スタイルが使われているときのみ、意味を持ちます(数式スタイルは第
12053 \begin_inset CommandInset ref
12054 LatexCommand ref
12055 reference "sec:数式様式"
12056
12057 \end_inset
12058
12059 節で説明されています)。
12060 \end_layout
12061
12062 \begin_layout Standard
12063
12064 \series bold
12065
12066 \backslash
12067 hfill
12068 \series default
12069 の他にも、空白を模様で埋める
12070 \series bold
12071
12072 \backslash
12073 dotfill
12074 \series default
12075
12076 \series bold
12077
12078 \backslash
12079 hrulefill
12080 \series default
12081 といったコマンドがあります。用例については第
12082 \begin_inset CommandInset ref
12083 LatexCommand ref
12084 reference "subsec:省略符号"
12085
12086 \end_inset
12087
12088 節をご参照下さい。
12089 \end_layout
12090
12091 \begin_layout Standard
12092 本文中では、可変長空白は、
12093 \family sans
12094 挿入\SpecialChar menuseparator
12095 整形\SpecialChar menuseparator
12096 水平方向の空白
12097 \family default
12098 メニューで挿入することができます。
12099 \end_layout
12100
12101 \begin_layout Standard
12102 (例)
12103 \end_layout
12104
12105 \begin_layout Standard
12106 この行には、
12107 \begin_inset space \hspace{}
12108 \length 2cm
12109 \end_inset
12110
12111 2
12112 \begin_inset space \thinspace{}
12113 \end_inset
12114
12115 cmの空白が入っています。
12116 \end_layout
12117
12118 \begin_layout Standard
12119 この行には、
12120 \begin_inset space \hfill{}
12121 \end_inset
12122
12123 最大の空白が入っています。
12124 \end_layout
12125
12126 \begin_layout Subsection
12127 行内数式周りの空白
12128 \begin_inset Index idx
12129 status collapsed
12130
12131 \begin_layout Plain Layout
12132 くうはく@空白 ! ぎょうないすうしきまわり@行内数式周り
12133 \end_layout
12134
12135 \end_inset
12136
12137
12138 \end_layout
12139
12140 \begin_layout Standard
12141 行内数式前後の空白は、長さ
12142 \series bold
12143
12144 \backslash
12145 mathsurround
12146 \begin_inset Index idx
12147 status collapsed
12148
12149 \begin_layout Plain Layout
12150 こまんど@コマンド ! M ! 
12151 \backslash
12152 mathsurround
12153 \end_layout
12154
12155 \end_inset
12156
12157
12158 \series default
12159 を使って調節することができます。長さの値は、以下の書式を持つ
12160 \series bold
12161
12162 \backslash
12163 setlength
12164 \begin_inset Index idx
12165 status collapsed
12166
12167 \begin_layout Plain Layout
12168 こまんど@コマンド ! S ! 
12169 \backslash
12170 setlength
12171 \end_layout
12172
12173 \end_inset
12174
12175
12176 \series default
12177 コマンドを使って設定することができます。
12178 \end_layout
12179
12180 \begin_layout Standard
12181
12182 \series bold
12183
12184 \backslash
12185 setlength{長さ名}{値}
12186 \end_layout
12187
12188 \begin_layout Standard
12189
12190 \series bold
12191
12192 \backslash
12193 mathsurround
12194 \series default
12195 を5
12196 \begin_inset space \thinspace{}
12197 \end_inset
12198
12199 mmの値に設定するには、以下のコマンド
12200 \end_layout
12201
12202 \begin_layout Standard
12203
12204 \series bold
12205
12206 \backslash
12207 setlength{
12208 \backslash
12209 mathsurround}{5mm}
12210 \end_layout
12211
12212 \begin_layout Standard
12213 を\SpecialChar TeX
12214 モードで挿入します。すると、5
12215 \begin_inset space \thinspace{}
12216 \end_inset
12217
12218 mmの空白がすべての行内数式の前後に設定されることになります。
12219 \begin_inset ERT
12220 status collapsed
12221
12222 \begin_layout Plain Layout
12223
12224
12225 \backslash
12226 setlength{
12227 \backslash
12228 mathsurround}{5mm}
12229 \end_layout
12230
12231 \end_inset
12232
12233
12234 \end_layout
12235
12236 \begin_layout Standard
12237 この行には、周囲に5
12238 \begin_inset space \thinspace{}
12239 \end_inset
12240
12241 mmの余白を設定した行内数式
12242 \begin_inset Formula $A=B$
12243 \end_inset
12244
12245 があります。
12246 \begin_inset ERT
12247 status collapsed
12248
12249 \begin_layout Plain Layout
12250
12251
12252 \backslash
12253 setlength{
12254 \backslash
12255 mathsurround}{0pt}
12256 \end_layout
12257
12258 \end_inset
12259
12260
12261 \end_layout
12262
12263 \begin_layout Standard
12264 既定値に戻すには、
12265 \series bold
12266
12267 \backslash
12268 mathsurround
12269 \series default
12270 を0
12271 \begin_inset space \thinspace{}
12272 \end_inset
12273
12274 ptの値に戻して下さい。
12275 \end_layout
12276
12277 \begin_layout Section
12278 ボックスと枠
12279 \begin_inset Index idx
12280 status collapsed
12281
12282 \begin_layout Plain Layout
12283 ぼっくす@ボックス
12284 \end_layout
12285
12286 \end_inset
12287
12288
12289 \begin_inset Index idx
12290 status collapsed
12291
12292 \begin_layout Plain Layout
12293 わく@枠
12294 \begin_inset ERT
12295 status collapsed
12296
12297 \begin_layout Plain Layout
12298
12299 |see{
12300 \end_layout
12301
12302 \end_inset
12303
12304 ボックス
12305 \begin_inset ERT
12306 status collapsed
12307
12308 \begin_layout Plain Layout
12309
12310 }
12311 \end_layout
12312
12313 \end_inset
12314
12315
12316 \end_layout
12317
12318 \end_inset
12319
12320
12321 \end_layout
12322
12323 \begin_layout Standard
12324 本文中のボックスについては、取扱説明書
12325 \family typewriter
12326 埋め込みオブジェクト篇
12327 \family default
12328
12329 \family typewriter
12330 ボックス
12331 \family default
12332 の章に述べられています。
12333 \end_layout
12334
12335 \begin_layout Subsection
12336 枠付きボックス
12337 \begin_inset CommandInset label
12338 LatexCommand label
12339 name "subsec:枠付きボックス"
12340
12341 \end_inset
12342
12343
12344 \begin_inset Index idx
12345 status collapsed
12346
12347 \begin_layout Plain Layout
12348 ぼっくす@ボックス ! わくつき@枠付き
12349 \begin_inset space \thinspace{}
12350 \end_inset
12351
12352 ——
12353 \end_layout
12354
12355 \end_inset
12356
12357
12358 \end_layout
12359
12360 \begin_layout Standard
12361
12362 \series bold
12363
12364 \backslash
12365 fbox
12366 \series default
12367
12368 \begin_inset Index idx
12369 status collapsed
12370
12371 \begin_layout Plain Layout
12372 こまんど@コマンド ! F ! 
12373 \backslash
12374 fbox
12375 \end_layout
12376
12377 \end_inset
12378
12379 コマンドや
12380 \series bold
12381
12382 \backslash
12383 boxed
12384 \series default
12385
12386 \begin_inset Index idx
12387 status collapsed
12388
12389 \begin_layout Plain Layout
12390 こまんど@コマンド ! B ! 
12391 \backslash
12392 boxed
12393 \end_layout
12394
12395 \end_inset
12396
12397 コマンドを使えば、数式やその一部を枠の中に入れることができます。
12398 \end_layout
12399
12400 \begin_layout Standard
12401 どちらかのコマンドを数式に挿入すると、枠の中に青枠が現れ、数式の断片を入れることができます。
12402 \series bold
12403
12404 \backslash
12405 fbox
12406 \series default
12407 の場合には、そのままではボックスの中身が数式テキストとして取り扱われてしまうので、
12408 \family sans
12409 Ctrl+M
12410 \family default
12411 を使って、このボックスの中にもう一度数式を作らなくてはなりません。
12412 \series bold
12413
12414 \backslash
12415 boxed
12416 \series default
12417 を使った場合には、新しい数式が自動的に枠内に作られます。
12418 \end_layout
12419
12420 \begin_layout Standard
12421
12422 \series bold
12423
12424 \backslash
12425 fbox
12426 \series default
12427 コマンドは、数式がつねに本文の大きさに設定されてしまうので、別行立て数式に枠を付けるのには適していません。逆に
12428 \series bold
12429
12430 \backslash
12431 boxed
12432 \series default
12433 は、数式がつねに別行立て数式の大きさに設定されてしまうので、行内数式に枠をつけるのには適していません。
12434 \end_layout
12435
12436 \begin_layout Standard
12437
12438 \series bold
12439
12440 \backslash
12441 fbox
12442 \series default
12443 の拡張として、枠幅と配置も指定することができる
12444 \series bold
12445
12446 \backslash
12447 framebox
12448 \series default
12449
12450 \begin_inset Index idx
12451 status collapsed
12452
12453 \begin_layout Plain Layout
12454 こまんど@コマンド ! F ! 
12455 \backslash
12456 framebox
12457 \end_layout
12458
12459 \end_inset
12460
12461 コマンドがあります。
12462 \series bold
12463
12464 \backslash
12465 framebox
12466 \series default
12467 は、以下の書式を持ちます。
12468 \end_layout
12469
12470 \begin_layout Standard
12471
12472 \series bold
12473
12474 \backslash
12475 framebox[枠幅][位置]{ボックスの内容}
12476 \end_layout
12477
12478 \begin_layout Standard
12479 「位置」は、
12480 \emph on
12481 l
12482 \emph default
12483
12484 \emph on
12485 r
12486 \emph default
12487 の値をとります。
12488 \emph on
12489 l
12490 \emph default
12491 は、ボックス中で数式を左寄せ、
12492 \emph on
12493 r
12494 \emph default
12495 は右寄せにします。位置を指定しない時には、数式は中央揃えになります。
12496 \begin_inset Newline newline
12497 \end_inset
12498
12499 「枠幅」を指定しない時には、位置を指定することができません。この場合には、
12500 \series bold
12501
12502 \backslash
12503 fbox
12504 \series default
12505 と同様、枠幅がボックスの内容に応じて調節されるのです。
12506 \end_layout
12507
12508 \begin_layout Standard
12509
12510 \series bold
12511
12512 \backslash
12513 framebox
12514 \series default
12515 コマンドを挿入すると、三つの青枠を含むボックスが現れます。最初の二つの枠は括弧で囲まれており、二つとも非必須の変数であることを意味します。三つ目の枠は、
12516 \series bold
12517
12518 \backslash
12519 fbox
12520 \series default
12521 同様、数式の断片を入れるためのものです。
12522 \begin_inset Separator parbreak
12523 \end_inset
12524
12525
12526 \end_layout
12527
12528 \begin_layout Standard
12529 \align center
12530 \begin_inset Tabular
12531 <lyxtabular version="3" rows="5" columns="2">
12532 <features tabularvalignment="middle">
12533 <column alignment="center" valignment="top">
12534 <column alignment="center" valignment="top">
12535 <row>
12536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12537 \begin_inset Text
12538
12539 \begin_layout Plain Layout
12540 コマンド
12541 \end_layout
12542
12543 \end_inset
12544 </cell>
12545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12546 \begin_inset Text
12547
12548 \begin_layout Plain Layout
12549 出力
12550 \begin_inset Note Note
12551 status collapsed
12552
12553 \begin_layout Plain Layout
12554 ここで
12555 \series bold
12556
12557 \backslash
12558 raisebox
12559 \series default
12560 はスペーサーとして使用しているだけです。
12561 \end_layout
12562
12563 \end_inset
12564
12565
12566 \end_layout
12567
12568 \end_inset
12569 </cell>
12570 </row>
12571 <row>
12572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12573 \begin_inset Text
12574
12575 \begin_layout Plain Layout
12576
12577 \backslash
12578 fbox
12579 \begin_inset space \textvisiblespace{}
12580 \end_inset
12581
12582
12583 \family sans
12584 Ctrl+M
12585 \family default
12586  
12587 \backslash
12588 int
12589 \begin_inset space \textvisiblespace{}
12590 \end_inset
12591
12592 A=B
12593 \end_layout
12594
12595 \end_inset
12596 </cell>
12597 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12598 \begin_inset Text
12599
12600 \begin_layout Plain Layout
12601 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
12602 \end_inset
12603
12604
12605 \end_layout
12606
12607 \end_inset
12608 </cell>
12609 </row>
12610 <row>
12611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12612 \begin_inset Text
12613
12614 \begin_layout Plain Layout
12615
12616 \backslash
12617 boxed
12618 \begin_inset space \textvisiblespace{}
12619 \end_inset
12620
12621
12622 \backslash
12623 int
12624 \begin_inset space \textvisiblespace{}
12625 \end_inset
12626
12627 A=B
12628 \end_layout
12629
12630 \end_inset
12631 </cell>
12632 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12633 \begin_inset Text
12634
12635 \begin_layout Plain Layout
12636 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
12637 \end_inset
12638
12639
12640 \end_layout
12641
12642 \end_inset
12643 </cell>
12644 </row>
12645 <row>
12646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12647 \begin_inset Text
12648
12649 \begin_layout Plain Layout
12650 A+
12651 \backslash
12652 fbox
12653 \begin_inset space \textvisiblespace{}
12654 \end_inset
12655
12656 B
12657 \end_layout
12658
12659 \end_inset
12660 </cell>
12661 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12662 \begin_inset Text
12663
12664 \begin_layout Plain Layout
12665 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
12666 \end_inset
12667
12668
12669 \end_layout
12670
12671 \end_inset
12672 </cell>
12673 </row>
12674 <row>
12675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12676 \begin_inset Text
12677
12678 \begin_layout Plain Layout
12679
12680 \backslash
12681 framebox
12682 \begin_inset space \textvisiblespace{}
12683 \end_inset
12684
12685 20mm
12686 \begin_inset Formula $\to$
12687 \end_inset
12688
12689
12690 \begin_inset Formula $\to$
12691 \end_inset
12692
12693
12694 \family sans
12695 Ctrl+M
12696 \family default
12697  
12698 \backslash
12699 frac
12700 \begin_inset space \textvisiblespace{}
12701 \end_inset
12702
12703 A
12704 \begin_inset Formula $\downarrow$
12705 \end_inset
12706
12707 B
12708 \end_layout
12709
12710 \end_inset
12711 </cell>
12712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12713 \begin_inset Text
12714
12715 \begin_layout Plain Layout
12716 \begin_inset Formula $\raisebox{6mm}{}$
12717 \end_inset
12718
12719
12720 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
12721 \end_inset
12722
12723
12724 \begin_inset Formula $\raisebox{-4mm}{}$
12725 \end_inset
12726
12727
12728 \end_layout
12729
12730 \end_inset
12731 </cell>
12732 </row>
12733 </lyxtabular>
12734
12735 \end_inset
12736
12737
12738 \end_layout
12739
12740 \begin_layout Standard
12741 枠の厚みも調節可能です。そのためには、以下のコマンドを数式の前に\SpecialChar TeX
12742 モードで挿入しなくてはなりません。
12743 \end_layout
12744
12745 \begin_layout Standard
12746
12747 \series bold
12748
12749 \backslash
12750 fboxrule
12751 \series default
12752  
12753 \series bold
12754
12755 \begin_inset Quotes eld
12756 \end_inset
12757
12758 厚み
12759 \begin_inset Quotes erd
12760 \end_inset
12761
12762
12763 \series default
12764  
12765 \series bold
12766
12767 \backslash
12768 fboxsep
12769 \series default
12770  
12771 \series bold
12772
12773 \begin_inset Quotes eld
12774 \end_inset
12775
12776 距離
12777 \begin_inset Quotes erd
12778 \end_inset
12779
12780
12781 \end_layout
12782
12783 \begin_layout Standard
12784 \begin_inset Quotes eld
12785 \end_inset
12786
12787 距離
12788 \begin_inset Quotes erd
12789 \end_inset
12790
12791 は、枠とボックス内の一文字目との間の距離を示します。これを使った例として、以下の枠付き数式をご覧下さい。
12792 \begin_inset ERT
12793 status collapsed
12794
12795 \begin_layout Plain Layout
12796
12797
12798 \backslash
12799 fboxrule 2mm 
12800 \backslash
12801 fboxsep 3mm
12802 \end_layout
12803
12804 \end_inset
12805
12806
12807 \begin_inset Formula 
12808 \[
12809 \boxed{A+B=C}
12810 \]
12811
12812 \end_inset
12813
12814 この数式の直前には、
12815 \end_layout
12816
12817 \begin_layout Standard
12818
12819 \series bold
12820
12821 \backslash
12822 fboxrule
12823 \series default
12824  
12825 \series bold
12826 2mm
12827 \series default
12828  
12829 \series bold
12830
12831 \backslash
12832 fboxsep
12833 \series default
12834  
12835 \series bold
12836 3mm
12837 \end_layout
12838
12839 \begin_layout Standard
12840 というコマンドが、\SpecialChar TeX
12841 モードで挿入されています。ここで与えられた値は、以後のすべてのボックスに適用されます。
12842 \end_layout
12843
12844 \begin_layout Standard
12845 標準の枠寸法に戻すには、
12846 \end_layout
12847
12848 \begin_layout Standard
12849
12850 \series bold
12851
12852 \backslash
12853 fboxrule
12854 \series default
12855  
12856 \series bold
12857 0.4pt
12858 \series default
12859  
12860 \series bold
12861
12862 \backslash
12863 fboxsep
12864 \series default
12865  
12866 \series bold
12867 3pt
12868 \series default
12869
12870 \begin_inset ERT
12871 status collapsed
12872
12873 \begin_layout Plain Layout
12874
12875
12876 \backslash
12877 fboxrule 0.4pt 
12878 \backslash
12879 fboxsep 3pt
12880 \end_layout
12881
12882 \end_inset
12883
12884
12885 \end_layout
12886
12887 \begin_layout Standard
12888 というコマンドを、次の数式が始まる前に\SpecialChar TeX
12889 モードで挿入しておきます。
12890 \end_layout
12891
12892 \begin_layout Subsection
12893 枠なしボックス
12894 \begin_inset CommandInset label
12895 LatexCommand label
12896 name "subsec:枠なしボックス"
12897
12898 \end_inset
12899
12900
12901 \begin_inset Index idx
12902 status collapsed
12903
12904 \begin_layout Plain Layout
12905 ぼっくす@ボックス ! わくなし@枠なし
12906 \begin_inset space \thinspace{}
12907 \end_inset
12908
12909 ——
12910 \end_layout
12911
12912 \end_inset
12913
12914
12915 \end_layout
12916
12917 \begin_layout Standard
12918 枠のないボックスを作るには、
12919 \series bold
12920
12921 \backslash
12922 mbox
12923 \series default
12924
12925 \begin_inset Index idx
12926 status collapsed
12927
12928 \begin_layout Plain Layout
12929 こまんど@コマンド ! M ! 
12930 \backslash
12931 mbox
12932 \end_layout
12933
12934 \end_inset
12935
12936
12937 \series bold
12938
12939 \backslash
12940 makebox
12941 \series default
12942
12943 \begin_inset Index idx
12944 status collapsed
12945
12946 \begin_layout Plain Layout
12947 こまんど@コマンド ! M ! 
12948 \backslash
12949 makebox
12950 \end_layout
12951
12952 \end_inset
12953
12954
12955 \series bold
12956
12957 \backslash
12958 raisebox
12959 \series default
12960
12961 \begin_inset Index idx
12962 status collapsed
12963
12964 \begin_layout Plain Layout
12965 こまんど@コマンド ! R ! 
12966 \backslash
12967 raisebox
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 raisebox
12981 \series default
12982 を使うと、ボックスを上付きにしたり下付きにしたりすることができます。しかし、通常の上付き文字・下付き文字とは違い、ボックス内の文字寸法はそのまま保たれます。
12983 \series bold
12984
12985 \backslash
12986 raisebox
12987 \series default
12988 は、以下の書式で用いられます。
12989 \end_layout
12990
12991 \begin_layout Standard
12992
12993 \series bold
12994
12995 \backslash
12996 raisebox{高さ}{ボックスの内容}
12997 \end_layout
12998
12999 \begin_layout Standard
13000
13001 \series bold
13002
13003 \backslash
13004 fbox
13005 \series default
13006 と同様、ボックスに数式を入れる際には、明示的に数式として入れる必要があります。
13007 \begin_inset Note Greyedout
13008 status open
13009
13010 \begin_layout Plain Layout
13011
13012 \series bold
13013 【註】
13014 \series default
13015 下の最後の
13016 \series bold
13017
13018 \backslash
13019 raisebox
13020 \series default
13021 のところで、
13022 \family sans
13023 Ctrl+M
13024 \family default
13025 を一回でなく二回押すことによって、もう一段数式をいれています。これは、\SpecialChar LyX
13026
13027 \series bold
13028
13029 \backslash
13030 raisebox
13031 \series default
13032 を直接サポートしていないためです。
13033 \end_layout
13034
13035 \end_inset
13036
13037
13038 \begin_inset Separator parbreak
13039 \end_inset
13040
13041
13042 \end_layout
13043
13044 \begin_layout Standard
13045 \align center
13046 \begin_inset Tabular
13047 <lyxtabular version="3" rows="4" columns="2">
13048 <features tabularvalignment="middle">
13049 <column alignment="center" valignment="top">
13050 <column alignment="center" valignment="top">
13051 <row>
13052 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13053 \begin_inset Text
13054
13055 \begin_layout Plain Layout
13056 コマンド
13057 \end_layout
13058
13059 \end_inset
13060 </cell>
13061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13062 \begin_inset Text
13063
13064 \begin_layout Plain Layout
13065 出力
13066 \end_layout
13067
13068 \end_inset
13069 </cell>
13070 </row>
13071 <row>
13072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13073 \begin_inset Text
13074
13075 \begin_layout Plain Layout
13076 H
13077 \backslash
13078 raisebox{2mm
13079 \begin_inset Formula $\to$
13080 \end_inset
13081
13082
13083 \backslash
13084 {al
13085 \begin_inset Formula $\to$
13086 \end_inset
13087
13088  lo
13089 \end_layout
13090
13091 \end_inset
13092 </cell>
13093 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13094 \begin_inset Text
13095
13096 \begin_layout Plain Layout
13097 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13098 \end_inset
13099
13100
13101 \end_layout
13102
13103 \end_inset
13104 </cell>
13105 </row>
13106 <row>
13107 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13108 \begin_inset Text
13109
13110 \begin_layout Plain Layout
13111 H
13112 \backslash
13113 raisebox{-2mm
13114 \begin_inset Formula $\to$
13115 \end_inset
13116
13117
13118 \backslash
13119 {al
13120 \begin_inset Formula $\to$
13121 \end_inset
13122
13123 lo
13124 \end_layout
13125
13126 \end_inset
13127 </cell>
13128 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13129 \begin_inset Text
13130
13131 \begin_layout Plain Layout
13132 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13133 \end_inset
13134
13135
13136 \end_layout
13137
13138 \end_inset
13139 </cell>
13140 </row>
13141 <row>
13142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13143 \begin_inset Text
13144
13145 \begin_layout Plain Layout
13146 A=
13147 \backslash
13148 raisebox{-2mm
13149 \begin_inset Formula $\to$
13150 \end_inset
13151
13152
13153 \backslash
13154 {
13155 \family sans
13156 Ctrl+M Ctrl+M
13157 \family default
13158  
13159 \backslash
13160 sqrt
13161 \begin_inset space \textvisiblespace{}
13162 \end_inset
13163
13164
13165 \end_layout
13166
13167 \end_inset
13168 </cell>
13169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13170 \begin_inset Text
13171
13172 \begin_layout Plain Layout
13173 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
13174 \end_inset
13175
13176
13177 \end_layout
13178
13179 \end_inset
13180 </cell>
13181 </row>
13182 </lyxtabular>
13183
13184 \end_inset
13185
13186
13187 \end_layout
13188
13189 \begin_layout Standard
13190 枠がないことを除けば、
13191 \series bold
13192
13193 \backslash
13194 mbox
13195 \series default
13196 コマンドは
13197 \series bold
13198
13199 \backslash
13200 fbox
13201 \series default
13202 と同じであり、
13203 \series bold
13204
13205 \backslash
13206 makebox
13207 \series default
13208
13209 \series bold
13210
13211 \backslash
13212 framebox
13213 \series default
13214 と同じです。
13215 \end_layout
13216
13217 \begin_layout Subsection
13218 色付きボックス
13219 \begin_inset CommandInset label
13220 LatexCommand label
13221 name "subsec:色付きボックス"
13222
13223 \end_inset
13224
13225
13226 \begin_inset Index idx
13227 status collapsed
13228
13229 \begin_layout Plain Layout
13230 ぼっくす@ボックス ! いろつき@色付き
13231 \begin_inset space \thinspace{}
13232 \end_inset
13233
13234 ——
13235 \end_layout
13236
13237 \end_inset
13238
13239
13240 \end_layout
13241
13242 \begin_layout Standard
13243 本節で説明されているコマンドをすべて使えるようにするためには、\SpecialChar LaTeX
13244 プリアンブルに
13245 \end_layout
13246
13247 \begin_layout Standard
13248
13249 \series bold
13250
13251 \backslash
13252 usepackage{color}
13253 \end_layout
13254
13255 \begin_layout Standard
13256 という行
13257 \begin_inset Foot
13258 status collapsed
13259
13260 \begin_layout Plain Layout
13261 定義済みの色を使って、文書中のどこかで文章に色を付けてある場合、\SpecialChar LyX
13262 は、自動的に\SpecialChar LaTeX
13263 パッケージ
13264 \series bold
13265 color
13266 \series default
13267 を読み込みます。したがって、本パッケージが二度読み込まれる可能性があるわけですが、そうなったとしても問題は生じません。
13268 \end_layout
13269
13270 \end_inset
13271
13272
13273 \begin_inset Note Note
13274 status collapsed
13275
13276 \begin_layout Plain Layout
13277 本パッケージが二度読み込まれることを防ぐために、\SpecialChar LaTeX
13278 プリアンブルにマクロを挿入してあります。
13279 \end_layout
13280
13281 \end_inset
13282
13283 を書き加えて、\SpecialChar LaTeX
13284 パッケージの
13285 \series bold
13286 color
13287 \series default
13288
13289 \begin_inset Foot
13290 status collapsed
13291
13292 \begin_layout Plain Layout
13293 \SpecialChar LaTeX
13294 パッケージ
13295 \series bold
13296 color
13297 \series default
13298 は、すべての標準的な\SpecialChar LaTeX
13299 頒布版に含まれています。
13300 \end_layout
13301
13302 \end_inset
13303
13304
13305 \begin_inset Index idx
13306 status collapsed
13307
13308 \begin_layout Plain Layout
13309 ぱっけーじ@パッケージ ! color
13310 \end_layout
13311
13312 \end_inset
13313
13314 を読み込む必要があります。
13315 \end_layout
13316
13317 \begin_layout Standard
13318 \begin_inset VSpace medskip
13319 \end_inset
13320
13321 ボックスに色を付けるには、
13322 \series bold
13323
13324 \backslash
13325 colorbox
13326 \series default
13327
13328 \begin_inset Index idx
13329 status collapsed
13330
13331 \begin_layout Plain Layout
13332 こまんど@コマンド ! C ! 
13333 \backslash
13334 colorbox
13335 \end_layout
13336
13337 \end_inset
13338
13339 コマンドを以下の書式で使用します。
13340 \end_layout
13341
13342 \begin_layout Standard
13343
13344 \series bold
13345
13346 \backslash
13347 colorbox{色}{ボックスの内容}
13348 \end_layout
13349
13350 \begin_layout Standard
13351 ボックスの内容には、別のボックスが含まれても構いませんし、
13352 \series bold
13353
13354 \backslash
13355 colorbox
13356 \series default
13357 自体も、別のボックスに入っていても構いません(以下の二番目と三番目の例を参照してください)。ボックスに数式を含める場合には、
13358 \series bold
13359
13360 \backslash
13361 raisebox
13362 \series default
13363 と同様、明示的に数式を作らなくてはなりません
13364 \begin_inset Foot
13365 status collapsed
13366
13367 \begin_layout Plain Layout
13368 これは、
13369 \series bold
13370
13371 \backslash
13372 fcolorbox
13373 \series default
13374 コマンドにも当てはまります。
13375 \end_layout
13376
13377 \end_inset
13378
13379
13380 \end_layout
13381
13382 \begin_layout Standard
13383 選択できる定義済みの色としては、
13384 \end_layout
13385
13386 \begin_layout Standard
13387
13388 \series bold
13389 black
13390 \series default
13391 (黒)・
13392 \series bold
13393 blue
13394 \series default
13395 (青)・
13396 \series bold
13397 cyan
13398 \series default
13399 (シアン)・
13400 \series bold
13401 green
13402 \series default
13403 (緑)・
13404 \series bold
13405 magenta
13406 \series default
13407 (マゼンタ)・
13408 \series bold
13409 red
13410 \series default
13411 (赤)・
13412 \series bold
13413 white
13414 \series default
13415 (白)・
13416 \series bold
13417 yellow
13418 \series default
13419 (黄)
13420 \end_layout
13421
13422 \begin_layout Standard
13423 があります。
13424 \begin_inset Separator parbreak
13425 \end_inset
13426
13427
13428 \end_layout
13429
13430 \begin_layout Standard
13431 \align center
13432 \begin_inset Tabular
13433 <lyxtabular version="3" rows="4" columns="2">
13434 <features tabularvalignment="middle">
13435 <column alignment="center" valignment="top">
13436 <column alignment="center" valignment="top">
13437 <row>
13438 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13439 \begin_inset Text
13440
13441 \begin_layout Plain Layout
13442 コマンド
13443 \end_layout
13444
13445 \end_inset
13446 </cell>
13447 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13448 \begin_inset Text
13449
13450 \begin_layout Plain Layout
13451 出力
13452 \begin_inset Note Note
13453 status collapsed
13454
13455 \begin_layout Plain Layout
13456 ここで
13457 \series bold
13458
13459 \backslash
13460 raisebox
13461 \series default
13462 はスペーサーとして使用しているだけです。
13463 \end_layout
13464
13465 \end_inset
13466
13467
13468 \end_layout
13469
13470 \end_inset
13471 </cell>
13472 </row>
13473 <row>
13474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13475 \begin_inset Text
13476
13477 \begin_layout Plain Layout
13478
13479 \backslash
13480 colorbox{yellow
13481 \begin_inset Formula $\to$
13482 \end_inset
13483
13484
13485 \backslash
13486 {A=B
13487 \end_layout
13488
13489 \end_inset
13490 </cell>
13491 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13492 \begin_inset Text
13493
13494 \begin_layout Plain Layout
13495 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13496 \end_inset
13497
13498
13499 \end_layout
13500
13501 \end_inset
13502 </cell>
13503 </row>
13504 <row>
13505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13506 \begin_inset Text
13507
13508 \begin_layout Plain Layout
13509
13510 \backslash
13511 colorbox{green
13512 \begin_inset Formula $\to$
13513 \end_inset
13514
13515
13516 \backslash
13517 {
13518 \backslash
13519 fbox
13520 \begin_inset space \textvisiblespace{}
13521 \end_inset
13522
13523 A=B
13524 \end_layout
13525
13526 \end_inset
13527 </cell>
13528 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13529 \begin_inset Text
13530
13531 \begin_layout Plain Layout
13532 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13533 \end_inset
13534
13535
13536 \end_layout
13537
13538 \end_inset
13539 </cell>
13540 </row>
13541 <row>
13542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13543 \begin_inset Text
13544
13545 \begin_layout Plain Layout
13546
13547 \backslash
13548 fbox
13549 \begin_inset space \textvisiblespace{}
13550 \end_inset
13551
13552
13553 \backslash
13554 colorbox{green
13555 \begin_inset Formula $\to$
13556 \end_inset
13557
13558
13559 \backslash
13560 {
13561 \family sans
13562 Ctrl+M
13563 \family default
13564  
13565 \family sans
13566 Ctrl+M
13567 \family default
13568  
13569 \backslash
13570 int
13571 \begin_inset space \textvisiblespace{}
13572 \end_inset
13573
13574 C=D
13575 \end_layout
13576
13577 \end_inset
13578 </cell>
13579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13580 \begin_inset Text
13581
13582 \begin_layout Plain Layout
13583 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
13584 \end_inset
13585
13586
13587 \end_layout
13588
13589 \end_inset
13590 </cell>
13591 </row>
13592 </lyxtabular>
13593
13594 \end_inset
13595
13596
13597 \end_layout
13598
13599 \begin_layout Standard
13600
13601 \series bold
13602
13603 \backslash
13604 colorbox
13605 \series default
13606 は、ボックスに色をつけるだけで、ボックス内の文字には色付けをしません。すべての文字に色付けするには、数式全体を選択し、
13607 \family sans
13608 文字様式
13609 \family default
13610 ダイアログで欲しい色を選択します。このダイアログは、ツールバーボタン
13611 \begin_inset Info
13612 type  "icon"
13613 arg   "dialog-show character"
13614 \end_inset
13615
13616
13617 \family sans
13618 編集\SpecialChar menuseparator
13619 文字様式\SpecialChar menuseparator
13620 任意設定
13621 \family default
13622 メニューで開くことができます。すると、数式番号も数式と同じ色になります。数式番号が数式の文字とは別の色になるようにするには、数式内部で色を変えなくてはなりません
13623
13624 \end_layout
13625
13626 \begin_layout Standard
13627 たとえば、
13628 \end_layout
13629
13630 \begin_layout Standard
13631
13632 \color red
13633 \begin_inset Formula 
13634 \begin{equation}
13635 \int A=B\label{eq:red}
13636 \end{equation}
13637
13638 \end_inset
13639
13640
13641 \color green
13642
13643 \begin_inset Formula 
13644 \begin{equation}
13645 \textcolor{red}{\int A=B}\label{eq:redgreen}
13646 \end{equation}
13647
13648 \end_inset
13649
13650
13651 \end_layout
13652
13653 \begin_layout Standard
13654 数式
13655 \begin_inset CommandInset ref
13656 LatexCommand eqref
13657 reference "eq:red"
13658
13659 \end_inset
13660
13661 は、全体が赤色です。
13662 \begin_inset Newline newline
13663 \end_inset
13664
13665 数式
13666 \begin_inset CommandInset ref
13667 LatexCommand eqref
13668 reference "eq:redgreen"
13669
13670 \end_inset
13671
13672 は、数式番号を緑色にするために、まず全体を緑色にします。その後、数式内の文字を赤色にします。
13673 \end_layout
13674
13675 \begin_layout Standard
13676 \begin_inset VSpace bigskip
13677 \end_inset
13678
13679 ボックスの枠だけ別の色にするには、
13680 \series bold
13681
13682 \backslash
13683 fcolorbox
13684 \series default
13685
13686 \begin_inset Index idx
13687 status collapsed
13688
13689 \begin_layout Plain Layout
13690 こまんど@コマンド ! F ! 
13691 \backslash
13692 fcolorbox
13693 \end_layout
13694
13695 \end_inset
13696
13697 コマンドを以下の書式で使用します。
13698 \end_layout
13699
13700 \begin_layout Standard
13701
13702 \series bold
13703
13704 \backslash
13705 fcolorbox{枠の色}{色}{ボックスの内容}
13706 \end_layout
13707
13708 \begin_layout Standard
13709 つまり、
13710 \series bold
13711
13712 \backslash
13713 fcolorbox
13714 \series default
13715
13716 \series bold
13717
13718 \backslash
13719 colorbox
13720 \series default
13721 コマンドの拡張です。
13722 \series bold
13723
13724 \backslash
13725 framebox
13726 \series default
13727 と同様に、枠の厚みは
13728 \series bold
13729
13730 \backslash
13731 fboxrule
13732 \series default
13733
13734 \series bold
13735
13736 \backslash
13737 fboxsep
13738 \series default
13739 で設定します。たとえば、
13740 \begin_inset ERT
13741 status collapsed
13742
13743 \begin_layout Plain Layout
13744
13745
13746 \backslash
13747 fboxrule 1mm 
13748 \backslash
13749 fboxsep 1mm
13750 \end_layout
13751
13752 \end_inset
13753
13754
13755 \begin_inset Formula 
13756 \[
13757 \fcolorbox{cyan}{magenta}{A=B}
13758 \]
13759
13760 \end_inset
13761
13762
13763 \begin_inset ERT
13764 status collapsed
13765
13766 \begin_layout Plain Layout
13767
13768
13769 \backslash
13770 fboxrule 0.4pt 
13771 \backslash
13772 fboxsep 3pt
13773 \end_layout
13774
13775 \end_inset
13776
13777 のようにします。
13778 \end_layout
13779
13780 \begin_layout Standard
13781 上記の数式は、以下のコマンドで作成されています。
13782 \begin_inset Newline newline
13783 \end_inset
13784
13785
13786 \series bold
13787
13788 \backslash
13789 fcolorbox{cyan
13790 \begin_inset Formula $\to$
13791 \end_inset
13792
13793
13794 \backslash
13795 {magenta
13796 \begin_inset Formula $\to$
13797 \end_inset
13798
13799
13800 \backslash
13801 {A=B
13802 \series default
13803 .
13804 \end_layout
13805
13806 \begin_layout Standard
13807 \begin_inset VSpace bigskip
13808 \end_inset
13809
13810 定義済みの色以外の色を使いたい場合には、まずその色を定義しなくてはなりません。
13811 \end_layout
13812
13813 \begin_layout Standard
13814 たとえば、「
13815 \series bold
13816 darkgreen
13817 \series default
13818 」という色を定義するには、\SpecialChar LaTeX
13819 プリアンブルに
13820 \end_layout
13821
13822 \begin_layout Standard
13823
13824 \series bold
13825
13826 \backslash
13827 definecolor{darkgreen}{cmyk}{0.5,
13828 \series default
13829  
13830 \series bold
13831 0,
13832 \series default
13833  
13834 \series bold
13835 1,
13836 \series default
13837  
13838 \series bold
13839 0.5}
13840 \series default
13841
13842 \begin_inset Index idx
13843 status collapsed
13844
13845 \begin_layout Plain Layout
13846 こまんど@コマンド ! D ! 
13847 \backslash
13848 definecolor
13849 \end_layout
13850
13851 \end_inset
13852
13853
13854 \end_layout
13855
13856 \begin_layout Standard
13857 という行を書き加えます。
13858 \end_layout
13859
13860 \begin_layout Standard
13861
13862 \series bold
13863 cmyk
13864 \series default
13865 とは、
13866 \series bold
13867 cyan
13868 \series default
13869 (シアン)・
13870 \series bold
13871 magenta
13872 \series default
13873 (マゼンタ)・
13874 \series bold
13875 yellow
13876 \series default
13877 (黄)・
13878 \series bold
13879 black
13880 \series default
13881 (黒)の各色を表す色空間です。コンマで区切られた四つの数字は、この色空間における各色の出力強度です。強度は、0
13882 \begin_inset space \thinspace{}
13883 \end_inset
13884
13885 -
13886 \begin_inset space \thinspace{}
13887 \end_inset
13888
13889 1の範囲をとることができます。定義には、
13890 \series bold
13891 cmyk
13892 \series default
13893 の他に、
13894 \series bold
13895 rgb
13896 \series default
13897 という色空間を使うこともできます。
13898 \series bold
13899 rgb
13900 \series default
13901 とは、
13902 \series bold
13903 red
13904 \series default
13905 (赤)・
13906 \series bold
13907 green
13908 \series default
13909 (緑)・
13910 \series bold
13911 blue
13912 \series default
13913 (青)の各色を意味し、この場合には、各色に対応した三つの出力強度を指定します。さらに、灰色の出力強度のみをとる
13914 \series bold
13915 gray
13916 \series default
13917 という色空間もあります。
13918 \end_layout
13919
13920 \begin_layout Standard
13921 例として、文字が
13922 \series bold
13923 yellow
13924 \series default
13925 に色付けされ、新しく定義した
13926 \series bold
13927 darkgreen
13928 \series default
13929 という色を持つ枠付きボックスを挙げておきます。
13930 \begin_inset Formula 
13931 \begin{equation}
13932 \colorbox{darkgreen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}
13933 \end{equation}
13934
13935 \end_inset
13936
13937
13938 \end_layout
13939
13940 \begin_layout Standard
13941
13942 \series bold
13943
13944 \backslash
13945 textcolor
13946 \series default
13947 コマンドを使うと、以下のように、自前で定義した色をテキスト中でも使用することができます。
13948 \begin_inset Index idx
13949 status collapsed
13950
13951 \begin_layout Plain Layout
13952 てきすと@テキスト ! いろつき@色付き
13953 \end_layout
13954
13955 \end_inset
13956
13957
13958 \end_layout
13959
13960 \begin_layout Standard
13961 \begin_inset ERT
13962 status collapsed
13963
13964 \begin_layout Plain Layout
13965
13966
13967 \backslash
13968 textcolor{darkgreen}{
13969 \end_layout
13970
13971 \end_inset
13972
13973 この文は「darkgreen」です。
13974 \begin_inset ERT
13975 status collapsed
13976
13977 \begin_layout Plain Layout
13978
13979 }
13980 \end_layout
13981
13982 \end_inset
13983
13984
13985 \end_layout
13986
13987 \begin_layout Standard
13988
13989 \series bold
13990
13991 \backslash
13992 textcolor
13993 \series default
13994
13995 \begin_inset Index idx
13996 status collapsed
13997
13998 \begin_layout Plain Layout
13999 こまんど@コマンド ! T ! 
14000 \backslash
14001 textcolor
14002 \end_layout
14003
14004 \end_inset
14005
14006 は、
14007 \series bold
14008
14009 \backslash
14010 textcolor{色}{色付けをする文}
14011 \series default
14012 という書式で使用することができます。
14013 \end_layout
14014
14015 \begin_layout Subsection
14016 段落ボックス
14017 \begin_inset CommandInset label
14018 LatexCommand label
14019 name "subsec:段落ボックス"
14020
14021 \end_inset
14022
14023
14024 \begin_inset Index idx
14025 status collapsed
14026
14027 \begin_layout Plain Layout
14028 ぼっくす@ボックス ! だんらく@段落
14029 \begin_inset space \thinspace{}
14030 \end_inset
14031
14032 ——
14033 \end_layout
14034
14035 \end_inset
14036
14037
14038 \end_layout
14039
14040 \begin_layout Standard
14041 いくつかの行や段落を含む、いわゆる段落ボックス(parbox)は、
14042 \family sans
14043 挿入\SpecialChar menuseparator
14044 ボックス
14045 \family default
14046 メニューかツールバーボタン
14047 \begin_inset Info
14048 type  "icon"
14049 arg   "box-insert"
14050 \end_inset
14051
14052 で作成することができます。
14053 \end_layout
14054
14055 \begin_layout Standard
14056 以下の例は、行中の枠付きparboxを示したものです。
14057 \end_layout
14058
14059 \begin_layout Standard
14060 \begin_inset VSpace medskip
14061 \end_inset
14062
14063 この行は、
14064 \begin_inset Box Boxed
14065 position "c"
14066 hor_pos "c"
14067 has_inner_box 1
14068 inner_pos "t"
14069 use_parbox 1
14070 use_makebox 0
14071 width "5cm"
14072 special "none"
14073 height "1in"
14074 height_special "totalheight"
14075 thickness "0.4pt"
14076 separation "3pt"
14077 shadowsize "4pt"
14078 framecolor "black"
14079 backgroundcolor "none"
14080 status open
14081
14082 \begin_layout Plain Layout
14083 これは段落ボックスです。これはちょうど5
14084 \begin_inset space \thinspace{}
14085 \end_inset
14086
14087 cmの幅になっており、以下のように数式を含めることもできます。
14088 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14089 \end_inset
14090
14091
14092 \end_layout
14093
14094 \end_inset
14095
14096 parboxの入った行です。
14097 \end_layout
14098
14099 \begin_layout Standard
14100 \begin_inset VSpace medskip
14101 \end_inset
14102
14103
14104 \end_layout
14105
14106 \begin_layout Standard
14107 このようなボックスは、灰色のボックス挿入枠を右クリックすることによって作ることができます。すると、ボックスの特性を表示したダイアログが現れます。上の例では、
14108 \emph on
14109 装飾
14110 \emph default
14111 :簡素な長方形の箱型、
14112 \emph on
14113 内部ボックス
14114 \emph default
14115 :parboxコマンド、
14116 \emph on
14117
14118 \emph default
14119 :5
14120 \begin_inset space \thinspace{}
14121 \end_inset
14122
14123 cm、
14124 \emph on
14125 垂直ボックス配置
14126 \emph default
14127 :中央、に設定されています。
14128 \end_layout
14129
14130 \begin_layout Standard
14131 \begin_inset VSpace medskip
14132 \end_inset
14133
14134 \SpecialChar LaTeX
14135 では、parboxは、以下の書式を持つ
14136 \series bold
14137
14138 \backslash
14139 parbox
14140 \series default
14141
14142 \begin_inset Index idx
14143 status collapsed
14144
14145 \begin_layout Plain Layout
14146 こまんど@コマンド ! P ! 
14147 \backslash
14148 parbox
14149 \end_layout
14150
14151 \end_inset
14152
14153 コマンドによって作られます。
14154 \end_layout
14155
14156 \begin_layout Standard
14157
14158 \series bold
14159
14160 \backslash
14161 parbox[位置]{幅}{ボックスの内容}
14162 \end_layout
14163
14164 \begin_layout Standard
14165 「位置」は、
14166 \emph on
14167 b
14168 \emph default
14169
14170 \emph on
14171 t
14172 \emph default
14173 の値をとることができます。下揃えを意味する
14174 \emph on
14175 b
14176 \emph default
14177 (
14178 \bar under
14179 b
14180 \bar default
14181 ottom)は、ボックスを、周囲の本文中の最後の行と合わせることを意味します。上揃えを意味する
14182 \emph on
14183 t
14184 \emph default
14185 (
14186 \bar under
14187 t
14188 \bar default
14189 op)は、これを最初の行に合わせます。位置を指定しない時には、ボックスは事実上中央揃えになります。用例については、取扱説明書埋込オブジェクト篇の
14190 \emph on
14191 ボックス
14192 \emph default
14193 の節をご参照下さい。
14194 \end_layout
14195
14196 \begin_layout Standard
14197 \begin_inset VSpace bigskip
14198 \end_inset
14199
14200 数式番号を含めて、数式を完全に枠で囲むためには、数式をparbox内に収めなくてはなりません。こうするには、数式前に\SpecialChar TeX
14201 モードで
14202 \series bold
14203 parbox{
14204 \backslash
14205 linewidth-2
14206 \backslash
14207 fboxsep-2
14208 \backslash
14209 fboxrule}{
14210 \series default
14211 というコマンドを挿入します。ここで
14212 \series bold
14213
14214 \backslash
14215 linewidth
14216 \begin_inset Index idx
14217 status collapsed
14218
14219 \begin_layout Plain Layout
14220 こまんど@コマンド ! L ! 
14221 \backslash
14222 linewidth
14223 \end_layout
14224
14225 \end_inset
14226
14227
14228 \series default
14229 は、使用中の文書に設定されている行幅です。枠は、parboxの外側にあるので、枠余白と枠幅の2倍を行幅から差し引かなくてはなりません。バグ
14230 \begin_inset Foot
14231 status collapsed
14232
14233 \begin_layout Plain Layout
14234 \begin_inset CommandInset href
14235 LatexCommand href
14236 name "LyX-bug #4483"
14237 target "http://www.lyx.org/trac/ticket/4483"
14238
14239 \end_inset
14240
14241
14242 \end_layout
14243
14244 \end_inset
14245
14246 のせいで\SpecialChar LyX
14247 はこれを自動的に行いませんので、\SpecialChar TeX
14248 モードを使用する必要があります。引数中で掛け算や引き算を行うためには、\SpecialChar LaTeX
14249 パッケージの
14250 \series bold
14251 calc
14252 \series default
14253
14254 \begin_inset Foot
14255 status collapsed
14256
14257 \begin_layout Plain Layout
14258
14259 \series bold
14260 calc
14261 \series default
14262 は、標準的\SpecialChar LaTeX
14263 頒布版のすべてに含まれています。
14264 \end_layout
14265
14266 \end_inset
14267
14268
14269 \begin_inset Index idx
14270 status collapsed
14271
14272 \begin_layout Plain Layout
14273 ぱっけーじ@パッケージ ! calc
14274 \end_layout
14275
14276 \end_inset
14277
14278 を、\SpecialChar LaTeX
14279 プリアンブル中で
14280 \end_layout
14281
14282 \begin_layout Standard
14283
14284 \series bold
14285
14286 \backslash
14287 usepackage{calc}
14288 \end_layout
14289
14290 \begin_layout Standard
14291 のように読み込んでおく必要があります。数式の後では、\SpecialChar TeX
14292 モードで
14293 \series bold
14294 }}
14295 \series default
14296 を入力して、二つのボックスを閉じておかなくてはなりません。以下に例を挙げます。
14297 \begin_inset ERT
14298 status collapsed
14299
14300 \begin_layout Plain Layout
14301
14302
14303 \backslash
14304 fboxsep 5mm 
14305 \backslash
14306 fboxrule 5mm
14307 \end_layout
14308
14309 \end_inset
14310
14311
14312 \end_layout
14313
14314 \begin_layout Standard
14315 \begin_inset ERT
14316 status collapsed
14317
14318 \begin_layout Plain Layout
14319
14320
14321 \backslash
14322 fbox{
14323 \backslash
14324 parbox{
14325 \backslash
14326 linewidth-2
14327 \backslash
14328 fboxsep-2
14329 \backslash
14330 fboxrule}{
14331 \end_layout
14332
14333 \end_inset
14334
14335
14336 \begin_inset Formula 
14337 \begin{equation}
14338 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}
14339 \end{equation}
14340
14341 \end_inset
14342
14343
14344 \begin_inset ERT
14345 status collapsed
14346
14347 \begin_layout Plain Layout
14348
14349 }}
14350 \end_layout
14351
14352 \end_inset
14353
14354
14355 \begin_inset ERT
14356 status collapsed
14357
14358 \begin_layout Plain Layout
14359
14360
14361 \backslash
14362 fboxrule 0.4pt 
14363 \backslash
14364 fboxsep 3pt
14365 \end_layout
14366
14367 \end_inset
14368
14369
14370 \end_layout
14371
14372 \begin_layout Standard
14373 \begin_inset VSpace medskip
14374 \end_inset
14375
14376
14377 \series bold
14378
14379 \backslash
14380 fbox
14381 \series default
14382 の引数としてparboxが使われているので、この場合には、
14383 \series bold
14384
14385 \backslash
14386 fbox
14387 \series default
14388 を使おうが
14389 \series bold
14390
14391 \backslash
14392 boxed
14393 \series default
14394 を使おうが、差は生じません。
14395 \end_layout
14396
14397 \begin_layout Standard
14398 \begin_inset VSpace bigskip
14399 \end_inset
14400
14401 段落ボックスは、数式にじかにコメントを付けるのにたいへん便利です。これを行うには、
14402 \series bold
14403
14404 \backslash
14405 parbox
14406 \series default
14407
14408 \series bold
14409
14410 \backslash
14411 tag
14412 \series default
14413 コマンドといっしょに使います(
14414 \series bold
14415
14416 \backslash
14417 tag
14418 \series default
14419 についての詳細は、第
14420 \begin_inset CommandInset ref
14421 LatexCommand ref
14422 reference "subsec:自己定義番号"
14423
14424 \end_inset
14425
14426 節をご参照下さい)
14427 \end_layout
14428
14429 \begin_layout Standard
14430 以下は、
14431 \series bold
14432
14433 \backslash
14434 parbox
14435 \series default
14436 を使ってコメントを付けた数式の例です。
14437 \end_layout
14438
14439 \begin_layout Standard
14440 \begin_inset ERT
14441 status collapsed
14442
14443 \begin_layout Plain Layout
14444
14445
14446 \backslash
14447 [5x-7b=3b
14448 \backslash
14449 tag*{
14450 \backslash
14451 parbox{5cm}{
14452 \end_layout
14453
14454 \end_inset
14455
14456 これは説明です。数式や多行数式本体からはっきりと離れています。
14457 \begin_inset ERT
14458 status collapsed
14459
14460 \begin_layout Plain Layout
14461
14462 }}
14463 \backslash
14464 ]
14465 \end_layout
14466
14467 \end_inset
14468
14469
14470 \end_layout
14471
14472 \begin_layout Standard
14473 \SpecialChar LyX
14474 は、まだ数式中での
14475 \series bold
14476
14477 \backslash
14478 parbox
14479 \series default
14480 コマンドをサポートしていないので、上のような数式は、完全に\SpecialChar TeX
14481 モードで挿入しなくてはなりません。この数式は、以下のようなコマンド列を使って作ってあります。
14482 \end_layout
14483
14484 \begin_layout Standard
14485 まず、
14486 \series bold
14487
14488 \backslash
14489 [5x-7b=3b
14490 \backslash
14491 tag*
14492 \backslash
14493 {
14494 \backslash
14495 parbox{5cm}{
14496 \series default
14497 というコマンドを\SpecialChar TeX
14498 モードで挿入します
14499 \begin_inset Foot
14500 status collapsed
14501
14502 \begin_layout Plain Layout
14503
14504 \series bold
14505 行頭下げ
14506 \series default
14507 数式様式を使用している時には、
14508 \series bold
14509
14510 \backslash
14511 tag*
14512 \backslash
14513 {
14514 \series default
14515 の代わりに
14516 \series bold
14517
14518 \backslash
14519 hfill
14520 \series default
14521 を用いることもできます(数式様式に関しては、第
14522 \begin_inset CommandInset ref
14523 LatexCommand ref
14524 reference "sec:数式様式"
14525
14526 \end_inset
14527
14528 節をご参照下さい)。
14529 \end_layout
14530
14531 \end_inset
14532
14533 。それから、説明を通常のテキストとして入れ、最後に
14534 \series bold
14535 }}
14536 \backslash
14537 ]
14538 \series default
14539 を\SpecialChar TeX
14540 モードで挿入します。ここで
14541 \series bold
14542
14543 \backslash
14544 [
14545 \series default
14546 および
14547 \series bold
14548
14549 \backslash
14550 ]
14551 \series default
14552 コマンドは別行立て数式を作るためのものです。
14553 \end_layout
14554
14555 \begin_layout Standard
14556
14557 \series bold
14558
14559 \backslash
14560 parbox
14561 \series default
14562 を使う利点は、数式テキストモードを使用して「コメントを付けた」以下の例と比較すると、よくわかるでしょう。
14563 \begin_inset Formula 
14564 \[
14565 5x-7b=3b\textrm{これは説明です。数式本体から離れていません...}
14566 \]
14567
14568 \end_inset
14569
14570
14571 \end_layout
14572
14573 \begin_layout Section
14574 演算子
14575 \begin_inset Index idx
14576 status collapsed
14577
14578 \begin_layout Plain Layout
14579 えんざんし@演算子
14580 \end_layout
14581
14582 \end_inset
14583
14584
14585 \end_layout
14586
14587 \begin_layout Subsection
14588 大演算子
14589 \begin_inset CommandInset label
14590 LatexCommand label
14591 name "subsec:大演算子"
14592
14593 \end_inset
14594
14595
14596 \begin_inset Index idx
14597 status collapsed
14598
14599 \begin_layout Plain Layout
14600 えんざんし@演算子 ! だい@大
14601 \begin_inset space \thinspace{}
14602 \end_inset
14603
14604 ——
14605 \end_layout
14606
14607 \end_inset
14608
14609
14610 \begin_inset Index idx
14611 status collapsed
14612
14613 \begin_layout Plain Layout
14614 わ@和
14615 \end_layout
14616
14617 \end_inset
14618
14619
14620 \begin_inset Index idx
14621 status collapsed
14622
14623 \begin_layout Plain Layout
14624 せきぶんきごう@積分記号
14625 \end_layout
14626
14627 \end_inset
14628
14629
14630 \end_layout
14631
14632 \begin_layout Standard
14633 ここに挙げた積分演算子をすべて使えるようにするには、文書設定の
14634 \family sans
14635 数式オプション
14636 \family default
14637 の面にある
14638 \family sans
14639 esintパッケージを自動的に使う
14640 \family default
14641 オプションを有効にしなくてはなりません。
14642 \end_layout
14643
14644 \begin_layout Standard
14645 \begin_inset space \hfill{}
14646 \end_inset
14647
14648
14649 \begin_inset Tabular
14650 <lyxtabular version="3" rows="11" columns="2">
14651 <features booktabs="true" tabularvalignment="middle">
14652 <column alignment="center" valignment="top" width="0pt">
14653 <column alignment="center" valignment="top" width="0pt">
14654 <row>
14655 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14656 \begin_inset Text
14657
14658 \begin_layout Plain Layout
14659 コマンド
14660 \end_layout
14661
14662 \end_inset
14663 </cell>
14664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14665 \begin_inset Text
14666
14667 \begin_layout Plain Layout
14668 出力
14669 \end_layout
14670
14671 \end_inset
14672 </cell>
14673 </row>
14674 <row>
14675 <cell alignment="center" valignment="top" leftline="true" usebox="none">
14676 \begin_inset Text
14677
14678 \begin_layout Plain Layout
14679
14680 \backslash
14681 int
14682 \begin_inset Index idx
14683 status collapsed
14684
14685 \begin_layout Plain Layout
14686 こまんど@コマンド ! I ! 
14687 \backslash
14688 int
14689 \end_layout
14690
14691 \end_inset
14692
14693
14694 \end_layout
14695
14696 \end_inset
14697 </cell>
14698 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
14699 \begin_inset Text
14700
14701 \begin_layout Plain Layout
14702 \begin_inset Formula $\int$
14703 \end_inset
14704
14705
14706 \end_layout
14707
14708 \end_inset
14709 </cell>
14710 </row>
14711 <row>
14712 <cell alignment="center" valignment="top" leftline="true" usebox="none">
14713 \begin_inset Text
14714
14715 \begin_layout Plain Layout
14716
14717 \backslash
14718 oint
14719 \end_layout
14720
14721 \end_inset
14722 </cell>
14723 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
14724 \begin_inset Text
14725
14726 \begin_layout Plain Layout
14727 \begin_inset Formula $\oint$
14728 \end_inset
14729
14730
14731 \end_layout
14732
14733 \end_inset
14734 </cell>
14735 </row>
14736 <row>
14737 <cell alignment="center" valignment="top" leftline="true" usebox="none">
14738 \begin_inset Text
14739
14740 \begin_layout Plain Layout
14741
14742 \backslash
14743 ointctrclockwise
14744 \end_layout
14745
14746 \end_inset
14747 </cell>
14748 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
14749 \begin_inset Text
14750
14751 \begin_layout Plain Layout
14752 \begin_inset Formula $\ointctrclockwise$
14753 \end_inset
14754
14755
14756 \end_layout
14757
14758 \end_inset
14759 </cell>
14760 </row>
14761 <row>
14762 <cell alignment="center" valignment="top" leftline="true" usebox="none">
14763 \begin_inset Text
14764
14765 \begin_layout Plain Layout
14766
14767 \backslash
14768 ointclockwise
14769 \end_layout
14770
14771 \end_inset
14772 </cell>
14773 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
14774 \begin_inset Text
14775
14776 \begin_layout Plain Layout
14777 \begin_inset Formula $\ointclockwise$
14778 \end_inset
14779
14780
14781 \end_layout
14782
14783 \end_inset
14784 </cell>
14785 </row>
14786 <row>
14787 <cell alignment="center" valignment="top" leftline="true" usebox="none">
14788 \begin_inset Text
14789
14790 \begin_layout Plain Layout
14791
14792 \backslash
14793 sqint
14794 \end_layout
14795
14796 \end_inset
14797 </cell>
14798 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
14799 \begin_inset Text
14800
14801 \begin_layout Plain Layout
14802 \begin_inset Formula $\sqint$
14803 \end_inset
14804
14805
14806 \end_layout
14807
14808 \end_inset
14809 </cell>
14810 </row>
14811 <row>
14812 <cell alignment="center" valignment="top" leftline="true" usebox="none">
14813 \begin_inset Text
14814
14815 \begin_layout Plain Layout
14816
14817 \backslash
14818 fint
14819 \end_layout
14820
14821 \end_inset
14822 </cell>
14823 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
14824 \begin_inset Text
14825
14826 \begin_layout Plain Layout
14827  
14828 \begin_inset Formula $\fint$
14829 \end_inset
14830
14831
14832 \end_layout
14833
14834 \end_inset
14835 </cell>
14836 </row>
14837 <row>
14838 <cell alignment="center" valignment="top" leftline="true" usebox="none">
14839 \begin_inset Text
14840
14841 \begin_layout Plain Layout
14842
14843 \backslash
14844 landupint
14845 \end_layout
14846
14847 \end_inset
14848 </cell>
14849 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
14850 \begin_inset Text
14851
14852 \begin_layout Plain Layout
14853  
14854 \begin_inset Formula $\landupint$
14855 \end_inset
14856
14857
14858 \end_layout
14859
14860 \end_inset
14861 </cell>
14862 </row>
14863 <row>
14864 <cell alignment="center" valignment="top" leftline="true" usebox="none">
14865 \begin_inset Text
14866
14867 \begin_layout Plain Layout
14868
14869 \backslash
14870 landdownint
14871 \end_layout
14872
14873 \end_inset
14874 </cell>
14875 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
14876 \begin_inset Text
14877
14878 \begin_layout Plain Layout
14879  
14880 \begin_inset Formula $\landdownint$
14881 \end_inset
14882
14883
14884 \end_layout
14885
14886 \end_inset
14887 </cell>
14888 </row>
14889 <row>
14890 <cell alignment="center" valignment="top" leftline="true" usebox="none">
14891 \begin_inset Text
14892
14893 \begin_layout Plain Layout
14894
14895 \backslash
14896 bigcap
14897 \end_layout
14898
14899 \end_inset
14900 </cell>
14901 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
14902 \begin_inset Text
14903
14904 \begin_layout Plain Layout
14905 \begin_inset Formula $\bigcap$
14906 \end_inset
14907
14908
14909 \end_layout
14910
14911 \end_inset
14912 </cell>
14913 </row>
14914 <row>
14915 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
14916 \begin_inset Text
14917
14918 \begin_layout Plain Layout
14919
14920 \backslash
14921 bigcup
14922 \end_layout
14923
14924 \end_inset
14925 </cell>
14926 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
14927 \begin_inset Text
14928
14929 \begin_layout Plain Layout
14930 \begin_inset Formula $\bigcup$
14931 \end_inset
14932
14933
14934 \end_layout
14935
14936 \end_inset
14937 </cell>
14938 </row>
14939 </lyxtabular>
14940
14941 \end_inset
14942
14943
14944 \begin_inset space \hfill{}
14945 \end_inset
14946
14947
14948 \begin_inset Tabular
14949 <lyxtabular version="3" rows="11" columns="2">
14950 <features booktabs="true" tabularvalignment="middle">
14951 <column alignment="center" valignment="top" width="0pt">
14952 <column alignment="center" valignment="top" width="0pt">
14953 <row>
14954 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14955 \begin_inset Text
14956
14957 \begin_layout Plain Layout
14958 コマンド
14959 \end_layout
14960
14961 \end_inset
14962 </cell>
14963 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14964 \begin_inset Text
14965
14966 \begin_layout Plain Layout
14967 出力
14968 \end_layout
14969
14970 \end_inset
14971 </cell>
14972 </row>
14973 <row>
14974 <cell alignment="center" valignment="top" leftline="true" usebox="none">
14975 \begin_inset Text
14976
14977 \begin_layout Plain Layout
14978
14979 \backslash
14980 sum
14981 \begin_inset Index idx
14982 status collapsed
14983
14984 \begin_layout Plain Layout
14985 こまんど@コマンド ! S ! 
14986 \backslash
14987 sum
14988 \end_layout
14989
14990 \end_inset
14991
14992
14993 \end_layout
14994
14995 \end_inset
14996 </cell>
14997 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
14998 \begin_inset Text
14999
15000 \begin_layout Plain Layout
15001 \begin_inset Formula $\sum$
15002 \end_inset
15003
15004
15005 \end_layout
15006
15007 \end_inset
15008 </cell>
15009 </row>
15010 <row>
15011 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15012 \begin_inset Text
15013
15014 \begin_layout Plain Layout
15015
15016 \backslash
15017 prod
15018 \begin_inset Index idx
15019 status collapsed
15020
15021 \begin_layout Plain Layout
15022 こまんど@コマンド ! P ! 
15023 \backslash
15024 prod
15025 \end_layout
15026
15027 \end_inset
15028
15029
15030 \end_layout
15031
15032 \end_inset
15033 </cell>
15034 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15035 \begin_inset Text
15036
15037 \begin_layout Plain Layout
15038 \begin_inset Formula $\prod$
15039 \end_inset
15040
15041
15042 \end_layout
15043
15044 \end_inset
15045 </cell>
15046 </row>
15047 <row>
15048 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15049 \begin_inset Text
15050
15051 \begin_layout Plain Layout
15052
15053 \backslash
15054 coprod
15055 \end_layout
15056
15057 \end_inset
15058 </cell>
15059 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15060 \begin_inset Text
15061
15062 \begin_layout Plain Layout
15063 \begin_inset Formula $\coprod$
15064 \end_inset
15065
15066
15067 \end_layout
15068
15069 \end_inset
15070 </cell>
15071 </row>
15072 <row>
15073 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15074 \begin_inset Text
15075
15076 \begin_layout Plain Layout
15077
15078 \backslash
15079 bigodot
15080 \end_layout
15081
15082 \end_inset
15083 </cell>
15084 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15085 \begin_inset Text
15086
15087 \begin_layout Plain Layout
15088 \begin_inset Formula $\bigodot$
15089 \end_inset
15090
15091
15092 \end_layout
15093
15094 \end_inset
15095 </cell>
15096 </row>
15097 <row>
15098 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15099 \begin_inset Text
15100
15101 \begin_layout Plain Layout
15102
15103 \backslash
15104 bigotimes
15105 \end_layout
15106
15107 \end_inset
15108 </cell>
15109 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15110 \begin_inset Text
15111
15112 \begin_layout Plain Layout
15113 \begin_inset Formula $\bigotimes$
15114 \end_inset
15115
15116
15117 \end_layout
15118
15119 \end_inset
15120 </cell>
15121 </row>
15122 <row>
15123 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15124 \begin_inset Text
15125
15126 \begin_layout Plain Layout
15127
15128 \backslash
15129 bigoplus
15130 \end_layout
15131
15132 \end_inset
15133 </cell>
15134 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15135 \begin_inset Text
15136
15137 \begin_layout Plain Layout
15138 \begin_inset Formula $\bigoplus$
15139 \end_inset
15140
15141
15142 \end_layout
15143
15144 \end_inset
15145 </cell>
15146 </row>
15147 <row>
15148 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15149 \begin_inset Text
15150
15151 \begin_layout Plain Layout
15152
15153 \backslash
15154 bigwedge
15155 \end_layout
15156
15157 \end_inset
15158 </cell>
15159 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15160 \begin_inset Text
15161
15162 \begin_layout Plain Layout
15163 \begin_inset Formula $\bigwedge$
15164 \end_inset
15165
15166
15167 \end_layout
15168
15169 \end_inset
15170 </cell>
15171 </row>
15172 <row>
15173 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15174 \begin_inset Text
15175
15176 \begin_layout Plain Layout
15177
15178 \backslash
15179 bigvee
15180 \end_layout
15181
15182 \end_inset
15183 </cell>
15184 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15185 \begin_inset Text
15186
15187 \begin_layout Plain Layout
15188 \begin_inset Formula $\bigvee$
15189 \end_inset
15190
15191
15192 \end_layout
15193
15194 \end_inset
15195 </cell>
15196 </row>
15197 <row>
15198 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15199 \begin_inset Text
15200
15201 \begin_layout Plain Layout
15202
15203 \backslash
15204 bigsqcup
15205 \end_layout
15206
15207 \end_inset
15208 </cell>
15209 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15210 \begin_inset Text
15211
15212 \begin_layout Plain Layout
15213 \begin_inset Formula $\bigsqcup$
15214 \end_inset
15215
15216
15217 \end_layout
15218
15219 \end_inset
15220 </cell>
15221 </row>
15222 <row>
15223 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
15224 \begin_inset Text
15225
15226 \begin_layout Plain Layout
15227
15228 \backslash
15229 biguplus
15230 \end_layout
15231
15232 \end_inset
15233 </cell>
15234 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
15235 \begin_inset Text
15236
15237 \begin_layout Plain Layout
15238 \begin_inset Formula $\biguplus$
15239 \end_inset
15240
15241
15242 \end_layout
15243
15244 \end_inset
15245 </cell>
15246 </row>
15247 </lyxtabular>
15248
15249 \end_inset
15250
15251
15252 \begin_inset space \hfill{}
15253 \end_inset
15254
15255
15256 \end_layout
15257
15258 \begin_layout Standard
15259 すべての大演算子は、数式ツールバーボタンの
15260 \begin_inset Info
15261 type  "icon"
15262 arg   "math-insert \\intop"
15263 \end_inset
15264
15265 でも挿入することができます。
15266 \end_layout
15267
15268 \begin_layout Standard
15269 これらの演算子は、よく見ないと同じように見える二項演算子よりも大きいので、大演算子と呼ばれます。大演算子はすべて、次小節で説明する「範囲」をとることができます。
15270 \end_layout
15271
15272 \begin_layout Standard
15273 積分演算子はすべて、
15274 \series bold
15275
15276 \backslash
15277 intop
15278 \series default
15279
15280 \series bold
15281
15282 \backslash
15283 ointop
15284 \series default
15285 のように、
15286 \series bold
15287 op
15288 \series default
15289 で終わる別バージョンがあります。これらの演算子は、
15290 \series bold
15291
15292 \backslash
15293 int
15294 \series default
15295 とは範囲の表示のしかたが異なります。第
15296 \begin_inset CommandInset ref
15297 LatexCommand ref
15298 reference "subsec:演算子の範囲"
15299
15300 \end_inset
15301
15302 節をご参照下さい。
15303 \end_layout
15304
15305 \begin_layout Subsubsection*
15306 積分の子細
15307 \end_layout
15308
15309 \begin_layout Standard
15310 積分中で用いられる文字
15311 \emph on
15312 d
15313 \emph default
15314 は演算子なので、アップライト体で組まれなくてはなりません。これを行うには
15315 \emph on
15316 d
15317 \emph default
15318 を選択して、
15319 \begin_inset Flex Ruby
15320 status collapsed
15321
15322 \begin_layout Plain Layout
15323 捷径
15324 \begin_inset Argument post:1
15325 status collapsed
15326
15327 \begin_layout Plain Layout
15328 ショートカット
15329 \end_layout
15330
15331 \end_inset
15332
15333
15334 \end_layout
15335
15336 \end_inset
15337
15338
15339 \begin_inset Info
15340 type  "shortcut"
15341 arg   "font-roman"
15342 \end_inset
15343
15344 を用います
15345 \begin_inset Foot
15346 status collapsed
15347
15348 \begin_layout Plain Layout
15349 文字様式については、第
15350 \begin_inset CommandInset ref
15351 LatexCommand ref
15352 reference "subsec:書体様式"
15353
15354 \end_inset
15355
15356 節参照。
15357 \end_layout
15358
15359 \end_inset
15360
15361 。最後に、演算子の慣例に倣って、
15362 \emph on
15363 d
15364 \emph default
15365 の前に最小空白を挿入しなくてはなりません。たとえば、
15366 \end_layout
15367
15368 \begin_layout Standard
15369 正しくない例:
15370 \begin_inset Formula $\int A(x)dx$
15371 \end_inset
15372
15373
15374 \begin_inset Newline newline
15375 \end_inset
15376
15377 正しい
15378 \begin_inset Phantom HPhantom
15379 status open
15380
15381 \begin_layout Plain Layout
15382 ない
15383 \end_layout
15384
15385 \end_inset
15386
15387 例:
15388 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15389 \end_inset
15390
15391
15392 \end_layout
15393
15394 \begin_layout Standard
15395 多重積分に関しては、以下のコマンドがあります。
15396 \begin_inset VSpace medskip
15397 \end_inset
15398
15399
15400 \end_layout
15401
15402 \begin_layout Standard
15403 \begin_inset space \hfill{}
15404 \end_inset
15405
15406
15407 \begin_inset Tabular
15408 <lyxtabular version="3" rows="4" columns="2">
15409 <features booktabs="true" tabularvalignment="middle">
15410 <column alignment="center" valignment="top" width="0pt">
15411 <column alignment="center" valignment="top" width="0pt">
15412 <row>
15413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15414 \begin_inset Text
15415
15416 \begin_layout Plain Layout
15417 コマンド
15418 \end_layout
15419
15420 \end_inset
15421 </cell>
15422 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15423 \begin_inset Text
15424
15425 \begin_layout Plain Layout
15426 出力
15427 \end_layout
15428
15429 \end_inset
15430 </cell>
15431 </row>
15432 <row bottomspace="1mm">
15433 <cell alignment="center" valignment="top" usebox="none">
15434 \begin_inset Text
15435
15436 \begin_layout Plain Layout
15437
15438 \backslash
15439 iint
15440 \end_layout
15441
15442 \end_inset
15443 </cell>
15444 <cell alignment="center" valignment="top" usebox="none">
15445 \begin_inset Text
15446
15447 \begin_layout Plain Layout
15448 \begin_inset Formula $\iint$
15449 \end_inset
15450
15451
15452 \end_layout
15453
15454 \end_inset
15455 </cell>
15456 </row>
15457 <row bottomspace="1mm">
15458 <cell alignment="center" valignment="top" usebox="none">
15459 \begin_inset Text
15460
15461 \begin_layout Plain Layout
15462
15463 \backslash
15464 oiint
15465 \end_layout
15466
15467 \end_inset
15468 </cell>
15469 <cell alignment="center" valignment="top" usebox="none">
15470 \begin_inset Text
15471
15472 \begin_layout Plain Layout
15473 \begin_inset Formula $\oiint$
15474 \end_inset
15475
15476
15477 \end_layout
15478
15479 \end_inset
15480 </cell>
15481 </row>
15482 <row bottomspace="1mm">
15483 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15484 \begin_inset Text
15485
15486 \begin_layout Plain Layout
15487
15488 \backslash
15489 sqiint
15490 \end_layout
15491
15492 \end_inset
15493 </cell>
15494 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15495 \begin_inset Text
15496
15497 \begin_layout Plain Layout
15498 \begin_inset Formula $\sqiint$
15499 \end_inset
15500
15501
15502 \end_layout
15503
15504 \end_inset
15505 </cell>
15506 </row>
15507 </lyxtabular>
15508
15509 \end_inset
15510
15511
15512 \begin_inset space \hfill{}
15513 \end_inset
15514
15515
15516 \begin_inset Tabular
15517 <lyxtabular version="3" rows="4" columns="2">
15518 <features booktabs="true" tabularvalignment="middle">
15519 <column alignment="center" valignment="top" width="0pt">
15520 <column alignment="center" valignment="top" width="0pt">
15521 <row>
15522 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15523 \begin_inset Text
15524
15525 \begin_layout Plain Layout
15526 コマンド
15527 \end_layout
15528
15529 \end_inset
15530 </cell>
15531 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15532 \begin_inset Text
15533
15534 \begin_layout Plain Layout
15535 出力
15536 \end_layout
15537
15538 \end_inset
15539 </cell>
15540 </row>
15541 <row bottomspace="1mm">
15542 <cell alignment="center" valignment="top" usebox="none">
15543 \begin_inset Text
15544
15545 \begin_layout Plain Layout
15546
15547 \backslash
15548 iiint
15549 \end_layout
15550
15551 \end_inset
15552 </cell>
15553 <cell alignment="center" valignment="top" usebox="none">
15554 \begin_inset Text
15555
15556 \begin_layout Plain Layout
15557 \begin_inset Formula $\iiint$
15558 \end_inset
15559
15560
15561 \end_layout
15562
15563 \end_inset
15564 </cell>
15565 </row>
15566 <row bottomspace="1mm">
15567 <cell alignment="center" valignment="top" usebox="none">
15568 \begin_inset Text
15569
15570 \begin_layout Plain Layout
15571
15572 \backslash
15573 iiiint
15574 \end_layout
15575
15576 \end_inset
15577 </cell>
15578 <cell alignment="center" valignment="top" usebox="none">
15579 \begin_inset Text
15580
15581 \begin_layout Plain Layout
15582 \begin_inset Formula $\iiiint$
15583 \end_inset
15584
15585
15586 \end_layout
15587
15588 \end_inset
15589 </cell>
15590 </row>
15591 <row bottomspace="1mm">
15592 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15593 \begin_inset Text
15594
15595 \begin_layout Plain Layout
15596
15597 \backslash
15598 dotsint
15599 \end_layout
15600
15601 \end_inset
15602 </cell>
15603 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15604 \begin_inset Text
15605
15606 \begin_layout Plain Layout
15607 \begin_inset Formula $\dotsint$
15608 \end_inset
15609
15610
15611 \end_layout
15612
15613 \end_inset
15614 </cell>
15615 </row>
15616 </lyxtabular>
15617
15618 \end_inset
15619
15620
15621 \begin_inset space \hfill{}
15622 \end_inset
15623
15624
15625 \end_layout
15626
15627 \begin_layout Subsection
15628 演算子の範囲
15629 \begin_inset CommandInset label
15630 LatexCommand label
15631 name "subsec:演算子の範囲"
15632
15633 \end_inset
15634
15635
15636 \begin_inset Index idx
15637 status collapsed
15638
15639 \begin_layout Plain Layout
15640 えんざんし@演算子 ! はんい@範囲
15641 \end_layout
15642
15643 \end_inset
15644
15645
15646 \end_layout
15647
15648 \begin_layout Standard
15649 範囲は、上付き文字と下付き文字とで作成することができます。
15650 \begin_inset Separator parbreak
15651 \end_inset
15652
15653
15654 \end_layout
15655
15656 \begin_layout Standard
15657 \align center
15658 \begin_inset Tabular
15659 <lyxtabular version="3" rows="2" columns="2">
15660 <features booktabs="true" tabularvalignment="middle">
15661 <column alignment="center" valignment="top" width="0pt">
15662 <column alignment="center" valignment="top" width="0pt">
15663 <row>
15664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15665 \begin_inset Text
15666
15667 \begin_layout Plain Layout
15668 コマンド
15669 \end_layout
15670
15671 \end_inset
15672 </cell>
15673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15674 \begin_inset Text
15675
15676 \begin_layout Plain Layout
15677 出力
15678 \end_layout
15679
15680 \end_inset
15681 </cell>
15682 </row>
15683 <row>
15684 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15685 \begin_inset Text
15686
15687 \begin_layout Plain Layout
15688
15689 \backslash
15690 prod^
15691 \backslash
15692 infty
15693 \begin_inset space \textvisiblespace{}
15694 \end_inset
15695
15696
15697 \begin_inset Formula $\to$
15698 \end_inset
15699
15700 _0
15701 \begin_inset Formula $\to$
15702 \end_inset
15703
15704 A(x)
15705 \end_layout
15706
15707 \end_inset
15708 </cell>
15709 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15710 \begin_inset Text
15711
15712 \begin_layout Plain Layout
15713 \begin_inset Formula $\prod_{0}^{\infty}A(x)$
15714 \end_inset
15715
15716
15717 \end_layout
15718
15719 \end_inset
15720 </cell>
15721 </row>
15722 </lyxtabular>
15723
15724 \end_inset
15725
15726
15727 \end_layout
15728
15729 \begin_layout Standard
15730 行内数式では、範囲は演算子の右横に表示されます。別行立て数式での範囲は、積分範囲を除き、演算子の上と下に表示されます。
15731 \end_layout
15732
15733 \begin_layout Standard
15734 範囲が演算子の横に表示されるように強制するには、カーソルを当該演算子の直後において、
15735 \family sans
15736 編集\SpecialChar menuseparator
15737 数式\SpecialChar menuseparator
15738 範囲の表記を変更
15739 \family default
15740 メニューで
15741 \family sans
15742 \series bold
15743 行内形式
15744 \family default
15745 \series default
15746 (
15747 \begin_inset Flex Ruby
15748 status collapsed
15749
15750 \begin_layout Plain Layout
15751 捷径
15752 \begin_inset Argument post:1
15753 status collapsed
15754
15755 \begin_layout Plain Layout
15756 ショートカット
15757 \end_layout
15758
15759 \end_inset
15760
15761
15762 \end_layout
15763
15764 \end_inset
15765
15766
15767 \begin_inset Info
15768 type  "shortcut"
15769 arg   "math-limits"
15770 \end_inset
15771
15772 )を選択することで範囲形式を変更することができます。以下はその用例です。
15773 \end_layout
15774
15775 \begin_layout Standard
15776 既定の範囲形式は、以下のようになっています。
15777 \begin_inset Formula 
15778 \[
15779 \sum_{x=0}^{\infty}\frac{1}{x^{2}}
15780 \]
15781
15782 \end_inset
15783
15784 以下は、範囲形式を
15785 \family sans
15786 \series bold
15787 行内形式
15788 \family default
15789 \series default
15790 に変更したときの表示です。
15791 \begin_inset Formula 
15792 \[
15793 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}
15794 \]
15795
15796 \end_inset
15797
15798
15799 \series bold
15800
15801 \backslash
15802 intop
15803 \series default
15804
15805 \series bold
15806
15807 \backslash
15808 ointop
15809 \series default
15810 などのように
15811 \series bold
15812 op
15813 \series default
15814 で終わるもの以外の積分記号では、範囲は、既定で演算子の横に設定されます。しかし、多重積分においては、範囲を演算子の下に置くべきときがあります。このことから、以下
15815 の例では、範囲形式を
15816 \series bold
15817 別行立て形式
15818 \series default
15819 にして積分記号の下に置くようにしています。
15820 \begin_inset Formula 
15821 \begin{equation}
15822 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}
15823 \end{equation}
15824
15825 \end_inset
15826
15827
15828 \end_layout
15829
15830 \begin_layout Standard
15831 \begin_inset VSpace medskip
15832 \end_inset
15833
15834 範囲に条件を指定したい場合には、
15835 \series bold
15836
15837 \backslash
15838 subarray
15839 \series default
15840
15841 \begin_inset Index idx
15842 status collapsed
15843
15844 \begin_layout Plain Layout
15845 こまんど@コマンド ! S ! 
15846 \backslash
15847 subarray
15848 \end_layout
15849
15850 \end_inset
15851
15852 コマンドや
15853 \series bold
15854
15855 \backslash
15856 substack
15857 \series default
15858
15859 \begin_inset Index idx
15860 status collapsed
15861
15862 \begin_layout Plain Layout
15863 こまんど@コマンド ! S ! 
15864 \backslash
15865 substack
15866 \end_layout
15867
15868 \end_inset
15869
15870 コマンドを使用します。たとえば、以下の表記 
15871 \begin_inset Formula 
15872 \begin{equation}
15873 \sum_{\begin{subarray}{c}
15874 0<k<1000\\
15875 \\
15876 k\,\in\,\mathbb{N}
15877 \end{subarray}}^{n}k^{-2}\label{eq:substack}
15878 \end{equation}
15879
15880 \end_inset
15881
15882
15883 \end_layout
15884
15885 \begin_layout Standard
15886 を作成するには、以下のようにしなくてはなりません。
15887 \begin_inset Newline newline
15888 \end_inset
15889
15890 まず、
15891 \series bold
15892
15893 \backslash
15894 sum
15895 \series default
15896 ^
15897 \series bold
15898 n
15899 \begin_inset space \textvisiblespace{}
15900 \end_inset
15901
15902 _
15903 \series default
15904 というコマンドを入力します。すると、和演算子の下の青枠に移動するので、ここに
15905 \series bold
15906
15907 \backslash
15908 subarray
15909 \begin_inset space \textvisiblespace{}
15910 \end_inset
15911
15912
15913 \series default
15914 コマンドを挿入します。すると、青枠が紫枠の中に入って、ここに複数の行を書き込むことができるようになります。新しい行は、改行(
15915 \begin_inset Info
15916 type  "shortcut"
15917 arg   "newline-insert newline"
15918 \end_inset
15919
15920 )を挿入することで作ることができます。ここに
15921 \begin_inset Newline newline
15922 \end_inset
15923
15924
15925 \series bold
15926 0
15927 \begin_inset Formula $\boldsymbol{<}$
15928 \end_inset
15929
15930 k
15931 \begin_inset Formula $\boldsymbol{<}$
15932 \end_inset
15933
15934 1000 Ctrl+Return
15935 \begin_inset Newline newline
15936 \end_inset
15937
15938
15939 \series default
15940 と入力すると、新規行のための新しい枠が現れます。
15941 \end_layout
15942
15943 \begin_layout Standard
15944 各行の揃え方は、
15945 \family sans
15946 表ツールバー
15947 \family default
15948
15949 \family sans
15950 編集\SpecialChar menuseparator
15951 行と列
15952 \family default
15953 メニューで変更することができますが、右揃えにするには、行頭に
15954 \series bold
15955
15956 \backslash
15957 hfill
15958 \begin_inset space \textvisiblespace{}
15959 \end_inset
15960
15961
15962 \series default
15963 を挿入しなくてはなりません。
15964 \end_layout
15965
15966 \begin_layout Standard
15967
15968 \series bold
15969
15970 \backslash
15971 substack
15972 \series default
15973 コマンドは、各行がつねに中央揃えになることを除いては、
15974 \series bold
15975
15976 \backslash
15977 subarray
15978 \series default
15979 と同じです。
15980 \end_layout
15981
15982 \begin_layout Standard
15983 \begin_inset VSpace bigskip
15984 \end_inset
15985
15986 演算子の後に来る文字は、範囲の横に来るので、
15987 \begin_inset CommandInset ref
15988 LatexCommand eqref
15989 reference "eq:substack"
15990
15991 \end_inset
15992
15993 式のように、演算子の横の余白が大きくなりすぎることがあります。これを防ぐには、コマンド
15994 \series bold
15995
15996 \backslash
15997 smashoperator
15998 \series default
15999
16000 \begin_inset Index idx
16001 status collapsed
16002
16003 \begin_layout Plain Layout
16004 こまんど@コマンド ! S ! 
16005 \backslash
16006 smashoperator
16007 \end_layout
16008
16009 \end_inset
16010
16011 を使うことができます。これを有効化するには、文書設定の
16012 \family sans
16013 数式オプション
16014 \family default
16015 で、
16016 \series bold
16017 mathtools
16018 \series default
16019 パッケージ
16020 \begin_inset Index idx
16021 status collapsed
16022
16023 \begin_layout Plain Layout
16024 ぱっけーじ@パッケージ ! mathtools
16025 \end_layout
16026
16027 \end_inset
16028
16029
16030 \family sans
16031 常に読み込み
16032 \family default
16033 オプションを指定してください。
16034 \series bold
16035
16036 \backslash
16037 smashoperator
16038 \series default
16039 は、内容物の幅を0
16040 \lang english
16041
16042 \begin_inset space \thinspace{}
16043 \end_inset
16044
16045
16046 \lang japanese
16047 ptに設定します。
16048 \lang english
16049
16050 \begin_inset Newline newline
16051 \end_inset
16052
16053
16054 \lang japanese
16055 これを
16056 \begin_inset CommandInset ref
16057 LatexCommand eqref
16058 reference "eq:substack"
16059
16060 \end_inset
16061
16062 式に応用してみると、コマンド
16063 \end_layout
16064
16065 \begin_layout Standard
16066
16067 \series bold
16068
16069 \backslash
16070 smashoperator{
16071 \end_layout
16072
16073 \begin_layout Standard
16074 の波括弧の中に、範囲付きの演算子を挿入することになります。波括弧を閉じた後に、数式を続けます。例:
16075 \begin_inset Formula 
16076 \[
16077 \sum_{\mathclap{\substack{0<k<1000\\
16078 \\
16079 k\,\in\,\mathbb{N}
16080 }
16081 }}^{n}k^{-2}
16082 \]
16083
16084 \end_inset
16085
16086 演算子の片側だけ、空白を0
16087 \lang english
16088
16089 \begin_inset space \thinspace{}
16090 \end_inset
16091
16092
16093 \lang japanese
16094 ptにすることも可能です。そのためには、
16095 \series bold
16096
16097 \backslash
16098 smashoperator
16099 \series default
16100 と付属する波括弧の間に、
16101 \series bold
16102 [l]
16103 \series default
16104 または
16105 \series bold
16106 [r]
16107 \series default
16108 と書き込みます。下記は、
16109 \series bold
16110
16111 \backslash
16112 smashoperator
16113 \series default
16114 のとりうる形の例です。
16115 \end_layout
16116
16117 \begin_layout Standard
16118 \begin_inset Formula 
16119 \[
16120 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}
16121 \]
16122
16123 \end_inset
16124
16125
16126 \end_layout
16127
16128 \begin_layout Standard
16129 \begin_inset VSpace bigskip
16130 \end_inset
16131
16132
16133 \end_layout
16134
16135 \begin_layout Standard
16136 範囲を持つ演算子が続くとき、出力での、範囲の組版は出来が良くないものになることがあります。下記をご覧ください。
16137 \begin_inset Formula 
16138 \[
16139 \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}
16140 \]
16141
16142 \end_inset
16143
16144 組版を改善するには、文書設定の
16145 \family sans
16146 数式オプション
16147 \family default
16148 で、
16149 \series bold
16150 mathtools
16151 \series default
16152 パッケージ
16153 \begin_inset Index idx
16154 status collapsed
16155
16156 \begin_layout Plain Layout
16157 ぱっけーじ@パッケージ ! mathtools
16158 \end_layout
16159
16160 \end_inset
16161
16162
16163 \family sans
16164 常に読み込み
16165 \family default
16166 オプションを指定してください。その上で、数式中の最初の演算子の前に直接、
16167 \series bold
16168
16169 \backslash
16170 adjustlimits
16171 \series default
16172 コマンド
16173 \begin_inset Index idx
16174 status collapsed
16175
16176 \begin_layout Plain Layout
16177 こまんど@コマンド ! A ! 
16178 \backslash
16179 adjustlimits
16180 \end_layout
16181
16182 \end_inset
16183
16184 を置いてください。そうすると、上記の例はこのようになります。
16185 \begin_inset Formula 
16186 \[
16187 \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}
16188 \]
16189
16190 \end_inset
16191
16192
16193 \end_layout
16194
16195 \begin_layout Standard
16196 \begin_inset VSpace bigskip
16197 \end_inset
16198
16199 一つの範囲を複数の演算子に用いる方法が、第
16200 \begin_inset CommandInset ref
16201 LatexCommand ref
16202 reference "subsec:自己定義演算子"
16203
16204 \end_inset
16205
16206 節に述べられています。
16207 \end_layout
16208
16209 \begin_layout Subsection
16210 演算子の修飾
16211 \begin_inset Index idx
16212 status collapsed
16213
16214 \begin_layout Plain Layout
16215 えんざんし@演算子 ! しゅうしょく@修飾
16216 \end_layout
16217
16218 \end_inset
16219
16220
16221 \end_layout
16222
16223 \begin_layout Standard
16224
16225 \series bold
16226
16227 \backslash
16228 overset
16229 \series default
16230
16231 \begin_inset Index idx
16232 status collapsed
16233
16234 \begin_layout Plain Layout
16235 こまんど@コマンド ! O ! 
16236 \backslash
16237 overset
16238 \end_layout
16239
16240 \end_inset
16241
16242 コマンドや
16243 \series bold
16244
16245 \backslash
16246 underset
16247 \series default
16248
16249 \begin_inset Index idx
16250 status collapsed
16251
16252 \begin_layout Plain Layout
16253 こまんど@コマンド ! U ! 
16254 \backslash
16255 underset
16256 \end_layout
16257
16258 \end_inset
16259
16260 コマンドを使うと、それぞれ演算子の上や下に、文字をアクセントとして付けることができます。また、
16261 \series bold
16262
16263 \backslash
16264 sideset
16265 \series default
16266
16267 \begin_inset Index idx
16268 status collapsed
16269
16270 \begin_layout Plain Layout
16271 こまんど@コマンド ! S ! 
16272 \backslash
16273 sideset
16274 \end_layout
16275
16276 \end_inset
16277
16278 コマンドを使うと、文字を演算子の前や後ろに付けることができます。
16279 \end_layout
16280
16281 \begin_layout Standard
16282
16283 \series bold
16284
16285 \backslash
16286 sideset
16287 \series default
16288 には4つの派生版があります。
16289 \end_layout
16290
16291 \begin_layout Itemize
16292
16293 \series bold
16294
16295 \backslash
16296 sideset
16297 \series default
16298 は、演算子の隅に文字を置くのに用います。
16299 \end_layout
16300
16301 \begin_layout Itemize
16302
16303 \series bold
16304
16305 \backslash
16306 sidesetn
16307 \series default
16308 は、演算子の前後に文字を置くのに用います(この派生版は、\SpecialChar LaTeX
16309 の元々の
16310 \series bold
16311
16312 \backslash
16313 sideset
16314 \series default
16315 コマンドを表します)。
16316 \end_layout
16317
16318 \begin_layout Itemize
16319
16320 \series bold
16321
16322 \backslash
16323 sidesetl
16324 \series default
16325 は、演算子の左隅と後ろに文字を置くのに用います。
16326 \end_layout
16327
16328 \begin_layout Itemize
16329
16330 \series bold
16331
16332 \backslash
16333 sidesetr
16334 \series default
16335 は、演算子の右隅と前に文字を置くのに用います。
16336 \end_layout
16337
16338 \begin_layout Standard
16339 たとえば、
16340 \series bold
16341
16342 \backslash
16343 sidesetn
16344 \begin_inset space \textvisiblespace{}
16345 \end_inset
16346
16347
16348 \backslash
16349 sum
16350 \begin_inset space \textvisiblespace{}
16351 \end_inset
16352
16353
16354 \begin_inset Formula $\to$
16355 \end_inset
16356
16357 '
16358 \begin_inset Formula $\to$
16359 \end_inset
16360
16361 _k=1
16362 \begin_inset space \textvisiblespace{}
16363 \end_inset
16364
16365
16366 \series default
16367 ^
16368 \series bold
16369 n
16370 \series default
16371 というコマンドを入力すると、
16372 \begin_inset Formula 
16373 \[
16374 \sideset{}{'}\sum_{k=1}^{n}
16375 \]
16376
16377 \end_inset
16378
16379 のようになります。
16380 \end_layout
16381
16382 \begin_layout Standard
16383 \begin_inset Note Greyedout
16384 status open
16385
16386 \begin_layout Plain Layout
16387
16388 \series bold
16389 【註】
16390 \backslash
16391 sideset
16392 \series default
16393 は、大演算子を修飾するためだけに用いることができ、二項演算子には用いることができません。
16394 \end_layout
16395
16396 \end_inset
16397
16398
16399 \end_layout
16400
16401 \begin_layout Standard
16402 のようになります。最後の例からわかるように、
16403 \series bold
16404
16405 \backslash
16406 overset
16407 \series default
16408
16409 \series bold
16410
16411 \backslash
16412 underset
16413 \series default
16414 では、記号や文字にアクセントをつけることもできます。一方。 また、
16415 \series bold
16416
16417 \backslash
16418 overset
16419 \begin_inset space \textvisiblespace{}
16420 \end_inset
16421
16422
16423 \backslash
16424 maltese
16425 \begin_inset space \textvisiblespace{}
16426 \end_inset
16427
16428
16429 \series default
16430
16431 \begin_inset Formula $\uparrow$
16432 \end_inset
16433
16434
16435 \series bold
16436 a
16437 \series default
16438 というコマンドならば、
16439 \begin_inset Formula 
16440 \[
16441 \overset{a}{\maltese}
16442 \]
16443
16444 \end_inset
16445
16446
16447 \end_layout
16448
16449 \begin_layout Subsection
16450 二項演算子
16451 \begin_inset CommandInset label
16452 LatexCommand label
16453 name "subsec:二項演算子"
16454
16455 \end_inset
16456
16457
16458 \begin_inset Index idx
16459 status collapsed
16460
16461 \begin_layout Plain Layout
16462 えんざんし@演算子 ! にこう@二項
16463 \begin_inset space \thinspace{}
16464 \end_inset
16465
16466 ——
16467 \end_layout
16468
16469 \end_inset
16470
16471
16472 \end_layout
16473
16474 \begin_layout Standard
16475 二項演算子は、前後に文字がある場合、周囲に余白が入ります。
16476 \begin_inset VSpace medskip
16477 \end_inset
16478
16479
16480 \end_layout
16481
16482 \begin_layout Standard
16483 \begin_inset Tabular
16484 <lyxtabular version="3" rows="13" columns="2">
16485 <features booktabs="true" tabularvalignment="middle">
16486 <column alignment="center" valignment="top" width="0pt">
16487 <column alignment="center" valignment="top" width="0pt">
16488 <row>
16489 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16490 \begin_inset Text
16491
16492 \begin_layout Plain Layout
16493 コマンド
16494 \begin_inset Note Note
16495 status collapsed
16496
16497 \begin_layout Plain Layout
16498 ここで
16499 \series bold
16500
16501 \backslash
16502 raisebox
16503 \series default
16504 はスペーサーとして使用しているだけです。
16505 \end_layout
16506
16507 \end_inset
16508
16509
16510 \end_layout
16511
16512 \end_inset
16513 </cell>
16514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16515 \begin_inset Text
16516
16517 \begin_layout Plain Layout
16518 出力
16519 \end_layout
16520
16521 \end_inset
16522 </cell>
16523 </row>
16524 <row>
16525 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16526 \begin_inset Text
16527
16528 \begin_layout Plain Layout
16529 +
16530 \end_layout
16531
16532 \end_inset
16533 </cell>
16534 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16535 \begin_inset Text
16536
16537 \begin_layout Plain Layout
16538 \begin_inset Formula $+$
16539 \end_inset
16540
16541
16542 \end_layout
16543
16544 \end_inset
16545 </cell>
16546 </row>
16547 <row>
16548 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16549 \begin_inset Text
16550
16551 \begin_layout Plain Layout
16552 -
16553 \end_layout
16554
16555 \end_inset
16556 </cell>
16557 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16558 \begin_inset Text
16559
16560 \begin_layout Plain Layout
16561 \begin_inset Formula $-$
16562 \end_inset
16563
16564
16565 \end_layout
16566
16567 \end_inset
16568 </cell>
16569 </row>
16570 <row>
16571 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16572 \begin_inset Text
16573
16574 \begin_layout Plain Layout
16575
16576 \backslash
16577 pm
16578 \end_layout
16579
16580 \end_inset
16581 </cell>
16582 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16583 \begin_inset Text
16584
16585 \begin_layout Plain Layout
16586 \begin_inset Formula $\pm$
16587 \end_inset
16588
16589
16590 \end_layout
16591
16592 \end_inset
16593 </cell>
16594 </row>
16595 <row>
16596 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16597 \begin_inset Text
16598
16599 \begin_layout Plain Layout
16600
16601 \backslash
16602 mp
16603 \end_layout
16604
16605 \end_inset
16606 </cell>
16607 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16608 \begin_inset Text
16609
16610 \begin_layout Plain Layout
16611 \begin_inset Formula $\mp$
16612 \end_inset
16613
16614
16615 \end_layout
16616
16617 \end_inset
16618 </cell>
16619 </row>
16620 <row>
16621 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16622 \begin_inset Text
16623
16624 \begin_layout Plain Layout
16625
16626 \backslash
16627 cdot
16628 \end_layout
16629
16630 \end_inset
16631 </cell>
16632 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16633 \begin_inset Text
16634
16635 \begin_layout Plain Layout
16636 \begin_inset Formula $\cdot$
16637 \end_inset
16638
16639
16640 \end_layout
16641
16642 \end_inset
16643 </cell>
16644 </row>
16645 <row>
16646 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16647 \begin_inset Text
16648
16649 \begin_layout Plain Layout
16650
16651 \backslash
16652 times
16653 \end_layout
16654
16655 \end_inset
16656 </cell>
16657 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16658 \begin_inset Text
16659
16660 \begin_layout Plain Layout
16661 \begin_inset Formula $\times$
16662 \end_inset
16663
16664
16665 \end_layout
16666
16667 \end_inset
16668 </cell>
16669 </row>
16670 <row>
16671 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16672 \begin_inset Text
16673
16674 \begin_layout Plain Layout
16675
16676 \backslash
16677 div
16678 \end_layout
16679
16680 \end_inset
16681 </cell>
16682 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16683 \begin_inset Text
16684
16685 \begin_layout Plain Layout
16686 \begin_inset Formula $\div$
16687 \end_inset
16688
16689
16690 \end_layout
16691
16692 \end_inset
16693 </cell>
16694 </row>
16695 <row>
16696 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16697 \begin_inset Text
16698
16699 \begin_layout Plain Layout
16700 \begin_inset ERT
16701 status collapsed
16702
16703 \begin_layout Plain Layout
16704
16705
16706 \backslash
16707 raisebox{-1.2mm}{
16708 \end_layout
16709
16710 \end_inset
16711
16712 *
16713 \begin_inset ERT
16714 status collapsed
16715
16716 \begin_layout Plain Layout
16717
16718 }
16719 \end_layout
16720
16721 \end_inset
16722
16723
16724 \end_layout
16725
16726 \end_inset
16727 </cell>
16728 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16729 \begin_inset Text
16730
16731 \begin_layout Plain Layout
16732 \begin_inset Formula $*$
16733 \end_inset
16734
16735
16736 \end_layout
16737
16738 \end_inset
16739 </cell>
16740 </row>
16741 <row>
16742 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16743 \begin_inset Text
16744
16745 \begin_layout Plain Layout
16746
16747 \backslash
16748 star
16749 \end_layout
16750
16751 \end_inset
16752 </cell>
16753 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16754 \begin_inset Text
16755
16756 \begin_layout Plain Layout
16757 \begin_inset Formula $\star$
16758 \end_inset
16759
16760
16761 \end_layout
16762
16763 \end_inset
16764 </cell>
16765 </row>
16766 <row>
16767 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16768 \begin_inset Text
16769
16770 \begin_layout Plain Layout
16771
16772 \backslash
16773 circ
16774 \end_layout
16775
16776 \end_inset
16777 </cell>
16778 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16779 \begin_inset Text
16780
16781 \begin_layout Plain Layout
16782 \begin_inset Formula $\circ$
16783 \end_inset
16784
16785
16786 \end_layout
16787
16788 \end_inset
16789 </cell>
16790 </row>
16791 <row>
16792 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16793 \begin_inset Text
16794
16795 \begin_layout Plain Layout
16796
16797 \backslash
16798 diamond
16799 \end_layout
16800
16801 \end_inset
16802 </cell>
16803 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16804 \begin_inset Text
16805
16806 \begin_layout Plain Layout
16807 \begin_inset Formula $\diamond$
16808 \end_inset
16809
16810
16811 \end_layout
16812
16813 \end_inset
16814 </cell>
16815 </row>
16816 <row>
16817 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
16818 \begin_inset Text
16819
16820 \begin_layout Plain Layout
16821
16822 \backslash
16823 bullet
16824 \end_layout
16825
16826 \end_inset
16827 </cell>
16828 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
16829 \begin_inset Text
16830
16831 \begin_layout Plain Layout
16832 \begin_inset Formula $\bullet$
16833 \end_inset
16834
16835
16836 \end_layout
16837
16838 \end_inset
16839 </cell>
16840 </row>
16841 </lyxtabular>
16842
16843 \end_inset
16844
16845
16846 \begin_inset space \hfill{}
16847 \end_inset
16848
16849
16850 \begin_inset Tabular
16851 <lyxtabular version="3" rows="13" columns="2">
16852 <features booktabs="true" tabularvalignment="middle">
16853 <column alignment="center" valignment="top" width="0pt">
16854 <column alignment="center" valignment="top" width="0pt">
16855 <row>
16856 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16857 \begin_inset Text
16858
16859 \begin_layout Plain Layout
16860 コマンド
16861 \end_layout
16862
16863 \end_inset
16864 </cell>
16865 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16866 \begin_inset Text
16867
16868 \begin_layout Plain Layout
16869 出力
16870 \end_layout
16871
16872 \end_inset
16873 </cell>
16874 </row>
16875 <row>
16876 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16877 \begin_inset Text
16878
16879 \begin_layout Plain Layout
16880
16881 \backslash
16882 nabla
16883 \end_layout
16884
16885 \end_inset
16886 </cell>
16887 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16888 \begin_inset Text
16889
16890 \begin_layout Plain Layout
16891 \begin_inset Formula $\nabla$
16892 \end_inset
16893
16894
16895 \end_layout
16896
16897 \end_inset
16898 </cell>
16899 </row>
16900 <row>
16901 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16902 \begin_inset Text
16903
16904 \begin_layout Plain Layout
16905
16906 \backslash
16907 bigtriangledown
16908 \end_layout
16909
16910 \end_inset
16911 </cell>
16912 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16913 \begin_inset Text
16914
16915 \begin_layout Plain Layout
16916 \begin_inset Formula $\bigtriangledown$
16917 \end_inset
16918
16919
16920 \end_layout
16921
16922 \end_inset
16923 </cell>
16924 </row>
16925 <row>
16926 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16927 \begin_inset Text
16928
16929 \begin_layout Plain Layout
16930
16931 \backslash
16932 bigtriangleup
16933 \end_layout
16934
16935 \end_inset
16936 </cell>
16937 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16938 \begin_inset Text
16939
16940 \begin_layout Plain Layout
16941 \begin_inset Formula $\bigtriangleup$
16942 \end_inset
16943
16944
16945 \end_layout
16946
16947 \end_inset
16948 </cell>
16949 </row>
16950 <row>
16951 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16952 \begin_inset Text
16953
16954 \begin_layout Plain Layout
16955
16956 \backslash
16957 Box
16958 \end_layout
16959
16960 \end_inset
16961 </cell>
16962 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16963 \begin_inset Text
16964
16965 \begin_layout Plain Layout
16966 \begin_inset Formula $\Box$
16967 \end_inset
16968
16969
16970 \end_layout
16971
16972 \end_inset
16973 </cell>
16974 </row>
16975 <row>
16976 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16977 \begin_inset Text
16978
16979 \begin_layout Plain Layout
16980
16981 \backslash
16982 cap 
16983 \end_layout
16984
16985 \end_inset
16986 </cell>
16987 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16988 \begin_inset Text
16989
16990 \begin_layout Plain Layout
16991 \begin_inset Formula $\cap$
16992 \end_inset
16993
16994
16995 \end_layout
16996
16997 \end_inset
16998 </cell>
16999 </row>
17000 <row>
17001 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17002 \begin_inset Text
17003
17004 \begin_layout Plain Layout
17005
17006 \backslash
17007 cup
17008 \end_layout
17009
17010 \end_inset
17011 </cell>
17012 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17013 \begin_inset Text
17014
17015 \begin_layout Plain Layout
17016 \begin_inset Formula $\cup$
17017 \end_inset
17018
17019
17020 \end_layout
17021
17022 \end_inset
17023 </cell>
17024 </row>
17025 <row>
17026 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17027 \begin_inset Text
17028
17029 \begin_layout Plain Layout
17030
17031 \backslash
17032 dagger
17033 \end_layout
17034
17035 \end_inset
17036 </cell>
17037 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17038 \begin_inset Text
17039
17040 \begin_layout Plain Layout
17041 \begin_inset Formula $\dagger$
17042 \end_inset
17043
17044
17045 \end_layout
17046
17047 \end_inset
17048 </cell>
17049 </row>
17050 <row>
17051 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17052 \begin_inset Text
17053
17054 \begin_layout Plain Layout
17055
17056 \backslash
17057 ddagger
17058 \end_layout
17059
17060 \end_inset
17061 </cell>
17062 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17063 \begin_inset Text
17064
17065 \begin_layout Plain Layout
17066 \begin_inset Formula $\ddagger$
17067 \end_inset
17068
17069
17070 \end_layout
17071
17072 \end_inset
17073 </cell>
17074 </row>
17075 <row>
17076 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17077 \begin_inset Text
17078
17079 \begin_layout Plain Layout
17080
17081 \backslash
17082 wr
17083 \end_layout
17084
17085 \end_inset
17086 </cell>
17087 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17088 \begin_inset Text
17089
17090 \begin_layout Plain Layout
17091 \begin_inset Formula $\wr$
17092 \end_inset
17093
17094
17095 \end_layout
17096
17097 \end_inset
17098 </cell>
17099 </row>
17100 <row>
17101 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17102 \begin_inset Text
17103
17104 \begin_layout Plain Layout
17105
17106 \backslash
17107 bigcirc
17108 \end_layout
17109
17110 \end_inset
17111 </cell>
17112 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17113 \begin_inset Text
17114
17115 \begin_layout Plain Layout
17116 \begin_inset Formula $\bigcirc$
17117 \end_inset
17118
17119
17120 \end_layout
17121
17122 \end_inset
17123 </cell>
17124 </row>
17125 <row>
17126 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17127 \begin_inset Text
17128
17129 \begin_layout Plain Layout
17130
17131 \backslash
17132 wedge
17133 \end_layout
17134
17135 \end_inset
17136 </cell>
17137 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17138 \begin_inset Text
17139
17140 \begin_layout Plain Layout
17141 \begin_inset Formula $\wedge$
17142 \end_inset
17143
17144
17145 \end_layout
17146
17147 \end_inset
17148 </cell>
17149 </row>
17150 <row>
17151 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17152 \begin_inset Text
17153
17154 \begin_layout Plain Layout
17155
17156 \backslash
17157 vee
17158 \end_layout
17159
17160 \end_inset
17161 </cell>
17162 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17163 \begin_inset Text
17164
17165 \begin_layout Plain Layout
17166 \begin_inset Formula $\vee$
17167 \end_inset
17168
17169
17170 \end_layout
17171
17172 \end_inset
17173 </cell>
17174 </row>
17175 </lyxtabular>
17176
17177 \end_inset
17178
17179
17180 \begin_inset space \hfill{}
17181 \end_inset
17182
17183
17184 \begin_inset Tabular
17185 <lyxtabular version="3" rows="13" columns="2">
17186 <features booktabs="true" tabularvalignment="middle">
17187 <column alignment="center" valignment="top" width="0pt">
17188 <column alignment="center" valignment="top" width="0pt">
17189 <row>
17190 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17191 \begin_inset Text
17192
17193 \begin_layout Plain Layout
17194 コマンド
17195 \end_layout
17196
17197 \end_inset
17198 </cell>
17199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17200 \begin_inset Text
17201
17202 \begin_layout Plain Layout
17203 出力
17204 \end_layout
17205
17206 \end_inset
17207 </cell>
17208 </row>
17209 <row>
17210 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17211 \begin_inset Text
17212
17213 \begin_layout Plain Layout
17214
17215 \backslash
17216 oplus
17217 \end_layout
17218
17219 \end_inset
17220 </cell>
17221 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17222 \begin_inset Text
17223
17224 \begin_layout Plain Layout
17225 \begin_inset Formula $\oplus$
17226 \end_inset
17227
17228
17229 \end_layout
17230
17231 \end_inset
17232 </cell>
17233 </row>
17234 <row>
17235 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17236 \begin_inset Text
17237
17238 \begin_layout Plain Layout
17239
17240 \backslash
17241 ominus
17242 \end_layout
17243
17244 \end_inset
17245 </cell>
17246 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17247 \begin_inset Text
17248
17249 \begin_layout Plain Layout
17250 \begin_inset Formula $\ominus$
17251 \end_inset
17252
17253
17254 \end_layout
17255
17256 \end_inset
17257 </cell>
17258 </row>
17259 <row>
17260 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17261 \begin_inset Text
17262
17263 \begin_layout Plain Layout
17264
17265 \backslash
17266 otimes
17267 \end_layout
17268
17269 \end_inset
17270 </cell>
17271 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17272 \begin_inset Text
17273
17274 \begin_layout Plain Layout
17275 \begin_inset Formula $\otimes$
17276 \end_inset
17277
17278
17279 \end_layout
17280
17281 \end_inset
17282 </cell>
17283 </row>
17284 <row>
17285 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17286 \begin_inset Text
17287
17288 \begin_layout Plain Layout
17289
17290 \backslash
17291 oslash
17292 \end_layout
17293
17294 \end_inset
17295 </cell>
17296 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17297 \begin_inset Text
17298
17299 \begin_layout Plain Layout
17300 \begin_inset Formula $\oslash$
17301 \end_inset
17302
17303
17304 \end_layout
17305
17306 \end_inset
17307 </cell>
17308 </row>
17309 <row>
17310 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17311 \begin_inset Text
17312
17313 \begin_layout Plain Layout
17314
17315 \backslash
17316 odot
17317 \end_layout
17318
17319 \end_inset
17320 </cell>
17321 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17322 \begin_inset Text
17323
17324 \begin_layout Plain Layout
17325 \begin_inset Formula $\odot$
17326 \end_inset
17327
17328
17329 \end_layout
17330
17331 \end_inset
17332 </cell>
17333 </row>
17334 <row>
17335 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17336 \begin_inset Text
17337
17338 \begin_layout Plain Layout
17339
17340 \backslash
17341 amalg
17342 \end_layout
17343
17344 \end_inset
17345 </cell>
17346 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17347 \begin_inset Text
17348
17349 \begin_layout Plain Layout
17350 \begin_inset Formula $\amalg$
17351 \end_inset
17352
17353
17354 \end_layout
17355
17356 \end_inset
17357 </cell>
17358 </row>
17359 <row>
17360 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17361 \begin_inset Text
17362
17363 \begin_layout Plain Layout
17364
17365 \backslash
17366 uplus
17367 \end_layout
17368
17369 \end_inset
17370 </cell>
17371 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17372 \begin_inset Text
17373
17374 \begin_layout Plain Layout
17375 \begin_inset Formula $\uplus$
17376 \end_inset
17377
17378
17379 \end_layout
17380
17381 \end_inset
17382 </cell>
17383 </row>
17384 <row>
17385 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17386 \begin_inset Text
17387
17388 \begin_layout Plain Layout
17389
17390 \backslash
17391 setminus
17392 \end_layout
17393
17394 \end_inset
17395 </cell>
17396 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17397 \begin_inset Text
17398
17399 \begin_layout Plain Layout
17400 \begin_inset Formula $\setminus$
17401 \end_inset
17402
17403
17404 \end_layout
17405
17406 \end_inset
17407 </cell>
17408 </row>
17409 <row>
17410 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17411 \begin_inset Text
17412
17413 \begin_layout Plain Layout
17414
17415 \backslash
17416 sqcap
17417 \end_layout
17418
17419 \end_inset
17420 </cell>
17421 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17422 \begin_inset Text
17423
17424 \begin_layout Plain Layout
17425 \begin_inset Formula $\sqcap$
17426 \end_inset
17427
17428
17429 \end_layout
17430
17431 \end_inset
17432 </cell>
17433 </row>
17434 <row>
17435 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17436 \begin_inset Text
17437
17438 \begin_layout Plain Layout
17439
17440 \backslash
17441 sqcup
17442 \end_layout
17443
17444 \end_inset
17445 </cell>
17446 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17447 \begin_inset Text
17448
17449 \begin_layout Plain Layout
17450 \begin_inset Formula $\sqcup$
17451 \end_inset
17452
17453
17454 \end_layout
17455
17456 \end_inset
17457 </cell>
17458 </row>
17459 <row>
17460 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17461 \begin_inset Text
17462
17463 \begin_layout Plain Layout
17464
17465 \backslash
17466 triangleleft
17467 \end_layout
17468
17469 \end_inset
17470 </cell>
17471 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17472 \begin_inset Text
17473
17474 \begin_layout Plain Layout
17475 \begin_inset Formula $\triangleleft$
17476 \end_inset
17477
17478
17479 \end_layout
17480
17481 \end_inset
17482 </cell>
17483 </row>
17484 <row>
17485 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17486 \begin_inset Text
17487
17488 \begin_layout Plain Layout
17489
17490 \backslash
17491 triangleright
17492 \end_layout
17493
17494 \end_inset
17495 </cell>
17496 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17497 \begin_inset Text
17498
17499 \begin_layout Plain Layout
17500 \begin_inset Formula $\triangleright$
17501 \end_inset
17502
17503
17504 \end_layout
17505
17506 \end_inset
17507 </cell>
17508 </row>
17509 </lyxtabular>
17510
17511 \end_inset
17512
17513
17514 \end_layout
17515
17516 \begin_layout Standard
17517 二項演算子は、すべて数式ツールバーボタンの
17518 \begin_inset Info
17519 type  "icon"
17520 arg   "math-insert \\pm"
17521 \end_inset
17522
17523 から挿入することもできます。
17524 \end_layout
17525
17526 \begin_layout Standard
17527 ラプラス演算子を組版するには、
17528 \series bold
17529
17530 \backslash
17531 bigtriangleup
17532 \series default
17533 以外に、
17534 \series bold
17535
17536 \backslash
17537 Delta
17538 \series default
17539
17540 \series bold
17541
17542 \backslash
17543 nabla
17544 \series default
17545 ^
17546 \series bold
17547 2
17548 \series default
17549 (
17550 \begin_inset Formula $\nabla^{2}$
17551 \end_inset
17552
17553 )を使用することもできます。
17554 \end_layout
17555
17556 \begin_layout Standard
17557
17558 \family sans
17559 挿入\SpecialChar menuseparator
17560 特殊文字
17561 \family default
17562 メニューの
17563 \family sans
17564 メニュー区切り
17565 \family default
17566 で入力される文字は、
17567 \series bold
17568
17569 \backslash
17570 triangleright
17571 \series default
17572 演算子です。
17573 \end_layout
17574
17575 \begin_layout Subsection
17576 自己定義演算子
17577 \begin_inset CommandInset label
17578 LatexCommand label
17579 name "subsec:自己定義演算子"
17580
17581 \end_inset
17582
17583
17584 \begin_inset Index idx
17585 status collapsed
17586
17587 \begin_layout Plain Layout
17588 えんざんし@演算子 ! じこていぎ@自己定義
17589 \begin_inset space \thinspace{}
17590 \end_inset
17591
17592 ——
17593 \end_layout
17594
17595 \end_inset
17596
17597
17598 \end_layout
17599
17600 \begin_layout Standard
17601 \SpecialChar LaTeX
17602 プリアンブルで
17603 \series bold
17604
17605 \backslash
17606 DeclareMathOperator
17607 \series default
17608
17609 \begin_inset Index idx
17610 status collapsed
17611
17612 \begin_layout Plain Layout
17613 こまんど@コマンド ! D ! 
17614 \backslash
17615 dbinom@
17616 \backslash
17617 DeclareMathOperator
17618 \end_layout
17619
17620 \end_inset
17621
17622 コマンドを使用すると、自己定義演算子を定義することができます。このコマンドの書式は
17623 \end_layout
17624
17625 \begin_layout Standard
17626
17627 \series bold
17628
17629 \backslash
17630 DeclareMathOperator{新規コマンド}{表示}
17631 \end_layout
17632
17633 \begin_layout Standard
17634 です。「表示」は、出力での演算子の表示され方を定義する文字や記号です。大演算子を定義するには、コマンドの後に「*」を置きます。自己定義の大演算子は、すべて第
17635 \begin_inset CommandInset ref
17636 LatexCommand ref
17637 reference "subsec:演算子の範囲"
17638
17639 \end_inset
17640
17641 節で述べられた範囲を指定することができます。
17642 \end_layout
17643
17644 \begin_layout Standard
17645 たとえば、以下のような\SpecialChar LaTeX
17646 プリアンブル行
17647 \end_layout
17648
17649 \begin_layout Standard
17650
17651 \series bold
17652
17653 \backslash
17654 DeclareMathOperator*{
17655 \backslash
17656 Lozenge}{
17657 \backslash
17658 blacklozenge}
17659 \end_layout
17660
17661 \begin_layout Standard
17662 は、第
17663 \begin_inset CommandInset ref
17664 LatexCommand ref
17665 reference "subsec:その他の記号"
17666
17667 \end_inset
17668
17669 節にある菱形記号を使った大演算子を挿入する、以下のようなコマンド
17670 \series bold
17671
17672 \backslash
17673 Lozenge
17674 \series default
17675 を定義します。
17676 \begin_inset Formula 
17677 \[
17678 \Lozenge_{n=1}^{\infty}
17679 \]
17680
17681 \end_inset
17682
17683 上記の数式を作るコマンドは、
17684 \series bold
17685
17686 \backslash
17687 Lozenge
17688 \series default
17689 ^
17690 \series bold
17691
17692 \backslash
17693 infty
17694 \begin_inset Formula $\to$
17695 \end_inset
17696
17697 _n=1
17698 \series default
17699 です。
17700 \end_layout
17701
17702 \begin_layout Standard
17703 \begin_inset VSpace bigskip
17704 \end_inset
17705
17706 自己定義演算子を、同一文書内で複数回用いない時には、以下の書式を持つ
17707 \series bold
17708
17709 \backslash
17710 mathop
17711 \series default
17712
17713 \begin_inset Index idx
17714 status collapsed
17715
17716 \begin_layout Plain Layout
17717 こまんど@コマンド ! M ! 
17718 \backslash
17719 mathop
17720 \end_layout
17721
17722 \end_inset
17723
17724 コマンドおよび
17725 \series bold
17726
17727 \backslash
17728 mathbin
17729 \series default
17730
17731 \begin_inset Index idx
17732 status collapsed
17733
17734 \begin_layout Plain Layout
17735 こまんど@コマンド ! M ! 
17736 \backslash
17737 mathbin
17738 \end_layout
17739
17740 \end_inset
17741
17742 コマンドを用いて定義を行うこともできます。
17743 \end_layout
17744
17745 \begin_layout Standard
17746 (書式)
17747 \series bold
17748
17749 \backslash
17750 mathop{表示}
17751 \series default
17752 および
17753 \series bold
17754
17755 \backslash
17756 mathbin{表示}
17757 \end_layout
17758
17759 \begin_layout Standard
17760
17761 \series bold
17762
17763 \backslash
17764 mathop
17765 \series default
17766 は大演算子を定義し、
17767 \series bold
17768
17769 \backslash
17770 mathbin
17771 \series default
17772 は二項演算子を定義します。
17773 \end_layout
17774
17775 \begin_layout Standard
17776 たとえば
17777 \series bold
17778
17779 \backslash
17780 mathop
17781 \series default
17782 は、以下のように、複数の演算子に共通の範囲指定を行うのに用いることができます。
17783 \end_layout
17784
17785 \begin_layout Standard
17786 \begin_inset Formula 
17787 \[
17788 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}
17789 \]
17790
17791 \end_inset
17792
17793
17794 \end_layout
17795
17796 \begin_layout Standard
17797 上記の数式では
17798 \begin_inset Newline newline
17799 \end_inset
17800
17801
17802 \series bold
17803
17804 \backslash
17805 mathop{
17806 \backslash
17807 sum
17808 \backslash
17809 negmedspace
17810 \backslash
17811 sum
17812 \series default
17813
17814 \begin_inset space \textvisiblespace{}
17815 \end_inset
17816
17817
17818 \series bold
17819
17820 \begin_inset Formula $\to$
17821 \end_inset
17822
17823 ^N
17824 \series default
17825
17826 \begin_inset space \textvisiblespace{}
17827 \end_inset
17828
17829
17830 \series bold
17831 _i,j=1
17832 \begin_inset Newline newline
17833 \end_inset
17834
17835
17836 \series default
17837 というコマンドを用いています。
17838 \end_layout
17839
17840 \begin_layout Section
17841 書体
17842 \begin_inset Index idx
17843 status collapsed
17844
17845 \begin_layout Plain Layout
17846 しょたい@書体
17847 \end_layout
17848
17849 \end_inset
17850
17851
17852 \begin_inset Index idx
17853 status collapsed
17854
17855 \begin_layout Plain Layout
17856 ふぉんと@フォント
17857 \begin_inset ERT
17858 status collapsed
17859
17860 \begin_layout Plain Layout
17861
17862 |see{
17863 \end_layout
17864
17865 \end_inset
17866
17867 書体
17868 \begin_inset ERT
17869 status collapsed
17870
17871 \begin_layout Plain Layout
17872
17873 }
17874 \end_layout
17875
17876 \end_inset
17877
17878
17879 \end_layout
17880
17881 \end_inset
17882
17883
17884 \end_layout
17885
17886 \begin_layout Subsection
17887 書体様式
17888 \begin_inset CommandInset label
17889 LatexCommand label
17890 name "subsec:書体様式"
17891
17892 \end_inset
17893
17894
17895 \begin_inset Index idx
17896 status collapsed
17897
17898 \begin_layout Plain Layout
17899 しょたい@書体 ! ようしき@様式
17900 \end_layout
17901
17902 \end_inset
17903
17904
17905 \end_layout
17906
17907 \begin_layout Standard
17908 数式中のラテン文字は、以下の書体様式のうちいずれかに設定することができます。
17909 \end_layout
17910
17911 \begin_layout Standard
17912 \align center
17913 \begin_inset space \hfill{}
17914 \end_inset
17915
17916
17917 \begin_inset Tabular
17918 <lyxtabular version="3" rows="6" columns="2">
17919 <features booktabs="true" tabularvalignment="middle">
17920 <column alignment="center" valignment="top" width="0pt">
17921 <column alignment="center" valignment="top">
17922 <row>
17923 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17924 \begin_inset Text
17925
17926 \begin_layout Plain Layout
17927 コマンド
17928 \end_layout
17929
17930 \end_inset
17931 </cell>
17932 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17933 \begin_inset Text
17934
17935 \begin_layout Plain Layout
17936 出力
17937 \end_layout
17938
17939 \end_inset
17940 </cell>
17941 </row>
17942 <row>
17943 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17944 \begin_inset Text
17945
17946 \begin_layout Plain Layout
17947
17948 \backslash
17949 mathbb
17950 \series bold
17951
17952 \begin_inset space \textvisiblespace{}
17953 \end_inset
17954
17955
17956 \series default
17957 ABC
17958 \end_layout
17959
17960 \end_inset
17961 </cell>
17962 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17963 \begin_inset Text
17964
17965 \begin_layout Plain Layout
17966 \begin_inset Formula $\mathbb{ABC}$
17967 \end_inset
17968
17969
17970 \end_layout
17971
17972 \end_inset
17973 </cell>
17974 </row>
17975 <row>
17976 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17977 \begin_inset Text
17978
17979 \begin_layout Plain Layout
17980
17981 \backslash
17982 mathbf
17983 \series bold
17984
17985 \begin_inset space \textvisiblespace{}
17986 \end_inset
17987
17988
17989 \series default
17990 AbC
17991 \end_layout
17992
17993 \end_inset
17994 </cell>
17995 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17996 \begin_inset Text
17997
17998 \begin_layout Plain Layout
17999 \begin_inset Formula $\mathbf{AbC}$
18000 \end_inset
18001
18002
18003 \end_layout
18004
18005 \end_inset
18006 </cell>
18007 </row>
18008 <row>
18009 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18010 \begin_inset Text
18011
18012 \begin_layout Plain Layout
18013
18014 \backslash
18015 boldsymbol
18016 \series bold
18017
18018 \begin_inset space \textvisiblespace{}
18019 \end_inset
18020
18021
18022 \series default
18023 AbC
18024 \end_layout
18025
18026 \end_inset
18027 </cell>
18028 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18029 \begin_inset Text
18030
18031 \begin_layout Plain Layout
18032 \begin_inset Formula $\boldsymbol{AbC}$
18033 \end_inset
18034
18035
18036 \end_layout
18037
18038 \end_inset
18039 </cell>
18040 </row>
18041 <row>
18042 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18043 \begin_inset Text
18044
18045 \begin_layout Plain Layout
18046
18047 \backslash
18048 mathcal
18049 \series bold
18050
18051 \begin_inset space \textvisiblespace{}
18052 \end_inset
18053
18054
18055 \series default
18056 ABC
18057 \end_layout
18058
18059 \end_inset
18060 </cell>
18061 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18062 \begin_inset Text
18063
18064 \begin_layout Plain Layout
18065 \begin_inset Formula $\mathcal{ABC}$
18066 \end_inset
18067
18068
18069 \end_layout
18070
18071 \end_inset
18072 </cell>
18073 </row>
18074 <row>
18075 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
18076 \begin_inset Text
18077
18078 \begin_layout Plain Layout
18079
18080 \backslash
18081 mathfrak
18082 \series bold
18083
18084 \begin_inset space \textvisiblespace{}
18085 \end_inset
18086
18087
18088 \series default
18089 AbC
18090 \end_layout
18091
18092 \end_inset
18093 </cell>
18094 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18095 \begin_inset Text
18096
18097 \begin_layout Plain Layout
18098 \begin_inset Formula $\mathfrak{AbC}$
18099 \end_inset
18100
18101
18102 \end_layout
18103
18104 \end_inset
18105 </cell>
18106 </row>
18107 </lyxtabular>
18108
18109 \end_inset
18110
18111
18112 \begin_inset space \hfill{}
18113 \end_inset
18114
18115
18116 \begin_inset Tabular
18117 <lyxtabular version="3" rows="6" columns="2">
18118 <features booktabs="true" tabularvalignment="middle">
18119 <column alignment="center" valignment="top" width="0pt">
18120 <column alignment="center" valignment="top">
18121 <row>
18122 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18123 \begin_inset Text
18124
18125 \begin_layout Plain Layout
18126 コマンド
18127 \end_layout
18128
18129 \end_inset
18130 </cell>
18131 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18132 \begin_inset Text
18133
18134 \begin_layout Plain Layout
18135 出力
18136 \end_layout
18137
18138 \end_inset
18139 </cell>
18140 </row>
18141 <row>
18142 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18143 \begin_inset Text
18144
18145 \begin_layout Plain Layout
18146
18147 \backslash
18148 mathit
18149 \series bold
18150
18151 \begin_inset space \textvisiblespace{}
18152 \end_inset
18153
18154
18155 \series default
18156 AbC
18157 \end_layout
18158
18159 \end_inset
18160 </cell>
18161 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18162 \begin_inset Text
18163
18164 \begin_layout Plain Layout
18165 \begin_inset Formula $\mathit{AbC}$
18166 \end_inset
18167
18168
18169 \end_layout
18170
18171 \end_inset
18172 </cell>
18173 </row>
18174 <row>
18175 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18176 \begin_inset Text
18177
18178 \begin_layout Plain Layout
18179
18180 \backslash
18181 mathrm
18182 \series bold
18183
18184 \begin_inset space \textvisiblespace{}
18185 \end_inset
18186
18187
18188 \series default
18189 AbC
18190 \end_layout
18191
18192 \end_inset
18193 </cell>
18194 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18195 \begin_inset Text
18196
18197 \begin_layout Plain Layout
18198 \begin_inset Formula $\mathrm{AbC}$
18199 \end_inset
18200
18201
18202 \end_layout
18203
18204 \end_inset
18205 </cell>
18206 </row>
18207 <row>
18208 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18209 \begin_inset Text
18210
18211 \begin_layout Plain Layout
18212
18213 \backslash
18214 mathsf
18215 \series bold
18216
18217 \begin_inset space \textvisiblespace{}
18218 \end_inset
18219
18220
18221 \series default
18222 AbC
18223 \end_layout
18224
18225 \end_inset
18226 </cell>
18227 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18228 \begin_inset Text
18229
18230 \begin_layout Plain Layout
18231 \begin_inset Formula $\mathsf{AbC}$
18232 \end_inset
18233
18234
18235 \end_layout
18236
18237 \end_inset
18238 </cell>
18239 </row>
18240 <row>
18241 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18242 \begin_inset Text
18243
18244 \begin_layout Plain Layout
18245
18246 \backslash
18247 mathtt
18248 \series bold
18249
18250 \begin_inset space \textvisiblespace{}
18251 \end_inset
18252
18253
18254 \series default
18255 AbC
18256 \end_layout
18257
18258 \end_inset
18259 </cell>
18260 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18261 \begin_inset Text
18262
18263 \begin_layout Plain Layout
18264 \begin_inset Formula $\mathtt{AbC}$
18265 \end_inset
18266
18267
18268 \end_layout
18269
18270 \end_inset
18271 </cell>
18272 </row>
18273 <row>
18274 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
18275 \begin_inset Text
18276
18277 \begin_layout Plain Layout
18278
18279 \backslash
18280 mathscr
18281 \series bold
18282
18283 \begin_inset space \textvisiblespace{}
18284 \end_inset
18285
18286
18287 \series default
18288 ABC
18289 \end_layout
18290
18291 \end_inset
18292 </cell>
18293 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18294 \begin_inset Text
18295
18296 \begin_layout Plain Layout
18297 \begin_inset Formula $\mathscr{ABC}$
18298 \end_inset
18299
18300
18301 \end_layout
18302
18303 \end_inset
18304 </cell>
18305 </row>
18306 </lyxtabular>
18307
18308 \end_inset
18309
18310
18311 \begin_inset space \hfill{}
18312 \end_inset
18313
18314
18315 \end_layout
18316
18317 \begin_layout Standard
18318 \begin_inset Note Greyedout
18319 status open
18320
18321 \begin_layout Plain Layout
18322
18323 \series bold
18324 【註】
18325 \backslash
18326 mathbb
18327 \series default
18328
18329 \series bold
18330 mathcal
18331 \series default
18332 様式と
18333 \series bold
18334
18335 \backslash
18336 mathscr
18337 \series default
18338 様式は、大文字にのみ使用することができます。
18339 \end_layout
18340
18341 \end_inset
18342
18343
18344 \end_layout
18345
18346 \begin_layout Standard
18347 既定では、
18348 \series bold
18349
18350 \backslash
18351 mathnormal
18352 \series default
18353 様式に設定されています。
18354 \end_layout
18355
18356 \begin_layout Standard
18357 書体様式コマンドは、以下のように数式構成要素内の文字に対しても機能します。
18358 \begin_inset Formula 
18359 \[
18360 \mathfrak{A=\frac{b}{C}}
18361 \]
18362
18363 \end_inset
18364
18365
18366 \end_layout
18367
18368 \begin_layout Standard
18369 数式テキストに含まれる文字に対しては、数式書体様式は反映せず、
18370 \series bold
18371
18372 \backslash
18373 textrm
18374 \series default
18375 様式で表示されます。数式テキストの様式を文字様式ダイアログで設定することができないのは、\SpecialChar LyX
18376 のバグです
18377 \begin_inset Foot
18378 status collapsed
18379
18380 \begin_layout Plain Layout
18381 \begin_inset CommandInset href
18382 LatexCommand href
18383 name "LyX-bug #4629"
18384 target "http://www.lyx.org/trac/ticket/4629"
18385
18386 \end_inset
18387
18388
18389 \end_layout
18390
18391 \end_inset
18392
18393
18394 \end_layout
18395
18396 \begin_layout Standard
18397 書体様式コマンドの代わりに、
18398 \family sans
18399 編集\SpecialChar menuseparator
18400 数学\SpecialChar menuseparator
18401 文字様式
18402 \family default
18403 ダイアログや、
18404 \begin_inset Info
18405 type  "icon"
18406 arg   "math-insert \\font"
18407 \end_inset
18408
18409 を使用することもできます。
18410 \end_layout
18411
18412 \begin_layout Subsection
18413 ボールド体の数式
18414 \begin_inset CommandInset label
18415 LatexCommand label
18416 name "subsec:ボールド体の数式"
18417
18418 \end_inset
18419
18420
18421 \begin_inset Index idx
18422 status collapsed
18423
18424 \begin_layout Plain Layout
18425 すうしき@数式 ! ぼーるどたい@ボールド体
18426 \end_layout
18427
18428 \end_inset
18429
18430
18431 \end_layout
18432
18433 \begin_layout Standard
18434 数式全体をボールド体にしようとすると、前節の
18435 \series bold
18436
18437 \backslash
18438 mathbf
18439 \series default
18440 コマンドは、ギリシャ文字の小文字に対しては機能しないので、使用することができません。さらにこのコマンドは、以下の式のように、ラテン文字をつねにアップライト体に印
18441 字してしまいます。
18442 \end_layout
18443
18444 \begin_layout Standard
18445 \begin_inset Formula 
18446 \[
18447 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{\textbackslash mathbfを使用した数式}
18448 \]
18449
18450 \end_inset
18451
18452
18453 \end_layout
18454
18455 \begin_layout Standard
18456 この数式を正しく表示するには、以下のように、
18457 \series bold
18458
18459 \backslash
18460 boldsymbol
18461 \series default
18462 コマンドを使用します。
18463 \begin_inset Formula 
18464 \[
18465 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{\textbackslash boldsymbolを使用した数式}}
18466 \]
18467
18468 \end_inset
18469
18470 また、数式を
18471 \series bold
18472 boldmath環境
18473 \series default
18474 に設定する方法もあります。この環境は、\SpecialChar TeX
18475 モードで
18476 \series bold
18477
18478 \backslash
18479 boldmath
18480 \begin_inset Index idx
18481 status collapsed
18482
18483 \begin_layout Plain Layout
18484 こまんど@コマンド ! B ! 
18485 \backslash
18486 boldmath
18487 \end_layout
18488
18489 \end_inset
18490
18491
18492 \series default
18493 コマンドを挿入することによって作ることができます。環境を閉じるには、
18494 \series bold
18495
18496 \backslash
18497 unboldmath
18498 \begin_inset Index idx
18499 status collapsed
18500
18501 \begin_layout Plain Layout
18502 こまんど@コマンド ! U ! 
18503 \backslash
18504 unboldmath
18505 \end_layout
18506
18507 \end_inset
18508
18509
18510 \series default
18511 コマンドを\SpecialChar TeX
18512 モードで挿入します。
18513 \begin_inset ERT
18514 status collapsed
18515
18516 \begin_layout Plain Layout
18517
18518
18519 \backslash
18520 boldmath 
18521 \end_layout
18522
18523 \end_inset
18524
18525
18526 \begin_inset Formula 
18527 \[
18528 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{boldmath環境に置いた数式}
18529 \]
18530
18531 \end_inset
18532
18533
18534 \begin_inset ERT
18535 status collapsed
18536
18537 \begin_layout Plain Layout
18538
18539
18540 \backslash
18541 unboldmath 
18542 \end_layout
18543
18544 \end_inset
18545
18546
18547 \end_layout
18548
18549 \begin_layout Subsection
18550 色付きの数式
18551 \begin_inset Index idx
18552 status collapsed
18553
18554 \begin_layout Plain Layout
18555 すうしき@数式 ! いろつき@色付き
18556 \end_layout
18557
18558 \end_inset
18559
18560
18561 \end_layout
18562
18563 \begin_layout Standard
18564 数式も、通常の本文と同様、色を付けることができます。数式あるいは数式の一部を選択して、文字様式ダイアログを使用して下さい。下記は、マゼンタ色にした数式です。
18565 \begin_inset Formula 
18566 \[
18567 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
18568 \]
18569
18570 \end_inset
18571
18572
18573 \end_layout
18574
18575 \begin_layout Standard
18576
18577 \begin_inset CommandInset ref
18578 LatexCommand ref
18579 reference "subsec:色付きボックス"
18580
18581 \end_inset
18582
18583 節に述べられているように、自己定義の色を定義することもできます。自己定義の色は、以下の書式を持つ
18584 \series bold
18585
18586 \backslash
18587 textcolor
18588 \series default
18589
18590 \begin_inset Index idx
18591 status collapsed
18592
18593 \begin_layout Plain Layout
18594 こまんど@コマンド ! T ! 
18595 \backslash
18596 textcolor
18597 \end_layout
18598
18599 \end_inset
18600
18601 \SpecialChar TeX
18602 コードコマンドで適用することができます。
18603 \end_layout
18604
18605 \begin_layout Standard
18606
18607 \series bold
18608
18609 \backslash
18610 textcolor{色}{文字ないし数式}
18611 \end_layout
18612
18613 \begin_layout Standard
18614 下記の例は、全体を濃緑にし、一部を赤にしています。
18615 \end_layout
18616
18617 \begin_layout Standard
18618 \begin_inset ERT
18619 status collapsed
18620
18621 \begin_layout Plain Layout
18622
18623
18624 \backslash
18625 textcolor{darkgreen}{
18626 \end_layout
18627
18628 \end_inset
18629
18630
18631 \begin_inset Formula 
18632 \[
18633 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
18634 \]
18635
18636 \end_inset
18637
18638
18639 \begin_inset ERT
18640 status collapsed
18641
18642 \begin_layout Plain Layout
18643
18644 }
18645 \end_layout
18646
18647 \end_inset
18648
18649
18650 \end_layout
18651
18652 \begin_layout Standard
18653 \SpecialChar LyX
18654 のバグのため、自己定義色は数式全体に対してしか使用することができません
18655 \begin_inset Foot
18656 status collapsed
18657
18658 \begin_layout Plain Layout
18659 \begin_inset CommandInset href
18660 LatexCommand href
18661 name "LyX-bug #5269"
18662 target "http://www.lyx.org/trac/ticket/5269"
18663
18664 \end_inset
18665
18666
18667 \end_layout
18668
18669 \end_inset
18670
18671
18672 \end_layout
18673
18674 \begin_layout Subsection
18675 書体寸法
18676 \begin_inset CommandInset label
18677 LatexCommand label
18678 name "subsec:書体寸法"
18679
18680 \end_inset
18681
18682
18683 \begin_inset Index idx
18684 status collapsed
18685
18686 \begin_layout Plain Layout
18687 しょたい@書体 ! すんぽう@寸法
18688 \end_layout
18689
18690 \end_inset
18691
18692
18693 \end_layout
18694
18695 \begin_layout Standard
18696 数式内の文字については、本文中の文字同様、以下の書体寸法設定コマンドがあります。
18697 \end_layout
18698
18699 \begin_layout Standard
18700
18701 \series bold
18702
18703 \backslash
18704 Huge
18705 \series default
18706
18707 \series bold
18708
18709 \backslash
18710 huge
18711 \series default
18712
18713 \series bold
18714
18715 \backslash
18716 LARGE
18717 \series default
18718
18719 \series bold
18720
18721 \backslash
18722 Large
18723 \series default
18724
18725 \series bold
18726
18727 \backslash
18728 large
18729 \series default
18730
18731 \series bold
18732
18733 \backslash
18734 normalsize
18735 \series default
18736
18737 \series bold
18738
18739 \backslash
18740 small
18741 \series default
18742 ,
18743 \begin_inset Newline newline
18744 \end_inset
18745
18746
18747 \series bold
18748
18749 \backslash
18750 footnotesize
18751 \series default
18752
18753 \series bold
18754
18755 \backslash
18756 scriptsize
18757 \series default
18758 、および
18759 \series bold
18760
18761 \backslash
18762 tiny
18763 \end_layout
18764
18765 \begin_layout Standard
18766 これらのコマンドによって生成される実際の書体寸法は、文書の書体寸法に依存し、文書の書体寸法が
18767 \series bold
18768
18769 \backslash
18770 normalsize
18771 \series default
18772 コマンドに設定されます。他のコマンドは、
18773 \series bold
18774
18775 \backslash
18776 normalsize
18777 \series default
18778 を基準として拡大ないし縮小されます。しかしながら、書体寸法は一定の値を越えることができないようになっています。たとえば、文書書体寸法が12
18779 \begin_inset space \thinspace{}
18780 \end_inset
18781
18782 ptであるならば、
18783 \series bold
18784
18785 \backslash
18786 Huge
18787 \series default
18788 コマンドは
18789 \series bold
18790
18791 \backslash
18792 huge
18793 \series default
18794 コマンドと同じ大きさに落とされます。
18795 \end_layout
18796
18797 \begin_layout Standard
18798 ある場所以降のすべての数式と本文文字を変更するには、書体寸法コマンドを\SpecialChar TeX
18799 モードで挿入します。元の書体寸法に戻すには、数式の後に\SpecialChar TeX
18800 モードで
18801 \series bold
18802
18803 \backslash
18804 normalsize
18805 \series default
18806 コマンドを挿入します。
18807 \end_layout
18808
18809 \begin_layout Standard
18810 数式内では、以下の寸法コマンドまたはツールバーボタン
18811 \begin_inset Info
18812 type  "icon"
18813 arg   "math-insert \\style"
18814 \end_inset
18815
18816 を使用して、寸法を変更することができます。
18817 \begin_inset Separator parbreak
18818 \end_inset
18819
18820
18821 \end_layout
18822
18823 \begin_layout Standard
18824 \noindent
18825 \align center
18826 \begin_inset Tabular
18827 <lyxtabular version="3" rows="5" columns="2">
18828 <features booktabs="true" tabularvalignment="middle">
18829 <column alignment="center" valignment="top" width="0pt">
18830 <column alignment="center" valignment="top">
18831 <row>
18832 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18833 \begin_inset Text
18834
18835 \begin_layout Plain Layout
18836 コマンド
18837 \end_layout
18838
18839 \end_inset
18840 </cell>
18841 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18842 \begin_inset Text
18843
18844 \begin_layout Plain Layout
18845 出力
18846 \end_layout
18847
18848 \end_inset
18849 </cell>
18850 </row>
18851 <row>
18852 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18853 \begin_inset Text
18854
18855 \begin_layout Plain Layout
18856
18857 \backslash
18858 displaystyle
18859 \begin_inset Index idx
18860 status collapsed
18861
18862 \begin_layout Plain Layout
18863 こまんど@コマンド ! D ! 
18864 \backslash
18865 displaystyle
18866 \end_layout
18867
18868 \end_inset
18869
18870
18871 \end_layout
18872
18873 \end_inset
18874 </cell>
18875 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18876 \begin_inset Text
18877
18878 \begin_layout Plain Layout
18879 \begin_inset Formula ${\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
18880 \end_inset
18881
18882
18883 \end_layout
18884
18885 \end_inset
18886 </cell>
18887 </row>
18888 <row topspace="1mm">
18889 <cell alignment="center" valignment="top" usebox="none">
18890 \begin_inset Text
18891
18892 \begin_layout Plain Layout
18893
18894 \backslash
18895 textstyle
18896 \end_layout
18897
18898 \end_inset
18899 </cell>
18900 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18901 \begin_inset Text
18902
18903 \begin_layout Plain Layout
18904 \begin_inset Formula ${\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
18905 \end_inset
18906
18907
18908 \end_layout
18909
18910 \end_inset
18911 </cell>
18912 </row>
18913 <row>
18914 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18915 \begin_inset Text
18916
18917 \begin_layout Plain Layout
18918
18919 \backslash
18920 scriptstyle
18921 \end_layout
18922
18923 \end_inset
18924 </cell>
18925 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18926 \begin_inset Text
18927
18928 \begin_layout Plain Layout
18929 \begin_inset Formula ${\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
18930 \end_inset
18931
18932
18933 \end_layout
18934
18935 \end_inset
18936 </cell>
18937 </row>
18938 <row>
18939 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
18940 \begin_inset Text
18941
18942 \begin_layout Plain Layout
18943
18944 \backslash
18945 scriptscriptstyle
18946 \end_layout
18947
18948 \end_inset
18949 </cell>
18950 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18951 \begin_inset Text
18952
18953 \begin_layout Plain Layout
18954 \begin_inset Formula ${\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
18955 \end_inset
18956
18957
18958 \end_layout
18959
18960 \end_inset
18961 </cell>
18962 </row>
18963 </lyxtabular>
18964
18965 \end_inset
18966
18967
18968 \end_layout
18969
18970 \begin_layout Standard
18971 これらのコマンドを入力すると、青いボックスが現れるので、そこに数式のパーツを入れることができます。
18972 \end_layout
18973
18974 \begin_layout Standard
18975 フォント寸法を変更するにはもう一つの方法がありますが、これは記号と数式内テキストのみに使うことができます。これを使うには、書体寸法コマンドを数式テキスト内に挿入
18976 します。数式テキストの終わりか、別の書体寸法コマンドが現れるまでの文字すべてが、選択した寸法になります。以下に二つの例を挙げます。
18977 \begin_inset VSpace -2mm
18978 \end_inset
18979
18980
18981 \end_layout
18982
18983 \begin_layout Standard
18984 \begin_inset ERT
18985 status collapsed
18986
18987 \begin_layout Plain Layout
18988
18989
18990 \backslash
18991 huge 
18992 \end_layout
18993
18994 \end_inset
18995
18996
18997 \begin_inset Formula 
18998 \[
18999 A=\frac{B}{c}\cdot\maltese
19000 \]
19001
19002 \end_inset
19003
19004
19005 \begin_inset Formula 
19006 \[
19007 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}
19008 \]
19009
19010 \end_inset
19011
19012
19013 \begin_inset ERT
19014 status collapsed
19015
19016 \begin_layout Plain Layout
19017
19018
19019 \backslash
19020 normalsize 
19021 \end_layout
19022
19023 \end_inset
19024
19025
19026 \end_layout
19027
19028 \begin_layout Standard
19029 \begin_inset VSpace medskip
19030 \end_inset
19031
19032 二つの式の前には、
19033 \series bold
19034
19035 \backslash
19036 huge
19037 \series default
19038 コマンドが挿入されています。二つ目の数式を入力するコマンドは、
19039 \begin_inset Newline newline
19040 \end_inset
19041
19042
19043 \series bold
19044
19045 \backslash
19046 maltese
19047 \begin_inset space \textvisiblespace{}
19048 \end_inset
19049
19050 A Alt+M M 
19051 \backslash
19052 Large
19053 \begin_inset space \textvisiblespace{}
19054 \end_inset
19055
19056
19057 \backslash
19058 maltese
19059 \begin_inset space \textvisiblespace{}
19060 \end_inset
19061
19062
19063 \backslash
19064 textit
19065 \begin_inset space \textvisiblespace{}
19066 \end_inset
19067
19068 A
19069 \begin_inset Formula $\to$
19070 \end_inset
19071
19072
19073 \begin_inset Formula $\to$
19074 \end_inset
19075
19076
19077 \begin_inset Newline newline
19078 \end_inset
19079
19080
19081 \begin_inset space \hspace*{}
19082 \length 1cm
19083 \end_inset
19084
19085 Alt+M
19086 \series default
19087  
19088 \series bold
19089
19090 \backslash
19091 tiny
19092 \begin_inset space \textvisiblespace{}
19093 \end_inset
19094
19095
19096 \backslash
19097 maltese
19098 \begin_inset space \textvisiblespace{}
19099 \end_inset
19100
19101
19102 \backslash
19103 textit
19104 \begin_inset space \textvisiblespace{}
19105 \end_inset
19106
19107 A
19108 \begin_inset Newline newline
19109 \end_inset
19110
19111
19112 \series default
19113 のようになります。
19114 \end_layout
19115
19116 \begin_layout Standard
19117 ある記号を別の寸法で表示することができないときには、その記号はつねに既定寸法で表示されます。
19118 \end_layout
19119
19120 \begin_layout Section
19121 ギリシャ文字
19122 \begin_inset Index idx
19123 status collapsed
19124
19125 \begin_layout Plain Layout
19126 ぎりしゃもじ@ギリシャ文字
19127 \end_layout
19128
19129 \end_inset
19130
19131
19132 \end_layout
19133
19134 \begin_layout Standard
19135 すべてのギリシャ文字は、ツールバーボタンの
19136 \begin_inset Info
19137 type  "icon"
19138 arg   "math-insert \\alpha"
19139 \end_inset
19140
19141 からでも挿入することができます。各国の組版規則では、数式内のギリシャ文字はどれもイタリック体か斜体で組版されなくてはならないことになっていますが、フランス語やロ
19142 シア語などいくつかの言語では、それにもかかわらず立体で組版されることがあります。
19143 \end_layout
19144
19145 \begin_layout Subsection
19146 小文字
19147 \begin_inset Index idx
19148 status collapsed
19149
19150 \begin_layout Plain Layout
19151 ぎりしゃもじ@ギリシャ文字 ! こもじ@小文字
19152 \end_layout
19153
19154 \end_inset
19155
19156
19157 \end_layout
19158
19159 \begin_layout Standard
19160 \begin_inset space \hfill{}
19161 \end_inset
19162
19163
19164 \begin_inset Tabular
19165 <lyxtabular version="3" rows="11" columns="2">
19166 <features booktabs="true" tabularvalignment="middle">
19167 <column alignment="center" valignment="top" width="0pt">
19168 <column alignment="center" valignment="top" width="0pt">
19169 <row>
19170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19171 \begin_inset Text
19172
19173 \begin_layout Plain Layout
19174 コマンド
19175 \end_layout
19176
19177 \end_inset
19178 </cell>
19179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19180 \begin_inset Text
19181
19182 \begin_layout Plain Layout
19183 出力
19184 \end_layout
19185
19186 \end_inset
19187 </cell>
19188 </row>
19189 <row>
19190 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19191 \begin_inset Text
19192
19193 \begin_layout Plain Layout
19194
19195 \backslash
19196 alpha
19197 \end_layout
19198
19199 \end_inset
19200 </cell>
19201 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19202 \begin_inset Text
19203
19204 \begin_layout Plain Layout
19205 \begin_inset Formula $\alpha$
19206 \end_inset
19207
19208
19209 \end_layout
19210
19211 \end_inset
19212 </cell>
19213 </row>
19214 <row>
19215 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19216 \begin_inset Text
19217
19218 \begin_layout Plain Layout
19219
19220 \backslash
19221 beta
19222 \end_layout
19223
19224 \end_inset
19225 </cell>
19226 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19227 \begin_inset Text
19228
19229 \begin_layout Plain Layout
19230 \begin_inset Formula $\beta$
19231 \end_inset
19232
19233
19234 \end_layout
19235
19236 \end_inset
19237 </cell>
19238 </row>
19239 <row>
19240 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19241 \begin_inset Text
19242
19243 \begin_layout Plain Layout
19244
19245 \backslash
19246 gamma
19247 \end_layout
19248
19249 \end_inset
19250 </cell>
19251 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19252 \begin_inset Text
19253
19254 \begin_layout Plain Layout
19255 \begin_inset Formula $\gamma$
19256 \end_inset
19257
19258
19259 \end_layout
19260
19261 \end_inset
19262 </cell>
19263 </row>
19264 <row>
19265 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19266 \begin_inset Text
19267
19268 \begin_layout Plain Layout
19269
19270 \backslash
19271 delta
19272 \end_layout
19273
19274 \end_inset
19275 </cell>
19276 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19277 \begin_inset Text
19278
19279 \begin_layout Plain Layout
19280 \begin_inset Formula $\delta$
19281 \end_inset
19282
19283
19284 \end_layout
19285
19286 \end_inset
19287 </cell>
19288 </row>
19289 <row>
19290 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19291 \begin_inset Text
19292
19293 \begin_layout Plain Layout
19294
19295 \backslash
19296 epsilon
19297 \end_layout
19298
19299 \end_inset
19300 </cell>
19301 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19302 \begin_inset Text
19303
19304 \begin_layout Plain Layout
19305 \begin_inset Formula $\epsilon$
19306 \end_inset
19307
19308
19309 \end_layout
19310
19311 \end_inset
19312 </cell>
19313 </row>
19314 <row>
19315 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19316 \begin_inset Text
19317
19318 \begin_layout Plain Layout
19319
19320 \backslash
19321 varepsilon
19322 \end_layout
19323
19324 \end_inset
19325 </cell>
19326 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19327 \begin_inset Text
19328
19329 \begin_layout Plain Layout
19330 \begin_inset Formula $\varepsilon$
19331 \end_inset
19332
19333
19334 \end_layout
19335
19336 \end_inset
19337 </cell>
19338 </row>
19339 <row>
19340 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19341 \begin_inset Text
19342
19343 \begin_layout Plain Layout
19344
19345 \backslash
19346 zeta
19347 \end_layout
19348
19349 \end_inset
19350 </cell>
19351 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19352 \begin_inset Text
19353
19354 \begin_layout Plain Layout
19355 \begin_inset Formula $\zeta$
19356 \end_inset
19357
19358
19359 \end_layout
19360
19361 \end_inset
19362 </cell>
19363 </row>
19364 <row>
19365 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19366 \begin_inset Text
19367
19368 \begin_layout Plain Layout
19369
19370 \backslash
19371 eta
19372 \end_layout
19373
19374 \end_inset
19375 </cell>
19376 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19377 \begin_inset Text
19378
19379 \begin_layout Plain Layout
19380 \begin_inset Formula $\eta$
19381 \end_inset
19382
19383
19384 \end_layout
19385
19386 \end_inset
19387 </cell>
19388 </row>
19389 <row>
19390 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19391 \begin_inset Text
19392
19393 \begin_layout Plain Layout
19394
19395 \backslash
19396 theta
19397 \end_layout
19398
19399 \end_inset
19400 </cell>
19401 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19402 \begin_inset Text
19403
19404 \begin_layout Plain Layout
19405 \begin_inset Formula $\theta$
19406 \end_inset
19407
19408
19409 \end_layout
19410
19411 \end_inset
19412 </cell>
19413 </row>
19414 <row>
19415 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19416 \begin_inset Text
19417
19418 \begin_layout Plain Layout
19419
19420 \backslash
19421 vartheta
19422 \end_layout
19423
19424 \end_inset
19425 </cell>
19426 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
19427 \begin_inset Text
19428
19429 \begin_layout Plain Layout
19430 \begin_inset Formula $\vartheta$
19431 \end_inset
19432
19433
19434 \end_layout
19435
19436 \end_inset
19437 </cell>
19438 </row>
19439 </lyxtabular>
19440
19441 \end_inset
19442
19443
19444 \begin_inset space \hfill{}
19445 \end_inset
19446
19447
19448 \begin_inset Tabular
19449 <lyxtabular version="3" rows="12" columns="2">
19450 <features booktabs="true" tabularvalignment="middle">
19451 <column alignment="center" valignment="top" width="0pt">
19452 <column alignment="center" valignment="top" width="0pt">
19453 <row>
19454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19455 \begin_inset Text
19456
19457 \begin_layout Plain Layout
19458 コマンド
19459 \end_layout
19460
19461 \end_inset
19462 </cell>
19463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19464 \begin_inset Text
19465
19466 \begin_layout Plain Layout
19467 出力
19468 \end_layout
19469
19470 \end_inset
19471 </cell>
19472 </row>
19473 <row>
19474 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19475 \begin_inset Text
19476
19477 \begin_layout Plain Layout
19478
19479 \backslash
19480 iota
19481 \end_layout
19482
19483 \end_inset
19484 </cell>
19485 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19486 \begin_inset Text
19487
19488 \begin_layout Plain Layout
19489 \begin_inset Formula $\iota$
19490 \end_inset
19491
19492
19493 \end_layout
19494
19495 \end_inset
19496 </cell>
19497 </row>
19498 <row>
19499 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19500 \begin_inset Text
19501
19502 \begin_layout Plain Layout
19503
19504 \backslash
19505 kappa
19506 \end_layout
19507
19508 \end_inset
19509 </cell>
19510 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19511 \begin_inset Text
19512
19513 \begin_layout Plain Layout
19514 \begin_inset Formula $\kappa$
19515 \end_inset
19516
19517
19518 \end_layout
19519
19520 \end_inset
19521 </cell>
19522 </row>
19523 <row>
19524 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19525 \begin_inset Text
19526
19527 \begin_layout Plain Layout
19528
19529 \backslash
19530 varkappa
19531 \end_layout
19532
19533 \end_inset
19534 </cell>
19535 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19536 \begin_inset Text
19537
19538 \begin_layout Plain Layout
19539 \begin_inset Formula $\varkappa$
19540 \end_inset
19541
19542
19543 \end_layout
19544
19545 \end_inset
19546 </cell>
19547 </row>
19548 <row>
19549 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19550 \begin_inset Text
19551
19552 \begin_layout Plain Layout
19553
19554 \backslash
19555 lambda
19556 \end_layout
19557
19558 \end_inset
19559 </cell>
19560 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19561 \begin_inset Text
19562
19563 \begin_layout Plain Layout
19564 \begin_inset Formula $\lambda$
19565 \end_inset
19566
19567
19568 \end_layout
19569
19570 \end_inset
19571 </cell>
19572 </row>
19573 <row>
19574 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19575 \begin_inset Text
19576
19577 \begin_layout Plain Layout
19578
19579 \backslash
19580 mu
19581 \end_layout
19582
19583 \end_inset
19584 </cell>
19585 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19586 \begin_inset Text
19587
19588 \begin_layout Plain Layout
19589 \begin_inset Formula $\mu$
19590 \end_inset
19591
19592
19593 \end_layout
19594
19595 \end_inset
19596 </cell>
19597 </row>
19598 <row>
19599 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19600 \begin_inset Text
19601
19602 \begin_layout Plain Layout
19603
19604 \backslash
19605 nu
19606 \end_layout
19607
19608 \end_inset
19609 </cell>
19610 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19611 \begin_inset Text
19612
19613 \begin_layout Plain Layout
19614 \begin_inset Formula $\nu$
19615 \end_inset
19616
19617
19618 \end_layout
19619
19620 \end_inset
19621 </cell>
19622 </row>
19623 <row>
19624 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19625 \begin_inset Text
19626
19627 \begin_layout Plain Layout
19628
19629 \backslash
19630 xi
19631 \end_layout
19632
19633 \end_inset
19634 </cell>
19635 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19636 \begin_inset Text
19637
19638 \begin_layout Plain Layout
19639 \begin_inset Formula $\xi$
19640 \end_inset
19641
19642
19643 \end_layout
19644
19645 \end_inset
19646 </cell>
19647 </row>
19648 <row>
19649 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19650 \begin_inset Text
19651
19652 \begin_layout Plain Layout
19653 o
19654 \end_layout
19655
19656 \end_inset
19657 </cell>
19658 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19659 \begin_inset Text
19660
19661 \begin_layout Plain Layout
19662 \begin_inset Formula $o$
19663 \end_inset
19664
19665
19666 \end_layout
19667
19668 \end_inset
19669 </cell>
19670 </row>
19671 <row>
19672 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19673 \begin_inset Text
19674
19675 \begin_layout Plain Layout
19676
19677 \backslash
19678 pi
19679 \end_layout
19680
19681 \end_inset
19682 </cell>
19683 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19684 \begin_inset Text
19685
19686 \begin_layout Plain Layout
19687 \begin_inset Formula $\pi$
19688 \end_inset
19689
19690
19691 \end_layout
19692
19693 \end_inset
19694 </cell>
19695 </row>
19696 <row>
19697 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19698 \begin_inset Text
19699
19700 \begin_layout Plain Layout
19701
19702 \backslash
19703 varpi
19704 \end_layout
19705
19706 \end_inset
19707 </cell>
19708 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19709 \begin_inset Text
19710
19711 \begin_layout Plain Layout
19712 \begin_inset Formula $\varpi$
19713 \end_inset
19714
19715
19716 \end_layout
19717
19718 \end_inset
19719 </cell>
19720 </row>
19721 <row>
19722 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19723 \begin_inset Text
19724
19725 \begin_layout Plain Layout
19726
19727 \backslash
19728 rho
19729 \end_layout
19730
19731 \end_inset
19732 </cell>
19733 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
19734 \begin_inset Text
19735
19736 \begin_layout Plain Layout
19737 \begin_inset Formula $\rho$
19738 \end_inset
19739
19740
19741 \end_layout
19742
19743 \end_inset
19744 </cell>
19745 </row>
19746 </lyxtabular>
19747
19748 \end_inset
19749
19750
19751 \begin_inset space \hfill{}
19752 \end_inset
19753
19754
19755 \begin_inset Tabular
19756 <lyxtabular version="3" rows="11" columns="2">
19757 <features booktabs="true" tabularvalignment="middle">
19758 <column alignment="center" valignment="top" width="0pt">
19759 <column alignment="center" valignment="top" width="0pt">
19760 <row>
19761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19762 \begin_inset Text
19763
19764 \begin_layout Plain Layout
19765 コマンド
19766 \end_layout
19767
19768 \end_inset
19769 </cell>
19770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19771 \begin_inset Text
19772
19773 \begin_layout Plain Layout
19774 出力
19775 \end_layout
19776
19777 \end_inset
19778 </cell>
19779 </row>
19780 <row>
19781 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19782 \begin_inset Text
19783
19784 \begin_layout Plain Layout
19785
19786 \backslash
19787 varrho
19788 \end_layout
19789
19790 \end_inset
19791 </cell>
19792 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19793 \begin_inset Text
19794
19795 \begin_layout Plain Layout
19796 \begin_inset Formula $\varrho$
19797 \end_inset
19798
19799
19800 \end_layout
19801
19802 \end_inset
19803 </cell>
19804 </row>
19805 <row>
19806 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19807 \begin_inset Text
19808
19809 \begin_layout Plain Layout
19810
19811 \backslash
19812 sigma
19813 \end_layout
19814
19815 \end_inset
19816 </cell>
19817 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19818 \begin_inset Text
19819
19820 \begin_layout Plain Layout
19821 \begin_inset Formula $\sigma$
19822 \end_inset
19823
19824
19825 \end_layout
19826
19827 \end_inset
19828 </cell>
19829 </row>
19830 <row>
19831 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19832 \begin_inset Text
19833
19834 \begin_layout Plain Layout
19835
19836 \backslash
19837 varsigma
19838 \end_layout
19839
19840 \end_inset
19841 </cell>
19842 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19843 \begin_inset Text
19844
19845 \begin_layout Plain Layout
19846 \begin_inset Formula $\varsigma$
19847 \end_inset
19848
19849
19850 \end_layout
19851
19852 \end_inset
19853 </cell>
19854 </row>
19855 <row>
19856 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19857 \begin_inset Text
19858
19859 \begin_layout Plain Layout
19860
19861 \backslash
19862 tau
19863 \end_layout
19864
19865 \end_inset
19866 </cell>
19867 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19868 \begin_inset Text
19869
19870 \begin_layout Plain Layout
19871 \begin_inset Formula $\tau$
19872 \end_inset
19873
19874
19875 \end_layout
19876
19877 \end_inset
19878 </cell>
19879 </row>
19880 <row>
19881 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19882 \begin_inset Text
19883
19884 \begin_layout Plain Layout
19885
19886 \backslash
19887 upsilon
19888 \end_layout
19889
19890 \end_inset
19891 </cell>
19892 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19893 \begin_inset Text
19894
19895 \begin_layout Plain Layout
19896 \begin_inset Formula $\upsilon$
19897 \end_inset
19898
19899
19900 \end_layout
19901
19902 \end_inset
19903 </cell>
19904 </row>
19905 <row>
19906 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19907 \begin_inset Text
19908
19909 \begin_layout Plain Layout
19910
19911 \backslash
19912 phi
19913 \end_layout
19914
19915 \end_inset
19916 </cell>
19917 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19918 \begin_inset Text
19919
19920 \begin_layout Plain Layout
19921 \begin_inset Formula $\phi$
19922 \end_inset
19923
19924
19925 \end_layout
19926
19927 \end_inset
19928 </cell>
19929 </row>
19930 <row>
19931 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19932 \begin_inset Text
19933
19934 \begin_layout Plain Layout
19935
19936 \backslash
19937 varphi
19938 \end_layout
19939
19940 \end_inset
19941 </cell>
19942 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19943 \begin_inset Text
19944
19945 \begin_layout Plain Layout
19946 \begin_inset Formula $\varphi$
19947 \end_inset
19948
19949
19950 \end_layout
19951
19952 \end_inset
19953 </cell>
19954 </row>
19955 <row>
19956 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19957 \begin_inset Text
19958
19959 \begin_layout Plain Layout
19960
19961 \backslash
19962 chi
19963 \end_layout
19964
19965 \end_inset
19966 </cell>
19967 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19968 \begin_inset Text
19969
19970 \begin_layout Plain Layout
19971 \begin_inset Formula $\chi$
19972 \end_inset
19973
19974
19975 \end_layout
19976
19977 \end_inset
19978 </cell>
19979 </row>
19980 <row>
19981 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19982 \begin_inset Text
19983
19984 \begin_layout Plain Layout
19985
19986 \backslash
19987 psi
19988 \end_layout
19989
19990 \end_inset
19991 </cell>
19992 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19993 \begin_inset Text
19994
19995 \begin_layout Plain Layout
19996 \begin_inset Formula $\psi$
19997 \end_inset
19998
19999
20000 \end_layout
20001
20002 \end_inset
20003 </cell>
20004 </row>
20005 <row>
20006 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20007 \begin_inset Text
20008
20009 \begin_layout Plain Layout
20010
20011 \backslash
20012 omega
20013 \end_layout
20014
20015 \end_inset
20016 </cell>
20017 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20018 \begin_inset Text
20019
20020 \begin_layout Plain Layout
20021 \begin_inset Formula $\omega$
20022 \end_inset
20023
20024
20025 \end_layout
20026
20027 \end_inset
20028 </cell>
20029 </row>
20030 </lyxtabular>
20031
20032 \end_inset
20033
20034
20035 \begin_inset space \hfill{}
20036 \end_inset
20037
20038
20039 \end_layout
20040
20041 \begin_layout Standard
20042 \begin_inset VSpace medskip
20043 \end_inset
20044
20045
20046 \end_layout
20047
20048 \begin_layout Standard
20049 アップライト体のギリシャ文字を作成する方法は、第
20050 \begin_inset CommandInset ref
20051 LatexCommand ref
20052 reference "subsec:アップライト体ギリシャ小文字"
20053
20054 \end_inset
20055
20056 節に説明されています。
20057 \end_layout
20058
20059 \begin_layout Subsection
20060 大文字
20061 \begin_inset Index idx
20062 status collapsed
20063
20064 \begin_layout Plain Layout
20065 ぎりしゃもじ@ギリシャ文字 ! おおもじ@大文字
20066 \end_layout
20067
20068 \end_inset
20069
20070
20071 \end_layout
20072
20073 \begin_layout Standard
20074 \begin_inset space \hfill{}
20075 \end_inset
20076
20077
20078 \begin_inset Tabular
20079 <lyxtabular version="3" rows="7" columns="2">
20080 <features booktabs="true" tabularvalignment="middle">
20081 <column alignment="center" valignment="top" width="0pt">
20082 <column alignment="center" valignment="top" width="0pt">
20083 <row>
20084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20085 \begin_inset Text
20086
20087 \begin_layout Plain Layout
20088 コマンド
20089 \end_layout
20090
20091 \end_inset
20092 </cell>
20093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20094 \begin_inset Text
20095
20096 \begin_layout Plain Layout
20097 出力
20098 \end_layout
20099
20100 \end_inset
20101 </cell>
20102 </row>
20103 <row>
20104 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20105 \begin_inset Text
20106
20107 \begin_layout Plain Layout
20108
20109 \backslash
20110 Gamma
20111 \end_layout
20112
20113 \end_inset
20114 </cell>
20115 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20116 \begin_inset Text
20117
20118 \begin_layout Plain Layout
20119 \begin_inset Formula $\Gamma$
20120 \end_inset
20121
20122
20123 \end_layout
20124
20125 \end_inset
20126 </cell>
20127 </row>
20128 <row>
20129 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20130 \begin_inset Text
20131
20132 \begin_layout Plain Layout
20133
20134 \backslash
20135 Delta
20136 \end_layout
20137
20138 \end_inset
20139 </cell>
20140 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20141 \begin_inset Text
20142
20143 \begin_layout Plain Layout
20144 \begin_inset Formula $\Delta$
20145 \end_inset
20146
20147
20148 \end_layout
20149
20150 \end_inset
20151 </cell>
20152 </row>
20153 <row>
20154 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20155 \begin_inset Text
20156
20157 \begin_layout Plain Layout
20158
20159 \backslash
20160 Theta
20161 \end_layout
20162
20163 \end_inset
20164 </cell>
20165 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20166 \begin_inset Text
20167
20168 \begin_layout Plain Layout
20169 \begin_inset Formula $\Theta$
20170 \end_inset
20171
20172
20173 \end_layout
20174
20175 \end_inset
20176 </cell>
20177 </row>
20178 <row>
20179 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20180 \begin_inset Text
20181
20182 \begin_layout Plain Layout
20183
20184 \backslash
20185 Lambda
20186 \end_layout
20187
20188 \end_inset
20189 </cell>
20190 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20191 \begin_inset Text
20192
20193 \begin_layout Plain Layout
20194 \begin_inset Formula $\Lambda$
20195 \end_inset
20196
20197
20198 \end_layout
20199
20200 \end_inset
20201 </cell>
20202 </row>
20203 <row>
20204 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20205 \begin_inset Text
20206
20207 \begin_layout Plain Layout
20208
20209 \backslash
20210 Xi
20211 \end_layout
20212
20213 \end_inset
20214 </cell>
20215 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20216 \begin_inset Text
20217
20218 \begin_layout Plain Layout
20219 \begin_inset Formula $\Xi$
20220 \end_inset
20221
20222
20223 \end_layout
20224
20225 \end_inset
20226 </cell>
20227 </row>
20228 <row>
20229 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20230 \begin_inset Text
20231
20232 \begin_layout Plain Layout
20233
20234 \backslash
20235 Pi
20236 \end_layout
20237
20238 \end_inset
20239 </cell>
20240 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20241 \begin_inset Text
20242
20243 \begin_layout Plain Layout
20244 \begin_inset Formula $\Pi$
20245 \end_inset
20246
20247
20248 \end_layout
20249
20250 \end_inset
20251 </cell>
20252 </row>
20253 </lyxtabular>
20254
20255 \end_inset
20256
20257
20258 \begin_inset space \hfill{}
20259 \end_inset
20260
20261
20262 \begin_inset Tabular
20263 <lyxtabular version="3" rows="6" columns="2">
20264 <features booktabs="true" tabularvalignment="middle">
20265 <column alignment="center" valignment="top" width="0pt">
20266 <column alignment="center" valignment="top" width="0pt">
20267 <row>
20268 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20269 \begin_inset Text
20270
20271 \begin_layout Plain Layout
20272 コマンド
20273 \end_layout
20274
20275 \end_inset
20276 </cell>
20277 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20278 \begin_inset Text
20279
20280 \begin_layout Plain Layout
20281 出力
20282 \end_layout
20283
20284 \end_inset
20285 </cell>
20286 </row>
20287 <row>
20288 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20289 \begin_inset Text
20290
20291 \begin_layout Plain Layout
20292
20293 \backslash
20294 Sigma
20295 \end_layout
20296
20297 \end_inset
20298 </cell>
20299 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20300 \begin_inset Text
20301
20302 \begin_layout Plain Layout
20303 \begin_inset Formula $\Sigma$
20304 \end_inset
20305
20306
20307 \end_layout
20308
20309 \end_inset
20310 </cell>
20311 </row>
20312 <row>
20313 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20314 \begin_inset Text
20315
20316 \begin_layout Plain Layout
20317
20318 \backslash
20319 Upsilon
20320 \end_layout
20321
20322 \end_inset
20323 </cell>
20324 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20325 \begin_inset Text
20326
20327 \begin_layout Plain Layout
20328 \begin_inset Formula $\Upsilon$
20329 \end_inset
20330
20331
20332 \end_layout
20333
20334 \end_inset
20335 </cell>
20336 </row>
20337 <row>
20338 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20339 \begin_inset Text
20340
20341 \begin_layout Plain Layout
20342
20343 \backslash
20344 Phi
20345 \end_layout
20346
20347 \end_inset
20348 </cell>
20349 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20350 \begin_inset Text
20351
20352 \begin_layout Plain Layout
20353 \begin_inset Formula $\Phi$
20354 \end_inset
20355
20356
20357 \end_layout
20358
20359 \end_inset
20360 </cell>
20361 </row>
20362 <row>
20363 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20364 \begin_inset Text
20365
20366 \begin_layout Plain Layout
20367
20368 \backslash
20369 Psi
20370 \end_layout
20371
20372 \end_inset
20373 </cell>
20374 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20375 \begin_inset Text
20376
20377 \begin_layout Plain Layout
20378 \begin_inset Formula $\Psi$
20379 \end_inset
20380
20381
20382 \end_layout
20383
20384 \end_inset
20385 </cell>
20386 </row>
20387 <row>
20388 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20389 \begin_inset Text
20390
20391 \begin_layout Plain Layout
20392
20393 \backslash
20394 Omega
20395 \end_layout
20396
20397 \end_inset
20398 </cell>
20399 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20400 \begin_inset Text
20401
20402 \begin_layout Plain Layout
20403 \begin_inset Formula $\Omega$
20404 \end_inset
20405
20406
20407 \end_layout
20408
20409 \end_inset
20410 </cell>
20411 </row>
20412 </lyxtabular>
20413
20414 \end_inset
20415
20416
20417 \begin_inset space \hfill{}
20418 \end_inset
20419
20420
20421 \end_layout
20422
20423 \begin_layout Standard
20424 \begin_inset VSpace medskip
20425 \end_inset
20426
20427 大文字のギリシャ文字が立体で表示されるのは、\SpecialChar TeX
20428 の開発途上に生じたデザイン上のバグによるものです。正しいイタリック体の大文字を得るためには、各コマンドの頭に
20429 \series bold
20430 var
20431 \series default
20432 を付けてください。たとえば、
20433 \series bold
20434
20435 \backslash
20436 varGamma
20437 \series default
20438 コマンドは、
20439 \begin_inset Formula $\varGamma$
20440 \end_inset
20441
20442 を生成します。もう一つの方法は、パッケージ
20443 \series bold
20444 fixmath
20445 \series default
20446
20447 \begin_inset Foot
20448 status collapsed
20449
20450 \begin_layout Plain Layout
20451
20452 \series bold
20453 fixmath
20454 \series default
20455 は、\SpecialChar LaTeX
20456 パッケージ
20457 \series bold
20458 was
20459 \series default
20460
20461 \begin_inset Index idx
20462 status collapsed
20463
20464 \begin_layout Plain Layout
20465 ぱっけーじ@パッケージ ! was
20466 \begin_inset ERT
20467 status collapsed
20468
20469 \begin_layout Plain Layout
20470
20471
20472 \backslash
20473 vspace{4mm}
20474 \end_layout
20475
20476 \end_inset
20477
20478
20479 \end_layout
20480
20481 \end_inset
20482
20483 に含まれています。
20484 \end_layout
20485
20486 \end_inset
20487
20488
20489 \begin_inset Index idx
20490 status collapsed
20491
20492 \begin_layout Plain Layout
20493 ぱっけーじ@パッケージ ! fixmath
20494 \end_layout
20495
20496 \end_inset
20497
20498 を\SpecialChar LaTeX
20499 プリアンブル行に
20500 \end_layout
20501
20502 \begin_layout Standard
20503
20504 \series bold
20505
20506 \backslash
20507 usepackage{fixmath}
20508 \end_layout
20509
20510 \begin_layout Standard
20511 と書いて読み込む方法です。すると、文書中の大きなギリシャ文字は、すべて自動的にイタリック体として組版されます。
20512 \end_layout
20513
20514 \begin_layout Subsection
20515 ボールド体
20516 \begin_inset Index idx
20517 status collapsed
20518
20519 \begin_layout Plain Layout
20520 ぎりしゃもじ@ギリシャ文字 ! ぼーるどたい@ボールド体
20521 \end_layout
20522
20523 \end_inset
20524
20525
20526 \end_layout
20527
20528 \begin_layout Standard
20529 ギリシャ文字は、ラテン文字のようには、多様な書体様式に設定することができません。ギリシャ文字をボールド体にできるのは、
20530 \series bold
20531
20532 \backslash
20533 boldsymbol
20534 \series default
20535 コマンドのみです
20536 \begin_inset Index idx
20537 status collapsed
20538
20539 \begin_layout Plain Layout
20540 こまんど@コマンド ! B ! 
20541 \backslash
20542 boldsymbol
20543 \end_layout
20544
20545 \end_inset
20546
20547
20548 \begin_inset Separator parbreak
20549 \end_inset
20550
20551
20552 \end_layout
20553
20554 \begin_layout Standard
20555 \align center
20556 \begin_inset Tabular
20557 <lyxtabular version="3" rows="3" columns="2">
20558 <features booktabs="true" tabularvalignment="middle">
20559 <column alignment="center" valignment="top" width="0pt">
20560 <column alignment="center" valignment="top">
20561 <row>
20562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20563 \begin_inset Text
20564
20565 \begin_layout Plain Layout
20566 コマンド
20567 \end_layout
20568
20569 \end_inset
20570 </cell>
20571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20572 \begin_inset Text
20573
20574 \begin_layout Plain Layout
20575 出力
20576 \end_layout
20577
20578 \end_inset
20579 </cell>
20580 </row>
20581 <row>
20582 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20583 \begin_inset Text
20584
20585 \begin_layout Plain Layout
20586
20587 \backslash
20588 Upsilon
20589 \backslash
20590 boldsymbol
20591 \backslash
20592 Upsilon
20593 \end_layout
20594
20595 \end_inset
20596 </cell>
20597 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20598 \begin_inset Text
20599
20600 \begin_layout Plain Layout
20601 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20602 \end_inset
20603
20604
20605 \end_layout
20606
20607 \end_inset
20608 </cell>
20609 </row>
20610 <row>
20611 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20612 \begin_inset Text
20613
20614 \begin_layout Plain Layout
20615
20616 \backslash
20617 theta
20618 \backslash
20619 boldsymbol
20620 \backslash
20621 theta
20622 \end_layout
20623
20624 \end_inset
20625 </cell>
20626 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20627 \begin_inset Text
20628
20629 \begin_layout Plain Layout
20630 \begin_inset Formula $\theta\boldsymbol{\theta}$
20631 \end_inset
20632
20633
20634 \end_layout
20635
20636 \end_inset
20637 </cell>
20638 </row>
20639 </lyxtabular>
20640
20641 \end_inset
20642
20643
20644 \end_layout
20645
20646 \begin_layout Section
20647 記号
20648 \begin_inset ERT
20649 status collapsed
20650
20651 \begin_layout Plain Layout
20652
20653
20654 \backslash
20655 texorpdfstring{
20656 \end_layout
20657
20658 \end_inset
20659
20660
20661 \begin_inset Foot
20662 status collapsed
20663
20664 \begin_layout Plain Layout
20665 各\SpecialChar LaTeX
20666 パッケージに含まれる全記号をほとんど網羅した一覧が、
20667 \begin_inset CommandInset citation
20668 LatexCommand cite
20669 key "Symbols"
20670
20671 \end_inset
20672
20673 にあります。
20674 \end_layout
20675
20676 \end_inset
20677
20678
20679 \begin_inset ERT
20680 status collapsed
20681
20682 \begin_layout Plain Layout
20683
20684 }{}
20685 \end_layout
20686
20687 \end_inset
20688
20689
20690 \begin_inset Note Note
20691 status collapsed
20692
20693 \begin_layout Plain Layout
20694
20695 \backslash
20696 texorpdfstringは、PDFのしおりに脚注が現れるのを防ぐために使われています。
20697 \end_layout
20698
20699 \begin_layout Plain Layout
20700
20701 \backslash
20702 texorpdfstringについての詳細は、第
20703 \begin_inset CommandInset ref
20704 LatexCommand ref
20705 reference "subsec:節見出し中の数式"
20706
20707 \end_inset
20708
20709 節にあります。
20710 \end_layout
20711
20712 \end_inset
20713
20714
20715 \begin_inset Index idx
20716 status collapsed
20717
20718 \begin_layout Plain Layout
20719 きごう@記号
20720 \end_layout
20721
20722 \end_inset
20723
20724
20725 \end_layout
20726
20727 \begin_layout Standard
20728 本節に掲げてある各記号の多くは、ツールバーボタンの
20729 \begin_inset Info
20730 type  "icon"
20731 arg   "math-insert \\nabla"
20732 \end_inset
20733
20734
20735 \begin_inset Info
20736 type  "icon"
20737 arg   "math-insert \\digamma"
20738 \end_inset
20739
20740 でも挿入することができます。
20741 \end_layout
20742
20743 \begin_layout Subsection
20744 数学記号
20745 \begin_inset CommandInset label
20746 LatexCommand label
20747 name "subsec:数学記号"
20748
20749 \end_inset
20750
20751
20752 \begin_inset Index idx
20753 status collapsed
20754
20755 \begin_layout Plain Layout
20756 きごう@記号 ! すうがく@数学
20757 \end_layout
20758
20759 \end_inset
20760
20761
20762 \end_layout
20763
20764 \begin_layout Standard
20765 \begin_inset Tabular
20766 <lyxtabular version="3" rows="10" columns="2">
20767 <features booktabs="true" tabularvalignment="middle">
20768 <column alignment="center" valignment="top" width="0pt">
20769 <column alignment="center" valignment="top" width="0pt">
20770 <row>
20771 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20772 \begin_inset Text
20773
20774 \begin_layout Plain Layout
20775 コマンド
20776 \end_layout
20777
20778 \end_inset
20779 </cell>
20780 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20781 \begin_inset Text
20782
20783 \begin_layout Plain Layout
20784 出力
20785 \end_layout
20786
20787 \end_inset
20788 </cell>
20789 </row>
20790 <row>
20791 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20792 \begin_inset Text
20793
20794 \begin_layout Plain Layout
20795
20796 \backslash
20797 neg
20798 \end_layout
20799
20800 \end_inset
20801 </cell>
20802 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20803 \begin_inset Text
20804
20805 \begin_layout Plain Layout
20806 \begin_inset Formula $\neg$
20807 \end_inset
20808
20809
20810 \end_layout
20811
20812 \end_inset
20813 </cell>
20814 </row>
20815 <row>
20816 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20817 \begin_inset Text
20818
20819 \begin_layout Plain Layout
20820
20821 \backslash
20822 Im
20823 \end_layout
20824
20825 \end_inset
20826 </cell>
20827 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20828 \begin_inset Text
20829
20830 \begin_layout Plain Layout
20831 \begin_inset Formula $\Im$
20832 \end_inset
20833
20834
20835 \end_layout
20836
20837 \end_inset
20838 </cell>
20839 </row>
20840 <row>
20841 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20842 \begin_inset Text
20843
20844 \begin_layout Plain Layout
20845
20846 \backslash
20847 Re
20848 \end_layout
20849
20850 \end_inset
20851 </cell>
20852 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20853 \begin_inset Text
20854
20855 \begin_layout Plain Layout
20856 \begin_inset Formula $\Re$
20857 \end_inset
20858
20859
20860 \end_layout
20861
20862 \end_inset
20863 </cell>
20864 </row>
20865 <row>
20866 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20867 \begin_inset Text
20868
20869 \begin_layout Plain Layout
20870
20871 \backslash
20872 aleph
20873 \end_layout
20874
20875 \end_inset
20876 </cell>
20877 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20878 \begin_inset Text
20879
20880 \begin_layout Plain Layout
20881 \begin_inset Formula $\aleph$
20882 \end_inset
20883
20884
20885 \end_layout
20886
20887 \end_inset
20888 </cell>
20889 </row>
20890 <row>
20891 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20892 \begin_inset Text
20893
20894 \begin_layout Plain Layout
20895
20896 \backslash
20897 partial
20898 \end_layout
20899
20900 \end_inset
20901 </cell>
20902 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20903 \begin_inset Text
20904
20905 \begin_layout Plain Layout
20906 \begin_inset Formula $\partial$
20907 \end_inset
20908
20909
20910 \end_layout
20911
20912 \end_inset
20913 </cell>
20914 </row>
20915 <row>
20916 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20917 \begin_inset Text
20918
20919 \begin_layout Plain Layout
20920
20921 \backslash
20922 infty
20923 \end_layout
20924
20925 \end_inset
20926 </cell>
20927 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20928 \begin_inset Text
20929
20930 \begin_layout Plain Layout
20931 \begin_inset Formula $\infty$
20932 \end_inset
20933
20934
20935 \end_layout
20936
20937 \end_inset
20938 </cell>
20939 </row>
20940 <row>
20941 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20942 \begin_inset Text
20943
20944 \begin_layout Plain Layout
20945
20946 \backslash
20947 wp
20948 \end_layout
20949
20950 \end_inset
20951 </cell>
20952 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20953 \begin_inset Text
20954
20955 \begin_layout Plain Layout
20956 \begin_inset Formula $\wp$
20957 \end_inset
20958
20959
20960 \end_layout
20961
20962 \end_inset
20963 </cell>
20964 </row>
20965 <row>
20966 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20967 \begin_inset Text
20968
20969 \begin_layout Plain Layout
20970
20971 \backslash
20972 imath
20973 \end_layout
20974
20975 \end_inset
20976 </cell>
20977 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20978 \begin_inset Text
20979
20980 \begin_layout Plain Layout
20981 \begin_inset Formula $\imath$
20982 \end_inset
20983
20984
20985 \end_layout
20986
20987 \end_inset
20988 </cell>
20989 </row>
20990 <row>
20991 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20992 \begin_inset Text
20993
20994 \begin_layout Plain Layout
20995
20996 \backslash
20997 jmath
20998 \end_layout
20999
21000 \end_inset
21001 </cell>
21002 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21003 \begin_inset Text
21004
21005 \begin_layout Plain Layout
21006 \begin_inset Formula $\jmath$
21007 \end_inset
21008
21009
21010 \end_layout
21011
21012 \end_inset
21013 </cell>
21014 </row>
21015 </lyxtabular>
21016
21017 \end_inset
21018
21019
21020 \begin_inset space \hfill{}
21021 \end_inset
21022
21023
21024 \begin_inset Tabular
21025 <lyxtabular version="3" rows="10" columns="2">
21026 <features booktabs="true" tabularvalignment="middle">
21027 <column alignment="center" valignment="top" width="0pt">
21028 <column alignment="center" valignment="top" width="0pt">
21029 <row>
21030 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21031 \begin_inset Text
21032
21033 \begin_layout Plain Layout
21034 コマンド
21035 \end_layout
21036
21037 \end_inset
21038 </cell>
21039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21040 \begin_inset Text
21041
21042 \begin_layout Plain Layout
21043 出力
21044 \begin_inset Note Note
21045 status collapsed
21046
21047 \begin_layout Plain Layout
21048 ここで
21049 \series bold
21050
21051 \backslash
21052 raisebox
21053 \series default
21054 はスペーサーとして使用しているだけです。
21055 \end_layout
21056
21057 \end_inset
21058
21059
21060 \end_layout
21061
21062 \end_inset
21063 </cell>
21064 </row>
21065 <row>
21066 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21067 \begin_inset Text
21068
21069 \begin_layout Plain Layout
21070
21071 \backslash
21072 forall
21073 \end_layout
21074
21075 \end_inset
21076 </cell>
21077 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21078 \begin_inset Text
21079
21080 \begin_layout Plain Layout
21081 \begin_inset Formula $\forall$
21082 \end_inset
21083
21084
21085 \end_layout
21086
21087 \end_inset
21088 </cell>
21089 </row>
21090 <row>
21091 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21092 \begin_inset Text
21093
21094 \begin_layout Plain Layout
21095
21096 \backslash
21097 exists
21098 \end_layout
21099
21100 \end_inset
21101 </cell>
21102 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21103 \begin_inset Text
21104
21105 \begin_layout Plain Layout
21106 \begin_inset Formula $\exists$
21107 \end_inset
21108
21109
21110 \end_layout
21111
21112 \end_inset
21113 </cell>
21114 </row>
21115 <row>
21116 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21117 \begin_inset Text
21118
21119 \begin_layout Plain Layout
21120
21121 \backslash
21122 nexists
21123 \end_layout
21124
21125 \end_inset
21126 </cell>
21127 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21128 \begin_inset Text
21129
21130 \begin_layout Plain Layout
21131 \begin_inset Formula $\nexists$
21132 \end_inset
21133
21134
21135 \end_layout
21136
21137 \end_inset
21138 </cell>
21139 </row>
21140 <row>
21141 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21142 \begin_inset Text
21143
21144 \begin_layout Plain Layout
21145
21146 \backslash
21147 emptyset
21148 \end_layout
21149
21150 \end_inset
21151 </cell>
21152 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21153 \begin_inset Text
21154
21155 \begin_layout Plain Layout
21156 \begin_inset Formula $\emptyset$
21157 \end_inset
21158
21159
21160 \end_layout
21161
21162 \end_inset
21163 </cell>
21164 </row>
21165 <row>
21166 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21167 \begin_inset Text
21168
21169 \begin_layout Plain Layout
21170
21171 \backslash
21172 varnothing
21173 \end_layout
21174
21175 \end_inset
21176 </cell>
21177 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21178 \begin_inset Text
21179
21180 \begin_layout Plain Layout
21181 \begin_inset Formula $\varnothing$
21182 \end_inset
21183
21184
21185 \end_layout
21186
21187 \end_inset
21188 </cell>
21189 </row>
21190 <row>
21191 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21192 \begin_inset Text
21193
21194 \begin_layout Plain Layout
21195
21196 \backslash
21197 dag
21198 \end_layout
21199
21200 \end_inset
21201 </cell>
21202 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21203 \begin_inset Text
21204
21205 \begin_layout Plain Layout
21206 \begin_inset Formula $\dag$
21207 \end_inset
21208
21209
21210 \end_layout
21211
21212 \end_inset
21213 </cell>
21214 </row>
21215 <row>
21216 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21217 \begin_inset Text
21218
21219 \begin_layout Plain Layout
21220
21221 \backslash
21222 ddag
21223 \end_layout
21224
21225 \end_inset
21226 </cell>
21227 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21228 \begin_inset Text
21229
21230 \begin_layout Plain Layout
21231 \begin_inset Formula $\ddag$
21232 \end_inset
21233
21234
21235 \end_layout
21236
21237 \end_inset
21238 </cell>
21239 </row>
21240 <row>
21241 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21242 \begin_inset Text
21243
21244 \begin_layout Plain Layout
21245
21246 \backslash
21247 complement
21248 \end_layout
21249
21250 \end_inset
21251 </cell>
21252 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21253 \begin_inset Text
21254
21255 \begin_layout Plain Layout
21256 \begin_inset ERT
21257 status collapsed
21258
21259 \begin_layout Plain Layout
21260
21261
21262 \backslash
21263 raisebox{-0.8mm}{
21264 \end_layout
21265
21266 \end_inset
21267
21268
21269 \begin_inset Formula $\complement$
21270 \end_inset
21271
21272
21273 \begin_inset ERT
21274 status collapsed
21275
21276 \begin_layout Plain Layout
21277
21278 }
21279 \end_layout
21280
21281 \end_inset
21282
21283
21284 \end_layout
21285
21286 \end_inset
21287 </cell>
21288 </row>
21289 <row>
21290 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21291 \begin_inset Text
21292
21293 \begin_layout Plain Layout
21294
21295 \backslash
21296 Bbbk
21297 \end_layout
21298
21299 \end_inset
21300 </cell>
21301 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21302 \begin_inset Text
21303
21304 \begin_layout Plain Layout
21305 \begin_inset Formula $\Bbbk$
21306 \end_inset
21307
21308
21309 \end_layout
21310
21311 \end_inset
21312 </cell>
21313 </row>
21314 </lyxtabular>
21315
21316 \end_inset
21317
21318
21319 \begin_inset space \hfill{}
21320 \end_inset
21321
21322
21323 \begin_inset Tabular
21324 <lyxtabular version="3" rows="10" columns="2">
21325 <features booktabs="true" tabularvalignment="middle">
21326 <column alignment="center" valignment="top" width="0pt">
21327 <column alignment="center" valignment="top" width="0pt">
21328 <row>
21329 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21330 \begin_inset Text
21331
21332 \begin_layout Plain Layout
21333 コマンド
21334 \end_layout
21335
21336 \end_inset
21337 </cell>
21338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21339 \begin_inset Text
21340
21341 \begin_layout Plain Layout
21342 出力
21343 \end_layout
21344
21345 \end_inset
21346 </cell>
21347 </row>
21348 <row>
21349 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21350 \begin_inset Text
21351
21352 \begin_layout Plain Layout
21353
21354 \backslash
21355 prime
21356 \end_layout
21357
21358 \end_inset
21359 </cell>
21360 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21361 \begin_inset Text
21362
21363 \begin_layout Plain Layout
21364 \begin_inset Formula $\prime$
21365 \end_inset
21366
21367
21368 \end_layout
21369
21370 \end_inset
21371 </cell>
21372 </row>
21373 <row>
21374 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21375 \begin_inset Text
21376
21377 \begin_layout Plain Layout
21378
21379 \backslash
21380 backprime
21381 \end_layout
21382
21383 \end_inset
21384 </cell>
21385 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21386 \begin_inset Text
21387
21388 \begin_layout Plain Layout
21389 \begin_inset Formula $\backprime$
21390 \end_inset
21391
21392
21393 \end_layout
21394
21395 \end_inset
21396 </cell>
21397 </row>
21398 <row>
21399 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21400 \begin_inset Text
21401
21402 \begin_layout Plain Layout
21403
21404 \backslash
21405 mho
21406 \end_layout
21407
21408 \end_inset
21409 </cell>
21410 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21411 \begin_inset Text
21412
21413 \begin_layout Plain Layout
21414 \begin_inset Formula $\mho$
21415 \end_inset
21416
21417
21418 \end_layout
21419
21420 \end_inset
21421 </cell>
21422 </row>
21423 <row>
21424 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21425 \begin_inset Text
21426
21427 \begin_layout Plain Layout
21428
21429 \backslash
21430 triangle
21431 \end_layout
21432
21433 \end_inset
21434 </cell>
21435 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21436 \begin_inset Text
21437
21438 \begin_layout Plain Layout
21439 \begin_inset Formula $\triangle$
21440 \end_inset
21441
21442
21443 \end_layout
21444
21445 \end_inset
21446 </cell>
21447 </row>
21448 <row>
21449 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21450 \begin_inset Text
21451
21452 \begin_layout Plain Layout
21453
21454 \backslash
21455 angle
21456 \end_layout
21457
21458 \end_inset
21459 </cell>
21460 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21461 \begin_inset Text
21462
21463 \begin_layout Plain Layout
21464 \begin_inset Formula $\angle$
21465 \end_inset
21466
21467
21468 \end_layout
21469
21470 \end_inset
21471 </cell>
21472 </row>
21473 <row>
21474 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21475 \begin_inset Text
21476
21477 \begin_layout Plain Layout
21478
21479 \backslash
21480 measuredangle
21481 \end_layout
21482
21483 \end_inset
21484 </cell>
21485 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21486 \begin_inset Text
21487
21488 \begin_layout Plain Layout
21489 \begin_inset Formula $\measuredangle$
21490 \end_inset
21491
21492
21493 \end_layout
21494
21495 \end_inset
21496 </cell>
21497 </row>
21498 <row>
21499 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21500 \begin_inset Text
21501
21502 \begin_layout Plain Layout
21503
21504 \backslash
21505 sphericalangle
21506 \end_layout
21507
21508 \end_inset
21509 </cell>
21510 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21511 \begin_inset Text
21512
21513 \begin_layout Plain Layout
21514 \begin_inset Formula $\sphericalangle$
21515 \end_inset
21516
21517
21518 \end_layout
21519
21520 \end_inset
21521 </cell>
21522 </row>
21523 <row>
21524 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21525 \begin_inset Text
21526
21527 \begin_layout Plain Layout
21528
21529 \backslash
21530 top
21531 \end_layout
21532
21533 \end_inset
21534 </cell>
21535 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21536 \begin_inset Text
21537
21538 \begin_layout Plain Layout
21539 \begin_inset Formula $\top$
21540 \end_inset
21541
21542
21543 \end_layout
21544
21545 \end_inset
21546 </cell>
21547 </row>
21548 <row>
21549 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21550 \begin_inset Text
21551
21552 \begin_layout Plain Layout
21553
21554 \backslash
21555 bot
21556 \end_layout
21557
21558 \end_inset
21559 </cell>
21560 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21561 \begin_inset Text
21562
21563 \begin_layout Plain Layout
21564 \begin_inset Formula $\bot$
21565 \end_inset
21566
21567
21568 \end_layout
21569
21570 \end_inset
21571 </cell>
21572 </row>
21573 </lyxtabular>
21574
21575 \end_inset
21576
21577
21578 \end_layout
21579
21580 \begin_layout Subsection
21581 その他の記号
21582 \begin_inset CommandInset label
21583 LatexCommand label
21584 name "subsec:その他の記号"
21585
21586 \end_inset
21587
21588
21589 \begin_inset Index idx
21590 status collapsed
21591
21592 \begin_layout Plain Layout
21593 きごう@記号 ! そのた@その他
21594 \end_layout
21595
21596 \end_inset
21597
21598
21599 \end_layout
21600
21601 \begin_layout Standard
21602 \noindent
21603 \align center
21604 \begin_inset Tabular
21605 <lyxtabular version="3" rows="10" columns="2">
21606 <features booktabs="true" tabularvalignment="middle">
21607 <column alignment="center" valignment="top" width="0pt">
21608 <column alignment="center" valignment="top" width="0pt">
21609 <row>
21610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21611 \begin_inset Text
21612
21613 \begin_layout Plain Layout
21614 コマンド
21615 \end_layout
21616
21617 \end_inset
21618 </cell>
21619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21620 \begin_inset Text
21621
21622 \begin_layout Plain Layout
21623 出力
21624 \end_layout
21625
21626 \end_inset
21627 </cell>
21628 </row>
21629 <row>
21630 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21631 \begin_inset Text
21632
21633 \begin_layout Plain Layout
21634
21635 \backslash
21636 flat
21637 \end_layout
21638
21639 \end_inset
21640 </cell>
21641 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21642 \begin_inset Text
21643
21644 \begin_layout Plain Layout
21645 \begin_inset Formula $\flat$
21646 \end_inset
21647
21648
21649 \end_layout
21650
21651 \end_inset
21652 </cell>
21653 </row>
21654 <row>
21655 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21656 \begin_inset Text
21657
21658 \begin_layout Plain Layout
21659
21660 \backslash
21661 natural
21662 \end_layout
21663
21664 \end_inset
21665 </cell>
21666 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21667 \begin_inset Text
21668
21669 \begin_layout Plain Layout
21670 \begin_inset Formula $\natural$
21671 \end_inset
21672
21673
21674 \end_layout
21675
21676 \end_inset
21677 </cell>
21678 </row>
21679 <row>
21680 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21681 \begin_inset Text
21682
21683 \begin_layout Plain Layout
21684
21685 \backslash
21686 sharp
21687 \end_layout
21688
21689 \end_inset
21690 </cell>
21691 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21692 \begin_inset Text
21693
21694 \begin_layout Plain Layout
21695 \begin_inset Formula $\sharp$
21696 \end_inset
21697
21698
21699 \end_layout
21700
21701 \end_inset
21702 </cell>
21703 </row>
21704 <row>
21705 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21706 \begin_inset Text
21707
21708 \begin_layout Plain Layout
21709
21710 \backslash
21711 surd
21712 \end_layout
21713
21714 \end_inset
21715 </cell>
21716 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21717 \begin_inset Text
21718
21719 \begin_layout Plain Layout
21720 \begin_inset Formula $\surd$
21721 \end_inset
21722
21723
21724 \end_layout
21725
21726 \end_inset
21727 </cell>
21728 </row>
21729 <row>
21730 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21731 \begin_inset Text
21732
21733 \begin_layout Plain Layout
21734
21735 \backslash
21736 checkmark
21737 \end_layout
21738
21739 \end_inset
21740 </cell>
21741 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21742 \begin_inset Text
21743
21744 \begin_layout Plain Layout
21745 \begin_inset Formula $\checkmark$
21746 \end_inset
21747
21748
21749 \end_layout
21750
21751 \end_inset
21752 </cell>
21753 </row>
21754 <row>
21755 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21756 \begin_inset Text
21757
21758 \begin_layout Plain Layout
21759
21760 \backslash
21761 yen
21762 \end_layout
21763
21764 \end_inset
21765 </cell>
21766 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21767 \begin_inset Text
21768
21769 \begin_layout Plain Layout
21770 \begin_inset Formula $\yen$
21771 \end_inset
21772
21773
21774 \end_layout
21775
21776 \end_inset
21777 </cell>
21778 </row>
21779 <row>
21780 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21781 \begin_inset Text
21782
21783 \begin_layout Plain Layout
21784
21785 \backslash
21786 pounds
21787 \end_layout
21788
21789 \end_inset
21790 </cell>
21791 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21792 \begin_inset Text
21793
21794 \begin_layout Plain Layout
21795 \begin_inset Formula $\pounds$
21796 \end_inset
21797
21798
21799 \end_layout
21800
21801 \end_inset
21802 </cell>
21803 </row>
21804 <row>
21805 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21806 \begin_inset Text
21807
21808 \begin_layout Plain Layout
21809 $
21810 \end_layout
21811
21812 \end_inset
21813 </cell>
21814 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21815 \begin_inset Text
21816
21817 \begin_layout Plain Layout
21818 \begin_inset Formula $\$$
21819 \end_inset
21820
21821
21822 \end_layout
21823
21824 \end_inset
21825 </cell>
21826 </row>
21827 <row>
21828 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21829 \begin_inset Text
21830
21831 \begin_layout Plain Layout
21832 §
21833 \end_layout
21834
21835 \end_inset
21836 </cell>
21837 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21838 \begin_inset Text
21839
21840 \begin_layout Plain Layout
21841 \begin_inset Formula $§$
21842 \end_inset
21843
21844
21845 \end_layout
21846
21847 \end_inset
21848 </cell>
21849 </row>
21850 </lyxtabular>
21851
21852 \end_inset
21853
21854
21855 \begin_inset space \hfill{}
21856 \end_inset
21857
21858
21859 \begin_inset Tabular
21860 <lyxtabular version="3" rows="10" columns="2">
21861 <features booktabs="true" tabularvalignment="middle">
21862 <column alignment="center" valignment="top" width="0pt">
21863 <column alignment="center" valignment="top">
21864 <row>
21865 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21866 \begin_inset Text
21867
21868 \begin_layout Plain Layout
21869 コマンド
21870 \end_layout
21871
21872 \end_inset
21873 </cell>
21874 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21875 \begin_inset Text
21876
21877 \begin_layout Plain Layout
21878 出力
21879 \end_layout
21880
21881 \end_inset
21882 </cell>
21883 </row>
21884 <row>
21885 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21886 \begin_inset Text
21887
21888 \begin_layout Plain Layout
21889
21890 \backslash
21891 hbar
21892 \end_layout
21893
21894 \end_inset
21895 </cell>
21896 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21897 \begin_inset Text
21898
21899 \begin_layout Plain Layout
21900 \begin_inset Formula $\hbar$
21901 \end_inset
21902
21903
21904 \end_layout
21905
21906 \end_inset
21907 </cell>
21908 </row>
21909 <row>
21910 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21911 \begin_inset Text
21912
21913 \begin_layout Plain Layout
21914
21915 \backslash
21916 hslash
21917 \end_layout
21918
21919 \end_inset
21920 </cell>
21921 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21922 \begin_inset Text
21923
21924 \begin_layout Plain Layout
21925 \begin_inset Formula $\hslash$
21926 \end_inset
21927
21928
21929 \end_layout
21930
21931 \end_inset
21932 </cell>
21933 </row>
21934 <row>
21935 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21936 \begin_inset Text
21937
21938 \begin_layout Plain Layout
21939
21940 \backslash
21941 clubsuit
21942 \end_layout
21943
21944 \end_inset
21945 </cell>
21946 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21947 \begin_inset Text
21948
21949 \begin_layout Plain Layout
21950 \begin_inset Formula $\clubsuit$
21951 \end_inset
21952
21953
21954 \end_layout
21955
21956 \end_inset
21957 </cell>
21958 </row>
21959 <row>
21960 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21961 \begin_inset Text
21962
21963 \begin_layout Plain Layout
21964
21965 \backslash
21966 spadesuit
21967 \end_layout
21968
21969 \end_inset
21970 </cell>
21971 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21972 \begin_inset Text
21973
21974 \begin_layout Plain Layout
21975 \begin_inset Formula $\spadesuit$
21976 \end_inset
21977
21978
21979 \end_layout
21980
21981 \end_inset
21982 </cell>
21983 </row>
21984 <row>
21985 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21986 \begin_inset Text
21987
21988 \begin_layout Plain Layout
21989
21990 \backslash
21991 bigstar
21992 \end_layout
21993
21994 \end_inset
21995 </cell>
21996 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21997 \begin_inset Text
21998
21999 \begin_layout Plain Layout
22000 \begin_inset Formula $\bigstar$
22001 \end_inset
22002
22003
22004 \end_layout
22005
22006 \end_inset
22007 </cell>
22008 </row>
22009 <row>
22010 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22011 \begin_inset Text
22012
22013 \begin_layout Plain Layout
22014
22015 \backslash
22016 blacklozenge
22017 \end_layout
22018
22019 \end_inset
22020 </cell>
22021 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22022 \begin_inset Text
22023
22024 \begin_layout Plain Layout
22025 \begin_inset Formula $\blacklozenge$
22026 \end_inset
22027
22028
22029 \end_layout
22030
22031 \end_inset
22032 </cell>
22033 </row>
22034 <row>
22035 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22036 \begin_inset Text
22037
22038 \begin_layout Plain Layout
22039
22040 \backslash
22041 blacktriangle
22042 \end_layout
22043
22044 \end_inset
22045 </cell>
22046 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22047 \begin_inset Text
22048
22049 \begin_layout Plain Layout
22050 \begin_inset Formula $\blacktriangle$
22051 \end_inset
22052
22053
22054 \end_layout
22055
22056 \end_inset
22057 </cell>
22058 </row>
22059 <row>
22060 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22061 \begin_inset Text
22062
22063 \begin_layout Plain Layout
22064
22065 \backslash
22066 blacktiangledown
22067 \end_layout
22068
22069 \end_inset
22070 </cell>
22071 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22072 \begin_inset Text
22073
22074 \begin_layout Plain Layout
22075 \begin_inset Formula $\blacktriangledown$
22076 \end_inset
22077
22078
22079 \end_layout
22080
22081 \end_inset
22082 </cell>
22083 </row>
22084 <row>
22085 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22086 \begin_inset Text
22087
22088 \begin_layout Plain Layout
22089
22090 \backslash
22091 bullet
22092 \end_layout
22093
22094 \end_inset
22095 </cell>
22096 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22097 \begin_inset Text
22098
22099 \begin_layout Plain Layout
22100 \begin_inset Formula $\bullet$
22101 \end_inset
22102
22103
22104 \end_layout
22105
22106 \end_inset
22107 </cell>
22108 </row>
22109 </lyxtabular>
22110
22111 \end_inset
22112
22113
22114 \begin_inset space \hfill{}
22115 \end_inset
22116
22117
22118 \begin_inset Tabular
22119 <lyxtabular version="3" rows="10" columns="2">
22120 <features booktabs="true" tabularvalignment="middle">
22121 <column alignment="center" valignment="top" width="0pt">
22122 <column alignment="center" valignment="top" width="0pt">
22123 <row>
22124 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22125 \begin_inset Text
22126
22127 \begin_layout Plain Layout
22128 コマンド
22129 \end_layout
22130
22131 \end_inset
22132 </cell>
22133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22134 \begin_inset Text
22135
22136 \begin_layout Plain Layout
22137 出力
22138 \end_layout
22139
22140 \end_inset
22141 </cell>
22142 </row>
22143 <row>
22144 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22145 \begin_inset Text
22146
22147 \begin_layout Plain Layout
22148
22149 \backslash
22150 diamondsuit
22151 \end_layout
22152
22153 \end_inset
22154 </cell>
22155 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22156 \begin_inset Text
22157
22158 \begin_layout Plain Layout
22159 \begin_inset Formula $\diamondsuit$
22160 \end_inset
22161
22162
22163 \end_layout
22164
22165 \end_inset
22166 </cell>
22167 </row>
22168 <row>
22169 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22170 \begin_inset Text
22171
22172 \begin_layout Plain Layout
22173
22174 \backslash
22175 Diamond
22176 \end_layout
22177
22178 \end_inset
22179 </cell>
22180 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22181 \begin_inset Text
22182
22183 \begin_layout Plain Layout
22184 \begin_inset Formula $\Diamond$
22185 \end_inset
22186
22187
22188 \end_layout
22189
22190 \end_inset
22191 </cell>
22192 </row>
22193 <row>
22194 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22195 \begin_inset Text
22196
22197 \begin_layout Plain Layout
22198
22199 \backslash
22200 heartsuit
22201 \end_layout
22202
22203 \end_inset
22204 </cell>
22205 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22206 \begin_inset Text
22207
22208 \begin_layout Plain Layout
22209 \begin_inset Formula $\heartsuit$
22210 \end_inset
22211
22212
22213 \end_layout
22214
22215 \end_inset
22216 </cell>
22217 </row>
22218 <row>
22219 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22220 \begin_inset Text
22221
22222 \begin_layout Plain Layout
22223
22224 \backslash
22225 P
22226 \end_layout
22227
22228 \end_inset
22229 </cell>
22230 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22231 \begin_inset Text
22232
22233 \begin_layout Plain Layout
22234 \begin_inset Formula $\P$
22235 \end_inset
22236
22237
22238 \end_layout
22239
22240 \end_inset
22241 </cell>
22242 </row>
22243 <row>
22244 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22245 \begin_inset Text
22246
22247 \begin_layout Plain Layout
22248
22249 \backslash
22250 copyright
22251 \end_layout
22252
22253 \end_inset
22254 </cell>
22255 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22256 \begin_inset Text
22257
22258 \begin_layout Plain Layout
22259 \begin_inset Formula $\copyright$
22260 \end_inset
22261
22262
22263 \end_layout
22264
22265 \end_inset
22266 </cell>
22267 </row>
22268 <row>
22269 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22270 \begin_inset Text
22271
22272 \begin_layout Plain Layout
22273
22274 \backslash
22275 circledR
22276 \end_layout
22277
22278 \end_inset
22279 </cell>
22280 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22281 \begin_inset Text
22282
22283 \begin_layout Plain Layout
22284 \begin_inset Formula $\circledR$
22285 \end_inset
22286
22287
22288 \end_layout
22289
22290 \end_inset
22291 </cell>
22292 </row>
22293 <row>
22294 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22295 \begin_inset Text
22296
22297 \begin_layout Plain Layout
22298
22299 \backslash
22300 maltese
22301 \end_layout
22302
22303 \end_inset
22304 </cell>
22305 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22306 \begin_inset Text
22307
22308 \begin_layout Plain Layout
22309 \begin_inset Formula $\maltese$
22310 \end_inset
22311
22312
22313 \end_layout
22314
22315 \end_inset
22316 </cell>
22317 </row>
22318 <row>
22319 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22320 \begin_inset Text
22321
22322 \begin_layout Plain Layout
22323
22324 \backslash
22325 diagup
22326 \end_layout
22327
22328 \end_inset
22329 </cell>
22330 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22331 \begin_inset Text
22332
22333 \begin_layout Plain Layout
22334 \begin_inset Formula $\diagup$
22335 \end_inset
22336
22337
22338 \end_layout
22339
22340 \end_inset
22341 </cell>
22342 </row>
22343 <row>
22344 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22345 \begin_inset Text
22346
22347 \begin_layout Plain Layout
22348
22349 \backslash
22350 diagdown
22351 \end_layout
22352
22353 \end_inset
22354 </cell>
22355 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22356 \begin_inset Text
22357
22358 \begin_layout Plain Layout
22359 \begin_inset Formula $\diagdown$
22360 \end_inset
22361
22362
22363 \end_layout
22364
22365 \end_inset
22366 </cell>
22367 </row>
22368 </lyxtabular>
22369
22370 \end_inset
22371
22372
22373 \end_layout
22374
22375 \begin_layout Standard
22376 \begin_inset VSpace medskip
22377 \end_inset
22378
22379 ここにある以上の記号が、第
22380 \begin_inset CommandInset ref
22381 LatexCommand ref
22382 reference "subsec:他の特殊文字"
22383
22384 \end_inset
22385
22386 節に挙げてあります。
22387 \end_layout
22388
22389 \begin_layout Standard
22390 寸法を変えて表示することのできる記号もあります。第
22391 \begin_inset CommandInset ref
22392 LatexCommand ref
22393 reference "subsec:書体寸法"
22394
22395 \end_inset
22396
22397 節をご参照下さい。
22398 \end_layout
22399
22400 \begin_layout Subsection
22401 ユーロ通貨記号
22402 \begin_inset Index idx
22403 status collapsed
22404
22405 \begin_layout Plain Layout
22406 きごう@記号 ! ゆーろつうかきごう@ユーロ通貨記号
22407 \end_layout
22408
22409 \end_inset
22410
22411
22412 \begin_inset Index idx
22413 status collapsed
22414
22415 \begin_layout Plain Layout
22416 E@
22417 \begin_inset ERT
22418 status collapsed
22419
22420 \begin_layout Plain Layout
22421
22422
22423 \backslash
22424 officialeuro
22425 \end_layout
22426
22427 \end_inset
22428
22429
22430 \end_layout
22431
22432 \end_inset
22433
22434
22435 \end_layout
22436
22437 \begin_layout Standard
22438 ユーロ通貨記号を数式で使用するには、\SpecialChar LaTeX
22439 パッケージ
22440 \series bold
22441 eurosym
22442 \series default
22443
22444 \begin_inset Index idx
22445 status collapsed
22446
22447 \begin_layout Plain Layout
22448 ぱっけーじ@パッケージ ! eurosym
22449 \end_layout
22450
22451 \end_inset
22452
22453 が導入されていて、以下のような\SpecialChar LaTeX
22454 プリアンブル行によって読み込まれていなくてはなりません。
22455 \end_layout
22456
22457 \begin_layout Standard
22458
22459 \series bold
22460
22461 \backslash
22462 usepackage[gennarrow]{eurosym}
22463 \end_layout
22464
22465 \begin_layout Standard
22466 すると、ユーロ通貨記号を
22467 \series bold
22468
22469 \backslash
22470 euro
22471 \series default
22472
22473 \begin_inset Index idx
22474 status collapsed
22475
22476 \begin_layout Plain Layout
22477 こまんど@コマンド ! E ! 
22478 \backslash
22479 euro
22480 \end_layout
22481
22482 \end_inset
22483
22484 コマンドで挿入することができるようになります。
22485 \end_layout
22486
22487 \begin_layout Standard
22488 数式テキストには、
22489 \series bold
22490 eurosym
22491 \series default
22492 が導入されていなくても、ユーロ通貨記号を直接キーボードを使って(あれば)挿入することができます。
22493 \series bold
22494 eurosym
22495 \series default
22496 が導入されていれば、
22497 \series bold
22498
22499 \backslash
22500 euro
22501 \series default
22502 は\SpecialChar TeX
22503 モードでも挿入することができます。また、正式な通貨記号を
22504 \series bold
22505
22506 \backslash
22507 officialeuro
22508 \series default
22509
22510 \begin_inset Index idx
22511 status collapsed
22512
22513 \begin_layout Plain Layout
22514 こまんど@コマンド ! O ! 
22515 \backslash
22516 officialeuro
22517 \end_layout
22518
22519 \end_inset
22520
22521 コマンド(これは\SpecialChar TeX
22522 モードでのみ使用することができます)で挿入することができます。
22523 \end_layout
22524
22525 \begin_layout Standard
22526 \begin_inset ERT
22527 status collapsed
22528
22529 \begin_layout Plain Layout
22530
22531
22532 \backslash
22533 ifeurosym 
22534 \end_layout
22535
22536 \end_inset
22537
22538
22539 \begin_inset Note Note
22540 status open
22541
22542 \begin_layout Plain Layout
22543 以下の表は、\SpecialChar LaTeX
22544 パッケージ
22545 \series bold
22546 eurosym
22547 \series default
22548 が導入済みのときのみ表示されます。
22549 \end_layout
22550
22551 \end_inset
22552
22553
22554 \end_layout
22555
22556 \begin_layout Standard
22557 以下は、各ユーロ通貨記号のまとめです。
22558 \begin_inset Separator parbreak
22559 \end_inset
22560
22561
22562 \end_layout
22563
22564 \begin_layout Standard
22565 \align center
22566 \begin_inset Tabular
22567 <lyxtabular version="3" rows="4" columns="3">
22568 <features booktabs="true" tabularvalignment="middle">
22569 <column alignment="center" valignment="top" width="0pt">
22570 <column alignment="center" valignment="top" width="0pt">
22571 <column alignment="center" valignment="top" width="0pt">
22572 <row>
22573 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
22574 \begin_inset Text
22575
22576 \begin_layout Plain Layout
22577 \begin_inset ERT
22578 status collapsed
22579
22580 \begin_layout Plain Layout
22581
22582
22583 \backslash
22584 cmidrule[0.08em]{2-3}
22585 \end_layout
22586
22587 \end_inset
22588
22589
22590 \end_layout
22591
22592 \end_inset
22593 </cell>
22594 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22595 \begin_inset Text
22596
22597 \begin_layout Plain Layout
22598 コマンド
22599 \end_layout
22600
22601 \end_inset
22602 </cell>
22603 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22604 \begin_inset Text
22605
22606 \begin_layout Plain Layout
22607 出力
22608 \end_layout
22609
22610 \end_inset
22611 </cell>
22612 </row>
22613 <row>
22614 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22615 \begin_inset Text
22616
22617 \begin_layout Plain Layout
22618 数式
22619 \end_layout
22620
22621 \end_inset
22622 </cell>
22623 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22624 \begin_inset Text
22625
22626 \begin_layout Plain Layout
22627
22628 \backslash
22629 euro
22630 \end_layout
22631
22632 \end_inset
22633 </cell>
22634 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22635 \begin_inset Text
22636
22637 \begin_layout Plain Layout
22638 \begin_inset Formula $\euro$
22639 \end_inset
22640
22641
22642 \end_layout
22643
22644 \end_inset
22645 </cell>
22646 </row>
22647 <row>
22648 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22649 \begin_inset Text
22650
22651 \begin_layout Plain Layout
22652 数式テキスト
22653 \end_layout
22654
22655 \end_inset
22656 </cell>
22657 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22658 \begin_inset Text
22659
22660 \begin_layout Plain Layout
22661 (ユーロ記号)
22662 \end_layout
22663
22664 \end_inset
22665 </cell>
22666 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22667 \begin_inset Text
22668
22669 \begin_layout Plain Layout
22670 (ユーロ記号)
22671 \end_layout
22672
22673 \end_inset
22674 </cell>
22675 </row>
22676 <row>
22677 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22678 \begin_inset Text
22679
22680 \begin_layout Plain Layout
22681 \SpecialChar TeX
22682 モード
22683 \end_layout
22684
22685 \end_inset
22686 </cell>
22687 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22688 \begin_inset Text
22689
22690 \begin_layout Plain Layout
22691
22692 \backslash
22693 officialeuro
22694 \end_layout
22695
22696 \end_inset
22697 </cell>
22698 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22699 \begin_inset Text
22700
22701 \begin_layout Plain Layout
22702 \begin_inset ERT
22703 status collapsed
22704
22705 \begin_layout Plain Layout
22706
22707
22708 \backslash
22709 officialeuro
22710 \end_layout
22711
22712 \end_inset
22713
22714
22715 \end_layout
22716
22717 \end_inset
22718 </cell>
22719 </row>
22720 </lyxtabular>
22721
22722 \end_inset
22723
22724
22725 \lang english
22726
22727 \begin_inset Note Note
22728 status collapsed
22729
22730 \begin_layout Plain Layout
22731
22732 \series bold
22733 \lang english
22734
22735 \backslash
22736 cmidrule
22737 \series default
22738  is used here only for table borders.
22739  See sec.
22740  
22741 \family sans
22742 Formal Tables
22743 \family default
22744  of the 
22745 \emph on
22746 EmbeddedObjects
22747 \emph default
22748  manual for details.
22749 \end_layout
22750
22751 \end_inset
22752
22753
22754 \end_layout
22755
22756 \begin_layout Standard
22757 \begin_inset ERT
22758 status collapsed
22759
22760 \begin_layout Plain Layout
22761
22762
22763 \backslash
22764 else 
22765 \end_layout
22766
22767 \end_inset
22768
22769
22770 \begin_inset Note Note
22771 status open
22772
22773 \begin_layout Plain Layout
22774 以下は、\SpecialChar LaTeX
22775 パッケージ
22776 \series bold
22777 eurosym
22778 \series default
22779 が導入されていないときのみ表示されます。
22780 \end_layout
22781
22782 \end_inset
22783
22784
22785 \end_layout
22786
22787 \begin_layout Standard
22788 本節の残りを出力としてみるためには、\SpecialChar LaTeX
22789 パッケージ
22790 \series bold
22791 eurosym
22792 \series default
22793 を導入する必要があります。
22794 \end_layout
22795
22796 \begin_layout Standard
22797 \begin_inset ERT
22798 status collapsed
22799
22800 \begin_layout Plain Layout
22801
22802
22803 \backslash
22804 fi 
22805 \end_layout
22806
22807 \end_inset
22808
22809
22810 \end_layout
22811
22812 \begin_layout Section
22813 関係子
22814 \begin_inset CommandInset label
22815 LatexCommand label
22816 name "sec:関係子"
22817
22818 \end_inset
22819
22820
22821 \begin_inset Index idx
22822 status collapsed
22823
22824 \begin_layout Plain Layout
22825 かんけいし@関係子
22826 \end_layout
22827
22828 \end_inset
22829
22830
22831 \begin_inset Index idx
22832 status collapsed
22833
22834 \begin_layout Plain Layout
22835 ひかくし@比較子
22836 \begin_inset ERT
22837 status collapsed
22838
22839 \begin_layout Plain Layout
22840
22841 |see{
22842 \end_layout
22843
22844 \end_inset
22845
22846 関係子
22847 \begin_inset ERT
22848 status collapsed
22849
22850 \begin_layout Plain Layout
22851
22852 }
22853 \end_layout
22854
22855 \end_inset
22856
22857
22858 \end_layout
22859
22860 \end_inset
22861
22862
22863 \end_layout
22864
22865 \begin_layout Standard
22866 関係子はすべて、ツールバーボタンの
22867 \begin_inset Info
22868 type  "icon"
22869 arg   "math-insert \\leq"
22870 \end_inset
22871
22872 でも挿入することができます。
22873 \end_layout
22874
22875 \begin_layout Standard
22876 \begin_inset Tabular
22877 <lyxtabular version="3" rows="17" columns="2">
22878 <features booktabs="true" tabularvalignment="middle">
22879 <column alignment="center" valignment="top" width="0pt">
22880 <column alignment="center" valignment="top" width="0pt">
22881 <row>
22882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22883 \begin_inset Text
22884
22885 \begin_layout Plain Layout
22886 コマンド
22887 \end_layout
22888
22889 \end_inset
22890 </cell>
22891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22892 \begin_inset Text
22893
22894 \begin_layout Plain Layout
22895 出力
22896 \end_layout
22897
22898 \end_inset
22899 </cell>
22900 </row>
22901 <row>
22902 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22903 \begin_inset Text
22904
22905 \begin_layout Plain Layout
22906 <
22907 \end_layout
22908
22909 \end_inset
22910 </cell>
22911 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22912 \begin_inset Text
22913
22914 \begin_layout Plain Layout
22915 \begin_inset Formula $<$
22916 \end_inset
22917
22918
22919 \end_layout
22920
22921 \end_inset
22922 </cell>
22923 </row>
22924 <row>
22925 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22926 \begin_inset Text
22927
22928 \begin_layout Plain Layout
22929
22930 \backslash
22931 le
22932 \end_layout
22933
22934 \end_inset
22935 </cell>
22936 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22937 \begin_inset Text
22938
22939 \begin_layout Plain Layout
22940 \begin_inset Formula $\le$
22941 \end_inset
22942
22943
22944 \end_layout
22945
22946 \end_inset
22947 </cell>
22948 </row>
22949 <row>
22950 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22951 \begin_inset Text
22952
22953 \begin_layout Plain Layout
22954
22955 \backslash
22956 ll
22957 \end_layout
22958
22959 \end_inset
22960 </cell>
22961 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22962 \begin_inset Text
22963
22964 \begin_layout Plain Layout
22965 \begin_inset Formula $\ll$
22966 \end_inset
22967
22968
22969 \end_layout
22970
22971 \end_inset
22972 </cell>
22973 </row>
22974 <row>
22975 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22976 \begin_inset Text
22977
22978 \begin_layout Plain Layout
22979
22980 \backslash
22981 prec
22982 \end_layout
22983
22984 \end_inset
22985 </cell>
22986 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22987 \begin_inset Text
22988
22989 \begin_layout Plain Layout
22990 \begin_inset Formula $\prec$
22991 \end_inset
22992
22993
22994 \end_layout
22995
22996 \end_inset
22997 </cell>
22998 </row>
22999 <row>
23000 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23001 \begin_inset Text
23002
23003 \begin_layout Plain Layout
23004
23005 \backslash
23006 preceq
23007 \end_layout
23008
23009 \end_inset
23010 </cell>
23011 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23012 \begin_inset Text
23013
23014 \begin_layout Plain Layout
23015 \begin_inset Formula $\preceq$
23016 \end_inset
23017
23018
23019 \end_layout
23020
23021 \end_inset
23022 </cell>
23023 </row>
23024 <row>
23025 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23026 \begin_inset Text
23027
23028 \begin_layout Plain Layout
23029
23030 \backslash
23031 subset
23032 \end_layout
23033
23034 \end_inset
23035 </cell>
23036 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23037 \begin_inset Text
23038
23039 \begin_layout Plain Layout
23040 \begin_inset Formula $\subset$
23041 \end_inset
23042
23043
23044 \end_layout
23045
23046 \end_inset
23047 </cell>
23048 </row>
23049 <row>
23050 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23051 \begin_inset Text
23052
23053 \begin_layout Plain Layout
23054
23055 \backslash
23056 subseteq
23057 \end_layout
23058
23059 \end_inset
23060 </cell>
23061 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23062 \begin_inset Text
23063
23064 \begin_layout Plain Layout
23065 \begin_inset Formula $\subseteq$
23066 \end_inset
23067
23068
23069 \end_layout
23070
23071 \end_inset
23072 </cell>
23073 </row>
23074 <row>
23075 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23076 \begin_inset Text
23077
23078 \begin_layout Plain Layout
23079
23080 \backslash
23081 sqsubseteq
23082 \end_layout
23083
23084 \end_inset
23085 </cell>
23086 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23087 \begin_inset Text
23088
23089 \begin_layout Plain Layout
23090 \begin_inset Formula $\sqsubseteq$
23091 \end_inset
23092
23093
23094 \end_layout
23095
23096 \end_inset
23097 </cell>
23098 </row>
23099 <row>
23100 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23101 \begin_inset Text
23102
23103 \begin_layout Plain Layout
23104
23105 \backslash
23106 in
23107 \end_layout
23108
23109 \end_inset
23110 </cell>
23111 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23112 \begin_inset Text
23113
23114 \begin_layout Plain Layout
23115 \begin_inset Formula $\in$
23116 \end_inset
23117
23118
23119 \end_layout
23120
23121 \end_inset
23122 </cell>
23123 </row>
23124 <row>
23125 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23126 \begin_inset Text
23127
23128 \begin_layout Plain Layout
23129
23130 \backslash
23131 vdash
23132 \end_layout
23133
23134 \end_inset
23135 </cell>
23136 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23137 \begin_inset Text
23138
23139 \begin_layout Plain Layout
23140 \begin_inset Formula $\vdash$
23141 \end_inset
23142
23143
23144 \end_layout
23145
23146 \end_inset
23147 </cell>
23148 </row>
23149 <row>
23150 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23151 \begin_inset Text
23152
23153 \begin_layout Plain Layout
23154
23155 \backslash
23156 smile
23157 \end_layout
23158
23159 \end_inset
23160 </cell>
23161 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23162 \begin_inset Text
23163
23164 \begin_layout Plain Layout
23165 \begin_inset Formula $\smile$
23166 \end_inset
23167
23168
23169 \end_layout
23170
23171 \end_inset
23172 </cell>
23173 </row>
23174 <row>
23175 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23176 \begin_inset Text
23177
23178 \begin_layout Plain Layout
23179
23180 \backslash
23181 lhd
23182 \end_layout
23183
23184 \end_inset
23185 </cell>
23186 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23187 \begin_inset Text
23188
23189 \begin_layout Plain Layout
23190 \begin_inset Formula $\lhd$
23191 \end_inset
23192
23193
23194 \end_layout
23195
23196 \end_inset
23197 </cell>
23198 </row>
23199 <row>
23200 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23201 \begin_inset Text
23202
23203 \begin_layout Plain Layout
23204
23205 \backslash
23206 unlhd
23207 \end_layout
23208
23209 \end_inset
23210 </cell>
23211 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23212 \begin_inset Text
23213
23214 \begin_layout Plain Layout
23215 \begin_inset Formula $\unlhd$
23216 \end_inset
23217
23218
23219 \end_layout
23220
23221 \end_inset
23222 </cell>
23223 </row>
23224 <row>
23225 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23226 \begin_inset Text
23227
23228 \begin_layout Plain Layout
23229
23230 \backslash
23231 gtrless
23232 \end_layout
23233
23234 \end_inset
23235 </cell>
23236 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23237 \begin_inset Text
23238
23239 \begin_layout Plain Layout
23240 \begin_inset Formula $\gtrless$
23241 \end_inset
23242
23243
23244 \end_layout
23245
23246 \end_inset
23247 </cell>
23248 </row>
23249 <row>
23250 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23251 \begin_inset Text
23252
23253 \begin_layout Plain Layout
23254
23255 \backslash
23256 mid
23257 \end_layout
23258
23259 \end_inset
23260 </cell>
23261 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23262 \begin_inset Text
23263
23264 \begin_layout Plain Layout
23265 \begin_inset Formula $\mid$
23266 \end_inset
23267
23268
23269 \end_layout
23270
23271 \end_inset
23272 </cell>
23273 </row>
23274 <row>
23275 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23276 \begin_inset Text
23277
23278 \begin_layout Plain Layout
23279
23280 \backslash
23281 nmid
23282 \end_layout
23283
23284 \end_inset
23285 </cell>
23286 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23287 \begin_inset Text
23288
23289 \begin_layout Plain Layout
23290 \begin_inset Formula $\nmid$
23291 \end_inset
23292
23293
23294 \end_layout
23295
23296 \end_inset
23297 </cell>
23298 </row>
23299 </lyxtabular>
23300
23301 \end_inset
23302
23303
23304 \begin_inset space \hfill{}
23305 \end_inset
23306
23307
23308 \begin_inset Tabular
23309 <lyxtabular version="3" rows="17" columns="2">
23310 <features booktabs="true" tabularvalignment="middle">
23311 <column alignment="center" valignment="top" width="0pt">
23312 <column alignment="center" valignment="top" width="0pt">
23313 <row>
23314 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23315 \begin_inset Text
23316
23317 \begin_layout Plain Layout
23318 コマンド
23319 \end_layout
23320
23321 \end_inset
23322 </cell>
23323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23324 \begin_inset Text
23325
23326 \begin_layout Plain Layout
23327 出力
23328 \end_layout
23329
23330 \end_inset
23331 </cell>
23332 </row>
23333 <row>
23334 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23335 \begin_inset Text
23336
23337 \begin_layout Plain Layout
23338 =
23339 \end_layout
23340
23341 \end_inset
23342 </cell>
23343 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23344 \begin_inset Text
23345
23346 \begin_layout Plain Layout
23347 \begin_inset Formula $=$
23348 \end_inset
23349
23350
23351 \end_layout
23352
23353 \end_inset
23354 </cell>
23355 </row>
23356 <row>
23357 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23358 \begin_inset Text
23359
23360 \begin_layout Plain Layout
23361
23362 \backslash
23363 not=
23364 \end_layout
23365
23366 \end_inset
23367 </cell>
23368 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23369 \begin_inset Text
23370
23371 \begin_layout Plain Layout
23372 \begin_inset Formula $\not=$
23373 \end_inset
23374
23375
23376 \end_layout
23377
23378 \end_inset
23379 </cell>
23380 </row>
23381 <row>
23382 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23383 \begin_inset Text
23384
23385 \begin_layout Plain Layout
23386
23387 \backslash
23388 equiv
23389 \end_layout
23390
23391 \end_inset
23392 </cell>
23393 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23394 \begin_inset Text
23395
23396 \begin_layout Plain Layout
23397 \begin_inset Formula $\equiv$
23398 \end_inset
23399
23400
23401 \end_layout
23402
23403 \end_inset
23404 </cell>
23405 </row>
23406 <row>
23407 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23408 \begin_inset Text
23409
23410 \begin_layout Plain Layout
23411
23412 \backslash
23413 sim
23414 \end_layout
23415
23416 \end_inset
23417 </cell>
23418 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23419 \begin_inset Text
23420
23421 \begin_layout Plain Layout
23422 \begin_inset Formula $\sim$
23423 \end_inset
23424
23425
23426 \end_layout
23427
23428 \end_inset
23429 </cell>
23430 </row>
23431 <row>
23432 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23433 \begin_inset Text
23434
23435 \begin_layout Plain Layout
23436
23437 \backslash
23438 simeq
23439 \end_layout
23440
23441 \end_inset
23442 </cell>
23443 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23444 \begin_inset Text
23445
23446 \begin_layout Plain Layout
23447 \begin_inset Formula $\simeq$
23448 \end_inset
23449
23450
23451 \end_layout
23452
23453 \end_inset
23454 </cell>
23455 </row>
23456 <row>
23457 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23458 \begin_inset Text
23459
23460 \begin_layout Plain Layout
23461
23462 \backslash
23463 approx
23464 \end_layout
23465
23466 \end_inset
23467 </cell>
23468 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23469 \begin_inset Text
23470
23471 \begin_layout Plain Layout
23472 \begin_inset Formula $\approx$
23473 \end_inset
23474
23475
23476 \end_layout
23477
23478 \end_inset
23479 </cell>
23480 </row>
23481 <row>
23482 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23483 \begin_inset Text
23484
23485 \begin_layout Plain Layout
23486
23487 \backslash
23488 cong
23489 \end_layout
23490
23491 \end_inset
23492 </cell>
23493 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23494 \begin_inset Text
23495
23496 \begin_layout Plain Layout
23497 \begin_inset Formula $\cong$
23498 \end_inset
23499
23500
23501 \end_layout
23502
23503 \end_inset
23504 </cell>
23505 </row>
23506 <row>
23507 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23508 \begin_inset Text
23509
23510 \begin_layout Plain Layout
23511
23512 \backslash
23513 bowtie
23514 \end_layout
23515
23516 \end_inset
23517 </cell>
23518 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23519 \begin_inset Text
23520
23521 \begin_layout Plain Layout
23522 \begin_inset Formula $\bowtie$
23523 \end_inset
23524
23525
23526 \end_layout
23527
23528 \end_inset
23529 </cell>
23530 </row>
23531 <row>
23532 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23533 \begin_inset Text
23534
23535 \begin_layout Plain Layout
23536
23537 \backslash
23538 notin
23539 \end_layout
23540
23541 \end_inset
23542 </cell>
23543 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23544 \begin_inset Text
23545
23546 \begin_layout Plain Layout
23547 \begin_inset Formula $\notin$
23548 \end_inset
23549
23550
23551 \end_layout
23552
23553 \end_inset
23554 </cell>
23555 </row>
23556 <row>
23557 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23558 \begin_inset Text
23559
23560 \begin_layout Plain Layout
23561
23562 \backslash
23563 perp
23564 \end_layout
23565
23566 \end_inset
23567 </cell>
23568 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23569 \begin_inset Text
23570
23571 \begin_layout Plain Layout
23572 \begin_inset Formula $\perp$
23573 \end_inset
23574
23575
23576 \end_layout
23577
23578 \end_inset
23579 </cell>
23580 </row>
23581 <row>
23582 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23583 \begin_inset Text
23584
23585 \begin_layout Plain Layout
23586
23587 \backslash
23588 propto
23589 \end_layout
23590
23591 \end_inset
23592 </cell>
23593 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23594 \begin_inset Text
23595
23596 \begin_layout Plain Layout
23597 \begin_inset Formula $\propto$
23598 \end_inset
23599
23600
23601 \end_layout
23602
23603 \end_inset
23604 </cell>
23605 </row>
23606 <row>
23607 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23608 \begin_inset Text
23609
23610 \begin_layout Plain Layout
23611
23612 \backslash
23613 asymp
23614 \end_layout
23615
23616 \end_inset
23617 </cell>
23618 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23619 \begin_inset Text
23620
23621 \begin_layout Plain Layout
23622 \begin_inset Formula $\asymp$
23623 \end_inset
23624
23625
23626 \end_layout
23627
23628 \end_inset
23629 </cell>
23630 </row>
23631 <row>
23632 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23633 \begin_inset Text
23634
23635 \begin_layout Plain Layout
23636
23637 \backslash
23638 doteq
23639 \end_layout
23640
23641 \end_inset
23642 </cell>
23643 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23644 \begin_inset Text
23645
23646 \begin_layout Plain Layout
23647 \begin_inset Formula $\doteq$
23648 \end_inset
23649
23650
23651 \end_layout
23652
23653 \end_inset
23654 </cell>
23655 </row>
23656 <row>
23657 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23658 \begin_inset Text
23659
23660 \begin_layout Plain Layout
23661
23662 \backslash
23663 circeq
23664 \end_layout
23665
23666 \end_inset
23667 </cell>
23668 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23669 \begin_inset Text
23670
23671 \begin_layout Plain Layout
23672 \begin_inset Formula $\circeq$
23673 \end_inset
23674
23675
23676 \end_layout
23677
23678 \end_inset
23679 </cell>
23680 </row>
23681 <row>
23682 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23683 \begin_inset Text
23684
23685 \begin_layout Plain Layout
23686
23687 \backslash
23688 models
23689 \end_layout
23690
23691 \end_inset
23692 </cell>
23693 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23694 \begin_inset Text
23695
23696 \begin_layout Plain Layout
23697 \begin_inset Formula $\models$
23698 \end_inset
23699
23700
23701 \end_layout
23702
23703 \end_inset
23704 </cell>
23705 </row>
23706 <row>
23707 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23708 \begin_inset Text
23709
23710 \begin_layout Plain Layout
23711
23712 \backslash
23713 widehat=
23714 \end_layout
23715
23716 \end_inset
23717 </cell>
23718 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23719 \begin_inset Text
23720
23721 \begin_layout Plain Layout
23722 \begin_inset Formula $\widehat{=}$
23723 \end_inset
23724
23725
23726 \end_layout
23727
23728 \end_inset
23729 </cell>
23730 </row>
23731 </lyxtabular>
23732
23733 \end_inset
23734
23735
23736 \begin_inset space \hfill{}
23737 \end_inset
23738
23739
23740 \begin_inset Tabular
23741 <lyxtabular version="3" rows="17" columns="2">
23742 <features booktabs="true" tabularvalignment="middle">
23743 <column alignment="center" valignment="top" width="0pt">
23744 <column alignment="center" valignment="top" width="0pt">
23745 <row>
23746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23747 \begin_inset Text
23748
23749 \begin_layout Plain Layout
23750 コマンド
23751 \end_layout
23752
23753 \end_inset
23754 </cell>
23755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23756 \begin_inset Text
23757
23758 \begin_layout Plain Layout
23759 出力
23760 \end_layout
23761
23762 \end_inset
23763 </cell>
23764 </row>
23765 <row>
23766 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23767 \begin_inset Text
23768
23769 \begin_layout Plain Layout
23770 >
23771 \end_layout
23772
23773 \end_inset
23774 </cell>
23775 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23776 \begin_inset Text
23777
23778 \begin_layout Plain Layout
23779 \begin_inset Formula $>$
23780 \end_inset
23781
23782
23783 \end_layout
23784
23785 \end_inset
23786 </cell>
23787 </row>
23788 <row>
23789 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23790 \begin_inset Text
23791
23792 \begin_layout Plain Layout
23793
23794 \backslash
23795 ge
23796 \end_layout
23797
23798 \end_inset
23799 </cell>
23800 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23801 \begin_inset Text
23802
23803 \begin_layout Plain Layout
23804 \begin_inset Formula $\ge$
23805 \end_inset
23806
23807
23808 \end_layout
23809
23810 \end_inset
23811 </cell>
23812 </row>
23813 <row>
23814 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23815 \begin_inset Text
23816
23817 \begin_layout Plain Layout
23818
23819 \backslash
23820 gg
23821 \end_layout
23822
23823 \end_inset
23824 </cell>
23825 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23826 \begin_inset Text
23827
23828 \begin_layout Plain Layout
23829 \begin_inset Formula $\gg$
23830 \end_inset
23831
23832
23833 \end_layout
23834
23835 \end_inset
23836 </cell>
23837 </row>
23838 <row>
23839 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23840 \begin_inset Text
23841
23842 \begin_layout Plain Layout
23843
23844 \backslash
23845 succ
23846 \end_layout
23847
23848 \end_inset
23849 </cell>
23850 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23851 \begin_inset Text
23852
23853 \begin_layout Plain Layout
23854 \begin_inset Formula $\succ$
23855 \end_inset
23856
23857
23858 \end_layout
23859
23860 \end_inset
23861 </cell>
23862 </row>
23863 <row>
23864 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23865 \begin_inset Text
23866
23867 \begin_layout Plain Layout
23868
23869 \backslash
23870 succeq
23871 \end_layout
23872
23873 \end_inset
23874 </cell>
23875 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23876 \begin_inset Text
23877
23878 \begin_layout Plain Layout
23879 \begin_inset Formula $\succeq$
23880 \end_inset
23881
23882
23883 \end_layout
23884
23885 \end_inset
23886 </cell>
23887 </row>
23888 <row>
23889 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23890 \begin_inset Text
23891
23892 \begin_layout Plain Layout
23893
23894 \backslash
23895 supset
23896 \end_layout
23897
23898 \end_inset
23899 </cell>
23900 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23901 \begin_inset Text
23902
23903 \begin_layout Plain Layout
23904 \begin_inset Formula $\supset$
23905 \end_inset
23906
23907
23908 \end_layout
23909
23910 \end_inset
23911 </cell>
23912 </row>
23913 <row>
23914 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23915 \begin_inset Text
23916
23917 \begin_layout Plain Layout
23918
23919 \backslash
23920 supseteq
23921 \end_layout
23922
23923 \end_inset
23924 </cell>
23925 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23926 \begin_inset Text
23927
23928 \begin_layout Plain Layout
23929 \begin_inset Formula $\supseteq$
23930 \end_inset
23931
23932
23933 \end_layout
23934
23935 \end_inset
23936 </cell>
23937 </row>
23938 <row>
23939 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23940 \begin_inset Text
23941
23942 \begin_layout Plain Layout
23943
23944 \backslash
23945 sqsupseteq
23946 \end_layout
23947
23948 \end_inset
23949 </cell>
23950 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23951 \begin_inset Text
23952
23953 \begin_layout Plain Layout
23954 \begin_inset Formula $\sqsupseteq$
23955 \end_inset
23956
23957
23958 \end_layout
23959
23960 \end_inset
23961 </cell>
23962 </row>
23963 <row>
23964 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23965 \begin_inset Text
23966
23967 \begin_layout Plain Layout
23968
23969 \backslash
23970 ni
23971 \end_layout
23972
23973 \end_inset
23974 </cell>
23975 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23976 \begin_inset Text
23977
23978 \begin_layout Plain Layout
23979 \begin_inset Formula $\ni$
23980 \end_inset
23981
23982
23983 \end_layout
23984
23985 \end_inset
23986 </cell>
23987 </row>
23988 <row>
23989 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23990 \begin_inset Text
23991
23992 \begin_layout Plain Layout
23993
23994 \backslash
23995 dashv
23996 \end_layout
23997
23998 \end_inset
23999 </cell>
24000 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24001 \begin_inset Text
24002
24003 \begin_layout Plain Layout
24004 \begin_inset Formula $\dashv$
24005 \end_inset
24006
24007
24008 \end_layout
24009
24010 \end_inset
24011 </cell>
24012 </row>
24013 <row>
24014 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24015 \begin_inset Text
24016
24017 \begin_layout Plain Layout
24018
24019 \backslash
24020 frown
24021 \end_layout
24022
24023 \end_inset
24024 </cell>
24025 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24026 \begin_inset Text
24027
24028 \begin_layout Plain Layout
24029 \begin_inset Formula $\frown$
24030 \end_inset
24031
24032
24033 \end_layout
24034
24035 \end_inset
24036 </cell>
24037 </row>
24038 <row>
24039 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24040 \begin_inset Text
24041
24042 \begin_layout Plain Layout
24043
24044 \backslash
24045 rhd
24046 \end_layout
24047
24048 \end_inset
24049 </cell>
24050 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24051 \begin_inset Text
24052
24053 \begin_layout Plain Layout
24054 \begin_inset Formula $\rhd$
24055 \end_inset
24056
24057
24058 \end_layout
24059
24060 \end_inset
24061 </cell>
24062 </row>
24063 <row>
24064 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24065 \begin_inset Text
24066
24067 \begin_layout Plain Layout
24068
24069 \backslash
24070 unrhd
24071 \end_layout
24072
24073 \end_inset
24074 </cell>
24075 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24076 \begin_inset Text
24077
24078 \begin_layout Plain Layout
24079 \begin_inset Formula $\unrhd$
24080 \end_inset
24081
24082
24083 \end_layout
24084
24085 \end_inset
24086 </cell>
24087 </row>
24088 <row>
24089 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24090 \begin_inset Text
24091
24092 \begin_layout Plain Layout
24093
24094 \backslash
24095 lessgtr
24096 \end_layout
24097
24098 \end_inset
24099 </cell>
24100 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24101 \begin_inset Text
24102
24103 \begin_layout Plain Layout
24104 \begin_inset Formula $\lessgtr$
24105 \end_inset
24106
24107
24108 \end_layout
24109
24110 \end_inset
24111 </cell>
24112 </row>
24113 <row>
24114 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24115 \begin_inset Text
24116
24117 \begin_layout Plain Layout
24118
24119 \backslash
24120 parallel
24121 \end_layout
24122
24123 \end_inset
24124 </cell>
24125 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24126 \begin_inset Text
24127
24128 \begin_layout Plain Layout
24129 \begin_inset Formula $\parallel$
24130 \end_inset
24131
24132
24133 \end_layout
24134
24135 \end_inset
24136 </cell>
24137 </row>
24138 <row>
24139 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24140 \begin_inset Text
24141
24142 \begin_layout Plain Layout
24143
24144 \backslash
24145 nparallel
24146 \end_layout
24147
24148 \end_inset
24149 </cell>
24150 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24151 \begin_inset Text
24152
24153 \begin_layout Plain Layout
24154 \begin_inset Formula $\nparallel$
24155 \end_inset
24156
24157
24158 \end_layout
24159
24160 \end_inset
24161 </cell>
24162 </row>
24163 </lyxtabular>
24164
24165 \end_inset
24166
24167
24168 \end_layout
24169
24170 \begin_layout Standard
24171 \begin_inset VSpace medskip
24172 \end_inset
24173
24174
24175 \series bold
24176
24177 \backslash
24178 lhd
24179 \series default
24180
24181 \series bold
24182
24183 \backslash
24184 rhd
24185 \series default
24186 の文字は、同じように見える演算子
24187 \series bold
24188
24189 \backslash
24190 triangleleft
24191 \series default
24192 および
24193 \series bold
24194
24195 \backslash
24196 triangleright
24197 \series default
24198 よりも大きくなっています。
24199 \end_layout
24200
24201 \begin_layout Standard
24202 \SpecialChar LyX
24203 は、特殊な関係子を多くサポートしています。これらの関係子一覧を見るには、ツールバーボタン
24204 \begin_inset Info
24205 type  "icon"
24206 arg   "math-insert \\leqq"
24207 \end_inset
24208
24209 をご覧ください。
24210 \end_layout
24211
24212 \begin_layout Standard
24213 関係子は、記号とは違って、つねに前後に余白が置かれます。
24214 \end_layout
24215
24216 \begin_layout Standard
24217
24218 \series bold
24219
24220 \backslash
24221 stackrel
24222 \series default
24223
24224 \begin_inset Index idx
24225 status collapsed
24226
24227 \begin_layout Plain Layout
24228 こまんど@コマンド ! S ! 
24229 \backslash
24230 stackrel
24231 \end_layout
24232
24233 \end_inset
24234
24235 コマンドを使うと、以下のように、ラベル付きの関係子を作ることができます。
24236 \begin_inset Separator parbreak
24237 \end_inset
24238
24239
24240 \end_layout
24241
24242 \begin_layout Standard
24243 \align center
24244 \begin_inset Tabular
24245 <lyxtabular version="3" rows="2" columns="2">
24246 <features booktabs="true" tabularvalignment="middle">
24247 <column alignment="center" valignment="top" width="0pt">
24248 <column alignment="center" valignment="top">
24249 <row>
24250 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24251 \begin_inset Text
24252
24253 \begin_layout Plain Layout
24254 コマンド
24255 \end_layout
24256
24257 \end_inset
24258 </cell>
24259 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24260 \begin_inset Text
24261
24262 \begin_layout Plain Layout
24263 出力
24264 \end_layout
24265
24266 \end_inset
24267 </cell>
24268 </row>
24269 <row topspace="1.5mm">
24270 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
24271 \begin_inset Text
24272
24273 \begin_layout Plain Layout
24274 A(r)
24275 \backslash
24276 stackrel
24277 \begin_inset space \textvisiblespace{}
24278 \end_inset
24279
24280 r
24281 \backslash
24282 to
24283 \backslash
24284 infty
24285 \begin_inset space \textvisiblespace{}
24286 \end_inset
24287
24288
24289 \begin_inset Formula $\downarrow$
24290 \end_inset
24291
24292
24293 \backslash
24294 approx
24295 \begin_inset space \textvisiblespace{}
24296 \end_inset
24297
24298
24299 \begin_inset space \textvisiblespace{}
24300 \end_inset
24301
24302 B
24303 \end_layout
24304
24305 \end_inset
24306 </cell>
24307 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24308 \begin_inset Text
24309
24310 \begin_layout Plain Layout
24311 \begin_inset Formula $A(r)\stackrel{r\to\infty}{\approx}B$
24312 \end_inset
24313
24314
24315 \end_layout
24316
24317 \end_inset
24318 </cell>
24319 </row>
24320 </lyxtabular>
24321
24322 \end_inset
24323
24324
24325 \end_layout
24326
24327 \begin_layout Section
24328 関数
24329 \end_layout
24330
24331 \begin_layout Subsection
24332 定義済み関数
24333 \begin_inset CommandInset label
24334 LatexCommand label
24335 name "subsec:定義済み函数"
24336
24337 \end_inset
24338
24339
24340 \begin_inset Index idx
24341 status collapsed
24342
24343 \begin_layout Plain Layout
24344 かんすう@関数 ! ていぎずみ@定義済み
24345 \end_layout
24346
24347 \end_inset
24348
24349
24350 \end_layout
24351
24352 \begin_layout Standard
24353 一般的に、数式表現では変数は
24354 \shape italic
24355 イタリック体
24356 \shape default
24357 に設定されますが、関数名はイタリック体にしません。なぜなら、
24358 \begin_inset Formula $sin$
24359 \end_inset
24360
24361
24362 \begin_inset Formula $s\cdot i\cdot n$
24363 \end_inset
24364
24365 であるかのように誤解させる恐れがあるためです。そのために、定義済み関数が存在し、これらは先行する要素よりも少し離れて配置されます。定義済み関数は、関数名の前にバ
24366 ックスラッシュを加えたコマンドとして挿入します。
24367 \begin_inset Separator parbreak
24368 \end_inset
24369
24370
24371 \end_layout
24372
24373 \begin_layout Standard
24374 \align center
24375 \begin_inset Tabular
24376 <lyxtabular version="3" rows="2" columns="2">
24377 <features booktabs="true" tabularvalignment="middle">
24378 <column alignment="center" valignment="top" width="0pt">
24379 <column alignment="center" valignment="top" width="0pt">
24380 <row>
24381 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24382 \begin_inset Text
24383
24384 \begin_layout Plain Layout
24385 コマンド
24386 \end_layout
24387
24388 \end_inset
24389 </cell>
24390 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
24391 \begin_inset Text
24392
24393 \begin_layout Plain Layout
24394 出力
24395 \end_layout
24396
24397 \end_inset
24398 </cell>
24399 </row>
24400 <row>
24401 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
24402 \begin_inset Text
24403
24404 \begin_layout Plain Layout
24405 Asin(x)+B
24406 \end_layout
24407
24408 \end_inset
24409 </cell>
24410 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
24411 \begin_inset Text
24412
24413 \begin_layout Plain Layout
24414 \begin_inset Formula $Asin(x)+B$
24415 \end_inset
24416
24417
24418 \end_layout
24419
24420 \end_inset
24421 </cell>
24422 </row>
24423 </lyxtabular>
24424
24425 \end_inset
24426
24427
24428 \begin_inset space \quad{}
24429 \end_inset
24430
24431
24432 \begin_inset Tabular
24433 <lyxtabular version="3" rows="2" columns="2">
24434 <features booktabs="true" tabularvalignment="middle">
24435 <column alignment="center" valignment="top" width="0pt">
24436 <column alignment="center" valignment="top" width="0pt">
24437 <row>
24438 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24439 \begin_inset Text
24440
24441 \begin_layout Plain Layout
24442 コマンド
24443 \end_layout
24444
24445 \end_inset
24446 </cell>
24447 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24448 \begin_inset Text
24449
24450 \begin_layout Plain Layout
24451 出力
24452 \end_layout
24453
24454 \end_inset
24455 </cell>
24456 </row>
24457 <row>
24458 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
24459 \begin_inset Text
24460
24461 \begin_layout Plain Layout
24462 A
24463 \backslash
24464 sin(x)+B
24465 \end_layout
24466
24467 \end_inset
24468 </cell>
24469 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
24470 \begin_inset Text
24471
24472 \begin_layout Plain Layout
24473 \begin_inset Formula $A\sin(x)+B$
24474 \end_inset
24475
24476
24477 \end_layout
24478
24479 \end_inset
24480 </cell>
24481 </row>
24482 </lyxtabular>
24483
24484 \end_inset
24485
24486
24487 \end_layout
24488
24489 \begin_layout Standard
24490 以下の関数が定義済みです。
24491 \end_layout
24492
24493 \begin_layout Standard
24494 \begin_inset VSpace -2mm
24495 \end_inset
24496
24497
24498 \end_layout
24499
24500 \begin_layout Standard
24501 \align center
24502 \begin_inset Tabular
24503 <lyxtabular version="3" rows="9" columns="4">
24504 <features booktabs="true" tabularvalignment="middle">
24505 <column alignment="center" valignment="top" width="0pt">
24506 <column alignment="center" valignment="top" width="0pt">
24507 <column alignment="center" valignment="top" width="0pt">
24508 <column alignment="center" valignment="top" width="0pt">
24509 <row>
24510 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24511 \begin_inset Text
24512
24513 \begin_layout Plain Layout
24514 コマンド
24515 \end_layout
24516
24517 \end_inset
24518 </cell>
24519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24520 \begin_inset Text
24521
24522 \begin_layout Plain Layout
24523 コマンド
24524 \end_layout
24525
24526 \end_inset
24527 </cell>
24528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="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" leftline="true" rightline="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" leftline="true" usebox="none">
24549 \begin_inset Text
24550
24551 \begin_layout Plain Layout
24552
24553 \backslash
24554 sin
24555 \end_layout
24556
24557 \end_inset
24558 </cell>
24559 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24560 \begin_inset Text
24561
24562 \begin_layout Plain Layout
24563
24564 \backslash
24565 sinh
24566 \end_layout
24567
24568 \end_inset
24569 </cell>
24570 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24571 \begin_inset Text
24572
24573 \begin_layout Plain Layout
24574
24575 \backslash
24576 arcsin
24577 \end_layout
24578
24579 \end_inset
24580 </cell>
24581 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24582 \begin_inset Text
24583
24584 \begin_layout Plain Layout
24585
24586 \backslash
24587 sup
24588 \end_layout
24589
24590 \end_inset
24591 </cell>
24592 </row>
24593 <row>
24594 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24595 \begin_inset Text
24596
24597 \begin_layout Plain Layout
24598
24599 \backslash
24600 cos
24601 \end_layout
24602
24603 \end_inset
24604 </cell>
24605 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24606 \begin_inset Text
24607
24608 \begin_layout Plain Layout
24609
24610 \backslash
24611 cosh
24612 \end_layout
24613
24614 \end_inset
24615 </cell>
24616 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24617 \begin_inset Text
24618
24619 \begin_layout Plain Layout
24620
24621 \backslash
24622 arccos
24623 \end_layout
24624
24625 \end_inset
24626 </cell>
24627 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24628 \begin_inset Text
24629
24630 \begin_layout Plain Layout
24631
24632 \backslash
24633 inf
24634 \end_layout
24635
24636 \end_inset
24637 </cell>
24638 </row>
24639 <row>
24640 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24641 \begin_inset Text
24642
24643 \begin_layout Plain Layout
24644
24645 \backslash
24646 tan
24647 \end_layout
24648
24649 \end_inset
24650 </cell>
24651 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24652 \begin_inset Text
24653
24654 \begin_layout Plain Layout
24655
24656 \backslash
24657 tanh
24658 \end_layout
24659
24660 \end_inset
24661 </cell>
24662 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24663 \begin_inset Text
24664
24665 \begin_layout Plain Layout
24666
24667 \backslash
24668 arctan
24669 \end_layout
24670
24671 \end_inset
24672 </cell>
24673 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24674 \begin_inset Text
24675
24676 \begin_layout Plain Layout
24677
24678 \backslash
24679 lim
24680 \end_layout
24681
24682 \end_inset
24683 </cell>
24684 </row>
24685 <row>
24686 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24687 \begin_inset Text
24688
24689 \begin_layout Plain Layout
24690
24691 \backslash
24692 cot
24693 \end_layout
24694
24695 \end_inset
24696 </cell>
24697 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24698 \begin_inset Text
24699
24700 \begin_layout Plain Layout
24701
24702 \backslash
24703 coth
24704 \end_layout
24705
24706 \end_inset
24707 </cell>
24708 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24709 \begin_inset Text
24710
24711 \begin_layout Plain Layout
24712
24713 \backslash
24714 arg
24715 \end_layout
24716
24717 \end_inset
24718 </cell>
24719 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24720 \begin_inset Text
24721
24722 \begin_layout Plain Layout
24723
24724 \backslash
24725 liminf
24726 \end_layout
24727
24728 \end_inset
24729 </cell>
24730 </row>
24731 <row>
24732 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24733 \begin_inset Text
24734
24735 \begin_layout Plain Layout
24736
24737 \backslash
24738 sec
24739 \end_layout
24740
24741 \end_inset
24742 </cell>
24743 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24744 \begin_inset Text
24745
24746 \begin_layout Plain Layout
24747
24748 \backslash
24749 min
24750 \end_layout
24751
24752 \end_inset
24753 </cell>
24754 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24755 \begin_inset Text
24756
24757 \begin_layout Plain Layout
24758
24759 \backslash
24760 deg
24761 \end_layout
24762
24763 \end_inset
24764 </cell>
24765 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24766 \begin_inset Text
24767
24768 \begin_layout Plain Layout
24769
24770 \backslash
24771 limsup
24772 \end_layout
24773
24774 \end_inset
24775 </cell>
24776 </row>
24777 <row>
24778 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24779 \begin_inset Text
24780
24781 \begin_layout Plain Layout
24782
24783 \backslash
24784 csc
24785 \end_layout
24786
24787 \end_inset
24788 </cell>
24789 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24790 \begin_inset Text
24791
24792 \begin_layout Plain Layout
24793
24794 \backslash
24795 max
24796 \end_layout
24797
24798 \end_inset
24799 </cell>
24800 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24801 \begin_inset Text
24802
24803 \begin_layout Plain Layout
24804
24805 \backslash
24806 det
24807 \end_layout
24808
24809 \end_inset
24810 </cell>
24811 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24812 \begin_inset Text
24813
24814 \begin_layout Plain Layout
24815
24816 \backslash
24817 Pr
24818 \end_layout
24819
24820 \end_inset
24821 </cell>
24822 </row>
24823 <row>
24824 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24825 \begin_inset Text
24826
24827 \begin_layout Plain Layout
24828
24829 \backslash
24830 ln
24831 \end_layout
24832
24833 \end_inset
24834 </cell>
24835 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24836 \begin_inset Text
24837
24838 \begin_layout Plain Layout
24839
24840 \backslash
24841 exp
24842 \end_layout
24843
24844 \end_inset
24845 </cell>
24846 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24847 \begin_inset Text
24848
24849 \begin_layout Plain Layout
24850
24851 \backslash
24852 dim
24853 \end_layout
24854
24855 \end_inset
24856 </cell>
24857 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24858 \begin_inset Text
24859
24860 \begin_layout Plain Layout
24861
24862 \backslash
24863 hom
24864 \end_layout
24865
24866 \end_inset
24867 </cell>
24868 </row>
24869 <row>
24870 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24871 \begin_inset Text
24872
24873 \begin_layout Plain Layout
24874
24875 \backslash
24876 lg
24877 \end_layout
24878
24879 \end_inset
24880 </cell>
24881 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24882 \begin_inset Text
24883
24884 \begin_layout Plain Layout
24885
24886 \backslash
24887 log
24888 \end_layout
24889
24890 \end_inset
24891 </cell>
24892 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24893 \begin_inset Text
24894
24895 \begin_layout Plain Layout
24896
24897 \backslash
24898 ker
24899 \end_layout
24900
24901 \end_inset
24902 </cell>
24903 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24904 \begin_inset Text
24905
24906 \begin_layout Plain Layout
24907
24908 \backslash
24909 gcd
24910 \end_layout
24911
24912 \end_inset
24913 </cell>
24914 </row>
24915 </lyxtabular>
24916
24917 \end_inset
24918
24919
24920 \end_layout
24921
24922 \begin_layout Standard
24923 上記は、数式ツールバーボタンの
24924 \begin_inset Info
24925 type  "icon"
24926 arg   "math-insert \\functions"
24927 \end_inset
24928
24929 でも挿入することができます。
24930 \end_layout
24931
24932 \begin_layout Subsection
24933 自己定義関数
24934 \begin_inset Index idx
24935 status collapsed
24936
24937 \begin_layout Plain Layout
24938 かんすう@関数 ! じこていぎ@自己定義
24939 \end_layout
24940
24941 \end_inset
24942
24943
24944 \end_layout
24945
24946 \begin_layout Standard
24947 たとえば符号関数sgn(x)のように、定義済みでない関数を使うには、二つの方法があります。
24948 \end_layout
24949
24950 \begin_layout Itemize
24951 以下の行を\SpecialChar LaTeX
24952 プリアンブルに加えることによって関数を定義します。
24953 \begin_inset Foot
24954 status collapsed
24955
24956 \begin_layout Plain Layout
24957
24958 \series bold
24959
24960 \backslash
24961 DeclareMathOperator
24962 \series default
24963 についての詳細は、第
24964 \begin_inset CommandInset ref
24965 LatexCommand ref
24966 reference "subsec:自己定義演算子"
24967
24968 \end_inset
24969
24970 節をご参照下さい。
24971 \end_layout
24972
24973 \end_inset
24974
24975
24976 \begin_inset Newline newline
24977 \end_inset
24978
24979
24980 \begin_inset VSpace -3mm
24981 \end_inset
24982
24983
24984 \begin_inset Newline newline
24985 \end_inset
24986
24987
24988 \series bold
24989
24990 \backslash
24991 DeclareMathOperator{
24992 \backslash
24993 sgn}{sgn}
24994 \series default
24995
24996 \begin_inset Index idx
24997 status collapsed
24998
24999 \begin_layout Plain Layout
25000 こまんど@コマンド ! D ! 
25001 \backslash
25002 dbinom@
25003 \backslash
25004 DeclareMathOperator
25005 \end_layout
25006
25007 \end_inset
25008
25009
25010 \begin_inset Newline newline
25011 \end_inset
25012
25013
25014 \begin_inset VSpace -2mm
25015 \end_inset
25016
25017
25018 \begin_inset Newline newline
25019 \end_inset
25020
25021 これによって、新しく定義された関数を
25022 \series bold
25023
25024 \backslash
25025 sgn
25026 \series default
25027 コマンドで呼び出すことができるようになります。
25028 \end_layout
25029
25030 \begin_layout Itemize
25031 数式を普通に書き下し、関数名を選択して(上記の例では
25032 \emph on
25033 sgn
25034 \emph default
25035 の文字)、それを数式テキストに変更します。最後に、空白を先行する要素と関数の間に入れます。
25036 \end_layout
25037
25038 \begin_layout Standard
25039 双方とも定義済み関数と同等の出力をもたらします
25040 \begin_inset Foot
25041 status collapsed
25042
25043 \begin_layout Plain Layout
25044 \SpecialChar LyX
25045 上では、自己定義関数は赤で表示され、定義済み関数は黒で表示されます。
25046 \end_layout
25047
25048 \end_inset
25049
25050
25051 \begin_inset Separator parbreak
25052 \end_inset
25053
25054
25055 \end_layout
25056
25057 \begin_layout Standard
25058 \align center
25059 \begin_inset Tabular
25060 <lyxtabular version="3" rows="3" columns="2">
25061 <features booktabs="true" tabularvalignment="middle">
25062 <column alignment="center" valignment="top" width="0pt">
25063 <column alignment="center" valignment="top" width="0pt">
25064 <row>
25065 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25066 \begin_inset Text
25067
25068 \begin_layout Plain Layout
25069 コマンド
25070 \end_layout
25071
25072 \end_inset
25073 </cell>
25074 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25075 \begin_inset Text
25076
25077 \begin_layout Plain Layout
25078 出力
25079 \end_layout
25080
25081 \end_inset
25082 </cell>
25083 </row>
25084 <row>
25085 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25086 \begin_inset Text
25087
25088 \begin_layout Plain Layout
25089 A
25090 \backslash
25091 sgn(x)+B
25092 \end_layout
25093
25094 \end_inset
25095 </cell>
25096 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25097 \begin_inset Text
25098
25099 \begin_layout Plain Layout
25100 \begin_inset Formula $A\sgn(x)+B$
25101 \end_inset
25102
25103
25104 \end_layout
25105
25106 \end_inset
25107 </cell>
25108 </row>
25109 <row>
25110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25111 \begin_inset Text
25112
25113 \begin_layout Plain Layout
25114 A
25115 \backslash
25116 ,
25117 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt+M}\,\textrm{M}}$
25118 \end_inset
25119
25120 (x)+B
25121 \end_layout
25122
25123 \end_inset
25124 </cell>
25125 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25126 \begin_inset Text
25127
25128 \begin_layout Plain Layout
25129 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
25130 \end_inset
25131
25132
25133 \end_layout
25134
25135 \end_inset
25136 </cell>
25137 </row>
25138 </lyxtabular>
25139
25140 \end_inset
25141
25142
25143 \end_layout
25144
25145 \begin_layout Standard
25146 自己定義関数を何回か使用する場合には、一番目の方法の方が適切です。
25147 \end_layout
25148
25149 \begin_layout Subsection
25150 極限
25151 \begin_inset Index idx
25152 status collapsed
25153
25154 \begin_layout Plain Layout
25155 きょくげん@極限
25156 \end_layout
25157
25158 \end_inset
25159
25160
25161 \end_layout
25162
25163 \begin_layout Standard
25164 極限用には、
25165 \series bold
25166
25167 \backslash
25168 lim
25169 \series default
25170
25171 \begin_inset Index idx
25172 status collapsed
25173
25174 \begin_layout Plain Layout
25175 こまんど@コマンド ! L ! 
25176 \backslash
25177 lim
25178 \end_layout
25179
25180 \end_inset
25181
25182
25183 \series bold
25184
25185 \backslash
25186 liminf
25187 \series default
25188
25189 \series bold
25190
25191 \backslash
25192 limsup
25193 \series default
25194 の他に、以下の関数があります。
25195 \begin_inset Separator parbreak
25196 \end_inset
25197
25198
25199 \end_layout
25200
25201 \begin_layout Standard
25202 \align center
25203 \begin_inset Tabular
25204 <lyxtabular version="3" rows="5" columns="2">
25205 <features booktabs="true" tabularvalignment="middle">
25206 <column alignment="center" valignment="top" width="0pt">
25207 <column alignment="center" valignment="top" width="0pt">
25208 <row>
25209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25210 \begin_inset Text
25211
25212 \begin_layout Plain Layout
25213 コマンド
25214 \end_layout
25215
25216 \end_inset
25217 </cell>
25218 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25219 \begin_inset Text
25220
25221 \begin_layout Plain Layout
25222 出力
25223 \end_layout
25224
25225 \end_inset
25226 </cell>
25227 </row>
25228 <row>
25229 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25230 \begin_inset Text
25231
25232 \begin_layout Plain Layout
25233
25234 \backslash
25235 varliminf
25236 \end_layout
25237
25238 \end_inset
25239 </cell>
25240 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25241 \begin_inset Text
25242
25243 \begin_layout Plain Layout
25244 \begin_inset Formula $\varliminf$
25245 \end_inset
25246
25247
25248 \end_layout
25249
25250 \end_inset
25251 </cell>
25252 </row>
25253 <row topspace="1.5mm">
25254 <cell alignment="center" valignment="top" usebox="none">
25255 \begin_inset Text
25256
25257 \begin_layout Plain Layout
25258
25259 \backslash
25260 varlimsup
25261 \end_layout
25262
25263 \end_inset
25264 </cell>
25265 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25266 \begin_inset Text
25267
25268 \begin_layout Plain Layout
25269 \begin_inset Formula $\varlimsup$
25270 \end_inset
25271
25272
25273 \end_layout
25274
25275 \end_inset
25276 </cell>
25277 </row>
25278 <row topspace="1.5mm">
25279 <cell alignment="center" valignment="top" usebox="none">
25280 \begin_inset Text
25281
25282 \begin_layout Plain Layout
25283
25284 \backslash
25285 varprojlim
25286 \end_layout
25287
25288 \end_inset
25289 </cell>
25290 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25291 \begin_inset Text
25292
25293 \begin_layout Plain Layout
25294 \begin_inset Formula $\varprojlim$
25295 \end_inset
25296
25297
25298 \end_layout
25299
25300 \end_inset
25301 </cell>
25302 </row>
25303 <row topspace="1.5mm" bottomspace="1mm">
25304 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
25305 \begin_inset Text
25306
25307 \begin_layout Plain Layout
25308
25309 \backslash
25310 varinjlim
25311 \end_layout
25312
25313 \end_inset
25314 </cell>
25315 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25316 \begin_inset Text
25317
25318 \begin_layout Plain Layout
25319 \begin_inset Formula $\varinjlim$
25320 \end_inset
25321
25322
25323 \end_layout
25324
25325 \end_inset
25326 </cell>
25327 </row>
25328 </lyxtabular>
25329
25330 \end_inset
25331
25332
25333 \end_layout
25334
25335 \begin_layout Standard
25336 \begin_inset VSpace medskip
25337 \end_inset
25338
25339 極限は、下付き文字を挿入することによって示されます。行内数式では、極限は、以下のように関数の横に置かれます。
25340 \end_layout
25341
25342 \begin_layout Standard
25343 \align center
25344 \begin_inset Tabular
25345 <lyxtabular version="3" rows="2" columns="2">
25346 <features booktabs="true" tabularvalignment="middle">
25347 <column alignment="center" valignment="top" width="0pt">
25348 <column alignment="center" valignment="top" width="0pt">
25349 <row>
25350 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
25351 \begin_inset Text
25352
25353 \begin_layout Plain Layout
25354 コマンド
25355 \end_layout
25356
25357 \end_inset
25358 </cell>
25359 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
25360 \begin_inset Text
25361
25362 \begin_layout Plain Layout
25363 出力
25364 \end_layout
25365
25366 \end_inset
25367 </cell>
25368 </row>
25369 <row>
25370 <cell alignment="center" valignment="top" usebox="none">
25371 \begin_inset Text
25372
25373 \begin_layout Plain Layout
25374
25375 \backslash
25376 lim_x
25377 \backslash
25378 to
25379 \begin_inset space \textvisiblespace{}
25380 \end_inset
25381
25382 A
25383 \begin_inset space \textvisiblespace{}
25384 \end_inset
25385
25386 x=B
25387 \end_layout
25388
25389 \end_inset
25390 </cell>
25391 <cell alignment="center" valignment="top" usebox="none">
25392 \begin_inset Text
25393
25394 \begin_layout Plain Layout
25395 \begin_inset Formula $\lim_{x\to A}x=B$
25396 \end_inset
25397
25398
25399 \end_layout
25400
25401 \end_inset
25402 </cell>
25403 </row>
25404 </lyxtabular>
25405
25406 \end_inset
25407
25408
25409 \end_layout
25410
25411 \begin_layout Standard
25412 別行立て数式では、極限は、以下のように通常どおり下に置かれます。
25413 \begin_inset Formula 
25414 \[
25415 \lim_{x\to A}x=B
25416 \]
25417
25418 \end_inset
25419
25420
25421 \end_layout
25422
25423 \begin_layout Standard
25424 \begin_inset VSpace medskip
25425 \end_inset
25426
25427
25428 \end_layout
25429
25430 \begin_layout Standard
25431 極限の組版を調整する仕方については、第
25432 \begin_inset CommandInset ref
25433 LatexCommand ref
25434 reference "subsec:演算子の範囲"
25435
25436 \end_inset
25437
25438 節をご覧ください。
25439 \end_layout
25440
25441 \begin_layout Subsection
25442 剰余関数
25443 \begin_inset Index idx
25444 status collapsed
25445
25446 \begin_layout Plain Layout
25447 かんすう@関数 ! じょうよ@剰余
25448 \end_layout
25449
25450 \end_inset
25451
25452
25453 \begin_inset Index idx
25454 status collapsed
25455
25456 \begin_layout Plain Layout
25457 かんすう@関数 ! もじゅらす@モジュラス
25458 \begin_inset ERT
25459 status collapsed
25460
25461 \begin_layout Plain Layout
25462
25463 |see{
25464 \end_layout
25465
25466 \end_inset
25467
25468 剰余
25469 \begin_inset ERT
25470 status collapsed
25471
25472 \begin_layout Plain Layout
25473
25474 }
25475 \end_layout
25476
25477 \end_inset
25478
25479
25480 \end_layout
25481
25482 \end_inset
25483
25484
25485 \end_layout
25486
25487 \begin_layout Standard
25488 剰余関数は、特別に4つの派生型があります。
25489 \end_layout
25490
25491 \begin_layout Standard
25492 以下は、別行立て数式での派生型です。
25493 \begin_inset Formula 
25494 \begin{align*}
25495 \underline{\textrm{コマンド}\raisebox{-0.9mm}{}} &  & \underline{\textrm{出力}}\\
25496 \mathrm{a\backslash mod\textrm{␣}b} &  & a\mod b\\
25497 \mathrm{a\backslash pmod\textrm{␣}b} &  & a\pmod b\\
25498 \mathrm{a\backslash bmod\textrm{␣}b} &  & a\bmod b\\
25499 \mathrm{a\backslash pod\textrm{␣}b} &  & a\pod b
25500 \end{align*}
25501
25502 \end_inset
25503
25504
25505 \end_layout
25506
25507 \begin_layout Standard
25508 行内数式では、すべての派生型で、関数名の前の余白がすこし小さく設定されます。既定では、剰余関数は、続く一文字目だけを考慮します。二文字以上を使いたい時には、下記
25509 のように文字を\SpecialChar TeX
25510 括弧で囲みます。
25511 \begin_inset Formula 
25512 \begin{align*}
25513 \underline{\textrm{コマンド}\raisebox{-0.9mm}{}} &  & \underline{\textrm{出力}}\\
25514 \mathrm{a\backslash pod\textrm{␣}bcd} &  & a\pod bcd\\
25515 \mathrm{a\backslash pod\backslash\{bc\backslash\}d} &  & a\pod{bc}d
25516 \end{align*}
25517
25518 \end_inset
25519
25520
25521 \end_layout
25522
25523 \begin_layout Section
25524 特殊文字
25525 \begin_inset Index idx
25526 status collapsed
25527
25528 \begin_layout Plain Layout
25529 とくしゅもじ@特殊文字
25530 \end_layout
25531
25532 \end_inset
25533
25534
25535 \end_layout
25536
25537 \begin_layout Standard
25538 ^および_の各文字は、通常、上付き文字や下付き文字を生成してしまいます。これらの文字自体を得るには、その前に
25539 \backslash
25540 を付けなくてはなりません。
25541 \begin_inset Separator parbreak
25542 \end_inset
25543
25544
25545 \end_layout
25546
25547 \begin_layout Standard
25548 \noindent
25549 \align center
25550 \begin_inset Tabular
25551 <lyxtabular version="3" rows="3" columns="2">
25552 <features booktabs="true" tabularvalignment="middle">
25553 <column alignment="left" valignment="top" width="0pt">
25554 <column alignment="block" valignment="top">
25555 <row>
25556 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25557 \begin_inset Text
25558
25559 \begin_layout Plain Layout
25560 コマンド
25561 \end_layout
25562
25563 \end_inset
25564 </cell>
25565 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25566 \begin_inset Text
25567
25568 \begin_layout Plain Layout
25569 出力
25570 \end_layout
25571
25572 \end_inset
25573 </cell>
25574 </row>
25575 <row>
25576 <cell alignment="left" valignment="top" leftline="true" usebox="none">
25577 \begin_inset Text
25578
25579 \begin_layout Plain Layout
25580
25581 \backslash
25582 ^
25583 \begin_inset space \textvisiblespace{}
25584 \end_inset
25585
25586
25587 \end_layout
25588
25589 \end_inset
25590 </cell>
25591 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25592 \begin_inset Text
25593
25594 \begin_layout Plain Layout
25595 \begin_inset Formula $\mathcircumflex$
25596 \end_inset
25597
25598
25599 \end_layout
25600
25601 \end_inset
25602 </cell>
25603 </row>
25604 <row>
25605 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
25606 \begin_inset Text
25607
25608 \begin_layout Plain Layout
25609
25610 \backslash
25611 _
25612 \end_layout
25613
25614 \end_inset
25615 </cell>
25616 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25617 \begin_inset Text
25618
25619 \begin_layout Plain Layout
25620 \begin_inset Formula $\_$
25621 \end_inset
25622
25623
25624 \end_layout
25625
25626 \end_inset
25627 </cell>
25628 </row>
25629 </lyxtabular>
25630
25631 \end_inset
25632
25633
25634 \end_layout
25635
25636 \begin_layout Subsection
25637 数式テキストにおける特殊文字
25638 \end_layout
25639
25640 \begin_layout Standard
25641 以下の各コマンドは、数式テキストか\SpecialChar TeX
25642 モード中でのみ使用することができます。
25643 \end_layout
25644
25645 \begin_layout Standard
25646 \begin_inset space \hfill{}
25647 \end_inset
25648
25649
25650 \begin_inset Tabular
25651 <lyxtabular version="3" rows="8" columns="2">
25652 <features booktabs="true" tabularvalignment="middle">
25653 <column alignment="left" valignment="top" width="0pt">
25654 <column alignment="block" valignment="top">
25655 <row>
25656 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25657 \begin_inset Text
25658
25659 \begin_layout Plain Layout
25660 コマンド
25661 \end_layout
25662
25663 \end_inset
25664 </cell>
25665 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25666 \begin_inset Text
25667
25668 \begin_layout Plain Layout
25669 出力
25670 \end_layout
25671
25672 \end_inset
25673 </cell>
25674 </row>
25675 <row>
25676 <cell alignment="left" valignment="top" leftline="true" usebox="none">
25677 \begin_inset Text
25678
25679 \begin_layout Plain Layout
25680
25681 \backslash
25682 oe
25683 \end_layout
25684
25685 \end_inset
25686 </cell>
25687 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25688 \begin_inset Text
25689
25690 \begin_layout Plain Layout
25691 \begin_inset Formula $\textrm{œ}$
25692 \end_inset
25693
25694
25695 \end_layout
25696
25697 \end_inset
25698 </cell>
25699 </row>
25700 <row>
25701 <cell alignment="left" valignment="top" leftline="true" usebox="none">
25702 \begin_inset Text
25703
25704 \begin_layout Plain Layout
25705
25706 \backslash
25707 OE
25708 \end_layout
25709
25710 \end_inset
25711 </cell>
25712 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25713 \begin_inset Text
25714
25715 \begin_layout Plain Layout
25716 \begin_inset Formula $\textrm{Œ}$
25717 \end_inset
25718
25719
25720 \end_layout
25721
25722 \end_inset
25723 </cell>
25724 </row>
25725 <row>
25726 <cell alignment="left" valignment="top" leftline="true" usebox="none">
25727 \begin_inset Text
25728
25729 \begin_layout Plain Layout
25730
25731 \backslash
25732 ae
25733 \end_layout
25734
25735 \end_inset
25736 </cell>
25737 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25738 \begin_inset Text
25739
25740 \begin_layout Plain Layout
25741 \begin_inset Formula $\textrm{æ}$
25742 \end_inset
25743
25744
25745 \end_layout
25746
25747 \end_inset
25748 </cell>
25749 </row>
25750 <row>
25751 <cell alignment="left" valignment="top" leftline="true" usebox="none">
25752 \begin_inset Text
25753
25754 \begin_layout Plain Layout
25755
25756 \backslash
25757 AE
25758 \end_layout
25759
25760 \end_inset
25761 </cell>
25762 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25763 \begin_inset Text
25764
25765 \begin_layout Plain Layout
25766 \begin_inset Formula $\textrm{Æ}$
25767 \end_inset
25768
25769
25770 \end_layout
25771
25772 \end_inset
25773 </cell>
25774 </row>
25775 <row>
25776 <cell alignment="left" valignment="top" leftline="true" usebox="none">
25777 \begin_inset Text
25778
25779 \begin_layout Plain Layout
25780
25781 \backslash
25782 aa
25783 \end_layout
25784
25785 \end_inset
25786 </cell>
25787 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25788 \begin_inset Text
25789
25790 \begin_layout Plain Layout
25791 \begin_inset Formula $\textrm{\aa}$
25792 \end_inset
25793
25794
25795 \end_layout
25796
25797 \end_inset
25798 </cell>
25799 </row>
25800 <row>
25801 <cell alignment="left" valignment="top" leftline="true" usebox="none">
25802 \begin_inset Text
25803
25804 \begin_layout Plain Layout
25805
25806 \backslash
25807 AA
25808 \begin_inset Index idx
25809 status collapsed
25810
25811 \begin_layout Plain Layout
25812
25813 \lang english
25814
25815 \backslash
25816 @
25817 \begin_inset ERT
25818 status collapsed
25819
25820 \begin_layout Plain Layout
25821
25822
25823 \backslash
25824 textrm{
25825 \backslash
25826 AA}
25827 \end_layout
25828
25829 \end_inset
25830
25831
25832 \end_layout
25833
25834 \end_inset
25835
25836
25837 \end_layout
25838
25839 \end_inset
25840 </cell>
25841 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25842 \begin_inset Text
25843
25844 \begin_layout Plain Layout
25845 \begin_inset Formula $\textrm{Å}$
25846 \end_inset
25847
25848
25849 \end_layout
25850
25851 \end_inset
25852 </cell>
25853 </row>
25854 <row>
25855 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
25856 \begin_inset Text
25857
25858 \begin_layout Plain Layout
25859
25860 \backslash
25861 i
25862 \end_layout
25863
25864 \end_inset
25865 </cell>
25866 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25867 \begin_inset Text
25868
25869 \begin_layout Plain Layout
25870 \begin_inset Formula $\textrm{ı}$
25871 \end_inset
25872
25873
25874 \end_layout
25875
25876 \end_inset
25877 </cell>
25878 </row>
25879 </lyxtabular>
25880
25881 \end_inset
25882
25883
25884 \begin_inset space \hfill{}
25885 \end_inset
25886
25887
25888 \begin_inset Tabular
25889 <lyxtabular version="3" rows="8" columns="2">
25890 <features booktabs="true" tabularvalignment="middle">
25891 <column alignment="left" valignment="top" width="0pt">
25892 <column alignment="center" valignment="top">
25893 <row>
25894 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25895 \begin_inset Text
25896
25897 \begin_layout Plain Layout
25898 コマンド
25899 \begin_inset Note Note
25900 status collapsed
25901
25902 \begin_layout Plain Layout
25903 0
25904 \begin_inset space \thinspace{}
25905 \end_inset
25906
25907 mm空白を分離用に使っているのは、そうしないと出力が¡や¿になってしまうためです。
25908 \end_layout
25909
25910 \end_inset
25911
25912
25913 \end_layout
25914
25915 \end_inset
25916 </cell>
25917 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25918 \begin_inset Text
25919
25920 \begin_layout Plain Layout
25921 出力
25922 \end_layout
25923
25924 \end_inset
25925 </cell>
25926 </row>
25927 <row>
25928 <cell alignment="left" valignment="top" leftline="true" usebox="none">
25929 \begin_inset Text
25930
25931 \begin_layout Plain Layout
25932
25933 \backslash
25934 o
25935 \end_layout
25936
25937 \end_inset
25938 </cell>
25939 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25940 \begin_inset Text
25941
25942 \begin_layout Plain Layout
25943 \begin_inset Formula $\textrm{ø}$
25944 \end_inset
25945
25946
25947 \end_layout
25948
25949 \end_inset
25950 </cell>
25951 </row>
25952 <row>
25953 <cell alignment="left" valignment="top" leftline="true" usebox="none">
25954 \begin_inset Text
25955
25956 \begin_layout Plain Layout
25957
25958 \backslash
25959 O
25960 \end_layout
25961
25962 \end_inset
25963 </cell>
25964 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25965 \begin_inset Text
25966
25967 \begin_layout Plain Layout
25968 \begin_inset Formula $\textrm{Ø}$
25969 \end_inset
25970
25971
25972 \end_layout
25973
25974 \end_inset
25975 </cell>
25976 </row>
25977 <row>
25978 <cell alignment="left" valignment="top" leftline="true" usebox="none">
25979 \begin_inset Text
25980
25981 \begin_layout Plain Layout
25982
25983 \backslash
25984 l
25985 \end_layout
25986
25987 \end_inset
25988 </cell>
25989 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25990 \begin_inset Text
25991
25992 \begin_layout Plain Layout
25993 \begin_inset Formula $\textrm{ł}$
25994 \end_inset
25995
25996
25997 \end_layout
25998
25999 \end_inset
26000 </cell>
26001 </row>
26002 <row>
26003 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26004 \begin_inset Text
26005
26006 \begin_layout Plain Layout
26007
26008 \backslash
26009 L
26010 \end_layout
26011
26012 \end_inset
26013 </cell>
26014 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26015 \begin_inset Text
26016
26017 \begin_layout Plain Layout
26018 \begin_inset Formula $\textrm{Ł}$
26019 \end_inset
26020
26021
26022 \end_layout
26023
26024 \end_inset
26025 </cell>
26026 </row>
26027 <row>
26028 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26029 \begin_inset Text
26030
26031 \begin_layout Plain Layout
26032 !
26033 \begin_inset space \hspace{}
26034 \length 0mm
26035 \end_inset
26036
26037 `
26038 \begin_inset space \textvisiblespace{}
26039 \end_inset
26040
26041
26042 \end_layout
26043
26044 \end_inset
26045 </cell>
26046 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26047 \begin_inset Text
26048
26049 \begin_layout Plain Layout
26050 \begin_inset Formula $\textrm{!`}$
26051 \end_inset
26052
26053
26054 \end_layout
26055
26056 \end_inset
26057 </cell>
26058 </row>
26059 <row>
26060 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26061 \begin_inset Text
26062
26063 \begin_layout Plain Layout
26064 ?
26065 \begin_inset space \hspace{}
26066 \length 0mm
26067 \end_inset
26068
26069 `
26070 \begin_inset space \textvisiblespace{}
26071 \end_inset
26072
26073
26074 \end_layout
26075
26076 \end_inset
26077 </cell>
26078 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26079 \begin_inset Text
26080
26081 \begin_layout Plain Layout
26082 \begin_inset Formula $\textrm{?`}$
26083 \end_inset
26084
26085
26086 \end_layout
26087
26088 \end_inset
26089 </cell>
26090 </row>
26091 <row>
26092 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
26093 \begin_inset Text
26094
26095 \begin_layout Plain Layout
26096
26097 \backslash
26098 j
26099 \end_layout
26100
26101 \end_inset
26102 </cell>
26103 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26104 \begin_inset Text
26105
26106 \begin_layout Plain Layout
26107 \begin_inset Formula $\textrm{ȷ}$
26108 \end_inset
26109
26110
26111 \end_layout
26112
26113 \end_inset
26114 </cell>
26115 </row>
26116 </lyxtabular>
26117
26118 \end_inset
26119
26120
26121 \begin_inset space \hfill{}
26122 \end_inset
26123
26124
26125 \end_layout
26126
26127 \begin_layout Standard
26128 \begin_inset Formula $\textrm{\textrm{Å}}$
26129 \end_inset
26130
26131
26132 \begin_inset Formula $\textrm{\textrm{Ø}}$
26133 \end_inset
26134
26135 の各文字は、数式ツールバーボタンの
26136 \begin_inset Info
26137 type  "icon"
26138 arg   "math-insert \\digamma"
26139 \end_inset
26140
26141 からも挿入することができます。
26142 \end_layout
26143
26144 \begin_layout Standard
26145 例外は、
26146 \series bold
26147 !
26148 \begin_inset space \hspace{}
26149 \length 0mm
26150 \end_inset
26151
26152 `
26153 \series default
26154
26155 \series bold
26156 ?
26157 \begin_inset space \hspace{}
26158 \length 0mm
26159 \end_inset
26160
26161 `
26162 \series default
26163 の各コマンドで、これらは直接\SpecialChar LyX
26164 中の本文に入れることができます。
26165 \end_layout
26166
26167 \begin_layout Subsection
26168 文章中のアクセント
26169 \begin_inset CommandInset label
26170 LatexCommand label
26171 name "subsec:文章中のアクセント"
26172
26173 \end_inset
26174
26175
26176 \begin_inset Index idx
26177 status collapsed
26178
26179 \begin_layout Plain Layout
26180 あくせんと@アクセント ! ぶんしょうちゅうの@文章中の
26181 \end_layout
26182
26183 \end_inset
26184
26185
26186 \end_layout
26187
26188 \begin_layout Standard
26189 以下に挙げる各コマンドを使えば、すべての文字にアクセントを付けることができます。これらのコマンドは、\SpecialChar TeX
26190 モードで入れなくてはなりません。
26191 \end_layout
26192
26193 \begin_layout Standard
26194 \begin_inset space \hfill{}
26195 \end_inset
26196
26197
26198 \begin_inset Tabular
26199 <lyxtabular version="3" rows="8" columns="2">
26200 <features booktabs="true" tabularvalignment="middle">
26201 <column alignment="left" valignment="top" width="0pt">
26202 <column alignment="block" valignment="top">
26203 <row>
26204 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26205 \begin_inset Text
26206
26207 \begin_layout Plain Layout
26208 コマンド
26209 \end_layout
26210
26211 \end_inset
26212 </cell>
26213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26214 \begin_inset Text
26215
26216 \begin_layout Plain Layout
26217 出力
26218 \end_layout
26219
26220 \end_inset
26221 </cell>
26222 </row>
26223 <row>
26224 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26225 \begin_inset Text
26226
26227 \begin_layout Plain Layout
26228
26229 \backslash
26230
26231 \begin_inset Quotes grd
26232 \end_inset
26233
26234 e
26235 \end_layout
26236
26237 \end_inset
26238 </cell>
26239 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26240 \begin_inset Text
26241
26242 \begin_layout Plain Layout
26243 \begin_inset ERT
26244 status collapsed
26245
26246 \begin_layout Plain Layout
26247
26248
26249 \backslash
26250 "e
26251 \end_layout
26252
26253 \end_inset
26254
26255
26256 \end_layout
26257
26258 \end_inset
26259 </cell>
26260 </row>
26261 <row>
26262 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26263 \begin_inset Text
26264
26265 \begin_layout Plain Layout
26266
26267 \backslash
26268 `e
26269 \end_layout
26270
26271 \end_inset
26272 </cell>
26273 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26274 \begin_inset Text
26275
26276 \begin_layout Plain Layout
26277 \begin_inset ERT
26278 status collapsed
26279
26280 \begin_layout Plain Layout
26281
26282
26283 \backslash
26284 `e
26285 \end_layout
26286
26287 \end_inset
26288
26289
26290 \end_layout
26291
26292 \end_inset
26293 </cell>
26294 </row>
26295 <row>
26296 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26297 \begin_inset Text
26298
26299 \begin_layout Plain Layout
26300
26301 \backslash
26302 ^
26303 \begin_inset space \textvisiblespace{}
26304 \end_inset
26305
26306 e
26307 \end_layout
26308
26309 \end_inset
26310 </cell>
26311 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26312 \begin_inset Text
26313
26314 \begin_layout Plain Layout
26315 \begin_inset ERT
26316 status collapsed
26317
26318 \begin_layout Plain Layout
26319
26320
26321 \backslash
26322 ^e
26323 \end_layout
26324
26325 \end_inset
26326
26327
26328 \end_layout
26329
26330 \end_inset
26331 </cell>
26332 </row>
26333 <row>
26334 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26335 \begin_inset Text
26336
26337 \begin_layout Plain Layout
26338
26339 \backslash
26340 =e
26341 \end_layout
26342
26343 \end_inset
26344 </cell>
26345 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26346 \begin_inset Text
26347
26348 \begin_layout Plain Layout
26349 \begin_inset ERT
26350 status collapsed
26351
26352 \begin_layout Plain Layout
26353
26354
26355 \backslash
26356 =e
26357 \end_layout
26358
26359 \end_inset
26360
26361
26362 \end_layout
26363
26364 \end_inset
26365 </cell>
26366 </row>
26367 <row>
26368 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26369 \begin_inset Text
26370
26371 \begin_layout Plain Layout
26372
26373 \backslash
26374 u
26375 \begin_inset space \textvisiblespace{}
26376 \end_inset
26377
26378 e
26379 \end_layout
26380
26381 \end_inset
26382 </cell>
26383 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26384 \begin_inset Text
26385
26386 \begin_layout Plain Layout
26387 \begin_inset ERT
26388 status collapsed
26389
26390 \begin_layout Plain Layout
26391
26392
26393 \backslash
26394 u e
26395 \end_layout
26396
26397 \end_inset
26398
26399
26400 \end_layout
26401
26402 \end_inset
26403 </cell>
26404 </row>
26405 <row>
26406 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26407 \begin_inset Text
26408
26409 \begin_layout Plain Layout
26410
26411 \backslash
26412 b
26413 \begin_inset space \textvisiblespace{}
26414 \end_inset
26415
26416 e
26417 \end_layout
26418
26419 \end_inset
26420 </cell>
26421 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26422 \begin_inset Text
26423
26424 \begin_layout Plain Layout
26425 \begin_inset ERT
26426 status collapsed
26427
26428 \begin_layout Plain Layout
26429
26430
26431 \backslash
26432 b e
26433 \end_layout
26434
26435 \end_inset
26436
26437
26438 \end_layout
26439
26440 \end_inset
26441 </cell>
26442 </row>
26443 <row>
26444 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
26445 \begin_inset Text
26446
26447 \begin_layout Plain Layout
26448
26449 \backslash
26450 t
26451 \begin_inset space \textvisiblespace{}
26452 \end_inset
26453
26454 ee
26455 \end_layout
26456
26457 \end_inset
26458 </cell>
26459 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26460 \begin_inset Text
26461
26462 \begin_layout Plain Layout
26463 \begin_inset ERT
26464 status collapsed
26465
26466 \begin_layout Plain Layout
26467
26468
26469 \backslash
26470 t ee
26471 \end_layout
26472
26473 \end_inset
26474
26475
26476 \end_layout
26477
26478 \end_inset
26479 </cell>
26480 </row>
26481 </lyxtabular>
26482
26483 \end_inset
26484
26485
26486 \begin_inset space \hfill{}
26487 \end_inset
26488
26489
26490 \begin_inset Tabular
26491 <lyxtabular version="3" rows="8" columns="2">
26492 <features booktabs="true" tabularvalignment="middle">
26493 <column alignment="left" valignment="top" width="0pt">
26494 <column alignment="center" valignment="top">
26495 <row>
26496 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26497 \begin_inset Text
26498
26499 \begin_layout Plain Layout
26500 コマンド
26501 \end_layout
26502
26503 \end_inset
26504 </cell>
26505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26506 \begin_inset Text
26507
26508 \begin_layout Plain Layout
26509 出力
26510 \end_layout
26511
26512 \end_inset
26513 </cell>
26514 </row>
26515 <row>
26516 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26517 \begin_inset Text
26518
26519 \begin_layout Plain Layout
26520
26521 \backslash
26522 H
26523 \begin_inset space \textvisiblespace{}
26524 \end_inset
26525
26526 e
26527 \end_layout
26528
26529 \end_inset
26530 </cell>
26531 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26532 \begin_inset Text
26533
26534 \begin_layout Plain Layout
26535 \begin_inset ERT
26536 status collapsed
26537
26538 \begin_layout Plain Layout
26539
26540
26541 \backslash
26542 H e
26543 \end_layout
26544
26545 \end_inset
26546
26547
26548 \end_layout
26549
26550 \end_inset
26551 </cell>
26552 </row>
26553 <row>
26554 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26555 \begin_inset Text
26556
26557 \begin_layout Plain Layout
26558
26559 \backslash
26560 'e
26561 \end_layout
26562
26563 \end_inset
26564 </cell>
26565 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26566 \begin_inset Text
26567
26568 \begin_layout Plain Layout
26569 \begin_inset ERT
26570 status collapsed
26571
26572 \begin_layout Plain Layout
26573
26574
26575 \backslash
26576 'e
26577 \end_layout
26578
26579 \end_inset
26580
26581
26582 \end_layout
26583
26584 \end_inset
26585 </cell>
26586 </row>
26587 <row>
26588 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26589 \begin_inset Text
26590
26591 \begin_layout Plain Layout
26592
26593 \backslash
26594 ~e
26595 \begin_inset Index idx
26596 status collapsed
26597
26598 \begin_layout Plain Layout
26599 ちるだ@チルダ
26600 \end_layout
26601
26602 \end_inset
26603
26604
26605 \end_layout
26606
26607 \end_inset
26608 </cell>
26609 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26610 \begin_inset Text
26611
26612 \begin_layout Plain Layout
26613 \begin_inset ERT
26614 status collapsed
26615
26616 \begin_layout Plain Layout
26617
26618
26619 \backslash
26620 ~e
26621 \end_layout
26622
26623 \end_inset
26624
26625
26626 \end_layout
26627
26628 \end_inset
26629 </cell>
26630 </row>
26631 <row>
26632 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26633 \begin_inset Text
26634
26635 \begin_layout Plain Layout
26636
26637 \backslash
26638 .e
26639 \end_layout
26640
26641 \end_inset
26642 </cell>
26643 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26644 \begin_inset Text
26645
26646 \begin_layout Plain Layout
26647 \begin_inset ERT
26648 status collapsed
26649
26650 \begin_layout Plain Layout
26651
26652
26653 \backslash
26654 .e
26655 \end_layout
26656
26657 \end_inset
26658
26659
26660 \end_layout
26661
26662 \end_inset
26663 </cell>
26664 </row>
26665 <row>
26666 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26667 \begin_inset Text
26668
26669 \begin_layout Plain Layout
26670
26671 \backslash
26672 v
26673 \begin_inset space \textvisiblespace{}
26674 \end_inset
26675
26676 e
26677 \end_layout
26678
26679 \end_inset
26680 </cell>
26681 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26682 \begin_inset Text
26683
26684 \begin_layout Plain Layout
26685 \begin_inset ERT
26686 status collapsed
26687
26688 \begin_layout Plain Layout
26689
26690
26691 \backslash
26692 v e
26693 \end_layout
26694
26695 \end_inset
26696
26697
26698 \end_layout
26699
26700 \end_inset
26701 </cell>
26702 </row>
26703 <row>
26704 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26705 \begin_inset Text
26706
26707 \begin_layout Plain Layout
26708
26709 \backslash
26710 d
26711 \begin_inset space \textvisiblespace{}
26712 \end_inset
26713
26714 e
26715 \end_layout
26716
26717 \end_inset
26718 </cell>
26719 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26720 \begin_inset Text
26721
26722 \begin_layout Plain Layout
26723 \begin_inset ERT
26724 status collapsed
26725
26726 \begin_layout Plain Layout
26727
26728
26729 \backslash
26730 d e
26731 \end_layout
26732
26733 \end_inset
26734
26735
26736 \end_layout
26737
26738 \end_inset
26739 </cell>
26740 </row>
26741 <row>
26742 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26743 \begin_inset Text
26744
26745 \begin_layout Plain Layout
26746
26747 \backslash
26748 c
26749 \begin_inset space \textvisiblespace{}
26750 \end_inset
26751
26752 e
26753 \end_layout
26754
26755 \end_inset
26756 </cell>
26757 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26758 \begin_inset Text
26759
26760 \begin_layout Plain Layout
26761 \begin_inset ERT
26762 status collapsed
26763
26764 \begin_layout Plain Layout
26765
26766
26767 \backslash
26768 c e
26769 \end_layout
26770
26771 \end_inset
26772
26773
26774 \end_layout
26775
26776 \end_inset
26777 </cell>
26778 </row>
26779 </lyxtabular>
26780
26781 \end_inset
26782
26783
26784 \begin_inset space \hfill{}
26785 \end_inset
26786
26787
26788 \end_layout
26789
26790 \begin_layout Standard
26791 \begin_inset VSpace medskip
26792 \end_inset
26793
26794
26795 \series bold
26796
26797 \backslash
26798 t
26799 \series default
26800 コマンドは異なる二つの文字にアクセントを付けることもできます。たとえば、コマンド
26801 \series bold
26802
26803 \backslash
26804 t
26805 \begin_inset space \textvisiblespace{}
26806 \end_inset
26807
26808 sz
26809 \series default
26810 は、
26811 \begin_inset ERT
26812 status collapsed
26813
26814 \begin_layout Plain Layout
26815
26816
26817 \backslash
26818 t sz
26819 \end_layout
26820
26821 \end_inset
26822
26823 となります。
26824 \end_layout
26825
26826 \begin_layout Standard
26827
26828 \series bold
26829 `
26830 \series default
26831  ・
26832 \series bold
26833  '
26834 \series default
26835  ・ 
26836 \series bold
26837 ^
26838 \series default
26839  の各アクセントは、\SpecialChar TeX
26840 モードを使わなくても、母音といっしょに直接キーボードから入力することもできます。チルダ
26841 \begin_inset Foot
26842 status collapsed
26843
26844 \begin_layout Plain Layout
26845 これは、チルダがアクセントとして定義されているキーボードのみに適用されます。
26846 \end_layout
26847
26848 \end_inset
26849
26850
26851 \series bold
26852 ~
26853 \series default
26854 を、
26855 \emph on
26856 a
26857 \emph default
26858
26859 \emph on
26860 n
26861 \emph default
26862
26863 \emph on
26864 o
26865 \emph default
26866 といっしょに使うときも同様です。
26867 \end_layout
26868
26869 \begin_layout Standard
26870
26871 \series bold
26872
26873 \backslash
26874 b
26875 \series default
26876
26877 \series bold
26878
26879 \backslash
26880 c
26881 \series default
26882
26883 \series bold
26884
26885 \backslash
26886 d
26887 \series default
26888
26889 \series bold
26890
26891 \backslash
26892 H
26893 \series default
26894
26895 \series bold
26896
26897 \backslash
26898 t
26899 \series default
26900
26901 \series bold
26902
26903 \backslash
26904 u
26905 \series default
26906
26907 \series bold
26908
26909 \backslash
26910 v
26911 \series default
26912 の各コマンドと、キーボードから直接挿入するアクセントは、数式テキスト中でも使うことができます。他のアクセントについては、数式内向けの特別な数式コマンドがあります
26913 。第
26914 \begin_inset CommandInset ref
26915 LatexCommand ref
26916 reference "subsec:一文字に付けるアクセント"
26917
26918 \end_inset
26919
26920 節をご参照下さい。
26921 \end_layout
26922
26923 \begin_layout Standard
26924 \begin_inset VSpace bigskip
26925 \end_inset
26926
26927 さらに、
26928 \series bold
26929
26930 \backslash
26931 textcircled
26932 \series default
26933
26934 \begin_inset Index idx
26935 status collapsed
26936
26937 \begin_layout Plain Layout
26938 こまんど@コマンド ! T ! 
26939 \backslash
26940 textcircled
26941 \end_layout
26942
26943 \end_inset
26944
26945 コマンドを使えば、著作権マークのように、あらゆる数字や文字を丸で囲む—敢えて言えば、丸囲みでアクセントを付けるようなものといえるでしょう—ことができます。
26946 \end_layout
26947
26948 \begin_layout Standard
26949 \align center
26950 \begin_inset Tabular
26951 <lyxtabular version="3" rows="3" columns="2">
26952 <features booktabs="true" tabularvalignment="middle">
26953 <column alignment="center" valignment="top" width="0pt">
26954 <column alignment="center" valignment="top">
26955 <row>
26956 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26957 \begin_inset Text
26958
26959 \begin_layout Plain Layout
26960 コマンド
26961 \end_layout
26962
26963 \end_inset
26964 </cell>
26965 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26966 \begin_inset Text
26967
26968 \begin_layout Plain Layout
26969 出力
26970 \end_layout
26971
26972 \end_inset
26973 </cell>
26974 </row>
26975 <row>
26976 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26977 \begin_inset Text
26978
26979 \begin_layout Plain Layout
26980
26981 \backslash
26982 textcircled{w}
26983 \end_layout
26984
26985 \end_inset
26986 </cell>
26987 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26988 \begin_inset Text
26989
26990 \begin_layout Plain Layout
26991 \begin_inset ERT
26992 status collapsed
26993
26994 \begin_layout Plain Layout
26995
26996
26997 \backslash
26998 textcircled{w}
26999 \end_layout
27000
27001 \end_inset
27002
27003
27004 \end_layout
27005
27006 \end_inset
27007 </cell>
27008 </row>
27009 <row topspace="1mm">
27010 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
27011 \begin_inset Text
27012
27013 \begin_layout Plain Layout
27014
27015 \backslash
27016 Large 
27017 \backslash
27018 textcircled{
27019 \backslash
27020 normalsize
27021 \backslash
27022 protect
27023 \backslash
27024 raisebox{-1.5pt}{W}}
27025 \end_layout
27026
27027 \end_inset
27028 </cell>
27029 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27030 \begin_inset Text
27031
27032 \begin_layout Plain Layout
27033 \begin_inset ERT
27034 status collapsed
27035
27036 \begin_layout Plain Layout
27037
27038
27039 \backslash
27040 Large 
27041 \backslash
27042 textcircled{
27043 \backslash
27044 normalsize
27045 \backslash
27046 protect
27047 \backslash
27048 raisebox{-1.5pt}W}
27049 \end_layout
27050
27051 \end_inset
27052
27053
27054 \end_layout
27055
27056 \end_inset
27057 </cell>
27058 </row>
27059 </lyxtabular>
27060
27061 \end_inset
27062
27063
27064 \end_layout
27065
27066 \begin_layout Standard
27067 ここではユーザーが、文字が丸のなかに収まるように調整してやらなくてはなりません。ここでは、
27068 \series bold
27069
27070 \backslash
27071 Large
27072 \series default
27073
27074 \begin_inset Foot
27075 status collapsed
27076
27077 \begin_layout Plain Layout
27078
27079 \begin_inset CommandInset ref
27080 LatexCommand ref
27081 reference "subsec:書体寸法"
27082
27083 \end_inset
27084
27085 節参照のこと。
27086 \end_layout
27087
27088 \end_inset
27089
27090 で丸の大きさを指定しています。そして
27091 \series bold
27092
27093 \backslash
27094 raisebox
27095 \series default
27096
27097 \begin_inset Foot
27098 status collapsed
27099
27100 \begin_layout Plain Layout
27101
27102 \begin_inset CommandInset ref
27103 LatexCommand ref
27104 reference "subsec:枠なしボックス"
27105
27106 \end_inset
27107
27108 節参照のこと。
27109 \end_layout
27110
27111 \end_inset
27112
27113 を使って、文字が真ん中にくるようにしています。
27114 \end_layout
27115
27116 \begin_layout Subsection
27117 古式数字
27118 \begin_inset Index idx
27119 status collapsed
27120
27121 \begin_layout Plain Layout
27122 こしきすうじ@古式数字
27123 \end_layout
27124
27125 \end_inset
27126
27127
27128 \end_layout
27129
27130 \begin_layout Standard
27131 古式数字は、
27132 \series bold
27133
27134 \backslash
27135 oldstylenums
27136 \series default
27137
27138 \begin_inset Index idx
27139 status collapsed
27140
27141 \begin_layout Plain Layout
27142 こまんど@コマンド ! O ! 
27143 \backslash
27144 oldstylenums
27145 \end_layout
27146
27147 \end_inset
27148
27149 コマンドで作成することができます。このコマンドは、数式中でも\SpecialChar TeX
27150 モード中でも使うことができます。コマンド書式は、
27151 \end_layout
27152
27153 \begin_layout Standard
27154
27155 \series bold
27156
27157 \backslash
27158 oldstylenums{数字}
27159 \end_layout
27160
27161 \begin_layout Standard
27162 です。
27163 \series bold
27164
27165 \backslash
27166 oldstylenums{0123456789}
27167 \series default
27168 というコマンドは、
27169 \begin_inset Formula $\oldstylenums{0123456789}$
27170 \end_inset
27171
27172 のようになります。
27173 \end_layout
27174
27175 \begin_layout Section
27176 数式様式
27177 \begin_inset CommandInset label
27178 LatexCommand label
27179 name "sec:数式様式"
27180
27181 \end_inset
27182
27183
27184 \begin_inset Index idx
27185 status collapsed
27186
27187 \begin_layout Plain Layout
27188 すうしき@数式 ! ようしき@様式
27189 \end_layout
27190
27191 \end_inset
27192
27193
27194 \end_layout
27195
27196 \begin_layout Itemize
27197 以下の二つの配置様式があります。
27198 \begin_inset Separator parbreak
27199 \end_inset
27200
27201
27202 \end_layout
27203
27204 \begin_deeper
27205 \begin_layout Description
27206 中央揃え 事前に定義された標準です。
27207 \end_layout
27208
27209 \begin_layout Description
27210 行頭下げ これを使うには、
27211 \family sans
27212 文書\SpecialChar menuseparator
27213 設定
27214 \family default
27215 メニューの
27216 \family sans
27217 文書クラス
27218 \family default
27219 において、
27220 \series bold
27221 fleqn
27222 \series default
27223 オプションを指定しておかなくてはなりません。
27224 \end_layout
27225
27226 \begin_layout Standard
27227
27228 \series bold
27229 行頭下げ
27230 \series default
27231 を用いる場合には、行頭下げの大きさを
27232 \series bold
27233
27234 \backslash
27235 mathindent
27236 \series default
27237
27238 \begin_inset Index idx
27239 status collapsed
27240
27241 \begin_layout Plain Layout
27242 こまんど@コマンド ! M ! 
27243 \backslash
27244 mathindent
27245 \end_layout
27246
27247 \end_inset
27248
27249 の値で調整することができます。これを15
27250 \begin_inset space \thinspace{}
27251 \end_inset
27252
27253 mmにするには、\SpecialChar LaTeX
27254 プリアンブルに以下のコマンドを入れておきます。
27255 \end_layout
27256
27257 \begin_layout Standard
27258
27259 \series bold
27260
27261 \backslash
27262 setlength{
27263 \backslash
27264 mathindent}{15mm}
27265 \end_layout
27266
27267 \begin_layout Standard
27268
27269 \series bold
27270
27271 \backslash
27272 mathindent
27273 \series default
27274 を明示的に指定しない場合には、事前に定義されている30
27275 \begin_inset space \thinspace{}
27276 \end_inset
27277
27278 ptが適用されます。
27279 \end_layout
27280
27281 \end_deeper
27282 \begin_layout Itemize
27283 また、以下の二つの連番様式があります。
27284 \begin_inset Separator parbreak
27285 \end_inset
27286
27287
27288 \end_layout
27289
27290 \begin_deeper
27291 \begin_layout Description
27292 右 事前に定義された標準です。
27293 \end_layout
27294
27295 \begin_layout Description
27296 左 これを使うには、
27297 \family sans
27298 文書\SpecialChar menuseparator
27299 設定
27300 \family default
27301 メニューの
27302 \family sans
27303 文書クラス
27304 \family default
27305 において、
27306 \series bold
27307 leqno
27308 \series default
27309 オプションを指定しておかなくてはなりません。
27310 \end_layout
27311
27312 \end_deeper
27313 \begin_layout Standard
27314
27315 \series bold
27316 fleqn
27317 \series default
27318
27319 \series bold
27320 leqno
27321 \series default
27322 は、いっしょに指定することができます。両方のオプションを同時に入れる場合には、コンマで区切って下さい。
27323 \end_layout
27324
27325 \begin_layout Standard
27326 これで選択した様式は、文書中のすべての別行立て数式に用いられます。もし、中央揃えと行頭下げの両様式を同一文書中で用いたい場合には、
27327 \series bold
27328 中央揃え
27329 \series default
27330 様式を指定するようにします。そして、行頭下げにしたい数式は、flalign環境に指定するようにします。第
27331 \begin_inset CommandInset ref
27332 LatexCommand ref
27333 reference "subsec:flalign環境"
27334
27335 \end_inset
27336
27337 節をご覧下さい。
27338 \end_layout
27339
27340 \begin_layout Section
27341 多行数式
27342 \begin_inset CommandInset label
27343 LatexCommand label
27344 name "sec:多行数式"
27345
27346 \end_inset
27347
27348
27349 \begin_inset Index idx
27350 status collapsed
27351
27352 \begin_layout Plain Layout
27353 すうしき@数式 ! たぎょう@多行
27354 \begin_inset space \thinspace{}
27355 \end_inset
27356
27357 ——
27358 \end_layout
27359
27360 \end_inset
27361
27362
27363 \end_layout
27364
27365 \begin_layout Subsection
27366 概要
27367 \end_layout
27368
27369 \begin_layout Standard
27370 \SpecialChar LyX
27371 では、多行数式は、数式中で
27372 \begin_inset Info
27373 type  "shortcut"
27374 arg   "newline-insert newline"
27375 \end_inset
27376
27377 を押すことで作られます。この操作によって、第
27378 \begin_inset CommandInset ref
27379 LatexCommand ref
27380 reference "subsec:eqnarray環境"
27381
27382 \end_inset
27383
27384 節に述べられている
27385 \series bold
27386 eqnarray環境
27387 \series default
27388 が作り出されるか、あるいは文書設定で
27389 \family sans
27390 AMS mathパッケージを使う
27391 \family default
27392 オプションが選択されている場合には、第
27393 \begin_inset CommandInset ref
27394 LatexCommand ref
27395 reference "subsec:標準align環境"
27396
27397 \end_inset
27398
27399 節に述べられている
27400 \series bold
27401 align環境
27402 \series default
27403 が作り出されることになります。
27404 \end_layout
27405
27406 \begin_layout Standard
27407 他にも、
27408 \family sans
27409 挿入\SpecialChar menuseparator
27410 数式
27411 \family default
27412 メニューで作ることのできる多行数式環境があります。これらの環境は、以下の各節で説明します。
27413 \end_layout
27414
27415 \begin_layout Standard
27416 すべての多行数式において、新規行は、
27417 \begin_inset Info
27418 type  "shortcut"
27419 arg   "newline-insert newline"
27420 \end_inset
27421
27422 を押すことによって作られます。行を足したり削ったりするには、数式ツールバーボタンの
27423 \begin_inset Info
27424 type  "icon"
27425 arg   "inset-modify tabular append-row"
27426 \end_inset
27427
27428
27429 \begin_inset Info
27430 type  "icon"
27431 arg   "inset-modify tabular delete-row"
27432 \end_inset
27433
27434 を使うか、
27435 \family sans
27436 編集\SpecialChar menuseparator
27437 行と列
27438 \family default
27439 メニューを使うことができます。
27440 \end_layout
27441
27442 \begin_layout Subsubsection
27443 行間
27444 \begin_inset CommandInset label
27445 LatexCommand label
27446 name "subsec:行間"
27447
27448 \end_inset
27449
27450
27451 \begin_inset Index idx
27452 status collapsed
27453
27454 \begin_layout Plain Layout
27455 すうしき@数式 ! たぎょう@多行
27456 \begin_inset space \thinspace{}
27457 \end_inset
27458
27459 —— ! ぎょうかん@行間
27460 \end_layout
27461
27462 \end_inset
27463
27464
27465 \end_layout
27466
27467 \begin_layout Standard
27468 以下のように、多行数式において行のあいだの空白が足りないことが、ときどき起こります。
27469 \begin_inset Formula 
27470 \begin{eqnarray*}
27471 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}\\
27472 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
27473 \end{eqnarray*}
27474
27475 \end_inset
27476
27477
27478 \end_layout
27479
27480 \begin_layout Standard
27481 \SpecialChar LaTeX
27482 において行間を付け加えるには、新規行コマンドに非必須の引数をとらせて指定しますが、これはまだ\SpecialChar LyX
27483 には実装されていない
27484 \begin_inset Foot
27485 status collapsed
27486
27487 \begin_layout Plain Layout
27488 \begin_inset CommandInset href
27489 LatexCommand href
27490 name "LyX-bug #1505"
27491 target "http://www.lyx.org/trac/ticket/1505"
27492
27493 \end_inset
27494
27495 を参照。
27496 \end_layout
27497
27498 \end_inset
27499
27500 ので、数式全体を\SpecialChar TeX
27501 モードで入れなくてはなりません。上記の例の行間を大きくするには、最初の行の最後に
27502 \series bold
27503
27504 \backslash
27505
27506 \backslash
27507 [3mm]
27508 \series default
27509 というコマンドを入れます。すると、次のようになります。
27510 \begin_inset ERT
27511 status collapsed
27512
27513 \begin_layout Plain Layout
27514
27515
27516 \backslash
27517 begin{eqnarray*}
27518 \end_layout
27519
27520 \begin_layout Plain Layout
27521
27522 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
27523  = & 
27524 \backslash
27525 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
27526 \backslash
27527
27528 \backslash
27529 [3mm]
27530 \end_layout
27531
27532 \begin_layout Plain Layout
27533
27534 4x^{2}
27535 \backslash
27536 left(B^{2}+x_{0}^{2}
27537 \backslash
27538 right)+4x_{0}x
27539 \backslash
27540 left(D-B^{2}
27541 \backslash
27542 right)+B^{2}
27543 \backslash
27544 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
27545 \backslash
27546 right) & = & 0
27547 \end_layout
27548
27549 \begin_layout Plain Layout
27550
27551
27552 \backslash
27553 end{eqnarray*}
27554 \end_layout
27555
27556 \end_inset
27557
27558
27559 \end_layout
27560
27561 \begin_layout Standard
27562 \begin_inset VSpace bigskip
27563 \end_inset
27564
27565 同一数式内のすべての行の行間を一律に指定するには、
27566 \series bold
27567
27568 \backslash
27569 jot
27570 \series default
27571
27572 \begin_inset Index idx
27573 status collapsed
27574
27575 \begin_layout Plain Layout
27576 こまんど@コマンド ! J ! 
27577 \backslash
27578 jot
27579 \end_layout
27580
27581 \end_inset
27582
27583 変数を変更します。定義は、
27584 \begin_inset Formula $\mbox{行間}=\mathrm{6\,pt+\backslash jot}$
27585 \end_inset
27586
27587 となっています。
27588 \series bold
27589
27590 \backslash
27591 jot
27592 \series default
27593 の既定値は、3
27594 \begin_inset space \thinspace{}
27595 \end_inset
27596
27597 ptです。上記の例のように、行間を3
27598 \begin_inset space \thinspace{}
27599 \end_inset
27600
27601 mm追加するには、
27602 \end_layout
27603
27604 \begin_layout Standard
27605
27606 \series bold
27607
27608 \backslash
27609 setlength{
27610 \backslash
27611 jot}{3mm+3pt}
27612 \end_layout
27613
27614 \begin_layout Standard
27615 というコマンドを、数式直前に\SpecialChar TeX
27616 モードで入れておきます。これを行うには、\SpecialChar LaTeX
27617 プリアンブルに
27618 \end_layout
27619
27620 \begin_layout Standard
27621
27622 \series bold
27623
27624 \backslash
27625 usepackage{calc}
27626 \end_layout
27627
27628 \begin_layout Standard
27629 という行を入れて、\SpecialChar LaTeX
27630 パッケージ
27631 \series bold
27632 calc
27633 \series default
27634
27635 \begin_inset Foot
27636 status collapsed
27637
27638 \begin_layout Plain Layout
27639
27640 \series bold
27641 calc
27642 \series default
27643 は標準的な\SpecialChar LaTeX
27644 頒布版のすべてに付属しています。
27645 \end_layout
27646
27647 \end_inset
27648
27649
27650 \begin_inset Index idx
27651 status collapsed
27652
27653 \begin_layout Plain Layout
27654 ぱっけーじ@パッケージ ! calc
27655 \end_layout
27656
27657 \end_inset
27658
27659  を読み込んでおく必要があります。すると、
27660 \begin_inset ERT
27661 status collapsed
27662
27663 \begin_layout Plain Layout
27664
27665
27666 \backslash
27667 setlength{
27668 \backslash
27669 jot}{3mm+3pt}
27670 \end_layout
27671
27672 \end_inset
27673
27674
27675 \begin_inset Formula 
27676 \begin{eqnarray*}
27677 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}\\
27678 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
27679 \end{eqnarray*}
27680
27681 \end_inset
27682
27683
27684 \end_layout
27685
27686 \begin_layout Standard
27687 \begin_inset ERT
27688 status collapsed
27689
27690 \begin_layout Plain Layout
27691
27692
27693 \backslash
27694 setlength{
27695 \backslash
27696 jot}{3pt}
27697 \end_layout
27698
27699 \end_inset
27700
27701 のような結果を得ます。行間を既定値に戻すには、
27702 \series bold
27703
27704 \backslash
27705 jot
27706 \series default
27707 をふたたび3
27708 \begin_inset space \thinspace{}
27709 \end_inset
27710
27711 ptに戻します。
27712 \end_layout
27713
27714 \begin_layout Subsubsection
27715 列間
27716 \begin_inset CommandInset label
27717 LatexCommand label
27718 name "subsec:列間"
27719
27720 \end_inset
27721
27722
27723 \begin_inset Index idx
27724 status collapsed
27725
27726 \begin_layout Plain Layout
27727 すうしき@数式 ! たぎょう@多行
27728 \begin_inset space \thinspace{}
27729 \end_inset
27730
27731 —— ! れつかん@列間
27732 \end_layout
27733
27734 \end_inset
27735
27736
27737 \end_layout
27738
27739 \begin_layout Standard
27740 多行数式は、行列を形成します。たとえば、eqnarray環境の数式は、3列からなる行列です。この環境で列間を変更すれば、関係子周辺の余白を変更することができます
27741
27742 \end_layout
27743
27744 \begin_layout Standard
27745 列間は、
27746 \series bold
27747
27748 \backslash
27749 arraycolsep
27750 \series default
27751
27752 \begin_inset Index idx
27753 status collapsed
27754
27755 \begin_layout Plain Layout
27756 こまんど@コマンド ! A ! 
27757 \backslash
27758 arraycolsep
27759 \end_layout
27760
27761 \end_inset
27762
27763 変数を使って指定し、
27764 \begin_inset Newline newline
27765 \end_inset
27766
27767 列間 = 2
27768 \begin_inset space \thinspace{}
27769 \end_inset
27770
27771
27772 \series bold
27773
27774 \backslash
27775 arraycolsep
27776 \series default
27777
27778 \begin_inset Newline newline
27779 \end_inset
27780
27781 という関係があります。したがって、
27782 \end_layout
27783
27784 \begin_layout Standard
27785
27786 \series bold
27787
27788 \backslash
27789 setlength{
27790 \backslash
27791 arraycolsep}{1cm}
27792 \end_layout
27793
27794 \begin_layout Standard
27795 というコマンドを\SpecialChar TeX
27796 モードで入れると、ここから後のすべての数式の列間が2
27797 \begin_inset space \thinspace{}
27798 \end_inset
27799
27800 cmになります。これを既定値に戻すには、
27801 \series bold
27802
27803 \backslash
27804 arraycolsep
27805 \series default
27806 を5
27807 \begin_inset space \thinspace{}
27808 \end_inset
27809
27810 ptに戻して下さい。
27811 \end_layout
27812
27813 \begin_layout Standard
27814 以下は、2
27815 \begin_inset space \thinspace{}
27816 \end_inset
27817
27818 cmの列間を持つ数式です。
27819 \begin_inset ERT
27820 status collapsed
27821
27822 \begin_layout Plain Layout
27823
27824
27825 \backslash
27826 setlength{
27827 \backslash
27828 arraycolsep}{1cm}
27829 \end_layout
27830
27831 \end_inset
27832
27833
27834 \begin_inset Formula 
27835 \begin{eqnarray*}
27836 A & = & B\\
27837 C & \ne & A
27838 \end{eqnarray*}
27839
27840 \end_inset
27841
27842 行列の既定の列間10
27843 \begin_inset space \thinspace{}
27844 \end_inset
27845
27846 ptを持つ数式です。
27847 \begin_inset ERT
27848 status collapsed
27849
27850 \begin_layout Plain Layout
27851
27852
27853 \backslash
27854 setlength{
27855 \backslash
27856 arraycolsep}{5pt}
27857 \end_layout
27858
27859 \end_inset
27860
27861
27862 \begin_inset Formula 
27863 \begin{eqnarray*}
27864 A & = & B\\
27865 C & \ne & A
27866 \end{eqnarray*}
27867
27868 \end_inset
27869
27870
27871 \end_layout
27872
27873 \begin_layout Subsubsection
27874 長い数式
27875 \begin_inset Index idx
27876 status collapsed
27877
27878 \begin_layout Plain Layout
27879 すうしき@数式 ! ながい@長い
27880 \end_layout
27881
27882 \end_inset
27883
27884
27885 \end_layout
27886
27887 \begin_layout Standard
27888 長い数式は、以下の方法を使って組版することができます。
27889 \end_layout
27890
27891 \begin_layout Itemize
27892 左辺ないし右辺の一方が、行幅よりもかなり短いときには、以下のように、短い方を左辺に置き、右辺を二行に分けて組版します。
27893 \begin_inset Formula 
27894 \begin{eqnarray}
27895 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 \\
27896  &  & -\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}
27897 \end{eqnarray}
27898
27899 \end_inset
27900
27901 二行目の最初のマイナス記号は、行頭の文字になってしまうため、通常、表示の上で演算子としては取り扱われません。前後に余白が置かれることもなく、分数線からも離れて表
27902 示されません。これを避けるために、マイナス記号の後に
27903 \series bold
27904
27905 \backslash
27906 hspace
27907 \series default
27908 .
27909 \begin_inset Foot
27910 status collapsed
27911
27912 \begin_layout Plain Layout
27913
27914 \series bold
27915
27916 \backslash
27917 hspace
27918 \series default
27919 に関しての詳細は、第
27920 \begin_inset CommandInset ref
27921 LatexCommand ref
27922 reference "subsec:可変長の空白"
27923
27924 \end_inset
27925
27926 節をご覧下さい。
27927 \end_layout
27928
27929 \end_inset
27930
27931
27932 \begin_inset Index idx
27933 status collapsed
27934
27935 \begin_layout Plain Layout
27936 こまんど@コマンド ! H ! 
27937 \backslash
27938 hspace
27939 \end_layout
27940
27941 \end_inset
27942
27943 コマンドを使って3
27944 \begin_inset space \thinspace{}
27945 \end_inset
27946
27947 pt空白を入れてあります。
27948 \end_layout
27949
27950 \begin_layout Itemize
27951 数式の両辺がともに長すぎるときには、
27952 \series bold
27953
27954 \backslash
27955 lefteqn
27956 \series default
27957
27958 \begin_inset Index idx
27959 status collapsed
27960
27961 \begin_layout Plain Layout
27962 こまんど@コマンド ! L ! 
27963 \backslash
27964 lefteqn
27965 \end_layout
27966
27967 \end_inset
27968
27969 コマンドを使います。これを最初の行の第一列に入れると、以下のように、続きの内容が他の列にかかって表示されます。
27970 \begin_inset Formula 
27971 \begin{eqnarray}
27972 \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 \\
27973  &  & -\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 \\
27974  &  & =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}
27975 \end{eqnarray}
27976
27977 \end_inset
27978
27979
27980 \series bold
27981
27982 \backslash
27983 lefteqn
27984 \series default
27985 を入力すると、青枠から少し左にずれたところに現れる紫枠にカーソルが移るので、ここに数式を入力します。
27986 \begin_inset Newline newline
27987 \end_inset
27988
27989 二行め以降の行の内容は、二列め以降の列に挿入します。挿入する列が右になるほど、字下げの量が大きくなります。
27990 \begin_inset VSpace medskip
27991 \end_inset
27992
27993
27994 \begin_inset Newline newline
27995 \end_inset
27996
27997
27998 \begin_inset Note Greyedout
27999 status open
28000
28001 \begin_layout Plain Layout
28002
28003 \series bold
28004
28005 \backslash
28006 lefteqn
28007 \series default
28008 を使用する際には、以下のことにご注意下さい。
28009 \end_layout
28010
28011 \begin_layout Itemize
28012 数式では、ページ幅全部を使うことはしません。たとえば、上記の例で、最初の行に
28013 \begin_inset Formula $-B^{2}$
28014 \end_inset
28015
28016 という項を置いたとすると、ページ余白の領域に出てしまいますが、これはよくありません。幅をうまく使うには、最初の行の行頭に負の空白を入れる方法もあります。
28017 \end_layout
28018
28019 \begin_layout Itemize
28020 \SpecialChar LyX
28021 のバグによって、最初の行にマウスでカーソルを入れることはできません
28022 \begin_inset Foot
28023 status collapsed
28024
28025 \begin_layout Plain Layout
28026 \begin_inset CommandInset href
28027 LatexCommand href
28028 name "LyX-bug #1429"
28029 target "http://www.lyx.org/trac/ticket/1429"
28030
28031 \end_inset
28032
28033
28034 \end_layout
28035
28036 \end_inset
28037
28038 。カーソルを行頭に合わせて、矢印
28039 \begin_inset Flex Ruby
28040 status collapsed
28041
28042 \begin_layout Plain Layout
28043
28044 \begin_inset Argument post:1
28045 status collapsed
28046
28047 \begin_layout Plain Layout
28048 キー
28049 \end_layout
28050
28051 \end_inset
28052
28053
28054 \end_layout
28055
28056 \end_inset
28057
28058 で移動するしかありません。
28059 \end_layout
28060
28061 \end_inset
28062
28063
28064 \end_layout
28065
28066 \begin_layout Itemize
28067 長い数式を組む他の方法として、第
28068 \begin_inset CommandInset ref
28069 LatexCommand ref
28070 reference "subsec:multline環境"
28071
28072 \end_inset
28073
28074 節と第
28075 \begin_inset CommandInset ref
28076 LatexCommand ref
28077 reference "subsec:数式の一部の多行化"
28078
28079 \end_inset
28080
28081 節で述べられている環境を用いる方法があります。
28082 \end_layout
28083
28084 \begin_layout Subsubsection
28085 多行にわたる分数
28086 \begin_inset CommandInset label
28087 LatexCommand label
28088 name "subsec:多行にわたる分数"
28089
28090 \end_inset
28091
28092
28093 \begin_inset Index idx
28094 status open
28095
28096 \begin_layout Plain Layout
28097 ぶんすう@分数 ! たぎょうにわたる@多行にわたる
28098 \end_layout
28099
28100 \end_inset
28101
28102
28103 \end_layout
28104
28105 \begin_layout Standard
28106 分数の分母もしくは分子が長すぎて、一行に入りきらないことがあります。この場合には、分数内で改行をしなくてはなりません。これを行うには、
28107 \series bold
28108
28109 \backslash
28110 splitfrac
28111 \series default
28112 コマンド
28113 \begin_inset Index idx
28114 status collapsed
28115
28116 \begin_layout Plain Layout
28117 こまんど@コマンド ! S ! 
28118 \backslash
28119 splitfrac
28120 \end_layout
28121
28122 \end_inset
28123
28124 を使うことができます。これを有効化するには、文書設定の
28125 \family sans
28126 数式オプション
28127 \family default
28128 で、
28129 \series bold
28130 mathtools
28131 \series default
28132 パッケージ
28133 \begin_inset Index idx
28134 status collapsed
28135
28136 \begin_layout Plain Layout
28137 ぱっけーじ@パッケージ ! mathtools
28138 \end_layout
28139
28140 \end_inset
28141
28142
28143 \family sans
28144 常に読み込み
28145 \family default
28146 オプションを指定してください。
28147 \series bold
28148
28149 \backslash
28150 splitfrac
28151 \series default
28152 のスキームは
28153 \end_layout
28154
28155 \begin_layout Standard
28156
28157 \series bold
28158
28159 \backslash
28160 splitfrac{1行目}{2行目}
28161 \end_layout
28162
28163 \begin_layout Standard
28164 となっており、分母にも分子にも使うことができます。
28165 \end_layout
28166
28167 \begin_layout Standard
28168 \begin_inset Formula 
28169 \[
28170 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}
28171 \]
28172
28173 \end_inset
28174
28175 上記の最初の分子に使われているコマンドは、
28176 \end_layout
28177
28178 \begin_layout Standard
28179
28180 \series bold
28181
28182 \backslash
28183 splitfrac{xy+xy+xy+xy+xy
28184 \begin_inset space \textvisiblespace{}
28185 \end_inset
28186
28187
28188 \backslash
28189 {+wy+wy+wy+wy
28190 \end_layout
28191
28192 \begin_layout Standard
28193 です。
28194 \end_layout
28195
28196 \begin_layout Subsubsection
28197 多行にわたる括弧
28198 \begin_inset CommandInset label
28199 LatexCommand label
28200 name "subsec:多行にわたる括弧"
28201
28202 \end_inset
28203
28204
28205 \begin_inset Index idx
28206 status collapsed
28207
28208 \begin_layout Plain Layout
28209 かっこ@括弧 ! たぎょうすうしきよう@多行数式用
28210 \end_layout
28211
28212 \end_inset
28213
28214
28215 \end_layout
28216
28217 \begin_layout Standard
28218 多行にわたる括弧を作ろうとすると、以下のような問題が生じます。
28219 \begin_inset Formula 
28220 \begin{eqnarray*}
28221 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28222  &  & \left.\cdots+B-D\right]
28223 \end{eqnarray*}
28224
28225 \end_inset
28226
28227
28228 \end_layout
28229
28230 \begin_layout Standard
28231 可変寸法の括弧は多行にわたることができないので、閉じ括弧が初めの括弧よりも小さくなってしまっています。
28232 \end_layout
28233
28234 \begin_layout Standard
28235 二行めの括弧の大きさを正しく設定するには、最初の行の終わりを
28236 \series bold
28237
28238 \backslash
28239 right.
28240 \series default
28241
28242 \begin_inset Index idx
28243 status collapsed
28244
28245 \begin_layout Plain Layout
28246 こまんど@コマンド ! R ! 
28247 \backslash
28248 right
28249 \end_layout
28250
28251 \end_inset
28252
28253 とし、二行めの始めを
28254 \series bold
28255
28256 \backslash
28257 left.
28258 \begin_inset Foot
28259 status collapsed
28260
28261 \begin_layout Plain Layout
28262
28263 \series bold
28264
28265 \backslash
28266 left
28267 \series default
28268
28269 \series bold
28270
28271 \backslash
28272 right
28273 \series default
28274 に関する詳細は、第
28275 \begin_inset CommandInset ref
28276 LatexCommand ref
28277 reference "subsec:自動の括弧丈"
28278
28279 \end_inset
28280
28281 節をご覧下さい。
28282 \end_layout
28283
28284 \end_inset
28285
28286
28287 \series default
28288
28289 \begin_inset Index idx
28290 status collapsed
28291
28292 \begin_layout Plain Layout
28293 こまんど@コマンド ! L ! 
28294 \backslash
28295 left
28296 \end_layout
28297
28298 \end_inset
28299
28300 とします。一行めにおいては、範囲付き積演算子がもっとも大きな記号であり、これが二行めの括弧の大きさにならなくてはならないので、
28301 \series bold
28302
28303 \backslash
28304 left.
28305 \series default
28306 の後に、
28307 \series bold
28308
28309 \backslash
28310 vphantom
28311 \series default
28312
28313 \begin_inset space \textvisiblespace{}
28314 \end_inset
28315
28316
28317 \series bold
28318
28319 \backslash
28320 prod
28321 \series default
28322 ^
28323 \begin_inset space \textvisiblespace{}
28324 \end_inset
28325
28326
28327 \series bold
28328
28329 \backslash
28330 infty
28331 \series default
28332
28333 \begin_inset space \textvisiblespace{}
28334 \end_inset
28335
28336
28337 \series bold
28338
28339 \begin_inset Formula $\downarrow$
28340 \end_inset
28341
28342 _R=1}
28343 \series default
28344
28345 \begin_inset Index idx
28346 status collapsed
28347
28348 \begin_layout Plain Layout
28349 こまんど@コマンド ! V ! 
28350 \backslash
28351 vphantom
28352 \end_layout
28353
28354 \end_inset
28355
28356 というコマンドを挿入します。
28357 \end_layout
28358
28359 \begin_layout Standard
28360 その結果が以下の数式です。
28361 \begin_inset Formula 
28362 \begin{eqnarray*}
28363 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28364  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
28365 \end{eqnarray*}
28366
28367 \end_inset
28368
28369
28370 \end_layout
28371
28372 \begin_layout Subsection
28373 align環境
28374 \end_layout
28375
28376 \begin_layout Standard
28377 align環境は、すべての型の多行数式に使うことができ、とくに、いくつかの数式を並べて表示させるのに便利です。
28378 \end_layout
28379
28380 \begin_layout Standard
28381 align環境には列があり、奇数列は右揃え、偶数列は左揃えに設定されます。align環境の行にはすべて、付番することができます。
28382 \end_layout
28383
28384 \begin_layout Standard
28385 align環境は、
28386 \family sans
28387 挿入\SpecialChar menuseparator
28388 数式
28389 \family default
28390 メニューから作ることができます。
28391 \family sans
28392 編集\SpecialChar menuseparator
28393 数式\SpecialChar menuseparator
28394 数式の表記を変更
28395 \family default
28396 メニューを使えば、既存の数式をalign環境に変更することができます。
28397 \end_layout
28398
28399 \begin_layout Standard
28400 列を追加したり削除したりするには、数式ツールバーボタンの
28401 \begin_inset Info
28402 type  "icon"
28403 arg   "inset-modify tabular append-column"
28404 \end_inset
28405
28406
28407 \begin_inset Info
28408 type  "icon"
28409 arg   "inset-modify tabular delete-column"
28410 \end_inset
28411
28412 を使うか、
28413 \family sans
28414 編集\SpecialChar menuseparator
28415 行と列
28416 \family default
28417 メニューを使います。
28418 \end_layout
28419
28420 \begin_layout Subsubsection
28421 標準align環境
28422 \begin_inset CommandInset label
28423 LatexCommand label
28424 name "subsec:標準align環境"
28425
28426 \end_inset
28427
28428
28429 \begin_inset Index idx
28430 status collapsed
28431
28432 \begin_layout Plain Layout
28433 すうしき@数式 ! たぎょう@多行
28434 \begin_inset space \thinspace{}
28435 \end_inset
28436
28437 —— ! alignかんきょう@align環境
28438 \end_layout
28439
28440 \end_inset
28441
28442
28443 \end_layout
28444
28445 \begin_layout Standard
28446 このalign環境は、数式中で
28447 \begin_inset Info
28448 type  "shortcut"
28449 arg   "newline-insert newline"
28450 \end_inset
28451
28452 を押すか、
28453 \family sans
28454 挿入\SpecialChar menuseparator
28455 数式\SpecialChar menuseparator
28456 AMS align環境
28457 \family default
28458 メニューで作ることができます。
28459 \end_layout
28460
28461 \begin_layout Standard
28462 以下は、二つの数式を横に並べた例ですが、これは4列からなるalign環境として作ります。
28463 \begin_inset Formula 
28464 \begin{align*}
28465 A & =\sin(B) & C & =D\\
28466 C & \ne A & B & \ne D
28467 \end{align*}
28468
28469 \end_inset
28470
28471 ご覧になって分かるように、この環境の数式は、一列めの前と偶数列の後に
28472 \series bold
28473
28474 \backslash
28475 hfill
28476 \begin_inset Foot
28477 status collapsed
28478
28479 \begin_layout Plain Layout
28480
28481 \series bold
28482
28483 \backslash
28484 hfill
28485 \series default
28486 に関する詳細は、第
28487 \begin_inset CommandInset ref
28488 LatexCommand ref
28489 reference "subsec:可変長の空白"
28490
28491 \end_inset
28492
28493 節をご覧下さい。
28494 \end_layout
28495
28496 \end_inset
28497
28498
28499 \series default
28500 があるかのように配置されます。数式様式として
28501 \series bold
28502 行頭下げ
28503 \begin_inset Foot
28504 status collapsed
28505
28506 \begin_layout Plain Layout
28507
28508 \series bold
28509 数式様式については、第
28510 \series default
28511
28512 \begin_inset CommandInset ref
28513 LatexCommand ref
28514 reference "sec:数式様式"
28515
28516 \end_inset
28517
28518 節をご覧下さい。
28519 \end_layout
28520
28521 \end_inset
28522
28523
28524 \series default
28525 を使う場合には、第一列の前の
28526 \series bold
28527
28528 \backslash
28529 hfill
28530 \series default
28531 はない形で数式が設定されます。
28532 \end_layout
28533
28534 \begin_layout Subsubsection
28535 alignat環境
28536 \begin_inset Index idx
28537 status collapsed
28538
28539 \begin_layout Plain Layout
28540 すうしき@数式 ! たぎょう@多行
28541 \begin_inset space \thinspace{}
28542 \end_inset
28543
28544 —— ! alignatかんきょう@alignat環境
28545 \end_layout
28546
28547 \end_inset
28548
28549
28550 \end_layout
28551
28552 \begin_layout Standard
28553 alignat環境には、事前に設定された列間が存在しません。列間は、必要ならば、第
28554 \begin_inset CommandInset ref
28555 LatexCommand ref
28556 reference "subsec:空白"
28557
28558 \end_inset
28559
28560 節に述べられている空白を使用して手動で入れます。
28561 \end_layout
28562
28563 \begin_layout Standard
28564 以下は、上記の例をalignat環境に設定し、二つめの数式の頭に1
28565 \begin_inset space \thinspace{}
28566 \end_inset
28567
28568 cmの空白を入れたものです。
28569 \begin_inset Formula 
28570 \begin{alignat*}{2}
28571 A & =\sin(B) & \hspace{1cm}C & =D\\
28572 C & \ne A & B & \ne D
28573 \end{alignat*}
28574
28575 \end_inset
28576
28577 列間を各列ごとに設定することができるので、この環境は、とくに三つないし四つの数式を横に並べるのに向いています。
28578 \end_layout
28579
28580 \begin_layout Subsubsection
28581 flalign環境
28582 \begin_inset CommandInset label
28583 LatexCommand label
28584 name "subsec:flalign環境"
28585
28586 \end_inset
28587
28588
28589 \begin_inset Index idx
28590 status collapsed
28591
28592 \begin_layout Plain Layout
28593 すうしき@数式 ! たぎょう@多行
28594 \begin_inset space \thinspace{}
28595 \end_inset
28596
28597 —— ! flalignかんきょう@flalign環境
28598 \end_layout
28599
28600 \end_inset
28601
28602
28603 \end_layout
28604
28605 \begin_layout Standard
28606 この環境では、つねに、最初の二列をできるだけ左寄せにし、最後の二列をできるだけ右寄せにするように設定されます。以下がその例です。
28607 \begin_inset Formula 
28608 \begin{flalign*}
28609 A & =1 & B & =2 & C & =3\\
28610 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
28611 \end{flalign*}
28612
28613 \end_inset
28614
28615
28616 \end_layout
28617
28618 \begin_layout Standard
28619 奇数列のflalign環境を作成し、最後の列に空の\SpecialChar TeX
28620 括弧を入れておくと、数式様式として
28621 \series bold
28622 中央揃え
28623 \series default
28624 が用いられているときでも、一部の数式を左寄せにすることができます。以下は、例として
28625 \begin_inset CommandInset ref
28626 LatexCommand eqref
28627 reference "eq:VolInt"
28628
28629 \end_inset
28630
28631 式を行頭下げにしたものです。
28632 \begin_inset Formula 
28633 \begin{flalign}
28634 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}
28635 \end{flalign}
28636
28637 \end_inset
28638
28639 ここで、最初の二列には数式が入れられており、行頭下げ数式様式と同等の字下げを行うために、30
28640 \begin_inset space \thinspace{}
28641 \end_inset
28642
28643 ptの空白が第1列の頭に入れてあります。
28644 \end_layout
28645
28646 \begin_layout Subsection
28647 eqnarray環境
28648 \begin_inset CommandInset label
28649 LatexCommand label
28650 name "subsec:eqnarray環境"
28651
28652 \end_inset
28653
28654
28655 \begin_inset Index idx
28656 status collapsed
28657
28658 \begin_layout Plain Layout
28659 すうしき@数式 ! たぎょう@多行
28660 \begin_inset space \thinspace{}
28661 \end_inset
28662
28663 —— ! eqnarrayかんきょう@eqnarray環境
28664 \end_layout
28665
28666 \end_inset
28667
28668
28669 \end_layout
28670
28671 \begin_layout Standard
28672 この環境を作成すると、三つの青枠が現れます。最初の枠の内容は右寄せに設定され、最後の枠の内容は左寄せに設定されます。中央の枠は、関係子のみを入れることを想定して
28673 いるので、その内容は中央揃えで少し小さく設定されます。
28674 \begin_inset Formula 
28675 \begin{eqnarray*}
28676 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
28677 AB & AB & AB\\
28678 A & = & A
28679 \end{eqnarray*}
28680
28681 \end_inset
28682
28683
28684 \end_layout
28685
28686 \begin_layout Subsection
28687 gather環境
28688 \begin_inset Index idx
28689 status collapsed
28690
28691 \begin_layout Plain Layout
28692 すうしき@数式 ! たぎょう@多行
28693 \begin_inset space \thinspace{}
28694 \end_inset
28695
28696 —— ! gatherかんきょう@gather環境
28697 \end_layout
28698
28699 \end_inset
28700
28701
28702 \end_layout
28703
28704 \begin_layout Standard
28705 この環境には、中央揃えに設定された列一つしかありません。行はすべて付番することができます。
28706 \begin_inset Formula 
28707 \begin{gather}
28708 A=1\\
28709 X=\textrm{-}1
28710 \end{gather}
28711
28712 \end_inset
28713
28714
28715 \end_layout
28716
28717 \begin_layout Subsection
28718 multline環境
28719 \begin_inset CommandInset label
28720 LatexCommand label
28721 name "subsec:multline環境"
28722
28723 \end_inset
28724
28725
28726 \begin_inset Index idx
28727 status collapsed
28728
28729 \begin_layout Plain Layout
28730 すうしき@数式 ! たぎょう@多行
28731 \begin_inset space \thinspace{}
28732 \end_inset
28733
28734 —— ! multlineかんきょう@multpline環境
28735 \end_layout
28736
28737 \end_inset
28738
28739
28740 \end_layout
28741
28742 \begin_layout Standard
28743 gather環境同様、multline環境には、中央揃えに設定された列一つしかありません。ただし、一行めが左揃えに設定され、最終行が右揃えに設定されるのです。他
28744 の行はすべて中央揃えになります。このことから、この環境は、長い数式に使うのに向いています。用例として、
28745 \begin_inset CommandInset ref
28746 LatexCommand eqref
28747 reference "eq:lefteqn"
28748
28749 \end_inset
28750
28751 式をmultline環境に置いたものを示します。
28752 \begin_inset Formula 
28753 \begin{multline}
28754 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}\\
28755 -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}\\
28756 =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}}
28757 \end{multline}
28758
28759 \end_inset
28760
28761
28762 \end_layout
28763
28764 \begin_layout Standard
28765 文書の付番設定が右寄せ(左寄せ)になっているときには、出力では、multline環境の最後(最初)の行だけが付番されます
28766 \begin_inset Foot
28767 status collapsed
28768
28769 \begin_layout Plain Layout
28770 付番様式については、第
28771 \begin_inset CommandInset ref
28772 LatexCommand ref
28773 reference "sec:数式様式"
28774
28775 \end_inset
28776
28777 節を参照。
28778 \end_layout
28779
28780 \end_inset
28781
28782
28783 \end_layout
28784
28785 \begin_layout Standard
28786
28787 \series bold
28788
28789 \backslash
28790 shoveright
28791 \begin_inset Index idx
28792 status collapsed
28793
28794 \begin_layout Plain Layout
28795 こまんど@コマンド ! S ! 
28796 \backslash
28797 shoveright
28798 \end_layout
28799
28800 \end_inset
28801
28802 コマンドや
28803 \backslash
28804 shoveleft
28805 \begin_inset Index idx
28806 status collapsed
28807
28808 \begin_layout Plain Layout
28809 こまんど@コマンド ! S ! 
28810 \backslash
28811 shoveleft
28812 \end_layout
28813
28814 \end_inset
28815
28816
28817 \series default
28818 コマンドを使えば、中央揃えの行を右寄せや左寄せにすることができます。これらのコマンドは、以下のようにして使います。
28819 \end_layout
28820
28821 \begin_layout Standard
28822
28823 \series bold
28824
28825 \backslash
28826 shoveright{行の内容}
28827 \series default
28828 あるいは
28829 \series bold
28830
28831 \backslash
28832 shoveleft{行の内容}
28833 \end_layout
28834
28835 \begin_layout Standard
28836 \begin_inset VSpace medskip
28837 \end_inset
28838
28839
28840 \series bold
28841
28842 \backslash
28843 multlinegap
28844 \begin_inset Index idx
28845 status collapsed
28846
28847 \begin_layout Plain Layout
28848 こまんど@コマンド ! M ! 
28849 \backslash
28850 multlinegap
28851 \end_layout
28852
28853 \end_inset
28854
28855
28856 \series default
28857 長は、一行めの左ページ余白からの距離を指定します。既定値は0
28858 \begin_inset space \thinspace{}
28859 \end_inset
28860
28861 ptの長さです。
28862 \end_layout
28863
28864 \begin_layout Standard
28865 以下は、上記の数式に
28866 \end_layout
28867
28868 \begin_layout Standard
28869
28870 \series bold
28871
28872 \backslash
28873 setlength{
28874 \backslash
28875 multlinegap}{2cm}
28876 \end_layout
28877
28878 \begin_layout Standard
28879 というコマンドを、\SpecialChar TeX
28880 モードで直前に挿入した例です。
28881 \begin_inset ERT
28882 status collapsed
28883
28884 \begin_layout Plain Layout
28885
28886
28887 \backslash
28888 setlength{
28889 \backslash
28890 multlinegap}{2cm}
28891 \end_layout
28892
28893 \end_inset
28894
28895
28896 \begin_inset Formula 
28897 \begin{multline}
28898 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}\\
28899 \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}}\\
28900 =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}}
28901 \end{multline}
28902
28903 \end_inset
28904
28905
28906 \begin_inset ERT
28907 status collapsed
28908
28909 \begin_layout Plain Layout
28910
28911
28912 \backslash
28913 setlength{
28914 \backslash
28915 multlinegap}{0pt}
28916 \end_layout
28917
28918 \end_inset
28919
28920 二行めは、
28921 \series bold
28922
28923 \backslash
28924 shoveleft
28925 \series default
28926 を使って左揃えにしています。
28927 \end_layout
28928
28929 \begin_layout Subsection
28930 数式の一部の多行化
28931 \begin_inset CommandInset label
28932 LatexCommand label
28933 name "subsec:数式の一部の多行化"
28934
28935 \end_inset
28936
28937
28938 \begin_inset Index idx
28939 status collapsed
28940
28941 \begin_layout Plain Layout
28942 すうしき@数式 ! たぎょう@多行
28943 \begin_inset space \thinspace{}
28944 \end_inset
28945
28946 —— ! すうしきのいちぶ@数式の一部
28947 \end_layout
28948
28949 \end_inset
28950
28951
28952 \end_layout
28953
28954 \begin_layout Standard
28955 数式の一部分のみを多行表示したい場合には、
28956 \series bold
28957 aligned
28958 \series default
28959
28960 \series bold
28961 alignedat
28962 \series default
28963
28964 \series bold
28965 gathered
28966 \series default
28967
28968 \series bold
28969 split
28970 \series default
28971 のうちのいずれかの環境を使用します。これらは、
28972 \family sans
28973 挿入\SpecialChar menuseparator
28974 数式
28975 \family default
28976 メニューか、本節で解説している各コマンドを使用して挿入することができます。
28977 \end_layout
28978
28979 \begin_layout Standard
28980 最初の三つの環境は、環境名から
28981 \series bold
28982 ed
28983 \series default
28984 を省いた同名の多行数式環境と同じ性格を持ちますが、環境の前後に数式を続けることが可能です。たとえば、
28985 \begin_inset Formula 
28986 \[
28987 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
28988 \Delta E\Delta t & \ge\frac{\hbar}{2}
28989 \end{aligned}
28990 \right\} \textrm{不確定性原理}
28991 \]
28992
28993 \end_inset
28994
28995
28996 \end_layout
28997
28998 \begin_layout Standard
28999 この数式を作るには、別行立て数式をまず作っておいて、そこに
29000 \series bold
29001
29002 \backslash
29003 aligned
29004 \begin_inset Index idx
29005 status collapsed
29006
29007 \begin_layout Plain Layout
29008 こまんど@コマンド ! A ! 
29009 \backslash
29010 aligned
29011 \end_layout
29012
29013 \end_inset
29014
29015
29016 \series default
29017 コマンドを挿入しています。紫枠の中に青枠が現れるので、そこに必要に応じて、列や行を加えていきます。この多行環境の外には、括弧などの他の数式要素を入れることができ
29018 ます。
29019 \end_layout
29020
29021 \begin_layout Standard
29022 aligned環境は、長い数式を水平方向を揃えて表示するのにも向いています。別行立て数式内でalignedを用いるようにすると、数式番号を行末の、数式全高の中心
29023 に配置できる利点があります。以下に例として、
29024 \begin_inset CommandInset ref
29025 LatexCommand eqref
29026 reference "eq:shortlong"
29027
29028 \end_inset
29029
29030 式にaligned環境を適用したものを示します。
29031 \begin_inset Formula 
29032 \begin{equation}
29033 \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}|}\\
29034  & -\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}|}
29035 \end{aligned}
29036 \end{equation}
29037
29038 \end_inset
29039
29040
29041 \end_layout
29042
29043 \begin_layout Standard
29044
29045 \series bold
29046 alignedat
29047 \series default
29048
29049 \series bold
29050 gathered
29051 \series default
29052
29053 \series bold
29054 split
29055 \series default
29056 の各環境を使うには、それぞれ
29057 \series bold
29058
29059 \backslash
29060 alignedat
29061 \series default
29062
29063 \begin_inset Index idx
29064 status collapsed
29065
29066 \begin_layout Plain Layout
29067 こまんど@コマンド ! A ! 
29068 \backslash
29069 alignedat
29070 \end_layout
29071
29072 \end_inset
29073
29074
29075 \series bold
29076
29077 \backslash
29078 gathered
29079 \series default
29080
29081 \begin_inset Index idx
29082 status collapsed
29083
29084 \begin_layout Plain Layout
29085 こまんど@コマンド ! G ! 
29086 \backslash
29087 gathered
29088 \end_layout
29089
29090 \end_inset
29091
29092
29093 \series bold
29094
29095 \backslash
29096 split
29097 \series default
29098
29099 \begin_inset Index idx
29100 status collapsed
29101
29102 \begin_layout Plain Layout
29103 こまんど@コマンド ! S ! 
29104 \backslash
29105 split
29106 \end_layout
29107
29108 \end_inset
29109
29110 の各コマンドを挿入します。split環境は、aligned環境と同じ性格を持ちますが、二つの列しか作ることができません。
29111 \end_layout
29112
29113 \begin_layout Subsection
29114 多行数式中のテキスト
29115 \begin_inset CommandInset label
29116 LatexCommand label
29117 name "subsec:多行数式中のテキスト"
29118
29119 \end_inset
29120
29121
29122 \begin_inset Index idx
29123 status collapsed
29124
29125 \begin_layout Plain Layout
29126 てきすと @ テキスト ! すうしきちゅうの @ 数式中の
29127 \end_layout
29128
29129 \end_inset
29130
29131
29132 \begin_inset Index idx
29133 status collapsed
29134
29135 \begin_layout Plain Layout
29136 すうしき @ 数式 ! たぎょう @ 多行
29137 \begin_inset space \thinspace{}
29138 \end_inset
29139
29140 —— ! てきすと @ テキスト
29141 \end_layout
29142
29143 \end_inset
29144
29145
29146 \end_layout
29147
29148 \begin_layout Standard
29149 各align系環境およびmultline・gather環境では、独立した行に列揃えの影響を受けない形でテキストを挿入することができます。これを行うには、以下の書
29150 式を持つ
29151 \series bold
29152
29153 \backslash
29154 intertext
29155 \series default
29156
29157 \begin_inset Index idx
29158 status collapsed
29159
29160 \begin_layout Plain Layout
29161 こまんど@コマンド ! I ! 
29162 \backslash
29163 intertext
29164 \end_layout
29165
29166 \end_inset
29167
29168 コマンドを使います。
29169 \end_layout
29170
29171 \begin_layout Standard
29172
29173 \series bold
29174
29175 \backslash
29176 intertext{テキスト}
29177 \end_layout
29178
29179 \begin_layout Standard
29180 テキストのハイフネーションを行うことはできないので、テキストは一行に収めなくてはなりません。\SpecialChar LyX
29181 は、現時点では
29182 \series bold
29183
29184 \backslash
29185 intertext
29186 \series default
29187 を直接サポートしていないので、テキストは数式テキストとして書き入れます。ここで、
29188 \series bold
29189
29190 \backslash
29191 intertext
29192 \series default
29193 は行頭になくてはならず、当該行の上に出力されます。以下は、二行めの行頭にテキストを入れた例です。
29194 \begin_inset Formula 
29195 \begin{align}
29196 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29197 \intertext{\text{被積分函数は\ensuremath{\phi=\pi}において対称なので、}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
29198 \end{align}
29199
29200 \end_inset
29201
29202
29203 \end_layout
29204
29205 \begin_layout Standard
29206
29207 \series bold
29208
29209 \backslash
29210 intertext
29211 \series default
29212 は、文と数式行の間に、常に縦空白を生み出します。この空白を抑制するには、文書設定の
29213 \family sans
29214 数式オプション
29215 \family default
29216
29217 \series bold
29218 mathtools
29219 \series default
29220
29221 \begin_inset Index idx
29222 status collapsed
29223
29224 \begin_layout Plain Layout
29225 ぱっけーじ@パッケージ ! mathtools
29226 \end_layout
29227
29228 \end_inset
29229
29230 パッケージを
29231 \family sans
29232 常に読み込み
29233 \family default
29234 に設定してください。そうすると、以下のように、
29235 \series bold
29236
29237 \backslash
29238 intertext
29239 \series default
29240 の代わりに
29241 \series bold
29242
29243 \backslash
29244 shortintertext
29245 \series default
29246
29247 \begin_inset Index idx
29248 status collapsed
29249
29250 \begin_layout Plain Layout
29251 こまんど@コマンド ! S ! 
29252 \backslash
29253 shortintertext
29254 \end_layout
29255
29256 \end_inset
29257
29258 コマンドを使うことができます。
29259 \begin_inset Formula 
29260 \begin{align}
29261 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29262 \shortintertext{\text{被積分函数は\ensuremath{\phi=\pi}において対称なので、}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
29263 \end{align}
29264
29265 \end_inset
29266
29267
29268 \end_layout
29269
29270 \begin_layout Section
29271 数式番号
29272 \begin_inset Index idx
29273 status collapsed
29274
29275 \begin_layout Plain Layout
29276 すうしきばんごう@数式番号
29277 \end_layout
29278
29279 \end_inset
29280
29281
29282 \begin_inset Index idx
29283 status collapsed
29284
29285 \begin_layout Plain Layout
29286 すうしき@数式 ! ばんごう@番号
29287 \begin_inset ERT
29288 status collapsed
29289
29290 \begin_layout Plain Layout
29291
29292 |see{
29293 \end_layout
29294
29295 \end_inset
29296
29297 数式番号
29298 \begin_inset ERT
29299 status collapsed
29300
29301 \begin_layout Plain Layout
29302
29303 }
29304 \end_layout
29305
29306 \end_inset
29307
29308
29309 \end_layout
29310
29311 \end_inset
29312
29313
29314 \end_layout
29315
29316 \begin_layout Subsection
29317 概要
29318 \end_layout
29319
29320 \begin_layout Standard
29321 付番数式は、
29322 \family sans
29323 挿入\SpecialChar menuseparator
29324 数式\SpecialChar menuseparator
29325 付番数式
29326 \family default
29327 メニュー(
29328 \begin_inset Flex Ruby
29329 status collapsed
29330
29331 \begin_layout Plain Layout
29332 捷径
29333 \begin_inset Argument post:1
29334 status collapsed
29335
29336 \begin_layout Plain Layout
29337 ショートカット
29338 \end_layout
29339
29340 \end_inset
29341
29342
29343 \end_layout
29344
29345 \end_inset
29346
29347
29348 \family sans
29349 Ctrl+Alt
29350 \begin_inset space ~
29351 \end_inset
29352
29353 N
29354 \family default
29355 )で作ることができます。既存の数式に番号を振るには、
29356 \family sans
29357 編集\SpecialChar menuseparator
29358 数式\SpecialChar menuseparator
29359 数式全体を付番
29360 \family default
29361 メニュー(捷径:
29362 \begin_inset Info
29363 type  "shortcut"
29364 arg   "math-number-toggle"
29365 \end_inset
29366
29367 )を使います。\SpecialChar LyX
29368 中において数式番号は、数式の後に括弧に囲まれた「#」で表されます。「#」は、実際の出力では数式番号に置き換えられます。
29369 \end_layout
29370
29371 \begin_layout Standard
29372 多行数式で付番が有効になっているときには、すべての行に番号が振られます。ただし、
29373 \family sans
29374 編集\SpecialChar menuseparator
29375 数式\SpecialChar menuseparator
29376 この行を付番
29377 \family default
29378 メニュー(捷径:
29379 \begin_inset Info
29380 type  "shortcut"
29381 arg   "math-number-line-toggle"
29382 \end_inset
29383
29384 )を使用すれば、各行毎に付番するかどうか指定することができます。
29385 \end_layout
29386
29387 \begin_layout Standard
29388 行内数式を除いて、すべての数式は二通りの様式で番号を振ることができます。第
29389 \begin_inset CommandInset ref
29390 LatexCommand ref
29391 reference "sec:数式様式"
29392
29393 \end_inset
29394
29395 節をご覧下さい。
29396 \end_layout
29397
29398 \begin_layout Subsection
29399 相互参照
29400 \begin_inset Index idx
29401 status collapsed
29402
29403 \begin_layout Plain Layout
29404 そうごさんしょう@相互参照 ! すうしきへの@数式への
29405 \end_layout
29406
29407 \end_inset
29408
29409
29410 \end_layout
29411
29412 \begin_layout Standard
29413 ラベルを付けた数式は、すべて相互参照することができます。ラベルは、
29414 \family sans
29415 挿入\SpecialChar menuseparator
29416 ラベル
29417 \family default
29418 メニューか、ツールバーボタンの
29419 \begin_inset Info
29420 type  "icon"
29421 arg   "label-insert"
29422 \end_inset
29423
29424 で付けることができます。このとき、カーソルは別行立て数式の中になくてはなりません。すると、テキストフィールドの中に
29425 \series bold
29426 eq:と
29427 \series default
29428 いう接頭語の入ったダイアログが現れるので、接頭語の後にラベルを挿入します。この既定の接頭辞は「equation(数式)」を意味し、こうして数式ラベルであるとの標
29429 を付けることによって、節ラベルなどから区別し、大きな文書の中でラベルを見つけるのを容易にします。ラベルを変更するには、
29430 \family sans
29431 挿入\SpecialChar menuseparator
29432 ラベル
29433 \family default
29434 メニューをもういちど使って下さい。
29435 \end_layout
29436
29437 \begin_layout Standard
29438 \SpecialChar LyX
29439 中でラベル名は、数式の後ろに、二つの括弧に囲まれて表示されます。ラベル付きの数式はつねに付番されます。
29440 \end_layout
29441
29442 \begin_layout Standard
29443 相互参照は、
29444 \family sans
29445 挿入\SpecialChar menuseparator
29446 相互参照
29447 \family default
29448 メニューかツールバーボタンの
29449 \begin_inset Info
29450 type  "icon"
29451 arg   "dialog-show-new-inset ref"
29452 \end_inset
29453
29454 を使って挿入します。数式相互参照は、出力では数式番号として表示されます。相互参照ダイアログで「
29455 \series bold
29456 (<参照>)
29457 \series default
29458 」書式を選択した場合には、出力での相互参照は、括弧に囲まれた数式番号として表示されます。
29459 \begin_inset Newline newline
29460 \end_inset
29461
29462 \SpecialChar LyX
29463 中で相互参照を右クリックすると、参照先の数式に移動することができます。
29464 \end_layout
29465
29466 \begin_layout Standard
29467 以下は、後の各小節に現れる数式への相互参照を含む例です。
29468 \begin_inset Note Note
29469 status open
29470
29471 \begin_layout Plain Layout
29472 相互参照の型の違いに留意してください。
29473 \end_layout
29474
29475 \end_inset
29476
29477
29478 \end_layout
29479
29480 \begin_layout Standard
29481 \begin_inset CommandInset ref
29482 LatexCommand eqref
29483 reference "eq:tag"
29484
29485 \end_inset
29486
29487 式と
29488 \begin_inset CommandInset ref
29489 LatexCommand eqref
29490 reference "eq:c"
29491
29492 \end_inset
29493
29494 式は、等価です。(
29495 \begin_inset CommandInset ref
29496 LatexCommand ref
29497 reference "eq:Rom"
29498
29499 \end_inset
29500
29501 )式とは異なり、(
29502 \begin_inset CommandInset ref
29503 LatexCommand ref
29504 reference "eq:Lat"
29505
29506 \end_inset
29507
29508 )式では、付番にラテン数字を使用しています。
29509 \end_layout
29510
29511 \begin_layout Standard
29512 \begin_inset VSpace medskip
29513 \end_inset
29514
29515
29516 \series bold
29517
29518 \backslash
29519 tag
29520 \begin_inset Foot
29521 status collapsed
29522
29523 \begin_layout Plain Layout
29524
29525 \series bold
29526
29527 \backslash
29528 tag
29529 \series default
29530 は、第
29531 \begin_inset CommandInset ref
29532 LatexCommand ref
29533 reference "subsec:自己定義番号"
29534
29535 \end_inset
29536
29537 節に説明があります。
29538 \end_layout
29539
29540 \end_inset
29541
29542
29543 \series default
29544 の引数が、第
29545 \begin_inset CommandInset ref
29546 LatexCommand ref
29547 reference "subsec:段落ボックス"
29548
29549 \end_inset
29550
29551 節で述べたボックスを含んでいるときには、その数式を参照することはできません。
29552 \end_layout
29553
29554 \begin_layout Subsection
29555 細目番号
29556 \begin_inset Index idx
29557 status collapsed
29558
29559 \begin_layout Plain Layout
29560 すうしきばんごう@数式番号 ! さいもくばんごう@細目番号
29561 \end_layout
29562
29563 \end_inset
29564
29565
29566 \end_layout
29567
29568 \begin_layout Standard
29569
29570 \series bold
29571
29572 \backslash
29573 begin{subequations}
29574 \series default
29575 および
29576 \series bold
29577
29578 \backslash
29579 end{subequations}
29580 \series default
29581 コマンドを使うと、数式に細目番号を付けることができます。これらのコマンドは、\SpecialChar TeX
29582 モードで入れます。
29583 \end_layout
29584
29585 \begin_layout Standard
29586 たとえば、
29587 \begin_inset Formula 
29588 \begin{equation}
29589 A=C-B\label{eq:a}
29590 \end{equation}
29591
29592 \end_inset
29593
29594
29595 \begin_inset ERT
29596 status collapsed
29597
29598 \begin_layout Plain Layout
29599
29600
29601 \backslash
29602 addtocounter{equation}{-1}
29603 \end_layout
29604
29605 \end_inset
29606
29607
29608 \begin_inset ERT
29609 status collapsed
29610
29611 \begin_layout Plain Layout
29612
29613
29614 \backslash
29615 begin{subequations}
29616 \end_layout
29617
29618 \end_inset
29619
29620
29621 \begin_inset VSpace -5mm
29622 \end_inset
29623
29624
29625 \begin_inset Formula 
29626 \begin{equation}
29627 B=C-A\label{eq:b}
29628 \end{equation}
29629
29630 \end_inset
29631
29632
29633 \begin_inset Formula 
29634 \begin{equation}
29635 C=A+B\label{eq:c}
29636 \end{equation}
29637
29638 \end_inset
29639
29640
29641 \end_layout
29642
29643 \begin_layout Standard
29644 \begin_inset ERT
29645 status collapsed
29646
29647 \begin_layout Plain Layout
29648
29649
29650 \backslash
29651 end{subequations}
29652 \end_layout
29653
29654 \end_inset
29655
29656
29657 \end_layout
29658
29659 \begin_layout Standard
29660 この例を作るには、次のようにします。
29661 \end_layout
29662
29663 \begin_layout Enumerate
29664 一つめの数式を入力します。
29665 \end_layout
29666
29667 \begin_layout Enumerate
29668 一つめの数式の後に
29669 \begin_inset Newline newline
29670 \end_inset
29671
29672
29673 \series bold
29674
29675 \backslash
29676 addtocounter{equation}{-1} 
29677 \backslash
29678 begin{subequations}
29679 \begin_inset Index idx
29680 status collapsed
29681
29682 \begin_layout Plain Layout
29683 こまんど@コマンド ! A ! 
29684 \backslash
29685 addtocounter
29686 \end_layout
29687
29688 \end_inset
29689
29690
29691 \begin_inset Newline newline
29692 \end_inset
29693
29694
29695 \series default
29696 を入力します。
29697 \end_layout
29698
29699 \begin_layout Enumerate
29700 二つめの数式を入力します。
29701 \end_layout
29702
29703 \begin_layout Enumerate
29704 三つめの数式を入力します。
29705 \end_layout
29706
29707 \begin_layout Enumerate
29708 三つめの数式の後に、
29709 \series bold
29710
29711 \backslash
29712 end{subequations}
29713 \series default
29714 を入力します。
29715 \end_layout
29716
29717 \begin_layout Standard
29718
29719 \series bold
29720
29721 \backslash
29722 begin
29723 \series default
29724 コマンドと
29725 \series bold
29726
29727 \backslash
29728 end
29729 \series default
29730 コマンドのあいだの数式はすべて、a・b・
29731 \begin_inset Newline linebreak
29732 \end_inset
29733
29734 c\SpecialChar ldots
29735 のように細目番号が振られます。多行数式の場合は、すべての行に細目番号が振られます。細目番号が振られた数式はすべて、
29736 \emph on
29737 ひとつの
29738 \emph default
29739 付番数式として扱われますが、それぞれの付番数式が
29740 \series bold
29741 equation
29742 \series default
29743 カウンタを一つずつ進めてしまうので、
29744 \series bold
29745
29746 \backslash
29747 addtocounter
29748 \series default
29749 コマンドを使ってカウンタを戻さなくてはなりません。これを怠ると、
29750 \begin_inset CommandInset ref
29751 LatexCommand eqref
29752 reference "eq:a"
29753
29754 \end_inset
29755
29756 式・
29757 \begin_inset CommandInset ref
29758 LatexCommand eqref
29759 reference "eq:b"
29760
29761 \end_inset
29762
29763 式・
29764 \begin_inset CommandInset ref
29765 LatexCommand eqref
29766 reference "eq:c"
29767
29768 \end_inset
29769
29770 式は、それぞれ
29771 \begin_inset CommandInset ref
29772 LatexCommand eqref
29773 reference "eq:a"
29774
29775 \end_inset
29776
29777 式・
29778 \begin_inset CommandInset ref
29779 LatexCommand eqref
29780 reference "eq:d"
29781
29782 \end_inset
29783
29784 式・
29785 \begin_inset CommandInset ref
29786 LatexCommand eqref
29787 reference "eq:f"
29788
29789 \end_inset
29790
29791 式として番号が振られてしまいます。
29792 \end_layout
29793
29794 \begin_layout Standard
29795 上記のように、コマンドを\SpecialChar TeX
29796 モードで入れると、最初の二つの数式のあいだに空白が生じてしまいます。これを戻すために、-5
29797 \begin_inset space \thinspace{}
29798 \end_inset
29799
29800 mmの垂直空白を
29801 \series bold
29802
29803 \backslash
29804 begin{subequations}
29805 \series default
29806 コマンドの後に入れています。数式様式として
29807 \series bold
29808 行頭下げ
29809 \begin_inset Foot
29810 status collapsed
29811
29812 \begin_layout Plain Layout
29813
29814 \series bold
29815 数式様式に関しては、第
29816 \series default
29817
29818 \begin_inset CommandInset ref
29819 LatexCommand ref
29820 reference "sec:数式様式"
29821
29822 \end_inset
29823
29824 節を参照。
29825 \end_layout
29826
29827 \end_inset
29828
29829
29830 \series default
29831 を用いているときには、これを-7
29832 \begin_inset space \thinspace{}
29833 \end_inset
29834
29835 mm空白にしてください。
29836 \end_layout
29837
29838 \begin_layout Standard
29839 以下は、二行めのみ付番を無効にしている多行数式の例です。
29840 \begin_inset ERT
29841 status collapsed
29842
29843 \begin_layout Plain Layout
29844
29845
29846 \backslash
29847 begin{subequations}
29848 \end_layout
29849
29850 \end_inset
29851
29852
29853 \begin_inset Formula 
29854 \begin{eqnarray}
29855 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
29856  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
29857  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
29858 \end{eqnarray}
29859
29860 \end_inset
29861
29862
29863 \begin_inset ERT
29864 status collapsed
29865
29866 \begin_layout Plain Layout
29867
29868
29869 \backslash
29870 end{subequations}
29871 \end_layout
29872
29873 \end_inset
29874
29875
29876 \end_layout
29877
29878 \begin_layout Subsection
29879 自己定義番号
29880 \begin_inset CommandInset label
29881 LatexCommand label
29882 name "subsec:自己定義番号"
29883
29884 \end_inset
29885
29886
29887 \begin_inset Index idx
29888 status collapsed
29889
29890 \begin_layout Plain Layout
29891 すうしきばんごう@数式番号 ! じこていぎ@自己定義
29892 \end_layout
29893
29894 \end_inset
29895
29896
29897 \end_layout
29898
29899 \begin_layout Standard
29900 \begin_inset Index idx
29901 status collapsed
29902
29903 \begin_layout Plain Layout
29904 すうしきばんごう@数式番号 ! じこていぎくぎり@自己定義区切り
29905 \end_layout
29906
29907 \end_inset
29908
29909 標準の付番では、数式番号の周りに括弧が表示されます。括弧をたとえば縦棒に置き換えるには、\SpecialChar LaTeX
29910 プリアンブルに以下の行を付け加えます。
29911 \end_layout
29912
29913 \begin_layout Standard
29914
29915 \series bold
29916
29917 \backslash
29918 def
29919 \backslash
29920 tagform@#1{
29921 \backslash
29922 maketag@@@{
29923 \series default
29924
29925 \begin_inset Formula $\boldsymbol{|}$
29926 \end_inset
29927
29928
29929 \series bold
29930 #1
29931 \series default
29932
29933 \begin_inset Formula $\boldsymbol{|}$
29934 \end_inset
29935
29936
29937 \series bold
29938 }}
29939 \series default
29940
29941 \begin_inset Note Note
29942 status collapsed
29943
29944 \begin_layout Plain Layout
29945 このマクロは、テスト用に\SpecialChar LaTeX
29946 プリアンブルで既に宣言されています。これを有効にするには、最初のパーセント記号を取り除いて下さい。
29947 \end_layout
29948
29949 \end_inset
29950
29951
29952 \end_layout
29953
29954 \begin_layout Standard
29955 他の記号を使いたいときには、
29956 \series bold
29957 #1
29958 \series default
29959 脇の縦棒を一つないし複数の文字で置き換えて下さい。数式番号だけで良い時は、縦棒を削除して下さい。
29960 \end_layout
29961
29962 \begin_layout Standard
29963 \begin_inset VSpace bigskip
29964 \end_inset
29965
29966 数式の後ろに、括弧に囲まれた連番の代わりに、何かしらの表現が欲しいときには、以下のように
29967 \series bold
29968
29969 \backslash
29970 tag
29971 \series default
29972
29973 \begin_inset Index idx
29974 status collapsed
29975
29976 \begin_layout Plain Layout
29977 こまんど@コマンド ! T ! 
29978 \backslash
29979 tag
29980 \end_layout
29981
29982 \end_inset
29983
29984 コマンドを使います。
29985 \begin_inset Formula 
29986 \begin{equation}
29987 A+B=C\tag{何とかかんとか}\label{eq:tag}
29988 \end{equation}
29989
29990 \end_inset
29991
29992 上記の例では、
29993 \series bold
29994
29995 \backslash
29996 tag
29997 \begin_inset space \textvisiblespace{}
29998 \end_inset
29999
30000 何とかかんとか
30001 \series default
30002 というコマンドを数式に打ち込んでいます。
30003 \end_layout
30004
30005 \begin_layout Standard
30006 代わりに
30007 \series bold
30008
30009 \backslash
30010 tag*
30011 \begin_inset space \textvisiblespace{}
30012 \end_inset
30013
30014 何とかかんとか
30015 \series default
30016 というコマンドを使うと、星印は表現の周りの括弧を抑制するので、以下のようになります。
30017 \begin_inset Formula 
30018 \[
30019 A+B=C\tag*{something}
30020 \]
30021
30022 \end_inset
30023
30024
30025 \end_layout
30026
30027 \begin_layout Standard
30028 \begin_inset VSpace bigskip
30029 \end_inset
30030
30031 数式番号を、文書中の新しい部門や節ごとに振りなおしたいときには、部に関しては
30032 \begin_inset Newline newline
30033 \end_inset
30034
30035
30036 \series bold
30037
30038 \backslash
30039 @addtoreset{equation}{part}
30040 \series default
30041
30042 \begin_inset Index idx
30043 status collapsed
30044
30045 \begin_layout Plain Layout
30046 こまんど@コマンド ! 
30047 \backslash
30048 @記号 ! 
30049 \backslash
30050
30051 \begin_inset ERT
30052 status collapsed
30053
30054 \begin_layout Plain Layout
30055
30056 "
30057 \end_layout
30058
30059 \end_inset
30060
30061 @
30062 \begin_inset ERT
30063 status collapsed
30064
30065 \begin_layout Plain Layout
30066
30067 "
30068 \end_layout
30069
30070 \end_inset
30071
30072 addtoreset
30073 \end_layout
30074
30075 \end_inset
30076
30077
30078 \begin_inset Newline newline
30079 \end_inset
30080
30081 節に関しては
30082 \begin_inset Newline newline
30083 \end_inset
30084
30085
30086 \series bold
30087
30088 \backslash
30089 @addtoreset{equation}{section}
30090 \begin_inset Newline newline
30091 \end_inset
30092
30093
30094 \series default
30095 というコマンドを使います。
30096 \end_layout
30097
30098 \begin_layout Standard
30099 これらのコマンドを\SpecialChar TeX
30100 モードで使えるようにするためには、
30101 \series bold
30102
30103 \backslash
30104 makeatletter
30105 \series default
30106 コマンドで「@」字を\SpecialChar LaTeX
30107 中で「有効」にしてやらなくてはなりません。一方、
30108 \series bold
30109
30110 \backslash
30111 makeatother
30112 \series default
30113 コマンドはこれを無効にします。したがって、\SpecialChar TeX
30114 モード中での上記コマンド列は、
30115 \end_layout
30116
30117 \begin_layout Standard
30118
30119 \series bold
30120
30121 \backslash
30122 makeatletter
30123 \begin_inset Newline newline
30124 \end_inset
30125
30126
30127 \backslash
30128 @addtoreset{equation}{section}
30129 \begin_inset Newline newline
30130 \end_inset
30131
30132
30133 \backslash
30134 makeatother
30135 \begin_inset Newline newline
30136 \end_inset
30137
30138
30139 \series default
30140 のようにならなくてはなりません。
30141 \end_layout
30142
30143 \begin_layout Standard
30144 \SpecialChar LaTeX
30145 プリアンブル中では、
30146 \series bold
30147
30148 \backslash
30149 makeatletter
30150 \series default
30151
30152 \series bold
30153
30154 \backslash
30155 makeatother
30156 \series default
30157 は、\SpecialChar LyX
30158 が内部的に自動で挿入するので省略してかまいません。
30159 \end_layout
30160
30161 \begin_layout Standard
30162
30163 \series bold
30164
30165 \backslash
30166 @addtoreset
30167 \series default
30168 を戻すには、まず\SpecialChar LaTeX
30169 プリアンブル中に
30170 \end_layout
30171
30172 \begin_layout Standard
30173
30174 \series bold
30175
30176 \backslash
30177 usepackage{remreset}
30178 \end_layout
30179
30180 \begin_layout Standard
30181 という行を入れて、
30182 \series bold
30183 remreset.sty
30184 \series default
30185
30186 \begin_inset Foot
30187 status collapsed
30188
30189 \begin_layout Plain Layout
30190
30191 \series bold
30192 remreset
30193 \series default
30194 は、\SpecialChar LaTeX
30195 パッケージの
30196 \series bold
30197 carlisle
30198 \series default
30199
30200 \begin_inset Index idx
30201 status collapsed
30202
30203 \begin_layout Plain Layout
30204 ぱっけーじ@パッケージ ! carlisle
30205 \end_layout
30206
30207 \end_inset
30208
30209 の一部として含まれており、\SpecialChar LaTeX
30210 標準頒布版には含まれています。
30211 \end_layout
30212
30213 \end_inset
30214
30215
30216 \begin_inset Index idx
30217 status collapsed
30218
30219 \begin_layout Plain Layout
30220 ぱっけーじ@パッケージ ! remreset
30221 \end_layout
30222
30223 \end_inset
30224
30225 ファイルを読み込んでおかなくてはなりません。その後
30226 \begin_inset Newline newline
30227 \end_inset
30228
30229
30230 \series bold
30231
30232 \backslash
30233 @removefromreset
30234 \series default
30235
30236 \begin_inset Index idx
30237 status collapsed
30238
30239 \begin_layout Plain Layout
30240 こまんど@コマンド ! 
30241 \backslash
30242 @記号 ! 
30243 \backslash
30244
30245 \begin_inset ERT
30246 status collapsed
30247
30248 \begin_layout Plain Layout
30249
30250 "
30251 \end_layout
30252
30253 \end_inset
30254
30255 @
30256 \begin_inset ERT
30257 status collapsed
30258
30259 \begin_layout Plain Layout
30260
30261 "
30262 \end_layout
30263
30264 \end_inset
30265
30266 removefromreset
30267 \end_layout
30268
30269 \end_inset
30270
30271 コマンドを
30272 \series bold
30273
30274 \backslash
30275 @addtoreset
30276 \series default
30277 と同じ書式で使用すると、
30278 \series bold
30279
30280 \backslash
30281 @addtoreset
30282 \series default
30283 を戻すことができます。
30284 \end_layout
30285
30286 \begin_layout Standard
30287 \begin_inset VSpace bigskip
30288 \end_inset
30289
30290 ときには、数式を
30291 \end_layout
30292
30293 \begin_layout Standard
30294
30295 \family typewriter
30296 (節番号.数式番号)
30297 \end_layout
30298
30299 \begin_layout Standard
30300 のような形で付番し、節ごとに数式番号を「1」から始めさせなくてはならないときがあります。
30301 \end_layout
30302
30303 \begin_layout Standard
30304 このような場合のために、
30305 \series bold
30306
30307 \backslash
30308 numberwithin
30309 \series default
30310
30311 \begin_inset Index idx
30312 status collapsed
30313
30314 \begin_layout Plain Layout
30315 こまんど@コマンド ! N ! 
30316 \backslash
30317 numberwithin
30318 \end_layout
30319
30320 \end_inset
30321
30322 というコマンドがあり、
30323 \end_layout
30324
30325 \begin_layout Standard
30326
30327 \series bold
30328
30329 \backslash
30330 numberwithin{カウンタ}{節階層}
30331 \end_layout
30332
30333 \begin_layout Standard
30334 という書式で用います。「カウンタ」は、どの番号を制御するかを表し、「節階層」は点の前に何の番号を振るのかを表します。
30335 \end_layout
30336
30337 \begin_layout Standard
30338 したがって、ここでは\SpecialChar LaTeX
30339 プリアンブルか\SpecialChar TeX
30340 コードで
30341 \end_layout
30342
30343 \begin_layout Standard
30344
30345 \series bold
30346
30347 \backslash
30348 numberwithin{equation}{section}
30349 \end_layout
30350
30351 \begin_layout Standard
30352 という行を用いることにしましょう。その結果がこれです。
30353 \begin_inset ERT
30354 status collapsed
30355
30356 \begin_layout Plain Layout
30357
30358
30359 \backslash
30360 numberwithin{equation}{section}
30361 \end_layout
30362
30363 \end_inset
30364
30365
30366 \begin_inset Formula 
30367 \begin{equation}
30368 A+B=C
30369 \end{equation}
30370
30371 \end_inset
30372
30373
30374 \end_layout
30375
30376 \begin_layout Standard
30377 たとえば、部番号を節階層として使用して、表に付番を施すときには
30378 \begin_inset Newline newline
30379 \end_inset
30380
30381
30382 \series bold
30383
30384 \backslash
30385 numberwithin{table}{part}
30386 \series default
30387 を用います。
30388 \end_layout
30389
30390 \begin_layout Standard
30391 標準の付番方式に戻したいときや、この種の付番が文書クラスで定義されているときに、それを止めさせたい場合には、
30392 \end_layout
30393
30394 \begin_layout Standard
30395
30396 \series bold
30397
30398 \backslash
30399 renewcommand{
30400 \backslash
30401 theequation}{
30402 \backslash
30403 arabic{equation}}
30404 \begin_inset Index idx
30405 status collapsed
30406
30407 \begin_layout Plain Layout
30408 こまんど@コマンド ! A ! 
30409 \backslash
30410 arabic
30411 \end_layout
30412
30413 \end_inset
30414
30415
30416 \series default
30417
30418 \begin_inset ERT
30419 status collapsed
30420
30421 \begin_layout Plain Layout
30422
30423
30424 \backslash
30425 renewcommand{
30426 \backslash
30427 theequation}{
30428 \backslash
30429 arabic{equation}}
30430 \end_layout
30431
30432 \end_inset
30433
30434
30435 \series bold
30436
30437 \begin_inset Newline newline
30438 \end_inset
30439
30440
30441 \series default
30442 あるいは
30443 \series bold
30444
30445 \begin_inset Newline newline
30446 \end_inset
30447
30448
30449 \backslash
30450 renewcommand{
30451 \backslash
30452 thetable}{
30453 \backslash
30454 arabic{table}}
30455 \end_layout
30456
30457 \begin_layout Standard
30458 というコマンドを\SpecialChar TeX
30459 コードとして入れるか、\SpecialChar LaTeX
30460 プリアンブルに入れます。
30461 \series bold
30462
30463 \backslash
30464 numberwithin
30465 \series default
30466 は、内部的に上記で述べた
30467 \series bold
30468
30469 \backslash
30470 @addtoreset
30471 \series default
30472 コマンドを使用しているので、これも使用後は戻しておかなくてはなりません。
30473 \begin_inset ERT
30474 status collapsed
30475
30476 \begin_layout Plain Layout
30477
30478
30479 \backslash
30480 makeatletter
30481 \end_layout
30482
30483 \begin_layout Plain Layout
30484
30485
30486 \backslash
30487 @removefromreset{equation}{section}
30488 \end_layout
30489
30490 \begin_layout Plain Layout
30491
30492
30493 \backslash
30494 makeatother
30495 \end_layout
30496
30497 \end_inset
30498
30499
30500 \end_layout
30501
30502 \begin_layout Subsection
30503 ローマ数字や文字を使った付番
30504 \begin_inset Index idx
30505 status collapsed
30506
30507 \begin_layout Plain Layout
30508 すうしきばんごう@数式番号 ! もじをつかった@文字を使った
30509 \end_layout
30510
30511 \end_inset
30512
30513
30514 \begin_inset Index idx
30515 status collapsed
30516
30517 \begin_layout Plain Layout
30518 すうしきばんごう@数式番号 ! ろーますうじをつかった@ローマ数字を使った
30519 \end_layout
30520
30521 \end_inset
30522
30523
30524 \end_layout
30525
30526 \begin_layout Standard
30527 数式は、ローマ数字やラテン文字を使って付番することもできます。たとえば、小文字のローマ数字を使って付番するには、数式の前に\SpecialChar TeX
30528 モードで
30529 \end_layout
30530
30531 \begin_layout Standard
30532
30533 \series bold
30534
30535 \backslash
30536 renewcommand{
30537 \backslash
30538 theequation}{
30539 \backslash
30540 roman{equation}}
30541 \end_layout
30542
30543 \begin_layout Standard
30544 というコマンドを入れます。
30545 \series bold
30546
30547 \backslash
30548 renewcommand
30549 \series default
30550
30551 \begin_inset Index idx
30552 status collapsed
30553
30554 \begin_layout Plain Layout
30555 こまんど@コマンド ! R ! 
30556 \backslash
30557 renewcommand
30558 \end_layout
30559
30560 \end_inset
30561
30562 は、定義済みのコマンド
30563 \series bold
30564
30565 \backslash
30566 theequation
30567 \series default
30568 をコマンド
30569 \series bold
30570
30571 \backslash
30572 roman{equation}
30573 \series default
30574 に再定義します
30575 \begin_inset Foot
30576 status collapsed
30577
30578 \begin_layout Plain Layout
30579
30580 \series bold
30581
30582 \backslash
30583 renewcommand
30584 \series default
30585 コマンドは、第
30586 \begin_inset CommandInset ref
30587 LatexCommand ref
30588 reference "subsec:newcommandコマンド"
30589
30590 \end_inset
30591
30592 節に述べられている
30593 \series bold
30594
30595 \backslash
30596 newcommand
30597 \series default
30598 コマンドと同じ書式を持ちます。
30599 \end_layout
30600
30601 \end_inset
30602
30603 。ここで、
30604 \series bold
30605 equation
30606 \series default
30607 は数式カウンタです。コマンド
30608 \series bold
30609
30610 \backslash
30611 the
30612 \series default
30613 をカウンタの接頭辞として使用すると、カウンタの値がアラビア数字として出力されます。数式に番号を振ると、\SpecialChar LaTeX
30614 は、内部的に
30615 \series bold
30616
30617 \backslash
30618 theequation
30619 \series default
30620 コマンドを数式の後ろに置くのです。
30621 \series bold
30622
30623 \backslash
30624 roman{equation}
30625 \begin_inset Index idx
30626 status collapsed
30627
30628 \begin_layout Plain Layout
30629 こまんど@コマンド ! R ! 
30630 \backslash
30631 roman
30632 \end_layout
30633
30634 \end_inset
30635
30636
30637 \series default
30638 は、カウンタを小文字のローマ数字として出力します。
30639 \end_layout
30640
30641 \begin_layout Standard
30642 こうして、
30643 \series bold
30644
30645 \backslash
30646 renew
30647 \series default
30648 c
30649 \series bold
30650 ommand
30651 \series default
30652 コマンド以降の数式はすべて、ローマ数字で付番されるようになります。大文字のローマ数字での付番に切り替えたいときは、同じコマンドの
30653 \series bold
30654
30655 \backslash
30656 roman
30657 \series default
30658 の部分を
30659 \series bold
30660
30661 \backslash
30662 Roman
30663 \series default
30664
30665 \begin_inset Index idx
30666 status collapsed
30667
30668 \begin_layout Plain Layout
30669 こまんど@コマンド ! R ! 
30670 \backslash
30671 roman@
30672 \backslash
30673 Roman
30674 \end_layout
30675
30676 \end_inset
30677
30678 に変えて挿入します。また、小文字ラテン文字を使って「付番」したいときのために、
30679 \series bold
30680
30681 \backslash
30682 alph
30683 \series default
30684
30685 \begin_inset Index idx
30686 status collapsed
30687
30688 \begin_layout Plain Layout
30689 こまんど@コマンド ! A ! 
30690 \backslash
30691 alph
30692 \end_layout
30693
30694 \end_inset
30695
30696 コマンドがあり、大文字ラテン文字を使って付番したいときのためには、
30697 \series bold
30698
30699 \backslash
30700 Alph
30701 \series default
30702
30703 \begin_inset Index idx
30704 status collapsed
30705
30706 \begin_layout Plain Layout
30707 こまんど@コマンド ! A ! 
30708 \backslash
30709 alph@
30710 \backslash
30711 Alph
30712 \end_layout
30713
30714 \end_inset
30715
30716 コマンドがあります。
30717 \end_layout
30718
30719 \begin_layout Standard
30720 \begin_inset Note Greyedout
30721 status open
30722
30723 \begin_layout Plain Layout
30724
30725 \series bold
30726 【註】
30727 \series default
30728 ラテン文字を使うと、一つの文書の中で、最大26個の数式しか番号を振ることができません。
30729 \end_layout
30730
30731 \end_inset
30732
30733
30734 \begin_inset Newpage newpage
30735 \end_inset
30736
30737
30738 \end_layout
30739
30740 \begin_layout Standard
30741 \begin_inset ERT
30742 status collapsed
30743
30744 \begin_layout Plain Layout
30745
30746
30747 \backslash
30748 renewcommand{
30749 \backslash
30750 theequation}{
30751 \backslash
30752 roman{equation}}
30753 \end_layout
30754
30755 \end_inset
30756
30757
30758 \end_layout
30759
30760 \begin_layout Standard
30761 \begin_inset Formula 
30762 \begin{equation}
30763 A=\textrm{小文字ローマ数字}
30764 \end{equation}
30765
30766 \end_inset
30767
30768
30769 \begin_inset ERT
30770 status collapsed
30771
30772 \begin_layout Plain Layout
30773
30774
30775 \backslash
30776 renewcommand{
30777 \backslash
30778 theequation}{
30779 \backslash
30780 Roman{equation}}
30781 \end_layout
30782
30783 \end_inset
30784
30785
30786 \begin_inset Formula 
30787 \begin{equation}
30788 B=\textrm{大文字ローマ数字}\label{eq:Rom}
30789 \end{equation}
30790
30791 \end_inset
30792
30793
30794 \begin_inset ERT
30795 status collapsed
30796
30797 \begin_layout Plain Layout
30798
30799
30800 \backslash
30801 renewcommand{
30802 \backslash
30803 theequation}{
30804 \backslash
30805 alph{equation}}
30806 \end_layout
30807
30808 \end_inset
30809
30810
30811 \begin_inset Formula 
30812 \begin{equation}
30813 C=\textrm{小文字ラテン文字}
30814 \end{equation}
30815
30816 \end_inset
30817
30818
30819 \begin_inset ERT
30820 status collapsed
30821
30822 \begin_layout Plain Layout
30823
30824
30825 \backslash
30826 renewcommand{
30827 \backslash
30828 theequation}{
30829 \backslash
30830 Alph{equation}}
30831 \end_layout
30832
30833 \end_inset
30834
30835
30836 \begin_inset Formula 
30837 \begin{equation}
30838 D=\textrm{大文字ラテン文字}\label{eq:Lat}
30839 \end{equation}
30840
30841 \end_inset
30842
30843
30844 \end_layout
30845
30846 \begin_layout Standard
30847 既定の付番方式に戻すには、以下のコマンドを挿入してください。
30848 \end_layout
30849
30850 \begin_layout Standard
30851
30852 \series bold
30853
30854 \backslash
30855 renewcommand{
30856 \backslash
30857 theequation}{
30858 \backslash
30859 arabic{equation}}
30860 \begin_inset Index idx
30861 status collapsed
30862
30863 \begin_layout Plain Layout
30864 こまんど@コマンド ! A ! 
30865 \backslash
30866 arabic
30867 \end_layout
30868
30869 \end_inset
30870
30871
30872 \end_layout
30873
30874 \begin_layout Standard
30875 \begin_inset ERT
30876 status collapsed
30877
30878 \begin_layout Plain Layout
30879
30880
30881 \backslash
30882 renewcommand{
30883 \backslash
30884 theequation}{
30885 \backslash
30886 arabic{equation}}
30887 \end_layout
30888
30889 \end_inset
30890
30891
30892 \begin_inset Formula 
30893 \begin{equation}
30894 E=\textrm{アラビア数字}
30895 \end{equation}
30896
30897 \end_inset
30898
30899
30900 \end_layout
30901
30902 \begin_layout Standard
30903 \begin_inset VSpace medskip
30904 \end_inset
30905
30906 以上からわかるとおり、付番様式の違いに関わらず、数式番号は連番で振られます。様式変更時に「1」から番号が始まるようにするためには、新しい数式カウンタを定義しなく
30907 てはなりません。この点に関する説明は、ファイル
30908 \begin_inset CommandInset href
30909 LatexCommand href
30910 name "Formula-numbering.lyx"
30911 target "run:Formula-numbering.lyx"
30912
30913 \end_inset
30914
30915 にあります。
30916 \end_layout
30917
30918 \begin_layout Section
30919 化学記号と化学式
30920 \begin_inset CommandInset label
30921 LatexCommand label
30922 name "subsec:化学記号と化学式"
30923
30924 \end_inset
30925
30926
30927 \begin_inset Index idx
30928 status collapsed
30929
30930 \begin_layout Plain Layout
30931 かがくきごう@化学記号 ! きごう@記号
30932 \end_layout
30933
30934 \end_inset
30935
30936
30937 \begin_inset Index idx
30938 status collapsed
30939
30940 \begin_layout Plain Layout
30941 かがくしき@化学式
30942 \end_layout
30943
30944 \end_inset
30945
30946
30947 \begin_inset Index idx
30948 status collapsed
30949
30950 \begin_layout Plain Layout
30951 きごう@記号 ! かがく@化学
30952 \end_layout
30953
30954 \end_inset
30955
30956
30957 \end_layout
30958
30959 \begin_layout Standard
30960 以下は、化学関係の文章の例です。
30961 \end_layout
30962
30963 \begin_layout Quote
30964 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
30965 \end_inset
30966
30967 イオンは、2つの
30968 \begin_inset Formula $\mathrm{Na^{+}}$
30969 \end_inset
30970
30971 イオンと反応して、硫酸化塩
30972 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
30973 \end_inset
30974
30975 を形成します。この化学式は以下のようになります。
30976 \begin_inset Formula 
30977 \begin{equation}
30978 \mathrm{2\,Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chem-reaction}
30979 \end{equation}
30980
30981 \end_inset
30982
30983
30984 \end_layout
30985
30986 \begin_layout Standard
30987 この化学式は、直接数式として作成することができます。記号がイタリック体として表示されることを防ぐには、全体を選択してから
30988 \begin_inset Flex Ruby
30989 status collapsed
30990
30991 \begin_layout Plain Layout
30992 捷径
30993 \begin_inset Argument post:1
30994 status collapsed
30995
30996 \begin_layout Plain Layout
30997 ショートカット
30998 \end_layout
30999
31000 \end_inset
31001
31002
31003 \end_layout
31004
31005 \end_inset
31006
31007
31008 \begin_inset Info
31009 type  "shortcut"
31010 arg   "font-roman"
31011 \end_inset
31012
31013 を押せば、アップライトフォント様式に変更することができます
31014 \begin_inset Foot
31015 status collapsed
31016
31017 \begin_layout Plain Layout
31018 フォント様式に関しては、第
31019 \begin_inset CommandInset ref
31020 LatexCommand ref
31021 reference "subsec:書体様式"
31022
31023 \end_inset
31024
31025 節を参照のこと。
31026 \end_layout
31027
31028 \end_inset
31029
31030
31031 \end_layout
31032
31033 \begin_layout Standard
31034 化学式を組版するのにもう少し便利な方法は、\SpecialChar LaTeX
31035 パッケージ
31036 \series bold
31037 mhchem
31038 \series default
31039
31040 \begin_inset Index idx
31041 status collapsed
31042
31043 \begin_layout Plain Layout
31044 ぱっけーじ@パッケージ ! mhchem
31045 \end_layout
31046
31047 \end_inset
31048
31049 が導入されているときに使用することができる
31050 \series bold
31051
31052 \backslash
31053 ce
31054 \series default
31055
31056 \begin_inset Index idx
31057 status collapsed
31058
31059 \begin_layout Plain Layout
31060 こまんど@コマンド ! C ! 
31061 \backslash
31062 ce
31063 \end_layout
31064
31065 \end_inset
31066
31067 コマンドを使用することです。
31068 \series bold
31069
31070 \backslash
31071 ce
31072 \series default
31073 を数式に入力すると、新しい青いボックスが現れ、直感的に化学式を入力することができます。
31074 \begin_inset Separator parbreak
31075 \end_inset
31076
31077
31078 \end_layout
31079
31080 \begin_layout Standard
31081 \align center
31082 \begin_inset Tabular
31083 <lyxtabular version="3" rows="10" columns="2">
31084 <features booktabs="true" tabularvalignment="middle">
31085 <column alignment="center" valignment="top" width="0pt">
31086 <column alignment="center" valignment="top">
31087 <row>
31088 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31089 \begin_inset Text
31090
31091 \begin_layout Plain Layout
31092 コマンド
31093 \end_layout
31094
31095 \end_inset
31096 </cell>
31097 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31098 \begin_inset Text
31099
31100 \begin_layout Plain Layout
31101 出力
31102 \end_layout
31103
31104 \end_inset
31105 </cell>
31106 </row>
31107 <row>
31108 <cell alignment="center" valignment="top" leftline="true" usebox="none">
31109 \begin_inset Text
31110
31111 \begin_layout Plain Layout
31112
31113 \backslash
31114 ce
31115 \begin_inset space \textvisiblespace{}
31116 \end_inset
31117
31118 H2CO3
31119 \end_layout
31120
31121 \end_inset
31122 </cell>
31123 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31124 \begin_inset Text
31125
31126 \begin_layout Plain Layout
31127 \begin_inset Formula $\ce{H2CO3}$
31128 \end_inset
31129
31130
31131 \end_layout
31132
31133 \end_inset
31134 </cell>
31135 </row>
31136 <row topspace="1.5mm">
31137 <cell alignment="center" valignment="top" usebox="none">
31138 \begin_inset Text
31139
31140 \begin_layout Plain Layout
31141
31142 \backslash
31143 ce
31144 \begin_inset space \textvisiblespace{}
31145 \end_inset
31146
31147 SO4^2-
31148 \end_layout
31149
31150 \end_inset
31151 </cell>
31152 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31153 \begin_inset Text
31154
31155 \begin_layout Plain Layout
31156 \begin_inset Formula $\ce{SO4^{2-}}$
31157 \end_inset
31158
31159
31160 \end_layout
31161
31162 \end_inset
31163 </cell>
31164 </row>
31165 <row topspace="1.5mm">
31166 <cell alignment="center" valignment="top" usebox="none">
31167 \begin_inset Text
31168
31169 \begin_layout Plain Layout
31170
31171 \backslash
31172 ce
31173 \begin_inset space \textvisiblespace{}
31174 \end_inset
31175
31176 (NH4)2S
31177 \end_layout
31178
31179 \end_inset
31180 </cell>
31181 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31182 \begin_inset Text
31183
31184 \begin_layout Plain Layout
31185 \begin_inset Formula $\ce{(NH4)2S}$
31186 \end_inset
31187
31188
31189 \end_layout
31190
31191 \end_inset
31192 </cell>
31193 </row>
31194 <row topspace="1.5mm">
31195 <cell alignment="center" valignment="top" usebox="none">
31196 \begin_inset Text
31197
31198 \begin_layout Plain Layout
31199
31200 \backslash
31201 ce
31202 \begin_inset space \textvisiblespace{}
31203 \end_inset
31204
31205 KCr(SO4)2.12H2O
31206 \end_layout
31207
31208 \end_inset
31209 </cell>
31210 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31211 \begin_inset Text
31212
31213 \begin_layout Plain Layout
31214 \begin_inset Formula $\ce{KCr(SO4)2.12H2O}$
31215 \end_inset
31216
31217
31218 \end_layout
31219
31220 \end_inset
31221 </cell>
31222 </row>
31223 <row topspace="1.5mm">
31224 <cell alignment="center" valignment="top" usebox="none">
31225 \begin_inset Text
31226
31227 \begin_layout Plain Layout
31228
31229 \backslash
31230 ce
31231 \begin_inset space \textvisiblespace{}
31232 \end_inset
31233
31234 A-B
31235 \backslash
31236 dbond
31237 \begin_inset space \textvisiblespace{}
31238 \end_inset
31239
31240 C
31241 \backslash
31242 tbond
31243 \begin_inset space \textvisiblespace{}
31244 \end_inset
31245
31246 D
31247 \end_layout
31248
31249 \end_inset
31250 </cell>
31251 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31252 \begin_inset Text
31253
31254 \begin_layout Plain Layout
31255 \begin_inset Formula $\ce{A-B\dbond C\tbond D}$
31256 \end_inset
31257
31258
31259 \end_layout
31260
31261 \end_inset
31262 </cell>
31263 </row>
31264 <row topspace="1.5mm">
31265 <cell alignment="center" valignment="top" usebox="none">
31266 \begin_inset Text
31267
31268 \begin_layout Plain Layout
31269
31270 \backslash
31271 ce
31272 \begin_inset space \textvisiblespace{}
31273 \end_inset
31274
31275 ^227
31276 \begin_inset Formula $\downarrow$
31277 \end_inset
31278
31279 _90
31280 \begin_inset Formula $\to$
31281 \end_inset
31282
31283 Th+
31284 \end_layout
31285
31286 \end_inset
31287 </cell>
31288 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31289 \begin_inset Text
31290
31291 \begin_layout Plain Layout
31292 \begin_inset Formula $\ce{_{90}^{227}Th+}$
31293 \end_inset
31294
31295
31296 \end_layout
31297
31298 \end_inset
31299 </cell>
31300 </row>
31301 <row>
31302 <cell alignment="center" valignment="top" leftline="true" usebox="none">
31303 \begin_inset Text
31304
31305 \begin_layout Plain Layout
31306
31307 \backslash
31308 ce
31309 \begin_inset space \textvisiblespace{}
31310 \end_inset
31311
31312
31313 \backslash
31314 mu
31315 \begin_inset space \textvisiblespace{}
31316 \end_inset
31317
31318
31319 \backslash
31320 hyphen
31321 \begin_inset space \textvisiblespace{}
31322 \end_inset
31323
31324 Cl
31325 \end_layout
31326
31327 \end_inset
31328 </cell>
31329 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31330 \begin_inset Text
31331
31332 \begin_layout Plain Layout
31333 \begin_inset Formula $\ce{\ensuremath{\mu\hyphen}Cl}$
31334 \end_inset
31335
31336
31337 \end_layout
31338
31339 \end_inset
31340 </cell>
31341 </row>
31342 <row>
31343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31344 \begin_inset Text
31345
31346 \begin_layout Plain Layout
31347
31348 \backslash
31349 ce
31350 \begin_inset space \textvisiblespace{}
31351 \end_inset
31352
31353 CO2
31354 \begin_inset space \textvisiblespace{}
31355 \end_inset
31356
31357 +
31358 \begin_inset space \textvisiblespace{}
31359 \end_inset
31360
31361 C
31362 \begin_inset space \textvisiblespace{}
31363 \end_inset
31364
31365 <=>
31366 \begin_inset space \textvisiblespace{}
31367 \end_inset
31368
31369 2CO
31370 \end_layout
31371
31372 \end_inset
31373 </cell>
31374 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31375 \begin_inset Text
31376
31377 \begin_layout Plain Layout
31378 \begin_inset Formula $\ce{CO2 + C <=> 2CO}$
31379 \end_inset
31380
31381
31382 \end_layout
31383
31384 \end_inset
31385 </cell>
31386 </row>
31387 <row topspace="1.5mm">
31388 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
31389 \begin_inset Text
31390
31391 \begin_layout Plain Layout
31392
31393 \backslash
31394 ce
31395 \begin_inset space \textvisiblespace{}
31396 \end_inset
31397
31398 CO2
31399 \begin_inset space \textvisiblespace{}
31400 \end_inset
31401
31402 +
31403 \begin_inset space \textvisiblespace{}
31404 \end_inset
31405
31406 C
31407 \begin_inset space \textvisiblespace{}
31408 \end_inset
31409
31410 ->[
31411 \backslash
31412 alpha][
31413 \backslash
31414 beta]
31415 \begin_inset space \textvisiblespace{}
31416 \end_inset
31417
31418 2CO}
31419 \end_layout
31420
31421 \end_inset
31422 </cell>
31423 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
31424 \begin_inset Text
31425
31426 \begin_layout Plain Layout
31427 \begin_inset Formula $\ce{CO2 + C ->[\alpha][\beta] 2CO}$
31428 \end_inset
31429
31430
31431 \end_layout
31432
31433 \end_inset
31434 </cell>
31435 </row>
31436 </lyxtabular>
31437
31438 \end_inset
31439
31440
31441 \end_layout
31442
31443 \begin_layout Standard
31444 \begin_inset Note Greyedout
31445 status open
31446
31447 \begin_layout Plain Layout
31448
31449 \series bold
31450 【註】
31451 \series default
31452 \SpecialChar LyX
31453 では、
31454 \series bold
31455 mhchem
31456 \series default
31457 の説明書通りに上矢印を得ようと^文字を使用しても、うまく行きません。代わりに、次のように、負の小空白の後に
31458 \series bold
31459
31460 \backslash
31461 uparrow
31462 \series default
31463 コマンドを続けます。
31464 \color none
31465
31466 \begin_inset Formula $\ce{Fe + 2H+ -> Fe^{2+} + H2\negthinspace\uparrow}$
31467 \end_inset
31468
31469
31470 \end_layout
31471
31472 \end_inset
31473
31474
31475 \end_layout
31476
31477 \begin_layout Standard
31478
31479 \series bold
31480
31481 \backslash
31482 ce
31483 \series default
31484 を使うと
31485 \begin_inset CommandInset ref
31486 LatexCommand eqref
31487 reference "eq:chem-reaction"
31488
31489 \end_inset
31490
31491 式のコマンドは
31492 \begin_inset Newline newline
31493 \end_inset
31494
31495
31496 \series bold
31497  
31498 \backslash
31499 ce
31500 \begin_inset space \textvisiblespace{}
31501 \end_inset
31502
31503 2Na+
31504 \begin_inset space \textvisiblespace{}
31505 \end_inset
31506
31507 +
31508 \begin_inset space \textvisiblespace{}
31509 \end_inset
31510
31511 SO4^2-
31512 \begin_inset space \textvisiblespace{}
31513 \end_inset
31514
31515
31516 \begin_inset space \textvisiblespace{}
31517 \end_inset
31518
31519 ->
31520 \begin_inset space \textvisiblespace{}
31521 \end_inset
31522
31523 Na2SO4
31524 \begin_inset Newline newline
31525 \end_inset
31526
31527
31528 \series default
31529 のようになります。
31530 \end_layout
31531
31532 \begin_layout Standard
31533 複数行の化学式を作るには、第
31534 \begin_inset CommandInset ref
31535 LatexCommand ref
31536 reference "sec:多行数式"
31537
31538 \end_inset
31539
31540 節に述べられている方法で、多行数式をまず作ります。その後、数式の小さな青いボックスそれぞれに
31541 \series bold
31542
31543 \backslash
31544 ce
31545 \series default
31546 コマンドを使用します。
31547 \begin_inset CommandInset ref
31548 LatexCommand eqref
31549 reference "eq:TEOS-reaction-1"
31550
31551 \end_inset
31552
31553 式と
31554 \begin_inset CommandInset ref
31555 LatexCommand eqref
31556 reference "eq:TEOS-reaction-2"
31557
31558 \end_inset
31559
31560 式は、多段化学反応式の例で、一つの式毎に番号が振られています。
31561 \begin_inset Formula 
31562 \begin{eqnarray}
31563 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reaction-1}\\
31564 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reaction-2}
31565 \end{eqnarray}
31566
31567 \end_inset
31568
31569
31570 \end_layout
31571
31572 \begin_layout Standard
31573
31574 \series bold
31575 mhchem
31576 \series default
31577 パッケージは、
31578 \series bold
31579
31580 \backslash
31581 ce
31582 \series default
31583 の他に、特殊ケースに使用する
31584 \series bold
31585
31586 \backslash
31587 cf
31588 \series default
31589
31590 \begin_inset Index idx
31591 status collapsed
31592
31593 \begin_layout Plain Layout
31594 こまんど@コマンド ! C ! 
31595 \backslash
31596 cf
31597 \end_layout
31598
31599 \end_inset
31600
31601 コマンドを提供しています。
31602 \series bold
31603
31604 \backslash
31605 cf
31606 \series default
31607 の詳しい情報と例示については、
31608 \series bold
31609 mhchem
31610 \series default
31611
31612 \begin_inset CommandInset citation
31613 LatexCommand cite
31614 key "mhchem"
31615
31616 \end_inset
31617
31618 の取扱説明書をご覧ください。
31619 \end_layout
31620
31621 \begin_layout Section
31622 図解
31623 \end_layout
31624
31625 \begin_layout Standard
31626 \SpecialChar LyX
31627 は、二つの型の可換図
31628 \series bold
31629 amscd
31630 \series default
31631 および
31632 \series bold
31633 xymatrix
31634 \series default
31635 をサポートしており、以下でこれらの説明をします。
31636 \end_layout
31637
31638 \begin_layout Subsection
31639 amscd図解
31640 \begin_inset Index idx
31641 status collapsed
31642
31643 \begin_layout Plain Layout
31644 ずかい@図解 ! amscd
31645 \end_layout
31646
31647 \end_inset
31648
31649
31650 \end_layout
31651
31652 \begin_layout Standard
31653 この型の図解は、以下のように、関係を縦横の線や矢印で図示します。
31654 \begin_inset Formula 
31655 \[
31656 \begin{CD}A@>>>B@>>>C\\
31657 @AAA@.@VVV\\
31658 F@<<<E@<<<D
31659 \end{CD}
31660 \]
31661
31662 \end_inset
31663
31664
31665 \end_layout
31666
31667 \begin_layout Standard
31668 これを作るには、数式に
31669 \series bold
31670
31671 \backslash
31672 CD
31673 \begin_inset Index idx
31674 status collapsed
31675
31676 \begin_layout Plain Layout
31677 こまんど@コマンド ! C ! 
31678 \backslash
31679 CD
31680 \end_layout
31681
31682 \end_inset
31683
31684
31685 \series default
31686 コマンドを挿入します。二つの点線に囲まれた青枠が現れるので、ここにコマンドを入れていきます。
31687 \begin_inset Info
31688 type  "shortcut"
31689 arg   "newline-insert newline"
31690 \end_inset
31691
31692 を押すと、新しい行が作られます。水平方向の関係は奇数行に入れ、垂直方向の関係は偶数行に入れます。
31693 \end_layout
31694
31695 \begin_layout Standard
31696 関係を作るには、以下のコマンドがあります。
31697 \end_layout
31698
31699 \begin_layout Itemize
31700 \begin_inset Formula $\boldsymbol{@<<<}$
31701 \end_inset
31702
31703 は左矢印、
31704 \begin_inset Formula $\boldsymbol{@>>>}$
31705 \end_inset
31706
31707 は右矢印、
31708 \series bold
31709 @=
31710 \series default
31711 は長い等号を生成します。
31712 \end_layout
31713
31714 \begin_layout Itemize
31715
31716 \series bold
31717 @AAA
31718 \series default
31719 は上矢印、
31720 \series bold
31721 @VVV
31722 \series default
31723 は下矢印、
31724 \begin_inset Formula $\boldsymbol{@|}$
31725 \end_inset
31726
31727 は縦向きの等号を生成します。
31728 \end_layout
31729
31730 \begin_layout Itemize
31731
31732 \series bold
31733 @.
31734 \series default
31735 は関係が存在しない部分に置きます。
31736 \end_layout
31737
31738 \begin_layout Standard
31739 矢印はすべて、以下のようにラベル付けをすることができます。
31740 \end_layout
31741
31742 \begin_layout Itemize
31743 文章を、第1と第2の「
31744 \begin_inset Formula $<$
31745 \end_inset
31746
31747 」ないし「
31748 \begin_inset Formula $>$
31749 \end_inset
31750
31751 」のあいだに入れると、この文章は矢印の上に表示されます。第2・第3の「
31752 \begin_inset Formula $<$
31753 \end_inset
31754
31755 」ないし「
31756 \begin_inset Formula $>$
31757 \end_inset
31758
31759 」のあいだに入れると、矢印の下に表示されます。
31760 \end_layout
31761
31762 \begin_layout Itemize
31763 縦矢印に付ける文章を、第1・第2の「A」ないし「V」のあいだに入れると、この文章は矢印の左に表示されます。第2・第3のもののあいだに入れると、矢印の右に表示され
31764 ます。文章中に「A」や「V」の文字があるときには、これらは\SpecialChar TeX
31765 括弧の中に入れなくてはなりません。
31766 \end_layout
31767
31768 \begin_layout Standard
31769 以下は、上記のすべての関係を使った例です。
31770 \end_layout
31771
31772 \begin_layout Standard
31773 \begin_inset Formula 
31774 \[
31775 \begin{CD}A@>j>>B@>>k>C@=F\\
31776 @AmAA@.@VV{V}V@|\\
31777 D@<<j<E@>k>>F@=C
31778 \end{CD}
31779 \]
31780
31781 \end_inset
31782
31783
31784 \end_layout
31785
31786 \begin_layout Standard
31787 これを作るコマンドは、以下のとおりです。
31788 \begin_inset Newline newline
31789 \end_inset
31790
31791
31792 \series bold
31793
31794 \backslash
31795 CD
31796 \begin_inset space \textvisiblespace{}
31797 \end_inset
31798
31799 A
31800 \begin_inset Formula $\boldsymbol{@>}$
31801 \end_inset
31802
31803 j
31804 \begin_inset Formula $\boldsymbol{>>}$
31805 \end_inset
31806
31807 B
31808 \begin_inset Formula $\boldsymbol{@>>}$
31809 \end_inset
31810
31811 k
31812 \begin_inset Formula $\boldsymbol{>}$
31813 \end_inset
31814
31815 C@=F Ctrl+Return
31816 \begin_inset Newline newline
31817 \end_inset
31818
31819
31820 \begin_inset Phantom HPhantom
31821 status open
31822
31823 \begin_layout Plain Layout
31824
31825 \series bold
31826
31827 \backslash
31828 CD
31829 \begin_inset space \textvisiblespace{}
31830 \end_inset
31831
31832
31833 \end_layout
31834
31835 \end_inset
31836
31837 @AmAA@.@VV
31838 \backslash
31839 {V
31840 \series default
31841
31842 \begin_inset Formula $\to$
31843 \end_inset
31844
31845
31846 \series bold
31847 V
31848 \begin_inset Formula $\boldsymbol{@|}$
31849 \end_inset
31850
31851  Ctrl+Return
31852 \begin_inset Newline newline
31853 \end_inset
31854
31855
31856 \begin_inset Phantom HPhantom
31857 status open
31858
31859 \begin_layout Plain Layout
31860
31861 \series bold
31862
31863 \backslash
31864 CD
31865 \begin_inset space \textvisiblespace{}
31866 \end_inset
31867
31868
31869 \end_layout
31870
31871 \end_inset
31872
31873 D
31874 \begin_inset Formula $\boldsymbol{@<<}$
31875 \end_inset
31876
31877 j
31878 \begin_inset Formula $\boldsymbol{<}$
31879 \end_inset
31880
31881 E
31882 \begin_inset Formula $\boldsymbol{@>}$
31883 \end_inset
31884
31885 k
31886 \begin_inset Formula $\boldsymbol{>>}$
31887 \end_inset
31888
31889 F@=C
31890 \end_layout
31891
31892 \begin_layout Subsection
31893 xymatrix図解
31894 \begin_inset Index idx
31895 status collapsed
31896
31897 \begin_layout Plain Layout
31898 ずかい@図解 ! xymatrix
31899 \end_layout
31900
31901 \end_inset
31902
31903
31904 \end_layout
31905
31906 \begin_layout Standard
31907 xymatricesを使うには、\SpecialChar LaTeX
31908 パッケージの
31909 \series bold
31910 xypic
31911 \series default
31912 が導入済みである必要があります。xymatrixは、数式中に
31913 \series bold
31914
31915 \backslash
31916 xymatrix
31917 \series default
31918 コマンドを入れることで作ることができます。すると、通常の行列と同じようにして、列や行を付け加えることができます。第
31919 \begin_inset CommandInset ref
31920 LatexCommand ref
31921 reference "sec:行列"
31922
31923 \end_inset
31924
31925 節をご参照下さい。
31926 \end_layout
31927
31928 \begin_layout Standard
31929 amscd図解とは異なり、xymatricesは、対角矢印や曲がった矢印など多様なサポートをしています。作ることのできる可換図と装飾は、
31930 \family sans
31931 ヘルプ\SpecialChar menuseparator
31932 用途別説明書\SpecialChar menuseparator
31933 XY-pic説明書
31934 \family default
31935 メニューにある
31936 \emph on
31937 XY-pic説明書
31938 \emph default
31939 で詳しく網羅しています。
31940 \end_layout
31941
31942 \begin_layout Subsection
31943 ファインマン図
31944 \series medium
31945
31946 \begin_inset Index idx
31947 status collapsed
31948
31949 \begin_layout Plain Layout
31950 ずかい@図解 ! ファインマン
31951 \end_layout
31952
31953 \end_inset
31954
31955
31956 \end_layout
31957
31958 \begin_layout Standard
31959 ファインマン図を使うには、\SpecialChar LaTeX
31960 パッケージ
31961 \series bold
31962 feyn
31963 \series default
31964 を導入しておかなくてはなりません。すると、ファインマン図は、数式中で
31965 \series bold
31966
31967 \backslash
31968 Diagram
31969 \series default
31970 コマンドを挿入すれば生成されます。通常の行列で行うのと同じようにして新規行や新規列を加えることができます(第
31971 \begin_inset CommandInset ref
31972 LatexCommand ref
31973 reference "sec:行列"
31974
31975 \end_inset
31976
31977 節参照)。
31978 \end_layout
31979
31980 \begin_layout Standard
31981 \SpecialChar LyX
31982 でのファインマン図の作り方は、メニュー
31983 \family sans
31984 ヘルプ\SpecialChar menuseparator
31985 用途別説明書
31986 \family default
31987 内の『
31988 \emph on
31989 ファインマン図
31990 \emph default
31991 』にあります。
31992 \end_layout
31993
31994 \begin_layout Section
31995 自己定義コマンド
31996 \begin_inset Index idx
31997 status collapsed
31998
31999 \begin_layout Plain Layout
32000 じこていぎこまんど@自己定義コマンド
32001 \end_layout
32002
32003 \end_inset
32004
32005
32006 \end_layout
32007
32008 \begin_layout Standard
32009 \begin_inset Note Greyedout
32010 status open
32011
32012 \begin_layout Plain Layout
32013 【註】自己定義コマンド名及びマクロ名には、ラテン文字しか使用することができません。
32014 \end_layout
32015
32016 \end_inset
32017
32018
32019 \end_layout
32020
32021 \begin_layout Subsection
32022
32023 \backslash
32024 newcommandコマンド
32025 \begin_inset CommandInset label
32026 LatexCommand label
32027 name "subsec:newcommandコマンド"
32028
32029 \end_inset
32030
32031
32032 \begin_inset Index idx
32033 status collapsed
32034
32035 \begin_layout Plain Layout
32036 じこていぎこまんど@自己定義コマンド ! 
32037 \backslash
32038 newcommand
32039 \end_layout
32040
32041 \end_inset
32042
32043
32044 \begin_inset Index idx
32045 status collapsed
32046
32047 \begin_layout Plain Layout
32048 こまんど@コマンド ! N ! 
32049 \backslash
32050 newcommand
32051 \end_layout
32052
32053 \end_inset
32054
32055
32056 \end_layout
32057
32058 \begin_layout Standard
32059 頻繁に用いるには、長すぎる\SpecialChar LaTeX
32060 コマンドはたくさんありますが、
32061 \series bold
32062
32063 \backslash
32064 newcommand
32065 \series default
32066 コマンドを使えば、新しい短縮コマンドを定義することが可能です。
32067 \end_layout
32068
32069 \begin_layout Standard
32070
32071 \series bold
32072
32073 \backslash
32074 newcommand
32075 \series default
32076 コマンドの書式は、
32077 \end_layout
32078
32079 \begin_layout Standard
32080
32081 \series bold
32082
32083 \backslash
32084 newcommand{新コマンド名}[引数の数][オプションの値]
32085 \begin_inset Newline newline
32086 \end_inset
32087
32088
32089 \begin_inset Phantom HPhantom
32090 status open
32091
32092 \begin_layout Plain Layout
32093
32094 \series bold
32095
32096 \backslash
32097 newcommand
32098 \end_layout
32099
32100 \end_inset
32101
32102 {コマンド定義}
32103 \end_layout
32104
32105 \begin_layout Standard
32106 です。
32107 \end_layout
32108
32109 \begin_layout Standard
32110 \begin_inset Note Greyedout
32111 status open
32112
32113 \begin_layout Plain Layout
32114
32115 \series bold
32116 【註】
32117 \series default
32118 新コマンド名が、使用中の文書や呼び出している\SpecialChar LaTeX
32119 パッケージで、既に使用されていないことを確認して下さい。たとえば、
32120 \series bold
32121
32122 \backslash
32123 Leftarrow
32124 \series default
32125 の短縮のつもりで
32126 \series bold
32127
32128 \backslash
32129 le
32130 \series default
32131 というコマンドを定義したとすると、
32132 \series bold
32133
32134 \backslash
32135 le
32136 \series default
32137 は既に「
32138 \begin_inset Formula $\le$
32139 \end_inset
32140
32141 」を表すコマンドとして定義されてしまっているので、エラーメッセージが表示されます。
32142 \end_layout
32143
32144 \end_inset
32145
32146
32147 \end_layout
32148
32149 \begin_layout Standard
32150 「引数の数」は、0
32151 \begin_inset space \thinspace{}
32152 \end_inset
32153
32154 -
32155 \begin_inset space \thinspace{}
32156 \end_inset
32157
32158 9の範囲の整数であり、新コマンドがいくつの引数をとるかを指定するものです。「オプションの値」では、非必須の引数の既定値を定義できます。これを指定すると、新コマン
32159 ドの
32160 \emph on
32161 最初の
32162 \emph default
32163 引数は、自動的に非必須の引数になります。
32164 \end_layout
32165
32166 \begin_layout Standard
32167 以下にいくつかの例を挙げます。
32168 \end_layout
32169
32170 \begin_layout Itemize
32171
32172 \series bold
32173
32174 \backslash
32175 Longrightarrow
32176 \series default
32177 の短縮形として
32178 \series bold
32179
32180 \backslash
32181 gr
32182 \series default
32183 というコマンドを定義するには、\SpecialChar LaTeX
32184 プリアンブルに以下の行を加えます。
32185 \begin_inset VSpace medskip
32186 \end_inset
32187
32188
32189 \begin_inset Newline newline
32190 \end_inset
32191
32192
32193 \series bold
32194
32195 \backslash
32196 newcommand{
32197 \backslash
32198 gr}{
32199 \backslash
32200 Longrightarrow}
32201 \end_layout
32202
32203 \begin_layout Itemize
32204
32205 \series bold
32206
32207 \backslash
32208 underline
32209 \series default
32210 の短縮形として
32211 \series bold
32212
32213 \backslash
32214 us
32215 \series default
32216 というコマンドを定義するには、(下線を引くべき文字列を示す)引数を考慮に入れなくてはなりません。このためには、以下のようなプリアンブル行を入れます。
32217 \begin_inset VSpace medskip
32218 \end_inset
32219
32220
32221 \begin_inset Newline newline
32222 \end_inset
32223
32224
32225 \series bold
32226
32227 \backslash
32228 newcommand{
32229 \backslash
32230 us}[1]{
32231 \backslash
32232 underline{#1}}
32233 \series default
32234
32235 \begin_inset VSpace medskip
32236 \end_inset
32237
32238
32239 \begin_inset Newline newline
32240 \end_inset
32241
32242
32243 \series bold
32244 #
32245 \series default
32246 」という文字は、引数の入る場所を示し、その後ろの「
32247 \series bold
32248 1
32249 \series default
32250 」は、これが第1引数の入る場所であることを示します。
32251 \end_layout
32252
32253 \begin_layout Itemize
32254
32255 \series bold
32256
32257 \backslash
32258 framebox
32259 \series default
32260 の短縮形として、たとえば
32261 \series bold
32262
32263 \backslash
32264 fb
32265 \series default
32266 というコマンドを定義するには、
32267 \begin_inset VSpace medskip
32268 \end_inset
32269
32270
32271 \begin_inset Newline newline
32272 \end_inset
32273
32274
32275 \series bold
32276
32277 \backslash
32278 newcommand{
32279 \backslash
32280 fb}[3]{
32281 \backslash
32282 framebox#1#2{$#3$}}
32283 \series default
32284
32285 \begin_inset VSpace medskip
32286 \end_inset
32287
32288
32289 \begin_inset Newline newline
32290 \end_inset
32291
32292 二つのドルマークは、
32293 \series bold
32294
32295 \backslash
32296 framebox
32297 \series default
32298 が必要とする内部の数式を作り出します。第
32299 \begin_inset CommandInset ref
32300 LatexCommand ref
32301 reference "subsec:枠付きボックス"
32302
32303 \end_inset
32304
32305 節をご参照下さい。
32306 \end_layout
32307
32308 \begin_layout Itemize
32309 ボックスの色を指定する必要がない
32310 \series bold
32311
32312 \backslash
32313 fcolorbox
32314 \series default
32315 用の新コマンドを作るには、以下のように、色を示す引数を非必須として定義します。
32316 \begin_inset VSpace medskip
32317 \end_inset
32318
32319
32320 \begin_inset Newline newline
32321 \end_inset
32322
32323
32324 \series bold
32325
32326 \backslash
32327 newcommand{
32328 \backslash
32329 cb}[3][white]{
32330 \backslash
32331 fcolorbox{#2}{#1}{$#3$}}
32332 \series default
32333
32334 \begin_inset VSpace medskip
32335 \end_inset
32336
32337
32338 \begin_inset Newline newline
32339 \end_inset
32340
32341
32342 \series bold
32343
32344 \backslash
32345 cb
32346 \series default
32347 を使うときに色が指定されなければ、事前に定義された色である
32348 \series bold
32349 white
32350 \series default
32351 が使用されます。
32352 \end_layout
32353
32354 \begin_layout Standard
32355 以下は、上で定義したコマンドの動作テストです。
32356 \begin_inset Separator parbreak
32357 \end_inset
32358
32359
32360 \end_layout
32361
32362 \begin_layout Standard
32363 \align center
32364 \begin_inset Tabular
32365 <lyxtabular version="3" rows="6" columns="2">
32366 <features booktabs="true" tabularvalignment="middle">
32367 <column alignment="center" valignment="top" width="0pt">
32368 <column alignment="center" valignment="top">
32369 <row>
32370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32371 \begin_inset Text
32372
32373 \begin_layout Plain Layout
32374 コマンド
32375 \end_layout
32376
32377 \end_inset
32378 </cell>
32379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32380 \begin_inset Text
32381
32382 \begin_layout Plain Layout
32383 出力
32384 \end_layout
32385
32386 \end_inset
32387 </cell>
32388 </row>
32389 <row>
32390 <cell alignment="center" valignment="top" leftline="true" usebox="none">
32391 \begin_inset Text
32392
32393 \begin_layout Plain Layout
32394 A
32395 \backslash
32396 gr
32397 \begin_inset space \textvisiblespace{}
32398 \end_inset
32399
32400 B
32401 \end_layout
32402
32403 \end_inset
32404 </cell>
32405 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
32406 \begin_inset Text
32407
32408 \begin_layout Plain Layout
32409 \begin_inset Formula $A\gr B$
32410 \end_inset
32411
32412
32413 \end_layout
32414
32415 \end_inset
32416 </cell>
32417 </row>
32418 <row>
32419 <cell alignment="center" valignment="top" leftline="true" usebox="none">
32420 \begin_inset Text
32421
32422 \begin_layout Plain Layout
32423
32424 \backslash
32425 us{ABcd
32426 \end_layout
32427
32428 \end_inset
32429 </cell>
32430 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
32431 \begin_inset Text
32432
32433 \begin_layout Plain Layout
32434 \begin_inset Formula $\us{ABcd}$
32435 \end_inset
32436
32437
32438 \end_layout
32439
32440 \end_inset
32441 </cell>
32442 </row>
32443 <row topspace="1mm">
32444 <cell alignment="center" valignment="top" usebox="none">
32445 \begin_inset Text
32446
32447 \begin_layout Plain Layout
32448
32449 \backslash
32450 fb{[2cm]
32451 \begin_inset Formula $\to$
32452 \end_inset
32453
32454
32455 \backslash
32456 {
32457 \begin_inset Formula $\to$
32458 \end_inset
32459
32460
32461 \backslash
32462 {
32463 \backslash
32464 int
32465 \begin_inset space \textvisiblespace{}
32466 \end_inset
32467
32468 A=B
32469 \end_layout
32470
32471 \end_inset
32472 </cell>
32473 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
32474 \begin_inset Text
32475
32476 \begin_layout Plain Layout
32477 \begin_inset Formula $\fb{[2cm]}{}{\int A=B}$
32478 \end_inset
32479
32480
32481 \end_layout
32482
32483 \end_inset
32484 </cell>
32485 </row>
32486 <row topspace="1.5mm">
32487 <cell alignment="center" valignment="top" usebox="none">
32488 \begin_inset Text
32489
32490 \begin_layout Plain Layout
32491
32492 \backslash
32493 cb{red
32494 \begin_inset Formula $\to$
32495 \end_inset
32496
32497
32498 \backslash
32499 {
32500 \backslash
32501 int
32502 \begin_inset space \textvisiblespace{}
32503 \end_inset
32504
32505 A=B
32506 \end_layout
32507
32508 \end_inset
32509 </cell>
32510 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
32511 \begin_inset Text
32512
32513 \begin_layout Plain Layout
32514 \begin_inset Formula $\cb{red}{\int A=B}$
32515 \end_inset
32516
32517
32518 \end_layout
32519
32520 \end_inset
32521 </cell>
32522 </row>
32523 <row topspace="1.5mm" bottomspace="1mm">
32524 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
32525 \begin_inset Text
32526
32527 \begin_layout Plain Layout
32528
32529 \backslash
32530 cb[green]
32531 \backslash
32532 {red
32533 \begin_inset Formula $\to$
32534 \end_inset
32535
32536
32537 \backslash
32538 {
32539 \backslash
32540 int
32541 \begin_inset space \textvisiblespace{}
32542 \end_inset
32543
32544 A=B
32545 \end_layout
32546
32547 \end_inset
32548 </cell>
32549 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
32550 \begin_inset Text
32551
32552 \begin_layout Plain Layout
32553 \begin_inset Formula $\cb[green]{red}{\int A=B}$
32554 \end_inset
32555
32556
32557 \end_layout
32558
32559 \end_inset
32560 </cell>
32561 </row>
32562 </lyxtabular>
32563
32564 \end_inset
32565
32566
32567 \end_layout
32568
32569 \begin_layout Subsection
32570 数式マクロ
32571 \begin_inset Index idx
32572 status collapsed
32573
32574 \begin_layout Plain Layout
32575 じこていぎこまんど@自己定義コマンド ! すうしきまくろ@数式マクロ
32576 \end_layout
32577
32578 \end_inset
32579
32580
32581 \begin_inset Index idx
32582 status collapsed
32583
32584 \begin_layout Plain Layout
32585 まくろ@マクロ
32586 \end_layout
32587
32588 \end_inset
32589
32590
32591 \end_layout
32592
32593 \begin_layout Standard
32594 自己定義コマンドは、複雑な表現を使うときに特に便利です。たとえば、文書中で二次方程式を扱っているとすると、同じような解の形が何度も出てきます。二次方程式の一般型
32595 は、
32596 \begin_inset Formula 
32597 \[
32598 0=\lambda^{2}+p\lambda+q
32599 \]
32600
32601 \end_inset
32602
32603 であり、その解の一般型は
32604 \begin_inset Formula 
32605 \[
32606 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
32607 \]
32608
32609 \end_inset
32610
32611
32612 \end_layout
32613
32614 \begin_layout Standard
32615 です。
32616 \begin_inset Formula $\lambda$
32617 \end_inset
32618
32619
32620 \begin_inset Formula $p$
32621 \end_inset
32622
32623
32624 \begin_inset Formula $q$
32625 \end_inset
32626
32627 の3つのパラメータを指定することが必須であり、
32628 \begin_inset Formula $\lambda$
32629 \end_inset
32630
32631 の指数をオプションとして与えることができるような、解の公式のコマンドを定義するには、以下のような\SpecialChar LaTeX
32632 プリアンブル行を加えます。
32633 \begin_inset Newline newline
32634 \end_inset
32635
32636
32637 \series bold
32638
32639 \backslash
32640 newcommand{
32641 \backslash
32642 qG}[4][1,
32643 \backslash
32644 ,2]{#2_{#1}=-
32645 \backslash
32646 frac{#3}{2}
32647 \backslash
32648 pm
32649 \begin_inset Newline newline
32650 \end_inset
32651
32652
32653 \begin_inset Phantom HPhantom
32654 status open
32655
32656 \begin_layout Plain Layout
32657
32658 \series bold
32659
32660 \backslash
32661 newcommand
32662 \end_layout
32663
32664 \end_inset
32665
32666
32667 \backslash
32668 sqrt{
32669 \backslash
32670 frac{#3^{2}}{4}-#4}}
32671 \end_layout
32672
32673 \begin_layout Standard
32674 これを使って解の公式を作るには、
32675 \begin_inset Newline newline
32676 \end_inset
32677
32678
32679 \series bold
32680
32681 \backslash
32682 qG{
32683 \backslash
32684 lambda
32685 \begin_inset Formula $\to$
32686 \end_inset
32687
32688
32689 \backslash
32690 {p
32691 \begin_inset Formula $\to$
32692 \end_inset
32693
32694
32695 \backslash
32696 {q
32697 \series default
32698 というコマンドを数式に入れます。
32699 \end_layout
32700
32701 \begin_layout Standard
32702 新コマンドを定義する方法は、たとえば\SpecialChar LaTeX
32703 中で分数は
32704 \series bold
32705
32706 \backslash
32707 frac{分子}{分母}
32708 \series default
32709 の形で入れなくてはならないことなど、使用するすべての\SpecialChar LaTeX
32710 コマンドの書式を知っている必要があるので、直感的ではありません。さらに、定義中で中括弧を入れ忘れることはよく
32711 あり、それをやってしまうと、\SpecialChar LyX
32712 からは新コマンドが何をやらかしているか確認しにくくなってしまいます。これらの問題を回避するために、\SpecialChar LyX
32713 は、
32714 \series bold
32715
32716 \backslash
32717 newcommand
32718 \series default
32719 コマンドの代わりに、数式マクロを使う方法を提供しています。
32720 \end_layout
32721
32722 \begin_layout Standard
32723 数式マクロは、
32724 \family sans
32725 挿入\SpecialChar menuseparator
32726 数式\SpecialChar menuseparator
32727 マクロ
32728 \family default
32729 メニューか、ツールバーボタンの
32730 \begin_inset Info
32731 type  "icon"
32732 arg   "math-macro newmacroname_newcommand"
32733 \end_inset
32734
32735 で作ることができます。すると、数式マクロツールバーが表示されるとともに、マクロを定義した箇所に以下のようなボックスが現れます。
32736 \begin_inset Newline newline
32737 \end_inset
32738
32739
32740 \begin_inset space \hspace*{\fill}
32741 \end_inset
32742
32743
32744 \begin_inset Graphics
32745         filename clipart/macrobox.png
32746         scale 50
32747
32748 \end_inset
32749
32750
32751 \begin_inset space \hspace*{\fill}
32752 \end_inset
32753
32754
32755 \begin_inset Newline newline
32756 \end_inset
32757
32758
32759 \begin_inset FormulaMacro
32760 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
32761 \end_inset
32762
32763
32764 \backslash
32765 newmacronameが既定のマクロ名として現れますが、意味のある名称に変更するべきでしょう。欲しい数式は一つ目の青枠の中に入れます。引数を置く場所は、
32766 \series bold
32767
32768 \backslash
32769 #1
32770 \series default
32771 のように
32772 \series bold
32773
32774 \backslash
32775 #引数番号
32776 \series default
32777 というコマンドで入力するか、マクロツールバーボタンの
32778 \begin_inset Info
32779 type  "icon"
32780 arg   "math-macro-add-param"
32781 \end_inset
32782
32783 を使用します。引数位置は赤で表示されます。引数は、最大で9つまでとることができます。非必須引数は、ツールバーボタンの
32784 \begin_inset Info
32785 type  "icon"
32786 arg   "math-macro-add-optional-param"
32787 \end_inset
32788
32789 で作ることができます。最初の必須引数は、ツールバーボタンの
32790 \begin_inset Info
32791 type  "icon"
32792 arg   "math-macro-make-optional"
32793 \end_inset
32794
32795 を使って、非必須引数にすることができます。二つ目の青枠には、\SpecialChar LyX
32796 中でのマクロの表示のしかたを定義することができます。通常は、定義したとおりに表示された方が便利なので
32797 、この枠は空白にしておきます。しかし、画面の過半を占拠してしまうようなマクロを作ってしまった場合には、たとえばこの枠に
32798 \begin_inset Newline newline
32799 \end_inset
32800
32801
32802 \series bold
32803 qG: 
32804 \backslash
32805 #1
32806 \series default
32807  
32808 \series bold
32809 ,
32810 \series default
32811  
32812 \series bold
32813
32814 \backslash
32815 #2
32816 \series default
32817  
32818 \series bold
32819 ,
32820 \series default
32821  
32822 \series bold
32823
32824 \backslash
32825 #3, 
32826 \backslash
32827 #4
32828 \begin_inset Newline newline
32829 \end_inset
32830
32831
32832 \series default
32833 のように入れることができます。このようにすると、マクロ名と引数のみが\SpecialChar LyX
32834 上に表示され、見通しが良くなります。一方、出力での数式は、最初の枠で定義したように表示されま
32835 す。
32836 \begin_inset Newline newline
32837 \end_inset
32838
32839 さらに、数式中のマクロ表示は、マクロの中にカーソルを置いて、
32840 \family sans
32841 表示\SpecialChar menuseparator
32842 数式マクロを展開(畳む)
32843 \family default
32844 メニューを使うことで、マクロ毎に変えることができます。
32845 \end_layout
32846
32847 \begin_layout Standard
32848 マクロを使うには、数式中にマクロ名をコマンドとして入れます。上記の例では、
32849 \series bold
32850
32851 \backslash
32852 qG
32853 \series default
32854 とします。このマクロは、\SpecialChar LyX
32855 中では以下のように表示されます。
32856 \begin_inset Newline newline
32857 \end_inset
32858
32859
32860 \begin_inset space \hspace*{\fill}
32861 \end_inset
32862
32863
32864 \begin_inset Graphics
32865         filename ../clipart/macrouse.png
32866         scale 75
32867
32868 \end_inset
32869
32870
32871 \begin_inset space \hspace*{\fill}
32872 \end_inset
32873
32874
32875 \begin_inset Newline newline
32876 \end_inset
32877
32878 以下は、上記の例に、引数
32879 \begin_inset Formula $x$
32880 \end_inset
32881
32882
32883 \begin_inset Formula $\ln(x)$
32884 \end_inset
32885
32886
32887 \begin_inset Formula $B$
32888 \end_inset
32889
32890 を指定したものです。
32891 \end_layout
32892
32893 \begin_layout Standard
32894 \begin_inset Formula 
32895 \[
32896 \qG x{\ln(x)}B
32897 \]
32898
32899 \end_inset
32900
32901
32902 \end_layout
32903
32904 \begin_layout Standard
32905 \SpecialChar LyX
32906 は、
32907 \family sans
32908 ツール\SpecialChar menuseparator
32909 設定\SpecialChar menuseparator
32910 編集\SpecialChar menuseparator
32911 制御
32912 \family default
32913 メニューで、マクロを編集するのに複数の様式を用意しています。あなたに最も合った様式を見つけるには、様式を選択してから、違いを見るために数式マクロにカーソルを合わ
32914 せてみてください。
32915 \end_layout
32916
32917 \begin_layout Standard
32918 数式マクロは、文書書き出し時に、内部的に
32919 \series bold
32920
32921 \backslash
32922 newcommand
32923 \series default
32924 コマンドに変換されます。こうして生成された
32925 \series bold
32926
32927 \backslash
32928 newcommand
32929 \series default
32930 コマンドは、\SpecialChar LaTeX
32931 プリアンブルには置かれませんので、マクロは、文書中、マクロ定義ボックスよりも後の数式でのみ使うことができます。
32932 \end_layout
32933
32934 \begin_layout Standard
32935 数式マクロは、
32936 \series bold
32937
32938 \backslash
32939 newcommand
32940 \series default
32941 コマンドから直接作ることもできます。たとえば、\SpecialChar LyX
32942 中に通常の文章として、
32943 \series bold
32944
32945 \begin_inset Newline newline
32946 \end_inset
32947
32948
32949 \backslash
32950 newcommand{
32951 \backslash
32952 larrow}[2]{
32953 \backslash
32954 xleftarrow[#2]{#1}}
32955 \begin_inset Newline newline
32956 \end_inset
32957
32958
32959 \series default
32960 というコマンドを書き入れ、この全体を選択して、
32961 \begin_inset Flex Ruby
32962 status collapsed
32963
32964 \begin_layout Plain Layout
32965 捷径
32966 \begin_inset Argument post:1
32967 status collapsed
32968
32969 \begin_layout Plain Layout
32970 ショートカット
32971 \end_layout
32972
32973 \end_inset
32974
32975
32976 \end_layout
32977
32978 \end_inset
32979
32980
32981 \family sans
32982 Ctrl+M
32983 \family default
32984 を押すと、このコマンドは数式マクロに変換されます。この方法を使うに当たっては、
32985 \series bold
32986
32987 \backslash
32988 newcommand
32989 \series default
32990 コマンドが正しく入力されていることに気をつけなくてはなりません。さもないと、間違ったマクロが作られてしまって、\SpecialChar LaTeX
32991 エラーが発生します。
32992 \end_layout
32993
32994 \begin_layout Standard
32995 数式マクロには、まだ、マクロ定義中に再帰的に数式を入れてしまうと、正しく処理されないという問題が残っています。したがって、第
32996 \begin_inset CommandInset ref
32997 LatexCommand ref
32998 reference "subsec:newcommandコマンド"
32999
33000 \end_inset
33001
33002 節で例として作った
33003 \series bold
33004
33005 \backslash
33006 fb
33007 \series default
33008 は、マクロとしては作ることができません。
33009 \end_layout
33010
33011 \begin_layout Standard
33012 カーソルがマクロ定義ボックスの中にあるとき、\SpecialChar LyX
33013 中に以下のようなマクロツールバーが表示されます。
33014 \end_layout
33015
33016 \begin_layout Standard
33017 \begin_inset VSpace defskip
33018 \end_inset
33019
33020
33021 \end_layout
33022
33023 \begin_layout Standard
33024 \begin_inset Graphics
33025         filename ../clipart/MacroToolbar.png
33026
33027 \end_inset
33028
33029
33030 \begin_inset Index idx
33031 status collapsed
33032
33033 \begin_layout Plain Layout
33034 まくろ@マクロ ! つーるばー@ツールバー
33035 \end_layout
33036
33037 \end_inset
33038
33039
33040 \end_layout
33041
33042 \begin_layout Standard
33043 \begin_inset VSpace defskip
33044 \end_inset
33045
33046
33047 \end_layout
33048
33049 \begin_layout Standard
33050 マクロツールバーは、左から右に、以下の各ボタンがあります。
33051 \end_layout
33052
33053 \begin_layout Standard
33054 \begin_inset VSpace defskip
33055 \end_inset
33056
33057
33058 \end_layout
33059
33060 \begin_layout Standard
33061 \begin_inset Tabular
33062 <lyxtabular version="3" rows="9" columns="2">
33063 <features islongtable="true" longtabularalignment="center">
33064 <column alignment="left" valignment="top">
33065 <column alignment="left" valignment="top" width="85col%">
33066 <row interlinespace="2.5mm">
33067 <cell alignment="center" valignment="top" usebox="none">
33068 \begin_inset Text
33069
33070 \begin_layout Plain Layout
33071 \begin_inset Info
33072 type  "icon"
33073 arg   "math-macro-remove-param"
33074 \end_inset
33075
33076
33077 \end_layout
33078
33079 \end_inset
33080 </cell>
33081 <cell alignment="center" valignment="top" usebox="none">
33082 \begin_inset Text
33083
33084 \begin_layout Plain Layout
33085
33086 \family sans
33087 編集\SpecialChar menuseparator
33088 数式\SpecialChar menuseparator
33089 マクロ定義\SpecialChar menuseparator
33090 最後の引数を削除
33091 \end_layout
33092
33093 \end_inset
33094 </cell>
33095 </row>
33096 <row interlinespace="2.5mm">
33097 <cell alignment="center" valignment="top" usebox="none">
33098 \begin_inset Text
33099
33100 \begin_layout Plain Layout
33101 \begin_inset Info
33102 type  "icon"
33103 arg   "math-macro-add-param"
33104 \end_inset
33105
33106
33107 \end_layout
33108
33109 \end_inset
33110 </cell>
33111 <cell alignment="center" valignment="top" usebox="none">
33112 \begin_inset Text
33113
33114 \begin_layout Plain Layout
33115
33116 \family sans
33117 編集\SpecialChar menuseparator
33118 数式\SpecialChar menuseparator
33119 マクロ定義\SpecialChar menuseparator
33120 引数を追加
33121 \end_layout
33122
33123 \end_inset
33124 </cell>
33125 </row>
33126 <row interlinespace="2.5mm">
33127 <cell alignment="center" valignment="top" usebox="none">
33128 \begin_inset Text
33129
33130 \begin_layout Plain Layout
33131 \begin_inset Info
33132 type  "icon"
33133 arg   "math-macro-make-optional"
33134 \end_inset
33135
33136
33137 \end_layout
33138
33139 \end_inset
33140 </cell>
33141 <cell alignment="center" valignment="top" usebox="none">
33142 \begin_inset Text
33143
33144 \begin_layout Plain Layout
33145
33146 \family sans
33147 編集\SpecialChar menuseparator
33148 数式\SpecialChar menuseparator
33149 マクロ定義\SpecialChar menuseparator
33150 最初の必須引数を
33151 \begin_inset Newline newline
33152 \end_inset
33153
33154
33155 \begin_inset Phantom HPhantom
33156 status open
33157
33158 \begin_layout Plain Layout
33159
33160 \family sans
33161 編集\SpecialChar menuseparator
33162 数式\SpecialChar menuseparator
33163 マクロ定義\SpecialChar menuseparator
33164
33165 \end_layout
33166
33167 \end_inset
33168
33169 非必須引数にする
33170 \end_layout
33171
33172 \end_inset
33173 </cell>
33174 </row>
33175 <row interlinespace="2.5mm">
33176 <cell alignment="center" valignment="top" usebox="none">
33177 \begin_inset Text
33178
33179 \begin_layout Plain Layout
33180 \begin_inset Info
33181 type  "icon"
33182 arg   "math-macro-make-nonoptional"
33183 \end_inset
33184
33185
33186 \end_layout
33187
33188 \end_inset
33189 </cell>
33190 <cell alignment="center" valignment="top" usebox="none">
33191 \begin_inset Text
33192
33193 \begin_layout Plain Layout
33194
33195 \family sans
33196 編集\SpecialChar menuseparator
33197 数式\SpecialChar menuseparator
33198 マクロ定義\SpecialChar menuseparator
33199 最後の非必須引数を
33200 \begin_inset Newline newline
33201 \end_inset
33202
33203
33204 \begin_inset Phantom HPhantom
33205 status open
33206
33207 \begin_layout Plain Layout
33208
33209 \family sans
33210 編集\SpecialChar menuseparator
33211 数式\SpecialChar menuseparator
33212 マクロ定義\SpecialChar menuseparator
33213
33214 \end_layout
33215
33216 \end_inset
33217
33218 必須引数にする
33219 \end_layout
33220
33221 \end_inset
33222 </cell>
33223 </row>
33224 <row interlinespace="2.5mm">
33225 <cell alignment="center" valignment="top" usebox="none">
33226 \begin_inset Text
33227
33228 \begin_layout Plain Layout
33229 \begin_inset Info
33230 type  "icon"
33231 arg   "math-macro-remove-optional-param"
33232 \end_inset
33233
33234
33235 \end_layout
33236
33237 \end_inset
33238 </cell>
33239 <cell alignment="center" valignment="top" usebox="none">
33240 \begin_inset Text
33241
33242 \begin_layout Plain Layout
33243
33244 \family sans
33245 編集\SpecialChar menuseparator
33246 数式\SpecialChar menuseparator
33247 マクロ定義\SpecialChar menuseparator
33248 非必須引数を削除
33249 \end_layout
33250
33251 \end_inset
33252 </cell>
33253 </row>
33254 <row interlinespace="2.5mm">
33255 <cell alignment="center" valignment="top" usebox="none">
33256 \begin_inset Text
33257
33258 \begin_layout Plain Layout
33259 \begin_inset Info
33260 type  "icon"
33261 arg   "math-macro-add-optional-param"
33262 \end_inset
33263
33264
33265 \end_layout
33266
33267 \end_inset
33268 </cell>
33269 <cell alignment="center" valignment="top" usebox="none">
33270 \begin_inset Text
33271
33272 \begin_layout Plain Layout
33273
33274 \family sans
33275 編集\SpecialChar menuseparator
33276 数式\SpecialChar menuseparator
33277 マクロ定義\SpecialChar menuseparator
33278 非必須引数を挿入
33279 \end_layout
33280
33281 \end_inset
33282 </cell>
33283 </row>
33284 <row interlinespace="2.5mm">
33285 <cell alignment="center" valignment="top" usebox="none">
33286 \begin_inset Text
33287
33288 \begin_layout Plain Layout
33289 \begin_inset Info
33290 type  "icon"
33291 arg   "math-macro-remove-greedy-param"
33292 \end_inset
33293
33294
33295 \end_layout
33296
33297 \end_inset
33298 </cell>
33299 <cell alignment="center" valignment="top" usebox="none">
33300 \begin_inset Text
33301
33302 \begin_layout Plain Layout
33303
33304 \family sans
33305 編集\SpecialChar menuseparator
33306 数式\SpecialChar menuseparator
33307 マクロ定義\SpecialChar menuseparator
33308 右に吐き出す形で
33309 \begin_inset Newline newline
33310 \end_inset
33311
33312
33313 \begin_inset Phantom HPhantom
33314 status open
33315
33316 \begin_layout Plain Layout
33317
33318 \family sans
33319 編集\SpecialChar menuseparator
33320 数式\SpecialChar menuseparator
33321 マクロ定義\SpecialChar menuseparator
33322
33323 \end_layout
33324
33325 \end_inset
33326
33327 最後の引数を削除
33328 \end_layout
33329
33330 \end_inset
33331 </cell>
33332 </row>
33333 <row interlinespace="2.5mm">
33334 <cell alignment="center" valignment="top" usebox="none">
33335 \begin_inset Text
33336
33337 \begin_layout Plain Layout
33338 \begin_inset Info
33339 type  "icon"
33340 arg   "math-macro-append-greedy-param"
33341 \end_inset
33342
33343
33344 \end_layout
33345
33346 \end_inset
33347 </cell>
33348 <cell alignment="center" valignment="top" usebox="none">
33349 \begin_inset Text
33350
33351 \begin_layout Plain Layout
33352
33353 \family sans
33354 編集\SpecialChar menuseparator
33355 数式\SpecialChar menuseparator
33356 マクロ定義\SpecialChar menuseparator
33357 右から喰う形で
33358 \begin_inset Newline newline
33359 \end_inset
33360
33361
33362 \begin_inset Phantom HPhantom
33363 status open
33364
33365 \begin_layout Plain Layout
33366
33367 \family sans
33368 編集\SpecialChar menuseparator
33369 数式\SpecialChar menuseparator
33370 マクロ定義\SpecialChar menuseparator
33371
33372 \end_layout
33373
33374 \end_inset
33375
33376 引数を追加
33377 \end_layout
33378
33379 \end_inset
33380 </cell>
33381 </row>
33382 <row interlinespace="2.5mm">
33383 <cell alignment="center" valignment="top" usebox="none">
33384 \begin_inset Text
33385
33386 \begin_layout Plain Layout
33387 \begin_inset Info
33388 type  "icon"
33389 arg   "math-macro-add-greedy-optional-param"
33390 \end_inset
33391
33392
33393 \end_layout
33394
33395 \end_inset
33396 </cell>
33397 <cell alignment="center" valignment="top" usebox="none">
33398 \begin_inset Text
33399
33400 \begin_layout Plain Layout
33401
33402 \family sans
33403 編集\SpecialChar menuseparator
33404 数式\SpecialChar menuseparator
33405 マクロ定義\SpecialChar menuseparator
33406 右から喰う形で
33407 \begin_inset Newline newline
33408 \end_inset
33409
33410
33411 \begin_inset Phantom HPhantom
33412 status open
33413
33414 \begin_layout Plain Layout
33415
33416 \family sans
33417 編集\SpecialChar menuseparator
33418 数式\SpecialChar menuseparator
33419 マクロ定義\SpecialChar menuseparator
33420
33421 \end_layout
33422
33423 \end_inset
33424
33425 非必須引数を追加
33426 \end_layout
33427
33428 \end_inset
33429 </cell>
33430 </row>
33431 </lyxtabular>
33432
33433 \end_inset
33434
33435
33436 \end_layout
33437
33438 \begin_layout Section
33439 コンピュータ代数システム
33440 \end_layout
33441
33442 \begin_layout Standard
33443 \SpecialChar LyX
33444 では、\SpecialChar LyX
33445 の数式エディタで書かれた数式表現と、外部プログラムやユーザ定義スクリプトとの間のやり取りが可能です。現在サポートされているプログラムは、
33446 \family sans
33447 Maple
33448 \family default
33449
33450 \family sans
33451 Mathematica
33452 \family default
33453
33454 \family sans
33455 Maxima
33456 \family default
33457
33458 \family sans
33459 Octave
33460 \family default
33461 です。サポートされている数式表現は、非常に単純なものに限られていますので、ご注意ください。
33462 \end_layout
33463
33464 \begin_layout Subsection
33465 使用法
33466 \end_layout
33467
33468 \begin_layout Standard
33469 数式表現を書いた後、
33470 \family sans
33471 編集\SpecialChar menuseparator
33472 数式\SpecialChar menuseparator
33473 コンピュータ代数システムを使用
33474 \family default
33475 メニューで、コンピュータに導入済みのプログラムを選択します。その後、計算結果が、数式表現の右に「=」演算子とともに表示されます。
33476 \end_layout
33477
33478 \begin_layout Standard
33479 下記は、どのような計算が可能かをいくつか例示したものです(出力は
33480 \family typewriter
33481 Maxima
33482 \family default
33483 です)。
33484 \end_layout
33485
33486 \begin_layout Itemize
33487 \begin_inset Formula $\frac{37}{3}*2-\sum_{i=1}^{3}i^{i}=-\frac{22}{3}$
33488 \end_inset
33489
33490
33491 \end_layout
33492
33493 \begin_layout Itemize
33494 \begin_inset Formula $\frac{37.0}{3}=12.33333333333333$
33495 \end_inset
33496
33497
33498 \end_layout
33499
33500 \begin_layout Itemize
33501 \begin_inset Formula $\int_{1}^{2}\sin(x)dx=\cos1-\cos2$
33502 \end_inset
33503
33504
33505 \end_layout
33506
33507 \begin_layout Itemize
33508 \begin_inset Formula $\det\left[\begin{array}{ccc}
33509 1 & 6 & 7\\
33510 2 & 5 & 8\\
33511 3 & 4 & 17
33512 \end{array}\right]=-56$
33513 \end_inset
33514
33515
33516 \end_layout
33517
33518 \begin_layout Itemize
33519 \begin_inset Formula $\lim_{x\rightarrow0}\left(\frac{\sin(x)}{x}\right)=1$
33520 \end_inset
33521
33522
33523 \end_layout
33524
33525 \begin_layout Subsection
33526 捷径
33527 \end_layout
33528
33529 \begin_layout Standard
33530 現在のところ、代数プログラムを呼び出すための
33531 \begin_inset Flex Ruby
33532 status collapsed
33533
33534 \begin_layout Plain Layout
33535 捷径
33536 \begin_inset Argument post:1
33537 status collapsed
33538
33539 \begin_layout Plain Layout
33540 ショートカット
33541 \end_layout
33542
33543 \end_inset
33544
33545
33546 \end_layout
33547
33548 \end_inset
33549
33550 はありません。しかし、捷径を
33551 \family sans
33552 math-extern
33553 \family default
33554  \SpecialChar LyX
33555 関数にバインドすることは容易です(取扱説明書『
33556 \family sans
33557 \emph on
33558 \SpecialChar LyX
33559 関数篇
33560 \family default
33561 \emph default
33562 』参照)。例えば、数式エディタ中で
33563 \family sans
33564 リターン
33565 \family default
33566
33567 \begin_inset Flex Ruby
33568 status collapsed
33569
33570 \begin_layout Plain Layout
33571
33572 \begin_inset Argument post:1
33573 status collapsed
33574
33575 \begin_layout Plain Layout
33576 キー
33577 \end_layout
33578
33579 \end_inset
33580
33581
33582 \end_layout
33583
33584 \end_inset
33585
33586 をバインドさせることもできます。それを
33587 \family typewriter
33588 Maxima
33589 \family default
33590 にバインドするには、下記の捷径定義コマンドを使用します。
33591 \end_layout
33592
33593 \begin_layout Standard
33594
33595 \series bold
33596 command-alternatives paragraph-break;math-extern maxima
33597 \end_layout
33598
33599 \begin_layout Section
33600 補遺
33601 \begin_inset Index idx
33602 status collapsed
33603
33604 \begin_layout Plain Layout
33605 ほい@補遺
33606 \end_layout
33607
33608 \end_inset
33609
33610
33611 \end_layout
33612
33613 \begin_layout Subsection
33614 負の数
33615 \begin_inset Index idx
33616 status collapsed
33617
33618 \begin_layout Plain Layout
33619 かず@数 ! ふの@負の
33620 \end_layout
33621
33622 \end_inset
33623
33624
33625 \end_layout
33626
33627 \begin_layout Standard
33628 数式中の負の数は、数の前の負符号が、差演算子記号と同じ長さに設定されてしまうために、汚く見えてしまうことがあります。負の数を通常の文章として書くと、負符号は正し
33629 く表示されます。
33630 \end_layout
33631
33632 \begin_layout Standard
33633 したがって、この問題は、負符号を数式テキストに変換することによって、解消されます。
33634 \end_layout
33635
33636 \begin_layout Standard
33637 以下は、この問題を示す例です。
33638 \begin_inset Separator parbreak
33639 \end_inset
33640
33641
33642 \end_layout
33643
33644 \begin_layout Standard
33645 \align center
33646 \begin_inset Tabular
33647 <lyxtabular version="3" rows="3" columns="2">
33648 <features booktabs="true" tabularvalignment="middle">
33649 <column alignment="right" valignment="top" width="0pt">
33650 <column alignment="left" valignment="top">
33651 <row>
33652 <cell alignment="right" valignment="top" topline="true" leftline="true" usebox="none">
33653 \begin_inset Text
33654
33655 \begin_layout Plain Layout
33656 通常の文章:
33657 \end_layout
33658
33659 \end_inset
33660 </cell>
33661 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33662 \begin_inset Text
33663
33664 \begin_layout Plain Layout
33665 x = -2
33666 \end_layout
33667
33668 \end_inset
33669 </cell>
33670 </row>
33671 <row>
33672 <cell alignment="right" valignment="top" leftline="true" usebox="none">
33673 \begin_inset Text
33674
33675 \begin_layout Plain Layout
33676 数式:
33677 \end_layout
33678
33679 \end_inset
33680 </cell>
33681 <cell alignment="center" valignment="top" rightline="true" usebox="none">
33682 \begin_inset Text
33683
33684 \begin_layout Plain Layout
33685 \begin_inset Formula $x=-2$
33686 \end_inset
33687
33688
33689 \end_layout
33690
33691 \end_inset
33692 </cell>
33693 </row>
33694 <row>
33695 <cell alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33696 \begin_inset Text
33697
33698 \begin_layout Plain Layout
33699 解決策:
33700 \end_layout
33701
33702 \end_inset
33703 </cell>
33704 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
33705 \begin_inset Text
33706
33707 \begin_layout Plain Layout
33708 \begin_inset Formula $x=\textrm{-}2$
33709 \end_inset
33710
33711
33712 \end_layout
33713
33714 \end_inset
33715 </cell>
33716 </row>
33717 </lyxtabular>
33718
33719 \end_inset
33720
33721
33722 \end_layout
33723
33724 \begin_layout Subsection
33725 位区切りとしてのコンマ
33726 \begin_inset Index idx
33727 status collapsed
33728
33729 \begin_layout Plain Layout
33730 こんま@コンマ
33731 \end_layout
33732
33733 \end_inset
33734
33735
33736 \begin_inset Index idx
33737 status collapsed
33738
33739 \begin_layout Plain Layout
33740 かんま@カンマ
33741 \begin_inset ERT
33742 status collapsed
33743
33744 \begin_layout Plain Layout
33745
33746 |see{
33747 \end_layout
33748
33749 \end_inset
33750
33751 コンマ
33752 \begin_inset ERT
33753 status collapsed
33754
33755 \begin_layout Plain Layout
33756
33757 }
33758 \end_layout
33759
33760 \end_inset
33761
33762
33763 \end_layout
33764
33765 \end_inset
33766
33767
33768 \end_layout
33769
33770 \begin_layout Standard
33771 \SpecialChar LaTeX
33772 では、英語の慣習にしたがい、数式中のコンマを数字の位区切りに使用します。よって、数式中のコンマの後ろには、つねに空白が加わります。
33773 \end_layout
33774
33775 \begin_layout Standard
33776 これを回避するためには、コンマを選択して、数式テキストに変更して下さい(
33777 \begin_inset Flex Ruby
33778 status collapsed
33779
33780 \begin_layout Plain Layout
33781 捷径
33782 \begin_inset Argument post:1
33783 status collapsed
33784
33785 \begin_layout Plain Layout
33786 ショートカット
33787 \end_layout
33788
33789 \end_inset
33790
33791
33792 \end_layout
33793
33794 \end_inset
33795
33796
33797 \begin_inset Info
33798 type  "shortcut"
33799 arg   "math-mode"
33800 \end_inset
33801
33802 )。
33803 \end_layout
33804
33805 \begin_layout Standard
33806 文書中の数式コンマを、すべて小数点として使うには、\SpecialChar LaTeX
33807 プリアンブルに
33808 \end_layout
33809
33810 \begin_layout Standard
33811
33812 \series bold
33813
33814 \backslash
33815 usepackage{icomma}
33816 \end_layout
33817
33818 \begin_layout Standard
33819 という行を加えて、
33820 \series bold
33821 icomma.sty
33822 \series default
33823
33824 \begin_inset Foot
33825 status collapsed
33826
33827 \begin_layout Plain Layout
33828
33829 \series bold
33830 icomma
33831 \series default
33832 は、\SpecialChar LaTeX
33833 パッケージ
33834 \series bold
33835 was
33836 \series default
33837
33838 \begin_inset Index idx
33839 status collapsed
33840
33841 \begin_layout Plain Layout
33842 ぱっけーじ@パッケージ ! was
33843 \begin_inset ERT
33844 status collapsed
33845
33846 \begin_layout Plain Layout
33847
33848
33849 \backslash
33850 vspace{4mm}
33851 \end_layout
33852
33853 \end_inset
33854
33855
33856 \end_layout
33857
33858 \end_inset
33859
33860 に含まれています。
33861 \end_layout
33862
33863 \end_inset
33864
33865
33866 \begin_inset Index idx
33867 status collapsed
33868
33869 \begin_layout Plain Layout
33870 ぱっけーじ@パッケージ ! icomma
33871 \end_layout
33872
33873 \end_inset
33874
33875 ファイルを読み込みます。
33876 \end_layout
33877
33878 \begin_layout Subsection
33879 物理ベクトル
33880 \begin_inset CommandInset label
33881 LatexCommand label
33882 name "subsec:物理ベクトル"
33883
33884 \end_inset
33885
33886
33887 \begin_inset Index idx
33888 status collapsed
33889
33890 \begin_layout Plain Layout
33891 べくとる@ベクトル ! ぶつり@物理
33892 \begin_inset space \thinspace{}
33893 \end_inset
33894
33895 ——
33896 \end_layout
33897
33898 \end_inset
33899
33900
33901 \end_layout
33902
33903 \begin_layout Standard
33904 \SpecialChar LaTeX
33905 パッケージ
33906 \series bold
33907 braket
33908 \series default
33909
33910 \begin_inset Foot
33911 status collapsed
33912
33913 \begin_layout Plain Layout
33914
33915 \series bold
33916 braket
33917 \series default
33918  は標準的\SpecialChar LaTeX
33919 頒布版のすべてに含まれています。
33920 \end_layout
33921
33922 \end_inset
33923
33924
33925 \begin_inset Index idx
33926 status collapsed
33927
33928 \begin_layout Plain Layout
33929 ぱっけーじ@パッケージ ! braket
33930 \end_layout
33931
33932 \end_inset
33933
33934 には、定義済みのベクトルが提供されており、
33935 \end_layout
33936
33937 \begin_layout Standard
33938
33939 \series bold
33940
33941 \backslash
33942 usepackage{braket}
33943 \end_layout
33944
33945 \begin_layout Standard
33946 という\SpecialChar LaTeX
33947 プリアンブル行で読み込むことができます。
33948 \end_layout
33949
33950 \begin_layout Standard
33951 \begin_inset ERT
33952 status collapsed
33953
33954 \begin_layout Plain Layout
33955
33956
33957 \backslash
33958 ifbraket 
33959 \end_layout
33960
33961 \end_inset
33962
33963
33964 \begin_inset Note Note
33965 status open
33966
33967 \begin_layout Plain Layout
33968 以下の表は、
33969 \series bold
33970 braket
33971 \series default
33972  \SpecialChar LaTeX
33973 パッケージが導入済みのときのみ表示されます。
33974 \end_layout
33975
33976 \end_inset
33977
33978 以下のコマンドが定義されています。
33979 \begin_inset Separator parbreak
33980 \end_inset
33981
33982
33983 \end_layout
33984
33985 \begin_layout Standard
33986 \align center
33987 \begin_inset Tabular
33988 <lyxtabular version="3" rows="4" columns="2">
33989 <features booktabs="true" tabularvalignment="middle">
33990 <column alignment="center" valignment="top" width="0pt">
33991 <column alignment="center" valignment="top">
33992 <row>
33993 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
33994 \begin_inset Text
33995
33996 \begin_layout Plain Layout
33997 コマンド
33998 \end_layout
33999
34000 \end_inset
34001 </cell>
34002 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34003 \begin_inset Text
34004
34005 \begin_layout Plain Layout
34006 出力
34007 \end_layout
34008
34009 \end_inset
34010 </cell>
34011 </row>
34012 <row>
34013 <cell alignment="center" valignment="top" usebox="none">
34014 \begin_inset Text
34015
34016 \begin_layout Plain Layout
34017
34018 \backslash
34019 Bra{
34020 \backslash
34021 psi
34022 \end_layout
34023
34024 \end_inset
34025 </cell>
34026 <cell alignment="center" valignment="top" usebox="none">
34027 \begin_inset Text
34028
34029 \begin_layout Plain Layout
34030 \begin_inset Formula $\Bra{\psi}$
34031 \end_inset
34032
34033
34034 \end_layout
34035
34036 \end_inset
34037 </cell>
34038 </row>
34039 <row>
34040 <cell alignment="center" valignment="top" usebox="none">
34041 \begin_inset Text
34042
34043 \begin_layout Plain Layout
34044
34045 \backslash
34046 Ket{
34047 \backslash
34048 psi
34049 \end_layout
34050
34051 \end_inset
34052 </cell>
34053 <cell alignment="center" valignment="top" usebox="none">
34054 \begin_inset Text
34055
34056 \begin_layout Plain Layout
34057 \begin_inset Formula $\Ket{\psi}$
34058 \end_inset
34059
34060
34061 \end_layout
34062
34063 \end_inset
34064 </cell>
34065 </row>
34066 <row>
34067 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34068 \begin_inset Text
34069
34070 \begin_layout Plain Layout
34071
34072 \backslash
34073 Braket{
34074 \backslash
34075 psi|
34076 \backslash
34077 phi
34078 \end_layout
34079
34080 \end_inset
34081 </cell>
34082 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34083 \begin_inset Text
34084
34085 \begin_layout Plain Layout
34086 \begin_inset Formula $\Braket{\psi|\phi}$
34087 \end_inset
34088
34089
34090 \end_layout
34091
34092 \end_inset
34093 </cell>
34094 </row>
34095 </lyxtabular>
34096
34097 \end_inset
34098
34099
34100 \end_layout
34101
34102 \begin_layout Standard
34103
34104 \series bold
34105
34106 \backslash
34107 Braket
34108 \series default
34109 コマンドを使うと、以下のように、すべての縦棒がそれを囲む括弧と同じ大きさに設定されます。
34110 \begin_inset Formula 
34111 \[
34112 \Braket{\phi|J=\frac{3}{2}\,,\,M_{J}}
34113 \]
34114
34115 \end_inset
34116
34117
34118 \begin_inset ERT
34119 status collapsed
34120
34121 \begin_layout Plain Layout
34122
34123
34124 \backslash
34125 else 
34126 \end_layout
34127
34128 \end_inset
34129
34130
34131 \begin_inset Note Note
34132 status open
34133
34134 \begin_layout Plain Layout
34135
34136 \series bold
34137 braket
34138 \series default
34139  \SpecialChar LaTeX
34140 パッケージが導入されていないときには、以下が表示されます。
34141 \end_layout
34142
34143 \end_inset
34144
34145
34146 \end_layout
34147
34148 \begin_layout Standard
34149 本小節の全体を出力で見るためには、
34150 \series bold
34151 braket
34152 \series default
34153  \SpecialChar LaTeX
34154 パッケージを導入する必要があります。
34155 \end_layout
34156
34157 \begin_layout Standard
34158 \begin_inset ERT
34159 status collapsed
34160
34161 \begin_layout Plain Layout
34162
34163
34164 \backslash
34165 fi 
34166 \end_layout
34167
34168 \end_inset
34169
34170
34171 \end_layout
34172
34173 \begin_layout Standard
34174
34175 \series bold
34176
34177 \backslash
34178 Braket
34179 \series default
34180 と同じ効果は、第
34181 \begin_inset CommandInset ref
34182 LatexCommand ref
34183 reference "subsec:自動の括弧丈"
34184
34185 \end_inset
34186
34187 節に説明されているとおり、
34188 \series bold
34189
34190 \backslash
34191 middle
34192 \series default
34193 コマンドを用いることによっても実現できます。
34194 \end_layout
34195
34196 \begin_layout Subsection
34197 自己定義の分数
34198 \begin_inset CommandInset label
34199 LatexCommand label
34200 name "subsec:自己定義の分数"
34201
34202 \end_inset
34203
34204
34205 \begin_inset Index idx
34206 status collapsed
34207
34208 \begin_layout Plain Layout
34209 ぶんすう@分数 ! じこていぎの@自己定義の
34210 \end_layout
34211
34212 \end_inset
34213
34214
34215 \end_layout
34216
34217 \begin_layout Standard
34218 分数用の自己定義コマンドを定義するには、以下の書式を持つ
34219 \series bold
34220
34221 \backslash
34222 genfrac
34223 \series default
34224
34225 \begin_inset Index idx
34226 status collapsed
34227
34228 \begin_layout Plain Layout
34229 こまんど@コマンド ! G ! 
34230 \backslash
34231 genfrac
34232 \end_layout
34233
34234 \end_inset
34235
34236 コマンドを使います。
34237 \end_layout
34238
34239 \begin_layout Standard
34240
34241 \series bold
34242
34243 \backslash
34244 genfrac{左括弧}{右括弧}{分数線の厚み}{様式}
34245 \begin_inset Newline newline
34246 \end_inset
34247
34248
34249 \begin_inset Phantom HPhantom
34250 status open
34251
34252 \begin_layout Plain Layout
34253
34254 \series bold
34255
34256 \backslash
34257 genfrac
34258 \end_layout
34259
34260 \end_inset
34261
34262 {分子}{分母}
34263 \end_layout
34264
34265 \begin_layout Standard
34266 ここで「様式」は、0
34267 \begin_inset space \thinspace{}
34268 \end_inset
34269
34270 -
34271 \begin_inset space \thinspace{}
34272 \end_inset
34273
34274 3の範囲の数字です。
34275 \begin_inset Separator parbreak
34276 \end_inset
34277
34278
34279 \end_layout
34280
34281 \begin_layout Standard
34282 \align center
34283 \begin_inset Tabular
34284 <lyxtabular version="3" rows="5" columns="2">
34285 <features booktabs="true" tabularvalignment="middle">
34286 <column alignment="center" valignment="top" width="0pt">
34287 <column alignment="center" valignment="top">
34288 <row>
34289 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34290 \begin_inset Text
34291
34292 \begin_layout Plain Layout
34293 数字
34294 \end_layout
34295
34296 \end_inset
34297 </cell>
34298 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34299 \begin_inset Text
34300
34301 \begin_layout Plain Layout
34302 様式(大きさ)
34303 \end_layout
34304
34305 \end_inset
34306 </cell>
34307 </row>
34308 <row>
34309 <cell alignment="center" valignment="top" usebox="none">
34310 \begin_inset Text
34311
34312 \begin_layout Plain Layout
34313 0
34314 \end_layout
34315
34316 \end_inset
34317 </cell>
34318 <cell alignment="center" valignment="top" usebox="none">
34319 \begin_inset Text
34320
34321 \begin_layout Plain Layout
34322 別行立て様式の数式
34323 \end_layout
34324
34325 \end_inset
34326 </cell>
34327 </row>
34328 <row>
34329 <cell alignment="center" valignment="top" usebox="none">
34330 \begin_inset Text
34331
34332 \begin_layout Plain Layout
34333 1
34334 \end_layout
34335
34336 \end_inset
34337 </cell>
34338 <cell alignment="center" valignment="top" usebox="none">
34339 \begin_inset Text
34340
34341 \begin_layout Plain Layout
34342 行内数式
34343 \end_layout
34344
34345 \end_inset
34346 </cell>
34347 </row>
34348 <row>
34349 <cell alignment="center" valignment="top" usebox="none">
34350 \begin_inset Text
34351
34352 \begin_layout Plain Layout
34353 2
34354 \end_layout
34355
34356 \end_inset
34357 </cell>
34358 <cell alignment="center" valignment="top" usebox="none">
34359 \begin_inset Text
34360
34361 \begin_layout Plain Layout
34362 やや小(small)
34363 \end_layout
34364
34365 \end_inset
34366 </cell>
34367 </row>
34368 <row>
34369 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34370 \begin_inset Text
34371
34372 \begin_layout Plain Layout
34373 3
34374 \end_layout
34375
34376 \end_inset
34377 </cell>
34378 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34379 \begin_inset Text
34380
34381 \begin_layout Plain Layout
34382 最小(tiny)
34383 \end_layout
34384
34385 \end_inset
34386 </cell>
34387 </row>
34388 </lyxtabular>
34389
34390 \end_inset
34391
34392
34393 \end_layout
34394
34395 \begin_layout Standard
34396 「様式」を指定しないときには、
34397 \series bold
34398
34399 \backslash
34400 frac
34401 \series default
34402 コマンドのように、大きさは周囲の環境に合わせて調節されます。 
34403 \end_layout
34404
34405 \begin_layout Standard
34406 「分数線の厚み」を指定しないときには、既定値である0.4
34407 \begin_inset space \thinspace{}
34408 \end_inset
34409
34410 ptが用いられます。
34411 \end_layout
34412
34413 \begin_layout Standard
34414 \begin_inset VSpace medskip
34415 \end_inset
34416
34417 たとえば、第
34418 \begin_inset CommandInset ref
34419 LatexCommand ref
34420 reference "subsec:分数"
34421
34422 \end_inset
34423
34424 節の
34425 \series bold
34426
34427 \backslash
34428 dfrac
34429 \series default
34430 コマンドおよび
34431 \series bold
34432
34433 \backslash
34434 tbinom
34435 \series default
34436 コマンドは、
34437 \end_layout
34438
34439 \begin_layout Standard
34440
34441 \series bold
34442
34443 \backslash
34444 newcommand{
34445 \backslash
34446 dfrac}[2]{
34447 \backslash
34448 genfrac{}{}{}{0}{#1}{#2}}
34449 \end_layout
34450
34451 \begin_layout Standard
34452 あるいは
34453 \end_layout
34454
34455 \begin_layout Standard
34456
34457 \series bold
34458
34459 \backslash
34460 newcommand{
34461 \backslash
34462 tbinom}[2]{
34463 \backslash
34464 genfrac{(}{)}{0pt}{1}{#1}{#2}}
34465 \end_layout
34466
34467 \begin_layout Standard
34468 というコマンドで定義できます。
34469 \end_layout
34470
34471 \begin_layout Standard
34472 \begin_inset VSpace medskip
34473 \end_inset
34474
34475 分数線の厚みを非必須の引数として与えることのできる分数を定義するには、\SpecialChar LaTeX
34476 プリアンブルに
34477 \end_layout
34478
34479 \begin_layout Standard
34480
34481 \series bold
34482
34483 \backslash
34484 newcommand{
34485 \backslash
34486 fracS}[3][]{
34487 \backslash
34488 genfrac{}{}{#1}{}{#2}{#3}}
34489 \end_layout
34490
34491 \begin_layout Standard
34492 という行を入れます。
34493 \end_layout
34494
34495 \begin_layout Standard
34496 以下は、そのテストです。
34497 \begin_inset Formula 
34498 \begin{align*}
34499 \text{コマンド} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
34500 \text{出力} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
34501 \end{align*}
34502
34503 \end_inset
34504
34505 ご覧になってわかるように、分子や分母から分数線までの距離は、分数線の厚みの約3倍になります。
34506 \end_layout
34507
34508 \begin_layout Subsection
34509 数式の消去
34510 \begin_inset Index idx
34511 status collapsed
34512
34513 \begin_layout Plain Layout
34514 すうしき@数式 ! しょうきょ@消去
34515 \end_layout
34516
34517 \end_inset
34518
34519
34520 \end_layout
34521
34522 \begin_layout Standard
34523 数式の全体もしくは一部を消去するには、4つの方法があります。
34524 \begin_inset Separator parbreak
34525 \end_inset
34526
34527
34528 \end_layout
34529
34530 \begin_layout Standard
34531 \align center
34532 \begin_inset ERT
34533 status collapsed
34534
34535 \begin_layout Plain Layout
34536
34537
34538 \backslash
34539 ifcancel 
34540 \end_layout
34541
34542 \end_inset
34543
34544
34545 \begin_inset Note Note
34546 status open
34547
34548 \begin_layout Plain Layout
34549 下記の表は、\SpecialChar LaTeX
34550 パッケージ
34551 \series bold
34552 cancel
34553 \series default
34554 が導入済みの時のみ表示されます。
34555 \end_layout
34556
34557 \end_inset
34558
34559
34560 \end_layout
34561
34562 \begin_layout Standard
34563 \align center
34564 \begin_inset Tabular
34565 <lyxtabular version="3" rows="5" columns="2">
34566 <features booktabs="true" tabularvalignment="middle">
34567 <column alignment="center" valignment="top" width="0pt">
34568 <column alignment="center" valignment="top">
34569 <row>
34570 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34571 \begin_inset Text
34572
34573 \begin_layout Plain Layout
34574 コマンド
34575 \end_layout
34576
34577 \end_inset
34578 </cell>
34579 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34580 \begin_inset Text
34581
34582 \begin_layout Plain Layout
34583 出力
34584 \end_layout
34585
34586 \end_inset
34587 </cell>
34588 </row>
34589 <row>
34590 <cell alignment="center" valignment="top" usebox="none">
34591 \begin_inset Text
34592
34593 \begin_layout Plain Layout
34594
34595 \backslash
34596 cancel
34597 \begin_inset space \textvisiblespace{}
34598 \end_inset
34599
34600
34601 \backslash
34602 int
34603 \begin_inset space \textvisiblespace{}
34604 \end_inset
34605
34606 A=B
34607 \end_layout
34608
34609 \end_inset
34610 </cell>
34611 <cell alignment="center" valignment="top" usebox="none">
34612 \begin_inset Text
34613
34614 \begin_layout Plain Layout
34615 \begin_inset Formula $\cancel{\int A=B}$
34616 \end_inset
34617
34618
34619 \end_layout
34620
34621 \end_inset
34622 </cell>
34623 </row>
34624 <row topspace="1.5mm">
34625 <cell alignment="center" valignment="top" usebox="none">
34626 \begin_inset Text
34627
34628 \begin_layout Plain Layout
34629
34630 \backslash
34631 bcancel
34632 \begin_inset space \textvisiblespace{}
34633 \end_inset
34634
34635
34636 \backslash
34637 int
34638 \begin_inset space \textvisiblespace{}
34639 \end_inset
34640
34641 A=B
34642 \end_layout
34643
34644 \end_inset
34645 </cell>
34646 <cell alignment="center" valignment="top" usebox="none">
34647 \begin_inset Text
34648
34649 \begin_layout Plain Layout
34650 \begin_inset Formula $\bcancel{\int A=B}$
34651 \end_inset
34652
34653
34654 \end_layout
34655
34656 \end_inset
34657 </cell>
34658 </row>
34659 <row topspace="1.5mm">
34660 <cell alignment="center" valignment="top" usebox="none">
34661 \begin_inset Text
34662
34663 \begin_layout Plain Layout
34664
34665 \backslash
34666 xcancel
34667 \begin_inset space \textvisiblespace{}
34668 \end_inset
34669
34670
34671 \backslash
34672 int
34673 \begin_inset space \textvisiblespace{}
34674 \end_inset
34675
34676 A=B
34677 \end_layout
34678
34679 \end_inset
34680 </cell>
34681 <cell alignment="center" valignment="top" usebox="none">
34682 \begin_inset Text
34683
34684 \begin_layout Plain Layout
34685 \begin_inset Formula $\xcancel{\int A=B}$
34686 \end_inset
34687
34688
34689 \end_layout
34690
34691 \end_inset
34692 </cell>
34693 </row>
34694 <row>
34695 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34696 \begin_inset Text
34697
34698 \begin_layout Plain Layout
34699
34700 \backslash
34701 cancelto
34702 \begin_inset space \textvisiblespace{}
34703 \end_inset
34704
34705
34706 \backslash
34707 int
34708 \begin_inset space \textvisiblespace{}
34709 \end_inset
34710
34711 A=B
34712 \begin_inset Formula $\to$
34713 \end_inset
34714
34715 1
34716 \end_layout
34717
34718 \end_inset
34719 </cell>
34720 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34721 \begin_inset Text
34722
34723 \begin_layout Plain Layout
34724 \begin_inset Formula $\cancelto{1}{\int A=B}\hspace{3mm}$
34725 \end_inset
34726
34727
34728 \end_layout
34729
34730 \end_inset
34731 </cell>
34732 </row>
34733 </lyxtabular>
34734
34735 \end_inset
34736
34737
34738 \end_layout
34739
34740 \begin_layout Standard
34741
34742 \series bold
34743
34744 \backslash
34745 cancelto
34746 \series default
34747 は、以下のように、とくに数式中の分数の約分を表示するのに適しています。
34748 \begin_inset Formula 
34749 \[
34750 \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}}}
34751 \]
34752
34753 \end_inset
34754
34755
34756 \end_layout
34757
34758 \begin_layout Standard
34759
34760 \series bold
34761
34762 \backslash
34763 cancelto
34764 \series default
34765 の「下付き文字」寸法の大きさを変えるには、
34766 \end_layout
34767
34768 \begin_layout Standard
34769
34770 \series bold
34771
34772 \backslash
34773 PassOptionsToPackage{オプション}{cancel}
34774 \end_layout
34775
34776 \begin_layout Standard
34777 という行を\SpecialChar LaTeX
34778 プリアンブルに書き加えてください。ここで、
34779 \series bold
34780 オプション
34781 \series default
34782
34783 \series bold
34784 samesize
34785 \series default
34786 にすると、取り消した部分と同じ寸法になり、
34787 \series bold
34788 Smaller
34789 \series default
34790 にすると、通常よりも少し小さくなります。
34791 \end_layout
34792
34793 \begin_layout Standard
34794 取り消し線に色を付けるには、\SpecialChar TeX
34795 コードで以下のコマンドを書き加えてください。
34796 \end_layout
34797
34798 \begin_layout Standard
34799
34800 \series bold
34801
34802 \backslash
34803 renewcommand{
34804 \backslash
34805 CancelColor}{
34806 \backslash
34807 color{red}}
34808 \end_layout
34809
34810 \begin_layout Standard
34811 ここで
34812 \series bold
34813 red
34814 \series default
34815 は、お好みの色に変更することができます。
34816 \end_layout
34817
34818 \begin_layout Standard
34819 \begin_inset ERT
34820 status collapsed
34821
34822 \begin_layout Plain Layout
34823
34824
34825 \backslash
34826 renewcommand{
34827 \backslash
34828 CancelColor}{
34829 \backslash
34830 color{red}}
34831 \end_layout
34832
34833 \end_inset
34834
34835
34836 \end_layout
34837
34838 \begin_layout Standard
34839 \begin_inset Formula 
34840 \[
34841 \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}}}
34842 \]
34843
34844 \end_inset
34845
34846
34847 \end_layout
34848
34849 \begin_layout Standard
34850 \begin_inset ERT
34851 status collapsed
34852
34853 \begin_layout Plain Layout
34854
34855
34856 \backslash
34857 renewcommand{
34858 \backslash
34859 CancelColor}{
34860 \backslash
34861 color{black}}
34862 \end_layout
34863
34864 \end_inset
34865
34866
34867 \begin_inset Note Note
34868 status open
34869
34870 \begin_layout Plain Layout
34871 色をリセット
34872 \end_layout
34873
34874 \end_inset
34875
34876
34877 \end_layout
34878
34879 \begin_layout Standard
34880 他の微調整については、
34881 \series bold
34882 cancel
34883 \series default
34884 パッケージの取扱説明書
34885 \begin_inset CommandInset citation
34886 LatexCommand cite
34887 key "cancel"
34888
34889 \end_inset
34890
34891 をご覧ください。
34892 \begin_inset Index idx
34893 status collapsed
34894
34895 \begin_layout Plain Layout
34896 ぱっけーじ@パッケージ ! cancel
34897 \end_layout
34898
34899 \end_inset
34900
34901
34902 \end_layout
34903
34904 \begin_layout Standard
34905 \begin_inset ERT
34906 status collapsed
34907
34908 \begin_layout Plain Layout
34909
34910
34911 \backslash
34912 else 
34913 \end_layout
34914
34915 \end_inset
34916
34917
34918 \begin_inset Note Note
34919 status open
34920
34921 \begin_layout Plain Layout
34922 下記の表は、\SpecialChar LaTeX
34923 パッケージ
34924 \series bold
34925 cancel
34926 \series default
34927 が導入済みの時のみ表示されます。
34928 \end_layout
34929
34930 \end_inset
34931
34932
34933 \end_layout
34934
34935 \begin_layout Standard
34936 本小節の続きを見るには、\SpecialChar LaTeX
34937 パッケージ
34938 \series bold
34939 cancel
34940 \series default
34941 を導入する必要があります。
34942 \end_layout
34943
34944 \begin_layout Standard
34945 \begin_inset ERT
34946 status collapsed
34947
34948 \begin_layout Plain Layout
34949
34950
34951 \backslash
34952 fi 
34953 \end_layout
34954
34955 \end_inset
34956
34957
34958 \end_layout
34959
34960 \begin_layout Subsection
34961 節見出し中の数式
34962 \begin_inset CommandInset label
34963 LatexCommand label
34964 name "subsec:節見出し中の数式"
34965
34966 \end_inset
34967
34968
34969 \begin_inset Index idx
34970 status collapsed
34971
34972 \begin_layout Plain Layout
34973 すうしき@数式 ! せつみだしちゅうの@節見出し中の
34974 \end_layout
34975
34976 \end_inset
34977
34978
34979 \end_layout
34980
34981 \begin_layout Standard
34982 数式を節見出し中で使う際には、以下のことに留意しなくてはなりません。
34983 \end_layout
34984
34985 \begin_layout Standard
34986 \begin_inset Note Greyedout
34987 status open
34988
34989 \begin_layout Plain Layout
34990 文書設定ダイアログの
34991 \family sans
34992 PDF特性
34993 \family default
34994
34995 \series bold
34996 hyperref
34997 \series default
34998
34999 \begin_inset Index idx
35000 status collapsed
35001
35002 \begin_layout Plain Layout
35003 ぱっけーじ@パッケージ ! hyperref
35004 \end_layout
35005
35006 \end_inset
35007
35008 サポートが有効になっている場合、PDFのしおりが、目次にある節見出しすべてに関して生成されます。しおり中に数式を入れることはPDFの慣習に違反しているため、節見
35009 出しに数式が含まれている場合、数式はしおり中に誤った文字列として表示されます。
35010 \end_layout
35011
35012 \end_inset
35013
35014
35015 \end_layout
35016
35017 \begin_layout Standard
35018 これらの問題は、
35019 \family sans
35020 挿入\SpecialChar menuseparator
35021 短縮タイトル
35022 \family default
35023 メニューを使って、問題となる節見出しの最後に短縮タイトルを入れることで解決することができます。短縮タイトルは、目次が美しく整形されるように、多行にわたる節見出し
35024 に別名を付けるものです。目次中には、短縮タイトルのみが表示され、したがってPDFしおり中にも短縮タイトルのみが表示されます。
35025 \end_layout
35026
35027 \begin_layout Standard
35028 数式を目次中でも使わなくてもならないが、
35029 \series bold
35030 hyperref
35031 \series default
35032 も使用しなくてはならないときには、
35033 \end_layout
35034
35035 \begin_layout Standard
35036
35037 \series bold
35038
35039 \backslash
35040 texorpdfstring{部分}{代替文字列}
35041 \begin_inset Index idx
35042 status collapsed
35043
35044 \begin_layout Plain Layout
35045 こまんど@コマンド ! T ! 
35046 \backslash
35047 texorpdfstring
35048 \end_layout
35049
35050 \end_inset
35051
35052
35053 \end_layout
35054
35055 \begin_layout Standard
35056 というコマンドを\SpecialChar TeX
35057 モードで使う方法があります。
35058 \end_layout
35059
35060 \begin_layout Standard
35061 「部分」は、見出し中、PDFしおりに表示したくない部分です。これは、文字・数式・脚注のほかに相互参照をとることもできます。しおりには、この部分の代わりに、「代替
35062 文字列」が用いられます。
35063 \end_layout
35064
35065 \begin_layout Standard
35066 以下の二つは、見出しの例です。
35067 \begin_inset VSpace -3mm
35068 \end_inset
35069
35070
35071 \begin_inset ERT
35072 status collapsed
35073
35074 \begin_layout Plain Layout
35075
35076
35077 \backslash
35078 boldmath 
35079 \end_layout
35080
35081 \end_inset
35082
35083
35084 \end_layout
35085
35086 \begin_layout Subsubsection
35087 目次中では数式を使わない見出し
35088 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35089 \end_inset
35090
35091
35092 \begin_inset Argument 1
35093 status collapsed
35094
35095 \begin_layout Plain Layout
35096 目次中では数式を使わない見出し
35097 \end_layout
35098
35099 \end_inset
35100
35101
35102 \end_layout
35103
35104 \begin_layout Subsubsection
35105 目次中で数式を使う見出し
35106 \begin_inset ERT
35107 status collapsed
35108
35109 \begin_layout Plain Layout
35110
35111
35112 \backslash
35113 texorpdfstring{
35114 \end_layout
35115
35116 \end_inset
35117
35118  
35119 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35120 \end_inset
35121
35122
35123 \begin_inset ERT
35124 status collapsed
35125
35126 \begin_layout Plain Layout
35127
35128 }{}
35129 \end_layout
35130
35131 \end_inset
35132
35133
35134 \end_layout
35135
35136 \begin_layout Standard
35137 \begin_inset ERT
35138 status collapsed
35139
35140 \begin_layout Plain Layout
35141
35142
35143 \backslash
35144 unboldmath 
35145 \end_layout
35146
35147 \end_inset
35148
35149 一つめの見出しでは短縮タイトルが使われており、二つめの見出しでは
35150 \series bold
35151
35152 \backslash
35153 texorpdfstring
35154 \series default
35155 が使われています。
35156 \end_layout
35157
35158 \begin_layout Standard
35159 他の節見出しと同じ書式を得るために、上の見出し全体は
35160 \series bold
35161 boldmath
35162 \series default
35163 環境に設定してあります
35164 \begin_inset Foot
35165 status collapsed
35166
35167 \begin_layout Plain Layout
35168
35169 \begin_inset CommandInset ref
35170 LatexCommand ref
35171 reference "subsec:ボールド体の数式"
35172
35173 \end_inset
35174
35175 節参照。
35176 \end_layout
35177
35178 \end_inset
35179
35180
35181 \end_layout
35182
35183 \begin_layout Subsection
35184 多段組文中の数式
35185 \begin_inset Index idx
35186 status collapsed
35187
35188 \begin_layout Plain Layout
35189 すうしき@数式 ! ただんくみぶんちゅうの@多段組文中の
35190 \end_layout
35191
35192 \end_inset
35193
35194
35195 \end_layout
35196
35197 \begin_layout Standard
35198 多段組文中に数式を作ると、段の中に収まりきらないことも多く、ページ幅全体に広がるようにする必要があることがあります。これは、
35199 \series bold
35200 multicol
35201 \series default
35202
35203 \begin_inset Foot
35204 status collapsed
35205
35206 \begin_layout Plain Layout
35207
35208 \series bold
35209 multicol
35210 \series default
35211 は、標準的\SpecialChar LaTeX
35212 頒布版のすべてに含まれています。
35213 \end_layout
35214
35215 \end_inset
35216
35217
35218 \begin_inset Index idx
35219 status collapsed
35220
35221 \begin_layout Plain Layout
35222 ぱっけーじ@パッケージ ! multicol
35223 \end_layout
35224
35225 \end_inset
35226
35227  \SpecialChar LaTeX
35228 パッケージを、
35229 \end_layout
35230
35231 \begin_layout Standard
35232
35233 \series bold
35234
35235 \backslash
35236 usepackage{multicol}
35237 \end_layout
35238
35239 \begin_layout Standard
35240 という\SpecialChar LaTeX
35241 プリアンブル行を書いて読み込むことで、実現できます。
35242 \end_layout
35243
35244 \begin_layout Standard
35245 \begin_inset Note Greyedout
35246 status open
35247
35248 \begin_layout Plain Layout
35249 ここで、
35250 \family sans
35251 文書\SpecialChar menuseparator
35252 設定
35253 \family default
35254 メニューの
35255 \family sans
35256 本文レイアウト
35257 \family default
35258 で、
35259 \family sans
35260 二段組文書
35261 \family default
35262 の設定を
35263 \emph on
35264 有効にしてはならない
35265 \emph default
35266 ことに注意してください。
35267 \end_layout
35268
35269 \end_inset
35270
35271
35272 \end_layout
35273
35274 \begin_layout Standard
35275 多段組文の前に
35276 \end_layout
35277
35278 \begin_layout Standard
35279
35280 \series bold
35281
35282 \backslash
35283 begin{multicols}{段数}
35284 \end_layout
35285
35286 \begin_layout Standard
35287 というコマンドを\SpecialChar TeX
35288 モードで書き入れます。「段数」は、2
35289 \begin_inset space \thinspace{}
35290 \end_inset
35291
35292 -
35293 \begin_inset space \thinspace{}
35294 \end_inset
35295
35296 10のあいだの数字です。多段組文の終わる数式の前には、
35297 \end_layout
35298
35299 \begin_layout Standard
35300
35301 \series bold
35302
35303 \backslash
35304 end{multicols}
35305 \end_layout
35306
35307 \begin_layout Standard
35308 というコマンドを\SpecialChar TeX
35309 モードで入れます。
35310 \end_layout
35311
35312 \begin_layout Standard
35313 このコマンドによって、数式の前にいくらかの余白が、自動的に作られます。これをなくすには、数式の前に-6
35314 \begin_inset space \thinspace{}
35315 \end_inset
35316
35317 mmの垂直空白を入れて下さい。数式様式
35318 \series bold
35319
35320 \begin_inset Foot
35321 status collapsed
35322
35323 \begin_layout Plain Layout
35324 数式様式に関しては、第
35325 \begin_inset CommandInset ref
35326 LatexCommand ref
35327 reference "sec:数式様式"
35328
35329 \end_inset
35330
35331 節をご覧下さい。
35332 \end_layout
35333
35334 \end_inset
35335
35336
35337 \series default
35338 として
35339 \series bold
35340 行頭下げ
35341 \series default
35342 を使用している場合には、代わりに-9
35343 \begin_inset space \thinspace{}
35344 \end_inset
35345
35346 mmの垂直空白を入れて下さい。
35347 \end_layout
35348
35349 \begin_layout Standard
35350 以下は、別行立て数式を含む、多段組文の例です。
35351 \end_layout
35352
35353 \begin_layout Standard
35354 \begin_inset ERT
35355 status collapsed
35356
35357 \begin_layout Plain Layout
35358
35359
35360 \backslash
35361 begin{multicols}{2}
35362 \end_layout
35363
35364 \end_inset
35365
35366
35367 \lang ngerman
35368 Das Spektrum wird fouriertransformiert.
35369  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
35370 , Lösungsmittel) zu trennen.
35371  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
35372  nun das Aussehen des Ausgangssignals.
35373  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so das man
35374  über alle Phasen integrieren muss.
35375  Sei nun 
35376 \begin_inset Formula $S$
35377 \end_inset
35378
35379  unser normiertes Ausgangssignal und 
35380 \begin_inset Formula $P$
35381 \end_inset
35382
35383  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
35384 \lang japanese
35385
35386 \begin_inset ERT
35387 status collapsed
35388
35389 \begin_layout Plain Layout
35390
35391
35392 \backslash
35393 end{multicols}
35394 \end_layout
35395
35396 \end_inset
35397
35398
35399 \begin_inset VSpace -6mm
35400 \end_inset
35401
35402
35403 \begin_inset Formula 
35404 \begin{equation}
35405 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
35406 \end{equation}
35407
35408 \end_inset
35409
35410
35411 \begin_inset ERT
35412 status collapsed
35413
35414 \begin_layout Plain Layout
35415
35416
35417 \backslash
35418 begin{multicols}{2}
35419 \end_layout
35420
35421 \end_inset
35422
35423
35424 \lang ngerman
35425 wobei 
35426 \begin_inset Formula $S_{0}$
35427 \end_inset
35428
35429  das Signal ohne Gradient ist und die Normierungsbedingung 
35430 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
35431 \end_inset
35432
35433  gilt.
35434  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
35435  Direkt nach dem 
35436 \begin_inset Formula $\nicefrac{\pi}{2}$
35437 \end_inset
35438
35439
35440 \begin_inset space \thinspace{}
35441 \end_inset
35442
35443 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
35444  das Signal zusätzlich abschwächt.
35445  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
35446  
35447 \begin_inset Formula $T_{2}$
35448 \end_inset
35449
35450 -Zeit.
35451 \end_layout
35452
35453 \begin_layout Standard
35454 \begin_inset ERT
35455 status collapsed
35456
35457 \begin_layout Plain Layout
35458
35459
35460 \backslash
35461 end{multicols}
35462 \end_layout
35463
35464 \end_inset
35465
35466  
35467 \end_layout
35468
35469 \begin_layout Subsection
35470 変数の説明付き数式
35471 \begin_inset Index idx
35472 status collapsed
35473
35474 \begin_layout Plain Layout
35475 すうしき@数式 ! へんすうのせつめいつき@変数の説明付き
35476 \end_layout
35477
35478 \end_inset
35479
35480
35481 \end_layout
35482
35483 \begin_layout Standard
35484 \begin_inset CommandInset ref
35485 LatexCommand eqref
35486 reference "eq:within"
35487
35488 \end_inset
35489
35490 式のように、数式内で変数の説明をするには、
35491 \begin_inset Formula $n$
35492 \end_inset
35493
35494 個の変数が使われている場合、左寄せの列を持つ
35495 \begin_inset Formula $2\times n$
35496 \end_inset
35497
35498 行列を使用します
35499 \begin_inset Foot
35500 status collapsed
35501
35502 \begin_layout Plain Layout
35503 行列に関しては、第
35504 \begin_inset CommandInset ref
35505 LatexCommand ref
35506 reference "sec:行列"
35507
35508 \end_inset
35509
35510 節参照。
35511 \end_layout
35512
35513 \end_inset
35514
35515 。説明を小さな文字にするには、行列の前に、たとえば
35516 \series bold
35517
35518 \backslash
35519 footnotesize
35520 \series default
35521 コマンドを挿入します
35522 \begin_inset Foot
35523 status collapsed
35524
35525 \begin_layout Plain Layout
35526 フォント寸法に関しては、第
35527 \begin_inset CommandInset ref
35528 LatexCommand ref
35529 reference "subsec:書体寸法"
35530
35531 \end_inset
35532
35533 節参照。
35534 \end_layout
35535
35536 \end_inset
35537
35538
35539 \end_layout
35540
35541 \begin_layout Standard
35542 数式様式に
35543 \series bold
35544 行頭下げ
35545 \begin_inset Foot
35546 status collapsed
35547
35548 \begin_layout Plain Layout
35549 数式様式に関しては、第
35550 \begin_inset CommandInset ref
35551 LatexCommand ref
35552 reference "sec:数式様式"
35553
35554 \end_inset
35555
35556 節参照。
35557 \end_layout
35558
35559 \end_inset
35560
35561
35562 \series default
35563 を使っている場合、行列を数式とページ余白から等距離に置くために、行列の前後に
35564 \series bold
35565
35566 \backslash
35567 hfill
35568 \series default
35569
35570 \begin_inset Foot
35571 status collapsed
35572
35573 \begin_layout Plain Layout
35574
35575 \series bold
35576
35577 \backslash
35578 hfill
35579 \series default
35580 は、
35581 \series bold
35582 行頭下げ
35583 \series default
35584 様式のときのみ機能します。第
35585 \begin_inset CommandInset ref
35586 LatexCommand ref
35587 reference "subsec:可変長の空白"
35588
35589 \end_inset
35590
35591 節をご覧下さい。
35592 \end_layout
35593
35594 \end_inset
35595
35596 を入れます。
35597 \end_layout
35598
35599 \begin_layout Standard
35600 数式様式に
35601 \series bold
35602 中央揃え
35603 \series default
35604 を使っている場合、数式を字下げするには、第
35605 \begin_inset CommandInset ref
35606 LatexCommand ref
35607 reference "subsec:flalign環境"
35608
35609 \end_inset
35610
35611 節で述べた方法を使用します。
35612 \begin_inset CommandInset ref
35613 LatexCommand eqref
35614 reference "eq:within"
35615
35616 \end_inset
35617
35618 式には5列があり、最初の2列には数式、3列めには行列、最終列には空の\SpecialChar TeX
35619 括弧が入っています。
35620 \begin_inset Formula 
35621 \begin{flalign}
35622 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
35623 \rho & \textrm{density}\\
35624 V & \textrm{volume}\\
35625 g & \textrm{gravitational acceleration}
35626 \end{array} &  & {}\label{eq:within}
35627 \end{flalign}
35628
35629 \end_inset
35630
35631
35632 \end_layout
35633
35634 \begin_layout Subsection
35635 アップライト体のギリシャ小文字
35636 \begin_inset CommandInset label
35637 LatexCommand label
35638 name "subsec:アップライト体ギリシャ小文字"
35639
35640 \end_inset
35641
35642
35643 \begin_inset Index idx
35644 status collapsed
35645
35646 \begin_layout Plain Layout
35647 ぎりしゃもじ@ギリシャ文字 ! あっぷらいとたい@アップライト体
35648 \end_layout
35649
35650 \end_inset
35651
35652
35653 \end_layout
35654
35655 \begin_layout Standard
35656 ほとんどの数式書体は、イタリック体のギリシャ小文字しか提供していません。しかし、
35657 \begin_inset Formula $\pi$
35658 \end_inset
35659
35660 中間子やニュートリノのような素粒子の記号には、アップライト体のギリシャ文字が必要とされます。
35661 \series bold
35662 upgreek.sty
35663 \series default
35664
35665 \begin_inset Foot
35666 status collapsed
35667
35668 \begin_layout Plain Layout
35669
35670 \series bold
35671 upgreek
35672 \series default
35673 は、
35674 \series bold
35675 was
35676 \series default
35677
35678 \begin_inset Index idx
35679 status collapsed
35680
35681 \begin_layout Plain Layout
35682 ぱっけーじ@パッケージ ! was
35683 \begin_inset ERT
35684 status collapsed
35685
35686 \begin_layout Plain Layout
35687
35688
35689 \backslash
35690 vspace{4mm}
35691 \end_layout
35692
35693 \end_inset
35694
35695
35696 \end_layout
35697
35698 \end_inset
35699
35700  \SpecialChar LaTeX
35701 パッケージの一部です。
35702 \end_layout
35703
35704 \end_inset
35705
35706
35707 \begin_inset Index idx
35708 status collapsed
35709
35710 \begin_layout Plain Layout
35711 ぱっけーじ@パッケージ ! upgreek
35712 \end_layout
35713
35714 \end_inset
35715
35716  ファイルを
35717 \end_layout
35718
35719 \begin_layout Standard
35720
35721 \series bold
35722
35723 \backslash
35724 usepackage{upgreek}
35725 \end_layout
35726
35727 \begin_layout Standard
35728 という\SpecialChar LaTeX
35729 プリアンブル行で読み込めば、これらが提供されるようになります。
35730 \begin_inset ERT
35731 status collapsed
35732
35733 \begin_layout Plain Layout
35734
35735
35736 \backslash
35737 ifupgreek 
35738 \end_layout
35739
35740 \end_inset
35741
35742
35743 \begin_inset Note Note
35744 status open
35745
35746 \begin_layout Plain Layout
35747 以下の表は、
35748 \series bold
35749 upgreek
35750 \series default
35751  \SpecialChar LaTeX
35752 パッケージが導入済みのときのみ表示されます。
35753 \end_layout
35754
35755 \end_inset
35756
35757 アップライト体のギリシャ小文字は、ギリシャ小文字のコマンド名の前に
35758 \series bold
35759 up
35760 \series default
35761 を付けると作ることができます。たとえば
35762 \series bold
35763
35764 \backslash
35765 uptau
35766 \series default
35767 コマンドは、
35768 \begin_inset Formula $\uptau$
35769 \end_inset
35770
35771 のようになります。
35772 \end_layout
35773
35774 \begin_layout Standard
35775 これらのコマンドを使えば、以下のような素粒子の反応を組版することができるようになります。
35776 \begin_inset Formula 
35777 \[
35778 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}
35779 \]
35780
35781 \end_inset
35782
35783
35784 \end_layout
35785
35786 \begin_layout Standard
35787 アップライト体の文字は、イタリック体のものよりも太く幅広です。したがって、これらを「
35788 \begin_inset Formula $\mu m$
35789 \end_inset
35790
35791 」のような単位に使うべきではありません。
35792 \end_layout
35793
35794 \begin_layout Standard
35795 \begin_inset ERT
35796 status collapsed
35797
35798 \begin_layout Plain Layout
35799
35800
35801 \backslash
35802 else 
35803 \end_layout
35804
35805 \end_inset
35806
35807
35808 \begin_inset Note Note
35809 status open
35810
35811 \begin_layout Plain Layout
35812 以下は、
35813 \series bold
35814 upgreek
35815 \series default
35816  \SpecialChar LaTeX
35817 パッケージが導入されていないときのみ表示されます。
35818 \end_layout
35819
35820 \end_inset
35821
35822
35823 \end_layout
35824
35825 \begin_layout Standard
35826 この小節のすべてを出力で見るには、
35827 \series bold
35828 upgreek
35829 \series default
35830  \SpecialChar LaTeX
35831 パッケージを導入する必要があります。
35832 \end_layout
35833
35834 \begin_layout Standard
35835 \begin_inset ERT
35836 status collapsed
35837
35838 \begin_layout Plain Layout
35839
35840
35841 \backslash
35842 fi 
35843 \end_layout
35844
35845 \end_inset
35846
35847
35848 \end_layout
35849
35850 \begin_layout Subsection
35851 数式中のテキスト文字
35852 \begin_inset CommandInset label
35853 LatexCommand label
35854 name "subsec:数式中のテキスト文字"
35855
35856 \end_inset
35857
35858
35859 \begin_inset Index idx
35860 status collapsed
35861
35862 \begin_layout Plain Layout
35863 てきすと @ テキスト ! すうしきちゅうの @ 数式中の
35864 \end_layout
35865
35866 \end_inset
35867
35868
35869 \end_layout
35870
35871 \begin_layout Standard
35872 折にふれて、テキスト文字を直接数式中に入れたいときがあるでしょう。たとえば、中黒「·」を
35873 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
35874 \end_inset
35875
35876 のように数式中で頻繁に用いようとすると、この中黒はすべてのエンコーディングでテキスト文字として定義されているために、代わりに
35877 \series bold
35878
35879 \backslash
35880 cdot
35881 \series default
35882
35883 \begin_inset Foot
35884 status collapsed
35885
35886 \begin_layout Plain Layout
35887
35888 \begin_inset CommandInset ref
35889 LatexCommand ref
35890 reference "subsec:二項演算子"
35891
35892 \end_inset
35893
35894 節参照。
35895 \end_layout
35896
35897 \end_inset
35898
35899 コマンドを挿入しなくてはならなくなることでしょう。しかし、
35900 \end_layout
35901
35902 \begin_layout Standard
35903
35904 \series bold
35905
35906 \backslash
35907 Declare Inputtext{183}{
35908 \backslash
35909 ifmmode
35910 \backslash
35911 cdot
35912 \backslash
35913 else
35914 \backslash
35915 textperiodcentered
35916 \backslash
35917 f\SpecialChar ligaturebreak
35918 i}
35919 \end_layout
35920
35921 \begin_layout Standard
35922 という\SpecialChar LaTeX
35923 プリアンブル行を使えば、エンコーディングに変更を加えることができます。
35924 \end_layout
35925
35926 \begin_layout Standard
35927 文字エンコーディング(
35928 \family sans
35929 文書\SpecialChar menuseparator
35930 設定\SpecialChar menuseparator
35931 言語
35932 \family default
35933 メニュー)は、キーボード上の
35934 \begin_inset Flex Ruby
35935 status collapsed
35936
35937 \begin_layout Plain Layout
35938
35939 \begin_inset Argument post:1
35940 status collapsed
35941
35942 \begin_layout Plain Layout
35943 キー
35944 \end_layout
35945
35946 \end_inset
35947
35948
35949 \end_layout
35950
35951 \end_inset
35952
35953 が押されたときにどの文字が表示されるかを指定します。「·」文字に対応する鍵が押されると、内部的には
35954 \series bold
35955
35956 \backslash
35957 textperiodcentered
35958 \series default
35959 コマンドが使用されます。しかし、このコマンドは数式中では使えないので、\SpecialChar LaTeX
35960 エラーが発生するのです。変更後のエンコーディングでは、文字が数式中に挿入されたか否かによっ
35961 て、正しいコマンドが自動的に選択されます。
35962 \end_layout
35963
35964 \begin_layout Standard
35965 定義ファイル中には、複数の文字のエンコーディングが保管されています。たとえば、
35966 \series bold
35967 latin9
35968 \series default
35969 エンコーディングは、\SpecialChar LaTeX
35970 がインストールされたフォルダにある
35971 \series bold
35972 latin9.def
35973 \series default
35974 ファイルに定義されています。エンコーディングは、\SpecialChar LaTeX
35975 プリアンブルで変更するべきであって、定義ファイルを変更してはなりません。さもないと、自分の作成した文書は、他のコ
35976 ンピューターで作業をしている他のユーザーによっては編集することができなくなってしまいます。
35977 \end_layout
35978
35979 \begin_layout Standard
35980 \begin_inset VSpace medskip
35981 \end_inset
35982
35983 中黒の他にこの文書では、角度記号「
35984 \begin_inset Formula $^{\circ}$
35985 \end_inset
35986
35987 」が、数式に直接入れることができるよう、以下のような\SpecialChar LaTeX
35988 プリアンブル行で定義されています
35989 \begin_inset Foot
35990 status collapsed
35991
35992 \begin_layout Plain Layout
35993 【訳註】p\SpecialChar LaTeX
35994 では、これらの定義は必要ないので、コメントアウトして無効にしてあります。
35995 \end_layout
35996
35997 \end_inset
35998
35999
36000 \end_layout
36001
36002 \begin_layout Standard
36003
36004 \series bold
36005
36006 \backslash
36007 DeclareInputtext{176}{
36008 \backslash
36009 ifmmode^
36010 \backslash
36011 circ
36012 \backslash
36013 else
36014 \backslash
36015 textdegree
36016 \backslash
36017 f\SpecialChar ligaturebreak
36018 i}
36019 \end_layout
36020
36021 \begin_layout Subsection
36022 数式中の\SpecialChar LaTeX
36023 コメント
36024 \begin_inset Index idx
36025 status collapsed
36026
36027 \begin_layout Plain Layout
36028 L atexこめんと@\SpecialChar LaTeX
36029 コメント
36030 \end_layout
36031
36032 \end_inset
36033
36034
36035 \end_layout
36036
36037 \begin_layout Standard
36038 本文中では、ファイルの\SpecialChar LaTeX
36039 ソースコードでのみ見ることのできるコメントを、
36040 \family sans
36041 挿入
36042 \lang english
36043 \SpecialChar menuseparator
36044
36045 \lang japanese
36046 注釈
36047 \lang english
36048 \SpecialChar menuseparator
36049
36050 \lang japanese
36051 コメント
36052 \family default
36053 メニューで挿入することができます。これと同じことは、数式中ではできませんが、
36054 \end_layout
36055
36056 \begin_layout Standard
36057
36058 \series bold
36059
36060 \backslash
36061 %
36062 \end_layout
36063
36064 \begin_layout Standard
36065 というコマンドを使えば、\SpecialChar LaTeX
36066 コメントを挿入することができます。このコマンドを打ち込むと、コメントを書き込むことのできるボックスが生成されます。\SpecialChar LyX
36067 のバグのせいで
36068 \begin_inset Foot
36069 status collapsed
36070
36071 \begin_layout Plain Layout
36072 \begin_inset CommandInset href
36073 LatexCommand href
36074 name "LyX-bug #9002"
36075 target "http://www.lyx.org/trac/ticket/9002"
36076
36077 \end_inset
36078
36079
36080 \end_layout
36081
36082 \end_inset
36083
36084 、コメント中に、通常の本文や数式内本文そのものを書くことはできませんが、\SpecialChar LaTeX
36085 出力中に、\SpecialChar LaTeX
36086 コマンドの形では見ることができます。
36087 \lang english
36088
36089 \begin_inset Newline newline
36090 \end_inset
36091
36092
36093 \lang japanese
36094 下記は、\SpecialChar LaTeX
36095 コメントを持つ数式の例です。
36096 \begin_inset Formula 
36097 \[
36098 A=B%\text{これはコメントです。}
36099 \]
36100
36101 \end_inset
36102
36103
36104 \end_layout
36105
36106 \begin_layout Section
36107 \start_of_appendix
36108 組版上の助言
36109 \begin_inset Index idx
36110 status collapsed
36111
36112 \begin_layout Plain Layout
36113 くみばんじょうのじょげん@組版上の助言
36114 \end_layout
36115
36116 \end_inset
36117
36118
36119 \end_layout
36120
36121 \begin_layout Standard
36122 この節は、ISO規範に掲げてある、もっとも重要な組版ルールの要約です
36123 \begin_inset Foot
36124 status collapsed
36125
36126 \begin_layout Plain Layout
36127 この要約の一部は、ISO規則を取り上げている「Duden」
36128 \begin_inset CommandInset citation
36129 LatexCommand cite
36130 key "Duden"
36131
36132 \end_inset
36133
36134 と呼ばれるドイツの半公的辞書から採られています。
36135 \end_layout
36136
36137 \end_inset
36138
36139
36140 \end_layout
36141
36142 \begin_layout Itemize
36143 物理単位は、つねに(イタリック文中にあるときも)アップライト体にします
36144 \begin_inset Foot
36145 status collapsed
36146
36147 \begin_layout Plain Layout
36148 書体様式で指定します。第
36149 \begin_inset CommandInset ref
36150 LatexCommand ref
36151 reference "subsec:書体様式"
36152
36153 \end_inset
36154
36155 節を参照。
36156 \end_layout
36157
36158 \end_inset
36159
36160 :30
36161 \begin_inset space \thinspace{}
36162 \end_inset
36163
36164 km/h
36165 \begin_inset Newline newline
36166 \end_inset
36167
36168 値と単位の間には、最小空白を入れます。第
36169 \begin_inset CommandInset ref
36170 LatexCommand ref
36171 reference "subsec:定義済みの空白"
36172
36173 \end_inset
36174
36175 節を参照。
36176 \begin_inset Newline newline
36177 \end_inset
36178
36179 この慣習は、
36180 \series bold
36181
36182 \backslash
36183 unittwo
36184 \series default
36185 コマンドを使用すると、つねに満たされます。このコマンドを数式に入れると、二つの枠が現れます。最初の枠には値をいれ、第二の枠に単位を入れると、上記と同じような結果
36186 が得られます:
36187 \begin_inset Formula $\unit[30]{km/h}$
36188 \end_inset
36189
36190
36191 \begin_inset space \thinspace{}
36192 \end_inset
36193
36194 。実は、
36195 \series bold
36196
36197 \backslash
36198 unittwo
36199 \series default
36200 は、\SpecialChar LaTeX
36201 コマンドの実体ではなく、
36202 \series bold
36203
36204 \backslash
36205 unit[値]{単位}
36206 \series default
36207 というコマンドです。したがって、これを\SpecialChar TeX
36208 コード中で使用することはできません。
36209 \end_layout
36210
36211 \begin_layout Itemize
36212 百分率記号と千分率記号は、物理単位と同様に組みます:
36213 \begin_inset Newline newline
36214 \end_inset
36215
36216 血中アルコール1,2
36217 \begin_inset space \thinspace{}
36218 \end_inset
36219
36220
36221 \end_layout
36222
36223 \begin_layout Itemize
36224 角度記号は値の直後に置きます:
36225 \begin_inset Formula $15^{\circ}$
36226 \end_inset
36227
36228 。しかし、単位として用いられるときは別です:15
36229 \begin_inset space \thinspace{}
36230 \end_inset
36231
36232
36233 \begin_inset Formula $^{\circ}\negmedspace\mbox{C}$
36234 \end_inset
36235
36236
36237 \end_layout
36238
36239 \begin_layout Itemize
36240 4桁以上の数は、3桁ごとに最小空白を直前に挿入して、グループ化します:18
36241 \begin_inset space \thinspace{}
36242 \end_inset
36243
36244 473
36245 \begin_inset space \thinspace{}
36246 \end_inset
36247
36248 588
36249 \end_layout
36250
36251 \begin_layout Itemize
36252 \begin_inset Formula $120\times90\times40$
36253 \end_inset
36254
36255
36256 \begin_inset space \thinspace{}
36257 \end_inset
36258
36259 cmのような寸法には、積記号「
36260 \begin_inset Formula $\times$
36261 \end_inset
36262
36263 」を用います。これは、
36264 \series bold
36265
36266 \backslash
36267 times
36268 \series default
36269 コマンドか、
36270 \family sans
36271 挿入\SpecialChar menuseparator
36272 特殊文字\SpecialChar menuseparator
36273 記号
36274 \family default
36275 メニューから入れることができます。
36276 \end_layout
36277
36278 \begin_layout Itemize
36279 いくつかの文字を含む関数名は、混乱を防ぐためにアップライト体にします。第
36280 \begin_inset CommandInset ref
36281 LatexCommand ref
36282 reference "subsec:定義済み函数"
36283
36284 \end_inset
36285
36286 節を参照。
36287 \end_layout
36288
36289 \begin_layout Itemize
36290 複数の文字を含む指数は、アップライト体にします:
36291 \begin_inset Formula $E_{\mathrm{kin}}$
36292 \end_inset
36293
36294
36295 \begin_inset Newline newline
36296 \end_inset
36297
36298 行列要素はイタリック体にします:
36299 \begin_inset Formula $\hat{H}_{kl}$
36300 \end_inset
36301
36302
36303 \end_layout
36304
36305 \begin_layout Itemize
36306 微分作用素・積分作用素「d」、オイラー数「e」、虚数単位「i」は、他の変数と間違えることを避けるために、アップライト体にします。
36307 \end_layout
36308
36309 \begin_layout Itemize
36310
36311 \noun on
36312 フーリエ
36313 \noun default
36314 変換を表す文字は、
36315 \series bold
36316
36317 \backslash
36318 mathscr
36319 \begin_inset space \textvisiblespace{}
36320 \end_inset
36321
36322 {F
36323 \series default
36324 コマンド
36325 \begin_inset Index idx
36326 status collapsed
36327
36328 \begin_layout Plain Layout
36329 こまんど@コマンド! M ! 
36330 \backslash
36331 mathscr
36332 \end_layout
36333
36334 \end_inset
36335
36336
36337 \family sans
36338 挿入\SpecialChar menuseparator
36339 特殊文字\SpecialChar menuseparator
36340 記号\SpecialChar menuseparator
36341 文字様記号
36342 \family default
36343 メニューの
36344 \begin_inset Formula $\mathscr{F}$
36345 \end_inset
36346
36347 で入れることができます。
36348 \end_layout
36349
36350 \begin_layout Standard
36351 \begin_inset Newpage newpage
36352 \end_inset
36353
36354
36355 \end_layout
36356
36357 \begin_layout Section
36358 同義語
36359 \begin_inset Index idx
36360 status collapsed
36361
36362 \begin_layout Plain Layout
36363 どうぎご@同義語
36364 \end_layout
36365
36366 \end_inset
36367
36368
36369 \end_layout
36370
36371 \begin_layout Standard
36372 いくつかの文字や記号は、複数のコマンドから作ることができます。以下は、同義のコマンドの一覧です。
36373 \end_layout
36374
36375 \begin_layout Standard
36376 \begin_inset VSpace bigskip
36377 \end_inset
36378
36379
36380 \lang english
36381
36382 \begin_inset space \hfill{}
36383 \end_inset
36384
36385
36386 \lang japanese
36387
36388 \begin_inset Tabular
36389 <lyxtabular version="3" rows="12" columns="2">
36390 <features booktabs="true" tabularvalignment="middle">
36391 <column alignment="center" valignment="top" width="0pt">
36392 <column alignment="center" valignment="top" width="0pt">
36393 <row>
36394 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
36395 \begin_inset Text
36396
36397 \begin_layout Plain Layout
36398 コマンド
36399 \end_layout
36400
36401 \end_inset
36402 </cell>
36403 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
36404 \begin_inset Text
36405
36406 \begin_layout Plain Layout
36407 同義のコマンド
36408 \end_layout
36409
36410 \end_inset
36411 </cell>
36412 </row>
36413 <row>
36414 <cell alignment="center" valignment="top" usebox="none">
36415 \begin_inset Text
36416
36417 \begin_layout Plain Layout
36418
36419 \backslash
36420 ast
36421 \end_layout
36422
36423 \end_inset
36424 </cell>
36425 <cell alignment="center" valignment="top" usebox="none">
36426 \begin_inset Text
36427
36428 \begin_layout Plain Layout
36429 *
36430 \end_layout
36431
36432 \end_inset
36433 </cell>
36434 </row>
36435 <row>
36436 <cell alignment="center" valignment="top" usebox="none">
36437 \begin_inset Text
36438
36439 \begin_layout Plain Layout
36440
36441 \backslash
36442 choose
36443 \end_layout
36444
36445 \end_inset
36446 </cell>
36447 <cell alignment="center" valignment="top" usebox="none">
36448 \begin_inset Text
36449
36450 \begin_layout Plain Layout
36451
36452 \backslash
36453 binom
36454 \end_layout
36455
36456 \end_inset
36457 </cell>
36458 </row>
36459 <row>
36460 <cell alignment="center" valignment="top" usebox="none">
36461 \begin_inset Text
36462
36463 \begin_layout Plain Layout
36464
36465 \backslash
36466 geq
36467 \end_layout
36468
36469 \end_inset
36470 </cell>
36471 <cell alignment="center" valignment="top" usebox="none">
36472 \begin_inset Text
36473
36474 \begin_layout Plain Layout
36475
36476 \backslash
36477 ge
36478 \end_layout
36479
36480 \end_inset
36481 </cell>
36482 </row>
36483 <row>
36484 <cell alignment="center" valignment="top" usebox="none">
36485 \begin_inset Text
36486
36487 \begin_layout Plain Layout
36488
36489 \backslash
36490 lbrace
36491 \end_layout
36492
36493 \end_inset
36494 </cell>
36495 <cell alignment="center" valignment="top" usebox="none">
36496 \begin_inset Text
36497
36498 \begin_layout Plain Layout
36499 {
36500 \end_layout
36501
36502 \end_inset
36503 </cell>
36504 </row>
36505 <row>
36506 <cell alignment="center" valignment="top" usebox="none">
36507 \begin_inset Text
36508
36509 \begin_layout Plain Layout
36510
36511 \backslash
36512 lbracket
36513 \end_layout
36514
36515 \end_inset
36516 </cell>
36517 <cell alignment="center" valignment="top" usebox="none">
36518 \begin_inset Text
36519
36520 \begin_layout Plain Layout
36521 [
36522 \end_layout
36523
36524 \end_inset
36525 </cell>
36526 </row>
36527 <row>
36528 <cell alignment="center" valignment="top" usebox="none">
36529 \begin_inset Text
36530
36531 \begin_layout Plain Layout
36532
36533 \backslash
36534 leftarrow
36535 \end_layout
36536
36537 \end_inset
36538 </cell>
36539 <cell alignment="center" valignment="top" usebox="none">
36540 \begin_inset Text
36541
36542 \begin_layout Plain Layout
36543
36544 \backslash
36545 gets
36546 \end_layout
36547
36548 \end_inset
36549 </cell>
36550 </row>
36551 <row>
36552 <cell alignment="center" valignment="top" usebox="none">
36553 \begin_inset Text
36554
36555 \begin_layout Plain Layout
36556
36557 \backslash
36558 leq
36559 \end_layout
36560
36561 \end_inset
36562 </cell>
36563 <cell alignment="center" valignment="top" usebox="none">
36564 \begin_inset Text
36565
36566 \begin_layout Plain Layout
36567
36568 \backslash
36569 le
36570 \end_layout
36571
36572 \end_inset
36573 </cell>
36574 </row>
36575 <row>
36576 <cell alignment="center" valignment="top" usebox="none">
36577 \begin_inset Text
36578
36579 \begin_layout Plain Layout
36580
36581 \backslash
36582 lor
36583 \end_layout
36584
36585 \end_inset
36586 </cell>
36587 <cell alignment="center" valignment="top" usebox="none">
36588 \begin_inset Text
36589
36590 \begin_layout Plain Layout
36591
36592 \backslash
36593 vee
36594 \end_layout
36595
36596 \end_inset
36597 </cell>
36598 </row>
36599 <row>
36600 <cell alignment="center" valignment="top" usebox="none">
36601 \begin_inset Text
36602
36603 \begin_layout Plain Layout
36604
36605 \backslash
36606 neq
36607 \end_layout
36608
36609 \end_inset
36610 </cell>
36611 <cell alignment="center" valignment="top" usebox="none">
36612 \begin_inset Text
36613
36614 \begin_layout Plain Layout
36615
36616 \backslash
36617 not=
36618 \end_layout
36619
36620 \end_inset
36621 </cell>
36622 </row>
36623 <row>
36624 <cell alignment="center" valignment="top" usebox="none">
36625 \begin_inset Text
36626
36627 \begin_layout Plain Layout
36628
36629 \backslash
36630 slash
36631 \end_layout
36632
36633 \end_inset
36634 </cell>
36635 <cell alignment="center" valignment="top" usebox="none">
36636 \begin_inset Text
36637
36638 \begin_layout Plain Layout
36639 /
36640 \end_layout
36641
36642 \end_inset
36643 </cell>
36644 </row>
36645 <row>
36646 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36647 \begin_inset Text
36648
36649 \begin_layout Plain Layout
36650
36651 \backslash
36652 vert
36653 \end_layout
36654
36655 \end_inset
36656 </cell>
36657 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36658 \begin_inset Text
36659
36660 \begin_layout Plain Layout
36661 |
36662 \end_layout
36663
36664 \end_inset
36665 </cell>
36666 </row>
36667 </lyxtabular>
36668
36669 \end_inset
36670
36671
36672 \begin_inset space \hfill{}
36673 \end_inset
36674
36675
36676 \begin_inset Tabular
36677 <lyxtabular version="3" rows="12" columns="2">
36678 <features booktabs="true" tabularvalignment="middle">
36679 <column alignment="center" valignment="top" width="0pt">
36680 <column alignment="center" valignment="top" width="0pt">
36681 <row>
36682 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
36683 \begin_inset Text
36684
36685 \begin_layout Plain Layout
36686 コマンド
36687 \end_layout
36688
36689 \end_inset
36690 </cell>
36691 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
36692 \begin_inset Text
36693
36694 \begin_layout Plain Layout
36695 同義のコマンド
36696 \end_layout
36697
36698 \end_inset
36699 </cell>
36700 </row>
36701 <row>
36702 <cell alignment="center" valignment="top" usebox="none">
36703 \begin_inset Text
36704
36705 \begin_layout Plain Layout
36706
36707 \backslash
36708 backslash
36709 \end_layout
36710
36711 \end_inset
36712 </cell>
36713 <cell alignment="center" valignment="top" usebox="none">
36714 \begin_inset Text
36715
36716 \begin_layout Plain Layout
36717
36718 \backslash
36719
36720 \backslash
36721
36722 \end_layout
36723
36724 \end_inset
36725 </cell>
36726 </row>
36727 <row>
36728 <cell alignment="center" valignment="top" usebox="none">
36729 \begin_inset Text
36730
36731 \begin_layout Plain Layout
36732
36733 \backslash
36734 dasharrow
36735 \end_layout
36736
36737 \end_inset
36738 </cell>
36739 <cell alignment="center" valignment="top" usebox="none">
36740 \begin_inset Text
36741
36742 \begin_layout Plain Layout
36743
36744 \backslash
36745 dashrightarrow
36746 \end_layout
36747
36748 \end_inset
36749 </cell>
36750 </row>
36751 <row>
36752 <cell alignment="center" valignment="top" usebox="none">
36753 \begin_inset Text
36754
36755 \begin_layout Plain Layout
36756
36757 \backslash
36758 land
36759 \end_layout
36760
36761 \end_inset
36762 </cell>
36763 <cell alignment="center" valignment="top" usebox="none">
36764 \begin_inset Text
36765
36766 \begin_layout Plain Layout
36767
36768 \backslash
36769 wedge
36770 \end_layout
36771
36772 \end_inset
36773 </cell>
36774 </row>
36775 <row>
36776 <cell alignment="center" valignment="top" usebox="none">
36777 \begin_inset Text
36778
36779 \begin_layout Plain Layout
36780
36781 \backslash
36782 rbrace
36783 \end_layout
36784
36785 \end_inset
36786 </cell>
36787 <cell alignment="center" valignment="top" usebox="none">
36788 \begin_inset Text
36789
36790 \begin_layout Plain Layout
36791 }
36792 \end_layout
36793
36794 \end_inset
36795 </cell>
36796 </row>
36797 <row>
36798 <cell alignment="center" valignment="top" usebox="none">
36799 \begin_inset Text
36800
36801 \begin_layout Plain Layout
36802
36803 \backslash
36804 rbracket
36805 \end_layout
36806
36807 \end_inset
36808 </cell>
36809 <cell alignment="center" valignment="top" usebox="none">
36810 \begin_inset Text
36811
36812 \begin_layout Plain Layout
36813 ]
36814 \end_layout
36815
36816 \end_inset
36817 </cell>
36818 </row>
36819 <row>
36820 <cell alignment="center" valignment="top" usebox="none">
36821 \begin_inset Text
36822
36823 \begin_layout Plain Layout
36824
36825 \backslash
36826 rightarrow
36827 \end_layout
36828
36829 \end_inset
36830 </cell>
36831 <cell alignment="center" valignment="top" usebox="none">
36832 \begin_inset Text
36833
36834 \begin_layout Plain Layout
36835
36836 \backslash
36837 to
36838 \end_layout
36839
36840 \end_inset
36841 </cell>
36842 </row>
36843 <row>
36844 <cell alignment="center" valignment="top" usebox="none">
36845 \begin_inset Text
36846
36847 \begin_layout Plain Layout
36848
36849 \backslash
36850 lnot
36851 \end_layout
36852
36853 \end_inset
36854 </cell>
36855 <cell alignment="center" valignment="top" usebox="none">
36856 \begin_inset Text
36857
36858 \begin_layout Plain Layout
36859
36860 \backslash
36861 neg
36862 \end_layout
36863
36864 \end_inset
36865 </cell>
36866 </row>
36867 <row>
36868 <cell alignment="center" valignment="top" usebox="none">
36869 \begin_inset Text
36870
36871 \begin_layout Plain Layout
36872
36873 \backslash
36874 ne
36875 \end_layout
36876
36877 \end_inset
36878 </cell>
36879 <cell alignment="center" valignment="top" usebox="none">
36880 \begin_inset Text
36881
36882 \begin_layout Plain Layout
36883
36884 \backslash
36885 not=
36886 \end_layout
36887
36888 \end_inset
36889 </cell>
36890 </row>
36891 <row>
36892 <cell alignment="center" valignment="top" usebox="none">
36893 \begin_inset Text
36894
36895 \begin_layout Plain Layout
36896
36897 \backslash
36898 owns
36899 \end_layout
36900
36901 \end_inset
36902 </cell>
36903 <cell alignment="center" valignment="top" usebox="none">
36904 \begin_inset Text
36905
36906 \begin_layout Plain Layout
36907
36908 \backslash
36909 ni
36910 \end_layout
36911
36912 \end_inset
36913 </cell>
36914 </row>
36915 <row>
36916 <cell alignment="center" valignment="top" usebox="none">
36917 \begin_inset Text
36918
36919 \begin_layout Plain Layout
36920
36921 \backslash
36922 square
36923 \end_layout
36924
36925 \end_inset
36926 </cell>
36927 <cell alignment="center" valignment="top" usebox="none">
36928 \begin_inset Text
36929
36930 \begin_layout Plain Layout
36931
36932 \backslash
36933 Box
36934 \end_layout
36935
36936 \end_inset
36937 </cell>
36938 </row>
36939 <row>
36940 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36941 \begin_inset Text
36942
36943 \begin_layout Plain Layout
36944
36945 \backslash
36946 Vert
36947 \end_layout
36948
36949 \end_inset
36950 </cell>
36951 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
36952 \begin_inset Text
36953
36954 \begin_layout Plain Layout
36955
36956 \backslash
36957 |
36958 \end_layout
36959
36960 \end_inset
36961 </cell>
36962 </row>
36963 </lyxtabular>
36964
36965 \end_inset
36966
36967
36968 \begin_inset space \hfill{}
36969 \end_inset
36970
36971
36972 \end_layout
36973
36974 \begin_layout Standard
36975 \begin_inset Newpage newpage
36976 \end_inset
36977
36978
36979 \end_layout
36980
36981 \begin_layout Bibliography
36982 \begin_inset CommandInset bibitem
36983 LatexCommand bibitem
36984 key "TLC2"
36985
36986 \end_inset
36987
36988
36989 \shape smallcaps
36990 Mittelbach, F.
36991  ; Goossens, M.
36992 \shape default
36993
36994 \shape italic
36995 The \SpecialChar LaTeX
36996  Companion
36997 \shape default
36998 , 2nd ed.
36999  Addison Wesley, 2004
37000 \end_layout
37001
37002 \begin_layout Bibliography
37003 \begin_inset CommandInset bibitem
37004 LatexCommand bibitem
37005 key "Mathmode"
37006
37007 \end_inset
37008
37009 \SpecialChar LaTeX
37010 の数式能力の
37011 \begin_inset CommandInset href
37012 LatexCommand href
37013 name "説明"
37014 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
37015
37016 \end_inset
37017
37018
37019 \end_layout
37020
37021 \begin_layout Bibliography
37022 \begin_inset CommandInset bibitem
37023 LatexCommand bibitem
37024 key "AMS"
37025
37026 \end_inset
37027
37028
37029 \begin_inset ERT
37030 status collapsed
37031
37032 \begin_layout Plain Layout
37033
37034
37035 \backslash
37036 AmS
37037 \end_layout
37038
37039 \end_inset
37040
37041 -\SpecialChar LaTeX
37042
37043 \begin_inset CommandInset href
37044 LatexCommand href
37045 name "説明"
37046 target "http://mirrors.ctan.org/macros/latex/required/amslatex/math/amsldoc.pdf"
37047
37048 \end_inset
37049
37050
37051 \end_layout
37052
37053 \begin_layout Bibliography
37054 \begin_inset CommandInset bibitem
37055 LatexCommand bibitem
37056 key "Symbols"
37057
37058 \end_inset
37059
37060 \SpecialChar LaTeX
37061 パッケージで利用できる記号の
37062 \begin_inset CommandInset href
37063 LatexCommand href
37064 name "全覧"
37065 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
37066
37067 \end_inset
37068
37069
37070 \end_layout
37071
37072 \begin_layout Bibliography
37073 \begin_inset CommandInset bibitem
37074 LatexCommand bibitem
37075 key "cancel"
37076
37077 \end_inset
37078
37079 \SpecialChar LaTeX
37080  
37081 \series bold
37082 cancel
37083 \series default
37084
37085 \begin_inset Index idx
37086 status collapsed
37087
37088 \begin_layout Plain Layout
37089 ぱっけーじ@パッケージ ! cancel
37090 \end_layout
37091
37092 \end_inset
37093
37094 パッケージの
37095 \begin_inset CommandInset href
37096 LatexCommand href
37097 name "取扱説明書"
37098 target "http://mirrors.ctan.org/macros/latex/contrib/cancel/cancel.pdf"
37099
37100 \end_inset
37101
37102
37103 \end_layout
37104
37105 \begin_layout Bibliography
37106 \begin_inset CommandInset bibitem
37107 LatexCommand bibitem
37108 key "hyperref"
37109
37110 \end_inset
37111
37112 \SpecialChar LaTeX
37113  
37114 \series bold
37115 hyperref
37116 \series default
37117
37118 \begin_inset Index idx
37119 status collapsed
37120
37121 \begin_layout Plain Layout
37122 ぱっけーじ@パッケージ ! hyperref
37123 \end_layout
37124
37125 \end_inset
37126
37127 パッケージの
37128 \begin_inset CommandInset href
37129 LatexCommand href
37130 name "取扱説明書"
37131 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
37132
37133 \end_inset
37134
37135
37136 \end_layout
37137
37138 \begin_layout Bibliography
37139 \begin_inset CommandInset bibitem
37140 LatexCommand bibitem
37141 key "mhchem"
37142
37143 \end_inset
37144
37145 \SpecialChar LaTeX
37146  
37147 \series bold
37148 mhchem
37149 \series default
37150
37151 \begin_inset Index idx
37152 status collapsed
37153
37154 \begin_layout Plain Layout
37155 ぱっけーじ@パッケージ ! mhchem
37156 \end_layout
37157
37158 \end_inset
37159
37160 パッケージの
37161 \begin_inset CommandInset href
37162 LatexCommand href
37163 name "取扱説明書"
37164 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
37165
37166 \end_inset
37167
37168
37169 \end_layout
37170
37171 \begin_layout Bibliography
37172 \begin_inset CommandInset bibitem
37173 LatexCommand bibitem
37174 key "Duden"
37175
37176 \end_inset
37177
37178
37179 \emph on
37180 Duden Band 1
37181 \emph default
37182 .
37183  22.
37184  Auflage, Duden 2001
37185 \end_layout
37186
37187 \begin_layout Bibliography
37188 \begin_inset CommandInset bibitem
37189 LatexCommand bibitem
37190 key "Checklist"
37191
37192 \end_inset
37193
37194 原稿見直しの
37195 \begin_inset CommandInset href
37196 LatexCommand href
37197 name "チェックリスト"
37198 target "http://physics.nist.gov/Document/checklist.pdf"
37199
37200 \end_inset
37201
37202
37203 \end_layout
37204
37205 \begin_layout Standard
37206 \begin_inset CommandInset index_print
37207 LatexCommand printindex
37208 type "idx"
37209
37210 \end_inset
37211
37212
37213 \end_layout
37214
37215 \end_body
37216 \end_document