]> git.lyx.org Git - lyx.git/blob - lib/doc/ja/Math.lyx
Math.lyx: describe new support for command \sideset
[lyx.git] / lib / doc / ja / Math.lyx
1 #LyX 2.1 created this file. For more info see http://www.lyx.org/
2 \lyxformat 474
3 \begin_document
4 \begin_header
5 \textclass scrartcl
6 \begin_preamble
7 % DO NOT ALTER THIS PREAMBLE!!!
8 %
9 % This preamble is designed to ensure that the file prints
10 % out as advertised. If you mess with this preamble,
11 % parts of this document may not print out as expected.  If you
12 % have problems LaTeXing this file, please contact 
13 % the documentation team
14 % email: lyx-docs@lists.lyx.org
15
16 \ifnum 42146=\euc"A4A2 \AtBeginDvi{\special{pdf:tounicode EUC-UCS2}}\else
17 \AtBeginDvi{\special{pdf:tounicode 90ms-RKSJ-UCS2}}\fi
18
19 % if pdflatex is used
20 \usepackage{ifpdf}
21 \ifpdf
22
23 % set fonts for nicer pdf view
24 \IfFileExists{lmodern.sty}
25  {\usepackage{lmodern}}{}
26
27 \fi % end if pdflatex is used
28
29 % Folgendes Problem losen:
30 % Besteht die Kapitelnummer aus zu vielen Ziffern, wird  die
31 % Kapiteluberschrift im Inhaltsverzeichnis direkt an oder uber
32 % die Kapitelnummer geschrieben.
33 % Als Losung wird mehr Platz zwischen Nummer und
34 % Uberschrift eingefugt.
35 \renewcommand{\l@subsection}{\@dottedtocline{2}{1.5em}{2.8em}}
36 \renewcommand{\l@subsubsection}{\@dottedtocline{3}{4.3em}{3.6em}}
37
38 % To be able to enter some characters directly in LyX,
39 % see sec. 22.11
40 %\DeclareInputText{176}{\ifmmode^\circ\else\textdegree\fi}
41 %\DeclareInputText{183}{\ifmmode\cdot\else\textperiodcentered\fi}
42
43 % increase link area for cross-references and autoname them,
44 %\AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
45 %\addto\extrasenglish{%
46 % \renewcommand*{\equationautorefname}[1]{}
47 % \renewcommand{\sectionautorefname}{sec.\negthinspace}
48 % \renewcommand{\subsectionautorefname}[1]{sec.\negthinspace}
49 % \renewcommand{\subsubsectionautorefname}{sec.\negthinspace}
50 %}
51
52 % don't load packages twice
53 % see first footnote in sec. 9.3
54 \@ifundefined{textcolor}{\usepackage{color}}{}
55
56 % the pages of the TOC are numbered roman
57 % and a PDF-bookmark for the TOC is added
58 \pagenumbering{roman}
59 \let\myTOC\tableofcontents
60 \renewcommand{\tableofcontents}{%
61  \vspace{1cm}
62  \pdfbookmark[1]{\contentsname}{}
63  \myTOC
64  \cleardoublepage
65  \pagenumbering{arabic}}
66
67 % insert additional vertical space of 1.5 mm between footnotes,
68 \let\myFoot\footnote
69 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
70
71 % provides caption formatting
72 %\setkomafont{captionlabel}{\bfseries}
73
74 % enables calculation of values
75 \usepackage{calc}
76
77 % for multiple columns used in sec. 24.7
78 \usepackage{multicol}
79
80 % needed in sec. 19.4
81 \usepackage{remreset}
82
83 % for the Fourier transformation symbol
84 \usepackage{mathrsfs}
85
86 % define a color, used in sec.9.3
87 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
88
89 % declare operators (see sec. 10.4 and sec. 15.2)
90 \DeclareMathOperator*{\Lozenge}{\blacklozenge}
91 \DeclareMathOperator{\sgn}{sgn}
92
93 % example definitions for sec. 20.1 
94 \newcommand{\gr}{\Longrightarrow}
95 \newcommand{\us}[1]{\underline{#1}}
96 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
97 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
98 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
99
100 % example macro from sec. 19.4
101 %\def\tagform@#1{\maketag@@@{|#1|}}
102
103 % 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  {\usepackage{undertilde}
118   \setboolean{undertilde}{true}}
119  {\setboolean{undertilde}{false}}
120
121 % check for package eurosym
122 % used for the Euro symbol
123 \newboolean{eurosym}
124 \IfFileExists{eurosym.sty}
125  {\usepackage[gennarrow]{eurosym}
126   \setboolean{eurosym}{true}}
127  {\setboolean{eurosym}{false}}
128
129 % needed in sec. 22.4
130 % check for package braket
131 \newboolean{braket}
132 \IfFileExists{braket.sty}
133  {\usepackage{braket}
134   \setboolean{braket}{true}}
135  {\setboolean{braket}{false}}
136
137 % check for package cancel
138 \newboolean{cancel}
139 \IfFileExists{cancel.sty}
140  {\usepackage{cancel}
141   \setboolean{cancel}{true}}
142  {\setboolean{cancel}{false}}
143
144 % needed in sec. 22.10
145 % check for package upgreek
146 \newboolean{upgreek}
147 \IfFileExists{upgreek.sty}
148  {\usepackage{upgreek}
149   \setboolean{upgreek}{true}}
150  {\setboolean{upgreek}{false}}
151
152 % make pdf bookmark sane with Japanese
153 \AtBeginDvi{\special{pdf:tounicode EUC-UCS2}}
154 % Added by lyx2lyx
155 \end_preamble
156 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading,samesize
157 \use_default_options true
158 \maintain_unincluded_children false
159 \begin_local_layout
160 InsetLayout             Flex:Ruby
161 LyxType         charstyle
162 LatexType               command
163 LatexName               ruby
164 BgColor         none
165 LabelString             "ルビ"
166 Decoration              Conglomerate
167 Argument post:1
168       LabelString       "ルビ文"
169       MenuString        "ルビ文(S)|S"
170       Decoration        Conglomerate
171       Font
172             Size                tiny
173       EndFont
174       LabelFont
175             Size                tiny
176       EndFont
177       Mandatory 1
178 EndArgument
179 Preamble
180 \IfFileExists{okumacro.sty}
181  {\usepackage{okumacro}}
182  {\newcommand{\ruby}[2]{#2}}
183 EndPreamble
184 End
185 \end_local_layout
186 \language japanese
187 \language_package default
188 \inputencoding auto
189 \fontencoding global
190 \font_roman default
191 \font_sans default
192 \font_typewriter default
193 \font_math auto
194 \font_default_family default
195 \use_non_tex_fonts false
196 \font_sc false
197 \font_osf false
198 \font_sf_scale 100
199 \font_tt_scale 100
200 \graphics default
201 \default_output_format default
202 \output_sync 0
203 \bibtex_command default
204 \index_command default
205 \paperfontsize default
206 \spacing single
207 \use_hyperref true
208 \pdf_title "LyX数式説明書"
209 \pdf_author "LyXプロジェクトチーム・Uwe Stohr"
210 \pdf_subject "LyXの数式機能に関する説明書"
211 \pdf_keywords "LyX, Mathed"
212 \pdf_bookmarks true
213 \pdf_bookmarksnumbered true
214 \pdf_bookmarksopen true
215 \pdf_bookmarksopenlevel 1
216 \pdf_breaklinks false
217 \pdf_pdfborder false
218 \pdf_colorlinks true
219 \pdf_backref false
220 \pdf_pdfusetitle false
221 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
222 \papersize a4paper
223 \use_geometry true
224 \use_package amsmath 2
225 \use_package amssymb 2
226 \use_package cancel 0
227 \use_package esint 1
228 \use_package mathdots 1
229 \use_package mathtools 0
230 \use_package mhchem 1
231 \use_package stackrel 0
232 \use_package stmaryrd 0
233 \use_package undertilde 0
234 \cite_engine basic
235 \cite_engine_type default
236 \biblio_style plain
237 \use_bibtopic false
238 \use_indices false
239 \paperorientation portrait
240 \suppress_date false
241 \justification true
242 \use_refstyle 0
243 \notefontcolor #0000ff
244 \index 索引
245 \shortcut idx
246 \color #008000
247 \end_index
248 \leftmargin 3.5cm
249 \topmargin 3cm
250 \rightmargin 3cm
251 \bottommargin 3.5cm
252 \secnumdepth 4
253 \tocdepth 3
254 \paragraph_separation skip
255 \defskip medskip
256 \quotes_language english
257 \papercolumns 1
258 \papersides 2
259 \paperpagestyle plain
260 \tracking_changes false
261 \output_changes false
262 \html_math_output 0
263 \html_css_as_file 0
264 \html_be_strict false
265 \end_header
266
267 \begin_body
268
269 \begin_layout Title
270 LyXの数式詳細説明書
271 \end_layout
272
273 \begin_layout Author
274 LyXプロジェクトチーム
275 \begin_inset Foot
276 status collapsed
277
278 \begin_layout Plain Layout
279 \noindent
280 コメントや誤りの修正などがございましたら、LyX文書化メーリングリスト
281 \family typewriter
282
283 \begin_inset CommandInset href
284 LatexCommand href
285 name "lyx-docs@lists.lyx.org"
286 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
287 type "mailto:"
288
289 \end_inset
290
291
292 \family default
293 までお知らせください。
294 \end_layout
295
296 \end_inset
297
298
299 \begin_inset Note Note
300 status collapsed
301
302 \begin_layout Plain Layout
303 著者:Uwe Stöhr
304 \end_layout
305
306 \end_inset
307
308
309 \begin_inset Newline newline
310 \end_inset
311
312
313 \begin_inset Newline newline
314 \end_inset
315
316
317 \family sans
318 第2.1.x版
319 \end_layout
320
321 \begin_layout Standard
322 \begin_inset CommandInset toc
323 LatexCommand tableofcontents
324
325 \end_inset
326
327
328 \end_layout
329
330 \begin_layout Standard
331 \begin_inset Note Note
332 status open
333
334 \begin_layout Plain Layout
335 この文書をPDFやPS、DVIに書き出すには、LaTeXパッケージの
336 \series bold
337 braket
338 \series default
339
340 \series bold
341 cancel
342 \series default
343
344 \series bold
345 eurosym
346 \series default
347
348 \series bold
349 mathdots
350 \series default
351
352 \series bold
353 mhchem
354 \series default
355
356 \series bold
357 undertilde
358 \series default
359
360 \series bold
361 was
362 \series default
363 が導入されている必要があります。これらが導入されていなくても文書はエクスポートできますが、パッケージを必要とする節は出力には現れません。また、
364 \series bold
365 mhchem
366 \series default
367 が導入されていないと、本ファイルを書き出すことができません。
368 \end_layout
369
370 \begin_layout Plain Layout
371 この文書の最新のPDF版は
372 \begin_inset Newline newline
373 \end_inset
374
375
376 \series bold
377 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
378 \begin_inset Newline newline
379 \end_inset
380
381
382 \series default
383 にあります。
384 \end_layout
385
386 \end_inset
387
388
389 \end_layout
390
391 \begin_layout Standard
392 \begin_inset Newpage newpage
393 \end_inset
394
395
396 \end_layout
397
398 \begin_layout Section
399 はじめに
400 \end_layout
401
402 \begin_layout Standard
403 この文書は、LyXの数式機能の説明書であると同時に、なによりも数式記号および数式要素に使用されるLaTeXコマンドのコレクションでもあります。説明は、コマンドの
404 使用を念頭に置いています。したがって、ユーザーの手引きの
405 \family typewriter
406 数式
407 \family default
408 の節をすでにお読みになっていることを前提としています。
409 \end_layout
410
411 \begin_layout Standard
412 この説明書で説明されている、ほとんどの数式記号と、数式要素の多くは、
413 \family sans
414 挿入\SpecialChar \menuseparator
415 数式
416 \family default
417 メニューか
418 \family sans
419 数式ツールバー
420 \family default
421 からアクセスすることが可能です。しかし、たくさんの数式を書かなくてはならない人はみな、数式ツールバーを使うよりもコマンドを使った方がずっと速いことに気付くことに
422 なるのです。したがって、この説明書はコマンドに焦点を当てますが、対応するツールバーボタンが利用可能なときには、それにも言及することにします。
423 \end_layout
424
425 \begin_layout Standard
426 とくに断らなければ、コマンドは数式内からのみ利用可能です。この文書で説明されているすべてのコマンドを利用できるようにするためには、文書設定(
427 \family sans
428 文書\SpecialChar \menuseparator
429 設定\SpecialChar \menuseparator
430 数式オプション
431 \family default
432 メニュー)で
433 \family sans
434 AMS mathパッケージを使う
435 \family default
436 オプションを有効にしなくてはなりません
437 \begin_inset Foot
438 status collapsed
439
440 \begin_layout Plain Layout
441
442 \family sans
443 AMS mathパッケージを自動的に使う
444 \family default
445 オプションは、LyXでサポートされている数式要素が見つかったときのみ、
446 \begin_inset ERT
447 status collapsed
448
449 \begin_layout Plain Layout
450
451
452 \backslash
453 AmS 
454 \end_layout
455
456 \end_inset
457
458 -mathパッケージを使用します。
459 \end_layout
460
461 \end_inset
462
463
464 \end_layout
465
466 \begin_layout Standard
467 説明を明瞭にするために、この文書はすべての
468 \begin_inset ERT
469 status collapsed
470
471 \begin_layout Plain Layout
472
473
474 \backslash
475 AmS 
476 \end_layout
477
478 \end_inset
479
480 -mathコマンド
481 \begin_inset Foot
482 status collapsed
483
484 \begin_layout Plain Layout
485 すべての
486 \begin_inset ERT
487 status collapsed
488
489 \begin_layout Plain Layout
490
491
492 \backslash
493 AmS
494 \end_layout
495
496 \end_inset
497
498 -mathコマンドの一覧は、
499 \family sans
500
501 \begin_inset CommandInset href
502 LatexCommand href
503 name "amsguide.ps"
504 target "ftp://ftp.ams.org/pub/tex/doc/amstex/amsguide.pdf"
505
506 \end_inset
507
508
509 \family default
510 ファイルに収録されています。このファイルは、すべてのLaTeX標準頒布版に含まれています。
511 \end_layout
512
513 \end_inset
514
515 を列挙はしません。
516 \end_layout
517
518 \begin_layout Section
519 一般的な説明
520 \end_layout
521
522 \begin_layout Standard
523 本文に埋め込まれた行内数式
524 \begin_inset Index idx
525 status collapsed
526
527 \begin_layout Plain Layout
528 すうしき ! ぎょうない @ 数式 ! 行内
529 \end_layout
530
531 \end_inset
532
533 を作成するには、
534 \begin_inset Flex Ruby
535 status collapsed
536
537 \begin_layout Plain Layout
538 捷径
539 \begin_inset Argument post:1
540 status collapsed
541
542 \begin_layout Plain Layout
543 ショートカット
544 \end_layout
545
546 \end_inset
547
548
549 \end_layout
550
551 \end_inset
552
553
554 \begin_inset Info
555 type  "shortcuts"
556 arg   "math-mode"
557 \end_inset
558
559 のうちのいずれか、あるいはツールバーボタン
560 \begin_inset Graphics
561         filename ../../images/math-mode.png
562         scale 85
563
564 \end_inset
565
566 を使用してください。
567 \begin_inset Newline newline
568 \end_inset
569
570 大きく別の段落として表示される別行立て数式
571 \begin_inset Index idx
572 status collapsed
573
574 \begin_layout Plain Layout
575 すうしき ! べつぎょうだてようしき @ 数式 ! 別行立て様式
576 \end_layout
577
578 \end_inset
579
580 を作成するには、
581 \begin_inset Info
582 type  "shortcuts"
583 arg   "math-display"
584 \end_inset
585
586 のうちいずれかの
587 \begin_inset Flex Ruby
588 status collapsed
589
590 \begin_layout Plain Layout
591 捷径
592 \begin_inset Argument post:1
593 status collapsed
594
595 \begin_layout Plain Layout
596 ショートカット
597 \end_layout
598
599 \end_inset
600
601
602 \end_layout
603
604 \end_inset
605
606 を使用して下さい。
607 \end_layout
608
609 \begin_layout Standard
610 別行立て様式の数式を行内数式に変更するには、カーソルを数式内に合わせて
611 \begin_inset Info
612 type  "shortcuts"
613 arg   "math-mode"
614 \end_inset
615
616 のいずれかの
617 \begin_inset Flex Ruby
618 status collapsed
619
620 \begin_layout Plain Layout
621 捷径
622 \begin_inset Argument post:1
623 status collapsed
624
625 \begin_layout Plain Layout
626 ショートカット
627 \end_layout
628
629 \end_inset
630
631
632 \end_layout
633
634 \end_inset
635
636 か、
637 \family sans
638 編集\SpecialChar \menuseparator
639 数式\SpecialChar \menuseparator
640 数式の表記を変更
641 \family default
642 メニューを使用して下さい。同じ方法が、行内数式を別行立て数式に変更するのにも使用できます。
643 \end_layout
644
645 \begin_layout Standard
646 行内数式の一部を別行立て数式の大きさで表示するには、
647 \series bold
648
649 \backslash
650 displaystyle
651 \begin_inset Index idx
652 status collapsed
653
654 \begin_layout Plain Layout
655
656 \size normal
657 こまんど@コマンド ! D ! 
658 \backslash
659 displaystyle
660 \end_layout
661
662 \end_inset
663
664
665 \series default
666 を数式に入力して下さい。すると、青いボックスが新規に現れて、希望する数式の箇所を挿入することができます。
667 \end_layout
668
669 \begin_layout Standard
670 表の中では、行内数式のみの使用が許されています。
671 \end_layout
672
673 \begin_layout Standard
674
675 \family sans
676 数式ツールバー
677 \family default
678 は、
679 \family sans
680 表示\SpecialChar \menuseparator
681 ツールバー
682 \family default
683 メニューで表示することができます。そのメニューで「数式」をクリックすると、ツールバーが下部に永続的に表示されます。この状態は、
684 \family sans
685 ツールバー
686 \family default
687 メニューの中ではチェック印で表されます。この状態から、
688 \family sans
689 ツールバー
690 \family default
691 メニューの「数式」をもう一度クリックすると、数式ツールバーは、カーソルが数式内部にあるときのみ表示されるようになります。この状態は、メニュー項目が「数式」から「
692 数式(自動)」に変わることで表されます。
693 \end_layout
694
695 \begin_layout Standard
696 TeXモード
697 \begin_inset Index idx
698 status collapsed
699
700 \begin_layout Plain Layout
701 T@TeXモード
702 \end_layout
703
704 \end_inset
705
706 は、ツールバーボタン
707 \begin_inset Graphics
708         filename ../../images/ert-insert.png
709         scale 85
710
711 \end_inset
712
713 を押すか、
714 \family sans
715 挿入\SpecialChar \menuseparator
716 Te
717 \begin_inset ERT
718 status collapsed
719
720 \begin_layout Plain Layout
721
722 {}
723 \end_layout
724
725 \end_inset
726
727 Xコード
728 \family default
729 (
730 \begin_inset Flex Ruby
731 status collapsed
732
733 \begin_layout Plain Layout
734 捷径
735 \begin_inset Argument post:1
736 status collapsed
737
738 \begin_layout Plain Layout
739 ショートカット
740 \end_layout
741
742 \end_inset
743
744
745 \end_layout
746
747 \end_inset
748
749
750 \begin_inset Info
751 type  "shortcut"
752 arg   "ert-insert"
753 \end_inset
754
755 )メニューを使うことで、起動できます。
756 \begin_inset Note Note
757 status collapsed
758
759 \begin_layout Plain Layout
760 LyXには、出力においては上付き文字と下付き文字とで表示される三つの「固有名詞」、TeX・LaTeX・LyXがあります。これらの名称が、固有名詞として認識される
761 のを防ぐために、ここではTeX括弧が挿入されています。
762 \end_layout
763
764 \end_inset
765
766
767 \end_layout
768
769 \begin_layout Standard
770 LaTeXプリアンブル
771 \begin_inset Index idx
772 status collapsed
773
774 \begin_layout Plain Layout
775 L@LaTeXプリアンブル
776 \end_layout
777
778 \end_inset
779
780 を変更するには、
781 \family sans
782 文書\SpecialChar \menuseparator
783 設定\SpecialChar \menuseparator
784 LaT
785 \begin_inset ERT
786 status collapsed
787
788 \begin_layout Plain Layout
789
790 {}
791 \end_layout
792
793 \end_inset
794
795 eXプリアンブル
796 \family default
797 メニューを使用してください。
798 \end_layout
799
800 \begin_layout Standard
801 行列や場合分け、多行数式を続けて編集するには、
802 \family sans
803 編集\SpecialChar \menuseparator
804 数式
805 \family default
806 メニューと
807 \family sans
808 編集\SpecialChar \menuseparator
809 行と列
810 \family default
811 メニューを使うか、表ツールバーを使用することができます。メニューから行や列を交換するように指定されたときには、カーソルのある列や行は、それぞれ右側の列や下の行と
812 交換されます。カーソルが最後の列や行にあるときには、左の列や上の行と交換されることになります。
813 \end_layout
814
815 \begin_layout Standard
816 数式内で文章を書く
817 \begin_inset Foot
818 status collapsed
819
820 \begin_layout Plain Layout
821 多行数式では、
822 \series bold
823
824 \backslash
825 intertext
826 \series default
827 コマンドが使用されます。
828 \begin_inset CommandInset ref
829 LatexCommand ref
830 reference "sub:多行数式中のテキスト"
831
832 \end_inset
833
834 を参照のこと。
835 \end_layout
836
837 \end_inset
838
839 には、
840 \emph on
841 数式テキスト
842 \emph default
843
844 \begin_inset Index idx
845 status collapsed
846
847 \begin_layout Plain Layout
848 てきすと ! すうしきないの @ テキスト ! 数式内の
849 \end_layout
850
851 \end_inset
852
853
854 \begin_inset Index idx
855 status collapsed
856
857 \begin_layout Plain Layout
858 すうしきてきすと @ 数式テキスト
859 \end_layout
860
861 \end_inset
862
863 が使用されます。このモードには、
864 \begin_inset Flex Ruby
865 status collapsed
866
867 \begin_layout Plain Layout
868 捷径
869 \begin_inset Argument post:1
870 status collapsed
871
872 \begin_layout Plain Layout
873 ショートカット
874 \end_layout
875
876 \end_inset
877
878
879 \end_layout
880
881 \end_inset
882
883
884 \begin_inset Info
885 type  "shortcut"
886 arg   "math-mode"
887 \end_inset
888
889 を使うか、
890 \series bold
891
892 \backslash
893 text
894 \series default
895
896 \begin_inset Index idx
897 status collapsed
898
899 \begin_layout Plain Layout
900 こまんど @ コマンド ! T ! 
901 \backslash
902 text
903 \end_layout
904
905 \end_inset
906
907 コマンドを挿入することで入ることができます。テキストは、LyX中では黒字で表示されるので、青字で表示される他の数式部分とは区別することができます。出力においては
908 、数式テキストは、他の数式部分とは違って、アップライト体に組まれます。
909 \end_layout
910
911 \begin_layout Subsection*
912 コマンドの構成
913 \end_layout
914
915 \begin_layout Standard
916 数式要素に使われるほとんどのLaTeXコマンドは、以下のような構成になっています。
917 \end_layout
918
919 \begin_layout Standard
920
921 \series bold
922
923 \backslash
924 コマンド名[非必須引数]{必須引数}
925 \end_layout
926
927 \begin_layout Standard
928 コマンドは、つねにバックスラッシュ「
929 \series bold
930
931 \backslash
932
933 \series default
934 」で始まります。非必須の引数を省略するときには、随伴する括弧も省略しなくてはなりません。必須引数の前後の括弧は、この文書中では、TeX括弧
935 \begin_inset Index idx
936 status collapsed
937
938 \begin_layout Plain Layout
939 T@TeX括弧
940 \end_layout
941
942 \end_inset
943
944 と呼ぶことにします。数式中でコマンド名に左括弧を付けると、LyXは自動的にTeX括弧を生成します。数式中ではそれ以外に、
945 \series bold
946
947 \backslash
948 {
949 \series default
950 コマンドを使えば、つねにTeX括弧を生成することができます。LyX中で、青字で表示される通常の括弧とは違って、TeX括弧は赤字で表示されます。TeXモード中では
951 、TeX括弧を得るのに、とくにコマンドは必要としません。また、TeX括弧は出力中では表示されません。
952 \end_layout
953
954 \begin_layout Standard
955 記号のコマンドのように引数のないコマンドをTeXモードに入力するときには、コマンドの終わりを表すために、コマンドの後に空白が
956 \emph on
957 かならず
958 \emph default
959 入力されなくてはなりません。この空白は出力中には現れません。空白を出力中に表示したいときには、空白の後に、通常テキストモードの保護された空白が来なくてはなりませ
960 ん。
961 \end_layout
962
963 \begin_layout Standard
964 保護された空白は、
965 \begin_inset Info
966 type  "shortcut"
967 arg   "space-insert protected"
968 \end_inset
969
970 で入力できます。
971 \end_layout
972
973 \begin_layout Subsection*
974 \begin_inset Newpage newpage
975 \end_inset
976
977 文法の説明
978 \end_layout
979
980 \begin_layout Itemize
981 記号 
982 \begin_inset space \textvisiblespace{}
983 \end_inset
984
985  は、空白文字を入力することを表します。
986 \end_layout
987
988 \begin_layout Itemize
989 \begin_inset Formula $\to$
990 \end_inset
991
992 のような矢印は、キーボードから対応する矢印
993 \begin_inset Flex Ruby
994 status collapsed
995
996 \begin_layout Plain Layout
997
998 \begin_inset Argument post:1
999 status collapsed
1000
1001 \begin_layout Plain Layout
1002 キー
1003 \end_layout
1004
1005 \end_inset
1006
1007
1008 \end_layout
1009
1010 \end_inset
1011
1012 を押すことを表します。
1013 \end_layout
1014
1015 \begin_layout Subsection*
1016 使用できる単位
1017 \end_layout
1018
1019 \begin_layout Standard
1020 \align center
1021 \begin_inset Float table
1022 placement H
1023 wide false
1024 sideways false
1025 status open
1026
1027 \begin_layout Plain Layout
1028 \align center
1029 \begin_inset Caption Standard
1030
1031 \begin_layout Plain Layout
1032 \begin_inset CommandInset label
1033 LatexCommand label
1034 name "tab:使用できる単位"
1035
1036 \end_inset
1037
1038 使用できる単位
1039 \end_layout
1040
1041 \end_inset
1042
1043
1044 \end_layout
1045
1046 \begin_layout Plain Layout
1047 \align center
1048 \begin_inset Tabular
1049 <lyxtabular version="3" rows="13" columns="2">
1050 <features rotate="0" tabularvalignment="middle">
1051 <column alignment="center" valignment="top">
1052 <column alignment="center" valignment="top">
1053 <row>
1054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1055 \begin_inset Text
1056
1057 \begin_layout Plain Layout
1058 単位
1059 \end_layout
1060
1061 \end_inset
1062 </cell>
1063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1064 \begin_inset Text
1065
1066 \begin_layout Plain Layout
1067 名称/摘要
1068 \end_layout
1069
1070 \end_inset
1071 </cell>
1072 </row>
1073 <row>
1074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1075 \begin_inset Text
1076
1077 \begin_layout Plain Layout
1078 mm
1079 \end_layout
1080
1081 \end_inset
1082 </cell>
1083 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1084 \begin_inset Text
1085
1086 \begin_layout Plain Layout
1087 ミリメートル
1088 \end_layout
1089
1090 \end_inset
1091 </cell>
1092 </row>
1093 <row>
1094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1095 \begin_inset Text
1096
1097 \begin_layout Plain Layout
1098 cm
1099 \end_layout
1100
1101 \end_inset
1102 </cell>
1103 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1104 \begin_inset Text
1105
1106 \begin_layout Plain Layout
1107 センチメートル
1108 \end_layout
1109
1110 \end_inset
1111 </cell>
1112 </row>
1113 <row>
1114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1115 \begin_inset Text
1116
1117 \begin_layout Plain Layout
1118 in
1119 \end_layout
1120
1121 \end_inset
1122 </cell>
1123 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1124 \begin_inset Text
1125
1126 \begin_layout Plain Layout
1127 インチ
1128 \end_layout
1129
1130 \end_inset
1131 </cell>
1132 </row>
1133 <row>
1134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1135 \begin_inset Text
1136
1137 \begin_layout Plain Layout
1138 pt
1139 \end_layout
1140
1141 \end_inset
1142 </cell>
1143 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1144 \begin_inset Text
1145
1146 \begin_layout Plain Layout
1147 ポイント (72.27
1148 \begin_inset Formula $\,$
1149 \end_inset
1150
1151 pt = 1
1152 \begin_inset Formula $\,$
1153 \end_inset
1154
1155 in)
1156 \end_layout
1157
1158 \end_inset
1159 </cell>
1160 </row>
1161 <row>
1162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1163 \begin_inset Text
1164
1165 \begin_layout Plain Layout
1166 pc
1167 \end_layout
1168
1169 \end_inset
1170 </cell>
1171 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1172 \begin_inset Text
1173
1174 \begin_layout Plain Layout
1175 パイカ (1
1176 \begin_inset Formula $\,$
1177 \end_inset
1178
1179 pc = 12
1180 \begin_inset Formula $\,$
1181 \end_inset
1182
1183 pt)
1184 \end_layout
1185
1186 \end_inset
1187 </cell>
1188 </row>
1189 <row>
1190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1191 \begin_inset Text
1192
1193 \begin_layout Plain Layout
1194 sp
1195 \end_layout
1196
1197 \end_inset
1198 </cell>
1199 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1200 \begin_inset Text
1201
1202 \begin_layout Plain Layout
1203 スケールポイント (65536
1204 \begin_inset Formula $\,$
1205 \end_inset
1206
1207 sp = 1
1208 \begin_inset Formula $\,$
1209 \end_inset
1210
1211 pt)
1212 \end_layout
1213
1214 \end_inset
1215 </cell>
1216 </row>
1217 <row>
1218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1219 \begin_inset Text
1220
1221 \begin_layout Plain Layout
1222 bp
1223 \end_layout
1224
1225 \end_inset
1226 </cell>
1227 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1228 \begin_inset Text
1229
1230 \begin_layout Plain Layout
1231 ビッグポイント (72
1232 \begin_inset Formula $\,$
1233 \end_inset
1234
1235 bp = 1
1236 \begin_inset Formula $\,$
1237 \end_inset
1238
1239 in)
1240 \end_layout
1241
1242 \end_inset
1243 </cell>
1244 </row>
1245 <row>
1246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1247 \begin_inset Text
1248
1249 \begin_layout Plain Layout
1250 dd
1251 \end_layout
1252
1253 \end_inset
1254 </cell>
1255 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1256 \begin_inset Text
1257
1258 \begin_layout Plain Layout
1259 ディドー (72
1260 \begin_inset Formula $\,$
1261 \end_inset
1262
1263 dd 
1264 \begin_inset Formula $\approx$
1265 \end_inset
1266
1267  37.6
1268 \begin_inset Formula $\,$
1269 \end_inset
1270
1271 mm)
1272 \end_layout
1273
1274 \end_inset
1275 </cell>
1276 </row>
1277 <row>
1278 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1279 \begin_inset Text
1280
1281 \begin_layout Plain Layout
1282 cc
1283 \end_layout
1284
1285 \end_inset
1286 </cell>
1287 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1288 \begin_inset Text
1289
1290 \begin_layout Plain Layout
1291 シセロ (1
1292 \begin_inset Formula $\,$
1293 \end_inset
1294
1295 cc = 12
1296 \begin_inset Formula $\,$
1297 \end_inset
1298
1299 dd)
1300 \end_layout
1301
1302 \end_inset
1303 </cell>
1304 </row>
1305 <row>
1306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1307 \begin_inset Text
1308
1309 \begin_layout Plain Layout
1310 ex
1311 \end_layout
1312
1313 \end_inset
1314 </cell>
1315 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1316 \begin_inset Text
1317
1318 \begin_layout Plain Layout
1319 現在のフォントの文字「x」の高さ
1320 \end_layout
1321
1322 \end_inset
1323 </cell>
1324 </row>
1325 <row>
1326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1327 \begin_inset Text
1328
1329 \begin_layout Plain Layout
1330 em
1331 \end_layout
1332
1333 \end_inset
1334 </cell>
1335 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1336 \begin_inset Text
1337
1338 \begin_layout Plain Layout
1339 現在のフォントの文字「M」の幅
1340 \end_layout
1341
1342 \end_inset
1343 </cell>
1344 </row>
1345 <row>
1346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1347 \begin_inset Text
1348
1349 \begin_layout Plain Layout
1350 mu
1351 \end_layout
1352
1353 \end_inset
1354 </cell>
1355 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1356 \begin_inset Text
1357
1358 \begin_layout Plain Layout
1359 数式単位(1
1360 \begin_inset space \thinspace{}
1361 \end_inset
1362
1363 mu = 
1364 \begin_inset Formula $\nicefrac{1}{18}$
1365 \end_inset
1366
1367
1368 \begin_inset space \thinspace{}
1369 \end_inset
1370
1371 em)
1372 \end_layout
1373
1374 \end_inset
1375 </cell>
1376 </row>
1377 </lyxtabular>
1378
1379 \end_inset
1380
1381
1382 \end_layout
1383
1384 \end_inset
1385
1386
1387 \end_layout
1388
1389 \begin_layout Standard
1390 \begin_inset Newpage newpage
1391 \end_inset
1392
1393
1394 \end_layout
1395
1396 \begin_layout Section
1397 基礎的な関数
1398 \end_layout
1399
1400 \begin_layout Subsection
1401 指数
1402 \begin_inset Index idx
1403 status collapsed
1404
1405 \begin_layout Plain Layout
1406 しすう@指数
1407 \end_layout
1408
1409 \end_inset
1410
1411 および添字
1412 \begin_inset Index idx
1413 status collapsed
1414
1415 \begin_layout Plain Layout
1416 そえじ@添字
1417 \end_layout
1418
1419 \end_inset
1420
1421
1422 \begin_inset Index idx
1423 status collapsed
1424
1425 \begin_layout Plain Layout
1426 うえつきもじ@上付き文字|see
1427 \begin_inset ERT
1428 status collapsed
1429
1430 \begin_layout Plain Layout
1431
1432 {
1433 \end_layout
1434
1435 \end_inset
1436
1437 指数
1438 \begin_inset ERT
1439 status collapsed
1440
1441 \begin_layout Plain Layout
1442
1443 }
1444 \end_layout
1445
1446 \end_inset
1447
1448
1449 \end_layout
1450
1451 \end_inset
1452
1453
1454 \begin_inset Index idx
1455 status collapsed
1456
1457 \begin_layout Plain Layout
1458 したつきもじ@下付き文字|see
1459 \begin_inset ERT
1460 status collapsed
1461
1462 \begin_layout Plain Layout
1463
1464 {
1465 \end_layout
1466
1467 \end_inset
1468
1469 添字
1470 \begin_inset ERT
1471 status collapsed
1472
1473 \begin_layout Plain Layout
1474
1475 }
1476 \end_layout
1477
1478 \end_inset
1479
1480
1481 \end_layout
1482
1483 \end_inset
1484
1485
1486 \end_layout
1487
1488 \begin_layout Standard
1489 添字は、アンダースコア「_」を打鍵するか、数式ツールバーボタン
1490 \begin_inset Graphics
1491         filename ../../images/math-subscript.png
1492         scale 85
1493
1494 \end_inset
1495
1496 を使って入力することができ、指数は、キャレット「^」を打鍵するか、数式ツールバーボタン
1497 \begin_inset Graphics
1498         filename ../../images/math-superscript.png
1499         scale 85
1500
1501 \end_inset
1502
1503 を使って入力することができます。
1504 \end_layout
1505
1506 \begin_layout Standard
1507 \align center
1508 \begin_inset Tabular
1509 <lyxtabular version="3" rows="4" columns="2">
1510 <features rotate="0" tabularvalignment="middle">
1511 <column alignment="center" valignment="top" width="0pt">
1512 <column alignment="center" valignment="top" width="0pt">
1513 <row>
1514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1515 \begin_inset Text
1516
1517 \begin_layout Plain Layout
1518 コマンド
1519 \end_layout
1520
1521 \end_inset
1522 </cell>
1523 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1524 \begin_inset Text
1525
1526 \begin_layout Plain Layout
1527 結果
1528 \begin_inset Note Note
1529 status collapsed
1530
1531 \begin_layout Plain Layout
1532 ここで使われている
1533 \series bold
1534
1535 \backslash
1536 raisebox
1537 \series default
1538 は単なるスペーサーです。
1539 \end_layout
1540
1541 \end_inset
1542
1543
1544 \end_layout
1545
1546 \end_inset
1547 </cell>
1548 </row>
1549 <row>
1550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1551 \begin_inset Text
1552
1553 \begin_layout Plain Layout
1554 B_V
1555 \end_layout
1556
1557 \end_inset
1558 </cell>
1559 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1560 \begin_inset Text
1561
1562 \begin_layout Plain Layout
1563 \begin_inset Formula $B_{V}$
1564 \end_inset
1565
1566
1567 \end_layout
1568
1569 \end_inset
1570 </cell>
1571 </row>
1572 <row>
1573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1574 \begin_inset Text
1575
1576 \begin_layout Plain Layout
1577 B^V
1578 \end_layout
1579
1580 \end_inset
1581 </cell>
1582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1583 \begin_inset Text
1584
1585 \begin_layout Plain Layout
1586 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1587 \end_inset
1588
1589
1590 \end_layout
1591
1592 \end_inset
1593 </cell>
1594 </row>
1595 <row>
1596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1597 \begin_inset Text
1598
1599 \begin_layout Plain Layout
1600 B^
1601 \begin_inset space \textvisiblespace{}
1602 \end_inset
1603
1604 A
1605 \end_layout
1606
1607 \end_inset
1608 </cell>
1609 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1610 \begin_inset Text
1611
1612 \begin_layout Plain Layout
1613 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1614 \end_inset
1615
1616
1617 \end_layout
1618
1619 \end_inset
1620 </cell>
1621 </row>
1622 </lyxtabular>
1623
1624 \end_inset
1625
1626
1627 \end_layout
1628
1629 \begin_layout Standard
1630 キャレットは、言語によってはアクセント記号として使用されているので、そのような場合には、母音字の後でキャレットを押すと、指数にならずにアクセントをつけることにな
1631 ってしまいます
1632 \begin_inset Foot
1633 status collapsed
1634
1635 \begin_layout Plain Layout
1636 使用しているキーボード設定によっては、同様のことが母音以外の文字でも起こることがあります。
1637 \end_layout
1638
1639 \end_inset
1640
1641 。この場合に指数を作るには、上記の最後の例のように、キャレットの後に
1642 \family sans
1643 Space
1644 \family default
1645 を押してください。
1646 \end_layout
1647
1648 \begin_layout Subsection
1649 分数
1650 \begin_inset CommandInset label
1651 LatexCommand label
1652 name "sub:分数"
1653
1654 \end_inset
1655
1656
1657 \begin_inset Index idx
1658 status collapsed
1659
1660 \begin_layout Plain Layout
1661 ぶんすう@分数
1662 \end_layout
1663
1664 \end_inset
1665
1666
1667 \end_layout
1668
1669 \begin_layout Standard
1670 分数は、コマンド
1671 \series bold
1672
1673 \backslash
1674 frac
1675 \series default
1676
1677 \begin_inset Index idx
1678 status collapsed
1679
1680 \begin_layout Plain Layout
1681 こまんど@コマンド ! F ! 
1682 \backslash
1683 frac
1684 \end_layout
1685
1686 \end_inset
1687
1688 か数式ツールバーボタン
1689 \begin_inset Graphics
1690         filename ../../images/math/frac.png
1691         scale 50
1692
1693 \end_inset
1694
1695 で作ることができます。フォント寸法は、分数が行内数式にあるか別行立て数式にあるかに応じて、自動的に調整されます。数式ツールバーボタン
1696 \begin_inset Graphics
1697         filename ../../images/math/frac-square.png
1698         scale 85
1699
1700 \end_inset
1701
1702 を使えば、分数の種類を選ぶことができます。
1703 \end_layout
1704
1705 \begin_layout Standard
1706 コマンド
1707 \series bold
1708
1709 \backslash
1710 dfrac
1711 \series default
1712
1713 \begin_inset Index idx
1714 status collapsed
1715
1716 \begin_layout Plain Layout
1717 こまんど@コマンド ! D ! 
1718 \backslash
1719 dfrac
1720 \end_layout
1721
1722 \end_inset
1723
1724 を使えば、つねに別行立て数式の大きさを持つ分数を作成することができます。また、コマンド
1725 \series bold
1726
1727 \backslash
1728 tfrac
1729 \series default
1730
1731 \begin_inset Index idx
1732 status collapsed
1733
1734 \begin_layout Plain Layout
1735 こまんど@コマンド ! T ! 
1736 \backslash
1737 tfrac
1738 \end_layout
1739
1740 \end_inset
1741
1742 では、つねに行内数式の大きさで分数が表示されます。以下はこれらの例です。
1743 \end_layout
1744
1745 \begin_layout Standard
1746 これは、コマンド
1747 \series bold
1748
1749 \backslash
1750 frac
1751 \series default
1752 を使用して作った分数
1753 \begin_inset Formula $\frac{1}{2}$
1754 \end_inset
1755
1756 を含む行です。
1757 \end_layout
1758
1759 \begin_layout Standard
1760 これは、コマンド
1761 \series bold
1762
1763 \backslash
1764 dfrac
1765 \series default
1766 を使用して作った分数
1767 \begin_inset Formula $\dfrac{1}{2}$
1768 \end_inset
1769
1770 を含む行です。
1771 \end_layout
1772
1773 \begin_layout Standard
1774 \align center
1775 \begin_inset Tabular
1776 <lyxtabular version="3" rows="4" columns="2">
1777 <features rotate="0" tabularvalignment="middle">
1778 <column alignment="center" valignment="top" width="0pt">
1779 <column alignment="center" valignment="top" width="0pt">
1780 <row>
1781 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1782 \begin_inset Text
1783
1784 \begin_layout Plain Layout
1785 コマンド
1786 \end_layout
1787
1788 \end_inset
1789 </cell>
1790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1791 \begin_inset Text
1792
1793 \begin_layout Plain Layout
1794 出力
1795 \begin_inset Note Note
1796 status collapsed
1797
1798 \begin_layout Plain Layout
1799 ここで
1800 \series bold
1801
1802 \backslash
1803 raisebox
1804 \series default
1805 はスペーサーとして使用しているだけです。
1806 \end_layout
1807
1808 \end_inset
1809
1810
1811 \end_layout
1812
1813 \end_inset
1814 </cell>
1815 </row>
1816 <row>
1817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1818 \begin_inset Text
1819
1820 \begin_layout Plain Layout
1821
1822 \backslash
1823 frac
1824 \begin_inset space \textvisiblespace{}
1825 \end_inset
1826
1827 A
1828 \begin_inset Formula $\downarrow$
1829 \end_inset
1830
1831 B
1832 \end_layout
1833
1834 \end_inset
1835 </cell>
1836 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1837 \begin_inset Text
1838
1839 \begin_layout Plain Layout
1840 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1841 \end_inset
1842
1843
1844 \end_layout
1845
1846 \end_inset
1847 </cell>
1848 </row>
1849 <row>
1850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1851 \begin_inset Text
1852
1853 \begin_layout Plain Layout
1854
1855 \backslash
1856 dfrac
1857 \begin_inset space \textvisiblespace{}
1858 \end_inset
1859
1860 A
1861 \begin_inset Formula $\downarrow$
1862 \end_inset
1863
1864 B
1865 \end_layout
1866
1867 \end_inset
1868 </cell>
1869 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1870 \begin_inset Text
1871
1872 \begin_layout Plain Layout
1873 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1874 \end_inset
1875
1876
1877 \end_layout
1878
1879 \end_inset
1880 </cell>
1881 </row>
1882 <row>
1883 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1884 \begin_inset Text
1885
1886 \begin_layout Plain Layout
1887
1888 \backslash
1889 dfrac
1890 \begin_inset space \textvisiblespace{}
1891 \end_inset
1892
1893 e^
1894 \begin_inset space \textvisiblespace{}
1895 \end_inset
1896
1897
1898 \backslash
1899 frac
1900 \begin_inset space \textvisiblespace{}
1901 \end_inset
1902
1903 1
1904 \begin_inset Formula $\downarrow$
1905 \end_inset
1906
1907 2
1908 \begin_inset Formula $\downarrow\downarrow$
1909 \end_inset
1910
1911 3
1912 \end_layout
1913
1914 \end_inset
1915 </cell>
1916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1917 \begin_inset Text
1918
1919 \begin_layout Plain Layout
1920 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
1921 \end_inset
1922
1923
1924 \end_layout
1925
1926 \end_inset
1927 </cell>
1928 </row>
1929 </lyxtabular>
1930
1931 \end_inset
1932
1933
1934 \end_layout
1935
1936 \begin_layout Standard
1937 \begin_inset VSpace bigskip
1938 \end_inset
1939
1940
1941 \begin_inset Newpage newpage
1942 \end_inset
1943
1944 入れ子の分数を作るには、コマンド
1945 \series bold
1946
1947 \backslash
1948 cfrac
1949 \series default
1950
1951 \begin_inset Index idx
1952 status collapsed
1953
1954 \begin_layout Plain Layout
1955 こまんど@コマンド ! C ! 
1956 \backslash
1957 cfrac
1958 \end_layout
1959
1960 \end_inset
1961
1962 が使えます。以下がその例です。
1963 \begin_inset VSpace -3mm
1964 \end_inset
1965
1966
1967 \end_layout
1968
1969 \begin_layout Standard
1970 \begin_inset Formula 
1971 \begin{align*}
1972 \textrm{\textbf{\textbackslash frac}を使用して作成} &  & \textrm{\textbf{\textbackslash cfrac}を使用して作成}\\
1973 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
1974 \end{align*}
1975
1976 \end_inset
1977
1978
1979 \end_layout
1980
1981 \begin_layout Standard
1982 上記の例で使用したコマンドは、
1983 \end_layout
1984
1985 \begin_layout Standard
1986
1987 \series bold
1988
1989 \backslash
1990 cfrac
1991 \begin_inset ERT
1992 status collapsed
1993
1994 \begin_layout Plain Layout
1995
1996
1997 \backslash
1998 space 
1999 \end_layout
2000
2001 \end_inset
2002
2003 A
2004 \begin_inset Formula $\downarrow$
2005 \end_inset
2006
2007 B+
2008 \backslash
2009 cfrac
2010 \begin_inset ERT
2011 status collapsed
2012
2013 \begin_layout Plain Layout
2014
2015
2016 \backslash
2017 space 
2018 \end_layout
2019
2020 \end_inset
2021
2022 C+
2023 \backslash
2024 cfrac
2025 \begin_inset ERT
2026 status collapsed
2027
2028 \begin_layout Plain Layout
2029
2030
2031 \backslash
2032 space 
2033 \end_layout
2034
2035 \end_inset
2036
2037 E
2038 \begin_inset Formula $\downarrow$
2039 \end_inset
2040
2041 F
2042 \begin_inset Formula $\downarrow$
2043 \end_inset
2044
2045 D
2046 \end_layout
2047
2048 \begin_layout Standard
2049 です。
2050 \end_layout
2051
2052 \begin_layout Standard
2053 \begin_inset VSpace medskip
2054 \end_inset
2055
2056
2057 \end_layout
2058
2059 \begin_layout Standard
2060
2061 \series bold
2062
2063 \backslash
2064 cfrac
2065 \series default
2066 は、他の分数中に入れ子になっている場合も含め、分数をつねに別行立て数式の大きさに設定します。
2067 \end_layout
2068
2069 \begin_layout Standard
2070 分子の揃え方は、指定することができます。
2071 \series bold
2072
2073 \backslash
2074 cfracleft
2075 \series default
2076 コマンドは左揃えにし、
2077 \series bold
2078
2079 \backslash
2080 cfracright
2081 \series default
2082 は右揃えにします。
2083 \series bold
2084
2085 \backslash
2086 cfrac
2087 \series default
2088 は中央揃えです。以下の各分数は、それぞれの揃え位置を示しています。
2089 \begin_inset Newline newline
2090 \end_inset
2091
2092
2093 \series bold
2094
2095 \begin_inset Formula $\cfrac[l]{A}{B+C}$
2096 \end_inset
2097
2098
2099 \begin_inset Formula $\cfrac{A}{B+C}$
2100 \end_inset
2101
2102
2103 \begin_inset Formula $\cfrac[r]{A}{B+C}$
2104 \end_inset
2105
2106
2107 \end_layout
2108
2109 \begin_layout Standard
2110 \begin_inset Note Greyedout
2111 status open
2112
2113 \begin_layout Plain Layout
2114
2115 \series bold
2116 【註】
2117 \backslash
2118 cfracleft
2119 \series default
2120
2121 \series bold
2122
2123 \backslash
2124 cfracright
2125 \series default
2126 は、生粋のLaTeXコマンドではなく、実体は、コマンド
2127 \series bold
2128
2129 \backslash
2130 cfrac[揃え位置]{分子}{分母}
2131 \series default
2132 です。したがって、これらをTeXモードで使うことはできません。
2133 \end_layout
2134
2135 \end_inset
2136
2137
2138 \end_layout
2139
2140 \begin_layout Standard
2141 \begin_inset VSpace medskip
2142 \end_inset
2143
2144 ときに、以下のように
2145 \series bold
2146
2147 \backslash
2148 cfrac
2149 \series default
2150
2151 \series bold
2152
2153 \backslash
2154 frac
2155 \series default
2156 を組み合わせて使うと便利です。
2157 \begin_inset Formula 
2158 \[
2159 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}
2160 \]
2161
2162 \end_inset
2163
2164
2165 \end_layout
2166
2167 \begin_layout Standard
2168 斜めの分数線を持つ行内分数を作るには、コマンド
2169 \series bold
2170
2171 \backslash
2172 nicefrac
2173 \series default
2174
2175 \begin_inset Index idx
2176 status collapsed
2177
2178 \begin_layout Plain Layout
2179 こまんど@コマンド ! N ! 
2180 \backslash
2181 nicefrac
2182 \end_layout
2183
2184 \end_inset
2185
2186 (例:
2187 \begin_inset Formula $\nicefrac{5}{31}$
2188 \end_inset
2189
2190 )を使うか、コマンド
2191 \series bold
2192
2193 \backslash
2194 unitfrac
2195 \series default
2196
2197 \begin_inset Index idx
2198 status collapsed
2199
2200 \begin_layout Plain Layout
2201 こまんど@コマンド ! U ! 
2202 \backslash
2203 unitfrac
2204 \end_layout
2205
2206 \end_inset
2207
2208 (例:
2209 \begin_inset Formula $\unitfrac{5}{31}$
2210 \end_inset
2211
2212 )を使います。さらに、
2213 \begin_inset Formula $\unitfrac[2]{1}{3}$
2214 \end_inset
2215
2216 のような帯分数を作るコマンド
2217 \series bold
2218
2219 \backslash
2220 unitfracthree
2221 \series default
2222 もあります。
2223 \end_layout
2224
2225 \begin_layout Standard
2226 \begin_inset Note Greyedout
2227 status open
2228
2229 \begin_layout Plain Layout
2230
2231 \series bold
2232 【註】
2233 \series default
2234 実は、
2235 \series bold
2236
2237 \backslash
2238 unitfracthree
2239 \series default
2240 は生粋のLaTeXコマンドではなく、実体は
2241 \begin_inset Newline newline
2242 \end_inset
2243
2244
2245 \series bold
2246
2247 \backslash
2248 unitfrac[自然数]{分子}{分母}
2249 \series default
2250 というコマンドなので、TeXコードでは使用できません。
2251 \end_layout
2252
2253 \end_inset
2254
2255
2256 \end_layout
2257
2258 \begin_layout Standard
2259 分数線を変更できるような独自の分数の定義のしかたは、第
2260 \begin_inset CommandInset ref
2261 LatexCommand ref
2262 reference "sub:自己定義の分数"
2263
2264 \end_inset
2265
2266 節に説明があります。
2267 \end_layout
2268
2269 \begin_layout Subsection
2270 根号
2271 \begin_inset Index idx
2272 status collapsed
2273
2274 \begin_layout Plain Layout
2275 こんごう@根号
2276 \end_layout
2277
2278 \end_inset
2279
2280
2281 \begin_inset Index idx
2282 status collapsed
2283
2284 \begin_layout Plain Layout
2285 るーと@ルート|see
2286 \begin_inset ERT
2287 status collapsed
2288
2289 \begin_layout Plain Layout
2290
2291 {
2292 \end_layout
2293
2294 \end_inset
2295
2296 根号
2297 \begin_inset ERT
2298 status collapsed
2299
2300 \begin_layout Plain Layout
2301
2302 }
2303 \end_layout
2304
2305 \end_inset
2306
2307
2308 \end_layout
2309
2310 \end_inset
2311
2312
2313 \end_layout
2314
2315 \begin_layout Standard
2316 平方根は、
2317 \series bold
2318
2319 \backslash
2320 sqrt
2321 \series default
2322
2323 \begin_inset Index idx
2324 status collapsed
2325
2326 \begin_layout Plain Layout
2327 こまんど@コマンド ! S ! 
2328 \backslash
2329 sqrt
2330 \end_layout
2331
2332 \end_inset
2333
2334 か数式ツールバーボタン
2335 \begin_inset Graphics
2336         filename ../../images/math/sqrt.png
2337         scale 85
2338
2339 \end_inset
2340
2341 で作成することができ、他のすべての根号は、コマンド
2342 \series bold
2343
2344 \backslash
2345 root
2346 \series default
2347
2348 \begin_inset Index idx
2349 status collapsed
2350
2351 \begin_layout Plain Layout
2352 こまんど@コマンド ! R ! 
2353 \backslash
2354 root
2355 \end_layout
2356
2357 \end_inset
2358
2359 か数式ツールバーボタン
2360 \begin_inset Graphics
2361         filename ../../images/math/root.png
2362         scale 85
2363
2364 \end_inset
2365
2366 で作成することができます。
2367 \end_layout
2368
2369 \begin_layout Standard
2370 \align center
2371 \begin_inset Tabular
2372 <lyxtabular version="3" rows="3" columns="2">
2373 <features rotate="0" tabularvalignment="middle">
2374 <column alignment="center" valignment="top" width="0pt">
2375 <column alignment="center" valignment="top" width="0pt">
2376 <row>
2377 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2378 \begin_inset Text
2379
2380 \begin_layout Plain Layout
2381 コマンド
2382 \end_layout
2383
2384 \end_inset
2385 </cell>
2386 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2387 \begin_inset Text
2388
2389 \begin_layout Plain Layout
2390 出力
2391 \begin_inset Note Note
2392 status collapsed
2393
2394 \begin_layout Plain Layout
2395 ここで
2396 \series bold
2397
2398 \backslash
2399 raisebox
2400 \series default
2401 はスペーサーとして使用しているだけです。
2402 \end_layout
2403
2404 \end_inset
2405
2406
2407 \end_layout
2408
2409 \end_inset
2410 </cell>
2411 </row>
2412 <row>
2413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2414 \begin_inset Text
2415
2416 \begin_layout Plain Layout
2417
2418 \backslash
2419 sqrt
2420 \begin_inset space \textvisiblespace{}
2421 \end_inset
2422
2423 A-B
2424 \end_layout
2425
2426 \end_inset
2427 </cell>
2428 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2429 \begin_inset Text
2430
2431 \begin_layout Plain Layout
2432 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2433 \end_inset
2434
2435
2436 \end_layout
2437
2438 \end_inset
2439 </cell>
2440 </row>
2441 <row>
2442 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2443 \begin_inset Text
2444
2445 \begin_layout Plain Layout
2446
2447 \backslash
2448 root
2449 \begin_inset space \textvisiblespace{}
2450 \end_inset
2451
2452 3
2453 \begin_inset Formula $\downarrow$
2454 \end_inset
2455
2456 A-B
2457 \end_layout
2458
2459 \end_inset
2460 </cell>
2461 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2462 \begin_inset Text
2463
2464 \begin_layout Plain Layout
2465 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2466 \end_inset
2467
2468
2469 \end_layout
2470
2471 \end_inset
2472 </cell>
2473 </row>
2474 </lyxtabular>
2475
2476 \end_inset
2477
2478
2479 \end_layout
2480
2481 \begin_layout Standard
2482 平方根は、根号指数フィールドを空白のままにしておけば、
2483 \series bold
2484
2485 \backslash
2486 root
2487 \series default
2488 でも作成することができます。
2489 \end_layout
2490
2491 \begin_layout Standard
2492 \begin_inset Formula $\sqrt[\beta]{B}$
2493 \end_inset
2494
2495 の例のように、指数のとる値によっては、根号への距離が近すぎることがあります。
2496 \begin_inset Newline newline
2497 \end_inset
2498
2499 この場合には、
2500 \begin_inset Formula $\beta$
2501 \end_inset
2502
2503 が根号に触れてしまいます。これを避けるためには、以下のようなコマンド書式で、コマンド
2504 \series bold
2505
2506 \backslash
2507 leftroot
2508 \series default
2509
2510 \begin_inset Index idx
2511 status collapsed
2512
2513 \begin_layout Plain Layout
2514 こまんど@コマンド ! L ! 
2515 \backslash
2516 leftroot
2517 \end_layout
2518
2519 \end_inset
2520
2521
2522 \series bold
2523
2524 \backslash
2525 uproot
2526 \series default
2527
2528 \begin_inset Index idx
2529 status collapsed
2530
2531 \begin_layout Plain Layout
2532 こまんど@コマンド ! U ! 
2533 \backslash
2534 uproot
2535 \end_layout
2536
2537 \end_inset
2538
2539 を使います。
2540 \end_layout
2541
2542 \begin_layout Standard
2543
2544 \series bold
2545
2546 \backslash
2547 leftroot{距離}
2548 \series default
2549 および
2550 \series bold
2551
2552 \backslash
2553 uproot{距離}
2554 \end_layout
2555
2556 \begin_layout Standard
2557 ここで「距離」は、指数を左あるいは上に動かす、Big Point(単位bp;
2558 \begin_inset Formula $\mathrm{72\, bp=1}$
2559 \end_inset
2560
2561 インチ)での数値です。これらのコマンドは、指数に書き込みます。このようにして、コマンド
2562 \begin_inset Newline newline
2563 \end_inset
2564
2565
2566 \series bold
2567
2568 \backslash
2569 root
2570 \backslash
2571 leftroot{-1
2572 \begin_inset Formula $\to$
2573 \end_inset
2574
2575
2576 \backslash
2577 uproot{2
2578 \begin_inset Formula $\to$
2579 \end_inset
2580
2581
2582 \backslash
2583 beta
2584 \begin_inset space \textvisiblespace{}
2585 \end_inset
2586
2587
2588 \begin_inset Formula $\to$
2589 \end_inset
2590
2591 B
2592 \begin_inset Newline newline
2593 \end_inset
2594
2595
2596 \series default
2597 は、正しく組版された数式
2598 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2599 \end_inset
2600
2601 を生成します。
2602 \end_layout
2603
2604 \begin_layout Subsection
2605 二項係数
2606 \begin_inset Index idx
2607 status collapsed
2608
2609 \begin_layout Plain Layout
2610 にこうけいすう@二項係数
2611 \end_layout
2612
2613 \end_inset
2614
2615
2616 \end_layout
2617
2618 \begin_layout Standard
2619 二項係数は、コマンド
2620 \series bold
2621
2622 \backslash
2623 binom
2624 \series default
2625
2626 \begin_inset Index idx
2627 status collapsed
2628
2629 \begin_layout Plain Layout
2630 こまんど@コマンド ! B ! 
2631 \backslash
2632 binom
2633 \end_layout
2634
2635 \end_inset
2636
2637 か数式ツールバーボタン
2638 \begin_inset Graphics
2639         filename ../../images/math/frac-square.png
2640         scale 85
2641
2642 \end_inset
2643
2644 の小メニューを使って挿入することができます。分数(
2645 \series bold
2646
2647 \backslash
2648 frac
2649 \series default
2650 )と同様に、
2651 \series bold
2652
2653 \backslash
2654 binom
2655 \series default
2656 の他に、コマンド
2657 \series bold
2658
2659 \backslash
2660 dbinom
2661 \begin_inset Index idx
2662 status collapsed
2663
2664 \begin_layout Plain Layout
2665 こまんど@コマンド ! D ! 
2666 \backslash
2667 dbinom
2668 \end_layout
2669
2670 \end_inset
2671
2672
2673 \series default
2674 および
2675 \series bold
2676
2677 \backslash
2678 tbinom
2679 \series default
2680
2681 \begin_inset Index idx
2682 status collapsed
2683
2684 \begin_layout Plain Layout
2685 こまんど@コマンド ! T ! 
2686 \backslash
2687 tbinom
2688 \end_layout
2689
2690 \end_inset
2691
2692 があります。二項係数のまわりの括弧に、他の括弧を使うには、コマンド
2693 \series bold
2694
2695 \backslash
2696 brace
2697 \series default
2698
2699 \begin_inset Index idx
2700 status collapsed
2701
2702 \begin_layout Plain Layout
2703 こまんど@コマンド ! B ! 
2704 \backslash
2705 brace
2706 \end_layout
2707
2708 \end_inset
2709
2710
2711 \series bold
2712
2713 \backslash
2714 brack
2715 \series default
2716
2717 \begin_inset Index idx
2718 status collapsed
2719
2720 \begin_layout Plain Layout
2721 こまんど@コマンド ! B ! 
2722 \backslash
2723 brack
2724 \end_layout
2725
2726 \end_inset
2727
2728 があります。
2729 \end_layout
2730
2731 \begin_layout Standard
2732 \align center
2733 \begin_inset Tabular
2734 <lyxtabular version="3" rows="6" columns="2">
2735 <features rotate="0" tabularvalignment="middle">
2736 <column alignment="center" valignment="top" width="0pt">
2737 <column alignment="center" valignment="top" width="0pt">
2738 <row>
2739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2740 \begin_inset Text
2741
2742 \begin_layout Plain Layout
2743 コマンド
2744 \end_layout
2745
2746 \end_inset
2747 </cell>
2748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2749 \begin_inset Text
2750
2751 \begin_layout Plain Layout
2752 出力
2753 \begin_inset Note Note
2754 status collapsed
2755
2756 \begin_layout Plain Layout
2757 ここで
2758 \series bold
2759
2760 \backslash
2761 raisebox
2762 \series default
2763 はスペーサーとして使用しているだけです。
2764 \end_layout
2765
2766 \end_inset
2767
2768
2769 \end_layout
2770
2771 \end_inset
2772 </cell>
2773 </row>
2774 <row>
2775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2776 \begin_inset Text
2777
2778 \begin_layout Plain Layout
2779
2780 \backslash
2781 binom
2782 \begin_inset space \textvisiblespace{}
2783 \end_inset
2784
2785 A
2786 \begin_inset Formula $\downarrow$
2787 \end_inset
2788
2789 B
2790 \end_layout
2791
2792 \end_inset
2793 </cell>
2794 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2795 \begin_inset Text
2796
2797 \begin_layout Plain Layout
2798 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2799 \end_inset
2800
2801
2802 \end_layout
2803
2804 \end_inset
2805 </cell>
2806 </row>
2807 <row>
2808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2809 \begin_inset Text
2810
2811 \begin_layout Plain Layout
2812
2813 \backslash
2814 dbinom
2815 \begin_inset space \textvisiblespace{}
2816 \end_inset
2817
2818 A
2819 \begin_inset Formula $\downarrow$
2820 \end_inset
2821
2822 B
2823 \end_layout
2824
2825 \end_inset
2826 </cell>
2827 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2828 \begin_inset Text
2829
2830 \begin_layout Plain Layout
2831 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2832 \end_inset
2833
2834
2835 \end_layout
2836
2837 \end_inset
2838 </cell>
2839 </row>
2840 <row>
2841 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2842 \begin_inset Text
2843
2844 \begin_layout Plain Layout
2845
2846 \backslash
2847 tbinom
2848 \begin_inset space \textvisiblespace{}
2849 \end_inset
2850
2851 A
2852 \begin_inset Formula $\downarrow$
2853 \end_inset
2854
2855 B
2856 \end_layout
2857
2858 \end_inset
2859 </cell>
2860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2861 \begin_inset Text
2862
2863 \begin_layout Plain Layout
2864 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
2865 \end_inset
2866
2867
2868 \end_layout
2869
2870 \end_inset
2871 </cell>
2872 </row>
2873 <row>
2874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2875 \begin_inset Text
2876
2877 \begin_layout Plain Layout
2878
2879 \backslash
2880 brack
2881 \begin_inset space \textvisiblespace{}
2882 \end_inset
2883
2884 A
2885 \begin_inset Formula $\downarrow$
2886 \end_inset
2887
2888 B
2889 \end_layout
2890
2891 \end_inset
2892 </cell>
2893 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2894 \begin_inset Text
2895
2896 \begin_layout Plain Layout
2897 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
2898 \end_inset
2899
2900
2901 \end_layout
2902
2903 \end_inset
2904 </cell>
2905 </row>
2906 <row>
2907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2908 \begin_inset Text
2909
2910 \begin_layout Plain Layout
2911
2912 \backslash
2913 brace
2914 \begin_inset space \textvisiblespace{}
2915 \end_inset
2916
2917 A
2918 \begin_inset Formula $\downarrow$
2919 \end_inset
2920
2921 B
2922 \end_layout
2923
2924 \end_inset
2925 </cell>
2926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2927 \begin_inset Text
2928
2929 \begin_layout Plain Layout
2930 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
2931 \end_inset
2932
2933
2934 \end_layout
2935
2936 \end_inset
2937 </cell>
2938 </row>
2939 </lyxtabular>
2940
2941 \end_inset
2942
2943
2944 \end_layout
2945
2946 \begin_layout Subsection
2947 場合分け
2948 \begin_inset Index idx
2949 status collapsed
2950
2951 \begin_layout Plain Layout
2952 ばあいわけ@場合分け
2953 \end_layout
2954
2955 \end_inset
2956
2957
2958 \end_layout
2959
2960 \begin_layout Standard
2961 \align center
2962 \begin_inset Tabular
2963 <lyxtabular version="3" rows="3" columns="2">
2964 <features rotate="0" tabularvalignment="middle">
2965 <column alignment="center" valignment="top" width="0pt">
2966 <column alignment="center" valignment="top" width="0pt">
2967 <row>
2968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2969 \begin_inset Text
2970
2971 \begin_layout Plain Layout
2972 コマンド
2973 \end_layout
2974
2975 \end_inset
2976 </cell>
2977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2978 \begin_inset Text
2979
2980 \begin_layout Plain Layout
2981 出力
2982 \end_layout
2983
2984 \end_inset
2985 </cell>
2986 </row>
2987 <row>
2988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2989 \begin_inset Text
2990
2991 \begin_layout Plain Layout
2992
2993 \backslash
2994 cases
2995 \begin_inset space \textvisiblespace{}
2996 \end_inset
2997
2998 A
2999 \begin_inset Formula $\to$
3000 \end_inset
3001
3002 B
3003 \begin_inset Formula $>$
3004 \end_inset
3005
3006 0
3007 \begin_inset Index idx
3008 status collapsed
3009
3010 \begin_layout Plain Layout
3011 こまんど@コマンド ! C ! 
3012 \backslash
3013 cases
3014 \end_layout
3015
3016 \end_inset
3017
3018
3019 \end_layout
3020
3021 \end_inset
3022 </cell>
3023 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3024 \begin_inset Text
3025
3026 \begin_layout Plain Layout
3027 \begin_inset Formula $\begin{cases}
3028 A & B>0\end{cases}$
3029 \end_inset
3030
3031
3032 \end_layout
3033
3034 \end_inset
3035 </cell>
3036 </row>
3037 <row>
3038 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3039 \begin_inset Text
3040
3041 \begin_layout Plain Layout
3042
3043 \backslash
3044 cases
3045 \begin_inset space \textvisiblespace{}
3046 \end_inset
3047
3048
3049 \begin_inset Info
3050 type  "shortcut"
3051 arg   "newline-insert newline"
3052 \end_inset
3053
3054
3055 \end_layout
3056
3057 \end_inset
3058 </cell>
3059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3060 \begin_inset Text
3061
3062 \begin_layout Plain Layout
3063 \begin_inset Formula $\begin{cases}
3064 A & \textrm{for }x>0\\
3065 B & \textrm{for }x=0
3066 \end{cases}$
3067 \end_inset
3068
3069
3070 \end_layout
3071
3072 \end_inset
3073 </cell>
3074 </row>
3075 </lyxtabular>
3076
3077 \end_inset
3078
3079
3080 \end_layout
3081
3082 \begin_layout Standard
3083
3084 \series bold
3085
3086 \backslash
3087 cases
3088 \series default
3089 を挿入するか数式ツールバーボタン
3090 \begin_inset Graphics
3091         filename ../../images/math/cases.png
3092         scale 85
3093
3094 \end_inset
3095
3096 を使用した後では、
3097 \begin_inset Flex Ruby
3098 status collapsed
3099
3100 \begin_layout Plain Layout
3101 捷径
3102 \begin_inset Argument post:1
3103 status collapsed
3104
3105 \begin_layout Plain Layout
3106 ショートカット
3107 \end_layout
3108
3109 \end_inset
3110
3111
3112 \end_layout
3113
3114 \end_inset
3115
3116
3117 \begin_inset Info
3118 type  "shortcut"
3119 arg   "newline-insert newline"
3120 \end_inset
3121
3122 か表ツールバーボタン
3123 \begin_inset Graphics
3124         filename ../../images/tabular-feature_append-row.png
3125         scale 85
3126
3127 \end_inset
3128
3129 を使えば、新しい行を作ることができます。
3130 \end_layout
3131
3132 \begin_layout Standard
3133 コマンド
3134 \series bold
3135
3136 \backslash
3137 cases
3138 \series default
3139 は、
3140 \family sans
3141 挿入\SpecialChar \menuseparator
3142 数式\SpecialChar \menuseparator
3143 Cases環境
3144 \family default
3145 メニューで挿入することもできます。
3146 \end_layout
3147
3148 \begin_layout Subsection
3149 否定
3150 \begin_inset Index idx
3151 status collapsed
3152
3153 \begin_layout Plain Layout
3154 ひてい@否定
3155 \end_layout
3156
3157 \end_inset
3158
3159
3160 \end_layout
3161
3162 \begin_layout Standard
3163
3164 \series bold
3165
3166 \backslash
3167 not
3168 \series default
3169
3170 \begin_inset Index idx
3171 status collapsed
3172
3173 \begin_layout Plain Layout
3174 こまんど@コマンド ! N ! 
3175 \backslash
3176 not
3177 \end_layout
3178
3179 \end_inset
3180
3181 を挿入することで、すべての文字を取り消し形で表示できます。文字はスラッシュを上書きされた形になります。
3182 \end_layout
3183
3184 \begin_layout Standard
3185 \align center
3186 \begin_inset Tabular
3187 <lyxtabular version="3" rows="4" columns="2">
3188 <features rotate="0" tabularvalignment="middle">
3189 <column alignment="center" valignment="top" width="0pt">
3190 <column alignment="center" valignment="top" width="0pt">
3191 <row>
3192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3193 \begin_inset Text
3194
3195 \begin_layout Plain Layout
3196 コマンド
3197 \end_layout
3198
3199 \end_inset
3200 </cell>
3201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3202 \begin_inset Text
3203
3204 \begin_layout Plain Layout
3205 出力
3206 \end_layout
3207
3208 \end_inset
3209 </cell>
3210 </row>
3211 <row>
3212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3213 \begin_inset Text
3214
3215 \begin_layout Plain Layout
3216
3217 \backslash
3218 not=
3219 \end_layout
3220
3221 \end_inset
3222 </cell>
3223 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3224 \begin_inset Text
3225
3226 \begin_layout Plain Layout
3227 \begin_inset Formula $\not=$
3228 \end_inset
3229
3230
3231 \end_layout
3232
3233 \end_inset
3234 </cell>
3235 </row>
3236 <row>
3237 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3238 \begin_inset Text
3239
3240 \begin_layout Plain Layout
3241
3242 \backslash
3243 not 
3244 \backslash
3245 le
3246 \end_layout
3247
3248 \end_inset
3249 </cell>
3250 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3251 \begin_inset Text
3252
3253 \begin_layout Plain Layout
3254 \begin_inset Formula $\not\le$
3255 \end_inset
3256
3257
3258 \end_layout
3259
3260 \end_inset
3261 </cell>
3262 </row>
3263 <row>
3264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3265 \begin_inset Text
3266
3267 \begin_layout Plain Layout
3268
3269 \backslash
3270 not 
3271 \backslash
3272 parallel
3273 \end_layout
3274
3275 \end_inset
3276 </cell>
3277 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3278 \begin_inset Text
3279
3280 \begin_layout Plain Layout
3281 \begin_inset Formula $\not\parallel$
3282 \end_inset
3283
3284
3285 \end_layout
3286
3287 \end_inset
3288 </cell>
3289 </row>
3290 </lyxtabular>
3291
3292 \end_inset
3293
3294
3295 \end_layout
3296
3297 \begin_layout Standard
3298 最後の例が示すように、すべての否定形がきれいに出力されるわけではありません。このことから、否定形に専用のコマンドを持つものもあります(第
3299 \begin_inset CommandInset ref
3300 LatexCommand ref
3301 reference "sub:数学記号"
3302
3303 \end_inset
3304
3305 節および第
3306 \begin_inset CommandInset ref
3307 LatexCommand ref
3308 reference "sec:関係子"
3309
3310 \end_inset
3311
3312 節を参照)。
3313 \end_layout
3314
3315 \begin_layout Subsection
3316 埋め草
3317 \begin_inset CommandInset label
3318 LatexCommand label
3319 name "sub:埋め草"
3320
3321 \end_inset
3322
3323
3324 \begin_inset Index idx
3325 status collapsed
3326
3327 \begin_layout Plain Layout
3328 うめくさ@埋め草
3329 \end_layout
3330
3331 \end_inset
3332
3333
3334 \begin_inset Index idx
3335 status collapsed
3336
3337 \begin_layout Plain Layout
3338 かがくきごう@化学記号 ! どういたい@同位体
3339 \end_layout
3340
3341 \end_inset
3342
3343
3344 \begin_inset Index idx
3345 status collapsed
3346
3347 \begin_layout Plain Layout
3348 どういたい@同位体|see
3349 \begin_inset ERT
3350 status collapsed
3351
3352 \begin_layout Plain Layout
3353
3354 {
3355 \end_layout
3356
3357 \end_inset
3358
3359 化学記号
3360 \begin_inset ERT
3361 status collapsed
3362
3363 \begin_layout Plain Layout
3364
3365 }
3366 \end_layout
3367
3368 \end_inset
3369
3370
3371 \end_layout
3372
3373 \end_inset
3374
3375
3376 \begin_inset Index idx
3377 status collapsed
3378
3379 \begin_layout Plain Layout
3380 あいそとーぷ@アイソトープ|see
3381 \begin_inset ERT
3382 status collapsed
3383
3384 \begin_layout Plain Layout
3385
3386 {
3387 \end_layout
3388
3389 \end_inset
3390
3391 同位体
3392 \begin_inset ERT
3393 status collapsed
3394
3395 \begin_layout Plain Layout
3396
3397 }
3398 \end_layout
3399
3400 \end_inset
3401
3402
3403 \end_layout
3404
3405 \end_inset
3406
3407
3408 \end_layout
3409
3410 \begin_layout Standard
3411 たとえば同位体
3412 \begin_inset Foot
3413 status collapsed
3414
3415 \begin_layout Plain Layout
3416 同位体と化学記号の組版に関しては、第
3417 \begin_inset CommandInset ref
3418 LatexCommand ref
3419 reference "sub:化学記号と化学式"
3420
3421 \end_inset
3422
3423 節に記述があります。
3424 \end_layout
3425
3426 \end_inset
3427
3428 を表示しようとすると、次のような問題が起こります。
3429 \end_layout
3430
3431 \begin_layout Standard
3432 \align center
3433 \begin_inset Tabular
3434 <lyxtabular version="3" rows="2" columns="2">
3435 <features rotate="0" tabularvalignment="middle">
3436 <column alignment="center" valignment="top" width="0pt">
3437 <column alignment="center" valignment="top" width="0pt">
3438 <row>
3439 <cell alignment="center" valignment="top" usebox="none">
3440 \begin_inset Text
3441
3442 \begin_layout Plain Layout
3443 上付き文字と下付き文字を使用して作った指数:
3444 \end_layout
3445
3446 \end_inset
3447 </cell>
3448 <cell alignment="center" valignment="top" usebox="none">
3449 \begin_inset Text
3450
3451 \begin_layout Plain Layout
3452 \begin_inset Formula $_{9}^{19}\mathrm{F}\raisebox{-3mm}{}$
3453 \end_inset
3454
3455
3456 \end_layout
3457
3458 \end_inset
3459 </cell>
3460 </row>
3461 <row>
3462 <cell alignment="center" valignment="top" usebox="none">
3463 \begin_inset Text
3464
3465 \begin_layout Plain Layout
3466 正しい指数:
3467 \end_layout
3468
3469 \end_inset
3470 </cell>
3471 <cell alignment="center" valignment="top" usebox="none">
3472 \begin_inset Text
3473
3474 \begin_layout Plain Layout
3475 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3476 \end_inset
3477
3478
3479 \end_layout
3480
3481 \end_inset
3482 </cell>
3483 </row>
3484 </lyxtabular>
3485
3486 \end_inset
3487
3488
3489 \begin_inset Note Note
3490 status collapsed
3491
3492 \begin_layout Plain Layout
3493 ここで
3494 \series bold
3495
3496 \backslash
3497 raisebox
3498 \series default
3499 はスペーサーとして使用しているだけです。
3500 \end_layout
3501
3502 \end_inset
3503
3504
3505 \end_layout
3506
3507 \begin_layout Standard
3508 短い方の指数は、既定で、長い方の指数の一文字目の下ないし上に配置されてしまいます。これを避けるには、一文字ないし複数の空の文字を生成するコマンド
3509 \series bold
3510
3511 \backslash
3512 phantom
3513 \series default
3514
3515 \begin_inset Index idx
3516 status collapsed
3517
3518 \begin_layout Plain Layout
3519 こまんど@コマンド ! P ! 
3520 \backslash
3521 phantom
3522 \end_layout
3523
3524 \end_inset
3525
3526 や数式ツールバーボタン
3527 \begin_inset Foot
3528 status collapsed
3529
3530 \begin_layout Plain Layout
3531 ツールバーボタン
3532 \begin_inset Graphics
3533         filename ../../images/math/space.png
3534         scale 85
3535
3536 \end_inset
3537
3538 の小メニューに入っています。
3539 \end_layout
3540
3541 \end_inset
3542
3543
3544 \begin_inset Graphics
3545         filename ../../images/math/phantom.png
3546         scale 85
3547
3548 \end_inset
3549
3550 があります。
3551 \series bold
3552
3553 \backslash
3554 phantom
3555 \series default
3556 を挿入すると、二つの赤い矢印が重なった青枠が表示されます。矢印は、箱の中身の幅と高さの両方が、埋め草(指定した文字と同じ大きさの余白を確保するために使われる空打
3557 ち文字)として適用されることを示しています。したがって、
3558 \series bold
3559
3560 \backslash
3561 phantom
3562 \series default
3563 の作る文字は、箱の中身の文字の大きさを持つ埋め草となります。
3564 \end_layout
3565
3566 \begin_layout Standard
3567 \align center
3568 \begin_inset Tabular
3569 <lyxtabular version="3" rows="4" columns="2">
3570 <features rotate="0" tabularvalignment="middle">
3571 <column alignment="center" valignment="top">
3572 <column alignment="center" valignment="top">
3573 <row>
3574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3575 \begin_inset Text
3576
3577 \begin_layout Plain Layout
3578 コマンド
3579 \end_layout
3580
3581 \end_inset
3582 </cell>
3583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3584 \begin_inset Text
3585
3586 \begin_layout Plain Layout
3587 出力
3588 \begin_inset Note Note
3589 status collapsed
3590
3591 \begin_layout Plain Layout
3592 ここで
3593 \series bold
3594
3595 \backslash
3596 raisebox
3597 \series default
3598 はスペーサーとして使用しているだけです。
3599 \end_layout
3600
3601 \end_inset
3602
3603
3604 \end_layout
3605
3606 \end_inset
3607 </cell>
3608 </row>
3609 <row>
3610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3611 \begin_inset Text
3612
3613 \begin_layout Plain Layout
3614 ^19
3615 \begin_inset space \textvisiblespace{}
3616 \end_inset
3617
3618 _
3619 \backslash
3620 phantom
3621 \begin_inset space \textvisiblespace{}
3622 \end_inset
3623
3624 1
3625 \begin_inset Formula $\to$
3626 \end_inset
3627
3628 9
3629 \begin_inset space \textvisiblespace{}
3630 \end_inset
3631
3632 F
3633 \end_layout
3634
3635 \end_inset
3636 </cell>
3637 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3638 \begin_inset Text
3639
3640 \begin_layout Plain Layout
3641 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\mathrm{F}\raisebox{-2.5mm}{}$
3642 \end_inset
3643
3644
3645 \end_layout
3646
3647 \end_inset
3648 </cell>
3649 </row>
3650 <row>
3651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3652 \begin_inset Text
3653
3654 \begin_layout Plain Layout
3655 ^235
3656 \begin_inset space \textvisiblespace{}
3657 \end_inset
3658
3659 _
3660 \backslash
3661 phantom
3662 \begin_inset space \textvisiblespace{}
3663 \end_inset
3664
3665 23
3666 \begin_inset Formula $\to$
3667 \end_inset
3668
3669 9
3670 \begin_inset space \textvisiblespace{}
3671 \end_inset
3672
3673 F
3674 \end_layout
3675
3676 \end_inset
3677 </cell>
3678 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3679 \begin_inset Text
3680
3681 \begin_layout Plain Layout
3682 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\mathrm{F}\raisebox{-2.5mm}{}$
3683 \end_inset
3684
3685
3686 \end_layout
3687
3688 \end_inset
3689 </cell>
3690 </row>
3691 <row>
3692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3693 \begin_inset Text
3694
3695 \begin_layout Plain Layout
3696
3697 \backslash
3698 Lambda^
3699 \begin_inset space \textvisiblespace{}
3700 \end_inset
3701
3702
3703 \backslash
3704 phantom
3705 \begin_inset space \textvisiblespace{}
3706 \end_inset
3707
3708 ii
3709 \begin_inset Formula $\to$
3710 \end_inset
3711
3712 t
3713 \begin_inset space \textvisiblespace{}
3714 \end_inset
3715
3716 _MMt
3717 \end_layout
3718
3719 \end_inset
3720 </cell>
3721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3722 \begin_inset Text
3723
3724 \begin_layout Plain Layout
3725 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3726 \end_inset
3727
3728
3729 \end_layout
3730
3731 \end_inset
3732 </cell>
3733 </row>
3734 </lyxtabular>
3735
3736 \end_inset
3737
3738
3739 \end_layout
3740
3741 \begin_layout Standard
3742 さらに、
3743 \series bold
3744
3745 \backslash
3746 vphantom
3747 \series default
3748
3749 \begin_inset Index idx
3750 status collapsed
3751
3752 \begin_layout Plain Layout
3753 こまんど@コマンド ! V ! 
3754 \backslash
3755 vphantom
3756 \end_layout
3757
3758 \end_inset
3759
3760 (ツールバーボタン
3761 \begin_inset space ~
3762 \end_inset
3763
3764
3765 \begin_inset Graphics
3766         filename ../../images/math/vphantom.png
3767         scale 85
3768
3769 \end_inset
3770
3771 )および
3772 \series bold
3773
3774 \backslash
3775 hphantom
3776 \series default
3777
3778 \begin_inset Index idx
3779 status collapsed
3780
3781 \begin_layout Plain Layout
3782 こまんど@コマンド ! H ! 
3783 \backslash
3784 hphantom
3785 \end_layout
3786
3787 \end_inset
3788
3789 (ツールバーボタン
3790 \begin_inset space ~
3791 \end_inset
3792
3793
3794 \begin_inset Graphics
3795         filename ../../images/math/hphantom.png
3796         scale 85
3797
3798 \end_inset
3799
3800 )というコマンドもあります。
3801 \series bold
3802
3803 \backslash
3804 vphantom
3805 \series default
3806 は、枠内部の文字の最大高のみの空白を作り、幅は考慮しません。
3807 \series bold
3808
3809 \backslash
3810 hphantom
3811 \series default
3812 は、枠の内容の幅のみの空白を作ります。このことから、これらの枠は一本の赤矢印のみで表示されます。
3813 \end_layout
3814
3815 \begin_layout Standard
3816 たとえば、
3817 \series bold
3818
3819 \backslash
3820 vphantom
3821 \series default
3822
3823 \begin_inset space \textvisiblespace{}
3824 \end_inset
3825
3826
3827 \series bold
3828 a
3829 \backslash
3830 int
3831 \series default
3832 は、積分記号
3833 \begin_inset Foot
3834 status collapsed
3835
3836 \begin_layout Plain Layout
3837
3838 \series bold
3839
3840 \backslash
3841 int
3842 \series default
3843 コマンドは、積分記号を生成します。第
3844 \begin_inset CommandInset ref
3845 LatexCommand ref
3846 reference "sub:大演算子"
3847
3848 \end_inset
3849
3850 節を参照してください。
3851 \end_layout
3852
3853 \end_inset
3854
3855 が最大高の文字なので、積分記号の高さを持つ空白を作ります。実際の適用例については、第
3856 \begin_inset CommandInset ref
3857 LatexCommand ref
3858 reference "sub:多行にわたる括弧"
3859
3860 \end_inset
3861
3862 節を参照してください。
3863 \end_layout
3864
3865 \begin_layout Standard
3866 埋め草は、メニュー
3867 \family sans
3868 挿入\SpecialChar \menuseparator
3869 整形\SpecialChar \menuseparator
3870 埋め草
3871 \family default
3872 を使えば、以下のように本文中でも使用することができます。
3873 \end_layout
3874
3875 \begin_layout Standard
3876 これは本文です。
3877 \begin_inset Newline newline
3878 \end_inset
3879
3880
3881 \begin_inset Phantom Phantom
3882 status open
3883
3884 \begin_layout Plain Layout
3885 これは
3886 \end_layout
3887
3888 \end_inset
3889
3890 本文です。
3891 \end_layout
3892
3893 \begin_layout Subsection
3894 横線
3895 \begin_inset Index idx
3896 status collapsed
3897
3898 \begin_layout Plain Layout
3899 よこせん@横線
3900 \end_layout
3901
3902 \end_inset
3903
3904
3905 \begin_inset Index idx
3906 status collapsed
3907
3908 \begin_layout Plain Layout
3909 すうしき@数式 ! かせん@下線
3910 \end_layout
3911
3912 \end_inset
3913
3914
3915 \begin_inset Index idx
3916 status collapsed
3917
3918 \begin_layout Plain Layout
3919 ぼうせん@棒線|see
3920 \begin_inset ERT
3921 status collapsed
3922
3923 \begin_layout Plain Layout
3924
3925 {
3926 \end_layout
3927
3928 \end_inset
3929
3930 横線
3931 \begin_inset ERT
3932 status collapsed
3933
3934 \begin_layout Plain Layout
3935
3936 }
3937 \end_layout
3938
3939 \end_inset
3940
3941
3942 \end_layout
3943
3944 \end_inset
3945
3946
3947 \end_layout
3948
3949 \begin_layout Standard
3950 \align center
3951 \begin_inset Tabular
3952 <lyxtabular version="3" rows="4" columns="2">
3953 <features rotate="0" tabularvalignment="middle">
3954 <column alignment="center" valignment="top" width="0pt">
3955 <column alignment="center" valignment="top" width="0pt">
3956 <row>
3957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3958 \begin_inset Text
3959
3960 \begin_layout Plain Layout
3961 コマンド
3962 \end_layout
3963
3964 \end_inset
3965 </cell>
3966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3967 \begin_inset Text
3968
3969 \begin_layout Plain Layout
3970 出力
3971 \begin_inset Note Note
3972 status collapsed
3973
3974 \begin_layout Plain Layout
3975 ここで
3976 \series bold
3977
3978 \backslash
3979 raisebox
3980 \series default
3981 はスペーサーとして使用しているだけです。
3982 \end_layout
3983
3984 \end_inset
3985
3986
3987 \end_layout
3988
3989 \end_inset
3990 </cell>
3991 </row>
3992 <row>
3993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3994 \begin_inset Text
3995
3996 \begin_layout Plain Layout
3997
3998 \backslash
3999 overline
4000 \begin_inset space \textvisiblespace{}
4001 \end_inset
4002
4003 A+B
4004 \begin_inset Index idx
4005 status collapsed
4006
4007 \begin_layout Plain Layout
4008 こまんど@コマンド ! O ! 
4009 \backslash
4010 overline
4011 \end_layout
4012
4013 \end_inset
4014
4015
4016 \end_layout
4017
4018 \end_inset
4019 </cell>
4020 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4021 \begin_inset Text
4022
4023 \begin_layout Plain Layout
4024 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
4025 \end_inset
4026
4027
4028 \end_layout
4029
4030 \end_inset
4031 </cell>
4032 </row>
4033 <row>
4034 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4035 \begin_inset Text
4036
4037 \begin_layout Plain Layout
4038
4039 \backslash
4040 underline
4041 \begin_inset space \textvisiblespace{}
4042 \end_inset
4043
4044 A+B
4045 \begin_inset Index idx
4046 status collapsed
4047
4048 \begin_layout Plain Layout
4049 こまんど@コマンド ! U ! 
4050 \backslash
4051 underline
4052 \end_layout
4053
4054 \end_inset
4055
4056
4057 \end_layout
4058
4059 \end_inset
4060 </cell>
4061 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4062 \begin_inset Text
4063
4064 \begin_layout Plain Layout
4065 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
4066 \end_inset
4067
4068
4069 \end_layout
4070
4071 \end_inset
4072 </cell>
4073 </row>
4074 <row>
4075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4076 \begin_inset Text
4077
4078 \begin_layout Plain Layout
4079
4080 \backslash
4081 overline
4082 \begin_inset space \textvisiblespace{}
4083 \end_inset
4084
4085
4086 \backslash
4087 underline
4088 \begin_inset space \textvisiblespace{}
4089 \end_inset
4090
4091 A+B
4092 \end_layout
4093
4094 \end_inset
4095 </cell>
4096 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4097 \begin_inset Text
4098
4099 \begin_layout Plain Layout
4100 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
4101 \end_inset
4102
4103
4104 \end_layout
4105
4106 \end_inset
4107 </cell>
4108 </row>
4109 </lyxtabular>
4110
4111 \end_inset
4112
4113
4114 \end_layout
4115
4116 \begin_layout Standard
4117 上記最後の例では、先に
4118 \series bold
4119
4120 \backslash
4121 overline
4122 \series default
4123 が来ようが
4124 \series bold
4125
4126 \backslash
4127 underline
4128 \series default
4129 が来ようが、関係ありません。
4130 \end_layout
4131
4132 \begin_layout Standard
4133 二重下線を引くには、
4134 \series bold
4135
4136 \backslash
4137 underline
4138 \series default
4139 を二回使います。
4140 \end_layout
4141
4142 \begin_layout Standard
4143 文字の上下6本の線まで引くことができます。
4144 \end_layout
4145
4146 \begin_layout Standard
4147 \begin_inset VSpace bigskip
4148 \end_inset
4149
4150 自製の線は、以下の書式を持つ
4151 \series bold
4152
4153 \backslash
4154 rule
4155 \series default
4156
4157 \begin_inset Index idx
4158 status collapsed
4159
4160 \begin_layout Plain Layout
4161 こまんど@こまんど ! R ! 
4162 \backslash
4163 rule
4164 \end_layout
4165
4166 \end_inset
4167
4168 コマンドで作成することができます。
4169 \end_layout
4170
4171 \begin_layout Standard
4172
4173 \series bold
4174
4175 \backslash
4176 rule[垂直オフセット幅]{長さ}{厚み}
4177 \end_layout
4178
4179 \begin_layout Standard
4180 オプションの
4181 \series bold
4182 「垂直オフセット幅
4183 \series default
4184 」は、行を上方に(値が負であれば下方に)移動させます。値としては、第
4185 \begin_inset CommandInset ref
4186 LatexCommand ref
4187 reference "tab:使用できる単位"
4188
4189 \end_inset
4190
4191 表に掲げてある単位を用いることができます。以下に、
4192 \begin_inset Newline newline
4193 \end_inset
4194
4195
4196 \series bold
4197
4198 \backslash
4199 rule[-2ex]{3cm}{2pt}
4200 \series default
4201  および 
4202 \series bold
4203
4204 \backslash
4205 rule{2cm}{1pt}
4206 \begin_inset Newline newline
4207 \end_inset
4208
4209
4210 \series default
4211 というコマンドを用いて作成したふたつの例を例示します。
4212 \end_layout
4213
4214 \begin_layout Standard
4215 この行には、
4216 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4217 \end_inset
4218
4219 二本の線があります。
4220 \end_layout
4221
4222 \begin_layout Standard
4223
4224 \backslash
4225 ruleは、メニュー
4226 \family sans
4227 挿入\SpecialChar \menuseparator
4228 整形\SpecialChar \menuseparator
4229 水平線
4230 \family default
4231 を使っても、本文に挿入することができます。
4232 \end_layout
4233
4234 \begin_layout Standard
4235 これは一行の
4236 \begin_inset CommandInset line
4237 LatexCommand rule
4238 offset "0.5ex"
4239 width "3cm"
4240 height "1pt"
4241
4242 \end_inset
4243
4244 文章です。
4245 \end_layout
4246
4247 \begin_layout Subsection
4248 省略符号
4249 \begin_inset CommandInset label
4250 LatexCommand label
4251 name "sub:省略符号"
4252
4253 \end_inset
4254
4255
4256 \begin_inset Index idx
4257 status collapsed
4258
4259 \begin_layout Plain Layout
4260 しょうりゃくふごう@省略符号
4261 \end_layout
4262
4263 \end_inset
4264
4265
4266 \end_layout
4267
4268 \begin_layout Standard
4269 省略符号には、いくつかの種類が使用できます
4270 \begin_inset Foot
4271 status collapsed
4272
4273 \begin_layout Plain Layout
4274 数式ツールバー中の
4275 \begin_inset Graphics
4276         filename ../../images/math/ldots.png
4277         scale 85
4278
4279 \end_inset
4280
4281 ボタンで表示されている小メニューです。
4282 \end_layout
4283
4284 \end_inset
4285
4286 。列挙のためには、ベースラインの点々(
4287 \series bold
4288
4289 \backslash
4290 ldots
4291 \series default
4292
4293 \begin_inset Index idx
4294 status collapsed
4295
4296 \begin_layout Plain Layout
4297 こまんど@コマンド ! L ! 
4298 \backslash
4299 ldots
4300 \end_layout
4301
4302 \end_inset
4303
4304 )を使用しますが、演算子の場合は、演算子と同じ高さの点々(
4305 \series bold
4306
4307 \backslash
4308 cdots
4309 \series default
4310
4311 \begin_inset Index idx
4312 status collapsed
4313
4314 \begin_layout Plain Layout
4315 こまんど@コマンド ! C ! 
4316 \backslash
4317 cdots
4318 \end_layout
4319
4320 \end_inset
4321
4322 )が必要です。
4323 \series bold
4324
4325 \backslash
4326 dots
4327 \series default
4328
4329 \begin_inset Index idx
4330 status collapsed
4331
4332 \begin_layout Plain Layout
4333 こまんど@コマンド ! D ! 
4334 \backslash
4335 dots
4336 \end_layout
4337
4338 \end_inset
4339
4340 コマンドを使うと、LaTeXは次に来る文字がどのような種類の文字であるかによって、自動的にどの種類を使うかを選択します。
4341 \end_layout
4342
4343 \begin_layout Standard
4344 \align center
4345 \begin_inset Tabular
4346 <lyxtabular version="3" rows="9" columns="2">
4347 <features rotate="0" tabularvalignment="middle">
4348 <column alignment="center" valignment="top" width="0pt">
4349 <column alignment="center" valignment="top" width="0pt">
4350 <row>
4351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4352 \begin_inset Text
4353
4354 \begin_layout Plain Layout
4355 コマンド
4356 \end_layout
4357
4358 \end_inset
4359 </cell>
4360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4361 \begin_inset Text
4362
4363 \begin_layout Plain Layout
4364 出力
4365 \end_layout
4366
4367 \end_inset
4368 </cell>
4369 </row>
4370 <row>
4371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4372 \begin_inset Text
4373
4374 \begin_layout Plain Layout
4375 A_1
4376 \begin_inset space \textvisiblespace{}
4377 \end_inset
4378
4379 ,
4380 \backslash
4381 dots
4382 \begin_inset space \textvisiblespace{}
4383 \end_inset
4384
4385 ,A_n
4386 \end_layout
4387
4388 \end_inset
4389 </cell>
4390 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4391 \begin_inset Text
4392
4393 \begin_layout Plain Layout
4394 \begin_inset Formula $A_{1},\dots,A_{n}$
4395 \end_inset
4396
4397
4398 \end_layout
4399
4400 \end_inset
4401 </cell>
4402 </row>
4403 <row>
4404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4405 \begin_inset Text
4406
4407 \begin_layout Plain Layout
4408 A_1
4409 \begin_inset space \textvisiblespace{}
4410 \end_inset
4411
4412 +
4413 \backslash
4414 dots
4415 \begin_inset space \textvisiblespace{}
4416 \end_inset
4417
4418 +A_n
4419 \end_layout
4420
4421 \end_inset
4422 </cell>
4423 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4424 \begin_inset Text
4425
4426 \begin_layout Plain Layout
4427 \begin_inset Formula $A_{1}+\dots+A_{n}$
4428 \end_inset
4429
4430
4431 \end_layout
4432
4433 \end_inset
4434 </cell>
4435 </row>
4436 <row>
4437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4438 \begin_inset Text
4439
4440 \begin_layout Plain Layout
4441 A_1
4442 \begin_inset space \textvisiblespace{}
4443 \end_inset
4444
4445 ,
4446 \backslash
4447 ldots
4448 \begin_inset space \textvisiblespace{}
4449 \end_inset
4450
4451 ,A_n
4452 \end_layout
4453
4454 \end_inset
4455 </cell>
4456 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4457 \begin_inset Text
4458
4459 \begin_layout Plain Layout
4460 \begin_inset Formula $A_{1},\ldots,A_{n}$
4461 \end_inset
4462
4463
4464 \end_layout
4465
4466 \end_inset
4467 </cell>
4468 </row>
4469 <row>
4470 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4471 \begin_inset Text
4472
4473 \begin_layout Plain Layout
4474 A_1
4475 \begin_inset space \textvisiblespace{}
4476 \end_inset
4477
4478 +
4479 \backslash
4480 cdots
4481 \begin_inset space \textvisiblespace{}
4482 \end_inset
4483
4484 +A_n
4485 \end_layout
4486
4487 \end_inset
4488 </cell>
4489 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4490 \begin_inset Text
4491
4492 \begin_layout Plain Layout
4493 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4494 \end_inset
4495
4496
4497 \end_layout
4498
4499 \end_inset
4500 </cell>
4501 </row>
4502 <row>
4503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4504 \begin_inset Text
4505
4506 \begin_layout Plain Layout
4507
4508 \backslash
4509 vdots
4510 \end_layout
4511
4512 \end_inset
4513 </cell>
4514 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4515 \begin_inset Text
4516
4517 \begin_layout Plain Layout
4518 \begin_inset Formula $\vdots$
4519 \end_inset
4520
4521
4522 \end_layout
4523
4524 \end_inset
4525 </cell>
4526 </row>
4527 <row>
4528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4529 \begin_inset Text
4530
4531 \begin_layout Plain Layout
4532
4533 \backslash
4534 ddots
4535 \end_layout
4536
4537 \end_inset
4538 </cell>
4539 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4540 \begin_inset Text
4541
4542 \begin_layout Plain Layout
4543 \begin_inset Formula $\ddots$
4544 \end_inset
4545
4546
4547 \end_layout
4548
4549 \end_inset
4550 </cell>
4551 </row>
4552 <row>
4553 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4554 \begin_inset Text
4555
4556 \begin_layout Plain Layout
4557
4558 \backslash
4559 iddots
4560 \end_layout
4561
4562 \end_inset
4563 </cell>
4564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4565 \begin_inset Text
4566
4567 \begin_layout Plain Layout
4568 \begin_inset Formula $\iddots$
4569 \end_inset
4570
4571
4572 \end_layout
4573
4574 \end_inset
4575 </cell>
4576 </row>
4577 <row>
4578 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4579 \begin_inset Text
4580
4581 \begin_layout Plain Layout
4582 いろいろな点々を使った
4583 \begin_inset Formula $3\times3$
4584 \end_inset
4585
4586 行列
4587 \end_layout
4588
4589 \end_inset
4590 </cell>
4591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4592 \begin_inset Text
4593
4594 \begin_layout Plain Layout
4595 \begin_inset Formula $\begin{array}{ccc}
4596 A_{11} & \cdots & A_{1m}\\
4597 \vdots & \ddots & \vdots\\
4598 A_{n1} & \cdots & A_{nm}
4599 \end{array}$
4600 \end_inset
4601
4602
4603 \end_layout
4604
4605 \end_inset
4606 </cell>
4607 </row>
4608 </lyxtabular>
4609
4610 \end_inset
4611
4612
4613 \end_layout
4614
4615 \begin_layout Standard
4616
4617 \family sans
4618 挿入\SpecialChar \menuseparator
4619 省略符号
4620 \family default
4621 メニューで挿入される省略符号は
4622 \series bold
4623
4624 \backslash
4625 ldots
4626 \series default
4627 です。
4628 \end_layout
4629
4630 \begin_layout Standard
4631 \begin_inset VSpace medskip
4632 \end_inset
4633
4634
4635 \series bold
4636
4637 \backslash
4638 iddots
4639 \series default
4640 を使うには、文書設定の
4641 \family sans
4642 数式オプション
4643 \family default
4644 にある
4645 \family sans
4646 mathdotsパッケージを(自動的に)使う
4647 \family default
4648 オプションのうちいずれかを有効にしなくてはなりません。
4649 \begin_inset Newline newline
4650 \end_inset
4651
4652
4653 \family sans
4654 mathdotsパッケージを使う
4655 \family default
4656 オプションを使用すると、文書中のフォント様式や寸法が既定値でないときのあらゆるドットの表示が改善されます。
4657 \end_layout
4658
4659 \begin_layout Standard
4660 \begin_inset VSpace medskip
4661 \end_inset
4662
4663 とくに行列には、複数列にわたることのできる省略符号があります。これは、以下の書式を持つ
4664 \series bold
4665
4666 \backslash
4667 hdotsfor
4668 \series default
4669
4670 \begin_inset Index idx
4671 status collapsed
4672
4673 \begin_layout Plain Layout
4674 こまんど@コマンド ! H ! 
4675 \backslash
4676 hdotsfor
4677 \end_layout
4678
4679 \end_inset
4680
4681 コマンドで作ることができます。
4682 \end_layout
4683
4684 \begin_layout Standard
4685
4686 \series bold
4687
4688 \backslash
4689 hdotsfor[距離]{列数}
4690 \end_layout
4691
4692 \begin_layout Standard
4693 ここで「列数」は、何列に広げるかを指定します。「距離」は、点々のあいだの距離を示す因子です。
4694 \end_layout
4695
4696 \begin_layout Standard
4697 以下の行列では、2行目の1つ目の枠に
4698 \series bold
4699
4700 \backslash
4701 hdotsfor[2]{4}
4702 \series default
4703 を挿入して、
4704 \series bold
4705
4706 \backslash
4707 dots
4708 \series default
4709 コマンドの2倍の点間距離を持つ省略符号を挿入しています。
4710 \begin_inset Formula 
4711 \[
4712 \left(\begin{array}{cccc}
4713 A & B & C & D\\
4714 \hdotsfor[2]{4}\\
4715 q & w & e & r
4716 \end{array}\right)
4717 \]
4718
4719 \end_inset
4720
4721 省略符号を広げる対象となる行列フィールドは空白にしておく必要があることに注意して下さい。さもないとLaTeXエラーが発生します。
4722 \end_layout
4723
4724 \begin_layout Standard
4725 \begin_inset VSpace bigskip
4726 \end_inset
4727
4728 さらに、
4729 \series bold
4730
4731 \backslash
4732 dotfill
4733 \series default
4734
4735 \begin_inset Index idx
4736 status collapsed
4737
4738 \begin_layout Plain Layout
4739 こまんど@コマンド ! D ! 
4740 \backslash
4741 dotfill
4742 \end_layout
4743
4744 \end_inset
4745
4746 コマンドを使えば、行の残りを点々で埋めることもできます。このコマンドの働きは、
4747 \series bold
4748
4749 \backslash
4750 hfill
4751 \series default
4752 と同様のものです。第
4753 \begin_inset CommandInset ref
4754 LatexCommand ref
4755 reference "sub:可変長の空白"
4756
4757 \end_inset
4758
4759 節をご参照下さい。
4760 \end_layout
4761
4762 \begin_layout Standard
4763 たとえば、
4764 \series bold
4765 A
4766 \backslash
4767 dotfill
4768 \begin_inset space \textvisiblespace{}
4769 \end_inset
4770
4771 B
4772 \series default
4773 コマンドは、
4774 \end_layout
4775
4776 \begin_layout Standard
4777 \begin_inset Formula $A\dotfill B$
4778 \end_inset
4779
4780
4781 \end_layout
4782
4783 \begin_layout Standard
4784 のようになります。点々を使う
4785 \series bold
4786
4787 \backslash
4788 dotfill
4789 \series default
4790 の直線版として、
4791 \series bold
4792
4793 \backslash
4794 hrulefill
4795 \series default
4796
4797 \begin_inset Index idx
4798 status collapsed
4799
4800 \begin_layout Plain Layout
4801 こまんど@コマンド ! H ! 
4802 \backslash
4803 hrulefill
4804 \end_layout
4805
4806 \end_inset
4807
4808
4809 \end_layout
4810
4811 \begin_layout Standard
4812 \begin_inset Formula $A\hrulefill B$
4813 \end_inset
4814
4815
4816 \end_layout
4817
4818 \begin_layout Standard
4819 があります。これらのコマンドを本文で使用するには、これらのコマンドはTeXモードで挿入される必要があります。
4820 \end_layout
4821
4822 \begin_layout Section
4823 行列
4824 \begin_inset CommandInset label
4825 LatexCommand label
4826 name "sec:行列"
4827
4828 \end_inset
4829
4830
4831 \begin_inset Index idx
4832 status collapsed
4833
4834 \begin_layout Plain Layout
4835 ぎょうれつ@行列
4836 \end_layout
4837
4838 \end_inset
4839
4840
4841 \end_layout
4842
4843 \begin_layout Standard
4844 行列は、数式ツールバーボタンの
4845 \begin_inset Graphics
4846         filename ../../images/dialog-show_mathmatrix.png
4847         scale 85
4848
4849 \end_inset
4850
4851
4852 \family sans
4853 挿入\SpecialChar \menuseparator
4854 数式\SpecialChar \menuseparator
4855 行列
4856 \family default
4857 メニューで挿入することができます。すると、行列の行数・列数・配置方法・装飾を尋ねられます。ここで垂直配置は、行内数式内の行列でのみ意味を持ちます。
4858 \end_layout
4859
4860 \begin_layout Standard
4861 最初の行列は「上」配置
4862 \begin_inset Formula $\begin{array}[t]{cccc}
4863 A & D & G & J\\
4864 B & E & H & K\\
4865 C & F & I & L
4866 \end{array}$
4867 \end_inset
4868
4869 で、二番目は「中央」配置
4870 \begin_inset Formula $\begin{array}{cccc}
4871 A & D & G & J\\
4872 B & E & H & K\\
4873 C & F & I & L
4874 \end{array}$
4875 \end_inset
4876
4877 、三番目は「下」配置
4878 \begin_inset Formula $\begin{array}[b]{cccc}
4879 A & D & G & J\\
4880 B & E & H & K\\
4881 C & F & I & L
4882 \end{array}$
4883 \end_inset
4884
4885 です。
4886 \end_layout
4887
4888 \begin_layout Standard
4889 水平配置は、各列がどのように配置されるべきかを指定します。これは、各列に対応した文字を一つずつ入力することによって設定します。
4890 \emph on
4891 l
4892 \emph default
4893 は左寄せ、
4894 \emph on
4895 c
4896 \emph default
4897 は中央揃え、
4898 \emph on
4899 r
4900 \emph default
4901 は右寄せを意味します。たとえば、第1列が左寄せで第2列と第3列が中央揃え、第4列が右揃えの
4902 \begin_inset Formula $4\times4$
4903 \end_inset
4904
4905 行列を作成するには、水平配置のところに
4906 \series bold
4907 lccr
4908 \series default
4909 と入力します。通常、行列では各列は中央揃えですから、各列の既定値は
4910 \series bold
4911 c
4912 \series default
4913 です。
4914 \end_layout
4915
4916 \begin_layout Standard
4917 水平行列の例です。
4918 \end_layout
4919
4920 \begin_layout Standard
4921
4922 \series bold
4923 lll
4924 \series default
4925  : 
4926 \begin_inset Formula $\begin{array}{lll}
4927 10000 & D & G\\
4928 B & 10000 & H\\
4929 C & F & 10000
4930 \end{array}$
4931 \end_inset
4932
4933  , 
4934 \series bold
4935 ccc
4936 \series default
4937  : 
4938 \begin_inset Formula $\begin{array}{ccc}
4939 10000 & D & G\\
4940 B & 10000 & H\\
4941 C & F & 10000
4942 \end{array}$
4943 \end_inset
4944
4945  , 
4946 \series bold
4947 rrr
4948 \series default
4949  : 
4950 \begin_inset Formula $\begin{array}{rrr}
4951 10000 & D & G\\
4952 B & 10000 & H\\
4953 C & F & 10000
4954 \end{array}$
4955 \end_inset
4956
4957
4958 \end_layout
4959
4960 \begin_layout Standard
4961 つづいて行や列を追加したり削除したりするには、数式ツールバーボタンの
4962 \begin_inset Graphics
4963         filename ../../images/tabular-feature_append-row.png
4964         scale 85
4965
4966 \end_inset
4967
4968
4969 \begin_inset Graphics
4970         filename ../../images/tabular-feature_delete-row.png
4971         scale 85
4972
4973 \end_inset
4974
4975 などや
4976 \family sans
4977 編集\SpecialChar \menuseparator
4978 行と列
4979 \family default
4980 メニューを使用することができます。また、行は
4981 \begin_inset Info
4982 type  "shortcut"
4983 arg   "newline-insert newline"
4984 \end_inset
4985
4986 で作成することもできます。
4987 \end_layout
4988
4989 \begin_layout Standard
4990 \begin_inset VSpace bigskip
4991 \end_inset
4992
4993
4994 \end_layout
4995
4996 \begin_layout Standard
4997
4998 \family sans
4999 装飾
5000 \family default
5001 は、行列の前後に選択した様式の括弧を加えます。他にも括弧は、
5002 \series bold
5003
5004 \backslash
5005 left
5006 \series default
5007
5008 \begin_inset Index idx
5009 status collapsed
5010
5011 \begin_layout Plain Layout
5012 こまんど@コマンド ! L ! 
5013 \backslash
5014 left
5015 \end_layout
5016
5017 \end_inset
5018
5019 コマンドや
5020 \series bold
5021
5022 \backslash
5023 right
5024 \series default
5025
5026 \begin_inset Index idx
5027 status collapsed
5028
5029 \begin_layout Plain Layout
5030 こまんど@コマンド ! R ! 
5031 \backslash
5032 right
5033 \end_layout
5034
5035 \end_inset
5036
5037 コマンドで作成することもできます(
5038 \begin_inset Flex Ruby
5039 status collapsed
5040
5041 \begin_layout Plain Layout
5042 捷径
5043 \begin_inset Argument post:1
5044 status collapsed
5045
5046 \begin_layout Plain Layout
5047 ショートカット
5048 \end_layout
5049
5050 \end_inset
5051
5052
5053 \end_layout
5054
5055 \end_inset
5056
5057
5058 \family sans
5059 Alt+M
5060 \begin_inset space ~
5061 \end_inset
5062
5063 括弧
5064 \family default
5065 )。第
5066 \begin_inset CommandInset ref
5067 LatexCommand ref
5068 reference "sub:自動の括弧丈"
5069
5070 \end_inset
5071
5072 節を参照してください。あるいは、以下のコマンドを使うこともできます。
5073 \begin_inset VSpace medskip
5074 \end_inset
5075
5076
5077 \end_layout
5078
5079 \begin_layout Standard
5080 \begin_inset space \hfill{}
5081 \end_inset
5082
5083
5084 \begin_inset Tabular
5085 <lyxtabular version="3" rows="4" columns="2">
5086 <features rotate="0" tabularvalignment="middle">
5087 <column alignment="center" valignment="top">
5088 <column alignment="center" valignment="top">
5089 <row>
5090 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5091 \begin_inset Text
5092
5093 \begin_layout Plain Layout
5094 コマンド
5095 \end_layout
5096
5097 \end_inset
5098 </cell>
5099 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5100 \begin_inset Text
5101
5102 \begin_layout Plain Layout
5103 出力
5104 \begin_inset Note Note
5105 status collapsed
5106
5107 \begin_layout Plain Layout
5108 ここで
5109 \series bold
5110
5111 \backslash
5112 raisebox
5113 \series default
5114 はスペーサーとして使用しているだけです。
5115 \end_layout
5116
5117 \end_inset
5118
5119
5120 \end_layout
5121
5122 \end_inset
5123 </cell>
5124 </row>
5125 <row>
5126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5127 \begin_inset Text
5128
5129 \begin_layout Plain Layout
5130
5131 \backslash
5132 bmatrix
5133 \begin_inset space \textvisiblespace{}
5134 \end_inset
5135
5136
5137 \begin_inset Formula $2\times2$
5138 \end_inset
5139
5140 行列
5141 \end_layout
5142
5143 \end_inset
5144 </cell>
5145 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5146 \begin_inset Text
5147
5148 \begin_layout Plain Layout
5149 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5150 0 & \textrm{-}\mathrm{i}\\
5151 \mathrm{i} & 0
5152 \end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5153 \end_inset
5154
5155
5156 \end_layout
5157
5158 \end_inset
5159 </cell>
5160 </row>
5161 <row>
5162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5163 \begin_inset Text
5164
5165 \begin_layout Plain Layout
5166
5167 \backslash
5168 Bmatrix
5169 \begin_inset space \textvisiblespace{}
5170 \end_inset
5171
5172
5173 \begin_inset Formula $2\times2$
5174 \end_inset
5175
5176 行列
5177 \end_layout
5178
5179 \end_inset
5180 </cell>
5181 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5182 \begin_inset Text
5183
5184 \begin_layout Plain Layout
5185 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5186 0 & \textrm{-}\mathrm{i}\\
5187 \mathrm{i} & 0
5188 \end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5189 \end_inset
5190
5191
5192 \end_layout
5193
5194 \end_inset
5195 </cell>
5196 </row>
5197 <row>
5198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5199 \begin_inset Text
5200
5201 \begin_layout Plain Layout
5202
5203 \backslash
5204 pmatrix
5205 \begin_inset space \textvisiblespace{}
5206 \end_inset
5207
5208
5209 \begin_inset Formula $2\times2$
5210 \end_inset
5211
5212 行列
5213 \end_layout
5214
5215 \end_inset
5216 </cell>
5217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5218 \begin_inset Text
5219
5220 \begin_layout Plain Layout
5221 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5222 0 & \textrm{-}\mathrm{i}\\
5223 \mathrm{i} & 0
5224 \end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5225 \end_inset
5226
5227
5228 \end_layout
5229
5230 \end_inset
5231 </cell>
5232 </row>
5233 </lyxtabular>
5234
5235 \end_inset
5236
5237
5238 \begin_inset space \hfill{}
5239 \end_inset
5240
5241
5242 \begin_inset Tabular
5243 <lyxtabular version="3" rows="4" columns="2">
5244 <features rotate="0" tabularvalignment="middle">
5245 <column alignment="center" valignment="top">
5246 <column alignment="center" valignment="top">
5247 <row>
5248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5249 \begin_inset Text
5250
5251 \begin_layout Plain Layout
5252 コマンド
5253 \end_layout
5254
5255 \end_inset
5256 </cell>
5257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5258 \begin_inset Text
5259
5260 \begin_layout Plain Layout
5261 出力
5262 \end_layout
5263
5264 \end_inset
5265 </cell>
5266 </row>
5267 <row>
5268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5269 \begin_inset Text
5270
5271 \begin_layout Plain Layout
5272
5273 \backslash
5274 vmatrix
5275 \begin_inset space \textvisiblespace{}
5276 \end_inset
5277
5278
5279 \begin_inset Formula $2\times2$
5280 \end_inset
5281
5282 行列
5283 \end_layout
5284
5285 \end_inset
5286 </cell>
5287 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5288 \begin_inset Text
5289
5290 \begin_layout Plain Layout
5291 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5292 0 & \textrm{-}\mathrm{i}\\
5293 \mathrm{i} & 0
5294 \end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5295 \end_inset
5296
5297
5298 \end_layout
5299
5300 \end_inset
5301 </cell>
5302 </row>
5303 <row>
5304 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5305 \begin_inset Text
5306
5307 \begin_layout Plain Layout
5308
5309 \backslash
5310 Vmatrix
5311 \begin_inset space \textvisiblespace{}
5312 \end_inset
5313
5314
5315 \begin_inset Formula $2\times2$
5316 \end_inset
5317
5318 行列
5319 \end_layout
5320
5321 \end_inset
5322 </cell>
5323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5324 \begin_inset Text
5325
5326 \begin_layout Plain Layout
5327 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5328 0 & \textrm{-}\mathrm{i}\\
5329 \mathrm{i} & 0
5330 \end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5331 \end_inset
5332
5333
5334 \end_layout
5335
5336 \end_inset
5337 </cell>
5338 </row>
5339 <row>
5340 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5341 \begin_inset Text
5342
5343 \begin_layout Plain Layout
5344
5345 \backslash
5346 matrix
5347 \begin_inset space \textvisiblespace{}
5348 \end_inset
5349
5350
5351 \begin_inset Formula $2\times2$
5352 \end_inset
5353
5354 行列
5355 \end_layout
5356
5357 \end_inset
5358 </cell>
5359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5360 \begin_inset Text
5361
5362 \begin_layout Plain Layout
5363 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5364 0 & \textrm{-}\mathrm{i}\\
5365 \mathrm{i} & 0
5366 \end{array}\end{matrix}\raisebox{-5.3mm}{}$
5367 \end_inset
5368
5369
5370 \end_layout
5371
5372 \end_inset
5373 </cell>
5374 </row>
5375 </lyxtabular>
5376
5377 \end_inset
5378
5379
5380 \begin_inset space \hfill{}
5381 \end_inset
5382
5383
5384 \end_layout
5385
5386 \begin_layout Standard
5387 \begin_inset VSpace medskip
5388 \end_inset
5389
5390 たとえば
5391 \series bold
5392
5393 \backslash
5394 vmatrix
5395 \series default
5396 などを挿入すると、青枠が二つの垂直線のあいだに現れるので、そこに行列を挿入することができます。
5397 \end_layout
5398
5399 \begin_layout Standard
5400 \begin_inset VSpace bigskip
5401 \end_inset
5402
5403 じつは多行数式はすべて行列なので、行列の各列の間隔を変更するには、第
5404 \begin_inset CommandInset ref
5405 LatexCommand ref
5406 reference "sub:列間"
5407
5408 \end_inset
5409
5410 節に説明されている距離
5411 \series bold
5412
5413 \backslash
5414 arraycolsep
5415 \series default
5416
5417 \begin_inset Index idx
5418 status collapsed
5419
5420 \begin_layout Plain Layout
5421 こまんど@コマンド ! A ! 
5422 \backslash
5423 arraycolsep
5424 \end_layout
5425
5426 \end_inset
5427
5428 をここでも使用することができます。
5429 \end_layout
5430
5431 \begin_layout Standard
5432 行間隔を変更するには、
5433 \series bold
5434
5435 \backslash
5436 arraystretch
5437 \series default
5438
5439 \begin_inset Index idx
5440 status collapsed
5441
5442 \begin_layout Plain Layout
5443 こまんど@コマンド ! A ! 
5444 \backslash
5445 arraystretch
5446 \end_layout
5447
5448 \end_inset
5449
5450 コマンドを使用します。以下のようにして使用します。
5451 \end_layout
5452
5453 \begin_layout Standard
5454
5455 \series bold
5456
5457 \backslash
5458 renewcommand{
5459 \backslash
5460 arraystretch}{伸長因子}
5461 \begin_inset Index idx
5462 status collapsed
5463
5464 \begin_layout Plain Layout
5465 こまんど@コマンド ! R ! 
5466 \backslash
5467 renewcommand
5468 \end_layout
5469
5470 \end_inset
5471
5472
5473 \end_layout
5474
5475 \begin_layout Standard
5476
5477 \series bold
5478
5479 \backslash
5480 renewcommand
5481 \series default
5482 コマンドは、伸長因子を定義済みの
5483 \series bold
5484
5485 \backslash
5486 arraystretch
5487 \series default
5488 コマンドに割り当てます。たとえば行間隔を2倍にするには、因子として2を指定して下さい。すると、以降の行列すべてにこれが使用されるようになります。元の間隔に戻すに
5489 は、
5490 \series bold
5491
5492 \backslash
5493 arraystretch
5494 \series default
5495 に因子1を割り当てて下さい。
5496 \end_layout
5497
5498 \begin_layout Standard
5499 本文行中に行列を入れるには、
5500 \series bold
5501
5502 \backslash
5503 smallmatrix
5504 \series default
5505
5506 \begin_inset Index idx
5507 status collapsed
5508
5509 \begin_layout Plain Layout
5510 こまんど@コマンド ! S ! 
5511 \backslash
5512 smallmatrix
5513 \end_layout
5514
5515 \end_inset
5516
5517 コマンドを使います。これを挿入すると、二つの点線に囲まれた青枠が現れます。この枠のなかに行列を入れることができます。
5518 \end_layout
5519
5520 \begin_layout Standard
5521 これは、本文行中の行列
5522 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5523 C & D
5524 \end{smallmatrix}\right)$
5525 \end_inset
5526
5527 です。
5528 \end_layout
5529
5530 \begin_layout Section
5531 括弧と区分記号
5532 \begin_inset Index idx
5533 status collapsed
5534
5535 \begin_layout Plain Layout
5536 かっこ@括弧
5537 \end_layout
5538
5539 \end_inset
5540
5541
5542 \begin_inset Index idx
5543 status collapsed
5544
5545 \begin_layout Plain Layout
5546 くぶんきごう@区分記号
5547 \end_layout
5548
5549 \end_inset
5550
5551
5552 \end_layout
5553
5554 \begin_layout Subsection
5555 垂直括弧と区分記号
5556 \begin_inset Index idx
5557 status collapsed
5558
5559 \begin_layout Plain Layout
5560 かっこ@括弧 ! すいちょく@垂直
5561 \end_layout
5562
5563 \end_inset
5564
5565
5566 \end_layout
5567
5568 \begin_layout Standard
5569 \begin_inset space \hfill{}
5570 \end_inset
5571
5572
5573 \begin_inset Tabular
5574 <lyxtabular version="3" rows="9" columns="2">
5575 <features rotate="0" tabularvalignment="middle">
5576 <column alignment="center" valignment="top" width="0pt">
5577 <column alignment="center" valignment="top" width="0pt">
5578 <row>
5579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5580 \begin_inset Text
5581
5582 \begin_layout Plain Layout
5583 コマンド
5584 \end_layout
5585
5586 \end_inset
5587 </cell>
5588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5589 \begin_inset Text
5590
5591 \begin_layout Plain Layout
5592 出力
5593 \end_layout
5594
5595 \end_inset
5596 </cell>
5597 </row>
5598 <row>
5599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5600 \begin_inset Text
5601
5602 \begin_layout Plain Layout
5603 (
5604 \end_layout
5605
5606 \end_inset
5607 </cell>
5608 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5609 \begin_inset Text
5610
5611 \begin_layout Plain Layout
5612 \begin_inset Formula $($
5613 \end_inset
5614
5615
5616 \end_layout
5617
5618 \end_inset
5619 </cell>
5620 </row>
5621 <row>
5622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5623 \begin_inset Text
5624
5625 \begin_layout Plain Layout
5626 {
5627 \end_layout
5628
5629 \end_inset
5630 </cell>
5631 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5632 \begin_inset Text
5633
5634 \begin_layout Plain Layout
5635 \begin_inset Formula $\{$
5636 \end_inset
5637
5638
5639 \end_layout
5640
5641 \end_inset
5642 </cell>
5643 </row>
5644 <row>
5645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5646 \begin_inset Text
5647
5648 \begin_layout Plain Layout
5649 [
5650 \end_layout
5651
5652 \end_inset
5653 </cell>
5654 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5655 \begin_inset Text
5656
5657 \begin_layout Plain Layout
5658 \begin_inset Formula $[$
5659 \end_inset
5660
5661
5662 \end_layout
5663
5664 \end_inset
5665 </cell>
5666 </row>
5667 <row>
5668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5669 \begin_inset Text
5670
5671 \begin_layout Plain Layout
5672
5673 \backslash
5674 langle
5675 \end_layout
5676
5677 \end_inset
5678 </cell>
5679 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5680 \begin_inset Text
5681
5682 \begin_layout Plain Layout
5683 \begin_inset Formula $\langle$
5684 \end_inset
5685
5686
5687 \end_layout
5688
5689 \end_inset
5690 </cell>
5691 </row>
5692 <row>
5693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5694 \begin_inset Text
5695
5696 \begin_layout Plain Layout
5697
5698 \backslash
5699 lceil
5700 \end_layout
5701
5702 \end_inset
5703 </cell>
5704 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5705 \begin_inset Text
5706
5707 \begin_layout Plain Layout
5708 \begin_inset Formula $\lceil$
5709 \end_inset
5710
5711
5712 \end_layout
5713
5714 \end_inset
5715 </cell>
5716 </row>
5717 <row>
5718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5719 \begin_inset Text
5720
5721 \begin_layout Plain Layout
5722
5723 \backslash
5724 lfloor
5725 \end_layout
5726
5727 \end_inset
5728 </cell>
5729 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5730 \begin_inset Text
5731
5732 \begin_layout Plain Layout
5733 \begin_inset Formula $\lfloor$
5734 \end_inset
5735
5736
5737 \end_layout
5738
5739 \end_inset
5740 </cell>
5741 </row>
5742 <row>
5743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5744 \begin_inset Text
5745
5746 \begin_layout Plain Layout
5747 /
5748 \end_layout
5749
5750 \end_inset
5751 </cell>
5752 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5753 \begin_inset Text
5754
5755 \begin_layout Plain Layout
5756 \begin_inset Formula $/$
5757 \end_inset
5758
5759
5760 \end_layout
5761
5762 \end_inset
5763 </cell>
5764 </row>
5765 <row>
5766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5767 \begin_inset Text
5768
5769 \begin_layout Plain Layout
5770 \begin_inset Formula $|$
5771 \end_inset
5772
5773
5774 \end_layout
5775
5776 \end_inset
5777 </cell>
5778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5779 \begin_inset Text
5780
5781 \begin_layout Plain Layout
5782 \begin_inset Formula $|$
5783 \end_inset
5784
5785
5786 \end_layout
5787
5788 \end_inset
5789 </cell>
5790 </row>
5791 </lyxtabular>
5792
5793 \end_inset
5794
5795
5796 \begin_inset space \hfill{}
5797 \end_inset
5798
5799
5800 \begin_inset Tabular
5801 <lyxtabular version="3" rows="9" columns="2">
5802 <features rotate="0" tabularvalignment="middle">
5803 <column alignment="center" valignment="top" width="0pt">
5804 <column alignment="center" valignment="top" width="0pt">
5805 <row>
5806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5807 \begin_inset Text
5808
5809 \begin_layout Plain Layout
5810 コマンド
5811 \end_layout
5812
5813 \end_inset
5814 </cell>
5815 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5816 \begin_inset Text
5817
5818 \begin_layout Plain Layout
5819 出力
5820 \end_layout
5821
5822 \end_inset
5823 </cell>
5824 </row>
5825 <row>
5826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5827 \begin_inset Text
5828
5829 \begin_layout Plain Layout
5830 )
5831 \end_layout
5832
5833 \end_inset
5834 </cell>
5835 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5836 \begin_inset Text
5837
5838 \begin_layout Plain Layout
5839 \begin_inset Formula $)$
5840 \end_inset
5841
5842
5843 \end_layout
5844
5845 \end_inset
5846 </cell>
5847 </row>
5848 <row>
5849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5850 \begin_inset Text
5851
5852 \begin_layout Plain Layout
5853 }
5854 \end_layout
5855
5856 \end_inset
5857 </cell>
5858 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5859 \begin_inset Text
5860
5861 \begin_layout Plain Layout
5862 \begin_inset Formula $\}$
5863 \end_inset
5864
5865
5866 \end_layout
5867
5868 \end_inset
5869 </cell>
5870 </row>
5871 <row>
5872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5873 \begin_inset Text
5874
5875 \begin_layout Plain Layout
5876 ]
5877 \end_layout
5878
5879 \end_inset
5880 </cell>
5881 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5882 \begin_inset Text
5883
5884 \begin_layout Plain Layout
5885 \begin_inset Formula $]$
5886 \end_inset
5887
5888
5889 \end_layout
5890
5891 \end_inset
5892 </cell>
5893 </row>
5894 <row>
5895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5896 \begin_inset Text
5897
5898 \begin_layout Plain Layout
5899
5900 \backslash
5901 rangle
5902 \end_layout
5903
5904 \end_inset
5905 </cell>
5906 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5907 \begin_inset Text
5908
5909 \begin_layout Plain Layout
5910 \begin_inset Formula $\rangle$
5911 \end_inset
5912
5913
5914 \end_layout
5915
5916 \end_inset
5917 </cell>
5918 </row>
5919 <row>
5920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5921 \begin_inset Text
5922
5923 \begin_layout Plain Layout
5924
5925 \backslash
5926 rceil
5927 \end_layout
5928
5929 \end_inset
5930 </cell>
5931 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5932 \begin_inset Text
5933
5934 \begin_layout Plain Layout
5935 \begin_inset Formula $\rceil$
5936 \end_inset
5937
5938
5939 \end_layout
5940
5941 \end_inset
5942 </cell>
5943 </row>
5944 <row>
5945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5946 \begin_inset Text
5947
5948 \begin_layout Plain Layout
5949
5950 \backslash
5951 rfloor
5952 \end_layout
5953
5954 \end_inset
5955 </cell>
5956 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5957 \begin_inset Text
5958
5959 \begin_layout Plain Layout
5960 \begin_inset Formula $\rfloor$
5961 \end_inset
5962
5963
5964 \end_layout
5965
5966 \end_inset
5967 </cell>
5968 </row>
5969 <row>
5970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5971 \begin_inset Text
5972
5973 \begin_layout Plain Layout
5974
5975 \backslash
5976
5977 \backslash
5978
5979 \end_layout
5980
5981 \end_inset
5982 </cell>
5983 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5984 \begin_inset Text
5985
5986 \begin_layout Plain Layout
5987 \begin_inset Formula $\backslash$
5988 \end_inset
5989
5990
5991 \end_layout
5992
5993 \end_inset
5994 </cell>
5995 </row>
5996 <row>
5997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5998 \begin_inset Text
5999
6000 \begin_layout Plain Layout
6001
6002 \backslash
6003
6004 \begin_inset Formula $|$
6005 \end_inset
6006
6007
6008 \end_layout
6009
6010 \end_inset
6011 </cell>
6012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6013 \begin_inset Text
6014
6015 \begin_layout Plain Layout
6016 \begin_inset Formula $\|$
6017 \end_inset
6018
6019
6020 \end_layout
6021
6022 \end_inset
6023 </cell>
6024 </row>
6025 </lyxtabular>
6026
6027 \end_inset
6028
6029
6030 \begin_inset space \hfill{}
6031 \end_inset
6032
6033
6034 \end_layout
6035
6036 \begin_layout Standard
6037 \begin_inset Note Greyedout
6038 status open
6039
6040 \begin_layout Plain Layout
6041
6042 \series bold
6043 【註】
6044 \series default
6045 TeXモードでは、
6046 \backslash
6047
6048 \backslash
6049 コマンドはその場所に改行を入れてしまうので、バックスラッシュを入力するには
6050 \series bold
6051
6052 \backslash
6053 textbackslash
6054 \series default
6055
6056 \begin_inset Index idx
6057 status collapsed
6058
6059 \begin_layout Plain Layout
6060 こまんど@コマンド! T ! 
6061 \backslash
6062 textbackslash
6063 \end_layout
6064
6065 \end_inset
6066
6067 を使わなくてはなりません。
6068 \end_layout
6069
6070 \end_inset
6071
6072
6073 \end_layout
6074
6075 \begin_layout Standard
6076 上に列挙した文字すべてについて、以下の二小節で説明されているコマンドを使って、大きさを調整することができます。これらのコマンドを使用するにあたっては、
6077 \series bold
6078
6079 \backslash
6080 langle
6081 \series default
6082
6083 \series bold
6084
6085 \backslash
6086 rangle
6087 \series default
6088 コマンドを使用せずに
6089 \begin_inset Formula $<$
6090 \end_inset
6091
6092
6093 \begin_inset Formula $>$
6094 \end_inset
6095
6096 の文字を直接使用することができます。
6097 \end_layout
6098
6099 \begin_layout Subsubsection
6100 手動の括弧丈
6101 \begin_inset CommandInset label
6102 LatexCommand label
6103 name "sub:手動の括弧丈"
6104
6105 \end_inset
6106
6107
6108 \begin_inset Index idx
6109 status collapsed
6110
6111 \begin_layout Plain Layout
6112 かっこたけ@括弧丈 ! しゅどう@手動
6113 \end_layout
6114
6115 \end_inset
6116
6117
6118 \end_layout
6119
6120 \begin_layout Standard
6121 括弧の丈は、LaTeXコマンドの
6122 \series bold
6123
6124 \backslash
6125 big
6126 \series default
6127
6128 \begin_inset Index idx
6129 status collapsed
6130
6131 \begin_layout Plain Layout
6132 こまんど@コマンド ! B ! 
6133 \backslash
6134 big
6135 \end_layout
6136
6137 \end_inset
6138
6139
6140 \series bold
6141
6142 \backslash
6143 Big
6144 \series default
6145
6146 \series bold
6147
6148 \backslash
6149 bigg
6150 \series default
6151 および
6152 \series bold
6153
6154 \backslash
6155 Bigg
6156 \series default
6157 を使って、手動で指定することができます。
6158 \series bold
6159
6160 \backslash
6161 big
6162 \series default
6163 が最小の大きさであり、
6164 \series bold
6165
6166 \backslash
6167 Bigg
6168 \series default
6169 が最大の括弧丈になります。
6170 \end_layout
6171
6172 \begin_layout Standard
6173 これらのコマンドは、括弧の階層を強調するのに使われます。
6174 \end_layout
6175
6176 \begin_layout Standard
6177 \align center
6178 \begin_inset Tabular
6179 <lyxtabular version="3" rows="2" columns="2">
6180 <features rotate="0" tabularvalignment="middle">
6181 <column alignment="center" valignment="top" width="0pt">
6182 <column alignment="center" valignment="top" width="0pt">
6183 <row>
6184 <cell alignment="center" valignment="top" usebox="none">
6185 \begin_inset Text
6186
6187 \begin_layout Plain Layout
6188 すべての括弧が同じ大きさ:
6189 \end_layout
6190
6191 \end_inset
6192 </cell>
6193 <cell alignment="center" valignment="top" usebox="none">
6194 \begin_inset Text
6195
6196 \begin_layout Plain Layout
6197 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox{-4mm}{}$
6198 \end_inset
6199
6200
6201 \end_layout
6202
6203 \end_inset
6204 </cell>
6205 </row>
6206 <row>
6207 <cell alignment="center" valignment="top" usebox="none">
6208 \begin_inset Text
6209
6210 \begin_layout Plain Layout
6211 こちらの方が良い:
6212 \end_layout
6213
6214 \end_inset
6215 </cell>
6216 <cell alignment="center" valignment="top" usebox="none">
6217 \begin_inset Text
6218
6219 \begin_layout Plain Layout
6220 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6221 \end_inset
6222
6223
6224 \end_layout
6225
6226 \end_inset
6227 </cell>
6228 </row>
6229 </lyxtabular>
6230
6231 \end_inset
6232
6233
6234 \begin_inset Note Note
6235 status collapsed
6236
6237 \begin_layout Plain Layout
6238 ここで
6239 \series bold
6240
6241 \backslash
6242 raisebox
6243 \series default
6244 はスペーサーとして使用しているだけです。
6245 \end_layout
6246
6247 \end_inset
6248
6249
6250 \end_layout
6251
6252 \begin_layout Standard
6253 二つ目の数式では、
6254 \series bold
6255
6256 \backslash
6257 Big((A+B)(A-B)
6258 \backslash
6259 Big)^
6260 \begin_inset space \textvisiblespace{}
6261 \end_inset
6262
6263 C
6264 \series default
6265 というコマンドが使われています。
6266 \end_layout
6267
6268 \begin_layout Standard
6269 以下は、すべての括弧丈の羅列です。
6270 \end_layout
6271
6272 \begin_layout Standard
6273 \align center
6274
6275 \backslash
6276 Bigg(
6277 \backslash
6278 exp
6279 \backslash
6280 bigg
6281 \begin_inset Formula $<$
6282 \end_inset
6283
6284
6285 \backslash
6286 Big[
6287 \backslash
6288 big{
6289 \backslash
6290 ln(3x)
6291 \backslash
6292 big}^2
6293 \begin_inset space \textvisiblespace{}
6294 \end_inset
6295
6296
6297 \backslash
6298 sin(x)
6299 \backslash
6300 Big]^
6301 \begin_inset space \textvisiblespace{}
6302 \end_inset
6303
6304 A
6305 \begin_inset space \textvisiblespace{}
6306 \end_inset
6307
6308
6309 \backslash
6310 bigg
6311 \begin_inset Formula $>$
6312 \end_inset
6313
6314
6315 \backslash
6316 Bigg)^0,5
6317 \end_layout
6318
6319 \begin_layout Standard
6320 \align center
6321 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6322 \end_inset
6323
6324
6325 \end_layout
6326
6327 \begin_layout Standard
6328
6329 \series bold
6330
6331 \backslash
6332 big
6333 \series default
6334 型コマンドの他に、括弧と中身のあいだにもう少し空白を加える
6335 \series bold
6336
6337 \backslash
6338 bigm
6339 \series default
6340
6341 \begin_inset Index idx
6342 status collapsed
6343
6344 \begin_layout Plain Layout
6345 こまんど@コマンド ! B ! 
6346 \backslash
6347 bigm
6348 \end_layout
6349
6350 \end_inset
6351
6352 という派生型と、空白を追加しない
6353 \series bold
6354
6355 \backslash
6356 bigl
6357 \series default
6358 -
6359 \series bold
6360
6361 \backslash
6362 bigr
6363 \series default
6364
6365 \begin_inset Index idx
6366 status collapsed
6367
6368 \begin_layout Plain Layout
6369 こまんど@コマンド ! B ! 
6370 \backslash
6371 bigl - 
6372 \backslash
6373 bigr
6374 \end_layout
6375
6376 \end_inset
6377
6378 派生型があります。
6379 \series bold
6380
6381 \backslash
6382 bigl
6383 \series default
6384 コマンドの最後の
6385 \emph on
6386 l
6387 \emph default
6388 は、左括弧であることを示し、右括弧の場合には、
6389 \emph on
6390 l
6391 \emph default
6392 の代わりに
6393 \emph on
6394 r
6395 \emph default
6396 を用います。左括弧と右括弧は、それぞれ括弧の開始と終了に用いられます。
6397 \end_layout
6398
6399 \begin_layout Standard
6400 以下の表は、これらの派生型の比較です。
6401 \end_layout
6402
6403 \begin_layout Standard
6404 \align center
6405 \begin_inset Tabular
6406 <lyxtabular version="3" rows="5" columns="2">
6407 <features rotate="0" tabularvalignment="middle">
6408 <column alignment="center" valignment="middle">
6409 <column alignment="center" valignment="middle">
6410 <row>
6411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6412 \begin_inset Text
6413
6414 \begin_layout Plain Layout
6415 コマンド
6416 \end_layout
6417
6418 \end_inset
6419 </cell>
6420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6421 \begin_inset Text
6422
6423 \begin_layout Plain Layout
6424 出力
6425 \begin_inset Note Note
6426 status collapsed
6427
6428 \begin_layout Plain Layout
6429 ここで
6430 \series bold
6431
6432 \backslash
6433 raisebox
6434 \series default
6435 はスペーサーとして使用しているだけです。
6436 \end_layout
6437
6438 \end_inset
6439
6440
6441 \end_layout
6442
6443 \end_inset
6444 </cell>
6445 </row>
6446 <row>
6447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6448 \begin_inset Text
6449
6450 \begin_layout Plain Layout
6451
6452 \backslash
6453 Bigm(
6454 \backslash
6455 bigm(
6456 \backslash
6457 ln(3x)
6458 \backslash
6459 bigm)^2
6460 \series bold
6461
6462 \begin_inset space \textvisiblespace{}
6463 \end_inset
6464
6465
6466 \series default
6467
6468 \backslash
6469 Bigm)
6470 \end_layout
6471
6472 \end_inset
6473 </cell>
6474 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6475 \begin_inset Text
6476
6477 \begin_layout Plain Layout
6478 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6479 \end_inset
6480
6481
6482 \end_layout
6483
6484 \end_inset
6485 </cell>
6486 </row>
6487 <row>
6488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6489 \begin_inset Text
6490
6491 \begin_layout Plain Layout
6492
6493 \backslash
6494 Big(
6495 \backslash
6496 big(
6497 \backslash
6498 ln(3x)
6499 \backslash
6500 big)^2
6501 \series bold
6502
6503 \begin_inset space \textvisiblespace{}
6504 \end_inset
6505
6506
6507 \series default
6508
6509 \backslash
6510 Big)
6511 \end_layout
6512
6513 \end_inset
6514 </cell>
6515 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6516 \begin_inset Text
6517
6518 \begin_layout Plain Layout
6519 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
6520 \end_inset
6521
6522
6523 \end_layout
6524
6525 \end_inset
6526 </cell>
6527 </row>
6528 <row>
6529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6530 \begin_inset Text
6531
6532 \begin_layout Plain Layout
6533
6534 \backslash
6535 Bigl(
6536 \backslash
6537 bigl(
6538 \backslash
6539 ln(3x)
6540 \backslash
6541 bigr)^2
6542 \series bold
6543
6544 \begin_inset space \textvisiblespace{}
6545 \end_inset
6546
6547
6548 \series default
6549
6550 \backslash
6551 Bigr)
6552 \end_layout
6553
6554 \end_inset
6555 </cell>
6556 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6557 \begin_inset Text
6558
6559 \begin_layout Plain Layout
6560 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.25mm}{}$
6561 \end_inset
6562
6563
6564 \end_layout
6565
6566 \end_inset
6567 </cell>
6568 </row>
6569 <row>
6570 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6571 \begin_inset Text
6572
6573 \begin_layout Plain Layout
6574
6575 \backslash
6576 bigl)
6577 \backslash
6578 ln(3x)
6579 \backslash
6580 bigr(
6581 \end_layout
6582
6583 \end_inset
6584 </cell>
6585 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6586 \begin_inset Text
6587
6588 \begin_layout Plain Layout
6589 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
6590 \end_inset
6591
6592
6593 \end_layout
6594
6595 \end_inset
6596 </cell>
6597 </row>
6598 </lyxtabular>
6599
6600 \end_inset
6601
6602
6603 \end_layout
6604
6605 \begin_layout Subsubsection
6606 自動の括弧丈
6607 \begin_inset CommandInset label
6608 LatexCommand label
6609 name "sub:自動の括弧丈"
6610
6611 \end_inset
6612
6613
6614 \begin_inset Index idx
6615 status collapsed
6616
6617 \begin_layout Plain Layout
6618 かっこたけ@括弧丈 ! じどう@自動
6619 \end_layout
6620
6621 \end_inset
6622
6623
6624 \end_layout
6625
6626 \begin_layout Standard
6627 可変の丈を持つ括弧は、
6628 \series bold
6629
6630 \backslash
6631 left
6632 \series default
6633
6634 \begin_inset Index idx
6635 status collapsed
6636
6637 \begin_layout Plain Layout
6638 こまんど@コマンド ! L ! 
6639 \backslash
6640 left
6641 \end_layout
6642
6643 \end_inset
6644
6645 コマンドおよび
6646 \series bold
6647
6648 \backslash
6649 right
6650 \series default
6651
6652 \begin_inset Index idx
6653 status collapsed
6654
6655 \begin_layout Plain Layout
6656 こまんど@コマンド ! R ! 
6657 \backslash
6658 right
6659 \end_layout
6660
6661 \end_inset
6662
6663 コマンド、あるいは数式ツールバーボタンの
6664 \begin_inset Graphics
6665         filename ../../images/dialog-show_mathdelimiter.png
6666         scale 85
6667
6668 \end_inset
6669
6670 で挿入することができます。
6671 \series bold
6672
6673 \backslash
6674 left
6675 \series default
6676 および
6677 \series bold
6678
6679 \backslash
6680 right
6681 \series default
6682 の直後には、必要とする括弧を挿入しなくてはなりません。すると、括弧丈は出力時に自動的に計算されます。
6683 \end_layout
6684
6685 \begin_layout Standard
6686 \align center
6687 通常の括弧:
6688 \series bold
6689
6690 \backslash
6691 ln(
6692 \backslash
6693 frac
6694 \begin_inset space \textvisiblespace{}
6695 \end_inset
6696
6697 A
6698 \begin_inset Formula $\downarrow$
6699 \end_inset
6700
6701 C
6702 \begin_inset space \textvisiblespace{}
6703 \end_inset
6704
6705 )
6706 \series default
6707 というコマンドは
6708 \begin_inset Formula 
6709 \[
6710 \ln(\frac{A}{C})
6711 \]
6712
6713 \end_inset
6714
6715 を生成します。
6716 \end_layout
6717
6718 \begin_layout Standard
6719 \align center
6720 複数行の括弧:
6721 \series bold
6722
6723 \backslash
6724 ln
6725 \backslash
6726 left(
6727 \backslash
6728 frac
6729 \begin_inset space \textvisiblespace{}
6730 \end_inset
6731
6732 A
6733 \begin_inset Formula $\downarrow$
6734 \end_inset
6735
6736 C
6737 \begin_inset space \textvisiblespace{}
6738 \end_inset
6739
6740
6741 \backslash
6742 right)
6743 \series default
6744 というコマンドは
6745 \begin_inset Formula 
6746 \[
6747 \ln\left(\frac{A}{C}\right)
6748 \]
6749
6750 \end_inset
6751
6752 を生成します。
6753 \end_layout
6754
6755 \begin_layout Standard
6756
6757 \series bold
6758
6759 \backslash
6760 left
6761 \series default
6762
6763 \series bold
6764
6765 \backslash
6766 right
6767 \series default
6768 の代わりに、
6769 \begin_inset Flex Ruby
6770 status collapsed
6771
6772 \begin_layout Plain Layout
6773 捷径
6774 \begin_inset Argument post:1
6775 status collapsed
6776
6777 \begin_layout Plain Layout
6778 ショートカット
6779 \end_layout
6780
6781 \end_inset
6782
6783
6784 \end_layout
6785
6786 \end_inset
6787
6788
6789 \family sans
6790 Alt+M
6791 \begin_inset space ~
6792 \end_inset
6793
6794 括弧
6795 \family default
6796 を使うこともできます。これを使うと、LyX中で即座に実際の括弧丈を確認することができるという利点と、対応する右括弧も生成されるという利点があります。
6797 \begin_inset Newline newline
6798 \end_inset
6799
6800 すると、先ほどの例を作るコマンドは
6801 \series bold
6802
6803 \backslash
6804 ln Alt+M
6805 \series default
6806  
6807 \series bold
6808 (
6809 \backslash
6810 frac
6811 \begin_inset space \textvisiblespace{}
6812 \end_inset
6813
6814 A
6815 \begin_inset Formula $\downarrow$
6816 \end_inset
6817
6818 C
6819 \series default
6820 となります。
6821 \end_layout
6822
6823 \begin_layout Standard
6824 左括弧あるいは右括弧を省略するには、ドットを挿入します。たとえば、
6825 \series bold
6826
6827 \backslash
6828 left.
6829 \backslash
6830 frac
6831 \begin_inset space \textvisiblespace{}
6832 \end_inset
6833
6834 A
6835 \begin_inset Formula $\downarrow$
6836 \end_inset
6837
6838 B
6839 \begin_inset space \textvisiblespace{}
6840 \end_inset
6841
6842
6843 \backslash
6844 right}
6845 \series default
6846 というコマンドは
6847 \series bold
6848
6849 \begin_inset Formula 
6850 \[
6851 \left.\frac{A}{B}\right\} 
6852 \]
6853
6854 \end_inset
6855
6856
6857 \series default
6858 を生成します。
6859 \series bold
6860
6861 \backslash
6862 left
6863 \series default
6864 コマンドおよび
6865 \series bold
6866
6867 \backslash
6868 right
6869 \series default
6870 コマンドは、文書が再度読み込まれたときには、LyXによって正しい丈の括弧に変換され、省略された括弧は、点線として表示されます。
6871 \end_layout
6872
6873 \begin_layout Standard
6874 \begin_inset VSpace bigskip
6875 \end_inset
6876
6877 著名なLaTeX頒布版は、すべてLaTeXの拡張であるeTeXを使用しているので、これらの頒布版では、すべての括弧および極限に対して
6878 \series bold
6879
6880 \backslash
6881 middle
6882 \series default
6883
6884 \begin_inset Index idx
6885 status collapsed
6886
6887 \begin_layout Plain Layout
6888 こまんど@コマンド ! M ! 
6889 \backslash
6890 middle
6891 \end_layout
6892
6893 \end_inset
6894
6895 コマンドも使用することができます
6896 \begin_inset Foot
6897 status collapsed
6898
6899 \begin_layout Plain Layout
6900
6901 \series bold
6902 (訳註)
6903 \series default
6904 pLaTeXでは、標準では
6905 \series bold
6906
6907 \backslash
6908 middle
6909 \series default
6910 コマンドは使えません。よって、以下の例では「
6911 \series bold
6912
6913 \backslash
6914 middle
6915 \series default
6916
6917 \begin_inset Formula $|$
6918 \end_inset
6919
6920 」の代わりに「
6921 \series bold
6922
6923 \backslash
6924 biggm
6925 \series default
6926
6927 \begin_inset Formula $|$
6928 \end_inset
6929
6930 」を用いています。
6931 \end_layout
6932
6933 \end_inset
6934
6935 。このコマンドでは、物理ベクトル
6936 \begin_inset Formula 
6937 \[
6938 \left\langle \phi\:\biggm|\: J=\frac{3}{2}\,,\, M_{J}\right\rangle 
6939 \]
6940
6941 \end_inset
6942
6943 で必要とされるように、次に続く文字の高さは、囲まれる括弧の高さに調節されます。物理ベクトルに関しては、第
6944 \begin_inset CommandInset ref
6945 LatexCommand ref
6946 reference "sub:物理ベクトル"
6947
6948 \end_inset
6949
6950 節に説明されているように特殊なLaTeXパッケージがあります。
6951 \end_layout
6952
6953 \begin_layout Subsection
6954 水平括弧
6955 \begin_inset Index idx
6956 status collapsed
6957
6958 \begin_layout Plain Layout
6959 かっこ@括弧 ! すいへい@水平
6960 \end_layout
6961
6962 \end_inset
6963
6964
6965 \end_layout
6966
6967 \begin_layout Standard
6968 \align center
6969 \begin_inset Tabular
6970 <lyxtabular version="3" rows="4" columns="2">
6971 <features rotate="0" tabularvalignment="middle">
6972 <column alignment="center" valignment="top" width="0pt">
6973 <column alignment="center" valignment="top" width="0pt">
6974 <row>
6975 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6976 \begin_inset Text
6977
6978 \begin_layout Plain Layout
6979 コマンド
6980 \begin_inset Note Note
6981 status collapsed
6982
6983 \begin_layout Plain Layout
6984 ここで
6985 \series bold
6986
6987 \backslash
6988 raisebox
6989 \series default
6990 はスペーサーとして使用しているだけです。
6991 \end_layout
6992
6993 \end_inset
6994
6995
6996 \end_layout
6997
6998 \end_inset
6999 </cell>
7000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7001 \begin_inset Text
7002
7003 \begin_layout Plain Layout
7004 出力
7005 \end_layout
7006
7007 \end_inset
7008 </cell>
7009 </row>
7010 <row>
7011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7012 \begin_inset Text
7013
7014 \begin_layout Plain Layout
7015 \begin_inset ERT
7016 status collapsed
7017
7018 \begin_layout Plain Layout
7019
7020
7021 \backslash
7022 raisebox{2.3mm}{
7023 \end_layout
7024
7025 \end_inset
7026
7027
7028 \backslash
7029 overbrace
7030 \begin_inset space \textvisiblespace{}
7031 \end_inset
7032
7033 A+B
7034 \begin_inset space \textvisiblespace{}
7035 \end_inset
7036
7037 ^
7038 \begin_inset space \textvisiblespace{}
7039 \end_inset
7040
7041 3
7042 \begin_inset ERT
7043 status collapsed
7044
7045 \begin_layout Plain Layout
7046
7047 }
7048 \end_layout
7049
7050 \end_inset
7051
7052
7053 \begin_inset Index idx
7054 status collapsed
7055
7056 \begin_layout Plain Layout
7057 こまんど@コマンド ! O ! 
7058 \backslash
7059 overbrace
7060 \end_layout
7061
7062 \end_inset
7063
7064
7065 \end_layout
7066
7067 \end_inset
7068 </cell>
7069 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7070 \begin_inset Text
7071
7072 \begin_layout Plain Layout
7073 \begin_inset Formula $\overbrace{A+B}^{3}$
7074 \end_inset
7075
7076
7077 \end_layout
7078
7079 \end_inset
7080 </cell>
7081 </row>
7082 <row>
7083 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7084 \begin_inset Text
7085
7086 \begin_layout Plain Layout
7087 \begin_inset ERT
7088 status collapsed
7089
7090 \begin_layout Plain Layout
7091
7092
7093 \backslash
7094 raisebox{-2.2mm}{
7095 \end_layout
7096
7097 \end_inset
7098
7099
7100 \backslash
7101 underbrace
7102 \begin_inset space \textvisiblespace{}
7103 \end_inset
7104
7105 A+B
7106 \begin_inset space \textvisiblespace{}
7107 \end_inset
7108
7109 _5
7110 \begin_inset ERT
7111 status collapsed
7112
7113 \begin_layout Plain Layout
7114
7115 }
7116 \end_layout
7117
7118 \end_inset
7119
7120
7121 \begin_inset Index idx
7122 status collapsed
7123
7124 \begin_layout Plain Layout
7125 こまんど@コマンド ! U ! 
7126 \backslash
7127 underbrace
7128 \end_layout
7129
7130 \end_inset
7131
7132
7133 \end_layout
7134
7135 \end_inset
7136 </cell>
7137 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7138 \begin_inset Text
7139
7140 \begin_layout Plain Layout
7141 \begin_inset Formula $\underbrace{A+B}_{5}$
7142 \end_inset
7143
7144
7145 \end_layout
7146
7147 \end_inset
7148 </cell>
7149 </row>
7150 <row>
7151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7152 \begin_inset Text
7153
7154 \begin_layout Plain Layout
7155
7156 \backslash
7157 overbrace
7158 \begin_inset space \textvisiblespace{}
7159 \end_inset
7160
7161
7162 \backslash
7163 underbrace
7164 \begin_inset space \textvisiblespace{}
7165 \end_inset
7166
7167 A+B_w
7168 \begin_inset space \textvisiblespace{}
7169 \end_inset
7170
7171
7172 \begin_inset space \textvisiblespace{}
7173 \end_inset
7174
7175 _7
7176 \begin_inset space \textvisiblespace{}
7177 \end_inset
7178
7179
7180 \begin_inset space \textvisiblespace{}
7181 \end_inset
7182
7183 ^
7184 \begin_inset space \textvisiblespace{}
7185 \end_inset
7186
7187 C
7188 \end_layout
7189
7190 \end_inset
7191 </cell>
7192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7193 \begin_inset Text
7194
7195 \begin_layout Plain Layout
7196 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7197 \end_inset
7198
7199
7200 \end_layout
7201
7202 \end_inset
7203 </cell>
7204 </row>
7205 </lyxtabular>
7206
7207 \end_inset
7208
7209
7210 \end_layout
7211
7212 \begin_layout Standard
7213 最後の例では、
7214 \series bold
7215
7216 \backslash
7217 overbrace
7218 \series default
7219 が先に挿入されようが
7220 \series bold
7221
7222 \backslash
7223 underbrace
7224 \series default
7225 が先に挿入されようが代わりはありません。
7226 \end_layout
7227
7228 \begin_layout Standard
7229 \begin_inset VSpace bigskip
7230 \end_inset
7231
7232 括弧をお互いに重ねる必要がある場合には、第
7233 \begin_inset CommandInset ref
7234 LatexCommand ref
7235 reference "sec:多行数式"
7236
7237 \end_inset
7238
7239 節に説明されているように、次のような多行数式を使わなくてはなりません。
7240 \begin_inset Formula 
7241 \begin{eqnarray*}
7242 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7243  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7244 \end{eqnarray*}
7245
7246 \end_inset
7247
7248 一行目には、数式が一つめの括弧とともに挿入されています。ここで、空白コマンド
7249 \begin_inset Foot
7250 status collapsed
7251
7252 \begin_layout Plain Layout
7253 空白コマンドは第
7254 \begin_inset CommandInset ref
7255 LatexCommand ref
7256 reference "sub:定義済みの空白"
7257
7258 \end_inset
7259
7260 章に説明があります。
7261 \end_layout
7262
7263 \end_inset
7264
7265
7266 \series bold
7267
7268 \backslash
7269 :
7270 \series default
7271 を最初の
7272 \begin_inset Formula $d$
7273 \end_inset
7274
7275 の前に挿入しておくことが重要です。さもないと、
7276 \begin_inset Formula $q$
7277 \end_inset
7278
7279 の後ろで終わる括弧のせいで、直後の「+」の周りに正しく空白が入ることが妨げられてしまう
7280 \begin_inset Foot
7281 status collapsed
7282
7283 \begin_layout Plain Layout
7284 これは、括弧が文字として取り扱われないためです。第
7285 \begin_inset CommandInset ref
7286 LatexCommand ref
7287 reference "sub:二項演算子"
7288
7289 \end_inset
7290
7291 章参照。
7292 \end_layout
7293
7294 \end_inset
7295
7296 ためです。二行目には、二つめの括弧が挿入されています。
7297 \begin_inset Formula $b$
7298 \end_inset
7299
7300 の直前から始まるようにするために、まず
7301 \series bold
7302
7303 \backslash
7304 hphantom{gggg+
7305 \backslash
7306 :}
7307 \series default
7308 というコマンド
7309 \begin_inset Foot
7310 status collapsed
7311
7312 \begin_layout Plain Layout
7313
7314 \series bold
7315
7316 \backslash
7317 hphantom
7318 \series default
7319 に関する詳細は、第
7320 \begin_inset CommandInset ref
7321 LatexCommand ref
7322 reference "sub:埋め草"
7323
7324 \end_inset
7325
7326 章を参照してください。
7327 \end_layout
7328
7329 \end_inset
7330
7331 が挿入されています。この数式中の「+」も空白で囲まれるようにするために、この空白コマンドが必要になっています。二つめの括弧は
7332 \series bold
7333
7334 \backslash
7335 hphantom{bbqq+dddd}
7336 \series default
7337 コマンドの下に置きます。
7338 \end_layout
7339
7340 \begin_layout Standard
7341 以下の例のように、括弧が反対側に重なる場合には、もっと複雑になります。
7342 \begin_inset ERT
7343 status collapsed
7344
7345 \begin_layout Plain Layout
7346
7347
7348 \backslash
7349 setlength{
7350 \backslash
7351 jot}{-6pt}
7352 \end_layout
7353
7354 \end_inset
7355
7356
7357 \begin_inset Formula 
7358 \begin{eqnarray*}
7359  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7360 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd
7361 \end{eqnarray*}
7362
7363 \end_inset
7364
7365
7366 \begin_inset ERT
7367 status collapsed
7368
7369 \begin_layout Plain Layout
7370
7371
7372 \backslash
7373 setlength{
7374 \backslash
7375 jot}{3pt}
7376 \end_layout
7377
7378 \end_inset
7379
7380 最初の数式行は、括弧が上に来ていること以外は、先の例の第二行と同じです。二行目には、二つめの括弧と一緒に数式が入っています。一行目の括弧と数式のあいだに余白が入
7381 ることを防ぐために、行間を減らさなくてはならないのですが、これはLyXのバグ
7382 \begin_inset Foot
7383 status collapsed
7384
7385 \begin_layout Plain Layout
7386 \begin_inset CommandInset href
7387 LatexCommand href
7388 name "LyX-bug #1505"
7389 target "http://www.lyx.org/trac/ticket/1505"
7390
7391 \end_inset
7392
7393
7394 \end_layout
7395
7396 \end_inset
7397
7398 のせいで簡単にはできません。この問題を回避するためには、数式直前にTeXモードで
7399 \series bold
7400 setlength{
7401 \backslash
7402 jot}{-6pt}
7403 \series default
7404 というコマンドを入れて、大域的な数式行間
7405 \series bold
7406
7407 \backslash
7408 jot
7409 \series default
7410
7411 \begin_inset Index idx
7412 status collapsed
7413
7414 \begin_layout Plain Layout
7415 こまんど@コマンド ! J ! 
7416 \backslash
7417 jot
7418 \end_layout
7419
7420 \end_inset
7421
7422 を-6
7423 \begin_inset space \thinspace{}
7424 \end_inset
7425
7426 ptに変更しなくてはなりません。
7427 \series bold
7428
7429 \backslash
7430 jot
7431 \series default
7432 は、数式直後に同様のコマンドを使って標準値の3
7433 \begin_inset space \thinspace{}
7434 \end_inset
7435
7436 ptに戻します。数式中の行間について、詳しくは第
7437 \begin_inset CommandInset ref
7438 LatexCommand ref
7439 reference "sub:行間"
7440
7441 \end_inset
7442
7443 章に説明があります。
7444 \end_layout
7445
7446 \begin_layout Section
7447 矢印
7448 \begin_inset Index idx
7449 status collapsed
7450
7451 \begin_layout Plain Layout
7452 やじるし@矢印
7453 \end_layout
7454
7455 \end_inset
7456
7457
7458 \end_layout
7459
7460 \begin_layout Standard
7461 矢印は、数式ツールバーボタンの
7462 \begin_inset Graphics
7463         filename ../../images/math/leftarrow.png
7464         scale 85
7465
7466 \end_inset
7467
7468 か、以下の各小節に列挙してあるコマンドで挿入することができます。
7469 \end_layout
7470
7471 \begin_layout Subsection
7472 水平矢印
7473 \begin_inset Index idx
7474 status collapsed
7475
7476 \begin_layout Plain Layout
7477 やじるし@矢印 ! すいへい@水平
7478 \end_layout
7479
7480 \end_inset
7481
7482
7483 \end_layout
7484
7485 \begin_layout Standard
7486 \begin_inset space \hfill{}
7487 \end_inset
7488
7489
7490 \begin_inset Tabular
7491 <lyxtabular version="3" rows="8" columns="2">
7492 <features rotate="0" tabularvalignment="middle">
7493 <column alignment="center" valignment="top" width="0pt">
7494 <column alignment="center" valignment="top" width="0pt">
7495 <row>
7496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7497 \begin_inset Text
7498
7499 \begin_layout Plain Layout
7500 コマンド
7501 \end_layout
7502
7503 \end_inset
7504 </cell>
7505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7506 \begin_inset Text
7507
7508 \begin_layout Plain Layout
7509 出力
7510 \end_layout
7511
7512 \end_inset
7513 </cell>
7514 </row>
7515 <row>
7516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7517 \begin_inset Text
7518
7519 \begin_layout Plain Layout
7520
7521 \backslash
7522 gets
7523 \end_layout
7524
7525 \end_inset
7526 </cell>
7527 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7528 \begin_inset Text
7529
7530 \begin_layout Plain Layout
7531 \begin_inset Formula $\gets$
7532 \end_inset
7533
7534
7535 \end_layout
7536
7537 \end_inset
7538 </cell>
7539 </row>
7540 <row>
7541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7542 \begin_inset Text
7543
7544 \begin_layout Plain Layout
7545
7546 \backslash
7547 Leftarrow
7548 \end_layout
7549
7550 \end_inset
7551 </cell>
7552 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7553 \begin_inset Text
7554
7555 \begin_layout Plain Layout
7556 \begin_inset Formula $\Leftarrow$
7557 \end_inset
7558
7559
7560 \end_layout
7561
7562 \end_inset
7563 </cell>
7564 </row>
7565 <row>
7566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7567 \begin_inset Text
7568
7569 \begin_layout Plain Layout
7570
7571 \backslash
7572 longleftarrow
7573 \end_layout
7574
7575 \end_inset
7576 </cell>
7577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7578 \begin_inset Text
7579
7580 \begin_layout Plain Layout
7581 \begin_inset Formula $\longleftarrow$
7582 \end_inset
7583
7584
7585 \end_layout
7586
7587 \end_inset
7588 </cell>
7589 </row>
7590 <row>
7591 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7592 \begin_inset Text
7593
7594 \begin_layout Plain Layout
7595
7596 \backslash
7597 Longleftarrow
7598 \end_layout
7599
7600 \end_inset
7601 </cell>
7602 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7603 \begin_inset Text
7604
7605 \begin_layout Plain Layout
7606 \begin_inset Formula $\Longleftarrow$
7607 \end_inset
7608
7609
7610 \end_layout
7611
7612 \end_inset
7613 </cell>
7614 </row>
7615 <row>
7616 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7617 \begin_inset Text
7618
7619 \begin_layout Plain Layout
7620
7621 \backslash
7622 leftharpoonup
7623 \end_layout
7624
7625 \end_inset
7626 </cell>
7627 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7628 \begin_inset Text
7629
7630 \begin_layout Plain Layout
7631 \begin_inset Formula $\leftharpoonup$
7632 \end_inset
7633
7634
7635 \end_layout
7636
7637 \end_inset
7638 </cell>
7639 </row>
7640 <row>
7641 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7642 \begin_inset Text
7643
7644 \begin_layout Plain Layout
7645
7646 \backslash
7647 leftharpoondown
7648 \end_layout
7649
7650 \end_inset
7651 </cell>
7652 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7653 \begin_inset Text
7654
7655 \begin_layout Plain Layout
7656 \begin_inset Formula $\leftharpoondown$
7657 \end_inset
7658
7659
7660 \end_layout
7661
7662 \end_inset
7663 </cell>
7664 </row>
7665 <row>
7666 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7667 \begin_inset Text
7668
7669 \begin_layout Plain Layout
7670
7671 \backslash
7672 hookleftarrow
7673 \end_layout
7674
7675 \end_inset
7676 </cell>
7677 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7678 \begin_inset Text
7679
7680 \begin_layout Plain Layout
7681 \begin_inset Formula $\hookleftarrow$
7682 \end_inset
7683
7684
7685 \end_layout
7686
7687 \end_inset
7688 </cell>
7689 </row>
7690 </lyxtabular>
7691
7692 \end_inset
7693
7694
7695 \begin_inset space \hfill{}
7696 \end_inset
7697
7698
7699 \begin_inset Tabular
7700 <lyxtabular version="3" rows="8" columns="2">
7701 <features rotate="0" tabularvalignment="middle">
7702 <column alignment="center" valignment="top" width="0pt">
7703 <column alignment="center" valignment="top" width="0pt">
7704 <row>
7705 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7706 \begin_inset Text
7707
7708 \begin_layout Plain Layout
7709 コマンド
7710 \end_layout
7711
7712 \end_inset
7713 </cell>
7714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7715 \begin_inset Text
7716
7717 \begin_layout Plain Layout
7718 出力
7719 \end_layout
7720
7721 \end_inset
7722 </cell>
7723 </row>
7724 <row>
7725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7726 \begin_inset Text
7727
7728 \begin_layout Plain Layout
7729
7730 \backslash
7731 to
7732 \end_layout
7733
7734 \end_inset
7735 </cell>
7736 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7737 \begin_inset Text
7738
7739 \begin_layout Plain Layout
7740 \begin_inset Formula $\to$
7741 \end_inset
7742
7743
7744 \end_layout
7745
7746 \end_inset
7747 </cell>
7748 </row>
7749 <row>
7750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7751 \begin_inset Text
7752
7753 \begin_layout Plain Layout
7754
7755 \backslash
7756 Rightarrow
7757 \end_layout
7758
7759 \end_inset
7760 </cell>
7761 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7762 \begin_inset Text
7763
7764 \begin_layout Plain Layout
7765 \begin_inset Formula $\Rightarrow$
7766 \end_inset
7767
7768
7769 \end_layout
7770
7771 \end_inset
7772 </cell>
7773 </row>
7774 <row>
7775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7776 \begin_inset Text
7777
7778 \begin_layout Plain Layout
7779
7780 \backslash
7781 longrightarrow
7782 \end_layout
7783
7784 \end_inset
7785 </cell>
7786 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7787 \begin_inset Text
7788
7789 \begin_layout Plain Layout
7790 \begin_inset Formula $\longrightarrow$
7791 \end_inset
7792
7793
7794 \end_layout
7795
7796 \end_inset
7797 </cell>
7798 </row>
7799 <row>
7800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7801 \begin_inset Text
7802
7803 \begin_layout Plain Layout
7804
7805 \backslash
7806 Longrightarrow
7807 \end_layout
7808
7809 \end_inset
7810 </cell>
7811 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7812 \begin_inset Text
7813
7814 \begin_layout Plain Layout
7815 \begin_inset Formula $\Longrightarrow$
7816 \end_inset
7817
7818
7819 \end_layout
7820
7821 \end_inset
7822 </cell>
7823 </row>
7824 <row>
7825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7826 \begin_inset Text
7827
7828 \begin_layout Plain Layout
7829
7830 \backslash
7831 rightharpoonup
7832 \end_layout
7833
7834 \end_inset
7835 </cell>
7836 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7837 \begin_inset Text
7838
7839 \begin_layout Plain Layout
7840 \begin_inset Formula $\rightharpoonup$
7841 \end_inset
7842
7843
7844 \end_layout
7845
7846 \end_inset
7847 </cell>
7848 </row>
7849 <row>
7850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7851 \begin_inset Text
7852
7853 \begin_layout Plain Layout
7854
7855 \backslash
7856 rightharpoondown
7857 \end_layout
7858
7859 \end_inset
7860 </cell>
7861 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7862 \begin_inset Text
7863
7864 \begin_layout Plain Layout
7865 \begin_inset Formula $\rightharpoondown$
7866 \end_inset
7867
7868
7869 \end_layout
7870
7871 \end_inset
7872 </cell>
7873 </row>
7874 <row>
7875 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7876 \begin_inset Text
7877
7878 \begin_layout Plain Layout
7879
7880 \backslash
7881 hookrightarrow
7882 \end_layout
7883
7884 \end_inset
7885 </cell>
7886 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7887 \begin_inset Text
7888
7889 \begin_layout Plain Layout
7890 \begin_inset Formula $\hookrightarrow$
7891 \end_inset
7892
7893
7894 \end_layout
7895
7896 \end_inset
7897 </cell>
7898 </row>
7899 </lyxtabular>
7900
7901 \end_inset
7902
7903
7904 \begin_inset space \hfill{}
7905 \end_inset
7906
7907
7908 \end_layout
7909
7910 \begin_layout Standard
7911 \begin_inset space \hfill{}
7912 \end_inset
7913
7914
7915 \begin_inset Tabular
7916 <lyxtabular version="3" rows="6" columns="2">
7917 <features rotate="0" tabularvalignment="middle">
7918 <column alignment="center" valignment="top" width="0pt">
7919 <column alignment="center" valignment="top" width="0pt">
7920 <row>
7921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7922 \begin_inset Text
7923
7924 \begin_layout Plain Layout
7925 コマンド
7926 \end_layout
7927
7928 \end_inset
7929 </cell>
7930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7931 \begin_inset Text
7932
7933 \begin_layout Plain Layout
7934 出力
7935 \end_layout
7936
7937 \end_inset
7938 </cell>
7939 </row>
7940 <row>
7941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7942 \begin_inset Text
7943
7944 \begin_layout Plain Layout
7945
7946 \backslash
7947 leftrightarrow
7948 \end_layout
7949
7950 \end_inset
7951 </cell>
7952 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7953 \begin_inset Text
7954
7955 \begin_layout Plain Layout
7956 \begin_inset Formula $\leftrightarrow$
7957 \end_inset
7958
7959
7960 \end_layout
7961
7962 \end_inset
7963 </cell>
7964 </row>
7965 <row>
7966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7967 \begin_inset Text
7968
7969 \begin_layout Plain Layout
7970
7971 \backslash
7972 Leftrightarrow
7973 \end_layout
7974
7975 \end_inset
7976 </cell>
7977 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7978 \begin_inset Text
7979
7980 \begin_layout Plain Layout
7981 \begin_inset Formula $\Leftrightarrow$
7982 \end_inset
7983
7984
7985 \end_layout
7986
7987 \end_inset
7988 </cell>
7989 </row>
7990 <row>
7991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7992 \begin_inset Text
7993
7994 \begin_layout Plain Layout
7995
7996 \backslash
7997 longleftrightarrow
7998 \end_layout
7999
8000 \end_inset
8001 </cell>
8002 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8003 \begin_inset Text
8004
8005 \begin_layout Plain Layout
8006 \begin_inset Formula $\longleftrightarrow$
8007 \end_inset
8008
8009
8010 \end_layout
8011
8012 \end_inset
8013 </cell>
8014 </row>
8015 <row>
8016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8017 \begin_inset Text
8018
8019 \begin_layout Plain Layout
8020
8021 \backslash
8022 Longleftrightarrow
8023 \end_layout
8024
8025 \end_inset
8026 </cell>
8027 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8028 \begin_inset Text
8029
8030 \begin_layout Plain Layout
8031 \begin_inset Formula $\Longleftrightarrow$
8032 \end_inset
8033
8034
8035 \end_layout
8036
8037 \end_inset
8038 </cell>
8039 </row>
8040 <row>
8041 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8042 \begin_inset Text
8043
8044 \begin_layout Plain Layout
8045
8046 \backslash
8047 rightleftharpoons
8048 \end_layout
8049
8050 \end_inset
8051 </cell>
8052 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8053 \begin_inset Text
8054
8055 \begin_layout Plain Layout
8056 \begin_inset Formula $\rightleftharpoons$
8057 \end_inset
8058
8059
8060 \end_layout
8061
8062 \end_inset
8063 </cell>
8064 </row>
8065 </lyxtabular>
8066
8067 \end_inset
8068
8069
8070 \begin_inset space \hspace{}
8071 \length 25pt
8072 \end_inset
8073
8074
8075 \begin_inset space \hfill{}
8076 \end_inset
8077
8078
8079 \begin_inset Tabular
8080 <lyxtabular version="3" rows="5" columns="2">
8081 <features rotate="0" tabularvalignment="middle">
8082 <column alignment="center" valignment="top" width="0pt">
8083 <column alignment="center" valignment="top" width="0pt">
8084 <row>
8085 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8086 \begin_inset Text
8087
8088 \begin_layout Plain Layout
8089 コマンド
8090 \end_layout
8091
8092 \end_inset
8093 </cell>
8094 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8095 \begin_inset Text
8096
8097 \begin_layout Plain Layout
8098 出力
8099 \end_layout
8100
8101 \end_inset
8102 </cell>
8103 </row>
8104 <row>
8105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8106 \begin_inset Text
8107
8108 \begin_layout Plain Layout
8109
8110 \backslash
8111 mapsto
8112 \end_layout
8113
8114 \end_inset
8115 </cell>
8116 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8117 \begin_inset Text
8118
8119 \begin_layout Plain Layout
8120 \begin_inset Formula $\mapsto$
8121 \end_inset
8122
8123
8124 \end_layout
8125
8126 \end_inset
8127 </cell>
8128 </row>
8129 <row>
8130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8131 \begin_inset Text
8132
8133 \begin_layout Plain Layout
8134
8135 \backslash
8136 longmapsto
8137 \end_layout
8138
8139 \end_inset
8140 </cell>
8141 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8142 \begin_inset Text
8143
8144 \begin_layout Plain Layout
8145 \begin_inset Formula $\longmapsto$
8146 \end_inset
8147
8148
8149 \end_layout
8150
8151 \end_inset
8152 </cell>
8153 </row>
8154 <row>
8155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8156 \begin_inset Text
8157
8158 \begin_layout Plain Layout
8159
8160 \backslash
8161 leadsto
8162 \end_layout
8163
8164 \end_inset
8165 </cell>
8166 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8167 \begin_inset Text
8168
8169 \begin_layout Plain Layout
8170 \begin_inset Formula $\leadsto$
8171 \end_inset
8172
8173
8174 \end_layout
8175
8176 \end_inset
8177 </cell>
8178 </row>
8179 <row>
8180 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8181 \begin_inset Text
8182
8183 \begin_layout Plain Layout
8184
8185 \backslash
8186 dasharrow
8187 \end_layout
8188
8189 \end_inset
8190 </cell>
8191 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8192 \begin_inset Text
8193
8194 \begin_layout Plain Layout
8195 \begin_inset Formula $\dasharrow$
8196 \end_inset
8197
8198
8199 \end_layout
8200
8201 \end_inset
8202 </cell>
8203 </row>
8204 </lyxtabular>
8205
8206 \end_inset
8207
8208
8209 \begin_inset space \hfill{}
8210 \end_inset
8211
8212
8213 \end_layout
8214
8215 \begin_layout Standard
8216 \begin_inset VSpace medskip
8217 \end_inset
8218
8219 たとえばベクトル記号の矢印のようにアクセントとして使用される矢印は、第
8220 \begin_inset CommandInset ref
8221 LatexCommand ref
8222 reference "sec:アクセント"
8223
8224 \end_inset
8225
8226 節に一覧があります。
8227 \end_layout
8228
8229 \begin_layout Standard
8230 \begin_inset VSpace bigskip
8231 \end_inset
8232
8233 さらに、ラベル付き矢印
8234 \begin_inset Index idx
8235 status collapsed
8236
8237 \begin_layout Plain Layout
8238 やじるし@矢印 ! らべるつき@ラベル付き
8239 \end_layout
8240
8241 \end_inset
8242
8243 として、
8244 \series bold
8245
8246 \backslash
8247 xleftarrow
8248 \series default
8249
8250 \begin_inset Index idx
8251 status collapsed
8252
8253 \begin_layout Plain Layout
8254 こまんど@コマンド ! X ! 
8255 \backslash
8256 xleftarrow
8257 \end_layout
8258
8259 \end_inset
8260
8261
8262 \series bold
8263
8264 \backslash
8265 xrightarrow
8266 \series default
8267
8268 \begin_inset Index idx
8269 status collapsed
8270
8271 \begin_layout Plain Layout
8272 こまんど@コマンド ! X ! 
8273 \backslash
8274 xrightarrow
8275 \begin_inset ERT
8276 status collapsed
8277
8278 \begin_layout Plain Layout
8279
8280
8281 \backslash
8282 vspace{4mm}
8283 \end_layout
8284
8285 \end_inset
8286
8287
8288 \end_layout
8289
8290 \end_inset
8291
8292 があります。これらのコマンドを数式に挿入すると、二つの青枠のついた矢印が現れるので、そこにラベルを入れることができます。矢印の長さは、ラベルの幅に応じて調整され
8293 ます。
8294 \end_layout
8295
8296 \begin_layout Standard
8297 \align center
8298 \begin_inset Tabular
8299 <lyxtabular version="3" rows="3" columns="2">
8300 <features rotate="0" tabularvalignment="middle">
8301 <column alignment="center" valignment="top" width="0pt">
8302 <column alignment="center" valignment="top" width="0pt">
8303 <row>
8304 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8305 \begin_inset Text
8306
8307 \begin_layout Plain Layout
8308 コマンド
8309 \end_layout
8310
8311 \end_inset
8312 </cell>
8313 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8314 \begin_inset Text
8315
8316 \begin_layout Plain Layout
8317 出力
8318 \begin_inset Note Note
8319 status collapsed
8320
8321 \begin_layout Plain Layout
8322 ここで
8323 \series bold
8324
8325 \backslash
8326 raisebox
8327 \series default
8328 はスペーサーとして使用しているだけです。
8329 \end_layout
8330
8331 \end_inset
8332
8333
8334 \end_layout
8335
8336 \end_inset
8337 </cell>
8338 </row>
8339 <row>
8340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8341 \begin_inset Text
8342
8343 \begin_layout Plain Layout
8344 F(a)
8345 \backslash
8346 xleftarrow
8347 \begin_inset space \textvisiblespace{}
8348 \end_inset
8349
8350 x=a
8351 \begin_inset Formula $\downarrow$
8352 \end_inset
8353
8354 x
8355 \begin_inset Formula $>$
8356 \end_inset
8357
8358 0
8359 \begin_inset Formula $\to$
8360 \end_inset
8361
8362 F(x)
8363 \end_layout
8364
8365 \end_inset
8366 </cell>
8367 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8368 \begin_inset Text
8369
8370 \begin_layout Plain Layout
8371 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
8372 \end_inset
8373
8374
8375 \end_layout
8376
8377 \end_inset
8378 </cell>
8379 </row>
8380 <row>
8381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8382 \begin_inset Text
8383
8384 \begin_layout Plain Layout
8385 F(x)
8386 \backslash
8387 xrightarrow
8388 \begin_inset space \textvisiblespace{}
8389 \end_inset
8390
8391 x=a
8392 \begin_inset Formula $\downarrow$
8393 \end_inset
8394
8395 x
8396 \begin_inset Formula $>$
8397 \end_inset
8398
8399 0
8400 \begin_inset Formula $\to$
8401 \end_inset
8402
8403 F(a)
8404 \end_layout
8405
8406 \end_inset
8407 </cell>
8408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8409 \begin_inset Text
8410
8411 \begin_layout Plain Layout
8412 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
8413 \end_inset
8414
8415
8416 \end_layout
8417
8418 \end_inset
8419 </cell>
8420 </row>
8421 </lyxtabular>
8422
8423 \end_inset
8424
8425
8426 \end_layout
8427
8428 \begin_layout Subsection
8429 垂直矢印および対角矢印
8430 \begin_inset Index idx
8431 status collapsed
8432
8433 \begin_layout Plain Layout
8434 やじるし@矢印 ! たいかく@対角
8435 \end_layout
8436
8437 \end_inset
8438
8439
8440 \begin_inset Index idx
8441 status collapsed
8442
8443 \begin_layout Plain Layout
8444 やじるし@矢印 ! すいちょく@垂直
8445 \end_layout
8446
8447 \end_inset
8448
8449
8450 \end_layout
8451
8452 \begin_layout Standard
8453 \begin_inset space \hfill{}
8454 \end_inset
8455
8456
8457 \begin_inset Tabular
8458 <lyxtabular version="3" rows="7" columns="2">
8459 <features rotate="0" tabularvalignment="middle">
8460 <column alignment="center" valignment="top" width="0pt">
8461 <column alignment="center" valignment="top" width="0pt">
8462 <row>
8463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8464 \begin_inset Text
8465
8466 \begin_layout Plain Layout
8467 コマンド
8468 \end_layout
8469
8470 \end_inset
8471 </cell>
8472 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8473 \begin_inset Text
8474
8475 \begin_layout Plain Layout
8476 出力
8477 \end_layout
8478
8479 \end_inset
8480 </cell>
8481 </row>
8482 <row>
8483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8484 \begin_inset Text
8485
8486 \begin_layout Plain Layout
8487
8488 \backslash
8489 uparrow
8490 \end_layout
8491
8492 \end_inset
8493 </cell>
8494 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8495 \begin_inset Text
8496
8497 \begin_layout Plain Layout
8498 \begin_inset Formula $\uparrow$
8499 \end_inset
8500
8501
8502 \end_layout
8503
8504 \end_inset
8505 </cell>
8506 </row>
8507 <row>
8508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8509 \begin_inset Text
8510
8511 \begin_layout Plain Layout
8512
8513 \backslash
8514 Uparrow
8515 \end_layout
8516
8517 \end_inset
8518 </cell>
8519 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8520 \begin_inset Text
8521
8522 \begin_layout Plain Layout
8523 \begin_inset Formula $\Uparrow$
8524 \end_inset
8525
8526
8527 \end_layout
8528
8529 \end_inset
8530 </cell>
8531 </row>
8532 <row>
8533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8534 \begin_inset Text
8535
8536 \begin_layout Plain Layout
8537
8538 \backslash
8539 updownarrow
8540 \end_layout
8541
8542 \end_inset
8543 </cell>
8544 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8545 \begin_inset Text
8546
8547 \begin_layout Plain Layout
8548 \begin_inset Formula $\updownarrow$
8549 \end_inset
8550
8551
8552 \end_layout
8553
8554 \end_inset
8555 </cell>
8556 </row>
8557 <row>
8558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8559 \begin_inset Text
8560
8561 \begin_layout Plain Layout
8562
8563 \backslash
8564 Updownarrow
8565 \end_layout
8566
8567 \end_inset
8568 </cell>
8569 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8570 \begin_inset Text
8571
8572 \begin_layout Plain Layout
8573 \begin_inset Formula $\Updownarrow$
8574 \end_inset
8575
8576
8577 \end_layout
8578
8579 \end_inset
8580 </cell>
8581 </row>
8582 <row>
8583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8584 \begin_inset Text
8585
8586 \begin_layout Plain Layout
8587
8588 \backslash
8589 Downarrow
8590 \end_layout
8591
8592 \end_inset
8593 </cell>
8594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8595 \begin_inset Text
8596
8597 \begin_layout Plain Layout
8598 \begin_inset Formula $\Downarrow$
8599 \end_inset
8600
8601
8602 \end_layout
8603
8604 \end_inset
8605 </cell>
8606 </row>
8607 <row>
8608 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8609 \begin_inset Text
8610
8611 \begin_layout Plain Layout
8612
8613 \backslash
8614 downarrow
8615 \end_layout
8616
8617 \end_inset
8618 </cell>
8619 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8620 \begin_inset Text
8621
8622 \begin_layout Plain Layout
8623 \begin_inset Formula $\downarrow$
8624 \end_inset
8625
8626
8627 \end_layout
8628
8629 \end_inset
8630 </cell>
8631 </row>
8632 </lyxtabular>
8633
8634 \end_inset
8635
8636
8637 \begin_inset space \hfill{}
8638 \end_inset
8639
8640
8641 \begin_inset Tabular
8642 <lyxtabular version="3" rows="5" columns="2">
8643 <features rotate="0" tabularvalignment="middle">
8644 <column alignment="center" valignment="top" width="0pt">
8645 <column alignment="center" valignment="top" width="0pt">
8646 <row>
8647 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8648 \begin_inset Text
8649
8650 \begin_layout Plain Layout
8651 コマンド
8652 \end_layout
8653
8654 \end_inset
8655 </cell>
8656 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8657 \begin_inset Text
8658
8659 \begin_layout Plain Layout
8660 出力
8661 \end_layout
8662
8663 \end_inset
8664 </cell>
8665 </row>
8666 <row>
8667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8668 \begin_inset Text
8669
8670 \begin_layout Plain Layout
8671
8672 \backslash
8673 nearrow
8674 \end_layout
8675
8676 \end_inset
8677 </cell>
8678 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8679 \begin_inset Text
8680
8681 \begin_layout Plain Layout
8682 \begin_inset Formula $\nearrow$
8683 \end_inset
8684
8685
8686 \end_layout
8687
8688 \end_inset
8689 </cell>
8690 </row>
8691 <row>
8692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8693 \begin_inset Text
8694
8695 \begin_layout Plain Layout
8696
8697 \backslash
8698 searrow
8699 \end_layout
8700
8701 \end_inset
8702 </cell>
8703 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8704 \begin_inset Text
8705
8706 \begin_layout Plain Layout
8707 \begin_inset Formula $\searrow$
8708 \end_inset
8709
8710
8711 \end_layout
8712
8713 \end_inset
8714 </cell>
8715 </row>
8716 <row>
8717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8718 \begin_inset Text
8719
8720 \begin_layout Plain Layout
8721
8722 \backslash
8723 swarrow
8724 \end_layout
8725
8726 \end_inset
8727 </cell>
8728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8729 \begin_inset Text
8730
8731 \begin_layout Plain Layout
8732 \begin_inset Formula $\swarrow$
8733 \end_inset
8734
8735
8736 \end_layout
8737
8738 \end_inset
8739 </cell>
8740 </row>
8741 <row>
8742 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8743 \begin_inset Text
8744
8745 \begin_layout Plain Layout
8746
8747 \backslash
8748 nwarrow
8749 \end_layout
8750
8751 \end_inset
8752 </cell>
8753 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8754 \begin_inset Text
8755
8756 \begin_layout Plain Layout
8757 \begin_inset Formula $\nwarrow$
8758 \end_inset
8759
8760
8761 \end_layout
8762
8763 \end_inset
8764 </cell>
8765 </row>
8766 </lyxtabular>
8767
8768 \end_inset
8769
8770
8771 \begin_inset space \hfill{}
8772 \end_inset
8773
8774
8775 \end_layout
8776
8777 \begin_layout Standard
8778 \begin_inset VSpace medskip
8779 \end_inset
8780
8781 垂直矢印は、第
8782 \begin_inset CommandInset ref
8783 LatexCommand ref
8784 reference "sub:手動の括弧丈"
8785
8786 \end_inset
8787
8788 節および第
8789 \begin_inset CommandInset ref
8790 LatexCommand ref
8791 reference "sub:自動の括弧丈"
8792
8793 \end_inset
8794
8795 節に述べられているコマンドを使うと、区分記号として使用することもできます。伊藤の公式を用いて
8796 \end_layout
8797
8798 \begin_layout Section
8799 アクセント
8800 \begin_inset CommandInset label
8801 LatexCommand label
8802 name "sec:アクセント"
8803
8804 \end_inset
8805
8806
8807 \begin_inset Index idx
8808 status collapsed
8809
8810 \begin_layout Plain Layout
8811 あくせんと@アクセント
8812 \end_layout
8813
8814 \end_inset
8815
8816
8817 \end_layout
8818
8819 \begin_layout Standard
8820 アクセントは、数式ツールバーボタンの
8821 \begin_inset Graphics
8822         filename ../../images/math/hat.png
8823         scale 85
8824
8825 \end_inset
8826
8827 か、以下の各小節に列挙してあるコマンドで入力することができます。
8828 \end_layout
8829
8830 \begin_layout Subsection
8831 一文字に付けるアクセント
8832 \begin_inset ERT
8833 status collapsed
8834
8835 \begin_layout Plain Layout
8836
8837
8838 \backslash
8839 texorpdfstring{
8840 \end_layout
8841
8842 \end_inset
8843
8844
8845 \begin_inset Foot
8846 status collapsed
8847
8848 \begin_layout Plain Layout
8849 本文中のアクセントについては、第
8850 \begin_inset CommandInset ref
8851 LatexCommand ref
8852 reference "sub:文章中のアクセント"
8853
8854 \end_inset
8855
8856 節を参照。
8857 \end_layout
8858
8859 \end_inset
8860
8861
8862 \begin_inset ERT
8863 status collapsed
8864
8865 \begin_layout Plain Layout
8866
8867 }{}
8868 \end_layout
8869
8870 \end_inset
8871
8872
8873 \begin_inset Note Note
8874 status collapsed
8875
8876 \begin_layout Plain Layout
8877
8878 \series bold
8879
8880 \backslash
8881 texorpdfstring
8882 \series default
8883 は、PDFのしおりに脚注が現れるのを防ぐために使われています。
8884 \end_layout
8885
8886 \begin_layout Plain Layout
8887
8888 \series bold
8889
8890 \backslash
8891 texorpdfstring
8892 \series default
8893 についての詳細は、第
8894 \begin_inset CommandInset ref
8895 LatexCommand ref
8896 reference "sub:節見出し中の数式"
8897
8898 \end_inset
8899
8900 節にあります。
8901 \end_layout
8902
8903 \end_inset
8904
8905
8906 \begin_inset CommandInset label
8907 LatexCommand label
8908 name "sub:一文字に付けるアクセント"
8909
8910 \end_inset
8911
8912
8913 \begin_inset Index idx
8914 status collapsed
8915
8916 \begin_layout Plain Layout
8917 あくせんと@アクセント ! いちもじにつける@一文字に付ける
8918 \end_layout
8919
8920 \end_inset
8921
8922
8923 \end_layout
8924
8925 \begin_layout Standard
8926 \begin_inset space \hfill{}
8927 \end_inset
8928
8929
8930 \begin_inset Tabular
8931 <lyxtabular version="3" rows="8" columns="2">
8932 <features rotate="0" tabularvalignment="middle">
8933 <column alignment="center" valignment="top" width="0pt">
8934 <column alignment="center" valignment="top" width="0pt">
8935 <row>
8936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8937 \begin_inset Text
8938
8939 \begin_layout Plain Layout
8940 コマンド
8941 \end_layout
8942
8943 \end_inset
8944 </cell>
8945 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8946 \begin_inset Text
8947
8948 \begin_layout Plain Layout
8949 出力
8950 \begin_inset Note Note
8951 status collapsed
8952
8953 \begin_layout Plain Layout
8954 ここで
8955 \series bold
8956
8957 \backslash
8958 raisebox
8959 \series default
8960 はスペーサーとして使用しているだけです。
8961 \end_layout
8962
8963 \end_inset
8964
8965
8966 \end_layout
8967
8968 \end_inset
8969 </cell>
8970 </row>
8971 <row>
8972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8973 \begin_inset Text
8974
8975 \begin_layout Plain Layout
8976
8977 \backslash
8978 dot
8979 \begin_inset space \textvisiblespace{}
8980 \end_inset
8981
8982 A
8983 \end_layout
8984
8985 \end_inset
8986 </cell>
8987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8988 \begin_inset Text
8989
8990 \begin_layout Plain Layout
8991 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
8992 \end_inset
8993
8994
8995 \end_layout
8996
8997 \end_inset
8998 </cell>
8999 </row>
9000 <row>
9001 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9002 \begin_inset Text
9003
9004 \begin_layout Plain Layout
9005
9006 \backslash
9007 ddot
9008 \begin_inset space \textvisiblespace{}
9009 \end_inset
9010
9011 A
9012 \end_layout
9013
9014 \end_inset
9015 </cell>
9016 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9017 \begin_inset Text
9018
9019 \begin_layout Plain Layout
9020 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9021 \end_inset
9022
9023
9024 \end_layout
9025
9026 \end_inset
9027 </cell>
9028 </row>
9029 <row>
9030 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9031 \begin_inset Text
9032
9033 \begin_layout Plain Layout
9034
9035 \backslash
9036 dddot
9037 \begin_inset space \textvisiblespace{}
9038 \end_inset
9039
9040 A
9041 \end_layout
9042
9043 \end_inset
9044 </cell>
9045 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9046 \begin_inset Text
9047
9048 \begin_layout Plain Layout
9049 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9050 \end_inset
9051
9052
9053 \end_layout
9054
9055 \end_inset
9056 </cell>
9057 </row>
9058 <row>
9059 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9060 \begin_inset Text
9061
9062 \begin_layout Plain Layout
9063
9064 \backslash
9065 ddddot
9066 \begin_inset space \textvisiblespace{}
9067 \end_inset
9068
9069 A
9070 \end_layout
9071
9072 \end_inset
9073 </cell>
9074 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9075 \begin_inset Text
9076
9077 \begin_layout Plain Layout
9078 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9079 \end_inset
9080
9081
9082 \end_layout
9083
9084 \end_inset
9085 </cell>
9086 </row>
9087 <row>
9088 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9089 \begin_inset Text
9090
9091 \begin_layout Plain Layout
9092
9093 \backslash
9094 vec
9095 \begin_inset space \textvisiblespace{}
9096 \end_inset
9097
9098 A
9099 \begin_inset Index idx
9100 status collapsed
9101
9102 \begin_layout Plain Layout
9103
9104 \lang english
9105 Vectors
9106 \end_layout
9107
9108 \end_inset
9109
9110
9111 \end_layout
9112
9113 \end_inset
9114 </cell>
9115 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9116 \begin_inset Text
9117
9118 \begin_layout Plain Layout
9119 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9120 \end_inset
9121
9122
9123 \end_layout
9124
9125 \end_inset
9126 </cell>
9127 </row>
9128 <row>
9129 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9130 \begin_inset Text
9131
9132 \begin_layout Plain Layout
9133
9134 \backslash
9135 bar
9136 \begin_inset space \textvisiblespace{}
9137 \end_inset
9138
9139 A
9140 \end_layout
9141
9142 \end_inset
9143 </cell>
9144 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9145 \begin_inset Text
9146
9147 \begin_layout Plain Layout
9148 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9149 \end_inset
9150
9151
9152 \end_layout
9153
9154 \end_inset
9155 </cell>
9156 </row>
9157 <row>
9158 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9159 \begin_inset Text
9160
9161 \begin_layout Plain Layout
9162
9163 \backslash
9164 mathring
9165 \begin_inset space \textvisiblespace{}
9166 \end_inset
9167
9168 A
9169 \end_layout
9170
9171 \end_inset
9172 </cell>
9173 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9174 \begin_inset Text
9175
9176 \begin_layout Plain Layout
9177 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9178 \end_inset
9179
9180
9181 \end_layout
9182
9183 \end_inset
9184 </cell>
9185 </row>
9186 </lyxtabular>
9187
9188 \end_inset
9189
9190
9191 \begin_inset space \hfill{}
9192 \end_inset
9193
9194
9195 \begin_inset Tabular
9196 <lyxtabular version="3" rows="7" columns="2">
9197 <features rotate="0" tabularvalignment="middle">
9198 <column alignment="center" valignment="top" width="0pt">
9199 <column alignment="center" valignment="top" width="0pt">
9200 <row>
9201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9202 \begin_inset Text
9203
9204 \begin_layout Plain Layout
9205 コマンド
9206 \end_layout
9207
9208 \end_inset
9209 </cell>
9210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9211 \begin_inset Text
9212
9213 \begin_layout Plain Layout
9214 出力
9215 \end_layout
9216
9217 \end_inset
9218 </cell>
9219 </row>
9220 <row>
9221 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9222 \begin_inset Text
9223
9224 \begin_layout Plain Layout
9225
9226 \backslash
9227 tilde
9228 \begin_inset space \textvisiblespace{}
9229 \end_inset
9230
9231 A
9232 \end_layout
9233
9234 \end_inset
9235 </cell>
9236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9237 \begin_inset Text
9238
9239 \begin_layout Plain Layout
9240 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
9241 \end_inset
9242
9243
9244 \end_layout
9245
9246 \end_inset
9247 </cell>
9248 </row>
9249 <row>
9250 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9251 \begin_inset Text
9252
9253 \begin_layout Plain Layout
9254
9255 \backslash
9256 hat
9257 \begin_inset space \textvisiblespace{}
9258 \end_inset
9259
9260 A
9261 \end_layout
9262
9263 \end_inset
9264 </cell>
9265 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9266 \begin_inset Text
9267
9268 \begin_layout Plain Layout
9269 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
9270 \end_inset
9271
9272
9273 \end_layout
9274
9275 \end_inset
9276 </cell>
9277 </row>
9278 <row>
9279 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9280 \begin_inset Text
9281
9282 \begin_layout Plain Layout
9283
9284 \backslash
9285 check
9286 \begin_inset space \textvisiblespace{}
9287 \end_inset
9288
9289 A
9290 \end_layout
9291
9292 \end_inset
9293 </cell>
9294 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9295 \begin_inset Text
9296
9297 \begin_layout Plain Layout
9298 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
9299 \end_inset
9300
9301
9302 \end_layout
9303
9304 \end_inset
9305 </cell>
9306 </row>
9307 <row>
9308 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9309 \begin_inset Text
9310
9311 \begin_layout Plain Layout
9312
9313 \backslash
9314 acute
9315 \begin_inset space \textvisiblespace{}
9316 \end_inset
9317
9318 A
9319 \end_layout
9320
9321 \end_inset
9322 </cell>
9323 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9324 \begin_inset Text
9325
9326 \begin_layout Plain Layout
9327 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
9328 \end_inset
9329
9330
9331 \end_layout
9332
9333 \end_inset
9334 </cell>
9335 </row>
9336 <row>
9337 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9338 \begin_inset Text
9339
9340 \begin_layout Plain Layout
9341
9342 \backslash
9343 grave
9344 \begin_inset space \textvisiblespace{}
9345 \end_inset
9346
9347 A
9348 \end_layout
9349
9350 \end_inset
9351 </cell>
9352 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9353 \begin_inset Text
9354
9355 \begin_layout Plain Layout
9356 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
9357 \end_inset
9358
9359
9360 \end_layout
9361
9362 \end_inset
9363 </cell>
9364 </row>
9365 <row>
9366 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9367 \begin_inset Text
9368
9369 \begin_layout Plain Layout
9370
9371 \backslash
9372 breve
9373 \begin_inset space \textvisiblespace{}
9374 \end_inset
9375
9376 A
9377 \end_layout
9378
9379 \end_inset
9380 </cell>
9381 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9382 \begin_inset Text
9383
9384 \begin_layout Plain Layout
9385 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
9386 \end_inset
9387
9388
9389 \end_layout
9390
9391 \end_inset
9392 </cell>
9393 </row>
9394 </lyxtabular>
9395
9396 \end_inset
9397
9398
9399 \begin_inset space \hfill{}
9400 \end_inset
9401
9402
9403 \end_layout
9404
9405 \begin_layout Standard
9406 \begin_inset VSpace bigskip
9407 \end_inset
9408
9409
9410 \end_layout
9411
9412 \begin_layout Standard
9413 \begin_inset ERT
9414 status collapsed
9415
9416 \begin_layout Plain Layout
9417
9418
9419 \backslash
9420 '{e}
9421 \end_layout
9422
9423 \end_inset
9424
9425 のようなアクセントは、数式に直接入れることができます。LyXは、それを対応するアクセントコマンドに変換します。ウムラウト
9426 \begin_inset Index idx
9427 status collapsed
9428
9429 \begin_layout Plain Layout
9430 うむらうと@ウムラウト
9431 \end_layout
9432
9433 \end_inset
9434
9435 に関しては、母音の前に引用符を挿入する方法の方がよいでしょう。ウムラウトのある数式部分がドイツ語に指定してあれば、LaTeXは、引用符と母音をまとめて一つの文字
9436 として取り扱います。
9437 \series bold
9438
9439 \backslash
9440 ddot
9441 \series default
9442 と違い、この方法では、以下の例に示すように「本物の」ウムラウトが作られます。
9443 \end_layout
9444
9445 \begin_layout Standard
9446 \begin_inset VSpace -2mm
9447 \end_inset
9448
9449
9450 \end_layout
9451
9452 \begin_layout Standard
9453 \align center
9454 \begin_inset Tabular
9455 <lyxtabular version="3" rows="3" columns="2">
9456 <features rotate="0" tabularvalignment="middle">
9457 <column alignment="center" valignment="top">
9458 <column alignment="center" valignment="top">
9459 <row>
9460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9461 \begin_inset Text
9462
9463 \begin_layout Plain Layout
9464 コマンド
9465 \end_layout
9466
9467 \end_inset
9468 </cell>
9469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9470 \begin_inset Text
9471
9472 \begin_layout Plain Layout
9473 出力
9474 \begin_inset Note Note
9475 status collapsed
9476
9477 \begin_layout Plain Layout
9478 ここで
9479 \series bold
9480
9481 \backslash
9482 raisebox
9483 \series default
9484 および0ポイント空白はスペーサーとして使用しているだけです。
9485 \end_layout
9486
9487 \end_inset
9488
9489
9490 \end_layout
9491
9492 \end_inset
9493 </cell>
9494 </row>
9495 <row>
9496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9497 \begin_inset Text
9498
9499 \begin_layout Plain Layout
9500 \begin_inset Quotes grd
9501 \end_inset
9502
9503 i
9504 \end_layout
9505
9506 \end_inset
9507 </cell>
9508 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9509 \begin_inset Text
9510
9511 \begin_layout Plain Layout
9512
9513 \lang ngerman
9514 \begin_inset space \hspace{}
9515 \length 0pt
9516 \end_inset
9517
9518
9519 \begin_inset Formula $"i$
9520 \end_inset
9521
9522
9523 \end_layout
9524
9525 \end_inset
9526 </cell>
9527 </row>
9528 <row>
9529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9530 \begin_inset Text
9531
9532 \begin_layout Plain Layout
9533
9534 \backslash
9535 ddot
9536 \begin_inset space \textvisiblespace{}
9537 \end_inset
9538
9539 i
9540 \end_layout
9541
9542 \end_inset
9543 </cell>
9544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9545 \begin_inset Text
9546
9547 \begin_layout Plain Layout
9548 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
9549 \end_inset
9550
9551
9552 \end_layout
9553
9554 \end_inset
9555 </cell>
9556 </row>
9557 </lyxtabular>
9558
9559 \end_inset
9560
9561
9562 \end_layout
9563
9564 \begin_layout Standard
9565
9566 \series bold
9567
9568 \backslash
9569 ddot
9570 \series default
9571 に比べて良いもう一つの利点は、上記のアクセントコマンドが
9572 \emph on
9573 数式中テキストでは使用できない
9574 \emph default
9575 のに対し、ウムラウトは直接数式中テキストに変換されることです。(アクセントコマンドによる)アクセント付き文字を数式中テキストに変換すると、アクセントの下にある文
9576 字しか変換されません。これは、たとえばイタリック体やボールド体への変換など、他のすべての変換に関しても言えることです。
9577 \end_layout
9578
9579 \begin_layout Standard
9580 ウムラウトと他のアクセント付き文字は、数式中テキストに直接入れることができます。
9581 \end_layout
9582
9583 \begin_layout Standard
9584 \begin_inset VSpace bigskip
9585 \end_inset
9586
9587
9588 \end_layout
9589
9590 \begin_layout Standard
9591
9592 \lang english
9593 LyX also supports a tilde under the character if the LaTeX-package
9594 \lang japanese
9595  
9596 \series bold
9597 undertilde
9598 \series default
9599
9600 \begin_inset Index idx
9601 status collapsed
9602
9603 \begin_layout Plain Layout
9604 ぱっけーじ@パッケージ ! upgreek
9605 \end_layout
9606
9607 \end_inset
9608
9609  
9610 \lang english
9611 is installed on your system:
9612 \end_layout
9613
9614 \begin_layout Standard
9615 \begin_inset ERT
9616 status collapsed
9617
9618 \begin_layout Plain Layout
9619
9620
9621 \backslash
9622 ifundertilde 
9623 \end_layout
9624
9625 \end_inset
9626
9627
9628 \begin_inset Note Note
9629 status open
9630
9631 \begin_layout Plain Layout
9632 以下の表は、
9633 \series bold
9634 undertilde
9635 \series default
9636  LaTeXパッケージが導入済みのときのみ表示されます。
9637 \end_layout
9638
9639 \end_inset
9640
9641
9642 \end_layout
9643
9644 \begin_layout Standard
9645 \noindent
9646 \align center
9647 \begin_inset Tabular
9648 <lyxtabular version="3" rows="2" columns="2">
9649 <features rotate="0" tabularvalignment="middle">
9650 <column alignment="center" valignment="top" width="0pt">
9651 <column alignment="center" valignment="top" width="0pt">
9652 <row>
9653 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9654 \begin_inset Text
9655
9656 \begin_layout Plain Layout
9657 コマンド
9658 \end_layout
9659
9660 \end_inset
9661 </cell>
9662 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9663 \begin_inset Text
9664
9665 \begin_layout Plain Layout
9666 出力
9667 \end_layout
9668
9669 \end_inset
9670 </cell>
9671 </row>
9672 <row>
9673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9674 \begin_inset Text
9675
9676 \begin_layout Plain Layout
9677
9678 \backslash
9679 utilde
9680 \begin_inset space \textvisiblespace{}
9681 \end_inset
9682
9683 A
9684 \end_layout
9685
9686 \end_inset
9687 </cell>
9688 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9689 \begin_inset Text
9690
9691 \begin_layout Plain Layout
9692 \begin_inset Formula $\raisebox{5mm}{}\utilde{A}$
9693 \end_inset
9694
9695
9696 \end_layout
9697
9698 \end_inset
9699 </cell>
9700 </row>
9701 </lyxtabular>
9702
9703 \end_inset
9704
9705
9706 \end_layout
9707
9708 \begin_layout Standard
9709 \begin_inset ERT
9710 status collapsed
9711
9712 \begin_layout Plain Layout
9713
9714
9715 \backslash
9716 else 
9717 \end_layout
9718
9719 \end_inset
9720
9721
9722 \begin_inset Note Note
9723 status open
9724
9725 \begin_layout Plain Layout
9726 以下は、
9727 \series bold
9728 undertilde
9729 \series default
9730  LaTeXパッケージが導入されていないときのみ表示されます。
9731 \end_layout
9732
9733 \end_inset
9734
9735
9736 \end_layout
9737
9738 \begin_layout Standard
9739 この小節のすべてを出力で見るには、
9740 \series bold
9741 undertilde
9742 \series default
9743  LaTeXパッケージを導入する必要があります。
9744 \end_layout
9745
9746 \begin_layout Standard
9747 \begin_inset ERT
9748 status collapsed
9749
9750 \begin_layout Plain Layout
9751
9752
9753 \backslash
9754 fi 
9755 \end_layout
9756
9757 \end_inset
9758
9759
9760 \end_layout
9761
9762 \begin_layout Subsection
9763 複数の文字に付けるアクセント
9764 \begin_inset Index idx
9765 status collapsed
9766
9767 \begin_layout Plain Layout
9768 あくせんと@アクセント ! ふくすうのもじにつける@複数の文字に付ける
9769 \end_layout
9770
9771 \end_inset
9772
9773
9774 \end_layout
9775
9776 \begin_layout Standard
9777 \begin_inset space \hfill{}
9778 \end_inset
9779
9780
9781 \begin_inset Tabular
9782 <lyxtabular version="3" rows="5" columns="2">
9783 <features rotate="0" tabularvalignment="middle">
9784 <column alignment="center" valignment="top" width="0pt">
9785 <column alignment="center" valignment="top" width="0pt">
9786 <row>
9787 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9788 \begin_inset Text
9789
9790 \begin_layout Plain Layout
9791 コマンド
9792 \end_layout
9793
9794 \end_inset
9795 </cell>
9796 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9797 \begin_inset Text
9798
9799 \begin_layout Plain Layout
9800 出力
9801 \begin_inset Note Note
9802 status collapsed
9803
9804 \begin_layout Plain Layout
9805 ここで
9806 \series bold
9807
9808 \backslash
9809 raisebox
9810 \series default
9811 はスペーサーとして使用しているだけです。
9812 \end_layout
9813
9814 \end_inset
9815
9816
9817 \end_layout
9818
9819 \end_inset
9820 </cell>
9821 </row>
9822 <row>
9823 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9824 \begin_inset Text
9825
9826 \begin_layout Plain Layout
9827
9828 \backslash
9829 overleftarrow
9830 \begin_inset space \textvisiblespace{}
9831 \end_inset
9832
9833 A=B
9834 \end_layout
9835
9836 \end_inset
9837 </cell>
9838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9839 \begin_inset Text
9840
9841 \begin_layout Plain Layout
9842 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
9843 \end_inset
9844
9845
9846 \end_layout
9847
9848 \end_inset
9849 </cell>
9850 </row>
9851 <row>
9852 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9853 \begin_inset Text
9854
9855 \begin_layout Plain Layout
9856
9857 \backslash
9858 underleftarrow
9859 \begin_inset space \textvisiblespace{}
9860 \end_inset
9861
9862 A=B
9863 \end_layout
9864
9865 \end_inset
9866 </cell>
9867 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9868 \begin_inset Text
9869
9870 \begin_layout Plain Layout
9871 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
9872 \end_inset
9873
9874
9875 \end_layout
9876
9877 \end_inset
9878 </cell>
9879 </row>
9880 <row>
9881 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9882 \begin_inset Text
9883
9884 \begin_layout Plain Layout
9885
9886 \backslash
9887 overleftrightarrow
9888 \begin_inset space \textvisiblespace{}
9889 \end_inset
9890
9891 A=B
9892 \end_layout
9893
9894 \end_inset
9895 </cell>
9896 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9897 \begin_inset Text
9898
9899 \begin_layout Plain Layout
9900 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
9901 \end_inset
9902
9903
9904 \end_layout
9905
9906 \end_inset
9907 </cell>
9908 </row>
9909 <row>
9910 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9911 \begin_inset Text
9912
9913 \begin_layout Plain Layout
9914
9915 \backslash
9916 underleftrightarrow
9917 \begin_inset space \textvisiblespace{}
9918 \end_inset
9919
9920 A=B
9921 \end_layout
9922
9923 \end_inset
9924 </cell>
9925 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9926 \begin_inset Text
9927
9928 \begin_layout Plain Layout
9929 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
9930 \end_inset
9931
9932
9933 \end_layout
9934
9935 \end_inset
9936 </cell>
9937 </row>
9938 </lyxtabular>
9939
9940 \end_inset
9941
9942
9943 \begin_inset space \hfill{}
9944 \end_inset
9945
9946
9947 \begin_inset Tabular
9948 <lyxtabular version="3" rows="5" columns="2">
9949 <features rotate="0" tabularvalignment="middle">
9950 <column alignment="center" valignment="top" width="0pt">
9951 <column alignment="center" valignment="top" width="0pt">
9952 <row>
9953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9954 \begin_inset Text
9955
9956 \begin_layout Plain Layout
9957 コマンド
9958 \end_layout
9959
9960 \end_inset
9961 </cell>
9962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9963 \begin_inset Text
9964
9965 \begin_layout Plain Layout
9966 出力
9967 \end_layout
9968
9969 \end_inset
9970 </cell>
9971 </row>
9972 <row>
9973 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9974 \begin_inset Text
9975
9976 \begin_layout Plain Layout
9977
9978 \backslash
9979 overrightarrow
9980 \begin_inset space \textvisiblespace{}
9981 \end_inset
9982
9983 A=B
9984 \end_layout
9985
9986 \end_inset
9987 </cell>
9988 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9989 \begin_inset Text
9990
9991 \begin_layout Plain Layout
9992 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
9993 \end_inset
9994
9995
9996 \end_layout
9997
9998 \end_inset
9999 </cell>
10000 </row>
10001 <row>
10002 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10003 \begin_inset Text
10004
10005 \begin_layout Plain Layout
10006
10007 \backslash
10008 underrightarrow
10009 \begin_inset space \textvisiblespace{}
10010 \end_inset
10011
10012 A=B
10013 \end_layout
10014
10015 \end_inset
10016 </cell>
10017 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10018 \begin_inset Text
10019
10020 \begin_layout Plain Layout
10021 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
10022 \end_inset
10023
10024
10025 \end_layout
10026
10027 \end_inset
10028 </cell>
10029 </row>
10030 <row>
10031 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10032 \begin_inset Text
10033
10034 \begin_layout Plain Layout
10035
10036 \backslash
10037 widetilde
10038 \begin_inset space \textvisiblespace{}
10039 \end_inset
10040
10041 A=B
10042 \end_layout
10043
10044 \end_inset
10045 </cell>
10046 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10047 \begin_inset Text
10048
10049 \begin_layout Plain Layout
10050 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
10051 \end_inset
10052
10053
10054 \end_layout
10055
10056 \end_inset
10057 </cell>
10058 </row>
10059 <row>
10060 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10061 \begin_inset Text
10062
10063 \begin_layout Plain Layout
10064
10065 \backslash
10066 widehat
10067 \begin_inset space \textvisiblespace{}
10068 \end_inset
10069
10070 A=B
10071 \end_layout
10072
10073 \end_inset
10074 </cell>
10075 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10076 \begin_inset Text
10077
10078 \begin_layout Plain Layout
10079 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
10080 \end_inset
10081
10082
10083 \end_layout
10084
10085 \end_inset
10086 </cell>
10087 </row>
10088 </lyxtabular>
10089
10090 \end_inset
10091
10092
10093 \begin_inset space \hfill{}
10094 \end_inset
10095
10096
10097 \end_layout
10098
10099 \begin_layout Standard
10100 \begin_inset VSpace medskip
10101 \end_inset
10102
10103 これらのコマンドでは、好きなだけ多くの文字にアクセントを付けることができます。しかし、
10104 \series bold
10105
10106 \backslash
10107 widetilde
10108 \series default
10109 および
10110 \series bold
10111
10112 \backslash
10113 widehat
10114 \series default
10115 のアクセントは、以下の例のように、出力では3文字分の長さにしかなりません。
10116 \begin_inset Formula 
10117 \[
10118 \widetilde{A+B=C-D}
10119 \]
10120
10121 \end_inset
10122
10123
10124 \end_layout
10125
10126 \begin_layout Standard
10127 前小節で述べた
10128 \series bold
10129
10130 \backslash
10131 overset
10132 \series default
10133
10134 \begin_inset Index idx
10135 status collapsed
10136
10137 \begin_layout Plain Layout
10138 こまんど@コマンド ! O ! 
10139 \backslash
10140 overset
10141 \end_layout
10142
10143 \end_inset
10144
10145 コマンドと
10146 \series bold
10147
10148 \backslash
10149 underset
10150 \series default
10151
10152 \begin_inset Index idx
10153 status collapsed
10154
10155 \begin_layout Plain Layout
10156 こまんど@コマンド ! U ! 
10157 \backslash
10158 underset
10159 \end_layout
10160
10161 \end_inset
10162
10163 コマンドを使っても、複数の文字にアクセントを付けることができます。
10164 \series bold
10165
10166 \backslash
10167 underset
10168 \begin_inset space \textvisiblespace{}
10169 \end_inset
10170
10171 A=B
10172 \begin_inset Formula $\downarrow$
10173 \end_inset
10174
10175 ***
10176 \series default
10177 というコマンドは、
10178 \begin_inset Formula 
10179 \[
10180 \underset{***}{A=B}
10181 \]
10182
10183 \end_inset
10184
10185 のようになります。
10186 \end_layout
10187
10188 \begin_layout Section
10189 空白
10190 \begin_inset CommandInset label
10191 LatexCommand label
10192 name "sub:空白"
10193
10194 \end_inset
10195
10196
10197 \begin_inset Index idx
10198 status collapsed
10199
10200 \begin_layout Plain Layout
10201 くうはく@空白 ! すいへい@水平
10202 \end_layout
10203
10204 \end_inset
10205
10206
10207 \end_layout
10208
10209 \begin_layout Subsection
10210 定義済みの空白
10211 \begin_inset CommandInset label
10212 LatexCommand label
10213 name "sub:定義済みの空白"
10214
10215 \end_inset
10216
10217
10218 \begin_inset Index idx
10219 status collapsed
10220
10221 \begin_layout Plain Layout
10222 くうはく@空白 ! すいへい@水平 ! ていぎずみ@定義済み
10223 \end_layout
10224
10225 \end_inset
10226
10227
10228 \end_layout
10229
10230 \begin_layout Standard
10231 数式に水平方向の空白を挿入することが、必要になることがあります。これは、保護された空白(
10232 \begin_inset Flex Ruby
10233 status collapsed
10234
10235 \begin_layout Plain Layout
10236 捷径
10237 \begin_inset Argument post:1
10238 status collapsed
10239
10240 \begin_layout Plain Layout
10241 ショートカット
10242 \end_layout
10243
10244 \end_inset
10245
10246
10247 \end_layout
10248
10249 \end_inset
10250
10251
10252 \begin_inset Info
10253 type  "shortcut"
10254 arg   "space-insert protected"
10255 \end_inset
10256
10257 )を挿入することで実現できます。「
10258 \color blue
10259
10260 \begin_inset space \textvisiblespace{}
10261 \end_inset
10262
10263
10264 \color inherit
10265 」が現れるので、
10266 \family sans
10267 Space
10268 \family default
10269 を何回か押すことによって、8種の異なる長さの空白のうち一つを選択することができます。空白は、数式ツールバーボタンの
10270 \begin_inset Graphics
10271         filename ../../images/math/space.png
10272         scale 85
10273
10274 \end_inset
10275
10276 を押すか、特定のコマンドを入力することで、挿入することができます。挿入したコマンド如何に関わらず、直後に
10277 \family sans
10278 Space
10279 \family default
10280 を押すことによって、長さを変更することができます。
10281 \end_layout
10282
10283 \begin_layout Standard
10284 \noindent
10285 \align center
10286 \begin_inset Tabular
10287 <lyxtabular version="3" rows="3" columns="7">
10288 <features rotate="0" tabularvalignment="middle">
10289 <column alignment="center" valignment="middle" width="6.8cm">
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 <column alignment="center" valignment="top">
10295 <column alignment="center" valignment="top">
10296 <row>
10297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10298 \begin_inset Text
10299
10300 \begin_layout Plain Layout
10301 コマンド
10302 \end_layout
10303
10304 \end_inset
10305 </cell>
10306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10307 \begin_inset Text
10308
10309 \begin_layout Plain Layout
10310
10311 \backslash
10312 ,
10313 \end_layout
10314
10315 \end_inset
10316 </cell>
10317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10318 \begin_inset Text
10319
10320 \begin_layout Plain Layout
10321
10322 \backslash
10323 :
10324 \end_layout
10325
10326 \end_inset
10327 </cell>
10328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10329 \begin_inset Text
10330
10331 \begin_layout Plain Layout
10332
10333 \backslash
10334 ;
10335 \end_layout
10336
10337 \end_inset
10338 </cell>
10339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10340 \begin_inset Text
10341
10342 \begin_layout Plain Layout
10343
10344 \backslash
10345 quad
10346 \end_layout
10347
10348 \end_inset
10349 </cell>
10350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10351 \begin_inset Text
10352
10353 \begin_layout Plain Layout
10354
10355 \backslash
10356 qquad
10357 \end_layout
10358
10359 \end_inset
10360 </cell>
10361 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10362 \begin_inset Text
10363
10364 \begin_layout Plain Layout
10365
10366 \backslash
10367 !
10368 \end_layout
10369
10370 \end_inset
10371 </cell>
10372 </row>
10373 <row>
10374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10375 \begin_inset Text
10376
10377 \begin_layout Plain Layout
10378 保護された空白を挿入したのち、
10379 \family sans
10380 Space
10381 \family default
10382 を叩く回数
10383 \end_layout
10384
10385 \end_inset
10386 </cell>
10387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10388 \begin_inset Text
10389
10390 \begin_layout Plain Layout
10391 0
10392 \end_layout
10393
10394 \end_inset
10395 </cell>
10396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10397 \begin_inset Text
10398
10399 \begin_layout Plain Layout
10400 1
10401 \end_layout
10402
10403 \end_inset
10404 </cell>
10405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10406 \begin_inset Text
10407
10408 \begin_layout Plain Layout
10409 2
10410 \end_layout
10411
10412 \end_inset
10413 </cell>
10414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10415 \begin_inset Text
10416
10417 \begin_layout Plain Layout
10418 3
10419 \end_layout
10420
10421 \end_inset
10422 </cell>
10423 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10424 \begin_inset Text
10425
10426 \begin_layout Plain Layout
10427 4
10428 \end_layout
10429
10430 \end_inset
10431 </cell>
10432 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10433 \begin_inset Text
10434
10435 \begin_layout Plain Layout
10436 5
10437 \end_layout
10438
10439 \end_inset
10440 </cell>
10441 </row>
10442 <row>
10443 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10444 \begin_inset Text
10445
10446 \begin_layout Plain Layout
10447 出力
10448 \end_layout
10449
10450 \end_inset
10451 </cell>
10452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10453 \begin_inset Text
10454
10455 \begin_layout Plain Layout
10456 \begin_inset Formula $A\, B$
10457 \end_inset
10458
10459
10460 \end_layout
10461
10462 \end_inset
10463 </cell>
10464 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10465 \begin_inset Text
10466
10467 \begin_layout Plain Layout
10468 \begin_inset Formula $A\: B$
10469 \end_inset
10470
10471
10472 \end_layout
10473
10474 \end_inset
10475 </cell>
10476 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10477 \begin_inset Text
10478
10479 \begin_layout Plain Layout
10480 \begin_inset Formula $A\; B$
10481 \end_inset
10482
10483
10484 \end_layout
10485
10486 \end_inset
10487 </cell>
10488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10489 \begin_inset Text
10490
10491 \begin_layout Plain Layout
10492 \begin_inset Formula $A\quad B$
10493 \end_inset
10494
10495
10496 \end_layout
10497
10498 \end_inset
10499 </cell>
10500 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10501 \begin_inset Text
10502
10503 \begin_layout Plain Layout
10504 \begin_inset Formula $A\qquad B$
10505 \end_inset
10506
10507
10508 \end_layout
10509
10510 \end_inset
10511 </cell>
10512 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10513 \begin_inset Text
10514
10515 \begin_layout Plain Layout
10516 \begin_inset Formula $A\! B$
10517 \end_inset
10518
10519
10520 \end_layout
10521
10522 \end_inset
10523 </cell>
10524 </row>
10525 </lyxtabular>
10526
10527 \end_inset
10528
10529
10530 \end_layout
10531
10532 \begin_layout Standard
10533 一番右の長さは、一見、空白を生まないように見えます。実はこれは負の長さなので、他の長さと異なり、LyX中では赤で表示されます。以下のように、他にもう二つ、負の長
10534 さの空白があります。
10535 \end_layout
10536
10537 \begin_layout Standard
10538 \align center
10539 \begin_inset Tabular
10540 <lyxtabular version="3" rows="3" columns="3">
10541 <features rotate="0" tabularvalignment="middle">
10542 <column alignment="center" valignment="middle" width="6.8cm">
10543 <column alignment="center" valignment="top" width="0pt">
10544 <column alignment="center" valignment="top" width="0pt">
10545 <row>
10546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10547 \begin_inset Text
10548
10549 \begin_layout Plain Layout
10550 コマンド
10551 \end_layout
10552
10553 \end_inset
10554 </cell>
10555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10556 \begin_inset Text
10557
10558 \begin_layout Plain Layout
10559
10560 \backslash
10561 negmedspace
10562 \end_layout
10563
10564 \end_inset
10565 </cell>
10566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10567 \begin_inset Text
10568
10569 \begin_layout Plain Layout
10570
10571 \backslash
10572 negthickspace
10573 \end_layout
10574
10575 \end_inset
10576 </cell>
10577 </row>
10578 <row>
10579 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10580 \begin_inset Text
10581
10582 \begin_layout Plain Layout
10583 保護された空白を挿入したのち、
10584 \family sans
10585 Space
10586 \family default
10587 を叩く回数
10588 \end_layout
10589
10590 \end_inset
10591 </cell>
10592 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10593 \begin_inset Text
10594
10595 \begin_layout Plain Layout
10596 6
10597 \end_layout
10598
10599 \end_inset
10600 </cell>
10601 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10602 \begin_inset Text
10603
10604 \begin_layout Plain Layout
10605 7
10606 \end_layout
10607
10608 \end_inset
10609 </cell>
10610 </row>
10611 <row>
10612 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10613 \begin_inset Text
10614
10615 \begin_layout Plain Layout
10616 出力
10617 \end_layout
10618
10619 \end_inset
10620 </cell>
10621 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10622 \begin_inset Text
10623
10624 \begin_layout Plain Layout
10625 \begin_inset Formula $A\negmedspace B$
10626 \end_inset
10627
10628
10629 \end_layout
10630
10631 \end_inset
10632 </cell>
10633 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10634 \begin_inset Text
10635
10636 \begin_layout Plain Layout
10637 \begin_inset Formula $A\negthickspace B$
10638 \end_inset
10639
10640
10641 \end_layout
10642
10643 \end_inset
10644 </cell>
10645 </row>
10646 </lyxtabular>
10647
10648 \end_inset
10649
10650
10651 \end_layout
10652
10653 \begin_layout Standard
10654 負の空白を使うと、文字が重なってしまうことがあります。これを利用して、合字処理を強制することができます。これは、たとえば以下のように、和演算子に使えます。
10655 \end_layout
10656
10657 \begin_layout Standard
10658 \align center
10659 \begin_inset Tabular
10660 <lyxtabular version="3" rows="3" columns="2">
10661 <features rotate="0" tabularvalignment="middle">
10662 <column alignment="center" valignment="top">
10663 <column alignment="center" valignment="top">
10664 <row>
10665 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10666 \begin_inset Text
10667
10668 \begin_layout Plain Layout
10669 コマンド
10670 \end_layout
10671
10672 \end_inset
10673 </cell>
10674 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10675 \begin_inset Text
10676
10677 \begin_layout Plain Layout
10678 出力
10679 \begin_inset Note Note
10680 status collapsed
10681
10682 \begin_layout Plain Layout
10683 ここで
10684 \series bold
10685
10686 \backslash
10687 raisebox
10688 \series default
10689 はスペーサーとして使用しているだけです。
10690 \end_layout
10691
10692 \end_inset
10693
10694
10695 \end_layout
10696
10697 \end_inset
10698 </cell>
10699 </row>
10700 <row>
10701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10702 \begin_inset Text
10703
10704 \begin_layout Plain Layout
10705
10706 \backslash
10707 sum
10708 \backslash
10709 sum
10710 \begin_inset space \textvisiblespace{}
10711 \end_inset
10712
10713 f_kl
10714 \end_layout
10715
10716 \end_inset
10717 </cell>
10718 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10719 \begin_inset Text
10720
10721 \begin_layout Plain Layout
10722 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
10723 \end_inset
10724
10725
10726 \end_layout
10727
10728 \end_inset
10729 </cell>
10730 </row>
10731 <row>
10732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10733 \begin_inset Text
10734
10735 \begin_layout Plain Layout
10736
10737 \backslash
10738 sum
10739 \backslash
10740 negmedspace
10741 \backslash
10742 sum
10743 \begin_inset space \textvisiblespace{}
10744 \end_inset
10745
10746 f_kl
10747 \end_layout
10748
10749 \end_inset
10750 </cell>
10751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10752 \begin_inset Text
10753
10754 \begin_layout Plain Layout
10755 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
10756 \end_inset
10757
10758
10759 \end_layout
10760
10761 \end_inset
10762 </cell>
10763 </row>
10764 </lyxtabular>
10765
10766 \end_inset
10767
10768
10769 \end_layout
10770
10771 \begin_layout Standard
10772 イコール記号などの関係子は、つねに空白を前後に伴うようになっていますが、これを抑制するには、イコール記号をTeX括弧で囲みます。以下の例にこれを示します。
10773 \end_layout
10774
10775 \begin_layout Standard
10776 \align center
10777 \begin_inset Tabular
10778 <lyxtabular version="3" rows="2" columns="2">
10779 <features rotate="0" tabularvalignment="middle">
10780 <column alignment="center" valignment="top" width="0pt">
10781 <column alignment="center" valignment="top" width="0pt">
10782 <row>
10783 <cell alignment="center" valignment="top" usebox="none">
10784 \begin_inset Text
10785
10786 \begin_layout Plain Layout
10787 通常の数式
10788 \end_layout
10789
10790 \end_inset
10791 </cell>
10792 <cell alignment="center" valignment="top" usebox="none">
10793 \begin_inset Text
10794
10795 \begin_layout Plain Layout
10796 \begin_inset Formula $A=B$
10797 \end_inset
10798
10799
10800 \end_layout
10801
10802 \end_inset
10803 </cell>
10804 </row>
10805 <row>
10806 <cell alignment="center" valignment="top" usebox="none">
10807 \begin_inset Text
10808
10809 \begin_layout Plain Layout
10810 \begin_inset Note Note
10811 status collapsed
10812
10813 \begin_layout Plain Layout
10814 ここで
10815 \series bold
10816
10817 \backslash
10818 raisebox
10819 \series default
10820 はスペーサーとして使用しているだけです。
10821 \end_layout
10822
10823 \end_inset
10824
10825
10826 \begin_inset Formula $\raisebox{5mm}{}$
10827 \end_inset
10828
10829 空白なしの数式
10830 \end_layout
10831
10832 \end_inset
10833 </cell>
10834 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
10835 \begin_inset Text
10836
10837 \begin_layout Plain Layout
10838 \begin_inset Formula $A{=}B$
10839 \end_inset
10840
10841
10842 \end_layout
10843
10844 \end_inset
10845 </cell>
10846 </row>
10847 </lyxtabular>
10848
10849 \end_inset
10850
10851
10852 \end_layout
10853
10854 \begin_layout Standard
10855 \noindent
10856 二行目の数式を作るコマンドは、
10857 \series bold
10858 A
10859 \backslash
10860 {=
10861 \begin_inset Formula $\to$
10862 \end_inset
10863
10864 B
10865 \series default
10866 です。
10867 \end_layout
10868
10869 \begin_layout Standard
10870 \begin_inset VSpace bigskip
10871 \end_inset
10872
10873 物理単位には、値と単位のあいだに通常の空白ではなく、最小の空白を入れる必要があるために、それに適した空白が必要です。本文中の単位には、挿入\SpecialChar \menuseparator
10874 整形\SpecialChar \menuseparator
10875 小空白メニュー(
10876 \begin_inset Flex Ruby
10877 status collapsed
10878
10879 \begin_layout Plain Layout
10880 捷径
10881 \begin_inset Argument post:1
10882 status collapsed
10883
10884 \begin_layout Plain Layout
10885 ショートカット
10886 \end_layout
10887
10888 \end_inset
10889
10890
10891 \end_layout
10892
10893 \end_inset
10894
10895
10896 \begin_inset Info
10897 type  "shortcut"
10898 arg   "space-insert thin"
10899 \end_inset
10900
10901 )で、最小の空白を挿入することができます。
10902 \end_layout
10903
10904 \begin_layout Standard
10905 違いを示す例を以下に掲げます。
10906 \end_layout
10907
10908 \begin_layout Standard
10909 \begin_inset Tabular
10910 <lyxtabular version="3" rows="2" columns="2">
10911 <features rotate="0" tabularvalignment="middle">
10912 <column alignment="left" valignment="top">
10913 <column alignment="left" valignment="top">
10914 <row>
10915 <cell alignment="center" valignment="top" usebox="none">
10916 \begin_inset Text
10917
10918 \begin_layout Plain Layout
10919 24 kW
10920 \begin_inset Formula $\cdot$
10921 \end_inset
10922
10923 h
10924 \end_layout
10925
10926 \end_inset
10927 </cell>
10928 <cell alignment="center" valignment="top" usebox="none">
10929 \begin_inset Text
10930
10931 \begin_layout Plain Layout
10932 値と単位のあいだに通常の空白を入れた例
10933 \end_layout
10934
10935 \end_inset
10936 </cell>
10937 </row>
10938 <row>
10939 <cell alignment="center" valignment="top" usebox="none">
10940 \begin_inset Text
10941
10942 \begin_layout Plain Layout
10943 24
10944 \begin_inset space \thinspace{}
10945 \end_inset
10946
10947 kW
10948 \begin_inset Formula $\cdot$
10949 \end_inset
10950
10951 h
10952 \end_layout
10953
10954 \end_inset
10955 </cell>
10956 <cell alignment="center" valignment="top" usebox="none">
10957 \begin_inset Text
10958
10959 \begin_layout Plain Layout
10960 値と単位のあいだに最小の空白を入れた例
10961 \end_layout
10962
10963 \end_inset
10964 </cell>
10965 </row>
10966 </lyxtabular>
10967
10968 \end_inset
10969
10970
10971 \end_layout
10972
10973 \begin_layout Subsection
10974 可変長の空白
10975 \begin_inset ERT
10976 status collapsed
10977
10978 \begin_layout Plain Layout
10979
10980
10981 \backslash
10982 texorpdfstring{
10983 \end_layout
10984
10985 \end_inset
10986
10987
10988 \begin_inset Foot
10989 status collapsed
10990
10991 \begin_layout Plain Layout
10992 数式中の垂直方向の空白については、第
10993 \begin_inset CommandInset ref
10994 LatexCommand ref
10995 reference "sub:行間"
10996
10997 \end_inset
10998
10999 節をご覧下さい。
11000 \end_layout
11001
11002 \end_inset
11003
11004
11005 \begin_inset ERT
11006 status collapsed
11007
11008 \begin_layout Plain Layout
11009
11010 }{}
11011 \end_layout
11012
11013 \end_inset
11014
11015
11016 \begin_inset Note Note
11017 status collapsed
11018
11019 \begin_layout Plain Layout
11020
11021 \backslash
11022 texorpdfstringは、PDFのしおりに脚注が現れるのを防ぐために使われています。
11023 \end_layout
11024
11025 \begin_layout Plain Layout
11026
11027 \backslash
11028 texorpdfstringについての詳細は、第
11029 \begin_inset CommandInset ref
11030 LatexCommand ref
11031 reference "sub:節見出し中の数式"
11032
11033 \end_inset
11034
11035 節にあります。
11036 \end_layout
11037
11038 \end_inset
11039
11040
11041 \begin_inset CommandInset label
11042 LatexCommand label
11043 name "sub:可変長の空白"
11044
11045 \end_inset
11046
11047
11048 \begin_inset Index idx
11049 status collapsed
11050
11051 \begin_layout Plain Layout
11052 くうはく@空白 ! すいへいほうこう@水平方向 ! かへんちょう@可変長
11053 \end_layout
11054
11055 \end_inset
11056
11057
11058 \end_layout
11059
11060 \begin_layout Standard
11061 指定した長さの空白が、
11062 \series bold
11063
11064 \backslash
11065 hspace
11066 \series default
11067
11068 \begin_inset Index idx
11069 status collapsed
11070
11071 \begin_layout Plain Layout
11072 こまんど@コマンド ! H ! 
11073 \backslash
11074 hspace
11075 \end_layout
11076
11077 \end_inset
11078
11079 コマンドで入力することができます。すると、ながい「
11080 \color blue
11081
11082 \begin_inset space \textvisiblespace{}
11083 \end_inset
11084
11085
11086 \color inherit
11087 」が現れます。長さは、「
11088 \color blue
11089
11090 \begin_inset space \textvisiblespace{}
11091 \end_inset
11092
11093
11094 \color inherit
11095 」を左クリックすることによって指定することができます。長さは負の値でも構いません。数式が使用できる空白をすべて使い尽くすだけの空白を挿入するには、
11096 \series bold
11097
11098 \backslash
11099 hfill
11100 \series default
11101
11102 \begin_inset Index idx
11103 status collapsed
11104
11105 \begin_layout Plain Layout
11106 こまんど@コマンド ! H ! 
11107 \backslash
11108 hfill
11109 \end_layout
11110
11111 \end_inset
11112
11113 コマンドを使用します。
11114 \end_layout
11115
11116 \begin_layout Standard
11117 \begin_inset VSpace -1mm
11118 \end_inset
11119
11120
11121 \end_layout
11122
11123 \begin_layout Standard
11124 \align center
11125 \begin_inset Tabular
11126 <lyxtabular version="3" rows="4" columns="2">
11127 <features rotate="0" tabularvalignment="middle">
11128 <column alignment="center" valignment="top">
11129 <column alignment="center" valignment="top">
11130 <row>
11131 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11132 \begin_inset Text
11133
11134 \begin_layout Plain Layout
11135 コマンド(
11136 \backslash
11137 hspace 長さ)
11138 \end_layout
11139
11140 \end_inset
11141 </cell>
11142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11143 \begin_inset Text
11144
11145 \begin_layout Plain Layout
11146 出力
11147 \end_layout
11148
11149 \end_inset
11150 </cell>
11151 </row>
11152 <row>
11153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11154 \begin_inset Text
11155
11156 \begin_layout Plain Layout
11157 A=B
11158 \backslash
11159 hspace
11160 \begin_inset space \textvisiblespace{}
11161 \end_inset
11162
11163
11164 \begin_inset Formula $\to$
11165 \end_inset
11166
11167 A
11168 \backslash
11169 not=C (3
11170 \begin_inset space \thinspace{}
11171 \end_inset
11172
11173 cm)
11174 \end_layout
11175
11176 \end_inset
11177 </cell>
11178 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11179 \begin_inset Text
11180
11181 \begin_layout Plain Layout
11182 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
11183 \end_inset
11184
11185
11186 \end_layout
11187
11188 \end_inset
11189 </cell>
11190 </row>
11191 <row>
11192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11193 \begin_inset Text
11194
11195 \begin_layout Plain Layout
11196 A
11197 \backslash
11198 hspace
11199 \begin_inset space \textvisiblespace{}
11200 \end_inset
11201
11202
11203 \begin_inset Formula $\to$
11204 \end_inset
11205
11206 A
11207 \backslash
11208 not=A (-1
11209 \begin_inset space \thinspace{}
11210 \end_inset
11211
11212 mm)
11213 \end_layout
11214
11215 \end_inset
11216 </cell>
11217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11218 \begin_inset Text
11219
11220 \begin_layout Plain Layout
11221 \begin_inset Formula $A\hspace{-1mm}A\not=A$
11222 \end_inset
11223
11224
11225 \end_layout
11226
11227 \end_inset
11228 </cell>
11229 </row>
11230 <row>
11231 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11232 \begin_inset Text
11233
11234 \begin_layout Plain Layout
11235 A=A
11236 \backslash
11237 hfill
11238 \begin_inset space \textvisiblespace{}
11239 \end_inset
11240
11241 B=B
11242 \end_layout
11243
11244 \end_inset
11245 </cell>
11246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11247 \begin_inset Text
11248
11249 \begin_layout Plain Layout
11250 \begin_inset Formula $A=A\hfill B=B$
11251 \end_inset
11252
11253
11254 \end_layout
11255
11256 \end_inset
11257 </cell>
11258 </row>
11259 </lyxtabular>
11260
11261 \end_inset
11262
11263
11264 \end_layout
11265
11266 \begin_layout Standard
11267 上記の最後の例では、使用できる空白は、表の列中もっとも長い要素によって規定されます。行内数式では、空白は、
11268 \series bold
11269
11270 \backslash
11271 hfill
11272 \series default
11273 が挿入された行の長さに依存します。つまり、その行が全幅を使用している場合、空白はまったく作られません。また
11274 \series bold
11275
11276 \backslash
11277 hfill
11278 \series default
11279 は、別行立て数式中では、
11280 \series bold
11281 行頭下げ
11282 \series default
11283 数式スタイルが使われているときのみ、意味を持ちます(数式スタイルは第
11284 \begin_inset CommandInset ref
11285 LatexCommand ref
11286 reference "sec:数式様式"
11287
11288 \end_inset
11289
11290 節で説明されています)。
11291 \end_layout
11292
11293 \begin_layout Standard
11294
11295 \series bold
11296
11297 \backslash
11298 hfill
11299 \series default
11300 の他にも、空白を模様で埋める
11301 \series bold
11302
11303 \backslash
11304 dotfill
11305 \series default
11306
11307 \series bold
11308
11309 \backslash
11310 hrulefill
11311 \series default
11312 といったコマンドがあります。用例については第
11313 \begin_inset CommandInset ref
11314 LatexCommand ref
11315 reference "sub:省略符号"
11316
11317 \end_inset
11318
11319 節をご参照下さい。
11320 \end_layout
11321
11322 \begin_layout Standard
11323 本文中では、可変長空白は、
11324 \family sans
11325 挿入\SpecialChar \menuseparator
11326 整形\SpecialChar \menuseparator
11327 水平方向の空白
11328 \family default
11329 メニューで挿入することができます。
11330 \end_layout
11331
11332 \begin_layout Standard
11333 (例)
11334 \end_layout
11335
11336 \begin_layout Standard
11337 この行には、
11338 \begin_inset space \hspace{}
11339 \length 2cm
11340 \end_inset
11341
11342 2
11343 \begin_inset space \thinspace{}
11344 \end_inset
11345
11346 cmの空白が入っています。
11347 \end_layout
11348
11349 \begin_layout Standard
11350 この行には、
11351 \begin_inset space \hfill{}
11352 \end_inset
11353
11354 最大の空白が入っています。
11355 \end_layout
11356
11357 \begin_layout Subsection
11358 行内数式周りの空白
11359 \begin_inset Index idx
11360 status collapsed
11361
11362 \begin_layout Plain Layout
11363 くうはく@空白 ! ぎょうないすうしきまわり@行内数式周り
11364 \end_layout
11365
11366 \end_inset
11367
11368
11369 \end_layout
11370
11371 \begin_layout Standard
11372 行内数式前後の空白は、長さ
11373 \series bold
11374
11375 \backslash
11376 mathsurround
11377 \begin_inset Index idx
11378 status collapsed
11379
11380 \begin_layout Plain Layout
11381 こまんど@コマンド ! M ! 
11382 \backslash
11383 mathsurround
11384 \end_layout
11385
11386 \end_inset
11387
11388
11389 \series default
11390 を使って調節することができます。長さの値は、以下の書式を持つ
11391 \series bold
11392
11393 \backslash
11394 setlength
11395 \begin_inset Index idx
11396 status collapsed
11397
11398 \begin_layout Plain Layout
11399 こまんど@コマンド ! S ! 
11400 \backslash
11401 setlength
11402 \end_layout
11403
11404 \end_inset
11405
11406
11407 \series default
11408 コマンドを使って設定することができます。
11409 \end_layout
11410
11411 \begin_layout Standard
11412
11413 \series bold
11414
11415 \backslash
11416 setlength{長さ名}{値}
11417 \end_layout
11418
11419 \begin_layout Standard
11420
11421 \series bold
11422
11423 \backslash
11424 mathsurround
11425 \series default
11426 を5
11427 \begin_inset space \thinspace{}
11428 \end_inset
11429
11430 mmの値に設定するには、以下のコマンド
11431 \end_layout
11432
11433 \begin_layout Standard
11434
11435 \series bold
11436
11437 \backslash
11438 setlength{
11439 \backslash
11440 mathsurround}{5mm}
11441 \end_layout
11442
11443 \begin_layout Standard
11444 をTeXモードで挿入します。すると、5
11445 \begin_inset space \thinspace{}
11446 \end_inset
11447
11448 mmの空白がすべての行内数式の前後に設定されることになります。
11449 \begin_inset ERT
11450 status collapsed
11451
11452 \begin_layout Plain Layout
11453
11454
11455 \backslash
11456 setlength{
11457 \backslash
11458 mathsurround}{5mm}
11459 \end_layout
11460
11461 \end_inset
11462
11463
11464 \end_layout
11465
11466 \begin_layout Standard
11467 この行には、周囲に5
11468 \begin_inset space \thinspace{}
11469 \end_inset
11470
11471 mmの余白を設定した行内数式
11472 \begin_inset Formula $A=B$
11473 \end_inset
11474
11475 があります。
11476 \begin_inset ERT
11477 status collapsed
11478
11479 \begin_layout Plain Layout
11480
11481
11482 \backslash
11483 setlength{
11484 \backslash
11485 mathsurround}{0pt}
11486 \end_layout
11487
11488 \end_inset
11489
11490
11491 \end_layout
11492
11493 \begin_layout Standard
11494 既定値に戻すには、
11495 \series bold
11496
11497 \backslash
11498 mathsurround
11499 \series default
11500 を0
11501 \begin_inset space \thinspace{}
11502 \end_inset
11503
11504 ptの値に戻して下さい。
11505 \end_layout
11506
11507 \begin_layout Section
11508 ボックスと枠
11509 \begin_inset Index idx
11510 status collapsed
11511
11512 \begin_layout Plain Layout
11513 ぼっくす@ボックス
11514 \end_layout
11515
11516 \end_inset
11517
11518
11519 \begin_inset Index idx
11520 status collapsed
11521
11522 \begin_layout Plain Layout
11523 わく@枠 | see
11524 \begin_inset ERT
11525 status collapsed
11526
11527 \begin_layout Plain Layout
11528
11529 {
11530 \end_layout
11531
11532 \end_inset
11533
11534 ボックス
11535 \begin_inset ERT
11536 status collapsed
11537
11538 \begin_layout Plain Layout
11539
11540 }
11541 \end_layout
11542
11543 \end_inset
11544
11545
11546 \end_layout
11547
11548 \end_inset
11549
11550
11551 \end_layout
11552
11553 \begin_layout Standard
11554 本文中のボックスについては、取扱説明書
11555 \family typewriter
11556 埋め込みオブジェクト篇
11557 \family default
11558
11559 \family typewriter
11560 Boxes
11561 \family default
11562 の章に述べられています。
11563 \end_layout
11564
11565 \begin_layout Subsection
11566 縁付きボックス
11567 \begin_inset CommandInset label
11568 LatexCommand label
11569 name "sub:縁付きボックス"
11570
11571 \end_inset
11572
11573
11574 \begin_inset Index idx
11575 status collapsed
11576
11577 \begin_layout Plain Layout
11578 ぼっくす@ボックス ! ふちつき@縁付き
11579 \end_layout
11580
11581 \end_inset
11582
11583
11584 \end_layout
11585
11586 \begin_layout Standard
11587
11588 \series bold
11589
11590 \backslash
11591 fbox
11592 \series default
11593
11594 \begin_inset Index idx
11595 status collapsed
11596
11597 \begin_layout Plain Layout
11598 こまんど@コマンド ! F ! 
11599 \backslash
11600 fbox
11601 \end_layout
11602
11603 \end_inset
11604
11605 コマンドや
11606 \series bold
11607
11608 \backslash
11609 boxed
11610 \series default
11611
11612 \begin_inset Index idx
11613 status collapsed
11614
11615 \begin_layout Plain Layout
11616 こまんど@コマンド ! B ! 
11617 \backslash
11618 boxed
11619 \end_layout
11620
11621 \end_inset
11622
11623 コマンドを使えば、数式やその一部を枠の中に入れることができます。
11624 \end_layout
11625
11626 \begin_layout Standard
11627 どちらかのコマンドを数式に挿入すると、枠の中に青枠が現れ、数式の断片を入れることができます。
11628 \series bold
11629
11630 \backslash
11631 fbox
11632 \series default
11633 の場合には、そのままではボックスの中身が数式テキストとして取り扱われてしまうので、
11634 \family sans
11635 Ctrl+M
11636 \family default
11637 を使って、このボックスの中にもう一度数式を作らなくてはなりません。
11638 \series bold
11639
11640 \backslash
11641 boxed
11642 \series default
11643 を使った場合には、新しい数式が自動的に枠内に作られます。
11644 \end_layout
11645
11646 \begin_layout Standard
11647
11648 \series bold
11649
11650 \backslash
11651 fbox
11652 \series default
11653 コマンドは、数式がつねに本文の大きさに設定されてしまうので、別行立て数式に枠を付けるのには適していません。逆に
11654 \series bold
11655
11656 \backslash
11657 boxed
11658 \series default
11659 は、数式がつねに別行立て数式の大きさに設定されてしまうので、行内数式に枠をつけるのには適していません。
11660 \end_layout
11661
11662 \begin_layout Standard
11663
11664 \series bold
11665
11666 \backslash
11667 fbox
11668 \series default
11669 の拡張として、枠幅と配置も指定することができる
11670 \series bold
11671
11672 \backslash
11673 framebox
11674 \series default
11675
11676 \begin_inset Index idx
11677 status collapsed
11678
11679 \begin_layout Plain Layout
11680 こまんど@コマンド ! F ! 
11681 \backslash
11682 framebox
11683 \end_layout
11684
11685 \end_inset
11686
11687 コマンドがあります。
11688 \series bold
11689
11690 \backslash
11691 framebox
11692 \series default
11693 は、以下の書式を持ちます。
11694 \end_layout
11695
11696 \begin_layout Standard
11697
11698 \series bold
11699
11700 \backslash
11701 framebox[枠幅][位置]{ボックスの内容}
11702 \end_layout
11703
11704 \begin_layout Standard
11705 「位置」は、
11706 \emph on
11707 l
11708 \emph default
11709
11710 \emph on
11711 r
11712 \emph default
11713 の値をとります。
11714 \emph on
11715 l
11716 \emph default
11717 は、ボックス中で数式を左寄せ、
11718 \emph on
11719 r
11720 \emph default
11721 は右寄せにします。位置を指定しない時には、数式は中央揃えになります。
11722 \begin_inset Newline newline
11723 \end_inset
11724
11725 「枠幅」を指定しない時には、位置を指定することができません。この場合には、
11726 \series bold
11727
11728 \backslash
11729 fbox
11730 \series default
11731 と同様、枠幅がボックスの内容に応じて調節されるのです。
11732 \end_layout
11733
11734 \begin_layout Standard
11735
11736 \series bold
11737
11738 \backslash
11739 framebox
11740 \series default
11741 コマンドを挿入すると、三つの青枠を含むボックスが現れます。最初の二つの枠は括弧で囲まれており、二つとも非必須の変数であることを意味します。三つ目の枠は、
11742 \series bold
11743
11744 \backslash
11745 fbox
11746 \series default
11747 同様、数式の断片を入れるためのものです。
11748 \end_layout
11749
11750 \begin_layout Standard
11751 \align center
11752 \begin_inset Tabular
11753 <lyxtabular version="3" rows="5" columns="2">
11754 <features rotate="0" tabularvalignment="middle">
11755 <column alignment="center" valignment="top">
11756 <column alignment="center" valignment="top">
11757 <row>
11758 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11759 \begin_inset Text
11760
11761 \begin_layout Plain Layout
11762 コマンド
11763 \end_layout
11764
11765 \end_inset
11766 </cell>
11767 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11768 \begin_inset Text
11769
11770 \begin_layout Plain Layout
11771 出力
11772 \begin_inset Note Note
11773 status collapsed
11774
11775 \begin_layout Plain Layout
11776 ここで
11777 \series bold
11778
11779 \backslash
11780 raisebox
11781 \series default
11782 はスペーサーとして使用しているだけです。
11783 \end_layout
11784
11785 \end_inset
11786
11787
11788 \end_layout
11789
11790 \end_inset
11791 </cell>
11792 </row>
11793 <row>
11794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11795 \begin_inset Text
11796
11797 \begin_layout Plain Layout
11798
11799 \backslash
11800 fbox
11801 \begin_inset space \textvisiblespace{}
11802 \end_inset
11803
11804
11805 \family sans
11806 Ctrl+M
11807 \family default
11808  
11809 \backslash
11810 int
11811 \begin_inset space \textvisiblespace{}
11812 \end_inset
11813
11814 A=B
11815 \end_layout
11816
11817 \end_inset
11818 </cell>
11819 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11820 \begin_inset Text
11821
11822 \begin_layout Plain Layout
11823 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
11824 \end_inset
11825
11826
11827 \end_layout
11828
11829 \end_inset
11830 </cell>
11831 </row>
11832 <row>
11833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11834 \begin_inset Text
11835
11836 \begin_layout Plain Layout
11837
11838 \backslash
11839 boxed
11840 \begin_inset space \textvisiblespace{}
11841 \end_inset
11842
11843
11844 \backslash
11845 int
11846 \begin_inset space \textvisiblespace{}
11847 \end_inset
11848
11849 A=B
11850 \end_layout
11851
11852 \end_inset
11853 </cell>
11854 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11855 \begin_inset Text
11856
11857 \begin_layout Plain Layout
11858 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
11859 \end_inset
11860
11861
11862 \end_layout
11863
11864 \end_inset
11865 </cell>
11866 </row>
11867 <row>
11868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11869 \begin_inset Text
11870
11871 \begin_layout Plain Layout
11872 A+
11873 \backslash
11874 fbox
11875 \begin_inset space \textvisiblespace{}
11876 \end_inset
11877
11878 B
11879 \end_layout
11880
11881 \end_inset
11882 </cell>
11883 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11884 \begin_inset Text
11885
11886 \begin_layout Plain Layout
11887 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
11888 \end_inset
11889
11890
11891 \end_layout
11892
11893 \end_inset
11894 </cell>
11895 </row>
11896 <row>
11897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11898 \begin_inset Text
11899
11900 \begin_layout Plain Layout
11901
11902 \backslash
11903 framebox
11904 \begin_inset space \textvisiblespace{}
11905 \end_inset
11906
11907 20mm
11908 \begin_inset Formula $\to$
11909 \end_inset
11910
11911
11912 \begin_inset Formula $\to$
11913 \end_inset
11914
11915
11916 \family sans
11917 Ctrl+M
11918 \family default
11919  
11920 \backslash
11921 frac
11922 \begin_inset space \textvisiblespace{}
11923 \end_inset
11924
11925 A
11926 \begin_inset Formula $\downarrow$
11927 \end_inset
11928
11929 B
11930 \end_layout
11931
11932 \end_inset
11933 </cell>
11934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11935 \begin_inset Text
11936
11937 \begin_layout Plain Layout
11938 \begin_inset Formula $\raisebox{6mm}{}$
11939 \end_inset
11940
11941
11942 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
11943 \end_inset
11944
11945
11946 \begin_inset Formula $\raisebox{-4mm}{}$
11947 \end_inset
11948
11949
11950 \end_layout
11951
11952 \end_inset
11953 </cell>
11954 </row>
11955 </lyxtabular>
11956
11957 \end_inset
11958
11959
11960 \end_layout
11961
11962 \begin_layout Standard
11963 枠の厚みも調節可能です。そのためには、以下のコマンドを数式の前にTeXモードで挿入しなくてはなりません。
11964 \end_layout
11965
11966 \begin_layout Standard
11967
11968 \series bold
11969
11970 \backslash
11971 fboxrule
11972 \series default
11973  
11974 \series bold
11975
11976 \begin_inset Quotes eld
11977 \end_inset
11978
11979 厚み
11980 \begin_inset Quotes erd
11981 \end_inset
11982
11983
11984 \series default
11985  
11986 \series bold
11987
11988 \backslash
11989 fboxsep
11990 \series default
11991  
11992 \series bold
11993
11994 \begin_inset Quotes eld
11995 \end_inset
11996
11997 距離
11998 \begin_inset Quotes erd
11999 \end_inset
12000
12001
12002 \end_layout
12003
12004 \begin_layout Standard
12005 \begin_inset Quotes eld
12006 \end_inset
12007
12008 距離
12009 \begin_inset Quotes erd
12010 \end_inset
12011
12012 は、枠とボックス内の一文字目との間の距離を示します。これを使った例として、以下の枠付き数式をご覧下さい。
12013 \begin_inset ERT
12014 status collapsed
12015
12016 \begin_layout Plain Layout
12017
12018
12019 \backslash
12020 fboxrule 2mm 
12021 \backslash
12022 fboxsep 3mm
12023 \end_layout
12024
12025 \end_inset
12026
12027
12028 \begin_inset Formula 
12029 \[
12030 \boxed{A+B=C}
12031 \]
12032
12033 \end_inset
12034
12035 この数式の直前には、
12036 \end_layout
12037
12038 \begin_layout Standard
12039
12040 \series bold
12041
12042 \backslash
12043 fboxrule
12044 \series default
12045  
12046 \series bold
12047 2mm
12048 \series default
12049  
12050 \series bold
12051
12052 \backslash
12053 fboxsep
12054 \series default
12055  
12056 \series bold
12057 3mm
12058 \end_layout
12059
12060 \begin_layout Standard
12061 というコマンドが、TeXモードで挿入されています。ここで与えられた値は、以後のすべてのボックスに適用されます。
12062 \end_layout
12063
12064 \begin_layout Standard
12065 標準の枠寸法に戻すには、
12066 \end_layout
12067
12068 \begin_layout Standard
12069
12070 \series bold
12071
12072 \backslash
12073 fboxrule
12074 \series default
12075  
12076 \series bold
12077 0.4pt
12078 \series default
12079  
12080 \series bold
12081
12082 \backslash
12083 fboxsep
12084 \series default
12085  
12086 \series bold
12087 3pt
12088 \series default
12089
12090 \begin_inset ERT
12091 status collapsed
12092
12093 \begin_layout Plain Layout
12094
12095
12096 \backslash
12097 fboxrule 0.4pt 
12098 \backslash
12099 fboxsep 3pt
12100 \end_layout
12101
12102 \end_inset
12103
12104
12105 \end_layout
12106
12107 \begin_layout Standard
12108 というコマンドを、次の数式が始まる前にTeXモードで挿入しておきます。
12109 \end_layout
12110
12111 \begin_layout Subsection
12112 縁なしボックス
12113 \begin_inset CommandInset label
12114 LatexCommand label
12115 name "sub:枠なしボックス"
12116
12117 \end_inset
12118
12119
12120 \begin_inset Index idx
12121 status collapsed
12122
12123 \begin_layout Plain Layout
12124 ぼっくす@ボックス ! わくなし@枠なし
12125 \end_layout
12126
12127 \end_inset
12128
12129
12130 \end_layout
12131
12132 \begin_layout Standard
12133 縁のないボックスを作るには、
12134 \series bold
12135
12136 \backslash
12137 mbox
12138 \series default
12139
12140 \begin_inset Index idx
12141 status collapsed
12142
12143 \begin_layout Plain Layout
12144 こまんど@コマンド ! M ! 
12145 \backslash
12146 mbox
12147 \end_layout
12148
12149 \end_inset
12150
12151
12152 \series bold
12153
12154 \backslash
12155 makebox
12156 \series default
12157
12158 \begin_inset Index idx
12159 status collapsed
12160
12161 \begin_layout Plain Layout
12162 こまんど@コマンド ! M ! 
12163 \backslash
12164 makebox
12165 \end_layout
12166
12167 \end_inset
12168
12169
12170 \series bold
12171
12172 \backslash
12173 raisebox
12174 \series default
12175
12176 \begin_inset Index idx
12177 status collapsed
12178
12179 \begin_layout Plain Layout
12180 こまんど@コマンド ! R ! 
12181 \backslash
12182 raisebox
12183 \end_layout
12184
12185 \end_inset
12186
12187 の三つのコマンドがあります。
12188 \end_layout
12189
12190 \begin_layout Standard
12191
12192 \series bold
12193
12194 \backslash
12195 raisebox
12196 \series default
12197 を使うと、ボックスを上付きにしたり下付きにしたりすることができます。しかし、通常の上付き文字・下付き文字とは違い、ボックス内の文字寸法はそのまま保たれます。
12198 \series bold
12199
12200 \backslash
12201 raisebox
12202 \series default
12203 は、以下の書式で用いられます。
12204 \end_layout
12205
12206 \begin_layout Standard
12207
12208 \series bold
12209
12210 \backslash
12211 raisebox{高さ}{ボックスの内容}
12212 \end_layout
12213
12214 \begin_layout Standard
12215
12216 \series bold
12217
12218 \backslash
12219 fbox
12220 \series default
12221 と同様、ボックスに数式を入れる際には、明示的に数式として入れる必要があります。
12222 \begin_inset Note Greyedout
12223 status open
12224
12225 \begin_layout Plain Layout
12226
12227 \series bold
12228 【註】
12229 \series default
12230 下の最後の
12231 \series bold
12232
12233 \backslash
12234 raisebox
12235 \series default
12236 のところで、
12237 \family sans
12238 Ctrl+M
12239 \family default
12240 を一回でなく二回押すことによって、もう一段数式をいれています。これは、LyXが
12241 \series bold
12242
12243 \backslash
12244 raisebox
12245 \series default
12246 を直接サポートしていないためです。
12247 \end_layout
12248
12249 \end_inset
12250
12251
12252 \end_layout
12253
12254 \begin_layout Standard
12255 \align center
12256 \begin_inset Tabular
12257 <lyxtabular version="3" rows="4" columns="2">
12258 <features rotate="0" tabularvalignment="middle">
12259 <column alignment="center" valignment="top">
12260 <column alignment="center" valignment="top">
12261 <row>
12262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12263 \begin_inset Text
12264
12265 \begin_layout Plain Layout
12266 コマンド
12267 \end_layout
12268
12269 \end_inset
12270 </cell>
12271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12272 \begin_inset Text
12273
12274 \begin_layout Plain Layout
12275 出力
12276 \end_layout
12277
12278 \end_inset
12279 </cell>
12280 </row>
12281 <row>
12282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12283 \begin_inset Text
12284
12285 \begin_layout Plain Layout
12286 H
12287 \backslash
12288 raisebox{2mm
12289 \begin_inset Formula $\to$
12290 \end_inset
12291
12292
12293 \backslash
12294 {al
12295 \begin_inset Formula $\to$
12296 \end_inset
12297
12298  lo
12299 \end_layout
12300
12301 \end_inset
12302 </cell>
12303 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12304 \begin_inset Text
12305
12306 \begin_layout Plain Layout
12307 \begin_inset Formula $H\raisebox{2mm}{al}lo$
12308 \end_inset
12309
12310
12311 \end_layout
12312
12313 \end_inset
12314 </cell>
12315 </row>
12316 <row>
12317 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12318 \begin_inset Text
12319
12320 \begin_layout Plain Layout
12321 H
12322 \backslash
12323 raisebox{-2mm
12324 \begin_inset Formula $\to$
12325 \end_inset
12326
12327
12328 \backslash
12329 {al
12330 \begin_inset Formula $\to$
12331 \end_inset
12332
12333 lo
12334 \end_layout
12335
12336 \end_inset
12337 </cell>
12338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12339 \begin_inset Text
12340
12341 \begin_layout Plain Layout
12342 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
12343 \end_inset
12344
12345
12346 \end_layout
12347
12348 \end_inset
12349 </cell>
12350 </row>
12351 <row>
12352 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12353 \begin_inset Text
12354
12355 \begin_layout Plain Layout
12356 A=
12357 \backslash
12358 raisebox{-2mm
12359 \begin_inset Formula $\to$
12360 \end_inset
12361
12362
12363 \backslash
12364 {
12365 \family sans
12366 Ctrl+M Ctrl+M
12367 \family default
12368  
12369 \backslash
12370 sqrt
12371 \begin_inset space \textvisiblespace{}
12372 \end_inset
12373
12374
12375 \end_layout
12376
12377 \end_inset
12378 </cell>
12379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12380 \begin_inset Text
12381
12382 \begin_layout Plain Layout
12383 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
12384 \end_inset
12385
12386
12387 \end_layout
12388
12389 \end_inset
12390 </cell>
12391 </row>
12392 </lyxtabular>
12393
12394 \end_inset
12395
12396
12397 \end_layout
12398
12399 \begin_layout Standard
12400 縁がないことを除けば、
12401 \series bold
12402
12403 \backslash
12404 mbox
12405 \series default
12406 コマンドは
12407 \series bold
12408
12409 \backslash
12410 fbox
12411 \series default
12412 と同じであり、
12413 \series bold
12414
12415 \backslash
12416 makebox
12417 \series default
12418
12419 \series bold
12420
12421 \backslash
12422 framebox
12423 \series default
12424 と同じです。
12425 \end_layout
12426
12427 \begin_layout Subsection
12428 色付きボックス
12429 \begin_inset CommandInset label
12430 LatexCommand label
12431 name "sub:色付きボックス"
12432
12433 \end_inset
12434
12435
12436 \begin_inset Index idx
12437 status collapsed
12438
12439 \begin_layout Plain Layout
12440 ぼっくす@ボックス ! いろつき@色付き
12441 \end_layout
12442
12443 \end_inset
12444
12445
12446 \end_layout
12447
12448 \begin_layout Standard
12449 本節で説明されているコマンドをすべて使えるようにするためには、LaTeXプリアンブルに
12450 \end_layout
12451
12452 \begin_layout Standard
12453
12454 \series bold
12455
12456 \backslash
12457 usepackage{color}
12458 \end_layout
12459
12460 \begin_layout Standard
12461 という行
12462 \begin_inset Foot
12463 status collapsed
12464
12465 \begin_layout Plain Layout
12466 定義済みの色を使って、文書中のどこかで文章に色を付けてある場合、LyXは、自動的にLaTeXパッケージ
12467 \series bold
12468 color
12469 \series default
12470 を読み込みます。したがって、本パッケージが二度読み込まれる可能性があるわけですが、そうなったとしても問題は生じません。
12471 \end_layout
12472
12473 \end_inset
12474
12475
12476 \begin_inset Note Note
12477 status collapsed
12478
12479 \begin_layout Plain Layout
12480 本パッケージが二度読み込まれることを防ぐために、LaTeXプリアンブルにマクロを挿入してあります。
12481 \end_layout
12482
12483 \end_inset
12484
12485 を書き加えて、LaTeXパッケージの
12486 \series bold
12487 color
12488 \series default
12489
12490 \begin_inset Foot
12491 status collapsed
12492
12493 \begin_layout Plain Layout
12494 LaTeXパッケージ
12495 \series bold
12496 color
12497 \series default
12498 は、すべての標準的なLaTeX頒布版に含まれています。
12499 \end_layout
12500
12501 \end_inset
12502
12503
12504 \begin_inset Index idx
12505 status collapsed
12506
12507 \begin_layout Plain Layout
12508 ぱっけーじ@パッケージ ! color
12509 \end_layout
12510
12511 \end_inset
12512
12513 を読み込む必要があります。
12514 \end_layout
12515
12516 \begin_layout Standard
12517 \begin_inset VSpace medskip
12518 \end_inset
12519
12520 ボックスに色を付けるには、
12521 \series bold
12522
12523 \backslash
12524 colorbox
12525 \series default
12526
12527 \begin_inset Index idx
12528 status collapsed
12529
12530 \begin_layout Plain Layout
12531 こまんど@コマンド ! C ! 
12532 \backslash
12533 colorbox
12534 \end_layout
12535
12536 \end_inset
12537
12538 コマンドを以下の書式で使用します。
12539 \end_layout
12540
12541 \begin_layout Standard
12542
12543 \series bold
12544
12545 \backslash
12546 colorbox{色}{ボックスの内容}
12547 \end_layout
12548
12549 \begin_layout Standard
12550 ボックスの内容には、別のボックスが含まれても構いませんし、
12551 \series bold
12552
12553 \backslash
12554 colorbox
12555 \series default
12556 自体も、別のボックスに入っていても構いません(以下の二番目と三番目の例を参照してください)。ボックスに数式を含める場合には、
12557 \series bold
12558
12559 \backslash
12560 raisebox
12561 \series default
12562 と同様、明示的に数式を作らなくてはなりません
12563 \begin_inset Foot
12564 status collapsed
12565
12566 \begin_layout Plain Layout
12567 これは、
12568 \series bold
12569
12570 \backslash
12571 fcolorbox
12572 \series default
12573 コマンドにも当てはまります。
12574 \end_layout
12575
12576 \end_inset
12577
12578
12579 \end_layout
12580
12581 \begin_layout Standard
12582 選択できる定義済みの色としては、
12583 \end_layout
12584
12585 \begin_layout Standard
12586
12587 \series bold
12588 black
12589 \series default
12590 (黒)・
12591 \series bold
12592 blue
12593 \series default
12594 (青)・
12595 \series bold
12596 cyan
12597 \series default
12598 (シアン)・
12599 \series bold
12600 green
12601 \series default
12602 (緑)・
12603 \series bold
12604 magenta
12605 \series default
12606 (マゼンタ)・
12607 \series bold
12608 red
12609 \series default
12610 (赤)・
12611 \series bold
12612 white
12613 \series default
12614 (白)・
12615 \series bold
12616 yellow
12617 \series default
12618 (黄)
12619 \end_layout
12620
12621 \begin_layout Standard
12622 があります。
12623 \end_layout
12624
12625 \begin_layout Standard
12626 \align center
12627 \begin_inset Tabular
12628 <lyxtabular version="3" rows="4" columns="2">
12629 <features rotate="0" tabularvalignment="middle">
12630 <column alignment="center" valignment="top">
12631 <column alignment="center" valignment="top">
12632 <row>
12633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12634 \begin_inset Text
12635
12636 \begin_layout Plain Layout
12637 コマンド
12638 \end_layout
12639
12640 \end_inset
12641 </cell>
12642 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12643 \begin_inset Text
12644
12645 \begin_layout Plain Layout
12646 出力
12647 \begin_inset Note Note
12648 status collapsed
12649
12650 \begin_layout Plain Layout
12651 ここで
12652 \series bold
12653
12654 \backslash
12655 raisebox
12656 \series default
12657 はスペーサーとして使用しているだけです。
12658 \end_layout
12659
12660 \end_inset
12661
12662
12663 \end_layout
12664
12665 \end_inset
12666 </cell>
12667 </row>
12668 <row>
12669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12670 \begin_inset Text
12671
12672 \begin_layout Plain Layout
12673
12674 \backslash
12675 colorbox{yellow
12676 \begin_inset Formula $\to$
12677 \end_inset
12678
12679
12680 \backslash
12681 {A=B
12682 \end_layout
12683
12684 \end_inset
12685 </cell>
12686 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12687 \begin_inset Text
12688
12689 \begin_layout Plain Layout
12690 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
12691 \end_inset
12692
12693
12694 \end_layout
12695
12696 \end_inset
12697 </cell>
12698 </row>
12699 <row>
12700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12701 \begin_inset Text
12702
12703 \begin_layout Plain Layout
12704
12705 \backslash
12706 colorbox{green
12707 \begin_inset Formula $\to$
12708 \end_inset
12709
12710
12711 \backslash
12712 {
12713 \backslash
12714 fbox
12715 \begin_inset space \textvisiblespace{}
12716 \end_inset
12717
12718 A=B
12719 \end_layout
12720
12721 \end_inset
12722 </cell>
12723 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12724 \begin_inset Text
12725
12726 \begin_layout Plain Layout
12727 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
12728 \end_inset
12729
12730
12731 \end_layout
12732
12733 \end_inset
12734 </cell>
12735 </row>
12736 <row>
12737 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12738 \begin_inset Text
12739
12740 \begin_layout Plain Layout
12741
12742 \backslash
12743 fbox
12744 \begin_inset space \textvisiblespace{}
12745 \end_inset
12746
12747
12748 \backslash
12749 colorbox{green
12750 \begin_inset Formula $\to$
12751 \end_inset
12752
12753
12754 \backslash
12755 {
12756 \family sans
12757 Ctrl+M
12758 \family default
12759  
12760 \family sans
12761 Ctrl+M
12762 \family default
12763  
12764 \backslash
12765 int
12766 \begin_inset space \textvisiblespace{}
12767 \end_inset
12768
12769 C=D
12770 \end_layout
12771
12772 \end_inset
12773 </cell>
12774 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12775 \begin_inset Text
12776
12777 \begin_layout Plain Layout
12778 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
12779 \end_inset
12780
12781
12782 \end_layout
12783
12784 \end_inset
12785 </cell>
12786 </row>
12787 </lyxtabular>
12788
12789 \end_inset
12790
12791
12792 \end_layout
12793
12794 \begin_layout Standard
12795
12796 \series bold
12797
12798 \backslash
12799 colorbox
12800 \series default
12801 は、ボックスに色をつけるだけで、ボックス内の文字には色付けをしません。すべての文字に色付けするには、数式全体を選択し、
12802 \family sans
12803 文字様式
12804 \family default
12805 ダイアログで欲しい色を選択します。このダイアログは、ツールバーボタン
12806 \begin_inset Graphics
12807         filename ../../images/dialog-show_character.png
12808         scale 85
12809
12810 \end_inset
12811
12812
12813 \family sans
12814 編集\SpecialChar \menuseparator
12815 文字様式\SpecialChar \menuseparator
12816 任意設定
12817 \family default
12818 メニューで開くことができます。すると、数式番号も数式と同じ色になります。数式番号が数式の文字とは別の色になるようにするには、数式内部で色を変えなくてはなりません
12819
12820 \end_layout
12821
12822 \begin_layout Standard
12823 たとえば、
12824 \end_layout
12825
12826 \begin_layout Standard
12827
12828 \color red
12829 \begin_inset Formula 
12830 \begin{equation}
12831 \int A=B\label{eq:red}
12832 \end{equation}
12833
12834 \end_inset
12835
12836
12837 \color green
12838
12839 \begin_inset Formula 
12840 \begin{equation}
12841 \textcolor{red}{\int A=B}\label{eq:redgreen}
12842 \end{equation}
12843
12844 \end_inset
12845
12846
12847 \end_layout
12848
12849 \begin_layout Standard
12850 数式
12851 \begin_inset CommandInset ref
12852 LatexCommand eqref
12853 reference "eq:red"
12854
12855 \end_inset
12856
12857 は、全体が赤色です。
12858 \begin_inset Newline newline
12859 \end_inset
12860
12861 数式
12862 \begin_inset CommandInset ref
12863 LatexCommand eqref
12864 reference "eq:redgreen"
12865
12866 \end_inset
12867
12868 は、数式番号を緑色にするために、まず全体を緑色にします。その後、数式内の文字を赤色にします。
12869 \end_layout
12870
12871 \begin_layout Standard
12872 \begin_inset VSpace bigskip
12873 \end_inset
12874
12875 ボックスの縁だけ別の色にするには、
12876 \series bold
12877
12878 \backslash
12879 fcolorbox
12880 \series default
12881
12882 \begin_inset Index idx
12883 status collapsed
12884
12885 \begin_layout Plain Layout
12886 こまんど@コマンド ! F ! 
12887 \backslash
12888 fcolorbox
12889 \end_layout
12890
12891 \end_inset
12892
12893 コマンドを以下の書式で使用します。
12894 \end_layout
12895
12896 \begin_layout Standard
12897
12898 \series bold
12899
12900 \backslash
12901 fcolorbox{縁の色}{色}{ボックスの内容}
12902 \end_layout
12903
12904 \begin_layout Standard
12905 つまり、
12906 \series bold
12907
12908 \backslash
12909 fcolorbox
12910 \series default
12911
12912 \series bold
12913
12914 \backslash
12915 colorbox
12916 \series default
12917 コマンドの拡張です。
12918 \series bold
12919
12920 \backslash
12921 framebox
12922 \series default
12923 と同様に、縁の厚みは
12924 \series bold
12925
12926 \backslash
12927 fboxrule
12928 \series default
12929
12930 \series bold
12931
12932 \backslash
12933 fboxsep
12934 \series default
12935 で設定します。たとえば、
12936 \begin_inset ERT
12937 status collapsed
12938
12939 \begin_layout Plain Layout
12940
12941
12942 \backslash
12943 fboxrule 1mm 
12944 \backslash
12945 fboxsep 1mm
12946 \end_layout
12947
12948 \end_inset
12949
12950
12951 \begin_inset Formula 
12952 \[
12953 \fcolorbox{cyan}{magenta}{A=B}
12954 \]
12955
12956 \end_inset
12957
12958
12959 \begin_inset ERT
12960 status collapsed
12961
12962 \begin_layout Plain Layout
12963
12964
12965 \backslash
12966 fboxrule 0.4pt 
12967 \backslash
12968 fboxsep 3pt
12969 \end_layout
12970
12971 \end_inset
12972
12973 のようにします。
12974 \end_layout
12975
12976 \begin_layout Standard
12977 上記の数式は、以下のコマンドで作成されています。
12978 \begin_inset Newline newline
12979 \end_inset
12980
12981
12982 \series bold
12983
12984 \backslash
12985 fcolorbox{cyan
12986 \begin_inset Formula $\to$
12987 \end_inset
12988
12989
12990 \backslash
12991 {magenta
12992 \begin_inset Formula $\to$
12993 \end_inset
12994
12995
12996 \backslash
12997 {A=B
12998 \series default
12999 .
13000 \end_layout
13001
13002 \begin_layout Standard
13003 \begin_inset VSpace bigskip
13004 \end_inset
13005
13006 定義済みの色以外の色を使いたい場合には、まずその色を定義しなくてはなりません。
13007 \end_layout
13008
13009 \begin_layout Standard
13010 たとえば、「
13011 \series bold
13012 darkgreen
13013 \series default
13014 」という色を定義するには、LaTeXプリアンブルに
13015 \end_layout
13016
13017 \begin_layout Standard
13018
13019 \series bold
13020
13021 \backslash
13022 definecolor{darkgreen}{cmyk}{0.5,
13023 \series default
13024  
13025 \series bold
13026 0,
13027 \series default
13028  
13029 \series bold
13030 1,
13031 \series default
13032  
13033 \series bold
13034 0.5}
13035 \series default
13036
13037 \begin_inset Index idx
13038 status collapsed
13039
13040 \begin_layout Plain Layout
13041 こまんど@コマンド ! D ! 
13042 \backslash
13043 definecolor
13044 \end_layout
13045
13046 \end_inset
13047
13048
13049 \end_layout
13050
13051 \begin_layout Standard
13052 という行を書き加えます。
13053 \end_layout
13054
13055 \begin_layout Standard
13056
13057 \series bold
13058 cmyk
13059 \series default
13060 とは、
13061 \series bold
13062 cyan
13063 \series default
13064 (シアン)・
13065 \series bold
13066 magenta
13067 \series default
13068 (マゼンタ)・
13069 \series bold
13070 yellow
13071 \series default
13072 (黄)・
13073 \series bold
13074 black
13075 \series default
13076 (黒)の各色を表す色空間です。コンマで区切られた四つの数字は、この色空間における各色の出力強度です。強度は、0
13077 \begin_inset space \thinspace{}
13078 \end_inset
13079
13080 -
13081 \begin_inset space \thinspace{}
13082 \end_inset
13083
13084 1の範囲をとることができます。定義には、
13085 \series bold
13086 cmyk
13087 \series default
13088 の他に、
13089 \series bold
13090 rgb
13091 \series default
13092 という色空間を使うこともできます。
13093 \series bold
13094 rgb
13095 \series default
13096 とは、
13097 \series bold
13098 red
13099 \series default
13100 (赤)・
13101 \series bold
13102 green
13103 \series default
13104 (緑)・
13105 \series bold
13106 blue
13107 \series default
13108 (青)の各色を意味し、この場合には、各色に対応した三つの出力強度を指定します。さらに、灰色の出力強度のみをとる
13109 \series bold
13110 gray
13111 \series default
13112 という色空間もあります。
13113 \end_layout
13114
13115 \begin_layout Standard
13116 例として、文字が
13117 \series bold
13118 yellow
13119 \series default
13120 に色付けされ、新しく定義した
13121 \series bold
13122 darkgreen
13123 \series default
13124 という色を持つ縁付きボックスを挙げておきます。
13125 \begin_inset Formula 
13126 \begin{equation}
13127 \colorbox{darkgreen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}
13128 \end{equation}
13129
13130 \end_inset
13131
13132
13133 \end_layout
13134
13135 \begin_layout Standard
13136
13137 \series bold
13138
13139 \backslash
13140 textcolor
13141 \series default
13142 コマンドを使うと、以下のように、自前で定義した色をテキスト中でも使用することができます。
13143 \begin_inset Index idx
13144 status collapsed
13145
13146 \begin_layout Plain Layout
13147 てきすと@テキスト ! いろつき@色付き
13148 \end_layout
13149
13150 \end_inset
13151
13152
13153 \end_layout
13154
13155 \begin_layout Standard
13156 \begin_inset ERT
13157 status collapsed
13158
13159 \begin_layout Plain Layout
13160
13161
13162 \backslash
13163 textcolor{darkgreen}{
13164 \end_layout
13165
13166 \end_inset
13167
13168 この文は「darkgreen」です。
13169 \begin_inset ERT
13170 status collapsed
13171
13172 \begin_layout Plain Layout
13173
13174 }
13175 \end_layout
13176
13177 \end_inset
13178
13179
13180 \end_layout
13181
13182 \begin_layout Standard
13183
13184 \series bold
13185
13186 \backslash
13187 textcolor
13188 \series default
13189
13190 \begin_inset Index idx
13191 status collapsed
13192
13193 \begin_layout Plain Layout
13194 こまんど@コマンド ! T ! 
13195 \backslash
13196 textcolor
13197 \end_layout
13198
13199 \end_inset
13200
13201 は、
13202 \series bold
13203
13204 \backslash
13205 textcolor{色}{色付けをする文}
13206 \series default
13207 という書式で使用することができます。
13208 \end_layout
13209
13210 \begin_layout Subsection
13211 段落ボックス
13212 \begin_inset CommandInset label
13213 LatexCommand label
13214 name "sub:段落ボックス"
13215
13216 \end_inset
13217
13218
13219 \begin_inset Index idx
13220 status collapsed
13221
13222 \begin_layout Plain Layout
13223 ぼっくす@ボックス ! だんらく@段落
13224 \end_layout
13225
13226 \end_inset
13227
13228
13229 \begin_inset Index idx
13230 status collapsed
13231
13232 \begin_layout Plain Layout
13233 ぼっくす@ボックス ! parbox|see
13234 \begin_inset ERT
13235 status collapsed
13236
13237 \begin_layout Plain Layout
13238
13239 {
13240 \end_layout
13241
13242 \end_inset
13243
13244 ボックス ! 段落ボックス
13245 \begin_inset ERT
13246 status collapsed
13247
13248 \begin_layout Plain Layout
13249
13250 }
13251 \end_layout
13252
13253 \end_inset
13254
13255
13256 \end_layout
13257
13258 \end_inset
13259
13260
13261 \end_layout
13262
13263 \begin_layout Standard
13264 いくつかの行や段落を含む、いわゆる段落ボックス(parbox)は、
13265 \family sans
13266 挿入\SpecialChar \menuseparator
13267 ボックス
13268 \family default
13269 メニューかツールバーボタン
13270 \begin_inset Graphics
13271         filename ../../images/box-insert.png
13272         scale 85
13273
13274 \end_inset
13275
13276 で作成することができます。
13277 \end_layout
13278
13279 \begin_layout Standard
13280 以下の例は、行中の縁付きparboxを示したものです。
13281 \end_layout
13282
13283 \begin_layout Standard
13284 \begin_inset VSpace medskip
13285 \end_inset
13286
13287 この行は、
13288 \begin_inset Box Boxed
13289 position "c"
13290 hor_pos "c"
13291 has_inner_box 1
13292 inner_pos "t"
13293 use_parbox 1
13294 use_makebox 0
13295 width "5cm"
13296 special "none"
13297 height "1in"
13298 height_special "totalheight"
13299 status open
13300
13301 \begin_layout Plain Layout
13302 これは段落ボックスです。これはちょうど5
13303 \begin_inset space \thinspace{}
13304 \end_inset
13305
13306 cmの幅になっており、以下のように数式を含めることもできます。
13307 \begin_inset Formula $\int A\,\mathrm{d}s=C$
13308 \end_inset
13309
13310
13311 \end_layout
13312
13313 \end_inset
13314
13315 parboxの入った行です。
13316 \end_layout
13317
13318 \begin_layout Standard
13319 \begin_inset VSpace medskip
13320 \end_inset
13321
13322
13323 \end_layout
13324
13325 \begin_layout Standard
13326 このようなボックスは、灰色のボックス挿入枠を右クリックすることによって作ることができます。すると、ボックスの特性を表示したダイアログが現れます。上の例では、
13327 \emph on
13328 装飾
13329 \emph default
13330 :簡素な長方形の箱型、
13331 \emph on
13332 内部ボックス
13333 \emph default
13334 :parboxコマンド、
13335 \emph on
13336
13337 \emph default
13338 :5
13339 \begin_inset space \thinspace{}
13340 \end_inset
13341
13342 cm、
13343 \emph on
13344 垂直ボックス配置
13345 \emph default
13346 :中央、に設定されています。
13347 \end_layout
13348
13349 \begin_layout Standard
13350 \begin_inset VSpace medskip
13351 \end_inset
13352
13353 LaTeXでは、parboxは、以下の書式を持つ
13354 \series bold
13355
13356 \backslash
13357 parbox
13358 \series default
13359
13360 \begin_inset Index idx
13361 status collapsed
13362
13363 \begin_layout Plain Layout
13364 こまんど@コマンド ! P ! 
13365 \backslash
13366 parbox
13367 \end_layout
13368
13369 \end_inset
13370
13371 コマンドによって作られます。
13372 \end_layout
13373
13374 \begin_layout Standard
13375
13376 \series bold
13377
13378 \backslash
13379 parbox[位置]{幅}{ボックスの内容}
13380 \end_layout
13381
13382 \begin_layout Standard
13383 「位置」は、
13384 \emph on
13385 b
13386 \emph default
13387
13388 \emph on
13389 t
13390 \emph default
13391 の値をとることができます。下揃えを意味する
13392 \emph on
13393 b
13394 \emph default
13395 (
13396 \bar under
13397 b
13398 \bar default
13399 ottom)は、ボックスを、周囲の本文中の最後の行と合わせることを意味します。上揃えを意味する
13400 \emph on
13401 t
13402 \emph default
13403 (
13404 \bar under
13405 t
13406 \bar default
13407 op)は、これを最初の行に合わせます。位置を指定しない時には、ボックスは事実上中央揃えになります。用例については、取扱説明書埋込オブジェクト篇の
13408 \emph on
13409 Boxes
13410 \emph default
13411 の節をご参照下さい。
13412 \end_layout
13413
13414 \begin_layout Standard
13415 \begin_inset VSpace bigskip
13416 \end_inset
13417
13418 数式番号を含めて、数式を完全に縁で囲むためには、数式をparbox内に収めなくてはなりません。こうするには、数式前にTeXモードで
13419 \series bold
13420 parbox{
13421 \backslash
13422 linewidth-2
13423 \backslash
13424 fboxsep-2
13425 \backslash
13426 fboxrule}{
13427 \series default
13428 というコマンドを挿入します。ここで
13429 \series bold
13430
13431 \backslash
13432 linewidth
13433 \begin_inset Index idx
13434 status collapsed
13435
13436 \begin_layout Plain Layout
13437 こまんど@コマンド ! L ! 
13438 \backslash
13439 linewidth
13440 \end_layout
13441
13442 \end_inset
13443
13444
13445 \series default
13446 は、使用中の文書に設定されている行幅です。縁は、parboxの外側にあるので、縁余白と縁幅の2倍を行幅から差し引かなくてはなりません。バグ
13447 \begin_inset Foot
13448 status collapsed
13449
13450 \begin_layout Plain Layout
13451 \begin_inset CommandInset href
13452 LatexCommand href
13453 name "LyX-bug #4483"
13454 target "http://www.lyx.org/trac/ticket/4483"
13455
13456 \end_inset
13457
13458
13459 \end_layout
13460
13461 \end_inset
13462
13463 のせいでLyXはこれを自動的に行いませんので、TeXモードを使用する必要があります。引数中で掛け算や引き算を行うためには、LaTeXパッケージの
13464 \series bold
13465 calc
13466 \series default
13467
13468 \begin_inset Foot
13469 status collapsed
13470
13471 \begin_layout Plain Layout
13472
13473 \series bold
13474 calc
13475 \series default
13476 は、標準的LaTeX頒布版のすべてに含まれています。
13477 \end_layout
13478
13479 \end_inset
13480
13481
13482 \begin_inset Index idx
13483 status collapsed
13484
13485 \begin_layout Plain Layout
13486 ぱっけーじ@パッケージ ! calc
13487 \end_layout
13488
13489 \end_inset
13490
13491 を、LaTeXプリアンブル中で
13492 \end_layout
13493
13494 \begin_layout Standard
13495
13496 \series bold
13497
13498 \backslash
13499 usepackage{calc}
13500 \end_layout
13501
13502 \begin_layout Standard
13503 のように読み込んでおく必要があります。数式の後では、TeXモードで
13504 \series bold
13505 }}
13506 \series default
13507 を入力して、二つのボックスを閉じておかなくてはなりません。以下に例を挙げます。
13508 \begin_inset ERT
13509 status collapsed
13510
13511 \begin_layout Plain Layout
13512
13513
13514 \backslash
13515 fboxsep 5mm 
13516 \backslash
13517 fboxrule 5mm
13518 \end_layout
13519
13520 \end_inset
13521
13522
13523 \end_layout
13524
13525 \begin_layout Standard
13526 \begin_inset ERT
13527 status collapsed
13528
13529 \begin_layout Plain Layout
13530
13531
13532 \backslash
13533 fbox{
13534 \backslash
13535 parbox{
13536 \backslash
13537 linewidth-2
13538 \backslash
13539 fboxsep-2
13540 \backslash
13541 fboxrule}{
13542 \end_layout
13543
13544 \end_inset
13545
13546
13547 \begin_inset Formula 
13548 \begin{equation}
13549 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}
13550 \end{equation}
13551
13552 \end_inset
13553
13554
13555 \begin_inset ERT
13556 status collapsed
13557
13558 \begin_layout Plain Layout
13559
13560 }}
13561 \end_layout
13562
13563 \end_inset
13564
13565
13566 \begin_inset ERT
13567 status collapsed
13568
13569 \begin_layout Plain Layout
13570
13571
13572 \backslash
13573 fboxrule 0.4pt 
13574 \backslash
13575 fboxsep 3pt
13576 \end_layout
13577
13578 \end_inset
13579
13580
13581 \end_layout
13582
13583 \begin_layout Standard
13584 \begin_inset VSpace medskip
13585 \end_inset
13586
13587
13588 \series bold
13589
13590 \backslash
13591 fbox
13592 \series default
13593 の引数としてparboxが使われているので、この場合には、
13594 \series bold
13595
13596 \backslash
13597 fbox
13598 \series default
13599 を使おうが
13600 \series bold
13601
13602 \backslash
13603 boxed
13604 \series default
13605 を使おうが、差は生じません。
13606 \end_layout
13607
13608 \begin_layout Standard
13609 \begin_inset VSpace bigskip
13610 \end_inset
13611
13612 段落ボックスは、数式にじかにコメントを付けるのにたいへん便利です。これを行うには、
13613 \series bold
13614
13615 \backslash
13616 parbox
13617 \series default
13618
13619 \series bold
13620
13621 \backslash
13622 tag
13623 \series default
13624 コマンドといっしょに使います(
13625 \series bold
13626
13627 \backslash
13628 tag
13629 \series default
13630 についての詳細は、第
13631 \begin_inset CommandInset ref
13632 LatexCommand ref
13633 reference "sub:ユーザー定義番号"
13634
13635 \end_inset
13636
13637 節をご参照下さい)
13638 \end_layout
13639
13640 \begin_layout Standard
13641 以下は、
13642 \series bold
13643
13644 \backslash
13645 parbox
13646 \series default
13647 を使ってコメントを付けた数式の例です。
13648 \end_layout
13649
13650 \begin_layout Standard
13651 \begin_inset ERT
13652 status collapsed
13653
13654 \begin_layout Plain Layout
13655
13656
13657 \backslash
13658 [5x-7b=3b
13659 \backslash
13660 tag*{
13661 \backslash
13662 parbox{5cm}{
13663 \end_layout
13664
13665 \end_inset
13666
13667 これは説明です。数式や多行数式本体からはっきりと離れています。
13668 \begin_inset ERT
13669 status collapsed
13670
13671 \begin_layout Plain Layout
13672
13673 }}
13674 \backslash
13675 ]
13676 \end_layout
13677
13678 \end_inset
13679
13680
13681 \end_layout
13682
13683 \begin_layout Standard
13684 LyXは、まだ数式中での
13685 \series bold
13686
13687 \backslash
13688 parbox
13689 \series default
13690 コマンドをサポートしていないので、上のような数式は、完全にTeXモードで挿入しなくてはなりません。この数式は、以下のようなコマンド列を使って作ってあります。
13691 \end_layout
13692
13693 \begin_layout Standard
13694 まず、
13695 \series bold
13696
13697 \backslash
13698 [5x-7b=3b
13699 \backslash
13700 tag*
13701 \backslash
13702 {
13703 \backslash
13704 parbox{5cm}{
13705 \series default
13706 というコマンドをTeXモードで挿入します
13707 \begin_inset Foot
13708 status collapsed
13709
13710 \begin_layout Plain Layout
13711
13712 \series bold
13713 行頭下げ
13714 \series default
13715 数式様式を使用している時には、
13716 \series bold
13717
13718 \backslash
13719 tag*
13720 \backslash
13721 {
13722 \series default
13723 の代わりに
13724 \series bold
13725
13726 \backslash
13727 hfill
13728 \series default
13729 を用いることもできます(数式様式に関しては、第
13730 \begin_inset CommandInset ref
13731 LatexCommand ref
13732 reference "sec:数式様式"
13733
13734 \end_inset
13735
13736 節をご参照下さい)。
13737 \end_layout
13738
13739 \end_inset
13740
13741 。それから、説明を通常のテキストとして入れ、最後に
13742 \series bold
13743 }}
13744 \backslash
13745 ]
13746 \series default
13747 をTeXモードで挿入します。ここで
13748 \series bold
13749
13750 \backslash
13751 [
13752 \series default
13753 および
13754 \series bold
13755
13756 \backslash
13757 ]
13758 \series default
13759 コマンドは別行立て数式を作るためのものです。
13760 \end_layout
13761
13762 \begin_layout Standard
13763
13764 \series bold
13765
13766 \backslash
13767 parbox
13768 \series default
13769 を使う利点は、数式テキストモードを使用して「コメントを付けた」以下の例と比較すると、よくわかるでしょう。
13770 \begin_inset Formula 
13771 \[
13772 5x-7b=3b\textrm{これは説明です。数式本体から離れていません...}
13773 \]
13774
13775 \end_inset
13776
13777
13778 \end_layout
13779
13780 \begin_layout Section
13781 演算子
13782 \begin_inset Index idx
13783 status collapsed
13784
13785 \begin_layout Plain Layout
13786 えんざんし@演算子
13787 \end_layout
13788
13789 \end_inset
13790
13791
13792 \end_layout
13793
13794 \begin_layout Subsection
13795 大演算子
13796 \begin_inset CommandInset label
13797 LatexCommand label
13798 name "sub:大演算子"
13799
13800 \end_inset
13801
13802
13803 \begin_inset Index idx
13804 status collapsed
13805
13806 \begin_layout Plain Layout
13807 えんざんし@演算子 ! だい@大
13808 \end_layout
13809
13810 \end_inset
13811
13812
13813 \begin_inset Index idx
13814 status collapsed
13815
13816 \begin_layout Plain Layout
13817 わ@和
13818 \end_layout
13819
13820 \end_inset
13821
13822
13823 \begin_inset Index idx
13824 status collapsed
13825
13826 \begin_layout Plain Layout
13827 せきぶんきごう@積分記号
13828 \end_layout
13829
13830 \end_inset
13831
13832
13833 \end_layout
13834
13835 \begin_layout Standard
13836 ここに挙げた積分演算子をすべて使えるようにするには、文書設定の
13837 \family sans
13838 数式オプション
13839 \family default
13840 の面にある
13841 \family sans
13842 esintパッケージを自動的に使う
13843 \family default
13844 オプションを有効にしなくてはなりません。
13845 \end_layout
13846
13847 \begin_layout Standard
13848 \begin_inset space \hfill{}
13849 \end_inset
13850
13851
13852 \begin_inset Tabular
13853 <lyxtabular version="3" rows="9" columns="2">
13854 <features rotate="0" tabularvalignment="middle">
13855 <column alignment="center" valignment="top" width="0pt">
13856 <column alignment="center" valignment="top" width="0pt">
13857 <row>
13858 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13859 \begin_inset Text
13860
13861 \begin_layout Plain Layout
13862 コマンド
13863 \end_layout
13864
13865 \end_inset
13866 </cell>
13867 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13868 \begin_inset Text
13869
13870 \begin_layout Plain Layout
13871 出力
13872 \end_layout
13873
13874 \end_inset
13875 </cell>
13876 </row>
13877 <row>
13878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13879 \begin_inset Text
13880
13881 \begin_layout Plain Layout
13882
13883 \backslash
13884 sum
13885 \begin_inset Index idx
13886 status collapsed
13887
13888 \begin_layout Plain Layout
13889 こまんど@コマンド ! S ! 
13890 \backslash
13891 sum
13892 \end_layout
13893
13894 \end_inset
13895
13896
13897 \end_layout
13898
13899 \end_inset
13900 </cell>
13901 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13902 \begin_inset Text
13903
13904 \begin_layout Plain Layout
13905 \begin_inset Formula $\sum$
13906 \end_inset
13907
13908
13909 \end_layout
13910
13911 \end_inset
13912 </cell>
13913 </row>
13914 <row>
13915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13916 \begin_inset Text
13917
13918 \begin_layout Plain Layout
13919
13920 \backslash
13921 int
13922 \begin_inset Index idx
13923 status collapsed
13924
13925 \begin_layout Plain Layout
13926 こまんど@コマンド ! I ! 
13927 \backslash
13928 int
13929 \end_layout
13930
13931 \end_inset
13932
13933
13934 \end_layout
13935
13936 \end_inset
13937 </cell>
13938 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13939 \begin_inset Text
13940
13941 \begin_layout Plain Layout
13942 \begin_inset Formula $\int$
13943 \end_inset
13944
13945
13946 \end_layout
13947
13948 \end_inset
13949 </cell>
13950 </row>
13951 <row>
13952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13953 \begin_inset Text
13954
13955 \begin_layout Plain Layout
13956
13957 \backslash
13958 oint
13959 \end_layout
13960
13961 \end_inset
13962 </cell>
13963 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13964 \begin_inset Text
13965
13966 \begin_layout Plain Layout
13967 \begin_inset Formula $\oint$
13968 \end_inset
13969
13970
13971 \end_layout
13972
13973 \end_inset
13974 </cell>
13975 </row>
13976 <row>
13977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13978 \begin_inset Text
13979
13980 \begin_layout Plain Layout
13981
13982 \backslash
13983 ointctrclockwise
13984 \end_layout
13985
13986 \end_inset
13987 </cell>
13988 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13989 \begin_inset Text
13990
13991 \begin_layout Plain Layout
13992 \begin_inset Formula $\ointctrclockwise$
13993 \end_inset
13994
13995
13996 \end_layout
13997
13998 \end_inset
13999 </cell>
14000 </row>
14001 <row>
14002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14003 \begin_inset Text
14004
14005 \begin_layout Plain Layout
14006
14007 \backslash
14008 ointclockwise
14009 \end_layout
14010
14011 \end_inset
14012 </cell>
14013 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14014 \begin_inset Text
14015
14016 \begin_layout Plain Layout
14017 \begin_inset Formula $\ointclockwise$
14018 \end_inset
14019
14020
14021 \end_layout
14022
14023 \end_inset
14024 </cell>
14025 </row>
14026 <row>
14027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14028 \begin_inset Text
14029
14030 \begin_layout Plain Layout
14031
14032 \backslash
14033 sqint
14034 \end_layout
14035
14036 \end_inset
14037 </cell>
14038 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14039 \begin_inset Text
14040
14041 \begin_layout Plain Layout
14042 \begin_inset Formula $\sqint$
14043 \end_inset
14044
14045
14046 \end_layout
14047
14048 \end_inset
14049 </cell>
14050 </row>
14051 <row>
14052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14053 \begin_inset Text
14054
14055 \begin_layout Plain Layout
14056
14057 \backslash
14058 bigcap
14059 \end_layout
14060
14061 \end_inset
14062 </cell>
14063 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14064 \begin_inset Text
14065
14066 \begin_layout Plain Layout
14067 \begin_inset Formula $\bigcap$
14068 \end_inset
14069
14070
14071 \end_layout
14072
14073 \end_inset
14074 </cell>
14075 </row>
14076 <row>
14077 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14078 \begin_inset Text
14079
14080 \begin_layout Plain Layout
14081
14082 \backslash
14083 bigcup
14084 \end_layout
14085
14086 \end_inset
14087 </cell>
14088 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14089 \begin_inset Text
14090
14091 \begin_layout Plain Layout
14092 \begin_inset Formula $\bigcup$
14093 \end_inset
14094
14095
14096 \end_layout
14097
14098 \end_inset
14099 </cell>
14100 </row>
14101 </lyxtabular>
14102
14103 \end_inset
14104
14105
14106 \begin_inset space \hfill{}
14107 \end_inset
14108
14109
14110 \begin_inset Tabular
14111 <lyxtabular version="3" rows="10" columns="2">
14112 <features rotate="0" tabularvalignment="middle">
14113 <column alignment="center" valignment="top" width="0pt">
14114 <column alignment="center" valignment="top" width="0pt">
14115 <row>
14116 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14117 \begin_inset Text
14118
14119 \begin_layout Plain Layout
14120 コマンド
14121 \end_layout
14122
14123 \end_inset
14124 </cell>
14125 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14126 \begin_inset Text
14127
14128 \begin_layout Plain Layout
14129 出力
14130 \end_layout
14131
14132 \end_inset
14133 </cell>
14134 </row>
14135 <row>
14136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14137 \begin_inset Text
14138
14139 \begin_layout Plain Layout
14140
14141 \backslash
14142 prod
14143 \begin_inset Index idx
14144 status collapsed
14145
14146 \begin_layout Plain Layout
14147 こまんど@コマンド ! P ! 
14148 \backslash
14149 prod
14150 \end_layout
14151
14152 \end_inset
14153
14154
14155 \end_layout
14156
14157 \end_inset
14158 </cell>
14159 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14160 \begin_inset Text
14161
14162 \begin_layout Plain Layout
14163 \begin_inset Formula $\prod$
14164 \end_inset
14165
14166
14167 \end_layout
14168
14169 \end_inset
14170 </cell>
14171 </row>
14172 <row>
14173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14174 \begin_inset Text
14175
14176 \begin_layout Plain Layout
14177
14178 \backslash
14179 coprod
14180 \end_layout
14181
14182 \end_inset
14183 </cell>
14184 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14185 \begin_inset Text
14186
14187 \begin_layout Plain Layout
14188 \begin_inset Formula $\coprod$
14189 \end_inset
14190
14191
14192 \end_layout
14193
14194 \end_inset
14195 </cell>
14196 </row>
14197 <row>
14198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14199 \begin_inset Text
14200
14201 \begin_layout Plain Layout
14202
14203 \backslash
14204 bigodot
14205 \end_layout
14206
14207 \end_inset
14208 </cell>
14209 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14210 \begin_inset Text
14211
14212 \begin_layout Plain Layout
14213 \begin_inset Formula $\bigodot$
14214 \end_inset
14215
14216
14217 \end_layout
14218
14219 \end_inset
14220 </cell>
14221 </row>
14222 <row>
14223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14224 \begin_inset Text
14225
14226 \begin_layout Plain Layout
14227
14228 \backslash
14229 bigotimes
14230 \end_layout
14231
14232 \end_inset
14233 </cell>
14234 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14235 \begin_inset Text
14236
14237 \begin_layout Plain Layout
14238 \begin_inset Formula $\bigotimes$
14239 \end_inset
14240
14241
14242 \end_layout
14243
14244 \end_inset
14245 </cell>
14246 </row>
14247 <row>
14248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14249 \begin_inset Text
14250
14251 \begin_layout Plain Layout
14252
14253 \backslash
14254 bigoplus
14255 \end_layout
14256
14257 \end_inset
14258 </cell>
14259 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14260 \begin_inset Text
14261
14262 \begin_layout Plain Layout
14263 \begin_inset Formula $\bigoplus$
14264 \end_inset
14265
14266
14267 \end_layout
14268
14269 \end_inset
14270 </cell>
14271 </row>
14272 <row>
14273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14274 \begin_inset Text
14275
14276 \begin_layout Plain Layout
14277
14278 \backslash
14279 bigwedge
14280 \end_layout
14281
14282 \end_inset
14283 </cell>
14284 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14285 \begin_inset Text
14286
14287 \begin_layout Plain Layout
14288 \begin_inset Formula $\bigwedge$
14289 \end_inset
14290
14291
14292 \end_layout
14293
14294 \end_inset
14295 </cell>
14296 </row>
14297 <row>
14298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14299 \begin_inset Text
14300
14301 \begin_layout Plain Layout
14302
14303 \backslash
14304 bigvee
14305 \end_layout
14306
14307 \end_inset
14308 </cell>
14309 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14310 \begin_inset Text
14311
14312 \begin_layout Plain Layout
14313 \begin_inset Formula $\bigvee$
14314 \end_inset
14315
14316
14317 \end_layout
14318
14319 \end_inset
14320 </cell>
14321 </row>
14322 <row>
14323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14324 \begin_inset Text
14325
14326 \begin_layout Plain Layout
14327
14328 \backslash
14329 bigsqcup
14330 \end_layout
14331
14332 \end_inset
14333 </cell>
14334 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14335 \begin_inset Text
14336
14337 \begin_layout Plain Layout
14338 \begin_inset Formula $\bigsqcup$
14339 \end_inset
14340
14341
14342 \end_layout
14343
14344 \end_inset
14345 </cell>
14346 </row>
14347 <row>
14348 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14349 \begin_inset Text
14350
14351 \begin_layout Plain Layout
14352
14353 \backslash
14354 biguplus
14355 \end_layout
14356
14357 \end_inset
14358 </cell>
14359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14360 \begin_inset Text
14361
14362 \begin_layout Plain Layout
14363 \begin_inset Formula $\biguplus$
14364 \end_inset
14365
14366
14367 \end_layout
14368
14369 \end_inset
14370 </cell>
14371 </row>
14372 </lyxtabular>
14373
14374 \end_inset
14375
14376
14377 \begin_inset space \hfill{}
14378 \end_inset
14379
14380
14381 \end_layout
14382
14383 \begin_layout Standard
14384 すべての大演算子は、数式ツールバーボタンの
14385 \begin_inset Graphics
14386         filename ../../images/math/intop.png
14387         scale 85
14388
14389 \end_inset
14390
14391 でも挿入することができます。
14392 \end_layout
14393
14394 \begin_layout Standard
14395 これらの演算子は、よく見ないと同じように見える二項演算子よりも大きいので、大演算子と呼ばれます。大演算子はすべて、次小節で説明する「範囲」をとることができます。
14396 \end_layout
14397
14398 \begin_layout Standard
14399 積分演算子はすべて、
14400 \series bold
14401
14402 \backslash
14403 intop
14404 \series default
14405
14406 \series bold
14407
14408 \backslash
14409 ointop
14410 \series default
14411 のように、
14412 \series bold
14413 op
14414 \series default
14415 で終わる別バージョンがあります。これらの演算子は、
14416 \series bold
14417
14418 \backslash
14419 int
14420 \series default
14421 とは範囲の表示のしかたが異なります。第
14422 \begin_inset CommandInset ref
14423 LatexCommand ref
14424 reference "sub:演算子の範囲"
14425
14426 \end_inset
14427
14428 節をご参照下さい。
14429 \end_layout
14430
14431 \begin_layout Subsubsection*
14432 積分の子細
14433 \end_layout
14434
14435 \begin_layout Standard
14436 積分中で用いられる文字
14437 \emph on
14438 d
14439 \emph default
14440 は演算子なので、アップライト体で組まれなくてはなりません。これを行うには
14441 \emph on
14442 d
14443 \emph default
14444 を選択して、
14445 \begin_inset Flex Ruby
14446 status collapsed
14447
14448 \begin_layout Plain Layout
14449 捷径
14450 \begin_inset Argument post:1
14451 status collapsed
14452
14453 \begin_layout Plain Layout
14454 ショートカット
14455 \end_layout
14456
14457 \end_inset
14458
14459
14460 \end_layout
14461
14462 \end_inset
14463
14464
14465 \begin_inset Info
14466 type  "shortcut"
14467 arg   "font-roman"
14468 \end_inset
14469
14470 を用います
14471 \begin_inset Foot
14472 status collapsed
14473
14474 \begin_layout Plain Layout
14475 文字様式については、第
14476 \begin_inset CommandInset ref
14477 LatexCommand ref
14478 reference "sub:書体様式"
14479
14480 \end_inset
14481
14482 節参照。
14483 \end_layout
14484
14485 \end_inset
14486
14487 。最後に、演算子の慣例に倣って、
14488 \emph on
14489 d
14490 \emph default
14491 の前に最小空白を挿入しなくてはなりません。たとえば、
14492 \end_layout
14493
14494 \begin_layout Standard
14495 正しくない例:
14496 \begin_inset Formula $\int A(x)dx$
14497 \end_inset
14498
14499
14500 \begin_inset Newline newline
14501 \end_inset
14502
14503 正しい
14504 \begin_inset Phantom HPhantom
14505 status open
14506
14507 \begin_layout Plain Layout
14508 ない
14509 \end_layout
14510
14511 \end_inset
14512
14513 例:
14514 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
14515 \end_inset
14516
14517
14518 \end_layout
14519
14520 \begin_layout Standard
14521 多重積分に関しては、以下のコマンドがあります。
14522 \begin_inset VSpace medskip
14523 \end_inset
14524
14525
14526 \end_layout
14527
14528 \begin_layout Standard
14529 \begin_inset space \hfill{}
14530 \end_inset
14531
14532
14533 \begin_inset Tabular
14534 <lyxtabular version="3" rows="4" columns="2">
14535 <features rotate="0" tabularvalignment="middle">
14536 <column alignment="center" valignment="top">
14537 <column alignment="center" valignment="top">
14538 <row>
14539 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14540 \begin_inset Text
14541
14542 \begin_layout Plain Layout
14543 コマンド
14544 \end_layout
14545
14546 \end_inset
14547 </cell>
14548 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14549 \begin_inset Text
14550
14551 \begin_layout Plain Layout
14552 出力
14553 \begin_inset Note Note
14554 status collapsed
14555
14556 \begin_layout Plain Layout
14557 ここで
14558 \series bold
14559
14560 \backslash
14561 raisebox
14562 \series default
14563 はスペーサーとして使用しているだけです。
14564 \end_layout
14565
14566 \end_inset
14567
14568
14569 \end_layout
14570
14571 \end_inset
14572 </cell>
14573 </row>
14574 <row>
14575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14576 \begin_inset Text
14577
14578 \begin_layout Plain Layout
14579
14580 \backslash
14581 iint
14582 \end_layout
14583
14584 \end_inset
14585 </cell>
14586 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14587 \begin_inset Text
14588
14589 \begin_layout Plain Layout
14590 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
14591 \end_inset
14592
14593
14594 \end_layout
14595
14596 \end_inset
14597 </cell>
14598 </row>
14599 <row>
14600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14601 \begin_inset Text
14602
14603 \begin_layout Plain Layout
14604
14605 \backslash
14606 oiint
14607 \end_layout
14608
14609 \end_inset
14610 </cell>
14611 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14612 \begin_inset Text
14613
14614 \begin_layout Plain Layout
14615 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
14616 \end_inset
14617
14618
14619 \end_layout
14620
14621 \end_inset
14622 </cell>
14623 </row>
14624 <row>
14625 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14626 \begin_inset Text
14627
14628 \begin_layout Plain Layout
14629
14630 \backslash
14631 sqiint
14632 \end_layout
14633
14634 \end_inset
14635 </cell>
14636 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14637 \begin_inset Text
14638
14639 \begin_layout Plain Layout
14640 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
14641 \end_inset
14642
14643
14644 \end_layout
14645
14646 \end_inset
14647 </cell>
14648 </row>
14649 </lyxtabular>
14650
14651 \end_inset
14652
14653
14654 \begin_inset space \hfill{}
14655 \end_inset
14656
14657
14658 \begin_inset Tabular
14659 <lyxtabular version="3" rows="4" columns="2">
14660 <features rotate="0" tabularvalignment="middle">
14661 <column alignment="center" valignment="top">
14662 <column alignment="center" valignment="top">
14663 <row>
14664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14665 \begin_inset Text
14666
14667 \begin_layout Plain Layout
14668 コマンド
14669 \end_layout
14670
14671 \end_inset
14672 </cell>
14673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14674 \begin_inset Text
14675
14676 \begin_layout Plain Layout
14677 出力
14678 \end_layout
14679
14680 \end_inset
14681 </cell>
14682 </row>
14683 <row>
14684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14685 \begin_inset Text
14686
14687 \begin_layout Plain Layout
14688
14689 \backslash
14690 iiint
14691 \end_layout
14692
14693 \end_inset
14694 </cell>
14695 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14696 \begin_inset Text
14697
14698 \begin_layout Plain Layout
14699 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
14700 \end_inset
14701
14702
14703 \end_layout
14704
14705 \end_inset
14706 </cell>
14707 </row>
14708 <row>
14709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14710 \begin_inset Text
14711
14712 \begin_layout Plain Layout
14713
14714 \backslash
14715 iiiint
14716 \end_layout
14717
14718 \end_inset
14719 </cell>
14720 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14721 \begin_inset Text
14722
14723 \begin_layout Plain Layout
14724 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
14725 \end_inset
14726
14727
14728 \end_layout
14729
14730 \end_inset
14731 </cell>
14732 </row>
14733 <row>
14734 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14735 \begin_inset Text
14736
14737 \begin_layout Plain Layout
14738
14739 \backslash
14740 dotsint
14741 \end_layout
14742
14743 \end_inset
14744 </cell>
14745 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14746 \begin_inset Text
14747
14748 \begin_layout Plain Layout
14749 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
14750 \end_inset
14751
14752
14753 \end_layout
14754
14755 \end_inset
14756 </cell>
14757 </row>
14758 </lyxtabular>
14759
14760 \end_inset
14761
14762
14763 \begin_inset space \hfill{}
14764 \end_inset
14765
14766
14767 \end_layout
14768
14769 \begin_layout Subsection
14770 演算子の範囲
14771 \begin_inset CommandInset label
14772 LatexCommand label
14773 name "sub:演算子の範囲"
14774
14775 \end_inset
14776
14777
14778 \begin_inset Index idx
14779 status collapsed
14780
14781 \begin_layout Plain Layout
14782 えんざんし@演算子 ! はんい@範囲
14783 \end_layout
14784
14785 \end_inset
14786
14787
14788 \end_layout
14789
14790 \begin_layout Standard
14791 範囲は、上付き文字と下付き文字とで作成することができます。
14792 \end_layout
14793
14794 \begin_layout Standard
14795 \align center
14796 \begin_inset Tabular
14797 <lyxtabular version="3" rows="2" columns="2">
14798 <features rotate="0" tabularvalignment="middle">
14799 <column alignment="center" valignment="top" width="0pt">
14800 <column alignment="center" valignment="top" width="0pt">
14801 <row>
14802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14803 \begin_inset Text
14804
14805 \begin_layout Plain Layout
14806 コマンド
14807 \end_layout
14808
14809 \end_inset
14810 </cell>
14811 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14812 \begin_inset Text
14813
14814 \begin_layout Plain Layout
14815 出力
14816 \begin_inset Note Note
14817 status collapsed
14818
14819 \begin_layout Plain Layout
14820 ここで
14821 \series bold
14822
14823 \backslash
14824 raisebox
14825 \series default
14826 はスペーサーとして使用しているだけです。
14827 \end_layout
14828
14829 \end_inset
14830
14831
14832 \end_layout
14833
14834 \end_inset
14835 </cell>
14836 </row>
14837 <row>
14838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14839 \begin_inset Text
14840
14841 \begin_layout Plain Layout
14842
14843 \backslash
14844 prod^
14845 \backslash
14846 infty
14847 \begin_inset space \textvisiblespace{}
14848 \end_inset
14849
14850
14851 \begin_inset Formula $\to$
14852 \end_inset
14853
14854 _0
14855 \begin_inset Formula $\to$
14856 \end_inset
14857
14858 A(x)
14859 \end_layout
14860
14861 \end_inset
14862 </cell>
14863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14864 \begin_inset Text
14865
14866 \begin_layout Plain Layout
14867 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
14868 \end_inset
14869
14870
14871 \end_layout
14872
14873 \end_inset
14874 </cell>
14875 </row>
14876 </lyxtabular>
14877
14878 \end_inset
14879
14880
14881 \end_layout
14882
14883 \begin_layout Standard
14884 行内数式では、範囲は演算子の右横に表示されます。別行立て数式での範囲は、積分範囲を除き、演算子の上と下に表示されます。
14885 \end_layout
14886
14887 \begin_layout Standard
14888 範囲が演算子の横に表示されるように強制するには、カーソルを当該演算子の直後において、
14889 \family sans
14890 編集\SpecialChar \menuseparator
14891 数式\SpecialChar \menuseparator
14892 範囲の表記を変更
14893 \family default
14894 メニューで
14895 \family sans
14896 \series bold
14897 行内形式
14898 \family default
14899 \series default
14900 (
14901 \begin_inset Flex Ruby
14902 status collapsed
14903
14904 \begin_layout Plain Layout
14905 捷径
14906 \begin_inset Argument post:1
14907 status collapsed
14908
14909 \begin_layout Plain Layout
14910 ショートカット
14911 \end_layout
14912
14913 \end_inset
14914
14915
14916 \end_layout
14917
14918 \end_inset
14919
14920
14921 \begin_inset Info
14922 type  "shortcut"
14923 arg   "math-limits"
14924 \end_inset
14925
14926 )を選択することで範囲形式を変更することができます。以下はその用例です。
14927 \end_layout
14928
14929 \begin_layout Standard
14930 既定の範囲形式は、以下のようになっています。
14931 \begin_inset Formula 
14932 \[
14933 \sum_{x=0}^{\infty}\frac{1}{x^{2}}
14934 \]
14935
14936 \end_inset
14937
14938 以下は、範囲形式を
14939 \family sans
14940 \series bold
14941 行内形式
14942 \family default
14943 \series default
14944 に変更したときの表示です。
14945 \begin_inset Formula 
14946 \[
14947 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}
14948 \]
14949
14950 \end_inset
14951
14952
14953 \series bold
14954
14955 \backslash
14956 intop
14957 \series default
14958
14959 \series bold
14960
14961 \backslash
14962 ointop
14963 \series default
14964 などのように
14965 \series bold
14966 op
14967 \series default
14968 で終わるもの以外の積分記号では、範囲は、既定で演算子の横に設定されます。しかし、多重積分においては、範囲を演算子の下に置くべきときがあります。このことから、以下
14969 の例では、範囲形式を
14970 \series bold
14971 別行立て形式
14972 \series default
14973 にして積分記号の下に置くようにしています。
14974 \begin_inset Formula 
14975 \begin{equation}
14976 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}
14977 \end{equation}
14978
14979 \end_inset
14980
14981
14982 \end_layout
14983
14984 \begin_layout Standard
14985 \begin_inset VSpace medskip
14986 \end_inset
14987
14988 範囲に条件を指定したい場合には、
14989 \series bold
14990
14991 \backslash
14992 subarray
14993 \series default
14994
14995 \begin_inset Index idx
14996 status collapsed
14997
14998 \begin_layout Plain Layout
14999 こまんど@コマンド ! S ! 
15000 \backslash
15001 subarray
15002 \end_layout
15003
15004 \end_inset
15005
15006 コマンドや
15007 \series bold
15008
15009 \backslash
15010 substack
15011 \series default
15012
15013 \begin_inset Index idx
15014 status collapsed
15015
15016 \begin_layout Plain Layout
15017 こまんど@コマンド ! S ! 
15018 \backslash
15019 substack
15020 \end_layout
15021
15022 \end_inset
15023
15024 コマンドを使用します。たとえば、以下の表記 
15025 \begin_inset Formula 
15026 \begin{equation}
15027 \sum_{\begin{subarray}{c}
15028 0<k<1000\\
15029 \\
15030 k\,\in\,\mathbb{N}
15031 \end{subarray}}^{n}k^{-2}\label{eq:substack}
15032 \end{equation}
15033
15034 \end_inset
15035
15036
15037 \end_layout
15038
15039 \begin_layout Standard
15040 を作成するには、以下のようにしなくてはなりません。
15041 \begin_inset Newline newline
15042 \end_inset
15043
15044 まず、
15045 \series bold
15046
15047 \backslash
15048 sum
15049 \series default
15050 ^
15051 \series bold
15052 n
15053 \begin_inset space \textvisiblespace{}
15054 \end_inset
15055
15056 _
15057 \series default
15058 というコマンドを入力します。すると、和演算子の下の青枠に移動するので、ここに
15059 \series bold
15060
15061 \backslash
15062 subarray
15063 \begin_inset space \textvisiblespace{}
15064 \end_inset
15065
15066
15067 \series default
15068 コマンドを挿入します。すると、青枠が紫枠の中に入って、ここに複数の行を書き込むことができるようになります。新しい行は、改行(
15069 \begin_inset Info
15070 type  "shortcut"
15071 arg   "newline-insert newline"
15072 \end_inset
15073
15074 )を挿入することで作ることができます。ここに
15075 \begin_inset Newline newline
15076 \end_inset
15077
15078
15079 \series bold
15080 0
15081 \begin_inset Formula $\boldsymbol{<}$
15082 \end_inset
15083
15084 k
15085 \begin_inset Formula $\boldsymbol{<}$
15086 \end_inset
15087
15088 1000 Ctrl+Return
15089 \begin_inset Newline newline
15090 \end_inset
15091
15092
15093 \series default
15094 と入力すると、新規行のための新しい枠が現れます。
15095 \end_layout
15096
15097 \begin_layout Standard
15098 各行の揃え方は、
15099 \family sans
15100 表ツールバー
15101 \family default
15102
15103 \family sans
15104 編集\SpecialChar \menuseparator
15105 行と列
15106 \family default
15107 メニューで変更することができますが、右揃えにするには、行頭に
15108 \series bold
15109
15110 \backslash
15111 hfill
15112 \begin_inset space \textvisiblespace{}
15113 \end_inset
15114
15115
15116 \series default
15117 を挿入しなくてはなりません。
15118 \end_layout
15119
15120 \begin_layout Standard
15121
15122 \series bold
15123
15124 \backslash
15125 substack
15126 \series default
15127 コマンドは、各行がつねに中央揃えになることを除いては、
15128 \series bold
15129
15130 \backslash
15131 subarray
15132 \series default
15133 と同じです。
15134 \end_layout
15135
15136 \begin_layout Standard
15137 \begin_inset VSpace bigskip
15138 \end_inset
15139
15140 演算子の後に来る文字は、範囲の横に来るので、
15141 \begin_inset CommandInset ref
15142 LatexCommand eqref
15143 reference "eq:substack"
15144
15145 \end_inset
15146
15147 式のように、演算子の横の余白が大きくなりすぎることがあります。
15148 \end_layout
15149
15150 \begin_layout Standard
15151 これを避けるには、LaTeXプリアンブルに以下のようなマクロを指定する方法があります。
15152 \end_layout
15153
15154 \begin_layout Standard
15155
15156 \series bold
15157
15158 \backslash
15159 def
15160 \backslash
15161 clap#1{
15162 \backslash
15163 hbox to 0pt{
15164 \backslash
15165 hss #1
15166 \backslash
15167 hss}}
15168 \begin_inset Newline newline
15169 \end_inset
15170
15171
15172 \backslash
15173 def
15174 \backslash
15175 mathclap {
15176 \backslash
15177 mathpalette 
15178 \backslash
15179 mathclapinternal}
15180 \begin_inset Newline newline
15181 \end_inset
15182
15183
15184 \backslash
15185 def
15186 \backslash
15187 mathclapinternal #1#2{
15188 \backslash
15189 clap{$
15190 \backslash
15191 mathsurround =0pt #1{#2}$}}
15192 \end_layout
15193
15194 \begin_layout Standard
15195 これは、範囲の幅を0
15196 \begin_inset space \thinspace{}
15197 \end_inset
15198
15199 ptに設定する
15200 \series bold
15201
15202 \backslash
15203 mathclap
15204 \series default
15205
15206 \begin_inset Index idx
15207 status collapsed
15208
15209 \begin_layout Plain Layout
15210 こまんど@コマンド ! M ! 
15211 \backslash
15212 mathclap
15213 \end_layout
15214
15215 \end_inset
15216
15217 コマンドを定義しています。このコマンドの書式は、
15218 \end_layout
15219
15220 \begin_layout Standard
15221
15222 \series bold
15223
15224 \backslash
15225 mathclap{範囲}
15226 \end_layout
15227
15228 \begin_layout Standard
15229 となっていて、「範囲」には複数の条件を入れることができます。
15230 \end_layout
15231
15232 \begin_layout Standard
15233 これを
15234 \begin_inset CommandInset ref
15235 LatexCommand eqref
15236 reference "eq:substack"
15237
15238 \end_inset
15239
15240 式に応用すると、以下のようなコマンド
15241 \end_layout
15242
15243 \begin_layout Standard
15244
15245 \series bold
15246
15247 \backslash
15248 sum_
15249 \backslash
15250 mathclap{
15251 \backslash
15252 substack
15253 \begin_inset space \textvisiblespace{}
15254 \end_inset
15255
15256 0
15257 \begin_inset Formula $\boldsymbol{<}$
15258 \end_inset
15259
15260 k
15261 \begin_inset Formula $\boldsymbol{<}$
15262 \end_inset
15263
15264 1000 Ctrl+Return
15265 \end_layout
15266
15267 \begin_layout Standard
15268 を使用して下限を作成することになります。これによって、足される要素は、和演算子の直後に来ることになります。
15269 \begin_inset Formula 
15270 \[
15271 \sum_{\mathclap{\substack{0<k<1000\\
15272 \\
15273 k\,\in\,\mathbb{N}
15274 }
15275 }}^{n}k^{-2}
15276 \]
15277
15278 \end_inset
15279
15280
15281 \end_layout
15282
15283 \begin_layout Standard
15284 \begin_inset VSpace bigskip
15285 \end_inset
15286
15287 一つの範囲を複数の演算子に用いる方法が、第
15288 \begin_inset CommandInset ref
15289 LatexCommand ref
15290 reference "sub:自己定義演算子"
15291
15292 \end_inset
15293
15294 節に述べられています。
15295 \end_layout
15296
15297 \begin_layout Subsection
15298 演算子の修飾
15299 \begin_inset Index idx
15300 status collapsed
15301
15302 \begin_layout Plain Layout
15303 えんざんし@演算子 ! 
15304 \family sans
15305 \series bold
15306 しゅうしょく@修飾
15307 \end_layout
15308
15309 \end_inset
15310
15311
15312 \end_layout
15313
15314 \begin_layout Standard
15315
15316 \series bold
15317
15318 \backslash
15319 overset
15320 \series default
15321
15322 \begin_inset Index idx
15323 status collapsed
15324
15325 \begin_layout Plain Layout
15326 こまんど@コマンド ! O ! 
15327 \backslash
15328 overset
15329 \end_layout
15330
15331 \end_inset
15332
15333 コマンドや
15334 \series bold
15335
15336 \backslash
15337 underset
15338 \series default
15339
15340 \begin_inset Index idx
15341 status collapsed
15342
15343 \begin_layout Plain Layout
15344 こまんど@コマンド ! U ! 
15345 \backslash
15346 underset
15347 \end_layout
15348
15349 \end_inset
15350
15351 コマンドを使うと、それぞれ演算子の上や下に、文字をアクセントとして付けることができます。また、
15352 \series bold
15353
15354 \backslash
15355 sideset
15356 \series default
15357
15358 \begin_inset Index idx
15359 status collapsed
15360
15361 \begin_layout Plain Layout
15362 こまんど@コマンド ! S ! 
15363 \backslash
15364 sideset
15365 \end_layout
15366
15367 \end_inset
15368
15369 コマンドを使うと、文字を演算子の前や後ろに付けることができます。
15370 \end_layout
15371
15372 \begin_layout Standard
15373
15374 \lang english
15375 There are 4
15376 \begin_inset space ~
15377 \end_inset
15378
15379 variants of 
15380 \series bold
15381
15382 \backslash
15383 sideset
15384 \series default
15385 :
15386 \end_layout
15387
15388 \begin_layout Itemize
15389
15390 \series bold
15391 \lang english
15392
15393 \backslash
15394 sideset
15395 \series default
15396  is used to set characters at the corners of the operator
15397 \end_layout
15398
15399 \begin_layout Itemize
15400
15401 \series bold
15402 \lang english
15403
15404 \backslash
15405 sidesetn
15406 \series default
15407  is used to set characters before and/or behind the operator (this variant
15408  represents LaTeX's original 
15409 \series bold
15410
15411 \backslash
15412 sideset
15413 \series default
15414  command)
15415 \end_layout
15416
15417 \begin_layout Itemize
15418
15419 \series bold
15420 \lang english
15421
15422 \backslash
15423 sidesetl
15424 \series default
15425  is used to set characters at the left corners and/or behind the operator
15426 \end_layout
15427
15428 \begin_layout Itemize
15429
15430 \series bold
15431 \lang english
15432
15433 \backslash
15434 sidesetr
15435 \series default
15436  is used to set characters at the right corners and/or before the operator
15437 \end_layout
15438
15439 \begin_layout Standard
15440 たとえば、
15441 \series bold
15442
15443 \backslash
15444 sidesetn
15445 \begin_inset space \textvisiblespace{}
15446 \end_inset
15447
15448
15449 \backslash
15450 sum
15451 \begin_inset space \textvisiblespace{}
15452 \end_inset
15453
15454
15455 \begin_inset Formula $\to$
15456 \end_inset
15457
15458 '
15459 \begin_inset Formula $\to$
15460 \end_inset
15461
15462 _k=1
15463 \begin_inset space \textvisiblespace{}
15464 \end_inset
15465
15466
15467 \series default
15468 ^
15469 \series bold
15470 n
15471 \series default
15472 というコマンドを入力すると、
15473 \begin_inset Formula 
15474 \[
15475 \sideset{}{'}\sum_{k=1}^{n}
15476 \]
15477
15478 \end_inset
15479
15480 のようになります。
15481 \end_layout
15482
15483 \begin_layout Standard
15484 \begin_inset Note Greyedout
15485 status open
15486
15487 \begin_layout Plain Layout
15488
15489 \series bold
15490 【註】
15491 \backslash
15492 sideset
15493 \series default
15494 は、大演算子を修飾するためだけに用いることができ、二項演算子には用いることができません。
15495 \end_layout
15496
15497 \end_inset
15498
15499
15500 \end_layout
15501
15502 \begin_layout Standard
15503 のようになります。最後の例からわかるように、
15504 \series bold
15505
15506 \backslash
15507 overset
15508 \series default
15509
15510 \series bold
15511
15512 \backslash
15513 underset
15514 \series default
15515 では、記号や文字にアクセントをつけることもできます。一方。 また、
15516 \series bold
15517
15518 \backslash
15519 overset
15520 \begin_inset space \textvisiblespace{}
15521 \end_inset
15522
15523
15524 \backslash
15525 maltese
15526 \begin_inset space \textvisiblespace{}
15527 \end_inset
15528
15529
15530 \series default
15531
15532 \begin_inset Formula $\uparrow$
15533 \end_inset
15534
15535
15536 \series bold
15537 a
15538 \series default
15539 というコマンドならば、
15540 \begin_inset Formula 
15541 \[
15542 \overset{a}{\maltese}
15543 \]
15544
15545 \end_inset
15546
15547
15548 \end_layout
15549
15550 \begin_layout Subsection
15551 二項演算子
15552 \begin_inset CommandInset label
15553 LatexCommand label
15554 name "sub:二項演算子"
15555
15556 \end_inset
15557
15558
15559 \begin_inset Index idx
15560 status collapsed
15561
15562 \begin_layout Plain Layout
15563 えんざんし@演算子 ! にこう@二項
15564 \end_layout
15565
15566 \end_inset
15567
15568
15569 \end_layout
15570
15571 \begin_layout Standard
15572 二項演算子は、前後に文字がある場合、周囲に余白が入ります。
15573 \begin_inset VSpace medskip
15574 \end_inset
15575
15576
15577 \end_layout
15578
15579 \begin_layout Standard
15580 \begin_inset space \hfill{}
15581 \end_inset
15582
15583
15584 \begin_inset Tabular
15585 <lyxtabular version="3" rows="13" columns="2">
15586 <features rotate="0" tabularvalignment="middle">
15587 <column alignment="center" valignment="top" width="0pt">
15588 <column alignment="center" valignment="top" width="0pt">
15589 <row>
15590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15591 \begin_inset Text
15592
15593 \begin_layout Plain Layout
15594 コマンド
15595 \begin_inset Note Note
15596 status collapsed
15597
15598 \begin_layout Plain Layout
15599 ここで
15600 \series bold
15601
15602 \backslash
15603 raisebox
15604 \series default
15605 はスペーサーとして使用しているだけです。
15606 \end_layout
15607
15608 \end_inset
15609
15610
15611 \end_layout
15612
15613 \end_inset
15614 </cell>
15615 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15616 \begin_inset Text
15617
15618 \begin_layout Plain Layout
15619 出力
15620 \end_layout
15621
15622 \end_inset
15623 </cell>
15624 </row>
15625 <row>
15626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15627 \begin_inset Text
15628
15629 \begin_layout Plain Layout
15630 +
15631 \end_layout
15632
15633 \end_inset
15634 </cell>
15635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15636 \begin_inset Text
15637
15638 \begin_layout Plain Layout
15639 \begin_inset Formula $+$
15640 \end_inset
15641
15642
15643 \end_layout
15644
15645 \end_inset
15646 </cell>
15647 </row>
15648 <row>
15649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15650 \begin_inset Text
15651
15652 \begin_layout Plain Layout
15653 -
15654 \end_layout
15655
15656 \end_inset
15657 </cell>
15658 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15659 \begin_inset Text
15660
15661 \begin_layout Plain Layout
15662 \begin_inset Formula $-$
15663 \end_inset
15664
15665
15666 \end_layout
15667
15668 \end_inset
15669 </cell>
15670 </row>
15671 <row>
15672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15673 \begin_inset Text
15674
15675 \begin_layout Plain Layout
15676
15677 \backslash
15678 pm
15679 \end_layout
15680
15681 \end_inset
15682 </cell>
15683 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15684 \begin_inset Text
15685
15686 \begin_layout Plain Layout
15687 \begin_inset Formula $\pm$
15688 \end_inset
15689
15690
15691 \end_layout
15692
15693 \end_inset
15694 </cell>
15695 </row>
15696 <row>
15697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15698 \begin_inset Text
15699
15700 \begin_layout Plain Layout
15701
15702 \backslash
15703 mp
15704 \end_layout
15705
15706 \end_inset
15707 </cell>
15708 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15709 \begin_inset Text
15710
15711 \begin_layout Plain Layout
15712 \begin_inset Formula $\mp$
15713 \end_inset
15714
15715
15716 \end_layout
15717
15718 \end_inset
15719 </cell>
15720 </row>
15721 <row>
15722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15723 \begin_inset Text
15724
15725 \begin_layout Plain Layout
15726
15727 \backslash
15728 cdot
15729 \end_layout
15730
15731 \end_inset
15732 </cell>
15733 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15734 \begin_inset Text
15735
15736 \begin_layout Plain Layout
15737 \begin_inset Formula $\cdot$
15738 \end_inset
15739
15740
15741 \end_layout
15742
15743 \end_inset
15744 </cell>
15745 </row>
15746 <row>
15747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15748 \begin_inset Text
15749
15750 \begin_layout Plain Layout
15751
15752 \backslash
15753 times
15754 \end_layout
15755
15756 \end_inset
15757 </cell>
15758 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15759 \begin_inset Text
15760
15761 \begin_layout Plain Layout
15762 \begin_inset Formula $\times$
15763 \end_inset
15764
15765
15766 \end_layout
15767
15768 \end_inset
15769 </cell>
15770 </row>
15771 <row>
15772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15773 \begin_inset Text
15774
15775 \begin_layout Plain Layout
15776
15777 \backslash
15778 div
15779 \end_layout
15780
15781 \end_inset
15782 </cell>
15783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15784 \begin_inset Text
15785
15786 \begin_layout Plain Layout
15787 \begin_inset Formula $\div$
15788 \end_inset
15789
15790
15791 \end_layout
15792
15793 \end_inset
15794 </cell>
15795 </row>
15796 <row>
15797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15798 \begin_inset Text
15799
15800 \begin_layout Plain Layout
15801 \begin_inset ERT
15802 status collapsed
15803
15804 \begin_layout Plain Layout
15805
15806
15807 \backslash
15808 raisebox{-1.2mm}{
15809 \end_layout
15810
15811 \end_inset
15812
15813 *
15814 \begin_inset ERT
15815 status collapsed
15816
15817 \begin_layout Plain Layout
15818
15819 }
15820 \end_layout
15821
15822 \end_inset
15823
15824
15825 \end_layout
15826
15827 \end_inset
15828 </cell>
15829 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15830 \begin_inset Text
15831
15832 \begin_layout Plain Layout
15833 \begin_inset Formula $*$
15834 \end_inset
15835
15836
15837 \end_layout
15838
15839 \end_inset
15840 </cell>
15841 </row>
15842 <row>
15843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15844 \begin_inset Text
15845
15846 \begin_layout Plain Layout
15847
15848 \backslash
15849 star
15850 \end_layout
15851
15852 \end_inset
15853 </cell>
15854 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15855 \begin_inset Text
15856
15857 \begin_layout Plain Layout
15858 \begin_inset Formula $\star$
15859 \end_inset
15860
15861
15862 \end_layout
15863
15864 \end_inset
15865 </cell>
15866 </row>
15867 <row>
15868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15869 \begin_inset Text
15870
15871 \begin_layout Plain Layout
15872
15873 \backslash
15874 circ
15875 \end_layout
15876
15877 \end_inset
15878 </cell>
15879 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15880 \begin_inset Text
15881
15882 \begin_layout Plain Layout
15883 \begin_inset Formula $\circ$
15884 \end_inset
15885
15886
15887 \end_layout
15888
15889 \end_inset
15890 </cell>
15891 </row>
15892 <row>
15893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15894 \begin_inset Text
15895
15896 \begin_layout Plain Layout
15897
15898 \backslash
15899 diamond
15900 \end_layout
15901
15902 \end_inset
15903 </cell>
15904 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15905 \begin_inset Text
15906
15907 \begin_layout Plain Layout
15908 \begin_inset Formula $\diamond$
15909 \end_inset
15910
15911
15912 \end_layout
15913
15914 \end_inset
15915 </cell>
15916 </row>
15917 <row>
15918 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15919 \begin_inset Text
15920
15921 \begin_layout Plain Layout
15922
15923 \backslash
15924 bullet
15925 \end_layout
15926
15927 \end_inset
15928 </cell>
15929 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15930 \begin_inset Text
15931
15932 \begin_layout Plain Layout
15933 \begin_inset Formula $\bullet$
15934 \end_inset
15935
15936
15937 \end_layout
15938
15939 \end_inset
15940 </cell>
15941 </row>
15942 </lyxtabular>
15943
15944 \end_inset
15945
15946
15947 \begin_inset space \hfill{}
15948 \end_inset
15949
15950
15951 \begin_inset Tabular
15952 <lyxtabular version="3" rows="13" columns="2">
15953 <features rotate="0" tabularvalignment="middle">
15954 <column alignment="center" valignment="top" width="0pt">
15955 <column alignment="center" valignment="top" width="0pt">
15956 <row>
15957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15958 \begin_inset Text
15959
15960 \begin_layout Plain Layout
15961 コマンド
15962 \end_layout
15963
15964 \end_inset
15965 </cell>
15966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15967 \begin_inset Text
15968
15969 \begin_layout Plain Layout
15970 出力
15971 \end_layout
15972
15973 \end_inset
15974 </cell>
15975 </row>
15976 <row>
15977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15978 \begin_inset Text
15979
15980 \begin_layout Plain Layout
15981
15982 \backslash
15983 nabla
15984 \end_layout
15985
15986 \end_inset
15987 </cell>
15988 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15989 \begin_inset Text
15990
15991 \begin_layout Plain Layout
15992 \begin_inset Formula $\nabla$
15993 \end_inset
15994
15995
15996 \end_layout
15997
15998 \end_inset
15999 </cell>
16000 </row>
16001 <row>
16002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16003 \begin_inset Text
16004
16005 \begin_layout Plain Layout
16006
16007 \backslash
16008 bigtriangledown
16009 \end_layout
16010
16011 \end_inset
16012 </cell>
16013 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16014 \begin_inset Text
16015
16016 \begin_layout Plain Layout
16017 \begin_inset Formula $\bigtriangledown$
16018 \end_inset
16019
16020
16021 \end_layout
16022
16023 \end_inset
16024 </cell>
16025 </row>
16026 <row>
16027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16028 \begin_inset Text
16029
16030 \begin_layout Plain Layout
16031
16032 \backslash
16033 bigtriangleup
16034 \end_layout
16035
16036 \end_inset
16037 </cell>
16038 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16039 \begin_inset Text
16040
16041 \begin_layout Plain Layout
16042 \begin_inset Formula $\bigtriangleup$
16043 \end_inset
16044
16045
16046 \end_layout
16047
16048 \end_inset
16049 </cell>
16050 </row>
16051 <row>
16052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16053 \begin_inset Text
16054
16055 \begin_layout Plain Layout
16056
16057 \backslash
16058 Box
16059 \end_layout
16060
16061 \end_inset
16062 </cell>
16063 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16064 \begin_inset Text
16065
16066 \begin_layout Plain Layout
16067 \begin_inset Formula $\Box$
16068 \end_inset
16069
16070
16071 \end_layout
16072
16073 \end_inset
16074 </cell>
16075 </row>
16076 <row>
16077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16078 \begin_inset Text
16079
16080 \begin_layout Plain Layout
16081
16082 \backslash
16083 cap 
16084 \end_layout
16085
16086 \end_inset
16087 </cell>
16088 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16089 \begin_inset Text
16090
16091 \begin_layout Plain Layout
16092 \begin_inset Formula $\cap$
16093 \end_inset
16094
16095
16096 \end_layout
16097
16098 \end_inset
16099 </cell>
16100 </row>
16101 <row>
16102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16103 \begin_inset Text
16104
16105 \begin_layout Plain Layout
16106
16107 \backslash
16108 cup
16109 \end_layout
16110
16111 \end_inset
16112 </cell>
16113 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16114 \begin_inset Text
16115
16116 \begin_layout Plain Layout
16117 \begin_inset Formula $\cup$
16118 \end_inset
16119
16120
16121 \end_layout
16122
16123 \end_inset
16124 </cell>
16125 </row>
16126 <row>
16127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16128 \begin_inset Text
16129
16130 \begin_layout Plain Layout
16131
16132 \backslash
16133 dagger
16134 \end_layout
16135
16136 \end_inset
16137 </cell>
16138 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16139 \begin_inset Text
16140
16141 \begin_layout Plain Layout
16142 \begin_inset Formula $\dagger$
16143 \end_inset
16144
16145
16146 \end_layout
16147
16148 \end_inset
16149 </cell>
16150 </row>
16151 <row>
16152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16153 \begin_inset Text
16154
16155 \begin_layout Plain Layout
16156
16157 \backslash
16158 ddagger
16159 \end_layout
16160
16161 \end_inset
16162 </cell>
16163 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16164 \begin_inset Text
16165
16166 \begin_layout Plain Layout
16167 \begin_inset Formula $\ddagger$
16168 \end_inset
16169
16170
16171 \end_layout
16172
16173 \end_inset
16174 </cell>
16175 </row>
16176 <row>
16177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16178 \begin_inset Text
16179
16180 \begin_layout Plain Layout
16181
16182 \backslash
16183 wr
16184 \end_layout
16185
16186 \end_inset
16187 </cell>
16188 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16189 \begin_inset Text
16190
16191 \begin_layout Plain Layout
16192 \begin_inset Formula $\wr$
16193 \end_inset
16194
16195
16196 \end_layout
16197
16198 \end_inset
16199 </cell>
16200 </row>
16201 <row>
16202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16203 \begin_inset Text
16204
16205 \begin_layout Plain Layout
16206
16207 \backslash
16208 bigcirc
16209 \end_layout
16210
16211 \end_inset
16212 </cell>
16213 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16214 \begin_inset Text
16215
16216 \begin_layout Plain Layout
16217 \begin_inset Formula $\bigcirc$
16218 \end_inset
16219
16220
16221 \end_layout
16222
16223 \end_inset
16224 </cell>
16225 </row>
16226 <row>
16227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16228 \begin_inset Text
16229
16230 \begin_layout Plain Layout
16231
16232 \backslash
16233 wedge
16234 \end_layout
16235
16236 \end_inset
16237 </cell>
16238 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16239 \begin_inset Text
16240
16241 \begin_layout Plain Layout
16242 \begin_inset Formula $\wedge$
16243 \end_inset
16244
16245
16246 \end_layout
16247
16248 \end_inset
16249 </cell>
16250 </row>
16251 <row>
16252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16253 \begin_inset Text
16254
16255 \begin_layout Plain Layout
16256
16257 \backslash
16258 vee
16259 \end_layout
16260
16261 \end_inset
16262 </cell>
16263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16264 \begin_inset Text
16265
16266 \begin_layout Plain Layout
16267 \begin_inset Formula $\vee$
16268 \end_inset
16269
16270
16271 \end_layout
16272
16273 \end_inset
16274 </cell>
16275 </row>
16276 </lyxtabular>
16277
16278 \end_inset
16279
16280
16281 \begin_inset space \hfill{}
16282 \end_inset
16283
16284
16285 \begin_inset Tabular
16286 <lyxtabular version="3" rows="13" columns="2">
16287 <features rotate="0" tabularvalignment="middle">
16288 <column alignment="center" valignment="top" width="0pt">
16289 <column alignment="center" valignment="top" width="0pt">
16290 <row>
16291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16292 \begin_inset Text
16293
16294 \begin_layout Plain Layout
16295 コマンド
16296 \end_layout
16297
16298 \end_inset
16299 </cell>
16300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16301 \begin_inset Text
16302
16303 \begin_layout Plain Layout
16304 出力
16305 \end_layout
16306
16307 \end_inset
16308 </cell>
16309 </row>
16310 <row>
16311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16312 \begin_inset Text
16313
16314 \begin_layout Plain Layout
16315
16316 \backslash
16317 oplus
16318 \end_layout
16319
16320 \end_inset
16321 </cell>
16322 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16323 \begin_inset Text
16324
16325 \begin_layout Plain Layout
16326 \begin_inset Formula $\oplus$
16327 \end_inset
16328
16329
16330 \end_layout
16331
16332 \end_inset
16333 </cell>
16334 </row>
16335 <row>
16336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16337 \begin_inset Text
16338
16339 \begin_layout Plain Layout
16340
16341 \backslash
16342 ominus
16343 \end_layout
16344
16345 \end_inset
16346 </cell>
16347 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16348 \begin_inset Text
16349
16350 \begin_layout Plain Layout
16351 \begin_inset Formula $\ominus$
16352 \end_inset
16353
16354
16355 \end_layout
16356
16357 \end_inset
16358 </cell>
16359 </row>
16360 <row>
16361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16362 \begin_inset Text
16363
16364 \begin_layout Plain Layout
16365
16366 \backslash
16367 otimes
16368 \end_layout
16369
16370 \end_inset
16371 </cell>
16372 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16373 \begin_inset Text
16374
16375 \begin_layout Plain Layout
16376 \begin_inset Formula $\otimes$
16377 \end_inset
16378
16379
16380 \end_layout
16381
16382 \end_inset
16383 </cell>
16384 </row>
16385 <row>
16386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16387 \begin_inset Text
16388
16389 \begin_layout Plain Layout
16390
16391 \backslash
16392 oslash
16393 \end_layout
16394
16395 \end_inset
16396 </cell>
16397 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16398 \begin_inset Text
16399
16400 \begin_layout Plain Layout
16401 \begin_inset Formula $\oslash$
16402 \end_inset
16403
16404
16405 \end_layout
16406
16407 \end_inset
16408 </cell>
16409 </row>
16410 <row>
16411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16412 \begin_inset Text
16413
16414 \begin_layout Plain Layout
16415
16416 \backslash
16417 odot
16418 \end_layout
16419
16420 \end_inset
16421 </cell>
16422 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16423 \begin_inset Text
16424
16425 \begin_layout Plain Layout
16426 \begin_inset Formula $\odot$
16427 \end_inset
16428
16429
16430 \end_layout
16431
16432 \end_inset
16433 </cell>
16434 </row>
16435 <row>
16436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16437 \begin_inset Text
16438
16439 \begin_layout Plain Layout
16440
16441 \backslash
16442 amalg
16443 \end_layout
16444
16445 \end_inset
16446 </cell>
16447 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16448 \begin_inset Text
16449
16450 \begin_layout Plain Layout
16451 \begin_inset Formula $\amalg$
16452 \end_inset
16453
16454
16455 \end_layout
16456
16457 \end_inset
16458 </cell>
16459 </row>
16460 <row>
16461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16462 \begin_inset Text
16463
16464 \begin_layout Plain Layout
16465
16466 \backslash
16467 uplus
16468 \end_layout
16469
16470 \end_inset
16471 </cell>
16472 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16473 \begin_inset Text
16474
16475 \begin_layout Plain Layout
16476 \begin_inset Formula $\uplus$
16477 \end_inset
16478
16479
16480 \end_layout
16481
16482 \end_inset
16483 </cell>
16484 </row>
16485 <row>
16486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16487 \begin_inset Text
16488
16489 \begin_layout Plain Layout
16490
16491 \backslash
16492 setminus
16493 \end_layout
16494
16495 \end_inset
16496 </cell>
16497 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16498 \begin_inset Text
16499
16500 \begin_layout Plain Layout
16501 \begin_inset Formula $\setminus$
16502 \end_inset
16503
16504
16505 \end_layout
16506
16507 \end_inset
16508 </cell>
16509 </row>
16510 <row>
16511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16512 \begin_inset Text
16513
16514 \begin_layout Plain Layout
16515
16516 \backslash
16517 sqcap
16518 \end_layout
16519
16520 \end_inset
16521 </cell>
16522 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16523 \begin_inset Text
16524
16525 \begin_layout Plain Layout
16526 \begin_inset Formula $\sqcap$
16527 \end_inset
16528
16529
16530 \end_layout
16531
16532 \end_inset
16533 </cell>
16534 </row>
16535 <row>
16536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16537 \begin_inset Text
16538
16539 \begin_layout Plain Layout
16540
16541 \backslash
16542 sqcup
16543 \end_layout
16544
16545 \end_inset
16546 </cell>
16547 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16548 \begin_inset Text
16549
16550 \begin_layout Plain Layout
16551 \begin_inset Formula $\sqcup$
16552 \end_inset
16553
16554
16555 \end_layout
16556
16557 \end_inset
16558 </cell>
16559 </row>
16560 <row>
16561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16562 \begin_inset Text
16563
16564 \begin_layout Plain Layout
16565
16566 \backslash
16567 triangleleft
16568 \end_layout
16569
16570 \end_inset
16571 </cell>
16572 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16573 \begin_inset Text
16574
16575 \begin_layout Plain Layout
16576 \begin_inset Formula $\triangleleft$
16577 \end_inset
16578
16579
16580 \end_layout
16581
16582 \end_inset
16583 </cell>
16584 </row>
16585 <row>
16586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16587 \begin_inset Text
16588
16589 \begin_layout Plain Layout
16590
16591 \backslash
16592 triangleright
16593 \end_layout
16594
16595 \end_inset
16596 </cell>
16597 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16598 \begin_inset Text
16599
16600 \begin_layout Plain Layout
16601 \begin_inset Formula $\triangleright$
16602 \end_inset
16603
16604
16605 \end_layout
16606
16607 \end_inset
16608 </cell>
16609 </row>
16610 </lyxtabular>
16611
16612 \end_inset
16613
16614
16615 \begin_inset space \hfill{}
16616 \end_inset
16617
16618
16619 \end_layout
16620
16621 \begin_layout Standard
16622 二項演算子は、すべて数式ツールバーボタンの
16623 \begin_inset Graphics
16624         filename ../../images/math/pm.png
16625         scale 85
16626
16627 \end_inset
16628
16629 から挿入することもできます。
16630 \end_layout
16631
16632 \begin_layout Standard
16633 ラプラス演算子を組版するには、
16634 \series bold
16635
16636 \backslash
16637 bigtriangleup
16638 \series default
16639 以外に、
16640 \series bold
16641
16642 \backslash
16643 Delta
16644 \series default
16645
16646 \series bold
16647
16648 \backslash
16649 nabla
16650 \series default
16651 ^
16652 \series bold
16653 2
16654 \series default
16655 (
16656 \begin_inset Formula $\nabla^{2}$
16657 \end_inset
16658
16659 )を使用することもできます。
16660 \end_layout
16661
16662 \begin_layout Standard
16663
16664 \family sans
16665 挿入\SpecialChar \menuseparator
16666 特殊文字
16667 \family default
16668 メニューの
16669 \family sans
16670 メニュー区切り
16671 \family default
16672 で入力される文字は、
16673 \series bold
16674
16675 \backslash
16676 triangleright
16677 \series default
16678 演算子です。
16679 \end_layout
16680
16681 \begin_layout Subsection
16682 自己定義演算子
16683 \begin_inset CommandInset label
16684 LatexCommand label
16685 name "sub:自己定義演算子"
16686
16687 \end_inset
16688
16689
16690 \begin_inset Index idx
16691 status collapsed
16692
16693 \begin_layout Plain Layout
16694 えんざんし@演算子 ! じこていぎ@自己定義
16695 \end_layout
16696
16697 \end_inset
16698
16699
16700 \end_layout
16701
16702 \begin_layout Standard
16703 LaTeXプリアンブルで
16704 \series bold
16705
16706 \backslash
16707 DeclareMathOperator
16708 \series default
16709
16710 \begin_inset Index idx
16711 status collapsed
16712
16713 \begin_layout Plain Layout
16714 こまんど@コマンド ! D ! 
16715 \backslash
16716 dbinom@
16717 \backslash
16718 DeclareMathOperator
16719 \end_layout
16720
16721 \end_inset
16722
16723 コマンドを使用すると、自製演算子を定義することができます。このコマンドの書式は
16724 \end_layout
16725
16726 \begin_layout Standard
16727
16728 \series bold
16729
16730 \backslash
16731 DeclareMathOperator{新規コマンド}{表示}
16732 \end_layout
16733
16734 \begin_layout Standard
16735 です。「表示」は、出力での演算子の表示され方を定義する文字や記号です。大演算子を定義するには、コマンドの後に「*」を置きます。自己定義の大演算子は、すべて第
16736 \begin_inset CommandInset ref
16737 LatexCommand ref
16738 reference "sub:演算子の範囲"
16739
16740 \end_inset
16741
16742 節で述べられた範囲を指定することができます。
16743 \end_layout
16744
16745 \begin_layout Standard
16746 たとえば、以下のようなLaTeXプリアンブル行
16747 \end_layout
16748
16749 \begin_layout Standard
16750
16751 \series bold
16752
16753 \backslash
16754 DeclareMathOperator*{
16755 \backslash
16756 Lozenge}{
16757 \backslash
16758 blacklozenge}
16759 \end_layout
16760
16761 \begin_layout Standard
16762 は、第
16763 \begin_inset CommandInset ref
16764 LatexCommand ref
16765 reference "sub:その他の記号"
16766
16767 \end_inset
16768
16769 節にある菱形記号を使った大演算子を挿入する、以下のようなコマンド
16770 \series bold
16771
16772 \backslash
16773 Lozenge
16774 \series default
16775 を定義します。
16776 \begin_inset Formula 
16777 \[
16778 \Lozenge_{n=1}^{\infty}
16779 \]
16780
16781 \end_inset
16782
16783 上記の数式を作るコマンドは、
16784 \series bold
16785
16786 \backslash
16787 Lozenge
16788 \series default
16789 ^
16790 \series bold
16791
16792 \backslash
16793 infty
16794 \begin_inset Formula $\to$
16795 \end_inset
16796
16797 _n=1
16798 \series default
16799 です。
16800 \end_layout
16801
16802 \begin_layout Standard
16803 \begin_inset VSpace bigskip
16804 \end_inset
16805
16806 自己定義演算子を、同一文書内で複数回用いない時には、以下の書式を持つ
16807 \series bold
16808
16809 \backslash
16810 mathop
16811 \series default
16812
16813 \begin_inset Index idx
16814 status collapsed
16815
16816 \begin_layout Plain Layout
16817 こまんど@コマンド ! M ! 
16818 \backslash
16819 mathop
16820 \end_layout
16821
16822 \end_inset
16823
16824 コマンドおよび
16825 \series bold
16826
16827 \backslash
16828 mathbin
16829 \series default
16830
16831 \begin_inset Index idx
16832 status collapsed
16833
16834 \begin_layout Plain Layout
16835 こまんど@コマンド ! M ! 
16836 \backslash
16837 mathbin
16838 \end_layout
16839
16840 \end_inset
16841
16842 コマンドを用いて定義を行うこともできます。
16843 \end_layout
16844
16845 \begin_layout Standard
16846 (書式)
16847 \series bold
16848
16849 \backslash
16850 mathop{表示}
16851 \series default
16852 および
16853 \series bold
16854
16855 \backslash
16856 mathbin{表示}
16857 \end_layout
16858
16859 \begin_layout Standard
16860
16861 \series bold
16862
16863 \backslash
16864 mathop
16865 \series default
16866 は大演算子を定義し、
16867 \series bold
16868
16869 \backslash
16870 mathbin
16871 \series default
16872 は二項演算子を定義します。
16873 \end_layout
16874
16875 \begin_layout Standard
16876 たとえば
16877 \series bold
16878
16879 \backslash
16880 mathop
16881 \series default
16882 は、以下のように、複数の演算子に共通の範囲指定を行うのに用いることができます。
16883 \end_layout
16884
16885 \begin_layout Standard
16886 \begin_inset Formula 
16887 \[
16888 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}
16889 \]
16890
16891 \end_inset
16892
16893
16894 \end_layout
16895
16896 \begin_layout Standard
16897 上記の数式では
16898 \begin_inset Newline newline
16899 \end_inset
16900
16901
16902 \series bold
16903
16904 \backslash
16905 mathop{
16906 \backslash
16907 sum
16908 \backslash
16909 negmedspace
16910 \backslash
16911 sum
16912 \series default
16913
16914 \begin_inset space \textvisiblespace{}
16915 \end_inset
16916
16917
16918 \series bold
16919
16920 \begin_inset Formula $\to$
16921 \end_inset
16922
16923 ^N
16924 \series default
16925
16926 \begin_inset space \textvisiblespace{}
16927 \end_inset
16928
16929
16930 \series bold
16931 _i,j=1
16932 \begin_inset Newline newline
16933 \end_inset
16934
16935
16936 \series default
16937 というコマンドを用いています。
16938 \end_layout
16939
16940 \begin_layout Section
16941 書体
16942 \begin_inset Index idx
16943 status collapsed
16944
16945 \begin_layout Plain Layout
16946 しょたい@書体
16947 \end_layout
16948
16949 \end_inset
16950
16951
16952 \begin_inset Index idx
16953 status collapsed
16954
16955 \begin_layout Plain Layout
16956 ふぉんと@フォント | see
16957 \begin_inset ERT
16958 status collapsed
16959
16960 \begin_layout Plain Layout
16961
16962 {
16963 \end_layout
16964
16965 \end_inset
16966
16967 書体
16968 \begin_inset ERT
16969 status collapsed
16970
16971 \begin_layout Plain Layout
16972
16973 }
16974 \end_layout
16975
16976 \end_inset
16977
16978
16979 \end_layout
16980
16981 \end_inset
16982
16983
16984 \end_layout
16985
16986 \begin_layout Subsection
16987 書体様式
16988 \begin_inset CommandInset label
16989 LatexCommand label
16990 name "sub:書体様式"
16991
16992 \end_inset
16993
16994
16995 \begin_inset Index idx
16996 status collapsed
16997
16998 \begin_layout Plain Layout
16999 しょたい@書体 ! ようしき@様式
17000 \end_layout
17001
17002 \end_inset
17003
17004
17005 \end_layout
17006
17007 \begin_layout Standard
17008 数式中のラテン文字は、以下の書体様式のうちいずれかに設定することができます。
17009 \begin_inset VSpace -2mm
17010 \end_inset
17011
17012
17013 \end_layout
17014
17015 \begin_layout Standard
17016 \align center
17017 \begin_inset Tabular
17018 <lyxtabular version="3" rows="7" columns="3">
17019 <features rotate="0" tabularvalignment="middle">
17020 <column alignment="center" valignment="top">
17021 <column alignment="center" valignment="top">
17022 <column alignment="center" valignment="top">
17023 <row>
17024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17025 \begin_inset Text
17026
17027 \begin_layout Plain Layout
17028 コマンド
17029 \end_layout
17030
17031 \end_inset
17032 </cell>
17033 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17034 \begin_inset Text
17035
17036 \begin_layout Plain Layout
17037 出力
17038 \end_layout
17039
17040 \end_inset
17041 </cell>
17042 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17043 \begin_inset Text
17044
17045 \begin_layout Plain Layout
17046 \begin_inset Flex Ruby
17047 status collapsed
17048
17049 \begin_layout Plain Layout
17050 捷径
17051 \begin_inset Argument post:1
17052 status collapsed
17053
17054 \begin_layout Plain Layout
17055 ショートカット
17056 \end_layout
17057
17058 \end_inset
17059
17060
17061 \end_layout
17062
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 mathbb
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 $\mathbb{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-noun"
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 mathbf
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 $\mathbf{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  "shortcut"
17156 arg   "font-bold"
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 boldsymbol
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 $\boldsymbol{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  "shortcuts"
17203 arg   "font-boldsymbol"
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 mathcal
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 $\mathcal{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 \begin_inset Info
17249 type  "shortcut"
17250 arg   "font-emph"
17251 \end_inset
17252
17253
17254 \end_layout
17255
17256 \end_inset
17257 </cell>
17258 </row>
17259 <row>
17260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17261 \begin_inset Text
17262
17263 \begin_layout Plain Layout
17264
17265 \backslash
17266 mathfrak
17267 \series bold
17268
17269 \begin_inset space \textvisiblespace{}
17270 \end_inset
17271
17272
17273 \series default
17274 AbC
17275 \end_layout
17276
17277 \end_inset
17278 </cell>
17279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17280 \begin_inset Text
17281
17282 \begin_layout Plain Layout
17283 \begin_inset Formula $\mathfrak{AbC}$
17284 \end_inset
17285
17286
17287 \end_layout
17288
17289 \end_inset
17290 </cell>
17291 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17292 \begin_inset Text
17293
17294 \begin_layout Plain Layout
17295 -
17296 \end_layout
17297
17298 \end_inset
17299 </cell>
17300 </row>
17301 <row>
17302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17303 \begin_inset Text
17304
17305 \begin_layout Plain Layout
17306
17307 \backslash
17308 mathscr
17309 \series bold
17310
17311 \begin_inset space \textvisiblespace{}
17312 \end_inset
17313
17314
17315 \series default
17316 AbC
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 \begin_inset Formula $\mathscr{AbC}$
17326 \end_inset
17327
17328
17329 \end_layout
17330
17331 \end_inset
17332 </cell>
17333 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17334 \begin_inset Text
17335
17336 \begin_layout Plain Layout
17337 -
17338 \end_layout
17339
17340 \end_inset
17341 </cell>
17342 </row>
17343 </lyxtabular>
17344
17345 \end_inset
17346
17347
17348 \end_layout
17349
17350 \begin_layout Standard
17351 \align center
17352 \begin_inset Tabular
17353 <lyxtabular version="3" rows="5" columns="3">
17354 <features rotate="0" tabularvalignment="middle">
17355 <column alignment="center" valignment="top">
17356 <column alignment="center" valignment="top">
17357 <column alignment="center" valignment="top">
17358 <row>
17359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17360 \begin_inset Text
17361
17362 \begin_layout Plain Layout
17363 コマンド
17364 \end_layout
17365
17366 \end_inset
17367 </cell>
17368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17369 \begin_inset Text
17370
17371 \begin_layout Plain Layout
17372 出力
17373 \end_layout
17374
17375 \end_inset
17376 </cell>
17377 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17378 \begin_inset Text
17379
17380 \begin_layout Plain Layout
17381 \begin_inset Flex Ruby
17382 status collapsed
17383
17384 \begin_layout Plain Layout
17385 捷径
17386 \begin_inset Argument post:1
17387 status collapsed
17388
17389 \begin_layout Plain Layout
17390 ショートカット
17391 \end_layout
17392
17393 \end_inset
17394
17395
17396 \end_layout
17397
17398 \end_inset
17399
17400
17401 \end_layout
17402
17403 \end_inset
17404 </cell>
17405 </row>
17406 <row>
17407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17408 \begin_inset Text
17409
17410 \begin_layout Plain Layout
17411
17412 \backslash
17413 mathit
17414 \series bold
17415
17416 \begin_inset space \textvisiblespace{}
17417 \end_inset
17418
17419
17420 \series default
17421 AbC
17422 \end_layout
17423
17424 \end_inset
17425 </cell>
17426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17427 \begin_inset Text
17428
17429 \begin_layout Plain Layout
17430 \begin_inset Formula $\mathit{AbC}$
17431 \end_inset
17432
17433
17434 \end_layout
17435
17436 \end_inset
17437 </cell>
17438 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17439 \begin_inset Text
17440
17441 \begin_layout Plain Layout
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 mathrm
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 $\mathrm{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-roman"
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" leftline="true" usebox="none">
17497 \begin_inset Text
17498
17499 \begin_layout Plain Layout
17500
17501 \backslash
17502 mathsf
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" leftline="true" usebox="none">
17516 \begin_inset Text
17517
17518 \begin_layout Plain Layout
17519 \begin_inset Formula $\mathsf{AbC}$
17520 \end_inset
17521
17522
17523 \end_layout
17524
17525 \end_inset
17526 </cell>
17527 <cell alignment="center" valignment="top" topline="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-sans"
17534 \end_inset
17535
17536
17537 \end_layout
17538
17539 \end_inset
17540 </cell>
17541 </row>
17542 <row>
17543 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17544 \begin_inset Text
17545
17546 \begin_layout Plain Layout
17547
17548 \backslash
17549 mathtt
17550 \series bold
17551
17552 \begin_inset space \textvisiblespace{}
17553 \end_inset
17554
17555
17556 \series default
17557 AbC
17558 \end_layout
17559
17560 \end_inset
17561 </cell>
17562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17563 \begin_inset Text
17564
17565 \begin_layout Plain Layout
17566 \begin_inset Formula $\mathtt{AbC}$
17567 \end_inset
17568
17569
17570 \end_layout
17571
17572 \end_inset
17573 </cell>
17574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17575 \begin_inset Text
17576
17577 \begin_layout Plain Layout
17578 \begin_inset Info
17579 type  "shortcut"
17580 arg   "font-typewriter"
17581 \end_inset
17582
17583
17584 \end_layout
17585
17586 \end_inset
17587 </cell>
17588 </row>
17589 </lyxtabular>
17590
17591 \end_inset
17592
17593
17594 \end_layout
17595
17596 \begin_layout Standard
17597 \begin_inset Note Greyedout
17598 status open
17599
17600 \begin_layout Plain Layout
17601
17602 \series bold
17603 【註】
17604 \backslash
17605 mathbb
17606 \series default
17607 様式と
17608 \series bold
17609
17610 \backslash
17611 mathcal
17612 \series default
17613 様式は、大文字にのみ使用することができます。
17614 \end_layout
17615
17616 \end_inset
17617
17618
17619 \end_layout
17620
17621 \begin_layout Standard
17622 既定では、
17623 \series bold
17624
17625 \backslash
17626 mathnormal
17627 \series default
17628 様式に設定されています。
17629 \end_layout
17630
17631 \begin_layout Standard
17632 書体様式コマンドは、以下のように数式構成要素内の文字に対しても機能します。
17633 \begin_inset Formula 
17634 \[
17635 \mathfrak{A=\frac{b}{C}}
17636 \]
17637
17638 \end_inset
17639
17640
17641 \end_layout
17642
17643 \begin_layout Standard
17644 数式テキストに含まれる文字に対しては、数式書体様式は反映せず、
17645 \series bold
17646
17647 \backslash
17648 textrm
17649 \series default
17650 様式で表示されます。数式テキストの様式を文字様式ダイアログで設定することができないのは、LyXのバグです
17651 \begin_inset Foot
17652 status collapsed
17653
17654 \begin_layout Plain Layout
17655 \begin_inset CommandInset href
17656 LatexCommand href
17657 name "LyX-bug #4629"
17658 target "http://www.lyx.org/trac/ticket/4629"
17659
17660 \end_inset
17661
17662
17663 \end_layout
17664
17665 \end_inset
17666
17667
17668 \end_layout
17669
17670 \begin_layout Standard
17671 書体様式コマンドの代わりに、
17672 \family sans
17673 編集\SpecialChar \menuseparator
17674 数学\SpecialChar \menuseparator
17675 文字様式
17676 \family default
17677 ダイアログや、
17678 \begin_inset Graphics
17679         filename ../../images/math/font.png
17680         scale 85
17681
17682 \end_inset
17683
17684 を使用することもできます。
17685 \end_layout
17686
17687 \begin_layout Subsection
17688 ボールド体の数式
17689 \begin_inset CommandInset label
17690 LatexCommand label
17691 name "sub:ボールド体の数式"
17692
17693 \end_inset
17694
17695
17696 \begin_inset Index idx
17697 status collapsed
17698
17699 \begin_layout Plain Layout
17700 すうしき@数式 ! ぼーるどたい@ボールド体
17701 \end_layout
17702
17703 \end_inset
17704
17705
17706 \end_layout
17707
17708 \begin_layout Standard
17709 数式全体をボールド体にしようとすると、前節の
17710 \series bold
17711
17712 \backslash
17713 mathbf
17714 \series default
17715 コマンドは、ギリシャ文字の小文字に対しては機能しないので、使用することができません。さらにこのコマンドは、以下の式のように、ラテン文字をつねにアップライト体に印
17716 字してしまいます。
17717 \end_layout
17718
17719 \begin_layout Standard
17720 \begin_inset Formula 
17721 \[
17722 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{\textbackslash mathbfを使用した数式}
17723 \]
17724
17725 \end_inset
17726
17727
17728 \end_layout
17729
17730 \begin_layout Standard
17731 この数式を正しく表示するには、以下のように、
17732 \series bold
17733
17734 \backslash
17735 boldsymbol
17736 \series default
17737 コマンドを使用します。
17738 \begin_inset Formula 
17739 \[
17740 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{\textbackslash boldsymbolを使用した数式}}
17741 \]
17742
17743 \end_inset
17744
17745 また、数式を
17746 \series bold
17747 boldmath環境
17748 \series default
17749 に設定する方法もあります。この環境は、TeXモードで
17750 \series bold
17751
17752 \backslash
17753 boldmath
17754 \begin_inset Index idx
17755 status collapsed
17756
17757 \begin_layout Plain Layout
17758 こまんど@コマンド ! B ! 
17759 \backslash
17760 boldmath
17761 \end_layout
17762
17763 \end_inset
17764
17765
17766 \series default
17767 コマンドを挿入することによって作ることができます。環境を閉じるには、
17768 \series bold
17769
17770 \backslash
17771 unboldmath
17772 \begin_inset Index idx
17773 status collapsed
17774
17775 \begin_layout Plain Layout
17776 こまんど@コマンド ! U ! 
17777 \backslash
17778 unboldmath
17779 \end_layout
17780
17781 \end_inset
17782
17783
17784 \series default
17785 コマンドをTeXモードで挿入します。
17786 \begin_inset ERT
17787 status collapsed
17788
17789 \begin_layout Plain Layout
17790
17791
17792 \backslash
17793 boldmath 
17794 \end_layout
17795
17796 \end_inset
17797
17798
17799 \begin_inset Formula 
17800 \[
17801 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{boldmath環境に置いた数式}
17802 \]
17803
17804 \end_inset
17805
17806
17807 \begin_inset ERT
17808 status collapsed
17809
17810 \begin_layout Plain Layout
17811
17812
17813 \backslash
17814 unboldmath 
17815 \end_layout
17816
17817 \end_inset
17818
17819
17820 \end_layout
17821
17822 \begin_layout Subsection
17823 色付きの数式
17824 \begin_inset Index idx
17825 status collapsed
17826
17827 \begin_layout Plain Layout
17828 すうしき@数式 ! いろつき@色付き
17829 \end_layout
17830
17831 \end_inset
17832
17833
17834 \end_layout
17835
17836 \begin_layout Standard
17837 数式も、通常の本文と同様、色を付けることができます。数式あるいは数式の一部を選択して、文字様式ダイアログを使用して下さい。下記は、マゼンタ色にした数式です。
17838 \begin_inset Formula 
17839 \[
17840 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
17841 \]
17842
17843 \end_inset
17844
17845
17846 \end_layout
17847
17848 \begin_layout Standard
17849
17850 \begin_inset CommandInset ref
17851 LatexCommand ref
17852 reference "sub:色付きボックス"
17853
17854 \end_inset
17855
17856 節に述べられているように、自製の色を定義することもできます。自製の色は、以下の書式を持つ
17857 \series bold
17858
17859 \backslash
17860 textcolor
17861 \series default
17862
17863 \begin_inset Index idx
17864 status collapsed
17865
17866 \begin_layout Plain Layout
17867 こまんど@コマンド ! T ! 
17868 \backslash
17869 textcolor
17870 \end_layout
17871
17872 \end_inset
17873
17874 TeXコードコマンドで適用することができます。
17875 \end_layout
17876
17877 \begin_layout Standard
17878
17879 \series bold
17880
17881 \backslash
17882 textcolor{色}{文字ないし数式}
17883 \end_layout
17884
17885 \begin_layout Standard
17886 下記の例は、全体を濃緑にし、一部を赤にしています。
17887 \end_layout
17888
17889 \begin_layout Standard
17890 \begin_inset ERT
17891 status collapsed
17892
17893 \begin_layout Plain Layout
17894
17895
17896 \backslash
17897 textcolor{darkgreen}{
17898 \end_layout
17899
17900 \end_inset
17901
17902
17903 \begin_inset Formula 
17904 \[
17905 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
17906 \]
17907
17908 \end_inset
17909
17910
17911 \begin_inset ERT
17912 status collapsed
17913
17914 \begin_layout Plain Layout
17915
17916 }
17917 \end_layout
17918
17919 \end_inset
17920
17921
17922 \end_layout
17923
17924 \begin_layout Standard
17925 LyXのバグのため、自製色は数式全体に対してしか使用することができません
17926 \begin_inset Foot
17927 status collapsed
17928
17929 \begin_layout Plain Layout
17930 \begin_inset CommandInset href
17931 LatexCommand href
17932 name "LyX-bug #5269"
17933 target "http://www.lyx.org/trac/ticket/5269"
17934
17935 \end_inset
17936
17937
17938 \end_layout
17939
17940 \end_inset
17941
17942
17943 \end_layout
17944
17945 \begin_layout Subsection
17946 書体寸法
17947 \begin_inset CommandInset label
17948 LatexCommand label
17949 name "sub:書体寸法"
17950
17951 \end_inset
17952
17953
17954 \begin_inset Index idx
17955 status collapsed
17956
17957 \begin_layout Plain Layout
17958 しょたい@書体 ! すんぽう@寸法
17959 \end_layout
17960
17961 \end_inset
17962
17963
17964 \end_layout
17965
17966 \begin_layout Standard
17967 数式内の文字については、本文中の文字同様、以下の書体寸法設定コマンドがあります。
17968 \end_layout
17969
17970 \begin_layout Standard
17971
17972 \series bold
17973
17974 \backslash
17975 Huge
17976 \series default
17977
17978 \series bold
17979
17980 \backslash
17981 huge
17982 \series default
17983
17984 \series bold
17985
17986 \backslash
17987 LARGE
17988 \series default
17989
17990 \series bold
17991
17992 \backslash
17993 Large
17994 \series default
17995
17996 \series bold
17997
17998 \backslash
17999 large
18000 \series default
18001
18002 \series bold
18003
18004 \backslash
18005 normalsize
18006 \series default
18007
18008 \series bold
18009
18010 \backslash
18011 small
18012 \series default
18013 ,
18014 \begin_inset Newline newline
18015 \end_inset
18016
18017
18018 \series bold
18019
18020 \backslash
18021 footnotesize
18022 \series default
18023
18024 \series bold
18025
18026 \backslash
18027 scriptsize
18028 \series default
18029 、および
18030 \series bold
18031
18032 \backslash
18033 tiny
18034 \end_layout
18035
18036 \begin_layout Standard
18037 これらのコマンドによって生成される実際の書体寸法は、文書の書体寸法に依存し、文書の書体寸法が
18038 \series bold
18039
18040 \backslash
18041 normalsize
18042 \series default
18043 コマンドに設定されます。他のコマンドは、
18044 \series bold
18045
18046 \backslash
18047 normalsize
18048 \series default
18049 を基準として拡大ないし縮小されます。しかしながら、書体寸法は一定の値を越えることができないようになっています。たとえば、文書書体寸法が12
18050 \begin_inset space \thinspace{}
18051 \end_inset
18052
18053 ptであるならば、
18054 \series bold
18055
18056 \backslash
18057 Huge
18058 \series default
18059 コマンドは
18060 \series bold
18061
18062 \backslash
18063 huge
18064 \series default
18065 コマンドと同じ大きさに落とされます。
18066 \end_layout
18067
18068 \begin_layout Standard
18069 ある場所以降のすべての数式と本文文字を変更するには、書体寸法コマンドをTeXモードで挿入します。元の書体寸法に戻すには、数式の後にTeXモードで
18070 \series bold
18071
18072 \backslash
18073 normalsize
18074 \series default
18075 コマンドを挿入します。
18076 \end_layout
18077
18078 \begin_layout Standard
18079 数式内では、以下の寸法コマンドを使用して、寸法を変更することができます。
18080 \end_layout
18081
18082 \begin_layout Standard
18083 \noindent
18084 \align center
18085 \begin_inset Tabular
18086 <lyxtabular version="3" rows="5" columns="2">
18087 <features rotate="0" tabularvalignment="middle">
18088 <column alignment="center" valignment="top">
18089 <column alignment="center" valignment="top">
18090 <row>
18091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18092 \begin_inset Text
18093
18094 \begin_layout Plain Layout
18095 コマンド
18096 \end_layout
18097
18098 \end_inset
18099 </cell>
18100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18101 \begin_inset Text
18102
18103 \begin_layout Plain Layout
18104 出力
18105 \begin_inset Note Note
18106 status collapsed
18107
18108 \begin_layout Plain Layout
18109
18110 \series bold
18111
18112 \backslash
18113 raisebox
18114 \series default
18115  はスペーサーとして使用されているだけです。
18116 \end_layout
18117
18118 \end_inset
18119
18120
18121 \end_layout
18122
18123 \end_inset
18124 </cell>
18125 </row>
18126 <row>
18127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18128 \begin_inset Text
18129
18130 \begin_layout Plain Layout
18131
18132 \backslash
18133 displaystyle
18134 \begin_inset Index idx
18135 status collapsed
18136
18137 \begin_layout Plain Layout
18138 こまんど@コマンド ! D ! 
18139 \backslash
18140 displaystyle
18141 \end_layout
18142
18143 \end_inset
18144
18145
18146 \end_layout
18147
18148 \end_inset
18149 </cell>
18150 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18151 \begin_inset Text
18152
18153 \begin_layout Plain Layout
18154 \begin_inset Formula $\raisebox{6.5mm}{}{\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-5.5mm}{}$
18155 \end_inset
18156
18157
18158 \end_layout
18159
18160 \end_inset
18161 </cell>
18162 </row>
18163 <row>
18164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18165 \begin_inset Text
18166
18167 \begin_layout Plain Layout
18168
18169 \backslash
18170 textstyle
18171 \end_layout
18172
18173 \end_inset
18174 </cell>
18175 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18176 \begin_inset Text
18177
18178 \begin_layout Plain Layout
18179 \begin_inset Formula $\raisebox{4.5mm}{}{\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-4mm}{}$
18180 \end_inset
18181
18182
18183 \end_layout
18184
18185 \end_inset
18186 </cell>
18187 </row>
18188 <row>
18189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18190 \begin_inset Text
18191
18192 \begin_layout Plain Layout
18193
18194 \backslash
18195 scriptstyle
18196 \end_layout
18197
18198 \end_inset
18199 </cell>
18200 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18201 \begin_inset Text
18202
18203 \begin_layout Plain Layout
18204 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
18205 \end_inset
18206
18207
18208 \end_layout
18209
18210 \end_inset
18211 </cell>
18212 </row>
18213 <row>
18214 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18215 \begin_inset Text
18216
18217 \begin_layout Plain Layout
18218
18219 \backslash
18220 scriptscriptstyle
18221 \end_layout
18222
18223 \end_inset
18224 </cell>
18225 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18226 \begin_inset Text
18227
18228 \begin_layout Plain Layout
18229 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
18230 \end_inset
18231
18232
18233 \end_layout
18234
18235 \end_inset
18236 </cell>
18237 </row>
18238 </lyxtabular>
18239
18240 \end_inset
18241
18242
18243 \end_layout
18244
18245 \begin_layout Standard
18246 これらのコマンドを入力すると、青いボックスが現れるので、そこに数式のパーツを入れることができます。
18247 \end_layout
18248
18249 \begin_layout Standard
18250 フォント寸法を変更するにはもう一つの方法がありますが、これは記号と数式内テキストのみに使うことができます。これを使うには、書体寸法コマンドを数式テキスト内に挿入
18251 します。数式テキストの終わりか、別の書体寸法コマンドが現れるまでの文字すべてが、選択した寸法になります。以下に二つの例を挙げます。
18252 \begin_inset VSpace -2mm
18253 \end_inset
18254
18255
18256 \end_layout
18257
18258 \begin_layout Standard
18259 \begin_inset ERT
18260 status collapsed
18261
18262 \begin_layout Plain Layout
18263
18264
18265 \backslash
18266 huge 
18267 \end_layout
18268
18269 \end_inset
18270
18271
18272 \begin_inset Formula 
18273 \[
18274 A=\frac{B}{c}\cdot\maltese
18275 \]
18276
18277 \end_inset
18278
18279
18280 \begin_inset Formula 
18281 \[
18282 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}
18283 \]
18284
18285 \end_inset
18286
18287
18288 \begin_inset ERT
18289 status collapsed
18290
18291 \begin_layout Plain Layout
18292
18293
18294 \backslash
18295 normalsize 
18296 \end_layout
18297
18298 \end_inset
18299
18300
18301 \end_layout
18302
18303 \begin_layout Standard
18304 \begin_inset VSpace medskip
18305 \end_inset
18306
18307 二つの式の前には、
18308 \series bold
18309
18310 \backslash
18311 huge
18312 \series default
18313 コマンドが挿入されています。二つ目の数式を入力するコマンドは、
18314 \begin_inset Newline newline
18315 \end_inset
18316
18317
18318 \series bold
18319
18320 \backslash
18321 maltese
18322 \begin_inset space \textvisiblespace{}
18323 \end_inset
18324
18325 A Alt+M M 
18326 \backslash
18327 Large
18328 \begin_inset space \textvisiblespace{}
18329 \end_inset
18330
18331
18332 \backslash
18333 maltese
18334 \begin_inset space \textvisiblespace{}
18335 \end_inset
18336
18337
18338 \backslash
18339 textit
18340 \begin_inset space \textvisiblespace{}
18341 \end_inset
18342
18343 A
18344 \begin_inset Formula $\to$
18345 \end_inset
18346
18347
18348 \begin_inset Formula $\to$
18349 \end_inset
18350
18351
18352 \begin_inset Newline newline
18353 \end_inset
18354
18355
18356 \begin_inset space \hspace*{}
18357 \length 1cm
18358 \end_inset
18359
18360 Alt+M
18361 \series default
18362  
18363 \series bold
18364
18365 \backslash
18366 tiny
18367 \begin_inset space \textvisiblespace{}
18368 \end_inset
18369
18370
18371 \backslash
18372 maltese
18373 \begin_inset space \textvisiblespace{}
18374 \end_inset
18375
18376
18377 \backslash
18378 textit
18379 \begin_inset space \textvisiblespace{}
18380 \end_inset
18381
18382 A
18383 \begin_inset Newline newline
18384 \end_inset
18385
18386
18387 \series default
18388 のようになります。
18389 \end_layout
18390
18391 \begin_layout Standard
18392 ある記号を別の寸法で表示することができないときには、その記号はつねに既定寸法で表示されます。
18393 \end_layout
18394
18395 \begin_layout Section
18396 ギリシャ文字
18397 \begin_inset Index idx
18398 status collapsed
18399
18400 \begin_layout Plain Layout
18401 ぎりしゃもじ@ギリシャ文字
18402 \end_layout
18403
18404 \end_inset
18405
18406
18407 \end_layout
18408
18409 \begin_layout Standard
18410 すべてのギリシャ文字は、ツールバーボタンの
18411 \begin_inset Graphics
18412         filename ../../images/math/alpha.png
18413         scale 85
18414
18415 \end_inset
18416
18417 からでも挿入することができます。各国の組版規則では、数式内のギリシャ文字はどれもイタリック体か斜体で組版されなくてはならないことになっていますが、フランス語やロ
18418 シア語などいくつかの言語では、それにもかかわらず立体で組版されることがあります。
18419 \end_layout
18420
18421 \begin_layout Subsection
18422 小文字
18423 \begin_inset Index idx
18424 status collapsed
18425
18426 \begin_layout Plain Layout
18427 ぎりしゃもじ@ギリシャ文字 ! こもじ@小文字
18428 \end_layout
18429
18430 \end_inset
18431
18432
18433 \end_layout
18434
18435 \begin_layout Standard
18436 \begin_inset space \hfill{}
18437 \end_inset
18438
18439
18440 \begin_inset Tabular
18441 <lyxtabular version="3" rows="11" columns="2">
18442 <features rotate="0" tabularvalignment="middle">
18443 <column alignment="center" valignment="top" width="0pt">
18444 <column alignment="center" valignment="top" width="0pt">
18445 <row>
18446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18447 \begin_inset Text
18448
18449 \begin_layout Plain Layout
18450 コマンド
18451 \end_layout
18452
18453 \end_inset
18454 </cell>
18455 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18456 \begin_inset Text
18457
18458 \begin_layout Plain Layout
18459 出力
18460 \end_layout
18461
18462 \end_inset
18463 </cell>
18464 </row>
18465 <row>
18466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18467 \begin_inset Text
18468
18469 \begin_layout Plain Layout
18470
18471 \backslash
18472 alpha
18473 \end_layout
18474
18475 \end_inset
18476 </cell>
18477 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18478 \begin_inset Text
18479
18480 \begin_layout Plain Layout
18481 \begin_inset Formula $\alpha$
18482 \end_inset
18483
18484
18485 \end_layout
18486
18487 \end_inset
18488 </cell>
18489 </row>
18490 <row>
18491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18492 \begin_inset Text
18493
18494 \begin_layout Plain Layout
18495
18496 \backslash
18497 beta
18498 \end_layout
18499
18500 \end_inset
18501 </cell>
18502 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18503 \begin_inset Text
18504
18505 \begin_layout Plain Layout
18506 \begin_inset Formula $\beta$
18507 \end_inset
18508
18509
18510 \end_layout
18511
18512 \end_inset
18513 </cell>
18514 </row>
18515 <row>
18516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18517 \begin_inset Text
18518
18519 \begin_layout Plain Layout
18520
18521 \backslash
18522 gamma
18523 \end_layout
18524
18525 \end_inset
18526 </cell>
18527 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18528 \begin_inset Text
18529
18530 \begin_layout Plain Layout
18531 \begin_inset Formula $\gamma$
18532 \end_inset
18533
18534
18535 \end_layout
18536
18537 \end_inset
18538 </cell>
18539 </row>
18540 <row>
18541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18542 \begin_inset Text
18543
18544 \begin_layout Plain Layout
18545
18546 \backslash
18547 delta
18548 \end_layout
18549
18550 \end_inset
18551 </cell>
18552 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18553 \begin_inset Text
18554
18555 \begin_layout Plain Layout
18556 \begin_inset Formula $\delta$
18557 \end_inset
18558
18559
18560 \end_layout
18561
18562 \end_inset
18563 </cell>
18564 </row>
18565 <row>
18566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18567 \begin_inset Text
18568
18569 \begin_layout Plain Layout
18570
18571 \backslash
18572 epsilon
18573 \end_layout
18574
18575 \end_inset
18576 </cell>
18577 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18578 \begin_inset Text
18579
18580 \begin_layout Plain Layout
18581 \begin_inset Formula $\epsilon$
18582 \end_inset
18583
18584
18585 \end_layout
18586
18587 \end_inset
18588 </cell>
18589 </row>
18590 <row>
18591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18592 \begin_inset Text
18593
18594 \begin_layout Plain Layout
18595
18596 \backslash
18597 varepsilon
18598 \end_layout
18599
18600 \end_inset
18601 </cell>
18602 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18603 \begin_inset Text
18604
18605 \begin_layout Plain Layout
18606 \begin_inset Formula $\varepsilon$
18607 \end_inset
18608
18609
18610 \end_layout
18611
18612 \end_inset
18613 </cell>
18614 </row>
18615 <row>
18616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18617 \begin_inset Text
18618
18619 \begin_layout Plain Layout
18620
18621 \backslash
18622 zeta
18623 \end_layout
18624
18625 \end_inset
18626 </cell>
18627 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18628 \begin_inset Text
18629
18630 \begin_layout Plain Layout
18631 \begin_inset Formula $\zeta$
18632 \end_inset
18633
18634
18635 \end_layout
18636
18637 \end_inset
18638 </cell>
18639 </row>
18640 <row>
18641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18642 \begin_inset Text
18643
18644 \begin_layout Plain Layout
18645
18646 \backslash
18647 eta
18648 \end_layout
18649
18650 \end_inset
18651 </cell>
18652 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18653 \begin_inset Text
18654
18655 \begin_layout Plain Layout
18656 \begin_inset Formula $\eta$
18657 \end_inset
18658
18659
18660 \end_layout
18661
18662 \end_inset
18663 </cell>
18664 </row>
18665 <row>
18666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18667 \begin_inset Text
18668
18669 \begin_layout Plain Layout
18670
18671 \backslash
18672 theta
18673 \end_layout
18674
18675 \end_inset
18676 </cell>
18677 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18678 \begin_inset Text
18679
18680 \begin_layout Plain Layout
18681 \begin_inset Formula $\theta$
18682 \end_inset
18683
18684
18685 \end_layout
18686
18687 \end_inset
18688 </cell>
18689 </row>
18690 <row>
18691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18692 \begin_inset Text
18693
18694 \begin_layout Plain Layout
18695
18696 \backslash
18697 vartheta
18698 \end_layout
18699
18700 \end_inset
18701 </cell>
18702 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18703 \begin_inset Text
18704
18705 \begin_layout Plain Layout
18706 \begin_inset Formula $\vartheta$
18707 \end_inset
18708
18709
18710 \end_layout
18711
18712 \end_inset
18713 </cell>
18714 </row>
18715 </lyxtabular>
18716
18717 \end_inset
18718
18719
18720 \begin_inset space \hfill{}
18721 \end_inset
18722
18723
18724 \begin_inset Tabular
18725 <lyxtabular version="3" rows="12" columns="2">
18726 <features rotate="0" tabularvalignment="middle">
18727 <column alignment="center" valignment="top" width="0pt">
18728 <column alignment="center" valignment="top" width="0pt">
18729 <row>
18730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18731 \begin_inset Text
18732
18733 \begin_layout Plain Layout
18734 コマンド
18735 \end_layout
18736
18737 \end_inset
18738 </cell>
18739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18740 \begin_inset Text
18741
18742 \begin_layout Plain Layout
18743 出力
18744 \end_layout
18745
18746 \end_inset
18747 </cell>
18748 </row>
18749 <row>
18750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18751 \begin_inset Text
18752
18753 \begin_layout Plain Layout
18754
18755 \backslash
18756 iota
18757 \end_layout
18758
18759 \end_inset
18760 </cell>
18761 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18762 \begin_inset Text
18763
18764 \begin_layout Plain Layout
18765 \begin_inset Formula $\iota$
18766 \end_inset
18767
18768
18769 \end_layout
18770
18771 \end_inset
18772 </cell>
18773 </row>
18774 <row>
18775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18776 \begin_inset Text
18777
18778 \begin_layout Plain Layout
18779
18780 \backslash
18781 kappa
18782 \end_layout
18783
18784 \end_inset
18785 </cell>
18786 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18787 \begin_inset Text
18788
18789 \begin_layout Plain Layout
18790 \begin_inset Formula $\kappa$
18791 \end_inset
18792
18793
18794 \end_layout
18795
18796 \end_inset
18797 </cell>
18798 </row>
18799 <row>
18800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18801 \begin_inset Text
18802
18803 \begin_layout Plain Layout
18804
18805 \backslash
18806 varkappa
18807 \end_layout
18808
18809 \end_inset
18810 </cell>
18811 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18812 \begin_inset Text
18813
18814 \begin_layout Plain Layout
18815 \begin_inset Formula $\varkappa$
18816 \end_inset
18817
18818
18819 \end_layout
18820
18821 \end_inset
18822 </cell>
18823 </row>
18824 <row>
18825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18826 \begin_inset Text
18827
18828 \begin_layout Plain Layout
18829
18830 \backslash
18831 lambda
18832 \end_layout
18833
18834 \end_inset
18835 </cell>
18836 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18837 \begin_inset Text
18838
18839 \begin_layout Plain Layout
18840 \begin_inset Formula $\lambda$
18841 \end_inset
18842
18843
18844 \end_layout
18845
18846 \end_inset
18847 </cell>
18848 </row>
18849 <row>
18850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18851 \begin_inset Text
18852
18853 \begin_layout Plain Layout
18854
18855 \backslash
18856 mu
18857 \end_layout
18858
18859 \end_inset
18860 </cell>
18861 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18862 \begin_inset Text
18863
18864 \begin_layout Plain Layout
18865 \begin_inset Formula $\mu$
18866 \end_inset
18867
18868
18869 \end_layout
18870
18871 \end_inset
18872 </cell>
18873 </row>
18874 <row>
18875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18876 \begin_inset Text
18877
18878 \begin_layout Plain Layout
18879
18880 \backslash
18881 nu
18882 \end_layout
18883
18884 \end_inset
18885 </cell>
18886 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18887 \begin_inset Text
18888
18889 \begin_layout Plain Layout
18890 \begin_inset Formula $\nu$
18891 \end_inset
18892
18893
18894 \end_layout
18895
18896 \end_inset
18897 </cell>
18898 </row>
18899 <row>
18900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18901 \begin_inset Text
18902
18903 \begin_layout Plain Layout
18904
18905 \backslash
18906 xi
18907 \end_layout
18908
18909 \end_inset
18910 </cell>
18911 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18912 \begin_inset Text
18913
18914 \begin_layout Plain Layout
18915 \begin_inset Formula $\xi$
18916 \end_inset
18917
18918
18919 \end_layout
18920
18921 \end_inset
18922 </cell>
18923 </row>
18924 <row>
18925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18926 \begin_inset Text
18927
18928 \begin_layout Plain Layout
18929 o
18930 \end_layout
18931
18932 \end_inset
18933 </cell>
18934 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18935 \begin_inset Text
18936
18937 \begin_layout Plain Layout
18938 \begin_inset Formula $o$
18939 \end_inset
18940
18941
18942 \end_layout
18943
18944 \end_inset
18945 </cell>
18946 </row>
18947 <row>
18948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18949 \begin_inset Text
18950
18951 \begin_layout Plain Layout
18952
18953 \backslash
18954 pi
18955 \end_layout
18956
18957 \end_inset
18958 </cell>
18959 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18960 \begin_inset Text
18961
18962 \begin_layout Plain Layout
18963 \begin_inset Formula $\pi$
18964 \end_inset
18965
18966
18967 \end_layout
18968
18969 \end_inset
18970 </cell>
18971 </row>
18972 <row>
18973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18974 \begin_inset Text
18975
18976 \begin_layout Plain Layout
18977
18978 \backslash
18979 varpi
18980 \end_layout
18981
18982 \end_inset
18983 </cell>
18984 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18985 \begin_inset Text
18986
18987 \begin_layout Plain Layout
18988 \begin_inset Formula $\varpi$
18989 \end_inset
18990
18991
18992 \end_layout
18993
18994 \end_inset
18995 </cell>
18996 </row>
18997 <row>
18998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18999 \begin_inset Text
19000
19001 \begin_layout Plain Layout
19002
19003 \backslash
19004 rho
19005 \end_layout
19006
19007 \end_inset
19008 </cell>
19009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19010 \begin_inset Text
19011
19012 \begin_layout Plain Layout
19013 \begin_inset Formula $\rho$
19014 \end_inset
19015
19016
19017 \end_layout
19018
19019 \end_inset
19020 </cell>
19021 </row>
19022 </lyxtabular>
19023
19024 \end_inset
19025
19026
19027 \begin_inset space \hfill{}
19028 \end_inset
19029
19030
19031 \begin_inset Tabular
19032 <lyxtabular version="3" rows="11" columns="2">
19033 <features rotate="0" tabularvalignment="middle">
19034 <column alignment="center" valignment="top" width="0pt">
19035 <column alignment="center" valignment="top" width="0pt">
19036 <row>
19037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19038 \begin_inset Text
19039
19040 \begin_layout Plain Layout
19041 コマンド
19042 \end_layout
19043
19044 \end_inset
19045 </cell>
19046 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19047 \begin_inset Text
19048
19049 \begin_layout Plain Layout
19050 出力
19051 \end_layout
19052
19053 \end_inset
19054 </cell>
19055 </row>
19056 <row>
19057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19058 \begin_inset Text
19059
19060 \begin_layout Plain Layout
19061
19062 \backslash
19063 varrho
19064 \end_layout
19065
19066 \end_inset
19067 </cell>
19068 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19069 \begin_inset Text
19070
19071 \begin_layout Plain Layout
19072 \begin_inset Formula $\varrho$
19073 \end_inset
19074
19075
19076 \end_layout
19077
19078 \end_inset
19079 </cell>
19080 </row>
19081 <row>
19082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19083 \begin_inset Text
19084
19085 \begin_layout Plain Layout
19086
19087 \backslash
19088 sigma
19089 \end_layout
19090
19091 \end_inset
19092 </cell>
19093 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19094 \begin_inset Text
19095
19096 \begin_layout Plain Layout
19097 \begin_inset Formula $\sigma$
19098 \end_inset
19099
19100
19101 \end_layout
19102
19103 \end_inset
19104 </cell>
19105 </row>
19106 <row>
19107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19108 \begin_inset Text
19109
19110 \begin_layout Plain Layout
19111
19112 \backslash
19113 varsigma
19114 \end_layout
19115
19116 \end_inset
19117 </cell>
19118 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19119 \begin_inset Text
19120
19121 \begin_layout Plain Layout
19122 \begin_inset Formula $\varsigma$
19123 \end_inset
19124
19125
19126 \end_layout
19127
19128 \end_inset
19129 </cell>
19130 </row>
19131 <row>
19132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19133 \begin_inset Text
19134
19135 \begin_layout Plain Layout
19136
19137 \backslash
19138 tau
19139 \end_layout
19140
19141 \end_inset
19142 </cell>
19143 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19144 \begin_inset Text
19145
19146 \begin_layout Plain Layout
19147 \begin_inset Formula $\tau$
19148 \end_inset
19149
19150
19151 \end_layout
19152
19153 \end_inset
19154 </cell>
19155 </row>
19156 <row>
19157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19158 \begin_inset Text
19159
19160 \begin_layout Plain Layout
19161
19162 \backslash
19163 upsilon
19164 \end_layout
19165
19166 \end_inset
19167 </cell>
19168 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19169 \begin_inset Text
19170
19171 \begin_layout Plain Layout
19172 \begin_inset Formula $\upsilon$
19173 \end_inset
19174
19175
19176 \end_layout
19177
19178 \end_inset
19179 </cell>
19180 </row>
19181 <row>
19182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19183 \begin_inset Text
19184
19185 \begin_layout Plain Layout
19186
19187 \backslash
19188 phi
19189 \end_layout
19190
19191 \end_inset
19192 </cell>
19193 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19194 \begin_inset Text
19195
19196 \begin_layout Plain Layout
19197 \begin_inset Formula $\phi$
19198 \end_inset
19199
19200
19201 \end_layout
19202
19203 \end_inset
19204 </cell>
19205 </row>
19206 <row>
19207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19208 \begin_inset Text
19209
19210 \begin_layout Plain Layout
19211
19212 \backslash
19213 varphi
19214 \end_layout
19215
19216 \end_inset
19217 </cell>
19218 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19219 \begin_inset Text
19220
19221 \begin_layout Plain Layout
19222 \begin_inset Formula $\varphi$
19223 \end_inset
19224
19225
19226 \end_layout
19227
19228 \end_inset
19229 </cell>
19230 </row>
19231 <row>
19232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19233 \begin_inset Text
19234
19235 \begin_layout Plain Layout
19236
19237 \backslash
19238 chi
19239 \end_layout
19240
19241 \end_inset
19242 </cell>
19243 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19244 \begin_inset Text
19245
19246 \begin_layout Plain Layout
19247 \begin_inset Formula $\chi$
19248 \end_inset
19249
19250
19251 \end_layout
19252
19253 \end_inset
19254 </cell>
19255 </row>
19256 <row>
19257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19258 \begin_inset Text
19259
19260 \begin_layout Plain Layout
19261
19262 \backslash
19263 psi
19264 \end_layout
19265
19266 \end_inset
19267 </cell>
19268 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19269 \begin_inset Text
19270
19271 \begin_layout Plain Layout
19272 \begin_inset Formula $\psi$
19273 \end_inset
19274
19275
19276 \end_layout
19277
19278 \end_inset
19279 </cell>
19280 </row>
19281 <row>
19282 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19283 \begin_inset Text
19284
19285 \begin_layout Plain Layout
19286
19287 \backslash
19288 omega
19289 \end_layout
19290
19291 \end_inset
19292 </cell>
19293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19294 \begin_inset Text
19295
19296 \begin_layout Plain Layout
19297 \begin_inset Formula $\omega$
19298 \end_inset
19299
19300
19301 \end_layout
19302
19303 \end_inset
19304 </cell>
19305 </row>
19306 </lyxtabular>
19307
19308 \end_inset
19309
19310
19311 \begin_inset space \hfill{}
19312 \end_inset
19313
19314
19315 \end_layout
19316
19317 \begin_layout Standard
19318 \begin_inset VSpace medskip
19319 \end_inset
19320
19321
19322 \end_layout
19323
19324 \begin_layout Standard
19325 アップライト体のギリシャ文字を作成する方法は、第
19326 \begin_inset CommandInset ref
19327 LatexCommand ref
19328 reference "sub:アップライト体ギリシャ小文字"
19329
19330 \end_inset
19331
19332 節に説明されています。
19333 \end_layout
19334
19335 \begin_layout Subsection
19336 大文字
19337 \begin_inset Index idx
19338 status collapsed
19339
19340 \begin_layout Plain Layout
19341 ぎりしゃもじ@ギリシャ文字 ! おおもじ@大文字
19342 \end_layout
19343
19344 \end_inset
19345
19346
19347 \end_layout
19348
19349 \begin_layout Standard
19350 \begin_inset space \hfill{}
19351 \end_inset
19352
19353
19354 \begin_inset Tabular
19355 <lyxtabular version="3" rows="7" columns="2">
19356 <features rotate="0" tabularvalignment="middle">
19357 <column alignment="center" valignment="top" width="0pt">
19358 <column alignment="center" valignment="top" width="0pt">
19359 <row>
19360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19361 \begin_inset Text
19362
19363 \begin_layout Plain Layout
19364
19365 \family roman
19366 \series medium
19367 \shape up
19368 \size normal
19369 \emph off
19370 \bar no
19371 \noun off
19372 \color none
19373 コマンド
19374 \end_layout
19375
19376 \end_inset
19377 </cell>
19378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19379 \begin_inset Text
19380
19381 \begin_layout Plain Layout
19382
19383 \family roman
19384 \series medium
19385 \shape up
19386 \size normal
19387 \emph off
19388 \bar no
19389 \noun off
19390 \color none
19391 出力
19392 \end_layout
19393
19394 \end_inset
19395 </cell>
19396 </row>
19397 <row>
19398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19399 \begin_inset Text
19400
19401 \begin_layout Plain Layout
19402
19403 \backslash
19404 Gamma
19405 \end_layout
19406
19407 \end_inset
19408 </cell>
19409 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19410 \begin_inset Text
19411
19412 \begin_layout Plain Layout
19413 \begin_inset Formula $\Gamma$
19414 \end_inset
19415
19416
19417 \end_layout
19418
19419 \end_inset
19420 </cell>
19421 </row>
19422 <row>
19423 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19424 \begin_inset Text
19425
19426 \begin_layout Plain Layout
19427
19428 \backslash
19429 Delta
19430 \end_layout
19431
19432 \end_inset
19433 </cell>
19434 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19435 \begin_inset Text
19436
19437 \begin_layout Plain Layout
19438 \begin_inset Formula $\Delta$
19439 \end_inset
19440
19441
19442 \end_layout
19443
19444 \end_inset
19445 </cell>
19446 </row>
19447 <row>
19448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19449 \begin_inset Text
19450
19451 \begin_layout Plain Layout
19452
19453 \backslash
19454 Theta
19455 \end_layout
19456
19457 \end_inset
19458 </cell>
19459 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19460 \begin_inset Text
19461
19462 \begin_layout Plain Layout
19463 \begin_inset Formula $\Theta$
19464 \end_inset
19465
19466
19467 \end_layout
19468
19469 \end_inset
19470 </cell>
19471 </row>
19472 <row>
19473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19474 \begin_inset Text
19475
19476 \begin_layout Plain Layout
19477
19478 \backslash
19479 Lambda
19480 \end_layout
19481
19482 \end_inset
19483 </cell>
19484 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19485 \begin_inset Text
19486
19487 \begin_layout Plain Layout
19488 \begin_inset Formula $\Lambda$
19489 \end_inset
19490
19491
19492 \end_layout
19493
19494 \end_inset
19495 </cell>
19496 </row>
19497 <row>
19498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19499 \begin_inset Text
19500
19501 \begin_layout Plain Layout
19502
19503 \backslash
19504 Xi
19505 \end_layout
19506
19507 \end_inset
19508 </cell>
19509 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19510 \begin_inset Text
19511
19512 \begin_layout Plain Layout
19513 \begin_inset Formula $\Xi$
19514 \end_inset
19515
19516
19517 \end_layout
19518
19519 \end_inset
19520 </cell>
19521 </row>
19522 <row>
19523 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19524 \begin_inset Text
19525
19526 \begin_layout Plain Layout
19527
19528 \backslash
19529 Pi
19530 \end_layout
19531
19532 \end_inset
19533 </cell>
19534 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19535 \begin_inset Text
19536
19537 \begin_layout Plain Layout
19538 \begin_inset Formula $\Pi$
19539 \end_inset
19540
19541
19542 \end_layout
19543
19544 \end_inset
19545 </cell>
19546 </row>
19547 </lyxtabular>
19548
19549 \end_inset
19550
19551
19552 \begin_inset space \hfill{}
19553 \end_inset
19554
19555
19556 \begin_inset Tabular
19557 <lyxtabular version="3" rows="6" columns="2">
19558 <features rotate="0" tabularvalignment="middle">
19559 <column alignment="center" valignment="top" width="0pt">
19560 <column alignment="center" valignment="top" width="0pt">
19561 <row>
19562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19563 \begin_inset Text
19564
19565 \begin_layout Plain Layout
19566
19567 \family roman
19568 \series medium
19569 \shape up
19570 \size normal
19571 \emph off
19572 \bar no
19573 \noun off
19574 \color none
19575 コマンド
19576 \end_layout
19577
19578 \end_inset
19579 </cell>
19580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19581 \begin_inset Text
19582
19583 \begin_layout Plain Layout
19584
19585 \family roman
19586 \series medium
19587 \shape up
19588 \size normal
19589 \emph off
19590 \bar no
19591 \noun off
19592 \color none
19593 出力
19594 \end_layout
19595
19596 \end_inset
19597 </cell>
19598 </row>
19599 <row>
19600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19601 \begin_inset Text
19602
19603 \begin_layout Plain Layout
19604
19605 \backslash
19606 Sigma
19607 \end_layout
19608
19609 \end_inset
19610 </cell>
19611 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19612 \begin_inset Text
19613
19614 \begin_layout Plain Layout
19615 \begin_inset Formula $\Sigma$
19616 \end_inset
19617
19618
19619 \end_layout
19620
19621 \end_inset
19622 </cell>
19623 </row>
19624 <row>
19625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19626 \begin_inset Text
19627
19628 \begin_layout Plain Layout
19629
19630 \backslash
19631 Upsilon
19632 \end_layout
19633
19634 \end_inset
19635 </cell>
19636 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19637 \begin_inset Text
19638
19639 \begin_layout Plain Layout
19640 \begin_inset Formula $\Upsilon$
19641 \end_inset
19642
19643
19644 \end_layout
19645
19646 \end_inset
19647 </cell>
19648 </row>
19649 <row>
19650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19651 \begin_inset Text
19652
19653 \begin_layout Plain Layout
19654
19655 \backslash
19656 Phi
19657 \end_layout
19658
19659 \end_inset
19660 </cell>
19661 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19662 \begin_inset Text
19663
19664 \begin_layout Plain Layout
19665 \begin_inset Formula $\Phi$
19666 \end_inset
19667
19668
19669 \end_layout
19670
19671 \end_inset
19672 </cell>
19673 </row>
19674 <row>
19675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19676 \begin_inset Text
19677
19678 \begin_layout Plain Layout
19679
19680 \backslash
19681 Psi
19682 \end_layout
19683
19684 \end_inset
19685 </cell>
19686 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19687 \begin_inset Text
19688
19689 \begin_layout Plain Layout
19690 \begin_inset Formula $\Psi$
19691 \end_inset
19692
19693
19694 \end_layout
19695
19696 \end_inset
19697 </cell>
19698 </row>
19699 <row>
19700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19701 \begin_inset Text
19702
19703 \begin_layout Plain Layout
19704
19705 \backslash
19706 Omega
19707 \end_layout
19708
19709 \end_inset
19710 </cell>
19711 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19712 \begin_inset Text
19713
19714 \begin_layout Plain Layout
19715 \begin_inset Formula $\Omega$
19716 \end_inset
19717
19718
19719 \end_layout
19720
19721 \end_inset
19722 </cell>
19723 </row>
19724 </lyxtabular>
19725
19726 \end_inset
19727
19728
19729 \begin_inset space \hfill{}
19730 \end_inset
19731
19732
19733 \end_layout
19734
19735 \begin_layout Standard
19736 \begin_inset VSpace medskip
19737 \end_inset
19738
19739 大文字のギリシャ文字が立体で表示されるのは、TeXの開発途上に生じたデザイン上のバグによるものです。正しいイタリック体の大文字を得るためには、各コマンドの頭に
19740 \series bold
19741 var
19742 \series default
19743 を付けてください。たとえば、
19744 \series bold
19745
19746 \backslash
19747 varGamma
19748 \series default
19749 コマンドは、
19750 \begin_inset Formula $\varGamma$
19751 \end_inset
19752
19753 を生成します。もう一つの方法は、パッケージ
19754 \series bold
19755 fixmath
19756 \series default
19757
19758 \begin_inset Foot
19759 status collapsed
19760
19761 \begin_layout Plain Layout
19762
19763 \series bold
19764 fixmath
19765 \series default
19766 は、LaTeXパッケージ
19767 \series bold
19768 was
19769 \series default
19770
19771 \begin_inset Index idx
19772 status collapsed
19773
19774 \begin_layout Plain Layout
19775 ぱっけーじ@パッケージ ! was
19776 \begin_inset ERT
19777 status collapsed
19778
19779 \begin_layout Plain Layout
19780
19781
19782 \backslash
19783 vspace{4mm}
19784 \end_layout
19785
19786 \end_inset
19787
19788
19789 \end_layout
19790
19791 \end_inset
19792
19793 に含まれています。
19794 \end_layout
19795
19796 \end_inset
19797
19798
19799 \begin_inset Index idx
19800 status collapsed
19801
19802 \begin_layout Plain Layout
19803 ぱっけーじ@パッケージ ! fixmath
19804 \end_layout
19805
19806 \end_inset
19807
19808 をLaTeXプリアンブル行に
19809 \end_layout
19810
19811 \begin_layout Standard
19812
19813 \series bold
19814
19815 \backslash
19816 usepackage{fixmath}
19817 \end_layout
19818
19819 \begin_layout Standard
19820 と書いて読み込む方法です。すると、文書中の大きなギリシャ文字は、すべて自動的にイタリック体として組版されます。
19821 \end_layout
19822
19823 \begin_layout Subsection
19824 ボールド体
19825 \begin_inset Index idx
19826 status collapsed
19827
19828 \begin_layout Plain Layout
19829 ぎりしゃもじ@ギリシャ文字 ! ぼーるどたい@ボールド体
19830 \end_layout
19831
19832 \end_inset
19833
19834
19835 \end_layout
19836
19837 \begin_layout Standard
19838 ギリシャ文字は、ラテン文字のようには、多様な書体様式に設定することができません。ギリシャ文字をボールド体にできるのは、
19839 \series bold
19840
19841 \backslash
19842 boldsymbol
19843 \series default
19844 コマンドのみです
19845 \begin_inset Index idx
19846 status collapsed
19847
19848 \begin_layout Plain Layout
19849 こまんど@コマンド ! B ! 
19850 \backslash
19851 boldsymbol
19852 \end_layout
19853
19854 \end_inset
19855
19856
19857 \end_layout
19858
19859 \begin_layout Standard
19860 \align center
19861 \begin_inset Tabular
19862 <lyxtabular version="3" rows="3" columns="2">
19863 <features rotate="0" tabularvalignment="middle">
19864 <column alignment="center" valignment="top">
19865 <column alignment="center" valignment="top">
19866 <row>
19867 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19868 \begin_inset Text
19869
19870 \begin_layout Plain Layout
19871 コマンド
19872 \end_layout
19873
19874 \end_inset
19875 </cell>
19876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19877 \begin_inset Text
19878
19879 \begin_layout Plain Layout
19880 出力
19881 \end_layout
19882
19883 \end_inset
19884 </cell>
19885 </row>
19886 <row>
19887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19888 \begin_inset Text
19889
19890 \begin_layout Plain Layout
19891
19892 \backslash
19893 Upsilon
19894 \backslash
19895 boldsymbol
19896 \backslash
19897 Upsilon
19898 \end_layout
19899
19900 \end_inset
19901 </cell>
19902 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19903 \begin_inset Text
19904
19905 \begin_layout Plain Layout
19906 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
19907 \end_inset
19908
19909
19910 \end_layout
19911
19912 \end_inset
19913 </cell>
19914 </row>
19915 <row>
19916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19917 \begin_inset Text
19918
19919 \begin_layout Plain Layout
19920
19921 \backslash
19922 theta
19923 \backslash
19924 boldsymbol
19925 \backslash
19926 theta
19927 \end_layout
19928
19929 \end_inset
19930 </cell>
19931 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19932 \begin_inset Text
19933
19934 \begin_layout Plain Layout
19935 \begin_inset Formula $\theta\boldsymbol{\theta}$
19936 \end_inset
19937
19938
19939 \end_layout
19940
19941 \end_inset
19942 </cell>
19943 </row>
19944 </lyxtabular>
19945
19946 \end_inset
19947
19948
19949 \begin_inset Newpage newpage
19950 \end_inset
19951
19952
19953 \end_layout
19954
19955 \begin_layout Section
19956 記号
19957 \begin_inset ERT
19958 status collapsed
19959
19960 \begin_layout Plain Layout
19961
19962
19963 \backslash
19964 texorpdfstring{
19965 \end_layout
19966
19967 \end_inset
19968
19969
19970 \begin_inset Foot
19971 status collapsed
19972
19973 \begin_layout Plain Layout
19974 各LaTeXパッケージに含まれる全記号をほとんど網羅した一覧が、
19975 \begin_inset CommandInset citation
19976 LatexCommand cite
19977 key "Symbols"
19978
19979 \end_inset
19980
19981 にあります。
19982 \end_layout
19983
19984 \end_inset
19985
19986
19987 \begin_inset ERT
19988 status collapsed
19989
19990 \begin_layout Plain Layout
19991
19992 }{}
19993 \end_layout
19994
19995 \end_inset
19996
19997
19998 \begin_inset Note Note
19999 status collapsed
20000
20001 \begin_layout Plain Layout
20002
20003 \backslash
20004 texorpdfstringは、PDFのしおりに脚注が現れるのを防ぐために使われています。
20005 \end_layout
20006
20007 \begin_layout Plain Layout
20008
20009 \backslash
20010 texorpdfstringについての詳細は、第
20011 \begin_inset CommandInset ref
20012 LatexCommand ref
20013 reference "sub:節見出し中の数式"
20014
20015 \end_inset
20016
20017 節にあります。
20018 \end_layout
20019
20020 \end_inset
20021
20022
20023 \begin_inset Index idx
20024 status collapsed
20025
20026 \begin_layout Plain Layout
20027 きごう@記号
20028 \end_layout
20029
20030 \end_inset
20031
20032
20033 \end_layout
20034
20035 \begin_layout Standard
20036 本節に掲げてある各記号の多くは、ツールバーボタンの
20037 \begin_inset Graphics
20038         filename ../../images/math/nabla.png
20039         scale 85
20040
20041 \end_inset
20042
20043
20044 \begin_inset Graphics
20045         filename ../../images/math/digamma.png
20046         scale 85
20047
20048 \end_inset
20049
20050 でも挿入することができます。
20051 \end_layout
20052
20053 \begin_layout Subsection
20054 数学記号
20055 \begin_inset CommandInset label
20056 LatexCommand label
20057 name "sub:数学記号"
20058
20059 \end_inset
20060
20061
20062 \begin_inset Index idx
20063 status collapsed
20064
20065 \begin_layout Plain Layout
20066 きごう@記号 ! すうがく@数学
20067 \end_layout
20068
20069 \end_inset
20070
20071
20072 \end_layout
20073
20074 \begin_layout Standard
20075 \begin_inset space \hfill{}
20076 \end_inset
20077
20078
20079 \begin_inset Tabular
20080 <lyxtabular version="3" rows="10" columns="2">
20081 <features rotate="0" tabularvalignment="middle">
20082 <column alignment="center" valignment="top" width="0pt">
20083 <column alignment="center" valignment="top" width="0pt">
20084 <row>
20085 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20086 \begin_inset Text
20087
20088 \begin_layout Plain Layout
20089 コマンド
20090 \end_layout
20091
20092 \end_inset
20093 </cell>
20094 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20095 \begin_inset Text
20096
20097 \begin_layout Plain Layout
20098 出力
20099 \end_layout
20100
20101 \end_inset
20102 </cell>
20103 </row>
20104 <row>
20105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20106 \begin_inset Text
20107
20108 \begin_layout Plain Layout
20109
20110 \backslash
20111 neg
20112 \end_layout
20113
20114 \end_inset
20115 </cell>
20116 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20117 \begin_inset Text
20118
20119 \begin_layout Plain Layout
20120 \begin_inset Formula $\neg$
20121 \end_inset
20122
20123
20124 \end_layout
20125
20126 \end_inset
20127 </cell>
20128 </row>
20129 <row>
20130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20131 \begin_inset Text
20132
20133 \begin_layout Plain Layout
20134
20135 \backslash
20136 Im
20137 \end_layout
20138
20139 \end_inset
20140 </cell>
20141 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20142 \begin_inset Text
20143
20144 \begin_layout Plain Layout
20145 \begin_inset Formula $\Im$
20146 \end_inset
20147
20148
20149 \end_layout
20150
20151 \end_inset
20152 </cell>
20153 </row>
20154 <row>
20155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20156 \begin_inset Text
20157
20158 \begin_layout Plain Layout
20159
20160 \backslash
20161 Re
20162 \end_layout
20163
20164 \end_inset
20165 </cell>
20166 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20167 \begin_inset Text
20168
20169 \begin_layout Plain Layout
20170 \begin_inset Formula $\Re$
20171 \end_inset
20172
20173
20174 \end_layout
20175
20176 \end_inset
20177 </cell>
20178 </row>
20179 <row>
20180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20181 \begin_inset Text
20182
20183 \begin_layout Plain Layout
20184
20185 \backslash
20186 aleph
20187 \end_layout
20188
20189 \end_inset
20190 </cell>
20191 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20192 \begin_inset Text
20193
20194 \begin_layout Plain Layout
20195 \begin_inset Formula $\aleph$
20196 \end_inset
20197
20198
20199 \end_layout
20200
20201 \end_inset
20202 </cell>
20203 </row>
20204 <row>
20205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20206 \begin_inset Text
20207
20208 \begin_layout Plain Layout
20209
20210 \backslash
20211 partial
20212 \end_layout
20213
20214 \end_inset
20215 </cell>
20216 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20217 \begin_inset Text
20218
20219 \begin_layout Plain Layout
20220 \begin_inset Formula $\partial$
20221 \end_inset
20222
20223
20224 \end_layout
20225
20226 \end_inset
20227 </cell>
20228 </row>
20229 <row>
20230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20231 \begin_inset Text
20232
20233 \begin_layout Plain Layout
20234
20235 \backslash
20236 infty
20237 \end_layout
20238
20239 \end_inset
20240 </cell>
20241 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20242 \begin_inset Text
20243
20244 \begin_layout Plain Layout
20245 \begin_inset Formula $\infty$
20246 \end_inset
20247
20248
20249 \end_layout
20250
20251 \end_inset
20252 </cell>
20253 </row>
20254 <row>
20255 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20256 \begin_inset Text
20257
20258 \begin_layout Plain Layout
20259
20260 \backslash
20261 wp
20262 \end_layout
20263
20264 \end_inset
20265 </cell>
20266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20267 \begin_inset Text
20268
20269 \begin_layout Plain Layout
20270 \begin_inset Formula $\wp$
20271 \end_inset
20272
20273
20274 \end_layout
20275
20276 \end_inset
20277 </cell>
20278 </row>
20279 <row>
20280 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20281 \begin_inset Text
20282
20283 \begin_layout Plain Layout
20284
20285 \backslash
20286 imath
20287 \end_layout
20288
20289 \end_inset
20290 </cell>
20291 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20292 \begin_inset Text
20293
20294 \begin_layout Plain Layout
20295 \begin_inset Formula $\imath$
20296 \end_inset
20297
20298
20299 \end_layout
20300
20301 \end_inset
20302 </cell>
20303 </row>
20304 <row>
20305 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20306 \begin_inset Text
20307
20308 \begin_layout Plain Layout
20309
20310 \backslash
20311 jmath
20312 \end_layout
20313
20314 \end_inset
20315 </cell>
20316 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20317 \begin_inset Text
20318
20319 \begin_layout Plain Layout
20320 \begin_inset Formula $\jmath$
20321 \end_inset
20322
20323
20324 \end_layout
20325
20326 \end_inset
20327 </cell>
20328 </row>
20329 </lyxtabular>
20330
20331 \end_inset
20332
20333
20334 \begin_inset space \hfill{}
20335 \end_inset
20336
20337
20338 \begin_inset Tabular
20339 <lyxtabular version="3" rows="10" columns="2">
20340 <features rotate="0" tabularvalignment="middle">
20341 <column alignment="center" valignment="top" width="0pt">
20342 <column alignment="center" valignment="top" width="0pt">
20343 <row>
20344 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20345 \begin_inset Text
20346
20347 \begin_layout Plain Layout
20348 コマンド
20349 \end_layout
20350
20351 \end_inset
20352 </cell>
20353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20354 \begin_inset Text
20355
20356 \begin_layout Plain Layout
20357 出力
20358 \begin_inset Note Note
20359 status collapsed
20360
20361 \begin_layout Plain Layout
20362 ここで
20363 \series bold
20364
20365 \backslash
20366 raisebox
20367 \series default
20368 はスペーサーとして使用しているだけです。
20369 \end_layout
20370
20371 \end_inset
20372
20373
20374 \end_layout
20375
20376 \end_inset
20377 </cell>
20378 </row>
20379 <row>
20380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20381 \begin_inset Text
20382
20383 \begin_layout Plain Layout
20384
20385 \backslash
20386 forall
20387 \end_layout
20388
20389 \end_inset
20390 </cell>
20391 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20392 \begin_inset Text
20393
20394 \begin_layout Plain Layout
20395 \begin_inset Formula $\forall$
20396 \end_inset
20397
20398
20399 \end_layout
20400
20401 \end_inset
20402 </cell>
20403 </row>
20404 <row>
20405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20406 \begin_inset Text
20407
20408 \begin_layout Plain Layout
20409
20410 \backslash
20411 exists
20412 \end_layout
20413
20414 \end_inset
20415 </cell>
20416 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20417 \begin_inset Text
20418
20419 \begin_layout Plain Layout
20420 \begin_inset Formula $\exists$
20421 \end_inset
20422
20423
20424 \end_layout
20425
20426 \end_inset
20427 </cell>
20428 </row>
20429 <row>
20430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20431 \begin_inset Text
20432
20433 \begin_layout Plain Layout
20434
20435 \backslash
20436 nexists
20437 \end_layout
20438
20439 \end_inset
20440 </cell>
20441 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20442 \begin_inset Text
20443
20444 \begin_layout Plain Layout
20445 \begin_inset Formula $\nexists$
20446 \end_inset
20447
20448
20449 \end_layout
20450
20451 \end_inset
20452 </cell>
20453 </row>
20454 <row>
20455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20456 \begin_inset Text
20457
20458 \begin_layout Plain Layout
20459
20460 \backslash
20461 emptyset
20462 \end_layout
20463
20464 \end_inset
20465 </cell>
20466 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20467 \begin_inset Text
20468
20469 \begin_layout Plain Layout
20470 \begin_inset Formula $\emptyset$
20471 \end_inset
20472
20473
20474 \end_layout
20475
20476 \end_inset
20477 </cell>
20478 </row>
20479 <row>
20480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20481 \begin_inset Text
20482
20483 \begin_layout Plain Layout
20484
20485 \backslash
20486 varnothing
20487 \end_layout
20488
20489 \end_inset
20490 </cell>
20491 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20492 \begin_inset Text
20493
20494 \begin_layout Plain Layout
20495 \begin_inset Formula $\varnothing$
20496 \end_inset
20497
20498
20499 \end_layout
20500
20501 \end_inset
20502 </cell>
20503 </row>
20504 <row>
20505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20506 \begin_inset Text
20507
20508 \begin_layout Plain Layout
20509
20510 \backslash
20511 dag
20512 \end_layout
20513
20514 \end_inset
20515 </cell>
20516 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20517 \begin_inset Text
20518
20519 \begin_layout Plain Layout
20520 \begin_inset Formula $\dag$
20521 \end_inset
20522
20523
20524 \end_layout
20525
20526 \end_inset
20527 </cell>
20528 </row>
20529 <row>
20530 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20531 \begin_inset Text
20532
20533 \begin_layout Plain Layout
20534
20535 \backslash
20536 ddag
20537 \end_layout
20538
20539 \end_inset
20540 </cell>
20541 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20542 \begin_inset Text
20543
20544 \begin_layout Plain Layout
20545 \begin_inset Formula $\ddag$
20546 \end_inset
20547
20548
20549 \end_layout
20550
20551 \end_inset
20552 </cell>
20553 </row>
20554 <row>
20555 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20556 \begin_inset Text
20557
20558 \begin_layout Plain Layout
20559
20560 \backslash
20561 complement
20562 \end_layout
20563
20564 \end_inset
20565 </cell>
20566 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20567 \begin_inset Text
20568
20569 \begin_layout Plain Layout
20570 \begin_inset ERT
20571 status collapsed
20572
20573 \begin_layout Plain Layout
20574
20575
20576 \backslash
20577 raisebox{-0.8mm}{
20578 \end_layout
20579
20580 \end_inset
20581
20582
20583 \begin_inset Formula $\complement$
20584 \end_inset
20585
20586
20587 \begin_inset ERT
20588 status collapsed
20589
20590 \begin_layout Plain Layout
20591
20592 }
20593 \end_layout
20594
20595 \end_inset
20596
20597
20598 \end_layout
20599
20600 \end_inset
20601 </cell>
20602 </row>
20603 <row>
20604 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20605 \begin_inset Text
20606
20607 \begin_layout Plain Layout
20608
20609 \backslash
20610 Bbbk
20611 \end_layout
20612
20613 \end_inset
20614 </cell>
20615 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20616 \begin_inset Text
20617
20618 \begin_layout Plain Layout
20619 \begin_inset Formula $\Bbbk$
20620 \end_inset
20621
20622
20623 \end_layout
20624
20625 \end_inset
20626 </cell>
20627 </row>
20628 </lyxtabular>
20629
20630 \end_inset
20631
20632
20633 \begin_inset space \hfill{}
20634 \end_inset
20635
20636
20637 \begin_inset Tabular
20638 <lyxtabular version="3" rows="10" columns="2">
20639 <features rotate="0" tabularvalignment="middle">
20640 <column alignment="center" valignment="top" width="0pt">
20641 <column alignment="center" valignment="top" width="0pt">
20642 <row>
20643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20644 \begin_inset Text
20645
20646 \begin_layout Plain Layout
20647 コマンド
20648 \end_layout
20649
20650 \end_inset
20651 </cell>
20652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20653 \begin_inset Text
20654
20655 \begin_layout Plain Layout
20656 出力
20657 \end_layout
20658
20659 \end_inset
20660 </cell>
20661 </row>
20662 <row>
20663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20664 \begin_inset Text
20665
20666 \begin_layout Plain Layout
20667
20668 \backslash
20669 prime
20670 \end_layout
20671
20672 \end_inset
20673 </cell>
20674 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20675 \begin_inset Text
20676
20677 \begin_layout Plain Layout
20678 \begin_inset Formula $\prime$
20679 \end_inset
20680
20681
20682 \end_layout
20683
20684 \end_inset
20685 </cell>
20686 </row>
20687 <row>
20688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20689 \begin_inset Text
20690
20691 \begin_layout Plain Layout
20692
20693 \backslash
20694 backprime
20695 \end_layout
20696
20697 \end_inset
20698 </cell>
20699 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20700 \begin_inset Text
20701
20702 \begin_layout Plain Layout
20703 \begin_inset Formula $\backprime$
20704 \end_inset
20705
20706
20707 \end_layout
20708
20709 \end_inset
20710 </cell>
20711 </row>
20712 <row>
20713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20714 \begin_inset Text
20715
20716 \begin_layout Plain Layout
20717
20718 \backslash
20719 mho
20720 \end_layout
20721
20722 \end_inset
20723 </cell>
20724 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20725 \begin_inset Text
20726
20727 \begin_layout Plain Layout
20728 \begin_inset Formula $\mho$
20729 \end_inset
20730
20731
20732 \end_layout
20733
20734 \end_inset
20735 </cell>
20736 </row>
20737 <row>
20738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20739 \begin_inset Text
20740
20741 \begin_layout Plain Layout
20742
20743 \backslash
20744 triangle
20745 \end_layout
20746
20747 \end_inset
20748 </cell>
20749 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20750 \begin_inset Text
20751
20752 \begin_layout Plain Layout
20753 \begin_inset Formula $\triangle$
20754 \end_inset
20755
20756
20757 \end_layout
20758
20759 \end_inset
20760 </cell>
20761 </row>
20762 <row>
20763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20764 \begin_inset Text
20765
20766 \begin_layout Plain Layout
20767
20768 \backslash
20769 angle
20770 \end_layout
20771
20772 \end_inset
20773 </cell>
20774 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20775 \begin_inset Text
20776
20777 \begin_layout Plain Layout
20778 \begin_inset Formula $\angle$
20779 \end_inset
20780
20781
20782 \end_layout
20783
20784 \end_inset
20785 </cell>
20786 </row>
20787 <row>
20788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20789 \begin_inset Text
20790
20791 \begin_layout Plain Layout
20792
20793 \backslash
20794 measuredangle
20795 \end_layout
20796
20797 \end_inset
20798 </cell>
20799 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20800 \begin_inset Text
20801
20802 \begin_layout Plain Layout
20803 \begin_inset Formula $\measuredangle$
20804 \end_inset
20805
20806
20807 \end_layout
20808
20809 \end_inset
20810 </cell>
20811 </row>
20812 <row>
20813 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20814 \begin_inset Text
20815
20816 \begin_layout Plain Layout
20817
20818 \backslash
20819 sphericalangle
20820 \end_layout
20821
20822 \end_inset
20823 </cell>
20824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20825 \begin_inset Text
20826
20827 \begin_layout Plain Layout
20828 \begin_inset Formula $\sphericalangle$
20829 \end_inset
20830
20831
20832 \end_layout
20833
20834 \end_inset
20835 </cell>
20836 </row>
20837 <row>
20838 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20839 \begin_inset Text
20840
20841 \begin_layout Plain Layout
20842
20843 \backslash
20844 top
20845 \end_layout
20846
20847 \end_inset
20848 </cell>
20849 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20850 \begin_inset Text
20851
20852 \begin_layout Plain Layout
20853 \begin_inset Formula $\top$
20854 \end_inset
20855
20856
20857 \end_layout
20858
20859 \end_inset
20860 </cell>
20861 </row>
20862 <row>
20863 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20864 \begin_inset Text
20865
20866 \begin_layout Plain Layout
20867
20868 \backslash
20869 bot
20870 \end_layout
20871
20872 \end_inset
20873 </cell>
20874 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20875 \begin_inset Text
20876
20877 \begin_layout Plain Layout
20878 \begin_inset Formula $\bot$
20879 \end_inset
20880
20881
20882 \end_layout
20883
20884 \end_inset
20885 </cell>
20886 </row>
20887 </lyxtabular>
20888
20889 \end_inset
20890
20891
20892 \begin_inset space \hfill{}
20893 \end_inset
20894
20895
20896 \end_layout
20897
20898 \begin_layout Subsection
20899 その他の記号
20900 \begin_inset CommandInset label
20901 LatexCommand label
20902 name "sub:その他の記号"
20903
20904 \end_inset
20905
20906
20907 \begin_inset Index idx
20908 status collapsed
20909
20910 \begin_layout Plain Layout
20911 きごう@記号 ! そのた@その他
20912 \end_layout
20913
20914 \end_inset
20915
20916
20917 \end_layout
20918
20919 \begin_layout Standard
20920 \noindent
20921 \align center
20922 \begin_inset Tabular
20923 <lyxtabular version="3" rows="10" columns="2">
20924 <features rotate="0" tabularvalignment="middle">
20925 <column alignment="center" valignment="top" width="0pt">
20926 <column alignment="center" valignment="top" width="0pt">
20927 <row>
20928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20929 \begin_inset Text
20930
20931 \begin_layout Plain Layout
20932
20933 \family roman
20934 \series medium
20935 \shape up
20936 \size normal
20937 \emph off
20938 \bar no
20939 \noun off
20940 \color none
20941 コマンド
20942 \end_layout
20943
20944 \end_inset
20945 </cell>
20946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20947 \begin_inset Text
20948
20949 \begin_layout Plain Layout
20950
20951 \family roman
20952 \series medium
20953 \shape up
20954 \size normal
20955 \emph off
20956 \bar no
20957 \noun off
20958 \color none
20959 出力
20960 \end_layout
20961
20962 \end_inset
20963 </cell>
20964 </row>
20965 <row>
20966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20967 \begin_inset Text
20968
20969 \begin_layout Plain Layout
20970
20971 \backslash
20972 flat
20973 \end_layout
20974
20975 \end_inset
20976 </cell>
20977 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20978 \begin_inset Text
20979
20980 \begin_layout Plain Layout
20981 \begin_inset Formula $\flat$
20982 \end_inset
20983
20984
20985 \end_layout
20986
20987 \end_inset
20988 </cell>
20989 </row>
20990 <row>
20991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20992 \begin_inset Text
20993
20994 \begin_layout Plain Layout
20995
20996 \backslash
20997 natural
20998 \end_layout
20999
21000 \end_inset
21001 </cell>
21002 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21003 \begin_inset Text
21004
21005 \begin_layout Plain Layout
21006 \begin_inset Formula $\natural$
21007 \end_inset
21008
21009
21010 \end_layout
21011
21012 \end_inset
21013 </cell>
21014 </row>
21015 <row>
21016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21017 \begin_inset Text
21018
21019 \begin_layout Plain Layout
21020
21021 \backslash
21022 sharp
21023 \end_layout
21024
21025 \end_inset
21026 </cell>
21027 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21028 \begin_inset Text
21029
21030 \begin_layout Plain Layout
21031 \begin_inset Formula $\sharp$
21032 \end_inset
21033
21034
21035 \end_layout
21036
21037 \end_inset
21038 </cell>
21039 </row>
21040 <row>
21041 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21042 \begin_inset Text
21043
21044 \begin_layout Plain Layout
21045
21046 \backslash
21047 surd
21048 \end_layout
21049
21050 \end_inset
21051 </cell>
21052 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21053 \begin_inset Text
21054
21055 \begin_layout Plain Layout
21056 \begin_inset Formula $\surd$
21057 \end_inset
21058
21059
21060 \end_layout
21061
21062 \end_inset
21063 </cell>
21064 </row>
21065 <row>
21066 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21067 \begin_inset Text
21068
21069 \begin_layout Plain Layout
21070
21071 \backslash
21072 checkmark
21073 \end_layout
21074
21075 \end_inset
21076 </cell>
21077 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21078 \begin_inset Text
21079
21080 \begin_layout Plain Layout
21081 \begin_inset Formula $\checkmark$
21082 \end_inset
21083
21084
21085 \end_layout
21086
21087 \end_inset
21088 </cell>
21089 </row>
21090 <row>
21091 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21092 \begin_inset Text
21093
21094 \begin_layout Plain Layout
21095
21096 \backslash
21097 yen
21098 \end_layout
21099
21100 \end_inset
21101 </cell>
21102 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21103 \begin_inset Text
21104
21105 \begin_layout Plain Layout
21106 \begin_inset Formula $\yen$
21107 \end_inset
21108
21109
21110 \end_layout
21111
21112 \end_inset
21113 </cell>
21114 </row>
21115 <row>
21116 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21117 \begin_inset Text
21118
21119 \begin_layout Plain Layout
21120
21121 \backslash
21122 pounds
21123 \end_layout
21124
21125 \end_inset
21126 </cell>
21127 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21128 \begin_inset Text
21129
21130 \begin_layout Plain Layout
21131 \begin_inset Formula $\pounds$
21132 \end_inset
21133
21134
21135 \end_layout
21136
21137 \end_inset
21138 </cell>
21139 </row>
21140 <row>
21141 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21142 \begin_inset Text
21143
21144 \begin_layout Plain Layout
21145 $
21146 \end_layout
21147
21148 \end_inset
21149 </cell>
21150 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21151 \begin_inset Text
21152
21153 \begin_layout Plain Layout
21154 \begin_inset Formula $\$$
21155 \end_inset
21156
21157
21158 \end_layout
21159
21160 \end_inset
21161 </cell>
21162 </row>
21163 <row>
21164 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21165 \begin_inset Text
21166
21167 \begin_layout Plain Layout
21168 §
21169 \end_layout
21170
21171 \end_inset
21172 </cell>
21173 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21174 \begin_inset Text
21175
21176 \begin_layout Plain Layout
21177 \begin_inset Formula $\mathsection$
21178 \end_inset
21179
21180
21181 \end_layout
21182
21183 \end_inset
21184 </cell>
21185 </row>
21186 </lyxtabular>
21187
21188 \end_inset
21189
21190
21191 \begin_inset Tabular
21192 <lyxtabular version="3" rows="10" columns="2">
21193 <features rotate="0" tabularvalignment="middle">
21194 <column alignment="center" valignment="top">
21195 <column alignment="center" valignment="top">
21196 <row>
21197 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21198 \begin_inset Text
21199
21200 \begin_layout Plain Layout
21201
21202 \family roman
21203 \series medium
21204 \shape up
21205 \size normal
21206 \emph off
21207 \bar no
21208 \noun off
21209 \color none
21210 コマンド
21211 \end_layout
21212
21213 \end_inset
21214 </cell>
21215 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21216 \begin_inset Text
21217
21218 \begin_layout Plain Layout
21219
21220 \family roman
21221 \series medium
21222 \shape up
21223 \size normal
21224 \emph off
21225 \bar no
21226 \noun off
21227 \color none
21228 出力
21229 \end_layout
21230
21231 \end_inset
21232 </cell>
21233 </row>
21234 <row>
21235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21236 \begin_inset Text
21237
21238 \begin_layout Plain Layout
21239
21240 \backslash
21241 hbar
21242 \end_layout
21243
21244 \end_inset
21245 </cell>
21246 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21247 \begin_inset Text
21248
21249 \begin_layout Plain Layout
21250 \begin_inset Formula $\hbar$
21251 \end_inset
21252
21253
21254 \end_layout
21255
21256 \end_inset
21257 </cell>
21258 </row>
21259 <row>
21260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21261 \begin_inset Text
21262
21263 \begin_layout Plain Layout
21264
21265 \backslash
21266 hslash
21267 \end_layout
21268
21269 \end_inset
21270 </cell>
21271 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21272 \begin_inset Text
21273
21274 \begin_layout Plain Layout
21275 \begin_inset Formula $\hslash$
21276 \end_inset
21277
21278
21279 \end_layout
21280
21281 \end_inset
21282 </cell>
21283 </row>
21284 <row>
21285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21286 \begin_inset Text
21287
21288 \begin_layout Plain Layout
21289
21290 \backslash
21291 clubsuit
21292 \end_layout
21293
21294 \end_inset
21295 </cell>
21296 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21297 \begin_inset Text
21298
21299 \begin_layout Plain Layout
21300 \begin_inset Formula $\clubsuit$
21301 \end_inset
21302
21303
21304 \end_layout
21305
21306 \end_inset
21307 </cell>
21308 </row>
21309 <row>
21310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21311 \begin_inset Text
21312
21313 \begin_layout Plain Layout
21314
21315 \backslash
21316 spadesuit
21317 \end_layout
21318
21319 \end_inset
21320 </cell>
21321 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21322 \begin_inset Text
21323
21324 \begin_layout Plain Layout
21325 \begin_inset Formula $\spadesuit$
21326 \end_inset
21327
21328
21329 \end_layout
21330
21331 \end_inset
21332 </cell>
21333 </row>
21334 <row>
21335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21336 \begin_inset Text
21337
21338 \begin_layout Plain Layout
21339
21340 \backslash
21341 bigstar
21342 \end_layout
21343
21344 \end_inset
21345 </cell>
21346 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21347 \begin_inset Text
21348
21349 \begin_layout Plain Layout
21350 \begin_inset Formula $\bigstar$
21351 \end_inset
21352
21353
21354 \end_layout
21355
21356 \end_inset
21357 </cell>
21358 </row>
21359 <row>
21360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21361 \begin_inset Text
21362
21363 \begin_layout Plain Layout
21364
21365 \backslash
21366 blacklozenge
21367 \end_layout
21368
21369 \end_inset
21370 </cell>
21371 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21372 \begin_inset Text
21373
21374 \begin_layout Plain Layout
21375 \begin_inset Formula $\blacklozenge$
21376 \end_inset
21377
21378
21379 \end_layout
21380
21381 \end_inset
21382 </cell>
21383 </row>
21384 <row>
21385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21386 \begin_inset Text
21387
21388 \begin_layout Plain Layout
21389
21390 \backslash
21391 blacktriangle
21392 \end_layout
21393
21394 \end_inset
21395 </cell>
21396 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21397 \begin_inset Text
21398
21399 \begin_layout Plain Layout
21400 \begin_inset Formula $\blacktriangle$
21401 \end_inset
21402
21403
21404 \end_layout
21405
21406 \end_inset
21407 </cell>
21408 </row>
21409 <row>
21410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21411 \begin_inset Text
21412
21413 \begin_layout Plain Layout
21414
21415 \backslash
21416 blacktiangledown
21417 \end_layout
21418
21419 \end_inset
21420 </cell>
21421 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21422 \begin_inset Text
21423
21424 \begin_layout Plain Layout
21425 \begin_inset Formula $\blacktriangledown$
21426 \end_inset
21427
21428
21429 \end_layout
21430
21431 \end_inset
21432 </cell>
21433 </row>
21434 <row>
21435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21436 \begin_inset Text
21437
21438 \begin_layout Plain Layout
21439
21440 \backslash
21441 bullet
21442 \end_layout
21443
21444 \end_inset
21445 </cell>
21446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21447 \begin_inset Text
21448
21449 \begin_layout Plain Layout
21450 \begin_inset Formula $\bullet$
21451 \end_inset
21452
21453
21454 \end_layout
21455
21456 \end_inset
21457 </cell>
21458 </row>
21459 </lyxtabular>
21460
21461 \end_inset
21462
21463
21464 \begin_inset Tabular
21465 <lyxtabular version="3" rows="10" columns="2">
21466 <features rotate="0" tabularvalignment="middle">
21467 <column alignment="center" valignment="top" width="0pt">
21468 <column alignment="center" valignment="top" width="0pt">
21469 <row>
21470 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21471 \begin_inset Text
21472
21473 \begin_layout Plain Layout
21474
21475 \family roman
21476 \series medium
21477 \shape up
21478 \size normal
21479 \emph off
21480 \bar no
21481 \noun off
21482 \color none
21483 コマンド
21484 \end_layout
21485
21486 \end_inset
21487 </cell>
21488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21489 \begin_inset Text
21490
21491 \begin_layout Plain Layout
21492
21493 \family roman
21494 \series medium
21495 \shape up
21496 \size normal
21497 \emph off
21498 \bar no
21499 \noun off
21500 \color none
21501 出力
21502 \end_layout
21503
21504 \end_inset
21505 </cell>
21506 </row>
21507 <row>
21508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21509 \begin_inset Text
21510
21511 \begin_layout Plain Layout
21512
21513 \backslash
21514 diamondsuit
21515 \end_layout
21516
21517 \end_inset
21518 </cell>
21519 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21520 \begin_inset Text
21521
21522 \begin_layout Plain Layout
21523 \begin_inset Formula $\diamondsuit$
21524 \end_inset
21525
21526
21527 \end_layout
21528
21529 \end_inset
21530 </cell>
21531 </row>
21532 <row>
21533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21534 \begin_inset Text
21535
21536 \begin_layout Plain Layout
21537
21538 \backslash
21539 Diamond
21540 \end_layout
21541
21542 \end_inset
21543 </cell>
21544 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21545 \begin_inset Text
21546
21547 \begin_layout Plain Layout
21548 \begin_inset Formula $\Diamond$
21549 \end_inset
21550
21551
21552 \end_layout
21553
21554 \end_inset
21555 </cell>
21556 </row>
21557 <row>
21558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21559 \begin_inset Text
21560
21561 \begin_layout Plain Layout
21562
21563 \backslash
21564 heartsuit
21565 \end_layout
21566
21567 \end_inset
21568 </cell>
21569 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21570 \begin_inset Text
21571
21572 \begin_layout Plain Layout
21573 \begin_inset Formula $\heartsuit$
21574 \end_inset
21575
21576
21577 \end_layout
21578
21579 \end_inset
21580 </cell>
21581 </row>
21582 <row>
21583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21584 \begin_inset Text
21585
21586 \begin_layout Plain Layout
21587
21588 \backslash
21589 P
21590 \end_layout
21591
21592 \end_inset
21593 </cell>
21594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21595 \begin_inset Text
21596
21597 \begin_layout Plain Layout
21598 \begin_inset Formula $\P$
21599 \end_inset
21600
21601
21602 \end_layout
21603
21604 \end_inset
21605 </cell>
21606 </row>
21607 <row>
21608 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21609 \begin_inset Text
21610
21611 \begin_layout Plain Layout
21612
21613 \backslash
21614 copyright
21615 \end_layout
21616
21617 \end_inset
21618 </cell>
21619 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21620 \begin_inset Text
21621
21622 \begin_layout Plain Layout
21623 \begin_inset Formula $\copyright$
21624 \end_inset
21625
21626
21627 \end_layout
21628
21629 \end_inset
21630 </cell>
21631 </row>
21632 <row>
21633 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21634 \begin_inset Text
21635
21636 \begin_layout Plain Layout
21637
21638 \backslash
21639 circledR
21640 \end_layout
21641
21642 \end_inset
21643 </cell>
21644 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21645 \begin_inset Text
21646
21647 \begin_layout Plain Layout
21648 \begin_inset Formula $\circledR$
21649 \end_inset
21650
21651
21652 \end_layout
21653
21654 \end_inset
21655 </cell>
21656 </row>
21657 <row>
21658 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21659 \begin_inset Text
21660
21661 \begin_layout Plain Layout
21662
21663 \backslash
21664 maltese
21665 \end_layout
21666
21667 \end_inset
21668 </cell>
21669 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21670 \begin_inset Text
21671
21672 \begin_layout Plain Layout
21673 \begin_inset Formula $\maltese$
21674 \end_inset
21675
21676
21677 \end_layout
21678
21679 \end_inset
21680 </cell>
21681 </row>
21682 <row>
21683 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21684 \begin_inset Text
21685
21686 \begin_layout Plain Layout
21687
21688 \backslash
21689 diagup
21690 \end_layout
21691
21692 \end_inset
21693 </cell>
21694 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21695 \begin_inset Text
21696
21697 \begin_layout Plain Layout
21698 \begin_inset Formula $\diagup$
21699 \end_inset
21700
21701
21702 \end_layout
21703
21704 \end_inset
21705 </cell>
21706 </row>
21707 <row>
21708 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21709 \begin_inset Text
21710
21711 \begin_layout Plain Layout
21712
21713 \backslash
21714 diagdown
21715 \end_layout
21716
21717 \end_inset
21718 </cell>
21719 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21720 \begin_inset Text
21721
21722 \begin_layout Plain Layout
21723 \begin_inset Formula $\diagdown$
21724 \end_inset
21725
21726
21727 \end_layout
21728
21729 \end_inset
21730 </cell>
21731 </row>
21732 </lyxtabular>
21733
21734 \end_inset
21735
21736
21737 \end_layout
21738
21739 \begin_layout Standard
21740 \begin_inset VSpace medskip
21741 \end_inset
21742
21743 ここにある以上の記号が、第
21744 \begin_inset CommandInset ref
21745 LatexCommand ref
21746 reference "sub:他の特殊文字"
21747
21748 \end_inset
21749
21750 節に挙げてあります。
21751 \end_layout
21752
21753 \begin_layout Standard
21754 寸法を変えて表示することのできる記号もあります。第
21755 \begin_inset CommandInset ref
21756 LatexCommand ref
21757 reference "sub:書体寸法"
21758
21759 \end_inset
21760
21761 節をご参照下さい。
21762 \end_layout
21763
21764 \begin_layout Subsection
21765 ユーロ通貨記号
21766 \begin_inset Index idx
21767 status collapsed
21768
21769 \begin_layout Plain Layout
21770 きごう@記号 ! ゆーろつうかきごう@ユーロ通貨記号
21771 \end_layout
21772
21773 \end_inset
21774
21775
21776 \begin_inset Index idx
21777 status collapsed
21778
21779 \begin_layout Plain Layout
21780
21781 \backslash
21782 @
21783 \begin_inset ERT
21784 status collapsed
21785
21786 \begin_layout Plain Layout
21787
21788
21789 \backslash
21790 officialeuro
21791 \end_layout
21792
21793 \end_inset
21794
21795
21796 \end_layout
21797
21798 \end_inset
21799
21800
21801 \end_layout
21802
21803 \begin_layout Standard
21804 ユーロ通貨記号を数式で使用するには、LaTeXパッケージ
21805 \series bold
21806 eurosym
21807 \series default
21808
21809 \begin_inset Index idx
21810 status collapsed
21811
21812 \begin_layout Plain Layout
21813 ぱっけーじ@パッケージ ! eurosym
21814 \end_layout
21815
21816 \end_inset
21817
21818 が導入されていて、以下のようなLaTeXプリアンブル行によって読み込まれていなくてはなりません。
21819 \end_layout
21820
21821 \begin_layout Standard
21822
21823 \series bold
21824
21825 \backslash
21826 usepackage[gennarrow]{eurosym}
21827 \end_layout
21828
21829 \begin_layout Standard
21830 すると、ユーロ通貨記号を
21831 \series bold
21832
21833 \backslash
21834 euro
21835 \series default
21836
21837 \begin_inset Index idx
21838 status collapsed
21839
21840 \begin_layout Plain Layout
21841 こまんど@コマンド ! E ! 
21842 \backslash
21843 euro
21844 \end_layout
21845
21846 \end_inset
21847
21848 コマンドで挿入することができるようになります。
21849 \end_layout
21850
21851 \begin_layout Standard
21852 数式テキストには、
21853 \series bold
21854 eurosym
21855 \series default
21856 が導入されていなくても、ユーロ通貨記号を直接キーボードを使って(あれば)挿入することができます。
21857 \series bold
21858 eurosym
21859 \series default
21860 が導入されていれば、
21861 \series bold
21862
21863 \backslash
21864 euro
21865 \series default
21866 はTeXモードでも挿入することができます。また、正式な通貨記号を
21867 \series bold
21868
21869 \backslash
21870 officialeuro
21871 \series default
21872
21873 \begin_inset Index idx
21874 status collapsed
21875
21876 \begin_layout Plain Layout
21877 こまんど@コマンド ! O ! 
21878 \backslash
21879 officialeuro
21880 \end_layout
21881
21882 \end_inset
21883
21884 コマンド(これはTeXモードでのみ使用することができます)で挿入することができます。
21885 \end_layout
21886
21887 \begin_layout Standard
21888 \begin_inset ERT
21889 status collapsed
21890
21891 \begin_layout Plain Layout
21892
21893
21894 \backslash
21895 ifeurosym 
21896 \end_layout
21897
21898 \end_inset
21899
21900
21901 \begin_inset Note Note
21902 status open
21903
21904 \begin_layout Plain Layout
21905 以下の表は、LaTeXパッケージ
21906 \series bold
21907 eurosym
21908 \series default
21909 が導入済みのときのみ表示されます。
21910 \end_layout
21911
21912 \end_inset
21913
21914
21915 \end_layout
21916
21917 \begin_layout Standard
21918 以下は、各ユーロ通貨記号のまとめです。
21919 \end_layout
21920
21921 \begin_layout Standard
21922 \align center
21923 \begin_inset Tabular
21924 <lyxtabular version="3" rows="4" columns="3">
21925 <features rotate="0" tabularvalignment="middle">
21926 <column alignment="center" valignment="top" width="0pt">
21927 <column alignment="center" valignment="top" width="0pt">
21928 <column alignment="center" valignment="top" width="0pt">
21929 <row>
21930 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
21931 \begin_inset Text
21932
21933 \begin_layout Plain Layout
21934
21935 \end_layout
21936
21937 \end_inset
21938 </cell>
21939 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21940 \begin_inset Text
21941
21942 \begin_layout Plain Layout
21943 コマンド
21944 \end_layout
21945
21946 \end_inset
21947 </cell>
21948 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21949 \begin_inset Text
21950
21951 \begin_layout Plain Layout
21952 出力
21953 \end_layout
21954
21955 \end_inset
21956 </cell>
21957 </row>
21958 <row>
21959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21960 \begin_inset Text
21961
21962 \begin_layout Plain Layout
21963 数式
21964 \end_layout
21965
21966 \end_inset
21967 </cell>
21968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21969 \begin_inset Text
21970
21971 \begin_layout Plain Layout
21972
21973 \backslash
21974 euro
21975 \end_layout
21976
21977 \end_inset
21978 </cell>
21979 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21980 \begin_inset Text
21981
21982 \begin_layout Plain Layout
21983 \begin_inset Formula $\euro$
21984 \end_inset
21985
21986
21987 \end_layout
21988
21989 \end_inset
21990 </cell>
21991 </row>
21992 <row>
21993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21994 \begin_inset Text
21995
21996 \begin_layout Plain Layout
21997 数式テキスト
21998 \end_layout
21999
22000 \end_inset
22001 </cell>
22002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22003 \begin_inset Text
22004
22005 \begin_layout Plain Layout
22006 (ユーロ記号)
22007 \end_layout
22008
22009 \end_inset
22010 </cell>
22011 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22012 \begin_inset Text
22013
22014 \begin_layout Plain Layout
22015 (ユーロ記号)
22016 \end_layout
22017
22018 \end_inset
22019 </cell>
22020 </row>
22021 <row>
22022 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22023 \begin_inset Text
22024
22025 \begin_layout Plain Layout
22026 TeXモード
22027 \end_layout
22028
22029 \end_inset
22030 </cell>
22031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22032 \begin_inset Text
22033
22034 \begin_layout Plain Layout
22035
22036 \backslash
22037 officialeuro
22038 \end_layout
22039
22040 \end_inset
22041 </cell>
22042 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22043 \begin_inset Text
22044
22045 \begin_layout Plain Layout
22046 \begin_inset ERT
22047 status collapsed
22048
22049 \begin_layout Plain Layout
22050
22051
22052 \backslash
22053 officialeuro
22054 \end_layout
22055
22056 \end_inset
22057
22058
22059 \end_layout
22060
22061 \end_inset
22062 </cell>
22063 </row>
22064 </lyxtabular>
22065
22066 \end_inset
22067
22068
22069 \end_layout
22070
22071 \begin_layout Standard
22072 \begin_inset ERT
22073 status collapsed
22074
22075 \begin_layout Plain Layout
22076
22077
22078 \backslash
22079 else 
22080 \end_layout
22081
22082 \end_inset
22083
22084
22085 \begin_inset Note Note
22086 status open
22087
22088 \begin_layout Plain Layout
22089 以下は、LaTeXパッケージ
22090 \series bold
22091 eurosym
22092 \series default
22093 が導入されていないときのみ表示されます。
22094 \end_layout
22095
22096 \end_inset
22097
22098
22099 \end_layout
22100
22101 \begin_layout Standard
22102 本節の残りを出力としてみるためには、LaTeXパッケージ
22103 \series bold
22104 eurosym
22105 \series default
22106 を導入する必要があります。
22107 \end_layout
22108
22109 \begin_layout Standard
22110 \begin_inset ERT
22111 status collapsed
22112
22113 \begin_layout Plain Layout
22114
22115
22116 \backslash
22117 fi 
22118 \end_layout
22119
22120 \end_inset
22121
22122
22123 \end_layout
22124
22125 \begin_layout Section
22126 関係子
22127 \begin_inset CommandInset label
22128 LatexCommand label
22129 name "sec:関係子"
22130
22131 \end_inset
22132
22133
22134 \begin_inset Index idx
22135 status collapsed
22136
22137 \begin_layout Plain Layout
22138 かんけいし@関係子
22139 \end_layout
22140
22141 \end_inset
22142
22143
22144 \begin_inset Index idx
22145 status collapsed
22146
22147 \begin_layout Plain Layout
22148 ひかくし@比較子|see
22149 \begin_inset ERT
22150 status collapsed
22151
22152 \begin_layout Plain Layout
22153
22154 {
22155 \end_layout
22156
22157 \end_inset
22158
22159 関係子
22160 \begin_inset ERT
22161 status collapsed
22162
22163 \begin_layout Plain Layout
22164
22165 }
22166 \end_layout
22167
22168 \end_inset
22169
22170
22171 \end_layout
22172
22173 \end_inset
22174
22175
22176 \end_layout
22177
22178 \begin_layout Standard
22179 関係子はすべて、ツールバーボタンの
22180 \begin_inset Graphics
22181         filename ../../images/math/leq.png
22182         scale 85
22183
22184 \end_inset
22185
22186 でも挿入することができます。
22187 \end_layout
22188
22189 \begin_layout Standard
22190 \begin_inset space \hfill{}
22191 \end_inset
22192
22193
22194 \begin_inset Tabular
22195 <lyxtabular version="3" rows="17" columns="2">
22196 <features rotate="0" tabularvalignment="middle">
22197 <column alignment="center" valignment="top" width="0pt">
22198 <column alignment="center" valignment="top" width="0pt">
22199 <row>
22200 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22201 \begin_inset Text
22202
22203 \begin_layout Plain Layout
22204 コマンド
22205 \end_layout
22206
22207 \end_inset
22208 </cell>
22209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22210 \begin_inset Text
22211
22212 \begin_layout Plain Layout
22213 出力
22214 \end_layout
22215
22216 \end_inset
22217 </cell>
22218 </row>
22219 <row>
22220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22221 \begin_inset Text
22222
22223 \begin_layout Plain Layout
22224 \begin_inset Formula $<$
22225 \end_inset
22226
22227
22228 \end_layout
22229
22230 \end_inset
22231 </cell>
22232 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22233 \begin_inset Text
22234
22235 \begin_layout Plain Layout
22236 \begin_inset Formula $<$
22237 \end_inset
22238
22239
22240 \end_layout
22241
22242 \end_inset
22243 </cell>
22244 </row>
22245 <row>
22246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22247 \begin_inset Text
22248
22249 \begin_layout Plain Layout
22250
22251 \backslash
22252 le
22253 \end_layout
22254
22255 \end_inset
22256 </cell>
22257 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22258 \begin_inset Text
22259
22260 \begin_layout Plain Layout
22261 \begin_inset Formula $\le$
22262 \end_inset
22263
22264
22265 \end_layout
22266
22267 \end_inset
22268 </cell>
22269 </row>
22270 <row>
22271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22272 \begin_inset Text
22273
22274 \begin_layout Plain Layout
22275
22276 \backslash
22277 ll
22278 \end_layout
22279
22280 \end_inset
22281 </cell>
22282 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22283 \begin_inset Text
22284
22285 \begin_layout Plain Layout
22286 \begin_inset Formula $\ll$
22287 \end_inset
22288
22289
22290 \end_layout
22291
22292 \end_inset
22293 </cell>
22294 </row>
22295 <row>
22296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22297 \begin_inset Text
22298
22299 \begin_layout Plain Layout
22300
22301 \backslash
22302 prec
22303 \end_layout
22304
22305 \end_inset
22306 </cell>
22307 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22308 \begin_inset Text
22309
22310 \begin_layout Plain Layout
22311 \begin_inset Formula $\prec$
22312 \end_inset
22313
22314
22315 \end_layout
22316
22317 \end_inset
22318 </cell>
22319 </row>
22320 <row>
22321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22322 \begin_inset Text
22323
22324 \begin_layout Plain Layout
22325
22326 \backslash
22327 preceq
22328 \end_layout
22329
22330 \end_inset
22331 </cell>
22332 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22333 \begin_inset Text
22334
22335 \begin_layout Plain Layout
22336 \begin_inset Formula $\preceq$
22337 \end_inset
22338
22339
22340 \end_layout
22341
22342 \end_inset
22343 </cell>
22344 </row>
22345 <row>
22346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22347 \begin_inset Text
22348
22349 \begin_layout Plain Layout
22350
22351 \backslash
22352 subset
22353 \end_layout
22354
22355 \end_inset
22356 </cell>
22357 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22358 \begin_inset Text
22359
22360 \begin_layout Plain Layout
22361 \begin_inset Formula $\subset$
22362 \end_inset
22363
22364
22365 \end_layout
22366
22367 \end_inset
22368 </cell>
22369 </row>
22370 <row>
22371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22372 \begin_inset Text
22373
22374 \begin_layout Plain Layout
22375
22376 \backslash
22377 subseteq
22378 \end_layout
22379
22380 \end_inset
22381 </cell>
22382 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22383 \begin_inset Text
22384
22385 \begin_layout Plain Layout
22386 \begin_inset Formula $\subseteq$
22387 \end_inset
22388
22389
22390 \end_layout
22391
22392 \end_inset
22393 </cell>
22394 </row>
22395 <row>
22396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22397 \begin_inset Text
22398
22399 \begin_layout Plain Layout
22400
22401 \backslash
22402 sqsubseteq
22403 \end_layout
22404
22405 \end_inset
22406 </cell>
22407 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22408 \begin_inset Text
22409
22410 \begin_layout Plain Layout
22411 \begin_inset Formula $\sqsubseteq$
22412 \end_inset
22413
22414
22415 \end_layout
22416
22417 \end_inset
22418 </cell>
22419 </row>
22420 <row>
22421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22422 \begin_inset Text
22423
22424 \begin_layout Plain Layout
22425
22426 \backslash
22427 in
22428 \end_layout
22429
22430 \end_inset
22431 </cell>
22432 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22433 \begin_inset Text
22434
22435 \begin_layout Plain Layout
22436 \begin_inset Formula $\in$
22437 \end_inset
22438
22439
22440 \end_layout
22441
22442 \end_inset
22443 </cell>
22444 </row>
22445 <row>
22446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22447 \begin_inset Text
22448
22449 \begin_layout Plain Layout
22450
22451 \backslash
22452 vdash
22453 \end_layout
22454
22455 \end_inset
22456 </cell>
22457 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22458 \begin_inset Text
22459
22460 \begin_layout Plain Layout
22461 \begin_inset Formula $\vdash$
22462 \end_inset
22463
22464
22465 \end_layout
22466
22467 \end_inset
22468 </cell>
22469 </row>
22470 <row>
22471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22472 \begin_inset Text
22473
22474 \begin_layout Plain Layout
22475
22476 \backslash
22477 smile
22478 \end_layout
22479
22480 \end_inset
22481 </cell>
22482 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22483 \begin_inset Text
22484
22485 \begin_layout Plain Layout
22486 \begin_inset Formula $\smile$
22487 \end_inset
22488
22489
22490 \end_layout
22491
22492 \end_inset
22493 </cell>
22494 </row>
22495 <row>
22496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22497 \begin_inset Text
22498
22499 \begin_layout Plain Layout
22500
22501 \backslash
22502 lhd
22503 \end_layout
22504
22505 \end_inset
22506 </cell>
22507 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22508 \begin_inset Text
22509
22510 \begin_layout Plain Layout
22511 \begin_inset Formula $\lhd$
22512 \end_inset
22513
22514
22515 \end_layout
22516
22517 \end_inset
22518 </cell>
22519 </row>
22520 <row>
22521 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22522 \begin_inset Text
22523
22524 \begin_layout Plain Layout
22525
22526 \backslash
22527 unlhd
22528 \end_layout
22529
22530 \end_inset
22531 </cell>
22532 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22533 \begin_inset Text
22534
22535 \begin_layout Plain Layout
22536 \begin_inset Formula $\unlhd$
22537 \end_inset
22538
22539
22540 \end_layout
22541
22542 \end_inset
22543 </cell>
22544 </row>
22545 <row>
22546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22547 \begin_inset Text
22548
22549 \begin_layout Plain Layout
22550
22551 \backslash
22552 gtrless
22553 \end_layout
22554
22555 \end_inset
22556 </cell>
22557 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22558 \begin_inset Text
22559
22560 \begin_layout Plain Layout
22561 \begin_inset Formula $\gtrless$
22562 \end_inset
22563
22564
22565 \end_layout
22566
22567 \end_inset
22568 </cell>
22569 </row>
22570 <row>
22571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22572 \begin_inset Text
22573
22574 \begin_layout Plain Layout
22575
22576 \backslash
22577 mid
22578 \end_layout
22579
22580 \end_inset
22581 </cell>
22582 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22583 \begin_inset Text
22584
22585 \begin_layout Plain Layout
22586 \begin_inset Formula $\mid$
22587 \end_inset
22588
22589
22590 \end_layout
22591
22592 \end_inset
22593 </cell>
22594 </row>
22595 <row>
22596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22597 \begin_inset Text
22598
22599 \begin_layout Plain Layout
22600
22601 \backslash
22602 nmid
22603 \end_layout
22604
22605 \end_inset
22606 </cell>
22607 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22608 \begin_inset Text
22609
22610 \begin_layout Plain Layout
22611 \begin_inset Formula $\nmid$
22612 \end_inset
22613
22614
22615 \end_layout
22616
22617 \end_inset
22618 </cell>
22619 </row>
22620 </lyxtabular>
22621
22622 \end_inset
22623
22624
22625 \begin_inset space \hfill{}
22626 \end_inset
22627
22628
22629 \begin_inset Tabular
22630 <lyxtabular version="3" rows="17" columns="2">
22631 <features rotate="0" tabularvalignment="middle">
22632 <column alignment="center" valignment="top" width="0pt">
22633 <column alignment="center" valignment="top" width="0pt">
22634 <row>
22635 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22636 \begin_inset Text
22637
22638 \begin_layout Plain Layout
22639 コマンド
22640 \end_layout
22641
22642 \end_inset
22643 </cell>
22644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22645 \begin_inset Text
22646
22647 \begin_layout Plain Layout
22648 出力
22649 \end_layout
22650
22651 \end_inset
22652 </cell>
22653 </row>
22654 <row>
22655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22656 \begin_inset Text
22657
22658 \begin_layout Plain Layout
22659 =
22660 \end_layout
22661
22662 \end_inset
22663 </cell>
22664 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22665 \begin_inset Text
22666
22667 \begin_layout Plain Layout
22668 \begin_inset Formula $=$
22669 \end_inset
22670
22671
22672 \end_layout
22673
22674 \end_inset
22675 </cell>
22676 </row>
22677 <row>
22678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22679 \begin_inset Text
22680
22681 \begin_layout Plain Layout
22682
22683 \backslash
22684 not=
22685 \end_layout
22686
22687 \end_inset
22688 </cell>
22689 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22690 \begin_inset Text
22691
22692 \begin_layout Plain Layout
22693 \begin_inset Formula $\not=$
22694 \end_inset
22695
22696
22697 \end_layout
22698
22699 \end_inset
22700 </cell>
22701 </row>
22702 <row>
22703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22704 \begin_inset Text
22705
22706 \begin_layout Plain Layout
22707
22708 \backslash
22709 equiv
22710 \end_layout
22711
22712 \end_inset
22713 </cell>
22714 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22715 \begin_inset Text
22716
22717 \begin_layout Plain Layout
22718 \begin_inset Formula $\equiv$
22719 \end_inset
22720
22721
22722 \end_layout
22723
22724 \end_inset
22725 </cell>
22726 </row>
22727 <row>
22728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22729 \begin_inset Text
22730
22731 \begin_layout Plain Layout
22732
22733 \backslash
22734 sim
22735 \end_layout
22736
22737 \end_inset
22738 </cell>
22739 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22740 \begin_inset Text
22741
22742 \begin_layout Plain Layout
22743 \begin_inset Formula $\sim$
22744 \end_inset
22745
22746
22747 \end_layout
22748
22749 \end_inset
22750 </cell>
22751 </row>
22752 <row>
22753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22754 \begin_inset Text
22755
22756 \begin_layout Plain Layout
22757
22758 \backslash
22759 simeq
22760 \end_layout
22761
22762 \end_inset
22763 </cell>
22764 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22765 \begin_inset Text
22766
22767 \begin_layout Plain Layout
22768 \begin_inset Formula $\simeq$
22769 \end_inset
22770
22771
22772 \end_layout
22773
22774 \end_inset
22775 </cell>
22776 </row>
22777 <row>
22778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22779 \begin_inset Text
22780
22781 \begin_layout Plain Layout
22782
22783 \backslash
22784 approx
22785 \end_layout
22786
22787 \end_inset
22788 </cell>
22789 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22790 \begin_inset Text
22791
22792 \begin_layout Plain Layout
22793 \begin_inset Formula $\approx$
22794 \end_inset
22795
22796
22797 \end_layout
22798
22799 \end_inset
22800 </cell>
22801 </row>
22802 <row>
22803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22804 \begin_inset Text
22805
22806 \begin_layout Plain Layout
22807
22808 \backslash
22809 cong
22810 \end_layout
22811
22812 \end_inset
22813 </cell>
22814 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22815 \begin_inset Text
22816
22817 \begin_layout Plain Layout
22818 \begin_inset Formula $\cong$
22819 \end_inset
22820
22821
22822 \end_layout
22823
22824 \end_inset
22825 </cell>
22826 </row>
22827 <row>
22828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22829 \begin_inset Text
22830
22831 \begin_layout Plain Layout
22832
22833 \backslash
22834 bowtie
22835 \end_layout
22836
22837 \end_inset
22838 </cell>
22839 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22840 \begin_inset Text
22841
22842 \begin_layout Plain Layout
22843 \begin_inset Formula $\bowtie$
22844 \end_inset
22845
22846
22847 \end_layout
22848
22849 \end_inset
22850 </cell>
22851 </row>
22852 <row>
22853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22854 \begin_inset Text
22855
22856 \begin_layout Plain Layout
22857
22858 \backslash
22859 notin
22860 \end_layout
22861
22862 \end_inset
22863 </cell>
22864 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22865 \begin_inset Text
22866
22867 \begin_layout Plain Layout
22868 \begin_inset Formula $\notin$
22869 \end_inset
22870
22871
22872 \end_layout
22873
22874 \end_inset
22875 </cell>
22876 </row>
22877 <row>
22878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22879 \begin_inset Text
22880
22881 \begin_layout Plain Layout
22882
22883 \backslash
22884 perp
22885 \end_layout
22886
22887 \end_inset
22888 </cell>
22889 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22890 \begin_inset Text
22891
22892 \begin_layout Plain Layout
22893 \begin_inset Formula $\perp$
22894 \end_inset
22895
22896
22897 \end_layout
22898
22899 \end_inset
22900 </cell>
22901 </row>
22902 <row>
22903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22904 \begin_inset Text
22905
22906 \begin_layout Plain Layout
22907
22908 \backslash
22909 propto
22910 \end_layout
22911
22912 \end_inset
22913 </cell>
22914 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22915 \begin_inset Text
22916
22917 \begin_layout Plain Layout
22918 \begin_inset Formula $\propto$
22919 \end_inset
22920
22921
22922 \end_layout
22923
22924 \end_inset
22925 </cell>
22926 </row>
22927 <row>
22928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22929 \begin_inset Text
22930
22931 \begin_layout Plain Layout
22932
22933 \backslash
22934 asymp
22935 \end_layout
22936
22937 \end_inset
22938 </cell>
22939 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22940 \begin_inset Text
22941
22942 \begin_layout Plain Layout
22943 \begin_inset Formula $\asymp$
22944 \end_inset
22945
22946
22947 \end_layout
22948
22949 \end_inset
22950 </cell>
22951 </row>
22952 <row>
22953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22954 \begin_inset Text
22955
22956 \begin_layout Plain Layout
22957
22958 \backslash
22959 doteq
22960 \end_layout
22961
22962 \end_inset
22963 </cell>
22964 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22965 \begin_inset Text
22966
22967 \begin_layout Plain Layout
22968 \begin_inset Formula $\doteq$
22969 \end_inset
22970
22971
22972 \end_layout
22973
22974 \end_inset
22975 </cell>
22976 </row>
22977 <row>
22978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22979 \begin_inset Text
22980
22981 \begin_layout Plain Layout
22982
22983 \backslash
22984 circeq
22985 \end_layout
22986
22987 \end_inset
22988 </cell>
22989 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22990 \begin_inset Text
22991
22992 \begin_layout Plain Layout
22993 \begin_inset Formula $\circeq$
22994 \end_inset
22995
22996
22997 \end_layout
22998
22999 \end_inset
23000 </cell>
23001 </row>
23002 <row>
23003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23004 \begin_inset Text
23005
23006 \begin_layout Plain Layout
23007
23008 \backslash
23009 models
23010 \end_layout
23011
23012 \end_inset
23013 </cell>
23014 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23015 \begin_inset Text
23016
23017 \begin_layout Plain Layout
23018 \begin_inset Formula $\models$
23019 \end_inset
23020
23021
23022 \end_layout
23023
23024 \end_inset
23025 </cell>
23026 </row>
23027 <row>
23028 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23029 \begin_inset Text
23030
23031 \begin_layout Plain Layout
23032
23033 \backslash
23034 widehat=
23035 \end_layout
23036
23037 \end_inset
23038 </cell>
23039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23040 \begin_inset Text
23041
23042 \begin_layout Plain Layout
23043 \begin_inset Formula $\widehat{=}$
23044 \end_inset
23045
23046
23047 \end_layout
23048
23049 \end_inset
23050 </cell>
23051 </row>
23052 </lyxtabular>
23053
23054 \end_inset
23055
23056
23057 \begin_inset space \hfill{}
23058 \end_inset
23059
23060
23061 \begin_inset Tabular
23062 <lyxtabular version="3" rows="17" columns="2">
23063 <features rotate="0" tabularvalignment="middle">
23064 <column alignment="center" valignment="top" width="0pt">
23065 <column alignment="center" valignment="top" width="0pt">
23066 <row>
23067 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23068 \begin_inset Text
23069
23070 \begin_layout Plain Layout
23071
23072 \family roman
23073 \series medium
23074 \shape up
23075 \size normal
23076 \emph off
23077 \bar no
23078 \noun off
23079 \color none
23080 コマンド
23081 \end_layout
23082
23083 \end_inset
23084 </cell>
23085 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23086 \begin_inset Text
23087
23088 \begin_layout Plain Layout
23089
23090 \family roman
23091 \series medium
23092 \shape up
23093 \size normal
23094 \emph off
23095 \bar no
23096 \noun off
23097 \color none
23098 出力
23099 \end_layout
23100
23101 \end_inset
23102 </cell>
23103 </row>
23104 <row>
23105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23106 \begin_inset Text
23107
23108 \begin_layout Plain Layout
23109 \begin_inset Formula $>$
23110 \end_inset
23111
23112
23113 \end_layout
23114
23115 \end_inset
23116 </cell>
23117 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23118 \begin_inset Text
23119
23120 \begin_layout Plain Layout
23121 \begin_inset Formula $>$
23122 \end_inset
23123
23124
23125 \end_layout
23126
23127 \end_inset
23128 </cell>
23129 </row>
23130 <row>
23131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23132 \begin_inset Text
23133
23134 \begin_layout Plain Layout
23135
23136 \backslash
23137 ge
23138 \end_layout
23139
23140 \end_inset
23141 </cell>
23142 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23143 \begin_inset Text
23144
23145 \begin_layout Plain Layout
23146 \begin_inset Formula $\ge$
23147 \end_inset
23148
23149
23150 \end_layout
23151
23152 \end_inset
23153 </cell>
23154 </row>
23155 <row>
23156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23157 \begin_inset Text
23158
23159 \begin_layout Plain Layout
23160
23161 \backslash
23162 gg
23163 \end_layout
23164
23165 \end_inset
23166 </cell>
23167 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23168 \begin_inset Text
23169
23170 \begin_layout Plain Layout
23171 \begin_inset Formula $\gg$
23172 \end_inset
23173
23174
23175 \end_layout
23176
23177 \end_inset
23178 </cell>
23179 </row>
23180 <row>
23181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23182 \begin_inset Text
23183
23184 \begin_layout Plain Layout
23185
23186 \backslash
23187 succ
23188 \end_layout
23189
23190 \end_inset
23191 </cell>
23192 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23193 \begin_inset Text
23194
23195 \begin_layout Plain Layout
23196 \begin_inset Formula $\succ$
23197 \end_inset
23198
23199
23200 \end_layout
23201
23202 \end_inset
23203 </cell>
23204 </row>
23205 <row>
23206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23207 \begin_inset Text
23208
23209 \begin_layout Plain Layout
23210
23211 \backslash
23212 succeq
23213 \end_layout
23214
23215 \end_inset
23216 </cell>
23217 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23218 \begin_inset Text
23219
23220 \begin_layout Plain Layout
23221 \begin_inset Formula $\succeq$
23222 \end_inset
23223
23224
23225 \end_layout
23226
23227 \end_inset
23228 </cell>
23229 </row>
23230 <row>
23231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23232 \begin_inset Text
23233
23234 \begin_layout Plain Layout
23235
23236 \backslash
23237 supset
23238 \end_layout
23239
23240 \end_inset
23241 </cell>
23242 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23243 \begin_inset Text
23244
23245 \begin_layout Plain Layout
23246 \begin_inset Formula $\supset$
23247 \end_inset
23248
23249
23250 \end_layout
23251
23252 \end_inset
23253 </cell>
23254 </row>
23255 <row>
23256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23257 \begin_inset Text
23258
23259 \begin_layout Plain Layout
23260
23261 \backslash
23262 supseteq
23263 \end_layout
23264
23265 \end_inset
23266 </cell>
23267 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23268 \begin_inset Text
23269
23270 \begin_layout Plain Layout
23271 \begin_inset Formula $\supseteq$
23272 \end_inset
23273
23274
23275 \end_layout
23276
23277 \end_inset
23278 </cell>
23279 </row>
23280 <row>
23281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23282 \begin_inset Text
23283
23284 \begin_layout Plain Layout
23285
23286 \backslash
23287 sqsupseteq
23288 \end_layout
23289
23290 \end_inset
23291 </cell>
23292 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23293 \begin_inset Text
23294
23295 \begin_layout Plain Layout
23296 \begin_inset Formula $\sqsupseteq$
23297 \end_inset
23298
23299
23300 \end_layout
23301
23302 \end_inset
23303 </cell>
23304 </row>
23305 <row>
23306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23307 \begin_inset Text
23308
23309 \begin_layout Plain Layout
23310
23311 \backslash
23312 ni
23313 \end_layout
23314
23315 \end_inset
23316 </cell>
23317 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23318 \begin_inset Text
23319
23320 \begin_layout Plain Layout
23321 \begin_inset Formula $\ni$
23322 \end_inset
23323
23324
23325 \end_layout
23326
23327 \end_inset
23328 </cell>
23329 </row>
23330 <row>
23331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23332 \begin_inset Text
23333
23334 \begin_layout Plain Layout
23335
23336 \backslash
23337 dashv
23338 \end_layout
23339
23340 \end_inset
23341 </cell>
23342 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23343 \begin_inset Text
23344
23345 \begin_layout Plain Layout
23346 \begin_inset Formula $\dashv$
23347 \end_inset
23348
23349
23350 \end_layout
23351
23352 \end_inset
23353 </cell>
23354 </row>
23355 <row>
23356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23357 \begin_inset Text
23358
23359 \begin_layout Plain Layout
23360
23361 \backslash
23362 frown
23363 \end_layout
23364
23365 \end_inset
23366 </cell>
23367 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23368 \begin_inset Text
23369
23370 \begin_layout Plain Layout
23371 \begin_inset Formula $\frown$
23372 \end_inset
23373
23374
23375 \end_layout
23376
23377 \end_inset
23378 </cell>
23379 </row>
23380 <row>
23381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23382 \begin_inset Text
23383
23384 \begin_layout Plain Layout
23385
23386 \backslash
23387 rhd
23388 \end_layout
23389
23390 \end_inset
23391 </cell>
23392 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23393 \begin_inset Text
23394
23395 \begin_layout Plain Layout
23396 \begin_inset Formula $\rhd$
23397 \end_inset
23398
23399
23400 \end_layout
23401
23402 \end_inset
23403 </cell>
23404 </row>
23405 <row>
23406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23407 \begin_inset Text
23408
23409 \begin_layout Plain Layout
23410
23411 \backslash
23412 unrhd
23413 \end_layout
23414
23415 \end_inset
23416 </cell>
23417 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23418 \begin_inset Text
23419
23420 \begin_layout Plain Layout
23421 \begin_inset Formula $\unrhd$
23422 \end_inset
23423
23424
23425 \end_layout
23426
23427 \end_inset
23428 </cell>
23429 </row>
23430 <row>
23431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23432 \begin_inset Text
23433
23434 \begin_layout Plain Layout
23435
23436 \backslash
23437 lessgtr
23438 \end_layout
23439
23440 \end_inset
23441 </cell>
23442 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23443 \begin_inset Text
23444
23445 \begin_layout Plain Layout
23446 \begin_inset Formula $\lessgtr$
23447 \end_inset
23448
23449
23450 \end_layout
23451
23452 \end_inset
23453 </cell>
23454 </row>
23455 <row>
23456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23457 \begin_inset Text
23458
23459 \begin_layout Plain Layout
23460
23461 \backslash
23462 parallel
23463 \end_layout
23464
23465 \end_inset
23466 </cell>
23467 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23468 \begin_inset Text
23469
23470 \begin_layout Plain Layout
23471 \begin_inset Formula $\parallel$
23472 \end_inset
23473
23474
23475 \end_layout
23476
23477 \end_inset
23478 </cell>
23479 </row>
23480 <row>
23481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23482 \begin_inset Text
23483
23484 \begin_layout Plain Layout
23485
23486 \backslash
23487 nparallel
23488 \end_layout
23489
23490 \end_inset
23491 </cell>
23492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23493 \begin_inset Text
23494
23495 \begin_layout Plain Layout
23496 \begin_inset Formula $\nparallel$
23497 \end_inset
23498
23499
23500 \end_layout
23501
23502 \end_inset
23503 </cell>
23504 </row>
23505 </lyxtabular>
23506
23507 \end_inset
23508
23509
23510 \begin_inset space \hfill{}
23511 \end_inset
23512
23513
23514 \end_layout
23515
23516 \begin_layout Standard
23517 \begin_inset VSpace medskip
23518 \end_inset
23519
23520
23521 \series bold
23522
23523 \backslash
23524 lhd
23525 \series default
23526
23527 \series bold
23528
23529 \backslash
23530 rhd
23531 \series default
23532 の文字は、同じように見える演算子
23533 \series bold
23534
23535 \backslash
23536 triangleleft
23537 \series default
23538 および
23539 \series bold
23540
23541 \backslash
23542 triangleright
23543 \series default
23544 よりも大きくなっています。
23545 \end_layout
23546
23547 \begin_layout Standard
23548 関係子は、記号とは違って、つねに前後に余白が置かれます。
23549 \end_layout
23550
23551 \begin_layout Standard
23552
23553 \series bold
23554
23555 \backslash
23556 stackrel
23557 \series default
23558
23559 \begin_inset Index idx
23560 status collapsed
23561
23562 \begin_layout Plain Layout
23563 こまんど@コマンド ! S ! 
23564 \backslash
23565 stackrel
23566 \end_layout
23567
23568 \end_inset
23569
23570 コマンドを使うと、以下のように、ラベル付きの関係子を作ることができます。
23571 \end_layout
23572
23573 \begin_layout Standard
23574 \align center
23575 \begin_inset Tabular
23576 <lyxtabular version="3" rows="2" columns="2">
23577 <features rotate="0" tabularvalignment="middle">
23578 <column alignment="center" valignment="top">
23579 <column alignment="center" valignment="top">
23580 <row>
23581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23582 \begin_inset Text
23583
23584 \begin_layout Plain Layout
23585 コマンド
23586 \end_layout
23587
23588 \end_inset
23589 </cell>
23590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23591 \begin_inset Text
23592
23593 \begin_layout Plain Layout
23594 出力
23595 \begin_inset Note Note
23596 status collapsed
23597
23598 \begin_layout Plain Layout
23599 ここで
23600 \series bold
23601
23602 \backslash
23603 raisebox
23604 \series default
23605 はスペーサーとして使用しているだけです。
23606 \end_layout
23607
23608 \end_inset
23609
23610
23611 \end_layout
23612
23613 \end_inset
23614 </cell>
23615 </row>
23616 <row>
23617 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23618 \begin_inset Text
23619
23620 \begin_layout Plain Layout
23621 A(r)
23622 \backslash
23623 stackrel
23624 \begin_inset space \textvisiblespace{}
23625 \end_inset
23626
23627 r
23628 \backslash
23629 to
23630 \backslash
23631 infty
23632 \begin_inset space \textvisiblespace{}
23633 \end_inset
23634
23635
23636 \begin_inset Formula $\downarrow$
23637 \end_inset
23638
23639
23640 \backslash
23641 approx
23642 \begin_inset space \textvisiblespace{}
23643 \end_inset
23644
23645
23646 \begin_inset space \textvisiblespace{}
23647 \end_inset
23648
23649 B
23650 \end_layout
23651
23652 \end_inset
23653 </cell>
23654 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23655 \begin_inset Text
23656
23657 \begin_layout Plain Layout
23658 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
23659 \end_inset
23660
23661
23662 \end_layout
23663
23664 \end_inset
23665 </cell>
23666 </row>
23667 </lyxtabular>
23668
23669 \end_inset
23670
23671
23672 \end_layout
23673
23674 \begin_layout Section
23675 関数
23676 \end_layout
23677
23678 \begin_layout Subsection
23679 定義済み関数
23680 \begin_inset CommandInset label
23681 LatexCommand label
23682 name "sub:定義済み函数"
23683
23684 \end_inset
23685
23686
23687 \begin_inset Index idx
23688 status collapsed
23689
23690 \begin_layout Plain Layout
23691 かんすう@関数 ! ていぎずみ@定義済み
23692 \end_layout
23693
23694 \end_inset
23695
23696
23697 \end_layout
23698
23699 \begin_layout Standard
23700 一般的に、数式表現では変数は
23701 \shape italic
23702 イタリック体
23703 \shape default
23704 に設定されますが、関数名はイタリック体にしません。なぜなら、
23705 \begin_inset Formula $sin$
23706 \end_inset
23707
23708
23709 \begin_inset Formula $s\cdot i\cdot n$
23710 \end_inset
23711
23712 であるかのように誤解させる恐れがあるためです。そのために、定義済み関数が存在し、これらは先行する要素よりも少し離れて配置されます。定義済み関数は、関数名の前にバ
23713 ックスラッシュを加えたコマンドとして挿入します。
23714 \end_layout
23715
23716 \begin_layout Standard
23717 \align center
23718 \begin_inset Tabular
23719 <lyxtabular version="3" rows="2" columns="4">
23720 <features rotate="0" tabularvalignment="middle">
23721 <column alignment="center" valignment="top" width="0pt">
23722 <column alignment="center" valignment="top" width="0pt">
23723 <column alignment="center" valignment="top" width="0pt">
23724 <column alignment="center" valignment="top" width="0pt">
23725 <row>
23726 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23727 \begin_inset Text
23728
23729 \begin_layout Plain Layout
23730 コマンド
23731 \end_layout
23732
23733 \end_inset
23734 </cell>
23735 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23736 \begin_inset Text
23737
23738 \begin_layout Plain Layout
23739 出力
23740 \end_layout
23741
23742 \end_inset
23743 </cell>
23744 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23745 \begin_inset Text
23746
23747 \begin_layout Plain Layout
23748 コマンド
23749 \end_layout
23750
23751 \end_inset
23752 </cell>
23753 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23754 \begin_inset Text
23755
23756 \begin_layout Plain Layout
23757 出力
23758 \end_layout
23759
23760 \end_inset
23761 </cell>
23762 </row>
23763 <row>
23764 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23765 \begin_inset Text
23766
23767 \begin_layout Plain Layout
23768 Asin(x)+B
23769 \end_layout
23770
23771 \end_inset
23772 </cell>
23773 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23774 \begin_inset Text
23775
23776 \begin_layout Plain Layout
23777 \begin_inset Formula $Asin(x)+B$
23778 \end_inset
23779
23780
23781 \end_layout
23782
23783 \end_inset
23784 </cell>
23785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23786 \begin_inset Text
23787
23788 \begin_layout Plain Layout
23789 A
23790 \backslash
23791 sin(x)+B
23792 \end_layout
23793
23794 \end_inset
23795 </cell>
23796 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23797 \begin_inset Text
23798
23799 \begin_layout Plain Layout
23800 \begin_inset Formula $A\sin(x)+B$
23801 \end_inset
23802
23803
23804 \end_layout
23805
23806 \end_inset
23807 </cell>
23808 </row>
23809 </lyxtabular>
23810
23811 \end_inset
23812
23813
23814 \end_layout
23815
23816 \begin_layout Standard
23817 以下の関数が定義済みです。
23818 \end_layout
23819
23820 \begin_layout Standard
23821 \begin_inset VSpace -2mm
23822 \end_inset
23823
23824
23825 \end_layout
23826
23827 \begin_layout Standard
23828 \align center
23829 \begin_inset Tabular
23830 <lyxtabular version="3" rows="9" columns="4">
23831 <features rotate="0" tabularvalignment="middle">
23832 <column alignment="center" valignment="top" width="0pt">
23833 <column alignment="center" valignment="top" width="0pt">
23834 <column alignment="center" valignment="top" width="0pt">
23835 <column alignment="center" valignment="top" width="0pt">
23836 <row>
23837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23838 \begin_inset Text
23839
23840 \begin_layout Plain Layout
23841 コマンド
23842 \end_layout
23843
23844 \end_inset
23845 </cell>
23846 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23847 \begin_inset Text
23848
23849 \begin_layout Plain Layout
23850 コマンド
23851 \end_layout
23852
23853 \end_inset
23854 </cell>
23855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23856 \begin_inset Text
23857
23858 \begin_layout Plain Layout
23859 コマンド
23860 \end_layout
23861
23862 \end_inset
23863 </cell>
23864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23865 \begin_inset Text
23866
23867 \begin_layout Plain Layout
23868 コマンド
23869 \end_layout
23870
23871 \end_inset
23872 </cell>
23873 </row>
23874 <row>
23875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23876 \begin_inset Text
23877
23878 \begin_layout Plain Layout
23879
23880 \backslash
23881 sin
23882 \end_layout
23883
23884 \end_inset
23885 </cell>
23886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23887 \begin_inset Text
23888
23889 \begin_layout Plain Layout
23890
23891 \backslash
23892 sinh
23893 \end_layout
23894
23895 \end_inset
23896 </cell>
23897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23898 \begin_inset Text
23899
23900 \begin_layout Plain Layout
23901
23902 \backslash
23903 arcsin
23904 \end_layout
23905
23906 \end_inset
23907 </cell>
23908 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23909 \begin_inset Text
23910
23911 \begin_layout Plain Layout
23912
23913 \backslash
23914 sup
23915 \end_layout
23916
23917 \end_inset
23918 </cell>
23919 </row>
23920 <row>
23921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23922 \begin_inset Text
23923
23924 \begin_layout Plain Layout
23925
23926 \backslash
23927 cos
23928 \end_layout
23929
23930 \end_inset
23931 </cell>
23932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23933 \begin_inset Text
23934
23935 \begin_layout Plain Layout
23936
23937 \backslash
23938 cosh
23939 \end_layout
23940
23941 \end_inset
23942 </cell>
23943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23944 \begin_inset Text
23945
23946 \begin_layout Plain Layout
23947
23948 \backslash
23949 arccos
23950 \end_layout
23951
23952 \end_inset
23953 </cell>
23954 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23955 \begin_inset Text
23956
23957 \begin_layout Plain Layout
23958
23959 \backslash
23960 inf
23961 \end_layout
23962
23963 \end_inset
23964 </cell>
23965 </row>
23966 <row>
23967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23968 \begin_inset Text
23969
23970 \begin_layout Plain Layout
23971
23972 \backslash
23973 tan
23974 \end_layout
23975
23976 \end_inset
23977 </cell>
23978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23979 \begin_inset Text
23980
23981 \begin_layout Plain Layout
23982
23983 \backslash
23984 tanh
23985 \end_layout
23986
23987 \end_inset
23988 </cell>
23989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23990 \begin_inset Text
23991
23992 \begin_layout Plain Layout
23993
23994 \backslash
23995 arctan
23996 \end_layout
23997
23998 \end_inset
23999 </cell>
24000 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24001 \begin_inset Text
24002
24003 \begin_layout Plain Layout
24004
24005 \backslash
24006 lim
24007 \end_layout
24008
24009 \end_inset
24010 </cell>
24011 </row>
24012 <row>
24013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24014 \begin_inset Text
24015
24016 \begin_layout Plain Layout
24017
24018 \backslash
24019 cot
24020 \end_layout
24021
24022 \end_inset
24023 </cell>
24024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24025 \begin_inset Text
24026
24027 \begin_layout Plain Layout
24028
24029 \backslash
24030 coth
24031 \end_layout
24032
24033 \end_inset
24034 </cell>
24035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24036 \begin_inset Text
24037
24038 \begin_layout Plain Layout
24039
24040 \backslash
24041 arg
24042 \end_layout
24043
24044 \end_inset
24045 </cell>
24046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24047 \begin_inset Text
24048
24049 \begin_layout Plain Layout
24050
24051 \backslash
24052 liminf
24053 \end_layout
24054
24055 \end_inset
24056 </cell>
24057 </row>
24058 <row>
24059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24060 \begin_inset Text
24061
24062 \begin_layout Plain Layout
24063
24064 \backslash
24065 sec
24066 \end_layout
24067
24068 \end_inset
24069 </cell>
24070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24071 \begin_inset Text
24072
24073 \begin_layout Plain Layout
24074
24075 \backslash
24076 min
24077 \end_layout
24078
24079 \end_inset
24080 </cell>
24081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24082 \begin_inset Text
24083
24084 \begin_layout Plain Layout
24085
24086 \backslash
24087 deg
24088 \end_layout
24089
24090 \end_inset
24091 </cell>
24092 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24093 \begin_inset Text
24094
24095 \begin_layout Plain Layout
24096
24097 \backslash
24098 limsup
24099 \end_layout
24100
24101 \end_inset
24102 </cell>
24103 </row>
24104 <row>
24105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24106 \begin_inset Text
24107
24108 \begin_layout Plain Layout
24109
24110 \backslash
24111 csc
24112 \end_layout
24113
24114 \end_inset
24115 </cell>
24116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24117 \begin_inset Text
24118
24119 \begin_layout Plain Layout
24120
24121 \backslash
24122 max
24123 \end_layout
24124
24125 \end_inset
24126 </cell>
24127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24128 \begin_inset Text
24129
24130 \begin_layout Plain Layout
24131
24132 \backslash
24133 det
24134 \end_layout
24135
24136 \end_inset
24137 </cell>
24138 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24139 \begin_inset Text
24140
24141 \begin_layout Plain Layout
24142
24143 \backslash
24144 Pr
24145 \end_layout
24146
24147 \end_inset
24148 </cell>
24149 </row>
24150 <row>
24151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24152 \begin_inset Text
24153
24154 \begin_layout Plain Layout
24155
24156 \backslash
24157 ln
24158 \end_layout
24159
24160 \end_inset
24161 </cell>
24162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24163 \begin_inset Text
24164
24165 \begin_layout Plain Layout
24166
24167 \backslash
24168 exp
24169 \end_layout
24170
24171 \end_inset
24172 </cell>
24173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24174 \begin_inset Text
24175
24176 \begin_layout Plain Layout
24177
24178 \backslash
24179 dim
24180 \end_layout
24181
24182 \end_inset
24183 </cell>
24184 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24185 \begin_inset Text
24186
24187 \begin_layout Plain Layout
24188
24189 \backslash
24190 hom
24191 \end_layout
24192
24193 \end_inset
24194 </cell>
24195 </row>
24196 <row>
24197 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24198 \begin_inset Text
24199
24200 \begin_layout Plain Layout
24201
24202 \backslash
24203 lg
24204 \end_layout
24205
24206 \end_inset
24207 </cell>
24208 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24209 \begin_inset Text
24210
24211 \begin_layout Plain Layout
24212
24213 \backslash
24214 log
24215 \end_layout
24216
24217 \end_inset
24218 </cell>
24219 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24220 \begin_inset Text
24221
24222 \begin_layout Plain Layout
24223
24224 \backslash
24225 ker
24226 \end_layout
24227
24228 \end_inset
24229 </cell>
24230 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24231 \begin_inset Text
24232
24233 \begin_layout Plain Layout
24234
24235 \backslash
24236 gcd
24237 \end_layout
24238
24239 \end_inset
24240 </cell>
24241 </row>
24242 </lyxtabular>
24243
24244 \end_inset
24245
24246
24247 \end_layout
24248
24249 \begin_layout Standard
24250 上記は、数式ツールバーボタンの
24251 \begin_inset Graphics
24252         filename ../../images/math/functions.png
24253         scale 85
24254
24255 \end_inset
24256
24257 でも挿入することができます。
24258 \end_layout
24259
24260 \begin_layout Subsection
24261 自己定義関数
24262 \begin_inset Index idx
24263 status collapsed
24264
24265 \begin_layout Plain Layout
24266 かんすう@関数 ! じこていぎ@自己定義
24267 \end_layout
24268
24269 \end_inset
24270
24271
24272 \end_layout
24273
24274 \begin_layout Standard
24275 たとえば符号関数sgn(x)のように、定義済みでない関数を使うには、二つの方法があります。
24276 \end_layout
24277
24278 \begin_layout Itemize
24279 以下の行をLaTeXプリアンブルに加えることによって関数を定義します。
24280 \begin_inset Foot
24281 status collapsed
24282
24283 \begin_layout Plain Layout
24284
24285 \series bold
24286
24287 \backslash
24288 DeclareMathOperator
24289 \series default
24290 についての詳細は、第
24291 \begin_inset CommandInset ref
24292 LatexCommand ref
24293 reference "sub:自己定義演算子"
24294
24295 \end_inset
24296
24297 節をご参照下さい。
24298 \end_layout
24299
24300 \end_inset
24301
24302
24303 \begin_inset Newline newline
24304 \end_inset
24305
24306
24307 \begin_inset VSpace -3mm
24308 \end_inset
24309
24310
24311 \begin_inset Newline newline
24312 \end_inset
24313
24314
24315 \series bold
24316
24317 \backslash
24318 DeclareMathOperator{
24319 \backslash
24320 sgn}{sgn}
24321 \series default
24322
24323 \begin_inset Index idx
24324 status collapsed
24325
24326 \begin_layout Plain Layout
24327 こまんど@コマンド ! D ! 
24328 \backslash
24329 dbinom@
24330 \backslash
24331 DeclareMathOperator
24332 \end_layout
24333
24334 \end_inset
24335
24336
24337 \begin_inset Newline newline
24338 \end_inset
24339
24340
24341 \begin_inset VSpace -2mm
24342 \end_inset
24343
24344
24345 \begin_inset Newline newline
24346 \end_inset
24347
24348 これによって、新しく定義された関数を
24349 \series bold
24350
24351 \backslash
24352 sgn
24353 \series default
24354 コマンドで呼び出すことができるようになります。
24355 \end_layout
24356
24357 \begin_layout Itemize
24358 数式を普通に書き下し、関数名を選択して(上記の例では
24359 \emph on
24360 sgn
24361 \emph default
24362 の文字)、それを数式テキストに変更します。最後に、空白を先行する要素と関数の間に入れます。
24363 \end_layout
24364
24365 \begin_layout Standard
24366 双方とも定義済み関数と同等の出力をもたらします
24367 \begin_inset Foot
24368 status collapsed
24369
24370 \begin_layout Plain Layout
24371 LyX上では、自己定義関数は赤で表示され、定義済み関数は黒で表示されます。
24372 \end_layout
24373
24374 \end_inset
24375
24376
24377 \end_layout
24378
24379 \begin_layout Standard
24380 \align center
24381 \begin_inset Tabular
24382 <lyxtabular version="3" rows="3" columns="2">
24383 <features rotate="0" tabularvalignment="middle">
24384 <column alignment="center" valignment="top" width="0pt">
24385 <column alignment="center" valignment="top" width="0pt">
24386 <row>
24387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24388 \begin_inset Text
24389
24390 \begin_layout Plain Layout
24391 コマンド
24392 \end_layout
24393
24394 \end_inset
24395 </cell>
24396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24397 \begin_inset Text
24398
24399 \begin_layout Plain Layout
24400 出力
24401 \end_layout
24402
24403 \end_inset
24404 </cell>
24405 </row>
24406 <row>
24407 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24408 \begin_inset Text
24409
24410 \begin_layout Plain Layout
24411 A
24412 \backslash
24413 sgn(x)+B
24414 \end_layout
24415
24416 \end_inset
24417 </cell>
24418 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24419 \begin_inset Text
24420
24421 \begin_layout Plain Layout
24422 \begin_inset Formula $A\sgn(x)+B$
24423 \end_inset
24424
24425
24426 \end_layout
24427
24428 \end_inset
24429 </cell>
24430 </row>
24431 <row>
24432 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24433 \begin_inset Text
24434
24435 \begin_layout Plain Layout
24436 A
24437 \backslash
24438 ,
24439 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt+M}\,\textrm{M}}$
24440 \end_inset
24441
24442 (x)+B
24443 \end_layout
24444
24445 \end_inset
24446 </cell>
24447 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24448 \begin_inset Text
24449
24450 \begin_layout Plain Layout
24451 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
24452 \end_inset
24453
24454
24455 \end_layout
24456
24457 \end_inset
24458 </cell>
24459 </row>
24460 </lyxtabular>
24461
24462 \end_inset
24463
24464
24465 \end_layout
24466
24467 \begin_layout Standard
24468 自己定義関数を何回か使用する場合には、一番目の方法の方が適切です。
24469 \end_layout
24470
24471 \begin_layout Subsection
24472 極限
24473 \begin_inset Index idx
24474 status collapsed
24475
24476 \begin_layout Plain Layout
24477 きょくげん@極限
24478 \end_layout
24479
24480 \end_inset
24481
24482
24483 \end_layout
24484
24485 \begin_layout Standard
24486 極限用には、
24487 \series bold
24488
24489 \backslash
24490 lim
24491 \series default
24492
24493 \begin_inset Index idx
24494 status collapsed
24495
24496 \begin_layout Plain Layout
24497 こまんど@コマンド ! L ! 
24498 \backslash
24499 lim
24500 \end_layout
24501
24502 \end_inset
24503
24504
24505 \series bold
24506
24507 \backslash
24508 liminf
24509 \series default
24510
24511 \series bold
24512
24513 \backslash
24514 limsup
24515 \series default
24516 の他に、以下の関数があります。
24517 \end_layout
24518
24519 \begin_layout Standard
24520 \align center
24521 \begin_inset Tabular
24522 <lyxtabular version="3" rows="5" columns="2">
24523 <features rotate="0" tabularvalignment="middle">
24524 <column alignment="center" valignment="top">
24525 <column alignment="center" valignment="top">
24526 <row>
24527 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24528 \begin_inset Text
24529
24530 \begin_layout Plain Layout
24531 コマンド
24532 \end_layout
24533
24534 \end_inset
24535 </cell>
24536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24537 \begin_inset Text
24538
24539 \begin_layout Plain Layout
24540 出力
24541 \begin_inset Note Note
24542 status collapsed
24543
24544 \begin_layout Plain Layout
24545 ここで
24546 \series bold
24547
24548 \backslash
24549 raisebox
24550 \series default
24551 はスペーサーとして使用しているだけです。
24552 \end_layout
24553
24554 \end_inset
24555
24556
24557 \end_layout
24558
24559 \end_inset
24560 </cell>
24561 </row>
24562 <row>
24563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24564 \begin_inset Text
24565
24566 \begin_layout Plain Layout
24567
24568 \backslash
24569 varliminf
24570 \end_layout
24571
24572 \end_inset
24573 </cell>
24574 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24575 \begin_inset Text
24576
24577 \begin_layout Plain Layout
24578 \begin_inset Formula $\varliminf$
24579 \end_inset
24580
24581
24582 \end_layout
24583
24584 \end_inset
24585 </cell>
24586 </row>
24587 <row>
24588 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24589 \begin_inset Text
24590
24591 \begin_layout Plain Layout
24592
24593 \backslash
24594 varlimsup
24595 \end_layout
24596
24597 \end_inset
24598 </cell>
24599 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24600 \begin_inset Text
24601
24602 \begin_layout Plain Layout
24603 \begin_inset Formula $\varlimsup$
24604 \end_inset
24605
24606
24607 \end_layout
24608
24609 \end_inset
24610 </cell>
24611 </row>
24612 <row>
24613 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24614 \begin_inset Text
24615
24616 \begin_layout Plain Layout
24617
24618 \backslash
24619 varprojlim
24620 \end_layout
24621
24622 \end_inset
24623 </cell>
24624 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24625 \begin_inset Text
24626
24627 \begin_layout Plain Layout
24628 \begin_inset Formula $\varprojlim$
24629 \end_inset
24630
24631
24632 \end_layout
24633
24634 \end_inset
24635 </cell>
24636 </row>
24637 <row>
24638 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24639 \begin_inset Text
24640
24641 \begin_layout Plain Layout
24642
24643 \backslash
24644 varinjlim
24645 \end_layout
24646
24647 \end_inset
24648 </cell>
24649 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24650 \begin_inset Text
24651
24652 \begin_layout Plain Layout
24653 \begin_inset Formula $\varinjlim$
24654 \end_inset
24655
24656
24657 \begin_inset Formula $\raisebox{-2.5mm}{}$
24658 \end_inset
24659
24660
24661 \end_layout
24662
24663 \end_inset
24664 </cell>
24665 </row>
24666 </lyxtabular>
24667
24668 \end_inset
24669
24670
24671 \end_layout
24672
24673 \begin_layout Standard
24674 \begin_inset VSpace medskip
24675 \end_inset
24676
24677 極限は、下付き文字を挿入することによって示されます。行内数式では、極限は、以下のように関数の横に置かれます。
24678 \end_layout
24679
24680 \begin_layout Standard
24681 \align center
24682 \begin_inset Tabular
24683 <lyxtabular version="3" rows="2" columns="2">
24684 <features rotate="0" tabularvalignment="middle">
24685 <column alignment="center" valignment="top" width="0pt">
24686 <column alignment="center" valignment="top" width="0pt">
24687 <row>
24688 <cell alignment="center" valignment="top" usebox="none">
24689 \begin_inset Text
24690
24691 \begin_layout Plain Layout
24692 コマンド
24693 \end_layout
24694
24695 \end_inset
24696 </cell>
24697 <cell alignment="center" valignment="top" usebox="none">
24698 \begin_inset Text
24699
24700 \begin_layout Plain Layout
24701 \begin_inset space \hspace{}
24702 \length 1cm
24703 \end_inset
24704
24705 出力
24706 \begin_inset Note Note
24707 status collapsed
24708
24709 \begin_layout Plain Layout
24710 ここで
24711 \series bold
24712
24713 \backslash
24714 raisebox
24715 \series default
24716 はスペーサーとして使用しているだけです。
24717 \end_layout
24718
24719 \end_inset
24720
24721
24722 \end_layout
24723
24724 \end_inset
24725 </cell>
24726 </row>
24727 <row>
24728 <cell alignment="center" valignment="top" usebox="none">
24729 \begin_inset Text
24730
24731 \begin_layout Plain Layout
24732
24733 \backslash
24734 lim_x
24735 \backslash
24736 to
24737 \begin_inset space \textvisiblespace{}
24738 \end_inset
24739
24740 A
24741 \begin_inset space \textvisiblespace{}
24742 \end_inset
24743
24744 x=B
24745 \end_layout
24746
24747 \end_inset
24748 </cell>
24749 <cell alignment="center" valignment="top" usebox="none">
24750 \begin_inset Text
24751
24752 \begin_layout Plain Layout
24753 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
24754 \end_inset
24755
24756
24757 \end_layout
24758
24759 \end_inset
24760 </cell>
24761 </row>
24762 </lyxtabular>
24763
24764 \end_inset
24765
24766
24767 \end_layout
24768
24769 \begin_layout Standard
24770 別行立て数式では、極限は、以下のように通常どおり下に置かれます。
24771 \begin_inset Formula 
24772 \[
24773 \lim_{x\to A}x=B
24774 \]
24775
24776 \end_inset
24777
24778
24779 \end_layout
24780
24781 \begin_layout Subsection
24782 剰余関数
24783 \begin_inset Index idx
24784 status collapsed
24785
24786 \begin_layout Plain Layout
24787 かんすう@関数 ! じょうよ@剰余
24788 \end_layout
24789
24790 \end_inset
24791
24792
24793 \begin_inset Index idx
24794 status collapsed
24795
24796 \begin_layout Plain Layout
24797 かんすう@関数 ! もじゅらす@モジュラス | see
24798 \begin_inset ERT
24799 status collapsed
24800
24801 \begin_layout Plain Layout
24802
24803 {
24804 \end_layout
24805
24806 \end_inset
24807
24808 剰余
24809 \begin_inset ERT
24810 status collapsed
24811
24812 \begin_layout Plain Layout
24813
24814 }
24815 \end_layout
24816
24817 \end_inset
24818
24819
24820 \end_layout
24821
24822 \end_inset
24823
24824
24825 \end_layout
24826
24827 \begin_layout Standard
24828 剰余関数は、特別に4つの派生型があります。
24829 \end_layout
24830
24831 \begin_layout Standard
24832 以下は、別行立て数式での派生型です。
24833 \begin_inset Formula 
24834 \begin{align*}
24835 \underline{\textrm{コマンド}\raisebox{-0.9mm}{}} &  & \underline{\textrm{出力}}\\
24836 \mathrm{a\backslash mod\textrm{␣}b} &  & a\mod b\\
24837 \mathrm{a\backslash pmod\textrm{␣}b} &  & a\pmod b\\
24838 \mathrm{a\backslash bmod\textrm{␣}b} &  & a\bmod b\\
24839 \mathrm{a\backslash pod\textrm{␣}b} &  & a\pod b
24840 \end{align*}
24841
24842 \end_inset
24843
24844
24845 \end_layout
24846
24847 \begin_layout Standard
24848 行内数式では、すべての派生型で、関数名の前の余白がすこし小さく設定されます。既定では、剰余関数は、続く一文字目だけを考慮します。二文字以上を使いたい時には、下記
24849 のように文字をTeX括弧で囲みます。
24850 \begin_inset Formula 
24851 \begin{align*}
24852 \underline{\textrm{コマンド}\raisebox{-0.9mm}{}} &  & \underline{\textrm{出力}}\\
24853 \mathrm{a\backslash pod\textrm{␣}bcd} &  & a\pod bcd\\
24854 \mathrm{a\backslash pod\backslash\{bc\backslash\}d} &  & a\pod{bc}d
24855 \end{align*}
24856
24857 \end_inset
24858
24859
24860 \end_layout
24861
24862 \begin_layout Section
24863 特殊文字
24864 \begin_inset Index idx
24865 status collapsed
24866
24867 \begin_layout Plain Layout
24868 とくしゅもじ@特殊文字
24869 \end_layout
24870
24871 \end_inset
24872
24873
24874 \end_layout
24875
24876 \begin_layout Subsection
24877 数式テキストにおける特殊文字
24878 \end_layout
24879
24880 \begin_layout Standard
24881 以下の各コマンドは、数式テキストかTeXモード中でのみ使用することができます。
24882 \end_layout
24883
24884 \begin_layout Standard
24885 \begin_inset space \hfill{}
24886 \end_inset
24887
24888
24889 \begin_inset Tabular
24890 <lyxtabular version="3" rows="8" columns="2">
24891 <features rotate="0" tabularvalignment="middle">
24892 <column alignment="block" valignment="top">
24893 <column alignment="block" valignment="top">
24894 <row>
24895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24896 \begin_inset Text
24897
24898 \begin_layout Plain Layout
24899 コマンド
24900 \end_layout
24901
24902 \end_inset
24903 </cell>
24904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24905 \begin_inset Text
24906
24907 \begin_layout Plain Layout
24908 出力
24909 \end_layout
24910
24911 \end_inset
24912 </cell>
24913 </row>
24914 <row>
24915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24916 \begin_inset Text
24917
24918 \begin_layout Plain Layout
24919
24920 \backslash
24921 oe
24922 \end_layout
24923
24924 \end_inset
24925 </cell>
24926 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24927 \begin_inset Text
24928
24929 \begin_layout Plain Layout
24930 \begin_inset Formula $\textrm{œ}$
24931 \end_inset
24932
24933
24934 \end_layout
24935
24936 \end_inset
24937 </cell>
24938 </row>
24939 <row>
24940 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24941 \begin_inset Text
24942
24943 \begin_layout Plain Layout
24944
24945 \backslash
24946 OE
24947 \end_layout
24948
24949 \end_inset
24950 </cell>
24951 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24952 \begin_inset Text
24953
24954 \begin_layout Plain Layout
24955 \begin_inset Formula $\textrm{Œ}$
24956 \end_inset
24957
24958
24959 \end_layout
24960
24961 \end_inset
24962 </cell>
24963 </row>
24964 <row>
24965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24966 \begin_inset Text
24967
24968 \begin_layout Plain Layout
24969
24970 \backslash
24971 ae
24972 \end_layout
24973
24974 \end_inset
24975 </cell>
24976 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24977 \begin_inset Text
24978
24979 \begin_layout Plain Layout
24980 \begin_inset Formula $\textrm{æ}$
24981 \end_inset
24982
24983
24984 \end_layout
24985
24986 \end_inset
24987 </cell>
24988 </row>
24989 <row>
24990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24991 \begin_inset Text
24992
24993 \begin_layout Plain Layout
24994
24995 \backslash
24996 AE
24997 \end_layout
24998
24999 \end_inset
25000 </cell>
25001 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25002 \begin_inset Text
25003
25004 \begin_layout Plain Layout
25005 \begin_inset Formula $\textrm{Æ}$
25006 \end_inset
25007
25008
25009 \end_layout
25010
25011 \end_inset
25012 </cell>
25013 </row>
25014 <row>
25015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25016 \begin_inset Text
25017
25018 \begin_layout Plain Layout
25019
25020 \backslash
25021 aa
25022 \end_layout
25023
25024 \end_inset
25025 </cell>
25026 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25027 \begin_inset Text
25028
25029 \begin_layout Plain Layout
25030 \begin_inset Formula $\textrm{\aa}$
25031 \end_inset
25032
25033
25034 \end_layout
25035
25036 \end_inset
25037 </cell>
25038 </row>
25039 <row>
25040 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25041 \begin_inset Text
25042
25043 \begin_layout Plain Layout
25044
25045 \backslash
25046 AA
25047 \begin_inset Index idx
25048 status collapsed
25049
25050 \begin_layout Plain Layout
25051
25052 \lang english
25053
25054 \backslash
25055 @
25056 \begin_inset ERT
25057 status collapsed
25058
25059 \begin_layout Plain Layout
25060
25061
25062 \backslash
25063 textrm{
25064 \backslash
25065 AA}
25066 \end_layout
25067
25068 \end_inset
25069
25070
25071 \end_layout
25072
25073 \end_inset
25074
25075
25076 \end_layout
25077
25078 \end_inset
25079 </cell>
25080 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25081 \begin_inset Text
25082
25083 \begin_layout Plain Layout
25084 \begin_inset Formula $\textrm{Å}$
25085 \end_inset
25086
25087
25088 \end_layout
25089
25090 \end_inset
25091 </cell>
25092 </row>
25093 <row>
25094 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25095 \begin_inset Text
25096
25097 \begin_layout Plain Layout
25098
25099 \backslash
25100 i
25101 \end_layout
25102
25103 \end_inset
25104 </cell>
25105 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25106 \begin_inset Text
25107
25108 \begin_layout Plain Layout
25109 \begin_inset Formula $\textrm{ı}$
25110 \end_inset
25111
25112
25113 \end_layout
25114
25115 \end_inset
25116 </cell>
25117 </row>
25118 </lyxtabular>
25119
25120 \end_inset
25121
25122
25123 \begin_inset space \hfill{}
25124 \end_inset
25125
25126
25127 \begin_inset Tabular
25128 <lyxtabular version="3" rows="8" columns="2">
25129 <features rotate="0" tabularvalignment="middle">
25130 <column alignment="block" valignment="top">
25131 <column alignment="center" valignment="top">
25132 <row>
25133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25134 \begin_inset Text
25135
25136 \begin_layout Plain Layout
25137 コマンド
25138 \begin_inset Note Note
25139 status collapsed
25140
25141 \begin_layout Plain Layout
25142 0
25143 \begin_inset space \thinspace{}
25144 \end_inset
25145
25146 mm空白を分離用に使っているのは、そうしないと出力が¡や¿になってしまうためです。
25147 \end_layout
25148
25149 \end_inset
25150
25151
25152 \end_layout
25153
25154 \end_inset
25155 </cell>
25156 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25157 \begin_inset Text
25158
25159 \begin_layout Plain Layout
25160 出力
25161 \end_layout
25162
25163 \end_inset
25164 </cell>
25165 </row>
25166 <row>
25167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25168 \begin_inset Text
25169
25170 \begin_layout Plain Layout
25171
25172 \backslash
25173 o
25174 \end_layout
25175
25176 \end_inset
25177 </cell>
25178 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25179 \begin_inset Text
25180
25181 \begin_layout Plain Layout
25182 \begin_inset Formula $\textrm{ø}$
25183 \end_inset
25184
25185
25186 \end_layout
25187
25188 \end_inset
25189 </cell>
25190 </row>
25191 <row>
25192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25193 \begin_inset Text
25194
25195 \begin_layout Plain Layout
25196
25197 \backslash
25198 O
25199 \end_layout
25200
25201 \end_inset
25202 </cell>
25203 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25204 \begin_inset Text
25205
25206 \begin_layout Plain Layout
25207 \begin_inset Formula $\textrm{Ø}$
25208 \end_inset
25209
25210
25211 \end_layout
25212
25213 \end_inset
25214 </cell>
25215 </row>
25216 <row>
25217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25218 \begin_inset Text
25219
25220 \begin_layout Plain Layout
25221
25222 \backslash
25223 l
25224 \end_layout
25225
25226 \end_inset
25227 </cell>
25228 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25229 \begin_inset Text
25230
25231 \begin_layout Plain Layout
25232 \begin_inset Formula $\textrm{ł}$
25233 \end_inset
25234
25235
25236 \end_layout
25237
25238 \end_inset
25239 </cell>
25240 </row>
25241 <row>
25242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25243 \begin_inset Text
25244
25245 \begin_layout Plain Layout
25246
25247 \backslash
25248 L
25249 \end_layout
25250
25251 \end_inset
25252 </cell>
25253 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25254 \begin_inset Text
25255
25256 \begin_layout Plain Layout
25257 \begin_inset Formula $\textrm{Ł}$
25258 \end_inset
25259
25260
25261 \end_layout
25262
25263 \end_inset
25264 </cell>
25265 </row>
25266 <row>
25267 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25268 \begin_inset Text
25269
25270 \begin_layout Plain Layout
25271 !
25272 \begin_inset space \hspace{}
25273 \length 0mm
25274 \end_inset
25275
25276 `
25277 \begin_inset space \textvisiblespace{}
25278 \end_inset
25279
25280
25281 \end_layout
25282
25283 \end_inset
25284 </cell>
25285 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25286 \begin_inset Text
25287
25288 \begin_layout Plain Layout
25289 \begin_inset Formula $\textrm{!`}$
25290 \end_inset
25291
25292
25293 \end_layout
25294
25295 \end_inset
25296 </cell>
25297 </row>
25298 <row>
25299 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25300 \begin_inset Text
25301
25302 \begin_layout Plain Layout
25303 ?
25304 \begin_inset space \hspace{}
25305 \length 0mm
25306 \end_inset
25307
25308 `
25309 \begin_inset space \textvisiblespace{}
25310 \end_inset
25311
25312
25313 \end_layout
25314
25315 \end_inset
25316 </cell>
25317 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25318 \begin_inset Text
25319
25320 \begin_layout Plain Layout
25321 \begin_inset Formula $\textrm{?`}$
25322 \end_inset
25323
25324
25325 \end_layout
25326
25327 \end_inset
25328 </cell>
25329 </row>
25330 <row>
25331 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25332 \begin_inset Text
25333
25334 \begin_layout Plain Layout
25335
25336 \backslash
25337 j
25338 \end_layout
25339
25340 \end_inset
25341 </cell>
25342 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25343 \begin_inset Text
25344
25345 \begin_layout Plain Layout
25346 \begin_inset Formula $\textrm{ȷ}$
25347 \end_inset
25348
25349
25350 \end_layout
25351
25352 \end_inset
25353 </cell>
25354 </row>
25355 </lyxtabular>
25356
25357 \end_inset
25358
25359
25360 \begin_inset space \hfill{}
25361 \end_inset
25362
25363
25364 \end_layout
25365
25366 \begin_layout Standard
25367 \begin_inset Formula $\textrm{\textrm{Å}}$
25368 \end_inset
25369
25370
25371 \begin_inset Formula $\textrm{\textrm{Ø}}$
25372 \end_inset
25373
25374 の各文字は、数式ツールバーボタンの
25375 \begin_inset Graphics
25376         filename ../../images/math/digamma.png
25377         scale 85
25378
25379 \end_inset
25380
25381 からも挿入することができます。
25382 \end_layout
25383
25384 \begin_layout Standard
25385 例外は、
25386 \series bold
25387 !
25388 \begin_inset space \hspace{}
25389 \length 0mm
25390 \end_inset
25391
25392 `
25393 \series default
25394
25395 \series bold
25396 ?
25397 \begin_inset space \hspace{}
25398 \length 0mm
25399 \end_inset
25400
25401 `
25402 \series default
25403 の各コマンドで、これらは直接LyX中の本文に入れることができます。
25404 \end_layout
25405
25406 \begin_layout Subsection
25407 文章中のアクセント
25408 \begin_inset CommandInset label
25409 LatexCommand label
25410 name "sub:文章中のアクセント"
25411
25412 \end_inset
25413
25414
25415 \begin_inset Index idx
25416 status collapsed
25417
25418 \begin_layout Plain Layout
25419 あくせんと@アクセント ! ぶんしょうちゅうの@文章中の---
25420 \end_layout
25421
25422 \end_inset
25423
25424
25425 \end_layout
25426
25427 \begin_layout Standard
25428 以下に挙げる各コマンドを使えば、すべての文字にアクセントを付けることができます。これらのコマンドは、TeXモードで入れなくてはなりません。
25429 \end_layout
25430
25431 \begin_layout Standard
25432 \begin_inset space \hfill{}
25433 \end_inset
25434
25435
25436 \begin_inset Tabular
25437 <lyxtabular version="3" rows="8" columns="2">
25438 <features rotate="0" tabularvalignment="middle">
25439 <column alignment="block" valignment="top">
25440 <column alignment="block" valignment="top">
25441 <row>
25442 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25443 \begin_inset Text
25444
25445 \begin_layout Plain Layout
25446 コマンド
25447 \end_layout
25448
25449 \end_inset
25450 </cell>
25451 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25452 \begin_inset Text
25453
25454 \begin_layout Plain Layout
25455 出力
25456 \end_layout
25457
25458 \end_inset
25459 </cell>
25460 </row>
25461 <row>
25462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25463 \begin_inset Text
25464
25465 \begin_layout Plain Layout
25466
25467 \backslash
25468
25469 \begin_inset Quotes grd
25470 \end_inset
25471
25472 e
25473 \end_layout
25474
25475 \end_inset
25476 </cell>
25477 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25478 \begin_inset Text
25479
25480 \begin_layout Plain Layout
25481 \begin_inset ERT
25482 status collapsed
25483
25484 \begin_layout Plain Layout
25485
25486
25487 \backslash
25488 "e
25489 \end_layout
25490
25491 \end_inset
25492
25493
25494 \end_layout
25495
25496 \end_inset
25497 </cell>
25498 </row>
25499 <row>
25500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25501 \begin_inset Text
25502
25503 \begin_layout Plain Layout
25504
25505 \backslash
25506 `e
25507 \end_layout
25508
25509 \end_inset
25510 </cell>
25511 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25512 \begin_inset Text
25513
25514 \begin_layout Plain Layout
25515 \begin_inset ERT
25516 status collapsed
25517
25518 \begin_layout Plain Layout
25519
25520
25521 \backslash
25522 `e
25523 \end_layout
25524
25525 \end_inset
25526
25527
25528 \end_layout
25529
25530 \end_inset
25531 </cell>
25532 </row>
25533 <row>
25534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25535 \begin_inset Text
25536
25537 \begin_layout Plain Layout
25538
25539 \backslash
25540 ^
25541 \begin_inset space \textvisiblespace{}
25542 \end_inset
25543
25544 e
25545 \end_layout
25546
25547 \end_inset
25548 </cell>
25549 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25550 \begin_inset Text
25551
25552 \begin_layout Plain Layout
25553 \begin_inset ERT
25554 status collapsed
25555
25556 \begin_layout Plain Layout
25557
25558
25559 \backslash
25560 ^e
25561 \end_layout
25562
25563 \end_inset
25564
25565
25566 \end_layout
25567
25568 \end_inset
25569 </cell>
25570 </row>
25571 <row>
25572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25573 \begin_inset Text
25574
25575 \begin_layout Plain Layout
25576
25577 \backslash
25578 =e
25579 \end_layout
25580
25581 \end_inset
25582 </cell>
25583 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25584 \begin_inset Text
25585
25586 \begin_layout Plain Layout
25587 \begin_inset ERT
25588 status collapsed
25589
25590 \begin_layout Plain Layout
25591
25592
25593 \backslash
25594 =e
25595 \end_layout
25596
25597 \end_inset
25598
25599
25600 \end_layout
25601
25602 \end_inset
25603 </cell>
25604 </row>
25605 <row>
25606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25607 \begin_inset Text
25608
25609 \begin_layout Plain Layout
25610
25611 \backslash
25612 u
25613 \begin_inset space \textvisiblespace{}
25614 \end_inset
25615
25616 e
25617 \end_layout
25618
25619 \end_inset
25620 </cell>
25621 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25622 \begin_inset Text
25623
25624 \begin_layout Plain Layout
25625 \begin_inset ERT
25626 status collapsed
25627
25628 \begin_layout Plain Layout
25629
25630
25631 \backslash
25632 u e
25633 \end_layout
25634
25635 \end_inset
25636
25637
25638 \end_layout
25639
25640 \end_inset
25641 </cell>
25642 </row>
25643 <row>
25644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25645 \begin_inset Text
25646
25647 \begin_layout Plain Layout
25648
25649 \backslash
25650 b
25651 \begin_inset space \textvisiblespace{}
25652 \end_inset
25653
25654 e
25655 \end_layout
25656
25657 \end_inset
25658 </cell>
25659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25660 \begin_inset Text
25661
25662 \begin_layout Plain Layout
25663 \begin_inset ERT
25664 status collapsed
25665
25666 \begin_layout Plain Layout
25667
25668
25669 \backslash
25670 b e
25671 \end_layout
25672
25673 \end_inset
25674
25675
25676 \end_layout
25677
25678 \end_inset
25679 </cell>
25680 </row>
25681 <row>
25682 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25683 \begin_inset Text
25684
25685 \begin_layout Plain Layout
25686
25687 \backslash
25688 t
25689 \begin_inset space \textvisiblespace{}
25690 \end_inset
25691
25692 ee
25693 \end_layout
25694
25695 \end_inset
25696 </cell>
25697 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25698 \begin_inset Text
25699
25700 \begin_layout Plain Layout
25701 \begin_inset ERT
25702 status collapsed
25703
25704 \begin_layout Plain Layout
25705
25706
25707 \backslash
25708 t ee
25709 \end_layout
25710
25711 \end_inset
25712
25713
25714 \end_layout
25715
25716 \end_inset
25717 </cell>
25718 </row>
25719 </lyxtabular>
25720
25721 \end_inset
25722
25723
25724 \begin_inset space \hfill{}
25725 \end_inset
25726
25727
25728 \begin_inset Tabular
25729 <lyxtabular version="3" rows="8" columns="2">
25730 <features rotate="0" tabularvalignment="middle">
25731 <column alignment="block" valignment="top">
25732 <column alignment="center" valignment="top">
25733 <row>
25734 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25735 \begin_inset Text
25736
25737 \begin_layout Plain Layout
25738 コマンド
25739 \end_layout
25740
25741 \end_inset
25742 </cell>
25743 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25744 \begin_inset Text
25745
25746 \begin_layout Plain Layout
25747 出力
25748 \end_layout
25749
25750 \end_inset
25751 </cell>
25752 </row>
25753 <row>
25754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25755 \begin_inset Text
25756
25757 \begin_layout Plain Layout
25758
25759 \backslash
25760 H
25761 \begin_inset space \textvisiblespace{}
25762 \end_inset
25763
25764 e
25765 \end_layout
25766
25767 \end_inset
25768 </cell>
25769 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25770 \begin_inset Text
25771
25772 \begin_layout Plain Layout
25773 \begin_inset ERT
25774 status collapsed
25775
25776 \begin_layout Plain Layout
25777
25778
25779 \backslash
25780 H e
25781 \end_layout
25782
25783 \end_inset
25784
25785
25786 \end_layout
25787
25788 \end_inset
25789 </cell>
25790 </row>
25791 <row>
25792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25793 \begin_inset Text
25794
25795 \begin_layout Plain Layout
25796
25797 \backslash
25798 'e
25799 \end_layout
25800
25801 \end_inset
25802 </cell>
25803 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25804 \begin_inset Text
25805
25806 \begin_layout Plain Layout
25807 \begin_inset ERT
25808 status collapsed
25809
25810 \begin_layout Plain Layout
25811
25812
25813 \backslash
25814 'e
25815 \end_layout
25816
25817 \end_inset
25818
25819
25820 \end_layout
25821
25822 \end_inset
25823 </cell>
25824 </row>
25825 <row>
25826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25827 \begin_inset Text
25828
25829 \begin_layout Plain Layout
25830
25831 \backslash
25832 ~e
25833 \begin_inset Index idx
25834 status collapsed
25835
25836 \begin_layout Plain Layout
25837
25838 \lang english
25839 Tilde
25840 \end_layout
25841
25842 \end_inset
25843
25844
25845 \end_layout
25846
25847 \end_inset
25848 </cell>
25849 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25850 \begin_inset Text
25851
25852 \begin_layout Plain Layout
25853 \begin_inset ERT
25854 status collapsed
25855
25856 \begin_layout Plain Layout
25857
25858
25859 \backslash
25860 ~e
25861 \end_layout
25862
25863 \end_inset
25864
25865
25866 \end_layout
25867
25868 \end_inset
25869 </cell>
25870 </row>
25871 <row>
25872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25873 \begin_inset Text
25874
25875 \begin_layout Plain Layout
25876
25877 \backslash
25878 .e
25879 \end_layout
25880
25881 \end_inset
25882 </cell>
25883 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25884 \begin_inset Text
25885
25886 \begin_layout Plain Layout
25887 \begin_inset ERT
25888 status collapsed
25889
25890 \begin_layout Plain Layout
25891
25892
25893 \backslash
25894 .e
25895 \end_layout
25896
25897 \end_inset
25898
25899
25900 \end_layout
25901
25902 \end_inset
25903 </cell>
25904 </row>
25905 <row>
25906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25907 \begin_inset Text
25908
25909 \begin_layout Plain Layout
25910
25911 \backslash
25912 v
25913 \begin_inset space \textvisiblespace{}
25914 \end_inset
25915
25916 e
25917 \end_layout
25918
25919 \end_inset
25920 </cell>
25921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25922 \begin_inset Text
25923
25924 \begin_layout Plain Layout
25925 \begin_inset ERT
25926 status collapsed
25927
25928 \begin_layout Plain Layout
25929
25930
25931 \backslash
25932 v e
25933 \end_layout
25934
25935 \end_inset
25936
25937
25938 \end_layout
25939
25940 \end_inset
25941 </cell>
25942 </row>
25943 <row>
25944 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25945 \begin_inset Text
25946
25947 \begin_layout Plain Layout
25948
25949 \backslash
25950 d
25951 \begin_inset space \textvisiblespace{}
25952 \end_inset
25953
25954 e
25955 \end_layout
25956
25957 \end_inset
25958 </cell>
25959 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25960 \begin_inset Text
25961
25962 \begin_layout Plain Layout
25963 \begin_inset ERT
25964 status collapsed
25965
25966 \begin_layout Plain Layout
25967
25968
25969 \backslash
25970 d e
25971 \end_layout
25972
25973 \end_inset
25974
25975
25976 \end_layout
25977
25978 \end_inset
25979 </cell>
25980 </row>
25981 <row>
25982 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25983 \begin_inset Text
25984
25985 \begin_layout Plain Layout
25986
25987 \backslash
25988 c
25989 \begin_inset space \textvisiblespace{}
25990 \end_inset
25991
25992 e
25993 \end_layout
25994
25995 \end_inset
25996 </cell>
25997 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25998 \begin_inset Text
25999
26000 \begin_layout Plain Layout
26001 \begin_inset ERT
26002 status collapsed
26003
26004 \begin_layout Plain Layout
26005
26006
26007 \backslash
26008 c e
26009 \end_layout
26010
26011 \end_inset
26012
26013
26014 \end_layout
26015
26016 \end_inset
26017 </cell>
26018 </row>
26019 </lyxtabular>
26020
26021 \end_inset
26022
26023
26024 \begin_inset space \hfill{}
26025 \end_inset
26026
26027
26028 \end_layout
26029
26030 \begin_layout Standard
26031 \begin_inset VSpace medskip
26032 \end_inset
26033
26034
26035 \series bold
26036
26037 \backslash
26038 t
26039 \series default
26040 コマンドは異なる二つの文字にアクセントを付けることもできます。たとえば、コマンド
26041 \series bold
26042
26043 \backslash
26044 t
26045 \begin_inset space \textvisiblespace{}
26046 \end_inset
26047
26048 sz
26049 \series default
26050 は、
26051 \begin_inset ERT
26052 status collapsed
26053
26054 \begin_layout Plain Layout
26055
26056
26057 \backslash
26058 t sz
26059 \end_layout
26060
26061 \end_inset
26062
26063 となります。
26064 \end_layout
26065
26066 \begin_layout Standard
26067
26068 \series bold
26069 `
26070 \series default
26071  ・
26072 \series bold
26073  '
26074 \series default
26075  ・ 
26076 \series bold
26077 ^
26078 \series default
26079  の各アクセントは、TeXモードを使わなくても、母音といっしょに直接キーボードから入力することもできます。チルダ
26080 \begin_inset Foot
26081 status collapsed
26082
26083 \begin_layout Plain Layout
26084 これは、チルダがアクセントとして定義されているキーボードのみに適用されます。
26085 \end_layout
26086
26087 \end_inset
26088
26089
26090 \series bold
26091 ~
26092 \series default
26093 を、
26094 \emph on
26095 a
26096 \emph default
26097
26098 \emph on
26099 n
26100 \emph default
26101
26102 \emph on
26103 o
26104 \emph default
26105 といっしょに使うときも同様です。
26106 \end_layout
26107
26108 \begin_layout Standard
26109
26110 \series bold
26111
26112 \backslash
26113 b
26114 \series default
26115
26116 \series bold
26117
26118 \backslash
26119 c
26120 \series default
26121
26122 \series bold
26123
26124 \backslash
26125 d
26126 \series default
26127
26128 \series bold
26129
26130 \backslash
26131 H
26132 \series default
26133
26134 \series bold
26135
26136 \backslash
26137 t
26138 \series default
26139
26140 \series bold
26141
26142 \backslash
26143 u
26144 \series default
26145
26146 \series bold
26147
26148 \backslash
26149 v
26150 \series default
26151 の各コマンドと、キーボードから直接挿入するアクセントは、数式テキスト中でも使うことができます。他のアクセントについては、数式内向けの特別な数式コマンドがあります
26152 。第
26153 \begin_inset CommandInset ref
26154 LatexCommand ref
26155 reference "sub:一文字に付けるアクセント"
26156
26157 \end_inset
26158
26159 節をご参照下さい。
26160 \end_layout
26161
26162 \begin_layout Standard
26163 \begin_inset VSpace bigskip
26164 \end_inset
26165
26166 さらに、
26167 \series bold
26168
26169 \backslash
26170 textcircled
26171 \series default
26172
26173 \begin_inset Index idx
26174 status collapsed
26175
26176 \begin_layout Plain Layout
26177 こまんど@コマンド ! T ! 
26178 \backslash
26179 textcircled
26180 \end_layout
26181
26182 \end_inset
26183
26184 コマンドを使えば、著作権マークのように、あらゆる数字や文字を丸で囲む---敢えて言えば、丸囲みでアクセントを付けるようなものといえるでしょう---ことができます
26185
26186 \end_layout
26187
26188 \begin_layout Standard
26189 \align center
26190 \begin_inset Tabular
26191 <lyxtabular version="3" rows="3" columns="2">
26192 <features rotate="0" tabularvalignment="middle">
26193 <column alignment="center" valignment="top">
26194 <column alignment="center" valignment="top">
26195 <row>
26196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26197 \begin_inset Text
26198
26199 \begin_layout Plain Layout
26200 コマンド
26201 \end_layout
26202
26203 \end_inset
26204 </cell>
26205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26206 \begin_inset Text
26207
26208 \begin_layout Plain Layout
26209 出力
26210 \begin_inset Note Note
26211 status collapsed
26212
26213 \begin_layout Plain Layout
26214 ここで
26215 \series bold
26216
26217 \backslash
26218 raisebox
26219 \series default
26220 はスペーサーとして使用しているだけです。
26221 \end_layout
26222
26223 \end_inset
26224
26225
26226 \end_layout
26227
26228 \end_inset
26229 </cell>
26230 </row>
26231 <row>
26232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26233 \begin_inset Text
26234
26235 \begin_layout Plain Layout
26236
26237 \backslash
26238 textcircled{w}
26239 \end_layout
26240
26241 \end_inset
26242 </cell>
26243 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26244 \begin_inset Text
26245
26246 \begin_layout Plain Layout
26247 \begin_inset ERT
26248 status collapsed
26249
26250 \begin_layout Plain Layout
26251
26252
26253 \backslash
26254 textcircled{w}
26255 \end_layout
26256
26257 \end_inset
26258
26259
26260 \end_layout
26261
26262 \end_inset
26263 </cell>
26264 </row>
26265 <row>
26266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26267 \begin_inset Text
26268
26269 \begin_layout Plain Layout
26270
26271 \backslash
26272 Large 
26273 \backslash
26274 textcircled{
26275 \backslash
26276 normalsize
26277 \backslash
26278 protect
26279 \backslash
26280 raisebox{-1.5pt}{W}}
26281 \end_layout
26282
26283 \end_inset
26284 </cell>
26285 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26286 \begin_inset Text
26287
26288 \begin_layout Plain Layout
26289 \begin_inset Formula $\raisebox{4.5mm}{}$
26290 \end_inset
26291
26292
26293 \begin_inset ERT
26294 status collapsed
26295
26296 \begin_layout Plain Layout
26297
26298
26299 \backslash
26300 Large 
26301 \backslash
26302 textcircled{
26303 \backslash
26304 normalsize
26305 \backslash
26306 protect
26307 \backslash
26308 raisebox{-1.5pt}W}
26309 \end_layout
26310
26311 \end_inset
26312
26313
26314 \begin_inset Formula $\raisebox{-2mm}{}$
26315 \end_inset
26316
26317
26318 \end_layout
26319
26320 \end_inset
26321 </cell>
26322 </row>
26323 </lyxtabular>
26324
26325 \end_inset
26326
26327
26328 \end_layout
26329
26330 \begin_layout Standard
26331 ここではユーザーが、文字が丸のなかに収まるように調整してやらなくてはなりません。ここでは、
26332 \series bold
26333
26334 \backslash
26335 Large
26336 \series default
26337
26338 \begin_inset Foot
26339 status collapsed
26340
26341 \begin_layout Plain Layout
26342
26343 \begin_inset CommandInset ref
26344 LatexCommand ref
26345 reference "sub:書体寸法"
26346
26347 \end_inset
26348
26349 節参照のこと。
26350 \end_layout
26351
26352 \end_inset
26353
26354 で丸の大きさを指定しています。そして
26355 \series bold
26356
26357 \backslash
26358 raisebox
26359 \series default
26360
26361 \begin_inset Foot
26362 status collapsed
26363
26364 \begin_layout Plain Layout
26365
26366 \begin_inset CommandInset ref
26367 LatexCommand ref
26368 reference "sub:枠なしボックス"
26369
26370 \end_inset
26371
26372 節参照のこと。
26373 \end_layout
26374
26375 \end_inset
26376
26377 を使って、文字が真ん中にくるようにしています。
26378 \end_layout
26379
26380 \begin_layout Subsection
26381 小数字
26382 \begin_inset Index idx
26383 status collapsed
26384
26385 \begin_layout Plain Layout
26386 しょうすうじ@小数字
26387 \end_layout
26388
26389 \end_inset
26390
26391
26392 \end_layout
26393
26394 \begin_layout Standard
26395 小数字(minuscule number)は、
26396 \series bold
26397
26398 \backslash
26399 oldstylenums
26400 \series default
26401
26402 \begin_inset Index idx
26403 status collapsed
26404
26405 \begin_layout Plain Layout
26406 こまんど@コマンド ! O ! 
26407 \backslash
26408 oldstylenums
26409 \end_layout
26410
26411 \end_inset
26412
26413 コマンドで作成することができます。このコマンドは、数式中でもTeXモード中でも使うことができます。コマンド書式は、
26414 \end_layout
26415
26416 \begin_layout Standard
26417
26418 \series bold
26419
26420 \backslash
26421 oldstylenums{数字}
26422 \end_layout
26423
26424 \begin_layout Standard
26425 です。
26426 \series bold
26427
26428 \backslash
26429 oldstylenums{0123456789}
26430 \series default
26431 というコマンドは、
26432 \begin_inset Formula $\oldstylenums{0123456789}$
26433 \end_inset
26434
26435 のようになります。
26436 \end_layout
26437
26438 \begin_layout Subsection
26439 他の特殊文字
26440 \begin_inset CommandInset label
26441 LatexCommand label
26442 name "sub:他の特殊文字"
26443
26444 \end_inset
26445
26446
26447 \begin_inset Index idx
26448 status collapsed
26449
26450 \begin_layout Plain Layout
26451 とくしゅもじ@特殊文字 ! たの@他の
26452 \end_layout
26453
26454 \end_inset
26455
26456
26457 \end_layout
26458
26459 \begin_layout Standard
26460 以下の各文字は、数式中でコマンドを使用してのみ、挿入することができます。
26461 \end_layout
26462
26463 \begin_layout Standard
26464 \align center
26465 \begin_inset Tabular
26466 <lyxtabular version="3" rows="4" columns="2">
26467 <features rotate="0" tabularvalignment="middle">
26468 <column alignment="center" valignment="top">
26469 <column alignment="center" valignment="top">
26470 <row>
26471 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26472 \begin_inset Text
26473
26474 \begin_layout Plain Layout
26475 コマンド
26476 \end_layout
26477
26478 \end_inset
26479 </cell>
26480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26481 \begin_inset Text
26482
26483 \begin_layout Plain Layout
26484 出力
26485 \end_layout
26486
26487 \end_inset
26488 </cell>
26489 </row>
26490 <row>
26491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26492 \begin_inset Text
26493
26494 \begin_layout Plain Layout
26495
26496 \backslash
26497 ^
26498 \begin_inset space \textvisiblespace{}
26499 \end_inset
26500
26501
26502 \end_layout
26503
26504 \end_inset
26505 </cell>
26506 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26507 \begin_inset Text
26508
26509 \begin_layout Plain Layout
26510 \begin_inset Formula $\mathcircumflex$
26511 \end_inset
26512
26513
26514 \end_layout
26515
26516 \end_inset
26517 </cell>
26518 </row>
26519 <row>
26520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26521 \begin_inset Text
26522
26523 \begin_layout Plain Layout
26524
26525 \backslash
26526 _
26527 \end_layout
26528
26529 \end_inset
26530 </cell>
26531 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26532 \begin_inset Text
26533
26534 \begin_layout Plain Layout
26535 \begin_inset Formula $\_$
26536 \end_inset
26537
26538
26539 \end_layout
26540
26541 \end_inset
26542 </cell>
26543 </row>
26544 <row>
26545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26546 \begin_inset Text
26547
26548 \begin_layout Plain Layout
26549 ^
26550 \begin_inset space \textvisiblespace{}
26551 \end_inset
26552
26553
26554 \backslash
26555 circ
26556 \begin_inset Index idx
26557 status collapsed
26558
26559 \begin_layout Plain Layout
26560
26561 \lang english
26562
26563 \backslash
26564
26565 \end_layout
26566
26567 \end_inset
26568
26569
26570 \end_layout
26571
26572 \end_inset
26573 </cell>
26574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26575 \begin_inset Text
26576
26577 \begin_layout Plain Layout
26578 \begin_inset Formula $^{\circ}$
26579 \end_inset
26580
26581
26582 \end_layout
26583
26584 \end_inset
26585 </cell>
26586 </row>
26587 </lyxtabular>
26588
26589 \end_inset
26590
26591
26592 \end_layout
26593
26594 \begin_layout Standard
26595 しかしながら、角度記号
26596 \begin_inset Formula $^{\circ}$
26597 \end_inset
26598
26599 は、以下の行をLaTeXプリアンブルに書き加えれば、直接挿入することができます
26600 \begin_inset Foot
26601 status collapsed
26602
26603 \begin_layout Plain Layout
26604 この件に関する詳細は、第
26605 \begin_inset CommandInset ref
26606 LatexCommand ref
26607 reference "sub:数式中のテキスト文字"
26608
26609 \end_inset
26610
26611 節にあります。
26612 \end_layout
26613
26614 \end_inset
26615
26616
26617 \end_layout
26618
26619 \begin_layout Standard
26620
26621 \series bold
26622
26623 \backslash
26624 DeclareInputtext{176}{
26625 \backslash
26626 ifmmode^
26627 \backslash
26628 circ
26629 \backslash
26630 else
26631 \backslash
26632 textdegree
26633 \backslash
26634 fi}
26635 \begin_inset Newpage newpage
26636 \end_inset
26637
26638
26639 \end_layout
26640
26641 \begin_layout Section
26642 数式様式
26643 \begin_inset CommandInset label
26644 LatexCommand label
26645 name "sec:数式様式"
26646
26647 \end_inset
26648
26649
26650 \begin_inset Index idx
26651 status collapsed
26652
26653 \begin_layout Plain Layout
26654 すうしき@数式 ! ようしき@様式
26655 \end_layout
26656
26657 \end_inset
26658
26659
26660 \end_layout
26661
26662 \begin_layout Itemize
26663 以下の二つの配置様式があります。
26664 \end_layout
26665
26666 \begin_deeper
26667 \begin_layout Description
26668 中央揃え 事前に定義された標準です。
26669 \end_layout
26670
26671 \begin_layout Description
26672 行頭下げ これを使うには、
26673 \family sans
26674 文書\SpecialChar \menuseparator
26675 設定
26676 \family default
26677 メニューの
26678 \family sans
26679 文書クラス
26680 \family default
26681 において、
26682 \series bold
26683 fleqn
26684 \series default
26685 オプションを指定しておかなくてはなりません。
26686 \end_layout
26687
26688 \begin_layout Standard
26689
26690 \series bold
26691 行頭下げ
26692 \series default
26693 を用いる場合には、行頭下げの大きさを
26694 \series bold
26695
26696 \backslash
26697 mathindent
26698 \series default
26699
26700 \begin_inset Index idx
26701 status collapsed
26702
26703 \begin_layout Plain Layout
26704 こまんど@コマンド ! M ! 
26705 \backslash
26706 mathindent
26707 \end_layout
26708
26709 \end_inset
26710
26711 の値で調整することができます。これを15
26712 \begin_inset space \thinspace{}
26713 \end_inset
26714
26715 mmにするには、LaTeXプリアンブルに以下のコマンドを入れておきます。
26716 \end_layout
26717
26718 \begin_layout Standard
26719
26720 \series bold
26721
26722 \backslash
26723 setlength{
26724 \backslash
26725 mathindent}{15mm}
26726 \end_layout
26727
26728 \begin_layout Standard
26729
26730 \series bold
26731
26732 \backslash
26733 mathindent
26734 \series default
26735 を明示的に指定しない場合には、事前に定義されている30
26736 \begin_inset space \thinspace{}
26737 \end_inset
26738
26739 ptが適用されます。
26740 \end_layout
26741
26742 \end_deeper
26743 \begin_layout Itemize
26744 また、以下の二つの連番様式があります。
26745 \end_layout
26746
26747 \begin_deeper
26748 \begin_layout Description
26749 右 事前に定義された標準です。
26750 \end_layout
26751
26752 \begin_layout Description
26753 左 これを使うには、
26754 \family sans
26755 文書\SpecialChar \menuseparator
26756 設定
26757 \family default
26758 メニューの
26759 \family sans
26760 文書クラス
26761 \family default
26762 において、
26763 \series bold
26764 leqno
26765 \series default
26766 オプションを指定しておかなくてはなりません。
26767 \end_layout
26768
26769 \end_deeper
26770 \begin_layout Standard
26771
26772 \series bold
26773 fleqn
26774 \series default
26775
26776 \series bold
26777 leqno
26778 \series default
26779 は、いっしょに指定することができます。両方のオプションを同時に入れる場合には、コンマで区切って下さい。
26780 \end_layout
26781
26782 \begin_layout Standard
26783 これで選択した様式は、文書中のすべての別行立て数式に用いられます。もし、中央揃えと行頭下げの両様式を同一文書中で用いたい場合には、
26784 \series bold
26785 中央揃え
26786 \series default
26787 様式を指定するようにします。そして、行頭下げにしたい数式は、flalign環境に指定するようにします。第
26788 \begin_inset CommandInset ref
26789 LatexCommand ref
26790 reference "sub:flalign環境"
26791
26792 \end_inset
26793
26794 節をご覧下さい。
26795 \end_layout
26796
26797 \begin_layout Section
26798 多行数式
26799 \begin_inset CommandInset label
26800 LatexCommand label
26801 name "sec:多行数式"
26802
26803 \end_inset
26804
26805
26806 \begin_inset Index idx
26807 status collapsed
26808
26809 \begin_layout Plain Layout
26810 すうしき@数式 ! たぎょう@多行
26811 \end_layout
26812
26813 \end_inset
26814
26815
26816 \end_layout
26817
26818 \begin_layout Subsection
26819 概要
26820 \end_layout
26821
26822 \begin_layout Standard
26823 LyXでは、多行数式は、数式中で
26824 \series bold
26825
26826 \begin_inset Info
26827 type  "shortcut"
26828 arg   "newline-insert newline"
26829 \end_inset
26830
26831
26832 \series default
26833 を押すことで作られます。この操作によって、第
26834 \begin_inset CommandInset ref
26835 LatexCommand ref
26836 reference "sub:eqnarray環境"
26837
26838 \end_inset
26839
26840 節に述べられている
26841 \series bold
26842 eqnarray環境
26843 \series default
26844 が作り出されるか、あるいは文書設定で
26845 \family sans
26846 AMS mathパッケージを使う
26847 \family default
26848 オプションが選択されている場合には、第
26849 \begin_inset CommandInset ref
26850 LatexCommand ref
26851 reference "sub:標準align環境"
26852
26853 \end_inset
26854
26855 節に述べられている
26856 \series bold
26857 align環境
26858 \series default
26859 が作り出されることになります。
26860 \end_layout
26861
26862 \begin_layout Standard
26863 他にも、
26864 \family sans
26865 挿入\SpecialChar \menuseparator
26866 数式
26867 \family default
26868 メニューで作ることのできる多行数式環境があります。これらの環境は、以下の各節で説明します。
26869 \end_layout
26870
26871 \begin_layout Standard
26872 すべての多行数式において、新規行は、
26873 \begin_inset Info
26874 type  "shortcut"
26875 arg   "newline-insert newline"
26876 \end_inset
26877
26878 を押すことによって作られます。行を足したり削ったりするには、数式ツールバーボタンの
26879 \begin_inset Graphics
26880         filename ../../images/tabular-feature_append-row.png
26881         scale 85
26882
26883 \end_inset
26884
26885
26886 \begin_inset Graphics
26887         filename ../../images/tabular-feature_delete-row.png
26888         scale 85
26889
26890 \end_inset
26891
26892 を使うか、
26893 \family sans
26894 編集\SpecialChar \menuseparator
26895 行と列
26896 \family default
26897 メニューを使うことができます。
26898 \end_layout
26899
26900 \begin_layout Subsubsection
26901 行間
26902 \begin_inset CommandInset label
26903 LatexCommand label
26904 name "sub:行間"
26905
26906 \end_inset
26907
26908
26909 \begin_inset Index idx
26910 status collapsed
26911
26912 \begin_layout Plain Layout
26913 すうしき@数式 ! たぎょう@多行 ! ぎょうかん@行間
26914 \end_layout
26915
26916 \end_inset
26917
26918
26919 \end_layout
26920
26921 \begin_layout Standard
26922 以下のように、多行数式において行のあいだの空白が足りないことが、ときどき起こります。
26923 \begin_inset Formula 
26924 \begin{eqnarray*}
26925 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}\\
26926 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
26927 \end{eqnarray*}
26928
26929 \end_inset
26930
26931
26932 \end_layout
26933
26934 \begin_layout Standard
26935 LaTeXにおいて行間を付け加えるには、新規行コマンドに非必須の引数をとらせて指定しますが、これはまだLyXには実装されていない
26936 \begin_inset Foot
26937 status collapsed
26938
26939 \begin_layout Plain Layout
26940 \begin_inset CommandInset href
26941 LatexCommand href
26942 name "LyX-bug #1505"
26943 target "http://www.lyx.org/trac/ticket/1505"
26944
26945 \end_inset
26946
26947 を参照。
26948 \end_layout
26949
26950 \end_inset
26951
26952 ので、数式全体をTeXモードで入れなくてはなりません。上記の例の行間を大きくするには、最初の行の最後に
26953 \series bold
26954
26955 \backslash
26956
26957 \backslash
26958 [3mm]
26959 \series default
26960 というコマンドを入れます。すると、次のようになります。
26961 \begin_inset ERT
26962 status collapsed
26963
26964 \begin_layout Plain Layout
26965
26966
26967 \backslash
26968 begin{eqnarray*}
26969 \end_layout
26970
26971 \begin_layout Plain Layout
26972
26973 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
26974  = & 
26975 \backslash
26976 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
26977 \backslash
26978
26979 \backslash
26980 [3mm]
26981 \end_layout
26982
26983 \begin_layout Plain Layout
26984
26985 4x^{2}
26986 \backslash
26987 left(B^{2}+x_{0}^{2}
26988 \backslash
26989 right)+4x_{0}x
26990 \backslash
26991 left(D-B^{2}
26992 \backslash
26993 right)+B^{2}
26994 \backslash
26995 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
26996 \backslash
26997 right) & = & 0
26998 \end_layout
26999
27000 \begin_layout Plain Layout
27001
27002
27003 \backslash
27004 end{eqnarray*}
27005 \end_layout
27006
27007 \end_inset
27008
27009
27010 \end_layout
27011
27012 \begin_layout Standard
27013 \begin_inset VSpace bigskip
27014 \end_inset
27015
27016 同一数式内のすべての行の行間を一律に指定するには、
27017 \series bold
27018
27019 \backslash
27020 jot
27021 \series default
27022
27023 \begin_inset Index idx
27024 status collapsed
27025
27026 \begin_layout Plain Layout
27027 こまんど@コマンド ! J ! 
27028 \backslash
27029 jot
27030 \end_layout
27031
27032 \end_inset
27033
27034 変数を変更します。定義は、
27035 \begin_inset Formula $\mbox{行間}=\mathrm{6\, pt+\backslash jot}$
27036 \end_inset
27037
27038 となっています。
27039 \series bold
27040
27041 \backslash
27042 jot
27043 \series default
27044 の既定値は、3
27045 \begin_inset space \thinspace{}
27046 \end_inset
27047
27048 ptです。上記の例のように、行間を3
27049 \begin_inset space \thinspace{}
27050 \end_inset
27051
27052 mm追加するには、
27053 \end_layout
27054
27055 \begin_layout Standard
27056
27057 \series bold
27058
27059 \backslash
27060 setlength{
27061 \backslash
27062 jot}{3mm+3pt}
27063 \end_layout
27064
27065 \begin_layout Standard
27066 というコマンドを、数式直前にTeXモードで入れておきます。これを行うには、LaTeXプリアンブルに
27067 \end_layout
27068
27069 \begin_layout Standard
27070
27071 \series bold
27072
27073 \backslash
27074 usepackage{calc}
27075 \end_layout
27076
27077 \begin_layout Standard
27078 という行を入れて、LaTeXパッケージ
27079 \series bold
27080 calc
27081 \series default
27082
27083 \begin_inset Foot
27084 status collapsed
27085
27086 \begin_layout Plain Layout
27087
27088 \series bold
27089 calc
27090 \series default
27091 は標準的なLaTeX頒布版のすべてに付属しています。
27092 \end_layout
27093
27094 \end_inset
27095
27096
27097 \begin_inset Index idx
27098 status collapsed
27099
27100 \begin_layout Plain Layout
27101 ぱっけーじ@パッケージ ! calc
27102 \end_layout
27103
27104 \end_inset
27105
27106  を読み込んでおく必要があります。すると、
27107 \begin_inset ERT
27108 status collapsed
27109
27110 \begin_layout Plain Layout
27111
27112
27113 \backslash
27114 setlength{
27115 \backslash
27116 jot}{3mm+3pt}
27117 \end_layout
27118
27119 \end_inset
27120
27121
27122 \begin_inset Formula 
27123 \begin{eqnarray*}
27124 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}\\
27125 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
27126 \end{eqnarray*}
27127
27128 \end_inset
27129
27130
27131 \end_layout
27132
27133 \begin_layout Standard
27134 \begin_inset ERT
27135 status collapsed
27136
27137 \begin_layout Plain Layout
27138
27139
27140 \backslash
27141 setlength{
27142 \backslash
27143 jot}{3pt}
27144 \end_layout
27145
27146 \end_inset
27147
27148 のような結果を得ます。行間を既定値に戻すには、
27149 \series bold
27150
27151 \backslash
27152 jot
27153 \series default
27154 をふたたび3
27155 \begin_inset space \thinspace{}
27156 \end_inset
27157
27158 ptに戻します。
27159 \end_layout
27160
27161 \begin_layout Subsubsection
27162 列間
27163 \begin_inset CommandInset label
27164 LatexCommand label
27165 name "sub:列間"
27166
27167 \end_inset
27168
27169
27170 \begin_inset Index idx
27171 status collapsed
27172
27173 \begin_layout Plain Layout
27174 すうしき@数式 ! たぎょうすうしき@多行数式 ! れつかん@列間
27175 \end_layout
27176
27177 \end_inset
27178
27179
27180 \end_layout
27181
27182 \begin_layout Standard
27183 多行数式は、行列を形成します。たとえば、eqnarray環境の数式は、3列からなる行列です。この環境で列間を変更すれば、関係子周辺の余白を変更することができます
27184
27185 \end_layout
27186
27187 \begin_layout Standard
27188 列間は、
27189 \series bold
27190
27191 \backslash
27192 arraycolsep
27193 \series default
27194
27195 \begin_inset Index idx
27196 status collapsed
27197
27198 \begin_layout Plain Layout
27199 こまんど@コマンド ! A ! 
27200 \backslash
27201 arraycolsep
27202 \end_layout
27203
27204 \end_inset
27205
27206 変数を使って指定し、
27207 \begin_inset Newline newline
27208 \end_inset
27209
27210 列間 = 2
27211 \begin_inset space \thinspace{}
27212 \end_inset
27213
27214
27215 \series bold
27216
27217 \backslash
27218 arraycolsep
27219 \series default
27220
27221 \begin_inset Newline newline
27222 \end_inset
27223
27224 という関係があります。したがって、
27225 \end_layout
27226
27227 \begin_layout Standard
27228
27229 \series bold
27230
27231 \backslash
27232 setlength{
27233 \backslash
27234 arraycolsep}{1cm}
27235 \end_layout
27236
27237 \begin_layout Standard
27238 というコマンドをTeXモードで入れると、ここから後のすべての数式の列間が2
27239 \begin_inset space \thinspace{}
27240 \end_inset
27241
27242 cmになります。これを既定値に戻すには、
27243 \series bold
27244
27245 \backslash
27246 arraycolsep
27247 \series default
27248 を5
27249 \begin_inset space \thinspace{}
27250 \end_inset
27251
27252 ptに戻して下さい。
27253 \end_layout
27254
27255 \begin_layout Standard
27256 以下は、2
27257 \begin_inset space \thinspace{}
27258 \end_inset
27259
27260 cmの列間を持つ数式です。
27261 \begin_inset ERT
27262 status collapsed
27263
27264 \begin_layout Plain Layout
27265
27266
27267 \backslash
27268 setlength{
27269 \backslash
27270 arraycolsep}{1cm}
27271 \end_layout
27272
27273 \end_inset
27274
27275
27276 \begin_inset Formula 
27277 \begin{eqnarray*}
27278 A & = & B\\
27279 C & \ne & A
27280 \end{eqnarray*}
27281
27282 \end_inset
27283
27284 行列の既定の列間10
27285 \begin_inset space \thinspace{}
27286 \end_inset
27287
27288 ptを持つ数式です。
27289 \begin_inset ERT
27290 status collapsed
27291
27292 \begin_layout Plain Layout
27293
27294
27295 \backslash
27296 setlength{
27297 \backslash
27298 arraycolsep}{5pt}
27299 \end_layout
27300
27301 \end_inset
27302
27303
27304 \begin_inset Formula 
27305 \begin{eqnarray*}
27306 A & = & B\\
27307 C & \ne & A
27308 \end{eqnarray*}
27309
27310 \end_inset
27311
27312
27313 \end_layout
27314
27315 \begin_layout Subsubsection
27316 長い数式
27317 \begin_inset Index idx
27318 status collapsed
27319
27320 \begin_layout Plain Layout
27321 すうしき@数式 ! ながい@長い
27322 \end_layout
27323
27324 \end_inset
27325
27326
27327 \end_layout
27328
27329 \begin_layout Standard
27330 長い数式は、以下の方法を使って組版することができます。
27331 \end_layout
27332
27333 \begin_layout Itemize
27334 左辺ないし右辺の一方が、行幅よりもかなり短いときには、以下のように、短い方を左辺に置き、右辺を二行に分けて組版します。
27335 \begin_inset Formula 
27336 \begin{eqnarray}
27337 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 \\
27338  &  & -\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}
27339 \end{eqnarray}
27340
27341 \end_inset
27342
27343 二行目の最初のマイナス記号は、行頭の文字になってしまうため、通常、表示の上で演算子としては取り扱われません。前後に余白が置かれることもなく、分数線からも離れて表
27344 示されません。これを避けるために、マイナス記号の後に
27345 \series bold
27346
27347 \backslash
27348 hspace
27349 \series default
27350 .
27351 \begin_inset Foot
27352 status collapsed
27353
27354 \begin_layout Plain Layout
27355
27356 \series bold
27357
27358 \backslash
27359 hspace
27360 \series default
27361 に関しての詳細は、第
27362 \begin_inset CommandInset ref
27363 LatexCommand ref
27364 reference "sub:可変長の空白"
27365
27366 \end_inset
27367
27368 節をご覧下さい。
27369 \end_layout
27370
27371 \end_inset
27372
27373
27374 \begin_inset Index idx
27375 status collapsed
27376
27377 \begin_layout Plain Layout
27378 こまんど@コマンド ! H ! 
27379 \backslash
27380 hspace
27381 \end_layout
27382
27383 \end_inset
27384
27385 コマンドを使って3
27386 \begin_inset space \thinspace{}
27387 \end_inset
27388
27389 pt空白を入れてあります。
27390 \end_layout
27391
27392 \begin_layout Itemize
27393 数式の両辺がともに長すぎるときには、
27394 \series bold
27395
27396 \backslash
27397 lefteqn
27398 \series default
27399
27400 \begin_inset Index idx
27401 status collapsed
27402
27403 \begin_layout Plain Layout
27404 こまんど@コマンド ! L ! 
27405 \backslash
27406 lefteqn
27407 \end_layout
27408
27409 \end_inset
27410
27411 コマンドを使います。これを最初の行の第一列に入れると、以下のように、続きの内容が他の列にかかって表示されます。
27412 \begin_inset Formula 
27413 \begin{eqnarray}
27414 \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 \\
27415  &  & -\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 \\
27416  &  & =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}
27417 \end{eqnarray}
27418
27419 \end_inset
27420
27421
27422 \series bold
27423
27424 \backslash
27425 lefteqn
27426 \series default
27427 を入力すると、青枠から少し左にずれたところに現れる紫枠にカーソルが移るので、ここに数式を入力します。
27428 \begin_inset Newline newline
27429 \end_inset
27430
27431 二行め以降の行の内容は、二列め以降の列に挿入します。挿入する列が右になるほど、字下げの量が大きくなります。
27432 \begin_inset VSpace medskip
27433 \end_inset
27434
27435
27436 \begin_inset Newline newline
27437 \end_inset
27438
27439
27440 \begin_inset Note Greyedout
27441 status open
27442
27443 \begin_layout Plain Layout
27444
27445 \series bold
27446
27447 \backslash
27448 lefteqn
27449 \series default
27450 を使用する際には、以下のことにご注意下さい。
27451 \end_layout
27452
27453 \begin_layout Itemize
27454 数式では、ページ幅全部を使うことはしません。たとえば、上記の例で、最初の行に
27455 \begin_inset Formula $-B^{2}$
27456 \end_inset
27457
27458 という項を置いたとすると、ページ余白の領域に出てしまいますが、これはよくありません。幅をうまく使うには、最初の行の行頭に負の空白を入れる方法もあります。
27459 \end_layout
27460
27461 \begin_layout Itemize
27462 LyXのバグによって、最初の行にマウスでカーソルを入れることはできません
27463 \begin_inset Foot
27464 status collapsed
27465
27466 \begin_layout Plain Layout
27467 \begin_inset CommandInset href
27468 LatexCommand href
27469 name "LyX-bug #1429"
27470 target "http://www.lyx.org/trac/ticket/1429"
27471
27472 \end_inset
27473
27474
27475 \end_layout
27476
27477 \end_inset
27478
27479 。カーソルを行頭に合わせて、矢印
27480 \begin_inset Flex Ruby
27481 status collapsed
27482
27483 \begin_layout Plain Layout
27484
27485 \begin_inset Argument post:1
27486 status collapsed
27487
27488 \begin_layout Plain Layout
27489 キー
27490 \end_layout
27491
27492 \end_inset
27493
27494
27495 \end_layout
27496
27497 \end_inset
27498
27499 で移動するしかありません。
27500 \end_layout
27501
27502 \end_inset
27503
27504
27505 \end_layout
27506
27507 \begin_layout Itemize
27508 長い数式を組む他の方法として、第
27509 \begin_inset CommandInset ref
27510 LatexCommand ref
27511 reference "sub:multline環境"
27512
27513 \end_inset
27514
27515 節と第
27516 \begin_inset CommandInset ref
27517 LatexCommand ref
27518 reference "sub:数式の一部の多行化"
27519
27520 \end_inset
27521
27522 節で述べられている環境を用いる方法があります。
27523 \end_layout
27524
27525 \begin_layout Subsubsection
27526 多行にわたる括弧
27527 \begin_inset CommandInset label
27528 LatexCommand label
27529 name "sub:多行にわたる括弧"
27530
27531 \end_inset
27532
27533
27534 \begin_inset Index idx
27535 status collapsed
27536
27537 \begin_layout Plain Layout
27538 かっこ@括弧 ! たぎょうすうしきよう@多行数式用
27539 \end_layout
27540
27541 \end_inset
27542
27543
27544 \end_layout
27545
27546 \begin_layout Standard
27547 多行にわたる括弧を作ろうとすると、以下のような問題が生じます。
27548 \begin_inset Formula 
27549 \begin{eqnarray*}
27550 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
27551  &  & \left.\cdots+B-D\right]
27552 \end{eqnarray*}
27553
27554 \end_inset
27555
27556
27557 \end_layout
27558
27559 \begin_layout Standard
27560 可変寸法の括弧は多行にわたることができないので、閉じ括弧が初めの括弧よりも小さくなってしまっています。
27561 \end_layout
27562
27563 \begin_layout Standard
27564 二行めの括弧の大きさを正しく設定するには、最初の行の終わりを
27565 \series bold
27566
27567 \backslash
27568 right.
27569 \series default
27570
27571 \begin_inset Index idx
27572 status collapsed
27573
27574 \begin_layout Plain Layout
27575 こまんど@コマンド ! R ! 
27576 \backslash
27577 right
27578 \end_layout
27579
27580 \end_inset
27581
27582 とし、二行めの始めを
27583 \series bold
27584
27585 \backslash
27586 left.
27587 \begin_inset Foot
27588 status collapsed
27589
27590 \begin_layout Plain Layout
27591
27592 \series bold
27593
27594 \backslash
27595 left
27596 \series default
27597
27598 \series bold
27599
27600 \backslash
27601 right
27602 \series default
27603 に関する詳細は、第
27604 \begin_inset CommandInset ref
27605 LatexCommand ref
27606 reference "sub:自動の括弧丈"
27607
27608 \end_inset
27609
27610 節をご覧下さい。
27611 \end_layout
27612
27613 \end_inset
27614
27615
27616 \series default
27617
27618 \begin_inset Index idx
27619 status collapsed
27620
27621 \begin_layout Plain Layout
27622 こまんど@コマンド ! L ! 
27623 \backslash
27624 left
27625 \end_layout
27626
27627 \end_inset
27628
27629 とします。一行めにおいては、範囲付き積演算子がもっとも大きな記号であり、これが二行めの括弧の大きさにならなくてはならないので、
27630 \series bold
27631
27632 \backslash
27633 left.
27634 \series default
27635 の後に、
27636 \series bold
27637
27638 \backslash
27639 vphantom
27640 \series default
27641
27642 \begin_inset space \textvisiblespace{}
27643 \end_inset
27644
27645
27646 \series bold
27647
27648 \backslash
27649 prod
27650 \series default
27651 ^
27652 \begin_inset space \textvisiblespace{}
27653 \end_inset
27654
27655
27656 \series bold
27657
27658 \backslash
27659 infty
27660 \series default
27661
27662 \begin_inset space \textvisiblespace{}
27663 \end_inset
27664
27665
27666 \series bold
27667
27668 \begin_inset Formula $\downarrow$
27669 \end_inset
27670
27671 _R=1}
27672 \series default
27673
27674 \begin_inset Index idx
27675 status collapsed
27676
27677 \begin_layout Plain Layout
27678 こまんど@コマンド ! V ! 
27679 \backslash
27680 vphantom
27681 \end_layout
27682
27683 \end_inset
27684
27685 というコマンドを挿入します。
27686 \end_layout
27687
27688 \begin_layout Standard
27689 その結果が以下の数式です。
27690 \begin_inset Formula 
27691 \begin{eqnarray*}
27692 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
27693  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
27694 \end{eqnarray*}
27695
27696 \end_inset
27697
27698
27699 \end_layout
27700
27701 \begin_layout Subsection
27702 align環境
27703 \end_layout
27704
27705 \begin_layout Standard
27706 align環境は、すべての型の多行数式に使うことができ、とくに、いくつかの数式を並べて表示させるのに便利です。
27707 \end_layout
27708
27709 \begin_layout Standard
27710 align環境には列があり、奇数列は右揃え、偶数列は左揃えに設定されます。align環境の行にはすべて、付番することができます。
27711 \end_layout
27712
27713 \begin_layout Standard
27714 align環境は、
27715 \family sans
27716 挿入\SpecialChar \menuseparator
27717 数式
27718 \family default
27719 メニューから作ることができます。
27720 \family sans
27721 編集\SpecialChar \menuseparator
27722 数式\SpecialChar \menuseparator
27723 数式の表記を変更
27724 \family default
27725 メニューを使えば、既存の数式をalign環境に変更することができます。
27726 \end_layout
27727
27728 \begin_layout Standard
27729 列を追加したり削除したりするには、数式ツールバーボタンの
27730 \begin_inset Graphics
27731         filename ../../images/tabular-feature_append-column.png
27732         scale 85
27733
27734 \end_inset
27735
27736
27737 \begin_inset Graphics
27738         filename ../../images/tabular-feature_delete-column.png
27739         scale 85
27740
27741 \end_inset
27742
27743 を使うか、
27744 \family sans
27745 編集\SpecialChar \menuseparator
27746 行と列
27747 \family default
27748 メニューを使います。
27749 \end_layout
27750
27751 \begin_layout Subsubsection
27752 標準align環境
27753 \begin_inset CommandInset label
27754 LatexCommand label
27755 name "sub:標準align環境"
27756
27757 \end_inset
27758
27759
27760 \begin_inset Index idx
27761 status collapsed
27762
27763 \begin_layout Plain Layout
27764 すうしき@数式 ! たぎょう@多行 ! alignかんきょう@align環境
27765 \end_layout
27766
27767 \end_inset
27768
27769
27770 \end_layout
27771
27772 \begin_layout Standard
27773 このalign環境は、数式中で
27774 \begin_inset Info
27775 type  "shortcut"
27776 arg   "newline-insert newline"
27777 \end_inset
27778
27779 を押すか、
27780 \family sans
27781 挿入\SpecialChar \menuseparator
27782 数式\SpecialChar \menuseparator
27783 AMS align環境
27784 \family default
27785 メニューで作ることができます。
27786 \end_layout
27787
27788 \begin_layout Standard
27789 以下は、二つの数式を横に並べた例ですが、これは4列からなるalign環境として作ります。
27790 \begin_inset Formula 
27791 \begin{align*}
27792 A & =\sin(B) & C & =D\\
27793 C & \ne A & B & \ne D
27794 \end{align*}
27795
27796 \end_inset
27797
27798 ご覧になって分かるように、この環境の数式は、一列めの前と偶数列の後に
27799 \series bold
27800
27801 \backslash
27802 hfill
27803 \begin_inset Foot
27804 status collapsed
27805
27806 \begin_layout Plain Layout
27807
27808 \series bold
27809
27810 \backslash
27811 hfill
27812 \series default
27813 に関する詳細は、第
27814 \begin_inset CommandInset ref
27815 LatexCommand ref
27816 reference "sub:可変長の空白"
27817
27818 \end_inset
27819
27820 節をご覧下さい。
27821 \end_layout
27822
27823 \end_inset
27824
27825
27826 \series default
27827 があるかのように配置されます。数式様式として
27828 \series bold
27829 行頭下げ
27830 \begin_inset Foot
27831 status collapsed
27832
27833 \begin_layout Plain Layout
27834
27835 \series bold
27836 数式様式については、第
27837 \series default
27838
27839 \begin_inset CommandInset ref
27840 LatexCommand ref
27841 reference "sec:数式様式"
27842
27843 \end_inset
27844
27845 節をご覧下さい。
27846 \end_layout
27847
27848 \end_inset
27849
27850
27851 \series default
27852 を使う場合には、第一列の前の
27853 \series bold
27854
27855 \backslash
27856 hfill
27857 \series default
27858 はない形で数式が設定されます。
27859 \end_layout
27860
27861 \begin_layout Subsubsection
27862 alignat環境
27863 \begin_inset Index idx
27864 status collapsed
27865
27866 \begin_layout Plain Layout
27867 すうしき@数式 ! たぎょう@多行 ! alignatかんきょう@alignat環境
27868 \end_layout
27869
27870 \end_inset
27871
27872
27873 \end_layout
27874
27875 \begin_layout Standard
27876 alignat環境には、事前に設定された列間が存在しません。列間は、必要ならば、第
27877 \begin_inset CommandInset ref
27878 LatexCommand ref
27879 reference "sub:空白"
27880
27881 \end_inset
27882
27883 節に述べられている空白を使用して手動で入れます。
27884 \end_layout
27885
27886 \begin_layout Standard
27887 以下は、上記の例をalignat環境に設定し、二つめの数式の頭に1
27888 \begin_inset space \thinspace{}
27889 \end_inset
27890
27891 cmの空白を入れたものです。
27892 \begin_inset Formula 
27893 \begin{alignat*}{2}
27894 A & =\sin(B) & \hspace{1cm}C & =D\\
27895 C & \ne A & B & \ne D
27896 \end{alignat*}
27897
27898 \end_inset
27899
27900 列間を各列ごとに設定することができるので、この環境は、とくに三つないし四つの数式を横に並べるのに向いています。
27901 \end_layout
27902
27903 \begin_layout Subsubsection
27904 flalign環境
27905 \begin_inset CommandInset label
27906 LatexCommand label
27907 name "sub:flalign環境"
27908
27909 \end_inset
27910
27911
27912 \begin_inset Index idx
27913 status collapsed
27914
27915 \begin_layout Plain Layout
27916 すうしき@数式 ! たぎょう@多行 ! flalignかんきょう@flalign環境
27917 \end_layout
27918
27919 \end_inset
27920
27921
27922 \end_layout
27923
27924 \begin_layout Standard
27925 この環境では、つねに、最初の二列をできるだけ左寄せにし、最後の二列をできるだけ右寄せにするように設定されます。以下がその例です。
27926 \begin_inset Formula 
27927 \begin{flalign*}
27928 A & =1 & B & =2 & C & =3\\
27929 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
27930 \end{flalign*}
27931
27932 \end_inset
27933
27934
27935 \end_layout
27936
27937 \begin_layout Standard
27938 奇数列のflalign環境を作成し、最後の列に空のTeX括弧を入れておくと、数式様式として
27939 \series bold
27940 中央揃え
27941 \series default
27942 が用いられているときでも、一部の数式を左寄せにすることができます。以下は、例として
27943 \begin_inset CommandInset ref
27944 LatexCommand eqref
27945 reference "eq:VolInt"
27946
27947 \end_inset
27948
27949 式を行頭下げにしたものです。
27950 \begin_inset Formula 
27951 \begin{flalign}
27952 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}
27953 \end{flalign}
27954
27955 \end_inset
27956
27957 ここで、最初の二列には数式が入れられており、行頭下げ数式様式と同等の字下げを行うために、30
27958 \begin_inset space \thinspace{}
27959 \end_inset
27960
27961 ptの空白が第1列の頭に入れてあります。
27962 \end_layout
27963
27964 \begin_layout Subsection
27965 eqnarray環境
27966 \begin_inset CommandInset label
27967 LatexCommand label
27968 name "sub:eqnarray環境"
27969
27970 \end_inset
27971
27972
27973 \begin_inset Index idx
27974 status collapsed
27975
27976 \begin_layout Plain Layout
27977 すうしき@数式 ! たぎょう@多行 ! eqnarrayかんきょう@eqnarray環境
27978 \end_layout
27979
27980 \end_inset
27981
27982
27983 \end_layout
27984
27985 \begin_layout Standard
27986 この環境を作成すると、三つの青枠が現れます。最初の枠の内容は右寄せに設定され、最後の枠の内容は左寄せに設定されます。中央の枠は、関係子のみを入れることを想定して
27987 いるので、その内容は中央揃えで少し小さく設定されます。
27988 \begin_inset Formula 
27989 \begin{eqnarray*}
27990 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
27991 AB & AB & AB\\
27992 A & = & A
27993 \end{eqnarray*}
27994
27995 \end_inset
27996
27997
27998 \end_layout
27999
28000 \begin_layout Subsection
28001 gather環境
28002 \begin_inset Index idx
28003 status collapsed
28004
28005 \begin_layout Plain Layout
28006 すうしき@数式 ! たぎょう@多行 ! gatherかんきょう@gather環境
28007 \end_layout
28008
28009 \end_inset
28010
28011
28012 \end_layout
28013
28014 \begin_layout Standard
28015 この環境には、中央揃えに設定された列一つしかありません。行はすべて付番することができます。
28016 \begin_inset Formula 
28017 \begin{gather}
28018 A=1\\
28019 X=\textrm{-}1
28020 \end{gather}
28021
28022 \end_inset
28023
28024
28025 \end_layout
28026
28027 \begin_layout Subsection
28028 multline環境
28029 \begin_inset CommandInset label
28030 LatexCommand label
28031 name "sub:multline環境"
28032
28033 \end_inset
28034
28035
28036 \begin_inset Index idx
28037 status collapsed
28038
28039 \begin_layout Plain Layout
28040 すうしき@数式 ! たぎょう@多行 ! multlineかんきょう@multpline環境
28041 \end_layout
28042
28043 \end_inset
28044
28045
28046 \end_layout
28047
28048 \begin_layout Standard
28049 gather環境同様、multline環境には、中央揃えに設定された列一つしかありません。ただし、一行めが左揃えに設定され、最終行が右揃えに設定されるのです。他
28050 の行はすべて中央揃えになります。このことから、この環境は、長い数式に使うのに向いています。用例として、
28051 \begin_inset CommandInset ref
28052 LatexCommand eqref
28053 reference "eq:lefteqn"
28054
28055 \end_inset
28056
28057 式をmultline環境に置いたものを示します。
28058 \begin_inset Formula 
28059 \begin{multline}
28060 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}\\
28061 -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}\\
28062 =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}}
28063 \end{multline}
28064
28065 \end_inset
28066
28067
28068 \end_layout
28069
28070 \begin_layout Standard
28071 文書の付番設定が右寄せ(左寄せ)になっているときには、出力では、multline環境の最後(最初)の行だけが付番されます
28072 \begin_inset Foot
28073 status collapsed
28074
28075 \begin_layout Plain Layout
28076 付番様式については、第
28077 \begin_inset CommandInset ref
28078 LatexCommand ref
28079 reference "sec:数式様式"
28080
28081 \end_inset
28082
28083 節を参照。
28084 \end_layout
28085
28086 \end_inset
28087
28088
28089 \end_layout
28090
28091 \begin_layout Standard
28092
28093 \series bold
28094
28095 \backslash
28096 shoveright
28097 \begin_inset Index idx
28098 status collapsed
28099
28100 \begin_layout Plain Layout
28101 こまんど@コマンド ! S ! 
28102 \backslash
28103 shoveright
28104 \end_layout
28105
28106 \end_inset
28107
28108 コマンドや
28109 \backslash
28110 shoveleft
28111 \begin_inset Index idx
28112 status collapsed
28113
28114 \begin_layout Plain Layout
28115 こまんど@コマンド ! S ! 
28116 \backslash
28117 shoveleft
28118 \end_layout
28119
28120 \end_inset
28121
28122
28123 \series default
28124 コマンドを使えば、中央揃えの行を右寄せや左寄せにすることができます。これらのコマンドは、以下のようにして使います。
28125 \end_layout
28126
28127 \begin_layout Standard
28128
28129 \series bold
28130
28131 \backslash
28132 shoveright{行の内容}
28133 \series default
28134 あるいは
28135 \series bold
28136
28137 \backslash
28138 shoveleft{行の内容}
28139 \end_layout
28140
28141 \begin_layout Standard
28142 \begin_inset VSpace medskip
28143 \end_inset
28144
28145
28146 \series bold
28147
28148 \backslash
28149 multlinegap
28150 \begin_inset Index idx
28151 status collapsed
28152
28153 \begin_layout Plain Layout
28154 こまんど@コマンド ! M ! 
28155 \backslash
28156 multlinegap
28157 \end_layout
28158
28159 \end_inset
28160
28161
28162 \series default
28163 長は、一行めの左ページ余白からの距離を指定します。既定値は0
28164 \begin_inset space \thinspace{}
28165 \end_inset
28166
28167 ptの長さです。
28168 \end_layout
28169
28170 \begin_layout Standard
28171 以下は、上記の数式に
28172 \end_layout
28173
28174 \begin_layout Standard
28175
28176 \series bold
28177
28178 \backslash
28179 setlength{
28180 \backslash
28181 multlinegap}{2cm}
28182 \end_layout
28183
28184 \begin_layout Standard
28185 というコマンドを、TeXモードで直前に挿入した例です。
28186 \begin_inset ERT
28187 status collapsed
28188
28189 \begin_layout Plain Layout
28190
28191
28192 \backslash
28193 setlength{
28194 \backslash
28195 multlinegap}{2cm}
28196 \end_layout
28197
28198 \end_inset
28199
28200
28201 \begin_inset Formula 
28202 \begin{multline}
28203 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}\\
28204 \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}}\\
28205 =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}}
28206 \end{multline}
28207
28208 \end_inset
28209
28210
28211 \begin_inset ERT
28212 status collapsed
28213
28214 \begin_layout Plain Layout
28215
28216
28217 \backslash
28218 setlength{
28219 \backslash
28220 multlinegap}{0pt}
28221 \end_layout
28222
28223 \end_inset
28224
28225 二行めは、
28226 \series bold
28227
28228 \backslash
28229 shoveleft
28230 \series default
28231 を使って左揃えにしています。
28232 \end_layout
28233
28234 \begin_layout Subsection
28235 数式の一部の多行化
28236 \begin_inset CommandInset label
28237 LatexCommand label
28238 name "sub:数式の一部の多行化"
28239
28240 \end_inset
28241
28242
28243 \begin_inset Index idx
28244 status collapsed
28245
28246 \begin_layout Plain Layout
28247 すうしき@数式 ! たぎょう@多行 ! すうしきのいちぶ@数式の一部
28248 \end_layout
28249
28250 \end_inset
28251
28252
28253 \end_layout
28254
28255 \begin_layout Standard
28256 数式の一部分のみを多行表示したい場合には、
28257 \series bold
28258 aligned
28259 \series default
28260
28261 \series bold
28262 alignedat
28263 \series default
28264
28265 \series bold
28266 gathered
28267 \series default
28268
28269 \series bold
28270 split
28271 \series default
28272 のうちのいずれかの環境を使用します。これらは、
28273 \family sans
28274 挿入\SpecialChar \menuseparator
28275 数式
28276 \family default
28277 メニューか、本節で解説している各コマンドを使用して挿入することができます。
28278 \end_layout
28279
28280 \begin_layout Standard
28281 最初の三つの環境は、環境名から
28282 \series bold
28283 ed
28284 \series default
28285 を省いた同名の多行数式環境と同じ性格を持ちますが、環境の前後に数式を続けることが可能です。たとえば、
28286 \begin_inset Formula 
28287 \[
28288 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
28289 \Delta E\Delta t & \ge\frac{\hbar}{2}
28290 \end{aligned}
28291 \right\} \textrm{不確定性原理}
28292 \]
28293
28294 \end_inset
28295
28296
28297 \end_layout
28298
28299 \begin_layout Standard
28300 この数式を作るには、別行立て数式をまず作っておいて、そこに
28301 \series bold
28302
28303 \backslash
28304 aligned
28305 \begin_inset Index idx
28306 status collapsed
28307
28308 \begin_layout Plain Layout
28309 こまんど@コマンド ! A ! 
28310 \backslash
28311 aligned
28312 \end_layout
28313
28314 \end_inset
28315
28316
28317 \series default
28318 コマンドを挿入しています。紫枠の中に青枠が現れるので、そこに必要に応じて、列や行を加えていきます。この多行環境の外には、括弧などの他の数式要素を入れることができ
28319 ます。
28320 \end_layout
28321
28322 \begin_layout Standard
28323 aligned環境は、長い数式を水平方向を揃えて表示するのにも向いています。別行立て数式内でalignedを用いるようにすると、数式番号を行末の、数式全高の中心
28324 に配置できる利点があります。以下に例として、
28325 \begin_inset CommandInset ref
28326 LatexCommand eqref
28327 reference "eq:shortlong"
28328
28329 \end_inset
28330
28331 式にaligned環境を適用したものを示します。
28332 \begin_inset Formula 
28333 \begin{equation}
28334 \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}|}\\
28335  & -\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}|}
28336 \end{aligned}
28337 \end{equation}
28338
28339 \end_inset
28340
28341
28342 \end_layout
28343
28344 \begin_layout Standard
28345
28346 \series bold
28347 alignedat
28348 \series default
28349
28350 \series bold
28351 gathered
28352 \series default
28353
28354 \series bold
28355 split
28356 \series default
28357 の各環境を使うには、それぞれ
28358 \series bold
28359
28360 \backslash
28361 alignedat
28362 \series default
28363
28364 \begin_inset Index idx
28365 status collapsed
28366
28367 \begin_layout Plain Layout
28368 こまんど@コマンド ! A ! 
28369 \backslash
28370 alignedat
28371 \end_layout
28372
28373 \end_inset
28374
28375
28376 \series bold
28377
28378 \backslash
28379 gathered
28380 \series default
28381
28382 \begin_inset Index idx
28383 status collapsed
28384
28385 \begin_layout Plain Layout
28386 こまんど@コマンド ! G ! 
28387 \backslash
28388 gathered
28389 \end_layout
28390
28391 \end_inset
28392
28393
28394 \series bold
28395
28396 \backslash
28397 split
28398 \series default
28399
28400 \begin_inset Index idx
28401 status collapsed
28402
28403 \begin_layout Plain Layout
28404 こまんど@コマンド ! S ! 
28405 \backslash
28406 split
28407 \end_layout
28408
28409 \end_inset
28410
28411 の各コマンドを挿入します。split環境は、aligned環境と同じ性格を持ちますが、二つの列しか作ることができません。
28412 \end_layout
28413
28414 \begin_layout Subsection
28415 多行数式中のテキスト
28416 \begin_inset CommandInset label
28417 LatexCommand label
28418 name "sub:多行数式中のテキスト"
28419
28420 \end_inset
28421
28422
28423 \begin_inset Index idx
28424 status collapsed
28425
28426 \begin_layout Plain Layout
28427 てきすと@テキスト ! すうしきちゅうの@数式中の
28428 \end_layout
28429
28430 \end_inset
28431
28432
28433 \begin_inset Index idx
28434 status collapsed
28435
28436 \begin_layout Plain Layout
28437 すうしき@数式 ! たぎょう@多行 ! てきすと@テキスト
28438 \end_layout
28439
28440 \end_inset
28441
28442
28443 \end_layout
28444
28445 \begin_layout Standard
28446 各align系環境およびmultline・gather環境では、独立した行に列揃えの影響を受けない形でテキストを挿入することができます。これを行うには、以下の書
28447 式を持つ
28448 \series bold
28449
28450 \backslash
28451 intertext
28452 \series default
28453
28454 \begin_inset Index idx
28455 status collapsed
28456
28457 \begin_layout Plain Layout
28458 こまんど@コマンド ! I ! 
28459 \backslash
28460 intertext
28461 \end_layout
28462
28463 \end_inset
28464
28465 コマンドを使います。
28466 \end_layout
28467
28468 \begin_layout Standard
28469
28470 \series bold
28471
28472 \backslash
28473 intertext{テキスト}
28474 \end_layout
28475
28476 \begin_layout Standard
28477 テキストのハイフネーションを行うことはできないので、テキストは一行に収めなくてはなりません。LyXは、現時点では
28478 \series bold
28479
28480 \backslash
28481 intertext
28482 \series default
28483 を直接サポートしていないので、テキストは数式テキストとして書き入れます。ここで、
28484 \series bold
28485
28486 \backslash
28487 intertext
28488 \series default
28489 は行頭になくてはならず、当該行の上に出力されます。以下は、二行めの行頭にテキストを入れた例です。
28490 \begin_inset Formula 
28491 \begin{align}
28492 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
28493 \intertext{\text{被積分函数は\ensuremath{\phi=\pi}において対称なので、}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
28494 \end{align}
28495
28496 \end_inset
28497
28498
28499 \begin_inset Newpage newpage
28500 \end_inset
28501
28502
28503 \end_layout
28504
28505 \begin_layout Section
28506 数式番号
28507 \begin_inset Index idx
28508 status collapsed
28509
28510 \begin_layout Plain Layout
28511 すうしきばんごう@数式番号
28512 \end_layout
28513
28514 \end_inset
28515
28516
28517 \begin_inset Index idx
28518 status collapsed
28519
28520 \begin_layout Plain Layout
28521 すうしき@数式 ! ばんごう@番号|see
28522 \begin_inset ERT
28523 status collapsed
28524
28525 \begin_layout Plain Layout
28526
28527 {
28528 \end_layout
28529
28530 \end_inset
28531
28532 数式番号
28533 \begin_inset ERT
28534 status collapsed
28535
28536 \begin_layout Plain Layout
28537
28538 }
28539 \end_layout
28540
28541 \end_inset
28542
28543
28544 \end_layout
28545
28546 \end_inset
28547
28548
28549 \end_layout
28550
28551 \begin_layout Subsection
28552 概要
28553 \end_layout
28554
28555 \begin_layout Standard
28556 付番数式は、
28557 \family sans
28558 挿入\SpecialChar \menuseparator
28559 数式\SpecialChar \menuseparator
28560 付番数式
28561 \family default
28562 メニュー(
28563 \begin_inset Flex Ruby
28564 status collapsed
28565
28566 \begin_layout Plain Layout
28567 捷径
28568 \begin_inset Argument post:1
28569 status collapsed
28570
28571 \begin_layout Plain Layout
28572 ショートカット
28573 \end_layout
28574
28575 \end_inset
28576
28577
28578 \end_layout
28579
28580 \end_inset
28581
28582
28583 \family sans
28584 Ctrl+Alt
28585 \begin_inset space ~
28586 \end_inset
28587
28588 N
28589 \family default
28590 )で作ることができます。既存の数式に番号を振るには、
28591 \family sans
28592 編集\SpecialChar \menuseparator
28593 数式\SpecialChar \menuseparator
28594 数式全体を付番
28595 \family default
28596 メニュー(捷径
28597 \begin_inset Info
28598 type  "shortcut"
28599 arg   "math-number-toggle"
28600 \end_inset
28601
28602 )を使います。LyX中において数式番号は、数式の後に括弧に囲まれた「#」で表されます。「#」は、実際の出力では数式番号に置き換えられます。
28603 \end_layout
28604
28605 \begin_layout Standard
28606 多行数式で付番が有効になっているときには、すべての行に番号が振られます。ただし、
28607 \family sans
28608 編集\SpecialChar \menuseparator
28609 数式\SpecialChar \menuseparator
28610 この行を付番
28611 \family default
28612 メニュー(捷径
28613 \begin_inset Info
28614 type  "shortcut"
28615 arg   "math-number-line-toggle"
28616 \end_inset
28617
28618 )を使用すれば、各行毎に付番するかどうか指定することができます。
28619 \end_layout
28620
28621 \begin_layout Standard
28622 行内数式を除いて、すべての数式は二通りの様式で番号を振ることができます。第
28623 \begin_inset CommandInset ref
28624 LatexCommand ref
28625 reference "sec:数式様式"
28626
28627 \end_inset
28628
28629 節をご覧下さい。
28630 \end_layout
28631
28632 \begin_layout Subsection
28633 相互参照
28634 \begin_inset Index idx
28635 status collapsed
28636
28637 \begin_layout Plain Layout
28638 そうごさんしょう@相互参照 ! すうしきへの@数式への
28639 \end_layout
28640
28641 \end_inset
28642
28643
28644 \end_layout
28645
28646 \begin_layout Standard
28647 ラベルを付けた数式は、すべて相互参照することができます。ラベルは、
28648 \family sans
28649 挿入\SpecialChar \menuseparator
28650 ラベル
28651 \family default
28652 メニューか、ツールバーボタンの
28653 \begin_inset Graphics
28654         filename ../../images/label-insert.png
28655         scale 85
28656
28657 \end_inset
28658
28659 で付けることができます。このとき、カーソルは別行立て数式の中になくてはなりません。すると、テキストフィールドの中に
28660 \series bold
28661 eq:と
28662 \series default
28663 いう接頭語の入ったダイアログが現れるので、接頭語の後にラベルを挿入します。この既定の接頭辞は「equation(数式)」を意味し、こうして数式ラベルであるとの標
28664 を付けることによって、節ラベルなどから区別し、大きな文書の中でラベルを見つけるのを容易にします。ラベルを変更するには、
28665 \family sans
28666 挿入\SpecialChar \menuseparator
28667 ラベル
28668 \family default
28669 メニューをもういちど使って下さい。
28670 \end_layout
28671
28672 \begin_layout Standard
28673 LyX中でラベル名は、数式の後ろに、二つの括弧に囲まれて表示されます。ラベル付きの数式はつねに付番されます。
28674 \end_layout
28675
28676 \begin_layout Standard
28677 相互参照は、
28678 \family sans
28679 挿入\SpecialChar \menuseparator
28680 相互参照
28681 \family default
28682 メニューかツールバーボタンの
28683 \begin_inset Graphics
28684         filename ../../images/dialog-show-new-inset_ref.png
28685         scale 85
28686
28687 \end_inset
28688
28689 を使って挿入します。数式相互参照は、出力では数式番号として表示されます。相互参照ダイアログで「
28690 \series bold
28691 (<参照>)
28692 \series default
28693 」書式を選択した場合には、出力での相互参照は、括弧に囲まれた数式番号として表示されます。
28694 \begin_inset Newline newline
28695 \end_inset
28696
28697 LyX中で相互参照を右クリックすると、参照先の数式に移動することができます。
28698 \end_layout
28699
28700 \begin_layout Standard
28701 以下は、後の各小節に現れる数式への相互参照を含む例です。
28702 \begin_inset Note Note
28703 status open
28704
28705 \begin_layout Plain Layout
28706 相互参照の型の違いに留意してください。
28707 \end_layout
28708
28709 \end_inset
28710
28711
28712 \end_layout
28713
28714 \begin_layout Standard
28715 \begin_inset CommandInset ref
28716 LatexCommand eqref
28717 reference "eq:tag"
28718
28719 \end_inset
28720
28721 式と
28722 \begin_inset CommandInset ref
28723 LatexCommand eqref
28724 reference "eq:c"
28725
28726 \end_inset
28727
28728 式は、等価です。(
28729 \begin_inset CommandInset ref
28730 LatexCommand ref
28731 reference "eq:Rom"
28732
28733 \end_inset
28734
28735 )式とは異なり、(
28736 \begin_inset CommandInset ref
28737 LatexCommand ref
28738 reference "eq:Lat"
28739
28740 \end_inset
28741
28742 )式では、付番にラテン数字を使用しています。
28743 \end_layout
28744
28745 \begin_layout Standard
28746 \begin_inset VSpace medskip
28747 \end_inset
28748
28749
28750 \series bold
28751
28752 \backslash
28753 tag
28754 \begin_inset Foot
28755 status collapsed
28756
28757 \begin_layout Plain Layout
28758
28759 \series bold
28760
28761 \backslash
28762 tag
28763 \series default
28764 は、第
28765 \begin_inset CommandInset ref
28766 LatexCommand ref
28767 reference "sub:ユーザー定義番号"
28768
28769 \end_inset
28770
28771 節に説明があります。
28772 \end_layout
28773
28774 \end_inset
28775
28776
28777 \series default
28778 の引数が、第
28779 \begin_inset CommandInset ref
28780 LatexCommand ref
28781 reference "sub:段落ボックス"
28782
28783 \end_inset
28784
28785 節で述べたボックスを含んでいるときには、その数式を参照することはできません。
28786 \end_layout
28787
28788 \begin_layout Subsection
28789 細目番号
28790 \begin_inset Index idx
28791 status collapsed
28792
28793 \begin_layout Plain Layout
28794 すうしきばんごう@数式番号 ! さいもくばんごう@細目番号
28795 \end_layout
28796
28797 \end_inset
28798
28799
28800 \end_layout
28801
28802 \begin_layout Standard
28803
28804 \series bold
28805
28806 \backslash
28807 begin{subequations}
28808 \series default
28809 および
28810 \series bold
28811
28812 \backslash
28813 end{subequations}
28814 \series default
28815 コマンドを使うと、数式に細目番号を付けることができます。これらのコマンドは、TeXモードで入れます。
28816 \end_layout
28817
28818 \begin_layout Standard
28819 たとえば、
28820 \begin_inset Formula 
28821 \begin{equation}
28822 A=C-B\label{eq:a}
28823 \end{equation}
28824
28825 \end_inset
28826
28827
28828 \begin_inset ERT
28829 status collapsed
28830
28831 \begin_layout Plain Layout
28832
28833
28834 \backslash
28835 addtocounter{equation}{-1}
28836 \end_layout
28837
28838 \end_inset
28839
28840
28841 \begin_inset ERT
28842 status collapsed
28843
28844 \begin_layout Plain Layout
28845
28846
28847 \backslash
28848 begin{subequations}
28849 \end_layout
28850
28851 \end_inset
28852
28853
28854 \begin_inset VSpace -5mm
28855 \end_inset
28856
28857
28858 \begin_inset Formula 
28859 \begin{equation}
28860 B=C-A\label{eq:b}
28861 \end{equation}
28862
28863 \end_inset
28864
28865
28866 \begin_inset Formula 
28867 \begin{equation}
28868 C=A+B\label{eq:c}
28869 \end{equation}
28870
28871 \end_inset
28872
28873
28874 \end_layout
28875
28876 \begin_layout Standard
28877 \begin_inset ERT
28878 status collapsed
28879
28880 \begin_layout Plain Layout
28881
28882
28883 \backslash
28884 end{subequations}
28885 \end_layout
28886
28887 \end_inset
28888
28889
28890 \end_layout
28891
28892 \begin_layout Standard
28893 この例を作るには、次のようにします。
28894 \end_layout
28895
28896 \begin_layout Enumerate
28897 一つめの数式を入力します。
28898 \end_layout
28899
28900 \begin_layout Enumerate
28901 一つめの数式の後に
28902 \begin_inset Newline newline
28903 \end_inset
28904
28905
28906 \series bold
28907
28908 \backslash
28909 addtocounter{equation}{-1} 
28910 \backslash
28911 begin{subequations}
28912 \begin_inset Index idx
28913 status collapsed
28914
28915 \begin_layout Plain Layout
28916 こまんど@コマンド ! A ! 
28917 \backslash
28918 addtocounter
28919 \end_layout
28920
28921 \end_inset
28922
28923
28924 \begin_inset Newline newline
28925 \end_inset
28926
28927
28928 \series default
28929 を入力します。
28930 \end_layout
28931
28932 \begin_layout Enumerate
28933 二つめの数式を入力します。
28934 \end_layout
28935
28936 \begin_layout Enumerate
28937 三つめの数式を入力します。
28938 \end_layout
28939
28940 \begin_layout Enumerate
28941 三つめの数式の後に、
28942 \series bold
28943
28944 \backslash
28945 end{subequations}
28946 \series default
28947 を入力します。
28948 \end_layout
28949
28950 \begin_layout Standard
28951
28952 \series bold
28953
28954 \backslash
28955 begin
28956 \series default
28957 コマンドと
28958 \series bold
28959
28960 \backslash
28961 end
28962 \series default
28963 コマンドのあいだの数式はすべて、a・b・
28964 \begin_inset Newline linebreak
28965 \end_inset
28966
28967 c\SpecialChar \ldots{}
28968 のように細目番号が振られます。多行数式の場合は、すべての行に細目番号が振られます。細目番号が振られた数式はすべて、
28969 \emph on
28970 ひとつの
28971 \emph default
28972 付番数式として扱われますが、それぞれの付番数式が
28973 \series bold
28974 equation
28975 \series default
28976 カウンタを一つずつ進めてしまうので、
28977 \series bold
28978
28979 \backslash
28980 addtocounter
28981 \series default
28982 コマンドを使ってカウンタを戻さなくてはなりません。これを怠ると、
28983 \begin_inset CommandInset ref
28984 LatexCommand eqref
28985 reference "eq:a"
28986
28987 \end_inset
28988
28989 式・
28990 \begin_inset CommandInset ref
28991 LatexCommand eqref
28992 reference "eq:b"
28993
28994 \end_inset
28995
28996 式・
28997 \begin_inset CommandInset ref
28998 LatexCommand eqref
28999 reference "eq:c"
29000
29001 \end_inset
29002
29003 式は、それぞれ
29004 \begin_inset CommandInset ref
29005 LatexCommand eqref
29006 reference "eq:a"
29007
29008 \end_inset
29009
29010 式・
29011 \begin_inset CommandInset ref
29012 LatexCommand eqref
29013 reference "eq:d"
29014
29015 \end_inset
29016
29017 式・
29018 \begin_inset CommandInset ref
29019 LatexCommand eqref
29020 reference "eq:f"
29021
29022 \end_inset
29023
29024 式として番号が振られてしまいます。
29025 \end_layout
29026
29027 \begin_layout Standard
29028 上記のように、コマンドをTeXモードで入れると、最初の二つの数式のあいだに空白が生じてしまいます。これを戻すために、-5
29029 \begin_inset space \thinspace{}
29030 \end_inset
29031
29032 mmの垂直空白を
29033 \series bold
29034
29035 \backslash
29036 begin{subequations}
29037 \series default
29038 コマンドの後に入れています。数式様式として
29039 \series bold
29040 行頭下げ
29041 \begin_inset Foot
29042 status collapsed
29043
29044 \begin_layout Plain Layout
29045
29046 \series bold
29047 数式様式に関しては、第
29048 \series default
29049
29050 \begin_inset CommandInset ref
29051 LatexCommand ref
29052 reference "sec:数式様式"
29053
29054 \end_inset
29055
29056 節を参照。
29057 \end_layout
29058
29059 \end_inset
29060
29061
29062 \series default
29063 を用いているときには、これを-7
29064 \begin_inset space \thinspace{}
29065 \end_inset
29066
29067 mm空白にしてください。
29068 \end_layout
29069
29070 \begin_layout Standard
29071 以下は、二行めのみ付番を無効にしている多行数式の例です。
29072 \begin_inset ERT
29073 status collapsed
29074
29075 \begin_layout Plain Layout
29076
29077
29078 \backslash
29079 begin{subequations}
29080 \end_layout
29081
29082 \end_inset
29083
29084
29085 \begin_inset Formula 
29086 \begin{eqnarray}
29087 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
29088  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
29089  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
29090 \end{eqnarray}
29091
29092 \end_inset
29093
29094
29095 \begin_inset ERT
29096 status collapsed
29097
29098 \begin_layout Plain Layout
29099
29100
29101 \backslash
29102 end{subequations}
29103 \end_layout
29104
29105 \end_inset
29106
29107
29108 \end_layout
29109
29110 \begin_layout Subsection
29111 ユーザー定義番号
29112 \begin_inset CommandInset label
29113 LatexCommand label
29114 name "sub:ユーザー定義番号"
29115
29116 \end_inset
29117
29118
29119 \begin_inset Index idx
29120 status collapsed
29121
29122 \begin_layout Plain Layout
29123 すうしきばんごう@数式番号 ! ゆーざーていぎ@ユーザー定義
29124 \end_layout
29125
29126 \end_inset
29127
29128
29129 \end_layout
29130
29131 \begin_layout Standard
29132 \begin_inset Index idx
29133 status collapsed
29134
29135 \begin_layout Plain Layout
29136 すうしきばんごう@数式番号 ! じこていぎくぎり@自己定義区切り
29137 \end_layout
29138
29139 \end_inset
29140
29141 標準の付番では、数式番号の周りに括弧が表示されます。括弧をたとえば縦棒に置き換えるには、LaTeXプリアンブルに以下の行を付け加えます。
29142 \end_layout
29143
29144 \begin_layout Standard
29145
29146 \series bold
29147
29148 \backslash
29149 def
29150 \backslash
29151 tagform@#1{
29152 \backslash
29153 maketag@@@{
29154 \series default
29155
29156 \begin_inset Formula $\boldsymbol{|}$
29157 \end_inset
29158
29159
29160 \series bold
29161 #1
29162 \series default
29163
29164 \begin_inset Formula $\boldsymbol{|}$
29165 \end_inset
29166
29167
29168 \series bold
29169 }}
29170 \series default
29171
29172 \begin_inset Note Note
29173 status collapsed
29174
29175 \begin_layout Plain Layout
29176 このマクロは、テスト用にLaTeXプリアンブルで既に宣言されています。これを有効にするには、最初のパーセント記号を取り除いて下さい。
29177 \end_layout
29178
29179 \end_inset
29180
29181
29182 \end_layout
29183
29184 \begin_layout Standard
29185 他の記号を使いたいときには、
29186 \series bold
29187 #1
29188 \series default
29189 脇の縦棒を一つないし複数の文字で置き換えて下さい。数式番号だけで良い時は、縦棒を削除して下さい。
29190 \end_layout
29191
29192 \begin_layout Standard
29193 \begin_inset VSpace bigskip
29194 \end_inset
29195
29196 数式の後ろに、括弧に囲まれた連番の代わりに、何かしらの表現が欲しいときには、以下のように
29197 \series bold
29198
29199 \backslash
29200 tag
29201 \series default
29202
29203 \begin_inset Index idx
29204 status collapsed
29205
29206 \begin_layout Plain Layout
29207 こまんど@コマンド ! T ! 
29208 \backslash
29209 tag
29210 \end_layout
29211
29212 \end_inset
29213
29214 コマンドを使います。
29215 \begin_inset Formula 
29216 \begin{equation}
29217 A+B=C\tag{何とかかんとか}\label{eq:tag}
29218 \end{equation}
29219
29220 \end_inset
29221
29222 上記の例では、
29223 \series bold
29224
29225 \backslash
29226 tag
29227 \begin_inset space \textvisiblespace{}
29228 \end_inset
29229
29230 何とかかんとか
29231 \series default
29232 というコマンドを数式に打ち込んでいます。
29233 \end_layout
29234
29235 \begin_layout Standard
29236 代わりに
29237 \series bold
29238
29239 \backslash
29240 tag*
29241 \begin_inset space \textvisiblespace{}
29242 \end_inset
29243
29244 何とかかんとか
29245 \series default
29246 というコマンドを使うと、星印は表現の周りの括弧を抑制するので、以下のようになります。
29247 \begin_inset Formula 
29248 \[
29249 A+B=C\tag*{something}
29250 \]
29251
29252 \end_inset
29253
29254
29255 \end_layout
29256
29257 \begin_layout Standard
29258 \begin_inset VSpace bigskip
29259 \end_inset
29260
29261 数式番号を、文書中の新しい部門や節ごとに振りなおしたいときには、部に関しては
29262 \begin_inset Newline newline
29263 \end_inset
29264
29265
29266 \series bold
29267
29268 \backslash
29269 @addtoreset{equation}{part}
29270 \series default
29271
29272 \begin_inset Index idx
29273 status collapsed
29274
29275 \begin_layout Plain Layout
29276 こまんど@コマンド ! 
29277 \begin_inset ERT
29278 status collapsed
29279
29280 \begin_layout Plain Layout
29281
29282 "
29283 \end_layout
29284
29285 \end_inset
29286
29287 @
29288 \begin_inset ERT
29289 status collapsed
29290
29291 \begin_layout Plain Layout
29292
29293 "
29294 \end_layout
29295
29296 \end_inset
29297
29298  ! 
29299 \backslash
29300
29301 \begin_inset ERT
29302 status collapsed
29303
29304 \begin_layout Plain Layout
29305
29306 "
29307 \end_layout
29308
29309 \end_inset
29310
29311 @
29312 \begin_inset ERT
29313 status collapsed
29314
29315 \begin_layout Plain Layout
29316
29317 "
29318 \end_layout
29319
29320 \end_inset
29321
29322 addtoreset
29323 \end_layout
29324
29325 \end_inset
29326
29327
29328 \begin_inset Newline newline
29329 \end_inset
29330
29331 節に関しては
29332 \begin_inset Newline newline
29333 \end_inset
29334
29335
29336 \series bold
29337
29338 \backslash
29339 @addtoreset{equation}{section}
29340 \begin_inset Newline newline
29341 \end_inset
29342
29343
29344 \series default
29345 というコマンドを使います。
29346 \end_layout
29347
29348 \begin_layout Standard
29349 これらのコマンドをTeXモードで使えるようにするためには、
29350 \series bold
29351
29352 \backslash
29353 makeatletter
29354 \series default
29355 コマンドで「@」字をLaTeX中で「有効」にしてやらなくてはなりません。一方、
29356 \series bold
29357
29358 \backslash
29359 makeatother
29360 \series default
29361 コマンドはこれを無効にします。したがって、TeXモード中での上記コマンド列は、
29362 \end_layout
29363
29364 \begin_layout Standard
29365
29366 \series bold
29367
29368 \backslash
29369 makeatletter
29370 \begin_inset Newline newline
29371 \end_inset
29372
29373
29374 \backslash
29375 @addtoreset{equation}{section}
29376 \begin_inset Newline newline
29377 \end_inset
29378
29379
29380 \backslash
29381 makeatother
29382 \begin_inset Newline newline
29383 \end_inset
29384
29385
29386 \series default
29387 のようにならなくてはなりません。
29388 \end_layout
29389
29390 \begin_layout Standard
29391 LaTeXプリアンブル中では、
29392 \series bold
29393
29394 \backslash
29395 makeatletter
29396 \series default
29397
29398 \series bold
29399
29400 \backslash
29401 makeatother
29402 \series default
29403 は、LyXが内部的に自動で挿入するので省略してかまいません。
29404 \end_layout
29405
29406 \begin_layout Standard
29407
29408 \series bold
29409
29410 \backslash
29411 @addtoreset
29412 \series default
29413 を戻すには、まずLaTeXプリアンブル中に
29414 \end_layout
29415
29416 \begin_layout Standard
29417
29418 \series bold
29419
29420 \backslash
29421 usepackage{remreset}
29422 \end_layout
29423
29424 \begin_layout Standard
29425 という行を入れて、
29426 \series bold
29427 remreset.sty
29428 \series default
29429
29430 \begin_inset Foot
29431 status collapsed
29432
29433 \begin_layout Plain Layout
29434
29435 \series bold
29436 remreset
29437 \series default
29438 は、LaTeXパッケージの
29439 \series bold
29440 carlisle
29441 \series default
29442
29443 \begin_inset Index idx
29444 status collapsed
29445
29446 \begin_layout Plain Layout
29447 ぱっけーじ@パッケージ ! carlisle
29448 \end_layout
29449
29450 \end_inset
29451
29452 の一部として含まれており、LaTeX標準頒布版には含まれています。
29453 \end_layout
29454
29455 \end_inset
29456
29457
29458 \begin_inset Index idx
29459 status collapsed
29460
29461 \begin_layout Plain Layout
29462 ぱっけーじ@パッケージ ! remreset
29463 \end_layout
29464
29465 \end_inset
29466
29467 ファイルを読み込んでおかなくてはなりません。その後
29468 \begin_inset Newline newline
29469 \end_inset
29470
29471
29472 \series bold
29473
29474 \backslash
29475 @removefromreset
29476 \series default
29477
29478 \begin_inset Index idx
29479 status collapsed
29480
29481 \begin_layout Plain Layout
29482 こまんど@コマンド ! 
29483 \begin_inset ERT
29484 status collapsed
29485
29486 \begin_layout Plain Layout
29487
29488 "
29489 \end_layout
29490
29491 \end_inset
29492
29493 @
29494 \begin_inset ERT
29495 status collapsed
29496
29497 \begin_layout Plain Layout
29498
29499 "
29500 \end_layout
29501
29502 \end_inset
29503
29504  ! 
29505 \backslash
29506
29507 \begin_inset ERT
29508 status collapsed
29509
29510 \begin_layout Plain Layout
29511
29512 "
29513 \end_layout
29514
29515 \end_inset
29516
29517 @
29518 \begin_inset ERT
29519 status collapsed
29520
29521 \begin_layout Plain Layout
29522
29523 "
29524 \end_layout
29525
29526 \end_inset
29527
29528 removefromreset
29529 \end_layout
29530
29531 \end_inset
29532
29533 コマンドを
29534 \series bold
29535
29536 \backslash
29537 @addtoreset
29538 \series default
29539 と同じ書式で使用すると、
29540 \series bold
29541
29542 \backslash
29543 @addtoreset
29544 \series default
29545 を戻すことができます。
29546 \end_layout
29547
29548 \begin_layout Standard
29549 \begin_inset VSpace bigskip
29550 \end_inset
29551
29552 ときには、数式を
29553 \end_layout
29554
29555 \begin_layout Standard
29556
29557 \family typewriter
29558 (節番号.数式番号)
29559 \end_layout
29560
29561 \begin_layout Standard
29562 のような形で付番し、節ごとに数式番号を「1」から始めさせなくてはならないときがあります。
29563 \end_layout
29564
29565 \begin_layout Standard
29566 このような場合のために、
29567 \series bold
29568
29569 \backslash
29570 numberwithin
29571 \series default
29572
29573 \begin_inset Index idx
29574 status collapsed
29575
29576 \begin_layout Plain Layout
29577 こまんど@コマンド ! N ! 
29578 \backslash
29579 numberwithin
29580 \end_layout
29581
29582 \end_inset
29583
29584 というコマンドがあり、
29585 \end_layout
29586
29587 \begin_layout Standard
29588
29589 \series bold
29590
29591 \backslash
29592 numberwithin{カウンタ}{節階層}
29593 \end_layout
29594
29595 \begin_layout Standard
29596 という書式で用います。「カウンタ」は、どの番号を制御するかを表し、「節階層」は点の前に何の番号を振るのかを表します。
29597 \end_layout
29598
29599 \begin_layout Standard
29600 したがって、ここではLaTeXプリアンブルかTeXコードで
29601 \end_layout
29602
29603 \begin_layout Standard
29604
29605 \series bold
29606
29607 \backslash
29608 numberwithin{equation}{section}
29609 \end_layout
29610
29611 \begin_layout Standard
29612 という行を用いることにしましょう。その結果がこれです。
29613 \begin_inset ERT
29614 status collapsed
29615
29616 \begin_layout Plain Layout
29617
29618
29619 \backslash
29620 numberwithin{equation}{section}
29621 \end_layout
29622
29623 \end_inset
29624
29625
29626 \begin_inset Formula 
29627 \begin{equation}
29628 A+B=C
29629 \end{equation}
29630
29631 \end_inset
29632
29633
29634 \end_layout
29635
29636 \begin_layout Standard
29637 たとえば、部番号を節階層として使用して、表に付番を施すときには
29638 \begin_inset Newline newline
29639 \end_inset
29640
29641
29642 \series bold
29643
29644 \backslash
29645 numberwithin{table}{part}
29646 \series default
29647 を用います。
29648 \end_layout
29649
29650 \begin_layout Standard
29651 標準の付番方式に戻したいときや、この種の付番が文書クラスで定義されているときに、それを止めさせたい場合には、
29652 \end_layout
29653
29654 \begin_layout Standard
29655
29656 \series bold
29657
29658 \backslash
29659 renewcommand{
29660 \backslash
29661 theequation}{
29662 \backslash
29663 arabic{equation}}
29664 \begin_inset Index idx
29665 status collapsed
29666
29667 \begin_layout Plain Layout
29668 こまんど@コマンド ! A ! 
29669 \backslash
29670 arabic
29671 \end_layout
29672
29673 \end_inset
29674
29675
29676 \series default
29677
29678 \begin_inset ERT
29679 status collapsed
29680
29681 \begin_layout Plain Layout
29682
29683
29684 \backslash
29685 renewcommand{
29686 \backslash
29687 theequation}{
29688 \backslash
29689 arabic{equation}}
29690 \end_layout
29691
29692 \end_inset
29693
29694
29695 \series bold
29696
29697 \begin_inset Newline newline
29698 \end_inset
29699
29700
29701 \series default
29702 あるいは
29703 \series bold
29704
29705 \begin_inset Newline newline
29706 \end_inset
29707
29708
29709 \backslash
29710 renewcommand{
29711 \backslash
29712 thetable}{
29713 \backslash
29714 arabic{table}}
29715 \end_layout
29716
29717 \begin_layout Standard
29718 というコマンドをTeXコードとして入れるか、LaTeXプリアンブルに入れます。
29719 \series bold
29720
29721 \backslash
29722 numberwithin
29723 \series default
29724 は、内部的に上記で述べた
29725 \series bold
29726
29727 \backslash
29728 @addtoreset
29729 \series default
29730 コマンドを使用しているので、これも使用後は戻しておかなくてはなりません。
29731 \begin_inset ERT
29732 status collapsed
29733
29734 \begin_layout Plain Layout
29735
29736
29737 \backslash
29738 makeatletter
29739 \end_layout
29740
29741 \begin_layout Plain Layout
29742
29743
29744 \backslash
29745 @removefromreset{equation}{section}
29746 \end_layout
29747
29748 \begin_layout Plain Layout
29749
29750
29751 \backslash
29752 makeatother
29753 \end_layout
29754
29755 \end_inset
29756
29757
29758 \end_layout
29759
29760 \begin_layout Subsection
29761 ローマ数字や文字を使った付番
29762 \begin_inset Index idx
29763 status collapsed
29764
29765 \begin_layout Plain Layout
29766 すうしきばんごう@数式番号 ! もじをつかった@文字を使った
29767 \end_layout
29768
29769 \end_inset
29770
29771
29772 \begin_inset Index idx
29773 status collapsed
29774
29775 \begin_layout Plain Layout
29776 すうしきばんごう@数式番号 ! ろーますうじをつかった@ローマ数字を使った
29777 \end_layout
29778
29779 \end_inset
29780
29781
29782 \end_layout
29783
29784 \begin_layout Standard
29785 数式は、ローマ数字やラテン文字を使って付番することもできます。たとえば、小文字のローマ数字を使って付番するには、数式の前にTeXモードで
29786 \end_layout
29787
29788 \begin_layout Standard
29789
29790 \series bold
29791
29792 \backslash
29793 renewcommand{
29794 \backslash
29795 theequation}{
29796 \backslash
29797 roman{equation}}
29798 \end_layout
29799
29800 \begin_layout Standard
29801 というコマンドを入れます。
29802 \series bold
29803
29804 \backslash
29805 renewcommand
29806 \series default
29807
29808 \begin_inset Index idx
29809 status collapsed
29810
29811 \begin_layout Plain Layout
29812 こまんど@コマンド ! R ! 
29813 \backslash
29814 renewcommand
29815 \end_layout
29816
29817 \end_inset
29818
29819 は、定義済みのコマンド
29820 \series bold
29821
29822 \backslash
29823 theequation
29824 \series default
29825 をコマンド
29826 \series bold
29827
29828 \backslash
29829 roman{equation}
29830 \series default
29831 に再定義します
29832 \begin_inset Foot
29833 status collapsed
29834
29835 \begin_layout Plain Layout
29836
29837 \series bold
29838
29839 \backslash
29840 renewcommand
29841 \series default
29842 コマンドは、第
29843 \begin_inset CommandInset ref
29844 LatexCommand ref
29845 reference "sub:newcommandコマンド"
29846
29847 \end_inset
29848
29849 節に述べられている
29850 \series bold
29851
29852 \backslash
29853 newcommand
29854 \series default
29855 コマンドと同じ書式を持ちます。
29856 \end_layout
29857
29858 \end_inset
29859
29860 。ここで、
29861 \series bold
29862 equation
29863 \series default
29864 は数式カウンタです。コマンド
29865 \series bold
29866
29867 \backslash
29868 the
29869 \series default
29870 をカウンタの接頭辞として使用すると、カウンタの値がアラビア数字として出力されます。数式に番号を振ると、LaTeXは、内部的に
29871 \series bold
29872
29873 \backslash
29874 theequation
29875 \series default
29876 コマンドを数式の後ろに置くのです。
29877 \series bold
29878
29879 \backslash
29880 roman{equation}
29881 \begin_inset Index idx
29882 status collapsed
29883
29884 \begin_layout Plain Layout
29885 こまんど@コマンド ! R ! 
29886 \backslash
29887 roman
29888 \end_layout
29889
29890 \end_inset
29891
29892
29893 \series default
29894 は、カウンタを小文字のローマ数字として出力します。
29895 \end_layout
29896
29897 \begin_layout Standard
29898 こうして、
29899 \series bold
29900
29901 \backslash
29902 renew
29903 \series default
29904 c
29905 \series bold
29906 ommand
29907 \series default
29908 コマンド以降の数式はすべて、ローマ数字で付番されるようになります。大文字のローマ数字での付番に切り替えたいときは、同じコマンドの
29909 \series bold
29910
29911 \backslash
29912 roman
29913 \series default
29914 の部分を
29915 \series bold
29916
29917 \backslash
29918 Roman
29919 \series default
29920
29921 \begin_inset Index idx
29922 status collapsed
29923
29924 \begin_layout Plain Layout
29925 こまんど@コマンド ! R ! 
29926 \backslash
29927 roman@
29928 \backslash
29929 Roman
29930 \end_layout
29931
29932 \end_inset
29933
29934 に変えて挿入します。また、小文字ラテン文字を使って「付番」したいときのために、
29935 \series bold
29936
29937 \backslash
29938 alph
29939 \series default
29940
29941 \begin_inset Index idx
29942 status collapsed
29943
29944 \begin_layout Plain Layout
29945 こまんど@コマンド ! A ! 
29946 \backslash
29947 alph
29948 \end_layout
29949
29950 \end_inset
29951
29952 コマンドがあり、大文字ラテン文字を使って付番したいときのためには、
29953 \series bold
29954
29955 \backslash
29956 Alph
29957 \series default
29958
29959 \begin_inset Index idx
29960 status collapsed
29961
29962 \begin_layout Plain Layout
29963 こまんど@コマンド ! A ! 
29964 \backslash
29965 alph@
29966 \backslash
29967 Alph
29968 \end_layout
29969
29970 \end_inset
29971
29972 コマンドがあります。
29973 \end_layout
29974
29975 \begin_layout Standard
29976 \begin_inset Note Greyedout
29977 status open
29978
29979 \begin_layout Plain Layout
29980
29981 \series bold
29982 【註】
29983 \series default
29984 ラテン文字を使うと、一つの文書の中で、最大26個の数式しか番号を振ることができません。
29985 \end_layout
29986
29987 \end_inset
29988
29989
29990 \end_layout
29991
29992 \begin_layout Standard
29993 \begin_inset ERT
29994 status collapsed
29995
29996 \begin_layout Plain Layout
29997
29998
29999 \backslash
30000 renewcommand{
30001 \backslash
30002 theequation}{
30003 \backslash
30004 roman{equation}}
30005 \end_layout
30006
30007 \end_inset
30008
30009
30010 \end_layout
30011
30012 \begin_layout Standard
30013 \begin_inset Formula 
30014 \begin{equation}
30015 A=\textrm{小文字ローマ数字}
30016 \end{equation}
30017
30018 \end_inset
30019
30020
30021 \begin_inset ERT
30022 status collapsed
30023
30024 \begin_layout Plain Layout
30025
30026
30027 \backslash
30028 renewcommand{
30029 \backslash
30030 theequation}{
30031 \backslash
30032 Roman{equation}}
30033 \end_layout
30034
30035 \end_inset
30036
30037
30038 \begin_inset Formula 
30039 \begin{equation}
30040 B=\textrm{大文字ローマ数字}\label{eq:Rom}
30041 \end{equation}
30042
30043 \end_inset
30044
30045
30046 \begin_inset ERT
30047 status collapsed
30048
30049 \begin_layout Plain Layout
30050
30051
30052 \backslash
30053 renewcommand{
30054 \backslash
30055 theequation}{
30056 \backslash
30057 alph{equation}}
30058 \end_layout
30059
30060 \end_inset
30061
30062
30063 \begin_inset Formula 
30064 \begin{equation}
30065 C=\textrm{小文字ラテン文字}
30066 \end{equation}
30067
30068 \end_inset
30069
30070
30071 \begin_inset ERT
30072 status collapsed
30073
30074 \begin_layout Plain Layout
30075
30076
30077 \backslash
30078 renewcommand{
30079 \backslash
30080 theequation}{
30081 \backslash
30082 Alph{equation}}
30083 \end_layout
30084
30085 \end_inset
30086
30087
30088 \begin_inset Formula 
30089 \begin{equation}
30090 D=\textrm{大文字ラテン文字}\label{eq:Lat}
30091 \end{equation}
30092
30093 \end_inset
30094
30095
30096 \end_layout
30097
30098 \begin_layout Standard
30099 既定の付番方式に戻すには、以下のコマンドを挿入してください。
30100 \end_layout
30101
30102 \begin_layout Standard
30103
30104 \series bold
30105
30106 \backslash
30107 renewcommand{
30108 \backslash
30109 theequation}{
30110 \backslash
30111 arabic{equation}}
30112 \begin_inset Index idx
30113 status collapsed
30114
30115 \begin_layout Plain Layout
30116 こまんど@コマンド ! A ! 
30117 \backslash
30118 arabic
30119 \end_layout
30120
30121 \end_inset
30122
30123
30124 \end_layout
30125
30126 \begin_layout Standard
30127 \begin_inset ERT
30128 status collapsed
30129
30130 \begin_layout Plain Layout
30131
30132
30133 \backslash
30134 renewcommand{
30135 \backslash
30136 theequation}{
30137 \backslash
30138 arabic{equation}}
30139 \end_layout
30140
30141 \end_inset
30142
30143
30144 \begin_inset Formula 
30145 \begin{equation}
30146 E=\textrm{アラビア数字}
30147 \end{equation}
30148
30149 \end_inset
30150
30151
30152 \end_layout
30153
30154 \begin_layout Standard
30155 \begin_inset VSpace medskip
30156 \end_inset
30157
30158 以上からわかるとおり、付番様式の違いに関わらず、数式番号は連番で振られます。様式変更時に「1」から番号が始まるようにするためには、新しい数式カウンタを定義しなく
30159 てはなりません。この点に関する説明は、ファイル
30160 \begin_inset CommandInset href
30161 LatexCommand href
30162 name "Formula-numbering.lyx"
30163 target "run:Formula-numbering.lyx"
30164
30165 \end_inset
30166
30167 にあります。
30168 \end_layout
30169
30170 \begin_layout Section
30171 化学記号と化学式
30172 \begin_inset CommandInset label
30173 LatexCommand label
30174 name "sub:化学記号と化学式"
30175
30176 \end_inset
30177
30178
30179 \begin_inset Index idx
30180 status collapsed
30181
30182 \begin_layout Plain Layout
30183 かがくきごう@化学記号 ! きごう@記号
30184 \end_layout
30185
30186 \end_inset
30187
30188
30189 \begin_inset Index idx
30190 status collapsed
30191
30192 \begin_layout Plain Layout
30193 かがくしき@化学式
30194 \end_layout
30195
30196 \end_inset
30197
30198
30199 \begin_inset Index idx
30200 status collapsed
30201
30202 \begin_layout Plain Layout
30203 きごう@記号 ! かがく@化学
30204 \end_layout
30205
30206 \end_inset
30207
30208
30209 \end_layout
30210
30211 \begin_layout Standard
30212 以下は、化学関係の文章の例です。
30213 \end_layout
30214
30215 \begin_layout Quote
30216 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
30217 \end_inset
30218
30219 イオンは、2つの
30220 \begin_inset Formula $\mathrm{Na^{+}}$
30221 \end_inset
30222
30223 イオンと反応して、硫酸化塩
30224 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
30225 \end_inset
30226
30227 を形成します。この化学式は以下のようになります。
30228 \begin_inset Formula 
30229 \begin{equation}
30230 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chem-reaction}
30231 \end{equation}
30232
30233 \end_inset
30234
30235
30236 \end_layout
30237
30238 \begin_layout Standard
30239 この化学式は、直接数式として作成することができます。記号がイタリック体として表示されることを防ぐには、全体を選択してから
30240 \begin_inset Flex Ruby
30241 status collapsed
30242
30243 \begin_layout Plain Layout
30244 捷径
30245 \begin_inset Argument post:1
30246 status collapsed
30247
30248 \begin_layout Plain Layout
30249 ショートカット
30250 \end_layout
30251
30252 \end_inset
30253
30254
30255 \end_layout
30256
30257 \end_inset
30258
30259
30260 \begin_inset Info
30261 type  "shortcut"
30262 arg   "font-roman"
30263 \end_inset
30264
30265 を押せば、アップライトフォント様式に変更することができます
30266 \begin_inset Foot
30267 status collapsed
30268
30269 \begin_layout Plain Layout
30270 フォント様式に関しては、第
30271 \begin_inset CommandInset ref
30272 LatexCommand ref
30273 reference "sub:書体様式"
30274
30275 \end_inset
30276
30277 節を参照のこと。
30278 \end_layout
30279
30280 \end_inset
30281
30282
30283 \end_layout
30284
30285 \begin_layout Standard
30286 化学式を組版するのにもう少し便利な方法は、LaTeXパッケージ
30287 \series bold
30288 mhchem
30289 \series default
30290
30291 \begin_inset Index idx
30292 status collapsed
30293
30294 \begin_layout Plain Layout
30295 ぱっけーじ@パッケージ ! mhchem
30296 \end_layout
30297
30298 \end_inset
30299
30300 が導入されているときに使用することができる
30301 \series bold
30302
30303 \backslash
30304 ce
30305 \series default
30306
30307 \begin_inset Index idx
30308 status collapsed
30309
30310 \begin_layout Plain Layout
30311 こまんど@コマンド ! C ! 
30312 \backslash
30313 ce
30314 \end_layout
30315
30316 \end_inset
30317
30318 コマンドを使用することです。
30319 \series bold
30320
30321 \backslash
30322 ce
30323 \series default
30324 を数式に入力すると、新しい青いボックスが現れ、直感的に化学式を入力することができます。
30325 \end_layout
30326
30327 \begin_layout Standard
30328 \align center
30329 \begin_inset Tabular
30330 <lyxtabular version="3" rows="9" columns="2">
30331 <features rotate="0" tabularvalignment="middle">
30332 <column alignment="center" valignment="top">
30333 <column alignment="center" valignment="top">
30334 <row>
30335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30336 \begin_inset Text
30337
30338 \begin_layout Plain Layout
30339 コマンド
30340 \end_layout
30341
30342 \end_inset
30343 </cell>
30344 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30345 \begin_inset Text
30346
30347 \begin_layout Plain Layout
30348 出力
30349 \begin_inset Note Note
30350 status collapsed
30351
30352 \begin_layout Plain Layout
30353
30354 \series bold
30355
30356 \backslash
30357 raisebox
30358 \series default
30359 はスペーサーとしてのみ使用されています。
30360 \end_layout
30361
30362 \end_inset
30363
30364
30365 \end_layout
30366
30367 \end_inset
30368 </cell>
30369 </row>
30370 <row>
30371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30372 \begin_inset Text
30373
30374 \begin_layout Plain Layout
30375
30376 \backslash
30377 ce
30378 \begin_inset space \textvisiblespace{}
30379 \end_inset
30380
30381 H2CO3
30382 \end_layout
30383
30384 \end_inset
30385 </cell>
30386 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30387 \begin_inset Text
30388
30389 \begin_layout Plain Layout
30390 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$
30391 \end_inset
30392
30393
30394 \end_layout
30395
30396 \end_inset
30397 </cell>
30398 </row>
30399 <row>
30400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30401 \begin_inset Text
30402
30403 \begin_layout Plain Layout
30404
30405 \backslash
30406 ce
30407 \begin_inset space \textvisiblespace{}
30408 \end_inset
30409
30410 SO4^2-
30411 \end_layout
30412
30413 \end_inset
30414 </cell>
30415 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30416 \begin_inset Text
30417
30418 \begin_layout Plain Layout
30419 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$
30420 \end_inset
30421
30422
30423 \end_layout
30424
30425 \end_inset
30426 </cell>
30427 </row>
30428 <row>
30429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30430 \begin_inset Text
30431
30432 \begin_layout Plain Layout
30433
30434 \backslash
30435 ce
30436 \begin_inset space \textvisiblespace{}
30437 \end_inset
30438
30439 (NH4)2S
30440 \end_layout
30441
30442 \end_inset
30443 </cell>
30444 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30445 \begin_inset Text
30446
30447 \begin_layout Plain Layout
30448 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$
30449 \end_inset
30450
30451
30452 \end_layout
30453
30454 \end_inset
30455 </cell>
30456 </row>
30457 <row>
30458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30459 \begin_inset Text
30460
30461 \begin_layout Plain Layout
30462
30463 \backslash
30464 ce
30465 \begin_inset space \textvisiblespace{}
30466 \end_inset
30467
30468 KCr(SO4)2.12H2O
30469 \end_layout
30470
30471 \end_inset
30472 </cell>
30473 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30474 \begin_inset Text
30475
30476 \begin_layout Plain Layout
30477 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
30478 \end_inset
30479
30480
30481 \end_layout
30482
30483 \end_inset
30484 </cell>
30485 </row>
30486 <row>
30487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30488 \begin_inset Text
30489
30490 \begin_layout Plain Layout
30491
30492 \backslash
30493 ce
30494 \begin_inset space \textvisiblespace{}
30495 \end_inset
30496
30497 A-B
30498 \backslash
30499 dbond
30500 \begin_inset space \textvisiblespace{}
30501 \end_inset
30502
30503 C
30504 \backslash
30505 tbond
30506 \begin_inset space \textvisiblespace{}
30507 \end_inset
30508
30509 D
30510 \end_layout
30511
30512 \end_inset
30513 </cell>
30514 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30515 \begin_inset Text
30516
30517 \begin_layout Plain Layout
30518 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
30519 \end_inset
30520
30521
30522 \end_layout
30523
30524 \end_inset
30525 </cell>
30526 </row>
30527 <row>
30528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30529 \begin_inset Text
30530
30531 \begin_layout Plain Layout
30532
30533 \backslash
30534 ce
30535 \begin_inset space \textvisiblespace{}
30536 \end_inset
30537
30538 ^227
30539 \begin_inset Formula $\downarrow$
30540 \end_inset
30541
30542 _90
30543 \begin_inset Formula $\to$
30544 \end_inset
30545
30546 Th+
30547 \end_layout
30548
30549 \end_inset
30550 </cell>
30551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30552 \begin_inset Text
30553
30554 \begin_layout Plain Layout
30555 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
30556 \end_inset
30557
30558
30559 \end_layout
30560
30561 \end_inset
30562 </cell>
30563 </row>
30564 <row>
30565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30566 \begin_inset Text
30567
30568 \begin_layout Plain Layout
30569
30570 \backslash
30571 ce
30572 \begin_inset space \textvisiblespace{}
30573 \end_inset
30574
30575 CO2
30576 \begin_inset space \textvisiblespace{}
30577 \end_inset
30578
30579 +
30580 \begin_inset space \textvisiblespace{}
30581 \end_inset
30582
30583 C
30584 \begin_inset space \textvisiblespace{}
30585 \end_inset
30586
30587 <=>
30588 \begin_inset space \textvisiblespace{}
30589 \end_inset
30590
30591 2CO
30592 \end_layout
30593
30594 \end_inset
30595 </cell>
30596 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30597 \begin_inset Text
30598
30599 \begin_layout Plain Layout
30600 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$
30601 \end_inset
30602
30603
30604 \end_layout
30605
30606 \end_inset
30607 </cell>
30608 </row>
30609 <row>
30610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30611 \begin_inset Text
30612
30613 \begin_layout Plain Layout
30614
30615 \backslash
30616 ce
30617 \begin_inset space \textvisiblespace{}
30618 \end_inset
30619
30620 CO2
30621 \begin_inset space \textvisiblespace{}
30622 \end_inset
30623
30624 +
30625 \begin_inset space \textvisiblespace{}
30626 \end_inset
30627
30628 C
30629 \begin_inset space \textvisiblespace{}
30630 \end_inset
30631
30632 ->[
30633 \backslash
30634 alpha][
30635 \backslash
30636 beta]
30637 \begin_inset space \textvisiblespace{}
30638 \end_inset
30639
30640 2CO}
30641 \end_layout
30642
30643 \end_inset
30644 </cell>
30645 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30646 \begin_inset Text
30647
30648 \begin_layout Plain Layout
30649 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
30650 \end_inset
30651
30652
30653 \end_layout
30654
30655 \end_inset
30656 </cell>
30657 </row>
30658 </lyxtabular>
30659
30660 \end_inset
30661
30662
30663 \end_layout
30664
30665 \begin_layout Standard
30666 \begin_inset Note Greyedout
30667 status open
30668
30669 \begin_layout Plain Layout
30670
30671 \series bold
30672 【註】
30673 \backslash
30674 ce
30675 \series default
30676 ボックスに数式を入れようとすると、LaTeXエラーが発生します。このような場合には、
30677 \series bold
30678
30679 \backslash
30680 ce{$
30681 \backslash
30682 mu
30683 \backslash
30684 hyphen$Cl}
30685 \series default
30686 (
30687 \begin_inset ERT
30688 status collapsed
30689
30690 \begin_layout Plain Layout
30691
30692
30693 \backslash
30694 ce{$
30695 \backslash
30696 mu
30697 \backslash
30698 hyphen$Cl}
30699 \end_layout
30700
30701 \end_inset
30702
30703 )のようにTeXコードを使わなくてはなりません。
30704 \end_layout
30705
30706 \end_inset
30707
30708
30709 \end_layout
30710
30711 \begin_layout Standard
30712
30713 \series bold
30714
30715 \backslash
30716 ce
30717 \series default
30718 を使うと
30719 \begin_inset CommandInset ref
30720 LatexCommand eqref
30721 reference "eq:chem-reaction"
30722
30723 \end_inset
30724
30725 式のコマンドは
30726 \begin_inset Newline newline
30727 \end_inset
30728
30729
30730 \series bold
30731  
30732 \backslash
30733 ce
30734 \begin_inset space \textvisiblespace{}
30735 \end_inset
30736
30737 2Na+
30738 \begin_inset space \textvisiblespace{}
30739 \end_inset
30740
30741 +
30742 \begin_inset space \textvisiblespace{}
30743 \end_inset
30744
30745 SO4^2-
30746 \begin_inset space \textvisiblespace{}
30747 \end_inset
30748
30749
30750 \begin_inset space \textvisiblespace{}
30751 \end_inset
30752
30753 ->
30754 \begin_inset space \textvisiblespace{}
30755 \end_inset
30756
30757 Na2SO4
30758 \begin_inset Newline newline
30759 \end_inset
30760
30761
30762 \series default
30763 のようになります。
30764 \end_layout
30765
30766 \begin_layout Standard
30767 複数行の化学式を作るには、第
30768 \begin_inset CommandInset ref
30769 LatexCommand ref
30770 reference "sec:多行数式"
30771
30772 \end_inset
30773
30774 節に述べられている方法で、多行数式をまず作ります。その後、数式の小さな青いボックスそれぞれに
30775 \series bold
30776
30777 \backslash
30778 ce
30779 \series default
30780 コマンドを使用します。
30781 \begin_inset CommandInset ref
30782 LatexCommand eqref
30783 reference "eq:TEOS-reaction-1"
30784
30785 \end_inset
30786
30787 式と
30788 \begin_inset CommandInset ref
30789 LatexCommand eqref
30790 reference "eq:TEOS-reaction-2"
30791
30792 \end_inset
30793
30794 式は、多段化学反応式の例で、一つの式毎に番号が振られています。
30795 \begin_inset Formula 
30796 \begin{eqnarray}
30797 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reaction-1}\\
30798 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reaction-2}
30799 \end{eqnarray}
30800
30801 \end_inset
30802
30803
30804 \end_layout
30805
30806 \begin_layout Standard
30807
30808 \series bold
30809 mhchem
30810 \series default
30811 パッケージは、
30812 \series bold
30813
30814 \backslash
30815 ce
30816 \series default
30817 の他に、特殊ケースに使用する
30818 \series bold
30819
30820 \backslash
30821 cf
30822 \series default
30823
30824 \begin_inset Index idx
30825 status collapsed
30826
30827 \begin_layout Plain Layout
30828 こまんど@コマンド ! C ! 
30829 \backslash
30830 cf
30831 \end_layout
30832
30833 \end_inset
30834
30835 コマンドを提供しています。
30836 \series bold
30837
30838 \backslash
30839 cf
30840 \series default
30841 の詳しい情報と例示については、
30842 \series bold
30843 mhchem
30844 \series default
30845
30846 \begin_inset CommandInset citation
30847 LatexCommand cite
30848 key "mhchem"
30849
30850 \end_inset
30851
30852 の取扱説明書をご覧ください。
30853 \end_layout
30854
30855 \begin_layout Section
30856 図解
30857 \end_layout
30858
30859 \begin_layout Standard
30860 LyXは、二つの型の可換図
30861 \series bold
30862 amscd
30863 \series default
30864 および
30865 \series bold
30866 xymatrix
30867 \series default
30868 をサポートしており、以下でこれらの説明をします。
30869 \end_layout
30870
30871 \begin_layout Subsection
30872 amscd図解
30873 \begin_inset Index idx
30874 status collapsed
30875
30876 \begin_layout Plain Layout
30877 ずかい@図解 ! amscd
30878 \end_layout
30879
30880 \end_inset
30881
30882
30883 \end_layout
30884
30885 \begin_layout Standard
30886 この型の図解は、以下のように、関係を縦横の線や矢印で図示します。
30887 \begin_inset Formula 
30888 \[
30889 \begin{CD}A@>>>B@>>>C\\
30890 @AAA@.@VVV\\
30891 F@<<<E@<<<D
30892 \end{CD}
30893 \]
30894
30895 \end_inset
30896
30897
30898 \end_layout
30899
30900 \begin_layout Standard
30901 これを作るには、数式に
30902 \series bold
30903
30904 \backslash
30905 CD
30906 \begin_inset Index idx
30907 status collapsed
30908
30909 \begin_layout Plain Layout
30910 こまんど@コマンド ! C ! 
30911 \backslash
30912 CD
30913 \end_layout
30914
30915 \end_inset
30916
30917
30918 \series default
30919 コマンドを挿入します。二つの点線に囲まれた青枠が現れるので、ここにコマンドを入れていきます。
30920 \begin_inset Info
30921 type  "shortcut"
30922 arg   "newline-insert newline"
30923 \end_inset
30924
30925 を押すと、新しい行が作られます。水平方向の関係は奇数行に入れ、垂直方向の関係は偶数行に入れます。
30926 \end_layout
30927
30928 \begin_layout Standard
30929 関係を作るには、以下のコマンドがあります。
30930 \end_layout
30931
30932 \begin_layout Itemize
30933 \begin_inset Formula $\boldsymbol{@<<<}$
30934 \end_inset
30935
30936 は左矢印、
30937 \begin_inset Formula $\boldsymbol{@>>>}$
30938 \end_inset
30939
30940 は右矢印、
30941 \series bold
30942 @=
30943 \series default
30944 は長い等号を生成します。
30945 \end_layout
30946
30947 \begin_layout Itemize
30948
30949 \series bold
30950 @AAA
30951 \series default
30952 は上矢印、
30953 \series bold
30954 @VVV
30955 \series default
30956 は下矢印、
30957 \begin_inset Formula $\boldsymbol{@|}$
30958 \end_inset
30959
30960 は縦向きの等号を生成します。
30961 \end_layout
30962
30963 \begin_layout Itemize
30964
30965 \series bold
30966 @.
30967 \series default
30968 は関係が存在しない部分に置きます。
30969 \end_layout
30970
30971 \begin_layout Standard
30972 矢印はすべて、以下のようにラベル付けをすることができます。
30973 \end_layout
30974
30975 \begin_layout Itemize
30976 文章を、第1と第2の「
30977 \begin_inset Formula $<$
30978 \end_inset
30979
30980 」ないし「
30981 \begin_inset Formula $>$
30982 \end_inset
30983
30984 」のあいだに入れると、この文章は矢印の上に表示されます。第2・第3の「
30985 \begin_inset Formula $<$
30986 \end_inset
30987
30988 」ないし「
30989 \begin_inset Formula $>$
30990 \end_inset
30991
30992 」のあいだに入れると、矢印の下に表示されます。
30993 \end_layout
30994
30995 \begin_layout Itemize
30996 縦矢印に付ける文章を、第1・第2の「A」ないし「V」のあいだに入れると、この文章は矢印の左に表示されます。第2・第3のもののあいだに入れると、矢印の右に表示され
30997 ます。文章中に「A」や「V」の文字があるときには、これらはTeX括弧の中に入れなくてはなりません。
30998 \end_layout
30999
31000 \begin_layout Standard
31001 以下は、上記のすべての関係を使った例です。
31002 \end_layout
31003
31004 \begin_layout Standard
31005 \begin_inset Formula 
31006 \[
31007 \begin{CD}A@>j>>B@>>k>C@=F\\
31008 @AmAA@.@VV{V}V@|\\
31009 D@<<j<E@>k>>F@=C
31010 \end{CD}
31011 \]
31012
31013 \end_inset
31014
31015
31016 \end_layout
31017
31018 \begin_layout Standard
31019 これを作るコマンドは、以下のとおりです。
31020 \begin_inset Newline newline
31021 \end_inset
31022
31023
31024 \series bold
31025
31026 \backslash
31027 CD
31028 \begin_inset space \textvisiblespace{}
31029 \end_inset
31030
31031 A
31032 \begin_inset Formula $\boldsymbol{@>}$
31033 \end_inset
31034
31035 j
31036 \begin_inset Formula $\boldsymbol{>>}$
31037 \end_inset
31038
31039 B
31040 \begin_inset Formula $\boldsymbol{@>>}$
31041 \end_inset
31042
31043 k
31044 \begin_inset Formula $\boldsymbol{>}$
31045 \end_inset
31046
31047 C@=F Ctrl+Return
31048 \begin_inset Newline newline
31049 \end_inset
31050
31051
31052 \begin_inset Phantom HPhantom
31053 status open
31054
31055 \begin_layout Plain Layout
31056
31057 \series bold
31058
31059 \backslash
31060 CD
31061 \begin_inset space \textvisiblespace{}
31062 \end_inset
31063
31064
31065 \end_layout
31066
31067 \end_inset
31068
31069 @AmAA@.@VV
31070 \backslash
31071 {V
31072 \series default
31073
31074 \begin_inset Formula $\to$
31075 \end_inset
31076
31077
31078 \series bold
31079 V
31080 \begin_inset Formula $\boldsymbol{@|}$
31081 \end_inset
31082
31083  Ctrl+Return
31084 \begin_inset Newline newline
31085 \end_inset
31086
31087
31088 \begin_inset Phantom HPhantom
31089 status open
31090
31091 \begin_layout Plain Layout
31092
31093 \series bold
31094
31095 \backslash
31096 CD
31097 \begin_inset space \textvisiblespace{}
31098 \end_inset
31099
31100
31101 \end_layout
31102
31103 \end_inset
31104
31105 D
31106 \begin_inset Formula $\boldsymbol{@<<}$
31107 \end_inset
31108
31109 j
31110 \begin_inset Formula $\boldsymbol{<}$
31111 \end_inset
31112
31113 E
31114 \begin_inset Formula $\boldsymbol{@>}$
31115 \end_inset
31116
31117 k
31118 \begin_inset Formula $\boldsymbol{>>}$
31119 \end_inset
31120
31121 F@=C
31122 \end_layout
31123
31124 \begin_layout Subsection
31125 xymatrix図解
31126 \begin_inset Index idx
31127 status collapsed
31128
31129 \begin_layout Plain Layout
31130 ずかい@図解 ! xymatrix
31131 \end_layout
31132
31133 \end_inset
31134
31135
31136 \end_layout
31137
31138 \begin_layout Standard
31139 xymatricesを使うには、LaTeXパッケージの
31140 \series bold
31141 xypic
31142 \series default
31143 が導入済みである必要があります。xymatrixは、数式中に
31144 \series bold
31145
31146 \backslash
31147 xymatrix
31148 \series default
31149 コマンドを入れることで作ることができます。すると、通常の行列と同じようにして、列や行を付け加えることができます。第
31150 \begin_inset CommandInset ref
31151 LatexCommand ref
31152 reference "sec:行列"
31153
31154 \end_inset
31155
31156 節をご参照下さい。
31157 \end_layout
31158
31159 \begin_layout Standard
31160 amscd図解とは異なり、xymatricesは、対角矢印や曲がった矢印など多様なサポートをしています。作ることのできる可換図と装飾は、
31161 \family sans
31162 ヘルプ\SpecialChar \menuseparator
31163 用途別説明書\SpecialChar \menuseparator
31164 XY-pic説明書
31165 \family default
31166 メニューにある
31167 \emph on
31168 XY-pic説明書
31169 \emph default
31170 で詳しく網羅しています。
31171 \end_layout
31172
31173 \begin_layout Subsection
31174 ファインマン図
31175 \series medium
31176
31177 \begin_inset Index idx
31178 status collapsed
31179
31180 \begin_layout Plain Layout
31181 ずかい@図解 ! ファインマン
31182 \end_layout
31183
31184 \end_inset
31185
31186
31187 \end_layout
31188
31189 \begin_layout Standard
31190 ファインマン図を使うには、LaTeXパッケージ
31191 \series bold
31192 feyn
31193 \series default
31194 を導入しておかなくてはなりません。すると、ファインマン図は、数式中で
31195 \series bold
31196
31197 \backslash
31198 Diagram
31199 \series default
31200 コマンドを挿入すれば生成されます。通常の行列で行うのと同じようにして新規行や新規列を加えることができます(第
31201 \begin_inset CommandInset ref
31202 LatexCommand ref
31203 reference "sec:行列"
31204
31205 \end_inset
31206
31207 節参照)。
31208 \end_layout
31209
31210 \begin_layout Standard
31211 LyXでのファインマン図の作り方は、メニュー
31212 \family sans
31213 ヘルプ\SpecialChar \menuseparator
31214 用途別説明書
31215 \family default
31216 内の『
31217 \emph on
31218 ファインマン図
31219 \emph default
31220 』にあります。
31221 \end_layout
31222
31223 \begin_layout Section
31224 ユーザー定義コマンド
31225 \begin_inset Index idx
31226 status collapsed
31227
31228 \begin_layout Plain Layout
31229 ゆーざーていぎこまんど@ユーザー定義コマンド
31230 \end_layout
31231
31232 \end_inset
31233
31234
31235 \end_layout
31236
31237 \begin_layout Standard
31238 \begin_inset Note Greyedout
31239 status open
31240
31241 \begin_layout Plain Layout
31242 【註】ユーザー定義コマンド名及びマクロ名には、ラテン文字しか使用することができません。
31243 \end_layout
31244
31245 \end_inset
31246
31247
31248 \end_layout
31249
31250 \begin_layout Subsection
31251
31252 \backslash
31253 newcommandコマンド
31254 \begin_inset CommandInset label
31255 LatexCommand label
31256 name "sub:newcommandコマンド"
31257
31258 \end_inset
31259
31260
31261 \begin_inset Index idx
31262 status collapsed
31263
31264 \begin_layout Plain Layout
31265 ゆーざーていぎこまんど@ユーザー定義コマンド ! 
31266 \backslash
31267 newcommand
31268 \end_layout
31269
31270 \end_inset
31271
31272
31273 \begin_inset Index idx
31274 status collapsed
31275
31276 \begin_layout Plain Layout
31277 こまんど@コマンド ! N ! 
31278 \backslash
31279 newcommand
31280 \end_layout
31281
31282 \end_inset
31283
31284
31285 \end_layout
31286
31287 \begin_layout Standard
31288 頻繁に用いるには、長すぎるLaTeXコマンドはたくさんありますが、
31289 \series bold
31290
31291 \backslash
31292 newcommand
31293 \series default
31294 コマンドを使えば、新しい短縮コマンドを定義することが可能です。
31295 \end_layout
31296
31297 \begin_layout Standard
31298
31299 \series bold
31300
31301 \backslash
31302 newcommand
31303 \series default
31304 コマンドの書式は、
31305 \end_layout
31306
31307 \begin_layout Standard
31308
31309 \series bold
31310
31311 \backslash
31312 newcommand{新コマンド名}[引数の数][オプションの値]
31313 \begin_inset Newline newline
31314 \end_inset
31315
31316
31317 \begin_inset Phantom HPhantom
31318 status open
31319
31320 \begin_layout Plain Layout
31321
31322 \series bold
31323
31324 \backslash
31325 newcommand
31326 \end_layout
31327
31328 \end_inset
31329
31330 {コマンド定義}
31331 \end_layout
31332
31333 \begin_layout Standard
31334 です。
31335 \end_layout
31336
31337 \begin_layout Standard
31338 \begin_inset Note Greyedout
31339 status open
31340
31341 \begin_layout Plain Layout
31342
31343 \series bold
31344 【註】
31345 \series default
31346 新コマンド名が、使用中の文書や呼び出しているLaTeXパッケージで、既に使用されていないことを確認して下さい。たとえば、
31347 \series bold
31348
31349 \backslash
31350 Leftarrow
31351 \series default
31352 の短縮のつもりで
31353 \series bold
31354
31355 \backslash
31356 le
31357 \series default
31358 というコマンドを定義したとすると、
31359 \series bold
31360
31361 \backslash
31362 le
31363 \series default
31364 は既に「
31365 \begin_inset Formula $\le$
31366 \end_inset
31367
31368 」を表すコマンドとして定義されてしまっているので、エラーメッセージが表示されます。
31369 \end_layout
31370
31371 \end_inset
31372
31373
31374 \end_layout
31375
31376 \begin_layout Standard
31377 「引数の数」は、0
31378 \begin_inset space \thinspace{}
31379 \end_inset
31380
31381 -
31382 \begin_inset space \thinspace{}
31383 \end_inset
31384
31385 9の範囲の整数であり、新コマンドがいくつの引数をとるかを指定するものです。「オプションの値」では、非必須の引数の既定値を定義できます。これを指定すると、新コマン
31386 ドの
31387 \emph on
31388 最初の
31389 \emph default
31390 引数は、自動的に非必須の引数になります。
31391 \end_layout
31392
31393 \begin_layout Standard
31394 以下にいくつかの例を挙げます。
31395 \end_layout
31396
31397 \begin_layout Itemize
31398
31399 \series bold
31400
31401 \backslash
31402 Longrightarrow
31403 \series default
31404 の短縮形として
31405 \series bold
31406
31407 \backslash
31408 gr
31409 \series default
31410 というコマンドを定義するには、LaTeXプリアンブルに以下の行を加えます。
31411 \begin_inset VSpace medskip
31412 \end_inset
31413
31414
31415 \begin_inset Newline newline
31416 \end_inset
31417
31418
31419 \series bold
31420
31421 \backslash
31422 newcommand{
31423 \backslash
31424 gr}{
31425 \backslash
31426 Longrightarrow}
31427 \end_layout
31428
31429 \begin_layout Itemize
31430
31431 \series bold
31432
31433 \backslash
31434 underline
31435 \series default
31436 の短縮形として
31437 \series bold
31438
31439 \backslash
31440 us
31441 \series default
31442 というコマンドを定義するには、(下線を引くべき文字列を示す)引数を考慮に入れなくてはなりません。このためには、以下のようなプリアンブル行を入れます。
31443 \begin_inset VSpace medskip
31444 \end_inset
31445
31446
31447 \begin_inset Newline newline
31448 \end_inset
31449
31450
31451 \series bold
31452
31453 \backslash
31454 newcommand{
31455 \backslash
31456 us}[1]{
31457 \backslash
31458 underline{#1}}
31459 \series default
31460
31461 \begin_inset VSpace medskip
31462 \end_inset
31463
31464
31465 \begin_inset Newline newline
31466 \end_inset
31467
31468
31469 \series bold
31470 #
31471 \series default
31472 」という文字は、引数の入る場所を示し、その後ろの「
31473 \series bold
31474 1
31475 \series default
31476 」は、これが第1引数の入る場所であることを示します。
31477 \end_layout
31478
31479 \begin_layout Itemize
31480
31481 \series bold
31482
31483 \backslash
31484 framebox
31485 \series default
31486 の短縮形として、たとえば
31487 \series bold
31488
31489 \backslash
31490 fb
31491 \series default
31492 というコマンドを定義するには、
31493 \begin_inset VSpace medskip
31494 \end_inset
31495
31496
31497 \begin_inset Newline newline
31498 \end_inset
31499
31500
31501 \series bold
31502
31503 \backslash
31504 newcommand{
31505 \backslash
31506 fb}[3]{
31507 \backslash
31508 framebox#1#2{$#3$}}
31509 \series default
31510
31511 \begin_inset VSpace medskip
31512 \end_inset
31513
31514
31515 \begin_inset Newline newline
31516 \end_inset
31517
31518 二つのドルマークは、
31519 \series bold
31520
31521 \backslash
31522 framebox
31523 \series default
31524 が必要とする内部の数式を作り出します。第
31525 \begin_inset CommandInset ref
31526 LatexCommand ref
31527 reference "sub:縁付きボックス"
31528
31529 \end_inset
31530
31531 節をご参照下さい。
31532 \end_layout
31533
31534 \begin_layout Itemize
31535 ボックスの色を指定する必要がない
31536 \series bold
31537
31538 \backslash
31539 fcolorbox
31540 \series default
31541 用の新コマンドを作るには、以下のように、色を示す引数を非必須として定義します。
31542 \begin_inset VSpace medskip
31543 \end_inset
31544
31545
31546 \begin_inset Newline newline
31547 \end_inset
31548
31549
31550 \series bold
31551
31552 \backslash
31553 newcommand{
31554 \backslash
31555 cb}[3][white]{
31556 \backslash
31557 fcolorbox{#2}{#1}{$#3$}}
31558 \series default
31559
31560 \begin_inset VSpace medskip
31561 \end_inset
31562
31563
31564 \begin_inset Newline newline
31565 \end_inset
31566
31567
31568 \series bold
31569
31570 \backslash
31571 cb
31572 \series default
31573 を使うときに色が指定されなければ、事前に定義された色である
31574 \series bold
31575 white
31576 \series default
31577 が使用されます。
31578 \end_layout
31579
31580 \begin_layout Standard
31581 以下は、上で定義したコマンドの動作テストです。
31582 \end_layout
31583
31584 \begin_layout Standard
31585 \align center
31586 \begin_inset Tabular
31587 <lyxtabular version="3" rows="6" columns="2">
31588 <features rotate="0" tabularvalignment="middle">
31589 <column alignment="center" valignment="top">
31590 <column alignment="center" valignment="top">
31591 <row>
31592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31593 \begin_inset Text
31594
31595 \begin_layout Plain Layout
31596 コマンド
31597 \end_layout
31598
31599 \end_inset
31600 </cell>
31601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31602 \begin_inset Text
31603
31604 \begin_layout Plain Layout
31605 出力
31606 \begin_inset Note Note
31607 status collapsed
31608
31609 \begin_layout Plain Layout
31610 ここで
31611 \series bold
31612
31613 \backslash
31614 raisebox
31615 \series default
31616 はスペーサーとして使用しているだけです。
31617 \end_layout
31618
31619 \end_inset
31620
31621
31622 \end_layout
31623
31624 \end_inset
31625 </cell>
31626 </row>
31627 <row>
31628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31629 \begin_inset Text
31630
31631 \begin_layout Plain Layout
31632 A
31633 \backslash
31634 gr
31635 \begin_inset space \textvisiblespace{}
31636 \end_inset
31637
31638 B
31639 \end_layout
31640
31641 \end_inset
31642 </cell>
31643 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31644 \begin_inset Text
31645
31646 \begin_layout Plain Layout
31647 \begin_inset Formula $A\gr B$
31648 \end_inset
31649
31650
31651 \end_layout
31652
31653 \end_inset
31654 </cell>
31655 </row>
31656 <row>
31657 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31658 \begin_inset Text
31659
31660 \begin_layout Plain Layout
31661
31662 \backslash
31663 us{ABcd
31664 \end_layout
31665
31666 \end_inset
31667 </cell>
31668 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31669 \begin_inset Text
31670
31671 \begin_layout Plain Layout
31672 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
31673 \end_inset
31674
31675
31676 \end_layout
31677
31678 \end_inset
31679 </cell>
31680 </row>
31681 <row>
31682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31683 \begin_inset Text
31684
31685 \begin_layout Plain Layout
31686
31687 \backslash
31688 fb{[2cm]
31689 \begin_inset Formula $\to$
31690 \end_inset
31691
31692
31693 \backslash
31694 {
31695 \begin_inset Formula $\to$
31696 \end_inset
31697
31698
31699 \backslash
31700 {
31701 \backslash
31702 int
31703 \begin_inset space \textvisiblespace{}
31704 \end_inset
31705
31706 A=B
31707 \end_layout
31708
31709 \end_inset
31710 </cell>
31711 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31712 \begin_inset Text
31713
31714 \begin_layout Plain Layout
31715 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
31716 \end_inset
31717
31718
31719 \end_layout
31720
31721 \end_inset
31722 </cell>
31723 </row>
31724 <row>
31725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31726 \begin_inset Text
31727
31728 \begin_layout Plain Layout
31729
31730 \backslash
31731 cb{red
31732 \begin_inset Formula $\to$
31733 \end_inset
31734
31735
31736 \backslash
31737 {
31738 \backslash
31739 int
31740 \begin_inset space \textvisiblespace{}
31741 \end_inset
31742
31743 A=B
31744 \end_layout
31745
31746 \end_inset
31747 </cell>
31748 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31749 \begin_inset Text
31750
31751 \begin_layout Plain Layout
31752 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
31753 \end_inset
31754
31755
31756 \end_layout
31757
31758 \end_inset
31759 </cell>
31760 </row>
31761 <row>
31762 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31763 \begin_inset Text
31764
31765 \begin_layout Plain Layout
31766
31767 \backslash
31768 cb[green]
31769 \backslash
31770 {red
31771 \begin_inset Formula $\to$
31772 \end_inset
31773
31774
31775 \backslash
31776 {
31777 \backslash
31778 int
31779 \begin_inset space \textvisiblespace{}
31780 \end_inset
31781
31782 A=B
31783 \end_layout
31784
31785 \end_inset
31786 </cell>
31787 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31788 \begin_inset Text
31789
31790 \begin_layout Plain Layout
31791 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
31792 \end_inset
31793
31794
31795 \end_layout
31796
31797 \end_inset
31798 </cell>
31799 </row>
31800 </lyxtabular>
31801
31802 \end_inset
31803
31804
31805 \end_layout
31806
31807 \begin_layout Subsection
31808 数式マクロ
31809 \begin_inset Index idx
31810 status collapsed
31811
31812 \begin_layout Plain Layout
31813 ゆーざーていぎこまんど@ユーザー定義コマンド ! すうしきまくろ@数式マクロ
31814 \end_layout
31815
31816 \end_inset
31817
31818
31819 \begin_inset Index idx
31820 status collapsed
31821
31822 \begin_layout Plain Layout
31823 まくろ@マクロ
31824 \end_layout
31825
31826 \end_inset
31827
31828
31829 \end_layout
31830
31831 \begin_layout Standard
31832 ユーザー定義コマンドは、複雑な表現を使うときに特に便利です。たとえば、文書中で二次方程式を扱っているとすると、同じような解の形が何度も出てきます。二次方程式の一
31833 般型は、
31834 \begin_inset Formula 
31835 \[
31836 0=\lambda^{2}+p\lambda+q
31837 \]
31838
31839 \end_inset
31840
31841 であり、その解の一般型は
31842 \begin_inset Formula 
31843 \[
31844 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
31845 \]
31846
31847 \end_inset
31848
31849
31850 \end_layout
31851
31852 \begin_layout Standard
31853 です。
31854 \begin_inset Formula $\lambda$
31855 \end_inset
31856
31857
31858 \begin_inset Formula $p$
31859 \end_inset
31860
31861
31862 \begin_inset Formula $q$
31863 \end_inset
31864
31865 の3つのパラメータを指定することが必須であり、
31866 \begin_inset Formula $\lambda$
31867 \end_inset
31868
31869 の指数をオプションとして与えることができるような、解の公式のコマンドを定義するには、以下のようなLaTeXプリアンブル行を加えます。
31870 \begin_inset Newline newline
31871 \end_inset
31872
31873
31874 \series bold
31875
31876 \backslash
31877 newcommand{
31878 \backslash
31879 qG}[4][1,
31880 \backslash
31881 ,2]{#2_{#1}=-
31882 \backslash
31883 frac{#3}{2}
31884 \backslash
31885 pm
31886 \begin_inset Newline newline
31887 \end_inset
31888
31889
31890 \begin_inset Phantom HPhantom
31891 status open
31892
31893 \begin_layout Plain Layout
31894
31895 \series bold
31896
31897 \backslash
31898 newcommand
31899 \end_layout
31900
31901 \end_inset
31902
31903
31904 \backslash
31905 sqrt{
31906 \backslash
31907 frac{#3^{2}}{4}-#4}}
31908 \end_layout
31909
31910 \begin_layout Standard
31911 これを使って解の公式を作るには、
31912 \begin_inset Newline newline
31913 \end_inset
31914
31915
31916 \series bold
31917
31918 \backslash
31919 qG{
31920 \backslash
31921 lambda
31922 \begin_inset Formula $\to$
31923 \end_inset
31924
31925
31926 \backslash
31927 {p
31928 \begin_inset Formula $\to$
31929 \end_inset
31930
31931
31932 \backslash
31933 {q
31934 \series default
31935 というコマンドを数式に入れます。
31936 \end_layout
31937
31938 \begin_layout Standard
31939 新コマンドを定義する方法は、たとえばLaTeX中で分数は
31940 \series bold
31941
31942 \backslash
31943 frac{分子}{分母}
31944 \series default
31945 の形で入れなくてはならないことなど、使用するすべてのLaTeXコマンドの書式を知っている必要があるので、直感的ではありません。さらに、定義中で中括弧を入れ忘れる
31946 ことはよくあり、それをやってしまうと、LyXからは新コマンドが何をやらかしているか確認しにくくなってしまいます。これらの問題を回避するために、LyXは、
31947 \series bold
31948
31949 \backslash
31950 newcommand
31951 \series default
31952 コマンドの代わりに、数式マクロを使う方法を提供しています。
31953 \end_layout
31954
31955 \begin_layout Standard
31956 数式マクロは、
31957 \family sans
31958 挿入\SpecialChar \menuseparator
31959 数式\SpecialChar \menuseparator
31960 マクロ
31961 \family default
31962 メニューか、ツールバーボタンの
31963 \begin_inset Graphics
31964         filename ../../images/math-macro_newmacroname_newcommand.png
31965         scale 85
31966
31967 \end_inset
31968
31969 で作ることができます。すると、数式マクロツールバーが表示されるとともに、マクロを定義した箇所に以下のようなボックスが現れます。
31970 \begin_inset Newline newline
31971 \end_inset
31972
31973
31974 \begin_inset space \hspace*{\fill}
31975 \end_inset
31976
31977
31978 \begin_inset Graphics
31979         filename clipart/macrobox.png
31980
31981 \end_inset
31982
31983
31984 \begin_inset space \hspace*{\fill}
31985 \end_inset
31986
31987
31988 \begin_inset Newline newline
31989 \end_inset
31990
31991
31992 \begin_inset FormulaMacro
31993 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
31994 \end_inset
31995
31996
31997 \backslash
31998 newmacronameが既定のマクロ名として現れますが、意味のある名称に変更するべきでしょう。欲しい数式は一つ目の青枠の中に入れます。引数を置く場所は、
31999 \series bold
32000
32001 \backslash
32002 #1
32003 \series default
32004 のように
32005 \series bold
32006
32007 \backslash
32008 #引数番号
32009 \series default
32010 というコマンドで入力するか、マクロツールバーボタンの
32011 \begin_inset Graphics
32012         filename ../../images/math-macro-add-param.png
32013         scale 85
32014
32015 \end_inset
32016
32017 を使用します。引数位置は赤で表示されます。引数は、最大で9つまでとることができます。非必須引数は、ツールバーボタンの
32018 \begin_inset Graphics
32019         filename ../../images/math-macro-add-optional-param.png
32020         scale 85
32021
32022 \end_inset
32023
32024 で作ることができます。最初の必須引数は、ツールバーボタンの
32025 \begin_inset Graphics
32026         filename ../../images/math-macro-make-optional.png
32027         scale 85
32028
32029 \end_inset
32030
32031 を使って、非必須引数にすることができます。二つ目の青枠には、LyX中でのマクロの表示のしかたを定義することができます。通常は、定義したとおりに表示された方が便利
32032 なので、この枠は空白にしておきます。しかし、画面の過半を占拠してしまうようなマクロを作ってしまった場合には、たとえばこの枠に
32033 \begin_inset Newline newline
32034 \end_inset
32035
32036
32037 \series bold
32038 qG: 
32039 \backslash
32040 #1
32041 \series default
32042  
32043 \series bold
32044 ,
32045 \series default
32046  
32047 \series bold
32048
32049 \backslash
32050 #2
32051 \series default
32052  
32053 \series bold
32054 ,
32055 \series default
32056  
32057 \series bold
32058
32059 \backslash
32060 #3, 
32061 \backslash
32062 #4
32063 \begin_inset Newline newline
32064 \end_inset
32065
32066
32067 \series default
32068 のように入れることができます。このようにすると、マクロ名と引数のみがLyX上に表示され、見通しが良くなります。一方、出力での数式は、最初の枠で定義したように表示
32069 されます。
32070 \begin_inset Newline newline
32071 \end_inset
32072
32073 さらに、数式中のマクロ表示は、マクロの中にカーソルを置いて、
32074 \family sans
32075 表示\SpecialChar \menuseparator
32076 数式マクロを展開(畳む)
32077 \family default
32078 メニューを使うことで、マクロ毎に変えることができます。
32079 \end_layout
32080
32081 \begin_layout Standard
32082 マクロを使うには、数式中にマクロ名をコマンドとして入れます。上記の例では、
32083 \series bold
32084
32085 \backslash
32086 qG
32087 \series default
32088 とします。このマクロは、LyX中では以下のように表示されます。
32089 \begin_inset Newline newline
32090 \end_inset
32091
32092
32093 \begin_inset space \hspace*{\fill}
32094 \end_inset
32095
32096
32097 \begin_inset Graphics
32098         filename ../clipart/macrouse.png
32099
32100 \end_inset
32101
32102
32103 \begin_inset space \hspace*{\fill}
32104 \end_inset
32105
32106
32107 \begin_inset Newline newline
32108 \end_inset
32109
32110 以下は、上記の例に、引数
32111 \begin_inset Formula $x$
32112 \end_inset
32113
32114
32115 \begin_inset Formula $\ln(x)$
32116 \end_inset
32117
32118
32119 \begin_inset Formula $B$
32120 \end_inset
32121
32122 を指定したものです。
32123 \end_layout
32124
32125 \begin_layout Standard
32126 \begin_inset Formula 
32127 \[
32128 \qG x{\ln(x)}B
32129 \]
32130
32131 \end_inset
32132
32133
32134 \end_layout
32135
32136 \begin_layout Standard
32137 LyXは、
32138 \family sans
32139 ツール\SpecialChar \menuseparator
32140 設定\SpecialChar \menuseparator
32141 編集\SpecialChar \menuseparator
32142 制御
32143 \family default
32144 メニューで、マクロを編集するのに複数の様式を用意しています。あなたに最も合った様式を見つけるには、様式を選択してから、違いを見るために数式マクロにカーソルを合わ
32145 せてみてください。
32146 \end_layout
32147
32148 \begin_layout Standard
32149 数式マクロは、文書書き出し時に、内部的に
32150 \series bold
32151
32152 \backslash
32153 newcommand
32154 \series default
32155 コマンドに変換されます。こうして生成された
32156 \series bold
32157
32158 \backslash
32159 newcommand
32160 \series default
32161 コマンドは、LaTeXプリアンブルには置かれませんので、マクロは、文書中、マクロ定義ボックスよりも後の数式でのみ使うことができます。
32162 \end_layout
32163
32164 \begin_layout Standard
32165 数式マクロは、
32166 \series bold
32167
32168 \backslash
32169 newcommand
32170 \series default
32171 コマンドから直接作ることもできます。たとえば、LyX中に通常の文章として、
32172 \series bold
32173
32174 \begin_inset Newline newline
32175 \end_inset
32176
32177
32178 \backslash
32179 newcommand{
32180 \backslash
32181 larrow}[2]{
32182 \backslash
32183 xleftarrow[#2]{#1}}
32184 \begin_inset Newline newline
32185 \end_inset
32186
32187
32188 \series default
32189 というコマンドを書き入れ、この全体を選択して、
32190 \begin_inset Flex Ruby
32191 status collapsed
32192
32193 \begin_layout Plain Layout
32194 捷径
32195 \begin_inset Argument post:1
32196 status collapsed
32197
32198 \begin_layout Plain Layout
32199 ショートカット
32200 \end_layout
32201
32202 \end_inset
32203
32204
32205 \end_layout
32206
32207 \end_inset
32208
32209
32210 \family sans
32211 Ctrl+M
32212 \family default
32213 を押すと、このコマンドは数式マクロに変換されます。この方法を使うに当たっては、
32214 \series bold
32215
32216 \backslash
32217 newcommand
32218 \series default
32219 コマンドが正しく入力されていることに気をつけなくてはなりません。さもないと、間違ったマクロが作られてしまって、LaTeXエラーが発生します。
32220 \end_layout
32221
32222 \begin_layout Standard
32223 数式マクロには、まだ、マクロ定義中に再帰的に数式を入れてしまうと、正しく処理されないという問題が残っています。したがって、第
32224 \begin_inset CommandInset ref
32225 LatexCommand ref
32226 reference "sub:newcommandコマンド"
32227
32228 \end_inset
32229
32230 節で例として作った
32231 \series bold
32232
32233 \backslash
32234 fb
32235 \series default
32236 は、マクロとしては作ることができません。
32237 \end_layout
32238
32239 \begin_layout Standard
32240 カーソルがマクロ定義ボックスの中にあるとき、LyX中に以下のようなマクロツールバーが表示されます。
32241 \end_layout
32242
32243 \begin_layout Standard
32244 \begin_inset VSpace defskip
32245 \end_inset
32246
32247
32248 \end_layout
32249
32250 \begin_layout Standard
32251 \begin_inset Graphics
32252         filename ../clipart/MacroToolbar.png
32253
32254 \end_inset
32255
32256
32257 \begin_inset Index idx
32258 status collapsed
32259
32260 \begin_layout Plain Layout
32261 まくろ@マクロ ! つーるばー@ツールバー
32262 \end_layout
32263
32264 \end_inset
32265
32266
32267 \end_layout
32268
32269 \begin_layout Standard
32270 \begin_inset VSpace defskip
32271 \end_inset
32272
32273
32274 \end_layout
32275
32276 \begin_layout Standard
32277 マクロツールバーは、左から右に、以下の各ボタンがあります。
32278 \end_layout
32279
32280 \begin_layout Standard
32281 \begin_inset VSpace defskip
32282 \end_inset
32283
32284
32285 \end_layout
32286
32287 \begin_layout Standard
32288 \begin_inset Tabular
32289 <lyxtabular version="3" rows="9" columns="2">
32290 <features rotate="0" islongtable="true" longtabularalignment="center">
32291 <column alignment="left" valignment="top">
32292 <column alignment="left" valignment="top" width="85col%">
32293 <row interlinespace="2.5mm">
32294 <cell alignment="center" valignment="top" usebox="none">
32295 \begin_inset Text
32296
32297 \begin_layout Plain Layout
32298 \begin_inset Graphics
32299         filename ../../images/math-macro-remove-param.png
32300         rotateOrigin center
32301
32302 \end_inset
32303
32304
32305 \end_layout
32306
32307 \end_inset
32308 </cell>
32309 <cell alignment="center" valignment="top" usebox="none">
32310 \begin_inset Text
32311
32312 \begin_layout Plain Layout
32313
32314 \family sans
32315 編集\SpecialChar \menuseparator
32316 数式\SpecialChar \menuseparator
32317 マクロ定義\SpecialChar \menuseparator
32318 最後の引数を削除
32319 \end_layout
32320
32321 \end_inset
32322 </cell>
32323 </row>
32324 <row interlinespace="2.5mm">
32325 <cell alignment="center" valignment="top" usebox="none">
32326 \begin_inset Text
32327
32328 \begin_layout Plain Layout
32329 \begin_inset Graphics
32330         filename ../../images/math-macro-add-param.png
32331         rotateOrigin center
32332
32333 \end_inset
32334
32335
32336 \end_layout
32337
32338 \end_inset
32339 </cell>
32340 <cell alignment="center" valignment="top" usebox="none">
32341 \begin_inset Text
32342
32343 \begin_layout Plain Layout
32344
32345 \family sans
32346 編集\SpecialChar \menuseparator
32347 数式\SpecialChar \menuseparator
32348 マクロ定義\SpecialChar \menuseparator
32349 引数を追加
32350 \end_layout
32351
32352 \end_inset
32353 </cell>
32354 </row>
32355 <row interlinespace="2.5mm">
32356 <cell alignment="center" valignment="top" usebox="none">
32357 \begin_inset Text
32358
32359 \begin_layout Plain Layout
32360 \begin_inset Graphics
32361         filename ../../images/math-macro-make-optional.png
32362         rotateOrigin center
32363
32364 \end_inset
32365
32366
32367 \end_layout
32368
32369 \end_inset
32370 </cell>
32371 <cell alignment="center" valignment="top" usebox="none">
32372 \begin_inset Text
32373
32374 \begin_layout Plain Layout
32375
32376 \family sans
32377 編集\SpecialChar \menuseparator
32378 数式\SpecialChar \menuseparator
32379 マクロ定義\SpecialChar \menuseparator
32380 最初の必須引数を
32381 \begin_inset Newline newline
32382 \end_inset
32383
32384
32385 \begin_inset Phantom HPhantom
32386 status open
32387
32388 \begin_layout Plain Layout
32389
32390 \family sans
32391 編集\SpecialChar \menuseparator
32392 数式\SpecialChar \menuseparator
32393 マクロ定義\SpecialChar \menuseparator
32394
32395 \end_layout
32396
32397 \end_inset
32398
32399 非必須引数にする
32400 \end_layout
32401
32402 \end_inset
32403 </cell>
32404 </row>
32405 <row interlinespace="2.5mm">
32406 <cell alignment="center" valignment="top" usebox="none">
32407 \begin_inset Text
32408
32409 \begin_layout Plain Layout
32410 \begin_inset Graphics
32411         filename ../../images/math-macro-make-nonoptional.png
32412         rotateOrigin center
32413
32414 \end_inset
32415
32416
32417 \end_layout
32418
32419 \end_inset
32420 </cell>
32421 <cell alignment="center" valignment="top" usebox="none">
32422 \begin_inset Text
32423
32424 \begin_layout Plain Layout
32425
32426 \family sans
32427 編集\SpecialChar \menuseparator
32428 数式\SpecialChar \menuseparator
32429 マクロ定義\SpecialChar \menuseparator
32430 最後の非必須引数を
32431 \begin_inset Newline newline
32432 \end_inset
32433
32434
32435 \begin_inset Phantom HPhantom
32436 status open
32437
32438 \begin_layout Plain Layout
32439
32440 \family sans
32441 編集\SpecialChar \menuseparator
32442 数式\SpecialChar \menuseparator
32443 マクロ定義\SpecialChar \menuseparator
32444
32445 \end_layout
32446
32447 \end_inset
32448
32449 必須引数にする
32450 \end_layout
32451
32452 \end_inset
32453 </cell>
32454 </row>
32455 <row interlinespace="2.5mm">
32456 <cell alignment="center" valignment="top" usebox="none">
32457 \begin_inset Text
32458
32459 \begin_layout Plain Layout
32460 \begin_inset Graphics
32461         filename ../../images/math-macro-remove-optional-param.png
32462         rotateOrigin center
32463
32464 \end_inset
32465
32466
32467 \end_layout
32468
32469 \end_inset
32470 </cell>
32471 <cell alignment="center" valignment="top" usebox="none">
32472 \begin_inset Text
32473
32474 \begin_layout Plain Layout
32475
32476 \family sans
32477 編集\SpecialChar \menuseparator
32478 数式\SpecialChar \menuseparator
32479 マクロ定義\SpecialChar \menuseparator
32480 非必須引数を削除
32481 \end_layout
32482
32483 \end_inset
32484 </cell>
32485 </row>
32486 <row interlinespace="2.5mm">
32487 <cell alignment="center" valignment="top" usebox="none">
32488 \begin_inset Text
32489
32490 \begin_layout Plain Layout
32491 \begin_inset Graphics
32492         filename ../../images/math-macro-add-optional-param.png
32493         rotateOrigin center
32494
32495 \end_inset
32496
32497
32498 \end_layout
32499
32500 \end_inset
32501 </cell>
32502 <cell alignment="center" valignment="top" usebox="none">
32503 \begin_inset Text
32504
32505 \begin_layout Plain Layout
32506
32507 \family sans
32508 編集\SpecialChar \menuseparator
32509 数式\SpecialChar \menuseparator
32510 マクロ定義\SpecialChar \menuseparator
32511 非必須引数を挿入
32512 \end_layout
32513
32514 \end_inset
32515 </cell>
32516 </row>
32517 <row interlinespace="2.5mm">
32518 <cell alignment="center" valignment="top" usebox="none">
32519 \begin_inset Text
32520
32521 \begin_layout Plain Layout
32522 \begin_inset Graphics
32523         filename ../../images/math-macro-remove-greedy-param.png
32524         rotateOrigin center
32525
32526 \end_inset
32527
32528
32529 \end_layout
32530
32531 \end_inset
32532 </cell>
32533 <cell alignment="center" valignment="top" usebox="none">
32534 \begin_inset Text
32535
32536 \begin_layout Plain Layout
32537
32538 \family sans
32539 編集\SpecialChar \menuseparator
32540 数式\SpecialChar \menuseparator
32541 マクロ定義\SpecialChar \menuseparator
32542 右に吐き出す形で
32543 \begin_inset Newline newline
32544 \end_inset
32545
32546
32547 \begin_inset Phantom HPhantom
32548 status open
32549
32550 \begin_layout Plain Layout
32551
32552 \family sans
32553 編集\SpecialChar \menuseparator
32554 数式\SpecialChar \menuseparator
32555 マクロ定義\SpecialChar \menuseparator
32556
32557 \end_layout
32558
32559 \end_inset
32560
32561 最後の引数を削除
32562 \end_layout
32563
32564 \end_inset
32565 </cell>
32566 </row>
32567 <row interlinespace="2.5mm">
32568 <cell alignment="center" valignment="top" usebox="none">
32569 \begin_inset Text
32570
32571 \begin_layout Plain Layout
32572 \begin_inset Graphics
32573         filename ../../images/math-macro-append-greedy-param.png
32574         rotateOrigin center
32575
32576 \end_inset
32577
32578
32579 \end_layout
32580
32581 \end_inset
32582 </cell>
32583 <cell alignment="center" valignment="top" usebox="none">
32584 \begin_inset Text
32585
32586 \begin_layout Plain Layout
32587
32588 \family sans
32589 編集\SpecialChar \menuseparator
32590 数式\SpecialChar \menuseparator
32591 マクロ定義\SpecialChar \menuseparator
32592 右から喰う形で
32593 \begin_inset Newline newline
32594 \end_inset
32595
32596
32597 \begin_inset Phantom HPhantom
32598 status open
32599
32600 \begin_layout Plain Layout
32601
32602 \family sans
32603 編集\SpecialChar \menuseparator
32604 数式\SpecialChar \menuseparator
32605 マクロ定義\SpecialChar \menuseparator
32606
32607 \end_layout
32608
32609 \end_inset
32610
32611 引数を追加
32612 \end_layout
32613
32614 \end_inset
32615 </cell>
32616 </row>
32617 <row interlinespace="2.5mm">
32618 <cell alignment="center" valignment="top" usebox="none">
32619 \begin_inset Text
32620
32621 \begin_layout Plain Layout
32622 \begin_inset Graphics
32623         filename ../../images/math-macro-add-greedy-optional-param.png
32624         rotateOrigin center
32625
32626 \end_inset
32627
32628
32629 \end_layout
32630
32631 \end_inset
32632 </cell>
32633 <cell alignment="center" valignment="top" usebox="none">
32634 \begin_inset Text
32635
32636 \begin_layout Plain Layout
32637
32638 \family sans
32639 編集\SpecialChar \menuseparator
32640 数式\SpecialChar \menuseparator
32641 マクロ定義\SpecialChar \menuseparator
32642 右から喰う形で
32643 \begin_inset Newline newline
32644 \end_inset
32645
32646
32647 \begin_inset Phantom HPhantom
32648 status open
32649
32650 \begin_layout Plain Layout
32651
32652 \family sans
32653 編集\SpecialChar \menuseparator
32654 数式\SpecialChar \menuseparator
32655 マクロ定義\SpecialChar \menuseparator
32656
32657 \end_layout
32658
32659 \end_inset
32660
32661 非必須引数を追加
32662 \end_layout
32663
32664 \end_inset
32665 </cell>
32666 </row>
32667 </lyxtabular>
32668
32669 \end_inset
32670
32671
32672 \end_layout
32673
32674 \begin_layout Section
32675 コンピュータ代数システム
32676 \end_layout
32677
32678 \begin_layout Standard
32679 LyXでは、LyXの数式エディタで書かれた数式表現と、外部プログラムやユーザ定義スクリプトとの間のやり取りが可能です。現在サポートされているプログラムは、
32680 \family sans
32681 Maple
32682 \family default
32683
32684 \family sans
32685 Mathematica
32686 \family default
32687
32688 \family sans
32689 Maxima
32690 \family default
32691
32692 \family sans
32693 Octave
32694 \family default
32695 です。サポートされている数式表現は、非常に単純なものに限られていますので、ご注意ください。
32696 \end_layout
32697
32698 \begin_layout Subsection
32699 使用法
32700 \end_layout
32701
32702 \begin_layout Standard
32703 数式表現を書いた後、
32704 \family sans
32705 編集\SpecialChar \menuseparator
32706 数式\SpecialChar \menuseparator
32707 コンピュータ代数システムを使用
32708 \family default
32709 メニューで、コンピュータに導入済みのプログラムを選択します。その後、計算結果が、数式表現の右に「=」演算子とともに表示されます。
32710 \end_layout
32711
32712 \begin_layout Standard
32713 下記は、どのような計算が可能かをいくつか例示したものです(出力は
32714 \family typewriter
32715 Maxima
32716 \family default
32717 です)。
32718 \end_layout
32719
32720 \begin_layout Itemize
32721 \begin_inset Formula $\frac{37}{3}*2-\sum_{i=1}^{3}i^{i}=-\frac{22}{3}$
32722 \end_inset
32723
32724
32725 \end_layout
32726
32727 \begin_layout Itemize
32728 \begin_inset Formula $\frac{37.0}{3}=12.33333333333333$
32729 \end_inset
32730
32731
32732 \end_layout
32733
32734 \begin_layout Itemize
32735 \begin_inset Formula $\int_{1}^{2}\sin(x)dx=\cos1-\cos2$
32736 \end_inset
32737
32738
32739 \end_layout
32740
32741 \begin_layout Itemize
32742 \begin_inset Formula $\det\left[\begin{array}{ccc}
32743 1 & 6 & 7\\
32744 2 & 5 & 8\\
32745 3 & 4 & 17
32746 \end{array}\right]=-56$
32747 \end_inset
32748
32749
32750 \end_layout
32751
32752 \begin_layout Itemize
32753 \begin_inset Formula $\lim_{x\rightarrow0}\left(\frac{\sin(x)}{x}\right)=1$
32754 \end_inset
32755
32756
32757 \end_layout
32758
32759 \begin_layout Subsection
32760 捷径
32761 \end_layout
32762
32763 \begin_layout Standard
32764 現在のところ、代数プログラムを呼び出すための
32765 \begin_inset Flex Ruby
32766 status collapsed
32767
32768 \begin_layout Plain Layout
32769 捷径
32770 \begin_inset Argument post:1
32771 status collapsed
32772
32773 \begin_layout Plain Layout
32774 ショートカット
32775 \end_layout
32776
32777 \end_inset
32778
32779
32780 \end_layout
32781
32782 \end_inset
32783
32784 はありません。しかし、捷径を
32785 \family sans
32786 math-extern
32787 \family default
32788  LyX関数にバインドすることは容易です(取扱説明書『
32789 \family sans
32790 \emph on
32791 LyX関数篇
32792 \family default
32793 \emph default
32794 』参照)。例えば、数式エディタ中で
32795 \family sans
32796 リターン
32797 \family default
32798
32799 \begin_inset Flex Ruby
32800 status collapsed
32801
32802 \begin_layout Plain Layout
32803
32804 \begin_inset Argument post:1
32805 status collapsed
32806
32807 \begin_layout Plain Layout
32808 キー
32809 \end_layout
32810
32811 \end_inset
32812
32813
32814 \end_layout
32815
32816 \end_inset
32817
32818 をバインドさせることもできます。それを
32819 \family typewriter
32820 Maxima
32821 \family default
32822 にバインドするには、下記の捷径定義コマンドを使用します。
32823 \end_layout
32824
32825 \begin_layout Standard
32826
32827 \series bold
32828 command-alternatives break-paragraph;math-extern maxima
32829 \end_layout
32830
32831 \begin_layout Section
32832 補遺
32833 \begin_inset Index idx
32834 status collapsed
32835
32836 \begin_layout Plain Layout
32837 ほい@補遺
32838 \end_layout
32839
32840 \end_inset
32841
32842
32843 \end_layout
32844
32845 \begin_layout Subsection
32846 負の数
32847 \begin_inset Index idx
32848 status collapsed
32849
32850 \begin_layout Plain Layout
32851 かず@数 ! ふの@負の ---
32852 \end_layout
32853
32854 \end_inset
32855
32856
32857 \end_layout
32858
32859 \begin_layout Standard
32860 数式中の負の数は、数の前の負符号が、差演算子記号と同じ長さに設定されてしまうために、汚く見えてしまうことがあります。負の数を通常の文章として書くと、負符号は正し
32861 く表示されます。
32862 \end_layout
32863
32864 \begin_layout Standard
32865 したがって、この問題は、負符号を数式テキストに変換することによって、解消されます。
32866 \end_layout
32867
32868 \begin_layout Standard
32869 以下は、この問題を示す例です。
32870 \end_layout
32871
32872 \begin_layout Standard
32873 \align center
32874 \begin_inset Tabular
32875 <lyxtabular version="3" rows="3" columns="2">
32876 <features rotate="0" tabularvalignment="middle">
32877 <column alignment="right" valignment="top">
32878 <column alignment="left" valignment="top">
32879 <row>
32880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32881 \begin_inset Text
32882
32883 \begin_layout Plain Layout
32884 通常の文章:
32885 \end_layout
32886
32887 \end_inset
32888 </cell>
32889 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32890 \begin_inset Text
32891
32892 \begin_layout Plain Layout
32893 x = -2
32894 \end_layout
32895
32896 \end_inset
32897 </cell>
32898 </row>
32899 <row>
32900 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32901 \begin_inset Text
32902
32903 \begin_layout Plain Layout
32904 数式:
32905 \end_layout
32906
32907 \end_inset
32908 </cell>
32909 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
32910 \begin_inset Text
32911
32912 \begin_layout Plain Layout
32913 \begin_inset Formula $x=-2$
32914 \end_inset
32915
32916
32917 \end_layout
32918
32919 \end_inset
32920 </cell>
32921 </row>
32922 <row>
32923 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32924 \begin_inset Text
32925
32926 \begin_layout Plain Layout
32927 解決策:
32928 \end_layout
32929
32930 \end_inset
32931 </cell>
32932 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
32933 \begin_inset Text
32934
32935 \begin_layout Plain Layout
32936 \begin_inset Formula $x=\textrm{-}2$
32937 \end_inset
32938
32939
32940 \end_layout
32941
32942 \end_inset
32943 </cell>
32944 </row>
32945 </lyxtabular>
32946
32947 \end_inset
32948
32949
32950 \end_layout
32951
32952 \begin_layout Subsection
32953 位区切りとしてのコンマ
32954 \begin_inset Index idx
32955 status collapsed
32956
32957 \begin_layout Plain Layout
32958 こんま@コンマ
32959 \end_layout
32960
32961 \end_inset
32962
32963
32964 \begin_inset Index idx
32965 status collapsed
32966
32967 \begin_layout Plain Layout
32968 かんま@カンマ|see
32969 \begin_inset ERT
32970 status collapsed
32971
32972 \begin_layout Plain Layout
32973
32974 {
32975 \end_layout
32976
32977 \end_inset
32978
32979 コンマ
32980 \begin_inset ERT
32981 status collapsed
32982
32983 \begin_layout Plain Layout
32984
32985 }
32986 \end_layout
32987
32988 \end_inset
32989
32990
32991 \end_layout
32992
32993 \end_inset
32994
32995
32996 \end_layout
32997
32998 \begin_layout Standard
32999 LaTeXでは、英語の慣習にしたがい、数式中のコンマを数字の位区切りに使用します。よって、数式中のコンマの後ろには、つねに空白が加わります。
33000 \end_layout
33001
33002 \begin_layout Standard
33003 これを回避するためには、コンマを選択して、数式テキストに変更して下さい(
33004 \begin_inset Flex Ruby
33005 status collapsed
33006
33007 \begin_layout Plain Layout
33008 捷径
33009 \begin_inset Argument post:1
33010 status collapsed
33011
33012 \begin_layout Plain Layout
33013 ショートカット
33014 \end_layout
33015
33016 \end_inset
33017
33018
33019 \end_layout
33020
33021 \end_inset
33022
33023
33024 \begin_inset Info
33025 type  "shortcut"
33026 arg   "math-mode"
33027 \end_inset
33028
33029 )。
33030 \end_layout
33031
33032 \begin_layout Standard
33033 文書中の数式コンマを、すべて小数点として使うには、LaTeXプリアンブルに
33034 \end_layout
33035
33036 \begin_layout Standard
33037
33038 \series bold
33039
33040 \backslash
33041 usepackage{icomma}
33042 \end_layout
33043
33044 \begin_layout Standard
33045 という行を加えて、
33046 \series bold
33047 icomma.sty
33048 \series default
33049
33050 \begin_inset Foot
33051 status collapsed
33052
33053 \begin_layout Plain Layout
33054
33055 \series bold
33056 icomma
33057 \series default
33058 は、LaTeXパッケージ
33059 \series bold
33060 was
33061 \series default
33062
33063 \begin_inset Index idx
33064 status collapsed
33065
33066 \begin_layout Plain Layout
33067 ぱっけーじ@パッケージ ! was
33068 \begin_inset ERT
33069 status collapsed
33070
33071 \begin_layout Plain Layout
33072
33073
33074 \backslash
33075 vspace{4mm}
33076 \end_layout
33077
33078 \end_inset
33079
33080
33081 \end_layout
33082
33083 \end_inset
33084
33085 に含まれています。
33086 \end_layout
33087
33088 \end_inset
33089
33090
33091 \begin_inset Index idx
33092 status collapsed
33093
33094 \begin_layout Plain Layout
33095 ぱっけーじ@パッケージ ! icomma
33096 \end_layout
33097
33098 \end_inset
33099
33100 ファイルを読み込みます。
33101 \end_layout
33102
33103 \begin_layout Subsection
33104 物理ベクトル
33105 \begin_inset CommandInset label
33106 LatexCommand label
33107 name "sub:物理ベクトル"
33108
33109 \end_inset
33110
33111
33112 \begin_inset Index idx
33113 status collapsed
33114
33115 \begin_layout Plain Layout
33116 Vectors ! physical
33117 \end_layout
33118
33119 \end_inset
33120
33121
33122 \end_layout
33123
33124 \begin_layout Standard
33125 LaTeXパッケージ
33126 \series bold
33127 braket
33128 \series default
33129
33130 \begin_inset Foot
33131 status collapsed
33132
33133 \begin_layout Plain Layout
33134
33135 \series bold
33136 braket
33137 \series default
33138  は標準的LaTeX頒布版のすべてに含まれています。
33139 \end_layout
33140
33141 \end_inset
33142
33143
33144 \begin_inset Index idx
33145 status collapsed
33146
33147 \begin_layout Plain Layout
33148 ぱっけーじ@パッケージ ! braket
33149 \end_layout
33150
33151 \end_inset
33152
33153 には、定義済みのベクトルが提供されており、
33154 \end_layout
33155
33156 \begin_layout Standard
33157
33158 \series bold
33159
33160 \backslash
33161 usepackage{braket}
33162 \end_layout
33163
33164 \begin_layout Standard
33165 というLaTeXプリアンブル行で読み込むことができます。
33166 \end_layout
33167
33168 \begin_layout Standard
33169 \begin_inset ERT
33170 status collapsed
33171
33172 \begin_layout Plain Layout
33173
33174
33175 \backslash
33176 ifbraket 
33177 \end_layout
33178
33179 \end_inset
33180
33181
33182 \begin_inset Note Note
33183 status open
33184
33185 \begin_layout Plain Layout
33186 以下の表は、
33187 \series bold
33188 braket
33189 \series default
33190  LaTeXパッケージが導入済みのときのみ表示されます。
33191 \end_layout
33192
33193 \end_inset
33194
33195 以下のコマンドが定義されています。
33196 \end_layout
33197
33198 \begin_layout Standard
33199 \align center
33200 \begin_inset Tabular
33201 <lyxtabular version="3" rows="4" columns="2">
33202 <features rotate="0" tabularvalignment="middle">
33203 <column alignment="center" valignment="top">
33204 <column alignment="center" valignment="top">
33205 <row>
33206 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33207 \begin_inset Text
33208
33209 \begin_layout Plain Layout
33210 コマンド
33211 \end_layout
33212
33213 \end_inset
33214 </cell>
33215 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33216 \begin_inset Text
33217
33218 \begin_layout Plain Layout
33219 出力
33220 \end_layout
33221
33222 \end_inset
33223 </cell>
33224 </row>
33225 <row>
33226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33227 \begin_inset Text
33228
33229 \begin_layout Plain Layout
33230
33231 \backslash
33232 Bra{
33233 \backslash
33234 psi
33235 \end_layout
33236
33237 \end_inset
33238 </cell>
33239 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33240 \begin_inset Text
33241
33242 \begin_layout Plain Layout
33243 \begin_inset Formula $\Bra{\psi}$
33244 \end_inset
33245
33246
33247 \end_layout
33248
33249 \end_inset
33250 </cell>
33251 </row>
33252 <row>
33253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33254 \begin_inset Text
33255
33256 \begin_layout Plain Layout
33257
33258 \backslash
33259 Ket{
33260 \backslash
33261 psi
33262 \end_layout
33263
33264 \end_inset
33265 </cell>
33266 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33267 \begin_inset Text
33268
33269 \begin_layout Plain Layout
33270 \begin_inset Formula $\Ket{\psi}$
33271 \end_inset
33272
33273
33274 \end_layout
33275
33276 \end_inset
33277 </cell>
33278 </row>
33279 <row>
33280 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33281 \begin_inset Text
33282
33283 \begin_layout Plain Layout
33284
33285 \backslash
33286 Braket{
33287 \backslash
33288 psi
33289 \begin_inset Formula $|$
33290 \end_inset
33291
33292
33293 \backslash
33294 phi
33295 \end_layout
33296
33297 \end_inset
33298 </cell>
33299 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33300 \begin_inset Text
33301
33302 \begin_layout Plain Layout
33303 \begin_inset Formula $\Braket{\psi|\phi}$
33304 \end_inset
33305
33306
33307 \end_layout
33308
33309 \end_inset
33310 </cell>
33311 </row>
33312 </lyxtabular>
33313
33314 \end_inset
33315
33316
33317 \end_layout
33318
33319 \begin_layout Standard
33320
33321 \series bold
33322
33323 \backslash
33324 Braket
33325 \series default
33326 コマンドを使うと、以下のように、すべての縦棒がそれを囲む括弧と同じ大きさに設定されます。
33327 \begin_inset Formula 
33328 \[
33329 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}
33330 \]
33331
33332 \end_inset
33333
33334
33335 \begin_inset ERT
33336 status collapsed
33337
33338 \begin_layout Plain Layout
33339
33340
33341 \backslash
33342 else 
33343 \end_layout
33344
33345 \end_inset
33346
33347
33348 \begin_inset Note Note
33349 status open
33350
33351 \begin_layout Plain Layout
33352
33353 \series bold
33354 braket
33355 \series default
33356  LaTeXパッケージが導入されていないときには、以下が表示されます。
33357 \end_layout
33358
33359 \end_inset
33360
33361
33362 \end_layout
33363
33364 \begin_layout Standard
33365 本小節の全体を出力で見るためには、
33366 \series bold
33367 braket
33368 \series default
33369  LaTeXパッケージを導入する必要があります。
33370 \end_layout
33371
33372 \begin_layout Standard
33373 \begin_inset ERT
33374 status collapsed
33375
33376 \begin_layout Plain Layout
33377
33378
33379 \backslash
33380 fi 
33381 \end_layout
33382
33383 \end_inset
33384
33385
33386 \end_layout
33387
33388 \begin_layout Standard
33389
33390 \series bold
33391
33392 \backslash
33393 Braket
33394 \series default
33395 と同じ効果は、第
33396 \begin_inset CommandInset ref
33397 LatexCommand ref
33398 reference "sub:自動の括弧丈"
33399
33400 \end_inset
33401
33402 節に説明されているとおり、
33403 \series bold
33404
33405 \backslash
33406 middle
33407 \series default
33408 コマンドを用いることによっても実現できます。
33409 \end_layout
33410
33411 \begin_layout Subsection
33412 自己定義の分数
33413 \begin_inset CommandInset label
33414 LatexCommand label
33415 name "sub:自己定義の分数"
33416
33417 \end_inset
33418
33419
33420 \begin_inset Index idx
33421 status collapsed
33422
33423 \begin_layout Plain Layout
33424 ぶんすう@分数 ! じこていぎの@自己定義の ---
33425 \end_layout
33426
33427 \end_inset
33428
33429
33430 \end_layout
33431
33432 \begin_layout Standard
33433 分数用の自製コマンドを定義するには、以下の書式を持つ
33434 \series bold
33435
33436 \backslash
33437 genfrac
33438 \series default
33439
33440 \begin_inset Index idx
33441 status collapsed
33442
33443 \begin_layout Plain Layout
33444 こまんど@コマンド ! G ! 
33445 \backslash
33446 genfrac
33447 \end_layout
33448
33449 \end_inset
33450
33451 コマンドを使います。
33452 \end_layout
33453
33454 \begin_layout Standard
33455
33456 \series bold
33457
33458 \backslash
33459 genfrac{左括弧}{右括弧}{分数線の厚み}{様式}
33460 \begin_inset Newline newline
33461 \end_inset
33462
33463
33464 \begin_inset Phantom HPhantom
33465 status open
33466
33467 \begin_layout Plain Layout
33468
33469 \series bold
33470
33471 \backslash
33472 genfrac
33473 \end_layout
33474
33475 \end_inset
33476
33477 {分子}{分母}
33478 \end_layout
33479
33480 \begin_layout Standard
33481 ここで「様式」は、0
33482 \begin_inset space \thinspace{}
33483 \end_inset
33484
33485 -
33486 \begin_inset space \thinspace{}
33487 \end_inset
33488
33489 3の範囲の数字です。
33490 \end_layout
33491
33492 \begin_layout Standard
33493 \align center
33494 \begin_inset Tabular
33495 <lyxtabular version="3" rows="5" columns="2">
33496 <features rotate="0" tabularvalignment="middle">
33497 <column alignment="center" valignment="top">
33498 <column alignment="center" valignment="top">
33499 <row>
33500 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33501 \begin_inset Text
33502
33503 \begin_layout Plain Layout
33504 数字
33505 \end_layout
33506
33507 \end_inset
33508 </cell>
33509 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33510 \begin_inset Text
33511
33512 \begin_layout Plain Layout
33513 様式(大きさ)
33514 \end_layout
33515
33516 \end_inset
33517 </cell>
33518 </row>
33519 <row>
33520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33521 \begin_inset Text
33522
33523 \begin_layout Plain Layout
33524 0
33525 \end_layout
33526
33527 \end_inset
33528 </cell>
33529 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33530 \begin_inset Text
33531
33532 \begin_layout Plain Layout
33533 別行立て様式の数式
33534 \end_layout
33535
33536 \end_inset
33537 </cell>
33538 </row>
33539 <row>
33540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33541 \begin_inset Text
33542
33543 \begin_layout Plain Layout
33544 1
33545 \end_layout
33546
33547 \end_inset
33548 </cell>
33549 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33550 \begin_inset Text
33551
33552 \begin_layout Plain Layout
33553 行内数式
33554 \end_layout
33555
33556 \end_inset
33557 </cell>
33558 </row>
33559 <row>
33560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33561 \begin_inset Text
33562
33563 \begin_layout Plain Layout
33564 2
33565 \end_layout
33566
33567 \end_inset
33568 </cell>
33569 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33570 \begin_inset Text
33571
33572 \begin_layout Plain Layout
33573 やや小(small)
33574 \end_layout
33575
33576 \end_inset
33577 </cell>
33578 </row>
33579 <row>
33580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33581 \begin_inset Text
33582
33583 \begin_layout Plain Layout
33584 3
33585 \end_layout
33586
33587 \end_inset
33588 </cell>
33589 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33590 \begin_inset Text
33591
33592 \begin_layout Plain Layout
33593 最小(tiny)
33594 \end_layout
33595
33596 \end_inset
33597 </cell>
33598 </row>
33599 </lyxtabular>
33600
33601 \end_inset
33602
33603
33604 \end_layout
33605
33606 \begin_layout Standard
33607 「様式」を指定しないときには、
33608 \series bold
33609
33610 \backslash
33611 frac
33612 \series default
33613 コマンドのように、大きさは周囲の環境に合わせて調節されます。 
33614 \end_layout
33615
33616 \begin_layout Standard
33617 「分数線の厚み」を指定しないときには、既定値である0.4
33618 \begin_inset space \thinspace{}
33619 \end_inset
33620
33621 ptが用いられます。
33622 \end_layout
33623
33624 \begin_layout Standard
33625 \begin_inset VSpace medskip
33626 \end_inset
33627
33628 たとえば、第
33629 \begin_inset CommandInset ref
33630 LatexCommand ref
33631 reference "sub:分数"
33632
33633 \end_inset
33634
33635 節の
33636 \series bold
33637
33638 \backslash
33639 dfrac
33640 \series default
33641 コマンドおよび
33642 \series bold
33643
33644 \backslash
33645 tbinom
33646 \series default
33647 コマンドは、
33648 \end_layout
33649
33650 \begin_layout Standard
33651
33652 \series bold
33653
33654 \backslash
33655 newcommand{
33656 \backslash
33657 dfrac}[2]{
33658 \backslash
33659 genfrac{}{}{}{0}{#1}{#2}}
33660 \end_layout
33661
33662 \begin_layout Standard
33663 あるいは
33664 \end_layout
33665
33666 \begin_layout Standard
33667
33668 \series bold
33669
33670 \backslash
33671 newcommand{
33672 \backslash
33673 tbinom}[2]{
33674 \backslash
33675 genfrac{(}{)}{0pt}{1}{#1}{#2}}
33676 \end_layout
33677
33678 \begin_layout Standard
33679 というコマンドで定義できます。
33680 \end_layout
33681
33682 \begin_layout Standard
33683 \begin_inset VSpace medskip
33684 \end_inset
33685
33686 分数線の厚みを非必須の引数として与えることのできる分数を定義するには、LaTeXプリアンブルに
33687 \end_layout
33688
33689 \begin_layout Standard
33690
33691 \series bold
33692
33693 \backslash
33694 newcommand{
33695 \backslash
33696 fracS}[3][]{
33697 \backslash
33698 genfrac{}{}{#1}{}{#2}{#3}}
33699 \end_layout
33700
33701 \begin_layout Standard
33702 という行を入れます。
33703 \begin_inset Newpage newpage
33704 \end_inset
33705
33706
33707 \end_layout
33708
33709 \begin_layout Standard
33710 以下は、そのテストです。
33711 \begin_inset Formula 
33712 \begin{align*}
33713 \text{コマンド} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
33714 \text{出力} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
33715 \end{align*}
33716
33717 \end_inset
33718
33719 ご覧になってわかるように、分子や分母から分数線までの距離は、分数線の厚みの約3倍になります。
33720 \end_layout
33721
33722 \begin_layout Subsection
33723 数式の消去
33724 \begin_inset Index idx
33725 status collapsed
33726
33727 \begin_layout Plain Layout
33728 すうしき@数式 ! しょうきょ@消去
33729 \end_layout
33730
33731 \end_inset
33732
33733
33734 \end_layout
33735
33736 \begin_layout Standard
33737 数式を消去するには、4つの方法があります。
33738 \end_layout
33739
33740 \begin_layout Standard
33741 \align center
33742 \begin_inset Tabular
33743 <lyxtabular version="3" rows="5" columns="2">
33744 <features rotate="0" tabularvalignment="middle">
33745 <column alignment="center" valignment="top">
33746 <column alignment="center" valignment="top">
33747 <row>
33748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33749 \begin_inset Text
33750
33751 \begin_layout Plain Layout
33752 コマンド
33753 \end_layout
33754
33755 \end_inset
33756 </cell>
33757 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33758 \begin_inset Text
33759
33760 \begin_layout Plain Layout
33761 出力
33762 \begin_inset Note Note
33763 status collapsed
33764
33765 \begin_layout Plain Layout
33766 ここで
33767 \series bold
33768
33769 \backslash
33770 raisebox
33771 \series default
33772 はスペーサーとして使用しているだけです。
33773 \end_layout
33774
33775 \end_inset
33776
33777
33778 \end_layout
33779
33780 \end_inset
33781 </cell>
33782 </row>
33783 <row>
33784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33785 \begin_inset Text
33786
33787 \begin_layout Plain Layout
33788
33789 \backslash
33790 cancel
33791 \begin_inset space \textvisiblespace{}
33792 \end_inset
33793
33794 int
33795 \begin_inset space \textvisiblespace{}
33796 \end_inset
33797
33798 A=B
33799 \end_layout
33800
33801 \end_inset
33802 </cell>
33803 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33804 \begin_inset Text
33805
33806 \begin_layout Plain Layout
33807 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
33808 \end_inset
33809
33810
33811 \end_layout
33812
33813 \end_inset
33814 </cell>
33815 </row>
33816 <row>
33817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33818 \begin_inset Text
33819
33820 \begin_layout Plain Layout
33821
33822 \backslash
33823 bcancel
33824 \begin_inset space \textvisiblespace{}
33825 \end_inset
33826
33827
33828 \backslash
33829 int
33830 \begin_inset space \textvisiblespace{}
33831 \end_inset
33832
33833 A=B
33834 \end_layout
33835
33836 \end_inset
33837 </cell>
33838 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33839 \begin_inset Text
33840
33841 \begin_layout Plain Layout
33842 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
33843 \end_inset
33844
33845
33846 \end_layout
33847
33848 \end_inset
33849 </cell>
33850 </row>
33851 <row>
33852 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33853 \begin_inset Text
33854
33855 \begin_layout Plain Layout
33856
33857 \backslash
33858 xcancel
33859 \begin_inset space \textvisiblespace{}
33860 \end_inset
33861
33862
33863 \backslash
33864 int
33865 \begin_inset space \textvisiblespace{}
33866 \end_inset
33867
33868 A=B
33869 \end_layout
33870
33871 \end_inset
33872 </cell>
33873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33874 \begin_inset Text
33875
33876 \begin_layout Plain Layout
33877 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
33878 \end_inset
33879
33880
33881 \end_layout
33882
33883 \end_inset
33884 </cell>
33885 </row>
33886 <row>
33887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33888 \begin_inset Text
33889
33890 \begin_layout Plain Layout
33891
33892 \backslash
33893 cancelto
33894 \begin_inset space \textvisiblespace{}
33895 \end_inset
33896
33897
33898 \backslash
33899 int
33900 \begin_inset space \textvisiblespace{}
33901 \end_inset
33902
33903 A=B
33904 \begin_inset Formula $\to$
33905 \end_inset
33906
33907 1
33908 \end_layout
33909
33910 \end_inset
33911 </cell>
33912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33913 \begin_inset Text
33914
33915 \begin_layout Plain Layout
33916 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
33917 \end_inset
33918
33919
33920 \end_layout
33921
33922 \end_inset
33923 </cell>
33924 </row>
33925 </lyxtabular>
33926
33927 \end_inset
33928
33929
33930 \end_layout
33931
33932 \begin_layout Standard
33933
33934 \series bold
33935
33936 \backslash
33937 cancelto
33938 \series default
33939 は、以下のように、とくに数式中の分数を約分を表示するのに適しています。
33940 \begin_inset Formula 
33941 \[
33942 \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}}}
33943 \]
33944
33945 \end_inset
33946
33947
33948 \end_layout
33949
33950 \begin_layout Standard
33951
33952 \lang english
33953 To change the size of 
33954 \series bold
33955
33956 \backslash
33957 cancelto
33958 \series default
33959 's 
33960 \begin_inset Quotes eld
33961 \end_inset
33962
33963 subscript
33964 \begin_inset Quotes erd
33965 \end_inset
33966
33967  value one can add the LaTeX-preamble line
33968 \end_layout
33969
33970 \begin_layout Standard
33971
33972 \series bold
33973
33974 \backslash
33975 PassOptionsToPackage{option}{cancel}
33976 \end_layout
33977
33978 \begin_layout Standard
33979
33980 \lang english
33981 where 
33982 \series bold
33983 option
33984 \series default
33985  is either 
33986 \series bold
33987 samesize
33988 \series default
33989  which leads to the same size as for the canceled value, or 
33990 \series bold
33991 Smaller
33992 \series default
33993  which makes is it a bit smaller than normal.
33994 \end_layout
33995
33996 \begin_layout Standard
33997 という行で読み込まれています。取り消し線に色を付けるには、TeXコードで以下のコマンドを書き加えてください。
33998 \end_layout
33999
34000 \begin_layout Standard
34001
34002 \series bold
34003
34004 \backslash
34005 renewcommand{
34006 \backslash
34007 CancelColor}{
34008 \backslash
34009 color{red}}
34010 \end_layout
34011
34012 \begin_layout Standard
34013 ここで
34014 \series bold
34015 red
34016 \series default
34017 は、お好みの色に変更することができます。
34018 \end_layout
34019
34020 \begin_layout Standard
34021 \begin_inset ERT
34022 status collapsed
34023
34024 \begin_layout Plain Layout
34025
34026
34027 \backslash
34028 renewcommand{
34029 \backslash
34030 CancelColor}{
34031 \backslash
34032 color{red}}
34033 \end_layout
34034
34035 \end_inset
34036
34037
34038 \end_layout
34039
34040 \begin_layout Standard
34041 \begin_inset Formula 
34042 \[
34043 \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}}}
34044 \]
34045
34046 \end_inset
34047
34048
34049 \end_layout
34050
34051 \begin_layout Standard
34052 \begin_inset ERT
34053 status collapsed
34054
34055 \begin_layout Plain Layout
34056
34057
34058 \backslash
34059 renewcommand{
34060 \backslash
34061 CancelColor}{
34062 \backslash
34063 color{black}}
34064 \end_layout
34065
34066 \end_inset
34067
34068
34069 \begin_inset Note Note
34070 status open
34071
34072 \begin_layout Plain Layout
34073 色をリセット
34074 \end_layout
34075
34076 \end_inset
34077
34078
34079 \end_layout
34080
34081 \begin_layout Standard
34082 他の微調整については、
34083 \series bold
34084 cancel
34085 \series default
34086 パッケージの取扱説明書
34087 \begin_inset CommandInset citation
34088 LatexCommand cite
34089 key "cancel"
34090
34091 \end_inset
34092
34093 をご覧ください。
34094 \begin_inset Index idx
34095 status collapsed
34096
34097 \begin_layout Plain Layout
34098 ぱっけーじ@パッケージ ! cancel
34099 \end_layout
34100
34101 \end_inset
34102
34103
34104 \end_layout
34105
34106 \begin_layout Subsection
34107 節見出し中の数式
34108 \begin_inset CommandInset label
34109 LatexCommand label
34110 name "sub:節見出し中の数式"
34111
34112 \end_inset
34113
34114
34115 \begin_inset Index idx
34116 status collapsed
34117
34118 \begin_layout Plain Layout
34119 すうしき@数式 ! せつみだしちゅうの@節見出し中の ---
34120 \end_layout
34121
34122 \end_inset
34123
34124
34125 \end_layout
34126
34127 \begin_layout Standard
34128 数式を節見出し中で使う際には、以下のことに留意しなくてはなりません。
34129 \end_layout
34130
34131 \begin_layout Standard
34132 \begin_inset Note Greyedout
34133 status open
34134
34135 \begin_layout Plain Layout
34136 文書設定ダイアログの
34137 \family sans
34138 PDF特性
34139 \family default
34140
34141 \series bold
34142 hyperref
34143 \series default
34144
34145 \begin_inset Index idx
34146 status collapsed
34147
34148 \begin_layout Plain Layout
34149 ぱっけーじ@パッケージ ! hyperref
34150 \end_layout
34151
34152 \end_inset
34153
34154 サポートが有効になっている場合、PDFのしおりが、目次にある節見出しすべてに関して生成されます。しおり中に数式を入れることはPDFの慣習に違反しているため、節見
34155 出しに数式が含まれている場合、数式はしおり中に誤った文字列として表示されます。
34156 \end_layout
34157
34158 \end_inset
34159
34160
34161 \end_layout
34162
34163 \begin_layout Standard
34164 これらの問題は、
34165 \family sans
34166 挿入\SpecialChar \menuseparator
34167 短縮タイトル
34168 \family default
34169 メニューを使って、問題となる節見出しの最後に短縮タイトルを入れることで解決することができます。短縮タイトルは、目次が美しく整形されるように、多行にわたる節見出し
34170 に別名を付けるものです。目次中には、短縮タイトルのみが表示され、したがってPDFしおり中にも短縮タイトルのみが表示されます。
34171 \end_layout
34172
34173 \begin_layout Standard
34174 数式を目次中でも使わなくてもならないが、
34175 \series bold
34176 hyperref
34177 \series default
34178 も使用しなくてはならないときには、
34179 \end_layout
34180
34181 \begin_layout Standard
34182
34183 \series bold
34184
34185 \backslash
34186 texorpdfstring{部分}{代替文字列}
34187 \begin_inset Index idx
34188 status collapsed
34189
34190 \begin_layout Plain Layout
34191 こまんど@コマンド ! T ! 
34192 \backslash
34193 texorpdfstring
34194 \end_layout
34195
34196 \end_inset
34197
34198
34199 \end_layout
34200
34201 \begin_layout Standard
34202 というコマンドをTeXモードで使う方法があります。
34203 \end_layout
34204
34205 \begin_layout Standard
34206 「部分」は、見出し中、PDFしおりに表示したくない部分です。これは、文字・数式・脚注のほかに相互参照をとることもできます。しおりには、この部分の代わりに、「代替
34207 文字列」が用いられます。
34208 \end_layout
34209
34210 \begin_layout Standard
34211 以下の二つは、見出しの例です。
34212 \begin_inset VSpace -3mm
34213 \end_inset
34214
34215
34216 \begin_inset ERT
34217 status collapsed
34218
34219 \begin_layout Plain Layout
34220
34221
34222 \backslash
34223 boldmath 
34224 \end_layout
34225
34226 \end_inset
34227
34228
34229 \end_layout
34230
34231 \begin_layout Subsubsection
34232 目次中では数式を使わない見出し
34233 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
34234 \end_inset
34235
34236
34237 \begin_inset Argument 1
34238 status collapsed
34239
34240 \begin_layout Plain Layout
34241 目次中では数式を使わない見出し
34242 \end_layout
34243
34244 \end_inset
34245
34246
34247 \end_layout
34248
34249 \begin_layout Subsubsection
34250 目次中で数式を使う見出し
34251 \begin_inset ERT
34252 status collapsed
34253
34254 \begin_layout Plain Layout
34255
34256
34257 \backslash
34258 texorpdfstring{
34259 \end_layout
34260
34261 \end_inset
34262
34263  
34264 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
34265 \end_inset
34266
34267
34268 \begin_inset ERT
34269 status collapsed
34270
34271 \begin_layout Plain Layout
34272
34273 }{}
34274 \end_layout
34275
34276 \end_inset
34277
34278
34279 \end_layout
34280
34281 \begin_layout Standard
34282 \begin_inset ERT
34283 status collapsed
34284
34285 \begin_layout Plain Layout
34286
34287
34288 \backslash
34289 unboldmath 
34290 \end_layout
34291
34292 \end_inset
34293
34294 一つめの見出しでは短縮タイトルが使われており、二つめの見出しでは
34295 \series bold
34296
34297 \backslash
34298 texorpdfstring
34299 \series default
34300 が使われています。
34301 \end_layout
34302
34303 \begin_layout Standard
34304 他の節見出しと同じ書式を得るために、上の見出し全体は
34305 \series bold
34306 boldmath
34307 \series default
34308 環境に設定してあります
34309 \begin_inset Foot
34310 status collapsed
34311
34312 \begin_layout Plain Layout
34313
34314 \begin_inset CommandInset ref
34315 LatexCommand ref
34316 reference "sub:ボールド体の数式"
34317
34318 \end_inset
34319
34320 節参照。
34321 \end_layout
34322
34323 \end_inset
34324
34325
34326 \end_layout
34327
34328 \begin_layout Subsection
34329 多段組文中の数式
34330 \begin_inset Index idx
34331 status collapsed
34332
34333 \begin_layout Plain Layout
34334 すうしき@数式 ! ただんくみぶんちゅうの@多段組文中の ---
34335 \end_layout
34336
34337 \end_inset
34338
34339
34340 \end_layout
34341
34342 \begin_layout Standard
34343 多段組文中に数式を作ると、段の中に収まりきらないことも多く、ページ幅全体に広がるようにする必要があることがあります。これは、
34344 \series bold
34345 multicol
34346 \series default
34347
34348 \begin_inset Foot
34349 status collapsed
34350
34351 \begin_layout Plain Layout
34352
34353 \series bold
34354 multicol
34355 \series default
34356 は、標準的LaTeX頒布版のすべてに含まれています。
34357 \end_layout
34358
34359 \end_inset
34360
34361
34362 \begin_inset Index idx
34363 status collapsed
34364
34365 \begin_layout Plain Layout
34366 ぱっけーじ@パッケージ ! multicol
34367 \end_layout
34368
34369 \end_inset
34370
34371  LaTeXパッケージを、
34372 \end_layout
34373
34374 \begin_layout Standard
34375
34376 \series bold
34377
34378 \backslash
34379 usepackage{multicol}
34380 \end_layout
34381
34382 \begin_layout Standard
34383 というLaTeXプリアンブル行を書いて読み込むことで、実現できます。
34384 \end_layout
34385
34386 \begin_layout Standard
34387 \begin_inset Note Greyedout
34388 status open
34389
34390 \begin_layout Plain Layout
34391 ここで、
34392 \family sans
34393 文書\SpecialChar \menuseparator
34394 設定
34395 \family default
34396 メニューの
34397 \family sans
34398 本文レイアウト
34399 \family default
34400 で、
34401 \family sans
34402 二段組文書
34403 \family default
34404 の設定を
34405 \emph on
34406 有効にしてはならない
34407 \emph default
34408 ことに注意してください。
34409 \end_layout
34410
34411 \end_inset
34412
34413
34414 \end_layout
34415
34416 \begin_layout Standard
34417 多段組文の前に
34418 \end_layout
34419
34420 \begin_layout Standard
34421
34422 \series bold
34423
34424 \backslash
34425 begin{multicols}{段数}
34426 \end_layout
34427
34428 \begin_layout Standard
34429 というコマンドをTeXモードで書き入れます。「段数」は、2
34430 \begin_inset space \thinspace{}
34431 \end_inset
34432
34433 -
34434 \begin_inset space \thinspace{}
34435 \end_inset
34436
34437 10のあいだの数字です。多段組文の終わる数式の前には、
34438 \end_layout
34439
34440 \begin_layout Standard
34441
34442 \series bold
34443
34444 \backslash
34445 end{multicols}
34446 \end_layout
34447
34448 \begin_layout Standard
34449 というコマンドをTeXモードで入れます。
34450 \end_layout
34451
34452 \begin_layout Standard
34453 このコマンドによって、数式の前にいくらかの余白が、自動的に作られます。これをなくすには、数式の前に-6
34454 \begin_inset space \thinspace{}
34455 \end_inset
34456
34457 mmの垂直空白を入れて下さい。数式様式
34458 \series bold
34459
34460 \begin_inset Foot
34461 status collapsed
34462
34463 \begin_layout Plain Layout
34464
34465 \series bold
34466 数式様式に関しては、第
34467 \series default
34468
34469 \begin_inset CommandInset ref
34470 LatexCommand ref
34471 reference "sec:数式様式"
34472
34473 \end_inset
34474
34475 節をご覧下さい。
34476 \end_layout
34477
34478 \end_inset
34479
34480
34481 \series default
34482 として
34483 \series bold
34484 行頭下げ
34485 \series default
34486 を使用している場合には、代わりに-9
34487 \begin_inset space \thinspace{}
34488 \end_inset
34489
34490 mmの垂直空白を入れて下さい。
34491 \end_layout
34492
34493 \begin_layout Standard
34494 以下は、別行立て数式を含む、多段組文の例です。
34495 \end_layout
34496
34497 \begin_layout Standard
34498 \begin_inset ERT
34499 status collapsed
34500
34501 \begin_layout Plain Layout
34502
34503
34504 \backslash
34505 begin{multicols}{2}
34506 \end_layout
34507
34508 \end_inset
34509
34510
34511 \lang ngerman
34512 Das Spektrum wird fouriertransformiert.
34513  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
34514 , Lösungsmittel) zu trennen.
34515  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
34516  nun das Aussehen des Ausgangssignals.
34517  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so das man
34518  über alle Phasen integrieren muss.
34519  Sei nun 
34520 \begin_inset Formula $S$
34521 \end_inset
34522
34523  unser normiertes Ausgangssignal und 
34524 \begin_inset Formula $P$
34525 \end_inset
34526
34527  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
34528 \lang japanese
34529
34530 \begin_inset ERT
34531 status collapsed
34532
34533 \begin_layout Plain Layout
34534
34535
34536 \backslash
34537 end{multicols}
34538 \end_layout
34539
34540 \end_inset
34541
34542
34543 \begin_inset VSpace -6mm
34544 \end_inset
34545
34546
34547 \begin_inset Formula 
34548 \begin{equation}
34549 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
34550 \end{equation}
34551
34552 \end_inset
34553
34554
34555 \begin_inset ERT
34556 status collapsed
34557
34558 \begin_layout Plain Layout
34559
34560
34561 \backslash
34562 begin{multicols}{2}
34563 \end_layout
34564
34565 \end_inset
34566
34567
34568 \lang ngerman
34569 wobei 
34570 \begin_inset Formula $S_{0}$
34571 \end_inset
34572
34573  das Signal ohne Gradient ist und die Normierungsbedingung 
34574 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
34575 \end_inset
34576
34577  gilt.
34578  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
34579  Direkt nach dem 
34580 \begin_inset Formula $\nicefrac{\pi}{2}$
34581 \end_inset
34582
34583
34584 \begin_inset space \thinspace{}
34585 \end_inset
34586
34587 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
34588  das Signal zusätzlich abschwächt.
34589  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
34590  
34591 \begin_inset Formula $T_{2}$
34592 \end_inset
34593
34594 -Zeit.
34595 \end_layout
34596
34597 \begin_layout Standard
34598 \begin_inset ERT
34599 status collapsed
34600
34601 \begin_layout Plain Layout
34602
34603
34604 \backslash
34605 end{multicols}
34606 \end_layout
34607
34608 \end_inset
34609
34610  
34611 \end_layout
34612
34613 \begin_layout Subsection
34614 変数の説明付き数式
34615 \begin_inset Index idx
34616 status collapsed
34617
34618 \begin_layout Plain Layout
34619 すうしき@数式 ! へんすうのせつめいつき@変数の説明付き
34620 \end_layout
34621
34622 \end_inset
34623
34624
34625 \end_layout
34626
34627 \begin_layout Standard
34628 \begin_inset CommandInset ref
34629 LatexCommand eqref
34630 reference "eq:within"
34631
34632 \end_inset
34633
34634 式のように、数式内で変数の説明をするには、
34635 \begin_inset Formula $n$
34636 \end_inset
34637
34638 個の変数が使われている場合、左寄せの列を持つ
34639 \begin_inset Formula $2\times n$
34640 \end_inset
34641
34642 行列を使用します
34643 \begin_inset Foot
34644 status collapsed
34645
34646 \begin_layout Plain Layout
34647 行列に関しては、第
34648 \begin_inset CommandInset ref
34649 LatexCommand ref
34650 reference "sec:行列"
34651
34652 \end_inset
34653
34654 節参照。
34655 \end_layout
34656
34657 \end_inset
34658
34659 。説明を小さな文字にするには、行列の前に、たとえば
34660 \series bold
34661
34662 \backslash
34663 footnotesize
34664 \series default
34665 コマンドを挿入します
34666 \begin_inset Foot
34667 status collapsed
34668
34669 \begin_layout Plain Layout
34670 フォント寸法に関しては、第
34671 \begin_inset CommandInset ref
34672 LatexCommand ref
34673 reference "sub:書体寸法"
34674
34675 \end_inset
34676
34677 節参照。
34678 \end_layout
34679
34680 \end_inset
34681
34682
34683 \end_layout
34684
34685 \begin_layout Standard
34686 数式様式に
34687 \series bold
34688 行頭下げ
34689 \begin_inset Foot
34690 status collapsed
34691
34692 \begin_layout Plain Layout
34693
34694 \series bold
34695 数式様式に関しては、第
34696 \series default
34697
34698 \begin_inset CommandInset ref
34699 LatexCommand ref
34700 reference "sec:数式様式"
34701
34702 \end_inset
34703
34704 節参照。
34705 \end_layout
34706
34707 \end_inset
34708
34709
34710 \series default
34711 を使っている場合、行列を数式とページ余白から等距離に置くために、行列の前後に
34712 \series bold
34713
34714 \backslash
34715 hfill
34716 \series default
34717
34718 \begin_inset Foot
34719 status collapsed
34720
34721 \begin_layout Plain Layout
34722
34723 \series bold
34724
34725 \backslash
34726 hfill
34727 \series default
34728 は、
34729 \series bold
34730 行頭下げ
34731 \series default
34732 様式のときのみ機能します。第
34733 \begin_inset CommandInset ref
34734 LatexCommand ref
34735 reference "sub:可変長の空白"
34736
34737 \end_inset
34738
34739 節をご覧下さい。
34740 \end_layout
34741
34742 \end_inset
34743
34744 を入れます。
34745 \end_layout
34746
34747 \begin_layout Standard
34748 数式様式に
34749 \series bold
34750 中央揃え
34751 \series default
34752 を使っている場合、数式を字下げするには、第
34753 \begin_inset CommandInset ref
34754 LatexCommand ref
34755 reference "sub:flalign環境"
34756
34757 \end_inset
34758
34759 節で述べた方法を使用します。
34760 \begin_inset CommandInset ref
34761 LatexCommand eqref
34762 reference "eq:within"
34763
34764 \end_inset
34765
34766 式には5列があり、最初の2列には数式、3列めには行列、最終列には空のTeX括弧が入っています。
34767 \begin_inset Formula 
34768 \begin{flalign}
34769 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
34770 \rho & \textrm{density}\\
34771 V & \textrm{volume}\\
34772 g & \textrm{gravitational acceleration}
34773 \end{array} &  & {}\label{eq:within}
34774 \end{flalign}
34775
34776 \end_inset
34777
34778
34779 \end_layout
34780
34781 \begin_layout Subsection
34782 アップライト体のギリシャ小文字
34783 \begin_inset CommandInset label
34784 LatexCommand label
34785 name "sub:アップライト体ギリシャ小文字"
34786
34787 \end_inset
34788
34789
34790 \begin_inset Index idx
34791 status collapsed
34792
34793 \begin_layout Plain Layout
34794 ぎりしゃもじ@ギリシャ文字 ! あっぷらいとたい@アップライト体
34795 \end_layout
34796
34797 \end_inset
34798
34799
34800 \end_layout
34801
34802 \begin_layout Standard
34803 ほとんどの数式書体は、イタリック体のギリシャ小文字しか提供していません。しかし、
34804 \begin_inset Formula $\pi$
34805 \end_inset
34806
34807 中間子やニュートリノのような素粒子の記号には、アップライト体のギリシャ文字が必要とされます。
34808 \series bold
34809 upgreek.sty
34810 \series default
34811
34812 \begin_inset Foot
34813 status collapsed
34814
34815 \begin_layout Plain Layout
34816
34817 \series bold
34818 upgreek
34819 \series default
34820 は、
34821 \series bold
34822 was
34823 \series default
34824
34825 \begin_inset Index idx
34826 status collapsed
34827
34828 \begin_layout Plain Layout
34829 ぱっけーじ@パッケージ ! was
34830 \begin_inset ERT
34831 status collapsed
34832
34833 \begin_layout Plain Layout
34834
34835
34836 \backslash
34837 vspace{4mm}
34838 \end_layout
34839
34840 \end_inset
34841
34842
34843 \end_layout
34844
34845 \end_inset
34846
34847  LaTeXパッケージの一部です。
34848 \end_layout
34849
34850 \end_inset
34851
34852
34853 \begin_inset Index idx
34854 status collapsed
34855
34856 \begin_layout Plain Layout
34857 ぱっけーじ@パッケージ ! upgreek
34858 \end_layout
34859
34860 \end_inset
34861
34862  ファイルを
34863 \end_layout
34864
34865 \begin_layout Standard
34866
34867 \series bold
34868
34869 \backslash
34870 usepackage{upgreek}
34871 \end_layout
34872
34873 \begin_layout Standard
34874 というLaTeXプリアンブル行で読み込めば、これらが提供されるようになります。
34875 \begin_inset ERT
34876 status collapsed
34877
34878 \begin_layout Plain Layout
34879
34880
34881 \backslash
34882 ifupgreek 
34883 \end_layout
34884
34885 \end_inset
34886
34887
34888 \begin_inset Note Note
34889 status open
34890
34891 \begin_layout Plain Layout
34892 以下の表は、
34893 \series bold
34894 upgreek
34895 \series default
34896  LaTeXパッケージが導入済みのときのみ表示されます。
34897 \end_layout
34898
34899 \end_inset
34900
34901 アップライト体のギリシャ小文字は、ギリシャ小文字のコマンド名の前に
34902 \series bold
34903 up
34904 \series default
34905 を付けると作ることができます。たとえば
34906 \series bold
34907
34908 \backslash
34909 uptau
34910 \series default
34911 コマンドは、
34912 \begin_inset Formula $\uptau$
34913 \end_inset
34914
34915 のようになります。
34916 \end_layout
34917
34918 \begin_layout Standard
34919 これらのコマンドを使えば、以下のような素粒子の反応を組版することができるようになります。
34920 \begin_inset Formula 
34921 \[
34922 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}
34923 \]
34924
34925 \end_inset
34926
34927
34928 \end_layout
34929
34930 \begin_layout Standard
34931 アップライト体の文字は、イタリック体のものよりも太く幅広です。したがって、これらを「
34932 \begin_inset Formula $\mu m$
34933 \end_inset
34934
34935 」のような単位に使うべきではありません。
34936 \end_layout
34937
34938 \begin_layout Standard
34939 \begin_inset ERT
34940 status collapsed
34941
34942 \begin_layout Plain Layout
34943
34944
34945 \backslash
34946 else 
34947 \end_layout
34948
34949 \end_inset
34950
34951
34952 \begin_inset Note Note
34953 status open
34954
34955 \begin_layout Plain Layout
34956 以下は、
34957 \series bold
34958 upgreek
34959 \series default
34960  LaTeXパッケージが導入されていないときのみ表示されます。
34961 \end_layout
34962
34963 \end_inset
34964
34965
34966 \end_layout
34967
34968 \begin_layout Standard
34969 この小節のすべてを出力で見るには、
34970 \series bold
34971 upgreek
34972 \series default
34973  LaTeXパッケージを導入する必要があります。
34974 \end_layout
34975
34976 \begin_layout Standard
34977 \begin_inset ERT
34978 status collapsed
34979
34980 \begin_layout Plain Layout
34981
34982
34983 \backslash
34984 fi 
34985 \end_layout
34986
34987 \end_inset
34988
34989
34990 \begin_inset Newpage newpage
34991 \end_inset
34992
34993
34994 \end_layout
34995
34996 \begin_layout Subsection
34997 数式中のテキスト文字
34998 \begin_inset CommandInset label
34999 LatexCommand label
35000 name "sub:数式中のテキスト文字"
35001
35002 \end_inset
35003
35004
35005 \begin_inset Index idx
35006 status collapsed
35007
35008 \begin_layout Plain Layout
35009 てきすと@テキスト ! すうしきちゅうの@数式中の ---
35010 \end_layout
35011
35012 \end_inset
35013
35014
35015 \end_layout
35016
35017 \begin_layout Standard
35018 折にふれて、テキスト文字を直接数式中に入れたいときがあるでしょう。たとえば、中黒「·」を
35019 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
35020 \end_inset
35021
35022 のように数式中で頻繁に用いようとすると、この中黒はすべてのエンコーディングでテキスト文字として定義されているために、代わりに
35023 \series bold
35024
35025 \backslash
35026 cdot
35027 \series default
35028
35029 \begin_inset Foot
35030 status collapsed
35031
35032 \begin_layout Plain Layout
35033
35034 \begin_inset CommandInset ref
35035 LatexCommand ref
35036 reference "sub:二項演算子"
35037
35038 \end_inset
35039
35040 節参照。
35041 \end_layout
35042
35043 \end_inset
35044
35045 コマンドを挿入しなくてはならなくなることでしょう。しかし、
35046 \end_layout
35047
35048 \begin_layout Standard
35049
35050 \series bold
35051
35052 \backslash
35053 Declare Inputtext{183}{
35054 \backslash
35055 ifmmode
35056 \backslash
35057 cdot
35058 \backslash
35059 else
35060 \backslash
35061 textperiodcentered
35062 \backslash
35063 f\SpecialChar \textcompwordmark{}
35064 i}
35065 \end_layout
35066
35067 \begin_layout Standard
35068 というLaTeXプリアンブル行を使えば、エンコーディングに変更を加えることができます。
35069 \end_layout
35070
35071 \begin_layout Standard
35072 文字エンコーディング(
35073 \family sans
35074 文書\SpecialChar \menuseparator
35075 設定\SpecialChar \menuseparator
35076 言語
35077 \family default
35078 メニュー)は、キーボード上の
35079 \begin_inset Flex Ruby
35080 status collapsed
35081
35082 \begin_layout Plain Layout
35083
35084 \begin_inset Argument post:1
35085 status collapsed
35086
35087 \begin_layout Plain Layout
35088 キー
35089 \end_layout
35090
35091 \end_inset
35092
35093
35094 \end_layout
35095
35096 \end_inset
35097
35098 が押されたときにどの文字が表示されるかを指定します。「·」文字に対応する鍵が押されると、内部的には
35099 \series bold
35100
35101 \backslash
35102 textperiodcentered
35103 \series default
35104 コマンドが使用されます。しかし、このコマンドは数式中では使えないので、LaTeXエラーが発生するのです。変更後のエンコーディングでは、文字が数式中に挿入されたか
35105 否かによって、正しいコマンドが自動的に選択されます。
35106 \end_layout
35107
35108 \begin_layout Standard
35109 定義ファイル中には、複数の文字のエンコーディングが保管されています。たとえば、
35110 \series bold
35111 latin9
35112 \series default
35113 エンコーディングは、LaTeXがインストールされたフォルダにある
35114 \series bold
35115 latin9.def
35116 \series default
35117 ファイルに定義されています。エンコーディングは、LaTeXプリアンブルで変更するべきであって、定義ファイルを変更してはなりません。さもないと、自分の作成した文書
35118 は、他のコンピューターで作業をしている他のユーザーによっては編集することができなくなってしまいます。
35119 \end_layout
35120
35121 \begin_layout Standard
35122 \begin_inset VSpace medskip
35123 \end_inset
35124
35125 中黒の他にこの文書では、角度記号「
35126 \begin_inset Formula $^{\circ}$
35127 \end_inset
35128
35129 」が、数式に直接入れることができるよう、以下のようなLaTeXプリアンブル行で定義されています
35130 \begin_inset Foot
35131 status collapsed
35132
35133 \begin_layout Plain Layout
35134 (訳註)pLaTeXでは、これらの定義は必要ないので、コメントアウトして無効にしてあります。
35135 \end_layout
35136
35137 \end_inset
35138
35139
35140 \end_layout
35141
35142 \begin_layout Standard
35143
35144 \series bold
35145
35146 \backslash
35147 DeclareInputtext{176}{
35148 \backslash
35149 ifmmode^
35150 \backslash
35151 circ
35152 \backslash
35153 else
35154 \backslash
35155 textdegree
35156 \backslash
35157 f\SpecialChar \textcompwordmark{}
35158 i}
35159 \end_layout
35160
35161 \begin_layout Standard
35162 \begin_inset Newpage newpage
35163 \end_inset
35164
35165
35166 \end_layout
35167
35168 \begin_layout Section
35169 \start_of_appendix
35170 組版上の助言
35171 \begin_inset Index idx
35172 status collapsed
35173
35174 \begin_layout Plain Layout
35175 くみばんじょうのじょげん@組版上の助言
35176 \end_layout
35177
35178 \end_inset
35179
35180
35181 \end_layout
35182
35183 \begin_layout Standard
35184 この節は、ISO規範に掲げてある、もっとも重要な組版ルールの要約です
35185 \begin_inset Foot
35186 status collapsed
35187
35188 \begin_layout Plain Layout
35189 この要約の一部は、ISO規則を取り上げている「Duden」
35190 \begin_inset CommandInset citation
35191 LatexCommand cite
35192 key "Duden"
35193
35194 \end_inset
35195
35196 と呼ばれるドイツの半公的辞書から採られています。
35197 \end_layout
35198
35199 \end_inset
35200
35201
35202 \end_layout
35203
35204 \begin_layout Itemize
35205 物理単位は、つねに(イタリック文中にあるときも)アップライト体にします
35206 \begin_inset Foot
35207 status collapsed
35208
35209 \begin_layout Plain Layout
35210 書体様式で指定します。第
35211 \begin_inset CommandInset ref
35212 LatexCommand ref
35213 reference "sub:書体様式"
35214
35215 \end_inset
35216
35217 節を参照。
35218 \end_layout
35219
35220 \end_inset
35221
35222 :30
35223 \begin_inset space \thinspace{}
35224 \end_inset
35225
35226 km/h
35227 \begin_inset Newline newline
35228 \end_inset
35229
35230 値と単位の間には、最小空白を入れます。第
35231 \begin_inset CommandInset ref
35232 LatexCommand ref
35233 reference "sub:定義済みの空白"
35234
35235 \end_inset
35236
35237 節を参照。
35238 \begin_inset Newline newline
35239 \end_inset
35240
35241 この慣習は、
35242 \series bold
35243
35244 \backslash
35245 unittwo
35246 \series default
35247 コマンドを使用すると、つねに満たされます。このコマンドを数式に入れると、二つの枠が現れます。最初の枠には値をいれ、第二の枠に単位を入れると、上記と同じような結果
35248 が得られます:
35249 \begin_inset Formula $\unit[30]{km/h}$
35250 \end_inset
35251
35252
35253 \begin_inset space \thinspace{}
35254 \end_inset
35255
35256 。実は、
35257 \series bold
35258
35259 \backslash
35260 unittwo
35261 \series default
35262 は、LaTeXコマンドの実体ではなく、
35263 \series bold
35264
35265 \backslash
35266 unit[値]{単位}
35267 \series default
35268 というコマンドです。したがって、これをTeXコード中で使用することはできません。
35269 \end_layout
35270
35271 \begin_layout Itemize
35272 百分率記号と千分率記号は、物理単位と同様に組みます:
35273 \begin_inset Newline newline
35274 \end_inset
35275
35276 血中アルコール1,2
35277 \begin_inset space \thinspace{}
35278 \end_inset
35279
35280
35281 \end_layout
35282
35283 \begin_layout Itemize
35284 角度記号は値の直後に置きます:
35285 \begin_inset Formula $15^{\circ}$
35286 \end_inset
35287
35288 。しかし、単位として用いられるときは別です:15
35289 \begin_inset space \thinspace{}
35290 \end_inset
35291
35292
35293 \begin_inset Formula $^{\circ}\negmedspace\mbox{C}$
35294 \end_inset
35295
35296
35297 \end_layout
35298
35299 \begin_layout Itemize
35300 4桁以上の数は、3桁ごとに最小空白を直前に挿入して、グループ化します:18
35301 \begin_inset space \thinspace{}
35302 \end_inset
35303
35304 473
35305 \begin_inset space \thinspace{}
35306 \end_inset
35307
35308 588
35309 \end_layout
35310
35311 \begin_layout Itemize
35312 \begin_inset Formula $120\times90\times40$
35313 \end_inset
35314
35315
35316 \begin_inset space \thinspace{}
35317 \end_inset
35318
35319 cmのような寸法には、積記号「
35320 \begin_inset Formula $\times$
35321 \end_inset
35322
35323 」を用います。これは、
35324 \series bold
35325
35326 \backslash
35327 times
35328 \series default
35329 コマンドか、
35330 \family sans
35331 挿入\SpecialChar \menuseparator
35332 特殊文字\SpecialChar \menuseparator
35333 記号
35334 \family default
35335 メニューから入れることができます。
35336 \end_layout
35337
35338 \begin_layout Itemize
35339 いくつかの文字を含む関数名は、混乱を防ぐためにアップライト体にします。第
35340 \begin_inset CommandInset ref
35341 LatexCommand ref
35342 reference "sub:定義済み函数"
35343
35344 \end_inset
35345
35346 節を参照。
35347 \end_layout
35348
35349 \begin_layout Itemize
35350 複数の文字を含む指数は、アップライト体にします:
35351 \begin_inset Formula $E_{\mathrm{kin}}$
35352 \end_inset
35353
35354
35355 \begin_inset Newline newline
35356 \end_inset
35357
35358 行列要素はイタリック体にします:
35359 \begin_inset Formula $\hat{H}_{kl}$
35360 \end_inset
35361
35362
35363 \end_layout
35364
35365 \begin_layout Itemize
35366 微分作用素・積分作用素「d」、オイラー数「e」、虚数単位「i」は、他の変数と間違えることを避けるために、アップライト体にします。
35367 \end_layout
35368
35369 \begin_layout Itemize
35370
35371 \noun on
35372 フーリエ
35373 \noun default
35374 変換を表す文字は、
35375 \series bold
35376
35377 \backslash
35378 mathscr
35379 \begin_inset space \textvisiblespace{}
35380 \end_inset
35381
35382 {F
35383 \series default
35384 コマンド
35385 \begin_inset Index idx
35386 status collapsed
35387
35388 \begin_layout Plain Layout
35389 こまんど@コマンド! M ! 
35390 \backslash
35391 mathscr
35392 \end_layout
35393
35394 \end_inset
35395
35396
35397 \family sans
35398 挿入\SpecialChar \menuseparator
35399 特殊文字\SpecialChar \menuseparator
35400 記号\SpecialChar \menuseparator
35401 文字様記号
35402 \family default
35403 メニューの
35404 \begin_inset Formula $\mathscr{F}$
35405 \end_inset
35406
35407 で入れることができます。
35408 \end_layout
35409
35410 \begin_layout Standard
35411 \begin_inset Newpage newpage
35412 \end_inset
35413
35414
35415 \end_layout
35416
35417 \begin_layout Section
35418 同義語
35419 \begin_inset Index idx
35420 status collapsed
35421
35422 \begin_layout Plain Layout
35423 どうぎご@同義語
35424 \end_layout
35425
35426 \end_inset
35427
35428
35429 \end_layout
35430
35431 \begin_layout Standard
35432 いくつかの文字や記号は、複数のコマンドから作ることができます。以下は、同義のコマンドの一覧です。
35433 \end_layout
35434
35435 \begin_layout Standard
35436 \begin_inset VSpace bigskip
35437 \end_inset
35438
35439
35440 \begin_inset space \hfill{}
35441 \end_inset
35442
35443
35444 \begin_inset Tabular
35445 <lyxtabular version="3" rows="12" columns="2">
35446 <features rotate="0" tabularvalignment="middle">
35447 <column alignment="center" valignment="top" width="0pt">
35448 <column alignment="center" valignment="top" width="0pt">
35449 <row>
35450 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35451 \begin_inset Text
35452
35453 \begin_layout Plain Layout
35454 コマンド
35455 \end_layout
35456
35457 \end_inset
35458 </cell>
35459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35460 \begin_inset Text
35461
35462 \begin_layout Plain Layout
35463 同義のコマンド
35464 \begin_inset Note Note
35465 status collapsed
35466
35467 \begin_layout Plain Layout
35468 ここで
35469 \series bold
35470
35471 \backslash
35472 raisebox
35473 \series default
35474 はスペーサーとして使用しているだけです。
35475 \end_layout
35476
35477 \end_inset
35478
35479
35480 \end_layout
35481
35482 \end_inset
35483 </cell>
35484 </row>
35485 <row>
35486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35487 \begin_inset Text
35488
35489 \begin_layout Plain Layout
35490
35491 \backslash
35492 ast
35493 \end_layout
35494
35495 \end_inset
35496 </cell>
35497 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35498 \begin_inset Text
35499
35500 \begin_layout Plain Layout
35501 \begin_inset ERT
35502 status collapsed
35503
35504 \begin_layout Plain Layout
35505
35506
35507 \backslash
35508 raisebox{-1.2mm}{
35509 \end_layout
35510
35511 \end_inset
35512
35513 *
35514 \begin_inset ERT
35515 status collapsed
35516
35517 \begin_layout Plain Layout
35518
35519 }
35520 \end_layout
35521
35522 \end_inset
35523
35524
35525 \end_layout
35526
35527 \end_inset
35528 </cell>
35529 </row>
35530 <row>
35531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35532 \begin_inset Text
35533
35534 \begin_layout Plain Layout
35535
35536 \backslash
35537 choose
35538 \end_layout
35539
35540 \end_inset
35541 </cell>
35542 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35543 \begin_inset Text
35544
35545 \begin_layout Plain Layout
35546
35547 \backslash
35548 binom
35549 \end_layout
35550
35551 \end_inset
35552 </cell>
35553 </row>
35554 <row>
35555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35556 \begin_inset Text
35557
35558 \begin_layout Plain Layout
35559
35560 \backslash
35561 geq
35562 \end_layout
35563
35564 \end_inset
35565 </cell>
35566 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35567 \begin_inset Text
35568
35569 \begin_layout Plain Layout
35570
35571 \backslash
35572 ge
35573 \end_layout
35574
35575 \end_inset
35576 </cell>
35577 </row>
35578 <row>
35579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35580 \begin_inset Text
35581
35582 \begin_layout Plain Layout
35583
35584 \backslash
35585 lbrace
35586 \end_layout
35587
35588 \end_inset
35589 </cell>
35590 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35591 \begin_inset Text
35592
35593 \begin_layout Plain Layout
35594 {
35595 \end_layout
35596
35597 \end_inset
35598 </cell>
35599 </row>
35600 <row>
35601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35602 \begin_inset Text
35603
35604 \begin_layout Plain Layout
35605
35606 \backslash
35607 lbracket
35608 \end_layout
35609
35610 \end_inset
35611 </cell>
35612 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35613 \begin_inset Text
35614
35615 \begin_layout Plain Layout
35616 [
35617 \end_layout
35618
35619 \end_inset
35620 </cell>
35621 </row>
35622 <row>
35623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35624 \begin_inset Text
35625
35626 \begin_layout Plain Layout
35627
35628 \backslash
35629 leftarrow
35630 \end_layout
35631
35632 \end_inset
35633 </cell>
35634 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35635 \begin_inset Text
35636
35637 \begin_layout Plain Layout
35638
35639 \backslash
35640 gets
35641 \end_layout
35642
35643 \end_inset
35644 </cell>
35645 </row>
35646 <row>
35647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35648 \begin_inset Text
35649
35650 \begin_layout Plain Layout
35651
35652 \backslash
35653 leq
35654 \end_layout
35655
35656 \end_inset
35657 </cell>
35658 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35659 \begin_inset Text
35660
35661 \begin_layout Plain Layout
35662
35663 \backslash
35664 le
35665 \end_layout
35666
35667 \end_inset
35668 </cell>
35669 </row>
35670 <row>
35671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35672 \begin_inset Text
35673
35674 \begin_layout Plain Layout
35675
35676 \backslash
35677 lor
35678 \end_layout
35679
35680 \end_inset
35681 </cell>
35682 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35683 \begin_inset Text
35684
35685 \begin_layout Plain Layout
35686
35687 \backslash
35688 vee
35689 \end_layout
35690
35691 \end_inset
35692 </cell>
35693 </row>
35694 <row>
35695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35696 \begin_inset Text
35697
35698 \begin_layout Plain Layout
35699
35700 \backslash
35701 neq
35702 \end_layout
35703
35704 \end_inset
35705 </cell>
35706 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35707 \begin_inset Text
35708
35709 \begin_layout Plain Layout
35710
35711 \backslash
35712 not=
35713 \end_layout
35714
35715 \end_inset
35716 </cell>
35717 </row>
35718 <row>
35719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35720 \begin_inset Text
35721
35722 \begin_layout Plain Layout
35723
35724 \backslash
35725 slash
35726 \end_layout
35727
35728 \end_inset
35729 </cell>
35730 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35731 \begin_inset Text
35732
35733 \begin_layout Plain Layout
35734 /
35735 \end_layout
35736
35737 \end_inset
35738 </cell>
35739 </row>
35740 <row>
35741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35742 \begin_inset Text
35743
35744 \begin_layout Plain Layout
35745
35746 \backslash
35747 vert
35748 \end_layout
35749
35750 \end_inset
35751 </cell>
35752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35753 \begin_inset Text
35754
35755 \begin_layout Plain Layout
35756 \begin_inset Formula $|$
35757 \end_inset
35758
35759
35760 \end_layout
35761
35762 \end_inset
35763 </cell>
35764 </row>
35765 </lyxtabular>
35766
35767 \end_inset
35768
35769
35770 \begin_inset space \hfill{}
35771 \end_inset
35772
35773
35774 \begin_inset Tabular
35775 <lyxtabular version="3" rows="12" columns="2">
35776 <features rotate="0" tabularvalignment="middle">
35777 <column alignment="center" valignment="top" width="0pt">
35778 <column alignment="center" valignment="top" width="0pt">
35779 <row>
35780 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35781 \begin_inset Text
35782
35783 \begin_layout Plain Layout
35784 コマンド
35785 \end_layout
35786
35787 \end_inset
35788 </cell>
35789 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35790 \begin_inset Text
35791
35792 \begin_layout Plain Layout
35793 同義のコマンド
35794 \end_layout
35795
35796 \end_inset
35797 </cell>
35798 </row>
35799 <row>
35800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35801 \begin_inset Text
35802
35803 \begin_layout Plain Layout
35804
35805 \backslash
35806 backslash
35807 \end_layout
35808
35809 \end_inset
35810 </cell>
35811 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35812 \begin_inset Text
35813
35814 \begin_layout Plain Layout
35815
35816 \backslash
35817
35818 \backslash
35819
35820 \end_layout
35821
35822 \end_inset
35823 </cell>
35824 </row>
35825 <row>
35826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35827 \begin_inset Text
35828
35829 \begin_layout Plain Layout
35830
35831 \backslash
35832 dasharrow
35833 \end_layout
35834
35835 \end_inset
35836 </cell>
35837 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35838 \begin_inset Text
35839
35840 \begin_layout Plain Layout
35841
35842 \backslash
35843 dashrightarrow
35844 \end_layout
35845
35846 \end_inset
35847 </cell>
35848 </row>
35849 <row>
35850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35851 \begin_inset Text
35852
35853 \begin_layout Plain Layout
35854
35855 \backslash
35856 land
35857 \end_layout
35858
35859 \end_inset
35860 </cell>
35861 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35862 \begin_inset Text
35863
35864 \begin_layout Plain Layout
35865
35866 \backslash
35867 wedge
35868 \end_layout
35869
35870 \end_inset
35871 </cell>
35872 </row>
35873 <row>
35874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35875 \begin_inset Text
35876
35877 \begin_layout Plain Layout
35878
35879 \backslash
35880 rbrace
35881 \end_layout
35882
35883 \end_inset
35884 </cell>
35885 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35886 \begin_inset Text
35887
35888 \begin_layout Plain Layout
35889 }
35890 \end_layout
35891
35892 \end_inset
35893 </cell>
35894 </row>
35895 <row>
35896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35897 \begin_inset Text
35898
35899 \begin_layout Plain Layout
35900
35901 \backslash
35902 rbracket
35903 \end_layout
35904
35905 \end_inset
35906 </cell>
35907 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35908 \begin_inset Text
35909
35910 \begin_layout Plain Layout
35911 ]
35912 \end_layout
35913
35914 \end_inset
35915 </cell>
35916 </row>
35917 <row>
35918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35919 \begin_inset Text
35920
35921 \begin_layout Plain Layout
35922
35923 \backslash
35924 rightarrow
35925 \end_layout
35926
35927 \end_inset
35928 </cell>
35929 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35930 \begin_inset Text
35931
35932 \begin_layout Plain Layout
35933
35934 \backslash
35935 to
35936 \end_layout
35937
35938 \end_inset
35939 </cell>
35940 </row>
35941 <row>
35942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35943 \begin_inset Text
35944
35945 \begin_layout Plain Layout
35946
35947 \backslash
35948 lnot
35949 \end_layout
35950
35951 \end_inset
35952 </cell>
35953 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35954 \begin_inset Text
35955
35956 \begin_layout Plain Layout
35957
35958 \backslash
35959 neg
35960 \end_layout
35961
35962 \end_inset
35963 </cell>
35964 </row>
35965 <row>
35966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35967 \begin_inset Text
35968
35969 \begin_layout Plain Layout
35970
35971 \backslash
35972 ne
35973 \end_layout
35974
35975 \end_inset
35976 </cell>
35977 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35978 \begin_inset Text
35979
35980 \begin_layout Plain Layout
35981
35982 \backslash
35983 not=
35984 \end_layout
35985
35986 \end_inset
35987 </cell>
35988 </row>
35989 <row>
35990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35991 \begin_inset Text
35992
35993 \begin_layout Plain Layout
35994
35995 \backslash
35996 owns
35997 \end_layout
35998
35999 \end_inset
36000 </cell>
36001 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36002 \begin_inset Text
36003
36004 \begin_layout Plain Layout
36005
36006 \backslash
36007 ni
36008 \end_layout
36009
36010 \end_inset
36011 </cell>
36012 </row>
36013 <row>
36014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36015 \begin_inset Text
36016
36017 \begin_layout Plain Layout
36018
36019 \backslash
36020 square
36021 \end_layout
36022
36023 \end_inset
36024 </cell>
36025 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36026 \begin_inset Text
36027
36028 \begin_layout Plain Layout
36029
36030 \backslash
36031 Box
36032 \end_layout
36033
36034 \end_inset
36035 </cell>
36036 </row>
36037 <row>
36038 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36039 \begin_inset Text
36040
36041 \begin_layout Plain Layout
36042
36043 \backslash
36044 Vert
36045 \end_layout
36046
36047 \end_inset
36048 </cell>
36049 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36050 \begin_inset Text
36051
36052 \begin_layout Plain Layout
36053
36054 \backslash
36055
36056 \begin_inset Formula $|$
36057 \end_inset
36058
36059
36060 \end_layout
36061
36062 \end_inset
36063 </cell>
36064 </row>
36065 </lyxtabular>
36066
36067 \end_inset
36068
36069
36070 \begin_inset space \hfill{}
36071 \end_inset
36072
36073
36074 \end_layout
36075
36076 \begin_layout Standard
36077 \begin_inset Newpage newpage
36078 \end_inset
36079
36080
36081 \end_layout
36082
36083 \begin_layout Bibliography
36084 \begin_inset CommandInset bibitem
36085 LatexCommand bibitem
36086 key "TLC2"
36087
36088 \end_inset
36089
36090
36091 \shape smallcaps
36092 Mittelbach, F.
36093  ; Goossens, M.
36094 \shape default
36095
36096 \shape italic
36097 The LaTeX Companion
36098 \shape default
36099 , 2nd ed.
36100  Addison Wesley, 2004
36101 \end_layout
36102
36103 \begin_layout Bibliography
36104 \begin_inset CommandInset bibitem
36105 LatexCommand bibitem
36106 key "Mathmode"
36107
36108 \end_inset
36109
36110 LaTeXの数式能力の
36111 \begin_inset CommandInset href
36112 LatexCommand href
36113 name "説明"
36114 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
36115
36116 \end_inset
36117
36118
36119 \end_layout
36120
36121 \begin_layout Bibliography
36122 \begin_inset CommandInset bibitem
36123 LatexCommand bibitem
36124 key "AMS"
36125
36126 \end_inset
36127
36128
36129 \begin_inset ERT
36130 status collapsed
36131
36132 \begin_layout Plain Layout
36133
36134
36135 \backslash
36136 AmS
36137 \end_layout
36138
36139 \end_inset
36140
36141 -LaTeXの
36142 \begin_inset CommandInset href
36143 LatexCommand href
36144 name "説明"
36145 target "http://mirrors.ctan.org/macros/latex/required/amslatex/math/amsldoc.pdf"
36146
36147 \end_inset
36148
36149
36150 \end_layout
36151
36152 \begin_layout Bibliography
36153 \begin_inset CommandInset bibitem
36154 LatexCommand bibitem
36155 key "Symbols"
36156
36157 \end_inset
36158
36159 LaTeXパッケージで利用できる記号の
36160 \begin_inset CommandInset href
36161 LatexCommand href
36162 name "全覧"
36163 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
36164
36165 \end_inset
36166
36167
36168 \end_layout
36169
36170 \begin_layout Bibliography
36171 \begin_inset CommandInset bibitem
36172 LatexCommand bibitem
36173 key "cancel"
36174
36175 \end_inset
36176
36177 LaTeX 
36178 \series bold
36179 cancel
36180 \series default
36181
36182 \begin_inset Index idx
36183 status collapsed
36184
36185 \begin_layout Plain Layout
36186 ぱっけーじ@パッケージ ! cancel
36187 \end_layout
36188
36189 \end_inset
36190
36191 パッケージの
36192 \begin_inset CommandInset href
36193 LatexCommand href
36194 name "取扱説明書"
36195 target "http://mirrors.ctan.org/macros/latex/contrib/cancel/cancel.pdf"
36196
36197 \end_inset
36198
36199
36200 \end_layout
36201
36202 \begin_layout Bibliography
36203 \begin_inset CommandInset bibitem
36204 LatexCommand bibitem
36205 key "hyperref"
36206
36207 \end_inset
36208
36209 LaTeX 
36210 \series bold
36211 hyperref
36212 \series default
36213
36214 \begin_inset Index idx
36215 status collapsed
36216
36217 \begin_layout Plain Layout
36218 ぱっけーじ@パッケージ ! hyperref
36219 \end_layout
36220
36221 \end_inset
36222
36223 パッケージの
36224 \begin_inset CommandInset href
36225 LatexCommand href
36226 name "取扱説明書"
36227 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
36228
36229 \end_inset
36230
36231
36232 \end_layout
36233
36234 \begin_layout Bibliography
36235 \begin_inset CommandInset bibitem
36236 LatexCommand bibitem
36237 key "mhchem"
36238
36239 \end_inset
36240
36241 LaTeX 
36242 \series bold
36243 mhchem
36244 \series default
36245
36246 \begin_inset Index idx
36247 status collapsed
36248
36249 \begin_layout Plain Layout
36250 ぱっけーじ@パッケージ ! mhchem
36251 \end_layout
36252
36253 \end_inset
36254
36255 パッケージの
36256 \begin_inset CommandInset href
36257 LatexCommand href
36258 name "取扱説明書"
36259 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
36260
36261 \end_inset
36262
36263
36264 \end_layout
36265
36266 \begin_layout Bibliography
36267 \begin_inset CommandInset bibitem
36268 LatexCommand bibitem
36269 key "Mathclap"
36270
36271 \end_inset
36272
36273
36274 \begin_inset CommandInset ref
36275 LatexCommand ref
36276 reference "sub:演算子の範囲"
36277
36278 \end_inset
36279
36280 節に述べられている
36281 \series bold
36282
36283 \backslash
36284 mathclap
36285 \series default
36286 コマンドの
36287 \begin_inset CommandInset href
36288 LatexCommand href
36289 name "説明"
36290 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
36291
36292 \end_inset
36293
36294
36295 \begin_inset Index idx
36296 status collapsed
36297
36298 \begin_layout Plain Layout
36299 こまんど@コマンド ! M ! 
36300 \backslash
36301 mathclap
36302 \end_layout
36303
36304 \end_inset
36305
36306
36307 \end_layout
36308
36309 \begin_layout Bibliography
36310 \begin_inset CommandInset bibitem
36311 LatexCommand bibitem
36312 key "Duden"
36313
36314 \end_inset
36315
36316
36317 \emph on
36318 Duden Band 1
36319 \emph default
36320 .
36321  22.
36322  Auflage, Duden 2001
36323 \end_layout
36324
36325 \begin_layout Bibliography
36326 \begin_inset CommandInset bibitem
36327 LatexCommand bibitem
36328 key "Checklist"
36329
36330 \end_inset
36331
36332 原稿見直しの
36333 \begin_inset CommandInset href
36334 LatexCommand href
36335 name "チェックリスト"
36336 target "http://physics.nist.gov/Document/checklist.pdf"
36337
36338 \end_inset
36339
36340
36341 \end_layout
36342
36343 \begin_layout Subsubsection*
36344 \begin_inset CommandInset index_print
36345 LatexCommand printindex
36346 type "idx"
36347
36348 \end_inset
36349
36350
36351 \end_layout
36352
36353 \end_body
36354 \end_document