]> git.lyx.org Git - features.git/blob - lib/doc/ja/Math.lyx
c99daa0a8852837f2f84e9b9ccf7401eb6692a6f
[features.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 % macro from sec. 10.2
104 \def\clap#1{\hbox to 0pt{\hss #1\hss}}
105 \def\mathclap {\mathpalette \mathclapinternal}
106 \def\mathclapinternal #1#2{\clap{$\mathsurround =0pt #1{#2}$}}
107
108
109 % ------------------------------------
110 % used to check for needed LaTeX packages
111 \usepackage{ifthen}
112
113 % check for package undertilde
114 % used for the command \utilde
115 \newboolean{undertilde}
116 \IfFileExists{undertilde.sty}
117  {\setboolean{undertilde}{true}}
118  {\setboolean{undertilde}{false}}
119
120 % check for package eurosym
121 % used for the Euro symbol
122 \newboolean{eurosym}
123 \IfFileExists{eurosym.sty}
124  {\usepackage[gennarrow]{eurosym}
125   \setboolean{eurosym}{true}}
126  {\setboolean{eurosym}{false}}
127
128 % needed in sec. 22.4
129 % check for package braket
130 \newboolean{braket}
131 \IfFileExists{braket.sty}
132  {\usepackage{braket}
133   \setboolean{braket}{true}}
134  {\setboolean{braket}{false}}
135
136 % check for package cancel
137 \newboolean{cancel}
138 \IfFileExists{cancel.sty}
139  {\setboolean{cancel}{true}}
140  {\setboolean{cancel}{false}}
141
142 % needed in sec. 22.10
143 % check for package upgreek
144 \newboolean{upgreek}
145 \IfFileExists{upgreek.sty}
146  {\usepackage{upgreek}
147   \setboolean{upgreek}{true}}
148  {\setboolean{upgreek}{false}}
149
150 % make pdf bookmark sane with Japanese
151 \AtBeginDvi{\special{pdf:tounicode EUC-UCS2}}
152 % Added by lyx2lyx
153 \end_preamble
154 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading,samesize
155 \use_default_options true
156 \maintain_unincluded_children false
157 \begin_local_layout
158 InsetLayout             Flex:Ruby
159 LyxType         charstyle
160 LatexType               command
161 LatexName               ruby
162 BgColor         none
163 LabelString             "ルビ"
164 Decoration              Conglomerate
165 Argument post:1
166       LabelString       "ルビ文"
167       MenuString        "ルビ文(S)|S"
168       Decoration        Conglomerate
169       Font
170             Size                tiny
171       EndFont
172       LabelFont
173             Size                tiny
174       EndFont
175       Mandatory 1
176 EndArgument
177 Preamble
178 \IfFileExists{okumacro.sty}
179  {\usepackage{okumacro}}
180  {\newcommand{\ruby}[2]{#2}}
181 EndPreamble
182 End
183 \end_local_layout
184 \language japanese
185 \language_package default
186 \inputencoding auto
187 \fontencoding global
188 \font_roman default
189 \font_sans default
190 \font_typewriter default
191 \font_math auto
192 \font_default_family default
193 \use_non_tex_fonts false
194 \font_sc false
195 \font_osf false
196 \font_sf_scale 100
197 \font_tt_scale 100
198 \graphics default
199 \default_output_format default
200 \output_sync 0
201 \bibtex_command default
202 \index_command default
203 \paperfontsize default
204 \spacing single
205 \use_hyperref true
206 \pdf_title "LyX数式説明書"
207 \pdf_author "LyXプロジェクトチーム・Uwe Stohr"
208 \pdf_subject "LyXの数式機能に関する説明書"
209 \pdf_keywords "LyX, Mathed"
210 \pdf_bookmarks true
211 \pdf_bookmarksnumbered true
212 \pdf_bookmarksopen true
213 \pdf_bookmarksopenlevel 1
214 \pdf_breaklinks false
215 \pdf_pdfborder false
216 \pdf_colorlinks true
217 \pdf_backref false
218 \pdf_pdfusetitle false
219 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
220 \papersize a4paper
221 \use_geometry true
222 \use_package amsmath 2
223 \use_package amssymb 2
224 \use_package cancel 1
225 \use_package esint 1
226 \use_package mathdots 1
227 \use_package mathtools 0
228 \use_package mhchem 1
229 \use_package stackrel 0
230 \use_package stmaryrd 0
231 \use_package undertilde 1
232 \cite_engine basic
233 \cite_engine_type default
234 \biblio_style plain
235 \use_bibtopic false
236 \use_indices false
237 \paperorientation portrait
238 \suppress_date false
239 \justification true
240 \use_refstyle 0
241 \notefontcolor #0000ff
242 \index 索引
243 \shortcut idx
244 \color #008000
245 \end_index
246 \leftmargin 3.5cm
247 \topmargin 3cm
248 \rightmargin 3cm
249 \bottommargin 3.5cm
250 \secnumdepth 4
251 \tocdepth 3
252 \paragraph_separation skip
253 \defskip medskip
254 \quotes_language english
255 \papercolumns 1
256 \papersides 2
257 \paperpagestyle plain
258 \tracking_changes false
259 \output_changes false
260 \html_math_output 0
261 \html_css_as_file 0
262 \html_be_strict false
263 \end_header
264
265 \begin_body
266
267 \begin_layout Title
268 LyXの数式詳細説明書
269 \end_layout
270
271 \begin_layout Author
272 LyXプロジェクトチーム
273 \begin_inset Foot
274 status collapsed
275
276 \begin_layout Plain Layout
277 \noindent
278 コメントや誤りの修正などがございましたら、LyX文書化メーリングリスト
279 \family typewriter
280
281 \begin_inset CommandInset href
282 LatexCommand href
283 name "lyx-docs@lists.lyx.org"
284 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
285 type "mailto:"
286
287 \end_inset
288
289
290 \family default
291 までお知らせください。
292 \end_layout
293
294 \end_inset
295
296
297 \begin_inset Note Note
298 status collapsed
299
300 \begin_layout Plain Layout
301 著者:Uwe Stöhr
302 \end_layout
303
304 \end_inset
305
306
307 \begin_inset Newline newline
308 \end_inset
309
310
311 \begin_inset Newline newline
312 \end_inset
313
314
315 \family sans
316 第2.1.x版
317 \end_layout
318
319 \begin_layout Standard
320 \begin_inset CommandInset toc
321 LatexCommand tableofcontents
322
323 \end_inset
324
325
326 \end_layout
327
328 \begin_layout Standard
329 \begin_inset Note Note
330 status open
331
332 \begin_layout Plain Layout
333 この文書をPDFやPS、DVIに書き出すには、LaTeXパッケージの
334 \series bold
335 braket
336 \series default
337
338 \series bold
339 cancel
340 \series default
341
342 \series bold
343 eurosym
344 \series default
345
346 \series bold
347 mathdots
348 \series default
349
350 \series bold
351 mhchem
352 \series default
353
354 \series bold
355 undertilde
356 \series default
357
358 \series bold
359 was
360 \series default
361 が導入されている必要があります。これらが導入されていなくても文書はエクスポートできますが、パッケージを必要とする節は出力には現れません。また、
362 \series bold
363 mhchem
364 \series default
365 が導入されていないと、本ファイルを書き出すことができません。
366 \end_layout
367
368 \begin_layout Plain Layout
369 この文書の最新のPDF版は
370 \begin_inset Newline newline
371 \end_inset
372
373
374 \series bold
375 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
376 \begin_inset Newline newline
377 \end_inset
378
379
380 \series default
381 にあります。
382 \end_layout
383
384 \end_inset
385
386
387 \end_layout
388
389 \begin_layout Standard
390 \begin_inset Newpage newpage
391 \end_inset
392
393
394 \end_layout
395
396 \begin_layout Section
397 はじめに
398 \end_layout
399
400 \begin_layout Standard
401 この文書は、LyXの数式機能の説明書であると同時に、なによりも数式記号および数式要素に使用されるLaTeXコマンドのコレクションでもあります。説明は、コマンドの
402 使用を念頭に置いています。したがって、ユーザーの手引きの
403 \family typewriter
404 数式
405 \family default
406 の節をすでにお読みになっていることを前提としています。
407 \end_layout
408
409 \begin_layout Standard
410 この説明書で説明されている、ほとんどの数式記号と、数式要素の多くは、
411 \family sans
412 挿入\SpecialChar \menuseparator
413 数式
414 \family default
415 メニューか
416 \family sans
417 数式ツールバー
418 \family default
419 からアクセスすることが可能です。しかし、たくさんの数式を書かなくてはならない人はみな、数式ツールバーを使うよりもコマンドを使った方がずっと速いことに気付くことに
420 なるのです。したがって、この説明書はコマンドに焦点を当てますが、対応するツールバーボタンが利用可能なときには、それにも言及することにします。
421 \end_layout
422
423 \begin_layout Standard
424 とくに断らなければ、コマンドは数式内からのみ利用可能です。この文書で説明されているすべてのコマンドを利用できるようにするためには、文書設定(
425 \family sans
426 文書\SpecialChar \menuseparator
427 設定\SpecialChar \menuseparator
428 数式オプション
429 \family default
430 メニュー)で
431 \family sans
432 AMS mathパッケージを使う
433 \family default
434 オプションを有効にしなくてはなりません
435 \begin_inset Foot
436 status collapsed
437
438 \begin_layout Plain Layout
439
440 \family sans
441 AMS mathパッケージを自動的に使う
442 \family default
443 オプションは、LyXでサポートされている数式要素が見つかったときのみ、
444 \begin_inset ERT
445 status collapsed
446
447 \begin_layout Plain Layout
448
449
450 \backslash
451 AmS 
452 \end_layout
453
454 \end_inset
455
456 -mathパッケージを使用します。
457 \end_layout
458
459 \end_inset
460
461
462 \end_layout
463
464 \begin_layout Standard
465 説明を明瞭にするために、この文書はすべての
466 \begin_inset ERT
467 status collapsed
468
469 \begin_layout Plain Layout
470
471
472 \backslash
473 AmS 
474 \end_layout
475
476 \end_inset
477
478 -mathコマンド
479 \begin_inset Foot
480 status collapsed
481
482 \begin_layout Plain Layout
483 すべての
484 \begin_inset ERT
485 status collapsed
486
487 \begin_layout Plain Layout
488
489
490 \backslash
491 AmS
492 \end_layout
493
494 \end_inset
495
496 -mathコマンドの一覧は、
497 \family sans
498
499 \begin_inset CommandInset href
500 LatexCommand href
501 name "amsguide.ps"
502 target "ftp://ftp.ams.org/pub/tex/doc/amstex/amsguide.pdf"
503
504 \end_inset
505
506
507 \family default
508 ファイルに収録されています。このファイルは、すべてのLaTeX標準頒布版に含まれています。
509 \end_layout
510
511 \end_inset
512
513 を列挙はしません。
514 \end_layout
515
516 \begin_layout Section
517 一般的な説明
518 \end_layout
519
520 \begin_layout Standard
521 本文に埋め込まれた行内数式
522 \begin_inset Index idx
523 status collapsed
524
525 \begin_layout Plain Layout
526 すうしき ! ぎょうない @ 数式 ! 行内
527 \end_layout
528
529 \end_inset
530
531 を作成するには、
532 \begin_inset Flex Ruby
533 status collapsed
534
535 \begin_layout Plain Layout
536 捷径
537 \begin_inset Argument post:1
538 status collapsed
539
540 \begin_layout Plain Layout
541 ショートカット
542 \end_layout
543
544 \end_inset
545
546
547 \end_layout
548
549 \end_inset
550
551
552 \begin_inset Info
553 type  "shortcuts"
554 arg   "math-mode"
555 \end_inset
556
557 のうちのいずれか、あるいはツールバーボタン
558 \begin_inset Graphics
559         filename ../../images/math-mode.png
560         scale 85
561
562 \end_inset
563
564 を使用してください。
565 \begin_inset Newline newline
566 \end_inset
567
568 大きく別の段落として表示される別行立て数式
569 \begin_inset Index idx
570 status collapsed
571
572 \begin_layout Plain Layout
573 すうしき ! べつぎょうだてようしき @ 数式 ! 別行立て様式
574 \end_layout
575
576 \end_inset
577
578 を作成するには、
579 \begin_inset Info
580 type  "shortcuts"
581 arg   "math-display"
582 \end_inset
583
584 のうちいずれかの
585 \begin_inset Flex Ruby
586 status collapsed
587
588 \begin_layout Plain Layout
589 捷径
590 \begin_inset Argument post:1
591 status collapsed
592
593 \begin_layout Plain Layout
594 ショートカット
595 \end_layout
596
597 \end_inset
598
599
600 \end_layout
601
602 \end_inset
603
604 を使用して下さい。
605 \end_layout
606
607 \begin_layout Standard
608 別行立て様式の数式を行内数式に変更するには、カーソルを数式内に合わせて
609 \begin_inset Info
610 type  "shortcuts"
611 arg   "math-mode"
612 \end_inset
613
614 のいずれかの
615 \begin_inset Flex Ruby
616 status collapsed
617
618 \begin_layout Plain Layout
619 捷径
620 \begin_inset Argument post:1
621 status collapsed
622
623 \begin_layout Plain Layout
624 ショートカット
625 \end_layout
626
627 \end_inset
628
629
630 \end_layout
631
632 \end_inset
633
634 か、
635 \family sans
636 編集\SpecialChar \menuseparator
637 数式\SpecialChar \menuseparator
638 数式の表記を変更
639 \family default
640 メニューを使用して下さい。同じ方法が、行内数式を別行立て数式に変更するのにも使用できます。
641 \end_layout
642
643 \begin_layout Standard
644 行内数式の一部を別行立て数式の大きさで表示するには、
645 \series bold
646
647 \backslash
648 displaystyle
649 \begin_inset Index idx
650 status collapsed
651
652 \begin_layout Plain Layout
653
654 \size normal
655 こまんど@コマンド ! D ! 
656 \backslash
657 displaystyle
658 \end_layout
659
660 \end_inset
661
662
663 \series default
664 を数式に入力して下さい。すると、青いボックスが新規に現れて、希望する数式の箇所を挿入することができます。
665 \end_layout
666
667 \begin_layout Standard
668 表の中では、行内数式のみの使用が許されています。
669 \end_layout
670
671 \begin_layout Standard
672
673 \family sans
674 数式ツールバー
675 \family default
676 は、
677 \family sans
678 表示\SpecialChar \menuseparator
679 ツールバー
680 \family default
681 メニューで表示することができます。そのメニューで「数式」をクリックすると、ツールバーが下部に永続的に表示されます。この状態は、
682 \family sans
683 ツールバー
684 \family default
685 メニューの中ではチェック印で表されます。この状態から、
686 \family sans
687 ツールバー
688 \family default
689 メニューの「数式」をもう一度クリックすると、数式ツールバーは、カーソルが数式内部にあるときのみ表示されるようになります。この状態は、メニュー項目が「数式」から「
690 数式(自動)」に変わることで表されます。
691 \end_layout
692
693 \begin_layout Standard
694 TeXモード
695 \begin_inset Index idx
696 status collapsed
697
698 \begin_layout Plain Layout
699 T@TeXモード
700 \end_layout
701
702 \end_inset
703
704 は、ツールバーボタン
705 \begin_inset Graphics
706         filename ../../images/ert-insert.png
707         scale 85
708
709 \end_inset
710
711 を押すか、
712 \family sans
713 挿入\SpecialChar \menuseparator
714 Te
715 \begin_inset ERT
716 status collapsed
717
718 \begin_layout Plain Layout
719
720 {}
721 \end_layout
722
723 \end_inset
724
725 Xコード
726 \family default
727 (
728 \begin_inset Flex Ruby
729 status collapsed
730
731 \begin_layout Plain Layout
732 捷径
733 \begin_inset Argument post:1
734 status collapsed
735
736 \begin_layout Plain Layout
737 ショートカット
738 \end_layout
739
740 \end_inset
741
742
743 \end_layout
744
745 \end_inset
746
747
748 \begin_inset Info
749 type  "shortcut"
750 arg   "ert-insert"
751 \end_inset
752
753 )メニューを使うことで、起動できます。
754 \begin_inset Note Note
755 status collapsed
756
757 \begin_layout Plain Layout
758 LyXには、出力においては上付き文字と下付き文字とで表示される三つの「固有名詞」、TeX・LaTeX・LyXがあります。これらの名称が、固有名詞として認識される
759 のを防ぐために、ここではTeX括弧が挿入されています。
760 \end_layout
761
762 \end_inset
763
764
765 \end_layout
766
767 \begin_layout Standard
768 LaTeXプリアンブル
769 \begin_inset Index idx
770 status collapsed
771
772 \begin_layout Plain Layout
773 L@LaTeXプリアンブル
774 \end_layout
775
776 \end_inset
777
778 を変更するには、
779 \family sans
780 文書\SpecialChar \menuseparator
781 設定\SpecialChar \menuseparator
782 LaT
783 \begin_inset ERT
784 status collapsed
785
786 \begin_layout Plain Layout
787
788 {}
789 \end_layout
790
791 \end_inset
792
793 eXプリアンブル
794 \family default
795 メニューを使用してください。
796 \end_layout
797
798 \begin_layout Standard
799 行列や場合分け、多行数式を続けて編集するには、
800 \family sans
801 編集\SpecialChar \menuseparator
802 数式
803 \family default
804 メニューと
805 \family sans
806 編集\SpecialChar \menuseparator
807 行と列
808 \family default
809 メニューを使うか、表ツールバーを使用することができます。メニューから行や列を交換するように指定されたときには、カーソルのある列や行は、それぞれ右側の列や下の行と
810 交換されます。カーソルが最後の列や行にあるときには、左の列や上の行と交換されることになります。
811 \end_layout
812
813 \begin_layout Standard
814 数式内で文章を書く
815 \begin_inset Foot
816 status collapsed
817
818 \begin_layout Plain Layout
819 多行数式では、
820 \series bold
821
822 \backslash
823 intertext
824 \series default
825 コマンドが使用されます。
826 \begin_inset CommandInset ref
827 LatexCommand ref
828 reference "sub:多行数式中のテキスト"
829
830 \end_inset
831
832 を参照のこと。
833 \end_layout
834
835 \end_inset
836
837 には、
838 \emph on
839 数式テキスト
840 \emph default
841
842 \begin_inset Index idx
843 status collapsed
844
845 \begin_layout Plain Layout
846 てきすと ! すうしきないの @ テキスト ! 数式内の
847 \end_layout
848
849 \end_inset
850
851
852 \begin_inset Index idx
853 status collapsed
854
855 \begin_layout Plain Layout
856 すうしきてきすと @ 数式テキスト
857 \end_layout
858
859 \end_inset
860
861 が使用されます。このモードには、
862 \begin_inset Flex Ruby
863 status collapsed
864
865 \begin_layout Plain Layout
866 捷径
867 \begin_inset Argument post:1
868 status collapsed
869
870 \begin_layout Plain Layout
871 ショートカット
872 \end_layout
873
874 \end_inset
875
876
877 \end_layout
878
879 \end_inset
880
881
882 \begin_inset Info
883 type  "shortcut"
884 arg   "math-mode"
885 \end_inset
886
887 を使うか、
888 \series bold
889
890 \backslash
891 text
892 \series default
893
894 \begin_inset Index idx
895 status collapsed
896
897 \begin_layout Plain Layout
898 こまんど @ コマンド ! T ! 
899 \backslash
900 text
901 \end_layout
902
903 \end_inset
904
905 コマンドを挿入することで入ることができます。テキストは、LyX中では黒字で表示されるので、青字で表示される他の数式部分とは区別することができます。出力においては
906 、数式テキストは、他の数式部分とは違って、アップライト体に組まれます。
907 \end_layout
908
909 \begin_layout Subsection*
910 コマンドの構成
911 \end_layout
912
913 \begin_layout Standard
914 数式要素に使われるほとんどのLaTeXコマンドは、以下のような構成になっています。
915 \end_layout
916
917 \begin_layout Standard
918
919 \series bold
920
921 \backslash
922 コマンド名[非必須引数]{必須引数}
923 \end_layout
924
925 \begin_layout Standard
926 コマンドは、つねにバックスラッシュ「
927 \series bold
928
929 \backslash
930
931 \series default
932 」で始まります。非必須の引数を省略するときには、随伴する括弧も省略しなくてはなりません。必須引数の前後の括弧は、この文書中では、TeX括弧
933 \begin_inset Index idx
934 status collapsed
935
936 \begin_layout Plain Layout
937 T@TeX括弧
938 \end_layout
939
940 \end_inset
941
942 と呼ぶことにします。数式中でコマンド名に左括弧を付けると、LyXは自動的にTeX括弧を生成します。数式中ではそれ以外に、
943 \series bold
944
945 \backslash
946 {
947 \series default
948 コマンドを使えば、つねにTeX括弧を生成することができます。LyX中で、青字で表示される通常の括弧とは違って、TeX括弧は赤字で表示されます。TeXモード中では
949 、TeX括弧を得るのに、とくにコマンドは必要としません。また、TeX括弧は出力中では表示されません。
950 \end_layout
951
952 \begin_layout Standard
953 記号のコマンドのように引数のないコマンドをTeXモードに入力するときには、コマンドの終わりを表すために、コマンドの後に空白が
954 \emph on
955 かならず
956 \emph default
957 入力されなくてはなりません。この空白は出力中には現れません。空白を出力中に表示したいときには、空白の後に、通常テキストモードの保護された空白が来なくてはなりませ
958 ん。
959 \end_layout
960
961 \begin_layout Standard
962 保護された空白は、
963 \begin_inset Info
964 type  "shortcut"
965 arg   "space-insert protected"
966 \end_inset
967
968 で入力できます。
969 \end_layout
970
971 \begin_layout Subsection*
972 \begin_inset Newpage newpage
973 \end_inset
974
975 文法の説明
976 \end_layout
977
978 \begin_layout Itemize
979 記号 
980 \begin_inset space \textvisiblespace{}
981 \end_inset
982
983  は、空白文字を入力することを表します。
984 \end_layout
985
986 \begin_layout Itemize
987 \begin_inset Formula $\to$
988 \end_inset
989
990 のような矢印は、キーボードから対応する矢印
991 \begin_inset Flex Ruby
992 status collapsed
993
994 \begin_layout Plain Layout
995
996 \begin_inset Argument post:1
997 status collapsed
998
999 \begin_layout Plain Layout
1000 キー
1001 \end_layout
1002
1003 \end_inset
1004
1005
1006 \end_layout
1007
1008 \end_inset
1009
1010 を押すことを表します。
1011 \end_layout
1012
1013 \begin_layout Subsection*
1014 使用できる単位
1015 \end_layout
1016
1017 \begin_layout Standard
1018 \align center
1019 \begin_inset Float table
1020 placement H
1021 wide false
1022 sideways false
1023 status open
1024
1025 \begin_layout Plain Layout
1026 \align center
1027 \begin_inset Caption Standard
1028
1029 \begin_layout Plain Layout
1030 \begin_inset CommandInset label
1031 LatexCommand label
1032 name "tab:使用できる単位"
1033
1034 \end_inset
1035
1036 使用できる単位
1037 \end_layout
1038
1039 \end_inset
1040
1041
1042 \end_layout
1043
1044 \begin_layout Plain Layout
1045 \align center
1046 \begin_inset Tabular
1047 <lyxtabular version="3" rows="13" columns="2">
1048 <features rotate="0" tabularvalignment="middle">
1049 <column alignment="center" valignment="top">
1050 <column alignment="center" valignment="top">
1051 <row>
1052 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1053 \begin_inset Text
1054
1055 \begin_layout Plain Layout
1056 単位
1057 \end_layout
1058
1059 \end_inset
1060 </cell>
1061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1062 \begin_inset Text
1063
1064 \begin_layout Plain Layout
1065 名称/摘要
1066 \end_layout
1067
1068 \end_inset
1069 </cell>
1070 </row>
1071 <row>
1072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1073 \begin_inset Text
1074
1075 \begin_layout Plain Layout
1076 mm
1077 \end_layout
1078
1079 \end_inset
1080 </cell>
1081 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1082 \begin_inset Text
1083
1084 \begin_layout Plain Layout
1085 ミリメートル
1086 \end_layout
1087
1088 \end_inset
1089 </cell>
1090 </row>
1091 <row>
1092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1093 \begin_inset Text
1094
1095 \begin_layout Plain Layout
1096 cm
1097 \end_layout
1098
1099 \end_inset
1100 </cell>
1101 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1102 \begin_inset Text
1103
1104 \begin_layout Plain Layout
1105 センチメートル
1106 \end_layout
1107
1108 \end_inset
1109 </cell>
1110 </row>
1111 <row>
1112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1113 \begin_inset Text
1114
1115 \begin_layout Plain Layout
1116 in
1117 \end_layout
1118
1119 \end_inset
1120 </cell>
1121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1122 \begin_inset Text
1123
1124 \begin_layout Plain Layout
1125 インチ
1126 \end_layout
1127
1128 \end_inset
1129 </cell>
1130 </row>
1131 <row>
1132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1133 \begin_inset Text
1134
1135 \begin_layout Plain Layout
1136 pt
1137 \end_layout
1138
1139 \end_inset
1140 </cell>
1141 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1142 \begin_inset Text
1143
1144 \begin_layout Plain Layout
1145 ポイント (72.27
1146 \begin_inset Formula $\,$
1147 \end_inset
1148
1149 pt = 1
1150 \begin_inset Formula $\,$
1151 \end_inset
1152
1153 in)
1154 \end_layout
1155
1156 \end_inset
1157 </cell>
1158 </row>
1159 <row>
1160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1161 \begin_inset Text
1162
1163 \begin_layout Plain Layout
1164 pc
1165 \end_layout
1166
1167 \end_inset
1168 </cell>
1169 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1170 \begin_inset Text
1171
1172 \begin_layout Plain Layout
1173 パイカ (1
1174 \begin_inset Formula $\,$
1175 \end_inset
1176
1177 pc = 12
1178 \begin_inset Formula $\,$
1179 \end_inset
1180
1181 pt)
1182 \end_layout
1183
1184 \end_inset
1185 </cell>
1186 </row>
1187 <row>
1188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1189 \begin_inset Text
1190
1191 \begin_layout Plain Layout
1192 sp
1193 \end_layout
1194
1195 \end_inset
1196 </cell>
1197 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1198 \begin_inset Text
1199
1200 \begin_layout Plain Layout
1201 スケールポイント (65536
1202 \begin_inset Formula $\,$
1203 \end_inset
1204
1205 sp = 1
1206 \begin_inset Formula $\,$
1207 \end_inset
1208
1209 pt)
1210 \end_layout
1211
1212 \end_inset
1213 </cell>
1214 </row>
1215 <row>
1216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1217 \begin_inset Text
1218
1219 \begin_layout Plain Layout
1220 bp
1221 \end_layout
1222
1223 \end_inset
1224 </cell>
1225 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1226 \begin_inset Text
1227
1228 \begin_layout Plain Layout
1229 ビッグポイント (72
1230 \begin_inset Formula $\,$
1231 \end_inset
1232
1233 bp = 1
1234 \begin_inset Formula $\,$
1235 \end_inset
1236
1237 in)
1238 \end_layout
1239
1240 \end_inset
1241 </cell>
1242 </row>
1243 <row>
1244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1245 \begin_inset Text
1246
1247 \begin_layout Plain Layout
1248 dd
1249 \end_layout
1250
1251 \end_inset
1252 </cell>
1253 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1254 \begin_inset Text
1255
1256 \begin_layout Plain Layout
1257 ディドー (72
1258 \begin_inset Formula $\,$
1259 \end_inset
1260
1261 dd 
1262 \begin_inset Formula $\approx$
1263 \end_inset
1264
1265  37.6
1266 \begin_inset Formula $\,$
1267 \end_inset
1268
1269 mm)
1270 \end_layout
1271
1272 \end_inset
1273 </cell>
1274 </row>
1275 <row>
1276 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1277 \begin_inset Text
1278
1279 \begin_layout Plain Layout
1280 cc
1281 \end_layout
1282
1283 \end_inset
1284 </cell>
1285 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1286 \begin_inset Text
1287
1288 \begin_layout Plain Layout
1289 シセロ (1
1290 \begin_inset Formula $\,$
1291 \end_inset
1292
1293 cc = 12
1294 \begin_inset Formula $\,$
1295 \end_inset
1296
1297 dd)
1298 \end_layout
1299
1300 \end_inset
1301 </cell>
1302 </row>
1303 <row>
1304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1305 \begin_inset Text
1306
1307 \begin_layout Plain Layout
1308 ex
1309 \end_layout
1310
1311 \end_inset
1312 </cell>
1313 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1314 \begin_inset Text
1315
1316 \begin_layout Plain Layout
1317 現在のフォントの文字「x」の高さ
1318 \end_layout
1319
1320 \end_inset
1321 </cell>
1322 </row>
1323 <row>
1324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1325 \begin_inset Text
1326
1327 \begin_layout Plain Layout
1328 em
1329 \end_layout
1330
1331 \end_inset
1332 </cell>
1333 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1334 \begin_inset Text
1335
1336 \begin_layout Plain Layout
1337 現在のフォントの文字「M」の幅
1338 \end_layout
1339
1340 \end_inset
1341 </cell>
1342 </row>
1343 <row>
1344 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1345 \begin_inset Text
1346
1347 \begin_layout Plain Layout
1348 mu
1349 \end_layout
1350
1351 \end_inset
1352 </cell>
1353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1354 \begin_inset Text
1355
1356 \begin_layout Plain Layout
1357 数式単位(1
1358 \begin_inset space \thinspace{}
1359 \end_inset
1360
1361 mu = 
1362 \begin_inset Formula $\nicefrac{1}{18}$
1363 \end_inset
1364
1365
1366 \begin_inset space \thinspace{}
1367 \end_inset
1368
1369 em)
1370 \end_layout
1371
1372 \end_inset
1373 </cell>
1374 </row>
1375 </lyxtabular>
1376
1377 \end_inset
1378
1379
1380 \end_layout
1381
1382 \end_inset
1383
1384
1385 \end_layout
1386
1387 \begin_layout Standard
1388 \begin_inset Newpage newpage
1389 \end_inset
1390
1391
1392 \end_layout
1393
1394 \begin_layout Section
1395 基礎的な関数
1396 \end_layout
1397
1398 \begin_layout Subsection
1399 指数
1400 \begin_inset Index idx
1401 status collapsed
1402
1403 \begin_layout Plain Layout
1404 しすう@指数
1405 \end_layout
1406
1407 \end_inset
1408
1409 および添字
1410 \begin_inset Index idx
1411 status collapsed
1412
1413 \begin_layout Plain Layout
1414 そえじ@添字
1415 \end_layout
1416
1417 \end_inset
1418
1419
1420 \begin_inset Index idx
1421 status collapsed
1422
1423 \begin_layout Plain Layout
1424 うえつきもじ@上付き文字|see
1425 \begin_inset ERT
1426 status collapsed
1427
1428 \begin_layout Plain Layout
1429
1430 {
1431 \end_layout
1432
1433 \end_inset
1434
1435 指数
1436 \begin_inset ERT
1437 status collapsed
1438
1439 \begin_layout Plain Layout
1440
1441 }
1442 \end_layout
1443
1444 \end_inset
1445
1446
1447 \end_layout
1448
1449 \end_inset
1450
1451
1452 \begin_inset Index idx
1453 status collapsed
1454
1455 \begin_layout Plain Layout
1456 したつきもじ@下付き文字|see
1457 \begin_inset ERT
1458 status collapsed
1459
1460 \begin_layout Plain Layout
1461
1462 {
1463 \end_layout
1464
1465 \end_inset
1466
1467 添字
1468 \begin_inset ERT
1469 status collapsed
1470
1471 \begin_layout Plain Layout
1472
1473 }
1474 \end_layout
1475
1476 \end_inset
1477
1478
1479 \end_layout
1480
1481 \end_inset
1482
1483
1484 \end_layout
1485
1486 \begin_layout Standard
1487 添字は、アンダースコア「_」を打鍵するか、数式ツールバーボタン
1488 \begin_inset Graphics
1489         filename ../../images/math-subscript.png
1490         scale 85
1491
1492 \end_inset
1493
1494 を使って入力することができ、指数は、キャレット「^」を打鍵するか、数式ツールバーボタン
1495 \begin_inset Graphics
1496         filename ../../images/math-superscript.png
1497         scale 85
1498
1499 \end_inset
1500
1501 を使って入力することができます。
1502 \end_layout
1503
1504 \begin_layout Standard
1505 \align center
1506 \begin_inset Tabular
1507 <lyxtabular version="3" rows="4" columns="2">
1508 <features rotate="0" tabularvalignment="middle">
1509 <column alignment="center" valignment="top" width="0pt">
1510 <column alignment="center" valignment="top" width="0pt">
1511 <row>
1512 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1513 \begin_inset Text
1514
1515 \begin_layout Plain Layout
1516 コマンド
1517 \end_layout
1518
1519 \end_inset
1520 </cell>
1521 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1522 \begin_inset Text
1523
1524 \begin_layout Plain Layout
1525 結果
1526 \begin_inset Note Note
1527 status collapsed
1528
1529 \begin_layout Plain Layout
1530 ここで使われている
1531 \series bold
1532
1533 \backslash
1534 raisebox
1535 \series default
1536 は単なるスペーサーです。
1537 \end_layout
1538
1539 \end_inset
1540
1541
1542 \end_layout
1543
1544 \end_inset
1545 </cell>
1546 </row>
1547 <row>
1548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1549 \begin_inset Text
1550
1551 \begin_layout Plain Layout
1552 B_V
1553 \end_layout
1554
1555 \end_inset
1556 </cell>
1557 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1558 \begin_inset Text
1559
1560 \begin_layout Plain Layout
1561 \begin_inset Formula $B_{V}$
1562 \end_inset
1563
1564
1565 \end_layout
1566
1567 \end_inset
1568 </cell>
1569 </row>
1570 <row>
1571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1572 \begin_inset Text
1573
1574 \begin_layout Plain Layout
1575 B^V
1576 \end_layout
1577
1578 \end_inset
1579 </cell>
1580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1581 \begin_inset Text
1582
1583 \begin_layout Plain Layout
1584 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1585 \end_inset
1586
1587
1588 \end_layout
1589
1590 \end_inset
1591 </cell>
1592 </row>
1593 <row>
1594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1595 \begin_inset Text
1596
1597 \begin_layout Plain Layout
1598 B^
1599 \begin_inset space \textvisiblespace{}
1600 \end_inset
1601
1602 A
1603 \end_layout
1604
1605 \end_inset
1606 </cell>
1607 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1608 \begin_inset Text
1609
1610 \begin_layout Plain Layout
1611 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1612 \end_inset
1613
1614
1615 \end_layout
1616
1617 \end_inset
1618 </cell>
1619 </row>
1620 </lyxtabular>
1621
1622 \end_inset
1623
1624
1625 \end_layout
1626
1627 \begin_layout Standard
1628 キャレットは、言語によってはアクセント記号として使用されているので、そのような場合には、母音字の後でキャレットを押すと、指数にならずにアクセントをつけることにな
1629 ってしまいます
1630 \begin_inset Foot
1631 status collapsed
1632
1633 \begin_layout Plain Layout
1634 使用しているキーボード設定によっては、同様のことが母音以外の文字でも起こることがあります。
1635 \end_layout
1636
1637 \end_inset
1638
1639 。この場合に指数を作るには、上記の最後の例のように、キャレットの後に
1640 \family sans
1641 Space
1642 \family default
1643 を押してください。
1644 \end_layout
1645
1646 \begin_layout Subsection
1647 分数
1648 \begin_inset CommandInset label
1649 LatexCommand label
1650 name "sub:分数"
1651
1652 \end_inset
1653
1654
1655 \begin_inset Index idx
1656 status collapsed
1657
1658 \begin_layout Plain Layout
1659 ぶんすう@分数
1660 \end_layout
1661
1662 \end_inset
1663
1664
1665 \end_layout
1666
1667 \begin_layout Standard
1668 分数は、コマンド
1669 \series bold
1670
1671 \backslash
1672 frac
1673 \series default
1674
1675 \begin_inset Index idx
1676 status collapsed
1677
1678 \begin_layout Plain Layout
1679 こまんど@コマンド ! F ! 
1680 \backslash
1681 frac
1682 \end_layout
1683
1684 \end_inset
1685
1686 か数式ツールバーボタン
1687 \begin_inset Graphics
1688         filename ../../images/math/frac.png
1689         scale 50
1690
1691 \end_inset
1692
1693 で作ることができます。フォント寸法は、分数が行内数式にあるか別行立て数式にあるかに応じて、自動的に調整されます。数式ツールバーボタン
1694 \begin_inset Graphics
1695         filename ../../images/math/frac-square.png
1696         scale 85
1697
1698 \end_inset
1699
1700 を使えば、分数の種類を選ぶことができます。
1701 \end_layout
1702
1703 \begin_layout Standard
1704 コマンド
1705 \series bold
1706
1707 \backslash
1708 dfrac
1709 \series default
1710
1711 \begin_inset Index idx
1712 status collapsed
1713
1714 \begin_layout Plain Layout
1715 こまんど@コマンド ! D ! 
1716 \backslash
1717 dfrac
1718 \end_layout
1719
1720 \end_inset
1721
1722 を使えば、つねに別行立て数式の大きさを持つ分数を作成することができます。また、コマンド
1723 \series bold
1724
1725 \backslash
1726 tfrac
1727 \series default
1728
1729 \begin_inset Index idx
1730 status collapsed
1731
1732 \begin_layout Plain Layout
1733 こまんど@コマンド ! T ! 
1734 \backslash
1735 tfrac
1736 \end_layout
1737
1738 \end_inset
1739
1740 では、つねに行内数式の大きさで分数が表示されます。以下はこれらの例です。
1741 \end_layout
1742
1743 \begin_layout Standard
1744 これは、コマンド
1745 \series bold
1746
1747 \backslash
1748 frac
1749 \series default
1750 を使用して作った分数
1751 \begin_inset Formula $\frac{1}{2}$
1752 \end_inset
1753
1754 を含む行です。
1755 \end_layout
1756
1757 \begin_layout Standard
1758 これは、コマンド
1759 \series bold
1760
1761 \backslash
1762 dfrac
1763 \series default
1764 を使用して作った分数
1765 \begin_inset Formula $\dfrac{1}{2}$
1766 \end_inset
1767
1768 を含む行です。
1769 \end_layout
1770
1771 \begin_layout Standard
1772 \align center
1773 \begin_inset Tabular
1774 <lyxtabular version="3" rows="4" columns="2">
1775 <features rotate="0" tabularvalignment="middle">
1776 <column alignment="center" valignment="top" width="0pt">
1777 <column alignment="center" valignment="top" width="0pt">
1778 <row>
1779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1780 \begin_inset Text
1781
1782 \begin_layout Plain Layout
1783 コマンド
1784 \end_layout
1785
1786 \end_inset
1787 </cell>
1788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1789 \begin_inset Text
1790
1791 \begin_layout Plain Layout
1792 出力
1793 \begin_inset Note Note
1794 status collapsed
1795
1796 \begin_layout Plain Layout
1797 ここで
1798 \series bold
1799
1800 \backslash
1801 raisebox
1802 \series default
1803 はスペーサーとして使用しているだけです。
1804 \end_layout
1805
1806 \end_inset
1807
1808
1809 \end_layout
1810
1811 \end_inset
1812 </cell>
1813 </row>
1814 <row>
1815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1816 \begin_inset Text
1817
1818 \begin_layout Plain Layout
1819
1820 \backslash
1821 frac
1822 \begin_inset space \textvisiblespace{}
1823 \end_inset
1824
1825 A
1826 \begin_inset Formula $\downarrow$
1827 \end_inset
1828
1829 B
1830 \end_layout
1831
1832 \end_inset
1833 </cell>
1834 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1835 \begin_inset Text
1836
1837 \begin_layout Plain Layout
1838 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1839 \end_inset
1840
1841
1842 \end_layout
1843
1844 \end_inset
1845 </cell>
1846 </row>
1847 <row>
1848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1849 \begin_inset Text
1850
1851 \begin_layout Plain Layout
1852
1853 \backslash
1854 dfrac
1855 \begin_inset space \textvisiblespace{}
1856 \end_inset
1857
1858 A
1859 \begin_inset Formula $\downarrow$
1860 \end_inset
1861
1862 B
1863 \end_layout
1864
1865 \end_inset
1866 </cell>
1867 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1868 \begin_inset Text
1869
1870 \begin_layout Plain Layout
1871 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1872 \end_inset
1873
1874
1875 \end_layout
1876
1877 \end_inset
1878 </cell>
1879 </row>
1880 <row>
1881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1882 \begin_inset Text
1883
1884 \begin_layout Plain Layout
1885
1886 \backslash
1887 dfrac
1888 \begin_inset space \textvisiblespace{}
1889 \end_inset
1890
1891 e^
1892 \begin_inset space \textvisiblespace{}
1893 \end_inset
1894
1895
1896 \backslash
1897 frac
1898 \begin_inset space \textvisiblespace{}
1899 \end_inset
1900
1901 1
1902 \begin_inset Formula $\downarrow$
1903 \end_inset
1904
1905 2
1906 \begin_inset Formula $\downarrow\downarrow$
1907 \end_inset
1908
1909 3
1910 \end_layout
1911
1912 \end_inset
1913 </cell>
1914 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1915 \begin_inset Text
1916
1917 \begin_layout Plain Layout
1918 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
1919 \end_inset
1920
1921
1922 \end_layout
1923
1924 \end_inset
1925 </cell>
1926 </row>
1927 </lyxtabular>
1928
1929 \end_inset
1930
1931
1932 \end_layout
1933
1934 \begin_layout Standard
1935 \begin_inset VSpace bigskip
1936 \end_inset
1937
1938
1939 \begin_inset Newpage newpage
1940 \end_inset
1941
1942 入れ子の分数を作るには、コマンド
1943 \series bold
1944
1945 \backslash
1946 cfrac
1947 \series default
1948
1949 \begin_inset Index idx
1950 status collapsed
1951
1952 \begin_layout Plain Layout
1953 こまんど@コマンド ! C ! 
1954 \backslash
1955 cfrac
1956 \end_layout
1957
1958 \end_inset
1959
1960 が使えます。以下がその例です。
1961 \begin_inset VSpace -3mm
1962 \end_inset
1963
1964
1965 \end_layout
1966
1967 \begin_layout Standard
1968 \begin_inset Formula 
1969 \begin{align*}
1970 \textrm{\textbf{\textbackslash frac}を使用して作成} &  & \textrm{\textbf{\textbackslash cfrac}を使用して作成}\\
1971 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
1972 \end{align*}
1973
1974 \end_inset
1975
1976
1977 \end_layout
1978
1979 \begin_layout Standard
1980 上記の例で使用したコマンドは、
1981 \end_layout
1982
1983 \begin_layout Standard
1984
1985 \series bold
1986
1987 \backslash
1988 cfrac
1989 \begin_inset ERT
1990 status collapsed
1991
1992 \begin_layout Plain Layout
1993
1994
1995 \backslash
1996 space 
1997 \end_layout
1998
1999 \end_inset
2000
2001 A
2002 \begin_inset Formula $\downarrow$
2003 \end_inset
2004
2005 B+
2006 \backslash
2007 cfrac
2008 \begin_inset ERT
2009 status collapsed
2010
2011 \begin_layout Plain Layout
2012
2013
2014 \backslash
2015 space 
2016 \end_layout
2017
2018 \end_inset
2019
2020 C+
2021 \backslash
2022 cfrac
2023 \begin_inset ERT
2024 status collapsed
2025
2026 \begin_layout Plain Layout
2027
2028
2029 \backslash
2030 space 
2031 \end_layout
2032
2033 \end_inset
2034
2035 E
2036 \begin_inset Formula $\downarrow$
2037 \end_inset
2038
2039 F
2040 \begin_inset Formula $\downarrow$
2041 \end_inset
2042
2043 D
2044 \end_layout
2045
2046 \begin_layout Standard
2047 です。
2048 \end_layout
2049
2050 \begin_layout Standard
2051 \begin_inset VSpace medskip
2052 \end_inset
2053
2054
2055 \end_layout
2056
2057 \begin_layout Standard
2058
2059 \series bold
2060
2061 \backslash
2062 cfrac
2063 \series default
2064 は、他の分数中に入れ子になっている場合も含め、分数をつねに別行立て数式の大きさに設定します。
2065 \end_layout
2066
2067 \begin_layout Standard
2068 分子の揃え方は、指定することができます。
2069 \series bold
2070
2071 \backslash
2072 cfracleft
2073 \series default
2074 コマンドは左揃えにし、
2075 \series bold
2076
2077 \backslash
2078 cfracright
2079 \series default
2080 は右揃えにします。
2081 \series bold
2082
2083 \backslash
2084 cfrac
2085 \series default
2086 は中央揃えです。以下の各分数は、それぞれの揃え位置を示しています。
2087 \begin_inset Newline newline
2088 \end_inset
2089
2090
2091 \series bold
2092
2093 \begin_inset Formula $\cfrac[l]{A}{B+C}$
2094 \end_inset
2095
2096
2097 \begin_inset Formula $\cfrac{A}{B+C}$
2098 \end_inset
2099
2100
2101 \begin_inset Formula $\cfrac[r]{A}{B+C}$
2102 \end_inset
2103
2104
2105 \end_layout
2106
2107 \begin_layout Standard
2108 \begin_inset Note Greyedout
2109 status open
2110
2111 \begin_layout Plain Layout
2112
2113 \series bold
2114 【註】
2115 \backslash
2116 cfracleft
2117 \series default
2118
2119 \series bold
2120
2121 \backslash
2122 cfracright
2123 \series default
2124 は、生粋のLaTeXコマンドではなく、実体は、コマンド
2125 \series bold
2126
2127 \backslash
2128 cfrac[揃え位置]{分子}{分母}
2129 \series default
2130 です。したがって、これらをTeXモードで使うことはできません。
2131 \end_layout
2132
2133 \end_inset
2134
2135
2136 \end_layout
2137
2138 \begin_layout Standard
2139 \begin_inset VSpace medskip
2140 \end_inset
2141
2142 ときに、以下のように
2143 \series bold
2144
2145 \backslash
2146 cfrac
2147 \series default
2148
2149 \series bold
2150
2151 \backslash
2152 frac
2153 \series default
2154 を組み合わせて使うと便利です。
2155 \begin_inset Formula 
2156 \[
2157 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}
2158 \]
2159
2160 \end_inset
2161
2162
2163 \end_layout
2164
2165 \begin_layout Standard
2166 斜めの分数線を持つ行内分数を作るには、コマンド
2167 \series bold
2168
2169 \backslash
2170 nicefrac
2171 \series default
2172
2173 \begin_inset Index idx
2174 status collapsed
2175
2176 \begin_layout Plain Layout
2177 こまんど@コマンド ! N ! 
2178 \backslash
2179 nicefrac
2180 \end_layout
2181
2182 \end_inset
2183
2184 (例:
2185 \begin_inset Formula $\nicefrac{5}{31}$
2186 \end_inset
2187
2188 )を使うか、コマンド
2189 \series bold
2190
2191 \backslash
2192 unitfrac
2193 \series default
2194
2195 \begin_inset Index idx
2196 status collapsed
2197
2198 \begin_layout Plain Layout
2199 こまんど@コマンド ! U ! 
2200 \backslash
2201 unitfrac
2202 \end_layout
2203
2204 \end_inset
2205
2206 (例:
2207 \begin_inset Formula $\unitfrac{5}{31}$
2208 \end_inset
2209
2210 )を使います。さらに、
2211 \begin_inset Formula $\unitfrac[2]{1}{3}$
2212 \end_inset
2213
2214 のような帯分数を作るコマンド
2215 \series bold
2216
2217 \backslash
2218 unitfracthree
2219 \series default
2220 もあります。
2221 \end_layout
2222
2223 \begin_layout Standard
2224 \begin_inset Note Greyedout
2225 status open
2226
2227 \begin_layout Plain Layout
2228
2229 \series bold
2230 【註】
2231 \series default
2232 実は、
2233 \series bold
2234
2235 \backslash
2236 unitfracthree
2237 \series default
2238 は生粋のLaTeXコマンドではなく、実体は
2239 \begin_inset Newline newline
2240 \end_inset
2241
2242
2243 \series bold
2244
2245 \backslash
2246 unitfrac[自然数]{分子}{分母}
2247 \series default
2248 というコマンドなので、TeXコードでは使用できません。
2249 \end_layout
2250
2251 \end_inset
2252
2253
2254 \end_layout
2255
2256 \begin_layout Standard
2257 分数線を変更できるような独自の分数の定義のしかたは、第
2258 \begin_inset CommandInset ref
2259 LatexCommand ref
2260 reference "sub:自己定義の分数"
2261
2262 \end_inset
2263
2264 節に説明があります。
2265 \end_layout
2266
2267 \begin_layout Subsection
2268 根号
2269 \begin_inset Index idx
2270 status collapsed
2271
2272 \begin_layout Plain Layout
2273 こんごう@根号
2274 \end_layout
2275
2276 \end_inset
2277
2278
2279 \begin_inset Index idx
2280 status collapsed
2281
2282 \begin_layout Plain Layout
2283 るーと@ルート|see
2284 \begin_inset ERT
2285 status collapsed
2286
2287 \begin_layout Plain Layout
2288
2289 {
2290 \end_layout
2291
2292 \end_inset
2293
2294 根号
2295 \begin_inset ERT
2296 status collapsed
2297
2298 \begin_layout Plain Layout
2299
2300 }
2301 \end_layout
2302
2303 \end_inset
2304
2305
2306 \end_layout
2307
2308 \end_inset
2309
2310
2311 \end_layout
2312
2313 \begin_layout Standard
2314 平方根は、
2315 \series bold
2316
2317 \backslash
2318 sqrt
2319 \series default
2320
2321 \begin_inset Index idx
2322 status collapsed
2323
2324 \begin_layout Plain Layout
2325 こまんど@コマンド ! S ! 
2326 \backslash
2327 sqrt
2328 \end_layout
2329
2330 \end_inset
2331
2332 か数式ツールバーボタン
2333 \begin_inset Graphics
2334         filename ../../images/math/sqrt.png
2335         scale 85
2336
2337 \end_inset
2338
2339 で作成することができ、他のすべての根号は、コマンド
2340 \series bold
2341
2342 \backslash
2343 root
2344 \series default
2345
2346 \begin_inset Index idx
2347 status collapsed
2348
2349 \begin_layout Plain Layout
2350 こまんど@コマンド ! R ! 
2351 \backslash
2352 root
2353 \end_layout
2354
2355 \end_inset
2356
2357 か数式ツールバーボタン
2358 \begin_inset Graphics
2359         filename ../../images/math/root.png
2360         scale 85
2361
2362 \end_inset
2363
2364 で作成することができます。
2365 \end_layout
2366
2367 \begin_layout Standard
2368 \align center
2369 \begin_inset Tabular
2370 <lyxtabular version="3" rows="3" columns="2">
2371 <features rotate="0" tabularvalignment="middle">
2372 <column alignment="center" valignment="top" width="0pt">
2373 <column alignment="center" valignment="top" width="0pt">
2374 <row>
2375 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2376 \begin_inset Text
2377
2378 \begin_layout Plain Layout
2379 コマンド
2380 \end_layout
2381
2382 \end_inset
2383 </cell>
2384 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2385 \begin_inset Text
2386
2387 \begin_layout Plain Layout
2388 出力
2389 \begin_inset Note Note
2390 status collapsed
2391
2392 \begin_layout Plain Layout
2393 ここで
2394 \series bold
2395
2396 \backslash
2397 raisebox
2398 \series default
2399 はスペーサーとして使用しているだけです。
2400 \end_layout
2401
2402 \end_inset
2403
2404
2405 \end_layout
2406
2407 \end_inset
2408 </cell>
2409 </row>
2410 <row>
2411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2412 \begin_inset Text
2413
2414 \begin_layout Plain Layout
2415
2416 \backslash
2417 sqrt
2418 \begin_inset space \textvisiblespace{}
2419 \end_inset
2420
2421 A-B
2422 \end_layout
2423
2424 \end_inset
2425 </cell>
2426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2427 \begin_inset Text
2428
2429 \begin_layout Plain Layout
2430 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2431 \end_inset
2432
2433
2434 \end_layout
2435
2436 \end_inset
2437 </cell>
2438 </row>
2439 <row>
2440 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2441 \begin_inset Text
2442
2443 \begin_layout Plain Layout
2444
2445 \backslash
2446 root
2447 \begin_inset space \textvisiblespace{}
2448 \end_inset
2449
2450 3
2451 \begin_inset Formula $\downarrow$
2452 \end_inset
2453
2454 A-B
2455 \end_layout
2456
2457 \end_inset
2458 </cell>
2459 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2460 \begin_inset Text
2461
2462 \begin_layout Plain Layout
2463 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2464 \end_inset
2465
2466
2467 \end_layout
2468
2469 \end_inset
2470 </cell>
2471 </row>
2472 </lyxtabular>
2473
2474 \end_inset
2475
2476
2477 \end_layout
2478
2479 \begin_layout Standard
2480 平方根は、根号指数フィールドを空白のままにしておけば、
2481 \series bold
2482
2483 \backslash
2484 root
2485 \series default
2486 でも作成することができます。
2487 \end_layout
2488
2489 \begin_layout Standard
2490 \begin_inset Formula $\sqrt[\beta]{B}$
2491 \end_inset
2492
2493 の例のように、指数のとる値によっては、根号への距離が近すぎることがあります。
2494 \begin_inset Newline newline
2495 \end_inset
2496
2497 この場合には、
2498 \begin_inset Formula $\beta$
2499 \end_inset
2500
2501 が根号に触れてしまいます。これを避けるためには、以下のようなコマンド書式で、コマンド
2502 \series bold
2503
2504 \backslash
2505 leftroot
2506 \series default
2507
2508 \begin_inset Index idx
2509 status collapsed
2510
2511 \begin_layout Plain Layout
2512 こまんど@コマンド ! L ! 
2513 \backslash
2514 leftroot
2515 \end_layout
2516
2517 \end_inset
2518
2519
2520 \series bold
2521
2522 \backslash
2523 uproot
2524 \series default
2525
2526 \begin_inset Index idx
2527 status collapsed
2528
2529 \begin_layout Plain Layout
2530 こまんど@コマンド ! U ! 
2531 \backslash
2532 uproot
2533 \end_layout
2534
2535 \end_inset
2536
2537 を使います。
2538 \end_layout
2539
2540 \begin_layout Standard
2541
2542 \series bold
2543
2544 \backslash
2545 leftroot{距離}
2546 \series default
2547 および
2548 \series bold
2549
2550 \backslash
2551 uproot{距離}
2552 \end_layout
2553
2554 \begin_layout Standard
2555 ここで「距離」は、指数を左あるいは上に動かす、Big Point(単位bp;
2556 \begin_inset Formula $\mathrm{72\, bp=1}$
2557 \end_inset
2558
2559 インチ)での数値です。これらのコマンドは、指数に書き込みます。このようにして、コマンド
2560 \begin_inset Newline newline
2561 \end_inset
2562
2563
2564 \series bold
2565
2566 \backslash
2567 root
2568 \backslash
2569 leftroot{-1
2570 \begin_inset Formula $\to$
2571 \end_inset
2572
2573
2574 \backslash
2575 uproot{2
2576 \begin_inset Formula $\to$
2577 \end_inset
2578
2579
2580 \backslash
2581 beta
2582 \begin_inset space \textvisiblespace{}
2583 \end_inset
2584
2585
2586 \begin_inset Formula $\to$
2587 \end_inset
2588
2589 B
2590 \begin_inset Newline newline
2591 \end_inset
2592
2593
2594 \series default
2595 は、正しく組版された数式
2596 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2597 \end_inset
2598
2599 を生成します。
2600 \end_layout
2601
2602 \begin_layout Subsection
2603 二項係数
2604 \begin_inset Index idx
2605 status collapsed
2606
2607 \begin_layout Plain Layout
2608 にこうけいすう@二項係数
2609 \end_layout
2610
2611 \end_inset
2612
2613
2614 \end_layout
2615
2616 \begin_layout Standard
2617 二項係数は、コマンド
2618 \series bold
2619
2620 \backslash
2621 binom
2622 \series default
2623
2624 \begin_inset Index idx
2625 status collapsed
2626
2627 \begin_layout Plain Layout
2628 こまんど@コマンド ! B ! 
2629 \backslash
2630 binom
2631 \end_layout
2632
2633 \end_inset
2634
2635 か数式ツールバーボタン
2636 \begin_inset Graphics
2637         filename ../../images/math/frac-square.png
2638         scale 85
2639
2640 \end_inset
2641
2642 の小メニューを使って挿入することができます。分数(
2643 \series bold
2644
2645 \backslash
2646 frac
2647 \series default
2648 )と同様に、
2649 \series bold
2650
2651 \backslash
2652 binom
2653 \series default
2654 の他に、コマンド
2655 \series bold
2656
2657 \backslash
2658 dbinom
2659 \begin_inset Index idx
2660 status collapsed
2661
2662 \begin_layout Plain Layout
2663 こまんど@コマンド ! D ! 
2664 \backslash
2665 dbinom
2666 \end_layout
2667
2668 \end_inset
2669
2670
2671 \series default
2672 および
2673 \series bold
2674
2675 \backslash
2676 tbinom
2677 \series default
2678
2679 \begin_inset Index idx
2680 status collapsed
2681
2682 \begin_layout Plain Layout
2683 こまんど@コマンド ! T ! 
2684 \backslash
2685 tbinom
2686 \end_layout
2687
2688 \end_inset
2689
2690 があります。二項係数のまわりの括弧に、他の括弧を使うには、コマンド
2691 \series bold
2692
2693 \backslash
2694 brace
2695 \series default
2696
2697 \begin_inset Index idx
2698 status collapsed
2699
2700 \begin_layout Plain Layout
2701 こまんど@コマンド ! B ! 
2702 \backslash
2703 brace
2704 \end_layout
2705
2706 \end_inset
2707
2708
2709 \series bold
2710
2711 \backslash
2712 brack
2713 \series default
2714
2715 \begin_inset Index idx
2716 status collapsed
2717
2718 \begin_layout Plain Layout
2719 こまんど@コマンド ! B ! 
2720 \backslash
2721 brack
2722 \end_layout
2723
2724 \end_inset
2725
2726 があります。
2727 \end_layout
2728
2729 \begin_layout Standard
2730 \align center
2731 \begin_inset Tabular
2732 <lyxtabular version="3" rows="6" columns="2">
2733 <features rotate="0" tabularvalignment="middle">
2734 <column alignment="center" valignment="top" width="0pt">
2735 <column alignment="center" valignment="top" width="0pt">
2736 <row>
2737 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2738 \begin_inset Text
2739
2740 \begin_layout Plain Layout
2741 コマンド
2742 \end_layout
2743
2744 \end_inset
2745 </cell>
2746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2747 \begin_inset Text
2748
2749 \begin_layout Plain Layout
2750 出力
2751 \begin_inset Note Note
2752 status collapsed
2753
2754 \begin_layout Plain Layout
2755 ここで
2756 \series bold
2757
2758 \backslash
2759 raisebox
2760 \series default
2761 はスペーサーとして使用しているだけです。
2762 \end_layout
2763
2764 \end_inset
2765
2766
2767 \end_layout
2768
2769 \end_inset
2770 </cell>
2771 </row>
2772 <row>
2773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2774 \begin_inset Text
2775
2776 \begin_layout Plain Layout
2777
2778 \backslash
2779 binom
2780 \begin_inset space \textvisiblespace{}
2781 \end_inset
2782
2783 A
2784 \begin_inset Formula $\downarrow$
2785 \end_inset
2786
2787 B
2788 \end_layout
2789
2790 \end_inset
2791 </cell>
2792 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2793 \begin_inset Text
2794
2795 \begin_layout Plain Layout
2796 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2797 \end_inset
2798
2799
2800 \end_layout
2801
2802 \end_inset
2803 </cell>
2804 </row>
2805 <row>
2806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2807 \begin_inset Text
2808
2809 \begin_layout Plain Layout
2810
2811 \backslash
2812 dbinom
2813 \begin_inset space \textvisiblespace{}
2814 \end_inset
2815
2816 A
2817 \begin_inset Formula $\downarrow$
2818 \end_inset
2819
2820 B
2821 \end_layout
2822
2823 \end_inset
2824 </cell>
2825 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2826 \begin_inset Text
2827
2828 \begin_layout Plain Layout
2829 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2830 \end_inset
2831
2832
2833 \end_layout
2834
2835 \end_inset
2836 </cell>
2837 </row>
2838 <row>
2839 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2840 \begin_inset Text
2841
2842 \begin_layout Plain Layout
2843
2844 \backslash
2845 tbinom
2846 \begin_inset space \textvisiblespace{}
2847 \end_inset
2848
2849 A
2850 \begin_inset Formula $\downarrow$
2851 \end_inset
2852
2853 B
2854 \end_layout
2855
2856 \end_inset
2857 </cell>
2858 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2859 \begin_inset Text
2860
2861 \begin_layout Plain Layout
2862 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
2863 \end_inset
2864
2865
2866 \end_layout
2867
2868 \end_inset
2869 </cell>
2870 </row>
2871 <row>
2872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2873 \begin_inset Text
2874
2875 \begin_layout Plain Layout
2876
2877 \backslash
2878 brack
2879 \begin_inset space \textvisiblespace{}
2880 \end_inset
2881
2882 A
2883 \begin_inset Formula $\downarrow$
2884 \end_inset
2885
2886 B
2887 \end_layout
2888
2889 \end_inset
2890 </cell>
2891 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2892 \begin_inset Text
2893
2894 \begin_layout Plain Layout
2895 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
2896 \end_inset
2897
2898
2899 \end_layout
2900
2901 \end_inset
2902 </cell>
2903 </row>
2904 <row>
2905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2906 \begin_inset Text
2907
2908 \begin_layout Plain Layout
2909
2910 \backslash
2911 brace
2912 \begin_inset space \textvisiblespace{}
2913 \end_inset
2914
2915 A
2916 \begin_inset Formula $\downarrow$
2917 \end_inset
2918
2919 B
2920 \end_layout
2921
2922 \end_inset
2923 </cell>
2924 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2925 \begin_inset Text
2926
2927 \begin_layout Plain Layout
2928 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
2929 \end_inset
2930
2931
2932 \end_layout
2933
2934 \end_inset
2935 </cell>
2936 </row>
2937 </lyxtabular>
2938
2939 \end_inset
2940
2941
2942 \end_layout
2943
2944 \begin_layout Subsection
2945 場合分け
2946 \begin_inset Index idx
2947 status collapsed
2948
2949 \begin_layout Plain Layout
2950 ばあいわけ@場合分け
2951 \end_layout
2952
2953 \end_inset
2954
2955
2956 \end_layout
2957
2958 \begin_layout Standard
2959 \align center
2960 \begin_inset Tabular
2961 <lyxtabular version="3" rows="3" columns="2">
2962 <features rotate="0" tabularvalignment="middle">
2963 <column alignment="center" valignment="top" width="0pt">
2964 <column alignment="center" valignment="top" width="0pt">
2965 <row>
2966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2967 \begin_inset Text
2968
2969 \begin_layout Plain Layout
2970 コマンド
2971 \end_layout
2972
2973 \end_inset
2974 </cell>
2975 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2976 \begin_inset Text
2977
2978 \begin_layout Plain Layout
2979 出力
2980 \end_layout
2981
2982 \end_inset
2983 </cell>
2984 </row>
2985 <row>
2986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2987 \begin_inset Text
2988
2989 \begin_layout Plain Layout
2990
2991 \backslash
2992 cases
2993 \begin_inset space \textvisiblespace{}
2994 \end_inset
2995
2996 A
2997 \begin_inset Formula $\to$
2998 \end_inset
2999
3000 B
3001 \begin_inset Formula $>$
3002 \end_inset
3003
3004 0
3005 \begin_inset Index idx
3006 status collapsed
3007
3008 \begin_layout Plain Layout
3009 こまんど@コマンド ! C ! 
3010 \backslash
3011 cases
3012 \end_layout
3013
3014 \end_inset
3015
3016
3017 \end_layout
3018
3019 \end_inset
3020 </cell>
3021 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3022 \begin_inset Text
3023
3024 \begin_layout Plain Layout
3025 \begin_inset Formula $\begin{cases}
3026 A & B>0\end{cases}$
3027 \end_inset
3028
3029
3030 \end_layout
3031
3032 \end_inset
3033 </cell>
3034 </row>
3035 <row>
3036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3037 \begin_inset Text
3038
3039 \begin_layout Plain Layout
3040
3041 \backslash
3042 cases
3043 \begin_inset space \textvisiblespace{}
3044 \end_inset
3045
3046
3047 \begin_inset Info
3048 type  "shortcut"
3049 arg   "newline-insert newline"
3050 \end_inset
3051
3052
3053 \end_layout
3054
3055 \end_inset
3056 </cell>
3057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3058 \begin_inset Text
3059
3060 \begin_layout Plain Layout
3061 \begin_inset Formula $\begin{cases}
3062 A & \textrm{for }x>0\\
3063 B & \textrm{for }x=0
3064 \end{cases}$
3065 \end_inset
3066
3067
3068 \end_layout
3069
3070 \end_inset
3071 </cell>
3072 </row>
3073 </lyxtabular>
3074
3075 \end_inset
3076
3077
3078 \end_layout
3079
3080 \begin_layout Standard
3081
3082 \series bold
3083
3084 \backslash
3085 cases
3086 \series default
3087 を挿入するか数式ツールバーボタン
3088 \begin_inset Graphics
3089         filename ../../images/math/cases.png
3090         scale 85
3091
3092 \end_inset
3093
3094 を使用した後では、
3095 \begin_inset Flex Ruby
3096 status collapsed
3097
3098 \begin_layout Plain Layout
3099 捷径
3100 \begin_inset Argument post:1
3101 status collapsed
3102
3103 \begin_layout Plain Layout
3104 ショートカット
3105 \end_layout
3106
3107 \end_inset
3108
3109
3110 \end_layout
3111
3112 \end_inset
3113
3114
3115 \begin_inset Info
3116 type  "shortcut"
3117 arg   "newline-insert newline"
3118 \end_inset
3119
3120 か表ツールバーボタン
3121 \begin_inset Graphics
3122         filename ../../images/tabular-feature_append-row.png
3123         scale 85
3124
3125 \end_inset
3126
3127 を使えば、新しい行を作ることができます。
3128 \end_layout
3129
3130 \begin_layout Standard
3131 コマンド
3132 \series bold
3133
3134 \backslash
3135 cases
3136 \series default
3137 は、
3138 \family sans
3139 挿入\SpecialChar \menuseparator
3140 数式\SpecialChar \menuseparator
3141 Cases環境
3142 \family default
3143 メニューで挿入することもできます。
3144 \end_layout
3145
3146 \begin_layout Subsection
3147 否定
3148 \begin_inset Index idx
3149 status collapsed
3150
3151 \begin_layout Plain Layout
3152 ひてい@否定
3153 \end_layout
3154
3155 \end_inset
3156
3157
3158 \end_layout
3159
3160 \begin_layout Standard
3161
3162 \series bold
3163
3164 \backslash
3165 not
3166 \series default
3167
3168 \begin_inset Index idx
3169 status collapsed
3170
3171 \begin_layout Plain Layout
3172 こまんど@コマンド ! N ! 
3173 \backslash
3174 not
3175 \end_layout
3176
3177 \end_inset
3178
3179 を挿入することで、すべての文字を取り消し形で表示できます。文字はスラッシュを上書きされた形になります。
3180 \end_layout
3181
3182 \begin_layout Standard
3183 \align center
3184 \begin_inset Tabular
3185 <lyxtabular version="3" rows="4" columns="2">
3186 <features rotate="0" tabularvalignment="middle">
3187 <column alignment="center" valignment="top" width="0pt">
3188 <column alignment="center" valignment="top" width="0pt">
3189 <row>
3190 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3191 \begin_inset Text
3192
3193 \begin_layout Plain Layout
3194 コマンド
3195 \end_layout
3196
3197 \end_inset
3198 </cell>
3199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3200 \begin_inset Text
3201
3202 \begin_layout Plain Layout
3203 出力
3204 \end_layout
3205
3206 \end_inset
3207 </cell>
3208 </row>
3209 <row>
3210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3211 \begin_inset Text
3212
3213 \begin_layout Plain Layout
3214
3215 \backslash
3216 not=
3217 \end_layout
3218
3219 \end_inset
3220 </cell>
3221 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3222 \begin_inset Text
3223
3224 \begin_layout Plain Layout
3225 \begin_inset Formula $\not=$
3226 \end_inset
3227
3228
3229 \end_layout
3230
3231 \end_inset
3232 </cell>
3233 </row>
3234 <row>
3235 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3236 \begin_inset Text
3237
3238 \begin_layout Plain Layout
3239
3240 \backslash
3241 not 
3242 \backslash
3243 le
3244 \end_layout
3245
3246 \end_inset
3247 </cell>
3248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3249 \begin_inset Text
3250
3251 \begin_layout Plain Layout
3252 \begin_inset Formula $\not\le$
3253 \end_inset
3254
3255
3256 \end_layout
3257
3258 \end_inset
3259 </cell>
3260 </row>
3261 <row>
3262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3263 \begin_inset Text
3264
3265 \begin_layout Plain Layout
3266
3267 \backslash
3268 not 
3269 \backslash
3270 parallel
3271 \end_layout
3272
3273 \end_inset
3274 </cell>
3275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3276 \begin_inset Text
3277
3278 \begin_layout Plain Layout
3279 \begin_inset Formula $\not\parallel$
3280 \end_inset
3281
3282
3283 \end_layout
3284
3285 \end_inset
3286 </cell>
3287 </row>
3288 </lyxtabular>
3289
3290 \end_inset
3291
3292
3293 \end_layout
3294
3295 \begin_layout Standard
3296 最後の例が示すように、すべての否定形がきれいに出力されるわけではありません。このことから、否定形に専用のコマンドを持つものもあります(第
3297 \begin_inset CommandInset ref
3298 LatexCommand ref
3299 reference "sub:数学記号"
3300
3301 \end_inset
3302
3303 節および第
3304 \begin_inset CommandInset ref
3305 LatexCommand ref
3306 reference "sec:関係子"
3307
3308 \end_inset
3309
3310 節を参照)。
3311 \end_layout
3312
3313 \begin_layout Subsection
3314 埋め草
3315 \begin_inset CommandInset label
3316 LatexCommand label
3317 name "sub:埋め草"
3318
3319 \end_inset
3320
3321
3322 \begin_inset Index idx
3323 status collapsed
3324
3325 \begin_layout Plain Layout
3326 うめくさ@埋め草
3327 \end_layout
3328
3329 \end_inset
3330
3331
3332 \begin_inset Index idx
3333 status collapsed
3334
3335 \begin_layout Plain Layout
3336 かがくきごう@化学記号 ! どういたい@同位体
3337 \end_layout
3338
3339 \end_inset
3340
3341
3342 \begin_inset Index idx
3343 status collapsed
3344
3345 \begin_layout Plain Layout
3346 どういたい@同位体|see
3347 \begin_inset ERT
3348 status collapsed
3349
3350 \begin_layout Plain Layout
3351
3352 {
3353 \end_layout
3354
3355 \end_inset
3356
3357 化学記号
3358 \begin_inset ERT
3359 status collapsed
3360
3361 \begin_layout Plain Layout
3362
3363 }
3364 \end_layout
3365
3366 \end_inset
3367
3368
3369 \end_layout
3370
3371 \end_inset
3372
3373
3374 \begin_inset Index idx
3375 status collapsed
3376
3377 \begin_layout Plain Layout
3378 あいそとーぷ@アイソトープ|see
3379 \begin_inset ERT
3380 status collapsed
3381
3382 \begin_layout Plain Layout
3383
3384 {
3385 \end_layout
3386
3387 \end_inset
3388
3389 同位体
3390 \begin_inset ERT
3391 status collapsed
3392
3393 \begin_layout Plain Layout
3394
3395 }
3396 \end_layout
3397
3398 \end_inset
3399
3400
3401 \end_layout
3402
3403 \end_inset
3404
3405
3406 \end_layout
3407
3408 \begin_layout Standard
3409 たとえば同位体
3410 \begin_inset Foot
3411 status collapsed
3412
3413 \begin_layout Plain Layout
3414 同位体と化学記号の組版に関しては、第
3415 \begin_inset CommandInset ref
3416 LatexCommand ref
3417 reference "sub:化学記号と化学式"
3418
3419 \end_inset
3420
3421 節に記述があります。
3422 \end_layout
3423
3424 \end_inset
3425
3426 を表示しようとすると、次のような問題が起こります。
3427 \end_layout
3428
3429 \begin_layout Standard
3430 \align center
3431 \begin_inset Tabular
3432 <lyxtabular version="3" rows="2" columns="2">
3433 <features rotate="0" tabularvalignment="middle">
3434 <column alignment="center" valignment="top" width="0pt">
3435 <column alignment="center" valignment="top" width="0pt">
3436 <row>
3437 <cell alignment="center" valignment="top" usebox="none">
3438 \begin_inset Text
3439
3440 \begin_layout Plain Layout
3441 上付き文字と下付き文字を使用して作った指数:
3442 \end_layout
3443
3444 \end_inset
3445 </cell>
3446 <cell alignment="center" valignment="top" usebox="none">
3447 \begin_inset Text
3448
3449 \begin_layout Plain Layout
3450 \begin_inset Formula $_{9}^{19}\mathrm{F}\raisebox{-3mm}{}$
3451 \end_inset
3452
3453
3454 \end_layout
3455
3456 \end_inset
3457 </cell>
3458 </row>
3459 <row>
3460 <cell alignment="center" valignment="top" usebox="none">
3461 \begin_inset Text
3462
3463 \begin_layout Plain Layout
3464 正しい指数:
3465 \end_layout
3466
3467 \end_inset
3468 </cell>
3469 <cell alignment="center" valignment="top" usebox="none">
3470 \begin_inset Text
3471
3472 \begin_layout Plain Layout
3473 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3474 \end_inset
3475
3476
3477 \end_layout
3478
3479 \end_inset
3480 </cell>
3481 </row>
3482 </lyxtabular>
3483
3484 \end_inset
3485
3486
3487 \begin_inset Note Note
3488 status collapsed
3489
3490 \begin_layout Plain Layout
3491 ここで
3492 \series bold
3493
3494 \backslash
3495 raisebox
3496 \series default
3497 はスペーサーとして使用しているだけです。
3498 \end_layout
3499
3500 \end_inset
3501
3502
3503 \end_layout
3504
3505 \begin_layout Standard
3506 短い方の指数は、既定で、長い方の指数の一文字目の下ないし上に配置されてしまいます。これを避けるには、一文字ないし複数の空の文字を生成するコマンド
3507 \series bold
3508
3509 \backslash
3510 phantom
3511 \series default
3512
3513 \begin_inset Index idx
3514 status collapsed
3515
3516 \begin_layout Plain Layout
3517 こまんど@コマンド ! P ! 
3518 \backslash
3519 phantom
3520 \end_layout
3521
3522 \end_inset
3523
3524 や数式ツールバーボタン
3525 \begin_inset Foot
3526 status collapsed
3527
3528 \begin_layout Plain Layout
3529 ツールバーボタン
3530 \begin_inset Graphics
3531         filename ../../images/math/space.png
3532         scale 85
3533
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 Graphics
4274         filename ../../images/math/ldots.png
4275         scale 85
4276
4277 \end_inset
4278
4279 ボタンで表示されている小メニューです。
4280 \end_layout
4281
4282 \end_inset
4283
4284 。列挙のためには、ベースラインの点々(
4285 \series bold
4286
4287 \backslash
4288 ldots
4289 \series default
4290
4291 \begin_inset Index idx
4292 status collapsed
4293
4294 \begin_layout Plain Layout
4295 こまんど@コマンド ! L ! 
4296 \backslash
4297 ldots
4298 \end_layout
4299
4300 \end_inset
4301
4302 )を使用しますが、演算子の場合は、演算子と同じ高さの点々(
4303 \series bold
4304
4305 \backslash
4306 cdots
4307 \series default
4308
4309 \begin_inset Index idx
4310 status collapsed
4311
4312 \begin_layout Plain Layout
4313 こまんど@コマンド ! C ! 
4314 \backslash
4315 cdots
4316 \end_layout
4317
4318 \end_inset
4319
4320 )が必要です。
4321 \series bold
4322
4323 \backslash
4324 dots
4325 \series default
4326
4327 \begin_inset Index idx
4328 status collapsed
4329
4330 \begin_layout Plain Layout
4331 こまんど@コマンド ! D ! 
4332 \backslash
4333 dots
4334 \end_layout
4335
4336 \end_inset
4337
4338 コマンドを使うと、LaTeXは次に来る文字がどのような種類の文字であるかによって、自動的にどの種類を使うかを選択します。
4339 \end_layout
4340
4341 \begin_layout Standard
4342 \align center
4343 \begin_inset Tabular
4344 <lyxtabular version="3" rows="9" columns="2">
4345 <features rotate="0" tabularvalignment="middle">
4346 <column alignment="center" valignment="top" width="0pt">
4347 <column alignment="center" valignment="top" width="0pt">
4348 <row>
4349 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4350 \begin_inset Text
4351
4352 \begin_layout Plain Layout
4353 コマンド
4354 \end_layout
4355
4356 \end_inset
4357 </cell>
4358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4359 \begin_inset Text
4360
4361 \begin_layout Plain Layout
4362 出力
4363 \end_layout
4364
4365 \end_inset
4366 </cell>
4367 </row>
4368 <row>
4369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4370 \begin_inset Text
4371
4372 \begin_layout Plain Layout
4373 A_1
4374 \begin_inset space \textvisiblespace{}
4375 \end_inset
4376
4377 ,
4378 \backslash
4379 dots
4380 \begin_inset space \textvisiblespace{}
4381 \end_inset
4382
4383 ,A_n
4384 \end_layout
4385
4386 \end_inset
4387 </cell>
4388 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4389 \begin_inset Text
4390
4391 \begin_layout Plain Layout
4392 \begin_inset Formula $A_{1},\dots,A_{n}$
4393 \end_inset
4394
4395
4396 \end_layout
4397
4398 \end_inset
4399 </cell>
4400 </row>
4401 <row>
4402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4403 \begin_inset Text
4404
4405 \begin_layout Plain Layout
4406 A_1
4407 \begin_inset space \textvisiblespace{}
4408 \end_inset
4409
4410 +
4411 \backslash
4412 dots
4413 \begin_inset space \textvisiblespace{}
4414 \end_inset
4415
4416 +A_n
4417 \end_layout
4418
4419 \end_inset
4420 </cell>
4421 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4422 \begin_inset Text
4423
4424 \begin_layout Plain Layout
4425 \begin_inset Formula $A_{1}+\dots+A_{n}$
4426 \end_inset
4427
4428
4429 \end_layout
4430
4431 \end_inset
4432 </cell>
4433 </row>
4434 <row>
4435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4436 \begin_inset Text
4437
4438 \begin_layout Plain Layout
4439 A_1
4440 \begin_inset space \textvisiblespace{}
4441 \end_inset
4442
4443 ,
4444 \backslash
4445 ldots
4446 \begin_inset space \textvisiblespace{}
4447 \end_inset
4448
4449 ,A_n
4450 \end_layout
4451
4452 \end_inset
4453 </cell>
4454 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4455 \begin_inset Text
4456
4457 \begin_layout Plain Layout
4458 \begin_inset Formula $A_{1},\ldots,A_{n}$
4459 \end_inset
4460
4461
4462 \end_layout
4463
4464 \end_inset
4465 </cell>
4466 </row>
4467 <row>
4468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4469 \begin_inset Text
4470
4471 \begin_layout Plain Layout
4472 A_1
4473 \begin_inset space \textvisiblespace{}
4474 \end_inset
4475
4476 +
4477 \backslash
4478 cdots
4479 \begin_inset space \textvisiblespace{}
4480 \end_inset
4481
4482 +A_n
4483 \end_layout
4484
4485 \end_inset
4486 </cell>
4487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4488 \begin_inset Text
4489
4490 \begin_layout Plain Layout
4491 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4492 \end_inset
4493
4494
4495 \end_layout
4496
4497 \end_inset
4498 </cell>
4499 </row>
4500 <row>
4501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4502 \begin_inset Text
4503
4504 \begin_layout Plain Layout
4505
4506 \backslash
4507 vdots
4508 \end_layout
4509
4510 \end_inset
4511 </cell>
4512 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4513 \begin_inset Text
4514
4515 \begin_layout Plain Layout
4516 \begin_inset Formula $\vdots$
4517 \end_inset
4518
4519
4520 \end_layout
4521
4522 \end_inset
4523 </cell>
4524 </row>
4525 <row>
4526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4527 \begin_inset Text
4528
4529 \begin_layout Plain Layout
4530
4531 \backslash
4532 ddots
4533 \end_layout
4534
4535 \end_inset
4536 </cell>
4537 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4538 \begin_inset Text
4539
4540 \begin_layout Plain Layout
4541 \begin_inset Formula $\ddots$
4542 \end_inset
4543
4544
4545 \end_layout
4546
4547 \end_inset
4548 </cell>
4549 </row>
4550 <row>
4551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4552 \begin_inset Text
4553
4554 \begin_layout Plain Layout
4555
4556 \backslash
4557 iddots
4558 \end_layout
4559
4560 \end_inset
4561 </cell>
4562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4563 \begin_inset Text
4564
4565 \begin_layout Plain Layout
4566 \begin_inset Formula $\iddots$
4567 \end_inset
4568
4569
4570 \end_layout
4571
4572 \end_inset
4573 </cell>
4574 </row>
4575 <row>
4576 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4577 \begin_inset Text
4578
4579 \begin_layout Plain Layout
4580 いろいろな点々を使った
4581 \begin_inset Formula $3\times3$
4582 \end_inset
4583
4584 行列
4585 \end_layout
4586
4587 \end_inset
4588 </cell>
4589 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4590 \begin_inset Text
4591
4592 \begin_layout Plain Layout
4593 \begin_inset Formula $\begin{array}{ccc}
4594 A_{11} & \cdots & A_{1m}\\
4595 \vdots & \ddots & \vdots\\
4596 A_{n1} & \cdots & A_{nm}
4597 \end{array}$
4598 \end_inset
4599
4600
4601 \end_layout
4602
4603 \end_inset
4604 </cell>
4605 </row>
4606 </lyxtabular>
4607
4608 \end_inset
4609
4610
4611 \end_layout
4612
4613 \begin_layout Standard
4614
4615 \family sans
4616 挿入\SpecialChar \menuseparator
4617 省略符号
4618 \family default
4619 メニューで挿入される省略符号は
4620 \series bold
4621
4622 \backslash
4623 ldots
4624 \series default
4625 です。
4626 \end_layout
4627
4628 \begin_layout Standard
4629 \begin_inset VSpace medskip
4630 \end_inset
4631
4632
4633 \series bold
4634
4635 \backslash
4636 iddots
4637 \series default
4638 を使うには、文書設定の
4639 \family sans
4640 数式オプション
4641 \family default
4642 にある
4643 \family sans
4644 mathdotsパッケージを(自動的に)使う
4645 \family default
4646 オプションのうちいずれかを有効にしなくてはなりません。
4647 \begin_inset Newline newline
4648 \end_inset
4649
4650
4651 \family sans
4652 mathdotsパッケージを使う
4653 \family default
4654 オプションを使用すると、文書中のフォント様式や寸法が既定値でないときのあらゆるドットの表示が改善されます。
4655 \end_layout
4656
4657 \begin_layout Standard
4658 \begin_inset VSpace medskip
4659 \end_inset
4660
4661 とくに行列には、複数列にわたることのできる省略符号があります。これは、以下の書式を持つ
4662 \series bold
4663
4664 \backslash
4665 hdotsfor
4666 \series default
4667
4668 \begin_inset Index idx
4669 status collapsed
4670
4671 \begin_layout Plain Layout
4672 こまんど@コマンド ! H ! 
4673 \backslash
4674 hdotsfor
4675 \end_layout
4676
4677 \end_inset
4678
4679 コマンドで作ることができます。
4680 \end_layout
4681
4682 \begin_layout Standard
4683
4684 \series bold
4685
4686 \backslash
4687 hdotsfor[距離]{列数}
4688 \end_layout
4689
4690 \begin_layout Standard
4691 ここで「列数」は、何列に広げるかを指定します。「距離」は、点々のあいだの距離を示す因子です。
4692 \end_layout
4693
4694 \begin_layout Standard
4695 以下の行列では、2行目の1つ目の枠に
4696 \series bold
4697
4698 \backslash
4699 hdotsfor[2]{4}
4700 \series default
4701 を挿入して、
4702 \series bold
4703
4704 \backslash
4705 dots
4706 \series default
4707 コマンドの2倍の点間距離を持つ省略符号を挿入しています。
4708 \begin_inset Formula 
4709 \[
4710 \left(\begin{array}{cccc}
4711 A & B & C & D\\
4712 \hdotsfor[2]{4}\\
4713 q & w & e & r
4714 \end{array}\right)
4715 \]
4716
4717 \end_inset
4718
4719 省略符号を広げる対象となる行列フィールドは空白にしておく必要があることに注意して下さい。さもないとLaTeXエラーが発生します。
4720 \end_layout
4721
4722 \begin_layout Standard
4723 \begin_inset VSpace bigskip
4724 \end_inset
4725
4726 さらに、
4727 \series bold
4728
4729 \backslash
4730 dotfill
4731 \series default
4732
4733 \begin_inset Index idx
4734 status collapsed
4735
4736 \begin_layout Plain Layout
4737 こまんど@コマンド ! D ! 
4738 \backslash
4739 dotfill
4740 \end_layout
4741
4742 \end_inset
4743
4744 コマンドを使えば、行の残りを点々で埋めることもできます。このコマンドの働きは、
4745 \series bold
4746
4747 \backslash
4748 hfill
4749 \series default
4750 と同様のものです。第
4751 \begin_inset CommandInset ref
4752 LatexCommand ref
4753 reference "sub:可変長の空白"
4754
4755 \end_inset
4756
4757 節をご参照下さい。
4758 \end_layout
4759
4760 \begin_layout Standard
4761 たとえば、
4762 \series bold
4763 A
4764 \backslash
4765 dotfill
4766 \begin_inset space \textvisiblespace{}
4767 \end_inset
4768
4769 B
4770 \series default
4771 コマンドは、
4772 \end_layout
4773
4774 \begin_layout Standard
4775 \begin_inset Formula $A\dotfill B$
4776 \end_inset
4777
4778
4779 \end_layout
4780
4781 \begin_layout Standard
4782 のようになります。点々を使う
4783 \series bold
4784
4785 \backslash
4786 dotfill
4787 \series default
4788 の直線版として、
4789 \series bold
4790
4791 \backslash
4792 hrulefill
4793 \series default
4794
4795 \begin_inset Index idx
4796 status collapsed
4797
4798 \begin_layout Plain Layout
4799 こまんど@コマンド ! H ! 
4800 \backslash
4801 hrulefill
4802 \end_layout
4803
4804 \end_inset
4805
4806
4807 \end_layout
4808
4809 \begin_layout Standard
4810 \begin_inset Formula $A\hrulefill B$
4811 \end_inset
4812
4813
4814 \end_layout
4815
4816 \begin_layout Standard
4817 があります。これらのコマンドを本文で使用するには、これらのコマンドはTeXモードで挿入される必要があります。
4818 \end_layout
4819
4820 \begin_layout Section
4821 行列
4822 \begin_inset CommandInset label
4823 LatexCommand label
4824 name "sec:行列"
4825
4826 \end_inset
4827
4828
4829 \begin_inset Index idx
4830 status collapsed
4831
4832 \begin_layout Plain Layout
4833 ぎょうれつ@行列
4834 \end_layout
4835
4836 \end_inset
4837
4838
4839 \end_layout
4840
4841 \begin_layout Standard
4842 行列は、数式ツールバーボタンの
4843 \begin_inset Graphics
4844         filename ../../images/dialog-show_mathmatrix.png
4845         scale 85
4846
4847 \end_inset
4848
4849
4850 \family sans
4851 挿入\SpecialChar \menuseparator
4852 数式\SpecialChar \menuseparator
4853 行列
4854 \family default
4855 メニューで挿入することができます。すると、行列の行数・列数・配置方法・装飾を尋ねられます。ここで垂直配置は、行内数式内の行列でのみ意味を持ちます。
4856 \end_layout
4857
4858 \begin_layout Standard
4859 最初の行列は「上」配置
4860 \begin_inset Formula $\begin{array}[t]{cccc}
4861 A & D & G & J\\
4862 B & E & H & K\\
4863 C & F & I & L
4864 \end{array}$
4865 \end_inset
4866
4867 で、二番目は「中央」配置
4868 \begin_inset Formula $\begin{array}{cccc}
4869 A & D & G & J\\
4870 B & E & H & K\\
4871 C & F & I & L
4872 \end{array}$
4873 \end_inset
4874
4875 、三番目は「下」配置
4876 \begin_inset Formula $\begin{array}[b]{cccc}
4877 A & D & G & J\\
4878 B & E & H & K\\
4879 C & F & I & L
4880 \end{array}$
4881 \end_inset
4882
4883 です。
4884 \end_layout
4885
4886 \begin_layout Standard
4887 水平配置は、各列がどのように配置されるべきかを指定します。これは、各列に対応した文字を一つずつ入力することによって設定します。
4888 \emph on
4889 l
4890 \emph default
4891 は左寄せ、
4892 \emph on
4893 c
4894 \emph default
4895 は中央揃え、
4896 \emph on
4897 r
4898 \emph default
4899 は右寄せを意味します。たとえば、第1列が左寄せで第2列と第3列が中央揃え、第4列が右揃えの
4900 \begin_inset Formula $4\times4$
4901 \end_inset
4902
4903 行列を作成するには、水平配置のところに
4904 \series bold
4905 lccr
4906 \series default
4907 と入力します。通常、行列では各列は中央揃えですから、各列の既定値は
4908 \series bold
4909 c
4910 \series default
4911 です。
4912 \end_layout
4913
4914 \begin_layout Standard
4915 水平行列の例です。
4916 \end_layout
4917
4918 \begin_layout Standard
4919
4920 \series bold
4921 lll
4922 \series default
4923  : 
4924 \begin_inset Formula $\begin{array}{lll}
4925 10000 & D & G\\
4926 B & 10000 & H\\
4927 C & F & 10000
4928 \end{array}$
4929 \end_inset
4930
4931  , 
4932 \series bold
4933 ccc
4934 \series default
4935  : 
4936 \begin_inset Formula $\begin{array}{ccc}
4937 10000 & D & G\\
4938 B & 10000 & H\\
4939 C & F & 10000
4940 \end{array}$
4941 \end_inset
4942
4943  , 
4944 \series bold
4945 rrr
4946 \series default
4947  : 
4948 \begin_inset Formula $\begin{array}{rrr}
4949 10000 & D & G\\
4950 B & 10000 & H\\
4951 C & F & 10000
4952 \end{array}$
4953 \end_inset
4954
4955
4956 \end_layout
4957
4958 \begin_layout Standard
4959 つづいて行や列を追加したり削除したりするには、数式ツールバーボタンの
4960 \begin_inset Graphics
4961         filename ../../images/tabular-feature_append-row.png
4962         scale 85
4963
4964 \end_inset
4965
4966
4967 \begin_inset Graphics
4968         filename ../../images/tabular-feature_delete-row.png
4969         scale 85
4970
4971 \end_inset
4972
4973 などや
4974 \family sans
4975 編集\SpecialChar \menuseparator
4976 行と列
4977 \family default
4978 メニューを使用することができます。また、行は
4979 \begin_inset Info
4980 type  "shortcut"
4981 arg   "newline-insert newline"
4982 \end_inset
4983
4984 で作成することもできます。
4985 \end_layout
4986
4987 \begin_layout Standard
4988 \begin_inset VSpace bigskip
4989 \end_inset
4990
4991
4992 \end_layout
4993
4994 \begin_layout Standard
4995
4996 \family sans
4997 装飾
4998 \family default
4999 は、行列の前後に選択した様式の括弧を加えます。他にも括弧は、
5000 \series bold
5001
5002 \backslash
5003 left
5004 \series default
5005
5006 \begin_inset Index idx
5007 status collapsed
5008
5009 \begin_layout Plain Layout
5010 こまんど@コマンド ! L ! 
5011 \backslash
5012 left
5013 \end_layout
5014
5015 \end_inset
5016
5017 コマンドや
5018 \series bold
5019
5020 \backslash
5021 right
5022 \series default
5023
5024 \begin_inset Index idx
5025 status collapsed
5026
5027 \begin_layout Plain Layout
5028 こまんど@コマンド ! R ! 
5029 \backslash
5030 right
5031 \end_layout
5032
5033 \end_inset
5034
5035 コマンドで作成することもできます(
5036 \begin_inset Flex Ruby
5037 status collapsed
5038
5039 \begin_layout Plain Layout
5040 捷径
5041 \begin_inset Argument post:1
5042 status collapsed
5043
5044 \begin_layout Plain Layout
5045 ショートカット
5046 \end_layout
5047
5048 \end_inset
5049
5050
5051 \end_layout
5052
5053 \end_inset
5054
5055
5056 \family sans
5057 Alt+M
5058 \begin_inset space ~
5059 \end_inset
5060
5061 括弧
5062 \family default
5063 )。第
5064 \begin_inset CommandInset ref
5065 LatexCommand ref
5066 reference "sub:自動の括弧丈"
5067
5068 \end_inset
5069
5070 節を参照してください。あるいは、以下のコマンドを使うこともできます。
5071 \begin_inset VSpace medskip
5072 \end_inset
5073
5074
5075 \end_layout
5076
5077 \begin_layout Standard
5078 \begin_inset space \hfill{}
5079 \end_inset
5080
5081
5082 \begin_inset Tabular
5083 <lyxtabular version="3" rows="4" columns="2">
5084 <features rotate="0" tabularvalignment="middle">
5085 <column alignment="center" valignment="top">
5086 <column alignment="center" valignment="top">
5087 <row>
5088 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5089 \begin_inset Text
5090
5091 \begin_layout Plain Layout
5092 コマンド
5093 \end_layout
5094
5095 \end_inset
5096 </cell>
5097 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5098 \begin_inset Text
5099
5100 \begin_layout Plain Layout
5101 出力
5102 \begin_inset Note Note
5103 status collapsed
5104
5105 \begin_layout Plain Layout
5106 ここで
5107 \series bold
5108
5109 \backslash
5110 raisebox
5111 \series default
5112 はスペーサーとして使用しているだけです。
5113 \end_layout
5114
5115 \end_inset
5116
5117
5118 \end_layout
5119
5120 \end_inset
5121 </cell>
5122 </row>
5123 <row>
5124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5125 \begin_inset Text
5126
5127 \begin_layout Plain Layout
5128
5129 \backslash
5130 bmatrix
5131 \begin_inset space \textvisiblespace{}
5132 \end_inset
5133
5134
5135 \begin_inset Formula $2\times2$
5136 \end_inset
5137
5138 行列
5139 \end_layout
5140
5141 \end_inset
5142 </cell>
5143 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5144 \begin_inset Text
5145
5146 \begin_layout Plain Layout
5147 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5148 0 & \textrm{-}\mathrm{i}\\
5149 \mathrm{i} & 0
5150 \end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5151 \end_inset
5152
5153
5154 \end_layout
5155
5156 \end_inset
5157 </cell>
5158 </row>
5159 <row>
5160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5161 \begin_inset Text
5162
5163 \begin_layout Plain Layout
5164
5165 \backslash
5166 Bmatrix
5167 \begin_inset space \textvisiblespace{}
5168 \end_inset
5169
5170
5171 \begin_inset Formula $2\times2$
5172 \end_inset
5173
5174 行列
5175 \end_layout
5176
5177 \end_inset
5178 </cell>
5179 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5180 \begin_inset Text
5181
5182 \begin_layout Plain Layout
5183 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5184 0 & \textrm{-}\mathrm{i}\\
5185 \mathrm{i} & 0
5186 \end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5187 \end_inset
5188
5189
5190 \end_layout
5191
5192 \end_inset
5193 </cell>
5194 </row>
5195 <row>
5196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5197 \begin_inset Text
5198
5199 \begin_layout Plain Layout
5200
5201 \backslash
5202 pmatrix
5203 \begin_inset space \textvisiblespace{}
5204 \end_inset
5205
5206
5207 \begin_inset Formula $2\times2$
5208 \end_inset
5209
5210 行列
5211 \end_layout
5212
5213 \end_inset
5214 </cell>
5215 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5216 \begin_inset Text
5217
5218 \begin_layout Plain Layout
5219 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5220 0 & \textrm{-}\mathrm{i}\\
5221 \mathrm{i} & 0
5222 \end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5223 \end_inset
5224
5225
5226 \end_layout
5227
5228 \end_inset
5229 </cell>
5230 </row>
5231 </lyxtabular>
5232
5233 \end_inset
5234
5235
5236 \begin_inset space \hfill{}
5237 \end_inset
5238
5239
5240 \begin_inset Tabular
5241 <lyxtabular version="3" rows="4" columns="2">
5242 <features rotate="0" tabularvalignment="middle">
5243 <column alignment="center" valignment="top">
5244 <column alignment="center" valignment="top">
5245 <row>
5246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5247 \begin_inset Text
5248
5249 \begin_layout Plain Layout
5250 コマンド
5251 \end_layout
5252
5253 \end_inset
5254 </cell>
5255 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5256 \begin_inset Text
5257
5258 \begin_layout Plain Layout
5259 出力
5260 \end_layout
5261
5262 \end_inset
5263 </cell>
5264 </row>
5265 <row>
5266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5267 \begin_inset Text
5268
5269 \begin_layout Plain Layout
5270
5271 \backslash
5272 vmatrix
5273 \begin_inset space \textvisiblespace{}
5274 \end_inset
5275
5276
5277 \begin_inset Formula $2\times2$
5278 \end_inset
5279
5280 行列
5281 \end_layout
5282
5283 \end_inset
5284 </cell>
5285 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5286 \begin_inset Text
5287
5288 \begin_layout Plain Layout
5289 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5290 0 & \textrm{-}\mathrm{i}\\
5291 \mathrm{i} & 0
5292 \end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5293 \end_inset
5294
5295
5296 \end_layout
5297
5298 \end_inset
5299 </cell>
5300 </row>
5301 <row>
5302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5303 \begin_inset Text
5304
5305 \begin_layout Plain Layout
5306
5307 \backslash
5308 Vmatrix
5309 \begin_inset space \textvisiblespace{}
5310 \end_inset
5311
5312
5313 \begin_inset Formula $2\times2$
5314 \end_inset
5315
5316 行列
5317 \end_layout
5318
5319 \end_inset
5320 </cell>
5321 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5322 \begin_inset Text
5323
5324 \begin_layout Plain Layout
5325 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5326 0 & \textrm{-}\mathrm{i}\\
5327 \mathrm{i} & 0
5328 \end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5329 \end_inset
5330
5331
5332 \end_layout
5333
5334 \end_inset
5335 </cell>
5336 </row>
5337 <row>
5338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5339 \begin_inset Text
5340
5341 \begin_layout Plain Layout
5342
5343 \backslash
5344 matrix
5345 \begin_inset space \textvisiblespace{}
5346 \end_inset
5347
5348
5349 \begin_inset Formula $2\times2$
5350 \end_inset
5351
5352 行列
5353 \end_layout
5354
5355 \end_inset
5356 </cell>
5357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5358 \begin_inset Text
5359
5360 \begin_layout Plain Layout
5361 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5362 0 & \textrm{-}\mathrm{i}\\
5363 \mathrm{i} & 0
5364 \end{array}\end{matrix}\raisebox{-5.3mm}{}$
5365 \end_inset
5366
5367
5368 \end_layout
5369
5370 \end_inset
5371 </cell>
5372 </row>
5373 </lyxtabular>
5374
5375 \end_inset
5376
5377
5378 \begin_inset space \hfill{}
5379 \end_inset
5380
5381
5382 \end_layout
5383
5384 \begin_layout Standard
5385 \begin_inset VSpace medskip
5386 \end_inset
5387
5388 たとえば
5389 \series bold
5390
5391 \backslash
5392 vmatrix
5393 \series default
5394 などを挿入すると、青枠が二つの垂直線のあいだに現れるので、そこに行列を挿入することができます。
5395 \end_layout
5396
5397 \begin_layout Standard
5398 \begin_inset VSpace bigskip
5399 \end_inset
5400
5401 じつは多行数式はすべて行列なので、行列の各列の間隔を変更するには、第
5402 \begin_inset CommandInset ref
5403 LatexCommand ref
5404 reference "sub:列間"
5405
5406 \end_inset
5407
5408 節に説明されている距離
5409 \series bold
5410
5411 \backslash
5412 arraycolsep
5413 \series default
5414
5415 \begin_inset Index idx
5416 status collapsed
5417
5418 \begin_layout Plain Layout
5419 こまんど@コマンド ! A ! 
5420 \backslash
5421 arraycolsep
5422 \end_layout
5423
5424 \end_inset
5425
5426 をここでも使用することができます。
5427 \end_layout
5428
5429 \begin_layout Standard
5430 行間隔を変更するには、
5431 \series bold
5432
5433 \backslash
5434 arraystretch
5435 \series default
5436
5437 \begin_inset Index idx
5438 status collapsed
5439
5440 \begin_layout Plain Layout
5441 こまんど@コマンド ! A ! 
5442 \backslash
5443 arraystretch
5444 \end_layout
5445
5446 \end_inset
5447
5448 コマンドを使用します。以下のようにして使用します。
5449 \end_layout
5450
5451 \begin_layout Standard
5452
5453 \series bold
5454
5455 \backslash
5456 renewcommand{
5457 \backslash
5458 arraystretch}{伸長因子}
5459 \begin_inset Index idx
5460 status collapsed
5461
5462 \begin_layout Plain Layout
5463 こまんど@コマンド ! R ! 
5464 \backslash
5465 renewcommand
5466 \end_layout
5467
5468 \end_inset
5469
5470
5471 \end_layout
5472
5473 \begin_layout Standard
5474
5475 \series bold
5476
5477 \backslash
5478 renewcommand
5479 \series default
5480 コマンドは、伸長因子を定義済みの
5481 \series bold
5482
5483 \backslash
5484 arraystretch
5485 \series default
5486 コマンドに割り当てます。たとえば行間隔を2倍にするには、因子として2を指定して下さい。すると、以降の行列すべてにこれが使用されるようになります。元の間隔に戻すに
5487 は、
5488 \series bold
5489
5490 \backslash
5491 arraystretch
5492 \series default
5493 に因子1を割り当てて下さい。
5494 \end_layout
5495
5496 \begin_layout Standard
5497 本文行中に行列を入れるには、
5498 \series bold
5499
5500 \backslash
5501 smallmatrix
5502 \series default
5503
5504 \begin_inset Index idx
5505 status collapsed
5506
5507 \begin_layout Plain Layout
5508 こまんど@コマンド ! S ! 
5509 \backslash
5510 smallmatrix
5511 \end_layout
5512
5513 \end_inset
5514
5515 コマンドを使います。これを挿入すると、二つの点線に囲まれた青枠が現れます。この枠のなかに行列を入れることができます。
5516 \end_layout
5517
5518 \begin_layout Standard
5519 これは、本文行中の行列
5520 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5521 C & D
5522 \end{smallmatrix}\right)$
5523 \end_inset
5524
5525 です。
5526 \end_layout
5527
5528 \begin_layout Section
5529 括弧と区分記号
5530 \begin_inset Index idx
5531 status collapsed
5532
5533 \begin_layout Plain Layout
5534 かっこ@括弧
5535 \end_layout
5536
5537 \end_inset
5538
5539
5540 \begin_inset Index idx
5541 status collapsed
5542
5543 \begin_layout Plain Layout
5544 くぶんきごう@区分記号
5545 \end_layout
5546
5547 \end_inset
5548
5549
5550 \end_layout
5551
5552 \begin_layout Subsection
5553 垂直括弧と区分記号
5554 \begin_inset Index idx
5555 status collapsed
5556
5557 \begin_layout Plain Layout
5558 かっこ@括弧 ! すいちょく@垂直
5559 \end_layout
5560
5561 \end_inset
5562
5563
5564 \end_layout
5565
5566 \begin_layout Standard
5567 \begin_inset space \hfill{}
5568 \end_inset
5569
5570
5571 \begin_inset Tabular
5572 <lyxtabular version="3" rows="9" columns="2">
5573 <features rotate="0" tabularvalignment="middle">
5574 <column alignment="center" valignment="top" width="0pt">
5575 <column alignment="center" valignment="top" width="0pt">
5576 <row>
5577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5578 \begin_inset Text
5579
5580 \begin_layout Plain Layout
5581 コマンド
5582 \end_layout
5583
5584 \end_inset
5585 </cell>
5586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5587 \begin_inset Text
5588
5589 \begin_layout Plain Layout
5590 出力
5591 \end_layout
5592
5593 \end_inset
5594 </cell>
5595 </row>
5596 <row>
5597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5598 \begin_inset Text
5599
5600 \begin_layout Plain Layout
5601 (
5602 \end_layout
5603
5604 \end_inset
5605 </cell>
5606 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5607 \begin_inset Text
5608
5609 \begin_layout Plain Layout
5610 \begin_inset Formula $($
5611 \end_inset
5612
5613
5614 \end_layout
5615
5616 \end_inset
5617 </cell>
5618 </row>
5619 <row>
5620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5621 \begin_inset Text
5622
5623 \begin_layout Plain Layout
5624 {
5625 \end_layout
5626
5627 \end_inset
5628 </cell>
5629 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5630 \begin_inset Text
5631
5632 \begin_layout Plain Layout
5633 \begin_inset Formula $\{$
5634 \end_inset
5635
5636
5637 \end_layout
5638
5639 \end_inset
5640 </cell>
5641 </row>
5642 <row>
5643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5644 \begin_inset Text
5645
5646 \begin_layout Plain Layout
5647 [
5648 \end_layout
5649
5650 \end_inset
5651 </cell>
5652 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5653 \begin_inset Text
5654
5655 \begin_layout Plain Layout
5656 \begin_inset Formula $[$
5657 \end_inset
5658
5659
5660 \end_layout
5661
5662 \end_inset
5663 </cell>
5664 </row>
5665 <row>
5666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5667 \begin_inset Text
5668
5669 \begin_layout Plain Layout
5670
5671 \backslash
5672 langle
5673 \end_layout
5674
5675 \end_inset
5676 </cell>
5677 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5678 \begin_inset Text
5679
5680 \begin_layout Plain Layout
5681 \begin_inset Formula $\langle$
5682 \end_inset
5683
5684
5685 \end_layout
5686
5687 \end_inset
5688 </cell>
5689 </row>
5690 <row>
5691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5692 \begin_inset Text
5693
5694 \begin_layout Plain Layout
5695
5696 \backslash
5697 lceil
5698 \end_layout
5699
5700 \end_inset
5701 </cell>
5702 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5703 \begin_inset Text
5704
5705 \begin_layout Plain Layout
5706 \begin_inset Formula $\lceil$
5707 \end_inset
5708
5709
5710 \end_layout
5711
5712 \end_inset
5713 </cell>
5714 </row>
5715 <row>
5716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5717 \begin_inset Text
5718
5719 \begin_layout Plain Layout
5720
5721 \backslash
5722 lfloor
5723 \end_layout
5724
5725 \end_inset
5726 </cell>
5727 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5728 \begin_inset Text
5729
5730 \begin_layout Plain Layout
5731 \begin_inset Formula $\lfloor$
5732 \end_inset
5733
5734
5735 \end_layout
5736
5737 \end_inset
5738 </cell>
5739 </row>
5740 <row>
5741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5742 \begin_inset Text
5743
5744 \begin_layout Plain Layout
5745 /
5746 \end_layout
5747
5748 \end_inset
5749 </cell>
5750 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5751 \begin_inset Text
5752
5753 \begin_layout Plain Layout
5754 \begin_inset Formula $/$
5755 \end_inset
5756
5757
5758 \end_layout
5759
5760 \end_inset
5761 </cell>
5762 </row>
5763 <row>
5764 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5765 \begin_inset Text
5766
5767 \begin_layout Plain Layout
5768 \begin_inset Formula $|$
5769 \end_inset
5770
5771
5772 \end_layout
5773
5774 \end_inset
5775 </cell>
5776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5777 \begin_inset Text
5778
5779 \begin_layout Plain Layout
5780 \begin_inset Formula $|$
5781 \end_inset
5782
5783
5784 \end_layout
5785
5786 \end_inset
5787 </cell>
5788 </row>
5789 </lyxtabular>
5790
5791 \end_inset
5792
5793
5794 \begin_inset space \hfill{}
5795 \end_inset
5796
5797
5798 \begin_inset Tabular
5799 <lyxtabular version="3" rows="9" columns="2">
5800 <features rotate="0" tabularvalignment="middle">
5801 <column alignment="center" valignment="top" width="0pt">
5802 <column alignment="center" valignment="top" width="0pt">
5803 <row>
5804 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5805 \begin_inset Text
5806
5807 \begin_layout Plain Layout
5808 コマンド
5809 \end_layout
5810
5811 \end_inset
5812 </cell>
5813 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5814 \begin_inset Text
5815
5816 \begin_layout Plain Layout
5817 出力
5818 \end_layout
5819
5820 \end_inset
5821 </cell>
5822 </row>
5823 <row>
5824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5825 \begin_inset Text
5826
5827 \begin_layout Plain Layout
5828 )
5829 \end_layout
5830
5831 \end_inset
5832 </cell>
5833 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5834 \begin_inset Text
5835
5836 \begin_layout Plain Layout
5837 \begin_inset Formula $)$
5838 \end_inset
5839
5840
5841 \end_layout
5842
5843 \end_inset
5844 </cell>
5845 </row>
5846 <row>
5847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5848 \begin_inset Text
5849
5850 \begin_layout Plain Layout
5851 }
5852 \end_layout
5853
5854 \end_inset
5855 </cell>
5856 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5857 \begin_inset Text
5858
5859 \begin_layout Plain Layout
5860 \begin_inset Formula $\}$
5861 \end_inset
5862
5863
5864 \end_layout
5865
5866 \end_inset
5867 </cell>
5868 </row>
5869 <row>
5870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5871 \begin_inset Text
5872
5873 \begin_layout Plain Layout
5874 ]
5875 \end_layout
5876
5877 \end_inset
5878 </cell>
5879 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5880 \begin_inset Text
5881
5882 \begin_layout Plain Layout
5883 \begin_inset Formula $]$
5884 \end_inset
5885
5886
5887 \end_layout
5888
5889 \end_inset
5890 </cell>
5891 </row>
5892 <row>
5893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5894 \begin_inset Text
5895
5896 \begin_layout Plain Layout
5897
5898 \backslash
5899 rangle
5900 \end_layout
5901
5902 \end_inset
5903 </cell>
5904 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5905 \begin_inset Text
5906
5907 \begin_layout Plain Layout
5908 \begin_inset Formula $\rangle$
5909 \end_inset
5910
5911
5912 \end_layout
5913
5914 \end_inset
5915 </cell>
5916 </row>
5917 <row>
5918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5919 \begin_inset Text
5920
5921 \begin_layout Plain Layout
5922
5923 \backslash
5924 rceil
5925 \end_layout
5926
5927 \end_inset
5928 </cell>
5929 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5930 \begin_inset Text
5931
5932 \begin_layout Plain Layout
5933 \begin_inset Formula $\rceil$
5934 \end_inset
5935
5936
5937 \end_layout
5938
5939 \end_inset
5940 </cell>
5941 </row>
5942 <row>
5943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5944 \begin_inset Text
5945
5946 \begin_layout Plain Layout
5947
5948 \backslash
5949 rfloor
5950 \end_layout
5951
5952 \end_inset
5953 </cell>
5954 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5955 \begin_inset Text
5956
5957 \begin_layout Plain Layout
5958 \begin_inset Formula $\rfloor$
5959 \end_inset
5960
5961
5962 \end_layout
5963
5964 \end_inset
5965 </cell>
5966 </row>
5967 <row>
5968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5969 \begin_inset Text
5970
5971 \begin_layout Plain Layout
5972
5973 \backslash
5974
5975 \backslash
5976
5977 \end_layout
5978
5979 \end_inset
5980 </cell>
5981 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5982 \begin_inset Text
5983
5984 \begin_layout Plain Layout
5985 \begin_inset Formula $\backslash$
5986 \end_inset
5987
5988
5989 \end_layout
5990
5991 \end_inset
5992 </cell>
5993 </row>
5994 <row>
5995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5996 \begin_inset Text
5997
5998 \begin_layout Plain Layout
5999
6000 \backslash
6001
6002 \begin_inset Formula $|$
6003 \end_inset
6004
6005
6006 \end_layout
6007
6008 \end_inset
6009 </cell>
6010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6011 \begin_inset Text
6012
6013 \begin_layout Plain Layout
6014 \begin_inset Formula $\|$
6015 \end_inset
6016
6017
6018 \end_layout
6019
6020 \end_inset
6021 </cell>
6022 </row>
6023 </lyxtabular>
6024
6025 \end_inset
6026
6027
6028 \begin_inset space \hfill{}
6029 \end_inset
6030
6031
6032 \end_layout
6033
6034 \begin_layout Standard
6035 \begin_inset Note Greyedout
6036 status open
6037
6038 \begin_layout Plain Layout
6039
6040 \series bold
6041 【註】
6042 \series default
6043 TeXモードでは、
6044 \backslash
6045
6046 \backslash
6047 コマンドはその場所に改行を入れてしまうので、バックスラッシュを入力するには
6048 \series bold
6049
6050 \backslash
6051 textbackslash
6052 \series default
6053
6054 \begin_inset Index idx
6055 status collapsed
6056
6057 \begin_layout Plain Layout
6058 こまんど@コマンド! T ! 
6059 \backslash
6060 textbackslash
6061 \end_layout
6062
6063 \end_inset
6064
6065 を使わなくてはなりません。
6066 \end_layout
6067
6068 \end_inset
6069
6070
6071 \end_layout
6072
6073 \begin_layout Standard
6074 上に列挙した文字すべてについて、以下の二小節で説明されているコマンドを使って、大きさを調整することができます。これらのコマンドを使用するにあたっては、
6075 \series bold
6076
6077 \backslash
6078 langle
6079 \series default
6080
6081 \series bold
6082
6083 \backslash
6084 rangle
6085 \series default
6086 コマンドを使用せずに
6087 \begin_inset Formula $<$
6088 \end_inset
6089
6090
6091 \begin_inset Formula $>$
6092 \end_inset
6093
6094 の文字を直接使用することができます。
6095 \end_layout
6096
6097 \begin_layout Subsubsection
6098 手動の括弧丈
6099 \begin_inset CommandInset label
6100 LatexCommand label
6101 name "sub:手動の括弧丈"
6102
6103 \end_inset
6104
6105
6106 \begin_inset Index idx
6107 status collapsed
6108
6109 \begin_layout Plain Layout
6110 かっこたけ@括弧丈 ! しゅどう@手動
6111 \end_layout
6112
6113 \end_inset
6114
6115
6116 \end_layout
6117
6118 \begin_layout Standard
6119 括弧の丈は、LaTeXコマンドの
6120 \series bold
6121
6122 \backslash
6123 big
6124 \series default
6125
6126 \begin_inset Index idx
6127 status collapsed
6128
6129 \begin_layout Plain Layout
6130 こまんど@コマンド ! B ! 
6131 \backslash
6132 big
6133 \end_layout
6134
6135 \end_inset
6136
6137
6138 \series bold
6139
6140 \backslash
6141 Big
6142 \series default
6143
6144 \series bold
6145
6146 \backslash
6147 bigg
6148 \series default
6149 および
6150 \series bold
6151
6152 \backslash
6153 Bigg
6154 \series default
6155 を使って、手動で指定することができます。
6156 \series bold
6157
6158 \backslash
6159 big
6160 \series default
6161 が最小の大きさであり、
6162 \series bold
6163
6164 \backslash
6165 Bigg
6166 \series default
6167 が最大の括弧丈になります。
6168 \end_layout
6169
6170 \begin_layout Standard
6171 これらのコマンドは、括弧の階層を強調するのに使われます。
6172 \end_layout
6173
6174 \begin_layout Standard
6175 \align center
6176 \begin_inset Tabular
6177 <lyxtabular version="3" rows="2" columns="2">
6178 <features rotate="0" tabularvalignment="middle">
6179 <column alignment="center" valignment="top" width="0pt">
6180 <column alignment="center" valignment="top" width="0pt">
6181 <row>
6182 <cell alignment="center" valignment="top" usebox="none">
6183 \begin_inset Text
6184
6185 \begin_layout Plain Layout
6186 すべての括弧が同じ大きさ:
6187 \end_layout
6188
6189 \end_inset
6190 </cell>
6191 <cell alignment="center" valignment="top" usebox="none">
6192 \begin_inset Text
6193
6194 \begin_layout Plain Layout
6195 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox{-4mm}{}$
6196 \end_inset
6197
6198
6199 \end_layout
6200
6201 \end_inset
6202 </cell>
6203 </row>
6204 <row>
6205 <cell alignment="center" valignment="top" usebox="none">
6206 \begin_inset Text
6207
6208 \begin_layout Plain Layout
6209 こちらの方が良い:
6210 \end_layout
6211
6212 \end_inset
6213 </cell>
6214 <cell alignment="center" valignment="top" usebox="none">
6215 \begin_inset Text
6216
6217 \begin_layout Plain Layout
6218 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6219 \end_inset
6220
6221
6222 \end_layout
6223
6224 \end_inset
6225 </cell>
6226 </row>
6227 </lyxtabular>
6228
6229 \end_inset
6230
6231
6232 \begin_inset Note Note
6233 status collapsed
6234
6235 \begin_layout Plain Layout
6236 ここで
6237 \series bold
6238
6239 \backslash
6240 raisebox
6241 \series default
6242 はスペーサーとして使用しているだけです。
6243 \end_layout
6244
6245 \end_inset
6246
6247
6248 \end_layout
6249
6250 \begin_layout Standard
6251 二つ目の数式では、
6252 \series bold
6253
6254 \backslash
6255 Big((A+B)(A-B)
6256 \backslash
6257 Big)^
6258 \begin_inset space \textvisiblespace{}
6259 \end_inset
6260
6261 C
6262 \series default
6263 というコマンドが使われています。
6264 \end_layout
6265
6266 \begin_layout Standard
6267 以下は、すべての括弧丈の羅列です。
6268 \end_layout
6269
6270 \begin_layout Standard
6271 \align center
6272
6273 \backslash
6274 Bigg(
6275 \backslash
6276 exp
6277 \backslash
6278 bigg
6279 \begin_inset Formula $<$
6280 \end_inset
6281
6282
6283 \backslash
6284 Big[
6285 \backslash
6286 big{
6287 \backslash
6288 ln(3x)
6289 \backslash
6290 big}^2
6291 \begin_inset space \textvisiblespace{}
6292 \end_inset
6293
6294
6295 \backslash
6296 sin(x)
6297 \backslash
6298 Big]^
6299 \begin_inset space \textvisiblespace{}
6300 \end_inset
6301
6302 A
6303 \begin_inset space \textvisiblespace{}
6304 \end_inset
6305
6306
6307 \backslash
6308 bigg
6309 \begin_inset Formula $>$
6310 \end_inset
6311
6312
6313 \backslash
6314 Bigg)^0,5
6315 \end_layout
6316
6317 \begin_layout Standard
6318 \align center
6319 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6320 \end_inset
6321
6322
6323 \end_layout
6324
6325 \begin_layout Standard
6326
6327 \series bold
6328
6329 \backslash
6330 big
6331 \series default
6332 型コマンドの他に、括弧と中身のあいだにもう少し空白を加える
6333 \series bold
6334
6335 \backslash
6336 bigm
6337 \series default
6338
6339 \begin_inset Index idx
6340 status collapsed
6341
6342 \begin_layout Plain Layout
6343 こまんど@コマンド ! B ! 
6344 \backslash
6345 bigm
6346 \end_layout
6347
6348 \end_inset
6349
6350 という派生型と、空白を追加しない
6351 \series bold
6352
6353 \backslash
6354 bigl
6355 \series default
6356 -
6357 \series bold
6358
6359 \backslash
6360 bigr
6361 \series default
6362
6363 \begin_inset Index idx
6364 status collapsed
6365
6366 \begin_layout Plain Layout
6367 こまんど@コマンド ! B ! 
6368 \backslash
6369 bigl - 
6370 \backslash
6371 bigr
6372 \end_layout
6373
6374 \end_inset
6375
6376 派生型があります。
6377 \series bold
6378
6379 \backslash
6380 bigl
6381 \series default
6382 コマンドの最後の
6383 \emph on
6384 l
6385 \emph default
6386 は、左括弧であることを示し、右括弧の場合には、
6387 \emph on
6388 l
6389 \emph default
6390 の代わりに
6391 \emph on
6392 r
6393 \emph default
6394 を用います。左括弧と右括弧は、それぞれ括弧の開始と終了に用いられます。
6395 \end_layout
6396
6397 \begin_layout Standard
6398 以下の表は、これらの派生型の比較です。
6399 \end_layout
6400
6401 \begin_layout Standard
6402 \align center
6403 \begin_inset Tabular
6404 <lyxtabular version="3" rows="5" columns="2">
6405 <features rotate="0" tabularvalignment="middle">
6406 <column alignment="center" valignment="middle">
6407 <column alignment="center" valignment="middle">
6408 <row>
6409 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6410 \begin_inset Text
6411
6412 \begin_layout Plain Layout
6413 コマンド
6414 \end_layout
6415
6416 \end_inset
6417 </cell>
6418 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6419 \begin_inset Text
6420
6421 \begin_layout Plain Layout
6422 出力
6423 \begin_inset Note Note
6424 status collapsed
6425
6426 \begin_layout Plain Layout
6427 ここで
6428 \series bold
6429
6430 \backslash
6431 raisebox
6432 \series default
6433 はスペーサーとして使用しているだけです。
6434 \end_layout
6435
6436 \end_inset
6437
6438
6439 \end_layout
6440
6441 \end_inset
6442 </cell>
6443 </row>
6444 <row>
6445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6446 \begin_inset Text
6447
6448 \begin_layout Plain Layout
6449
6450 \backslash
6451 Bigm(
6452 \backslash
6453 bigm(
6454 \backslash
6455 ln(3x)
6456 \backslash
6457 bigm)^2
6458 \series bold
6459
6460 \begin_inset space \textvisiblespace{}
6461 \end_inset
6462
6463
6464 \series default
6465
6466 \backslash
6467 Bigm)
6468 \end_layout
6469
6470 \end_inset
6471 </cell>
6472 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6473 \begin_inset Text
6474
6475 \begin_layout Plain Layout
6476 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6477 \end_inset
6478
6479
6480 \end_layout
6481
6482 \end_inset
6483 </cell>
6484 </row>
6485 <row>
6486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6487 \begin_inset Text
6488
6489 \begin_layout Plain Layout
6490
6491 \backslash
6492 Big(
6493 \backslash
6494 big(
6495 \backslash
6496 ln(3x)
6497 \backslash
6498 big)^2
6499 \series bold
6500
6501 \begin_inset space \textvisiblespace{}
6502 \end_inset
6503
6504
6505 \series default
6506
6507 \backslash
6508 Big)
6509 \end_layout
6510
6511 \end_inset
6512 </cell>
6513 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6514 \begin_inset Text
6515
6516 \begin_layout Plain Layout
6517 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
6518 \end_inset
6519
6520
6521 \end_layout
6522
6523 \end_inset
6524 </cell>
6525 </row>
6526 <row>
6527 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6528 \begin_inset Text
6529
6530 \begin_layout Plain Layout
6531
6532 \backslash
6533 Bigl(
6534 \backslash
6535 bigl(
6536 \backslash
6537 ln(3x)
6538 \backslash
6539 bigr)^2
6540 \series bold
6541
6542 \begin_inset space \textvisiblespace{}
6543 \end_inset
6544
6545
6546 \series default
6547
6548 \backslash
6549 Bigr)
6550 \end_layout
6551
6552 \end_inset
6553 </cell>
6554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6555 \begin_inset Text
6556
6557 \begin_layout Plain Layout
6558 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.25mm}{}$
6559 \end_inset
6560
6561
6562 \end_layout
6563
6564 \end_inset
6565 </cell>
6566 </row>
6567 <row>
6568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6569 \begin_inset Text
6570
6571 \begin_layout Plain Layout
6572
6573 \backslash
6574 bigl)
6575 \backslash
6576 ln(3x)
6577 \backslash
6578 bigr(
6579 \end_layout
6580
6581 \end_inset
6582 </cell>
6583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6584 \begin_inset Text
6585
6586 \begin_layout Plain Layout
6587 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
6588 \end_inset
6589
6590
6591 \end_layout
6592
6593 \end_inset
6594 </cell>
6595 </row>
6596 </lyxtabular>
6597
6598 \end_inset
6599
6600
6601 \end_layout
6602
6603 \begin_layout Subsubsection
6604 自動の括弧丈
6605 \begin_inset CommandInset label
6606 LatexCommand label
6607 name "sub:自動の括弧丈"
6608
6609 \end_inset
6610
6611
6612 \begin_inset Index idx
6613 status collapsed
6614
6615 \begin_layout Plain Layout
6616 かっこたけ@括弧丈 ! じどう@自動
6617 \end_layout
6618
6619 \end_inset
6620
6621
6622 \end_layout
6623
6624 \begin_layout Standard
6625 可変の丈を持つ括弧は、
6626 \series bold
6627
6628 \backslash
6629 left
6630 \series default
6631
6632 \begin_inset Index idx
6633 status collapsed
6634
6635 \begin_layout Plain Layout
6636 こまんど@コマンド ! L ! 
6637 \backslash
6638 left
6639 \end_layout
6640
6641 \end_inset
6642
6643 コマンドおよび
6644 \series bold
6645
6646 \backslash
6647 right
6648 \series default
6649
6650 \begin_inset Index idx
6651 status collapsed
6652
6653 \begin_layout Plain Layout
6654 こまんど@コマンド ! R ! 
6655 \backslash
6656 right
6657 \end_layout
6658
6659 \end_inset
6660
6661 コマンド、あるいは数式ツールバーボタンの
6662 \begin_inset Graphics
6663         filename ../../images/dialog-show_mathdelimiter.png
6664         scale 85
6665
6666 \end_inset
6667
6668 で挿入することができます。
6669 \series bold
6670
6671 \backslash
6672 left
6673 \series default
6674 および
6675 \series bold
6676
6677 \backslash
6678 right
6679 \series default
6680 の直後には、必要とする括弧を挿入しなくてはなりません。すると、括弧丈は出力時に自動的に計算されます。
6681 \end_layout
6682
6683 \begin_layout Standard
6684 \align center
6685 通常の括弧:
6686 \series bold
6687
6688 \backslash
6689 ln(
6690 \backslash
6691 frac
6692 \begin_inset space \textvisiblespace{}
6693 \end_inset
6694
6695 A
6696 \begin_inset Formula $\downarrow$
6697 \end_inset
6698
6699 C
6700 \begin_inset space \textvisiblespace{}
6701 \end_inset
6702
6703 )
6704 \series default
6705 というコマンドは
6706 \begin_inset Formula 
6707 \[
6708 \ln(\frac{A}{C})
6709 \]
6710
6711 \end_inset
6712
6713 を生成します。
6714 \end_layout
6715
6716 \begin_layout Standard
6717 \align center
6718 複数行の括弧:
6719 \series bold
6720
6721 \backslash
6722 ln
6723 \backslash
6724 left(
6725 \backslash
6726 frac
6727 \begin_inset space \textvisiblespace{}
6728 \end_inset
6729
6730 A
6731 \begin_inset Formula $\downarrow$
6732 \end_inset
6733
6734 C
6735 \begin_inset space \textvisiblespace{}
6736 \end_inset
6737
6738
6739 \backslash
6740 right)
6741 \series default
6742 というコマンドは
6743 \begin_inset Formula 
6744 \[
6745 \ln\left(\frac{A}{C}\right)
6746 \]
6747
6748 \end_inset
6749
6750 を生成します。
6751 \end_layout
6752
6753 \begin_layout Standard
6754
6755 \series bold
6756
6757 \backslash
6758 left
6759 \series default
6760
6761 \series bold
6762
6763 \backslash
6764 right
6765 \series default
6766 の代わりに、
6767 \begin_inset Flex Ruby
6768 status collapsed
6769
6770 \begin_layout Plain Layout
6771 捷径
6772 \begin_inset Argument post:1
6773 status collapsed
6774
6775 \begin_layout Plain Layout
6776 ショートカット
6777 \end_layout
6778
6779 \end_inset
6780
6781
6782 \end_layout
6783
6784 \end_inset
6785
6786
6787 \family sans
6788 Alt+M
6789 \begin_inset space ~
6790 \end_inset
6791
6792 括弧
6793 \family default
6794 を使うこともできます。これを使うと、LyX中で即座に実際の括弧丈を確認することができるという利点と、対応する右括弧も生成されるという利点があります。
6795 \begin_inset Newline newline
6796 \end_inset
6797
6798 すると、先ほどの例を作るコマンドは
6799 \series bold
6800
6801 \backslash
6802 ln Alt+M
6803 \series default
6804  
6805 \series bold
6806 (
6807 \backslash
6808 frac
6809 \begin_inset space \textvisiblespace{}
6810 \end_inset
6811
6812 A
6813 \begin_inset Formula $\downarrow$
6814 \end_inset
6815
6816 C
6817 \series default
6818 となります。
6819 \end_layout
6820
6821 \begin_layout Standard
6822 左括弧あるいは右括弧を省略するには、ドットを挿入します。たとえば、
6823 \series bold
6824
6825 \backslash
6826 left.
6827 \backslash
6828 frac
6829 \begin_inset space \textvisiblespace{}
6830 \end_inset
6831
6832 A
6833 \begin_inset Formula $\downarrow$
6834 \end_inset
6835
6836 B
6837 \begin_inset space \textvisiblespace{}
6838 \end_inset
6839
6840
6841 \backslash
6842 right}
6843 \series default
6844 というコマンドは
6845 \series bold
6846
6847 \begin_inset Formula 
6848 \[
6849 \left.\frac{A}{B}\right\} 
6850 \]
6851
6852 \end_inset
6853
6854
6855 \series default
6856 を生成します。
6857 \series bold
6858
6859 \backslash
6860 left
6861 \series default
6862 コマンドおよび
6863 \series bold
6864
6865 \backslash
6866 right
6867 \series default
6868 コマンドは、文書が再度読み込まれたときには、LyXによって正しい丈の括弧に変換され、省略された括弧は、点線として表示されます。
6869 \end_layout
6870
6871 \begin_layout Standard
6872 \begin_inset VSpace bigskip
6873 \end_inset
6874
6875 著名なLaTeX頒布版は、すべてLaTeXの拡張であるeTeXを使用しているので、これらの頒布版では、すべての括弧および極限に対して
6876 \series bold
6877
6878 \backslash
6879 middle
6880 \series default
6881
6882 \begin_inset Index idx
6883 status collapsed
6884
6885 \begin_layout Plain Layout
6886 こまんど@コマンド ! M ! 
6887 \backslash
6888 middle
6889 \end_layout
6890
6891 \end_inset
6892
6893 コマンドも使用することができます
6894 \begin_inset Foot
6895 status collapsed
6896
6897 \begin_layout Plain Layout
6898
6899 \series bold
6900 (訳註)
6901 \series default
6902 pLaTeXでは、標準では
6903 \series bold
6904
6905 \backslash
6906 middle
6907 \series default
6908 コマンドは使えません。よって、以下の例では「
6909 \series bold
6910
6911 \backslash
6912 middle
6913 \series default
6914
6915 \begin_inset Formula $|$
6916 \end_inset
6917
6918 」の代わりに「
6919 \series bold
6920
6921 \backslash
6922 biggm
6923 \series default
6924
6925 \begin_inset Formula $|$
6926 \end_inset
6927
6928 」を用いています。
6929 \end_layout
6930
6931 \end_inset
6932
6933 。このコマンドでは、物理ベクトル
6934 \begin_inset Formula 
6935 \[
6936 \left\langle \phi\:\biggm|\: J=\frac{3}{2}\,,\, M_{J}\right\rangle 
6937 \]
6938
6939 \end_inset
6940
6941 で必要とされるように、次に続く文字の高さは、囲まれる括弧の高さに調節されます。物理ベクトルに関しては、第
6942 \begin_inset CommandInset ref
6943 LatexCommand ref
6944 reference "sub:物理ベクトル"
6945
6946 \end_inset
6947
6948 節に説明されているように特殊なLaTeXパッケージがあります。
6949 \end_layout
6950
6951 \begin_layout Subsection
6952 水平括弧
6953 \begin_inset Index idx
6954 status collapsed
6955
6956 \begin_layout Plain Layout
6957 かっこ@括弧 ! すいへい@水平
6958 \end_layout
6959
6960 \end_inset
6961
6962
6963 \end_layout
6964
6965 \begin_layout Standard
6966 \align center
6967 \begin_inset Tabular
6968 <lyxtabular version="3" rows="4" columns="2">
6969 <features rotate="0" tabularvalignment="middle">
6970 <column alignment="center" valignment="top" width="0pt">
6971 <column alignment="center" valignment="top" width="0pt">
6972 <row>
6973 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6974 \begin_inset Text
6975
6976 \begin_layout Plain Layout
6977 コマンド
6978 \begin_inset Note Note
6979 status collapsed
6980
6981 \begin_layout Plain Layout
6982 ここで
6983 \series bold
6984
6985 \backslash
6986 raisebox
6987 \series default
6988 はスペーサーとして使用しているだけです。
6989 \end_layout
6990
6991 \end_inset
6992
6993
6994 \end_layout
6995
6996 \end_inset
6997 </cell>
6998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6999 \begin_inset Text
7000
7001 \begin_layout Plain Layout
7002 出力
7003 \end_layout
7004
7005 \end_inset
7006 </cell>
7007 </row>
7008 <row>
7009 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7010 \begin_inset Text
7011
7012 \begin_layout Plain Layout
7013 \begin_inset ERT
7014 status collapsed
7015
7016 \begin_layout Plain Layout
7017
7018
7019 \backslash
7020 raisebox{2.3mm}{
7021 \end_layout
7022
7023 \end_inset
7024
7025
7026 \backslash
7027 overbrace
7028 \begin_inset space \textvisiblespace{}
7029 \end_inset
7030
7031 A+B
7032 \begin_inset space \textvisiblespace{}
7033 \end_inset
7034
7035 ^
7036 \begin_inset space \textvisiblespace{}
7037 \end_inset
7038
7039 3
7040 \begin_inset ERT
7041 status collapsed
7042
7043 \begin_layout Plain Layout
7044
7045 }
7046 \end_layout
7047
7048 \end_inset
7049
7050
7051 \begin_inset Index idx
7052 status collapsed
7053
7054 \begin_layout Plain Layout
7055 こまんど@コマンド ! O ! 
7056 \backslash
7057 overbrace
7058 \end_layout
7059
7060 \end_inset
7061
7062
7063 \end_layout
7064
7065 \end_inset
7066 </cell>
7067 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7068 \begin_inset Text
7069
7070 \begin_layout Plain Layout
7071 \begin_inset Formula $\overbrace{A+B}^{3}$
7072 \end_inset
7073
7074
7075 \end_layout
7076
7077 \end_inset
7078 </cell>
7079 </row>
7080 <row>
7081 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7082 \begin_inset Text
7083
7084 \begin_layout Plain Layout
7085 \begin_inset ERT
7086 status collapsed
7087
7088 \begin_layout Plain Layout
7089
7090
7091 \backslash
7092 raisebox{-2.2mm}{
7093 \end_layout
7094
7095 \end_inset
7096
7097
7098 \backslash
7099 underbrace
7100 \begin_inset space \textvisiblespace{}
7101 \end_inset
7102
7103 A+B
7104 \begin_inset space \textvisiblespace{}
7105 \end_inset
7106
7107 _5
7108 \begin_inset ERT
7109 status collapsed
7110
7111 \begin_layout Plain Layout
7112
7113 }
7114 \end_layout
7115
7116 \end_inset
7117
7118
7119 \begin_inset Index idx
7120 status collapsed
7121
7122 \begin_layout Plain Layout
7123 こまんど@コマンド ! U ! 
7124 \backslash
7125 underbrace
7126 \end_layout
7127
7128 \end_inset
7129
7130
7131 \end_layout
7132
7133 \end_inset
7134 </cell>
7135 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7136 \begin_inset Text
7137
7138 \begin_layout Plain Layout
7139 \begin_inset Formula $\underbrace{A+B}_{5}$
7140 \end_inset
7141
7142
7143 \end_layout
7144
7145 \end_inset
7146 </cell>
7147 </row>
7148 <row>
7149 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7150 \begin_inset Text
7151
7152 \begin_layout Plain Layout
7153
7154 \backslash
7155 overbrace
7156 \begin_inset space \textvisiblespace{}
7157 \end_inset
7158
7159
7160 \backslash
7161 underbrace
7162 \begin_inset space \textvisiblespace{}
7163 \end_inset
7164
7165 A+B_w
7166 \begin_inset space \textvisiblespace{}
7167 \end_inset
7168
7169
7170 \begin_inset space \textvisiblespace{}
7171 \end_inset
7172
7173 _7
7174 \begin_inset space \textvisiblespace{}
7175 \end_inset
7176
7177
7178 \begin_inset space \textvisiblespace{}
7179 \end_inset
7180
7181 ^
7182 \begin_inset space \textvisiblespace{}
7183 \end_inset
7184
7185 C
7186 \end_layout
7187
7188 \end_inset
7189 </cell>
7190 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7191 \begin_inset Text
7192
7193 \begin_layout Plain Layout
7194 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7195 \end_inset
7196
7197
7198 \end_layout
7199
7200 \end_inset
7201 </cell>
7202 </row>
7203 </lyxtabular>
7204
7205 \end_inset
7206
7207
7208 \end_layout
7209
7210 \begin_layout Standard
7211 最後の例では、
7212 \series bold
7213
7214 \backslash
7215 overbrace
7216 \series default
7217 が先に挿入されようが
7218 \series bold
7219
7220 \backslash
7221 underbrace
7222 \series default
7223 が先に挿入されようが代わりはありません。
7224 \end_layout
7225
7226 \begin_layout Standard
7227 \begin_inset VSpace bigskip
7228 \end_inset
7229
7230 括弧をお互いに重ねる必要がある場合には、第
7231 \begin_inset CommandInset ref
7232 LatexCommand ref
7233 reference "sec:多行数式"
7234
7235 \end_inset
7236
7237 節に説明されているように、次のような多行数式を使わなくてはなりません。
7238 \begin_inset Formula 
7239 \begin{eqnarray*}
7240 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7241  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7242 \end{eqnarray*}
7243
7244 \end_inset
7245
7246 一行目には、数式が一つめの括弧とともに挿入されています。ここで、空白コマンド
7247 \begin_inset Foot
7248 status collapsed
7249
7250 \begin_layout Plain Layout
7251 空白コマンドは第
7252 \begin_inset CommandInset ref
7253 LatexCommand ref
7254 reference "sub:定義済みの空白"
7255
7256 \end_inset
7257
7258 章に説明があります。
7259 \end_layout
7260
7261 \end_inset
7262
7263
7264 \series bold
7265
7266 \backslash
7267 :
7268 \series default
7269 を最初の
7270 \begin_inset Formula $d$
7271 \end_inset
7272
7273 の前に挿入しておくことが重要です。さもないと、
7274 \begin_inset Formula $q$
7275 \end_inset
7276
7277 の後ろで終わる括弧のせいで、直後の「+」の周りに正しく空白が入ることが妨げられてしまう
7278 \begin_inset Foot
7279 status collapsed
7280
7281 \begin_layout Plain Layout
7282 これは、括弧が文字として取り扱われないためです。第
7283 \begin_inset CommandInset ref
7284 LatexCommand ref
7285 reference "sub:二項演算子"
7286
7287 \end_inset
7288
7289 章参照。
7290 \end_layout
7291
7292 \end_inset
7293
7294 ためです。二行目には、二つめの括弧が挿入されています。
7295 \begin_inset Formula $b$
7296 \end_inset
7297
7298 の直前から始まるようにするために、まず
7299 \series bold
7300
7301 \backslash
7302 hphantom{gggg+
7303 \backslash
7304 :}
7305 \series default
7306 というコマンド
7307 \begin_inset Foot
7308 status collapsed
7309
7310 \begin_layout Plain Layout
7311
7312 \series bold
7313
7314 \backslash
7315 hphantom
7316 \series default
7317 に関する詳細は、第
7318 \begin_inset CommandInset ref
7319 LatexCommand ref
7320 reference "sub:埋め草"
7321
7322 \end_inset
7323
7324 章を参照してください。
7325 \end_layout
7326
7327 \end_inset
7328
7329 が挿入されています。この数式中の「+」も空白で囲まれるようにするために、この空白コマンドが必要になっています。二つめの括弧は
7330 \series bold
7331
7332 \backslash
7333 hphantom{bbqq+dddd}
7334 \series default
7335 コマンドの下に置きます。
7336 \end_layout
7337
7338 \begin_layout Standard
7339 以下の例のように、括弧が反対側に重なる場合には、もっと複雑になります。
7340 \begin_inset ERT
7341 status collapsed
7342
7343 \begin_layout Plain Layout
7344
7345
7346 \backslash
7347 setlength{
7348 \backslash
7349 jot}{-6pt}
7350 \end_layout
7351
7352 \end_inset
7353
7354
7355 \begin_inset Formula 
7356 \begin{eqnarray*}
7357  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7358 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd
7359 \end{eqnarray*}
7360
7361 \end_inset
7362
7363
7364 \begin_inset ERT
7365 status collapsed
7366
7367 \begin_layout Plain Layout
7368
7369
7370 \backslash
7371 setlength{
7372 \backslash
7373 jot}{3pt}
7374 \end_layout
7375
7376 \end_inset
7377
7378 最初の数式行は、括弧が上に来ていること以外は、先の例の第二行と同じです。二行目には、二つめの括弧と一緒に数式が入っています。一行目の括弧と数式のあいだに余白が入
7379 ることを防ぐために、行間を減らさなくてはならないのですが、これはLyXのバグ
7380 \begin_inset Foot
7381 status collapsed
7382
7383 \begin_layout Plain Layout
7384 \begin_inset CommandInset href
7385 LatexCommand href
7386 name "LyX-bug #1505"
7387 target "http://www.lyx.org/trac/ticket/1505"
7388
7389 \end_inset
7390
7391
7392 \end_layout
7393
7394 \end_inset
7395
7396 のせいで簡単にはできません。この問題を回避するためには、数式直前にTeXモードで
7397 \series bold
7398 setlength{
7399 \backslash
7400 jot}{-6pt}
7401 \series default
7402 というコマンドを入れて、大域的な数式行間
7403 \series bold
7404
7405 \backslash
7406 jot
7407 \series default
7408
7409 \begin_inset Index idx
7410 status collapsed
7411
7412 \begin_layout Plain Layout
7413 こまんど@コマンド ! J ! 
7414 \backslash
7415 jot
7416 \end_layout
7417
7418 \end_inset
7419
7420 を-6
7421 \begin_inset space \thinspace{}
7422 \end_inset
7423
7424 ptに変更しなくてはなりません。
7425 \series bold
7426
7427 \backslash
7428 jot
7429 \series default
7430 は、数式直後に同様のコマンドを使って標準値の3
7431 \begin_inset space \thinspace{}
7432 \end_inset
7433
7434 ptに戻します。数式中の行間について、詳しくは第
7435 \begin_inset CommandInset ref
7436 LatexCommand ref
7437 reference "sub:行間"
7438
7439 \end_inset
7440
7441 章に説明があります。
7442 \end_layout
7443
7444 \begin_layout Section
7445 矢印
7446 \begin_inset Index idx
7447 status collapsed
7448
7449 \begin_layout Plain Layout
7450 やじるし@矢印
7451 \end_layout
7452
7453 \end_inset
7454
7455
7456 \end_layout
7457
7458 \begin_layout Standard
7459 矢印は、数式ツールバーボタンの
7460 \begin_inset Graphics
7461         filename ../../images/math/leftarrow.png
7462         scale 85
7463
7464 \end_inset
7465
7466 か、以下の各小節に列挙してあるコマンドで挿入することができます。
7467 \end_layout
7468
7469 \begin_layout Subsection
7470 水平矢印
7471 \begin_inset Index idx
7472 status collapsed
7473
7474 \begin_layout Plain Layout
7475 やじるし@矢印 ! すいへい@水平
7476 \end_layout
7477
7478 \end_inset
7479
7480
7481 \end_layout
7482
7483 \begin_layout Standard
7484 \begin_inset space \hfill{}
7485 \end_inset
7486
7487
7488 \begin_inset Tabular
7489 <lyxtabular version="3" rows="8" columns="2">
7490 <features rotate="0" tabularvalignment="middle">
7491 <column alignment="center" valignment="top" width="0pt">
7492 <column alignment="center" valignment="top" width="0pt">
7493 <row>
7494 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7495 \begin_inset Text
7496
7497 \begin_layout Plain Layout
7498 コマンド
7499 \end_layout
7500
7501 \end_inset
7502 </cell>
7503 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7504 \begin_inset Text
7505
7506 \begin_layout Plain Layout
7507 出力
7508 \end_layout
7509
7510 \end_inset
7511 </cell>
7512 </row>
7513 <row>
7514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7515 \begin_inset Text
7516
7517 \begin_layout Plain Layout
7518
7519 \backslash
7520 gets
7521 \end_layout
7522
7523 \end_inset
7524 </cell>
7525 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7526 \begin_inset Text
7527
7528 \begin_layout Plain Layout
7529 \begin_inset Formula $\gets$
7530 \end_inset
7531
7532
7533 \end_layout
7534
7535 \end_inset
7536 </cell>
7537 </row>
7538 <row>
7539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7540 \begin_inset Text
7541
7542 \begin_layout Plain Layout
7543
7544 \backslash
7545 Leftarrow
7546 \end_layout
7547
7548 \end_inset
7549 </cell>
7550 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7551 \begin_inset Text
7552
7553 \begin_layout Plain Layout
7554 \begin_inset Formula $\Leftarrow$
7555 \end_inset
7556
7557
7558 \end_layout
7559
7560 \end_inset
7561 </cell>
7562 </row>
7563 <row>
7564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7565 \begin_inset Text
7566
7567 \begin_layout Plain Layout
7568
7569 \backslash
7570 longleftarrow
7571 \end_layout
7572
7573 \end_inset
7574 </cell>
7575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7576 \begin_inset Text
7577
7578 \begin_layout Plain Layout
7579 \begin_inset Formula $\longleftarrow$
7580 \end_inset
7581
7582
7583 \end_layout
7584
7585 \end_inset
7586 </cell>
7587 </row>
7588 <row>
7589 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7590 \begin_inset Text
7591
7592 \begin_layout Plain Layout
7593
7594 \backslash
7595 Longleftarrow
7596 \end_layout
7597
7598 \end_inset
7599 </cell>
7600 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7601 \begin_inset Text
7602
7603 \begin_layout Plain Layout
7604 \begin_inset Formula $\Longleftarrow$
7605 \end_inset
7606
7607
7608 \end_layout
7609
7610 \end_inset
7611 </cell>
7612 </row>
7613 <row>
7614 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7615 \begin_inset Text
7616
7617 \begin_layout Plain Layout
7618
7619 \backslash
7620 leftharpoonup
7621 \end_layout
7622
7623 \end_inset
7624 </cell>
7625 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7626 \begin_inset Text
7627
7628 \begin_layout Plain Layout
7629 \begin_inset Formula $\leftharpoonup$
7630 \end_inset
7631
7632
7633 \end_layout
7634
7635 \end_inset
7636 </cell>
7637 </row>
7638 <row>
7639 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7640 \begin_inset Text
7641
7642 \begin_layout Plain Layout
7643
7644 \backslash
7645 leftharpoondown
7646 \end_layout
7647
7648 \end_inset
7649 </cell>
7650 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7651 \begin_inset Text
7652
7653 \begin_layout Plain Layout
7654 \begin_inset Formula $\leftharpoondown$
7655 \end_inset
7656
7657
7658 \end_layout
7659
7660 \end_inset
7661 </cell>
7662 </row>
7663 <row>
7664 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7665 \begin_inset Text
7666
7667 \begin_layout Plain Layout
7668
7669 \backslash
7670 hookleftarrow
7671 \end_layout
7672
7673 \end_inset
7674 </cell>
7675 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7676 \begin_inset Text
7677
7678 \begin_layout Plain Layout
7679 \begin_inset Formula $\hookleftarrow$
7680 \end_inset
7681
7682
7683 \end_layout
7684
7685 \end_inset
7686 </cell>
7687 </row>
7688 </lyxtabular>
7689
7690 \end_inset
7691
7692
7693 \begin_inset space \hfill{}
7694 \end_inset
7695
7696
7697 \begin_inset Tabular
7698 <lyxtabular version="3" rows="8" columns="2">
7699 <features rotate="0" tabularvalignment="middle">
7700 <column alignment="center" valignment="top" width="0pt">
7701 <column alignment="center" valignment="top" width="0pt">
7702 <row>
7703 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7704 \begin_inset Text
7705
7706 \begin_layout Plain Layout
7707 コマンド
7708 \end_layout
7709
7710 \end_inset
7711 </cell>
7712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7713 \begin_inset Text
7714
7715 \begin_layout Plain Layout
7716 出力
7717 \end_layout
7718
7719 \end_inset
7720 </cell>
7721 </row>
7722 <row>
7723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7724 \begin_inset Text
7725
7726 \begin_layout Plain Layout
7727
7728 \backslash
7729 to
7730 \end_layout
7731
7732 \end_inset
7733 </cell>
7734 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7735 \begin_inset Text
7736
7737 \begin_layout Plain Layout
7738 \begin_inset Formula $\to$
7739 \end_inset
7740
7741
7742 \end_layout
7743
7744 \end_inset
7745 </cell>
7746 </row>
7747 <row>
7748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7749 \begin_inset Text
7750
7751 \begin_layout Plain Layout
7752
7753 \backslash
7754 Rightarrow
7755 \end_layout
7756
7757 \end_inset
7758 </cell>
7759 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7760 \begin_inset Text
7761
7762 \begin_layout Plain Layout
7763 \begin_inset Formula $\Rightarrow$
7764 \end_inset
7765
7766
7767 \end_layout
7768
7769 \end_inset
7770 </cell>
7771 </row>
7772 <row>
7773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7774 \begin_inset Text
7775
7776 \begin_layout Plain Layout
7777
7778 \backslash
7779 longrightarrow
7780 \end_layout
7781
7782 \end_inset
7783 </cell>
7784 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7785 \begin_inset Text
7786
7787 \begin_layout Plain Layout
7788 \begin_inset Formula $\longrightarrow$
7789 \end_inset
7790
7791
7792 \end_layout
7793
7794 \end_inset
7795 </cell>
7796 </row>
7797 <row>
7798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7799 \begin_inset Text
7800
7801 \begin_layout Plain Layout
7802
7803 \backslash
7804 Longrightarrow
7805 \end_layout
7806
7807 \end_inset
7808 </cell>
7809 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7810 \begin_inset Text
7811
7812 \begin_layout Plain Layout
7813 \begin_inset Formula $\Longrightarrow$
7814 \end_inset
7815
7816
7817 \end_layout
7818
7819 \end_inset
7820 </cell>
7821 </row>
7822 <row>
7823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7824 \begin_inset Text
7825
7826 \begin_layout Plain Layout
7827
7828 \backslash
7829 rightharpoonup
7830 \end_layout
7831
7832 \end_inset
7833 </cell>
7834 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7835 \begin_inset Text
7836
7837 \begin_layout Plain Layout
7838 \begin_inset Formula $\rightharpoonup$
7839 \end_inset
7840
7841
7842 \end_layout
7843
7844 \end_inset
7845 </cell>
7846 </row>
7847 <row>
7848 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7849 \begin_inset Text
7850
7851 \begin_layout Plain Layout
7852
7853 \backslash
7854 rightharpoondown
7855 \end_layout
7856
7857 \end_inset
7858 </cell>
7859 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7860 \begin_inset Text
7861
7862 \begin_layout Plain Layout
7863 \begin_inset Formula $\rightharpoondown$
7864 \end_inset
7865
7866
7867 \end_layout
7868
7869 \end_inset
7870 </cell>
7871 </row>
7872 <row>
7873 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7874 \begin_inset Text
7875
7876 \begin_layout Plain Layout
7877
7878 \backslash
7879 hookrightarrow
7880 \end_layout
7881
7882 \end_inset
7883 </cell>
7884 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7885 \begin_inset Text
7886
7887 \begin_layout Plain Layout
7888 \begin_inset Formula $\hookrightarrow$
7889 \end_inset
7890
7891
7892 \end_layout
7893
7894 \end_inset
7895 </cell>
7896 </row>
7897 </lyxtabular>
7898
7899 \end_inset
7900
7901
7902 \begin_inset space \hfill{}
7903 \end_inset
7904
7905
7906 \end_layout
7907
7908 \begin_layout Standard
7909 \begin_inset space \hfill{}
7910 \end_inset
7911
7912
7913 \begin_inset Tabular
7914 <lyxtabular version="3" rows="6" columns="2">
7915 <features rotate="0" tabularvalignment="middle">
7916 <column alignment="center" valignment="top" width="0pt">
7917 <column alignment="center" valignment="top" width="0pt">
7918 <row>
7919 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7920 \begin_inset Text
7921
7922 \begin_layout Plain Layout
7923 コマンド
7924 \end_layout
7925
7926 \end_inset
7927 </cell>
7928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7929 \begin_inset Text
7930
7931 \begin_layout Plain Layout
7932 出力
7933 \end_layout
7934
7935 \end_inset
7936 </cell>
7937 </row>
7938 <row>
7939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7940 \begin_inset Text
7941
7942 \begin_layout Plain Layout
7943
7944 \backslash
7945 leftrightarrow
7946 \end_layout
7947
7948 \end_inset
7949 </cell>
7950 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7951 \begin_inset Text
7952
7953 \begin_layout Plain Layout
7954 \begin_inset Formula $\leftrightarrow$
7955 \end_inset
7956
7957
7958 \end_layout
7959
7960 \end_inset
7961 </cell>
7962 </row>
7963 <row>
7964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7965 \begin_inset Text
7966
7967 \begin_layout Plain Layout
7968
7969 \backslash
7970 Leftrightarrow
7971 \end_layout
7972
7973 \end_inset
7974 </cell>
7975 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7976 \begin_inset Text
7977
7978 \begin_layout Plain Layout
7979 \begin_inset Formula $\Leftrightarrow$
7980 \end_inset
7981
7982
7983 \end_layout
7984
7985 \end_inset
7986 </cell>
7987 </row>
7988 <row>
7989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7990 \begin_inset Text
7991
7992 \begin_layout Plain Layout
7993
7994 \backslash
7995 longleftrightarrow
7996 \end_layout
7997
7998 \end_inset
7999 </cell>
8000 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8001 \begin_inset Text
8002
8003 \begin_layout Plain Layout
8004 \begin_inset Formula $\longleftrightarrow$
8005 \end_inset
8006
8007
8008 \end_layout
8009
8010 \end_inset
8011 </cell>
8012 </row>
8013 <row>
8014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8015 \begin_inset Text
8016
8017 \begin_layout Plain Layout
8018
8019 \backslash
8020 Longleftrightarrow
8021 \end_layout
8022
8023 \end_inset
8024 </cell>
8025 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8026 \begin_inset Text
8027
8028 \begin_layout Plain Layout
8029 \begin_inset Formula $\Longleftrightarrow$
8030 \end_inset
8031
8032
8033 \end_layout
8034
8035 \end_inset
8036 </cell>
8037 </row>
8038 <row>
8039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8040 \begin_inset Text
8041
8042 \begin_layout Plain Layout
8043
8044 \backslash
8045 rightleftharpoons
8046 \end_layout
8047
8048 \end_inset
8049 </cell>
8050 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8051 \begin_inset Text
8052
8053 \begin_layout Plain Layout
8054 \begin_inset Formula $\rightleftharpoons$
8055 \end_inset
8056
8057
8058 \end_layout
8059
8060 \end_inset
8061 </cell>
8062 </row>
8063 </lyxtabular>
8064
8065 \end_inset
8066
8067
8068 \begin_inset space \hspace{}
8069 \length 25pt
8070 \end_inset
8071
8072
8073 \begin_inset space \hfill{}
8074 \end_inset
8075
8076
8077 \begin_inset Tabular
8078 <lyxtabular version="3" rows="5" columns="2">
8079 <features rotate="0" tabularvalignment="middle">
8080 <column alignment="center" valignment="top" width="0pt">
8081 <column alignment="center" valignment="top" width="0pt">
8082 <row>
8083 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8084 \begin_inset Text
8085
8086 \begin_layout Plain Layout
8087 コマンド
8088 \end_layout
8089
8090 \end_inset
8091 </cell>
8092 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8093 \begin_inset Text
8094
8095 \begin_layout Plain Layout
8096 出力
8097 \end_layout
8098
8099 \end_inset
8100 </cell>
8101 </row>
8102 <row>
8103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8104 \begin_inset Text
8105
8106 \begin_layout Plain Layout
8107
8108 \backslash
8109 mapsto
8110 \end_layout
8111
8112 \end_inset
8113 </cell>
8114 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8115 \begin_inset Text
8116
8117 \begin_layout Plain Layout
8118 \begin_inset Formula $\mapsto$
8119 \end_inset
8120
8121
8122 \end_layout
8123
8124 \end_inset
8125 </cell>
8126 </row>
8127 <row>
8128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8129 \begin_inset Text
8130
8131 \begin_layout Plain Layout
8132
8133 \backslash
8134 longmapsto
8135 \end_layout
8136
8137 \end_inset
8138 </cell>
8139 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8140 \begin_inset Text
8141
8142 \begin_layout Plain Layout
8143 \begin_inset Formula $\longmapsto$
8144 \end_inset
8145
8146
8147 \end_layout
8148
8149 \end_inset
8150 </cell>
8151 </row>
8152 <row>
8153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8154 \begin_inset Text
8155
8156 \begin_layout Plain Layout
8157
8158 \backslash
8159 leadsto
8160 \end_layout
8161
8162 \end_inset
8163 </cell>
8164 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8165 \begin_inset Text
8166
8167 \begin_layout Plain Layout
8168 \begin_inset Formula $\leadsto$
8169 \end_inset
8170
8171
8172 \end_layout
8173
8174 \end_inset
8175 </cell>
8176 </row>
8177 <row>
8178 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8179 \begin_inset Text
8180
8181 \begin_layout Plain Layout
8182
8183 \backslash
8184 dasharrow
8185 \end_layout
8186
8187 \end_inset
8188 </cell>
8189 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8190 \begin_inset Text
8191
8192 \begin_layout Plain Layout
8193 \begin_inset Formula $\dasharrow$
8194 \end_inset
8195
8196
8197 \end_layout
8198
8199 \end_inset
8200 </cell>
8201 </row>
8202 </lyxtabular>
8203
8204 \end_inset
8205
8206
8207 \begin_inset space \hfill{}
8208 \end_inset
8209
8210
8211 \end_layout
8212
8213 \begin_layout Standard
8214 \begin_inset VSpace medskip
8215 \end_inset
8216
8217 たとえばベクトル記号の矢印のようにアクセントとして使用される矢印は、第
8218 \begin_inset CommandInset ref
8219 LatexCommand ref
8220 reference "sec:アクセント"
8221
8222 \end_inset
8223
8224 節に一覧があります。
8225 \end_layout
8226
8227 \begin_layout Standard
8228 \begin_inset VSpace bigskip
8229 \end_inset
8230
8231 さらに、ラベル付き矢印
8232 \begin_inset Index idx
8233 status collapsed
8234
8235 \begin_layout Plain Layout
8236 やじるし@矢印 ! らべるつき@ラベル付き
8237 \end_layout
8238
8239 \end_inset
8240
8241 として、
8242 \series bold
8243
8244 \backslash
8245 xleftarrow
8246 \series default
8247
8248 \begin_inset Index idx
8249 status collapsed
8250
8251 \begin_layout Plain Layout
8252 こまんど@コマンド ! X ! 
8253 \backslash
8254 xleftarrow
8255 \end_layout
8256
8257 \end_inset
8258
8259
8260 \series bold
8261
8262 \backslash
8263 xrightarrow
8264 \series default
8265
8266 \begin_inset Index idx
8267 status collapsed
8268
8269 \begin_layout Plain Layout
8270 こまんど@コマンド ! X ! 
8271 \backslash
8272 xrightarrow
8273 \begin_inset ERT
8274 status collapsed
8275
8276 \begin_layout Plain Layout
8277
8278
8279 \backslash
8280 vspace{4mm}
8281 \end_layout
8282
8283 \end_inset
8284
8285
8286 \end_layout
8287
8288 \end_inset
8289
8290 があります。これらのコマンドを数式に挿入すると、二つの青枠のついた矢印が現れるので、そこにラベルを入れることができます。矢印の長さは、ラベルの幅に応じて調整され
8291 ます。
8292 \end_layout
8293
8294 \begin_layout Standard
8295 \align center
8296 \begin_inset Tabular
8297 <lyxtabular version="3" rows="3" columns="2">
8298 <features rotate="0" tabularvalignment="middle">
8299 <column alignment="center" valignment="top" width="0pt">
8300 <column alignment="center" valignment="top" width="0pt">
8301 <row>
8302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8303 \begin_inset Text
8304
8305 \begin_layout Plain Layout
8306 コマンド
8307 \end_layout
8308
8309 \end_inset
8310 </cell>
8311 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8312 \begin_inset Text
8313
8314 \begin_layout Plain Layout
8315 出力
8316 \begin_inset Note Note
8317 status collapsed
8318
8319 \begin_layout Plain Layout
8320 ここで
8321 \series bold
8322
8323 \backslash
8324 raisebox
8325 \series default
8326 はスペーサーとして使用しているだけです。
8327 \end_layout
8328
8329 \end_inset
8330
8331
8332 \end_layout
8333
8334 \end_inset
8335 </cell>
8336 </row>
8337 <row>
8338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8339 \begin_inset Text
8340
8341 \begin_layout Plain Layout
8342 F(a)
8343 \backslash
8344 xleftarrow
8345 \begin_inset space \textvisiblespace{}
8346 \end_inset
8347
8348 x=a
8349 \begin_inset Formula $\downarrow$
8350 \end_inset
8351
8352 x
8353 \begin_inset Formula $>$
8354 \end_inset
8355
8356 0
8357 \begin_inset Formula $\to$
8358 \end_inset
8359
8360 F(x)
8361 \end_layout
8362
8363 \end_inset
8364 </cell>
8365 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8366 \begin_inset Text
8367
8368 \begin_layout Plain Layout
8369 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
8370 \end_inset
8371
8372
8373 \end_layout
8374
8375 \end_inset
8376 </cell>
8377 </row>
8378 <row>
8379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8380 \begin_inset Text
8381
8382 \begin_layout Plain Layout
8383 F(x)
8384 \backslash
8385 xrightarrow
8386 \begin_inset space \textvisiblespace{}
8387 \end_inset
8388
8389 x=a
8390 \begin_inset Formula $\downarrow$
8391 \end_inset
8392
8393 x
8394 \begin_inset Formula $>$
8395 \end_inset
8396
8397 0
8398 \begin_inset Formula $\to$
8399 \end_inset
8400
8401 F(a)
8402 \end_layout
8403
8404 \end_inset
8405 </cell>
8406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8407 \begin_inset Text
8408
8409 \begin_layout Plain Layout
8410 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
8411 \end_inset
8412
8413
8414 \end_layout
8415
8416 \end_inset
8417 </cell>
8418 </row>
8419 </lyxtabular>
8420
8421 \end_inset
8422
8423
8424 \end_layout
8425
8426 \begin_layout Subsection
8427 垂直矢印および対角矢印
8428 \begin_inset Index idx
8429 status collapsed
8430
8431 \begin_layout Plain Layout
8432 やじるし@矢印 ! たいかく@対角
8433 \end_layout
8434
8435 \end_inset
8436
8437
8438 \begin_inset Index idx
8439 status collapsed
8440
8441 \begin_layout Plain Layout
8442 やじるし@矢印 ! すいちょく@垂直
8443 \end_layout
8444
8445 \end_inset
8446
8447
8448 \end_layout
8449
8450 \begin_layout Standard
8451 \begin_inset space \hfill{}
8452 \end_inset
8453
8454
8455 \begin_inset Tabular
8456 <lyxtabular version="3" rows="7" columns="2">
8457 <features rotate="0" tabularvalignment="middle">
8458 <column alignment="center" valignment="top" width="0pt">
8459 <column alignment="center" valignment="top" width="0pt">
8460 <row>
8461 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8462 \begin_inset Text
8463
8464 \begin_layout Plain Layout
8465 コマンド
8466 \end_layout
8467
8468 \end_inset
8469 </cell>
8470 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8471 \begin_inset Text
8472
8473 \begin_layout Plain Layout
8474 出力
8475 \end_layout
8476
8477 \end_inset
8478 </cell>
8479 </row>
8480 <row>
8481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8482 \begin_inset Text
8483
8484 \begin_layout Plain Layout
8485
8486 \backslash
8487 uparrow
8488 \end_layout
8489
8490 \end_inset
8491 </cell>
8492 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8493 \begin_inset Text
8494
8495 \begin_layout Plain Layout
8496 \begin_inset Formula $\uparrow$
8497 \end_inset
8498
8499
8500 \end_layout
8501
8502 \end_inset
8503 </cell>
8504 </row>
8505 <row>
8506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8507 \begin_inset Text
8508
8509 \begin_layout Plain Layout
8510
8511 \backslash
8512 Uparrow
8513 \end_layout
8514
8515 \end_inset
8516 </cell>
8517 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8518 \begin_inset Text
8519
8520 \begin_layout Plain Layout
8521 \begin_inset Formula $\Uparrow$
8522 \end_inset
8523
8524
8525 \end_layout
8526
8527 \end_inset
8528 </cell>
8529 </row>
8530 <row>
8531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8532 \begin_inset Text
8533
8534 \begin_layout Plain Layout
8535
8536 \backslash
8537 updownarrow
8538 \end_layout
8539
8540 \end_inset
8541 </cell>
8542 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8543 \begin_inset Text
8544
8545 \begin_layout Plain Layout
8546 \begin_inset Formula $\updownarrow$
8547 \end_inset
8548
8549
8550 \end_layout
8551
8552 \end_inset
8553 </cell>
8554 </row>
8555 <row>
8556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8557 \begin_inset Text
8558
8559 \begin_layout Plain Layout
8560
8561 \backslash
8562 Updownarrow
8563 \end_layout
8564
8565 \end_inset
8566 </cell>
8567 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8568 \begin_inset Text
8569
8570 \begin_layout Plain Layout
8571 \begin_inset Formula $\Updownarrow$
8572 \end_inset
8573
8574
8575 \end_layout
8576
8577 \end_inset
8578 </cell>
8579 </row>
8580 <row>
8581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8582 \begin_inset Text
8583
8584 \begin_layout Plain Layout
8585
8586 \backslash
8587 Downarrow
8588 \end_layout
8589
8590 \end_inset
8591 </cell>
8592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8593 \begin_inset Text
8594
8595 \begin_layout Plain Layout
8596 \begin_inset Formula $\Downarrow$
8597 \end_inset
8598
8599
8600 \end_layout
8601
8602 \end_inset
8603 </cell>
8604 </row>
8605 <row>
8606 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8607 \begin_inset Text
8608
8609 \begin_layout Plain Layout
8610
8611 \backslash
8612 downarrow
8613 \end_layout
8614
8615 \end_inset
8616 </cell>
8617 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8618 \begin_inset Text
8619
8620 \begin_layout Plain Layout
8621 \begin_inset Formula $\downarrow$
8622 \end_inset
8623
8624
8625 \end_layout
8626
8627 \end_inset
8628 </cell>
8629 </row>
8630 </lyxtabular>
8631
8632 \end_inset
8633
8634
8635 \begin_inset space \hfill{}
8636 \end_inset
8637
8638
8639 \begin_inset Tabular
8640 <lyxtabular version="3" rows="5" columns="2">
8641 <features rotate="0" tabularvalignment="middle">
8642 <column alignment="center" valignment="top" width="0pt">
8643 <column alignment="center" valignment="top" width="0pt">
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 \end_layout
8651
8652 \end_inset
8653 </cell>
8654 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8655 \begin_inset Text
8656
8657 \begin_layout Plain Layout
8658 出力
8659 \end_layout
8660
8661 \end_inset
8662 </cell>
8663 </row>
8664 <row>
8665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8666 \begin_inset Text
8667
8668 \begin_layout Plain Layout
8669
8670 \backslash
8671 nearrow
8672 \end_layout
8673
8674 \end_inset
8675 </cell>
8676 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8677 \begin_inset Text
8678
8679 \begin_layout Plain Layout
8680 \begin_inset Formula $\nearrow$
8681 \end_inset
8682
8683
8684 \end_layout
8685
8686 \end_inset
8687 </cell>
8688 </row>
8689 <row>
8690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8691 \begin_inset Text
8692
8693 \begin_layout Plain Layout
8694
8695 \backslash
8696 searrow
8697 \end_layout
8698
8699 \end_inset
8700 </cell>
8701 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8702 \begin_inset Text
8703
8704 \begin_layout Plain Layout
8705 \begin_inset Formula $\searrow$
8706 \end_inset
8707
8708
8709 \end_layout
8710
8711 \end_inset
8712 </cell>
8713 </row>
8714 <row>
8715 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8716 \begin_inset Text
8717
8718 \begin_layout Plain Layout
8719
8720 \backslash
8721 swarrow
8722 \end_layout
8723
8724 \end_inset
8725 </cell>
8726 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8727 \begin_inset Text
8728
8729 \begin_layout Plain Layout
8730 \begin_inset Formula $\swarrow$
8731 \end_inset
8732
8733
8734 \end_layout
8735
8736 \end_inset
8737 </cell>
8738 </row>
8739 <row>
8740 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8741 \begin_inset Text
8742
8743 \begin_layout Plain Layout
8744
8745 \backslash
8746 nwarrow
8747 \end_layout
8748
8749 \end_inset
8750 </cell>
8751 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8752 \begin_inset Text
8753
8754 \begin_layout Plain Layout
8755 \begin_inset Formula $\nwarrow$
8756 \end_inset
8757
8758
8759 \end_layout
8760
8761 \end_inset
8762 </cell>
8763 </row>
8764 </lyxtabular>
8765
8766 \end_inset
8767
8768
8769 \begin_inset space \hfill{}
8770 \end_inset
8771
8772
8773 \end_layout
8774
8775 \begin_layout Standard
8776 \begin_inset VSpace medskip
8777 \end_inset
8778
8779 垂直矢印は、第
8780 \begin_inset CommandInset ref
8781 LatexCommand ref
8782 reference "sub:手動の括弧丈"
8783
8784 \end_inset
8785
8786 節および第
8787 \begin_inset CommandInset ref
8788 LatexCommand ref
8789 reference "sub:自動の括弧丈"
8790
8791 \end_inset
8792
8793 節に述べられているコマンドを使うと、区分記号として使用することもできます。伊藤の公式を用いて
8794 \end_layout
8795
8796 \begin_layout Section
8797 アクセント
8798 \begin_inset CommandInset label
8799 LatexCommand label
8800 name "sec:アクセント"
8801
8802 \end_inset
8803
8804
8805 \begin_inset Index idx
8806 status collapsed
8807
8808 \begin_layout Plain Layout
8809 あくせんと@アクセント
8810 \end_layout
8811
8812 \end_inset
8813
8814
8815 \end_layout
8816
8817 \begin_layout Standard
8818 アクセントは、数式ツールバーボタンの
8819 \begin_inset Graphics
8820         filename ../../images/math/hat.png
8821         scale 85
8822
8823 \end_inset
8824
8825 か、以下の各小節に列挙してあるコマンドで入力することができます。
8826 \end_layout
8827
8828 \begin_layout Subsection
8829 一文字に付けるアクセント
8830 \begin_inset ERT
8831 status collapsed
8832
8833 \begin_layout Plain Layout
8834
8835
8836 \backslash
8837 texorpdfstring{
8838 \end_layout
8839
8840 \end_inset
8841
8842
8843 \begin_inset Foot
8844 status collapsed
8845
8846 \begin_layout Plain Layout
8847 本文中のアクセントについては、第
8848 \begin_inset CommandInset ref
8849 LatexCommand ref
8850 reference "sub:文章中のアクセント"
8851
8852 \end_inset
8853
8854 節を参照。
8855 \end_layout
8856
8857 \end_inset
8858
8859
8860 \begin_inset ERT
8861 status collapsed
8862
8863 \begin_layout Plain Layout
8864
8865 }{}
8866 \end_layout
8867
8868 \end_inset
8869
8870
8871 \begin_inset Note Note
8872 status collapsed
8873
8874 \begin_layout Plain Layout
8875
8876 \series bold
8877
8878 \backslash
8879 texorpdfstring
8880 \series default
8881 は、PDFのしおりに脚注が現れるのを防ぐために使われています。
8882 \end_layout
8883
8884 \begin_layout Plain Layout
8885
8886 \series bold
8887
8888 \backslash
8889 texorpdfstring
8890 \series default
8891 についての詳細は、第
8892 \begin_inset CommandInset ref
8893 LatexCommand ref
8894 reference "sub:節見出し中の数式"
8895
8896 \end_inset
8897
8898 節にあります。
8899 \end_layout
8900
8901 \end_inset
8902
8903
8904 \begin_inset CommandInset label
8905 LatexCommand label
8906 name "sub:一文字に付けるアクセント"
8907
8908 \end_inset
8909
8910
8911 \begin_inset Index idx
8912 status collapsed
8913
8914 \begin_layout Plain Layout
8915 あくせんと@アクセント ! いちもじにつける@一文字に付ける
8916 \end_layout
8917
8918 \end_inset
8919
8920
8921 \end_layout
8922
8923 \begin_layout Standard
8924 \begin_inset space \hfill{}
8925 \end_inset
8926
8927
8928 \begin_inset Tabular
8929 <lyxtabular version="3" rows="8" columns="2">
8930 <features rotate="0" tabularvalignment="middle">
8931 <column alignment="center" valignment="top" width="0pt">
8932 <column alignment="center" valignment="top" width="0pt">
8933 <row>
8934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8935 \begin_inset Text
8936
8937 \begin_layout Plain Layout
8938 コマンド
8939 \end_layout
8940
8941 \end_inset
8942 </cell>
8943 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8944 \begin_inset Text
8945
8946 \begin_layout Plain Layout
8947 出力
8948 \begin_inset Note Note
8949 status collapsed
8950
8951 \begin_layout Plain Layout
8952 ここで
8953 \series bold
8954
8955 \backslash
8956 raisebox
8957 \series default
8958 はスペーサーとして使用しているだけです。
8959 \end_layout
8960
8961 \end_inset
8962
8963
8964 \end_layout
8965
8966 \end_inset
8967 </cell>
8968 </row>
8969 <row>
8970 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8971 \begin_inset Text
8972
8973 \begin_layout Plain Layout
8974
8975 \backslash
8976 dot
8977 \begin_inset space \textvisiblespace{}
8978 \end_inset
8979
8980 A
8981 \end_layout
8982
8983 \end_inset
8984 </cell>
8985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8986 \begin_inset Text
8987
8988 \begin_layout Plain Layout
8989 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
8990 \end_inset
8991
8992
8993 \end_layout
8994
8995 \end_inset
8996 </cell>
8997 </row>
8998 <row>
8999 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9000 \begin_inset Text
9001
9002 \begin_layout Plain Layout
9003
9004 \backslash
9005 ddot
9006 \begin_inset space \textvisiblespace{}
9007 \end_inset
9008
9009 A
9010 \end_layout
9011
9012 \end_inset
9013 </cell>
9014 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9015 \begin_inset Text
9016
9017 \begin_layout Plain Layout
9018 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9019 \end_inset
9020
9021
9022 \end_layout
9023
9024 \end_inset
9025 </cell>
9026 </row>
9027 <row>
9028 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9029 \begin_inset Text
9030
9031 \begin_layout Plain Layout
9032
9033 \backslash
9034 dddot
9035 \begin_inset space \textvisiblespace{}
9036 \end_inset
9037
9038 A
9039 \end_layout
9040
9041 \end_inset
9042 </cell>
9043 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9044 \begin_inset Text
9045
9046 \begin_layout Plain Layout
9047 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9048 \end_inset
9049
9050
9051 \end_layout
9052
9053 \end_inset
9054 </cell>
9055 </row>
9056 <row>
9057 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9058 \begin_inset Text
9059
9060 \begin_layout Plain Layout
9061
9062 \backslash
9063 ddddot
9064 \begin_inset space \textvisiblespace{}
9065 \end_inset
9066
9067 A
9068 \end_layout
9069
9070 \end_inset
9071 </cell>
9072 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9073 \begin_inset Text
9074
9075 \begin_layout Plain Layout
9076 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9077 \end_inset
9078
9079
9080 \end_layout
9081
9082 \end_inset
9083 </cell>
9084 </row>
9085 <row>
9086 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9087 \begin_inset Text
9088
9089 \begin_layout Plain Layout
9090
9091 \backslash
9092 vec
9093 \begin_inset space \textvisiblespace{}
9094 \end_inset
9095
9096 A
9097 \begin_inset Index idx
9098 status collapsed
9099
9100 \begin_layout Plain Layout
9101
9102 \lang english
9103 Vectors
9104 \end_layout
9105
9106 \end_inset
9107
9108
9109 \end_layout
9110
9111 \end_inset
9112 </cell>
9113 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9114 \begin_inset Text
9115
9116 \begin_layout Plain Layout
9117 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9118 \end_inset
9119
9120
9121 \end_layout
9122
9123 \end_inset
9124 </cell>
9125 </row>
9126 <row>
9127 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9128 \begin_inset Text
9129
9130 \begin_layout Plain Layout
9131
9132 \backslash
9133 bar
9134 \begin_inset space \textvisiblespace{}
9135 \end_inset
9136
9137 A
9138 \end_layout
9139
9140 \end_inset
9141 </cell>
9142 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9143 \begin_inset Text
9144
9145 \begin_layout Plain Layout
9146 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9147 \end_inset
9148
9149
9150 \end_layout
9151
9152 \end_inset
9153 </cell>
9154 </row>
9155 <row>
9156 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9157 \begin_inset Text
9158
9159 \begin_layout Plain Layout
9160
9161 \backslash
9162 mathring
9163 \begin_inset space \textvisiblespace{}
9164 \end_inset
9165
9166 A
9167 \end_layout
9168
9169 \end_inset
9170 </cell>
9171 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9172 \begin_inset Text
9173
9174 \begin_layout Plain Layout
9175 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9176 \end_inset
9177
9178
9179 \end_layout
9180
9181 \end_inset
9182 </cell>
9183 </row>
9184 </lyxtabular>
9185
9186 \end_inset
9187
9188
9189 \begin_inset space \hfill{}
9190 \end_inset
9191
9192
9193 \begin_inset Tabular
9194 <lyxtabular version="3" rows="7" columns="2">
9195 <features rotate="0" tabularvalignment="middle">
9196 <column alignment="center" valignment="top" width="0pt">
9197 <column alignment="center" valignment="top" width="0pt">
9198 <row>
9199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9200 \begin_inset Text
9201
9202 \begin_layout Plain Layout
9203 コマンド
9204 \end_layout
9205
9206 \end_inset
9207 </cell>
9208 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9209 \begin_inset Text
9210
9211 \begin_layout Plain Layout
9212 出力
9213 \end_layout
9214
9215 \end_inset
9216 </cell>
9217 </row>
9218 <row>
9219 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9220 \begin_inset Text
9221
9222 \begin_layout Plain Layout
9223
9224 \backslash
9225 tilde
9226 \begin_inset space \textvisiblespace{}
9227 \end_inset
9228
9229 A
9230 \end_layout
9231
9232 \end_inset
9233 </cell>
9234 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9235 \begin_inset Text
9236
9237 \begin_layout Plain Layout
9238 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
9239 \end_inset
9240
9241
9242 \end_layout
9243
9244 \end_inset
9245 </cell>
9246 </row>
9247 <row>
9248 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9249 \begin_inset Text
9250
9251 \begin_layout Plain Layout
9252
9253 \backslash
9254 hat
9255 \begin_inset space \textvisiblespace{}
9256 \end_inset
9257
9258 A
9259 \end_layout
9260
9261 \end_inset
9262 </cell>
9263 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9264 \begin_inset Text
9265
9266 \begin_layout Plain Layout
9267 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
9268 \end_inset
9269
9270
9271 \end_layout
9272
9273 \end_inset
9274 </cell>
9275 </row>
9276 <row>
9277 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9278 \begin_inset Text
9279
9280 \begin_layout Plain Layout
9281
9282 \backslash
9283 check
9284 \begin_inset space \textvisiblespace{}
9285 \end_inset
9286
9287 A
9288 \end_layout
9289
9290 \end_inset
9291 </cell>
9292 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9293 \begin_inset Text
9294
9295 \begin_layout Plain Layout
9296 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
9297 \end_inset
9298
9299
9300 \end_layout
9301
9302 \end_inset
9303 </cell>
9304 </row>
9305 <row>
9306 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9307 \begin_inset Text
9308
9309 \begin_layout Plain Layout
9310
9311 \backslash
9312 acute
9313 \begin_inset space \textvisiblespace{}
9314 \end_inset
9315
9316 A
9317 \end_layout
9318
9319 \end_inset
9320 </cell>
9321 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9322 \begin_inset Text
9323
9324 \begin_layout Plain Layout
9325 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
9326 \end_inset
9327
9328
9329 \end_layout
9330
9331 \end_inset
9332 </cell>
9333 </row>
9334 <row>
9335 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9336 \begin_inset Text
9337
9338 \begin_layout Plain Layout
9339
9340 \backslash
9341 grave
9342 \begin_inset space \textvisiblespace{}
9343 \end_inset
9344
9345 A
9346 \end_layout
9347
9348 \end_inset
9349 </cell>
9350 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9351 \begin_inset Text
9352
9353 \begin_layout Plain Layout
9354 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
9355 \end_inset
9356
9357
9358 \end_layout
9359
9360 \end_inset
9361 </cell>
9362 </row>
9363 <row>
9364 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9365 \begin_inset Text
9366
9367 \begin_layout Plain Layout
9368
9369 \backslash
9370 breve
9371 \begin_inset space \textvisiblespace{}
9372 \end_inset
9373
9374 A
9375 \end_layout
9376
9377 \end_inset
9378 </cell>
9379 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9380 \begin_inset Text
9381
9382 \begin_layout Plain Layout
9383 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
9384 \end_inset
9385
9386
9387 \end_layout
9388
9389 \end_inset
9390 </cell>
9391 </row>
9392 </lyxtabular>
9393
9394 \end_inset
9395
9396
9397 \begin_inset space \hfill{}
9398 \end_inset
9399
9400
9401 \end_layout
9402
9403 \begin_layout Standard
9404 \begin_inset VSpace bigskip
9405 \end_inset
9406
9407
9408 \end_layout
9409
9410 \begin_layout Standard
9411 \begin_inset ERT
9412 status collapsed
9413
9414 \begin_layout Plain Layout
9415
9416
9417 \backslash
9418 '{e}
9419 \end_layout
9420
9421 \end_inset
9422
9423 のようなアクセントは、数式に直接入れることができます。LyXは、それを対応するアクセントコマンドに変換します。ウムラウト
9424 \begin_inset Index idx
9425 status collapsed
9426
9427 \begin_layout Plain Layout
9428 うむらうと@ウムラウト
9429 \end_layout
9430
9431 \end_inset
9432
9433 に関しては、母音の前に引用符を挿入する方法の方がよいでしょう。ウムラウトのある数式部分がドイツ語に指定してあれば、LaTeXは、引用符と母音をまとめて一つの文字
9434 として取り扱います。
9435 \series bold
9436
9437 \backslash
9438 ddot
9439 \series default
9440 と違い、この方法では、以下の例に示すように「本物の」ウムラウトが作られます。
9441 \end_layout
9442
9443 \begin_layout Standard
9444 \begin_inset VSpace -2mm
9445 \end_inset
9446
9447
9448 \end_layout
9449
9450 \begin_layout Standard
9451 \align center
9452 \begin_inset Tabular
9453 <lyxtabular version="3" rows="3" columns="2">
9454 <features rotate="0" tabularvalignment="middle">
9455 <column alignment="center" valignment="top">
9456 <column alignment="center" valignment="top">
9457 <row>
9458 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9459 \begin_inset Text
9460
9461 \begin_layout Plain Layout
9462 コマンド
9463 \end_layout
9464
9465 \end_inset
9466 </cell>
9467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9468 \begin_inset Text
9469
9470 \begin_layout Plain Layout
9471 出力
9472 \begin_inset Note Note
9473 status collapsed
9474
9475 \begin_layout Plain Layout
9476 ここで
9477 \series bold
9478
9479 \backslash
9480 raisebox
9481 \series default
9482 および0ポイント空白はスペーサーとして使用しているだけです。
9483 \end_layout
9484
9485 \end_inset
9486
9487
9488 \end_layout
9489
9490 \end_inset
9491 </cell>
9492 </row>
9493 <row>
9494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9495 \begin_inset Text
9496
9497 \begin_layout Plain Layout
9498 \begin_inset Quotes grd
9499 \end_inset
9500
9501 i
9502 \end_layout
9503
9504 \end_inset
9505 </cell>
9506 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9507 \begin_inset Text
9508
9509 \begin_layout Plain Layout
9510
9511 \lang ngerman
9512 \begin_inset space \hspace{}
9513 \length 0pt
9514 \end_inset
9515
9516
9517 \begin_inset Formula $"i$
9518 \end_inset
9519
9520
9521 \end_layout
9522
9523 \end_inset
9524 </cell>
9525 </row>
9526 <row>
9527 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9528 \begin_inset Text
9529
9530 \begin_layout Plain Layout
9531
9532 \backslash
9533 ddot
9534 \begin_inset space \textvisiblespace{}
9535 \end_inset
9536
9537 i
9538 \end_layout
9539
9540 \end_inset
9541 </cell>
9542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9543 \begin_inset Text
9544
9545 \begin_layout Plain Layout
9546 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
9547 \end_inset
9548
9549
9550 \end_layout
9551
9552 \end_inset
9553 </cell>
9554 </row>
9555 </lyxtabular>
9556
9557 \end_inset
9558
9559
9560 \end_layout
9561
9562 \begin_layout Standard
9563
9564 \series bold
9565
9566 \backslash
9567 ddot
9568 \series default
9569 に比べて良いもう一つの利点は、上記のアクセントコマンドが
9570 \emph on
9571 数式中テキストでは使用できない
9572 \emph default
9573 のに対し、ウムラウトは直接数式中テキストに変換されることです。(アクセントコマンドによる)アクセント付き文字を数式中テキストに変換すると、アクセントの下にある文
9574 字しか変換されません。これは、たとえばイタリック体やボールド体への変換など、他のすべての変換に関しても言えることです。
9575 \end_layout
9576
9577 \begin_layout Standard
9578 ウムラウトと他のアクセント付き文字は、数式中テキストに直接入れることができます。
9579 \end_layout
9580
9581 \begin_layout Standard
9582 \begin_inset VSpace bigskip
9583 \end_inset
9584
9585
9586 \end_layout
9587
9588 \begin_layout Standard
9589
9590 \lang english
9591 LyX also supports a tilde under the character if the LaTeX-package
9592 \lang japanese
9593  
9594 \series bold
9595 undertilde
9596 \series default
9597
9598 \begin_inset Index idx
9599 status collapsed
9600
9601 \begin_layout Plain Layout
9602 ぱっけーじ@パッケージ ! upgreek
9603 \end_layout
9604
9605 \end_inset
9606
9607  
9608 \lang english
9609 is installed on your system:
9610 \end_layout
9611
9612 \begin_layout Standard
9613 \begin_inset ERT
9614 status collapsed
9615
9616 \begin_layout Plain Layout
9617
9618
9619 \backslash
9620 ifundertilde 
9621 \end_layout
9622
9623 \end_inset
9624
9625
9626 \begin_inset Note Note
9627 status open
9628
9629 \begin_layout Plain Layout
9630 以下の表は、
9631 \series bold
9632 undertilde
9633 \series default
9634  LaTeXパッケージが導入済みのときのみ表示されます。
9635 \end_layout
9636
9637 \end_inset
9638
9639
9640 \end_layout
9641
9642 \begin_layout Standard
9643 \noindent
9644 \align center
9645 \begin_inset Tabular
9646 <lyxtabular version="3" rows="2" columns="2">
9647 <features rotate="0" tabularvalignment="middle">
9648 <column alignment="center" valignment="top" width="0pt">
9649 <column alignment="center" valignment="top" width="0pt">
9650 <row>
9651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9652 \begin_inset Text
9653
9654 \begin_layout Plain Layout
9655 コマンド
9656 \end_layout
9657
9658 \end_inset
9659 </cell>
9660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9661 \begin_inset Text
9662
9663 \begin_layout Plain Layout
9664 出力
9665 \end_layout
9666
9667 \end_inset
9668 </cell>
9669 </row>
9670 <row>
9671 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9672 \begin_inset Text
9673
9674 \begin_layout Plain Layout
9675
9676 \backslash
9677 utilde
9678 \begin_inset space \textvisiblespace{}
9679 \end_inset
9680
9681 A
9682 \end_layout
9683
9684 \end_inset
9685 </cell>
9686 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9687 \begin_inset Text
9688
9689 \begin_layout Plain Layout
9690 \begin_inset Formula $\raisebox{5mm}{}\utilde{A}$
9691 \end_inset
9692
9693
9694 \end_layout
9695
9696 \end_inset
9697 </cell>
9698 </row>
9699 </lyxtabular>
9700
9701 \end_inset
9702
9703
9704 \end_layout
9705
9706 \begin_layout Standard
9707 \begin_inset ERT
9708 status collapsed
9709
9710 \begin_layout Plain Layout
9711
9712
9713 \backslash
9714 else 
9715 \end_layout
9716
9717 \end_inset
9718
9719
9720 \begin_inset Note Note
9721 status open
9722
9723 \begin_layout Plain Layout
9724 以下は、
9725 \series bold
9726 undertilde
9727 \series default
9728  LaTeXパッケージが導入されていないときのみ表示されます。
9729 \end_layout
9730
9731 \end_inset
9732
9733
9734 \end_layout
9735
9736 \begin_layout Standard
9737 この小節のすべてを出力で見るには、
9738 \series bold
9739 undertilde
9740 \series default
9741  LaTeXパッケージを導入する必要があります。
9742 \end_layout
9743
9744 \begin_layout Standard
9745 \begin_inset ERT
9746 status collapsed
9747
9748 \begin_layout Plain Layout
9749
9750
9751 \backslash
9752 fi 
9753 \end_layout
9754
9755 \end_inset
9756
9757
9758 \end_layout
9759
9760 \begin_layout Subsection
9761 複数の文字に付けるアクセント
9762 \begin_inset Index idx
9763 status collapsed
9764
9765 \begin_layout Plain Layout
9766 あくせんと@アクセント ! ふくすうのもじにつける@複数の文字に付ける
9767 \end_layout
9768
9769 \end_inset
9770
9771
9772 \end_layout
9773
9774 \begin_layout Standard
9775 \begin_inset space \hfill{}
9776 \end_inset
9777
9778
9779 \begin_inset Tabular
9780 <lyxtabular version="3" rows="5" columns="2">
9781 <features rotate="0" tabularvalignment="middle">
9782 <column alignment="center" valignment="top" width="0pt">
9783 <column alignment="center" valignment="top" width="0pt">
9784 <row>
9785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9786 \begin_inset Text
9787
9788 \begin_layout Plain Layout
9789 コマンド
9790 \end_layout
9791
9792 \end_inset
9793 </cell>
9794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9795 \begin_inset Text
9796
9797 \begin_layout Plain Layout
9798 出力
9799 \begin_inset Note Note
9800 status collapsed
9801
9802 \begin_layout Plain Layout
9803 ここで
9804 \series bold
9805
9806 \backslash
9807 raisebox
9808 \series default
9809 はスペーサーとして使用しているだけです。
9810 \end_layout
9811
9812 \end_inset
9813
9814
9815 \end_layout
9816
9817 \end_inset
9818 </cell>
9819 </row>
9820 <row>
9821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9822 \begin_inset Text
9823
9824 \begin_layout Plain Layout
9825
9826 \backslash
9827 overleftarrow
9828 \begin_inset space \textvisiblespace{}
9829 \end_inset
9830
9831 A=B
9832 \end_layout
9833
9834 \end_inset
9835 </cell>
9836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9837 \begin_inset Text
9838
9839 \begin_layout Plain Layout
9840 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
9841 \end_inset
9842
9843
9844 \end_layout
9845
9846 \end_inset
9847 </cell>
9848 </row>
9849 <row>
9850 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9851 \begin_inset Text
9852
9853 \begin_layout Plain Layout
9854
9855 \backslash
9856 underleftarrow
9857 \begin_inset space \textvisiblespace{}
9858 \end_inset
9859
9860 A=B
9861 \end_layout
9862
9863 \end_inset
9864 </cell>
9865 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9866 \begin_inset Text
9867
9868 \begin_layout Plain Layout
9869 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
9870 \end_inset
9871
9872
9873 \end_layout
9874
9875 \end_inset
9876 </cell>
9877 </row>
9878 <row>
9879 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9880 \begin_inset Text
9881
9882 \begin_layout Plain Layout
9883
9884 \backslash
9885 overleftrightarrow
9886 \begin_inset space \textvisiblespace{}
9887 \end_inset
9888
9889 A=B
9890 \end_layout
9891
9892 \end_inset
9893 </cell>
9894 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9895 \begin_inset Text
9896
9897 \begin_layout Plain Layout
9898 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
9899 \end_inset
9900
9901
9902 \end_layout
9903
9904 \end_inset
9905 </cell>
9906 </row>
9907 <row>
9908 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9909 \begin_inset Text
9910
9911 \begin_layout Plain Layout
9912
9913 \backslash
9914 underleftrightarrow
9915 \begin_inset space \textvisiblespace{}
9916 \end_inset
9917
9918 A=B
9919 \end_layout
9920
9921 \end_inset
9922 </cell>
9923 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9924 \begin_inset Text
9925
9926 \begin_layout Plain Layout
9927 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
9928 \end_inset
9929
9930
9931 \end_layout
9932
9933 \end_inset
9934 </cell>
9935 </row>
9936 </lyxtabular>
9937
9938 \end_inset
9939
9940
9941 \begin_inset space \hfill{}
9942 \end_inset
9943
9944
9945 \begin_inset Tabular
9946 <lyxtabular version="3" rows="5" columns="2">
9947 <features rotate="0" tabularvalignment="middle">
9948 <column alignment="center" valignment="top" width="0pt">
9949 <column alignment="center" valignment="top" width="0pt">
9950 <row>
9951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9952 \begin_inset Text
9953
9954 \begin_layout Plain Layout
9955 コマンド
9956 \end_layout
9957
9958 \end_inset
9959 </cell>
9960 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9961 \begin_inset Text
9962
9963 \begin_layout Plain Layout
9964 出力
9965 \end_layout
9966
9967 \end_inset
9968 </cell>
9969 </row>
9970 <row>
9971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9972 \begin_inset Text
9973
9974 \begin_layout Plain Layout
9975
9976 \backslash
9977 overrightarrow
9978 \begin_inset space \textvisiblespace{}
9979 \end_inset
9980
9981 A=B
9982 \end_layout
9983
9984 \end_inset
9985 </cell>
9986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9987 \begin_inset Text
9988
9989 \begin_layout Plain Layout
9990 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
9991 \end_inset
9992
9993
9994 \end_layout
9995
9996 \end_inset
9997 </cell>
9998 </row>
9999 <row>
10000 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10001 \begin_inset Text
10002
10003 \begin_layout Plain Layout
10004
10005 \backslash
10006 underrightarrow
10007 \begin_inset space \textvisiblespace{}
10008 \end_inset
10009
10010 A=B
10011 \end_layout
10012
10013 \end_inset
10014 </cell>
10015 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10016 \begin_inset Text
10017
10018 \begin_layout Plain Layout
10019 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
10020 \end_inset
10021
10022
10023 \end_layout
10024
10025 \end_inset
10026 </cell>
10027 </row>
10028 <row>
10029 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10030 \begin_inset Text
10031
10032 \begin_layout Plain Layout
10033
10034 \backslash
10035 widetilde
10036 \begin_inset space \textvisiblespace{}
10037 \end_inset
10038
10039 A=B
10040 \end_layout
10041
10042 \end_inset
10043 </cell>
10044 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10045 \begin_inset Text
10046
10047 \begin_layout Plain Layout
10048 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
10049 \end_inset
10050
10051
10052 \end_layout
10053
10054 \end_inset
10055 </cell>
10056 </row>
10057 <row>
10058 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10059 \begin_inset Text
10060
10061 \begin_layout Plain Layout
10062
10063 \backslash
10064 widehat
10065 \begin_inset space \textvisiblespace{}
10066 \end_inset
10067
10068 A=B
10069 \end_layout
10070
10071 \end_inset
10072 </cell>
10073 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10074 \begin_inset Text
10075
10076 \begin_layout Plain Layout
10077 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
10078 \end_inset
10079
10080
10081 \end_layout
10082
10083 \end_inset
10084 </cell>
10085 </row>
10086 </lyxtabular>
10087
10088 \end_inset
10089
10090
10091 \begin_inset space \hfill{}
10092 \end_inset
10093
10094
10095 \end_layout
10096
10097 \begin_layout Standard
10098 \begin_inset VSpace medskip
10099 \end_inset
10100
10101 これらのコマンドでは、好きなだけ多くの文字にアクセントを付けることができます。しかし、
10102 \series bold
10103
10104 \backslash
10105 widetilde
10106 \series default
10107 および
10108 \series bold
10109
10110 \backslash
10111 widehat
10112 \series default
10113 のアクセントは、以下の例のように、出力では3文字分の長さにしかなりません。
10114 \begin_inset Formula 
10115 \[
10116 \widetilde{A+B=C-D}
10117 \]
10118
10119 \end_inset
10120
10121
10122 \end_layout
10123
10124 \begin_layout Standard
10125 前小節で述べた
10126 \series bold
10127
10128 \backslash
10129 overset
10130 \series default
10131
10132 \begin_inset Index idx
10133 status collapsed
10134
10135 \begin_layout Plain Layout
10136 こまんど@コマンド ! O ! 
10137 \backslash
10138 overset
10139 \end_layout
10140
10141 \end_inset
10142
10143 コマンドと
10144 \series bold
10145
10146 \backslash
10147 underset
10148 \series default
10149
10150 \begin_inset Index idx
10151 status collapsed
10152
10153 \begin_layout Plain Layout
10154 こまんど@コマンド ! U ! 
10155 \backslash
10156 underset
10157 \end_layout
10158
10159 \end_inset
10160
10161 コマンドを使っても、複数の文字にアクセントを付けることができます。
10162 \series bold
10163
10164 \backslash
10165 underset
10166 \begin_inset space \textvisiblespace{}
10167 \end_inset
10168
10169 A=B
10170 \begin_inset Formula $\downarrow$
10171 \end_inset
10172
10173 ***
10174 \series default
10175 というコマンドは、
10176 \begin_inset Formula 
10177 \[
10178 \underset{***}{A=B}
10179 \]
10180
10181 \end_inset
10182
10183 のようになります。
10184 \end_layout
10185
10186 \begin_layout Section
10187 空白
10188 \begin_inset CommandInset label
10189 LatexCommand label
10190 name "sub:空白"
10191
10192 \end_inset
10193
10194
10195 \begin_inset Index idx
10196 status collapsed
10197
10198 \begin_layout Plain Layout
10199 くうはく@空白 ! すいへい@水平
10200 \end_layout
10201
10202 \end_inset
10203
10204
10205 \end_layout
10206
10207 \begin_layout Subsection
10208 定義済みの空白
10209 \begin_inset CommandInset label
10210 LatexCommand label
10211 name "sub:定義済みの空白"
10212
10213 \end_inset
10214
10215
10216 \begin_inset Index idx
10217 status collapsed
10218
10219 \begin_layout Plain Layout
10220 くうはく@空白 ! すいへい@水平 ! ていぎずみ@定義済み
10221 \end_layout
10222
10223 \end_inset
10224
10225
10226 \end_layout
10227
10228 \begin_layout Standard
10229 数式に水平方向の空白を挿入することが、必要になることがあります。これは、保護された空白(
10230 \begin_inset Flex Ruby
10231 status collapsed
10232
10233 \begin_layout Plain Layout
10234 捷径
10235 \begin_inset Argument post:1
10236 status collapsed
10237
10238 \begin_layout Plain Layout
10239 ショートカット
10240 \end_layout
10241
10242 \end_inset
10243
10244
10245 \end_layout
10246
10247 \end_inset
10248
10249
10250 \begin_inset Info
10251 type  "shortcut"
10252 arg   "space-insert protected"
10253 \end_inset
10254
10255 )を挿入することで実現できます。「
10256 \color blue
10257
10258 \begin_inset space \textvisiblespace{}
10259 \end_inset
10260
10261
10262 \color inherit
10263 」が現れるので、
10264 \family sans
10265 Space
10266 \family default
10267 を何回か押すことによって、8種の異なる長さの空白のうち一つを選択することができます。空白は、数式ツールバーボタンの
10268 \begin_inset Graphics
10269         filename ../../images/math/space.png
10270         scale 85
10271
10272 \end_inset
10273
10274 を押すか、特定のコマンドを入力することで、挿入することができます。挿入したコマンド如何に関わらず、直後に
10275 \family sans
10276 Space
10277 \family default
10278 を押すことによって、長さを変更することができます。
10279 \end_layout
10280
10281 \begin_layout Standard
10282 \noindent
10283 \align center
10284 \begin_inset Tabular
10285 <lyxtabular version="3" rows="3" columns="7">
10286 <features rotate="0" tabularvalignment="middle">
10287 <column alignment="center" valignment="middle" width="6.8cm">
10288 <column alignment="center" valignment="top">
10289 <column alignment="center" valignment="top">
10290 <column alignment="center" valignment="top">
10291 <column alignment="center" valignment="top">
10292 <column alignment="center" valignment="top">
10293 <column alignment="center" valignment="top">
10294 <row>
10295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10296 \begin_inset Text
10297
10298 \begin_layout Plain Layout
10299 コマンド
10300 \end_layout
10301
10302 \end_inset
10303 </cell>
10304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10305 \begin_inset Text
10306
10307 \begin_layout Plain Layout
10308
10309 \backslash
10310 ,
10311 \end_layout
10312
10313 \end_inset
10314 </cell>
10315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10316 \begin_inset Text
10317
10318 \begin_layout Plain Layout
10319
10320 \backslash
10321 :
10322 \end_layout
10323
10324 \end_inset
10325 </cell>
10326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10327 \begin_inset Text
10328
10329 \begin_layout Plain Layout
10330
10331 \backslash
10332 ;
10333 \end_layout
10334
10335 \end_inset
10336 </cell>
10337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10338 \begin_inset Text
10339
10340 \begin_layout Plain Layout
10341
10342 \backslash
10343 quad
10344 \end_layout
10345
10346 \end_inset
10347 </cell>
10348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10349 \begin_inset Text
10350
10351 \begin_layout Plain Layout
10352
10353 \backslash
10354 qquad
10355 \end_layout
10356
10357 \end_inset
10358 </cell>
10359 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10360 \begin_inset Text
10361
10362 \begin_layout Plain Layout
10363
10364 \backslash
10365 !
10366 \end_layout
10367
10368 \end_inset
10369 </cell>
10370 </row>
10371 <row>
10372 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10373 \begin_inset Text
10374
10375 \begin_layout Plain Layout
10376 保護された空白を挿入したのち、
10377 \family sans
10378 Space
10379 \family default
10380 を叩く回数
10381 \end_layout
10382
10383 \end_inset
10384 </cell>
10385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10386 \begin_inset Text
10387
10388 \begin_layout Plain Layout
10389 0
10390 \end_layout
10391
10392 \end_inset
10393 </cell>
10394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10395 \begin_inset Text
10396
10397 \begin_layout Plain Layout
10398 1
10399 \end_layout
10400
10401 \end_inset
10402 </cell>
10403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10404 \begin_inset Text
10405
10406 \begin_layout Plain Layout
10407 2
10408 \end_layout
10409
10410 \end_inset
10411 </cell>
10412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10413 \begin_inset Text
10414
10415 \begin_layout Plain Layout
10416 3
10417 \end_layout
10418
10419 \end_inset
10420 </cell>
10421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10422 \begin_inset Text
10423
10424 \begin_layout Plain Layout
10425 4
10426 \end_layout
10427
10428 \end_inset
10429 </cell>
10430 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10431 \begin_inset Text
10432
10433 \begin_layout Plain Layout
10434 5
10435 \end_layout
10436
10437 \end_inset
10438 </cell>
10439 </row>
10440 <row>
10441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10442 \begin_inset Text
10443
10444 \begin_layout Plain Layout
10445 出力
10446 \end_layout
10447
10448 \end_inset
10449 </cell>
10450 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10451 \begin_inset Text
10452
10453 \begin_layout Plain Layout
10454 \begin_inset Formula $A\, B$
10455 \end_inset
10456
10457
10458 \end_layout
10459
10460 \end_inset
10461 </cell>
10462 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10463 \begin_inset Text
10464
10465 \begin_layout Plain Layout
10466 \begin_inset Formula $A\: B$
10467 \end_inset
10468
10469
10470 \end_layout
10471
10472 \end_inset
10473 </cell>
10474 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10475 \begin_inset Text
10476
10477 \begin_layout Plain Layout
10478 \begin_inset Formula $A\; B$
10479 \end_inset
10480
10481
10482 \end_layout
10483
10484 \end_inset
10485 </cell>
10486 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10487 \begin_inset Text
10488
10489 \begin_layout Plain Layout
10490 \begin_inset Formula $A\quad B$
10491 \end_inset
10492
10493
10494 \end_layout
10495
10496 \end_inset
10497 </cell>
10498 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10499 \begin_inset Text
10500
10501 \begin_layout Plain Layout
10502 \begin_inset Formula $A\qquad B$
10503 \end_inset
10504
10505
10506 \end_layout
10507
10508 \end_inset
10509 </cell>
10510 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10511 \begin_inset Text
10512
10513 \begin_layout Plain Layout
10514 \begin_inset Formula $A\! B$
10515 \end_inset
10516
10517
10518 \end_layout
10519
10520 \end_inset
10521 </cell>
10522 </row>
10523 </lyxtabular>
10524
10525 \end_inset
10526
10527
10528 \end_layout
10529
10530 \begin_layout Standard
10531 一番右の長さは、一見、空白を生まないように見えます。実はこれは負の長さなので、他の長さと異なり、LyX中では赤で表示されます。以下のように、他にもう二つ、負の長
10532 さの空白があります。
10533 \end_layout
10534
10535 \begin_layout Standard
10536 \align center
10537 \begin_inset Tabular
10538 <lyxtabular version="3" rows="3" columns="3">
10539 <features rotate="0" tabularvalignment="middle">
10540 <column alignment="center" valignment="middle" width="6.8cm">
10541 <column alignment="center" valignment="top" width="0pt">
10542 <column alignment="center" valignment="top" width="0pt">
10543 <row>
10544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10545 \begin_inset Text
10546
10547 \begin_layout Plain Layout
10548 コマンド
10549 \end_layout
10550
10551 \end_inset
10552 </cell>
10553 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10554 \begin_inset Text
10555
10556 \begin_layout Plain Layout
10557
10558 \backslash
10559 negmedspace
10560 \end_layout
10561
10562 \end_inset
10563 </cell>
10564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10565 \begin_inset Text
10566
10567 \begin_layout Plain Layout
10568
10569 \backslash
10570 negthickspace
10571 \end_layout
10572
10573 \end_inset
10574 </cell>
10575 </row>
10576 <row>
10577 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10578 \begin_inset Text
10579
10580 \begin_layout Plain Layout
10581 保護された空白を挿入したのち、
10582 \family sans
10583 Space
10584 \family default
10585 を叩く回数
10586 \end_layout
10587
10588 \end_inset
10589 </cell>
10590 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10591 \begin_inset Text
10592
10593 \begin_layout Plain Layout
10594 6
10595 \end_layout
10596
10597 \end_inset
10598 </cell>
10599 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10600 \begin_inset Text
10601
10602 \begin_layout Plain Layout
10603 7
10604 \end_layout
10605
10606 \end_inset
10607 </cell>
10608 </row>
10609 <row>
10610 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10611 \begin_inset Text
10612
10613 \begin_layout Plain Layout
10614 出力
10615 \end_layout
10616
10617 \end_inset
10618 </cell>
10619 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10620 \begin_inset Text
10621
10622 \begin_layout Plain Layout
10623 \begin_inset Formula $A\negmedspace B$
10624 \end_inset
10625
10626
10627 \end_layout
10628
10629 \end_inset
10630 </cell>
10631 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10632 \begin_inset Text
10633
10634 \begin_layout Plain Layout
10635 \begin_inset Formula $A\negthickspace B$
10636 \end_inset
10637
10638
10639 \end_layout
10640
10641 \end_inset
10642 </cell>
10643 </row>
10644 </lyxtabular>
10645
10646 \end_inset
10647
10648
10649 \end_layout
10650
10651 \begin_layout Standard
10652 負の空白を使うと、文字が重なってしまうことがあります。これを利用して、合字処理を強制することができます。これは、たとえば以下のように、和演算子に使えます。
10653 \end_layout
10654
10655 \begin_layout Standard
10656 \align center
10657 \begin_inset Tabular
10658 <lyxtabular version="3" rows="3" columns="2">
10659 <features rotate="0" tabularvalignment="middle">
10660 <column alignment="center" valignment="top">
10661 <column alignment="center" valignment="top">
10662 <row>
10663 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10664 \begin_inset Text
10665
10666 \begin_layout Plain Layout
10667 コマンド
10668 \end_layout
10669
10670 \end_inset
10671 </cell>
10672 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10673 \begin_inset Text
10674
10675 \begin_layout Plain Layout
10676 出力
10677 \begin_inset Note Note
10678 status collapsed
10679
10680 \begin_layout Plain Layout
10681 ここで
10682 \series bold
10683
10684 \backslash
10685 raisebox
10686 \series default
10687 はスペーサーとして使用しているだけです。
10688 \end_layout
10689
10690 \end_inset
10691
10692
10693 \end_layout
10694
10695 \end_inset
10696 </cell>
10697 </row>
10698 <row>
10699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10700 \begin_inset Text
10701
10702 \begin_layout Plain Layout
10703
10704 \backslash
10705 sum
10706 \backslash
10707 sum
10708 \begin_inset space \textvisiblespace{}
10709 \end_inset
10710
10711 f_kl
10712 \end_layout
10713
10714 \end_inset
10715 </cell>
10716 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10717 \begin_inset Text
10718
10719 \begin_layout Plain Layout
10720 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
10721 \end_inset
10722
10723
10724 \end_layout
10725
10726 \end_inset
10727 </cell>
10728 </row>
10729 <row>
10730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10731 \begin_inset Text
10732
10733 \begin_layout Plain Layout
10734
10735 \backslash
10736 sum
10737 \backslash
10738 negmedspace
10739 \backslash
10740 sum
10741 \begin_inset space \textvisiblespace{}
10742 \end_inset
10743
10744 f_kl
10745 \end_layout
10746
10747 \end_inset
10748 </cell>
10749 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10750 \begin_inset Text
10751
10752 \begin_layout Plain Layout
10753 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
10754 \end_inset
10755
10756
10757 \end_layout
10758
10759 \end_inset
10760 </cell>
10761 </row>
10762 </lyxtabular>
10763
10764 \end_inset
10765
10766
10767 \end_layout
10768
10769 \begin_layout Standard
10770 イコール記号などの関係子は、つねに空白を前後に伴うようになっていますが、これを抑制するには、イコール記号をTeX括弧で囲みます。以下の例にこれを示します。
10771 \end_layout
10772
10773 \begin_layout Standard
10774 \align center
10775 \begin_inset Tabular
10776 <lyxtabular version="3" rows="2" columns="2">
10777 <features rotate="0" tabularvalignment="middle">
10778 <column alignment="center" valignment="top" width="0pt">
10779 <column alignment="center" valignment="top" width="0pt">
10780 <row>
10781 <cell alignment="center" valignment="top" usebox="none">
10782 \begin_inset Text
10783
10784 \begin_layout Plain Layout
10785 通常の数式
10786 \end_layout
10787
10788 \end_inset
10789 </cell>
10790 <cell alignment="center" valignment="top" usebox="none">
10791 \begin_inset Text
10792
10793 \begin_layout Plain Layout
10794 \begin_inset Formula $A=B$
10795 \end_inset
10796
10797
10798 \end_layout
10799
10800 \end_inset
10801 </cell>
10802 </row>
10803 <row>
10804 <cell alignment="center" valignment="top" usebox="none">
10805 \begin_inset Text
10806
10807 \begin_layout Plain Layout
10808 \begin_inset Note Note
10809 status collapsed
10810
10811 \begin_layout Plain Layout
10812 ここで
10813 \series bold
10814
10815 \backslash
10816 raisebox
10817 \series default
10818 はスペーサーとして使用しているだけです。
10819 \end_layout
10820
10821 \end_inset
10822
10823
10824 \begin_inset Formula $\raisebox{5mm}{}$
10825 \end_inset
10826
10827 空白なしの数式
10828 \end_layout
10829
10830 \end_inset
10831 </cell>
10832 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
10833 \begin_inset Text
10834
10835 \begin_layout Plain Layout
10836 \begin_inset Formula $A{=}B$
10837 \end_inset
10838
10839
10840 \end_layout
10841
10842 \end_inset
10843 </cell>
10844 </row>
10845 </lyxtabular>
10846
10847 \end_inset
10848
10849
10850 \end_layout
10851
10852 \begin_layout Standard
10853 \noindent
10854 二行目の数式を作るコマンドは、
10855 \series bold
10856 A
10857 \backslash
10858 {=
10859 \begin_inset Formula $\to$
10860 \end_inset
10861
10862 B
10863 \series default
10864 です。
10865 \end_layout
10866
10867 \begin_layout Standard
10868 \begin_inset VSpace bigskip
10869 \end_inset
10870
10871 物理単位には、値と単位のあいだに通常の空白ではなく、最小の空白を入れる必要があるために、それに適した空白が必要です。本文中の単位には、挿入\SpecialChar \menuseparator
10872 整形\SpecialChar \menuseparator
10873 小空白メニュー(
10874 \begin_inset Flex Ruby
10875 status collapsed
10876
10877 \begin_layout Plain Layout
10878 捷径
10879 \begin_inset Argument post:1
10880 status collapsed
10881
10882 \begin_layout Plain Layout
10883 ショートカット
10884 \end_layout
10885
10886 \end_inset
10887
10888
10889 \end_layout
10890
10891 \end_inset
10892
10893
10894 \begin_inset Info
10895 type  "shortcut"
10896 arg   "space-insert thin"
10897 \end_inset
10898
10899 )で、最小の空白を挿入することができます。
10900 \end_layout
10901
10902 \begin_layout Standard
10903 違いを示す例を以下に掲げます。
10904 \end_layout
10905
10906 \begin_layout Standard
10907 \begin_inset Tabular
10908 <lyxtabular version="3" rows="2" columns="2">
10909 <features rotate="0" tabularvalignment="middle">
10910 <column alignment="left" valignment="top">
10911 <column alignment="left" valignment="top">
10912 <row>
10913 <cell alignment="center" valignment="top" usebox="none">
10914 \begin_inset Text
10915
10916 \begin_layout Plain Layout
10917 24 kW
10918 \begin_inset Formula $\cdot$
10919 \end_inset
10920
10921 h
10922 \end_layout
10923
10924 \end_inset
10925 </cell>
10926 <cell alignment="center" valignment="top" usebox="none">
10927 \begin_inset Text
10928
10929 \begin_layout Plain Layout
10930 値と単位のあいだに通常の空白を入れた例
10931 \end_layout
10932
10933 \end_inset
10934 </cell>
10935 </row>
10936 <row>
10937 <cell alignment="center" valignment="top" usebox="none">
10938 \begin_inset Text
10939
10940 \begin_layout Plain Layout
10941 24
10942 \begin_inset space \thinspace{}
10943 \end_inset
10944
10945 kW
10946 \begin_inset Formula $\cdot$
10947 \end_inset
10948
10949 h
10950 \end_layout
10951
10952 \end_inset
10953 </cell>
10954 <cell alignment="center" valignment="top" usebox="none">
10955 \begin_inset Text
10956
10957 \begin_layout Plain Layout
10958 値と単位のあいだに最小の空白を入れた例
10959 \end_layout
10960
10961 \end_inset
10962 </cell>
10963 </row>
10964 </lyxtabular>
10965
10966 \end_inset
10967
10968
10969 \end_layout
10970
10971 \begin_layout Subsection
10972 可変長の空白
10973 \begin_inset ERT
10974 status collapsed
10975
10976 \begin_layout Plain Layout
10977
10978
10979 \backslash
10980 texorpdfstring{
10981 \end_layout
10982
10983 \end_inset
10984
10985
10986 \begin_inset Foot
10987 status collapsed
10988
10989 \begin_layout Plain Layout
10990 数式中の垂直方向の空白については、第
10991 \begin_inset CommandInset ref
10992 LatexCommand ref
10993 reference "sub:行間"
10994
10995 \end_inset
10996
10997 節をご覧下さい。
10998 \end_layout
10999
11000 \end_inset
11001
11002
11003 \begin_inset ERT
11004 status collapsed
11005
11006 \begin_layout Plain Layout
11007
11008 }{}
11009 \end_layout
11010
11011 \end_inset
11012
11013
11014 \begin_inset Note Note
11015 status collapsed
11016
11017 \begin_layout Plain Layout
11018
11019 \backslash
11020 texorpdfstringは、PDFのしおりに脚注が現れるのを防ぐために使われています。
11021 \end_layout
11022
11023 \begin_layout Plain Layout
11024
11025 \backslash
11026 texorpdfstringについての詳細は、第
11027 \begin_inset CommandInset ref
11028 LatexCommand ref
11029 reference "sub:節見出し中の数式"
11030
11031 \end_inset
11032
11033 節にあります。
11034 \end_layout
11035
11036 \end_inset
11037
11038
11039 \begin_inset CommandInset label
11040 LatexCommand label
11041 name "sub:可変長の空白"
11042
11043 \end_inset
11044
11045
11046 \begin_inset Index idx
11047 status collapsed
11048
11049 \begin_layout Plain Layout
11050 くうはく@空白 ! すいへいほうこう@水平方向 ! かへんちょう@可変長
11051 \end_layout
11052
11053 \end_inset
11054
11055
11056 \end_layout
11057
11058 \begin_layout Standard
11059 指定した長さの空白が、
11060 \series bold
11061
11062 \backslash
11063 hspace
11064 \series default
11065
11066 \begin_inset Index idx
11067 status collapsed
11068
11069 \begin_layout Plain Layout
11070 こまんど@コマンド ! H ! 
11071 \backslash
11072 hspace
11073 \end_layout
11074
11075 \end_inset
11076
11077 コマンドで入力することができます。すると、ながい「
11078 \color blue
11079
11080 \begin_inset space \textvisiblespace{}
11081 \end_inset
11082
11083
11084 \color inherit
11085 」が現れます。長さは、「
11086 \color blue
11087
11088 \begin_inset space \textvisiblespace{}
11089 \end_inset
11090
11091
11092 \color inherit
11093 」を左クリックすることによって指定することができます。長さは負の値でも構いません。数式が使用できる空白をすべて使い尽くすだけの空白を挿入するには、
11094 \series bold
11095
11096 \backslash
11097 hfill
11098 \series default
11099
11100 \begin_inset Index idx
11101 status collapsed
11102
11103 \begin_layout Plain Layout
11104 こまんど@コマンド ! H ! 
11105 \backslash
11106 hfill
11107 \end_layout
11108
11109 \end_inset
11110
11111 コマンドを使用します。
11112 \end_layout
11113
11114 \begin_layout Standard
11115 \begin_inset VSpace -1mm
11116 \end_inset
11117
11118
11119 \end_layout
11120
11121 \begin_layout Standard
11122 \align center
11123 \begin_inset Tabular
11124 <lyxtabular version="3" rows="4" columns="2">
11125 <features rotate="0" tabularvalignment="middle">
11126 <column alignment="center" valignment="top">
11127 <column alignment="center" valignment="top">
11128 <row>
11129 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11130 \begin_inset Text
11131
11132 \begin_layout Plain Layout
11133 コマンド(
11134 \backslash
11135 hspace 長さ)
11136 \end_layout
11137
11138 \end_inset
11139 </cell>
11140 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11141 \begin_inset Text
11142
11143 \begin_layout Plain Layout
11144 出力
11145 \end_layout
11146
11147 \end_inset
11148 </cell>
11149 </row>
11150 <row>
11151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11152 \begin_inset Text
11153
11154 \begin_layout Plain Layout
11155 A=B
11156 \backslash
11157 hspace
11158 \begin_inset space \textvisiblespace{}
11159 \end_inset
11160
11161
11162 \begin_inset Formula $\to$
11163 \end_inset
11164
11165 A
11166 \backslash
11167 not=C (3
11168 \begin_inset space \thinspace{}
11169 \end_inset
11170
11171 cm)
11172 \end_layout
11173
11174 \end_inset
11175 </cell>
11176 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11177 \begin_inset Text
11178
11179 \begin_layout Plain Layout
11180 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
11181 \end_inset
11182
11183
11184 \end_layout
11185
11186 \end_inset
11187 </cell>
11188 </row>
11189 <row>
11190 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11191 \begin_inset Text
11192
11193 \begin_layout Plain Layout
11194 A
11195 \backslash
11196 hspace
11197 \begin_inset space \textvisiblespace{}
11198 \end_inset
11199
11200
11201 \begin_inset Formula $\to$
11202 \end_inset
11203
11204 A
11205 \backslash
11206 not=A (-1
11207 \begin_inset space \thinspace{}
11208 \end_inset
11209
11210 mm)
11211 \end_layout
11212
11213 \end_inset
11214 </cell>
11215 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11216 \begin_inset Text
11217
11218 \begin_layout Plain Layout
11219 \begin_inset Formula $A\hspace{-1mm}A\not=A$
11220 \end_inset
11221
11222
11223 \end_layout
11224
11225 \end_inset
11226 </cell>
11227 </row>
11228 <row>
11229 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11230 \begin_inset Text
11231
11232 \begin_layout Plain Layout
11233 A=A
11234 \backslash
11235 hfill
11236 \begin_inset space \textvisiblespace{}
11237 \end_inset
11238
11239 B=B
11240 \end_layout
11241
11242 \end_inset
11243 </cell>
11244 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11245 \begin_inset Text
11246
11247 \begin_layout Plain Layout
11248 \begin_inset Formula $A=A\hfill B=B$
11249 \end_inset
11250
11251
11252 \end_layout
11253
11254 \end_inset
11255 </cell>
11256 </row>
11257 </lyxtabular>
11258
11259 \end_inset
11260
11261
11262 \end_layout
11263
11264 \begin_layout Standard
11265 上記の最後の例では、使用できる空白は、表の列中もっとも長い要素によって規定されます。行内数式では、空白は、
11266 \series bold
11267
11268 \backslash
11269 hfill
11270 \series default
11271 が挿入された行の長さに依存します。つまり、その行が全幅を使用している場合、空白はまったく作られません。また
11272 \series bold
11273
11274 \backslash
11275 hfill
11276 \series default
11277 は、別行立て数式中では、
11278 \series bold
11279 行頭下げ
11280 \series default
11281 数式スタイルが使われているときのみ、意味を持ちます(数式スタイルは第
11282 \begin_inset CommandInset ref
11283 LatexCommand ref
11284 reference "sec:数式様式"
11285
11286 \end_inset
11287
11288 節で説明されています)。
11289 \end_layout
11290
11291 \begin_layout Standard
11292
11293 \series bold
11294
11295 \backslash
11296 hfill
11297 \series default
11298 の他にも、空白を模様で埋める
11299 \series bold
11300
11301 \backslash
11302 dotfill
11303 \series default
11304
11305 \series bold
11306
11307 \backslash
11308 hrulefill
11309 \series default
11310 といったコマンドがあります。用例については第
11311 \begin_inset CommandInset ref
11312 LatexCommand ref
11313 reference "sub:省略符号"
11314
11315 \end_inset
11316
11317 節をご参照下さい。
11318 \end_layout
11319
11320 \begin_layout Standard
11321 本文中では、可変長空白は、
11322 \family sans
11323 挿入\SpecialChar \menuseparator
11324 整形\SpecialChar \menuseparator
11325 水平方向の空白
11326 \family default
11327 メニューで挿入することができます。
11328 \end_layout
11329
11330 \begin_layout Standard
11331 (例)
11332 \end_layout
11333
11334 \begin_layout Standard
11335 この行には、
11336 \begin_inset space \hspace{}
11337 \length 2cm
11338 \end_inset
11339
11340 2
11341 \begin_inset space \thinspace{}
11342 \end_inset
11343
11344 cmの空白が入っています。
11345 \end_layout
11346
11347 \begin_layout Standard
11348 この行には、
11349 \begin_inset space \hfill{}
11350 \end_inset
11351
11352 最大の空白が入っています。
11353 \end_layout
11354
11355 \begin_layout Subsection
11356 行内数式周りの空白
11357 \begin_inset Index idx
11358 status collapsed
11359
11360 \begin_layout Plain Layout
11361 くうはく@空白 ! ぎょうないすうしきまわり@行内数式周り
11362 \end_layout
11363
11364 \end_inset
11365
11366
11367 \end_layout
11368
11369 \begin_layout Standard
11370 行内数式前後の空白は、長さ
11371 \series bold
11372
11373 \backslash
11374 mathsurround
11375 \begin_inset Index idx
11376 status collapsed
11377
11378 \begin_layout Plain Layout
11379 こまんど@コマンド ! M ! 
11380 \backslash
11381 mathsurround
11382 \end_layout
11383
11384 \end_inset
11385
11386
11387 \series default
11388 を使って調節することができます。長さの値は、以下の書式を持つ
11389 \series bold
11390
11391 \backslash
11392 setlength
11393 \begin_inset Index idx
11394 status collapsed
11395
11396 \begin_layout Plain Layout
11397 こまんど@コマンド ! S ! 
11398 \backslash
11399 setlength
11400 \end_layout
11401
11402 \end_inset
11403
11404
11405 \series default
11406 コマンドを使って設定することができます。
11407 \end_layout
11408
11409 \begin_layout Standard
11410
11411 \series bold
11412
11413 \backslash
11414 setlength{長さ名}{値}
11415 \end_layout
11416
11417 \begin_layout Standard
11418
11419 \series bold
11420
11421 \backslash
11422 mathsurround
11423 \series default
11424 を5
11425 \begin_inset space \thinspace{}
11426 \end_inset
11427
11428 mmの値に設定するには、以下のコマンド
11429 \end_layout
11430
11431 \begin_layout Standard
11432
11433 \series bold
11434
11435 \backslash
11436 setlength{
11437 \backslash
11438 mathsurround}{5mm}
11439 \end_layout
11440
11441 \begin_layout Standard
11442 をTeXモードで挿入します。すると、5
11443 \begin_inset space \thinspace{}
11444 \end_inset
11445
11446 mmの空白がすべての行内数式の前後に設定されることになります。
11447 \begin_inset ERT
11448 status collapsed
11449
11450 \begin_layout Plain Layout
11451
11452
11453 \backslash
11454 setlength{
11455 \backslash
11456 mathsurround}{5mm}
11457 \end_layout
11458
11459 \end_inset
11460
11461
11462 \end_layout
11463
11464 \begin_layout Standard
11465 この行には、周囲に5
11466 \begin_inset space \thinspace{}
11467 \end_inset
11468
11469 mmの余白を設定した行内数式
11470 \begin_inset Formula $A=B$
11471 \end_inset
11472
11473 があります。
11474 \begin_inset ERT
11475 status collapsed
11476
11477 \begin_layout Plain Layout
11478
11479
11480 \backslash
11481 setlength{
11482 \backslash
11483 mathsurround}{0pt}
11484 \end_layout
11485
11486 \end_inset
11487
11488
11489 \end_layout
11490
11491 \begin_layout Standard
11492 既定値に戻すには、
11493 \series bold
11494
11495 \backslash
11496 mathsurround
11497 \series default
11498 を0
11499 \begin_inset space \thinspace{}
11500 \end_inset
11501
11502 ptの値に戻して下さい。
11503 \end_layout
11504
11505 \begin_layout Section
11506 ボックスと枠
11507 \begin_inset Index idx
11508 status collapsed
11509
11510 \begin_layout Plain Layout
11511 ぼっくす@ボックス
11512 \end_layout
11513
11514 \end_inset
11515
11516
11517 \begin_inset Index idx
11518 status collapsed
11519
11520 \begin_layout Plain Layout
11521 わく@枠 | see
11522 \begin_inset ERT
11523 status collapsed
11524
11525 \begin_layout Plain Layout
11526
11527 {
11528 \end_layout
11529
11530 \end_inset
11531
11532 ボックス
11533 \begin_inset ERT
11534 status collapsed
11535
11536 \begin_layout Plain Layout
11537
11538 }
11539 \end_layout
11540
11541 \end_inset
11542
11543
11544 \end_layout
11545
11546 \end_inset
11547
11548
11549 \end_layout
11550
11551 \begin_layout Standard
11552 本文中のボックスについては、取扱説明書
11553 \family typewriter
11554 埋め込みオブジェクト篇
11555 \family default
11556
11557 \family typewriter
11558 Boxes
11559 \family default
11560 の章に述べられています。
11561 \end_layout
11562
11563 \begin_layout Subsection
11564 縁付きボックス
11565 \begin_inset CommandInset label
11566 LatexCommand label
11567 name "sub:縁付きボックス"
11568
11569 \end_inset
11570
11571
11572 \begin_inset Index idx
11573 status collapsed
11574
11575 \begin_layout Plain Layout
11576 ぼっくす@ボックス ! ふちつき@縁付き
11577 \end_layout
11578
11579 \end_inset
11580
11581
11582 \end_layout
11583
11584 \begin_layout Standard
11585
11586 \series bold
11587
11588 \backslash
11589 fbox
11590 \series default
11591
11592 \begin_inset Index idx
11593 status collapsed
11594
11595 \begin_layout Plain Layout
11596 こまんど@コマンド ! F ! 
11597 \backslash
11598 fbox
11599 \end_layout
11600
11601 \end_inset
11602
11603 コマンドや
11604 \series bold
11605
11606 \backslash
11607 boxed
11608 \series default
11609
11610 \begin_inset Index idx
11611 status collapsed
11612
11613 \begin_layout Plain Layout
11614 こまんど@コマンド ! B ! 
11615 \backslash
11616 boxed
11617 \end_layout
11618
11619 \end_inset
11620
11621 コマンドを使えば、数式やその一部を枠の中に入れることができます。
11622 \end_layout
11623
11624 \begin_layout Standard
11625 どちらかのコマンドを数式に挿入すると、枠の中に青枠が現れ、数式の断片を入れることができます。
11626 \series bold
11627
11628 \backslash
11629 fbox
11630 \series default
11631 の場合には、そのままではボックスの中身が数式テキストとして取り扱われてしまうので、
11632 \family sans
11633 Ctrl+M
11634 \family default
11635 を使って、このボックスの中にもう一度数式を作らなくてはなりません。
11636 \series bold
11637
11638 \backslash
11639 boxed
11640 \series default
11641 を使った場合には、新しい数式が自動的に枠内に作られます。
11642 \end_layout
11643
11644 \begin_layout Standard
11645
11646 \series bold
11647
11648 \backslash
11649 fbox
11650 \series default
11651 コマンドは、数式がつねに本文の大きさに設定されてしまうので、別行立て数式に枠を付けるのには適していません。逆に
11652 \series bold
11653
11654 \backslash
11655 boxed
11656 \series default
11657 は、数式がつねに別行立て数式の大きさに設定されてしまうので、行内数式に枠をつけるのには適していません。
11658 \end_layout
11659
11660 \begin_layout Standard
11661
11662 \series bold
11663
11664 \backslash
11665 fbox
11666 \series default
11667 の拡張として、枠幅と配置も指定することができる
11668 \series bold
11669
11670 \backslash
11671 framebox
11672 \series default
11673
11674 \begin_inset Index idx
11675 status collapsed
11676
11677 \begin_layout Plain Layout
11678 こまんど@コマンド ! F ! 
11679 \backslash
11680 framebox
11681 \end_layout
11682
11683 \end_inset
11684
11685 コマンドがあります。
11686 \series bold
11687
11688 \backslash
11689 framebox
11690 \series default
11691 は、以下の書式を持ちます。
11692 \end_layout
11693
11694 \begin_layout Standard
11695
11696 \series bold
11697
11698 \backslash
11699 framebox[枠幅][位置]{ボックスの内容}
11700 \end_layout
11701
11702 \begin_layout Standard
11703 「位置」は、
11704 \emph on
11705 l
11706 \emph default
11707
11708 \emph on
11709 r
11710 \emph default
11711 の値をとります。
11712 \emph on
11713 l
11714 \emph default
11715 は、ボックス中で数式を左寄せ、
11716 \emph on
11717 r
11718 \emph default
11719 は右寄せにします。位置を指定しない時には、数式は中央揃えになります。
11720 \begin_inset Newline newline
11721 \end_inset
11722
11723 「枠幅」を指定しない時には、位置を指定することができません。この場合には、
11724 \series bold
11725
11726 \backslash
11727 fbox
11728 \series default
11729 と同様、枠幅がボックスの内容に応じて調節されるのです。
11730 \end_layout
11731
11732 \begin_layout Standard
11733
11734 \series bold
11735
11736 \backslash
11737 framebox
11738 \series default
11739 コマンドを挿入すると、三つの青枠を含むボックスが現れます。最初の二つの枠は括弧で囲まれており、二つとも非必須の変数であることを意味します。三つ目の枠は、
11740 \series bold
11741
11742 \backslash
11743 fbox
11744 \series default
11745 同様、数式の断片を入れるためのものです。
11746 \end_layout
11747
11748 \begin_layout Standard
11749 \align center
11750 \begin_inset Tabular
11751 <lyxtabular version="3" rows="5" columns="2">
11752 <features rotate="0" tabularvalignment="middle">
11753 <column alignment="center" valignment="top">
11754 <column alignment="center" valignment="top">
11755 <row>
11756 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11757 \begin_inset Text
11758
11759 \begin_layout Plain Layout
11760 コマンド
11761 \end_layout
11762
11763 \end_inset
11764 </cell>
11765 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11766 \begin_inset Text
11767
11768 \begin_layout Plain Layout
11769 出力
11770 \begin_inset Note Note
11771 status collapsed
11772
11773 \begin_layout Plain Layout
11774 ここで
11775 \series bold
11776
11777 \backslash
11778 raisebox
11779 \series default
11780 はスペーサーとして使用しているだけです。
11781 \end_layout
11782
11783 \end_inset
11784
11785
11786 \end_layout
11787
11788 \end_inset
11789 </cell>
11790 </row>
11791 <row>
11792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11793 \begin_inset Text
11794
11795 \begin_layout Plain Layout
11796
11797 \backslash
11798 fbox
11799 \begin_inset space \textvisiblespace{}
11800 \end_inset
11801
11802
11803 \family sans
11804 Ctrl+M
11805 \family default
11806  
11807 \backslash
11808 int
11809 \begin_inset space \textvisiblespace{}
11810 \end_inset
11811
11812 A=B
11813 \end_layout
11814
11815 \end_inset
11816 </cell>
11817 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11818 \begin_inset Text
11819
11820 \begin_layout Plain Layout
11821 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
11822 \end_inset
11823
11824
11825 \end_layout
11826
11827 \end_inset
11828 </cell>
11829 </row>
11830 <row>
11831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11832 \begin_inset Text
11833
11834 \begin_layout Plain Layout
11835
11836 \backslash
11837 boxed
11838 \begin_inset space \textvisiblespace{}
11839 \end_inset
11840
11841
11842 \backslash
11843 int
11844 \begin_inset space \textvisiblespace{}
11845 \end_inset
11846
11847 A=B
11848 \end_layout
11849
11850 \end_inset
11851 </cell>
11852 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11853 \begin_inset Text
11854
11855 \begin_layout Plain Layout
11856 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
11857 \end_inset
11858
11859
11860 \end_layout
11861
11862 \end_inset
11863 </cell>
11864 </row>
11865 <row>
11866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11867 \begin_inset Text
11868
11869 \begin_layout Plain Layout
11870 A+
11871 \backslash
11872 fbox
11873 \begin_inset space \textvisiblespace{}
11874 \end_inset
11875
11876 B
11877 \end_layout
11878
11879 \end_inset
11880 </cell>
11881 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11882 \begin_inset Text
11883
11884 \begin_layout Plain Layout
11885 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
11886 \end_inset
11887
11888
11889 \end_layout
11890
11891 \end_inset
11892 </cell>
11893 </row>
11894 <row>
11895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11896 \begin_inset Text
11897
11898 \begin_layout Plain Layout
11899
11900 \backslash
11901 framebox
11902 \begin_inset space \textvisiblespace{}
11903 \end_inset
11904
11905 20mm
11906 \begin_inset Formula $\to$
11907 \end_inset
11908
11909
11910 \begin_inset Formula $\to$
11911 \end_inset
11912
11913
11914 \family sans
11915 Ctrl+M
11916 \family default
11917  
11918 \backslash
11919 frac
11920 \begin_inset space \textvisiblespace{}
11921 \end_inset
11922
11923 A
11924 \begin_inset Formula $\downarrow$
11925 \end_inset
11926
11927 B
11928 \end_layout
11929
11930 \end_inset
11931 </cell>
11932 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11933 \begin_inset Text
11934
11935 \begin_layout Plain Layout
11936 \begin_inset Formula $\raisebox{6mm}{}$
11937 \end_inset
11938
11939
11940 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
11941 \end_inset
11942
11943
11944 \begin_inset Formula $\raisebox{-4mm}{}$
11945 \end_inset
11946
11947
11948 \end_layout
11949
11950 \end_inset
11951 </cell>
11952 </row>
11953 </lyxtabular>
11954
11955 \end_inset
11956
11957
11958 \end_layout
11959
11960 \begin_layout Standard
11961 枠の厚みも調節可能です。そのためには、以下のコマンドを数式の前にTeXモードで挿入しなくてはなりません。
11962 \end_layout
11963
11964 \begin_layout Standard
11965
11966 \series bold
11967
11968 \backslash
11969 fboxrule
11970 \series default
11971  
11972 \series bold
11973
11974 \begin_inset Quotes eld
11975 \end_inset
11976
11977 厚み
11978 \begin_inset Quotes erd
11979 \end_inset
11980
11981
11982 \series default
11983  
11984 \series bold
11985
11986 \backslash
11987 fboxsep
11988 \series default
11989  
11990 \series bold
11991
11992 \begin_inset Quotes eld
11993 \end_inset
11994
11995 距離
11996 \begin_inset Quotes erd
11997 \end_inset
11998
11999
12000 \end_layout
12001
12002 \begin_layout Standard
12003 \begin_inset Quotes eld
12004 \end_inset
12005
12006 距離
12007 \begin_inset Quotes erd
12008 \end_inset
12009
12010 は、枠とボックス内の一文字目との間の距離を示します。これを使った例として、以下の枠付き数式をご覧下さい。
12011 \begin_inset ERT
12012 status collapsed
12013
12014 \begin_layout Plain Layout
12015
12016
12017 \backslash
12018 fboxrule 2mm 
12019 \backslash
12020 fboxsep 3mm
12021 \end_layout
12022
12023 \end_inset
12024
12025
12026 \begin_inset Formula 
12027 \[
12028 \boxed{A+B=C}
12029 \]
12030
12031 \end_inset
12032
12033 この数式の直前には、
12034 \end_layout
12035
12036 \begin_layout Standard
12037
12038 \series bold
12039
12040 \backslash
12041 fboxrule
12042 \series default
12043  
12044 \series bold
12045 2mm
12046 \series default
12047  
12048 \series bold
12049
12050 \backslash
12051 fboxsep
12052 \series default
12053  
12054 \series bold
12055 3mm
12056 \end_layout
12057
12058 \begin_layout Standard
12059 というコマンドが、TeXモードで挿入されています。ここで与えられた値は、以後のすべてのボックスに適用されます。
12060 \end_layout
12061
12062 \begin_layout Standard
12063 標準の枠寸法に戻すには、
12064 \end_layout
12065
12066 \begin_layout Standard
12067
12068 \series bold
12069
12070 \backslash
12071 fboxrule
12072 \series default
12073  
12074 \series bold
12075 0.4pt
12076 \series default
12077  
12078 \series bold
12079
12080 \backslash
12081 fboxsep
12082 \series default
12083  
12084 \series bold
12085 3pt
12086 \series default
12087
12088 \begin_inset ERT
12089 status collapsed
12090
12091 \begin_layout Plain Layout
12092
12093
12094 \backslash
12095 fboxrule 0.4pt 
12096 \backslash
12097 fboxsep 3pt
12098 \end_layout
12099
12100 \end_inset
12101
12102
12103 \end_layout
12104
12105 \begin_layout Standard
12106 というコマンドを、次の数式が始まる前にTeXモードで挿入しておきます。
12107 \end_layout
12108
12109 \begin_layout Subsection
12110 縁なしボックス
12111 \begin_inset CommandInset label
12112 LatexCommand label
12113 name "sub:枠なしボックス"
12114
12115 \end_inset
12116
12117
12118 \begin_inset Index idx
12119 status collapsed
12120
12121 \begin_layout Plain Layout
12122 ぼっくす@ボックス ! わくなし@枠なし
12123 \end_layout
12124
12125 \end_inset
12126
12127
12128 \end_layout
12129
12130 \begin_layout Standard
12131 縁のないボックスを作るには、
12132 \series bold
12133
12134 \backslash
12135 mbox
12136 \series default
12137
12138 \begin_inset Index idx
12139 status collapsed
12140
12141 \begin_layout Plain Layout
12142 こまんど@コマンド ! M ! 
12143 \backslash
12144 mbox
12145 \end_layout
12146
12147 \end_inset
12148
12149
12150 \series bold
12151
12152 \backslash
12153 makebox
12154 \series default
12155
12156 \begin_inset Index idx
12157 status collapsed
12158
12159 \begin_layout Plain Layout
12160 こまんど@コマンド ! M ! 
12161 \backslash
12162 makebox
12163 \end_layout
12164
12165 \end_inset
12166
12167
12168 \series bold
12169
12170 \backslash
12171 raisebox
12172 \series default
12173
12174 \begin_inset Index idx
12175 status collapsed
12176
12177 \begin_layout Plain Layout
12178 こまんど@コマンド ! R ! 
12179 \backslash
12180 raisebox
12181 \end_layout
12182
12183 \end_inset
12184
12185 の三つのコマンドがあります。
12186 \end_layout
12187
12188 \begin_layout Standard
12189
12190 \series bold
12191
12192 \backslash
12193 raisebox
12194 \series default
12195 を使うと、ボックスを上付きにしたり下付きにしたりすることができます。しかし、通常の上付き文字・下付き文字とは違い、ボックス内の文字寸法はそのまま保たれます。
12196 \series bold
12197
12198 \backslash
12199 raisebox
12200 \series default
12201 は、以下の書式で用いられます。
12202 \end_layout
12203
12204 \begin_layout Standard
12205
12206 \series bold
12207
12208 \backslash
12209 raisebox{高さ}{ボックスの内容}
12210 \end_layout
12211
12212 \begin_layout Standard
12213
12214 \series bold
12215
12216 \backslash
12217 fbox
12218 \series default
12219 と同様、ボックスに数式を入れる際には、明示的に数式として入れる必要があります。
12220 \begin_inset Note Greyedout
12221 status open
12222
12223 \begin_layout Plain Layout
12224
12225 \series bold
12226 【註】
12227 \series default
12228 下の最後の
12229 \series bold
12230
12231 \backslash
12232 raisebox
12233 \series default
12234 のところで、
12235 \family sans
12236 Ctrl+M
12237 \family default
12238 を一回でなく二回押すことによって、もう一段数式をいれています。これは、LyXが
12239 \series bold
12240
12241 \backslash
12242 raisebox
12243 \series default
12244 を直接サポートしていないためです。
12245 \end_layout
12246
12247 \end_inset
12248
12249
12250 \end_layout
12251
12252 \begin_layout Standard
12253 \align center
12254 \begin_inset Tabular
12255 <lyxtabular version="3" rows="4" columns="2">
12256 <features rotate="0" tabularvalignment="middle">
12257 <column alignment="center" valignment="top">
12258 <column alignment="center" valignment="top">
12259 <row>
12260 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12261 \begin_inset Text
12262
12263 \begin_layout Plain Layout
12264 コマンド
12265 \end_layout
12266
12267 \end_inset
12268 </cell>
12269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12270 \begin_inset Text
12271
12272 \begin_layout Plain Layout
12273 出力
12274 \end_layout
12275
12276 \end_inset
12277 </cell>
12278 </row>
12279 <row>
12280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12281 \begin_inset Text
12282
12283 \begin_layout Plain Layout
12284 H
12285 \backslash
12286 raisebox{2mm
12287 \begin_inset Formula $\to$
12288 \end_inset
12289
12290
12291 \backslash
12292 {al
12293 \begin_inset Formula $\to$
12294 \end_inset
12295
12296  lo
12297 \end_layout
12298
12299 \end_inset
12300 </cell>
12301 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12302 \begin_inset Text
12303
12304 \begin_layout Plain Layout
12305 \begin_inset Formula $H\raisebox{2mm}{al}lo$
12306 \end_inset
12307
12308
12309 \end_layout
12310
12311 \end_inset
12312 </cell>
12313 </row>
12314 <row>
12315 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12316 \begin_inset Text
12317
12318 \begin_layout Plain Layout
12319 H
12320 \backslash
12321 raisebox{-2mm
12322 \begin_inset Formula $\to$
12323 \end_inset
12324
12325
12326 \backslash
12327 {al
12328 \begin_inset Formula $\to$
12329 \end_inset
12330
12331 lo
12332 \end_layout
12333
12334 \end_inset
12335 </cell>
12336 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12337 \begin_inset Text
12338
12339 \begin_layout Plain Layout
12340 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
12341 \end_inset
12342
12343
12344 \end_layout
12345
12346 \end_inset
12347 </cell>
12348 </row>
12349 <row>
12350 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12351 \begin_inset Text
12352
12353 \begin_layout Plain Layout
12354 A=
12355 \backslash
12356 raisebox{-2mm
12357 \begin_inset Formula $\to$
12358 \end_inset
12359
12360
12361 \backslash
12362 {
12363 \family sans
12364 Ctrl+M Ctrl+M
12365 \family default
12366  
12367 \backslash
12368 sqrt
12369 \begin_inset space \textvisiblespace{}
12370 \end_inset
12371
12372
12373 \end_layout
12374
12375 \end_inset
12376 </cell>
12377 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12378 \begin_inset Text
12379
12380 \begin_layout Plain Layout
12381 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
12382 \end_inset
12383
12384
12385 \end_layout
12386
12387 \end_inset
12388 </cell>
12389 </row>
12390 </lyxtabular>
12391
12392 \end_inset
12393
12394
12395 \end_layout
12396
12397 \begin_layout Standard
12398 縁がないことを除けば、
12399 \series bold
12400
12401 \backslash
12402 mbox
12403 \series default
12404 コマンドは
12405 \series bold
12406
12407 \backslash
12408 fbox
12409 \series default
12410 と同じであり、
12411 \series bold
12412
12413 \backslash
12414 makebox
12415 \series default
12416
12417 \series bold
12418
12419 \backslash
12420 framebox
12421 \series default
12422 と同じです。
12423 \end_layout
12424
12425 \begin_layout Subsection
12426 色付きボックス
12427 \begin_inset CommandInset label
12428 LatexCommand label
12429 name "sub:色付きボックス"
12430
12431 \end_inset
12432
12433
12434 \begin_inset Index idx
12435 status collapsed
12436
12437 \begin_layout Plain Layout
12438 ぼっくす@ボックス ! いろつき@色付き
12439 \end_layout
12440
12441 \end_inset
12442
12443
12444 \end_layout
12445
12446 \begin_layout Standard
12447 本節で説明されているコマンドをすべて使えるようにするためには、LaTeXプリアンブルに
12448 \end_layout
12449
12450 \begin_layout Standard
12451
12452 \series bold
12453
12454 \backslash
12455 usepackage{color}
12456 \end_layout
12457
12458 \begin_layout Standard
12459 という行
12460 \begin_inset Foot
12461 status collapsed
12462
12463 \begin_layout Plain Layout
12464 定義済みの色を使って、文書中のどこかで文章に色を付けてある場合、LyXは、自動的にLaTeXパッケージ
12465 \series bold
12466 color
12467 \series default
12468 を読み込みます。したがって、本パッケージが二度読み込まれる可能性があるわけですが、そうなったとしても問題は生じません。
12469 \end_layout
12470
12471 \end_inset
12472
12473
12474 \begin_inset Note Note
12475 status collapsed
12476
12477 \begin_layout Plain Layout
12478 本パッケージが二度読み込まれることを防ぐために、LaTeXプリアンブルにマクロを挿入してあります。
12479 \end_layout
12480
12481 \end_inset
12482
12483 を書き加えて、LaTeXパッケージの
12484 \series bold
12485 color
12486 \series default
12487
12488 \begin_inset Foot
12489 status collapsed
12490
12491 \begin_layout Plain Layout
12492 LaTeXパッケージ
12493 \series bold
12494 color
12495 \series default
12496 は、すべての標準的なLaTeX頒布版に含まれています。
12497 \end_layout
12498
12499 \end_inset
12500
12501
12502 \begin_inset Index idx
12503 status collapsed
12504
12505 \begin_layout Plain Layout
12506 ぱっけーじ@パッケージ ! color
12507 \end_layout
12508
12509 \end_inset
12510
12511 を読み込む必要があります。
12512 \end_layout
12513
12514 \begin_layout Standard
12515 \begin_inset VSpace medskip
12516 \end_inset
12517
12518 ボックスに色を付けるには、
12519 \series bold
12520
12521 \backslash
12522 colorbox
12523 \series default
12524
12525 \begin_inset Index idx
12526 status collapsed
12527
12528 \begin_layout Plain Layout
12529 こまんど@コマンド ! C ! 
12530 \backslash
12531 colorbox
12532 \end_layout
12533
12534 \end_inset
12535
12536 コマンドを以下の書式で使用します。
12537 \end_layout
12538
12539 \begin_layout Standard
12540
12541 \series bold
12542
12543 \backslash
12544 colorbox{色}{ボックスの内容}
12545 \end_layout
12546
12547 \begin_layout Standard
12548 ボックスの内容には、別のボックスが含まれても構いませんし、
12549 \series bold
12550
12551 \backslash
12552 colorbox
12553 \series default
12554 自体も、別のボックスに入っていても構いません(以下の二番目と三番目の例を参照してください)。ボックスに数式を含める場合には、
12555 \series bold
12556
12557 \backslash
12558 raisebox
12559 \series default
12560 と同様、明示的に数式を作らなくてはなりません
12561 \begin_inset Foot
12562 status collapsed
12563
12564 \begin_layout Plain Layout
12565 これは、
12566 \series bold
12567
12568 \backslash
12569 fcolorbox
12570 \series default
12571 コマンドにも当てはまります。
12572 \end_layout
12573
12574 \end_inset
12575
12576
12577 \end_layout
12578
12579 \begin_layout Standard
12580 選択できる定義済みの色としては、
12581 \end_layout
12582
12583 \begin_layout Standard
12584
12585 \series bold
12586 black
12587 \series default
12588 (黒)・
12589 \series bold
12590 blue
12591 \series default
12592 (青)・
12593 \series bold
12594 cyan
12595 \series default
12596 (シアン)・
12597 \series bold
12598 green
12599 \series default
12600 (緑)・
12601 \series bold
12602 magenta
12603 \series default
12604 (マゼンタ)・
12605 \series bold
12606 red
12607 \series default
12608 (赤)・
12609 \series bold
12610 white
12611 \series default
12612 (白)・
12613 \series bold
12614 yellow
12615 \series default
12616 (黄)
12617 \end_layout
12618
12619 \begin_layout Standard
12620 があります。
12621 \end_layout
12622
12623 \begin_layout Standard
12624 \align center
12625 \begin_inset Tabular
12626 <lyxtabular version="3" rows="4" columns="2">
12627 <features rotate="0" tabularvalignment="middle">
12628 <column alignment="center" valignment="top">
12629 <column alignment="center" valignment="top">
12630 <row>
12631 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12632 \begin_inset Text
12633
12634 \begin_layout Plain Layout
12635 コマンド
12636 \end_layout
12637
12638 \end_inset
12639 </cell>
12640 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12641 \begin_inset Text
12642
12643 \begin_layout Plain Layout
12644 出力
12645 \begin_inset Note Note
12646 status collapsed
12647
12648 \begin_layout Plain Layout
12649 ここで
12650 \series bold
12651
12652 \backslash
12653 raisebox
12654 \series default
12655 はスペーサーとして使用しているだけです。
12656 \end_layout
12657
12658 \end_inset
12659
12660
12661 \end_layout
12662
12663 \end_inset
12664 </cell>
12665 </row>
12666 <row>
12667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12668 \begin_inset Text
12669
12670 \begin_layout Plain Layout
12671
12672 \backslash
12673 colorbox{yellow
12674 \begin_inset Formula $\to$
12675 \end_inset
12676
12677
12678 \backslash
12679 {A=B
12680 \end_layout
12681
12682 \end_inset
12683 </cell>
12684 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12685 \begin_inset Text
12686
12687 \begin_layout Plain Layout
12688 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
12689 \end_inset
12690
12691
12692 \end_layout
12693
12694 \end_inset
12695 </cell>
12696 </row>
12697 <row>
12698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12699 \begin_inset Text
12700
12701 \begin_layout Plain Layout
12702
12703 \backslash
12704 colorbox{green
12705 \begin_inset Formula $\to$
12706 \end_inset
12707
12708
12709 \backslash
12710 {
12711 \backslash
12712 fbox
12713 \begin_inset space \textvisiblespace{}
12714 \end_inset
12715
12716 A=B
12717 \end_layout
12718
12719 \end_inset
12720 </cell>
12721 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12722 \begin_inset Text
12723
12724 \begin_layout Plain Layout
12725 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
12726 \end_inset
12727
12728
12729 \end_layout
12730
12731 \end_inset
12732 </cell>
12733 </row>
12734 <row>
12735 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12736 \begin_inset Text
12737
12738 \begin_layout Plain Layout
12739
12740 \backslash
12741 fbox
12742 \begin_inset space \textvisiblespace{}
12743 \end_inset
12744
12745
12746 \backslash
12747 colorbox{green
12748 \begin_inset Formula $\to$
12749 \end_inset
12750
12751
12752 \backslash
12753 {
12754 \family sans
12755 Ctrl+M
12756 \family default
12757  
12758 \family sans
12759 Ctrl+M
12760 \family default
12761  
12762 \backslash
12763 int
12764 \begin_inset space \textvisiblespace{}
12765 \end_inset
12766
12767 C=D
12768 \end_layout
12769
12770 \end_inset
12771 </cell>
12772 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12773 \begin_inset Text
12774
12775 \begin_layout Plain Layout
12776 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
12777 \end_inset
12778
12779
12780 \end_layout
12781
12782 \end_inset
12783 </cell>
12784 </row>
12785 </lyxtabular>
12786
12787 \end_inset
12788
12789
12790 \end_layout
12791
12792 \begin_layout Standard
12793
12794 \series bold
12795
12796 \backslash
12797 colorbox
12798 \series default
12799 は、ボックスに色をつけるだけで、ボックス内の文字には色付けをしません。すべての文字に色付けするには、数式全体を選択し、
12800 \family sans
12801 文字様式
12802 \family default
12803 ダイアログで欲しい色を選択します。このダイアログは、ツールバーボタン
12804 \begin_inset Graphics
12805         filename ../../images/dialog-show_character.png
12806         scale 85
12807
12808 \end_inset
12809
12810
12811 \family sans
12812 編集\SpecialChar \menuseparator
12813 文字様式\SpecialChar \menuseparator
12814 任意設定
12815 \family default
12816 メニューで開くことができます。すると、数式番号も数式と同じ色になります。数式番号が数式の文字とは別の色になるようにするには、数式内部で色を変えなくてはなりません
12817
12818 \end_layout
12819
12820 \begin_layout Standard
12821 たとえば、
12822 \end_layout
12823
12824 \begin_layout Standard
12825
12826 \color red
12827 \begin_inset Formula 
12828 \begin{equation}
12829 \int A=B\label{eq:red}
12830 \end{equation}
12831
12832 \end_inset
12833
12834
12835 \color green
12836
12837 \begin_inset Formula 
12838 \begin{equation}
12839 \textcolor{red}{\int A=B}\label{eq:redgreen}
12840 \end{equation}
12841
12842 \end_inset
12843
12844
12845 \end_layout
12846
12847 \begin_layout Standard
12848 数式
12849 \begin_inset CommandInset ref
12850 LatexCommand eqref
12851 reference "eq:red"
12852
12853 \end_inset
12854
12855 は、全体が赤色です。
12856 \begin_inset Newline newline
12857 \end_inset
12858
12859 数式
12860 \begin_inset CommandInset ref
12861 LatexCommand eqref
12862 reference "eq:redgreen"
12863
12864 \end_inset
12865
12866 は、数式番号を緑色にするために、まず全体を緑色にします。その後、数式内の文字を赤色にします。
12867 \end_layout
12868
12869 \begin_layout Standard
12870 \begin_inset VSpace bigskip
12871 \end_inset
12872
12873 ボックスの縁だけ別の色にするには、
12874 \series bold
12875
12876 \backslash
12877 fcolorbox
12878 \series default
12879
12880 \begin_inset Index idx
12881 status collapsed
12882
12883 \begin_layout Plain Layout
12884 こまんど@コマンド ! F ! 
12885 \backslash
12886 fcolorbox
12887 \end_layout
12888
12889 \end_inset
12890
12891 コマンドを以下の書式で使用します。
12892 \end_layout
12893
12894 \begin_layout Standard
12895
12896 \series bold
12897
12898 \backslash
12899 fcolorbox{縁の色}{色}{ボックスの内容}
12900 \end_layout
12901
12902 \begin_layout Standard
12903 つまり、
12904 \series bold
12905
12906 \backslash
12907 fcolorbox
12908 \series default
12909
12910 \series bold
12911
12912 \backslash
12913 colorbox
12914 \series default
12915 コマンドの拡張です。
12916 \series bold
12917
12918 \backslash
12919 framebox
12920 \series default
12921 と同様に、縁の厚みは
12922 \series bold
12923
12924 \backslash
12925 fboxrule
12926 \series default
12927
12928 \series bold
12929
12930 \backslash
12931 fboxsep
12932 \series default
12933 で設定します。たとえば、
12934 \begin_inset ERT
12935 status collapsed
12936
12937 \begin_layout Plain Layout
12938
12939
12940 \backslash
12941 fboxrule 1mm 
12942 \backslash
12943 fboxsep 1mm
12944 \end_layout
12945
12946 \end_inset
12947
12948
12949 \begin_inset Formula 
12950 \[
12951 \fcolorbox{cyan}{magenta}{A=B}
12952 \]
12953
12954 \end_inset
12955
12956
12957 \begin_inset ERT
12958 status collapsed
12959
12960 \begin_layout Plain Layout
12961
12962
12963 \backslash
12964 fboxrule 0.4pt 
12965 \backslash
12966 fboxsep 3pt
12967 \end_layout
12968
12969 \end_inset
12970
12971 のようにします。
12972 \end_layout
12973
12974 \begin_layout Standard
12975 上記の数式は、以下のコマンドで作成されています。
12976 \begin_inset Newline newline
12977 \end_inset
12978
12979
12980 \series bold
12981
12982 \backslash
12983 fcolorbox{cyan
12984 \begin_inset Formula $\to$
12985 \end_inset
12986
12987
12988 \backslash
12989 {magenta
12990 \begin_inset Formula $\to$
12991 \end_inset
12992
12993
12994 \backslash
12995 {A=B
12996 \series default
12997 .
12998 \end_layout
12999
13000 \begin_layout Standard
13001 \begin_inset VSpace bigskip
13002 \end_inset
13003
13004 定義済みの色以外の色を使いたい場合には、まずその色を定義しなくてはなりません。
13005 \end_layout
13006
13007 \begin_layout Standard
13008 たとえば、「
13009 \series bold
13010 darkgreen
13011 \series default
13012 」という色を定義するには、LaTeXプリアンブルに
13013 \end_layout
13014
13015 \begin_layout Standard
13016
13017 \series bold
13018
13019 \backslash
13020 definecolor{darkgreen}{cmyk}{0.5,
13021 \series default
13022  
13023 \series bold
13024 0,
13025 \series default
13026  
13027 \series bold
13028 1,
13029 \series default
13030  
13031 \series bold
13032 0.5}
13033 \series default
13034
13035 \begin_inset Index idx
13036 status collapsed
13037
13038 \begin_layout Plain Layout
13039 こまんど@コマンド ! D ! 
13040 \backslash
13041 definecolor
13042 \end_layout
13043
13044 \end_inset
13045
13046
13047 \end_layout
13048
13049 \begin_layout Standard
13050 という行を書き加えます。
13051 \end_layout
13052
13053 \begin_layout Standard
13054
13055 \series bold
13056 cmyk
13057 \series default
13058 とは、
13059 \series bold
13060 cyan
13061 \series default
13062 (シアン)・
13063 \series bold
13064 magenta
13065 \series default
13066 (マゼンタ)・
13067 \series bold
13068 yellow
13069 \series default
13070 (黄)・
13071 \series bold
13072 black
13073 \series default
13074 (黒)の各色を表す色空間です。コンマで区切られた四つの数字は、この色空間における各色の出力強度です。強度は、0
13075 \begin_inset space \thinspace{}
13076 \end_inset
13077
13078 -
13079 \begin_inset space \thinspace{}
13080 \end_inset
13081
13082 1の範囲をとることができます。定義には、
13083 \series bold
13084 cmyk
13085 \series default
13086 の他に、
13087 \series bold
13088 rgb
13089 \series default
13090 という色空間を使うこともできます。
13091 \series bold
13092 rgb
13093 \series default
13094 とは、
13095 \series bold
13096 red
13097 \series default
13098 (赤)・
13099 \series bold
13100 green
13101 \series default
13102 (緑)・
13103 \series bold
13104 blue
13105 \series default
13106 (青)の各色を意味し、この場合には、各色に対応した三つの出力強度を指定します。さらに、灰色の出力強度のみをとる
13107 \series bold
13108 gray
13109 \series default
13110 という色空間もあります。
13111 \end_layout
13112
13113 \begin_layout Standard
13114 例として、文字が
13115 \series bold
13116 yellow
13117 \series default
13118 に色付けされ、新しく定義した
13119 \series bold
13120 darkgreen
13121 \series default
13122 という色を持つ縁付きボックスを挙げておきます。
13123 \begin_inset Formula 
13124 \begin{equation}
13125 \colorbox{darkgreen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}
13126 \end{equation}
13127
13128 \end_inset
13129
13130
13131 \end_layout
13132
13133 \begin_layout Standard
13134
13135 \series bold
13136
13137 \backslash
13138 textcolor
13139 \series default
13140 コマンドを使うと、以下のように、自前で定義した色をテキスト中でも使用することができます。
13141 \begin_inset Index idx
13142 status collapsed
13143
13144 \begin_layout Plain Layout
13145 てきすと@テキスト ! いろつき@色付き
13146 \end_layout
13147
13148 \end_inset
13149
13150
13151 \end_layout
13152
13153 \begin_layout Standard
13154 \begin_inset ERT
13155 status collapsed
13156
13157 \begin_layout Plain Layout
13158
13159
13160 \backslash
13161 textcolor{darkgreen}{
13162 \end_layout
13163
13164 \end_inset
13165
13166 この文は「darkgreen」です。
13167 \begin_inset ERT
13168 status collapsed
13169
13170 \begin_layout Plain Layout
13171
13172 }
13173 \end_layout
13174
13175 \end_inset
13176
13177
13178 \end_layout
13179
13180 \begin_layout Standard
13181
13182 \series bold
13183
13184 \backslash
13185 textcolor
13186 \series default
13187
13188 \begin_inset Index idx
13189 status collapsed
13190
13191 \begin_layout Plain Layout
13192 こまんど@コマンド ! T ! 
13193 \backslash
13194 textcolor
13195 \end_layout
13196
13197 \end_inset
13198
13199 は、
13200 \series bold
13201
13202 \backslash
13203 textcolor{色}{色付けをする文}
13204 \series default
13205 という書式で使用することができます。
13206 \end_layout
13207
13208 \begin_layout Subsection
13209 段落ボックス
13210 \begin_inset CommandInset label
13211 LatexCommand label
13212 name "sub:段落ボックス"
13213
13214 \end_inset
13215
13216
13217 \begin_inset Index idx
13218 status collapsed
13219
13220 \begin_layout Plain Layout
13221 ぼっくす@ボックス ! だんらく@段落
13222 \end_layout
13223
13224 \end_inset
13225
13226
13227 \begin_inset Index idx
13228 status collapsed
13229
13230 \begin_layout Plain Layout
13231 ぼっくす@ボックス ! parbox|see
13232 \begin_inset ERT
13233 status collapsed
13234
13235 \begin_layout Plain Layout
13236
13237 {
13238 \end_layout
13239
13240 \end_inset
13241
13242 ボックス ! 段落ボックス
13243 \begin_inset ERT
13244 status collapsed
13245
13246 \begin_layout Plain Layout
13247
13248 }
13249 \end_layout
13250
13251 \end_inset
13252
13253
13254 \end_layout
13255
13256 \end_inset
13257
13258
13259 \end_layout
13260
13261 \begin_layout Standard
13262 いくつかの行や段落を含む、いわゆる段落ボックス(parbox)は、
13263 \family sans
13264 挿入\SpecialChar \menuseparator
13265 ボックス
13266 \family default
13267 メニューかツールバーボタン
13268 \begin_inset Graphics
13269         filename ../../images/box-insert.png
13270         scale 85
13271
13272 \end_inset
13273
13274 で作成することができます。
13275 \end_layout
13276
13277 \begin_layout Standard
13278 以下の例は、行中の縁付きparboxを示したものです。
13279 \end_layout
13280
13281 \begin_layout Standard
13282 \begin_inset VSpace medskip
13283 \end_inset
13284
13285 この行は、
13286 \begin_inset Box Boxed
13287 position "c"
13288 hor_pos "c"
13289 has_inner_box 1
13290 inner_pos "t"
13291 use_parbox 1
13292 use_makebox 0
13293 width "5cm"
13294 special "none"
13295 height "1in"
13296 height_special "totalheight"
13297 status open
13298
13299 \begin_layout Plain Layout
13300 これは段落ボックスです。これはちょうど5
13301 \begin_inset space \thinspace{}
13302 \end_inset
13303
13304 cmの幅になっており、以下のように数式を含めることもできます。
13305 \begin_inset Formula $\int A\,\mathrm{d}s=C$
13306 \end_inset
13307
13308
13309 \end_layout
13310
13311 \end_inset
13312
13313 parboxの入った行です。
13314 \end_layout
13315
13316 \begin_layout Standard
13317 \begin_inset VSpace medskip
13318 \end_inset
13319
13320
13321 \end_layout
13322
13323 \begin_layout Standard
13324 このようなボックスは、灰色のボックス挿入枠を右クリックすることによって作ることができます。すると、ボックスの特性を表示したダイアログが現れます。上の例では、
13325 \emph on
13326 装飾
13327 \emph default
13328 :簡素な長方形の箱型、
13329 \emph on
13330 内部ボックス
13331 \emph default
13332 :parboxコマンド、
13333 \emph on
13334
13335 \emph default
13336 :5
13337 \begin_inset space \thinspace{}
13338 \end_inset
13339
13340 cm、
13341 \emph on
13342 垂直ボックス配置
13343 \emph default
13344 :中央、に設定されています。
13345 \end_layout
13346
13347 \begin_layout Standard
13348 \begin_inset VSpace medskip
13349 \end_inset
13350
13351 LaTeXでは、parboxは、以下の書式を持つ
13352 \series bold
13353
13354 \backslash
13355 parbox
13356 \series default
13357
13358 \begin_inset Index idx
13359 status collapsed
13360
13361 \begin_layout Plain Layout
13362 こまんど@コマンド ! P ! 
13363 \backslash
13364 parbox
13365 \end_layout
13366
13367 \end_inset
13368
13369 コマンドによって作られます。
13370 \end_layout
13371
13372 \begin_layout Standard
13373
13374 \series bold
13375
13376 \backslash
13377 parbox[位置]{幅}{ボックスの内容}
13378 \end_layout
13379
13380 \begin_layout Standard
13381 「位置」は、
13382 \emph on
13383 b
13384 \emph default
13385
13386 \emph on
13387 t
13388 \emph default
13389 の値をとることができます。下揃えを意味する
13390 \emph on
13391 b
13392 \emph default
13393 (
13394 \bar under
13395 b
13396 \bar default
13397 ottom)は、ボックスを、周囲の本文中の最後の行と合わせることを意味します。上揃えを意味する
13398 \emph on
13399 t
13400 \emph default
13401 (
13402 \bar under
13403 t
13404 \bar default
13405 op)は、これを最初の行に合わせます。位置を指定しない時には、ボックスは事実上中央揃えになります。用例については、取扱説明書埋込オブジェクト篇の
13406 \emph on
13407 Boxes
13408 \emph default
13409 の節をご参照下さい。
13410 \end_layout
13411
13412 \begin_layout Standard
13413 \begin_inset VSpace bigskip
13414 \end_inset
13415
13416 数式番号を含めて、数式を完全に縁で囲むためには、数式をparbox内に収めなくてはなりません。こうするには、数式前にTeXモードで
13417 \series bold
13418 parbox{
13419 \backslash
13420 linewidth-2
13421 \backslash
13422 fboxsep-2
13423 \backslash
13424 fboxrule}{
13425 \series default
13426 というコマンドを挿入します。ここで
13427 \series bold
13428
13429 \backslash
13430 linewidth
13431 \begin_inset Index idx
13432 status collapsed
13433
13434 \begin_layout Plain Layout
13435 こまんど@コマンド ! L ! 
13436 \backslash
13437 linewidth
13438 \end_layout
13439
13440 \end_inset
13441
13442
13443 \series default
13444 は、使用中の文書に設定されている行幅です。縁は、parboxの外側にあるので、縁余白と縁幅の2倍を行幅から差し引かなくてはなりません。バグ
13445 \begin_inset Foot
13446 status collapsed
13447
13448 \begin_layout Plain Layout
13449 \begin_inset CommandInset href
13450 LatexCommand href
13451 name "LyX-bug #4483"
13452 target "http://www.lyx.org/trac/ticket/4483"
13453
13454 \end_inset
13455
13456
13457 \end_layout
13458
13459 \end_inset
13460
13461 のせいでLyXはこれを自動的に行いませんので、TeXモードを使用する必要があります。引数中で掛け算や引き算を行うためには、LaTeXパッケージの
13462 \series bold
13463 calc
13464 \series default
13465
13466 \begin_inset Foot
13467 status collapsed
13468
13469 \begin_layout Plain Layout
13470
13471 \series bold
13472 calc
13473 \series default
13474 は、標準的LaTeX頒布版のすべてに含まれています。
13475 \end_layout
13476
13477 \end_inset
13478
13479
13480 \begin_inset Index idx
13481 status collapsed
13482
13483 \begin_layout Plain Layout
13484 ぱっけーじ@パッケージ ! calc
13485 \end_layout
13486
13487 \end_inset
13488
13489 を、LaTeXプリアンブル中で
13490 \end_layout
13491
13492 \begin_layout Standard
13493
13494 \series bold
13495
13496 \backslash
13497 usepackage{calc}
13498 \end_layout
13499
13500 \begin_layout Standard
13501 のように読み込んでおく必要があります。数式の後では、TeXモードで
13502 \series bold
13503 }}
13504 \series default
13505 を入力して、二つのボックスを閉じておかなくてはなりません。以下に例を挙げます。
13506 \begin_inset ERT
13507 status collapsed
13508
13509 \begin_layout Plain Layout
13510
13511
13512 \backslash
13513 fboxsep 5mm 
13514 \backslash
13515 fboxrule 5mm
13516 \end_layout
13517
13518 \end_inset
13519
13520
13521 \end_layout
13522
13523 \begin_layout Standard
13524 \begin_inset ERT
13525 status collapsed
13526
13527 \begin_layout Plain Layout
13528
13529
13530 \backslash
13531 fbox{
13532 \backslash
13533 parbox{
13534 \backslash
13535 linewidth-2
13536 \backslash
13537 fboxsep-2
13538 \backslash
13539 fboxrule}{
13540 \end_layout
13541
13542 \end_inset
13543
13544
13545 \begin_inset Formula 
13546 \begin{equation}
13547 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}
13548 \end{equation}
13549
13550 \end_inset
13551
13552
13553 \begin_inset ERT
13554 status collapsed
13555
13556 \begin_layout Plain Layout
13557
13558 }}
13559 \end_layout
13560
13561 \end_inset
13562
13563
13564 \begin_inset ERT
13565 status collapsed
13566
13567 \begin_layout Plain Layout
13568
13569
13570 \backslash
13571 fboxrule 0.4pt 
13572 \backslash
13573 fboxsep 3pt
13574 \end_layout
13575
13576 \end_inset
13577
13578
13579 \end_layout
13580
13581 \begin_layout Standard
13582 \begin_inset VSpace medskip
13583 \end_inset
13584
13585
13586 \series bold
13587
13588 \backslash
13589 fbox
13590 \series default
13591 の引数としてparboxが使われているので、この場合には、
13592 \series bold
13593
13594 \backslash
13595 fbox
13596 \series default
13597 を使おうが
13598 \series bold
13599
13600 \backslash
13601 boxed
13602 \series default
13603 を使おうが、差は生じません。
13604 \end_layout
13605
13606 \begin_layout Standard
13607 \begin_inset VSpace bigskip
13608 \end_inset
13609
13610 段落ボックスは、数式にじかにコメントを付けるのにたいへん便利です。これを行うには、
13611 \series bold
13612
13613 \backslash
13614 parbox
13615 \series default
13616
13617 \series bold
13618
13619 \backslash
13620 tag
13621 \series default
13622 コマンドといっしょに使います(
13623 \series bold
13624
13625 \backslash
13626 tag
13627 \series default
13628 についての詳細は、第
13629 \begin_inset CommandInset ref
13630 LatexCommand ref
13631 reference "sub:ユーザー定義番号"
13632
13633 \end_inset
13634
13635 節をご参照下さい)
13636 \end_layout
13637
13638 \begin_layout Standard
13639 以下は、
13640 \series bold
13641
13642 \backslash
13643 parbox
13644 \series default
13645 を使ってコメントを付けた数式の例です。
13646 \end_layout
13647
13648 \begin_layout Standard
13649 \begin_inset ERT
13650 status collapsed
13651
13652 \begin_layout Plain Layout
13653
13654
13655 \backslash
13656 [5x-7b=3b
13657 \backslash
13658 tag*{
13659 \backslash
13660 parbox{5cm}{
13661 \end_layout
13662
13663 \end_inset
13664
13665 これは説明です。数式や多行数式本体からはっきりと離れています。
13666 \begin_inset ERT
13667 status collapsed
13668
13669 \begin_layout Plain Layout
13670
13671 }}
13672 \backslash
13673 ]
13674 \end_layout
13675
13676 \end_inset
13677
13678
13679 \end_layout
13680
13681 \begin_layout Standard
13682 LyXは、まだ数式中での
13683 \series bold
13684
13685 \backslash
13686 parbox
13687 \series default
13688 コマンドをサポートしていないので、上のような数式は、完全にTeXモードで挿入しなくてはなりません。この数式は、以下のようなコマンド列を使って作ってあります。
13689 \end_layout
13690
13691 \begin_layout Standard
13692 まず、
13693 \series bold
13694
13695 \backslash
13696 [5x-7b=3b
13697 \backslash
13698 tag*
13699 \backslash
13700 {
13701 \backslash
13702 parbox{5cm}{
13703 \series default
13704 というコマンドをTeXモードで挿入します
13705 \begin_inset Foot
13706 status collapsed
13707
13708 \begin_layout Plain Layout
13709
13710 \series bold
13711 行頭下げ
13712 \series default
13713 数式様式を使用している時には、
13714 \series bold
13715
13716 \backslash
13717 tag*
13718 \backslash
13719 {
13720 \series default
13721 の代わりに
13722 \series bold
13723
13724 \backslash
13725 hfill
13726 \series default
13727 を用いることもできます(数式様式に関しては、第
13728 \begin_inset CommandInset ref
13729 LatexCommand ref
13730 reference "sec:数式様式"
13731
13732 \end_inset
13733
13734 節をご参照下さい)。
13735 \end_layout
13736
13737 \end_inset
13738
13739 。それから、説明を通常のテキストとして入れ、最後に
13740 \series bold
13741 }}
13742 \backslash
13743 ]
13744 \series default
13745 をTeXモードで挿入します。ここで
13746 \series bold
13747
13748 \backslash
13749 [
13750 \series default
13751 および
13752 \series bold
13753
13754 \backslash
13755 ]
13756 \series default
13757 コマンドは別行立て数式を作るためのものです。
13758 \end_layout
13759
13760 \begin_layout Standard
13761
13762 \series bold
13763
13764 \backslash
13765 parbox
13766 \series default
13767 を使う利点は、数式テキストモードを使用して「コメントを付けた」以下の例と比較すると、よくわかるでしょう。
13768 \begin_inset Formula 
13769 \[
13770 5x-7b=3b\textrm{これは説明です。数式本体から離れていません...}
13771 \]
13772
13773 \end_inset
13774
13775
13776 \end_layout
13777
13778 \begin_layout Section
13779 演算子
13780 \begin_inset Index idx
13781 status collapsed
13782
13783 \begin_layout Plain Layout
13784 えんざんし@演算子
13785 \end_layout
13786
13787 \end_inset
13788
13789
13790 \end_layout
13791
13792 \begin_layout Subsection
13793 大演算子
13794 \begin_inset CommandInset label
13795 LatexCommand label
13796 name "sub:大演算子"
13797
13798 \end_inset
13799
13800
13801 \begin_inset Index idx
13802 status collapsed
13803
13804 \begin_layout Plain Layout
13805 えんざんし@演算子 ! だい@大
13806 \end_layout
13807
13808 \end_inset
13809
13810
13811 \begin_inset Index idx
13812 status collapsed
13813
13814 \begin_layout Plain Layout
13815 わ@和
13816 \end_layout
13817
13818 \end_inset
13819
13820
13821 \begin_inset Index idx
13822 status collapsed
13823
13824 \begin_layout Plain Layout
13825 せきぶんきごう@積分記号
13826 \end_layout
13827
13828 \end_inset
13829
13830
13831 \end_layout
13832
13833 \begin_layout Standard
13834 ここに挙げた積分演算子をすべて使えるようにするには、文書設定の
13835 \family sans
13836 数式オプション
13837 \family default
13838 の面にある
13839 \family sans
13840 esintパッケージを自動的に使う
13841 \family default
13842 オプションを有効にしなくてはなりません。
13843 \end_layout
13844
13845 \begin_layout Standard
13846 \begin_inset space \hfill{}
13847 \end_inset
13848
13849
13850 \begin_inset Tabular
13851 <lyxtabular version="3" rows="9" columns="2">
13852 <features rotate="0" tabularvalignment="middle">
13853 <column alignment="center" valignment="top" width="0pt">
13854 <column alignment="center" valignment="top" width="0pt">
13855 <row>
13856 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13857 \begin_inset Text
13858
13859 \begin_layout Plain Layout
13860 コマンド
13861 \end_layout
13862
13863 \end_inset
13864 </cell>
13865 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13866 \begin_inset Text
13867
13868 \begin_layout Plain Layout
13869 出力
13870 \end_layout
13871
13872 \end_inset
13873 </cell>
13874 </row>
13875 <row>
13876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13877 \begin_inset Text
13878
13879 \begin_layout Plain Layout
13880
13881 \backslash
13882 sum
13883 \begin_inset Index idx
13884 status collapsed
13885
13886 \begin_layout Plain Layout
13887 こまんど@コマンド ! S ! 
13888 \backslash
13889 sum
13890 \end_layout
13891
13892 \end_inset
13893
13894
13895 \end_layout
13896
13897 \end_inset
13898 </cell>
13899 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13900 \begin_inset Text
13901
13902 \begin_layout Plain Layout
13903 \begin_inset Formula $\sum$
13904 \end_inset
13905
13906
13907 \end_layout
13908
13909 \end_inset
13910 </cell>
13911 </row>
13912 <row>
13913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13914 \begin_inset Text
13915
13916 \begin_layout Plain Layout
13917
13918 \backslash
13919 int
13920 \begin_inset Index idx
13921 status collapsed
13922
13923 \begin_layout Plain Layout
13924 こまんど@コマンド ! I ! 
13925 \backslash
13926 int
13927 \end_layout
13928
13929 \end_inset
13930
13931
13932 \end_layout
13933
13934 \end_inset
13935 </cell>
13936 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13937 \begin_inset Text
13938
13939 \begin_layout Plain Layout
13940 \begin_inset Formula $\int$
13941 \end_inset
13942
13943
13944 \end_layout
13945
13946 \end_inset
13947 </cell>
13948 </row>
13949 <row>
13950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13951 \begin_inset Text
13952
13953 \begin_layout Plain Layout
13954
13955 \backslash
13956 oint
13957 \end_layout
13958
13959 \end_inset
13960 </cell>
13961 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13962 \begin_inset Text
13963
13964 \begin_layout Plain Layout
13965 \begin_inset Formula $\oint$
13966 \end_inset
13967
13968
13969 \end_layout
13970
13971 \end_inset
13972 </cell>
13973 </row>
13974 <row>
13975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13976 \begin_inset Text
13977
13978 \begin_layout Plain Layout
13979
13980 \backslash
13981 ointctrclockwise
13982 \end_layout
13983
13984 \end_inset
13985 </cell>
13986 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13987 \begin_inset Text
13988
13989 \begin_layout Plain Layout
13990 \begin_inset Formula $\ointctrclockwise$
13991 \end_inset
13992
13993
13994 \end_layout
13995
13996 \end_inset
13997 </cell>
13998 </row>
13999 <row>
14000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14001 \begin_inset Text
14002
14003 \begin_layout Plain Layout
14004
14005 \backslash
14006 ointclockwise
14007 \end_layout
14008
14009 \end_inset
14010 </cell>
14011 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14012 \begin_inset Text
14013
14014 \begin_layout Plain Layout
14015 \begin_inset Formula $\ointclockwise$
14016 \end_inset
14017
14018
14019 \end_layout
14020
14021 \end_inset
14022 </cell>
14023 </row>
14024 <row>
14025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14026 \begin_inset Text
14027
14028 \begin_layout Plain Layout
14029
14030 \backslash
14031 sqint
14032 \end_layout
14033
14034 \end_inset
14035 </cell>
14036 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14037 \begin_inset Text
14038
14039 \begin_layout Plain Layout
14040 \begin_inset Formula $\sqint$
14041 \end_inset
14042
14043
14044 \end_layout
14045
14046 \end_inset
14047 </cell>
14048 </row>
14049 <row>
14050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14051 \begin_inset Text
14052
14053 \begin_layout Plain Layout
14054
14055 \backslash
14056 bigcap
14057 \end_layout
14058
14059 \end_inset
14060 </cell>
14061 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14062 \begin_inset Text
14063
14064 \begin_layout Plain Layout
14065 \begin_inset Formula $\bigcap$
14066 \end_inset
14067
14068
14069 \end_layout
14070
14071 \end_inset
14072 </cell>
14073 </row>
14074 <row>
14075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14076 \begin_inset Text
14077
14078 \begin_layout Plain Layout
14079
14080 \backslash
14081 bigcup
14082 \end_layout
14083
14084 \end_inset
14085 </cell>
14086 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14087 \begin_inset Text
14088
14089 \begin_layout Plain Layout
14090 \begin_inset Formula $\bigcup$
14091 \end_inset
14092
14093
14094 \end_layout
14095
14096 \end_inset
14097 </cell>
14098 </row>
14099 </lyxtabular>
14100
14101 \end_inset
14102
14103
14104 \begin_inset space \hfill{}
14105 \end_inset
14106
14107
14108 \begin_inset Tabular
14109 <lyxtabular version="3" rows="10" columns="2">
14110 <features rotate="0" tabularvalignment="middle">
14111 <column alignment="center" valignment="top" width="0pt">
14112 <column alignment="center" valignment="top" width="0pt">
14113 <row>
14114 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14115 \begin_inset Text
14116
14117 \begin_layout Plain Layout
14118 コマンド
14119 \end_layout
14120
14121 \end_inset
14122 </cell>
14123 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14124 \begin_inset Text
14125
14126 \begin_layout Plain Layout
14127 出力
14128 \end_layout
14129
14130 \end_inset
14131 </cell>
14132 </row>
14133 <row>
14134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14135 \begin_inset Text
14136
14137 \begin_layout Plain Layout
14138
14139 \backslash
14140 prod
14141 \begin_inset Index idx
14142 status collapsed
14143
14144 \begin_layout Plain Layout
14145 こまんど@コマンド ! P ! 
14146 \backslash
14147 prod
14148 \end_layout
14149
14150 \end_inset
14151
14152
14153 \end_layout
14154
14155 \end_inset
14156 </cell>
14157 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14158 \begin_inset Text
14159
14160 \begin_layout Plain Layout
14161 \begin_inset Formula $\prod$
14162 \end_inset
14163
14164
14165 \end_layout
14166
14167 \end_inset
14168 </cell>
14169 </row>
14170 <row>
14171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14172 \begin_inset Text
14173
14174 \begin_layout Plain Layout
14175
14176 \backslash
14177 coprod
14178 \end_layout
14179
14180 \end_inset
14181 </cell>
14182 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14183 \begin_inset Text
14184
14185 \begin_layout Plain Layout
14186 \begin_inset Formula $\coprod$
14187 \end_inset
14188
14189
14190 \end_layout
14191
14192 \end_inset
14193 </cell>
14194 </row>
14195 <row>
14196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14197 \begin_inset Text
14198
14199 \begin_layout Plain Layout
14200
14201 \backslash
14202 bigodot
14203 \end_layout
14204
14205 \end_inset
14206 </cell>
14207 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14208 \begin_inset Text
14209
14210 \begin_layout Plain Layout
14211 \begin_inset Formula $\bigodot$
14212 \end_inset
14213
14214
14215 \end_layout
14216
14217 \end_inset
14218 </cell>
14219 </row>
14220 <row>
14221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14222 \begin_inset Text
14223
14224 \begin_layout Plain Layout
14225
14226 \backslash
14227 bigotimes
14228 \end_layout
14229
14230 \end_inset
14231 </cell>
14232 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14233 \begin_inset Text
14234
14235 \begin_layout Plain Layout
14236 \begin_inset Formula $\bigotimes$
14237 \end_inset
14238
14239
14240 \end_layout
14241
14242 \end_inset
14243 </cell>
14244 </row>
14245 <row>
14246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14247 \begin_inset Text
14248
14249 \begin_layout Plain Layout
14250
14251 \backslash
14252 bigoplus
14253 \end_layout
14254
14255 \end_inset
14256 </cell>
14257 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14258 \begin_inset Text
14259
14260 \begin_layout Plain Layout
14261 \begin_inset Formula $\bigoplus$
14262 \end_inset
14263
14264
14265 \end_layout
14266
14267 \end_inset
14268 </cell>
14269 </row>
14270 <row>
14271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14272 \begin_inset Text
14273
14274 \begin_layout Plain Layout
14275
14276 \backslash
14277 bigwedge
14278 \end_layout
14279
14280 \end_inset
14281 </cell>
14282 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14283 \begin_inset Text
14284
14285 \begin_layout Plain Layout
14286 \begin_inset Formula $\bigwedge$
14287 \end_inset
14288
14289
14290 \end_layout
14291
14292 \end_inset
14293 </cell>
14294 </row>
14295 <row>
14296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14297 \begin_inset Text
14298
14299 \begin_layout Plain Layout
14300
14301 \backslash
14302 bigvee
14303 \end_layout
14304
14305 \end_inset
14306 </cell>
14307 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14308 \begin_inset Text
14309
14310 \begin_layout Plain Layout
14311 \begin_inset Formula $\bigvee$
14312 \end_inset
14313
14314
14315 \end_layout
14316
14317 \end_inset
14318 </cell>
14319 </row>
14320 <row>
14321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14322 \begin_inset Text
14323
14324 \begin_layout Plain Layout
14325
14326 \backslash
14327 bigsqcup
14328 \end_layout
14329
14330 \end_inset
14331 </cell>
14332 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14333 \begin_inset Text
14334
14335 \begin_layout Plain Layout
14336 \begin_inset Formula $\bigsqcup$
14337 \end_inset
14338
14339
14340 \end_layout
14341
14342 \end_inset
14343 </cell>
14344 </row>
14345 <row>
14346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14347 \begin_inset Text
14348
14349 \begin_layout Plain Layout
14350
14351 \backslash
14352 biguplus
14353 \end_layout
14354
14355 \end_inset
14356 </cell>
14357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14358 \begin_inset Text
14359
14360 \begin_layout Plain Layout
14361 \begin_inset Formula $\biguplus$
14362 \end_inset
14363
14364
14365 \end_layout
14366
14367 \end_inset
14368 </cell>
14369 </row>
14370 </lyxtabular>
14371
14372 \end_inset
14373
14374
14375 \begin_inset space \hfill{}
14376 \end_inset
14377
14378
14379 \end_layout
14380
14381 \begin_layout Standard
14382 すべての大演算子は、数式ツールバーボタンの
14383 \begin_inset Graphics
14384         filename ../../images/math/intop.png
14385         scale 85
14386
14387 \end_inset
14388
14389 でも挿入することができます。
14390 \end_layout
14391
14392 \begin_layout Standard
14393 これらの演算子は、よく見ないと同じように見える二項演算子よりも大きいので、大演算子と呼ばれます。大演算子はすべて、次小節で説明する「範囲」をとることができます。
14394 \end_layout
14395
14396 \begin_layout Standard
14397 積分演算子はすべて、
14398 \series bold
14399
14400 \backslash
14401 intop
14402 \series default
14403
14404 \series bold
14405
14406 \backslash
14407 ointop
14408 \series default
14409 のように、
14410 \series bold
14411 op
14412 \series default
14413 で終わる別バージョンがあります。これらの演算子は、
14414 \series bold
14415
14416 \backslash
14417 int
14418 \series default
14419 とは範囲の表示のしかたが異なります。第
14420 \begin_inset CommandInset ref
14421 LatexCommand ref
14422 reference "sub:演算子の範囲"
14423
14424 \end_inset
14425
14426 節をご参照下さい。
14427 \end_layout
14428
14429 \begin_layout Subsubsection*
14430 積分の子細
14431 \end_layout
14432
14433 \begin_layout Standard
14434 積分中で用いられる文字
14435 \emph on
14436 d
14437 \emph default
14438 は演算子なので、アップライト体で組まれなくてはなりません。これを行うには
14439 \emph on
14440 d
14441 \emph default
14442 を選択して、
14443 \begin_inset Flex Ruby
14444 status collapsed
14445
14446 \begin_layout Plain Layout
14447 捷径
14448 \begin_inset Argument post:1
14449 status collapsed
14450
14451 \begin_layout Plain Layout
14452 ショートカット
14453 \end_layout
14454
14455 \end_inset
14456
14457
14458 \end_layout
14459
14460 \end_inset
14461
14462
14463 \begin_inset Info
14464 type  "shortcut"
14465 arg   "font-roman"
14466 \end_inset
14467
14468 を用います
14469 \begin_inset Foot
14470 status collapsed
14471
14472 \begin_layout Plain Layout
14473 文字様式については、第
14474 \begin_inset CommandInset ref
14475 LatexCommand ref
14476 reference "sub:書体様式"
14477
14478 \end_inset
14479
14480 節参照。
14481 \end_layout
14482
14483 \end_inset
14484
14485 。最後に、演算子の慣例に倣って、
14486 \emph on
14487 d
14488 \emph default
14489 の前に最小空白を挿入しなくてはなりません。たとえば、
14490 \end_layout
14491
14492 \begin_layout Standard
14493 正しくない例:
14494 \begin_inset Formula $\int A(x)dx$
14495 \end_inset
14496
14497
14498 \begin_inset Newline newline
14499 \end_inset
14500
14501 正しい
14502 \begin_inset Phantom HPhantom
14503 status open
14504
14505 \begin_layout Plain Layout
14506 ない
14507 \end_layout
14508
14509 \end_inset
14510
14511 例:
14512 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
14513 \end_inset
14514
14515
14516 \end_layout
14517
14518 \begin_layout Standard
14519 多重積分に関しては、以下のコマンドがあります。
14520 \begin_inset VSpace medskip
14521 \end_inset
14522
14523
14524 \end_layout
14525
14526 \begin_layout Standard
14527 \begin_inset space \hfill{}
14528 \end_inset
14529
14530
14531 \begin_inset Tabular
14532 <lyxtabular version="3" rows="4" columns="2">
14533 <features rotate="0" tabularvalignment="middle">
14534 <column alignment="center" valignment="top">
14535 <column alignment="center" valignment="top">
14536 <row>
14537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14538 \begin_inset Text
14539
14540 \begin_layout Plain Layout
14541 コマンド
14542 \end_layout
14543
14544 \end_inset
14545 </cell>
14546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14547 \begin_inset Text
14548
14549 \begin_layout Plain Layout
14550 出力
14551 \begin_inset Note Note
14552 status collapsed
14553
14554 \begin_layout Plain Layout
14555 ここで
14556 \series bold
14557
14558 \backslash
14559 raisebox
14560 \series default
14561 はスペーサーとして使用しているだけです。
14562 \end_layout
14563
14564 \end_inset
14565
14566
14567 \end_layout
14568
14569 \end_inset
14570 </cell>
14571 </row>
14572 <row>
14573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14574 \begin_inset Text
14575
14576 \begin_layout Plain Layout
14577
14578 \backslash
14579 iint
14580 \end_layout
14581
14582 \end_inset
14583 </cell>
14584 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14585 \begin_inset Text
14586
14587 \begin_layout Plain Layout
14588 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
14589 \end_inset
14590
14591
14592 \end_layout
14593
14594 \end_inset
14595 </cell>
14596 </row>
14597 <row>
14598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14599 \begin_inset Text
14600
14601 \begin_layout Plain Layout
14602
14603 \backslash
14604 oiint
14605 \end_layout
14606
14607 \end_inset
14608 </cell>
14609 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14610 \begin_inset Text
14611
14612 \begin_layout Plain Layout
14613 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
14614 \end_inset
14615
14616
14617 \end_layout
14618
14619 \end_inset
14620 </cell>
14621 </row>
14622 <row>
14623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14624 \begin_inset Text
14625
14626 \begin_layout Plain Layout
14627
14628 \backslash
14629 sqiint
14630 \end_layout
14631
14632 \end_inset
14633 </cell>
14634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14635 \begin_inset Text
14636
14637 \begin_layout Plain Layout
14638 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
14639 \end_inset
14640
14641
14642 \end_layout
14643
14644 \end_inset
14645 </cell>
14646 </row>
14647 </lyxtabular>
14648
14649 \end_inset
14650
14651
14652 \begin_inset space \hfill{}
14653 \end_inset
14654
14655
14656 \begin_inset Tabular
14657 <lyxtabular version="3" rows="4" columns="2">
14658 <features rotate="0" tabularvalignment="middle">
14659 <column alignment="center" valignment="top">
14660 <column alignment="center" valignment="top">
14661 <row>
14662 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14663 \begin_inset Text
14664
14665 \begin_layout Plain Layout
14666 コマンド
14667 \end_layout
14668
14669 \end_inset
14670 </cell>
14671 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14672 \begin_inset Text
14673
14674 \begin_layout Plain Layout
14675 出力
14676 \end_layout
14677
14678 \end_inset
14679 </cell>
14680 </row>
14681 <row>
14682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14683 \begin_inset Text
14684
14685 \begin_layout Plain Layout
14686
14687 \backslash
14688 iiint
14689 \end_layout
14690
14691 \end_inset
14692 </cell>
14693 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14694 \begin_inset Text
14695
14696 \begin_layout Plain Layout
14697 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
14698 \end_inset
14699
14700
14701 \end_layout
14702
14703 \end_inset
14704 </cell>
14705 </row>
14706 <row>
14707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14708 \begin_inset Text
14709
14710 \begin_layout Plain Layout
14711
14712 \backslash
14713 iiiint
14714 \end_layout
14715
14716 \end_inset
14717 </cell>
14718 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14719 \begin_inset Text
14720
14721 \begin_layout Plain Layout
14722 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
14723 \end_inset
14724
14725
14726 \end_layout
14727
14728 \end_inset
14729 </cell>
14730 </row>
14731 <row>
14732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14733 \begin_inset Text
14734
14735 \begin_layout Plain Layout
14736
14737 \backslash
14738 dotsint
14739 \end_layout
14740
14741 \end_inset
14742 </cell>
14743 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14744 \begin_inset Text
14745
14746 \begin_layout Plain Layout
14747 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
14748 \end_inset
14749
14750
14751 \end_layout
14752
14753 \end_inset
14754 </cell>
14755 </row>
14756 </lyxtabular>
14757
14758 \end_inset
14759
14760
14761 \begin_inset space \hfill{}
14762 \end_inset
14763
14764
14765 \end_layout
14766
14767 \begin_layout Subsection
14768 演算子の範囲
14769 \begin_inset CommandInset label
14770 LatexCommand label
14771 name "sub:演算子の範囲"
14772
14773 \end_inset
14774
14775
14776 \begin_inset Index idx
14777 status collapsed
14778
14779 \begin_layout Plain Layout
14780 えんざんし@演算子 ! はんい@範囲
14781 \end_layout
14782
14783 \end_inset
14784
14785
14786 \end_layout
14787
14788 \begin_layout Standard
14789 範囲は、上付き文字と下付き文字とで作成することができます。
14790 \end_layout
14791
14792 \begin_layout Standard
14793 \align center
14794 \begin_inset Tabular
14795 <lyxtabular version="3" rows="2" columns="2">
14796 <features rotate="0" tabularvalignment="middle">
14797 <column alignment="center" valignment="top" width="0pt">
14798 <column alignment="center" valignment="top" width="0pt">
14799 <row>
14800 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14801 \begin_inset Text
14802
14803 \begin_layout Plain Layout
14804 コマンド
14805 \end_layout
14806
14807 \end_inset
14808 </cell>
14809 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14810 \begin_inset Text
14811
14812 \begin_layout Plain Layout
14813 出力
14814 \begin_inset Note Note
14815 status collapsed
14816
14817 \begin_layout Plain Layout
14818 ここで
14819 \series bold
14820
14821 \backslash
14822 raisebox
14823 \series default
14824 はスペーサーとして使用しているだけです。
14825 \end_layout
14826
14827 \end_inset
14828
14829
14830 \end_layout
14831
14832 \end_inset
14833 </cell>
14834 </row>
14835 <row>
14836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14837 \begin_inset Text
14838
14839 \begin_layout Plain Layout
14840
14841 \backslash
14842 prod^
14843 \backslash
14844 infty
14845 \begin_inset space \textvisiblespace{}
14846 \end_inset
14847
14848
14849 \begin_inset Formula $\to$
14850 \end_inset
14851
14852 _0
14853 \begin_inset Formula $\to$
14854 \end_inset
14855
14856 A(x)
14857 \end_layout
14858
14859 \end_inset
14860 </cell>
14861 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14862 \begin_inset Text
14863
14864 \begin_layout Plain Layout
14865 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
14866 \end_inset
14867
14868
14869 \end_layout
14870
14871 \end_inset
14872 </cell>
14873 </row>
14874 </lyxtabular>
14875
14876 \end_inset
14877
14878
14879 \end_layout
14880
14881 \begin_layout Standard
14882 行内数式では、範囲は演算子の右横に表示されます。別行立て数式での範囲は、積分範囲を除き、演算子の上と下に表示されます。
14883 \end_layout
14884
14885 \begin_layout Standard
14886 範囲が演算子の横に表示されるように強制するには、カーソルを当該演算子の直後において、
14887 \family sans
14888 編集\SpecialChar \menuseparator
14889 数式\SpecialChar \menuseparator
14890 範囲の表記を変更
14891 \family default
14892 メニューで
14893 \family sans
14894 \series bold
14895 行内形式
14896 \family default
14897 \series default
14898 (
14899 \begin_inset Flex Ruby
14900 status collapsed
14901
14902 \begin_layout Plain Layout
14903 捷径
14904 \begin_inset Argument post:1
14905 status collapsed
14906
14907 \begin_layout Plain Layout
14908 ショートカット
14909 \end_layout
14910
14911 \end_inset
14912
14913
14914 \end_layout
14915
14916 \end_inset
14917
14918
14919 \begin_inset Info
14920 type  "shortcut"
14921 arg   "math-limits"
14922 \end_inset
14923
14924 )を選択することで範囲形式を変更することができます。以下はその用例です。
14925 \end_layout
14926
14927 \begin_layout Standard
14928 既定の範囲形式は、以下のようになっています。
14929 \begin_inset Formula 
14930 \[
14931 \sum_{x=0}^{\infty}\frac{1}{x^{2}}
14932 \]
14933
14934 \end_inset
14935
14936 以下は、範囲形式を
14937 \family sans
14938 \series bold
14939 行内形式
14940 \family default
14941 \series default
14942 に変更したときの表示です。
14943 \begin_inset Formula 
14944 \[
14945 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}
14946 \]
14947
14948 \end_inset
14949
14950
14951 \series bold
14952
14953 \backslash
14954 intop
14955 \series default
14956
14957 \series bold
14958
14959 \backslash
14960 ointop
14961 \series default
14962 などのように
14963 \series bold
14964 op
14965 \series default
14966 で終わるもの以外の積分記号では、範囲は、既定で演算子の横に設定されます。しかし、多重積分においては、範囲を演算子の下に置くべきときがあります。このことから、以下
14967 の例では、範囲形式を
14968 \series bold
14969 別行立て形式
14970 \series default
14971 にして積分記号の下に置くようにしています。
14972 \begin_inset Formula 
14973 \begin{equation}
14974 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}
14975 \end{equation}
14976
14977 \end_inset
14978
14979
14980 \end_layout
14981
14982 \begin_layout Standard
14983 \begin_inset VSpace medskip
14984 \end_inset
14985
14986 範囲に条件を指定したい場合には、
14987 \series bold
14988
14989 \backslash
14990 subarray
14991 \series default
14992
14993 \begin_inset Index idx
14994 status collapsed
14995
14996 \begin_layout Plain Layout
14997 こまんど@コマンド ! S ! 
14998 \backslash
14999 subarray
15000 \end_layout
15001
15002 \end_inset
15003
15004 コマンドや
15005 \series bold
15006
15007 \backslash
15008 substack
15009 \series default
15010
15011 \begin_inset Index idx
15012 status collapsed
15013
15014 \begin_layout Plain Layout
15015 こまんど@コマンド ! S ! 
15016 \backslash
15017 substack
15018 \end_layout
15019
15020 \end_inset
15021
15022 コマンドを使用します。たとえば、以下の表記 
15023 \begin_inset Formula 
15024 \begin{equation}
15025 \sum_{\begin{subarray}{c}
15026 0<k<1000\\
15027 \\
15028 k\,\in\,\mathbb{N}
15029 \end{subarray}}^{n}k^{-2}\label{eq:substack}
15030 \end{equation}
15031
15032 \end_inset
15033
15034
15035 \end_layout
15036
15037 \begin_layout Standard
15038 を作成するには、以下のようにしなくてはなりません。
15039 \begin_inset Newline newline
15040 \end_inset
15041
15042 まず、
15043 \series bold
15044
15045 \backslash
15046 sum
15047 \series default
15048 ^
15049 \series bold
15050 n
15051 \begin_inset space \textvisiblespace{}
15052 \end_inset
15053
15054 _
15055 \series default
15056 というコマンドを入力します。すると、和演算子の下の青枠に移動するので、ここに
15057 \series bold
15058
15059 \backslash
15060 subarray
15061 \begin_inset space \textvisiblespace{}
15062 \end_inset
15063
15064
15065 \series default
15066 コマンドを挿入します。すると、青枠が紫枠の中に入って、ここに複数の行を書き込むことができるようになります。新しい行は、改行(
15067 \begin_inset Info
15068 type  "shortcut"
15069 arg   "newline-insert newline"
15070 \end_inset
15071
15072 )を挿入することで作ることができます。ここに
15073 \begin_inset Newline newline
15074 \end_inset
15075
15076
15077 \series bold
15078 0
15079 \begin_inset Formula $\boldsymbol{<}$
15080 \end_inset
15081
15082 k
15083 \begin_inset Formula $\boldsymbol{<}$
15084 \end_inset
15085
15086 1000 Ctrl+Return
15087 \begin_inset Newline newline
15088 \end_inset
15089
15090
15091 \series default
15092 と入力すると、新規行のための新しい枠が現れます。
15093 \end_layout
15094
15095 \begin_layout Standard
15096 各行の揃え方は、
15097 \family sans
15098 表ツールバー
15099 \family default
15100
15101 \family sans
15102 編集\SpecialChar \menuseparator
15103 行と列
15104 \family default
15105 メニューで変更することができますが、右揃えにするには、行頭に
15106 \series bold
15107
15108 \backslash
15109 hfill
15110 \begin_inset space \textvisiblespace{}
15111 \end_inset
15112
15113
15114 \series default
15115 を挿入しなくてはなりません。
15116 \end_layout
15117
15118 \begin_layout Standard
15119
15120 \series bold
15121
15122 \backslash
15123 substack
15124 \series default
15125 コマンドは、各行がつねに中央揃えになることを除いては、
15126 \series bold
15127
15128 \backslash
15129 subarray
15130 \series default
15131 と同じです。
15132 \end_layout
15133
15134 \begin_layout Standard
15135 \begin_inset VSpace bigskip
15136 \end_inset
15137
15138 演算子の後に来る文字は、範囲の横に来るので、
15139 \begin_inset CommandInset ref
15140 LatexCommand eqref
15141 reference "eq:substack"
15142
15143 \end_inset
15144
15145 式のように、演算子の横の余白が大きくなりすぎることがあります。
15146 \end_layout
15147
15148 \begin_layout Standard
15149 これを避けるには、LaTeXプリアンブルに以下のようなマクロを指定する方法があります。
15150 \end_layout
15151
15152 \begin_layout Standard
15153
15154 \series bold
15155
15156 \backslash
15157 def
15158 \backslash
15159 clap#1{
15160 \backslash
15161 hbox to 0pt{
15162 \backslash
15163 hss #1
15164 \backslash
15165 hss}}
15166 \begin_inset Newline newline
15167 \end_inset
15168
15169
15170 \backslash
15171 def
15172 \backslash
15173 mathclap {
15174 \backslash
15175 mathpalette 
15176 \backslash
15177 mathclapinternal}
15178 \begin_inset Newline newline
15179 \end_inset
15180
15181
15182 \backslash
15183 def
15184 \backslash
15185 mathclapinternal #1#2{
15186 \backslash
15187 clap{$
15188 \backslash
15189 mathsurround =0pt #1{#2}$}}
15190 \end_layout
15191
15192 \begin_layout Standard
15193 これは、範囲の幅を0
15194 \begin_inset space \thinspace{}
15195 \end_inset
15196
15197 ptに設定する
15198 \series bold
15199
15200 \backslash
15201 mathclap
15202 \series default
15203
15204 \begin_inset Index idx
15205 status collapsed
15206
15207 \begin_layout Plain Layout
15208 こまんど@コマンド ! M ! 
15209 \backslash
15210 mathclap
15211 \end_layout
15212
15213 \end_inset
15214
15215 コマンドを定義しています。このコマンドの書式は、
15216 \end_layout
15217
15218 \begin_layout Standard
15219
15220 \series bold
15221
15222 \backslash
15223 mathclap{範囲}
15224 \end_layout
15225
15226 \begin_layout Standard
15227 となっていて、「範囲」には複数の条件を入れることができます。
15228 \end_layout
15229
15230 \begin_layout Standard
15231 これを
15232 \begin_inset CommandInset ref
15233 LatexCommand eqref
15234 reference "eq:substack"
15235
15236 \end_inset
15237
15238 式に応用すると、以下のようなコマンド
15239 \end_layout
15240
15241 \begin_layout Standard
15242
15243 \series bold
15244
15245 \backslash
15246 sum_
15247 \backslash
15248 mathclap{
15249 \backslash
15250 substack
15251 \begin_inset space \textvisiblespace{}
15252 \end_inset
15253
15254 0
15255 \begin_inset Formula $\boldsymbol{<}$
15256 \end_inset
15257
15258 k
15259 \begin_inset Formula $\boldsymbol{<}$
15260 \end_inset
15261
15262 1000 Ctrl+Return
15263 \end_layout
15264
15265 \begin_layout Standard
15266 を使用して下限を作成することになります。これによって、足される要素は、和演算子の直後に来ることになります。
15267 \begin_inset Formula 
15268 \[
15269 \sum_{\mathclap{\substack{0<k<1000\\
15270 \\
15271 k\,\in\,\mathbb{N}
15272 }
15273 }}^{n}k^{-2}
15274 \]
15275
15276 \end_inset
15277
15278
15279 \end_layout
15280
15281 \begin_layout Standard
15282 \begin_inset VSpace bigskip
15283 \end_inset
15284
15285 一つの範囲を複数の演算子に用いる方法が、第
15286 \begin_inset CommandInset ref
15287 LatexCommand ref
15288 reference "sub:自己定義演算子"
15289
15290 \end_inset
15291
15292 節に述べられています。
15293 \end_layout
15294
15295 \begin_layout Subsection
15296 演算子の修飾
15297 \begin_inset Index idx
15298 status open
15299
15300 \begin_layout Plain Layout
15301 えんざんし@演算子 ! 
15302 \family sans
15303 \series bold
15304 しゅうしょく@修飾
15305 \end_layout
15306
15307 \end_inset
15308
15309
15310 \end_layout
15311
15312 \begin_layout Standard
15313
15314 \series bold
15315
15316 \backslash
15317 overset
15318 \series default
15319
15320 \begin_inset Index idx
15321 status collapsed
15322
15323 \begin_layout Plain Layout
15324 こまんど@コマンド ! O ! 
15325 \backslash
15326 overset
15327 \end_layout
15328
15329 \end_inset
15330
15331 コマンドや
15332 \series bold
15333
15334 \backslash
15335 underset
15336 \series default
15337
15338 \begin_inset Index idx
15339 status collapsed
15340
15341 \begin_layout Plain Layout
15342 こまんど@コマンド ! U ! 
15343 \backslash
15344 underset
15345 \end_layout
15346
15347 \end_inset
15348
15349 コマンドを使うと、それぞれ演算子の上や下に、文字をアクセントとして付けることができます。また、
15350 \series bold
15351
15352 \backslash
15353 sideset
15354 \series default
15355
15356 \begin_inset Index idx
15357 status collapsed
15358
15359 \begin_layout Plain Layout
15360 こまんど@コマンド ! S ! 
15361 \backslash
15362 sideset
15363 \end_layout
15364
15365 \end_inset
15366
15367 コマンドを使うと、文字を演算子の前や後ろに付けることができます。コマンド書式は、
15368 \end_layout
15369
15370 \begin_layout Standard
15371
15372 \series bold
15373
15374 \backslash
15375 sideset{前置文字}{後置文字}
15376 \end_layout
15377
15378 \begin_layout Standard
15379
15380 \series bold
15381
15382 \backslash
15383 sideset
15384 \series default
15385 は、かならずアクセントを付ける演算子の前に置かなくてはなりません。複数の文字や他の演算子、記号もアクセントとして使用することができます。たとえば、
15386 \series bold
15387
15388 \backslash
15389 sideset
15390 \series default
15391 を使って演算子の後だけに文字を配置したい場合には、最初の括弧の中には何も書かないようにしますが、括弧を省略することはできません。
15392 \end_layout
15393
15394 \begin_layout Standard
15395 たとえば、
15396 \series bold
15397
15398 \backslash
15399 sideset{
15400 \begin_inset Formula $\to$
15401 \end_inset
15402
15403
15404 \backslash
15405 {
15406 \series default
15407 '
15408 \series bold
15409
15410 \begin_inset Formula $\to$
15411 \end_inset
15412
15413
15414 \backslash
15415 sum_k=1
15416 \begin_inset space \textvisiblespace{}
15417 \end_inset
15418
15419
15420 \series default
15421 ^
15422 \series bold
15423 n
15424 \series default
15425 というコマンドを入力すると、
15426 \begin_inset Formula 
15427 \[
15428 \sideset{}{'}\sum_{k=1}^{n}
15429 \]
15430
15431 \end_inset
15432
15433 のようになります。
15434 \end_layout
15435
15436 \begin_layout Standard
15437 \begin_inset Note Greyedout
15438 status open
15439
15440 \begin_layout Plain Layout
15441
15442 \series bold
15443 【註】
15444 \backslash
15445 sideset
15446 \series default
15447 は、大演算子を修飾するためだけに用いることができ、二項演算子には用いることができません。
15448 \end_layout
15449
15450 \end_inset
15451
15452
15453 \end_layout
15454
15455 \begin_layout Standard
15456 のようになります。最後の例からわかるように、
15457 \series bold
15458
15459 \backslash
15460 overset
15461 \series default
15462
15463 \series bold
15464
15465 \backslash
15466 underset
15467 \series default
15468 では、記号や文字にアクセントをつけることもできます。一方。 また、
15469 \series bold
15470
15471 \backslash
15472 overset
15473 \begin_inset space \textvisiblespace{}
15474 \end_inset
15475
15476
15477 \backslash
15478 maltese
15479 \begin_inset space \textvisiblespace{}
15480 \end_inset
15481
15482
15483 \series default
15484
15485 \begin_inset Formula $\uparrow$
15486 \end_inset
15487
15488
15489 \series bold
15490 a
15491 \series default
15492 というコマンドならば、
15493 \begin_inset Formula 
15494 \[
15495 \overset{a}{\maltese}
15496 \]
15497
15498 \end_inset
15499
15500
15501 \end_layout
15502
15503 \begin_layout Subsection
15504 二項演算子
15505 \begin_inset CommandInset label
15506 LatexCommand label
15507 name "sub:二項演算子"
15508
15509 \end_inset
15510
15511
15512 \begin_inset Index idx
15513 status collapsed
15514
15515 \begin_layout Plain Layout
15516 えんざんし@演算子 ! にこう@二項
15517 \end_layout
15518
15519 \end_inset
15520
15521
15522 \end_layout
15523
15524 \begin_layout Standard
15525 二項演算子は、前後に文字がある場合、周囲に余白が入ります。
15526 \begin_inset VSpace medskip
15527 \end_inset
15528
15529
15530 \end_layout
15531
15532 \begin_layout Standard
15533 \begin_inset space \hfill{}
15534 \end_inset
15535
15536
15537 \begin_inset Tabular
15538 <lyxtabular version="3" rows="13" columns="2">
15539 <features rotate="0" tabularvalignment="middle">
15540 <column alignment="center" valignment="top" width="0pt">
15541 <column alignment="center" valignment="top" width="0pt">
15542 <row>
15543 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15544 \begin_inset Text
15545
15546 \begin_layout Plain Layout
15547 コマンド
15548 \begin_inset Note Note
15549 status collapsed
15550
15551 \begin_layout Plain Layout
15552 ここで
15553 \series bold
15554
15555 \backslash
15556 raisebox
15557 \series default
15558 はスペーサーとして使用しているだけです。
15559 \end_layout
15560
15561 \end_inset
15562
15563
15564 \end_layout
15565
15566 \end_inset
15567 </cell>
15568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15569 \begin_inset Text
15570
15571 \begin_layout Plain Layout
15572 出力
15573 \end_layout
15574
15575 \end_inset
15576 </cell>
15577 </row>
15578 <row>
15579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15580 \begin_inset Text
15581
15582 \begin_layout Plain Layout
15583 +
15584 \end_layout
15585
15586 \end_inset
15587 </cell>
15588 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15589 \begin_inset Text
15590
15591 \begin_layout Plain Layout
15592 \begin_inset Formula $+$
15593 \end_inset
15594
15595
15596 \end_layout
15597
15598 \end_inset
15599 </cell>
15600 </row>
15601 <row>
15602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15603 \begin_inset Text
15604
15605 \begin_layout Plain Layout
15606 -
15607 \end_layout
15608
15609 \end_inset
15610 </cell>
15611 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15612 \begin_inset Text
15613
15614 \begin_layout Plain Layout
15615 \begin_inset Formula $-$
15616 \end_inset
15617
15618
15619 \end_layout
15620
15621 \end_inset
15622 </cell>
15623 </row>
15624 <row>
15625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15626 \begin_inset Text
15627
15628 \begin_layout Plain Layout
15629
15630 \backslash
15631 pm
15632 \end_layout
15633
15634 \end_inset
15635 </cell>
15636 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15637 \begin_inset Text
15638
15639 \begin_layout Plain Layout
15640 \begin_inset Formula $\pm$
15641 \end_inset
15642
15643
15644 \end_layout
15645
15646 \end_inset
15647 </cell>
15648 </row>
15649 <row>
15650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15651 \begin_inset Text
15652
15653 \begin_layout Plain Layout
15654
15655 \backslash
15656 mp
15657 \end_layout
15658
15659 \end_inset
15660 </cell>
15661 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15662 \begin_inset Text
15663
15664 \begin_layout Plain Layout
15665 \begin_inset Formula $\mp$
15666 \end_inset
15667
15668
15669 \end_layout
15670
15671 \end_inset
15672 </cell>
15673 </row>
15674 <row>
15675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15676 \begin_inset Text
15677
15678 \begin_layout Plain Layout
15679
15680 \backslash
15681 cdot
15682 \end_layout
15683
15684 \end_inset
15685 </cell>
15686 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15687 \begin_inset Text
15688
15689 \begin_layout Plain Layout
15690 \begin_inset Formula $\cdot$
15691 \end_inset
15692
15693
15694 \end_layout
15695
15696 \end_inset
15697 </cell>
15698 </row>
15699 <row>
15700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15701 \begin_inset Text
15702
15703 \begin_layout Plain Layout
15704
15705 \backslash
15706 times
15707 \end_layout
15708
15709 \end_inset
15710 </cell>
15711 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15712 \begin_inset Text
15713
15714 \begin_layout Plain Layout
15715 \begin_inset Formula $\times$
15716 \end_inset
15717
15718
15719 \end_layout
15720
15721 \end_inset
15722 </cell>
15723 </row>
15724 <row>
15725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15726 \begin_inset Text
15727
15728 \begin_layout Plain Layout
15729
15730 \backslash
15731 div
15732 \end_layout
15733
15734 \end_inset
15735 </cell>
15736 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15737 \begin_inset Text
15738
15739 \begin_layout Plain Layout
15740 \begin_inset Formula $\div$
15741 \end_inset
15742
15743
15744 \end_layout
15745
15746 \end_inset
15747 </cell>
15748 </row>
15749 <row>
15750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15751 \begin_inset Text
15752
15753 \begin_layout Plain Layout
15754 \begin_inset ERT
15755 status collapsed
15756
15757 \begin_layout Plain Layout
15758
15759
15760 \backslash
15761 raisebox{-1.2mm}{
15762 \end_layout
15763
15764 \end_inset
15765
15766 *
15767 \begin_inset ERT
15768 status collapsed
15769
15770 \begin_layout Plain Layout
15771
15772 }
15773 \end_layout
15774
15775 \end_inset
15776
15777
15778 \end_layout
15779
15780 \end_inset
15781 </cell>
15782 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15783 \begin_inset Text
15784
15785 \begin_layout Plain Layout
15786 \begin_inset Formula $*$
15787 \end_inset
15788
15789
15790 \end_layout
15791
15792 \end_inset
15793 </cell>
15794 </row>
15795 <row>
15796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15797 \begin_inset Text
15798
15799 \begin_layout Plain Layout
15800
15801 \backslash
15802 star
15803 \end_layout
15804
15805 \end_inset
15806 </cell>
15807 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15808 \begin_inset Text
15809
15810 \begin_layout Plain Layout
15811 \begin_inset Formula $\star$
15812 \end_inset
15813
15814
15815 \end_layout
15816
15817 \end_inset
15818 </cell>
15819 </row>
15820 <row>
15821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15822 \begin_inset Text
15823
15824 \begin_layout Plain Layout
15825
15826 \backslash
15827 circ
15828 \end_layout
15829
15830 \end_inset
15831 </cell>
15832 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15833 \begin_inset Text
15834
15835 \begin_layout Plain Layout
15836 \begin_inset Formula $\circ$
15837 \end_inset
15838
15839
15840 \end_layout
15841
15842 \end_inset
15843 </cell>
15844 </row>
15845 <row>
15846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15847 \begin_inset Text
15848
15849 \begin_layout Plain Layout
15850
15851 \backslash
15852 diamond
15853 \end_layout
15854
15855 \end_inset
15856 </cell>
15857 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15858 \begin_inset Text
15859
15860 \begin_layout Plain Layout
15861 \begin_inset Formula $\diamond$
15862 \end_inset
15863
15864
15865 \end_layout
15866
15867 \end_inset
15868 </cell>
15869 </row>
15870 <row>
15871 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15872 \begin_inset Text
15873
15874 \begin_layout Plain Layout
15875
15876 \backslash
15877 bullet
15878 \end_layout
15879
15880 \end_inset
15881 </cell>
15882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15883 \begin_inset Text
15884
15885 \begin_layout Plain Layout
15886 \begin_inset Formula $\bullet$
15887 \end_inset
15888
15889
15890 \end_layout
15891
15892 \end_inset
15893 </cell>
15894 </row>
15895 </lyxtabular>
15896
15897 \end_inset
15898
15899
15900 \begin_inset space \hfill{}
15901 \end_inset
15902
15903
15904 \begin_inset Tabular
15905 <lyxtabular version="3" rows="13" columns="2">
15906 <features rotate="0" tabularvalignment="middle">
15907 <column alignment="center" valignment="top" width="0pt">
15908 <column alignment="center" valignment="top" width="0pt">
15909 <row>
15910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15911 \begin_inset Text
15912
15913 \begin_layout Plain Layout
15914 コマンド
15915 \end_layout
15916
15917 \end_inset
15918 </cell>
15919 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15920 \begin_inset Text
15921
15922 \begin_layout Plain Layout
15923 出力
15924 \end_layout
15925
15926 \end_inset
15927 </cell>
15928 </row>
15929 <row>
15930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15931 \begin_inset Text
15932
15933 \begin_layout Plain Layout
15934
15935 \backslash
15936 nabla
15937 \end_layout
15938
15939 \end_inset
15940 </cell>
15941 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15942 \begin_inset Text
15943
15944 \begin_layout Plain Layout
15945 \begin_inset Formula $\nabla$
15946 \end_inset
15947
15948
15949 \end_layout
15950
15951 \end_inset
15952 </cell>
15953 </row>
15954 <row>
15955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15956 \begin_inset Text
15957
15958 \begin_layout Plain Layout
15959
15960 \backslash
15961 bigtriangledown
15962 \end_layout
15963
15964 \end_inset
15965 </cell>
15966 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15967 \begin_inset Text
15968
15969 \begin_layout Plain Layout
15970 \begin_inset Formula $\bigtriangledown$
15971 \end_inset
15972
15973
15974 \end_layout
15975
15976 \end_inset
15977 </cell>
15978 </row>
15979 <row>
15980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15981 \begin_inset Text
15982
15983 \begin_layout Plain Layout
15984
15985 \backslash
15986 bigtriangleup
15987 \end_layout
15988
15989 \end_inset
15990 </cell>
15991 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15992 \begin_inset Text
15993
15994 \begin_layout Plain Layout
15995 \begin_inset Formula $\bigtriangleup$
15996 \end_inset
15997
15998
15999 \end_layout
16000
16001 \end_inset
16002 </cell>
16003 </row>
16004 <row>
16005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16006 \begin_inset Text
16007
16008 \begin_layout Plain Layout
16009
16010 \backslash
16011 Box
16012 \end_layout
16013
16014 \end_inset
16015 </cell>
16016 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16017 \begin_inset Text
16018
16019 \begin_layout Plain Layout
16020 \begin_inset Formula $\Box$
16021 \end_inset
16022
16023
16024 \end_layout
16025
16026 \end_inset
16027 </cell>
16028 </row>
16029 <row>
16030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16031 \begin_inset Text
16032
16033 \begin_layout Plain Layout
16034
16035 \backslash
16036 cap 
16037 \end_layout
16038
16039 \end_inset
16040 </cell>
16041 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16042 \begin_inset Text
16043
16044 \begin_layout Plain Layout
16045 \begin_inset Formula $\cap$
16046 \end_inset
16047
16048
16049 \end_layout
16050
16051 \end_inset
16052 </cell>
16053 </row>
16054 <row>
16055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16056 \begin_inset Text
16057
16058 \begin_layout Plain Layout
16059
16060 \backslash
16061 cup
16062 \end_layout
16063
16064 \end_inset
16065 </cell>
16066 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16067 \begin_inset Text
16068
16069 \begin_layout Plain Layout
16070 \begin_inset Formula $\cup$
16071 \end_inset
16072
16073
16074 \end_layout
16075
16076 \end_inset
16077 </cell>
16078 </row>
16079 <row>
16080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16081 \begin_inset Text
16082
16083 \begin_layout Plain Layout
16084
16085 \backslash
16086 dagger
16087 \end_layout
16088
16089 \end_inset
16090 </cell>
16091 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16092 \begin_inset Text
16093
16094 \begin_layout Plain Layout
16095 \begin_inset Formula $\dagger$
16096 \end_inset
16097
16098
16099 \end_layout
16100
16101 \end_inset
16102 </cell>
16103 </row>
16104 <row>
16105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16106 \begin_inset Text
16107
16108 \begin_layout Plain Layout
16109
16110 \backslash
16111 ddagger
16112 \end_layout
16113
16114 \end_inset
16115 </cell>
16116 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16117 \begin_inset Text
16118
16119 \begin_layout Plain Layout
16120 \begin_inset Formula $\ddagger$
16121 \end_inset
16122
16123
16124 \end_layout
16125
16126 \end_inset
16127 </cell>
16128 </row>
16129 <row>
16130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16131 \begin_inset Text
16132
16133 \begin_layout Plain Layout
16134
16135 \backslash
16136 wr
16137 \end_layout
16138
16139 \end_inset
16140 </cell>
16141 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16142 \begin_inset Text
16143
16144 \begin_layout Plain Layout
16145 \begin_inset Formula $\wr$
16146 \end_inset
16147
16148
16149 \end_layout
16150
16151 \end_inset
16152 </cell>
16153 </row>
16154 <row>
16155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16156 \begin_inset Text
16157
16158 \begin_layout Plain Layout
16159
16160 \backslash
16161 bigcirc
16162 \end_layout
16163
16164 \end_inset
16165 </cell>
16166 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16167 \begin_inset Text
16168
16169 \begin_layout Plain Layout
16170 \begin_inset Formula $\bigcirc$
16171 \end_inset
16172
16173
16174 \end_layout
16175
16176 \end_inset
16177 </cell>
16178 </row>
16179 <row>
16180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16181 \begin_inset Text
16182
16183 \begin_layout Plain Layout
16184
16185 \backslash
16186 wedge
16187 \end_layout
16188
16189 \end_inset
16190 </cell>
16191 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16192 \begin_inset Text
16193
16194 \begin_layout Plain Layout
16195 \begin_inset Formula $\wedge$
16196 \end_inset
16197
16198
16199 \end_layout
16200
16201 \end_inset
16202 </cell>
16203 </row>
16204 <row>
16205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16206 \begin_inset Text
16207
16208 \begin_layout Plain Layout
16209
16210 \backslash
16211 vee
16212 \end_layout
16213
16214 \end_inset
16215 </cell>
16216 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16217 \begin_inset Text
16218
16219 \begin_layout Plain Layout
16220 \begin_inset Formula $\vee$
16221 \end_inset
16222
16223
16224 \end_layout
16225
16226 \end_inset
16227 </cell>
16228 </row>
16229 </lyxtabular>
16230
16231 \end_inset
16232
16233
16234 \begin_inset space \hfill{}
16235 \end_inset
16236
16237
16238 \begin_inset Tabular
16239 <lyxtabular version="3" rows="13" columns="2">
16240 <features rotate="0" tabularvalignment="middle">
16241 <column alignment="center" valignment="top" width="0pt">
16242 <column alignment="center" valignment="top" width="0pt">
16243 <row>
16244 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16245 \begin_inset Text
16246
16247 \begin_layout Plain Layout
16248 コマンド
16249 \end_layout
16250
16251 \end_inset
16252 </cell>
16253 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16254 \begin_inset Text
16255
16256 \begin_layout Plain Layout
16257 出力
16258 \end_layout
16259
16260 \end_inset
16261 </cell>
16262 </row>
16263 <row>
16264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16265 \begin_inset Text
16266
16267 \begin_layout Plain Layout
16268
16269 \backslash
16270 oplus
16271 \end_layout
16272
16273 \end_inset
16274 </cell>
16275 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16276 \begin_inset Text
16277
16278 \begin_layout Plain Layout
16279 \begin_inset Formula $\oplus$
16280 \end_inset
16281
16282
16283 \end_layout
16284
16285 \end_inset
16286 </cell>
16287 </row>
16288 <row>
16289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16290 \begin_inset Text
16291
16292 \begin_layout Plain Layout
16293
16294 \backslash
16295 ominus
16296 \end_layout
16297
16298 \end_inset
16299 </cell>
16300 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16301 \begin_inset Text
16302
16303 \begin_layout Plain Layout
16304 \begin_inset Formula $\ominus$
16305 \end_inset
16306
16307
16308 \end_layout
16309
16310 \end_inset
16311 </cell>
16312 </row>
16313 <row>
16314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16315 \begin_inset Text
16316
16317 \begin_layout Plain Layout
16318
16319 \backslash
16320 otimes
16321 \end_layout
16322
16323 \end_inset
16324 </cell>
16325 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16326 \begin_inset Text
16327
16328 \begin_layout Plain Layout
16329 \begin_inset Formula $\otimes$
16330 \end_inset
16331
16332
16333 \end_layout
16334
16335 \end_inset
16336 </cell>
16337 </row>
16338 <row>
16339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16340 \begin_inset Text
16341
16342 \begin_layout Plain Layout
16343
16344 \backslash
16345 oslash
16346 \end_layout
16347
16348 \end_inset
16349 </cell>
16350 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16351 \begin_inset Text
16352
16353 \begin_layout Plain Layout
16354 \begin_inset Formula $\oslash$
16355 \end_inset
16356
16357
16358 \end_layout
16359
16360 \end_inset
16361 </cell>
16362 </row>
16363 <row>
16364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16365 \begin_inset Text
16366
16367 \begin_layout Plain Layout
16368
16369 \backslash
16370 odot
16371 \end_layout
16372
16373 \end_inset
16374 </cell>
16375 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16376 \begin_inset Text
16377
16378 \begin_layout Plain Layout
16379 \begin_inset Formula $\odot$
16380 \end_inset
16381
16382
16383 \end_layout
16384
16385 \end_inset
16386 </cell>
16387 </row>
16388 <row>
16389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16390 \begin_inset Text
16391
16392 \begin_layout Plain Layout
16393
16394 \backslash
16395 amalg
16396 \end_layout
16397
16398 \end_inset
16399 </cell>
16400 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16401 \begin_inset Text
16402
16403 \begin_layout Plain Layout
16404 \begin_inset Formula $\amalg$
16405 \end_inset
16406
16407
16408 \end_layout
16409
16410 \end_inset
16411 </cell>
16412 </row>
16413 <row>
16414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16415 \begin_inset Text
16416
16417 \begin_layout Plain Layout
16418
16419 \backslash
16420 uplus
16421 \end_layout
16422
16423 \end_inset
16424 </cell>
16425 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16426 \begin_inset Text
16427
16428 \begin_layout Plain Layout
16429 \begin_inset Formula $\uplus$
16430 \end_inset
16431
16432
16433 \end_layout
16434
16435 \end_inset
16436 </cell>
16437 </row>
16438 <row>
16439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16440 \begin_inset Text
16441
16442 \begin_layout Plain Layout
16443
16444 \backslash
16445 setminus
16446 \end_layout
16447
16448 \end_inset
16449 </cell>
16450 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16451 \begin_inset Text
16452
16453 \begin_layout Plain Layout
16454 \begin_inset Formula $\setminus$
16455 \end_inset
16456
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 \backslash
16470 sqcap
16471 \end_layout
16472
16473 \end_inset
16474 </cell>
16475 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16476 \begin_inset Text
16477
16478 \begin_layout Plain Layout
16479 \begin_inset Formula $\sqcap$
16480 \end_inset
16481
16482
16483 \end_layout
16484
16485 \end_inset
16486 </cell>
16487 </row>
16488 <row>
16489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16490 \begin_inset Text
16491
16492 \begin_layout Plain Layout
16493
16494 \backslash
16495 sqcup
16496 \end_layout
16497
16498 \end_inset
16499 </cell>
16500 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16501 \begin_inset Text
16502
16503 \begin_layout Plain Layout
16504 \begin_inset Formula $\sqcup$
16505 \end_inset
16506
16507
16508 \end_layout
16509
16510 \end_inset
16511 </cell>
16512 </row>
16513 <row>
16514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16515 \begin_inset Text
16516
16517 \begin_layout Plain Layout
16518
16519 \backslash
16520 triangleleft
16521 \end_layout
16522
16523 \end_inset
16524 </cell>
16525 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16526 \begin_inset Text
16527
16528 \begin_layout Plain Layout
16529 \begin_inset Formula $\triangleleft$
16530 \end_inset
16531
16532
16533 \end_layout
16534
16535 \end_inset
16536 </cell>
16537 </row>
16538 <row>
16539 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16540 \begin_inset Text
16541
16542 \begin_layout Plain Layout
16543
16544 \backslash
16545 triangleright
16546 \end_layout
16547
16548 \end_inset
16549 </cell>
16550 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16551 \begin_inset Text
16552
16553 \begin_layout Plain Layout
16554 \begin_inset Formula $\triangleright$
16555 \end_inset
16556
16557
16558 \end_layout
16559
16560 \end_inset
16561 </cell>
16562 </row>
16563 </lyxtabular>
16564
16565 \end_inset
16566
16567
16568 \begin_inset space \hfill{}
16569 \end_inset
16570
16571
16572 \end_layout
16573
16574 \begin_layout Standard
16575 二項演算子は、すべて数式ツールバーボタンの
16576 \begin_inset Graphics
16577         filename ../../images/math/pm.png
16578         scale 85
16579
16580 \end_inset
16581
16582 から挿入することもできます。
16583 \end_layout
16584
16585 \begin_layout Standard
16586 ラプラス演算子を組版するには、
16587 \series bold
16588
16589 \backslash
16590 bigtriangleup
16591 \series default
16592 以外に、
16593 \series bold
16594
16595 \backslash
16596 Delta
16597 \series default
16598
16599 \series bold
16600
16601 \backslash
16602 nabla
16603 \series default
16604 ^
16605 \series bold
16606 2
16607 \series default
16608 (
16609 \begin_inset Formula $\nabla^{2}$
16610 \end_inset
16611
16612 )を使用することもできます。
16613 \end_layout
16614
16615 \begin_layout Standard
16616
16617 \family sans
16618 挿入\SpecialChar \menuseparator
16619 特殊文字
16620 \family default
16621 メニューの
16622 \family sans
16623 メニュー区切り
16624 \family default
16625 で入力される文字は、
16626 \series bold
16627
16628 \backslash
16629 triangleright
16630 \series default
16631 演算子です。
16632 \end_layout
16633
16634 \begin_layout Subsection
16635 自己定義演算子
16636 \begin_inset CommandInset label
16637 LatexCommand label
16638 name "sub:自己定義演算子"
16639
16640 \end_inset
16641
16642
16643 \begin_inset Index idx
16644 status collapsed
16645
16646 \begin_layout Plain Layout
16647 えんざんし@演算子 ! じこていぎ@自己定義
16648 \end_layout
16649
16650 \end_inset
16651
16652
16653 \end_layout
16654
16655 \begin_layout Standard
16656 LaTeXプリアンブルで
16657 \series bold
16658
16659 \backslash
16660 DeclareMathOperator
16661 \series default
16662
16663 \begin_inset Index idx
16664 status collapsed
16665
16666 \begin_layout Plain Layout
16667 こまんど@コマンド ! D ! 
16668 \backslash
16669 dbinom@
16670 \backslash
16671 DeclareMathOperator
16672 \end_layout
16673
16674 \end_inset
16675
16676 コマンドを使用すると、自製演算子を定義することができます。このコマンドの書式は
16677 \end_layout
16678
16679 \begin_layout Standard
16680
16681 \series bold
16682
16683 \backslash
16684 DeclareMathOperator{新規コマンド}{表示}
16685 \end_layout
16686
16687 \begin_layout Standard
16688 です。「表示」は、出力での演算子の表示され方を定義する文字や記号です。大演算子を定義するには、コマンドの後に「*」を置きます。自己定義の大演算子は、すべて第
16689 \begin_inset CommandInset ref
16690 LatexCommand ref
16691 reference "sub:演算子の範囲"
16692
16693 \end_inset
16694
16695 節で述べられた範囲を指定することができます。
16696 \end_layout
16697
16698 \begin_layout Standard
16699 たとえば、以下のようなLaTeXプリアンブル行
16700 \end_layout
16701
16702 \begin_layout Standard
16703
16704 \series bold
16705
16706 \backslash
16707 DeclareMathOperator*{
16708 \backslash
16709 Lozenge}{
16710 \backslash
16711 blacklozenge}
16712 \end_layout
16713
16714 \begin_layout Standard
16715 は、第
16716 \begin_inset CommandInset ref
16717 LatexCommand ref
16718 reference "sub:その他の記号"
16719
16720 \end_inset
16721
16722 節にある菱形記号を使った大演算子を挿入する、以下のようなコマンド
16723 \series bold
16724
16725 \backslash
16726 Lozenge
16727 \series default
16728 を定義します。
16729 \begin_inset Formula 
16730 \[
16731 \Lozenge_{n=1}^{\infty}
16732 \]
16733
16734 \end_inset
16735
16736 上記の数式を作るコマンドは、
16737 \series bold
16738
16739 \backslash
16740 Lozenge
16741 \series default
16742 ^
16743 \series bold
16744
16745 \backslash
16746 infty
16747 \begin_inset Formula $\to$
16748 \end_inset
16749
16750 _n=1
16751 \series default
16752 です。
16753 \end_layout
16754
16755 \begin_layout Standard
16756 \begin_inset VSpace bigskip
16757 \end_inset
16758
16759 自己定義演算子を、同一文書内で複数回用いない時には、以下の書式を持つ
16760 \series bold
16761
16762 \backslash
16763 mathop
16764 \series default
16765
16766 \begin_inset Index idx
16767 status collapsed
16768
16769 \begin_layout Plain Layout
16770 こまんど@コマンド ! M ! 
16771 \backslash
16772 mathop
16773 \end_layout
16774
16775 \end_inset
16776
16777 コマンドおよび
16778 \series bold
16779
16780 \backslash
16781 mathbin
16782 \series default
16783
16784 \begin_inset Index idx
16785 status collapsed
16786
16787 \begin_layout Plain Layout
16788 こまんど@コマンド ! M ! 
16789 \backslash
16790 mathbin
16791 \end_layout
16792
16793 \end_inset
16794
16795 コマンドを用いて定義を行うこともできます。
16796 \end_layout
16797
16798 \begin_layout Standard
16799 (書式)
16800 \series bold
16801
16802 \backslash
16803 mathop{表示}
16804 \series default
16805 および
16806 \series bold
16807
16808 \backslash
16809 mathbin{表示}
16810 \end_layout
16811
16812 \begin_layout Standard
16813
16814 \series bold
16815
16816 \backslash
16817 mathop
16818 \series default
16819 は大演算子を定義し、
16820 \series bold
16821
16822 \backslash
16823 mathbin
16824 \series default
16825 は二項演算子を定義します。
16826 \end_layout
16827
16828 \begin_layout Standard
16829 たとえば
16830 \series bold
16831
16832 \backslash
16833 mathop
16834 \series default
16835 は、以下のように、複数の演算子に共通の範囲指定を行うのに用いることができます。
16836 \end_layout
16837
16838 \begin_layout Standard
16839 \begin_inset Formula 
16840 \[
16841 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}
16842 \]
16843
16844 \end_inset
16845
16846
16847 \end_layout
16848
16849 \begin_layout Standard
16850 上記の数式では
16851 \begin_inset Newline newline
16852 \end_inset
16853
16854
16855 \series bold
16856
16857 \backslash
16858 mathop{
16859 \backslash
16860 sum
16861 \backslash
16862 negmedspace
16863 \backslash
16864 sum
16865 \series default
16866
16867 \begin_inset space \textvisiblespace{}
16868 \end_inset
16869
16870
16871 \series bold
16872
16873 \begin_inset Formula $\to$
16874 \end_inset
16875
16876 ^N
16877 \series default
16878
16879 \begin_inset space \textvisiblespace{}
16880 \end_inset
16881
16882
16883 \series bold
16884 _i,j=1
16885 \begin_inset Newline newline
16886 \end_inset
16887
16888
16889 \series default
16890 というコマンドを用いています。
16891 \end_layout
16892
16893 \begin_layout Section
16894 書体
16895 \begin_inset Index idx
16896 status collapsed
16897
16898 \begin_layout Plain Layout
16899 しょたい@書体
16900 \end_layout
16901
16902 \end_inset
16903
16904
16905 \begin_inset Index idx
16906 status collapsed
16907
16908 \begin_layout Plain Layout
16909 ふぉんと@フォント | see
16910 \begin_inset ERT
16911 status collapsed
16912
16913 \begin_layout Plain Layout
16914
16915 {
16916 \end_layout
16917
16918 \end_inset
16919
16920 書体
16921 \begin_inset ERT
16922 status collapsed
16923
16924 \begin_layout Plain Layout
16925
16926 }
16927 \end_layout
16928
16929 \end_inset
16930
16931
16932 \end_layout
16933
16934 \end_inset
16935
16936
16937 \end_layout
16938
16939 \begin_layout Subsection
16940 書体様式
16941 \begin_inset CommandInset label
16942 LatexCommand label
16943 name "sub:書体様式"
16944
16945 \end_inset
16946
16947
16948 \begin_inset Index idx
16949 status collapsed
16950
16951 \begin_layout Plain Layout
16952 しょたい@書体 ! ようしき@様式
16953 \end_layout
16954
16955 \end_inset
16956
16957
16958 \end_layout
16959
16960 \begin_layout Standard
16961 数式中のラテン文字は、以下の書体様式のうちいずれかに設定することができます。
16962 \begin_inset VSpace -2mm
16963 \end_inset
16964
16965
16966 \end_layout
16967
16968 \begin_layout Standard
16969 \align center
16970 \begin_inset Tabular
16971 <lyxtabular version="3" rows="7" columns="3">
16972 <features rotate="0" tabularvalignment="middle">
16973 <column alignment="center" valignment="top">
16974 <column alignment="center" valignment="top">
16975 <column alignment="center" valignment="top">
16976 <row>
16977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16978 \begin_inset Text
16979
16980 \begin_layout Plain Layout
16981 コマンド
16982 \end_layout
16983
16984 \end_inset
16985 </cell>
16986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16987 \begin_inset Text
16988
16989 \begin_layout Plain Layout
16990 出力
16991 \end_layout
16992
16993 \end_inset
16994 </cell>
16995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16996 \begin_inset Text
16997
16998 \begin_layout Plain Layout
16999 \begin_inset Flex Ruby
17000 status collapsed
17001
17002 \begin_layout Plain Layout
17003 捷径
17004 \begin_inset Argument post:1
17005 status collapsed
17006
17007 \begin_layout Plain Layout
17008 ショートカット
17009 \end_layout
17010
17011 \end_inset
17012
17013
17014 \end_layout
17015
17016 \end_inset
17017
17018
17019 \end_layout
17020
17021 \end_inset
17022 </cell>
17023 </row>
17024 <row>
17025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17026 \begin_inset Text
17027
17028 \begin_layout Plain Layout
17029
17030 \backslash
17031 mathbb
17032 \series bold
17033
17034 \begin_inset space \textvisiblespace{}
17035 \end_inset
17036
17037
17038 \series default
17039 ABC
17040 \end_layout
17041
17042 \end_inset
17043 </cell>
17044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17045 \begin_inset Text
17046
17047 \begin_layout Plain Layout
17048 \begin_inset Formula $\mathbb{ABC}$
17049 \end_inset
17050
17051
17052 \end_layout
17053
17054 \end_inset
17055 </cell>
17056 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17057 \begin_inset Text
17058
17059 \begin_layout Plain Layout
17060 \begin_inset Info
17061 type  "shortcut"
17062 arg   "font-noun"
17063 \end_inset
17064
17065
17066 \end_layout
17067
17068 \end_inset
17069 </cell>
17070 </row>
17071 <row>
17072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17073 \begin_inset Text
17074
17075 \begin_layout Plain Layout
17076
17077 \backslash
17078 mathbf
17079 \series bold
17080
17081 \begin_inset space \textvisiblespace{}
17082 \end_inset
17083
17084
17085 \series default
17086 AbC
17087 \end_layout
17088
17089 \end_inset
17090 </cell>
17091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17092 \begin_inset Text
17093
17094 \begin_layout Plain Layout
17095 \begin_inset Formula $\mathbf{AbC}$
17096 \end_inset
17097
17098
17099 \end_layout
17100
17101 \end_inset
17102 </cell>
17103 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17104 \begin_inset Text
17105
17106 \begin_layout Plain Layout
17107 \begin_inset Info
17108 type  "shortcut"
17109 arg   "font-bold"
17110 \end_inset
17111
17112
17113 \end_layout
17114
17115 \end_inset
17116 </cell>
17117 </row>
17118 <row>
17119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17120 \begin_inset Text
17121
17122 \begin_layout Plain Layout
17123
17124 \backslash
17125 boldsymbol
17126 \series bold
17127
17128 \begin_inset space \textvisiblespace{}
17129 \end_inset
17130
17131
17132 \series default
17133 AbC
17134 \end_layout
17135
17136 \end_inset
17137 </cell>
17138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17139 \begin_inset Text
17140
17141 \begin_layout Plain Layout
17142 \begin_inset Formula $\boldsymbol{AbC}$
17143 \end_inset
17144
17145
17146 \end_layout
17147
17148 \end_inset
17149 </cell>
17150 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17151 \begin_inset Text
17152
17153 \begin_layout Plain Layout
17154 \begin_inset Info
17155 type  "shortcuts"
17156 arg   "font-boldsymbol"
17157 \end_inset
17158
17159
17160 \end_layout
17161
17162 \end_inset
17163 </cell>
17164 </row>
17165 <row>
17166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17167 \begin_inset Text
17168
17169 \begin_layout Plain Layout
17170
17171 \backslash
17172 mathcal
17173 \series bold
17174
17175 \begin_inset space \textvisiblespace{}
17176 \end_inset
17177
17178
17179 \series default
17180 ABC
17181 \end_layout
17182
17183 \end_inset
17184 </cell>
17185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17186 \begin_inset Text
17187
17188 \begin_layout Plain Layout
17189 \begin_inset Formula $\mathcal{ABC}$
17190 \end_inset
17191
17192
17193 \end_layout
17194
17195 \end_inset
17196 </cell>
17197 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17198 \begin_inset Text
17199
17200 \begin_layout Plain Layout
17201 \begin_inset Info
17202 type  "shortcut"
17203 arg   "font-emph"
17204 \end_inset
17205
17206
17207 \end_layout
17208
17209 \end_inset
17210 </cell>
17211 </row>
17212 <row>
17213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17214 \begin_inset Text
17215
17216 \begin_layout Plain Layout
17217
17218 \backslash
17219 mathfrak
17220 \series bold
17221
17222 \begin_inset space \textvisiblespace{}
17223 \end_inset
17224
17225
17226 \series default
17227 AbC
17228 \end_layout
17229
17230 \end_inset
17231 </cell>
17232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17233 \begin_inset Text
17234
17235 \begin_layout Plain Layout
17236 \begin_inset Formula $\mathfrak{AbC}$
17237 \end_inset
17238
17239
17240 \end_layout
17241
17242 \end_inset
17243 </cell>
17244 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17245 \begin_inset Text
17246
17247 \begin_layout Plain Layout
17248 -
17249 \end_layout
17250
17251 \end_inset
17252 </cell>
17253 </row>
17254 <row>
17255 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17256 \begin_inset Text
17257
17258 \begin_layout Plain Layout
17259
17260 \backslash
17261 mathscr
17262 \series bold
17263
17264 \begin_inset space \textvisiblespace{}
17265 \end_inset
17266
17267
17268 \series default
17269 AbC
17270 \end_layout
17271
17272 \end_inset
17273 </cell>
17274 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17275 \begin_inset Text
17276
17277 \begin_layout Plain Layout
17278 \begin_inset Formula $\mathscr{AbC}$
17279 \end_inset
17280
17281
17282 \end_layout
17283
17284 \end_inset
17285 </cell>
17286 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17287 \begin_inset Text
17288
17289 \begin_layout Plain Layout
17290 -
17291 \end_layout
17292
17293 \end_inset
17294 </cell>
17295 </row>
17296 </lyxtabular>
17297
17298 \end_inset
17299
17300
17301 \end_layout
17302
17303 \begin_layout Standard
17304 \align center
17305 \begin_inset Tabular
17306 <lyxtabular version="3" rows="5" columns="3">
17307 <features rotate="0" tabularvalignment="middle">
17308 <column alignment="center" valignment="top">
17309 <column alignment="center" valignment="top">
17310 <column alignment="center" valignment="top">
17311 <row>
17312 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17313 \begin_inset Text
17314
17315 \begin_layout Plain Layout
17316 コマンド
17317 \end_layout
17318
17319 \end_inset
17320 </cell>
17321 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17322 \begin_inset Text
17323
17324 \begin_layout Plain Layout
17325 出力
17326 \end_layout
17327
17328 \end_inset
17329 </cell>
17330 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17331 \begin_inset Text
17332
17333 \begin_layout Plain Layout
17334 \begin_inset Flex Ruby
17335 status collapsed
17336
17337 \begin_layout Plain Layout
17338 捷径
17339 \begin_inset Argument post:1
17340 status collapsed
17341
17342 \begin_layout Plain Layout
17343 ショートカット
17344 \end_layout
17345
17346 \end_inset
17347
17348
17349 \end_layout
17350
17351 \end_inset
17352
17353
17354 \end_layout
17355
17356 \end_inset
17357 </cell>
17358 </row>
17359 <row>
17360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17361 \begin_inset Text
17362
17363 \begin_layout Plain Layout
17364
17365 \backslash
17366 mathit
17367 \series bold
17368
17369 \begin_inset space \textvisiblespace{}
17370 \end_inset
17371
17372
17373 \series default
17374 AbC
17375 \end_layout
17376
17377 \end_inset
17378 </cell>
17379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17380 \begin_inset Text
17381
17382 \begin_layout Plain Layout
17383 \begin_inset Formula $\mathit{AbC}$
17384 \end_inset
17385
17386
17387 \end_layout
17388
17389 \end_inset
17390 </cell>
17391 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17392 \begin_inset Text
17393
17394 \begin_layout Plain Layout
17395 -
17396 \end_layout
17397
17398 \end_inset
17399 </cell>
17400 </row>
17401 <row>
17402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17403 \begin_inset Text
17404
17405 \begin_layout Plain Layout
17406
17407 \backslash
17408 mathrm
17409 \series bold
17410
17411 \begin_inset space \textvisiblespace{}
17412 \end_inset
17413
17414
17415 \series default
17416 AbC
17417 \end_layout
17418
17419 \end_inset
17420 </cell>
17421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17422 \begin_inset Text
17423
17424 \begin_layout Plain Layout
17425 \begin_inset Formula $\mathrm{AbC}$
17426 \end_inset
17427
17428
17429 \end_layout
17430
17431 \end_inset
17432 </cell>
17433 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17434 \begin_inset Text
17435
17436 \begin_layout Plain Layout
17437 \begin_inset Info
17438 type  "shortcut"
17439 arg   "font-roman"
17440 \end_inset
17441
17442
17443 \end_layout
17444
17445 \end_inset
17446 </cell>
17447 </row>
17448 <row>
17449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17450 \begin_inset Text
17451
17452 \begin_layout Plain Layout
17453
17454 \backslash
17455 mathsf
17456 \series bold
17457
17458 \begin_inset space \textvisiblespace{}
17459 \end_inset
17460
17461
17462 \series default
17463 AbC
17464 \end_layout
17465
17466 \end_inset
17467 </cell>
17468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17469 \begin_inset Text
17470
17471 \begin_layout Plain Layout
17472 \begin_inset Formula $\mathsf{AbC}$
17473 \end_inset
17474
17475
17476 \end_layout
17477
17478 \end_inset
17479 </cell>
17480 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17481 \begin_inset Text
17482
17483 \begin_layout Plain Layout
17484 \begin_inset Info
17485 type  "shortcut"
17486 arg   "font-sans"
17487 \end_inset
17488
17489
17490 \end_layout
17491
17492 \end_inset
17493 </cell>
17494 </row>
17495 <row>
17496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17497 \begin_inset Text
17498
17499 \begin_layout Plain Layout
17500
17501 \backslash
17502 mathtt
17503 \series bold
17504
17505 \begin_inset space \textvisiblespace{}
17506 \end_inset
17507
17508
17509 \series default
17510 AbC
17511 \end_layout
17512
17513 \end_inset
17514 </cell>
17515 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17516 \begin_inset Text
17517
17518 \begin_layout Plain Layout
17519 \begin_inset Formula $\mathtt{AbC}$
17520 \end_inset
17521
17522
17523 \end_layout
17524
17525 \end_inset
17526 </cell>
17527 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17528 \begin_inset Text
17529
17530 \begin_layout Plain Layout
17531 \begin_inset Info
17532 type  "shortcut"
17533 arg   "font-typewriter"
17534 \end_inset
17535
17536
17537 \end_layout
17538
17539 \end_inset
17540 </cell>
17541 </row>
17542 </lyxtabular>
17543
17544 \end_inset
17545
17546
17547 \end_layout
17548
17549 \begin_layout Standard
17550 \begin_inset Note Greyedout
17551 status open
17552
17553 \begin_layout Plain Layout
17554
17555 \series bold
17556 【註】
17557 \backslash
17558 mathbb
17559 \series default
17560 様式と
17561 \series bold
17562
17563 \backslash
17564 mathcal
17565 \series default
17566 様式は、大文字にのみ使用することができます。
17567 \end_layout
17568
17569 \end_inset
17570
17571
17572 \end_layout
17573
17574 \begin_layout Standard
17575 既定では、
17576 \series bold
17577
17578 \backslash
17579 mathnormal
17580 \series default
17581 様式に設定されています。
17582 \end_layout
17583
17584 \begin_layout Standard
17585 書体様式コマンドは、以下のように数式構成要素内の文字に対しても機能します。
17586 \begin_inset Formula 
17587 \[
17588 \mathfrak{A=\frac{b}{C}}
17589 \]
17590
17591 \end_inset
17592
17593
17594 \end_layout
17595
17596 \begin_layout Standard
17597 数式テキストに含まれる文字に対しては、数式書体様式は反映せず、
17598 \series bold
17599
17600 \backslash
17601 textrm
17602 \series default
17603 様式で表示されます。数式テキストの様式を文字様式ダイアログで設定することができないのは、LyXのバグです
17604 \begin_inset Foot
17605 status collapsed
17606
17607 \begin_layout Plain Layout
17608 \begin_inset CommandInset href
17609 LatexCommand href
17610 name "LyX-bug #4629"
17611 target "http://www.lyx.org/trac/ticket/4629"
17612
17613 \end_inset
17614
17615
17616 \end_layout
17617
17618 \end_inset
17619
17620
17621 \end_layout
17622
17623 \begin_layout Standard
17624 書体様式コマンドの代わりに、
17625 \family sans
17626 編集\SpecialChar \menuseparator
17627 数学\SpecialChar \menuseparator
17628 文字様式
17629 \family default
17630 ダイアログや、
17631 \begin_inset Graphics
17632         filename ../../images/math/font.png
17633         scale 85
17634
17635 \end_inset
17636
17637 を使用することもできます。
17638 \end_layout
17639
17640 \begin_layout Subsection
17641 ボールド体の数式
17642 \begin_inset CommandInset label
17643 LatexCommand label
17644 name "sub:ボールド体の数式"
17645
17646 \end_inset
17647
17648
17649 \begin_inset Index idx
17650 status collapsed
17651
17652 \begin_layout Plain Layout
17653 すうしき@数式 ! ぼーるどたい@ボールド体
17654 \end_layout
17655
17656 \end_inset
17657
17658
17659 \end_layout
17660
17661 \begin_layout Standard
17662 数式全体をボールド体にしようとすると、前節の
17663 \series bold
17664
17665 \backslash
17666 mathbf
17667 \series default
17668 コマンドは、ギリシャ文字の小文字に対しては機能しないので、使用することができません。さらにこのコマンドは、以下の式のように、ラテン文字をつねにアップライト体に印
17669 字してしまいます。
17670 \end_layout
17671
17672 \begin_layout Standard
17673 \begin_inset Formula 
17674 \[
17675 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{\textbackslash mathbfを使用した数式}
17676 \]
17677
17678 \end_inset
17679
17680
17681 \end_layout
17682
17683 \begin_layout Standard
17684 この数式を正しく表示するには、以下のように、
17685 \series bold
17686
17687 \backslash
17688 boldsymbol
17689 \series default
17690 コマンドを使用します。
17691 \begin_inset Formula 
17692 \[
17693 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{\textbackslash boldsymbolを使用した数式}}
17694 \]
17695
17696 \end_inset
17697
17698 また、数式を
17699 \series bold
17700 boldmath環境
17701 \series default
17702 に設定する方法もあります。この環境は、TeXモードで
17703 \series bold
17704
17705 \backslash
17706 boldmath
17707 \begin_inset Index idx
17708 status collapsed
17709
17710 \begin_layout Plain Layout
17711 こまんど@コマンド ! B ! 
17712 \backslash
17713 boldmath
17714 \end_layout
17715
17716 \end_inset
17717
17718
17719 \series default
17720 コマンドを挿入することによって作ることができます。環境を閉じるには、
17721 \series bold
17722
17723 \backslash
17724 unboldmath
17725 \begin_inset Index idx
17726 status collapsed
17727
17728 \begin_layout Plain Layout
17729 こまんど@コマンド ! U ! 
17730 \backslash
17731 unboldmath
17732 \end_layout
17733
17734 \end_inset
17735
17736
17737 \series default
17738 コマンドをTeXモードで挿入します。
17739 \begin_inset ERT
17740 status collapsed
17741
17742 \begin_layout Plain Layout
17743
17744
17745 \backslash
17746 boldmath 
17747 \end_layout
17748
17749 \end_inset
17750
17751
17752 \begin_inset Formula 
17753 \[
17754 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{boldmath環境に置いた数式}
17755 \]
17756
17757 \end_inset
17758
17759
17760 \begin_inset ERT
17761 status collapsed
17762
17763 \begin_layout Plain Layout
17764
17765
17766 \backslash
17767 unboldmath 
17768 \end_layout
17769
17770 \end_inset
17771
17772
17773 \end_layout
17774
17775 \begin_layout Subsection
17776 色付きの数式
17777 \begin_inset Index idx
17778 status collapsed
17779
17780 \begin_layout Plain Layout
17781 すうしき@数式 ! いろつき@色付き
17782 \end_layout
17783
17784 \end_inset
17785
17786
17787 \end_layout
17788
17789 \begin_layout Standard
17790 数式も、通常の本文と同様、色を付けることができます。数式あるいは数式の一部を選択して、文字様式ダイアログを使用して下さい。下記は、マゼンタ色にした数式です。
17791 \begin_inset Formula 
17792 \[
17793 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
17794 \]
17795
17796 \end_inset
17797
17798
17799 \end_layout
17800
17801 \begin_layout Standard
17802
17803 \begin_inset CommandInset ref
17804 LatexCommand ref
17805 reference "sub:色付きボックス"
17806
17807 \end_inset
17808
17809 節に述べられているように、自製の色を定義することもできます。自製の色は、以下の書式を持つ
17810 \series bold
17811
17812 \backslash
17813 textcolor
17814 \series default
17815
17816 \begin_inset Index idx
17817 status collapsed
17818
17819 \begin_layout Plain Layout
17820 こまんど@コマンド ! T ! 
17821 \backslash
17822 textcolor
17823 \end_layout
17824
17825 \end_inset
17826
17827 TeXコードコマンドで適用することができます。
17828 \end_layout
17829
17830 \begin_layout Standard
17831
17832 \series bold
17833
17834 \backslash
17835 textcolor{色}{文字ないし数式}
17836 \end_layout
17837
17838 \begin_layout Standard
17839 下記の例は、全体を濃緑にし、一部を赤にしています。
17840 \end_layout
17841
17842 \begin_layout Standard
17843 \begin_inset ERT
17844 status collapsed
17845
17846 \begin_layout Plain Layout
17847
17848
17849 \backslash
17850 textcolor{darkgreen}{
17851 \end_layout
17852
17853 \end_inset
17854
17855
17856 \begin_inset Formula 
17857 \[
17858 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
17859 \]
17860
17861 \end_inset
17862
17863
17864 \begin_inset ERT
17865 status collapsed
17866
17867 \begin_layout Plain Layout
17868
17869 }
17870 \end_layout
17871
17872 \end_inset
17873
17874
17875 \end_layout
17876
17877 \begin_layout Standard
17878 LyXのバグのため、自製色は数式全体に対してしか使用することができません
17879 \begin_inset Foot
17880 status collapsed
17881
17882 \begin_layout Plain Layout
17883 \begin_inset CommandInset href
17884 LatexCommand href
17885 name "LyX-bug #5269"
17886 target "http://www.lyx.org/trac/ticket/5269"
17887
17888 \end_inset
17889
17890
17891 \end_layout
17892
17893 \end_inset
17894
17895
17896 \end_layout
17897
17898 \begin_layout Subsection
17899 書体寸法
17900 \begin_inset CommandInset label
17901 LatexCommand label
17902 name "sub:書体寸法"
17903
17904 \end_inset
17905
17906
17907 \begin_inset Index idx
17908 status collapsed
17909
17910 \begin_layout Plain Layout
17911 しょたい@書体 ! すんぽう@寸法
17912 \end_layout
17913
17914 \end_inset
17915
17916
17917 \end_layout
17918
17919 \begin_layout Standard
17920 数式内の文字については、本文中の文字同様、以下の書体寸法設定コマンドがあります。
17921 \end_layout
17922
17923 \begin_layout Standard
17924
17925 \series bold
17926
17927 \backslash
17928 Huge
17929 \series default
17930
17931 \series bold
17932
17933 \backslash
17934 huge
17935 \series default
17936
17937 \series bold
17938
17939 \backslash
17940 LARGE
17941 \series default
17942
17943 \series bold
17944
17945 \backslash
17946 Large
17947 \series default
17948
17949 \series bold
17950
17951 \backslash
17952 large
17953 \series default
17954
17955 \series bold
17956
17957 \backslash
17958 normalsize
17959 \series default
17960
17961 \series bold
17962
17963 \backslash
17964 small
17965 \series default
17966 ,
17967 \begin_inset Newline newline
17968 \end_inset
17969
17970
17971 \series bold
17972
17973 \backslash
17974 footnotesize
17975 \series default
17976
17977 \series bold
17978
17979 \backslash
17980 scriptsize
17981 \series default
17982 、および
17983 \series bold
17984
17985 \backslash
17986 tiny
17987 \end_layout
17988
17989 \begin_layout Standard
17990 これらのコマンドによって生成される実際の書体寸法は、文書の書体寸法に依存し、文書の書体寸法が
17991 \series bold
17992
17993 \backslash
17994 normalsize
17995 \series default
17996 コマンドに設定されます。他のコマンドは、
17997 \series bold
17998
17999 \backslash
18000 normalsize
18001 \series default
18002 を基準として拡大ないし縮小されます。しかしながら、書体寸法は一定の値を越えることができないようになっています。たとえば、文書書体寸法が12
18003 \begin_inset space \thinspace{}
18004 \end_inset
18005
18006 ptであるならば、
18007 \series bold
18008
18009 \backslash
18010 Huge
18011 \series default
18012 コマンドは
18013 \series bold
18014
18015 \backslash
18016 huge
18017 \series default
18018 コマンドと同じ大きさに落とされます。
18019 \end_layout
18020
18021 \begin_layout Standard
18022 ある場所以降のすべての数式と本文文字を変更するには、書体寸法コマンドをTeXモードで挿入します。元の書体寸法に戻すには、数式の後にTeXモードで
18023 \series bold
18024
18025 \backslash
18026 normalsize
18027 \series default
18028 コマンドを挿入します。
18029 \end_layout
18030
18031 \begin_layout Standard
18032 数式内では、以下の寸法コマンドを使用して、寸法を変更することができます。
18033 \end_layout
18034
18035 \begin_layout Standard
18036 \noindent
18037 \align center
18038 \begin_inset Tabular
18039 <lyxtabular version="3" rows="5" columns="2">
18040 <features rotate="0" tabularvalignment="middle">
18041 <column alignment="center" valignment="top">
18042 <column alignment="center" valignment="top">
18043 <row>
18044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18045 \begin_inset Text
18046
18047 \begin_layout Plain Layout
18048 コマンド
18049 \end_layout
18050
18051 \end_inset
18052 </cell>
18053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18054 \begin_inset Text
18055
18056 \begin_layout Plain Layout
18057 出力
18058 \begin_inset Note Note
18059 status collapsed
18060
18061 \begin_layout Plain Layout
18062
18063 \series bold
18064
18065 \backslash
18066 raisebox
18067 \series default
18068  はスペーサーとして使用されているだけです。
18069 \end_layout
18070
18071 \end_inset
18072
18073
18074 \end_layout
18075
18076 \end_inset
18077 </cell>
18078 </row>
18079 <row>
18080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18081 \begin_inset Text
18082
18083 \begin_layout Plain Layout
18084
18085 \backslash
18086 displaystyle
18087 \begin_inset Index idx
18088 status collapsed
18089
18090 \begin_layout Plain Layout
18091 こまんど@コマンド ! D ! 
18092 \backslash
18093 displaystyle
18094 \end_layout
18095
18096 \end_inset
18097
18098
18099 \end_layout
18100
18101 \end_inset
18102 </cell>
18103 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18104 \begin_inset Text
18105
18106 \begin_layout Plain Layout
18107 \begin_inset Formula $\raisebox{6.5mm}{}{\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-5.5mm}{}$
18108 \end_inset
18109
18110
18111 \end_layout
18112
18113 \end_inset
18114 </cell>
18115 </row>
18116 <row>
18117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18118 \begin_inset Text
18119
18120 \begin_layout Plain Layout
18121
18122 \backslash
18123 textstyle
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 \begin_inset Formula $\raisebox{4.5mm}{}{\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-4mm}{}$
18133 \end_inset
18134
18135
18136 \end_layout
18137
18138 \end_inset
18139 </cell>
18140 </row>
18141 <row>
18142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18143 \begin_inset Text
18144
18145 \begin_layout Plain Layout
18146
18147 \backslash
18148 scriptstyle
18149 \end_layout
18150
18151 \end_inset
18152 </cell>
18153 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18154 \begin_inset Text
18155
18156 \begin_layout Plain Layout
18157 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
18158 \end_inset
18159
18160
18161 \end_layout
18162
18163 \end_inset
18164 </cell>
18165 </row>
18166 <row>
18167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18168 \begin_inset Text
18169
18170 \begin_layout Plain Layout
18171
18172 \backslash
18173 scriptscriptstyle
18174 \end_layout
18175
18176 \end_inset
18177 </cell>
18178 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18179 \begin_inset Text
18180
18181 \begin_layout Plain Layout
18182 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
18183 \end_inset
18184
18185
18186 \end_layout
18187
18188 \end_inset
18189 </cell>
18190 </row>
18191 </lyxtabular>
18192
18193 \end_inset
18194
18195
18196 \end_layout
18197
18198 \begin_layout Standard
18199 これらのコマンドを入力すると、青いボックスが現れるので、そこに数式のパーツを入れることができます。
18200 \end_layout
18201
18202 \begin_layout Standard
18203 フォント寸法を変更するにはもう一つの方法がありますが、これは記号と数式内テキストのみに使うことができます。これを使うには、書体寸法コマンドを数式テキスト内に挿入
18204 します。数式テキストの終わりか、別の書体寸法コマンドが現れるまでの文字すべてが、選択した寸法になります。以下に二つの例を挙げます。
18205 \begin_inset VSpace -2mm
18206 \end_inset
18207
18208
18209 \end_layout
18210
18211 \begin_layout Standard
18212 \begin_inset ERT
18213 status collapsed
18214
18215 \begin_layout Plain Layout
18216
18217
18218 \backslash
18219 huge 
18220 \end_layout
18221
18222 \end_inset
18223
18224
18225 \begin_inset Formula 
18226 \[
18227 A=\frac{B}{c}\cdot\maltese
18228 \]
18229
18230 \end_inset
18231
18232
18233 \begin_inset Formula 
18234 \[
18235 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}
18236 \]
18237
18238 \end_inset
18239
18240
18241 \begin_inset ERT
18242 status collapsed
18243
18244 \begin_layout Plain Layout
18245
18246
18247 \backslash
18248 normalsize 
18249 \end_layout
18250
18251 \end_inset
18252
18253
18254 \end_layout
18255
18256 \begin_layout Standard
18257 \begin_inset VSpace medskip
18258 \end_inset
18259
18260 二つの式の前には、
18261 \series bold
18262
18263 \backslash
18264 huge
18265 \series default
18266 コマンドが挿入されています。二つ目の数式を入力するコマンドは、
18267 \begin_inset Newline newline
18268 \end_inset
18269
18270
18271 \series bold
18272
18273 \backslash
18274 maltese
18275 \begin_inset space \textvisiblespace{}
18276 \end_inset
18277
18278 A Alt+M M 
18279 \backslash
18280 Large
18281 \begin_inset space \textvisiblespace{}
18282 \end_inset
18283
18284
18285 \backslash
18286 maltese
18287 \begin_inset space \textvisiblespace{}
18288 \end_inset
18289
18290
18291 \backslash
18292 textit
18293 \begin_inset space \textvisiblespace{}
18294 \end_inset
18295
18296 A
18297 \begin_inset Formula $\to$
18298 \end_inset
18299
18300
18301 \begin_inset Formula $\to$
18302 \end_inset
18303
18304
18305 \begin_inset Newline newline
18306 \end_inset
18307
18308
18309 \begin_inset space \hspace*{}
18310 \length 1cm
18311 \end_inset
18312
18313 Alt+M
18314 \series default
18315  
18316 \series bold
18317
18318 \backslash
18319 tiny
18320 \begin_inset space \textvisiblespace{}
18321 \end_inset
18322
18323
18324 \backslash
18325 maltese
18326 \begin_inset space \textvisiblespace{}
18327 \end_inset
18328
18329
18330 \backslash
18331 textit
18332 \begin_inset space \textvisiblespace{}
18333 \end_inset
18334
18335 A
18336 \begin_inset Newline newline
18337 \end_inset
18338
18339
18340 \series default
18341 のようになります。
18342 \end_layout
18343
18344 \begin_layout Standard
18345 ある記号を別の寸法で表示することができないときには、その記号はつねに既定寸法で表示されます。
18346 \end_layout
18347
18348 \begin_layout Section
18349 ギリシャ文字
18350 \begin_inset Index idx
18351 status collapsed
18352
18353 \begin_layout Plain Layout
18354 ぎりしゃもじ@ギリシャ文字
18355 \end_layout
18356
18357 \end_inset
18358
18359
18360 \end_layout
18361
18362 \begin_layout Standard
18363 すべてのギリシャ文字は、ツールバーボタンの
18364 \begin_inset Graphics
18365         filename ../../images/math/alpha.png
18366         scale 85
18367
18368 \end_inset
18369
18370 からでも挿入することができます。各国の組版規則では、数式内のギリシャ文字はどれもイタリック体か斜体で組版されなくてはならないことになっていますが、フランス語やロ
18371 シア語などいくつかの言語では、それにもかかわらず立体で組版されることがあります。
18372 \end_layout
18373
18374 \begin_layout Subsection
18375 小文字
18376 \begin_inset Index idx
18377 status collapsed
18378
18379 \begin_layout Plain Layout
18380 ぎりしゃもじ@ギリシャ文字 ! こもじ@小文字
18381 \end_layout
18382
18383 \end_inset
18384
18385
18386 \end_layout
18387
18388 \begin_layout Standard
18389 \begin_inset space \hfill{}
18390 \end_inset
18391
18392
18393 \begin_inset Tabular
18394 <lyxtabular version="3" rows="11" columns="2">
18395 <features rotate="0" tabularvalignment="middle">
18396 <column alignment="center" valignment="top" width="0pt">
18397 <column alignment="center" valignment="top" width="0pt">
18398 <row>
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 コマンド
18404 \end_layout
18405
18406 \end_inset
18407 </cell>
18408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18409 \begin_inset Text
18410
18411 \begin_layout Plain Layout
18412 出力
18413 \end_layout
18414
18415 \end_inset
18416 </cell>
18417 </row>
18418 <row>
18419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18420 \begin_inset Text
18421
18422 \begin_layout Plain Layout
18423
18424 \backslash
18425 alpha
18426 \end_layout
18427
18428 \end_inset
18429 </cell>
18430 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18431 \begin_inset Text
18432
18433 \begin_layout Plain Layout
18434 \begin_inset Formula $\alpha$
18435 \end_inset
18436
18437
18438 \end_layout
18439
18440 \end_inset
18441 </cell>
18442 </row>
18443 <row>
18444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18445 \begin_inset Text
18446
18447 \begin_layout Plain Layout
18448
18449 \backslash
18450 beta
18451 \end_layout
18452
18453 \end_inset
18454 </cell>
18455 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18456 \begin_inset Text
18457
18458 \begin_layout Plain Layout
18459 \begin_inset Formula $\beta$
18460 \end_inset
18461
18462
18463 \end_layout
18464
18465 \end_inset
18466 </cell>
18467 </row>
18468 <row>
18469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18470 \begin_inset Text
18471
18472 \begin_layout Plain Layout
18473
18474 \backslash
18475 gamma
18476 \end_layout
18477
18478 \end_inset
18479 </cell>
18480 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18481 \begin_inset Text
18482
18483 \begin_layout Plain Layout
18484 \begin_inset Formula $\gamma$
18485 \end_inset
18486
18487
18488 \end_layout
18489
18490 \end_inset
18491 </cell>
18492 </row>
18493 <row>
18494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18495 \begin_inset Text
18496
18497 \begin_layout Plain Layout
18498
18499 \backslash
18500 delta
18501 \end_layout
18502
18503 \end_inset
18504 </cell>
18505 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18506 \begin_inset Text
18507
18508 \begin_layout Plain Layout
18509 \begin_inset Formula $\delta$
18510 \end_inset
18511
18512
18513 \end_layout
18514
18515 \end_inset
18516 </cell>
18517 </row>
18518 <row>
18519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18520 \begin_inset Text
18521
18522 \begin_layout Plain Layout
18523
18524 \backslash
18525 epsilon
18526 \end_layout
18527
18528 \end_inset
18529 </cell>
18530 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18531 \begin_inset Text
18532
18533 \begin_layout Plain Layout
18534 \begin_inset Formula $\epsilon$
18535 \end_inset
18536
18537
18538 \end_layout
18539
18540 \end_inset
18541 </cell>
18542 </row>
18543 <row>
18544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18545 \begin_inset Text
18546
18547 \begin_layout Plain Layout
18548
18549 \backslash
18550 varepsilon
18551 \end_layout
18552
18553 \end_inset
18554 </cell>
18555 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18556 \begin_inset Text
18557
18558 \begin_layout Plain Layout
18559 \begin_inset Formula $\varepsilon$
18560 \end_inset
18561
18562
18563 \end_layout
18564
18565 \end_inset
18566 </cell>
18567 </row>
18568 <row>
18569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18570 \begin_inset Text
18571
18572 \begin_layout Plain Layout
18573
18574 \backslash
18575 zeta
18576 \end_layout
18577
18578 \end_inset
18579 </cell>
18580 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18581 \begin_inset Text
18582
18583 \begin_layout Plain Layout
18584 \begin_inset Formula $\zeta$
18585 \end_inset
18586
18587
18588 \end_layout
18589
18590 \end_inset
18591 </cell>
18592 </row>
18593 <row>
18594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18595 \begin_inset Text
18596
18597 \begin_layout Plain Layout
18598
18599 \backslash
18600 eta
18601 \end_layout
18602
18603 \end_inset
18604 </cell>
18605 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18606 \begin_inset Text
18607
18608 \begin_layout Plain Layout
18609 \begin_inset Formula $\eta$
18610 \end_inset
18611
18612
18613 \end_layout
18614
18615 \end_inset
18616 </cell>
18617 </row>
18618 <row>
18619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18620 \begin_inset Text
18621
18622 \begin_layout Plain Layout
18623
18624 \backslash
18625 theta
18626 \end_layout
18627
18628 \end_inset
18629 </cell>
18630 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18631 \begin_inset Text
18632
18633 \begin_layout Plain Layout
18634 \begin_inset Formula $\theta$
18635 \end_inset
18636
18637
18638 \end_layout
18639
18640 \end_inset
18641 </cell>
18642 </row>
18643 <row>
18644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18645 \begin_inset Text
18646
18647 \begin_layout Plain Layout
18648
18649 \backslash
18650 vartheta
18651 \end_layout
18652
18653 \end_inset
18654 </cell>
18655 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18656 \begin_inset Text
18657
18658 \begin_layout Plain Layout
18659 \begin_inset Formula $\vartheta$
18660 \end_inset
18661
18662
18663 \end_layout
18664
18665 \end_inset
18666 </cell>
18667 </row>
18668 </lyxtabular>
18669
18670 \end_inset
18671
18672
18673 \begin_inset space \hfill{}
18674 \end_inset
18675
18676
18677 \begin_inset Tabular
18678 <lyxtabular version="3" rows="12" columns="2">
18679 <features rotate="0" tabularvalignment="middle">
18680 <column alignment="center" valignment="top" width="0pt">
18681 <column alignment="center" valignment="top" width="0pt">
18682 <row>
18683 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18684 \begin_inset Text
18685
18686 \begin_layout Plain Layout
18687 コマンド
18688 \end_layout
18689
18690 \end_inset
18691 </cell>
18692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18693 \begin_inset Text
18694
18695 \begin_layout Plain Layout
18696 出力
18697 \end_layout
18698
18699 \end_inset
18700 </cell>
18701 </row>
18702 <row>
18703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18704 \begin_inset Text
18705
18706 \begin_layout Plain Layout
18707
18708 \backslash
18709 iota
18710 \end_layout
18711
18712 \end_inset
18713 </cell>
18714 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18715 \begin_inset Text
18716
18717 \begin_layout Plain Layout
18718 \begin_inset Formula $\iota$
18719 \end_inset
18720
18721
18722 \end_layout
18723
18724 \end_inset
18725 </cell>
18726 </row>
18727 <row>
18728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18729 \begin_inset Text
18730
18731 \begin_layout Plain Layout
18732
18733 \backslash
18734 kappa
18735 \end_layout
18736
18737 \end_inset
18738 </cell>
18739 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18740 \begin_inset Text
18741
18742 \begin_layout Plain Layout
18743 \begin_inset Formula $\kappa$
18744 \end_inset
18745
18746
18747 \end_layout
18748
18749 \end_inset
18750 </cell>
18751 </row>
18752 <row>
18753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18754 \begin_inset Text
18755
18756 \begin_layout Plain Layout
18757
18758 \backslash
18759 varkappa
18760 \end_layout
18761
18762 \end_inset
18763 </cell>
18764 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18765 \begin_inset Text
18766
18767 \begin_layout Plain Layout
18768 \begin_inset Formula $\varkappa$
18769 \end_inset
18770
18771
18772 \end_layout
18773
18774 \end_inset
18775 </cell>
18776 </row>
18777 <row>
18778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18779 \begin_inset Text
18780
18781 \begin_layout Plain Layout
18782
18783 \backslash
18784 lambda
18785 \end_layout
18786
18787 \end_inset
18788 </cell>
18789 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18790 \begin_inset Text
18791
18792 \begin_layout Plain Layout
18793 \begin_inset Formula $\lambda$
18794 \end_inset
18795
18796
18797 \end_layout
18798
18799 \end_inset
18800 </cell>
18801 </row>
18802 <row>
18803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18804 \begin_inset Text
18805
18806 \begin_layout Plain Layout
18807
18808 \backslash
18809 mu
18810 \end_layout
18811
18812 \end_inset
18813 </cell>
18814 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18815 \begin_inset Text
18816
18817 \begin_layout Plain Layout
18818 \begin_inset Formula $\mu$
18819 \end_inset
18820
18821
18822 \end_layout
18823
18824 \end_inset
18825 </cell>
18826 </row>
18827 <row>
18828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18829 \begin_inset Text
18830
18831 \begin_layout Plain Layout
18832
18833 \backslash
18834 nu
18835 \end_layout
18836
18837 \end_inset
18838 </cell>
18839 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18840 \begin_inset Text
18841
18842 \begin_layout Plain Layout
18843 \begin_inset Formula $\nu$
18844 \end_inset
18845
18846
18847 \end_layout
18848
18849 \end_inset
18850 </cell>
18851 </row>
18852 <row>
18853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18854 \begin_inset Text
18855
18856 \begin_layout Plain Layout
18857
18858 \backslash
18859 xi
18860 \end_layout
18861
18862 \end_inset
18863 </cell>
18864 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18865 \begin_inset Text
18866
18867 \begin_layout Plain Layout
18868 \begin_inset Formula $\xi$
18869 \end_inset
18870
18871
18872 \end_layout
18873
18874 \end_inset
18875 </cell>
18876 </row>
18877 <row>
18878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18879 \begin_inset Text
18880
18881 \begin_layout Plain Layout
18882 o
18883 \end_layout
18884
18885 \end_inset
18886 </cell>
18887 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18888 \begin_inset Text
18889
18890 \begin_layout Plain Layout
18891 \begin_inset Formula $o$
18892 \end_inset
18893
18894
18895 \end_layout
18896
18897 \end_inset
18898 </cell>
18899 </row>
18900 <row>
18901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18902 \begin_inset Text
18903
18904 \begin_layout Plain Layout
18905
18906 \backslash
18907 pi
18908 \end_layout
18909
18910 \end_inset
18911 </cell>
18912 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18913 \begin_inset Text
18914
18915 \begin_layout Plain Layout
18916 \begin_inset Formula $\pi$
18917 \end_inset
18918
18919
18920 \end_layout
18921
18922 \end_inset
18923 </cell>
18924 </row>
18925 <row>
18926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18927 \begin_inset Text
18928
18929 \begin_layout Plain Layout
18930
18931 \backslash
18932 varpi
18933 \end_layout
18934
18935 \end_inset
18936 </cell>
18937 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18938 \begin_inset Text
18939
18940 \begin_layout Plain Layout
18941 \begin_inset Formula $\varpi$
18942 \end_inset
18943
18944
18945 \end_layout
18946
18947 \end_inset
18948 </cell>
18949 </row>
18950 <row>
18951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18952 \begin_inset Text
18953
18954 \begin_layout Plain Layout
18955
18956 \backslash
18957 rho
18958 \end_layout
18959
18960 \end_inset
18961 </cell>
18962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18963 \begin_inset Text
18964
18965 \begin_layout Plain Layout
18966 \begin_inset Formula $\rho$
18967 \end_inset
18968
18969
18970 \end_layout
18971
18972 \end_inset
18973 </cell>
18974 </row>
18975 </lyxtabular>
18976
18977 \end_inset
18978
18979
18980 \begin_inset space \hfill{}
18981 \end_inset
18982
18983
18984 \begin_inset Tabular
18985 <lyxtabular version="3" rows="11" columns="2">
18986 <features rotate="0" tabularvalignment="middle">
18987 <column alignment="center" valignment="top" width="0pt">
18988 <column alignment="center" valignment="top" width="0pt">
18989 <row>
18990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18991 \begin_inset Text
18992
18993 \begin_layout Plain Layout
18994 コマンド
18995 \end_layout
18996
18997 \end_inset
18998 </cell>
18999 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19000 \begin_inset Text
19001
19002 \begin_layout Plain Layout
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 varrho
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 $\varrho$
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 sigma
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 $\sigma$
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" leftline="true" usebox="none">
19061 \begin_inset Text
19062
19063 \begin_layout Plain Layout
19064
19065 \backslash
19066 varsigma
19067 \end_layout
19068
19069 \end_inset
19070 </cell>
19071 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19072 \begin_inset Text
19073
19074 \begin_layout Plain Layout
19075 \begin_inset Formula $\varsigma$
19076 \end_inset
19077
19078
19079 \end_layout
19080
19081 \end_inset
19082 </cell>
19083 </row>
19084 <row>
19085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19086 \begin_inset Text
19087
19088 \begin_layout Plain Layout
19089
19090 \backslash
19091 tau
19092 \end_layout
19093
19094 \end_inset
19095 </cell>
19096 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19097 \begin_inset Text
19098
19099 \begin_layout Plain Layout
19100 \begin_inset Formula $\tau$
19101 \end_inset
19102
19103
19104 \end_layout
19105
19106 \end_inset
19107 </cell>
19108 </row>
19109 <row>
19110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19111 \begin_inset Text
19112
19113 \begin_layout Plain Layout
19114
19115 \backslash
19116 upsilon
19117 \end_layout
19118
19119 \end_inset
19120 </cell>
19121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19122 \begin_inset Text
19123
19124 \begin_layout Plain Layout
19125 \begin_inset Formula $\upsilon$
19126 \end_inset
19127
19128
19129 \end_layout
19130
19131 \end_inset
19132 </cell>
19133 </row>
19134 <row>
19135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19136 \begin_inset Text
19137
19138 \begin_layout Plain Layout
19139
19140 \backslash
19141 phi
19142 \end_layout
19143
19144 \end_inset
19145 </cell>
19146 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19147 \begin_inset Text
19148
19149 \begin_layout Plain Layout
19150 \begin_inset Formula $\phi$
19151 \end_inset
19152
19153
19154 \end_layout
19155
19156 \end_inset
19157 </cell>
19158 </row>
19159 <row>
19160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19161 \begin_inset Text
19162
19163 \begin_layout Plain Layout
19164
19165 \backslash
19166 varphi
19167 \end_layout
19168
19169 \end_inset
19170 </cell>
19171 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19172 \begin_inset Text
19173
19174 \begin_layout Plain Layout
19175 \begin_inset Formula $\varphi$
19176 \end_inset
19177
19178
19179 \end_layout
19180
19181 \end_inset
19182 </cell>
19183 </row>
19184 <row>
19185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19186 \begin_inset Text
19187
19188 \begin_layout Plain Layout
19189
19190 \backslash
19191 chi
19192 \end_layout
19193
19194 \end_inset
19195 </cell>
19196 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19197 \begin_inset Text
19198
19199 \begin_layout Plain Layout
19200 \begin_inset Formula $\chi$
19201 \end_inset
19202
19203
19204 \end_layout
19205
19206 \end_inset
19207 </cell>
19208 </row>
19209 <row>
19210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19211 \begin_inset Text
19212
19213 \begin_layout Plain Layout
19214
19215 \backslash
19216 psi
19217 \end_layout
19218
19219 \end_inset
19220 </cell>
19221 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19222 \begin_inset Text
19223
19224 \begin_layout Plain Layout
19225 \begin_inset Formula $\psi$
19226 \end_inset
19227
19228
19229 \end_layout
19230
19231 \end_inset
19232 </cell>
19233 </row>
19234 <row>
19235 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19236 \begin_inset Text
19237
19238 \begin_layout Plain Layout
19239
19240 \backslash
19241 omega
19242 \end_layout
19243
19244 \end_inset
19245 </cell>
19246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19247 \begin_inset Text
19248
19249 \begin_layout Plain Layout
19250 \begin_inset Formula $\omega$
19251 \end_inset
19252
19253
19254 \end_layout
19255
19256 \end_inset
19257 </cell>
19258 </row>
19259 </lyxtabular>
19260
19261 \end_inset
19262
19263
19264 \begin_inset space \hfill{}
19265 \end_inset
19266
19267
19268 \end_layout
19269
19270 \begin_layout Standard
19271 \begin_inset VSpace medskip
19272 \end_inset
19273
19274
19275 \end_layout
19276
19277 \begin_layout Standard
19278 アップライト体のギリシャ文字を作成する方法は、第
19279 \begin_inset CommandInset ref
19280 LatexCommand ref
19281 reference "sub:アップライト体ギリシャ小文字"
19282
19283 \end_inset
19284
19285 節に説明されています。
19286 \end_layout
19287
19288 \begin_layout Subsection
19289 大文字
19290 \begin_inset Index idx
19291 status collapsed
19292
19293 \begin_layout Plain Layout
19294 ぎりしゃもじ@ギリシャ文字 ! おおもじ@大文字
19295 \end_layout
19296
19297 \end_inset
19298
19299
19300 \end_layout
19301
19302 \begin_layout Standard
19303 \begin_inset space \hfill{}
19304 \end_inset
19305
19306
19307 \begin_inset Tabular
19308 <lyxtabular version="3" rows="7" columns="2">
19309 <features rotate="0" tabularvalignment="middle">
19310 <column alignment="center" valignment="top" width="0pt">
19311 <column alignment="center" valignment="top" width="0pt">
19312 <row>
19313 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19314 \begin_inset Text
19315
19316 \begin_layout Plain Layout
19317
19318 \family roman
19319 \series medium
19320 \shape up
19321 \size normal
19322 \emph off
19323 \bar no
19324 \noun off
19325 \color none
19326 コマンド
19327 \end_layout
19328
19329 \end_inset
19330 </cell>
19331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19332 \begin_inset Text
19333
19334 \begin_layout Plain Layout
19335
19336 \family roman
19337 \series medium
19338 \shape up
19339 \size normal
19340 \emph off
19341 \bar no
19342 \noun off
19343 \color none
19344 出力
19345 \end_layout
19346
19347 \end_inset
19348 </cell>
19349 </row>
19350 <row>
19351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19352 \begin_inset Text
19353
19354 \begin_layout Plain Layout
19355
19356 \backslash
19357 Gamma
19358 \end_layout
19359
19360 \end_inset
19361 </cell>
19362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19363 \begin_inset Text
19364
19365 \begin_layout Plain Layout
19366 \begin_inset Formula $\Gamma$
19367 \end_inset
19368
19369
19370 \end_layout
19371
19372 \end_inset
19373 </cell>
19374 </row>
19375 <row>
19376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19377 \begin_inset Text
19378
19379 \begin_layout Plain Layout
19380
19381 \backslash
19382 Delta
19383 \end_layout
19384
19385 \end_inset
19386 </cell>
19387 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19388 \begin_inset Text
19389
19390 \begin_layout Plain Layout
19391 \begin_inset Formula $\Delta$
19392 \end_inset
19393
19394
19395 \end_layout
19396
19397 \end_inset
19398 </cell>
19399 </row>
19400 <row>
19401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19402 \begin_inset Text
19403
19404 \begin_layout Plain Layout
19405
19406 \backslash
19407 Theta
19408 \end_layout
19409
19410 \end_inset
19411 </cell>
19412 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19413 \begin_inset Text
19414
19415 \begin_layout Plain Layout
19416 \begin_inset Formula $\Theta$
19417 \end_inset
19418
19419
19420 \end_layout
19421
19422 \end_inset
19423 </cell>
19424 </row>
19425 <row>
19426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19427 \begin_inset Text
19428
19429 \begin_layout Plain Layout
19430
19431 \backslash
19432 Lambda
19433 \end_layout
19434
19435 \end_inset
19436 </cell>
19437 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19438 \begin_inset Text
19439
19440 \begin_layout Plain Layout
19441 \begin_inset Formula $\Lambda$
19442 \end_inset
19443
19444
19445 \end_layout
19446
19447 \end_inset
19448 </cell>
19449 </row>
19450 <row>
19451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19452 \begin_inset Text
19453
19454 \begin_layout Plain Layout
19455
19456 \backslash
19457 Xi
19458 \end_layout
19459
19460 \end_inset
19461 </cell>
19462 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19463 \begin_inset Text
19464
19465 \begin_layout Plain Layout
19466 \begin_inset Formula $\Xi$
19467 \end_inset
19468
19469
19470 \end_layout
19471
19472 \end_inset
19473 </cell>
19474 </row>
19475 <row>
19476 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19477 \begin_inset Text
19478
19479 \begin_layout Plain Layout
19480
19481 \backslash
19482 Pi
19483 \end_layout
19484
19485 \end_inset
19486 </cell>
19487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19488 \begin_inset Text
19489
19490 \begin_layout Plain Layout
19491 \begin_inset Formula $\Pi$
19492 \end_inset
19493
19494
19495 \end_layout
19496
19497 \end_inset
19498 </cell>
19499 </row>
19500 </lyxtabular>
19501
19502 \end_inset
19503
19504
19505 \begin_inset space \hfill{}
19506 \end_inset
19507
19508
19509 \begin_inset Tabular
19510 <lyxtabular version="3" rows="6" columns="2">
19511 <features rotate="0" tabularvalignment="middle">
19512 <column alignment="center" valignment="top" width="0pt">
19513 <column alignment="center" valignment="top" width="0pt">
19514 <row>
19515 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19516 \begin_inset Text
19517
19518 \begin_layout Plain Layout
19519
19520 \family roman
19521 \series medium
19522 \shape up
19523 \size normal
19524 \emph off
19525 \bar no
19526 \noun off
19527 \color none
19528 コマンド
19529 \end_layout
19530
19531 \end_inset
19532 </cell>
19533 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19534 \begin_inset Text
19535
19536 \begin_layout Plain Layout
19537
19538 \family roman
19539 \series medium
19540 \shape up
19541 \size normal
19542 \emph off
19543 \bar no
19544 \noun off
19545 \color none
19546 出力
19547 \end_layout
19548
19549 \end_inset
19550 </cell>
19551 </row>
19552 <row>
19553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19554 \begin_inset Text
19555
19556 \begin_layout Plain Layout
19557
19558 \backslash
19559 Sigma
19560 \end_layout
19561
19562 \end_inset
19563 </cell>
19564 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19565 \begin_inset Text
19566
19567 \begin_layout Plain Layout
19568 \begin_inset Formula $\Sigma$
19569 \end_inset
19570
19571
19572 \end_layout
19573
19574 \end_inset
19575 </cell>
19576 </row>
19577 <row>
19578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19579 \begin_inset Text
19580
19581 \begin_layout Plain Layout
19582
19583 \backslash
19584 Upsilon
19585 \end_layout
19586
19587 \end_inset
19588 </cell>
19589 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19590 \begin_inset Text
19591
19592 \begin_layout Plain Layout
19593 \begin_inset Formula $\Upsilon$
19594 \end_inset
19595
19596
19597 \end_layout
19598
19599 \end_inset
19600 </cell>
19601 </row>
19602 <row>
19603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19604 \begin_inset Text
19605
19606 \begin_layout Plain Layout
19607
19608 \backslash
19609 Phi
19610 \end_layout
19611
19612 \end_inset
19613 </cell>
19614 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19615 \begin_inset Text
19616
19617 \begin_layout Plain Layout
19618 \begin_inset Formula $\Phi$
19619 \end_inset
19620
19621
19622 \end_layout
19623
19624 \end_inset
19625 </cell>
19626 </row>
19627 <row>
19628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19629 \begin_inset Text
19630
19631 \begin_layout Plain Layout
19632
19633 \backslash
19634 Psi
19635 \end_layout
19636
19637 \end_inset
19638 </cell>
19639 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19640 \begin_inset Text
19641
19642 \begin_layout Plain Layout
19643 \begin_inset Formula $\Psi$
19644 \end_inset
19645
19646
19647 \end_layout
19648
19649 \end_inset
19650 </cell>
19651 </row>
19652 <row>
19653 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19654 \begin_inset Text
19655
19656 \begin_layout Plain Layout
19657
19658 \backslash
19659 Omega
19660 \end_layout
19661
19662 \end_inset
19663 </cell>
19664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19665 \begin_inset Text
19666
19667 \begin_layout Plain Layout
19668 \begin_inset Formula $\Omega$
19669 \end_inset
19670
19671
19672 \end_layout
19673
19674 \end_inset
19675 </cell>
19676 </row>
19677 </lyxtabular>
19678
19679 \end_inset
19680
19681
19682 \begin_inset space \hfill{}
19683 \end_inset
19684
19685
19686 \end_layout
19687
19688 \begin_layout Standard
19689 \begin_inset VSpace medskip
19690 \end_inset
19691
19692 大文字のギリシャ文字が立体で表示されるのは、TeXの開発途上に生じたデザイン上のバグによるものです。正しいイタリック体の大文字を得るためには、各コマンドの頭に
19693 \series bold
19694 var
19695 \series default
19696 を付けてください。たとえば、
19697 \series bold
19698
19699 \backslash
19700 varGamma
19701 \series default
19702 コマンドは、
19703 \begin_inset Formula $\varGamma$
19704 \end_inset
19705
19706 を生成します。もう一つの方法は、パッケージ
19707 \series bold
19708 fixmath
19709 \series default
19710
19711 \begin_inset Foot
19712 status collapsed
19713
19714 \begin_layout Plain Layout
19715
19716 \series bold
19717 fixmath
19718 \series default
19719 は、LaTeXパッケージ
19720 \series bold
19721 was
19722 \series default
19723
19724 \begin_inset Index idx
19725 status collapsed
19726
19727 \begin_layout Plain Layout
19728 ぱっけーじ@パッケージ ! was
19729 \begin_inset ERT
19730 status collapsed
19731
19732 \begin_layout Plain Layout
19733
19734
19735 \backslash
19736 vspace{4mm}
19737 \end_layout
19738
19739 \end_inset
19740
19741
19742 \end_layout
19743
19744 \end_inset
19745
19746 に含まれています。
19747 \end_layout
19748
19749 \end_inset
19750
19751
19752 \begin_inset Index idx
19753 status collapsed
19754
19755 \begin_layout Plain Layout
19756 ぱっけーじ@パッケージ ! fixmath
19757 \end_layout
19758
19759 \end_inset
19760
19761 をLaTeXプリアンブル行に
19762 \end_layout
19763
19764 \begin_layout Standard
19765
19766 \series bold
19767
19768 \backslash
19769 usepackage{fixmath}
19770 \end_layout
19771
19772 \begin_layout Standard
19773 と書いて読み込む方法です。すると、文書中の大きなギリシャ文字は、すべて自動的にイタリック体として組版されます。
19774 \end_layout
19775
19776 \begin_layout Subsection
19777 ボールド体
19778 \begin_inset Index idx
19779 status collapsed
19780
19781 \begin_layout Plain Layout
19782 ぎりしゃもじ@ギリシャ文字 ! ぼーるどたい@ボールド体
19783 \end_layout
19784
19785 \end_inset
19786
19787
19788 \end_layout
19789
19790 \begin_layout Standard
19791 ギリシャ文字は、ラテン文字のようには、多様な書体様式に設定することができません。ギリシャ文字をボールド体にできるのは、
19792 \series bold
19793
19794 \backslash
19795 boldsymbol
19796 \series default
19797 コマンドのみです
19798 \begin_inset Index idx
19799 status collapsed
19800
19801 \begin_layout Plain Layout
19802 こまんど@コマンド ! B ! 
19803 \backslash
19804 boldsymbol
19805 \end_layout
19806
19807 \end_inset
19808
19809
19810 \end_layout
19811
19812 \begin_layout Standard
19813 \align center
19814 \begin_inset Tabular
19815 <lyxtabular version="3" rows="3" columns="2">
19816 <features rotate="0" tabularvalignment="middle">
19817 <column alignment="center" valignment="top">
19818 <column alignment="center" valignment="top">
19819 <row>
19820 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19821 \begin_inset Text
19822
19823 \begin_layout Plain Layout
19824 コマンド
19825 \end_layout
19826
19827 \end_inset
19828 </cell>
19829 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19830 \begin_inset Text
19831
19832 \begin_layout Plain Layout
19833 出力
19834 \end_layout
19835
19836 \end_inset
19837 </cell>
19838 </row>
19839 <row>
19840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19841 \begin_inset Text
19842
19843 \begin_layout Plain Layout
19844
19845 \backslash
19846 Upsilon
19847 \backslash
19848 boldsymbol
19849 \backslash
19850 Upsilon
19851 \end_layout
19852
19853 \end_inset
19854 </cell>
19855 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19856 \begin_inset Text
19857
19858 \begin_layout Plain Layout
19859 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
19860 \end_inset
19861
19862
19863 \end_layout
19864
19865 \end_inset
19866 </cell>
19867 </row>
19868 <row>
19869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19870 \begin_inset Text
19871
19872 \begin_layout Plain Layout
19873
19874 \backslash
19875 theta
19876 \backslash
19877 boldsymbol
19878 \backslash
19879 theta
19880 \end_layout
19881
19882 \end_inset
19883 </cell>
19884 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19885 \begin_inset Text
19886
19887 \begin_layout Plain Layout
19888 \begin_inset Formula $\theta\boldsymbol{\theta}$
19889 \end_inset
19890
19891
19892 \end_layout
19893
19894 \end_inset
19895 </cell>
19896 </row>
19897 </lyxtabular>
19898
19899 \end_inset
19900
19901
19902 \begin_inset Newpage newpage
19903 \end_inset
19904
19905
19906 \end_layout
19907
19908 \begin_layout Section
19909 記号
19910 \begin_inset ERT
19911 status collapsed
19912
19913 \begin_layout Plain Layout
19914
19915
19916 \backslash
19917 texorpdfstring{
19918 \end_layout
19919
19920 \end_inset
19921
19922
19923 \begin_inset Foot
19924 status collapsed
19925
19926 \begin_layout Plain Layout
19927 各LaTeXパッケージに含まれる全記号をほとんど網羅した一覧が、
19928 \begin_inset CommandInset citation
19929 LatexCommand cite
19930 key "Symbols"
19931
19932 \end_inset
19933
19934 にあります。
19935 \end_layout
19936
19937 \end_inset
19938
19939
19940 \begin_inset ERT
19941 status collapsed
19942
19943 \begin_layout Plain Layout
19944
19945 }{}
19946 \end_layout
19947
19948 \end_inset
19949
19950
19951 \begin_inset Note Note
19952 status collapsed
19953
19954 \begin_layout Plain Layout
19955
19956 \backslash
19957 texorpdfstringは、PDFのしおりに脚注が現れるのを防ぐために使われています。
19958 \end_layout
19959
19960 \begin_layout Plain Layout
19961
19962 \backslash
19963 texorpdfstringについての詳細は、第
19964 \begin_inset CommandInset ref
19965 LatexCommand ref
19966 reference "sub:節見出し中の数式"
19967
19968 \end_inset
19969
19970 節にあります。
19971 \end_layout
19972
19973 \end_inset
19974
19975
19976 \begin_inset Index idx
19977 status collapsed
19978
19979 \begin_layout Plain Layout
19980 きごう@記号
19981 \end_layout
19982
19983 \end_inset
19984
19985
19986 \end_layout
19987
19988 \begin_layout Standard
19989 本節に掲げてある各記号の多くは、ツールバーボタンの
19990 \begin_inset Graphics
19991         filename ../../images/math/nabla.png
19992         scale 85
19993
19994 \end_inset
19995
19996
19997 \begin_inset Graphics
19998         filename ../../images/math/digamma.png
19999         scale 85
20000
20001 \end_inset
20002
20003 でも挿入することができます。
20004 \end_layout
20005
20006 \begin_layout Subsection
20007 数学記号
20008 \begin_inset CommandInset label
20009 LatexCommand label
20010 name "sub:数学記号"
20011
20012 \end_inset
20013
20014
20015 \begin_inset Index idx
20016 status collapsed
20017
20018 \begin_layout Plain Layout
20019 きごう@記号 ! すうがく@数学
20020 \end_layout
20021
20022 \end_inset
20023
20024
20025 \end_layout
20026
20027 \begin_layout Standard
20028 \begin_inset space \hfill{}
20029 \end_inset
20030
20031
20032 \begin_inset Tabular
20033 <lyxtabular version="3" rows="10" columns="2">
20034 <features rotate="0" tabularvalignment="middle">
20035 <column alignment="center" valignment="top" width="0pt">
20036 <column alignment="center" valignment="top" width="0pt">
20037 <row>
20038 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20039 \begin_inset Text
20040
20041 \begin_layout Plain Layout
20042 コマンド
20043 \end_layout
20044
20045 \end_inset
20046 </cell>
20047 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20048 \begin_inset Text
20049
20050 \begin_layout Plain Layout
20051 出力
20052 \end_layout
20053
20054 \end_inset
20055 </cell>
20056 </row>
20057 <row>
20058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20059 \begin_inset Text
20060
20061 \begin_layout Plain Layout
20062
20063 \backslash
20064 neg
20065 \end_layout
20066
20067 \end_inset
20068 </cell>
20069 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20070 \begin_inset Text
20071
20072 \begin_layout Plain Layout
20073 \begin_inset Formula $\neg$
20074 \end_inset
20075
20076
20077 \end_layout
20078
20079 \end_inset
20080 </cell>
20081 </row>
20082 <row>
20083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20084 \begin_inset Text
20085
20086 \begin_layout Plain Layout
20087
20088 \backslash
20089 Im
20090 \end_layout
20091
20092 \end_inset
20093 </cell>
20094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20095 \begin_inset Text
20096
20097 \begin_layout Plain Layout
20098 \begin_inset Formula $\Im$
20099 \end_inset
20100
20101
20102 \end_layout
20103
20104 \end_inset
20105 </cell>
20106 </row>
20107 <row>
20108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20109 \begin_inset Text
20110
20111 \begin_layout Plain Layout
20112
20113 \backslash
20114 Re
20115 \end_layout
20116
20117 \end_inset
20118 </cell>
20119 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20120 \begin_inset Text
20121
20122 \begin_layout Plain Layout
20123 \begin_inset Formula $\Re$
20124 \end_inset
20125
20126
20127 \end_layout
20128
20129 \end_inset
20130 </cell>
20131 </row>
20132 <row>
20133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20134 \begin_inset Text
20135
20136 \begin_layout Plain Layout
20137
20138 \backslash
20139 aleph
20140 \end_layout
20141
20142 \end_inset
20143 </cell>
20144 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20145 \begin_inset Text
20146
20147 \begin_layout Plain Layout
20148 \begin_inset Formula $\aleph$
20149 \end_inset
20150
20151
20152 \end_layout
20153
20154 \end_inset
20155 </cell>
20156 </row>
20157 <row>
20158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20159 \begin_inset Text
20160
20161 \begin_layout Plain Layout
20162
20163 \backslash
20164 partial
20165 \end_layout
20166
20167 \end_inset
20168 </cell>
20169 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20170 \begin_inset Text
20171
20172 \begin_layout Plain Layout
20173 \begin_inset Formula $\partial$
20174 \end_inset
20175
20176
20177 \end_layout
20178
20179 \end_inset
20180 </cell>
20181 </row>
20182 <row>
20183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20184 \begin_inset Text
20185
20186 \begin_layout Plain Layout
20187
20188 \backslash
20189 infty
20190 \end_layout
20191
20192 \end_inset
20193 </cell>
20194 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20195 \begin_inset Text
20196
20197 \begin_layout Plain Layout
20198 \begin_inset Formula $\infty$
20199 \end_inset
20200
20201
20202 \end_layout
20203
20204 \end_inset
20205 </cell>
20206 </row>
20207 <row>
20208 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20209 \begin_inset Text
20210
20211 \begin_layout Plain Layout
20212
20213 \backslash
20214 wp
20215 \end_layout
20216
20217 \end_inset
20218 </cell>
20219 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20220 \begin_inset Text
20221
20222 \begin_layout Plain Layout
20223 \begin_inset Formula $\wp$
20224 \end_inset
20225
20226
20227 \end_layout
20228
20229 \end_inset
20230 </cell>
20231 </row>
20232 <row>
20233 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20234 \begin_inset Text
20235
20236 \begin_layout Plain Layout
20237
20238 \backslash
20239 imath
20240 \end_layout
20241
20242 \end_inset
20243 </cell>
20244 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20245 \begin_inset Text
20246
20247 \begin_layout Plain Layout
20248 \begin_inset Formula $\imath$
20249 \end_inset
20250
20251
20252 \end_layout
20253
20254 \end_inset
20255 </cell>
20256 </row>
20257 <row>
20258 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20259 \begin_inset Text
20260
20261 \begin_layout Plain Layout
20262
20263 \backslash
20264 jmath
20265 \end_layout
20266
20267 \end_inset
20268 </cell>
20269 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20270 \begin_inset Text
20271
20272 \begin_layout Plain Layout
20273 \begin_inset Formula $\jmath$
20274 \end_inset
20275
20276
20277 \end_layout
20278
20279 \end_inset
20280 </cell>
20281 </row>
20282 </lyxtabular>
20283
20284 \end_inset
20285
20286
20287 \begin_inset space \hfill{}
20288 \end_inset
20289
20290
20291 \begin_inset Tabular
20292 <lyxtabular version="3" rows="10" columns="2">
20293 <features rotate="0" tabularvalignment="middle">
20294 <column alignment="center" valignment="top" width="0pt">
20295 <column alignment="center" valignment="top" width="0pt">
20296 <row>
20297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20298 \begin_inset Text
20299
20300 \begin_layout Plain Layout
20301 コマンド
20302 \end_layout
20303
20304 \end_inset
20305 </cell>
20306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20307 \begin_inset Text
20308
20309 \begin_layout Plain Layout
20310 出力
20311 \begin_inset Note Note
20312 status collapsed
20313
20314 \begin_layout Plain Layout
20315 ここで
20316 \series bold
20317
20318 \backslash
20319 raisebox
20320 \series default
20321 はスペーサーとして使用しているだけです。
20322 \end_layout
20323
20324 \end_inset
20325
20326
20327 \end_layout
20328
20329 \end_inset
20330 </cell>
20331 </row>
20332 <row>
20333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20334 \begin_inset Text
20335
20336 \begin_layout Plain Layout
20337
20338 \backslash
20339 forall
20340 \end_layout
20341
20342 \end_inset
20343 </cell>
20344 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20345 \begin_inset Text
20346
20347 \begin_layout Plain Layout
20348 \begin_inset Formula $\forall$
20349 \end_inset
20350
20351
20352 \end_layout
20353
20354 \end_inset
20355 </cell>
20356 </row>
20357 <row>
20358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20359 \begin_inset Text
20360
20361 \begin_layout Plain Layout
20362
20363 \backslash
20364 exists
20365 \end_layout
20366
20367 \end_inset
20368 </cell>
20369 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20370 \begin_inset Text
20371
20372 \begin_layout Plain Layout
20373 \begin_inset Formula $\exists$
20374 \end_inset
20375
20376
20377 \end_layout
20378
20379 \end_inset
20380 </cell>
20381 </row>
20382 <row>
20383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20384 \begin_inset Text
20385
20386 \begin_layout Plain Layout
20387
20388 \backslash
20389 nexists
20390 \end_layout
20391
20392 \end_inset
20393 </cell>
20394 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20395 \begin_inset Text
20396
20397 \begin_layout Plain Layout
20398 \begin_inset Formula $\nexists$
20399 \end_inset
20400
20401
20402 \end_layout
20403
20404 \end_inset
20405 </cell>
20406 </row>
20407 <row>
20408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20409 \begin_inset Text
20410
20411 \begin_layout Plain Layout
20412
20413 \backslash
20414 emptyset
20415 \end_layout
20416
20417 \end_inset
20418 </cell>
20419 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20420 \begin_inset Text
20421
20422 \begin_layout Plain Layout
20423 \begin_inset Formula $\emptyset$
20424 \end_inset
20425
20426
20427 \end_layout
20428
20429 \end_inset
20430 </cell>
20431 </row>
20432 <row>
20433 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20434 \begin_inset Text
20435
20436 \begin_layout Plain Layout
20437
20438 \backslash
20439 varnothing
20440 \end_layout
20441
20442 \end_inset
20443 </cell>
20444 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20445 \begin_inset Text
20446
20447 \begin_layout Plain Layout
20448 \begin_inset Formula $\varnothing$
20449 \end_inset
20450
20451
20452 \end_layout
20453
20454 \end_inset
20455 </cell>
20456 </row>
20457 <row>
20458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20459 \begin_inset Text
20460
20461 \begin_layout Plain Layout
20462
20463 \backslash
20464 dag
20465 \end_layout
20466
20467 \end_inset
20468 </cell>
20469 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20470 \begin_inset Text
20471
20472 \begin_layout Plain Layout
20473 \begin_inset Formula $\dag$
20474 \end_inset
20475
20476
20477 \end_layout
20478
20479 \end_inset
20480 </cell>
20481 </row>
20482 <row>
20483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20484 \begin_inset Text
20485
20486 \begin_layout Plain Layout
20487
20488 \backslash
20489 ddag
20490 \end_layout
20491
20492 \end_inset
20493 </cell>
20494 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20495 \begin_inset Text
20496
20497 \begin_layout Plain Layout
20498 \begin_inset Formula $\ddag$
20499 \end_inset
20500
20501
20502 \end_layout
20503
20504 \end_inset
20505 </cell>
20506 </row>
20507 <row>
20508 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20509 \begin_inset Text
20510
20511 \begin_layout Plain Layout
20512
20513 \backslash
20514 complement
20515 \end_layout
20516
20517 \end_inset
20518 </cell>
20519 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20520 \begin_inset Text
20521
20522 \begin_layout Plain Layout
20523 \begin_inset ERT
20524 status collapsed
20525
20526 \begin_layout Plain Layout
20527
20528
20529 \backslash
20530 raisebox{-0.8mm}{
20531 \end_layout
20532
20533 \end_inset
20534
20535
20536 \begin_inset Formula $\complement$
20537 \end_inset
20538
20539
20540 \begin_inset ERT
20541 status collapsed
20542
20543 \begin_layout Plain Layout
20544
20545 }
20546 \end_layout
20547
20548 \end_inset
20549
20550
20551 \end_layout
20552
20553 \end_inset
20554 </cell>
20555 </row>
20556 <row>
20557 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20558 \begin_inset Text
20559
20560 \begin_layout Plain Layout
20561
20562 \backslash
20563 Bbbk
20564 \end_layout
20565
20566 \end_inset
20567 </cell>
20568 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20569 \begin_inset Text
20570
20571 \begin_layout Plain Layout
20572 \begin_inset Formula $\Bbbk$
20573 \end_inset
20574
20575
20576 \end_layout
20577
20578 \end_inset
20579 </cell>
20580 </row>
20581 </lyxtabular>
20582
20583 \end_inset
20584
20585
20586 \begin_inset space \hfill{}
20587 \end_inset
20588
20589
20590 \begin_inset Tabular
20591 <lyxtabular version="3" rows="10" columns="2">
20592 <features rotate="0" tabularvalignment="middle">
20593 <column alignment="center" valignment="top" width="0pt">
20594 <column alignment="center" valignment="top" width="0pt">
20595 <row>
20596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20597 \begin_inset Text
20598
20599 \begin_layout Plain Layout
20600 コマンド
20601 \end_layout
20602
20603 \end_inset
20604 </cell>
20605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20606 \begin_inset Text
20607
20608 \begin_layout Plain Layout
20609 出力
20610 \end_layout
20611
20612 \end_inset
20613 </cell>
20614 </row>
20615 <row>
20616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20617 \begin_inset Text
20618
20619 \begin_layout Plain Layout
20620
20621 \backslash
20622 prime
20623 \end_layout
20624
20625 \end_inset
20626 </cell>
20627 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20628 \begin_inset Text
20629
20630 \begin_layout Plain Layout
20631 \begin_inset Formula $\prime$
20632 \end_inset
20633
20634
20635 \end_layout
20636
20637 \end_inset
20638 </cell>
20639 </row>
20640 <row>
20641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20642 \begin_inset Text
20643
20644 \begin_layout Plain Layout
20645
20646 \backslash
20647 backprime
20648 \end_layout
20649
20650 \end_inset
20651 </cell>
20652 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20653 \begin_inset Text
20654
20655 \begin_layout Plain Layout
20656 \begin_inset Formula $\backprime$
20657 \end_inset
20658
20659
20660 \end_layout
20661
20662 \end_inset
20663 </cell>
20664 </row>
20665 <row>
20666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20667 \begin_inset Text
20668
20669 \begin_layout Plain Layout
20670
20671 \backslash
20672 mho
20673 \end_layout
20674
20675 \end_inset
20676 </cell>
20677 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20678 \begin_inset Text
20679
20680 \begin_layout Plain Layout
20681 \begin_inset Formula $\mho$
20682 \end_inset
20683
20684
20685 \end_layout
20686
20687 \end_inset
20688 </cell>
20689 </row>
20690 <row>
20691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20692 \begin_inset Text
20693
20694 \begin_layout Plain Layout
20695
20696 \backslash
20697 triangle
20698 \end_layout
20699
20700 \end_inset
20701 </cell>
20702 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20703 \begin_inset Text
20704
20705 \begin_layout Plain Layout
20706 \begin_inset Formula $\triangle$
20707 \end_inset
20708
20709
20710 \end_layout
20711
20712 \end_inset
20713 </cell>
20714 </row>
20715 <row>
20716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20717 \begin_inset Text
20718
20719 \begin_layout Plain Layout
20720
20721 \backslash
20722 angle
20723 \end_layout
20724
20725 \end_inset
20726 </cell>
20727 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20728 \begin_inset Text
20729
20730 \begin_layout Plain Layout
20731 \begin_inset Formula $\angle$
20732 \end_inset
20733
20734
20735 \end_layout
20736
20737 \end_inset
20738 </cell>
20739 </row>
20740 <row>
20741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20742 \begin_inset Text
20743
20744 \begin_layout Plain Layout
20745
20746 \backslash
20747 measuredangle
20748 \end_layout
20749
20750 \end_inset
20751 </cell>
20752 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20753 \begin_inset Text
20754
20755 \begin_layout Plain Layout
20756 \begin_inset Formula $\measuredangle$
20757 \end_inset
20758
20759
20760 \end_layout
20761
20762 \end_inset
20763 </cell>
20764 </row>
20765 <row>
20766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20767 \begin_inset Text
20768
20769 \begin_layout Plain Layout
20770
20771 \backslash
20772 sphericalangle
20773 \end_layout
20774
20775 \end_inset
20776 </cell>
20777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20778 \begin_inset Text
20779
20780 \begin_layout Plain Layout
20781 \begin_inset Formula $\sphericalangle$
20782 \end_inset
20783
20784
20785 \end_layout
20786
20787 \end_inset
20788 </cell>
20789 </row>
20790 <row>
20791 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20792 \begin_inset Text
20793
20794 \begin_layout Plain Layout
20795
20796 \backslash
20797 top
20798 \end_layout
20799
20800 \end_inset
20801 </cell>
20802 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20803 \begin_inset Text
20804
20805 \begin_layout Plain Layout
20806 \begin_inset Formula $\top$
20807 \end_inset
20808
20809
20810 \end_layout
20811
20812 \end_inset
20813 </cell>
20814 </row>
20815 <row>
20816 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20817 \begin_inset Text
20818
20819 \begin_layout Plain Layout
20820
20821 \backslash
20822 bot
20823 \end_layout
20824
20825 \end_inset
20826 </cell>
20827 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20828 \begin_inset Text
20829
20830 \begin_layout Plain Layout
20831 \begin_inset Formula $\bot$
20832 \end_inset
20833
20834
20835 \end_layout
20836
20837 \end_inset
20838 </cell>
20839 </row>
20840 </lyxtabular>
20841
20842 \end_inset
20843
20844
20845 \begin_inset space \hfill{}
20846 \end_inset
20847
20848
20849 \end_layout
20850
20851 \begin_layout Subsection
20852 その他の記号
20853 \begin_inset CommandInset label
20854 LatexCommand label
20855 name "sub:その他の記号"
20856
20857 \end_inset
20858
20859
20860 \begin_inset Index idx
20861 status collapsed
20862
20863 \begin_layout Plain Layout
20864 きごう@記号 ! そのた@その他
20865 \end_layout
20866
20867 \end_inset
20868
20869
20870 \end_layout
20871
20872 \begin_layout Standard
20873 \noindent
20874 \align center
20875 \begin_inset Tabular
20876 <lyxtabular version="3" rows="10" columns="2">
20877 <features rotate="0" tabularvalignment="middle">
20878 <column alignment="center" valignment="top" width="0pt">
20879 <column alignment="center" valignment="top" width="0pt">
20880 <row>
20881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20882 \begin_inset Text
20883
20884 \begin_layout Plain Layout
20885
20886 \family roman
20887 \series medium
20888 \shape up
20889 \size normal
20890 \emph off
20891 \bar no
20892 \noun off
20893 \color none
20894 コマンド
20895 \end_layout
20896
20897 \end_inset
20898 </cell>
20899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20900 \begin_inset Text
20901
20902 \begin_layout Plain Layout
20903
20904 \family roman
20905 \series medium
20906 \shape up
20907 \size normal
20908 \emph off
20909 \bar no
20910 \noun off
20911 \color none
20912 出力
20913 \end_layout
20914
20915 \end_inset
20916 </cell>
20917 </row>
20918 <row>
20919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20920 \begin_inset Text
20921
20922 \begin_layout Plain Layout
20923
20924 \backslash
20925 flat
20926 \end_layout
20927
20928 \end_inset
20929 </cell>
20930 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20931 \begin_inset Text
20932
20933 \begin_layout Plain Layout
20934 \begin_inset Formula $\flat$
20935 \end_inset
20936
20937
20938 \end_layout
20939
20940 \end_inset
20941 </cell>
20942 </row>
20943 <row>
20944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20945 \begin_inset Text
20946
20947 \begin_layout Plain Layout
20948
20949 \backslash
20950 natural
20951 \end_layout
20952
20953 \end_inset
20954 </cell>
20955 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20956 \begin_inset Text
20957
20958 \begin_layout Plain Layout
20959 \begin_inset Formula $\natural$
20960 \end_inset
20961
20962
20963 \end_layout
20964
20965 \end_inset
20966 </cell>
20967 </row>
20968 <row>
20969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20970 \begin_inset Text
20971
20972 \begin_layout Plain Layout
20973
20974 \backslash
20975 sharp
20976 \end_layout
20977
20978 \end_inset
20979 </cell>
20980 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20981 \begin_inset Text
20982
20983 \begin_layout Plain Layout
20984 \begin_inset Formula $\sharp$
20985 \end_inset
20986
20987
20988 \end_layout
20989
20990 \end_inset
20991 </cell>
20992 </row>
20993 <row>
20994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20995 \begin_inset Text
20996
20997 \begin_layout Plain Layout
20998
20999 \backslash
21000 surd
21001 \end_layout
21002
21003 \end_inset
21004 </cell>
21005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21006 \begin_inset Text
21007
21008 \begin_layout Plain Layout
21009 \begin_inset Formula $\surd$
21010 \end_inset
21011
21012
21013 \end_layout
21014
21015 \end_inset
21016 </cell>
21017 </row>
21018 <row>
21019 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21020 \begin_inset Text
21021
21022 \begin_layout Plain Layout
21023
21024 \backslash
21025 checkmark
21026 \end_layout
21027
21028 \end_inset
21029 </cell>
21030 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21031 \begin_inset Text
21032
21033 \begin_layout Plain Layout
21034 \begin_inset Formula $\checkmark$
21035 \end_inset
21036
21037
21038 \end_layout
21039
21040 \end_inset
21041 </cell>
21042 </row>
21043 <row>
21044 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21045 \begin_inset Text
21046
21047 \begin_layout Plain Layout
21048
21049 \backslash
21050 yen
21051 \end_layout
21052
21053 \end_inset
21054 </cell>
21055 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21056 \begin_inset Text
21057
21058 \begin_layout Plain Layout
21059 \begin_inset Formula $\yen$
21060 \end_inset
21061
21062
21063 \end_layout
21064
21065 \end_inset
21066 </cell>
21067 </row>
21068 <row>
21069 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21070 \begin_inset Text
21071
21072 \begin_layout Plain Layout
21073
21074 \backslash
21075 pounds
21076 \end_layout
21077
21078 \end_inset
21079 </cell>
21080 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21081 \begin_inset Text
21082
21083 \begin_layout Plain Layout
21084 \begin_inset Formula $\pounds$
21085 \end_inset
21086
21087
21088 \end_layout
21089
21090 \end_inset
21091 </cell>
21092 </row>
21093 <row>
21094 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21095 \begin_inset Text
21096
21097 \begin_layout Plain Layout
21098 $
21099 \end_layout
21100
21101 \end_inset
21102 </cell>
21103 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21104 \begin_inset Text
21105
21106 \begin_layout Plain Layout
21107 \begin_inset Formula $\$$
21108 \end_inset
21109
21110
21111 \end_layout
21112
21113 \end_inset
21114 </cell>
21115 </row>
21116 <row>
21117 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21118 \begin_inset Text
21119
21120 \begin_layout Plain Layout
21121 §
21122 \end_layout
21123
21124 \end_inset
21125 </cell>
21126 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21127 \begin_inset Text
21128
21129 \begin_layout Plain Layout
21130 \begin_inset Formula $\mathsection$
21131 \end_inset
21132
21133
21134 \end_layout
21135
21136 \end_inset
21137 </cell>
21138 </row>
21139 </lyxtabular>
21140
21141 \end_inset
21142
21143
21144 \begin_inset Tabular
21145 <lyxtabular version="3" rows="10" columns="2">
21146 <features rotate="0" tabularvalignment="middle">
21147 <column alignment="center" valignment="top">
21148 <column alignment="center" valignment="top">
21149 <row>
21150 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21151 \begin_inset Text
21152
21153 \begin_layout Plain Layout
21154
21155 \family roman
21156 \series medium
21157 \shape up
21158 \size normal
21159 \emph off
21160 \bar no
21161 \noun off
21162 \color none
21163 コマンド
21164 \end_layout
21165
21166 \end_inset
21167 </cell>
21168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21169 \begin_inset Text
21170
21171 \begin_layout Plain Layout
21172
21173 \family roman
21174 \series medium
21175 \shape up
21176 \size normal
21177 \emph off
21178 \bar no
21179 \noun off
21180 \color none
21181 出力
21182 \end_layout
21183
21184 \end_inset
21185 </cell>
21186 </row>
21187 <row>
21188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21189 \begin_inset Text
21190
21191 \begin_layout Plain Layout
21192
21193 \backslash
21194 hbar
21195 \end_layout
21196
21197 \end_inset
21198 </cell>
21199 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21200 \begin_inset Text
21201
21202 \begin_layout Plain Layout
21203 \begin_inset Formula $\hbar$
21204 \end_inset
21205
21206
21207 \end_layout
21208
21209 \end_inset
21210 </cell>
21211 </row>
21212 <row>
21213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21214 \begin_inset Text
21215
21216 \begin_layout Plain Layout
21217
21218 \backslash
21219 hslash
21220 \end_layout
21221
21222 \end_inset
21223 </cell>
21224 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21225 \begin_inset Text
21226
21227 \begin_layout Plain Layout
21228 \begin_inset Formula $\hslash$
21229 \end_inset
21230
21231
21232 \end_layout
21233
21234 \end_inset
21235 </cell>
21236 </row>
21237 <row>
21238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21239 \begin_inset Text
21240
21241 \begin_layout Plain Layout
21242
21243 \backslash
21244 clubsuit
21245 \end_layout
21246
21247 \end_inset
21248 </cell>
21249 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21250 \begin_inset Text
21251
21252 \begin_layout Plain Layout
21253 \begin_inset Formula $\clubsuit$
21254 \end_inset
21255
21256
21257 \end_layout
21258
21259 \end_inset
21260 </cell>
21261 </row>
21262 <row>
21263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21264 \begin_inset Text
21265
21266 \begin_layout Plain Layout
21267
21268 \backslash
21269 spadesuit
21270 \end_layout
21271
21272 \end_inset
21273 </cell>
21274 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21275 \begin_inset Text
21276
21277 \begin_layout Plain Layout
21278 \begin_inset Formula $\spadesuit$
21279 \end_inset
21280
21281
21282 \end_layout
21283
21284 \end_inset
21285 </cell>
21286 </row>
21287 <row>
21288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21289 \begin_inset Text
21290
21291 \begin_layout Plain Layout
21292
21293 \backslash
21294 bigstar
21295 \end_layout
21296
21297 \end_inset
21298 </cell>
21299 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21300 \begin_inset Text
21301
21302 \begin_layout Plain Layout
21303 \begin_inset Formula $\bigstar$
21304 \end_inset
21305
21306
21307 \end_layout
21308
21309 \end_inset
21310 </cell>
21311 </row>
21312 <row>
21313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21314 \begin_inset Text
21315
21316 \begin_layout Plain Layout
21317
21318 \backslash
21319 blacklozenge
21320 \end_layout
21321
21322 \end_inset
21323 </cell>
21324 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21325 \begin_inset Text
21326
21327 \begin_layout Plain Layout
21328 \begin_inset Formula $\blacklozenge$
21329 \end_inset
21330
21331
21332 \end_layout
21333
21334 \end_inset
21335 </cell>
21336 </row>
21337 <row>
21338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21339 \begin_inset Text
21340
21341 \begin_layout Plain Layout
21342
21343 \backslash
21344 blacktriangle
21345 \end_layout
21346
21347 \end_inset
21348 </cell>
21349 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21350 \begin_inset Text
21351
21352 \begin_layout Plain Layout
21353 \begin_inset Formula $\blacktriangle$
21354 \end_inset
21355
21356
21357 \end_layout
21358
21359 \end_inset
21360 </cell>
21361 </row>
21362 <row>
21363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21364 \begin_inset Text
21365
21366 \begin_layout Plain Layout
21367
21368 \backslash
21369 blacktiangledown
21370 \end_layout
21371
21372 \end_inset
21373 </cell>
21374 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21375 \begin_inset Text
21376
21377 \begin_layout Plain Layout
21378 \begin_inset Formula $\blacktriangledown$
21379 \end_inset
21380
21381
21382 \end_layout
21383
21384 \end_inset
21385 </cell>
21386 </row>
21387 <row>
21388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21389 \begin_inset Text
21390
21391 \begin_layout Plain Layout
21392
21393 \backslash
21394 bullet
21395 \end_layout
21396
21397 \end_inset
21398 </cell>
21399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21400 \begin_inset Text
21401
21402 \begin_layout Plain Layout
21403 \begin_inset Formula $\bullet$
21404 \end_inset
21405
21406
21407 \end_layout
21408
21409 \end_inset
21410 </cell>
21411 </row>
21412 </lyxtabular>
21413
21414 \end_inset
21415
21416
21417 \begin_inset Tabular
21418 <lyxtabular version="3" rows="10" columns="2">
21419 <features rotate="0" tabularvalignment="middle">
21420 <column alignment="center" valignment="top" width="0pt">
21421 <column alignment="center" valignment="top" width="0pt">
21422 <row>
21423 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21424 \begin_inset Text
21425
21426 \begin_layout Plain Layout
21427
21428 \family roman
21429 \series medium
21430 \shape up
21431 \size normal
21432 \emph off
21433 \bar no
21434 \noun off
21435 \color none
21436 コマンド
21437 \end_layout
21438
21439 \end_inset
21440 </cell>
21441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21442 \begin_inset Text
21443
21444 \begin_layout Plain Layout
21445
21446 \family roman
21447 \series medium
21448 \shape up
21449 \size normal
21450 \emph off
21451 \bar no
21452 \noun off
21453 \color none
21454 出力
21455 \end_layout
21456
21457 \end_inset
21458 </cell>
21459 </row>
21460 <row>
21461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21462 \begin_inset Text
21463
21464 \begin_layout Plain Layout
21465
21466 \backslash
21467 diamondsuit
21468 \end_layout
21469
21470 \end_inset
21471 </cell>
21472 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21473 \begin_inset Text
21474
21475 \begin_layout Plain Layout
21476 \begin_inset Formula $\diamondsuit$
21477 \end_inset
21478
21479
21480 \end_layout
21481
21482 \end_inset
21483 </cell>
21484 </row>
21485 <row>
21486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21487 \begin_inset Text
21488
21489 \begin_layout Plain Layout
21490
21491 \backslash
21492 Diamond
21493 \end_layout
21494
21495 \end_inset
21496 </cell>
21497 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21498 \begin_inset Text
21499
21500 \begin_layout Plain Layout
21501 \begin_inset Formula $\Diamond$
21502 \end_inset
21503
21504
21505 \end_layout
21506
21507 \end_inset
21508 </cell>
21509 </row>
21510 <row>
21511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21512 \begin_inset Text
21513
21514 \begin_layout Plain Layout
21515
21516 \backslash
21517 heartsuit
21518 \end_layout
21519
21520 \end_inset
21521 </cell>
21522 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21523 \begin_inset Text
21524
21525 \begin_layout Plain Layout
21526 \begin_inset Formula $\heartsuit$
21527 \end_inset
21528
21529
21530 \end_layout
21531
21532 \end_inset
21533 </cell>
21534 </row>
21535 <row>
21536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21537 \begin_inset Text
21538
21539 \begin_layout Plain Layout
21540
21541 \backslash
21542 P
21543 \end_layout
21544
21545 \end_inset
21546 </cell>
21547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21548 \begin_inset Text
21549
21550 \begin_layout Plain Layout
21551 \begin_inset Formula $\P$
21552 \end_inset
21553
21554
21555 \end_layout
21556
21557 \end_inset
21558 </cell>
21559 </row>
21560 <row>
21561 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21562 \begin_inset Text
21563
21564 \begin_layout Plain Layout
21565
21566 \backslash
21567 copyright
21568 \end_layout
21569
21570 \end_inset
21571 </cell>
21572 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21573 \begin_inset Text
21574
21575 \begin_layout Plain Layout
21576 \begin_inset Formula $\copyright$
21577 \end_inset
21578
21579
21580 \end_layout
21581
21582 \end_inset
21583 </cell>
21584 </row>
21585 <row>
21586 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21587 \begin_inset Text
21588
21589 \begin_layout Plain Layout
21590
21591 \backslash
21592 circledR
21593 \end_layout
21594
21595 \end_inset
21596 </cell>
21597 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21598 \begin_inset Text
21599
21600 \begin_layout Plain Layout
21601 \begin_inset Formula $\circledR$
21602 \end_inset
21603
21604
21605 \end_layout
21606
21607 \end_inset
21608 </cell>
21609 </row>
21610 <row>
21611 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21612 \begin_inset Text
21613
21614 \begin_layout Plain Layout
21615
21616 \backslash
21617 maltese
21618 \end_layout
21619
21620 \end_inset
21621 </cell>
21622 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21623 \begin_inset Text
21624
21625 \begin_layout Plain Layout
21626 \begin_inset Formula $\maltese$
21627 \end_inset
21628
21629
21630 \end_layout
21631
21632 \end_inset
21633 </cell>
21634 </row>
21635 <row>
21636 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21637 \begin_inset Text
21638
21639 \begin_layout Plain Layout
21640
21641 \backslash
21642 diagup
21643 \end_layout
21644
21645 \end_inset
21646 </cell>
21647 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21648 \begin_inset Text
21649
21650 \begin_layout Plain Layout
21651 \begin_inset Formula $\diagup$
21652 \end_inset
21653
21654
21655 \end_layout
21656
21657 \end_inset
21658 </cell>
21659 </row>
21660 <row>
21661 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21662 \begin_inset Text
21663
21664 \begin_layout Plain Layout
21665
21666 \backslash
21667 diagdown
21668 \end_layout
21669
21670 \end_inset
21671 </cell>
21672 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21673 \begin_inset Text
21674
21675 \begin_layout Plain Layout
21676 \begin_inset Formula $\diagdown$
21677 \end_inset
21678
21679
21680 \end_layout
21681
21682 \end_inset
21683 </cell>
21684 </row>
21685 </lyxtabular>
21686
21687 \end_inset
21688
21689
21690 \end_layout
21691
21692 \begin_layout Standard
21693 \begin_inset VSpace medskip
21694 \end_inset
21695
21696 ここにある以上の記号が、第
21697 \begin_inset CommandInset ref
21698 LatexCommand ref
21699 reference "sub:他の特殊文字"
21700
21701 \end_inset
21702
21703 節に挙げてあります。
21704 \end_layout
21705
21706 \begin_layout Standard
21707 寸法を変えて表示することのできる記号もあります。第
21708 \begin_inset CommandInset ref
21709 LatexCommand ref
21710 reference "sub:書体寸法"
21711
21712 \end_inset
21713
21714 節をご参照下さい。
21715 \end_layout
21716
21717 \begin_layout Subsection
21718 ユーロ通貨記号
21719 \begin_inset Index idx
21720 status collapsed
21721
21722 \begin_layout Plain Layout
21723 きごう@記号 ! ゆーろつうかきごう@ユーロ通貨記号
21724 \end_layout
21725
21726 \end_inset
21727
21728
21729 \begin_inset Index idx
21730 status collapsed
21731
21732 \begin_layout Plain Layout
21733
21734 \backslash
21735 @
21736 \begin_inset ERT
21737 status collapsed
21738
21739 \begin_layout Plain Layout
21740
21741
21742 \backslash
21743 officialeuro
21744 \end_layout
21745
21746 \end_inset
21747
21748
21749 \end_layout
21750
21751 \end_inset
21752
21753
21754 \end_layout
21755
21756 \begin_layout Standard
21757 ユーロ通貨記号を数式で使用するには、LaTeXパッケージ
21758 \series bold
21759 eurosym
21760 \series default
21761
21762 \begin_inset Index idx
21763 status collapsed
21764
21765 \begin_layout Plain Layout
21766 ぱっけーじ@パッケージ ! eurosym
21767 \end_layout
21768
21769 \end_inset
21770
21771 が導入されていて、以下のようなLaTeXプリアンブル行によって読み込まれていなくてはなりません。
21772 \end_layout
21773
21774 \begin_layout Standard
21775
21776 \series bold
21777
21778 \backslash
21779 usepackage[gennarrow]{eurosym}
21780 \end_layout
21781
21782 \begin_layout Standard
21783 すると、ユーロ通貨記号を
21784 \series bold
21785
21786 \backslash
21787 euro
21788 \series default
21789
21790 \begin_inset Index idx
21791 status collapsed
21792
21793 \begin_layout Plain Layout
21794 こまんど@コマンド ! E ! 
21795 \backslash
21796 euro
21797 \end_layout
21798
21799 \end_inset
21800
21801 コマンドで挿入することができるようになります。
21802 \end_layout
21803
21804 \begin_layout Standard
21805 数式テキストには、
21806 \series bold
21807 eurosym
21808 \series default
21809 が導入されていなくても、ユーロ通貨記号を直接キーボードを使って(あれば)挿入することができます。
21810 \series bold
21811 eurosym
21812 \series default
21813 が導入されていれば、
21814 \series bold
21815
21816 \backslash
21817 euro
21818 \series default
21819 はTeXモードでも挿入することができます。また、正式な通貨記号を
21820 \series bold
21821
21822 \backslash
21823 officialeuro
21824 \series default
21825
21826 \begin_inset Index idx
21827 status collapsed
21828
21829 \begin_layout Plain Layout
21830 こまんど@コマンド ! O ! 
21831 \backslash
21832 officialeuro
21833 \end_layout
21834
21835 \end_inset
21836
21837 コマンド(これはTeXモードでのみ使用することができます)で挿入することができます。
21838 \end_layout
21839
21840 \begin_layout Standard
21841 \begin_inset ERT
21842 status collapsed
21843
21844 \begin_layout Plain Layout
21845
21846
21847 \backslash
21848 ifeurosym 
21849 \end_layout
21850
21851 \end_inset
21852
21853
21854 \begin_inset Note Note
21855 status open
21856
21857 \begin_layout Plain Layout
21858 以下の表は、LaTeXパッケージ
21859 \series bold
21860 eurosym
21861 \series default
21862 が導入済みのときのみ表示されます。
21863 \end_layout
21864
21865 \end_inset
21866
21867
21868 \end_layout
21869
21870 \begin_layout Standard
21871 以下は、各ユーロ通貨記号のまとめです。
21872 \end_layout
21873
21874 \begin_layout Standard
21875 \align center
21876 \begin_inset Tabular
21877 <lyxtabular version="3" rows="4" columns="3">
21878 <features rotate="0" tabularvalignment="middle">
21879 <column alignment="center" valignment="top" width="0pt">
21880 <column alignment="center" valignment="top" width="0pt">
21881 <column alignment="center" valignment="top" width="0pt">
21882 <row>
21883 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
21884 \begin_inset Text
21885
21886 \begin_layout Plain Layout
21887
21888 \end_layout
21889
21890 \end_inset
21891 </cell>
21892 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21893 \begin_inset Text
21894
21895 \begin_layout Plain Layout
21896 コマンド
21897 \end_layout
21898
21899 \end_inset
21900 </cell>
21901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21902 \begin_inset Text
21903
21904 \begin_layout Plain Layout
21905 出力
21906 \end_layout
21907
21908 \end_inset
21909 </cell>
21910 </row>
21911 <row>
21912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21913 \begin_inset Text
21914
21915 \begin_layout Plain Layout
21916 数式
21917 \end_layout
21918
21919 \end_inset
21920 </cell>
21921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21922 \begin_inset Text
21923
21924 \begin_layout Plain Layout
21925
21926 \backslash
21927 euro
21928 \end_layout
21929
21930 \end_inset
21931 </cell>
21932 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21933 \begin_inset Text
21934
21935 \begin_layout Plain Layout
21936 \begin_inset Formula $\euro$
21937 \end_inset
21938
21939
21940 \end_layout
21941
21942 \end_inset
21943 </cell>
21944 </row>
21945 <row>
21946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21947 \begin_inset Text
21948
21949 \begin_layout Plain Layout
21950 数式テキスト
21951 \end_layout
21952
21953 \end_inset
21954 </cell>
21955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21956 \begin_inset Text
21957
21958 \begin_layout Plain Layout
21959 (ユーロ記号)
21960 \end_layout
21961
21962 \end_inset
21963 </cell>
21964 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21965 \begin_inset Text
21966
21967 \begin_layout Plain Layout
21968 (ユーロ記号)
21969 \end_layout
21970
21971 \end_inset
21972 </cell>
21973 </row>
21974 <row>
21975 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21976 \begin_inset Text
21977
21978 \begin_layout Plain Layout
21979 TeXモード
21980 \end_layout
21981
21982 \end_inset
21983 </cell>
21984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21985 \begin_inset Text
21986
21987 \begin_layout Plain Layout
21988
21989 \backslash
21990 officialeuro
21991 \end_layout
21992
21993 \end_inset
21994 </cell>
21995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21996 \begin_inset Text
21997
21998 \begin_layout Plain Layout
21999 \begin_inset ERT
22000 status collapsed
22001
22002 \begin_layout Plain Layout
22003
22004
22005 \backslash
22006 officialeuro
22007 \end_layout
22008
22009 \end_inset
22010
22011
22012 \end_layout
22013
22014 \end_inset
22015 </cell>
22016 </row>
22017 </lyxtabular>
22018
22019 \end_inset
22020
22021
22022 \end_layout
22023
22024 \begin_layout Standard
22025 \begin_inset ERT
22026 status collapsed
22027
22028 \begin_layout Plain Layout
22029
22030
22031 \backslash
22032 else 
22033 \end_layout
22034
22035 \end_inset
22036
22037
22038 \begin_inset Note Note
22039 status open
22040
22041 \begin_layout Plain Layout
22042 以下は、LaTeXパッケージ
22043 \series bold
22044 eurosym
22045 \series default
22046 が導入されていないときのみ表示されます。
22047 \end_layout
22048
22049 \end_inset
22050
22051
22052 \end_layout
22053
22054 \begin_layout Standard
22055 本節の残りを出力としてみるためには、LaTeXパッケージ
22056 \series bold
22057 eurosym
22058 \series default
22059 を導入する必要があります。
22060 \end_layout
22061
22062 \begin_layout Standard
22063 \begin_inset ERT
22064 status collapsed
22065
22066 \begin_layout Plain Layout
22067
22068
22069 \backslash
22070 fi 
22071 \end_layout
22072
22073 \end_inset
22074
22075
22076 \end_layout
22077
22078 \begin_layout Section
22079 関係子
22080 \begin_inset CommandInset label
22081 LatexCommand label
22082 name "sec:関係子"
22083
22084 \end_inset
22085
22086
22087 \begin_inset Index idx
22088 status collapsed
22089
22090 \begin_layout Plain Layout
22091 かんけいし@関係子
22092 \end_layout
22093
22094 \end_inset
22095
22096
22097 \begin_inset Index idx
22098 status collapsed
22099
22100 \begin_layout Plain Layout
22101 ひかくし@比較子|see
22102 \begin_inset ERT
22103 status collapsed
22104
22105 \begin_layout Plain Layout
22106
22107 {
22108 \end_layout
22109
22110 \end_inset
22111
22112 関係子
22113 \begin_inset ERT
22114 status collapsed
22115
22116 \begin_layout Plain Layout
22117
22118 }
22119 \end_layout
22120
22121 \end_inset
22122
22123
22124 \end_layout
22125
22126 \end_inset
22127
22128
22129 \end_layout
22130
22131 \begin_layout Standard
22132 関係子はすべて、ツールバーボタンの
22133 \begin_inset Graphics
22134         filename ../../images/math/leq.png
22135         scale 85
22136
22137 \end_inset
22138
22139 でも挿入することができます。
22140 \end_layout
22141
22142 \begin_layout Standard
22143 \begin_inset space \hfill{}
22144 \end_inset
22145
22146
22147 \begin_inset Tabular
22148 <lyxtabular version="3" rows="17" columns="2">
22149 <features rotate="0" tabularvalignment="middle">
22150 <column alignment="center" valignment="top" width="0pt">
22151 <column alignment="center" valignment="top" width="0pt">
22152 <row>
22153 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22154 \begin_inset Text
22155
22156 \begin_layout Plain Layout
22157 コマンド
22158 \end_layout
22159
22160 \end_inset
22161 </cell>
22162 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22163 \begin_inset Text
22164
22165 \begin_layout Plain Layout
22166 出力
22167 \end_layout
22168
22169 \end_inset
22170 </cell>
22171 </row>
22172 <row>
22173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22174 \begin_inset Text
22175
22176 \begin_layout Plain Layout
22177 \begin_inset Formula $<$
22178 \end_inset
22179
22180
22181 \end_layout
22182
22183 \end_inset
22184 </cell>
22185 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22186 \begin_inset Text
22187
22188 \begin_layout Plain Layout
22189 \begin_inset Formula $<$
22190 \end_inset
22191
22192
22193 \end_layout
22194
22195 \end_inset
22196 </cell>
22197 </row>
22198 <row>
22199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22200 \begin_inset Text
22201
22202 \begin_layout Plain Layout
22203
22204 \backslash
22205 le
22206 \end_layout
22207
22208 \end_inset
22209 </cell>
22210 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22211 \begin_inset Text
22212
22213 \begin_layout Plain Layout
22214 \begin_inset Formula $\le$
22215 \end_inset
22216
22217
22218 \end_layout
22219
22220 \end_inset
22221 </cell>
22222 </row>
22223 <row>
22224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22225 \begin_inset Text
22226
22227 \begin_layout Plain Layout
22228
22229 \backslash
22230 ll
22231 \end_layout
22232
22233 \end_inset
22234 </cell>
22235 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22236 \begin_inset Text
22237
22238 \begin_layout Plain Layout
22239 \begin_inset Formula $\ll$
22240 \end_inset
22241
22242
22243 \end_layout
22244
22245 \end_inset
22246 </cell>
22247 </row>
22248 <row>
22249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22250 \begin_inset Text
22251
22252 \begin_layout Plain Layout
22253
22254 \backslash
22255 prec
22256 \end_layout
22257
22258 \end_inset
22259 </cell>
22260 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22261 \begin_inset Text
22262
22263 \begin_layout Plain Layout
22264 \begin_inset Formula $\prec$
22265 \end_inset
22266
22267
22268 \end_layout
22269
22270 \end_inset
22271 </cell>
22272 </row>
22273 <row>
22274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22275 \begin_inset Text
22276
22277 \begin_layout Plain Layout
22278
22279 \backslash
22280 preceq
22281 \end_layout
22282
22283 \end_inset
22284 </cell>
22285 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22286 \begin_inset Text
22287
22288 \begin_layout Plain Layout
22289 \begin_inset Formula $\preceq$
22290 \end_inset
22291
22292
22293 \end_layout
22294
22295 \end_inset
22296 </cell>
22297 </row>
22298 <row>
22299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22300 \begin_inset Text
22301
22302 \begin_layout Plain Layout
22303
22304 \backslash
22305 subset
22306 \end_layout
22307
22308 \end_inset
22309 </cell>
22310 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22311 \begin_inset Text
22312
22313 \begin_layout Plain Layout
22314 \begin_inset Formula $\subset$
22315 \end_inset
22316
22317
22318 \end_layout
22319
22320 \end_inset
22321 </cell>
22322 </row>
22323 <row>
22324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22325 \begin_inset Text
22326
22327 \begin_layout Plain Layout
22328
22329 \backslash
22330 subseteq
22331 \end_layout
22332
22333 \end_inset
22334 </cell>
22335 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22336 \begin_inset Text
22337
22338 \begin_layout Plain Layout
22339 \begin_inset Formula $\subseteq$
22340 \end_inset
22341
22342
22343 \end_layout
22344
22345 \end_inset
22346 </cell>
22347 </row>
22348 <row>
22349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22350 \begin_inset Text
22351
22352 \begin_layout Plain Layout
22353
22354 \backslash
22355 sqsubseteq
22356 \end_layout
22357
22358 \end_inset
22359 </cell>
22360 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22361 \begin_inset Text
22362
22363 \begin_layout Plain Layout
22364 \begin_inset Formula $\sqsubseteq$
22365 \end_inset
22366
22367
22368 \end_layout
22369
22370 \end_inset
22371 </cell>
22372 </row>
22373 <row>
22374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22375 \begin_inset Text
22376
22377 \begin_layout Plain Layout
22378
22379 \backslash
22380 in
22381 \end_layout
22382
22383 \end_inset
22384 </cell>
22385 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22386 \begin_inset Text
22387
22388 \begin_layout Plain Layout
22389 \begin_inset Formula $\in$
22390 \end_inset
22391
22392
22393 \end_layout
22394
22395 \end_inset
22396 </cell>
22397 </row>
22398 <row>
22399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22400 \begin_inset Text
22401
22402 \begin_layout Plain Layout
22403
22404 \backslash
22405 vdash
22406 \end_layout
22407
22408 \end_inset
22409 </cell>
22410 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22411 \begin_inset Text
22412
22413 \begin_layout Plain Layout
22414 \begin_inset Formula $\vdash$
22415 \end_inset
22416
22417
22418 \end_layout
22419
22420 \end_inset
22421 </cell>
22422 </row>
22423 <row>
22424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22425 \begin_inset Text
22426
22427 \begin_layout Plain Layout
22428
22429 \backslash
22430 smile
22431 \end_layout
22432
22433 \end_inset
22434 </cell>
22435 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22436 \begin_inset Text
22437
22438 \begin_layout Plain Layout
22439 \begin_inset Formula $\smile$
22440 \end_inset
22441
22442
22443 \end_layout
22444
22445 \end_inset
22446 </cell>
22447 </row>
22448 <row>
22449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22450 \begin_inset Text
22451
22452 \begin_layout Plain Layout
22453
22454 \backslash
22455 lhd
22456 \end_layout
22457
22458 \end_inset
22459 </cell>
22460 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22461 \begin_inset Text
22462
22463 \begin_layout Plain Layout
22464 \begin_inset Formula $\lhd$
22465 \end_inset
22466
22467
22468 \end_layout
22469
22470 \end_inset
22471 </cell>
22472 </row>
22473 <row>
22474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22475 \begin_inset Text
22476
22477 \begin_layout Plain Layout
22478
22479 \backslash
22480 unlhd
22481 \end_layout
22482
22483 \end_inset
22484 </cell>
22485 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22486 \begin_inset Text
22487
22488 \begin_layout Plain Layout
22489 \begin_inset Formula $\unlhd$
22490 \end_inset
22491
22492
22493 \end_layout
22494
22495 \end_inset
22496 </cell>
22497 </row>
22498 <row>
22499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22500 \begin_inset Text
22501
22502 \begin_layout Plain Layout
22503
22504 \backslash
22505 gtrless
22506 \end_layout
22507
22508 \end_inset
22509 </cell>
22510 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22511 \begin_inset Text
22512
22513 \begin_layout Plain Layout
22514 \begin_inset Formula $\gtrless$
22515 \end_inset
22516
22517
22518 \end_layout
22519
22520 \end_inset
22521 </cell>
22522 </row>
22523 <row>
22524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22525 \begin_inset Text
22526
22527 \begin_layout Plain Layout
22528
22529 \backslash
22530 mid
22531 \end_layout
22532
22533 \end_inset
22534 </cell>
22535 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22536 \begin_inset Text
22537
22538 \begin_layout Plain Layout
22539 \begin_inset Formula $\mid$
22540 \end_inset
22541
22542
22543 \end_layout
22544
22545 \end_inset
22546 </cell>
22547 </row>
22548 <row>
22549 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22550 \begin_inset Text
22551
22552 \begin_layout Plain Layout
22553
22554 \backslash
22555 nmid
22556 \end_layout
22557
22558 \end_inset
22559 </cell>
22560 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22561 \begin_inset Text
22562
22563 \begin_layout Plain Layout
22564 \begin_inset Formula $\nmid$
22565 \end_inset
22566
22567
22568 \end_layout
22569
22570 \end_inset
22571 </cell>
22572 </row>
22573 </lyxtabular>
22574
22575 \end_inset
22576
22577
22578 \begin_inset space \hfill{}
22579 \end_inset
22580
22581
22582 \begin_inset Tabular
22583 <lyxtabular version="3" rows="17" columns="2">
22584 <features rotate="0" tabularvalignment="middle">
22585 <column alignment="center" valignment="top" width="0pt">
22586 <column alignment="center" valignment="top" width="0pt">
22587 <row>
22588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22589 \begin_inset Text
22590
22591 \begin_layout Plain Layout
22592 コマンド
22593 \end_layout
22594
22595 \end_inset
22596 </cell>
22597 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22598 \begin_inset Text
22599
22600 \begin_layout Plain Layout
22601 出力
22602 \end_layout
22603
22604 \end_inset
22605 </cell>
22606 </row>
22607 <row>
22608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22609 \begin_inset Text
22610
22611 \begin_layout Plain Layout
22612 =
22613 \end_layout
22614
22615 \end_inset
22616 </cell>
22617 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22618 \begin_inset Text
22619
22620 \begin_layout Plain Layout
22621 \begin_inset Formula $=$
22622 \end_inset
22623
22624
22625 \end_layout
22626
22627 \end_inset
22628 </cell>
22629 </row>
22630 <row>
22631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22632 \begin_inset Text
22633
22634 \begin_layout Plain Layout
22635
22636 \backslash
22637 not=
22638 \end_layout
22639
22640 \end_inset
22641 </cell>
22642 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22643 \begin_inset Text
22644
22645 \begin_layout Plain Layout
22646 \begin_inset Formula $\not=$
22647 \end_inset
22648
22649
22650 \end_layout
22651
22652 \end_inset
22653 </cell>
22654 </row>
22655 <row>
22656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22657 \begin_inset Text
22658
22659 \begin_layout Plain Layout
22660
22661 \backslash
22662 equiv
22663 \end_layout
22664
22665 \end_inset
22666 </cell>
22667 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22668 \begin_inset Text
22669
22670 \begin_layout Plain Layout
22671 \begin_inset Formula $\equiv$
22672 \end_inset
22673
22674
22675 \end_layout
22676
22677 \end_inset
22678 </cell>
22679 </row>
22680 <row>
22681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22682 \begin_inset Text
22683
22684 \begin_layout Plain Layout
22685
22686 \backslash
22687 sim
22688 \end_layout
22689
22690 \end_inset
22691 </cell>
22692 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22693 \begin_inset Text
22694
22695 \begin_layout Plain Layout
22696 \begin_inset Formula $\sim$
22697 \end_inset
22698
22699
22700 \end_layout
22701
22702 \end_inset
22703 </cell>
22704 </row>
22705 <row>
22706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22707 \begin_inset Text
22708
22709 \begin_layout Plain Layout
22710
22711 \backslash
22712 simeq
22713 \end_layout
22714
22715 \end_inset
22716 </cell>
22717 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22718 \begin_inset Text
22719
22720 \begin_layout Plain Layout
22721 \begin_inset Formula $\simeq$
22722 \end_inset
22723
22724
22725 \end_layout
22726
22727 \end_inset
22728 </cell>
22729 </row>
22730 <row>
22731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22732 \begin_inset Text
22733
22734 \begin_layout Plain Layout
22735
22736 \backslash
22737 approx
22738 \end_layout
22739
22740 \end_inset
22741 </cell>
22742 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22743 \begin_inset Text
22744
22745 \begin_layout Plain Layout
22746 \begin_inset Formula $\approx$
22747 \end_inset
22748
22749
22750 \end_layout
22751
22752 \end_inset
22753 </cell>
22754 </row>
22755 <row>
22756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22757 \begin_inset Text
22758
22759 \begin_layout Plain Layout
22760
22761 \backslash
22762 cong
22763 \end_layout
22764
22765 \end_inset
22766 </cell>
22767 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22768 \begin_inset Text
22769
22770 \begin_layout Plain Layout
22771 \begin_inset Formula $\cong$
22772 \end_inset
22773
22774
22775 \end_layout
22776
22777 \end_inset
22778 </cell>
22779 </row>
22780 <row>
22781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22782 \begin_inset Text
22783
22784 \begin_layout Plain Layout
22785
22786 \backslash
22787 bowtie
22788 \end_layout
22789
22790 \end_inset
22791 </cell>
22792 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22793 \begin_inset Text
22794
22795 \begin_layout Plain Layout
22796 \begin_inset Formula $\bowtie$
22797 \end_inset
22798
22799
22800 \end_layout
22801
22802 \end_inset
22803 </cell>
22804 </row>
22805 <row>
22806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22807 \begin_inset Text
22808
22809 \begin_layout Plain Layout
22810
22811 \backslash
22812 notin
22813 \end_layout
22814
22815 \end_inset
22816 </cell>
22817 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22818 \begin_inset Text
22819
22820 \begin_layout Plain Layout
22821 \begin_inset Formula $\notin$
22822 \end_inset
22823
22824
22825 \end_layout
22826
22827 \end_inset
22828 </cell>
22829 </row>
22830 <row>
22831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22832 \begin_inset Text
22833
22834 \begin_layout Plain Layout
22835
22836 \backslash
22837 perp
22838 \end_layout
22839
22840 \end_inset
22841 </cell>
22842 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22843 \begin_inset Text
22844
22845 \begin_layout Plain Layout
22846 \begin_inset Formula $\perp$
22847 \end_inset
22848
22849
22850 \end_layout
22851
22852 \end_inset
22853 </cell>
22854 </row>
22855 <row>
22856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22857 \begin_inset Text
22858
22859 \begin_layout Plain Layout
22860
22861 \backslash
22862 propto
22863 \end_layout
22864
22865 \end_inset
22866 </cell>
22867 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22868 \begin_inset Text
22869
22870 \begin_layout Plain Layout
22871 \begin_inset Formula $\propto$
22872 \end_inset
22873
22874
22875 \end_layout
22876
22877 \end_inset
22878 </cell>
22879 </row>
22880 <row>
22881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22882 \begin_inset Text
22883
22884 \begin_layout Plain Layout
22885
22886 \backslash
22887 asymp
22888 \end_layout
22889
22890 \end_inset
22891 </cell>
22892 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22893 \begin_inset Text
22894
22895 \begin_layout Plain Layout
22896 \begin_inset Formula $\asymp$
22897 \end_inset
22898
22899
22900 \end_layout
22901
22902 \end_inset
22903 </cell>
22904 </row>
22905 <row>
22906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22907 \begin_inset Text
22908
22909 \begin_layout Plain Layout
22910
22911 \backslash
22912 doteq
22913 \end_layout
22914
22915 \end_inset
22916 </cell>
22917 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22918 \begin_inset Text
22919
22920 \begin_layout Plain Layout
22921 \begin_inset Formula $\doteq$
22922 \end_inset
22923
22924
22925 \end_layout
22926
22927 \end_inset
22928 </cell>
22929 </row>
22930 <row>
22931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22932 \begin_inset Text
22933
22934 \begin_layout Plain Layout
22935
22936 \backslash
22937 circeq
22938 \end_layout
22939
22940 \end_inset
22941 </cell>
22942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22943 \begin_inset Text
22944
22945 \begin_layout Plain Layout
22946 \begin_inset Formula $\circeq$
22947 \end_inset
22948
22949
22950 \end_layout
22951
22952 \end_inset
22953 </cell>
22954 </row>
22955 <row>
22956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22957 \begin_inset Text
22958
22959 \begin_layout Plain Layout
22960
22961 \backslash
22962 models
22963 \end_layout
22964
22965 \end_inset
22966 </cell>
22967 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22968 \begin_inset Text
22969
22970 \begin_layout Plain Layout
22971 \begin_inset Formula $\models$
22972 \end_inset
22973
22974
22975 \end_layout
22976
22977 \end_inset
22978 </cell>
22979 </row>
22980 <row>
22981 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22982 \begin_inset Text
22983
22984 \begin_layout Plain Layout
22985
22986 \backslash
22987 widehat=
22988 \end_layout
22989
22990 \end_inset
22991 </cell>
22992 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22993 \begin_inset Text
22994
22995 \begin_layout Plain Layout
22996 \begin_inset Formula $\widehat{=}$
22997 \end_inset
22998
22999
23000 \end_layout
23001
23002 \end_inset
23003 </cell>
23004 </row>
23005 </lyxtabular>
23006
23007 \end_inset
23008
23009
23010 \begin_inset space \hfill{}
23011 \end_inset
23012
23013
23014 \begin_inset Tabular
23015 <lyxtabular version="3" rows="17" columns="2">
23016 <features rotate="0" tabularvalignment="middle">
23017 <column alignment="center" valignment="top" width="0pt">
23018 <column alignment="center" valignment="top" width="0pt">
23019 <row>
23020 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23021 \begin_inset Text
23022
23023 \begin_layout Plain Layout
23024
23025 \family roman
23026 \series medium
23027 \shape up
23028 \size normal
23029 \emph off
23030 \bar no
23031 \noun off
23032 \color none
23033 コマンド
23034 \end_layout
23035
23036 \end_inset
23037 </cell>
23038 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23039 \begin_inset Text
23040
23041 \begin_layout Plain Layout
23042
23043 \family roman
23044 \series medium
23045 \shape up
23046 \size normal
23047 \emph off
23048 \bar no
23049 \noun off
23050 \color none
23051 出力
23052 \end_layout
23053
23054 \end_inset
23055 </cell>
23056 </row>
23057 <row>
23058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23059 \begin_inset Text
23060
23061 \begin_layout Plain Layout
23062 \begin_inset Formula $>$
23063 \end_inset
23064
23065
23066 \end_layout
23067
23068 \end_inset
23069 </cell>
23070 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23071 \begin_inset Text
23072
23073 \begin_layout Plain Layout
23074 \begin_inset Formula $>$
23075 \end_inset
23076
23077
23078 \end_layout
23079
23080 \end_inset
23081 </cell>
23082 </row>
23083 <row>
23084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23085 \begin_inset Text
23086
23087 \begin_layout Plain Layout
23088
23089 \backslash
23090 ge
23091 \end_layout
23092
23093 \end_inset
23094 </cell>
23095 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23096 \begin_inset Text
23097
23098 \begin_layout Plain Layout
23099 \begin_inset Formula $\ge$
23100 \end_inset
23101
23102
23103 \end_layout
23104
23105 \end_inset
23106 </cell>
23107 </row>
23108 <row>
23109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23110 \begin_inset Text
23111
23112 \begin_layout Plain Layout
23113
23114 \backslash
23115 gg
23116 \end_layout
23117
23118 \end_inset
23119 </cell>
23120 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23121 \begin_inset Text
23122
23123 \begin_layout Plain Layout
23124 \begin_inset Formula $\gg$
23125 \end_inset
23126
23127
23128 \end_layout
23129
23130 \end_inset
23131 </cell>
23132 </row>
23133 <row>
23134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23135 \begin_inset Text
23136
23137 \begin_layout Plain Layout
23138
23139 \backslash
23140 succ
23141 \end_layout
23142
23143 \end_inset
23144 </cell>
23145 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23146 \begin_inset Text
23147
23148 \begin_layout Plain Layout
23149 \begin_inset Formula $\succ$
23150 \end_inset
23151
23152
23153 \end_layout
23154
23155 \end_inset
23156 </cell>
23157 </row>
23158 <row>
23159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23160 \begin_inset Text
23161
23162 \begin_layout Plain Layout
23163
23164 \backslash
23165 succeq
23166 \end_layout
23167
23168 \end_inset
23169 </cell>
23170 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23171 \begin_inset Text
23172
23173 \begin_layout Plain Layout
23174 \begin_inset Formula $\succeq$
23175 \end_inset
23176
23177
23178 \end_layout
23179
23180 \end_inset
23181 </cell>
23182 </row>
23183 <row>
23184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23185 \begin_inset Text
23186
23187 \begin_layout Plain Layout
23188
23189 \backslash
23190 supset
23191 \end_layout
23192
23193 \end_inset
23194 </cell>
23195 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23196 \begin_inset Text
23197
23198 \begin_layout Plain Layout
23199 \begin_inset Formula $\supset$
23200 \end_inset
23201
23202
23203 \end_layout
23204
23205 \end_inset
23206 </cell>
23207 </row>
23208 <row>
23209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23210 \begin_inset Text
23211
23212 \begin_layout Plain Layout
23213
23214 \backslash
23215 supseteq
23216 \end_layout
23217
23218 \end_inset
23219 </cell>
23220 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23221 \begin_inset Text
23222
23223 \begin_layout Plain Layout
23224 \begin_inset Formula $\supseteq$
23225 \end_inset
23226
23227
23228 \end_layout
23229
23230 \end_inset
23231 </cell>
23232 </row>
23233 <row>
23234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23235 \begin_inset Text
23236
23237 \begin_layout Plain Layout
23238
23239 \backslash
23240 sqsupseteq
23241 \end_layout
23242
23243 \end_inset
23244 </cell>
23245 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23246 \begin_inset Text
23247
23248 \begin_layout Plain Layout
23249 \begin_inset Formula $\sqsupseteq$
23250 \end_inset
23251
23252
23253 \end_layout
23254
23255 \end_inset
23256 </cell>
23257 </row>
23258 <row>
23259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23260 \begin_inset Text
23261
23262 \begin_layout Plain Layout
23263
23264 \backslash
23265 ni
23266 \end_layout
23267
23268 \end_inset
23269 </cell>
23270 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23271 \begin_inset Text
23272
23273 \begin_layout Plain Layout
23274 \begin_inset Formula $\ni$
23275 \end_inset
23276
23277
23278 \end_layout
23279
23280 \end_inset
23281 </cell>
23282 </row>
23283 <row>
23284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23285 \begin_inset Text
23286
23287 \begin_layout Plain Layout
23288
23289 \backslash
23290 dashv
23291 \end_layout
23292
23293 \end_inset
23294 </cell>
23295 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23296 \begin_inset Text
23297
23298 \begin_layout Plain Layout
23299 \begin_inset Formula $\dashv$
23300 \end_inset
23301
23302
23303 \end_layout
23304
23305 \end_inset
23306 </cell>
23307 </row>
23308 <row>
23309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23310 \begin_inset Text
23311
23312 \begin_layout Plain Layout
23313
23314 \backslash
23315 frown
23316 \end_layout
23317
23318 \end_inset
23319 </cell>
23320 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23321 \begin_inset Text
23322
23323 \begin_layout Plain Layout
23324 \begin_inset Formula $\frown$
23325 \end_inset
23326
23327
23328 \end_layout
23329
23330 \end_inset
23331 </cell>
23332 </row>
23333 <row>
23334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23335 \begin_inset Text
23336
23337 \begin_layout Plain Layout
23338
23339 \backslash
23340 rhd
23341 \end_layout
23342
23343 \end_inset
23344 </cell>
23345 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23346 \begin_inset Text
23347
23348 \begin_layout Plain Layout
23349 \begin_inset Formula $\rhd$
23350 \end_inset
23351
23352
23353 \end_layout
23354
23355 \end_inset
23356 </cell>
23357 </row>
23358 <row>
23359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23360 \begin_inset Text
23361
23362 \begin_layout Plain Layout
23363
23364 \backslash
23365 unrhd
23366 \end_layout
23367
23368 \end_inset
23369 </cell>
23370 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23371 \begin_inset Text
23372
23373 \begin_layout Plain Layout
23374 \begin_inset Formula $\unrhd$
23375 \end_inset
23376
23377
23378 \end_layout
23379
23380 \end_inset
23381 </cell>
23382 </row>
23383 <row>
23384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23385 \begin_inset Text
23386
23387 \begin_layout Plain Layout
23388
23389 \backslash
23390 lessgtr
23391 \end_layout
23392
23393 \end_inset
23394 </cell>
23395 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23396 \begin_inset Text
23397
23398 \begin_layout Plain Layout
23399 \begin_inset Formula $\lessgtr$
23400 \end_inset
23401
23402
23403 \end_layout
23404
23405 \end_inset
23406 </cell>
23407 </row>
23408 <row>
23409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23410 \begin_inset Text
23411
23412 \begin_layout Plain Layout
23413
23414 \backslash
23415 parallel
23416 \end_layout
23417
23418 \end_inset
23419 </cell>
23420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23421 \begin_inset Text
23422
23423 \begin_layout Plain Layout
23424 \begin_inset Formula $\parallel$
23425 \end_inset
23426
23427
23428 \end_layout
23429
23430 \end_inset
23431 </cell>
23432 </row>
23433 <row>
23434 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23435 \begin_inset Text
23436
23437 \begin_layout Plain Layout
23438
23439 \backslash
23440 nparallel
23441 \end_layout
23442
23443 \end_inset
23444 </cell>
23445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23446 \begin_inset Text
23447
23448 \begin_layout Plain Layout
23449 \begin_inset Formula $\nparallel$
23450 \end_inset
23451
23452
23453 \end_layout
23454
23455 \end_inset
23456 </cell>
23457 </row>
23458 </lyxtabular>
23459
23460 \end_inset
23461
23462
23463 \begin_inset space \hfill{}
23464 \end_inset
23465
23466
23467 \end_layout
23468
23469 \begin_layout Standard
23470 \begin_inset VSpace medskip
23471 \end_inset
23472
23473
23474 \series bold
23475
23476 \backslash
23477 lhd
23478 \series default
23479
23480 \series bold
23481
23482 \backslash
23483 rhd
23484 \series default
23485 の文字は、同じように見える演算子
23486 \series bold
23487
23488 \backslash
23489 triangleleft
23490 \series default
23491 および
23492 \series bold
23493
23494 \backslash
23495 triangleright
23496 \series default
23497 よりも大きくなっています。
23498 \end_layout
23499
23500 \begin_layout Standard
23501 関係子は、記号とは違って、つねに前後に余白が置かれます。
23502 \end_layout
23503
23504 \begin_layout Standard
23505
23506 \series bold
23507
23508 \backslash
23509 stackrel
23510 \series default
23511
23512 \begin_inset Index idx
23513 status collapsed
23514
23515 \begin_layout Plain Layout
23516 こまんど@コマンド ! S ! 
23517 \backslash
23518 stackrel
23519 \end_layout
23520
23521 \end_inset
23522
23523 コマンドを使うと、以下のように、ラベル付きの関係子を作ることができます。
23524 \end_layout
23525
23526 \begin_layout Standard
23527 \align center
23528 \begin_inset Tabular
23529 <lyxtabular version="3" rows="2" columns="2">
23530 <features rotate="0" tabularvalignment="middle">
23531 <column alignment="center" valignment="top">
23532 <column alignment="center" valignment="top">
23533 <row>
23534 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23535 \begin_inset Text
23536
23537 \begin_layout Plain Layout
23538 コマンド
23539 \end_layout
23540
23541 \end_inset
23542 </cell>
23543 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23544 \begin_inset Text
23545
23546 \begin_layout Plain Layout
23547 出力
23548 \begin_inset Note Note
23549 status collapsed
23550
23551 \begin_layout Plain Layout
23552 ここで
23553 \series bold
23554
23555 \backslash
23556 raisebox
23557 \series default
23558 はスペーサーとして使用しているだけです。
23559 \end_layout
23560
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" bottomline="true" leftline="true" usebox="none">
23571 \begin_inset Text
23572
23573 \begin_layout Plain Layout
23574 A(r)
23575 \backslash
23576 stackrel
23577 \begin_inset space \textvisiblespace{}
23578 \end_inset
23579
23580 r
23581 \backslash
23582 to
23583 \backslash
23584 infty
23585 \begin_inset space \textvisiblespace{}
23586 \end_inset
23587
23588
23589 \begin_inset Formula $\downarrow$
23590 \end_inset
23591
23592
23593 \backslash
23594 approx
23595 \begin_inset space \textvisiblespace{}
23596 \end_inset
23597
23598
23599 \begin_inset space \textvisiblespace{}
23600 \end_inset
23601
23602 B
23603 \end_layout
23604
23605 \end_inset
23606 </cell>
23607 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23608 \begin_inset Text
23609
23610 \begin_layout Plain Layout
23611 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
23612 \end_inset
23613
23614
23615 \end_layout
23616
23617 \end_inset
23618 </cell>
23619 </row>
23620 </lyxtabular>
23621
23622 \end_inset
23623
23624
23625 \end_layout
23626
23627 \begin_layout Section
23628 関数
23629 \end_layout
23630
23631 \begin_layout Subsection
23632 定義済み関数
23633 \begin_inset CommandInset label
23634 LatexCommand label
23635 name "sub:定義済み函数"
23636
23637 \end_inset
23638
23639
23640 \begin_inset Index idx
23641 status collapsed
23642
23643 \begin_layout Plain Layout
23644 かんすう@関数 ! ていぎずみ@定義済み
23645 \end_layout
23646
23647 \end_inset
23648
23649
23650 \end_layout
23651
23652 \begin_layout Standard
23653 一般的に、数式表現では変数は
23654 \shape italic
23655 イタリック体
23656 \shape default
23657 に設定されますが、関数名はイタリック体にしません。なぜなら、
23658 \begin_inset Formula $sin$
23659 \end_inset
23660
23661
23662 \begin_inset Formula $s\cdot i\cdot n$
23663 \end_inset
23664
23665 であるかのように誤解させる恐れがあるためです。そのために、定義済み関数が存在し、これらは先行する要素よりも少し離れて配置されます。定義済み関数は、関数名の前にバ
23666 ックスラッシュを加えたコマンドとして挿入します。
23667 \end_layout
23668
23669 \begin_layout Standard
23670 \align center
23671 \begin_inset Tabular
23672 <lyxtabular version="3" rows="2" columns="4">
23673 <features rotate="0" tabularvalignment="middle">
23674 <column alignment="center" valignment="top" width="0pt">
23675 <column alignment="center" valignment="top" width="0pt">
23676 <column alignment="center" valignment="top" width="0pt">
23677 <column alignment="center" valignment="top" width="0pt">
23678 <row>
23679 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23680 \begin_inset Text
23681
23682 \begin_layout Plain Layout
23683 コマンド
23684 \end_layout
23685
23686 \end_inset
23687 </cell>
23688 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23689 \begin_inset Text
23690
23691 \begin_layout Plain Layout
23692 出力
23693 \end_layout
23694
23695 \end_inset
23696 </cell>
23697 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23698 \begin_inset Text
23699
23700 \begin_layout Plain Layout
23701 コマンド
23702 \end_layout
23703
23704 \end_inset
23705 </cell>
23706 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23707 \begin_inset Text
23708
23709 \begin_layout Plain Layout
23710 出力
23711 \end_layout
23712
23713 \end_inset
23714 </cell>
23715 </row>
23716 <row>
23717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23718 \begin_inset Text
23719
23720 \begin_layout Plain Layout
23721 Asin(x)+B
23722 \end_layout
23723
23724 \end_inset
23725 </cell>
23726 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23727 \begin_inset Text
23728
23729 \begin_layout Plain Layout
23730 \begin_inset Formula $Asin(x)+B$
23731 \end_inset
23732
23733
23734 \end_layout
23735
23736 \end_inset
23737 </cell>
23738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23739 \begin_inset Text
23740
23741 \begin_layout Plain Layout
23742 A
23743 \backslash
23744 sin(x)+B
23745 \end_layout
23746
23747 \end_inset
23748 </cell>
23749 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23750 \begin_inset Text
23751
23752 \begin_layout Plain Layout
23753 \begin_inset Formula $A\sin(x)+B$
23754 \end_inset
23755
23756
23757 \end_layout
23758
23759 \end_inset
23760 </cell>
23761 </row>
23762 </lyxtabular>
23763
23764 \end_inset
23765
23766
23767 \end_layout
23768
23769 \begin_layout Standard
23770 以下の関数が定義済みです。
23771 \end_layout
23772
23773 \begin_layout Standard
23774 \begin_inset VSpace -2mm
23775 \end_inset
23776
23777
23778 \end_layout
23779
23780 \begin_layout Standard
23781 \align center
23782 \begin_inset Tabular
23783 <lyxtabular version="3" rows="9" columns="4">
23784 <features rotate="0" tabularvalignment="middle">
23785 <column alignment="center" valignment="top" width="0pt">
23786 <column alignment="center" valignment="top" width="0pt">
23787 <column alignment="center" valignment="top" width="0pt">
23788 <column alignment="center" valignment="top" width="0pt">
23789 <row>
23790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23791 \begin_inset Text
23792
23793 \begin_layout Plain Layout
23794 コマンド
23795 \end_layout
23796
23797 \end_inset
23798 </cell>
23799 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23800 \begin_inset Text
23801
23802 \begin_layout Plain Layout
23803 コマンド
23804 \end_layout
23805
23806 \end_inset
23807 </cell>
23808 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23809 \begin_inset Text
23810
23811 \begin_layout Plain Layout
23812 コマンド
23813 \end_layout
23814
23815 \end_inset
23816 </cell>
23817 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23818 \begin_inset Text
23819
23820 \begin_layout Plain Layout
23821 コマンド
23822 \end_layout
23823
23824 \end_inset
23825 </cell>
23826 </row>
23827 <row>
23828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23829 \begin_inset Text
23830
23831 \begin_layout Plain Layout
23832
23833 \backslash
23834 sin
23835 \end_layout
23836
23837 \end_inset
23838 </cell>
23839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23840 \begin_inset Text
23841
23842 \begin_layout Plain Layout
23843
23844 \backslash
23845 sinh
23846 \end_layout
23847
23848 \end_inset
23849 </cell>
23850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23851 \begin_inset Text
23852
23853 \begin_layout Plain Layout
23854
23855 \backslash
23856 arcsin
23857 \end_layout
23858
23859 \end_inset
23860 </cell>
23861 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23862 \begin_inset Text
23863
23864 \begin_layout Plain Layout
23865
23866 \backslash
23867 sup
23868 \end_layout
23869
23870 \end_inset
23871 </cell>
23872 </row>
23873 <row>
23874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23875 \begin_inset Text
23876
23877 \begin_layout Plain Layout
23878
23879 \backslash
23880 cos
23881 \end_layout
23882
23883 \end_inset
23884 </cell>
23885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23886 \begin_inset Text
23887
23888 \begin_layout Plain Layout
23889
23890 \backslash
23891 cosh
23892 \end_layout
23893
23894 \end_inset
23895 </cell>
23896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23897 \begin_inset Text
23898
23899 \begin_layout Plain Layout
23900
23901 \backslash
23902 arccos
23903 \end_layout
23904
23905 \end_inset
23906 </cell>
23907 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23908 \begin_inset Text
23909
23910 \begin_layout Plain Layout
23911
23912 \backslash
23913 inf
23914 \end_layout
23915
23916 \end_inset
23917 </cell>
23918 </row>
23919 <row>
23920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23921 \begin_inset Text
23922
23923 \begin_layout Plain Layout
23924
23925 \backslash
23926 tan
23927 \end_layout
23928
23929 \end_inset
23930 </cell>
23931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23932 \begin_inset Text
23933
23934 \begin_layout Plain Layout
23935
23936 \backslash
23937 tanh
23938 \end_layout
23939
23940 \end_inset
23941 </cell>
23942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23943 \begin_inset Text
23944
23945 \begin_layout Plain Layout
23946
23947 \backslash
23948 arctan
23949 \end_layout
23950
23951 \end_inset
23952 </cell>
23953 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23954 \begin_inset Text
23955
23956 \begin_layout Plain Layout
23957
23958 \backslash
23959 lim
23960 \end_layout
23961
23962 \end_inset
23963 </cell>
23964 </row>
23965 <row>
23966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23967 \begin_inset Text
23968
23969 \begin_layout Plain Layout
23970
23971 \backslash
23972 cot
23973 \end_layout
23974
23975 \end_inset
23976 </cell>
23977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23978 \begin_inset Text
23979
23980 \begin_layout Plain Layout
23981
23982 \backslash
23983 coth
23984 \end_layout
23985
23986 \end_inset
23987 </cell>
23988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23989 \begin_inset Text
23990
23991 \begin_layout Plain Layout
23992
23993 \backslash
23994 arg
23995 \end_layout
23996
23997 \end_inset
23998 </cell>
23999 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24000 \begin_inset Text
24001
24002 \begin_layout Plain Layout
24003
24004 \backslash
24005 liminf
24006 \end_layout
24007
24008 \end_inset
24009 </cell>
24010 </row>
24011 <row>
24012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24013 \begin_inset Text
24014
24015 \begin_layout Plain Layout
24016
24017 \backslash
24018 sec
24019 \end_layout
24020
24021 \end_inset
24022 </cell>
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 min
24030 \end_layout
24031
24032 \end_inset
24033 </cell>
24034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24035 \begin_inset Text
24036
24037 \begin_layout Plain Layout
24038
24039 \backslash
24040 deg
24041 \end_layout
24042
24043 \end_inset
24044 </cell>
24045 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24046 \begin_inset Text
24047
24048 \begin_layout Plain Layout
24049
24050 \backslash
24051 limsup
24052 \end_layout
24053
24054 \end_inset
24055 </cell>
24056 </row>
24057 <row>
24058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24059 \begin_inset Text
24060
24061 \begin_layout Plain Layout
24062
24063 \backslash
24064 csc
24065 \end_layout
24066
24067 \end_inset
24068 </cell>
24069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24070 \begin_inset Text
24071
24072 \begin_layout Plain Layout
24073
24074 \backslash
24075 max
24076 \end_layout
24077
24078 \end_inset
24079 </cell>
24080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24081 \begin_inset Text
24082
24083 \begin_layout Plain Layout
24084
24085 \backslash
24086 det
24087 \end_layout
24088
24089 \end_inset
24090 </cell>
24091 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24092 \begin_inset Text
24093
24094 \begin_layout Plain Layout
24095
24096 \backslash
24097 Pr
24098 \end_layout
24099
24100 \end_inset
24101 </cell>
24102 </row>
24103 <row>
24104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24105 \begin_inset Text
24106
24107 \begin_layout Plain Layout
24108
24109 \backslash
24110 ln
24111 \end_layout
24112
24113 \end_inset
24114 </cell>
24115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24116 \begin_inset Text
24117
24118 \begin_layout Plain Layout
24119
24120 \backslash
24121 exp
24122 \end_layout
24123
24124 \end_inset
24125 </cell>
24126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24127 \begin_inset Text
24128
24129 \begin_layout Plain Layout
24130
24131 \backslash
24132 dim
24133 \end_layout
24134
24135 \end_inset
24136 </cell>
24137 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24138 \begin_inset Text
24139
24140 \begin_layout Plain Layout
24141
24142 \backslash
24143 hom
24144 \end_layout
24145
24146 \end_inset
24147 </cell>
24148 </row>
24149 <row>
24150 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24151 \begin_inset Text
24152
24153 \begin_layout Plain Layout
24154
24155 \backslash
24156 lg
24157 \end_layout
24158
24159 \end_inset
24160 </cell>
24161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24162 \begin_inset Text
24163
24164 \begin_layout Plain Layout
24165
24166 \backslash
24167 log
24168 \end_layout
24169
24170 \end_inset
24171 </cell>
24172 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24173 \begin_inset Text
24174
24175 \begin_layout Plain Layout
24176
24177 \backslash
24178 ker
24179 \end_layout
24180
24181 \end_inset
24182 </cell>
24183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24184 \begin_inset Text
24185
24186 \begin_layout Plain Layout
24187
24188 \backslash
24189 gcd
24190 \end_layout
24191
24192 \end_inset
24193 </cell>
24194 </row>
24195 </lyxtabular>
24196
24197 \end_inset
24198
24199
24200 \end_layout
24201
24202 \begin_layout Standard
24203 上記は、数式ツールバーボタンの
24204 \begin_inset Graphics
24205         filename ../../images/math/functions.png
24206         scale 85
24207
24208 \end_inset
24209
24210 でも挿入することができます。
24211 \end_layout
24212
24213 \begin_layout Subsection
24214 自己定義関数
24215 \begin_inset Index idx
24216 status collapsed
24217
24218 \begin_layout Plain Layout
24219 かんすう@関数 ! じこていぎ@自己定義
24220 \end_layout
24221
24222 \end_inset
24223
24224
24225 \end_layout
24226
24227 \begin_layout Standard
24228 たとえば符号関数sgn(x)のように、定義済みでない関数を使うには、二つの方法があります。
24229 \end_layout
24230
24231 \begin_layout Itemize
24232 以下の行をLaTeXプリアンブルに加えることによって関数を定義します。
24233 \begin_inset Foot
24234 status collapsed
24235
24236 \begin_layout Plain Layout
24237
24238 \series bold
24239
24240 \backslash
24241 DeclareMathOperator
24242 \series default
24243 についての詳細は、第
24244 \begin_inset CommandInset ref
24245 LatexCommand ref
24246 reference "sub:自己定義演算子"
24247
24248 \end_inset
24249
24250 節をご参照下さい。
24251 \end_layout
24252
24253 \end_inset
24254
24255
24256 \begin_inset Newline newline
24257 \end_inset
24258
24259
24260 \begin_inset VSpace -3mm
24261 \end_inset
24262
24263
24264 \begin_inset Newline newline
24265 \end_inset
24266
24267
24268 \series bold
24269
24270 \backslash
24271 DeclareMathOperator{
24272 \backslash
24273 sgn}{sgn}
24274 \series default
24275
24276 \begin_inset Index idx
24277 status collapsed
24278
24279 \begin_layout Plain Layout
24280 こまんど@コマンド ! D ! 
24281 \backslash
24282 dbinom@
24283 \backslash
24284 DeclareMathOperator
24285 \end_layout
24286
24287 \end_inset
24288
24289
24290 \begin_inset Newline newline
24291 \end_inset
24292
24293
24294 \begin_inset VSpace -2mm
24295 \end_inset
24296
24297
24298 \begin_inset Newline newline
24299 \end_inset
24300
24301 これによって、新しく定義された関数を
24302 \series bold
24303
24304 \backslash
24305 sgn
24306 \series default
24307 コマンドで呼び出すことができるようになります。
24308 \end_layout
24309
24310 \begin_layout Itemize
24311 数式を普通に書き下し、関数名を選択して(上記の例では
24312 \emph on
24313 sgn
24314 \emph default
24315 の文字)、それを数式テキストに変更します。最後に、空白を先行する要素と関数の間に入れます。
24316 \end_layout
24317
24318 \begin_layout Standard
24319 双方とも定義済み関数と同等の出力をもたらします
24320 \begin_inset Foot
24321 status collapsed
24322
24323 \begin_layout Plain Layout
24324 LyX上では、自己定義関数は赤で表示され、定義済み関数は黒で表示されます。
24325 \end_layout
24326
24327 \end_inset
24328
24329
24330 \end_layout
24331
24332 \begin_layout Standard
24333 \align center
24334 \begin_inset Tabular
24335 <lyxtabular version="3" rows="3" columns="2">
24336 <features rotate="0" tabularvalignment="middle">
24337 <column alignment="center" valignment="top" width="0pt">
24338 <column alignment="center" valignment="top" width="0pt">
24339 <row>
24340 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24341 \begin_inset Text
24342
24343 \begin_layout Plain Layout
24344 コマンド
24345 \end_layout
24346
24347 \end_inset
24348 </cell>
24349 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24350 \begin_inset Text
24351
24352 \begin_layout Plain Layout
24353 出力
24354 \end_layout
24355
24356 \end_inset
24357 </cell>
24358 </row>
24359 <row>
24360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24361 \begin_inset Text
24362
24363 \begin_layout Plain Layout
24364 A
24365 \backslash
24366 sgn(x)+B
24367 \end_layout
24368
24369 \end_inset
24370 </cell>
24371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24372 \begin_inset Text
24373
24374 \begin_layout Plain Layout
24375 \begin_inset Formula $A\sgn(x)+B$
24376 \end_inset
24377
24378
24379 \end_layout
24380
24381 \end_inset
24382 </cell>
24383 </row>
24384 <row>
24385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24386 \begin_inset Text
24387
24388 \begin_layout Plain Layout
24389 A
24390 \backslash
24391 ,
24392 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt+M}\,\textrm{M}}$
24393 \end_inset
24394
24395 (x)+B
24396 \end_layout
24397
24398 \end_inset
24399 </cell>
24400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24401 \begin_inset Text
24402
24403 \begin_layout Plain Layout
24404 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
24405 \end_inset
24406
24407
24408 \end_layout
24409
24410 \end_inset
24411 </cell>
24412 </row>
24413 </lyxtabular>
24414
24415 \end_inset
24416
24417
24418 \end_layout
24419
24420 \begin_layout Standard
24421 自己定義関数を何回か使用する場合には、一番目の方法の方が適切です。
24422 \end_layout
24423
24424 \begin_layout Subsection
24425 極限
24426 \begin_inset Index idx
24427 status collapsed
24428
24429 \begin_layout Plain Layout
24430 きょくげん@極限
24431 \end_layout
24432
24433 \end_inset
24434
24435
24436 \end_layout
24437
24438 \begin_layout Standard
24439 極限用には、
24440 \series bold
24441
24442 \backslash
24443 lim
24444 \series default
24445
24446 \begin_inset Index idx
24447 status collapsed
24448
24449 \begin_layout Plain Layout
24450 こまんど@コマンド ! L ! 
24451 \backslash
24452 lim
24453 \end_layout
24454
24455 \end_inset
24456
24457
24458 \series bold
24459
24460 \backslash
24461 liminf
24462 \series default
24463
24464 \series bold
24465
24466 \backslash
24467 limsup
24468 \series default
24469 の他に、以下の関数があります。
24470 \end_layout
24471
24472 \begin_layout Standard
24473 \align center
24474 \begin_inset Tabular
24475 <lyxtabular version="3" rows="5" columns="2">
24476 <features rotate="0" tabularvalignment="middle">
24477 <column alignment="center" valignment="top">
24478 <column alignment="center" valignment="top">
24479 <row>
24480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24481 \begin_inset Text
24482
24483 \begin_layout Plain Layout
24484 コマンド
24485 \end_layout
24486
24487 \end_inset
24488 </cell>
24489 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24490 \begin_inset Text
24491
24492 \begin_layout Plain Layout
24493 出力
24494 \begin_inset Note Note
24495 status collapsed
24496
24497 \begin_layout Plain Layout
24498 ここで
24499 \series bold
24500
24501 \backslash
24502 raisebox
24503 \series default
24504 はスペーサーとして使用しているだけです。
24505 \end_layout
24506
24507 \end_inset
24508
24509
24510 \end_layout
24511
24512 \end_inset
24513 </cell>
24514 </row>
24515 <row>
24516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24517 \begin_inset Text
24518
24519 \begin_layout Plain Layout
24520
24521 \backslash
24522 varliminf
24523 \end_layout
24524
24525 \end_inset
24526 </cell>
24527 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24528 \begin_inset Text
24529
24530 \begin_layout Plain Layout
24531 \begin_inset Formula $\varliminf$
24532 \end_inset
24533
24534
24535 \end_layout
24536
24537 \end_inset
24538 </cell>
24539 </row>
24540 <row>
24541 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24542 \begin_inset Text
24543
24544 \begin_layout Plain Layout
24545
24546 \backslash
24547 varlimsup
24548 \end_layout
24549
24550 \end_inset
24551 </cell>
24552 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24553 \begin_inset Text
24554
24555 \begin_layout Plain Layout
24556 \begin_inset Formula $\varlimsup$
24557 \end_inset
24558
24559
24560 \end_layout
24561
24562 \end_inset
24563 </cell>
24564 </row>
24565 <row>
24566 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24567 \begin_inset Text
24568
24569 \begin_layout Plain Layout
24570
24571 \backslash
24572 varprojlim
24573 \end_layout
24574
24575 \end_inset
24576 </cell>
24577 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24578 \begin_inset Text
24579
24580 \begin_layout Plain Layout
24581 \begin_inset Formula $\varprojlim$
24582 \end_inset
24583
24584
24585 \end_layout
24586
24587 \end_inset
24588 </cell>
24589 </row>
24590 <row>
24591 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24592 \begin_inset Text
24593
24594 \begin_layout Plain Layout
24595
24596 \backslash
24597 varinjlim
24598 \end_layout
24599
24600 \end_inset
24601 </cell>
24602 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24603 \begin_inset Text
24604
24605 \begin_layout Plain Layout
24606 \begin_inset Formula $\varinjlim$
24607 \end_inset
24608
24609
24610 \begin_inset Formula $\raisebox{-2.5mm}{}$
24611 \end_inset
24612
24613
24614 \end_layout
24615
24616 \end_inset
24617 </cell>
24618 </row>
24619 </lyxtabular>
24620
24621 \end_inset
24622
24623
24624 \end_layout
24625
24626 \begin_layout Standard
24627 \begin_inset VSpace medskip
24628 \end_inset
24629
24630 極限は、下付き文字を挿入することによって示されます。行内数式では、極限は、以下のように関数の横に置かれます。
24631 \end_layout
24632
24633 \begin_layout Standard
24634 \align center
24635 \begin_inset Tabular
24636 <lyxtabular version="3" rows="2" columns="2">
24637 <features rotate="0" tabularvalignment="middle">
24638 <column alignment="center" valignment="top" width="0pt">
24639 <column alignment="center" valignment="top" width="0pt">
24640 <row>
24641 <cell alignment="center" valignment="top" usebox="none">
24642 \begin_inset Text
24643
24644 \begin_layout Plain Layout
24645 コマンド
24646 \end_layout
24647
24648 \end_inset
24649 </cell>
24650 <cell alignment="center" valignment="top" usebox="none">
24651 \begin_inset Text
24652
24653 \begin_layout Plain Layout
24654 \begin_inset space \hspace{}
24655 \length 1cm
24656 \end_inset
24657
24658 出力
24659 \begin_inset Note Note
24660 status collapsed
24661
24662 \begin_layout Plain Layout
24663 ここで
24664 \series bold
24665
24666 \backslash
24667 raisebox
24668 \series default
24669 はスペーサーとして使用しているだけです。
24670 \end_layout
24671
24672 \end_inset
24673
24674
24675 \end_layout
24676
24677 \end_inset
24678 </cell>
24679 </row>
24680 <row>
24681 <cell alignment="center" valignment="top" usebox="none">
24682 \begin_inset Text
24683
24684 \begin_layout Plain Layout
24685
24686 \backslash
24687 lim_x
24688 \backslash
24689 to
24690 \begin_inset space \textvisiblespace{}
24691 \end_inset
24692
24693 A
24694 \begin_inset space \textvisiblespace{}
24695 \end_inset
24696
24697 x=B
24698 \end_layout
24699
24700 \end_inset
24701 </cell>
24702 <cell alignment="center" valignment="top" usebox="none">
24703 \begin_inset Text
24704
24705 \begin_layout Plain Layout
24706 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
24707 \end_inset
24708
24709
24710 \end_layout
24711
24712 \end_inset
24713 </cell>
24714 </row>
24715 </lyxtabular>
24716
24717 \end_inset
24718
24719
24720 \end_layout
24721
24722 \begin_layout Standard
24723 別行立て数式では、極限は、以下のように通常どおり下に置かれます。
24724 \begin_inset Formula 
24725 \[
24726 \lim_{x\to A}x=B
24727 \]
24728
24729 \end_inset
24730
24731
24732 \end_layout
24733
24734 \begin_layout Subsection
24735 剰余関数
24736 \begin_inset Index idx
24737 status collapsed
24738
24739 \begin_layout Plain Layout
24740 かんすう@関数 ! じょうよ@剰余
24741 \end_layout
24742
24743 \end_inset
24744
24745
24746 \begin_inset Index idx
24747 status collapsed
24748
24749 \begin_layout Plain Layout
24750 かんすう@関数 ! もじゅらす@モジュラス | see
24751 \begin_inset ERT
24752 status collapsed
24753
24754 \begin_layout Plain Layout
24755
24756 {
24757 \end_layout
24758
24759 \end_inset
24760
24761 剰余
24762 \begin_inset ERT
24763 status collapsed
24764
24765 \begin_layout Plain Layout
24766
24767 }
24768 \end_layout
24769
24770 \end_inset
24771
24772
24773 \end_layout
24774
24775 \end_inset
24776
24777
24778 \end_layout
24779
24780 \begin_layout Standard
24781 剰余関数は、特別に4つの派生型があります。
24782 \end_layout
24783
24784 \begin_layout Standard
24785 以下は、別行立て数式での派生型です。
24786 \begin_inset Formula 
24787 \begin{align*}
24788 \underline{\textrm{コマンド}\raisebox{-0.9mm}{}} &  & \underline{\textrm{出力}}\\
24789 \mathrm{a\backslash mod\textrm{␣}b} &  & a\mod b\\
24790 \mathrm{a\backslash pmod\textrm{␣}b} &  & a\pmod b\\
24791 \mathrm{a\backslash bmod\textrm{␣}b} &  & a\bmod b\\
24792 \mathrm{a\backslash pod\textrm{␣}b} &  & a\pod b
24793 \end{align*}
24794
24795 \end_inset
24796
24797
24798 \end_layout
24799
24800 \begin_layout Standard
24801 行内数式では、すべての派生型で、関数名の前の余白がすこし小さく設定されます。既定では、剰余関数は、続く一文字目だけを考慮します。二文字以上を使いたい時には、下記
24802 のように文字をTeX括弧で囲みます。
24803 \begin_inset Formula 
24804 \begin{align*}
24805 \underline{\textrm{コマンド}\raisebox{-0.9mm}{}} &  & \underline{\textrm{出力}}\\
24806 \mathrm{a\backslash pod\textrm{␣}bcd} &  & a\pod bcd\\
24807 \mathrm{a\backslash pod\backslash\{bc\backslash\}d} &  & a\pod{bc}d
24808 \end{align*}
24809
24810 \end_inset
24811
24812
24813 \end_layout
24814
24815 \begin_layout Section
24816 特殊文字
24817 \begin_inset Index idx
24818 status collapsed
24819
24820 \begin_layout Plain Layout
24821 とくしゅもじ@特殊文字
24822 \end_layout
24823
24824 \end_inset
24825
24826
24827 \end_layout
24828
24829 \begin_layout Subsection
24830 数式テキストにおける特殊文字
24831 \end_layout
24832
24833 \begin_layout Standard
24834 以下の各コマンドは、数式テキストかTeXモード中でのみ使用することができます。
24835 \end_layout
24836
24837 \begin_layout Standard
24838 \begin_inset space \hfill{}
24839 \end_inset
24840
24841
24842 \begin_inset Tabular
24843 <lyxtabular version="3" rows="8" columns="2">
24844 <features rotate="0" tabularvalignment="middle">
24845 <column alignment="block" valignment="top">
24846 <column alignment="block" valignment="top">
24847 <row>
24848 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24849 \begin_inset Text
24850
24851 \begin_layout Plain Layout
24852 コマンド
24853 \end_layout
24854
24855 \end_inset
24856 </cell>
24857 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24858 \begin_inset Text
24859
24860 \begin_layout Plain Layout
24861 出力
24862 \end_layout
24863
24864 \end_inset
24865 </cell>
24866 </row>
24867 <row>
24868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24869 \begin_inset Text
24870
24871 \begin_layout Plain Layout
24872
24873 \backslash
24874 oe
24875 \end_layout
24876
24877 \end_inset
24878 </cell>
24879 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24880 \begin_inset Text
24881
24882 \begin_layout Plain Layout
24883 \begin_inset Formula $\textrm{œ}$
24884 \end_inset
24885
24886
24887 \end_layout
24888
24889 \end_inset
24890 </cell>
24891 </row>
24892 <row>
24893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24894 \begin_inset Text
24895
24896 \begin_layout Plain Layout
24897
24898 \backslash
24899 OE
24900 \end_layout
24901
24902 \end_inset
24903 </cell>
24904 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24905 \begin_inset Text
24906
24907 \begin_layout Plain Layout
24908 \begin_inset Formula $\textrm{Œ}$
24909 \end_inset
24910
24911
24912 \end_layout
24913
24914 \end_inset
24915 </cell>
24916 </row>
24917 <row>
24918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24919 \begin_inset Text
24920
24921 \begin_layout Plain Layout
24922
24923 \backslash
24924 ae
24925 \end_layout
24926
24927 \end_inset
24928 </cell>
24929 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24930 \begin_inset Text
24931
24932 \begin_layout Plain Layout
24933 \begin_inset Formula $\textrm{æ}$
24934 \end_inset
24935
24936
24937 \end_layout
24938
24939 \end_inset
24940 </cell>
24941 </row>
24942 <row>
24943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24944 \begin_inset Text
24945
24946 \begin_layout Plain Layout
24947
24948 \backslash
24949 AE
24950 \end_layout
24951
24952 \end_inset
24953 </cell>
24954 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24955 \begin_inset Text
24956
24957 \begin_layout Plain Layout
24958 \begin_inset Formula $\textrm{Æ}$
24959 \end_inset
24960
24961
24962 \end_layout
24963
24964 \end_inset
24965 </cell>
24966 </row>
24967 <row>
24968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24969 \begin_inset Text
24970
24971 \begin_layout Plain Layout
24972
24973 \backslash
24974 aa
24975 \end_layout
24976
24977 \end_inset
24978 </cell>
24979 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24980 \begin_inset Text
24981
24982 \begin_layout Plain Layout
24983 \begin_inset Formula $\textrm{\aa}$
24984 \end_inset
24985
24986
24987 \end_layout
24988
24989 \end_inset
24990 </cell>
24991 </row>
24992 <row>
24993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24994 \begin_inset Text
24995
24996 \begin_layout Plain Layout
24997
24998 \backslash
24999 AA
25000 \begin_inset Index idx
25001 status collapsed
25002
25003 \begin_layout Plain Layout
25004
25005 \lang english
25006
25007 \backslash
25008 @
25009 \begin_inset ERT
25010 status collapsed
25011
25012 \begin_layout Plain Layout
25013
25014
25015 \backslash
25016 textrm{
25017 \backslash
25018 AA}
25019 \end_layout
25020
25021 \end_inset
25022
25023
25024 \end_layout
25025
25026 \end_inset
25027
25028
25029 \end_layout
25030
25031 \end_inset
25032 </cell>
25033 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25034 \begin_inset Text
25035
25036 \begin_layout Plain Layout
25037 \begin_inset Formula $\textrm{Å}$
25038 \end_inset
25039
25040
25041 \end_layout
25042
25043 \end_inset
25044 </cell>
25045 </row>
25046 <row>
25047 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25048 \begin_inset Text
25049
25050 \begin_layout Plain Layout
25051
25052 \backslash
25053 i
25054 \end_layout
25055
25056 \end_inset
25057 </cell>
25058 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25059 \begin_inset Text
25060
25061 \begin_layout Plain Layout
25062 \begin_inset Formula $\textrm{ı}$
25063 \end_inset
25064
25065
25066 \end_layout
25067
25068 \end_inset
25069 </cell>
25070 </row>
25071 </lyxtabular>
25072
25073 \end_inset
25074
25075
25076 \begin_inset space \hfill{}
25077 \end_inset
25078
25079
25080 \begin_inset Tabular
25081 <lyxtabular version="3" rows="8" columns="2">
25082 <features rotate="0" tabularvalignment="middle">
25083 <column alignment="block" valignment="top">
25084 <column alignment="center" valignment="top">
25085 <row>
25086 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25087 \begin_inset Text
25088
25089 \begin_layout Plain Layout
25090 コマンド
25091 \begin_inset Note Note
25092 status collapsed
25093
25094 \begin_layout Plain Layout
25095 0
25096 \begin_inset space \thinspace{}
25097 \end_inset
25098
25099 mm空白を分離用に使っているのは、そうしないと出力が¡や¿になってしまうためです。
25100 \end_layout
25101
25102 \end_inset
25103
25104
25105 \end_layout
25106
25107 \end_inset
25108 </cell>
25109 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25110 \begin_inset Text
25111
25112 \begin_layout Plain Layout
25113 出力
25114 \end_layout
25115
25116 \end_inset
25117 </cell>
25118 </row>
25119 <row>
25120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25121 \begin_inset Text
25122
25123 \begin_layout Plain Layout
25124
25125 \backslash
25126 o
25127 \end_layout
25128
25129 \end_inset
25130 </cell>
25131 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25132 \begin_inset Text
25133
25134 \begin_layout Plain Layout
25135 \begin_inset Formula $\textrm{ø}$
25136 \end_inset
25137
25138
25139 \end_layout
25140
25141 \end_inset
25142 </cell>
25143 </row>
25144 <row>
25145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25146 \begin_inset Text
25147
25148 \begin_layout Plain Layout
25149
25150 \backslash
25151 O
25152 \end_layout
25153
25154 \end_inset
25155 </cell>
25156 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25157 \begin_inset Text
25158
25159 \begin_layout Plain Layout
25160 \begin_inset Formula $\textrm{Ø}$
25161 \end_inset
25162
25163
25164 \end_layout
25165
25166 \end_inset
25167 </cell>
25168 </row>
25169 <row>
25170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25171 \begin_inset Text
25172
25173 \begin_layout Plain Layout
25174
25175 \backslash
25176 l
25177 \end_layout
25178
25179 \end_inset
25180 </cell>
25181 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25182 \begin_inset Text
25183
25184 \begin_layout Plain Layout
25185 \begin_inset Formula $\textrm{ł}$
25186 \end_inset
25187
25188
25189 \end_layout
25190
25191 \end_inset
25192 </cell>
25193 </row>
25194 <row>
25195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25196 \begin_inset Text
25197
25198 \begin_layout Plain Layout
25199
25200 \backslash
25201 L
25202 \end_layout
25203
25204 \end_inset
25205 </cell>
25206 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25207 \begin_inset Text
25208
25209 \begin_layout Plain Layout
25210 \begin_inset Formula $\textrm{Ł}$
25211 \end_inset
25212
25213
25214 \end_layout
25215
25216 \end_inset
25217 </cell>
25218 </row>
25219 <row>
25220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25221 \begin_inset Text
25222
25223 \begin_layout Plain Layout
25224 !
25225 \begin_inset space \hspace{}
25226 \length 0mm
25227 \end_inset
25228
25229 `
25230 \begin_inset space \textvisiblespace{}
25231 \end_inset
25232
25233
25234 \end_layout
25235
25236 \end_inset
25237 </cell>
25238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25239 \begin_inset Text
25240
25241 \begin_layout Plain Layout
25242 \begin_inset Formula $\textrm{!`}$
25243 \end_inset
25244
25245
25246 \end_layout
25247
25248 \end_inset
25249 </cell>
25250 </row>
25251 <row>
25252 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25253 \begin_inset Text
25254
25255 \begin_layout Plain Layout
25256 ?
25257 \begin_inset space \hspace{}
25258 \length 0mm
25259 \end_inset
25260
25261 `
25262 \begin_inset space \textvisiblespace{}
25263 \end_inset
25264
25265
25266 \end_layout
25267
25268 \end_inset
25269 </cell>
25270 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25271 \begin_inset Text
25272
25273 \begin_layout Plain Layout
25274 \begin_inset Formula $\textrm{?`}$
25275 \end_inset
25276
25277
25278 \end_layout
25279
25280 \end_inset
25281 </cell>
25282 </row>
25283 <row>
25284 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25285 \begin_inset Text
25286
25287 \begin_layout Plain Layout
25288
25289 \backslash
25290 j
25291 \end_layout
25292
25293 \end_inset
25294 </cell>
25295 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25296 \begin_inset Text
25297
25298 \begin_layout Plain Layout
25299 \begin_inset Formula $\textrm{ȷ}$
25300 \end_inset
25301
25302
25303 \end_layout
25304
25305 \end_inset
25306 </cell>
25307 </row>
25308 </lyxtabular>
25309
25310 \end_inset
25311
25312
25313 \begin_inset space \hfill{}
25314 \end_inset
25315
25316
25317 \end_layout
25318
25319 \begin_layout Standard
25320 \begin_inset Formula $\textrm{\textrm{Å}}$
25321 \end_inset
25322
25323
25324 \begin_inset Formula $\textrm{\textrm{Ø}}$
25325 \end_inset
25326
25327 の各文字は、数式ツールバーボタンの
25328 \begin_inset Graphics
25329         filename ../../images/math/digamma.png
25330         scale 85
25331
25332 \end_inset
25333
25334 からも挿入することができます。
25335 \end_layout
25336
25337 \begin_layout Standard
25338 例外は、
25339 \series bold
25340 !
25341 \begin_inset space \hspace{}
25342 \length 0mm
25343 \end_inset
25344
25345 `
25346 \series default
25347
25348 \series bold
25349 ?
25350 \begin_inset space \hspace{}
25351 \length 0mm
25352 \end_inset
25353
25354 `
25355 \series default
25356 の各コマンドで、これらは直接LyX中の本文に入れることができます。
25357 \end_layout
25358
25359 \begin_layout Subsection
25360 文章中のアクセント
25361 \begin_inset CommandInset label
25362 LatexCommand label
25363 name "sub:文章中のアクセント"
25364
25365 \end_inset
25366
25367
25368 \begin_inset Index idx
25369 status collapsed
25370
25371 \begin_layout Plain Layout
25372 あくせんと@アクセント ! ぶんしょうちゅうの@文章中の---
25373 \end_layout
25374
25375 \end_inset
25376
25377
25378 \end_layout
25379
25380 \begin_layout Standard
25381 以下に挙げる各コマンドを使えば、すべての文字にアクセントを付けることができます。これらのコマンドは、TeXモードで入れなくてはなりません。
25382 \end_layout
25383
25384 \begin_layout Standard
25385 \begin_inset space \hfill{}
25386 \end_inset
25387
25388
25389 \begin_inset Tabular
25390 <lyxtabular version="3" rows="8" columns="2">
25391 <features rotate="0" tabularvalignment="middle">
25392 <column alignment="block" valignment="top">
25393 <column alignment="block" valignment="top">
25394 <row>
25395 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25396 \begin_inset Text
25397
25398 \begin_layout Plain Layout
25399 コマンド
25400 \end_layout
25401
25402 \end_inset
25403 </cell>
25404 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25405 \begin_inset Text
25406
25407 \begin_layout Plain Layout
25408 出力
25409 \end_layout
25410
25411 \end_inset
25412 </cell>
25413 </row>
25414 <row>
25415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25416 \begin_inset Text
25417
25418 \begin_layout Plain Layout
25419
25420 \backslash
25421
25422 \begin_inset Quotes grd
25423 \end_inset
25424
25425 e
25426 \end_layout
25427
25428 \end_inset
25429 </cell>
25430 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25431 \begin_inset Text
25432
25433 \begin_layout Plain Layout
25434 \begin_inset ERT
25435 status collapsed
25436
25437 \begin_layout Plain Layout
25438
25439
25440 \backslash
25441 "e
25442 \end_layout
25443
25444 \end_inset
25445
25446
25447 \end_layout
25448
25449 \end_inset
25450 </cell>
25451 </row>
25452 <row>
25453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25454 \begin_inset Text
25455
25456 \begin_layout Plain Layout
25457
25458 \backslash
25459 `e
25460 \end_layout
25461
25462 \end_inset
25463 </cell>
25464 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25465 \begin_inset Text
25466
25467 \begin_layout Plain Layout
25468 \begin_inset ERT
25469 status collapsed
25470
25471 \begin_layout Plain Layout
25472
25473
25474 \backslash
25475 `e
25476 \end_layout
25477
25478 \end_inset
25479
25480
25481 \end_layout
25482
25483 \end_inset
25484 </cell>
25485 </row>
25486 <row>
25487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25488 \begin_inset Text
25489
25490 \begin_layout Plain Layout
25491
25492 \backslash
25493 ^
25494 \begin_inset space \textvisiblespace{}
25495 \end_inset
25496
25497 e
25498 \end_layout
25499
25500 \end_inset
25501 </cell>
25502 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25503 \begin_inset Text
25504
25505 \begin_layout Plain Layout
25506 \begin_inset ERT
25507 status collapsed
25508
25509 \begin_layout Plain Layout
25510
25511
25512 \backslash
25513 ^e
25514 \end_layout
25515
25516 \end_inset
25517
25518
25519 \end_layout
25520
25521 \end_inset
25522 </cell>
25523 </row>
25524 <row>
25525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25526 \begin_inset Text
25527
25528 \begin_layout Plain Layout
25529
25530 \backslash
25531 =e
25532 \end_layout
25533
25534 \end_inset
25535 </cell>
25536 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25537 \begin_inset Text
25538
25539 \begin_layout Plain Layout
25540 \begin_inset ERT
25541 status collapsed
25542
25543 \begin_layout Plain Layout
25544
25545
25546 \backslash
25547 =e
25548 \end_layout
25549
25550 \end_inset
25551
25552
25553 \end_layout
25554
25555 \end_inset
25556 </cell>
25557 </row>
25558 <row>
25559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25560 \begin_inset Text
25561
25562 \begin_layout Plain Layout
25563
25564 \backslash
25565 u
25566 \begin_inset space \textvisiblespace{}
25567 \end_inset
25568
25569 e
25570 \end_layout
25571
25572 \end_inset
25573 </cell>
25574 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25575 \begin_inset Text
25576
25577 \begin_layout Plain Layout
25578 \begin_inset ERT
25579 status collapsed
25580
25581 \begin_layout Plain Layout
25582
25583
25584 \backslash
25585 u e
25586 \end_layout
25587
25588 \end_inset
25589
25590
25591 \end_layout
25592
25593 \end_inset
25594 </cell>
25595 </row>
25596 <row>
25597 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25598 \begin_inset Text
25599
25600 \begin_layout Plain Layout
25601
25602 \backslash
25603 b
25604 \begin_inset space \textvisiblespace{}
25605 \end_inset
25606
25607 e
25608 \end_layout
25609
25610 \end_inset
25611 </cell>
25612 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25613 \begin_inset Text
25614
25615 \begin_layout Plain Layout
25616 \begin_inset ERT
25617 status collapsed
25618
25619 \begin_layout Plain Layout
25620
25621
25622 \backslash
25623 b e
25624 \end_layout
25625
25626 \end_inset
25627
25628
25629 \end_layout
25630
25631 \end_inset
25632 </cell>
25633 </row>
25634 <row>
25635 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25636 \begin_inset Text
25637
25638 \begin_layout Plain Layout
25639
25640 \backslash
25641 t
25642 \begin_inset space \textvisiblespace{}
25643 \end_inset
25644
25645 ee
25646 \end_layout
25647
25648 \end_inset
25649 </cell>
25650 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25651 \begin_inset Text
25652
25653 \begin_layout Plain Layout
25654 \begin_inset ERT
25655 status collapsed
25656
25657 \begin_layout Plain Layout
25658
25659
25660 \backslash
25661 t ee
25662 \end_layout
25663
25664 \end_inset
25665
25666
25667 \end_layout
25668
25669 \end_inset
25670 </cell>
25671 </row>
25672 </lyxtabular>
25673
25674 \end_inset
25675
25676
25677 \begin_inset space \hfill{}
25678 \end_inset
25679
25680
25681 \begin_inset Tabular
25682 <lyxtabular version="3" rows="8" columns="2">
25683 <features rotate="0" tabularvalignment="middle">
25684 <column alignment="block" valignment="top">
25685 <column alignment="center" valignment="top">
25686 <row>
25687 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25688 \begin_inset Text
25689
25690 \begin_layout Plain Layout
25691 コマンド
25692 \end_layout
25693
25694 \end_inset
25695 </cell>
25696 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25697 \begin_inset Text
25698
25699 \begin_layout Plain Layout
25700 出力
25701 \end_layout
25702
25703 \end_inset
25704 </cell>
25705 </row>
25706 <row>
25707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25708 \begin_inset Text
25709
25710 \begin_layout Plain Layout
25711
25712 \backslash
25713 H
25714 \begin_inset space \textvisiblespace{}
25715 \end_inset
25716
25717 e
25718 \end_layout
25719
25720 \end_inset
25721 </cell>
25722 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25723 \begin_inset Text
25724
25725 \begin_layout Plain Layout
25726 \begin_inset ERT
25727 status collapsed
25728
25729 \begin_layout Plain Layout
25730
25731
25732 \backslash
25733 H e
25734 \end_layout
25735
25736 \end_inset
25737
25738
25739 \end_layout
25740
25741 \end_inset
25742 </cell>
25743 </row>
25744 <row>
25745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25746 \begin_inset Text
25747
25748 \begin_layout Plain Layout
25749
25750 \backslash
25751 'e
25752 \end_layout
25753
25754 \end_inset
25755 </cell>
25756 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25757 \begin_inset Text
25758
25759 \begin_layout Plain Layout
25760 \begin_inset ERT
25761 status collapsed
25762
25763 \begin_layout Plain Layout
25764
25765
25766 \backslash
25767 'e
25768 \end_layout
25769
25770 \end_inset
25771
25772
25773 \end_layout
25774
25775 \end_inset
25776 </cell>
25777 </row>
25778 <row>
25779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25780 \begin_inset Text
25781
25782 \begin_layout Plain Layout
25783
25784 \backslash
25785 ~e
25786 \begin_inset Index idx
25787 status collapsed
25788
25789 \begin_layout Plain Layout
25790
25791 \lang english
25792 Tilde
25793 \end_layout
25794
25795 \end_inset
25796
25797
25798 \end_layout
25799
25800 \end_inset
25801 </cell>
25802 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25803 \begin_inset Text
25804
25805 \begin_layout Plain Layout
25806 \begin_inset ERT
25807 status collapsed
25808
25809 \begin_layout Plain Layout
25810
25811
25812 \backslash
25813 ~e
25814 \end_layout
25815
25816 \end_inset
25817
25818
25819 \end_layout
25820
25821 \end_inset
25822 </cell>
25823 </row>
25824 <row>
25825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25826 \begin_inset Text
25827
25828 \begin_layout Plain Layout
25829
25830 \backslash
25831 .e
25832 \end_layout
25833
25834 \end_inset
25835 </cell>
25836 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25837 \begin_inset Text
25838
25839 \begin_layout Plain Layout
25840 \begin_inset ERT
25841 status collapsed
25842
25843 \begin_layout Plain Layout
25844
25845
25846 \backslash
25847 .e
25848 \end_layout
25849
25850 \end_inset
25851
25852
25853 \end_layout
25854
25855 \end_inset
25856 </cell>
25857 </row>
25858 <row>
25859 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25860 \begin_inset Text
25861
25862 \begin_layout Plain Layout
25863
25864 \backslash
25865 v
25866 \begin_inset space \textvisiblespace{}
25867 \end_inset
25868
25869 e
25870 \end_layout
25871
25872 \end_inset
25873 </cell>
25874 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25875 \begin_inset Text
25876
25877 \begin_layout Plain Layout
25878 \begin_inset ERT
25879 status collapsed
25880
25881 \begin_layout Plain Layout
25882
25883
25884 \backslash
25885 v e
25886 \end_layout
25887
25888 \end_inset
25889
25890
25891 \end_layout
25892
25893 \end_inset
25894 </cell>
25895 </row>
25896 <row>
25897 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25898 \begin_inset Text
25899
25900 \begin_layout Plain Layout
25901
25902 \backslash
25903 d
25904 \begin_inset space \textvisiblespace{}
25905 \end_inset
25906
25907 e
25908 \end_layout
25909
25910 \end_inset
25911 </cell>
25912 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25913 \begin_inset Text
25914
25915 \begin_layout Plain Layout
25916 \begin_inset ERT
25917 status collapsed
25918
25919 \begin_layout Plain Layout
25920
25921
25922 \backslash
25923 d e
25924 \end_layout
25925
25926 \end_inset
25927
25928
25929 \end_layout
25930
25931 \end_inset
25932 </cell>
25933 </row>
25934 <row>
25935 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25936 \begin_inset Text
25937
25938 \begin_layout Plain Layout
25939
25940 \backslash
25941 c
25942 \begin_inset space \textvisiblespace{}
25943 \end_inset
25944
25945 e
25946 \end_layout
25947
25948 \end_inset
25949 </cell>
25950 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25951 \begin_inset Text
25952
25953 \begin_layout Plain Layout
25954 \begin_inset ERT
25955 status collapsed
25956
25957 \begin_layout Plain Layout
25958
25959
25960 \backslash
25961 c e
25962 \end_layout
25963
25964 \end_inset
25965
25966
25967 \end_layout
25968
25969 \end_inset
25970 </cell>
25971 </row>
25972 </lyxtabular>
25973
25974 \end_inset
25975
25976
25977 \begin_inset space \hfill{}
25978 \end_inset
25979
25980
25981 \end_layout
25982
25983 \begin_layout Standard
25984 \begin_inset VSpace medskip
25985 \end_inset
25986
25987
25988 \series bold
25989
25990 \backslash
25991 t
25992 \series default
25993 コマンドは異なる二つの文字にアクセントを付けることもできます。たとえば、コマンド
25994 \series bold
25995
25996 \backslash
25997 t
25998 \begin_inset space \textvisiblespace{}
25999 \end_inset
26000
26001 sz
26002 \series default
26003 は、
26004 \begin_inset ERT
26005 status collapsed
26006
26007 \begin_layout Plain Layout
26008
26009
26010 \backslash
26011 t sz
26012 \end_layout
26013
26014 \end_inset
26015
26016 となります。
26017 \end_layout
26018
26019 \begin_layout Standard
26020
26021 \series bold
26022 `
26023 \series default
26024  ・
26025 \series bold
26026  '
26027 \series default
26028  ・ 
26029 \series bold
26030 ^
26031 \series default
26032  の各アクセントは、TeXモードを使わなくても、母音といっしょに直接キーボードから入力することもできます。チルダ
26033 \begin_inset Foot
26034 status collapsed
26035
26036 \begin_layout Plain Layout
26037 これは、チルダがアクセントとして定義されているキーボードのみに適用されます。
26038 \end_layout
26039
26040 \end_inset
26041
26042
26043 \series bold
26044 ~
26045 \series default
26046 を、
26047 \emph on
26048 a
26049 \emph default
26050
26051 \emph on
26052 n
26053 \emph default
26054
26055 \emph on
26056 o
26057 \emph default
26058 といっしょに使うときも同様です。
26059 \end_layout
26060
26061 \begin_layout Standard
26062
26063 \series bold
26064
26065 \backslash
26066 b
26067 \series default
26068
26069 \series bold
26070
26071 \backslash
26072 c
26073 \series default
26074
26075 \series bold
26076
26077 \backslash
26078 d
26079 \series default
26080
26081 \series bold
26082
26083 \backslash
26084 H
26085 \series default
26086
26087 \series bold
26088
26089 \backslash
26090 t
26091 \series default
26092
26093 \series bold
26094
26095 \backslash
26096 u
26097 \series default
26098
26099 \series bold
26100
26101 \backslash
26102 v
26103 \series default
26104 の各コマンドと、キーボードから直接挿入するアクセントは、数式テキスト中でも使うことができます。他のアクセントについては、数式内向けの特別な数式コマンドがあります
26105 。第
26106 \begin_inset CommandInset ref
26107 LatexCommand ref
26108 reference "sub:一文字に付けるアクセント"
26109
26110 \end_inset
26111
26112 節をご参照下さい。
26113 \end_layout
26114
26115 \begin_layout Standard
26116 \begin_inset VSpace bigskip
26117 \end_inset
26118
26119 さらに、
26120 \series bold
26121
26122 \backslash
26123 textcircled
26124 \series default
26125
26126 \begin_inset Index idx
26127 status collapsed
26128
26129 \begin_layout Plain Layout
26130 こまんど@コマンド ! T ! 
26131 \backslash
26132 textcircled
26133 \end_layout
26134
26135 \end_inset
26136
26137 コマンドを使えば、著作権マークのように、あらゆる数字や文字を丸で囲む---敢えて言えば、丸囲みでアクセントを付けるようなものといえるでしょう---ことができます
26138
26139 \end_layout
26140
26141 \begin_layout Standard
26142 \align center
26143 \begin_inset Tabular
26144 <lyxtabular version="3" rows="3" columns="2">
26145 <features rotate="0" tabularvalignment="middle">
26146 <column alignment="center" valignment="top">
26147 <column alignment="center" valignment="top">
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 \end_layout
26155
26156 \end_inset
26157 </cell>
26158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26159 \begin_inset Text
26160
26161 \begin_layout Plain Layout
26162 出力
26163 \begin_inset Note Note
26164 status collapsed
26165
26166 \begin_layout Plain Layout
26167 ここで
26168 \series bold
26169
26170 \backslash
26171 raisebox
26172 \series default
26173 はスペーサーとして使用しているだけです。
26174 \end_layout
26175
26176 \end_inset
26177
26178
26179 \end_layout
26180
26181 \end_inset
26182 </cell>
26183 </row>
26184 <row>
26185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26186 \begin_inset Text
26187
26188 \begin_layout Plain Layout
26189
26190 \backslash
26191 textcircled{w}
26192 \end_layout
26193
26194 \end_inset
26195 </cell>
26196 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26197 \begin_inset Text
26198
26199 \begin_layout Plain Layout
26200 \begin_inset ERT
26201 status collapsed
26202
26203 \begin_layout Plain Layout
26204
26205
26206 \backslash
26207 textcircled{w}
26208 \end_layout
26209
26210 \end_inset
26211
26212
26213 \end_layout
26214
26215 \end_inset
26216 </cell>
26217 </row>
26218 <row>
26219 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26220 \begin_inset Text
26221
26222 \begin_layout Plain Layout
26223
26224 \backslash
26225 Large 
26226 \backslash
26227 textcircled{
26228 \backslash
26229 normalsize
26230 \backslash
26231 protect
26232 \backslash
26233 raisebox{-1.5pt}{W}}
26234 \end_layout
26235
26236 \end_inset
26237 </cell>
26238 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26239 \begin_inset Text
26240
26241 \begin_layout Plain Layout
26242 \begin_inset Formula $\raisebox{4.5mm}{}$
26243 \end_inset
26244
26245
26246 \begin_inset ERT
26247 status collapsed
26248
26249 \begin_layout Plain Layout
26250
26251
26252 \backslash
26253 Large 
26254 \backslash
26255 textcircled{
26256 \backslash
26257 normalsize
26258 \backslash
26259 protect
26260 \backslash
26261 raisebox{-1.5pt}W}
26262 \end_layout
26263
26264 \end_inset
26265
26266
26267 \begin_inset Formula $\raisebox{-2mm}{}$
26268 \end_inset
26269
26270
26271 \end_layout
26272
26273 \end_inset
26274 </cell>
26275 </row>
26276 </lyxtabular>
26277
26278 \end_inset
26279
26280
26281 \end_layout
26282
26283 \begin_layout Standard
26284 ここではユーザーが、文字が丸のなかに収まるように調整してやらなくてはなりません。ここでは、
26285 \series bold
26286
26287 \backslash
26288 Large
26289 \series default
26290
26291 \begin_inset Foot
26292 status collapsed
26293
26294 \begin_layout Plain Layout
26295
26296 \begin_inset CommandInset ref
26297 LatexCommand ref
26298 reference "sub:書体寸法"
26299
26300 \end_inset
26301
26302 節参照のこと。
26303 \end_layout
26304
26305 \end_inset
26306
26307 で丸の大きさを指定しています。そして
26308 \series bold
26309
26310 \backslash
26311 raisebox
26312 \series default
26313
26314 \begin_inset Foot
26315 status collapsed
26316
26317 \begin_layout Plain Layout
26318
26319 \begin_inset CommandInset ref
26320 LatexCommand ref
26321 reference "sub:枠なしボックス"
26322
26323 \end_inset
26324
26325 節参照のこと。
26326 \end_layout
26327
26328 \end_inset
26329
26330 を使って、文字が真ん中にくるようにしています。
26331 \end_layout
26332
26333 \begin_layout Subsection
26334 小数字
26335 \begin_inset Index idx
26336 status collapsed
26337
26338 \begin_layout Plain Layout
26339 しょうすうじ@小数字
26340 \end_layout
26341
26342 \end_inset
26343
26344
26345 \end_layout
26346
26347 \begin_layout Standard
26348 小数字(minuscule number)は、
26349 \series bold
26350
26351 \backslash
26352 oldstylenums
26353 \series default
26354
26355 \begin_inset Index idx
26356 status collapsed
26357
26358 \begin_layout Plain Layout
26359 こまんど@コマンド ! O ! 
26360 \backslash
26361 oldstylenums
26362 \end_layout
26363
26364 \end_inset
26365
26366 コマンドで作成することができます。このコマンドは、数式中でもTeXモード中でも使うことができます。コマンド書式は、
26367 \end_layout
26368
26369 \begin_layout Standard
26370
26371 \series bold
26372
26373 \backslash
26374 oldstylenums{数字}
26375 \end_layout
26376
26377 \begin_layout Standard
26378 です。
26379 \series bold
26380
26381 \backslash
26382 oldstylenums{0123456789}
26383 \series default
26384 というコマンドは、
26385 \begin_inset Formula $\oldstylenums{0123456789}$
26386 \end_inset
26387
26388 のようになります。
26389 \end_layout
26390
26391 \begin_layout Subsection
26392 他の特殊文字
26393 \begin_inset CommandInset label
26394 LatexCommand label
26395 name "sub:他の特殊文字"
26396
26397 \end_inset
26398
26399
26400 \begin_inset Index idx
26401 status collapsed
26402
26403 \begin_layout Plain Layout
26404 とくしゅもじ@特殊文字 ! たの@他の
26405 \end_layout
26406
26407 \end_inset
26408
26409
26410 \end_layout
26411
26412 \begin_layout Standard
26413 以下の各文字は、数式中でコマンドを使用してのみ、挿入することができます。
26414 \end_layout
26415
26416 \begin_layout Standard
26417 \align center
26418 \begin_inset Tabular
26419 <lyxtabular version="3" rows="4" columns="2">
26420 <features rotate="0" tabularvalignment="middle">
26421 <column alignment="center" valignment="top">
26422 <column alignment="center" valignment="top">
26423 <row>
26424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26425 \begin_inset Text
26426
26427 \begin_layout Plain Layout
26428 コマンド
26429 \end_layout
26430
26431 \end_inset
26432 </cell>
26433 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26434 \begin_inset Text
26435
26436 \begin_layout Plain Layout
26437 出力
26438 \end_layout
26439
26440 \end_inset
26441 </cell>
26442 </row>
26443 <row>
26444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26445 \begin_inset Text
26446
26447 \begin_layout Plain Layout
26448
26449 \backslash
26450 ^
26451 \begin_inset space \textvisiblespace{}
26452 \end_inset
26453
26454
26455 \end_layout
26456
26457 \end_inset
26458 </cell>
26459 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26460 \begin_inset Text
26461
26462 \begin_layout Plain Layout
26463 \begin_inset Formula $\mathcircumflex$
26464 \end_inset
26465
26466
26467 \end_layout
26468
26469 \end_inset
26470 </cell>
26471 </row>
26472 <row>
26473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26474 \begin_inset Text
26475
26476 \begin_layout Plain Layout
26477
26478 \backslash
26479 _
26480 \end_layout
26481
26482 \end_inset
26483 </cell>
26484 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26485 \begin_inset Text
26486
26487 \begin_layout Plain Layout
26488 \begin_inset Formula $\_$
26489 \end_inset
26490
26491
26492 \end_layout
26493
26494 \end_inset
26495 </cell>
26496 </row>
26497 <row>
26498 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26499 \begin_inset Text
26500
26501 \begin_layout Plain Layout
26502 ^
26503 \begin_inset space \textvisiblespace{}
26504 \end_inset
26505
26506
26507 \backslash
26508 circ
26509 \begin_inset Index idx
26510 status collapsed
26511
26512 \begin_layout Plain Layout
26513
26514 \lang english
26515
26516 \backslash
26517
26518 \end_layout
26519
26520 \end_inset
26521
26522
26523 \end_layout
26524
26525 \end_inset
26526 </cell>
26527 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26528 \begin_inset Text
26529
26530 \begin_layout Plain Layout
26531 \begin_inset Formula $^{\circ}$
26532 \end_inset
26533
26534
26535 \end_layout
26536
26537 \end_inset
26538 </cell>
26539 </row>
26540 </lyxtabular>
26541
26542 \end_inset
26543
26544
26545 \end_layout
26546
26547 \begin_layout Standard
26548 しかしながら、角度記号
26549 \begin_inset Formula $^{\circ}$
26550 \end_inset
26551
26552 は、以下の行をLaTeXプリアンブルに書き加えれば、直接挿入することができます
26553 \begin_inset Foot
26554 status collapsed
26555
26556 \begin_layout Plain Layout
26557 この件に関する詳細は、第
26558 \begin_inset CommandInset ref
26559 LatexCommand ref
26560 reference "sub:数式中のテキスト文字"
26561
26562 \end_inset
26563
26564 節にあります。
26565 \end_layout
26566
26567 \end_inset
26568
26569
26570 \end_layout
26571
26572 \begin_layout Standard
26573
26574 \series bold
26575
26576 \backslash
26577 DeclareInputtext{176}{
26578 \backslash
26579 ifmmode^
26580 \backslash
26581 circ
26582 \backslash
26583 else
26584 \backslash
26585 textdegree
26586 \backslash
26587 fi}
26588 \begin_inset Newpage newpage
26589 \end_inset
26590
26591
26592 \end_layout
26593
26594 \begin_layout Section
26595 数式様式
26596 \begin_inset CommandInset label
26597 LatexCommand label
26598 name "sec:数式様式"
26599
26600 \end_inset
26601
26602
26603 \begin_inset Index idx
26604 status collapsed
26605
26606 \begin_layout Plain Layout
26607 すうしき@数式 ! ようしき@様式
26608 \end_layout
26609
26610 \end_inset
26611
26612
26613 \end_layout
26614
26615 \begin_layout Itemize
26616 以下の二つの配置様式があります。
26617 \end_layout
26618
26619 \begin_deeper
26620 \begin_layout Description
26621 中央揃え 事前に定義された標準です。
26622 \end_layout
26623
26624 \begin_layout Description
26625 行頭下げ これを使うには、
26626 \family sans
26627 文書\SpecialChar \menuseparator
26628 設定
26629 \family default
26630 メニューの
26631 \family sans
26632 文書クラス
26633 \family default
26634 において、
26635 \series bold
26636 fleqn
26637 \series default
26638 オプションを指定しておかなくてはなりません。
26639 \end_layout
26640
26641 \begin_layout Standard
26642
26643 \series bold
26644 行頭下げ
26645 \series default
26646 を用いる場合には、行頭下げの大きさを
26647 \series bold
26648
26649 \backslash
26650 mathindent
26651 \series default
26652
26653 \begin_inset Index idx
26654 status collapsed
26655
26656 \begin_layout Plain Layout
26657 こまんど@コマンド ! M ! 
26658 \backslash
26659 mathindent
26660 \end_layout
26661
26662 \end_inset
26663
26664 の値で調整することができます。これを15
26665 \begin_inset space \thinspace{}
26666 \end_inset
26667
26668 mmにするには、LaTeXプリアンブルに以下のコマンドを入れておきます。
26669 \end_layout
26670
26671 \begin_layout Standard
26672
26673 \series bold
26674
26675 \backslash
26676 setlength{
26677 \backslash
26678 mathindent}{15mm}
26679 \end_layout
26680
26681 \begin_layout Standard
26682
26683 \series bold
26684
26685 \backslash
26686 mathindent
26687 \series default
26688 を明示的に指定しない場合には、事前に定義されている30
26689 \begin_inset space \thinspace{}
26690 \end_inset
26691
26692 ptが適用されます。
26693 \end_layout
26694
26695 \end_deeper
26696 \begin_layout Itemize
26697 また、以下の二つの連番様式があります。
26698 \end_layout
26699
26700 \begin_deeper
26701 \begin_layout Description
26702 右 事前に定義された標準です。
26703 \end_layout
26704
26705 \begin_layout Description
26706 左 これを使うには、
26707 \family sans
26708 文書\SpecialChar \menuseparator
26709 設定
26710 \family default
26711 メニューの
26712 \family sans
26713 文書クラス
26714 \family default
26715 において、
26716 \series bold
26717 leqno
26718 \series default
26719 オプションを指定しておかなくてはなりません。
26720 \end_layout
26721
26722 \end_deeper
26723 \begin_layout Standard
26724
26725 \series bold
26726 fleqn
26727 \series default
26728
26729 \series bold
26730 leqno
26731 \series default
26732 は、いっしょに指定することができます。両方のオプションを同時に入れる場合には、コンマで区切って下さい。
26733 \end_layout
26734
26735 \begin_layout Standard
26736 これで選択した様式は、文書中のすべての別行立て数式に用いられます。もし、中央揃えと行頭下げの両様式を同一文書中で用いたい場合には、
26737 \series bold
26738 中央揃え
26739 \series default
26740 様式を指定するようにします。そして、行頭下げにしたい数式は、flalign環境に指定するようにします。第
26741 \begin_inset CommandInset ref
26742 LatexCommand ref
26743 reference "sub:flalign環境"
26744
26745 \end_inset
26746
26747 節をご覧下さい。
26748 \end_layout
26749
26750 \begin_layout Section
26751 多行数式
26752 \begin_inset CommandInset label
26753 LatexCommand label
26754 name "sec:多行数式"
26755
26756 \end_inset
26757
26758
26759 \begin_inset Index idx
26760 status collapsed
26761
26762 \begin_layout Plain Layout
26763 すうしき@数式 ! たぎょう@多行
26764 \end_layout
26765
26766 \end_inset
26767
26768
26769 \end_layout
26770
26771 \begin_layout Subsection
26772 概要
26773 \end_layout
26774
26775 \begin_layout Standard
26776 LyXでは、多行数式は、数式中で
26777 \series bold
26778
26779 \begin_inset Info
26780 type  "shortcut"
26781 arg   "newline-insert newline"
26782 \end_inset
26783
26784
26785 \series default
26786 を押すことで作られます。この操作によって、第
26787 \begin_inset CommandInset ref
26788 LatexCommand ref
26789 reference "sub:eqnarray環境"
26790
26791 \end_inset
26792
26793 節に述べられている
26794 \series bold
26795 eqnarray環境
26796 \series default
26797 が作り出されるか、あるいは文書設定で
26798 \family sans
26799 AMS mathパッケージを使う
26800 \family default
26801 オプションが選択されている場合には、第
26802 \begin_inset CommandInset ref
26803 LatexCommand ref
26804 reference "sub:標準align環境"
26805
26806 \end_inset
26807
26808 節に述べられている
26809 \series bold
26810 align環境
26811 \series default
26812 が作り出されることになります。
26813 \end_layout
26814
26815 \begin_layout Standard
26816 他にも、
26817 \family sans
26818 挿入\SpecialChar \menuseparator
26819 数式
26820 \family default
26821 メニューで作ることのできる多行数式環境があります。これらの環境は、以下の各節で説明します。
26822 \end_layout
26823
26824 \begin_layout Standard
26825 すべての多行数式において、新規行は、
26826 \begin_inset Info
26827 type  "shortcut"
26828 arg   "newline-insert newline"
26829 \end_inset
26830
26831 を押すことによって作られます。行を足したり削ったりするには、数式ツールバーボタンの
26832 \begin_inset Graphics
26833         filename ../../images/tabular-feature_append-row.png
26834         scale 85
26835
26836 \end_inset
26837
26838
26839 \begin_inset Graphics
26840         filename ../../images/tabular-feature_delete-row.png
26841         scale 85
26842
26843 \end_inset
26844
26845 を使うか、
26846 \family sans
26847 編集\SpecialChar \menuseparator
26848 行と列
26849 \family default
26850 メニューを使うことができます。
26851 \end_layout
26852
26853 \begin_layout Subsubsection
26854 行間
26855 \begin_inset CommandInset label
26856 LatexCommand label
26857 name "sub:行間"
26858
26859 \end_inset
26860
26861
26862 \begin_inset Index idx
26863 status collapsed
26864
26865 \begin_layout Plain Layout
26866 すうしき@数式 ! たぎょう@多行 ! ぎょうかん@行間
26867 \end_layout
26868
26869 \end_inset
26870
26871
26872 \end_layout
26873
26874 \begin_layout Standard
26875 以下のように、多行数式において行のあいだの空白が足りないことが、ときどき起こります。
26876 \begin_inset Formula 
26877 \begin{eqnarray*}
26878 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}\\
26879 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
26880 \end{eqnarray*}
26881
26882 \end_inset
26883
26884
26885 \end_layout
26886
26887 \begin_layout Standard
26888 LaTeXにおいて行間を付け加えるには、新規行コマンドに非必須の引数をとらせて指定しますが、これはまだLyXには実装されていない
26889 \begin_inset Foot
26890 status collapsed
26891
26892 \begin_layout Plain Layout
26893 \begin_inset CommandInset href
26894 LatexCommand href
26895 name "LyX-bug #1505"
26896 target "http://www.lyx.org/trac/ticket/1505"
26897
26898 \end_inset
26899
26900 を参照。
26901 \end_layout
26902
26903 \end_inset
26904
26905 ので、数式全体をTeXモードで入れなくてはなりません。上記の例の行間を大きくするには、最初の行の最後に
26906 \series bold
26907
26908 \backslash
26909
26910 \backslash
26911 [3mm]
26912 \series default
26913 というコマンドを入れます。すると、次のようになります。
26914 \begin_inset ERT
26915 status collapsed
26916
26917 \begin_layout Plain Layout
26918
26919
26920 \backslash
26921 begin{eqnarray*}
26922 \end_layout
26923
26924 \begin_layout Plain Layout
26925
26926 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
26927  = & 
26928 \backslash
26929 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
26930 \backslash
26931
26932 \backslash
26933 [3mm]
26934 \end_layout
26935
26936 \begin_layout Plain Layout
26937
26938 4x^{2}
26939 \backslash
26940 left(B^{2}+x_{0}^{2}
26941 \backslash
26942 right)+4x_{0}x
26943 \backslash
26944 left(D-B^{2}
26945 \backslash
26946 right)+B^{2}
26947 \backslash
26948 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
26949 \backslash
26950 right) & = & 0
26951 \end_layout
26952
26953 \begin_layout Plain Layout
26954
26955
26956 \backslash
26957 end{eqnarray*}
26958 \end_layout
26959
26960 \end_inset
26961
26962
26963 \end_layout
26964
26965 \begin_layout Standard
26966 \begin_inset VSpace bigskip
26967 \end_inset
26968
26969 同一数式内のすべての行の行間を一律に指定するには、
26970 \series bold
26971
26972 \backslash
26973 jot
26974 \series default
26975
26976 \begin_inset Index idx
26977 status collapsed
26978
26979 \begin_layout Plain Layout
26980 こまんど@コマンド ! J ! 
26981 \backslash
26982 jot
26983 \end_layout
26984
26985 \end_inset
26986
26987 変数を変更します。定義は、
26988 \begin_inset Formula $\mbox{行間}=\mathrm{6\, pt+\backslash jot}$
26989 \end_inset
26990
26991 となっています。
26992 \series bold
26993
26994 \backslash
26995 jot
26996 \series default
26997 の既定値は、3
26998 \begin_inset space \thinspace{}
26999 \end_inset
27000
27001 ptです。上記の例のように、行間を3
27002 \begin_inset space \thinspace{}
27003 \end_inset
27004
27005 mm追加するには、
27006 \end_layout
27007
27008 \begin_layout Standard
27009
27010 \series bold
27011
27012 \backslash
27013 setlength{
27014 \backslash
27015 jot}{3mm+3pt}
27016 \end_layout
27017
27018 \begin_layout Standard
27019 というコマンドを、数式直前にTeXモードで入れておきます。これを行うには、LaTeXプリアンブルに
27020 \end_layout
27021
27022 \begin_layout Standard
27023
27024 \series bold
27025
27026 \backslash
27027 usepackage{calc}
27028 \end_layout
27029
27030 \begin_layout Standard
27031 という行を入れて、LaTeXパッケージ
27032 \series bold
27033 calc
27034 \series default
27035
27036 \begin_inset Foot
27037 status collapsed
27038
27039 \begin_layout Plain Layout
27040
27041 \series bold
27042 calc
27043 \series default
27044 は標準的なLaTeX頒布版のすべてに付属しています。
27045 \end_layout
27046
27047 \end_inset
27048
27049
27050 \begin_inset Index idx
27051 status collapsed
27052
27053 \begin_layout Plain Layout
27054 ぱっけーじ@パッケージ ! calc
27055 \end_layout
27056
27057 \end_inset
27058
27059  を読み込んでおく必要があります。すると、
27060 \begin_inset ERT
27061 status collapsed
27062
27063 \begin_layout Plain Layout
27064
27065
27066 \backslash
27067 setlength{
27068 \backslash
27069 jot}{3mm+3pt}
27070 \end_layout
27071
27072 \end_inset
27073
27074
27075 \begin_inset Formula 
27076 \begin{eqnarray*}
27077 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}\\
27078 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
27079 \end{eqnarray*}
27080
27081 \end_inset
27082
27083
27084 \end_layout
27085
27086 \begin_layout Standard
27087 \begin_inset ERT
27088 status collapsed
27089
27090 \begin_layout Plain Layout
27091
27092
27093 \backslash
27094 setlength{
27095 \backslash
27096 jot}{3pt}
27097 \end_layout
27098
27099 \end_inset
27100
27101 のような結果を得ます。行間を既定値に戻すには、
27102 \series bold
27103
27104 \backslash
27105 jot
27106 \series default
27107 をふたたび3
27108 \begin_inset space \thinspace{}
27109 \end_inset
27110
27111 ptに戻します。
27112 \end_layout
27113
27114 \begin_layout Subsubsection
27115 列間
27116 \begin_inset CommandInset label
27117 LatexCommand label
27118 name "sub:列間"
27119
27120 \end_inset
27121
27122
27123 \begin_inset Index idx
27124 status collapsed
27125
27126 \begin_layout Plain Layout
27127 すうしき@数式 ! たぎょうすうしき@多行数式 ! れつかん@列間
27128 \end_layout
27129
27130 \end_inset
27131
27132
27133 \end_layout
27134
27135 \begin_layout Standard
27136 多行数式は、行列を形成します。たとえば、eqnarray環境の数式は、3列からなる行列です。この環境で列間を変更すれば、関係子周辺の余白を変更することができます
27137
27138 \end_layout
27139
27140 \begin_layout Standard
27141 列間は、
27142 \series bold
27143
27144 \backslash
27145 arraycolsep
27146 \series default
27147
27148 \begin_inset Index idx
27149 status collapsed
27150
27151 \begin_layout Plain Layout
27152 こまんど@コマンド ! A ! 
27153 \backslash
27154 arraycolsep
27155 \end_layout
27156
27157 \end_inset
27158
27159 変数を使って指定し、
27160 \begin_inset Newline newline
27161 \end_inset
27162
27163 列間 = 2
27164 \begin_inset space \thinspace{}
27165 \end_inset
27166
27167
27168 \series bold
27169
27170 \backslash
27171 arraycolsep
27172 \series default
27173
27174 \begin_inset Newline newline
27175 \end_inset
27176
27177 という関係があります。したがって、
27178 \end_layout
27179
27180 \begin_layout Standard
27181
27182 \series bold
27183
27184 \backslash
27185 setlength{
27186 \backslash
27187 arraycolsep}{1cm}
27188 \end_layout
27189
27190 \begin_layout Standard
27191 というコマンドをTeXモードで入れると、ここから後のすべての数式の列間が2
27192 \begin_inset space \thinspace{}
27193 \end_inset
27194
27195 cmになります。これを既定値に戻すには、
27196 \series bold
27197
27198 \backslash
27199 arraycolsep
27200 \series default
27201 を5
27202 \begin_inset space \thinspace{}
27203 \end_inset
27204
27205 ptに戻して下さい。
27206 \end_layout
27207
27208 \begin_layout Standard
27209 以下は、2
27210 \begin_inset space \thinspace{}
27211 \end_inset
27212
27213 cmの列間を持つ数式です。
27214 \begin_inset ERT
27215 status collapsed
27216
27217 \begin_layout Plain Layout
27218
27219
27220 \backslash
27221 setlength{
27222 \backslash
27223 arraycolsep}{1cm}
27224 \end_layout
27225
27226 \end_inset
27227
27228
27229 \begin_inset Formula 
27230 \begin{eqnarray*}
27231 A & = & B\\
27232 C & \ne & A
27233 \end{eqnarray*}
27234
27235 \end_inset
27236
27237 行列の既定の列間10
27238 \begin_inset space \thinspace{}
27239 \end_inset
27240
27241 ptを持つ数式です。
27242 \begin_inset ERT
27243 status collapsed
27244
27245 \begin_layout Plain Layout
27246
27247
27248 \backslash
27249 setlength{
27250 \backslash
27251 arraycolsep}{5pt}
27252 \end_layout
27253
27254 \end_inset
27255
27256
27257 \begin_inset Formula 
27258 \begin{eqnarray*}
27259 A & = & B\\
27260 C & \ne & A
27261 \end{eqnarray*}
27262
27263 \end_inset
27264
27265
27266 \end_layout
27267
27268 \begin_layout Subsubsection
27269 長い数式
27270 \begin_inset Index idx
27271 status collapsed
27272
27273 \begin_layout Plain Layout
27274 すうしき@数式 ! ながい@長い
27275 \end_layout
27276
27277 \end_inset
27278
27279
27280 \end_layout
27281
27282 \begin_layout Standard
27283 長い数式は、以下の方法を使って組版することができます。
27284 \end_layout
27285
27286 \begin_layout Itemize
27287 左辺ないし右辺の一方が、行幅よりもかなり短いときには、以下のように、短い方を左辺に置き、右辺を二行に分けて組版します。
27288 \begin_inset Formula 
27289 \begin{eqnarray}
27290 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 \\
27291  &  & -\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}
27292 \end{eqnarray}
27293
27294 \end_inset
27295
27296 二行目の最初のマイナス記号は、行頭の文字になってしまうため、通常、表示の上で演算子としては取り扱われません。前後に余白が置かれることもなく、分数線からも離れて表
27297 示されません。これを避けるために、マイナス記号の後に
27298 \series bold
27299
27300 \backslash
27301 hspace
27302 \series default
27303 .
27304 \begin_inset Foot
27305 status collapsed
27306
27307 \begin_layout Plain Layout
27308
27309 \series bold
27310
27311 \backslash
27312 hspace
27313 \series default
27314 に関しての詳細は、第
27315 \begin_inset CommandInset ref
27316 LatexCommand ref
27317 reference "sub:可変長の空白"
27318
27319 \end_inset
27320
27321 節をご覧下さい。
27322 \end_layout
27323
27324 \end_inset
27325
27326
27327 \begin_inset Index idx
27328 status collapsed
27329
27330 \begin_layout Plain Layout
27331 こまんど@コマンド ! H ! 
27332 \backslash
27333 hspace
27334 \end_layout
27335
27336 \end_inset
27337
27338 コマンドを使って3
27339 \begin_inset space \thinspace{}
27340 \end_inset
27341
27342 pt空白を入れてあります。
27343 \end_layout
27344
27345 \begin_layout Itemize
27346 数式の両辺がともに長すぎるときには、
27347 \series bold
27348
27349 \backslash
27350 lefteqn
27351 \series default
27352
27353 \begin_inset Index idx
27354 status collapsed
27355
27356 \begin_layout Plain Layout
27357 こまんど@コマンド ! L ! 
27358 \backslash
27359 lefteqn
27360 \end_layout
27361
27362 \end_inset
27363
27364 コマンドを使います。これを最初の行の第一列に入れると、以下のように、続きの内容が他の列にかかって表示されます。
27365 \begin_inset Formula 
27366 \begin{eqnarray}
27367 \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 \\
27368  &  & -\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 \\
27369  &  & =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}
27370 \end{eqnarray}
27371
27372 \end_inset
27373
27374
27375 \series bold
27376
27377 \backslash
27378 lefteqn
27379 \series default
27380 を入力すると、青枠から少し左にずれたところに現れる紫枠にカーソルが移るので、ここに数式を入力します。
27381 \begin_inset Newline newline
27382 \end_inset
27383
27384 二行め以降の行の内容は、二列め以降の列に挿入します。挿入する列が右になるほど、字下げの量が大きくなります。
27385 \begin_inset VSpace medskip
27386 \end_inset
27387
27388
27389 \begin_inset Newline newline
27390 \end_inset
27391
27392
27393 \begin_inset Note Greyedout
27394 status open
27395
27396 \begin_layout Plain Layout
27397
27398 \series bold
27399
27400 \backslash
27401 lefteqn
27402 \series default
27403 を使用する際には、以下のことにご注意下さい。
27404 \end_layout
27405
27406 \begin_layout Itemize
27407 数式では、ページ幅全部を使うことはしません。たとえば、上記の例で、最初の行に
27408 \begin_inset Formula $-B^{2}$
27409 \end_inset
27410
27411 という項を置いたとすると、ページ余白の領域に出てしまいますが、これはよくありません。幅をうまく使うには、最初の行の行頭に負の空白を入れる方法もあります。
27412 \end_layout
27413
27414 \begin_layout Itemize
27415 LyXのバグによって、最初の行にマウスでカーソルを入れることはできません
27416 \begin_inset Foot
27417 status collapsed
27418
27419 \begin_layout Plain Layout
27420 \begin_inset CommandInset href
27421 LatexCommand href
27422 name "LyX-bug #1429"
27423 target "http://www.lyx.org/trac/ticket/1429"
27424
27425 \end_inset
27426
27427
27428 \end_layout
27429
27430 \end_inset
27431
27432 。カーソルを行頭に合わせて、矢印
27433 \begin_inset Flex Ruby
27434 status collapsed
27435
27436 \begin_layout Plain Layout
27437
27438 \begin_inset Argument post:1
27439 status collapsed
27440
27441 \begin_layout Plain Layout
27442 キー
27443 \end_layout
27444
27445 \end_inset
27446
27447
27448 \end_layout
27449
27450 \end_inset
27451
27452 で移動するしかありません。
27453 \end_layout
27454
27455 \end_inset
27456
27457
27458 \end_layout
27459
27460 \begin_layout Itemize
27461 長い数式を組む他の方法として、第
27462 \begin_inset CommandInset ref
27463 LatexCommand ref
27464 reference "sub:multline環境"
27465
27466 \end_inset
27467
27468 節と第
27469 \begin_inset CommandInset ref
27470 LatexCommand ref
27471 reference "sub:数式の一部の多行化"
27472
27473 \end_inset
27474
27475 節で述べられている環境を用いる方法があります。
27476 \end_layout
27477
27478 \begin_layout Subsubsection
27479 多行にわたる括弧
27480 \begin_inset CommandInset label
27481 LatexCommand label
27482 name "sub:多行にわたる括弧"
27483
27484 \end_inset
27485
27486
27487 \begin_inset Index idx
27488 status collapsed
27489
27490 \begin_layout Plain Layout
27491 かっこ@括弧 ! たぎょうすうしきよう@多行数式用
27492 \end_layout
27493
27494 \end_inset
27495
27496
27497 \end_layout
27498
27499 \begin_layout Standard
27500 多行にわたる括弧を作ろうとすると、以下のような問題が生じます。
27501 \begin_inset Formula 
27502 \begin{eqnarray*}
27503 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
27504  &  & \left.\cdots+B-D\right]
27505 \end{eqnarray*}
27506
27507 \end_inset
27508
27509
27510 \end_layout
27511
27512 \begin_layout Standard
27513 可変寸法の括弧は多行にわたることができないので、閉じ括弧が初めの括弧よりも小さくなってしまっています。
27514 \end_layout
27515
27516 \begin_layout Standard
27517 二行めの括弧の大きさを正しく設定するには、最初の行の終わりを
27518 \series bold
27519
27520 \backslash
27521 right.
27522 \series default
27523
27524 \begin_inset Index idx
27525 status collapsed
27526
27527 \begin_layout Plain Layout
27528 こまんど@コマンド ! R ! 
27529 \backslash
27530 right
27531 \end_layout
27532
27533 \end_inset
27534
27535 とし、二行めの始めを
27536 \series bold
27537
27538 \backslash
27539 left.
27540 \begin_inset Foot
27541 status collapsed
27542
27543 \begin_layout Plain Layout
27544
27545 \series bold
27546
27547 \backslash
27548 left
27549 \series default
27550
27551 \series bold
27552
27553 \backslash
27554 right
27555 \series default
27556 に関する詳細は、第
27557 \begin_inset CommandInset ref
27558 LatexCommand ref
27559 reference "sub:自動の括弧丈"
27560
27561 \end_inset
27562
27563 節をご覧下さい。
27564 \end_layout
27565
27566 \end_inset
27567
27568
27569 \series default
27570
27571 \begin_inset Index idx
27572 status collapsed
27573
27574 \begin_layout Plain Layout
27575 こまんど@コマンド ! L ! 
27576 \backslash
27577 left
27578 \end_layout
27579
27580 \end_inset
27581
27582 とします。一行めにおいては、範囲付き積演算子がもっとも大きな記号であり、これが二行めの括弧の大きさにならなくてはならないので、
27583 \series bold
27584
27585 \backslash
27586 left.
27587 \series default
27588 の後に、
27589 \series bold
27590
27591 \backslash
27592 vphantom
27593 \series default
27594
27595 \begin_inset space \textvisiblespace{}
27596 \end_inset
27597
27598
27599 \series bold
27600
27601 \backslash
27602 prod
27603 \series default
27604 ^
27605 \begin_inset space \textvisiblespace{}
27606 \end_inset
27607
27608
27609 \series bold
27610
27611 \backslash
27612 infty
27613 \series default
27614
27615 \begin_inset space \textvisiblespace{}
27616 \end_inset
27617
27618
27619 \series bold
27620
27621 \begin_inset Formula $\downarrow$
27622 \end_inset
27623
27624 _R=1}
27625 \series default
27626
27627 \begin_inset Index idx
27628 status collapsed
27629
27630 \begin_layout Plain Layout
27631 こまんど@コマンド ! V ! 
27632 \backslash
27633 vphantom
27634 \end_layout
27635
27636 \end_inset
27637
27638 というコマンドを挿入します。
27639 \end_layout
27640
27641 \begin_layout Standard
27642 その結果が以下の数式です。
27643 \begin_inset Formula 
27644 \begin{eqnarray*}
27645 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
27646  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
27647 \end{eqnarray*}
27648
27649 \end_inset
27650
27651
27652 \end_layout
27653
27654 \begin_layout Subsection
27655 align環境
27656 \end_layout
27657
27658 \begin_layout Standard
27659 align環境は、すべての型の多行数式に使うことができ、とくに、いくつかの数式を並べて表示させるのに便利です。
27660 \end_layout
27661
27662 \begin_layout Standard
27663 align環境には列があり、奇数列は右揃え、偶数列は左揃えに設定されます。align環境の行にはすべて、付番することができます。
27664 \end_layout
27665
27666 \begin_layout Standard
27667 align環境は、
27668 \family sans
27669 挿入\SpecialChar \menuseparator
27670 数式
27671 \family default
27672 メニューから作ることができます。
27673 \family sans
27674 編集\SpecialChar \menuseparator
27675 数式\SpecialChar \menuseparator
27676 数式の表記を変更
27677 \family default
27678 メニューを使えば、既存の数式をalign環境に変更することができます。
27679 \end_layout
27680
27681 \begin_layout Standard
27682 列を追加したり削除したりするには、数式ツールバーボタンの
27683 \begin_inset Graphics
27684         filename ../../images/tabular-feature_append-column.png
27685         scale 85
27686
27687 \end_inset
27688
27689
27690 \begin_inset Graphics
27691         filename ../../images/tabular-feature_delete-column.png
27692         scale 85
27693
27694 \end_inset
27695
27696 を使うか、
27697 \family sans
27698 編集\SpecialChar \menuseparator
27699 行と列
27700 \family default
27701 メニューを使います。
27702 \end_layout
27703
27704 \begin_layout Subsubsection
27705 標準align環境
27706 \begin_inset CommandInset label
27707 LatexCommand label
27708 name "sub:標準align環境"
27709
27710 \end_inset
27711
27712
27713 \begin_inset Index idx
27714 status collapsed
27715
27716 \begin_layout Plain Layout
27717 すうしき@数式 ! たぎょう@多行 ! alignかんきょう@align環境
27718 \end_layout
27719
27720 \end_inset
27721
27722
27723 \end_layout
27724
27725 \begin_layout Standard
27726 このalign環境は、数式中で
27727 \begin_inset Info
27728 type  "shortcut"
27729 arg   "newline-insert newline"
27730 \end_inset
27731
27732 を押すか、
27733 \family sans
27734 挿入\SpecialChar \menuseparator
27735 数式\SpecialChar \menuseparator
27736 AMS align環境
27737 \family default
27738 メニューで作ることができます。
27739 \end_layout
27740
27741 \begin_layout Standard
27742 以下は、二つの数式を横に並べた例ですが、これは4列からなるalign環境として作ります。
27743 \begin_inset Formula 
27744 \begin{align*}
27745 A & =\sin(B) & C & =D\\
27746 C & \ne A & B & \ne D
27747 \end{align*}
27748
27749 \end_inset
27750
27751 ご覧になって分かるように、この環境の数式は、一列めの前と偶数列の後に
27752 \series bold
27753
27754 \backslash
27755 hfill
27756 \begin_inset Foot
27757 status collapsed
27758
27759 \begin_layout Plain Layout
27760
27761 \series bold
27762
27763 \backslash
27764 hfill
27765 \series default
27766 に関する詳細は、第
27767 \begin_inset CommandInset ref
27768 LatexCommand ref
27769 reference "sub:可変長の空白"
27770
27771 \end_inset
27772
27773 節をご覧下さい。
27774 \end_layout
27775
27776 \end_inset
27777
27778
27779 \series default
27780 があるかのように配置されます。数式様式として
27781 \series bold
27782 行頭下げ
27783 \begin_inset Foot
27784 status collapsed
27785
27786 \begin_layout Plain Layout
27787
27788 \series bold
27789 数式様式については、第
27790 \series default
27791
27792 \begin_inset CommandInset ref
27793 LatexCommand ref
27794 reference "sec:数式様式"
27795
27796 \end_inset
27797
27798 節をご覧下さい。
27799 \end_layout
27800
27801 \end_inset
27802
27803
27804 \series default
27805 を使う場合には、第一列の前の
27806 \series bold
27807
27808 \backslash
27809 hfill
27810 \series default
27811 はない形で数式が設定されます。
27812 \end_layout
27813
27814 \begin_layout Subsubsection
27815 alignat環境
27816 \begin_inset Index idx
27817 status collapsed
27818
27819 \begin_layout Plain Layout
27820 すうしき@数式 ! たぎょう@多行 ! alignatかんきょう@alignat環境
27821 \end_layout
27822
27823 \end_inset
27824
27825
27826 \end_layout
27827
27828 \begin_layout Standard
27829 alignat環境には、事前に設定された列間が存在しません。列間は、必要ならば、第
27830 \begin_inset CommandInset ref
27831 LatexCommand ref
27832 reference "sub:空白"
27833
27834 \end_inset
27835
27836 節に述べられている空白を使用して手動で入れます。
27837 \end_layout
27838
27839 \begin_layout Standard
27840 以下は、上記の例をalignat環境に設定し、二つめの数式の頭に1
27841 \begin_inset space \thinspace{}
27842 \end_inset
27843
27844 cmの空白を入れたものです。
27845 \begin_inset Formula 
27846 \begin{alignat*}{2}
27847 A & =\sin(B) & \hspace{1cm}C & =D\\
27848 C & \ne A & B & \ne D
27849 \end{alignat*}
27850
27851 \end_inset
27852
27853 列間を各列ごとに設定することができるので、この環境は、とくに三つないし四つの数式を横に並べるのに向いています。
27854 \end_layout
27855
27856 \begin_layout Subsubsection
27857 flalign環境
27858 \begin_inset CommandInset label
27859 LatexCommand label
27860 name "sub:flalign環境"
27861
27862 \end_inset
27863
27864
27865 \begin_inset Index idx
27866 status collapsed
27867
27868 \begin_layout Plain Layout
27869 すうしき@数式 ! たぎょう@多行 ! flalignかんきょう@flalign環境
27870 \end_layout
27871
27872 \end_inset
27873
27874
27875 \end_layout
27876
27877 \begin_layout Standard
27878 この環境では、つねに、最初の二列をできるだけ左寄せにし、最後の二列をできるだけ右寄せにするように設定されます。以下がその例です。
27879 \begin_inset Formula 
27880 \begin{flalign*}
27881 A & =1 & B & =2 & C & =3\\
27882 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
27883 \end{flalign*}
27884
27885 \end_inset
27886
27887
27888 \end_layout
27889
27890 \begin_layout Standard
27891 奇数列のflalign環境を作成し、最後の列に空のTeX括弧を入れておくと、数式様式として
27892 \series bold
27893 中央揃え
27894 \series default
27895 が用いられているときでも、一部の数式を左寄せにすることができます。以下は、例として
27896 \begin_inset CommandInset ref
27897 LatexCommand eqref
27898 reference "eq:VolInt"
27899
27900 \end_inset
27901
27902 式を行頭下げにしたものです。
27903 \begin_inset Formula 
27904 \begin{flalign}
27905 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}
27906 \end{flalign}
27907
27908 \end_inset
27909
27910 ここで、最初の二列には数式が入れられており、行頭下げ数式様式と同等の字下げを行うために、30
27911 \begin_inset space \thinspace{}
27912 \end_inset
27913
27914 ptの空白が第1列の頭に入れてあります。
27915 \end_layout
27916
27917 \begin_layout Subsection
27918 eqnarray環境
27919 \begin_inset CommandInset label
27920 LatexCommand label
27921 name "sub:eqnarray環境"
27922
27923 \end_inset
27924
27925
27926 \begin_inset Index idx
27927 status collapsed
27928
27929 \begin_layout Plain Layout
27930 すうしき@数式 ! たぎょう@多行 ! eqnarrayかんきょう@eqnarray環境
27931 \end_layout
27932
27933 \end_inset
27934
27935
27936 \end_layout
27937
27938 \begin_layout Standard
27939 この環境を作成すると、三つの青枠が現れます。最初の枠の内容は右寄せに設定され、最後の枠の内容は左寄せに設定されます。中央の枠は、関係子のみを入れることを想定して
27940 いるので、その内容は中央揃えで少し小さく設定されます。
27941 \begin_inset Formula 
27942 \begin{eqnarray*}
27943 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
27944 AB & AB & AB\\
27945 A & = & A
27946 \end{eqnarray*}
27947
27948 \end_inset
27949
27950
27951 \end_layout
27952
27953 \begin_layout Subsection
27954 gather環境
27955 \begin_inset Index idx
27956 status collapsed
27957
27958 \begin_layout Plain Layout
27959 すうしき@数式 ! たぎょう@多行 ! gatherかんきょう@gather環境
27960 \end_layout
27961
27962 \end_inset
27963
27964
27965 \end_layout
27966
27967 \begin_layout Standard
27968 この環境には、中央揃えに設定された列一つしかありません。行はすべて付番することができます。
27969 \begin_inset Formula 
27970 \begin{gather}
27971 A=1\\
27972 X=\textrm{-}1
27973 \end{gather}
27974
27975 \end_inset
27976
27977
27978 \end_layout
27979
27980 \begin_layout Subsection
27981 multline環境
27982 \begin_inset CommandInset label
27983 LatexCommand label
27984 name "sub:multline環境"
27985
27986 \end_inset
27987
27988
27989 \begin_inset Index idx
27990 status collapsed
27991
27992 \begin_layout Plain Layout
27993 すうしき@数式 ! たぎょう@多行 ! multlineかんきょう@multpline環境
27994 \end_layout
27995
27996 \end_inset
27997
27998
27999 \end_layout
28000
28001 \begin_layout Standard
28002 gather環境同様、multline環境には、中央揃えに設定された列一つしかありません。ただし、一行めが左揃えに設定され、最終行が右揃えに設定されるのです。他
28003 の行はすべて中央揃えになります。このことから、この環境は、長い数式に使うのに向いています。用例として、
28004 \begin_inset CommandInset ref
28005 LatexCommand eqref
28006 reference "eq:lefteqn"
28007
28008 \end_inset
28009
28010 式をmultline環境に置いたものを示します。
28011 \begin_inset Formula 
28012 \begin{multline}
28013 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}\\
28014 -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}\\
28015 =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}}
28016 \end{multline}
28017
28018 \end_inset
28019
28020
28021 \end_layout
28022
28023 \begin_layout Standard
28024 文書の付番設定が右寄せ(左寄せ)になっているときには、出力では、multline環境の最後(最初)の行だけが付番されます
28025 \begin_inset Foot
28026 status collapsed
28027
28028 \begin_layout Plain Layout
28029 付番様式については、第
28030 \begin_inset CommandInset ref
28031 LatexCommand ref
28032 reference "sec:数式様式"
28033
28034 \end_inset
28035
28036 節を参照。
28037 \end_layout
28038
28039 \end_inset
28040
28041
28042 \end_layout
28043
28044 \begin_layout Standard
28045
28046 \series bold
28047
28048 \backslash
28049 shoveright
28050 \begin_inset Index idx
28051 status collapsed
28052
28053 \begin_layout Plain Layout
28054 こまんど@コマンド ! S ! 
28055 \backslash
28056 shoveright
28057 \end_layout
28058
28059 \end_inset
28060
28061 コマンドや
28062 \backslash
28063 shoveleft
28064 \begin_inset Index idx
28065 status collapsed
28066
28067 \begin_layout Plain Layout
28068 こまんど@コマンド ! S ! 
28069 \backslash
28070 shoveleft
28071 \end_layout
28072
28073 \end_inset
28074
28075
28076 \series default
28077 コマンドを使えば、中央揃えの行を右寄せや左寄せにすることができます。これらのコマンドは、以下のようにして使います。
28078 \end_layout
28079
28080 \begin_layout Standard
28081
28082 \series bold
28083
28084 \backslash
28085 shoveright{行の内容}
28086 \series default
28087 あるいは
28088 \series bold
28089
28090 \backslash
28091 shoveleft{行の内容}
28092 \end_layout
28093
28094 \begin_layout Standard
28095 \begin_inset VSpace medskip
28096 \end_inset
28097
28098
28099 \series bold
28100
28101 \backslash
28102 multlinegap
28103 \begin_inset Index idx
28104 status collapsed
28105
28106 \begin_layout Plain Layout
28107 こまんど@コマンド ! M ! 
28108 \backslash
28109 multlinegap
28110 \end_layout
28111
28112 \end_inset
28113
28114
28115 \series default
28116 長は、一行めの左ページ余白からの距離を指定します。既定値は0
28117 \begin_inset space \thinspace{}
28118 \end_inset
28119
28120 ptの長さです。
28121 \end_layout
28122
28123 \begin_layout Standard
28124 以下は、上記の数式に
28125 \end_layout
28126
28127 \begin_layout Standard
28128
28129 \series bold
28130
28131 \backslash
28132 setlength{
28133 \backslash
28134 multlinegap}{2cm}
28135 \end_layout
28136
28137 \begin_layout Standard
28138 というコマンドを、TeXモードで直前に挿入した例です。
28139 \begin_inset ERT
28140 status collapsed
28141
28142 \begin_layout Plain Layout
28143
28144
28145 \backslash
28146 setlength{
28147 \backslash
28148 multlinegap}{2cm}
28149 \end_layout
28150
28151 \end_inset
28152
28153
28154 \begin_inset Formula 
28155 \begin{multline}
28156 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}\\
28157 \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}}\\
28158 =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}}
28159 \end{multline}
28160
28161 \end_inset
28162
28163
28164 \begin_inset ERT
28165 status collapsed
28166
28167 \begin_layout Plain Layout
28168
28169
28170 \backslash
28171 setlength{
28172 \backslash
28173 multlinegap}{0pt}
28174 \end_layout
28175
28176 \end_inset
28177
28178 二行めは、
28179 \series bold
28180
28181 \backslash
28182 shoveleft
28183 \series default
28184 を使って左揃えにしています。
28185 \end_layout
28186
28187 \begin_layout Subsection
28188 数式の一部の多行化
28189 \begin_inset CommandInset label
28190 LatexCommand label
28191 name "sub:数式の一部の多行化"
28192
28193 \end_inset
28194
28195
28196 \begin_inset Index idx
28197 status collapsed
28198
28199 \begin_layout Plain Layout
28200 すうしき@数式 ! たぎょう@多行 ! すうしきのいちぶ@数式の一部
28201 \end_layout
28202
28203 \end_inset
28204
28205
28206 \end_layout
28207
28208 \begin_layout Standard
28209 数式の一部分のみを多行表示したい場合には、
28210 \series bold
28211 aligned
28212 \series default
28213
28214 \series bold
28215 alignedat
28216 \series default
28217
28218 \series bold
28219 gathered
28220 \series default
28221
28222 \series bold
28223 split
28224 \series default
28225 のうちのいずれかの環境を使用します。これらは、
28226 \family sans
28227 挿入\SpecialChar \menuseparator
28228 数式
28229 \family default
28230 メニューか、本節で解説している各コマンドを使用して挿入することができます。
28231 \end_layout
28232
28233 \begin_layout Standard
28234 最初の三つの環境は、環境名から
28235 \series bold
28236 ed
28237 \series default
28238 を省いた同名の多行数式環境と同じ性格を持ちますが、環境の前後に数式を続けることが可能です。たとえば、
28239 \begin_inset Formula 
28240 \[
28241 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
28242 \Delta E\Delta t & \ge\frac{\hbar}{2}
28243 \end{aligned}
28244 \right\} \textrm{不確定性原理}
28245 \]
28246
28247 \end_inset
28248
28249
28250 \end_layout
28251
28252 \begin_layout Standard
28253 この数式を作るには、別行立て数式をまず作っておいて、そこに
28254 \series bold
28255
28256 \backslash
28257 aligned
28258 \begin_inset Index idx
28259 status collapsed
28260
28261 \begin_layout Plain Layout
28262 こまんど@コマンド ! A ! 
28263 \backslash
28264 aligned
28265 \end_layout
28266
28267 \end_inset
28268
28269
28270 \series default
28271 コマンドを挿入しています。紫枠の中に青枠が現れるので、そこに必要に応じて、列や行を加えていきます。この多行環境の外には、括弧などの他の数式要素を入れることができ
28272 ます。
28273 \end_layout
28274
28275 \begin_layout Standard
28276 aligned環境は、長い数式を水平方向を揃えて表示するのにも向いています。別行立て数式内でalignedを用いるようにすると、数式番号を行末の、数式全高の中心
28277 に配置できる利点があります。以下に例として、
28278 \begin_inset CommandInset ref
28279 LatexCommand eqref
28280 reference "eq:shortlong"
28281
28282 \end_inset
28283
28284 式にaligned環境を適用したものを示します。
28285 \begin_inset Formula 
28286 \begin{equation}
28287 \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}|}\\
28288  & -\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}|}
28289 \end{aligned}
28290 \end{equation}
28291
28292 \end_inset
28293
28294
28295 \end_layout
28296
28297 \begin_layout Standard
28298
28299 \series bold
28300 alignedat
28301 \series default
28302
28303 \series bold
28304 gathered
28305 \series default
28306
28307 \series bold
28308 split
28309 \series default
28310 の各環境を使うには、それぞれ
28311 \series bold
28312
28313 \backslash
28314 alignedat
28315 \series default
28316
28317 \begin_inset Index idx
28318 status collapsed
28319
28320 \begin_layout Plain Layout
28321 こまんど@コマンド ! A ! 
28322 \backslash
28323 alignedat
28324 \end_layout
28325
28326 \end_inset
28327
28328
28329 \series bold
28330
28331 \backslash
28332 gathered
28333 \series default
28334
28335 \begin_inset Index idx
28336 status collapsed
28337
28338 \begin_layout Plain Layout
28339 こまんど@コマンド ! G ! 
28340 \backslash
28341 gathered
28342 \end_layout
28343
28344 \end_inset
28345
28346
28347 \series bold
28348
28349 \backslash
28350 split
28351 \series default
28352
28353 \begin_inset Index idx
28354 status collapsed
28355
28356 \begin_layout Plain Layout
28357 こまんど@コマンド ! S ! 
28358 \backslash
28359 split
28360 \end_layout
28361
28362 \end_inset
28363
28364 の各コマンドを挿入します。split環境は、aligned環境と同じ性格を持ちますが、二つの列しか作ることができません。
28365 \end_layout
28366
28367 \begin_layout Subsection
28368 多行数式中のテキスト
28369 \begin_inset CommandInset label
28370 LatexCommand label
28371 name "sub:多行数式中のテキスト"
28372
28373 \end_inset
28374
28375
28376 \begin_inset Index idx
28377 status collapsed
28378
28379 \begin_layout Plain Layout
28380 てきすと@テキスト ! すうしきちゅうの@数式中の
28381 \end_layout
28382
28383 \end_inset
28384
28385
28386 \begin_inset Index idx
28387 status collapsed
28388
28389 \begin_layout Plain Layout
28390 すうしき@数式 ! たぎょう@多行 ! てきすと@テキスト
28391 \end_layout
28392
28393 \end_inset
28394
28395
28396 \end_layout
28397
28398 \begin_layout Standard
28399 各align系環境およびmultline・gather環境では、独立した行に列揃えの影響を受けない形でテキストを挿入することができます。これを行うには、以下の書
28400 式を持つ
28401 \series bold
28402
28403 \backslash
28404 intertext
28405 \series default
28406
28407 \begin_inset Index idx
28408 status collapsed
28409
28410 \begin_layout Plain Layout
28411 こまんど@コマンド ! I ! 
28412 \backslash
28413 intertext
28414 \end_layout
28415
28416 \end_inset
28417
28418 コマンドを使います。
28419 \end_layout
28420
28421 \begin_layout Standard
28422
28423 \series bold
28424
28425 \backslash
28426 intertext{テキスト}
28427 \end_layout
28428
28429 \begin_layout Standard
28430 テキストのハイフネーションを行うことはできないので、テキストは一行に収めなくてはなりません。LyXは、現時点では
28431 \series bold
28432
28433 \backslash
28434 intertext
28435 \series default
28436 を直接サポートしていないので、テキストは数式テキストとして書き入れます。ここで、
28437 \series bold
28438
28439 \backslash
28440 intertext
28441 \series default
28442 は行頭になくてはならず、当該行の上に出力されます。以下は、二行めの行頭にテキストを入れた例です。
28443 \begin_inset Formula 
28444 \begin{align}
28445 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
28446 \intertext{\text{被積分函数は\ensuremath{\phi=\pi}において対称なので、}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
28447 \end{align}
28448
28449 \end_inset
28450
28451
28452 \begin_inset Newpage newpage
28453 \end_inset
28454
28455
28456 \end_layout
28457
28458 \begin_layout Section
28459 数式番号
28460 \begin_inset Index idx
28461 status collapsed
28462
28463 \begin_layout Plain Layout
28464 すうしきばんごう@数式番号
28465 \end_layout
28466
28467 \end_inset
28468
28469
28470 \begin_inset Index idx
28471 status collapsed
28472
28473 \begin_layout Plain Layout
28474 すうしき@数式 ! ばんごう@番号|see
28475 \begin_inset ERT
28476 status collapsed
28477
28478 \begin_layout Plain Layout
28479
28480 {
28481 \end_layout
28482
28483 \end_inset
28484
28485 数式番号
28486 \begin_inset ERT
28487 status collapsed
28488
28489 \begin_layout Plain Layout
28490
28491 }
28492 \end_layout
28493
28494 \end_inset
28495
28496
28497 \end_layout
28498
28499 \end_inset
28500
28501
28502 \end_layout
28503
28504 \begin_layout Subsection
28505 概要
28506 \end_layout
28507
28508 \begin_layout Standard
28509 付番数式は、
28510 \family sans
28511 挿入\SpecialChar \menuseparator
28512 数式\SpecialChar \menuseparator
28513 付番数式
28514 \family default
28515 メニュー(
28516 \begin_inset Flex Ruby
28517 status collapsed
28518
28519 \begin_layout Plain Layout
28520 捷径
28521 \begin_inset Argument post:1
28522 status collapsed
28523
28524 \begin_layout Plain Layout
28525 ショートカット
28526 \end_layout
28527
28528 \end_inset
28529
28530
28531 \end_layout
28532
28533 \end_inset
28534
28535
28536 \family sans
28537 Ctrl+Alt
28538 \begin_inset space ~
28539 \end_inset
28540
28541 N
28542 \family default
28543 )で作ることができます。既存の数式に番号を振るには、
28544 \family sans
28545 編集\SpecialChar \menuseparator
28546 数式\SpecialChar \menuseparator
28547 数式全体を付番
28548 \family default
28549 メニュー(捷径
28550 \begin_inset Info
28551 type  "shortcut"
28552 arg   "math-number-toggle"
28553 \end_inset
28554
28555 )を使います。LyX中において数式番号は、数式の後に括弧に囲まれた「#」で表されます。「#」は、実際の出力では数式番号に置き換えられます。
28556 \end_layout
28557
28558 \begin_layout Standard
28559 多行数式で付番が有効になっているときには、すべての行に番号が振られます。ただし、
28560 \family sans
28561 編集\SpecialChar \menuseparator
28562 数式\SpecialChar \menuseparator
28563 この行を付番
28564 \family default
28565 メニュー(捷径
28566 \begin_inset Info
28567 type  "shortcut"
28568 arg   "math-number-line-toggle"
28569 \end_inset
28570
28571 )を使用すれば、各行毎に付番するかどうか指定することができます。
28572 \end_layout
28573
28574 \begin_layout Standard
28575 行内数式を除いて、すべての数式は二通りの様式で番号を振ることができます。第
28576 \begin_inset CommandInset ref
28577 LatexCommand ref
28578 reference "sec:数式様式"
28579
28580 \end_inset
28581
28582 節をご覧下さい。
28583 \end_layout
28584
28585 \begin_layout Subsection
28586 相互参照
28587 \begin_inset Index idx
28588 status collapsed
28589
28590 \begin_layout Plain Layout
28591 そうごさんしょう@相互参照 ! すうしきへの@数式への
28592 \end_layout
28593
28594 \end_inset
28595
28596
28597 \end_layout
28598
28599 \begin_layout Standard
28600 ラベルを付けた数式は、すべて相互参照することができます。ラベルは、
28601 \family sans
28602 挿入\SpecialChar \menuseparator
28603 ラベル
28604 \family default
28605 メニューか、ツールバーボタンの
28606 \begin_inset Graphics
28607         filename ../../images/label-insert.png
28608         scale 85
28609
28610 \end_inset
28611
28612 で付けることができます。このとき、カーソルは別行立て数式の中になくてはなりません。すると、テキストフィールドの中に
28613 \series bold
28614 eq:と
28615 \series default
28616 いう接頭語の入ったダイアログが現れるので、接頭語の後にラベルを挿入します。この既定の接頭辞は「equation(数式)」を意味し、こうして数式ラベルであるとの標
28617 を付けることによって、節ラベルなどから区別し、大きな文書の中でラベルを見つけるのを容易にします。ラベルを変更するには、
28618 \family sans
28619 挿入\SpecialChar \menuseparator
28620 ラベル
28621 \family default
28622 メニューをもういちど使って下さい。
28623 \end_layout
28624
28625 \begin_layout Standard
28626 LyX中でラベル名は、数式の後ろに、二つの括弧に囲まれて表示されます。ラベル付きの数式はつねに付番されます。
28627 \end_layout
28628
28629 \begin_layout Standard
28630 相互参照は、
28631 \family sans
28632 挿入\SpecialChar \menuseparator
28633 相互参照
28634 \family default
28635 メニューかツールバーボタンの
28636 \begin_inset Graphics
28637         filename ../../images/dialog-show-new-inset_ref.png
28638         scale 85
28639
28640 \end_inset
28641
28642 を使って挿入します。数式相互参照は、出力では数式番号として表示されます。相互参照ダイアログで「
28643 \series bold
28644 (<参照>)
28645 \series default
28646 」書式を選択した場合には、出力での相互参照は、括弧に囲まれた数式番号として表示されます。
28647 \begin_inset Newline newline
28648 \end_inset
28649
28650 LyX中で相互参照を右クリックすると、参照先の数式に移動することができます。
28651 \end_layout
28652
28653 \begin_layout Standard
28654 以下は、後の各小節に現れる数式への相互参照を含む例です。
28655 \begin_inset Note Note
28656 status open
28657
28658 \begin_layout Plain Layout
28659 相互参照の型の違いに留意してください。
28660 \end_layout
28661
28662 \end_inset
28663
28664
28665 \end_layout
28666
28667 \begin_layout Standard
28668 \begin_inset CommandInset ref
28669 LatexCommand eqref
28670 reference "eq:tag"
28671
28672 \end_inset
28673
28674 式と
28675 \begin_inset CommandInset ref
28676 LatexCommand eqref
28677 reference "eq:c"
28678
28679 \end_inset
28680
28681 式は、等価です。(
28682 \begin_inset CommandInset ref
28683 LatexCommand ref
28684 reference "eq:Rom"
28685
28686 \end_inset
28687
28688 )式とは異なり、(
28689 \begin_inset CommandInset ref
28690 LatexCommand ref
28691 reference "eq:Lat"
28692
28693 \end_inset
28694
28695 )式では、付番にラテン数字を使用しています。
28696 \end_layout
28697
28698 \begin_layout Standard
28699 \begin_inset VSpace medskip
28700 \end_inset
28701
28702
28703 \series bold
28704
28705 \backslash
28706 tag
28707 \begin_inset Foot
28708 status collapsed
28709
28710 \begin_layout Plain Layout
28711
28712 \series bold
28713
28714 \backslash
28715 tag
28716 \series default
28717 は、第
28718 \begin_inset CommandInset ref
28719 LatexCommand ref
28720 reference "sub:ユーザー定義番号"
28721
28722 \end_inset
28723
28724 節に説明があります。
28725 \end_layout
28726
28727 \end_inset
28728
28729
28730 \series default
28731 の引数が、第
28732 \begin_inset CommandInset ref
28733 LatexCommand ref
28734 reference "sub:段落ボックス"
28735
28736 \end_inset
28737
28738 節で述べたボックスを含んでいるときには、その数式を参照することはできません。
28739 \end_layout
28740
28741 \begin_layout Subsection
28742 細目番号
28743 \begin_inset Index idx
28744 status collapsed
28745
28746 \begin_layout Plain Layout
28747 すうしきばんごう@数式番号 ! さいもくばんごう@細目番号
28748 \end_layout
28749
28750 \end_inset
28751
28752
28753 \end_layout
28754
28755 \begin_layout Standard
28756
28757 \series bold
28758
28759 \backslash
28760 begin{subequations}
28761 \series default
28762 および
28763 \series bold
28764
28765 \backslash
28766 end{subequations}
28767 \series default
28768 コマンドを使うと、数式に細目番号を付けることができます。これらのコマンドは、TeXモードで入れます。
28769 \end_layout
28770
28771 \begin_layout Standard
28772 たとえば、
28773 \begin_inset Formula 
28774 \begin{equation}
28775 A=C-B\label{eq:a}
28776 \end{equation}
28777
28778 \end_inset
28779
28780
28781 \begin_inset ERT
28782 status collapsed
28783
28784 \begin_layout Plain Layout
28785
28786
28787 \backslash
28788 addtocounter{equation}{-1}
28789 \end_layout
28790
28791 \end_inset
28792
28793
28794 \begin_inset ERT
28795 status collapsed
28796
28797 \begin_layout Plain Layout
28798
28799
28800 \backslash
28801 begin{subequations}
28802 \end_layout
28803
28804 \end_inset
28805
28806
28807 \begin_inset VSpace -5mm
28808 \end_inset
28809
28810
28811 \begin_inset Formula 
28812 \begin{equation}
28813 B=C-A\label{eq:b}
28814 \end{equation}
28815
28816 \end_inset
28817
28818
28819 \begin_inset Formula 
28820 \begin{equation}
28821 C=A+B\label{eq:c}
28822 \end{equation}
28823
28824 \end_inset
28825
28826
28827 \end_layout
28828
28829 \begin_layout Standard
28830 \begin_inset ERT
28831 status collapsed
28832
28833 \begin_layout Plain Layout
28834
28835
28836 \backslash
28837 end{subequations}
28838 \end_layout
28839
28840 \end_inset
28841
28842
28843 \end_layout
28844
28845 \begin_layout Standard
28846 この例を作るには、次のようにします。
28847 \end_layout
28848
28849 \begin_layout Enumerate
28850 一つめの数式を入力します。
28851 \end_layout
28852
28853 \begin_layout Enumerate
28854 一つめの数式の後に
28855 \begin_inset Newline newline
28856 \end_inset
28857
28858
28859 \series bold
28860
28861 \backslash
28862 addtocounter{equation}{-1} 
28863 \backslash
28864 begin{subequations}
28865 \begin_inset Index idx
28866 status collapsed
28867
28868 \begin_layout Plain Layout
28869 こまんど@コマンド ! A ! 
28870 \backslash
28871 addtocounter
28872 \end_layout
28873
28874 \end_inset
28875
28876
28877 \begin_inset Newline newline
28878 \end_inset
28879
28880
28881 \series default
28882 を入力します。
28883 \end_layout
28884
28885 \begin_layout Enumerate
28886 二つめの数式を入力します。
28887 \end_layout
28888
28889 \begin_layout Enumerate
28890 三つめの数式を入力します。
28891 \end_layout
28892
28893 \begin_layout Enumerate
28894 三つめの数式の後に、
28895 \series bold
28896
28897 \backslash
28898 end{subequations}
28899 \series default
28900 を入力します。
28901 \end_layout
28902
28903 \begin_layout Standard
28904
28905 \series bold
28906
28907 \backslash
28908 begin
28909 \series default
28910 コマンドと
28911 \series bold
28912
28913 \backslash
28914 end
28915 \series default
28916 コマンドのあいだの数式はすべて、a・b・
28917 \begin_inset Newline linebreak
28918 \end_inset
28919
28920 c\SpecialChar \ldots{}
28921 のように細目番号が振られます。多行数式の場合は、すべての行に細目番号が振られます。細目番号が振られた数式はすべて、
28922 \emph on
28923 ひとつの
28924 \emph default
28925 付番数式として扱われますが、それぞれの付番数式が
28926 \series bold
28927 equation
28928 \series default
28929 カウンタを一つずつ進めてしまうので、
28930 \series bold
28931
28932 \backslash
28933 addtocounter
28934 \series default
28935 コマンドを使ってカウンタを戻さなくてはなりません。これを怠ると、
28936 \begin_inset CommandInset ref
28937 LatexCommand eqref
28938 reference "eq:a"
28939
28940 \end_inset
28941
28942 式・
28943 \begin_inset CommandInset ref
28944 LatexCommand eqref
28945 reference "eq:b"
28946
28947 \end_inset
28948
28949 式・
28950 \begin_inset CommandInset ref
28951 LatexCommand eqref
28952 reference "eq:c"
28953
28954 \end_inset
28955
28956 式は、それぞれ
28957 \begin_inset CommandInset ref
28958 LatexCommand eqref
28959 reference "eq:a"
28960
28961 \end_inset
28962
28963 式・
28964 \begin_inset CommandInset ref
28965 LatexCommand eqref
28966 reference "eq:d"
28967
28968 \end_inset
28969
28970 式・
28971 \begin_inset CommandInset ref
28972 LatexCommand eqref
28973 reference "eq:f"
28974
28975 \end_inset
28976
28977 式として番号が振られてしまいます。
28978 \end_layout
28979
28980 \begin_layout Standard
28981 上記のように、コマンドをTeXモードで入れると、最初の二つの数式のあいだに空白が生じてしまいます。これを戻すために、-5
28982 \begin_inset space \thinspace{}
28983 \end_inset
28984
28985 mmの垂直空白を
28986 \series bold
28987
28988 \backslash
28989 begin{subequations}
28990 \series default
28991 コマンドの後に入れています。数式様式として
28992 \series bold
28993 行頭下げ
28994 \begin_inset Foot
28995 status collapsed
28996
28997 \begin_layout Plain Layout
28998
28999 \series bold
29000 数式様式に関しては、第
29001 \series default
29002
29003 \begin_inset CommandInset ref
29004 LatexCommand ref
29005 reference "sec:数式様式"
29006
29007 \end_inset
29008
29009 節を参照。
29010 \end_layout
29011
29012 \end_inset
29013
29014
29015 \series default
29016 を用いているときには、これを-7
29017 \begin_inset space \thinspace{}
29018 \end_inset
29019
29020 mm空白にしてください。
29021 \end_layout
29022
29023 \begin_layout Standard
29024 以下は、二行めのみ付番を無効にしている多行数式の例です。
29025 \begin_inset ERT
29026 status collapsed
29027
29028 \begin_layout Plain Layout
29029
29030
29031 \backslash
29032 begin{subequations}
29033 \end_layout
29034
29035 \end_inset
29036
29037
29038 \begin_inset Formula 
29039 \begin{eqnarray}
29040 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
29041  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
29042  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
29043 \end{eqnarray}
29044
29045 \end_inset
29046
29047
29048 \begin_inset ERT
29049 status collapsed
29050
29051 \begin_layout Plain Layout
29052
29053
29054 \backslash
29055 end{subequations}
29056 \end_layout
29057
29058 \end_inset
29059
29060
29061 \end_layout
29062
29063 \begin_layout Subsection
29064 ユーザー定義番号
29065 \begin_inset CommandInset label
29066 LatexCommand label
29067 name "sub:ユーザー定義番号"
29068
29069 \end_inset
29070
29071
29072 \begin_inset Index idx
29073 status collapsed
29074
29075 \begin_layout Plain Layout
29076 すうしきばんごう@数式番号 ! ゆーざーていぎ@ユーザー定義
29077 \end_layout
29078
29079 \end_inset
29080
29081
29082 \end_layout
29083
29084 \begin_layout Standard
29085 \begin_inset Index idx
29086 status collapsed
29087
29088 \begin_layout Plain Layout
29089 すうしきばんごう@数式番号 ! じこていぎくぎり@自己定義区切り
29090 \end_layout
29091
29092 \end_inset
29093
29094 標準の付番では、数式番号の周りに括弧が表示されます。括弧をたとえば縦棒に置き換えるには、LaTeXプリアンブルに以下の行を付け加えます。
29095 \end_layout
29096
29097 \begin_layout Standard
29098
29099 \series bold
29100
29101 \backslash
29102 def
29103 \backslash
29104 tagform@#1{
29105 \backslash
29106 maketag@@@{
29107 \series default
29108
29109 \begin_inset Formula $\boldsymbol{|}$
29110 \end_inset
29111
29112
29113 \series bold
29114 #1
29115 \series default
29116
29117 \begin_inset Formula $\boldsymbol{|}$
29118 \end_inset
29119
29120
29121 \series bold
29122 }}
29123 \series default
29124
29125 \begin_inset Note Note
29126 status collapsed
29127
29128 \begin_layout Plain Layout
29129 このマクロは、テスト用にLaTeXプリアンブルで既に宣言されています。これを有効にするには、最初のパーセント記号を取り除いて下さい。
29130 \end_layout
29131
29132 \end_inset
29133
29134
29135 \end_layout
29136
29137 \begin_layout Standard
29138 他の記号を使いたいときには、
29139 \series bold
29140 #1
29141 \series default
29142 脇の縦棒を一つないし複数の文字で置き換えて下さい。数式番号だけで良い時は、縦棒を削除して下さい。
29143 \end_layout
29144
29145 \begin_layout Standard
29146 \begin_inset VSpace bigskip
29147 \end_inset
29148
29149 数式の後ろに、括弧に囲まれた連番の代わりに、何かしらの表現が欲しいときには、以下のように
29150 \series bold
29151
29152 \backslash
29153 tag
29154 \series default
29155
29156 \begin_inset Index idx
29157 status collapsed
29158
29159 \begin_layout Plain Layout
29160 こまんど@コマンド ! T ! 
29161 \backslash
29162 tag
29163 \end_layout
29164
29165 \end_inset
29166
29167 コマンドを使います。
29168 \begin_inset Formula 
29169 \begin{equation}
29170 A+B=C\tag{何とかかんとか}\label{eq:tag}
29171 \end{equation}
29172
29173 \end_inset
29174
29175 上記の例では、
29176 \series bold
29177
29178 \backslash
29179 tag
29180 \begin_inset space \textvisiblespace{}
29181 \end_inset
29182
29183 何とかかんとか
29184 \series default
29185 というコマンドを数式に打ち込んでいます。
29186 \end_layout
29187
29188 \begin_layout Standard
29189 代わりに
29190 \series bold
29191
29192 \backslash
29193 tag*
29194 \begin_inset space \textvisiblespace{}
29195 \end_inset
29196
29197 何とかかんとか
29198 \series default
29199 というコマンドを使うと、星印は表現の周りの括弧を抑制するので、以下のようになります。
29200 \begin_inset Formula 
29201 \[
29202 A+B=C\tag*{something}
29203 \]
29204
29205 \end_inset
29206
29207
29208 \end_layout
29209
29210 \begin_layout Standard
29211 \begin_inset VSpace bigskip
29212 \end_inset
29213
29214 数式番号を、文書中の新しい部門や節ごとに振りなおしたいときには、部に関しては
29215 \begin_inset Newline newline
29216 \end_inset
29217
29218
29219 \series bold
29220
29221 \backslash
29222 @addtoreset{equation}{part}
29223 \series default
29224
29225 \begin_inset Index idx
29226 status collapsed
29227
29228 \begin_layout Plain Layout
29229 こまんど@コマンド ! 
29230 \begin_inset ERT
29231 status collapsed
29232
29233 \begin_layout Plain Layout
29234
29235 "
29236 \end_layout
29237
29238 \end_inset
29239
29240 @
29241 \begin_inset ERT
29242 status collapsed
29243
29244 \begin_layout Plain Layout
29245
29246 "
29247 \end_layout
29248
29249 \end_inset
29250
29251  ! 
29252 \backslash
29253
29254 \begin_inset ERT
29255 status collapsed
29256
29257 \begin_layout Plain Layout
29258
29259 "
29260 \end_layout
29261
29262 \end_inset
29263
29264 @
29265 \begin_inset ERT
29266 status collapsed
29267
29268 \begin_layout Plain Layout
29269
29270 "
29271 \end_layout
29272
29273 \end_inset
29274
29275 addtoreset
29276 \end_layout
29277
29278 \end_inset
29279
29280
29281 \begin_inset Newline newline
29282 \end_inset
29283
29284 節に関しては
29285 \begin_inset Newline newline
29286 \end_inset
29287
29288
29289 \series bold
29290
29291 \backslash
29292 @addtoreset{equation}{section}
29293 \begin_inset Newline newline
29294 \end_inset
29295
29296
29297 \series default
29298 というコマンドを使います。
29299 \end_layout
29300
29301 \begin_layout Standard
29302 これらのコマンドをTeXモードで使えるようにするためには、
29303 \series bold
29304
29305 \backslash
29306 makeatletter
29307 \series default
29308 コマンドで「@」字をLaTeX中で「有効」にしてやらなくてはなりません。一方、
29309 \series bold
29310
29311 \backslash
29312 makeatother
29313 \series default
29314 コマンドはこれを無効にします。したがって、TeXモード中での上記コマンド列は、
29315 \end_layout
29316
29317 \begin_layout Standard
29318
29319 \series bold
29320
29321 \backslash
29322 makeatletter
29323 \begin_inset Newline newline
29324 \end_inset
29325
29326
29327 \backslash
29328 @addtoreset{equation}{section}
29329 \begin_inset Newline newline
29330 \end_inset
29331
29332
29333 \backslash
29334 makeatother
29335 \begin_inset Newline newline
29336 \end_inset
29337
29338
29339 \series default
29340 のようにならなくてはなりません。
29341 \end_layout
29342
29343 \begin_layout Standard
29344 LaTeXプリアンブル中では、
29345 \series bold
29346
29347 \backslash
29348 makeatletter
29349 \series default
29350
29351 \series bold
29352
29353 \backslash
29354 makeatother
29355 \series default
29356 は、LyXが内部的に自動で挿入するので省略してかまいません。
29357 \end_layout
29358
29359 \begin_layout Standard
29360
29361 \series bold
29362
29363 \backslash
29364 @addtoreset
29365 \series default
29366 を戻すには、まずLaTeXプリアンブル中に
29367 \end_layout
29368
29369 \begin_layout Standard
29370
29371 \series bold
29372
29373 \backslash
29374 usepackage{remreset}
29375 \end_layout
29376
29377 \begin_layout Standard
29378 という行を入れて、
29379 \series bold
29380 remreset.sty
29381 \series default
29382
29383 \begin_inset Foot
29384 status collapsed
29385
29386 \begin_layout Plain Layout
29387
29388 \series bold
29389 remreset
29390 \series default
29391 は、LaTeXパッケージの
29392 \series bold
29393 carlisle
29394 \series default
29395
29396 \begin_inset Index idx
29397 status collapsed
29398
29399 \begin_layout Plain Layout
29400 ぱっけーじ@パッケージ ! carlisle
29401 \end_layout
29402
29403 \end_inset
29404
29405 の一部として含まれており、LaTeX標準頒布版には含まれています。
29406 \end_layout
29407
29408 \end_inset
29409
29410
29411 \begin_inset Index idx
29412 status collapsed
29413
29414 \begin_layout Plain Layout
29415 ぱっけーじ@パッケージ ! remreset
29416 \end_layout
29417
29418 \end_inset
29419
29420 ファイルを読み込んでおかなくてはなりません。その後
29421 \begin_inset Newline newline
29422 \end_inset
29423
29424
29425 \series bold
29426
29427 \backslash
29428 @removefromreset
29429 \series default
29430
29431 \begin_inset Index idx
29432 status collapsed
29433
29434 \begin_layout Plain Layout
29435 こまんど@コマンド ! 
29436 \begin_inset ERT
29437 status collapsed
29438
29439 \begin_layout Plain Layout
29440
29441 "
29442 \end_layout
29443
29444 \end_inset
29445
29446 @
29447 \begin_inset ERT
29448 status collapsed
29449
29450 \begin_layout Plain Layout
29451
29452 "
29453 \end_layout
29454
29455 \end_inset
29456
29457  ! 
29458 \backslash
29459
29460 \begin_inset ERT
29461 status collapsed
29462
29463 \begin_layout Plain Layout
29464
29465 "
29466 \end_layout
29467
29468 \end_inset
29469
29470 @
29471 \begin_inset ERT
29472 status collapsed
29473
29474 \begin_layout Plain Layout
29475
29476 "
29477 \end_layout
29478
29479 \end_inset
29480
29481 removefromreset
29482 \end_layout
29483
29484 \end_inset
29485
29486 コマンドを
29487 \series bold
29488
29489 \backslash
29490 @addtoreset
29491 \series default
29492 と同じ書式で使用すると、
29493 \series bold
29494
29495 \backslash
29496 @addtoreset
29497 \series default
29498 を戻すことができます。
29499 \end_layout
29500
29501 \begin_layout Standard
29502 \begin_inset VSpace bigskip
29503 \end_inset
29504
29505 ときには、数式を
29506 \end_layout
29507
29508 \begin_layout Standard
29509
29510 \family typewriter
29511 (節番号.数式番号)
29512 \end_layout
29513
29514 \begin_layout Standard
29515 のような形で付番し、節ごとに数式番号を「1」から始めさせなくてはならないときがあります。
29516 \end_layout
29517
29518 \begin_layout Standard
29519 このような場合のために、
29520 \series bold
29521
29522 \backslash
29523 numberwithin
29524 \series default
29525
29526 \begin_inset Index idx
29527 status collapsed
29528
29529 \begin_layout Plain Layout
29530 こまんど@コマンド ! N ! 
29531 \backslash
29532 numberwithin
29533 \end_layout
29534
29535 \end_inset
29536
29537 というコマンドがあり、
29538 \end_layout
29539
29540 \begin_layout Standard
29541
29542 \series bold
29543
29544 \backslash
29545 numberwithin{カウンタ}{節階層}
29546 \end_layout
29547
29548 \begin_layout Standard
29549 という書式で用います。「カウンタ」は、どの番号を制御するかを表し、「節階層」は点の前に何の番号を振るのかを表します。
29550 \end_layout
29551
29552 \begin_layout Standard
29553 したがって、ここではLaTeXプリアンブルかTeXコードで
29554 \end_layout
29555
29556 \begin_layout Standard
29557
29558 \series bold
29559
29560 \backslash
29561 numberwithin{equation}{section}
29562 \end_layout
29563
29564 \begin_layout Standard
29565 という行を用いることにしましょう。その結果がこれです。
29566 \begin_inset ERT
29567 status collapsed
29568
29569 \begin_layout Plain Layout
29570
29571
29572 \backslash
29573 numberwithin{equation}{section}
29574 \end_layout
29575
29576 \end_inset
29577
29578
29579 \begin_inset Formula 
29580 \begin{equation}
29581 A+B=C
29582 \end{equation}
29583
29584 \end_inset
29585
29586
29587 \end_layout
29588
29589 \begin_layout Standard
29590 たとえば、部番号を節階層として使用して、表に付番を施すときには
29591 \begin_inset Newline newline
29592 \end_inset
29593
29594
29595 \series bold
29596
29597 \backslash
29598 numberwithin{table}{part}
29599 \series default
29600 を用います。
29601 \end_layout
29602
29603 \begin_layout Standard
29604 標準の付番方式に戻したいときや、この種の付番が文書クラスで定義されているときに、それを止めさせたい場合には、
29605 \end_layout
29606
29607 \begin_layout Standard
29608
29609 \series bold
29610
29611 \backslash
29612 renewcommand{
29613 \backslash
29614 theequation}{
29615 \backslash
29616 arabic{equation}}
29617 \begin_inset Index idx
29618 status collapsed
29619
29620 \begin_layout Plain Layout
29621 こまんど@コマンド ! A ! 
29622 \backslash
29623 arabic
29624 \end_layout
29625
29626 \end_inset
29627
29628
29629 \series default
29630
29631 \begin_inset ERT
29632 status collapsed
29633
29634 \begin_layout Plain Layout
29635
29636
29637 \backslash
29638 renewcommand{
29639 \backslash
29640 theequation}{
29641 \backslash
29642 arabic{equation}}
29643 \end_layout
29644
29645 \end_inset
29646
29647
29648 \series bold
29649
29650 \begin_inset Newline newline
29651 \end_inset
29652
29653
29654 \series default
29655 あるいは
29656 \series bold
29657
29658 \begin_inset Newline newline
29659 \end_inset
29660
29661
29662 \backslash
29663 renewcommand{
29664 \backslash
29665 thetable}{
29666 \backslash
29667 arabic{table}}
29668 \end_layout
29669
29670 \begin_layout Standard
29671 というコマンドをTeXコードとして入れるか、LaTeXプリアンブルに入れます。
29672 \series bold
29673
29674 \backslash
29675 numberwithin
29676 \series default
29677 は、内部的に上記で述べた
29678 \series bold
29679
29680 \backslash
29681 @addtoreset
29682 \series default
29683 コマンドを使用しているので、これも使用後は戻しておかなくてはなりません。
29684 \begin_inset ERT
29685 status collapsed
29686
29687 \begin_layout Plain Layout
29688
29689
29690 \backslash
29691 makeatletter
29692 \end_layout
29693
29694 \begin_layout Plain Layout
29695
29696
29697 \backslash
29698 @removefromreset{equation}{section}
29699 \end_layout
29700
29701 \begin_layout Plain Layout
29702
29703
29704 \backslash
29705 makeatother
29706 \end_layout
29707
29708 \end_inset
29709
29710
29711 \end_layout
29712
29713 \begin_layout Subsection
29714 ローマ数字や文字を使った付番
29715 \begin_inset Index idx
29716 status collapsed
29717
29718 \begin_layout Plain Layout
29719 すうしきばんごう@数式番号 ! もじをつかった@文字を使った
29720 \end_layout
29721
29722 \end_inset
29723
29724
29725 \begin_inset Index idx
29726 status collapsed
29727
29728 \begin_layout Plain Layout
29729 すうしきばんごう@数式番号 ! ろーますうじをつかった@ローマ数字を使った
29730 \end_layout
29731
29732 \end_inset
29733
29734
29735 \end_layout
29736
29737 \begin_layout Standard
29738 数式は、ローマ数字やラテン文字を使って付番することもできます。たとえば、小文字のローマ数字を使って付番するには、数式の前にTeXモードで
29739 \end_layout
29740
29741 \begin_layout Standard
29742
29743 \series bold
29744
29745 \backslash
29746 renewcommand{
29747 \backslash
29748 theequation}{
29749 \backslash
29750 roman{equation}}
29751 \end_layout
29752
29753 \begin_layout Standard
29754 というコマンドを入れます。
29755 \series bold
29756
29757 \backslash
29758 renewcommand
29759 \series default
29760
29761 \begin_inset Index idx
29762 status collapsed
29763
29764 \begin_layout Plain Layout
29765 こまんど@コマンド ! R ! 
29766 \backslash
29767 renewcommand
29768 \end_layout
29769
29770 \end_inset
29771
29772 は、定義済みのコマンド
29773 \series bold
29774
29775 \backslash
29776 theequation
29777 \series default
29778 をコマンド
29779 \series bold
29780
29781 \backslash
29782 roman{equation}
29783 \series default
29784 に再定義します
29785 \begin_inset Foot
29786 status collapsed
29787
29788 \begin_layout Plain Layout
29789
29790 \series bold
29791
29792 \backslash
29793 renewcommand
29794 \series default
29795 コマンドは、第
29796 \begin_inset CommandInset ref
29797 LatexCommand ref
29798 reference "sub:newcommandコマンド"
29799
29800 \end_inset
29801
29802 節に述べられている
29803 \series bold
29804
29805 \backslash
29806 newcommand
29807 \series default
29808 コマンドと同じ書式を持ちます。
29809 \end_layout
29810
29811 \end_inset
29812
29813 。ここで、
29814 \series bold
29815 equation
29816 \series default
29817 は数式カウンタです。コマンド
29818 \series bold
29819
29820 \backslash
29821 the
29822 \series default
29823 をカウンタの接頭辞として使用すると、カウンタの値がアラビア数字として出力されます。数式に番号を振ると、LaTeXは、内部的に
29824 \series bold
29825
29826 \backslash
29827 theequation
29828 \series default
29829 コマンドを数式の後ろに置くのです。
29830 \series bold
29831
29832 \backslash
29833 roman{equation}
29834 \begin_inset Index idx
29835 status collapsed
29836
29837 \begin_layout Plain Layout
29838 こまんど@コマンド ! R ! 
29839 \backslash
29840 roman
29841 \end_layout
29842
29843 \end_inset
29844
29845
29846 \series default
29847 は、カウンタを小文字のローマ数字として出力します。
29848 \end_layout
29849
29850 \begin_layout Standard
29851 こうして、
29852 \series bold
29853
29854 \backslash
29855 renew
29856 \series default
29857 c
29858 \series bold
29859 ommand
29860 \series default
29861 コマンド以降の数式はすべて、ローマ数字で付番されるようになります。大文字のローマ数字での付番に切り替えたいときは、同じコマンドの
29862 \series bold
29863
29864 \backslash
29865 roman
29866 \series default
29867 の部分を
29868 \series bold
29869
29870 \backslash
29871 Roman
29872 \series default
29873
29874 \begin_inset Index idx
29875 status collapsed
29876
29877 \begin_layout Plain Layout
29878 こまんど@コマンド ! R ! 
29879 \backslash
29880 roman@
29881 \backslash
29882 Roman
29883 \end_layout
29884
29885 \end_inset
29886
29887 に変えて挿入します。また、小文字ラテン文字を使って「付番」したいときのために、
29888 \series bold
29889
29890 \backslash
29891 alph
29892 \series default
29893
29894 \begin_inset Index idx
29895 status collapsed
29896
29897 \begin_layout Plain Layout
29898 こまんど@コマンド ! A ! 
29899 \backslash
29900 alph
29901 \end_layout
29902
29903 \end_inset
29904
29905 コマンドがあり、大文字ラテン文字を使って付番したいときのためには、
29906 \series bold
29907
29908 \backslash
29909 Alph
29910 \series default
29911
29912 \begin_inset Index idx
29913 status collapsed
29914
29915 \begin_layout Plain Layout
29916 こまんど@コマンド ! A ! 
29917 \backslash
29918 alph@
29919 \backslash
29920 Alph
29921 \end_layout
29922
29923 \end_inset
29924
29925 コマンドがあります。
29926 \end_layout
29927
29928 \begin_layout Standard
29929 \begin_inset Note Greyedout
29930 status open
29931
29932 \begin_layout Plain Layout
29933
29934 \series bold
29935 【註】
29936 \series default
29937 ラテン文字を使うと、一つの文書の中で、最大26個の数式しか番号を振ることができません。
29938 \end_layout
29939
29940 \end_inset
29941
29942
29943 \end_layout
29944
29945 \begin_layout Standard
29946 \begin_inset ERT
29947 status collapsed
29948
29949 \begin_layout Plain Layout
29950
29951
29952 \backslash
29953 renewcommand{
29954 \backslash
29955 theequation}{
29956 \backslash
29957 roman{equation}}
29958 \end_layout
29959
29960 \end_inset
29961
29962
29963 \end_layout
29964
29965 \begin_layout Standard
29966 \begin_inset Formula 
29967 \begin{equation}
29968 A=\textrm{小文字ローマ数字}
29969 \end{equation}
29970
29971 \end_inset
29972
29973
29974 \begin_inset ERT
29975 status collapsed
29976
29977 \begin_layout Plain Layout
29978
29979
29980 \backslash
29981 renewcommand{
29982 \backslash
29983 theequation}{
29984 \backslash
29985 Roman{equation}}
29986 \end_layout
29987
29988 \end_inset
29989
29990
29991 \begin_inset Formula 
29992 \begin{equation}
29993 B=\textrm{大文字ローマ数字}\label{eq:Rom}
29994 \end{equation}
29995
29996 \end_inset
29997
29998
29999 \begin_inset ERT
30000 status collapsed
30001
30002 \begin_layout Plain Layout
30003
30004
30005 \backslash
30006 renewcommand{
30007 \backslash
30008 theequation}{
30009 \backslash
30010 alph{equation}}
30011 \end_layout
30012
30013 \end_inset
30014
30015
30016 \begin_inset Formula 
30017 \begin{equation}
30018 C=\textrm{小文字ラテン文字}
30019 \end{equation}
30020
30021 \end_inset
30022
30023
30024 \begin_inset ERT
30025 status collapsed
30026
30027 \begin_layout Plain Layout
30028
30029
30030 \backslash
30031 renewcommand{
30032 \backslash
30033 theequation}{
30034 \backslash
30035 Alph{equation}}
30036 \end_layout
30037
30038 \end_inset
30039
30040
30041 \begin_inset Formula 
30042 \begin{equation}
30043 D=\textrm{大文字ラテン文字}\label{eq:Lat}
30044 \end{equation}
30045
30046 \end_inset
30047
30048
30049 \end_layout
30050
30051 \begin_layout Standard
30052 既定の付番方式に戻すには、以下のコマンドを挿入してください。
30053 \end_layout
30054
30055 \begin_layout Standard
30056
30057 \series bold
30058
30059 \backslash
30060 renewcommand{
30061 \backslash
30062 theequation}{
30063 \backslash
30064 arabic{equation}}
30065 \begin_inset Index idx
30066 status collapsed
30067
30068 \begin_layout Plain Layout
30069 こまんど@コマンド ! A ! 
30070 \backslash
30071 arabic
30072 \end_layout
30073
30074 \end_inset
30075
30076
30077 \end_layout
30078
30079 \begin_layout Standard
30080 \begin_inset ERT
30081 status collapsed
30082
30083 \begin_layout Plain Layout
30084
30085
30086 \backslash
30087 renewcommand{
30088 \backslash
30089 theequation}{
30090 \backslash
30091 arabic{equation}}
30092 \end_layout
30093
30094 \end_inset
30095
30096
30097 \begin_inset Formula 
30098 \begin{equation}
30099 E=\textrm{アラビア数字}
30100 \end{equation}
30101
30102 \end_inset
30103
30104
30105 \end_layout
30106
30107 \begin_layout Standard
30108 \begin_inset VSpace medskip
30109 \end_inset
30110
30111 以上からわかるとおり、付番様式の違いに関わらず、数式番号は連番で振られます。様式変更時に「1」から番号が始まるようにするためには、新しい数式カウンタを定義しなく
30112 てはなりません。この点に関する説明は、ファイル
30113 \begin_inset CommandInset href
30114 LatexCommand href
30115 name "Formula-numbering.lyx"
30116 target "run:Formula-numbering.lyx"
30117
30118 \end_inset
30119
30120 にあります。
30121 \end_layout
30122
30123 \begin_layout Section
30124 化学記号と化学式
30125 \begin_inset CommandInset label
30126 LatexCommand label
30127 name "sub:化学記号と化学式"
30128
30129 \end_inset
30130
30131
30132 \begin_inset Index idx
30133 status collapsed
30134
30135 \begin_layout Plain Layout
30136 かがくきごう@化学記号 ! きごう@記号
30137 \end_layout
30138
30139 \end_inset
30140
30141
30142 \begin_inset Index idx
30143 status collapsed
30144
30145 \begin_layout Plain Layout
30146 かがくしき@化学式
30147 \end_layout
30148
30149 \end_inset
30150
30151
30152 \begin_inset Index idx
30153 status collapsed
30154
30155 \begin_layout Plain Layout
30156 きごう@記号 ! かがく@化学
30157 \end_layout
30158
30159 \end_inset
30160
30161
30162 \end_layout
30163
30164 \begin_layout Standard
30165 以下は、化学関係の文章の例です。
30166 \end_layout
30167
30168 \begin_layout Quote
30169 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
30170 \end_inset
30171
30172 イオンは、2つの
30173 \begin_inset Formula $\mathrm{Na^{+}}$
30174 \end_inset
30175
30176 イオンと反応して、硫酸化塩
30177 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
30178 \end_inset
30179
30180 を形成します。この化学式は以下のようになります。
30181 \begin_inset Formula 
30182 \begin{equation}
30183 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chem-reaction}
30184 \end{equation}
30185
30186 \end_inset
30187
30188
30189 \end_layout
30190
30191 \begin_layout Standard
30192 この化学式は、直接数式として作成することができます。記号がイタリック体として表示されることを防ぐには、全体を選択してから
30193 \begin_inset Flex Ruby
30194 status collapsed
30195
30196 \begin_layout Plain Layout
30197 捷径
30198 \begin_inset Argument post:1
30199 status collapsed
30200
30201 \begin_layout Plain Layout
30202 ショートカット
30203 \end_layout
30204
30205 \end_inset
30206
30207
30208 \end_layout
30209
30210 \end_inset
30211
30212
30213 \begin_inset Info
30214 type  "shortcut"
30215 arg   "font-roman"
30216 \end_inset
30217
30218 を押せば、アップライトフォント様式に変更することができます
30219 \begin_inset Foot
30220 status collapsed
30221
30222 \begin_layout Plain Layout
30223 フォント様式に関しては、第
30224 \begin_inset CommandInset ref
30225 LatexCommand ref
30226 reference "sub:書体様式"
30227
30228 \end_inset
30229
30230 節を参照のこと。
30231 \end_layout
30232
30233 \end_inset
30234
30235
30236 \end_layout
30237
30238 \begin_layout Standard
30239 化学式を組版するのにもう少し便利な方法は、LaTeXパッケージ
30240 \series bold
30241 mhchem
30242 \series default
30243
30244 \begin_inset Index idx
30245 status collapsed
30246
30247 \begin_layout Plain Layout
30248 ぱっけーじ@パッケージ ! mhchem
30249 \end_layout
30250
30251 \end_inset
30252
30253 が導入されているときに使用することができる
30254 \series bold
30255
30256 \backslash
30257 ce
30258 \series default
30259
30260 \begin_inset Index idx
30261 status collapsed
30262
30263 \begin_layout Plain Layout
30264 こまんど@コマンド ! C ! 
30265 \backslash
30266 ce
30267 \end_layout
30268
30269 \end_inset
30270
30271 コマンドを使用することです。
30272 \series bold
30273
30274 \backslash
30275 ce
30276 \series default
30277 を数式に入力すると、新しい青いボックスが現れ、直感的に化学式を入力することができます。
30278 \end_layout
30279
30280 \begin_layout Standard
30281 \align center
30282 \begin_inset Tabular
30283 <lyxtabular version="3" rows="9" columns="2">
30284 <features rotate="0" tabularvalignment="middle">
30285 <column alignment="center" valignment="top">
30286 <column alignment="center" valignment="top">
30287 <row>
30288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30289 \begin_inset Text
30290
30291 \begin_layout Plain Layout
30292 コマンド
30293 \end_layout
30294
30295 \end_inset
30296 </cell>
30297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30298 \begin_inset Text
30299
30300 \begin_layout Plain Layout
30301 出力
30302 \begin_inset Note Note
30303 status collapsed
30304
30305 \begin_layout Plain Layout
30306
30307 \series bold
30308
30309 \backslash
30310 raisebox
30311 \series default
30312 はスペーサーとしてのみ使用されています。
30313 \end_layout
30314
30315 \end_inset
30316
30317
30318 \end_layout
30319
30320 \end_inset
30321 </cell>
30322 </row>
30323 <row>
30324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30325 \begin_inset Text
30326
30327 \begin_layout Plain Layout
30328
30329 \backslash
30330 ce
30331 \begin_inset space \textvisiblespace{}
30332 \end_inset
30333
30334 H2CO3
30335 \end_layout
30336
30337 \end_inset
30338 </cell>
30339 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30340 \begin_inset Text
30341
30342 \begin_layout Plain Layout
30343 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$
30344 \end_inset
30345
30346
30347 \end_layout
30348
30349 \end_inset
30350 </cell>
30351 </row>
30352 <row>
30353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30354 \begin_inset Text
30355
30356 \begin_layout Plain Layout
30357
30358 \backslash
30359 ce
30360 \begin_inset space \textvisiblespace{}
30361 \end_inset
30362
30363 SO4^2-
30364 \end_layout
30365
30366 \end_inset
30367 </cell>
30368 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30369 \begin_inset Text
30370
30371 \begin_layout Plain Layout
30372 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$
30373 \end_inset
30374
30375
30376 \end_layout
30377
30378 \end_inset
30379 </cell>
30380 </row>
30381 <row>
30382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30383 \begin_inset Text
30384
30385 \begin_layout Plain Layout
30386
30387 \backslash
30388 ce
30389 \begin_inset space \textvisiblespace{}
30390 \end_inset
30391
30392 (NH4)2S
30393 \end_layout
30394
30395 \end_inset
30396 </cell>
30397 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30398 \begin_inset Text
30399
30400 \begin_layout Plain Layout
30401 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$
30402 \end_inset
30403
30404
30405 \end_layout
30406
30407 \end_inset
30408 </cell>
30409 </row>
30410 <row>
30411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30412 \begin_inset Text
30413
30414 \begin_layout Plain Layout
30415
30416 \backslash
30417 ce
30418 \begin_inset space \textvisiblespace{}
30419 \end_inset
30420
30421 KCr(SO4)2.12H2O
30422 \end_layout
30423
30424 \end_inset
30425 </cell>
30426 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30427 \begin_inset Text
30428
30429 \begin_layout Plain Layout
30430 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
30431 \end_inset
30432
30433
30434 \end_layout
30435
30436 \end_inset
30437 </cell>
30438 </row>
30439 <row>
30440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30441 \begin_inset Text
30442
30443 \begin_layout Plain Layout
30444
30445 \backslash
30446 ce
30447 \begin_inset space \textvisiblespace{}
30448 \end_inset
30449
30450 A-B
30451 \backslash
30452 dbond
30453 \begin_inset space \textvisiblespace{}
30454 \end_inset
30455
30456 C
30457 \backslash
30458 tbond
30459 \begin_inset space \textvisiblespace{}
30460 \end_inset
30461
30462 D
30463 \end_layout
30464
30465 \end_inset
30466 </cell>
30467 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30468 \begin_inset Text
30469
30470 \begin_layout Plain Layout
30471 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
30472 \end_inset
30473
30474
30475 \end_layout
30476
30477 \end_inset
30478 </cell>
30479 </row>
30480 <row>
30481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30482 \begin_inset Text
30483
30484 \begin_layout Plain Layout
30485
30486 \backslash
30487 ce
30488 \begin_inset space \textvisiblespace{}
30489 \end_inset
30490
30491 ^227
30492 \begin_inset Formula $\downarrow$
30493 \end_inset
30494
30495 _90
30496 \begin_inset Formula $\to$
30497 \end_inset
30498
30499 Th+
30500 \end_layout
30501
30502 \end_inset
30503 </cell>
30504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30505 \begin_inset Text
30506
30507 \begin_layout Plain Layout
30508 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
30509 \end_inset
30510
30511
30512 \end_layout
30513
30514 \end_inset
30515 </cell>
30516 </row>
30517 <row>
30518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30519 \begin_inset Text
30520
30521 \begin_layout Plain Layout
30522
30523 \backslash
30524 ce
30525 \begin_inset space \textvisiblespace{}
30526 \end_inset
30527
30528 CO2
30529 \begin_inset space \textvisiblespace{}
30530 \end_inset
30531
30532 +
30533 \begin_inset space \textvisiblespace{}
30534 \end_inset
30535
30536 C
30537 \begin_inset space \textvisiblespace{}
30538 \end_inset
30539
30540 <=>
30541 \begin_inset space \textvisiblespace{}
30542 \end_inset
30543
30544 2CO
30545 \end_layout
30546
30547 \end_inset
30548 </cell>
30549 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30550 \begin_inset Text
30551
30552 \begin_layout Plain Layout
30553 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$
30554 \end_inset
30555
30556
30557 \end_layout
30558
30559 \end_inset
30560 </cell>
30561 </row>
30562 <row>
30563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30564 \begin_inset Text
30565
30566 \begin_layout Plain Layout
30567
30568 \backslash
30569 ce
30570 \begin_inset space \textvisiblespace{}
30571 \end_inset
30572
30573 CO2
30574 \begin_inset space \textvisiblespace{}
30575 \end_inset
30576
30577 +
30578 \begin_inset space \textvisiblespace{}
30579 \end_inset
30580
30581 C
30582 \begin_inset space \textvisiblespace{}
30583 \end_inset
30584
30585 ->[
30586 \backslash
30587 alpha][
30588 \backslash
30589 beta]
30590 \begin_inset space \textvisiblespace{}
30591 \end_inset
30592
30593 2CO}
30594 \end_layout
30595
30596 \end_inset
30597 </cell>
30598 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30599 \begin_inset Text
30600
30601 \begin_layout Plain Layout
30602 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
30603 \end_inset
30604
30605
30606 \end_layout
30607
30608 \end_inset
30609 </cell>
30610 </row>
30611 </lyxtabular>
30612
30613 \end_inset
30614
30615
30616 \end_layout
30617
30618 \begin_layout Standard
30619 \begin_inset Note Greyedout
30620 status open
30621
30622 \begin_layout Plain Layout
30623
30624 \series bold
30625 【註】
30626 \backslash
30627 ce
30628 \series default
30629 ボックスに数式を入れようとすると、LaTeXエラーが発生します。このような場合には、
30630 \series bold
30631
30632 \backslash
30633 ce{$
30634 \backslash
30635 mu
30636 \backslash
30637 hyphen$Cl}
30638 \series default
30639 (
30640 \begin_inset ERT
30641 status collapsed
30642
30643 \begin_layout Plain Layout
30644
30645
30646 \backslash
30647 ce{$
30648 \backslash
30649 mu
30650 \backslash
30651 hyphen$Cl}
30652 \end_layout
30653
30654 \end_inset
30655
30656 )のようにTeXコードを使わなくてはなりません。
30657 \end_layout
30658
30659 \end_inset
30660
30661
30662 \end_layout
30663
30664 \begin_layout Standard
30665
30666 \series bold
30667
30668 \backslash
30669 ce
30670 \series default
30671 を使うと
30672 \begin_inset CommandInset ref
30673 LatexCommand eqref
30674 reference "eq:chem-reaction"
30675
30676 \end_inset
30677
30678 式のコマンドは
30679 \begin_inset Newline newline
30680 \end_inset
30681
30682
30683 \series bold
30684  
30685 \backslash
30686 ce
30687 \begin_inset space \textvisiblespace{}
30688 \end_inset
30689
30690 2Na+
30691 \begin_inset space \textvisiblespace{}
30692 \end_inset
30693
30694 +
30695 \begin_inset space \textvisiblespace{}
30696 \end_inset
30697
30698 SO4^2-
30699 \begin_inset space \textvisiblespace{}
30700 \end_inset
30701
30702
30703 \begin_inset space \textvisiblespace{}
30704 \end_inset
30705
30706 ->
30707 \begin_inset space \textvisiblespace{}
30708 \end_inset
30709
30710 Na2SO4
30711 \begin_inset Newline newline
30712 \end_inset
30713
30714
30715 \series default
30716 のようになります。
30717 \end_layout
30718
30719 \begin_layout Standard
30720 複数行の化学式を作るには、第
30721 \begin_inset CommandInset ref
30722 LatexCommand ref
30723 reference "sec:多行数式"
30724
30725 \end_inset
30726
30727 節に述べられている方法で、多行数式をまず作ります。その後、数式の小さな青いボックスそれぞれに
30728 \series bold
30729
30730 \backslash
30731 ce
30732 \series default
30733 コマンドを使用します。
30734 \begin_inset CommandInset ref
30735 LatexCommand eqref
30736 reference "eq:TEOS-reaction-1"
30737
30738 \end_inset
30739
30740 式と
30741 \begin_inset CommandInset ref
30742 LatexCommand eqref
30743 reference "eq:TEOS-reaction-2"
30744
30745 \end_inset
30746
30747 式は、多段化学反応式の例で、一つの式毎に番号が振られています。
30748 \begin_inset Formula 
30749 \begin{eqnarray}
30750 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reaction-1}\\
30751 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reaction-2}
30752 \end{eqnarray}
30753
30754 \end_inset
30755
30756
30757 \end_layout
30758
30759 \begin_layout Standard
30760
30761 \series bold
30762 mhchem
30763 \series default
30764 パッケージは、
30765 \series bold
30766
30767 \backslash
30768 ce
30769 \series default
30770 の他に、特殊ケースに使用する
30771 \series bold
30772
30773 \backslash
30774 cf
30775 \series default
30776
30777 \begin_inset Index idx
30778 status collapsed
30779
30780 \begin_layout Plain Layout
30781 こまんど@コマンド ! C ! 
30782 \backslash
30783 cf
30784 \end_layout
30785
30786 \end_inset
30787
30788 コマンドを提供しています。
30789 \series bold
30790
30791 \backslash
30792 cf
30793 \series default
30794 の詳しい情報と例示については、
30795 \series bold
30796 mhchem
30797 \series default
30798
30799 \begin_inset CommandInset citation
30800 LatexCommand cite
30801 key "mhchem"
30802
30803 \end_inset
30804
30805 の取扱説明書をご覧ください。
30806 \end_layout
30807
30808 \begin_layout Section
30809 図解
30810 \end_layout
30811
30812 \begin_layout Standard
30813 LyXは、二つの型の可換図
30814 \series bold
30815 amscd
30816 \series default
30817 および
30818 \series bold
30819 xymatrix
30820 \series default
30821 をサポートしており、以下でこれらの説明をします。
30822 \end_layout
30823
30824 \begin_layout Subsection
30825 amscd図解
30826 \begin_inset Index idx
30827 status collapsed
30828
30829 \begin_layout Plain Layout
30830 ずかい@図解 ! amscd
30831 \end_layout
30832
30833 \end_inset
30834
30835
30836 \end_layout
30837
30838 \begin_layout Standard
30839 この型の図解は、以下のように、関係を縦横の線や矢印で図示します。
30840 \begin_inset Formula 
30841 \[
30842 \begin{CD}A@>>>B@>>>C\\
30843 @AAA@.@VVV\\
30844 F@<<<E@<<<D
30845 \end{CD}
30846 \]
30847
30848 \end_inset
30849
30850
30851 \end_layout
30852
30853 \begin_layout Standard
30854 これを作るには、数式に
30855 \series bold
30856
30857 \backslash
30858 CD
30859 \begin_inset Index idx
30860 status collapsed
30861
30862 \begin_layout Plain Layout
30863 こまんど@コマンド ! C ! 
30864 \backslash
30865 CD
30866 \end_layout
30867
30868 \end_inset
30869
30870
30871 \series default
30872 コマンドを挿入します。二つの点線に囲まれた青枠が現れるので、ここにコマンドを入れていきます。
30873 \begin_inset Info
30874 type  "shortcut"
30875 arg   "newline-insert newline"
30876 \end_inset
30877
30878 を押すと、新しい行が作られます。水平方向の関係は奇数行に入れ、垂直方向の関係は偶数行に入れます。
30879 \end_layout
30880
30881 \begin_layout Standard
30882 関係を作るには、以下のコマンドがあります。
30883 \end_layout
30884
30885 \begin_layout Itemize
30886 \begin_inset Formula $\boldsymbol{@<<<}$
30887 \end_inset
30888
30889 は左矢印、
30890 \begin_inset Formula $\boldsymbol{@>>>}$
30891 \end_inset
30892
30893 は右矢印、
30894 \series bold
30895 @=
30896 \series default
30897 は長い等号を生成します。
30898 \end_layout
30899
30900 \begin_layout Itemize
30901
30902 \series bold
30903 @AAA
30904 \series default
30905 は上矢印、
30906 \series bold
30907 @VVV
30908 \series default
30909 は下矢印、
30910 \begin_inset Formula $\boldsymbol{@|}$
30911 \end_inset
30912
30913 は縦向きの等号を生成します。
30914 \end_layout
30915
30916 \begin_layout Itemize
30917
30918 \series bold
30919 @.
30920 \series default
30921 は関係が存在しない部分に置きます。
30922 \end_layout
30923
30924 \begin_layout Standard
30925 矢印はすべて、以下のようにラベル付けをすることができます。
30926 \end_layout
30927
30928 \begin_layout Itemize
30929 文章を、第1と第2の「
30930 \begin_inset Formula $<$
30931 \end_inset
30932
30933 」ないし「
30934 \begin_inset Formula $>$
30935 \end_inset
30936
30937 」のあいだに入れると、この文章は矢印の上に表示されます。第2・第3の「
30938 \begin_inset Formula $<$
30939 \end_inset
30940
30941 」ないし「
30942 \begin_inset Formula $>$
30943 \end_inset
30944
30945 」のあいだに入れると、矢印の下に表示されます。
30946 \end_layout
30947
30948 \begin_layout Itemize
30949 縦矢印に付ける文章を、第1・第2の「A」ないし「V」のあいだに入れると、この文章は矢印の左に表示されます。第2・第3のもののあいだに入れると、矢印の右に表示され
30950 ます。文章中に「A」や「V」の文字があるときには、これらはTeX括弧の中に入れなくてはなりません。
30951 \end_layout
30952
30953 \begin_layout Standard
30954 以下は、上記のすべての関係を使った例です。
30955 \end_layout
30956
30957 \begin_layout Standard
30958 \begin_inset Formula 
30959 \[
30960 \begin{CD}A@>j>>B@>>k>C@=F\\
30961 @AmAA@.@VV{V}V@|\\
30962 D@<<j<E@>k>>F@=C
30963 \end{CD}
30964 \]
30965
30966 \end_inset
30967
30968
30969 \end_layout
30970
30971 \begin_layout Standard
30972 これを作るコマンドは、以下のとおりです。
30973 \begin_inset Newline newline
30974 \end_inset
30975
30976
30977 \series bold
30978
30979 \backslash
30980 CD
30981 \begin_inset space \textvisiblespace{}
30982 \end_inset
30983
30984 A
30985 \begin_inset Formula $\boldsymbol{@>}$
30986 \end_inset
30987
30988 j
30989 \begin_inset Formula $\boldsymbol{>>}$
30990 \end_inset
30991
30992 B
30993 \begin_inset Formula $\boldsymbol{@>>}$
30994 \end_inset
30995
30996 k
30997 \begin_inset Formula $\boldsymbol{>}$
30998 \end_inset
30999
31000 C@=F Ctrl+Return
31001 \begin_inset Newline newline
31002 \end_inset
31003
31004
31005 \begin_inset Phantom HPhantom
31006 status open
31007
31008 \begin_layout Plain Layout
31009
31010 \series bold
31011
31012 \backslash
31013 CD
31014 \begin_inset space \textvisiblespace{}
31015 \end_inset
31016
31017
31018 \end_layout
31019
31020 \end_inset
31021
31022 @AmAA@.@VV
31023 \backslash
31024 {V
31025 \series default
31026
31027 \begin_inset Formula $\to$
31028 \end_inset
31029
31030
31031 \series bold
31032 V
31033 \begin_inset Formula $\boldsymbol{@|}$
31034 \end_inset
31035
31036  Ctrl+Return
31037 \begin_inset Newline newline
31038 \end_inset
31039
31040
31041 \begin_inset Phantom HPhantom
31042 status open
31043
31044 \begin_layout Plain Layout
31045
31046 \series bold
31047
31048 \backslash
31049 CD
31050 \begin_inset space \textvisiblespace{}
31051 \end_inset
31052
31053
31054 \end_layout
31055
31056 \end_inset
31057
31058 D
31059 \begin_inset Formula $\boldsymbol{@<<}$
31060 \end_inset
31061
31062 j
31063 \begin_inset Formula $\boldsymbol{<}$
31064 \end_inset
31065
31066 E
31067 \begin_inset Formula $\boldsymbol{@>}$
31068 \end_inset
31069
31070 k
31071 \begin_inset Formula $\boldsymbol{>>}$
31072 \end_inset
31073
31074 F@=C
31075 \end_layout
31076
31077 \begin_layout Subsection
31078 xymatrix図解
31079 \begin_inset Index idx
31080 status collapsed
31081
31082 \begin_layout Plain Layout
31083 ずかい@図解 ! xymatrix
31084 \end_layout
31085
31086 \end_inset
31087
31088
31089 \end_layout
31090
31091 \begin_layout Standard
31092 xymatricesを使うには、LaTeXパッケージの
31093 \series bold
31094 xypic
31095 \series default
31096 が導入済みである必要があります。xymatrixは、数式中に
31097 \series bold
31098
31099 \backslash
31100 xymatrix
31101 \series default
31102 コマンドを入れることで作ることができます。すると、通常の行列と同じようにして、列や行を付け加えることができます。第
31103 \begin_inset CommandInset ref
31104 LatexCommand ref
31105 reference "sec:行列"
31106
31107 \end_inset
31108
31109 節をご参照下さい。
31110 \end_layout
31111
31112 \begin_layout Standard
31113 amscd図解とは異なり、xymatricesは、対角矢印や曲がった矢印など多様なサポートをしています。作ることのできる可換図と装飾は、
31114 \family sans
31115 ヘルプ\SpecialChar \menuseparator
31116 用途別説明書\SpecialChar \menuseparator
31117 XY-pic説明書
31118 \family default
31119 メニューにある
31120 \emph on
31121 XY-pic説明書
31122 \emph default
31123 で詳しく網羅しています。
31124 \end_layout
31125
31126 \begin_layout Subsection
31127 ファインマン図
31128 \series medium
31129
31130 \begin_inset Index idx
31131 status collapsed
31132
31133 \begin_layout Plain Layout
31134 ずかい@図解 ! ファインマン
31135 \end_layout
31136
31137 \end_inset
31138
31139
31140 \end_layout
31141
31142 \begin_layout Standard
31143 ファインマン図を使うには、LaTeXパッケージ
31144 \series bold
31145 feyn
31146 \series default
31147 を導入しておかなくてはなりません。すると、ファインマン図は、数式中で
31148 \series bold
31149
31150 \backslash
31151 Diagram
31152 \series default
31153 コマンドを挿入すれば生成されます。通常の行列で行うのと同じようにして新規行や新規列を加えることができます(第
31154 \begin_inset CommandInset ref
31155 LatexCommand ref
31156 reference "sec:行列"
31157
31158 \end_inset
31159
31160 節参照)。
31161 \end_layout
31162
31163 \begin_layout Standard
31164 LyXでのファインマン図の作り方は、メニュー
31165 \family sans
31166 ヘルプ\SpecialChar \menuseparator
31167 用途別説明書
31168 \family default
31169 内の『
31170 \emph on
31171 ファインマン図
31172 \emph default
31173 』にあります。
31174 \end_layout
31175
31176 \begin_layout Section
31177 ユーザー定義コマンド
31178 \begin_inset Index idx
31179 status collapsed
31180
31181 \begin_layout Plain Layout
31182 ゆーざーていぎこまんど@ユーザー定義コマンド
31183 \end_layout
31184
31185 \end_inset
31186
31187
31188 \end_layout
31189
31190 \begin_layout Standard
31191 \begin_inset Note Greyedout
31192 status open
31193
31194 \begin_layout Plain Layout
31195 【註】ユーザー定義コマンド名及びマクロ名には、ラテン文字しか使用することができません。
31196 \end_layout
31197
31198 \end_inset
31199
31200
31201 \end_layout
31202
31203 \begin_layout Subsection
31204
31205 \backslash
31206 newcommandコマンド
31207 \begin_inset CommandInset label
31208 LatexCommand label
31209 name "sub:newcommandコマンド"
31210
31211 \end_inset
31212
31213
31214 \begin_inset Index idx
31215 status collapsed
31216
31217 \begin_layout Plain Layout
31218 ゆーざーていぎこまんど@ユーザー定義コマンド ! 
31219 \backslash
31220 newcommand
31221 \end_layout
31222
31223 \end_inset
31224
31225
31226 \begin_inset Index idx
31227 status collapsed
31228
31229 \begin_layout Plain Layout
31230 こまんど@コマンド ! N ! 
31231 \backslash
31232 newcommand
31233 \end_layout
31234
31235 \end_inset
31236
31237
31238 \end_layout
31239
31240 \begin_layout Standard
31241 頻繁に用いるには、長すぎるLaTeXコマンドはたくさんありますが、
31242 \series bold
31243
31244 \backslash
31245 newcommand
31246 \series default
31247 コマンドを使えば、新しい短縮コマンドを定義することが可能です。
31248 \end_layout
31249
31250 \begin_layout Standard
31251
31252 \series bold
31253
31254 \backslash
31255 newcommand
31256 \series default
31257 コマンドの書式は、
31258 \end_layout
31259
31260 \begin_layout Standard
31261
31262 \series bold
31263
31264 \backslash
31265 newcommand{新コマンド名}[引数の数][オプションの値]
31266 \begin_inset Newline newline
31267 \end_inset
31268
31269
31270 \begin_inset Phantom HPhantom
31271 status open
31272
31273 \begin_layout Plain Layout
31274
31275 \series bold
31276
31277 \backslash
31278 newcommand
31279 \end_layout
31280
31281 \end_inset
31282
31283 {コマンド定義}
31284 \end_layout
31285
31286 \begin_layout Standard
31287 です。
31288 \end_layout
31289
31290 \begin_layout Standard
31291 \begin_inset Note Greyedout
31292 status open
31293
31294 \begin_layout Plain Layout
31295
31296 \series bold
31297 【註】
31298 \series default
31299 新コマンド名が、使用中の文書や呼び出しているLaTeXパッケージで、既に使用されていないことを確認して下さい。たとえば、
31300 \series bold
31301
31302 \backslash
31303 Leftarrow
31304 \series default
31305 の短縮のつもりで
31306 \series bold
31307
31308 \backslash
31309 le
31310 \series default
31311 というコマンドを定義したとすると、
31312 \series bold
31313
31314 \backslash
31315 le
31316 \series default
31317 は既に「
31318 \begin_inset Formula $\le$
31319 \end_inset
31320
31321 」を表すコマンドとして定義されてしまっているので、エラーメッセージが表示されます。
31322 \end_layout
31323
31324 \end_inset
31325
31326
31327 \end_layout
31328
31329 \begin_layout Standard
31330 「引数の数」は、0
31331 \begin_inset space \thinspace{}
31332 \end_inset
31333
31334 -
31335 \begin_inset space \thinspace{}
31336 \end_inset
31337
31338 9の範囲の整数であり、新コマンドがいくつの引数をとるかを指定するものです。「オプションの値」では、非必須の引数の既定値を定義できます。これを指定すると、新コマン
31339 ドの
31340 \emph on
31341 最初の
31342 \emph default
31343 引数は、自動的に非必須の引数になります。
31344 \end_layout
31345
31346 \begin_layout Standard
31347 以下にいくつかの例を挙げます。
31348 \end_layout
31349
31350 \begin_layout Itemize
31351
31352 \series bold
31353
31354 \backslash
31355 Longrightarrow
31356 \series default
31357 の短縮形として
31358 \series bold
31359
31360 \backslash
31361 gr
31362 \series default
31363 というコマンドを定義するには、LaTeXプリアンブルに以下の行を加えます。
31364 \begin_inset VSpace medskip
31365 \end_inset
31366
31367
31368 \begin_inset Newline newline
31369 \end_inset
31370
31371
31372 \series bold
31373
31374 \backslash
31375 newcommand{
31376 \backslash
31377 gr}{
31378 \backslash
31379 Longrightarrow}
31380 \end_layout
31381
31382 \begin_layout Itemize
31383
31384 \series bold
31385
31386 \backslash
31387 underline
31388 \series default
31389 の短縮形として
31390 \series bold
31391
31392 \backslash
31393 us
31394 \series default
31395 というコマンドを定義するには、(下線を引くべき文字列を示す)引数を考慮に入れなくてはなりません。このためには、以下のようなプリアンブル行を入れます。
31396 \begin_inset VSpace medskip
31397 \end_inset
31398
31399
31400 \begin_inset Newline newline
31401 \end_inset
31402
31403
31404 \series bold
31405
31406 \backslash
31407 newcommand{
31408 \backslash
31409 us}[1]{
31410 \backslash
31411 underline{#1}}
31412 \series default
31413
31414 \begin_inset VSpace medskip
31415 \end_inset
31416
31417
31418 \begin_inset Newline newline
31419 \end_inset
31420
31421
31422 \series bold
31423 #
31424 \series default
31425 」という文字は、引数の入る場所を示し、その後ろの「
31426 \series bold
31427 1
31428 \series default
31429 」は、これが第1引数の入る場所であることを示します。
31430 \end_layout
31431
31432 \begin_layout Itemize
31433
31434 \series bold
31435
31436 \backslash
31437 framebox
31438 \series default
31439 の短縮形として、たとえば
31440 \series bold
31441
31442 \backslash
31443 fb
31444 \series default
31445 というコマンドを定義するには、
31446 \begin_inset VSpace medskip
31447 \end_inset
31448
31449
31450 \begin_inset Newline newline
31451 \end_inset
31452
31453
31454 \series bold
31455
31456 \backslash
31457 newcommand{
31458 \backslash
31459 fb}[3]{
31460 \backslash
31461 framebox#1#2{$#3$}}
31462 \series default
31463
31464 \begin_inset VSpace medskip
31465 \end_inset
31466
31467
31468 \begin_inset Newline newline
31469 \end_inset
31470
31471 二つのドルマークは、
31472 \series bold
31473
31474 \backslash
31475 framebox
31476 \series default
31477 が必要とする内部の数式を作り出します。第
31478 \begin_inset CommandInset ref
31479 LatexCommand ref
31480 reference "sub:縁付きボックス"
31481
31482 \end_inset
31483
31484 節をご参照下さい。
31485 \end_layout
31486
31487 \begin_layout Itemize
31488 ボックスの色を指定する必要がない
31489 \series bold
31490
31491 \backslash
31492 fcolorbox
31493 \series default
31494 用の新コマンドを作るには、以下のように、色を示す引数を非必須として定義します。
31495 \begin_inset VSpace medskip
31496 \end_inset
31497
31498
31499 \begin_inset Newline newline
31500 \end_inset
31501
31502
31503 \series bold
31504
31505 \backslash
31506 newcommand{
31507 \backslash
31508 cb}[3][white]{
31509 \backslash
31510 fcolorbox{#2}{#1}{$#3$}}
31511 \series default
31512
31513 \begin_inset VSpace medskip
31514 \end_inset
31515
31516
31517 \begin_inset Newline newline
31518 \end_inset
31519
31520
31521 \series bold
31522
31523 \backslash
31524 cb
31525 \series default
31526 を使うときに色が指定されなければ、事前に定義された色である
31527 \series bold
31528 white
31529 \series default
31530 が使用されます。
31531 \end_layout
31532
31533 \begin_layout Standard
31534 以下は、上で定義したコマンドの動作テストです。
31535 \end_layout
31536
31537 \begin_layout Standard
31538 \align center
31539 \begin_inset Tabular
31540 <lyxtabular version="3" rows="6" columns="2">
31541 <features rotate="0" tabularvalignment="middle">
31542 <column alignment="center" valignment="top">
31543 <column alignment="center" valignment="top">
31544 <row>
31545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31546 \begin_inset Text
31547
31548 \begin_layout Plain Layout
31549 コマンド
31550 \end_layout
31551
31552 \end_inset
31553 </cell>
31554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31555 \begin_inset Text
31556
31557 \begin_layout Plain Layout
31558 出力
31559 \begin_inset Note Note
31560 status collapsed
31561
31562 \begin_layout Plain Layout
31563 ここで
31564 \series bold
31565
31566 \backslash
31567 raisebox
31568 \series default
31569 はスペーサーとして使用しているだけです。
31570 \end_layout
31571
31572 \end_inset
31573
31574
31575 \end_layout
31576
31577 \end_inset
31578 </cell>
31579 </row>
31580 <row>
31581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31582 \begin_inset Text
31583
31584 \begin_layout Plain Layout
31585 A
31586 \backslash
31587 gr
31588 \begin_inset space \textvisiblespace{}
31589 \end_inset
31590
31591 B
31592 \end_layout
31593
31594 \end_inset
31595 </cell>
31596 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31597 \begin_inset Text
31598
31599 \begin_layout Plain Layout
31600 \begin_inset Formula $A\gr B$
31601 \end_inset
31602
31603
31604 \end_layout
31605
31606 \end_inset
31607 </cell>
31608 </row>
31609 <row>
31610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31611 \begin_inset Text
31612
31613 \begin_layout Plain Layout
31614
31615 \backslash
31616 us{ABcd
31617 \end_layout
31618
31619 \end_inset
31620 </cell>
31621 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31622 \begin_inset Text
31623
31624 \begin_layout Plain Layout
31625 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
31626 \end_inset
31627
31628
31629 \end_layout
31630
31631 \end_inset
31632 </cell>
31633 </row>
31634 <row>
31635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31636 \begin_inset Text
31637
31638 \begin_layout Plain Layout
31639
31640 \backslash
31641 fb{[2cm]
31642 \begin_inset Formula $\to$
31643 \end_inset
31644
31645
31646 \backslash
31647 {
31648 \begin_inset Formula $\to$
31649 \end_inset
31650
31651
31652 \backslash
31653 {
31654 \backslash
31655 int
31656 \begin_inset space \textvisiblespace{}
31657 \end_inset
31658
31659 A=B
31660 \end_layout
31661
31662 \end_inset
31663 </cell>
31664 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31665 \begin_inset Text
31666
31667 \begin_layout Plain Layout
31668 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
31669 \end_inset
31670
31671
31672 \end_layout
31673
31674 \end_inset
31675 </cell>
31676 </row>
31677 <row>
31678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31679 \begin_inset Text
31680
31681 \begin_layout Plain Layout
31682
31683 \backslash
31684 cb{red
31685 \begin_inset Formula $\to$
31686 \end_inset
31687
31688
31689 \backslash
31690 {
31691 \backslash
31692 int
31693 \begin_inset space \textvisiblespace{}
31694 \end_inset
31695
31696 A=B
31697 \end_layout
31698
31699 \end_inset
31700 </cell>
31701 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31702 \begin_inset Text
31703
31704 \begin_layout Plain Layout
31705 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
31706 \end_inset
31707
31708
31709 \end_layout
31710
31711 \end_inset
31712 </cell>
31713 </row>
31714 <row>
31715 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31716 \begin_inset Text
31717
31718 \begin_layout Plain Layout
31719
31720 \backslash
31721 cb[green]
31722 \backslash
31723 {red
31724 \begin_inset Formula $\to$
31725 \end_inset
31726
31727
31728 \backslash
31729 {
31730 \backslash
31731 int
31732 \begin_inset space \textvisiblespace{}
31733 \end_inset
31734
31735 A=B
31736 \end_layout
31737
31738 \end_inset
31739 </cell>
31740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31741 \begin_inset Text
31742
31743 \begin_layout Plain Layout
31744 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
31745 \end_inset
31746
31747
31748 \end_layout
31749
31750 \end_inset
31751 </cell>
31752 </row>
31753 </lyxtabular>
31754
31755 \end_inset
31756
31757
31758 \end_layout
31759
31760 \begin_layout Subsection
31761 数式マクロ
31762 \begin_inset Index idx
31763 status collapsed
31764
31765 \begin_layout Plain Layout
31766 ゆーざーていぎこまんど@ユーザー定義コマンド ! すうしきまくろ@数式マクロ
31767 \end_layout
31768
31769 \end_inset
31770
31771
31772 \begin_inset Index idx
31773 status collapsed
31774
31775 \begin_layout Plain Layout
31776 まくろ@マクロ
31777 \end_layout
31778
31779 \end_inset
31780
31781
31782 \end_layout
31783
31784 \begin_layout Standard
31785 ユーザー定義コマンドは、複雑な表現を使うときに特に便利です。たとえば、文書中で二次方程式を扱っているとすると、同じような解の形が何度も出てきます。二次方程式の一
31786 般型は、
31787 \begin_inset Formula 
31788 \[
31789 0=\lambda^{2}+p\lambda+q
31790 \]
31791
31792 \end_inset
31793
31794 であり、その解の一般型は
31795 \begin_inset Formula 
31796 \[
31797 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
31798 \]
31799
31800 \end_inset
31801
31802
31803 \end_layout
31804
31805 \begin_layout Standard
31806 です。
31807 \begin_inset Formula $\lambda$
31808 \end_inset
31809
31810
31811 \begin_inset Formula $p$
31812 \end_inset
31813
31814
31815 \begin_inset Formula $q$
31816 \end_inset
31817
31818 の3つのパラメータを指定することが必須であり、
31819 \begin_inset Formula $\lambda$
31820 \end_inset
31821
31822 の指数をオプションとして与えることができるような、解の公式のコマンドを定義するには、以下のようなLaTeXプリアンブル行を加えます。
31823 \begin_inset Newline newline
31824 \end_inset
31825
31826
31827 \series bold
31828
31829 \backslash
31830 newcommand{
31831 \backslash
31832 qG}[4][1,
31833 \backslash
31834 ,2]{#2_{#1}=-
31835 \backslash
31836 frac{#3}{2}
31837 \backslash
31838 pm
31839 \begin_inset Newline newline
31840 \end_inset
31841
31842
31843 \begin_inset Phantom HPhantom
31844 status open
31845
31846 \begin_layout Plain Layout
31847
31848 \series bold
31849
31850 \backslash
31851 newcommand
31852 \end_layout
31853
31854 \end_inset
31855
31856
31857 \backslash
31858 sqrt{
31859 \backslash
31860 frac{#3^{2}}{4}-#4}}
31861 \end_layout
31862
31863 \begin_layout Standard
31864 これを使って解の公式を作るには、
31865 \begin_inset Newline newline
31866 \end_inset
31867
31868
31869 \series bold
31870
31871 \backslash
31872 qG{
31873 \backslash
31874 lambda
31875 \begin_inset Formula $\to$
31876 \end_inset
31877
31878
31879 \backslash
31880 {p
31881 \begin_inset Formula $\to$
31882 \end_inset
31883
31884
31885 \backslash
31886 {q
31887 \series default
31888 というコマンドを数式に入れます。
31889 \end_layout
31890
31891 \begin_layout Standard
31892 新コマンドを定義する方法は、たとえばLaTeX中で分数は
31893 \series bold
31894
31895 \backslash
31896 frac{分子}{分母}
31897 \series default
31898 の形で入れなくてはならないことなど、使用するすべてのLaTeXコマンドの書式を知っている必要があるので、直感的ではありません。さらに、定義中で中括弧を入れ忘れる
31899 ことはよくあり、それをやってしまうと、LyXからは新コマンドが何をやらかしているか確認しにくくなってしまいます。これらの問題を回避するために、LyXは、
31900 \series bold
31901
31902 \backslash
31903 newcommand
31904 \series default
31905 コマンドの代わりに、数式マクロを使う方法を提供しています。
31906 \end_layout
31907
31908 \begin_layout Standard
31909 数式マクロは、
31910 \family sans
31911 挿入\SpecialChar \menuseparator
31912 数式\SpecialChar \menuseparator
31913 マクロ
31914 \family default
31915 メニューか、ツールバーボタンの
31916 \begin_inset Graphics
31917         filename ../../images/math-macro_newmacroname_newcommand.png
31918         scale 85
31919
31920 \end_inset
31921
31922 で作ることができます。すると、数式マクロツールバーが表示されるとともに、マクロを定義した箇所に以下のようなボックスが現れます。
31923 \begin_inset Newline newline
31924 \end_inset
31925
31926
31927 \begin_inset space \hspace*{\fill}
31928 \end_inset
31929
31930
31931 \begin_inset Graphics
31932         filename clipart/macrobox.png
31933
31934 \end_inset
31935
31936
31937 \begin_inset space \hspace*{\fill}
31938 \end_inset
31939
31940
31941 \begin_inset Newline newline
31942 \end_inset
31943
31944
31945 \begin_inset FormulaMacro
31946 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
31947 \end_inset
31948
31949
31950 \backslash
31951 newmacronameが既定のマクロ名として現れますが、意味のある名称に変更するべきでしょう。欲しい数式は一つ目の青枠の中に入れます。引数を置く場所は、
31952 \series bold
31953
31954 \backslash
31955 #1
31956 \series default
31957 のように
31958 \series bold
31959
31960 \backslash
31961 #引数番号
31962 \series default
31963 というコマンドで入力するか、マクロツールバーボタンの
31964 \begin_inset Graphics
31965         filename ../../images/math-macro-add-param.png
31966         scale 85
31967
31968 \end_inset
31969
31970 を使用します。引数位置は赤で表示されます。引数は、最大で9つまでとることができます。非必須引数は、ツールバーボタンの
31971 \begin_inset Graphics
31972         filename ../../images/math-macro-add-optional-param.png
31973         scale 85
31974
31975 \end_inset
31976
31977 で作ることができます。最初の必須引数は、ツールバーボタンの
31978 \begin_inset Graphics
31979         filename ../../images/math-macro-make-optional.png
31980         scale 85
31981
31982 \end_inset
31983
31984 を使って、非必須引数にすることができます。二つ目の青枠には、LyX中でのマクロの表示のしかたを定義することができます。通常は、定義したとおりに表示された方が便利
31985 なので、この枠は空白にしておきます。しかし、画面の過半を占拠してしまうようなマクロを作ってしまった場合には、たとえばこの枠に
31986 \begin_inset Newline newline
31987 \end_inset
31988
31989
31990 \series bold
31991 qG: 
31992 \backslash
31993 #1
31994 \series default
31995  
31996 \series bold
31997 ,
31998 \series default
31999  
32000 \series bold
32001
32002 \backslash
32003 #2
32004 \series default
32005  
32006 \series bold
32007 ,
32008 \series default
32009  
32010 \series bold
32011
32012 \backslash
32013 #3, 
32014 \backslash
32015 #4
32016 \begin_inset Newline newline
32017 \end_inset
32018
32019
32020 \series default
32021 のように入れることができます。このようにすると、マクロ名と引数のみがLyX上に表示され、見通しが良くなります。一方、出力での数式は、最初の枠で定義したように表示
32022 されます。
32023 \begin_inset Newline newline
32024 \end_inset
32025
32026 さらに、数式中のマクロ表示は、マクロの中にカーソルを置いて、
32027 \family sans
32028 表示\SpecialChar \menuseparator
32029 数式マクロを展開(畳む)
32030 \family default
32031 メニューを使うことで、マクロ毎に変えることができます。
32032 \end_layout
32033
32034 \begin_layout Standard
32035 マクロを使うには、数式中にマクロ名をコマンドとして入れます。上記の例では、
32036 \series bold
32037
32038 \backslash
32039 qG
32040 \series default
32041 とします。このマクロは、LyX中では以下のように表示されます。
32042 \begin_inset Newline newline
32043 \end_inset
32044
32045
32046 \begin_inset space \hspace*{\fill}
32047 \end_inset
32048
32049
32050 \begin_inset Graphics
32051         filename ../clipart/macrouse.png
32052
32053 \end_inset
32054
32055
32056 \begin_inset space \hspace*{\fill}
32057 \end_inset
32058
32059
32060 \begin_inset Newline newline
32061 \end_inset
32062
32063 以下は、上記の例に、引数
32064 \begin_inset Formula $x$
32065 \end_inset
32066
32067
32068 \begin_inset Formula $\ln(x)$
32069 \end_inset
32070
32071
32072 \begin_inset Formula $B$
32073 \end_inset
32074
32075 を指定したものです。
32076 \end_layout
32077
32078 \begin_layout Standard
32079 \begin_inset Formula 
32080 \[
32081 \qG x{\ln(x)}B
32082 \]
32083
32084 \end_inset
32085
32086
32087 \end_layout
32088
32089 \begin_layout Standard
32090 LyXは、
32091 \family sans
32092 ツール\SpecialChar \menuseparator
32093 設定\SpecialChar \menuseparator
32094 編集\SpecialChar \menuseparator
32095 制御
32096 \family default
32097 メニューで、マクロを編集するのに複数の様式を用意しています。あなたに最も合った様式を見つけるには、様式を選択してから、違いを見るために数式マクロにカーソルを合わ
32098 せてみてください。
32099 \end_layout
32100
32101 \begin_layout Standard
32102 数式マクロは、文書書き出し時に、内部的に
32103 \series bold
32104
32105 \backslash
32106 newcommand
32107 \series default
32108 コマンドに変換されます。こうして生成された
32109 \series bold
32110
32111 \backslash
32112 newcommand
32113 \series default
32114 コマンドは、LaTeXプリアンブルには置かれませんので、マクロは、文書中、マクロ定義ボックスよりも後の数式でのみ使うことができます。
32115 \end_layout
32116
32117 \begin_layout Standard
32118 数式マクロは、
32119 \series bold
32120
32121 \backslash
32122 newcommand
32123 \series default
32124 コマンドから直接作ることもできます。たとえば、LyX中に通常の文章として、
32125 \series bold
32126
32127 \begin_inset Newline newline
32128 \end_inset
32129
32130
32131 \backslash
32132 newcommand{
32133 \backslash
32134 larrow}[2]{
32135 \backslash
32136 xleftarrow[#2]{#1}}
32137 \begin_inset Newline newline
32138 \end_inset
32139
32140
32141 \series default
32142 というコマンドを書き入れ、この全体を選択して、
32143 \begin_inset Flex Ruby
32144 status collapsed
32145
32146 \begin_layout Plain Layout
32147 捷径
32148 \begin_inset Argument post:1
32149 status collapsed
32150
32151 \begin_layout Plain Layout
32152 ショートカット
32153 \end_layout
32154
32155 \end_inset
32156
32157
32158 \end_layout
32159
32160 \end_inset
32161
32162
32163 \family sans
32164 Ctrl+M
32165 \family default
32166 を押すと、このコマンドは数式マクロに変換されます。この方法を使うに当たっては、
32167 \series bold
32168
32169 \backslash
32170 newcommand
32171 \series default
32172 コマンドが正しく入力されていることに気をつけなくてはなりません。さもないと、間違ったマクロが作られてしまって、LaTeXエラーが発生します。
32173 \end_layout
32174
32175 \begin_layout Standard
32176 数式マクロには、まだ、マクロ定義中に再帰的に数式を入れてしまうと、正しく処理されないという問題が残っています。したがって、第
32177 \begin_inset CommandInset ref
32178 LatexCommand ref
32179 reference "sub:newcommandコマンド"
32180
32181 \end_inset
32182
32183 節で例として作った
32184 \series bold
32185
32186 \backslash
32187 fb
32188 \series default
32189 は、マクロとしては作ることができません。
32190 \end_layout
32191
32192 \begin_layout Standard
32193 カーソルがマクロ定義ボックスの中にあるとき、LyX中に以下のようなマクロツールバーが表示されます。
32194 \end_layout
32195
32196 \begin_layout Standard
32197 \begin_inset VSpace defskip
32198 \end_inset
32199
32200
32201 \end_layout
32202
32203 \begin_layout Standard
32204 \begin_inset Graphics
32205         filename ../clipart/MacroToolbar.png
32206
32207 \end_inset
32208
32209
32210 \begin_inset Index idx
32211 status collapsed
32212
32213 \begin_layout Plain Layout
32214 まくろ@マクロ ! つーるばー@ツールバー
32215 \end_layout
32216
32217 \end_inset
32218
32219
32220 \end_layout
32221
32222 \begin_layout Standard
32223 \begin_inset VSpace defskip
32224 \end_inset
32225
32226
32227 \end_layout
32228
32229 \begin_layout Standard
32230 マクロツールバーは、左から右に、以下の各ボタンがあります。
32231 \end_layout
32232
32233 \begin_layout Standard
32234 \begin_inset VSpace defskip
32235 \end_inset
32236
32237
32238 \end_layout
32239
32240 \begin_layout Standard
32241 \begin_inset Tabular
32242 <lyxtabular version="3" rows="9" columns="2">
32243 <features rotate="0" islongtable="true" longtabularalignment="center">
32244 <column alignment="left" valignment="top">
32245 <column alignment="left" valignment="top" width="85col%">
32246 <row interlinespace="2.5mm">
32247 <cell alignment="center" valignment="top" usebox="none">
32248 \begin_inset Text
32249
32250 \begin_layout Plain Layout
32251 \begin_inset Graphics
32252         filename ../../images/math-macro-remove-param.png
32253         rotateOrigin center
32254
32255 \end_inset
32256
32257
32258 \end_layout
32259
32260 \end_inset
32261 </cell>
32262 <cell alignment="center" valignment="top" usebox="none">
32263 \begin_inset Text
32264
32265 \begin_layout Plain Layout
32266
32267 \family sans
32268 編集\SpecialChar \menuseparator
32269 数式\SpecialChar \menuseparator
32270 マクロ定義\SpecialChar \menuseparator
32271 最後の引数を削除
32272 \end_layout
32273
32274 \end_inset
32275 </cell>
32276 </row>
32277 <row interlinespace="2.5mm">
32278 <cell alignment="center" valignment="top" usebox="none">
32279 \begin_inset Text
32280
32281 \begin_layout Plain Layout
32282 \begin_inset Graphics
32283         filename ../../images/math-macro-add-param.png
32284         rotateOrigin center
32285
32286 \end_inset
32287
32288
32289 \end_layout
32290
32291 \end_inset
32292 </cell>
32293 <cell alignment="center" valignment="top" usebox="none">
32294 \begin_inset Text
32295
32296 \begin_layout Plain Layout
32297
32298 \family sans
32299 編集\SpecialChar \menuseparator
32300 数式\SpecialChar \menuseparator
32301 マクロ定義\SpecialChar \menuseparator
32302 引数を追加
32303 \end_layout
32304
32305 \end_inset
32306 </cell>
32307 </row>
32308 <row interlinespace="2.5mm">
32309 <cell alignment="center" valignment="top" usebox="none">
32310 \begin_inset Text
32311
32312 \begin_layout Plain Layout
32313 \begin_inset Graphics
32314         filename ../../images/math-macro-make-optional.png
32315         rotateOrigin center
32316
32317 \end_inset
32318
32319
32320 \end_layout
32321
32322 \end_inset
32323 </cell>
32324 <cell alignment="center" valignment="top" usebox="none">
32325 \begin_inset Text
32326
32327 \begin_layout Plain Layout
32328
32329 \family sans
32330 編集\SpecialChar \menuseparator
32331 数式\SpecialChar \menuseparator
32332 マクロ定義\SpecialChar \menuseparator
32333 最初の必須引数を
32334 \begin_inset Newline newline
32335 \end_inset
32336
32337
32338 \begin_inset Phantom HPhantom
32339 status open
32340
32341 \begin_layout Plain Layout
32342
32343 \family sans
32344 編集\SpecialChar \menuseparator
32345 数式\SpecialChar \menuseparator
32346 マクロ定義\SpecialChar \menuseparator
32347
32348 \end_layout
32349
32350 \end_inset
32351
32352 非必須引数にする
32353 \end_layout
32354
32355 \end_inset
32356 </cell>
32357 </row>
32358 <row interlinespace="2.5mm">
32359 <cell alignment="center" valignment="top" usebox="none">
32360 \begin_inset Text
32361
32362 \begin_layout Plain Layout
32363 \begin_inset Graphics
32364         filename ../../images/math-macro-make-nonoptional.png
32365         rotateOrigin center
32366
32367 \end_inset
32368
32369
32370 \end_layout
32371
32372 \end_inset
32373 </cell>
32374 <cell alignment="center" valignment="top" usebox="none">
32375 \begin_inset Text
32376
32377 \begin_layout Plain Layout
32378
32379 \family sans
32380 編集\SpecialChar \menuseparator
32381 数式\SpecialChar \menuseparator
32382 マクロ定義\SpecialChar \menuseparator
32383 最後の非必須引数を
32384 \begin_inset Newline newline
32385 \end_inset
32386
32387
32388 \begin_inset Phantom HPhantom
32389 status open
32390
32391 \begin_layout Plain Layout
32392
32393 \family sans
32394 編集\SpecialChar \menuseparator
32395 数式\SpecialChar \menuseparator
32396 マクロ定義\SpecialChar \menuseparator
32397
32398 \end_layout
32399
32400 \end_inset
32401
32402 必須引数にする
32403 \end_layout
32404
32405 \end_inset
32406 </cell>
32407 </row>
32408 <row interlinespace="2.5mm">
32409 <cell alignment="center" valignment="top" usebox="none">
32410 \begin_inset Text
32411
32412 \begin_layout Plain Layout
32413 \begin_inset Graphics
32414         filename ../../images/math-macro-remove-optional-param.png
32415         rotateOrigin center
32416
32417 \end_inset
32418
32419
32420 \end_layout
32421
32422 \end_inset
32423 </cell>
32424 <cell alignment="center" valignment="top" usebox="none">
32425 \begin_inset Text
32426
32427 \begin_layout Plain Layout
32428
32429 \family sans
32430 編集\SpecialChar \menuseparator
32431 数式\SpecialChar \menuseparator
32432 マクロ定義\SpecialChar \menuseparator
32433 非必須引数を削除
32434 \end_layout
32435
32436 \end_inset
32437 </cell>
32438 </row>
32439 <row interlinespace="2.5mm">
32440 <cell alignment="center" valignment="top" usebox="none">
32441 \begin_inset Text
32442
32443 \begin_layout Plain Layout
32444 \begin_inset Graphics
32445         filename ../../images/math-macro-add-optional-param.png
32446         rotateOrigin center
32447
32448 \end_inset
32449
32450
32451 \end_layout
32452
32453 \end_inset
32454 </cell>
32455 <cell alignment="center" valignment="top" usebox="none">
32456 \begin_inset Text
32457
32458 \begin_layout Plain Layout
32459
32460 \family sans
32461 編集\SpecialChar \menuseparator
32462 数式\SpecialChar \menuseparator
32463 マクロ定義\SpecialChar \menuseparator
32464 非必須引数を挿入
32465 \end_layout
32466
32467 \end_inset
32468 </cell>
32469 </row>
32470 <row interlinespace="2.5mm">
32471 <cell alignment="center" valignment="top" usebox="none">
32472 \begin_inset Text
32473
32474 \begin_layout Plain Layout
32475 \begin_inset Graphics
32476         filename ../../images/math-macro-remove-greedy-param.png
32477         rotateOrigin center
32478
32479 \end_inset
32480
32481
32482 \end_layout
32483
32484 \end_inset
32485 </cell>
32486 <cell alignment="center" valignment="top" usebox="none">
32487 \begin_inset Text
32488
32489 \begin_layout Plain Layout
32490
32491 \family sans
32492 編集\SpecialChar \menuseparator
32493 数式\SpecialChar \menuseparator
32494 マクロ定義\SpecialChar \menuseparator
32495 右に吐き出す形で
32496 \begin_inset Newline newline
32497 \end_inset
32498
32499
32500 \begin_inset Phantom HPhantom
32501 status open
32502
32503 \begin_layout Plain Layout
32504
32505 \family sans
32506 編集\SpecialChar \menuseparator
32507 数式\SpecialChar \menuseparator
32508 マクロ定義\SpecialChar \menuseparator
32509
32510 \end_layout
32511
32512 \end_inset
32513
32514 最後の引数を削除
32515 \end_layout
32516
32517 \end_inset
32518 </cell>
32519 </row>
32520 <row interlinespace="2.5mm">
32521 <cell alignment="center" valignment="top" usebox="none">
32522 \begin_inset Text
32523
32524 \begin_layout Plain Layout
32525 \begin_inset Graphics
32526         filename ../../images/math-macro-append-greedy-param.png
32527         rotateOrigin center
32528
32529 \end_inset
32530
32531
32532 \end_layout
32533
32534 \end_inset
32535 </cell>
32536 <cell alignment="center" valignment="top" usebox="none">
32537 \begin_inset Text
32538
32539 \begin_layout Plain Layout
32540
32541 \family sans
32542 編集\SpecialChar \menuseparator
32543 数式\SpecialChar \menuseparator
32544 マクロ定義\SpecialChar \menuseparator
32545 右から喰う形で
32546 \begin_inset Newline newline
32547 \end_inset
32548
32549
32550 \begin_inset Phantom HPhantom
32551 status open
32552
32553 \begin_layout Plain Layout
32554
32555 \family sans
32556 編集\SpecialChar \menuseparator
32557 数式\SpecialChar \menuseparator
32558 マクロ定義\SpecialChar \menuseparator
32559
32560 \end_layout
32561
32562 \end_inset
32563
32564 引数を追加
32565 \end_layout
32566
32567 \end_inset
32568 </cell>
32569 </row>
32570 <row interlinespace="2.5mm">
32571 <cell alignment="center" valignment="top" usebox="none">
32572 \begin_inset Text
32573
32574 \begin_layout Plain Layout
32575 \begin_inset Graphics
32576         filename ../../images/math-macro-add-greedy-optional-param.png
32577         rotateOrigin center
32578
32579 \end_inset
32580
32581
32582 \end_layout
32583
32584 \end_inset
32585 </cell>
32586 <cell alignment="center" valignment="top" usebox="none">
32587 \begin_inset Text
32588
32589 \begin_layout Plain Layout
32590
32591 \family sans
32592 編集\SpecialChar \menuseparator
32593 数式\SpecialChar \menuseparator
32594 マクロ定義\SpecialChar \menuseparator
32595 右から喰う形で
32596 \begin_inset Newline newline
32597 \end_inset
32598
32599
32600 \begin_inset Phantom HPhantom
32601 status open
32602
32603 \begin_layout Plain Layout
32604
32605 \family sans
32606 編集\SpecialChar \menuseparator
32607 数式\SpecialChar \menuseparator
32608 マクロ定義\SpecialChar \menuseparator
32609
32610 \end_layout
32611
32612 \end_inset
32613
32614 非必須引数を追加
32615 \end_layout
32616
32617 \end_inset
32618 </cell>
32619 </row>
32620 </lyxtabular>
32621
32622 \end_inset
32623
32624
32625 \end_layout
32626
32627 \begin_layout Section
32628 コンピュータ代数システム
32629 \end_layout
32630
32631 \begin_layout Standard
32632 LyXでは、LyXの数式エディタで書かれた数式表現と、外部プログラムやユーザ定義スクリプトとの間のやり取りが可能です。現在サポートされているプログラムは、
32633 \family sans
32634 Maple
32635 \family default
32636
32637 \family sans
32638 Mathematica
32639 \family default
32640
32641 \family sans
32642 Maxima
32643 \family default
32644
32645 \family sans
32646 Octave
32647 \family default
32648 です。サポートされている数式表現は、非常に単純なものに限られていますので、ご注意ください。
32649 \end_layout
32650
32651 \begin_layout Subsection
32652 使用法
32653 \end_layout
32654
32655 \begin_layout Standard
32656 数式表現を書いた後、
32657 \family sans
32658 編集\SpecialChar \menuseparator
32659 数式\SpecialChar \menuseparator
32660 コンピュータ代数システムを使用
32661 \family default
32662 メニューで、コンピュータに導入済みのプログラムを選択します。その後、計算結果が、数式表現の右に「=」演算子とともに表示されます。
32663 \end_layout
32664
32665 \begin_layout Standard
32666 下記は、どのような計算が可能かをいくつか例示したものです(出力は
32667 \family typewriter
32668 Maxima
32669 \family default
32670 です)。
32671 \end_layout
32672
32673 \begin_layout Itemize
32674 \begin_inset Formula $\frac{37}{3}*2-\sum_{i=1}^{3}i^{i}=-\frac{22}{3}$
32675 \end_inset
32676
32677
32678 \end_layout
32679
32680 \begin_layout Itemize
32681 \begin_inset Formula $\frac{37.0}{3}=12.33333333333333$
32682 \end_inset
32683
32684
32685 \end_layout
32686
32687 \begin_layout Itemize
32688 \begin_inset Formula $\int_{1}^{2}\sin(x)dx=\cos1-\cos2$
32689 \end_inset
32690
32691
32692 \end_layout
32693
32694 \begin_layout Itemize
32695 \begin_inset Formula $\det\left[\begin{array}{ccc}
32696 1 & 6 & 7\\
32697 2 & 5 & 8\\
32698 3 & 4 & 17
32699 \end{array}\right]=-56$
32700 \end_inset
32701
32702
32703 \end_layout
32704
32705 \begin_layout Itemize
32706 \begin_inset Formula $\lim_{x\rightarrow0}\left(\frac{\sin(x)}{x}\right)=1$
32707 \end_inset
32708
32709
32710 \end_layout
32711
32712 \begin_layout Subsection
32713 捷径
32714 \end_layout
32715
32716 \begin_layout Standard
32717 現在のところ、代数プログラムを呼び出すための
32718 \begin_inset Flex Ruby
32719 status collapsed
32720
32721 \begin_layout Plain Layout
32722 捷径
32723 \begin_inset Argument post:1
32724 status collapsed
32725
32726 \begin_layout Plain Layout
32727 ショートカット
32728 \end_layout
32729
32730 \end_inset
32731
32732
32733 \end_layout
32734
32735 \end_inset
32736
32737 はありません。しかし、捷径を
32738 \family sans
32739 math-extern
32740 \family default
32741  LyX関数にバインドすることは容易です(取扱説明書『
32742 \family sans
32743 \emph on
32744 LyX関数篇
32745 \family default
32746 \emph default
32747 』参照)。例えば、数式エディタ中で
32748 \family sans
32749 リターン
32750 \family default
32751
32752 \begin_inset Flex Ruby
32753 status collapsed
32754
32755 \begin_layout Plain Layout
32756
32757 \begin_inset Argument post:1
32758 status collapsed
32759
32760 \begin_layout Plain Layout
32761 キー
32762 \end_layout
32763
32764 \end_inset
32765
32766
32767 \end_layout
32768
32769 \end_inset
32770
32771 をバインドさせることもできます。それを
32772 \family typewriter
32773 Maxima
32774 \family default
32775 にバインドするには、下記の捷径定義コマンドを使用します。
32776 \end_layout
32777
32778 \begin_layout Standard
32779
32780 \series bold
32781 command-alternatives break-paragraph;math-extern maxima
32782 \end_layout
32783
32784 \begin_layout Section
32785 補遺
32786 \begin_inset Index idx
32787 status collapsed
32788
32789 \begin_layout Plain Layout
32790 ほい@補遺
32791 \end_layout
32792
32793 \end_inset
32794
32795
32796 \end_layout
32797
32798 \begin_layout Subsection
32799 負の数
32800 \begin_inset Index idx
32801 status collapsed
32802
32803 \begin_layout Plain Layout
32804 かず@数 ! ふの@負の ---
32805 \end_layout
32806
32807 \end_inset
32808
32809
32810 \end_layout
32811
32812 \begin_layout Standard
32813 数式中の負の数は、数の前の負符号が、差演算子記号と同じ長さに設定されてしまうために、汚く見えてしまうことがあります。負の数を通常の文章として書くと、負符号は正し
32814 く表示されます。
32815 \end_layout
32816
32817 \begin_layout Standard
32818 したがって、この問題は、負符号を数式テキストに変換することによって、解消されます。
32819 \end_layout
32820
32821 \begin_layout Standard
32822 以下は、この問題を示す例です。
32823 \end_layout
32824
32825 \begin_layout Standard
32826 \align center
32827 \begin_inset Tabular
32828 <lyxtabular version="3" rows="3" columns="2">
32829 <features rotate="0" tabularvalignment="middle">
32830 <column alignment="right" valignment="top">
32831 <column alignment="left" valignment="top">
32832 <row>
32833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32834 \begin_inset Text
32835
32836 \begin_layout Plain Layout
32837 通常の文章:
32838 \end_layout
32839
32840 \end_inset
32841 </cell>
32842 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32843 \begin_inset Text
32844
32845 \begin_layout Plain Layout
32846 x = -2
32847 \end_layout
32848
32849 \end_inset
32850 </cell>
32851 </row>
32852 <row>
32853 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32854 \begin_inset Text
32855
32856 \begin_layout Plain Layout
32857 数式:
32858 \end_layout
32859
32860 \end_inset
32861 </cell>
32862 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
32863 \begin_inset Text
32864
32865 \begin_layout Plain Layout
32866 \begin_inset Formula $x=-2$
32867 \end_inset
32868
32869
32870 \end_layout
32871
32872 \end_inset
32873 </cell>
32874 </row>
32875 <row>
32876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32877 \begin_inset Text
32878
32879 \begin_layout Plain Layout
32880 解決策:
32881 \end_layout
32882
32883 \end_inset
32884 </cell>
32885 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
32886 \begin_inset Text
32887
32888 \begin_layout Plain Layout
32889 \begin_inset Formula $x=\textrm{-}2$
32890 \end_inset
32891
32892
32893 \end_layout
32894
32895 \end_inset
32896 </cell>
32897 </row>
32898 </lyxtabular>
32899
32900 \end_inset
32901
32902
32903 \end_layout
32904
32905 \begin_layout Subsection
32906 位区切りとしてのコンマ
32907 \begin_inset Index idx
32908 status collapsed
32909
32910 \begin_layout Plain Layout
32911 こんま@コンマ
32912 \end_layout
32913
32914 \end_inset
32915
32916
32917 \begin_inset Index idx
32918 status collapsed
32919
32920 \begin_layout Plain Layout
32921 かんま@カンマ|see
32922 \begin_inset ERT
32923 status collapsed
32924
32925 \begin_layout Plain Layout
32926
32927 {
32928 \end_layout
32929
32930 \end_inset
32931
32932 コンマ
32933 \begin_inset ERT
32934 status collapsed
32935
32936 \begin_layout Plain Layout
32937
32938 }
32939 \end_layout
32940
32941 \end_inset
32942
32943
32944 \end_layout
32945
32946 \end_inset
32947
32948
32949 \end_layout
32950
32951 \begin_layout Standard
32952 LaTeXでは、英語の慣習にしたがい、数式中のコンマを数字の位区切りに使用します。よって、数式中のコンマの後ろには、つねに空白が加わります。
32953 \end_layout
32954
32955 \begin_layout Standard
32956 これを回避するためには、コンマを選択して、数式テキストに変更して下さい(
32957 \begin_inset Flex Ruby
32958 status collapsed
32959
32960 \begin_layout Plain Layout
32961 捷径
32962 \begin_inset Argument post:1
32963 status collapsed
32964
32965 \begin_layout Plain Layout
32966 ショートカット
32967 \end_layout
32968
32969 \end_inset
32970
32971
32972 \end_layout
32973
32974 \end_inset
32975
32976
32977 \begin_inset Info
32978 type  "shortcut"
32979 arg   "math-mode"
32980 \end_inset
32981
32982 )。
32983 \end_layout
32984
32985 \begin_layout Standard
32986 文書中の数式コンマを、すべて小数点として使うには、LaTeXプリアンブルに
32987 \end_layout
32988
32989 \begin_layout Standard
32990
32991 \series bold
32992
32993 \backslash
32994 usepackage{icomma}
32995 \end_layout
32996
32997 \begin_layout Standard
32998 という行を加えて、
32999 \series bold
33000 icomma.sty
33001 \series default
33002
33003 \begin_inset Foot
33004 status collapsed
33005
33006 \begin_layout Plain Layout
33007
33008 \series bold
33009 icomma
33010 \series default
33011 は、LaTeXパッケージ
33012 \series bold
33013 was
33014 \series default
33015
33016 \begin_inset Index idx
33017 status collapsed
33018
33019 \begin_layout Plain Layout
33020 ぱっけーじ@パッケージ ! was
33021 \begin_inset ERT
33022 status collapsed
33023
33024 \begin_layout Plain Layout
33025
33026
33027 \backslash
33028 vspace{4mm}
33029 \end_layout
33030
33031 \end_inset
33032
33033
33034 \end_layout
33035
33036 \end_inset
33037
33038 に含まれています。
33039 \end_layout
33040
33041 \end_inset
33042
33043
33044 \begin_inset Index idx
33045 status collapsed
33046
33047 \begin_layout Plain Layout
33048 ぱっけーじ@パッケージ ! icomma
33049 \end_layout
33050
33051 \end_inset
33052
33053 ファイルを読み込みます。
33054 \end_layout
33055
33056 \begin_layout Subsection
33057 物理ベクトル
33058 \begin_inset CommandInset label
33059 LatexCommand label
33060 name "sub:物理ベクトル"
33061
33062 \end_inset
33063
33064
33065 \begin_inset Index idx
33066 status collapsed
33067
33068 \begin_layout Plain Layout
33069 Vectors ! physical
33070 \end_layout
33071
33072 \end_inset
33073
33074
33075 \end_layout
33076
33077 \begin_layout Standard
33078 LaTeXパッケージ
33079 \series bold
33080 braket
33081 \series default
33082
33083 \begin_inset Foot
33084 status collapsed
33085
33086 \begin_layout Plain Layout
33087
33088 \series bold
33089 braket
33090 \series default
33091  は標準的LaTeX頒布版のすべてに含まれています。
33092 \end_layout
33093
33094 \end_inset
33095
33096
33097 \begin_inset Index idx
33098 status collapsed
33099
33100 \begin_layout Plain Layout
33101 ぱっけーじ@パッケージ ! braket
33102 \end_layout
33103
33104 \end_inset
33105
33106 には、定義済みのベクトルが提供されており、
33107 \end_layout
33108
33109 \begin_layout Standard
33110
33111 \series bold
33112
33113 \backslash
33114 usepackage{braket}
33115 \end_layout
33116
33117 \begin_layout Standard
33118 というLaTeXプリアンブル行で読み込むことができます。
33119 \end_layout
33120
33121 \begin_layout Standard
33122 \begin_inset ERT
33123 status collapsed
33124
33125 \begin_layout Plain Layout
33126
33127
33128 \backslash
33129 ifbraket 
33130 \end_layout
33131
33132 \end_inset
33133
33134
33135 \begin_inset Note Note
33136 status open
33137
33138 \begin_layout Plain Layout
33139 以下の表は、
33140 \series bold
33141 braket
33142 \series default
33143  LaTeXパッケージが導入済みのときのみ表示されます。
33144 \end_layout
33145
33146 \end_inset
33147
33148 以下のコマンドが定義されています。
33149 \end_layout
33150
33151 \begin_layout Standard
33152 \align center
33153 \begin_inset Tabular
33154 <lyxtabular version="3" rows="4" columns="2">
33155 <features rotate="0" tabularvalignment="middle">
33156 <column alignment="center" valignment="top">
33157 <column alignment="center" valignment="top">
33158 <row>
33159 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33160 \begin_inset Text
33161
33162 \begin_layout Plain Layout
33163 コマンド
33164 \end_layout
33165
33166 \end_inset
33167 </cell>
33168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33169 \begin_inset Text
33170
33171 \begin_layout Plain Layout
33172 出力
33173 \end_layout
33174
33175 \end_inset
33176 </cell>
33177 </row>
33178 <row>
33179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33180 \begin_inset Text
33181
33182 \begin_layout Plain Layout
33183
33184 \backslash
33185 Bra{
33186 \backslash
33187 psi
33188 \end_layout
33189
33190 \end_inset
33191 </cell>
33192 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33193 \begin_inset Text
33194
33195 \begin_layout Plain Layout
33196 \begin_inset Formula $\Bra{\psi}$
33197 \end_inset
33198
33199
33200 \end_layout
33201
33202 \end_inset
33203 </cell>
33204 </row>
33205 <row>
33206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33207 \begin_inset Text
33208
33209 \begin_layout Plain Layout
33210
33211 \backslash
33212 Ket{
33213 \backslash
33214 psi
33215 \end_layout
33216
33217 \end_inset
33218 </cell>
33219 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33220 \begin_inset Text
33221
33222 \begin_layout Plain Layout
33223 \begin_inset Formula $\Ket{\psi}$
33224 \end_inset
33225
33226
33227 \end_layout
33228
33229 \end_inset
33230 </cell>
33231 </row>
33232 <row>
33233 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33234 \begin_inset Text
33235
33236 \begin_layout Plain Layout
33237
33238 \backslash
33239 Braket{
33240 \backslash
33241 psi
33242 \begin_inset Formula $|$
33243 \end_inset
33244
33245
33246 \backslash
33247 phi
33248 \end_layout
33249
33250 \end_inset
33251 </cell>
33252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33253 \begin_inset Text
33254
33255 \begin_layout Plain Layout
33256 \begin_inset Formula $\Braket{\psi|\phi}$
33257 \end_inset
33258
33259
33260 \end_layout
33261
33262 \end_inset
33263 </cell>
33264 </row>
33265 </lyxtabular>
33266
33267 \end_inset
33268
33269
33270 \end_layout
33271
33272 \begin_layout Standard
33273
33274 \series bold
33275
33276 \backslash
33277 Braket
33278 \series default
33279 コマンドを使うと、以下のように、すべての縦棒がそれを囲む括弧と同じ大きさに設定されます。
33280 \begin_inset Formula 
33281 \[
33282 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}
33283 \]
33284
33285 \end_inset
33286
33287
33288 \begin_inset ERT
33289 status collapsed
33290
33291 \begin_layout Plain Layout
33292
33293
33294 \backslash
33295 else 
33296 \end_layout
33297
33298 \end_inset
33299
33300
33301 \begin_inset Note Note
33302 status open
33303
33304 \begin_layout Plain Layout
33305
33306 \series bold
33307 braket
33308 \series default
33309  LaTeXパッケージが導入されていないときには、以下が表示されます。
33310 \end_layout
33311
33312 \end_inset
33313
33314
33315 \end_layout
33316
33317 \begin_layout Standard
33318 本小節の全体を出力で見るためには、
33319 \series bold
33320 braket
33321 \series default
33322  LaTeXパッケージを導入する必要があります。
33323 \end_layout
33324
33325 \begin_layout Standard
33326 \begin_inset ERT
33327 status collapsed
33328
33329 \begin_layout Plain Layout
33330
33331
33332 \backslash
33333 fi 
33334 \end_layout
33335
33336 \end_inset
33337
33338
33339 \end_layout
33340
33341 \begin_layout Standard
33342
33343 \series bold
33344
33345 \backslash
33346 Braket
33347 \series default
33348 と同じ効果は、第
33349 \begin_inset CommandInset ref
33350 LatexCommand ref
33351 reference "sub:自動の括弧丈"
33352
33353 \end_inset
33354
33355 節に説明されているとおり、
33356 \series bold
33357
33358 \backslash
33359 middle
33360 \series default
33361 コマンドを用いることによっても実現できます。
33362 \end_layout
33363
33364 \begin_layout Subsection
33365 自己定義の分数
33366 \begin_inset CommandInset label
33367 LatexCommand label
33368 name "sub:自己定義の分数"
33369
33370 \end_inset
33371
33372
33373 \begin_inset Index idx
33374 status collapsed
33375
33376 \begin_layout Plain Layout
33377 ぶんすう@分数 ! じこていぎの@自己定義の ---
33378 \end_layout
33379
33380 \end_inset
33381
33382
33383 \end_layout
33384
33385 \begin_layout Standard
33386 分数用の自製コマンドを定義するには、以下の書式を持つ
33387 \series bold
33388
33389 \backslash
33390 genfrac
33391 \series default
33392
33393 \begin_inset Index idx
33394 status collapsed
33395
33396 \begin_layout Plain Layout
33397 こまんど@コマンド ! G ! 
33398 \backslash
33399 genfrac
33400 \end_layout
33401
33402 \end_inset
33403
33404 コマンドを使います。
33405 \end_layout
33406
33407 \begin_layout Standard
33408
33409 \series bold
33410
33411 \backslash
33412 genfrac{左括弧}{右括弧}{分数線の厚み}{様式}
33413 \begin_inset Newline newline
33414 \end_inset
33415
33416
33417 \begin_inset Phantom HPhantom
33418 status open
33419
33420 \begin_layout Plain Layout
33421
33422 \series bold
33423
33424 \backslash
33425 genfrac
33426 \end_layout
33427
33428 \end_inset
33429
33430 {分子}{分母}
33431 \end_layout
33432
33433 \begin_layout Standard
33434 ここで「様式」は、0
33435 \begin_inset space \thinspace{}
33436 \end_inset
33437
33438 -
33439 \begin_inset space \thinspace{}
33440 \end_inset
33441
33442 3の範囲の数字です。
33443 \end_layout
33444
33445 \begin_layout Standard
33446 \align center
33447 \begin_inset Tabular
33448 <lyxtabular version="3" rows="5" columns="2">
33449 <features rotate="0" tabularvalignment="middle">
33450 <column alignment="center" valignment="top">
33451 <column alignment="center" valignment="top">
33452 <row>
33453 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33454 \begin_inset Text
33455
33456 \begin_layout Plain Layout
33457 数字
33458 \end_layout
33459
33460 \end_inset
33461 </cell>
33462 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33463 \begin_inset Text
33464
33465 \begin_layout Plain Layout
33466 様式(大きさ)
33467 \end_layout
33468
33469 \end_inset
33470 </cell>
33471 </row>
33472 <row>
33473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33474 \begin_inset Text
33475
33476 \begin_layout Plain Layout
33477 0
33478 \end_layout
33479
33480 \end_inset
33481 </cell>
33482 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33483 \begin_inset Text
33484
33485 \begin_layout Plain Layout
33486 別行立て様式の数式
33487 \end_layout
33488
33489 \end_inset
33490 </cell>
33491 </row>
33492 <row>
33493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33494 \begin_inset Text
33495
33496 \begin_layout Plain Layout
33497 1
33498 \end_layout
33499
33500 \end_inset
33501 </cell>
33502 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33503 \begin_inset Text
33504
33505 \begin_layout Plain Layout
33506 行内数式
33507 \end_layout
33508
33509 \end_inset
33510 </cell>
33511 </row>
33512 <row>
33513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33514 \begin_inset Text
33515
33516 \begin_layout Plain Layout
33517 2
33518 \end_layout
33519
33520 \end_inset
33521 </cell>
33522 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33523 \begin_inset Text
33524
33525 \begin_layout Plain Layout
33526 やや小(small)
33527 \end_layout
33528
33529 \end_inset
33530 </cell>
33531 </row>
33532 <row>
33533 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33534 \begin_inset Text
33535
33536 \begin_layout Plain Layout
33537 3
33538 \end_layout
33539
33540 \end_inset
33541 </cell>
33542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33543 \begin_inset Text
33544
33545 \begin_layout Plain Layout
33546 最小(tiny)
33547 \end_layout
33548
33549 \end_inset
33550 </cell>
33551 </row>
33552 </lyxtabular>
33553
33554 \end_inset
33555
33556
33557 \end_layout
33558
33559 \begin_layout Standard
33560 「様式」を指定しないときには、
33561 \series bold
33562
33563 \backslash
33564 frac
33565 \series default
33566 コマンドのように、大きさは周囲の環境に合わせて調節されます。 
33567 \end_layout
33568
33569 \begin_layout Standard
33570 「分数線の厚み」を指定しないときには、既定値である0.4
33571 \begin_inset space \thinspace{}
33572 \end_inset
33573
33574 ptが用いられます。
33575 \end_layout
33576
33577 \begin_layout Standard
33578 \begin_inset VSpace medskip
33579 \end_inset
33580
33581 たとえば、第
33582 \begin_inset CommandInset ref
33583 LatexCommand ref
33584 reference "sub:分数"
33585
33586 \end_inset
33587
33588 節の
33589 \series bold
33590
33591 \backslash
33592 dfrac
33593 \series default
33594 コマンドおよび
33595 \series bold
33596
33597 \backslash
33598 tbinom
33599 \series default
33600 コマンドは、
33601 \end_layout
33602
33603 \begin_layout Standard
33604
33605 \series bold
33606
33607 \backslash
33608 newcommand{
33609 \backslash
33610 dfrac}[2]{
33611 \backslash
33612 genfrac{}{}{}{0}{#1}{#2}}
33613 \end_layout
33614
33615 \begin_layout Standard
33616 あるいは
33617 \end_layout
33618
33619 \begin_layout Standard
33620
33621 \series bold
33622
33623 \backslash
33624 newcommand{
33625 \backslash
33626 tbinom}[2]{
33627 \backslash
33628 genfrac{(}{)}{0pt}{1}{#1}{#2}}
33629 \end_layout
33630
33631 \begin_layout Standard
33632 というコマンドで定義できます。
33633 \end_layout
33634
33635 \begin_layout Standard
33636 \begin_inset VSpace medskip
33637 \end_inset
33638
33639 分数線の厚みを非必須の引数として与えることのできる分数を定義するには、LaTeXプリアンブルに
33640 \end_layout
33641
33642 \begin_layout Standard
33643
33644 \series bold
33645
33646 \backslash
33647 newcommand{
33648 \backslash
33649 fracS}[3][]{
33650 \backslash
33651 genfrac{}{}{#1}{}{#2}{#3}}
33652 \end_layout
33653
33654 \begin_layout Standard
33655 という行を入れます。
33656 \begin_inset Newpage newpage
33657 \end_inset
33658
33659
33660 \end_layout
33661
33662 \begin_layout Standard
33663 以下は、そのテストです。
33664 \begin_inset Formula 
33665 \begin{align*}
33666 \text{コマンド} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
33667 \text{出力} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
33668 \end{align*}
33669
33670 \end_inset
33671
33672 ご覧になってわかるように、分子や分母から分数線までの距離は、分数線の厚みの約3倍になります。
33673 \end_layout
33674
33675 \begin_layout Subsection
33676 数式の消去
33677 \begin_inset Index idx
33678 status collapsed
33679
33680 \begin_layout Plain Layout
33681 すうしき@数式 ! しょうきょ@消去
33682 \end_layout
33683
33684 \end_inset
33685
33686
33687 \end_layout
33688
33689 \begin_layout Standard
33690 数式を消去するには、4つの方法があります。
33691 \end_layout
33692
33693 \begin_layout Standard
33694 \align center
33695 \begin_inset Tabular
33696 <lyxtabular version="3" rows="5" columns="2">
33697 <features rotate="0" tabularvalignment="middle">
33698 <column alignment="center" valignment="top">
33699 <column alignment="center" valignment="top">
33700 <row>
33701 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33702 \begin_inset Text
33703
33704 \begin_layout Plain Layout
33705 コマンド
33706 \end_layout
33707
33708 \end_inset
33709 </cell>
33710 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33711 \begin_inset Text
33712
33713 \begin_layout Plain Layout
33714 出力
33715 \begin_inset Note Note
33716 status collapsed
33717
33718 \begin_layout Plain Layout
33719 ここで
33720 \series bold
33721
33722 \backslash
33723 raisebox
33724 \series default
33725 はスペーサーとして使用しているだけです。
33726 \end_layout
33727
33728 \end_inset
33729
33730
33731 \end_layout
33732
33733 \end_inset
33734 </cell>
33735 </row>
33736 <row>
33737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33738 \begin_inset Text
33739
33740 \begin_layout Plain Layout
33741
33742 \backslash
33743 cancel
33744 \begin_inset space \textvisiblespace{}
33745 \end_inset
33746
33747 int
33748 \begin_inset space \textvisiblespace{}
33749 \end_inset
33750
33751 A=B
33752 \end_layout
33753
33754 \end_inset
33755 </cell>
33756 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33757 \begin_inset Text
33758
33759 \begin_layout Plain Layout
33760 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
33761 \end_inset
33762
33763
33764 \end_layout
33765
33766 \end_inset
33767 </cell>
33768 </row>
33769 <row>
33770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33771 \begin_inset Text
33772
33773 \begin_layout Plain Layout
33774
33775 \backslash
33776 bcancel
33777 \begin_inset space \textvisiblespace{}
33778 \end_inset
33779
33780
33781 \backslash
33782 int
33783 \begin_inset space \textvisiblespace{}
33784 \end_inset
33785
33786 A=B
33787 \end_layout
33788
33789 \end_inset
33790 </cell>
33791 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33792 \begin_inset Text
33793
33794 \begin_layout Plain Layout
33795 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
33796 \end_inset
33797
33798
33799 \end_layout
33800
33801 \end_inset
33802 </cell>
33803 </row>
33804 <row>
33805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33806 \begin_inset Text
33807
33808 \begin_layout Plain Layout
33809
33810 \backslash
33811 xcancel
33812 \begin_inset space \textvisiblespace{}
33813 \end_inset
33814
33815
33816 \backslash
33817 int
33818 \begin_inset space \textvisiblespace{}
33819 \end_inset
33820
33821 A=B
33822 \end_layout
33823
33824 \end_inset
33825 </cell>
33826 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33827 \begin_inset Text
33828
33829 \begin_layout Plain Layout
33830 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
33831 \end_inset
33832
33833
33834 \end_layout
33835
33836 \end_inset
33837 </cell>
33838 </row>
33839 <row>
33840 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33841 \begin_inset Text
33842
33843 \begin_layout Plain Layout
33844
33845 \backslash
33846 cancelto
33847 \begin_inset space \textvisiblespace{}
33848 \end_inset
33849
33850
33851 \backslash
33852 int
33853 \begin_inset space \textvisiblespace{}
33854 \end_inset
33855
33856 A=B
33857 \begin_inset Formula $\to$
33858 \end_inset
33859
33860 1
33861 \end_layout
33862
33863 \end_inset
33864 </cell>
33865 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33866 \begin_inset Text
33867
33868 \begin_layout Plain Layout
33869 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
33870 \end_inset
33871
33872
33873 \end_layout
33874
33875 \end_inset
33876 </cell>
33877 </row>
33878 </lyxtabular>
33879
33880 \end_inset
33881
33882
33883 \end_layout
33884
33885 \begin_layout Standard
33886
33887 \series bold
33888
33889 \backslash
33890 cancelto
33891 \series default
33892 は、以下のように、とくに数式中の分数を約分を表示するのに適しています。
33893 \begin_inset Formula 
33894 \[
33895 \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}}}
33896 \]
33897
33898 \end_inset
33899
33900
33901 \end_layout
33902
33903 \begin_layout Standard
33904
33905 \lang english
33906 To change the size of 
33907 \series bold
33908
33909 \backslash
33910 cancelto
33911 \series default
33912 's 
33913 \begin_inset Quotes eld
33914 \end_inset
33915
33916 subscript
33917 \begin_inset Quotes erd
33918 \end_inset
33919
33920  value one can add the LaTeX-preamble line
33921 \end_layout
33922
33923 \begin_layout Standard
33924
33925 \series bold
33926
33927 \backslash
33928 PassOptionsToPackage{option}{cancel}
33929 \end_layout
33930
33931 \begin_layout Standard
33932
33933 \lang english
33934 where 
33935 \series bold
33936 option
33937 \series default
33938  is either 
33939 \series bold
33940 samesize
33941 \series default
33942  which leads to the same size as for the canceled value, or 
33943 \series bold
33944 Smaller
33945 \series default
33946  which makes is it a bit smaller than normal.
33947 \end_layout
33948
33949 \begin_layout Standard
33950 という行で読み込まれています。取り消し線に色を付けるには、TeXコードで以下のコマンドを書き加えてください。
33951 \end_layout
33952
33953 \begin_layout Standard
33954
33955 \series bold
33956
33957 \backslash
33958 renewcommand{
33959 \backslash
33960 CancelColor}{
33961 \backslash
33962 color{red}}
33963 \end_layout
33964
33965 \begin_layout Standard
33966 ここで
33967 \series bold
33968 red
33969 \series default
33970 は、お好みの色に変更することができます。
33971 \end_layout
33972
33973 \begin_layout Standard
33974 \begin_inset ERT
33975 status collapsed
33976
33977 \begin_layout Plain Layout
33978
33979
33980 \backslash
33981 renewcommand{
33982 \backslash
33983 CancelColor}{
33984 \backslash
33985 color{red}}
33986 \end_layout
33987
33988 \end_inset
33989
33990
33991 \end_layout
33992
33993 \begin_layout Standard
33994 \begin_inset Formula 
33995 \[
33996 \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}}}
33997 \]
33998
33999 \end_inset
34000
34001
34002 \end_layout
34003
34004 \begin_layout Standard
34005 \begin_inset ERT
34006 status collapsed
34007
34008 \begin_layout Plain Layout
34009
34010
34011 \backslash
34012 renewcommand{
34013 \backslash
34014 CancelColor}{
34015 \backslash
34016 color{black}}
34017 \end_layout
34018
34019 \end_inset
34020
34021
34022 \begin_inset Note Note
34023 status open
34024
34025 \begin_layout Plain Layout
34026 色をリセット
34027 \end_layout
34028
34029 \end_inset
34030
34031
34032 \end_layout
34033
34034 \begin_layout Standard
34035 他の微調整については、
34036 \series bold
34037 cancel
34038 \series default
34039 パッケージの取扱説明書
34040 \begin_inset CommandInset citation
34041 LatexCommand cite
34042 key "cancel"
34043
34044 \end_inset
34045
34046 をご覧ください。
34047 \begin_inset Index idx
34048 status collapsed
34049
34050 \begin_layout Plain Layout
34051 ぱっけーじ@パッケージ ! cancel
34052 \end_layout
34053
34054 \end_inset
34055
34056
34057 \end_layout
34058
34059 \begin_layout Subsection
34060 節見出し中の数式
34061 \begin_inset CommandInset label
34062 LatexCommand label
34063 name "sub:節見出し中の数式"
34064
34065 \end_inset
34066
34067
34068 \begin_inset Index idx
34069 status collapsed
34070
34071 \begin_layout Plain Layout
34072 すうしき@数式 ! せつみだしちゅうの@節見出し中の ---
34073 \end_layout
34074
34075 \end_inset
34076
34077
34078 \end_layout
34079
34080 \begin_layout Standard
34081 数式を節見出し中で使う際には、以下のことに留意しなくてはなりません。
34082 \end_layout
34083
34084 \begin_layout Standard
34085 \begin_inset Note Greyedout
34086 status open
34087
34088 \begin_layout Plain Layout
34089 文書設定ダイアログの
34090 \family sans
34091 PDF特性
34092 \family default
34093
34094 \series bold
34095 hyperref
34096 \series default
34097
34098 \begin_inset Index idx
34099 status collapsed
34100
34101 \begin_layout Plain Layout
34102 ぱっけーじ@パッケージ ! hyperref
34103 \end_layout
34104
34105 \end_inset
34106
34107 サポートが有効になっている場合、PDFのしおりが、目次にある節見出しすべてに関して生成されます。しおり中に数式を入れることはPDFの慣習に違反しているため、節見
34108 出しに数式が含まれている場合、数式はしおり中に誤った文字列として表示されます。
34109 \end_layout
34110
34111 \end_inset
34112
34113
34114 \end_layout
34115
34116 \begin_layout Standard
34117 これらの問題は、
34118 \family sans
34119 挿入\SpecialChar \menuseparator
34120 短縮タイトル
34121 \family default
34122 メニューを使って、問題となる節見出しの最後に短縮タイトルを入れることで解決することができます。短縮タイトルは、目次が美しく整形されるように、多行にわたる節見出し
34123 に別名を付けるものです。目次中には、短縮タイトルのみが表示され、したがってPDFしおり中にも短縮タイトルのみが表示されます。
34124 \end_layout
34125
34126 \begin_layout Standard
34127 数式を目次中でも使わなくてもならないが、
34128 \series bold
34129 hyperref
34130 \series default
34131 も使用しなくてはならないときには、
34132 \end_layout
34133
34134 \begin_layout Standard
34135
34136 \series bold
34137
34138 \backslash
34139 texorpdfstring{部分}{代替文字列}
34140 \begin_inset Index idx
34141 status collapsed
34142
34143 \begin_layout Plain Layout
34144 こまんど@コマンド ! T ! 
34145 \backslash
34146 texorpdfstring
34147 \end_layout
34148
34149 \end_inset
34150
34151
34152 \end_layout
34153
34154 \begin_layout Standard
34155 というコマンドをTeXモードで使う方法があります。
34156 \end_layout
34157
34158 \begin_layout Standard
34159 「部分」は、見出し中、PDFしおりに表示したくない部分です。これは、文字・数式・脚注のほかに相互参照をとることもできます。しおりには、この部分の代わりに、「代替
34160 文字列」が用いられます。
34161 \end_layout
34162
34163 \begin_layout Standard
34164 以下の二つは、見出しの例です。
34165 \begin_inset VSpace -3mm
34166 \end_inset
34167
34168
34169 \begin_inset ERT
34170 status collapsed
34171
34172 \begin_layout Plain Layout
34173
34174
34175 \backslash
34176 boldmath 
34177 \end_layout
34178
34179 \end_inset
34180
34181
34182 \end_layout
34183
34184 \begin_layout Subsubsection
34185 目次中では数式を使わない見出し
34186 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
34187 \end_inset
34188
34189
34190 \begin_inset Argument 1
34191 status collapsed
34192
34193 \begin_layout Plain Layout
34194 目次中では数式を使わない見出し
34195 \end_layout
34196
34197 \end_inset
34198
34199
34200 \end_layout
34201
34202 \begin_layout Subsubsection
34203 目次中で数式を使う見出し
34204 \begin_inset ERT
34205 status collapsed
34206
34207 \begin_layout Plain Layout
34208
34209
34210 \backslash
34211 texorpdfstring{
34212 \end_layout
34213
34214 \end_inset
34215
34216  
34217 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
34218 \end_inset
34219
34220
34221 \begin_inset ERT
34222 status collapsed
34223
34224 \begin_layout Plain Layout
34225
34226 }{}
34227 \end_layout
34228
34229 \end_inset
34230
34231
34232 \end_layout
34233
34234 \begin_layout Standard
34235 \begin_inset ERT
34236 status collapsed
34237
34238 \begin_layout Plain Layout
34239
34240
34241 \backslash
34242 unboldmath 
34243 \end_layout
34244
34245 \end_inset
34246
34247 一つめの見出しでは短縮タイトルが使われており、二つめの見出しでは
34248 \series bold
34249
34250 \backslash
34251 texorpdfstring
34252 \series default
34253 が使われています。
34254 \end_layout
34255
34256 \begin_layout Standard
34257 他の節見出しと同じ書式を得るために、上の見出し全体は
34258 \series bold
34259 boldmath
34260 \series default
34261 環境に設定してあります
34262 \begin_inset Foot
34263 status collapsed
34264
34265 \begin_layout Plain Layout
34266
34267 \begin_inset CommandInset ref
34268 LatexCommand ref
34269 reference "sub:ボールド体の数式"
34270
34271 \end_inset
34272
34273 節参照。
34274 \end_layout
34275
34276 \end_inset
34277
34278
34279 \end_layout
34280
34281 \begin_layout Subsection
34282 多段組文中の数式
34283 \begin_inset Index idx
34284 status collapsed
34285
34286 \begin_layout Plain Layout
34287 すうしき@数式 ! ただんくみぶんちゅうの@多段組文中の ---
34288 \end_layout
34289
34290 \end_inset
34291
34292
34293 \end_layout
34294
34295 \begin_layout Standard
34296 多段組文中に数式を作ると、段の中に収まりきらないことも多く、ページ幅全体に広がるようにする必要があることがあります。これは、
34297 \series bold
34298 multicol
34299 \series default
34300
34301 \begin_inset Foot
34302 status collapsed
34303
34304 \begin_layout Plain Layout
34305
34306 \series bold
34307 multicol
34308 \series default
34309 は、標準的LaTeX頒布版のすべてに含まれています。
34310 \end_layout
34311
34312 \end_inset
34313
34314
34315 \begin_inset Index idx
34316 status collapsed
34317
34318 \begin_layout Plain Layout
34319 ぱっけーじ@パッケージ ! multicol
34320 \end_layout
34321
34322 \end_inset
34323
34324  LaTeXパッケージを、
34325 \end_layout
34326
34327 \begin_layout Standard
34328
34329 \series bold
34330
34331 \backslash
34332 usepackage{multicol}
34333 \end_layout
34334
34335 \begin_layout Standard
34336 というLaTeXプリアンブル行を書いて読み込むことで、実現できます。
34337 \end_layout
34338
34339 \begin_layout Standard
34340 \begin_inset Note Greyedout
34341 status open
34342
34343 \begin_layout Plain Layout
34344 ここで、
34345 \family sans
34346 文書\SpecialChar \menuseparator
34347 設定
34348 \family default
34349 メニューの
34350 \family sans
34351 本文レイアウト
34352 \family default
34353 で、
34354 \family sans
34355 二段組文書
34356 \family default
34357 の設定を
34358 \emph on
34359 有効にしてはならない
34360 \emph default
34361 ことに注意してください。
34362 \end_layout
34363
34364 \end_inset
34365
34366
34367 \end_layout
34368
34369 \begin_layout Standard
34370 多段組文の前に
34371 \end_layout
34372
34373 \begin_layout Standard
34374
34375 \series bold
34376
34377 \backslash
34378 begin{multicols}{段数}
34379 \end_layout
34380
34381 \begin_layout Standard
34382 というコマンドをTeXモードで書き入れます。「段数」は、2
34383 \begin_inset space \thinspace{}
34384 \end_inset
34385
34386 -
34387 \begin_inset space \thinspace{}
34388 \end_inset
34389
34390 10のあいだの数字です。多段組文の終わる数式の前には、
34391 \end_layout
34392
34393 \begin_layout Standard
34394
34395 \series bold
34396
34397 \backslash
34398 end{multicols}
34399 \end_layout
34400
34401 \begin_layout Standard
34402 というコマンドをTeXモードで入れます。
34403 \end_layout
34404
34405 \begin_layout Standard
34406 このコマンドによって、数式の前にいくらかの余白が、自動的に作られます。これをなくすには、数式の前に-6
34407 \begin_inset space \thinspace{}
34408 \end_inset
34409
34410 mmの垂直空白を入れて下さい。数式様式
34411 \series bold
34412
34413 \begin_inset Foot
34414 status collapsed
34415
34416 \begin_layout Plain Layout
34417
34418 \series bold
34419 数式様式に関しては、第
34420 \series default
34421
34422 \begin_inset CommandInset ref
34423 LatexCommand ref
34424 reference "sec:数式様式"
34425
34426 \end_inset
34427
34428 節をご覧下さい。
34429 \end_layout
34430
34431 \end_inset
34432
34433
34434 \series default
34435 として
34436 \series bold
34437 行頭下げ
34438 \series default
34439 を使用している場合には、代わりに-9
34440 \begin_inset space \thinspace{}
34441 \end_inset
34442
34443 mmの垂直空白を入れて下さい。
34444 \end_layout
34445
34446 \begin_layout Standard
34447 以下は、別行立て数式を含む、多段組文の例です。
34448 \end_layout
34449
34450 \begin_layout Standard
34451 \begin_inset ERT
34452 status collapsed
34453
34454 \begin_layout Plain Layout
34455
34456
34457 \backslash
34458 begin{multicols}{2}
34459 \end_layout
34460
34461 \end_inset
34462
34463
34464 \lang ngerman
34465 Das Spektrum wird fouriertransformiert.
34466  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
34467 , Lösungsmittel) zu trennen.
34468  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
34469  nun das Aussehen des Ausgangssignals.
34470  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so das man
34471  über alle Phasen integrieren muss.
34472  Sei nun 
34473 \begin_inset Formula $S$
34474 \end_inset
34475
34476  unser normiertes Ausgangssignal und 
34477 \begin_inset Formula $P$
34478 \end_inset
34479
34480  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
34481 \lang japanese
34482
34483 \begin_inset ERT
34484 status collapsed
34485
34486 \begin_layout Plain Layout
34487
34488
34489 \backslash
34490 end{multicols}
34491 \end_layout
34492
34493 \end_inset
34494
34495
34496 \begin_inset VSpace -6mm
34497 \end_inset
34498
34499
34500 \begin_inset Formula 
34501 \begin{equation}
34502 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
34503 \end{equation}
34504
34505 \end_inset
34506
34507
34508 \begin_inset ERT
34509 status collapsed
34510
34511 \begin_layout Plain Layout
34512
34513
34514 \backslash
34515 begin{multicols}{2}
34516 \end_layout
34517
34518 \end_inset
34519
34520
34521 \lang ngerman
34522 wobei 
34523 \begin_inset Formula $S_{0}$
34524 \end_inset
34525
34526  das Signal ohne Gradient ist und die Normierungsbedingung 
34527 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
34528 \end_inset
34529
34530  gilt.
34531  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
34532  Direkt nach dem 
34533 \begin_inset Formula $\nicefrac{\pi}{2}$
34534 \end_inset
34535
34536
34537 \begin_inset space \thinspace{}
34538 \end_inset
34539
34540 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
34541  das Signal zusätzlich abschwächt.
34542  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
34543  
34544 \begin_inset Formula $T_{2}$
34545 \end_inset
34546
34547 -Zeit.
34548 \end_layout
34549
34550 \begin_layout Standard
34551 \begin_inset ERT
34552 status collapsed
34553
34554 \begin_layout Plain Layout
34555
34556
34557 \backslash
34558 end{multicols}
34559 \end_layout
34560
34561 \end_inset
34562
34563  
34564 \end_layout
34565
34566 \begin_layout Subsection
34567 変数の説明付き数式
34568 \begin_inset Index idx
34569 status collapsed
34570
34571 \begin_layout Plain Layout
34572 すうしき@数式 ! へんすうのせつめいつき@変数の説明付き
34573 \end_layout
34574
34575 \end_inset
34576
34577
34578 \end_layout
34579
34580 \begin_layout Standard
34581 \begin_inset CommandInset ref
34582 LatexCommand eqref
34583 reference "eq:within"
34584
34585 \end_inset
34586
34587 式のように、数式内で変数の説明をするには、
34588 \begin_inset Formula $n$
34589 \end_inset
34590
34591 個の変数が使われている場合、左寄せの列を持つ
34592 \begin_inset Formula $2\times n$
34593 \end_inset
34594
34595 行列を使用します
34596 \begin_inset Foot
34597 status collapsed
34598
34599 \begin_layout Plain Layout
34600 行列に関しては、第
34601 \begin_inset CommandInset ref
34602 LatexCommand ref
34603 reference "sec:行列"
34604
34605 \end_inset
34606
34607 節参照。
34608 \end_layout
34609
34610 \end_inset
34611
34612 。説明を小さな文字にするには、行列の前に、たとえば
34613 \series bold
34614
34615 \backslash
34616 footnotesize
34617 \series default
34618 コマンドを挿入します
34619 \begin_inset Foot
34620 status collapsed
34621
34622 \begin_layout Plain Layout
34623 フォント寸法に関しては、第
34624 \begin_inset CommandInset ref
34625 LatexCommand ref
34626 reference "sub:書体寸法"
34627
34628 \end_inset
34629
34630 節参照。
34631 \end_layout
34632
34633 \end_inset
34634
34635
34636 \end_layout
34637
34638 \begin_layout Standard
34639 数式様式に
34640 \series bold
34641 行頭下げ
34642 \begin_inset Foot
34643 status collapsed
34644
34645 \begin_layout Plain Layout
34646
34647 \series bold
34648 数式様式に関しては、第
34649 \series default
34650
34651 \begin_inset CommandInset ref
34652 LatexCommand ref
34653 reference "sec:数式様式"
34654
34655 \end_inset
34656
34657 節参照。
34658 \end_layout
34659
34660 \end_inset
34661
34662
34663 \series default
34664 を使っている場合、行列を数式とページ余白から等距離に置くために、行列の前後に
34665 \series bold
34666
34667 \backslash
34668 hfill
34669 \series default
34670
34671 \begin_inset Foot
34672 status collapsed
34673
34674 \begin_layout Plain Layout
34675
34676 \series bold
34677
34678 \backslash
34679 hfill
34680 \series default
34681 は、
34682 \series bold
34683 行頭下げ
34684 \series default
34685 様式のときのみ機能します。第
34686 \begin_inset CommandInset ref
34687 LatexCommand ref
34688 reference "sub:可変長の空白"
34689
34690 \end_inset
34691
34692 節をご覧下さい。
34693 \end_layout
34694
34695 \end_inset
34696
34697 を入れます。
34698 \end_layout
34699
34700 \begin_layout Standard
34701 数式様式に
34702 \series bold
34703 中央揃え
34704 \series default
34705 を使っている場合、数式を字下げするには、第
34706 \begin_inset CommandInset ref
34707 LatexCommand ref
34708 reference "sub:flalign環境"
34709
34710 \end_inset
34711
34712 節で述べた方法を使用します。
34713 \begin_inset CommandInset ref
34714 LatexCommand eqref
34715 reference "eq:within"
34716
34717 \end_inset
34718
34719 式には5列があり、最初の2列には数式、3列めには行列、最終列には空のTeX括弧が入っています。
34720 \begin_inset Formula 
34721 \begin{flalign}
34722 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
34723 \rho & \textrm{density}\\
34724 V & \textrm{volume}\\
34725 g & \textrm{gravitational acceleration}
34726 \end{array} &  & {}\label{eq:within}
34727 \end{flalign}
34728
34729 \end_inset
34730
34731
34732 \end_layout
34733
34734 \begin_layout Subsection
34735 アップライト体のギリシャ小文字
34736 \begin_inset CommandInset label
34737 LatexCommand label
34738 name "sub:アップライト体ギリシャ小文字"
34739
34740 \end_inset
34741
34742
34743 \begin_inset Index idx
34744 status collapsed
34745
34746 \begin_layout Plain Layout
34747 ぎりしゃもじ@ギリシャ文字 ! あっぷらいとたい@アップライト体
34748 \end_layout
34749
34750 \end_inset
34751
34752
34753 \end_layout
34754
34755 \begin_layout Standard
34756 ほとんどの数式書体は、イタリック体のギリシャ小文字しか提供していません。しかし、
34757 \begin_inset Formula $\pi$
34758 \end_inset
34759
34760 中間子やニュートリノのような素粒子の記号には、アップライト体のギリシャ文字が必要とされます。
34761 \series bold
34762 upgreek.sty
34763 \series default
34764
34765 \begin_inset Foot
34766 status collapsed
34767
34768 \begin_layout Plain Layout
34769
34770 \series bold
34771 upgreek
34772 \series default
34773 は、
34774 \series bold
34775 was
34776 \series default
34777
34778 \begin_inset Index idx
34779 status collapsed
34780
34781 \begin_layout Plain Layout
34782 ぱっけーじ@パッケージ ! was
34783 \begin_inset ERT
34784 status collapsed
34785
34786 \begin_layout Plain Layout
34787
34788
34789 \backslash
34790 vspace{4mm}
34791 \end_layout
34792
34793 \end_inset
34794
34795
34796 \end_layout
34797
34798 \end_inset
34799
34800  LaTeXパッケージの一部です。
34801 \end_layout
34802
34803 \end_inset
34804
34805
34806 \begin_inset Index idx
34807 status collapsed
34808
34809 \begin_layout Plain Layout
34810 ぱっけーじ@パッケージ ! upgreek
34811 \end_layout
34812
34813 \end_inset
34814
34815  ファイルを
34816 \end_layout
34817
34818 \begin_layout Standard
34819
34820 \series bold
34821
34822 \backslash
34823 usepackage{upgreek}
34824 \end_layout
34825
34826 \begin_layout Standard
34827 というLaTeXプリアンブル行で読み込めば、これらが提供されるようになります。
34828 \begin_inset ERT
34829 status collapsed
34830
34831 \begin_layout Plain Layout
34832
34833
34834 \backslash
34835 ifupgreek 
34836 \end_layout
34837
34838 \end_inset
34839
34840
34841 \begin_inset Note Note
34842 status open
34843
34844 \begin_layout Plain Layout
34845 以下の表は、
34846 \series bold
34847 upgreek
34848 \series default
34849  LaTeXパッケージが導入済みのときのみ表示されます。
34850 \end_layout
34851
34852 \end_inset
34853
34854 アップライト体のギリシャ小文字は、ギリシャ小文字のコマンド名の前に
34855 \series bold
34856 up
34857 \series default
34858 を付けると作ることができます。たとえば
34859 \series bold
34860
34861 \backslash
34862 uptau
34863 \series default
34864 コマンドは、
34865 \begin_inset Formula $\uptau$
34866 \end_inset
34867
34868 のようになります。
34869 \end_layout
34870
34871 \begin_layout Standard
34872 これらのコマンドを使えば、以下のような素粒子の反応を組版することができるようになります。
34873 \begin_inset Formula 
34874 \[
34875 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}
34876 \]
34877
34878 \end_inset
34879
34880
34881 \end_layout
34882
34883 \begin_layout Standard
34884 アップライト体の文字は、イタリック体のものよりも太く幅広です。したがって、これらを「
34885 \begin_inset Formula $\mu m$
34886 \end_inset
34887
34888 」のような単位に使うべきではありません。
34889 \end_layout
34890
34891 \begin_layout Standard
34892 \begin_inset ERT
34893 status collapsed
34894
34895 \begin_layout Plain Layout
34896
34897
34898 \backslash
34899 else 
34900 \end_layout
34901
34902 \end_inset
34903
34904
34905 \begin_inset Note Note
34906 status open
34907
34908 \begin_layout Plain Layout
34909 以下は、
34910 \series bold
34911 upgreek
34912 \series default
34913  LaTeXパッケージが導入されていないときのみ表示されます。
34914 \end_layout
34915
34916 \end_inset
34917
34918
34919 \end_layout
34920
34921 \begin_layout Standard
34922 この小節のすべてを出力で見るには、
34923 \series bold
34924 upgreek
34925 \series default
34926  LaTeXパッケージを導入する必要があります。
34927 \end_layout
34928
34929 \begin_layout Standard
34930 \begin_inset ERT
34931 status collapsed
34932
34933 \begin_layout Plain Layout
34934
34935
34936 \backslash
34937 fi 
34938 \end_layout
34939
34940 \end_inset
34941
34942
34943 \begin_inset Newpage newpage
34944 \end_inset
34945
34946
34947 \end_layout
34948
34949 \begin_layout Subsection
34950 数式中のテキスト文字
34951 \begin_inset CommandInset label
34952 LatexCommand label
34953 name "sub:数式中のテキスト文字"
34954
34955 \end_inset
34956
34957
34958 \begin_inset Index idx
34959 status collapsed
34960
34961 \begin_layout Plain Layout
34962 てきすと@テキスト ! すうしきちゅうの@数式中の ---
34963 \end_layout
34964
34965 \end_inset
34966
34967
34968 \end_layout
34969
34970 \begin_layout Standard
34971 折にふれて、テキスト文字を直接数式中に入れたいときがあるでしょう。たとえば、中黒「·」を
34972 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
34973 \end_inset
34974
34975 のように数式中で頻繁に用いようとすると、この中黒はすべてのエンコーディングでテキスト文字として定義されているために、代わりに
34976 \series bold
34977
34978 \backslash
34979 cdot
34980 \series default
34981
34982 \begin_inset Foot
34983 status collapsed
34984
34985 \begin_layout Plain Layout
34986
34987 \begin_inset CommandInset ref
34988 LatexCommand ref
34989 reference "sub:二項演算子"
34990
34991 \end_inset
34992
34993 節参照。
34994 \end_layout
34995
34996 \end_inset
34997
34998 コマンドを挿入しなくてはならなくなることでしょう。しかし、
34999 \end_layout
35000
35001 \begin_layout Standard
35002
35003 \series bold
35004
35005 \backslash
35006 Declare Inputtext{183}{
35007 \backslash
35008 ifmmode
35009 \backslash
35010 cdot
35011 \backslash
35012 else
35013 \backslash
35014 textperiodcentered
35015 \backslash
35016 f\SpecialChar \textcompwordmark{}
35017 i}
35018 \end_layout
35019
35020 \begin_layout Standard
35021 というLaTeXプリアンブル行を使えば、エンコーディングに変更を加えることができます。
35022 \end_layout
35023
35024 \begin_layout Standard
35025 文字エンコーディング(
35026 \family sans
35027 文書\SpecialChar \menuseparator
35028 設定\SpecialChar \menuseparator
35029 言語
35030 \family default
35031 メニュー)は、キーボード上の
35032 \begin_inset Flex Ruby
35033 status collapsed
35034
35035 \begin_layout Plain Layout
35036
35037 \begin_inset Argument post:1
35038 status collapsed
35039
35040 \begin_layout Plain Layout
35041 キー
35042 \end_layout
35043
35044 \end_inset
35045
35046
35047 \end_layout
35048
35049 \end_inset
35050
35051 が押されたときにどの文字が表示されるかを指定します。「·」文字に対応する鍵が押されると、内部的には
35052 \series bold
35053
35054 \backslash
35055 textperiodcentered
35056 \series default
35057 コマンドが使用されます。しかし、このコマンドは数式中では使えないので、LaTeXエラーが発生するのです。変更後のエンコーディングでは、文字が数式中に挿入されたか
35058 否かによって、正しいコマンドが自動的に選択されます。
35059 \end_layout
35060
35061 \begin_layout Standard
35062 定義ファイル中には、複数の文字のエンコーディングが保管されています。たとえば、
35063 \series bold
35064 latin9
35065 \series default
35066 エンコーディングは、LaTeXがインストールされたフォルダにある
35067 \series bold
35068 latin9.def
35069 \series default
35070 ファイルに定義されています。エンコーディングは、LaTeXプリアンブルで変更するべきであって、定義ファイルを変更してはなりません。さもないと、自分の作成した文書
35071 は、他のコンピューターで作業をしている他のユーザーによっては編集することができなくなってしまいます。
35072 \end_layout
35073
35074 \begin_layout Standard
35075 \begin_inset VSpace medskip
35076 \end_inset
35077
35078 中黒の他にこの文書では、角度記号「
35079 \begin_inset Formula $^{\circ}$
35080 \end_inset
35081
35082 」が、数式に直接入れることができるよう、以下のようなLaTeXプリアンブル行で定義されています
35083 \begin_inset Foot
35084 status collapsed
35085
35086 \begin_layout Plain Layout
35087 (訳註)pLaTeXでは、これらの定義は必要ないので、コメントアウトして無効にしてあります。
35088 \end_layout
35089
35090 \end_inset
35091
35092
35093 \end_layout
35094
35095 \begin_layout Standard
35096
35097 \series bold
35098
35099 \backslash
35100 DeclareInputtext{176}{
35101 \backslash
35102 ifmmode^
35103 \backslash
35104 circ
35105 \backslash
35106 else
35107 \backslash
35108 textdegree
35109 \backslash
35110 f\SpecialChar \textcompwordmark{}
35111 i}
35112 \end_layout
35113
35114 \begin_layout Standard
35115 \begin_inset Newpage newpage
35116 \end_inset
35117
35118
35119 \end_layout
35120
35121 \begin_layout Section
35122 \start_of_appendix
35123 組版上の助言
35124 \begin_inset Index idx
35125 status collapsed
35126
35127 \begin_layout Plain Layout
35128 くみばんじょうのじょげん@組版上の助言
35129 \end_layout
35130
35131 \end_inset
35132
35133
35134 \end_layout
35135
35136 \begin_layout Standard
35137 この節は、ISO規範に掲げてある、もっとも重要な組版ルールの要約です
35138 \begin_inset Foot
35139 status collapsed
35140
35141 \begin_layout Plain Layout
35142 この要約の一部は、ISO規則を取り上げている「Duden」
35143 \begin_inset CommandInset citation
35144 LatexCommand cite
35145 key "Duden"
35146
35147 \end_inset
35148
35149 と呼ばれるドイツの半公的辞書から採られています。
35150 \end_layout
35151
35152 \end_inset
35153
35154
35155 \end_layout
35156
35157 \begin_layout Itemize
35158 物理単位は、つねに(イタリック文中にあるときも)アップライト体にします
35159 \begin_inset Foot
35160 status collapsed
35161
35162 \begin_layout Plain Layout
35163 書体様式で指定します。第
35164 \begin_inset CommandInset ref
35165 LatexCommand ref
35166 reference "sub:書体様式"
35167
35168 \end_inset
35169
35170 節を参照。
35171 \end_layout
35172
35173 \end_inset
35174
35175 :30
35176 \begin_inset space \thinspace{}
35177 \end_inset
35178
35179 km/h
35180 \begin_inset Newline newline
35181 \end_inset
35182
35183 値と単位の間には、最小空白を入れます。第
35184 \begin_inset CommandInset ref
35185 LatexCommand ref
35186 reference "sub:定義済みの空白"
35187
35188 \end_inset
35189
35190 節を参照。
35191 \begin_inset Newline newline
35192 \end_inset
35193
35194 この慣習は、
35195 \series bold
35196
35197 \backslash
35198 unittwo
35199 \series default
35200 コマンドを使用すると、つねに満たされます。このコマンドを数式に入れると、二つの枠が現れます。最初の枠には値をいれ、第二の枠に単位を入れると、上記と同じような結果
35201 が得られます:
35202 \begin_inset Formula $\unit[30]{km/h}$
35203 \end_inset
35204
35205
35206 \begin_inset space \thinspace{}
35207 \end_inset
35208
35209 。実は、
35210 \series bold
35211
35212 \backslash
35213 unittwo
35214 \series default
35215 は、LaTeXコマンドの実体ではなく、
35216 \series bold
35217
35218 \backslash
35219 unit[値]{単位}
35220 \series default
35221 というコマンドです。したがって、これをTeXコード中で使用することはできません。
35222 \end_layout
35223
35224 \begin_layout Itemize
35225 百分率記号と千分率記号は、物理単位と同様に組みます:
35226 \begin_inset Newline newline
35227 \end_inset
35228
35229 血中アルコール1,2
35230 \begin_inset space \thinspace{}
35231 \end_inset
35232
35233
35234 \end_layout
35235
35236 \begin_layout Itemize
35237 角度記号は値の直後に置きます:
35238 \begin_inset Formula $15^{\circ}$
35239 \end_inset
35240
35241 。しかし、単位として用いられるときは別です:15
35242 \begin_inset space \thinspace{}
35243 \end_inset
35244
35245
35246 \begin_inset Formula $^{\circ}\negmedspace\mbox{C}$
35247 \end_inset
35248
35249
35250 \end_layout
35251
35252 \begin_layout Itemize
35253 4桁以上の数は、3桁ごとに最小空白を直前に挿入して、グループ化します:18
35254 \begin_inset space \thinspace{}
35255 \end_inset
35256
35257 473
35258 \begin_inset space \thinspace{}
35259 \end_inset
35260
35261 588
35262 \end_layout
35263
35264 \begin_layout Itemize
35265 \begin_inset Formula $120\times90\times40$
35266 \end_inset
35267
35268
35269 \begin_inset space \thinspace{}
35270 \end_inset
35271
35272 cmのような寸法には、積記号「
35273 \begin_inset Formula $\times$
35274 \end_inset
35275
35276 」を用います。これは、
35277 \series bold
35278
35279 \backslash
35280 times
35281 \series default
35282 コマンドか、
35283 \family sans
35284 挿入\SpecialChar \menuseparator
35285 特殊文字\SpecialChar \menuseparator
35286 記号
35287 \family default
35288 メニューから入れることができます。
35289 \end_layout
35290
35291 \begin_layout Itemize
35292 いくつかの文字を含む関数名は、混乱を防ぐためにアップライト体にします。第
35293 \begin_inset CommandInset ref
35294 LatexCommand ref
35295 reference "sub:定義済み函数"
35296
35297 \end_inset
35298
35299 節を参照。
35300 \end_layout
35301
35302 \begin_layout Itemize
35303 複数の文字を含む指数は、アップライト体にします:
35304 \begin_inset Formula $E_{\mathrm{kin}}$
35305 \end_inset
35306
35307
35308 \begin_inset Newline newline
35309 \end_inset
35310
35311 行列要素はイタリック体にします:
35312 \begin_inset Formula $\hat{H}_{kl}$
35313 \end_inset
35314
35315
35316 \end_layout
35317
35318 \begin_layout Itemize
35319 微分作用素・積分作用素「d」、オイラー数「e」、虚数単位「i」は、他の変数と間違えることを避けるために、アップライト体にします。
35320 \end_layout
35321
35322 \begin_layout Itemize
35323
35324 \noun on
35325 フーリエ
35326 \noun default
35327 変換を表す文字は、
35328 \series bold
35329
35330 \backslash
35331 mathscr
35332 \begin_inset space \textvisiblespace{}
35333 \end_inset
35334
35335 {F
35336 \series default
35337 コマンド
35338 \begin_inset Index idx
35339 status collapsed
35340
35341 \begin_layout Plain Layout
35342 こまんど@コマンド! M ! 
35343 \backslash
35344 mathscr
35345 \end_layout
35346
35347 \end_inset
35348
35349
35350 \family sans
35351 挿入\SpecialChar \menuseparator
35352 特殊文字\SpecialChar \menuseparator
35353 記号\SpecialChar \menuseparator
35354 文字様記号
35355 \family default
35356 メニューの
35357 \begin_inset Formula $\mathscr{F}$
35358 \end_inset
35359
35360 で入れることができます。
35361 \end_layout
35362
35363 \begin_layout Standard
35364 \begin_inset Newpage newpage
35365 \end_inset
35366
35367
35368 \end_layout
35369
35370 \begin_layout Section
35371 同義語
35372 \begin_inset Index idx
35373 status collapsed
35374
35375 \begin_layout Plain Layout
35376 どうぎご@同義語
35377 \end_layout
35378
35379 \end_inset
35380
35381
35382 \end_layout
35383
35384 \begin_layout Standard
35385 いくつかの文字や記号は、複数のコマンドから作ることができます。以下は、同義のコマンドの一覧です。
35386 \end_layout
35387
35388 \begin_layout Standard
35389 \begin_inset VSpace bigskip
35390 \end_inset
35391
35392
35393 \begin_inset space \hfill{}
35394 \end_inset
35395
35396
35397 \begin_inset Tabular
35398 <lyxtabular version="3" rows="12" columns="2">
35399 <features rotate="0" tabularvalignment="middle">
35400 <column alignment="center" valignment="top" width="0pt">
35401 <column alignment="center" valignment="top" width="0pt">
35402 <row>
35403 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35404 \begin_inset Text
35405
35406 \begin_layout Plain Layout
35407 コマンド
35408 \end_layout
35409
35410 \end_inset
35411 </cell>
35412 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35413 \begin_inset Text
35414
35415 \begin_layout Plain Layout
35416 同義のコマンド
35417 \begin_inset Note Note
35418 status collapsed
35419
35420 \begin_layout Plain Layout
35421 ここで
35422 \series bold
35423
35424 \backslash
35425 raisebox
35426 \series default
35427 はスペーサーとして使用しているだけです。
35428 \end_layout
35429
35430 \end_inset
35431
35432
35433 \end_layout
35434
35435 \end_inset
35436 </cell>
35437 </row>
35438 <row>
35439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35440 \begin_inset Text
35441
35442 \begin_layout Plain Layout
35443
35444 \backslash
35445 ast
35446 \end_layout
35447
35448 \end_inset
35449 </cell>
35450 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35451 \begin_inset Text
35452
35453 \begin_layout Plain Layout
35454 \begin_inset ERT
35455 status collapsed
35456
35457 \begin_layout Plain Layout
35458
35459
35460 \backslash
35461 raisebox{-1.2mm}{
35462 \end_layout
35463
35464 \end_inset
35465
35466 *
35467 \begin_inset ERT
35468 status collapsed
35469
35470 \begin_layout Plain Layout
35471
35472 }
35473 \end_layout
35474
35475 \end_inset
35476
35477
35478 \end_layout
35479
35480 \end_inset
35481 </cell>
35482 </row>
35483 <row>
35484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35485 \begin_inset Text
35486
35487 \begin_layout Plain Layout
35488
35489 \backslash
35490 choose
35491 \end_layout
35492
35493 \end_inset
35494 </cell>
35495 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35496 \begin_inset Text
35497
35498 \begin_layout Plain Layout
35499
35500 \backslash
35501 binom
35502 \end_layout
35503
35504 \end_inset
35505 </cell>
35506 </row>
35507 <row>
35508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35509 \begin_inset Text
35510
35511 \begin_layout Plain Layout
35512
35513 \backslash
35514 geq
35515 \end_layout
35516
35517 \end_inset
35518 </cell>
35519 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35520 \begin_inset Text
35521
35522 \begin_layout Plain Layout
35523
35524 \backslash
35525 ge
35526 \end_layout
35527
35528 \end_inset
35529 </cell>
35530 </row>
35531 <row>
35532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35533 \begin_inset Text
35534
35535 \begin_layout Plain Layout
35536
35537 \backslash
35538 lbrace
35539 \end_layout
35540
35541 \end_inset
35542 </cell>
35543 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35544 \begin_inset Text
35545
35546 \begin_layout Plain Layout
35547 {
35548 \end_layout
35549
35550 \end_inset
35551 </cell>
35552 </row>
35553 <row>
35554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35555 \begin_inset Text
35556
35557 \begin_layout Plain Layout
35558
35559 \backslash
35560 lbracket
35561 \end_layout
35562
35563 \end_inset
35564 </cell>
35565 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35566 \begin_inset Text
35567
35568 \begin_layout Plain Layout
35569 [
35570 \end_layout
35571
35572 \end_inset
35573 </cell>
35574 </row>
35575 <row>
35576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35577 \begin_inset Text
35578
35579 \begin_layout Plain Layout
35580
35581 \backslash
35582 leftarrow
35583 \end_layout
35584
35585 \end_inset
35586 </cell>
35587 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35588 \begin_inset Text
35589
35590 \begin_layout Plain Layout
35591
35592 \backslash
35593 gets
35594 \end_layout
35595
35596 \end_inset
35597 </cell>
35598 </row>
35599 <row>
35600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35601 \begin_inset Text
35602
35603 \begin_layout Plain Layout
35604
35605 \backslash
35606 leq
35607 \end_layout
35608
35609 \end_inset
35610 </cell>
35611 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35612 \begin_inset Text
35613
35614 \begin_layout Plain Layout
35615
35616 \backslash
35617 le
35618 \end_layout
35619
35620 \end_inset
35621 </cell>
35622 </row>
35623 <row>
35624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35625 \begin_inset Text
35626
35627 \begin_layout Plain Layout
35628
35629 \backslash
35630 lor
35631 \end_layout
35632
35633 \end_inset
35634 </cell>
35635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35636 \begin_inset Text
35637
35638 \begin_layout Plain Layout
35639
35640 \backslash
35641 vee
35642 \end_layout
35643
35644 \end_inset
35645 </cell>
35646 </row>
35647 <row>
35648 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35649 \begin_inset Text
35650
35651 \begin_layout Plain Layout
35652
35653 \backslash
35654 neq
35655 \end_layout
35656
35657 \end_inset
35658 </cell>
35659 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35660 \begin_inset Text
35661
35662 \begin_layout Plain Layout
35663
35664 \backslash
35665 not=
35666 \end_layout
35667
35668 \end_inset
35669 </cell>
35670 </row>
35671 <row>
35672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35673 \begin_inset Text
35674
35675 \begin_layout Plain Layout
35676
35677 \backslash
35678 slash
35679 \end_layout
35680
35681 \end_inset
35682 </cell>
35683 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35684 \begin_inset Text
35685
35686 \begin_layout Plain Layout
35687 /
35688 \end_layout
35689
35690 \end_inset
35691 </cell>
35692 </row>
35693 <row>
35694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35695 \begin_inset Text
35696
35697 \begin_layout Plain Layout
35698
35699 \backslash
35700 vert
35701 \end_layout
35702
35703 \end_inset
35704 </cell>
35705 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35706 \begin_inset Text
35707
35708 \begin_layout Plain Layout
35709 \begin_inset Formula $|$
35710 \end_inset
35711
35712
35713 \end_layout
35714
35715 \end_inset
35716 </cell>
35717 </row>
35718 </lyxtabular>
35719
35720 \end_inset
35721
35722
35723 \begin_inset space \hfill{}
35724 \end_inset
35725
35726
35727 \begin_inset Tabular
35728 <lyxtabular version="3" rows="12" columns="2">
35729 <features rotate="0" tabularvalignment="middle">
35730 <column alignment="center" valignment="top" width="0pt">
35731 <column alignment="center" valignment="top" width="0pt">
35732 <row>
35733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35734 \begin_inset Text
35735
35736 \begin_layout Plain Layout
35737 コマンド
35738 \end_layout
35739
35740 \end_inset
35741 </cell>
35742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35743 \begin_inset Text
35744
35745 \begin_layout Plain Layout
35746 同義のコマンド
35747 \end_layout
35748
35749 \end_inset
35750 </cell>
35751 </row>
35752 <row>
35753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35754 \begin_inset Text
35755
35756 \begin_layout Plain Layout
35757
35758 \backslash
35759 backslash
35760 \end_layout
35761
35762 \end_inset
35763 </cell>
35764 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35765 \begin_inset Text
35766
35767 \begin_layout Plain Layout
35768
35769 \backslash
35770
35771 \backslash
35772
35773 \end_layout
35774
35775 \end_inset
35776 </cell>
35777 </row>
35778 <row>
35779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35780 \begin_inset Text
35781
35782 \begin_layout Plain Layout
35783
35784 \backslash
35785 dasharrow
35786 \end_layout
35787
35788 \end_inset
35789 </cell>
35790 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35791 \begin_inset Text
35792
35793 \begin_layout Plain Layout
35794
35795 \backslash
35796 dashrightarrow
35797 \end_layout
35798
35799 \end_inset
35800 </cell>
35801 </row>
35802 <row>
35803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35804 \begin_inset Text
35805
35806 \begin_layout Plain Layout
35807
35808 \backslash
35809 land
35810 \end_layout
35811
35812 \end_inset
35813 </cell>
35814 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35815 \begin_inset Text
35816
35817 \begin_layout Plain Layout
35818
35819 \backslash
35820 wedge
35821 \end_layout
35822
35823 \end_inset
35824 </cell>
35825 </row>
35826 <row>
35827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35828 \begin_inset Text
35829
35830 \begin_layout Plain Layout
35831
35832 \backslash
35833 rbrace
35834 \end_layout
35835
35836 \end_inset
35837 </cell>
35838 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35839 \begin_inset Text
35840
35841 \begin_layout Plain Layout
35842 }
35843 \end_layout
35844
35845 \end_inset
35846 </cell>
35847 </row>
35848 <row>
35849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35850 \begin_inset Text
35851
35852 \begin_layout Plain Layout
35853
35854 \backslash
35855 rbracket
35856 \end_layout
35857
35858 \end_inset
35859 </cell>
35860 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35861 \begin_inset Text
35862
35863 \begin_layout Plain Layout
35864 ]
35865 \end_layout
35866
35867 \end_inset
35868 </cell>
35869 </row>
35870 <row>
35871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35872 \begin_inset Text
35873
35874 \begin_layout Plain Layout
35875
35876 \backslash
35877 rightarrow
35878 \end_layout
35879
35880 \end_inset
35881 </cell>
35882 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35883 \begin_inset Text
35884
35885 \begin_layout Plain Layout
35886
35887 \backslash
35888 to
35889 \end_layout
35890
35891 \end_inset
35892 </cell>
35893 </row>
35894 <row>
35895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35896 \begin_inset Text
35897
35898 \begin_layout Plain Layout
35899
35900 \backslash
35901 lnot
35902 \end_layout
35903
35904 \end_inset
35905 </cell>
35906 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35907 \begin_inset Text
35908
35909 \begin_layout Plain Layout
35910
35911 \backslash
35912 neg
35913 \end_layout
35914
35915 \end_inset
35916 </cell>
35917 </row>
35918 <row>
35919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35920 \begin_inset Text
35921
35922 \begin_layout Plain Layout
35923
35924 \backslash
35925 ne
35926 \end_layout
35927
35928 \end_inset
35929 </cell>
35930 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35931 \begin_inset Text
35932
35933 \begin_layout Plain Layout
35934
35935 \backslash
35936 not=
35937 \end_layout
35938
35939 \end_inset
35940 </cell>
35941 </row>
35942 <row>
35943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35944 \begin_inset Text
35945
35946 \begin_layout Plain Layout
35947
35948 \backslash
35949 owns
35950 \end_layout
35951
35952 \end_inset
35953 </cell>
35954 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35955 \begin_inset Text
35956
35957 \begin_layout Plain Layout
35958
35959 \backslash
35960 ni
35961 \end_layout
35962
35963 \end_inset
35964 </cell>
35965 </row>
35966 <row>
35967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35968 \begin_inset Text
35969
35970 \begin_layout Plain Layout
35971
35972 \backslash
35973 square
35974 \end_layout
35975
35976 \end_inset
35977 </cell>
35978 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35979 \begin_inset Text
35980
35981 \begin_layout Plain Layout
35982
35983 \backslash
35984 Box
35985 \end_layout
35986
35987 \end_inset
35988 </cell>
35989 </row>
35990 <row>
35991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35992 \begin_inset Text
35993
35994 \begin_layout Plain Layout
35995
35996 \backslash
35997 Vert
35998 \end_layout
35999
36000 \end_inset
36001 </cell>
36002 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36003 \begin_inset Text
36004
36005 \begin_layout Plain Layout
36006
36007 \backslash
36008
36009 \begin_inset Formula $|$
36010 \end_inset
36011
36012
36013 \end_layout
36014
36015 \end_inset
36016 </cell>
36017 </row>
36018 </lyxtabular>
36019
36020 \end_inset
36021
36022
36023 \begin_inset space \hfill{}
36024 \end_inset
36025
36026
36027 \end_layout
36028
36029 \begin_layout Standard
36030 \begin_inset Newpage newpage
36031 \end_inset
36032
36033
36034 \end_layout
36035
36036 \begin_layout Bibliography
36037 \begin_inset CommandInset bibitem
36038 LatexCommand bibitem
36039 key "TLC2"
36040
36041 \end_inset
36042
36043
36044 \shape smallcaps
36045 Mittelbach, F.
36046  ; Goossens, M.
36047 \shape default
36048
36049 \shape italic
36050 The LaTeX Companion
36051 \shape default
36052 , 2nd ed.
36053  Addison Wesley, 2004
36054 \end_layout
36055
36056 \begin_layout Bibliography
36057 \begin_inset CommandInset bibitem
36058 LatexCommand bibitem
36059 key "Mathmode"
36060
36061 \end_inset
36062
36063 LaTeXの数式能力の
36064 \begin_inset CommandInset href
36065 LatexCommand href
36066 name "説明"
36067 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
36068
36069 \end_inset
36070
36071
36072 \end_layout
36073
36074 \begin_layout Bibliography
36075 \begin_inset CommandInset bibitem
36076 LatexCommand bibitem
36077 key "AMS"
36078
36079 \end_inset
36080
36081
36082 \begin_inset ERT
36083 status collapsed
36084
36085 \begin_layout Plain Layout
36086
36087
36088 \backslash
36089 AmS
36090 \end_layout
36091
36092 \end_inset
36093
36094 -LaTeXの
36095 \begin_inset CommandInset href
36096 LatexCommand href
36097 name "説明"
36098 target "http://mirrors.ctan.org/macros/latex/required/amslatex/math/amsldoc.pdf"
36099
36100 \end_inset
36101
36102
36103 \end_layout
36104
36105 \begin_layout Bibliography
36106 \begin_inset CommandInset bibitem
36107 LatexCommand bibitem
36108 key "Symbols"
36109
36110 \end_inset
36111
36112 LaTeXパッケージで利用できる記号の
36113 \begin_inset CommandInset href
36114 LatexCommand href
36115 name "全覧"
36116 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
36117
36118 \end_inset
36119
36120
36121 \end_layout
36122
36123 \begin_layout Bibliography
36124 \begin_inset CommandInset bibitem
36125 LatexCommand bibitem
36126 key "cancel"
36127
36128 \end_inset
36129
36130 LaTeX 
36131 \series bold
36132 cancel
36133 \series default
36134
36135 \begin_inset Index idx
36136 status collapsed
36137
36138 \begin_layout Plain Layout
36139 ぱっけーじ@パッケージ ! cancel
36140 \end_layout
36141
36142 \end_inset
36143
36144 パッケージの
36145 \begin_inset CommandInset href
36146 LatexCommand href
36147 name "取扱説明書"
36148 target "http://mirrors.ctan.org/macros/latex/contrib/cancel/cancel.pdf"
36149
36150 \end_inset
36151
36152
36153 \end_layout
36154
36155 \begin_layout Bibliography
36156 \begin_inset CommandInset bibitem
36157 LatexCommand bibitem
36158 key "hyperref"
36159
36160 \end_inset
36161
36162 LaTeX 
36163 \series bold
36164 hyperref
36165 \series default
36166
36167 \begin_inset Index idx
36168 status collapsed
36169
36170 \begin_layout Plain Layout
36171 ぱっけーじ@パッケージ ! hyperref
36172 \end_layout
36173
36174 \end_inset
36175
36176 パッケージの
36177 \begin_inset CommandInset href
36178 LatexCommand href
36179 name "取扱説明書"
36180 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
36181
36182 \end_inset
36183
36184
36185 \end_layout
36186
36187 \begin_layout Bibliography
36188 \begin_inset CommandInset bibitem
36189 LatexCommand bibitem
36190 key "mhchem"
36191
36192 \end_inset
36193
36194 LaTeX 
36195 \series bold
36196 mhchem
36197 \series default
36198
36199 \begin_inset Index idx
36200 status collapsed
36201
36202 \begin_layout Plain Layout
36203 ぱっけーじ@パッケージ ! mhchem
36204 \end_layout
36205
36206 \end_inset
36207
36208 パッケージの
36209 \begin_inset CommandInset href
36210 LatexCommand href
36211 name "取扱説明書"
36212 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
36213
36214 \end_inset
36215
36216
36217 \end_layout
36218
36219 \begin_layout Bibliography
36220 \begin_inset CommandInset bibitem
36221 LatexCommand bibitem
36222 key "Mathclap"
36223
36224 \end_inset
36225
36226
36227 \begin_inset CommandInset ref
36228 LatexCommand ref
36229 reference "sub:演算子の範囲"
36230
36231 \end_inset
36232
36233 節に述べられている
36234 \series bold
36235
36236 \backslash
36237 mathclap
36238 \series default
36239 コマンドの
36240 \begin_inset CommandInset href
36241 LatexCommand href
36242 name "説明"
36243 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
36244
36245 \end_inset
36246
36247
36248 \begin_inset Index idx
36249 status collapsed
36250
36251 \begin_layout Plain Layout
36252 こまんど@コマンド ! M ! 
36253 \backslash
36254 mathclap
36255 \end_layout
36256
36257 \end_inset
36258
36259
36260 \end_layout
36261
36262 \begin_layout Bibliography
36263 \begin_inset CommandInset bibitem
36264 LatexCommand bibitem
36265 key "Duden"
36266
36267 \end_inset
36268
36269
36270 \emph on
36271 Duden Band 1
36272 \emph default
36273 .
36274  22.
36275  Auflage, Duden 2001
36276 \end_layout
36277
36278 \begin_layout Bibliography
36279 \begin_inset CommandInset bibitem
36280 LatexCommand bibitem
36281 key "Checklist"
36282
36283 \end_inset
36284
36285 原稿見直しの
36286 \begin_inset CommandInset href
36287 LatexCommand href
36288 name "チェックリスト"
36289 target "http://physics.nist.gov/Document/checklist.pdf"
36290
36291 \end_inset
36292
36293
36294 \end_layout
36295
36296 \begin_layout Subsubsection*
36297 \begin_inset CommandInset index_print
36298 LatexCommand printindex
36299 type "idx"
36300
36301 \end_inset
36302
36303
36304 \end_layout
36305
36306 \end_body
36307 \end_document