]> git.lyx.org Git - lyx.git/blob - lib/doc/ja/Math.lyx
Math.lyx: describe mathtool's \xarrow commands
[lyx.git] / lib / doc / ja / Math.lyx
1 #LyX 2.1 created this file. For more info see http://www.lyx.org/
2 \lyxformat 474
3 \begin_document
4 \begin_header
5 \textclass scrartcl
6 \begin_preamble
7 % DO NOT ALTER THIS PREAMBLE!!!
8 %
9 % This preamble is designed to ensure that the file prints
10 % out as advertised. If you mess with this preamble,
11 % parts of this document may not print out as expected.  If you
12 % have problems LaTeXing this file, please contact 
13 % the documentation team
14 % email: lyx-docs@lists.lyx.org
15
16 \ifnum 42146=\euc"A4A2 \AtBeginDvi{\special{pdf:tounicode EUC-UCS2}}\else
17 \AtBeginDvi{\special{pdf:tounicode 90ms-RKSJ-UCS2}}\fi
18
19 % if pdflatex is used
20 \usepackage{ifpdf}
21 \ifpdf
22
23 % set fonts for nicer pdf view
24 \IfFileExists{lmodern.sty}
25  {\usepackage{lmodern}}{}
26
27 \fi % end if pdflatex is used
28
29 % Folgendes Problem losen:
30 % Besteht die Kapitelnummer aus zu vielen Ziffern, wird  die
31 % Kapiteluberschrift im Inhaltsverzeichnis direkt an oder uber
32 % die Kapitelnummer geschrieben.
33 % Als Losung wird mehr Platz zwischen Nummer und
34 % Uberschrift eingefugt.
35 \renewcommand{\l@subsection}{\@dottedtocline{2}{1.5em}{2.8em}}
36 \renewcommand{\l@subsubsection}{\@dottedtocline{3}{4.3em}{3.6em}}
37
38 % To be able to enter some characters directly in LyX,
39 % see sec. 22.11
40 %\DeclareInputText{176}{\ifmmode^\circ\else\textdegree\fi}
41 %\DeclareInputText{183}{\ifmmode\cdot\else\textperiodcentered\fi}
42
43 % increase link area for cross-references and autoname them,
44 %\AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
45 %\addto\extrasenglish{%
46 % \renewcommand*{\equationautorefname}[1]{}
47 % \renewcommand{\sectionautorefname}{sec.\negthinspace}
48 % \renewcommand{\subsectionautorefname}[1]{sec.\negthinspace}
49 % \renewcommand{\subsubsectionautorefname}{sec.\negthinspace}
50 %}
51
52 % don't load packages twice
53 % see first footnote in sec. 9.3
54 \@ifundefined{textcolor}{\usepackage{color}}{}
55
56 % the pages of the TOC are numbered roman
57 % and a PDF-bookmark for the TOC is added
58 \pagenumbering{roman}
59 \let\myTOC\tableofcontents
60 \renewcommand{\tableofcontents}{%
61  \vspace{1cm}
62  \pdfbookmark[1]{\contentsname}{}
63  \myTOC
64  \cleardoublepage
65  \pagenumbering{arabic}}
66
67 % insert additional vertical space of 1.5 mm between footnotes,
68 \let\myFoot\footnote
69 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
70
71 % provides caption formatting
72 %\setkomafont{captionlabel}{\bfseries}
73
74 % enables calculation of values
75 \usepackage{calc}
76
77 % for multiple columns used in sec. 24.7
78 \usepackage{multicol}
79
80 % needed in sec. 19.4
81 \usepackage{remreset}
82
83 % for the Fourier transformation symbol
84 \usepackage{mathrsfs}
85
86 % define a color, used in sec.9.3
87 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
88
89 % declare operators (see sec. 10.4 and sec. 15.2)
90 \DeclareMathOperator*{\Lozenge}{\blacklozenge}
91 \DeclareMathOperator{\sgn}{sgn}
92
93 % example definitions for sec. 20.1 
94 \newcommand{\gr}{\Longrightarrow}
95 \newcommand{\us}[1]{\underline{#1}}
96 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
97 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
98 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
99
100 % example macro from sec. 19.4
101 %\def\tagform@#1{\maketag@@@{|#1|}}
102
103
104 % ------------------------------------
105 % used to check for needed LaTeX packages
106 \usepackage{ifthen}
107
108 % check for package undertilde
109 % used for the command \utilde
110 \newboolean{undertilde}
111 \IfFileExists{undertilde.sty}
112  {\usepackage{undertilde}
113   \setboolean{undertilde}{true}}
114  {\setboolean{undertilde}{false}}
115
116 % check for package eurosym
117 % used for the Euro symbol
118 \newboolean{eurosym}
119 \IfFileExists{eurosym.sty}
120  {\usepackage[gennarrow]{eurosym}
121   \setboolean{eurosym}{true}}
122  {\setboolean{eurosym}{false}}
123
124 % needed in sec. 22.4
125 % check for package braket
126 \newboolean{braket}
127 \IfFileExists{braket.sty}
128  {\usepackage{braket}
129   \setboolean{braket}{true}}
130  {\setboolean{braket}{false}}
131
132 % check for package cancel
133 \newboolean{cancel}
134 \IfFileExists{cancel.sty}
135  {\usepackage{cancel}
136   \setboolean{cancel}{true}}
137  {\setboolean{cancel}{false}}
138
139 % needed in sec. 22.10
140 % check for package upgreek
141 \newboolean{upgreek}
142 \IfFileExists{upgreek.sty}
143  {\usepackage{upgreek}
144   \setboolean{upgreek}{true}}
145  {\setboolean{upgreek}{false}}
146
147 % make pdf bookmark sane with Japanese
148 \AtBeginDvi{\special{pdf:tounicode EUC-UCS2}}
149 % Added by lyx2lyx
150 \end_preamble
151 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading,samesize
152 \use_default_options true
153 \maintain_unincluded_children false
154 \begin_local_layout
155 InsetLayout             Flex:Ruby
156 LyxType         charstyle
157 LatexType               command
158 LatexName               ruby
159 BgColor         none
160 LabelString             "ルビ"
161 Decoration              Conglomerate
162 Argument post:1
163       LabelString       "ルビ文"
164       MenuString        "ルビ文(S)|S"
165       Decoration        Conglomerate
166       Font
167             Size                tiny
168       EndFont
169       LabelFont
170             Size                tiny
171       EndFont
172       Mandatory 1
173 EndArgument
174 Preamble
175 \IfFileExists{okumacro.sty}
176  {\usepackage{okumacro}}
177  {\newcommand{\ruby}[2]{#2}}
178 EndPreamble
179 End
180 \end_local_layout
181 \language japanese
182 \language_package default
183 \inputencoding auto
184 \fontencoding global
185 \font_roman default
186 \font_sans default
187 \font_typewriter default
188 \font_math auto
189 \font_default_family default
190 \use_non_tex_fonts false
191 \font_sc false
192 \font_osf false
193 \font_sf_scale 100
194 \font_tt_scale 100
195 \graphics default
196 \default_output_format pdf
197 \output_sync 0
198 \bibtex_command default
199 \index_command default
200 \paperfontsize default
201 \spacing single
202 \use_hyperref true
203 \pdf_title "LyX数式説明書"
204 \pdf_author "LyXプロジェクトチーム・Uwe Stohr"
205 \pdf_subject "LyXの数式機能に関する説明書"
206 \pdf_keywords "LyX, Mathed"
207 \pdf_bookmarks true
208 \pdf_bookmarksnumbered true
209 \pdf_bookmarksopen true
210 \pdf_bookmarksopenlevel 1
211 \pdf_breaklinks false
212 \pdf_pdfborder false
213 \pdf_colorlinks true
214 \pdf_backref false
215 \pdf_pdfusetitle false
216 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
217 \papersize a4paper
218 \use_geometry true
219 \use_package amsmath 2
220 \use_package amssymb 2
221 \use_package cancel 0
222 \use_package esint 1
223 \use_package mathdots 1
224 \use_package mathtools 1
225 \use_package mhchem 1
226 \use_package stackrel 0
227 \use_package stmaryrd 0
228 \use_package undertilde 0
229 \cite_engine basic
230 \cite_engine_type default
231 \biblio_style plain
232 \use_bibtopic false
233 \use_indices false
234 \paperorientation portrait
235 \suppress_date false
236 \justification true
237 \use_refstyle 0
238 \notefontcolor #0000ff
239 \index 索引
240 \shortcut idx
241 \color #008000
242 \end_index
243 \leftmargin 3.5cm
244 \topmargin 3cm
245 \rightmargin 3cm
246 \bottommargin 3.5cm
247 \secnumdepth 4
248 \tocdepth 3
249 \paragraph_separation skip
250 \defskip medskip
251 \quotes_language english
252 \papercolumns 1
253 \papersides 2
254 \paperpagestyle plain
255 \tracking_changes false
256 \output_changes false
257 \html_math_output 0
258 \html_css_as_file 0
259 \html_be_strict false
260 \end_header
261
262 \begin_body
263
264 \begin_layout Title
265 LyXの数式詳細説明書
266 \end_layout
267
268 \begin_layout Author
269 LyXプロジェクトチーム
270 \begin_inset Foot
271 status collapsed
272
273 \begin_layout Plain Layout
274 \noindent
275 コメントや誤りの修正などがございましたら、LyX文書化メーリングリスト
276 \family typewriter
277
278 \begin_inset CommandInset href
279 LatexCommand href
280 name "lyx-docs@lists.lyx.org"
281 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
282 type "mailto:"
283
284 \end_inset
285
286
287 \family default
288 までお知らせください。
289 \end_layout
290
291 \end_inset
292
293
294 \begin_inset Note Note
295 status collapsed
296
297 \begin_layout Plain Layout
298 著者:Uwe Stöhr
299 \end_layout
300
301 \end_inset
302
303
304 \begin_inset Newline newline
305 \end_inset
306
307
308 \begin_inset Newline newline
309 \end_inset
310
311
312 \family sans
313 第2.1.x版
314 \end_layout
315
316 \begin_layout Standard
317 \begin_inset CommandInset toc
318 LatexCommand tableofcontents
319
320 \end_inset
321
322
323 \end_layout
324
325 \begin_layout Standard
326 \begin_inset Note Note
327 status open
328
329 \begin_layout Plain Layout
330 この文書をPDFやPS、DVIに書き出すには、LaTeXパッケージの
331 \series bold
332 braket
333 \series default
334
335 \series bold
336 cancel
337 \series default
338
339 \series bold
340 eurosym
341 \series default
342
343 \series bold
344 mathdots
345 \series default
346
347 \series bold
348 mhchem
349 \series default
350
351 \series bold
352 undertilde
353 \series default
354
355 \series bold
356 was
357 \series default
358 が導入されている必要があります。これらが導入されていなくても文書はエクスポートできますが、パッケージを必要とする節は出力には現れません。また、
359 \series bold
360 mhchem
361 \series default
362 が導入されていないと、本ファイルを書き出すことができません。
363 \end_layout
364
365 \begin_layout Plain Layout
366 この文書の最新のPDF版は
367 \begin_inset Newline newline
368 \end_inset
369
370
371 \series bold
372 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
373 \begin_inset Newline newline
374 \end_inset
375
376
377 \series default
378 にあります。
379 \end_layout
380
381 \end_inset
382
383
384 \end_layout
385
386 \begin_layout Standard
387 \begin_inset Newpage newpage
388 \end_inset
389
390
391 \end_layout
392
393 \begin_layout Section
394 はじめに
395 \end_layout
396
397 \begin_layout Standard
398 この文書は、LyXの数式機能の説明書であると同時に、なによりも数式記号および数式要素に使用されるLaTeXコマンドのコレクションでもあります。説明は、コマンドの
399 使用を念頭に置いています。したがって、ユーザーの手引きの
400 \family typewriter
401 数式
402 \family default
403 の節をすでにお読みになっていることを前提としています。
404 \end_layout
405
406 \begin_layout Standard
407 この説明書で説明されている、ほとんどの数式記号と、数式要素の多くは、
408 \family sans
409 挿入\SpecialChar \menuseparator
410 数式
411 \family default
412 メニューか
413 \family sans
414 数式ツールバー
415 \family default
416 からアクセスすることが可能です。しかし、たくさんの数式を書かなくてはならない人はみな、数式ツールバーを使うよりもコマンドを使った方がずっと速いことに気付くことに
417 なるのです。したがって、この説明書はコマンドに焦点を当てますが、対応するツールバーボタンが利用可能なときには、それにも言及することにします。
418 \end_layout
419
420 \begin_layout Standard
421 とくに断らなければ、コマンドは数式内からのみ利用可能です。この文書で説明されているすべてのコマンドを利用できるようにするためには、文書設定(
422 \family sans
423 文書\SpecialChar \menuseparator
424 設定\SpecialChar \menuseparator
425 数式オプション
426 \family default
427 メニュー)で
428 \family sans
429 AMS mathパッケージを使う
430 \family default
431 オプションを有効にしなくてはなりません
432 \begin_inset Foot
433 status collapsed
434
435 \begin_layout Plain Layout
436
437 \family sans
438 AMS mathパッケージを自動的に使う
439 \family default
440 オプションは、LyXでサポートされている数式要素が見つかったときのみ、
441 \begin_inset ERT
442 status collapsed
443
444 \begin_layout Plain Layout
445
446
447 \backslash
448 AmS 
449 \end_layout
450
451 \end_inset
452
453 -mathパッケージを使用します。
454 \end_layout
455
456 \end_inset
457
458
459 \end_layout
460
461 \begin_layout Standard
462 説明を明瞭にするために、この文書はすべての
463 \begin_inset ERT
464 status collapsed
465
466 \begin_layout Plain Layout
467
468
469 \backslash
470 AmS 
471 \end_layout
472
473 \end_inset
474
475 -mathコマンド
476 \begin_inset Foot
477 status collapsed
478
479 \begin_layout Plain Layout
480 すべての
481 \begin_inset ERT
482 status collapsed
483
484 \begin_layout Plain Layout
485
486
487 \backslash
488 AmS
489 \end_layout
490
491 \end_inset
492
493 -mathコマンドの一覧は、
494 \family sans
495
496 \begin_inset CommandInset href
497 LatexCommand href
498 name "amsguide.ps"
499 target "ftp://ftp.ams.org/pub/tex/doc/amstex/amsguide.pdf"
500
501 \end_inset
502
503
504 \family default
505 ファイルに収録されています。このファイルは、すべてのLaTeX標準頒布版に含まれています。
506 \end_layout
507
508 \end_inset
509
510 を列挙はしません。
511 \end_layout
512
513 \begin_layout Section
514 一般的な説明
515 \end_layout
516
517 \begin_layout Standard
518 本文に埋め込まれた行内数式
519 \begin_inset Index idx
520 status collapsed
521
522 \begin_layout Plain Layout
523 すうしき ! ぎょうない @ 数式 ! 行内
524 \end_layout
525
526 \end_inset
527
528 を作成するには、
529 \begin_inset Flex Ruby
530 status collapsed
531
532 \begin_layout Plain Layout
533 捷径
534 \begin_inset Argument post:1
535 status collapsed
536
537 \begin_layout Plain Layout
538 ショートカット
539 \end_layout
540
541 \end_inset
542
543
544 \end_layout
545
546 \end_inset
547
548
549 \begin_inset Info
550 type  "shortcuts"
551 arg   "math-mode"
552 \end_inset
553
554 のうちのいずれか、あるいはツールバーボタン
555 \begin_inset Info
556 type  "icon"
557 arg   "math-mode"
558 \end_inset
559
560 を使用してください。
561 \begin_inset Newline newline
562 \end_inset
563
564 大きく別の段落として表示される別行立て数式
565 \begin_inset Index idx
566 status collapsed
567
568 \begin_layout Plain Layout
569 すうしき ! べつぎょうだてようしき @ 数式 ! 別行立て様式
570 \end_layout
571
572 \end_inset
573
574 を作成するには、
575 \begin_inset Info
576 type  "shortcuts"
577 arg   "math-display"
578 \end_inset
579
580 のうちいずれかの
581 \begin_inset Flex Ruby
582 status collapsed
583
584 \begin_layout Plain Layout
585 捷径
586 \begin_inset Argument post:1
587 status collapsed
588
589 \begin_layout Plain Layout
590 ショートカット
591 \end_layout
592
593 \end_inset
594
595
596 \end_layout
597
598 \end_inset
599
600 を使用して下さい。
601 \end_layout
602
603 \begin_layout Standard
604 別行立て様式の数式を行内数式に変更するには、カーソルを数式内に合わせて
605 \begin_inset Info
606 type  "shortcuts"
607 arg   "math-mode"
608 \end_inset
609
610 のいずれかの
611 \begin_inset Flex Ruby
612 status collapsed
613
614 \begin_layout Plain Layout
615 捷径
616 \begin_inset Argument post:1
617 status collapsed
618
619 \begin_layout Plain Layout
620 ショートカット
621 \end_layout
622
623 \end_inset
624
625
626 \end_layout
627
628 \end_inset
629
630 か、
631 \family sans
632 編集\SpecialChar \menuseparator
633 数式\SpecialChar \menuseparator
634 数式の表記を変更
635 \family default
636 メニューを使用して下さい。同じ方法が、行内数式を別行立て数式に変更するのにも使用できます。
637 \end_layout
638
639 \begin_layout Standard
640 行内数式の一部を別行立て数式の大きさで表示するには、
641 \series bold
642
643 \backslash
644 displaystyle
645 \begin_inset Index idx
646 status collapsed
647
648 \begin_layout Plain Layout
649
650 \size normal
651 こまんど@コマンド ! D ! 
652 \backslash
653 displaystyle
654 \end_layout
655
656 \end_inset
657
658
659 \series default
660 を数式に入力して下さい。すると、青いボックスが新規に現れて、希望する数式の箇所を挿入することができます。
661 \end_layout
662
663 \begin_layout Standard
664 表の中では、行内数式のみの使用が許されています。
665 \end_layout
666
667 \begin_layout Standard
668
669 \family sans
670 数式ツールバー
671 \family default
672 は、
673 \family sans
674 表示\SpecialChar \menuseparator
675 ツールバー
676 \family default
677 メニューで表示することができます。そのメニューで「数式」をクリックすると、ツールバーが下部に永続的に表示されます。この状態は、
678 \family sans
679 ツールバー
680 \family default
681 メニューの中ではチェック印で表されます。この状態から、
682 \family sans
683 ツールバー
684 \family default
685 メニューの「数式」をもう一度クリックすると、数式ツールバーは、カーソルが数式内部にあるときのみ表示されるようになります。この状態は、メニュー項目が「数式」から「
686 数式(自動)」に変わることで表されます。
687 \end_layout
688
689 \begin_layout Standard
690 TeXモード
691 \begin_inset Index idx
692 status collapsed
693
694 \begin_layout Plain Layout
695 T@TeXモード
696 \end_layout
697
698 \end_inset
699
700 は、ツールバーボタン
701 \begin_inset Info
702 type  "icon"
703 arg   "ert-insert"
704 \end_inset
705
706 を押すか、
707 \family sans
708 挿入\SpecialChar \menuseparator
709 Te
710 \begin_inset ERT
711 status collapsed
712
713 \begin_layout Plain Layout
714
715 {}
716 \end_layout
717
718 \end_inset
719
720 Xコード
721 \family default
722 (
723 \begin_inset Flex Ruby
724 status collapsed
725
726 \begin_layout Plain Layout
727 捷径
728 \begin_inset Argument post:1
729 status collapsed
730
731 \begin_layout Plain Layout
732 ショートカット
733 \end_layout
734
735 \end_inset
736
737
738 \end_layout
739
740 \end_inset
741
742
743 \begin_inset Info
744 type  "shortcut"
745 arg   "ert-insert"
746 \end_inset
747
748 )メニューを使うことで、起動できます。
749 \begin_inset Note Note
750 status collapsed
751
752 \begin_layout Plain Layout
753 LyXには、出力においては上付き文字と下付き文字とで表示される三つの「固有名詞」、TeX・LaTeX・LyXがあります。これらの名称が、固有名詞として認識される
754 のを防ぐために、ここではTeX括弧が挿入されています。
755 \end_layout
756
757 \end_inset
758
759
760 \end_layout
761
762 \begin_layout Standard
763 LaTeXプリアンブル
764 \begin_inset Index idx
765 status collapsed
766
767 \begin_layout Plain Layout
768 L@LaTeXプリアンブル
769 \end_layout
770
771 \end_inset
772
773 を変更するには、
774 \family sans
775 文書\SpecialChar \menuseparator
776 設定\SpecialChar \menuseparator
777 LaT
778 \begin_inset ERT
779 status collapsed
780
781 \begin_layout Plain Layout
782
783 {}
784 \end_layout
785
786 \end_inset
787
788 eXプリアンブル
789 \family default
790 メニューを使用してください。
791 \end_layout
792
793 \begin_layout Standard
794 行列や場合分け、多行数式を続けて編集するには、
795 \family sans
796 編集\SpecialChar \menuseparator
797 数式
798 \family default
799 メニューと
800 \family sans
801 編集\SpecialChar \menuseparator
802 行と列
803 \family default
804 メニューを使うか、表ツールバーを使用することができます。メニューから行や列を交換するように指定されたときには、カーソルのある列や行は、それぞれ右側の列や下の行と
805 交換されます。カーソルが最後の列や行にあるときには、左の列や上の行と交換されることになります。
806 \end_layout
807
808 \begin_layout Standard
809 数式内で文章を書く
810 \begin_inset Foot
811 status collapsed
812
813 \begin_layout Plain Layout
814 多行数式では、
815 \series bold
816
817 \backslash
818 intertext
819 \series default
820 コマンドが使用されます。
821 \begin_inset CommandInset ref
822 LatexCommand ref
823 reference "sub:多行数式中のテキスト"
824
825 \end_inset
826
827 を参照のこと。
828 \end_layout
829
830 \end_inset
831
832 には、
833 \emph on
834 数式テキスト
835 \emph default
836
837 \begin_inset Index idx
838 status collapsed
839
840 \begin_layout Plain Layout
841 てきすと ! すうしきないの @ テキスト ! 数式内の
842 \end_layout
843
844 \end_inset
845
846
847 \begin_inset Index idx
848 status collapsed
849
850 \begin_layout Plain Layout
851 すうしきてきすと @ 数式テキスト
852 \end_layout
853
854 \end_inset
855
856 が使用されます。このモードには、
857 \begin_inset Flex Ruby
858 status collapsed
859
860 \begin_layout Plain Layout
861 捷径
862 \begin_inset Argument post:1
863 status collapsed
864
865 \begin_layout Plain Layout
866 ショートカット
867 \end_layout
868
869 \end_inset
870
871
872 \end_layout
873
874 \end_inset
875
876
877 \begin_inset Info
878 type  "shortcut"
879 arg   "math-mode"
880 \end_inset
881
882 を使うか、
883 \series bold
884
885 \backslash
886 text
887 \series default
888
889 \begin_inset Index idx
890 status collapsed
891
892 \begin_layout Plain Layout
893 こまんど @ コマンド ! T ! 
894 \backslash
895 text
896 \end_layout
897
898 \end_inset
899
900 コマンドを挿入することで入ることができます。テキストは、LyX中では黒字で表示されるので、青字で表示される他の数式部分とは区別することができます。出力においては
901 、数式テキストは、他の数式部分とは違って、アップライト体に組まれます。
902 \end_layout
903
904 \begin_layout Subsection*
905 コマンドの構成
906 \end_layout
907
908 \begin_layout Standard
909 数式要素に使われるほとんどのLaTeXコマンドは、以下のような構成になっています。
910 \end_layout
911
912 \begin_layout Standard
913
914 \series bold
915
916 \backslash
917 コマンド名[非必須引数]{必須引数}
918 \end_layout
919
920 \begin_layout Standard
921 コマンドは、つねにバックスラッシュ「
922 \series bold
923
924 \backslash
925
926 \series default
927 」で始まります。非必須の引数を省略するときには、随伴する括弧も省略しなくてはなりません。必須引数の前後の括弧は、この文書中では、TeX括弧
928 \begin_inset Index idx
929 status collapsed
930
931 \begin_layout Plain Layout
932 T@TeX括弧
933 \end_layout
934
935 \end_inset
936
937 と呼ぶことにします。数式中でコマンド名に左括弧を付けると、LyXは自動的にTeX括弧を生成します。数式中ではそれ以外に、
938 \series bold
939
940 \backslash
941 {
942 \series default
943 コマンドを使えば、つねにTeX括弧を生成することができます。LyX中で、青字で表示される通常の括弧とは違って、TeX括弧は赤字で表示されます。TeXモード中では
944 、TeX括弧を得るのに、とくにコマンドは必要としません。また、TeX括弧は出力中では表示されません。
945 \end_layout
946
947 \begin_layout Standard
948 記号のコマンドのように引数のないコマンドをTeXモードに入力するときには、コマンドの終わりを表すために、コマンドの後に空白が
949 \emph on
950 かならず
951 \emph default
952 入力されなくてはなりません。この空白は出力中には現れません。空白を出力中に表示したいときには、空白の後に、通常テキストモードの保護された空白が来なくてはなりませ
953 ん。
954 \end_layout
955
956 \begin_layout Standard
957 保護された空白は、
958 \begin_inset Info
959 type  "shortcut"
960 arg   "space-insert protected"
961 \end_inset
962
963 で入力できます。
964 \end_layout
965
966 \begin_layout Subsection*
967 \begin_inset Newpage newpage
968 \end_inset
969
970 文法の説明
971 \end_layout
972
973 \begin_layout Itemize
974 記号 
975 \begin_inset space \textvisiblespace{}
976 \end_inset
977
978  は、空白文字を入力することを表します。
979 \end_layout
980
981 \begin_layout Itemize
982 \begin_inset Formula $\to$
983 \end_inset
984
985 のような矢印は、キーボードから対応する矢印
986 \begin_inset Flex Ruby
987 status collapsed
988
989 \begin_layout Plain Layout
990
991 \begin_inset Argument post:1
992 status collapsed
993
994 \begin_layout Plain Layout
995 キー
996 \end_layout
997
998 \end_inset
999
1000
1001 \end_layout
1002
1003 \end_inset
1004
1005 を押すことを表します。
1006 \end_layout
1007
1008 \begin_layout Subsection*
1009 使用できる単位
1010 \end_layout
1011
1012 \begin_layout Standard
1013 \align center
1014 \begin_inset Float table
1015 placement H
1016 wide false
1017 sideways false
1018 status open
1019
1020 \begin_layout Plain Layout
1021 \align center
1022 \begin_inset Caption Standard
1023
1024 \begin_layout Plain Layout
1025 \begin_inset CommandInset label
1026 LatexCommand label
1027 name "tab:使用できる単位"
1028
1029 \end_inset
1030
1031 使用できる単位
1032 \end_layout
1033
1034 \end_inset
1035
1036
1037 \end_layout
1038
1039 \begin_layout Plain Layout
1040 \align center
1041 \begin_inset Tabular
1042 <lyxtabular version="3" rows="13" columns="2">
1043 <features rotate="0" tabularvalignment="middle">
1044 <column alignment="center" valignment="top">
1045 <column alignment="center" valignment="top">
1046 <row>
1047 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1048 \begin_inset Text
1049
1050 \begin_layout Plain Layout
1051 単位
1052 \end_layout
1053
1054 \end_inset
1055 </cell>
1056 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1057 \begin_inset Text
1058
1059 \begin_layout Plain Layout
1060 名称/摘要
1061 \end_layout
1062
1063 \end_inset
1064 </cell>
1065 </row>
1066 <row>
1067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1068 \begin_inset Text
1069
1070 \begin_layout Plain Layout
1071 mm
1072 \end_layout
1073
1074 \end_inset
1075 </cell>
1076 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1077 \begin_inset Text
1078
1079 \begin_layout Plain Layout
1080 ミリメートル
1081 \end_layout
1082
1083 \end_inset
1084 </cell>
1085 </row>
1086 <row>
1087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1088 \begin_inset Text
1089
1090 \begin_layout Plain Layout
1091 cm
1092 \end_layout
1093
1094 \end_inset
1095 </cell>
1096 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1097 \begin_inset Text
1098
1099 \begin_layout Plain Layout
1100 センチメートル
1101 \end_layout
1102
1103 \end_inset
1104 </cell>
1105 </row>
1106 <row>
1107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1108 \begin_inset Text
1109
1110 \begin_layout Plain Layout
1111 in
1112 \end_layout
1113
1114 \end_inset
1115 </cell>
1116 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1117 \begin_inset Text
1118
1119 \begin_layout Plain Layout
1120 インチ
1121 \end_layout
1122
1123 \end_inset
1124 </cell>
1125 </row>
1126 <row>
1127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1128 \begin_inset Text
1129
1130 \begin_layout Plain Layout
1131 pt
1132 \end_layout
1133
1134 \end_inset
1135 </cell>
1136 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1137 \begin_inset Text
1138
1139 \begin_layout Plain Layout
1140 ポイント (72.27
1141 \begin_inset Formula $\,$
1142 \end_inset
1143
1144 pt = 1
1145 \begin_inset Formula $\,$
1146 \end_inset
1147
1148 in)
1149 \end_layout
1150
1151 \end_inset
1152 </cell>
1153 </row>
1154 <row>
1155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1156 \begin_inset Text
1157
1158 \begin_layout Plain Layout
1159 pc
1160 \end_layout
1161
1162 \end_inset
1163 </cell>
1164 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1165 \begin_inset Text
1166
1167 \begin_layout Plain Layout
1168 パイカ (1
1169 \begin_inset Formula $\,$
1170 \end_inset
1171
1172 pc = 12
1173 \begin_inset Formula $\,$
1174 \end_inset
1175
1176 pt)
1177 \end_layout
1178
1179 \end_inset
1180 </cell>
1181 </row>
1182 <row>
1183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1184 \begin_inset Text
1185
1186 \begin_layout Plain Layout
1187 sp
1188 \end_layout
1189
1190 \end_inset
1191 </cell>
1192 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1193 \begin_inset Text
1194
1195 \begin_layout Plain Layout
1196 スケールポイント (65536
1197 \begin_inset Formula $\,$
1198 \end_inset
1199
1200 sp = 1
1201 \begin_inset Formula $\,$
1202 \end_inset
1203
1204 pt)
1205 \end_layout
1206
1207 \end_inset
1208 </cell>
1209 </row>
1210 <row>
1211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1212 \begin_inset Text
1213
1214 \begin_layout Plain Layout
1215 bp
1216 \end_layout
1217
1218 \end_inset
1219 </cell>
1220 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1221 \begin_inset Text
1222
1223 \begin_layout Plain Layout
1224 ビッグポイント (72
1225 \begin_inset Formula $\,$
1226 \end_inset
1227
1228 bp = 1
1229 \begin_inset Formula $\,$
1230 \end_inset
1231
1232 in)
1233 \end_layout
1234
1235 \end_inset
1236 </cell>
1237 </row>
1238 <row>
1239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1240 \begin_inset Text
1241
1242 \begin_layout Plain Layout
1243 dd
1244 \end_layout
1245
1246 \end_inset
1247 </cell>
1248 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1249 \begin_inset Text
1250
1251 \begin_layout Plain Layout
1252 ディドー (72
1253 \begin_inset Formula $\,$
1254 \end_inset
1255
1256 dd 
1257 \begin_inset Formula $\approx$
1258 \end_inset
1259
1260  37.6
1261 \begin_inset Formula $\,$
1262 \end_inset
1263
1264 mm)
1265 \end_layout
1266
1267 \end_inset
1268 </cell>
1269 </row>
1270 <row>
1271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1272 \begin_inset Text
1273
1274 \begin_layout Plain Layout
1275 cc
1276 \end_layout
1277
1278 \end_inset
1279 </cell>
1280 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1281 \begin_inset Text
1282
1283 \begin_layout Plain Layout
1284 シセロ (1
1285 \begin_inset Formula $\,$
1286 \end_inset
1287
1288 cc = 12
1289 \begin_inset Formula $\,$
1290 \end_inset
1291
1292 dd)
1293 \end_layout
1294
1295 \end_inset
1296 </cell>
1297 </row>
1298 <row>
1299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1300 \begin_inset Text
1301
1302 \begin_layout Plain Layout
1303 ex
1304 \end_layout
1305
1306 \end_inset
1307 </cell>
1308 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1309 \begin_inset Text
1310
1311 \begin_layout Plain Layout
1312 現在のフォントの文字「x」の高さ
1313 \end_layout
1314
1315 \end_inset
1316 </cell>
1317 </row>
1318 <row>
1319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1320 \begin_inset Text
1321
1322 \begin_layout Plain Layout
1323 em
1324 \end_layout
1325
1326 \end_inset
1327 </cell>
1328 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1329 \begin_inset Text
1330
1331 \begin_layout Plain Layout
1332 現在のフォントの文字「M」の幅
1333 \end_layout
1334
1335 \end_inset
1336 </cell>
1337 </row>
1338 <row>
1339 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1340 \begin_inset Text
1341
1342 \begin_layout Plain Layout
1343 mu
1344 \end_layout
1345
1346 \end_inset
1347 </cell>
1348 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1349 \begin_inset Text
1350
1351 \begin_layout Plain Layout
1352 数式単位(1
1353 \begin_inset space \thinspace{}
1354 \end_inset
1355
1356 mu = 
1357 \begin_inset Formula $\nicefrac{1}{18}$
1358 \end_inset
1359
1360
1361 \begin_inset space \thinspace{}
1362 \end_inset
1363
1364 em)
1365 \end_layout
1366
1367 \end_inset
1368 </cell>
1369 </row>
1370 </lyxtabular>
1371
1372 \end_inset
1373
1374
1375 \end_layout
1376
1377 \end_inset
1378
1379
1380 \end_layout
1381
1382 \begin_layout Standard
1383 \begin_inset Newpage newpage
1384 \end_inset
1385
1386
1387 \end_layout
1388
1389 \begin_layout Section
1390 基礎的な関数
1391 \end_layout
1392
1393 \begin_layout Subsection
1394 指数
1395 \begin_inset Index idx
1396 status collapsed
1397
1398 \begin_layout Plain Layout
1399 しすう@指数
1400 \end_layout
1401
1402 \end_inset
1403
1404 および添字
1405 \begin_inset Index idx
1406 status collapsed
1407
1408 \begin_layout Plain Layout
1409 そえじ@添字
1410 \end_layout
1411
1412 \end_inset
1413
1414
1415 \begin_inset Index idx
1416 status collapsed
1417
1418 \begin_layout Plain Layout
1419 うえつきもじ@上付き文字|see
1420 \begin_inset ERT
1421 status collapsed
1422
1423 \begin_layout Plain Layout
1424
1425 {
1426 \end_layout
1427
1428 \end_inset
1429
1430 指数
1431 \begin_inset ERT
1432 status collapsed
1433
1434 \begin_layout Plain Layout
1435
1436 }
1437 \end_layout
1438
1439 \end_inset
1440
1441
1442 \end_layout
1443
1444 \end_inset
1445
1446
1447 \begin_inset Index idx
1448 status collapsed
1449
1450 \begin_layout Plain Layout
1451 したつきもじ@下付き文字|see
1452 \begin_inset ERT
1453 status collapsed
1454
1455 \begin_layout Plain Layout
1456
1457 {
1458 \end_layout
1459
1460 \end_inset
1461
1462 添字
1463 \begin_inset ERT
1464 status collapsed
1465
1466 \begin_layout Plain Layout
1467
1468 }
1469 \end_layout
1470
1471 \end_inset
1472
1473
1474 \end_layout
1475
1476 \end_inset
1477
1478
1479 \end_layout
1480
1481 \begin_layout Standard
1482 添字は、アンダースコア「_」を打鍵するか、数式ツールバーボタン
1483 \begin_inset Info
1484 type  "icon"
1485 arg   "math-subscript"
1486 \end_inset
1487
1488 を使って入力することができ、指数は、キャレット「^」を打鍵するか、数式ツールバーボタン
1489 \begin_inset Info
1490 type  "icon"
1491 arg   "math-superscript"
1492 \end_inset
1493
1494 を使って入力することができます。
1495 \end_layout
1496
1497 \begin_layout Standard
1498 \align center
1499 \begin_inset Tabular
1500 <lyxtabular version="3" rows="4" columns="2">
1501 <features rotate="0" tabularvalignment="middle">
1502 <column alignment="center" valignment="top" width="0pt">
1503 <column alignment="center" valignment="top" width="0pt">
1504 <row>
1505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1506 \begin_inset Text
1507
1508 \begin_layout Plain Layout
1509 コマンド
1510 \end_layout
1511
1512 \end_inset
1513 </cell>
1514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1515 \begin_inset Text
1516
1517 \begin_layout Plain Layout
1518 結果
1519 \begin_inset Note Note
1520 status collapsed
1521
1522 \begin_layout Plain Layout
1523 ここで使われている
1524 \series bold
1525
1526 \backslash
1527 raisebox
1528 \series default
1529 は単なるスペーサーです。
1530 \end_layout
1531
1532 \end_inset
1533
1534
1535 \end_layout
1536
1537 \end_inset
1538 </cell>
1539 </row>
1540 <row>
1541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1542 \begin_inset Text
1543
1544 \begin_layout Plain Layout
1545 B_V
1546 \end_layout
1547
1548 \end_inset
1549 </cell>
1550 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1551 \begin_inset Text
1552
1553 \begin_layout Plain Layout
1554 \begin_inset Formula $B_{V}$
1555 \end_inset
1556
1557
1558 \end_layout
1559
1560 \end_inset
1561 </cell>
1562 </row>
1563 <row>
1564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1565 \begin_inset Text
1566
1567 \begin_layout Plain Layout
1568 B^V
1569 \end_layout
1570
1571 \end_inset
1572 </cell>
1573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1574 \begin_inset Text
1575
1576 \begin_layout Plain Layout
1577 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1578 \end_inset
1579
1580
1581 \end_layout
1582
1583 \end_inset
1584 </cell>
1585 </row>
1586 <row>
1587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1588 \begin_inset Text
1589
1590 \begin_layout Plain Layout
1591 B^
1592 \begin_inset space \textvisiblespace{}
1593 \end_inset
1594
1595 A
1596 \end_layout
1597
1598 \end_inset
1599 </cell>
1600 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1601 \begin_inset Text
1602
1603 \begin_layout Plain Layout
1604 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1605 \end_inset
1606
1607
1608 \end_layout
1609
1610 \end_inset
1611 </cell>
1612 </row>
1613 </lyxtabular>
1614
1615 \end_inset
1616
1617
1618 \end_layout
1619
1620 \begin_layout Standard
1621 キャレットは、言語によってはアクセント記号として使用されているので、そのような場合には、母音字の後でキャレットを押すと、指数にならずにアクセントをつけることにな
1622 ってしまいます
1623 \begin_inset Foot
1624 status collapsed
1625
1626 \begin_layout Plain Layout
1627 使用しているキーボード設定によっては、同様のことが母音以外の文字でも起こることがあります。
1628 \end_layout
1629
1630 \end_inset
1631
1632 。この場合に指数を作るには、上記の最後の例のように、キャレットの後に
1633 \family sans
1634 Space
1635 \family default
1636 を押してください。
1637 \end_layout
1638
1639 \begin_layout Subsection
1640 分数
1641 \begin_inset CommandInset label
1642 LatexCommand label
1643 name "sub:分数"
1644
1645 \end_inset
1646
1647
1648 \begin_inset Index idx
1649 status collapsed
1650
1651 \begin_layout Plain Layout
1652 ぶんすう@分数
1653 \end_layout
1654
1655 \end_inset
1656
1657
1658 \end_layout
1659
1660 \begin_layout Standard
1661 分数は、コマンド
1662 \series bold
1663
1664 \backslash
1665 frac
1666 \series default
1667
1668 \begin_inset Index idx
1669 status collapsed
1670
1671 \begin_layout Plain Layout
1672 こまんど@コマンド ! F ! 
1673 \backslash
1674 frac
1675 \end_layout
1676
1677 \end_inset
1678
1679 か数式ツールバーボタン
1680 \begin_inset Info
1681 type  "icon"
1682 arg   "math-insert \\frac"
1683 \end_inset
1684
1685 で作ることができます。フォント寸法は、分数が行内数式にあるか別行立て数式にあるかに応じて、自動的に調整されます。数式ツールバーボタン
1686 \begin_inset Info
1687 type  "icon"
1688 arg   "math-insert \\frac-square"
1689 \end_inset
1690
1691 を使えば、分数の種類を選ぶことができます。
1692 \end_layout
1693
1694 \begin_layout Standard
1695 コマンド
1696 \series bold
1697
1698 \backslash
1699 dfrac
1700 \series default
1701
1702 \begin_inset Index idx
1703 status collapsed
1704
1705 \begin_layout Plain Layout
1706 こまんど@コマンド ! D ! 
1707 \backslash
1708 dfrac
1709 \end_layout
1710
1711 \end_inset
1712
1713 を使えば、つねに別行立て数式の大きさを持つ分数を作成することができます。また、コマンド
1714 \series bold
1715
1716 \backslash
1717 tfrac
1718 \series default
1719
1720 \begin_inset Index idx
1721 status collapsed
1722
1723 \begin_layout Plain Layout
1724 こまんど@コマンド ! T ! 
1725 \backslash
1726 tfrac
1727 \end_layout
1728
1729 \end_inset
1730
1731 では、つねに行内数式の大きさで分数が表示されます。以下はこれらの例です。
1732 \end_layout
1733
1734 \begin_layout Standard
1735 これは、コマンド
1736 \series bold
1737
1738 \backslash
1739 frac
1740 \series default
1741 を使用して作った分数
1742 \begin_inset Formula $\frac{1}{2}$
1743 \end_inset
1744
1745 を含む行です。
1746 \end_layout
1747
1748 \begin_layout Standard
1749 これは、コマンド
1750 \series bold
1751
1752 \backslash
1753 dfrac
1754 \series default
1755 を使用して作った分数
1756 \begin_inset Formula $\dfrac{1}{2}$
1757 \end_inset
1758
1759 を含む行です。
1760 \end_layout
1761
1762 \begin_layout Standard
1763 \align center
1764 \begin_inset Tabular
1765 <lyxtabular version="3" rows="4" columns="2">
1766 <features rotate="0" tabularvalignment="middle">
1767 <column alignment="center" valignment="top" width="0pt">
1768 <column alignment="center" valignment="top" width="0pt">
1769 <row>
1770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1771 \begin_inset Text
1772
1773 \begin_layout Plain Layout
1774 コマンド
1775 \end_layout
1776
1777 \end_inset
1778 </cell>
1779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1780 \begin_inset Text
1781
1782 \begin_layout Plain Layout
1783 出力
1784 \begin_inset Note Note
1785 status collapsed
1786
1787 \begin_layout Plain Layout
1788 ここで
1789 \series bold
1790
1791 \backslash
1792 raisebox
1793 \series default
1794 はスペーサーとして使用しているだけです。
1795 \end_layout
1796
1797 \end_inset
1798
1799
1800 \end_layout
1801
1802 \end_inset
1803 </cell>
1804 </row>
1805 <row>
1806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1807 \begin_inset Text
1808
1809 \begin_layout Plain Layout
1810
1811 \backslash
1812 frac
1813 \begin_inset space \textvisiblespace{}
1814 \end_inset
1815
1816 A
1817 \begin_inset Formula $\downarrow$
1818 \end_inset
1819
1820 B
1821 \end_layout
1822
1823 \end_inset
1824 </cell>
1825 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1826 \begin_inset Text
1827
1828 \begin_layout Plain Layout
1829 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1830 \end_inset
1831
1832
1833 \end_layout
1834
1835 \end_inset
1836 </cell>
1837 </row>
1838 <row>
1839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1840 \begin_inset Text
1841
1842 \begin_layout Plain Layout
1843
1844 \backslash
1845 dfrac
1846 \begin_inset space \textvisiblespace{}
1847 \end_inset
1848
1849 A
1850 \begin_inset Formula $\downarrow$
1851 \end_inset
1852
1853 B
1854 \end_layout
1855
1856 \end_inset
1857 </cell>
1858 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1859 \begin_inset Text
1860
1861 \begin_layout Plain Layout
1862 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1863 \end_inset
1864
1865
1866 \end_layout
1867
1868 \end_inset
1869 </cell>
1870 </row>
1871 <row>
1872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1873 \begin_inset Text
1874
1875 \begin_layout Plain Layout
1876
1877 \backslash
1878 dfrac
1879 \begin_inset space \textvisiblespace{}
1880 \end_inset
1881
1882 e^
1883 \begin_inset space \textvisiblespace{}
1884 \end_inset
1885
1886
1887 \backslash
1888 frac
1889 \begin_inset space \textvisiblespace{}
1890 \end_inset
1891
1892 1
1893 \begin_inset Formula $\downarrow$
1894 \end_inset
1895
1896 2
1897 \begin_inset Formula $\downarrow\downarrow$
1898 \end_inset
1899
1900 3
1901 \end_layout
1902
1903 \end_inset
1904 </cell>
1905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1906 \begin_inset Text
1907
1908 \begin_layout Plain Layout
1909 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
1910 \end_inset
1911
1912
1913 \end_layout
1914
1915 \end_inset
1916 </cell>
1917 </row>
1918 </lyxtabular>
1919
1920 \end_inset
1921
1922
1923 \end_layout
1924
1925 \begin_layout Standard
1926 \begin_inset VSpace bigskip
1927 \end_inset
1928
1929
1930 \begin_inset Newpage newpage
1931 \end_inset
1932
1933 入れ子の分数を作るには、コマンド
1934 \series bold
1935
1936 \backslash
1937 cfrac
1938 \series default
1939
1940 \begin_inset Index idx
1941 status collapsed
1942
1943 \begin_layout Plain Layout
1944 こまんど@コマンド ! C ! 
1945 \backslash
1946 cfrac
1947 \end_layout
1948
1949 \end_inset
1950
1951 が使えます。以下がその例です。
1952 \begin_inset VSpace -3mm
1953 \end_inset
1954
1955
1956 \end_layout
1957
1958 \begin_layout Standard
1959 \begin_inset Formula 
1960 \begin{align*}
1961 \textrm{\textbf{\textbackslash frac}を使用して作成} &  & \textrm{\textbf{\textbackslash cfrac}を使用して作成}\\
1962 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
1963 \end{align*}
1964
1965 \end_inset
1966
1967
1968 \end_layout
1969
1970 \begin_layout Standard
1971 上記の例で使用したコマンドは、
1972 \end_layout
1973
1974 \begin_layout Standard
1975
1976 \series bold
1977
1978 \backslash
1979 cfrac
1980 \begin_inset ERT
1981 status collapsed
1982
1983 \begin_layout Plain Layout
1984
1985
1986 \backslash
1987 space 
1988 \end_layout
1989
1990 \end_inset
1991
1992 A
1993 \begin_inset Formula $\downarrow$
1994 \end_inset
1995
1996 B+
1997 \backslash
1998 cfrac
1999 \begin_inset ERT
2000 status collapsed
2001
2002 \begin_layout Plain Layout
2003
2004
2005 \backslash
2006 space 
2007 \end_layout
2008
2009 \end_inset
2010
2011 C+
2012 \backslash
2013 cfrac
2014 \begin_inset ERT
2015 status collapsed
2016
2017 \begin_layout Plain Layout
2018
2019
2020 \backslash
2021 space 
2022 \end_layout
2023
2024 \end_inset
2025
2026 E
2027 \begin_inset Formula $\downarrow$
2028 \end_inset
2029
2030 F
2031 \begin_inset Formula $\downarrow$
2032 \end_inset
2033
2034 D
2035 \end_layout
2036
2037 \begin_layout Standard
2038 です。
2039 \end_layout
2040
2041 \begin_layout Standard
2042 \begin_inset VSpace medskip
2043 \end_inset
2044
2045
2046 \end_layout
2047
2048 \begin_layout Standard
2049
2050 \series bold
2051
2052 \backslash
2053 cfrac
2054 \series default
2055 は、他の分数中に入れ子になっている場合も含め、分数をつねに別行立て数式の大きさに設定します。
2056 \end_layout
2057
2058 \begin_layout Standard
2059 分子の揃え方は、指定することができます。
2060 \series bold
2061
2062 \backslash
2063 cfracleft
2064 \series default
2065 コマンドは左揃えにし、
2066 \series bold
2067
2068 \backslash
2069 cfracright
2070 \series default
2071 は右揃えにします。
2072 \series bold
2073
2074 \backslash
2075 cfrac
2076 \series default
2077 は中央揃えです。以下の各分数は、それぞれの揃え位置を示しています。
2078 \begin_inset Newline newline
2079 \end_inset
2080
2081
2082 \series bold
2083
2084 \begin_inset Formula $\cfrac[l]{A}{B+C}$
2085 \end_inset
2086
2087
2088 \begin_inset Formula $\cfrac{A}{B+C}$
2089 \end_inset
2090
2091
2092 \begin_inset Formula $\cfrac[r]{A}{B+C}$
2093 \end_inset
2094
2095
2096 \end_layout
2097
2098 \begin_layout Standard
2099 \begin_inset Note Greyedout
2100 status open
2101
2102 \begin_layout Plain Layout
2103
2104 \series bold
2105 【註】
2106 \backslash
2107 cfracleft
2108 \series default
2109
2110 \series bold
2111
2112 \backslash
2113 cfracright
2114 \series default
2115 は、生粋のLaTeXコマンドではなく、実体は、コマンド
2116 \series bold
2117
2118 \backslash
2119 cfrac[揃え位置]{分子}{分母}
2120 \series default
2121 です。したがって、これらをTeXモードで使うことはできません。
2122 \end_layout
2123
2124 \end_inset
2125
2126
2127 \end_layout
2128
2129 \begin_layout Standard
2130 \begin_inset VSpace medskip
2131 \end_inset
2132
2133 ときに、以下のように
2134 \series bold
2135
2136 \backslash
2137 cfrac
2138 \series default
2139
2140 \series bold
2141
2142 \backslash
2143 frac
2144 \series default
2145 を組み合わせて使うと便利です。
2146 \begin_inset Formula 
2147 \[
2148 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}
2149 \]
2150
2151 \end_inset
2152
2153
2154 \end_layout
2155
2156 \begin_layout Standard
2157 斜めの分数線を持つ行内分数を作るには、コマンド
2158 \series bold
2159
2160 \backslash
2161 nicefrac
2162 \series default
2163
2164 \begin_inset Index idx
2165 status collapsed
2166
2167 \begin_layout Plain Layout
2168 こまんど@コマンド ! N ! 
2169 \backslash
2170 nicefrac
2171 \end_layout
2172
2173 \end_inset
2174
2175 (例:
2176 \begin_inset Formula $\nicefrac{5}{31}$
2177 \end_inset
2178
2179 )を使うか、コマンド
2180 \series bold
2181
2182 \backslash
2183 unitfrac
2184 \series default
2185
2186 \begin_inset Index idx
2187 status collapsed
2188
2189 \begin_layout Plain Layout
2190 こまんど@コマンド ! U ! 
2191 \backslash
2192 unitfrac
2193 \end_layout
2194
2195 \end_inset
2196
2197 (例:
2198 \begin_inset Formula $\unitfrac{5}{31}$
2199 \end_inset
2200
2201 )を使います。さらに、
2202 \begin_inset Formula $\unitfrac[2]{1}{3}$
2203 \end_inset
2204
2205 のような帯分数を作るコマンド
2206 \series bold
2207
2208 \backslash
2209 unitfracthree
2210 \series default
2211 もあります。
2212 \end_layout
2213
2214 \begin_layout Standard
2215 \begin_inset Note Greyedout
2216 status open
2217
2218 \begin_layout Plain Layout
2219
2220 \series bold
2221 【註】
2222 \series default
2223 実は、
2224 \series bold
2225
2226 \backslash
2227 unitfracthree
2228 \series default
2229 は生粋のLaTeXコマンドではなく、実体は
2230 \begin_inset Newline newline
2231 \end_inset
2232
2233
2234 \series bold
2235
2236 \backslash
2237 unitfrac[自然数]{分子}{分母}
2238 \series default
2239 というコマンドなので、TeXコードでは使用できません。
2240 \end_layout
2241
2242 \end_inset
2243
2244
2245 \end_layout
2246
2247 \begin_layout Standard
2248 分数線を変更できるような独自の分数の定義のしかたは、第
2249 \begin_inset CommandInset ref
2250 LatexCommand ref
2251 reference "sub:自己定義の分数"
2252
2253 \end_inset
2254
2255 節に説明があります。
2256 \end_layout
2257
2258 \begin_layout Standard
2259
2260 \lang english
2261 Multiline fractions are explained in
2262 \lang japanese
2263  
2264 \begin_inset CommandInset ref
2265 LatexCommand ref
2266 reference "sub:Multiline-Fractions"
2267
2268 \end_inset
2269
2270
2271 \end_layout
2272
2273 \begin_layout Subsection
2274 根号
2275 \begin_inset Index idx
2276 status collapsed
2277
2278 \begin_layout Plain Layout
2279 こんごう@根号
2280 \end_layout
2281
2282 \end_inset
2283
2284
2285 \begin_inset Index idx
2286 status collapsed
2287
2288 \begin_layout Plain Layout
2289 るーと@ルート|see
2290 \begin_inset ERT
2291 status collapsed
2292
2293 \begin_layout Plain Layout
2294
2295 {
2296 \end_layout
2297
2298 \end_inset
2299
2300 根号
2301 \begin_inset ERT
2302 status collapsed
2303
2304 \begin_layout Plain Layout
2305
2306 }
2307 \end_layout
2308
2309 \end_inset
2310
2311
2312 \end_layout
2313
2314 \end_inset
2315
2316
2317 \end_layout
2318
2319 \begin_layout Standard
2320 平方根は、
2321 \series bold
2322
2323 \backslash
2324 sqrt
2325 \series default
2326
2327 \begin_inset Index idx
2328 status collapsed
2329
2330 \begin_layout Plain Layout
2331 こまんど@コマンド ! S ! 
2332 \backslash
2333 sqrt
2334 \end_layout
2335
2336 \end_inset
2337
2338 か数式ツールバーボタン
2339 \begin_inset Info
2340 type  "icon"
2341 arg   "math-insert \\sqrt"
2342 \end_inset
2343
2344 で作成することができ、他のすべての根号は、コマンド
2345 \series bold
2346
2347 \backslash
2348 root
2349 \series default
2350
2351 \begin_inset Index idx
2352 status collapsed
2353
2354 \begin_layout Plain Layout
2355 こまんど@コマンド ! R ! 
2356 \backslash
2357 root
2358 \end_layout
2359
2360 \end_inset
2361
2362 か数式ツールバーボタン
2363 \begin_inset Info
2364 type  "icon"
2365 arg   "math-insert \\root"
2366 \end_inset
2367
2368 で作成することができます。
2369 \end_layout
2370
2371 \begin_layout Standard
2372 \align center
2373 \begin_inset Tabular
2374 <lyxtabular version="3" rows="3" columns="2">
2375 <features rotate="0" tabularvalignment="middle">
2376 <column alignment="center" valignment="top" width="0pt">
2377 <column alignment="center" valignment="top" width="0pt">
2378 <row>
2379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2380 \begin_inset Text
2381
2382 \begin_layout Plain Layout
2383 コマンド
2384 \end_layout
2385
2386 \end_inset
2387 </cell>
2388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2389 \begin_inset Text
2390
2391 \begin_layout Plain Layout
2392 出力
2393 \begin_inset Note Note
2394 status collapsed
2395
2396 \begin_layout Plain Layout
2397 ここで
2398 \series bold
2399
2400 \backslash
2401 raisebox
2402 \series default
2403 はスペーサーとして使用しているだけです。
2404 \end_layout
2405
2406 \end_inset
2407
2408
2409 \end_layout
2410
2411 \end_inset
2412 </cell>
2413 </row>
2414 <row>
2415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2416 \begin_inset Text
2417
2418 \begin_layout Plain Layout
2419
2420 \backslash
2421 sqrt
2422 \begin_inset space \textvisiblespace{}
2423 \end_inset
2424
2425 A-B
2426 \end_layout
2427
2428 \end_inset
2429 </cell>
2430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2431 \begin_inset Text
2432
2433 \begin_layout Plain Layout
2434 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2435 \end_inset
2436
2437
2438 \end_layout
2439
2440 \end_inset
2441 </cell>
2442 </row>
2443 <row>
2444 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2445 \begin_inset Text
2446
2447 \begin_layout Plain Layout
2448
2449 \backslash
2450 root
2451 \begin_inset space \textvisiblespace{}
2452 \end_inset
2453
2454 3
2455 \begin_inset Formula $\downarrow$
2456 \end_inset
2457
2458 A-B
2459 \end_layout
2460
2461 \end_inset
2462 </cell>
2463 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2464 \begin_inset Text
2465
2466 \begin_layout Plain Layout
2467 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2468 \end_inset
2469
2470
2471 \end_layout
2472
2473 \end_inset
2474 </cell>
2475 </row>
2476 </lyxtabular>
2477
2478 \end_inset
2479
2480
2481 \end_layout
2482
2483 \begin_layout Standard
2484 平方根は、根号指数フィールドを空白のままにしておけば、
2485 \series bold
2486
2487 \backslash
2488 root
2489 \series default
2490 でも作成することができます。
2491 \end_layout
2492
2493 \begin_layout Standard
2494 \begin_inset Formula $\sqrt[\beta]{B}$
2495 \end_inset
2496
2497 の例のように、指数のとる値によっては、根号への距離が近すぎることがあります。
2498 \begin_inset Newline newline
2499 \end_inset
2500
2501 この場合には、
2502 \begin_inset Formula $\beta$
2503 \end_inset
2504
2505 が根号に触れてしまいます。これを避けるためには、以下のようなコマンド書式で、コマンド
2506 \series bold
2507
2508 \backslash
2509 leftroot
2510 \series default
2511
2512 \begin_inset Index idx
2513 status collapsed
2514
2515 \begin_layout Plain Layout
2516 こまんど@コマンド ! L ! 
2517 \backslash
2518 leftroot
2519 \end_layout
2520
2521 \end_inset
2522
2523
2524 \series bold
2525
2526 \backslash
2527 uproot
2528 \series default
2529
2530 \begin_inset Index idx
2531 status collapsed
2532
2533 \begin_layout Plain Layout
2534 こまんど@コマンド ! U ! 
2535 \backslash
2536 uproot
2537 \end_layout
2538
2539 \end_inset
2540
2541 を使います。
2542 \end_layout
2543
2544 \begin_layout Standard
2545
2546 \series bold
2547
2548 \backslash
2549 leftroot{距離}
2550 \series default
2551 および
2552 \series bold
2553
2554 \backslash
2555 uproot{距離}
2556 \end_layout
2557
2558 \begin_layout Standard
2559 ここで「距離」は、指数を左あるいは上に動かす、Big Point(単位bp;
2560 \begin_inset Formula $\mathrm{72\, bp=1}$
2561 \end_inset
2562
2563 インチ)での数値です。これらのコマンドは、指数に書き込みます。このようにして、コマンド
2564 \begin_inset Newline newline
2565 \end_inset
2566
2567
2568 \series bold
2569
2570 \backslash
2571 root
2572 \backslash
2573 leftroot{-1
2574 \begin_inset Formula $\to$
2575 \end_inset
2576
2577
2578 \backslash
2579 uproot{2
2580 \begin_inset Formula $\to$
2581 \end_inset
2582
2583
2584 \backslash
2585 beta
2586 \begin_inset space \textvisiblespace{}
2587 \end_inset
2588
2589
2590 \begin_inset Formula $\to$
2591 \end_inset
2592
2593 B
2594 \begin_inset Newline newline
2595 \end_inset
2596
2597
2598 \series default
2599 は、正しく組版された数式
2600 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2601 \end_inset
2602
2603 を生成します。
2604 \end_layout
2605
2606 \begin_layout Subsection
2607 二項係数
2608 \begin_inset Index idx
2609 status collapsed
2610
2611 \begin_layout Plain Layout
2612 にこうけいすう@二項係数
2613 \end_layout
2614
2615 \end_inset
2616
2617
2618 \end_layout
2619
2620 \begin_layout Standard
2621 二項係数は、コマンド
2622 \series bold
2623
2624 \backslash
2625 binom
2626 \series default
2627
2628 \begin_inset Index idx
2629 status collapsed
2630
2631 \begin_layout Plain Layout
2632 こまんど@コマンド ! B ! 
2633 \backslash
2634 binom
2635 \end_layout
2636
2637 \end_inset
2638
2639 か数式ツールバーボタン
2640 \begin_inset Info
2641 type  "icon"
2642 arg   "math-insert \\frac-square"
2643 \end_inset
2644
2645 の小メニューを使って挿入することができます。分数(
2646 \series bold
2647
2648 \backslash
2649 frac
2650 \series default
2651 )と同様に、
2652 \series bold
2653
2654 \backslash
2655 binom
2656 \series default
2657 の他に、コマンド
2658 \series bold
2659
2660 \backslash
2661 dbinom
2662 \begin_inset Index idx
2663 status collapsed
2664
2665 \begin_layout Plain Layout
2666 こまんど@コマンド ! D ! 
2667 \backslash
2668 dbinom
2669 \end_layout
2670
2671 \end_inset
2672
2673
2674 \series default
2675 および
2676 \series bold
2677
2678 \backslash
2679 tbinom
2680 \series default
2681
2682 \begin_inset Index idx
2683 status collapsed
2684
2685 \begin_layout Plain Layout
2686 こまんど@コマンド ! T ! 
2687 \backslash
2688 tbinom
2689 \end_layout
2690
2691 \end_inset
2692
2693 があります。二項係数のまわりの括弧に、他の括弧を使うには、コマンド
2694 \series bold
2695
2696 \backslash
2697 brace
2698 \series default
2699
2700 \begin_inset Index idx
2701 status collapsed
2702
2703 \begin_layout Plain Layout
2704 こまんど@コマンド ! B ! 
2705 \backslash
2706 brace
2707 \end_layout
2708
2709 \end_inset
2710
2711
2712 \series bold
2713
2714 \backslash
2715 brack
2716 \series default
2717
2718 \begin_inset Index idx
2719 status collapsed
2720
2721 \begin_layout Plain Layout
2722 こまんど@コマンド ! B ! 
2723 \backslash
2724 brack
2725 \end_layout
2726
2727 \end_inset
2728
2729 があります。
2730 \end_layout
2731
2732 \begin_layout Standard
2733 \align center
2734 \begin_inset Tabular
2735 <lyxtabular version="3" rows="6" columns="2">
2736 <features rotate="0" tabularvalignment="middle">
2737 <column alignment="center" valignment="top" width="0pt">
2738 <column alignment="center" valignment="top" width="0pt">
2739 <row>
2740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2741 \begin_inset Text
2742
2743 \begin_layout Plain Layout
2744 コマンド
2745 \end_layout
2746
2747 \end_inset
2748 </cell>
2749 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2750 \begin_inset Text
2751
2752 \begin_layout Plain Layout
2753 出力
2754 \begin_inset Note Note
2755 status collapsed
2756
2757 \begin_layout Plain Layout
2758 ここで
2759 \series bold
2760
2761 \backslash
2762 raisebox
2763 \series default
2764 はスペーサーとして使用しているだけです。
2765 \end_layout
2766
2767 \end_inset
2768
2769
2770 \end_layout
2771
2772 \end_inset
2773 </cell>
2774 </row>
2775 <row>
2776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2777 \begin_inset Text
2778
2779 \begin_layout Plain Layout
2780
2781 \backslash
2782 binom
2783 \begin_inset space \textvisiblespace{}
2784 \end_inset
2785
2786 A
2787 \begin_inset Formula $\downarrow$
2788 \end_inset
2789
2790 B
2791 \end_layout
2792
2793 \end_inset
2794 </cell>
2795 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2796 \begin_inset Text
2797
2798 \begin_layout Plain Layout
2799 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2800 \end_inset
2801
2802
2803 \end_layout
2804
2805 \end_inset
2806 </cell>
2807 </row>
2808 <row>
2809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2810 \begin_inset Text
2811
2812 \begin_layout Plain Layout
2813
2814 \backslash
2815 dbinom
2816 \begin_inset space \textvisiblespace{}
2817 \end_inset
2818
2819 A
2820 \begin_inset Formula $\downarrow$
2821 \end_inset
2822
2823 B
2824 \end_layout
2825
2826 \end_inset
2827 </cell>
2828 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2829 \begin_inset Text
2830
2831 \begin_layout Plain Layout
2832 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2833 \end_inset
2834
2835
2836 \end_layout
2837
2838 \end_inset
2839 </cell>
2840 </row>
2841 <row>
2842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2843 \begin_inset Text
2844
2845 \begin_layout Plain Layout
2846
2847 \backslash
2848 tbinom
2849 \begin_inset space \textvisiblespace{}
2850 \end_inset
2851
2852 A
2853 \begin_inset Formula $\downarrow$
2854 \end_inset
2855
2856 B
2857 \end_layout
2858
2859 \end_inset
2860 </cell>
2861 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2862 \begin_inset Text
2863
2864 \begin_layout Plain Layout
2865 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
2866 \end_inset
2867
2868
2869 \end_layout
2870
2871 \end_inset
2872 </cell>
2873 </row>
2874 <row>
2875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2876 \begin_inset Text
2877
2878 \begin_layout Plain Layout
2879
2880 \backslash
2881 brack
2882 \begin_inset space \textvisiblespace{}
2883 \end_inset
2884
2885 A
2886 \begin_inset Formula $\downarrow$
2887 \end_inset
2888
2889 B
2890 \end_layout
2891
2892 \end_inset
2893 </cell>
2894 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2895 \begin_inset Text
2896
2897 \begin_layout Plain Layout
2898 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
2899 \end_inset
2900
2901
2902 \end_layout
2903
2904 \end_inset
2905 </cell>
2906 </row>
2907 <row>
2908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2909 \begin_inset Text
2910
2911 \begin_layout Plain Layout
2912
2913 \backslash
2914 brace
2915 \begin_inset space \textvisiblespace{}
2916 \end_inset
2917
2918 A
2919 \begin_inset Formula $\downarrow$
2920 \end_inset
2921
2922 B
2923 \end_layout
2924
2925 \end_inset
2926 </cell>
2927 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2928 \begin_inset Text
2929
2930 \begin_layout Plain Layout
2931 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
2932 \end_inset
2933
2934
2935 \end_layout
2936
2937 \end_inset
2938 </cell>
2939 </row>
2940 </lyxtabular>
2941
2942 \end_inset
2943
2944
2945 \end_layout
2946
2947 \begin_layout Subsection
2948 場合分け
2949 \begin_inset Index idx
2950 status collapsed
2951
2952 \begin_layout Plain Layout
2953 ばあいわけ@場合分け
2954 \end_layout
2955
2956 \end_inset
2957
2958
2959 \end_layout
2960
2961 \begin_layout Standard
2962 \align center
2963 \begin_inset Tabular
2964 <lyxtabular version="3" rows="3" columns="2">
2965 <features rotate="0" tabularvalignment="middle">
2966 <column alignment="center" valignment="top" width="0pt">
2967 <column alignment="center" valignment="top" width="0pt">
2968 <row>
2969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2970 \begin_inset Text
2971
2972 \begin_layout Plain Layout
2973 コマンド
2974 \end_layout
2975
2976 \end_inset
2977 </cell>
2978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2979 \begin_inset Text
2980
2981 \begin_layout Plain Layout
2982 出力
2983 \end_layout
2984
2985 \end_inset
2986 </cell>
2987 </row>
2988 <row>
2989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2990 \begin_inset Text
2991
2992 \begin_layout Plain Layout
2993
2994 \backslash
2995 cases
2996 \begin_inset space \textvisiblespace{}
2997 \end_inset
2998
2999 A
3000 \begin_inset Formula $\to$
3001 \end_inset
3002
3003 B
3004 \begin_inset Formula $>$
3005 \end_inset
3006
3007 0
3008 \begin_inset Index idx
3009 status collapsed
3010
3011 \begin_layout Plain Layout
3012 こまんど@コマンド ! C ! 
3013 \backslash
3014 cases
3015 \end_layout
3016
3017 \end_inset
3018
3019
3020 \end_layout
3021
3022 \end_inset
3023 </cell>
3024 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3025 \begin_inset Text
3026
3027 \begin_layout Plain Layout
3028 \begin_inset Formula $\begin{cases}
3029 A & B>0\end{cases}$
3030 \end_inset
3031
3032
3033 \end_layout
3034
3035 \end_inset
3036 </cell>
3037 </row>
3038 <row>
3039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3040 \begin_inset Text
3041
3042 \begin_layout Plain Layout
3043
3044 \backslash
3045 cases
3046 \begin_inset space \textvisiblespace{}
3047 \end_inset
3048
3049
3050 \begin_inset Info
3051 type  "shortcut"
3052 arg   "newline-insert newline"
3053 \end_inset
3054
3055
3056 \end_layout
3057
3058 \end_inset
3059 </cell>
3060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3061 \begin_inset Text
3062
3063 \begin_layout Plain Layout
3064 \begin_inset Formula $\begin{cases}
3065 A & \textrm{for }x>0\\
3066 B & \textrm{for }x=0
3067 \end{cases}$
3068 \end_inset
3069
3070
3071 \end_layout
3072
3073 \end_inset
3074 </cell>
3075 </row>
3076 </lyxtabular>
3077
3078 \end_inset
3079
3080
3081 \end_layout
3082
3083 \begin_layout Standard
3084
3085 \series bold
3086
3087 \backslash
3088 cases
3089 \series default
3090 を挿入するか数式ツールバーボタン
3091 \begin_inset Info
3092 type  "icon"
3093 arg   "math-insert \\cases"
3094 \end_inset
3095
3096 を使用した後では、
3097 \begin_inset Flex Ruby
3098 status collapsed
3099
3100 \begin_layout Plain Layout
3101 捷径
3102 \begin_inset Argument post:1
3103 status collapsed
3104
3105 \begin_layout Plain Layout
3106 ショートカット
3107 \end_layout
3108
3109 \end_inset
3110
3111
3112 \end_layout
3113
3114 \end_inset
3115
3116
3117 \begin_inset Info
3118 type  "shortcut"
3119 arg   "newline-insert newline"
3120 \end_inset
3121
3122 か表ツールバーボタン
3123 \begin_inset Info
3124 type  "icon"
3125 arg   "inset-modify tabular append-row"
3126 \end_inset
3127
3128 を使えば、新しい行を作ることができます。
3129 \end_layout
3130
3131 \begin_layout Standard
3132 コマンド
3133 \series bold
3134
3135 \backslash
3136 cases
3137 \series default
3138 は、
3139 \family sans
3140 挿入\SpecialChar \menuseparator
3141 数式\SpecialChar \menuseparator
3142 Cases環境
3143 \family default
3144 メニューで挿入することもできます。
3145 \end_layout
3146
3147 \begin_layout Subsection
3148 否定
3149 \begin_inset Index idx
3150 status collapsed
3151
3152 \begin_layout Plain Layout
3153 ひてい@否定
3154 \end_layout
3155
3156 \end_inset
3157
3158
3159 \end_layout
3160
3161 \begin_layout Standard
3162
3163 \series bold
3164
3165 \backslash
3166 not
3167 \series default
3168
3169 \begin_inset Index idx
3170 status collapsed
3171
3172 \begin_layout Plain Layout
3173 こまんど@コマンド ! N ! 
3174 \backslash
3175 not
3176 \end_layout
3177
3178 \end_inset
3179
3180 を挿入することで、すべての文字を取り消し形で表示できます。文字はスラッシュを上書きされた形になります。
3181 \end_layout
3182
3183 \begin_layout Standard
3184 \align center
3185 \begin_inset Tabular
3186 <lyxtabular version="3" rows="4" columns="2">
3187 <features rotate="0" tabularvalignment="middle">
3188 <column alignment="center" valignment="top" width="0pt">
3189 <column alignment="center" valignment="top" width="0pt">
3190 <row>
3191 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3192 \begin_inset Text
3193
3194 \begin_layout Plain Layout
3195 コマンド
3196 \end_layout
3197
3198 \end_inset
3199 </cell>
3200 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3201 \begin_inset Text
3202
3203 \begin_layout Plain Layout
3204 出力
3205 \end_layout
3206
3207 \end_inset
3208 </cell>
3209 </row>
3210 <row>
3211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3212 \begin_inset Text
3213
3214 \begin_layout Plain Layout
3215
3216 \backslash
3217 not=
3218 \end_layout
3219
3220 \end_inset
3221 </cell>
3222 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3223 \begin_inset Text
3224
3225 \begin_layout Plain Layout
3226 \begin_inset Formula $\not=$
3227 \end_inset
3228
3229
3230 \end_layout
3231
3232 \end_inset
3233 </cell>
3234 </row>
3235 <row>
3236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3237 \begin_inset Text
3238
3239 \begin_layout Plain Layout
3240
3241 \backslash
3242 not 
3243 \backslash
3244 le
3245 \end_layout
3246
3247 \end_inset
3248 </cell>
3249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3250 \begin_inset Text
3251
3252 \begin_layout Plain Layout
3253 \begin_inset Formula $\not\le$
3254 \end_inset
3255
3256
3257 \end_layout
3258
3259 \end_inset
3260 </cell>
3261 </row>
3262 <row>
3263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3264 \begin_inset Text
3265
3266 \begin_layout Plain Layout
3267
3268 \backslash
3269 not 
3270 \backslash
3271 parallel
3272 \end_layout
3273
3274 \end_inset
3275 </cell>
3276 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3277 \begin_inset Text
3278
3279 \begin_layout Plain Layout
3280 \begin_inset Formula $\not\parallel$
3281 \end_inset
3282
3283
3284 \end_layout
3285
3286 \end_inset
3287 </cell>
3288 </row>
3289 </lyxtabular>
3290
3291 \end_inset
3292
3293
3294 \end_layout
3295
3296 \begin_layout Standard
3297 最後の例が示すように、すべての否定形がきれいに出力されるわけではありません。このことから、否定形に専用のコマンドを持つものもあります(第
3298 \begin_inset CommandInset ref
3299 LatexCommand ref
3300 reference "sub:数学記号"
3301
3302 \end_inset
3303
3304 節および第
3305 \begin_inset CommandInset ref
3306 LatexCommand ref
3307 reference "sec:関係子"
3308
3309 \end_inset
3310
3311 節を参照)。
3312 \end_layout
3313
3314 \begin_layout Subsection
3315 埋め草
3316 \begin_inset CommandInset label
3317 LatexCommand label
3318 name "sub:埋め草"
3319
3320 \end_inset
3321
3322
3323 \begin_inset Index idx
3324 status collapsed
3325
3326 \begin_layout Plain Layout
3327 うめくさ@埋め草
3328 \end_layout
3329
3330 \end_inset
3331
3332
3333 \begin_inset Index idx
3334 status collapsed
3335
3336 \begin_layout Plain Layout
3337 かがくきごう@化学記号 ! どういたい@同位体
3338 \end_layout
3339
3340 \end_inset
3341
3342
3343 \begin_inset Index idx
3344 status collapsed
3345
3346 \begin_layout Plain Layout
3347 どういたい@同位体|see
3348 \begin_inset ERT
3349 status collapsed
3350
3351 \begin_layout Plain Layout
3352
3353 {
3354 \end_layout
3355
3356 \end_inset
3357
3358 化学記号
3359 \begin_inset ERT
3360 status collapsed
3361
3362 \begin_layout Plain Layout
3363
3364 }
3365 \end_layout
3366
3367 \end_inset
3368
3369
3370 \end_layout
3371
3372 \end_inset
3373
3374
3375 \begin_inset Index idx
3376 status collapsed
3377
3378 \begin_layout Plain Layout
3379 あいそとーぷ@アイソトープ|see
3380 \begin_inset ERT
3381 status collapsed
3382
3383 \begin_layout Plain Layout
3384
3385 {
3386 \end_layout
3387
3388 \end_inset
3389
3390 同位体
3391 \begin_inset ERT
3392 status collapsed
3393
3394 \begin_layout Plain Layout
3395
3396 }
3397 \end_layout
3398
3399 \end_inset
3400
3401
3402 \end_layout
3403
3404 \end_inset
3405
3406
3407 \end_layout
3408
3409 \begin_layout Standard
3410 たとえば同位体
3411 \begin_inset Foot
3412 status collapsed
3413
3414 \begin_layout Plain Layout
3415 同位体と化学記号の組版に関しては、第
3416 \begin_inset CommandInset ref
3417 LatexCommand ref
3418 reference "sub:化学記号と化学式"
3419
3420 \end_inset
3421
3422 節に記述があります。
3423 \end_layout
3424
3425 \end_inset
3426
3427 を表示しようとすると、次のような問題が起こります。
3428 \end_layout
3429
3430 \begin_layout Standard
3431 \align center
3432 \begin_inset Tabular
3433 <lyxtabular version="3" rows="2" columns="2">
3434 <features rotate="0" tabularvalignment="middle">
3435 <column alignment="center" valignment="top" width="0pt">
3436 <column alignment="center" valignment="top" width="0pt">
3437 <row>
3438 <cell alignment="center" valignment="top" usebox="none">
3439 \begin_inset Text
3440
3441 \begin_layout Plain Layout
3442 上付き文字と下付き文字を使用して作った指数:
3443 \end_layout
3444
3445 \end_inset
3446 </cell>
3447 <cell alignment="center" valignment="top" usebox="none">
3448 \begin_inset Text
3449
3450 \begin_layout Plain Layout
3451 \begin_inset Formula $_{9}^{19}\mathrm{F}\raisebox{-3mm}{}$
3452 \end_inset
3453
3454
3455 \end_layout
3456
3457 \end_inset
3458 </cell>
3459 </row>
3460 <row>
3461 <cell alignment="center" valignment="top" usebox="none">
3462 \begin_inset Text
3463
3464 \begin_layout Plain Layout
3465 正しい指数:
3466 \end_layout
3467
3468 \end_inset
3469 </cell>
3470 <cell alignment="center" valignment="top" usebox="none">
3471 \begin_inset Text
3472
3473 \begin_layout Plain Layout
3474 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3475 \end_inset
3476
3477
3478 \end_layout
3479
3480 \end_inset
3481 </cell>
3482 </row>
3483 </lyxtabular>
3484
3485 \end_inset
3486
3487
3488 \begin_inset Note Note
3489 status collapsed
3490
3491 \begin_layout Plain Layout
3492 ここで
3493 \series bold
3494
3495 \backslash
3496 raisebox
3497 \series default
3498 はスペーサーとして使用しているだけです。
3499 \end_layout
3500
3501 \end_inset
3502
3503
3504 \end_layout
3505
3506 \begin_layout Standard
3507 短い方の指数は、既定で、長い方の指数の一文字目の下ないし上に配置されてしまいます。これを避けるには、一文字ないし複数の空の文字を生成するコマンド
3508 \series bold
3509
3510 \backslash
3511 phantom
3512 \series default
3513
3514 \begin_inset Index idx
3515 status collapsed
3516
3517 \begin_layout Plain Layout
3518 こまんど@コマンド ! P ! 
3519 \backslash
3520 phantom
3521 \end_layout
3522
3523 \end_inset
3524
3525 や数式ツールバーボタン
3526 \begin_inset Foot
3527 status collapsed
3528
3529 \begin_layout Plain Layout
3530 ツールバーボタン
3531 \begin_inset Info
3532 type  "icon"
3533 arg   "math-insert \\space"
3534 \end_inset
3535
3536 の小メニューに入っています。
3537 \end_layout
3538
3539 \end_inset
3540
3541
3542 \begin_inset Graphics
3543         filename ../../images/math/phantom.png
3544         scale 85
3545
3546 \end_inset
3547
3548 があります。
3549 \series bold
3550
3551 \backslash
3552 phantom
3553 \series default
3554 を挿入すると、二つの赤い矢印が重なった青枠が表示されます。矢印は、箱の中身の幅と高さの両方が、埋め草(指定した文字と同じ大きさの余白を確保するために使われる空打
3555 ち文字)として適用されることを示しています。したがって、
3556 \series bold
3557
3558 \backslash
3559 phantom
3560 \series default
3561 の作る文字は、箱の中身の文字の大きさを持つ埋め草となります。
3562 \end_layout
3563
3564 \begin_layout Standard
3565 \align center
3566 \begin_inset Tabular
3567 <lyxtabular version="3" rows="4" columns="2">
3568 <features rotate="0" tabularvalignment="middle">
3569 <column alignment="center" valignment="top">
3570 <column alignment="center" valignment="top">
3571 <row>
3572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3573 \begin_inset Text
3574
3575 \begin_layout Plain Layout
3576 コマンド
3577 \end_layout
3578
3579 \end_inset
3580 </cell>
3581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3582 \begin_inset Text
3583
3584 \begin_layout Plain Layout
3585 出力
3586 \begin_inset Note Note
3587 status collapsed
3588
3589 \begin_layout Plain Layout
3590 ここで
3591 \series bold
3592
3593 \backslash
3594 raisebox
3595 \series default
3596 はスペーサーとして使用しているだけです。
3597 \end_layout
3598
3599 \end_inset
3600
3601
3602 \end_layout
3603
3604 \end_inset
3605 </cell>
3606 </row>
3607 <row>
3608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3609 \begin_inset Text
3610
3611 \begin_layout Plain Layout
3612 ^19
3613 \begin_inset space \textvisiblespace{}
3614 \end_inset
3615
3616 _
3617 \backslash
3618 phantom
3619 \begin_inset space \textvisiblespace{}
3620 \end_inset
3621
3622 1
3623 \begin_inset Formula $\to$
3624 \end_inset
3625
3626 9
3627 \begin_inset space \textvisiblespace{}
3628 \end_inset
3629
3630 F
3631 \end_layout
3632
3633 \end_inset
3634 </cell>
3635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3636 \begin_inset Text
3637
3638 \begin_layout Plain Layout
3639 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\mathrm{F}\raisebox{-2.5mm}{}$
3640 \end_inset
3641
3642
3643 \end_layout
3644
3645 \end_inset
3646 </cell>
3647 </row>
3648 <row>
3649 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3650 \begin_inset Text
3651
3652 \begin_layout Plain Layout
3653 ^235
3654 \begin_inset space \textvisiblespace{}
3655 \end_inset
3656
3657 _
3658 \backslash
3659 phantom
3660 \begin_inset space \textvisiblespace{}
3661 \end_inset
3662
3663 23
3664 \begin_inset Formula $\to$
3665 \end_inset
3666
3667 9
3668 \begin_inset space \textvisiblespace{}
3669 \end_inset
3670
3671 F
3672 \end_layout
3673
3674 \end_inset
3675 </cell>
3676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3677 \begin_inset Text
3678
3679 \begin_layout Plain Layout
3680 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\mathrm{F}\raisebox{-2.5mm}{}$
3681 \end_inset
3682
3683
3684 \end_layout
3685
3686 \end_inset
3687 </cell>
3688 </row>
3689 <row>
3690 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3691 \begin_inset Text
3692
3693 \begin_layout Plain Layout
3694
3695 \backslash
3696 Lambda^
3697 \begin_inset space \textvisiblespace{}
3698 \end_inset
3699
3700
3701 \backslash
3702 phantom
3703 \begin_inset space \textvisiblespace{}
3704 \end_inset
3705
3706 ii
3707 \begin_inset Formula $\to$
3708 \end_inset
3709
3710 t
3711 \begin_inset space \textvisiblespace{}
3712 \end_inset
3713
3714 _MMt
3715 \end_layout
3716
3717 \end_inset
3718 </cell>
3719 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3720 \begin_inset Text
3721
3722 \begin_layout Plain Layout
3723 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3724 \end_inset
3725
3726
3727 \end_layout
3728
3729 \end_inset
3730 </cell>
3731 </row>
3732 </lyxtabular>
3733
3734 \end_inset
3735
3736
3737 \end_layout
3738
3739 \begin_layout Standard
3740 さらに、
3741 \series bold
3742
3743 \backslash
3744 vphantom
3745 \series default
3746
3747 \begin_inset Index idx
3748 status collapsed
3749
3750 \begin_layout Plain Layout
3751 こまんど@コマンド ! V ! 
3752 \backslash
3753 vphantom
3754 \end_layout
3755
3756 \end_inset
3757
3758 (ツールバーボタン
3759 \begin_inset space ~
3760 \end_inset
3761
3762
3763 \begin_inset Graphics
3764         filename ../../images/math/vphantom.png
3765         scale 85
3766
3767 \end_inset
3768
3769 )および
3770 \series bold
3771
3772 \backslash
3773 hphantom
3774 \series default
3775
3776 \begin_inset Index idx
3777 status collapsed
3778
3779 \begin_layout Plain Layout
3780 こまんど@コマンド ! H ! 
3781 \backslash
3782 hphantom
3783 \end_layout
3784
3785 \end_inset
3786
3787 (ツールバーボタン
3788 \begin_inset space ~
3789 \end_inset
3790
3791
3792 \begin_inset Graphics
3793         filename ../../images/math/hphantom.png
3794         scale 85
3795
3796 \end_inset
3797
3798 )というコマンドもあります。
3799 \series bold
3800
3801 \backslash
3802 vphantom
3803 \series default
3804 は、枠内部の文字の最大高のみの空白を作り、幅は考慮しません。
3805 \series bold
3806
3807 \backslash
3808 hphantom
3809 \series default
3810 は、枠の内容の幅のみの空白を作ります。このことから、これらの枠は一本の赤矢印のみで表示されます。
3811 \end_layout
3812
3813 \begin_layout Standard
3814 たとえば、
3815 \series bold
3816
3817 \backslash
3818 vphantom
3819 \series default
3820
3821 \begin_inset space \textvisiblespace{}
3822 \end_inset
3823
3824
3825 \series bold
3826 a
3827 \backslash
3828 int
3829 \series default
3830 は、積分記号
3831 \begin_inset Foot
3832 status collapsed
3833
3834 \begin_layout Plain Layout
3835
3836 \series bold
3837
3838 \backslash
3839 int
3840 \series default
3841 コマンドは、積分記号を生成します。第
3842 \begin_inset CommandInset ref
3843 LatexCommand ref
3844 reference "sub:大演算子"
3845
3846 \end_inset
3847
3848 節を参照してください。
3849 \end_layout
3850
3851 \end_inset
3852
3853 が最大高の文字なので、積分記号の高さを持つ空白を作ります。実際の適用例については、第
3854 \begin_inset CommandInset ref
3855 LatexCommand ref
3856 reference "sub:多行にわたる括弧"
3857
3858 \end_inset
3859
3860 節を参照してください。
3861 \end_layout
3862
3863 \begin_layout Standard
3864 埋め草は、メニュー
3865 \family sans
3866 挿入\SpecialChar \menuseparator
3867 整形\SpecialChar \menuseparator
3868 埋め草
3869 \family default
3870 を使えば、以下のように本文中でも使用することができます。
3871 \end_layout
3872
3873 \begin_layout Standard
3874 これは本文です。
3875 \begin_inset Newline newline
3876 \end_inset
3877
3878
3879 \begin_inset Phantom Phantom
3880 status open
3881
3882 \begin_layout Plain Layout
3883 これは
3884 \end_layout
3885
3886 \end_inset
3887
3888 本文です。
3889 \end_layout
3890
3891 \begin_layout Subsection
3892 横線
3893 \begin_inset Index idx
3894 status collapsed
3895
3896 \begin_layout Plain Layout
3897 よこせん@横線
3898 \end_layout
3899
3900 \end_inset
3901
3902
3903 \begin_inset Index idx
3904 status collapsed
3905
3906 \begin_layout Plain Layout
3907 すうしき@数式 ! かせん@下線
3908 \end_layout
3909
3910 \end_inset
3911
3912
3913 \begin_inset Index idx
3914 status collapsed
3915
3916 \begin_layout Plain Layout
3917 ぼうせん@棒線|see
3918 \begin_inset ERT
3919 status collapsed
3920
3921 \begin_layout Plain Layout
3922
3923 {
3924 \end_layout
3925
3926 \end_inset
3927
3928 横線
3929 \begin_inset ERT
3930 status collapsed
3931
3932 \begin_layout Plain Layout
3933
3934 }
3935 \end_layout
3936
3937 \end_inset
3938
3939
3940 \end_layout
3941
3942 \end_inset
3943
3944
3945 \end_layout
3946
3947 \begin_layout Standard
3948 \align center
3949 \begin_inset Tabular
3950 <lyxtabular version="3" rows="4" columns="2">
3951 <features rotate="0" tabularvalignment="middle">
3952 <column alignment="center" valignment="top" width="0pt">
3953 <column alignment="center" valignment="top" width="0pt">
3954 <row>
3955 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3956 \begin_inset Text
3957
3958 \begin_layout Plain Layout
3959 コマンド
3960 \end_layout
3961
3962 \end_inset
3963 </cell>
3964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3965 \begin_inset Text
3966
3967 \begin_layout Plain Layout
3968 出力
3969 \begin_inset Note Note
3970 status collapsed
3971
3972 \begin_layout Plain Layout
3973 ここで
3974 \series bold
3975
3976 \backslash
3977 raisebox
3978 \series default
3979 はスペーサーとして使用しているだけです。
3980 \end_layout
3981
3982 \end_inset
3983
3984
3985 \end_layout
3986
3987 \end_inset
3988 </cell>
3989 </row>
3990 <row>
3991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3992 \begin_inset Text
3993
3994 \begin_layout Plain Layout
3995
3996 \backslash
3997 overline
3998 \begin_inset space \textvisiblespace{}
3999 \end_inset
4000
4001 A+B
4002 \begin_inset Index idx
4003 status collapsed
4004
4005 \begin_layout Plain Layout
4006 こまんど@コマンド ! O ! 
4007 \backslash
4008 overline
4009 \end_layout
4010
4011 \end_inset
4012
4013
4014 \end_layout
4015
4016 \end_inset
4017 </cell>
4018 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4019 \begin_inset Text
4020
4021 \begin_layout Plain Layout
4022 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
4023 \end_inset
4024
4025
4026 \end_layout
4027
4028 \end_inset
4029 </cell>
4030 </row>
4031 <row>
4032 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4033 \begin_inset Text
4034
4035 \begin_layout Plain Layout
4036
4037 \backslash
4038 underline
4039 \begin_inset space \textvisiblespace{}
4040 \end_inset
4041
4042 A+B
4043 \begin_inset Index idx
4044 status collapsed
4045
4046 \begin_layout Plain Layout
4047 こまんど@コマンド ! U ! 
4048 \backslash
4049 underline
4050 \end_layout
4051
4052 \end_inset
4053
4054
4055 \end_layout
4056
4057 \end_inset
4058 </cell>
4059 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4060 \begin_inset Text
4061
4062 \begin_layout Plain Layout
4063 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
4064 \end_inset
4065
4066
4067 \end_layout
4068
4069 \end_inset
4070 </cell>
4071 </row>
4072 <row>
4073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4074 \begin_inset Text
4075
4076 \begin_layout Plain Layout
4077
4078 \backslash
4079 overline
4080 \begin_inset space \textvisiblespace{}
4081 \end_inset
4082
4083
4084 \backslash
4085 underline
4086 \begin_inset space \textvisiblespace{}
4087 \end_inset
4088
4089 A+B
4090 \end_layout
4091
4092 \end_inset
4093 </cell>
4094 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4095 \begin_inset Text
4096
4097 \begin_layout Plain Layout
4098 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
4099 \end_inset
4100
4101
4102 \end_layout
4103
4104 \end_inset
4105 </cell>
4106 </row>
4107 </lyxtabular>
4108
4109 \end_inset
4110
4111
4112 \end_layout
4113
4114 \begin_layout Standard
4115 上記最後の例では、先に
4116 \series bold
4117
4118 \backslash
4119 overline
4120 \series default
4121 が来ようが
4122 \series bold
4123
4124 \backslash
4125 underline
4126 \series default
4127 が来ようが、関係ありません。
4128 \end_layout
4129
4130 \begin_layout Standard
4131 二重下線を引くには、
4132 \series bold
4133
4134 \backslash
4135 underline
4136 \series default
4137 を二回使います。
4138 \end_layout
4139
4140 \begin_layout Standard
4141 文字の上下6本の線まで引くことができます。
4142 \end_layout
4143
4144 \begin_layout Standard
4145 \begin_inset VSpace bigskip
4146 \end_inset
4147
4148 自製の線は、以下の書式を持つ
4149 \series bold
4150
4151 \backslash
4152 rule
4153 \series default
4154
4155 \begin_inset Index idx
4156 status collapsed
4157
4158 \begin_layout Plain Layout
4159 こまんど@こまんど ! R ! 
4160 \backslash
4161 rule
4162 \end_layout
4163
4164 \end_inset
4165
4166 コマンドで作成することができます。
4167 \end_layout
4168
4169 \begin_layout Standard
4170
4171 \series bold
4172
4173 \backslash
4174 rule[垂直オフセット幅]{長さ}{厚み}
4175 \end_layout
4176
4177 \begin_layout Standard
4178 オプションの
4179 \series bold
4180 「垂直オフセット幅
4181 \series default
4182 」は、行を上方に(値が負であれば下方に)移動させます。値としては、第
4183 \begin_inset CommandInset ref
4184 LatexCommand ref
4185 reference "tab:使用できる単位"
4186
4187 \end_inset
4188
4189 表に掲げてある単位を用いることができます。以下に、
4190 \begin_inset Newline newline
4191 \end_inset
4192
4193
4194 \series bold
4195
4196 \backslash
4197 rule[-2ex]{3cm}{2pt}
4198 \series default
4199  および 
4200 \series bold
4201
4202 \backslash
4203 rule{2cm}{1pt}
4204 \begin_inset Newline newline
4205 \end_inset
4206
4207
4208 \series default
4209 というコマンドを用いて作成したふたつの例を例示します。
4210 \end_layout
4211
4212 \begin_layout Standard
4213 この行には、
4214 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4215 \end_inset
4216
4217 二本の線があります。
4218 \end_layout
4219
4220 \begin_layout Standard
4221
4222 \backslash
4223 ruleは、メニュー
4224 \family sans
4225 挿入\SpecialChar \menuseparator
4226 整形\SpecialChar \menuseparator
4227 水平線
4228 \family default
4229 を使っても、本文に挿入することができます。
4230 \end_layout
4231
4232 \begin_layout Standard
4233 これは一行の
4234 \begin_inset CommandInset line
4235 LatexCommand rule
4236 offset "0.5ex"
4237 width "3cm"
4238 height "1pt"
4239
4240 \end_inset
4241
4242 文章です。
4243 \end_layout
4244
4245 \begin_layout Subsection
4246 省略符号
4247 \begin_inset CommandInset label
4248 LatexCommand label
4249 name "sub:省略符号"
4250
4251 \end_inset
4252
4253
4254 \begin_inset Index idx
4255 status collapsed
4256
4257 \begin_layout Plain Layout
4258 しょうりゃくふごう@省略符号
4259 \end_layout
4260
4261 \end_inset
4262
4263
4264 \end_layout
4265
4266 \begin_layout Standard
4267 省略符号には、いくつかの種類が使用できます
4268 \begin_inset Foot
4269 status collapsed
4270
4271 \begin_layout Plain Layout
4272 数式ツールバー中の
4273 \begin_inset Info
4274 type  "icon"
4275 arg   "math-insert \\ldots"
4276 \end_inset
4277
4278 ボタンで表示されている小メニューです。
4279 \end_layout
4280
4281 \end_inset
4282
4283 。列挙のためには、ベースラインの点々(
4284 \series bold
4285
4286 \backslash
4287 ldots
4288 \series default
4289
4290 \begin_inset Index idx
4291 status collapsed
4292
4293 \begin_layout Plain Layout
4294 こまんど@コマンド ! L ! 
4295 \backslash
4296 ldots
4297 \end_layout
4298
4299 \end_inset
4300
4301 )を使用しますが、演算子の場合は、演算子と同じ高さの点々(
4302 \series bold
4303
4304 \backslash
4305 cdots
4306 \series default
4307
4308 \begin_inset Index idx
4309 status collapsed
4310
4311 \begin_layout Plain Layout
4312 こまんど@コマンド ! C ! 
4313 \backslash
4314 cdots
4315 \end_layout
4316
4317 \end_inset
4318
4319 )が必要です。
4320 \series bold
4321
4322 \backslash
4323 dots
4324 \series default
4325
4326 \begin_inset Index idx
4327 status collapsed
4328
4329 \begin_layout Plain Layout
4330 こまんど@コマンド ! D ! 
4331 \backslash
4332 dots
4333 \end_layout
4334
4335 \end_inset
4336
4337 コマンドを使うと、LaTeXは次に来る文字がどのような種類の文字であるかによって、自動的にどの種類を使うかを選択します。
4338 \end_layout
4339
4340 \begin_layout Standard
4341 \align center
4342 \begin_inset Tabular
4343 <lyxtabular version="3" rows="9" columns="2">
4344 <features rotate="0" tabularvalignment="middle">
4345 <column alignment="center" valignment="top" width="0pt">
4346 <column alignment="center" valignment="top" width="0pt">
4347 <row>
4348 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4349 \begin_inset Text
4350
4351 \begin_layout Plain Layout
4352 コマンド
4353 \end_layout
4354
4355 \end_inset
4356 </cell>
4357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4358 \begin_inset Text
4359
4360 \begin_layout Plain Layout
4361 出力
4362 \end_layout
4363
4364 \end_inset
4365 </cell>
4366 </row>
4367 <row>
4368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4369 \begin_inset Text
4370
4371 \begin_layout Plain Layout
4372 A_1
4373 \begin_inset space \textvisiblespace{}
4374 \end_inset
4375
4376 ,
4377 \backslash
4378 dots
4379 \begin_inset space \textvisiblespace{}
4380 \end_inset
4381
4382 ,A_n
4383 \end_layout
4384
4385 \end_inset
4386 </cell>
4387 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4388 \begin_inset Text
4389
4390 \begin_layout Plain Layout
4391 \begin_inset Formula $A_{1},\dots,A_{n}$
4392 \end_inset
4393
4394
4395 \end_layout
4396
4397 \end_inset
4398 </cell>
4399 </row>
4400 <row>
4401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4402 \begin_inset Text
4403
4404 \begin_layout Plain Layout
4405 A_1
4406 \begin_inset space \textvisiblespace{}
4407 \end_inset
4408
4409 +
4410 \backslash
4411 dots
4412 \begin_inset space \textvisiblespace{}
4413 \end_inset
4414
4415 +A_n
4416 \end_layout
4417
4418 \end_inset
4419 </cell>
4420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4421 \begin_inset Text
4422
4423 \begin_layout Plain Layout
4424 \begin_inset Formula $A_{1}+\dots+A_{n}$
4425 \end_inset
4426
4427
4428 \end_layout
4429
4430 \end_inset
4431 </cell>
4432 </row>
4433 <row>
4434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4435 \begin_inset Text
4436
4437 \begin_layout Plain Layout
4438 A_1
4439 \begin_inset space \textvisiblespace{}
4440 \end_inset
4441
4442 ,
4443 \backslash
4444 ldots
4445 \begin_inset space \textvisiblespace{}
4446 \end_inset
4447
4448 ,A_n
4449 \end_layout
4450
4451 \end_inset
4452 </cell>
4453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4454 \begin_inset Text
4455
4456 \begin_layout Plain Layout
4457 \begin_inset Formula $A_{1},\ldots,A_{n}$
4458 \end_inset
4459
4460
4461 \end_layout
4462
4463 \end_inset
4464 </cell>
4465 </row>
4466 <row>
4467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4468 \begin_inset Text
4469
4470 \begin_layout Plain Layout
4471 A_1
4472 \begin_inset space \textvisiblespace{}
4473 \end_inset
4474
4475 +
4476 \backslash
4477 cdots
4478 \begin_inset space \textvisiblespace{}
4479 \end_inset
4480
4481 +A_n
4482 \end_layout
4483
4484 \end_inset
4485 </cell>
4486 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4487 \begin_inset Text
4488
4489 \begin_layout Plain Layout
4490 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4491 \end_inset
4492
4493
4494 \end_layout
4495
4496 \end_inset
4497 </cell>
4498 </row>
4499 <row>
4500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4501 \begin_inset Text
4502
4503 \begin_layout Plain Layout
4504
4505 \backslash
4506 vdots
4507 \end_layout
4508
4509 \end_inset
4510 </cell>
4511 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4512 \begin_inset Text
4513
4514 \begin_layout Plain Layout
4515 \begin_inset Formula $\vdots$
4516 \end_inset
4517
4518
4519 \end_layout
4520
4521 \end_inset
4522 </cell>
4523 </row>
4524 <row>
4525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4526 \begin_inset Text
4527
4528 \begin_layout Plain Layout
4529
4530 \backslash
4531 ddots
4532 \end_layout
4533
4534 \end_inset
4535 </cell>
4536 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4537 \begin_inset Text
4538
4539 \begin_layout Plain Layout
4540 \begin_inset Formula $\ddots$
4541 \end_inset
4542
4543
4544 \end_layout
4545
4546 \end_inset
4547 </cell>
4548 </row>
4549 <row>
4550 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4551 \begin_inset Text
4552
4553 \begin_layout Plain Layout
4554
4555 \backslash
4556 iddots
4557 \end_layout
4558
4559 \end_inset
4560 </cell>
4561 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4562 \begin_inset Text
4563
4564 \begin_layout Plain Layout
4565 \begin_inset Formula $\iddots$
4566 \end_inset
4567
4568
4569 \end_layout
4570
4571 \end_inset
4572 </cell>
4573 </row>
4574 <row>
4575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4576 \begin_inset Text
4577
4578 \begin_layout Plain Layout
4579 いろいろな点々を使った
4580 \begin_inset Formula $3\times3$
4581 \end_inset
4582
4583 行列
4584 \end_layout
4585
4586 \end_inset
4587 </cell>
4588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4589 \begin_inset Text
4590
4591 \begin_layout Plain Layout
4592 \begin_inset Formula $\begin{array}{ccc}
4593 A_{11} & \cdots & A_{1m}\\
4594 \vdots & \ddots & \vdots\\
4595 A_{n1} & \cdots & A_{nm}
4596 \end{array}$
4597 \end_inset
4598
4599
4600 \end_layout
4601
4602 \end_inset
4603 </cell>
4604 </row>
4605 </lyxtabular>
4606
4607 \end_inset
4608
4609
4610 \end_layout
4611
4612 \begin_layout Standard
4613
4614 \family sans
4615 挿入\SpecialChar \menuseparator
4616 省略符号
4617 \family default
4618 メニューで挿入される省略符号は
4619 \series bold
4620
4621 \backslash
4622 ldots
4623 \series default
4624 です。
4625 \end_layout
4626
4627 \begin_layout Standard
4628 \begin_inset VSpace medskip
4629 \end_inset
4630
4631
4632 \series bold
4633
4634 \backslash
4635 iddots
4636 \series default
4637 を使うには、文書設定の
4638 \family sans
4639 数式オプション
4640 \family default
4641 にある
4642 \family sans
4643 mathdotsパッケージを(自動的に)使う
4644 \family default
4645 オプションのうちいずれかを有効にしなくてはなりません。
4646 \begin_inset Newline newline
4647 \end_inset
4648
4649
4650 \family sans
4651 mathdotsパッケージを使う
4652 \family default
4653 オプションを使用すると、文書中のフォント様式や寸法が既定値でないときのあらゆるドットの表示が改善されます。
4654 \end_layout
4655
4656 \begin_layout Standard
4657 \begin_inset VSpace medskip
4658 \end_inset
4659
4660 とくに行列には、複数列にわたることのできる省略符号があります。これは、以下の書式を持つ
4661 \series bold
4662
4663 \backslash
4664 hdotsfor
4665 \series default
4666
4667 \begin_inset Index idx
4668 status collapsed
4669
4670 \begin_layout Plain Layout
4671 こまんど@コマンド ! H ! 
4672 \backslash
4673 hdotsfor
4674 \end_layout
4675
4676 \end_inset
4677
4678 コマンドで作ることができます。
4679 \end_layout
4680
4681 \begin_layout Standard
4682
4683 \series bold
4684
4685 \backslash
4686 hdotsfor[距離]{列数}
4687 \end_layout
4688
4689 \begin_layout Standard
4690 ここで「列数」は、何列に広げるかを指定します。「距離」は、点々のあいだの距離を示す因子です。
4691 \end_layout
4692
4693 \begin_layout Standard
4694 以下の行列では、2行目の1つ目の枠に
4695 \series bold
4696
4697 \backslash
4698 hdotsfor[2]{4}
4699 \series default
4700 を挿入して、
4701 \series bold
4702
4703 \backslash
4704 dots
4705 \series default
4706 コマンドの2倍の点間距離を持つ省略符号を挿入しています。
4707 \begin_inset Formula 
4708 \[
4709 \left(\begin{array}{cccc}
4710 A & B & C & D\\
4711 \hdotsfor[2]{4}\\
4712 q & w & e & r
4713 \end{array}\right)
4714 \]
4715
4716 \end_inset
4717
4718 省略符号を広げる対象となる行列フィールドは空白にしておく必要があることに注意して下さい。さもないとLaTeXエラーが発生します。
4719 \end_layout
4720
4721 \begin_layout Standard
4722 \begin_inset VSpace bigskip
4723 \end_inset
4724
4725 さらに、
4726 \series bold
4727
4728 \backslash
4729 dotfill
4730 \series default
4731
4732 \begin_inset Index idx
4733 status collapsed
4734
4735 \begin_layout Plain Layout
4736 こまんど@コマンド ! D ! 
4737 \backslash
4738 dotfill
4739 \end_layout
4740
4741 \end_inset
4742
4743 コマンドを使えば、行の残りを点々で埋めることもできます。このコマンドの働きは、
4744 \series bold
4745
4746 \backslash
4747 hfill
4748 \series default
4749 と同様のものです。第
4750 \begin_inset CommandInset ref
4751 LatexCommand ref
4752 reference "sub:可変長の空白"
4753
4754 \end_inset
4755
4756 節をご参照下さい。
4757 \end_layout
4758
4759 \begin_layout Standard
4760 たとえば、
4761 \series bold
4762 A
4763 \backslash
4764 dotfill
4765 \begin_inset space \textvisiblespace{}
4766 \end_inset
4767
4768 B
4769 \series default
4770 コマンドは、
4771 \end_layout
4772
4773 \begin_layout Standard
4774 \begin_inset Formula $A\dotfill B$
4775 \end_inset
4776
4777
4778 \end_layout
4779
4780 \begin_layout Standard
4781 のようになります。点々を使う
4782 \series bold
4783
4784 \backslash
4785 dotfill
4786 \series default
4787 の直線版として、
4788 \series bold
4789
4790 \backslash
4791 hrulefill
4792 \series default
4793
4794 \begin_inset Index idx
4795 status collapsed
4796
4797 \begin_layout Plain Layout
4798 こまんど@コマンド ! H ! 
4799 \backslash
4800 hrulefill
4801 \end_layout
4802
4803 \end_inset
4804
4805
4806 \end_layout
4807
4808 \begin_layout Standard
4809 \begin_inset Formula $A\hrulefill B$
4810 \end_inset
4811
4812
4813 \end_layout
4814
4815 \begin_layout Standard
4816 があります。これらのコマンドを本文で使用するには、これらのコマンドはTeXモードで挿入される必要があります。
4817 \end_layout
4818
4819 \begin_layout Section
4820 行列
4821 \begin_inset CommandInset label
4822 LatexCommand label
4823 name "sec:行列"
4824
4825 \end_inset
4826
4827
4828 \begin_inset Index idx
4829 status collapsed
4830
4831 \begin_layout Plain Layout
4832 ぎょうれつ@行列
4833 \end_layout
4834
4835 \end_inset
4836
4837
4838 \end_layout
4839
4840 \begin_layout Standard
4841 行列は、数式ツールバーボタンの
4842 \begin_inset Info
4843 type  "icon"
4844 arg   "dialog-show mathmatrix"
4845 \end_inset
4846
4847
4848 \family sans
4849 挿入\SpecialChar \menuseparator
4850 数式\SpecialChar \menuseparator
4851 行列
4852 \family default
4853 メニューで挿入することができます。すると、行列の行数・列数・配置方法・装飾を尋ねられます。ここで垂直配置は、行内数式内の行列でのみ意味を持ちます。
4854 \end_layout
4855
4856 \begin_layout Standard
4857 最初の行列は「上」配置
4858 \begin_inset Formula $\begin{array}[t]{cccc}
4859 A & D & G & J\\
4860 B & E & H & K\\
4861 C & F & I & L
4862 \end{array}$
4863 \end_inset
4864
4865 で、二番目は「中央」配置
4866 \begin_inset Formula $\begin{array}{cccc}
4867 A & D & G & J\\
4868 B & E & H & K\\
4869 C & F & I & L
4870 \end{array}$
4871 \end_inset
4872
4873 、三番目は「下」配置
4874 \begin_inset Formula $\begin{array}[b]{cccc}
4875 A & D & G & J\\
4876 B & E & H & K\\
4877 C & F & I & L
4878 \end{array}$
4879 \end_inset
4880
4881 です。
4882 \end_layout
4883
4884 \begin_layout Standard
4885 水平配置は、各列がどのように配置されるべきかを指定します。これは、各列に対応した文字を一つずつ入力することによって設定します。
4886 \emph on
4887 l
4888 \emph default
4889 は左寄せ、
4890 \emph on
4891 c
4892 \emph default
4893 は中央揃え、
4894 \emph on
4895 r
4896 \emph default
4897 は右寄せを意味します。たとえば、第1列が左寄せで第2列と第3列が中央揃え、第4列が右揃えの
4898 \begin_inset Formula $4\times4$
4899 \end_inset
4900
4901 行列を作成するには、水平配置のところに
4902 \series bold
4903 lccr
4904 \series default
4905 と入力します。通常、行列では各列は中央揃えですから、各列の既定値は
4906 \series bold
4907 c
4908 \series default
4909 です。
4910 \end_layout
4911
4912 \begin_layout Standard
4913 水平行列の例です。
4914 \end_layout
4915
4916 \begin_layout Standard
4917
4918 \series bold
4919 lll
4920 \series default
4921  : 
4922 \begin_inset Formula $\begin{array}{lll}
4923 10000 & D & G\\
4924 B & 10000 & H\\
4925 C & F & 10000
4926 \end{array}$
4927 \end_inset
4928
4929  , 
4930 \series bold
4931 ccc
4932 \series default
4933  : 
4934 \begin_inset Formula $\begin{array}{ccc}
4935 10000 & D & G\\
4936 B & 10000 & H\\
4937 C & F & 10000
4938 \end{array}$
4939 \end_inset
4940
4941  , 
4942 \series bold
4943 rrr
4944 \series default
4945  : 
4946 \begin_inset Formula $\begin{array}{rrr}
4947 10000 & D & G\\
4948 B & 10000 & H\\
4949 C & F & 10000
4950 \end{array}$
4951 \end_inset
4952
4953
4954 \end_layout
4955
4956 \begin_layout Standard
4957 つづいて行や列を追加したり削除したりするには、数式ツールバーボタンの
4958 \begin_inset Info
4959 type  "icon"
4960 arg   "inset-modify tabular append-row"
4961 \end_inset
4962
4963
4964 \begin_inset Info
4965 type  "icon"
4966 arg   "inset-modify tabular delete-row"
4967 \end_inset
4968
4969 などや
4970 \family sans
4971 編集\SpecialChar \menuseparator
4972 行と列
4973 \family default
4974 メニューを使用することができます。また、行は
4975 \begin_inset Info
4976 type  "shortcut"
4977 arg   "newline-insert newline"
4978 \end_inset
4979
4980 で作成することもできます。
4981 \end_layout
4982
4983 \begin_layout Standard
4984 \begin_inset VSpace bigskip
4985 \end_inset
4986
4987
4988 \end_layout
4989
4990 \begin_layout Standard
4991
4992 \family sans
4993 装飾
4994 \family default
4995 は、行列の前後に選択した様式の括弧を加えます。他にも括弧は、
4996 \series bold
4997
4998 \backslash
4999 left
5000 \series default
5001
5002 \begin_inset Index idx
5003 status collapsed
5004
5005 \begin_layout Plain Layout
5006 こまんど@コマンド ! L ! 
5007 \backslash
5008 left
5009 \end_layout
5010
5011 \end_inset
5012
5013 コマンドや
5014 \series bold
5015
5016 \backslash
5017 right
5018 \series default
5019
5020 \begin_inset Index idx
5021 status collapsed
5022
5023 \begin_layout Plain Layout
5024 こまんど@コマンド ! R ! 
5025 \backslash
5026 right
5027 \end_layout
5028
5029 \end_inset
5030
5031 コマンドで作成することもできます(
5032 \begin_inset Flex Ruby
5033 status collapsed
5034
5035 \begin_layout Plain Layout
5036 捷径
5037 \begin_inset Argument post:1
5038 status collapsed
5039
5040 \begin_layout Plain Layout
5041 ショートカット
5042 \end_layout
5043
5044 \end_inset
5045
5046
5047 \end_layout
5048
5049 \end_inset
5050
5051
5052 \family sans
5053 Alt+M
5054 \begin_inset space ~
5055 \end_inset
5056
5057 括弧
5058 \family default
5059 )。第
5060 \begin_inset CommandInset ref
5061 LatexCommand ref
5062 reference "sub:自動の括弧丈"
5063
5064 \end_inset
5065
5066 節を参照してください。あるいは、以下のコマンドを使うこともできます。
5067 \begin_inset VSpace medskip
5068 \end_inset
5069
5070
5071 \end_layout
5072
5073 \begin_layout Standard
5074 \begin_inset space \hfill{}
5075 \end_inset
5076
5077
5078 \begin_inset Tabular
5079 <lyxtabular version="3" rows="4" columns="2">
5080 <features rotate="0" tabularvalignment="middle">
5081 <column alignment="center" valignment="top">
5082 <column alignment="center" valignment="top">
5083 <row>
5084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5085 \begin_inset Text
5086
5087 \begin_layout Plain Layout
5088 コマンド
5089 \end_layout
5090
5091 \end_inset
5092 </cell>
5093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5094 \begin_inset Text
5095
5096 \begin_layout Plain Layout
5097 出力
5098 \begin_inset Note Note
5099 status collapsed
5100
5101 \begin_layout Plain Layout
5102 ここで
5103 \series bold
5104
5105 \backslash
5106 raisebox
5107 \series default
5108 はスペーサーとして使用しているだけです。
5109 \end_layout
5110
5111 \end_inset
5112
5113
5114 \end_layout
5115
5116 \end_inset
5117 </cell>
5118 </row>
5119 <row>
5120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5121 \begin_inset Text
5122
5123 \begin_layout Plain Layout
5124
5125 \backslash
5126 bmatrix
5127 \begin_inset space \textvisiblespace{}
5128 \end_inset
5129
5130
5131 \begin_inset Formula $2\times2$
5132 \end_inset
5133
5134 行列
5135 \end_layout
5136
5137 \end_inset
5138 </cell>
5139 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5140 \begin_inset Text
5141
5142 \begin_layout Plain Layout
5143 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5144 0 & \textrm{-}\mathrm{i}\\
5145 \mathrm{i} & 0
5146 \end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5147 \end_inset
5148
5149
5150 \end_layout
5151
5152 \end_inset
5153 </cell>
5154 </row>
5155 <row>
5156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5157 \begin_inset Text
5158
5159 \begin_layout Plain Layout
5160
5161 \backslash
5162 Bmatrix
5163 \begin_inset space \textvisiblespace{}
5164 \end_inset
5165
5166
5167 \begin_inset Formula $2\times2$
5168 \end_inset
5169
5170 行列
5171 \end_layout
5172
5173 \end_inset
5174 </cell>
5175 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5176 \begin_inset Text
5177
5178 \begin_layout Plain Layout
5179 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5180 0 & \textrm{-}\mathrm{i}\\
5181 \mathrm{i} & 0
5182 \end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5183 \end_inset
5184
5185
5186 \end_layout
5187
5188 \end_inset
5189 </cell>
5190 </row>
5191 <row>
5192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5193 \begin_inset Text
5194
5195 \begin_layout Plain Layout
5196
5197 \backslash
5198 pmatrix
5199 \begin_inset space \textvisiblespace{}
5200 \end_inset
5201
5202
5203 \begin_inset Formula $2\times2$
5204 \end_inset
5205
5206 行列
5207 \end_layout
5208
5209 \end_inset
5210 </cell>
5211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5212 \begin_inset Text
5213
5214 \begin_layout Plain Layout
5215 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5216 0 & \textrm{-}\mathrm{i}\\
5217 \mathrm{i} & 0
5218 \end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5219 \end_inset
5220
5221
5222 \end_layout
5223
5224 \end_inset
5225 </cell>
5226 </row>
5227 </lyxtabular>
5228
5229 \end_inset
5230
5231
5232 \begin_inset space \hfill{}
5233 \end_inset
5234
5235
5236 \begin_inset Tabular
5237 <lyxtabular version="3" rows="4" columns="2">
5238 <features rotate="0" tabularvalignment="middle">
5239 <column alignment="center" valignment="top">
5240 <column alignment="center" valignment="top">
5241 <row>
5242 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5243 \begin_inset Text
5244
5245 \begin_layout Plain Layout
5246 コマンド
5247 \end_layout
5248
5249 \end_inset
5250 </cell>
5251 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5252 \begin_inset Text
5253
5254 \begin_layout Plain Layout
5255 出力
5256 \end_layout
5257
5258 \end_inset
5259 </cell>
5260 </row>
5261 <row>
5262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5263 \begin_inset Text
5264
5265 \begin_layout Plain Layout
5266
5267 \backslash
5268 vmatrix
5269 \begin_inset space \textvisiblespace{}
5270 \end_inset
5271
5272
5273 \begin_inset Formula $2\times2$
5274 \end_inset
5275
5276 行列
5277 \end_layout
5278
5279 \end_inset
5280 </cell>
5281 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5282 \begin_inset Text
5283
5284 \begin_layout Plain Layout
5285 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5286 0 & \textrm{-}\mathrm{i}\\
5287 \mathrm{i} & 0
5288 \end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5289 \end_inset
5290
5291
5292 \end_layout
5293
5294 \end_inset
5295 </cell>
5296 </row>
5297 <row>
5298 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5299 \begin_inset Text
5300
5301 \begin_layout Plain Layout
5302
5303 \backslash
5304 Vmatrix
5305 \begin_inset space \textvisiblespace{}
5306 \end_inset
5307
5308
5309 \begin_inset Formula $2\times2$
5310 \end_inset
5311
5312 行列
5313 \end_layout
5314
5315 \end_inset
5316 </cell>
5317 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5318 \begin_inset Text
5319
5320 \begin_layout Plain Layout
5321 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5322 0 & \textrm{-}\mathrm{i}\\
5323 \mathrm{i} & 0
5324 \end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5325 \end_inset
5326
5327
5328 \end_layout
5329
5330 \end_inset
5331 </cell>
5332 </row>
5333 <row>
5334 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5335 \begin_inset Text
5336
5337 \begin_layout Plain Layout
5338
5339 \backslash
5340 matrix
5341 \begin_inset space \textvisiblespace{}
5342 \end_inset
5343
5344
5345 \begin_inset Formula $2\times2$
5346 \end_inset
5347
5348 行列
5349 \end_layout
5350
5351 \end_inset
5352 </cell>
5353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5354 \begin_inset Text
5355
5356 \begin_layout Plain Layout
5357 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5358 0 & \textrm{-}\mathrm{i}\\
5359 \mathrm{i} & 0
5360 \end{array}\end{matrix}\raisebox{-5.3mm}{}$
5361 \end_inset
5362
5363
5364 \end_layout
5365
5366 \end_inset
5367 </cell>
5368 </row>
5369 </lyxtabular>
5370
5371 \end_inset
5372
5373
5374 \begin_inset space \hfill{}
5375 \end_inset
5376
5377
5378 \end_layout
5379
5380 \begin_layout Standard
5381 \begin_inset VSpace medskip
5382 \end_inset
5383
5384 たとえば
5385 \series bold
5386
5387 \backslash
5388 vmatrix
5389 \series default
5390 などを挿入すると、青枠が二つの垂直線のあいだに現れるので、そこに行列を挿入することができます。
5391 \end_layout
5392
5393 \begin_layout Standard
5394 \begin_inset VSpace bigskip
5395 \end_inset
5396
5397 じつは多行数式はすべて行列なので、行列の各列の間隔を変更するには、第
5398 \begin_inset CommandInset ref
5399 LatexCommand ref
5400 reference "sub:列間"
5401
5402 \end_inset
5403
5404 節に説明されている距離
5405 \series bold
5406
5407 \backslash
5408 arraycolsep
5409 \series default
5410
5411 \begin_inset Index idx
5412 status collapsed
5413
5414 \begin_layout Plain Layout
5415 こまんど@コマンド ! A ! 
5416 \backslash
5417 arraycolsep
5418 \end_layout
5419
5420 \end_inset
5421
5422 をここでも使用することができます。
5423 \end_layout
5424
5425 \begin_layout Standard
5426 行間隔を変更するには、
5427 \series bold
5428
5429 \backslash
5430 arraystretch
5431 \series default
5432
5433 \begin_inset Index idx
5434 status collapsed
5435
5436 \begin_layout Plain Layout
5437 こまんど@コマンド ! A ! 
5438 \backslash
5439 arraystretch
5440 \end_layout
5441
5442 \end_inset
5443
5444 コマンドを使用します。以下のようにして使用します。
5445 \end_layout
5446
5447 \begin_layout Standard
5448
5449 \series bold
5450
5451 \backslash
5452 renewcommand{
5453 \backslash
5454 arraystretch}{伸長因子}
5455 \begin_inset Index idx
5456 status collapsed
5457
5458 \begin_layout Plain Layout
5459 こまんど@コマンド ! R ! 
5460 \backslash
5461 renewcommand
5462 \end_layout
5463
5464 \end_inset
5465
5466
5467 \end_layout
5468
5469 \begin_layout Standard
5470
5471 \series bold
5472
5473 \backslash
5474 renewcommand
5475 \series default
5476 コマンドは、伸長因子を定義済みの
5477 \series bold
5478
5479 \backslash
5480 arraystretch
5481 \series default
5482 コマンドに割り当てます。たとえば行間隔を2倍にするには、因子として2を指定して下さい。すると、以降の行列すべてにこれが使用されるようになります。元の間隔に戻すに
5483 は、
5484 \series bold
5485
5486 \backslash
5487 arraystretch
5488 \series default
5489 に因子1を割り当てて下さい。
5490 \end_layout
5491
5492 \begin_layout Standard
5493 本文行中に行列を入れるには、
5494 \series bold
5495
5496 \backslash
5497 smallmatrix
5498 \series default
5499
5500 \begin_inset Index idx
5501 status collapsed
5502
5503 \begin_layout Plain Layout
5504 こまんど@コマンド ! S ! 
5505 \backslash
5506 smallmatrix
5507 \end_layout
5508
5509 \end_inset
5510
5511 コマンドを使います。これを挿入すると、二つの点線に囲まれた青枠が現れます。この枠のなかに行列を入れることができます。
5512 \end_layout
5513
5514 \begin_layout Standard
5515 これは、本文行中の行列
5516 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5517 C & D
5518 \end{smallmatrix}\right)$
5519 \end_inset
5520
5521 です。
5522 \end_layout
5523
5524 \begin_layout Section
5525 括弧と区分記号
5526 \begin_inset Index idx
5527 status collapsed
5528
5529 \begin_layout Plain Layout
5530 かっこ@括弧
5531 \end_layout
5532
5533 \end_inset
5534
5535
5536 \begin_inset Index idx
5537 status collapsed
5538
5539 \begin_layout Plain Layout
5540 くぶんきごう@区分記号
5541 \end_layout
5542
5543 \end_inset
5544
5545
5546 \end_layout
5547
5548 \begin_layout Subsection
5549 垂直括弧と区分記号
5550 \begin_inset Index idx
5551 status collapsed
5552
5553 \begin_layout Plain Layout
5554 かっこ@括弧 ! すいちょく@垂直
5555 \end_layout
5556
5557 \end_inset
5558
5559
5560 \end_layout
5561
5562 \begin_layout Standard
5563 \begin_inset space \hfill{}
5564 \end_inset
5565
5566
5567 \begin_inset Tabular
5568 <lyxtabular version="3" rows="9" columns="2">
5569 <features rotate="0" tabularvalignment="middle">
5570 <column alignment="center" valignment="top" width="0pt">
5571 <column alignment="center" valignment="top" width="0pt">
5572 <row>
5573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5574 \begin_inset Text
5575
5576 \begin_layout Plain Layout
5577 コマンド
5578 \end_layout
5579
5580 \end_inset
5581 </cell>
5582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5583 \begin_inset Text
5584
5585 \begin_layout Plain Layout
5586 出力
5587 \end_layout
5588
5589 \end_inset
5590 </cell>
5591 </row>
5592 <row>
5593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5594 \begin_inset Text
5595
5596 \begin_layout Plain Layout
5597 (
5598 \end_layout
5599
5600 \end_inset
5601 </cell>
5602 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5603 \begin_inset Text
5604
5605 \begin_layout Plain Layout
5606 \begin_inset Formula $($
5607 \end_inset
5608
5609
5610 \end_layout
5611
5612 \end_inset
5613 </cell>
5614 </row>
5615 <row>
5616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5617 \begin_inset Text
5618
5619 \begin_layout Plain Layout
5620 {
5621 \end_layout
5622
5623 \end_inset
5624 </cell>
5625 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5626 \begin_inset Text
5627
5628 \begin_layout Plain Layout
5629 \begin_inset Formula $\{$
5630 \end_inset
5631
5632
5633 \end_layout
5634
5635 \end_inset
5636 </cell>
5637 </row>
5638 <row>
5639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5640 \begin_inset Text
5641
5642 \begin_layout Plain Layout
5643 [
5644 \end_layout
5645
5646 \end_inset
5647 </cell>
5648 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5649 \begin_inset Text
5650
5651 \begin_layout Plain Layout
5652 \begin_inset Formula $[$
5653 \end_inset
5654
5655
5656 \end_layout
5657
5658 \end_inset
5659 </cell>
5660 </row>
5661 <row>
5662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5663 \begin_inset Text
5664
5665 \begin_layout Plain Layout
5666
5667 \backslash
5668 langle
5669 \end_layout
5670
5671 \end_inset
5672 </cell>
5673 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5674 \begin_inset Text
5675
5676 \begin_layout Plain Layout
5677 \begin_inset Formula $\langle$
5678 \end_inset
5679
5680
5681 \end_layout
5682
5683 \end_inset
5684 </cell>
5685 </row>
5686 <row>
5687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5688 \begin_inset Text
5689
5690 \begin_layout Plain Layout
5691
5692 \backslash
5693 lceil
5694 \end_layout
5695
5696 \end_inset
5697 </cell>
5698 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5699 \begin_inset Text
5700
5701 \begin_layout Plain Layout
5702 \begin_inset Formula $\lceil$
5703 \end_inset
5704
5705
5706 \end_layout
5707
5708 \end_inset
5709 </cell>
5710 </row>
5711 <row>
5712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5713 \begin_inset Text
5714
5715 \begin_layout Plain Layout
5716
5717 \backslash
5718 lfloor
5719 \end_layout
5720
5721 \end_inset
5722 </cell>
5723 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5724 \begin_inset Text
5725
5726 \begin_layout Plain Layout
5727 \begin_inset Formula $\lfloor$
5728 \end_inset
5729
5730
5731 \end_layout
5732
5733 \end_inset
5734 </cell>
5735 </row>
5736 <row>
5737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5738 \begin_inset Text
5739
5740 \begin_layout Plain Layout
5741 /
5742 \end_layout
5743
5744 \end_inset
5745 </cell>
5746 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5747 \begin_inset Text
5748
5749 \begin_layout Plain Layout
5750 \begin_inset Formula $/$
5751 \end_inset
5752
5753
5754 \end_layout
5755
5756 \end_inset
5757 </cell>
5758 </row>
5759 <row>
5760 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5761 \begin_inset Text
5762
5763 \begin_layout Plain Layout
5764 \begin_inset Formula $|$
5765 \end_inset
5766
5767
5768 \end_layout
5769
5770 \end_inset
5771 </cell>
5772 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5773 \begin_inset Text
5774
5775 \begin_layout Plain Layout
5776 \begin_inset Formula $|$
5777 \end_inset
5778
5779
5780 \end_layout
5781
5782 \end_inset
5783 </cell>
5784 </row>
5785 </lyxtabular>
5786
5787 \end_inset
5788
5789
5790 \begin_inset space \hfill{}
5791 \end_inset
5792
5793
5794 \begin_inset Tabular
5795 <lyxtabular version="3" rows="9" columns="2">
5796 <features rotate="0" tabularvalignment="middle">
5797 <column alignment="center" valignment="top" width="0pt">
5798 <column alignment="center" valignment="top" width="0pt">
5799 <row>
5800 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5801 \begin_inset Text
5802
5803 \begin_layout Plain Layout
5804 コマンド
5805 \end_layout
5806
5807 \end_inset
5808 </cell>
5809 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5810 \begin_inset Text
5811
5812 \begin_layout Plain Layout
5813 出力
5814 \end_layout
5815
5816 \end_inset
5817 </cell>
5818 </row>
5819 <row>
5820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5821 \begin_inset Text
5822
5823 \begin_layout Plain Layout
5824 )
5825 \end_layout
5826
5827 \end_inset
5828 </cell>
5829 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5830 \begin_inset Text
5831
5832 \begin_layout Plain Layout
5833 \begin_inset Formula $)$
5834 \end_inset
5835
5836
5837 \end_layout
5838
5839 \end_inset
5840 </cell>
5841 </row>
5842 <row>
5843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5844 \begin_inset Text
5845
5846 \begin_layout Plain Layout
5847 }
5848 \end_layout
5849
5850 \end_inset
5851 </cell>
5852 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5853 \begin_inset Text
5854
5855 \begin_layout Plain Layout
5856 \begin_inset Formula $\}$
5857 \end_inset
5858
5859
5860 \end_layout
5861
5862 \end_inset
5863 </cell>
5864 </row>
5865 <row>
5866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5867 \begin_inset Text
5868
5869 \begin_layout Plain Layout
5870 ]
5871 \end_layout
5872
5873 \end_inset
5874 </cell>
5875 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5876 \begin_inset Text
5877
5878 \begin_layout Plain Layout
5879 \begin_inset Formula $]$
5880 \end_inset
5881
5882
5883 \end_layout
5884
5885 \end_inset
5886 </cell>
5887 </row>
5888 <row>
5889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5890 \begin_inset Text
5891
5892 \begin_layout Plain Layout
5893
5894 \backslash
5895 rangle
5896 \end_layout
5897
5898 \end_inset
5899 </cell>
5900 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5901 \begin_inset Text
5902
5903 \begin_layout Plain Layout
5904 \begin_inset Formula $\rangle$
5905 \end_inset
5906
5907
5908 \end_layout
5909
5910 \end_inset
5911 </cell>
5912 </row>
5913 <row>
5914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5915 \begin_inset Text
5916
5917 \begin_layout Plain Layout
5918
5919 \backslash
5920 rceil
5921 \end_layout
5922
5923 \end_inset
5924 </cell>
5925 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5926 \begin_inset Text
5927
5928 \begin_layout Plain Layout
5929 \begin_inset Formula $\rceil$
5930 \end_inset
5931
5932
5933 \end_layout
5934
5935 \end_inset
5936 </cell>
5937 </row>
5938 <row>
5939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5940 \begin_inset Text
5941
5942 \begin_layout Plain Layout
5943
5944 \backslash
5945 rfloor
5946 \end_layout
5947
5948 \end_inset
5949 </cell>
5950 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5951 \begin_inset Text
5952
5953 \begin_layout Plain Layout
5954 \begin_inset Formula $\rfloor$
5955 \end_inset
5956
5957
5958 \end_layout
5959
5960 \end_inset
5961 </cell>
5962 </row>
5963 <row>
5964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5965 \begin_inset Text
5966
5967 \begin_layout Plain Layout
5968
5969 \backslash
5970
5971 \backslash
5972
5973 \end_layout
5974
5975 \end_inset
5976 </cell>
5977 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5978 \begin_inset Text
5979
5980 \begin_layout Plain Layout
5981 \begin_inset Formula $\backslash$
5982 \end_inset
5983
5984
5985 \end_layout
5986
5987 \end_inset
5988 </cell>
5989 </row>
5990 <row>
5991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5992 \begin_inset Text
5993
5994 \begin_layout Plain Layout
5995
5996 \backslash
5997
5998 \begin_inset Formula $|$
5999 \end_inset
6000
6001
6002 \end_layout
6003
6004 \end_inset
6005 </cell>
6006 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6007 \begin_inset Text
6008
6009 \begin_layout Plain Layout
6010 \begin_inset Formula $\|$
6011 \end_inset
6012
6013
6014 \end_layout
6015
6016 \end_inset
6017 </cell>
6018 </row>
6019 </lyxtabular>
6020
6021 \end_inset
6022
6023
6024 \begin_inset space \hfill{}
6025 \end_inset
6026
6027
6028 \end_layout
6029
6030 \begin_layout Standard
6031 \begin_inset Note Greyedout
6032 status open
6033
6034 \begin_layout Plain Layout
6035
6036 \series bold
6037 【註】
6038 \series default
6039 TeXモードでは、
6040 \backslash
6041
6042 \backslash
6043 コマンドはその場所に改行を入れてしまうので、バックスラッシュを入力するには
6044 \series bold
6045
6046 \backslash
6047 textbackslash
6048 \series default
6049
6050 \begin_inset Index idx
6051 status collapsed
6052
6053 \begin_layout Plain Layout
6054 こまんど@コマンド! T ! 
6055 \backslash
6056 textbackslash
6057 \end_layout
6058
6059 \end_inset
6060
6061 を使わなくてはなりません。
6062 \end_layout
6063
6064 \end_inset
6065
6066
6067 \end_layout
6068
6069 \begin_layout Standard
6070 上に列挙した文字すべてについて、以下の二小節で説明されているコマンドを使って、大きさを調整することができます。これらのコマンドを使用するにあたっては、
6071 \series bold
6072
6073 \backslash
6074 langle
6075 \series default
6076
6077 \series bold
6078
6079 \backslash
6080 rangle
6081 \series default
6082 コマンドを使用せずに
6083 \begin_inset Formula $<$
6084 \end_inset
6085
6086
6087 \begin_inset Formula $>$
6088 \end_inset
6089
6090 の文字を直接使用することができます。
6091 \end_layout
6092
6093 \begin_layout Subsubsection
6094 手動の括弧丈
6095 \begin_inset CommandInset label
6096 LatexCommand label
6097 name "sub:手動の括弧丈"
6098
6099 \end_inset
6100
6101
6102 \begin_inset Index idx
6103 status collapsed
6104
6105 \begin_layout Plain Layout
6106 かっこたけ@括弧丈 ! しゅどう@手動
6107 \end_layout
6108
6109 \end_inset
6110
6111
6112 \end_layout
6113
6114 \begin_layout Standard
6115 括弧の丈は、LaTeXコマンドの
6116 \series bold
6117
6118 \backslash
6119 big
6120 \series default
6121
6122 \begin_inset Index idx
6123 status collapsed
6124
6125 \begin_layout Plain Layout
6126 こまんど@コマンド ! B ! 
6127 \backslash
6128 big
6129 \end_layout
6130
6131 \end_inset
6132
6133
6134 \series bold
6135
6136 \backslash
6137 Big
6138 \series default
6139
6140 \series bold
6141
6142 \backslash
6143 bigg
6144 \series default
6145 および
6146 \series bold
6147
6148 \backslash
6149 Bigg
6150 \series default
6151 を使って、手動で指定することができます。
6152 \series bold
6153
6154 \backslash
6155 big
6156 \series default
6157 が最小の大きさであり、
6158 \series bold
6159
6160 \backslash
6161 Bigg
6162 \series default
6163 が最大の括弧丈になります。
6164 \end_layout
6165
6166 \begin_layout Standard
6167 これらのコマンドは、括弧の階層を強調するのに使われます。
6168 \end_layout
6169
6170 \begin_layout Standard
6171 \align center
6172 \begin_inset Tabular
6173 <lyxtabular version="3" rows="2" columns="2">
6174 <features rotate="0" tabularvalignment="middle">
6175 <column alignment="center" valignment="top" width="0pt">
6176 <column alignment="center" valignment="top" width="0pt">
6177 <row>
6178 <cell alignment="center" valignment="top" usebox="none">
6179 \begin_inset Text
6180
6181 \begin_layout Plain Layout
6182 すべての括弧が同じ大きさ:
6183 \end_layout
6184
6185 \end_inset
6186 </cell>
6187 <cell alignment="center" valignment="top" usebox="none">
6188 \begin_inset Text
6189
6190 \begin_layout Plain Layout
6191 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox{-4mm}{}$
6192 \end_inset
6193
6194
6195 \end_layout
6196
6197 \end_inset
6198 </cell>
6199 </row>
6200 <row>
6201 <cell alignment="center" valignment="top" usebox="none">
6202 \begin_inset Text
6203
6204 \begin_layout Plain Layout
6205 こちらの方が良い:
6206 \end_layout
6207
6208 \end_inset
6209 </cell>
6210 <cell alignment="center" valignment="top" usebox="none">
6211 \begin_inset Text
6212
6213 \begin_layout Plain Layout
6214 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6215 \end_inset
6216
6217
6218 \end_layout
6219
6220 \end_inset
6221 </cell>
6222 </row>
6223 </lyxtabular>
6224
6225 \end_inset
6226
6227
6228 \begin_inset Note Note
6229 status collapsed
6230
6231 \begin_layout Plain Layout
6232 ここで
6233 \series bold
6234
6235 \backslash
6236 raisebox
6237 \series default
6238 はスペーサーとして使用しているだけです。
6239 \end_layout
6240
6241 \end_inset
6242
6243
6244 \end_layout
6245
6246 \begin_layout Standard
6247 二つ目の数式では、
6248 \series bold
6249
6250 \backslash
6251 Big((A+B)(A-B)
6252 \backslash
6253 Big)^
6254 \begin_inset space \textvisiblespace{}
6255 \end_inset
6256
6257 C
6258 \series default
6259 というコマンドが使われています。
6260 \end_layout
6261
6262 \begin_layout Standard
6263 以下は、すべての括弧丈の羅列です。
6264 \end_layout
6265
6266 \begin_layout Standard
6267 \align center
6268
6269 \backslash
6270 Bigg(
6271 \backslash
6272 exp
6273 \backslash
6274 bigg
6275 \begin_inset Formula $<$
6276 \end_inset
6277
6278
6279 \backslash
6280 Big[
6281 \backslash
6282 big{
6283 \backslash
6284 ln(3x)
6285 \backslash
6286 big}^2
6287 \begin_inset space \textvisiblespace{}
6288 \end_inset
6289
6290
6291 \backslash
6292 sin(x)
6293 \backslash
6294 Big]^
6295 \begin_inset space \textvisiblespace{}
6296 \end_inset
6297
6298 A
6299 \begin_inset space \textvisiblespace{}
6300 \end_inset
6301
6302
6303 \backslash
6304 bigg
6305 \begin_inset Formula $>$
6306 \end_inset
6307
6308
6309 \backslash
6310 Bigg)^0,5
6311 \end_layout
6312
6313 \begin_layout Standard
6314 \align center
6315 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6316 \end_inset
6317
6318
6319 \end_layout
6320
6321 \begin_layout Standard
6322
6323 \series bold
6324
6325 \backslash
6326 big
6327 \series default
6328 型コマンドの他に、括弧と中身のあいだにもう少し空白を加える
6329 \series bold
6330
6331 \backslash
6332 bigm
6333 \series default
6334
6335 \begin_inset Index idx
6336 status collapsed
6337
6338 \begin_layout Plain Layout
6339 こまんど@コマンド ! B ! 
6340 \backslash
6341 bigm
6342 \end_layout
6343
6344 \end_inset
6345
6346 という派生型と、空白を追加しない
6347 \series bold
6348
6349 \backslash
6350 bigl
6351 \series default
6352 -
6353 \series bold
6354
6355 \backslash
6356 bigr
6357 \series default
6358
6359 \begin_inset Index idx
6360 status collapsed
6361
6362 \begin_layout Plain Layout
6363 こまんど@コマンド ! B ! 
6364 \backslash
6365 bigl - 
6366 \backslash
6367 bigr
6368 \end_layout
6369
6370 \end_inset
6371
6372 派生型があります。
6373 \series bold
6374
6375 \backslash
6376 bigl
6377 \series default
6378 コマンドの最後の
6379 \emph on
6380 l
6381 \emph default
6382 は、左括弧であることを示し、右括弧の場合には、
6383 \emph on
6384 l
6385 \emph default
6386 の代わりに
6387 \emph on
6388 r
6389 \emph default
6390 を用います。左括弧と右括弧は、それぞれ括弧の開始と終了に用いられます。
6391 \end_layout
6392
6393 \begin_layout Standard
6394 以下の表は、これらの派生型の比較です。
6395 \end_layout
6396
6397 \begin_layout Standard
6398 \align center
6399 \begin_inset Tabular
6400 <lyxtabular version="3" rows="5" columns="2">
6401 <features rotate="0" tabularvalignment="middle">
6402 <column alignment="center" valignment="middle">
6403 <column alignment="center" valignment="middle">
6404 <row>
6405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6406 \begin_inset Text
6407
6408 \begin_layout Plain Layout
6409 コマンド
6410 \end_layout
6411
6412 \end_inset
6413 </cell>
6414 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6415 \begin_inset Text
6416
6417 \begin_layout Plain Layout
6418 出力
6419 \begin_inset Note Note
6420 status collapsed
6421
6422 \begin_layout Plain Layout
6423 ここで
6424 \series bold
6425
6426 \backslash
6427 raisebox
6428 \series default
6429 はスペーサーとして使用しているだけです。
6430 \end_layout
6431
6432 \end_inset
6433
6434
6435 \end_layout
6436
6437 \end_inset
6438 </cell>
6439 </row>
6440 <row>
6441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6442 \begin_inset Text
6443
6444 \begin_layout Plain Layout
6445
6446 \backslash
6447 Bigm(
6448 \backslash
6449 bigm(
6450 \backslash
6451 ln(3x)
6452 \backslash
6453 bigm)^2
6454 \series bold
6455
6456 \begin_inset space \textvisiblespace{}
6457 \end_inset
6458
6459
6460 \series default
6461
6462 \backslash
6463 Bigm)
6464 \end_layout
6465
6466 \end_inset
6467 </cell>
6468 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6469 \begin_inset Text
6470
6471 \begin_layout Plain Layout
6472 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6473 \end_inset
6474
6475
6476 \end_layout
6477
6478 \end_inset
6479 </cell>
6480 </row>
6481 <row>
6482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6483 \begin_inset Text
6484
6485 \begin_layout Plain Layout
6486
6487 \backslash
6488 Big(
6489 \backslash
6490 big(
6491 \backslash
6492 ln(3x)
6493 \backslash
6494 big)^2
6495 \series bold
6496
6497 \begin_inset space \textvisiblespace{}
6498 \end_inset
6499
6500
6501 \series default
6502
6503 \backslash
6504 Big)
6505 \end_layout
6506
6507 \end_inset
6508 </cell>
6509 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6510 \begin_inset Text
6511
6512 \begin_layout Plain Layout
6513 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
6514 \end_inset
6515
6516
6517 \end_layout
6518
6519 \end_inset
6520 </cell>
6521 </row>
6522 <row>
6523 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6524 \begin_inset Text
6525
6526 \begin_layout Plain Layout
6527
6528 \backslash
6529 Bigl(
6530 \backslash
6531 bigl(
6532 \backslash
6533 ln(3x)
6534 \backslash
6535 bigr)^2
6536 \series bold
6537
6538 \begin_inset space \textvisiblespace{}
6539 \end_inset
6540
6541
6542 \series default
6543
6544 \backslash
6545 Bigr)
6546 \end_layout
6547
6548 \end_inset
6549 </cell>
6550 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6551 \begin_inset Text
6552
6553 \begin_layout Plain Layout
6554 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.25mm}{}$
6555 \end_inset
6556
6557
6558 \end_layout
6559
6560 \end_inset
6561 </cell>
6562 </row>
6563 <row>
6564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6565 \begin_inset Text
6566
6567 \begin_layout Plain Layout
6568
6569 \backslash
6570 bigl)
6571 \backslash
6572 ln(3x)
6573 \backslash
6574 bigr(
6575 \end_layout
6576
6577 \end_inset
6578 </cell>
6579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6580 \begin_inset Text
6581
6582 \begin_layout Plain Layout
6583 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
6584 \end_inset
6585
6586
6587 \end_layout
6588
6589 \end_inset
6590 </cell>
6591 </row>
6592 </lyxtabular>
6593
6594 \end_inset
6595
6596
6597 \end_layout
6598
6599 \begin_layout Subsubsection
6600 自動の括弧丈
6601 \begin_inset CommandInset label
6602 LatexCommand label
6603 name "sub:自動の括弧丈"
6604
6605 \end_inset
6606
6607
6608 \begin_inset Index idx
6609 status collapsed
6610
6611 \begin_layout Plain Layout
6612 かっこたけ@括弧丈 ! じどう@自動
6613 \end_layout
6614
6615 \end_inset
6616
6617
6618 \end_layout
6619
6620 \begin_layout Standard
6621 可変の丈を持つ括弧は、
6622 \series bold
6623
6624 \backslash
6625 left
6626 \series default
6627
6628 \begin_inset Index idx
6629 status collapsed
6630
6631 \begin_layout Plain Layout
6632 こまんど@コマンド ! L ! 
6633 \backslash
6634 left
6635 \end_layout
6636
6637 \end_inset
6638
6639 コマンドおよび
6640 \series bold
6641
6642 \backslash
6643 right
6644 \series default
6645
6646 \begin_inset Index idx
6647 status collapsed
6648
6649 \begin_layout Plain Layout
6650 こまんど@コマンド ! R ! 
6651 \backslash
6652 right
6653 \end_layout
6654
6655 \end_inset
6656
6657 コマンド、あるいは数式ツールバーボタンの
6658 \begin_inset Info
6659 type  "icon"
6660 arg   "dialog-show mathdelimiter"
6661 \end_inset
6662
6663 で挿入することができます。
6664 \series bold
6665
6666 \backslash
6667 left
6668 \series default
6669 および
6670 \series bold
6671
6672 \backslash
6673 right
6674 \series default
6675 の直後には、必要とする括弧を挿入しなくてはなりません。すると、括弧丈は出力時に自動的に計算されます。
6676 \end_layout
6677
6678 \begin_layout Standard
6679 \align center
6680 通常の括弧:
6681 \series bold
6682
6683 \backslash
6684 ln(
6685 \backslash
6686 frac
6687 \begin_inset space \textvisiblespace{}
6688 \end_inset
6689
6690 A
6691 \begin_inset Formula $\downarrow$
6692 \end_inset
6693
6694 C
6695 \begin_inset space \textvisiblespace{}
6696 \end_inset
6697
6698 )
6699 \series default
6700 というコマンドは
6701 \begin_inset Formula 
6702 \[
6703 \ln(\frac{A}{C})
6704 \]
6705
6706 \end_inset
6707
6708 を生成します。
6709 \end_layout
6710
6711 \begin_layout Standard
6712 \align center
6713 複数行の括弧:
6714 \series bold
6715
6716 \backslash
6717 ln
6718 \backslash
6719 left(
6720 \backslash
6721 frac
6722 \begin_inset space \textvisiblespace{}
6723 \end_inset
6724
6725 A
6726 \begin_inset Formula $\downarrow$
6727 \end_inset
6728
6729 C
6730 \begin_inset space \textvisiblespace{}
6731 \end_inset
6732
6733
6734 \backslash
6735 right)
6736 \series default
6737 というコマンドは
6738 \begin_inset Formula 
6739 \[
6740 \ln\left(\frac{A}{C}\right)
6741 \]
6742
6743 \end_inset
6744
6745 を生成します。
6746 \end_layout
6747
6748 \begin_layout Standard
6749
6750 \series bold
6751
6752 \backslash
6753 left
6754 \series default
6755
6756 \series bold
6757
6758 \backslash
6759 right
6760 \series default
6761 の代わりに、
6762 \begin_inset Flex Ruby
6763 status collapsed
6764
6765 \begin_layout Plain Layout
6766 捷径
6767 \begin_inset Argument post:1
6768 status collapsed
6769
6770 \begin_layout Plain Layout
6771 ショートカット
6772 \end_layout
6773
6774 \end_inset
6775
6776
6777 \end_layout
6778
6779 \end_inset
6780
6781
6782 \family sans
6783 Alt+M
6784 \begin_inset space ~
6785 \end_inset
6786
6787 括弧
6788 \family default
6789 を使うこともできます。これを使うと、LyX中で即座に実際の括弧丈を確認することができるという利点と、対応する右括弧も生成されるという利点があります。
6790 \begin_inset Newline newline
6791 \end_inset
6792
6793 すると、先ほどの例を作るコマンドは
6794 \series bold
6795
6796 \backslash
6797 ln Alt+M
6798 \series default
6799  
6800 \series bold
6801 (
6802 \backslash
6803 frac
6804 \begin_inset space \textvisiblespace{}
6805 \end_inset
6806
6807 A
6808 \begin_inset Formula $\downarrow$
6809 \end_inset
6810
6811 C
6812 \series default
6813 となります。
6814 \end_layout
6815
6816 \begin_layout Standard
6817 左括弧あるいは右括弧を省略するには、ドットを挿入します。たとえば、
6818 \series bold
6819
6820 \backslash
6821 left.
6822 \backslash
6823 frac
6824 \begin_inset space \textvisiblespace{}
6825 \end_inset
6826
6827 A
6828 \begin_inset Formula $\downarrow$
6829 \end_inset
6830
6831 B
6832 \begin_inset space \textvisiblespace{}
6833 \end_inset
6834
6835
6836 \backslash
6837 right}
6838 \series default
6839 というコマンドは
6840 \series bold
6841
6842 \begin_inset Formula 
6843 \[
6844 \left.\frac{A}{B}\right\} 
6845 \]
6846
6847 \end_inset
6848
6849
6850 \series default
6851 を生成します。
6852 \series bold
6853
6854 \backslash
6855 left
6856 \series default
6857 コマンドおよび
6858 \series bold
6859
6860 \backslash
6861 right
6862 \series default
6863 コマンドは、文書が再度読み込まれたときには、LyXによって正しい丈の括弧に変換され、省略された括弧は、点線として表示されます。
6864 \end_layout
6865
6866 \begin_layout Standard
6867 \begin_inset VSpace bigskip
6868 \end_inset
6869
6870 著名なLaTeX頒布版は、すべてLaTeXの拡張であるeTeXを使用しているので、これらの頒布版では、すべての括弧および極限に対して
6871 \series bold
6872
6873 \backslash
6874 middle
6875 \series default
6876
6877 \begin_inset Index idx
6878 status collapsed
6879
6880 \begin_layout Plain Layout
6881 こまんど@コマンド ! M ! 
6882 \backslash
6883 middle
6884 \end_layout
6885
6886 \end_inset
6887
6888 コマンドも使用することができます
6889 \begin_inset Foot
6890 status collapsed
6891
6892 \begin_layout Plain Layout
6893
6894 \series bold
6895 (訳註)
6896 \series default
6897 pLaTeXでは、標準では
6898 \series bold
6899
6900 \backslash
6901 middle
6902 \series default
6903 コマンドは使えません。よって、以下の例では「
6904 \series bold
6905
6906 \backslash
6907 middle
6908 \series default
6909
6910 \begin_inset Formula $|$
6911 \end_inset
6912
6913 」の代わりに「
6914 \series bold
6915
6916 \backslash
6917 biggm
6918 \series default
6919
6920 \begin_inset Formula $|$
6921 \end_inset
6922
6923 」を用いています。
6924 \end_layout
6925
6926 \end_inset
6927
6928 。このコマンドでは、物理ベクトル
6929 \begin_inset Formula 
6930 \[
6931 \left\langle \phi\:\biggm|\: J=\frac{3}{2}\,,\, M_{J}\right\rangle 
6932 \]
6933
6934 \end_inset
6935
6936 で必要とされるように、次に続く文字の高さは、囲まれる括弧の高さに調節されます。物理ベクトルに関しては、第
6937 \begin_inset CommandInset ref
6938 LatexCommand ref
6939 reference "sub:物理ベクトル"
6940
6941 \end_inset
6942
6943 節に説明されているように特殊なLaTeXパッケージがあります。
6944 \end_layout
6945
6946 \begin_layout Subsection
6947 水平括弧
6948 \begin_inset Index idx
6949 status collapsed
6950
6951 \begin_layout Plain Layout
6952 かっこ@括弧 ! すいへい@水平
6953 \end_layout
6954
6955 \end_inset
6956
6957
6958 \end_layout
6959
6960 \begin_layout Standard
6961 \align center
6962 \begin_inset Tabular
6963 <lyxtabular version="3" rows="4" columns="2">
6964 <features rotate="0" tabularvalignment="middle">
6965 <column alignment="center" valignment="top" width="0pt">
6966 <column alignment="center" valignment="top" width="0pt">
6967 <row>
6968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6969 \begin_inset Text
6970
6971 \begin_layout Plain Layout
6972 コマンド
6973 \begin_inset Note Note
6974 status collapsed
6975
6976 \begin_layout Plain Layout
6977 ここで
6978 \series bold
6979
6980 \backslash
6981 raisebox
6982 \series default
6983 はスペーサーとして使用しているだけです。
6984 \end_layout
6985
6986 \end_inset
6987
6988
6989 \end_layout
6990
6991 \end_inset
6992 </cell>
6993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6994 \begin_inset Text
6995
6996 \begin_layout Plain Layout
6997 出力
6998 \end_layout
6999
7000 \end_inset
7001 </cell>
7002 </row>
7003 <row>
7004 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7005 \begin_inset Text
7006
7007 \begin_layout Plain Layout
7008 \begin_inset ERT
7009 status collapsed
7010
7011 \begin_layout Plain Layout
7012
7013
7014 \backslash
7015 raisebox{2.3mm}{
7016 \end_layout
7017
7018 \end_inset
7019
7020
7021 \backslash
7022 overbrace
7023 \begin_inset space \textvisiblespace{}
7024 \end_inset
7025
7026 A+B
7027 \begin_inset space \textvisiblespace{}
7028 \end_inset
7029
7030 ^
7031 \begin_inset space \textvisiblespace{}
7032 \end_inset
7033
7034 3
7035 \begin_inset ERT
7036 status collapsed
7037
7038 \begin_layout Plain Layout
7039
7040 }
7041 \end_layout
7042
7043 \end_inset
7044
7045
7046 \begin_inset Index idx
7047 status collapsed
7048
7049 \begin_layout Plain Layout
7050 こまんど@コマンド ! O ! 
7051 \backslash
7052 overbrace
7053 \end_layout
7054
7055 \end_inset
7056
7057
7058 \end_layout
7059
7060 \end_inset
7061 </cell>
7062 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7063 \begin_inset Text
7064
7065 \begin_layout Plain Layout
7066 \begin_inset Formula $\overbrace{A+B}^{3}$
7067 \end_inset
7068
7069
7070 \end_layout
7071
7072 \end_inset
7073 </cell>
7074 </row>
7075 <row>
7076 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7077 \begin_inset Text
7078
7079 \begin_layout Plain Layout
7080 \begin_inset ERT
7081 status collapsed
7082
7083 \begin_layout Plain Layout
7084
7085
7086 \backslash
7087 raisebox{-2.2mm}{
7088 \end_layout
7089
7090 \end_inset
7091
7092
7093 \backslash
7094 underbrace
7095 \begin_inset space \textvisiblespace{}
7096 \end_inset
7097
7098 A+B
7099 \begin_inset space \textvisiblespace{}
7100 \end_inset
7101
7102 _5
7103 \begin_inset ERT
7104 status collapsed
7105
7106 \begin_layout Plain Layout
7107
7108 }
7109 \end_layout
7110
7111 \end_inset
7112
7113
7114 \begin_inset Index idx
7115 status collapsed
7116
7117 \begin_layout Plain Layout
7118 こまんど@コマンド ! U ! 
7119 \backslash
7120 underbrace
7121 \end_layout
7122
7123 \end_inset
7124
7125
7126 \end_layout
7127
7128 \end_inset
7129 </cell>
7130 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7131 \begin_inset Text
7132
7133 \begin_layout Plain Layout
7134 \begin_inset Formula $\underbrace{A+B}_{5}$
7135 \end_inset
7136
7137
7138 \end_layout
7139
7140 \end_inset
7141 </cell>
7142 </row>
7143 <row>
7144 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7145 \begin_inset Text
7146
7147 \begin_layout Plain Layout
7148
7149 \backslash
7150 overbrace
7151 \begin_inset space \textvisiblespace{}
7152 \end_inset
7153
7154
7155 \backslash
7156 underbrace
7157 \begin_inset space \textvisiblespace{}
7158 \end_inset
7159
7160 A+B_w
7161 \begin_inset space \textvisiblespace{}
7162 \end_inset
7163
7164
7165 \begin_inset space \textvisiblespace{}
7166 \end_inset
7167
7168 _7
7169 \begin_inset space \textvisiblespace{}
7170 \end_inset
7171
7172
7173 \begin_inset space \textvisiblespace{}
7174 \end_inset
7175
7176 ^
7177 \begin_inset space \textvisiblespace{}
7178 \end_inset
7179
7180 C
7181 \end_layout
7182
7183 \end_inset
7184 </cell>
7185 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7186 \begin_inset Text
7187
7188 \begin_layout Plain Layout
7189 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7190 \end_inset
7191
7192
7193 \end_layout
7194
7195 \end_inset
7196 </cell>
7197 </row>
7198 </lyxtabular>
7199
7200 \end_inset
7201
7202
7203 \end_layout
7204
7205 \begin_layout Standard
7206 最後の例では、
7207 \series bold
7208
7209 \backslash
7210 overbrace
7211 \series default
7212 が先に挿入されようが
7213 \series bold
7214
7215 \backslash
7216 underbrace
7217 \series default
7218 が先に挿入されようが代わりはありません。
7219 \end_layout
7220
7221 \begin_layout Standard
7222 \begin_inset VSpace bigskip
7223 \end_inset
7224
7225 括弧をお互いに重ねる必要がある場合には、第
7226 \begin_inset CommandInset ref
7227 LatexCommand ref
7228 reference "sec:多行数式"
7229
7230 \end_inset
7231
7232 節に説明されているように、次のような多行数式を使わなくてはなりません。
7233 \begin_inset Formula 
7234 \begin{eqnarray*}
7235 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7236  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7237 \end{eqnarray*}
7238
7239 \end_inset
7240
7241 一行目には、数式が一つめの括弧とともに挿入されています。ここで、空白コマンド
7242 \begin_inset Foot
7243 status collapsed
7244
7245 \begin_layout Plain Layout
7246 空白コマンドは第
7247 \begin_inset CommandInset ref
7248 LatexCommand ref
7249 reference "sub:定義済みの空白"
7250
7251 \end_inset
7252
7253 章に説明があります。
7254 \end_layout
7255
7256 \end_inset
7257
7258
7259 \series bold
7260
7261 \backslash
7262 :
7263 \series default
7264 を最初の
7265 \begin_inset Formula $d$
7266 \end_inset
7267
7268 の前に挿入しておくことが重要です。さもないと、
7269 \begin_inset Formula $q$
7270 \end_inset
7271
7272 の後ろで終わる括弧のせいで、直後の「+」の周りに正しく空白が入ることが妨げられてしまう
7273 \begin_inset Foot
7274 status collapsed
7275
7276 \begin_layout Plain Layout
7277 これは、括弧が文字として取り扱われないためです。第
7278 \begin_inset CommandInset ref
7279 LatexCommand ref
7280 reference "sub:二項演算子"
7281
7282 \end_inset
7283
7284 章参照。
7285 \end_layout
7286
7287 \end_inset
7288
7289 ためです。二行目には、二つめの括弧が挿入されています。
7290 \begin_inset Formula $b$
7291 \end_inset
7292
7293 の直前から始まるようにするために、まず
7294 \series bold
7295
7296 \backslash
7297 hphantom{gggg+
7298 \backslash
7299 :}
7300 \series default
7301 というコマンド
7302 \begin_inset Foot
7303 status collapsed
7304
7305 \begin_layout Plain Layout
7306
7307 \series bold
7308
7309 \backslash
7310 hphantom
7311 \series default
7312 に関する詳細は、第
7313 \begin_inset CommandInset ref
7314 LatexCommand ref
7315 reference "sub:埋め草"
7316
7317 \end_inset
7318
7319 章を参照してください。
7320 \end_layout
7321
7322 \end_inset
7323
7324 が挿入されています。この数式中の「+」も空白で囲まれるようにするために、この空白コマンドが必要になっています。二つめの括弧は
7325 \series bold
7326
7327 \backslash
7328 hphantom{bbqq+dddd}
7329 \series default
7330 コマンドの下に置きます。
7331 \end_layout
7332
7333 \begin_layout Standard
7334 以下の例のように、括弧が反対側に重なる場合には、もっと複雑になります。
7335 \begin_inset ERT
7336 status collapsed
7337
7338 \begin_layout Plain Layout
7339
7340
7341 \backslash
7342 setlength{
7343 \backslash
7344 jot}{-6pt}
7345 \end_layout
7346
7347 \end_inset
7348
7349
7350 \begin_inset Formula 
7351 \begin{eqnarray*}
7352  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7353 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd
7354 \end{eqnarray*}
7355
7356 \end_inset
7357
7358
7359 \begin_inset ERT
7360 status collapsed
7361
7362 \begin_layout Plain Layout
7363
7364
7365 \backslash
7366 setlength{
7367 \backslash
7368 jot}{3pt}
7369 \end_layout
7370
7371 \end_inset
7372
7373 最初の数式行は、括弧が上に来ていること以外は、先の例の第二行と同じです。二行目には、二つめの括弧と一緒に数式が入っています。一行目の括弧と数式のあいだに余白が入
7374 ることを防ぐために、行間を減らさなくてはならないのですが、これはLyXのバグ
7375 \begin_inset Foot
7376 status collapsed
7377
7378 \begin_layout Plain Layout
7379 \begin_inset CommandInset href
7380 LatexCommand href
7381 name "LyX-bug #1505"
7382 target "http://www.lyx.org/trac/ticket/1505"
7383
7384 \end_inset
7385
7386
7387 \end_layout
7388
7389 \end_inset
7390
7391 のせいで簡単にはできません。この問題を回避するためには、数式直前にTeXモードで
7392 \series bold
7393 setlength{
7394 \backslash
7395 jot}{-6pt}
7396 \series default
7397 というコマンドを入れて、大域的な数式行間
7398 \series bold
7399
7400 \backslash
7401 jot
7402 \series default
7403
7404 \begin_inset Index idx
7405 status collapsed
7406
7407 \begin_layout Plain Layout
7408 こまんど@コマンド ! J ! 
7409 \backslash
7410 jot
7411 \end_layout
7412
7413 \end_inset
7414
7415 を-6
7416 \begin_inset space \thinspace{}
7417 \end_inset
7418
7419 ptに変更しなくてはなりません。
7420 \series bold
7421
7422 \backslash
7423 jot
7424 \series default
7425 は、数式直後に同様のコマンドを使って標準値の3
7426 \begin_inset space \thinspace{}
7427 \end_inset
7428
7429 ptに戻します。数式中の行間について、詳しくは第
7430 \begin_inset CommandInset ref
7431 LatexCommand ref
7432 reference "sub:行間"
7433
7434 \end_inset
7435
7436 章に説明があります。
7437 \end_layout
7438
7439 \begin_layout Section
7440 矢印
7441 \begin_inset Index idx
7442 status collapsed
7443
7444 \begin_layout Plain Layout
7445 やじるし@矢印
7446 \end_layout
7447
7448 \end_inset
7449
7450
7451 \end_layout
7452
7453 \begin_layout Standard
7454 矢印は、数式ツールバーボタンの
7455 \begin_inset Info
7456 type  "icon"
7457 arg   "math-insert \\leftarrow"
7458 \end_inset
7459
7460 か、以下の各小節に列挙してあるコマンドで挿入することができます。
7461 \end_layout
7462
7463 \begin_layout Subsection
7464 水平矢印
7465 \begin_inset Index idx
7466 status collapsed
7467
7468 \begin_layout Plain Layout
7469 やじるし@矢印 ! すいへい@水平
7470 \end_layout
7471
7472 \end_inset
7473
7474
7475 \end_layout
7476
7477 \begin_layout Standard
7478 \begin_inset space \hfill{}
7479 \end_inset
7480
7481
7482 \begin_inset Tabular
7483 <lyxtabular version="3" rows="8" columns="2">
7484 <features rotate="0" tabularvalignment="middle">
7485 <column alignment="center" valignment="top" width="0pt">
7486 <column alignment="center" valignment="top" width="0pt">
7487 <row>
7488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7489 \begin_inset Text
7490
7491 \begin_layout Plain Layout
7492 コマンド
7493 \end_layout
7494
7495 \end_inset
7496 </cell>
7497 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7498 \begin_inset Text
7499
7500 \begin_layout Plain Layout
7501 出力
7502 \end_layout
7503
7504 \end_inset
7505 </cell>
7506 </row>
7507 <row>
7508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7509 \begin_inset Text
7510
7511 \begin_layout Plain Layout
7512
7513 \backslash
7514 gets
7515 \end_layout
7516
7517 \end_inset
7518 </cell>
7519 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7520 \begin_inset Text
7521
7522 \begin_layout Plain Layout
7523 \begin_inset Formula $\gets$
7524 \end_inset
7525
7526
7527 \end_layout
7528
7529 \end_inset
7530 </cell>
7531 </row>
7532 <row>
7533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7534 \begin_inset Text
7535
7536 \begin_layout Plain Layout
7537
7538 \backslash
7539 Leftarrow
7540 \end_layout
7541
7542 \end_inset
7543 </cell>
7544 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7545 \begin_inset Text
7546
7547 \begin_layout Plain Layout
7548 \begin_inset Formula $\Leftarrow$
7549 \end_inset
7550
7551
7552 \end_layout
7553
7554 \end_inset
7555 </cell>
7556 </row>
7557 <row>
7558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7559 \begin_inset Text
7560
7561 \begin_layout Plain Layout
7562
7563 \backslash
7564 longleftarrow
7565 \end_layout
7566
7567 \end_inset
7568 </cell>
7569 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7570 \begin_inset Text
7571
7572 \begin_layout Plain Layout
7573 \begin_inset Formula $\longleftarrow$
7574 \end_inset
7575
7576
7577 \end_layout
7578
7579 \end_inset
7580 </cell>
7581 </row>
7582 <row>
7583 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7584 \begin_inset Text
7585
7586 \begin_layout Plain Layout
7587
7588 \backslash
7589 Longleftarrow
7590 \end_layout
7591
7592 \end_inset
7593 </cell>
7594 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7595 \begin_inset Text
7596
7597 \begin_layout Plain Layout
7598 \begin_inset Formula $\Longleftarrow$
7599 \end_inset
7600
7601
7602 \end_layout
7603
7604 \end_inset
7605 </cell>
7606 </row>
7607 <row>
7608 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7609 \begin_inset Text
7610
7611 \begin_layout Plain Layout
7612
7613 \backslash
7614 leftharpoonup
7615 \end_layout
7616
7617 \end_inset
7618 </cell>
7619 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7620 \begin_inset Text
7621
7622 \begin_layout Plain Layout
7623 \begin_inset Formula $\leftharpoonup$
7624 \end_inset
7625
7626
7627 \end_layout
7628
7629 \end_inset
7630 </cell>
7631 </row>
7632 <row>
7633 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7634 \begin_inset Text
7635
7636 \begin_layout Plain Layout
7637
7638 \backslash
7639 leftharpoondown
7640 \end_layout
7641
7642 \end_inset
7643 </cell>
7644 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7645 \begin_inset Text
7646
7647 \begin_layout Plain Layout
7648 \begin_inset Formula $\leftharpoondown$
7649 \end_inset
7650
7651
7652 \end_layout
7653
7654 \end_inset
7655 </cell>
7656 </row>
7657 <row>
7658 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7659 \begin_inset Text
7660
7661 \begin_layout Plain Layout
7662
7663 \backslash
7664 hookleftarrow
7665 \end_layout
7666
7667 \end_inset
7668 </cell>
7669 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7670 \begin_inset Text
7671
7672 \begin_layout Plain Layout
7673 \begin_inset Formula $\hookleftarrow$
7674 \end_inset
7675
7676
7677 \end_layout
7678
7679 \end_inset
7680 </cell>
7681 </row>
7682 </lyxtabular>
7683
7684 \end_inset
7685
7686
7687 \begin_inset space \hfill{}
7688 \end_inset
7689
7690
7691 \begin_inset Tabular
7692 <lyxtabular version="3" rows="8" columns="2">
7693 <features rotate="0" tabularvalignment="middle">
7694 <column alignment="center" valignment="top" width="0pt">
7695 <column alignment="center" valignment="top" width="0pt">
7696 <row>
7697 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7698 \begin_inset Text
7699
7700 \begin_layout Plain Layout
7701 コマンド
7702 \end_layout
7703
7704 \end_inset
7705 </cell>
7706 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7707 \begin_inset Text
7708
7709 \begin_layout Plain Layout
7710 出力
7711 \end_layout
7712
7713 \end_inset
7714 </cell>
7715 </row>
7716 <row>
7717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7718 \begin_inset Text
7719
7720 \begin_layout Plain Layout
7721
7722 \backslash
7723 to
7724 \end_layout
7725
7726 \end_inset
7727 </cell>
7728 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7729 \begin_inset Text
7730
7731 \begin_layout Plain Layout
7732 \begin_inset Formula $\to$
7733 \end_inset
7734
7735
7736 \end_layout
7737
7738 \end_inset
7739 </cell>
7740 </row>
7741 <row>
7742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7743 \begin_inset Text
7744
7745 \begin_layout Plain Layout
7746
7747 \backslash
7748 Rightarrow
7749 \end_layout
7750
7751 \end_inset
7752 </cell>
7753 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7754 \begin_inset Text
7755
7756 \begin_layout Plain Layout
7757 \begin_inset Formula $\Rightarrow$
7758 \end_inset
7759
7760
7761 \end_layout
7762
7763 \end_inset
7764 </cell>
7765 </row>
7766 <row>
7767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7768 \begin_inset Text
7769
7770 \begin_layout Plain Layout
7771
7772 \backslash
7773 longrightarrow
7774 \end_layout
7775
7776 \end_inset
7777 </cell>
7778 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7779 \begin_inset Text
7780
7781 \begin_layout Plain Layout
7782 \begin_inset Formula $\longrightarrow$
7783 \end_inset
7784
7785
7786 \end_layout
7787
7788 \end_inset
7789 </cell>
7790 </row>
7791 <row>
7792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7793 \begin_inset Text
7794
7795 \begin_layout Plain Layout
7796
7797 \backslash
7798 Longrightarrow
7799 \end_layout
7800
7801 \end_inset
7802 </cell>
7803 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7804 \begin_inset Text
7805
7806 \begin_layout Plain Layout
7807 \begin_inset Formula $\Longrightarrow$
7808 \end_inset
7809
7810
7811 \end_layout
7812
7813 \end_inset
7814 </cell>
7815 </row>
7816 <row>
7817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7818 \begin_inset Text
7819
7820 \begin_layout Plain Layout
7821
7822 \backslash
7823 rightharpoonup
7824 \end_layout
7825
7826 \end_inset
7827 </cell>
7828 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7829 \begin_inset Text
7830
7831 \begin_layout Plain Layout
7832 \begin_inset Formula $\rightharpoonup$
7833 \end_inset
7834
7835
7836 \end_layout
7837
7838 \end_inset
7839 </cell>
7840 </row>
7841 <row>
7842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7843 \begin_inset Text
7844
7845 \begin_layout Plain Layout
7846
7847 \backslash
7848 rightharpoondown
7849 \end_layout
7850
7851 \end_inset
7852 </cell>
7853 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7854 \begin_inset Text
7855
7856 \begin_layout Plain Layout
7857 \begin_inset Formula $\rightharpoondown$
7858 \end_inset
7859
7860
7861 \end_layout
7862
7863 \end_inset
7864 </cell>
7865 </row>
7866 <row>
7867 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7868 \begin_inset Text
7869
7870 \begin_layout Plain Layout
7871
7872 \backslash
7873 hookrightarrow
7874 \end_layout
7875
7876 \end_inset
7877 </cell>
7878 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7879 \begin_inset Text
7880
7881 \begin_layout Plain Layout
7882 \begin_inset Formula $\hookrightarrow$
7883 \end_inset
7884
7885
7886 \end_layout
7887
7888 \end_inset
7889 </cell>
7890 </row>
7891 </lyxtabular>
7892
7893 \end_inset
7894
7895
7896 \begin_inset space \hfill{}
7897 \end_inset
7898
7899
7900 \end_layout
7901
7902 \begin_layout Standard
7903 \begin_inset space \hfill{}
7904 \end_inset
7905
7906
7907 \begin_inset Tabular
7908 <lyxtabular version="3" rows="6" columns="2">
7909 <features rotate="0" tabularvalignment="middle">
7910 <column alignment="center" valignment="top" width="0pt">
7911 <column alignment="center" valignment="top" width="0pt">
7912 <row>
7913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7914 \begin_inset Text
7915
7916 \begin_layout Plain Layout
7917 コマンド
7918 \end_layout
7919
7920 \end_inset
7921 </cell>
7922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7923 \begin_inset Text
7924
7925 \begin_layout Plain Layout
7926 出力
7927 \end_layout
7928
7929 \end_inset
7930 </cell>
7931 </row>
7932 <row>
7933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7934 \begin_inset Text
7935
7936 \begin_layout Plain Layout
7937
7938 \backslash
7939 leftrightarrow
7940 \end_layout
7941
7942 \end_inset
7943 </cell>
7944 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7945 \begin_inset Text
7946
7947 \begin_layout Plain Layout
7948 \begin_inset Formula $\leftrightarrow$
7949 \end_inset
7950
7951
7952 \end_layout
7953
7954 \end_inset
7955 </cell>
7956 </row>
7957 <row>
7958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7959 \begin_inset Text
7960
7961 \begin_layout Plain Layout
7962
7963 \backslash
7964 Leftrightarrow
7965 \end_layout
7966
7967 \end_inset
7968 </cell>
7969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7970 \begin_inset Text
7971
7972 \begin_layout Plain Layout
7973 \begin_inset Formula $\Leftrightarrow$
7974 \end_inset
7975
7976
7977 \end_layout
7978
7979 \end_inset
7980 </cell>
7981 </row>
7982 <row>
7983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7984 \begin_inset Text
7985
7986 \begin_layout Plain Layout
7987
7988 \backslash
7989 longleftrightarrow
7990 \end_layout
7991
7992 \end_inset
7993 </cell>
7994 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7995 \begin_inset Text
7996
7997 \begin_layout Plain Layout
7998 \begin_inset Formula $\longleftrightarrow$
7999 \end_inset
8000
8001
8002 \end_layout
8003
8004 \end_inset
8005 </cell>
8006 </row>
8007 <row>
8008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8009 \begin_inset Text
8010
8011 \begin_layout Plain Layout
8012
8013 \backslash
8014 Longleftrightarrow
8015 \end_layout
8016
8017 \end_inset
8018 </cell>
8019 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8020 \begin_inset Text
8021
8022 \begin_layout Plain Layout
8023 \begin_inset Formula $\Longleftrightarrow$
8024 \end_inset
8025
8026
8027 \end_layout
8028
8029 \end_inset
8030 </cell>
8031 </row>
8032 <row>
8033 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8034 \begin_inset Text
8035
8036 \begin_layout Plain Layout
8037
8038 \backslash
8039 rightleftharpoons
8040 \end_layout
8041
8042 \end_inset
8043 </cell>
8044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8045 \begin_inset Text
8046
8047 \begin_layout Plain Layout
8048 \begin_inset Formula $\rightleftharpoons$
8049 \end_inset
8050
8051
8052 \end_layout
8053
8054 \end_inset
8055 </cell>
8056 </row>
8057 </lyxtabular>
8058
8059 \end_inset
8060
8061
8062 \begin_inset space \hspace{}
8063 \length 25pt
8064 \end_inset
8065
8066
8067 \begin_inset space \hfill{}
8068 \end_inset
8069
8070
8071 \begin_inset Tabular
8072 <lyxtabular version="3" rows="5" columns="2">
8073 <features rotate="0" tabularvalignment="middle">
8074 <column alignment="center" valignment="top" width="0pt">
8075 <column alignment="center" valignment="top" width="0pt">
8076 <row>
8077 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8078 \begin_inset Text
8079
8080 \begin_layout Plain Layout
8081 コマンド
8082 \end_layout
8083
8084 \end_inset
8085 </cell>
8086 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8087 \begin_inset Text
8088
8089 \begin_layout Plain Layout
8090 出力
8091 \end_layout
8092
8093 \end_inset
8094 </cell>
8095 </row>
8096 <row>
8097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8098 \begin_inset Text
8099
8100 \begin_layout Plain Layout
8101
8102 \backslash
8103 mapsto
8104 \end_layout
8105
8106 \end_inset
8107 </cell>
8108 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8109 \begin_inset Text
8110
8111 \begin_layout Plain Layout
8112 \begin_inset Formula $\mapsto$
8113 \end_inset
8114
8115
8116 \end_layout
8117
8118 \end_inset
8119 </cell>
8120 </row>
8121 <row>
8122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8123 \begin_inset Text
8124
8125 \begin_layout Plain Layout
8126
8127 \backslash
8128 longmapsto
8129 \end_layout
8130
8131 \end_inset
8132 </cell>
8133 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8134 \begin_inset Text
8135
8136 \begin_layout Plain Layout
8137 \begin_inset Formula $\longmapsto$
8138 \end_inset
8139
8140
8141 \end_layout
8142
8143 \end_inset
8144 </cell>
8145 </row>
8146 <row>
8147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8148 \begin_inset Text
8149
8150 \begin_layout Plain Layout
8151
8152 \backslash
8153 leadsto
8154 \end_layout
8155
8156 \end_inset
8157 </cell>
8158 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8159 \begin_inset Text
8160
8161 \begin_layout Plain Layout
8162 \begin_inset Formula $\leadsto$
8163 \end_inset
8164
8165
8166 \end_layout
8167
8168 \end_inset
8169 </cell>
8170 </row>
8171 <row>
8172 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8173 \begin_inset Text
8174
8175 \begin_layout Plain Layout
8176
8177 \backslash
8178 dasharrow
8179 \end_layout
8180
8181 \end_inset
8182 </cell>
8183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8184 \begin_inset Text
8185
8186 \begin_layout Plain Layout
8187 \begin_inset Formula $\dasharrow$
8188 \end_inset
8189
8190
8191 \end_layout
8192
8193 \end_inset
8194 </cell>
8195 </row>
8196 </lyxtabular>
8197
8198 \end_inset
8199
8200
8201 \begin_inset space \hfill{}
8202 \end_inset
8203
8204
8205 \end_layout
8206
8207 \begin_layout Standard
8208 \begin_inset VSpace medskip
8209 \end_inset
8210
8211 たとえばベクトル記号の矢印のようにアクセントとして使用される矢印は、第
8212 \begin_inset CommandInset ref
8213 LatexCommand ref
8214 reference "sec:アクセント"
8215
8216 \end_inset
8217
8218 節に一覧があります。
8219 \end_layout
8220
8221 \begin_layout Standard
8222 \begin_inset VSpace bigskip
8223 \end_inset
8224
8225 さらに、ラベル付き矢印
8226 \begin_inset Index idx
8227 status collapsed
8228
8229 \begin_layout Plain Layout
8230 やじるし@矢印 ! らべるつき@ラベル付き
8231 \end_layout
8232
8233 \end_inset
8234
8235 として、
8236 \series bold
8237
8238 \backslash
8239 xleftarrow
8240 \series default
8241
8242 \begin_inset Index idx
8243 status collapsed
8244
8245 \begin_layout Plain Layout
8246 こまんど@コマンド ! X ! 
8247 \backslash
8248 xleftarrow
8249 \end_layout
8250
8251 \end_inset
8252
8253
8254 \series bold
8255
8256 \backslash
8257 xrightarrow
8258 \series default
8259
8260 \begin_inset Index idx
8261 status collapsed
8262
8263 \begin_layout Plain Layout
8264 こまんど@コマンド ! X ! 
8265 \backslash
8266 xrightarrow
8267 \begin_inset ERT
8268 status collapsed
8269
8270 \begin_layout Plain Layout
8271
8272
8273 \backslash
8274 vspace{4mm}
8275 \end_layout
8276
8277 \end_inset
8278
8279
8280 \end_layout
8281
8282 \end_inset
8283
8284 があります。これらのコマンドを数式に挿入すると、二つの青枠のついた矢印が現れるので、そこにラベルを入れることができます。矢印の長さは、ラベルの幅に応じて調整され
8285 ます。
8286 \end_layout
8287
8288 \begin_layout Standard
8289 \align center
8290 \begin_inset Tabular
8291 <lyxtabular version="3" rows="3" columns="2">
8292 <features rotate="0" tabularvalignment="middle">
8293 <column alignment="center" valignment="top" width="0pt">
8294 <column alignment="center" valignment="top" width="0pt">
8295 <row>
8296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8297 \begin_inset Text
8298
8299 \begin_layout Plain Layout
8300 コマンド
8301 \end_layout
8302
8303 \end_inset
8304 </cell>
8305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8306 \begin_inset Text
8307
8308 \begin_layout Plain Layout
8309 出力
8310 \begin_inset Note Note
8311 status collapsed
8312
8313 \begin_layout Plain Layout
8314 ここで
8315 \series bold
8316
8317 \backslash
8318 raisebox
8319 \series default
8320 はスペーサーとして使用しているだけです。
8321 \end_layout
8322
8323 \end_inset
8324
8325
8326 \end_layout
8327
8328 \end_inset
8329 </cell>
8330 </row>
8331 <row>
8332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8333 \begin_inset Text
8334
8335 \begin_layout Plain Layout
8336 F(a)
8337 \backslash
8338 xleftarrow
8339 \begin_inset space \textvisiblespace{}
8340 \end_inset
8341
8342 x=a
8343 \begin_inset Formula $\downarrow$
8344 \end_inset
8345
8346 x
8347 \begin_inset Formula $>$
8348 \end_inset
8349
8350 0
8351 \begin_inset Formula $\to$
8352 \end_inset
8353
8354 F(x)
8355 \end_layout
8356
8357 \end_inset
8358 </cell>
8359 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8360 \begin_inset Text
8361
8362 \begin_layout Plain Layout
8363 \begin_inset Formula $\raisebox{5.5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
8364 \end_inset
8365
8366
8367 \end_layout
8368
8369 \end_inset
8370 </cell>
8371 </row>
8372 <row>
8373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8374 \begin_inset Text
8375
8376 \begin_layout Plain Layout
8377 F(x)
8378 \backslash
8379 xrightarrow
8380 \begin_inset space \textvisiblespace{}
8381 \end_inset
8382
8383 x=a
8384 \begin_inset Formula $\downarrow$
8385 \end_inset
8386
8387 x
8388 \begin_inset Formula $>$
8389 \end_inset
8390
8391 0
8392 \begin_inset Formula $\to$
8393 \end_inset
8394
8395 F(a)
8396 \end_layout
8397
8398 \end_inset
8399 </cell>
8400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8401 \begin_inset Text
8402
8403 \begin_layout Plain Layout
8404 \begin_inset Formula $\raisebox{5.5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
8405 \end_inset
8406
8407
8408 \end_layout
8409
8410 \end_inset
8411 </cell>
8412 </row>
8413 </lyxtabular>
8414
8415 \end_inset
8416
8417
8418 \end_layout
8419
8420 \begin_layout Standard
8421 \begin_inset VSpace medskip
8422 \end_inset
8423
8424
8425 \end_layout
8426
8427 \begin_layout Standard
8428
8429 \lang english
8430 If you set in the document settings under 
8431 \family sans
8432 Math
8433 \begin_inset space ~
8434 \end_inset
8435
8436 Options
8437 \family default
8438  for the package
8439 \lang japanese
8440  
8441 \series bold
8442 mathtools
8443 \series default
8444
8445 \begin_inset Index idx
8446 status collapsed
8447
8448 \begin_layout Plain Layout
8449 ぱっけーじ@パッケージ ! mathtools
8450 \end_layout
8451
8452 \end_inset
8453
8454  
8455 \lang english
8456 the option 
8457 \family sans
8458 Load
8459 \begin_inset space ~
8460 \end_inset
8461
8462 always
8463 \family default
8464 , you have access to the following labeled arrows:
8465 \end_layout
8466
8467 \begin_layout Standard
8468 \align center
8469 \begin_inset space \hspace*{\fill}
8470 \end_inset
8471
8472
8473 \begin_inset Tabular
8474 <lyxtabular version="3" rows="7" columns="2">
8475 <features rotate="0" tabularvalignment="middle">
8476 <column alignment="center" valignment="top" width="0pt">
8477 <column alignment="center" valignment="top" width="0pt">
8478 <row>
8479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8480 \begin_inset Text
8481
8482 \begin_layout Plain Layout
8483 コマンド
8484 \end_layout
8485
8486 \end_inset
8487 </cell>
8488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8489 \begin_inset Text
8490
8491 \begin_layout Plain Layout
8492
8493 \lang english
8494 Example
8495 \lang japanese
8496
8497 \begin_inset Note Note
8498 status collapsed
8499
8500 \begin_layout Plain Layout
8501
8502 \series bold
8503 \lang english
8504
8505 \backslash
8506 raisebox
8507 \series default
8508  is only used as spacer.
8509 \end_layout
8510
8511 \end_inset
8512
8513
8514 \end_layout
8515
8516 \end_inset
8517 </cell>
8518 </row>
8519 <row>
8520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8521 \begin_inset Text
8522
8523 \begin_layout Plain Layout
8524
8525 \backslash
8526 xleftrightarrow
8527 \end_layout
8528
8529 \end_inset
8530 </cell>
8531 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8532 \begin_inset Text
8533
8534 \begin_layout Plain Layout
8535 \begin_inset Formula $\raisebox{6mm}{}\xleftrightarrow[x=a]{x>0}\raisebox{-4mm}{}$
8536 \end_inset
8537
8538
8539 \end_layout
8540
8541 \end_inset
8542 </cell>
8543 </row>
8544 <row>
8545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8546 \begin_inset Text
8547
8548 \begin_layout Plain Layout
8549
8550 \backslash
8551 xLeftarrow
8552 \end_layout
8553
8554 \end_inset
8555 </cell>
8556 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8557 \begin_inset Text
8558
8559 \begin_layout Plain Layout
8560 \begin_inset Formula $\raisebox{6mm}{}\xLeftarrow[x=a]{x>0}\raisebox{-4mm}{}$
8561 \end_inset
8562
8563
8564 \end_layout
8565
8566 \end_inset
8567 </cell>
8568 </row>
8569 <row>
8570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8571 \begin_inset Text
8572
8573 \begin_layout Plain Layout
8574
8575 \backslash
8576 xRightarrow
8577 \end_layout
8578
8579 \end_inset
8580 </cell>
8581 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8582 \begin_inset Text
8583
8584 \begin_layout Plain Layout
8585 \begin_inset Formula $\raisebox{6mm}{}\xRightarrow[x=a]{x>0}\raisebox{-4mm}{}$
8586 \end_inset
8587
8588
8589 \end_layout
8590
8591 \end_inset
8592 </cell>
8593 </row>
8594 <row>
8595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8596 \begin_inset Text
8597
8598 \begin_layout Plain Layout
8599
8600 \backslash
8601 xLeftrightarrow
8602 \end_layout
8603
8604 \end_inset
8605 </cell>
8606 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8607 \begin_inset Text
8608
8609 \begin_layout Plain Layout
8610 \begin_inset Formula $\raisebox{6mm}{}\xLeftrightarrow[x=a]{x>0}\raisebox{-4mm}{}$
8611 \end_inset
8612
8613
8614 \end_layout
8615
8616 \end_inset
8617 </cell>
8618 </row>
8619 <row>
8620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8621 \begin_inset Text
8622
8623 \begin_layout Plain Layout
8624
8625 \backslash
8626 xhookleftarrow
8627 \end_layout
8628
8629 \end_inset
8630 </cell>
8631 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8632 \begin_inset Text
8633
8634 \begin_layout Plain Layout
8635 \begin_inset Formula $\raisebox{6mm}{}\xhookleftarrow[x=a]{x>0}\raisebox{-4mm}{}$
8636 \end_inset
8637
8638
8639 \end_layout
8640
8641 \end_inset
8642 </cell>
8643 </row>
8644 <row>
8645 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8646 \begin_inset Text
8647
8648 \begin_layout Plain Layout
8649
8650 \backslash
8651 xhookrightarrow
8652 \end_layout
8653
8654 \end_inset
8655 </cell>
8656 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8657 \begin_inset Text
8658
8659 \begin_layout Plain Layout
8660 \begin_inset Formula $\raisebox{6mm}{}\xhookrightarrow[x=a]{x>0}\raisebox{-4mm}{}$
8661 \end_inset
8662
8663
8664 \end_layout
8665
8666 \end_inset
8667 </cell>
8668 </row>
8669 </lyxtabular>
8670
8671 \end_inset
8672
8673
8674 \begin_inset space \hspace*{\fill}
8675 \end_inset
8676
8677
8678 \begin_inset Tabular
8679 <lyxtabular version="3" rows="7" columns="2">
8680 <features rotate="0" tabularvalignment="middle">
8681 <column alignment="center" valignment="top" width="0pt">
8682 <column alignment="center" valignment="top" width="0pt">
8683 <row>
8684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8685 \begin_inset Text
8686
8687 \begin_layout Plain Layout
8688 コマンド
8689 \end_layout
8690
8691 \end_inset
8692 </cell>
8693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8694 \begin_inset Text
8695
8696 \begin_layout Plain Layout
8697
8698 \lang english
8699 Example
8700 \lang japanese
8701
8702 \begin_inset Note Note
8703 status collapsed
8704
8705 \begin_layout Plain Layout
8706
8707 \series bold
8708 \lang english
8709
8710 \backslash
8711 raisebox
8712 \series default
8713  is only used as spacer.
8714 \end_layout
8715
8716 \end_inset
8717
8718
8719 \end_layout
8720
8721 \end_inset
8722 </cell>
8723 </row>
8724 <row>
8725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8726 \begin_inset Text
8727
8728 \begin_layout Plain Layout
8729
8730 \backslash
8731 xleftharpoondown
8732 \end_layout
8733
8734 \end_inset
8735 </cell>
8736 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8737 \begin_inset Text
8738
8739 \begin_layout Plain Layout
8740 \begin_inset Formula $\raisebox{6mm}{}\xleftharpoondown[x=a]{x>0}\raisebox{-4mm}{}$
8741 \end_inset
8742
8743
8744 \end_layout
8745
8746 \end_inset
8747 </cell>
8748 </row>
8749 <row>
8750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8751 \begin_inset Text
8752
8753 \begin_layout Plain Layout
8754
8755 \backslash
8756 xleftharpoonup
8757 \end_layout
8758
8759 \end_inset
8760 </cell>
8761 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8762 \begin_inset Text
8763
8764 \begin_layout Plain Layout
8765 \begin_inset Formula $\raisebox{6mm}{}\xleftharpoonup[x=a]{x>0}\raisebox{-4mm}{}$
8766 \end_inset
8767
8768
8769 \end_layout
8770
8771 \end_inset
8772 </cell>
8773 </row>
8774 <row>
8775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8776 \begin_inset Text
8777
8778 \begin_layout Plain Layout
8779
8780 \backslash
8781 xrightharpoondown
8782 \end_layout
8783
8784 \end_inset
8785 </cell>
8786 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8787 \begin_inset Text
8788
8789 \begin_layout Plain Layout
8790 \begin_inset Formula $\raisebox{6mm}{}\xrightharpoondown[x=a]{x>0}\raisebox{-4mm}{}$
8791 \end_inset
8792
8793
8794 \end_layout
8795
8796 \end_inset
8797 </cell>
8798 </row>
8799 <row>
8800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8801 \begin_inset Text
8802
8803 \begin_layout Plain Layout
8804
8805 \backslash
8806 xrightharpoonup
8807 \end_layout
8808
8809 \end_inset
8810 </cell>
8811 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8812 \begin_inset Text
8813
8814 \begin_layout Plain Layout
8815 \begin_inset Formula $\raisebox{6mm}{}\xrightharpoonup[x=a]{x>0}\raisebox{-4mm}{}$
8816 \end_inset
8817
8818
8819 \end_layout
8820
8821 \end_inset
8822 </cell>
8823 </row>
8824 <row>
8825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8826 \begin_inset Text
8827
8828 \begin_layout Plain Layout
8829
8830 \backslash
8831 xleftrightharpoons
8832 \end_layout
8833
8834 \end_inset
8835 </cell>
8836 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8837 \begin_inset Text
8838
8839 \begin_layout Plain Layout
8840 \begin_inset Formula $\raisebox{6mm}{}\xleftrightharpoons[x=a]{x>0}\raisebox{-4mm}{}$
8841 \end_inset
8842
8843
8844 \end_layout
8845
8846 \end_inset
8847 </cell>
8848 </row>
8849 <row>
8850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8851 \begin_inset Text
8852
8853 \begin_layout Plain Layout
8854
8855 \backslash
8856 xrightleftharpoons
8857 \end_layout
8858
8859 \end_inset
8860 </cell>
8861 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8862 \begin_inset Text
8863
8864 \begin_layout Plain Layout
8865 \begin_inset Formula $\raisebox{6mm}{}\xrightleftharpoons[x=a]{x>0}\raisebox{-4mm}{}$
8866 \end_inset
8867
8868
8869 \end_layout
8870
8871 \end_inset
8872 </cell>
8873 </row>
8874 </lyxtabular>
8875
8876 \end_inset
8877
8878
8879 \begin_inset space \hspace*{\fill}
8880 \end_inset
8881
8882
8883 \end_layout
8884
8885 \begin_layout Standard
8886
8887 \lang english
8888 The command scheme is for all these arrows:
8889 \end_layout
8890
8891 \begin_layout Standard
8892 \align center
8893 \begin_inset Tabular
8894 <lyxtabular version="3" rows="2" columns="2">
8895 <features rotate="0" tabularvalignment="middle">
8896 <column alignment="center" valignment="top" width="0pt">
8897 <column alignment="center" valignment="top" width="0pt">
8898 <row>
8899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8900 \begin_inset Text
8901
8902 \begin_layout Plain Layout
8903 コマンド
8904 \end_layout
8905
8906 \end_inset
8907 </cell>
8908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8909 \begin_inset Text
8910
8911 \begin_layout Plain Layout
8912 出力
8913 \begin_inset Note Note
8914 status collapsed
8915
8916 \begin_layout Plain Layout
8917
8918 \series bold
8919 \lang english
8920
8921 \backslash
8922 raisebox
8923 \series default
8924  is only used as spacer.
8925 \end_layout
8926
8927 \end_inset
8928
8929
8930 \end_layout
8931
8932 \end_inset
8933 </cell>
8934 </row>
8935 <row>
8936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8937 \begin_inset Text
8938
8939 \begin_layout Plain Layout
8940 F(a)
8941 \backslash
8942 xleftrightarrow[x=a]
8943 \backslash
8944 {x>0
8945 \begin_inset Formula $\to$
8946 \end_inset
8947
8948 F(x)
8949 \end_layout
8950
8951 \end_inset
8952 </cell>
8953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8954 \begin_inset Text
8955
8956 \begin_layout Plain Layout
8957 \begin_inset Formula $\raisebox{6mm}{}F(a)\xleftrightarrow[x=a]{x>0}F(x)\raisebox{-4mm}{}$
8958 \end_inset
8959
8960
8961 \end_layout
8962
8963 \end_inset
8964 </cell>
8965 </row>
8966 </lyxtabular>
8967
8968 \end_inset
8969
8970
8971 \end_layout
8972
8973 \begin_layout Subsection
8974 垂直矢印および対角矢印
8975 \begin_inset Index idx
8976 status collapsed
8977
8978 \begin_layout Plain Layout
8979 やじるし@矢印 ! たいかく@対角
8980 \end_layout
8981
8982 \end_inset
8983
8984
8985 \begin_inset Index idx
8986 status collapsed
8987
8988 \begin_layout Plain Layout
8989 やじるし@矢印 ! すいちょく@垂直
8990 \end_layout
8991
8992 \end_inset
8993
8994
8995 \end_layout
8996
8997 \begin_layout Standard
8998 \begin_inset space \hfill{}
8999 \end_inset
9000
9001
9002 \begin_inset Tabular
9003 <lyxtabular version="3" rows="7" columns="2">
9004 <features rotate="0" tabularvalignment="middle">
9005 <column alignment="center" valignment="top" width="0pt">
9006 <column alignment="center" valignment="top" width="0pt">
9007 <row>
9008 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9009 \begin_inset Text
9010
9011 \begin_layout Plain Layout
9012 コマンド
9013 \end_layout
9014
9015 \end_inset
9016 </cell>
9017 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9018 \begin_inset Text
9019
9020 \begin_layout Plain Layout
9021 出力
9022 \end_layout
9023
9024 \end_inset
9025 </cell>
9026 </row>
9027 <row>
9028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9029 \begin_inset Text
9030
9031 \begin_layout Plain Layout
9032
9033 \backslash
9034 uparrow
9035 \end_layout
9036
9037 \end_inset
9038 </cell>
9039 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9040 \begin_inset Text
9041
9042 \begin_layout Plain Layout
9043 \begin_inset Formula $\uparrow$
9044 \end_inset
9045
9046
9047 \end_layout
9048
9049 \end_inset
9050 </cell>
9051 </row>
9052 <row>
9053 <cell alignment="center" valignment="top" topline="true" leftline="true" 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" topline="true" leftline="true" rightline="true" 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" topline="true" leftline="true" usebox="none">
9079 \begin_inset Text
9080
9081 \begin_layout Plain Layout
9082
9083 \backslash
9084 updownarrow
9085 \end_layout
9086
9087 \end_inset
9088 </cell>
9089 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9090 \begin_inset Text
9091
9092 \begin_layout Plain Layout
9093 \begin_inset Formula $\updownarrow$
9094 \end_inset
9095
9096
9097 \end_layout
9098
9099 \end_inset
9100 </cell>
9101 </row>
9102 <row>
9103 <cell alignment="center" valignment="top" topline="true" leftline="true" 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" topline="true" leftline="true" rightline="true" 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" topline="true" bottomline="true" leftline="true" usebox="none">
9129 \begin_inset Text
9130
9131 \begin_layout Plain Layout
9132
9133 \backslash
9134 Downarrow
9135 \end_layout
9136
9137 \end_inset
9138 </cell>
9139 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9140 \begin_inset Text
9141
9142 \begin_layout Plain Layout
9143 \begin_inset Formula $\Downarrow$
9144 \end_inset
9145
9146
9147 \end_layout
9148
9149 \end_inset
9150 </cell>
9151 </row>
9152 <row>
9153 <cell alignment="center" valignment="top" bottomline="true" leftline="true" 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" bottomline="true" leftline="true" rightline="true" 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 </lyxtabular>
9178
9179 \end_inset
9180
9181
9182 \begin_inset space \hfill{}
9183 \end_inset
9184
9185
9186 \begin_inset Tabular
9187 <lyxtabular version="3" rows="5" columns="2">
9188 <features rotate="0" tabularvalignment="middle">
9189 <column alignment="center" valignment="top" width="0pt">
9190 <column alignment="center" valignment="top" width="0pt">
9191 <row>
9192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9193 \begin_inset Text
9194
9195 \begin_layout Plain Layout
9196 コマンド
9197 \end_layout
9198
9199 \end_inset
9200 </cell>
9201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9202 \begin_inset Text
9203
9204 \begin_layout Plain Layout
9205 出力
9206 \end_layout
9207
9208 \end_inset
9209 </cell>
9210 </row>
9211 <row>
9212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9213 \begin_inset Text
9214
9215 \begin_layout Plain Layout
9216
9217 \backslash
9218 nearrow
9219 \end_layout
9220
9221 \end_inset
9222 </cell>
9223 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9224 \begin_inset Text
9225
9226 \begin_layout Plain Layout
9227 \begin_inset Formula $\nearrow$
9228 \end_inset
9229
9230
9231 \end_layout
9232
9233 \end_inset
9234 </cell>
9235 </row>
9236 <row>
9237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9238 \begin_inset Text
9239
9240 \begin_layout Plain Layout
9241
9242 \backslash
9243 searrow
9244 \end_layout
9245
9246 \end_inset
9247 </cell>
9248 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9249 \begin_inset Text
9250
9251 \begin_layout Plain Layout
9252 \begin_inset Formula $\searrow$
9253 \end_inset
9254
9255
9256 \end_layout
9257
9258 \end_inset
9259 </cell>
9260 </row>
9261 <row>
9262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9263 \begin_inset Text
9264
9265 \begin_layout Plain Layout
9266
9267 \backslash
9268 swarrow
9269 \end_layout
9270
9271 \end_inset
9272 </cell>
9273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9274 \begin_inset Text
9275
9276 \begin_layout Plain Layout
9277 \begin_inset Formula $\swarrow$
9278 \end_inset
9279
9280
9281 \end_layout
9282
9283 \end_inset
9284 </cell>
9285 </row>
9286 <row>
9287 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9288 \begin_inset Text
9289
9290 \begin_layout Plain Layout
9291
9292 \backslash
9293 nwarrow
9294 \end_layout
9295
9296 \end_inset
9297 </cell>
9298 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9299 \begin_inset Text
9300
9301 \begin_layout Plain Layout
9302 \begin_inset Formula $\nwarrow$
9303 \end_inset
9304
9305
9306 \end_layout
9307
9308 \end_inset
9309 </cell>
9310 </row>
9311 </lyxtabular>
9312
9313 \end_inset
9314
9315
9316 \begin_inset space \hfill{}
9317 \end_inset
9318
9319
9320 \end_layout
9321
9322 \begin_layout Standard
9323 \begin_inset VSpace medskip
9324 \end_inset
9325
9326 垂直矢印は、第
9327 \begin_inset CommandInset ref
9328 LatexCommand ref
9329 reference "sub:手動の括弧丈"
9330
9331 \end_inset
9332
9333 節および第
9334 \begin_inset CommandInset ref
9335 LatexCommand ref
9336 reference "sub:自動の括弧丈"
9337
9338 \end_inset
9339
9340 節に述べられているコマンドを使うと、区分記号として使用することもできます。伊藤の公式を用いて
9341 \end_layout
9342
9343 \begin_layout Section
9344 アクセント
9345 \begin_inset CommandInset label
9346 LatexCommand label
9347 name "sec:アクセント"
9348
9349 \end_inset
9350
9351
9352 \begin_inset Index idx
9353 status collapsed
9354
9355 \begin_layout Plain Layout
9356 あくせんと@アクセント
9357 \end_layout
9358
9359 \end_inset
9360
9361
9362 \end_layout
9363
9364 \begin_layout Standard
9365 アクセントは、数式ツールバーボタンの
9366 \begin_inset Info
9367 type  "icon"
9368 arg   "math-insert \\hat"
9369 \end_inset
9370
9371 か、以下の各小節に列挙してあるコマンドで入力することができます。
9372 \end_layout
9373
9374 \begin_layout Subsection
9375 一文字に付けるアクセント
9376 \begin_inset ERT
9377 status collapsed
9378
9379 \begin_layout Plain Layout
9380
9381
9382 \backslash
9383 texorpdfstring{
9384 \end_layout
9385
9386 \end_inset
9387
9388
9389 \begin_inset Foot
9390 status collapsed
9391
9392 \begin_layout Plain Layout
9393 本文中のアクセントについては、第
9394 \begin_inset CommandInset ref
9395 LatexCommand ref
9396 reference "sub:文章中のアクセント"
9397
9398 \end_inset
9399
9400 節を参照。
9401 \end_layout
9402
9403 \end_inset
9404
9405
9406 \begin_inset ERT
9407 status collapsed
9408
9409 \begin_layout Plain Layout
9410
9411 }{}
9412 \end_layout
9413
9414 \end_inset
9415
9416
9417 \begin_inset Note Note
9418 status collapsed
9419
9420 \begin_layout Plain Layout
9421
9422 \series bold
9423
9424 \backslash
9425 texorpdfstring
9426 \series default
9427 は、PDFのしおりに脚注が現れるのを防ぐために使われています。
9428 \end_layout
9429
9430 \begin_layout Plain Layout
9431
9432 \series bold
9433
9434 \backslash
9435 texorpdfstring
9436 \series default
9437 についての詳細は、第
9438 \begin_inset CommandInset ref
9439 LatexCommand ref
9440 reference "sub:節見出し中の数式"
9441
9442 \end_inset
9443
9444 節にあります。
9445 \end_layout
9446
9447 \end_inset
9448
9449
9450 \begin_inset CommandInset label
9451 LatexCommand label
9452 name "sub:一文字に付けるアクセント"
9453
9454 \end_inset
9455
9456
9457 \begin_inset Index idx
9458 status collapsed
9459
9460 \begin_layout Plain Layout
9461 あくせんと@アクセント ! いちもじにつける@一文字に付ける
9462 \end_layout
9463
9464 \end_inset
9465
9466
9467 \end_layout
9468
9469 \begin_layout Standard
9470 \begin_inset space \hfill{}
9471 \end_inset
9472
9473
9474 \begin_inset Tabular
9475 <lyxtabular version="3" rows="8" columns="2">
9476 <features rotate="0" tabularvalignment="middle">
9477 <column alignment="center" valignment="top" width="0pt">
9478 <column alignment="center" valignment="top" width="0pt">
9479 <row>
9480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9481 \begin_inset Text
9482
9483 \begin_layout Plain Layout
9484 コマンド
9485 \end_layout
9486
9487 \end_inset
9488 </cell>
9489 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9490 \begin_inset Text
9491
9492 \begin_layout Plain Layout
9493 出力
9494 \begin_inset Note Note
9495 status collapsed
9496
9497 \begin_layout Plain Layout
9498 ここで
9499 \series bold
9500
9501 \backslash
9502 raisebox
9503 \series default
9504 はスペーサーとして使用しているだけです。
9505 \end_layout
9506
9507 \end_inset
9508
9509
9510 \end_layout
9511
9512 \end_inset
9513 </cell>
9514 </row>
9515 <row>
9516 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9517 \begin_inset Text
9518
9519 \begin_layout Plain Layout
9520
9521 \backslash
9522 dot
9523 \begin_inset space \textvisiblespace{}
9524 \end_inset
9525
9526 A
9527 \end_layout
9528
9529 \end_inset
9530 </cell>
9531 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9532 \begin_inset Text
9533
9534 \begin_layout Plain Layout
9535 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
9536 \end_inset
9537
9538
9539 \end_layout
9540
9541 \end_inset
9542 </cell>
9543 </row>
9544 <row>
9545 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9546 \begin_inset Text
9547
9548 \begin_layout Plain Layout
9549
9550 \backslash
9551 ddot
9552 \begin_inset space \textvisiblespace{}
9553 \end_inset
9554
9555 A
9556 \end_layout
9557
9558 \end_inset
9559 </cell>
9560 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9561 \begin_inset Text
9562
9563 \begin_layout Plain Layout
9564 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9565 \end_inset
9566
9567
9568 \end_layout
9569
9570 \end_inset
9571 </cell>
9572 </row>
9573 <row>
9574 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9575 \begin_inset Text
9576
9577 \begin_layout Plain Layout
9578
9579 \backslash
9580 dddot
9581 \begin_inset space \textvisiblespace{}
9582 \end_inset
9583
9584 A
9585 \end_layout
9586
9587 \end_inset
9588 </cell>
9589 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9590 \begin_inset Text
9591
9592 \begin_layout Plain Layout
9593 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9594 \end_inset
9595
9596
9597 \end_layout
9598
9599 \end_inset
9600 </cell>
9601 </row>
9602 <row>
9603 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9604 \begin_inset Text
9605
9606 \begin_layout Plain Layout
9607
9608 \backslash
9609 ddddot
9610 \begin_inset space \textvisiblespace{}
9611 \end_inset
9612
9613 A
9614 \end_layout
9615
9616 \end_inset
9617 </cell>
9618 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9619 \begin_inset Text
9620
9621 \begin_layout Plain Layout
9622 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9623 \end_inset
9624
9625
9626 \end_layout
9627
9628 \end_inset
9629 </cell>
9630 </row>
9631 <row>
9632 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9633 \begin_inset Text
9634
9635 \begin_layout Plain Layout
9636
9637 \backslash
9638 vec
9639 \begin_inset space \textvisiblespace{}
9640 \end_inset
9641
9642 A
9643 \begin_inset Index idx
9644 status collapsed
9645
9646 \begin_layout Plain Layout
9647
9648 \lang english
9649 Vectors
9650 \end_layout
9651
9652 \end_inset
9653
9654
9655 \end_layout
9656
9657 \end_inset
9658 </cell>
9659 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9660 \begin_inset Text
9661
9662 \begin_layout Plain Layout
9663 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9664 \end_inset
9665
9666
9667 \end_layout
9668
9669 \end_inset
9670 </cell>
9671 </row>
9672 <row>
9673 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9674 \begin_inset Text
9675
9676 \begin_layout Plain Layout
9677
9678 \backslash
9679 bar
9680 \begin_inset space \textvisiblespace{}
9681 \end_inset
9682
9683 A
9684 \end_layout
9685
9686 \end_inset
9687 </cell>
9688 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9689 \begin_inset Text
9690
9691 \begin_layout Plain Layout
9692 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9693 \end_inset
9694
9695
9696 \end_layout
9697
9698 \end_inset
9699 </cell>
9700 </row>
9701 <row>
9702 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9703 \begin_inset Text
9704
9705 \begin_layout Plain Layout
9706
9707 \backslash
9708 mathring
9709 \begin_inset space \textvisiblespace{}
9710 \end_inset
9711
9712 A
9713 \end_layout
9714
9715 \end_inset
9716 </cell>
9717 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9718 \begin_inset Text
9719
9720 \begin_layout Plain Layout
9721 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9722 \end_inset
9723
9724
9725 \end_layout
9726
9727 \end_inset
9728 </cell>
9729 </row>
9730 </lyxtabular>
9731
9732 \end_inset
9733
9734
9735 \begin_inset space \hfill{}
9736 \end_inset
9737
9738
9739 \begin_inset Tabular
9740 <lyxtabular version="3" rows="7" columns="2">
9741 <features rotate="0" tabularvalignment="middle">
9742 <column alignment="center" valignment="top" width="0pt">
9743 <column alignment="center" valignment="top" width="0pt">
9744 <row>
9745 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9746 \begin_inset Text
9747
9748 \begin_layout Plain Layout
9749 コマンド
9750 \end_layout
9751
9752 \end_inset
9753 </cell>
9754 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9755 \begin_inset Text
9756
9757 \begin_layout Plain Layout
9758 出力
9759 \end_layout
9760
9761 \end_inset
9762 </cell>
9763 </row>
9764 <row>
9765 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9766 \begin_inset Text
9767
9768 \begin_layout Plain Layout
9769
9770 \backslash
9771 tilde
9772 \begin_inset space \textvisiblespace{}
9773 \end_inset
9774
9775 A
9776 \end_layout
9777
9778 \end_inset
9779 </cell>
9780 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9781 \begin_inset Text
9782
9783 \begin_layout Plain Layout
9784 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
9785 \end_inset
9786
9787
9788 \end_layout
9789
9790 \end_inset
9791 </cell>
9792 </row>
9793 <row>
9794 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9795 \begin_inset Text
9796
9797 \begin_layout Plain Layout
9798
9799 \backslash
9800 hat
9801 \begin_inset space \textvisiblespace{}
9802 \end_inset
9803
9804 A
9805 \end_layout
9806
9807 \end_inset
9808 </cell>
9809 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9810 \begin_inset Text
9811
9812 \begin_layout Plain Layout
9813 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
9814 \end_inset
9815
9816
9817 \end_layout
9818
9819 \end_inset
9820 </cell>
9821 </row>
9822 <row>
9823 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9824 \begin_inset Text
9825
9826 \begin_layout Plain Layout
9827
9828 \backslash
9829 check
9830 \begin_inset space \textvisiblespace{}
9831 \end_inset
9832
9833 A
9834 \end_layout
9835
9836 \end_inset
9837 </cell>
9838 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9839 \begin_inset Text
9840
9841 \begin_layout Plain Layout
9842 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
9843 \end_inset
9844
9845
9846 \end_layout
9847
9848 \end_inset
9849 </cell>
9850 </row>
9851 <row>
9852 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9853 \begin_inset Text
9854
9855 \begin_layout Plain Layout
9856
9857 \backslash
9858 acute
9859 \begin_inset space \textvisiblespace{}
9860 \end_inset
9861
9862 A
9863 \end_layout
9864
9865 \end_inset
9866 </cell>
9867 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9868 \begin_inset Text
9869
9870 \begin_layout Plain Layout
9871 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
9872 \end_inset
9873
9874
9875 \end_layout
9876
9877 \end_inset
9878 </cell>
9879 </row>
9880 <row>
9881 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9882 \begin_inset Text
9883
9884 \begin_layout Plain Layout
9885
9886 \backslash
9887 grave
9888 \begin_inset space \textvisiblespace{}
9889 \end_inset
9890
9891 A
9892 \end_layout
9893
9894 \end_inset
9895 </cell>
9896 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9897 \begin_inset Text
9898
9899 \begin_layout Plain Layout
9900 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
9901 \end_inset
9902
9903
9904 \end_layout
9905
9906 \end_inset
9907 </cell>
9908 </row>
9909 <row>
9910 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9911 \begin_inset Text
9912
9913 \begin_layout Plain Layout
9914
9915 \backslash
9916 breve
9917 \begin_inset space \textvisiblespace{}
9918 \end_inset
9919
9920 A
9921 \end_layout
9922
9923 \end_inset
9924 </cell>
9925 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9926 \begin_inset Text
9927
9928 \begin_layout Plain Layout
9929 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
9930 \end_inset
9931
9932
9933 \end_layout
9934
9935 \end_inset
9936 </cell>
9937 </row>
9938 </lyxtabular>
9939
9940 \end_inset
9941
9942
9943 \begin_inset space \hfill{}
9944 \end_inset
9945
9946
9947 \end_layout
9948
9949 \begin_layout Standard
9950 \begin_inset VSpace bigskip
9951 \end_inset
9952
9953
9954 \end_layout
9955
9956 \begin_layout Standard
9957 \begin_inset ERT
9958 status collapsed
9959
9960 \begin_layout Plain Layout
9961
9962
9963 \backslash
9964 '{e}
9965 \end_layout
9966
9967 \end_inset
9968
9969 のようなアクセントは、数式に直接入れることができます。LyXは、それを対応するアクセントコマンドに変換します。ウムラウト
9970 \begin_inset Index idx
9971 status collapsed
9972
9973 \begin_layout Plain Layout
9974 うむらうと@ウムラウト
9975 \end_layout
9976
9977 \end_inset
9978
9979 に関しては、母音の前に引用符を挿入する方法の方がよいでしょう。ウムラウトのある数式部分がドイツ語に指定してあれば、LaTeXは、引用符と母音をまとめて一つの文字
9980 として取り扱います。
9981 \series bold
9982
9983 \backslash
9984 ddot
9985 \series default
9986 と違い、この方法では、以下の例に示すように「本物の」ウムラウトが作られます。
9987 \end_layout
9988
9989 \begin_layout Standard
9990 \begin_inset VSpace -2mm
9991 \end_inset
9992
9993
9994 \end_layout
9995
9996 \begin_layout Standard
9997 \align center
9998 \begin_inset Tabular
9999 <lyxtabular version="3" rows="3" columns="2">
10000 <features rotate="0" tabularvalignment="middle">
10001 <column alignment="center" valignment="top">
10002 <column alignment="center" valignment="top">
10003 <row>
10004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10005 \begin_inset Text
10006
10007 \begin_layout Plain Layout
10008 コマンド
10009 \end_layout
10010
10011 \end_inset
10012 </cell>
10013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10014 \begin_inset Text
10015
10016 \begin_layout Plain Layout
10017 出力
10018 \begin_inset Note Note
10019 status collapsed
10020
10021 \begin_layout Plain Layout
10022 ここで
10023 \series bold
10024
10025 \backslash
10026 raisebox
10027 \series default
10028 および0ポイント空白はスペーサーとして使用しているだけです。
10029 \end_layout
10030
10031 \end_inset
10032
10033
10034 \end_layout
10035
10036 \end_inset
10037 </cell>
10038 </row>
10039 <row>
10040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10041 \begin_inset Text
10042
10043 \begin_layout Plain Layout
10044 \begin_inset Quotes grd
10045 \end_inset
10046
10047 i
10048 \end_layout
10049
10050 \end_inset
10051 </cell>
10052 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10053 \begin_inset Text
10054
10055 \begin_layout Plain Layout
10056
10057 \lang ngerman
10058 \begin_inset space \hspace{}
10059 \length 0pt
10060 \end_inset
10061
10062
10063 \begin_inset Formula $"i$
10064 \end_inset
10065
10066
10067 \end_layout
10068
10069 \end_inset
10070 </cell>
10071 </row>
10072 <row>
10073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10074 \begin_inset Text
10075
10076 \begin_layout Plain Layout
10077
10078 \backslash
10079 ddot
10080 \begin_inset space \textvisiblespace{}
10081 \end_inset
10082
10083 i
10084 \end_layout
10085
10086 \end_inset
10087 </cell>
10088 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10089 \begin_inset Text
10090
10091 \begin_layout Plain Layout
10092 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
10093 \end_inset
10094
10095
10096 \end_layout
10097
10098 \end_inset
10099 </cell>
10100 </row>
10101 </lyxtabular>
10102
10103 \end_inset
10104
10105
10106 \end_layout
10107
10108 \begin_layout Standard
10109
10110 \series bold
10111
10112 \backslash
10113 ddot
10114 \series default
10115 に比べて良いもう一つの利点は、上記のアクセントコマンドが
10116 \emph on
10117 数式中テキストでは使用できない
10118 \emph default
10119 のに対し、ウムラウトは直接数式中テキストに変換されることです。(アクセントコマンドによる)アクセント付き文字を数式中テキストに変換すると、アクセントの下にある文
10120 字しか変換されません。これは、たとえばイタリック体やボールド体への変換など、他のすべての変換に関しても言えることです。
10121 \end_layout
10122
10123 \begin_layout Standard
10124 ウムラウトと他のアクセント付き文字は、数式中テキストに直接入れることができます。
10125 \end_layout
10126
10127 \begin_layout Standard
10128 \begin_inset VSpace bigskip
10129 \end_inset
10130
10131
10132 \end_layout
10133
10134 \begin_layout Standard
10135
10136 \lang english
10137 LyX also supports a tilde under the character if the LaTeX-package
10138 \lang japanese
10139  
10140 \series bold
10141 undertilde
10142 \series default
10143
10144 \begin_inset Index idx
10145 status collapsed
10146
10147 \begin_layout Plain Layout
10148 ぱっけーじ@パッケージ ! upgreek
10149 \end_layout
10150
10151 \end_inset
10152
10153  
10154 \lang english
10155 is installed on your system:
10156 \end_layout
10157
10158 \begin_layout Standard
10159 \begin_inset ERT
10160 status collapsed
10161
10162 \begin_layout Plain Layout
10163
10164
10165 \backslash
10166 ifundertilde 
10167 \end_layout
10168
10169 \end_inset
10170
10171
10172 \begin_inset Note Note
10173 status open
10174
10175 \begin_layout Plain Layout
10176 以下の表は、
10177 \series bold
10178 undertilde
10179 \series default
10180  LaTeXパッケージが導入済みのときのみ表示されます。
10181 \end_layout
10182
10183 \end_inset
10184
10185
10186 \end_layout
10187
10188 \begin_layout Standard
10189 \noindent
10190 \align center
10191 \begin_inset Tabular
10192 <lyxtabular version="3" rows="2" columns="2">
10193 <features rotate="0" tabularvalignment="middle">
10194 <column alignment="center" valignment="top" width="0pt">
10195 <column alignment="center" valignment="top" width="0pt">
10196 <row>
10197 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10198 \begin_inset Text
10199
10200 \begin_layout Plain Layout
10201 コマンド
10202 \end_layout
10203
10204 \end_inset
10205 </cell>
10206 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10207 \begin_inset Text
10208
10209 \begin_layout Plain Layout
10210 出力
10211 \end_layout
10212
10213 \end_inset
10214 </cell>
10215 </row>
10216 <row>
10217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10218 \begin_inset Text
10219
10220 \begin_layout Plain Layout
10221
10222 \backslash
10223 utilde
10224 \begin_inset space \textvisiblespace{}
10225 \end_inset
10226
10227 A
10228 \end_layout
10229
10230 \end_inset
10231 </cell>
10232 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10233 \begin_inset Text
10234
10235 \begin_layout Plain Layout
10236 \begin_inset Formula $\raisebox{5mm}{}\utilde{A}$
10237 \end_inset
10238
10239
10240 \end_layout
10241
10242 \end_inset
10243 </cell>
10244 </row>
10245 </lyxtabular>
10246
10247 \end_inset
10248
10249
10250 \end_layout
10251
10252 \begin_layout Standard
10253 \begin_inset ERT
10254 status collapsed
10255
10256 \begin_layout Plain Layout
10257
10258
10259 \backslash
10260 else 
10261 \end_layout
10262
10263 \end_inset
10264
10265
10266 \begin_inset Note Note
10267 status open
10268
10269 \begin_layout Plain Layout
10270 以下は、
10271 \series bold
10272 undertilde
10273 \series default
10274  LaTeXパッケージが導入されていないときのみ表示されます。
10275 \end_layout
10276
10277 \end_inset
10278
10279
10280 \end_layout
10281
10282 \begin_layout Standard
10283 この小節のすべてを出力で見るには、
10284 \series bold
10285 undertilde
10286 \series default
10287  LaTeXパッケージを導入する必要があります。
10288 \end_layout
10289
10290 \begin_layout Standard
10291 \begin_inset ERT
10292 status collapsed
10293
10294 \begin_layout Plain Layout
10295
10296
10297 \backslash
10298 fi 
10299 \end_layout
10300
10301 \end_inset
10302
10303
10304 \end_layout
10305
10306 \begin_layout Subsection
10307 複数の文字に付けるアクセント
10308 \begin_inset Index idx
10309 status collapsed
10310
10311 \begin_layout Plain Layout
10312 あくせんと@アクセント ! ふくすうのもじにつける@複数の文字に付ける
10313 \end_layout
10314
10315 \end_inset
10316
10317
10318 \end_layout
10319
10320 \begin_layout Standard
10321 \begin_inset space \hfill{}
10322 \end_inset
10323
10324
10325 \begin_inset Tabular
10326 <lyxtabular version="3" rows="5" columns="2">
10327 <features rotate="0" tabularvalignment="middle">
10328 <column alignment="center" valignment="top" width="0pt">
10329 <column alignment="center" valignment="top" width="0pt">
10330 <row>
10331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10332 \begin_inset Text
10333
10334 \begin_layout Plain Layout
10335 コマンド
10336 \end_layout
10337
10338 \end_inset
10339 </cell>
10340 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10341 \begin_inset Text
10342
10343 \begin_layout Plain Layout
10344 出力
10345 \begin_inset Note Note
10346 status collapsed
10347
10348 \begin_layout Plain Layout
10349 ここで
10350 \series bold
10351
10352 \backslash
10353 raisebox
10354 \series default
10355 はスペーサーとして使用しているだけです。
10356 \end_layout
10357
10358 \end_inset
10359
10360
10361 \end_layout
10362
10363 \end_inset
10364 </cell>
10365 </row>
10366 <row>
10367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10368 \begin_inset Text
10369
10370 \begin_layout Plain Layout
10371
10372 \backslash
10373 overleftarrow
10374 \begin_inset space \textvisiblespace{}
10375 \end_inset
10376
10377 A=B
10378 \end_layout
10379
10380 \end_inset
10381 </cell>
10382 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10383 \begin_inset Text
10384
10385 \begin_layout Plain Layout
10386 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
10387 \end_inset
10388
10389
10390 \end_layout
10391
10392 \end_inset
10393 </cell>
10394 </row>
10395 <row>
10396 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10397 \begin_inset Text
10398
10399 \begin_layout Plain Layout
10400
10401 \backslash
10402 underleftarrow
10403 \begin_inset space \textvisiblespace{}
10404 \end_inset
10405
10406 A=B
10407 \end_layout
10408
10409 \end_inset
10410 </cell>
10411 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10412 \begin_inset Text
10413
10414 \begin_layout Plain Layout
10415 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
10416 \end_inset
10417
10418
10419 \end_layout
10420
10421 \end_inset
10422 </cell>
10423 </row>
10424 <row>
10425 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10426 \begin_inset Text
10427
10428 \begin_layout Plain Layout
10429
10430 \backslash
10431 overleftrightarrow
10432 \begin_inset space \textvisiblespace{}
10433 \end_inset
10434
10435 A=B
10436 \end_layout
10437
10438 \end_inset
10439 </cell>
10440 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10441 \begin_inset Text
10442
10443 \begin_layout Plain Layout
10444 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
10445 \end_inset
10446
10447
10448 \end_layout
10449
10450 \end_inset
10451 </cell>
10452 </row>
10453 <row>
10454 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10455 \begin_inset Text
10456
10457 \begin_layout Plain Layout
10458
10459 \backslash
10460 underleftrightarrow
10461 \begin_inset space \textvisiblespace{}
10462 \end_inset
10463
10464 A=B
10465 \end_layout
10466
10467 \end_inset
10468 </cell>
10469 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10470 \begin_inset Text
10471
10472 \begin_layout Plain Layout
10473 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10474 \end_inset
10475
10476
10477 \end_layout
10478
10479 \end_inset
10480 </cell>
10481 </row>
10482 </lyxtabular>
10483
10484 \end_inset
10485
10486
10487 \begin_inset space \hfill{}
10488 \end_inset
10489
10490
10491 \begin_inset Tabular
10492 <lyxtabular version="3" rows="5" columns="2">
10493 <features rotate="0" tabularvalignment="middle">
10494 <column alignment="center" valignment="top" width="0pt">
10495 <column alignment="center" valignment="top" width="0pt">
10496 <row>
10497 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10498 \begin_inset Text
10499
10500 \begin_layout Plain Layout
10501 コマンド
10502 \end_layout
10503
10504 \end_inset
10505 </cell>
10506 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10507 \begin_inset Text
10508
10509 \begin_layout Plain Layout
10510 出力
10511 \end_layout
10512
10513 \end_inset
10514 </cell>
10515 </row>
10516 <row>
10517 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10518 \begin_inset Text
10519
10520 \begin_layout Plain Layout
10521
10522 \backslash
10523 overrightarrow
10524 \begin_inset space \textvisiblespace{}
10525 \end_inset
10526
10527 A=B
10528 \end_layout
10529
10530 \end_inset
10531 </cell>
10532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10533 \begin_inset Text
10534
10535 \begin_layout Plain Layout
10536 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
10537 \end_inset
10538
10539
10540 \end_layout
10541
10542 \end_inset
10543 </cell>
10544 </row>
10545 <row>
10546 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10547 \begin_inset Text
10548
10549 \begin_layout Plain Layout
10550
10551 \backslash
10552 underrightarrow
10553 \begin_inset space \textvisiblespace{}
10554 \end_inset
10555
10556 A=B
10557 \end_layout
10558
10559 \end_inset
10560 </cell>
10561 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10562 \begin_inset Text
10563
10564 \begin_layout Plain Layout
10565 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
10566 \end_inset
10567
10568
10569 \end_layout
10570
10571 \end_inset
10572 </cell>
10573 </row>
10574 <row>
10575 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10576 \begin_inset Text
10577
10578 \begin_layout Plain Layout
10579
10580 \backslash
10581 widetilde
10582 \begin_inset space \textvisiblespace{}
10583 \end_inset
10584
10585 A=B
10586 \end_layout
10587
10588 \end_inset
10589 </cell>
10590 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10591 \begin_inset Text
10592
10593 \begin_layout Plain Layout
10594 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
10595 \end_inset
10596
10597
10598 \end_layout
10599
10600 \end_inset
10601 </cell>
10602 </row>
10603 <row>
10604 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10605 \begin_inset Text
10606
10607 \begin_layout Plain Layout
10608
10609 \backslash
10610 widehat
10611 \begin_inset space \textvisiblespace{}
10612 \end_inset
10613
10614 A=B
10615 \end_layout
10616
10617 \end_inset
10618 </cell>
10619 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10620 \begin_inset Text
10621
10622 \begin_layout Plain Layout
10623 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
10624 \end_inset
10625
10626
10627 \end_layout
10628
10629 \end_inset
10630 </cell>
10631 </row>
10632 </lyxtabular>
10633
10634 \end_inset
10635
10636
10637 \begin_inset space \hfill{}
10638 \end_inset
10639
10640
10641 \end_layout
10642
10643 \begin_layout Standard
10644 \begin_inset VSpace medskip
10645 \end_inset
10646
10647 これらのコマンドでは、好きなだけ多くの文字にアクセントを付けることができます。しかし、
10648 \series bold
10649
10650 \backslash
10651 widetilde
10652 \series default
10653 および
10654 \series bold
10655
10656 \backslash
10657 widehat
10658 \series default
10659 のアクセントは、以下の例のように、出力では3文字分の長さにしかなりません。
10660 \begin_inset Formula 
10661 \[
10662 \widetilde{A+B=C-D}
10663 \]
10664
10665 \end_inset
10666
10667
10668 \end_layout
10669
10670 \begin_layout Standard
10671 前小節で述べた
10672 \series bold
10673
10674 \backslash
10675 overset
10676 \series default
10677
10678 \begin_inset Index idx
10679 status collapsed
10680
10681 \begin_layout Plain Layout
10682 こまんど@コマンド ! O ! 
10683 \backslash
10684 overset
10685 \end_layout
10686
10687 \end_inset
10688
10689 コマンドと
10690 \series bold
10691
10692 \backslash
10693 underset
10694 \series default
10695
10696 \begin_inset Index idx
10697 status collapsed
10698
10699 \begin_layout Plain Layout
10700 こまんど@コマンド ! U ! 
10701 \backslash
10702 underset
10703 \end_layout
10704
10705 \end_inset
10706
10707 コマンドを使っても、複数の文字にアクセントを付けることができます。
10708 \series bold
10709
10710 \backslash
10711 underset
10712 \begin_inset space \textvisiblespace{}
10713 \end_inset
10714
10715 A=B
10716 \begin_inset Formula $\downarrow$
10717 \end_inset
10718
10719 ***
10720 \series default
10721 というコマンドは、
10722 \begin_inset Formula 
10723 \[
10724 \underset{***}{A=B}
10725 \]
10726
10727 \end_inset
10728
10729 のようになります。
10730 \end_layout
10731
10732 \begin_layout Section
10733 空白
10734 \begin_inset CommandInset label
10735 LatexCommand label
10736 name "sub:空白"
10737
10738 \end_inset
10739
10740
10741 \begin_inset Index idx
10742 status collapsed
10743
10744 \begin_layout Plain Layout
10745 くうはく@空白 ! すいへい@水平
10746 \end_layout
10747
10748 \end_inset
10749
10750
10751 \end_layout
10752
10753 \begin_layout Subsection
10754 定義済みの空白
10755 \begin_inset CommandInset label
10756 LatexCommand label
10757 name "sub:定義済みの空白"
10758
10759 \end_inset
10760
10761
10762 \begin_inset Index idx
10763 status collapsed
10764
10765 \begin_layout Plain Layout
10766 くうはく@空白 ! すいへい@水平 ! ていぎずみ@定義済み
10767 \end_layout
10768
10769 \end_inset
10770
10771
10772 \end_layout
10773
10774 \begin_layout Standard
10775 数式に水平方向の空白を挿入することが、必要になることがあります。これは、保護された空白(
10776 \begin_inset Flex Ruby
10777 status collapsed
10778
10779 \begin_layout Plain Layout
10780 捷径
10781 \begin_inset Argument post:1
10782 status collapsed
10783
10784 \begin_layout Plain Layout
10785 ショートカット
10786 \end_layout
10787
10788 \end_inset
10789
10790
10791 \end_layout
10792
10793 \end_inset
10794
10795
10796 \begin_inset Info
10797 type  "shortcut"
10798 arg   "space-insert protected"
10799 \end_inset
10800
10801 )を挿入することで実現できます。「
10802 \color blue
10803
10804 \begin_inset space \textvisiblespace{}
10805 \end_inset
10806
10807
10808 \color inherit
10809 」が現れるので、
10810 \family sans
10811 Space
10812 \family default
10813 を何回か押すことによって、8種の異なる長さの空白のうち一つを選択することができます。空白は、数式ツールバーボタンの
10814 \begin_inset Info
10815 type  "icon"
10816 arg   "math-insert \\space"
10817 \end_inset
10818
10819 を押すか、特定のコマンドを入力することで、挿入することができます。挿入したコマンド如何に関わらず、直後に
10820 \family sans
10821 Space
10822 \family default
10823 を押すことによって、長さを変更することができます。
10824 \end_layout
10825
10826 \begin_layout Standard
10827 \noindent
10828 \align center
10829 \begin_inset Tabular
10830 <lyxtabular version="3" rows="6" columns="3">
10831 <features rotate="0" tabularvalignment="middle">
10832 <column alignment="center" valignment="top">
10833 <column alignment="center" valignment="top" width="15col%">
10834 <column alignment="center" valignment="top">
10835 <row>
10836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10837 \begin_inset Text
10838
10839 \begin_layout Plain Layout
10840 コマンド
10841 \end_layout
10842
10843 \end_inset
10844 </cell>
10845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10846 \begin_inset Text
10847
10848 \begin_layout Plain Layout
10849 保護された空白を挿入したのち、
10850 \family sans
10851 Space
10852 \family default
10853 を叩く回数
10854 \end_layout
10855
10856 \end_inset
10857 </cell>
10858 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10859 \begin_inset Text
10860
10861 \begin_layout Plain Layout
10862 出力
10863 \end_layout
10864
10865 \end_inset
10866 </cell>
10867 </row>
10868 <row>
10869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10870 \begin_inset Text
10871
10872 \begin_layout Plain Layout
10873
10874 \backslash
10875 ,
10876 \end_layout
10877
10878 \end_inset
10879 </cell>
10880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10881 \begin_inset Text
10882
10883 \begin_layout Plain Layout
10884 0
10885 \end_layout
10886
10887 \end_inset
10888 </cell>
10889 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10890 \begin_inset Text
10891
10892 \begin_layout Plain Layout
10893 \begin_inset Formula $A\, B$
10894 \end_inset
10895
10896
10897 \end_layout
10898
10899 \end_inset
10900 </cell>
10901 </row>
10902 <row>
10903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10904 \begin_inset Text
10905
10906 \begin_layout Plain Layout
10907
10908 \backslash
10909 :
10910 \end_layout
10911
10912 \end_inset
10913 </cell>
10914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10915 \begin_inset Text
10916
10917 \begin_layout Plain Layout
10918 1
10919 \end_layout
10920
10921 \end_inset
10922 </cell>
10923 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10924 \begin_inset Text
10925
10926 \begin_layout Plain Layout
10927 \begin_inset Formula $A\: B$
10928 \end_inset
10929
10930
10931 \end_layout
10932
10933 \end_inset
10934 </cell>
10935 </row>
10936 <row>
10937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10938 \begin_inset Text
10939
10940 \begin_layout Plain Layout
10941
10942 \backslash
10943 ;
10944 \end_layout
10945
10946 \end_inset
10947 </cell>
10948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10949 \begin_inset Text
10950
10951 \begin_layout Plain Layout
10952 2
10953 \end_layout
10954
10955 \end_inset
10956 </cell>
10957 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10958 \begin_inset Text
10959
10960 \begin_layout Plain Layout
10961 \begin_inset Formula $A\; B$
10962 \end_inset
10963
10964
10965 \end_layout
10966
10967 \end_inset
10968 </cell>
10969 </row>
10970 <row>
10971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10972 \begin_inset Text
10973
10974 \begin_layout Plain Layout
10975
10976 \backslash
10977 quad
10978 \end_layout
10979
10980 \end_inset
10981 </cell>
10982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10983 \begin_inset Text
10984
10985 \begin_layout Plain Layout
10986 3
10987 \end_layout
10988
10989 \end_inset
10990 </cell>
10991 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10992 \begin_inset Text
10993
10994 \begin_layout Plain Layout
10995 \begin_inset Formula $A\quad B$
10996 \end_inset
10997
10998
10999 \end_layout
11000
11001 \end_inset
11002 </cell>
11003 </row>
11004 <row>
11005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11006 \begin_inset Text
11007
11008 \begin_layout Plain Layout
11009
11010 \backslash
11011 qquad
11012 \end_layout
11013
11014 \end_inset
11015 </cell>
11016 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11017 \begin_inset Text
11018
11019 \begin_layout Plain Layout
11020 4
11021 \end_layout
11022
11023 \end_inset
11024 </cell>
11025 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11026 \begin_inset Text
11027
11028 \begin_layout Plain Layout
11029 \begin_inset Formula $A\qquad B$
11030 \end_inset
11031
11032
11033 \end_layout
11034
11035 \end_inset
11036 </cell>
11037 </row>
11038 </lyxtabular>
11039
11040 \end_inset
11041
11042
11043 \begin_inset space \hfill{}
11044 \end_inset
11045
11046
11047 \begin_inset Tabular
11048 <lyxtabular version="3" rows="6" columns="3">
11049 <features rotate="0" tabularvalignment="middle">
11050 <column alignment="center" valignment="top">
11051 <column alignment="center" valignment="top" width="15col%">
11052 <column alignment="center" valignment="top">
11053 <row>
11054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11055 \begin_inset Text
11056
11057 \begin_layout Plain Layout
11058 コマンド
11059 \end_layout
11060
11061 \end_inset
11062 </cell>
11063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11064 \begin_inset Text
11065
11066 \begin_layout Plain Layout
11067 保護された空白を挿入したのち、
11068 \family sans
11069 Space
11070 \family default
11071 を叩く回数
11072 \end_layout
11073
11074 \end_inset
11075 </cell>
11076 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11077 \begin_inset Text
11078
11079 \begin_layout Plain Layout
11080 出力
11081 \end_layout
11082
11083 \end_inset
11084 </cell>
11085 </row>
11086 <row>
11087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11088 \begin_inset Text
11089
11090 \begin_layout Plain Layout
11091
11092 \backslash
11093 hfill
11094 \end_layout
11095
11096 \end_inset
11097 </cell>
11098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11099 \begin_inset Text
11100
11101 \begin_layout Plain Layout
11102 5
11103 \end_layout
11104
11105 \end_inset
11106 </cell>
11107 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11108 \begin_inset Text
11109
11110 \begin_layout Plain Layout
11111 \begin_inset Formula $A\hfill B$
11112 \end_inset
11113
11114
11115 \end_layout
11116
11117 \end_inset
11118 </cell>
11119 </row>
11120 <row>
11121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11122 \begin_inset Text
11123
11124 \begin_layout Plain Layout
11125
11126 \backslash
11127 hspace*{1em}
11128 \end_layout
11129
11130 \end_inset
11131 </cell>
11132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11133 \begin_inset Text
11134
11135 \begin_layout Plain Layout
11136 6
11137 \end_layout
11138
11139 \end_inset
11140 </cell>
11141 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11142 \begin_inset Text
11143
11144 \begin_layout Plain Layout
11145 \begin_inset Formula $A\hspace*{1em}B$
11146 \end_inset
11147
11148
11149 \end_layout
11150
11151 \end_inset
11152 </cell>
11153 </row>
11154 <row>
11155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11156 \begin_inset Text
11157
11158 \begin_layout Plain Layout
11159
11160 \backslash
11161 hspace{1em}
11162 \end_layout
11163
11164 \end_inset
11165 </cell>
11166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11167 \begin_inset Text
11168
11169 \begin_layout Plain Layout
11170 7
11171 \end_layout
11172
11173 \end_inset
11174 </cell>
11175 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11176 \begin_inset Text
11177
11178 \begin_layout Plain Layout
11179 \begin_inset Formula $A\hspace{1em}B$
11180 \end_inset
11181
11182
11183 \end_layout
11184
11185 \end_inset
11186 </cell>
11187 </row>
11188 <row>
11189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11190 \begin_inset Text
11191
11192 \begin_layout Plain Layout
11193
11194 \backslash
11195
11196 \begin_inset space \textvisiblespace{}
11197 \end_inset
11198
11199
11200 \end_layout
11201
11202 \end_inset
11203 </cell>
11204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11205 \begin_inset Text
11206
11207 \begin_layout Plain Layout
11208 8
11209 \end_layout
11210
11211 \end_inset
11212 </cell>
11213 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11214 \begin_inset Text
11215
11216 \begin_layout Plain Layout
11217 \begin_inset Formula $A\ B$
11218 \end_inset
11219
11220
11221 \end_layout
11222
11223 \end_inset
11224 </cell>
11225 </row>
11226 <row>
11227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11228 \begin_inset Text
11229
11230 \begin_layout Plain Layout
11231
11232 \backslash
11233 !
11234 \end_layout
11235
11236 \end_inset
11237 </cell>
11238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11239 \begin_inset Text
11240
11241 \begin_layout Plain Layout
11242 9
11243 \end_layout
11244
11245 \end_inset
11246 </cell>
11247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11248 \begin_inset Text
11249
11250 \begin_layout Plain Layout
11251 \begin_inset Formula $A\! B$
11252 \end_inset
11253
11254
11255 \end_layout
11256
11257 \end_inset
11258 </cell>
11259 </row>
11260 </lyxtabular>
11261
11262 \end_inset
11263
11264
11265 \end_layout
11266
11267 \begin_layout Standard
11268
11269 \lang english
11270 Space
11271 \begin_inset space ~
11272 \end_inset
11273
11274 5
11275 \begin_inset space \thinspace{}
11276 \end_inset
11277
11278 --
11279 \begin_inset space \thinspace{}
11280 \end_inset
11281
11282 7 are variable spaces which are explained in
11283 \lang japanese
11284  
11285 \begin_inset CommandInset ref
11286 LatexCommand ref
11287 reference "sub:可変長の空白"
11288
11289 \end_inset
11290
11291 .一番右の長さは、一見、空白を生まないように見えます。実はこれは負の長さなので、他の長さと異なり、LyX中では赤で表示されます。以下のように、他にもう二つ、負の長
11292 さの空白があります。
11293 \end_layout
11294
11295 \begin_layout Standard
11296 \align center
11297 \begin_inset Tabular
11298 <lyxtabular version="3" rows="3" columns="3">
11299 <features rotate="0" tabularvalignment="middle">
11300 <column alignment="center" valignment="middle" width="6.8cm">
11301 <column alignment="center" valignment="top" width="0pt">
11302 <column alignment="center" valignment="top" width="0pt">
11303 <row>
11304 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11305 \begin_inset Text
11306
11307 \begin_layout Plain Layout
11308 コマンド
11309 \end_layout
11310
11311 \end_inset
11312 </cell>
11313 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11314 \begin_inset Text
11315
11316 \begin_layout Plain Layout
11317
11318 \backslash
11319 negmedspace
11320 \end_layout
11321
11322 \end_inset
11323 </cell>
11324 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11325 \begin_inset Text
11326
11327 \begin_layout Plain Layout
11328
11329 \backslash
11330 negthickspace
11331 \end_layout
11332
11333 \end_inset
11334 </cell>
11335 </row>
11336 <row>
11337 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11338 \begin_inset Text
11339
11340 \begin_layout Plain Layout
11341 保護された空白を挿入したのち、
11342 \family sans
11343 Space
11344 \family default
11345 を叩く回数
11346 \end_layout
11347
11348 \end_inset
11349 </cell>
11350 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11351 \begin_inset Text
11352
11353 \begin_layout Plain Layout
11354 10
11355 \end_layout
11356
11357 \end_inset
11358 </cell>
11359 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11360 \begin_inset Text
11361
11362 \begin_layout Plain Layout
11363 11
11364 \end_layout
11365
11366 \end_inset
11367 </cell>
11368 </row>
11369 <row>
11370 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11371 \begin_inset Text
11372
11373 \begin_layout Plain Layout
11374 出力
11375 \end_layout
11376
11377 \end_inset
11378 </cell>
11379 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11380 \begin_inset Text
11381
11382 \begin_layout Plain Layout
11383 \begin_inset Formula $A\negmedspace B$
11384 \end_inset
11385
11386
11387 \end_layout
11388
11389 \end_inset
11390 </cell>
11391 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11392 \begin_inset Text
11393
11394 \begin_layout Plain Layout
11395 \begin_inset Formula $A\negthickspace B$
11396 \end_inset
11397
11398
11399 \end_layout
11400
11401 \end_inset
11402 </cell>
11403 </row>
11404 </lyxtabular>
11405
11406 \end_inset
11407
11408
11409 \end_layout
11410
11411 \begin_layout Standard
11412 負の空白を使うと、文字が重なってしまうことがあります。これを利用して、合字処理を強制することができます。これは、たとえば以下のように、和演算子に使えます。
11413 \end_layout
11414
11415 \begin_layout Standard
11416 \align center
11417 \begin_inset Tabular
11418 <lyxtabular version="3" rows="3" columns="2">
11419 <features rotate="0" tabularvalignment="middle">
11420 <column alignment="center" valignment="top">
11421 <column alignment="center" valignment="top">
11422 <row>
11423 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11424 \begin_inset Text
11425
11426 \begin_layout Plain Layout
11427 コマンド
11428 \end_layout
11429
11430 \end_inset
11431 </cell>
11432 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11433 \begin_inset Text
11434
11435 \begin_layout Plain Layout
11436 出力
11437 \begin_inset Note Note
11438 status collapsed
11439
11440 \begin_layout Plain Layout
11441 ここで
11442 \series bold
11443
11444 \backslash
11445 raisebox
11446 \series default
11447 はスペーサーとして使用しているだけです。
11448 \end_layout
11449
11450 \end_inset
11451
11452
11453 \end_layout
11454
11455 \end_inset
11456 </cell>
11457 </row>
11458 <row>
11459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11460 \begin_inset Text
11461
11462 \begin_layout Plain Layout
11463
11464 \backslash
11465 sum
11466 \backslash
11467 sum
11468 \begin_inset space \textvisiblespace{}
11469 \end_inset
11470
11471 f_kl
11472 \end_layout
11473
11474 \end_inset
11475 </cell>
11476 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11477 \begin_inset Text
11478
11479 \begin_layout Plain Layout
11480 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11481 \end_inset
11482
11483
11484 \end_layout
11485
11486 \end_inset
11487 </cell>
11488 </row>
11489 <row>
11490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11491 \begin_inset Text
11492
11493 \begin_layout Plain Layout
11494
11495 \backslash
11496 sum
11497 \backslash
11498 negmedspace
11499 \backslash
11500 sum
11501 \begin_inset space \textvisiblespace{}
11502 \end_inset
11503
11504 f_kl
11505 \end_layout
11506
11507 \end_inset
11508 </cell>
11509 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11510 \begin_inset Text
11511
11512 \begin_layout Plain Layout
11513 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11514 \end_inset
11515
11516
11517 \end_layout
11518
11519 \end_inset
11520 </cell>
11521 </row>
11522 </lyxtabular>
11523
11524 \end_inset
11525
11526
11527 \end_layout
11528
11529 \begin_layout Standard
11530 \noindent
11531 \begin_inset VSpace medskip
11532 \end_inset
11533
11534
11535 \end_layout
11536
11537 \begin_layout Standard
11538 \noindent
11539 イコール記号などの関係子は、つねに空白を前後に伴うようになっていますが、これを抑制するには、イコール記号をTeX括弧で囲みます。以下の例にこれを示します。
11540 \end_layout
11541
11542 \begin_layout Standard
11543 \align center
11544 \begin_inset Tabular
11545 <lyxtabular version="3" rows="2" columns="2">
11546 <features rotate="0" tabularvalignment="middle">
11547 <column alignment="center" valignment="top" width="0pt">
11548 <column alignment="center" valignment="top" width="0pt">
11549 <row>
11550 <cell alignment="center" valignment="top" usebox="none">
11551 \begin_inset Text
11552
11553 \begin_layout Plain Layout
11554 通常の数式
11555 \end_layout
11556
11557 \end_inset
11558 </cell>
11559 <cell alignment="center" valignment="top" usebox="none">
11560 \begin_inset Text
11561
11562 \begin_layout Plain Layout
11563 \begin_inset Formula $A=B$
11564 \end_inset
11565
11566
11567 \end_layout
11568
11569 \end_inset
11570 </cell>
11571 </row>
11572 <row>
11573 <cell alignment="center" valignment="top" usebox="none">
11574 \begin_inset Text
11575
11576 \begin_layout Plain Layout
11577 \begin_inset Note Note
11578 status collapsed
11579
11580 \begin_layout Plain Layout
11581 ここで
11582 \series bold
11583
11584 \backslash
11585 raisebox
11586 \series default
11587 はスペーサーとして使用しているだけです。
11588 \end_layout
11589
11590 \end_inset
11591
11592
11593 \begin_inset Formula $\raisebox{5mm}{}$
11594 \end_inset
11595
11596 空白なしの数式
11597 \end_layout
11598
11599 \end_inset
11600 </cell>
11601 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11602 \begin_inset Text
11603
11604 \begin_layout Plain Layout
11605 \begin_inset Formula $A{=}B$
11606 \end_inset
11607
11608
11609 \end_layout
11610
11611 \end_inset
11612 </cell>
11613 </row>
11614 </lyxtabular>
11615
11616 \end_inset
11617
11618
11619 \end_layout
11620
11621 \begin_layout Standard
11622 \noindent
11623 二行目の数式を作るコマンドは、
11624 \series bold
11625 A
11626 \backslash
11627 {=
11628 \begin_inset Formula $\to$
11629 \end_inset
11630
11631 B
11632 \series default
11633 です。
11634 \end_layout
11635
11636 \begin_layout Standard
11637 \begin_inset VSpace bigskip
11638 \end_inset
11639
11640 物理単位には、値と単位のあいだに通常の空白ではなく、最小の空白を入れる必要があるために、それに適した空白が必要です。本文中の単位には、挿入\SpecialChar \menuseparator
11641 整形\SpecialChar \menuseparator
11642 小空白メニュー(
11643 \begin_inset Flex Ruby
11644 status collapsed
11645
11646 \begin_layout Plain Layout
11647 捷径
11648 \begin_inset Argument post:1
11649 status collapsed
11650
11651 \begin_layout Plain Layout
11652 ショートカット
11653 \end_layout
11654
11655 \end_inset
11656
11657
11658 \end_layout
11659
11660 \end_inset
11661
11662
11663 \begin_inset Info
11664 type  "shortcut"
11665 arg   "space-insert thin"
11666 \end_inset
11667
11668 )で、最小の空白を挿入することができます。
11669 \end_layout
11670
11671 \begin_layout Standard
11672 違いを示す例を以下に掲げます。
11673 \end_layout
11674
11675 \begin_layout Standard
11676 \begin_inset Tabular
11677 <lyxtabular version="3" rows="2" columns="2">
11678 <features rotate="0" tabularvalignment="middle">
11679 <column alignment="left" valignment="top">
11680 <column alignment="left" valignment="top">
11681 <row>
11682 <cell alignment="center" valignment="top" usebox="none">
11683 \begin_inset Text
11684
11685 \begin_layout Plain Layout
11686 24 kW
11687 \begin_inset Formula $\cdot$
11688 \end_inset
11689
11690 h
11691 \end_layout
11692
11693 \end_inset
11694 </cell>
11695 <cell alignment="center" valignment="top" usebox="none">
11696 \begin_inset Text
11697
11698 \begin_layout Plain Layout
11699 値と単位のあいだに通常の空白を入れた例
11700 \end_layout
11701
11702 \end_inset
11703 </cell>
11704 </row>
11705 <row>
11706 <cell alignment="center" valignment="top" usebox="none">
11707 \begin_inset Text
11708
11709 \begin_layout Plain Layout
11710 24
11711 \begin_inset space \thinspace{}
11712 \end_inset
11713
11714 kW
11715 \begin_inset Formula $\cdot$
11716 \end_inset
11717
11718 h
11719 \end_layout
11720
11721 \end_inset
11722 </cell>
11723 <cell alignment="center" valignment="top" usebox="none">
11724 \begin_inset Text
11725
11726 \begin_layout Plain Layout
11727 値と単位のあいだに最小の空白を入れた例
11728 \end_layout
11729
11730 \end_inset
11731 </cell>
11732 </row>
11733 </lyxtabular>
11734
11735 \end_inset
11736
11737
11738 \end_layout
11739
11740 \begin_layout Subsection
11741 可変長の空白
11742 \begin_inset ERT
11743 status collapsed
11744
11745 \begin_layout Plain Layout
11746
11747
11748 \backslash
11749 texorpdfstring{
11750 \end_layout
11751
11752 \end_inset
11753
11754
11755 \begin_inset Foot
11756 status collapsed
11757
11758 \begin_layout Plain Layout
11759 数式中の垂直方向の空白については、第
11760 \begin_inset CommandInset ref
11761 LatexCommand ref
11762 reference "sub:行間"
11763
11764 \end_inset
11765
11766 節をご覧下さい。
11767 \end_layout
11768
11769 \end_inset
11770
11771
11772 \begin_inset ERT
11773 status collapsed
11774
11775 \begin_layout Plain Layout
11776
11777 }{}
11778 \end_layout
11779
11780 \end_inset
11781
11782
11783 \begin_inset Note Note
11784 status collapsed
11785
11786 \begin_layout Plain Layout
11787
11788 \backslash
11789 texorpdfstringは、PDFのしおりに脚注が現れるのを防ぐために使われています。
11790 \end_layout
11791
11792 \begin_layout Plain Layout
11793
11794 \backslash
11795 texorpdfstringについての詳細は、第
11796 \begin_inset CommandInset ref
11797 LatexCommand ref
11798 reference "sub:節見出し中の数式"
11799
11800 \end_inset
11801
11802 節にあります。
11803 \end_layout
11804
11805 \end_inset
11806
11807
11808 \begin_inset CommandInset label
11809 LatexCommand label
11810 name "sub:可変長の空白"
11811
11812 \end_inset
11813
11814
11815 \begin_inset Index idx
11816 status collapsed
11817
11818 \begin_layout Plain Layout
11819 くうはく@空白 ! すいへいほうこう@水平方向 ! かへんちょう@可変長
11820 \end_layout
11821
11822 \end_inset
11823
11824
11825 \end_layout
11826
11827 \begin_layout Standard
11828 指定した長さの空白が、
11829 \series bold
11830
11831 \backslash
11832 hspace
11833 \series default
11834
11835 \begin_inset Index idx
11836 status collapsed
11837
11838 \begin_layout Plain Layout
11839 こまんど@コマンド ! H ! 
11840 \backslash
11841 hspace
11842 \end_layout
11843
11844 \end_inset
11845
11846 コマンドで入力することができます。すると、ながい「
11847 \color blue
11848
11849 \begin_inset space \textvisiblespace{}
11850 \end_inset
11851
11852
11853 \color inherit
11854 」が現れます。長さは、「
11855 \color blue
11856
11857 \begin_inset space \textvisiblespace{}
11858 \end_inset
11859
11860
11861 \color inherit
11862 」を左クリックすることによって指定することができます。長さは負の値でも構いません。
11863 \lang english
11864 When a space would be the first character in a line it would be omitted.
11865  To force its output use the command 
11866 \series bold
11867
11868 \backslash
11869 hspace*
11870 \series default
11871  instead of 
11872 \series bold
11873
11874 \backslash
11875 hspace
11876 \series default
11877  or left-click on the 
11878 \begin_inset Quotes eld
11879 \end_inset
11880
11881
11882 \color blue
11883
11884 \begin_inset space \textvisiblespace{}
11885 \end_inset
11886
11887
11888 \color inherit
11889
11890 \begin_inset Quotes erd
11891 \end_inset
11892
11893  and check the option 
11894 \family sans
11895 Protect
11896 \family default
11897 .
11898 \lang japanese
11899
11900 \begin_inset Newline newline
11901 \end_inset
11902
11903 数式が使用できる空白をすべて使い尽くすだけの空白を挿入するには、
11904 \series bold
11905
11906 \backslash
11907 hfill
11908 \series default
11909
11910 \begin_inset Index idx
11911 status collapsed
11912
11913 \begin_layout Plain Layout
11914 こまんど@コマンド ! H ! 
11915 \backslash
11916 hfill
11917 \end_layout
11918
11919 \end_inset
11920
11921 コマンドを使用します。
11922 \end_layout
11923
11924 \begin_layout Standard
11925 \begin_inset VSpace -1mm
11926 \end_inset
11927
11928
11929 \end_layout
11930
11931 \begin_layout Standard
11932 \align center
11933 \begin_inset Tabular
11934 <lyxtabular version="3" rows="4" columns="2">
11935 <features rotate="0" tabularvalignment="middle">
11936 <column alignment="center" valignment="top">
11937 <column alignment="center" valignment="top">
11938 <row>
11939 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11940 \begin_inset Text
11941
11942 \begin_layout Plain Layout
11943 コマンド(
11944 \backslash
11945 hspace 長さ)
11946 \end_layout
11947
11948 \end_inset
11949 </cell>
11950 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11951 \begin_inset Text
11952
11953 \begin_layout Plain Layout
11954 出力
11955 \end_layout
11956
11957 \end_inset
11958 </cell>
11959 </row>
11960 <row>
11961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11962 \begin_inset Text
11963
11964 \begin_layout Plain Layout
11965 A=B
11966 \backslash
11967 hspace
11968 \begin_inset space \textvisiblespace{}
11969 \end_inset
11970
11971 A
11972 \backslash
11973 not=C (3
11974 \begin_inset space \thinspace{}
11975 \end_inset
11976
11977 cm)
11978 \end_layout
11979
11980 \end_inset
11981 </cell>
11982 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11983 \begin_inset Text
11984
11985 \begin_layout Plain Layout
11986 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
11987 \end_inset
11988
11989
11990 \end_layout
11991
11992 \end_inset
11993 </cell>
11994 </row>
11995 <row>
11996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11997 \begin_inset Text
11998
11999 \begin_layout Plain Layout
12000 A
12001 \backslash
12002 hspace
12003 \begin_inset space \textvisiblespace{}
12004 \end_inset
12005
12006 A
12007 \backslash
12008 not=A (-1
12009 \begin_inset space \thinspace{}
12010 \end_inset
12011
12012 mm)
12013 \end_layout
12014
12015 \end_inset
12016 </cell>
12017 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12018 \begin_inset Text
12019
12020 \begin_layout Plain Layout
12021 \begin_inset Formula $A\hspace{-1mm}A\not=A$
12022 \end_inset
12023
12024
12025 \end_layout
12026
12027 \end_inset
12028 </cell>
12029 </row>
12030 <row>
12031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12032 \begin_inset Text
12033
12034 \begin_layout Plain Layout
12035 A=A
12036 \backslash
12037 hfill
12038 \begin_inset space \textvisiblespace{}
12039 \end_inset
12040
12041 B=B
12042 \end_layout
12043
12044 \end_inset
12045 </cell>
12046 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12047 \begin_inset Text
12048
12049 \begin_layout Plain Layout
12050 \begin_inset Formula $A=A\hfill B=B$
12051 \end_inset
12052
12053
12054 \end_layout
12055
12056 \end_inset
12057 </cell>
12058 </row>
12059 </lyxtabular>
12060
12061 \end_inset
12062
12063
12064 \end_layout
12065
12066 \begin_layout Standard
12067 上記の最後の例では、使用できる空白は、表の列中もっとも長い要素によって規定されます。行内数式では、空白は、
12068 \series bold
12069
12070 \backslash
12071 hfill
12072 \series default
12073 が挿入された行の長さに依存します。つまり、その行が全幅を使用している場合、空白はまったく作られません。また
12074 \series bold
12075
12076 \backslash
12077 hfill
12078 \series default
12079 は、別行立て数式中では、
12080 \series bold
12081 行頭下げ
12082 \series default
12083 数式スタイルが使われているときのみ、意味を持ちます(数式スタイルは第
12084 \begin_inset CommandInset ref
12085 LatexCommand ref
12086 reference "sec:数式様式"
12087
12088 \end_inset
12089
12090 節で説明されています)。
12091 \end_layout
12092
12093 \begin_layout Standard
12094
12095 \series bold
12096
12097 \backslash
12098 hfill
12099 \series default
12100 の他にも、空白を模様で埋める
12101 \series bold
12102
12103 \backslash
12104 dotfill
12105 \series default
12106
12107 \series bold
12108
12109 \backslash
12110 hrulefill
12111 \series default
12112 といったコマンドがあります。用例については第
12113 \begin_inset CommandInset ref
12114 LatexCommand ref
12115 reference "sub:省略符号"
12116
12117 \end_inset
12118
12119 節をご参照下さい。
12120 \end_layout
12121
12122 \begin_layout Standard
12123 本文中では、可変長空白は、
12124 \family sans
12125 挿入\SpecialChar \menuseparator
12126 整形\SpecialChar \menuseparator
12127 水平方向の空白
12128 \family default
12129 メニューで挿入することができます。
12130 \end_layout
12131
12132 \begin_layout Standard
12133 (例)
12134 \end_layout
12135
12136 \begin_layout Standard
12137 この行には、
12138 \begin_inset space \hspace{}
12139 \length 2cm
12140 \end_inset
12141
12142 2
12143 \begin_inset space \thinspace{}
12144 \end_inset
12145
12146 cmの空白が入っています。
12147 \end_layout
12148
12149 \begin_layout Standard
12150 この行には、
12151 \begin_inset space \hfill{}
12152 \end_inset
12153
12154 最大の空白が入っています。
12155 \end_layout
12156
12157 \begin_layout Subsection
12158 行内数式周りの空白
12159 \begin_inset Index idx
12160 status collapsed
12161
12162 \begin_layout Plain Layout
12163 くうはく@空白 ! ぎょうないすうしきまわり@行内数式周り
12164 \end_layout
12165
12166 \end_inset
12167
12168
12169 \end_layout
12170
12171 \begin_layout Standard
12172 行内数式前後の空白は、長さ
12173 \series bold
12174
12175 \backslash
12176 mathsurround
12177 \begin_inset Index idx
12178 status collapsed
12179
12180 \begin_layout Plain Layout
12181 こまんど@コマンド ! M ! 
12182 \backslash
12183 mathsurround
12184 \end_layout
12185
12186 \end_inset
12187
12188
12189 \series default
12190 を使って調節することができます。長さの値は、以下の書式を持つ
12191 \series bold
12192
12193 \backslash
12194 setlength
12195 \begin_inset Index idx
12196 status collapsed
12197
12198 \begin_layout Plain Layout
12199 こまんど@コマンド ! S ! 
12200 \backslash
12201 setlength
12202 \end_layout
12203
12204 \end_inset
12205
12206
12207 \series default
12208 コマンドを使って設定することができます。
12209 \end_layout
12210
12211 \begin_layout Standard
12212
12213 \series bold
12214
12215 \backslash
12216 setlength{長さ名}{値}
12217 \end_layout
12218
12219 \begin_layout Standard
12220
12221 \series bold
12222
12223 \backslash
12224 mathsurround
12225 \series default
12226 を5
12227 \begin_inset space \thinspace{}
12228 \end_inset
12229
12230 mmの値に設定するには、以下のコマンド
12231 \end_layout
12232
12233 \begin_layout Standard
12234
12235 \series bold
12236
12237 \backslash
12238 setlength{
12239 \backslash
12240 mathsurround}{5mm}
12241 \end_layout
12242
12243 \begin_layout Standard
12244 をTeXモードで挿入します。すると、5
12245 \begin_inset space \thinspace{}
12246 \end_inset
12247
12248 mmの空白がすべての行内数式の前後に設定されることになります。
12249 \begin_inset ERT
12250 status collapsed
12251
12252 \begin_layout Plain Layout
12253
12254
12255 \backslash
12256 setlength{
12257 \backslash
12258 mathsurround}{5mm}
12259 \end_layout
12260
12261 \end_inset
12262
12263
12264 \end_layout
12265
12266 \begin_layout Standard
12267 この行には、周囲に5
12268 \begin_inset space \thinspace{}
12269 \end_inset
12270
12271 mmの余白を設定した行内数式
12272 \begin_inset Formula $A=B$
12273 \end_inset
12274
12275 があります。
12276 \begin_inset ERT
12277 status collapsed
12278
12279 \begin_layout Plain Layout
12280
12281
12282 \backslash
12283 setlength{
12284 \backslash
12285 mathsurround}{0pt}
12286 \end_layout
12287
12288 \end_inset
12289
12290
12291 \end_layout
12292
12293 \begin_layout Standard
12294 既定値に戻すには、
12295 \series bold
12296
12297 \backslash
12298 mathsurround
12299 \series default
12300 を0
12301 \begin_inset space \thinspace{}
12302 \end_inset
12303
12304 ptの値に戻して下さい。
12305 \end_layout
12306
12307 \begin_layout Section
12308 ボックスと枠
12309 \begin_inset Index idx
12310 status collapsed
12311
12312 \begin_layout Plain Layout
12313 ぼっくす@ボックス
12314 \end_layout
12315
12316 \end_inset
12317
12318
12319 \begin_inset Index idx
12320 status collapsed
12321
12322 \begin_layout Plain Layout
12323 わく@枠 | see
12324 \begin_inset ERT
12325 status collapsed
12326
12327 \begin_layout Plain Layout
12328
12329 {
12330 \end_layout
12331
12332 \end_inset
12333
12334 ボックス
12335 \begin_inset ERT
12336 status collapsed
12337
12338 \begin_layout Plain Layout
12339
12340 }
12341 \end_layout
12342
12343 \end_inset
12344
12345
12346 \end_layout
12347
12348 \end_inset
12349
12350
12351 \end_layout
12352
12353 \begin_layout Standard
12354 本文中のボックスについては、取扱説明書
12355 \family typewriter
12356 埋め込みオブジェクト篇
12357 \family default
12358
12359 \family typewriter
12360 Boxes
12361 \family default
12362 の章に述べられています。
12363 \end_layout
12364
12365 \begin_layout Subsection
12366 縁付きボックス
12367 \begin_inset CommandInset label
12368 LatexCommand label
12369 name "sub:縁付きボックス"
12370
12371 \end_inset
12372
12373
12374 \begin_inset Index idx
12375 status collapsed
12376
12377 \begin_layout Plain Layout
12378 ぼっくす@ボックス ! ふちつき@縁付き
12379 \end_layout
12380
12381 \end_inset
12382
12383
12384 \end_layout
12385
12386 \begin_layout Standard
12387
12388 \series bold
12389
12390 \backslash
12391 fbox
12392 \series default
12393
12394 \begin_inset Index idx
12395 status collapsed
12396
12397 \begin_layout Plain Layout
12398 こまんど@コマンド ! F ! 
12399 \backslash
12400 fbox
12401 \end_layout
12402
12403 \end_inset
12404
12405 コマンドや
12406 \series bold
12407
12408 \backslash
12409 boxed
12410 \series default
12411
12412 \begin_inset Index idx
12413 status collapsed
12414
12415 \begin_layout Plain Layout
12416 こまんど@コマンド ! B ! 
12417 \backslash
12418 boxed
12419 \end_layout
12420
12421 \end_inset
12422
12423 コマンドを使えば、数式やその一部を枠の中に入れることができます。
12424 \end_layout
12425
12426 \begin_layout Standard
12427 どちらかのコマンドを数式に挿入すると、枠の中に青枠が現れ、数式の断片を入れることができます。
12428 \series bold
12429
12430 \backslash
12431 fbox
12432 \series default
12433 の場合には、そのままではボックスの中身が数式テキストとして取り扱われてしまうので、
12434 \family sans
12435 Ctrl+M
12436 \family default
12437 を使って、このボックスの中にもう一度数式を作らなくてはなりません。
12438 \series bold
12439
12440 \backslash
12441 boxed
12442 \series default
12443 を使った場合には、新しい数式が自動的に枠内に作られます。
12444 \end_layout
12445
12446 \begin_layout Standard
12447
12448 \series bold
12449
12450 \backslash
12451 fbox
12452 \series default
12453 コマンドは、数式がつねに本文の大きさに設定されてしまうので、別行立て数式に枠を付けるのには適していません。逆に
12454 \series bold
12455
12456 \backslash
12457 boxed
12458 \series default
12459 は、数式がつねに別行立て数式の大きさに設定されてしまうので、行内数式に枠をつけるのには適していません。
12460 \end_layout
12461
12462 \begin_layout Standard
12463
12464 \series bold
12465
12466 \backslash
12467 fbox
12468 \series default
12469 の拡張として、枠幅と配置も指定することができる
12470 \series bold
12471
12472 \backslash
12473 framebox
12474 \series default
12475
12476 \begin_inset Index idx
12477 status collapsed
12478
12479 \begin_layout Plain Layout
12480 こまんど@コマンド ! F ! 
12481 \backslash
12482 framebox
12483 \end_layout
12484
12485 \end_inset
12486
12487 コマンドがあります。
12488 \series bold
12489
12490 \backslash
12491 framebox
12492 \series default
12493 は、以下の書式を持ちます。
12494 \end_layout
12495
12496 \begin_layout Standard
12497
12498 \series bold
12499
12500 \backslash
12501 framebox[枠幅][位置]{ボックスの内容}
12502 \end_layout
12503
12504 \begin_layout Standard
12505 「位置」は、
12506 \emph on
12507 l
12508 \emph default
12509
12510 \emph on
12511 r
12512 \emph default
12513 の値をとります。
12514 \emph on
12515 l
12516 \emph default
12517 は、ボックス中で数式を左寄せ、
12518 \emph on
12519 r
12520 \emph default
12521 は右寄せにします。位置を指定しない時には、数式は中央揃えになります。
12522 \begin_inset Newline newline
12523 \end_inset
12524
12525 「枠幅」を指定しない時には、位置を指定することができません。この場合には、
12526 \series bold
12527
12528 \backslash
12529 fbox
12530 \series default
12531 と同様、枠幅がボックスの内容に応じて調節されるのです。
12532 \end_layout
12533
12534 \begin_layout Standard
12535
12536 \series bold
12537
12538 \backslash
12539 framebox
12540 \series default
12541 コマンドを挿入すると、三つの青枠を含むボックスが現れます。最初の二つの枠は括弧で囲まれており、二つとも非必須の変数であることを意味します。三つ目の枠は、
12542 \series bold
12543
12544 \backslash
12545 fbox
12546 \series default
12547 同様、数式の断片を入れるためのものです。
12548 \end_layout
12549
12550 \begin_layout Standard
12551 \align center
12552 \begin_inset Tabular
12553 <lyxtabular version="3" rows="5" columns="2">
12554 <features rotate="0" tabularvalignment="middle">
12555 <column alignment="center" valignment="top">
12556 <column alignment="center" valignment="top">
12557 <row>
12558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12559 \begin_inset Text
12560
12561 \begin_layout Plain Layout
12562 コマンド
12563 \end_layout
12564
12565 \end_inset
12566 </cell>
12567 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12568 \begin_inset Text
12569
12570 \begin_layout Plain Layout
12571 出力
12572 \begin_inset Note Note
12573 status collapsed
12574
12575 \begin_layout Plain Layout
12576 ここで
12577 \series bold
12578
12579 \backslash
12580 raisebox
12581 \series default
12582 はスペーサーとして使用しているだけです。
12583 \end_layout
12584
12585 \end_inset
12586
12587
12588 \end_layout
12589
12590 \end_inset
12591 </cell>
12592 </row>
12593 <row>
12594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12595 \begin_inset Text
12596
12597 \begin_layout Plain Layout
12598
12599 \backslash
12600 fbox
12601 \begin_inset space \textvisiblespace{}
12602 \end_inset
12603
12604
12605 \family sans
12606 Ctrl+M
12607 \family default
12608  
12609 \backslash
12610 int
12611 \begin_inset space \textvisiblespace{}
12612 \end_inset
12613
12614 A=B
12615 \end_layout
12616
12617 \end_inset
12618 </cell>
12619 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12620 \begin_inset Text
12621
12622 \begin_layout Plain Layout
12623 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
12624 \end_inset
12625
12626
12627 \end_layout
12628
12629 \end_inset
12630 </cell>
12631 </row>
12632 <row>
12633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12634 \begin_inset Text
12635
12636 \begin_layout Plain Layout
12637
12638 \backslash
12639 boxed
12640 \begin_inset space \textvisiblespace{}
12641 \end_inset
12642
12643
12644 \backslash
12645 int
12646 \begin_inset space \textvisiblespace{}
12647 \end_inset
12648
12649 A=B
12650 \end_layout
12651
12652 \end_inset
12653 </cell>
12654 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12655 \begin_inset Text
12656
12657 \begin_layout Plain Layout
12658 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
12659 \end_inset
12660
12661
12662 \end_layout
12663
12664 \end_inset
12665 </cell>
12666 </row>
12667 <row>
12668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12669 \begin_inset Text
12670
12671 \begin_layout Plain Layout
12672 A+
12673 \backslash
12674 fbox
12675 \begin_inset space \textvisiblespace{}
12676 \end_inset
12677
12678 B
12679 \end_layout
12680
12681 \end_inset
12682 </cell>
12683 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12684 \begin_inset Text
12685
12686 \begin_layout Plain Layout
12687 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
12688 \end_inset
12689
12690
12691 \end_layout
12692
12693 \end_inset
12694 </cell>
12695 </row>
12696 <row>
12697 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12698 \begin_inset Text
12699
12700 \begin_layout Plain Layout
12701
12702 \backslash
12703 framebox
12704 \begin_inset space \textvisiblespace{}
12705 \end_inset
12706
12707 20mm
12708 \begin_inset Formula $\to$
12709 \end_inset
12710
12711
12712 \begin_inset Formula $\to$
12713 \end_inset
12714
12715
12716 \family sans
12717 Ctrl+M
12718 \family default
12719  
12720 \backslash
12721 frac
12722 \begin_inset space \textvisiblespace{}
12723 \end_inset
12724
12725 A
12726 \begin_inset Formula $\downarrow$
12727 \end_inset
12728
12729 B
12730 \end_layout
12731
12732 \end_inset
12733 </cell>
12734 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12735 \begin_inset Text
12736
12737 \begin_layout Plain Layout
12738 \begin_inset Formula $\raisebox{6mm}{}$
12739 \end_inset
12740
12741
12742 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
12743 \end_inset
12744
12745
12746 \begin_inset Formula $\raisebox{-4mm}{}$
12747 \end_inset
12748
12749
12750 \end_layout
12751
12752 \end_inset
12753 </cell>
12754 </row>
12755 </lyxtabular>
12756
12757 \end_inset
12758
12759
12760 \end_layout
12761
12762 \begin_layout Standard
12763 枠の厚みも調節可能です。そのためには、以下のコマンドを数式の前にTeXモードで挿入しなくてはなりません。
12764 \end_layout
12765
12766 \begin_layout Standard
12767
12768 \series bold
12769
12770 \backslash
12771 fboxrule
12772 \series default
12773  
12774 \series bold
12775
12776 \begin_inset Quotes eld
12777 \end_inset
12778
12779 厚み
12780 \begin_inset Quotes erd
12781 \end_inset
12782
12783
12784 \series default
12785  
12786 \series bold
12787
12788 \backslash
12789 fboxsep
12790 \series default
12791  
12792 \series bold
12793
12794 \begin_inset Quotes eld
12795 \end_inset
12796
12797 距離
12798 \begin_inset Quotes erd
12799 \end_inset
12800
12801
12802 \end_layout
12803
12804 \begin_layout Standard
12805 \begin_inset Quotes eld
12806 \end_inset
12807
12808 距離
12809 \begin_inset Quotes erd
12810 \end_inset
12811
12812 は、枠とボックス内の一文字目との間の距離を示します。これを使った例として、以下の枠付き数式をご覧下さい。
12813 \begin_inset ERT
12814 status collapsed
12815
12816 \begin_layout Plain Layout
12817
12818
12819 \backslash
12820 fboxrule 2mm 
12821 \backslash
12822 fboxsep 3mm
12823 \end_layout
12824
12825 \end_inset
12826
12827
12828 \begin_inset Formula 
12829 \[
12830 \boxed{A+B=C}
12831 \]
12832
12833 \end_inset
12834
12835 この数式の直前には、
12836 \end_layout
12837
12838 \begin_layout Standard
12839
12840 \series bold
12841
12842 \backslash
12843 fboxrule
12844 \series default
12845  
12846 \series bold
12847 2mm
12848 \series default
12849  
12850 \series bold
12851
12852 \backslash
12853 fboxsep
12854 \series default
12855  
12856 \series bold
12857 3mm
12858 \end_layout
12859
12860 \begin_layout Standard
12861 というコマンドが、TeXモードで挿入されています。ここで与えられた値は、以後のすべてのボックスに適用されます。
12862 \end_layout
12863
12864 \begin_layout Standard
12865 標準の枠寸法に戻すには、
12866 \end_layout
12867
12868 \begin_layout Standard
12869
12870 \series bold
12871
12872 \backslash
12873 fboxrule
12874 \series default
12875  
12876 \series bold
12877 0.4pt
12878 \series default
12879  
12880 \series bold
12881
12882 \backslash
12883 fboxsep
12884 \series default
12885  
12886 \series bold
12887 3pt
12888 \series default
12889
12890 \begin_inset ERT
12891 status collapsed
12892
12893 \begin_layout Plain Layout
12894
12895
12896 \backslash
12897 fboxrule 0.4pt 
12898 \backslash
12899 fboxsep 3pt
12900 \end_layout
12901
12902 \end_inset
12903
12904
12905 \end_layout
12906
12907 \begin_layout Standard
12908 というコマンドを、次の数式が始まる前にTeXモードで挿入しておきます。
12909 \end_layout
12910
12911 \begin_layout Subsection
12912 縁なしボックス
12913 \begin_inset CommandInset label
12914 LatexCommand label
12915 name "sub:枠なしボックス"
12916
12917 \end_inset
12918
12919
12920 \begin_inset Index idx
12921 status collapsed
12922
12923 \begin_layout Plain Layout
12924 ぼっくす@ボックス ! わくなし@枠なし
12925 \end_layout
12926
12927 \end_inset
12928
12929
12930 \end_layout
12931
12932 \begin_layout Standard
12933 縁のないボックスを作るには、
12934 \series bold
12935
12936 \backslash
12937 mbox
12938 \series default
12939
12940 \begin_inset Index idx
12941 status collapsed
12942
12943 \begin_layout Plain Layout
12944 こまんど@コマンド ! M ! 
12945 \backslash
12946 mbox
12947 \end_layout
12948
12949 \end_inset
12950
12951
12952 \series bold
12953
12954 \backslash
12955 makebox
12956 \series default
12957
12958 \begin_inset Index idx
12959 status collapsed
12960
12961 \begin_layout Plain Layout
12962 こまんど@コマンド ! M ! 
12963 \backslash
12964 makebox
12965 \end_layout
12966
12967 \end_inset
12968
12969
12970 \series bold
12971
12972 \backslash
12973 raisebox
12974 \series default
12975
12976 \begin_inset Index idx
12977 status collapsed
12978
12979 \begin_layout Plain Layout
12980 こまんど@コマンド ! R ! 
12981 \backslash
12982 raisebox
12983 \end_layout
12984
12985 \end_inset
12986
12987 の三つのコマンドがあります。
12988 \end_layout
12989
12990 \begin_layout Standard
12991
12992 \series bold
12993
12994 \backslash
12995 raisebox
12996 \series default
12997 を使うと、ボックスを上付きにしたり下付きにしたりすることができます。しかし、通常の上付き文字・下付き文字とは違い、ボックス内の文字寸法はそのまま保たれます。
12998 \series bold
12999
13000 \backslash
13001 raisebox
13002 \series default
13003 は、以下の書式で用いられます。
13004 \end_layout
13005
13006 \begin_layout Standard
13007
13008 \series bold
13009
13010 \backslash
13011 raisebox{高さ}{ボックスの内容}
13012 \end_layout
13013
13014 \begin_layout Standard
13015
13016 \series bold
13017
13018 \backslash
13019 fbox
13020 \series default
13021 と同様、ボックスに数式を入れる際には、明示的に数式として入れる必要があります。
13022 \begin_inset Note Greyedout
13023 status open
13024
13025 \begin_layout Plain Layout
13026
13027 \series bold
13028 【註】
13029 \series default
13030 下の最後の
13031 \series bold
13032
13033 \backslash
13034 raisebox
13035 \series default
13036 のところで、
13037 \family sans
13038 Ctrl+M
13039 \family default
13040 を一回でなく二回押すことによって、もう一段数式をいれています。これは、LyXが
13041 \series bold
13042
13043 \backslash
13044 raisebox
13045 \series default
13046 を直接サポートしていないためです。
13047 \end_layout
13048
13049 \end_inset
13050
13051
13052 \end_layout
13053
13054 \begin_layout Standard
13055 \align center
13056 \begin_inset Tabular
13057 <lyxtabular version="3" rows="4" columns="2">
13058 <features rotate="0" tabularvalignment="middle">
13059 <column alignment="center" valignment="top">
13060 <column alignment="center" valignment="top">
13061 <row>
13062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13063 \begin_inset Text
13064
13065 \begin_layout Plain Layout
13066 コマンド
13067 \end_layout
13068
13069 \end_inset
13070 </cell>
13071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13072 \begin_inset Text
13073
13074 \begin_layout Plain Layout
13075 出力
13076 \end_layout
13077
13078 \end_inset
13079 </cell>
13080 </row>
13081 <row>
13082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13083 \begin_inset Text
13084
13085 \begin_layout Plain Layout
13086 H
13087 \backslash
13088 raisebox{2mm
13089 \begin_inset Formula $\to$
13090 \end_inset
13091
13092
13093 \backslash
13094 {al
13095 \begin_inset Formula $\to$
13096 \end_inset
13097
13098  lo
13099 \end_layout
13100
13101 \end_inset
13102 </cell>
13103 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13104 \begin_inset Text
13105
13106 \begin_layout Plain Layout
13107 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13108 \end_inset
13109
13110
13111 \end_layout
13112
13113 \end_inset
13114 </cell>
13115 </row>
13116 <row>
13117 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13118 \begin_inset Text
13119
13120 \begin_layout Plain Layout
13121 H
13122 \backslash
13123 raisebox{-2mm
13124 \begin_inset Formula $\to$
13125 \end_inset
13126
13127
13128 \backslash
13129 {al
13130 \begin_inset Formula $\to$
13131 \end_inset
13132
13133 lo
13134 \end_layout
13135
13136 \end_inset
13137 </cell>
13138 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13139 \begin_inset Text
13140
13141 \begin_layout Plain Layout
13142 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13143 \end_inset
13144
13145
13146 \end_layout
13147
13148 \end_inset
13149 </cell>
13150 </row>
13151 <row>
13152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13153 \begin_inset Text
13154
13155 \begin_layout Plain Layout
13156 A=
13157 \backslash
13158 raisebox{-2mm
13159 \begin_inset Formula $\to$
13160 \end_inset
13161
13162
13163 \backslash
13164 {
13165 \family sans
13166 Ctrl+M Ctrl+M
13167 \family default
13168  
13169 \backslash
13170 sqrt
13171 \begin_inset space \textvisiblespace{}
13172 \end_inset
13173
13174
13175 \end_layout
13176
13177 \end_inset
13178 </cell>
13179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13180 \begin_inset Text
13181
13182 \begin_layout Plain Layout
13183 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
13184 \end_inset
13185
13186
13187 \end_layout
13188
13189 \end_inset
13190 </cell>
13191 </row>
13192 </lyxtabular>
13193
13194 \end_inset
13195
13196
13197 \end_layout
13198
13199 \begin_layout Standard
13200 縁がないことを除けば、
13201 \series bold
13202
13203 \backslash
13204 mbox
13205 \series default
13206 コマンドは
13207 \series bold
13208
13209 \backslash
13210 fbox
13211 \series default
13212 と同じであり、
13213 \series bold
13214
13215 \backslash
13216 makebox
13217 \series default
13218
13219 \series bold
13220
13221 \backslash
13222 framebox
13223 \series default
13224 と同じです。
13225 \end_layout
13226
13227 \begin_layout Subsection
13228 色付きボックス
13229 \begin_inset CommandInset label
13230 LatexCommand label
13231 name "sub:色付きボックス"
13232
13233 \end_inset
13234
13235
13236 \begin_inset Index idx
13237 status collapsed
13238
13239 \begin_layout Plain Layout
13240 ぼっくす@ボックス ! いろつき@色付き
13241 \end_layout
13242
13243 \end_inset
13244
13245
13246 \end_layout
13247
13248 \begin_layout Standard
13249 本節で説明されているコマンドをすべて使えるようにするためには、LaTeXプリアンブルに
13250 \end_layout
13251
13252 \begin_layout Standard
13253
13254 \series bold
13255
13256 \backslash
13257 usepackage{color}
13258 \end_layout
13259
13260 \begin_layout Standard
13261 という行
13262 \begin_inset Foot
13263 status collapsed
13264
13265 \begin_layout Plain Layout
13266 定義済みの色を使って、文書中のどこかで文章に色を付けてある場合、LyXは、自動的にLaTeXパッケージ
13267 \series bold
13268 color
13269 \series default
13270 を読み込みます。したがって、本パッケージが二度読み込まれる可能性があるわけですが、そうなったとしても問題は生じません。
13271 \end_layout
13272
13273 \end_inset
13274
13275
13276 \begin_inset Note Note
13277 status collapsed
13278
13279 \begin_layout Plain Layout
13280 本パッケージが二度読み込まれることを防ぐために、LaTeXプリアンブルにマクロを挿入してあります。
13281 \end_layout
13282
13283 \end_inset
13284
13285 を書き加えて、LaTeXパッケージの
13286 \series bold
13287 color
13288 \series default
13289
13290 \begin_inset Foot
13291 status collapsed
13292
13293 \begin_layout Plain Layout
13294 LaTeXパッケージ
13295 \series bold
13296 color
13297 \series default
13298 は、すべての標準的なLaTeX頒布版に含まれています。
13299 \end_layout
13300
13301 \end_inset
13302
13303
13304 \begin_inset Index idx
13305 status collapsed
13306
13307 \begin_layout Plain Layout
13308 ぱっけーじ@パッケージ ! color
13309 \end_layout
13310
13311 \end_inset
13312
13313 を読み込む必要があります。
13314 \end_layout
13315
13316 \begin_layout Standard
13317 \begin_inset VSpace medskip
13318 \end_inset
13319
13320 ボックスに色を付けるには、
13321 \series bold
13322
13323 \backslash
13324 colorbox
13325 \series default
13326
13327 \begin_inset Index idx
13328 status collapsed
13329
13330 \begin_layout Plain Layout
13331 こまんど@コマンド ! C ! 
13332 \backslash
13333 colorbox
13334 \end_layout
13335
13336 \end_inset
13337
13338 コマンドを以下の書式で使用します。
13339 \end_layout
13340
13341 \begin_layout Standard
13342
13343 \series bold
13344
13345 \backslash
13346 colorbox{色}{ボックスの内容}
13347 \end_layout
13348
13349 \begin_layout Standard
13350 ボックスの内容には、別のボックスが含まれても構いませんし、
13351 \series bold
13352
13353 \backslash
13354 colorbox
13355 \series default
13356 自体も、別のボックスに入っていても構いません(以下の二番目と三番目の例を参照してください)。ボックスに数式を含める場合には、
13357 \series bold
13358
13359 \backslash
13360 raisebox
13361 \series default
13362 と同様、明示的に数式を作らなくてはなりません
13363 \begin_inset Foot
13364 status collapsed
13365
13366 \begin_layout Plain Layout
13367 これは、
13368 \series bold
13369
13370 \backslash
13371 fcolorbox
13372 \series default
13373 コマンドにも当てはまります。
13374 \end_layout
13375
13376 \end_inset
13377
13378
13379 \end_layout
13380
13381 \begin_layout Standard
13382 選択できる定義済みの色としては、
13383 \end_layout
13384
13385 \begin_layout Standard
13386
13387 \series bold
13388 black
13389 \series default
13390 (黒)・
13391 \series bold
13392 blue
13393 \series default
13394 (青)・
13395 \series bold
13396 cyan
13397 \series default
13398 (シアン)・
13399 \series bold
13400 green
13401 \series default
13402 (緑)・
13403 \series bold
13404 magenta
13405 \series default
13406 (マゼンタ)・
13407 \series bold
13408 red
13409 \series default
13410 (赤)・
13411 \series bold
13412 white
13413 \series default
13414 (白)・
13415 \series bold
13416 yellow
13417 \series default
13418 (黄)
13419 \end_layout
13420
13421 \begin_layout Standard
13422 があります。
13423 \end_layout
13424
13425 \begin_layout Standard
13426 \align center
13427 \begin_inset Tabular
13428 <lyxtabular version="3" rows="4" columns="2">
13429 <features rotate="0" tabularvalignment="middle">
13430 <column alignment="center" valignment="top">
13431 <column alignment="center" valignment="top">
13432 <row>
13433 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13434 \begin_inset Text
13435
13436 \begin_layout Plain Layout
13437 コマンド
13438 \end_layout
13439
13440 \end_inset
13441 </cell>
13442 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13443 \begin_inset Text
13444
13445 \begin_layout Plain Layout
13446 出力
13447 \begin_inset Note Note
13448 status collapsed
13449
13450 \begin_layout Plain Layout
13451 ここで
13452 \series bold
13453
13454 \backslash
13455 raisebox
13456 \series default
13457 はスペーサーとして使用しているだけです。
13458 \end_layout
13459
13460 \end_inset
13461
13462
13463 \end_layout
13464
13465 \end_inset
13466 </cell>
13467 </row>
13468 <row>
13469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13470 \begin_inset Text
13471
13472 \begin_layout Plain Layout
13473
13474 \backslash
13475 colorbox{yellow
13476 \begin_inset Formula $\to$
13477 \end_inset
13478
13479
13480 \backslash
13481 {A=B
13482 \end_layout
13483
13484 \end_inset
13485 </cell>
13486 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13487 \begin_inset Text
13488
13489 \begin_layout Plain Layout
13490 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13491 \end_inset
13492
13493
13494 \end_layout
13495
13496 \end_inset
13497 </cell>
13498 </row>
13499 <row>
13500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13501 \begin_inset Text
13502
13503 \begin_layout Plain Layout
13504
13505 \backslash
13506 colorbox{green
13507 \begin_inset Formula $\to$
13508 \end_inset
13509
13510
13511 \backslash
13512 {
13513 \backslash
13514 fbox
13515 \begin_inset space \textvisiblespace{}
13516 \end_inset
13517
13518 A=B
13519 \end_layout
13520
13521 \end_inset
13522 </cell>
13523 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13524 \begin_inset Text
13525
13526 \begin_layout Plain Layout
13527 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13528 \end_inset
13529
13530
13531 \end_layout
13532
13533 \end_inset
13534 </cell>
13535 </row>
13536 <row>
13537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13538 \begin_inset Text
13539
13540 \begin_layout Plain Layout
13541
13542 \backslash
13543 fbox
13544 \begin_inset space \textvisiblespace{}
13545 \end_inset
13546
13547
13548 \backslash
13549 colorbox{green
13550 \begin_inset Formula $\to$
13551 \end_inset
13552
13553
13554 \backslash
13555 {
13556 \family sans
13557 Ctrl+M
13558 \family default
13559  
13560 \family sans
13561 Ctrl+M
13562 \family default
13563  
13564 \backslash
13565 int
13566 \begin_inset space \textvisiblespace{}
13567 \end_inset
13568
13569 C=D
13570 \end_layout
13571
13572 \end_inset
13573 </cell>
13574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13575 \begin_inset Text
13576
13577 \begin_layout Plain Layout
13578 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
13579 \end_inset
13580
13581
13582 \end_layout
13583
13584 \end_inset
13585 </cell>
13586 </row>
13587 </lyxtabular>
13588
13589 \end_inset
13590
13591
13592 \end_layout
13593
13594 \begin_layout Standard
13595
13596 \series bold
13597
13598 \backslash
13599 colorbox
13600 \series default
13601 は、ボックスに色をつけるだけで、ボックス内の文字には色付けをしません。すべての文字に色付けするには、数式全体を選択し、
13602 \family sans
13603 文字様式
13604 \family default
13605 ダイアログで欲しい色を選択します。このダイアログは、ツールバーボタン
13606 \begin_inset Info
13607 type  "icon"
13608 arg   "dialog-show character"
13609 \end_inset
13610
13611
13612 \family sans
13613 編集\SpecialChar \menuseparator
13614 文字様式\SpecialChar \menuseparator
13615 任意設定
13616 \family default
13617 メニューで開くことができます。すると、数式番号も数式と同じ色になります。数式番号が数式の文字とは別の色になるようにするには、数式内部で色を変えなくてはなりません
13618
13619 \end_layout
13620
13621 \begin_layout Standard
13622 たとえば、
13623 \end_layout
13624
13625 \begin_layout Standard
13626
13627 \color red
13628 \begin_inset Formula 
13629 \begin{equation}
13630 \int A=B\label{eq:red}
13631 \end{equation}
13632
13633 \end_inset
13634
13635
13636 \color green
13637
13638 \begin_inset Formula 
13639 \begin{equation}
13640 \textcolor{red}{\int A=B}\label{eq:redgreen}
13641 \end{equation}
13642
13643 \end_inset
13644
13645
13646 \end_layout
13647
13648 \begin_layout Standard
13649 数式
13650 \begin_inset CommandInset ref
13651 LatexCommand eqref
13652 reference "eq:red"
13653
13654 \end_inset
13655
13656 は、全体が赤色です。
13657 \begin_inset Newline newline
13658 \end_inset
13659
13660 数式
13661 \begin_inset CommandInset ref
13662 LatexCommand eqref
13663 reference "eq:redgreen"
13664
13665 \end_inset
13666
13667 は、数式番号を緑色にするために、まず全体を緑色にします。その後、数式内の文字を赤色にします。
13668 \end_layout
13669
13670 \begin_layout Standard
13671 \begin_inset VSpace bigskip
13672 \end_inset
13673
13674 ボックスの縁だけ別の色にするには、
13675 \series bold
13676
13677 \backslash
13678 fcolorbox
13679 \series default
13680
13681 \begin_inset Index idx
13682 status collapsed
13683
13684 \begin_layout Plain Layout
13685 こまんど@コマンド ! F ! 
13686 \backslash
13687 fcolorbox
13688 \end_layout
13689
13690 \end_inset
13691
13692 コマンドを以下の書式で使用します。
13693 \end_layout
13694
13695 \begin_layout Standard
13696
13697 \series bold
13698
13699 \backslash
13700 fcolorbox{縁の色}{色}{ボックスの内容}
13701 \end_layout
13702
13703 \begin_layout Standard
13704 つまり、
13705 \series bold
13706
13707 \backslash
13708 fcolorbox
13709 \series default
13710
13711 \series bold
13712
13713 \backslash
13714 colorbox
13715 \series default
13716 コマンドの拡張です。
13717 \series bold
13718
13719 \backslash
13720 framebox
13721 \series default
13722 と同様に、縁の厚みは
13723 \series bold
13724
13725 \backslash
13726 fboxrule
13727 \series default
13728
13729 \series bold
13730
13731 \backslash
13732 fboxsep
13733 \series default
13734 で設定します。たとえば、
13735 \begin_inset ERT
13736 status collapsed
13737
13738 \begin_layout Plain Layout
13739
13740
13741 \backslash
13742 fboxrule 1mm 
13743 \backslash
13744 fboxsep 1mm
13745 \end_layout
13746
13747 \end_inset
13748
13749
13750 \begin_inset Formula 
13751 \[
13752 \fcolorbox{cyan}{magenta}{A=B}
13753 \]
13754
13755 \end_inset
13756
13757
13758 \begin_inset ERT
13759 status collapsed
13760
13761 \begin_layout Plain Layout
13762
13763
13764 \backslash
13765 fboxrule 0.4pt 
13766 \backslash
13767 fboxsep 3pt
13768 \end_layout
13769
13770 \end_inset
13771
13772 のようにします。
13773 \end_layout
13774
13775 \begin_layout Standard
13776 上記の数式は、以下のコマンドで作成されています。
13777 \begin_inset Newline newline
13778 \end_inset
13779
13780
13781 \series bold
13782
13783 \backslash
13784 fcolorbox{cyan
13785 \begin_inset Formula $\to$
13786 \end_inset
13787
13788
13789 \backslash
13790 {magenta
13791 \begin_inset Formula $\to$
13792 \end_inset
13793
13794
13795 \backslash
13796 {A=B
13797 \series default
13798 .
13799 \end_layout
13800
13801 \begin_layout Standard
13802 \begin_inset VSpace bigskip
13803 \end_inset
13804
13805 定義済みの色以外の色を使いたい場合には、まずその色を定義しなくてはなりません。
13806 \end_layout
13807
13808 \begin_layout Standard
13809 たとえば、「
13810 \series bold
13811 darkgreen
13812 \series default
13813 」という色を定義するには、LaTeXプリアンブルに
13814 \end_layout
13815
13816 \begin_layout Standard
13817
13818 \series bold
13819
13820 \backslash
13821 definecolor{darkgreen}{cmyk}{0.5,
13822 \series default
13823  
13824 \series bold
13825 0,
13826 \series default
13827  
13828 \series bold
13829 1,
13830 \series default
13831  
13832 \series bold
13833 0.5}
13834 \series default
13835
13836 \begin_inset Index idx
13837 status collapsed
13838
13839 \begin_layout Plain Layout
13840 こまんど@コマンド ! D ! 
13841 \backslash
13842 definecolor
13843 \end_layout
13844
13845 \end_inset
13846
13847
13848 \end_layout
13849
13850 \begin_layout Standard
13851 という行を書き加えます。
13852 \end_layout
13853
13854 \begin_layout Standard
13855
13856 \series bold
13857 cmyk
13858 \series default
13859 とは、
13860 \series bold
13861 cyan
13862 \series default
13863 (シアン)・
13864 \series bold
13865 magenta
13866 \series default
13867 (マゼンタ)・
13868 \series bold
13869 yellow
13870 \series default
13871 (黄)・
13872 \series bold
13873 black
13874 \series default
13875 (黒)の各色を表す色空間です。コンマで区切られた四つの数字は、この色空間における各色の出力強度です。強度は、0
13876 \begin_inset space \thinspace{}
13877 \end_inset
13878
13879 -
13880 \begin_inset space \thinspace{}
13881 \end_inset
13882
13883 1の範囲をとることができます。定義には、
13884 \series bold
13885 cmyk
13886 \series default
13887 の他に、
13888 \series bold
13889 rgb
13890 \series default
13891 という色空間を使うこともできます。
13892 \series bold
13893 rgb
13894 \series default
13895 とは、
13896 \series bold
13897 red
13898 \series default
13899 (赤)・
13900 \series bold
13901 green
13902 \series default
13903 (緑)・
13904 \series bold
13905 blue
13906 \series default
13907 (青)の各色を意味し、この場合には、各色に対応した三つの出力強度を指定します。さらに、灰色の出力強度のみをとる
13908 \series bold
13909 gray
13910 \series default
13911 という色空間もあります。
13912 \end_layout
13913
13914 \begin_layout Standard
13915 例として、文字が
13916 \series bold
13917 yellow
13918 \series default
13919 に色付けされ、新しく定義した
13920 \series bold
13921 darkgreen
13922 \series default
13923 という色を持つ縁付きボックスを挙げておきます。
13924 \begin_inset Formula 
13925 \begin{equation}
13926 \colorbox{darkgreen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}
13927 \end{equation}
13928
13929 \end_inset
13930
13931
13932 \end_layout
13933
13934 \begin_layout Standard
13935
13936 \series bold
13937
13938 \backslash
13939 textcolor
13940 \series default
13941 コマンドを使うと、以下のように、自前で定義した色をテキスト中でも使用することができます。
13942 \begin_inset Index idx
13943 status collapsed
13944
13945 \begin_layout Plain Layout
13946 てきすと@テキスト ! いろつき@色付き
13947 \end_layout
13948
13949 \end_inset
13950
13951
13952 \end_layout
13953
13954 \begin_layout Standard
13955 \begin_inset ERT
13956 status collapsed
13957
13958 \begin_layout Plain Layout
13959
13960
13961 \backslash
13962 textcolor{darkgreen}{
13963 \end_layout
13964
13965 \end_inset
13966
13967 この文は「darkgreen」です。
13968 \begin_inset ERT
13969 status collapsed
13970
13971 \begin_layout Plain Layout
13972
13973 }
13974 \end_layout
13975
13976 \end_inset
13977
13978
13979 \end_layout
13980
13981 \begin_layout Standard
13982
13983 \series bold
13984
13985 \backslash
13986 textcolor
13987 \series default
13988
13989 \begin_inset Index idx
13990 status collapsed
13991
13992 \begin_layout Plain Layout
13993 こまんど@コマンド ! T ! 
13994 \backslash
13995 textcolor
13996 \end_layout
13997
13998 \end_inset
13999
14000 は、
14001 \series bold
14002
14003 \backslash
14004 textcolor{色}{色付けをする文}
14005 \series default
14006 という書式で使用することができます。
14007 \end_layout
14008
14009 \begin_layout Subsection
14010 段落ボックス
14011 \begin_inset CommandInset label
14012 LatexCommand label
14013 name "sub:段落ボックス"
14014
14015 \end_inset
14016
14017
14018 \begin_inset Index idx
14019 status collapsed
14020
14021 \begin_layout Plain Layout
14022 ぼっくす@ボックス ! だんらく@段落
14023 \end_layout
14024
14025 \end_inset
14026
14027
14028 \begin_inset Index idx
14029 status collapsed
14030
14031 \begin_layout Plain Layout
14032 ぼっくす@ボックス ! parbox|see
14033 \begin_inset ERT
14034 status collapsed
14035
14036 \begin_layout Plain Layout
14037
14038 {
14039 \end_layout
14040
14041 \end_inset
14042
14043 ボックス ! 段落ボックス
14044 \begin_inset ERT
14045 status collapsed
14046
14047 \begin_layout Plain Layout
14048
14049 }
14050 \end_layout
14051
14052 \end_inset
14053
14054
14055 \end_layout
14056
14057 \end_inset
14058
14059
14060 \end_layout
14061
14062 \begin_layout Standard
14063 いくつかの行や段落を含む、いわゆる段落ボックス(parbox)は、
14064 \family sans
14065 挿入\SpecialChar \menuseparator
14066 ボックス
14067 \family default
14068 メニューかツールバーボタン
14069 \begin_inset Info
14070 type  "icon"
14071 arg   "box-insert"
14072 \end_inset
14073
14074 で作成することができます。
14075 \end_layout
14076
14077 \begin_layout Standard
14078 以下の例は、行中の縁付きparboxを示したものです。
14079 \end_layout
14080
14081 \begin_layout Standard
14082 \begin_inset VSpace medskip
14083 \end_inset
14084
14085 この行は、
14086 \begin_inset Box Boxed
14087 position "c"
14088 hor_pos "c"
14089 has_inner_box 1
14090 inner_pos "t"
14091 use_parbox 1
14092 use_makebox 0
14093 width "5cm"
14094 special "none"
14095 height "1in"
14096 height_special "totalheight"
14097 status open
14098
14099 \begin_layout Plain Layout
14100 これは段落ボックスです。これはちょうど5
14101 \begin_inset space \thinspace{}
14102 \end_inset
14103
14104 cmの幅になっており、以下のように数式を含めることもできます。
14105 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14106 \end_inset
14107
14108
14109 \end_layout
14110
14111 \end_inset
14112
14113 parboxの入った行です。
14114 \end_layout
14115
14116 \begin_layout Standard
14117 \begin_inset VSpace medskip
14118 \end_inset
14119
14120
14121 \end_layout
14122
14123 \begin_layout Standard
14124 このようなボックスは、灰色のボックス挿入枠を右クリックすることによって作ることができます。すると、ボックスの特性を表示したダイアログが現れます。上の例では、
14125 \emph on
14126 装飾
14127 \emph default
14128 :簡素な長方形の箱型、
14129 \emph on
14130 内部ボックス
14131 \emph default
14132 :parboxコマンド、
14133 \emph on
14134
14135 \emph default
14136 :5
14137 \begin_inset space \thinspace{}
14138 \end_inset
14139
14140 cm、
14141 \emph on
14142 垂直ボックス配置
14143 \emph default
14144 :中央、に設定されています。
14145 \end_layout
14146
14147 \begin_layout Standard
14148 \begin_inset VSpace medskip
14149 \end_inset
14150
14151 LaTeXでは、parboxは、以下の書式を持つ
14152 \series bold
14153
14154 \backslash
14155 parbox
14156 \series default
14157
14158 \begin_inset Index idx
14159 status collapsed
14160
14161 \begin_layout Plain Layout
14162 こまんど@コマンド ! P ! 
14163 \backslash
14164 parbox
14165 \end_layout
14166
14167 \end_inset
14168
14169 コマンドによって作られます。
14170 \end_layout
14171
14172 \begin_layout Standard
14173
14174 \series bold
14175
14176 \backslash
14177 parbox[位置]{幅}{ボックスの内容}
14178 \end_layout
14179
14180 \begin_layout Standard
14181 「位置」は、
14182 \emph on
14183 b
14184 \emph default
14185
14186 \emph on
14187 t
14188 \emph default
14189 の値をとることができます。下揃えを意味する
14190 \emph on
14191 b
14192 \emph default
14193 (
14194 \bar under
14195 b
14196 \bar default
14197 ottom)は、ボックスを、周囲の本文中の最後の行と合わせることを意味します。上揃えを意味する
14198 \emph on
14199 t
14200 \emph default
14201 (
14202 \bar under
14203 t
14204 \bar default
14205 op)は、これを最初の行に合わせます。位置を指定しない時には、ボックスは事実上中央揃えになります。用例については、取扱説明書埋込オブジェクト篇の
14206 \emph on
14207 Boxes
14208 \emph default
14209 の節をご参照下さい。
14210 \end_layout
14211
14212 \begin_layout Standard
14213 \begin_inset VSpace bigskip
14214 \end_inset
14215
14216 数式番号を含めて、数式を完全に縁で囲むためには、数式をparbox内に収めなくてはなりません。こうするには、数式前にTeXモードで
14217 \series bold
14218 parbox{
14219 \backslash
14220 linewidth-2
14221 \backslash
14222 fboxsep-2
14223 \backslash
14224 fboxrule}{
14225 \series default
14226 というコマンドを挿入します。ここで
14227 \series bold
14228
14229 \backslash
14230 linewidth
14231 \begin_inset Index idx
14232 status collapsed
14233
14234 \begin_layout Plain Layout
14235 こまんど@コマンド ! L ! 
14236 \backslash
14237 linewidth
14238 \end_layout
14239
14240 \end_inset
14241
14242
14243 \series default
14244 は、使用中の文書に設定されている行幅です。縁は、parboxの外側にあるので、縁余白と縁幅の2倍を行幅から差し引かなくてはなりません。バグ
14245 \begin_inset Foot
14246 status collapsed
14247
14248 \begin_layout Plain Layout
14249 \begin_inset CommandInset href
14250 LatexCommand href
14251 name "LyX-bug #4483"
14252 target "http://www.lyx.org/trac/ticket/4483"
14253
14254 \end_inset
14255
14256
14257 \end_layout
14258
14259 \end_inset
14260
14261 のせいでLyXはこれを自動的に行いませんので、TeXモードを使用する必要があります。引数中で掛け算や引き算を行うためには、LaTeXパッケージの
14262 \series bold
14263 calc
14264 \series default
14265
14266 \begin_inset Foot
14267 status collapsed
14268
14269 \begin_layout Plain Layout
14270
14271 \series bold
14272 calc
14273 \series default
14274 は、標準的LaTeX頒布版のすべてに含まれています。
14275 \end_layout
14276
14277 \end_inset
14278
14279
14280 \begin_inset Index idx
14281 status collapsed
14282
14283 \begin_layout Plain Layout
14284 ぱっけーじ@パッケージ ! calc
14285 \end_layout
14286
14287 \end_inset
14288
14289 を、LaTeXプリアンブル中で
14290 \end_layout
14291
14292 \begin_layout Standard
14293
14294 \series bold
14295
14296 \backslash
14297 usepackage{calc}
14298 \end_layout
14299
14300 \begin_layout Standard
14301 のように読み込んでおく必要があります。数式の後では、TeXモードで
14302 \series bold
14303 }}
14304 \series default
14305 を入力して、二つのボックスを閉じておかなくてはなりません。以下に例を挙げます。
14306 \begin_inset ERT
14307 status collapsed
14308
14309 \begin_layout Plain Layout
14310
14311
14312 \backslash
14313 fboxsep 5mm 
14314 \backslash
14315 fboxrule 5mm
14316 \end_layout
14317
14318 \end_inset
14319
14320
14321 \end_layout
14322
14323 \begin_layout Standard
14324 \begin_inset ERT
14325 status collapsed
14326
14327 \begin_layout Plain Layout
14328
14329
14330 \backslash
14331 fbox{
14332 \backslash
14333 parbox{
14334 \backslash
14335 linewidth-2
14336 \backslash
14337 fboxsep-2
14338 \backslash
14339 fboxrule}{
14340 \end_layout
14341
14342 \end_inset
14343
14344
14345 \begin_inset Formula 
14346 \begin{equation}
14347 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}
14348 \end{equation}
14349
14350 \end_inset
14351
14352
14353 \begin_inset ERT
14354 status collapsed
14355
14356 \begin_layout Plain Layout
14357
14358 }}
14359 \end_layout
14360
14361 \end_inset
14362
14363
14364 \begin_inset ERT
14365 status collapsed
14366
14367 \begin_layout Plain Layout
14368
14369
14370 \backslash
14371 fboxrule 0.4pt 
14372 \backslash
14373 fboxsep 3pt
14374 \end_layout
14375
14376 \end_inset
14377
14378
14379 \end_layout
14380
14381 \begin_layout Standard
14382 \begin_inset VSpace medskip
14383 \end_inset
14384
14385
14386 \series bold
14387
14388 \backslash
14389 fbox
14390 \series default
14391 の引数としてparboxが使われているので、この場合には、
14392 \series bold
14393
14394 \backslash
14395 fbox
14396 \series default
14397 を使おうが
14398 \series bold
14399
14400 \backslash
14401 boxed
14402 \series default
14403 を使おうが、差は生じません。
14404 \end_layout
14405
14406 \begin_layout Standard
14407 \begin_inset VSpace bigskip
14408 \end_inset
14409
14410 段落ボックスは、数式にじかにコメントを付けるのにたいへん便利です。これを行うには、
14411 \series bold
14412
14413 \backslash
14414 parbox
14415 \series default
14416
14417 \series bold
14418
14419 \backslash
14420 tag
14421 \series default
14422 コマンドといっしょに使います(
14423 \series bold
14424
14425 \backslash
14426 tag
14427 \series default
14428 についての詳細は、第
14429 \begin_inset CommandInset ref
14430 LatexCommand ref
14431 reference "sub:ユーザー定義番号"
14432
14433 \end_inset
14434
14435 節をご参照下さい)
14436 \end_layout
14437
14438 \begin_layout Standard
14439 以下は、
14440 \series bold
14441
14442 \backslash
14443 parbox
14444 \series default
14445 を使ってコメントを付けた数式の例です。
14446 \end_layout
14447
14448 \begin_layout Standard
14449 \begin_inset ERT
14450 status collapsed
14451
14452 \begin_layout Plain Layout
14453
14454
14455 \backslash
14456 [5x-7b=3b
14457 \backslash
14458 tag*{
14459 \backslash
14460 parbox{5cm}{
14461 \end_layout
14462
14463 \end_inset
14464
14465 これは説明です。数式や多行数式本体からはっきりと離れています。
14466 \begin_inset ERT
14467 status collapsed
14468
14469 \begin_layout Plain Layout
14470
14471 }}
14472 \backslash
14473 ]
14474 \end_layout
14475
14476 \end_inset
14477
14478
14479 \end_layout
14480
14481 \begin_layout Standard
14482 LyXは、まだ数式中での
14483 \series bold
14484
14485 \backslash
14486 parbox
14487 \series default
14488 コマンドをサポートしていないので、上のような数式は、完全にTeXモードで挿入しなくてはなりません。この数式は、以下のようなコマンド列を使って作ってあります。
14489 \end_layout
14490
14491 \begin_layout Standard
14492 まず、
14493 \series bold
14494
14495 \backslash
14496 [5x-7b=3b
14497 \backslash
14498 tag*
14499 \backslash
14500 {
14501 \backslash
14502 parbox{5cm}{
14503 \series default
14504 というコマンドをTeXモードで挿入します
14505 \begin_inset Foot
14506 status collapsed
14507
14508 \begin_layout Plain Layout
14509
14510 \series bold
14511 行頭下げ
14512 \series default
14513 数式様式を使用している時には、
14514 \series bold
14515
14516 \backslash
14517 tag*
14518 \backslash
14519 {
14520 \series default
14521 の代わりに
14522 \series bold
14523
14524 \backslash
14525 hfill
14526 \series default
14527 を用いることもできます(数式様式に関しては、第
14528 \begin_inset CommandInset ref
14529 LatexCommand ref
14530 reference "sec:数式様式"
14531
14532 \end_inset
14533
14534 節をご参照下さい)。
14535 \end_layout
14536
14537 \end_inset
14538
14539 。それから、説明を通常のテキストとして入れ、最後に
14540 \series bold
14541 }}
14542 \backslash
14543 ]
14544 \series default
14545 をTeXモードで挿入します。ここで
14546 \series bold
14547
14548 \backslash
14549 [
14550 \series default
14551 および
14552 \series bold
14553
14554 \backslash
14555 ]
14556 \series default
14557 コマンドは別行立て数式を作るためのものです。
14558 \end_layout
14559
14560 \begin_layout Standard
14561
14562 \series bold
14563
14564 \backslash
14565 parbox
14566 \series default
14567 を使う利点は、数式テキストモードを使用して「コメントを付けた」以下の例と比較すると、よくわかるでしょう。
14568 \begin_inset Formula 
14569 \[
14570 5x-7b=3b\textrm{これは説明です。数式本体から離れていません...}
14571 \]
14572
14573 \end_inset
14574
14575
14576 \end_layout
14577
14578 \begin_layout Section
14579 演算子
14580 \begin_inset Index idx
14581 status collapsed
14582
14583 \begin_layout Plain Layout
14584 えんざんし@演算子
14585 \end_layout
14586
14587 \end_inset
14588
14589
14590 \end_layout
14591
14592 \begin_layout Subsection
14593 大演算子
14594 \begin_inset CommandInset label
14595 LatexCommand label
14596 name "sub:大演算子"
14597
14598 \end_inset
14599
14600
14601 \begin_inset Index idx
14602 status collapsed
14603
14604 \begin_layout Plain Layout
14605 えんざんし@演算子 ! だい@大
14606 \end_layout
14607
14608 \end_inset
14609
14610
14611 \begin_inset Index idx
14612 status collapsed
14613
14614 \begin_layout Plain Layout
14615 わ@和
14616 \end_layout
14617
14618 \end_inset
14619
14620
14621 \begin_inset Index idx
14622 status collapsed
14623
14624 \begin_layout Plain Layout
14625 せきぶんきごう@積分記号
14626 \end_layout
14627
14628 \end_inset
14629
14630
14631 \end_layout
14632
14633 \begin_layout Standard
14634 ここに挙げた積分演算子をすべて使えるようにするには、文書設定の
14635 \family sans
14636 数式オプション
14637 \family default
14638 の面にある
14639 \family sans
14640 esintパッケージを自動的に使う
14641 \family default
14642 オプションを有効にしなくてはなりません。
14643 \end_layout
14644
14645 \begin_layout Standard
14646 \begin_inset space \hfill{}
14647 \end_inset
14648
14649
14650 \begin_inset Tabular
14651 <lyxtabular version="3" rows="9" columns="2">
14652 <features rotate="0" tabularvalignment="middle">
14653 <column alignment="center" valignment="top" width="0pt">
14654 <column alignment="center" valignment="top" width="0pt">
14655 <row>
14656 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14657 \begin_inset Text
14658
14659 \begin_layout Plain Layout
14660 コマンド
14661 \end_layout
14662
14663 \end_inset
14664 </cell>
14665 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14666 \begin_inset Text
14667
14668 \begin_layout Plain Layout
14669 出力
14670 \end_layout
14671
14672 \end_inset
14673 </cell>
14674 </row>
14675 <row>
14676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14677 \begin_inset Text
14678
14679 \begin_layout Plain Layout
14680
14681 \backslash
14682 sum
14683 \begin_inset Index idx
14684 status collapsed
14685
14686 \begin_layout Plain Layout
14687 こまんど@コマンド ! S ! 
14688 \backslash
14689 sum
14690 \end_layout
14691
14692 \end_inset
14693
14694
14695 \end_layout
14696
14697 \end_inset
14698 </cell>
14699 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14700 \begin_inset Text
14701
14702 \begin_layout Plain Layout
14703 \begin_inset Formula $\sum$
14704 \end_inset
14705
14706
14707 \end_layout
14708
14709 \end_inset
14710 </cell>
14711 </row>
14712 <row>
14713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14714 \begin_inset Text
14715
14716 \begin_layout Plain Layout
14717
14718 \backslash
14719 int
14720 \begin_inset Index idx
14721 status collapsed
14722
14723 \begin_layout Plain Layout
14724 こまんど@コマンド ! I ! 
14725 \backslash
14726 int
14727 \end_layout
14728
14729 \end_inset
14730
14731
14732 \end_layout
14733
14734 \end_inset
14735 </cell>
14736 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14737 \begin_inset Text
14738
14739 \begin_layout Plain Layout
14740 \begin_inset Formula $\int$
14741 \end_inset
14742
14743
14744 \end_layout
14745
14746 \end_inset
14747 </cell>
14748 </row>
14749 <row>
14750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14751 \begin_inset Text
14752
14753 \begin_layout Plain Layout
14754
14755 \backslash
14756 oint
14757 \end_layout
14758
14759 \end_inset
14760 </cell>
14761 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14762 \begin_inset Text
14763
14764 \begin_layout Plain Layout
14765 \begin_inset Formula $\oint$
14766 \end_inset
14767
14768
14769 \end_layout
14770
14771 \end_inset
14772 </cell>
14773 </row>
14774 <row>
14775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14776 \begin_inset Text
14777
14778 \begin_layout Plain Layout
14779
14780 \backslash
14781 ointctrclockwise
14782 \end_layout
14783
14784 \end_inset
14785 </cell>
14786 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14787 \begin_inset Text
14788
14789 \begin_layout Plain Layout
14790 \begin_inset Formula $\ointctrclockwise$
14791 \end_inset
14792
14793
14794 \end_layout
14795
14796 \end_inset
14797 </cell>
14798 </row>
14799 <row>
14800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14801 \begin_inset Text
14802
14803 \begin_layout Plain Layout
14804
14805 \backslash
14806 ointclockwise
14807 \end_layout
14808
14809 \end_inset
14810 </cell>
14811 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14812 \begin_inset Text
14813
14814 \begin_layout Plain Layout
14815 \begin_inset Formula $\ointclockwise$
14816 \end_inset
14817
14818
14819 \end_layout
14820
14821 \end_inset
14822 </cell>
14823 </row>
14824 <row>
14825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14826 \begin_inset Text
14827
14828 \begin_layout Plain Layout
14829
14830 \backslash
14831 sqint
14832 \end_layout
14833
14834 \end_inset
14835 </cell>
14836 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14837 \begin_inset Text
14838
14839 \begin_layout Plain Layout
14840 \begin_inset Formula $\sqint$
14841 \end_inset
14842
14843
14844 \end_layout
14845
14846 \end_inset
14847 </cell>
14848 </row>
14849 <row>
14850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14851 \begin_inset Text
14852
14853 \begin_layout Plain Layout
14854
14855 \backslash
14856 bigcap
14857 \end_layout
14858
14859 \end_inset
14860 </cell>
14861 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14862 \begin_inset Text
14863
14864 \begin_layout Plain Layout
14865 \begin_inset Formula $\bigcap$
14866 \end_inset
14867
14868
14869 \end_layout
14870
14871 \end_inset
14872 </cell>
14873 </row>
14874 <row>
14875 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14876 \begin_inset Text
14877
14878 \begin_layout Plain Layout
14879
14880 \backslash
14881 bigcup
14882 \end_layout
14883
14884 \end_inset
14885 </cell>
14886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14887 \begin_inset Text
14888
14889 \begin_layout Plain Layout
14890 \begin_inset Formula $\bigcup$
14891 \end_inset
14892
14893
14894 \end_layout
14895
14896 \end_inset
14897 </cell>
14898 </row>
14899 </lyxtabular>
14900
14901 \end_inset
14902
14903
14904 \begin_inset space \hfill{}
14905 \end_inset
14906
14907
14908 \begin_inset Tabular
14909 <lyxtabular version="3" rows="10" columns="2">
14910 <features rotate="0" tabularvalignment="middle">
14911 <column alignment="center" valignment="top" width="0pt">
14912 <column alignment="center" valignment="top" width="0pt">
14913 <row>
14914 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14915 \begin_inset Text
14916
14917 \begin_layout Plain Layout
14918 コマンド
14919 \end_layout
14920
14921 \end_inset
14922 </cell>
14923 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14924 \begin_inset Text
14925
14926 \begin_layout Plain Layout
14927 出力
14928 \end_layout
14929
14930 \end_inset
14931 </cell>
14932 </row>
14933 <row>
14934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14935 \begin_inset Text
14936
14937 \begin_layout Plain Layout
14938
14939 \backslash
14940 prod
14941 \begin_inset Index idx
14942 status collapsed
14943
14944 \begin_layout Plain Layout
14945 こまんど@コマンド ! P ! 
14946 \backslash
14947 prod
14948 \end_layout
14949
14950 \end_inset
14951
14952
14953 \end_layout
14954
14955 \end_inset
14956 </cell>
14957 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14958 \begin_inset Text
14959
14960 \begin_layout Plain Layout
14961 \begin_inset Formula $\prod$
14962 \end_inset
14963
14964
14965 \end_layout
14966
14967 \end_inset
14968 </cell>
14969 </row>
14970 <row>
14971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14972 \begin_inset Text
14973
14974 \begin_layout Plain Layout
14975
14976 \backslash
14977 coprod
14978 \end_layout
14979
14980 \end_inset
14981 </cell>
14982 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14983 \begin_inset Text
14984
14985 \begin_layout Plain Layout
14986 \begin_inset Formula $\coprod$
14987 \end_inset
14988
14989
14990 \end_layout
14991
14992 \end_inset
14993 </cell>
14994 </row>
14995 <row>
14996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14997 \begin_inset Text
14998
14999 \begin_layout Plain Layout
15000
15001 \backslash
15002 bigodot
15003 \end_layout
15004
15005 \end_inset
15006 </cell>
15007 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15008 \begin_inset Text
15009
15010 \begin_layout Plain Layout
15011 \begin_inset Formula $\bigodot$
15012 \end_inset
15013
15014
15015 \end_layout
15016
15017 \end_inset
15018 </cell>
15019 </row>
15020 <row>
15021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15022 \begin_inset Text
15023
15024 \begin_layout Plain Layout
15025
15026 \backslash
15027 bigotimes
15028 \end_layout
15029
15030 \end_inset
15031 </cell>
15032 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15033 \begin_inset Text
15034
15035 \begin_layout Plain Layout
15036 \begin_inset Formula $\bigotimes$
15037 \end_inset
15038
15039
15040 \end_layout
15041
15042 \end_inset
15043 </cell>
15044 </row>
15045 <row>
15046 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15047 \begin_inset Text
15048
15049 \begin_layout Plain Layout
15050
15051 \backslash
15052 bigoplus
15053 \end_layout
15054
15055 \end_inset
15056 </cell>
15057 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15058 \begin_inset Text
15059
15060 \begin_layout Plain Layout
15061 \begin_inset Formula $\bigoplus$
15062 \end_inset
15063
15064
15065 \end_layout
15066
15067 \end_inset
15068 </cell>
15069 </row>
15070 <row>
15071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15072 \begin_inset Text
15073
15074 \begin_layout Plain Layout
15075
15076 \backslash
15077 bigwedge
15078 \end_layout
15079
15080 \end_inset
15081 </cell>
15082 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15083 \begin_inset Text
15084
15085 \begin_layout Plain Layout
15086 \begin_inset Formula $\bigwedge$
15087 \end_inset
15088
15089
15090 \end_layout
15091
15092 \end_inset
15093 </cell>
15094 </row>
15095 <row>
15096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15097 \begin_inset Text
15098
15099 \begin_layout Plain Layout
15100
15101 \backslash
15102 bigvee
15103 \end_layout
15104
15105 \end_inset
15106 </cell>
15107 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15108 \begin_inset Text
15109
15110 \begin_layout Plain Layout
15111 \begin_inset Formula $\bigvee$
15112 \end_inset
15113
15114
15115 \end_layout
15116
15117 \end_inset
15118 </cell>
15119 </row>
15120 <row>
15121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15122 \begin_inset Text
15123
15124 \begin_layout Plain Layout
15125
15126 \backslash
15127 bigsqcup
15128 \end_layout
15129
15130 \end_inset
15131 </cell>
15132 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15133 \begin_inset Text
15134
15135 \begin_layout Plain Layout
15136 \begin_inset Formula $\bigsqcup$
15137 \end_inset
15138
15139
15140 \end_layout
15141
15142 \end_inset
15143 </cell>
15144 </row>
15145 <row>
15146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15147 \begin_inset Text
15148
15149 \begin_layout Plain Layout
15150
15151 \backslash
15152 biguplus
15153 \end_layout
15154
15155 \end_inset
15156 </cell>
15157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15158 \begin_inset Text
15159
15160 \begin_layout Plain Layout
15161 \begin_inset Formula $\biguplus$
15162 \end_inset
15163
15164
15165 \end_layout
15166
15167 \end_inset
15168 </cell>
15169 </row>
15170 </lyxtabular>
15171
15172 \end_inset
15173
15174
15175 \begin_inset space \hfill{}
15176 \end_inset
15177
15178
15179 \end_layout
15180
15181 \begin_layout Standard
15182 すべての大演算子は、数式ツールバーボタンの
15183 \begin_inset Info
15184 type  "icon"
15185 arg   "math-insert \\intop"
15186 \end_inset
15187
15188 でも挿入することができます。
15189 \end_layout
15190
15191 \begin_layout Standard
15192 これらの演算子は、よく見ないと同じように見える二項演算子よりも大きいので、大演算子と呼ばれます。大演算子はすべて、次小節で説明する「範囲」をとることができます。
15193 \end_layout
15194
15195 \begin_layout Standard
15196 積分演算子はすべて、
15197 \series bold
15198
15199 \backslash
15200 intop
15201 \series default
15202
15203 \series bold
15204
15205 \backslash
15206 ointop
15207 \series default
15208 のように、
15209 \series bold
15210 op
15211 \series default
15212 で終わる別バージョンがあります。これらの演算子は、
15213 \series bold
15214
15215 \backslash
15216 int
15217 \series default
15218 とは範囲の表示のしかたが異なります。第
15219 \begin_inset CommandInset ref
15220 LatexCommand ref
15221 reference "sub:演算子の範囲"
15222
15223 \end_inset
15224
15225 節をご参照下さい。
15226 \end_layout
15227
15228 \begin_layout Subsubsection*
15229 積分の子細
15230 \end_layout
15231
15232 \begin_layout Standard
15233 積分中で用いられる文字
15234 \emph on
15235 d
15236 \emph default
15237 は演算子なので、アップライト体で組まれなくてはなりません。これを行うには
15238 \emph on
15239 d
15240 \emph default
15241 を選択して、
15242 \begin_inset Flex Ruby
15243 status collapsed
15244
15245 \begin_layout Plain Layout
15246 捷径
15247 \begin_inset Argument post:1
15248 status collapsed
15249
15250 \begin_layout Plain Layout
15251 ショートカット
15252 \end_layout
15253
15254 \end_inset
15255
15256
15257 \end_layout
15258
15259 \end_inset
15260
15261
15262 \begin_inset Info
15263 type  "shortcut"
15264 arg   "font-roman"
15265 \end_inset
15266
15267 を用います
15268 \begin_inset Foot
15269 status collapsed
15270
15271 \begin_layout Plain Layout
15272 文字様式については、第
15273 \begin_inset CommandInset ref
15274 LatexCommand ref
15275 reference "sub:書体様式"
15276
15277 \end_inset
15278
15279 節参照。
15280 \end_layout
15281
15282 \end_inset
15283
15284 。最後に、演算子の慣例に倣って、
15285 \emph on
15286 d
15287 \emph default
15288 の前に最小空白を挿入しなくてはなりません。たとえば、
15289 \end_layout
15290
15291 \begin_layout Standard
15292 正しくない例:
15293 \begin_inset Formula $\int A(x)dx$
15294 \end_inset
15295
15296
15297 \begin_inset Newline newline
15298 \end_inset
15299
15300 正しい
15301 \begin_inset Phantom HPhantom
15302 status open
15303
15304 \begin_layout Plain Layout
15305 ない
15306 \end_layout
15307
15308 \end_inset
15309
15310 例:
15311 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15312 \end_inset
15313
15314
15315 \end_layout
15316
15317 \begin_layout Standard
15318 多重積分に関しては、以下のコマンドがあります。
15319 \begin_inset VSpace medskip
15320 \end_inset
15321
15322
15323 \end_layout
15324
15325 \begin_layout Standard
15326 \begin_inset space \hfill{}
15327 \end_inset
15328
15329
15330 \begin_inset Tabular
15331 <lyxtabular version="3" rows="4" columns="2">
15332 <features rotate="0" tabularvalignment="middle">
15333 <column alignment="center" valignment="top">
15334 <column alignment="center" valignment="top">
15335 <row>
15336 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15337 \begin_inset Text
15338
15339 \begin_layout Plain Layout
15340 コマンド
15341 \end_layout
15342
15343 \end_inset
15344 </cell>
15345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15346 \begin_inset Text
15347
15348 \begin_layout Plain Layout
15349 出力
15350 \begin_inset Note Note
15351 status collapsed
15352
15353 \begin_layout Plain Layout
15354 ここで
15355 \series bold
15356
15357 \backslash
15358 raisebox
15359 \series default
15360 はスペーサーとして使用しているだけです。
15361 \end_layout
15362
15363 \end_inset
15364
15365
15366 \end_layout
15367
15368 \end_inset
15369 </cell>
15370 </row>
15371 <row>
15372 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15373 \begin_inset Text
15374
15375 \begin_layout Plain Layout
15376
15377 \backslash
15378 iint
15379 \end_layout
15380
15381 \end_inset
15382 </cell>
15383 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15384 \begin_inset Text
15385
15386 \begin_layout Plain Layout
15387 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15388 \end_inset
15389
15390
15391 \end_layout
15392
15393 \end_inset
15394 </cell>
15395 </row>
15396 <row>
15397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15398 \begin_inset Text
15399
15400 \begin_layout Plain Layout
15401
15402 \backslash
15403 oiint
15404 \end_layout
15405
15406 \end_inset
15407 </cell>
15408 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15409 \begin_inset Text
15410
15411 \begin_layout Plain Layout
15412 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
15413 \end_inset
15414
15415
15416 \end_layout
15417
15418 \end_inset
15419 </cell>
15420 </row>
15421 <row>
15422 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15423 \begin_inset Text
15424
15425 \begin_layout Plain Layout
15426
15427 \backslash
15428 sqiint
15429 \end_layout
15430
15431 \end_inset
15432 </cell>
15433 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15434 \begin_inset Text
15435
15436 \begin_layout Plain Layout
15437 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
15438 \end_inset
15439
15440
15441 \end_layout
15442
15443 \end_inset
15444 </cell>
15445 </row>
15446 </lyxtabular>
15447
15448 \end_inset
15449
15450
15451 \begin_inset space \hfill{}
15452 \end_inset
15453
15454
15455 \begin_inset Tabular
15456 <lyxtabular version="3" rows="4" columns="2">
15457 <features rotate="0" tabularvalignment="middle">
15458 <column alignment="center" valignment="top">
15459 <column alignment="center" valignment="top">
15460 <row>
15461 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15462 \begin_inset Text
15463
15464 \begin_layout Plain Layout
15465 コマンド
15466 \end_layout
15467
15468 \end_inset
15469 </cell>
15470 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15471 \begin_inset Text
15472
15473 \begin_layout Plain Layout
15474 出力
15475 \end_layout
15476
15477 \end_inset
15478 </cell>
15479 </row>
15480 <row>
15481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15482 \begin_inset Text
15483
15484 \begin_layout Plain Layout
15485
15486 \backslash
15487 iiint
15488 \end_layout
15489
15490 \end_inset
15491 </cell>
15492 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15493 \begin_inset Text
15494
15495 \begin_layout Plain Layout
15496 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
15497 \end_inset
15498
15499
15500 \end_layout
15501
15502 \end_inset
15503 </cell>
15504 </row>
15505 <row>
15506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15507 \begin_inset Text
15508
15509 \begin_layout Plain Layout
15510
15511 \backslash
15512 iiiint
15513 \end_layout
15514
15515 \end_inset
15516 </cell>
15517 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15518 \begin_inset Text
15519
15520 \begin_layout Plain Layout
15521 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
15522 \end_inset
15523
15524
15525 \end_layout
15526
15527 \end_inset
15528 </cell>
15529 </row>
15530 <row>
15531 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15532 \begin_inset Text
15533
15534 \begin_layout Plain Layout
15535
15536 \backslash
15537 dotsint
15538 \end_layout
15539
15540 \end_inset
15541 </cell>
15542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15543 \begin_inset Text
15544
15545 \begin_layout Plain Layout
15546 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
15547 \end_inset
15548
15549
15550 \end_layout
15551
15552 \end_inset
15553 </cell>
15554 </row>
15555 </lyxtabular>
15556
15557 \end_inset
15558
15559
15560 \begin_inset space \hfill{}
15561 \end_inset
15562
15563
15564 \end_layout
15565
15566 \begin_layout Subsection
15567 演算子の範囲
15568 \begin_inset CommandInset label
15569 LatexCommand label
15570 name "sub:演算子の範囲"
15571
15572 \end_inset
15573
15574
15575 \begin_inset Index idx
15576 status collapsed
15577
15578 \begin_layout Plain Layout
15579 えんざんし@演算子 ! はんい@範囲
15580 \end_layout
15581
15582 \end_inset
15583
15584
15585 \end_layout
15586
15587 \begin_layout Standard
15588 範囲は、上付き文字と下付き文字とで作成することができます。
15589 \end_layout
15590
15591 \begin_layout Standard
15592 \align center
15593 \begin_inset Tabular
15594 <lyxtabular version="3" rows="2" columns="2">
15595 <features rotate="0" tabularvalignment="middle">
15596 <column alignment="center" valignment="top" width="0pt">
15597 <column alignment="center" valignment="top" width="0pt">
15598 <row>
15599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15600 \begin_inset Text
15601
15602 \begin_layout Plain Layout
15603 コマンド
15604 \end_layout
15605
15606 \end_inset
15607 </cell>
15608 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15609 \begin_inset Text
15610
15611 \begin_layout Plain Layout
15612 出力
15613 \begin_inset Note Note
15614 status collapsed
15615
15616 \begin_layout Plain Layout
15617 ここで
15618 \series bold
15619
15620 \backslash
15621 raisebox
15622 \series default
15623 はスペーサーとして使用しているだけです。
15624 \end_layout
15625
15626 \end_inset
15627
15628
15629 \end_layout
15630
15631 \end_inset
15632 </cell>
15633 </row>
15634 <row>
15635 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15636 \begin_inset Text
15637
15638 \begin_layout Plain Layout
15639
15640 \backslash
15641 prod^
15642 \backslash
15643 infty
15644 \begin_inset space \textvisiblespace{}
15645 \end_inset
15646
15647
15648 \begin_inset Formula $\to$
15649 \end_inset
15650
15651 _0
15652 \begin_inset Formula $\to$
15653 \end_inset
15654
15655 A(x)
15656 \end_layout
15657
15658 \end_inset
15659 </cell>
15660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15661 \begin_inset Text
15662
15663 \begin_layout Plain Layout
15664 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
15665 \end_inset
15666
15667
15668 \end_layout
15669
15670 \end_inset
15671 </cell>
15672 </row>
15673 </lyxtabular>
15674
15675 \end_inset
15676
15677
15678 \end_layout
15679
15680 \begin_layout Standard
15681 行内数式では、範囲は演算子の右横に表示されます。別行立て数式での範囲は、積分範囲を除き、演算子の上と下に表示されます。
15682 \end_layout
15683
15684 \begin_layout Standard
15685 範囲が演算子の横に表示されるように強制するには、カーソルを当該演算子の直後において、
15686 \family sans
15687 編集\SpecialChar \menuseparator
15688 数式\SpecialChar \menuseparator
15689 範囲の表記を変更
15690 \family default
15691 メニューで
15692 \family sans
15693 \series bold
15694 行内形式
15695 \family default
15696 \series default
15697 (
15698 \begin_inset Flex Ruby
15699 status collapsed
15700
15701 \begin_layout Plain Layout
15702 捷径
15703 \begin_inset Argument post:1
15704 status collapsed
15705
15706 \begin_layout Plain Layout
15707 ショートカット
15708 \end_layout
15709
15710 \end_inset
15711
15712
15713 \end_layout
15714
15715 \end_inset
15716
15717
15718 \begin_inset Info
15719 type  "shortcut"
15720 arg   "math-limits"
15721 \end_inset
15722
15723 )を選択することで範囲形式を変更することができます。以下はその用例です。
15724 \end_layout
15725
15726 \begin_layout Standard
15727 既定の範囲形式は、以下のようになっています。
15728 \begin_inset Formula 
15729 \[
15730 \sum_{x=0}^{\infty}\frac{1}{x^{2}}
15731 \]
15732
15733 \end_inset
15734
15735 以下は、範囲形式を
15736 \family sans
15737 \series bold
15738 行内形式
15739 \family default
15740 \series default
15741 に変更したときの表示です。
15742 \begin_inset Formula 
15743 \[
15744 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}
15745 \]
15746
15747 \end_inset
15748
15749
15750 \series bold
15751
15752 \backslash
15753 intop
15754 \series default
15755
15756 \series bold
15757
15758 \backslash
15759 ointop
15760 \series default
15761 などのように
15762 \series bold
15763 op
15764 \series default
15765 で終わるもの以外の積分記号では、範囲は、既定で演算子の横に設定されます。しかし、多重積分においては、範囲を演算子の下に置くべきときがあります。このことから、以下
15766 の例では、範囲形式を
15767 \series bold
15768 別行立て形式
15769 \series default
15770 にして積分記号の下に置くようにしています。
15771 \begin_inset Formula 
15772 \begin{equation}
15773 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}
15774 \end{equation}
15775
15776 \end_inset
15777
15778
15779 \end_layout
15780
15781 \begin_layout Standard
15782 \begin_inset VSpace medskip
15783 \end_inset
15784
15785 範囲に条件を指定したい場合には、
15786 \series bold
15787
15788 \backslash
15789 subarray
15790 \series default
15791
15792 \begin_inset Index idx
15793 status collapsed
15794
15795 \begin_layout Plain Layout
15796 こまんど@コマンド ! S ! 
15797 \backslash
15798 subarray
15799 \end_layout
15800
15801 \end_inset
15802
15803 コマンドや
15804 \series bold
15805
15806 \backslash
15807 substack
15808 \series default
15809
15810 \begin_inset Index idx
15811 status collapsed
15812
15813 \begin_layout Plain Layout
15814 こまんど@コマンド ! S ! 
15815 \backslash
15816 substack
15817 \end_layout
15818
15819 \end_inset
15820
15821 コマンドを使用します。たとえば、以下の表記 
15822 \begin_inset Formula 
15823 \begin{equation}
15824 \sum_{\begin{subarray}{c}
15825 0<k<1000\\
15826 \\
15827 k\,\in\,\mathbb{N}
15828 \end{subarray}}^{n}k^{-2}\label{eq:substack}
15829 \end{equation}
15830
15831 \end_inset
15832
15833
15834 \end_layout
15835
15836 \begin_layout Standard
15837 を作成するには、以下のようにしなくてはなりません。
15838 \begin_inset Newline newline
15839 \end_inset
15840
15841 まず、
15842 \series bold
15843
15844 \backslash
15845 sum
15846 \series default
15847 ^
15848 \series bold
15849 n
15850 \begin_inset space \textvisiblespace{}
15851 \end_inset
15852
15853 _
15854 \series default
15855 というコマンドを入力します。すると、和演算子の下の青枠に移動するので、ここに
15856 \series bold
15857
15858 \backslash
15859 subarray
15860 \begin_inset space \textvisiblespace{}
15861 \end_inset
15862
15863
15864 \series default
15865 コマンドを挿入します。すると、青枠が紫枠の中に入って、ここに複数の行を書き込むことができるようになります。新しい行は、改行(
15866 \begin_inset Info
15867 type  "shortcut"
15868 arg   "newline-insert newline"
15869 \end_inset
15870
15871 )を挿入することで作ることができます。ここに
15872 \begin_inset Newline newline
15873 \end_inset
15874
15875
15876 \series bold
15877 0
15878 \begin_inset Formula $\boldsymbol{<}$
15879 \end_inset
15880
15881 k
15882 \begin_inset Formula $\boldsymbol{<}$
15883 \end_inset
15884
15885 1000 Ctrl+Return
15886 \begin_inset Newline newline
15887 \end_inset
15888
15889
15890 \series default
15891 と入力すると、新規行のための新しい枠が現れます。
15892 \end_layout
15893
15894 \begin_layout Standard
15895 各行の揃え方は、
15896 \family sans
15897 表ツールバー
15898 \family default
15899
15900 \family sans
15901 編集\SpecialChar \menuseparator
15902 行と列
15903 \family default
15904 メニューで変更することができますが、右揃えにするには、行頭に
15905 \series bold
15906
15907 \backslash
15908 hfill
15909 \begin_inset space \textvisiblespace{}
15910 \end_inset
15911
15912
15913 \series default
15914 を挿入しなくてはなりません。
15915 \end_layout
15916
15917 \begin_layout Standard
15918
15919 \series bold
15920
15921 \backslash
15922 substack
15923 \series default
15924 コマンドは、各行がつねに中央揃えになることを除いては、
15925 \series bold
15926
15927 \backslash
15928 subarray
15929 \series default
15930 と同じです。
15931 \end_layout
15932
15933 \begin_layout Standard
15934 \begin_inset VSpace bigskip
15935 \end_inset
15936
15937 演算子の後に来る文字は、範囲の横に来るので、
15938 \begin_inset CommandInset ref
15939 LatexCommand eqref
15940 reference "eq:substack"
15941
15942 \end_inset
15943
15944 式のように、演算子の横の余白が大きくなりすぎることがあります。
15945 \lang english
15946 To avoid this the command 
15947 \series bold
15948 \lang japanese
15949
15950 \backslash
15951 mathclap
15952 \series default
15953
15954 \begin_inset Index idx
15955 status collapsed
15956
15957 \begin_layout Plain Layout
15958 こまんど@コマンド ! M ! 
15959 \backslash
15960 mathclap
15961 \end_layout
15962
15963 \end_inset
15964
15965
15966 \lang english
15967  can be used.
15968  It sets the width of its content to 0
15969 \begin_inset space \thinspace{}
15970 \end_inset
15971
15972 pt.
15973 \begin_inset Newline newline
15974 \end_inset
15975
15976
15977 \lang japanese
15978 これを
15979 \begin_inset CommandInset ref
15980 LatexCommand eqref
15981 reference "eq:substack"
15982
15983 \end_inset
15984
15985 式に応用すると、以下のようなコマンド
15986 \end_layout
15987
15988 \begin_layout Standard
15989
15990 \series bold
15991
15992 \backslash
15993 sum_
15994 \backslash
15995 mathclap
15996 \backslash
15997 substack
15998 \begin_inset space \textvisiblespace{}
15999 \end_inset
16000
16001 0
16002 \begin_inset Formula $\boldsymbol{<}$
16003 \end_inset
16004
16005 k
16006 \begin_inset Formula $\boldsymbol{<}$
16007 \end_inset
16008
16009 1000 Ctrl+Return
16010 \end_layout
16011
16012 \begin_layout Standard
16013 を使用して下限を作成することになります。これによって、足される要素は、和演算子の直後に来ることになります。
16014 \begin_inset Formula 
16015 \[
16016 \sum_{\mathclap{\substack{0<k<1000\\
16017 \\
16018 k\,\in\,\mathbb{N}
16019 }
16020 }}^{n}k^{-2}
16021 \]
16022
16023 \end_inset
16024
16025
16026 \end_layout
16027
16028 \begin_layout Standard
16029 \begin_inset VSpace bigskip
16030 \end_inset
16031
16032
16033 \end_layout
16034
16035 \begin_layout Standard
16036
16037 \lang english
16038 When several consecutive operators have limits the typesetting of the limits
16039  looks often imperfect in the output, see this example:
16040 \lang japanese
16041
16042 \begin_inset Formula 
16043 \[
16044 \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}
16045 \]
16046
16047 \end_inset
16048
16049
16050 \lang english
16051 To improve the typesetting set in the document settings under 
16052 \family sans
16053 Math
16054 \begin_inset space ~
16055 \end_inset
16056
16057 Options
16058 \family default
16059  for the package
16060 \lang japanese
16061  
16062 \series bold
16063 mathtools
16064 \series default
16065
16066 \begin_inset Index idx
16067 status collapsed
16068
16069 \begin_layout Plain Layout
16070 ぱっけーじ@パッケージ ! mathtools
16071 \end_layout
16072
16073 \end_inset
16074
16075  
16076 \lang english
16077 the option 
16078 \family sans
16079 Load
16080 \begin_inset space ~
16081 \end_inset
16082
16083 always
16084 \family default
16085 .
16086  Then insert into your formula the command 
16087 \series bold
16088 \lang japanese
16089
16090 \backslash
16091 adjustlimits
16092 \series default
16093
16094 \begin_inset Index idx
16095 status collapsed
16096
16097 \begin_layout Plain Layout
16098 こまんど@コマンド ! A ! 
16099 \backslash
16100 adjustlimits
16101 \end_layout
16102
16103 \end_inset
16104
16105  
16106 \lang english
16107 directly before the first operator.
16108  The example will then look like this:
16109 \lang japanese
16110
16111 \begin_inset Formula 
16112 \[
16113 \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}
16114 \]
16115
16116 \end_inset
16117
16118
16119 \end_layout
16120
16121 \begin_layout Standard
16122 \begin_inset VSpace bigskip
16123 \end_inset
16124
16125 一つの範囲を複数の演算子に用いる方法が、第
16126 \begin_inset CommandInset ref
16127 LatexCommand ref
16128 reference "sub:自己定義演算子"
16129
16130 \end_inset
16131
16132 節に述べられています。
16133 \end_layout
16134
16135 \begin_layout Subsection
16136 演算子の修飾
16137 \begin_inset Index idx
16138 status collapsed
16139
16140 \begin_layout Plain Layout
16141 えんざんし@演算子 ! 
16142 \family sans
16143 \series bold
16144 しゅうしょく@修飾
16145 \end_layout
16146
16147 \end_inset
16148
16149
16150 \end_layout
16151
16152 \begin_layout Standard
16153
16154 \series bold
16155
16156 \backslash
16157 overset
16158 \series default
16159
16160 \begin_inset Index idx
16161 status collapsed
16162
16163 \begin_layout Plain Layout
16164 こまんど@コマンド ! O ! 
16165 \backslash
16166 overset
16167 \end_layout
16168
16169 \end_inset
16170
16171 コマンドや
16172 \series bold
16173
16174 \backslash
16175 underset
16176 \series default
16177
16178 \begin_inset Index idx
16179 status collapsed
16180
16181 \begin_layout Plain Layout
16182 こまんど@コマンド ! U ! 
16183 \backslash
16184 underset
16185 \end_layout
16186
16187 \end_inset
16188
16189 コマンドを使うと、それぞれ演算子の上や下に、文字をアクセントとして付けることができます。また、
16190 \series bold
16191
16192 \backslash
16193 sideset
16194 \series default
16195
16196 \begin_inset Index idx
16197 status collapsed
16198
16199 \begin_layout Plain Layout
16200 こまんど@コマンド ! S ! 
16201 \backslash
16202 sideset
16203 \end_layout
16204
16205 \end_inset
16206
16207 コマンドを使うと、文字を演算子の前や後ろに付けることができます。
16208 \end_layout
16209
16210 \begin_layout Standard
16211
16212 \lang english
16213 There are 4
16214 \begin_inset space ~
16215 \end_inset
16216
16217 variants of 
16218 \series bold
16219
16220 \backslash
16221 sideset
16222 \series default
16223 :
16224 \end_layout
16225
16226 \begin_layout Itemize
16227
16228 \series bold
16229 \lang english
16230
16231 \backslash
16232 sideset
16233 \series default
16234  is used to set characters at the corners of the operator
16235 \end_layout
16236
16237 \begin_layout Itemize
16238
16239 \series bold
16240 \lang english
16241
16242 \backslash
16243 sidesetn
16244 \series default
16245  is used to set characters before and/or behind the operator (this variant
16246  represents LaTeX's original 
16247 \series bold
16248
16249 \backslash
16250 sideset
16251 \series default
16252  command)
16253 \end_layout
16254
16255 \begin_layout Itemize
16256
16257 \series bold
16258 \lang english
16259
16260 \backslash
16261 sidesetl
16262 \series default
16263  is used to set characters at the left corners and/or behind the operator
16264 \end_layout
16265
16266 \begin_layout Itemize
16267
16268 \series bold
16269 \lang english
16270
16271 \backslash
16272 sidesetr
16273 \series default
16274  is used to set characters at the right corners and/or before the operator
16275 \end_layout
16276
16277 \begin_layout Standard
16278 たとえば、
16279 \series bold
16280
16281 \backslash
16282 sidesetn
16283 \begin_inset space \textvisiblespace{}
16284 \end_inset
16285
16286
16287 \backslash
16288 sum
16289 \begin_inset space \textvisiblespace{}
16290 \end_inset
16291
16292
16293 \begin_inset Formula $\to$
16294 \end_inset
16295
16296 '
16297 \begin_inset Formula $\to$
16298 \end_inset
16299
16300 _k=1
16301 \begin_inset space \textvisiblespace{}
16302 \end_inset
16303
16304
16305 \series default
16306 ^
16307 \series bold
16308 n
16309 \series default
16310 というコマンドを入力すると、
16311 \begin_inset Formula 
16312 \[
16313 \sideset{}{'}\sum_{k=1}^{n}
16314 \]
16315
16316 \end_inset
16317
16318 のようになります。
16319 \end_layout
16320
16321 \begin_layout Standard
16322 \begin_inset Note Greyedout
16323 status open
16324
16325 \begin_layout Plain Layout
16326
16327 \series bold
16328 【註】
16329 \backslash
16330 sideset
16331 \series default
16332 は、大演算子を修飾するためだけに用いることができ、二項演算子には用いることができません。
16333 \end_layout
16334
16335 \end_inset
16336
16337
16338 \end_layout
16339
16340 \begin_layout Standard
16341 のようになります。最後の例からわかるように、
16342 \series bold
16343
16344 \backslash
16345 overset
16346 \series default
16347
16348 \series bold
16349
16350 \backslash
16351 underset
16352 \series default
16353 では、記号や文字にアクセントをつけることもできます。一方。 また、
16354 \series bold
16355
16356 \backslash
16357 overset
16358 \begin_inset space \textvisiblespace{}
16359 \end_inset
16360
16361
16362 \backslash
16363 maltese
16364 \begin_inset space \textvisiblespace{}
16365 \end_inset
16366
16367
16368 \series default
16369
16370 \begin_inset Formula $\uparrow$
16371 \end_inset
16372
16373
16374 \series bold
16375 a
16376 \series default
16377 というコマンドならば、
16378 \begin_inset Formula 
16379 \[
16380 \overset{a}{\maltese}
16381 \]
16382
16383 \end_inset
16384
16385
16386 \end_layout
16387
16388 \begin_layout Subsection
16389 二項演算子
16390 \begin_inset CommandInset label
16391 LatexCommand label
16392 name "sub:二項演算子"
16393
16394 \end_inset
16395
16396
16397 \begin_inset Index idx
16398 status collapsed
16399
16400 \begin_layout Plain Layout
16401 えんざんし@演算子 ! にこう@二項
16402 \end_layout
16403
16404 \end_inset
16405
16406
16407 \end_layout
16408
16409 \begin_layout Standard
16410 二項演算子は、前後に文字がある場合、周囲に余白が入ります。
16411 \begin_inset VSpace medskip
16412 \end_inset
16413
16414
16415 \end_layout
16416
16417 \begin_layout Standard
16418 \begin_inset space \hfill{}
16419 \end_inset
16420
16421
16422 \begin_inset Tabular
16423 <lyxtabular version="3" rows="13" columns="2">
16424 <features rotate="0" tabularvalignment="middle">
16425 <column alignment="center" valignment="top" width="0pt">
16426 <column alignment="center" valignment="top" width="0pt">
16427 <row>
16428 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16429 \begin_inset Text
16430
16431 \begin_layout Plain Layout
16432 コマンド
16433 \begin_inset Note Note
16434 status collapsed
16435
16436 \begin_layout Plain Layout
16437 ここで
16438 \series bold
16439
16440 \backslash
16441 raisebox
16442 \series default
16443 はスペーサーとして使用しているだけです。
16444 \end_layout
16445
16446 \end_inset
16447
16448
16449 \end_layout
16450
16451 \end_inset
16452 </cell>
16453 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16454 \begin_inset Text
16455
16456 \begin_layout Plain Layout
16457 出力
16458 \end_layout
16459
16460 \end_inset
16461 </cell>
16462 </row>
16463 <row>
16464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16465 \begin_inset Text
16466
16467 \begin_layout Plain Layout
16468 +
16469 \end_layout
16470
16471 \end_inset
16472 </cell>
16473 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16474 \begin_inset Text
16475
16476 \begin_layout Plain Layout
16477 \begin_inset Formula $+$
16478 \end_inset
16479
16480
16481 \end_layout
16482
16483 \end_inset
16484 </cell>
16485 </row>
16486 <row>
16487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16488 \begin_inset Text
16489
16490 \begin_layout Plain Layout
16491 -
16492 \end_layout
16493
16494 \end_inset
16495 </cell>
16496 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16497 \begin_inset Text
16498
16499 \begin_layout Plain Layout
16500 \begin_inset Formula $-$
16501 \end_inset
16502
16503
16504 \end_layout
16505
16506 \end_inset
16507 </cell>
16508 </row>
16509 <row>
16510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16511 \begin_inset Text
16512
16513 \begin_layout Plain Layout
16514
16515 \backslash
16516 pm
16517 \end_layout
16518
16519 \end_inset
16520 </cell>
16521 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16522 \begin_inset Text
16523
16524 \begin_layout Plain Layout
16525 \begin_inset Formula $\pm$
16526 \end_inset
16527
16528
16529 \end_layout
16530
16531 \end_inset
16532 </cell>
16533 </row>
16534 <row>
16535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16536 \begin_inset Text
16537
16538 \begin_layout Plain Layout
16539
16540 \backslash
16541 mp
16542 \end_layout
16543
16544 \end_inset
16545 </cell>
16546 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16547 \begin_inset Text
16548
16549 \begin_layout Plain Layout
16550 \begin_inset Formula $\mp$
16551 \end_inset
16552
16553
16554 \end_layout
16555
16556 \end_inset
16557 </cell>
16558 </row>
16559 <row>
16560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16561 \begin_inset Text
16562
16563 \begin_layout Plain Layout
16564
16565 \backslash
16566 cdot
16567 \end_layout
16568
16569 \end_inset
16570 </cell>
16571 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16572 \begin_inset Text
16573
16574 \begin_layout Plain Layout
16575 \begin_inset Formula $\cdot$
16576 \end_inset
16577
16578
16579 \end_layout
16580
16581 \end_inset
16582 </cell>
16583 </row>
16584 <row>
16585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16586 \begin_inset Text
16587
16588 \begin_layout Plain Layout
16589
16590 \backslash
16591 times
16592 \end_layout
16593
16594 \end_inset
16595 </cell>
16596 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16597 \begin_inset Text
16598
16599 \begin_layout Plain Layout
16600 \begin_inset Formula $\times$
16601 \end_inset
16602
16603
16604 \end_layout
16605
16606 \end_inset
16607 </cell>
16608 </row>
16609 <row>
16610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16611 \begin_inset Text
16612
16613 \begin_layout Plain Layout
16614
16615 \backslash
16616 div
16617 \end_layout
16618
16619 \end_inset
16620 </cell>
16621 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16622 \begin_inset Text
16623
16624 \begin_layout Plain Layout
16625 \begin_inset Formula $\div$
16626 \end_inset
16627
16628
16629 \end_layout
16630
16631 \end_inset
16632 </cell>
16633 </row>
16634 <row>
16635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16636 \begin_inset Text
16637
16638 \begin_layout Plain Layout
16639 \begin_inset ERT
16640 status collapsed
16641
16642 \begin_layout Plain Layout
16643
16644
16645 \backslash
16646 raisebox{-1.2mm}{
16647 \end_layout
16648
16649 \end_inset
16650
16651 *
16652 \begin_inset ERT
16653 status collapsed
16654
16655 \begin_layout Plain Layout
16656
16657 }
16658 \end_layout
16659
16660 \end_inset
16661
16662
16663 \end_layout
16664
16665 \end_inset
16666 </cell>
16667 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16668 \begin_inset Text
16669
16670 \begin_layout Plain Layout
16671 \begin_inset Formula $*$
16672 \end_inset
16673
16674
16675 \end_layout
16676
16677 \end_inset
16678 </cell>
16679 </row>
16680 <row>
16681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16682 \begin_inset Text
16683
16684 \begin_layout Plain Layout
16685
16686 \backslash
16687 star
16688 \end_layout
16689
16690 \end_inset
16691 </cell>
16692 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16693 \begin_inset Text
16694
16695 \begin_layout Plain Layout
16696 \begin_inset Formula $\star$
16697 \end_inset
16698
16699
16700 \end_layout
16701
16702 \end_inset
16703 </cell>
16704 </row>
16705 <row>
16706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16707 \begin_inset Text
16708
16709 \begin_layout Plain Layout
16710
16711 \backslash
16712 circ
16713 \end_layout
16714
16715 \end_inset
16716 </cell>
16717 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16718 \begin_inset Text
16719
16720 \begin_layout Plain Layout
16721 \begin_inset Formula $\circ$
16722 \end_inset
16723
16724
16725 \end_layout
16726
16727 \end_inset
16728 </cell>
16729 </row>
16730 <row>
16731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16732 \begin_inset Text
16733
16734 \begin_layout Plain Layout
16735
16736 \backslash
16737 diamond
16738 \end_layout
16739
16740 \end_inset
16741 </cell>
16742 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16743 \begin_inset Text
16744
16745 \begin_layout Plain Layout
16746 \begin_inset Formula $\diamond$
16747 \end_inset
16748
16749
16750 \end_layout
16751
16752 \end_inset
16753 </cell>
16754 </row>
16755 <row>
16756 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16757 \begin_inset Text
16758
16759 \begin_layout Plain Layout
16760
16761 \backslash
16762 bullet
16763 \end_layout
16764
16765 \end_inset
16766 </cell>
16767 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16768 \begin_inset Text
16769
16770 \begin_layout Plain Layout
16771 \begin_inset Formula $\bullet$
16772 \end_inset
16773
16774
16775 \end_layout
16776
16777 \end_inset
16778 </cell>
16779 </row>
16780 </lyxtabular>
16781
16782 \end_inset
16783
16784
16785 \begin_inset space \hfill{}
16786 \end_inset
16787
16788
16789 \begin_inset Tabular
16790 <lyxtabular version="3" rows="13" columns="2">
16791 <features rotate="0" tabularvalignment="middle">
16792 <column alignment="center" valignment="top" width="0pt">
16793 <column alignment="center" valignment="top" width="0pt">
16794 <row>
16795 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16796 \begin_inset Text
16797
16798 \begin_layout Plain Layout
16799 コマンド
16800 \end_layout
16801
16802 \end_inset
16803 </cell>
16804 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16805 \begin_inset Text
16806
16807 \begin_layout Plain Layout
16808 出力
16809 \end_layout
16810
16811 \end_inset
16812 </cell>
16813 </row>
16814 <row>
16815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16816 \begin_inset Text
16817
16818 \begin_layout Plain Layout
16819
16820 \backslash
16821 nabla
16822 \end_layout
16823
16824 \end_inset
16825 </cell>
16826 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16827 \begin_inset Text
16828
16829 \begin_layout Plain Layout
16830 \begin_inset Formula $\nabla$
16831 \end_inset
16832
16833
16834 \end_layout
16835
16836 \end_inset
16837 </cell>
16838 </row>
16839 <row>
16840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16841 \begin_inset Text
16842
16843 \begin_layout Plain Layout
16844
16845 \backslash
16846 bigtriangledown
16847 \end_layout
16848
16849 \end_inset
16850 </cell>
16851 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16852 \begin_inset Text
16853
16854 \begin_layout Plain Layout
16855 \begin_inset Formula $\bigtriangledown$
16856 \end_inset
16857
16858
16859 \end_layout
16860
16861 \end_inset
16862 </cell>
16863 </row>
16864 <row>
16865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16866 \begin_inset Text
16867
16868 \begin_layout Plain Layout
16869
16870 \backslash
16871 bigtriangleup
16872 \end_layout
16873
16874 \end_inset
16875 </cell>
16876 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16877 \begin_inset Text
16878
16879 \begin_layout Plain Layout
16880 \begin_inset Formula $\bigtriangleup$
16881 \end_inset
16882
16883
16884 \end_layout
16885
16886 \end_inset
16887 </cell>
16888 </row>
16889 <row>
16890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16891 \begin_inset Text
16892
16893 \begin_layout Plain Layout
16894
16895 \backslash
16896 Box
16897 \end_layout
16898
16899 \end_inset
16900 </cell>
16901 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16902 \begin_inset Text
16903
16904 \begin_layout Plain Layout
16905 \begin_inset Formula $\Box$
16906 \end_inset
16907
16908
16909 \end_layout
16910
16911 \end_inset
16912 </cell>
16913 </row>
16914 <row>
16915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16916 \begin_inset Text
16917
16918 \begin_layout Plain Layout
16919
16920 \backslash
16921 cap 
16922 \end_layout
16923
16924 \end_inset
16925 </cell>
16926 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16927 \begin_inset Text
16928
16929 \begin_layout Plain Layout
16930 \begin_inset Formula $\cap$
16931 \end_inset
16932
16933
16934 \end_layout
16935
16936 \end_inset
16937 </cell>
16938 </row>
16939 <row>
16940 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16941 \begin_inset Text
16942
16943 \begin_layout Plain Layout
16944
16945 \backslash
16946 cup
16947 \end_layout
16948
16949 \end_inset
16950 </cell>
16951 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16952 \begin_inset Text
16953
16954 \begin_layout Plain Layout
16955 \begin_inset Formula $\cup$
16956 \end_inset
16957
16958
16959 \end_layout
16960
16961 \end_inset
16962 </cell>
16963 </row>
16964 <row>
16965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16966 \begin_inset Text
16967
16968 \begin_layout Plain Layout
16969
16970 \backslash
16971 dagger
16972 \end_layout
16973
16974 \end_inset
16975 </cell>
16976 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16977 \begin_inset Text
16978
16979 \begin_layout Plain Layout
16980 \begin_inset Formula $\dagger$
16981 \end_inset
16982
16983
16984 \end_layout
16985
16986 \end_inset
16987 </cell>
16988 </row>
16989 <row>
16990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16991 \begin_inset Text
16992
16993 \begin_layout Plain Layout
16994
16995 \backslash
16996 ddagger
16997 \end_layout
16998
16999 \end_inset
17000 </cell>
17001 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17002 \begin_inset Text
17003
17004 \begin_layout Plain Layout
17005 \begin_inset Formula $\ddagger$
17006 \end_inset
17007
17008
17009 \end_layout
17010
17011 \end_inset
17012 </cell>
17013 </row>
17014 <row>
17015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17016 \begin_inset Text
17017
17018 \begin_layout Plain Layout
17019
17020 \backslash
17021 wr
17022 \end_layout
17023
17024 \end_inset
17025 </cell>
17026 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17027 \begin_inset Text
17028
17029 \begin_layout Plain Layout
17030 \begin_inset Formula $\wr$
17031 \end_inset
17032
17033
17034 \end_layout
17035
17036 \end_inset
17037 </cell>
17038 </row>
17039 <row>
17040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17041 \begin_inset Text
17042
17043 \begin_layout Plain Layout
17044
17045 \backslash
17046 bigcirc
17047 \end_layout
17048
17049 \end_inset
17050 </cell>
17051 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17052 \begin_inset Text
17053
17054 \begin_layout Plain Layout
17055 \begin_inset Formula $\bigcirc$
17056 \end_inset
17057
17058
17059 \end_layout
17060
17061 \end_inset
17062 </cell>
17063 </row>
17064 <row>
17065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17066 \begin_inset Text
17067
17068 \begin_layout Plain Layout
17069
17070 \backslash
17071 wedge
17072 \end_layout
17073
17074 \end_inset
17075 </cell>
17076 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17077 \begin_inset Text
17078
17079 \begin_layout Plain Layout
17080 \begin_inset Formula $\wedge$
17081 \end_inset
17082
17083
17084 \end_layout
17085
17086 \end_inset
17087 </cell>
17088 </row>
17089 <row>
17090 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17091 \begin_inset Text
17092
17093 \begin_layout Plain Layout
17094
17095 \backslash
17096 vee
17097 \end_layout
17098
17099 \end_inset
17100 </cell>
17101 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17102 \begin_inset Text
17103
17104 \begin_layout Plain Layout
17105 \begin_inset Formula $\vee$
17106 \end_inset
17107
17108
17109 \end_layout
17110
17111 \end_inset
17112 </cell>
17113 </row>
17114 </lyxtabular>
17115
17116 \end_inset
17117
17118
17119 \begin_inset space \hfill{}
17120 \end_inset
17121
17122
17123 \begin_inset Tabular
17124 <lyxtabular version="3" rows="13" columns="2">
17125 <features rotate="0" tabularvalignment="middle">
17126 <column alignment="center" valignment="top" width="0pt">
17127 <column alignment="center" valignment="top" width="0pt">
17128 <row>
17129 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17130 \begin_inset Text
17131
17132 \begin_layout Plain Layout
17133 コマンド
17134 \end_layout
17135
17136 \end_inset
17137 </cell>
17138 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17139 \begin_inset Text
17140
17141 \begin_layout Plain Layout
17142 出力
17143 \end_layout
17144
17145 \end_inset
17146 </cell>
17147 </row>
17148 <row>
17149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17150 \begin_inset Text
17151
17152 \begin_layout Plain Layout
17153
17154 \backslash
17155 oplus
17156 \end_layout
17157
17158 \end_inset
17159 </cell>
17160 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17161 \begin_inset Text
17162
17163 \begin_layout Plain Layout
17164 \begin_inset Formula $\oplus$
17165 \end_inset
17166
17167
17168 \end_layout
17169
17170 \end_inset
17171 </cell>
17172 </row>
17173 <row>
17174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17175 \begin_inset Text
17176
17177 \begin_layout Plain Layout
17178
17179 \backslash
17180 ominus
17181 \end_layout
17182
17183 \end_inset
17184 </cell>
17185 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17186 \begin_inset Text
17187
17188 \begin_layout Plain Layout
17189 \begin_inset Formula $\ominus$
17190 \end_inset
17191
17192
17193 \end_layout
17194
17195 \end_inset
17196 </cell>
17197 </row>
17198 <row>
17199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17200 \begin_inset Text
17201
17202 \begin_layout Plain Layout
17203
17204 \backslash
17205 otimes
17206 \end_layout
17207
17208 \end_inset
17209 </cell>
17210 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17211 \begin_inset Text
17212
17213 \begin_layout Plain Layout
17214 \begin_inset Formula $\otimes$
17215 \end_inset
17216
17217
17218 \end_layout
17219
17220 \end_inset
17221 </cell>
17222 </row>
17223 <row>
17224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17225 \begin_inset Text
17226
17227 \begin_layout Plain Layout
17228
17229 \backslash
17230 oslash
17231 \end_layout
17232
17233 \end_inset
17234 </cell>
17235 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17236 \begin_inset Text
17237
17238 \begin_layout Plain Layout
17239 \begin_inset Formula $\oslash$
17240 \end_inset
17241
17242
17243 \end_layout
17244
17245 \end_inset
17246 </cell>
17247 </row>
17248 <row>
17249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17250 \begin_inset Text
17251
17252 \begin_layout Plain Layout
17253
17254 \backslash
17255 odot
17256 \end_layout
17257
17258 \end_inset
17259 </cell>
17260 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17261 \begin_inset Text
17262
17263 \begin_layout Plain Layout
17264 \begin_inset Formula $\odot$
17265 \end_inset
17266
17267
17268 \end_layout
17269
17270 \end_inset
17271 </cell>
17272 </row>
17273 <row>
17274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17275 \begin_inset Text
17276
17277 \begin_layout Plain Layout
17278
17279 \backslash
17280 amalg
17281 \end_layout
17282
17283 \end_inset
17284 </cell>
17285 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17286 \begin_inset Text
17287
17288 \begin_layout Plain Layout
17289 \begin_inset Formula $\amalg$
17290 \end_inset
17291
17292
17293 \end_layout
17294
17295 \end_inset
17296 </cell>
17297 </row>
17298 <row>
17299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17300 \begin_inset Text
17301
17302 \begin_layout Plain Layout
17303
17304 \backslash
17305 uplus
17306 \end_layout
17307
17308 \end_inset
17309 </cell>
17310 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17311 \begin_inset Text
17312
17313 \begin_layout Plain Layout
17314 \begin_inset Formula $\uplus$
17315 \end_inset
17316
17317
17318 \end_layout
17319
17320 \end_inset
17321 </cell>
17322 </row>
17323 <row>
17324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17325 \begin_inset Text
17326
17327 \begin_layout Plain Layout
17328
17329 \backslash
17330 setminus
17331 \end_layout
17332
17333 \end_inset
17334 </cell>
17335 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17336 \begin_inset Text
17337
17338 \begin_layout Plain Layout
17339 \begin_inset Formula $\setminus$
17340 \end_inset
17341
17342
17343 \end_layout
17344
17345 \end_inset
17346 </cell>
17347 </row>
17348 <row>
17349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17350 \begin_inset Text
17351
17352 \begin_layout Plain Layout
17353
17354 \backslash
17355 sqcap
17356 \end_layout
17357
17358 \end_inset
17359 </cell>
17360 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17361 \begin_inset Text
17362
17363 \begin_layout Plain Layout
17364 \begin_inset Formula $\sqcap$
17365 \end_inset
17366
17367
17368 \end_layout
17369
17370 \end_inset
17371 </cell>
17372 </row>
17373 <row>
17374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17375 \begin_inset Text
17376
17377 \begin_layout Plain Layout
17378
17379 \backslash
17380 sqcup
17381 \end_layout
17382
17383 \end_inset
17384 </cell>
17385 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17386 \begin_inset Text
17387
17388 \begin_layout Plain Layout
17389 \begin_inset Formula $\sqcup$
17390 \end_inset
17391
17392
17393 \end_layout
17394
17395 \end_inset
17396 </cell>
17397 </row>
17398 <row>
17399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17400 \begin_inset Text
17401
17402 \begin_layout Plain Layout
17403
17404 \backslash
17405 triangleleft
17406 \end_layout
17407
17408 \end_inset
17409 </cell>
17410 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17411 \begin_inset Text
17412
17413 \begin_layout Plain Layout
17414 \begin_inset Formula $\triangleleft$
17415 \end_inset
17416
17417
17418 \end_layout
17419
17420 \end_inset
17421 </cell>
17422 </row>
17423 <row>
17424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17425 \begin_inset Text
17426
17427 \begin_layout Plain Layout
17428
17429 \backslash
17430 triangleright
17431 \end_layout
17432
17433 \end_inset
17434 </cell>
17435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17436 \begin_inset Text
17437
17438 \begin_layout Plain Layout
17439 \begin_inset Formula $\triangleright$
17440 \end_inset
17441
17442
17443 \end_layout
17444
17445 \end_inset
17446 </cell>
17447 </row>
17448 </lyxtabular>
17449
17450 \end_inset
17451
17452
17453 \begin_inset space \hfill{}
17454 \end_inset
17455
17456
17457 \end_layout
17458
17459 \begin_layout Standard
17460 二項演算子は、すべて数式ツールバーボタンの
17461 \begin_inset Info
17462 type  "icon"
17463 arg   "math-insert \\pm"
17464 \end_inset
17465
17466 から挿入することもできます。
17467 \end_layout
17468
17469 \begin_layout Standard
17470 ラプラス演算子を組版するには、
17471 \series bold
17472
17473 \backslash
17474 bigtriangleup
17475 \series default
17476 以外に、
17477 \series bold
17478
17479 \backslash
17480 Delta
17481 \series default
17482
17483 \series bold
17484
17485 \backslash
17486 nabla
17487 \series default
17488 ^
17489 \series bold
17490 2
17491 \series default
17492 (
17493 \begin_inset Formula $\nabla^{2}$
17494 \end_inset
17495
17496 )を使用することもできます。
17497 \end_layout
17498
17499 \begin_layout Standard
17500
17501 \family sans
17502 挿入\SpecialChar \menuseparator
17503 特殊文字
17504 \family default
17505 メニューの
17506 \family sans
17507 メニュー区切り
17508 \family default
17509 で入力される文字は、
17510 \series bold
17511
17512 \backslash
17513 triangleright
17514 \series default
17515 演算子です。
17516 \end_layout
17517
17518 \begin_layout Subsection
17519 自己定義演算子
17520 \begin_inset CommandInset label
17521 LatexCommand label
17522 name "sub:自己定義演算子"
17523
17524 \end_inset
17525
17526
17527 \begin_inset Index idx
17528 status collapsed
17529
17530 \begin_layout Plain Layout
17531 えんざんし@演算子 ! じこていぎ@自己定義
17532 \end_layout
17533
17534 \end_inset
17535
17536
17537 \end_layout
17538
17539 \begin_layout Standard
17540 LaTeXプリアンブルで
17541 \series bold
17542
17543 \backslash
17544 DeclareMathOperator
17545 \series default
17546
17547 \begin_inset Index idx
17548 status collapsed
17549
17550 \begin_layout Plain Layout
17551 こまんど@コマンド ! D ! 
17552 \backslash
17553 dbinom@
17554 \backslash
17555 DeclareMathOperator
17556 \end_layout
17557
17558 \end_inset
17559
17560 コマンドを使用すると、自製演算子を定義することができます。このコマンドの書式は
17561 \end_layout
17562
17563 \begin_layout Standard
17564
17565 \series bold
17566
17567 \backslash
17568 DeclareMathOperator{新規コマンド}{表示}
17569 \end_layout
17570
17571 \begin_layout Standard
17572 です。「表示」は、出力での演算子の表示され方を定義する文字や記号です。大演算子を定義するには、コマンドの後に「*」を置きます。自己定義の大演算子は、すべて第
17573 \begin_inset CommandInset ref
17574 LatexCommand ref
17575 reference "sub:演算子の範囲"
17576
17577 \end_inset
17578
17579 節で述べられた範囲を指定することができます。
17580 \end_layout
17581
17582 \begin_layout Standard
17583 たとえば、以下のようなLaTeXプリアンブル行
17584 \end_layout
17585
17586 \begin_layout Standard
17587
17588 \series bold
17589
17590 \backslash
17591 DeclareMathOperator*{
17592 \backslash
17593 Lozenge}{
17594 \backslash
17595 blacklozenge}
17596 \end_layout
17597
17598 \begin_layout Standard
17599 は、第
17600 \begin_inset CommandInset ref
17601 LatexCommand ref
17602 reference "sub:その他の記号"
17603
17604 \end_inset
17605
17606 節にある菱形記号を使った大演算子を挿入する、以下のようなコマンド
17607 \series bold
17608
17609 \backslash
17610 Lozenge
17611 \series default
17612 を定義します。
17613 \begin_inset Formula 
17614 \[
17615 \Lozenge_{n=1}^{\infty}
17616 \]
17617
17618 \end_inset
17619
17620 上記の数式を作るコマンドは、
17621 \series bold
17622
17623 \backslash
17624 Lozenge
17625 \series default
17626 ^
17627 \series bold
17628
17629 \backslash
17630 infty
17631 \begin_inset Formula $\to$
17632 \end_inset
17633
17634 _n=1
17635 \series default
17636 です。
17637 \end_layout
17638
17639 \begin_layout Standard
17640 \begin_inset VSpace bigskip
17641 \end_inset
17642
17643 自己定義演算子を、同一文書内で複数回用いない時には、以下の書式を持つ
17644 \series bold
17645
17646 \backslash
17647 mathop
17648 \series default
17649
17650 \begin_inset Index idx
17651 status collapsed
17652
17653 \begin_layout Plain Layout
17654 こまんど@コマンド ! M ! 
17655 \backslash
17656 mathop
17657 \end_layout
17658
17659 \end_inset
17660
17661 コマンドおよび
17662 \series bold
17663
17664 \backslash
17665 mathbin
17666 \series default
17667
17668 \begin_inset Index idx
17669 status collapsed
17670
17671 \begin_layout Plain Layout
17672 こまんど@コマンド ! M ! 
17673 \backslash
17674 mathbin
17675 \end_layout
17676
17677 \end_inset
17678
17679 コマンドを用いて定義を行うこともできます。
17680 \end_layout
17681
17682 \begin_layout Standard
17683 (書式)
17684 \series bold
17685
17686 \backslash
17687 mathop{表示}
17688 \series default
17689 および
17690 \series bold
17691
17692 \backslash
17693 mathbin{表示}
17694 \end_layout
17695
17696 \begin_layout Standard
17697
17698 \series bold
17699
17700 \backslash
17701 mathop
17702 \series default
17703 は大演算子を定義し、
17704 \series bold
17705
17706 \backslash
17707 mathbin
17708 \series default
17709 は二項演算子を定義します。
17710 \end_layout
17711
17712 \begin_layout Standard
17713 たとえば
17714 \series bold
17715
17716 \backslash
17717 mathop
17718 \series default
17719 は、以下のように、複数の演算子に共通の範囲指定を行うのに用いることができます。
17720 \end_layout
17721
17722 \begin_layout Standard
17723 \begin_inset Formula 
17724 \[
17725 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}
17726 \]
17727
17728 \end_inset
17729
17730
17731 \end_layout
17732
17733 \begin_layout Standard
17734 上記の数式では
17735 \begin_inset Newline newline
17736 \end_inset
17737
17738
17739 \series bold
17740
17741 \backslash
17742 mathop{
17743 \backslash
17744 sum
17745 \backslash
17746 negmedspace
17747 \backslash
17748 sum
17749 \series default
17750
17751 \begin_inset space \textvisiblespace{}
17752 \end_inset
17753
17754
17755 \series bold
17756
17757 \begin_inset Formula $\to$
17758 \end_inset
17759
17760 ^N
17761 \series default
17762
17763 \begin_inset space \textvisiblespace{}
17764 \end_inset
17765
17766
17767 \series bold
17768 _i,j=1
17769 \begin_inset Newline newline
17770 \end_inset
17771
17772
17773 \series default
17774 というコマンドを用いています。
17775 \end_layout
17776
17777 \begin_layout Section
17778 書体
17779 \begin_inset Index idx
17780 status collapsed
17781
17782 \begin_layout Plain Layout
17783 しょたい@書体
17784 \end_layout
17785
17786 \end_inset
17787
17788
17789 \begin_inset Index idx
17790 status collapsed
17791
17792 \begin_layout Plain Layout
17793 ふぉんと@フォント | see
17794 \begin_inset ERT
17795 status collapsed
17796
17797 \begin_layout Plain Layout
17798
17799 {
17800 \end_layout
17801
17802 \end_inset
17803
17804 書体
17805 \begin_inset ERT
17806 status collapsed
17807
17808 \begin_layout Plain Layout
17809
17810 }
17811 \end_layout
17812
17813 \end_inset
17814
17815
17816 \end_layout
17817
17818 \end_inset
17819
17820
17821 \end_layout
17822
17823 \begin_layout Subsection
17824 書体様式
17825 \begin_inset CommandInset label
17826 LatexCommand label
17827 name "sub:書体様式"
17828
17829 \end_inset
17830
17831
17832 \begin_inset Index idx
17833 status collapsed
17834
17835 \begin_layout Plain Layout
17836 しょたい@書体 ! ようしき@様式
17837 \end_layout
17838
17839 \end_inset
17840
17841
17842 \end_layout
17843
17844 \begin_layout Standard
17845 数式中のラテン文字は、以下の書体様式のうちいずれかに設定することができます。
17846 \begin_inset VSpace -2mm
17847 \end_inset
17848
17849
17850 \end_layout
17851
17852 \begin_layout Standard
17853 \align center
17854 \begin_inset Tabular
17855 <lyxtabular version="3" rows="7" columns="3">
17856 <features rotate="0" tabularvalignment="middle">
17857 <column alignment="center" valignment="top">
17858 <column alignment="center" valignment="top">
17859 <column alignment="center" valignment="top">
17860 <row>
17861 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17862 \begin_inset Text
17863
17864 \begin_layout Plain Layout
17865 コマンド
17866 \end_layout
17867
17868 \end_inset
17869 </cell>
17870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17871 \begin_inset Text
17872
17873 \begin_layout Plain Layout
17874 出力
17875 \end_layout
17876
17877 \end_inset
17878 </cell>
17879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17880 \begin_inset Text
17881
17882 \begin_layout Plain Layout
17883 \begin_inset Flex Ruby
17884 status collapsed
17885
17886 \begin_layout Plain Layout
17887 捷径
17888 \begin_inset Argument post:1
17889 status collapsed
17890
17891 \begin_layout Plain Layout
17892 ショートカット
17893 \end_layout
17894
17895 \end_inset
17896
17897
17898 \end_layout
17899
17900 \end_inset
17901
17902
17903 \end_layout
17904
17905 \end_inset
17906 </cell>
17907 </row>
17908 <row>
17909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17910 \begin_inset Text
17911
17912 \begin_layout Plain Layout
17913
17914 \backslash
17915 mathbb
17916 \series bold
17917
17918 \begin_inset space \textvisiblespace{}
17919 \end_inset
17920
17921
17922 \series default
17923 ABC
17924 \end_layout
17925
17926 \end_inset
17927 </cell>
17928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17929 \begin_inset Text
17930
17931 \begin_layout Plain Layout
17932 \begin_inset Formula $\mathbb{ABC}$
17933 \end_inset
17934
17935
17936 \end_layout
17937
17938 \end_inset
17939 </cell>
17940 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17941 \begin_inset Text
17942
17943 \begin_layout Plain Layout
17944 \begin_inset Info
17945 type  "shortcut"
17946 arg   "font-noun"
17947 \end_inset
17948
17949
17950 \end_layout
17951
17952 \end_inset
17953 </cell>
17954 </row>
17955 <row>
17956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17957 \begin_inset Text
17958
17959 \begin_layout Plain Layout
17960
17961 \backslash
17962 mathbf
17963 \series bold
17964
17965 \begin_inset space \textvisiblespace{}
17966 \end_inset
17967
17968
17969 \series default
17970 AbC
17971 \end_layout
17972
17973 \end_inset
17974 </cell>
17975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17976 \begin_inset Text
17977
17978 \begin_layout Plain Layout
17979 \begin_inset Formula $\mathbf{AbC}$
17980 \end_inset
17981
17982
17983 \end_layout
17984
17985 \end_inset
17986 </cell>
17987 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17988 \begin_inset Text
17989
17990 \begin_layout Plain Layout
17991 \begin_inset Info
17992 type  "shortcut"
17993 arg   "font-bold"
17994 \end_inset
17995
17996
17997 \end_layout
17998
17999 \end_inset
18000 </cell>
18001 </row>
18002 <row>
18003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18004 \begin_inset Text
18005
18006 \begin_layout Plain Layout
18007
18008 \backslash
18009 boldsymbol
18010 \series bold
18011
18012 \begin_inset space \textvisiblespace{}
18013 \end_inset
18014
18015
18016 \series default
18017 AbC
18018 \end_layout
18019
18020 \end_inset
18021 </cell>
18022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18023 \begin_inset Text
18024
18025 \begin_layout Plain Layout
18026 \begin_inset Formula $\boldsymbol{AbC}$
18027 \end_inset
18028
18029
18030 \end_layout
18031
18032 \end_inset
18033 </cell>
18034 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18035 \begin_inset Text
18036
18037 \begin_layout Plain Layout
18038 \begin_inset Info
18039 type  "shortcuts"
18040 arg   "font-boldsymbol"
18041 \end_inset
18042
18043
18044 \end_layout
18045
18046 \end_inset
18047 </cell>
18048 </row>
18049 <row>
18050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18051 \begin_inset Text
18052
18053 \begin_layout Plain Layout
18054
18055 \backslash
18056 mathcal
18057 \series bold
18058
18059 \begin_inset space \textvisiblespace{}
18060 \end_inset
18061
18062
18063 \series default
18064 ABC
18065 \end_layout
18066
18067 \end_inset
18068 </cell>
18069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18070 \begin_inset Text
18071
18072 \begin_layout Plain Layout
18073 \begin_inset Formula $\mathcal{ABC}$
18074 \end_inset
18075
18076
18077 \end_layout
18078
18079 \end_inset
18080 </cell>
18081 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18082 \begin_inset Text
18083
18084 \begin_layout Plain Layout
18085 \begin_inset Info
18086 type  "shortcut"
18087 arg   "font-emph"
18088 \end_inset
18089
18090
18091 \end_layout
18092
18093 \end_inset
18094 </cell>
18095 </row>
18096 <row>
18097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18098 \begin_inset Text
18099
18100 \begin_layout Plain Layout
18101
18102 \backslash
18103 mathfrak
18104 \series bold
18105
18106 \begin_inset space \textvisiblespace{}
18107 \end_inset
18108
18109
18110 \series default
18111 AbC
18112 \end_layout
18113
18114 \end_inset
18115 </cell>
18116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18117 \begin_inset Text
18118
18119 \begin_layout Plain Layout
18120 \begin_inset Formula $\mathfrak{AbC}$
18121 \end_inset
18122
18123
18124 \end_layout
18125
18126 \end_inset
18127 </cell>
18128 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18129 \begin_inset Text
18130
18131 \begin_layout Plain Layout
18132 -
18133 \end_layout
18134
18135 \end_inset
18136 </cell>
18137 </row>
18138 <row>
18139 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18140 \begin_inset Text
18141
18142 \begin_layout Plain Layout
18143
18144 \backslash
18145 mathscr
18146 \series bold
18147
18148 \begin_inset space \textvisiblespace{}
18149 \end_inset
18150
18151
18152 \series default
18153 AbC
18154 \end_layout
18155
18156 \end_inset
18157 </cell>
18158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18159 \begin_inset Text
18160
18161 \begin_layout Plain Layout
18162 \begin_inset Formula $\mathscr{AbC}$
18163 \end_inset
18164
18165
18166 \end_layout
18167
18168 \end_inset
18169 </cell>
18170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18171 \begin_inset Text
18172
18173 \begin_layout Plain Layout
18174 -
18175 \end_layout
18176
18177 \end_inset
18178 </cell>
18179 </row>
18180 </lyxtabular>
18181
18182 \end_inset
18183
18184
18185 \end_layout
18186
18187 \begin_layout Standard
18188 \align center
18189 \begin_inset Tabular
18190 <lyxtabular version="3" rows="5" columns="3">
18191 <features rotate="0" tabularvalignment="middle">
18192 <column alignment="center" valignment="top">
18193 <column alignment="center" valignment="top">
18194 <column alignment="center" valignment="top">
18195 <row>
18196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18197 \begin_inset Text
18198
18199 \begin_layout Plain Layout
18200 コマンド
18201 \end_layout
18202
18203 \end_inset
18204 </cell>
18205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18206 \begin_inset Text
18207
18208 \begin_layout Plain Layout
18209 出力
18210 \end_layout
18211
18212 \end_inset
18213 </cell>
18214 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18215 \begin_inset Text
18216
18217 \begin_layout Plain Layout
18218 \begin_inset Flex Ruby
18219 status collapsed
18220
18221 \begin_layout Plain Layout
18222 捷径
18223 \begin_inset Argument post:1
18224 status collapsed
18225
18226 \begin_layout Plain Layout
18227 ショートカット
18228 \end_layout
18229
18230 \end_inset
18231
18232
18233 \end_layout
18234
18235 \end_inset
18236
18237
18238 \end_layout
18239
18240 \end_inset
18241 </cell>
18242 </row>
18243 <row>
18244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18245 \begin_inset Text
18246
18247 \begin_layout Plain Layout
18248
18249 \backslash
18250 mathit
18251 \series bold
18252
18253 \begin_inset space \textvisiblespace{}
18254 \end_inset
18255
18256
18257 \series default
18258 AbC
18259 \end_layout
18260
18261 \end_inset
18262 </cell>
18263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18264 \begin_inset Text
18265
18266 \begin_layout Plain Layout
18267 \begin_inset Formula $\mathit{AbC}$
18268 \end_inset
18269
18270
18271 \end_layout
18272
18273 \end_inset
18274 </cell>
18275 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18276 \begin_inset Text
18277
18278 \begin_layout Plain Layout
18279 -
18280 \end_layout
18281
18282 \end_inset
18283 </cell>
18284 </row>
18285 <row>
18286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18287 \begin_inset Text
18288
18289 \begin_layout Plain Layout
18290
18291 \backslash
18292 mathrm
18293 \series bold
18294
18295 \begin_inset space \textvisiblespace{}
18296 \end_inset
18297
18298
18299 \series default
18300 AbC
18301 \end_layout
18302
18303 \end_inset
18304 </cell>
18305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18306 \begin_inset Text
18307
18308 \begin_layout Plain Layout
18309 \begin_inset Formula $\mathrm{AbC}$
18310 \end_inset
18311
18312
18313 \end_layout
18314
18315 \end_inset
18316 </cell>
18317 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18318 \begin_inset Text
18319
18320 \begin_layout Plain Layout
18321 \begin_inset Info
18322 type  "shortcut"
18323 arg   "font-roman"
18324 \end_inset
18325
18326
18327 \end_layout
18328
18329 \end_inset
18330 </cell>
18331 </row>
18332 <row>
18333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18334 \begin_inset Text
18335
18336 \begin_layout Plain Layout
18337
18338 \backslash
18339 mathsf
18340 \series bold
18341
18342 \begin_inset space \textvisiblespace{}
18343 \end_inset
18344
18345
18346 \series default
18347 AbC
18348 \end_layout
18349
18350 \end_inset
18351 </cell>
18352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18353 \begin_inset Text
18354
18355 \begin_layout Plain Layout
18356 \begin_inset Formula $\mathsf{AbC}$
18357 \end_inset
18358
18359
18360 \end_layout
18361
18362 \end_inset
18363 </cell>
18364 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18365 \begin_inset Text
18366
18367 \begin_layout Plain Layout
18368 \begin_inset Info
18369 type  "shortcut"
18370 arg   "font-sans"
18371 \end_inset
18372
18373
18374 \end_layout
18375
18376 \end_inset
18377 </cell>
18378 </row>
18379 <row>
18380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18381 \begin_inset Text
18382
18383 \begin_layout Plain Layout
18384
18385 \backslash
18386 mathtt
18387 \series bold
18388
18389 \begin_inset space \textvisiblespace{}
18390 \end_inset
18391
18392
18393 \series default
18394 AbC
18395 \end_layout
18396
18397 \end_inset
18398 </cell>
18399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18400 \begin_inset Text
18401
18402 \begin_layout Plain Layout
18403 \begin_inset Formula $\mathtt{AbC}$
18404 \end_inset
18405
18406
18407 \end_layout
18408
18409 \end_inset
18410 </cell>
18411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18412 \begin_inset Text
18413
18414 \begin_layout Plain Layout
18415 \begin_inset Info
18416 type  "shortcut"
18417 arg   "font-typewriter"
18418 \end_inset
18419
18420
18421 \end_layout
18422
18423 \end_inset
18424 </cell>
18425 </row>
18426 </lyxtabular>
18427
18428 \end_inset
18429
18430
18431 \end_layout
18432
18433 \begin_layout Standard
18434 \begin_inset Note Greyedout
18435 status open
18436
18437 \begin_layout Plain Layout
18438
18439 \series bold
18440 【註】
18441 \backslash
18442 mathbb
18443 \series default
18444 様式と
18445 \series bold
18446
18447 \backslash
18448 mathcal
18449 \series default
18450 様式は、大文字にのみ使用することができます。
18451 \end_layout
18452
18453 \end_inset
18454
18455
18456 \end_layout
18457
18458 \begin_layout Standard
18459 既定では、
18460 \series bold
18461
18462 \backslash
18463 mathnormal
18464 \series default
18465 様式に設定されています。
18466 \end_layout
18467
18468 \begin_layout Standard
18469 書体様式コマンドは、以下のように数式構成要素内の文字に対しても機能します。
18470 \begin_inset Formula 
18471 \[
18472 \mathfrak{A=\frac{b}{C}}
18473 \]
18474
18475 \end_inset
18476
18477
18478 \end_layout
18479
18480 \begin_layout Standard
18481 数式テキストに含まれる文字に対しては、数式書体様式は反映せず、
18482 \series bold
18483
18484 \backslash
18485 textrm
18486 \series default
18487 様式で表示されます。数式テキストの様式を文字様式ダイアログで設定することができないのは、LyXのバグです
18488 \begin_inset Foot
18489 status collapsed
18490
18491 \begin_layout Plain Layout
18492 \begin_inset CommandInset href
18493 LatexCommand href
18494 name "LyX-bug #4629"
18495 target "http://www.lyx.org/trac/ticket/4629"
18496
18497 \end_inset
18498
18499
18500 \end_layout
18501
18502 \end_inset
18503
18504
18505 \end_layout
18506
18507 \begin_layout Standard
18508 書体様式コマンドの代わりに、
18509 \family sans
18510 編集\SpecialChar \menuseparator
18511 数学\SpecialChar \menuseparator
18512 文字様式
18513 \family default
18514 ダイアログや、
18515 \begin_inset Info
18516 type  "icon"
18517 arg   "math-insert \\font"
18518 \end_inset
18519
18520 を使用することもできます。
18521 \end_layout
18522
18523 \begin_layout Subsection
18524 ボールド体の数式
18525 \begin_inset CommandInset label
18526 LatexCommand label
18527 name "sub:ボールド体の数式"
18528
18529 \end_inset
18530
18531
18532 \begin_inset Index idx
18533 status collapsed
18534
18535 \begin_layout Plain Layout
18536 すうしき@数式 ! ぼーるどたい@ボールド体
18537 \end_layout
18538
18539 \end_inset
18540
18541
18542 \end_layout
18543
18544 \begin_layout Standard
18545 数式全体をボールド体にしようとすると、前節の
18546 \series bold
18547
18548 \backslash
18549 mathbf
18550 \series default
18551 コマンドは、ギリシャ文字の小文字に対しては機能しないので、使用することができません。さらにこのコマンドは、以下の式のように、ラテン文字をつねにアップライト体に印
18552 字してしまいます。
18553 \end_layout
18554
18555 \begin_layout Standard
18556 \begin_inset Formula 
18557 \[
18558 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{\textbackslash mathbfを使用した数式}
18559 \]
18560
18561 \end_inset
18562
18563
18564 \end_layout
18565
18566 \begin_layout Standard
18567 この数式を正しく表示するには、以下のように、
18568 \series bold
18569
18570 \backslash
18571 boldsymbol
18572 \series default
18573 コマンドを使用します。
18574 \begin_inset Formula 
18575 \[
18576 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{\textbackslash boldsymbolを使用した数式}}
18577 \]
18578
18579 \end_inset
18580
18581 また、数式を
18582 \series bold
18583 boldmath環境
18584 \series default
18585 に設定する方法もあります。この環境は、TeXモードで
18586 \series bold
18587
18588 \backslash
18589 boldmath
18590 \begin_inset Index idx
18591 status collapsed
18592
18593 \begin_layout Plain Layout
18594 こまんど@コマンド ! B ! 
18595 \backslash
18596 boldmath
18597 \end_layout
18598
18599 \end_inset
18600
18601
18602 \series default
18603 コマンドを挿入することによって作ることができます。環境を閉じるには、
18604 \series bold
18605
18606 \backslash
18607 unboldmath
18608 \begin_inset Index idx
18609 status collapsed
18610
18611 \begin_layout Plain Layout
18612 こまんど@コマンド ! U ! 
18613 \backslash
18614 unboldmath
18615 \end_layout
18616
18617 \end_inset
18618
18619
18620 \series default
18621 コマンドをTeXモードで挿入します。
18622 \begin_inset ERT
18623 status collapsed
18624
18625 \begin_layout Plain Layout
18626
18627
18628 \backslash
18629 boldmath 
18630 \end_layout
18631
18632 \end_inset
18633
18634
18635 \begin_inset Formula 
18636 \[
18637 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{boldmath環境に置いた数式}
18638 \]
18639
18640 \end_inset
18641
18642
18643 \begin_inset ERT
18644 status collapsed
18645
18646 \begin_layout Plain Layout
18647
18648
18649 \backslash
18650 unboldmath 
18651 \end_layout
18652
18653 \end_inset
18654
18655
18656 \end_layout
18657
18658 \begin_layout Subsection
18659 色付きの数式
18660 \begin_inset Index idx
18661 status collapsed
18662
18663 \begin_layout Plain Layout
18664 すうしき@数式 ! いろつき@色付き
18665 \end_layout
18666
18667 \end_inset
18668
18669
18670 \end_layout
18671
18672 \begin_layout Standard
18673 数式も、通常の本文と同様、色を付けることができます。数式あるいは数式の一部を選択して、文字様式ダイアログを使用して下さい。下記は、マゼンタ色にした数式です。
18674 \begin_inset Formula 
18675 \[
18676 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
18677 \]
18678
18679 \end_inset
18680
18681
18682 \end_layout
18683
18684 \begin_layout Standard
18685
18686 \begin_inset CommandInset ref
18687 LatexCommand ref
18688 reference "sub:色付きボックス"
18689
18690 \end_inset
18691
18692 節に述べられているように、自製の色を定義することもできます。自製の色は、以下の書式を持つ
18693 \series bold
18694
18695 \backslash
18696 textcolor
18697 \series default
18698
18699 \begin_inset Index idx
18700 status collapsed
18701
18702 \begin_layout Plain Layout
18703 こまんど@コマンド ! T ! 
18704 \backslash
18705 textcolor
18706 \end_layout
18707
18708 \end_inset
18709
18710 TeXコードコマンドで適用することができます。
18711 \end_layout
18712
18713 \begin_layout Standard
18714
18715 \series bold
18716
18717 \backslash
18718 textcolor{色}{文字ないし数式}
18719 \end_layout
18720
18721 \begin_layout Standard
18722 下記の例は、全体を濃緑にし、一部を赤にしています。
18723 \end_layout
18724
18725 \begin_layout Standard
18726 \begin_inset ERT
18727 status collapsed
18728
18729 \begin_layout Plain Layout
18730
18731
18732 \backslash
18733 textcolor{darkgreen}{
18734 \end_layout
18735
18736 \end_inset
18737
18738
18739 \begin_inset Formula 
18740 \[
18741 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
18742 \]
18743
18744 \end_inset
18745
18746
18747 \begin_inset ERT
18748 status collapsed
18749
18750 \begin_layout Plain Layout
18751
18752 }
18753 \end_layout
18754
18755 \end_inset
18756
18757
18758 \end_layout
18759
18760 \begin_layout Standard
18761 LyXのバグのため、自製色は数式全体に対してしか使用することができません
18762 \begin_inset Foot
18763 status collapsed
18764
18765 \begin_layout Plain Layout
18766 \begin_inset CommandInset href
18767 LatexCommand href
18768 name "LyX-bug #5269"
18769 target "http://www.lyx.org/trac/ticket/5269"
18770
18771 \end_inset
18772
18773
18774 \end_layout
18775
18776 \end_inset
18777
18778
18779 \end_layout
18780
18781 \begin_layout Subsection
18782 書体寸法
18783 \begin_inset CommandInset label
18784 LatexCommand label
18785 name "sub:書体寸法"
18786
18787 \end_inset
18788
18789
18790 \begin_inset Index idx
18791 status collapsed
18792
18793 \begin_layout Plain Layout
18794 しょたい@書体 ! すんぽう@寸法
18795 \end_layout
18796
18797 \end_inset
18798
18799
18800 \end_layout
18801
18802 \begin_layout Standard
18803 数式内の文字については、本文中の文字同様、以下の書体寸法設定コマンドがあります。
18804 \end_layout
18805
18806 \begin_layout Standard
18807
18808 \series bold
18809
18810 \backslash
18811 Huge
18812 \series default
18813
18814 \series bold
18815
18816 \backslash
18817 huge
18818 \series default
18819
18820 \series bold
18821
18822 \backslash
18823 LARGE
18824 \series default
18825
18826 \series bold
18827
18828 \backslash
18829 Large
18830 \series default
18831
18832 \series bold
18833
18834 \backslash
18835 large
18836 \series default
18837
18838 \series bold
18839
18840 \backslash
18841 normalsize
18842 \series default
18843
18844 \series bold
18845
18846 \backslash
18847 small
18848 \series default
18849 ,
18850 \begin_inset Newline newline
18851 \end_inset
18852
18853
18854 \series bold
18855
18856 \backslash
18857 footnotesize
18858 \series default
18859
18860 \series bold
18861
18862 \backslash
18863 scriptsize
18864 \series default
18865 、および
18866 \series bold
18867
18868 \backslash
18869 tiny
18870 \end_layout
18871
18872 \begin_layout Standard
18873 これらのコマンドによって生成される実際の書体寸法は、文書の書体寸法に依存し、文書の書体寸法が
18874 \series bold
18875
18876 \backslash
18877 normalsize
18878 \series default
18879 コマンドに設定されます。他のコマンドは、
18880 \series bold
18881
18882 \backslash
18883 normalsize
18884 \series default
18885 を基準として拡大ないし縮小されます。しかしながら、書体寸法は一定の値を越えることができないようになっています。たとえば、文書書体寸法が12
18886 \begin_inset space \thinspace{}
18887 \end_inset
18888
18889 ptであるならば、
18890 \series bold
18891
18892 \backslash
18893 Huge
18894 \series default
18895 コマンドは
18896 \series bold
18897
18898 \backslash
18899 huge
18900 \series default
18901 コマンドと同じ大きさに落とされます。
18902 \end_layout
18903
18904 \begin_layout Standard
18905 ある場所以降のすべての数式と本文文字を変更するには、書体寸法コマンドをTeXモードで挿入します。元の書体寸法に戻すには、数式の後にTeXモードで
18906 \series bold
18907
18908 \backslash
18909 normalsize
18910 \series default
18911 コマンドを挿入します。
18912 \end_layout
18913
18914 \begin_layout Standard
18915 数式内では、以下の寸法コマンドを使用して、寸法を変更することができます
18916 \lang english
18917 or the toolbar button
18918 \lang japanese
18919  
18920 \begin_inset Info
18921 type  "icon"
18922 arg   "math-insert \\style"
18923 \end_inset
18924
18925
18926 \end_layout
18927
18928 \begin_layout Standard
18929 \noindent
18930 \align center
18931 \begin_inset Tabular
18932 <lyxtabular version="3" rows="5" columns="2">
18933 <features rotate="0" tabularvalignment="middle">
18934 <column alignment="center" valignment="top">
18935 <column alignment="center" valignment="top">
18936 <row>
18937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18938 \begin_inset Text
18939
18940 \begin_layout Plain Layout
18941 コマンド
18942 \end_layout
18943
18944 \end_inset
18945 </cell>
18946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18947 \begin_inset Text
18948
18949 \begin_layout Plain Layout
18950 出力
18951 \begin_inset Note Note
18952 status collapsed
18953
18954 \begin_layout Plain Layout
18955
18956 \series bold
18957
18958 \backslash
18959 raisebox
18960 \series default
18961  はスペーサーとして使用されているだけです。
18962 \end_layout
18963
18964 \end_inset
18965
18966
18967 \end_layout
18968
18969 \end_inset
18970 </cell>
18971 </row>
18972 <row>
18973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18974 \begin_inset Text
18975
18976 \begin_layout Plain Layout
18977
18978 \backslash
18979 displaystyle
18980 \begin_inset Index idx
18981 status collapsed
18982
18983 \begin_layout Plain Layout
18984 こまんど@コマンド ! D ! 
18985 \backslash
18986 displaystyle
18987 \end_layout
18988
18989 \end_inset
18990
18991
18992 \end_layout
18993
18994 \end_inset
18995 </cell>
18996 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18997 \begin_inset Text
18998
18999 \begin_layout Plain Layout
19000 \begin_inset Formula $\raisebox{6.5mm}{}{\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-5.5mm}{}$
19001 \end_inset
19002
19003
19004 \end_layout
19005
19006 \end_inset
19007 </cell>
19008 </row>
19009 <row>
19010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19011 \begin_inset Text
19012
19013 \begin_layout Plain Layout
19014
19015 \backslash
19016 textstyle
19017 \end_layout
19018
19019 \end_inset
19020 </cell>
19021 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19022 \begin_inset Text
19023
19024 \begin_layout Plain Layout
19025 \begin_inset Formula $\raisebox{4.5mm}{}{\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-4mm}{}$
19026 \end_inset
19027
19028
19029 \end_layout
19030
19031 \end_inset
19032 </cell>
19033 </row>
19034 <row>
19035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19036 \begin_inset Text
19037
19038 \begin_layout Plain Layout
19039
19040 \backslash
19041 scriptstyle
19042 \end_layout
19043
19044 \end_inset
19045 </cell>
19046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19047 \begin_inset Text
19048
19049 \begin_layout Plain Layout
19050 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19051 \end_inset
19052
19053
19054 \end_layout
19055
19056 \end_inset
19057 </cell>
19058 </row>
19059 <row>
19060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19061 \begin_inset Text
19062
19063 \begin_layout Plain Layout
19064
19065 \backslash
19066 scriptscriptstyle
19067 \end_layout
19068
19069 \end_inset
19070 </cell>
19071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19072 \begin_inset Text
19073
19074 \begin_layout Plain Layout
19075 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19076 \end_inset
19077
19078
19079 \end_layout
19080
19081 \end_inset
19082 </cell>
19083 </row>
19084 </lyxtabular>
19085
19086 \end_inset
19087
19088
19089 \end_layout
19090
19091 \begin_layout Standard
19092 これらのコマンドを入力すると、青いボックスが現れるので、そこに数式のパーツを入れることができます。
19093 \end_layout
19094
19095 \begin_layout Standard
19096 フォント寸法を変更するにはもう一つの方法がありますが、これは記号と数式内テキストのみに使うことができます。これを使うには、書体寸法コマンドを数式テキスト内に挿入
19097 します。数式テキストの終わりか、別の書体寸法コマンドが現れるまでの文字すべてが、選択した寸法になります。以下に二つの例を挙げます。
19098 \begin_inset VSpace -2mm
19099 \end_inset
19100
19101
19102 \end_layout
19103
19104 \begin_layout Standard
19105 \begin_inset ERT
19106 status collapsed
19107
19108 \begin_layout Plain Layout
19109
19110
19111 \backslash
19112 huge 
19113 \end_layout
19114
19115 \end_inset
19116
19117
19118 \begin_inset Formula 
19119 \[
19120 A=\frac{B}{c}\cdot\maltese
19121 \]
19122
19123 \end_inset
19124
19125
19126 \begin_inset Formula 
19127 \[
19128 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}
19129 \]
19130
19131 \end_inset
19132
19133
19134 \begin_inset ERT
19135 status collapsed
19136
19137 \begin_layout Plain Layout
19138
19139
19140 \backslash
19141 normalsize 
19142 \end_layout
19143
19144 \end_inset
19145
19146
19147 \end_layout
19148
19149 \begin_layout Standard
19150 \begin_inset VSpace medskip
19151 \end_inset
19152
19153 二つの式の前には、
19154 \series bold
19155
19156 \backslash
19157 huge
19158 \series default
19159 コマンドが挿入されています。二つ目の数式を入力するコマンドは、
19160 \begin_inset Newline newline
19161 \end_inset
19162
19163
19164 \series bold
19165
19166 \backslash
19167 maltese
19168 \begin_inset space \textvisiblespace{}
19169 \end_inset
19170
19171 A Alt+M M 
19172 \backslash
19173 Large
19174 \begin_inset space \textvisiblespace{}
19175 \end_inset
19176
19177
19178 \backslash
19179 maltese
19180 \begin_inset space \textvisiblespace{}
19181 \end_inset
19182
19183
19184 \backslash
19185 textit
19186 \begin_inset space \textvisiblespace{}
19187 \end_inset
19188
19189 A
19190 \begin_inset Formula $\to$
19191 \end_inset
19192
19193
19194 \begin_inset Formula $\to$
19195 \end_inset
19196
19197
19198 \begin_inset Newline newline
19199 \end_inset
19200
19201
19202 \begin_inset space \hspace*{}
19203 \length 1cm
19204 \end_inset
19205
19206 Alt+M
19207 \series default
19208  
19209 \series bold
19210
19211 \backslash
19212 tiny
19213 \begin_inset space \textvisiblespace{}
19214 \end_inset
19215
19216
19217 \backslash
19218 maltese
19219 \begin_inset space \textvisiblespace{}
19220 \end_inset
19221
19222
19223 \backslash
19224 textit
19225 \begin_inset space \textvisiblespace{}
19226 \end_inset
19227
19228 A
19229 \begin_inset Newline newline
19230 \end_inset
19231
19232
19233 \series default
19234 のようになります。
19235 \end_layout
19236
19237 \begin_layout Standard
19238 ある記号を別の寸法で表示することができないときには、その記号はつねに既定寸法で表示されます。
19239 \end_layout
19240
19241 \begin_layout Section
19242 ギリシャ文字
19243 \begin_inset Index idx
19244 status collapsed
19245
19246 \begin_layout Plain Layout
19247 ぎりしゃもじ@ギリシャ文字
19248 \end_layout
19249
19250 \end_inset
19251
19252
19253 \end_layout
19254
19255 \begin_layout Standard
19256 すべてのギリシャ文字は、ツールバーボタンの
19257 \begin_inset Info
19258 type  "icon"
19259 arg   "math-insert \\alpha"
19260 \end_inset
19261
19262 からでも挿入することができます。各国の組版規則では、数式内のギリシャ文字はどれもイタリック体か斜体で組版されなくてはならないことになっていますが、フランス語やロ
19263 シア語などいくつかの言語では、それにもかかわらず立体で組版されることがあります。
19264 \end_layout
19265
19266 \begin_layout Subsection
19267 小文字
19268 \begin_inset Index idx
19269 status collapsed
19270
19271 \begin_layout Plain Layout
19272 ぎりしゃもじ@ギリシャ文字 ! こもじ@小文字
19273 \end_layout
19274
19275 \end_inset
19276
19277
19278 \end_layout
19279
19280 \begin_layout Standard
19281 \begin_inset space \hfill{}
19282 \end_inset
19283
19284
19285 \begin_inset Tabular
19286 <lyxtabular version="3" rows="11" columns="2">
19287 <features rotate="0" tabularvalignment="middle">
19288 <column alignment="center" valignment="top" width="0pt">
19289 <column alignment="center" valignment="top" width="0pt">
19290 <row>
19291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19292 \begin_inset Text
19293
19294 \begin_layout Plain Layout
19295 コマンド
19296 \end_layout
19297
19298 \end_inset
19299 </cell>
19300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19301 \begin_inset Text
19302
19303 \begin_layout Plain Layout
19304 出力
19305 \end_layout
19306
19307 \end_inset
19308 </cell>
19309 </row>
19310 <row>
19311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19312 \begin_inset Text
19313
19314 \begin_layout Plain Layout
19315
19316 \backslash
19317 alpha
19318 \end_layout
19319
19320 \end_inset
19321 </cell>
19322 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19323 \begin_inset Text
19324
19325 \begin_layout Plain Layout
19326 \begin_inset Formula $\alpha$
19327 \end_inset
19328
19329
19330 \end_layout
19331
19332 \end_inset
19333 </cell>
19334 </row>
19335 <row>
19336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19337 \begin_inset Text
19338
19339 \begin_layout Plain Layout
19340
19341 \backslash
19342 beta
19343 \end_layout
19344
19345 \end_inset
19346 </cell>
19347 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19348 \begin_inset Text
19349
19350 \begin_layout Plain Layout
19351 \begin_inset Formula $\beta$
19352 \end_inset
19353
19354
19355 \end_layout
19356
19357 \end_inset
19358 </cell>
19359 </row>
19360 <row>
19361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19362 \begin_inset Text
19363
19364 \begin_layout Plain Layout
19365
19366 \backslash
19367 gamma
19368 \end_layout
19369
19370 \end_inset
19371 </cell>
19372 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19373 \begin_inset Text
19374
19375 \begin_layout Plain Layout
19376 \begin_inset Formula $\gamma$
19377 \end_inset
19378
19379
19380 \end_layout
19381
19382 \end_inset
19383 </cell>
19384 </row>
19385 <row>
19386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19387 \begin_inset Text
19388
19389 \begin_layout Plain Layout
19390
19391 \backslash
19392 delta
19393 \end_layout
19394
19395 \end_inset
19396 </cell>
19397 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19398 \begin_inset Text
19399
19400 \begin_layout Plain Layout
19401 \begin_inset Formula $\delta$
19402 \end_inset
19403
19404
19405 \end_layout
19406
19407 \end_inset
19408 </cell>
19409 </row>
19410 <row>
19411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19412 \begin_inset Text
19413
19414 \begin_layout Plain Layout
19415
19416 \backslash
19417 epsilon
19418 \end_layout
19419
19420 \end_inset
19421 </cell>
19422 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19423 \begin_inset Text
19424
19425 \begin_layout Plain Layout
19426 \begin_inset Formula $\epsilon$
19427 \end_inset
19428
19429
19430 \end_layout
19431
19432 \end_inset
19433 </cell>
19434 </row>
19435 <row>
19436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19437 \begin_inset Text
19438
19439 \begin_layout Plain Layout
19440
19441 \backslash
19442 varepsilon
19443 \end_layout
19444
19445 \end_inset
19446 </cell>
19447 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19448 \begin_inset Text
19449
19450 \begin_layout Plain Layout
19451 \begin_inset Formula $\varepsilon$
19452 \end_inset
19453
19454
19455 \end_layout
19456
19457 \end_inset
19458 </cell>
19459 </row>
19460 <row>
19461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19462 \begin_inset Text
19463
19464 \begin_layout Plain Layout
19465
19466 \backslash
19467 zeta
19468 \end_layout
19469
19470 \end_inset
19471 </cell>
19472 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19473 \begin_inset Text
19474
19475 \begin_layout Plain Layout
19476 \begin_inset Formula $\zeta$
19477 \end_inset
19478
19479
19480 \end_layout
19481
19482 \end_inset
19483 </cell>
19484 </row>
19485 <row>
19486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19487 \begin_inset Text
19488
19489 \begin_layout Plain Layout
19490
19491 \backslash
19492 eta
19493 \end_layout
19494
19495 \end_inset
19496 </cell>
19497 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19498 \begin_inset Text
19499
19500 \begin_layout Plain Layout
19501 \begin_inset Formula $\eta$
19502 \end_inset
19503
19504
19505 \end_layout
19506
19507 \end_inset
19508 </cell>
19509 </row>
19510 <row>
19511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19512 \begin_inset Text
19513
19514 \begin_layout Plain Layout
19515
19516 \backslash
19517 theta
19518 \end_layout
19519
19520 \end_inset
19521 </cell>
19522 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19523 \begin_inset Text
19524
19525 \begin_layout Plain Layout
19526 \begin_inset Formula $\theta$
19527 \end_inset
19528
19529
19530 \end_layout
19531
19532 \end_inset
19533 </cell>
19534 </row>
19535 <row>
19536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19537 \begin_inset Text
19538
19539 \begin_layout Plain Layout
19540
19541 \backslash
19542 vartheta
19543 \end_layout
19544
19545 \end_inset
19546 </cell>
19547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19548 \begin_inset Text
19549
19550 \begin_layout Plain Layout
19551 \begin_inset Formula $\vartheta$
19552 \end_inset
19553
19554
19555 \end_layout
19556
19557 \end_inset
19558 </cell>
19559 </row>
19560 </lyxtabular>
19561
19562 \end_inset
19563
19564
19565 \begin_inset space \hfill{}
19566 \end_inset
19567
19568
19569 \begin_inset Tabular
19570 <lyxtabular version="3" rows="12" columns="2">
19571 <features rotate="0" tabularvalignment="middle">
19572 <column alignment="center" valignment="top" width="0pt">
19573 <column alignment="center" valignment="top" width="0pt">
19574 <row>
19575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19576 \begin_inset Text
19577
19578 \begin_layout Plain Layout
19579 コマンド
19580 \end_layout
19581
19582 \end_inset
19583 </cell>
19584 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19585 \begin_inset Text
19586
19587 \begin_layout Plain Layout
19588 出力
19589 \end_layout
19590
19591 \end_inset
19592 </cell>
19593 </row>
19594 <row>
19595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19596 \begin_inset Text
19597
19598 \begin_layout Plain Layout
19599
19600 \backslash
19601 iota
19602 \end_layout
19603
19604 \end_inset
19605 </cell>
19606 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19607 \begin_inset Text
19608
19609 \begin_layout Plain Layout
19610 \begin_inset Formula $\iota$
19611 \end_inset
19612
19613
19614 \end_layout
19615
19616 \end_inset
19617 </cell>
19618 </row>
19619 <row>
19620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19621 \begin_inset Text
19622
19623 \begin_layout Plain Layout
19624
19625 \backslash
19626 kappa
19627 \end_layout
19628
19629 \end_inset
19630 </cell>
19631 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19632 \begin_inset Text
19633
19634 \begin_layout Plain Layout
19635 \begin_inset Formula $\kappa$
19636 \end_inset
19637
19638
19639 \end_layout
19640
19641 \end_inset
19642 </cell>
19643 </row>
19644 <row>
19645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19646 \begin_inset Text
19647
19648 \begin_layout Plain Layout
19649
19650 \backslash
19651 varkappa
19652 \end_layout
19653
19654 \end_inset
19655 </cell>
19656 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19657 \begin_inset Text
19658
19659 \begin_layout Plain Layout
19660 \begin_inset Formula $\varkappa$
19661 \end_inset
19662
19663
19664 \end_layout
19665
19666 \end_inset
19667 </cell>
19668 </row>
19669 <row>
19670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19671 \begin_inset Text
19672
19673 \begin_layout Plain Layout
19674
19675 \backslash
19676 lambda
19677 \end_layout
19678
19679 \end_inset
19680 </cell>
19681 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19682 \begin_inset Text
19683
19684 \begin_layout Plain Layout
19685 \begin_inset Formula $\lambda$
19686 \end_inset
19687
19688
19689 \end_layout
19690
19691 \end_inset
19692 </cell>
19693 </row>
19694 <row>
19695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19696 \begin_inset Text
19697
19698 \begin_layout Plain Layout
19699
19700 \backslash
19701 mu
19702 \end_layout
19703
19704 \end_inset
19705 </cell>
19706 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19707 \begin_inset Text
19708
19709 \begin_layout Plain Layout
19710 \begin_inset Formula $\mu$
19711 \end_inset
19712
19713
19714 \end_layout
19715
19716 \end_inset
19717 </cell>
19718 </row>
19719 <row>
19720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19721 \begin_inset Text
19722
19723 \begin_layout Plain Layout
19724
19725 \backslash
19726 nu
19727 \end_layout
19728
19729 \end_inset
19730 </cell>
19731 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19732 \begin_inset Text
19733
19734 \begin_layout Plain Layout
19735 \begin_inset Formula $\nu$
19736 \end_inset
19737
19738
19739 \end_layout
19740
19741 \end_inset
19742 </cell>
19743 </row>
19744 <row>
19745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19746 \begin_inset Text
19747
19748 \begin_layout Plain Layout
19749
19750 \backslash
19751 xi
19752 \end_layout
19753
19754 \end_inset
19755 </cell>
19756 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19757 \begin_inset Text
19758
19759 \begin_layout Plain Layout
19760 \begin_inset Formula $\xi$
19761 \end_inset
19762
19763
19764 \end_layout
19765
19766 \end_inset
19767 </cell>
19768 </row>
19769 <row>
19770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19771 \begin_inset Text
19772
19773 \begin_layout Plain Layout
19774 o
19775 \end_layout
19776
19777 \end_inset
19778 </cell>
19779 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19780 \begin_inset Text
19781
19782 \begin_layout Plain Layout
19783 \begin_inset Formula $o$
19784 \end_inset
19785
19786
19787 \end_layout
19788
19789 \end_inset
19790 </cell>
19791 </row>
19792 <row>
19793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19794 \begin_inset Text
19795
19796 \begin_layout Plain Layout
19797
19798 \backslash
19799 pi
19800 \end_layout
19801
19802 \end_inset
19803 </cell>
19804 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19805 \begin_inset Text
19806
19807 \begin_layout Plain Layout
19808 \begin_inset Formula $\pi$
19809 \end_inset
19810
19811
19812 \end_layout
19813
19814 \end_inset
19815 </cell>
19816 </row>
19817 <row>
19818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19819 \begin_inset Text
19820
19821 \begin_layout Plain Layout
19822
19823 \backslash
19824 varpi
19825 \end_layout
19826
19827 \end_inset
19828 </cell>
19829 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19830 \begin_inset Text
19831
19832 \begin_layout Plain Layout
19833 \begin_inset Formula $\varpi$
19834 \end_inset
19835
19836
19837 \end_layout
19838
19839 \end_inset
19840 </cell>
19841 </row>
19842 <row>
19843 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19844 \begin_inset Text
19845
19846 \begin_layout Plain Layout
19847
19848 \backslash
19849 rho
19850 \end_layout
19851
19852 \end_inset
19853 </cell>
19854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19855 \begin_inset Text
19856
19857 \begin_layout Plain Layout
19858 \begin_inset Formula $\rho$
19859 \end_inset
19860
19861
19862 \end_layout
19863
19864 \end_inset
19865 </cell>
19866 </row>
19867 </lyxtabular>
19868
19869 \end_inset
19870
19871
19872 \begin_inset space \hfill{}
19873 \end_inset
19874
19875
19876 \begin_inset Tabular
19877 <lyxtabular version="3" rows="11" columns="2">
19878 <features rotate="0" tabularvalignment="middle">
19879 <column alignment="center" valignment="top" width="0pt">
19880 <column alignment="center" valignment="top" width="0pt">
19881 <row>
19882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19883 \begin_inset Text
19884
19885 \begin_layout Plain Layout
19886 コマンド
19887 \end_layout
19888
19889 \end_inset
19890 </cell>
19891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19892 \begin_inset Text
19893
19894 \begin_layout Plain Layout
19895 出力
19896 \end_layout
19897
19898 \end_inset
19899 </cell>
19900 </row>
19901 <row>
19902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19903 \begin_inset Text
19904
19905 \begin_layout Plain Layout
19906
19907 \backslash
19908 varrho
19909 \end_layout
19910
19911 \end_inset
19912 </cell>
19913 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19914 \begin_inset Text
19915
19916 \begin_layout Plain Layout
19917 \begin_inset Formula $\varrho$
19918 \end_inset
19919
19920
19921 \end_layout
19922
19923 \end_inset
19924 </cell>
19925 </row>
19926 <row>
19927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19928 \begin_inset Text
19929
19930 \begin_layout Plain Layout
19931
19932 \backslash
19933 sigma
19934 \end_layout
19935
19936 \end_inset
19937 </cell>
19938 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19939 \begin_inset Text
19940
19941 \begin_layout Plain Layout
19942 \begin_inset Formula $\sigma$
19943 \end_inset
19944
19945
19946 \end_layout
19947
19948 \end_inset
19949 </cell>
19950 </row>
19951 <row>
19952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19953 \begin_inset Text
19954
19955 \begin_layout Plain Layout
19956
19957 \backslash
19958 varsigma
19959 \end_layout
19960
19961 \end_inset
19962 </cell>
19963 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19964 \begin_inset Text
19965
19966 \begin_layout Plain Layout
19967 \begin_inset Formula $\varsigma$
19968 \end_inset
19969
19970
19971 \end_layout
19972
19973 \end_inset
19974 </cell>
19975 </row>
19976 <row>
19977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19978 \begin_inset Text
19979
19980 \begin_layout Plain Layout
19981
19982 \backslash
19983 tau
19984 \end_layout
19985
19986 \end_inset
19987 </cell>
19988 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19989 \begin_inset Text
19990
19991 \begin_layout Plain Layout
19992 \begin_inset Formula $\tau$
19993 \end_inset
19994
19995
19996 \end_layout
19997
19998 \end_inset
19999 </cell>
20000 </row>
20001 <row>
20002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20003 \begin_inset Text
20004
20005 \begin_layout Plain Layout
20006
20007 \backslash
20008 upsilon
20009 \end_layout
20010
20011 \end_inset
20012 </cell>
20013 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20014 \begin_inset Text
20015
20016 \begin_layout Plain Layout
20017 \begin_inset Formula $\upsilon$
20018 \end_inset
20019
20020
20021 \end_layout
20022
20023 \end_inset
20024 </cell>
20025 </row>
20026 <row>
20027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20028 \begin_inset Text
20029
20030 \begin_layout Plain Layout
20031
20032 \backslash
20033 phi
20034 \end_layout
20035
20036 \end_inset
20037 </cell>
20038 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20039 \begin_inset Text
20040
20041 \begin_layout Plain Layout
20042 \begin_inset Formula $\phi$
20043 \end_inset
20044
20045
20046 \end_layout
20047
20048 \end_inset
20049 </cell>
20050 </row>
20051 <row>
20052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20053 \begin_inset Text
20054
20055 \begin_layout Plain Layout
20056
20057 \backslash
20058 varphi
20059 \end_layout
20060
20061 \end_inset
20062 </cell>
20063 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20064 \begin_inset Text
20065
20066 \begin_layout Plain Layout
20067 \begin_inset Formula $\varphi$
20068 \end_inset
20069
20070
20071 \end_layout
20072
20073 \end_inset
20074 </cell>
20075 </row>
20076 <row>
20077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20078 \begin_inset Text
20079
20080 \begin_layout Plain Layout
20081
20082 \backslash
20083 chi
20084 \end_layout
20085
20086 \end_inset
20087 </cell>
20088 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20089 \begin_inset Text
20090
20091 \begin_layout Plain Layout
20092 \begin_inset Formula $\chi$
20093 \end_inset
20094
20095
20096 \end_layout
20097
20098 \end_inset
20099 </cell>
20100 </row>
20101 <row>
20102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20103 \begin_inset Text
20104
20105 \begin_layout Plain Layout
20106
20107 \backslash
20108 psi
20109 \end_layout
20110
20111 \end_inset
20112 </cell>
20113 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20114 \begin_inset Text
20115
20116 \begin_layout Plain Layout
20117 \begin_inset Formula $\psi$
20118 \end_inset
20119
20120
20121 \end_layout
20122
20123 \end_inset
20124 </cell>
20125 </row>
20126 <row>
20127 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20128 \begin_inset Text
20129
20130 \begin_layout Plain Layout
20131
20132 \backslash
20133 omega
20134 \end_layout
20135
20136 \end_inset
20137 </cell>
20138 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20139 \begin_inset Text
20140
20141 \begin_layout Plain Layout
20142 \begin_inset Formula $\omega$
20143 \end_inset
20144
20145
20146 \end_layout
20147
20148 \end_inset
20149 </cell>
20150 </row>
20151 </lyxtabular>
20152
20153 \end_inset
20154
20155
20156 \begin_inset space \hfill{}
20157 \end_inset
20158
20159
20160 \end_layout
20161
20162 \begin_layout Standard
20163 \begin_inset VSpace medskip
20164 \end_inset
20165
20166
20167 \end_layout
20168
20169 \begin_layout Standard
20170 アップライト体のギリシャ文字を作成する方法は、第
20171 \begin_inset CommandInset ref
20172 LatexCommand ref
20173 reference "sub:アップライト体ギリシャ小文字"
20174
20175 \end_inset
20176
20177 節に説明されています。
20178 \end_layout
20179
20180 \begin_layout Subsection
20181 大文字
20182 \begin_inset Index idx
20183 status collapsed
20184
20185 \begin_layout Plain Layout
20186 ぎりしゃもじ@ギリシャ文字 ! おおもじ@大文字
20187 \end_layout
20188
20189 \end_inset
20190
20191
20192 \end_layout
20193
20194 \begin_layout Standard
20195 \begin_inset space \hfill{}
20196 \end_inset
20197
20198
20199 \begin_inset Tabular
20200 <lyxtabular version="3" rows="7" columns="2">
20201 <features rotate="0" tabularvalignment="middle">
20202 <column alignment="center" valignment="top" width="0pt">
20203 <column alignment="center" valignment="top" width="0pt">
20204 <row>
20205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20206 \begin_inset Text
20207
20208 \begin_layout Plain Layout
20209
20210 \family roman
20211 \series medium
20212 \shape up
20213 \size normal
20214 \emph off
20215 \bar no
20216 \noun off
20217 \color none
20218 コマンド
20219 \end_layout
20220
20221 \end_inset
20222 </cell>
20223 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20224 \begin_inset Text
20225
20226 \begin_layout Plain Layout
20227
20228 \family roman
20229 \series medium
20230 \shape up
20231 \size normal
20232 \emph off
20233 \bar no
20234 \noun off
20235 \color none
20236 出力
20237 \end_layout
20238
20239 \end_inset
20240 </cell>
20241 </row>
20242 <row>
20243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20244 \begin_inset Text
20245
20246 \begin_layout Plain Layout
20247
20248 \backslash
20249 Gamma
20250 \end_layout
20251
20252 \end_inset
20253 </cell>
20254 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20255 \begin_inset Text
20256
20257 \begin_layout Plain Layout
20258 \begin_inset Formula $\Gamma$
20259 \end_inset
20260
20261
20262 \end_layout
20263
20264 \end_inset
20265 </cell>
20266 </row>
20267 <row>
20268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20269 \begin_inset Text
20270
20271 \begin_layout Plain Layout
20272
20273 \backslash
20274 Delta
20275 \end_layout
20276
20277 \end_inset
20278 </cell>
20279 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20280 \begin_inset Text
20281
20282 \begin_layout Plain Layout
20283 \begin_inset Formula $\Delta$
20284 \end_inset
20285
20286
20287 \end_layout
20288
20289 \end_inset
20290 </cell>
20291 </row>
20292 <row>
20293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20294 \begin_inset Text
20295
20296 \begin_layout Plain Layout
20297
20298 \backslash
20299 Theta
20300 \end_layout
20301
20302 \end_inset
20303 </cell>
20304 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20305 \begin_inset Text
20306
20307 \begin_layout Plain Layout
20308 \begin_inset Formula $\Theta$
20309 \end_inset
20310
20311
20312 \end_layout
20313
20314 \end_inset
20315 </cell>
20316 </row>
20317 <row>
20318 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20319 \begin_inset Text
20320
20321 \begin_layout Plain Layout
20322
20323 \backslash
20324 Lambda
20325 \end_layout
20326
20327 \end_inset
20328 </cell>
20329 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20330 \begin_inset Text
20331
20332 \begin_layout Plain Layout
20333 \begin_inset Formula $\Lambda$
20334 \end_inset
20335
20336
20337 \end_layout
20338
20339 \end_inset
20340 </cell>
20341 </row>
20342 <row>
20343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20344 \begin_inset Text
20345
20346 \begin_layout Plain Layout
20347
20348 \backslash
20349 Xi
20350 \end_layout
20351
20352 \end_inset
20353 </cell>
20354 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20355 \begin_inset Text
20356
20357 \begin_layout Plain Layout
20358 \begin_inset Formula $\Xi$
20359 \end_inset
20360
20361
20362 \end_layout
20363
20364 \end_inset
20365 </cell>
20366 </row>
20367 <row>
20368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20369 \begin_inset Text
20370
20371 \begin_layout Plain Layout
20372
20373 \backslash
20374 Pi
20375 \end_layout
20376
20377 \end_inset
20378 </cell>
20379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20380 \begin_inset Text
20381
20382 \begin_layout Plain Layout
20383 \begin_inset Formula $\Pi$
20384 \end_inset
20385
20386
20387 \end_layout
20388
20389 \end_inset
20390 </cell>
20391 </row>
20392 </lyxtabular>
20393
20394 \end_inset
20395
20396
20397 \begin_inset space \hfill{}
20398 \end_inset
20399
20400
20401 \begin_inset Tabular
20402 <lyxtabular version="3" rows="6" columns="2">
20403 <features rotate="0" tabularvalignment="middle">
20404 <column alignment="center" valignment="top" width="0pt">
20405 <column alignment="center" valignment="top" width="0pt">
20406 <row>
20407 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20408 \begin_inset Text
20409
20410 \begin_layout Plain Layout
20411
20412 \family roman
20413 \series medium
20414 \shape up
20415 \size normal
20416 \emph off
20417 \bar no
20418 \noun off
20419 \color none
20420 コマンド
20421 \end_layout
20422
20423 \end_inset
20424 </cell>
20425 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20426 \begin_inset Text
20427
20428 \begin_layout Plain Layout
20429
20430 \family roman
20431 \series medium
20432 \shape up
20433 \size normal
20434 \emph off
20435 \bar no
20436 \noun off
20437 \color none
20438 出力
20439 \end_layout
20440
20441 \end_inset
20442 </cell>
20443 </row>
20444 <row>
20445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20446 \begin_inset Text
20447
20448 \begin_layout Plain Layout
20449
20450 \backslash
20451 Sigma
20452 \end_layout
20453
20454 \end_inset
20455 </cell>
20456 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20457 \begin_inset Text
20458
20459 \begin_layout Plain Layout
20460 \begin_inset Formula $\Sigma$
20461 \end_inset
20462
20463
20464 \end_layout
20465
20466 \end_inset
20467 </cell>
20468 </row>
20469 <row>
20470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20471 \begin_inset Text
20472
20473 \begin_layout Plain Layout
20474
20475 \backslash
20476 Upsilon
20477 \end_layout
20478
20479 \end_inset
20480 </cell>
20481 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20482 \begin_inset Text
20483
20484 \begin_layout Plain Layout
20485 \begin_inset Formula $\Upsilon$
20486 \end_inset
20487
20488
20489 \end_layout
20490
20491 \end_inset
20492 </cell>
20493 </row>
20494 <row>
20495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20496 \begin_inset Text
20497
20498 \begin_layout Plain Layout
20499
20500 \backslash
20501 Phi
20502 \end_layout
20503
20504 \end_inset
20505 </cell>
20506 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20507 \begin_inset Text
20508
20509 \begin_layout Plain Layout
20510 \begin_inset Formula $\Phi$
20511 \end_inset
20512
20513
20514 \end_layout
20515
20516 \end_inset
20517 </cell>
20518 </row>
20519 <row>
20520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20521 \begin_inset Text
20522
20523 \begin_layout Plain Layout
20524
20525 \backslash
20526 Psi
20527 \end_layout
20528
20529 \end_inset
20530 </cell>
20531 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20532 \begin_inset Text
20533
20534 \begin_layout Plain Layout
20535 \begin_inset Formula $\Psi$
20536 \end_inset
20537
20538
20539 \end_layout
20540
20541 \end_inset
20542 </cell>
20543 </row>
20544 <row>
20545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20546 \begin_inset Text
20547
20548 \begin_layout Plain Layout
20549
20550 \backslash
20551 Omega
20552 \end_layout
20553
20554 \end_inset
20555 </cell>
20556 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20557 \begin_inset Text
20558
20559 \begin_layout Plain Layout
20560 \begin_inset Formula $\Omega$
20561 \end_inset
20562
20563
20564 \end_layout
20565
20566 \end_inset
20567 </cell>
20568 </row>
20569 </lyxtabular>
20570
20571 \end_inset
20572
20573
20574 \begin_inset space \hfill{}
20575 \end_inset
20576
20577
20578 \end_layout
20579
20580 \begin_layout Standard
20581 \begin_inset VSpace medskip
20582 \end_inset
20583
20584 大文字のギリシャ文字が立体で表示されるのは、TeXの開発途上に生じたデザイン上のバグによるものです。正しいイタリック体の大文字を得るためには、各コマンドの頭に
20585 \series bold
20586 var
20587 \series default
20588 を付けてください。たとえば、
20589 \series bold
20590
20591 \backslash
20592 varGamma
20593 \series default
20594 コマンドは、
20595 \begin_inset Formula $\varGamma$
20596 \end_inset
20597
20598 を生成します。もう一つの方法は、パッケージ
20599 \series bold
20600 fixmath
20601 \series default
20602
20603 \begin_inset Foot
20604 status collapsed
20605
20606 \begin_layout Plain Layout
20607
20608 \series bold
20609 fixmath
20610 \series default
20611 は、LaTeXパッケージ
20612 \series bold
20613 was
20614 \series default
20615
20616 \begin_inset Index idx
20617 status collapsed
20618
20619 \begin_layout Plain Layout
20620 ぱっけーじ@パッケージ ! was
20621 \begin_inset ERT
20622 status collapsed
20623
20624 \begin_layout Plain Layout
20625
20626
20627 \backslash
20628 vspace{4mm}
20629 \end_layout
20630
20631 \end_inset
20632
20633
20634 \end_layout
20635
20636 \end_inset
20637
20638 に含まれています。
20639 \end_layout
20640
20641 \end_inset
20642
20643
20644 \begin_inset Index idx
20645 status collapsed
20646
20647 \begin_layout Plain Layout
20648 ぱっけーじ@パッケージ ! fixmath
20649 \end_layout
20650
20651 \end_inset
20652
20653 をLaTeXプリアンブル行に
20654 \end_layout
20655
20656 \begin_layout Standard
20657
20658 \series bold
20659
20660 \backslash
20661 usepackage{fixmath}
20662 \end_layout
20663
20664 \begin_layout Standard
20665 と書いて読み込む方法です。すると、文書中の大きなギリシャ文字は、すべて自動的にイタリック体として組版されます。
20666 \end_layout
20667
20668 \begin_layout Subsection
20669 ボールド体
20670 \begin_inset Index idx
20671 status collapsed
20672
20673 \begin_layout Plain Layout
20674 ぎりしゃもじ@ギリシャ文字 ! ぼーるどたい@ボールド体
20675 \end_layout
20676
20677 \end_inset
20678
20679
20680 \end_layout
20681
20682 \begin_layout Standard
20683 ギリシャ文字は、ラテン文字のようには、多様な書体様式に設定することができません。ギリシャ文字をボールド体にできるのは、
20684 \series bold
20685
20686 \backslash
20687 boldsymbol
20688 \series default
20689 コマンドのみです
20690 \begin_inset Index idx
20691 status collapsed
20692
20693 \begin_layout Plain Layout
20694 こまんど@コマンド ! B ! 
20695 \backslash
20696 boldsymbol
20697 \end_layout
20698
20699 \end_inset
20700
20701
20702 \end_layout
20703
20704 \begin_layout Standard
20705 \align center
20706 \begin_inset Tabular
20707 <lyxtabular version="3" rows="3" columns="2">
20708 <features rotate="0" tabularvalignment="middle">
20709 <column alignment="center" valignment="top">
20710 <column alignment="center" valignment="top">
20711 <row>
20712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20713 \begin_inset Text
20714
20715 \begin_layout Plain Layout
20716 コマンド
20717 \end_layout
20718
20719 \end_inset
20720 </cell>
20721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20722 \begin_inset Text
20723
20724 \begin_layout Plain Layout
20725 出力
20726 \end_layout
20727
20728 \end_inset
20729 </cell>
20730 </row>
20731 <row>
20732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20733 \begin_inset Text
20734
20735 \begin_layout Plain Layout
20736
20737 \backslash
20738 Upsilon
20739 \backslash
20740 boldsymbol
20741 \backslash
20742 Upsilon
20743 \end_layout
20744
20745 \end_inset
20746 </cell>
20747 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20748 \begin_inset Text
20749
20750 \begin_layout Plain Layout
20751 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20752 \end_inset
20753
20754
20755 \end_layout
20756
20757 \end_inset
20758 </cell>
20759 </row>
20760 <row>
20761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20762 \begin_inset Text
20763
20764 \begin_layout Plain Layout
20765
20766 \backslash
20767 theta
20768 \backslash
20769 boldsymbol
20770 \backslash
20771 theta
20772 \end_layout
20773
20774 \end_inset
20775 </cell>
20776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20777 \begin_inset Text
20778
20779 \begin_layout Plain Layout
20780 \begin_inset Formula $\theta\boldsymbol{\theta}$
20781 \end_inset
20782
20783
20784 \end_layout
20785
20786 \end_inset
20787 </cell>
20788 </row>
20789 </lyxtabular>
20790
20791 \end_inset
20792
20793
20794 \begin_inset Newpage newpage
20795 \end_inset
20796
20797
20798 \end_layout
20799
20800 \begin_layout Section
20801 記号
20802 \begin_inset ERT
20803 status collapsed
20804
20805 \begin_layout Plain Layout
20806
20807
20808 \backslash
20809 texorpdfstring{
20810 \end_layout
20811
20812 \end_inset
20813
20814
20815 \begin_inset Foot
20816 status collapsed
20817
20818 \begin_layout Plain Layout
20819 各LaTeXパッケージに含まれる全記号をほとんど網羅した一覧が、
20820 \begin_inset CommandInset citation
20821 LatexCommand cite
20822 key "Symbols"
20823
20824 \end_inset
20825
20826 にあります。
20827 \end_layout
20828
20829 \end_inset
20830
20831
20832 \begin_inset ERT
20833 status collapsed
20834
20835 \begin_layout Plain Layout
20836
20837 }{}
20838 \end_layout
20839
20840 \end_inset
20841
20842
20843 \begin_inset Note Note
20844 status collapsed
20845
20846 \begin_layout Plain Layout
20847
20848 \backslash
20849 texorpdfstringは、PDFのしおりに脚注が現れるのを防ぐために使われています。
20850 \end_layout
20851
20852 \begin_layout Plain Layout
20853
20854 \backslash
20855 texorpdfstringについての詳細は、第
20856 \begin_inset CommandInset ref
20857 LatexCommand ref
20858 reference "sub:節見出し中の数式"
20859
20860 \end_inset
20861
20862 節にあります。
20863 \end_layout
20864
20865 \end_inset
20866
20867
20868 \begin_inset Index idx
20869 status collapsed
20870
20871 \begin_layout Plain Layout
20872 きごう@記号
20873 \end_layout
20874
20875 \end_inset
20876
20877
20878 \end_layout
20879
20880 \begin_layout Standard
20881 本節に掲げてある各記号の多くは、ツールバーボタンの
20882 \begin_inset Info
20883 type  "icon"
20884 arg   "math-insert \\nabla"
20885 \end_inset
20886
20887
20888 \begin_inset Info
20889 type  "icon"
20890 arg   "math-insert \\digamma"
20891 \end_inset
20892
20893 でも挿入することができます。
20894 \end_layout
20895
20896 \begin_layout Subsection
20897 数学記号
20898 \begin_inset CommandInset label
20899 LatexCommand label
20900 name "sub:数学記号"
20901
20902 \end_inset
20903
20904
20905 \begin_inset Index idx
20906 status collapsed
20907
20908 \begin_layout Plain Layout
20909 きごう@記号 ! すうがく@数学
20910 \end_layout
20911
20912 \end_inset
20913
20914
20915 \end_layout
20916
20917 \begin_layout Standard
20918 \begin_inset space \hfill{}
20919 \end_inset
20920
20921
20922 \begin_inset Tabular
20923 <lyxtabular version="3" rows="10" columns="2">
20924 <features rotate="0" tabularvalignment="middle">
20925 <column alignment="center" valignment="top" width="0pt">
20926 <column alignment="center" valignment="top" width="0pt">
20927 <row>
20928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20929 \begin_inset Text
20930
20931 \begin_layout Plain Layout
20932 コマンド
20933 \end_layout
20934
20935 \end_inset
20936 </cell>
20937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20938 \begin_inset Text
20939
20940 \begin_layout Plain Layout
20941 出力
20942 \end_layout
20943
20944 \end_inset
20945 </cell>
20946 </row>
20947 <row>
20948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20949 \begin_inset Text
20950
20951 \begin_layout Plain Layout
20952
20953 \backslash
20954 neg
20955 \end_layout
20956
20957 \end_inset
20958 </cell>
20959 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20960 \begin_inset Text
20961
20962 \begin_layout Plain Layout
20963 \begin_inset Formula $\neg$
20964 \end_inset
20965
20966
20967 \end_layout
20968
20969 \end_inset
20970 </cell>
20971 </row>
20972 <row>
20973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20974 \begin_inset Text
20975
20976 \begin_layout Plain Layout
20977
20978 \backslash
20979 Im
20980 \end_layout
20981
20982 \end_inset
20983 </cell>
20984 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20985 \begin_inset Text
20986
20987 \begin_layout Plain Layout
20988 \begin_inset Formula $\Im$
20989 \end_inset
20990
20991
20992 \end_layout
20993
20994 \end_inset
20995 </cell>
20996 </row>
20997 <row>
20998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20999 \begin_inset Text
21000
21001 \begin_layout Plain Layout
21002
21003 \backslash
21004 Re
21005 \end_layout
21006
21007 \end_inset
21008 </cell>
21009 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21010 \begin_inset Text
21011
21012 \begin_layout Plain Layout
21013 \begin_inset Formula $\Re$
21014 \end_inset
21015
21016
21017 \end_layout
21018
21019 \end_inset
21020 </cell>
21021 </row>
21022 <row>
21023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21024 \begin_inset Text
21025
21026 \begin_layout Plain Layout
21027
21028 \backslash
21029 aleph
21030 \end_layout
21031
21032 \end_inset
21033 </cell>
21034 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21035 \begin_inset Text
21036
21037 \begin_layout Plain Layout
21038 \begin_inset Formula $\aleph$
21039 \end_inset
21040
21041
21042 \end_layout
21043
21044 \end_inset
21045 </cell>
21046 </row>
21047 <row>
21048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21049 \begin_inset Text
21050
21051 \begin_layout Plain Layout
21052
21053 \backslash
21054 partial
21055 \end_layout
21056
21057 \end_inset
21058 </cell>
21059 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21060 \begin_inset Text
21061
21062 \begin_layout Plain Layout
21063 \begin_inset Formula $\partial$
21064 \end_inset
21065
21066
21067 \end_layout
21068
21069 \end_inset
21070 </cell>
21071 </row>
21072 <row>
21073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21074 \begin_inset Text
21075
21076 \begin_layout Plain Layout
21077
21078 \backslash
21079 infty
21080 \end_layout
21081
21082 \end_inset
21083 </cell>
21084 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21085 \begin_inset Text
21086
21087 \begin_layout Plain Layout
21088 \begin_inset Formula $\infty$
21089 \end_inset
21090
21091
21092 \end_layout
21093
21094 \end_inset
21095 </cell>
21096 </row>
21097 <row>
21098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21099 \begin_inset Text
21100
21101 \begin_layout Plain Layout
21102
21103 \backslash
21104 wp
21105 \end_layout
21106
21107 \end_inset
21108 </cell>
21109 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21110 \begin_inset Text
21111
21112 \begin_layout Plain Layout
21113 \begin_inset Formula $\wp$
21114 \end_inset
21115
21116
21117 \end_layout
21118
21119 \end_inset
21120 </cell>
21121 </row>
21122 <row>
21123 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21124 \begin_inset Text
21125
21126 \begin_layout Plain Layout
21127
21128 \backslash
21129 imath
21130 \end_layout
21131
21132 \end_inset
21133 </cell>
21134 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21135 \begin_inset Text
21136
21137 \begin_layout Plain Layout
21138 \begin_inset Formula $\imath$
21139 \end_inset
21140
21141
21142 \end_layout
21143
21144 \end_inset
21145 </cell>
21146 </row>
21147 <row>
21148 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21149 \begin_inset Text
21150
21151 \begin_layout Plain Layout
21152
21153 \backslash
21154 jmath
21155 \end_layout
21156
21157 \end_inset
21158 </cell>
21159 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21160 \begin_inset Text
21161
21162 \begin_layout Plain Layout
21163 \begin_inset Formula $\jmath$
21164 \end_inset
21165
21166
21167 \end_layout
21168
21169 \end_inset
21170 </cell>
21171 </row>
21172 </lyxtabular>
21173
21174 \end_inset
21175
21176
21177 \begin_inset space \hfill{}
21178 \end_inset
21179
21180
21181 \begin_inset Tabular
21182 <lyxtabular version="3" rows="10" columns="2">
21183 <features rotate="0" tabularvalignment="middle">
21184 <column alignment="center" valignment="top" width="0pt">
21185 <column alignment="center" valignment="top" width="0pt">
21186 <row>
21187 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21188 \begin_inset Text
21189
21190 \begin_layout Plain Layout
21191 コマンド
21192 \end_layout
21193
21194 \end_inset
21195 </cell>
21196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21197 \begin_inset Text
21198
21199 \begin_layout Plain Layout
21200 出力
21201 \begin_inset Note Note
21202 status collapsed
21203
21204 \begin_layout Plain Layout
21205 ここで
21206 \series bold
21207
21208 \backslash
21209 raisebox
21210 \series default
21211 はスペーサーとして使用しているだけです。
21212 \end_layout
21213
21214 \end_inset
21215
21216
21217 \end_layout
21218
21219 \end_inset
21220 </cell>
21221 </row>
21222 <row>
21223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21224 \begin_inset Text
21225
21226 \begin_layout Plain Layout
21227
21228 \backslash
21229 forall
21230 \end_layout
21231
21232 \end_inset
21233 </cell>
21234 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21235 \begin_inset Text
21236
21237 \begin_layout Plain Layout
21238 \begin_inset Formula $\forall$
21239 \end_inset
21240
21241
21242 \end_layout
21243
21244 \end_inset
21245 </cell>
21246 </row>
21247 <row>
21248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21249 \begin_inset Text
21250
21251 \begin_layout Plain Layout
21252
21253 \backslash
21254 exists
21255 \end_layout
21256
21257 \end_inset
21258 </cell>
21259 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21260 \begin_inset Text
21261
21262 \begin_layout Plain Layout
21263 \begin_inset Formula $\exists$
21264 \end_inset
21265
21266
21267 \end_layout
21268
21269 \end_inset
21270 </cell>
21271 </row>
21272 <row>
21273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21274 \begin_inset Text
21275
21276 \begin_layout Plain Layout
21277
21278 \backslash
21279 nexists
21280 \end_layout
21281
21282 \end_inset
21283 </cell>
21284 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21285 \begin_inset Text
21286
21287 \begin_layout Plain Layout
21288 \begin_inset Formula $\nexists$
21289 \end_inset
21290
21291
21292 \end_layout
21293
21294 \end_inset
21295 </cell>
21296 </row>
21297 <row>
21298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21299 \begin_inset Text
21300
21301 \begin_layout Plain Layout
21302
21303 \backslash
21304 emptyset
21305 \end_layout
21306
21307 \end_inset
21308 </cell>
21309 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21310 \begin_inset Text
21311
21312 \begin_layout Plain Layout
21313 \begin_inset Formula $\emptyset$
21314 \end_inset
21315
21316
21317 \end_layout
21318
21319 \end_inset
21320 </cell>
21321 </row>
21322 <row>
21323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21324 \begin_inset Text
21325
21326 \begin_layout Plain Layout
21327
21328 \backslash
21329 varnothing
21330 \end_layout
21331
21332 \end_inset
21333 </cell>
21334 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21335 \begin_inset Text
21336
21337 \begin_layout Plain Layout
21338 \begin_inset Formula $\varnothing$
21339 \end_inset
21340
21341
21342 \end_layout
21343
21344 \end_inset
21345 </cell>
21346 </row>
21347 <row>
21348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21349 \begin_inset Text
21350
21351 \begin_layout Plain Layout
21352
21353 \backslash
21354 dag
21355 \end_layout
21356
21357 \end_inset
21358 </cell>
21359 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21360 \begin_inset Text
21361
21362 \begin_layout Plain Layout
21363 \begin_inset Formula $\dag$
21364 \end_inset
21365
21366
21367 \end_layout
21368
21369 \end_inset
21370 </cell>
21371 </row>
21372 <row>
21373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21374 \begin_inset Text
21375
21376 \begin_layout Plain Layout
21377
21378 \backslash
21379 ddag
21380 \end_layout
21381
21382 \end_inset
21383 </cell>
21384 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21385 \begin_inset Text
21386
21387 \begin_layout Plain Layout
21388 \begin_inset Formula $\ddag$
21389 \end_inset
21390
21391
21392 \end_layout
21393
21394 \end_inset
21395 </cell>
21396 </row>
21397 <row>
21398 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21399 \begin_inset Text
21400
21401 \begin_layout Plain Layout
21402
21403 \backslash
21404 complement
21405 \end_layout
21406
21407 \end_inset
21408 </cell>
21409 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21410 \begin_inset Text
21411
21412 \begin_layout Plain Layout
21413 \begin_inset ERT
21414 status collapsed
21415
21416 \begin_layout Plain Layout
21417
21418
21419 \backslash
21420 raisebox{-0.8mm}{
21421 \end_layout
21422
21423 \end_inset
21424
21425
21426 \begin_inset Formula $\complement$
21427 \end_inset
21428
21429
21430 \begin_inset ERT
21431 status collapsed
21432
21433 \begin_layout Plain Layout
21434
21435 }
21436 \end_layout
21437
21438 \end_inset
21439
21440
21441 \end_layout
21442
21443 \end_inset
21444 </cell>
21445 </row>
21446 <row>
21447 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21448 \begin_inset Text
21449
21450 \begin_layout Plain Layout
21451
21452 \backslash
21453 Bbbk
21454 \end_layout
21455
21456 \end_inset
21457 </cell>
21458 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21459 \begin_inset Text
21460
21461 \begin_layout Plain Layout
21462 \begin_inset Formula $\Bbbk$
21463 \end_inset
21464
21465
21466 \end_layout
21467
21468 \end_inset
21469 </cell>
21470 </row>
21471 </lyxtabular>
21472
21473 \end_inset
21474
21475
21476 \begin_inset space \hfill{}
21477 \end_inset
21478
21479
21480 \begin_inset Tabular
21481 <lyxtabular version="3" rows="10" columns="2">
21482 <features rotate="0" tabularvalignment="middle">
21483 <column alignment="center" valignment="top" width="0pt">
21484 <column alignment="center" valignment="top" width="0pt">
21485 <row>
21486 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21487 \begin_inset Text
21488
21489 \begin_layout Plain Layout
21490 コマンド
21491 \end_layout
21492
21493 \end_inset
21494 </cell>
21495 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21496 \begin_inset Text
21497
21498 \begin_layout Plain Layout
21499 出力
21500 \end_layout
21501
21502 \end_inset
21503 </cell>
21504 </row>
21505 <row>
21506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21507 \begin_inset Text
21508
21509 \begin_layout Plain Layout
21510
21511 \backslash
21512 prime
21513 \end_layout
21514
21515 \end_inset
21516 </cell>
21517 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21518 \begin_inset Text
21519
21520 \begin_layout Plain Layout
21521 \begin_inset Formula $\prime$
21522 \end_inset
21523
21524
21525 \end_layout
21526
21527 \end_inset
21528 </cell>
21529 </row>
21530 <row>
21531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21532 \begin_inset Text
21533
21534 \begin_layout Plain Layout
21535
21536 \backslash
21537 backprime
21538 \end_layout
21539
21540 \end_inset
21541 </cell>
21542 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21543 \begin_inset Text
21544
21545 \begin_layout Plain Layout
21546 \begin_inset Formula $\backprime$
21547 \end_inset
21548
21549
21550 \end_layout
21551
21552 \end_inset
21553 </cell>
21554 </row>
21555 <row>
21556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21557 \begin_inset Text
21558
21559 \begin_layout Plain Layout
21560
21561 \backslash
21562 mho
21563 \end_layout
21564
21565 \end_inset
21566 </cell>
21567 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21568 \begin_inset Text
21569
21570 \begin_layout Plain Layout
21571 \begin_inset Formula $\mho$
21572 \end_inset
21573
21574
21575 \end_layout
21576
21577 \end_inset
21578 </cell>
21579 </row>
21580 <row>
21581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21582 \begin_inset Text
21583
21584 \begin_layout Plain Layout
21585
21586 \backslash
21587 triangle
21588 \end_layout
21589
21590 \end_inset
21591 </cell>
21592 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21593 \begin_inset Text
21594
21595 \begin_layout Plain Layout
21596 \begin_inset Formula $\triangle$
21597 \end_inset
21598
21599
21600 \end_layout
21601
21602 \end_inset
21603 </cell>
21604 </row>
21605 <row>
21606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21607 \begin_inset Text
21608
21609 \begin_layout Plain Layout
21610
21611 \backslash
21612 angle
21613 \end_layout
21614
21615 \end_inset
21616 </cell>
21617 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21618 \begin_inset Text
21619
21620 \begin_layout Plain Layout
21621 \begin_inset Formula $\angle$
21622 \end_inset
21623
21624
21625 \end_layout
21626
21627 \end_inset
21628 </cell>
21629 </row>
21630 <row>
21631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21632 \begin_inset Text
21633
21634 \begin_layout Plain Layout
21635
21636 \backslash
21637 measuredangle
21638 \end_layout
21639
21640 \end_inset
21641 </cell>
21642 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21643 \begin_inset Text
21644
21645 \begin_layout Plain Layout
21646 \begin_inset Formula $\measuredangle$
21647 \end_inset
21648
21649
21650 \end_layout
21651
21652 \end_inset
21653 </cell>
21654 </row>
21655 <row>
21656 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21657 \begin_inset Text
21658
21659 \begin_layout Plain Layout
21660
21661 \backslash
21662 sphericalangle
21663 \end_layout
21664
21665 \end_inset
21666 </cell>
21667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21668 \begin_inset Text
21669
21670 \begin_layout Plain Layout
21671 \begin_inset Formula $\sphericalangle$
21672 \end_inset
21673
21674
21675 \end_layout
21676
21677 \end_inset
21678 </cell>
21679 </row>
21680 <row>
21681 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21682 \begin_inset Text
21683
21684 \begin_layout Plain Layout
21685
21686 \backslash
21687 top
21688 \end_layout
21689
21690 \end_inset
21691 </cell>
21692 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21693 \begin_inset Text
21694
21695 \begin_layout Plain Layout
21696 \begin_inset Formula $\top$
21697 \end_inset
21698
21699
21700 \end_layout
21701
21702 \end_inset
21703 </cell>
21704 </row>
21705 <row>
21706 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21707 \begin_inset Text
21708
21709 \begin_layout Plain Layout
21710
21711 \backslash
21712 bot
21713 \end_layout
21714
21715 \end_inset
21716 </cell>
21717 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21718 \begin_inset Text
21719
21720 \begin_layout Plain Layout
21721 \begin_inset Formula $\bot$
21722 \end_inset
21723
21724
21725 \end_layout
21726
21727 \end_inset
21728 </cell>
21729 </row>
21730 </lyxtabular>
21731
21732 \end_inset
21733
21734
21735 \begin_inset space \hfill{}
21736 \end_inset
21737
21738
21739 \end_layout
21740
21741 \begin_layout Subsection
21742 その他の記号
21743 \begin_inset CommandInset label
21744 LatexCommand label
21745 name "sub:その他の記号"
21746
21747 \end_inset
21748
21749
21750 \begin_inset Index idx
21751 status collapsed
21752
21753 \begin_layout Plain Layout
21754 きごう@記号 ! そのた@その他
21755 \end_layout
21756
21757 \end_inset
21758
21759
21760 \end_layout
21761
21762 \begin_layout Standard
21763 \noindent
21764 \align center
21765 \begin_inset Tabular
21766 <lyxtabular version="3" rows="10" columns="2">
21767 <features rotate="0" tabularvalignment="middle">
21768 <column alignment="center" valignment="top" width="0pt">
21769 <column alignment="center" valignment="top" width="0pt">
21770 <row>
21771 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21772 \begin_inset Text
21773
21774 \begin_layout Plain Layout
21775
21776 \family roman
21777 \series medium
21778 \shape up
21779 \size normal
21780 \emph off
21781 \bar no
21782 \noun off
21783 \color none
21784 コマンド
21785 \end_layout
21786
21787 \end_inset
21788 </cell>
21789 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21790 \begin_inset Text
21791
21792 \begin_layout Plain Layout
21793
21794 \family roman
21795 \series medium
21796 \shape up
21797 \size normal
21798 \emph off
21799 \bar no
21800 \noun off
21801 \color none
21802 出力
21803 \end_layout
21804
21805 \end_inset
21806 </cell>
21807 </row>
21808 <row>
21809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21810 \begin_inset Text
21811
21812 \begin_layout Plain Layout
21813
21814 \backslash
21815 flat
21816 \end_layout
21817
21818 \end_inset
21819 </cell>
21820 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21821 \begin_inset Text
21822
21823 \begin_layout Plain Layout
21824 \begin_inset Formula $\flat$
21825 \end_inset
21826
21827
21828 \end_layout
21829
21830 \end_inset
21831 </cell>
21832 </row>
21833 <row>
21834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21835 \begin_inset Text
21836
21837 \begin_layout Plain Layout
21838
21839 \backslash
21840 natural
21841 \end_layout
21842
21843 \end_inset
21844 </cell>
21845 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21846 \begin_inset Text
21847
21848 \begin_layout Plain Layout
21849 \begin_inset Formula $\natural$
21850 \end_inset
21851
21852
21853 \end_layout
21854
21855 \end_inset
21856 </cell>
21857 </row>
21858 <row>
21859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21860 \begin_inset Text
21861
21862 \begin_layout Plain Layout
21863
21864 \backslash
21865 sharp
21866 \end_layout
21867
21868 \end_inset
21869 </cell>
21870 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21871 \begin_inset Text
21872
21873 \begin_layout Plain Layout
21874 \begin_inset Formula $\sharp$
21875 \end_inset
21876
21877
21878 \end_layout
21879
21880 \end_inset
21881 </cell>
21882 </row>
21883 <row>
21884 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21885 \begin_inset Text
21886
21887 \begin_layout Plain Layout
21888
21889 \backslash
21890 surd
21891 \end_layout
21892
21893 \end_inset
21894 </cell>
21895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21896 \begin_inset Text
21897
21898 \begin_layout Plain Layout
21899 \begin_inset Formula $\surd$
21900 \end_inset
21901
21902
21903 \end_layout
21904
21905 \end_inset
21906 </cell>
21907 </row>
21908 <row>
21909 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21910 \begin_inset Text
21911
21912 \begin_layout Plain Layout
21913
21914 \backslash
21915 checkmark
21916 \end_layout
21917
21918 \end_inset
21919 </cell>
21920 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21921 \begin_inset Text
21922
21923 \begin_layout Plain Layout
21924 \begin_inset Formula $\checkmark$
21925 \end_inset
21926
21927
21928 \end_layout
21929
21930 \end_inset
21931 </cell>
21932 </row>
21933 <row>
21934 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21935 \begin_inset Text
21936
21937 \begin_layout Plain Layout
21938
21939 \backslash
21940 yen
21941 \end_layout
21942
21943 \end_inset
21944 </cell>
21945 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21946 \begin_inset Text
21947
21948 \begin_layout Plain Layout
21949 \begin_inset Formula $\yen$
21950 \end_inset
21951
21952
21953 \end_layout
21954
21955 \end_inset
21956 </cell>
21957 </row>
21958 <row>
21959 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21960 \begin_inset Text
21961
21962 \begin_layout Plain Layout
21963
21964 \backslash
21965 pounds
21966 \end_layout
21967
21968 \end_inset
21969 </cell>
21970 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21971 \begin_inset Text
21972
21973 \begin_layout Plain Layout
21974 \begin_inset Formula $\pounds$
21975 \end_inset
21976
21977
21978 \end_layout
21979
21980 \end_inset
21981 </cell>
21982 </row>
21983 <row>
21984 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21985 \begin_inset Text
21986
21987 \begin_layout Plain Layout
21988 $
21989 \end_layout
21990
21991 \end_inset
21992 </cell>
21993 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21994 \begin_inset Text
21995
21996 \begin_layout Plain Layout
21997 \begin_inset Formula $\$$
21998 \end_inset
21999
22000
22001 \end_layout
22002
22003 \end_inset
22004 </cell>
22005 </row>
22006 <row>
22007 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22008 \begin_inset Text
22009
22010 \begin_layout Plain Layout
22011 §
22012 \end_layout
22013
22014 \end_inset
22015 </cell>
22016 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22017 \begin_inset Text
22018
22019 \begin_layout Plain Layout
22020 \begin_inset Formula $\mathsection$
22021 \end_inset
22022
22023
22024 \end_layout
22025
22026 \end_inset
22027 </cell>
22028 </row>
22029 </lyxtabular>
22030
22031 \end_inset
22032
22033
22034 \begin_inset Tabular
22035 <lyxtabular version="3" rows="10" columns="2">
22036 <features rotate="0" tabularvalignment="middle">
22037 <column alignment="center" valignment="top">
22038 <column alignment="center" valignment="top">
22039 <row>
22040 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22041 \begin_inset Text
22042
22043 \begin_layout Plain Layout
22044
22045 \family roman
22046 \series medium
22047 \shape up
22048 \size normal
22049 \emph off
22050 \bar no
22051 \noun off
22052 \color none
22053 コマンド
22054 \end_layout
22055
22056 \end_inset
22057 </cell>
22058 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22059 \begin_inset Text
22060
22061 \begin_layout Plain Layout
22062
22063 \family roman
22064 \series medium
22065 \shape up
22066 \size normal
22067 \emph off
22068 \bar no
22069 \noun off
22070 \color none
22071 出力
22072 \end_layout
22073
22074 \end_inset
22075 </cell>
22076 </row>
22077 <row>
22078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22079 \begin_inset Text
22080
22081 \begin_layout Plain Layout
22082
22083 \backslash
22084 hbar
22085 \end_layout
22086
22087 \end_inset
22088 </cell>
22089 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22090 \begin_inset Text
22091
22092 \begin_layout Plain Layout
22093 \begin_inset Formula $\hbar$
22094 \end_inset
22095
22096
22097 \end_layout
22098
22099 \end_inset
22100 </cell>
22101 </row>
22102 <row>
22103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22104 \begin_inset Text
22105
22106 \begin_layout Plain Layout
22107
22108 \backslash
22109 hslash
22110 \end_layout
22111
22112 \end_inset
22113 </cell>
22114 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22115 \begin_inset Text
22116
22117 \begin_layout Plain Layout
22118 \begin_inset Formula $\hslash$
22119 \end_inset
22120
22121
22122 \end_layout
22123
22124 \end_inset
22125 </cell>
22126 </row>
22127 <row>
22128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22129 \begin_inset Text
22130
22131 \begin_layout Plain Layout
22132
22133 \backslash
22134 clubsuit
22135 \end_layout
22136
22137 \end_inset
22138 </cell>
22139 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22140 \begin_inset Text
22141
22142 \begin_layout Plain Layout
22143 \begin_inset Formula $\clubsuit$
22144 \end_inset
22145
22146
22147 \end_layout
22148
22149 \end_inset
22150 </cell>
22151 </row>
22152 <row>
22153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22154 \begin_inset Text
22155
22156 \begin_layout Plain Layout
22157
22158 \backslash
22159 spadesuit
22160 \end_layout
22161
22162 \end_inset
22163 </cell>
22164 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22165 \begin_inset Text
22166
22167 \begin_layout Plain Layout
22168 \begin_inset Formula $\spadesuit$
22169 \end_inset
22170
22171
22172 \end_layout
22173
22174 \end_inset
22175 </cell>
22176 </row>
22177 <row>
22178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22179 \begin_inset Text
22180
22181 \begin_layout Plain Layout
22182
22183 \backslash
22184 bigstar
22185 \end_layout
22186
22187 \end_inset
22188 </cell>
22189 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22190 \begin_inset Text
22191
22192 \begin_layout Plain Layout
22193 \begin_inset Formula $\bigstar$
22194 \end_inset
22195
22196
22197 \end_layout
22198
22199 \end_inset
22200 </cell>
22201 </row>
22202 <row>
22203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22204 \begin_inset Text
22205
22206 \begin_layout Plain Layout
22207
22208 \backslash
22209 blacklozenge
22210 \end_layout
22211
22212 \end_inset
22213 </cell>
22214 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22215 \begin_inset Text
22216
22217 \begin_layout Plain Layout
22218 \begin_inset Formula $\blacklozenge$
22219 \end_inset
22220
22221
22222 \end_layout
22223
22224 \end_inset
22225 </cell>
22226 </row>
22227 <row>
22228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22229 \begin_inset Text
22230
22231 \begin_layout Plain Layout
22232
22233 \backslash
22234 blacktriangle
22235 \end_layout
22236
22237 \end_inset
22238 </cell>
22239 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22240 \begin_inset Text
22241
22242 \begin_layout Plain Layout
22243 \begin_inset Formula $\blacktriangle$
22244 \end_inset
22245
22246
22247 \end_layout
22248
22249 \end_inset
22250 </cell>
22251 </row>
22252 <row>
22253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22254 \begin_inset Text
22255
22256 \begin_layout Plain Layout
22257
22258 \backslash
22259 blacktiangledown
22260 \end_layout
22261
22262 \end_inset
22263 </cell>
22264 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22265 \begin_inset Text
22266
22267 \begin_layout Plain Layout
22268 \begin_inset Formula $\blacktriangledown$
22269 \end_inset
22270
22271
22272 \end_layout
22273
22274 \end_inset
22275 </cell>
22276 </row>
22277 <row>
22278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22279 \begin_inset Text
22280
22281 \begin_layout Plain Layout
22282
22283 \backslash
22284 bullet
22285 \end_layout
22286
22287 \end_inset
22288 </cell>
22289 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22290 \begin_inset Text
22291
22292 \begin_layout Plain Layout
22293 \begin_inset Formula $\bullet$
22294 \end_inset
22295
22296
22297 \end_layout
22298
22299 \end_inset
22300 </cell>
22301 </row>
22302 </lyxtabular>
22303
22304 \end_inset
22305
22306
22307 \begin_inset Tabular
22308 <lyxtabular version="3" rows="10" columns="2">
22309 <features rotate="0" tabularvalignment="middle">
22310 <column alignment="center" valignment="top" width="0pt">
22311 <column alignment="center" valignment="top" width="0pt">
22312 <row>
22313 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22314 \begin_inset Text
22315
22316 \begin_layout Plain Layout
22317
22318 \family roman
22319 \series medium
22320 \shape up
22321 \size normal
22322 \emph off
22323 \bar no
22324 \noun off
22325 \color none
22326 コマンド
22327 \end_layout
22328
22329 \end_inset
22330 </cell>
22331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22332 \begin_inset Text
22333
22334 \begin_layout Plain Layout
22335
22336 \family roman
22337 \series medium
22338 \shape up
22339 \size normal
22340 \emph off
22341 \bar no
22342 \noun off
22343 \color none
22344 出力
22345 \end_layout
22346
22347 \end_inset
22348 </cell>
22349 </row>
22350 <row>
22351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22352 \begin_inset Text
22353
22354 \begin_layout Plain Layout
22355
22356 \backslash
22357 diamondsuit
22358 \end_layout
22359
22360 \end_inset
22361 </cell>
22362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22363 \begin_inset Text
22364
22365 \begin_layout Plain Layout
22366 \begin_inset Formula $\diamondsuit$
22367 \end_inset
22368
22369
22370 \end_layout
22371
22372 \end_inset
22373 </cell>
22374 </row>
22375 <row>
22376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22377 \begin_inset Text
22378
22379 \begin_layout Plain Layout
22380
22381 \backslash
22382 Diamond
22383 \end_layout
22384
22385 \end_inset
22386 </cell>
22387 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22388 \begin_inset Text
22389
22390 \begin_layout Plain Layout
22391 \begin_inset Formula $\Diamond$
22392 \end_inset
22393
22394
22395 \end_layout
22396
22397 \end_inset
22398 </cell>
22399 </row>
22400 <row>
22401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22402 \begin_inset Text
22403
22404 \begin_layout Plain Layout
22405
22406 \backslash
22407 heartsuit
22408 \end_layout
22409
22410 \end_inset
22411 </cell>
22412 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22413 \begin_inset Text
22414
22415 \begin_layout Plain Layout
22416 \begin_inset Formula $\heartsuit$
22417 \end_inset
22418
22419
22420 \end_layout
22421
22422 \end_inset
22423 </cell>
22424 </row>
22425 <row>
22426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22427 \begin_inset Text
22428
22429 \begin_layout Plain Layout
22430
22431 \backslash
22432 P
22433 \end_layout
22434
22435 \end_inset
22436 </cell>
22437 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22438 \begin_inset Text
22439
22440 \begin_layout Plain Layout
22441 \begin_inset Formula $\P$
22442 \end_inset
22443
22444
22445 \end_layout
22446
22447 \end_inset
22448 </cell>
22449 </row>
22450 <row>
22451 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22452 \begin_inset Text
22453
22454 \begin_layout Plain Layout
22455
22456 \backslash
22457 copyright
22458 \end_layout
22459
22460 \end_inset
22461 </cell>
22462 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22463 \begin_inset Text
22464
22465 \begin_layout Plain Layout
22466 \begin_inset Formula $\copyright$
22467 \end_inset
22468
22469
22470 \end_layout
22471
22472 \end_inset
22473 </cell>
22474 </row>
22475 <row>
22476 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22477 \begin_inset Text
22478
22479 \begin_layout Plain Layout
22480
22481 \backslash
22482 circledR
22483 \end_layout
22484
22485 \end_inset
22486 </cell>
22487 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22488 \begin_inset Text
22489
22490 \begin_layout Plain Layout
22491 \begin_inset Formula $\circledR$
22492 \end_inset
22493
22494
22495 \end_layout
22496
22497 \end_inset
22498 </cell>
22499 </row>
22500 <row>
22501 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22502 \begin_inset Text
22503
22504 \begin_layout Plain Layout
22505
22506 \backslash
22507 maltese
22508 \end_layout
22509
22510 \end_inset
22511 </cell>
22512 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22513 \begin_inset Text
22514
22515 \begin_layout Plain Layout
22516 \begin_inset Formula $\maltese$
22517 \end_inset
22518
22519
22520 \end_layout
22521
22522 \end_inset
22523 </cell>
22524 </row>
22525 <row>
22526 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22527 \begin_inset Text
22528
22529 \begin_layout Plain Layout
22530
22531 \backslash
22532 diagup
22533 \end_layout
22534
22535 \end_inset
22536 </cell>
22537 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22538 \begin_inset Text
22539
22540 \begin_layout Plain Layout
22541 \begin_inset Formula $\diagup$
22542 \end_inset
22543
22544
22545 \end_layout
22546
22547 \end_inset
22548 </cell>
22549 </row>
22550 <row>
22551 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22552 \begin_inset Text
22553
22554 \begin_layout Plain Layout
22555
22556 \backslash
22557 diagdown
22558 \end_layout
22559
22560 \end_inset
22561 </cell>
22562 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22563 \begin_inset Text
22564
22565 \begin_layout Plain Layout
22566 \begin_inset Formula $\diagdown$
22567 \end_inset
22568
22569
22570 \end_layout
22571
22572 \end_inset
22573 </cell>
22574 </row>
22575 </lyxtabular>
22576
22577 \end_inset
22578
22579
22580 \end_layout
22581
22582 \begin_layout Standard
22583 \begin_inset VSpace medskip
22584 \end_inset
22585
22586 ここにある以上の記号が、第
22587 \begin_inset CommandInset ref
22588 LatexCommand ref
22589 reference "sub:他の特殊文字"
22590
22591 \end_inset
22592
22593 節に挙げてあります。
22594 \end_layout
22595
22596 \begin_layout Standard
22597 寸法を変えて表示することのできる記号もあります。第
22598 \begin_inset CommandInset ref
22599 LatexCommand ref
22600 reference "sub:書体寸法"
22601
22602 \end_inset
22603
22604 節をご参照下さい。
22605 \end_layout
22606
22607 \begin_layout Subsection
22608 ユーロ通貨記号
22609 \begin_inset Index idx
22610 status collapsed
22611
22612 \begin_layout Plain Layout
22613 きごう@記号 ! ゆーろつうかきごう@ユーロ通貨記号
22614 \end_layout
22615
22616 \end_inset
22617
22618
22619 \begin_inset Index idx
22620 status collapsed
22621
22622 \begin_layout Plain Layout
22623
22624 \backslash
22625 @
22626 \begin_inset ERT
22627 status collapsed
22628
22629 \begin_layout Plain Layout
22630
22631
22632 \backslash
22633 officialeuro
22634 \end_layout
22635
22636 \end_inset
22637
22638
22639 \end_layout
22640
22641 \end_inset
22642
22643
22644 \end_layout
22645
22646 \begin_layout Standard
22647 ユーロ通貨記号を数式で使用するには、LaTeXパッケージ
22648 \series bold
22649 eurosym
22650 \series default
22651
22652 \begin_inset Index idx
22653 status collapsed
22654
22655 \begin_layout Plain Layout
22656 ぱっけーじ@パッケージ ! eurosym
22657 \end_layout
22658
22659 \end_inset
22660
22661 が導入されていて、以下のようなLaTeXプリアンブル行によって読み込まれていなくてはなりません。
22662 \end_layout
22663
22664 \begin_layout Standard
22665
22666 \series bold
22667
22668 \backslash
22669 usepackage[gennarrow]{eurosym}
22670 \end_layout
22671
22672 \begin_layout Standard
22673 すると、ユーロ通貨記号を
22674 \series bold
22675
22676 \backslash
22677 euro
22678 \series default
22679
22680 \begin_inset Index idx
22681 status collapsed
22682
22683 \begin_layout Plain Layout
22684 こまんど@コマンド ! E ! 
22685 \backslash
22686 euro
22687 \end_layout
22688
22689 \end_inset
22690
22691 コマンドで挿入することができるようになります。
22692 \end_layout
22693
22694 \begin_layout Standard
22695 数式テキストには、
22696 \series bold
22697 eurosym
22698 \series default
22699 が導入されていなくても、ユーロ通貨記号を直接キーボードを使って(あれば)挿入することができます。
22700 \series bold
22701 eurosym
22702 \series default
22703 が導入されていれば、
22704 \series bold
22705
22706 \backslash
22707 euro
22708 \series default
22709 はTeXモードでも挿入することができます。また、正式な通貨記号を
22710 \series bold
22711
22712 \backslash
22713 officialeuro
22714 \series default
22715
22716 \begin_inset Index idx
22717 status collapsed
22718
22719 \begin_layout Plain Layout
22720 こまんど@コマンド ! O ! 
22721 \backslash
22722 officialeuro
22723 \end_layout
22724
22725 \end_inset
22726
22727 コマンド(これはTeXモードでのみ使用することができます)で挿入することができます。
22728 \end_layout
22729
22730 \begin_layout Standard
22731 \begin_inset ERT
22732 status collapsed
22733
22734 \begin_layout Plain Layout
22735
22736
22737 \backslash
22738 ifeurosym 
22739 \end_layout
22740
22741 \end_inset
22742
22743
22744 \begin_inset Note Note
22745 status open
22746
22747 \begin_layout Plain Layout
22748 以下の表は、LaTeXパッケージ
22749 \series bold
22750 eurosym
22751 \series default
22752 が導入済みのときのみ表示されます。
22753 \end_layout
22754
22755 \end_inset
22756
22757
22758 \end_layout
22759
22760 \begin_layout Standard
22761 以下は、各ユーロ通貨記号のまとめです。
22762 \end_layout
22763
22764 \begin_layout Standard
22765 \align center
22766 \begin_inset Tabular
22767 <lyxtabular version="3" rows="4" columns="3">
22768 <features rotate="0" tabularvalignment="middle">
22769 <column alignment="center" valignment="top" width="0pt">
22770 <column alignment="center" valignment="top" width="0pt">
22771 <column alignment="center" valignment="top" width="0pt">
22772 <row>
22773 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22774 \begin_inset Text
22775
22776 \begin_layout Plain Layout
22777
22778 \end_layout
22779
22780 \end_inset
22781 </cell>
22782 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22783 \begin_inset Text
22784
22785 \begin_layout Plain Layout
22786 コマンド
22787 \end_layout
22788
22789 \end_inset
22790 </cell>
22791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22792 \begin_inset Text
22793
22794 \begin_layout Plain Layout
22795 出力
22796 \end_layout
22797
22798 \end_inset
22799 </cell>
22800 </row>
22801 <row>
22802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22803 \begin_inset Text
22804
22805 \begin_layout Plain Layout
22806 数式
22807 \end_layout
22808
22809 \end_inset
22810 </cell>
22811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22812 \begin_inset Text
22813
22814 \begin_layout Plain Layout
22815
22816 \backslash
22817 euro
22818 \end_layout
22819
22820 \end_inset
22821 </cell>
22822 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22823 \begin_inset Text
22824
22825 \begin_layout Plain Layout
22826 \begin_inset Formula $\euro$
22827 \end_inset
22828
22829
22830 \end_layout
22831
22832 \end_inset
22833 </cell>
22834 </row>
22835 <row>
22836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22837 \begin_inset Text
22838
22839 \begin_layout Plain Layout
22840 数式テキスト
22841 \end_layout
22842
22843 \end_inset
22844 </cell>
22845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22846 \begin_inset Text
22847
22848 \begin_layout Plain Layout
22849 (ユーロ記号)
22850 \end_layout
22851
22852 \end_inset
22853 </cell>
22854 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22855 \begin_inset Text
22856
22857 \begin_layout Plain Layout
22858 (ユーロ記号)
22859 \end_layout
22860
22861 \end_inset
22862 </cell>
22863 </row>
22864 <row>
22865 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22866 \begin_inset Text
22867
22868 \begin_layout Plain Layout
22869 TeXモード
22870 \end_layout
22871
22872 \end_inset
22873 </cell>
22874 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22875 \begin_inset Text
22876
22877 \begin_layout Plain Layout
22878
22879 \backslash
22880 officialeuro
22881 \end_layout
22882
22883 \end_inset
22884 </cell>
22885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22886 \begin_inset Text
22887
22888 \begin_layout Plain Layout
22889 \begin_inset ERT
22890 status collapsed
22891
22892 \begin_layout Plain Layout
22893
22894
22895 \backslash
22896 officialeuro
22897 \end_layout
22898
22899 \end_inset
22900
22901
22902 \end_layout
22903
22904 \end_inset
22905 </cell>
22906 </row>
22907 </lyxtabular>
22908
22909 \end_inset
22910
22911
22912 \end_layout
22913
22914 \begin_layout Standard
22915 \begin_inset ERT
22916 status collapsed
22917
22918 \begin_layout Plain Layout
22919
22920
22921 \backslash
22922 else 
22923 \end_layout
22924
22925 \end_inset
22926
22927
22928 \begin_inset Note Note
22929 status open
22930
22931 \begin_layout Plain Layout
22932 以下は、LaTeXパッケージ
22933 \series bold
22934 eurosym
22935 \series default
22936 が導入されていないときのみ表示されます。
22937 \end_layout
22938
22939 \end_inset
22940
22941
22942 \end_layout
22943
22944 \begin_layout Standard
22945 本節の残りを出力としてみるためには、LaTeXパッケージ
22946 \series bold
22947 eurosym
22948 \series default
22949 を導入する必要があります。
22950 \end_layout
22951
22952 \begin_layout Standard
22953 \begin_inset ERT
22954 status collapsed
22955
22956 \begin_layout Plain Layout
22957
22958
22959 \backslash
22960 fi 
22961 \end_layout
22962
22963 \end_inset
22964
22965
22966 \end_layout
22967
22968 \begin_layout Section
22969 関係子
22970 \begin_inset CommandInset label
22971 LatexCommand label
22972 name "sec:関係子"
22973
22974 \end_inset
22975
22976
22977 \begin_inset Index idx
22978 status collapsed
22979
22980 \begin_layout Plain Layout
22981 かんけいし@関係子
22982 \end_layout
22983
22984 \end_inset
22985
22986
22987 \begin_inset Index idx
22988 status collapsed
22989
22990 \begin_layout Plain Layout
22991 ひかくし@比較子|see
22992 \begin_inset ERT
22993 status collapsed
22994
22995 \begin_layout Plain Layout
22996
22997 {
22998 \end_layout
22999
23000 \end_inset
23001
23002 関係子
23003 \begin_inset ERT
23004 status collapsed
23005
23006 \begin_layout Plain Layout
23007
23008 }
23009 \end_layout
23010
23011 \end_inset
23012
23013
23014 \end_layout
23015
23016 \end_inset
23017
23018
23019 \end_layout
23020
23021 \begin_layout Standard
23022 関係子はすべて、ツールバーボタンの
23023 \begin_inset Info
23024 type  "icon"
23025 arg   "math-insert \\leq"
23026 \end_inset
23027
23028 でも挿入することができます。
23029 \end_layout
23030
23031 \begin_layout Standard
23032 \begin_inset space \hfill{}
23033 \end_inset
23034
23035
23036 \begin_inset Tabular
23037 <lyxtabular version="3" rows="17" columns="2">
23038 <features rotate="0" tabularvalignment="middle">
23039 <column alignment="center" valignment="top" width="0pt">
23040 <column alignment="center" valignment="top" width="0pt">
23041 <row>
23042 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23043 \begin_inset Text
23044
23045 \begin_layout Plain Layout
23046 コマンド
23047 \end_layout
23048
23049 \end_inset
23050 </cell>
23051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23052 \begin_inset Text
23053
23054 \begin_layout Plain Layout
23055 出力
23056 \end_layout
23057
23058 \end_inset
23059 </cell>
23060 </row>
23061 <row>
23062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23063 \begin_inset Text
23064
23065 \begin_layout Plain Layout
23066 \begin_inset Formula $<$
23067 \end_inset
23068
23069
23070 \end_layout
23071
23072 \end_inset
23073 </cell>
23074 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23075 \begin_inset Text
23076
23077 \begin_layout Plain Layout
23078 \begin_inset Formula $<$
23079 \end_inset
23080
23081
23082 \end_layout
23083
23084 \end_inset
23085 </cell>
23086 </row>
23087 <row>
23088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23089 \begin_inset Text
23090
23091 \begin_layout Plain Layout
23092
23093 \backslash
23094 le
23095 \end_layout
23096
23097 \end_inset
23098 </cell>
23099 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23100 \begin_inset Text
23101
23102 \begin_layout Plain Layout
23103 \begin_inset Formula $\le$
23104 \end_inset
23105
23106
23107 \end_layout
23108
23109 \end_inset
23110 </cell>
23111 </row>
23112 <row>
23113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23114 \begin_inset Text
23115
23116 \begin_layout Plain Layout
23117
23118 \backslash
23119 ll
23120 \end_layout
23121
23122 \end_inset
23123 </cell>
23124 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23125 \begin_inset Text
23126
23127 \begin_layout Plain Layout
23128 \begin_inset Formula $\ll$
23129 \end_inset
23130
23131
23132 \end_layout
23133
23134 \end_inset
23135 </cell>
23136 </row>
23137 <row>
23138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23139 \begin_inset Text
23140
23141 \begin_layout Plain Layout
23142
23143 \backslash
23144 prec
23145 \end_layout
23146
23147 \end_inset
23148 </cell>
23149 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23150 \begin_inset Text
23151
23152 \begin_layout Plain Layout
23153 \begin_inset Formula $\prec$
23154 \end_inset
23155
23156
23157 \end_layout
23158
23159 \end_inset
23160 </cell>
23161 </row>
23162 <row>
23163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23164 \begin_inset Text
23165
23166 \begin_layout Plain Layout
23167
23168 \backslash
23169 preceq
23170 \end_layout
23171
23172 \end_inset
23173 </cell>
23174 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23175 \begin_inset Text
23176
23177 \begin_layout Plain Layout
23178 \begin_inset Formula $\preceq$
23179 \end_inset
23180
23181
23182 \end_layout
23183
23184 \end_inset
23185 </cell>
23186 </row>
23187 <row>
23188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23189 \begin_inset Text
23190
23191 \begin_layout Plain Layout
23192
23193 \backslash
23194 subset
23195 \end_layout
23196
23197 \end_inset
23198 </cell>
23199 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23200 \begin_inset Text
23201
23202 \begin_layout Plain Layout
23203 \begin_inset Formula $\subset$
23204 \end_inset
23205
23206
23207 \end_layout
23208
23209 \end_inset
23210 </cell>
23211 </row>
23212 <row>
23213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23214 \begin_inset Text
23215
23216 \begin_layout Plain Layout
23217
23218 \backslash
23219 subseteq
23220 \end_layout
23221
23222 \end_inset
23223 </cell>
23224 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23225 \begin_inset Text
23226
23227 \begin_layout Plain Layout
23228 \begin_inset Formula $\subseteq$
23229 \end_inset
23230
23231
23232 \end_layout
23233
23234 \end_inset
23235 </cell>
23236 </row>
23237 <row>
23238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23239 \begin_inset Text
23240
23241 \begin_layout Plain Layout
23242
23243 \backslash
23244 sqsubseteq
23245 \end_layout
23246
23247 \end_inset
23248 </cell>
23249 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23250 \begin_inset Text
23251
23252 \begin_layout Plain Layout
23253 \begin_inset Formula $\sqsubseteq$
23254 \end_inset
23255
23256
23257 \end_layout
23258
23259 \end_inset
23260 </cell>
23261 </row>
23262 <row>
23263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23264 \begin_inset Text
23265
23266 \begin_layout Plain Layout
23267
23268 \backslash
23269 in
23270 \end_layout
23271
23272 \end_inset
23273 </cell>
23274 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23275 \begin_inset Text
23276
23277 \begin_layout Plain Layout
23278 \begin_inset Formula $\in$
23279 \end_inset
23280
23281
23282 \end_layout
23283
23284 \end_inset
23285 </cell>
23286 </row>
23287 <row>
23288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23289 \begin_inset Text
23290
23291 \begin_layout Plain Layout
23292
23293 \backslash
23294 vdash
23295 \end_layout
23296
23297 \end_inset
23298 </cell>
23299 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23300 \begin_inset Text
23301
23302 \begin_layout Plain Layout
23303 \begin_inset Formula $\vdash$
23304 \end_inset
23305
23306
23307 \end_layout
23308
23309 \end_inset
23310 </cell>
23311 </row>
23312 <row>
23313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23314 \begin_inset Text
23315
23316 \begin_layout Plain Layout
23317
23318 \backslash
23319 smile
23320 \end_layout
23321
23322 \end_inset
23323 </cell>
23324 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23325 \begin_inset Text
23326
23327 \begin_layout Plain Layout
23328 \begin_inset Formula $\smile$
23329 \end_inset
23330
23331
23332 \end_layout
23333
23334 \end_inset
23335 </cell>
23336 </row>
23337 <row>
23338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23339 \begin_inset Text
23340
23341 \begin_layout Plain Layout
23342
23343 \backslash
23344 lhd
23345 \end_layout
23346
23347 \end_inset
23348 </cell>
23349 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23350 \begin_inset Text
23351
23352 \begin_layout Plain Layout
23353 \begin_inset Formula $\lhd$
23354 \end_inset
23355
23356
23357 \end_layout
23358
23359 \end_inset
23360 </cell>
23361 </row>
23362 <row>
23363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23364 \begin_inset Text
23365
23366 \begin_layout Plain Layout
23367
23368 \backslash
23369 unlhd
23370 \end_layout
23371
23372 \end_inset
23373 </cell>
23374 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23375 \begin_inset Text
23376
23377 \begin_layout Plain Layout
23378 \begin_inset Formula $\unlhd$
23379 \end_inset
23380
23381
23382 \end_layout
23383
23384 \end_inset
23385 </cell>
23386 </row>
23387 <row>
23388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23389 \begin_inset Text
23390
23391 \begin_layout Plain Layout
23392
23393 \backslash
23394 gtrless
23395 \end_layout
23396
23397 \end_inset
23398 </cell>
23399 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23400 \begin_inset Text
23401
23402 \begin_layout Plain Layout
23403 \begin_inset Formula $\gtrless$
23404 \end_inset
23405
23406
23407 \end_layout
23408
23409 \end_inset
23410 </cell>
23411 </row>
23412 <row>
23413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23414 \begin_inset Text
23415
23416 \begin_layout Plain Layout
23417
23418 \backslash
23419 mid
23420 \end_layout
23421
23422 \end_inset
23423 </cell>
23424 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23425 \begin_inset Text
23426
23427 \begin_layout Plain Layout
23428 \begin_inset Formula $\mid$
23429 \end_inset
23430
23431
23432 \end_layout
23433
23434 \end_inset
23435 </cell>
23436 </row>
23437 <row>
23438 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23439 \begin_inset Text
23440
23441 \begin_layout Plain Layout
23442
23443 \backslash
23444 nmid
23445 \end_layout
23446
23447 \end_inset
23448 </cell>
23449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23450 \begin_inset Text
23451
23452 \begin_layout Plain Layout
23453 \begin_inset Formula $\nmid$
23454 \end_inset
23455
23456
23457 \end_layout
23458
23459 \end_inset
23460 </cell>
23461 </row>
23462 </lyxtabular>
23463
23464 \end_inset
23465
23466
23467 \begin_inset space \hfill{}
23468 \end_inset
23469
23470
23471 \begin_inset Tabular
23472 <lyxtabular version="3" rows="17" columns="2">
23473 <features rotate="0" tabularvalignment="middle">
23474 <column alignment="center" valignment="top" width="0pt">
23475 <column alignment="center" valignment="top" width="0pt">
23476 <row>
23477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23478 \begin_inset Text
23479
23480 \begin_layout Plain Layout
23481 コマンド
23482 \end_layout
23483
23484 \end_inset
23485 </cell>
23486 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23487 \begin_inset Text
23488
23489 \begin_layout Plain Layout
23490 出力
23491 \end_layout
23492
23493 \end_inset
23494 </cell>
23495 </row>
23496 <row>
23497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23498 \begin_inset Text
23499
23500 \begin_layout Plain Layout
23501 =
23502 \end_layout
23503
23504 \end_inset
23505 </cell>
23506 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23507 \begin_inset Text
23508
23509 \begin_layout Plain Layout
23510 \begin_inset Formula $=$
23511 \end_inset
23512
23513
23514 \end_layout
23515
23516 \end_inset
23517 </cell>
23518 </row>
23519 <row>
23520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23521 \begin_inset Text
23522
23523 \begin_layout Plain Layout
23524
23525 \backslash
23526 not=
23527 \end_layout
23528
23529 \end_inset
23530 </cell>
23531 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23532 \begin_inset Text
23533
23534 \begin_layout Plain Layout
23535 \begin_inset Formula $\not=$
23536 \end_inset
23537
23538
23539 \end_layout
23540
23541 \end_inset
23542 </cell>
23543 </row>
23544 <row>
23545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23546 \begin_inset Text
23547
23548 \begin_layout Plain Layout
23549
23550 \backslash
23551 equiv
23552 \end_layout
23553
23554 \end_inset
23555 </cell>
23556 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23557 \begin_inset Text
23558
23559 \begin_layout Plain Layout
23560 \begin_inset Formula $\equiv$
23561 \end_inset
23562
23563
23564 \end_layout
23565
23566 \end_inset
23567 </cell>
23568 </row>
23569 <row>
23570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23571 \begin_inset Text
23572
23573 \begin_layout Plain Layout
23574
23575 \backslash
23576 sim
23577 \end_layout
23578
23579 \end_inset
23580 </cell>
23581 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23582 \begin_inset Text
23583
23584 \begin_layout Plain Layout
23585 \begin_inset Formula $\sim$
23586 \end_inset
23587
23588
23589 \end_layout
23590
23591 \end_inset
23592 </cell>
23593 </row>
23594 <row>
23595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23596 \begin_inset Text
23597
23598 \begin_layout Plain Layout
23599
23600 \backslash
23601 simeq
23602 \end_layout
23603
23604 \end_inset
23605 </cell>
23606 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23607 \begin_inset Text
23608
23609 \begin_layout Plain Layout
23610 \begin_inset Formula $\simeq$
23611 \end_inset
23612
23613
23614 \end_layout
23615
23616 \end_inset
23617 </cell>
23618 </row>
23619 <row>
23620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23621 \begin_inset Text
23622
23623 \begin_layout Plain Layout
23624
23625 \backslash
23626 approx
23627 \end_layout
23628
23629 \end_inset
23630 </cell>
23631 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23632 \begin_inset Text
23633
23634 \begin_layout Plain Layout
23635 \begin_inset Formula $\approx$
23636 \end_inset
23637
23638
23639 \end_layout
23640
23641 \end_inset
23642 </cell>
23643 </row>
23644 <row>
23645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23646 \begin_inset Text
23647
23648 \begin_layout Plain Layout
23649
23650 \backslash
23651 cong
23652 \end_layout
23653
23654 \end_inset
23655 </cell>
23656 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23657 \begin_inset Text
23658
23659 \begin_layout Plain Layout
23660 \begin_inset Formula $\cong$
23661 \end_inset
23662
23663
23664 \end_layout
23665
23666 \end_inset
23667 </cell>
23668 </row>
23669 <row>
23670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23671 \begin_inset Text
23672
23673 \begin_layout Plain Layout
23674
23675 \backslash
23676 bowtie
23677 \end_layout
23678
23679 \end_inset
23680 </cell>
23681 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23682 \begin_inset Text
23683
23684 \begin_layout Plain Layout
23685 \begin_inset Formula $\bowtie$
23686 \end_inset
23687
23688
23689 \end_layout
23690
23691 \end_inset
23692 </cell>
23693 </row>
23694 <row>
23695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23696 \begin_inset Text
23697
23698 \begin_layout Plain Layout
23699
23700 \backslash
23701 notin
23702 \end_layout
23703
23704 \end_inset
23705 </cell>
23706 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23707 \begin_inset Text
23708
23709 \begin_layout Plain Layout
23710 \begin_inset Formula $\notin$
23711 \end_inset
23712
23713
23714 \end_layout
23715
23716 \end_inset
23717 </cell>
23718 </row>
23719 <row>
23720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23721 \begin_inset Text
23722
23723 \begin_layout Plain Layout
23724
23725 \backslash
23726 perp
23727 \end_layout
23728
23729 \end_inset
23730 </cell>
23731 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23732 \begin_inset Text
23733
23734 \begin_layout Plain Layout
23735 \begin_inset Formula $\perp$
23736 \end_inset
23737
23738
23739 \end_layout
23740
23741 \end_inset
23742 </cell>
23743 </row>
23744 <row>
23745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23746 \begin_inset Text
23747
23748 \begin_layout Plain Layout
23749
23750 \backslash
23751 propto
23752 \end_layout
23753
23754 \end_inset
23755 </cell>
23756 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23757 \begin_inset Text
23758
23759 \begin_layout Plain Layout
23760 \begin_inset Formula $\propto$
23761 \end_inset
23762
23763
23764 \end_layout
23765
23766 \end_inset
23767 </cell>
23768 </row>
23769 <row>
23770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23771 \begin_inset Text
23772
23773 \begin_layout Plain Layout
23774
23775 \backslash
23776 asymp
23777 \end_layout
23778
23779 \end_inset
23780 </cell>
23781 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23782 \begin_inset Text
23783
23784 \begin_layout Plain Layout
23785 \begin_inset Formula $\asymp$
23786 \end_inset
23787
23788
23789 \end_layout
23790
23791 \end_inset
23792 </cell>
23793 </row>
23794 <row>
23795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23796 \begin_inset Text
23797
23798 \begin_layout Plain Layout
23799
23800 \backslash
23801 doteq
23802 \end_layout
23803
23804 \end_inset
23805 </cell>
23806 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23807 \begin_inset Text
23808
23809 \begin_layout Plain Layout
23810 \begin_inset Formula $\doteq$
23811 \end_inset
23812
23813
23814 \end_layout
23815
23816 \end_inset
23817 </cell>
23818 </row>
23819 <row>
23820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23821 \begin_inset Text
23822
23823 \begin_layout Plain Layout
23824
23825 \backslash
23826 circeq
23827 \end_layout
23828
23829 \end_inset
23830 </cell>
23831 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23832 \begin_inset Text
23833
23834 \begin_layout Plain Layout
23835 \begin_inset Formula $\circeq$
23836 \end_inset
23837
23838
23839 \end_layout
23840
23841 \end_inset
23842 </cell>
23843 </row>
23844 <row>
23845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23846 \begin_inset Text
23847
23848 \begin_layout Plain Layout
23849
23850 \backslash
23851 models
23852 \end_layout
23853
23854 \end_inset
23855 </cell>
23856 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23857 \begin_inset Text
23858
23859 \begin_layout Plain Layout
23860 \begin_inset Formula $\models$
23861 \end_inset
23862
23863
23864 \end_layout
23865
23866 \end_inset
23867 </cell>
23868 </row>
23869 <row>
23870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23871 \begin_inset Text
23872
23873 \begin_layout Plain Layout
23874
23875 \backslash
23876 widehat=
23877 \end_layout
23878
23879 \end_inset
23880 </cell>
23881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23882 \begin_inset Text
23883
23884 \begin_layout Plain Layout
23885 \begin_inset Formula $\widehat{=}$
23886 \end_inset
23887
23888
23889 \end_layout
23890
23891 \end_inset
23892 </cell>
23893 </row>
23894 </lyxtabular>
23895
23896 \end_inset
23897
23898
23899 \begin_inset space \hfill{}
23900 \end_inset
23901
23902
23903 \begin_inset Tabular
23904 <lyxtabular version="3" rows="17" columns="2">
23905 <features rotate="0" tabularvalignment="middle">
23906 <column alignment="center" valignment="top" width="0pt">
23907 <column alignment="center" valignment="top" width="0pt">
23908 <row>
23909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23910 \begin_inset Text
23911
23912 \begin_layout Plain Layout
23913
23914 \family roman
23915 \series medium
23916 \shape up
23917 \size normal
23918 \emph off
23919 \bar no
23920 \noun off
23921 \color none
23922 コマンド
23923 \end_layout
23924
23925 \end_inset
23926 </cell>
23927 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23928 \begin_inset Text
23929
23930 \begin_layout Plain Layout
23931
23932 \family roman
23933 \series medium
23934 \shape up
23935 \size normal
23936 \emph off
23937 \bar no
23938 \noun off
23939 \color none
23940 出力
23941 \end_layout
23942
23943 \end_inset
23944 </cell>
23945 </row>
23946 <row>
23947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23948 \begin_inset Text
23949
23950 \begin_layout Plain Layout
23951 \begin_inset Formula $>$
23952 \end_inset
23953
23954
23955 \end_layout
23956
23957 \end_inset
23958 </cell>
23959 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23960 \begin_inset Text
23961
23962 \begin_layout Plain Layout
23963 \begin_inset Formula $>$
23964 \end_inset
23965
23966
23967 \end_layout
23968
23969 \end_inset
23970 </cell>
23971 </row>
23972 <row>
23973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23974 \begin_inset Text
23975
23976 \begin_layout Plain Layout
23977
23978 \backslash
23979 ge
23980 \end_layout
23981
23982 \end_inset
23983 </cell>
23984 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23985 \begin_inset Text
23986
23987 \begin_layout Plain Layout
23988 \begin_inset Formula $\ge$
23989 \end_inset
23990
23991
23992 \end_layout
23993
23994 \end_inset
23995 </cell>
23996 </row>
23997 <row>
23998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23999 \begin_inset Text
24000
24001 \begin_layout Plain Layout
24002
24003 \backslash
24004 gg
24005 \end_layout
24006
24007 \end_inset
24008 </cell>
24009 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24010 \begin_inset Text
24011
24012 \begin_layout Plain Layout
24013 \begin_inset Formula $\gg$
24014 \end_inset
24015
24016
24017 \end_layout
24018
24019 \end_inset
24020 </cell>
24021 </row>
24022 <row>
24023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24024 \begin_inset Text
24025
24026 \begin_layout Plain Layout
24027
24028 \backslash
24029 succ
24030 \end_layout
24031
24032 \end_inset
24033 </cell>
24034 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24035 \begin_inset Text
24036
24037 \begin_layout Plain Layout
24038 \begin_inset Formula $\succ$
24039 \end_inset
24040
24041
24042 \end_layout
24043
24044 \end_inset
24045 </cell>
24046 </row>
24047 <row>
24048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24049 \begin_inset Text
24050
24051 \begin_layout Plain Layout
24052
24053 \backslash
24054 succeq
24055 \end_layout
24056
24057 \end_inset
24058 </cell>
24059 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24060 \begin_inset Text
24061
24062 \begin_layout Plain Layout
24063 \begin_inset Formula $\succeq$
24064 \end_inset
24065
24066
24067 \end_layout
24068
24069 \end_inset
24070 </cell>
24071 </row>
24072 <row>
24073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24074 \begin_inset Text
24075
24076 \begin_layout Plain Layout
24077
24078 \backslash
24079 supset
24080 \end_layout
24081
24082 \end_inset
24083 </cell>
24084 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24085 \begin_inset Text
24086
24087 \begin_layout Plain Layout
24088 \begin_inset Formula $\supset$
24089 \end_inset
24090
24091
24092 \end_layout
24093
24094 \end_inset
24095 </cell>
24096 </row>
24097 <row>
24098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24099 \begin_inset Text
24100
24101 \begin_layout Plain Layout
24102
24103 \backslash
24104 supseteq
24105 \end_layout
24106
24107 \end_inset
24108 </cell>
24109 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24110 \begin_inset Text
24111
24112 \begin_layout Plain Layout
24113 \begin_inset Formula $\supseteq$
24114 \end_inset
24115
24116
24117 \end_layout
24118
24119 \end_inset
24120 </cell>
24121 </row>
24122 <row>
24123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24124 \begin_inset Text
24125
24126 \begin_layout Plain Layout
24127
24128 \backslash
24129 sqsupseteq
24130 \end_layout
24131
24132 \end_inset
24133 </cell>
24134 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24135 \begin_inset Text
24136
24137 \begin_layout Plain Layout
24138 \begin_inset Formula $\sqsupseteq$
24139 \end_inset
24140
24141
24142 \end_layout
24143
24144 \end_inset
24145 </cell>
24146 </row>
24147 <row>
24148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24149 \begin_inset Text
24150
24151 \begin_layout Plain Layout
24152
24153 \backslash
24154 ni
24155 \end_layout
24156
24157 \end_inset
24158 </cell>
24159 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24160 \begin_inset Text
24161
24162 \begin_layout Plain Layout
24163 \begin_inset Formula $\ni$
24164 \end_inset
24165
24166
24167 \end_layout
24168
24169 \end_inset
24170 </cell>
24171 </row>
24172 <row>
24173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24174 \begin_inset Text
24175
24176 \begin_layout Plain Layout
24177
24178 \backslash
24179 dashv
24180 \end_layout
24181
24182 \end_inset
24183 </cell>
24184 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24185 \begin_inset Text
24186
24187 \begin_layout Plain Layout
24188 \begin_inset Formula $\dashv$
24189 \end_inset
24190
24191
24192 \end_layout
24193
24194 \end_inset
24195 </cell>
24196 </row>
24197 <row>
24198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24199 \begin_inset Text
24200
24201 \begin_layout Plain Layout
24202
24203 \backslash
24204 frown
24205 \end_layout
24206
24207 \end_inset
24208 </cell>
24209 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24210 \begin_inset Text
24211
24212 \begin_layout Plain Layout
24213 \begin_inset Formula $\frown$
24214 \end_inset
24215
24216
24217 \end_layout
24218
24219 \end_inset
24220 </cell>
24221 </row>
24222 <row>
24223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24224 \begin_inset Text
24225
24226 \begin_layout Plain Layout
24227
24228 \backslash
24229 rhd
24230 \end_layout
24231
24232 \end_inset
24233 </cell>
24234 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24235 \begin_inset Text
24236
24237 \begin_layout Plain Layout
24238 \begin_inset Formula $\rhd$
24239 \end_inset
24240
24241
24242 \end_layout
24243
24244 \end_inset
24245 </cell>
24246 </row>
24247 <row>
24248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24249 \begin_inset Text
24250
24251 \begin_layout Plain Layout
24252
24253 \backslash
24254 unrhd
24255 \end_layout
24256
24257 \end_inset
24258 </cell>
24259 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24260 \begin_inset Text
24261
24262 \begin_layout Plain Layout
24263 \begin_inset Formula $\unrhd$
24264 \end_inset
24265
24266
24267 \end_layout
24268
24269 \end_inset
24270 </cell>
24271 </row>
24272 <row>
24273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24274 \begin_inset Text
24275
24276 \begin_layout Plain Layout
24277
24278 \backslash
24279 lessgtr
24280 \end_layout
24281
24282 \end_inset
24283 </cell>
24284 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24285 \begin_inset Text
24286
24287 \begin_layout Plain Layout
24288 \begin_inset Formula $\lessgtr$
24289 \end_inset
24290
24291
24292 \end_layout
24293
24294 \end_inset
24295 </cell>
24296 </row>
24297 <row>
24298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24299 \begin_inset Text
24300
24301 \begin_layout Plain Layout
24302
24303 \backslash
24304 parallel
24305 \end_layout
24306
24307 \end_inset
24308 </cell>
24309 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24310 \begin_inset Text
24311
24312 \begin_layout Plain Layout
24313 \begin_inset Formula $\parallel$
24314 \end_inset
24315
24316
24317 \end_layout
24318
24319 \end_inset
24320 </cell>
24321 </row>
24322 <row>
24323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24324 \begin_inset Text
24325
24326 \begin_layout Plain Layout
24327
24328 \backslash
24329 nparallel
24330 \end_layout
24331
24332 \end_inset
24333 </cell>
24334 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24335 \begin_inset Text
24336
24337 \begin_layout Plain Layout
24338 \begin_inset Formula $\nparallel$
24339 \end_inset
24340
24341
24342 \end_layout
24343
24344 \end_inset
24345 </cell>
24346 </row>
24347 </lyxtabular>
24348
24349 \end_inset
24350
24351
24352 \begin_inset space \hfill{}
24353 \end_inset
24354
24355
24356 \end_layout
24357
24358 \begin_layout Standard
24359 \begin_inset VSpace medskip
24360 \end_inset
24361
24362
24363 \series bold
24364
24365 \backslash
24366 lhd
24367 \series default
24368
24369 \series bold
24370
24371 \backslash
24372 rhd
24373 \series default
24374 の文字は、同じように見える演算子
24375 \series bold
24376
24377 \backslash
24378 triangleleft
24379 \series default
24380 および
24381 \series bold
24382
24383 \backslash
24384 triangleright
24385 \series default
24386 よりも大きくなっています。
24387 \end_layout
24388
24389 \begin_layout Standard
24390
24391 \lang english
24392 LyX supports also many special relations.
24393  Use the toolbar button
24394 \lang japanese
24395  
24396 \begin_inset Info
24397 type  "icon"
24398 arg   "math-insert \\leqq"
24399 \end_inset
24400
24401  
24402 \lang english
24403 to see a list of these relations
24404 \lang japanese
24405
24406 \end_layout
24407
24408 \begin_layout Standard
24409 関係子は、記号とは違って、つねに前後に余白が置かれます。
24410 \end_layout
24411
24412 \begin_layout Standard
24413
24414 \series bold
24415
24416 \backslash
24417 stackrel
24418 \series default
24419
24420 \begin_inset Index idx
24421 status collapsed
24422
24423 \begin_layout Plain Layout
24424 こまんど@コマンド ! S ! 
24425 \backslash
24426 stackrel
24427 \end_layout
24428
24429 \end_inset
24430
24431 コマンドを使うと、以下のように、ラベル付きの関係子を作ることができます。
24432 \end_layout
24433
24434 \begin_layout Standard
24435 \align center
24436 \begin_inset Tabular
24437 <lyxtabular version="3" rows="2" columns="2">
24438 <features rotate="0" tabularvalignment="middle">
24439 <column alignment="center" valignment="top">
24440 <column alignment="center" valignment="top">
24441 <row>
24442 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24443 \begin_inset Text
24444
24445 \begin_layout Plain Layout
24446 コマンド
24447 \end_layout
24448
24449 \end_inset
24450 </cell>
24451 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24452 \begin_inset Text
24453
24454 \begin_layout Plain Layout
24455 出力
24456 \begin_inset Note Note
24457 status collapsed
24458
24459 \begin_layout Plain Layout
24460 ここで
24461 \series bold
24462
24463 \backslash
24464 raisebox
24465 \series default
24466 はスペーサーとして使用しているだけです。
24467 \end_layout
24468
24469 \end_inset
24470
24471
24472 \end_layout
24473
24474 \end_inset
24475 </cell>
24476 </row>
24477 <row>
24478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24479 \begin_inset Text
24480
24481 \begin_layout Plain Layout
24482 A(r)
24483 \backslash
24484 stackrel
24485 \begin_inset space \textvisiblespace{}
24486 \end_inset
24487
24488 r
24489 \backslash
24490 to
24491 \backslash
24492 infty
24493 \begin_inset space \textvisiblespace{}
24494 \end_inset
24495
24496
24497 \begin_inset Formula $\downarrow$
24498 \end_inset
24499
24500
24501 \backslash
24502 approx
24503 \begin_inset space \textvisiblespace{}
24504 \end_inset
24505
24506
24507 \begin_inset space \textvisiblespace{}
24508 \end_inset
24509
24510 B
24511 \end_layout
24512
24513 \end_inset
24514 </cell>
24515 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24516 \begin_inset Text
24517
24518 \begin_layout Plain Layout
24519 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
24520 \end_inset
24521
24522
24523 \end_layout
24524
24525 \end_inset
24526 </cell>
24527 </row>
24528 </lyxtabular>
24529
24530 \end_inset
24531
24532
24533 \end_layout
24534
24535 \begin_layout Section
24536 関数
24537 \end_layout
24538
24539 \begin_layout Subsection
24540 定義済み関数
24541 \begin_inset CommandInset label
24542 LatexCommand label
24543 name "sub:定義済み函数"
24544
24545 \end_inset
24546
24547
24548 \begin_inset Index idx
24549 status collapsed
24550
24551 \begin_layout Plain Layout
24552 かんすう@関数 ! ていぎずみ@定義済み
24553 \end_layout
24554
24555 \end_inset
24556
24557
24558 \end_layout
24559
24560 \begin_layout Standard
24561 一般的に、数式表現では変数は
24562 \shape italic
24563 イタリック体
24564 \shape default
24565 に設定されますが、関数名はイタリック体にしません。なぜなら、
24566 \begin_inset Formula $sin$
24567 \end_inset
24568
24569
24570 \begin_inset Formula $s\cdot i\cdot n$
24571 \end_inset
24572
24573 であるかのように誤解させる恐れがあるためです。そのために、定義済み関数が存在し、これらは先行する要素よりも少し離れて配置されます。定義済み関数は、関数名の前にバ
24574 ックスラッシュを加えたコマンドとして挿入します。
24575 \end_layout
24576
24577 \begin_layout Standard
24578 \align center
24579 \begin_inset Tabular
24580 <lyxtabular version="3" rows="2" columns="4">
24581 <features rotate="0" tabularvalignment="middle">
24582 <column alignment="center" valignment="top" width="0pt">
24583 <column alignment="center" valignment="top" width="0pt">
24584 <column alignment="center" valignment="top" width="0pt">
24585 <column alignment="center" valignment="top" width="0pt">
24586 <row>
24587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24588 \begin_inset Text
24589
24590 \begin_layout Plain Layout
24591 コマンド
24592 \end_layout
24593
24594 \end_inset
24595 </cell>
24596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24597 \begin_inset Text
24598
24599 \begin_layout Plain Layout
24600 出力
24601 \end_layout
24602
24603 \end_inset
24604 </cell>
24605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24606 \begin_inset Text
24607
24608 \begin_layout Plain Layout
24609 コマンド
24610 \end_layout
24611
24612 \end_inset
24613 </cell>
24614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24615 \begin_inset Text
24616
24617 \begin_layout Plain Layout
24618 出力
24619 \end_layout
24620
24621 \end_inset
24622 </cell>
24623 </row>
24624 <row>
24625 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24626 \begin_inset Text
24627
24628 \begin_layout Plain Layout
24629 Asin(x)+B
24630 \end_layout
24631
24632 \end_inset
24633 </cell>
24634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24635 \begin_inset Text
24636
24637 \begin_layout Plain Layout
24638 \begin_inset Formula $Asin(x)+B$
24639 \end_inset
24640
24641
24642 \end_layout
24643
24644 \end_inset
24645 </cell>
24646 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24647 \begin_inset Text
24648
24649 \begin_layout Plain Layout
24650 A
24651 \backslash
24652 sin(x)+B
24653 \end_layout
24654
24655 \end_inset
24656 </cell>
24657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24658 \begin_inset Text
24659
24660 \begin_layout Plain Layout
24661 \begin_inset Formula $A\sin(x)+B$
24662 \end_inset
24663
24664
24665 \end_layout
24666
24667 \end_inset
24668 </cell>
24669 </row>
24670 </lyxtabular>
24671
24672 \end_inset
24673
24674
24675 \end_layout
24676
24677 \begin_layout Standard
24678 以下の関数が定義済みです。
24679 \end_layout
24680
24681 \begin_layout Standard
24682 \begin_inset VSpace -2mm
24683 \end_inset
24684
24685
24686 \end_layout
24687
24688 \begin_layout Standard
24689 \align center
24690 \begin_inset Tabular
24691 <lyxtabular version="3" rows="9" columns="4">
24692 <features rotate="0" tabularvalignment="middle">
24693 <column alignment="center" valignment="top" width="0pt">
24694 <column alignment="center" valignment="top" width="0pt">
24695 <column alignment="center" valignment="top" width="0pt">
24696 <column alignment="center" valignment="top" width="0pt">
24697 <row>
24698 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24699 \begin_inset Text
24700
24701 \begin_layout Plain Layout
24702 コマンド
24703 \end_layout
24704
24705 \end_inset
24706 </cell>
24707 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24708 \begin_inset Text
24709
24710 \begin_layout Plain Layout
24711 コマンド
24712 \end_layout
24713
24714 \end_inset
24715 </cell>
24716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24717 \begin_inset Text
24718
24719 \begin_layout Plain Layout
24720 コマンド
24721 \end_layout
24722
24723 \end_inset
24724 </cell>
24725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24726 \begin_inset Text
24727
24728 \begin_layout Plain Layout
24729 コマンド
24730 \end_layout
24731
24732 \end_inset
24733 </cell>
24734 </row>
24735 <row>
24736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24737 \begin_inset Text
24738
24739 \begin_layout Plain Layout
24740
24741 \backslash
24742 sin
24743 \end_layout
24744
24745 \end_inset
24746 </cell>
24747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24748 \begin_inset Text
24749
24750 \begin_layout Plain Layout
24751
24752 \backslash
24753 sinh
24754 \end_layout
24755
24756 \end_inset
24757 </cell>
24758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24759 \begin_inset Text
24760
24761 \begin_layout Plain Layout
24762
24763 \backslash
24764 arcsin
24765 \end_layout
24766
24767 \end_inset
24768 </cell>
24769 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24770 \begin_inset Text
24771
24772 \begin_layout Plain Layout
24773
24774 \backslash
24775 sup
24776 \end_layout
24777
24778 \end_inset
24779 </cell>
24780 </row>
24781 <row>
24782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24783 \begin_inset Text
24784
24785 \begin_layout Plain Layout
24786
24787 \backslash
24788 cos
24789 \end_layout
24790
24791 \end_inset
24792 </cell>
24793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24794 \begin_inset Text
24795
24796 \begin_layout Plain Layout
24797
24798 \backslash
24799 cosh
24800 \end_layout
24801
24802 \end_inset
24803 </cell>
24804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24805 \begin_inset Text
24806
24807 \begin_layout Plain Layout
24808
24809 \backslash
24810 arccos
24811 \end_layout
24812
24813 \end_inset
24814 </cell>
24815 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24816 \begin_inset Text
24817
24818 \begin_layout Plain Layout
24819
24820 \backslash
24821 inf
24822 \end_layout
24823
24824 \end_inset
24825 </cell>
24826 </row>
24827 <row>
24828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24829 \begin_inset Text
24830
24831 \begin_layout Plain Layout
24832
24833 \backslash
24834 tan
24835 \end_layout
24836
24837 \end_inset
24838 </cell>
24839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24840 \begin_inset Text
24841
24842 \begin_layout Plain Layout
24843
24844 \backslash
24845 tanh
24846 \end_layout
24847
24848 \end_inset
24849 </cell>
24850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24851 \begin_inset Text
24852
24853 \begin_layout Plain Layout
24854
24855 \backslash
24856 arctan
24857 \end_layout
24858
24859 \end_inset
24860 </cell>
24861 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24862 \begin_inset Text
24863
24864 \begin_layout Plain Layout
24865
24866 \backslash
24867 lim
24868 \end_layout
24869
24870 \end_inset
24871 </cell>
24872 </row>
24873 <row>
24874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24875 \begin_inset Text
24876
24877 \begin_layout Plain Layout
24878
24879 \backslash
24880 cot
24881 \end_layout
24882
24883 \end_inset
24884 </cell>
24885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24886 \begin_inset Text
24887
24888 \begin_layout Plain Layout
24889
24890 \backslash
24891 coth
24892 \end_layout
24893
24894 \end_inset
24895 </cell>
24896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24897 \begin_inset Text
24898
24899 \begin_layout Plain Layout
24900
24901 \backslash
24902 arg
24903 \end_layout
24904
24905 \end_inset
24906 </cell>
24907 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24908 \begin_inset Text
24909
24910 \begin_layout Plain Layout
24911
24912 \backslash
24913 liminf
24914 \end_layout
24915
24916 \end_inset
24917 </cell>
24918 </row>
24919 <row>
24920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24921 \begin_inset Text
24922
24923 \begin_layout Plain Layout
24924
24925 \backslash
24926 sec
24927 \end_layout
24928
24929 \end_inset
24930 </cell>
24931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24932 \begin_inset Text
24933
24934 \begin_layout Plain Layout
24935
24936 \backslash
24937 min
24938 \end_layout
24939
24940 \end_inset
24941 </cell>
24942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24943 \begin_inset Text
24944
24945 \begin_layout Plain Layout
24946
24947 \backslash
24948 deg
24949 \end_layout
24950
24951 \end_inset
24952 </cell>
24953 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24954 \begin_inset Text
24955
24956 \begin_layout Plain Layout
24957
24958 \backslash
24959 limsup
24960 \end_layout
24961
24962 \end_inset
24963 </cell>
24964 </row>
24965 <row>
24966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24967 \begin_inset Text
24968
24969 \begin_layout Plain Layout
24970
24971 \backslash
24972 csc
24973 \end_layout
24974
24975 \end_inset
24976 </cell>
24977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24978 \begin_inset Text
24979
24980 \begin_layout Plain Layout
24981
24982 \backslash
24983 max
24984 \end_layout
24985
24986 \end_inset
24987 </cell>
24988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24989 \begin_inset Text
24990
24991 \begin_layout Plain Layout
24992
24993 \backslash
24994 det
24995 \end_layout
24996
24997 \end_inset
24998 </cell>
24999 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25000 \begin_inset Text
25001
25002 \begin_layout Plain Layout
25003
25004 \backslash
25005 Pr
25006 \end_layout
25007
25008 \end_inset
25009 </cell>
25010 </row>
25011 <row>
25012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25013 \begin_inset Text
25014
25015 \begin_layout Plain Layout
25016
25017 \backslash
25018 ln
25019 \end_layout
25020
25021 \end_inset
25022 </cell>
25023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25024 \begin_inset Text
25025
25026 \begin_layout Plain Layout
25027
25028 \backslash
25029 exp
25030 \end_layout
25031
25032 \end_inset
25033 </cell>
25034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25035 \begin_inset Text
25036
25037 \begin_layout Plain Layout
25038
25039 \backslash
25040 dim
25041 \end_layout
25042
25043 \end_inset
25044 </cell>
25045 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25046 \begin_inset Text
25047
25048 \begin_layout Plain Layout
25049
25050 \backslash
25051 hom
25052 \end_layout
25053
25054 \end_inset
25055 </cell>
25056 </row>
25057 <row>
25058 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25059 \begin_inset Text
25060
25061 \begin_layout Plain Layout
25062
25063 \backslash
25064 lg
25065 \end_layout
25066
25067 \end_inset
25068 </cell>
25069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25070 \begin_inset Text
25071
25072 \begin_layout Plain Layout
25073
25074 \backslash
25075 log
25076 \end_layout
25077
25078 \end_inset
25079 </cell>
25080 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25081 \begin_inset Text
25082
25083 \begin_layout Plain Layout
25084
25085 \backslash
25086 ker
25087 \end_layout
25088
25089 \end_inset
25090 </cell>
25091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25092 \begin_inset Text
25093
25094 \begin_layout Plain Layout
25095
25096 \backslash
25097 gcd
25098 \end_layout
25099
25100 \end_inset
25101 </cell>
25102 </row>
25103 </lyxtabular>
25104
25105 \end_inset
25106
25107
25108 \end_layout
25109
25110 \begin_layout Standard
25111 上記は、数式ツールバーボタンの
25112 \begin_inset Info
25113 type  "icon"
25114 arg   "math-insert \\functions"
25115 \end_inset
25116
25117 でも挿入することができます。
25118 \end_layout
25119
25120 \begin_layout Subsection
25121 自己定義関数
25122 \begin_inset Index idx
25123 status collapsed
25124
25125 \begin_layout Plain Layout
25126 かんすう@関数 ! じこていぎ@自己定義
25127 \end_layout
25128
25129 \end_inset
25130
25131
25132 \end_layout
25133
25134 \begin_layout Standard
25135 たとえば符号関数sgn(x)のように、定義済みでない関数を使うには、二つの方法があります。
25136 \end_layout
25137
25138 \begin_layout Itemize
25139 以下の行をLaTeXプリアンブルに加えることによって関数を定義します。
25140 \begin_inset Foot
25141 status collapsed
25142
25143 \begin_layout Plain Layout
25144
25145 \series bold
25146
25147 \backslash
25148 DeclareMathOperator
25149 \series default
25150 についての詳細は、第
25151 \begin_inset CommandInset ref
25152 LatexCommand ref
25153 reference "sub:自己定義演算子"
25154
25155 \end_inset
25156
25157 節をご参照下さい。
25158 \end_layout
25159
25160 \end_inset
25161
25162
25163 \begin_inset Newline newline
25164 \end_inset
25165
25166
25167 \begin_inset VSpace -3mm
25168 \end_inset
25169
25170
25171 \begin_inset Newline newline
25172 \end_inset
25173
25174
25175 \series bold
25176
25177 \backslash
25178 DeclareMathOperator{
25179 \backslash
25180 sgn}{sgn}
25181 \series default
25182
25183 \begin_inset Index idx
25184 status collapsed
25185
25186 \begin_layout Plain Layout
25187 こまんど@コマンド ! D ! 
25188 \backslash
25189 dbinom@
25190 \backslash
25191 DeclareMathOperator
25192 \end_layout
25193
25194 \end_inset
25195
25196
25197 \begin_inset Newline newline
25198 \end_inset
25199
25200
25201 \begin_inset VSpace -2mm
25202 \end_inset
25203
25204
25205 \begin_inset Newline newline
25206 \end_inset
25207
25208 これによって、新しく定義された関数を
25209 \series bold
25210
25211 \backslash
25212 sgn
25213 \series default
25214 コマンドで呼び出すことができるようになります。
25215 \end_layout
25216
25217 \begin_layout Itemize
25218 数式を普通に書き下し、関数名を選択して(上記の例では
25219 \emph on
25220 sgn
25221 \emph default
25222 の文字)、それを数式テキストに変更します。最後に、空白を先行する要素と関数の間に入れます。
25223 \end_layout
25224
25225 \begin_layout Standard
25226 双方とも定義済み関数と同等の出力をもたらします
25227 \begin_inset Foot
25228 status collapsed
25229
25230 \begin_layout Plain Layout
25231 LyX上では、自己定義関数は赤で表示され、定義済み関数は黒で表示されます。
25232 \end_layout
25233
25234 \end_inset
25235
25236
25237 \end_layout
25238
25239 \begin_layout Standard
25240 \align center
25241 \begin_inset Tabular
25242 <lyxtabular version="3" rows="3" columns="2">
25243 <features rotate="0" tabularvalignment="middle">
25244 <column alignment="center" valignment="top" width="0pt">
25245 <column alignment="center" valignment="top" width="0pt">
25246 <row>
25247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25248 \begin_inset Text
25249
25250 \begin_layout Plain Layout
25251 コマンド
25252 \end_layout
25253
25254 \end_inset
25255 </cell>
25256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25257 \begin_inset Text
25258
25259 \begin_layout Plain Layout
25260 出力
25261 \end_layout
25262
25263 \end_inset
25264 </cell>
25265 </row>
25266 <row>
25267 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25268 \begin_inset Text
25269
25270 \begin_layout Plain Layout
25271 A
25272 \backslash
25273 sgn(x)+B
25274 \end_layout
25275
25276 \end_inset
25277 </cell>
25278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25279 \begin_inset Text
25280
25281 \begin_layout Plain Layout
25282 \begin_inset Formula $A\sgn(x)+B$
25283 \end_inset
25284
25285
25286 \end_layout
25287
25288 \end_inset
25289 </cell>
25290 </row>
25291 <row>
25292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25293 \begin_inset Text
25294
25295 \begin_layout Plain Layout
25296 A
25297 \backslash
25298 ,
25299 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt+M}\,\textrm{M}}$
25300 \end_inset
25301
25302 (x)+B
25303 \end_layout
25304
25305 \end_inset
25306 </cell>
25307 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25308 \begin_inset Text
25309
25310 \begin_layout Plain Layout
25311 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
25312 \end_inset
25313
25314
25315 \end_layout
25316
25317 \end_inset
25318 </cell>
25319 </row>
25320 </lyxtabular>
25321
25322 \end_inset
25323
25324
25325 \end_layout
25326
25327 \begin_layout Standard
25328 自己定義関数を何回か使用する場合には、一番目の方法の方が適切です。
25329 \end_layout
25330
25331 \begin_layout Subsection
25332 極限
25333 \begin_inset Index idx
25334 status collapsed
25335
25336 \begin_layout Plain Layout
25337 きょくげん@極限
25338 \end_layout
25339
25340 \end_inset
25341
25342
25343 \end_layout
25344
25345 \begin_layout Standard
25346 極限用には、
25347 \series bold
25348
25349 \backslash
25350 lim
25351 \series default
25352
25353 \begin_inset Index idx
25354 status collapsed
25355
25356 \begin_layout Plain Layout
25357 こまんど@コマンド ! L ! 
25358 \backslash
25359 lim
25360 \end_layout
25361
25362 \end_inset
25363
25364
25365 \series bold
25366
25367 \backslash
25368 liminf
25369 \series default
25370
25371 \series bold
25372
25373 \backslash
25374 limsup
25375 \series default
25376 の他に、以下の関数があります。
25377 \end_layout
25378
25379 \begin_layout Standard
25380 \align center
25381 \begin_inset Tabular
25382 <lyxtabular version="3" rows="5" columns="2">
25383 <features rotate="0" tabularvalignment="middle">
25384 <column alignment="center" valignment="top">
25385 <column alignment="center" valignment="top">
25386 <row>
25387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25388 \begin_inset Text
25389
25390 \begin_layout Plain Layout
25391 コマンド
25392 \end_layout
25393
25394 \end_inset
25395 </cell>
25396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25397 \begin_inset Text
25398
25399 \begin_layout Plain Layout
25400 出力
25401 \begin_inset Note Note
25402 status collapsed
25403
25404 \begin_layout Plain Layout
25405 ここで
25406 \series bold
25407
25408 \backslash
25409 raisebox
25410 \series default
25411 はスペーサーとして使用しているだけです。
25412 \end_layout
25413
25414 \end_inset
25415
25416
25417 \end_layout
25418
25419 \end_inset
25420 </cell>
25421 </row>
25422 <row>
25423 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25424 \begin_inset Text
25425
25426 \begin_layout Plain Layout
25427
25428 \backslash
25429 varliminf
25430 \end_layout
25431
25432 \end_inset
25433 </cell>
25434 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25435 \begin_inset Text
25436
25437 \begin_layout Plain Layout
25438 \begin_inset Formula $\varliminf$
25439 \end_inset
25440
25441
25442 \end_layout
25443
25444 \end_inset
25445 </cell>
25446 </row>
25447 <row>
25448 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25449 \begin_inset Text
25450
25451 \begin_layout Plain Layout
25452
25453 \backslash
25454 varlimsup
25455 \end_layout
25456
25457 \end_inset
25458 </cell>
25459 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25460 \begin_inset Text
25461
25462 \begin_layout Plain Layout
25463 \begin_inset Formula $\varlimsup$
25464 \end_inset
25465
25466
25467 \end_layout
25468
25469 \end_inset
25470 </cell>
25471 </row>
25472 <row>
25473 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25474 \begin_inset Text
25475
25476 \begin_layout Plain Layout
25477
25478 \backslash
25479 varprojlim
25480 \end_layout
25481
25482 \end_inset
25483 </cell>
25484 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25485 \begin_inset Text
25486
25487 \begin_layout Plain Layout
25488 \begin_inset Formula $\varprojlim$
25489 \end_inset
25490
25491
25492 \end_layout
25493
25494 \end_inset
25495 </cell>
25496 </row>
25497 <row>
25498 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25499 \begin_inset Text
25500
25501 \begin_layout Plain Layout
25502
25503 \backslash
25504 varinjlim
25505 \end_layout
25506
25507 \end_inset
25508 </cell>
25509 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25510 \begin_inset Text
25511
25512 \begin_layout Plain Layout
25513 \begin_inset Formula $\varinjlim$
25514 \end_inset
25515
25516
25517 \begin_inset Formula $\raisebox{-2.5mm}{}$
25518 \end_inset
25519
25520
25521 \end_layout
25522
25523 \end_inset
25524 </cell>
25525 </row>
25526 </lyxtabular>
25527
25528 \end_inset
25529
25530
25531 \end_layout
25532
25533 \begin_layout Standard
25534 \begin_inset VSpace medskip
25535 \end_inset
25536
25537 極限は、下付き文字を挿入することによって示されます。行内数式では、極限は、以下のように関数の横に置かれます。
25538 \end_layout
25539
25540 \begin_layout Standard
25541 \align center
25542 \begin_inset Tabular
25543 <lyxtabular version="3" rows="2" columns="2">
25544 <features rotate="0" tabularvalignment="middle">
25545 <column alignment="center" valignment="top" width="0pt">
25546 <column alignment="center" valignment="top" width="0pt">
25547 <row>
25548 <cell alignment="center" valignment="top" usebox="none">
25549 \begin_inset Text
25550
25551 \begin_layout Plain Layout
25552 コマンド
25553 \end_layout
25554
25555 \end_inset
25556 </cell>
25557 <cell alignment="center" valignment="top" usebox="none">
25558 \begin_inset Text
25559
25560 \begin_layout Plain Layout
25561 \begin_inset space \hspace{}
25562 \length 1cm
25563 \end_inset
25564
25565 出力
25566 \begin_inset Note Note
25567 status collapsed
25568
25569 \begin_layout Plain Layout
25570 ここで
25571 \series bold
25572
25573 \backslash
25574 raisebox
25575 \series default
25576 はスペーサーとして使用しているだけです。
25577 \end_layout
25578
25579 \end_inset
25580
25581
25582 \end_layout
25583
25584 \end_inset
25585 </cell>
25586 </row>
25587 <row>
25588 <cell alignment="center" valignment="top" usebox="none">
25589 \begin_inset Text
25590
25591 \begin_layout Plain Layout
25592
25593 \backslash
25594 lim_x
25595 \backslash
25596 to
25597 \begin_inset space \textvisiblespace{}
25598 \end_inset
25599
25600 A
25601 \begin_inset space \textvisiblespace{}
25602 \end_inset
25603
25604 x=B
25605 \end_layout
25606
25607 \end_inset
25608 </cell>
25609 <cell alignment="center" valignment="top" usebox="none">
25610 \begin_inset Text
25611
25612 \begin_layout Plain Layout
25613 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
25614 \end_inset
25615
25616
25617 \end_layout
25618
25619 \end_inset
25620 </cell>
25621 </row>
25622 </lyxtabular>
25623
25624 \end_inset
25625
25626
25627 \end_layout
25628
25629 \begin_layout Standard
25630 別行立て数式では、極限は、以下のように通常どおり下に置かれます。
25631 \begin_inset Formula 
25632 \[
25633 \lim_{x\to A}x=B
25634 \]
25635
25636 \end_inset
25637
25638
25639 \end_layout
25640
25641 \begin_layout Standard
25642 \begin_inset VSpace medskip
25643 \end_inset
25644
25645
25646 \end_layout
25647
25648 \begin_layout Standard
25649
25650 \lang english
25651 How to adjust the typesetting of the limits see 
25652 \lang japanese
25653
25654 \begin_inset CommandInset ref
25655 LatexCommand ref
25656 reference "sub:演算子の範囲"
25657
25658 \end_inset
25659
25660
25661 \end_layout
25662
25663 \begin_layout Subsection
25664 剰余関数
25665 \begin_inset Index idx
25666 status collapsed
25667
25668 \begin_layout Plain Layout
25669 かんすう@関数 ! じょうよ@剰余
25670 \end_layout
25671
25672 \end_inset
25673
25674
25675 \begin_inset Index idx
25676 status collapsed
25677
25678 \begin_layout Plain Layout
25679 かんすう@関数 ! もじゅらす@モジュラス | see
25680 \begin_inset ERT
25681 status collapsed
25682
25683 \begin_layout Plain Layout
25684
25685 {
25686 \end_layout
25687
25688 \end_inset
25689
25690 剰余
25691 \begin_inset ERT
25692 status collapsed
25693
25694 \begin_layout Plain Layout
25695
25696 }
25697 \end_layout
25698
25699 \end_inset
25700
25701
25702 \end_layout
25703
25704 \end_inset
25705
25706
25707 \end_layout
25708
25709 \begin_layout Standard
25710 剰余関数は、特別に4つの派生型があります。
25711 \end_layout
25712
25713 \begin_layout Standard
25714 以下は、別行立て数式での派生型です。
25715 \begin_inset Formula 
25716 \begin{align*}
25717 \underline{\textrm{コマンド}\raisebox{-0.9mm}{}} &  & \underline{\textrm{出力}}\\
25718 \mathrm{a\backslash mod\textrm{␣}b} &  & a\mod b\\
25719 \mathrm{a\backslash pmod\textrm{␣}b} &  & a\pmod b\\
25720 \mathrm{a\backslash bmod\textrm{␣}b} &  & a\bmod b\\
25721 \mathrm{a\backslash pod\textrm{␣}b} &  & a\pod b
25722 \end{align*}
25723
25724 \end_inset
25725
25726
25727 \end_layout
25728
25729 \begin_layout Standard
25730 行内数式では、すべての派生型で、関数名の前の余白がすこし小さく設定されます。既定では、剰余関数は、続く一文字目だけを考慮します。二文字以上を使いたい時には、下記
25731 のように文字をTeX括弧で囲みます。
25732 \begin_inset Formula 
25733 \begin{align*}
25734 \underline{\textrm{コマンド}\raisebox{-0.9mm}{}} &  & \underline{\textrm{出力}}\\
25735 \mathrm{a\backslash pod\textrm{␣}bcd} &  & a\pod bcd\\
25736 \mathrm{a\backslash pod\backslash\{bc\backslash\}d} &  & a\pod{bc}d
25737 \end{align*}
25738
25739 \end_inset
25740
25741
25742 \end_layout
25743
25744 \begin_layout Section
25745 特殊文字
25746 \begin_inset Index idx
25747 status collapsed
25748
25749 \begin_layout Plain Layout
25750 とくしゅもじ@特殊文字
25751 \end_layout
25752
25753 \end_inset
25754
25755
25756 \end_layout
25757
25758 \begin_layout Subsection
25759 数式テキストにおける特殊文字
25760 \end_layout
25761
25762 \begin_layout Standard
25763 以下の各コマンドは、数式テキストかTeXモード中でのみ使用することができます。
25764 \end_layout
25765
25766 \begin_layout Standard
25767 \begin_inset space \hfill{}
25768 \end_inset
25769
25770
25771 \begin_inset Tabular
25772 <lyxtabular version="3" rows="8" columns="2">
25773 <features rotate="0" tabularvalignment="middle">
25774 <column alignment="block" valignment="top">
25775 <column alignment="block" valignment="top">
25776 <row>
25777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25778 \begin_inset Text
25779
25780 \begin_layout Plain Layout
25781 コマンド
25782 \end_layout
25783
25784 \end_inset
25785 </cell>
25786 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25787 \begin_inset Text
25788
25789 \begin_layout Plain Layout
25790 出力
25791 \end_layout
25792
25793 \end_inset
25794 </cell>
25795 </row>
25796 <row>
25797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25798 \begin_inset Text
25799
25800 \begin_layout Plain Layout
25801
25802 \backslash
25803 oe
25804 \end_layout
25805
25806 \end_inset
25807 </cell>
25808 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25809 \begin_inset Text
25810
25811 \begin_layout Plain Layout
25812 \begin_inset Formula $\textrm{œ}$
25813 \end_inset
25814
25815
25816 \end_layout
25817
25818 \end_inset
25819 </cell>
25820 </row>
25821 <row>
25822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25823 \begin_inset Text
25824
25825 \begin_layout Plain Layout
25826
25827 \backslash
25828 OE
25829 \end_layout
25830
25831 \end_inset
25832 </cell>
25833 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25834 \begin_inset Text
25835
25836 \begin_layout Plain Layout
25837 \begin_inset Formula $\textrm{Œ}$
25838 \end_inset
25839
25840
25841 \end_layout
25842
25843 \end_inset
25844 </cell>
25845 </row>
25846 <row>
25847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25848 \begin_inset Text
25849
25850 \begin_layout Plain Layout
25851
25852 \backslash
25853 ae
25854 \end_layout
25855
25856 \end_inset
25857 </cell>
25858 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25859 \begin_inset Text
25860
25861 \begin_layout Plain Layout
25862 \begin_inset Formula $\textrm{æ}$
25863 \end_inset
25864
25865
25866 \end_layout
25867
25868 \end_inset
25869 </cell>
25870 </row>
25871 <row>
25872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25873 \begin_inset Text
25874
25875 \begin_layout Plain Layout
25876
25877 \backslash
25878 AE
25879 \end_layout
25880
25881 \end_inset
25882 </cell>
25883 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25884 \begin_inset Text
25885
25886 \begin_layout Plain Layout
25887 \begin_inset Formula $\textrm{Æ}$
25888 \end_inset
25889
25890
25891 \end_layout
25892
25893 \end_inset
25894 </cell>
25895 </row>
25896 <row>
25897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25898 \begin_inset Text
25899
25900 \begin_layout Plain Layout
25901
25902 \backslash
25903 aa
25904 \end_layout
25905
25906 \end_inset
25907 </cell>
25908 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25909 \begin_inset Text
25910
25911 \begin_layout Plain Layout
25912 \begin_inset Formula $\textrm{\aa}$
25913 \end_inset
25914
25915
25916 \end_layout
25917
25918 \end_inset
25919 </cell>
25920 </row>
25921 <row>
25922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25923 \begin_inset Text
25924
25925 \begin_layout Plain Layout
25926
25927 \backslash
25928 AA
25929 \begin_inset Index idx
25930 status collapsed
25931
25932 \begin_layout Plain Layout
25933
25934 \lang english
25935
25936 \backslash
25937 @
25938 \begin_inset ERT
25939 status collapsed
25940
25941 \begin_layout Plain Layout
25942
25943
25944 \backslash
25945 textrm{
25946 \backslash
25947 AA}
25948 \end_layout
25949
25950 \end_inset
25951
25952
25953 \end_layout
25954
25955 \end_inset
25956
25957
25958 \end_layout
25959
25960 \end_inset
25961 </cell>
25962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25963 \begin_inset Text
25964
25965 \begin_layout Plain Layout
25966 \begin_inset Formula $\textrm{Å}$
25967 \end_inset
25968
25969
25970 \end_layout
25971
25972 \end_inset
25973 </cell>
25974 </row>
25975 <row>
25976 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25977 \begin_inset Text
25978
25979 \begin_layout Plain Layout
25980
25981 \backslash
25982 i
25983 \end_layout
25984
25985 \end_inset
25986 </cell>
25987 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25988 \begin_inset Text
25989
25990 \begin_layout Plain Layout
25991 \begin_inset Formula $\textrm{ı}$
25992 \end_inset
25993
25994
25995 \end_layout
25996
25997 \end_inset
25998 </cell>
25999 </row>
26000 </lyxtabular>
26001
26002 \end_inset
26003
26004
26005 \begin_inset space \hfill{}
26006 \end_inset
26007
26008
26009 \begin_inset Tabular
26010 <lyxtabular version="3" rows="8" columns="2">
26011 <features rotate="0" tabularvalignment="middle">
26012 <column alignment="block" valignment="top">
26013 <column alignment="center" valignment="top">
26014 <row>
26015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26016 \begin_inset Text
26017
26018 \begin_layout Plain Layout
26019 コマンド
26020 \begin_inset Note Note
26021 status collapsed
26022
26023 \begin_layout Plain Layout
26024 0
26025 \begin_inset space \thinspace{}
26026 \end_inset
26027
26028 mm空白を分離用に使っているのは、そうしないと出力が¡や¿になってしまうためです。
26029 \end_layout
26030
26031 \end_inset
26032
26033
26034 \end_layout
26035
26036 \end_inset
26037 </cell>
26038 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26039 \begin_inset Text
26040
26041 \begin_layout Plain Layout
26042 出力
26043 \end_layout
26044
26045 \end_inset
26046 </cell>
26047 </row>
26048 <row>
26049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26050 \begin_inset Text
26051
26052 \begin_layout Plain Layout
26053
26054 \backslash
26055 o
26056 \end_layout
26057
26058 \end_inset
26059 </cell>
26060 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26061 \begin_inset Text
26062
26063 \begin_layout Plain Layout
26064 \begin_inset Formula $\textrm{ø}$
26065 \end_inset
26066
26067
26068 \end_layout
26069
26070 \end_inset
26071 </cell>
26072 </row>
26073 <row>
26074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26075 \begin_inset Text
26076
26077 \begin_layout Plain Layout
26078
26079 \backslash
26080 O
26081 \end_layout
26082
26083 \end_inset
26084 </cell>
26085 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26086 \begin_inset Text
26087
26088 \begin_layout Plain Layout
26089 \begin_inset Formula $\textrm{Ø}$
26090 \end_inset
26091
26092
26093 \end_layout
26094
26095 \end_inset
26096 </cell>
26097 </row>
26098 <row>
26099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26100 \begin_inset Text
26101
26102 \begin_layout Plain Layout
26103
26104 \backslash
26105 l
26106 \end_layout
26107
26108 \end_inset
26109 </cell>
26110 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26111 \begin_inset Text
26112
26113 \begin_layout Plain Layout
26114 \begin_inset Formula $\textrm{ł}$
26115 \end_inset
26116
26117
26118 \end_layout
26119
26120 \end_inset
26121 </cell>
26122 </row>
26123 <row>
26124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26125 \begin_inset Text
26126
26127 \begin_layout Plain Layout
26128
26129 \backslash
26130 L
26131 \end_layout
26132
26133 \end_inset
26134 </cell>
26135 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26136 \begin_inset Text
26137
26138 \begin_layout Plain Layout
26139 \begin_inset Formula $\textrm{Ł}$
26140 \end_inset
26141
26142
26143 \end_layout
26144
26145 \end_inset
26146 </cell>
26147 </row>
26148 <row>
26149 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26150 \begin_inset Text
26151
26152 \begin_layout Plain Layout
26153 !
26154 \begin_inset space \hspace{}
26155 \length 0mm
26156 \end_inset
26157
26158 `
26159 \begin_inset space \textvisiblespace{}
26160 \end_inset
26161
26162
26163 \end_layout
26164
26165 \end_inset
26166 </cell>
26167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26168 \begin_inset Text
26169
26170 \begin_layout Plain Layout
26171 \begin_inset Formula $\textrm{!`}$
26172 \end_inset
26173
26174
26175 \end_layout
26176
26177 \end_inset
26178 </cell>
26179 </row>
26180 <row>
26181 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26182 \begin_inset Text
26183
26184 \begin_layout Plain Layout
26185 ?
26186 \begin_inset space \hspace{}
26187 \length 0mm
26188 \end_inset
26189
26190 `
26191 \begin_inset space \textvisiblespace{}
26192 \end_inset
26193
26194
26195 \end_layout
26196
26197 \end_inset
26198 </cell>
26199 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26200 \begin_inset Text
26201
26202 \begin_layout Plain Layout
26203 \begin_inset Formula $\textrm{?`}$
26204 \end_inset
26205
26206
26207 \end_layout
26208
26209 \end_inset
26210 </cell>
26211 </row>
26212 <row>
26213 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26214 \begin_inset Text
26215
26216 \begin_layout Plain Layout
26217
26218 \backslash
26219 j
26220 \end_layout
26221
26222 \end_inset
26223 </cell>
26224 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26225 \begin_inset Text
26226
26227 \begin_layout Plain Layout
26228 \begin_inset Formula $\textrm{ȷ}$
26229 \end_inset
26230
26231
26232 \end_layout
26233
26234 \end_inset
26235 </cell>
26236 </row>
26237 </lyxtabular>
26238
26239 \end_inset
26240
26241
26242 \begin_inset space \hfill{}
26243 \end_inset
26244
26245
26246 \end_layout
26247
26248 \begin_layout Standard
26249 \begin_inset Formula $\textrm{\textrm{Å}}$
26250 \end_inset
26251
26252
26253 \begin_inset Formula $\textrm{\textrm{Ø}}$
26254 \end_inset
26255
26256 の各文字は、数式ツールバーボタンの
26257 \begin_inset Info
26258 type  "icon"
26259 arg   "math-insert \\digamma"
26260 \end_inset
26261
26262 からも挿入することができます。
26263 \end_layout
26264
26265 \begin_layout Standard
26266 例外は、
26267 \series bold
26268 !
26269 \begin_inset space \hspace{}
26270 \length 0mm
26271 \end_inset
26272
26273 `
26274 \series default
26275
26276 \series bold
26277 ?
26278 \begin_inset space \hspace{}
26279 \length 0mm
26280 \end_inset
26281
26282 `
26283 \series default
26284 の各コマンドで、これらは直接LyX中の本文に入れることができます。
26285 \end_layout
26286
26287 \begin_layout Subsection
26288 文章中のアクセント
26289 \begin_inset CommandInset label
26290 LatexCommand label
26291 name "sub:文章中のアクセント"
26292
26293 \end_inset
26294
26295
26296 \begin_inset Index idx
26297 status collapsed
26298
26299 \begin_layout Plain Layout
26300 あくせんと@アクセント ! ぶんしょうちゅうの@文章中の---
26301 \end_layout
26302
26303 \end_inset
26304
26305
26306 \end_layout
26307
26308 \begin_layout Standard
26309 以下に挙げる各コマンドを使えば、すべての文字にアクセントを付けることができます。これらのコマンドは、TeXモードで入れなくてはなりません。
26310 \end_layout
26311
26312 \begin_layout Standard
26313 \begin_inset space \hfill{}
26314 \end_inset
26315
26316
26317 \begin_inset Tabular
26318 <lyxtabular version="3" rows="8" columns="2">
26319 <features rotate="0" tabularvalignment="middle">
26320 <column alignment="block" valignment="top">
26321 <column alignment="block" valignment="top">
26322 <row>
26323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26324 \begin_inset Text
26325
26326 \begin_layout Plain Layout
26327 コマンド
26328 \end_layout
26329
26330 \end_inset
26331 </cell>
26332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26333 \begin_inset Text
26334
26335 \begin_layout Plain Layout
26336 出力
26337 \end_layout
26338
26339 \end_inset
26340 </cell>
26341 </row>
26342 <row>
26343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26344 \begin_inset Text
26345
26346 \begin_layout Plain Layout
26347
26348 \backslash
26349
26350 \begin_inset Quotes grd
26351 \end_inset
26352
26353 e
26354 \end_layout
26355
26356 \end_inset
26357 </cell>
26358 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26359 \begin_inset Text
26360
26361 \begin_layout Plain Layout
26362 \begin_inset ERT
26363 status collapsed
26364
26365 \begin_layout Plain Layout
26366
26367
26368 \backslash
26369 "e
26370 \end_layout
26371
26372 \end_inset
26373
26374
26375 \end_layout
26376
26377 \end_inset
26378 </cell>
26379 </row>
26380 <row>
26381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26382 \begin_inset Text
26383
26384 \begin_layout Plain Layout
26385
26386 \backslash
26387 `e
26388 \end_layout
26389
26390 \end_inset
26391 </cell>
26392 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26393 \begin_inset Text
26394
26395 \begin_layout Plain Layout
26396 \begin_inset ERT
26397 status collapsed
26398
26399 \begin_layout Plain Layout
26400
26401
26402 \backslash
26403 `e
26404 \end_layout
26405
26406 \end_inset
26407
26408
26409 \end_layout
26410
26411 \end_inset
26412 </cell>
26413 </row>
26414 <row>
26415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26416 \begin_inset Text
26417
26418 \begin_layout Plain Layout
26419
26420 \backslash
26421 ^
26422 \begin_inset space \textvisiblespace{}
26423 \end_inset
26424
26425 e
26426 \end_layout
26427
26428 \end_inset
26429 </cell>
26430 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26431 \begin_inset Text
26432
26433 \begin_layout Plain Layout
26434 \begin_inset ERT
26435 status collapsed
26436
26437 \begin_layout Plain Layout
26438
26439
26440 \backslash
26441 ^e
26442 \end_layout
26443
26444 \end_inset
26445
26446
26447 \end_layout
26448
26449 \end_inset
26450 </cell>
26451 </row>
26452 <row>
26453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26454 \begin_inset Text
26455
26456 \begin_layout Plain Layout
26457
26458 \backslash
26459 =e
26460 \end_layout
26461
26462 \end_inset
26463 </cell>
26464 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26465 \begin_inset Text
26466
26467 \begin_layout Plain Layout
26468 \begin_inset ERT
26469 status collapsed
26470
26471 \begin_layout Plain Layout
26472
26473
26474 \backslash
26475 =e
26476 \end_layout
26477
26478 \end_inset
26479
26480
26481 \end_layout
26482
26483 \end_inset
26484 </cell>
26485 </row>
26486 <row>
26487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26488 \begin_inset Text
26489
26490 \begin_layout Plain Layout
26491
26492 \backslash
26493 u
26494 \begin_inset space \textvisiblespace{}
26495 \end_inset
26496
26497 e
26498 \end_layout
26499
26500 \end_inset
26501 </cell>
26502 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26503 \begin_inset Text
26504
26505 \begin_layout Plain Layout
26506 \begin_inset ERT
26507 status collapsed
26508
26509 \begin_layout Plain Layout
26510
26511
26512 \backslash
26513 u e
26514 \end_layout
26515
26516 \end_inset
26517
26518
26519 \end_layout
26520
26521 \end_inset
26522 </cell>
26523 </row>
26524 <row>
26525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26526 \begin_inset Text
26527
26528 \begin_layout Plain Layout
26529
26530 \backslash
26531 b
26532 \begin_inset space \textvisiblespace{}
26533 \end_inset
26534
26535 e
26536 \end_layout
26537
26538 \end_inset
26539 </cell>
26540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26541 \begin_inset Text
26542
26543 \begin_layout Plain Layout
26544 \begin_inset ERT
26545 status collapsed
26546
26547 \begin_layout Plain Layout
26548
26549
26550 \backslash
26551 b e
26552 \end_layout
26553
26554 \end_inset
26555
26556
26557 \end_layout
26558
26559 \end_inset
26560 </cell>
26561 </row>
26562 <row>
26563 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26564 \begin_inset Text
26565
26566 \begin_layout Plain Layout
26567
26568 \backslash
26569 t
26570 \begin_inset space \textvisiblespace{}
26571 \end_inset
26572
26573 ee
26574 \end_layout
26575
26576 \end_inset
26577 </cell>
26578 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26579 \begin_inset Text
26580
26581 \begin_layout Plain Layout
26582 \begin_inset ERT
26583 status collapsed
26584
26585 \begin_layout Plain Layout
26586
26587
26588 \backslash
26589 t ee
26590 \end_layout
26591
26592 \end_inset
26593
26594
26595 \end_layout
26596
26597 \end_inset
26598 </cell>
26599 </row>
26600 </lyxtabular>
26601
26602 \end_inset
26603
26604
26605 \begin_inset space \hfill{}
26606 \end_inset
26607
26608
26609 \begin_inset Tabular
26610 <lyxtabular version="3" rows="8" columns="2">
26611 <features rotate="0" tabularvalignment="middle">
26612 <column alignment="block" valignment="top">
26613 <column alignment="center" valignment="top">
26614 <row>
26615 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26616 \begin_inset Text
26617
26618 \begin_layout Plain Layout
26619 コマンド
26620 \end_layout
26621
26622 \end_inset
26623 </cell>
26624 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26625 \begin_inset Text
26626
26627 \begin_layout Plain Layout
26628 出力
26629 \end_layout
26630
26631 \end_inset
26632 </cell>
26633 </row>
26634 <row>
26635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26636 \begin_inset Text
26637
26638 \begin_layout Plain Layout
26639
26640 \backslash
26641 H
26642 \begin_inset space \textvisiblespace{}
26643 \end_inset
26644
26645 e
26646 \end_layout
26647
26648 \end_inset
26649 </cell>
26650 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26651 \begin_inset Text
26652
26653 \begin_layout Plain Layout
26654 \begin_inset ERT
26655 status collapsed
26656
26657 \begin_layout Plain Layout
26658
26659
26660 \backslash
26661 H e
26662 \end_layout
26663
26664 \end_inset
26665
26666
26667 \end_layout
26668
26669 \end_inset
26670 </cell>
26671 </row>
26672 <row>
26673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26674 \begin_inset Text
26675
26676 \begin_layout Plain Layout
26677
26678 \backslash
26679 'e
26680 \end_layout
26681
26682 \end_inset
26683 </cell>
26684 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26685 \begin_inset Text
26686
26687 \begin_layout Plain Layout
26688 \begin_inset ERT
26689 status collapsed
26690
26691 \begin_layout Plain Layout
26692
26693
26694 \backslash
26695 'e
26696 \end_layout
26697
26698 \end_inset
26699
26700
26701 \end_layout
26702
26703 \end_inset
26704 </cell>
26705 </row>
26706 <row>
26707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26708 \begin_inset Text
26709
26710 \begin_layout Plain Layout
26711
26712 \backslash
26713 ~e
26714 \begin_inset Index idx
26715 status collapsed
26716
26717 \begin_layout Plain Layout
26718
26719 \lang english
26720 Tilde
26721 \end_layout
26722
26723 \end_inset
26724
26725
26726 \end_layout
26727
26728 \end_inset
26729 </cell>
26730 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26731 \begin_inset Text
26732
26733 \begin_layout Plain Layout
26734 \begin_inset ERT
26735 status collapsed
26736
26737 \begin_layout Plain Layout
26738
26739
26740 \backslash
26741 ~e
26742 \end_layout
26743
26744 \end_inset
26745
26746
26747 \end_layout
26748
26749 \end_inset
26750 </cell>
26751 </row>
26752 <row>
26753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26754 \begin_inset Text
26755
26756 \begin_layout Plain Layout
26757
26758 \backslash
26759 .e
26760 \end_layout
26761
26762 \end_inset
26763 </cell>
26764 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26765 \begin_inset Text
26766
26767 \begin_layout Plain Layout
26768 \begin_inset ERT
26769 status collapsed
26770
26771 \begin_layout Plain Layout
26772
26773
26774 \backslash
26775 .e
26776 \end_layout
26777
26778 \end_inset
26779
26780
26781 \end_layout
26782
26783 \end_inset
26784 </cell>
26785 </row>
26786 <row>
26787 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26788 \begin_inset Text
26789
26790 \begin_layout Plain Layout
26791
26792 \backslash
26793 v
26794 \begin_inset space \textvisiblespace{}
26795 \end_inset
26796
26797 e
26798 \end_layout
26799
26800 \end_inset
26801 </cell>
26802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26803 \begin_inset Text
26804
26805 \begin_layout Plain Layout
26806 \begin_inset ERT
26807 status collapsed
26808
26809 \begin_layout Plain Layout
26810
26811
26812 \backslash
26813 v e
26814 \end_layout
26815
26816 \end_inset
26817
26818
26819 \end_layout
26820
26821 \end_inset
26822 </cell>
26823 </row>
26824 <row>
26825 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26826 \begin_inset Text
26827
26828 \begin_layout Plain Layout
26829
26830 \backslash
26831 d
26832 \begin_inset space \textvisiblespace{}
26833 \end_inset
26834
26835 e
26836 \end_layout
26837
26838 \end_inset
26839 </cell>
26840 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26841 \begin_inset Text
26842
26843 \begin_layout Plain Layout
26844 \begin_inset ERT
26845 status collapsed
26846
26847 \begin_layout Plain Layout
26848
26849
26850 \backslash
26851 d e
26852 \end_layout
26853
26854 \end_inset
26855
26856
26857 \end_layout
26858
26859 \end_inset
26860 </cell>
26861 </row>
26862 <row>
26863 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26864 \begin_inset Text
26865
26866 \begin_layout Plain Layout
26867
26868 \backslash
26869 c
26870 \begin_inset space \textvisiblespace{}
26871 \end_inset
26872
26873 e
26874 \end_layout
26875
26876 \end_inset
26877 </cell>
26878 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26879 \begin_inset Text
26880
26881 \begin_layout Plain Layout
26882 \begin_inset ERT
26883 status collapsed
26884
26885 \begin_layout Plain Layout
26886
26887
26888 \backslash
26889 c e
26890 \end_layout
26891
26892 \end_inset
26893
26894
26895 \end_layout
26896
26897 \end_inset
26898 </cell>
26899 </row>
26900 </lyxtabular>
26901
26902 \end_inset
26903
26904
26905 \begin_inset space \hfill{}
26906 \end_inset
26907
26908
26909 \end_layout
26910
26911 \begin_layout Standard
26912 \begin_inset VSpace medskip
26913 \end_inset
26914
26915
26916 \series bold
26917
26918 \backslash
26919 t
26920 \series default
26921 コマンドは異なる二つの文字にアクセントを付けることもできます。たとえば、コマンド
26922 \series bold
26923
26924 \backslash
26925 t
26926 \begin_inset space \textvisiblespace{}
26927 \end_inset
26928
26929 sz
26930 \series default
26931 は、
26932 \begin_inset ERT
26933 status collapsed
26934
26935 \begin_layout Plain Layout
26936
26937
26938 \backslash
26939 t sz
26940 \end_layout
26941
26942 \end_inset
26943
26944 となります。
26945 \end_layout
26946
26947 \begin_layout Standard
26948
26949 \series bold
26950 `
26951 \series default
26952  ・
26953 \series bold
26954  '
26955 \series default
26956  ・ 
26957 \series bold
26958 ^
26959 \series default
26960  の各アクセントは、TeXモードを使わなくても、母音といっしょに直接キーボードから入力することもできます。チルダ
26961 \begin_inset Foot
26962 status collapsed
26963
26964 \begin_layout Plain Layout
26965 これは、チルダがアクセントとして定義されているキーボードのみに適用されます。
26966 \end_layout
26967
26968 \end_inset
26969
26970
26971 \series bold
26972 ~
26973 \series default
26974 を、
26975 \emph on
26976 a
26977 \emph default
26978
26979 \emph on
26980 n
26981 \emph default
26982
26983 \emph on
26984 o
26985 \emph default
26986 といっしょに使うときも同様です。
26987 \end_layout
26988
26989 \begin_layout Standard
26990
26991 \series bold
26992
26993 \backslash
26994 b
26995 \series default
26996
26997 \series bold
26998
26999 \backslash
27000 c
27001 \series default
27002
27003 \series bold
27004
27005 \backslash
27006 d
27007 \series default
27008
27009 \series bold
27010
27011 \backslash
27012 H
27013 \series default
27014
27015 \series bold
27016
27017 \backslash
27018 t
27019 \series default
27020
27021 \series bold
27022
27023 \backslash
27024 u
27025 \series default
27026
27027 \series bold
27028
27029 \backslash
27030 v
27031 \series default
27032 の各コマンドと、キーボードから直接挿入するアクセントは、数式テキスト中でも使うことができます。他のアクセントについては、数式内向けの特別な数式コマンドがあります
27033 。第
27034 \begin_inset CommandInset ref
27035 LatexCommand ref
27036 reference "sub:一文字に付けるアクセント"
27037
27038 \end_inset
27039
27040 節をご参照下さい。
27041 \end_layout
27042
27043 \begin_layout Standard
27044 \begin_inset VSpace bigskip
27045 \end_inset
27046
27047 さらに、
27048 \series bold
27049
27050 \backslash
27051 textcircled
27052 \series default
27053
27054 \begin_inset Index idx
27055 status collapsed
27056
27057 \begin_layout Plain Layout
27058 こまんど@コマンド ! T ! 
27059 \backslash
27060 textcircled
27061 \end_layout
27062
27063 \end_inset
27064
27065 コマンドを使えば、著作権マークのように、あらゆる数字や文字を丸で囲む---敢えて言えば、丸囲みでアクセントを付けるようなものといえるでしょう---ことができます
27066
27067 \end_layout
27068
27069 \begin_layout Standard
27070 \align center
27071 \begin_inset Tabular
27072 <lyxtabular version="3" rows="3" columns="2">
27073 <features rotate="0" tabularvalignment="middle">
27074 <column alignment="center" valignment="top">
27075 <column alignment="center" valignment="top">
27076 <row>
27077 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27078 \begin_inset Text
27079
27080 \begin_layout Plain Layout
27081 コマンド
27082 \end_layout
27083
27084 \end_inset
27085 </cell>
27086 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27087 \begin_inset Text
27088
27089 \begin_layout Plain Layout
27090 出力
27091 \begin_inset Note Note
27092 status collapsed
27093
27094 \begin_layout Plain Layout
27095 ここで
27096 \series bold
27097
27098 \backslash
27099 raisebox
27100 \series default
27101 はスペーサーとして使用しているだけです。
27102 \end_layout
27103
27104 \end_inset
27105
27106
27107 \end_layout
27108
27109 \end_inset
27110 </cell>
27111 </row>
27112 <row>
27113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27114 \begin_inset Text
27115
27116 \begin_layout Plain Layout
27117
27118 \backslash
27119 textcircled{w}
27120 \end_layout
27121
27122 \end_inset
27123 </cell>
27124 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27125 \begin_inset Text
27126
27127 \begin_layout Plain Layout
27128 \begin_inset ERT
27129 status collapsed
27130
27131 \begin_layout Plain Layout
27132
27133
27134 \backslash
27135 textcircled{w}
27136 \end_layout
27137
27138 \end_inset
27139
27140
27141 \end_layout
27142
27143 \end_inset
27144 </cell>
27145 </row>
27146 <row>
27147 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27148 \begin_inset Text
27149
27150 \begin_layout Plain Layout
27151
27152 \backslash
27153 Large 
27154 \backslash
27155 textcircled{
27156 \backslash
27157 normalsize
27158 \backslash
27159 protect
27160 \backslash
27161 raisebox{-1.5pt}{W}}
27162 \end_layout
27163
27164 \end_inset
27165 </cell>
27166 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27167 \begin_inset Text
27168
27169 \begin_layout Plain Layout
27170 \begin_inset Formula $\raisebox{4.5mm}{}$
27171 \end_inset
27172
27173
27174 \begin_inset ERT
27175 status collapsed
27176
27177 \begin_layout Plain Layout
27178
27179
27180 \backslash
27181 Large 
27182 \backslash
27183 textcircled{
27184 \backslash
27185 normalsize
27186 \backslash
27187 protect
27188 \backslash
27189 raisebox{-1.5pt}W}
27190 \end_layout
27191
27192 \end_inset
27193
27194
27195 \begin_inset Formula $\raisebox{-2mm}{}$
27196 \end_inset
27197
27198
27199 \end_layout
27200
27201 \end_inset
27202 </cell>
27203 </row>
27204 </lyxtabular>
27205
27206 \end_inset
27207
27208
27209 \end_layout
27210
27211 \begin_layout Standard
27212 ここではユーザーが、文字が丸のなかに収まるように調整してやらなくてはなりません。ここでは、
27213 \series bold
27214
27215 \backslash
27216 Large
27217 \series default
27218
27219 \begin_inset Foot
27220 status collapsed
27221
27222 \begin_layout Plain Layout
27223
27224 \begin_inset CommandInset ref
27225 LatexCommand ref
27226 reference "sub:書体寸法"
27227
27228 \end_inset
27229
27230 節参照のこと。
27231 \end_layout
27232
27233 \end_inset
27234
27235 で丸の大きさを指定しています。そして
27236 \series bold
27237
27238 \backslash
27239 raisebox
27240 \series default
27241
27242 \begin_inset Foot
27243 status collapsed
27244
27245 \begin_layout Plain Layout
27246
27247 \begin_inset CommandInset ref
27248 LatexCommand ref
27249 reference "sub:枠なしボックス"
27250
27251 \end_inset
27252
27253 節参照のこと。
27254 \end_layout
27255
27256 \end_inset
27257
27258 を使って、文字が真ん中にくるようにしています。
27259 \end_layout
27260
27261 \begin_layout Subsection
27262 小数字
27263 \begin_inset Index idx
27264 status collapsed
27265
27266 \begin_layout Plain Layout
27267 しょうすうじ@小数字
27268 \end_layout
27269
27270 \end_inset
27271
27272
27273 \end_layout
27274
27275 \begin_layout Standard
27276 小数字(minuscule number)は、
27277 \series bold
27278
27279 \backslash
27280 oldstylenums
27281 \series default
27282
27283 \begin_inset Index idx
27284 status collapsed
27285
27286 \begin_layout Plain Layout
27287 こまんど@コマンド ! O ! 
27288 \backslash
27289 oldstylenums
27290 \end_layout
27291
27292 \end_inset
27293
27294 コマンドで作成することができます。このコマンドは、数式中でもTeXモード中でも使うことができます。コマンド書式は、
27295 \end_layout
27296
27297 \begin_layout Standard
27298
27299 \series bold
27300
27301 \backslash
27302 oldstylenums{数字}
27303 \end_layout
27304
27305 \begin_layout Standard
27306 です。
27307 \series bold
27308
27309 \backslash
27310 oldstylenums{0123456789}
27311 \series default
27312 というコマンドは、
27313 \begin_inset Formula $\oldstylenums{0123456789}$
27314 \end_inset
27315
27316 のようになります。
27317 \end_layout
27318
27319 \begin_layout Subsection
27320 他の特殊文字
27321 \begin_inset CommandInset label
27322 LatexCommand label
27323 name "sub:他の特殊文字"
27324
27325 \end_inset
27326
27327
27328 \begin_inset Index idx
27329 status collapsed
27330
27331 \begin_layout Plain Layout
27332 とくしゅもじ@特殊文字 ! たの@他の
27333 \end_layout
27334
27335 \end_inset
27336
27337
27338 \end_layout
27339
27340 \begin_layout Standard
27341 以下の各文字は、数式中でコマンドを使用してのみ、挿入することができます。
27342 \end_layout
27343
27344 \begin_layout Standard
27345 \align center
27346 \begin_inset Tabular
27347 <lyxtabular version="3" rows="4" columns="2">
27348 <features rotate="0" tabularvalignment="middle">
27349 <column alignment="center" valignment="top">
27350 <column alignment="center" valignment="top">
27351 <row>
27352 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27353 \begin_inset Text
27354
27355 \begin_layout Plain Layout
27356 コマンド
27357 \end_layout
27358
27359 \end_inset
27360 </cell>
27361 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27362 \begin_inset Text
27363
27364 \begin_layout Plain Layout
27365 出力
27366 \end_layout
27367
27368 \end_inset
27369 </cell>
27370 </row>
27371 <row>
27372 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27373 \begin_inset Text
27374
27375 \begin_layout Plain Layout
27376
27377 \backslash
27378 ^
27379 \begin_inset space \textvisiblespace{}
27380 \end_inset
27381
27382
27383 \end_layout
27384
27385 \end_inset
27386 </cell>
27387 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27388 \begin_inset Text
27389
27390 \begin_layout Plain Layout
27391 \begin_inset Formula $\mathcircumflex$
27392 \end_inset
27393
27394
27395 \end_layout
27396
27397 \end_inset
27398 </cell>
27399 </row>
27400 <row>
27401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27402 \begin_inset Text
27403
27404 \begin_layout Plain Layout
27405
27406 \backslash
27407 _
27408 \end_layout
27409
27410 \end_inset
27411 </cell>
27412 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27413 \begin_inset Text
27414
27415 \begin_layout Plain Layout
27416 \begin_inset Formula $\_$
27417 \end_inset
27418
27419
27420 \end_layout
27421
27422 \end_inset
27423 </cell>
27424 </row>
27425 <row>
27426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27427 \begin_inset Text
27428
27429 \begin_layout Plain Layout
27430 ^
27431 \begin_inset space \textvisiblespace{}
27432 \end_inset
27433
27434
27435 \backslash
27436 circ
27437 \begin_inset Index idx
27438 status collapsed
27439
27440 \begin_layout Plain Layout
27441
27442 \lang english
27443
27444 \backslash
27445
27446 \end_layout
27447
27448 \end_inset
27449
27450
27451 \end_layout
27452
27453 \end_inset
27454 </cell>
27455 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27456 \begin_inset Text
27457
27458 \begin_layout Plain Layout
27459 \begin_inset Formula $^{\circ}$
27460 \end_inset
27461
27462
27463 \end_layout
27464
27465 \end_inset
27466 </cell>
27467 </row>
27468 </lyxtabular>
27469
27470 \end_inset
27471
27472
27473 \end_layout
27474
27475 \begin_layout Standard
27476 しかしながら、角度記号
27477 \begin_inset Formula $^{\circ}$
27478 \end_inset
27479
27480 は、以下の行をLaTeXプリアンブルに書き加えれば、直接挿入することができます
27481 \begin_inset Foot
27482 status collapsed
27483
27484 \begin_layout Plain Layout
27485 この件に関する詳細は、第
27486 \begin_inset CommandInset ref
27487 LatexCommand ref
27488 reference "sub:数式中のテキスト文字"
27489
27490 \end_inset
27491
27492 節にあります。
27493 \end_layout
27494
27495 \end_inset
27496
27497
27498 \end_layout
27499
27500 \begin_layout Standard
27501
27502 \series bold
27503
27504 \backslash
27505 DeclareInputtext{176}{
27506 \backslash
27507 ifmmode^
27508 \backslash
27509 circ
27510 \backslash
27511 else
27512 \backslash
27513 textdegree
27514 \backslash
27515 fi}
27516 \begin_inset Newpage newpage
27517 \end_inset
27518
27519
27520 \end_layout
27521
27522 \begin_layout Section
27523 数式様式
27524 \begin_inset CommandInset label
27525 LatexCommand label
27526 name "sec:数式様式"
27527
27528 \end_inset
27529
27530
27531 \begin_inset Index idx
27532 status collapsed
27533
27534 \begin_layout Plain Layout
27535 すうしき@数式 ! ようしき@様式
27536 \end_layout
27537
27538 \end_inset
27539
27540
27541 \end_layout
27542
27543 \begin_layout Itemize
27544 以下の二つの配置様式があります。
27545 \end_layout
27546
27547 \begin_deeper
27548 \begin_layout Description
27549 中央揃え 事前に定義された標準です。
27550 \end_layout
27551
27552 \begin_layout Description
27553 行頭下げ これを使うには、
27554 \family sans
27555 文書\SpecialChar \menuseparator
27556 設定
27557 \family default
27558 メニューの
27559 \family sans
27560 文書クラス
27561 \family default
27562 において、
27563 \series bold
27564 fleqn
27565 \series default
27566 オプションを指定しておかなくてはなりません。
27567 \end_layout
27568
27569 \begin_layout Standard
27570
27571 \series bold
27572 行頭下げ
27573 \series default
27574 を用いる場合には、行頭下げの大きさを
27575 \series bold
27576
27577 \backslash
27578 mathindent
27579 \series default
27580
27581 \begin_inset Index idx
27582 status collapsed
27583
27584 \begin_layout Plain Layout
27585 こまんど@コマンド ! M ! 
27586 \backslash
27587 mathindent
27588 \end_layout
27589
27590 \end_inset
27591
27592 の値で調整することができます。これを15
27593 \begin_inset space \thinspace{}
27594 \end_inset
27595
27596 mmにするには、LaTeXプリアンブルに以下のコマンドを入れておきます。
27597 \end_layout
27598
27599 \begin_layout Standard
27600
27601 \series bold
27602
27603 \backslash
27604 setlength{
27605 \backslash
27606 mathindent}{15mm}
27607 \end_layout
27608
27609 \begin_layout Standard
27610
27611 \series bold
27612
27613 \backslash
27614 mathindent
27615 \series default
27616 を明示的に指定しない場合には、事前に定義されている30
27617 \begin_inset space \thinspace{}
27618 \end_inset
27619
27620 ptが適用されます。
27621 \end_layout
27622
27623 \end_deeper
27624 \begin_layout Itemize
27625 また、以下の二つの連番様式があります。
27626 \end_layout
27627
27628 \begin_deeper
27629 \begin_layout Description
27630 右 事前に定義された標準です。
27631 \end_layout
27632
27633 \begin_layout Description
27634 左 これを使うには、
27635 \family sans
27636 文書\SpecialChar \menuseparator
27637 設定
27638 \family default
27639 メニューの
27640 \family sans
27641 文書クラス
27642 \family default
27643 において、
27644 \series bold
27645 leqno
27646 \series default
27647 オプションを指定しておかなくてはなりません。
27648 \end_layout
27649
27650 \end_deeper
27651 \begin_layout Standard
27652
27653 \series bold
27654 fleqn
27655 \series default
27656
27657 \series bold
27658 leqno
27659 \series default
27660 は、いっしょに指定することができます。両方のオプションを同時に入れる場合には、コンマで区切って下さい。
27661 \end_layout
27662
27663 \begin_layout Standard
27664 これで選択した様式は、文書中のすべての別行立て数式に用いられます。もし、中央揃えと行頭下げの両様式を同一文書中で用いたい場合には、
27665 \series bold
27666 中央揃え
27667 \series default
27668 様式を指定するようにします。そして、行頭下げにしたい数式は、flalign環境に指定するようにします。第
27669 \begin_inset CommandInset ref
27670 LatexCommand ref
27671 reference "sub:flalign環境"
27672
27673 \end_inset
27674
27675 節をご覧下さい。
27676 \end_layout
27677
27678 \begin_layout Section
27679 多行数式
27680 \begin_inset CommandInset label
27681 LatexCommand label
27682 name "sec:多行数式"
27683
27684 \end_inset
27685
27686
27687 \begin_inset Index idx
27688 status collapsed
27689
27690 \begin_layout Plain Layout
27691 すうしき@数式 ! たぎょう@多行
27692 \end_layout
27693
27694 \end_inset
27695
27696
27697 \end_layout
27698
27699 \begin_layout Subsection
27700 概要
27701 \end_layout
27702
27703 \begin_layout Standard
27704 LyXでは、多行数式は、数式中で
27705 \begin_inset Info
27706 type  "shortcut"
27707 arg   "newline-insert newline"
27708 \end_inset
27709
27710 を押すことで作られます。この操作によって、第
27711 \begin_inset CommandInset ref
27712 LatexCommand ref
27713 reference "sub:eqnarray環境"
27714
27715 \end_inset
27716
27717 節に述べられている
27718 \series bold
27719 eqnarray環境
27720 \series default
27721 が作り出されるか、あるいは文書設定で
27722 \family sans
27723 AMS mathパッケージを使う
27724 \family default
27725 オプションが選択されている場合には、第
27726 \begin_inset CommandInset ref
27727 LatexCommand ref
27728 reference "sub:標準align環境"
27729
27730 \end_inset
27731
27732 節に述べられている
27733 \series bold
27734 align環境
27735 \series default
27736 が作り出されることになります。
27737 \end_layout
27738
27739 \begin_layout Standard
27740 他にも、
27741 \family sans
27742 挿入\SpecialChar \menuseparator
27743 数式
27744 \family default
27745 メニューで作ることのできる多行数式環境があります。これらの環境は、以下の各節で説明します。
27746 \end_layout
27747
27748 \begin_layout Standard
27749 すべての多行数式において、新規行は、
27750 \begin_inset Info
27751 type  "shortcut"
27752 arg   "newline-insert newline"
27753 \end_inset
27754
27755 を押すことによって作られます。行を足したり削ったりするには、数式ツールバーボタンの
27756 \begin_inset Info
27757 type  "icon"
27758 arg   "inset-modify tabular append-row"
27759 \end_inset
27760
27761
27762 \begin_inset Info
27763 type  "icon"
27764 arg   "inset-modify tabular delete-row"
27765 \end_inset
27766
27767 を使うか、
27768 \family sans
27769 編集\SpecialChar \menuseparator
27770 行と列
27771 \family default
27772 メニューを使うことができます。
27773 \end_layout
27774
27775 \begin_layout Subsubsection
27776 行間
27777 \begin_inset CommandInset label
27778 LatexCommand label
27779 name "sub:行間"
27780
27781 \end_inset
27782
27783
27784 \begin_inset Index idx
27785 status collapsed
27786
27787 \begin_layout Plain Layout
27788 すうしき@数式 ! たぎょう@多行 ! ぎょうかん@行間
27789 \end_layout
27790
27791 \end_inset
27792
27793
27794 \end_layout
27795
27796 \begin_layout Standard
27797 以下のように、多行数式において行のあいだの空白が足りないことが、ときどき起こります。
27798 \begin_inset Formula 
27799 \begin{eqnarray*}
27800 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}\\
27801 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
27802 \end{eqnarray*}
27803
27804 \end_inset
27805
27806
27807 \end_layout
27808
27809 \begin_layout Standard
27810 LaTeXにおいて行間を付け加えるには、新規行コマンドに非必須の引数をとらせて指定しますが、これはまだLyXには実装されていない
27811 \begin_inset Foot
27812 status collapsed
27813
27814 \begin_layout Plain Layout
27815 \begin_inset CommandInset href
27816 LatexCommand href
27817 name "LyX-bug #1505"
27818 target "http://www.lyx.org/trac/ticket/1505"
27819
27820 \end_inset
27821
27822 を参照。
27823 \end_layout
27824
27825 \end_inset
27826
27827 ので、数式全体をTeXモードで入れなくてはなりません。上記の例の行間を大きくするには、最初の行の最後に
27828 \series bold
27829
27830 \backslash
27831
27832 \backslash
27833 [3mm]
27834 \series default
27835 というコマンドを入れます。すると、次のようになります。
27836 \begin_inset ERT
27837 status collapsed
27838
27839 \begin_layout Plain Layout
27840
27841
27842 \backslash
27843 begin{eqnarray*}
27844 \end_layout
27845
27846 \begin_layout Plain Layout
27847
27848 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
27849  = & 
27850 \backslash
27851 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
27852 \backslash
27853
27854 \backslash
27855 [3mm]
27856 \end_layout
27857
27858 \begin_layout Plain Layout
27859
27860 4x^{2}
27861 \backslash
27862 left(B^{2}+x_{0}^{2}
27863 \backslash
27864 right)+4x_{0}x
27865 \backslash
27866 left(D-B^{2}
27867 \backslash
27868 right)+B^{2}
27869 \backslash
27870 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
27871 \backslash
27872 right) & = & 0
27873 \end_layout
27874
27875 \begin_layout Plain Layout
27876
27877
27878 \backslash
27879 end{eqnarray*}
27880 \end_layout
27881
27882 \end_inset
27883
27884
27885 \end_layout
27886
27887 \begin_layout Standard
27888 \begin_inset VSpace bigskip
27889 \end_inset
27890
27891 同一数式内のすべての行の行間を一律に指定するには、
27892 \series bold
27893
27894 \backslash
27895 jot
27896 \series default
27897
27898 \begin_inset Index idx
27899 status collapsed
27900
27901 \begin_layout Plain Layout
27902 こまんど@コマンド ! J ! 
27903 \backslash
27904 jot
27905 \end_layout
27906
27907 \end_inset
27908
27909 変数を変更します。定義は、
27910 \begin_inset Formula $\mbox{行間}=\mathrm{6\, pt+\backslash jot}$
27911 \end_inset
27912
27913 となっています。
27914 \series bold
27915
27916 \backslash
27917 jot
27918 \series default
27919 の既定値は、3
27920 \begin_inset space \thinspace{}
27921 \end_inset
27922
27923 ptです。上記の例のように、行間を3
27924 \begin_inset space \thinspace{}
27925 \end_inset
27926
27927 mm追加するには、
27928 \end_layout
27929
27930 \begin_layout Standard
27931
27932 \series bold
27933
27934 \backslash
27935 setlength{
27936 \backslash
27937 jot}{3mm+3pt}
27938 \end_layout
27939
27940 \begin_layout Standard
27941 というコマンドを、数式直前にTeXモードで入れておきます。これを行うには、LaTeXプリアンブルに
27942 \end_layout
27943
27944 \begin_layout Standard
27945
27946 \series bold
27947
27948 \backslash
27949 usepackage{calc}
27950 \end_layout
27951
27952 \begin_layout Standard
27953 という行を入れて、LaTeXパッケージ
27954 \series bold
27955 calc
27956 \series default
27957
27958 \begin_inset Foot
27959 status collapsed
27960
27961 \begin_layout Plain Layout
27962
27963 \series bold
27964 calc
27965 \series default
27966 は標準的なLaTeX頒布版のすべてに付属しています。
27967 \end_layout
27968
27969 \end_inset
27970
27971
27972 \begin_inset Index idx
27973 status collapsed
27974
27975 \begin_layout Plain Layout
27976 ぱっけーじ@パッケージ ! calc
27977 \end_layout
27978
27979 \end_inset
27980
27981  を読み込んでおく必要があります。すると、
27982 \begin_inset ERT
27983 status collapsed
27984
27985 \begin_layout Plain Layout
27986
27987
27988 \backslash
27989 setlength{
27990 \backslash
27991 jot}{3mm+3pt}
27992 \end_layout
27993
27994 \end_inset
27995
27996
27997 \begin_inset Formula 
27998 \begin{eqnarray*}
27999 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}\\
28000 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
28001 \end{eqnarray*}
28002
28003 \end_inset
28004
28005
28006 \end_layout
28007
28008 \begin_layout Standard
28009 \begin_inset ERT
28010 status collapsed
28011
28012 \begin_layout Plain Layout
28013
28014
28015 \backslash
28016 setlength{
28017 \backslash
28018 jot}{3pt}
28019 \end_layout
28020
28021 \end_inset
28022
28023 のような結果を得ます。行間を既定値に戻すには、
28024 \series bold
28025
28026 \backslash
28027 jot
28028 \series default
28029 をふたたび3
28030 \begin_inset space \thinspace{}
28031 \end_inset
28032
28033 ptに戻します。
28034 \end_layout
28035
28036 \begin_layout Subsubsection
28037 列間
28038 \begin_inset CommandInset label
28039 LatexCommand label
28040 name "sub:列間"
28041
28042 \end_inset
28043
28044
28045 \begin_inset Index idx
28046 status collapsed
28047
28048 \begin_layout Plain Layout
28049 すうしき@数式 ! たぎょうすうしき@多行数式 ! れつかん@列間
28050 \end_layout
28051
28052 \end_inset
28053
28054
28055 \end_layout
28056
28057 \begin_layout Standard
28058 多行数式は、行列を形成します。たとえば、eqnarray環境の数式は、3列からなる行列です。この環境で列間を変更すれば、関係子周辺の余白を変更することができます
28059
28060 \end_layout
28061
28062 \begin_layout Standard
28063 列間は、
28064 \series bold
28065
28066 \backslash
28067 arraycolsep
28068 \series default
28069
28070 \begin_inset Index idx
28071 status collapsed
28072
28073 \begin_layout Plain Layout
28074 こまんど@コマンド ! A ! 
28075 \backslash
28076 arraycolsep
28077 \end_layout
28078
28079 \end_inset
28080
28081 変数を使って指定し、
28082 \begin_inset Newline newline
28083 \end_inset
28084
28085 列間 = 2
28086 \begin_inset space \thinspace{}
28087 \end_inset
28088
28089
28090 \series bold
28091
28092 \backslash
28093 arraycolsep
28094 \series default
28095
28096 \begin_inset Newline newline
28097 \end_inset
28098
28099 という関係があります。したがって、
28100 \end_layout
28101
28102 \begin_layout Standard
28103
28104 \series bold
28105
28106 \backslash
28107 setlength{
28108 \backslash
28109 arraycolsep}{1cm}
28110 \end_layout
28111
28112 \begin_layout Standard
28113 というコマンドをTeXモードで入れると、ここから後のすべての数式の列間が2
28114 \begin_inset space \thinspace{}
28115 \end_inset
28116
28117 cmになります。これを既定値に戻すには、
28118 \series bold
28119
28120 \backslash
28121 arraycolsep
28122 \series default
28123 を5
28124 \begin_inset space \thinspace{}
28125 \end_inset
28126
28127 ptに戻して下さい。
28128 \end_layout
28129
28130 \begin_layout Standard
28131 以下は、2
28132 \begin_inset space \thinspace{}
28133 \end_inset
28134
28135 cmの列間を持つ数式です。
28136 \begin_inset ERT
28137 status collapsed
28138
28139 \begin_layout Plain Layout
28140
28141
28142 \backslash
28143 setlength{
28144 \backslash
28145 arraycolsep}{1cm}
28146 \end_layout
28147
28148 \end_inset
28149
28150
28151 \begin_inset Formula 
28152 \begin{eqnarray*}
28153 A & = & B\\
28154 C & \ne & A
28155 \end{eqnarray*}
28156
28157 \end_inset
28158
28159 行列の既定の列間10
28160 \begin_inset space \thinspace{}
28161 \end_inset
28162
28163 ptを持つ数式です。
28164 \begin_inset ERT
28165 status collapsed
28166
28167 \begin_layout Plain Layout
28168
28169
28170 \backslash
28171 setlength{
28172 \backslash
28173 arraycolsep}{5pt}
28174 \end_layout
28175
28176 \end_inset
28177
28178
28179 \begin_inset Formula 
28180 \begin{eqnarray*}
28181 A & = & B\\
28182 C & \ne & A
28183 \end{eqnarray*}
28184
28185 \end_inset
28186
28187
28188 \end_layout
28189
28190 \begin_layout Subsubsection
28191 長い数式
28192 \begin_inset Index idx
28193 status collapsed
28194
28195 \begin_layout Plain Layout
28196 すうしき@数式 ! ながい@長い
28197 \end_layout
28198
28199 \end_inset
28200
28201
28202 \end_layout
28203
28204 \begin_layout Standard
28205 長い数式は、以下の方法を使って組版することができます。
28206 \end_layout
28207
28208 \begin_layout Itemize
28209 左辺ないし右辺の一方が、行幅よりもかなり短いときには、以下のように、短い方を左辺に置き、右辺を二行に分けて組版します。
28210 \begin_inset Formula 
28211 \begin{eqnarray}
28212 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 \\
28213  &  & -\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}
28214 \end{eqnarray}
28215
28216 \end_inset
28217
28218 二行目の最初のマイナス記号は、行頭の文字になってしまうため、通常、表示の上で演算子としては取り扱われません。前後に余白が置かれることもなく、分数線からも離れて表
28219 示されません。これを避けるために、マイナス記号の後に
28220 \series bold
28221
28222 \backslash
28223 hspace
28224 \series default
28225 .
28226 \begin_inset Foot
28227 status collapsed
28228
28229 \begin_layout Plain Layout
28230
28231 \series bold
28232
28233 \backslash
28234 hspace
28235 \series default
28236 に関しての詳細は、第
28237 \begin_inset CommandInset ref
28238 LatexCommand ref
28239 reference "sub:可変長の空白"
28240
28241 \end_inset
28242
28243 節をご覧下さい。
28244 \end_layout
28245
28246 \end_inset
28247
28248
28249 \begin_inset Index idx
28250 status collapsed
28251
28252 \begin_layout Plain Layout
28253 こまんど@コマンド ! H ! 
28254 \backslash
28255 hspace
28256 \end_layout
28257
28258 \end_inset
28259
28260 コマンドを使って3
28261 \begin_inset space \thinspace{}
28262 \end_inset
28263
28264 pt空白を入れてあります。
28265 \end_layout
28266
28267 \begin_layout Itemize
28268 数式の両辺がともに長すぎるときには、
28269 \series bold
28270
28271 \backslash
28272 lefteqn
28273 \series default
28274
28275 \begin_inset Index idx
28276 status collapsed
28277
28278 \begin_layout Plain Layout
28279 こまんど@コマンド ! L ! 
28280 \backslash
28281 lefteqn
28282 \end_layout
28283
28284 \end_inset
28285
28286 コマンドを使います。これを最初の行の第一列に入れると、以下のように、続きの内容が他の列にかかって表示されます。
28287 \begin_inset Formula 
28288 \begin{eqnarray}
28289 \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 \\
28290  &  & -\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 \\
28291  &  & =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}
28292 \end{eqnarray}
28293
28294 \end_inset
28295
28296
28297 \series bold
28298
28299 \backslash
28300 lefteqn
28301 \series default
28302 を入力すると、青枠から少し左にずれたところに現れる紫枠にカーソルが移るので、ここに数式を入力します。
28303 \begin_inset Newline newline
28304 \end_inset
28305
28306 二行め以降の行の内容は、二列め以降の列に挿入します。挿入する列が右になるほど、字下げの量が大きくなります。
28307 \begin_inset VSpace medskip
28308 \end_inset
28309
28310
28311 \begin_inset Newline newline
28312 \end_inset
28313
28314
28315 \begin_inset Note Greyedout
28316 status open
28317
28318 \begin_layout Plain Layout
28319
28320 \series bold
28321
28322 \backslash
28323 lefteqn
28324 \series default
28325 を使用する際には、以下のことにご注意下さい。
28326 \end_layout
28327
28328 \begin_layout Itemize
28329 数式では、ページ幅全部を使うことはしません。たとえば、上記の例で、最初の行に
28330 \begin_inset Formula $-B^{2}$
28331 \end_inset
28332
28333 という項を置いたとすると、ページ余白の領域に出てしまいますが、これはよくありません。幅をうまく使うには、最初の行の行頭に負の空白を入れる方法もあります。
28334 \end_layout
28335
28336 \begin_layout Itemize
28337 LyXのバグによって、最初の行にマウスでカーソルを入れることはできません
28338 \begin_inset Foot
28339 status collapsed
28340
28341 \begin_layout Plain Layout
28342 \begin_inset CommandInset href
28343 LatexCommand href
28344 name "LyX-bug #1429"
28345 target "http://www.lyx.org/trac/ticket/1429"
28346
28347 \end_inset
28348
28349
28350 \end_layout
28351
28352 \end_inset
28353
28354 。カーソルを行頭に合わせて、矢印
28355 \begin_inset Flex Ruby
28356 status collapsed
28357
28358 \begin_layout Plain Layout
28359
28360 \begin_inset Argument post:1
28361 status collapsed
28362
28363 \begin_layout Plain Layout
28364 キー
28365 \end_layout
28366
28367 \end_inset
28368
28369
28370 \end_layout
28371
28372 \end_inset
28373
28374 で移動するしかありません。
28375 \end_layout
28376
28377 \end_inset
28378
28379
28380 \end_layout
28381
28382 \begin_layout Itemize
28383 長い数式を組む他の方法として、第
28384 \begin_inset CommandInset ref
28385 LatexCommand ref
28386 reference "sub:multline環境"
28387
28388 \end_inset
28389
28390 節と第
28391 \begin_inset CommandInset ref
28392 LatexCommand ref
28393 reference "sub:数式の一部の多行化"
28394
28395 \end_inset
28396
28397 節で述べられている環境を用いる方法があります。
28398 \end_layout
28399
28400 \begin_layout Subsubsection
28401
28402 \lang english
28403 Multiline Fractions
28404 \begin_inset CommandInset label
28405 LatexCommand label
28406 name "sub:Multiline-Fractions"
28407
28408 \end_inset
28409
28410
28411 \lang japanese
28412
28413 \begin_inset Index idx
28414 status open
28415
28416 \begin_layout Plain Layout
28417 ぶんすう@分数 ! 
28418 \lang english
28419 Multiline
28420 \end_layout
28421
28422 \end_inset
28423
28424
28425 \end_layout
28426
28427 \begin_layout Standard
28428
28429 \lang english
28430 There are cases where the denominator and/or the numerator of a fraction
28431  is so long that the fraction does not fit into one line.
28432  It is then necessary to add a line break within the fraction.
28433  This can be done using the command
28434 \lang japanese
28435  
28436 \series bold
28437
28438 \backslash
28439 splitfrac
28440 \series default
28441
28442 \begin_inset Index idx
28443 status collapsed
28444
28445 \begin_layout Plain Layout
28446 こまんど@コマンド ! S ! 
28447 \backslash
28448 splitfrac
28449 \end_layout
28450
28451 \end_inset
28452
28453 。 
28454 \lang english
28455 To activate it, set in the document settings under 
28456 \family sans
28457 Math
28458 \begin_inset space ~
28459 \end_inset
28460
28461 Options
28462 \family default
28463  for the package 
28464 \series bold
28465 \lang japanese
28466 mathtools
28467 \series default
28468
28469 \begin_inset Index idx
28470 status collapsed
28471
28472 \begin_layout Plain Layout
28473 ぱっけーじ@パッケージ ! mathtools
28474 \end_layout
28475
28476 \end_inset
28477
28478  
28479 \lang english
28480 the option 
28481 \family sans
28482 Load
28483 \begin_inset space ~
28484 \end_inset
28485
28486 always
28487 \family default
28488 .
28489  
28490 \series bold
28491
28492 \backslash
28493 splitfrac
28494 \series default
28495  has the scheme
28496 \end_layout
28497
28498 \begin_layout Standard
28499
28500 \series bold
28501 \lang english
28502
28503 \backslash
28504 splitfrac{first line}{second line}
28505 \end_layout
28506
28507 \begin_layout Standard
28508
28509 \lang english
28510 and is used as denominator and/or numerator:
28511 \end_layout
28512
28513 \begin_layout Standard
28514 \begin_inset Formula 
28515 \[
28516 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}
28517 \]
28518
28519 \end_inset
28520
28521
28522 \lang english
28523 The command for the first numerator above is:
28524 \end_layout
28525
28526 \begin_layout Standard
28527
28528 \series bold
28529
28530 \backslash
28531 splitfrac{xy+xy+xy+xy+xy
28532 \begin_inset space \textvisiblespace{}
28533 \end_inset
28534
28535
28536 \backslash
28537 {+wy+wy+wy+wy
28538 \end_layout
28539
28540 \begin_layout Subsubsection
28541 多行にわたる括弧
28542 \begin_inset CommandInset label
28543 LatexCommand label
28544 name "sub:多行にわたる括弧"
28545
28546 \end_inset
28547
28548
28549 \begin_inset Index idx
28550 status collapsed
28551
28552 \begin_layout Plain Layout
28553 かっこ@括弧 ! たぎょうすうしきよう@多行数式用
28554 \end_layout
28555
28556 \end_inset
28557
28558
28559 \end_layout
28560
28561 \begin_layout Standard
28562 多行にわたる括弧を作ろうとすると、以下のような問題が生じます。
28563 \begin_inset Formula 
28564 \begin{eqnarray*}
28565 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28566  &  & \left.\cdots+B-D\right]
28567 \end{eqnarray*}
28568
28569 \end_inset
28570
28571
28572 \end_layout
28573
28574 \begin_layout Standard
28575 可変寸法の括弧は多行にわたることができないので、閉じ括弧が初めの括弧よりも小さくなってしまっています。
28576 \end_layout
28577
28578 \begin_layout Standard
28579 二行めの括弧の大きさを正しく設定するには、最初の行の終わりを
28580 \series bold
28581
28582 \backslash
28583 right.
28584 \series default
28585
28586 \begin_inset Index idx
28587 status collapsed
28588
28589 \begin_layout Plain Layout
28590 こまんど@コマンド ! R ! 
28591 \backslash
28592 right
28593 \end_layout
28594
28595 \end_inset
28596
28597 とし、二行めの始めを
28598 \series bold
28599
28600 \backslash
28601 left.
28602 \begin_inset Foot
28603 status collapsed
28604
28605 \begin_layout Plain Layout
28606
28607 \series bold
28608
28609 \backslash
28610 left
28611 \series default
28612
28613 \series bold
28614
28615 \backslash
28616 right
28617 \series default
28618 に関する詳細は、第
28619 \begin_inset CommandInset ref
28620 LatexCommand ref
28621 reference "sub:自動の括弧丈"
28622
28623 \end_inset
28624
28625 節をご覧下さい。
28626 \end_layout
28627
28628 \end_inset
28629
28630
28631 \series default
28632
28633 \begin_inset Index idx
28634 status collapsed
28635
28636 \begin_layout Plain Layout
28637 こまんど@コマンド ! L ! 
28638 \backslash
28639 left
28640 \end_layout
28641
28642 \end_inset
28643
28644 とします。一行めにおいては、範囲付き積演算子がもっとも大きな記号であり、これが二行めの括弧の大きさにならなくてはならないので、
28645 \series bold
28646
28647 \backslash
28648 left.
28649 \series default
28650 の後に、
28651 \series bold
28652
28653 \backslash
28654 vphantom
28655 \series default
28656
28657 \begin_inset space \textvisiblespace{}
28658 \end_inset
28659
28660
28661 \series bold
28662
28663 \backslash
28664 prod
28665 \series default
28666 ^
28667 \begin_inset space \textvisiblespace{}
28668 \end_inset
28669
28670
28671 \series bold
28672
28673 \backslash
28674 infty
28675 \series default
28676
28677 \begin_inset space \textvisiblespace{}
28678 \end_inset
28679
28680
28681 \series bold
28682
28683 \begin_inset Formula $\downarrow$
28684 \end_inset
28685
28686 _R=1}
28687 \series default
28688
28689 \begin_inset Index idx
28690 status collapsed
28691
28692 \begin_layout Plain Layout
28693 こまんど@コマンド ! V ! 
28694 \backslash
28695 vphantom
28696 \end_layout
28697
28698 \end_inset
28699
28700 というコマンドを挿入します。
28701 \end_layout
28702
28703 \begin_layout Standard
28704 その結果が以下の数式です。
28705 \begin_inset Formula 
28706 \begin{eqnarray*}
28707 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28708  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
28709 \end{eqnarray*}
28710
28711 \end_inset
28712
28713
28714 \end_layout
28715
28716 \begin_layout Subsection
28717 align環境
28718 \end_layout
28719
28720 \begin_layout Standard
28721 align環境は、すべての型の多行数式に使うことができ、とくに、いくつかの数式を並べて表示させるのに便利です。
28722 \end_layout
28723
28724 \begin_layout Standard
28725 align環境には列があり、奇数列は右揃え、偶数列は左揃えに設定されます。align環境の行にはすべて、付番することができます。
28726 \end_layout
28727
28728 \begin_layout Standard
28729 align環境は、
28730 \family sans
28731 挿入\SpecialChar \menuseparator
28732 数式
28733 \family default
28734 メニューから作ることができます。
28735 \family sans
28736 編集\SpecialChar \menuseparator
28737 数式\SpecialChar \menuseparator
28738 数式の表記を変更
28739 \family default
28740 メニューを使えば、既存の数式をalign環境に変更することができます。
28741 \end_layout
28742
28743 \begin_layout Standard
28744 列を追加したり削除したりするには、数式ツールバーボタンの
28745 \begin_inset Info
28746 type  "icon"
28747 arg   "inset-modify tabular append-column"
28748 \end_inset
28749
28750
28751 \begin_inset Info
28752 type  "icon"
28753 arg   "inset-modify tabular delete-column"
28754 \end_inset
28755
28756 を使うか、
28757 \family sans
28758 編集\SpecialChar \menuseparator
28759 行と列
28760 \family default
28761 メニューを使います。
28762 \end_layout
28763
28764 \begin_layout Subsubsection
28765 標準align環境
28766 \begin_inset CommandInset label
28767 LatexCommand label
28768 name "sub:標準align環境"
28769
28770 \end_inset
28771
28772
28773 \begin_inset Index idx
28774 status collapsed
28775
28776 \begin_layout Plain Layout
28777 すうしき@数式 ! たぎょう@多行 ! alignかんきょう@align環境
28778 \end_layout
28779
28780 \end_inset
28781
28782
28783 \end_layout
28784
28785 \begin_layout Standard
28786 このalign環境は、数式中で
28787 \begin_inset Info
28788 type  "shortcut"
28789 arg   "newline-insert newline"
28790 \end_inset
28791
28792 を押すか、
28793 \family sans
28794 挿入\SpecialChar \menuseparator
28795 数式\SpecialChar \menuseparator
28796 AMS align環境
28797 \family default
28798 メニューで作ることができます。
28799 \end_layout
28800
28801 \begin_layout Standard
28802 以下は、二つの数式を横に並べた例ですが、これは4列からなるalign環境として作ります。
28803 \begin_inset Formula 
28804 \begin{align*}
28805 A & =\sin(B) & C & =D\\
28806 C & \ne A & B & \ne D
28807 \end{align*}
28808
28809 \end_inset
28810
28811 ご覧になって分かるように、この環境の数式は、一列めの前と偶数列の後に
28812 \series bold
28813
28814 \backslash
28815 hfill
28816 \begin_inset Foot
28817 status collapsed
28818
28819 \begin_layout Plain Layout
28820
28821 \series bold
28822
28823 \backslash
28824 hfill
28825 \series default
28826 に関する詳細は、第
28827 \begin_inset CommandInset ref
28828 LatexCommand ref
28829 reference "sub:可変長の空白"
28830
28831 \end_inset
28832
28833 節をご覧下さい。
28834 \end_layout
28835
28836 \end_inset
28837
28838
28839 \series default
28840 があるかのように配置されます。数式様式として
28841 \series bold
28842 行頭下げ
28843 \begin_inset Foot
28844 status collapsed
28845
28846 \begin_layout Plain Layout
28847
28848 \series bold
28849 数式様式については、第
28850 \series default
28851
28852 \begin_inset CommandInset ref
28853 LatexCommand ref
28854 reference "sec:数式様式"
28855
28856 \end_inset
28857
28858 節をご覧下さい。
28859 \end_layout
28860
28861 \end_inset
28862
28863
28864 \series default
28865 を使う場合には、第一列の前の
28866 \series bold
28867
28868 \backslash
28869 hfill
28870 \series default
28871 はない形で数式が設定されます。
28872 \end_layout
28873
28874 \begin_layout Subsubsection
28875 alignat環境
28876 \begin_inset Index idx
28877 status collapsed
28878
28879 \begin_layout Plain Layout
28880 すうしき@数式 ! たぎょう@多行 ! alignatかんきょう@alignat環境
28881 \end_layout
28882
28883 \end_inset
28884
28885
28886 \end_layout
28887
28888 \begin_layout Standard
28889 alignat環境には、事前に設定された列間が存在しません。列間は、必要ならば、第
28890 \begin_inset CommandInset ref
28891 LatexCommand ref
28892 reference "sub:空白"
28893
28894 \end_inset
28895
28896 節に述べられている空白を使用して手動で入れます。
28897 \end_layout
28898
28899 \begin_layout Standard
28900 以下は、上記の例をalignat環境に設定し、二つめの数式の頭に1
28901 \begin_inset space \thinspace{}
28902 \end_inset
28903
28904 cmの空白を入れたものです。
28905 \begin_inset Formula 
28906 \begin{alignat*}{2}
28907 A & =\sin(B) & \hspace{1cm}C & =D\\
28908 C & \ne A & B & \ne D
28909 \end{alignat*}
28910
28911 \end_inset
28912
28913 列間を各列ごとに設定することができるので、この環境は、とくに三つないし四つの数式を横に並べるのに向いています。
28914 \end_layout
28915
28916 \begin_layout Subsubsection
28917 flalign環境
28918 \begin_inset CommandInset label
28919 LatexCommand label
28920 name "sub:flalign環境"
28921
28922 \end_inset
28923
28924
28925 \begin_inset Index idx
28926 status collapsed
28927
28928 \begin_layout Plain Layout
28929 すうしき@数式 ! たぎょう@多行 ! flalignかんきょう@flalign環境
28930 \end_layout
28931
28932 \end_inset
28933
28934
28935 \end_layout
28936
28937 \begin_layout Standard
28938 この環境では、つねに、最初の二列をできるだけ左寄せにし、最後の二列をできるだけ右寄せにするように設定されます。以下がその例です。
28939 \begin_inset Formula 
28940 \begin{flalign*}
28941 A & =1 & B & =2 & C & =3\\
28942 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
28943 \end{flalign*}
28944
28945 \end_inset
28946
28947
28948 \end_layout
28949
28950 \begin_layout Standard
28951 奇数列のflalign環境を作成し、最後の列に空のTeX括弧を入れておくと、数式様式として
28952 \series bold
28953 中央揃え
28954 \series default
28955 が用いられているときでも、一部の数式を左寄せにすることができます。以下は、例として
28956 \begin_inset CommandInset ref
28957 LatexCommand eqref
28958 reference "eq:VolInt"
28959
28960 \end_inset
28961
28962 式を行頭下げにしたものです。
28963 \begin_inset Formula 
28964 \begin{flalign}
28965 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}
28966 \end{flalign}
28967
28968 \end_inset
28969
28970 ここで、最初の二列には数式が入れられており、行頭下げ数式様式と同等の字下げを行うために、30
28971 \begin_inset space \thinspace{}
28972 \end_inset
28973
28974 ptの空白が第1列の頭に入れてあります。
28975 \end_layout
28976
28977 \begin_layout Subsection
28978 eqnarray環境
28979 \begin_inset CommandInset label
28980 LatexCommand label
28981 name "sub:eqnarray環境"
28982
28983 \end_inset
28984
28985
28986 \begin_inset Index idx
28987 status collapsed
28988
28989 \begin_layout Plain Layout
28990 すうしき@数式 ! たぎょう@多行 ! eqnarrayかんきょう@eqnarray環境
28991 \end_layout
28992
28993 \end_inset
28994
28995
28996 \end_layout
28997
28998 \begin_layout Standard
28999 この環境を作成すると、三つの青枠が現れます。最初の枠の内容は右寄せに設定され、最後の枠の内容は左寄せに設定されます。中央の枠は、関係子のみを入れることを想定して
29000 いるので、その内容は中央揃えで少し小さく設定されます。
29001 \begin_inset Formula 
29002 \begin{eqnarray*}
29003 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
29004 AB & AB & AB\\
29005 A & = & A
29006 \end{eqnarray*}
29007
29008 \end_inset
29009
29010
29011 \end_layout
29012
29013 \begin_layout Subsection
29014 gather環境
29015 \begin_inset Index idx
29016 status collapsed
29017
29018 \begin_layout Plain Layout
29019 すうしき@数式 ! たぎょう@多行 ! gatherかんきょう@gather環境
29020 \end_layout
29021
29022 \end_inset
29023
29024
29025 \end_layout
29026
29027 \begin_layout Standard
29028 この環境には、中央揃えに設定された列一つしかありません。行はすべて付番することができます。
29029 \begin_inset Formula 
29030 \begin{gather}
29031 A=1\\
29032 X=\textrm{-}1
29033 \end{gather}
29034
29035 \end_inset
29036
29037
29038 \end_layout
29039
29040 \begin_layout Subsection
29041 multline環境
29042 \begin_inset CommandInset label
29043 LatexCommand label
29044 name "sub:multline環境"
29045
29046 \end_inset
29047
29048
29049 \begin_inset Index idx
29050 status collapsed
29051
29052 \begin_layout Plain Layout
29053 すうしき@数式 ! たぎょう@多行 ! multlineかんきょう@multpline環境
29054 \end_layout
29055
29056 \end_inset
29057
29058
29059 \end_layout
29060
29061 \begin_layout Standard
29062 gather環境同様、multline環境には、中央揃えに設定された列一つしかありません。ただし、一行めが左揃えに設定され、最終行が右揃えに設定されるのです。他
29063 の行はすべて中央揃えになります。このことから、この環境は、長い数式に使うのに向いています。用例として、
29064 \begin_inset CommandInset ref
29065 LatexCommand eqref
29066 reference "eq:lefteqn"
29067
29068 \end_inset
29069
29070 式をmultline環境に置いたものを示します。
29071 \begin_inset Formula 
29072 \begin{multline}
29073 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}\\
29074 -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}\\
29075 =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}}
29076 \end{multline}
29077
29078 \end_inset
29079
29080
29081 \end_layout
29082
29083 \begin_layout Standard
29084 文書の付番設定が右寄せ(左寄せ)になっているときには、出力では、multline環境の最後(最初)の行だけが付番されます
29085 \begin_inset Foot
29086 status collapsed
29087
29088 \begin_layout Plain Layout
29089 付番様式については、第
29090 \begin_inset CommandInset ref
29091 LatexCommand ref
29092 reference "sec:数式様式"
29093
29094 \end_inset
29095
29096 節を参照。
29097 \end_layout
29098
29099 \end_inset
29100
29101
29102 \end_layout
29103
29104 \begin_layout Standard
29105
29106 \series bold
29107
29108 \backslash
29109 shoveright
29110 \begin_inset Index idx
29111 status collapsed
29112
29113 \begin_layout Plain Layout
29114 こまんど@コマンド ! S ! 
29115 \backslash
29116 shoveright
29117 \end_layout
29118
29119 \end_inset
29120
29121 コマンドや
29122 \backslash
29123 shoveleft
29124 \begin_inset Index idx
29125 status collapsed
29126
29127 \begin_layout Plain Layout
29128 こまんど@コマンド ! S ! 
29129 \backslash
29130 shoveleft
29131 \end_layout
29132
29133 \end_inset
29134
29135
29136 \series default
29137 コマンドを使えば、中央揃えの行を右寄せや左寄せにすることができます。これらのコマンドは、以下のようにして使います。
29138 \end_layout
29139
29140 \begin_layout Standard
29141
29142 \series bold
29143
29144 \backslash
29145 shoveright{行の内容}
29146 \series default
29147 あるいは
29148 \series bold
29149
29150 \backslash
29151 shoveleft{行の内容}
29152 \end_layout
29153
29154 \begin_layout Standard
29155 \begin_inset VSpace medskip
29156 \end_inset
29157
29158
29159 \series bold
29160
29161 \backslash
29162 multlinegap
29163 \begin_inset Index idx
29164 status collapsed
29165
29166 \begin_layout Plain Layout
29167 こまんど@コマンド ! M ! 
29168 \backslash
29169 multlinegap
29170 \end_layout
29171
29172 \end_inset
29173
29174
29175 \series default
29176 長は、一行めの左ページ余白からの距離を指定します。既定値は0
29177 \begin_inset space \thinspace{}
29178 \end_inset
29179
29180 ptの長さです。
29181 \end_layout
29182
29183 \begin_layout Standard
29184 以下は、上記の数式に
29185 \end_layout
29186
29187 \begin_layout Standard
29188
29189 \series bold
29190
29191 \backslash
29192 setlength{
29193 \backslash
29194 multlinegap}{2cm}
29195 \end_layout
29196
29197 \begin_layout Standard
29198 というコマンドを、TeXモードで直前に挿入した例です。
29199 \begin_inset ERT
29200 status collapsed
29201
29202 \begin_layout Plain Layout
29203
29204
29205 \backslash
29206 setlength{
29207 \backslash
29208 multlinegap}{2cm}
29209 \end_layout
29210
29211 \end_inset
29212
29213
29214 \begin_inset Formula 
29215 \begin{multline}
29216 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}\\
29217 \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}}\\
29218 =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}}
29219 \end{multline}
29220
29221 \end_inset
29222
29223
29224 \begin_inset ERT
29225 status collapsed
29226
29227 \begin_layout Plain Layout
29228
29229
29230 \backslash
29231 setlength{
29232 \backslash
29233 multlinegap}{0pt}
29234 \end_layout
29235
29236 \end_inset
29237
29238 二行めは、
29239 \series bold
29240
29241 \backslash
29242 shoveleft
29243 \series default
29244 を使って左揃えにしています。
29245 \end_layout
29246
29247 \begin_layout Subsection
29248 数式の一部の多行化
29249 \begin_inset CommandInset label
29250 LatexCommand label
29251 name "sub:数式の一部の多行化"
29252
29253 \end_inset
29254
29255
29256 \begin_inset Index idx
29257 status collapsed
29258
29259 \begin_layout Plain Layout
29260 すうしき@数式 ! たぎょう@多行 ! すうしきのいちぶ@数式の一部
29261 \end_layout
29262
29263 \end_inset
29264
29265
29266 \end_layout
29267
29268 \begin_layout Standard
29269 数式の一部分のみを多行表示したい場合には、
29270 \series bold
29271 aligned
29272 \series default
29273
29274 \series bold
29275 alignedat
29276 \series default
29277
29278 \series bold
29279 gathered
29280 \series default
29281
29282 \series bold
29283 split
29284 \series default
29285 のうちのいずれかの環境を使用します。これらは、
29286 \family sans
29287 挿入\SpecialChar \menuseparator
29288 数式
29289 \family default
29290 メニューか、本節で解説している各コマンドを使用して挿入することができます。
29291 \end_layout
29292
29293 \begin_layout Standard
29294 最初の三つの環境は、環境名から
29295 \series bold
29296 ed
29297 \series default
29298 を省いた同名の多行数式環境と同じ性格を持ちますが、環境の前後に数式を続けることが可能です。たとえば、
29299 \begin_inset Formula 
29300 \[
29301 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29302 \Delta E\Delta t & \ge\frac{\hbar}{2}
29303 \end{aligned}
29304 \right\} \textrm{不確定性原理}
29305 \]
29306
29307 \end_inset
29308
29309
29310 \end_layout
29311
29312 \begin_layout Standard
29313 この数式を作るには、別行立て数式をまず作っておいて、そこに
29314 \series bold
29315
29316 \backslash
29317 aligned
29318 \begin_inset Index idx
29319 status collapsed
29320
29321 \begin_layout Plain Layout
29322 こまんど@コマンド ! A ! 
29323 \backslash
29324 aligned
29325 \end_layout
29326
29327 \end_inset
29328
29329
29330 \series default
29331 コマンドを挿入しています。紫枠の中に青枠が現れるので、そこに必要に応じて、列や行を加えていきます。この多行環境の外には、括弧などの他の数式要素を入れることができ
29332 ます。
29333 \end_layout
29334
29335 \begin_layout Standard
29336 aligned環境は、長い数式を水平方向を揃えて表示するのにも向いています。別行立て数式内でalignedを用いるようにすると、数式番号を行末の、数式全高の中心
29337 に配置できる利点があります。以下に例として、
29338 \begin_inset CommandInset ref
29339 LatexCommand eqref
29340 reference "eq:shortlong"
29341
29342 \end_inset
29343
29344 式にaligned環境を適用したものを示します。
29345 \begin_inset Formula 
29346 \begin{equation}
29347 \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}|}\\
29348  & -\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}|}
29349 \end{aligned}
29350 \end{equation}
29351
29352 \end_inset
29353
29354
29355 \end_layout
29356
29357 \begin_layout Standard
29358
29359 \series bold
29360 alignedat
29361 \series default
29362
29363 \series bold
29364 gathered
29365 \series default
29366
29367 \series bold
29368 split
29369 \series default
29370 の各環境を使うには、それぞれ
29371 \series bold
29372
29373 \backslash
29374 alignedat
29375 \series default
29376
29377 \begin_inset Index idx
29378 status collapsed
29379
29380 \begin_layout Plain Layout
29381 こまんど@コマンド ! A ! 
29382 \backslash
29383 alignedat
29384 \end_layout
29385
29386 \end_inset
29387
29388
29389 \series bold
29390
29391 \backslash
29392 gathered
29393 \series default
29394
29395 \begin_inset Index idx
29396 status collapsed
29397
29398 \begin_layout Plain Layout
29399 こまんど@コマンド ! G ! 
29400 \backslash
29401 gathered
29402 \end_layout
29403
29404 \end_inset
29405
29406
29407 \series bold
29408
29409 \backslash
29410 split
29411 \series default
29412
29413 \begin_inset Index idx
29414 status collapsed
29415
29416 \begin_layout Plain Layout
29417 こまんど@コマンド ! S ! 
29418 \backslash
29419 split
29420 \end_layout
29421
29422 \end_inset
29423
29424 の各コマンドを挿入します。split環境は、aligned環境と同じ性格を持ちますが、二つの列しか作ることができません。
29425 \end_layout
29426
29427 \begin_layout Subsection
29428 多行数式中のテキスト
29429 \begin_inset CommandInset label
29430 LatexCommand label
29431 name "sub:多行数式中のテキスト"
29432
29433 \end_inset
29434
29435
29436 \begin_inset Index idx
29437 status collapsed
29438
29439 \begin_layout Plain Layout
29440 てきすと@テキスト ! すうしきちゅうの@数式中の
29441 \end_layout
29442
29443 \end_inset
29444
29445
29446 \begin_inset Index idx
29447 status collapsed
29448
29449 \begin_layout Plain Layout
29450 すうしき@数式 ! たぎょう@多行 ! てきすと@テキスト
29451 \end_layout
29452
29453 \end_inset
29454
29455
29456 \end_layout
29457
29458 \begin_layout Standard
29459 各align系環境およびmultline・gather環境では、独立した行に列揃えの影響を受けない形でテキストを挿入することができます。これを行うには、以下の書
29460 式を持つ
29461 \series bold
29462
29463 \backslash
29464 intertext
29465 \series default
29466
29467 \begin_inset Index idx
29468 status collapsed
29469
29470 \begin_layout Plain Layout
29471 こまんど@コマンド ! I ! 
29472 \backslash
29473 intertext
29474 \end_layout
29475
29476 \end_inset
29477
29478 コマンドを使います。
29479 \end_layout
29480
29481 \begin_layout Standard
29482
29483 \series bold
29484
29485 \backslash
29486 intertext{テキスト}
29487 \end_layout
29488
29489 \begin_layout Standard
29490 テキストのハイフネーションを行うことはできないので、テキストは一行に収めなくてはなりません。LyXは、現時点では
29491 \series bold
29492
29493 \backslash
29494 intertext
29495 \series default
29496 を直接サポートしていないので、テキストは数式テキストとして書き入れます。ここで、
29497 \series bold
29498
29499 \backslash
29500 intertext
29501 \series default
29502 は行頭になくてはならず、当該行の上に出力されます。以下は、二行めの行頭にテキストを入れた例です。
29503 \begin_inset Formula 
29504 \begin{align}
29505 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29506 \intertext{\text{被積分函数は\ensuremath{\phi=\pi}において対称なので、}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
29507 \end{align}
29508
29509 \end_inset
29510
29511
29512 \end_layout
29513
29514 \begin_layout Standard
29515
29516 \series bold
29517
29518 \backslash
29519 intertext
29520 \series default
29521  
29522 \lang english
29523 always creates some vertical space between the text and the formula lines.
29524  To avoid this space, set in the document settings under 
29525 \family sans
29526 Math
29527 \begin_inset space ~
29528 \end_inset
29529
29530 Options
29531 \family default
29532  for the package 
29533 \series bold
29534 \lang japanese
29535 mathtools
29536 \series default
29537
29538 \begin_inset Index idx
29539 status collapsed
29540
29541 \begin_layout Plain Layout
29542 ぱっけーじ@パッケージ ! mathtools
29543 \end_layout
29544
29545 \end_inset
29546
29547  
29548 \lang english
29549 the option 
29550 \family sans
29551 Load
29552 \begin_inset space ~
29553 \end_inset
29554
29555 always
29556 \family default
29557 .
29558  Then you can use the command
29559 \lang japanese
29560  
29561 \series bold
29562
29563 \backslash
29564 shortintertext
29565 \series default
29566
29567 \begin_inset Index idx
29568 status collapsed
29569
29570 \begin_layout Plain Layout
29571 こまんど@コマンド ! S ! 
29572 \backslash
29573 shortintertext
29574 \end_layout
29575
29576 \end_inset
29577
29578  
29579 \lang english
29580 instead of 
29581 \series bold
29582
29583 \backslash
29584 intertext
29585 \series default
29586 :
29587 \lang japanese
29588
29589 \begin_inset Formula 
29590 \begin{align}
29591 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29592 \shortintertext{\text{被積分函数は\ensuremath{\phi=\pi}において対称なので、}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
29593 \end{align}
29594
29595 \end_inset
29596
29597
29598 \end_layout
29599
29600 \begin_layout Section
29601 数式番号
29602 \begin_inset Index idx
29603 status collapsed
29604
29605 \begin_layout Plain Layout
29606 すうしきばんごう@数式番号
29607 \end_layout
29608
29609 \end_inset
29610
29611
29612 \begin_inset Index idx
29613 status collapsed
29614
29615 \begin_layout Plain Layout
29616 すうしき@数式 ! ばんごう@番号|see
29617 \begin_inset ERT
29618 status collapsed
29619
29620 \begin_layout Plain Layout
29621
29622 {
29623 \end_layout
29624
29625 \end_inset
29626
29627 数式番号
29628 \begin_inset ERT
29629 status collapsed
29630
29631 \begin_layout Plain Layout
29632
29633 }
29634 \end_layout
29635
29636 \end_inset
29637
29638
29639 \end_layout
29640
29641 \end_inset
29642
29643
29644 \end_layout
29645
29646 \begin_layout Subsection
29647 概要
29648 \end_layout
29649
29650 \begin_layout Standard
29651 付番数式は、
29652 \family sans
29653 挿入\SpecialChar \menuseparator
29654 数式\SpecialChar \menuseparator
29655 付番数式
29656 \family default
29657 メニュー(
29658 \begin_inset Flex Ruby
29659 status collapsed
29660
29661 \begin_layout Plain Layout
29662 捷径
29663 \begin_inset Argument post:1
29664 status collapsed
29665
29666 \begin_layout Plain Layout
29667 ショートカット
29668 \end_layout
29669
29670 \end_inset
29671
29672
29673 \end_layout
29674
29675 \end_inset
29676
29677
29678 \family sans
29679 Ctrl+Alt
29680 \begin_inset space ~
29681 \end_inset
29682
29683 N
29684 \family default
29685 )で作ることができます。既存の数式に番号を振るには、
29686 \family sans
29687 編集\SpecialChar \menuseparator
29688 数式\SpecialChar \menuseparator
29689 数式全体を付番
29690 \family default
29691 メニュー(捷径
29692 \begin_inset Info
29693 type  "shortcut"
29694 arg   "math-number-toggle"
29695 \end_inset
29696
29697 )を使います。LyX中において数式番号は、数式の後に括弧に囲まれた「#」で表されます。「#」は、実際の出力では数式番号に置き換えられます。
29698 \end_layout
29699
29700 \begin_layout Standard
29701 多行数式で付番が有効になっているときには、すべての行に番号が振られます。ただし、
29702 \family sans
29703 編集\SpecialChar \menuseparator
29704 数式\SpecialChar \menuseparator
29705 この行を付番
29706 \family default
29707 メニュー(捷径
29708 \begin_inset Info
29709 type  "shortcut"
29710 arg   "math-number-line-toggle"
29711 \end_inset
29712
29713 )を使用すれば、各行毎に付番するかどうか指定することができます。
29714 \end_layout
29715
29716 \begin_layout Standard
29717 行内数式を除いて、すべての数式は二通りの様式で番号を振ることができます。第
29718 \begin_inset CommandInset ref
29719 LatexCommand ref
29720 reference "sec:数式様式"
29721
29722 \end_inset
29723
29724 節をご覧下さい。
29725 \end_layout
29726
29727 \begin_layout Subsection
29728 相互参照
29729 \begin_inset Index idx
29730 status collapsed
29731
29732 \begin_layout Plain Layout
29733 そうごさんしょう@相互参照 ! すうしきへの@数式への
29734 \end_layout
29735
29736 \end_inset
29737
29738
29739 \end_layout
29740
29741 \begin_layout Standard
29742 ラベルを付けた数式は、すべて相互参照することができます。ラベルは、
29743 \family sans
29744 挿入\SpecialChar \menuseparator
29745 ラベル
29746 \family default
29747 メニューか、ツールバーボタンの
29748 \begin_inset Info
29749 type  "icon"
29750 arg   "label-insert"
29751 \end_inset
29752
29753 で付けることができます。このとき、カーソルは別行立て数式の中になくてはなりません。すると、テキストフィールドの中に
29754 \series bold
29755 eq:と
29756 \series default
29757 いう接頭語の入ったダイアログが現れるので、接頭語の後にラベルを挿入します。この既定の接頭辞は「equation(数式)」を意味し、こうして数式ラベルであるとの標
29758 を付けることによって、節ラベルなどから区別し、大きな文書の中でラベルを見つけるのを容易にします。ラベルを変更するには、
29759 \family sans
29760 挿入\SpecialChar \menuseparator
29761 ラベル
29762 \family default
29763 メニューをもういちど使って下さい。
29764 \end_layout
29765
29766 \begin_layout Standard
29767 LyX中でラベル名は、数式の後ろに、二つの括弧に囲まれて表示されます。ラベル付きの数式はつねに付番されます。
29768 \end_layout
29769
29770 \begin_layout Standard
29771 相互参照は、
29772 \family sans
29773 挿入\SpecialChar \menuseparator
29774 相互参照
29775 \family default
29776 メニューかツールバーボタンの
29777 \begin_inset Info
29778 type  "icon"
29779 arg   "dialog-show-new-inset ref"
29780 \end_inset
29781
29782 を使って挿入します。数式相互参照は、出力では数式番号として表示されます。相互参照ダイアログで「
29783 \series bold
29784 (<参照>)
29785 \series default
29786 」書式を選択した場合には、出力での相互参照は、括弧に囲まれた数式番号として表示されます。
29787 \begin_inset Newline newline
29788 \end_inset
29789
29790 LyX中で相互参照を右クリックすると、参照先の数式に移動することができます。
29791 \end_layout
29792
29793 \begin_layout Standard
29794 以下は、後の各小節に現れる数式への相互参照を含む例です。
29795 \begin_inset Note Note
29796 status open
29797
29798 \begin_layout Plain Layout
29799 相互参照の型の違いに留意してください。
29800 \end_layout
29801
29802 \end_inset
29803
29804
29805 \end_layout
29806
29807 \begin_layout Standard
29808 \begin_inset CommandInset ref
29809 LatexCommand eqref
29810 reference "eq:tag"
29811
29812 \end_inset
29813
29814 式と
29815 \begin_inset CommandInset ref
29816 LatexCommand eqref
29817 reference "eq:c"
29818
29819 \end_inset
29820
29821 式は、等価です。(
29822 \begin_inset CommandInset ref
29823 LatexCommand ref
29824 reference "eq:Rom"
29825
29826 \end_inset
29827
29828 )式とは異なり、(
29829 \begin_inset CommandInset ref
29830 LatexCommand ref
29831 reference "eq:Lat"
29832
29833 \end_inset
29834
29835 )式では、付番にラテン数字を使用しています。
29836 \end_layout
29837
29838 \begin_layout Standard
29839 \begin_inset VSpace medskip
29840 \end_inset
29841
29842
29843 \series bold
29844
29845 \backslash
29846 tag
29847 \begin_inset Foot
29848 status collapsed
29849
29850 \begin_layout Plain Layout
29851
29852 \series bold
29853
29854 \backslash
29855 tag
29856 \series default
29857 は、第
29858 \begin_inset CommandInset ref
29859 LatexCommand ref
29860 reference "sub:ユーザー定義番号"
29861
29862 \end_inset
29863
29864 節に説明があります。
29865 \end_layout
29866
29867 \end_inset
29868
29869
29870 \series default
29871 の引数が、第
29872 \begin_inset CommandInset ref
29873 LatexCommand ref
29874 reference "sub:段落ボックス"
29875
29876 \end_inset
29877
29878 節で述べたボックスを含んでいるときには、その数式を参照することはできません。
29879 \end_layout
29880
29881 \begin_layout Subsection
29882 細目番号
29883 \begin_inset Index idx
29884 status collapsed
29885
29886 \begin_layout Plain Layout
29887 すうしきばんごう@数式番号 ! さいもくばんごう@細目番号
29888 \end_layout
29889
29890 \end_inset
29891
29892
29893 \end_layout
29894
29895 \begin_layout Standard
29896
29897 \series bold
29898
29899 \backslash
29900 begin{subequations}
29901 \series default
29902 および
29903 \series bold
29904
29905 \backslash
29906 end{subequations}
29907 \series default
29908 コマンドを使うと、数式に細目番号を付けることができます。これらのコマンドは、TeXモードで入れます。
29909 \end_layout
29910
29911 \begin_layout Standard
29912 たとえば、
29913 \begin_inset Formula 
29914 \begin{equation}
29915 A=C-B\label{eq:a}
29916 \end{equation}
29917
29918 \end_inset
29919
29920
29921 \begin_inset ERT
29922 status collapsed
29923
29924 \begin_layout Plain Layout
29925
29926
29927 \backslash
29928 addtocounter{equation}{-1}
29929 \end_layout
29930
29931 \end_inset
29932
29933
29934 \begin_inset ERT
29935 status collapsed
29936
29937 \begin_layout Plain Layout
29938
29939
29940 \backslash
29941 begin{subequations}
29942 \end_layout
29943
29944 \end_inset
29945
29946
29947 \begin_inset VSpace -5mm
29948 \end_inset
29949
29950
29951 \begin_inset Formula 
29952 \begin{equation}
29953 B=C-A\label{eq:b}
29954 \end{equation}
29955
29956 \end_inset
29957
29958
29959 \begin_inset Formula 
29960 \begin{equation}
29961 C=A+B\label{eq:c}
29962 \end{equation}
29963
29964 \end_inset
29965
29966
29967 \end_layout
29968
29969 \begin_layout Standard
29970 \begin_inset ERT
29971 status collapsed
29972
29973 \begin_layout Plain Layout
29974
29975
29976 \backslash
29977 end{subequations}
29978 \end_layout
29979
29980 \end_inset
29981
29982
29983 \end_layout
29984
29985 \begin_layout Standard
29986 この例を作るには、次のようにします。
29987 \end_layout
29988
29989 \begin_layout Enumerate
29990 一つめの数式を入力します。
29991 \end_layout
29992
29993 \begin_layout Enumerate
29994 一つめの数式の後に
29995 \begin_inset Newline newline
29996 \end_inset
29997
29998
29999 \series bold
30000
30001 \backslash
30002 addtocounter{equation}{-1} 
30003 \backslash
30004 begin{subequations}
30005 \begin_inset Index idx
30006 status collapsed
30007
30008 \begin_layout Plain Layout
30009 こまんど@コマンド ! A ! 
30010 \backslash
30011 addtocounter
30012 \end_layout
30013
30014 \end_inset
30015
30016
30017 \begin_inset Newline newline
30018 \end_inset
30019
30020
30021 \series default
30022 を入力します。
30023 \end_layout
30024
30025 \begin_layout Enumerate
30026 二つめの数式を入力します。
30027 \end_layout
30028
30029 \begin_layout Enumerate
30030 三つめの数式を入力します。
30031 \end_layout
30032
30033 \begin_layout Enumerate
30034 三つめの数式の後に、
30035 \series bold
30036
30037 \backslash
30038 end{subequations}
30039 \series default
30040 を入力します。
30041 \end_layout
30042
30043 \begin_layout Standard
30044
30045 \series bold
30046
30047 \backslash
30048 begin
30049 \series default
30050 コマンドと
30051 \series bold
30052
30053 \backslash
30054 end
30055 \series default
30056 コマンドのあいだの数式はすべて、a・b・
30057 \begin_inset Newline linebreak
30058 \end_inset
30059
30060 c\SpecialChar \ldots{}
30061 のように細目番号が振られます。多行数式の場合は、すべての行に細目番号が振られます。細目番号が振られた数式はすべて、
30062 \emph on
30063 ひとつの
30064 \emph default
30065 付番数式として扱われますが、それぞれの付番数式が
30066 \series bold
30067 equation
30068 \series default
30069 カウンタを一つずつ進めてしまうので、
30070 \series bold
30071
30072 \backslash
30073 addtocounter
30074 \series default
30075 コマンドを使ってカウンタを戻さなくてはなりません。これを怠ると、
30076 \begin_inset CommandInset ref
30077 LatexCommand eqref
30078 reference "eq:a"
30079
30080 \end_inset
30081
30082 式・
30083 \begin_inset CommandInset ref
30084 LatexCommand eqref
30085 reference "eq:b"
30086
30087 \end_inset
30088
30089 式・
30090 \begin_inset CommandInset ref
30091 LatexCommand eqref
30092 reference "eq:c"
30093
30094 \end_inset
30095
30096 式は、それぞれ
30097 \begin_inset CommandInset ref
30098 LatexCommand eqref
30099 reference "eq:a"
30100
30101 \end_inset
30102
30103 式・
30104 \begin_inset CommandInset ref
30105 LatexCommand eqref
30106 reference "eq:d"
30107
30108 \end_inset
30109
30110 式・
30111 \begin_inset CommandInset ref
30112 LatexCommand eqref
30113 reference "eq:f"
30114
30115 \end_inset
30116
30117 式として番号が振られてしまいます。
30118 \end_layout
30119
30120 \begin_layout Standard
30121 上記のように、コマンドをTeXモードで入れると、最初の二つの数式のあいだに空白が生じてしまいます。これを戻すために、-5
30122 \begin_inset space \thinspace{}
30123 \end_inset
30124
30125 mmの垂直空白を
30126 \series bold
30127
30128 \backslash
30129 begin{subequations}
30130 \series default
30131 コマンドの後に入れています。数式様式として
30132 \series bold
30133 行頭下げ
30134 \begin_inset Foot
30135 status collapsed
30136
30137 \begin_layout Plain Layout
30138
30139 \series bold
30140 数式様式に関しては、第
30141 \series default
30142
30143 \begin_inset CommandInset ref
30144 LatexCommand ref
30145 reference "sec:数式様式"
30146
30147 \end_inset
30148
30149 節を参照。
30150 \end_layout
30151
30152 \end_inset
30153
30154
30155 \series default
30156 を用いているときには、これを-7
30157 \begin_inset space \thinspace{}
30158 \end_inset
30159
30160 mm空白にしてください。
30161 \end_layout
30162
30163 \begin_layout Standard
30164 以下は、二行めのみ付番を無効にしている多行数式の例です。
30165 \begin_inset ERT
30166 status collapsed
30167
30168 \begin_layout Plain Layout
30169
30170
30171 \backslash
30172 begin{subequations}
30173 \end_layout
30174
30175 \end_inset
30176
30177
30178 \begin_inset Formula 
30179 \begin{eqnarray}
30180 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
30181  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
30182  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
30183 \end{eqnarray}
30184
30185 \end_inset
30186
30187
30188 \begin_inset ERT
30189 status collapsed
30190
30191 \begin_layout Plain Layout
30192
30193
30194 \backslash
30195 end{subequations}
30196 \end_layout
30197
30198 \end_inset
30199
30200
30201 \end_layout
30202
30203 \begin_layout Subsection
30204 ユーザー定義番号
30205 \begin_inset CommandInset label
30206 LatexCommand label
30207 name "sub:ユーザー定義番号"
30208
30209 \end_inset
30210
30211
30212 \begin_inset Index idx
30213 status collapsed
30214
30215 \begin_layout Plain Layout
30216 すうしきばんごう@数式番号 ! ゆーざーていぎ@ユーザー定義
30217 \end_layout
30218
30219 \end_inset
30220
30221
30222 \end_layout
30223
30224 \begin_layout Standard
30225 \begin_inset Index idx
30226 status collapsed
30227
30228 \begin_layout Plain Layout
30229 すうしきばんごう@数式番号 ! じこていぎくぎり@自己定義区切り
30230 \end_layout
30231
30232 \end_inset
30233
30234 標準の付番では、数式番号の周りに括弧が表示されます。括弧をたとえば縦棒に置き換えるには、LaTeXプリアンブルに以下の行を付け加えます。
30235 \end_layout
30236
30237 \begin_layout Standard
30238
30239 \series bold
30240
30241 \backslash
30242 def
30243 \backslash
30244 tagform@#1{
30245 \backslash
30246 maketag@@@{
30247 \series default
30248
30249 \begin_inset Formula $\boldsymbol{|}$
30250 \end_inset
30251
30252
30253 \series bold
30254 #1
30255 \series default
30256
30257 \begin_inset Formula $\boldsymbol{|}$
30258 \end_inset
30259
30260
30261 \series bold
30262 }}
30263 \series default
30264
30265 \begin_inset Note Note
30266 status collapsed
30267
30268 \begin_layout Plain Layout
30269 このマクロは、テスト用にLaTeXプリアンブルで既に宣言されています。これを有効にするには、最初のパーセント記号を取り除いて下さい。
30270 \end_layout
30271
30272 \end_inset
30273
30274
30275 \end_layout
30276
30277 \begin_layout Standard
30278 他の記号を使いたいときには、
30279 \series bold
30280 #1
30281 \series default
30282 脇の縦棒を一つないし複数の文字で置き換えて下さい。数式番号だけで良い時は、縦棒を削除して下さい。
30283 \end_layout
30284
30285 \begin_layout Standard
30286 \begin_inset VSpace bigskip
30287 \end_inset
30288
30289 数式の後ろに、括弧に囲まれた連番の代わりに、何かしらの表現が欲しいときには、以下のように
30290 \series bold
30291
30292 \backslash
30293 tag
30294 \series default
30295
30296 \begin_inset Index idx
30297 status collapsed
30298
30299 \begin_layout Plain Layout
30300 こまんど@コマンド ! T ! 
30301 \backslash
30302 tag
30303 \end_layout
30304
30305 \end_inset
30306
30307 コマンドを使います。
30308 \begin_inset Formula 
30309 \begin{equation}
30310 A+B=C\tag{何とかかんとか}\label{eq:tag}
30311 \end{equation}
30312
30313 \end_inset
30314
30315 上記の例では、
30316 \series bold
30317
30318 \backslash
30319 tag
30320 \begin_inset space \textvisiblespace{}
30321 \end_inset
30322
30323 何とかかんとか
30324 \series default
30325 というコマンドを数式に打ち込んでいます。
30326 \end_layout
30327
30328 \begin_layout Standard
30329 代わりに
30330 \series bold
30331
30332 \backslash
30333 tag*
30334 \begin_inset space \textvisiblespace{}
30335 \end_inset
30336
30337 何とかかんとか
30338 \series default
30339 というコマンドを使うと、星印は表現の周りの括弧を抑制するので、以下のようになります。
30340 \begin_inset Formula 
30341 \[
30342 A+B=C\tag*{something}
30343 \]
30344
30345 \end_inset
30346
30347
30348 \end_layout
30349
30350 \begin_layout Standard
30351 \begin_inset VSpace bigskip
30352 \end_inset
30353
30354 数式番号を、文書中の新しい部門や節ごとに振りなおしたいときには、部に関しては
30355 \begin_inset Newline newline
30356 \end_inset
30357
30358
30359 \series bold
30360
30361 \backslash
30362 @addtoreset{equation}{part}
30363 \series default
30364
30365 \begin_inset Index idx
30366 status collapsed
30367
30368 \begin_layout Plain Layout
30369 こまんど@コマンド ! 
30370 \begin_inset ERT
30371 status collapsed
30372
30373 \begin_layout Plain Layout
30374
30375 "
30376 \end_layout
30377
30378 \end_inset
30379
30380 @
30381 \begin_inset ERT
30382 status collapsed
30383
30384 \begin_layout Plain Layout
30385
30386 "
30387 \end_layout
30388
30389 \end_inset
30390
30391  ! 
30392 \backslash
30393
30394 \begin_inset ERT
30395 status collapsed
30396
30397 \begin_layout Plain Layout
30398
30399 "
30400 \end_layout
30401
30402 \end_inset
30403
30404 @
30405 \begin_inset ERT
30406 status collapsed
30407
30408 \begin_layout Plain Layout
30409
30410 "
30411 \end_layout
30412
30413 \end_inset
30414
30415 addtoreset
30416 \end_layout
30417
30418 \end_inset
30419
30420
30421 \begin_inset Newline newline
30422 \end_inset
30423
30424 節に関しては
30425 \begin_inset Newline newline
30426 \end_inset
30427
30428
30429 \series bold
30430
30431 \backslash
30432 @addtoreset{equation}{section}
30433 \begin_inset Newline newline
30434 \end_inset
30435
30436
30437 \series default
30438 というコマンドを使います。
30439 \end_layout
30440
30441 \begin_layout Standard
30442 これらのコマンドをTeXモードで使えるようにするためには、
30443 \series bold
30444
30445 \backslash
30446 makeatletter
30447 \series default
30448 コマンドで「@」字をLaTeX中で「有効」にしてやらなくてはなりません。一方、
30449 \series bold
30450
30451 \backslash
30452 makeatother
30453 \series default
30454 コマンドはこれを無効にします。したがって、TeXモード中での上記コマンド列は、
30455 \end_layout
30456
30457 \begin_layout Standard
30458
30459 \series bold
30460
30461 \backslash
30462 makeatletter
30463 \begin_inset Newline newline
30464 \end_inset
30465
30466
30467 \backslash
30468 @addtoreset{equation}{section}
30469 \begin_inset Newline newline
30470 \end_inset
30471
30472
30473 \backslash
30474 makeatother
30475 \begin_inset Newline newline
30476 \end_inset
30477
30478
30479 \series default
30480 のようにならなくてはなりません。
30481 \end_layout
30482
30483 \begin_layout Standard
30484 LaTeXプリアンブル中では、
30485 \series bold
30486
30487 \backslash
30488 makeatletter
30489 \series default
30490
30491 \series bold
30492
30493 \backslash
30494 makeatother
30495 \series default
30496 は、LyXが内部的に自動で挿入するので省略してかまいません。
30497 \end_layout
30498
30499 \begin_layout Standard
30500
30501 \series bold
30502
30503 \backslash
30504 @addtoreset
30505 \series default
30506 を戻すには、まずLaTeXプリアンブル中に
30507 \end_layout
30508
30509 \begin_layout Standard
30510
30511 \series bold
30512
30513 \backslash
30514 usepackage{remreset}
30515 \end_layout
30516
30517 \begin_layout Standard
30518 という行を入れて、
30519 \series bold
30520 remreset.sty
30521 \series default
30522
30523 \begin_inset Foot
30524 status collapsed
30525
30526 \begin_layout Plain Layout
30527
30528 \series bold
30529 remreset
30530 \series default
30531 は、LaTeXパッケージの
30532 \series bold
30533 carlisle
30534 \series default
30535
30536 \begin_inset Index idx
30537 status collapsed
30538
30539 \begin_layout Plain Layout
30540 ぱっけーじ@パッケージ ! carlisle
30541 \end_layout
30542
30543 \end_inset
30544
30545 の一部として含まれており、LaTeX標準頒布版には含まれています。
30546 \end_layout
30547
30548 \end_inset
30549
30550
30551 \begin_inset Index idx
30552 status collapsed
30553
30554 \begin_layout Plain Layout
30555 ぱっけーじ@パッケージ ! remreset
30556 \end_layout
30557
30558 \end_inset
30559
30560 ファイルを読み込んでおかなくてはなりません。その後
30561 \begin_inset Newline newline
30562 \end_inset
30563
30564
30565 \series bold
30566
30567 \backslash
30568 @removefromreset
30569 \series default
30570
30571 \begin_inset Index idx
30572 status collapsed
30573
30574 \begin_layout Plain Layout
30575 こまんど@コマンド ! 
30576 \begin_inset ERT
30577 status collapsed
30578
30579 \begin_layout Plain Layout
30580
30581 "
30582 \end_layout
30583
30584 \end_inset
30585
30586 @
30587 \begin_inset ERT
30588 status collapsed
30589
30590 \begin_layout Plain Layout
30591
30592 "
30593 \end_layout
30594
30595 \end_inset
30596
30597  ! 
30598 \backslash
30599
30600 \begin_inset ERT
30601 status collapsed
30602
30603 \begin_layout Plain Layout
30604
30605 "
30606 \end_layout
30607
30608 \end_inset
30609
30610 @
30611 \begin_inset ERT
30612 status collapsed
30613
30614 \begin_layout Plain Layout
30615
30616 "
30617 \end_layout
30618
30619 \end_inset
30620
30621 removefromreset
30622 \end_layout
30623
30624 \end_inset
30625
30626 コマンドを
30627 \series bold
30628
30629 \backslash
30630 @addtoreset
30631 \series default
30632 と同じ書式で使用すると、
30633 \series bold
30634
30635 \backslash
30636 @addtoreset
30637 \series default
30638 を戻すことができます。
30639 \end_layout
30640
30641 \begin_layout Standard
30642 \begin_inset VSpace bigskip
30643 \end_inset
30644
30645 ときには、数式を
30646 \end_layout
30647
30648 \begin_layout Standard
30649
30650 \family typewriter
30651 (節番号.数式番号)
30652 \end_layout
30653
30654 \begin_layout Standard
30655 のような形で付番し、節ごとに数式番号を「1」から始めさせなくてはならないときがあります。
30656 \end_layout
30657
30658 \begin_layout Standard
30659 このような場合のために、
30660 \series bold
30661
30662 \backslash
30663 numberwithin
30664 \series default
30665
30666 \begin_inset Index idx
30667 status collapsed
30668
30669 \begin_layout Plain Layout
30670 こまんど@コマンド ! N ! 
30671 \backslash
30672 numberwithin
30673 \end_layout
30674
30675 \end_inset
30676
30677 というコマンドがあり、
30678 \end_layout
30679
30680 \begin_layout Standard
30681
30682 \series bold
30683
30684 \backslash
30685 numberwithin{カウンタ}{節階層}
30686 \end_layout
30687
30688 \begin_layout Standard
30689 という書式で用います。「カウンタ」は、どの番号を制御するかを表し、「節階層」は点の前に何の番号を振るのかを表します。
30690 \end_layout
30691
30692 \begin_layout Standard
30693 したがって、ここではLaTeXプリアンブルかTeXコードで
30694 \end_layout
30695
30696 \begin_layout Standard
30697
30698 \series bold
30699
30700 \backslash
30701 numberwithin{equation}{section}
30702 \end_layout
30703
30704 \begin_layout Standard
30705 という行を用いることにしましょう。その結果がこれです。
30706 \begin_inset ERT
30707 status collapsed
30708
30709 \begin_layout Plain Layout
30710
30711
30712 \backslash
30713 numberwithin{equation}{section}
30714 \end_layout
30715
30716 \end_inset
30717
30718
30719 \begin_inset Formula 
30720 \begin{equation}
30721 A+B=C
30722 \end{equation}
30723
30724 \end_inset
30725
30726
30727 \end_layout
30728
30729 \begin_layout Standard
30730 たとえば、部番号を節階層として使用して、表に付番を施すときには
30731 \begin_inset Newline newline
30732 \end_inset
30733
30734
30735 \series bold
30736
30737 \backslash
30738 numberwithin{table}{part}
30739 \series default
30740 を用います。
30741 \end_layout
30742
30743 \begin_layout Standard
30744 標準の付番方式に戻したいときや、この種の付番が文書クラスで定義されているときに、それを止めさせたい場合には、
30745 \end_layout
30746
30747 \begin_layout Standard
30748
30749 \series bold
30750
30751 \backslash
30752 renewcommand{
30753 \backslash
30754 theequation}{
30755 \backslash
30756 arabic{equation}}
30757 \begin_inset Index idx
30758 status collapsed
30759
30760 \begin_layout Plain Layout
30761 こまんど@コマンド ! A ! 
30762 \backslash
30763 arabic
30764 \end_layout
30765
30766 \end_inset
30767
30768
30769 \series default
30770
30771 \begin_inset ERT
30772 status collapsed
30773
30774 \begin_layout Plain Layout
30775
30776
30777 \backslash
30778 renewcommand{
30779 \backslash
30780 theequation}{
30781 \backslash
30782 arabic{equation}}
30783 \end_layout
30784
30785 \end_inset
30786
30787
30788 \series bold
30789
30790 \begin_inset Newline newline
30791 \end_inset
30792
30793
30794 \series default
30795 あるいは
30796 \series bold
30797
30798 \begin_inset Newline newline
30799 \end_inset
30800
30801
30802 \backslash
30803 renewcommand{
30804 \backslash
30805 thetable}{
30806 \backslash
30807 arabic{table}}
30808 \end_layout
30809
30810 \begin_layout Standard
30811 というコマンドをTeXコードとして入れるか、LaTeXプリアンブルに入れます。
30812 \series bold
30813
30814 \backslash
30815 numberwithin
30816 \series default
30817 は、内部的に上記で述べた
30818 \series bold
30819
30820 \backslash
30821 @addtoreset
30822 \series default
30823 コマンドを使用しているので、これも使用後は戻しておかなくてはなりません。
30824 \begin_inset ERT
30825 status collapsed
30826
30827 \begin_layout Plain Layout
30828
30829
30830 \backslash
30831 makeatletter
30832 \end_layout
30833
30834 \begin_layout Plain Layout
30835
30836
30837 \backslash
30838 @removefromreset{equation}{section}
30839 \end_layout
30840
30841 \begin_layout Plain Layout
30842
30843
30844 \backslash
30845 makeatother
30846 \end_layout
30847
30848 \end_inset
30849
30850
30851 \end_layout
30852
30853 \begin_layout Subsection
30854 ローマ数字や文字を使った付番
30855 \begin_inset Index idx
30856 status collapsed
30857
30858 \begin_layout Plain Layout
30859 すうしきばんごう@数式番号 ! もじをつかった@文字を使った
30860 \end_layout
30861
30862 \end_inset
30863
30864
30865 \begin_inset Index idx
30866 status collapsed
30867
30868 \begin_layout Plain Layout
30869 すうしきばんごう@数式番号 ! ろーますうじをつかった@ローマ数字を使った
30870 \end_layout
30871
30872 \end_inset
30873
30874
30875 \end_layout
30876
30877 \begin_layout Standard
30878 数式は、ローマ数字やラテン文字を使って付番することもできます。たとえば、小文字のローマ数字を使って付番するには、数式の前にTeXモードで
30879 \end_layout
30880
30881 \begin_layout Standard
30882
30883 \series bold
30884
30885 \backslash
30886 renewcommand{
30887 \backslash
30888 theequation}{
30889 \backslash
30890 roman{equation}}
30891 \end_layout
30892
30893 \begin_layout Standard
30894 というコマンドを入れます。
30895 \series bold
30896
30897 \backslash
30898 renewcommand
30899 \series default
30900
30901 \begin_inset Index idx
30902 status collapsed
30903
30904 \begin_layout Plain Layout
30905 こまんど@コマンド ! R ! 
30906 \backslash
30907 renewcommand
30908 \end_layout
30909
30910 \end_inset
30911
30912 は、定義済みのコマンド
30913 \series bold
30914
30915 \backslash
30916 theequation
30917 \series default
30918 をコマンド
30919 \series bold
30920
30921 \backslash
30922 roman{equation}
30923 \series default
30924 に再定義します
30925 \begin_inset Foot
30926 status collapsed
30927
30928 \begin_layout Plain Layout
30929
30930 \series bold
30931
30932 \backslash
30933 renewcommand
30934 \series default
30935 コマンドは、第
30936 \begin_inset CommandInset ref
30937 LatexCommand ref
30938 reference "sub:newcommandコマンド"
30939
30940 \end_inset
30941
30942 節に述べられている
30943 \series bold
30944
30945 \backslash
30946 newcommand
30947 \series default
30948 コマンドと同じ書式を持ちます。
30949 \end_layout
30950
30951 \end_inset
30952
30953 。ここで、
30954 \series bold
30955 equation
30956 \series default
30957 は数式カウンタです。コマンド
30958 \series bold
30959
30960 \backslash
30961 the
30962 \series default
30963 をカウンタの接頭辞として使用すると、カウンタの値がアラビア数字として出力されます。数式に番号を振ると、LaTeXは、内部的に
30964 \series bold
30965
30966 \backslash
30967 theequation
30968 \series default
30969 コマンドを数式の後ろに置くのです。
30970 \series bold
30971
30972 \backslash
30973 roman{equation}
30974 \begin_inset Index idx
30975 status collapsed
30976
30977 \begin_layout Plain Layout
30978 こまんど@コマンド ! R ! 
30979 \backslash
30980 roman
30981 \end_layout
30982
30983 \end_inset
30984
30985
30986 \series default
30987 は、カウンタを小文字のローマ数字として出力します。
30988 \end_layout
30989
30990 \begin_layout Standard
30991 こうして、
30992 \series bold
30993
30994 \backslash
30995 renew
30996 \series default
30997 c
30998 \series bold
30999 ommand
31000 \series default
31001 コマンド以降の数式はすべて、ローマ数字で付番されるようになります。大文字のローマ数字での付番に切り替えたいときは、同じコマンドの
31002 \series bold
31003
31004 \backslash
31005 roman
31006 \series default
31007 の部分を
31008 \series bold
31009
31010 \backslash
31011 Roman
31012 \series default
31013
31014 \begin_inset Index idx
31015 status collapsed
31016
31017 \begin_layout Plain Layout
31018 こまんど@コマンド ! R ! 
31019 \backslash
31020 roman@
31021 \backslash
31022 Roman
31023 \end_layout
31024
31025 \end_inset
31026
31027 に変えて挿入します。また、小文字ラテン文字を使って「付番」したいときのために、
31028 \series bold
31029
31030 \backslash
31031 alph
31032 \series default
31033
31034 \begin_inset Index idx
31035 status collapsed
31036
31037 \begin_layout Plain Layout
31038 こまんど@コマンド ! A ! 
31039 \backslash
31040 alph
31041 \end_layout
31042
31043 \end_inset
31044
31045 コマンドがあり、大文字ラテン文字を使って付番したいときのためには、
31046 \series bold
31047
31048 \backslash
31049 Alph
31050 \series default
31051
31052 \begin_inset Index idx
31053 status collapsed
31054
31055 \begin_layout Plain Layout
31056 こまんど@コマンド ! A ! 
31057 \backslash
31058 alph@
31059 \backslash
31060 Alph
31061 \end_layout
31062
31063 \end_inset
31064
31065 コマンドがあります。
31066 \end_layout
31067
31068 \begin_layout Standard
31069 \begin_inset Note Greyedout
31070 status open
31071
31072 \begin_layout Plain Layout
31073
31074 \series bold
31075 【註】
31076 \series default
31077 ラテン文字を使うと、一つの文書の中で、最大26個の数式しか番号を振ることができません。
31078 \end_layout
31079
31080 \end_inset
31081
31082
31083 \end_layout
31084
31085 \begin_layout Standard
31086 \begin_inset ERT
31087 status collapsed
31088
31089 \begin_layout Plain Layout
31090
31091
31092 \backslash
31093 renewcommand{
31094 \backslash
31095 theequation}{
31096 \backslash
31097 roman{equation}}
31098 \end_layout
31099
31100 \end_inset
31101
31102
31103 \end_layout
31104
31105 \begin_layout Standard
31106 \begin_inset Formula 
31107 \begin{equation}
31108 A=\textrm{小文字ローマ数字}
31109 \end{equation}
31110
31111 \end_inset
31112
31113
31114 \begin_inset ERT
31115 status collapsed
31116
31117 \begin_layout Plain Layout
31118
31119
31120 \backslash
31121 renewcommand{
31122 \backslash
31123 theequation}{
31124 \backslash
31125 Roman{equation}}
31126 \end_layout
31127
31128 \end_inset
31129
31130
31131 \begin_inset Formula 
31132 \begin{equation}
31133 B=\textrm{大文字ローマ数字}\label{eq:Rom}
31134 \end{equation}
31135
31136 \end_inset
31137
31138
31139 \begin_inset ERT
31140 status collapsed
31141
31142 \begin_layout Plain Layout
31143
31144
31145 \backslash
31146 renewcommand{
31147 \backslash
31148 theequation}{
31149 \backslash
31150 alph{equation}}
31151 \end_layout
31152
31153 \end_inset
31154
31155
31156 \begin_inset Formula 
31157 \begin{equation}
31158 C=\textrm{小文字ラテン文字}
31159 \end{equation}
31160
31161 \end_inset
31162
31163
31164 \begin_inset ERT
31165 status collapsed
31166
31167 \begin_layout Plain Layout
31168
31169
31170 \backslash
31171 renewcommand{
31172 \backslash
31173 theequation}{
31174 \backslash
31175 Alph{equation}}
31176 \end_layout
31177
31178 \end_inset
31179
31180
31181 \begin_inset Formula 
31182 \begin{equation}
31183 D=\textrm{大文字ラテン文字}\label{eq:Lat}
31184 \end{equation}
31185
31186 \end_inset
31187
31188
31189 \end_layout
31190
31191 \begin_layout Standard
31192 既定の付番方式に戻すには、以下のコマンドを挿入してください。
31193 \end_layout
31194
31195 \begin_layout Standard
31196
31197 \series bold
31198
31199 \backslash
31200 renewcommand{
31201 \backslash
31202 theequation}{
31203 \backslash
31204 arabic{equation}}
31205 \begin_inset Index idx
31206 status collapsed
31207
31208 \begin_layout Plain Layout
31209 こまんど@コマンド ! A ! 
31210 \backslash
31211 arabic
31212 \end_layout
31213
31214 \end_inset
31215
31216
31217 \end_layout
31218
31219 \begin_layout Standard
31220 \begin_inset ERT
31221 status collapsed
31222
31223 \begin_layout Plain Layout
31224
31225
31226 \backslash
31227 renewcommand{
31228 \backslash
31229 theequation}{
31230 \backslash
31231 arabic{equation}}
31232 \end_layout
31233
31234 \end_inset
31235
31236
31237 \begin_inset Formula 
31238 \begin{equation}
31239 E=\textrm{アラビア数字}
31240 \end{equation}
31241
31242 \end_inset
31243
31244
31245 \end_layout
31246
31247 \begin_layout Standard
31248 \begin_inset VSpace medskip
31249 \end_inset
31250
31251 以上からわかるとおり、付番様式の違いに関わらず、数式番号は連番で振られます。様式変更時に「1」から番号が始まるようにするためには、新しい数式カウンタを定義しなく
31252 てはなりません。この点に関する説明は、ファイル
31253 \begin_inset CommandInset href
31254 LatexCommand href
31255 name "Formula-numbering.lyx"
31256 target "run:Formula-numbering.lyx"
31257
31258 \end_inset
31259
31260 にあります。
31261 \end_layout
31262
31263 \begin_layout Section
31264 化学記号と化学式
31265 \begin_inset CommandInset label
31266 LatexCommand label
31267 name "sub:化学記号と化学式"
31268
31269 \end_inset
31270
31271
31272 \begin_inset Index idx
31273 status collapsed
31274
31275 \begin_layout Plain Layout
31276 かがくきごう@化学記号 ! きごう@記号
31277 \end_layout
31278
31279 \end_inset
31280
31281
31282 \begin_inset Index idx
31283 status collapsed
31284
31285 \begin_layout Plain Layout
31286 かがくしき@化学式
31287 \end_layout
31288
31289 \end_inset
31290
31291
31292 \begin_inset Index idx
31293 status collapsed
31294
31295 \begin_layout Plain Layout
31296 きごう@記号 ! かがく@化学
31297 \end_layout
31298
31299 \end_inset
31300
31301
31302 \end_layout
31303
31304 \begin_layout Standard
31305 以下は、化学関係の文章の例です。
31306 \end_layout
31307
31308 \begin_layout Quote
31309 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
31310 \end_inset
31311
31312 イオンは、2つの
31313 \begin_inset Formula $\mathrm{Na^{+}}$
31314 \end_inset
31315
31316 イオンと反応して、硫酸化塩
31317 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
31318 \end_inset
31319
31320 を形成します。この化学式は以下のようになります。
31321 \begin_inset Formula 
31322 \begin{equation}
31323 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chem-reaction}
31324 \end{equation}
31325
31326 \end_inset
31327
31328
31329 \end_layout
31330
31331 \begin_layout Standard
31332 この化学式は、直接数式として作成することができます。記号がイタリック体として表示されることを防ぐには、全体を選択してから
31333 \begin_inset Flex Ruby
31334 status collapsed
31335
31336 \begin_layout Plain Layout
31337 捷径
31338 \begin_inset Argument post:1
31339 status collapsed
31340
31341 \begin_layout Plain Layout
31342 ショートカット
31343 \end_layout
31344
31345 \end_inset
31346
31347
31348 \end_layout
31349
31350 \end_inset
31351
31352
31353 \begin_inset Info
31354 type  "shortcut"
31355 arg   "font-roman"
31356 \end_inset
31357
31358 を押せば、アップライトフォント様式に変更することができます
31359 \begin_inset Foot
31360 status collapsed
31361
31362 \begin_layout Plain Layout
31363 フォント様式に関しては、第
31364 \begin_inset CommandInset ref
31365 LatexCommand ref
31366 reference "sub:書体様式"
31367
31368 \end_inset
31369
31370 節を参照のこと。
31371 \end_layout
31372
31373 \end_inset
31374
31375
31376 \end_layout
31377
31378 \begin_layout Standard
31379 化学式を組版するのにもう少し便利な方法は、LaTeXパッケージ
31380 \series bold
31381 mhchem
31382 \series default
31383
31384 \begin_inset Index idx
31385 status collapsed
31386
31387 \begin_layout Plain Layout
31388 ぱっけーじ@パッケージ ! mhchem
31389 \end_layout
31390
31391 \end_inset
31392
31393 が導入されているときに使用することができる
31394 \series bold
31395
31396 \backslash
31397 ce
31398 \series default
31399
31400 \begin_inset Index idx
31401 status collapsed
31402
31403 \begin_layout Plain Layout
31404 こまんど@コマンド ! C ! 
31405 \backslash
31406 ce
31407 \end_layout
31408
31409 \end_inset
31410
31411 コマンドを使用することです。
31412 \series bold
31413
31414 \backslash
31415 ce
31416 \series default
31417 を数式に入力すると、新しい青いボックスが現れ、直感的に化学式を入力することができます。
31418 \end_layout
31419
31420 \begin_layout Standard
31421 \align center
31422 \begin_inset Tabular
31423 <lyxtabular version="3" rows="9" columns="2">
31424 <features rotate="0" tabularvalignment="middle">
31425 <column alignment="center" valignment="top">
31426 <column alignment="center" valignment="top">
31427 <row>
31428 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31429 \begin_inset Text
31430
31431 \begin_layout Plain Layout
31432 コマンド
31433 \end_layout
31434
31435 \end_inset
31436 </cell>
31437 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31438 \begin_inset Text
31439
31440 \begin_layout Plain Layout
31441 出力
31442 \begin_inset Note Note
31443 status collapsed
31444
31445 \begin_layout Plain Layout
31446
31447 \series bold
31448
31449 \backslash
31450 raisebox
31451 \series default
31452 はスペーサーとしてのみ使用されています。
31453 \end_layout
31454
31455 \end_inset
31456
31457
31458 \end_layout
31459
31460 \end_inset
31461 </cell>
31462 </row>
31463 <row>
31464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31465 \begin_inset Text
31466
31467 \begin_layout Plain Layout
31468
31469 \backslash
31470 ce
31471 \begin_inset space \textvisiblespace{}
31472 \end_inset
31473
31474 H2CO3
31475 \end_layout
31476
31477 \end_inset
31478 </cell>
31479 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31480 \begin_inset Text
31481
31482 \begin_layout Plain Layout
31483 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$
31484 \end_inset
31485
31486
31487 \end_layout
31488
31489 \end_inset
31490 </cell>
31491 </row>
31492 <row>
31493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31494 \begin_inset Text
31495
31496 \begin_layout Plain Layout
31497
31498 \backslash
31499 ce
31500 \begin_inset space \textvisiblespace{}
31501 \end_inset
31502
31503 SO4^2-
31504 \end_layout
31505
31506 \end_inset
31507 </cell>
31508 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31509 \begin_inset Text
31510
31511 \begin_layout Plain Layout
31512 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$
31513 \end_inset
31514
31515
31516 \end_layout
31517
31518 \end_inset
31519 </cell>
31520 </row>
31521 <row>
31522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31523 \begin_inset Text
31524
31525 \begin_layout Plain Layout
31526
31527 \backslash
31528 ce
31529 \begin_inset space \textvisiblespace{}
31530 \end_inset
31531
31532 (NH4)2S
31533 \end_layout
31534
31535 \end_inset
31536 </cell>
31537 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31538 \begin_inset Text
31539
31540 \begin_layout Plain Layout
31541 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$
31542 \end_inset
31543
31544
31545 \end_layout
31546
31547 \end_inset
31548 </cell>
31549 </row>
31550 <row>
31551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31552 \begin_inset Text
31553
31554 \begin_layout Plain Layout
31555
31556 \backslash
31557 ce
31558 \begin_inset space \textvisiblespace{}
31559 \end_inset
31560
31561 KCr(SO4)2.12H2O
31562 \end_layout
31563
31564 \end_inset
31565 </cell>
31566 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31567 \begin_inset Text
31568
31569 \begin_layout Plain Layout
31570 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
31571 \end_inset
31572
31573
31574 \end_layout
31575
31576 \end_inset
31577 </cell>
31578 </row>
31579 <row>
31580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31581 \begin_inset Text
31582
31583 \begin_layout Plain Layout
31584
31585 \backslash
31586 ce
31587 \begin_inset space \textvisiblespace{}
31588 \end_inset
31589
31590 A-B
31591 \backslash
31592 dbond
31593 \begin_inset space \textvisiblespace{}
31594 \end_inset
31595
31596 C
31597 \backslash
31598 tbond
31599 \begin_inset space \textvisiblespace{}
31600 \end_inset
31601
31602 D
31603 \end_layout
31604
31605 \end_inset
31606 </cell>
31607 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31608 \begin_inset Text
31609
31610 \begin_layout Plain Layout
31611 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
31612 \end_inset
31613
31614
31615 \end_layout
31616
31617 \end_inset
31618 </cell>
31619 </row>
31620 <row>
31621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31622 \begin_inset Text
31623
31624 \begin_layout Plain Layout
31625
31626 \backslash
31627 ce
31628 \begin_inset space \textvisiblespace{}
31629 \end_inset
31630
31631 ^227
31632 \begin_inset Formula $\downarrow$
31633 \end_inset
31634
31635 _90
31636 \begin_inset Formula $\to$
31637 \end_inset
31638
31639 Th+
31640 \end_layout
31641
31642 \end_inset
31643 </cell>
31644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31645 \begin_inset Text
31646
31647 \begin_layout Plain Layout
31648 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
31649 \end_inset
31650
31651
31652 \end_layout
31653
31654 \end_inset
31655 </cell>
31656 </row>
31657 <row>
31658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31659 \begin_inset Text
31660
31661 \begin_layout Plain Layout
31662
31663 \backslash
31664 ce
31665 \begin_inset space \textvisiblespace{}
31666 \end_inset
31667
31668 CO2
31669 \begin_inset space \textvisiblespace{}
31670 \end_inset
31671
31672 +
31673 \begin_inset space \textvisiblespace{}
31674 \end_inset
31675
31676 C
31677 \begin_inset space \textvisiblespace{}
31678 \end_inset
31679
31680 <=>
31681 \begin_inset space \textvisiblespace{}
31682 \end_inset
31683
31684 2CO
31685 \end_layout
31686
31687 \end_inset
31688 </cell>
31689 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31690 \begin_inset Text
31691
31692 \begin_layout Plain Layout
31693 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$
31694 \end_inset
31695
31696
31697 \end_layout
31698
31699 \end_inset
31700 </cell>
31701 </row>
31702 <row>
31703 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31704 \begin_inset Text
31705
31706 \begin_layout Plain Layout
31707
31708 \backslash
31709 ce
31710 \begin_inset space \textvisiblespace{}
31711 \end_inset
31712
31713 CO2
31714 \begin_inset space \textvisiblespace{}
31715 \end_inset
31716
31717 +
31718 \begin_inset space \textvisiblespace{}
31719 \end_inset
31720
31721 C
31722 \begin_inset space \textvisiblespace{}
31723 \end_inset
31724
31725 ->[
31726 \backslash
31727 alpha][
31728 \backslash
31729 beta]
31730 \begin_inset space \textvisiblespace{}
31731 \end_inset
31732
31733 2CO}
31734 \end_layout
31735
31736 \end_inset
31737 </cell>
31738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31739 \begin_inset Text
31740
31741 \begin_layout Plain Layout
31742 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
31743 \end_inset
31744
31745
31746 \end_layout
31747
31748 \end_inset
31749 </cell>
31750 </row>
31751 </lyxtabular>
31752
31753 \end_inset
31754
31755
31756 \end_layout
31757
31758 \begin_layout Standard
31759 \begin_inset Note Greyedout
31760 status open
31761
31762 \begin_layout Plain Layout
31763
31764 \series bold
31765 【註】
31766 \backslash
31767 ce
31768 \series default
31769 ボックスに数式を入れようとすると、LaTeXエラーが発生します。このような場合には、
31770 \series bold
31771
31772 \backslash
31773 ce{$
31774 \backslash
31775 mu
31776 \backslash
31777 hyphen$Cl}
31778 \series default
31779 (
31780 \begin_inset ERT
31781 status collapsed
31782
31783 \begin_layout Plain Layout
31784
31785
31786 \backslash
31787 ce{$
31788 \backslash
31789 mu
31790 \backslash
31791 hyphen$Cl}
31792 \end_layout
31793
31794 \end_inset
31795
31796 )のようにTeXコードを使わなくてはなりません。
31797 \end_layout
31798
31799 \end_inset
31800
31801
31802 \end_layout
31803
31804 \begin_layout Standard
31805
31806 \series bold
31807
31808 \backslash
31809 ce
31810 \series default
31811 を使うと
31812 \begin_inset CommandInset ref
31813 LatexCommand eqref
31814 reference "eq:chem-reaction"
31815
31816 \end_inset
31817
31818 式のコマンドは
31819 \begin_inset Newline newline
31820 \end_inset
31821
31822
31823 \series bold
31824  
31825 \backslash
31826 ce
31827 \begin_inset space \textvisiblespace{}
31828 \end_inset
31829
31830 2Na+
31831 \begin_inset space \textvisiblespace{}
31832 \end_inset
31833
31834 +
31835 \begin_inset space \textvisiblespace{}
31836 \end_inset
31837
31838 SO4^2-
31839 \begin_inset space \textvisiblespace{}
31840 \end_inset
31841
31842
31843 \begin_inset space \textvisiblespace{}
31844 \end_inset
31845
31846 ->
31847 \begin_inset space \textvisiblespace{}
31848 \end_inset
31849
31850 Na2SO4
31851 \begin_inset Newline newline
31852 \end_inset
31853
31854
31855 \series default
31856 のようになります。
31857 \end_layout
31858
31859 \begin_layout Standard
31860 複数行の化学式を作るには、第
31861 \begin_inset CommandInset ref
31862 LatexCommand ref
31863 reference "sec:多行数式"
31864
31865 \end_inset
31866
31867 節に述べられている方法で、多行数式をまず作ります。その後、数式の小さな青いボックスそれぞれに
31868 \series bold
31869
31870 \backslash
31871 ce
31872 \series default
31873 コマンドを使用します。
31874 \begin_inset CommandInset ref
31875 LatexCommand eqref
31876 reference "eq:TEOS-reaction-1"
31877
31878 \end_inset
31879
31880 式と
31881 \begin_inset CommandInset ref
31882 LatexCommand eqref
31883 reference "eq:TEOS-reaction-2"
31884
31885 \end_inset
31886
31887 式は、多段化学反応式の例で、一つの式毎に番号が振られています。
31888 \begin_inset Formula 
31889 \begin{eqnarray}
31890 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reaction-1}\\
31891 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reaction-2}
31892 \end{eqnarray}
31893
31894 \end_inset
31895
31896
31897 \end_layout
31898
31899 \begin_layout Standard
31900
31901 \series bold
31902 mhchem
31903 \series default
31904 パッケージは、
31905 \series bold
31906
31907 \backslash
31908 ce
31909 \series default
31910 の他に、特殊ケースに使用する
31911 \series bold
31912
31913 \backslash
31914 cf
31915 \series default
31916
31917 \begin_inset Index idx
31918 status collapsed
31919
31920 \begin_layout Plain Layout
31921 こまんど@コマンド ! C ! 
31922 \backslash
31923 cf
31924 \end_layout
31925
31926 \end_inset
31927
31928 コマンドを提供しています。
31929 \series bold
31930
31931 \backslash
31932 cf
31933 \series default
31934 の詳しい情報と例示については、
31935 \series bold
31936 mhchem
31937 \series default
31938
31939 \begin_inset CommandInset citation
31940 LatexCommand cite
31941 key "mhchem"
31942
31943 \end_inset
31944
31945 の取扱説明書をご覧ください。
31946 \end_layout
31947
31948 \begin_layout Section
31949 図解
31950 \end_layout
31951
31952 \begin_layout Standard
31953 LyXは、二つの型の可換図
31954 \series bold
31955 amscd
31956 \series default
31957 および
31958 \series bold
31959 xymatrix
31960 \series default
31961 をサポートしており、以下でこれらの説明をします。
31962 \end_layout
31963
31964 \begin_layout Subsection
31965 amscd図解
31966 \begin_inset Index idx
31967 status collapsed
31968
31969 \begin_layout Plain Layout
31970 ずかい@図解 ! amscd
31971 \end_layout
31972
31973 \end_inset
31974
31975
31976 \end_layout
31977
31978 \begin_layout Standard
31979 この型の図解は、以下のように、関係を縦横の線や矢印で図示します。
31980 \begin_inset Formula 
31981 \[
31982 \begin{CD}A@>>>B@>>>C\\
31983 @AAA@.@VVV\\
31984 F@<<<E@<<<D
31985 \end{CD}
31986 \]
31987
31988 \end_inset
31989
31990
31991 \end_layout
31992
31993 \begin_layout Standard
31994 これを作るには、数式に
31995 \series bold
31996
31997 \backslash
31998 CD
31999 \begin_inset Index idx
32000 status collapsed
32001
32002 \begin_layout Plain Layout
32003 こまんど@コマンド ! C ! 
32004 \backslash
32005 CD
32006 \end_layout
32007
32008 \end_inset
32009
32010
32011 \series default
32012 コマンドを挿入します。二つの点線に囲まれた青枠が現れるので、ここにコマンドを入れていきます。
32013 \begin_inset Info
32014 type  "shortcut"
32015 arg   "newline-insert newline"
32016 \end_inset
32017
32018 を押すと、新しい行が作られます。水平方向の関係は奇数行に入れ、垂直方向の関係は偶数行に入れます。
32019 \end_layout
32020
32021 \begin_layout Standard
32022 関係を作るには、以下のコマンドがあります。
32023 \end_layout
32024
32025 \begin_layout Itemize
32026 \begin_inset Formula $\boldsymbol{@<<<}$
32027 \end_inset
32028
32029 は左矢印、
32030 \begin_inset Formula $\boldsymbol{@>>>}$
32031 \end_inset
32032
32033 は右矢印、
32034 \series bold
32035 @=
32036 \series default
32037 は長い等号を生成します。
32038 \end_layout
32039
32040 \begin_layout Itemize
32041
32042 \series bold
32043 @AAA
32044 \series default
32045 は上矢印、
32046 \series bold
32047 @VVV
32048 \series default
32049 は下矢印、
32050 \begin_inset Formula $\boldsymbol{@|}$
32051 \end_inset
32052
32053 は縦向きの等号を生成します。
32054 \end_layout
32055
32056 \begin_layout Itemize
32057
32058 \series bold
32059 @.
32060 \series default
32061 は関係が存在しない部分に置きます。
32062 \end_layout
32063
32064 \begin_layout Standard
32065 矢印はすべて、以下のようにラベル付けをすることができます。
32066 \end_layout
32067
32068 \begin_layout Itemize
32069 文章を、第1と第2の「
32070 \begin_inset Formula $<$
32071 \end_inset
32072
32073 」ないし「
32074 \begin_inset Formula $>$
32075 \end_inset
32076
32077 」のあいだに入れると、この文章は矢印の上に表示されます。第2・第3の「
32078 \begin_inset Formula $<$
32079 \end_inset
32080
32081 」ないし「
32082 \begin_inset Formula $>$
32083 \end_inset
32084
32085 」のあいだに入れると、矢印の下に表示されます。
32086 \end_layout
32087
32088 \begin_layout Itemize
32089 縦矢印に付ける文章を、第1・第2の「A」ないし「V」のあいだに入れると、この文章は矢印の左に表示されます。第2・第3のもののあいだに入れると、矢印の右に表示され
32090 ます。文章中に「A」や「V」の文字があるときには、これらはTeX括弧の中に入れなくてはなりません。
32091 \end_layout
32092
32093 \begin_layout Standard
32094 以下は、上記のすべての関係を使った例です。
32095 \end_layout
32096
32097 \begin_layout Standard
32098 \begin_inset Formula 
32099 \[
32100 \begin{CD}A@>j>>B@>>k>C@=F\\
32101 @AmAA@.@VV{V}V@|\\
32102 D@<<j<E@>k>>F@=C
32103 \end{CD}
32104 \]
32105
32106 \end_inset
32107
32108
32109 \end_layout
32110
32111 \begin_layout Standard
32112 これを作るコマンドは、以下のとおりです。
32113 \begin_inset Newline newline
32114 \end_inset
32115
32116
32117 \series bold
32118
32119 \backslash
32120 CD
32121 \begin_inset space \textvisiblespace{}
32122 \end_inset
32123
32124 A
32125 \begin_inset Formula $\boldsymbol{@>}$
32126 \end_inset
32127
32128 j
32129 \begin_inset Formula $\boldsymbol{>>}$
32130 \end_inset
32131
32132 B
32133 \begin_inset Formula $\boldsymbol{@>>}$
32134 \end_inset
32135
32136 k
32137 \begin_inset Formula $\boldsymbol{>}$
32138 \end_inset
32139
32140 C@=F Ctrl+Return
32141 \begin_inset Newline newline
32142 \end_inset
32143
32144
32145 \begin_inset Phantom HPhantom
32146 status open
32147
32148 \begin_layout Plain Layout
32149
32150 \series bold
32151
32152 \backslash
32153 CD
32154 \begin_inset space \textvisiblespace{}
32155 \end_inset
32156
32157
32158 \end_layout
32159
32160 \end_inset
32161
32162 @AmAA@.@VV
32163 \backslash
32164 {V
32165 \series default
32166
32167 \begin_inset Formula $\to$
32168 \end_inset
32169
32170
32171 \series bold
32172 V
32173 \begin_inset Formula $\boldsymbol{@|}$
32174 \end_inset
32175
32176  Ctrl+Return
32177 \begin_inset Newline newline
32178 \end_inset
32179
32180
32181 \begin_inset Phantom HPhantom
32182 status open
32183
32184 \begin_layout Plain Layout
32185
32186 \series bold
32187
32188 \backslash
32189 CD
32190 \begin_inset space \textvisiblespace{}
32191 \end_inset
32192
32193
32194 \end_layout
32195
32196 \end_inset
32197
32198 D
32199 \begin_inset Formula $\boldsymbol{@<<}$
32200 \end_inset
32201
32202 j
32203 \begin_inset Formula $\boldsymbol{<}$
32204 \end_inset
32205
32206 E
32207 \begin_inset Formula $\boldsymbol{@>}$
32208 \end_inset
32209
32210 k
32211 \begin_inset Formula $\boldsymbol{>>}$
32212 \end_inset
32213
32214 F@=C
32215 \end_layout
32216
32217 \begin_layout Subsection
32218 xymatrix図解
32219 \begin_inset Index idx
32220 status collapsed
32221
32222 \begin_layout Plain Layout
32223 ずかい@図解 ! xymatrix
32224 \end_layout
32225
32226 \end_inset
32227
32228
32229 \end_layout
32230
32231 \begin_layout Standard
32232 xymatricesを使うには、LaTeXパッケージの
32233 \series bold
32234 xypic
32235 \series default
32236 が導入済みである必要があります。xymatrixは、数式中に
32237 \series bold
32238
32239 \backslash
32240 xymatrix
32241 \series default
32242 コマンドを入れることで作ることができます。すると、通常の行列と同じようにして、列や行を付け加えることができます。第
32243 \begin_inset CommandInset ref
32244 LatexCommand ref
32245 reference "sec:行列"
32246
32247 \end_inset
32248
32249 節をご参照下さい。
32250 \end_layout
32251
32252 \begin_layout Standard
32253 amscd図解とは異なり、xymatricesは、対角矢印や曲がった矢印など多様なサポートをしています。作ることのできる可換図と装飾は、
32254 \family sans
32255 ヘルプ\SpecialChar \menuseparator
32256 用途別説明書\SpecialChar \menuseparator
32257 XY-pic説明書
32258 \family default
32259 メニューにある
32260 \emph on
32261 XY-pic説明書
32262 \emph default
32263 で詳しく網羅しています。
32264 \end_layout
32265
32266 \begin_layout Subsection
32267 ファインマン図
32268 \series medium
32269
32270 \begin_inset Index idx
32271 status collapsed
32272
32273 \begin_layout Plain Layout
32274 ずかい@図解 ! ファインマン
32275 \end_layout
32276
32277 \end_inset
32278
32279
32280 \end_layout
32281
32282 \begin_layout Standard
32283 ファインマン図を使うには、LaTeXパッケージ
32284 \series bold
32285 feyn
32286 \series default
32287 を導入しておかなくてはなりません。すると、ファインマン図は、数式中で
32288 \series bold
32289
32290 \backslash
32291 Diagram
32292 \series default
32293 コマンドを挿入すれば生成されます。通常の行列で行うのと同じようにして新規行や新規列を加えることができます(第
32294 \begin_inset CommandInset ref
32295 LatexCommand ref
32296 reference "sec:行列"
32297
32298 \end_inset
32299
32300 節参照)。
32301 \end_layout
32302
32303 \begin_layout Standard
32304 LyXでのファインマン図の作り方は、メニュー
32305 \family sans
32306 ヘルプ\SpecialChar \menuseparator
32307 用途別説明書
32308 \family default
32309 内の『
32310 \emph on
32311 ファインマン図
32312 \emph default
32313 』にあります。
32314 \end_layout
32315
32316 \begin_layout Section
32317 ユーザー定義コマンド
32318 \begin_inset Index idx
32319 status collapsed
32320
32321 \begin_layout Plain Layout
32322 ゆーざーていぎこまんど@ユーザー定義コマンド
32323 \end_layout
32324
32325 \end_inset
32326
32327
32328 \end_layout
32329
32330 \begin_layout Standard
32331 \begin_inset Note Greyedout
32332 status open
32333
32334 \begin_layout Plain Layout
32335 【註】ユーザー定義コマンド名及びマクロ名には、ラテン文字しか使用することができません。
32336 \end_layout
32337
32338 \end_inset
32339
32340
32341 \end_layout
32342
32343 \begin_layout Subsection
32344
32345 \backslash
32346 newcommandコマンド
32347 \begin_inset CommandInset label
32348 LatexCommand label
32349 name "sub:newcommandコマンド"
32350
32351 \end_inset
32352
32353
32354 \begin_inset Index idx
32355 status collapsed
32356
32357 \begin_layout Plain Layout
32358 ゆーざーていぎこまんど@ユーザー定義コマンド ! 
32359 \backslash
32360 newcommand
32361 \end_layout
32362
32363 \end_inset
32364
32365
32366 \begin_inset Index idx
32367 status collapsed
32368
32369 \begin_layout Plain Layout
32370 こまんど@コマンド ! N ! 
32371 \backslash
32372 newcommand
32373 \end_layout
32374
32375 \end_inset
32376
32377
32378 \end_layout
32379
32380 \begin_layout Standard
32381 頻繁に用いるには、長すぎるLaTeXコマンドはたくさんありますが、
32382 \series bold
32383
32384 \backslash
32385 newcommand
32386 \series default
32387 コマンドを使えば、新しい短縮コマンドを定義することが可能です。
32388 \end_layout
32389
32390 \begin_layout Standard
32391
32392 \series bold
32393
32394 \backslash
32395 newcommand
32396 \series default
32397 コマンドの書式は、
32398 \end_layout
32399
32400 \begin_layout Standard
32401
32402 \series bold
32403
32404 \backslash
32405 newcommand{新コマンド名}[引数の数][オプションの値]
32406 \begin_inset Newline newline
32407 \end_inset
32408
32409
32410 \begin_inset Phantom HPhantom
32411 status open
32412
32413 \begin_layout Plain Layout
32414
32415 \series bold
32416
32417 \backslash
32418 newcommand
32419 \end_layout
32420
32421 \end_inset
32422
32423 {コマンド定義}
32424 \end_layout
32425
32426 \begin_layout Standard
32427 です。
32428 \end_layout
32429
32430 \begin_layout Standard
32431 \begin_inset Note Greyedout
32432 status open
32433
32434 \begin_layout Plain Layout
32435
32436 \series bold
32437 【註】
32438 \series default
32439 新コマンド名が、使用中の文書や呼び出しているLaTeXパッケージで、既に使用されていないことを確認して下さい。たとえば、
32440 \series bold
32441
32442 \backslash
32443 Leftarrow
32444 \series default
32445 の短縮のつもりで
32446 \series bold
32447
32448 \backslash
32449 le
32450 \series default
32451 というコマンドを定義したとすると、
32452 \series bold
32453
32454 \backslash
32455 le
32456 \series default
32457 は既に「
32458 \begin_inset Formula $\le$
32459 \end_inset
32460
32461 」を表すコマンドとして定義されてしまっているので、エラーメッセージが表示されます。
32462 \end_layout
32463
32464 \end_inset
32465
32466
32467 \end_layout
32468
32469 \begin_layout Standard
32470 「引数の数」は、0
32471 \begin_inset space \thinspace{}
32472 \end_inset
32473
32474 -
32475 \begin_inset space \thinspace{}
32476 \end_inset
32477
32478 9の範囲の整数であり、新コマンドがいくつの引数をとるかを指定するものです。「オプションの値」では、非必須の引数の既定値を定義できます。これを指定すると、新コマン
32479 ドの
32480 \emph on
32481 最初の
32482 \emph default
32483 引数は、自動的に非必須の引数になります。
32484 \end_layout
32485
32486 \begin_layout Standard
32487 以下にいくつかの例を挙げます。
32488 \end_layout
32489
32490 \begin_layout Itemize
32491
32492 \series bold
32493
32494 \backslash
32495 Longrightarrow
32496 \series default
32497 の短縮形として
32498 \series bold
32499
32500 \backslash
32501 gr
32502 \series default
32503 というコマンドを定義するには、LaTeXプリアンブルに以下の行を加えます。
32504 \begin_inset VSpace medskip
32505 \end_inset
32506
32507
32508 \begin_inset Newline newline
32509 \end_inset
32510
32511
32512 \series bold
32513
32514 \backslash
32515 newcommand{
32516 \backslash
32517 gr}{
32518 \backslash
32519 Longrightarrow}
32520 \end_layout
32521
32522 \begin_layout Itemize
32523
32524 \series bold
32525
32526 \backslash
32527 underline
32528 \series default
32529 の短縮形として
32530 \series bold
32531
32532 \backslash
32533 us
32534 \series default
32535 というコマンドを定義するには、(下線を引くべき文字列を示す)引数を考慮に入れなくてはなりません。このためには、以下のようなプリアンブル行を入れます。
32536 \begin_inset VSpace medskip
32537 \end_inset
32538
32539
32540 \begin_inset Newline newline
32541 \end_inset
32542
32543
32544 \series bold
32545
32546 \backslash
32547 newcommand{
32548 \backslash
32549 us}[1]{
32550 \backslash
32551 underline{#1}}
32552 \series default
32553
32554 \begin_inset VSpace medskip
32555 \end_inset
32556
32557
32558 \begin_inset Newline newline
32559 \end_inset
32560
32561
32562 \series bold
32563 #
32564 \series default
32565 」という文字は、引数の入る場所を示し、その後ろの「
32566 \series bold
32567 1
32568 \series default
32569 」は、これが第1引数の入る場所であることを示します。
32570 \end_layout
32571
32572 \begin_layout Itemize
32573
32574 \series bold
32575
32576 \backslash
32577 framebox
32578 \series default
32579 の短縮形として、たとえば
32580 \series bold
32581
32582 \backslash
32583 fb
32584 \series default
32585 というコマンドを定義するには、
32586 \begin_inset VSpace medskip
32587 \end_inset
32588
32589
32590 \begin_inset Newline newline
32591 \end_inset
32592
32593
32594 \series bold
32595
32596 \backslash
32597 newcommand{
32598 \backslash
32599 fb}[3]{
32600 \backslash
32601 framebox#1#2{$#3$}}
32602 \series default
32603
32604 \begin_inset VSpace medskip
32605 \end_inset
32606
32607
32608 \begin_inset Newline newline
32609 \end_inset
32610
32611 二つのドルマークは、
32612 \series bold
32613
32614 \backslash
32615 framebox
32616 \series default
32617 が必要とする内部の数式を作り出します。第
32618 \begin_inset CommandInset ref
32619 LatexCommand ref
32620 reference "sub:縁付きボックス"
32621
32622 \end_inset
32623
32624 節をご参照下さい。
32625 \end_layout
32626
32627 \begin_layout Itemize
32628 ボックスの色を指定する必要がない
32629 \series bold
32630
32631 \backslash
32632 fcolorbox
32633 \series default
32634 用の新コマンドを作るには、以下のように、色を示す引数を非必須として定義します。
32635 \begin_inset VSpace medskip
32636 \end_inset
32637
32638
32639 \begin_inset Newline newline
32640 \end_inset
32641
32642
32643 \series bold
32644
32645 \backslash
32646 newcommand{
32647 \backslash
32648 cb}[3][white]{
32649 \backslash
32650 fcolorbox{#2}{#1}{$#3$}}
32651 \series default
32652
32653 \begin_inset VSpace medskip
32654 \end_inset
32655
32656
32657 \begin_inset Newline newline
32658 \end_inset
32659
32660
32661 \series bold
32662
32663 \backslash
32664 cb
32665 \series default
32666 を使うときに色が指定されなければ、事前に定義された色である
32667 \series bold
32668 white
32669 \series default
32670 が使用されます。
32671 \end_layout
32672
32673 \begin_layout Standard
32674 以下は、上で定義したコマンドの動作テストです。
32675 \end_layout
32676
32677 \begin_layout Standard
32678 \align center
32679 \begin_inset Tabular
32680 <lyxtabular version="3" rows="6" columns="2">
32681 <features rotate="0" tabularvalignment="middle">
32682 <column alignment="center" valignment="top">
32683 <column alignment="center" valignment="top">
32684 <row>
32685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32686 \begin_inset Text
32687
32688 \begin_layout Plain Layout
32689 コマンド
32690 \end_layout
32691
32692 \end_inset
32693 </cell>
32694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32695 \begin_inset Text
32696
32697 \begin_layout Plain Layout
32698 出力
32699 \begin_inset Note Note
32700 status collapsed
32701
32702 \begin_layout Plain Layout
32703 ここで
32704 \series bold
32705
32706 \backslash
32707 raisebox
32708 \series default
32709 はスペーサーとして使用しているだけです。
32710 \end_layout
32711
32712 \end_inset
32713
32714
32715 \end_layout
32716
32717 \end_inset
32718 </cell>
32719 </row>
32720 <row>
32721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32722 \begin_inset Text
32723
32724 \begin_layout Plain Layout
32725 A
32726 \backslash
32727 gr
32728 \begin_inset space \textvisiblespace{}
32729 \end_inset
32730
32731 B
32732 \end_layout
32733
32734 \end_inset
32735 </cell>
32736 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32737 \begin_inset Text
32738
32739 \begin_layout Plain Layout
32740 \begin_inset Formula $A\gr B$
32741 \end_inset
32742
32743
32744 \end_layout
32745
32746 \end_inset
32747 </cell>
32748 </row>
32749 <row>
32750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32751 \begin_inset Text
32752
32753 \begin_layout Plain Layout
32754
32755 \backslash
32756 us{ABcd
32757 \end_layout
32758
32759 \end_inset
32760 </cell>
32761 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32762 \begin_inset Text
32763
32764 \begin_layout Plain Layout
32765 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
32766 \end_inset
32767
32768
32769 \end_layout
32770
32771 \end_inset
32772 </cell>
32773 </row>
32774 <row>
32775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32776 \begin_inset Text
32777
32778 \begin_layout Plain Layout
32779
32780 \backslash
32781 fb{[2cm]
32782 \begin_inset Formula $\to$
32783 \end_inset
32784
32785
32786 \backslash
32787 {
32788 \begin_inset Formula $\to$
32789 \end_inset
32790
32791
32792 \backslash
32793 {
32794 \backslash
32795 int
32796 \begin_inset space \textvisiblespace{}
32797 \end_inset
32798
32799 A=B
32800 \end_layout
32801
32802 \end_inset
32803 </cell>
32804 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32805 \begin_inset Text
32806
32807 \begin_layout Plain Layout
32808 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
32809 \end_inset
32810
32811
32812 \end_layout
32813
32814 \end_inset
32815 </cell>
32816 </row>
32817 <row>
32818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32819 \begin_inset Text
32820
32821 \begin_layout Plain Layout
32822
32823 \backslash
32824 cb{red
32825 \begin_inset Formula $\to$
32826 \end_inset
32827
32828
32829 \backslash
32830 {
32831 \backslash
32832 int
32833 \begin_inset space \textvisiblespace{}
32834 \end_inset
32835
32836 A=B
32837 \end_layout
32838
32839 \end_inset
32840 </cell>
32841 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32842 \begin_inset Text
32843
32844 \begin_layout Plain Layout
32845 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
32846 \end_inset
32847
32848
32849 \end_layout
32850
32851 \end_inset
32852 </cell>
32853 </row>
32854 <row>
32855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32856 \begin_inset Text
32857
32858 \begin_layout Plain Layout
32859
32860 \backslash
32861 cb[green]
32862 \backslash
32863 {red
32864 \begin_inset Formula $\to$
32865 \end_inset
32866
32867
32868 \backslash
32869 {
32870 \backslash
32871 int
32872 \begin_inset space \textvisiblespace{}
32873 \end_inset
32874
32875 A=B
32876 \end_layout
32877
32878 \end_inset
32879 </cell>
32880 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32881 \begin_inset Text
32882
32883 \begin_layout Plain Layout
32884 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
32885 \end_inset
32886
32887
32888 \end_layout
32889
32890 \end_inset
32891 </cell>
32892 </row>
32893 </lyxtabular>
32894
32895 \end_inset
32896
32897
32898 \end_layout
32899
32900 \begin_layout Subsection
32901 数式マクロ
32902 \begin_inset Index idx
32903 status collapsed
32904
32905 \begin_layout Plain Layout
32906 ゆーざーていぎこまんど@ユーザー定義コマンド ! すうしきまくろ@数式マクロ
32907 \end_layout
32908
32909 \end_inset
32910
32911
32912 \begin_inset Index idx
32913 status collapsed
32914
32915 \begin_layout Plain Layout
32916 まくろ@マクロ
32917 \end_layout
32918
32919 \end_inset
32920
32921
32922 \end_layout
32923
32924 \begin_layout Standard
32925 ユーザー定義コマンドは、複雑な表現を使うときに特に便利です。たとえば、文書中で二次方程式を扱っているとすると、同じような解の形が何度も出てきます。二次方程式の一
32926 般型は、
32927 \begin_inset Formula 
32928 \[
32929 0=\lambda^{2}+p\lambda+q
32930 \]
32931
32932 \end_inset
32933
32934 であり、その解の一般型は
32935 \begin_inset Formula 
32936 \[
32937 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
32938 \]
32939
32940 \end_inset
32941
32942
32943 \end_layout
32944
32945 \begin_layout Standard
32946 です。
32947 \begin_inset Formula $\lambda$
32948 \end_inset
32949
32950
32951 \begin_inset Formula $p$
32952 \end_inset
32953
32954
32955 \begin_inset Formula $q$
32956 \end_inset
32957
32958 の3つのパラメータを指定することが必須であり、
32959 \begin_inset Formula $\lambda$
32960 \end_inset
32961
32962 の指数をオプションとして与えることができるような、解の公式のコマンドを定義するには、以下のようなLaTeXプリアンブル行を加えます。
32963 \begin_inset Newline newline
32964 \end_inset
32965
32966
32967 \series bold
32968
32969 \backslash
32970 newcommand{
32971 \backslash
32972 qG}[4][1,
32973 \backslash
32974 ,2]{#2_{#1}=-
32975 \backslash
32976 frac{#3}{2}
32977 \backslash
32978 pm
32979 \begin_inset Newline newline
32980 \end_inset
32981
32982
32983 \begin_inset Phantom HPhantom
32984 status open
32985
32986 \begin_layout Plain Layout
32987
32988 \series bold
32989
32990 \backslash
32991 newcommand
32992 \end_layout
32993
32994 \end_inset
32995
32996
32997 \backslash
32998 sqrt{
32999 \backslash
33000 frac{#3^{2}}{4}-#4}}
33001 \end_layout
33002
33003 \begin_layout Standard
33004 これを使って解の公式を作るには、
33005 \begin_inset Newline newline
33006 \end_inset
33007
33008
33009 \series bold
33010
33011 \backslash
33012 qG{
33013 \backslash
33014 lambda
33015 \begin_inset Formula $\to$
33016 \end_inset
33017
33018
33019 \backslash
33020 {p
33021 \begin_inset Formula $\to$
33022 \end_inset
33023
33024
33025 \backslash
33026 {q
33027 \series default
33028 というコマンドを数式に入れます。
33029 \end_layout
33030
33031 \begin_layout Standard
33032 新コマンドを定義する方法は、たとえばLaTeX中で分数は
33033 \series bold
33034
33035 \backslash
33036 frac{分子}{分母}
33037 \series default
33038 の形で入れなくてはならないことなど、使用するすべてのLaTeXコマンドの書式を知っている必要があるので、直感的ではありません。さらに、定義中で中括弧を入れ忘れる
33039 ことはよくあり、それをやってしまうと、LyXからは新コマンドが何をやらかしているか確認しにくくなってしまいます。これらの問題を回避するために、LyXは、
33040 \series bold
33041
33042 \backslash
33043 newcommand
33044 \series default
33045 コマンドの代わりに、数式マクロを使う方法を提供しています。
33046 \end_layout
33047
33048 \begin_layout Standard
33049 数式マクロは、
33050 \family sans
33051 挿入\SpecialChar \menuseparator
33052 数式\SpecialChar \menuseparator
33053 マクロ
33054 \family default
33055 メニューか、ツールバーボタンの
33056 \begin_inset Info
33057 type  "icon"
33058 arg   "math-macro newmacroname_newcommand"
33059 \end_inset
33060
33061 で作ることができます。すると、数式マクロツールバーが表示されるとともに、マクロを定義した箇所に以下のようなボックスが現れます。
33062 \begin_inset Newline newline
33063 \end_inset
33064
33065
33066 \begin_inset space \hspace*{\fill}
33067 \end_inset
33068
33069
33070 \begin_inset Graphics
33071         filename ../clipart/macrobox.png
33072
33073 \end_inset
33074
33075
33076 \begin_inset space \hspace*{\fill}
33077 \end_inset
33078
33079
33080 \begin_inset Newline newline
33081 \end_inset
33082
33083
33084 \begin_inset FormulaMacro
33085 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
33086 \end_inset
33087
33088
33089 \backslash
33090 newmacronameが既定のマクロ名として現れますが、意味のある名称に変更するべきでしょう。欲しい数式は一つ目の青枠の中に入れます。引数を置く場所は、
33091 \series bold
33092
33093 \backslash
33094 #1
33095 \series default
33096 のように
33097 \series bold
33098
33099 \backslash
33100 #引数番号
33101 \series default
33102 というコマンドで入力するか、マクロツールバーボタンの
33103 \begin_inset Info
33104 type  "icon"
33105 arg   "math-macro-add-param"
33106 \end_inset
33107
33108 を使用します。引数位置は赤で表示されます。引数は、最大で9つまでとることができます。非必須引数は、ツールバーボタンの
33109 \begin_inset Info
33110 type  "icon"
33111 arg   "math-macro-add-optional-param"
33112 \end_inset
33113
33114 で作ることができます。最初の必須引数は、ツールバーボタンの
33115 \begin_inset Info
33116 type  "icon"
33117 arg   "math-macro-make-optional"
33118 \end_inset
33119
33120 を使って、非必須引数にすることができます。二つ目の青枠には、LyX中でのマクロの表示のしかたを定義することができます。通常は、定義したとおりに表示された方が便利
33121 なので、この枠は空白にしておきます。しかし、画面の過半を占拠してしまうようなマクロを作ってしまった場合には、たとえばこの枠に
33122 \begin_inset Newline newline
33123 \end_inset
33124
33125
33126 \series bold
33127 qG: 
33128 \backslash
33129 #1
33130 \series default
33131  
33132 \series bold
33133 ,
33134 \series default
33135  
33136 \series bold
33137
33138 \backslash
33139 #2
33140 \series default
33141  
33142 \series bold
33143 ,
33144 \series default
33145  
33146 \series bold
33147
33148 \backslash
33149 #3, 
33150 \backslash
33151 #4
33152 \begin_inset Newline newline
33153 \end_inset
33154
33155
33156 \series default
33157 のように入れることができます。このようにすると、マクロ名と引数のみがLyX上に表示され、見通しが良くなります。一方、出力での数式は、最初の枠で定義したように表示
33158 されます。
33159 \begin_inset Newline newline
33160 \end_inset
33161
33162 さらに、数式中のマクロ表示は、マクロの中にカーソルを置いて、
33163 \family sans
33164 表示\SpecialChar \menuseparator
33165 数式マクロを展開(畳む)
33166 \family default
33167 メニューを使うことで、マクロ毎に変えることができます。
33168 \end_layout
33169
33170 \begin_layout Standard
33171 マクロを使うには、数式中にマクロ名をコマンドとして入れます。上記の例では、
33172 \series bold
33173
33174 \backslash
33175 qG
33176 \series default
33177 とします。このマクロは、LyX中では以下のように表示されます。
33178 \begin_inset Newline newline
33179 \end_inset
33180
33181
33182 \begin_inset space \hspace*{\fill}
33183 \end_inset
33184
33185
33186 \begin_inset Graphics
33187         filename ../clipart/macrouse.png
33188
33189 \end_inset
33190
33191
33192 \begin_inset space \hspace*{\fill}
33193 \end_inset
33194
33195
33196 \begin_inset Newline newline
33197 \end_inset
33198
33199 以下は、上記の例に、引数
33200 \begin_inset Formula $x$
33201 \end_inset
33202
33203
33204 \begin_inset Formula $\ln(x)$
33205 \end_inset
33206
33207
33208 \begin_inset Formula $B$
33209 \end_inset
33210
33211 を指定したものです。
33212 \end_layout
33213
33214 \begin_layout Standard
33215 \begin_inset Formula 
33216 \[
33217 \qG x{\ln(x)}B
33218 \]
33219
33220 \end_inset
33221
33222
33223 \end_layout
33224
33225 \begin_layout Standard
33226 LyXは、
33227 \family sans
33228 ツール\SpecialChar \menuseparator
33229 設定\SpecialChar \menuseparator
33230 編集\SpecialChar \menuseparator
33231 制御
33232 \family default
33233 メニューで、マクロを編集するのに複数の様式を用意しています。あなたに最も合った様式を見つけるには、様式を選択してから、違いを見るために数式マクロにカーソルを合わ
33234 せてみてください。
33235 \end_layout
33236
33237 \begin_layout Standard
33238 数式マクロは、文書書き出し時に、内部的に
33239 \series bold
33240
33241 \backslash
33242 newcommand
33243 \series default
33244 コマンドに変換されます。こうして生成された
33245 \series bold
33246
33247 \backslash
33248 newcommand
33249 \series default
33250 コマンドは、LaTeXプリアンブルには置かれませんので、マクロは、文書中、マクロ定義ボックスよりも後の数式でのみ使うことができます。
33251 \end_layout
33252
33253 \begin_layout Standard
33254 数式マクロは、
33255 \series bold
33256
33257 \backslash
33258 newcommand
33259 \series default
33260 コマンドから直接作ることもできます。たとえば、LyX中に通常の文章として、
33261 \series bold
33262
33263 \begin_inset Newline newline
33264 \end_inset
33265
33266
33267 \backslash
33268 newcommand{
33269 \backslash
33270 larrow}[2]{
33271 \backslash
33272 xleftarrow[#2]{#1}}
33273 \begin_inset Newline newline
33274 \end_inset
33275
33276
33277 \series default
33278 というコマンドを書き入れ、この全体を選択して、
33279 \begin_inset Flex Ruby
33280 status collapsed
33281
33282 \begin_layout Plain Layout
33283 捷径
33284 \begin_inset Argument post:1
33285 status collapsed
33286
33287 \begin_layout Plain Layout
33288 ショートカット
33289 \end_layout
33290
33291 \end_inset
33292
33293
33294 \end_layout
33295
33296 \end_inset
33297
33298
33299 \family sans
33300 Ctrl+M
33301 \family default
33302 を押すと、このコマンドは数式マクロに変換されます。この方法を使うに当たっては、
33303 \series bold
33304
33305 \backslash
33306 newcommand
33307 \series default
33308 コマンドが正しく入力されていることに気をつけなくてはなりません。さもないと、間違ったマクロが作られてしまって、LaTeXエラーが発生します。
33309 \end_layout
33310
33311 \begin_layout Standard
33312 数式マクロには、まだ、マクロ定義中に再帰的に数式を入れてしまうと、正しく処理されないという問題が残っています。したがって、第
33313 \begin_inset CommandInset ref
33314 LatexCommand ref
33315 reference "sub:newcommandコマンド"
33316
33317 \end_inset
33318
33319 節で例として作った
33320 \series bold
33321
33322 \backslash
33323 fb
33324 \series default
33325 は、マクロとしては作ることができません。
33326 \end_layout
33327
33328 \begin_layout Standard
33329 カーソルがマクロ定義ボックスの中にあるとき、LyX中に以下のようなマクロツールバーが表示されます。
33330 \end_layout
33331
33332 \begin_layout Standard
33333 \begin_inset VSpace defskip
33334 \end_inset
33335
33336
33337 \end_layout
33338
33339 \begin_layout Standard
33340 \begin_inset Graphics
33341         filename ../clipart/MacroToolbar.png
33342
33343 \end_inset
33344
33345
33346 \begin_inset Index idx
33347 status collapsed
33348
33349 \begin_layout Plain Layout
33350 まくろ@マクロ ! つーるばー@ツールバー
33351 \end_layout
33352
33353 \end_inset
33354
33355
33356 \end_layout
33357
33358 \begin_layout Standard
33359 \begin_inset VSpace defskip
33360 \end_inset
33361
33362
33363 \end_layout
33364
33365 \begin_layout Standard
33366 マクロツールバーは、左から右に、以下の各ボタンがあります。
33367 \end_layout
33368
33369 \begin_layout Standard
33370 \begin_inset VSpace defskip
33371 \end_inset
33372
33373
33374 \end_layout
33375
33376 \begin_layout Standard
33377 \begin_inset Tabular
33378 <lyxtabular version="3" rows="9" columns="2">
33379 <features rotate="0" islongtable="true" longtabularalignment="center">
33380 <column alignment="left" valignment="top">
33381 <column alignment="left" valignment="top" width="85col%">
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-remove-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 \end_layout
33408
33409 \end_inset
33410 </cell>
33411 </row>
33412 <row interlinespace="2.5mm">
33413 <cell alignment="center" valignment="top" usebox="none">
33414 \begin_inset Text
33415
33416 \begin_layout Plain Layout
33417 \begin_inset Info
33418 type  "icon"
33419 arg   "math-macro-add-param"
33420 \end_inset
33421
33422
33423 \end_layout
33424
33425 \end_inset
33426 </cell>
33427 <cell alignment="center" valignment="top" usebox="none">
33428 \begin_inset Text
33429
33430 \begin_layout Plain Layout
33431
33432 \family sans
33433 編集\SpecialChar \menuseparator
33434 数式\SpecialChar \menuseparator
33435 マクロ定義\SpecialChar \menuseparator
33436 引数を追加
33437 \end_layout
33438
33439 \end_inset
33440 </cell>
33441 </row>
33442 <row interlinespace="2.5mm">
33443 <cell alignment="center" valignment="top" usebox="none">
33444 \begin_inset Text
33445
33446 \begin_layout Plain Layout
33447 \begin_inset Info
33448 type  "icon"
33449 arg   "math-macro-make-optional"
33450 \end_inset
33451
33452
33453 \end_layout
33454
33455 \end_inset
33456 </cell>
33457 <cell alignment="center" valignment="top" usebox="none">
33458 \begin_inset Text
33459
33460 \begin_layout Plain Layout
33461
33462 \family sans
33463 編集\SpecialChar \menuseparator
33464 数式\SpecialChar \menuseparator
33465 マクロ定義\SpecialChar \menuseparator
33466 最初の必須引数を
33467 \begin_inset Newline newline
33468 \end_inset
33469
33470
33471 \begin_inset Phantom HPhantom
33472 status open
33473
33474 \begin_layout Plain Layout
33475
33476 \family sans
33477 編集\SpecialChar \menuseparator
33478 数式\SpecialChar \menuseparator
33479 マクロ定義\SpecialChar \menuseparator
33480
33481 \end_layout
33482
33483 \end_inset
33484
33485 非必須引数にする
33486 \end_layout
33487
33488 \end_inset
33489 </cell>
33490 </row>
33491 <row interlinespace="2.5mm">
33492 <cell alignment="center" valignment="top" usebox="none">
33493 \begin_inset Text
33494
33495 \begin_layout Plain Layout
33496 \begin_inset Info
33497 type  "icon"
33498 arg   "math-macro-make-nonoptional"
33499 \end_inset
33500
33501
33502 \end_layout
33503
33504 \end_inset
33505 </cell>
33506 <cell alignment="center" valignment="top" usebox="none">
33507 \begin_inset Text
33508
33509 \begin_layout Plain Layout
33510
33511 \family sans
33512 編集\SpecialChar \menuseparator
33513 数式\SpecialChar \menuseparator
33514 マクロ定義\SpecialChar \menuseparator
33515 最後の非必須引数を
33516 \begin_inset Newline newline
33517 \end_inset
33518
33519
33520 \begin_inset Phantom HPhantom
33521 status open
33522
33523 \begin_layout Plain Layout
33524
33525 \family sans
33526 編集\SpecialChar \menuseparator
33527 数式\SpecialChar \menuseparator
33528 マクロ定義\SpecialChar \menuseparator
33529
33530 \end_layout
33531
33532 \end_inset
33533
33534 必須引数にする
33535 \end_layout
33536
33537 \end_inset
33538 </cell>
33539 </row>
33540 <row interlinespace="2.5mm">
33541 <cell alignment="center" valignment="top" usebox="none">
33542 \begin_inset Text
33543
33544 \begin_layout Plain Layout
33545 \begin_inset Info
33546 type  "icon"
33547 arg   "math-macro-remove-optional-param"
33548 \end_inset
33549
33550
33551 \end_layout
33552
33553 \end_inset
33554 </cell>
33555 <cell alignment="center" valignment="top" usebox="none">
33556 \begin_inset Text
33557
33558 \begin_layout Plain Layout
33559
33560 \family sans
33561 編集\SpecialChar \menuseparator
33562 数式\SpecialChar \menuseparator
33563 マクロ定義\SpecialChar \menuseparator
33564 非必須引数を削除
33565 \end_layout
33566
33567 \end_inset
33568 </cell>
33569 </row>
33570 <row interlinespace="2.5mm">
33571 <cell alignment="center" valignment="top" usebox="none">
33572 \begin_inset Text
33573
33574 \begin_layout Plain Layout
33575 \begin_inset Info
33576 type  "icon"
33577 arg   "math-macro-add-optional-param"
33578 \end_inset
33579
33580
33581 \end_layout
33582
33583 \end_inset
33584 </cell>
33585 <cell alignment="center" valignment="top" usebox="none">
33586 \begin_inset Text
33587
33588 \begin_layout Plain Layout
33589
33590 \family sans
33591 編集\SpecialChar \menuseparator
33592 数式\SpecialChar \menuseparator
33593 マクロ定義\SpecialChar \menuseparator
33594 非必須引数を挿入
33595 \end_layout
33596
33597 \end_inset
33598 </cell>
33599 </row>
33600 <row interlinespace="2.5mm">
33601 <cell alignment="center" valignment="top" usebox="none">
33602 \begin_inset Text
33603
33604 \begin_layout Plain Layout
33605 \begin_inset Info
33606 type  "icon"
33607 arg   "math-macro-remove-greedy-param"
33608 \end_inset
33609
33610
33611 \end_layout
33612
33613 \end_inset
33614 </cell>
33615 <cell alignment="center" valignment="top" usebox="none">
33616 \begin_inset Text
33617
33618 \begin_layout Plain Layout
33619
33620 \family sans
33621 編集\SpecialChar \menuseparator
33622 数式\SpecialChar \menuseparator
33623 マクロ定義\SpecialChar \menuseparator
33624 右に吐き出す形で
33625 \begin_inset Newline newline
33626 \end_inset
33627
33628
33629 \begin_inset Phantom HPhantom
33630 status open
33631
33632 \begin_layout Plain Layout
33633
33634 \family sans
33635 編集\SpecialChar \menuseparator
33636 数式\SpecialChar \menuseparator
33637 マクロ定義\SpecialChar \menuseparator
33638
33639 \end_layout
33640
33641 \end_inset
33642
33643 最後の引数を削除
33644 \end_layout
33645
33646 \end_inset
33647 </cell>
33648 </row>
33649 <row interlinespace="2.5mm">
33650 <cell alignment="center" valignment="top" usebox="none">
33651 \begin_inset Text
33652
33653 \begin_layout Plain Layout
33654 \begin_inset Info
33655 type  "icon"
33656 arg   "math-macro-append-greedy-param"
33657 \end_inset
33658
33659
33660 \end_layout
33661
33662 \end_inset
33663 </cell>
33664 <cell alignment="center" valignment="top" usebox="none">
33665 \begin_inset Text
33666
33667 \begin_layout Plain Layout
33668
33669 \family sans
33670 編集\SpecialChar \menuseparator
33671 数式\SpecialChar \menuseparator
33672 マクロ定義\SpecialChar \menuseparator
33673 右から喰う形で
33674 \begin_inset Newline newline
33675 \end_inset
33676
33677
33678 \begin_inset Phantom HPhantom
33679 status open
33680
33681 \begin_layout Plain Layout
33682
33683 \family sans
33684 編集\SpecialChar \menuseparator
33685 数式\SpecialChar \menuseparator
33686 マクロ定義\SpecialChar \menuseparator
33687
33688 \end_layout
33689
33690 \end_inset
33691
33692 引数を追加
33693 \end_layout
33694
33695 \end_inset
33696 </cell>
33697 </row>
33698 <row interlinespace="2.5mm">
33699 <cell alignment="center" valignment="top" usebox="none">
33700 \begin_inset Text
33701
33702 \begin_layout Plain Layout
33703 \begin_inset Info
33704 type  "icon"
33705 arg   "math-macro-add-greedy-optional-param"
33706 \end_inset
33707
33708
33709 \end_layout
33710
33711 \end_inset
33712 </cell>
33713 <cell alignment="center" valignment="top" usebox="none">
33714 \begin_inset Text
33715
33716 \begin_layout Plain Layout
33717
33718 \family sans
33719 編集\SpecialChar \menuseparator
33720 数式\SpecialChar \menuseparator
33721 マクロ定義\SpecialChar \menuseparator
33722 右から喰う形で
33723 \begin_inset Newline newline
33724 \end_inset
33725
33726
33727 \begin_inset Phantom HPhantom
33728 status open
33729
33730 \begin_layout Plain Layout
33731
33732 \family sans
33733 編集\SpecialChar \menuseparator
33734 数式\SpecialChar \menuseparator
33735 マクロ定義\SpecialChar \menuseparator
33736
33737 \end_layout
33738
33739 \end_inset
33740
33741 非必須引数を追加
33742 \end_layout
33743
33744 \end_inset
33745 </cell>
33746 </row>
33747 </lyxtabular>
33748
33749 \end_inset
33750
33751
33752 \end_layout
33753
33754 \begin_layout Section
33755 コンピュータ代数システム
33756 \end_layout
33757
33758 \begin_layout Standard
33759 LyXでは、LyXの数式エディタで書かれた数式表現と、外部プログラムやユーザ定義スクリプトとの間のやり取りが可能です。現在サポートされているプログラムは、
33760 \family sans
33761 Maple
33762 \family default
33763
33764 \family sans
33765 Mathematica
33766 \family default
33767
33768 \family sans
33769 Maxima
33770 \family default
33771
33772 \family sans
33773 Octave
33774 \family default
33775 です。サポートされている数式表現は、非常に単純なものに限られていますので、ご注意ください。
33776 \end_layout
33777
33778 \begin_layout Subsection
33779 使用法
33780 \end_layout
33781
33782 \begin_layout Standard
33783 数式表現を書いた後、
33784 \family sans
33785 編集\SpecialChar \menuseparator
33786 数式\SpecialChar \menuseparator
33787 コンピュータ代数システムを使用
33788 \family default
33789 メニューで、コンピュータに導入済みのプログラムを選択します。その後、計算結果が、数式表現の右に「=」演算子とともに表示されます。
33790 \end_layout
33791
33792 \begin_layout Standard
33793 下記は、どのような計算が可能かをいくつか例示したものです(出力は
33794 \family typewriter
33795 Maxima
33796 \family default
33797 です)。
33798 \end_layout
33799
33800 \begin_layout Itemize
33801 \begin_inset Formula $\frac{37}{3}*2-\sum_{i=1}^{3}i^{i}=-\frac{22}{3}$
33802 \end_inset
33803
33804
33805 \end_layout
33806
33807 \begin_layout Itemize
33808 \begin_inset Formula $\frac{37.0}{3}=12.33333333333333$
33809 \end_inset
33810
33811
33812 \end_layout
33813
33814 \begin_layout Itemize
33815 \begin_inset Formula $\int_{1}^{2}\sin(x)dx=\cos1-\cos2$
33816 \end_inset
33817
33818
33819 \end_layout
33820
33821 \begin_layout Itemize
33822 \begin_inset Formula $\det\left[\begin{array}{ccc}
33823 1 & 6 & 7\\
33824 2 & 5 & 8\\
33825 3 & 4 & 17
33826 \end{array}\right]=-56$
33827 \end_inset
33828
33829
33830 \end_layout
33831
33832 \begin_layout Itemize
33833 \begin_inset Formula $\lim_{x\rightarrow0}\left(\frac{\sin(x)}{x}\right)=1$
33834 \end_inset
33835
33836
33837 \end_layout
33838
33839 \begin_layout Subsection
33840 捷径
33841 \end_layout
33842
33843 \begin_layout Standard
33844 現在のところ、代数プログラムを呼び出すための
33845 \begin_inset Flex Ruby
33846 status collapsed
33847
33848 \begin_layout Plain Layout
33849 捷径
33850 \begin_inset Argument post:1
33851 status collapsed
33852
33853 \begin_layout Plain Layout
33854 ショートカット
33855 \end_layout
33856
33857 \end_inset
33858
33859
33860 \end_layout
33861
33862 \end_inset
33863
33864 はありません。しかし、捷径を
33865 \family sans
33866 math-extern
33867 \family default
33868  LyX関数にバインドすることは容易です(取扱説明書『
33869 \family sans
33870 \emph on
33871 LyX関数篇
33872 \family default
33873 \emph default
33874 』参照)。例えば、数式エディタ中で
33875 \family sans
33876 リターン
33877 \family default
33878
33879 \begin_inset Flex Ruby
33880 status collapsed
33881
33882 \begin_layout Plain Layout
33883
33884 \begin_inset Argument post:1
33885 status collapsed
33886
33887 \begin_layout Plain Layout
33888 キー
33889 \end_layout
33890
33891 \end_inset
33892
33893
33894 \end_layout
33895
33896 \end_inset
33897
33898 をバインドさせることもできます。それを
33899 \family typewriter
33900 Maxima
33901 \family default
33902 にバインドするには、下記の捷径定義コマンドを使用します。
33903 \end_layout
33904
33905 \begin_layout Standard
33906
33907 \series bold
33908 command-alternatives break-paragraph;math-extern maxima
33909 \end_layout
33910
33911 \begin_layout Section
33912 補遺
33913 \begin_inset Index idx
33914 status collapsed
33915
33916 \begin_layout Plain Layout
33917 ほい@補遺
33918 \end_layout
33919
33920 \end_inset
33921
33922
33923 \end_layout
33924
33925 \begin_layout Subsection
33926 負の数
33927 \begin_inset Index idx
33928 status collapsed
33929
33930 \begin_layout Plain Layout
33931 かず@数 ! ふの@負の ---
33932 \end_layout
33933
33934 \end_inset
33935
33936
33937 \end_layout
33938
33939 \begin_layout Standard
33940 数式中の負の数は、数の前の負符号が、差演算子記号と同じ長さに設定されてしまうために、汚く見えてしまうことがあります。負の数を通常の文章として書くと、負符号は正し
33941 く表示されます。
33942 \end_layout
33943
33944 \begin_layout Standard
33945 したがって、この問題は、負符号を数式テキストに変換することによって、解消されます。
33946 \end_layout
33947
33948 \begin_layout Standard
33949 以下は、この問題を示す例です。
33950 \end_layout
33951
33952 \begin_layout Standard
33953 \align center
33954 \begin_inset Tabular
33955 <lyxtabular version="3" rows="3" columns="2">
33956 <features rotate="0" tabularvalignment="middle">
33957 <column alignment="right" valignment="top">
33958 <column alignment="left" valignment="top">
33959 <row>
33960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33961 \begin_inset Text
33962
33963 \begin_layout Plain Layout
33964 通常の文章:
33965 \end_layout
33966
33967 \end_inset
33968 </cell>
33969 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33970 \begin_inset Text
33971
33972 \begin_layout Plain Layout
33973 x = -2
33974 \end_layout
33975
33976 \end_inset
33977 </cell>
33978 </row>
33979 <row>
33980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33981 \begin_inset Text
33982
33983 \begin_layout Plain Layout
33984 数式:
33985 \end_layout
33986
33987 \end_inset
33988 </cell>
33989 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
33990 \begin_inset Text
33991
33992 \begin_layout Plain Layout
33993 \begin_inset Formula $x=-2$
33994 \end_inset
33995
33996
33997 \end_layout
33998
33999 \end_inset
34000 </cell>
34001 </row>
34002 <row>
34003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34004 \begin_inset Text
34005
34006 \begin_layout Plain Layout
34007 解決策:
34008 \end_layout
34009
34010 \end_inset
34011 </cell>
34012 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34013 \begin_inset Text
34014
34015 \begin_layout Plain Layout
34016 \begin_inset Formula $x=\textrm{-}2$
34017 \end_inset
34018
34019
34020 \end_layout
34021
34022 \end_inset
34023 </cell>
34024 </row>
34025 </lyxtabular>
34026
34027 \end_inset
34028
34029
34030 \end_layout
34031
34032 \begin_layout Subsection
34033 位区切りとしてのコンマ
34034 \begin_inset Index idx
34035 status collapsed
34036
34037 \begin_layout Plain Layout
34038 こんま@コンマ
34039 \end_layout
34040
34041 \end_inset
34042
34043
34044 \begin_inset Index idx
34045 status collapsed
34046
34047 \begin_layout Plain Layout
34048 かんま@カンマ|see
34049 \begin_inset ERT
34050 status collapsed
34051
34052 \begin_layout Plain Layout
34053
34054 {
34055 \end_layout
34056
34057 \end_inset
34058
34059 コンマ
34060 \begin_inset ERT
34061 status collapsed
34062
34063 \begin_layout Plain Layout
34064
34065 }
34066 \end_layout
34067
34068 \end_inset
34069
34070
34071 \end_layout
34072
34073 \end_inset
34074
34075
34076 \end_layout
34077
34078 \begin_layout Standard
34079 LaTeXでは、英語の慣習にしたがい、数式中のコンマを数字の位区切りに使用します。よって、数式中のコンマの後ろには、つねに空白が加わります。
34080 \end_layout
34081
34082 \begin_layout Standard
34083 これを回避するためには、コンマを選択して、数式テキストに変更して下さい(
34084 \begin_inset Flex Ruby
34085 status collapsed
34086
34087 \begin_layout Plain Layout
34088 捷径
34089 \begin_inset Argument post:1
34090 status collapsed
34091
34092 \begin_layout Plain Layout
34093 ショートカット
34094 \end_layout
34095
34096 \end_inset
34097
34098
34099 \end_layout
34100
34101 \end_inset
34102
34103
34104 \begin_inset Info
34105 type  "shortcut"
34106 arg   "math-mode"
34107 \end_inset
34108
34109 )。
34110 \end_layout
34111
34112 \begin_layout Standard
34113 文書中の数式コンマを、すべて小数点として使うには、LaTeXプリアンブルに
34114 \end_layout
34115
34116 \begin_layout Standard
34117
34118 \series bold
34119
34120 \backslash
34121 usepackage{icomma}
34122 \end_layout
34123
34124 \begin_layout Standard
34125 という行を加えて、
34126 \series bold
34127 icomma.sty
34128 \series default
34129
34130 \begin_inset Foot
34131 status collapsed
34132
34133 \begin_layout Plain Layout
34134
34135 \series bold
34136 icomma
34137 \series default
34138 は、LaTeXパッケージ
34139 \series bold
34140 was
34141 \series default
34142
34143 \begin_inset Index idx
34144 status collapsed
34145
34146 \begin_layout Plain Layout
34147 ぱっけーじ@パッケージ ! was
34148 \begin_inset ERT
34149 status collapsed
34150
34151 \begin_layout Plain Layout
34152
34153
34154 \backslash
34155 vspace{4mm}
34156 \end_layout
34157
34158 \end_inset
34159
34160
34161 \end_layout
34162
34163 \end_inset
34164
34165 に含まれています。
34166 \end_layout
34167
34168 \end_inset
34169
34170
34171 \begin_inset Index idx
34172 status collapsed
34173
34174 \begin_layout Plain Layout
34175 ぱっけーじ@パッケージ ! icomma
34176 \end_layout
34177
34178 \end_inset
34179
34180 ファイルを読み込みます。
34181 \end_layout
34182
34183 \begin_layout Subsection
34184 物理ベクトル
34185 \begin_inset CommandInset label
34186 LatexCommand label
34187 name "sub:物理ベクトル"
34188
34189 \end_inset
34190
34191
34192 \begin_inset Index idx
34193 status collapsed
34194
34195 \begin_layout Plain Layout
34196 Vectors ! physical
34197 \end_layout
34198
34199 \end_inset
34200
34201
34202 \end_layout
34203
34204 \begin_layout Standard
34205 LaTeXパッケージ
34206 \series bold
34207 braket
34208 \series default
34209
34210 \begin_inset Foot
34211 status collapsed
34212
34213 \begin_layout Plain Layout
34214
34215 \series bold
34216 braket
34217 \series default
34218  は標準的LaTeX頒布版のすべてに含まれています。
34219 \end_layout
34220
34221 \end_inset
34222
34223
34224 \begin_inset Index idx
34225 status collapsed
34226
34227 \begin_layout Plain Layout
34228 ぱっけーじ@パッケージ ! braket
34229 \end_layout
34230
34231 \end_inset
34232
34233 には、定義済みのベクトルが提供されており、
34234 \end_layout
34235
34236 \begin_layout Standard
34237
34238 \series bold
34239
34240 \backslash
34241 usepackage{braket}
34242 \end_layout
34243
34244 \begin_layout Standard
34245 というLaTeXプリアンブル行で読み込むことができます。
34246 \end_layout
34247
34248 \begin_layout Standard
34249 \begin_inset ERT
34250 status collapsed
34251
34252 \begin_layout Plain Layout
34253
34254
34255 \backslash
34256 ifbraket 
34257 \end_layout
34258
34259 \end_inset
34260
34261
34262 \begin_inset Note Note
34263 status open
34264
34265 \begin_layout Plain Layout
34266 以下の表は、
34267 \series bold
34268 braket
34269 \series default
34270  LaTeXパッケージが導入済みのときのみ表示されます。
34271 \end_layout
34272
34273 \end_inset
34274
34275 以下のコマンドが定義されています。
34276 \end_layout
34277
34278 \begin_layout Standard
34279 \align center
34280 \begin_inset Tabular
34281 <lyxtabular version="3" rows="4" columns="2">
34282 <features rotate="0" tabularvalignment="middle">
34283 <column alignment="center" valignment="top">
34284 <column alignment="center" valignment="top">
34285 <row>
34286 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34287 \begin_inset Text
34288
34289 \begin_layout Plain Layout
34290 コマンド
34291 \end_layout
34292
34293 \end_inset
34294 </cell>
34295 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34296 \begin_inset Text
34297
34298 \begin_layout Plain Layout
34299 出力
34300 \end_layout
34301
34302 \end_inset
34303 </cell>
34304 </row>
34305 <row>
34306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34307 \begin_inset Text
34308
34309 \begin_layout Plain Layout
34310
34311 \backslash
34312 Bra{
34313 \backslash
34314 psi
34315 \end_layout
34316
34317 \end_inset
34318 </cell>
34319 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34320 \begin_inset Text
34321
34322 \begin_layout Plain Layout
34323 \begin_inset Formula $\Bra{\psi}$
34324 \end_inset
34325
34326
34327 \end_layout
34328
34329 \end_inset
34330 </cell>
34331 </row>
34332 <row>
34333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34334 \begin_inset Text
34335
34336 \begin_layout Plain Layout
34337
34338 \backslash
34339 Ket{
34340 \backslash
34341 psi
34342 \end_layout
34343
34344 \end_inset
34345 </cell>
34346 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34347 \begin_inset Text
34348
34349 \begin_layout Plain Layout
34350 \begin_inset Formula $\Ket{\psi}$
34351 \end_inset
34352
34353
34354 \end_layout
34355
34356 \end_inset
34357 </cell>
34358 </row>
34359 <row>
34360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34361 \begin_inset Text
34362
34363 \begin_layout Plain Layout
34364
34365 \backslash
34366 Braket{
34367 \backslash
34368 psi
34369 \begin_inset Formula $|$
34370 \end_inset
34371
34372
34373 \backslash
34374 phi
34375 \end_layout
34376
34377 \end_inset
34378 </cell>
34379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34380 \begin_inset Text
34381
34382 \begin_layout Plain Layout
34383 \begin_inset Formula $\Braket{\psi|\phi}$
34384 \end_inset
34385
34386
34387 \end_layout
34388
34389 \end_inset
34390 </cell>
34391 </row>
34392 </lyxtabular>
34393
34394 \end_inset
34395
34396
34397 \end_layout
34398
34399 \begin_layout Standard
34400
34401 \series bold
34402
34403 \backslash
34404 Braket
34405 \series default
34406 コマンドを使うと、以下のように、すべての縦棒がそれを囲む括弧と同じ大きさに設定されます。
34407 \begin_inset Formula 
34408 \[
34409 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}
34410 \]
34411
34412 \end_inset
34413
34414
34415 \begin_inset ERT
34416 status collapsed
34417
34418 \begin_layout Plain Layout
34419
34420
34421 \backslash
34422 else 
34423 \end_layout
34424
34425 \end_inset
34426
34427
34428 \begin_inset Note Note
34429 status open
34430
34431 \begin_layout Plain Layout
34432
34433 \series bold
34434 braket
34435 \series default
34436  LaTeXパッケージが導入されていないときには、以下が表示されます。
34437 \end_layout
34438
34439 \end_inset
34440
34441
34442 \end_layout
34443
34444 \begin_layout Standard
34445 本小節の全体を出力で見るためには、
34446 \series bold
34447 braket
34448 \series default
34449  LaTeXパッケージを導入する必要があります。
34450 \end_layout
34451
34452 \begin_layout Standard
34453 \begin_inset ERT
34454 status collapsed
34455
34456 \begin_layout Plain Layout
34457
34458
34459 \backslash
34460 fi 
34461 \end_layout
34462
34463 \end_inset
34464
34465
34466 \end_layout
34467
34468 \begin_layout Standard
34469
34470 \series bold
34471
34472 \backslash
34473 Braket
34474 \series default
34475 と同じ効果は、第
34476 \begin_inset CommandInset ref
34477 LatexCommand ref
34478 reference "sub:自動の括弧丈"
34479
34480 \end_inset
34481
34482 節に説明されているとおり、
34483 \series bold
34484
34485 \backslash
34486 middle
34487 \series default
34488 コマンドを用いることによっても実現できます。
34489 \end_layout
34490
34491 \begin_layout Subsection
34492 自己定義の分数
34493 \begin_inset CommandInset label
34494 LatexCommand label
34495 name "sub:自己定義の分数"
34496
34497 \end_inset
34498
34499
34500 \begin_inset Index idx
34501 status collapsed
34502
34503 \begin_layout Plain Layout
34504 ぶんすう@分数 ! じこていぎの@自己定義の ---
34505 \end_layout
34506
34507 \end_inset
34508
34509
34510 \end_layout
34511
34512 \begin_layout Standard
34513 分数用の自製コマンドを定義するには、以下の書式を持つ
34514 \series bold
34515
34516 \backslash
34517 genfrac
34518 \series default
34519
34520 \begin_inset Index idx
34521 status collapsed
34522
34523 \begin_layout Plain Layout
34524 こまんど@コマンド ! G ! 
34525 \backslash
34526 genfrac
34527 \end_layout
34528
34529 \end_inset
34530
34531 コマンドを使います。
34532 \end_layout
34533
34534 \begin_layout Standard
34535
34536 \series bold
34537
34538 \backslash
34539 genfrac{左括弧}{右括弧}{分数線の厚み}{様式}
34540 \begin_inset Newline newline
34541 \end_inset
34542
34543
34544 \begin_inset Phantom HPhantom
34545 status open
34546
34547 \begin_layout Plain Layout
34548
34549 \series bold
34550
34551 \backslash
34552 genfrac
34553 \end_layout
34554
34555 \end_inset
34556
34557 {分子}{分母}
34558 \end_layout
34559
34560 \begin_layout Standard
34561 ここで「様式」は、0
34562 \begin_inset space \thinspace{}
34563 \end_inset
34564
34565 -
34566 \begin_inset space \thinspace{}
34567 \end_inset
34568
34569 3の範囲の数字です。
34570 \end_layout
34571
34572 \begin_layout Standard
34573 \align center
34574 \begin_inset Tabular
34575 <lyxtabular version="3" rows="5" columns="2">
34576 <features rotate="0" tabularvalignment="middle">
34577 <column alignment="center" valignment="top">
34578 <column alignment="center" valignment="top">
34579 <row>
34580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34581 \begin_inset Text
34582
34583 \begin_layout Plain Layout
34584 数字
34585 \end_layout
34586
34587 \end_inset
34588 </cell>
34589 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34590 \begin_inset Text
34591
34592 \begin_layout Plain Layout
34593 様式(大きさ)
34594 \end_layout
34595
34596 \end_inset
34597 </cell>
34598 </row>
34599 <row>
34600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34601 \begin_inset Text
34602
34603 \begin_layout Plain Layout
34604 0
34605 \end_layout
34606
34607 \end_inset
34608 </cell>
34609 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34610 \begin_inset Text
34611
34612 \begin_layout Plain Layout
34613 別行立て様式の数式
34614 \end_layout
34615
34616 \end_inset
34617 </cell>
34618 </row>
34619 <row>
34620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34621 \begin_inset Text
34622
34623 \begin_layout Plain Layout
34624 1
34625 \end_layout
34626
34627 \end_inset
34628 </cell>
34629 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34630 \begin_inset Text
34631
34632 \begin_layout Plain Layout
34633 行内数式
34634 \end_layout
34635
34636 \end_inset
34637 </cell>
34638 </row>
34639 <row>
34640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34641 \begin_inset Text
34642
34643 \begin_layout Plain Layout
34644 2
34645 \end_layout
34646
34647 \end_inset
34648 </cell>
34649 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34650 \begin_inset Text
34651
34652 \begin_layout Plain Layout
34653 やや小(small)
34654 \end_layout
34655
34656 \end_inset
34657 </cell>
34658 </row>
34659 <row>
34660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34661 \begin_inset Text
34662
34663 \begin_layout Plain Layout
34664 3
34665 \end_layout
34666
34667 \end_inset
34668 </cell>
34669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34670 \begin_inset Text
34671
34672 \begin_layout Plain Layout
34673 最小(tiny)
34674 \end_layout
34675
34676 \end_inset
34677 </cell>
34678 </row>
34679 </lyxtabular>
34680
34681 \end_inset
34682
34683
34684 \end_layout
34685
34686 \begin_layout Standard
34687 「様式」を指定しないときには、
34688 \series bold
34689
34690 \backslash
34691 frac
34692 \series default
34693 コマンドのように、大きさは周囲の環境に合わせて調節されます。 
34694 \end_layout
34695
34696 \begin_layout Standard
34697 「分数線の厚み」を指定しないときには、既定値である0.4
34698 \begin_inset space \thinspace{}
34699 \end_inset
34700
34701 ptが用いられます。
34702 \end_layout
34703
34704 \begin_layout Standard
34705 \begin_inset VSpace medskip
34706 \end_inset
34707
34708 たとえば、第
34709 \begin_inset CommandInset ref
34710 LatexCommand ref
34711 reference "sub:分数"
34712
34713 \end_inset
34714
34715 節の
34716 \series bold
34717
34718 \backslash
34719 dfrac
34720 \series default
34721 コマンドおよび
34722 \series bold
34723
34724 \backslash
34725 tbinom
34726 \series default
34727 コマンドは、
34728 \end_layout
34729
34730 \begin_layout Standard
34731
34732 \series bold
34733
34734 \backslash
34735 newcommand{
34736 \backslash
34737 dfrac}[2]{
34738 \backslash
34739 genfrac{}{}{}{0}{#1}{#2}}
34740 \end_layout
34741
34742 \begin_layout Standard
34743 あるいは
34744 \end_layout
34745
34746 \begin_layout Standard
34747
34748 \series bold
34749
34750 \backslash
34751 newcommand{
34752 \backslash
34753 tbinom}[2]{
34754 \backslash
34755 genfrac{(}{)}{0pt}{1}{#1}{#2}}
34756 \end_layout
34757
34758 \begin_layout Standard
34759 というコマンドで定義できます。
34760 \end_layout
34761
34762 \begin_layout Standard
34763 \begin_inset VSpace medskip
34764 \end_inset
34765
34766 分数線の厚みを非必須の引数として与えることのできる分数を定義するには、LaTeXプリアンブルに
34767 \end_layout
34768
34769 \begin_layout Standard
34770
34771 \series bold
34772
34773 \backslash
34774 newcommand{
34775 \backslash
34776 fracS}[3][]{
34777 \backslash
34778 genfrac{}{}{#1}{}{#2}{#3}}
34779 \end_layout
34780
34781 \begin_layout Standard
34782 という行を入れます。
34783 \begin_inset Newpage newpage
34784 \end_inset
34785
34786
34787 \end_layout
34788
34789 \begin_layout Standard
34790 以下は、そのテストです。
34791 \begin_inset Formula 
34792 \begin{align*}
34793 \text{コマンド} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
34794 \text{出力} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
34795 \end{align*}
34796
34797 \end_inset
34798
34799 ご覧になってわかるように、分子や分母から分数線までの距離は、分数線の厚みの約3倍になります。
34800 \end_layout
34801
34802 \begin_layout Subsection
34803 数式の消去
34804 \begin_inset Index idx
34805 status collapsed
34806
34807 \begin_layout Plain Layout
34808 すうしき@数式 ! しょうきょ@消去
34809 \end_layout
34810
34811 \end_inset
34812
34813
34814 \end_layout
34815
34816 \begin_layout Standard
34817 数式を消去するには、4つの方法があります。
34818 \end_layout
34819
34820 \begin_layout Standard
34821 \align center
34822 \begin_inset Tabular
34823 <lyxtabular version="3" rows="5" columns="2">
34824 <features rotate="0" tabularvalignment="middle">
34825 <column alignment="center" valignment="top">
34826 <column alignment="center" valignment="top">
34827 <row>
34828 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34829 \begin_inset Text
34830
34831 \begin_layout Plain Layout
34832 コマンド
34833 \end_layout
34834
34835 \end_inset
34836 </cell>
34837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34838 \begin_inset Text
34839
34840 \begin_layout Plain Layout
34841 出力
34842 \begin_inset Note Note
34843 status collapsed
34844
34845 \begin_layout Plain Layout
34846 ここで
34847 \series bold
34848
34849 \backslash
34850 raisebox
34851 \series default
34852 はスペーサーとして使用しているだけです。
34853 \end_layout
34854
34855 \end_inset
34856
34857
34858 \end_layout
34859
34860 \end_inset
34861 </cell>
34862 </row>
34863 <row>
34864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34865 \begin_inset Text
34866
34867 \begin_layout Plain Layout
34868
34869 \backslash
34870 cancel
34871 \begin_inset space \textvisiblespace{}
34872 \end_inset
34873
34874 int
34875 \begin_inset space \textvisiblespace{}
34876 \end_inset
34877
34878 A=B
34879 \end_layout
34880
34881 \end_inset
34882 </cell>
34883 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34884 \begin_inset Text
34885
34886 \begin_layout Plain Layout
34887 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
34888 \end_inset
34889
34890
34891 \end_layout
34892
34893 \end_inset
34894 </cell>
34895 </row>
34896 <row>
34897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34898 \begin_inset Text
34899
34900 \begin_layout Plain Layout
34901
34902 \backslash
34903 bcancel
34904 \begin_inset space \textvisiblespace{}
34905 \end_inset
34906
34907
34908 \backslash
34909 int
34910 \begin_inset space \textvisiblespace{}
34911 \end_inset
34912
34913 A=B
34914 \end_layout
34915
34916 \end_inset
34917 </cell>
34918 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34919 \begin_inset Text
34920
34921 \begin_layout Plain Layout
34922 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
34923 \end_inset
34924
34925
34926 \end_layout
34927
34928 \end_inset
34929 </cell>
34930 </row>
34931 <row>
34932 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34933 \begin_inset Text
34934
34935 \begin_layout Plain Layout
34936
34937 \backslash
34938 xcancel
34939 \begin_inset space \textvisiblespace{}
34940 \end_inset
34941
34942
34943 \backslash
34944 int
34945 \begin_inset space \textvisiblespace{}
34946 \end_inset
34947
34948 A=B
34949 \end_layout
34950
34951 \end_inset
34952 </cell>
34953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34954 \begin_inset Text
34955
34956 \begin_layout Plain Layout
34957 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
34958 \end_inset
34959
34960
34961 \end_layout
34962
34963 \end_inset
34964 </cell>
34965 </row>
34966 <row>
34967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34968 \begin_inset Text
34969
34970 \begin_layout Plain Layout
34971
34972 \backslash
34973 cancelto
34974 \begin_inset space \textvisiblespace{}
34975 \end_inset
34976
34977
34978 \backslash
34979 int
34980 \begin_inset space \textvisiblespace{}
34981 \end_inset
34982
34983 A=B
34984 \begin_inset Formula $\to$
34985 \end_inset
34986
34987 1
34988 \end_layout
34989
34990 \end_inset
34991 </cell>
34992 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34993 \begin_inset Text
34994
34995 \begin_layout Plain Layout
34996 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
34997 \end_inset
34998
34999
35000 \end_layout
35001
35002 \end_inset
35003 </cell>
35004 </row>
35005 </lyxtabular>
35006
35007 \end_inset
35008
35009
35010 \end_layout
35011
35012 \begin_layout Standard
35013
35014 \series bold
35015
35016 \backslash
35017 cancelto
35018 \series default
35019 は、以下のように、とくに数式中の分数を約分を表示するのに適しています。
35020 \begin_inset Formula 
35021 \[
35022 \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}}}
35023 \]
35024
35025 \end_inset
35026
35027
35028 \end_layout
35029
35030 \begin_layout Standard
35031
35032 \lang english
35033 To change the size of 
35034 \series bold
35035
35036 \backslash
35037 cancelto
35038 \series default
35039 's 
35040 \begin_inset Quotes eld
35041 \end_inset
35042
35043 subscript
35044 \begin_inset Quotes erd
35045 \end_inset
35046
35047  value one can add the LaTeX-preamble line
35048 \end_layout
35049
35050 \begin_layout Standard
35051
35052 \series bold
35053
35054 \backslash
35055 PassOptionsToPackage{option}{cancel}
35056 \end_layout
35057
35058 \begin_layout Standard
35059
35060 \lang english
35061 where 
35062 \series bold
35063 option
35064 \series default
35065  is either 
35066 \series bold
35067 samesize
35068 \series default
35069  which leads to the same size as for the canceled value, or 
35070 \series bold
35071 Smaller
35072 \series default
35073  which makes is it a bit smaller than normal.
35074 \end_layout
35075
35076 \begin_layout Standard
35077 という行で読み込まれています。取り消し線に色を付けるには、TeXコードで以下のコマンドを書き加えてください。
35078 \end_layout
35079
35080 \begin_layout Standard
35081
35082 \series bold
35083
35084 \backslash
35085 renewcommand{
35086 \backslash
35087 CancelColor}{
35088 \backslash
35089 color{red}}
35090 \end_layout
35091
35092 \begin_layout Standard
35093 ここで
35094 \series bold
35095 red
35096 \series default
35097 は、お好みの色に変更することができます。
35098 \end_layout
35099
35100 \begin_layout Standard
35101 \begin_inset ERT
35102 status collapsed
35103
35104 \begin_layout Plain Layout
35105
35106
35107 \backslash
35108 renewcommand{
35109 \backslash
35110 CancelColor}{
35111 \backslash
35112 color{red}}
35113 \end_layout
35114
35115 \end_inset
35116
35117
35118 \end_layout
35119
35120 \begin_layout Standard
35121 \begin_inset Formula 
35122 \[
35123 \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}}}
35124 \]
35125
35126 \end_inset
35127
35128
35129 \end_layout
35130
35131 \begin_layout Standard
35132 \begin_inset ERT
35133 status collapsed
35134
35135 \begin_layout Plain Layout
35136
35137
35138 \backslash
35139 renewcommand{
35140 \backslash
35141 CancelColor}{
35142 \backslash
35143 color{black}}
35144 \end_layout
35145
35146 \end_inset
35147
35148
35149 \begin_inset Note Note
35150 status open
35151
35152 \begin_layout Plain Layout
35153 色をリセット
35154 \end_layout
35155
35156 \end_inset
35157
35158
35159 \end_layout
35160
35161 \begin_layout Standard
35162 他の微調整については、
35163 \series bold
35164 cancel
35165 \series default
35166 パッケージの取扱説明書
35167 \begin_inset CommandInset citation
35168 LatexCommand cite
35169 key "cancel"
35170
35171 \end_inset
35172
35173 をご覧ください。
35174 \begin_inset Index idx
35175 status collapsed
35176
35177 \begin_layout Plain Layout
35178 ぱっけーじ@パッケージ ! cancel
35179 \end_layout
35180
35181 \end_inset
35182
35183
35184 \end_layout
35185
35186 \begin_layout Subsection
35187 節見出し中の数式
35188 \begin_inset CommandInset label
35189 LatexCommand label
35190 name "sub:節見出し中の数式"
35191
35192 \end_inset
35193
35194
35195 \begin_inset Index idx
35196 status collapsed
35197
35198 \begin_layout Plain Layout
35199 すうしき@数式 ! せつみだしちゅうの@節見出し中の ---
35200 \end_layout
35201
35202 \end_inset
35203
35204
35205 \end_layout
35206
35207 \begin_layout Standard
35208 数式を節見出し中で使う際には、以下のことに留意しなくてはなりません。
35209 \end_layout
35210
35211 \begin_layout Standard
35212 \begin_inset Note Greyedout
35213 status open
35214
35215 \begin_layout Plain Layout
35216 文書設定ダイアログの
35217 \family sans
35218 PDF特性
35219 \family default
35220
35221 \series bold
35222 hyperref
35223 \series default
35224
35225 \begin_inset Index idx
35226 status collapsed
35227
35228 \begin_layout Plain Layout
35229 ぱっけーじ@パッケージ ! hyperref
35230 \end_layout
35231
35232 \end_inset
35233
35234 サポートが有効になっている場合、PDFのしおりが、目次にある節見出しすべてに関して生成されます。しおり中に数式を入れることはPDFの慣習に違反しているため、節見
35235 出しに数式が含まれている場合、数式はしおり中に誤った文字列として表示されます。
35236 \end_layout
35237
35238 \end_inset
35239
35240
35241 \end_layout
35242
35243 \begin_layout Standard
35244 これらの問題は、
35245 \family sans
35246 挿入\SpecialChar \menuseparator
35247 短縮タイトル
35248 \family default
35249 メニューを使って、問題となる節見出しの最後に短縮タイトルを入れることで解決することができます。短縮タイトルは、目次が美しく整形されるように、多行にわたる節見出し
35250 に別名を付けるものです。目次中には、短縮タイトルのみが表示され、したがってPDFしおり中にも短縮タイトルのみが表示されます。
35251 \end_layout
35252
35253 \begin_layout Standard
35254 数式を目次中でも使わなくてもならないが、
35255 \series bold
35256 hyperref
35257 \series default
35258 も使用しなくてはならないときには、
35259 \end_layout
35260
35261 \begin_layout Standard
35262
35263 \series bold
35264
35265 \backslash
35266 texorpdfstring{部分}{代替文字列}
35267 \begin_inset Index idx
35268 status collapsed
35269
35270 \begin_layout Plain Layout
35271 こまんど@コマンド ! T ! 
35272 \backslash
35273 texorpdfstring
35274 \end_layout
35275
35276 \end_inset
35277
35278
35279 \end_layout
35280
35281 \begin_layout Standard
35282 というコマンドをTeXモードで使う方法があります。
35283 \end_layout
35284
35285 \begin_layout Standard
35286 「部分」は、見出し中、PDFしおりに表示したくない部分です。これは、文字・数式・脚注のほかに相互参照をとることもできます。しおりには、この部分の代わりに、「代替
35287 文字列」が用いられます。
35288 \end_layout
35289
35290 \begin_layout Standard
35291 以下の二つは、見出しの例です。
35292 \begin_inset VSpace -3mm
35293 \end_inset
35294
35295
35296 \begin_inset ERT
35297 status collapsed
35298
35299 \begin_layout Plain Layout
35300
35301
35302 \backslash
35303 boldmath 
35304 \end_layout
35305
35306 \end_inset
35307
35308
35309 \end_layout
35310
35311 \begin_layout Subsubsection
35312 目次中では数式を使わない見出し
35313 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35314 \end_inset
35315
35316
35317 \begin_inset Argument 1
35318 status collapsed
35319
35320 \begin_layout Plain Layout
35321 目次中では数式を使わない見出し
35322 \end_layout
35323
35324 \end_inset
35325
35326
35327 \end_layout
35328
35329 \begin_layout Subsubsection
35330 目次中で数式を使う見出し
35331 \begin_inset ERT
35332 status collapsed
35333
35334 \begin_layout Plain Layout
35335
35336
35337 \backslash
35338 texorpdfstring{
35339 \end_layout
35340
35341 \end_inset
35342
35343  
35344 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35345 \end_inset
35346
35347
35348 \begin_inset ERT
35349 status collapsed
35350
35351 \begin_layout Plain Layout
35352
35353 }{}
35354 \end_layout
35355
35356 \end_inset
35357
35358
35359 \end_layout
35360
35361 \begin_layout Standard
35362 \begin_inset ERT
35363 status collapsed
35364
35365 \begin_layout Plain Layout
35366
35367
35368 \backslash
35369 unboldmath 
35370 \end_layout
35371
35372 \end_inset
35373
35374 一つめの見出しでは短縮タイトルが使われており、二つめの見出しでは
35375 \series bold
35376
35377 \backslash
35378 texorpdfstring
35379 \series default
35380 が使われています。
35381 \end_layout
35382
35383 \begin_layout Standard
35384 他の節見出しと同じ書式を得るために、上の見出し全体は
35385 \series bold
35386 boldmath
35387 \series default
35388 環境に設定してあります
35389 \begin_inset Foot
35390 status collapsed
35391
35392 \begin_layout Plain Layout
35393
35394 \begin_inset CommandInset ref
35395 LatexCommand ref
35396 reference "sub:ボールド体の数式"
35397
35398 \end_inset
35399
35400 節参照。
35401 \end_layout
35402
35403 \end_inset
35404
35405
35406 \end_layout
35407
35408 \begin_layout Subsection
35409 多段組文中の数式
35410 \begin_inset Index idx
35411 status collapsed
35412
35413 \begin_layout Plain Layout
35414 すうしき@数式 ! ただんくみぶんちゅうの@多段組文中の ---
35415 \end_layout
35416
35417 \end_inset
35418
35419
35420 \end_layout
35421
35422 \begin_layout Standard
35423 多段組文中に数式を作ると、段の中に収まりきらないことも多く、ページ幅全体に広がるようにする必要があることがあります。これは、
35424 \series bold
35425 multicol
35426 \series default
35427
35428 \begin_inset Foot
35429 status collapsed
35430
35431 \begin_layout Plain Layout
35432
35433 \series bold
35434 multicol
35435 \series default
35436 は、標準的LaTeX頒布版のすべてに含まれています。
35437 \end_layout
35438
35439 \end_inset
35440
35441
35442 \begin_inset Index idx
35443 status collapsed
35444
35445 \begin_layout Plain Layout
35446 ぱっけーじ@パッケージ ! multicol
35447 \end_layout
35448
35449 \end_inset
35450
35451  LaTeXパッケージを、
35452 \end_layout
35453
35454 \begin_layout Standard
35455
35456 \series bold
35457
35458 \backslash
35459 usepackage{multicol}
35460 \end_layout
35461
35462 \begin_layout Standard
35463 というLaTeXプリアンブル行を書いて読み込むことで、実現できます。
35464 \end_layout
35465
35466 \begin_layout Standard
35467 \begin_inset Note Greyedout
35468 status open
35469
35470 \begin_layout Plain Layout
35471 ここで、
35472 \family sans
35473 文書\SpecialChar \menuseparator
35474 設定
35475 \family default
35476 メニューの
35477 \family sans
35478 本文レイアウト
35479 \family default
35480 で、
35481 \family sans
35482 二段組文書
35483 \family default
35484 の設定を
35485 \emph on
35486 有効にしてはならない
35487 \emph default
35488 ことに注意してください。
35489 \end_layout
35490
35491 \end_inset
35492
35493
35494 \end_layout
35495
35496 \begin_layout Standard
35497 多段組文の前に
35498 \end_layout
35499
35500 \begin_layout Standard
35501
35502 \series bold
35503
35504 \backslash
35505 begin{multicols}{段数}
35506 \end_layout
35507
35508 \begin_layout Standard
35509 というコマンドをTeXモードで書き入れます。「段数」は、2
35510 \begin_inset space \thinspace{}
35511 \end_inset
35512
35513 -
35514 \begin_inset space \thinspace{}
35515 \end_inset
35516
35517 10のあいだの数字です。多段組文の終わる数式の前には、
35518 \end_layout
35519
35520 \begin_layout Standard
35521
35522 \series bold
35523
35524 \backslash
35525 end{multicols}
35526 \end_layout
35527
35528 \begin_layout Standard
35529 というコマンドをTeXモードで入れます。
35530 \end_layout
35531
35532 \begin_layout Standard
35533 このコマンドによって、数式の前にいくらかの余白が、自動的に作られます。これをなくすには、数式の前に-6
35534 \begin_inset space \thinspace{}
35535 \end_inset
35536
35537 mmの垂直空白を入れて下さい。数式様式
35538 \series bold
35539
35540 \begin_inset Foot
35541 status collapsed
35542
35543 \begin_layout Plain Layout
35544
35545 \series bold
35546 数式様式に関しては、第
35547 \series default
35548
35549 \begin_inset CommandInset ref
35550 LatexCommand ref
35551 reference "sec:数式様式"
35552
35553 \end_inset
35554
35555 節をご覧下さい。
35556 \end_layout
35557
35558 \end_inset
35559
35560
35561 \series default
35562 として
35563 \series bold
35564 行頭下げ
35565 \series default
35566 を使用している場合には、代わりに-9
35567 \begin_inset space \thinspace{}
35568 \end_inset
35569
35570 mmの垂直空白を入れて下さい。
35571 \end_layout
35572
35573 \begin_layout Standard
35574 以下は、別行立て数式を含む、多段組文の例です。
35575 \end_layout
35576
35577 \begin_layout Standard
35578 \begin_inset ERT
35579 status collapsed
35580
35581 \begin_layout Plain Layout
35582
35583
35584 \backslash
35585 begin{multicols}{2}
35586 \end_layout
35587
35588 \end_inset
35589
35590
35591 \lang ngerman
35592 Das Spektrum wird fouriertransformiert.
35593  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
35594 , Lösungsmittel) zu trennen.
35595  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
35596  nun das Aussehen des Ausgangssignals.
35597  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so das man
35598  über alle Phasen integrieren muss.
35599  Sei nun 
35600 \begin_inset Formula $S$
35601 \end_inset
35602
35603  unser normiertes Ausgangssignal und 
35604 \begin_inset Formula $P$
35605 \end_inset
35606
35607  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
35608 \lang japanese
35609
35610 \begin_inset ERT
35611 status collapsed
35612
35613 \begin_layout Plain Layout
35614
35615
35616 \backslash
35617 end{multicols}
35618 \end_layout
35619
35620 \end_inset
35621
35622
35623 \begin_inset VSpace -6mm
35624 \end_inset
35625
35626
35627 \begin_inset Formula 
35628 \begin{equation}
35629 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
35630 \end{equation}
35631
35632 \end_inset
35633
35634
35635 \begin_inset ERT
35636 status collapsed
35637
35638 \begin_layout Plain Layout
35639
35640
35641 \backslash
35642 begin{multicols}{2}
35643 \end_layout
35644
35645 \end_inset
35646
35647
35648 \lang ngerman
35649 wobei 
35650 \begin_inset Formula $S_{0}$
35651 \end_inset
35652
35653  das Signal ohne Gradient ist und die Normierungsbedingung 
35654 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
35655 \end_inset
35656
35657  gilt.
35658  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
35659  Direkt nach dem 
35660 \begin_inset Formula $\nicefrac{\pi}{2}$
35661 \end_inset
35662
35663
35664 \begin_inset space \thinspace{}
35665 \end_inset
35666
35667 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
35668  das Signal zusätzlich abschwächt.
35669  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
35670  
35671 \begin_inset Formula $T_{2}$
35672 \end_inset
35673
35674 -Zeit.
35675 \end_layout
35676
35677 \begin_layout Standard
35678 \begin_inset ERT
35679 status collapsed
35680
35681 \begin_layout Plain Layout
35682
35683
35684 \backslash
35685 end{multicols}
35686 \end_layout
35687
35688 \end_inset
35689
35690  
35691 \end_layout
35692
35693 \begin_layout Subsection
35694 変数の説明付き数式
35695 \begin_inset Index idx
35696 status collapsed
35697
35698 \begin_layout Plain Layout
35699 すうしき@数式 ! へんすうのせつめいつき@変数の説明付き
35700 \end_layout
35701
35702 \end_inset
35703
35704
35705 \end_layout
35706
35707 \begin_layout Standard
35708 \begin_inset CommandInset ref
35709 LatexCommand eqref
35710 reference "eq:within"
35711
35712 \end_inset
35713
35714 式のように、数式内で変数の説明をするには、
35715 \begin_inset Formula $n$
35716 \end_inset
35717
35718 個の変数が使われている場合、左寄せの列を持つ
35719 \begin_inset Formula $2\times n$
35720 \end_inset
35721
35722 行列を使用します
35723 \begin_inset Foot
35724 status collapsed
35725
35726 \begin_layout Plain Layout
35727 行列に関しては、第
35728 \begin_inset CommandInset ref
35729 LatexCommand ref
35730 reference "sec:行列"
35731
35732 \end_inset
35733
35734 節参照。
35735 \end_layout
35736
35737 \end_inset
35738
35739 。説明を小さな文字にするには、行列の前に、たとえば
35740 \series bold
35741
35742 \backslash
35743 footnotesize
35744 \series default
35745 コマンドを挿入します
35746 \begin_inset Foot
35747 status collapsed
35748
35749 \begin_layout Plain Layout
35750 フォント寸法に関しては、第
35751 \begin_inset CommandInset ref
35752 LatexCommand ref
35753 reference "sub:書体寸法"
35754
35755 \end_inset
35756
35757 節参照。
35758 \end_layout
35759
35760 \end_inset
35761
35762
35763 \end_layout
35764
35765 \begin_layout Standard
35766 数式様式に
35767 \series bold
35768 行頭下げ
35769 \begin_inset Foot
35770 status collapsed
35771
35772 \begin_layout Plain Layout
35773
35774 \series bold
35775 数式様式に関しては、第
35776 \series default
35777
35778 \begin_inset CommandInset ref
35779 LatexCommand ref
35780 reference "sec:数式様式"
35781
35782 \end_inset
35783
35784 節参照。
35785 \end_layout
35786
35787 \end_inset
35788
35789
35790 \series default
35791 を使っている場合、行列を数式とページ余白から等距離に置くために、行列の前後に
35792 \series bold
35793
35794 \backslash
35795 hfill
35796 \series default
35797
35798 \begin_inset Foot
35799 status collapsed
35800
35801 \begin_layout Plain Layout
35802
35803 \series bold
35804
35805 \backslash
35806 hfill
35807 \series default
35808 は、
35809 \series bold
35810 行頭下げ
35811 \series default
35812 様式のときのみ機能します。第
35813 \begin_inset CommandInset ref
35814 LatexCommand ref
35815 reference "sub:可変長の空白"
35816
35817 \end_inset
35818
35819 節をご覧下さい。
35820 \end_layout
35821
35822 \end_inset
35823
35824 を入れます。
35825 \end_layout
35826
35827 \begin_layout Standard
35828 数式様式に
35829 \series bold
35830 中央揃え
35831 \series default
35832 を使っている場合、数式を字下げするには、第
35833 \begin_inset CommandInset ref
35834 LatexCommand ref
35835 reference "sub:flalign環境"
35836
35837 \end_inset
35838
35839 節で述べた方法を使用します。
35840 \begin_inset CommandInset ref
35841 LatexCommand eqref
35842 reference "eq:within"
35843
35844 \end_inset
35845
35846 式には5列があり、最初の2列には数式、3列めには行列、最終列には空のTeX括弧が入っています。
35847 \begin_inset Formula 
35848 \begin{flalign}
35849 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
35850 \rho & \textrm{density}\\
35851 V & \textrm{volume}\\
35852 g & \textrm{gravitational acceleration}
35853 \end{array} &  & {}\label{eq:within}
35854 \end{flalign}
35855
35856 \end_inset
35857
35858
35859 \end_layout
35860
35861 \begin_layout Subsection
35862 アップライト体のギリシャ小文字
35863 \begin_inset CommandInset label
35864 LatexCommand label
35865 name "sub:アップライト体ギリシャ小文字"
35866
35867 \end_inset
35868
35869
35870 \begin_inset Index idx
35871 status collapsed
35872
35873 \begin_layout Plain Layout
35874 ぎりしゃもじ@ギリシャ文字 ! あっぷらいとたい@アップライト体
35875 \end_layout
35876
35877 \end_inset
35878
35879
35880 \end_layout
35881
35882 \begin_layout Standard
35883 ほとんどの数式書体は、イタリック体のギリシャ小文字しか提供していません。しかし、
35884 \begin_inset Formula $\pi$
35885 \end_inset
35886
35887 中間子やニュートリノのような素粒子の記号には、アップライト体のギリシャ文字が必要とされます。
35888 \series bold
35889 upgreek.sty
35890 \series default
35891
35892 \begin_inset Foot
35893 status collapsed
35894
35895 \begin_layout Plain Layout
35896
35897 \series bold
35898 upgreek
35899 \series default
35900 は、
35901 \series bold
35902 was
35903 \series default
35904
35905 \begin_inset Index idx
35906 status collapsed
35907
35908 \begin_layout Plain Layout
35909 ぱっけーじ@パッケージ ! was
35910 \begin_inset ERT
35911 status collapsed
35912
35913 \begin_layout Plain Layout
35914
35915
35916 \backslash
35917 vspace{4mm}
35918 \end_layout
35919
35920 \end_inset
35921
35922
35923 \end_layout
35924
35925 \end_inset
35926
35927  LaTeXパッケージの一部です。
35928 \end_layout
35929
35930 \end_inset
35931
35932
35933 \begin_inset Index idx
35934 status collapsed
35935
35936 \begin_layout Plain Layout
35937 ぱっけーじ@パッケージ ! upgreek
35938 \end_layout
35939
35940 \end_inset
35941
35942  ファイルを
35943 \end_layout
35944
35945 \begin_layout Standard
35946
35947 \series bold
35948
35949 \backslash
35950 usepackage{upgreek}
35951 \end_layout
35952
35953 \begin_layout Standard
35954 というLaTeXプリアンブル行で読み込めば、これらが提供されるようになります。
35955 \begin_inset ERT
35956 status collapsed
35957
35958 \begin_layout Plain Layout
35959
35960
35961 \backslash
35962 ifupgreek 
35963 \end_layout
35964
35965 \end_inset
35966
35967
35968 \begin_inset Note Note
35969 status open
35970
35971 \begin_layout Plain Layout
35972 以下の表は、
35973 \series bold
35974 upgreek
35975 \series default
35976  LaTeXパッケージが導入済みのときのみ表示されます。
35977 \end_layout
35978
35979 \end_inset
35980
35981 アップライト体のギリシャ小文字は、ギリシャ小文字のコマンド名の前に
35982 \series bold
35983 up
35984 \series default
35985 を付けると作ることができます。たとえば
35986 \series bold
35987
35988 \backslash
35989 uptau
35990 \series default
35991 コマンドは、
35992 \begin_inset Formula $\uptau$
35993 \end_inset
35994
35995 のようになります。
35996 \end_layout
35997
35998 \begin_layout Standard
35999 これらのコマンドを使えば、以下のような素粒子の反応を組版することができるようになります。
36000 \begin_inset Formula 
36001 \[
36002 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}
36003 \]
36004
36005 \end_inset
36006
36007
36008 \end_layout
36009
36010 \begin_layout Standard
36011 アップライト体の文字は、イタリック体のものよりも太く幅広です。したがって、これらを「
36012 \begin_inset Formula $\mu m$
36013 \end_inset
36014
36015 」のような単位に使うべきではありません。
36016 \end_layout
36017
36018 \begin_layout Standard
36019 \begin_inset ERT
36020 status collapsed
36021
36022 \begin_layout Plain Layout
36023
36024
36025 \backslash
36026 else 
36027 \end_layout
36028
36029 \end_inset
36030
36031
36032 \begin_inset Note Note
36033 status open
36034
36035 \begin_layout Plain Layout
36036 以下は、
36037 \series bold
36038 upgreek
36039 \series default
36040  LaTeXパッケージが導入されていないときのみ表示されます。
36041 \end_layout
36042
36043 \end_inset
36044
36045
36046 \end_layout
36047
36048 \begin_layout Standard
36049 この小節のすべてを出力で見るには、
36050 \series bold
36051 upgreek
36052 \series default
36053  LaTeXパッケージを導入する必要があります。
36054 \end_layout
36055
36056 \begin_layout Standard
36057 \begin_inset ERT
36058 status collapsed
36059
36060 \begin_layout Plain Layout
36061
36062
36063 \backslash
36064 fi 
36065 \end_layout
36066
36067 \end_inset
36068
36069
36070 \begin_inset Newpage newpage
36071 \end_inset
36072
36073
36074 \end_layout
36075
36076 \begin_layout Subsection
36077 数式中のテキスト文字
36078 \begin_inset CommandInset label
36079 LatexCommand label
36080 name "sub:数式中のテキスト文字"
36081
36082 \end_inset
36083
36084
36085 \begin_inset Index idx
36086 status collapsed
36087
36088 \begin_layout Plain Layout
36089 てきすと@テキスト ! すうしきちゅうの@数式中の ---
36090 \end_layout
36091
36092 \end_inset
36093
36094
36095 \end_layout
36096
36097 \begin_layout Standard
36098 折にふれて、テキスト文字を直接数式中に入れたいときがあるでしょう。たとえば、中黒「·」を
36099 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
36100 \end_inset
36101
36102 のように数式中で頻繁に用いようとすると、この中黒はすべてのエンコーディングでテキスト文字として定義されているために、代わりに
36103 \series bold
36104
36105 \backslash
36106 cdot
36107 \series default
36108
36109 \begin_inset Foot
36110 status collapsed
36111
36112 \begin_layout Plain Layout
36113
36114 \begin_inset CommandInset ref
36115 LatexCommand ref
36116 reference "sub:二項演算子"
36117
36118 \end_inset
36119
36120 節参照。
36121 \end_layout
36122
36123 \end_inset
36124
36125 コマンドを挿入しなくてはならなくなることでしょう。しかし、
36126 \end_layout
36127
36128 \begin_layout Standard
36129
36130 \series bold
36131
36132 \backslash
36133 Declare Inputtext{183}{
36134 \backslash
36135 ifmmode
36136 \backslash
36137 cdot
36138 \backslash
36139 else
36140 \backslash
36141 textperiodcentered
36142 \backslash
36143 f\SpecialChar \textcompwordmark{}
36144 i}
36145 \end_layout
36146
36147 \begin_layout Standard
36148 というLaTeXプリアンブル行を使えば、エンコーディングに変更を加えることができます。
36149 \end_layout
36150
36151 \begin_layout Standard
36152 文字エンコーディング(
36153 \family sans
36154 文書\SpecialChar \menuseparator
36155 設定\SpecialChar \menuseparator
36156 言語
36157 \family default
36158 メニュー)は、キーボード上の
36159 \begin_inset Flex Ruby
36160 status collapsed
36161
36162 \begin_layout Plain Layout
36163
36164 \begin_inset Argument post:1
36165 status collapsed
36166
36167 \begin_layout Plain Layout
36168 キー
36169 \end_layout
36170
36171 \end_inset
36172
36173
36174 \end_layout
36175
36176 \end_inset
36177
36178 が押されたときにどの文字が表示されるかを指定します。「·」文字に対応する鍵が押されると、内部的には
36179 \series bold
36180
36181 \backslash
36182 textperiodcentered
36183 \series default
36184 コマンドが使用されます。しかし、このコマンドは数式中では使えないので、LaTeXエラーが発生するのです。変更後のエンコーディングでは、文字が数式中に挿入されたか
36185 否かによって、正しいコマンドが自動的に選択されます。
36186 \end_layout
36187
36188 \begin_layout Standard
36189 定義ファイル中には、複数の文字のエンコーディングが保管されています。たとえば、
36190 \series bold
36191 latin9
36192 \series default
36193 エンコーディングは、LaTeXがインストールされたフォルダにある
36194 \series bold
36195 latin9.def
36196 \series default
36197 ファイルに定義されています。エンコーディングは、LaTeXプリアンブルで変更するべきであって、定義ファイルを変更してはなりません。さもないと、自分の作成した文書
36198 は、他のコンピューターで作業をしている他のユーザーによっては編集することができなくなってしまいます。
36199 \end_layout
36200
36201 \begin_layout Standard
36202 \begin_inset VSpace medskip
36203 \end_inset
36204
36205 中黒の他にこの文書では、角度記号「
36206 \begin_inset Formula $^{\circ}$
36207 \end_inset
36208
36209 」が、数式に直接入れることができるよう、以下のようなLaTeXプリアンブル行で定義されています
36210 \begin_inset Foot
36211 status collapsed
36212
36213 \begin_layout Plain Layout
36214 (訳註)pLaTeXでは、これらの定義は必要ないので、コメントアウトして無効にしてあります。
36215 \end_layout
36216
36217 \end_inset
36218
36219
36220 \end_layout
36221
36222 \begin_layout Standard
36223
36224 \series bold
36225
36226 \backslash
36227 DeclareInputtext{176}{
36228 \backslash
36229 ifmmode^
36230 \backslash
36231 circ
36232 \backslash
36233 else
36234 \backslash
36235 textdegree
36236 \backslash
36237 f\SpecialChar \textcompwordmark{}
36238 i}
36239 \end_layout
36240
36241 \begin_layout Standard
36242 \begin_inset Newpage newpage
36243 \end_inset
36244
36245
36246 \end_layout
36247
36248 \begin_layout Section
36249 \start_of_appendix
36250 組版上の助言
36251 \begin_inset Index idx
36252 status collapsed
36253
36254 \begin_layout Plain Layout
36255 くみばんじょうのじょげん@組版上の助言
36256 \end_layout
36257
36258 \end_inset
36259
36260
36261 \end_layout
36262
36263 \begin_layout Standard
36264 この節は、ISO規範に掲げてある、もっとも重要な組版ルールの要約です
36265 \begin_inset Foot
36266 status collapsed
36267
36268 \begin_layout Plain Layout
36269 この要約の一部は、ISO規則を取り上げている「Duden」
36270 \begin_inset CommandInset citation
36271 LatexCommand cite
36272 key "Duden"
36273
36274 \end_inset
36275
36276 と呼ばれるドイツの半公的辞書から採られています。
36277 \end_layout
36278
36279 \end_inset
36280
36281
36282 \end_layout
36283
36284 \begin_layout Itemize
36285 物理単位は、つねに(イタリック文中にあるときも)アップライト体にします
36286 \begin_inset Foot
36287 status collapsed
36288
36289 \begin_layout Plain Layout
36290 書体様式で指定します。第
36291 \begin_inset CommandInset ref
36292 LatexCommand ref
36293 reference "sub:書体様式"
36294
36295 \end_inset
36296
36297 節を参照。
36298 \end_layout
36299
36300 \end_inset
36301
36302 :30
36303 \begin_inset space \thinspace{}
36304 \end_inset
36305
36306 km/h
36307 \begin_inset Newline newline
36308 \end_inset
36309
36310 値と単位の間には、最小空白を入れます。第
36311 \begin_inset CommandInset ref
36312 LatexCommand ref
36313 reference "sub:定義済みの空白"
36314
36315 \end_inset
36316
36317 節を参照。
36318 \begin_inset Newline newline
36319 \end_inset
36320
36321 この慣習は、
36322 \series bold
36323
36324 \backslash
36325 unittwo
36326 \series default
36327 コマンドを使用すると、つねに満たされます。このコマンドを数式に入れると、二つの枠が現れます。最初の枠には値をいれ、第二の枠に単位を入れると、上記と同じような結果
36328 が得られます:
36329 \begin_inset Formula $\unit[30]{km/h}$
36330 \end_inset
36331
36332
36333 \begin_inset space \thinspace{}
36334 \end_inset
36335
36336 。実は、
36337 \series bold
36338
36339 \backslash
36340 unittwo
36341 \series default
36342 は、LaTeXコマンドの実体ではなく、
36343 \series bold
36344
36345 \backslash
36346 unit[値]{単位}
36347 \series default
36348 というコマンドです。したがって、これをTeXコード中で使用することはできません。
36349 \end_layout
36350
36351 \begin_layout Itemize
36352 百分率記号と千分率記号は、物理単位と同様に組みます:
36353 \begin_inset Newline newline
36354 \end_inset
36355
36356 血中アルコール1,2
36357 \begin_inset space \thinspace{}
36358 \end_inset
36359
36360
36361 \end_layout
36362
36363 \begin_layout Itemize
36364 角度記号は値の直後に置きます:
36365 \begin_inset Formula $15^{\circ}$
36366 \end_inset
36367
36368 。しかし、単位として用いられるときは別です:15
36369 \begin_inset space \thinspace{}
36370 \end_inset
36371
36372
36373 \begin_inset Formula $^{\circ}\negmedspace\mbox{C}$
36374 \end_inset
36375
36376
36377 \end_layout
36378
36379 \begin_layout Itemize
36380 4桁以上の数は、3桁ごとに最小空白を直前に挿入して、グループ化します:18
36381 \begin_inset space \thinspace{}
36382 \end_inset
36383
36384 473
36385 \begin_inset space \thinspace{}
36386 \end_inset
36387
36388 588
36389 \end_layout
36390
36391 \begin_layout Itemize
36392 \begin_inset Formula $120\times90\times40$
36393 \end_inset
36394
36395
36396 \begin_inset space \thinspace{}
36397 \end_inset
36398
36399 cmのような寸法には、積記号「
36400 \begin_inset Formula $\times$
36401 \end_inset
36402
36403 」を用います。これは、
36404 \series bold
36405
36406 \backslash
36407 times
36408 \series default
36409 コマンドか、
36410 \family sans
36411 挿入\SpecialChar \menuseparator
36412 特殊文字\SpecialChar \menuseparator
36413 記号
36414 \family default
36415 メニューから入れることができます。
36416 \end_layout
36417
36418 \begin_layout Itemize
36419 いくつかの文字を含む関数名は、混乱を防ぐためにアップライト体にします。第
36420 \begin_inset CommandInset ref
36421 LatexCommand ref
36422 reference "sub:定義済み函数"
36423
36424 \end_inset
36425
36426 節を参照。
36427 \end_layout
36428
36429 \begin_layout Itemize
36430 複数の文字を含む指数は、アップライト体にします:
36431 \begin_inset Formula $E_{\mathrm{kin}}$
36432 \end_inset
36433
36434
36435 \begin_inset Newline newline
36436 \end_inset
36437
36438 行列要素はイタリック体にします:
36439 \begin_inset Formula $\hat{H}_{kl}$
36440 \end_inset
36441
36442
36443 \end_layout
36444
36445 \begin_layout Itemize
36446 微分作用素・積分作用素「d」、オイラー数「e」、虚数単位「i」は、他の変数と間違えることを避けるために、アップライト体にします。
36447 \end_layout
36448
36449 \begin_layout Itemize
36450
36451 \noun on
36452 フーリエ
36453 \noun default
36454 変換を表す文字は、
36455 \series bold
36456
36457 \backslash
36458 mathscr
36459 \begin_inset space \textvisiblespace{}
36460 \end_inset
36461
36462 {F
36463 \series default
36464 コマンド
36465 \begin_inset Index idx
36466 status collapsed
36467
36468 \begin_layout Plain Layout
36469 こまんど@コマンド! M ! 
36470 \backslash
36471 mathscr
36472 \end_layout
36473
36474 \end_inset
36475
36476
36477 \family sans
36478 挿入\SpecialChar \menuseparator
36479 特殊文字\SpecialChar \menuseparator
36480 記号\SpecialChar \menuseparator
36481 文字様記号
36482 \family default
36483 メニューの
36484 \begin_inset Formula $\mathscr{F}$
36485 \end_inset
36486
36487 で入れることができます。
36488 \end_layout
36489
36490 \begin_layout Standard
36491 \begin_inset Newpage newpage
36492 \end_inset
36493
36494
36495 \end_layout
36496
36497 \begin_layout Section
36498 同義語
36499 \begin_inset Index idx
36500 status collapsed
36501
36502 \begin_layout Plain Layout
36503 どうぎご@同義語
36504 \end_layout
36505
36506 \end_inset
36507
36508
36509 \end_layout
36510
36511 \begin_layout Standard
36512 いくつかの文字や記号は、複数のコマンドから作ることができます。以下は、同義のコマンドの一覧です。
36513 \end_layout
36514
36515 \begin_layout Standard
36516 \begin_inset VSpace bigskip
36517 \end_inset
36518
36519
36520 \begin_inset space \hfill{}
36521 \end_inset
36522
36523
36524 \begin_inset Tabular
36525 <lyxtabular version="3" rows="12" columns="2">
36526 <features rotate="0" tabularvalignment="middle">
36527 <column alignment="center" valignment="top" width="0pt">
36528 <column alignment="center" valignment="top" width="0pt">
36529 <row>
36530 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36531 \begin_inset Text
36532
36533 \begin_layout Plain Layout
36534 コマンド
36535 \end_layout
36536
36537 \end_inset
36538 </cell>
36539 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36540 \begin_inset Text
36541
36542 \begin_layout Plain Layout
36543 同義のコマンド
36544 \begin_inset Note Note
36545 status collapsed
36546
36547 \begin_layout Plain Layout
36548 ここで
36549 \series bold
36550
36551 \backslash
36552 raisebox
36553 \series default
36554 はスペーサーとして使用しているだけです。
36555 \end_layout
36556
36557 \end_inset
36558
36559
36560 \end_layout
36561
36562 \end_inset
36563 </cell>
36564 </row>
36565 <row>
36566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36567 \begin_inset Text
36568
36569 \begin_layout Plain Layout
36570
36571 \backslash
36572 ast
36573 \end_layout
36574
36575 \end_inset
36576 </cell>
36577 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36578 \begin_inset Text
36579
36580 \begin_layout Plain Layout
36581 \begin_inset ERT
36582 status collapsed
36583
36584 \begin_layout Plain Layout
36585
36586
36587 \backslash
36588 raisebox{-1.2mm}{
36589 \end_layout
36590
36591 \end_inset
36592
36593 *
36594 \begin_inset ERT
36595 status collapsed
36596
36597 \begin_layout Plain Layout
36598
36599 }
36600 \end_layout
36601
36602 \end_inset
36603
36604
36605 \end_layout
36606
36607 \end_inset
36608 </cell>
36609 </row>
36610 <row>
36611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36612 \begin_inset Text
36613
36614 \begin_layout Plain Layout
36615
36616 \backslash
36617 choose
36618 \end_layout
36619
36620 \end_inset
36621 </cell>
36622 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36623 \begin_inset Text
36624
36625 \begin_layout Plain Layout
36626
36627 \backslash
36628 binom
36629 \end_layout
36630
36631 \end_inset
36632 </cell>
36633 </row>
36634 <row>
36635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36636 \begin_inset Text
36637
36638 \begin_layout Plain Layout
36639
36640 \backslash
36641 geq
36642 \end_layout
36643
36644 \end_inset
36645 </cell>
36646 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36647 \begin_inset Text
36648
36649 \begin_layout Plain Layout
36650
36651 \backslash
36652 ge
36653 \end_layout
36654
36655 \end_inset
36656 </cell>
36657 </row>
36658 <row>
36659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36660 \begin_inset Text
36661
36662 \begin_layout Plain Layout
36663
36664 \backslash
36665 lbrace
36666 \end_layout
36667
36668 \end_inset
36669 </cell>
36670 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36671 \begin_inset Text
36672
36673 \begin_layout Plain Layout
36674 {
36675 \end_layout
36676
36677 \end_inset
36678 </cell>
36679 </row>
36680 <row>
36681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36682 \begin_inset Text
36683
36684 \begin_layout Plain Layout
36685
36686 \backslash
36687 lbracket
36688 \end_layout
36689
36690 \end_inset
36691 </cell>
36692 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36693 \begin_inset Text
36694
36695 \begin_layout Plain Layout
36696 [
36697 \end_layout
36698
36699 \end_inset
36700 </cell>
36701 </row>
36702 <row>
36703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36704 \begin_inset Text
36705
36706 \begin_layout Plain Layout
36707
36708 \backslash
36709 leftarrow
36710 \end_layout
36711
36712 \end_inset
36713 </cell>
36714 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36715 \begin_inset Text
36716
36717 \begin_layout Plain Layout
36718
36719 \backslash
36720 gets
36721 \end_layout
36722
36723 \end_inset
36724 </cell>
36725 </row>
36726 <row>
36727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36728 \begin_inset Text
36729
36730 \begin_layout Plain Layout
36731
36732 \backslash
36733 leq
36734 \end_layout
36735
36736 \end_inset
36737 </cell>
36738 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36739 \begin_inset Text
36740
36741 \begin_layout Plain Layout
36742
36743 \backslash
36744 le
36745 \end_layout
36746
36747 \end_inset
36748 </cell>
36749 </row>
36750 <row>
36751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36752 \begin_inset Text
36753
36754 \begin_layout Plain Layout
36755
36756 \backslash
36757 lor
36758 \end_layout
36759
36760 \end_inset
36761 </cell>
36762 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36763 \begin_inset Text
36764
36765 \begin_layout Plain Layout
36766
36767 \backslash
36768 vee
36769 \end_layout
36770
36771 \end_inset
36772 </cell>
36773 </row>
36774 <row>
36775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36776 \begin_inset Text
36777
36778 \begin_layout Plain Layout
36779
36780 \backslash
36781 neq
36782 \end_layout
36783
36784 \end_inset
36785 </cell>
36786 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36787 \begin_inset Text
36788
36789 \begin_layout Plain Layout
36790
36791 \backslash
36792 not=
36793 \end_layout
36794
36795 \end_inset
36796 </cell>
36797 </row>
36798 <row>
36799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36800 \begin_inset Text
36801
36802 \begin_layout Plain Layout
36803
36804 \backslash
36805 slash
36806 \end_layout
36807
36808 \end_inset
36809 </cell>
36810 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36811 \begin_inset Text
36812
36813 \begin_layout Plain Layout
36814 /
36815 \end_layout
36816
36817 \end_inset
36818 </cell>
36819 </row>
36820 <row>
36821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36822 \begin_inset Text
36823
36824 \begin_layout Plain Layout
36825
36826 \backslash
36827 vert
36828 \end_layout
36829
36830 \end_inset
36831 </cell>
36832 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36833 \begin_inset Text
36834
36835 \begin_layout Plain Layout
36836 \begin_inset Formula $|$
36837 \end_inset
36838
36839
36840 \end_layout
36841
36842 \end_inset
36843 </cell>
36844 </row>
36845 </lyxtabular>
36846
36847 \end_inset
36848
36849
36850 \begin_inset space \hfill{}
36851 \end_inset
36852
36853
36854 \begin_inset Tabular
36855 <lyxtabular version="3" rows="12" columns="2">
36856 <features rotate="0" tabularvalignment="middle">
36857 <column alignment="center" valignment="top" width="0pt">
36858 <column alignment="center" valignment="top" width="0pt">
36859 <row>
36860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36861 \begin_inset Text
36862
36863 \begin_layout Plain Layout
36864 コマンド
36865 \end_layout
36866
36867 \end_inset
36868 </cell>
36869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36870 \begin_inset Text
36871
36872 \begin_layout Plain Layout
36873 同義のコマンド
36874 \end_layout
36875
36876 \end_inset
36877 </cell>
36878 </row>
36879 <row>
36880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36881 \begin_inset Text
36882
36883 \begin_layout Plain Layout
36884
36885 \backslash
36886 backslash
36887 \end_layout
36888
36889 \end_inset
36890 </cell>
36891 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36892 \begin_inset Text
36893
36894 \begin_layout Plain Layout
36895
36896 \backslash
36897
36898 \backslash
36899
36900 \end_layout
36901
36902 \end_inset
36903 </cell>
36904 </row>
36905 <row>
36906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36907 \begin_inset Text
36908
36909 \begin_layout Plain Layout
36910
36911 \backslash
36912 dasharrow
36913 \end_layout
36914
36915 \end_inset
36916 </cell>
36917 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36918 \begin_inset Text
36919
36920 \begin_layout Plain Layout
36921
36922 \backslash
36923 dashrightarrow
36924 \end_layout
36925
36926 \end_inset
36927 </cell>
36928 </row>
36929 <row>
36930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36931 \begin_inset Text
36932
36933 \begin_layout Plain Layout
36934
36935 \backslash
36936 land
36937 \end_layout
36938
36939 \end_inset
36940 </cell>
36941 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36942 \begin_inset Text
36943
36944 \begin_layout Plain Layout
36945
36946 \backslash
36947 wedge
36948 \end_layout
36949
36950 \end_inset
36951 </cell>
36952 </row>
36953 <row>
36954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36955 \begin_inset Text
36956
36957 \begin_layout Plain Layout
36958
36959 \backslash
36960 rbrace
36961 \end_layout
36962
36963 \end_inset
36964 </cell>
36965 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36966 \begin_inset Text
36967
36968 \begin_layout Plain Layout
36969 }
36970 \end_layout
36971
36972 \end_inset
36973 </cell>
36974 </row>
36975 <row>
36976 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36977 \begin_inset Text
36978
36979 \begin_layout Plain Layout
36980
36981 \backslash
36982 rbracket
36983 \end_layout
36984
36985 \end_inset
36986 </cell>
36987 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36988 \begin_inset Text
36989
36990 \begin_layout Plain Layout
36991 ]
36992 \end_layout
36993
36994 \end_inset
36995 </cell>
36996 </row>
36997 <row>
36998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36999 \begin_inset Text
37000
37001 \begin_layout Plain Layout
37002
37003 \backslash
37004 rightarrow
37005 \end_layout
37006
37007 \end_inset
37008 </cell>
37009 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37010 \begin_inset Text
37011
37012 \begin_layout Plain Layout
37013
37014 \backslash
37015 to
37016 \end_layout
37017
37018 \end_inset
37019 </cell>
37020 </row>
37021 <row>
37022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37023 \begin_inset Text
37024
37025 \begin_layout Plain Layout
37026
37027 \backslash
37028 lnot
37029 \end_layout
37030
37031 \end_inset
37032 </cell>
37033 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37034 \begin_inset Text
37035
37036 \begin_layout Plain Layout
37037
37038 \backslash
37039 neg
37040 \end_layout
37041
37042 \end_inset
37043 </cell>
37044 </row>
37045 <row>
37046 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37047 \begin_inset Text
37048
37049 \begin_layout Plain Layout
37050
37051 \backslash
37052 ne
37053 \end_layout
37054
37055 \end_inset
37056 </cell>
37057 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37058 \begin_inset Text
37059
37060 \begin_layout Plain Layout
37061
37062 \backslash
37063 not=
37064 \end_layout
37065
37066 \end_inset
37067 </cell>
37068 </row>
37069 <row>
37070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37071 \begin_inset Text
37072
37073 \begin_layout Plain Layout
37074
37075 \backslash
37076 owns
37077 \end_layout
37078
37079 \end_inset
37080 </cell>
37081 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37082 \begin_inset Text
37083
37084 \begin_layout Plain Layout
37085
37086 \backslash
37087 ni
37088 \end_layout
37089
37090 \end_inset
37091 </cell>
37092 </row>
37093 <row>
37094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37095 \begin_inset Text
37096
37097 \begin_layout Plain Layout
37098
37099 \backslash
37100 square
37101 \end_layout
37102
37103 \end_inset
37104 </cell>
37105 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37106 \begin_inset Text
37107
37108 \begin_layout Plain Layout
37109
37110 \backslash
37111 Box
37112 \end_layout
37113
37114 \end_inset
37115 </cell>
37116 </row>
37117 <row>
37118 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37119 \begin_inset Text
37120
37121 \begin_layout Plain Layout
37122
37123 \backslash
37124 Vert
37125 \end_layout
37126
37127 \end_inset
37128 </cell>
37129 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37130 \begin_inset Text
37131
37132 \begin_layout Plain Layout
37133
37134 \backslash
37135
37136 \begin_inset Formula $|$
37137 \end_inset
37138
37139
37140 \end_layout
37141
37142 \end_inset
37143 </cell>
37144 </row>
37145 </lyxtabular>
37146
37147 \end_inset
37148
37149
37150 \begin_inset space \hfill{}
37151 \end_inset
37152
37153
37154 \end_layout
37155
37156 \begin_layout Standard
37157 \begin_inset Newpage newpage
37158 \end_inset
37159
37160
37161 \end_layout
37162
37163 \begin_layout Bibliography
37164 \begin_inset CommandInset bibitem
37165 LatexCommand bibitem
37166 key "TLC2"
37167
37168 \end_inset
37169
37170
37171 \shape smallcaps
37172 Mittelbach, F.
37173  ; Goossens, M.
37174 \shape default
37175
37176 \shape italic
37177 The LaTeX Companion
37178 \shape default
37179 , 2nd ed.
37180  Addison Wesley, 2004
37181 \end_layout
37182
37183 \begin_layout Bibliography
37184 \begin_inset CommandInset bibitem
37185 LatexCommand bibitem
37186 key "Mathmode"
37187
37188 \end_inset
37189
37190 LaTeXの数式能力の
37191 \begin_inset CommandInset href
37192 LatexCommand href
37193 name "説明"
37194 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
37195
37196 \end_inset
37197
37198
37199 \end_layout
37200
37201 \begin_layout Bibliography
37202 \begin_inset CommandInset bibitem
37203 LatexCommand bibitem
37204 key "AMS"
37205
37206 \end_inset
37207
37208
37209 \begin_inset ERT
37210 status collapsed
37211
37212 \begin_layout Plain Layout
37213
37214
37215 \backslash
37216 AmS
37217 \end_layout
37218
37219 \end_inset
37220
37221 -LaTeXの
37222 \begin_inset CommandInset href
37223 LatexCommand href
37224 name "説明"
37225 target "http://mirrors.ctan.org/macros/latex/required/amslatex/math/amsldoc.pdf"
37226
37227 \end_inset
37228
37229
37230 \end_layout
37231
37232 \begin_layout Bibliography
37233 \begin_inset CommandInset bibitem
37234 LatexCommand bibitem
37235 key "Symbols"
37236
37237 \end_inset
37238
37239 LaTeXパッケージで利用できる記号の
37240 \begin_inset CommandInset href
37241 LatexCommand href
37242 name "全覧"
37243 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
37244
37245 \end_inset
37246
37247
37248 \end_layout
37249
37250 \begin_layout Bibliography
37251 \begin_inset CommandInset bibitem
37252 LatexCommand bibitem
37253 key "cancel"
37254
37255 \end_inset
37256
37257 LaTeX 
37258 \series bold
37259 cancel
37260 \series default
37261
37262 \begin_inset Index idx
37263 status collapsed
37264
37265 \begin_layout Plain Layout
37266 ぱっけーじ@パッケージ ! cancel
37267 \end_layout
37268
37269 \end_inset
37270
37271 パッケージの
37272 \begin_inset CommandInset href
37273 LatexCommand href
37274 name "取扱説明書"
37275 target "http://mirrors.ctan.org/macros/latex/contrib/cancel/cancel.pdf"
37276
37277 \end_inset
37278
37279
37280 \end_layout
37281
37282 \begin_layout Bibliography
37283 \begin_inset CommandInset bibitem
37284 LatexCommand bibitem
37285 key "hyperref"
37286
37287 \end_inset
37288
37289 LaTeX 
37290 \series bold
37291 hyperref
37292 \series default
37293
37294 \begin_inset Index idx
37295 status collapsed
37296
37297 \begin_layout Plain Layout
37298 ぱっけーじ@パッケージ ! hyperref
37299 \end_layout
37300
37301 \end_inset
37302
37303 パッケージの
37304 \begin_inset CommandInset href
37305 LatexCommand href
37306 name "取扱説明書"
37307 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
37308
37309 \end_inset
37310
37311
37312 \end_layout
37313
37314 \begin_layout Bibliography
37315 \begin_inset CommandInset bibitem
37316 LatexCommand bibitem
37317 key "mhchem"
37318
37319 \end_inset
37320
37321 LaTeX 
37322 \series bold
37323 mhchem
37324 \series default
37325
37326 \begin_inset Index idx
37327 status collapsed
37328
37329 \begin_layout Plain Layout
37330 ぱっけーじ@パッケージ ! mhchem
37331 \end_layout
37332
37333 \end_inset
37334
37335 パッケージの
37336 \begin_inset CommandInset href
37337 LatexCommand href
37338 name "取扱説明書"
37339 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
37340
37341 \end_inset
37342
37343
37344 \end_layout
37345
37346 \begin_layout Bibliography
37347 \begin_inset CommandInset bibitem
37348 LatexCommand bibitem
37349 key "Mathclap"
37350
37351 \end_inset
37352
37353
37354 \begin_inset CommandInset ref
37355 LatexCommand ref
37356 reference "sub:演算子の範囲"
37357
37358 \end_inset
37359
37360 節に述べられている
37361 \series bold
37362
37363 \backslash
37364 mathclap
37365 \series default
37366 コマンドの
37367 \begin_inset CommandInset href
37368 LatexCommand href
37369 name "説明"
37370 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
37371
37372 \end_inset
37373
37374
37375 \begin_inset Index idx
37376 status collapsed
37377
37378 \begin_layout Plain Layout
37379 こまんど@コマンド ! M ! 
37380 \backslash
37381 mathclap
37382 \end_layout
37383
37384 \end_inset
37385
37386
37387 \end_layout
37388
37389 \begin_layout Bibliography
37390 \begin_inset CommandInset bibitem
37391 LatexCommand bibitem
37392 key "Duden"
37393
37394 \end_inset
37395
37396
37397 \emph on
37398 Duden Band 1
37399 \emph default
37400 .
37401  22.
37402  Auflage, Duden 2001
37403 \end_layout
37404
37405 \begin_layout Bibliography
37406 \begin_inset CommandInset bibitem
37407 LatexCommand bibitem
37408 key "Checklist"
37409
37410 \end_inset
37411
37412 原稿見直しの
37413 \begin_inset CommandInset href
37414 LatexCommand href
37415 name "チェックリスト"
37416 target "http://physics.nist.gov/Document/checklist.pdf"
37417
37418 \end_inset
37419
37420
37421 \end_layout
37422
37423 \begin_layout Subsubsection*
37424 \begin_inset CommandInset index_print
37425 LatexCommand printindex
37426 type "idx"
37427
37428 \end_inset
37429
37430
37431 \end_layout
37432
37433 \end_body
37434 \end_document