]> git.lyx.org Git - lyx.git/blob - lib/doc/ja/Math.lyx
Math.lyx: fix a package loading logic mistake
[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 open
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 \series bold
15375
15376 \backslash
15377 sideset{前置文字}{後置文字}
15378 \end_layout
15379
15380 \begin_layout Standard
15381
15382 \series bold
15383
15384 \backslash
15385 sideset
15386 \series default
15387 は、かならずアクセントを付ける演算子の前に置かなくてはなりません。複数の文字や他の演算子、記号もアクセントとして使用することができます。たとえば、
15388 \series bold
15389
15390 \backslash
15391 sideset
15392 \series default
15393 を使って演算子の後だけに文字を配置したい場合には、最初の括弧の中には何も書かないようにしますが、括弧を省略することはできません。
15394 \end_layout
15395
15396 \begin_layout Standard
15397 たとえば、
15398 \series bold
15399
15400 \backslash
15401 sideset{
15402 \begin_inset Formula $\to$
15403 \end_inset
15404
15405
15406 \backslash
15407 {
15408 \series default
15409 '
15410 \series bold
15411
15412 \begin_inset Formula $\to$
15413 \end_inset
15414
15415
15416 \backslash
15417 sum_k=1
15418 \begin_inset space \textvisiblespace{}
15419 \end_inset
15420
15421
15422 \series default
15423 ^
15424 \series bold
15425 n
15426 \series default
15427 というコマンドを入力すると、
15428 \begin_inset Formula 
15429 \[
15430 \sideset{}{'}\sum_{k=1}^{n}
15431 \]
15432
15433 \end_inset
15434
15435 のようになります。
15436 \end_layout
15437
15438 \begin_layout Standard
15439 \begin_inset Note Greyedout
15440 status open
15441
15442 \begin_layout Plain Layout
15443
15444 \series bold
15445 【註】
15446 \backslash
15447 sideset
15448 \series default
15449 は、大演算子を修飾するためだけに用いることができ、二項演算子には用いることができません。
15450 \end_layout
15451
15452 \end_inset
15453
15454
15455 \end_layout
15456
15457 \begin_layout Standard
15458 のようになります。最後の例からわかるように、
15459 \series bold
15460
15461 \backslash
15462 overset
15463 \series default
15464
15465 \series bold
15466
15467 \backslash
15468 underset
15469 \series default
15470 では、記号や文字にアクセントをつけることもできます。一方。 また、
15471 \series bold
15472
15473 \backslash
15474 overset
15475 \begin_inset space \textvisiblespace{}
15476 \end_inset
15477
15478
15479 \backslash
15480 maltese
15481 \begin_inset space \textvisiblespace{}
15482 \end_inset
15483
15484
15485 \series default
15486
15487 \begin_inset Formula $\uparrow$
15488 \end_inset
15489
15490
15491 \series bold
15492 a
15493 \series default
15494 というコマンドならば、
15495 \begin_inset Formula 
15496 \[
15497 \overset{a}{\maltese}
15498 \]
15499
15500 \end_inset
15501
15502
15503 \end_layout
15504
15505 \begin_layout Subsection
15506 二項演算子
15507 \begin_inset CommandInset label
15508 LatexCommand label
15509 name "sub:二項演算子"
15510
15511 \end_inset
15512
15513
15514 \begin_inset Index idx
15515 status collapsed
15516
15517 \begin_layout Plain Layout
15518 えんざんし@演算子 ! にこう@二項
15519 \end_layout
15520
15521 \end_inset
15522
15523
15524 \end_layout
15525
15526 \begin_layout Standard
15527 二項演算子は、前後に文字がある場合、周囲に余白が入ります。
15528 \begin_inset VSpace medskip
15529 \end_inset
15530
15531
15532 \end_layout
15533
15534 \begin_layout Standard
15535 \begin_inset space \hfill{}
15536 \end_inset
15537
15538
15539 \begin_inset Tabular
15540 <lyxtabular version="3" rows="13" columns="2">
15541 <features rotate="0" tabularvalignment="middle">
15542 <column alignment="center" valignment="top" width="0pt">
15543 <column alignment="center" valignment="top" width="0pt">
15544 <row>
15545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15546 \begin_inset Text
15547
15548 \begin_layout Plain Layout
15549 コマンド
15550 \begin_inset Note Note
15551 status collapsed
15552
15553 \begin_layout Plain Layout
15554 ここで
15555 \series bold
15556
15557 \backslash
15558 raisebox
15559 \series default
15560 はスペーサーとして使用しているだけです。
15561 \end_layout
15562
15563 \end_inset
15564
15565
15566 \end_layout
15567
15568 \end_inset
15569 </cell>
15570 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15571 \begin_inset Text
15572
15573 \begin_layout Plain Layout
15574 出力
15575 \end_layout
15576
15577 \end_inset
15578 </cell>
15579 </row>
15580 <row>
15581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15582 \begin_inset Text
15583
15584 \begin_layout Plain Layout
15585 +
15586 \end_layout
15587
15588 \end_inset
15589 </cell>
15590 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15591 \begin_inset Text
15592
15593 \begin_layout Plain Layout
15594 \begin_inset Formula $+$
15595 \end_inset
15596
15597
15598 \end_layout
15599
15600 \end_inset
15601 </cell>
15602 </row>
15603 <row>
15604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15605 \begin_inset Text
15606
15607 \begin_layout Plain Layout
15608 -
15609 \end_layout
15610
15611 \end_inset
15612 </cell>
15613 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15614 \begin_inset Text
15615
15616 \begin_layout Plain Layout
15617 \begin_inset Formula $-$
15618 \end_inset
15619
15620
15621 \end_layout
15622
15623 \end_inset
15624 </cell>
15625 </row>
15626 <row>
15627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15628 \begin_inset Text
15629
15630 \begin_layout Plain Layout
15631
15632 \backslash
15633 pm
15634 \end_layout
15635
15636 \end_inset
15637 </cell>
15638 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15639 \begin_inset Text
15640
15641 \begin_layout Plain Layout
15642 \begin_inset Formula $\pm$
15643 \end_inset
15644
15645
15646 \end_layout
15647
15648 \end_inset
15649 </cell>
15650 </row>
15651 <row>
15652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15653 \begin_inset Text
15654
15655 \begin_layout Plain Layout
15656
15657 \backslash
15658 mp
15659 \end_layout
15660
15661 \end_inset
15662 </cell>
15663 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15664 \begin_inset Text
15665
15666 \begin_layout Plain Layout
15667 \begin_inset Formula $\mp$
15668 \end_inset
15669
15670
15671 \end_layout
15672
15673 \end_inset
15674 </cell>
15675 </row>
15676 <row>
15677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15678 \begin_inset Text
15679
15680 \begin_layout Plain Layout
15681
15682 \backslash
15683 cdot
15684 \end_layout
15685
15686 \end_inset
15687 </cell>
15688 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15689 \begin_inset Text
15690
15691 \begin_layout Plain Layout
15692 \begin_inset Formula $\cdot$
15693 \end_inset
15694
15695
15696 \end_layout
15697
15698 \end_inset
15699 </cell>
15700 </row>
15701 <row>
15702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15703 \begin_inset Text
15704
15705 \begin_layout Plain Layout
15706
15707 \backslash
15708 times
15709 \end_layout
15710
15711 \end_inset
15712 </cell>
15713 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15714 \begin_inset Text
15715
15716 \begin_layout Plain Layout
15717 \begin_inset Formula $\times$
15718 \end_inset
15719
15720
15721 \end_layout
15722
15723 \end_inset
15724 </cell>
15725 </row>
15726 <row>
15727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15728 \begin_inset Text
15729
15730 \begin_layout Plain Layout
15731
15732 \backslash
15733 div
15734 \end_layout
15735
15736 \end_inset
15737 </cell>
15738 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15739 \begin_inset Text
15740
15741 \begin_layout Plain Layout
15742 \begin_inset Formula $\div$
15743 \end_inset
15744
15745
15746 \end_layout
15747
15748 \end_inset
15749 </cell>
15750 </row>
15751 <row>
15752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15753 \begin_inset Text
15754
15755 \begin_layout Plain Layout
15756 \begin_inset ERT
15757 status collapsed
15758
15759 \begin_layout Plain Layout
15760
15761
15762 \backslash
15763 raisebox{-1.2mm}{
15764 \end_layout
15765
15766 \end_inset
15767
15768 *
15769 \begin_inset ERT
15770 status collapsed
15771
15772 \begin_layout Plain Layout
15773
15774 }
15775 \end_layout
15776
15777 \end_inset
15778
15779
15780 \end_layout
15781
15782 \end_inset
15783 </cell>
15784 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15785 \begin_inset Text
15786
15787 \begin_layout Plain Layout
15788 \begin_inset Formula $*$
15789 \end_inset
15790
15791
15792 \end_layout
15793
15794 \end_inset
15795 </cell>
15796 </row>
15797 <row>
15798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15799 \begin_inset Text
15800
15801 \begin_layout Plain Layout
15802
15803 \backslash
15804 star
15805 \end_layout
15806
15807 \end_inset
15808 </cell>
15809 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15810 \begin_inset Text
15811
15812 \begin_layout Plain Layout
15813 \begin_inset Formula $\star$
15814 \end_inset
15815
15816
15817 \end_layout
15818
15819 \end_inset
15820 </cell>
15821 </row>
15822 <row>
15823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15824 \begin_inset Text
15825
15826 \begin_layout Plain Layout
15827
15828 \backslash
15829 circ
15830 \end_layout
15831
15832 \end_inset
15833 </cell>
15834 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15835 \begin_inset Text
15836
15837 \begin_layout Plain Layout
15838 \begin_inset Formula $\circ$
15839 \end_inset
15840
15841
15842 \end_layout
15843
15844 \end_inset
15845 </cell>
15846 </row>
15847 <row>
15848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15849 \begin_inset Text
15850
15851 \begin_layout Plain Layout
15852
15853 \backslash
15854 diamond
15855 \end_layout
15856
15857 \end_inset
15858 </cell>
15859 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15860 \begin_inset Text
15861
15862 \begin_layout Plain Layout
15863 \begin_inset Formula $\diamond$
15864 \end_inset
15865
15866
15867 \end_layout
15868
15869 \end_inset
15870 </cell>
15871 </row>
15872 <row>
15873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15874 \begin_inset Text
15875
15876 \begin_layout Plain Layout
15877
15878 \backslash
15879 bullet
15880 \end_layout
15881
15882 \end_inset
15883 </cell>
15884 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15885 \begin_inset Text
15886
15887 \begin_layout Plain Layout
15888 \begin_inset Formula $\bullet$
15889 \end_inset
15890
15891
15892 \end_layout
15893
15894 \end_inset
15895 </cell>
15896 </row>
15897 </lyxtabular>
15898
15899 \end_inset
15900
15901
15902 \begin_inset space \hfill{}
15903 \end_inset
15904
15905
15906 \begin_inset Tabular
15907 <lyxtabular version="3" rows="13" columns="2">
15908 <features rotate="0" tabularvalignment="middle">
15909 <column alignment="center" valignment="top" width="0pt">
15910 <column alignment="center" valignment="top" width="0pt">
15911 <row>
15912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15913 \begin_inset Text
15914
15915 \begin_layout Plain Layout
15916 コマンド
15917 \end_layout
15918
15919 \end_inset
15920 </cell>
15921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15922 \begin_inset Text
15923
15924 \begin_layout Plain Layout
15925 出力
15926 \end_layout
15927
15928 \end_inset
15929 </cell>
15930 </row>
15931 <row>
15932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15933 \begin_inset Text
15934
15935 \begin_layout Plain Layout
15936
15937 \backslash
15938 nabla
15939 \end_layout
15940
15941 \end_inset
15942 </cell>
15943 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15944 \begin_inset Text
15945
15946 \begin_layout Plain Layout
15947 \begin_inset Formula $\nabla$
15948 \end_inset
15949
15950
15951 \end_layout
15952
15953 \end_inset
15954 </cell>
15955 </row>
15956 <row>
15957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15958 \begin_inset Text
15959
15960 \begin_layout Plain Layout
15961
15962 \backslash
15963 bigtriangledown
15964 \end_layout
15965
15966 \end_inset
15967 </cell>
15968 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15969 \begin_inset Text
15970
15971 \begin_layout Plain Layout
15972 \begin_inset Formula $\bigtriangledown$
15973 \end_inset
15974
15975
15976 \end_layout
15977
15978 \end_inset
15979 </cell>
15980 </row>
15981 <row>
15982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15983 \begin_inset Text
15984
15985 \begin_layout Plain Layout
15986
15987 \backslash
15988 bigtriangleup
15989 \end_layout
15990
15991 \end_inset
15992 </cell>
15993 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15994 \begin_inset Text
15995
15996 \begin_layout Plain Layout
15997 \begin_inset Formula $\bigtriangleup$
15998 \end_inset
15999
16000
16001 \end_layout
16002
16003 \end_inset
16004 </cell>
16005 </row>
16006 <row>
16007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16008 \begin_inset Text
16009
16010 \begin_layout Plain Layout
16011
16012 \backslash
16013 Box
16014 \end_layout
16015
16016 \end_inset
16017 </cell>
16018 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16019 \begin_inset Text
16020
16021 \begin_layout Plain Layout
16022 \begin_inset Formula $\Box$
16023 \end_inset
16024
16025
16026 \end_layout
16027
16028 \end_inset
16029 </cell>
16030 </row>
16031 <row>
16032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16033 \begin_inset Text
16034
16035 \begin_layout Plain Layout
16036
16037 \backslash
16038 cap 
16039 \end_layout
16040
16041 \end_inset
16042 </cell>
16043 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16044 \begin_inset Text
16045
16046 \begin_layout Plain Layout
16047 \begin_inset Formula $\cap$
16048 \end_inset
16049
16050
16051 \end_layout
16052
16053 \end_inset
16054 </cell>
16055 </row>
16056 <row>
16057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16058 \begin_inset Text
16059
16060 \begin_layout Plain Layout
16061
16062 \backslash
16063 cup
16064 \end_layout
16065
16066 \end_inset
16067 </cell>
16068 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16069 \begin_inset Text
16070
16071 \begin_layout Plain Layout
16072 \begin_inset Formula $\cup$
16073 \end_inset
16074
16075
16076 \end_layout
16077
16078 \end_inset
16079 </cell>
16080 </row>
16081 <row>
16082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16083 \begin_inset Text
16084
16085 \begin_layout Plain Layout
16086
16087 \backslash
16088 dagger
16089 \end_layout
16090
16091 \end_inset
16092 </cell>
16093 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16094 \begin_inset Text
16095
16096 \begin_layout Plain Layout
16097 \begin_inset Formula $\dagger$
16098 \end_inset
16099
16100
16101 \end_layout
16102
16103 \end_inset
16104 </cell>
16105 </row>
16106 <row>
16107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16108 \begin_inset Text
16109
16110 \begin_layout Plain Layout
16111
16112 \backslash
16113 ddagger
16114 \end_layout
16115
16116 \end_inset
16117 </cell>
16118 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16119 \begin_inset Text
16120
16121 \begin_layout Plain Layout
16122 \begin_inset Formula $\ddagger$
16123 \end_inset
16124
16125
16126 \end_layout
16127
16128 \end_inset
16129 </cell>
16130 </row>
16131 <row>
16132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16133 \begin_inset Text
16134
16135 \begin_layout Plain Layout
16136
16137 \backslash
16138 wr
16139 \end_layout
16140
16141 \end_inset
16142 </cell>
16143 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16144 \begin_inset Text
16145
16146 \begin_layout Plain Layout
16147 \begin_inset Formula $\wr$
16148 \end_inset
16149
16150
16151 \end_layout
16152
16153 \end_inset
16154 </cell>
16155 </row>
16156 <row>
16157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16158 \begin_inset Text
16159
16160 \begin_layout Plain Layout
16161
16162 \backslash
16163 bigcirc
16164 \end_layout
16165
16166 \end_inset
16167 </cell>
16168 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16169 \begin_inset Text
16170
16171 \begin_layout Plain Layout
16172 \begin_inset Formula $\bigcirc$
16173 \end_inset
16174
16175
16176 \end_layout
16177
16178 \end_inset
16179 </cell>
16180 </row>
16181 <row>
16182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16183 \begin_inset Text
16184
16185 \begin_layout Plain Layout
16186
16187 \backslash
16188 wedge
16189 \end_layout
16190
16191 \end_inset
16192 </cell>
16193 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16194 \begin_inset Text
16195
16196 \begin_layout Plain Layout
16197 \begin_inset Formula $\wedge$
16198 \end_inset
16199
16200
16201 \end_layout
16202
16203 \end_inset
16204 </cell>
16205 </row>
16206 <row>
16207 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16208 \begin_inset Text
16209
16210 \begin_layout Plain Layout
16211
16212 \backslash
16213 vee
16214 \end_layout
16215
16216 \end_inset
16217 </cell>
16218 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16219 \begin_inset Text
16220
16221 \begin_layout Plain Layout
16222 \begin_inset Formula $\vee$
16223 \end_inset
16224
16225
16226 \end_layout
16227
16228 \end_inset
16229 </cell>
16230 </row>
16231 </lyxtabular>
16232
16233 \end_inset
16234
16235
16236 \begin_inset space \hfill{}
16237 \end_inset
16238
16239
16240 \begin_inset Tabular
16241 <lyxtabular version="3" rows="13" columns="2">
16242 <features rotate="0" tabularvalignment="middle">
16243 <column alignment="center" valignment="top" width="0pt">
16244 <column alignment="center" valignment="top" width="0pt">
16245 <row>
16246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16247 \begin_inset Text
16248
16249 \begin_layout Plain Layout
16250 コマンド
16251 \end_layout
16252
16253 \end_inset
16254 </cell>
16255 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16256 \begin_inset Text
16257
16258 \begin_layout Plain Layout
16259 出力
16260 \end_layout
16261
16262 \end_inset
16263 </cell>
16264 </row>
16265 <row>
16266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16267 \begin_inset Text
16268
16269 \begin_layout Plain Layout
16270
16271 \backslash
16272 oplus
16273 \end_layout
16274
16275 \end_inset
16276 </cell>
16277 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16278 \begin_inset Text
16279
16280 \begin_layout Plain Layout
16281 \begin_inset Formula $\oplus$
16282 \end_inset
16283
16284
16285 \end_layout
16286
16287 \end_inset
16288 </cell>
16289 </row>
16290 <row>
16291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16292 \begin_inset Text
16293
16294 \begin_layout Plain Layout
16295
16296 \backslash
16297 ominus
16298 \end_layout
16299
16300 \end_inset
16301 </cell>
16302 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16303 \begin_inset Text
16304
16305 \begin_layout Plain Layout
16306 \begin_inset Formula $\ominus$
16307 \end_inset
16308
16309
16310 \end_layout
16311
16312 \end_inset
16313 </cell>
16314 </row>
16315 <row>
16316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16317 \begin_inset Text
16318
16319 \begin_layout Plain Layout
16320
16321 \backslash
16322 otimes
16323 \end_layout
16324
16325 \end_inset
16326 </cell>
16327 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16328 \begin_inset Text
16329
16330 \begin_layout Plain Layout
16331 \begin_inset Formula $\otimes$
16332 \end_inset
16333
16334
16335 \end_layout
16336
16337 \end_inset
16338 </cell>
16339 </row>
16340 <row>
16341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16342 \begin_inset Text
16343
16344 \begin_layout Plain Layout
16345
16346 \backslash
16347 oslash
16348 \end_layout
16349
16350 \end_inset
16351 </cell>
16352 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16353 \begin_inset Text
16354
16355 \begin_layout Plain Layout
16356 \begin_inset Formula $\oslash$
16357 \end_inset
16358
16359
16360 \end_layout
16361
16362 \end_inset
16363 </cell>
16364 </row>
16365 <row>
16366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16367 \begin_inset Text
16368
16369 \begin_layout Plain Layout
16370
16371 \backslash
16372 odot
16373 \end_layout
16374
16375 \end_inset
16376 </cell>
16377 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16378 \begin_inset Text
16379
16380 \begin_layout Plain Layout
16381 \begin_inset Formula $\odot$
16382 \end_inset
16383
16384
16385 \end_layout
16386
16387 \end_inset
16388 </cell>
16389 </row>
16390 <row>
16391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16392 \begin_inset Text
16393
16394 \begin_layout Plain Layout
16395
16396 \backslash
16397 amalg
16398 \end_layout
16399
16400 \end_inset
16401 </cell>
16402 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16403 \begin_inset Text
16404
16405 \begin_layout Plain Layout
16406 \begin_inset Formula $\amalg$
16407 \end_inset
16408
16409
16410 \end_layout
16411
16412 \end_inset
16413 </cell>
16414 </row>
16415 <row>
16416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16417 \begin_inset Text
16418
16419 \begin_layout Plain Layout
16420
16421 \backslash
16422 uplus
16423 \end_layout
16424
16425 \end_inset
16426 </cell>
16427 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16428 \begin_inset Text
16429
16430 \begin_layout Plain Layout
16431 \begin_inset Formula $\uplus$
16432 \end_inset
16433
16434
16435 \end_layout
16436
16437 \end_inset
16438 </cell>
16439 </row>
16440 <row>
16441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16442 \begin_inset Text
16443
16444 \begin_layout Plain Layout
16445
16446 \backslash
16447 setminus
16448 \end_layout
16449
16450 \end_inset
16451 </cell>
16452 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16453 \begin_inset Text
16454
16455 \begin_layout Plain Layout
16456 \begin_inset Formula $\setminus$
16457 \end_inset
16458
16459
16460 \end_layout
16461
16462 \end_inset
16463 </cell>
16464 </row>
16465 <row>
16466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16467 \begin_inset Text
16468
16469 \begin_layout Plain Layout
16470
16471 \backslash
16472 sqcap
16473 \end_layout
16474
16475 \end_inset
16476 </cell>
16477 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16478 \begin_inset Text
16479
16480 \begin_layout Plain Layout
16481 \begin_inset Formula $\sqcap$
16482 \end_inset
16483
16484
16485 \end_layout
16486
16487 \end_inset
16488 </cell>
16489 </row>
16490 <row>
16491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16492 \begin_inset Text
16493
16494 \begin_layout Plain Layout
16495
16496 \backslash
16497 sqcup
16498 \end_layout
16499
16500 \end_inset
16501 </cell>
16502 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16503 \begin_inset Text
16504
16505 \begin_layout Plain Layout
16506 \begin_inset Formula $\sqcup$
16507 \end_inset
16508
16509
16510 \end_layout
16511
16512 \end_inset
16513 </cell>
16514 </row>
16515 <row>
16516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16517 \begin_inset Text
16518
16519 \begin_layout Plain Layout
16520
16521 \backslash
16522 triangleleft
16523 \end_layout
16524
16525 \end_inset
16526 </cell>
16527 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16528 \begin_inset Text
16529
16530 \begin_layout Plain Layout
16531 \begin_inset Formula $\triangleleft$
16532 \end_inset
16533
16534
16535 \end_layout
16536
16537 \end_inset
16538 </cell>
16539 </row>
16540 <row>
16541 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16542 \begin_inset Text
16543
16544 \begin_layout Plain Layout
16545
16546 \backslash
16547 triangleright
16548 \end_layout
16549
16550 \end_inset
16551 </cell>
16552 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16553 \begin_inset Text
16554
16555 \begin_layout Plain Layout
16556 \begin_inset Formula $\triangleright$
16557 \end_inset
16558
16559
16560 \end_layout
16561
16562 \end_inset
16563 </cell>
16564 </row>
16565 </lyxtabular>
16566
16567 \end_inset
16568
16569
16570 \begin_inset space \hfill{}
16571 \end_inset
16572
16573
16574 \end_layout
16575
16576 \begin_layout Standard
16577 二項演算子は、すべて数式ツールバーボタンの
16578 \begin_inset Graphics
16579         filename ../../images/math/pm.png
16580         scale 85
16581
16582 \end_inset
16583
16584 から挿入することもできます。
16585 \end_layout
16586
16587 \begin_layout Standard
16588 ラプラス演算子を組版するには、
16589 \series bold
16590
16591 \backslash
16592 bigtriangleup
16593 \series default
16594 以外に、
16595 \series bold
16596
16597 \backslash
16598 Delta
16599 \series default
16600
16601 \series bold
16602
16603 \backslash
16604 nabla
16605 \series default
16606 ^
16607 \series bold
16608 2
16609 \series default
16610 (
16611 \begin_inset Formula $\nabla^{2}$
16612 \end_inset
16613
16614 )を使用することもできます。
16615 \end_layout
16616
16617 \begin_layout Standard
16618
16619 \family sans
16620 挿入\SpecialChar \menuseparator
16621 特殊文字
16622 \family default
16623 メニューの
16624 \family sans
16625 メニュー区切り
16626 \family default
16627 で入力される文字は、
16628 \series bold
16629
16630 \backslash
16631 triangleright
16632 \series default
16633 演算子です。
16634 \end_layout
16635
16636 \begin_layout Subsection
16637 自己定義演算子
16638 \begin_inset CommandInset label
16639 LatexCommand label
16640 name "sub:自己定義演算子"
16641
16642 \end_inset
16643
16644
16645 \begin_inset Index idx
16646 status collapsed
16647
16648 \begin_layout Plain Layout
16649 えんざんし@演算子 ! じこていぎ@自己定義
16650 \end_layout
16651
16652 \end_inset
16653
16654
16655 \end_layout
16656
16657 \begin_layout Standard
16658 LaTeXプリアンブルで
16659 \series bold
16660
16661 \backslash
16662 DeclareMathOperator
16663 \series default
16664
16665 \begin_inset Index idx
16666 status collapsed
16667
16668 \begin_layout Plain Layout
16669 こまんど@コマンド ! D ! 
16670 \backslash
16671 dbinom@
16672 \backslash
16673 DeclareMathOperator
16674 \end_layout
16675
16676 \end_inset
16677
16678 コマンドを使用すると、自製演算子を定義することができます。このコマンドの書式は
16679 \end_layout
16680
16681 \begin_layout Standard
16682
16683 \series bold
16684
16685 \backslash
16686 DeclareMathOperator{新規コマンド}{表示}
16687 \end_layout
16688
16689 \begin_layout Standard
16690 です。「表示」は、出力での演算子の表示され方を定義する文字や記号です。大演算子を定義するには、コマンドの後に「*」を置きます。自己定義の大演算子は、すべて第
16691 \begin_inset CommandInset ref
16692 LatexCommand ref
16693 reference "sub:演算子の範囲"
16694
16695 \end_inset
16696
16697 節で述べられた範囲を指定することができます。
16698 \end_layout
16699
16700 \begin_layout Standard
16701 たとえば、以下のようなLaTeXプリアンブル行
16702 \end_layout
16703
16704 \begin_layout Standard
16705
16706 \series bold
16707
16708 \backslash
16709 DeclareMathOperator*{
16710 \backslash
16711 Lozenge}{
16712 \backslash
16713 blacklozenge}
16714 \end_layout
16715
16716 \begin_layout Standard
16717 は、第
16718 \begin_inset CommandInset ref
16719 LatexCommand ref
16720 reference "sub:その他の記号"
16721
16722 \end_inset
16723
16724 節にある菱形記号を使った大演算子を挿入する、以下のようなコマンド
16725 \series bold
16726
16727 \backslash
16728 Lozenge
16729 \series default
16730 を定義します。
16731 \begin_inset Formula 
16732 \[
16733 \Lozenge_{n=1}^{\infty}
16734 \]
16735
16736 \end_inset
16737
16738 上記の数式を作るコマンドは、
16739 \series bold
16740
16741 \backslash
16742 Lozenge
16743 \series default
16744 ^
16745 \series bold
16746
16747 \backslash
16748 infty
16749 \begin_inset Formula $\to$
16750 \end_inset
16751
16752 _n=1
16753 \series default
16754 です。
16755 \end_layout
16756
16757 \begin_layout Standard
16758 \begin_inset VSpace bigskip
16759 \end_inset
16760
16761 自己定義演算子を、同一文書内で複数回用いない時には、以下の書式を持つ
16762 \series bold
16763
16764 \backslash
16765 mathop
16766 \series default
16767
16768 \begin_inset Index idx
16769 status collapsed
16770
16771 \begin_layout Plain Layout
16772 こまんど@コマンド ! M ! 
16773 \backslash
16774 mathop
16775 \end_layout
16776
16777 \end_inset
16778
16779 コマンドおよび
16780 \series bold
16781
16782 \backslash
16783 mathbin
16784 \series default
16785
16786 \begin_inset Index idx
16787 status collapsed
16788
16789 \begin_layout Plain Layout
16790 こまんど@コマンド ! M ! 
16791 \backslash
16792 mathbin
16793 \end_layout
16794
16795 \end_inset
16796
16797 コマンドを用いて定義を行うこともできます。
16798 \end_layout
16799
16800 \begin_layout Standard
16801 (書式)
16802 \series bold
16803
16804 \backslash
16805 mathop{表示}
16806 \series default
16807 および
16808 \series bold
16809
16810 \backslash
16811 mathbin{表示}
16812 \end_layout
16813
16814 \begin_layout Standard
16815
16816 \series bold
16817
16818 \backslash
16819 mathop
16820 \series default
16821 は大演算子を定義し、
16822 \series bold
16823
16824 \backslash
16825 mathbin
16826 \series default
16827 は二項演算子を定義します。
16828 \end_layout
16829
16830 \begin_layout Standard
16831 たとえば
16832 \series bold
16833
16834 \backslash
16835 mathop
16836 \series default
16837 は、以下のように、複数の演算子に共通の範囲指定を行うのに用いることができます。
16838 \end_layout
16839
16840 \begin_layout Standard
16841 \begin_inset Formula 
16842 \[
16843 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}
16844 \]
16845
16846 \end_inset
16847
16848
16849 \end_layout
16850
16851 \begin_layout Standard
16852 上記の数式では
16853 \begin_inset Newline newline
16854 \end_inset
16855
16856
16857 \series bold
16858
16859 \backslash
16860 mathop{
16861 \backslash
16862 sum
16863 \backslash
16864 negmedspace
16865 \backslash
16866 sum
16867 \series default
16868
16869 \begin_inset space \textvisiblespace{}
16870 \end_inset
16871
16872
16873 \series bold
16874
16875 \begin_inset Formula $\to$
16876 \end_inset
16877
16878 ^N
16879 \series default
16880
16881 \begin_inset space \textvisiblespace{}
16882 \end_inset
16883
16884
16885 \series bold
16886 _i,j=1
16887 \begin_inset Newline newline
16888 \end_inset
16889
16890
16891 \series default
16892 というコマンドを用いています。
16893 \end_layout
16894
16895 \begin_layout Section
16896 書体
16897 \begin_inset Index idx
16898 status collapsed
16899
16900 \begin_layout Plain Layout
16901 しょたい@書体
16902 \end_layout
16903
16904 \end_inset
16905
16906
16907 \begin_inset Index idx
16908 status collapsed
16909
16910 \begin_layout Plain Layout
16911 ふぉんと@フォント | see
16912 \begin_inset ERT
16913 status collapsed
16914
16915 \begin_layout Plain Layout
16916
16917 {
16918 \end_layout
16919
16920 \end_inset
16921
16922 書体
16923 \begin_inset ERT
16924 status collapsed
16925
16926 \begin_layout Plain Layout
16927
16928 }
16929 \end_layout
16930
16931 \end_inset
16932
16933
16934 \end_layout
16935
16936 \end_inset
16937
16938
16939 \end_layout
16940
16941 \begin_layout Subsection
16942 書体様式
16943 \begin_inset CommandInset label
16944 LatexCommand label
16945 name "sub:書体様式"
16946
16947 \end_inset
16948
16949
16950 \begin_inset Index idx
16951 status collapsed
16952
16953 \begin_layout Plain Layout
16954 しょたい@書体 ! ようしき@様式
16955 \end_layout
16956
16957 \end_inset
16958
16959
16960 \end_layout
16961
16962 \begin_layout Standard
16963 数式中のラテン文字は、以下の書体様式のうちいずれかに設定することができます。
16964 \begin_inset VSpace -2mm
16965 \end_inset
16966
16967
16968 \end_layout
16969
16970 \begin_layout Standard
16971 \align center
16972 \begin_inset Tabular
16973 <lyxtabular version="3" rows="7" columns="3">
16974 <features rotate="0" tabularvalignment="middle">
16975 <column alignment="center" valignment="top">
16976 <column alignment="center" valignment="top">
16977 <column alignment="center" valignment="top">
16978 <row>
16979 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16980 \begin_inset Text
16981
16982 \begin_layout Plain Layout
16983 コマンド
16984 \end_layout
16985
16986 \end_inset
16987 </cell>
16988 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16989 \begin_inset Text
16990
16991 \begin_layout Plain Layout
16992 出力
16993 \end_layout
16994
16995 \end_inset
16996 </cell>
16997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16998 \begin_inset Text
16999
17000 \begin_layout Plain Layout
17001 \begin_inset Flex Ruby
17002 status collapsed
17003
17004 \begin_layout Plain Layout
17005 捷径
17006 \begin_inset Argument post:1
17007 status collapsed
17008
17009 \begin_layout Plain Layout
17010 ショートカット
17011 \end_layout
17012
17013 \end_inset
17014
17015
17016 \end_layout
17017
17018 \end_inset
17019
17020
17021 \end_layout
17022
17023 \end_inset
17024 </cell>
17025 </row>
17026 <row>
17027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17028 \begin_inset Text
17029
17030 \begin_layout Plain Layout
17031
17032 \backslash
17033 mathbb
17034 \series bold
17035
17036 \begin_inset space \textvisiblespace{}
17037 \end_inset
17038
17039
17040 \series default
17041 ABC
17042 \end_layout
17043
17044 \end_inset
17045 </cell>
17046 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17047 \begin_inset Text
17048
17049 \begin_layout Plain Layout
17050 \begin_inset Formula $\mathbb{ABC}$
17051 \end_inset
17052
17053
17054 \end_layout
17055
17056 \end_inset
17057 </cell>
17058 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17059 \begin_inset Text
17060
17061 \begin_layout Plain Layout
17062 \begin_inset Info
17063 type  "shortcut"
17064 arg   "font-noun"
17065 \end_inset
17066
17067
17068 \end_layout
17069
17070 \end_inset
17071 </cell>
17072 </row>
17073 <row>
17074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17075 \begin_inset Text
17076
17077 \begin_layout Plain Layout
17078
17079 \backslash
17080 mathbf
17081 \series bold
17082
17083 \begin_inset space \textvisiblespace{}
17084 \end_inset
17085
17086
17087 \series default
17088 AbC
17089 \end_layout
17090
17091 \end_inset
17092 </cell>
17093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17094 \begin_inset Text
17095
17096 \begin_layout Plain Layout
17097 \begin_inset Formula $\mathbf{AbC}$
17098 \end_inset
17099
17100
17101 \end_layout
17102
17103 \end_inset
17104 </cell>
17105 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17106 \begin_inset Text
17107
17108 \begin_layout Plain Layout
17109 \begin_inset Info
17110 type  "shortcut"
17111 arg   "font-bold"
17112 \end_inset
17113
17114
17115 \end_layout
17116
17117 \end_inset
17118 </cell>
17119 </row>
17120 <row>
17121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17122 \begin_inset Text
17123
17124 \begin_layout Plain Layout
17125
17126 \backslash
17127 boldsymbol
17128 \series bold
17129
17130 \begin_inset space \textvisiblespace{}
17131 \end_inset
17132
17133
17134 \series default
17135 AbC
17136 \end_layout
17137
17138 \end_inset
17139 </cell>
17140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17141 \begin_inset Text
17142
17143 \begin_layout Plain Layout
17144 \begin_inset Formula $\boldsymbol{AbC}$
17145 \end_inset
17146
17147
17148 \end_layout
17149
17150 \end_inset
17151 </cell>
17152 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17153 \begin_inset Text
17154
17155 \begin_layout Plain Layout
17156 \begin_inset Info
17157 type  "shortcuts"
17158 arg   "font-boldsymbol"
17159 \end_inset
17160
17161
17162 \end_layout
17163
17164 \end_inset
17165 </cell>
17166 </row>
17167 <row>
17168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17169 \begin_inset Text
17170
17171 \begin_layout Plain Layout
17172
17173 \backslash
17174 mathcal
17175 \series bold
17176
17177 \begin_inset space \textvisiblespace{}
17178 \end_inset
17179
17180
17181 \series default
17182 ABC
17183 \end_layout
17184
17185 \end_inset
17186 </cell>
17187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17188 \begin_inset Text
17189
17190 \begin_layout Plain Layout
17191 \begin_inset Formula $\mathcal{ABC}$
17192 \end_inset
17193
17194
17195 \end_layout
17196
17197 \end_inset
17198 </cell>
17199 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17200 \begin_inset Text
17201
17202 \begin_layout Plain Layout
17203 \begin_inset Info
17204 type  "shortcut"
17205 arg   "font-emph"
17206 \end_inset
17207
17208
17209 \end_layout
17210
17211 \end_inset
17212 </cell>
17213 </row>
17214 <row>
17215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17216 \begin_inset Text
17217
17218 \begin_layout Plain Layout
17219
17220 \backslash
17221 mathfrak
17222 \series bold
17223
17224 \begin_inset space \textvisiblespace{}
17225 \end_inset
17226
17227
17228 \series default
17229 AbC
17230 \end_layout
17231
17232 \end_inset
17233 </cell>
17234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17235 \begin_inset Text
17236
17237 \begin_layout Plain Layout
17238 \begin_inset Formula $\mathfrak{AbC}$
17239 \end_inset
17240
17241
17242 \end_layout
17243
17244 \end_inset
17245 </cell>
17246 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17247 \begin_inset Text
17248
17249 \begin_layout Plain Layout
17250 -
17251 \end_layout
17252
17253 \end_inset
17254 </cell>
17255 </row>
17256 <row>
17257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17258 \begin_inset Text
17259
17260 \begin_layout Plain Layout
17261
17262 \backslash
17263 mathscr
17264 \series bold
17265
17266 \begin_inset space \textvisiblespace{}
17267 \end_inset
17268
17269
17270 \series default
17271 AbC
17272 \end_layout
17273
17274 \end_inset
17275 </cell>
17276 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17277 \begin_inset Text
17278
17279 \begin_layout Plain Layout
17280 \begin_inset Formula $\mathscr{AbC}$
17281 \end_inset
17282
17283
17284 \end_layout
17285
17286 \end_inset
17287 </cell>
17288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17289 \begin_inset Text
17290
17291 \begin_layout Plain Layout
17292 -
17293 \end_layout
17294
17295 \end_inset
17296 </cell>
17297 </row>
17298 </lyxtabular>
17299
17300 \end_inset
17301
17302
17303 \end_layout
17304
17305 \begin_layout Standard
17306 \align center
17307 \begin_inset Tabular
17308 <lyxtabular version="3" rows="5" columns="3">
17309 <features rotate="0" tabularvalignment="middle">
17310 <column alignment="center" valignment="top">
17311 <column alignment="center" valignment="top">
17312 <column alignment="center" valignment="top">
17313 <row>
17314 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17315 \begin_inset Text
17316
17317 \begin_layout Plain Layout
17318 コマンド
17319 \end_layout
17320
17321 \end_inset
17322 </cell>
17323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17324 \begin_inset Text
17325
17326 \begin_layout Plain Layout
17327 出力
17328 \end_layout
17329
17330 \end_inset
17331 </cell>
17332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17333 \begin_inset Text
17334
17335 \begin_layout Plain Layout
17336 \begin_inset Flex Ruby
17337 status collapsed
17338
17339 \begin_layout Plain Layout
17340 捷径
17341 \begin_inset Argument post:1
17342 status collapsed
17343
17344 \begin_layout Plain Layout
17345 ショートカット
17346 \end_layout
17347
17348 \end_inset
17349
17350
17351 \end_layout
17352
17353 \end_inset
17354
17355
17356 \end_layout
17357
17358 \end_inset
17359 </cell>
17360 </row>
17361 <row>
17362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17363 \begin_inset Text
17364
17365 \begin_layout Plain Layout
17366
17367 \backslash
17368 mathit
17369 \series bold
17370
17371 \begin_inset space \textvisiblespace{}
17372 \end_inset
17373
17374
17375 \series default
17376 AbC
17377 \end_layout
17378
17379 \end_inset
17380 </cell>
17381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17382 \begin_inset Text
17383
17384 \begin_layout Plain Layout
17385 \begin_inset Formula $\mathit{AbC}$
17386 \end_inset
17387
17388
17389 \end_layout
17390
17391 \end_inset
17392 </cell>
17393 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17394 \begin_inset Text
17395
17396 \begin_layout Plain Layout
17397 -
17398 \end_layout
17399
17400 \end_inset
17401 </cell>
17402 </row>
17403 <row>
17404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17405 \begin_inset Text
17406
17407 \begin_layout Plain Layout
17408
17409 \backslash
17410 mathrm
17411 \series bold
17412
17413 \begin_inset space \textvisiblespace{}
17414 \end_inset
17415
17416
17417 \series default
17418 AbC
17419 \end_layout
17420
17421 \end_inset
17422 </cell>
17423 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17424 \begin_inset Text
17425
17426 \begin_layout Plain Layout
17427 \begin_inset Formula $\mathrm{AbC}$
17428 \end_inset
17429
17430
17431 \end_layout
17432
17433 \end_inset
17434 </cell>
17435 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17436 \begin_inset Text
17437
17438 \begin_layout Plain Layout
17439 \begin_inset Info
17440 type  "shortcut"
17441 arg   "font-roman"
17442 \end_inset
17443
17444
17445 \end_layout
17446
17447 \end_inset
17448 </cell>
17449 </row>
17450 <row>
17451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17452 \begin_inset Text
17453
17454 \begin_layout Plain Layout
17455
17456 \backslash
17457 mathsf
17458 \series bold
17459
17460 \begin_inset space \textvisiblespace{}
17461 \end_inset
17462
17463
17464 \series default
17465 AbC
17466 \end_layout
17467
17468 \end_inset
17469 </cell>
17470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17471 \begin_inset Text
17472
17473 \begin_layout Plain Layout
17474 \begin_inset Formula $\mathsf{AbC}$
17475 \end_inset
17476
17477
17478 \end_layout
17479
17480 \end_inset
17481 </cell>
17482 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17483 \begin_inset Text
17484
17485 \begin_layout Plain Layout
17486 \begin_inset Info
17487 type  "shortcut"
17488 arg   "font-sans"
17489 \end_inset
17490
17491
17492 \end_layout
17493
17494 \end_inset
17495 </cell>
17496 </row>
17497 <row>
17498 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17499 \begin_inset Text
17500
17501 \begin_layout Plain Layout
17502
17503 \backslash
17504 mathtt
17505 \series bold
17506
17507 \begin_inset space \textvisiblespace{}
17508 \end_inset
17509
17510
17511 \series default
17512 AbC
17513 \end_layout
17514
17515 \end_inset
17516 </cell>
17517 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17518 \begin_inset Text
17519
17520 \begin_layout Plain Layout
17521 \begin_inset Formula $\mathtt{AbC}$
17522 \end_inset
17523
17524
17525 \end_layout
17526
17527 \end_inset
17528 </cell>
17529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17530 \begin_inset Text
17531
17532 \begin_layout Plain Layout
17533 \begin_inset Info
17534 type  "shortcut"
17535 arg   "font-typewriter"
17536 \end_inset
17537
17538
17539 \end_layout
17540
17541 \end_inset
17542 </cell>
17543 </row>
17544 </lyxtabular>
17545
17546 \end_inset
17547
17548
17549 \end_layout
17550
17551 \begin_layout Standard
17552 \begin_inset Note Greyedout
17553 status open
17554
17555 \begin_layout Plain Layout
17556
17557 \series bold
17558 【註】
17559 \backslash
17560 mathbb
17561 \series default
17562 様式と
17563 \series bold
17564
17565 \backslash
17566 mathcal
17567 \series default
17568 様式は、大文字にのみ使用することができます。
17569 \end_layout
17570
17571 \end_inset
17572
17573
17574 \end_layout
17575
17576 \begin_layout Standard
17577 既定では、
17578 \series bold
17579
17580 \backslash
17581 mathnormal
17582 \series default
17583 様式に設定されています。
17584 \end_layout
17585
17586 \begin_layout Standard
17587 書体様式コマンドは、以下のように数式構成要素内の文字に対しても機能します。
17588 \begin_inset Formula 
17589 \[
17590 \mathfrak{A=\frac{b}{C}}
17591 \]
17592
17593 \end_inset
17594
17595
17596 \end_layout
17597
17598 \begin_layout Standard
17599 数式テキストに含まれる文字に対しては、数式書体様式は反映せず、
17600 \series bold
17601
17602 \backslash
17603 textrm
17604 \series default
17605 様式で表示されます。数式テキストの様式を文字様式ダイアログで設定することができないのは、LyXのバグです
17606 \begin_inset Foot
17607 status collapsed
17608
17609 \begin_layout Plain Layout
17610 \begin_inset CommandInset href
17611 LatexCommand href
17612 name "LyX-bug #4629"
17613 target "http://www.lyx.org/trac/ticket/4629"
17614
17615 \end_inset
17616
17617
17618 \end_layout
17619
17620 \end_inset
17621
17622
17623 \end_layout
17624
17625 \begin_layout Standard
17626 書体様式コマンドの代わりに、
17627 \family sans
17628 編集\SpecialChar \menuseparator
17629 数学\SpecialChar \menuseparator
17630 文字様式
17631 \family default
17632 ダイアログや、
17633 \begin_inset Graphics
17634         filename ../../images/math/font.png
17635         scale 85
17636
17637 \end_inset
17638
17639 を使用することもできます。
17640 \end_layout
17641
17642 \begin_layout Subsection
17643 ボールド体の数式
17644 \begin_inset CommandInset label
17645 LatexCommand label
17646 name "sub:ボールド体の数式"
17647
17648 \end_inset
17649
17650
17651 \begin_inset Index idx
17652 status collapsed
17653
17654 \begin_layout Plain Layout
17655 すうしき@数式 ! ぼーるどたい@ボールド体
17656 \end_layout
17657
17658 \end_inset
17659
17660
17661 \end_layout
17662
17663 \begin_layout Standard
17664 数式全体をボールド体にしようとすると、前節の
17665 \series bold
17666
17667 \backslash
17668 mathbf
17669 \series default
17670 コマンドは、ギリシャ文字の小文字に対しては機能しないので、使用することができません。さらにこのコマンドは、以下の式のように、ラテン文字をつねにアップライト体に印
17671 字してしまいます。
17672 \end_layout
17673
17674 \begin_layout Standard
17675 \begin_inset Formula 
17676 \[
17677 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{\textbackslash mathbfを使用した数式}
17678 \]
17679
17680 \end_inset
17681
17682
17683 \end_layout
17684
17685 \begin_layout Standard
17686 この数式を正しく表示するには、以下のように、
17687 \series bold
17688
17689 \backslash
17690 boldsymbol
17691 \series default
17692 コマンドを使用します。
17693 \begin_inset Formula 
17694 \[
17695 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{\textbackslash boldsymbolを使用した数式}}
17696 \]
17697
17698 \end_inset
17699
17700 また、数式を
17701 \series bold
17702 boldmath環境
17703 \series default
17704 に設定する方法もあります。この環境は、TeXモードで
17705 \series bold
17706
17707 \backslash
17708 boldmath
17709 \begin_inset Index idx
17710 status collapsed
17711
17712 \begin_layout Plain Layout
17713 こまんど@コマンド ! B ! 
17714 \backslash
17715 boldmath
17716 \end_layout
17717
17718 \end_inset
17719
17720
17721 \series default
17722 コマンドを挿入することによって作ることができます。環境を閉じるには、
17723 \series bold
17724
17725 \backslash
17726 unboldmath
17727 \begin_inset Index idx
17728 status collapsed
17729
17730 \begin_layout Plain Layout
17731 こまんど@コマンド ! U ! 
17732 \backslash
17733 unboldmath
17734 \end_layout
17735
17736 \end_inset
17737
17738
17739 \series default
17740 コマンドをTeXモードで挿入します。
17741 \begin_inset ERT
17742 status collapsed
17743
17744 \begin_layout Plain Layout
17745
17746
17747 \backslash
17748 boldmath 
17749 \end_layout
17750
17751 \end_inset
17752
17753
17754 \begin_inset Formula 
17755 \[
17756 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{boldmath環境に置いた数式}
17757 \]
17758
17759 \end_inset
17760
17761
17762 \begin_inset ERT
17763 status collapsed
17764
17765 \begin_layout Plain Layout
17766
17767
17768 \backslash
17769 unboldmath 
17770 \end_layout
17771
17772 \end_inset
17773
17774
17775 \end_layout
17776
17777 \begin_layout Subsection
17778 色付きの数式
17779 \begin_inset Index idx
17780 status collapsed
17781
17782 \begin_layout Plain Layout
17783 すうしき@数式 ! いろつき@色付き
17784 \end_layout
17785
17786 \end_inset
17787
17788
17789 \end_layout
17790
17791 \begin_layout Standard
17792 数式も、通常の本文と同様、色を付けることができます。数式あるいは数式の一部を選択して、文字様式ダイアログを使用して下さい。下記は、マゼンタ色にした数式です。
17793 \begin_inset Formula 
17794 \[
17795 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
17796 \]
17797
17798 \end_inset
17799
17800
17801 \end_layout
17802
17803 \begin_layout Standard
17804
17805 \begin_inset CommandInset ref
17806 LatexCommand ref
17807 reference "sub:色付きボックス"
17808
17809 \end_inset
17810
17811 節に述べられているように、自製の色を定義することもできます。自製の色は、以下の書式を持つ
17812 \series bold
17813
17814 \backslash
17815 textcolor
17816 \series default
17817
17818 \begin_inset Index idx
17819 status collapsed
17820
17821 \begin_layout Plain Layout
17822 こまんど@コマンド ! T ! 
17823 \backslash
17824 textcolor
17825 \end_layout
17826
17827 \end_inset
17828
17829 TeXコードコマンドで適用することができます。
17830 \end_layout
17831
17832 \begin_layout Standard
17833
17834 \series bold
17835
17836 \backslash
17837 textcolor{色}{文字ないし数式}
17838 \end_layout
17839
17840 \begin_layout Standard
17841 下記の例は、全体を濃緑にし、一部を赤にしています。
17842 \end_layout
17843
17844 \begin_layout Standard
17845 \begin_inset ERT
17846 status collapsed
17847
17848 \begin_layout Plain Layout
17849
17850
17851 \backslash
17852 textcolor{darkgreen}{
17853 \end_layout
17854
17855 \end_inset
17856
17857
17858 \begin_inset Formula 
17859 \[
17860 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
17861 \]
17862
17863 \end_inset
17864
17865
17866 \begin_inset ERT
17867 status collapsed
17868
17869 \begin_layout Plain Layout
17870
17871 }
17872 \end_layout
17873
17874 \end_inset
17875
17876
17877 \end_layout
17878
17879 \begin_layout Standard
17880 LyXのバグのため、自製色は数式全体に対してしか使用することができません
17881 \begin_inset Foot
17882 status collapsed
17883
17884 \begin_layout Plain Layout
17885 \begin_inset CommandInset href
17886 LatexCommand href
17887 name "LyX-bug #5269"
17888 target "http://www.lyx.org/trac/ticket/5269"
17889
17890 \end_inset
17891
17892
17893 \end_layout
17894
17895 \end_inset
17896
17897
17898 \end_layout
17899
17900 \begin_layout Subsection
17901 書体寸法
17902 \begin_inset CommandInset label
17903 LatexCommand label
17904 name "sub:書体寸法"
17905
17906 \end_inset
17907
17908
17909 \begin_inset Index idx
17910 status collapsed
17911
17912 \begin_layout Plain Layout
17913 しょたい@書体 ! すんぽう@寸法
17914 \end_layout
17915
17916 \end_inset
17917
17918
17919 \end_layout
17920
17921 \begin_layout Standard
17922 数式内の文字については、本文中の文字同様、以下の書体寸法設定コマンドがあります。
17923 \end_layout
17924
17925 \begin_layout Standard
17926
17927 \series bold
17928
17929 \backslash
17930 Huge
17931 \series default
17932
17933 \series bold
17934
17935 \backslash
17936 huge
17937 \series default
17938
17939 \series bold
17940
17941 \backslash
17942 LARGE
17943 \series default
17944
17945 \series bold
17946
17947 \backslash
17948 Large
17949 \series default
17950
17951 \series bold
17952
17953 \backslash
17954 large
17955 \series default
17956
17957 \series bold
17958
17959 \backslash
17960 normalsize
17961 \series default
17962
17963 \series bold
17964
17965 \backslash
17966 small
17967 \series default
17968 ,
17969 \begin_inset Newline newline
17970 \end_inset
17971
17972
17973 \series bold
17974
17975 \backslash
17976 footnotesize
17977 \series default
17978
17979 \series bold
17980
17981 \backslash
17982 scriptsize
17983 \series default
17984 、および
17985 \series bold
17986
17987 \backslash
17988 tiny
17989 \end_layout
17990
17991 \begin_layout Standard
17992 これらのコマンドによって生成される実際の書体寸法は、文書の書体寸法に依存し、文書の書体寸法が
17993 \series bold
17994
17995 \backslash
17996 normalsize
17997 \series default
17998 コマンドに設定されます。他のコマンドは、
17999 \series bold
18000
18001 \backslash
18002 normalsize
18003 \series default
18004 を基準として拡大ないし縮小されます。しかしながら、書体寸法は一定の値を越えることができないようになっています。たとえば、文書書体寸法が12
18005 \begin_inset space \thinspace{}
18006 \end_inset
18007
18008 ptであるならば、
18009 \series bold
18010
18011 \backslash
18012 Huge
18013 \series default
18014 コマンドは
18015 \series bold
18016
18017 \backslash
18018 huge
18019 \series default
18020 コマンドと同じ大きさに落とされます。
18021 \end_layout
18022
18023 \begin_layout Standard
18024 ある場所以降のすべての数式と本文文字を変更するには、書体寸法コマンドをTeXモードで挿入します。元の書体寸法に戻すには、数式の後にTeXモードで
18025 \series bold
18026
18027 \backslash
18028 normalsize
18029 \series default
18030 コマンドを挿入します。
18031 \end_layout
18032
18033 \begin_layout Standard
18034 数式内では、以下の寸法コマンドを使用して、寸法を変更することができます。
18035 \end_layout
18036
18037 \begin_layout Standard
18038 \noindent
18039 \align center
18040 \begin_inset Tabular
18041 <lyxtabular version="3" rows="5" columns="2">
18042 <features rotate="0" tabularvalignment="middle">
18043 <column alignment="center" valignment="top">
18044 <column alignment="center" valignment="top">
18045 <row>
18046 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18047 \begin_inset Text
18048
18049 \begin_layout Plain Layout
18050 コマンド
18051 \end_layout
18052
18053 \end_inset
18054 </cell>
18055 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18056 \begin_inset Text
18057
18058 \begin_layout Plain Layout
18059 出力
18060 \begin_inset Note Note
18061 status collapsed
18062
18063 \begin_layout Plain Layout
18064
18065 \series bold
18066
18067 \backslash
18068 raisebox
18069 \series default
18070  はスペーサーとして使用されているだけです。
18071 \end_layout
18072
18073 \end_inset
18074
18075
18076 \end_layout
18077
18078 \end_inset
18079 </cell>
18080 </row>
18081 <row>
18082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18083 \begin_inset Text
18084
18085 \begin_layout Plain Layout
18086
18087 \backslash
18088 displaystyle
18089 \begin_inset Index idx
18090 status collapsed
18091
18092 \begin_layout Plain Layout
18093 こまんど@コマンド ! D ! 
18094 \backslash
18095 displaystyle
18096 \end_layout
18097
18098 \end_inset
18099
18100
18101 \end_layout
18102
18103 \end_inset
18104 </cell>
18105 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18106 \begin_inset Text
18107
18108 \begin_layout Plain Layout
18109 \begin_inset Formula $\raisebox{6.5mm}{}{\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-5.5mm}{}$
18110 \end_inset
18111
18112
18113 \end_layout
18114
18115 \end_inset
18116 </cell>
18117 </row>
18118 <row>
18119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18120 \begin_inset Text
18121
18122 \begin_layout Plain Layout
18123
18124 \backslash
18125 textstyle
18126 \end_layout
18127
18128 \end_inset
18129 </cell>
18130 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18131 \begin_inset Text
18132
18133 \begin_layout Plain Layout
18134 \begin_inset Formula $\raisebox{4.5mm}{}{\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-4mm}{}$
18135 \end_inset
18136
18137
18138 \end_layout
18139
18140 \end_inset
18141 </cell>
18142 </row>
18143 <row>
18144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18145 \begin_inset Text
18146
18147 \begin_layout Plain Layout
18148
18149 \backslash
18150 scriptstyle
18151 \end_layout
18152
18153 \end_inset
18154 </cell>
18155 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18156 \begin_inset Text
18157
18158 \begin_layout Plain Layout
18159 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
18160 \end_inset
18161
18162
18163 \end_layout
18164
18165 \end_inset
18166 </cell>
18167 </row>
18168 <row>
18169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18170 \begin_inset Text
18171
18172 \begin_layout Plain Layout
18173
18174 \backslash
18175 scriptscriptstyle
18176 \end_layout
18177
18178 \end_inset
18179 </cell>
18180 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18181 \begin_inset Text
18182
18183 \begin_layout Plain Layout
18184 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
18185 \end_inset
18186
18187
18188 \end_layout
18189
18190 \end_inset
18191 </cell>
18192 </row>
18193 </lyxtabular>
18194
18195 \end_inset
18196
18197
18198 \end_layout
18199
18200 \begin_layout Standard
18201 これらのコマンドを入力すると、青いボックスが現れるので、そこに数式のパーツを入れることができます。
18202 \end_layout
18203
18204 \begin_layout Standard
18205 フォント寸法を変更するにはもう一つの方法がありますが、これは記号と数式内テキストのみに使うことができます。これを使うには、書体寸法コマンドを数式テキスト内に挿入
18206 します。数式テキストの終わりか、別の書体寸法コマンドが現れるまでの文字すべてが、選択した寸法になります。以下に二つの例を挙げます。
18207 \begin_inset VSpace -2mm
18208 \end_inset
18209
18210
18211 \end_layout
18212
18213 \begin_layout Standard
18214 \begin_inset ERT
18215 status collapsed
18216
18217 \begin_layout Plain Layout
18218
18219
18220 \backslash
18221 huge 
18222 \end_layout
18223
18224 \end_inset
18225
18226
18227 \begin_inset Formula 
18228 \[
18229 A=\frac{B}{c}\cdot\maltese
18230 \]
18231
18232 \end_inset
18233
18234
18235 \begin_inset Formula 
18236 \[
18237 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}
18238 \]
18239
18240 \end_inset
18241
18242
18243 \begin_inset ERT
18244 status collapsed
18245
18246 \begin_layout Plain Layout
18247
18248
18249 \backslash
18250 normalsize 
18251 \end_layout
18252
18253 \end_inset
18254
18255
18256 \end_layout
18257
18258 \begin_layout Standard
18259 \begin_inset VSpace medskip
18260 \end_inset
18261
18262 二つの式の前には、
18263 \series bold
18264
18265 \backslash
18266 huge
18267 \series default
18268 コマンドが挿入されています。二つ目の数式を入力するコマンドは、
18269 \begin_inset Newline newline
18270 \end_inset
18271
18272
18273 \series bold
18274
18275 \backslash
18276 maltese
18277 \begin_inset space \textvisiblespace{}
18278 \end_inset
18279
18280 A Alt+M M 
18281 \backslash
18282 Large
18283 \begin_inset space \textvisiblespace{}
18284 \end_inset
18285
18286
18287 \backslash
18288 maltese
18289 \begin_inset space \textvisiblespace{}
18290 \end_inset
18291
18292
18293 \backslash
18294 textit
18295 \begin_inset space \textvisiblespace{}
18296 \end_inset
18297
18298 A
18299 \begin_inset Formula $\to$
18300 \end_inset
18301
18302
18303 \begin_inset Formula $\to$
18304 \end_inset
18305
18306
18307 \begin_inset Newline newline
18308 \end_inset
18309
18310
18311 \begin_inset space \hspace*{}
18312 \length 1cm
18313 \end_inset
18314
18315 Alt+M
18316 \series default
18317  
18318 \series bold
18319
18320 \backslash
18321 tiny
18322 \begin_inset space \textvisiblespace{}
18323 \end_inset
18324
18325
18326 \backslash
18327 maltese
18328 \begin_inset space \textvisiblespace{}
18329 \end_inset
18330
18331
18332 \backslash
18333 textit
18334 \begin_inset space \textvisiblespace{}
18335 \end_inset
18336
18337 A
18338 \begin_inset Newline newline
18339 \end_inset
18340
18341
18342 \series default
18343 のようになります。
18344 \end_layout
18345
18346 \begin_layout Standard
18347 ある記号を別の寸法で表示することができないときには、その記号はつねに既定寸法で表示されます。
18348 \end_layout
18349
18350 \begin_layout Section
18351 ギリシャ文字
18352 \begin_inset Index idx
18353 status collapsed
18354
18355 \begin_layout Plain Layout
18356 ぎりしゃもじ@ギリシャ文字
18357 \end_layout
18358
18359 \end_inset
18360
18361
18362 \end_layout
18363
18364 \begin_layout Standard
18365 すべてのギリシャ文字は、ツールバーボタンの
18366 \begin_inset Graphics
18367         filename ../../images/math/alpha.png
18368         scale 85
18369
18370 \end_inset
18371
18372 からでも挿入することができます。各国の組版規則では、数式内のギリシャ文字はどれもイタリック体か斜体で組版されなくてはならないことになっていますが、フランス語やロ
18373 シア語などいくつかの言語では、それにもかかわらず立体で組版されることがあります。
18374 \end_layout
18375
18376 \begin_layout Subsection
18377 小文字
18378 \begin_inset Index idx
18379 status collapsed
18380
18381 \begin_layout Plain Layout
18382 ぎりしゃもじ@ギリシャ文字 ! こもじ@小文字
18383 \end_layout
18384
18385 \end_inset
18386
18387
18388 \end_layout
18389
18390 \begin_layout Standard
18391 \begin_inset space \hfill{}
18392 \end_inset
18393
18394
18395 \begin_inset Tabular
18396 <lyxtabular version="3" rows="11" columns="2">
18397 <features rotate="0" tabularvalignment="middle">
18398 <column alignment="center" valignment="top" width="0pt">
18399 <column alignment="center" valignment="top" width="0pt">
18400 <row>
18401 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18402 \begin_inset Text
18403
18404 \begin_layout Plain Layout
18405 コマンド
18406 \end_layout
18407
18408 \end_inset
18409 </cell>
18410 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18411 \begin_inset Text
18412
18413 \begin_layout Plain Layout
18414 出力
18415 \end_layout
18416
18417 \end_inset
18418 </cell>
18419 </row>
18420 <row>
18421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18422 \begin_inset Text
18423
18424 \begin_layout Plain Layout
18425
18426 \backslash
18427 alpha
18428 \end_layout
18429
18430 \end_inset
18431 </cell>
18432 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18433 \begin_inset Text
18434
18435 \begin_layout Plain Layout
18436 \begin_inset Formula $\alpha$
18437 \end_inset
18438
18439
18440 \end_layout
18441
18442 \end_inset
18443 </cell>
18444 </row>
18445 <row>
18446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18447 \begin_inset Text
18448
18449 \begin_layout Plain Layout
18450
18451 \backslash
18452 beta
18453 \end_layout
18454
18455 \end_inset
18456 </cell>
18457 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18458 \begin_inset Text
18459
18460 \begin_layout Plain Layout
18461 \begin_inset Formula $\beta$
18462 \end_inset
18463
18464
18465 \end_layout
18466
18467 \end_inset
18468 </cell>
18469 </row>
18470 <row>
18471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18472 \begin_inset Text
18473
18474 \begin_layout Plain Layout
18475
18476 \backslash
18477 gamma
18478 \end_layout
18479
18480 \end_inset
18481 </cell>
18482 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18483 \begin_inset Text
18484
18485 \begin_layout Plain Layout
18486 \begin_inset Formula $\gamma$
18487 \end_inset
18488
18489
18490 \end_layout
18491
18492 \end_inset
18493 </cell>
18494 </row>
18495 <row>
18496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18497 \begin_inset Text
18498
18499 \begin_layout Plain Layout
18500
18501 \backslash
18502 delta
18503 \end_layout
18504
18505 \end_inset
18506 </cell>
18507 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18508 \begin_inset Text
18509
18510 \begin_layout Plain Layout
18511 \begin_inset Formula $\delta$
18512 \end_inset
18513
18514
18515 \end_layout
18516
18517 \end_inset
18518 </cell>
18519 </row>
18520 <row>
18521 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18522 \begin_inset Text
18523
18524 \begin_layout Plain Layout
18525
18526 \backslash
18527 epsilon
18528 \end_layout
18529
18530 \end_inset
18531 </cell>
18532 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18533 \begin_inset Text
18534
18535 \begin_layout Plain Layout
18536 \begin_inset Formula $\epsilon$
18537 \end_inset
18538
18539
18540 \end_layout
18541
18542 \end_inset
18543 </cell>
18544 </row>
18545 <row>
18546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18547 \begin_inset Text
18548
18549 \begin_layout Plain Layout
18550
18551 \backslash
18552 varepsilon
18553 \end_layout
18554
18555 \end_inset
18556 </cell>
18557 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18558 \begin_inset Text
18559
18560 \begin_layout Plain Layout
18561 \begin_inset Formula $\varepsilon$
18562 \end_inset
18563
18564
18565 \end_layout
18566
18567 \end_inset
18568 </cell>
18569 </row>
18570 <row>
18571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18572 \begin_inset Text
18573
18574 \begin_layout Plain Layout
18575
18576 \backslash
18577 zeta
18578 \end_layout
18579
18580 \end_inset
18581 </cell>
18582 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18583 \begin_inset Text
18584
18585 \begin_layout Plain Layout
18586 \begin_inset Formula $\zeta$
18587 \end_inset
18588
18589
18590 \end_layout
18591
18592 \end_inset
18593 </cell>
18594 </row>
18595 <row>
18596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18597 \begin_inset Text
18598
18599 \begin_layout Plain Layout
18600
18601 \backslash
18602 eta
18603 \end_layout
18604
18605 \end_inset
18606 </cell>
18607 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18608 \begin_inset Text
18609
18610 \begin_layout Plain Layout
18611 \begin_inset Formula $\eta$
18612 \end_inset
18613
18614
18615 \end_layout
18616
18617 \end_inset
18618 </cell>
18619 </row>
18620 <row>
18621 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18622 \begin_inset Text
18623
18624 \begin_layout Plain Layout
18625
18626 \backslash
18627 theta
18628 \end_layout
18629
18630 \end_inset
18631 </cell>
18632 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18633 \begin_inset Text
18634
18635 \begin_layout Plain Layout
18636 \begin_inset Formula $\theta$
18637 \end_inset
18638
18639
18640 \end_layout
18641
18642 \end_inset
18643 </cell>
18644 </row>
18645 <row>
18646 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18647 \begin_inset Text
18648
18649 \begin_layout Plain Layout
18650
18651 \backslash
18652 vartheta
18653 \end_layout
18654
18655 \end_inset
18656 </cell>
18657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18658 \begin_inset Text
18659
18660 \begin_layout Plain Layout
18661 \begin_inset Formula $\vartheta$
18662 \end_inset
18663
18664
18665 \end_layout
18666
18667 \end_inset
18668 </cell>
18669 </row>
18670 </lyxtabular>
18671
18672 \end_inset
18673
18674
18675 \begin_inset space \hfill{}
18676 \end_inset
18677
18678
18679 \begin_inset Tabular
18680 <lyxtabular version="3" rows="12" columns="2">
18681 <features rotate="0" tabularvalignment="middle">
18682 <column alignment="center" valignment="top" width="0pt">
18683 <column alignment="center" valignment="top" width="0pt">
18684 <row>
18685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18686 \begin_inset Text
18687
18688 \begin_layout Plain Layout
18689 コマンド
18690 \end_layout
18691
18692 \end_inset
18693 </cell>
18694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18695 \begin_inset Text
18696
18697 \begin_layout Plain Layout
18698 出力
18699 \end_layout
18700
18701 \end_inset
18702 </cell>
18703 </row>
18704 <row>
18705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18706 \begin_inset Text
18707
18708 \begin_layout Plain Layout
18709
18710 \backslash
18711 iota
18712 \end_layout
18713
18714 \end_inset
18715 </cell>
18716 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18717 \begin_inset Text
18718
18719 \begin_layout Plain Layout
18720 \begin_inset Formula $\iota$
18721 \end_inset
18722
18723
18724 \end_layout
18725
18726 \end_inset
18727 </cell>
18728 </row>
18729 <row>
18730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18731 \begin_inset Text
18732
18733 \begin_layout Plain Layout
18734
18735 \backslash
18736 kappa
18737 \end_layout
18738
18739 \end_inset
18740 </cell>
18741 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18742 \begin_inset Text
18743
18744 \begin_layout Plain Layout
18745 \begin_inset Formula $\kappa$
18746 \end_inset
18747
18748
18749 \end_layout
18750
18751 \end_inset
18752 </cell>
18753 </row>
18754 <row>
18755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18756 \begin_inset Text
18757
18758 \begin_layout Plain Layout
18759
18760 \backslash
18761 varkappa
18762 \end_layout
18763
18764 \end_inset
18765 </cell>
18766 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18767 \begin_inset Text
18768
18769 \begin_layout Plain Layout
18770 \begin_inset Formula $\varkappa$
18771 \end_inset
18772
18773
18774 \end_layout
18775
18776 \end_inset
18777 </cell>
18778 </row>
18779 <row>
18780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18781 \begin_inset Text
18782
18783 \begin_layout Plain Layout
18784
18785 \backslash
18786 lambda
18787 \end_layout
18788
18789 \end_inset
18790 </cell>
18791 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18792 \begin_inset Text
18793
18794 \begin_layout Plain Layout
18795 \begin_inset Formula $\lambda$
18796 \end_inset
18797
18798
18799 \end_layout
18800
18801 \end_inset
18802 </cell>
18803 </row>
18804 <row>
18805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18806 \begin_inset Text
18807
18808 \begin_layout Plain Layout
18809
18810 \backslash
18811 mu
18812 \end_layout
18813
18814 \end_inset
18815 </cell>
18816 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18817 \begin_inset Text
18818
18819 \begin_layout Plain Layout
18820 \begin_inset Formula $\mu$
18821 \end_inset
18822
18823
18824 \end_layout
18825
18826 \end_inset
18827 </cell>
18828 </row>
18829 <row>
18830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18831 \begin_inset Text
18832
18833 \begin_layout Plain Layout
18834
18835 \backslash
18836 nu
18837 \end_layout
18838
18839 \end_inset
18840 </cell>
18841 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18842 \begin_inset Text
18843
18844 \begin_layout Plain Layout
18845 \begin_inset Formula $\nu$
18846 \end_inset
18847
18848
18849 \end_layout
18850
18851 \end_inset
18852 </cell>
18853 </row>
18854 <row>
18855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18856 \begin_inset Text
18857
18858 \begin_layout Plain Layout
18859
18860 \backslash
18861 xi
18862 \end_layout
18863
18864 \end_inset
18865 </cell>
18866 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18867 \begin_inset Text
18868
18869 \begin_layout Plain Layout
18870 \begin_inset Formula $\xi$
18871 \end_inset
18872
18873
18874 \end_layout
18875
18876 \end_inset
18877 </cell>
18878 </row>
18879 <row>
18880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18881 \begin_inset Text
18882
18883 \begin_layout Plain Layout
18884 o
18885 \end_layout
18886
18887 \end_inset
18888 </cell>
18889 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18890 \begin_inset Text
18891
18892 \begin_layout Plain Layout
18893 \begin_inset Formula $o$
18894 \end_inset
18895
18896
18897 \end_layout
18898
18899 \end_inset
18900 </cell>
18901 </row>
18902 <row>
18903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18904 \begin_inset Text
18905
18906 \begin_layout Plain Layout
18907
18908 \backslash
18909 pi
18910 \end_layout
18911
18912 \end_inset
18913 </cell>
18914 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18915 \begin_inset Text
18916
18917 \begin_layout Plain Layout
18918 \begin_inset Formula $\pi$
18919 \end_inset
18920
18921
18922 \end_layout
18923
18924 \end_inset
18925 </cell>
18926 </row>
18927 <row>
18928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18929 \begin_inset Text
18930
18931 \begin_layout Plain Layout
18932
18933 \backslash
18934 varpi
18935 \end_layout
18936
18937 \end_inset
18938 </cell>
18939 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18940 \begin_inset Text
18941
18942 \begin_layout Plain Layout
18943 \begin_inset Formula $\varpi$
18944 \end_inset
18945
18946
18947 \end_layout
18948
18949 \end_inset
18950 </cell>
18951 </row>
18952 <row>
18953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18954 \begin_inset Text
18955
18956 \begin_layout Plain Layout
18957
18958 \backslash
18959 rho
18960 \end_layout
18961
18962 \end_inset
18963 </cell>
18964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18965 \begin_inset Text
18966
18967 \begin_layout Plain Layout
18968 \begin_inset Formula $\rho$
18969 \end_inset
18970
18971
18972 \end_layout
18973
18974 \end_inset
18975 </cell>
18976 </row>
18977 </lyxtabular>
18978
18979 \end_inset
18980
18981
18982 \begin_inset space \hfill{}
18983 \end_inset
18984
18985
18986 \begin_inset Tabular
18987 <lyxtabular version="3" rows="11" columns="2">
18988 <features rotate="0" tabularvalignment="middle">
18989 <column alignment="center" valignment="top" width="0pt">
18990 <column alignment="center" valignment="top" width="0pt">
18991 <row>
18992 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18993 \begin_inset Text
18994
18995 \begin_layout Plain Layout
18996 コマンド
18997 \end_layout
18998
18999 \end_inset
19000 </cell>
19001 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19002 \begin_inset Text
19003
19004 \begin_layout Plain Layout
19005 出力
19006 \end_layout
19007
19008 \end_inset
19009 </cell>
19010 </row>
19011 <row>
19012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19013 \begin_inset Text
19014
19015 \begin_layout Plain Layout
19016
19017 \backslash
19018 varrho
19019 \end_layout
19020
19021 \end_inset
19022 </cell>
19023 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19024 \begin_inset Text
19025
19026 \begin_layout Plain Layout
19027 \begin_inset Formula $\varrho$
19028 \end_inset
19029
19030
19031 \end_layout
19032
19033 \end_inset
19034 </cell>
19035 </row>
19036 <row>
19037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19038 \begin_inset Text
19039
19040 \begin_layout Plain Layout
19041
19042 \backslash
19043 sigma
19044 \end_layout
19045
19046 \end_inset
19047 </cell>
19048 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19049 \begin_inset Text
19050
19051 \begin_layout Plain Layout
19052 \begin_inset Formula $\sigma$
19053 \end_inset
19054
19055
19056 \end_layout
19057
19058 \end_inset
19059 </cell>
19060 </row>
19061 <row>
19062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19063 \begin_inset Text
19064
19065 \begin_layout Plain Layout
19066
19067 \backslash
19068 varsigma
19069 \end_layout
19070
19071 \end_inset
19072 </cell>
19073 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19074 \begin_inset Text
19075
19076 \begin_layout Plain Layout
19077 \begin_inset Formula $\varsigma$
19078 \end_inset
19079
19080
19081 \end_layout
19082
19083 \end_inset
19084 </cell>
19085 </row>
19086 <row>
19087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19088 \begin_inset Text
19089
19090 \begin_layout Plain Layout
19091
19092 \backslash
19093 tau
19094 \end_layout
19095
19096 \end_inset
19097 </cell>
19098 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19099 \begin_inset Text
19100
19101 \begin_layout Plain Layout
19102 \begin_inset Formula $\tau$
19103 \end_inset
19104
19105
19106 \end_layout
19107
19108 \end_inset
19109 </cell>
19110 </row>
19111 <row>
19112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19113 \begin_inset Text
19114
19115 \begin_layout Plain Layout
19116
19117 \backslash
19118 upsilon
19119 \end_layout
19120
19121 \end_inset
19122 </cell>
19123 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19124 \begin_inset Text
19125
19126 \begin_layout Plain Layout
19127 \begin_inset Formula $\upsilon$
19128 \end_inset
19129
19130
19131 \end_layout
19132
19133 \end_inset
19134 </cell>
19135 </row>
19136 <row>
19137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19138 \begin_inset Text
19139
19140 \begin_layout Plain Layout
19141
19142 \backslash
19143 phi
19144 \end_layout
19145
19146 \end_inset
19147 </cell>
19148 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19149 \begin_inset Text
19150
19151 \begin_layout Plain Layout
19152 \begin_inset Formula $\phi$
19153 \end_inset
19154
19155
19156 \end_layout
19157
19158 \end_inset
19159 </cell>
19160 </row>
19161 <row>
19162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19163 \begin_inset Text
19164
19165 \begin_layout Plain Layout
19166
19167 \backslash
19168 varphi
19169 \end_layout
19170
19171 \end_inset
19172 </cell>
19173 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19174 \begin_inset Text
19175
19176 \begin_layout Plain Layout
19177 \begin_inset Formula $\varphi$
19178 \end_inset
19179
19180
19181 \end_layout
19182
19183 \end_inset
19184 </cell>
19185 </row>
19186 <row>
19187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19188 \begin_inset Text
19189
19190 \begin_layout Plain Layout
19191
19192 \backslash
19193 chi
19194 \end_layout
19195
19196 \end_inset
19197 </cell>
19198 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19199 \begin_inset Text
19200
19201 \begin_layout Plain Layout
19202 \begin_inset Formula $\chi$
19203 \end_inset
19204
19205
19206 \end_layout
19207
19208 \end_inset
19209 </cell>
19210 </row>
19211 <row>
19212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19213 \begin_inset Text
19214
19215 \begin_layout Plain Layout
19216
19217 \backslash
19218 psi
19219 \end_layout
19220
19221 \end_inset
19222 </cell>
19223 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19224 \begin_inset Text
19225
19226 \begin_layout Plain Layout
19227 \begin_inset Formula $\psi$
19228 \end_inset
19229
19230
19231 \end_layout
19232
19233 \end_inset
19234 </cell>
19235 </row>
19236 <row>
19237 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19238 \begin_inset Text
19239
19240 \begin_layout Plain Layout
19241
19242 \backslash
19243 omega
19244 \end_layout
19245
19246 \end_inset
19247 </cell>
19248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19249 \begin_inset Text
19250
19251 \begin_layout Plain Layout
19252 \begin_inset Formula $\omega$
19253 \end_inset
19254
19255
19256 \end_layout
19257
19258 \end_inset
19259 </cell>
19260 </row>
19261 </lyxtabular>
19262
19263 \end_inset
19264
19265
19266 \begin_inset space \hfill{}
19267 \end_inset
19268
19269
19270 \end_layout
19271
19272 \begin_layout Standard
19273 \begin_inset VSpace medskip
19274 \end_inset
19275
19276
19277 \end_layout
19278
19279 \begin_layout Standard
19280 アップライト体のギリシャ文字を作成する方法は、第
19281 \begin_inset CommandInset ref
19282 LatexCommand ref
19283 reference "sub:アップライト体ギリシャ小文字"
19284
19285 \end_inset
19286
19287 節に説明されています。
19288 \end_layout
19289
19290 \begin_layout Subsection
19291 大文字
19292 \begin_inset Index idx
19293 status collapsed
19294
19295 \begin_layout Plain Layout
19296 ぎりしゃもじ@ギリシャ文字 ! おおもじ@大文字
19297 \end_layout
19298
19299 \end_inset
19300
19301
19302 \end_layout
19303
19304 \begin_layout Standard
19305 \begin_inset space \hfill{}
19306 \end_inset
19307
19308
19309 \begin_inset Tabular
19310 <lyxtabular version="3" rows="7" columns="2">
19311 <features rotate="0" tabularvalignment="middle">
19312 <column alignment="center" valignment="top" width="0pt">
19313 <column alignment="center" valignment="top" width="0pt">
19314 <row>
19315 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19316 \begin_inset Text
19317
19318 \begin_layout Plain Layout
19319
19320 \family roman
19321 \series medium
19322 \shape up
19323 \size normal
19324 \emph off
19325 \bar no
19326 \noun off
19327 \color none
19328 コマンド
19329 \end_layout
19330
19331 \end_inset
19332 </cell>
19333 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19334 \begin_inset Text
19335
19336 \begin_layout Plain Layout
19337
19338 \family roman
19339 \series medium
19340 \shape up
19341 \size normal
19342 \emph off
19343 \bar no
19344 \noun off
19345 \color none
19346 出力
19347 \end_layout
19348
19349 \end_inset
19350 </cell>
19351 </row>
19352 <row>
19353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19354 \begin_inset Text
19355
19356 \begin_layout Plain Layout
19357
19358 \backslash
19359 Gamma
19360 \end_layout
19361
19362 \end_inset
19363 </cell>
19364 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19365 \begin_inset Text
19366
19367 \begin_layout Plain Layout
19368 \begin_inset Formula $\Gamma$
19369 \end_inset
19370
19371
19372 \end_layout
19373
19374 \end_inset
19375 </cell>
19376 </row>
19377 <row>
19378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19379 \begin_inset Text
19380
19381 \begin_layout Plain Layout
19382
19383 \backslash
19384 Delta
19385 \end_layout
19386
19387 \end_inset
19388 </cell>
19389 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19390 \begin_inset Text
19391
19392 \begin_layout Plain Layout
19393 \begin_inset Formula $\Delta$
19394 \end_inset
19395
19396
19397 \end_layout
19398
19399 \end_inset
19400 </cell>
19401 </row>
19402 <row>
19403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19404 \begin_inset Text
19405
19406 \begin_layout Plain Layout
19407
19408 \backslash
19409 Theta
19410 \end_layout
19411
19412 \end_inset
19413 </cell>
19414 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19415 \begin_inset Text
19416
19417 \begin_layout Plain Layout
19418 \begin_inset Formula $\Theta$
19419 \end_inset
19420
19421
19422 \end_layout
19423
19424 \end_inset
19425 </cell>
19426 </row>
19427 <row>
19428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19429 \begin_inset Text
19430
19431 \begin_layout Plain Layout
19432
19433 \backslash
19434 Lambda
19435 \end_layout
19436
19437 \end_inset
19438 </cell>
19439 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19440 \begin_inset Text
19441
19442 \begin_layout Plain Layout
19443 \begin_inset Formula $\Lambda$
19444 \end_inset
19445
19446
19447 \end_layout
19448
19449 \end_inset
19450 </cell>
19451 </row>
19452 <row>
19453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19454 \begin_inset Text
19455
19456 \begin_layout Plain Layout
19457
19458 \backslash
19459 Xi
19460 \end_layout
19461
19462 \end_inset
19463 </cell>
19464 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19465 \begin_inset Text
19466
19467 \begin_layout Plain Layout
19468 \begin_inset Formula $\Xi$
19469 \end_inset
19470
19471
19472 \end_layout
19473
19474 \end_inset
19475 </cell>
19476 </row>
19477 <row>
19478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19479 \begin_inset Text
19480
19481 \begin_layout Plain Layout
19482
19483 \backslash
19484 Pi
19485 \end_layout
19486
19487 \end_inset
19488 </cell>
19489 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19490 \begin_inset Text
19491
19492 \begin_layout Plain Layout
19493 \begin_inset Formula $\Pi$
19494 \end_inset
19495
19496
19497 \end_layout
19498
19499 \end_inset
19500 </cell>
19501 </row>
19502 </lyxtabular>
19503
19504 \end_inset
19505
19506
19507 \begin_inset space \hfill{}
19508 \end_inset
19509
19510
19511 \begin_inset Tabular
19512 <lyxtabular version="3" rows="6" columns="2">
19513 <features rotate="0" tabularvalignment="middle">
19514 <column alignment="center" valignment="top" width="0pt">
19515 <column alignment="center" valignment="top" width="0pt">
19516 <row>
19517 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19518 \begin_inset Text
19519
19520 \begin_layout Plain Layout
19521
19522 \family roman
19523 \series medium
19524 \shape up
19525 \size normal
19526 \emph off
19527 \bar no
19528 \noun off
19529 \color none
19530 コマンド
19531 \end_layout
19532
19533 \end_inset
19534 </cell>
19535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19536 \begin_inset Text
19537
19538 \begin_layout Plain Layout
19539
19540 \family roman
19541 \series medium
19542 \shape up
19543 \size normal
19544 \emph off
19545 \bar no
19546 \noun off
19547 \color none
19548 出力
19549 \end_layout
19550
19551 \end_inset
19552 </cell>
19553 </row>
19554 <row>
19555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19556 \begin_inset Text
19557
19558 \begin_layout Plain Layout
19559
19560 \backslash
19561 Sigma
19562 \end_layout
19563
19564 \end_inset
19565 </cell>
19566 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19567 \begin_inset Text
19568
19569 \begin_layout Plain Layout
19570 \begin_inset Formula $\Sigma$
19571 \end_inset
19572
19573
19574 \end_layout
19575
19576 \end_inset
19577 </cell>
19578 </row>
19579 <row>
19580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19581 \begin_inset Text
19582
19583 \begin_layout Plain Layout
19584
19585 \backslash
19586 Upsilon
19587 \end_layout
19588
19589 \end_inset
19590 </cell>
19591 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19592 \begin_inset Text
19593
19594 \begin_layout Plain Layout
19595 \begin_inset Formula $\Upsilon$
19596 \end_inset
19597
19598
19599 \end_layout
19600
19601 \end_inset
19602 </cell>
19603 </row>
19604 <row>
19605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19606 \begin_inset Text
19607
19608 \begin_layout Plain Layout
19609
19610 \backslash
19611 Phi
19612 \end_layout
19613
19614 \end_inset
19615 </cell>
19616 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19617 \begin_inset Text
19618
19619 \begin_layout Plain Layout
19620 \begin_inset Formula $\Phi$
19621 \end_inset
19622
19623
19624 \end_layout
19625
19626 \end_inset
19627 </cell>
19628 </row>
19629 <row>
19630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19631 \begin_inset Text
19632
19633 \begin_layout Plain Layout
19634
19635 \backslash
19636 Psi
19637 \end_layout
19638
19639 \end_inset
19640 </cell>
19641 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19642 \begin_inset Text
19643
19644 \begin_layout Plain Layout
19645 \begin_inset Formula $\Psi$
19646 \end_inset
19647
19648
19649 \end_layout
19650
19651 \end_inset
19652 </cell>
19653 </row>
19654 <row>
19655 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19656 \begin_inset Text
19657
19658 \begin_layout Plain Layout
19659
19660 \backslash
19661 Omega
19662 \end_layout
19663
19664 \end_inset
19665 </cell>
19666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19667 \begin_inset Text
19668
19669 \begin_layout Plain Layout
19670 \begin_inset Formula $\Omega$
19671 \end_inset
19672
19673
19674 \end_layout
19675
19676 \end_inset
19677 </cell>
19678 </row>
19679 </lyxtabular>
19680
19681 \end_inset
19682
19683
19684 \begin_inset space \hfill{}
19685 \end_inset
19686
19687
19688 \end_layout
19689
19690 \begin_layout Standard
19691 \begin_inset VSpace medskip
19692 \end_inset
19693
19694 大文字のギリシャ文字が立体で表示されるのは、TeXの開発途上に生じたデザイン上のバグによるものです。正しいイタリック体の大文字を得るためには、各コマンドの頭に
19695 \series bold
19696 var
19697 \series default
19698 を付けてください。たとえば、
19699 \series bold
19700
19701 \backslash
19702 varGamma
19703 \series default
19704 コマンドは、
19705 \begin_inset Formula $\varGamma$
19706 \end_inset
19707
19708 を生成します。もう一つの方法は、パッケージ
19709 \series bold
19710 fixmath
19711 \series default
19712
19713 \begin_inset Foot
19714 status collapsed
19715
19716 \begin_layout Plain Layout
19717
19718 \series bold
19719 fixmath
19720 \series default
19721 は、LaTeXパッケージ
19722 \series bold
19723 was
19724 \series default
19725
19726 \begin_inset Index idx
19727 status collapsed
19728
19729 \begin_layout Plain Layout
19730 ぱっけーじ@パッケージ ! was
19731 \begin_inset ERT
19732 status collapsed
19733
19734 \begin_layout Plain Layout
19735
19736
19737 \backslash
19738 vspace{4mm}
19739 \end_layout
19740
19741 \end_inset
19742
19743
19744 \end_layout
19745
19746 \end_inset
19747
19748 に含まれています。
19749 \end_layout
19750
19751 \end_inset
19752
19753
19754 \begin_inset Index idx
19755 status collapsed
19756
19757 \begin_layout Plain Layout
19758 ぱっけーじ@パッケージ ! fixmath
19759 \end_layout
19760
19761 \end_inset
19762
19763 をLaTeXプリアンブル行に
19764 \end_layout
19765
19766 \begin_layout Standard
19767
19768 \series bold
19769
19770 \backslash
19771 usepackage{fixmath}
19772 \end_layout
19773
19774 \begin_layout Standard
19775 と書いて読み込む方法です。すると、文書中の大きなギリシャ文字は、すべて自動的にイタリック体として組版されます。
19776 \end_layout
19777
19778 \begin_layout Subsection
19779 ボールド体
19780 \begin_inset Index idx
19781 status collapsed
19782
19783 \begin_layout Plain Layout
19784 ぎりしゃもじ@ギリシャ文字 ! ぼーるどたい@ボールド体
19785 \end_layout
19786
19787 \end_inset
19788
19789
19790 \end_layout
19791
19792 \begin_layout Standard
19793 ギリシャ文字は、ラテン文字のようには、多様な書体様式に設定することができません。ギリシャ文字をボールド体にできるのは、
19794 \series bold
19795
19796 \backslash
19797 boldsymbol
19798 \series default
19799 コマンドのみです
19800 \begin_inset Index idx
19801 status collapsed
19802
19803 \begin_layout Plain Layout
19804 こまんど@コマンド ! B ! 
19805 \backslash
19806 boldsymbol
19807 \end_layout
19808
19809 \end_inset
19810
19811
19812 \end_layout
19813
19814 \begin_layout Standard
19815 \align center
19816 \begin_inset Tabular
19817 <lyxtabular version="3" rows="3" columns="2">
19818 <features rotate="0" tabularvalignment="middle">
19819 <column alignment="center" valignment="top">
19820 <column alignment="center" valignment="top">
19821 <row>
19822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19823 \begin_inset Text
19824
19825 \begin_layout Plain Layout
19826 コマンド
19827 \end_layout
19828
19829 \end_inset
19830 </cell>
19831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19832 \begin_inset Text
19833
19834 \begin_layout Plain Layout
19835 出力
19836 \end_layout
19837
19838 \end_inset
19839 </cell>
19840 </row>
19841 <row>
19842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19843 \begin_inset Text
19844
19845 \begin_layout Plain Layout
19846
19847 \backslash
19848 Upsilon
19849 \backslash
19850 boldsymbol
19851 \backslash
19852 Upsilon
19853 \end_layout
19854
19855 \end_inset
19856 </cell>
19857 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19858 \begin_inset Text
19859
19860 \begin_layout Plain Layout
19861 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
19862 \end_inset
19863
19864
19865 \end_layout
19866
19867 \end_inset
19868 </cell>
19869 </row>
19870 <row>
19871 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19872 \begin_inset Text
19873
19874 \begin_layout Plain Layout
19875
19876 \backslash
19877 theta
19878 \backslash
19879 boldsymbol
19880 \backslash
19881 theta
19882 \end_layout
19883
19884 \end_inset
19885 </cell>
19886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19887 \begin_inset Text
19888
19889 \begin_layout Plain Layout
19890 \begin_inset Formula $\theta\boldsymbol{\theta}$
19891 \end_inset
19892
19893
19894 \end_layout
19895
19896 \end_inset
19897 </cell>
19898 </row>
19899 </lyxtabular>
19900
19901 \end_inset
19902
19903
19904 \begin_inset Newpage newpage
19905 \end_inset
19906
19907
19908 \end_layout
19909
19910 \begin_layout Section
19911 記号
19912 \begin_inset ERT
19913 status collapsed
19914
19915 \begin_layout Plain Layout
19916
19917
19918 \backslash
19919 texorpdfstring{
19920 \end_layout
19921
19922 \end_inset
19923
19924
19925 \begin_inset Foot
19926 status collapsed
19927
19928 \begin_layout Plain Layout
19929 各LaTeXパッケージに含まれる全記号をほとんど網羅した一覧が、
19930 \begin_inset CommandInset citation
19931 LatexCommand cite
19932 key "Symbols"
19933
19934 \end_inset
19935
19936 にあります。
19937 \end_layout
19938
19939 \end_inset
19940
19941
19942 \begin_inset ERT
19943 status collapsed
19944
19945 \begin_layout Plain Layout
19946
19947 }{}
19948 \end_layout
19949
19950 \end_inset
19951
19952
19953 \begin_inset Note Note
19954 status collapsed
19955
19956 \begin_layout Plain Layout
19957
19958 \backslash
19959 texorpdfstringは、PDFのしおりに脚注が現れるのを防ぐために使われています。
19960 \end_layout
19961
19962 \begin_layout Plain Layout
19963
19964 \backslash
19965 texorpdfstringについての詳細は、第
19966 \begin_inset CommandInset ref
19967 LatexCommand ref
19968 reference "sub:節見出し中の数式"
19969
19970 \end_inset
19971
19972 節にあります。
19973 \end_layout
19974
19975 \end_inset
19976
19977
19978 \begin_inset Index idx
19979 status collapsed
19980
19981 \begin_layout Plain Layout
19982 きごう@記号
19983 \end_layout
19984
19985 \end_inset
19986
19987
19988 \end_layout
19989
19990 \begin_layout Standard
19991 本節に掲げてある各記号の多くは、ツールバーボタンの
19992 \begin_inset Graphics
19993         filename ../../images/math/nabla.png
19994         scale 85
19995
19996 \end_inset
19997
19998
19999 \begin_inset Graphics
20000         filename ../../images/math/digamma.png
20001         scale 85
20002
20003 \end_inset
20004
20005 でも挿入することができます。
20006 \end_layout
20007
20008 \begin_layout Subsection
20009 数学記号
20010 \begin_inset CommandInset label
20011 LatexCommand label
20012 name "sub:数学記号"
20013
20014 \end_inset
20015
20016
20017 \begin_inset Index idx
20018 status collapsed
20019
20020 \begin_layout Plain Layout
20021 きごう@記号 ! すうがく@数学
20022 \end_layout
20023
20024 \end_inset
20025
20026
20027 \end_layout
20028
20029 \begin_layout Standard
20030 \begin_inset space \hfill{}
20031 \end_inset
20032
20033
20034 \begin_inset Tabular
20035 <lyxtabular version="3" rows="10" columns="2">
20036 <features rotate="0" tabularvalignment="middle">
20037 <column alignment="center" valignment="top" width="0pt">
20038 <column alignment="center" valignment="top" width="0pt">
20039 <row>
20040 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20041 \begin_inset Text
20042
20043 \begin_layout Plain Layout
20044 コマンド
20045 \end_layout
20046
20047 \end_inset
20048 </cell>
20049 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20050 \begin_inset Text
20051
20052 \begin_layout Plain Layout
20053 出力
20054 \end_layout
20055
20056 \end_inset
20057 </cell>
20058 </row>
20059 <row>
20060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20061 \begin_inset Text
20062
20063 \begin_layout Plain Layout
20064
20065 \backslash
20066 neg
20067 \end_layout
20068
20069 \end_inset
20070 </cell>
20071 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20072 \begin_inset Text
20073
20074 \begin_layout Plain Layout
20075 \begin_inset Formula $\neg$
20076 \end_inset
20077
20078
20079 \end_layout
20080
20081 \end_inset
20082 </cell>
20083 </row>
20084 <row>
20085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20086 \begin_inset Text
20087
20088 \begin_layout Plain Layout
20089
20090 \backslash
20091 Im
20092 \end_layout
20093
20094 \end_inset
20095 </cell>
20096 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20097 \begin_inset Text
20098
20099 \begin_layout Plain Layout
20100 \begin_inset Formula $\Im$
20101 \end_inset
20102
20103
20104 \end_layout
20105
20106 \end_inset
20107 </cell>
20108 </row>
20109 <row>
20110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20111 \begin_inset Text
20112
20113 \begin_layout Plain Layout
20114
20115 \backslash
20116 Re
20117 \end_layout
20118
20119 \end_inset
20120 </cell>
20121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20122 \begin_inset Text
20123
20124 \begin_layout Plain Layout
20125 \begin_inset Formula $\Re$
20126 \end_inset
20127
20128
20129 \end_layout
20130
20131 \end_inset
20132 </cell>
20133 </row>
20134 <row>
20135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20136 \begin_inset Text
20137
20138 \begin_layout Plain Layout
20139
20140 \backslash
20141 aleph
20142 \end_layout
20143
20144 \end_inset
20145 </cell>
20146 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20147 \begin_inset Text
20148
20149 \begin_layout Plain Layout
20150 \begin_inset Formula $\aleph$
20151 \end_inset
20152
20153
20154 \end_layout
20155
20156 \end_inset
20157 </cell>
20158 </row>
20159 <row>
20160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20161 \begin_inset Text
20162
20163 \begin_layout Plain Layout
20164
20165 \backslash
20166 partial
20167 \end_layout
20168
20169 \end_inset
20170 </cell>
20171 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20172 \begin_inset Text
20173
20174 \begin_layout Plain Layout
20175 \begin_inset Formula $\partial$
20176 \end_inset
20177
20178
20179 \end_layout
20180
20181 \end_inset
20182 </cell>
20183 </row>
20184 <row>
20185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20186 \begin_inset Text
20187
20188 \begin_layout Plain Layout
20189
20190 \backslash
20191 infty
20192 \end_layout
20193
20194 \end_inset
20195 </cell>
20196 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20197 \begin_inset Text
20198
20199 \begin_layout Plain Layout
20200 \begin_inset Formula $\infty$
20201 \end_inset
20202
20203
20204 \end_layout
20205
20206 \end_inset
20207 </cell>
20208 </row>
20209 <row>
20210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20211 \begin_inset Text
20212
20213 \begin_layout Plain Layout
20214
20215 \backslash
20216 wp
20217 \end_layout
20218
20219 \end_inset
20220 </cell>
20221 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20222 \begin_inset Text
20223
20224 \begin_layout Plain Layout
20225 \begin_inset Formula $\wp$
20226 \end_inset
20227
20228
20229 \end_layout
20230
20231 \end_inset
20232 </cell>
20233 </row>
20234 <row>
20235 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20236 \begin_inset Text
20237
20238 \begin_layout Plain Layout
20239
20240 \backslash
20241 imath
20242 \end_layout
20243
20244 \end_inset
20245 </cell>
20246 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20247 \begin_inset Text
20248
20249 \begin_layout Plain Layout
20250 \begin_inset Formula $\imath$
20251 \end_inset
20252
20253
20254 \end_layout
20255
20256 \end_inset
20257 </cell>
20258 </row>
20259 <row>
20260 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20261 \begin_inset Text
20262
20263 \begin_layout Plain Layout
20264
20265 \backslash
20266 jmath
20267 \end_layout
20268
20269 \end_inset
20270 </cell>
20271 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20272 \begin_inset Text
20273
20274 \begin_layout Plain Layout
20275 \begin_inset Formula $\jmath$
20276 \end_inset
20277
20278
20279 \end_layout
20280
20281 \end_inset
20282 </cell>
20283 </row>
20284 </lyxtabular>
20285
20286 \end_inset
20287
20288
20289 \begin_inset space \hfill{}
20290 \end_inset
20291
20292
20293 \begin_inset Tabular
20294 <lyxtabular version="3" rows="10" columns="2">
20295 <features rotate="0" tabularvalignment="middle">
20296 <column alignment="center" valignment="top" width="0pt">
20297 <column alignment="center" valignment="top" width="0pt">
20298 <row>
20299 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20300 \begin_inset Text
20301
20302 \begin_layout Plain Layout
20303 コマンド
20304 \end_layout
20305
20306 \end_inset
20307 </cell>
20308 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20309 \begin_inset Text
20310
20311 \begin_layout Plain Layout
20312 出力
20313 \begin_inset Note Note
20314 status collapsed
20315
20316 \begin_layout Plain Layout
20317 ここで
20318 \series bold
20319
20320 \backslash
20321 raisebox
20322 \series default
20323 はスペーサーとして使用しているだけです。
20324 \end_layout
20325
20326 \end_inset
20327
20328
20329 \end_layout
20330
20331 \end_inset
20332 </cell>
20333 </row>
20334 <row>
20335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20336 \begin_inset Text
20337
20338 \begin_layout Plain Layout
20339
20340 \backslash
20341 forall
20342 \end_layout
20343
20344 \end_inset
20345 </cell>
20346 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20347 \begin_inset Text
20348
20349 \begin_layout Plain Layout
20350 \begin_inset Formula $\forall$
20351 \end_inset
20352
20353
20354 \end_layout
20355
20356 \end_inset
20357 </cell>
20358 </row>
20359 <row>
20360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20361 \begin_inset Text
20362
20363 \begin_layout Plain Layout
20364
20365 \backslash
20366 exists
20367 \end_layout
20368
20369 \end_inset
20370 </cell>
20371 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20372 \begin_inset Text
20373
20374 \begin_layout Plain Layout
20375 \begin_inset Formula $\exists$
20376 \end_inset
20377
20378
20379 \end_layout
20380
20381 \end_inset
20382 </cell>
20383 </row>
20384 <row>
20385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20386 \begin_inset Text
20387
20388 \begin_layout Plain Layout
20389
20390 \backslash
20391 nexists
20392 \end_layout
20393
20394 \end_inset
20395 </cell>
20396 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20397 \begin_inset Text
20398
20399 \begin_layout Plain Layout
20400 \begin_inset Formula $\nexists$
20401 \end_inset
20402
20403
20404 \end_layout
20405
20406 \end_inset
20407 </cell>
20408 </row>
20409 <row>
20410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20411 \begin_inset Text
20412
20413 \begin_layout Plain Layout
20414
20415 \backslash
20416 emptyset
20417 \end_layout
20418
20419 \end_inset
20420 </cell>
20421 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20422 \begin_inset Text
20423
20424 \begin_layout Plain Layout
20425 \begin_inset Formula $\emptyset$
20426 \end_inset
20427
20428
20429 \end_layout
20430
20431 \end_inset
20432 </cell>
20433 </row>
20434 <row>
20435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20436 \begin_inset Text
20437
20438 \begin_layout Plain Layout
20439
20440 \backslash
20441 varnothing
20442 \end_layout
20443
20444 \end_inset
20445 </cell>
20446 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20447 \begin_inset Text
20448
20449 \begin_layout Plain Layout
20450 \begin_inset Formula $\varnothing$
20451 \end_inset
20452
20453
20454 \end_layout
20455
20456 \end_inset
20457 </cell>
20458 </row>
20459 <row>
20460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20461 \begin_inset Text
20462
20463 \begin_layout Plain Layout
20464
20465 \backslash
20466 dag
20467 \end_layout
20468
20469 \end_inset
20470 </cell>
20471 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20472 \begin_inset Text
20473
20474 \begin_layout Plain Layout
20475 \begin_inset Formula $\dag$
20476 \end_inset
20477
20478
20479 \end_layout
20480
20481 \end_inset
20482 </cell>
20483 </row>
20484 <row>
20485 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20486 \begin_inset Text
20487
20488 \begin_layout Plain Layout
20489
20490 \backslash
20491 ddag
20492 \end_layout
20493
20494 \end_inset
20495 </cell>
20496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20497 \begin_inset Text
20498
20499 \begin_layout Plain Layout
20500 \begin_inset Formula $\ddag$
20501 \end_inset
20502
20503
20504 \end_layout
20505
20506 \end_inset
20507 </cell>
20508 </row>
20509 <row>
20510 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20511 \begin_inset Text
20512
20513 \begin_layout Plain Layout
20514
20515 \backslash
20516 complement
20517 \end_layout
20518
20519 \end_inset
20520 </cell>
20521 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20522 \begin_inset Text
20523
20524 \begin_layout Plain Layout
20525 \begin_inset ERT
20526 status collapsed
20527
20528 \begin_layout Plain Layout
20529
20530
20531 \backslash
20532 raisebox{-0.8mm}{
20533 \end_layout
20534
20535 \end_inset
20536
20537
20538 \begin_inset Formula $\complement$
20539 \end_inset
20540
20541
20542 \begin_inset ERT
20543 status collapsed
20544
20545 \begin_layout Plain Layout
20546
20547 }
20548 \end_layout
20549
20550 \end_inset
20551
20552
20553 \end_layout
20554
20555 \end_inset
20556 </cell>
20557 </row>
20558 <row>
20559 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20560 \begin_inset Text
20561
20562 \begin_layout Plain Layout
20563
20564 \backslash
20565 Bbbk
20566 \end_layout
20567
20568 \end_inset
20569 </cell>
20570 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20571 \begin_inset Text
20572
20573 \begin_layout Plain Layout
20574 \begin_inset Formula $\Bbbk$
20575 \end_inset
20576
20577
20578 \end_layout
20579
20580 \end_inset
20581 </cell>
20582 </row>
20583 </lyxtabular>
20584
20585 \end_inset
20586
20587
20588 \begin_inset space \hfill{}
20589 \end_inset
20590
20591
20592 \begin_inset Tabular
20593 <lyxtabular version="3" rows="10" columns="2">
20594 <features rotate="0" tabularvalignment="middle">
20595 <column alignment="center" valignment="top" width="0pt">
20596 <column alignment="center" valignment="top" width="0pt">
20597 <row>
20598 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20599 \begin_inset Text
20600
20601 \begin_layout Plain Layout
20602 コマンド
20603 \end_layout
20604
20605 \end_inset
20606 </cell>
20607 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20608 \begin_inset Text
20609
20610 \begin_layout Plain Layout
20611 出力
20612 \end_layout
20613
20614 \end_inset
20615 </cell>
20616 </row>
20617 <row>
20618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20619 \begin_inset Text
20620
20621 \begin_layout Plain Layout
20622
20623 \backslash
20624 prime
20625 \end_layout
20626
20627 \end_inset
20628 </cell>
20629 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20630 \begin_inset Text
20631
20632 \begin_layout Plain Layout
20633 \begin_inset Formula $\prime$
20634 \end_inset
20635
20636
20637 \end_layout
20638
20639 \end_inset
20640 </cell>
20641 </row>
20642 <row>
20643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20644 \begin_inset Text
20645
20646 \begin_layout Plain Layout
20647
20648 \backslash
20649 backprime
20650 \end_layout
20651
20652 \end_inset
20653 </cell>
20654 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20655 \begin_inset Text
20656
20657 \begin_layout Plain Layout
20658 \begin_inset Formula $\backprime$
20659 \end_inset
20660
20661
20662 \end_layout
20663
20664 \end_inset
20665 </cell>
20666 </row>
20667 <row>
20668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20669 \begin_inset Text
20670
20671 \begin_layout Plain Layout
20672
20673 \backslash
20674 mho
20675 \end_layout
20676
20677 \end_inset
20678 </cell>
20679 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20680 \begin_inset Text
20681
20682 \begin_layout Plain Layout
20683 \begin_inset Formula $\mho$
20684 \end_inset
20685
20686
20687 \end_layout
20688
20689 \end_inset
20690 </cell>
20691 </row>
20692 <row>
20693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20694 \begin_inset Text
20695
20696 \begin_layout Plain Layout
20697
20698 \backslash
20699 triangle
20700 \end_layout
20701
20702 \end_inset
20703 </cell>
20704 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20705 \begin_inset Text
20706
20707 \begin_layout Plain Layout
20708 \begin_inset Formula $\triangle$
20709 \end_inset
20710
20711
20712 \end_layout
20713
20714 \end_inset
20715 </cell>
20716 </row>
20717 <row>
20718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20719 \begin_inset Text
20720
20721 \begin_layout Plain Layout
20722
20723 \backslash
20724 angle
20725 \end_layout
20726
20727 \end_inset
20728 </cell>
20729 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20730 \begin_inset Text
20731
20732 \begin_layout Plain Layout
20733 \begin_inset Formula $\angle$
20734 \end_inset
20735
20736
20737 \end_layout
20738
20739 \end_inset
20740 </cell>
20741 </row>
20742 <row>
20743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20744 \begin_inset Text
20745
20746 \begin_layout Plain Layout
20747
20748 \backslash
20749 measuredangle
20750 \end_layout
20751
20752 \end_inset
20753 </cell>
20754 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20755 \begin_inset Text
20756
20757 \begin_layout Plain Layout
20758 \begin_inset Formula $\measuredangle$
20759 \end_inset
20760
20761
20762 \end_layout
20763
20764 \end_inset
20765 </cell>
20766 </row>
20767 <row>
20768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20769 \begin_inset Text
20770
20771 \begin_layout Plain Layout
20772
20773 \backslash
20774 sphericalangle
20775 \end_layout
20776
20777 \end_inset
20778 </cell>
20779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20780 \begin_inset Text
20781
20782 \begin_layout Plain Layout
20783 \begin_inset Formula $\sphericalangle$
20784 \end_inset
20785
20786
20787 \end_layout
20788
20789 \end_inset
20790 </cell>
20791 </row>
20792 <row>
20793 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20794 \begin_inset Text
20795
20796 \begin_layout Plain Layout
20797
20798 \backslash
20799 top
20800 \end_layout
20801
20802 \end_inset
20803 </cell>
20804 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20805 \begin_inset Text
20806
20807 \begin_layout Plain Layout
20808 \begin_inset Formula $\top$
20809 \end_inset
20810
20811
20812 \end_layout
20813
20814 \end_inset
20815 </cell>
20816 </row>
20817 <row>
20818 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20819 \begin_inset Text
20820
20821 \begin_layout Plain Layout
20822
20823 \backslash
20824 bot
20825 \end_layout
20826
20827 \end_inset
20828 </cell>
20829 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20830 \begin_inset Text
20831
20832 \begin_layout Plain Layout
20833 \begin_inset Formula $\bot$
20834 \end_inset
20835
20836
20837 \end_layout
20838
20839 \end_inset
20840 </cell>
20841 </row>
20842 </lyxtabular>
20843
20844 \end_inset
20845
20846
20847 \begin_inset space \hfill{}
20848 \end_inset
20849
20850
20851 \end_layout
20852
20853 \begin_layout Subsection
20854 その他の記号
20855 \begin_inset CommandInset label
20856 LatexCommand label
20857 name "sub:その他の記号"
20858
20859 \end_inset
20860
20861
20862 \begin_inset Index idx
20863 status collapsed
20864
20865 \begin_layout Plain Layout
20866 きごう@記号 ! そのた@その他
20867 \end_layout
20868
20869 \end_inset
20870
20871
20872 \end_layout
20873
20874 \begin_layout Standard
20875 \noindent
20876 \align center
20877 \begin_inset Tabular
20878 <lyxtabular version="3" rows="10" columns="2">
20879 <features rotate="0" tabularvalignment="middle">
20880 <column alignment="center" valignment="top" width="0pt">
20881 <column alignment="center" valignment="top" width="0pt">
20882 <row>
20883 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20884 \begin_inset Text
20885
20886 \begin_layout Plain Layout
20887
20888 \family roman
20889 \series medium
20890 \shape up
20891 \size normal
20892 \emph off
20893 \bar no
20894 \noun off
20895 \color none
20896 コマンド
20897 \end_layout
20898
20899 \end_inset
20900 </cell>
20901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20902 \begin_inset Text
20903
20904 \begin_layout Plain Layout
20905
20906 \family roman
20907 \series medium
20908 \shape up
20909 \size normal
20910 \emph off
20911 \bar no
20912 \noun off
20913 \color none
20914 出力
20915 \end_layout
20916
20917 \end_inset
20918 </cell>
20919 </row>
20920 <row>
20921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20922 \begin_inset Text
20923
20924 \begin_layout Plain Layout
20925
20926 \backslash
20927 flat
20928 \end_layout
20929
20930 \end_inset
20931 </cell>
20932 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20933 \begin_inset Text
20934
20935 \begin_layout Plain Layout
20936 \begin_inset Formula $\flat$
20937 \end_inset
20938
20939
20940 \end_layout
20941
20942 \end_inset
20943 </cell>
20944 </row>
20945 <row>
20946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20947 \begin_inset Text
20948
20949 \begin_layout Plain Layout
20950
20951 \backslash
20952 natural
20953 \end_layout
20954
20955 \end_inset
20956 </cell>
20957 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20958 \begin_inset Text
20959
20960 \begin_layout Plain Layout
20961 \begin_inset Formula $\natural$
20962 \end_inset
20963
20964
20965 \end_layout
20966
20967 \end_inset
20968 </cell>
20969 </row>
20970 <row>
20971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20972 \begin_inset Text
20973
20974 \begin_layout Plain Layout
20975
20976 \backslash
20977 sharp
20978 \end_layout
20979
20980 \end_inset
20981 </cell>
20982 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20983 \begin_inset Text
20984
20985 \begin_layout Plain Layout
20986 \begin_inset Formula $\sharp$
20987 \end_inset
20988
20989
20990 \end_layout
20991
20992 \end_inset
20993 </cell>
20994 </row>
20995 <row>
20996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20997 \begin_inset Text
20998
20999 \begin_layout Plain Layout
21000
21001 \backslash
21002 surd
21003 \end_layout
21004
21005 \end_inset
21006 </cell>
21007 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21008 \begin_inset Text
21009
21010 \begin_layout Plain Layout
21011 \begin_inset Formula $\surd$
21012 \end_inset
21013
21014
21015 \end_layout
21016
21017 \end_inset
21018 </cell>
21019 </row>
21020 <row>
21021 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21022 \begin_inset Text
21023
21024 \begin_layout Plain Layout
21025
21026 \backslash
21027 checkmark
21028 \end_layout
21029
21030 \end_inset
21031 </cell>
21032 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21033 \begin_inset Text
21034
21035 \begin_layout Plain Layout
21036 \begin_inset Formula $\checkmark$
21037 \end_inset
21038
21039
21040 \end_layout
21041
21042 \end_inset
21043 </cell>
21044 </row>
21045 <row>
21046 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21047 \begin_inset Text
21048
21049 \begin_layout Plain Layout
21050
21051 \backslash
21052 yen
21053 \end_layout
21054
21055 \end_inset
21056 </cell>
21057 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21058 \begin_inset Text
21059
21060 \begin_layout Plain Layout
21061 \begin_inset Formula $\yen$
21062 \end_inset
21063
21064
21065 \end_layout
21066
21067 \end_inset
21068 </cell>
21069 </row>
21070 <row>
21071 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21072 \begin_inset Text
21073
21074 \begin_layout Plain Layout
21075
21076 \backslash
21077 pounds
21078 \end_layout
21079
21080 \end_inset
21081 </cell>
21082 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21083 \begin_inset Text
21084
21085 \begin_layout Plain Layout
21086 \begin_inset Formula $\pounds$
21087 \end_inset
21088
21089
21090 \end_layout
21091
21092 \end_inset
21093 </cell>
21094 </row>
21095 <row>
21096 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21097 \begin_inset Text
21098
21099 \begin_layout Plain Layout
21100 $
21101 \end_layout
21102
21103 \end_inset
21104 </cell>
21105 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21106 \begin_inset Text
21107
21108 \begin_layout Plain Layout
21109 \begin_inset Formula $\$$
21110 \end_inset
21111
21112
21113 \end_layout
21114
21115 \end_inset
21116 </cell>
21117 </row>
21118 <row>
21119 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21120 \begin_inset Text
21121
21122 \begin_layout Plain Layout
21123 §
21124 \end_layout
21125
21126 \end_inset
21127 </cell>
21128 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21129 \begin_inset Text
21130
21131 \begin_layout Plain Layout
21132 \begin_inset Formula $\mathsection$
21133 \end_inset
21134
21135
21136 \end_layout
21137
21138 \end_inset
21139 </cell>
21140 </row>
21141 </lyxtabular>
21142
21143 \end_inset
21144
21145
21146 \begin_inset Tabular
21147 <lyxtabular version="3" rows="10" columns="2">
21148 <features rotate="0" tabularvalignment="middle">
21149 <column alignment="center" valignment="top">
21150 <column alignment="center" valignment="top">
21151 <row>
21152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21153 \begin_inset Text
21154
21155 \begin_layout Plain Layout
21156
21157 \family roman
21158 \series medium
21159 \shape up
21160 \size normal
21161 \emph off
21162 \bar no
21163 \noun off
21164 \color none
21165 コマンド
21166 \end_layout
21167
21168 \end_inset
21169 </cell>
21170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21171 \begin_inset Text
21172
21173 \begin_layout Plain Layout
21174
21175 \family roman
21176 \series medium
21177 \shape up
21178 \size normal
21179 \emph off
21180 \bar no
21181 \noun off
21182 \color none
21183 出力
21184 \end_layout
21185
21186 \end_inset
21187 </cell>
21188 </row>
21189 <row>
21190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21191 \begin_inset Text
21192
21193 \begin_layout Plain Layout
21194
21195 \backslash
21196 hbar
21197 \end_layout
21198
21199 \end_inset
21200 </cell>
21201 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21202 \begin_inset Text
21203
21204 \begin_layout Plain Layout
21205 \begin_inset Formula $\hbar$
21206 \end_inset
21207
21208
21209 \end_layout
21210
21211 \end_inset
21212 </cell>
21213 </row>
21214 <row>
21215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21216 \begin_inset Text
21217
21218 \begin_layout Plain Layout
21219
21220 \backslash
21221 hslash
21222 \end_layout
21223
21224 \end_inset
21225 </cell>
21226 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21227 \begin_inset Text
21228
21229 \begin_layout Plain Layout
21230 \begin_inset Formula $\hslash$
21231 \end_inset
21232
21233
21234 \end_layout
21235
21236 \end_inset
21237 </cell>
21238 </row>
21239 <row>
21240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21241 \begin_inset Text
21242
21243 \begin_layout Plain Layout
21244
21245 \backslash
21246 clubsuit
21247 \end_layout
21248
21249 \end_inset
21250 </cell>
21251 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21252 \begin_inset Text
21253
21254 \begin_layout Plain Layout
21255 \begin_inset Formula $\clubsuit$
21256 \end_inset
21257
21258
21259 \end_layout
21260
21261 \end_inset
21262 </cell>
21263 </row>
21264 <row>
21265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21266 \begin_inset Text
21267
21268 \begin_layout Plain Layout
21269
21270 \backslash
21271 spadesuit
21272 \end_layout
21273
21274 \end_inset
21275 </cell>
21276 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21277 \begin_inset Text
21278
21279 \begin_layout Plain Layout
21280 \begin_inset Formula $\spadesuit$
21281 \end_inset
21282
21283
21284 \end_layout
21285
21286 \end_inset
21287 </cell>
21288 </row>
21289 <row>
21290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21291 \begin_inset Text
21292
21293 \begin_layout Plain Layout
21294
21295 \backslash
21296 bigstar
21297 \end_layout
21298
21299 \end_inset
21300 </cell>
21301 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21302 \begin_inset Text
21303
21304 \begin_layout Plain Layout
21305 \begin_inset Formula $\bigstar$
21306 \end_inset
21307
21308
21309 \end_layout
21310
21311 \end_inset
21312 </cell>
21313 </row>
21314 <row>
21315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21316 \begin_inset Text
21317
21318 \begin_layout Plain Layout
21319
21320 \backslash
21321 blacklozenge
21322 \end_layout
21323
21324 \end_inset
21325 </cell>
21326 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21327 \begin_inset Text
21328
21329 \begin_layout Plain Layout
21330 \begin_inset Formula $\blacklozenge$
21331 \end_inset
21332
21333
21334 \end_layout
21335
21336 \end_inset
21337 </cell>
21338 </row>
21339 <row>
21340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21341 \begin_inset Text
21342
21343 \begin_layout Plain Layout
21344
21345 \backslash
21346 blacktriangle
21347 \end_layout
21348
21349 \end_inset
21350 </cell>
21351 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21352 \begin_inset Text
21353
21354 \begin_layout Plain Layout
21355 \begin_inset Formula $\blacktriangle$
21356 \end_inset
21357
21358
21359 \end_layout
21360
21361 \end_inset
21362 </cell>
21363 </row>
21364 <row>
21365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21366 \begin_inset Text
21367
21368 \begin_layout Plain Layout
21369
21370 \backslash
21371 blacktiangledown
21372 \end_layout
21373
21374 \end_inset
21375 </cell>
21376 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21377 \begin_inset Text
21378
21379 \begin_layout Plain Layout
21380 \begin_inset Formula $\blacktriangledown$
21381 \end_inset
21382
21383
21384 \end_layout
21385
21386 \end_inset
21387 </cell>
21388 </row>
21389 <row>
21390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21391 \begin_inset Text
21392
21393 \begin_layout Plain Layout
21394
21395 \backslash
21396 bullet
21397 \end_layout
21398
21399 \end_inset
21400 </cell>
21401 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21402 \begin_inset Text
21403
21404 \begin_layout Plain Layout
21405 \begin_inset Formula $\bullet$
21406 \end_inset
21407
21408
21409 \end_layout
21410
21411 \end_inset
21412 </cell>
21413 </row>
21414 </lyxtabular>
21415
21416 \end_inset
21417
21418
21419 \begin_inset Tabular
21420 <lyxtabular version="3" rows="10" columns="2">
21421 <features rotate="0" tabularvalignment="middle">
21422 <column alignment="center" valignment="top" width="0pt">
21423 <column alignment="center" valignment="top" width="0pt">
21424 <row>
21425 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21426 \begin_inset Text
21427
21428 \begin_layout Plain Layout
21429
21430 \family roman
21431 \series medium
21432 \shape up
21433 \size normal
21434 \emph off
21435 \bar no
21436 \noun off
21437 \color none
21438 コマンド
21439 \end_layout
21440
21441 \end_inset
21442 </cell>
21443 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21444 \begin_inset Text
21445
21446 \begin_layout Plain Layout
21447
21448 \family roman
21449 \series medium
21450 \shape up
21451 \size normal
21452 \emph off
21453 \bar no
21454 \noun off
21455 \color none
21456 出力
21457 \end_layout
21458
21459 \end_inset
21460 </cell>
21461 </row>
21462 <row>
21463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21464 \begin_inset Text
21465
21466 \begin_layout Plain Layout
21467
21468 \backslash
21469 diamondsuit
21470 \end_layout
21471
21472 \end_inset
21473 </cell>
21474 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21475 \begin_inset Text
21476
21477 \begin_layout Plain Layout
21478 \begin_inset Formula $\diamondsuit$
21479 \end_inset
21480
21481
21482 \end_layout
21483
21484 \end_inset
21485 </cell>
21486 </row>
21487 <row>
21488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21489 \begin_inset Text
21490
21491 \begin_layout Plain Layout
21492
21493 \backslash
21494 Diamond
21495 \end_layout
21496
21497 \end_inset
21498 </cell>
21499 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21500 \begin_inset Text
21501
21502 \begin_layout Plain Layout
21503 \begin_inset Formula $\Diamond$
21504 \end_inset
21505
21506
21507 \end_layout
21508
21509 \end_inset
21510 </cell>
21511 </row>
21512 <row>
21513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21514 \begin_inset Text
21515
21516 \begin_layout Plain Layout
21517
21518 \backslash
21519 heartsuit
21520 \end_layout
21521
21522 \end_inset
21523 </cell>
21524 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21525 \begin_inset Text
21526
21527 \begin_layout Plain Layout
21528 \begin_inset Formula $\heartsuit$
21529 \end_inset
21530
21531
21532 \end_layout
21533
21534 \end_inset
21535 </cell>
21536 </row>
21537 <row>
21538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21539 \begin_inset Text
21540
21541 \begin_layout Plain Layout
21542
21543 \backslash
21544 P
21545 \end_layout
21546
21547 \end_inset
21548 </cell>
21549 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21550 \begin_inset Text
21551
21552 \begin_layout Plain Layout
21553 \begin_inset Formula $\P$
21554 \end_inset
21555
21556
21557 \end_layout
21558
21559 \end_inset
21560 </cell>
21561 </row>
21562 <row>
21563 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21564 \begin_inset Text
21565
21566 \begin_layout Plain Layout
21567
21568 \backslash
21569 copyright
21570 \end_layout
21571
21572 \end_inset
21573 </cell>
21574 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21575 \begin_inset Text
21576
21577 \begin_layout Plain Layout
21578 \begin_inset Formula $\copyright$
21579 \end_inset
21580
21581
21582 \end_layout
21583
21584 \end_inset
21585 </cell>
21586 </row>
21587 <row>
21588 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21589 \begin_inset Text
21590
21591 \begin_layout Plain Layout
21592
21593 \backslash
21594 circledR
21595 \end_layout
21596
21597 \end_inset
21598 </cell>
21599 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21600 \begin_inset Text
21601
21602 \begin_layout Plain Layout
21603 \begin_inset Formula $\circledR$
21604 \end_inset
21605
21606
21607 \end_layout
21608
21609 \end_inset
21610 </cell>
21611 </row>
21612 <row>
21613 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21614 \begin_inset Text
21615
21616 \begin_layout Plain Layout
21617
21618 \backslash
21619 maltese
21620 \end_layout
21621
21622 \end_inset
21623 </cell>
21624 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21625 \begin_inset Text
21626
21627 \begin_layout Plain Layout
21628 \begin_inset Formula $\maltese$
21629 \end_inset
21630
21631
21632 \end_layout
21633
21634 \end_inset
21635 </cell>
21636 </row>
21637 <row>
21638 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21639 \begin_inset Text
21640
21641 \begin_layout Plain Layout
21642
21643 \backslash
21644 diagup
21645 \end_layout
21646
21647 \end_inset
21648 </cell>
21649 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21650 \begin_inset Text
21651
21652 \begin_layout Plain Layout
21653 \begin_inset Formula $\diagup$
21654 \end_inset
21655
21656
21657 \end_layout
21658
21659 \end_inset
21660 </cell>
21661 </row>
21662 <row>
21663 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21664 \begin_inset Text
21665
21666 \begin_layout Plain Layout
21667
21668 \backslash
21669 diagdown
21670 \end_layout
21671
21672 \end_inset
21673 </cell>
21674 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21675 \begin_inset Text
21676
21677 \begin_layout Plain Layout
21678 \begin_inset Formula $\diagdown$
21679 \end_inset
21680
21681
21682 \end_layout
21683
21684 \end_inset
21685 </cell>
21686 </row>
21687 </lyxtabular>
21688
21689 \end_inset
21690
21691
21692 \end_layout
21693
21694 \begin_layout Standard
21695 \begin_inset VSpace medskip
21696 \end_inset
21697
21698 ここにある以上の記号が、第
21699 \begin_inset CommandInset ref
21700 LatexCommand ref
21701 reference "sub:他の特殊文字"
21702
21703 \end_inset
21704
21705 節に挙げてあります。
21706 \end_layout
21707
21708 \begin_layout Standard
21709 寸法を変えて表示することのできる記号もあります。第
21710 \begin_inset CommandInset ref
21711 LatexCommand ref
21712 reference "sub:書体寸法"
21713
21714 \end_inset
21715
21716 節をご参照下さい。
21717 \end_layout
21718
21719 \begin_layout Subsection
21720 ユーロ通貨記号
21721 \begin_inset Index idx
21722 status collapsed
21723
21724 \begin_layout Plain Layout
21725 きごう@記号 ! ゆーろつうかきごう@ユーロ通貨記号
21726 \end_layout
21727
21728 \end_inset
21729
21730
21731 \begin_inset Index idx
21732 status collapsed
21733
21734 \begin_layout Plain Layout
21735
21736 \backslash
21737 @
21738 \begin_inset ERT
21739 status collapsed
21740
21741 \begin_layout Plain Layout
21742
21743
21744 \backslash
21745 officialeuro
21746 \end_layout
21747
21748 \end_inset
21749
21750
21751 \end_layout
21752
21753 \end_inset
21754
21755
21756 \end_layout
21757
21758 \begin_layout Standard
21759 ユーロ通貨記号を数式で使用するには、LaTeXパッケージ
21760 \series bold
21761 eurosym
21762 \series default
21763
21764 \begin_inset Index idx
21765 status collapsed
21766
21767 \begin_layout Plain Layout
21768 ぱっけーじ@パッケージ ! eurosym
21769 \end_layout
21770
21771 \end_inset
21772
21773 が導入されていて、以下のようなLaTeXプリアンブル行によって読み込まれていなくてはなりません。
21774 \end_layout
21775
21776 \begin_layout Standard
21777
21778 \series bold
21779
21780 \backslash
21781 usepackage[gennarrow]{eurosym}
21782 \end_layout
21783
21784 \begin_layout Standard
21785 すると、ユーロ通貨記号を
21786 \series bold
21787
21788 \backslash
21789 euro
21790 \series default
21791
21792 \begin_inset Index idx
21793 status collapsed
21794
21795 \begin_layout Plain Layout
21796 こまんど@コマンド ! E ! 
21797 \backslash
21798 euro
21799 \end_layout
21800
21801 \end_inset
21802
21803 コマンドで挿入することができるようになります。
21804 \end_layout
21805
21806 \begin_layout Standard
21807 数式テキストには、
21808 \series bold
21809 eurosym
21810 \series default
21811 が導入されていなくても、ユーロ通貨記号を直接キーボードを使って(あれば)挿入することができます。
21812 \series bold
21813 eurosym
21814 \series default
21815 が導入されていれば、
21816 \series bold
21817
21818 \backslash
21819 euro
21820 \series default
21821 はTeXモードでも挿入することができます。また、正式な通貨記号を
21822 \series bold
21823
21824 \backslash
21825 officialeuro
21826 \series default
21827
21828 \begin_inset Index idx
21829 status collapsed
21830
21831 \begin_layout Plain Layout
21832 こまんど@コマンド ! O ! 
21833 \backslash
21834 officialeuro
21835 \end_layout
21836
21837 \end_inset
21838
21839 コマンド(これはTeXモードでのみ使用することができます)で挿入することができます。
21840 \end_layout
21841
21842 \begin_layout Standard
21843 \begin_inset ERT
21844 status collapsed
21845
21846 \begin_layout Plain Layout
21847
21848
21849 \backslash
21850 ifeurosym 
21851 \end_layout
21852
21853 \end_inset
21854
21855
21856 \begin_inset Note Note
21857 status open
21858
21859 \begin_layout Plain Layout
21860 以下の表は、LaTeXパッケージ
21861 \series bold
21862 eurosym
21863 \series default
21864 が導入済みのときのみ表示されます。
21865 \end_layout
21866
21867 \end_inset
21868
21869
21870 \end_layout
21871
21872 \begin_layout Standard
21873 以下は、各ユーロ通貨記号のまとめです。
21874 \end_layout
21875
21876 \begin_layout Standard
21877 \align center
21878 \begin_inset Tabular
21879 <lyxtabular version="3" rows="4" columns="3">
21880 <features rotate="0" tabularvalignment="middle">
21881 <column alignment="center" valignment="top" width="0pt">
21882 <column alignment="center" valignment="top" width="0pt">
21883 <column alignment="center" valignment="top" width="0pt">
21884 <row>
21885 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
21886 \begin_inset Text
21887
21888 \begin_layout Plain Layout
21889
21890 \end_layout
21891
21892 \end_inset
21893 </cell>
21894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21895 \begin_inset Text
21896
21897 \begin_layout Plain Layout
21898 コマンド
21899 \end_layout
21900
21901 \end_inset
21902 </cell>
21903 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21904 \begin_inset Text
21905
21906 \begin_layout Plain Layout
21907 出力
21908 \end_layout
21909
21910 \end_inset
21911 </cell>
21912 </row>
21913 <row>
21914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21915 \begin_inset Text
21916
21917 \begin_layout Plain Layout
21918 数式
21919 \end_layout
21920
21921 \end_inset
21922 </cell>
21923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21924 \begin_inset Text
21925
21926 \begin_layout Plain Layout
21927
21928 \backslash
21929 euro
21930 \end_layout
21931
21932 \end_inset
21933 </cell>
21934 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21935 \begin_inset Text
21936
21937 \begin_layout Plain Layout
21938 \begin_inset Formula $\euro$
21939 \end_inset
21940
21941
21942 \end_layout
21943
21944 \end_inset
21945 </cell>
21946 </row>
21947 <row>
21948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21949 \begin_inset Text
21950
21951 \begin_layout Plain Layout
21952 数式テキスト
21953 \end_layout
21954
21955 \end_inset
21956 </cell>
21957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21958 \begin_inset Text
21959
21960 \begin_layout Plain Layout
21961 (ユーロ記号)
21962 \end_layout
21963
21964 \end_inset
21965 </cell>
21966 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21967 \begin_inset Text
21968
21969 \begin_layout Plain Layout
21970 (ユーロ記号)
21971 \end_layout
21972
21973 \end_inset
21974 </cell>
21975 </row>
21976 <row>
21977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21978 \begin_inset Text
21979
21980 \begin_layout Plain Layout
21981 TeXモード
21982 \end_layout
21983
21984 \end_inset
21985 </cell>
21986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21987 \begin_inset Text
21988
21989 \begin_layout Plain Layout
21990
21991 \backslash
21992 officialeuro
21993 \end_layout
21994
21995 \end_inset
21996 </cell>
21997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21998 \begin_inset Text
21999
22000 \begin_layout Plain Layout
22001 \begin_inset ERT
22002 status collapsed
22003
22004 \begin_layout Plain Layout
22005
22006
22007 \backslash
22008 officialeuro
22009 \end_layout
22010
22011 \end_inset
22012
22013
22014 \end_layout
22015
22016 \end_inset
22017 </cell>
22018 </row>
22019 </lyxtabular>
22020
22021 \end_inset
22022
22023
22024 \end_layout
22025
22026 \begin_layout Standard
22027 \begin_inset ERT
22028 status collapsed
22029
22030 \begin_layout Plain Layout
22031
22032
22033 \backslash
22034 else 
22035 \end_layout
22036
22037 \end_inset
22038
22039
22040 \begin_inset Note Note
22041 status open
22042
22043 \begin_layout Plain Layout
22044 以下は、LaTeXパッケージ
22045 \series bold
22046 eurosym
22047 \series default
22048 が導入されていないときのみ表示されます。
22049 \end_layout
22050
22051 \end_inset
22052
22053
22054 \end_layout
22055
22056 \begin_layout Standard
22057 本節の残りを出力としてみるためには、LaTeXパッケージ
22058 \series bold
22059 eurosym
22060 \series default
22061 を導入する必要があります。
22062 \end_layout
22063
22064 \begin_layout Standard
22065 \begin_inset ERT
22066 status collapsed
22067
22068 \begin_layout Plain Layout
22069
22070
22071 \backslash
22072 fi 
22073 \end_layout
22074
22075 \end_inset
22076
22077
22078 \end_layout
22079
22080 \begin_layout Section
22081 関係子
22082 \begin_inset CommandInset label
22083 LatexCommand label
22084 name "sec:関係子"
22085
22086 \end_inset
22087
22088
22089 \begin_inset Index idx
22090 status collapsed
22091
22092 \begin_layout Plain Layout
22093 かんけいし@関係子
22094 \end_layout
22095
22096 \end_inset
22097
22098
22099 \begin_inset Index idx
22100 status collapsed
22101
22102 \begin_layout Plain Layout
22103 ひかくし@比較子|see
22104 \begin_inset ERT
22105 status collapsed
22106
22107 \begin_layout Plain Layout
22108
22109 {
22110 \end_layout
22111
22112 \end_inset
22113
22114 関係子
22115 \begin_inset ERT
22116 status collapsed
22117
22118 \begin_layout Plain Layout
22119
22120 }
22121 \end_layout
22122
22123 \end_inset
22124
22125
22126 \end_layout
22127
22128 \end_inset
22129
22130
22131 \end_layout
22132
22133 \begin_layout Standard
22134 関係子はすべて、ツールバーボタンの
22135 \begin_inset Graphics
22136         filename ../../images/math/leq.png
22137         scale 85
22138
22139 \end_inset
22140
22141 でも挿入することができます。
22142 \end_layout
22143
22144 \begin_layout Standard
22145 \begin_inset space \hfill{}
22146 \end_inset
22147
22148
22149 \begin_inset Tabular
22150 <lyxtabular version="3" rows="17" columns="2">
22151 <features rotate="0" tabularvalignment="middle">
22152 <column alignment="center" valignment="top" width="0pt">
22153 <column alignment="center" valignment="top" width="0pt">
22154 <row>
22155 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22156 \begin_inset Text
22157
22158 \begin_layout Plain Layout
22159 コマンド
22160 \end_layout
22161
22162 \end_inset
22163 </cell>
22164 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22165 \begin_inset Text
22166
22167 \begin_layout Plain Layout
22168 出力
22169 \end_layout
22170
22171 \end_inset
22172 </cell>
22173 </row>
22174 <row>
22175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22176 \begin_inset Text
22177
22178 \begin_layout Plain Layout
22179 \begin_inset Formula $<$
22180 \end_inset
22181
22182
22183 \end_layout
22184
22185 \end_inset
22186 </cell>
22187 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22188 \begin_inset Text
22189
22190 \begin_layout Plain Layout
22191 \begin_inset Formula $<$
22192 \end_inset
22193
22194
22195 \end_layout
22196
22197 \end_inset
22198 </cell>
22199 </row>
22200 <row>
22201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22202 \begin_inset Text
22203
22204 \begin_layout Plain Layout
22205
22206 \backslash
22207 le
22208 \end_layout
22209
22210 \end_inset
22211 </cell>
22212 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22213 \begin_inset Text
22214
22215 \begin_layout Plain Layout
22216 \begin_inset Formula $\le$
22217 \end_inset
22218
22219
22220 \end_layout
22221
22222 \end_inset
22223 </cell>
22224 </row>
22225 <row>
22226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22227 \begin_inset Text
22228
22229 \begin_layout Plain Layout
22230
22231 \backslash
22232 ll
22233 \end_layout
22234
22235 \end_inset
22236 </cell>
22237 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22238 \begin_inset Text
22239
22240 \begin_layout Plain Layout
22241 \begin_inset Formula $\ll$
22242 \end_inset
22243
22244
22245 \end_layout
22246
22247 \end_inset
22248 </cell>
22249 </row>
22250 <row>
22251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22252 \begin_inset Text
22253
22254 \begin_layout Plain Layout
22255
22256 \backslash
22257 prec
22258 \end_layout
22259
22260 \end_inset
22261 </cell>
22262 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22263 \begin_inset Text
22264
22265 \begin_layout Plain Layout
22266 \begin_inset Formula $\prec$
22267 \end_inset
22268
22269
22270 \end_layout
22271
22272 \end_inset
22273 </cell>
22274 </row>
22275 <row>
22276 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22277 \begin_inset Text
22278
22279 \begin_layout Plain Layout
22280
22281 \backslash
22282 preceq
22283 \end_layout
22284
22285 \end_inset
22286 </cell>
22287 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22288 \begin_inset Text
22289
22290 \begin_layout Plain Layout
22291 \begin_inset Formula $\preceq$
22292 \end_inset
22293
22294
22295 \end_layout
22296
22297 \end_inset
22298 </cell>
22299 </row>
22300 <row>
22301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22302 \begin_inset Text
22303
22304 \begin_layout Plain Layout
22305
22306 \backslash
22307 subset
22308 \end_layout
22309
22310 \end_inset
22311 </cell>
22312 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22313 \begin_inset Text
22314
22315 \begin_layout Plain Layout
22316 \begin_inset Formula $\subset$
22317 \end_inset
22318
22319
22320 \end_layout
22321
22322 \end_inset
22323 </cell>
22324 </row>
22325 <row>
22326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22327 \begin_inset Text
22328
22329 \begin_layout Plain Layout
22330
22331 \backslash
22332 subseteq
22333 \end_layout
22334
22335 \end_inset
22336 </cell>
22337 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22338 \begin_inset Text
22339
22340 \begin_layout Plain Layout
22341 \begin_inset Formula $\subseteq$
22342 \end_inset
22343
22344
22345 \end_layout
22346
22347 \end_inset
22348 </cell>
22349 </row>
22350 <row>
22351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22352 \begin_inset Text
22353
22354 \begin_layout Plain Layout
22355
22356 \backslash
22357 sqsubseteq
22358 \end_layout
22359
22360 \end_inset
22361 </cell>
22362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22363 \begin_inset Text
22364
22365 \begin_layout Plain Layout
22366 \begin_inset Formula $\sqsubseteq$
22367 \end_inset
22368
22369
22370 \end_layout
22371
22372 \end_inset
22373 </cell>
22374 </row>
22375 <row>
22376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22377 \begin_inset Text
22378
22379 \begin_layout Plain Layout
22380
22381 \backslash
22382 in
22383 \end_layout
22384
22385 \end_inset
22386 </cell>
22387 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22388 \begin_inset Text
22389
22390 \begin_layout Plain Layout
22391 \begin_inset Formula $\in$
22392 \end_inset
22393
22394
22395 \end_layout
22396
22397 \end_inset
22398 </cell>
22399 </row>
22400 <row>
22401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22402 \begin_inset Text
22403
22404 \begin_layout Plain Layout
22405
22406 \backslash
22407 vdash
22408 \end_layout
22409
22410 \end_inset
22411 </cell>
22412 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22413 \begin_inset Text
22414
22415 \begin_layout Plain Layout
22416 \begin_inset Formula $\vdash$
22417 \end_inset
22418
22419
22420 \end_layout
22421
22422 \end_inset
22423 </cell>
22424 </row>
22425 <row>
22426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22427 \begin_inset Text
22428
22429 \begin_layout Plain Layout
22430
22431 \backslash
22432 smile
22433 \end_layout
22434
22435 \end_inset
22436 </cell>
22437 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22438 \begin_inset Text
22439
22440 \begin_layout Plain Layout
22441 \begin_inset Formula $\smile$
22442 \end_inset
22443
22444
22445 \end_layout
22446
22447 \end_inset
22448 </cell>
22449 </row>
22450 <row>
22451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22452 \begin_inset Text
22453
22454 \begin_layout Plain Layout
22455
22456 \backslash
22457 lhd
22458 \end_layout
22459
22460 \end_inset
22461 </cell>
22462 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22463 \begin_inset Text
22464
22465 \begin_layout Plain Layout
22466 \begin_inset Formula $\lhd$
22467 \end_inset
22468
22469
22470 \end_layout
22471
22472 \end_inset
22473 </cell>
22474 </row>
22475 <row>
22476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22477 \begin_inset Text
22478
22479 \begin_layout Plain Layout
22480
22481 \backslash
22482 unlhd
22483 \end_layout
22484
22485 \end_inset
22486 </cell>
22487 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22488 \begin_inset Text
22489
22490 \begin_layout Plain Layout
22491 \begin_inset Formula $\unlhd$
22492 \end_inset
22493
22494
22495 \end_layout
22496
22497 \end_inset
22498 </cell>
22499 </row>
22500 <row>
22501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22502 \begin_inset Text
22503
22504 \begin_layout Plain Layout
22505
22506 \backslash
22507 gtrless
22508 \end_layout
22509
22510 \end_inset
22511 </cell>
22512 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22513 \begin_inset Text
22514
22515 \begin_layout Plain Layout
22516 \begin_inset Formula $\gtrless$
22517 \end_inset
22518
22519
22520 \end_layout
22521
22522 \end_inset
22523 </cell>
22524 </row>
22525 <row>
22526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22527 \begin_inset Text
22528
22529 \begin_layout Plain Layout
22530
22531 \backslash
22532 mid
22533 \end_layout
22534
22535 \end_inset
22536 </cell>
22537 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22538 \begin_inset Text
22539
22540 \begin_layout Plain Layout
22541 \begin_inset Formula $\mid$
22542 \end_inset
22543
22544
22545 \end_layout
22546
22547 \end_inset
22548 </cell>
22549 </row>
22550 <row>
22551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22552 \begin_inset Text
22553
22554 \begin_layout Plain Layout
22555
22556 \backslash
22557 nmid
22558 \end_layout
22559
22560 \end_inset
22561 </cell>
22562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22563 \begin_inset Text
22564
22565 \begin_layout Plain Layout
22566 \begin_inset Formula $\nmid$
22567 \end_inset
22568
22569
22570 \end_layout
22571
22572 \end_inset
22573 </cell>
22574 </row>
22575 </lyxtabular>
22576
22577 \end_inset
22578
22579
22580 \begin_inset space \hfill{}
22581 \end_inset
22582
22583
22584 \begin_inset Tabular
22585 <lyxtabular version="3" rows="17" columns="2">
22586 <features rotate="0" tabularvalignment="middle">
22587 <column alignment="center" valignment="top" width="0pt">
22588 <column alignment="center" valignment="top" width="0pt">
22589 <row>
22590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22591 \begin_inset Text
22592
22593 \begin_layout Plain Layout
22594 コマンド
22595 \end_layout
22596
22597 \end_inset
22598 </cell>
22599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22600 \begin_inset Text
22601
22602 \begin_layout Plain Layout
22603 出力
22604 \end_layout
22605
22606 \end_inset
22607 </cell>
22608 </row>
22609 <row>
22610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22611 \begin_inset Text
22612
22613 \begin_layout Plain Layout
22614 =
22615 \end_layout
22616
22617 \end_inset
22618 </cell>
22619 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22620 \begin_inset Text
22621
22622 \begin_layout Plain Layout
22623 \begin_inset Formula $=$
22624 \end_inset
22625
22626
22627 \end_layout
22628
22629 \end_inset
22630 </cell>
22631 </row>
22632 <row>
22633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22634 \begin_inset Text
22635
22636 \begin_layout Plain Layout
22637
22638 \backslash
22639 not=
22640 \end_layout
22641
22642 \end_inset
22643 </cell>
22644 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22645 \begin_inset Text
22646
22647 \begin_layout Plain Layout
22648 \begin_inset Formula $\not=$
22649 \end_inset
22650
22651
22652 \end_layout
22653
22654 \end_inset
22655 </cell>
22656 </row>
22657 <row>
22658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22659 \begin_inset Text
22660
22661 \begin_layout Plain Layout
22662
22663 \backslash
22664 equiv
22665 \end_layout
22666
22667 \end_inset
22668 </cell>
22669 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22670 \begin_inset Text
22671
22672 \begin_layout Plain Layout
22673 \begin_inset Formula $\equiv$
22674 \end_inset
22675
22676
22677 \end_layout
22678
22679 \end_inset
22680 </cell>
22681 </row>
22682 <row>
22683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22684 \begin_inset Text
22685
22686 \begin_layout Plain Layout
22687
22688 \backslash
22689 sim
22690 \end_layout
22691
22692 \end_inset
22693 </cell>
22694 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22695 \begin_inset Text
22696
22697 \begin_layout Plain Layout
22698 \begin_inset Formula $\sim$
22699 \end_inset
22700
22701
22702 \end_layout
22703
22704 \end_inset
22705 </cell>
22706 </row>
22707 <row>
22708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22709 \begin_inset Text
22710
22711 \begin_layout Plain Layout
22712
22713 \backslash
22714 simeq
22715 \end_layout
22716
22717 \end_inset
22718 </cell>
22719 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22720 \begin_inset Text
22721
22722 \begin_layout Plain Layout
22723 \begin_inset Formula $\simeq$
22724 \end_inset
22725
22726
22727 \end_layout
22728
22729 \end_inset
22730 </cell>
22731 </row>
22732 <row>
22733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22734 \begin_inset Text
22735
22736 \begin_layout Plain Layout
22737
22738 \backslash
22739 approx
22740 \end_layout
22741
22742 \end_inset
22743 </cell>
22744 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22745 \begin_inset Text
22746
22747 \begin_layout Plain Layout
22748 \begin_inset Formula $\approx$
22749 \end_inset
22750
22751
22752 \end_layout
22753
22754 \end_inset
22755 </cell>
22756 </row>
22757 <row>
22758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22759 \begin_inset Text
22760
22761 \begin_layout Plain Layout
22762
22763 \backslash
22764 cong
22765 \end_layout
22766
22767 \end_inset
22768 </cell>
22769 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22770 \begin_inset Text
22771
22772 \begin_layout Plain Layout
22773 \begin_inset Formula $\cong$
22774 \end_inset
22775
22776
22777 \end_layout
22778
22779 \end_inset
22780 </cell>
22781 </row>
22782 <row>
22783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22784 \begin_inset Text
22785
22786 \begin_layout Plain Layout
22787
22788 \backslash
22789 bowtie
22790 \end_layout
22791
22792 \end_inset
22793 </cell>
22794 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22795 \begin_inset Text
22796
22797 \begin_layout Plain Layout
22798 \begin_inset Formula $\bowtie$
22799 \end_inset
22800
22801
22802 \end_layout
22803
22804 \end_inset
22805 </cell>
22806 </row>
22807 <row>
22808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22809 \begin_inset Text
22810
22811 \begin_layout Plain Layout
22812
22813 \backslash
22814 notin
22815 \end_layout
22816
22817 \end_inset
22818 </cell>
22819 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22820 \begin_inset Text
22821
22822 \begin_layout Plain Layout
22823 \begin_inset Formula $\notin$
22824 \end_inset
22825
22826
22827 \end_layout
22828
22829 \end_inset
22830 </cell>
22831 </row>
22832 <row>
22833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22834 \begin_inset Text
22835
22836 \begin_layout Plain Layout
22837
22838 \backslash
22839 perp
22840 \end_layout
22841
22842 \end_inset
22843 </cell>
22844 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22845 \begin_inset Text
22846
22847 \begin_layout Plain Layout
22848 \begin_inset Formula $\perp$
22849 \end_inset
22850
22851
22852 \end_layout
22853
22854 \end_inset
22855 </cell>
22856 </row>
22857 <row>
22858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22859 \begin_inset Text
22860
22861 \begin_layout Plain Layout
22862
22863 \backslash
22864 propto
22865 \end_layout
22866
22867 \end_inset
22868 </cell>
22869 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22870 \begin_inset Text
22871
22872 \begin_layout Plain Layout
22873 \begin_inset Formula $\propto$
22874 \end_inset
22875
22876
22877 \end_layout
22878
22879 \end_inset
22880 </cell>
22881 </row>
22882 <row>
22883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22884 \begin_inset Text
22885
22886 \begin_layout Plain Layout
22887
22888 \backslash
22889 asymp
22890 \end_layout
22891
22892 \end_inset
22893 </cell>
22894 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22895 \begin_inset Text
22896
22897 \begin_layout Plain Layout
22898 \begin_inset Formula $\asymp$
22899 \end_inset
22900
22901
22902 \end_layout
22903
22904 \end_inset
22905 </cell>
22906 </row>
22907 <row>
22908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22909 \begin_inset Text
22910
22911 \begin_layout Plain Layout
22912
22913 \backslash
22914 doteq
22915 \end_layout
22916
22917 \end_inset
22918 </cell>
22919 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22920 \begin_inset Text
22921
22922 \begin_layout Plain Layout
22923 \begin_inset Formula $\doteq$
22924 \end_inset
22925
22926
22927 \end_layout
22928
22929 \end_inset
22930 </cell>
22931 </row>
22932 <row>
22933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22934 \begin_inset Text
22935
22936 \begin_layout Plain Layout
22937
22938 \backslash
22939 circeq
22940 \end_layout
22941
22942 \end_inset
22943 </cell>
22944 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22945 \begin_inset Text
22946
22947 \begin_layout Plain Layout
22948 \begin_inset Formula $\circeq$
22949 \end_inset
22950
22951
22952 \end_layout
22953
22954 \end_inset
22955 </cell>
22956 </row>
22957 <row>
22958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22959 \begin_inset Text
22960
22961 \begin_layout Plain Layout
22962
22963 \backslash
22964 models
22965 \end_layout
22966
22967 \end_inset
22968 </cell>
22969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22970 \begin_inset Text
22971
22972 \begin_layout Plain Layout
22973 \begin_inset Formula $\models$
22974 \end_inset
22975
22976
22977 \end_layout
22978
22979 \end_inset
22980 </cell>
22981 </row>
22982 <row>
22983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22984 \begin_inset Text
22985
22986 \begin_layout Plain Layout
22987
22988 \backslash
22989 widehat=
22990 \end_layout
22991
22992 \end_inset
22993 </cell>
22994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22995 \begin_inset Text
22996
22997 \begin_layout Plain Layout
22998 \begin_inset Formula $\widehat{=}$
22999 \end_inset
23000
23001
23002 \end_layout
23003
23004 \end_inset
23005 </cell>
23006 </row>
23007 </lyxtabular>
23008
23009 \end_inset
23010
23011
23012 \begin_inset space \hfill{}
23013 \end_inset
23014
23015
23016 \begin_inset Tabular
23017 <lyxtabular version="3" rows="17" columns="2">
23018 <features rotate="0" tabularvalignment="middle">
23019 <column alignment="center" valignment="top" width="0pt">
23020 <column alignment="center" valignment="top" width="0pt">
23021 <row>
23022 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23023 \begin_inset Text
23024
23025 \begin_layout Plain Layout
23026
23027 \family roman
23028 \series medium
23029 \shape up
23030 \size normal
23031 \emph off
23032 \bar no
23033 \noun off
23034 \color none
23035 コマンド
23036 \end_layout
23037
23038 \end_inset
23039 </cell>
23040 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23041 \begin_inset Text
23042
23043 \begin_layout Plain Layout
23044
23045 \family roman
23046 \series medium
23047 \shape up
23048 \size normal
23049 \emph off
23050 \bar no
23051 \noun off
23052 \color none
23053 出力
23054 \end_layout
23055
23056 \end_inset
23057 </cell>
23058 </row>
23059 <row>
23060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23061 \begin_inset Text
23062
23063 \begin_layout Plain Layout
23064 \begin_inset Formula $>$
23065 \end_inset
23066
23067
23068 \end_layout
23069
23070 \end_inset
23071 </cell>
23072 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23073 \begin_inset Text
23074
23075 \begin_layout Plain Layout
23076 \begin_inset Formula $>$
23077 \end_inset
23078
23079
23080 \end_layout
23081
23082 \end_inset
23083 </cell>
23084 </row>
23085 <row>
23086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23087 \begin_inset Text
23088
23089 \begin_layout Plain Layout
23090
23091 \backslash
23092 ge
23093 \end_layout
23094
23095 \end_inset
23096 </cell>
23097 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23098 \begin_inset Text
23099
23100 \begin_layout Plain Layout
23101 \begin_inset Formula $\ge$
23102 \end_inset
23103
23104
23105 \end_layout
23106
23107 \end_inset
23108 </cell>
23109 </row>
23110 <row>
23111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23112 \begin_inset Text
23113
23114 \begin_layout Plain Layout
23115
23116 \backslash
23117 gg
23118 \end_layout
23119
23120 \end_inset
23121 </cell>
23122 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23123 \begin_inset Text
23124
23125 \begin_layout Plain Layout
23126 \begin_inset Formula $\gg$
23127 \end_inset
23128
23129
23130 \end_layout
23131
23132 \end_inset
23133 </cell>
23134 </row>
23135 <row>
23136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23137 \begin_inset Text
23138
23139 \begin_layout Plain Layout
23140
23141 \backslash
23142 succ
23143 \end_layout
23144
23145 \end_inset
23146 </cell>
23147 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23148 \begin_inset Text
23149
23150 \begin_layout Plain Layout
23151 \begin_inset Formula $\succ$
23152 \end_inset
23153
23154
23155 \end_layout
23156
23157 \end_inset
23158 </cell>
23159 </row>
23160 <row>
23161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23162 \begin_inset Text
23163
23164 \begin_layout Plain Layout
23165
23166 \backslash
23167 succeq
23168 \end_layout
23169
23170 \end_inset
23171 </cell>
23172 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23173 \begin_inset Text
23174
23175 \begin_layout Plain Layout
23176 \begin_inset Formula $\succeq$
23177 \end_inset
23178
23179
23180 \end_layout
23181
23182 \end_inset
23183 </cell>
23184 </row>
23185 <row>
23186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23187 \begin_inset Text
23188
23189 \begin_layout Plain Layout
23190
23191 \backslash
23192 supset
23193 \end_layout
23194
23195 \end_inset
23196 </cell>
23197 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23198 \begin_inset Text
23199
23200 \begin_layout Plain Layout
23201 \begin_inset Formula $\supset$
23202 \end_inset
23203
23204
23205 \end_layout
23206
23207 \end_inset
23208 </cell>
23209 </row>
23210 <row>
23211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23212 \begin_inset Text
23213
23214 \begin_layout Plain Layout
23215
23216 \backslash
23217 supseteq
23218 \end_layout
23219
23220 \end_inset
23221 </cell>
23222 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23223 \begin_inset Text
23224
23225 \begin_layout Plain Layout
23226 \begin_inset Formula $\supseteq$
23227 \end_inset
23228
23229
23230 \end_layout
23231
23232 \end_inset
23233 </cell>
23234 </row>
23235 <row>
23236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23237 \begin_inset Text
23238
23239 \begin_layout Plain Layout
23240
23241 \backslash
23242 sqsupseteq
23243 \end_layout
23244
23245 \end_inset
23246 </cell>
23247 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23248 \begin_inset Text
23249
23250 \begin_layout Plain Layout
23251 \begin_inset Formula $\sqsupseteq$
23252 \end_inset
23253
23254
23255 \end_layout
23256
23257 \end_inset
23258 </cell>
23259 </row>
23260 <row>
23261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23262 \begin_inset Text
23263
23264 \begin_layout Plain Layout
23265
23266 \backslash
23267 ni
23268 \end_layout
23269
23270 \end_inset
23271 </cell>
23272 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23273 \begin_inset Text
23274
23275 \begin_layout Plain Layout
23276 \begin_inset Formula $\ni$
23277 \end_inset
23278
23279
23280 \end_layout
23281
23282 \end_inset
23283 </cell>
23284 </row>
23285 <row>
23286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23287 \begin_inset Text
23288
23289 \begin_layout Plain Layout
23290
23291 \backslash
23292 dashv
23293 \end_layout
23294
23295 \end_inset
23296 </cell>
23297 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23298 \begin_inset Text
23299
23300 \begin_layout Plain Layout
23301 \begin_inset Formula $\dashv$
23302 \end_inset
23303
23304
23305 \end_layout
23306
23307 \end_inset
23308 </cell>
23309 </row>
23310 <row>
23311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23312 \begin_inset Text
23313
23314 \begin_layout Plain Layout
23315
23316 \backslash
23317 frown
23318 \end_layout
23319
23320 \end_inset
23321 </cell>
23322 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23323 \begin_inset Text
23324
23325 \begin_layout Plain Layout
23326 \begin_inset Formula $\frown$
23327 \end_inset
23328
23329
23330 \end_layout
23331
23332 \end_inset
23333 </cell>
23334 </row>
23335 <row>
23336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23337 \begin_inset Text
23338
23339 \begin_layout Plain Layout
23340
23341 \backslash
23342 rhd
23343 \end_layout
23344
23345 \end_inset
23346 </cell>
23347 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23348 \begin_inset Text
23349
23350 \begin_layout Plain Layout
23351 \begin_inset Formula $\rhd$
23352 \end_inset
23353
23354
23355 \end_layout
23356
23357 \end_inset
23358 </cell>
23359 </row>
23360 <row>
23361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23362 \begin_inset Text
23363
23364 \begin_layout Plain Layout
23365
23366 \backslash
23367 unrhd
23368 \end_layout
23369
23370 \end_inset
23371 </cell>
23372 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23373 \begin_inset Text
23374
23375 \begin_layout Plain Layout
23376 \begin_inset Formula $\unrhd$
23377 \end_inset
23378
23379
23380 \end_layout
23381
23382 \end_inset
23383 </cell>
23384 </row>
23385 <row>
23386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23387 \begin_inset Text
23388
23389 \begin_layout Plain Layout
23390
23391 \backslash
23392 lessgtr
23393 \end_layout
23394
23395 \end_inset
23396 </cell>
23397 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23398 \begin_inset Text
23399
23400 \begin_layout Plain Layout
23401 \begin_inset Formula $\lessgtr$
23402 \end_inset
23403
23404
23405 \end_layout
23406
23407 \end_inset
23408 </cell>
23409 </row>
23410 <row>
23411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23412 \begin_inset Text
23413
23414 \begin_layout Plain Layout
23415
23416 \backslash
23417 parallel
23418 \end_layout
23419
23420 \end_inset
23421 </cell>
23422 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23423 \begin_inset Text
23424
23425 \begin_layout Plain Layout
23426 \begin_inset Formula $\parallel$
23427 \end_inset
23428
23429
23430 \end_layout
23431
23432 \end_inset
23433 </cell>
23434 </row>
23435 <row>
23436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23437 \begin_inset Text
23438
23439 \begin_layout Plain Layout
23440
23441 \backslash
23442 nparallel
23443 \end_layout
23444
23445 \end_inset
23446 </cell>
23447 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23448 \begin_inset Text
23449
23450 \begin_layout Plain Layout
23451 \begin_inset Formula $\nparallel$
23452 \end_inset
23453
23454
23455 \end_layout
23456
23457 \end_inset
23458 </cell>
23459 </row>
23460 </lyxtabular>
23461
23462 \end_inset
23463
23464
23465 \begin_inset space \hfill{}
23466 \end_inset
23467
23468
23469 \end_layout
23470
23471 \begin_layout Standard
23472 \begin_inset VSpace medskip
23473 \end_inset
23474
23475
23476 \series bold
23477
23478 \backslash
23479 lhd
23480 \series default
23481
23482 \series bold
23483
23484 \backslash
23485 rhd
23486 \series default
23487 の文字は、同じように見える演算子
23488 \series bold
23489
23490 \backslash
23491 triangleleft
23492 \series default
23493 および
23494 \series bold
23495
23496 \backslash
23497 triangleright
23498 \series default
23499 よりも大きくなっています。
23500 \end_layout
23501
23502 \begin_layout Standard
23503 関係子は、記号とは違って、つねに前後に余白が置かれます。
23504 \end_layout
23505
23506 \begin_layout Standard
23507
23508 \series bold
23509
23510 \backslash
23511 stackrel
23512 \series default
23513
23514 \begin_inset Index idx
23515 status collapsed
23516
23517 \begin_layout Plain Layout
23518 こまんど@コマンド ! S ! 
23519 \backslash
23520 stackrel
23521 \end_layout
23522
23523 \end_inset
23524
23525 コマンドを使うと、以下のように、ラベル付きの関係子を作ることができます。
23526 \end_layout
23527
23528 \begin_layout Standard
23529 \align center
23530 \begin_inset Tabular
23531 <lyxtabular version="3" rows="2" columns="2">
23532 <features rotate="0" tabularvalignment="middle">
23533 <column alignment="center" valignment="top">
23534 <column alignment="center" valignment="top">
23535 <row>
23536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23537 \begin_inset Text
23538
23539 \begin_layout Plain Layout
23540 コマンド
23541 \end_layout
23542
23543 \end_inset
23544 </cell>
23545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23546 \begin_inset Text
23547
23548 \begin_layout Plain Layout
23549 出力
23550 \begin_inset Note Note
23551 status collapsed
23552
23553 \begin_layout Plain Layout
23554 ここで
23555 \series bold
23556
23557 \backslash
23558 raisebox
23559 \series default
23560 はスペーサーとして使用しているだけです。
23561 \end_layout
23562
23563 \end_inset
23564
23565
23566 \end_layout
23567
23568 \end_inset
23569 </cell>
23570 </row>
23571 <row>
23572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23573 \begin_inset Text
23574
23575 \begin_layout Plain Layout
23576 A(r)
23577 \backslash
23578 stackrel
23579 \begin_inset space \textvisiblespace{}
23580 \end_inset
23581
23582 r
23583 \backslash
23584 to
23585 \backslash
23586 infty
23587 \begin_inset space \textvisiblespace{}
23588 \end_inset
23589
23590
23591 \begin_inset Formula $\downarrow$
23592 \end_inset
23593
23594
23595 \backslash
23596 approx
23597 \begin_inset space \textvisiblespace{}
23598 \end_inset
23599
23600
23601 \begin_inset space \textvisiblespace{}
23602 \end_inset
23603
23604 B
23605 \end_layout
23606
23607 \end_inset
23608 </cell>
23609 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23610 \begin_inset Text
23611
23612 \begin_layout Plain Layout
23613 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
23614 \end_inset
23615
23616
23617 \end_layout
23618
23619 \end_inset
23620 </cell>
23621 </row>
23622 </lyxtabular>
23623
23624 \end_inset
23625
23626
23627 \end_layout
23628
23629 \begin_layout Section
23630 関数
23631 \end_layout
23632
23633 \begin_layout Subsection
23634 定義済み関数
23635 \begin_inset CommandInset label
23636 LatexCommand label
23637 name "sub:定義済み函数"
23638
23639 \end_inset
23640
23641
23642 \begin_inset Index idx
23643 status collapsed
23644
23645 \begin_layout Plain Layout
23646 かんすう@関数 ! ていぎずみ@定義済み
23647 \end_layout
23648
23649 \end_inset
23650
23651
23652 \end_layout
23653
23654 \begin_layout Standard
23655 一般的に、数式表現では変数は
23656 \shape italic
23657 イタリック体
23658 \shape default
23659 に設定されますが、関数名はイタリック体にしません。なぜなら、
23660 \begin_inset Formula $sin$
23661 \end_inset
23662
23663
23664 \begin_inset Formula $s\cdot i\cdot n$
23665 \end_inset
23666
23667 であるかのように誤解させる恐れがあるためです。そのために、定義済み関数が存在し、これらは先行する要素よりも少し離れて配置されます。定義済み関数は、関数名の前にバ
23668 ックスラッシュを加えたコマンドとして挿入します。
23669 \end_layout
23670
23671 \begin_layout Standard
23672 \align center
23673 \begin_inset Tabular
23674 <lyxtabular version="3" rows="2" columns="4">
23675 <features rotate="0" tabularvalignment="middle">
23676 <column alignment="center" valignment="top" width="0pt">
23677 <column alignment="center" valignment="top" width="0pt">
23678 <column alignment="center" valignment="top" width="0pt">
23679 <column alignment="center" valignment="top" width="0pt">
23680 <row>
23681 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23682 \begin_inset Text
23683
23684 \begin_layout Plain Layout
23685 コマンド
23686 \end_layout
23687
23688 \end_inset
23689 </cell>
23690 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23691 \begin_inset Text
23692
23693 \begin_layout Plain Layout
23694 出力
23695 \end_layout
23696
23697 \end_inset
23698 </cell>
23699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23700 \begin_inset Text
23701
23702 \begin_layout Plain Layout
23703 コマンド
23704 \end_layout
23705
23706 \end_inset
23707 </cell>
23708 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23709 \begin_inset Text
23710
23711 \begin_layout Plain Layout
23712 出力
23713 \end_layout
23714
23715 \end_inset
23716 </cell>
23717 </row>
23718 <row>
23719 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23720 \begin_inset Text
23721
23722 \begin_layout Plain Layout
23723 Asin(x)+B
23724 \end_layout
23725
23726 \end_inset
23727 </cell>
23728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23729 \begin_inset Text
23730
23731 \begin_layout Plain Layout
23732 \begin_inset Formula $Asin(x)+B$
23733 \end_inset
23734
23735
23736 \end_layout
23737
23738 \end_inset
23739 </cell>
23740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23741 \begin_inset Text
23742
23743 \begin_layout Plain Layout
23744 A
23745 \backslash
23746 sin(x)+B
23747 \end_layout
23748
23749 \end_inset
23750 </cell>
23751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23752 \begin_inset Text
23753
23754 \begin_layout Plain Layout
23755 \begin_inset Formula $A\sin(x)+B$
23756 \end_inset
23757
23758
23759 \end_layout
23760
23761 \end_inset
23762 </cell>
23763 </row>
23764 </lyxtabular>
23765
23766 \end_inset
23767
23768
23769 \end_layout
23770
23771 \begin_layout Standard
23772 以下の関数が定義済みです。
23773 \end_layout
23774
23775 \begin_layout Standard
23776 \begin_inset VSpace -2mm
23777 \end_inset
23778
23779
23780 \end_layout
23781
23782 \begin_layout Standard
23783 \align center
23784 \begin_inset Tabular
23785 <lyxtabular version="3" rows="9" columns="4">
23786 <features rotate="0" tabularvalignment="middle">
23787 <column alignment="center" valignment="top" width="0pt">
23788 <column alignment="center" valignment="top" width="0pt">
23789 <column alignment="center" valignment="top" width="0pt">
23790 <column alignment="center" valignment="top" width="0pt">
23791 <row>
23792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23793 \begin_inset Text
23794
23795 \begin_layout Plain Layout
23796 コマンド
23797 \end_layout
23798
23799 \end_inset
23800 </cell>
23801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23802 \begin_inset Text
23803
23804 \begin_layout Plain Layout
23805 コマンド
23806 \end_layout
23807
23808 \end_inset
23809 </cell>
23810 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23811 \begin_inset Text
23812
23813 \begin_layout Plain Layout
23814 コマンド
23815 \end_layout
23816
23817 \end_inset
23818 </cell>
23819 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23820 \begin_inset Text
23821
23822 \begin_layout Plain Layout
23823 コマンド
23824 \end_layout
23825
23826 \end_inset
23827 </cell>
23828 </row>
23829 <row>
23830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23831 \begin_inset Text
23832
23833 \begin_layout Plain Layout
23834
23835 \backslash
23836 sin
23837 \end_layout
23838
23839 \end_inset
23840 </cell>
23841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23842 \begin_inset Text
23843
23844 \begin_layout Plain Layout
23845
23846 \backslash
23847 sinh
23848 \end_layout
23849
23850 \end_inset
23851 </cell>
23852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23853 \begin_inset Text
23854
23855 \begin_layout Plain Layout
23856
23857 \backslash
23858 arcsin
23859 \end_layout
23860
23861 \end_inset
23862 </cell>
23863 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23864 \begin_inset Text
23865
23866 \begin_layout Plain Layout
23867
23868 \backslash
23869 sup
23870 \end_layout
23871
23872 \end_inset
23873 </cell>
23874 </row>
23875 <row>
23876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23877 \begin_inset Text
23878
23879 \begin_layout Plain Layout
23880
23881 \backslash
23882 cos
23883 \end_layout
23884
23885 \end_inset
23886 </cell>
23887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23888 \begin_inset Text
23889
23890 \begin_layout Plain Layout
23891
23892 \backslash
23893 cosh
23894 \end_layout
23895
23896 \end_inset
23897 </cell>
23898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23899 \begin_inset Text
23900
23901 \begin_layout Plain Layout
23902
23903 \backslash
23904 arccos
23905 \end_layout
23906
23907 \end_inset
23908 </cell>
23909 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23910 \begin_inset Text
23911
23912 \begin_layout Plain Layout
23913
23914 \backslash
23915 inf
23916 \end_layout
23917
23918 \end_inset
23919 </cell>
23920 </row>
23921 <row>
23922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23923 \begin_inset Text
23924
23925 \begin_layout Plain Layout
23926
23927 \backslash
23928 tan
23929 \end_layout
23930
23931 \end_inset
23932 </cell>
23933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23934 \begin_inset Text
23935
23936 \begin_layout Plain Layout
23937
23938 \backslash
23939 tanh
23940 \end_layout
23941
23942 \end_inset
23943 </cell>
23944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23945 \begin_inset Text
23946
23947 \begin_layout Plain Layout
23948
23949 \backslash
23950 arctan
23951 \end_layout
23952
23953 \end_inset
23954 </cell>
23955 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23956 \begin_inset Text
23957
23958 \begin_layout Plain Layout
23959
23960 \backslash
23961 lim
23962 \end_layout
23963
23964 \end_inset
23965 </cell>
23966 </row>
23967 <row>
23968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23969 \begin_inset Text
23970
23971 \begin_layout Plain Layout
23972
23973 \backslash
23974 cot
23975 \end_layout
23976
23977 \end_inset
23978 </cell>
23979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23980 \begin_inset Text
23981
23982 \begin_layout Plain Layout
23983
23984 \backslash
23985 coth
23986 \end_layout
23987
23988 \end_inset
23989 </cell>
23990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23991 \begin_inset Text
23992
23993 \begin_layout Plain Layout
23994
23995 \backslash
23996 arg
23997 \end_layout
23998
23999 \end_inset
24000 </cell>
24001 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24002 \begin_inset Text
24003
24004 \begin_layout Plain Layout
24005
24006 \backslash
24007 liminf
24008 \end_layout
24009
24010 \end_inset
24011 </cell>
24012 </row>
24013 <row>
24014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24015 \begin_inset Text
24016
24017 \begin_layout Plain Layout
24018
24019 \backslash
24020 sec
24021 \end_layout
24022
24023 \end_inset
24024 </cell>
24025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24026 \begin_inset Text
24027
24028 \begin_layout Plain Layout
24029
24030 \backslash
24031 min
24032 \end_layout
24033
24034 \end_inset
24035 </cell>
24036 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24037 \begin_inset Text
24038
24039 \begin_layout Plain Layout
24040
24041 \backslash
24042 deg
24043 \end_layout
24044
24045 \end_inset
24046 </cell>
24047 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24048 \begin_inset Text
24049
24050 \begin_layout Plain Layout
24051
24052 \backslash
24053 limsup
24054 \end_layout
24055
24056 \end_inset
24057 </cell>
24058 </row>
24059 <row>
24060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24061 \begin_inset Text
24062
24063 \begin_layout Plain Layout
24064
24065 \backslash
24066 csc
24067 \end_layout
24068
24069 \end_inset
24070 </cell>
24071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24072 \begin_inset Text
24073
24074 \begin_layout Plain Layout
24075
24076 \backslash
24077 max
24078 \end_layout
24079
24080 \end_inset
24081 </cell>
24082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24083 \begin_inset Text
24084
24085 \begin_layout Plain Layout
24086
24087 \backslash
24088 det
24089 \end_layout
24090
24091 \end_inset
24092 </cell>
24093 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24094 \begin_inset Text
24095
24096 \begin_layout Plain Layout
24097
24098 \backslash
24099 Pr
24100 \end_layout
24101
24102 \end_inset
24103 </cell>
24104 </row>
24105 <row>
24106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24107 \begin_inset Text
24108
24109 \begin_layout Plain Layout
24110
24111 \backslash
24112 ln
24113 \end_layout
24114
24115 \end_inset
24116 </cell>
24117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24118 \begin_inset Text
24119
24120 \begin_layout Plain Layout
24121
24122 \backslash
24123 exp
24124 \end_layout
24125
24126 \end_inset
24127 </cell>
24128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24129 \begin_inset Text
24130
24131 \begin_layout Plain Layout
24132
24133 \backslash
24134 dim
24135 \end_layout
24136
24137 \end_inset
24138 </cell>
24139 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24140 \begin_inset Text
24141
24142 \begin_layout Plain Layout
24143
24144 \backslash
24145 hom
24146 \end_layout
24147
24148 \end_inset
24149 </cell>
24150 </row>
24151 <row>
24152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24153 \begin_inset Text
24154
24155 \begin_layout Plain Layout
24156
24157 \backslash
24158 lg
24159 \end_layout
24160
24161 \end_inset
24162 </cell>
24163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24164 \begin_inset Text
24165
24166 \begin_layout Plain Layout
24167
24168 \backslash
24169 log
24170 \end_layout
24171
24172 \end_inset
24173 </cell>
24174 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24175 \begin_inset Text
24176
24177 \begin_layout Plain Layout
24178
24179 \backslash
24180 ker
24181 \end_layout
24182
24183 \end_inset
24184 </cell>
24185 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24186 \begin_inset Text
24187
24188 \begin_layout Plain Layout
24189
24190 \backslash
24191 gcd
24192 \end_layout
24193
24194 \end_inset
24195 </cell>
24196 </row>
24197 </lyxtabular>
24198
24199 \end_inset
24200
24201
24202 \end_layout
24203
24204 \begin_layout Standard
24205 上記は、数式ツールバーボタンの
24206 \begin_inset Graphics
24207         filename ../../images/math/functions.png
24208         scale 85
24209
24210 \end_inset
24211
24212 でも挿入することができます。
24213 \end_layout
24214
24215 \begin_layout Subsection
24216 自己定義関数
24217 \begin_inset Index idx
24218 status collapsed
24219
24220 \begin_layout Plain Layout
24221 かんすう@関数 ! じこていぎ@自己定義
24222 \end_layout
24223
24224 \end_inset
24225
24226
24227 \end_layout
24228
24229 \begin_layout Standard
24230 たとえば符号関数sgn(x)のように、定義済みでない関数を使うには、二つの方法があります。
24231 \end_layout
24232
24233 \begin_layout Itemize
24234 以下の行をLaTeXプリアンブルに加えることによって関数を定義します。
24235 \begin_inset Foot
24236 status collapsed
24237
24238 \begin_layout Plain Layout
24239
24240 \series bold
24241
24242 \backslash
24243 DeclareMathOperator
24244 \series default
24245 についての詳細は、第
24246 \begin_inset CommandInset ref
24247 LatexCommand ref
24248 reference "sub:自己定義演算子"
24249
24250 \end_inset
24251
24252 節をご参照下さい。
24253 \end_layout
24254
24255 \end_inset
24256
24257
24258 \begin_inset Newline newline
24259 \end_inset
24260
24261
24262 \begin_inset VSpace -3mm
24263 \end_inset
24264
24265
24266 \begin_inset Newline newline
24267 \end_inset
24268
24269
24270 \series bold
24271
24272 \backslash
24273 DeclareMathOperator{
24274 \backslash
24275 sgn}{sgn}
24276 \series default
24277
24278 \begin_inset Index idx
24279 status collapsed
24280
24281 \begin_layout Plain Layout
24282 こまんど@コマンド ! D ! 
24283 \backslash
24284 dbinom@
24285 \backslash
24286 DeclareMathOperator
24287 \end_layout
24288
24289 \end_inset
24290
24291
24292 \begin_inset Newline newline
24293 \end_inset
24294
24295
24296 \begin_inset VSpace -2mm
24297 \end_inset
24298
24299
24300 \begin_inset Newline newline
24301 \end_inset
24302
24303 これによって、新しく定義された関数を
24304 \series bold
24305
24306 \backslash
24307 sgn
24308 \series default
24309 コマンドで呼び出すことができるようになります。
24310 \end_layout
24311
24312 \begin_layout Itemize
24313 数式を普通に書き下し、関数名を選択して(上記の例では
24314 \emph on
24315 sgn
24316 \emph default
24317 の文字)、それを数式テキストに変更します。最後に、空白を先行する要素と関数の間に入れます。
24318 \end_layout
24319
24320 \begin_layout Standard
24321 双方とも定義済み関数と同等の出力をもたらします
24322 \begin_inset Foot
24323 status collapsed
24324
24325 \begin_layout Plain Layout
24326 LyX上では、自己定義関数は赤で表示され、定義済み関数は黒で表示されます。
24327 \end_layout
24328
24329 \end_inset
24330
24331
24332 \end_layout
24333
24334 \begin_layout Standard
24335 \align center
24336 \begin_inset Tabular
24337 <lyxtabular version="3" rows="3" columns="2">
24338 <features rotate="0" tabularvalignment="middle">
24339 <column alignment="center" valignment="top" width="0pt">
24340 <column alignment="center" valignment="top" width="0pt">
24341 <row>
24342 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24343 \begin_inset Text
24344
24345 \begin_layout Plain Layout
24346 コマンド
24347 \end_layout
24348
24349 \end_inset
24350 </cell>
24351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24352 \begin_inset Text
24353
24354 \begin_layout Plain Layout
24355 出力
24356 \end_layout
24357
24358 \end_inset
24359 </cell>
24360 </row>
24361 <row>
24362 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24363 \begin_inset Text
24364
24365 \begin_layout Plain Layout
24366 A
24367 \backslash
24368 sgn(x)+B
24369 \end_layout
24370
24371 \end_inset
24372 </cell>
24373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24374 \begin_inset Text
24375
24376 \begin_layout Plain Layout
24377 \begin_inset Formula $A\sgn(x)+B$
24378 \end_inset
24379
24380
24381 \end_layout
24382
24383 \end_inset
24384 </cell>
24385 </row>
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 A
24392 \backslash
24393 ,
24394 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt+M}\,\textrm{M}}$
24395 \end_inset
24396
24397 (x)+B
24398 \end_layout
24399
24400 \end_inset
24401 </cell>
24402 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24403 \begin_inset Text
24404
24405 \begin_layout Plain Layout
24406 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
24407 \end_inset
24408
24409
24410 \end_layout
24411
24412 \end_inset
24413 </cell>
24414 </row>
24415 </lyxtabular>
24416
24417 \end_inset
24418
24419
24420 \end_layout
24421
24422 \begin_layout Standard
24423 自己定義関数を何回か使用する場合には、一番目の方法の方が適切です。
24424 \end_layout
24425
24426 \begin_layout Subsection
24427 極限
24428 \begin_inset Index idx
24429 status collapsed
24430
24431 \begin_layout Plain Layout
24432 きょくげん@極限
24433 \end_layout
24434
24435 \end_inset
24436
24437
24438 \end_layout
24439
24440 \begin_layout Standard
24441 極限用には、
24442 \series bold
24443
24444 \backslash
24445 lim
24446 \series default
24447
24448 \begin_inset Index idx
24449 status collapsed
24450
24451 \begin_layout Plain Layout
24452 こまんど@コマンド ! L ! 
24453 \backslash
24454 lim
24455 \end_layout
24456
24457 \end_inset
24458
24459
24460 \series bold
24461
24462 \backslash
24463 liminf
24464 \series default
24465
24466 \series bold
24467
24468 \backslash
24469 limsup
24470 \series default
24471 の他に、以下の関数があります。
24472 \end_layout
24473
24474 \begin_layout Standard
24475 \align center
24476 \begin_inset Tabular
24477 <lyxtabular version="3" rows="5" columns="2">
24478 <features rotate="0" tabularvalignment="middle">
24479 <column alignment="center" valignment="top">
24480 <column alignment="center" valignment="top">
24481 <row>
24482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24483 \begin_inset Text
24484
24485 \begin_layout Plain Layout
24486 コマンド
24487 \end_layout
24488
24489 \end_inset
24490 </cell>
24491 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24492 \begin_inset Text
24493
24494 \begin_layout Plain Layout
24495 出力
24496 \begin_inset Note Note
24497 status collapsed
24498
24499 \begin_layout Plain Layout
24500 ここで
24501 \series bold
24502
24503 \backslash
24504 raisebox
24505 \series default
24506 はスペーサーとして使用しているだけです。
24507 \end_layout
24508
24509 \end_inset
24510
24511
24512 \end_layout
24513
24514 \end_inset
24515 </cell>
24516 </row>
24517 <row>
24518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24519 \begin_inset Text
24520
24521 \begin_layout Plain Layout
24522
24523 \backslash
24524 varliminf
24525 \end_layout
24526
24527 \end_inset
24528 </cell>
24529 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24530 \begin_inset Text
24531
24532 \begin_layout Plain Layout
24533 \begin_inset Formula $\varliminf$
24534 \end_inset
24535
24536
24537 \end_layout
24538
24539 \end_inset
24540 </cell>
24541 </row>
24542 <row>
24543 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24544 \begin_inset Text
24545
24546 \begin_layout Plain Layout
24547
24548 \backslash
24549 varlimsup
24550 \end_layout
24551
24552 \end_inset
24553 </cell>
24554 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24555 \begin_inset Text
24556
24557 \begin_layout Plain Layout
24558 \begin_inset Formula $\varlimsup$
24559 \end_inset
24560
24561
24562 \end_layout
24563
24564 \end_inset
24565 </cell>
24566 </row>
24567 <row>
24568 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24569 \begin_inset Text
24570
24571 \begin_layout Plain Layout
24572
24573 \backslash
24574 varprojlim
24575 \end_layout
24576
24577 \end_inset
24578 </cell>
24579 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24580 \begin_inset Text
24581
24582 \begin_layout Plain Layout
24583 \begin_inset Formula $\varprojlim$
24584 \end_inset
24585
24586
24587 \end_layout
24588
24589 \end_inset
24590 </cell>
24591 </row>
24592 <row>
24593 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24594 \begin_inset Text
24595
24596 \begin_layout Plain Layout
24597
24598 \backslash
24599 varinjlim
24600 \end_layout
24601
24602 \end_inset
24603 </cell>
24604 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24605 \begin_inset Text
24606
24607 \begin_layout Plain Layout
24608 \begin_inset Formula $\varinjlim$
24609 \end_inset
24610
24611
24612 \begin_inset Formula $\raisebox{-2.5mm}{}$
24613 \end_inset
24614
24615
24616 \end_layout
24617
24618 \end_inset
24619 </cell>
24620 </row>
24621 </lyxtabular>
24622
24623 \end_inset
24624
24625
24626 \end_layout
24627
24628 \begin_layout Standard
24629 \begin_inset VSpace medskip
24630 \end_inset
24631
24632 極限は、下付き文字を挿入することによって示されます。行内数式では、極限は、以下のように関数の横に置かれます。
24633 \end_layout
24634
24635 \begin_layout Standard
24636 \align center
24637 \begin_inset Tabular
24638 <lyxtabular version="3" rows="2" columns="2">
24639 <features rotate="0" tabularvalignment="middle">
24640 <column alignment="center" valignment="top" width="0pt">
24641 <column alignment="center" valignment="top" width="0pt">
24642 <row>
24643 <cell alignment="center" valignment="top" usebox="none">
24644 \begin_inset Text
24645
24646 \begin_layout Plain Layout
24647 コマンド
24648 \end_layout
24649
24650 \end_inset
24651 </cell>
24652 <cell alignment="center" valignment="top" usebox="none">
24653 \begin_inset Text
24654
24655 \begin_layout Plain Layout
24656 \begin_inset space \hspace{}
24657 \length 1cm
24658 \end_inset
24659
24660 出力
24661 \begin_inset Note Note
24662 status collapsed
24663
24664 \begin_layout Plain Layout
24665 ここで
24666 \series bold
24667
24668 \backslash
24669 raisebox
24670 \series default
24671 はスペーサーとして使用しているだけです。
24672 \end_layout
24673
24674 \end_inset
24675
24676
24677 \end_layout
24678
24679 \end_inset
24680 </cell>
24681 </row>
24682 <row>
24683 <cell alignment="center" valignment="top" usebox="none">
24684 \begin_inset Text
24685
24686 \begin_layout Plain Layout
24687
24688 \backslash
24689 lim_x
24690 \backslash
24691 to
24692 \begin_inset space \textvisiblespace{}
24693 \end_inset
24694
24695 A
24696 \begin_inset space \textvisiblespace{}
24697 \end_inset
24698
24699 x=B
24700 \end_layout
24701
24702 \end_inset
24703 </cell>
24704 <cell alignment="center" valignment="top" usebox="none">
24705 \begin_inset Text
24706
24707 \begin_layout Plain Layout
24708 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
24709 \end_inset
24710
24711
24712 \end_layout
24713
24714 \end_inset
24715 </cell>
24716 </row>
24717 </lyxtabular>
24718
24719 \end_inset
24720
24721
24722 \end_layout
24723
24724 \begin_layout Standard
24725 別行立て数式では、極限は、以下のように通常どおり下に置かれます。
24726 \begin_inset Formula 
24727 \[
24728 \lim_{x\to A}x=B
24729 \]
24730
24731 \end_inset
24732
24733
24734 \end_layout
24735
24736 \begin_layout Subsection
24737 剰余関数
24738 \begin_inset Index idx
24739 status collapsed
24740
24741 \begin_layout Plain Layout
24742 かんすう@関数 ! じょうよ@剰余
24743 \end_layout
24744
24745 \end_inset
24746
24747
24748 \begin_inset Index idx
24749 status collapsed
24750
24751 \begin_layout Plain Layout
24752 かんすう@関数 ! もじゅらす@モジュラス | see
24753 \begin_inset ERT
24754 status collapsed
24755
24756 \begin_layout Plain Layout
24757
24758 {
24759 \end_layout
24760
24761 \end_inset
24762
24763 剰余
24764 \begin_inset ERT
24765 status collapsed
24766
24767 \begin_layout Plain Layout
24768
24769 }
24770 \end_layout
24771
24772 \end_inset
24773
24774
24775 \end_layout
24776
24777 \end_inset
24778
24779
24780 \end_layout
24781
24782 \begin_layout Standard
24783 剰余関数は、特別に4つの派生型があります。
24784 \end_layout
24785
24786 \begin_layout Standard
24787 以下は、別行立て数式での派生型です。
24788 \begin_inset Formula 
24789 \begin{align*}
24790 \underline{\textrm{コマンド}\raisebox{-0.9mm}{}} &  & \underline{\textrm{出力}}\\
24791 \mathrm{a\backslash mod\textrm{␣}b} &  & a\mod b\\
24792 \mathrm{a\backslash pmod\textrm{␣}b} &  & a\pmod b\\
24793 \mathrm{a\backslash bmod\textrm{␣}b} &  & a\bmod b\\
24794 \mathrm{a\backslash pod\textrm{␣}b} &  & a\pod b
24795 \end{align*}
24796
24797 \end_inset
24798
24799
24800 \end_layout
24801
24802 \begin_layout Standard
24803 行内数式では、すべての派生型で、関数名の前の余白がすこし小さく設定されます。既定では、剰余関数は、続く一文字目だけを考慮します。二文字以上を使いたい時には、下記
24804 のように文字をTeX括弧で囲みます。
24805 \begin_inset Formula 
24806 \begin{align*}
24807 \underline{\textrm{コマンド}\raisebox{-0.9mm}{}} &  & \underline{\textrm{出力}}\\
24808 \mathrm{a\backslash pod\textrm{␣}bcd} &  & a\pod bcd\\
24809 \mathrm{a\backslash pod\backslash\{bc\backslash\}d} &  & a\pod{bc}d
24810 \end{align*}
24811
24812 \end_inset
24813
24814
24815 \end_layout
24816
24817 \begin_layout Section
24818 特殊文字
24819 \begin_inset Index idx
24820 status collapsed
24821
24822 \begin_layout Plain Layout
24823 とくしゅもじ@特殊文字
24824 \end_layout
24825
24826 \end_inset
24827
24828
24829 \end_layout
24830
24831 \begin_layout Subsection
24832 数式テキストにおける特殊文字
24833 \end_layout
24834
24835 \begin_layout Standard
24836 以下の各コマンドは、数式テキストかTeXモード中でのみ使用することができます。
24837 \end_layout
24838
24839 \begin_layout Standard
24840 \begin_inset space \hfill{}
24841 \end_inset
24842
24843
24844 \begin_inset Tabular
24845 <lyxtabular version="3" rows="8" columns="2">
24846 <features rotate="0" tabularvalignment="middle">
24847 <column alignment="block" valignment="top">
24848 <column alignment="block" valignment="top">
24849 <row>
24850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24851 \begin_inset Text
24852
24853 \begin_layout Plain Layout
24854 コマンド
24855 \end_layout
24856
24857 \end_inset
24858 </cell>
24859 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24860 \begin_inset Text
24861
24862 \begin_layout Plain Layout
24863 出力
24864 \end_layout
24865
24866 \end_inset
24867 </cell>
24868 </row>
24869 <row>
24870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24871 \begin_inset Text
24872
24873 \begin_layout Plain Layout
24874
24875 \backslash
24876 oe
24877 \end_layout
24878
24879 \end_inset
24880 </cell>
24881 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24882 \begin_inset Text
24883
24884 \begin_layout Plain Layout
24885 \begin_inset Formula $\textrm{œ}$
24886 \end_inset
24887
24888
24889 \end_layout
24890
24891 \end_inset
24892 </cell>
24893 </row>
24894 <row>
24895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24896 \begin_inset Text
24897
24898 \begin_layout Plain Layout
24899
24900 \backslash
24901 OE
24902 \end_layout
24903
24904 \end_inset
24905 </cell>
24906 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24907 \begin_inset Text
24908
24909 \begin_layout Plain Layout
24910 \begin_inset Formula $\textrm{Œ}$
24911 \end_inset
24912
24913
24914 \end_layout
24915
24916 \end_inset
24917 </cell>
24918 </row>
24919 <row>
24920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24921 \begin_inset Text
24922
24923 \begin_layout Plain Layout
24924
24925 \backslash
24926 ae
24927 \end_layout
24928
24929 \end_inset
24930 </cell>
24931 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24932 \begin_inset Text
24933
24934 \begin_layout Plain Layout
24935 \begin_inset Formula $\textrm{æ}$
24936 \end_inset
24937
24938
24939 \end_layout
24940
24941 \end_inset
24942 </cell>
24943 </row>
24944 <row>
24945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24946 \begin_inset Text
24947
24948 \begin_layout Plain Layout
24949
24950 \backslash
24951 AE
24952 \end_layout
24953
24954 \end_inset
24955 </cell>
24956 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24957 \begin_inset Text
24958
24959 \begin_layout Plain Layout
24960 \begin_inset Formula $\textrm{Æ}$
24961 \end_inset
24962
24963
24964 \end_layout
24965
24966 \end_inset
24967 </cell>
24968 </row>
24969 <row>
24970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24971 \begin_inset Text
24972
24973 \begin_layout Plain Layout
24974
24975 \backslash
24976 aa
24977 \end_layout
24978
24979 \end_inset
24980 </cell>
24981 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24982 \begin_inset Text
24983
24984 \begin_layout Plain Layout
24985 \begin_inset Formula $\textrm{\aa}$
24986 \end_inset
24987
24988
24989 \end_layout
24990
24991 \end_inset
24992 </cell>
24993 </row>
24994 <row>
24995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24996 \begin_inset Text
24997
24998 \begin_layout Plain Layout
24999
25000 \backslash
25001 AA
25002 \begin_inset Index idx
25003 status collapsed
25004
25005 \begin_layout Plain Layout
25006
25007 \lang english
25008
25009 \backslash
25010 @
25011 \begin_inset ERT
25012 status collapsed
25013
25014 \begin_layout Plain Layout
25015
25016
25017 \backslash
25018 textrm{
25019 \backslash
25020 AA}
25021 \end_layout
25022
25023 \end_inset
25024
25025
25026 \end_layout
25027
25028 \end_inset
25029
25030
25031 \end_layout
25032
25033 \end_inset
25034 </cell>
25035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25036 \begin_inset Text
25037
25038 \begin_layout Plain Layout
25039 \begin_inset Formula $\textrm{Å}$
25040 \end_inset
25041
25042
25043 \end_layout
25044
25045 \end_inset
25046 </cell>
25047 </row>
25048 <row>
25049 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25050 \begin_inset Text
25051
25052 \begin_layout Plain Layout
25053
25054 \backslash
25055 i
25056 \end_layout
25057
25058 \end_inset
25059 </cell>
25060 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25061 \begin_inset Text
25062
25063 \begin_layout Plain Layout
25064 \begin_inset Formula $\textrm{ı}$
25065 \end_inset
25066
25067
25068 \end_layout
25069
25070 \end_inset
25071 </cell>
25072 </row>
25073 </lyxtabular>
25074
25075 \end_inset
25076
25077
25078 \begin_inset space \hfill{}
25079 \end_inset
25080
25081
25082 \begin_inset Tabular
25083 <lyxtabular version="3" rows="8" columns="2">
25084 <features rotate="0" tabularvalignment="middle">
25085 <column alignment="block" valignment="top">
25086 <column alignment="center" valignment="top">
25087 <row>
25088 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25089 \begin_inset Text
25090
25091 \begin_layout Plain Layout
25092 コマンド
25093 \begin_inset Note Note
25094 status collapsed
25095
25096 \begin_layout Plain Layout
25097 0
25098 \begin_inset space \thinspace{}
25099 \end_inset
25100
25101 mm空白を分離用に使っているのは、そうしないと出力が¡や¿になってしまうためです。
25102 \end_layout
25103
25104 \end_inset
25105
25106
25107 \end_layout
25108
25109 \end_inset
25110 </cell>
25111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25112 \begin_inset Text
25113
25114 \begin_layout Plain Layout
25115 出力
25116 \end_layout
25117
25118 \end_inset
25119 </cell>
25120 </row>
25121 <row>
25122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25123 \begin_inset Text
25124
25125 \begin_layout Plain Layout
25126
25127 \backslash
25128 o
25129 \end_layout
25130
25131 \end_inset
25132 </cell>
25133 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25134 \begin_inset Text
25135
25136 \begin_layout Plain Layout
25137 \begin_inset Formula $\textrm{ø}$
25138 \end_inset
25139
25140
25141 \end_layout
25142
25143 \end_inset
25144 </cell>
25145 </row>
25146 <row>
25147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25148 \begin_inset Text
25149
25150 \begin_layout Plain Layout
25151
25152 \backslash
25153 O
25154 \end_layout
25155
25156 \end_inset
25157 </cell>
25158 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25159 \begin_inset Text
25160
25161 \begin_layout Plain Layout
25162 \begin_inset Formula $\textrm{Ø}$
25163 \end_inset
25164
25165
25166 \end_layout
25167
25168 \end_inset
25169 </cell>
25170 </row>
25171 <row>
25172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25173 \begin_inset Text
25174
25175 \begin_layout Plain Layout
25176
25177 \backslash
25178 l
25179 \end_layout
25180
25181 \end_inset
25182 </cell>
25183 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25184 \begin_inset Text
25185
25186 \begin_layout Plain Layout
25187 \begin_inset Formula $\textrm{ł}$
25188 \end_inset
25189
25190
25191 \end_layout
25192
25193 \end_inset
25194 </cell>
25195 </row>
25196 <row>
25197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25198 \begin_inset Text
25199
25200 \begin_layout Plain Layout
25201
25202 \backslash
25203 L
25204 \end_layout
25205
25206 \end_inset
25207 </cell>
25208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25209 \begin_inset Text
25210
25211 \begin_layout Plain Layout
25212 \begin_inset Formula $\textrm{Ł}$
25213 \end_inset
25214
25215
25216 \end_layout
25217
25218 \end_inset
25219 </cell>
25220 </row>
25221 <row>
25222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25223 \begin_inset Text
25224
25225 \begin_layout Plain Layout
25226 !
25227 \begin_inset space \hspace{}
25228 \length 0mm
25229 \end_inset
25230
25231 `
25232 \begin_inset space \textvisiblespace{}
25233 \end_inset
25234
25235
25236 \end_layout
25237
25238 \end_inset
25239 </cell>
25240 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25241 \begin_inset Text
25242
25243 \begin_layout Plain Layout
25244 \begin_inset Formula $\textrm{!`}$
25245 \end_inset
25246
25247
25248 \end_layout
25249
25250 \end_inset
25251 </cell>
25252 </row>
25253 <row>
25254 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25255 \begin_inset Text
25256
25257 \begin_layout Plain Layout
25258 ?
25259 \begin_inset space \hspace{}
25260 \length 0mm
25261 \end_inset
25262
25263 `
25264 \begin_inset space \textvisiblespace{}
25265 \end_inset
25266
25267
25268 \end_layout
25269
25270 \end_inset
25271 </cell>
25272 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25273 \begin_inset Text
25274
25275 \begin_layout Plain Layout
25276 \begin_inset Formula $\textrm{?`}$
25277 \end_inset
25278
25279
25280 \end_layout
25281
25282 \end_inset
25283 </cell>
25284 </row>
25285 <row>
25286 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25287 \begin_inset Text
25288
25289 \begin_layout Plain Layout
25290
25291 \backslash
25292 j
25293 \end_layout
25294
25295 \end_inset
25296 </cell>
25297 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25298 \begin_inset Text
25299
25300 \begin_layout Plain Layout
25301 \begin_inset Formula $\textrm{ȷ}$
25302 \end_inset
25303
25304
25305 \end_layout
25306
25307 \end_inset
25308 </cell>
25309 </row>
25310 </lyxtabular>
25311
25312 \end_inset
25313
25314
25315 \begin_inset space \hfill{}
25316 \end_inset
25317
25318
25319 \end_layout
25320
25321 \begin_layout Standard
25322 \begin_inset Formula $\textrm{\textrm{Å}}$
25323 \end_inset
25324
25325
25326 \begin_inset Formula $\textrm{\textrm{Ø}}$
25327 \end_inset
25328
25329 の各文字は、数式ツールバーボタンの
25330 \begin_inset Graphics
25331         filename ../../images/math/digamma.png
25332         scale 85
25333
25334 \end_inset
25335
25336 からも挿入することができます。
25337 \end_layout
25338
25339 \begin_layout Standard
25340 例外は、
25341 \series bold
25342 !
25343 \begin_inset space \hspace{}
25344 \length 0mm
25345 \end_inset
25346
25347 `
25348 \series default
25349
25350 \series bold
25351 ?
25352 \begin_inset space \hspace{}
25353 \length 0mm
25354 \end_inset
25355
25356 `
25357 \series default
25358 の各コマンドで、これらは直接LyX中の本文に入れることができます。
25359 \end_layout
25360
25361 \begin_layout Subsection
25362 文章中のアクセント
25363 \begin_inset CommandInset label
25364 LatexCommand label
25365 name "sub:文章中のアクセント"
25366
25367 \end_inset
25368
25369
25370 \begin_inset Index idx
25371 status collapsed
25372
25373 \begin_layout Plain Layout
25374 あくせんと@アクセント ! ぶんしょうちゅうの@文章中の---
25375 \end_layout
25376
25377 \end_inset
25378
25379
25380 \end_layout
25381
25382 \begin_layout Standard
25383 以下に挙げる各コマンドを使えば、すべての文字にアクセントを付けることができます。これらのコマンドは、TeXモードで入れなくてはなりません。
25384 \end_layout
25385
25386 \begin_layout Standard
25387 \begin_inset space \hfill{}
25388 \end_inset
25389
25390
25391 \begin_inset Tabular
25392 <lyxtabular version="3" rows="8" columns="2">
25393 <features rotate="0" tabularvalignment="middle">
25394 <column alignment="block" valignment="top">
25395 <column alignment="block" valignment="top">
25396 <row>
25397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25398 \begin_inset Text
25399
25400 \begin_layout Plain Layout
25401 コマンド
25402 \end_layout
25403
25404 \end_inset
25405 </cell>
25406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25407 \begin_inset Text
25408
25409 \begin_layout Plain Layout
25410 出力
25411 \end_layout
25412
25413 \end_inset
25414 </cell>
25415 </row>
25416 <row>
25417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25418 \begin_inset Text
25419
25420 \begin_layout Plain Layout
25421
25422 \backslash
25423
25424 \begin_inset Quotes grd
25425 \end_inset
25426
25427 e
25428 \end_layout
25429
25430 \end_inset
25431 </cell>
25432 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25433 \begin_inset Text
25434
25435 \begin_layout Plain Layout
25436 \begin_inset ERT
25437 status collapsed
25438
25439 \begin_layout Plain Layout
25440
25441
25442 \backslash
25443 "e
25444 \end_layout
25445
25446 \end_inset
25447
25448
25449 \end_layout
25450
25451 \end_inset
25452 </cell>
25453 </row>
25454 <row>
25455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25456 \begin_inset Text
25457
25458 \begin_layout Plain Layout
25459
25460 \backslash
25461 `e
25462 \end_layout
25463
25464 \end_inset
25465 </cell>
25466 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25467 \begin_inset Text
25468
25469 \begin_layout Plain Layout
25470 \begin_inset ERT
25471 status collapsed
25472
25473 \begin_layout Plain Layout
25474
25475
25476 \backslash
25477 `e
25478 \end_layout
25479
25480 \end_inset
25481
25482
25483 \end_layout
25484
25485 \end_inset
25486 </cell>
25487 </row>
25488 <row>
25489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25490 \begin_inset Text
25491
25492 \begin_layout Plain Layout
25493
25494 \backslash
25495 ^
25496 \begin_inset space \textvisiblespace{}
25497 \end_inset
25498
25499 e
25500 \end_layout
25501
25502 \end_inset
25503 </cell>
25504 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25505 \begin_inset Text
25506
25507 \begin_layout Plain Layout
25508 \begin_inset ERT
25509 status collapsed
25510
25511 \begin_layout Plain Layout
25512
25513
25514 \backslash
25515 ^e
25516 \end_layout
25517
25518 \end_inset
25519
25520
25521 \end_layout
25522
25523 \end_inset
25524 </cell>
25525 </row>
25526 <row>
25527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25528 \begin_inset Text
25529
25530 \begin_layout Plain Layout
25531
25532 \backslash
25533 =e
25534 \end_layout
25535
25536 \end_inset
25537 </cell>
25538 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25539 \begin_inset Text
25540
25541 \begin_layout Plain Layout
25542 \begin_inset ERT
25543 status collapsed
25544
25545 \begin_layout Plain Layout
25546
25547
25548 \backslash
25549 =e
25550 \end_layout
25551
25552 \end_inset
25553
25554
25555 \end_layout
25556
25557 \end_inset
25558 </cell>
25559 </row>
25560 <row>
25561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25562 \begin_inset Text
25563
25564 \begin_layout Plain Layout
25565
25566 \backslash
25567 u
25568 \begin_inset space \textvisiblespace{}
25569 \end_inset
25570
25571 e
25572 \end_layout
25573
25574 \end_inset
25575 </cell>
25576 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25577 \begin_inset Text
25578
25579 \begin_layout Plain Layout
25580 \begin_inset ERT
25581 status collapsed
25582
25583 \begin_layout Plain Layout
25584
25585
25586 \backslash
25587 u e
25588 \end_layout
25589
25590 \end_inset
25591
25592
25593 \end_layout
25594
25595 \end_inset
25596 </cell>
25597 </row>
25598 <row>
25599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25600 \begin_inset Text
25601
25602 \begin_layout Plain Layout
25603
25604 \backslash
25605 b
25606 \begin_inset space \textvisiblespace{}
25607 \end_inset
25608
25609 e
25610 \end_layout
25611
25612 \end_inset
25613 </cell>
25614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25615 \begin_inset Text
25616
25617 \begin_layout Plain Layout
25618 \begin_inset ERT
25619 status collapsed
25620
25621 \begin_layout Plain Layout
25622
25623
25624 \backslash
25625 b e
25626 \end_layout
25627
25628 \end_inset
25629
25630
25631 \end_layout
25632
25633 \end_inset
25634 </cell>
25635 </row>
25636 <row>
25637 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25638 \begin_inset Text
25639
25640 \begin_layout Plain Layout
25641
25642 \backslash
25643 t
25644 \begin_inset space \textvisiblespace{}
25645 \end_inset
25646
25647 ee
25648 \end_layout
25649
25650 \end_inset
25651 </cell>
25652 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25653 \begin_inset Text
25654
25655 \begin_layout Plain Layout
25656 \begin_inset ERT
25657 status collapsed
25658
25659 \begin_layout Plain Layout
25660
25661
25662 \backslash
25663 t ee
25664 \end_layout
25665
25666 \end_inset
25667
25668
25669 \end_layout
25670
25671 \end_inset
25672 </cell>
25673 </row>
25674 </lyxtabular>
25675
25676 \end_inset
25677
25678
25679 \begin_inset space \hfill{}
25680 \end_inset
25681
25682
25683 \begin_inset Tabular
25684 <lyxtabular version="3" rows="8" columns="2">
25685 <features rotate="0" tabularvalignment="middle">
25686 <column alignment="block" valignment="top">
25687 <column alignment="center" valignment="top">
25688 <row>
25689 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25690 \begin_inset Text
25691
25692 \begin_layout Plain Layout
25693 コマンド
25694 \end_layout
25695
25696 \end_inset
25697 </cell>
25698 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25699 \begin_inset Text
25700
25701 \begin_layout Plain Layout
25702 出力
25703 \end_layout
25704
25705 \end_inset
25706 </cell>
25707 </row>
25708 <row>
25709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25710 \begin_inset Text
25711
25712 \begin_layout Plain Layout
25713
25714 \backslash
25715 H
25716 \begin_inset space \textvisiblespace{}
25717 \end_inset
25718
25719 e
25720 \end_layout
25721
25722 \end_inset
25723 </cell>
25724 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25725 \begin_inset Text
25726
25727 \begin_layout Plain Layout
25728 \begin_inset ERT
25729 status collapsed
25730
25731 \begin_layout Plain Layout
25732
25733
25734 \backslash
25735 H e
25736 \end_layout
25737
25738 \end_inset
25739
25740
25741 \end_layout
25742
25743 \end_inset
25744 </cell>
25745 </row>
25746 <row>
25747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25748 \begin_inset Text
25749
25750 \begin_layout Plain Layout
25751
25752 \backslash
25753 'e
25754 \end_layout
25755
25756 \end_inset
25757 </cell>
25758 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25759 \begin_inset Text
25760
25761 \begin_layout Plain Layout
25762 \begin_inset ERT
25763 status collapsed
25764
25765 \begin_layout Plain Layout
25766
25767
25768 \backslash
25769 'e
25770 \end_layout
25771
25772 \end_inset
25773
25774
25775 \end_layout
25776
25777 \end_inset
25778 </cell>
25779 </row>
25780 <row>
25781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25782 \begin_inset Text
25783
25784 \begin_layout Plain Layout
25785
25786 \backslash
25787 ~e
25788 \begin_inset Index idx
25789 status collapsed
25790
25791 \begin_layout Plain Layout
25792
25793 \lang english
25794 Tilde
25795 \end_layout
25796
25797 \end_inset
25798
25799
25800 \end_layout
25801
25802 \end_inset
25803 </cell>
25804 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25805 \begin_inset Text
25806
25807 \begin_layout Plain Layout
25808 \begin_inset ERT
25809 status collapsed
25810
25811 \begin_layout Plain Layout
25812
25813
25814 \backslash
25815 ~e
25816 \end_layout
25817
25818 \end_inset
25819
25820
25821 \end_layout
25822
25823 \end_inset
25824 </cell>
25825 </row>
25826 <row>
25827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25828 \begin_inset Text
25829
25830 \begin_layout Plain Layout
25831
25832 \backslash
25833 .e
25834 \end_layout
25835
25836 \end_inset
25837 </cell>
25838 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25839 \begin_inset Text
25840
25841 \begin_layout Plain Layout
25842 \begin_inset ERT
25843 status collapsed
25844
25845 \begin_layout Plain Layout
25846
25847
25848 \backslash
25849 .e
25850 \end_layout
25851
25852 \end_inset
25853
25854
25855 \end_layout
25856
25857 \end_inset
25858 </cell>
25859 </row>
25860 <row>
25861 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25862 \begin_inset Text
25863
25864 \begin_layout Plain Layout
25865
25866 \backslash
25867 v
25868 \begin_inset space \textvisiblespace{}
25869 \end_inset
25870
25871 e
25872 \end_layout
25873
25874 \end_inset
25875 </cell>
25876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25877 \begin_inset Text
25878
25879 \begin_layout Plain Layout
25880 \begin_inset ERT
25881 status collapsed
25882
25883 \begin_layout Plain Layout
25884
25885
25886 \backslash
25887 v e
25888 \end_layout
25889
25890 \end_inset
25891
25892
25893 \end_layout
25894
25895 \end_inset
25896 </cell>
25897 </row>
25898 <row>
25899 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25900 \begin_inset Text
25901
25902 \begin_layout Plain Layout
25903
25904 \backslash
25905 d
25906 \begin_inset space \textvisiblespace{}
25907 \end_inset
25908
25909 e
25910 \end_layout
25911
25912 \end_inset
25913 </cell>
25914 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25915 \begin_inset Text
25916
25917 \begin_layout Plain Layout
25918 \begin_inset ERT
25919 status collapsed
25920
25921 \begin_layout Plain Layout
25922
25923
25924 \backslash
25925 d e
25926 \end_layout
25927
25928 \end_inset
25929
25930
25931 \end_layout
25932
25933 \end_inset
25934 </cell>
25935 </row>
25936 <row>
25937 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25938 \begin_inset Text
25939
25940 \begin_layout Plain Layout
25941
25942 \backslash
25943 c
25944 \begin_inset space \textvisiblespace{}
25945 \end_inset
25946
25947 e
25948 \end_layout
25949
25950 \end_inset
25951 </cell>
25952 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25953 \begin_inset Text
25954
25955 \begin_layout Plain Layout
25956 \begin_inset ERT
25957 status collapsed
25958
25959 \begin_layout Plain Layout
25960
25961
25962 \backslash
25963 c e
25964 \end_layout
25965
25966 \end_inset
25967
25968
25969 \end_layout
25970
25971 \end_inset
25972 </cell>
25973 </row>
25974 </lyxtabular>
25975
25976 \end_inset
25977
25978
25979 \begin_inset space \hfill{}
25980 \end_inset
25981
25982
25983 \end_layout
25984
25985 \begin_layout Standard
25986 \begin_inset VSpace medskip
25987 \end_inset
25988
25989
25990 \series bold
25991
25992 \backslash
25993 t
25994 \series default
25995 コマンドは異なる二つの文字にアクセントを付けることもできます。たとえば、コマンド
25996 \series bold
25997
25998 \backslash
25999 t
26000 \begin_inset space \textvisiblespace{}
26001 \end_inset
26002
26003 sz
26004 \series default
26005 は、
26006 \begin_inset ERT
26007 status collapsed
26008
26009 \begin_layout Plain Layout
26010
26011
26012 \backslash
26013 t sz
26014 \end_layout
26015
26016 \end_inset
26017
26018 となります。
26019 \end_layout
26020
26021 \begin_layout Standard
26022
26023 \series bold
26024 `
26025 \series default
26026  ・
26027 \series bold
26028  '
26029 \series default
26030  ・ 
26031 \series bold
26032 ^
26033 \series default
26034  の各アクセントは、TeXモードを使わなくても、母音といっしょに直接キーボードから入力することもできます。チルダ
26035 \begin_inset Foot
26036 status collapsed
26037
26038 \begin_layout Plain Layout
26039 これは、チルダがアクセントとして定義されているキーボードのみに適用されます。
26040 \end_layout
26041
26042 \end_inset
26043
26044
26045 \series bold
26046 ~
26047 \series default
26048 を、
26049 \emph on
26050 a
26051 \emph default
26052
26053 \emph on
26054 n
26055 \emph default
26056
26057 \emph on
26058 o
26059 \emph default
26060 といっしょに使うときも同様です。
26061 \end_layout
26062
26063 \begin_layout Standard
26064
26065 \series bold
26066
26067 \backslash
26068 b
26069 \series default
26070
26071 \series bold
26072
26073 \backslash
26074 c
26075 \series default
26076
26077 \series bold
26078
26079 \backslash
26080 d
26081 \series default
26082
26083 \series bold
26084
26085 \backslash
26086 H
26087 \series default
26088
26089 \series bold
26090
26091 \backslash
26092 t
26093 \series default
26094
26095 \series bold
26096
26097 \backslash
26098 u
26099 \series default
26100
26101 \series bold
26102
26103 \backslash
26104 v
26105 \series default
26106 の各コマンドと、キーボードから直接挿入するアクセントは、数式テキスト中でも使うことができます。他のアクセントについては、数式内向けの特別な数式コマンドがあります
26107 。第
26108 \begin_inset CommandInset ref
26109 LatexCommand ref
26110 reference "sub:一文字に付けるアクセント"
26111
26112 \end_inset
26113
26114 節をご参照下さい。
26115 \end_layout
26116
26117 \begin_layout Standard
26118 \begin_inset VSpace bigskip
26119 \end_inset
26120
26121 さらに、
26122 \series bold
26123
26124 \backslash
26125 textcircled
26126 \series default
26127
26128 \begin_inset Index idx
26129 status collapsed
26130
26131 \begin_layout Plain Layout
26132 こまんど@コマンド ! T ! 
26133 \backslash
26134 textcircled
26135 \end_layout
26136
26137 \end_inset
26138
26139 コマンドを使えば、著作権マークのように、あらゆる数字や文字を丸で囲む---敢えて言えば、丸囲みでアクセントを付けるようなものといえるでしょう---ことができます
26140
26141 \end_layout
26142
26143 \begin_layout Standard
26144 \align center
26145 \begin_inset Tabular
26146 <lyxtabular version="3" rows="3" columns="2">
26147 <features rotate="0" tabularvalignment="middle">
26148 <column alignment="center" valignment="top">
26149 <column alignment="center" valignment="top">
26150 <row>
26151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26152 \begin_inset Text
26153
26154 \begin_layout Plain Layout
26155 コマンド
26156 \end_layout
26157
26158 \end_inset
26159 </cell>
26160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26161 \begin_inset Text
26162
26163 \begin_layout Plain Layout
26164 出力
26165 \begin_inset Note Note
26166 status collapsed
26167
26168 \begin_layout Plain Layout
26169 ここで
26170 \series bold
26171
26172 \backslash
26173 raisebox
26174 \series default
26175 はスペーサーとして使用しているだけです。
26176 \end_layout
26177
26178 \end_inset
26179
26180
26181 \end_layout
26182
26183 \end_inset
26184 </cell>
26185 </row>
26186 <row>
26187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26188 \begin_inset Text
26189
26190 \begin_layout Plain Layout
26191
26192 \backslash
26193 textcircled{w}
26194 \end_layout
26195
26196 \end_inset
26197 </cell>
26198 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26199 \begin_inset Text
26200
26201 \begin_layout Plain Layout
26202 \begin_inset ERT
26203 status collapsed
26204
26205 \begin_layout Plain Layout
26206
26207
26208 \backslash
26209 textcircled{w}
26210 \end_layout
26211
26212 \end_inset
26213
26214
26215 \end_layout
26216
26217 \end_inset
26218 </cell>
26219 </row>
26220 <row>
26221 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26222 \begin_inset Text
26223
26224 \begin_layout Plain Layout
26225
26226 \backslash
26227 Large 
26228 \backslash
26229 textcircled{
26230 \backslash
26231 normalsize
26232 \backslash
26233 protect
26234 \backslash
26235 raisebox{-1.5pt}{W}}
26236 \end_layout
26237
26238 \end_inset
26239 </cell>
26240 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26241 \begin_inset Text
26242
26243 \begin_layout Plain Layout
26244 \begin_inset Formula $\raisebox{4.5mm}{}$
26245 \end_inset
26246
26247
26248 \begin_inset ERT
26249 status collapsed
26250
26251 \begin_layout Plain Layout
26252
26253
26254 \backslash
26255 Large 
26256 \backslash
26257 textcircled{
26258 \backslash
26259 normalsize
26260 \backslash
26261 protect
26262 \backslash
26263 raisebox{-1.5pt}W}
26264 \end_layout
26265
26266 \end_inset
26267
26268
26269 \begin_inset Formula $\raisebox{-2mm}{}$
26270 \end_inset
26271
26272
26273 \end_layout
26274
26275 \end_inset
26276 </cell>
26277 </row>
26278 </lyxtabular>
26279
26280 \end_inset
26281
26282
26283 \end_layout
26284
26285 \begin_layout Standard
26286 ここではユーザーが、文字が丸のなかに収まるように調整してやらなくてはなりません。ここでは、
26287 \series bold
26288
26289 \backslash
26290 Large
26291 \series default
26292
26293 \begin_inset Foot
26294 status collapsed
26295
26296 \begin_layout Plain Layout
26297
26298 \begin_inset CommandInset ref
26299 LatexCommand ref
26300 reference "sub:書体寸法"
26301
26302 \end_inset
26303
26304 節参照のこと。
26305 \end_layout
26306
26307 \end_inset
26308
26309 で丸の大きさを指定しています。そして
26310 \series bold
26311
26312 \backslash
26313 raisebox
26314 \series default
26315
26316 \begin_inset Foot
26317 status collapsed
26318
26319 \begin_layout Plain Layout
26320
26321 \begin_inset CommandInset ref
26322 LatexCommand ref
26323 reference "sub:枠なしボックス"
26324
26325 \end_inset
26326
26327 節参照のこと。
26328 \end_layout
26329
26330 \end_inset
26331
26332 を使って、文字が真ん中にくるようにしています。
26333 \end_layout
26334
26335 \begin_layout Subsection
26336 小数字
26337 \begin_inset Index idx
26338 status collapsed
26339
26340 \begin_layout Plain Layout
26341 しょうすうじ@小数字
26342 \end_layout
26343
26344 \end_inset
26345
26346
26347 \end_layout
26348
26349 \begin_layout Standard
26350 小数字(minuscule number)は、
26351 \series bold
26352
26353 \backslash
26354 oldstylenums
26355 \series default
26356
26357 \begin_inset Index idx
26358 status collapsed
26359
26360 \begin_layout Plain Layout
26361 こまんど@コマンド ! O ! 
26362 \backslash
26363 oldstylenums
26364 \end_layout
26365
26366 \end_inset
26367
26368 コマンドで作成することができます。このコマンドは、数式中でもTeXモード中でも使うことができます。コマンド書式は、
26369 \end_layout
26370
26371 \begin_layout Standard
26372
26373 \series bold
26374
26375 \backslash
26376 oldstylenums{数字}
26377 \end_layout
26378
26379 \begin_layout Standard
26380 です。
26381 \series bold
26382
26383 \backslash
26384 oldstylenums{0123456789}
26385 \series default
26386 というコマンドは、
26387 \begin_inset Formula $\oldstylenums{0123456789}$
26388 \end_inset
26389
26390 のようになります。
26391 \end_layout
26392
26393 \begin_layout Subsection
26394 他の特殊文字
26395 \begin_inset CommandInset label
26396 LatexCommand label
26397 name "sub:他の特殊文字"
26398
26399 \end_inset
26400
26401
26402 \begin_inset Index idx
26403 status collapsed
26404
26405 \begin_layout Plain Layout
26406 とくしゅもじ@特殊文字 ! たの@他の
26407 \end_layout
26408
26409 \end_inset
26410
26411
26412 \end_layout
26413
26414 \begin_layout Standard
26415 以下の各文字は、数式中でコマンドを使用してのみ、挿入することができます。
26416 \end_layout
26417
26418 \begin_layout Standard
26419 \align center
26420 \begin_inset Tabular
26421 <lyxtabular version="3" rows="4" columns="2">
26422 <features rotate="0" tabularvalignment="middle">
26423 <column alignment="center" valignment="top">
26424 <column alignment="center" valignment="top">
26425 <row>
26426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26427 \begin_inset Text
26428
26429 \begin_layout Plain Layout
26430 コマンド
26431 \end_layout
26432
26433 \end_inset
26434 </cell>
26435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26436 \begin_inset Text
26437
26438 \begin_layout Plain Layout
26439 出力
26440 \end_layout
26441
26442 \end_inset
26443 </cell>
26444 </row>
26445 <row>
26446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26447 \begin_inset Text
26448
26449 \begin_layout Plain Layout
26450
26451 \backslash
26452 ^
26453 \begin_inset space \textvisiblespace{}
26454 \end_inset
26455
26456
26457 \end_layout
26458
26459 \end_inset
26460 </cell>
26461 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26462 \begin_inset Text
26463
26464 \begin_layout Plain Layout
26465 \begin_inset Formula $\mathcircumflex$
26466 \end_inset
26467
26468
26469 \end_layout
26470
26471 \end_inset
26472 </cell>
26473 </row>
26474 <row>
26475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26476 \begin_inset Text
26477
26478 \begin_layout Plain Layout
26479
26480 \backslash
26481 _
26482 \end_layout
26483
26484 \end_inset
26485 </cell>
26486 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26487 \begin_inset Text
26488
26489 \begin_layout Plain Layout
26490 \begin_inset Formula $\_$
26491 \end_inset
26492
26493
26494 \end_layout
26495
26496 \end_inset
26497 </cell>
26498 </row>
26499 <row>
26500 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26501 \begin_inset Text
26502
26503 \begin_layout Plain Layout
26504 ^
26505 \begin_inset space \textvisiblespace{}
26506 \end_inset
26507
26508
26509 \backslash
26510 circ
26511 \begin_inset Index idx
26512 status collapsed
26513
26514 \begin_layout Plain Layout
26515
26516 \lang english
26517
26518 \backslash
26519
26520 \end_layout
26521
26522 \end_inset
26523
26524
26525 \end_layout
26526
26527 \end_inset
26528 </cell>
26529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26530 \begin_inset Text
26531
26532 \begin_layout Plain Layout
26533 \begin_inset Formula $^{\circ}$
26534 \end_inset
26535
26536
26537 \end_layout
26538
26539 \end_inset
26540 </cell>
26541 </row>
26542 </lyxtabular>
26543
26544 \end_inset
26545
26546
26547 \end_layout
26548
26549 \begin_layout Standard
26550 しかしながら、角度記号
26551 \begin_inset Formula $^{\circ}$
26552 \end_inset
26553
26554 は、以下の行をLaTeXプリアンブルに書き加えれば、直接挿入することができます
26555 \begin_inset Foot
26556 status collapsed
26557
26558 \begin_layout Plain Layout
26559 この件に関する詳細は、第
26560 \begin_inset CommandInset ref
26561 LatexCommand ref
26562 reference "sub:数式中のテキスト文字"
26563
26564 \end_inset
26565
26566 節にあります。
26567 \end_layout
26568
26569 \end_inset
26570
26571
26572 \end_layout
26573
26574 \begin_layout Standard
26575
26576 \series bold
26577
26578 \backslash
26579 DeclareInputtext{176}{
26580 \backslash
26581 ifmmode^
26582 \backslash
26583 circ
26584 \backslash
26585 else
26586 \backslash
26587 textdegree
26588 \backslash
26589 fi}
26590 \begin_inset Newpage newpage
26591 \end_inset
26592
26593
26594 \end_layout
26595
26596 \begin_layout Section
26597 数式様式
26598 \begin_inset CommandInset label
26599 LatexCommand label
26600 name "sec:数式様式"
26601
26602 \end_inset
26603
26604
26605 \begin_inset Index idx
26606 status collapsed
26607
26608 \begin_layout Plain Layout
26609 すうしき@数式 ! ようしき@様式
26610 \end_layout
26611
26612 \end_inset
26613
26614
26615 \end_layout
26616
26617 \begin_layout Itemize
26618 以下の二つの配置様式があります。
26619 \end_layout
26620
26621 \begin_deeper
26622 \begin_layout Description
26623 中央揃え 事前に定義された標準です。
26624 \end_layout
26625
26626 \begin_layout Description
26627 行頭下げ これを使うには、
26628 \family sans
26629 文書\SpecialChar \menuseparator
26630 設定
26631 \family default
26632 メニューの
26633 \family sans
26634 文書クラス
26635 \family default
26636 において、
26637 \series bold
26638 fleqn
26639 \series default
26640 オプションを指定しておかなくてはなりません。
26641 \end_layout
26642
26643 \begin_layout Standard
26644
26645 \series bold
26646 行頭下げ
26647 \series default
26648 を用いる場合には、行頭下げの大きさを
26649 \series bold
26650
26651 \backslash
26652 mathindent
26653 \series default
26654
26655 \begin_inset Index idx
26656 status collapsed
26657
26658 \begin_layout Plain Layout
26659 こまんど@コマンド ! M ! 
26660 \backslash
26661 mathindent
26662 \end_layout
26663
26664 \end_inset
26665
26666 の値で調整することができます。これを15
26667 \begin_inset space \thinspace{}
26668 \end_inset
26669
26670 mmにするには、LaTeXプリアンブルに以下のコマンドを入れておきます。
26671 \end_layout
26672
26673 \begin_layout Standard
26674
26675 \series bold
26676
26677 \backslash
26678 setlength{
26679 \backslash
26680 mathindent}{15mm}
26681 \end_layout
26682
26683 \begin_layout Standard
26684
26685 \series bold
26686
26687 \backslash
26688 mathindent
26689 \series default
26690 を明示的に指定しない場合には、事前に定義されている30
26691 \begin_inset space \thinspace{}
26692 \end_inset
26693
26694 ptが適用されます。
26695 \end_layout
26696
26697 \end_deeper
26698 \begin_layout Itemize
26699 また、以下の二つの連番様式があります。
26700 \end_layout
26701
26702 \begin_deeper
26703 \begin_layout Description
26704 右 事前に定義された標準です。
26705 \end_layout
26706
26707 \begin_layout Description
26708 左 これを使うには、
26709 \family sans
26710 文書\SpecialChar \menuseparator
26711 設定
26712 \family default
26713 メニューの
26714 \family sans
26715 文書クラス
26716 \family default
26717 において、
26718 \series bold
26719 leqno
26720 \series default
26721 オプションを指定しておかなくてはなりません。
26722 \end_layout
26723
26724 \end_deeper
26725 \begin_layout Standard
26726
26727 \series bold
26728 fleqn
26729 \series default
26730
26731 \series bold
26732 leqno
26733 \series default
26734 は、いっしょに指定することができます。両方のオプションを同時に入れる場合には、コンマで区切って下さい。
26735 \end_layout
26736
26737 \begin_layout Standard
26738 これで選択した様式は、文書中のすべての別行立て数式に用いられます。もし、中央揃えと行頭下げの両様式を同一文書中で用いたい場合には、
26739 \series bold
26740 中央揃え
26741 \series default
26742 様式を指定するようにします。そして、行頭下げにしたい数式は、flalign環境に指定するようにします。第
26743 \begin_inset CommandInset ref
26744 LatexCommand ref
26745 reference "sub:flalign環境"
26746
26747 \end_inset
26748
26749 節をご覧下さい。
26750 \end_layout
26751
26752 \begin_layout Section
26753 多行数式
26754 \begin_inset CommandInset label
26755 LatexCommand label
26756 name "sec:多行数式"
26757
26758 \end_inset
26759
26760
26761 \begin_inset Index idx
26762 status collapsed
26763
26764 \begin_layout Plain Layout
26765 すうしき@数式 ! たぎょう@多行
26766 \end_layout
26767
26768 \end_inset
26769
26770
26771 \end_layout
26772
26773 \begin_layout Subsection
26774 概要
26775 \end_layout
26776
26777 \begin_layout Standard
26778 LyXでは、多行数式は、数式中で
26779 \series bold
26780
26781 \begin_inset Info
26782 type  "shortcut"
26783 arg   "newline-insert newline"
26784 \end_inset
26785
26786
26787 \series default
26788 を押すことで作られます。この操作によって、第
26789 \begin_inset CommandInset ref
26790 LatexCommand ref
26791 reference "sub:eqnarray環境"
26792
26793 \end_inset
26794
26795 節に述べられている
26796 \series bold
26797 eqnarray環境
26798 \series default
26799 が作り出されるか、あるいは文書設定で
26800 \family sans
26801 AMS mathパッケージを使う
26802 \family default
26803 オプションが選択されている場合には、第
26804 \begin_inset CommandInset ref
26805 LatexCommand ref
26806 reference "sub:標準align環境"
26807
26808 \end_inset
26809
26810 節に述べられている
26811 \series bold
26812 align環境
26813 \series default
26814 が作り出されることになります。
26815 \end_layout
26816
26817 \begin_layout Standard
26818 他にも、
26819 \family sans
26820 挿入\SpecialChar \menuseparator
26821 数式
26822 \family default
26823 メニューで作ることのできる多行数式環境があります。これらの環境は、以下の各節で説明します。
26824 \end_layout
26825
26826 \begin_layout Standard
26827 すべての多行数式において、新規行は、
26828 \begin_inset Info
26829 type  "shortcut"
26830 arg   "newline-insert newline"
26831 \end_inset
26832
26833 を押すことによって作られます。行を足したり削ったりするには、数式ツールバーボタンの
26834 \begin_inset Graphics
26835         filename ../../images/tabular-feature_append-row.png
26836         scale 85
26837
26838 \end_inset
26839
26840
26841 \begin_inset Graphics
26842         filename ../../images/tabular-feature_delete-row.png
26843         scale 85
26844
26845 \end_inset
26846
26847 を使うか、
26848 \family sans
26849 編集\SpecialChar \menuseparator
26850 行と列
26851 \family default
26852 メニューを使うことができます。
26853 \end_layout
26854
26855 \begin_layout Subsubsection
26856 行間
26857 \begin_inset CommandInset label
26858 LatexCommand label
26859 name "sub:行間"
26860
26861 \end_inset
26862
26863
26864 \begin_inset Index idx
26865 status collapsed
26866
26867 \begin_layout Plain Layout
26868 すうしき@数式 ! たぎょう@多行 ! ぎょうかん@行間
26869 \end_layout
26870
26871 \end_inset
26872
26873
26874 \end_layout
26875
26876 \begin_layout Standard
26877 以下のように、多行数式において行のあいだの空白が足りないことが、ときどき起こります。
26878 \begin_inset Formula 
26879 \begin{eqnarray*}
26880 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}\\
26881 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
26882 \end{eqnarray*}
26883
26884 \end_inset
26885
26886
26887 \end_layout
26888
26889 \begin_layout Standard
26890 LaTeXにおいて行間を付け加えるには、新規行コマンドに非必須の引数をとらせて指定しますが、これはまだLyXには実装されていない
26891 \begin_inset Foot
26892 status collapsed
26893
26894 \begin_layout Plain Layout
26895 \begin_inset CommandInset href
26896 LatexCommand href
26897 name "LyX-bug #1505"
26898 target "http://www.lyx.org/trac/ticket/1505"
26899
26900 \end_inset
26901
26902 を参照。
26903 \end_layout
26904
26905 \end_inset
26906
26907 ので、数式全体をTeXモードで入れなくてはなりません。上記の例の行間を大きくするには、最初の行の最後に
26908 \series bold
26909
26910 \backslash
26911
26912 \backslash
26913 [3mm]
26914 \series default
26915 というコマンドを入れます。すると、次のようになります。
26916 \begin_inset ERT
26917 status collapsed
26918
26919 \begin_layout Plain Layout
26920
26921
26922 \backslash
26923 begin{eqnarray*}
26924 \end_layout
26925
26926 \begin_layout Plain Layout
26927
26928 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
26929  = & 
26930 \backslash
26931 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
26932 \backslash
26933
26934 \backslash
26935 [3mm]
26936 \end_layout
26937
26938 \begin_layout Plain Layout
26939
26940 4x^{2}
26941 \backslash
26942 left(B^{2}+x_{0}^{2}
26943 \backslash
26944 right)+4x_{0}x
26945 \backslash
26946 left(D-B^{2}
26947 \backslash
26948 right)+B^{2}
26949 \backslash
26950 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
26951 \backslash
26952 right) & = & 0
26953 \end_layout
26954
26955 \begin_layout Plain Layout
26956
26957
26958 \backslash
26959 end{eqnarray*}
26960 \end_layout
26961
26962 \end_inset
26963
26964
26965 \end_layout
26966
26967 \begin_layout Standard
26968 \begin_inset VSpace bigskip
26969 \end_inset
26970
26971 同一数式内のすべての行の行間を一律に指定するには、
26972 \series bold
26973
26974 \backslash
26975 jot
26976 \series default
26977
26978 \begin_inset Index idx
26979 status collapsed
26980
26981 \begin_layout Plain Layout
26982 こまんど@コマンド ! J ! 
26983 \backslash
26984 jot
26985 \end_layout
26986
26987 \end_inset
26988
26989 変数を変更します。定義は、
26990 \begin_inset Formula $\mbox{行間}=\mathrm{6\, pt+\backslash jot}$
26991 \end_inset
26992
26993 となっています。
26994 \series bold
26995
26996 \backslash
26997 jot
26998 \series default
26999 の既定値は、3
27000 \begin_inset space \thinspace{}
27001 \end_inset
27002
27003 ptです。上記の例のように、行間を3
27004 \begin_inset space \thinspace{}
27005 \end_inset
27006
27007 mm追加するには、
27008 \end_layout
27009
27010 \begin_layout Standard
27011
27012 \series bold
27013
27014 \backslash
27015 setlength{
27016 \backslash
27017 jot}{3mm+3pt}
27018 \end_layout
27019
27020 \begin_layout Standard
27021 というコマンドを、数式直前にTeXモードで入れておきます。これを行うには、LaTeXプリアンブルに
27022 \end_layout
27023
27024 \begin_layout Standard
27025
27026 \series bold
27027
27028 \backslash
27029 usepackage{calc}
27030 \end_layout
27031
27032 \begin_layout Standard
27033 という行を入れて、LaTeXパッケージ
27034 \series bold
27035 calc
27036 \series default
27037
27038 \begin_inset Foot
27039 status collapsed
27040
27041 \begin_layout Plain Layout
27042
27043 \series bold
27044 calc
27045 \series default
27046 は標準的なLaTeX頒布版のすべてに付属しています。
27047 \end_layout
27048
27049 \end_inset
27050
27051
27052 \begin_inset Index idx
27053 status collapsed
27054
27055 \begin_layout Plain Layout
27056 ぱっけーじ@パッケージ ! calc
27057 \end_layout
27058
27059 \end_inset
27060
27061  を読み込んでおく必要があります。すると、
27062 \begin_inset ERT
27063 status collapsed
27064
27065 \begin_layout Plain Layout
27066
27067
27068 \backslash
27069 setlength{
27070 \backslash
27071 jot}{3mm+3pt}
27072 \end_layout
27073
27074 \end_inset
27075
27076
27077 \begin_inset Formula 
27078 \begin{eqnarray*}
27079 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}\\
27080 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
27081 \end{eqnarray*}
27082
27083 \end_inset
27084
27085
27086 \end_layout
27087
27088 \begin_layout Standard
27089 \begin_inset ERT
27090 status collapsed
27091
27092 \begin_layout Plain Layout
27093
27094
27095 \backslash
27096 setlength{
27097 \backslash
27098 jot}{3pt}
27099 \end_layout
27100
27101 \end_inset
27102
27103 のような結果を得ます。行間を既定値に戻すには、
27104 \series bold
27105
27106 \backslash
27107 jot
27108 \series default
27109 をふたたび3
27110 \begin_inset space \thinspace{}
27111 \end_inset
27112
27113 ptに戻します。
27114 \end_layout
27115
27116 \begin_layout Subsubsection
27117 列間
27118 \begin_inset CommandInset label
27119 LatexCommand label
27120 name "sub:列間"
27121
27122 \end_inset
27123
27124
27125 \begin_inset Index idx
27126 status collapsed
27127
27128 \begin_layout Plain Layout
27129 すうしき@数式 ! たぎょうすうしき@多行数式 ! れつかん@列間
27130 \end_layout
27131
27132 \end_inset
27133
27134
27135 \end_layout
27136
27137 \begin_layout Standard
27138 多行数式は、行列を形成します。たとえば、eqnarray環境の数式は、3列からなる行列です。この環境で列間を変更すれば、関係子周辺の余白を変更することができます
27139
27140 \end_layout
27141
27142 \begin_layout Standard
27143 列間は、
27144 \series bold
27145
27146 \backslash
27147 arraycolsep
27148 \series default
27149
27150 \begin_inset Index idx
27151 status collapsed
27152
27153 \begin_layout Plain Layout
27154 こまんど@コマンド ! A ! 
27155 \backslash
27156 arraycolsep
27157 \end_layout
27158
27159 \end_inset
27160
27161 変数を使って指定し、
27162 \begin_inset Newline newline
27163 \end_inset
27164
27165 列間 = 2
27166 \begin_inset space \thinspace{}
27167 \end_inset
27168
27169
27170 \series bold
27171
27172 \backslash
27173 arraycolsep
27174 \series default
27175
27176 \begin_inset Newline newline
27177 \end_inset
27178
27179 という関係があります。したがって、
27180 \end_layout
27181
27182 \begin_layout Standard
27183
27184 \series bold
27185
27186 \backslash
27187 setlength{
27188 \backslash
27189 arraycolsep}{1cm}
27190 \end_layout
27191
27192 \begin_layout Standard
27193 というコマンドをTeXモードで入れると、ここから後のすべての数式の列間が2
27194 \begin_inset space \thinspace{}
27195 \end_inset
27196
27197 cmになります。これを既定値に戻すには、
27198 \series bold
27199
27200 \backslash
27201 arraycolsep
27202 \series default
27203 を5
27204 \begin_inset space \thinspace{}
27205 \end_inset
27206
27207 ptに戻して下さい。
27208 \end_layout
27209
27210 \begin_layout Standard
27211 以下は、2
27212 \begin_inset space \thinspace{}
27213 \end_inset
27214
27215 cmの列間を持つ数式です。
27216 \begin_inset ERT
27217 status collapsed
27218
27219 \begin_layout Plain Layout
27220
27221
27222 \backslash
27223 setlength{
27224 \backslash
27225 arraycolsep}{1cm}
27226 \end_layout
27227
27228 \end_inset
27229
27230
27231 \begin_inset Formula 
27232 \begin{eqnarray*}
27233 A & = & B\\
27234 C & \ne & A
27235 \end{eqnarray*}
27236
27237 \end_inset
27238
27239 行列の既定の列間10
27240 \begin_inset space \thinspace{}
27241 \end_inset
27242
27243 ptを持つ数式です。
27244 \begin_inset ERT
27245 status collapsed
27246
27247 \begin_layout Plain Layout
27248
27249
27250 \backslash
27251 setlength{
27252 \backslash
27253 arraycolsep}{5pt}
27254 \end_layout
27255
27256 \end_inset
27257
27258
27259 \begin_inset Formula 
27260 \begin{eqnarray*}
27261 A & = & B\\
27262 C & \ne & A
27263 \end{eqnarray*}
27264
27265 \end_inset
27266
27267
27268 \end_layout
27269
27270 \begin_layout Subsubsection
27271 長い数式
27272 \begin_inset Index idx
27273 status collapsed
27274
27275 \begin_layout Plain Layout
27276 すうしき@数式 ! ながい@長い
27277 \end_layout
27278
27279 \end_inset
27280
27281
27282 \end_layout
27283
27284 \begin_layout Standard
27285 長い数式は、以下の方法を使って組版することができます。
27286 \end_layout
27287
27288 \begin_layout Itemize
27289 左辺ないし右辺の一方が、行幅よりもかなり短いときには、以下のように、短い方を左辺に置き、右辺を二行に分けて組版します。
27290 \begin_inset Formula 
27291 \begin{eqnarray}
27292 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 \\
27293  &  & -\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}
27294 \end{eqnarray}
27295
27296 \end_inset
27297
27298 二行目の最初のマイナス記号は、行頭の文字になってしまうため、通常、表示の上で演算子としては取り扱われません。前後に余白が置かれることもなく、分数線からも離れて表
27299 示されません。これを避けるために、マイナス記号の後に
27300 \series bold
27301
27302 \backslash
27303 hspace
27304 \series default
27305 .
27306 \begin_inset Foot
27307 status collapsed
27308
27309 \begin_layout Plain Layout
27310
27311 \series bold
27312
27313 \backslash
27314 hspace
27315 \series default
27316 に関しての詳細は、第
27317 \begin_inset CommandInset ref
27318 LatexCommand ref
27319 reference "sub:可変長の空白"
27320
27321 \end_inset
27322
27323 節をご覧下さい。
27324 \end_layout
27325
27326 \end_inset
27327
27328
27329 \begin_inset Index idx
27330 status collapsed
27331
27332 \begin_layout Plain Layout
27333 こまんど@コマンド ! H ! 
27334 \backslash
27335 hspace
27336 \end_layout
27337
27338 \end_inset
27339
27340 コマンドを使って3
27341 \begin_inset space \thinspace{}
27342 \end_inset
27343
27344 pt空白を入れてあります。
27345 \end_layout
27346
27347 \begin_layout Itemize
27348 数式の両辺がともに長すぎるときには、
27349 \series bold
27350
27351 \backslash
27352 lefteqn
27353 \series default
27354
27355 \begin_inset Index idx
27356 status collapsed
27357
27358 \begin_layout Plain Layout
27359 こまんど@コマンド ! L ! 
27360 \backslash
27361 lefteqn
27362 \end_layout
27363
27364 \end_inset
27365
27366 コマンドを使います。これを最初の行の第一列に入れると、以下のように、続きの内容が他の列にかかって表示されます。
27367 \begin_inset Formula 
27368 \begin{eqnarray}
27369 \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 \\
27370  &  & -\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 \\
27371  &  & =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}
27372 \end{eqnarray}
27373
27374 \end_inset
27375
27376
27377 \series bold
27378
27379 \backslash
27380 lefteqn
27381 \series default
27382 を入力すると、青枠から少し左にずれたところに現れる紫枠にカーソルが移るので、ここに数式を入力します。
27383 \begin_inset Newline newline
27384 \end_inset
27385
27386 二行め以降の行の内容は、二列め以降の列に挿入します。挿入する列が右になるほど、字下げの量が大きくなります。
27387 \begin_inset VSpace medskip
27388 \end_inset
27389
27390
27391 \begin_inset Newline newline
27392 \end_inset
27393
27394
27395 \begin_inset Note Greyedout
27396 status open
27397
27398 \begin_layout Plain Layout
27399
27400 \series bold
27401
27402 \backslash
27403 lefteqn
27404 \series default
27405 を使用する際には、以下のことにご注意下さい。
27406 \end_layout
27407
27408 \begin_layout Itemize
27409 数式では、ページ幅全部を使うことはしません。たとえば、上記の例で、最初の行に
27410 \begin_inset Formula $-B^{2}$
27411 \end_inset
27412
27413 という項を置いたとすると、ページ余白の領域に出てしまいますが、これはよくありません。幅をうまく使うには、最初の行の行頭に負の空白を入れる方法もあります。
27414 \end_layout
27415
27416 \begin_layout Itemize
27417 LyXのバグによって、最初の行にマウスでカーソルを入れることはできません
27418 \begin_inset Foot
27419 status collapsed
27420
27421 \begin_layout Plain Layout
27422 \begin_inset CommandInset href
27423 LatexCommand href
27424 name "LyX-bug #1429"
27425 target "http://www.lyx.org/trac/ticket/1429"
27426
27427 \end_inset
27428
27429
27430 \end_layout
27431
27432 \end_inset
27433
27434 。カーソルを行頭に合わせて、矢印
27435 \begin_inset Flex Ruby
27436 status collapsed
27437
27438 \begin_layout Plain Layout
27439
27440 \begin_inset Argument post:1
27441 status collapsed
27442
27443 \begin_layout Plain Layout
27444 キー
27445 \end_layout
27446
27447 \end_inset
27448
27449
27450 \end_layout
27451
27452 \end_inset
27453
27454 で移動するしかありません。
27455 \end_layout
27456
27457 \end_inset
27458
27459
27460 \end_layout
27461
27462 \begin_layout Itemize
27463 長い数式を組む他の方法として、第
27464 \begin_inset CommandInset ref
27465 LatexCommand ref
27466 reference "sub:multline環境"
27467
27468 \end_inset
27469
27470 節と第
27471 \begin_inset CommandInset ref
27472 LatexCommand ref
27473 reference "sub:数式の一部の多行化"
27474
27475 \end_inset
27476
27477 節で述べられている環境を用いる方法があります。
27478 \end_layout
27479
27480 \begin_layout Subsubsection
27481 多行にわたる括弧
27482 \begin_inset CommandInset label
27483 LatexCommand label
27484 name "sub:多行にわたる括弧"
27485
27486 \end_inset
27487
27488
27489 \begin_inset Index idx
27490 status collapsed
27491
27492 \begin_layout Plain Layout
27493 かっこ@括弧 ! たぎょうすうしきよう@多行数式用
27494 \end_layout
27495
27496 \end_inset
27497
27498
27499 \end_layout
27500
27501 \begin_layout Standard
27502 多行にわたる括弧を作ろうとすると、以下のような問題が生じます。
27503 \begin_inset Formula 
27504 \begin{eqnarray*}
27505 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
27506  &  & \left.\cdots+B-D\right]
27507 \end{eqnarray*}
27508
27509 \end_inset
27510
27511
27512 \end_layout
27513
27514 \begin_layout Standard
27515 可変寸法の括弧は多行にわたることができないので、閉じ括弧が初めの括弧よりも小さくなってしまっています。
27516 \end_layout
27517
27518 \begin_layout Standard
27519 二行めの括弧の大きさを正しく設定するには、最初の行の終わりを
27520 \series bold
27521
27522 \backslash
27523 right.
27524 \series default
27525
27526 \begin_inset Index idx
27527 status collapsed
27528
27529 \begin_layout Plain Layout
27530 こまんど@コマンド ! R ! 
27531 \backslash
27532 right
27533 \end_layout
27534
27535 \end_inset
27536
27537 とし、二行めの始めを
27538 \series bold
27539
27540 \backslash
27541 left.
27542 \begin_inset Foot
27543 status collapsed
27544
27545 \begin_layout Plain Layout
27546
27547 \series bold
27548
27549 \backslash
27550 left
27551 \series default
27552
27553 \series bold
27554
27555 \backslash
27556 right
27557 \series default
27558 に関する詳細は、第
27559 \begin_inset CommandInset ref
27560 LatexCommand ref
27561 reference "sub:自動の括弧丈"
27562
27563 \end_inset
27564
27565 節をご覧下さい。
27566 \end_layout
27567
27568 \end_inset
27569
27570
27571 \series default
27572
27573 \begin_inset Index idx
27574 status collapsed
27575
27576 \begin_layout Plain Layout
27577 こまんど@コマンド ! L ! 
27578 \backslash
27579 left
27580 \end_layout
27581
27582 \end_inset
27583
27584 とします。一行めにおいては、範囲付き積演算子がもっとも大きな記号であり、これが二行めの括弧の大きさにならなくてはならないので、
27585 \series bold
27586
27587 \backslash
27588 left.
27589 \series default
27590 の後に、
27591 \series bold
27592
27593 \backslash
27594 vphantom
27595 \series default
27596
27597 \begin_inset space \textvisiblespace{}
27598 \end_inset
27599
27600
27601 \series bold
27602
27603 \backslash
27604 prod
27605 \series default
27606 ^
27607 \begin_inset space \textvisiblespace{}
27608 \end_inset
27609
27610
27611 \series bold
27612
27613 \backslash
27614 infty
27615 \series default
27616
27617 \begin_inset space \textvisiblespace{}
27618 \end_inset
27619
27620
27621 \series bold
27622
27623 \begin_inset Formula $\downarrow$
27624 \end_inset
27625
27626 _R=1}
27627 \series default
27628
27629 \begin_inset Index idx
27630 status collapsed
27631
27632 \begin_layout Plain Layout
27633 こまんど@コマンド ! V ! 
27634 \backslash
27635 vphantom
27636 \end_layout
27637
27638 \end_inset
27639
27640 というコマンドを挿入します。
27641 \end_layout
27642
27643 \begin_layout Standard
27644 その結果が以下の数式です。
27645 \begin_inset Formula 
27646 \begin{eqnarray*}
27647 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
27648  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
27649 \end{eqnarray*}
27650
27651 \end_inset
27652
27653
27654 \end_layout
27655
27656 \begin_layout Subsection
27657 align環境
27658 \end_layout
27659
27660 \begin_layout Standard
27661 align環境は、すべての型の多行数式に使うことができ、とくに、いくつかの数式を並べて表示させるのに便利です。
27662 \end_layout
27663
27664 \begin_layout Standard
27665 align環境には列があり、奇数列は右揃え、偶数列は左揃えに設定されます。align環境の行にはすべて、付番することができます。
27666 \end_layout
27667
27668 \begin_layout Standard
27669 align環境は、
27670 \family sans
27671 挿入\SpecialChar \menuseparator
27672 数式
27673 \family default
27674 メニューから作ることができます。
27675 \family sans
27676 編集\SpecialChar \menuseparator
27677 数式\SpecialChar \menuseparator
27678 数式の表記を変更
27679 \family default
27680 メニューを使えば、既存の数式をalign環境に変更することができます。
27681 \end_layout
27682
27683 \begin_layout Standard
27684 列を追加したり削除したりするには、数式ツールバーボタンの
27685 \begin_inset Graphics
27686         filename ../../images/tabular-feature_append-column.png
27687         scale 85
27688
27689 \end_inset
27690
27691
27692 \begin_inset Graphics
27693         filename ../../images/tabular-feature_delete-column.png
27694         scale 85
27695
27696 \end_inset
27697
27698 を使うか、
27699 \family sans
27700 編集\SpecialChar \menuseparator
27701 行と列
27702 \family default
27703 メニューを使います。
27704 \end_layout
27705
27706 \begin_layout Subsubsection
27707 標準align環境
27708 \begin_inset CommandInset label
27709 LatexCommand label
27710 name "sub:標準align環境"
27711
27712 \end_inset
27713
27714
27715 \begin_inset Index idx
27716 status collapsed
27717
27718 \begin_layout Plain Layout
27719 すうしき@数式 ! たぎょう@多行 ! alignかんきょう@align環境
27720 \end_layout
27721
27722 \end_inset
27723
27724
27725 \end_layout
27726
27727 \begin_layout Standard
27728 このalign環境は、数式中で
27729 \begin_inset Info
27730 type  "shortcut"
27731 arg   "newline-insert newline"
27732 \end_inset
27733
27734 を押すか、
27735 \family sans
27736 挿入\SpecialChar \menuseparator
27737 数式\SpecialChar \menuseparator
27738 AMS align環境
27739 \family default
27740 メニューで作ることができます。
27741 \end_layout
27742
27743 \begin_layout Standard
27744 以下は、二つの数式を横に並べた例ですが、これは4列からなるalign環境として作ります。
27745 \begin_inset Formula 
27746 \begin{align*}
27747 A & =\sin(B) & C & =D\\
27748 C & \ne A & B & \ne D
27749 \end{align*}
27750
27751 \end_inset
27752
27753 ご覧になって分かるように、この環境の数式は、一列めの前と偶数列の後に
27754 \series bold
27755
27756 \backslash
27757 hfill
27758 \begin_inset Foot
27759 status collapsed
27760
27761 \begin_layout Plain Layout
27762
27763 \series bold
27764
27765 \backslash
27766 hfill
27767 \series default
27768 に関する詳細は、第
27769 \begin_inset CommandInset ref
27770 LatexCommand ref
27771 reference "sub:可変長の空白"
27772
27773 \end_inset
27774
27775 節をご覧下さい。
27776 \end_layout
27777
27778 \end_inset
27779
27780
27781 \series default
27782 があるかのように配置されます。数式様式として
27783 \series bold
27784 行頭下げ
27785 \begin_inset Foot
27786 status collapsed
27787
27788 \begin_layout Plain Layout
27789
27790 \series bold
27791 数式様式については、第
27792 \series default
27793
27794 \begin_inset CommandInset ref
27795 LatexCommand ref
27796 reference "sec:数式様式"
27797
27798 \end_inset
27799
27800 節をご覧下さい。
27801 \end_layout
27802
27803 \end_inset
27804
27805
27806 \series default
27807 を使う場合には、第一列の前の
27808 \series bold
27809
27810 \backslash
27811 hfill
27812 \series default
27813 はない形で数式が設定されます。
27814 \end_layout
27815
27816 \begin_layout Subsubsection
27817 alignat環境
27818 \begin_inset Index idx
27819 status collapsed
27820
27821 \begin_layout Plain Layout
27822 すうしき@数式 ! たぎょう@多行 ! alignatかんきょう@alignat環境
27823 \end_layout
27824
27825 \end_inset
27826
27827
27828 \end_layout
27829
27830 \begin_layout Standard
27831 alignat環境には、事前に設定された列間が存在しません。列間は、必要ならば、第
27832 \begin_inset CommandInset ref
27833 LatexCommand ref
27834 reference "sub:空白"
27835
27836 \end_inset
27837
27838 節に述べられている空白を使用して手動で入れます。
27839 \end_layout
27840
27841 \begin_layout Standard
27842 以下は、上記の例をalignat環境に設定し、二つめの数式の頭に1
27843 \begin_inset space \thinspace{}
27844 \end_inset
27845
27846 cmの空白を入れたものです。
27847 \begin_inset Formula 
27848 \begin{alignat*}{2}
27849 A & =\sin(B) & \hspace{1cm}C & =D\\
27850 C & \ne A & B & \ne D
27851 \end{alignat*}
27852
27853 \end_inset
27854
27855 列間を各列ごとに設定することができるので、この環境は、とくに三つないし四つの数式を横に並べるのに向いています。
27856 \end_layout
27857
27858 \begin_layout Subsubsection
27859 flalign環境
27860 \begin_inset CommandInset label
27861 LatexCommand label
27862 name "sub:flalign環境"
27863
27864 \end_inset
27865
27866
27867 \begin_inset Index idx
27868 status collapsed
27869
27870 \begin_layout Plain Layout
27871 すうしき@数式 ! たぎょう@多行 ! flalignかんきょう@flalign環境
27872 \end_layout
27873
27874 \end_inset
27875
27876
27877 \end_layout
27878
27879 \begin_layout Standard
27880 この環境では、つねに、最初の二列をできるだけ左寄せにし、最後の二列をできるだけ右寄せにするように設定されます。以下がその例です。
27881 \begin_inset Formula 
27882 \begin{flalign*}
27883 A & =1 & B & =2 & C & =3\\
27884 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
27885 \end{flalign*}
27886
27887 \end_inset
27888
27889
27890 \end_layout
27891
27892 \begin_layout Standard
27893 奇数列のflalign環境を作成し、最後の列に空のTeX括弧を入れておくと、数式様式として
27894 \series bold
27895 中央揃え
27896 \series default
27897 が用いられているときでも、一部の数式を左寄せにすることができます。以下は、例として
27898 \begin_inset CommandInset ref
27899 LatexCommand eqref
27900 reference "eq:VolInt"
27901
27902 \end_inset
27903
27904 式を行頭下げにしたものです。
27905 \begin_inset Formula 
27906 \begin{flalign}
27907 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}
27908 \end{flalign}
27909
27910 \end_inset
27911
27912 ここで、最初の二列には数式が入れられており、行頭下げ数式様式と同等の字下げを行うために、30
27913 \begin_inset space \thinspace{}
27914 \end_inset
27915
27916 ptの空白が第1列の頭に入れてあります。
27917 \end_layout
27918
27919 \begin_layout Subsection
27920 eqnarray環境
27921 \begin_inset CommandInset label
27922 LatexCommand label
27923 name "sub:eqnarray環境"
27924
27925 \end_inset
27926
27927
27928 \begin_inset Index idx
27929 status collapsed
27930
27931 \begin_layout Plain Layout
27932 すうしき@数式 ! たぎょう@多行 ! eqnarrayかんきょう@eqnarray環境
27933 \end_layout
27934
27935 \end_inset
27936
27937
27938 \end_layout
27939
27940 \begin_layout Standard
27941 この環境を作成すると、三つの青枠が現れます。最初の枠の内容は右寄せに設定され、最後の枠の内容は左寄せに設定されます。中央の枠は、関係子のみを入れることを想定して
27942 いるので、その内容は中央揃えで少し小さく設定されます。
27943 \begin_inset Formula 
27944 \begin{eqnarray*}
27945 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
27946 AB & AB & AB\\
27947 A & = & A
27948 \end{eqnarray*}
27949
27950 \end_inset
27951
27952
27953 \end_layout
27954
27955 \begin_layout Subsection
27956 gather環境
27957 \begin_inset Index idx
27958 status collapsed
27959
27960 \begin_layout Plain Layout
27961 すうしき@数式 ! たぎょう@多行 ! gatherかんきょう@gather環境
27962 \end_layout
27963
27964 \end_inset
27965
27966
27967 \end_layout
27968
27969 \begin_layout Standard
27970 この環境には、中央揃えに設定された列一つしかありません。行はすべて付番することができます。
27971 \begin_inset Formula 
27972 \begin{gather}
27973 A=1\\
27974 X=\textrm{-}1
27975 \end{gather}
27976
27977 \end_inset
27978
27979
27980 \end_layout
27981
27982 \begin_layout Subsection
27983 multline環境
27984 \begin_inset CommandInset label
27985 LatexCommand label
27986 name "sub:multline環境"
27987
27988 \end_inset
27989
27990
27991 \begin_inset Index idx
27992 status collapsed
27993
27994 \begin_layout Plain Layout
27995 すうしき@数式 ! たぎょう@多行 ! multlineかんきょう@multpline環境
27996 \end_layout
27997
27998 \end_inset
27999
28000
28001 \end_layout
28002
28003 \begin_layout Standard
28004 gather環境同様、multline環境には、中央揃えに設定された列一つしかありません。ただし、一行めが左揃えに設定され、最終行が右揃えに設定されるのです。他
28005 の行はすべて中央揃えになります。このことから、この環境は、長い数式に使うのに向いています。用例として、
28006 \begin_inset CommandInset ref
28007 LatexCommand eqref
28008 reference "eq:lefteqn"
28009
28010 \end_inset
28011
28012 式をmultline環境に置いたものを示します。
28013 \begin_inset Formula 
28014 \begin{multline}
28015 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}\\
28016 -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}\\
28017 =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}}
28018 \end{multline}
28019
28020 \end_inset
28021
28022
28023 \end_layout
28024
28025 \begin_layout Standard
28026 文書の付番設定が右寄せ(左寄せ)になっているときには、出力では、multline環境の最後(最初)の行だけが付番されます
28027 \begin_inset Foot
28028 status collapsed
28029
28030 \begin_layout Plain Layout
28031 付番様式については、第
28032 \begin_inset CommandInset ref
28033 LatexCommand ref
28034 reference "sec:数式様式"
28035
28036 \end_inset
28037
28038 節を参照。
28039 \end_layout
28040
28041 \end_inset
28042
28043
28044 \end_layout
28045
28046 \begin_layout Standard
28047
28048 \series bold
28049
28050 \backslash
28051 shoveright
28052 \begin_inset Index idx
28053 status collapsed
28054
28055 \begin_layout Plain Layout
28056 こまんど@コマンド ! S ! 
28057 \backslash
28058 shoveright
28059 \end_layout
28060
28061 \end_inset
28062
28063 コマンドや
28064 \backslash
28065 shoveleft
28066 \begin_inset Index idx
28067 status collapsed
28068
28069 \begin_layout Plain Layout
28070 こまんど@コマンド ! S ! 
28071 \backslash
28072 shoveleft
28073 \end_layout
28074
28075 \end_inset
28076
28077
28078 \series default
28079 コマンドを使えば、中央揃えの行を右寄せや左寄せにすることができます。これらのコマンドは、以下のようにして使います。
28080 \end_layout
28081
28082 \begin_layout Standard
28083
28084 \series bold
28085
28086 \backslash
28087 shoveright{行の内容}
28088 \series default
28089 あるいは
28090 \series bold
28091
28092 \backslash
28093 shoveleft{行の内容}
28094 \end_layout
28095
28096 \begin_layout Standard
28097 \begin_inset VSpace medskip
28098 \end_inset
28099
28100
28101 \series bold
28102
28103 \backslash
28104 multlinegap
28105 \begin_inset Index idx
28106 status collapsed
28107
28108 \begin_layout Plain Layout
28109 こまんど@コマンド ! M ! 
28110 \backslash
28111 multlinegap
28112 \end_layout
28113
28114 \end_inset
28115
28116
28117 \series default
28118 長は、一行めの左ページ余白からの距離を指定します。既定値は0
28119 \begin_inset space \thinspace{}
28120 \end_inset
28121
28122 ptの長さです。
28123 \end_layout
28124
28125 \begin_layout Standard
28126 以下は、上記の数式に
28127 \end_layout
28128
28129 \begin_layout Standard
28130
28131 \series bold
28132
28133 \backslash
28134 setlength{
28135 \backslash
28136 multlinegap}{2cm}
28137 \end_layout
28138
28139 \begin_layout Standard
28140 というコマンドを、TeXモードで直前に挿入した例です。
28141 \begin_inset ERT
28142 status collapsed
28143
28144 \begin_layout Plain Layout
28145
28146
28147 \backslash
28148 setlength{
28149 \backslash
28150 multlinegap}{2cm}
28151 \end_layout
28152
28153 \end_inset
28154
28155
28156 \begin_inset Formula 
28157 \begin{multline}
28158 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}\\
28159 \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}}\\
28160 =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}}
28161 \end{multline}
28162
28163 \end_inset
28164
28165
28166 \begin_inset ERT
28167 status collapsed
28168
28169 \begin_layout Plain Layout
28170
28171
28172 \backslash
28173 setlength{
28174 \backslash
28175 multlinegap}{0pt}
28176 \end_layout
28177
28178 \end_inset
28179
28180 二行めは、
28181 \series bold
28182
28183 \backslash
28184 shoveleft
28185 \series default
28186 を使って左揃えにしています。
28187 \end_layout
28188
28189 \begin_layout Subsection
28190 数式の一部の多行化
28191 \begin_inset CommandInset label
28192 LatexCommand label
28193 name "sub:数式の一部の多行化"
28194
28195 \end_inset
28196
28197
28198 \begin_inset Index idx
28199 status collapsed
28200
28201 \begin_layout Plain Layout
28202 すうしき@数式 ! たぎょう@多行 ! すうしきのいちぶ@数式の一部
28203 \end_layout
28204
28205 \end_inset
28206
28207
28208 \end_layout
28209
28210 \begin_layout Standard
28211 数式の一部分のみを多行表示したい場合には、
28212 \series bold
28213 aligned
28214 \series default
28215
28216 \series bold
28217 alignedat
28218 \series default
28219
28220 \series bold
28221 gathered
28222 \series default
28223
28224 \series bold
28225 split
28226 \series default
28227 のうちのいずれかの環境を使用します。これらは、
28228 \family sans
28229 挿入\SpecialChar \menuseparator
28230 数式
28231 \family default
28232 メニューか、本節で解説している各コマンドを使用して挿入することができます。
28233 \end_layout
28234
28235 \begin_layout Standard
28236 最初の三つの環境は、環境名から
28237 \series bold
28238 ed
28239 \series default
28240 を省いた同名の多行数式環境と同じ性格を持ちますが、環境の前後に数式を続けることが可能です。たとえば、
28241 \begin_inset Formula 
28242 \[
28243 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
28244 \Delta E\Delta t & \ge\frac{\hbar}{2}
28245 \end{aligned}
28246 \right\} \textrm{不確定性原理}
28247 \]
28248
28249 \end_inset
28250
28251
28252 \end_layout
28253
28254 \begin_layout Standard
28255 この数式を作るには、別行立て数式をまず作っておいて、そこに
28256 \series bold
28257
28258 \backslash
28259 aligned
28260 \begin_inset Index idx
28261 status collapsed
28262
28263 \begin_layout Plain Layout
28264 こまんど@コマンド ! A ! 
28265 \backslash
28266 aligned
28267 \end_layout
28268
28269 \end_inset
28270
28271
28272 \series default
28273 コマンドを挿入しています。紫枠の中に青枠が現れるので、そこに必要に応じて、列や行を加えていきます。この多行環境の外には、括弧などの他の数式要素を入れることができ
28274 ます。
28275 \end_layout
28276
28277 \begin_layout Standard
28278 aligned環境は、長い数式を水平方向を揃えて表示するのにも向いています。別行立て数式内でalignedを用いるようにすると、数式番号を行末の、数式全高の中心
28279 に配置できる利点があります。以下に例として、
28280 \begin_inset CommandInset ref
28281 LatexCommand eqref
28282 reference "eq:shortlong"
28283
28284 \end_inset
28285
28286 式にaligned環境を適用したものを示します。
28287 \begin_inset Formula 
28288 \begin{equation}
28289 \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}|}\\
28290  & -\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}|}
28291 \end{aligned}
28292 \end{equation}
28293
28294 \end_inset
28295
28296
28297 \end_layout
28298
28299 \begin_layout Standard
28300
28301 \series bold
28302 alignedat
28303 \series default
28304
28305 \series bold
28306 gathered
28307 \series default
28308
28309 \series bold
28310 split
28311 \series default
28312 の各環境を使うには、それぞれ
28313 \series bold
28314
28315 \backslash
28316 alignedat
28317 \series default
28318
28319 \begin_inset Index idx
28320 status collapsed
28321
28322 \begin_layout Plain Layout
28323 こまんど@コマンド ! A ! 
28324 \backslash
28325 alignedat
28326 \end_layout
28327
28328 \end_inset
28329
28330
28331 \series bold
28332
28333 \backslash
28334 gathered
28335 \series default
28336
28337 \begin_inset Index idx
28338 status collapsed
28339
28340 \begin_layout Plain Layout
28341 こまんど@コマンド ! G ! 
28342 \backslash
28343 gathered
28344 \end_layout
28345
28346 \end_inset
28347
28348
28349 \series bold
28350
28351 \backslash
28352 split
28353 \series default
28354
28355 \begin_inset Index idx
28356 status collapsed
28357
28358 \begin_layout Plain Layout
28359 こまんど@コマンド ! S ! 
28360 \backslash
28361 split
28362 \end_layout
28363
28364 \end_inset
28365
28366 の各コマンドを挿入します。split環境は、aligned環境と同じ性格を持ちますが、二つの列しか作ることができません。
28367 \end_layout
28368
28369 \begin_layout Subsection
28370 多行数式中のテキスト
28371 \begin_inset CommandInset label
28372 LatexCommand label
28373 name "sub:多行数式中のテキスト"
28374
28375 \end_inset
28376
28377
28378 \begin_inset Index idx
28379 status collapsed
28380
28381 \begin_layout Plain Layout
28382 てきすと@テキスト ! すうしきちゅうの@数式中の
28383 \end_layout
28384
28385 \end_inset
28386
28387
28388 \begin_inset Index idx
28389 status collapsed
28390
28391 \begin_layout Plain Layout
28392 すうしき@数式 ! たぎょう@多行 ! てきすと@テキスト
28393 \end_layout
28394
28395 \end_inset
28396
28397
28398 \end_layout
28399
28400 \begin_layout Standard
28401 各align系環境およびmultline・gather環境では、独立した行に列揃えの影響を受けない形でテキストを挿入することができます。これを行うには、以下の書
28402 式を持つ
28403 \series bold
28404
28405 \backslash
28406 intertext
28407 \series default
28408
28409 \begin_inset Index idx
28410 status collapsed
28411
28412 \begin_layout Plain Layout
28413 こまんど@コマンド ! I ! 
28414 \backslash
28415 intertext
28416 \end_layout
28417
28418 \end_inset
28419
28420 コマンドを使います。
28421 \end_layout
28422
28423 \begin_layout Standard
28424
28425 \series bold
28426
28427 \backslash
28428 intertext{テキスト}
28429 \end_layout
28430
28431 \begin_layout Standard
28432 テキストのハイフネーションを行うことはできないので、テキストは一行に収めなくてはなりません。LyXは、現時点では
28433 \series bold
28434
28435 \backslash
28436 intertext
28437 \series default
28438 を直接サポートしていないので、テキストは数式テキストとして書き入れます。ここで、
28439 \series bold
28440
28441 \backslash
28442 intertext
28443 \series default
28444 は行頭になくてはならず、当該行の上に出力されます。以下は、二行めの行頭にテキストを入れた例です。
28445 \begin_inset Formula 
28446 \begin{align}
28447 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
28448 \intertext{\text{被積分函数は\ensuremath{\phi=\pi}において対称なので、}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
28449 \end{align}
28450
28451 \end_inset
28452
28453
28454 \begin_inset Newpage newpage
28455 \end_inset
28456
28457
28458 \end_layout
28459
28460 \begin_layout Section
28461 数式番号
28462 \begin_inset Index idx
28463 status collapsed
28464
28465 \begin_layout Plain Layout
28466 すうしきばんごう@数式番号
28467 \end_layout
28468
28469 \end_inset
28470
28471
28472 \begin_inset Index idx
28473 status collapsed
28474
28475 \begin_layout Plain Layout
28476 すうしき@数式 ! ばんごう@番号|see
28477 \begin_inset ERT
28478 status collapsed
28479
28480 \begin_layout Plain Layout
28481
28482 {
28483 \end_layout
28484
28485 \end_inset
28486
28487 数式番号
28488 \begin_inset ERT
28489 status collapsed
28490
28491 \begin_layout Plain Layout
28492
28493 }
28494 \end_layout
28495
28496 \end_inset
28497
28498
28499 \end_layout
28500
28501 \end_inset
28502
28503
28504 \end_layout
28505
28506 \begin_layout Subsection
28507 概要
28508 \end_layout
28509
28510 \begin_layout Standard
28511 付番数式は、
28512 \family sans
28513 挿入\SpecialChar \menuseparator
28514 数式\SpecialChar \menuseparator
28515 付番数式
28516 \family default
28517 メニュー(
28518 \begin_inset Flex Ruby
28519 status collapsed
28520
28521 \begin_layout Plain Layout
28522 捷径
28523 \begin_inset Argument post:1
28524 status collapsed
28525
28526 \begin_layout Plain Layout
28527 ショートカット
28528 \end_layout
28529
28530 \end_inset
28531
28532
28533 \end_layout
28534
28535 \end_inset
28536
28537
28538 \family sans
28539 Ctrl+Alt
28540 \begin_inset space ~
28541 \end_inset
28542
28543 N
28544 \family default
28545 )で作ることができます。既存の数式に番号を振るには、
28546 \family sans
28547 編集\SpecialChar \menuseparator
28548 数式\SpecialChar \menuseparator
28549 数式全体を付番
28550 \family default
28551 メニュー(捷径
28552 \begin_inset Info
28553 type  "shortcut"
28554 arg   "math-number-toggle"
28555 \end_inset
28556
28557 )を使います。LyX中において数式番号は、数式の後に括弧に囲まれた「#」で表されます。「#」は、実際の出力では数式番号に置き換えられます。
28558 \end_layout
28559
28560 \begin_layout Standard
28561 多行数式で付番が有効になっているときには、すべての行に番号が振られます。ただし、
28562 \family sans
28563 編集\SpecialChar \menuseparator
28564 数式\SpecialChar \menuseparator
28565 この行を付番
28566 \family default
28567 メニュー(捷径
28568 \begin_inset Info
28569 type  "shortcut"
28570 arg   "math-number-line-toggle"
28571 \end_inset
28572
28573 )を使用すれば、各行毎に付番するかどうか指定することができます。
28574 \end_layout
28575
28576 \begin_layout Standard
28577 行内数式を除いて、すべての数式は二通りの様式で番号を振ることができます。第
28578 \begin_inset CommandInset ref
28579 LatexCommand ref
28580 reference "sec:数式様式"
28581
28582 \end_inset
28583
28584 節をご覧下さい。
28585 \end_layout
28586
28587 \begin_layout Subsection
28588 相互参照
28589 \begin_inset Index idx
28590 status collapsed
28591
28592 \begin_layout Plain Layout
28593 そうごさんしょう@相互参照 ! すうしきへの@数式への
28594 \end_layout
28595
28596 \end_inset
28597
28598
28599 \end_layout
28600
28601 \begin_layout Standard
28602 ラベルを付けた数式は、すべて相互参照することができます。ラベルは、
28603 \family sans
28604 挿入\SpecialChar \menuseparator
28605 ラベル
28606 \family default
28607 メニューか、ツールバーボタンの
28608 \begin_inset Graphics
28609         filename ../../images/label-insert.png
28610         scale 85
28611
28612 \end_inset
28613
28614 で付けることができます。このとき、カーソルは別行立て数式の中になくてはなりません。すると、テキストフィールドの中に
28615 \series bold
28616 eq:と
28617 \series default
28618 いう接頭語の入ったダイアログが現れるので、接頭語の後にラベルを挿入します。この既定の接頭辞は「equation(数式)」を意味し、こうして数式ラベルであるとの標
28619 を付けることによって、節ラベルなどから区別し、大きな文書の中でラベルを見つけるのを容易にします。ラベルを変更するには、
28620 \family sans
28621 挿入\SpecialChar \menuseparator
28622 ラベル
28623 \family default
28624 メニューをもういちど使って下さい。
28625 \end_layout
28626
28627 \begin_layout Standard
28628 LyX中でラベル名は、数式の後ろに、二つの括弧に囲まれて表示されます。ラベル付きの数式はつねに付番されます。
28629 \end_layout
28630
28631 \begin_layout Standard
28632 相互参照は、
28633 \family sans
28634 挿入\SpecialChar \menuseparator
28635 相互参照
28636 \family default
28637 メニューかツールバーボタンの
28638 \begin_inset Graphics
28639         filename ../../images/dialog-show-new-inset_ref.png
28640         scale 85
28641
28642 \end_inset
28643
28644 を使って挿入します。数式相互参照は、出力では数式番号として表示されます。相互参照ダイアログで「
28645 \series bold
28646 (<参照>)
28647 \series default
28648 」書式を選択した場合には、出力での相互参照は、括弧に囲まれた数式番号として表示されます。
28649 \begin_inset Newline newline
28650 \end_inset
28651
28652 LyX中で相互参照を右クリックすると、参照先の数式に移動することができます。
28653 \end_layout
28654
28655 \begin_layout Standard
28656 以下は、後の各小節に現れる数式への相互参照を含む例です。
28657 \begin_inset Note Note
28658 status open
28659
28660 \begin_layout Plain Layout
28661 相互参照の型の違いに留意してください。
28662 \end_layout
28663
28664 \end_inset
28665
28666
28667 \end_layout
28668
28669 \begin_layout Standard
28670 \begin_inset CommandInset ref
28671 LatexCommand eqref
28672 reference "eq:tag"
28673
28674 \end_inset
28675
28676 式と
28677 \begin_inset CommandInset ref
28678 LatexCommand eqref
28679 reference "eq:c"
28680
28681 \end_inset
28682
28683 式は、等価です。(
28684 \begin_inset CommandInset ref
28685 LatexCommand ref
28686 reference "eq:Rom"
28687
28688 \end_inset
28689
28690 )式とは異なり、(
28691 \begin_inset CommandInset ref
28692 LatexCommand ref
28693 reference "eq:Lat"
28694
28695 \end_inset
28696
28697 )式では、付番にラテン数字を使用しています。
28698 \end_layout
28699
28700 \begin_layout Standard
28701 \begin_inset VSpace medskip
28702 \end_inset
28703
28704
28705 \series bold
28706
28707 \backslash
28708 tag
28709 \begin_inset Foot
28710 status collapsed
28711
28712 \begin_layout Plain Layout
28713
28714 \series bold
28715
28716 \backslash
28717 tag
28718 \series default
28719 は、第
28720 \begin_inset CommandInset ref
28721 LatexCommand ref
28722 reference "sub:ユーザー定義番号"
28723
28724 \end_inset
28725
28726 節に説明があります。
28727 \end_layout
28728
28729 \end_inset
28730
28731
28732 \series default
28733 の引数が、第
28734 \begin_inset CommandInset ref
28735 LatexCommand ref
28736 reference "sub:段落ボックス"
28737
28738 \end_inset
28739
28740 節で述べたボックスを含んでいるときには、その数式を参照することはできません。
28741 \end_layout
28742
28743 \begin_layout Subsection
28744 細目番号
28745 \begin_inset Index idx
28746 status collapsed
28747
28748 \begin_layout Plain Layout
28749 すうしきばんごう@数式番号 ! さいもくばんごう@細目番号
28750 \end_layout
28751
28752 \end_inset
28753
28754
28755 \end_layout
28756
28757 \begin_layout Standard
28758
28759 \series bold
28760
28761 \backslash
28762 begin{subequations}
28763 \series default
28764 および
28765 \series bold
28766
28767 \backslash
28768 end{subequations}
28769 \series default
28770 コマンドを使うと、数式に細目番号を付けることができます。これらのコマンドは、TeXモードで入れます。
28771 \end_layout
28772
28773 \begin_layout Standard
28774 たとえば、
28775 \begin_inset Formula 
28776 \begin{equation}
28777 A=C-B\label{eq:a}
28778 \end{equation}
28779
28780 \end_inset
28781
28782
28783 \begin_inset ERT
28784 status collapsed
28785
28786 \begin_layout Plain Layout
28787
28788
28789 \backslash
28790 addtocounter{equation}{-1}
28791 \end_layout
28792
28793 \end_inset
28794
28795
28796 \begin_inset ERT
28797 status collapsed
28798
28799 \begin_layout Plain Layout
28800
28801
28802 \backslash
28803 begin{subequations}
28804 \end_layout
28805
28806 \end_inset
28807
28808
28809 \begin_inset VSpace -5mm
28810 \end_inset
28811
28812
28813 \begin_inset Formula 
28814 \begin{equation}
28815 B=C-A\label{eq:b}
28816 \end{equation}
28817
28818 \end_inset
28819
28820
28821 \begin_inset Formula 
28822 \begin{equation}
28823 C=A+B\label{eq:c}
28824 \end{equation}
28825
28826 \end_inset
28827
28828
28829 \end_layout
28830
28831 \begin_layout Standard
28832 \begin_inset ERT
28833 status collapsed
28834
28835 \begin_layout Plain Layout
28836
28837
28838 \backslash
28839 end{subequations}
28840 \end_layout
28841
28842 \end_inset
28843
28844
28845 \end_layout
28846
28847 \begin_layout Standard
28848 この例を作るには、次のようにします。
28849 \end_layout
28850
28851 \begin_layout Enumerate
28852 一つめの数式を入力します。
28853 \end_layout
28854
28855 \begin_layout Enumerate
28856 一つめの数式の後に
28857 \begin_inset Newline newline
28858 \end_inset
28859
28860
28861 \series bold
28862
28863 \backslash
28864 addtocounter{equation}{-1} 
28865 \backslash
28866 begin{subequations}
28867 \begin_inset Index idx
28868 status collapsed
28869
28870 \begin_layout Plain Layout
28871 こまんど@コマンド ! A ! 
28872 \backslash
28873 addtocounter
28874 \end_layout
28875
28876 \end_inset
28877
28878
28879 \begin_inset Newline newline
28880 \end_inset
28881
28882
28883 \series default
28884 を入力します。
28885 \end_layout
28886
28887 \begin_layout Enumerate
28888 二つめの数式を入力します。
28889 \end_layout
28890
28891 \begin_layout Enumerate
28892 三つめの数式を入力します。
28893 \end_layout
28894
28895 \begin_layout Enumerate
28896 三つめの数式の後に、
28897 \series bold
28898
28899 \backslash
28900 end{subequations}
28901 \series default
28902 を入力します。
28903 \end_layout
28904
28905 \begin_layout Standard
28906
28907 \series bold
28908
28909 \backslash
28910 begin
28911 \series default
28912 コマンドと
28913 \series bold
28914
28915 \backslash
28916 end
28917 \series default
28918 コマンドのあいだの数式はすべて、a・b・
28919 \begin_inset Newline linebreak
28920 \end_inset
28921
28922 c\SpecialChar \ldots{}
28923 のように細目番号が振られます。多行数式の場合は、すべての行に細目番号が振られます。細目番号が振られた数式はすべて、
28924 \emph on
28925 ひとつの
28926 \emph default
28927 付番数式として扱われますが、それぞれの付番数式が
28928 \series bold
28929 equation
28930 \series default
28931 カウンタを一つずつ進めてしまうので、
28932 \series bold
28933
28934 \backslash
28935 addtocounter
28936 \series default
28937 コマンドを使ってカウンタを戻さなくてはなりません。これを怠ると、
28938 \begin_inset CommandInset ref
28939 LatexCommand eqref
28940 reference "eq:a"
28941
28942 \end_inset
28943
28944 式・
28945 \begin_inset CommandInset ref
28946 LatexCommand eqref
28947 reference "eq:b"
28948
28949 \end_inset
28950
28951 式・
28952 \begin_inset CommandInset ref
28953 LatexCommand eqref
28954 reference "eq:c"
28955
28956 \end_inset
28957
28958 式は、それぞれ
28959 \begin_inset CommandInset ref
28960 LatexCommand eqref
28961 reference "eq:a"
28962
28963 \end_inset
28964
28965 式・
28966 \begin_inset CommandInset ref
28967 LatexCommand eqref
28968 reference "eq:d"
28969
28970 \end_inset
28971
28972 式・
28973 \begin_inset CommandInset ref
28974 LatexCommand eqref
28975 reference "eq:f"
28976
28977 \end_inset
28978
28979 式として番号が振られてしまいます。
28980 \end_layout
28981
28982 \begin_layout Standard
28983 上記のように、コマンドをTeXモードで入れると、最初の二つの数式のあいだに空白が生じてしまいます。これを戻すために、-5
28984 \begin_inset space \thinspace{}
28985 \end_inset
28986
28987 mmの垂直空白を
28988 \series bold
28989
28990 \backslash
28991 begin{subequations}
28992 \series default
28993 コマンドの後に入れています。数式様式として
28994 \series bold
28995 行頭下げ
28996 \begin_inset Foot
28997 status collapsed
28998
28999 \begin_layout Plain Layout
29000
29001 \series bold
29002 数式様式に関しては、第
29003 \series default
29004
29005 \begin_inset CommandInset ref
29006 LatexCommand ref
29007 reference "sec:数式様式"
29008
29009 \end_inset
29010
29011 節を参照。
29012 \end_layout
29013
29014 \end_inset
29015
29016
29017 \series default
29018 を用いているときには、これを-7
29019 \begin_inset space \thinspace{}
29020 \end_inset
29021
29022 mm空白にしてください。
29023 \end_layout
29024
29025 \begin_layout Standard
29026 以下は、二行めのみ付番を無効にしている多行数式の例です。
29027 \begin_inset ERT
29028 status collapsed
29029
29030 \begin_layout Plain Layout
29031
29032
29033 \backslash
29034 begin{subequations}
29035 \end_layout
29036
29037 \end_inset
29038
29039
29040 \begin_inset Formula 
29041 \begin{eqnarray}
29042 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
29043  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
29044  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
29045 \end{eqnarray}
29046
29047 \end_inset
29048
29049
29050 \begin_inset ERT
29051 status collapsed
29052
29053 \begin_layout Plain Layout
29054
29055
29056 \backslash
29057 end{subequations}
29058 \end_layout
29059
29060 \end_inset
29061
29062
29063 \end_layout
29064
29065 \begin_layout Subsection
29066 ユーザー定義番号
29067 \begin_inset CommandInset label
29068 LatexCommand label
29069 name "sub:ユーザー定義番号"
29070
29071 \end_inset
29072
29073
29074 \begin_inset Index idx
29075 status collapsed
29076
29077 \begin_layout Plain Layout
29078 すうしきばんごう@数式番号 ! ゆーざーていぎ@ユーザー定義
29079 \end_layout
29080
29081 \end_inset
29082
29083
29084 \end_layout
29085
29086 \begin_layout Standard
29087 \begin_inset Index idx
29088 status collapsed
29089
29090 \begin_layout Plain Layout
29091 すうしきばんごう@数式番号 ! じこていぎくぎり@自己定義区切り
29092 \end_layout
29093
29094 \end_inset
29095
29096 標準の付番では、数式番号の周りに括弧が表示されます。括弧をたとえば縦棒に置き換えるには、LaTeXプリアンブルに以下の行を付け加えます。
29097 \end_layout
29098
29099 \begin_layout Standard
29100
29101 \series bold
29102
29103 \backslash
29104 def
29105 \backslash
29106 tagform@#1{
29107 \backslash
29108 maketag@@@{
29109 \series default
29110
29111 \begin_inset Formula $\boldsymbol{|}$
29112 \end_inset
29113
29114
29115 \series bold
29116 #1
29117 \series default
29118
29119 \begin_inset Formula $\boldsymbol{|}$
29120 \end_inset
29121
29122
29123 \series bold
29124 }}
29125 \series default
29126
29127 \begin_inset Note Note
29128 status collapsed
29129
29130 \begin_layout Plain Layout
29131 このマクロは、テスト用にLaTeXプリアンブルで既に宣言されています。これを有効にするには、最初のパーセント記号を取り除いて下さい。
29132 \end_layout
29133
29134 \end_inset
29135
29136
29137 \end_layout
29138
29139 \begin_layout Standard
29140 他の記号を使いたいときには、
29141 \series bold
29142 #1
29143 \series default
29144 脇の縦棒を一つないし複数の文字で置き換えて下さい。数式番号だけで良い時は、縦棒を削除して下さい。
29145 \end_layout
29146
29147 \begin_layout Standard
29148 \begin_inset VSpace bigskip
29149 \end_inset
29150
29151 数式の後ろに、括弧に囲まれた連番の代わりに、何かしらの表現が欲しいときには、以下のように
29152 \series bold
29153
29154 \backslash
29155 tag
29156 \series default
29157
29158 \begin_inset Index idx
29159 status collapsed
29160
29161 \begin_layout Plain Layout
29162 こまんど@コマンド ! T ! 
29163 \backslash
29164 tag
29165 \end_layout
29166
29167 \end_inset
29168
29169 コマンドを使います。
29170 \begin_inset Formula 
29171 \begin{equation}
29172 A+B=C\tag{何とかかんとか}\label{eq:tag}
29173 \end{equation}
29174
29175 \end_inset
29176
29177 上記の例では、
29178 \series bold
29179
29180 \backslash
29181 tag
29182 \begin_inset space \textvisiblespace{}
29183 \end_inset
29184
29185 何とかかんとか
29186 \series default
29187 というコマンドを数式に打ち込んでいます。
29188 \end_layout
29189
29190 \begin_layout Standard
29191 代わりに
29192 \series bold
29193
29194 \backslash
29195 tag*
29196 \begin_inset space \textvisiblespace{}
29197 \end_inset
29198
29199 何とかかんとか
29200 \series default
29201 というコマンドを使うと、星印は表現の周りの括弧を抑制するので、以下のようになります。
29202 \begin_inset Formula 
29203 \[
29204 A+B=C\tag*{something}
29205 \]
29206
29207 \end_inset
29208
29209
29210 \end_layout
29211
29212 \begin_layout Standard
29213 \begin_inset VSpace bigskip
29214 \end_inset
29215
29216 数式番号を、文書中の新しい部門や節ごとに振りなおしたいときには、部に関しては
29217 \begin_inset Newline newline
29218 \end_inset
29219
29220
29221 \series bold
29222
29223 \backslash
29224 @addtoreset{equation}{part}
29225 \series default
29226
29227 \begin_inset Index idx
29228 status collapsed
29229
29230 \begin_layout Plain Layout
29231 こまんど@コマンド ! 
29232 \begin_inset ERT
29233 status collapsed
29234
29235 \begin_layout Plain Layout
29236
29237 "
29238 \end_layout
29239
29240 \end_inset
29241
29242 @
29243 \begin_inset ERT
29244 status collapsed
29245
29246 \begin_layout Plain Layout
29247
29248 "
29249 \end_layout
29250
29251 \end_inset
29252
29253  ! 
29254 \backslash
29255
29256 \begin_inset ERT
29257 status collapsed
29258
29259 \begin_layout Plain Layout
29260
29261 "
29262 \end_layout
29263
29264 \end_inset
29265
29266 @
29267 \begin_inset ERT
29268 status collapsed
29269
29270 \begin_layout Plain Layout
29271
29272 "
29273 \end_layout
29274
29275 \end_inset
29276
29277 addtoreset
29278 \end_layout
29279
29280 \end_inset
29281
29282
29283 \begin_inset Newline newline
29284 \end_inset
29285
29286 節に関しては
29287 \begin_inset Newline newline
29288 \end_inset
29289
29290
29291 \series bold
29292
29293 \backslash
29294 @addtoreset{equation}{section}
29295 \begin_inset Newline newline
29296 \end_inset
29297
29298
29299 \series default
29300 というコマンドを使います。
29301 \end_layout
29302
29303 \begin_layout Standard
29304 これらのコマンドをTeXモードで使えるようにするためには、
29305 \series bold
29306
29307 \backslash
29308 makeatletter
29309 \series default
29310 コマンドで「@」字をLaTeX中で「有効」にしてやらなくてはなりません。一方、
29311 \series bold
29312
29313 \backslash
29314 makeatother
29315 \series default
29316 コマンドはこれを無効にします。したがって、TeXモード中での上記コマンド列は、
29317 \end_layout
29318
29319 \begin_layout Standard
29320
29321 \series bold
29322
29323 \backslash
29324 makeatletter
29325 \begin_inset Newline newline
29326 \end_inset
29327
29328
29329 \backslash
29330 @addtoreset{equation}{section}
29331 \begin_inset Newline newline
29332 \end_inset
29333
29334
29335 \backslash
29336 makeatother
29337 \begin_inset Newline newline
29338 \end_inset
29339
29340
29341 \series default
29342 のようにならなくてはなりません。
29343 \end_layout
29344
29345 \begin_layout Standard
29346 LaTeXプリアンブル中では、
29347 \series bold
29348
29349 \backslash
29350 makeatletter
29351 \series default
29352
29353 \series bold
29354
29355 \backslash
29356 makeatother
29357 \series default
29358 は、LyXが内部的に自動で挿入するので省略してかまいません。
29359 \end_layout
29360
29361 \begin_layout Standard
29362
29363 \series bold
29364
29365 \backslash
29366 @addtoreset
29367 \series default
29368 を戻すには、まずLaTeXプリアンブル中に
29369 \end_layout
29370
29371 \begin_layout Standard
29372
29373 \series bold
29374
29375 \backslash
29376 usepackage{remreset}
29377 \end_layout
29378
29379 \begin_layout Standard
29380 という行を入れて、
29381 \series bold
29382 remreset.sty
29383 \series default
29384
29385 \begin_inset Foot
29386 status collapsed
29387
29388 \begin_layout Plain Layout
29389
29390 \series bold
29391 remreset
29392 \series default
29393 は、LaTeXパッケージの
29394 \series bold
29395 carlisle
29396 \series default
29397
29398 \begin_inset Index idx
29399 status collapsed
29400
29401 \begin_layout Plain Layout
29402 ぱっけーじ@パッケージ ! carlisle
29403 \end_layout
29404
29405 \end_inset
29406
29407 の一部として含まれており、LaTeX標準頒布版には含まれています。
29408 \end_layout
29409
29410 \end_inset
29411
29412
29413 \begin_inset Index idx
29414 status collapsed
29415
29416 \begin_layout Plain Layout
29417 ぱっけーじ@パッケージ ! remreset
29418 \end_layout
29419
29420 \end_inset
29421
29422 ファイルを読み込んでおかなくてはなりません。その後
29423 \begin_inset Newline newline
29424 \end_inset
29425
29426
29427 \series bold
29428
29429 \backslash
29430 @removefromreset
29431 \series default
29432
29433 \begin_inset Index idx
29434 status collapsed
29435
29436 \begin_layout Plain Layout
29437 こまんど@コマンド ! 
29438 \begin_inset ERT
29439 status collapsed
29440
29441 \begin_layout Plain Layout
29442
29443 "
29444 \end_layout
29445
29446 \end_inset
29447
29448 @
29449 \begin_inset ERT
29450 status collapsed
29451
29452 \begin_layout Plain Layout
29453
29454 "
29455 \end_layout
29456
29457 \end_inset
29458
29459  ! 
29460 \backslash
29461
29462 \begin_inset ERT
29463 status collapsed
29464
29465 \begin_layout Plain Layout
29466
29467 "
29468 \end_layout
29469
29470 \end_inset
29471
29472 @
29473 \begin_inset ERT
29474 status collapsed
29475
29476 \begin_layout Plain Layout
29477
29478 "
29479 \end_layout
29480
29481 \end_inset
29482
29483 removefromreset
29484 \end_layout
29485
29486 \end_inset
29487
29488 コマンドを
29489 \series bold
29490
29491 \backslash
29492 @addtoreset
29493 \series default
29494 と同じ書式で使用すると、
29495 \series bold
29496
29497 \backslash
29498 @addtoreset
29499 \series default
29500 を戻すことができます。
29501 \end_layout
29502
29503 \begin_layout Standard
29504 \begin_inset VSpace bigskip
29505 \end_inset
29506
29507 ときには、数式を
29508 \end_layout
29509
29510 \begin_layout Standard
29511
29512 \family typewriter
29513 (節番号.数式番号)
29514 \end_layout
29515
29516 \begin_layout Standard
29517 のような形で付番し、節ごとに数式番号を「1」から始めさせなくてはならないときがあります。
29518 \end_layout
29519
29520 \begin_layout Standard
29521 このような場合のために、
29522 \series bold
29523
29524 \backslash
29525 numberwithin
29526 \series default
29527
29528 \begin_inset Index idx
29529 status collapsed
29530
29531 \begin_layout Plain Layout
29532 こまんど@コマンド ! N ! 
29533 \backslash
29534 numberwithin
29535 \end_layout
29536
29537 \end_inset
29538
29539 というコマンドがあり、
29540 \end_layout
29541
29542 \begin_layout Standard
29543
29544 \series bold
29545
29546 \backslash
29547 numberwithin{カウンタ}{節階層}
29548 \end_layout
29549
29550 \begin_layout Standard
29551 という書式で用います。「カウンタ」は、どの番号を制御するかを表し、「節階層」は点の前に何の番号を振るのかを表します。
29552 \end_layout
29553
29554 \begin_layout Standard
29555 したがって、ここではLaTeXプリアンブルかTeXコードで
29556 \end_layout
29557
29558 \begin_layout Standard
29559
29560 \series bold
29561
29562 \backslash
29563 numberwithin{equation}{section}
29564 \end_layout
29565
29566 \begin_layout Standard
29567 という行を用いることにしましょう。その結果がこれです。
29568 \begin_inset ERT
29569 status collapsed
29570
29571 \begin_layout Plain Layout
29572
29573
29574 \backslash
29575 numberwithin{equation}{section}
29576 \end_layout
29577
29578 \end_inset
29579
29580
29581 \begin_inset Formula 
29582 \begin{equation}
29583 A+B=C
29584 \end{equation}
29585
29586 \end_inset
29587
29588
29589 \end_layout
29590
29591 \begin_layout Standard
29592 たとえば、部番号を節階層として使用して、表に付番を施すときには
29593 \begin_inset Newline newline
29594 \end_inset
29595
29596
29597 \series bold
29598
29599 \backslash
29600 numberwithin{table}{part}
29601 \series default
29602 を用います。
29603 \end_layout
29604
29605 \begin_layout Standard
29606 標準の付番方式に戻したいときや、この種の付番が文書クラスで定義されているときに、それを止めさせたい場合には、
29607 \end_layout
29608
29609 \begin_layout Standard
29610
29611 \series bold
29612
29613 \backslash
29614 renewcommand{
29615 \backslash
29616 theequation}{
29617 \backslash
29618 arabic{equation}}
29619 \begin_inset Index idx
29620 status collapsed
29621
29622 \begin_layout Plain Layout
29623 こまんど@コマンド ! A ! 
29624 \backslash
29625 arabic
29626 \end_layout
29627
29628 \end_inset
29629
29630
29631 \series default
29632
29633 \begin_inset ERT
29634 status collapsed
29635
29636 \begin_layout Plain Layout
29637
29638
29639 \backslash
29640 renewcommand{
29641 \backslash
29642 theequation}{
29643 \backslash
29644 arabic{equation}}
29645 \end_layout
29646
29647 \end_inset
29648
29649
29650 \series bold
29651
29652 \begin_inset Newline newline
29653 \end_inset
29654
29655
29656 \series default
29657 あるいは
29658 \series bold
29659
29660 \begin_inset Newline newline
29661 \end_inset
29662
29663
29664 \backslash
29665 renewcommand{
29666 \backslash
29667 thetable}{
29668 \backslash
29669 arabic{table}}
29670 \end_layout
29671
29672 \begin_layout Standard
29673 というコマンドをTeXコードとして入れるか、LaTeXプリアンブルに入れます。
29674 \series bold
29675
29676 \backslash
29677 numberwithin
29678 \series default
29679 は、内部的に上記で述べた
29680 \series bold
29681
29682 \backslash
29683 @addtoreset
29684 \series default
29685 コマンドを使用しているので、これも使用後は戻しておかなくてはなりません。
29686 \begin_inset ERT
29687 status collapsed
29688
29689 \begin_layout Plain Layout
29690
29691
29692 \backslash
29693 makeatletter
29694 \end_layout
29695
29696 \begin_layout Plain Layout
29697
29698
29699 \backslash
29700 @removefromreset{equation}{section}
29701 \end_layout
29702
29703 \begin_layout Plain Layout
29704
29705
29706 \backslash
29707 makeatother
29708 \end_layout
29709
29710 \end_inset
29711
29712
29713 \end_layout
29714
29715 \begin_layout Subsection
29716 ローマ数字や文字を使った付番
29717 \begin_inset Index idx
29718 status collapsed
29719
29720 \begin_layout Plain Layout
29721 すうしきばんごう@数式番号 ! もじをつかった@文字を使った
29722 \end_layout
29723
29724 \end_inset
29725
29726
29727 \begin_inset Index idx
29728 status collapsed
29729
29730 \begin_layout Plain Layout
29731 すうしきばんごう@数式番号 ! ろーますうじをつかった@ローマ数字を使った
29732 \end_layout
29733
29734 \end_inset
29735
29736
29737 \end_layout
29738
29739 \begin_layout Standard
29740 数式は、ローマ数字やラテン文字を使って付番することもできます。たとえば、小文字のローマ数字を使って付番するには、数式の前にTeXモードで
29741 \end_layout
29742
29743 \begin_layout Standard
29744
29745 \series bold
29746
29747 \backslash
29748 renewcommand{
29749 \backslash
29750 theequation}{
29751 \backslash
29752 roman{equation}}
29753 \end_layout
29754
29755 \begin_layout Standard
29756 というコマンドを入れます。
29757 \series bold
29758
29759 \backslash
29760 renewcommand
29761 \series default
29762
29763 \begin_inset Index idx
29764 status collapsed
29765
29766 \begin_layout Plain Layout
29767 こまんど@コマンド ! R ! 
29768 \backslash
29769 renewcommand
29770 \end_layout
29771
29772 \end_inset
29773
29774 は、定義済みのコマンド
29775 \series bold
29776
29777 \backslash
29778 theequation
29779 \series default
29780 をコマンド
29781 \series bold
29782
29783 \backslash
29784 roman{equation}
29785 \series default
29786 に再定義します
29787 \begin_inset Foot
29788 status collapsed
29789
29790 \begin_layout Plain Layout
29791
29792 \series bold
29793
29794 \backslash
29795 renewcommand
29796 \series default
29797 コマンドは、第
29798 \begin_inset CommandInset ref
29799 LatexCommand ref
29800 reference "sub:newcommandコマンド"
29801
29802 \end_inset
29803
29804 節に述べられている
29805 \series bold
29806
29807 \backslash
29808 newcommand
29809 \series default
29810 コマンドと同じ書式を持ちます。
29811 \end_layout
29812
29813 \end_inset
29814
29815 。ここで、
29816 \series bold
29817 equation
29818 \series default
29819 は数式カウンタです。コマンド
29820 \series bold
29821
29822 \backslash
29823 the
29824 \series default
29825 をカウンタの接頭辞として使用すると、カウンタの値がアラビア数字として出力されます。数式に番号を振ると、LaTeXは、内部的に
29826 \series bold
29827
29828 \backslash
29829 theequation
29830 \series default
29831 コマンドを数式の後ろに置くのです。
29832 \series bold
29833
29834 \backslash
29835 roman{equation}
29836 \begin_inset Index idx
29837 status collapsed
29838
29839 \begin_layout Plain Layout
29840 こまんど@コマンド ! R ! 
29841 \backslash
29842 roman
29843 \end_layout
29844
29845 \end_inset
29846
29847
29848 \series default
29849 は、カウンタを小文字のローマ数字として出力します。
29850 \end_layout
29851
29852 \begin_layout Standard
29853 こうして、
29854 \series bold
29855
29856 \backslash
29857 renew
29858 \series default
29859 c
29860 \series bold
29861 ommand
29862 \series default
29863 コマンド以降の数式はすべて、ローマ数字で付番されるようになります。大文字のローマ数字での付番に切り替えたいときは、同じコマンドの
29864 \series bold
29865
29866 \backslash
29867 roman
29868 \series default
29869 の部分を
29870 \series bold
29871
29872 \backslash
29873 Roman
29874 \series default
29875
29876 \begin_inset Index idx
29877 status collapsed
29878
29879 \begin_layout Plain Layout
29880 こまんど@コマンド ! R ! 
29881 \backslash
29882 roman@
29883 \backslash
29884 Roman
29885 \end_layout
29886
29887 \end_inset
29888
29889 に変えて挿入します。また、小文字ラテン文字を使って「付番」したいときのために、
29890 \series bold
29891
29892 \backslash
29893 alph
29894 \series default
29895
29896 \begin_inset Index idx
29897 status collapsed
29898
29899 \begin_layout Plain Layout
29900 こまんど@コマンド ! A ! 
29901 \backslash
29902 alph
29903 \end_layout
29904
29905 \end_inset
29906
29907 コマンドがあり、大文字ラテン文字を使って付番したいときのためには、
29908 \series bold
29909
29910 \backslash
29911 Alph
29912 \series default
29913
29914 \begin_inset Index idx
29915 status collapsed
29916
29917 \begin_layout Plain Layout
29918 こまんど@コマンド ! A ! 
29919 \backslash
29920 alph@
29921 \backslash
29922 Alph
29923 \end_layout
29924
29925 \end_inset
29926
29927 コマンドがあります。
29928 \end_layout
29929
29930 \begin_layout Standard
29931 \begin_inset Note Greyedout
29932 status open
29933
29934 \begin_layout Plain Layout
29935
29936 \series bold
29937 【註】
29938 \series default
29939 ラテン文字を使うと、一つの文書の中で、最大26個の数式しか番号を振ることができません。
29940 \end_layout
29941
29942 \end_inset
29943
29944
29945 \end_layout
29946
29947 \begin_layout Standard
29948 \begin_inset ERT
29949 status collapsed
29950
29951 \begin_layout Plain Layout
29952
29953
29954 \backslash
29955 renewcommand{
29956 \backslash
29957 theequation}{
29958 \backslash
29959 roman{equation}}
29960 \end_layout
29961
29962 \end_inset
29963
29964
29965 \end_layout
29966
29967 \begin_layout Standard
29968 \begin_inset Formula 
29969 \begin{equation}
29970 A=\textrm{小文字ローマ数字}
29971 \end{equation}
29972
29973 \end_inset
29974
29975
29976 \begin_inset ERT
29977 status collapsed
29978
29979 \begin_layout Plain Layout
29980
29981
29982 \backslash
29983 renewcommand{
29984 \backslash
29985 theequation}{
29986 \backslash
29987 Roman{equation}}
29988 \end_layout
29989
29990 \end_inset
29991
29992
29993 \begin_inset Formula 
29994 \begin{equation}
29995 B=\textrm{大文字ローマ数字}\label{eq:Rom}
29996 \end{equation}
29997
29998 \end_inset
29999
30000
30001 \begin_inset ERT
30002 status collapsed
30003
30004 \begin_layout Plain Layout
30005
30006
30007 \backslash
30008 renewcommand{
30009 \backslash
30010 theequation}{
30011 \backslash
30012 alph{equation}}
30013 \end_layout
30014
30015 \end_inset
30016
30017
30018 \begin_inset Formula 
30019 \begin{equation}
30020 C=\textrm{小文字ラテン文字}
30021 \end{equation}
30022
30023 \end_inset
30024
30025
30026 \begin_inset ERT
30027 status collapsed
30028
30029 \begin_layout Plain Layout
30030
30031
30032 \backslash
30033 renewcommand{
30034 \backslash
30035 theequation}{
30036 \backslash
30037 Alph{equation}}
30038 \end_layout
30039
30040 \end_inset
30041
30042
30043 \begin_inset Formula 
30044 \begin{equation}
30045 D=\textrm{大文字ラテン文字}\label{eq:Lat}
30046 \end{equation}
30047
30048 \end_inset
30049
30050
30051 \end_layout
30052
30053 \begin_layout Standard
30054 既定の付番方式に戻すには、以下のコマンドを挿入してください。
30055 \end_layout
30056
30057 \begin_layout Standard
30058
30059 \series bold
30060
30061 \backslash
30062 renewcommand{
30063 \backslash
30064 theequation}{
30065 \backslash
30066 arabic{equation}}
30067 \begin_inset Index idx
30068 status collapsed
30069
30070 \begin_layout Plain Layout
30071 こまんど@コマンド ! A ! 
30072 \backslash
30073 arabic
30074 \end_layout
30075
30076 \end_inset
30077
30078
30079 \end_layout
30080
30081 \begin_layout Standard
30082 \begin_inset ERT
30083 status collapsed
30084
30085 \begin_layout Plain Layout
30086
30087
30088 \backslash
30089 renewcommand{
30090 \backslash
30091 theequation}{
30092 \backslash
30093 arabic{equation}}
30094 \end_layout
30095
30096 \end_inset
30097
30098
30099 \begin_inset Formula 
30100 \begin{equation}
30101 E=\textrm{アラビア数字}
30102 \end{equation}
30103
30104 \end_inset
30105
30106
30107 \end_layout
30108
30109 \begin_layout Standard
30110 \begin_inset VSpace medskip
30111 \end_inset
30112
30113 以上からわかるとおり、付番様式の違いに関わらず、数式番号は連番で振られます。様式変更時に「1」から番号が始まるようにするためには、新しい数式カウンタを定義しなく
30114 てはなりません。この点に関する説明は、ファイル
30115 \begin_inset CommandInset href
30116 LatexCommand href
30117 name "Formula-numbering.lyx"
30118 target "run:Formula-numbering.lyx"
30119
30120 \end_inset
30121
30122 にあります。
30123 \end_layout
30124
30125 \begin_layout Section
30126 化学記号と化学式
30127 \begin_inset CommandInset label
30128 LatexCommand label
30129 name "sub:化学記号と化学式"
30130
30131 \end_inset
30132
30133
30134 \begin_inset Index idx
30135 status collapsed
30136
30137 \begin_layout Plain Layout
30138 かがくきごう@化学記号 ! きごう@記号
30139 \end_layout
30140
30141 \end_inset
30142
30143
30144 \begin_inset Index idx
30145 status collapsed
30146
30147 \begin_layout Plain Layout
30148 かがくしき@化学式
30149 \end_layout
30150
30151 \end_inset
30152
30153
30154 \begin_inset Index idx
30155 status collapsed
30156
30157 \begin_layout Plain Layout
30158 きごう@記号 ! かがく@化学
30159 \end_layout
30160
30161 \end_inset
30162
30163
30164 \end_layout
30165
30166 \begin_layout Standard
30167 以下は、化学関係の文章の例です。
30168 \end_layout
30169
30170 \begin_layout Quote
30171 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
30172 \end_inset
30173
30174 イオンは、2つの
30175 \begin_inset Formula $\mathrm{Na^{+}}$
30176 \end_inset
30177
30178 イオンと反応して、硫酸化塩
30179 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
30180 \end_inset
30181
30182 を形成します。この化学式は以下のようになります。
30183 \begin_inset Formula 
30184 \begin{equation}
30185 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chem-reaction}
30186 \end{equation}
30187
30188 \end_inset
30189
30190
30191 \end_layout
30192
30193 \begin_layout Standard
30194 この化学式は、直接数式として作成することができます。記号がイタリック体として表示されることを防ぐには、全体を選択してから
30195 \begin_inset Flex Ruby
30196 status collapsed
30197
30198 \begin_layout Plain Layout
30199 捷径
30200 \begin_inset Argument post:1
30201 status collapsed
30202
30203 \begin_layout Plain Layout
30204 ショートカット
30205 \end_layout
30206
30207 \end_inset
30208
30209
30210 \end_layout
30211
30212 \end_inset
30213
30214
30215 \begin_inset Info
30216 type  "shortcut"
30217 arg   "font-roman"
30218 \end_inset
30219
30220 を押せば、アップライトフォント様式に変更することができます
30221 \begin_inset Foot
30222 status collapsed
30223
30224 \begin_layout Plain Layout
30225 フォント様式に関しては、第
30226 \begin_inset CommandInset ref
30227 LatexCommand ref
30228 reference "sub:書体様式"
30229
30230 \end_inset
30231
30232 節を参照のこと。
30233 \end_layout
30234
30235 \end_inset
30236
30237
30238 \end_layout
30239
30240 \begin_layout Standard
30241 化学式を組版するのにもう少し便利な方法は、LaTeXパッケージ
30242 \series bold
30243 mhchem
30244 \series default
30245
30246 \begin_inset Index idx
30247 status collapsed
30248
30249 \begin_layout Plain Layout
30250 ぱっけーじ@パッケージ ! mhchem
30251 \end_layout
30252
30253 \end_inset
30254
30255 が導入されているときに使用することができる
30256 \series bold
30257
30258 \backslash
30259 ce
30260 \series default
30261
30262 \begin_inset Index idx
30263 status collapsed
30264
30265 \begin_layout Plain Layout
30266 こまんど@コマンド ! C ! 
30267 \backslash
30268 ce
30269 \end_layout
30270
30271 \end_inset
30272
30273 コマンドを使用することです。
30274 \series bold
30275
30276 \backslash
30277 ce
30278 \series default
30279 を数式に入力すると、新しい青いボックスが現れ、直感的に化学式を入力することができます。
30280 \end_layout
30281
30282 \begin_layout Standard
30283 \align center
30284 \begin_inset Tabular
30285 <lyxtabular version="3" rows="9" columns="2">
30286 <features rotate="0" tabularvalignment="middle">
30287 <column alignment="center" valignment="top">
30288 <column alignment="center" valignment="top">
30289 <row>
30290 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30291 \begin_inset Text
30292
30293 \begin_layout Plain Layout
30294 コマンド
30295 \end_layout
30296
30297 \end_inset
30298 </cell>
30299 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30300 \begin_inset Text
30301
30302 \begin_layout Plain Layout
30303 出力
30304 \begin_inset Note Note
30305 status collapsed
30306
30307 \begin_layout Plain Layout
30308
30309 \series bold
30310
30311 \backslash
30312 raisebox
30313 \series default
30314 はスペーサーとしてのみ使用されています。
30315 \end_layout
30316
30317 \end_inset
30318
30319
30320 \end_layout
30321
30322 \end_inset
30323 </cell>
30324 </row>
30325 <row>
30326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30327 \begin_inset Text
30328
30329 \begin_layout Plain Layout
30330
30331 \backslash
30332 ce
30333 \begin_inset space \textvisiblespace{}
30334 \end_inset
30335
30336 H2CO3
30337 \end_layout
30338
30339 \end_inset
30340 </cell>
30341 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30342 \begin_inset Text
30343
30344 \begin_layout Plain Layout
30345 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$
30346 \end_inset
30347
30348
30349 \end_layout
30350
30351 \end_inset
30352 </cell>
30353 </row>
30354 <row>
30355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30356 \begin_inset Text
30357
30358 \begin_layout Plain Layout
30359
30360 \backslash
30361 ce
30362 \begin_inset space \textvisiblespace{}
30363 \end_inset
30364
30365 SO4^2-
30366 \end_layout
30367
30368 \end_inset
30369 </cell>
30370 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30371 \begin_inset Text
30372
30373 \begin_layout Plain Layout
30374 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$
30375 \end_inset
30376
30377
30378 \end_layout
30379
30380 \end_inset
30381 </cell>
30382 </row>
30383 <row>
30384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30385 \begin_inset Text
30386
30387 \begin_layout Plain Layout
30388
30389 \backslash
30390 ce
30391 \begin_inset space \textvisiblespace{}
30392 \end_inset
30393
30394 (NH4)2S
30395 \end_layout
30396
30397 \end_inset
30398 </cell>
30399 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30400 \begin_inset Text
30401
30402 \begin_layout Plain Layout
30403 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$
30404 \end_inset
30405
30406
30407 \end_layout
30408
30409 \end_inset
30410 </cell>
30411 </row>
30412 <row>
30413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30414 \begin_inset Text
30415
30416 \begin_layout Plain Layout
30417
30418 \backslash
30419 ce
30420 \begin_inset space \textvisiblespace{}
30421 \end_inset
30422
30423 KCr(SO4)2.12H2O
30424 \end_layout
30425
30426 \end_inset
30427 </cell>
30428 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30429 \begin_inset Text
30430
30431 \begin_layout Plain Layout
30432 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
30433 \end_inset
30434
30435
30436 \end_layout
30437
30438 \end_inset
30439 </cell>
30440 </row>
30441 <row>
30442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30443 \begin_inset Text
30444
30445 \begin_layout Plain Layout
30446
30447 \backslash
30448 ce
30449 \begin_inset space \textvisiblespace{}
30450 \end_inset
30451
30452 A-B
30453 \backslash
30454 dbond
30455 \begin_inset space \textvisiblespace{}
30456 \end_inset
30457
30458 C
30459 \backslash
30460 tbond
30461 \begin_inset space \textvisiblespace{}
30462 \end_inset
30463
30464 D
30465 \end_layout
30466
30467 \end_inset
30468 </cell>
30469 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30470 \begin_inset Text
30471
30472 \begin_layout Plain Layout
30473 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
30474 \end_inset
30475
30476
30477 \end_layout
30478
30479 \end_inset
30480 </cell>
30481 </row>
30482 <row>
30483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30484 \begin_inset Text
30485
30486 \begin_layout Plain Layout
30487
30488 \backslash
30489 ce
30490 \begin_inset space \textvisiblespace{}
30491 \end_inset
30492
30493 ^227
30494 \begin_inset Formula $\downarrow$
30495 \end_inset
30496
30497 _90
30498 \begin_inset Formula $\to$
30499 \end_inset
30500
30501 Th+
30502 \end_layout
30503
30504 \end_inset
30505 </cell>
30506 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30507 \begin_inset Text
30508
30509 \begin_layout Plain Layout
30510 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
30511 \end_inset
30512
30513
30514 \end_layout
30515
30516 \end_inset
30517 </cell>
30518 </row>
30519 <row>
30520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30521 \begin_inset Text
30522
30523 \begin_layout Plain Layout
30524
30525 \backslash
30526 ce
30527 \begin_inset space \textvisiblespace{}
30528 \end_inset
30529
30530 CO2
30531 \begin_inset space \textvisiblespace{}
30532 \end_inset
30533
30534 +
30535 \begin_inset space \textvisiblespace{}
30536 \end_inset
30537
30538 C
30539 \begin_inset space \textvisiblespace{}
30540 \end_inset
30541
30542 <=>
30543 \begin_inset space \textvisiblespace{}
30544 \end_inset
30545
30546 2CO
30547 \end_layout
30548
30549 \end_inset
30550 </cell>
30551 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30552 \begin_inset Text
30553
30554 \begin_layout Plain Layout
30555 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\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" bottomline="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 \backslash
30589 alpha][
30590 \backslash
30591 beta]
30592 \begin_inset space \textvisiblespace{}
30593 \end_inset
30594
30595 2CO}
30596 \end_layout
30597
30598 \end_inset
30599 </cell>
30600 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30601 \begin_inset Text
30602
30603 \begin_layout Plain Layout
30604 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
30605 \end_inset
30606
30607
30608 \end_layout
30609
30610 \end_inset
30611 </cell>
30612 </row>
30613 </lyxtabular>
30614
30615 \end_inset
30616
30617
30618 \end_layout
30619
30620 \begin_layout Standard
30621 \begin_inset Note Greyedout
30622 status open
30623
30624 \begin_layout Plain Layout
30625
30626 \series bold
30627 【註】
30628 \backslash
30629 ce
30630 \series default
30631 ボックスに数式を入れようとすると、LaTeXエラーが発生します。このような場合には、
30632 \series bold
30633
30634 \backslash
30635 ce{$
30636 \backslash
30637 mu
30638 \backslash
30639 hyphen$Cl}
30640 \series default
30641 (
30642 \begin_inset ERT
30643 status collapsed
30644
30645 \begin_layout Plain Layout
30646
30647
30648 \backslash
30649 ce{$
30650 \backslash
30651 mu
30652 \backslash
30653 hyphen$Cl}
30654 \end_layout
30655
30656 \end_inset
30657
30658 )のようにTeXコードを使わなくてはなりません。
30659 \end_layout
30660
30661 \end_inset
30662
30663
30664 \end_layout
30665
30666 \begin_layout Standard
30667
30668 \series bold
30669
30670 \backslash
30671 ce
30672 \series default
30673 を使うと
30674 \begin_inset CommandInset ref
30675 LatexCommand eqref
30676 reference "eq:chem-reaction"
30677
30678 \end_inset
30679
30680 式のコマンドは
30681 \begin_inset Newline newline
30682 \end_inset
30683
30684
30685 \series bold
30686  
30687 \backslash
30688 ce
30689 \begin_inset space \textvisiblespace{}
30690 \end_inset
30691
30692 2Na+
30693 \begin_inset space \textvisiblespace{}
30694 \end_inset
30695
30696 +
30697 \begin_inset space \textvisiblespace{}
30698 \end_inset
30699
30700 SO4^2-
30701 \begin_inset space \textvisiblespace{}
30702 \end_inset
30703
30704
30705 \begin_inset space \textvisiblespace{}
30706 \end_inset
30707
30708 ->
30709 \begin_inset space \textvisiblespace{}
30710 \end_inset
30711
30712 Na2SO4
30713 \begin_inset Newline newline
30714 \end_inset
30715
30716
30717 \series default
30718 のようになります。
30719 \end_layout
30720
30721 \begin_layout Standard
30722 複数行の化学式を作るには、第
30723 \begin_inset CommandInset ref
30724 LatexCommand ref
30725 reference "sec:多行数式"
30726
30727 \end_inset
30728
30729 節に述べられている方法で、多行数式をまず作ります。その後、数式の小さな青いボックスそれぞれに
30730 \series bold
30731
30732 \backslash
30733 ce
30734 \series default
30735 コマンドを使用します。
30736 \begin_inset CommandInset ref
30737 LatexCommand eqref
30738 reference "eq:TEOS-reaction-1"
30739
30740 \end_inset
30741
30742 式と
30743 \begin_inset CommandInset ref
30744 LatexCommand eqref
30745 reference "eq:TEOS-reaction-2"
30746
30747 \end_inset
30748
30749 式は、多段化学反応式の例で、一つの式毎に番号が振られています。
30750 \begin_inset Formula 
30751 \begin{eqnarray}
30752 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reaction-1}\\
30753 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reaction-2}
30754 \end{eqnarray}
30755
30756 \end_inset
30757
30758
30759 \end_layout
30760
30761 \begin_layout Standard
30762
30763 \series bold
30764 mhchem
30765 \series default
30766 パッケージは、
30767 \series bold
30768
30769 \backslash
30770 ce
30771 \series default
30772 の他に、特殊ケースに使用する
30773 \series bold
30774
30775 \backslash
30776 cf
30777 \series default
30778
30779 \begin_inset Index idx
30780 status collapsed
30781
30782 \begin_layout Plain Layout
30783 こまんど@コマンド ! C ! 
30784 \backslash
30785 cf
30786 \end_layout
30787
30788 \end_inset
30789
30790 コマンドを提供しています。
30791 \series bold
30792
30793 \backslash
30794 cf
30795 \series default
30796 の詳しい情報と例示については、
30797 \series bold
30798 mhchem
30799 \series default
30800
30801 \begin_inset CommandInset citation
30802 LatexCommand cite
30803 key "mhchem"
30804
30805 \end_inset
30806
30807 の取扱説明書をご覧ください。
30808 \end_layout
30809
30810 \begin_layout Section
30811 図解
30812 \end_layout
30813
30814 \begin_layout Standard
30815 LyXは、二つの型の可換図
30816 \series bold
30817 amscd
30818 \series default
30819 および
30820 \series bold
30821 xymatrix
30822 \series default
30823 をサポートしており、以下でこれらの説明をします。
30824 \end_layout
30825
30826 \begin_layout Subsection
30827 amscd図解
30828 \begin_inset Index idx
30829 status collapsed
30830
30831 \begin_layout Plain Layout
30832 ずかい@図解 ! amscd
30833 \end_layout
30834
30835 \end_inset
30836
30837
30838 \end_layout
30839
30840 \begin_layout Standard
30841 この型の図解は、以下のように、関係を縦横の線や矢印で図示します。
30842 \begin_inset Formula 
30843 \[
30844 \begin{CD}A@>>>B@>>>C\\
30845 @AAA@.@VVV\\
30846 F@<<<E@<<<D
30847 \end{CD}
30848 \]
30849
30850 \end_inset
30851
30852
30853 \end_layout
30854
30855 \begin_layout Standard
30856 これを作るには、数式に
30857 \series bold
30858
30859 \backslash
30860 CD
30861 \begin_inset Index idx
30862 status collapsed
30863
30864 \begin_layout Plain Layout
30865 こまんど@コマンド ! C ! 
30866 \backslash
30867 CD
30868 \end_layout
30869
30870 \end_inset
30871
30872
30873 \series default
30874 コマンドを挿入します。二つの点線に囲まれた青枠が現れるので、ここにコマンドを入れていきます。
30875 \begin_inset Info
30876 type  "shortcut"
30877 arg   "newline-insert newline"
30878 \end_inset
30879
30880 を押すと、新しい行が作られます。水平方向の関係は奇数行に入れ、垂直方向の関係は偶数行に入れます。
30881 \end_layout
30882
30883 \begin_layout Standard
30884 関係を作るには、以下のコマンドがあります。
30885 \end_layout
30886
30887 \begin_layout Itemize
30888 \begin_inset Formula $\boldsymbol{@<<<}$
30889 \end_inset
30890
30891 は左矢印、
30892 \begin_inset Formula $\boldsymbol{@>>>}$
30893 \end_inset
30894
30895 は右矢印、
30896 \series bold
30897 @=
30898 \series default
30899 は長い等号を生成します。
30900 \end_layout
30901
30902 \begin_layout Itemize
30903
30904 \series bold
30905 @AAA
30906 \series default
30907 は上矢印、
30908 \series bold
30909 @VVV
30910 \series default
30911 は下矢印、
30912 \begin_inset Formula $\boldsymbol{@|}$
30913 \end_inset
30914
30915 は縦向きの等号を生成します。
30916 \end_layout
30917
30918 \begin_layout Itemize
30919
30920 \series bold
30921 @.
30922 \series default
30923 は関係が存在しない部分に置きます。
30924 \end_layout
30925
30926 \begin_layout Standard
30927 矢印はすべて、以下のようにラベル付けをすることができます。
30928 \end_layout
30929
30930 \begin_layout Itemize
30931 文章を、第1と第2の「
30932 \begin_inset Formula $<$
30933 \end_inset
30934
30935 」ないし「
30936 \begin_inset Formula $>$
30937 \end_inset
30938
30939 」のあいだに入れると、この文章は矢印の上に表示されます。第2・第3の「
30940 \begin_inset Formula $<$
30941 \end_inset
30942
30943 」ないし「
30944 \begin_inset Formula $>$
30945 \end_inset
30946
30947 」のあいだに入れると、矢印の下に表示されます。
30948 \end_layout
30949
30950 \begin_layout Itemize
30951 縦矢印に付ける文章を、第1・第2の「A」ないし「V」のあいだに入れると、この文章は矢印の左に表示されます。第2・第3のもののあいだに入れると、矢印の右に表示され
30952 ます。文章中に「A」や「V」の文字があるときには、これらはTeX括弧の中に入れなくてはなりません。
30953 \end_layout
30954
30955 \begin_layout Standard
30956 以下は、上記のすべての関係を使った例です。
30957 \end_layout
30958
30959 \begin_layout Standard
30960 \begin_inset Formula 
30961 \[
30962 \begin{CD}A@>j>>B@>>k>C@=F\\
30963 @AmAA@.@VV{V}V@|\\
30964 D@<<j<E@>k>>F@=C
30965 \end{CD}
30966 \]
30967
30968 \end_inset
30969
30970
30971 \end_layout
30972
30973 \begin_layout Standard
30974 これを作るコマンドは、以下のとおりです。
30975 \begin_inset Newline newline
30976 \end_inset
30977
30978
30979 \series bold
30980
30981 \backslash
30982 CD
30983 \begin_inset space \textvisiblespace{}
30984 \end_inset
30985
30986 A
30987 \begin_inset Formula $\boldsymbol{@>}$
30988 \end_inset
30989
30990 j
30991 \begin_inset Formula $\boldsymbol{>>}$
30992 \end_inset
30993
30994 B
30995 \begin_inset Formula $\boldsymbol{@>>}$
30996 \end_inset
30997
30998 k
30999 \begin_inset Formula $\boldsymbol{>}$
31000 \end_inset
31001
31002 C@=F Ctrl+Return
31003 \begin_inset Newline newline
31004 \end_inset
31005
31006
31007 \begin_inset Phantom HPhantom
31008 status open
31009
31010 \begin_layout Plain Layout
31011
31012 \series bold
31013
31014 \backslash
31015 CD
31016 \begin_inset space \textvisiblespace{}
31017 \end_inset
31018
31019
31020 \end_layout
31021
31022 \end_inset
31023
31024 @AmAA@.@VV
31025 \backslash
31026 {V
31027 \series default
31028
31029 \begin_inset Formula $\to$
31030 \end_inset
31031
31032
31033 \series bold
31034 V
31035 \begin_inset Formula $\boldsymbol{@|}$
31036 \end_inset
31037
31038  Ctrl+Return
31039 \begin_inset Newline newline
31040 \end_inset
31041
31042
31043 \begin_inset Phantom HPhantom
31044 status open
31045
31046 \begin_layout Plain Layout
31047
31048 \series bold
31049
31050 \backslash
31051 CD
31052 \begin_inset space \textvisiblespace{}
31053 \end_inset
31054
31055
31056 \end_layout
31057
31058 \end_inset
31059
31060 D
31061 \begin_inset Formula $\boldsymbol{@<<}$
31062 \end_inset
31063
31064 j
31065 \begin_inset Formula $\boldsymbol{<}$
31066 \end_inset
31067
31068 E
31069 \begin_inset Formula $\boldsymbol{@>}$
31070 \end_inset
31071
31072 k
31073 \begin_inset Formula $\boldsymbol{>>}$
31074 \end_inset
31075
31076 F@=C
31077 \end_layout
31078
31079 \begin_layout Subsection
31080 xymatrix図解
31081 \begin_inset Index idx
31082 status collapsed
31083
31084 \begin_layout Plain Layout
31085 ずかい@図解 ! xymatrix
31086 \end_layout
31087
31088 \end_inset
31089
31090
31091 \end_layout
31092
31093 \begin_layout Standard
31094 xymatricesを使うには、LaTeXパッケージの
31095 \series bold
31096 xypic
31097 \series default
31098 が導入済みである必要があります。xymatrixは、数式中に
31099 \series bold
31100
31101 \backslash
31102 xymatrix
31103 \series default
31104 コマンドを入れることで作ることができます。すると、通常の行列と同じようにして、列や行を付け加えることができます。第
31105 \begin_inset CommandInset ref
31106 LatexCommand ref
31107 reference "sec:行列"
31108
31109 \end_inset
31110
31111 節をご参照下さい。
31112 \end_layout
31113
31114 \begin_layout Standard
31115 amscd図解とは異なり、xymatricesは、対角矢印や曲がった矢印など多様なサポートをしています。作ることのできる可換図と装飾は、
31116 \family sans
31117 ヘルプ\SpecialChar \menuseparator
31118 用途別説明書\SpecialChar \menuseparator
31119 XY-pic説明書
31120 \family default
31121 メニューにある
31122 \emph on
31123 XY-pic説明書
31124 \emph default
31125 で詳しく網羅しています。
31126 \end_layout
31127
31128 \begin_layout Subsection
31129 ファインマン図
31130 \series medium
31131
31132 \begin_inset Index idx
31133 status collapsed
31134
31135 \begin_layout Plain Layout
31136 ずかい@図解 ! ファインマン
31137 \end_layout
31138
31139 \end_inset
31140
31141
31142 \end_layout
31143
31144 \begin_layout Standard
31145 ファインマン図を使うには、LaTeXパッケージ
31146 \series bold
31147 feyn
31148 \series default
31149 を導入しておかなくてはなりません。すると、ファインマン図は、数式中で
31150 \series bold
31151
31152 \backslash
31153 Diagram
31154 \series default
31155 コマンドを挿入すれば生成されます。通常の行列で行うのと同じようにして新規行や新規列を加えることができます(第
31156 \begin_inset CommandInset ref
31157 LatexCommand ref
31158 reference "sec:行列"
31159
31160 \end_inset
31161
31162 節参照)。
31163 \end_layout
31164
31165 \begin_layout Standard
31166 LyXでのファインマン図の作り方は、メニュー
31167 \family sans
31168 ヘルプ\SpecialChar \menuseparator
31169 用途別説明書
31170 \family default
31171 内の『
31172 \emph on
31173 ファインマン図
31174 \emph default
31175 』にあります。
31176 \end_layout
31177
31178 \begin_layout Section
31179 ユーザー定義コマンド
31180 \begin_inset Index idx
31181 status collapsed
31182
31183 \begin_layout Plain Layout
31184 ゆーざーていぎこまんど@ユーザー定義コマンド
31185 \end_layout
31186
31187 \end_inset
31188
31189
31190 \end_layout
31191
31192 \begin_layout Standard
31193 \begin_inset Note Greyedout
31194 status open
31195
31196 \begin_layout Plain Layout
31197 【註】ユーザー定義コマンド名及びマクロ名には、ラテン文字しか使用することができません。
31198 \end_layout
31199
31200 \end_inset
31201
31202
31203 \end_layout
31204
31205 \begin_layout Subsection
31206
31207 \backslash
31208 newcommandコマンド
31209 \begin_inset CommandInset label
31210 LatexCommand label
31211 name "sub:newcommandコマンド"
31212
31213 \end_inset
31214
31215
31216 \begin_inset Index idx
31217 status collapsed
31218
31219 \begin_layout Plain Layout
31220 ゆーざーていぎこまんど@ユーザー定義コマンド ! 
31221 \backslash
31222 newcommand
31223 \end_layout
31224
31225 \end_inset
31226
31227
31228 \begin_inset Index idx
31229 status collapsed
31230
31231 \begin_layout Plain Layout
31232 こまんど@コマンド ! N ! 
31233 \backslash
31234 newcommand
31235 \end_layout
31236
31237 \end_inset
31238
31239
31240 \end_layout
31241
31242 \begin_layout Standard
31243 頻繁に用いるには、長すぎるLaTeXコマンドはたくさんありますが、
31244 \series bold
31245
31246 \backslash
31247 newcommand
31248 \series default
31249 コマンドを使えば、新しい短縮コマンドを定義することが可能です。
31250 \end_layout
31251
31252 \begin_layout Standard
31253
31254 \series bold
31255
31256 \backslash
31257 newcommand
31258 \series default
31259 コマンドの書式は、
31260 \end_layout
31261
31262 \begin_layout Standard
31263
31264 \series bold
31265
31266 \backslash
31267 newcommand{新コマンド名}[引数の数][オプションの値]
31268 \begin_inset Newline newline
31269 \end_inset
31270
31271
31272 \begin_inset Phantom HPhantom
31273 status open
31274
31275 \begin_layout Plain Layout
31276
31277 \series bold
31278
31279 \backslash
31280 newcommand
31281 \end_layout
31282
31283 \end_inset
31284
31285 {コマンド定義}
31286 \end_layout
31287
31288 \begin_layout Standard
31289 です。
31290 \end_layout
31291
31292 \begin_layout Standard
31293 \begin_inset Note Greyedout
31294 status open
31295
31296 \begin_layout Plain Layout
31297
31298 \series bold
31299 【註】
31300 \series default
31301 新コマンド名が、使用中の文書や呼び出しているLaTeXパッケージで、既に使用されていないことを確認して下さい。たとえば、
31302 \series bold
31303
31304 \backslash
31305 Leftarrow
31306 \series default
31307 の短縮のつもりで
31308 \series bold
31309
31310 \backslash
31311 le
31312 \series default
31313 というコマンドを定義したとすると、
31314 \series bold
31315
31316 \backslash
31317 le
31318 \series default
31319 は既に「
31320 \begin_inset Formula $\le$
31321 \end_inset
31322
31323 」を表すコマンドとして定義されてしまっているので、エラーメッセージが表示されます。
31324 \end_layout
31325
31326 \end_inset
31327
31328
31329 \end_layout
31330
31331 \begin_layout Standard
31332 「引数の数」は、0
31333 \begin_inset space \thinspace{}
31334 \end_inset
31335
31336 -
31337 \begin_inset space \thinspace{}
31338 \end_inset
31339
31340 9の範囲の整数であり、新コマンドがいくつの引数をとるかを指定するものです。「オプションの値」では、非必須の引数の既定値を定義できます。これを指定すると、新コマン
31341 ドの
31342 \emph on
31343 最初の
31344 \emph default
31345 引数は、自動的に非必須の引数になります。
31346 \end_layout
31347
31348 \begin_layout Standard
31349 以下にいくつかの例を挙げます。
31350 \end_layout
31351
31352 \begin_layout Itemize
31353
31354 \series bold
31355
31356 \backslash
31357 Longrightarrow
31358 \series default
31359 の短縮形として
31360 \series bold
31361
31362 \backslash
31363 gr
31364 \series default
31365 というコマンドを定義するには、LaTeXプリアンブルに以下の行を加えます。
31366 \begin_inset VSpace medskip
31367 \end_inset
31368
31369
31370 \begin_inset Newline newline
31371 \end_inset
31372
31373
31374 \series bold
31375
31376 \backslash
31377 newcommand{
31378 \backslash
31379 gr}{
31380 \backslash
31381 Longrightarrow}
31382 \end_layout
31383
31384 \begin_layout Itemize
31385
31386 \series bold
31387
31388 \backslash
31389 underline
31390 \series default
31391 の短縮形として
31392 \series bold
31393
31394 \backslash
31395 us
31396 \series default
31397 というコマンドを定義するには、(下線を引くべき文字列を示す)引数を考慮に入れなくてはなりません。このためには、以下のようなプリアンブル行を入れます。
31398 \begin_inset VSpace medskip
31399 \end_inset
31400
31401
31402 \begin_inset Newline newline
31403 \end_inset
31404
31405
31406 \series bold
31407
31408 \backslash
31409 newcommand{
31410 \backslash
31411 us}[1]{
31412 \backslash
31413 underline{#1}}
31414 \series default
31415
31416 \begin_inset VSpace medskip
31417 \end_inset
31418
31419
31420 \begin_inset Newline newline
31421 \end_inset
31422
31423
31424 \series bold
31425 #
31426 \series default
31427 」という文字は、引数の入る場所を示し、その後ろの「
31428 \series bold
31429 1
31430 \series default
31431 」は、これが第1引数の入る場所であることを示します。
31432 \end_layout
31433
31434 \begin_layout Itemize
31435
31436 \series bold
31437
31438 \backslash
31439 framebox
31440 \series default
31441 の短縮形として、たとえば
31442 \series bold
31443
31444 \backslash
31445 fb
31446 \series default
31447 というコマンドを定義するには、
31448 \begin_inset VSpace medskip
31449 \end_inset
31450
31451
31452 \begin_inset Newline newline
31453 \end_inset
31454
31455
31456 \series bold
31457
31458 \backslash
31459 newcommand{
31460 \backslash
31461 fb}[3]{
31462 \backslash
31463 framebox#1#2{$#3$}}
31464 \series default
31465
31466 \begin_inset VSpace medskip
31467 \end_inset
31468
31469
31470 \begin_inset Newline newline
31471 \end_inset
31472
31473 二つのドルマークは、
31474 \series bold
31475
31476 \backslash
31477 framebox
31478 \series default
31479 が必要とする内部の数式を作り出します。第
31480 \begin_inset CommandInset ref
31481 LatexCommand ref
31482 reference "sub:縁付きボックス"
31483
31484 \end_inset
31485
31486 節をご参照下さい。
31487 \end_layout
31488
31489 \begin_layout Itemize
31490 ボックスの色を指定する必要がない
31491 \series bold
31492
31493 \backslash
31494 fcolorbox
31495 \series default
31496 用の新コマンドを作るには、以下のように、色を示す引数を非必須として定義します。
31497 \begin_inset VSpace medskip
31498 \end_inset
31499
31500
31501 \begin_inset Newline newline
31502 \end_inset
31503
31504
31505 \series bold
31506
31507 \backslash
31508 newcommand{
31509 \backslash
31510 cb}[3][white]{
31511 \backslash
31512 fcolorbox{#2}{#1}{$#3$}}
31513 \series default
31514
31515 \begin_inset VSpace medskip
31516 \end_inset
31517
31518
31519 \begin_inset Newline newline
31520 \end_inset
31521
31522
31523 \series bold
31524
31525 \backslash
31526 cb
31527 \series default
31528 を使うときに色が指定されなければ、事前に定義された色である
31529 \series bold
31530 white
31531 \series default
31532 が使用されます。
31533 \end_layout
31534
31535 \begin_layout Standard
31536 以下は、上で定義したコマンドの動作テストです。
31537 \end_layout
31538
31539 \begin_layout Standard
31540 \align center
31541 \begin_inset Tabular
31542 <lyxtabular version="3" rows="6" columns="2">
31543 <features rotate="0" tabularvalignment="middle">
31544 <column alignment="center" valignment="top">
31545 <column alignment="center" valignment="top">
31546 <row>
31547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31548 \begin_inset Text
31549
31550 \begin_layout Plain Layout
31551 コマンド
31552 \end_layout
31553
31554 \end_inset
31555 </cell>
31556 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31557 \begin_inset Text
31558
31559 \begin_layout Plain Layout
31560 出力
31561 \begin_inset Note Note
31562 status collapsed
31563
31564 \begin_layout Plain Layout
31565 ここで
31566 \series bold
31567
31568 \backslash
31569 raisebox
31570 \series default
31571 はスペーサーとして使用しているだけです。
31572 \end_layout
31573
31574 \end_inset
31575
31576
31577 \end_layout
31578
31579 \end_inset
31580 </cell>
31581 </row>
31582 <row>
31583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31584 \begin_inset Text
31585
31586 \begin_layout Plain Layout
31587 A
31588 \backslash
31589 gr
31590 \begin_inset space \textvisiblespace{}
31591 \end_inset
31592
31593 B
31594 \end_layout
31595
31596 \end_inset
31597 </cell>
31598 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31599 \begin_inset Text
31600
31601 \begin_layout Plain Layout
31602 \begin_inset Formula $A\gr B$
31603 \end_inset
31604
31605
31606 \end_layout
31607
31608 \end_inset
31609 </cell>
31610 </row>
31611 <row>
31612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31613 \begin_inset Text
31614
31615 \begin_layout Plain Layout
31616
31617 \backslash
31618 us{ABcd
31619 \end_layout
31620
31621 \end_inset
31622 </cell>
31623 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31624 \begin_inset Text
31625
31626 \begin_layout Plain Layout
31627 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
31628 \end_inset
31629
31630
31631 \end_layout
31632
31633 \end_inset
31634 </cell>
31635 </row>
31636 <row>
31637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31638 \begin_inset Text
31639
31640 \begin_layout Plain Layout
31641
31642 \backslash
31643 fb{[2cm]
31644 \begin_inset Formula $\to$
31645 \end_inset
31646
31647
31648 \backslash
31649 {
31650 \begin_inset Formula $\to$
31651 \end_inset
31652
31653
31654 \backslash
31655 {
31656 \backslash
31657 int
31658 \begin_inset space \textvisiblespace{}
31659 \end_inset
31660
31661 A=B
31662 \end_layout
31663
31664 \end_inset
31665 </cell>
31666 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31667 \begin_inset Text
31668
31669 \begin_layout Plain Layout
31670 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
31671 \end_inset
31672
31673
31674 \end_layout
31675
31676 \end_inset
31677 </cell>
31678 </row>
31679 <row>
31680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31681 \begin_inset Text
31682
31683 \begin_layout Plain Layout
31684
31685 \backslash
31686 cb{red
31687 \begin_inset Formula $\to$
31688 \end_inset
31689
31690
31691 \backslash
31692 {
31693 \backslash
31694 int
31695 \begin_inset space \textvisiblespace{}
31696 \end_inset
31697
31698 A=B
31699 \end_layout
31700
31701 \end_inset
31702 </cell>
31703 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31704 \begin_inset Text
31705
31706 \begin_layout Plain Layout
31707 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
31708 \end_inset
31709
31710
31711 \end_layout
31712
31713 \end_inset
31714 </cell>
31715 </row>
31716 <row>
31717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31718 \begin_inset Text
31719
31720 \begin_layout Plain Layout
31721
31722 \backslash
31723 cb[green]
31724 \backslash
31725 {red
31726 \begin_inset Formula $\to$
31727 \end_inset
31728
31729
31730 \backslash
31731 {
31732 \backslash
31733 int
31734 \begin_inset space \textvisiblespace{}
31735 \end_inset
31736
31737 A=B
31738 \end_layout
31739
31740 \end_inset
31741 </cell>
31742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31743 \begin_inset Text
31744
31745 \begin_layout Plain Layout
31746 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
31747 \end_inset
31748
31749
31750 \end_layout
31751
31752 \end_inset
31753 </cell>
31754 </row>
31755 </lyxtabular>
31756
31757 \end_inset
31758
31759
31760 \end_layout
31761
31762 \begin_layout Subsection
31763 数式マクロ
31764 \begin_inset Index idx
31765 status collapsed
31766
31767 \begin_layout Plain Layout
31768 ゆーざーていぎこまんど@ユーザー定義コマンド ! すうしきまくろ@数式マクロ
31769 \end_layout
31770
31771 \end_inset
31772
31773
31774 \begin_inset Index idx
31775 status collapsed
31776
31777 \begin_layout Plain Layout
31778 まくろ@マクロ
31779 \end_layout
31780
31781 \end_inset
31782
31783
31784 \end_layout
31785
31786 \begin_layout Standard
31787 ユーザー定義コマンドは、複雑な表現を使うときに特に便利です。たとえば、文書中で二次方程式を扱っているとすると、同じような解の形が何度も出てきます。二次方程式の一
31788 般型は、
31789 \begin_inset Formula 
31790 \[
31791 0=\lambda^{2}+p\lambda+q
31792 \]
31793
31794 \end_inset
31795
31796 であり、その解の一般型は
31797 \begin_inset Formula 
31798 \[
31799 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
31800 \]
31801
31802 \end_inset
31803
31804
31805 \end_layout
31806
31807 \begin_layout Standard
31808 です。
31809 \begin_inset Formula $\lambda$
31810 \end_inset
31811
31812
31813 \begin_inset Formula $p$
31814 \end_inset
31815
31816
31817 \begin_inset Formula $q$
31818 \end_inset
31819
31820 の3つのパラメータを指定することが必須であり、
31821 \begin_inset Formula $\lambda$
31822 \end_inset
31823
31824 の指数をオプションとして与えることができるような、解の公式のコマンドを定義するには、以下のようなLaTeXプリアンブル行を加えます。
31825 \begin_inset Newline newline
31826 \end_inset
31827
31828
31829 \series bold
31830
31831 \backslash
31832 newcommand{
31833 \backslash
31834 qG}[4][1,
31835 \backslash
31836 ,2]{#2_{#1}=-
31837 \backslash
31838 frac{#3}{2}
31839 \backslash
31840 pm
31841 \begin_inset Newline newline
31842 \end_inset
31843
31844
31845 \begin_inset Phantom HPhantom
31846 status open
31847
31848 \begin_layout Plain Layout
31849
31850 \series bold
31851
31852 \backslash
31853 newcommand
31854 \end_layout
31855
31856 \end_inset
31857
31858
31859 \backslash
31860 sqrt{
31861 \backslash
31862 frac{#3^{2}}{4}-#4}}
31863 \end_layout
31864
31865 \begin_layout Standard
31866 これを使って解の公式を作るには、
31867 \begin_inset Newline newline
31868 \end_inset
31869
31870
31871 \series bold
31872
31873 \backslash
31874 qG{
31875 \backslash
31876 lambda
31877 \begin_inset Formula $\to$
31878 \end_inset
31879
31880
31881 \backslash
31882 {p
31883 \begin_inset Formula $\to$
31884 \end_inset
31885
31886
31887 \backslash
31888 {q
31889 \series default
31890 というコマンドを数式に入れます。
31891 \end_layout
31892
31893 \begin_layout Standard
31894 新コマンドを定義する方法は、たとえばLaTeX中で分数は
31895 \series bold
31896
31897 \backslash
31898 frac{分子}{分母}
31899 \series default
31900 の形で入れなくてはならないことなど、使用するすべてのLaTeXコマンドの書式を知っている必要があるので、直感的ではありません。さらに、定義中で中括弧を入れ忘れる
31901 ことはよくあり、それをやってしまうと、LyXからは新コマンドが何をやらかしているか確認しにくくなってしまいます。これらの問題を回避するために、LyXは、
31902 \series bold
31903
31904 \backslash
31905 newcommand
31906 \series default
31907 コマンドの代わりに、数式マクロを使う方法を提供しています。
31908 \end_layout
31909
31910 \begin_layout Standard
31911 数式マクロは、
31912 \family sans
31913 挿入\SpecialChar \menuseparator
31914 数式\SpecialChar \menuseparator
31915 マクロ
31916 \family default
31917 メニューか、ツールバーボタンの
31918 \begin_inset Graphics
31919         filename ../../images/math-macro_newmacroname_newcommand.png
31920         scale 85
31921
31922 \end_inset
31923
31924 で作ることができます。すると、数式マクロツールバーが表示されるとともに、マクロを定義した箇所に以下のようなボックスが現れます。
31925 \begin_inset Newline newline
31926 \end_inset
31927
31928
31929 \begin_inset space \hspace*{\fill}
31930 \end_inset
31931
31932
31933 \begin_inset Graphics
31934         filename clipart/macrobox.png
31935
31936 \end_inset
31937
31938
31939 \begin_inset space \hspace*{\fill}
31940 \end_inset
31941
31942
31943 \begin_inset Newline newline
31944 \end_inset
31945
31946
31947 \begin_inset FormulaMacro
31948 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
31949 \end_inset
31950
31951
31952 \backslash
31953 newmacronameが既定のマクロ名として現れますが、意味のある名称に変更するべきでしょう。欲しい数式は一つ目の青枠の中に入れます。引数を置く場所は、
31954 \series bold
31955
31956 \backslash
31957 #1
31958 \series default
31959 のように
31960 \series bold
31961
31962 \backslash
31963 #引数番号
31964 \series default
31965 というコマンドで入力するか、マクロツールバーボタンの
31966 \begin_inset Graphics
31967         filename ../../images/math-macro-add-param.png
31968         scale 85
31969
31970 \end_inset
31971
31972 を使用します。引数位置は赤で表示されます。引数は、最大で9つまでとることができます。非必須引数は、ツールバーボタンの
31973 \begin_inset Graphics
31974         filename ../../images/math-macro-add-optional-param.png
31975         scale 85
31976
31977 \end_inset
31978
31979 で作ることができます。最初の必須引数は、ツールバーボタンの
31980 \begin_inset Graphics
31981         filename ../../images/math-macro-make-optional.png
31982         scale 85
31983
31984 \end_inset
31985
31986 を使って、非必須引数にすることができます。二つ目の青枠には、LyX中でのマクロの表示のしかたを定義することができます。通常は、定義したとおりに表示された方が便利
31987 なので、この枠は空白にしておきます。しかし、画面の過半を占拠してしまうようなマクロを作ってしまった場合には、たとえばこの枠に
31988 \begin_inset Newline newline
31989 \end_inset
31990
31991
31992 \series bold
31993 qG: 
31994 \backslash
31995 #1
31996 \series default
31997  
31998 \series bold
31999 ,
32000 \series default
32001  
32002 \series bold
32003
32004 \backslash
32005 #2
32006 \series default
32007  
32008 \series bold
32009 ,
32010 \series default
32011  
32012 \series bold
32013
32014 \backslash
32015 #3, 
32016 \backslash
32017 #4
32018 \begin_inset Newline newline
32019 \end_inset
32020
32021
32022 \series default
32023 のように入れることができます。このようにすると、マクロ名と引数のみがLyX上に表示され、見通しが良くなります。一方、出力での数式は、最初の枠で定義したように表示
32024 されます。
32025 \begin_inset Newline newline
32026 \end_inset
32027
32028 さらに、数式中のマクロ表示は、マクロの中にカーソルを置いて、
32029 \family sans
32030 表示\SpecialChar \menuseparator
32031 数式マクロを展開(畳む)
32032 \family default
32033 メニューを使うことで、マクロ毎に変えることができます。
32034 \end_layout
32035
32036 \begin_layout Standard
32037 マクロを使うには、数式中にマクロ名をコマンドとして入れます。上記の例では、
32038 \series bold
32039
32040 \backslash
32041 qG
32042 \series default
32043 とします。このマクロは、LyX中では以下のように表示されます。
32044 \begin_inset Newline newline
32045 \end_inset
32046
32047
32048 \begin_inset space \hspace*{\fill}
32049 \end_inset
32050
32051
32052 \begin_inset Graphics
32053         filename ../clipart/macrouse.png
32054
32055 \end_inset
32056
32057
32058 \begin_inset space \hspace*{\fill}
32059 \end_inset
32060
32061
32062 \begin_inset Newline newline
32063 \end_inset
32064
32065 以下は、上記の例に、引数
32066 \begin_inset Formula $x$
32067 \end_inset
32068
32069
32070 \begin_inset Formula $\ln(x)$
32071 \end_inset
32072
32073
32074 \begin_inset Formula $B$
32075 \end_inset
32076
32077 を指定したものです。
32078 \end_layout
32079
32080 \begin_layout Standard
32081 \begin_inset Formula 
32082 \[
32083 \qG x{\ln(x)}B
32084 \]
32085
32086 \end_inset
32087
32088
32089 \end_layout
32090
32091 \begin_layout Standard
32092 LyXは、
32093 \family sans
32094 ツール\SpecialChar \menuseparator
32095 設定\SpecialChar \menuseparator
32096 編集\SpecialChar \menuseparator
32097 制御
32098 \family default
32099 メニューで、マクロを編集するのに複数の様式を用意しています。あなたに最も合った様式を見つけるには、様式を選択してから、違いを見るために数式マクロにカーソルを合わ
32100 せてみてください。
32101 \end_layout
32102
32103 \begin_layout Standard
32104 数式マクロは、文書書き出し時に、内部的に
32105 \series bold
32106
32107 \backslash
32108 newcommand
32109 \series default
32110 コマンドに変換されます。こうして生成された
32111 \series bold
32112
32113 \backslash
32114 newcommand
32115 \series default
32116 コマンドは、LaTeXプリアンブルには置かれませんので、マクロは、文書中、マクロ定義ボックスよりも後の数式でのみ使うことができます。
32117 \end_layout
32118
32119 \begin_layout Standard
32120 数式マクロは、
32121 \series bold
32122
32123 \backslash
32124 newcommand
32125 \series default
32126 コマンドから直接作ることもできます。たとえば、LyX中に通常の文章として、
32127 \series bold
32128
32129 \begin_inset Newline newline
32130 \end_inset
32131
32132
32133 \backslash
32134 newcommand{
32135 \backslash
32136 larrow}[2]{
32137 \backslash
32138 xleftarrow[#2]{#1}}
32139 \begin_inset Newline newline
32140 \end_inset
32141
32142
32143 \series default
32144 というコマンドを書き入れ、この全体を選択して、
32145 \begin_inset Flex Ruby
32146 status collapsed
32147
32148 \begin_layout Plain Layout
32149 捷径
32150 \begin_inset Argument post:1
32151 status collapsed
32152
32153 \begin_layout Plain Layout
32154 ショートカット
32155 \end_layout
32156
32157 \end_inset
32158
32159
32160 \end_layout
32161
32162 \end_inset
32163
32164
32165 \family sans
32166 Ctrl+M
32167 \family default
32168 を押すと、このコマンドは数式マクロに変換されます。この方法を使うに当たっては、
32169 \series bold
32170
32171 \backslash
32172 newcommand
32173 \series default
32174 コマンドが正しく入力されていることに気をつけなくてはなりません。さもないと、間違ったマクロが作られてしまって、LaTeXエラーが発生します。
32175 \end_layout
32176
32177 \begin_layout Standard
32178 数式マクロには、まだ、マクロ定義中に再帰的に数式を入れてしまうと、正しく処理されないという問題が残っています。したがって、第
32179 \begin_inset CommandInset ref
32180 LatexCommand ref
32181 reference "sub:newcommandコマンド"
32182
32183 \end_inset
32184
32185 節で例として作った
32186 \series bold
32187
32188 \backslash
32189 fb
32190 \series default
32191 は、マクロとしては作ることができません。
32192 \end_layout
32193
32194 \begin_layout Standard
32195 カーソルがマクロ定義ボックスの中にあるとき、LyX中に以下のようなマクロツールバーが表示されます。
32196 \end_layout
32197
32198 \begin_layout Standard
32199 \begin_inset VSpace defskip
32200 \end_inset
32201
32202
32203 \end_layout
32204
32205 \begin_layout Standard
32206 \begin_inset Graphics
32207         filename ../clipart/MacroToolbar.png
32208
32209 \end_inset
32210
32211
32212 \begin_inset Index idx
32213 status collapsed
32214
32215 \begin_layout Plain Layout
32216 まくろ@マクロ ! つーるばー@ツールバー
32217 \end_layout
32218
32219 \end_inset
32220
32221
32222 \end_layout
32223
32224 \begin_layout Standard
32225 \begin_inset VSpace defskip
32226 \end_inset
32227
32228
32229 \end_layout
32230
32231 \begin_layout Standard
32232 マクロツールバーは、左から右に、以下の各ボタンがあります。
32233 \end_layout
32234
32235 \begin_layout Standard
32236 \begin_inset VSpace defskip
32237 \end_inset
32238
32239
32240 \end_layout
32241
32242 \begin_layout Standard
32243 \begin_inset Tabular
32244 <lyxtabular version="3" rows="9" columns="2">
32245 <features rotate="0" islongtable="true" longtabularalignment="center">
32246 <column alignment="left" valignment="top">
32247 <column alignment="left" valignment="top" width="85col%">
32248 <row interlinespace="2.5mm">
32249 <cell alignment="center" valignment="top" usebox="none">
32250 \begin_inset Text
32251
32252 \begin_layout Plain Layout
32253 \begin_inset Graphics
32254         filename ../../images/math-macro-remove-param.png
32255         rotateOrigin center
32256
32257 \end_inset
32258
32259
32260 \end_layout
32261
32262 \end_inset
32263 </cell>
32264 <cell alignment="center" valignment="top" usebox="none">
32265 \begin_inset Text
32266
32267 \begin_layout Plain Layout
32268
32269 \family sans
32270 編集\SpecialChar \menuseparator
32271 数式\SpecialChar \menuseparator
32272 マクロ定義\SpecialChar \menuseparator
32273 最後の引数を削除
32274 \end_layout
32275
32276 \end_inset
32277 </cell>
32278 </row>
32279 <row interlinespace="2.5mm">
32280 <cell alignment="center" valignment="top" usebox="none">
32281 \begin_inset Text
32282
32283 \begin_layout Plain Layout
32284 \begin_inset Graphics
32285         filename ../../images/math-macro-add-param.png
32286         rotateOrigin center
32287
32288 \end_inset
32289
32290
32291 \end_layout
32292
32293 \end_inset
32294 </cell>
32295 <cell alignment="center" valignment="top" usebox="none">
32296 \begin_inset Text
32297
32298 \begin_layout Plain Layout
32299
32300 \family sans
32301 編集\SpecialChar \menuseparator
32302 数式\SpecialChar \menuseparator
32303 マクロ定義\SpecialChar \menuseparator
32304 引数を追加
32305 \end_layout
32306
32307 \end_inset
32308 </cell>
32309 </row>
32310 <row interlinespace="2.5mm">
32311 <cell alignment="center" valignment="top" usebox="none">
32312 \begin_inset Text
32313
32314 \begin_layout Plain Layout
32315 \begin_inset Graphics
32316         filename ../../images/math-macro-make-optional.png
32317         rotateOrigin center
32318
32319 \end_inset
32320
32321
32322 \end_layout
32323
32324 \end_inset
32325 </cell>
32326 <cell alignment="center" valignment="top" usebox="none">
32327 \begin_inset Text
32328
32329 \begin_layout Plain Layout
32330
32331 \family sans
32332 編集\SpecialChar \menuseparator
32333 数式\SpecialChar \menuseparator
32334 マクロ定義\SpecialChar \menuseparator
32335 最初の必須引数を
32336 \begin_inset Newline newline
32337 \end_inset
32338
32339
32340 \begin_inset Phantom HPhantom
32341 status open
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
32354 非必須引数にする
32355 \end_layout
32356
32357 \end_inset
32358 </cell>
32359 </row>
32360 <row interlinespace="2.5mm">
32361 <cell alignment="center" valignment="top" usebox="none">
32362 \begin_inset Text
32363
32364 \begin_layout Plain Layout
32365 \begin_inset Graphics
32366         filename ../../images/math-macro-make-nonoptional.png
32367         rotateOrigin center
32368
32369 \end_inset
32370
32371
32372 \end_layout
32373
32374 \end_inset
32375 </cell>
32376 <cell alignment="center" valignment="top" usebox="none">
32377 \begin_inset Text
32378
32379 \begin_layout Plain Layout
32380
32381 \family sans
32382 編集\SpecialChar \menuseparator
32383 数式\SpecialChar \menuseparator
32384 マクロ定義\SpecialChar \menuseparator
32385 最後の非必須引数を
32386 \begin_inset Newline newline
32387 \end_inset
32388
32389
32390 \begin_inset Phantom HPhantom
32391 status open
32392
32393 \begin_layout Plain Layout
32394
32395 \family sans
32396 編集\SpecialChar \menuseparator
32397 数式\SpecialChar \menuseparator
32398 マクロ定義\SpecialChar \menuseparator
32399
32400 \end_layout
32401
32402 \end_inset
32403
32404 必須引数にする
32405 \end_layout
32406
32407 \end_inset
32408 </cell>
32409 </row>
32410 <row interlinespace="2.5mm">
32411 <cell alignment="center" valignment="top" usebox="none">
32412 \begin_inset Text
32413
32414 \begin_layout Plain Layout
32415 \begin_inset Graphics
32416         filename ../../images/math-macro-remove-optional-param.png
32417         rotateOrigin center
32418
32419 \end_inset
32420
32421
32422 \end_layout
32423
32424 \end_inset
32425 </cell>
32426 <cell alignment="center" valignment="top" usebox="none">
32427 \begin_inset Text
32428
32429 \begin_layout Plain Layout
32430
32431 \family sans
32432 編集\SpecialChar \menuseparator
32433 数式\SpecialChar \menuseparator
32434 マクロ定義\SpecialChar \menuseparator
32435 非必須引数を削除
32436 \end_layout
32437
32438 \end_inset
32439 </cell>
32440 </row>
32441 <row interlinespace="2.5mm">
32442 <cell alignment="center" valignment="top" usebox="none">
32443 \begin_inset Text
32444
32445 \begin_layout Plain Layout
32446 \begin_inset Graphics
32447         filename ../../images/math-macro-add-optional-param.png
32448         rotateOrigin center
32449
32450 \end_inset
32451
32452
32453 \end_layout
32454
32455 \end_inset
32456 </cell>
32457 <cell alignment="center" valignment="top" usebox="none">
32458 \begin_inset Text
32459
32460 \begin_layout Plain Layout
32461
32462 \family sans
32463 編集\SpecialChar \menuseparator
32464 数式\SpecialChar \menuseparator
32465 マクロ定義\SpecialChar \menuseparator
32466 非必須引数を挿入
32467 \end_layout
32468
32469 \end_inset
32470 </cell>
32471 </row>
32472 <row interlinespace="2.5mm">
32473 <cell alignment="center" valignment="top" usebox="none">
32474 \begin_inset Text
32475
32476 \begin_layout Plain Layout
32477 \begin_inset Graphics
32478         filename ../../images/math-macro-remove-greedy-param.png
32479         rotateOrigin center
32480
32481 \end_inset
32482
32483
32484 \end_layout
32485
32486 \end_inset
32487 </cell>
32488 <cell alignment="center" valignment="top" usebox="none">
32489 \begin_inset Text
32490
32491 \begin_layout Plain Layout
32492
32493 \family sans
32494 編集\SpecialChar \menuseparator
32495 数式\SpecialChar \menuseparator
32496 マクロ定義\SpecialChar \menuseparator
32497 右に吐き出す形で
32498 \begin_inset Newline newline
32499 \end_inset
32500
32501
32502 \begin_inset Phantom HPhantom
32503 status open
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
32516 最後の引数を削除
32517 \end_layout
32518
32519 \end_inset
32520 </cell>
32521 </row>
32522 <row interlinespace="2.5mm">
32523 <cell alignment="center" valignment="top" usebox="none">
32524 \begin_inset Text
32525
32526 \begin_layout Plain Layout
32527 \begin_inset Graphics
32528         filename ../../images/math-macro-append-greedy-param.png
32529         rotateOrigin center
32530
32531 \end_inset
32532
32533
32534 \end_layout
32535
32536 \end_inset
32537 </cell>
32538 <cell alignment="center" valignment="top" usebox="none">
32539 \begin_inset Text
32540
32541 \begin_layout Plain Layout
32542
32543 \family sans
32544 編集\SpecialChar \menuseparator
32545 数式\SpecialChar \menuseparator
32546 マクロ定義\SpecialChar \menuseparator
32547 右から喰う形で
32548 \begin_inset Newline newline
32549 \end_inset
32550
32551
32552 \begin_inset Phantom HPhantom
32553 status open
32554
32555 \begin_layout Plain Layout
32556
32557 \family sans
32558 編集\SpecialChar \menuseparator
32559 数式\SpecialChar \menuseparator
32560 マクロ定義\SpecialChar \menuseparator
32561
32562 \end_layout
32563
32564 \end_inset
32565
32566 引数を追加
32567 \end_layout
32568
32569 \end_inset
32570 </cell>
32571 </row>
32572 <row interlinespace="2.5mm">
32573 <cell alignment="center" valignment="top" usebox="none">
32574 \begin_inset Text
32575
32576 \begin_layout Plain Layout
32577 \begin_inset Graphics
32578         filename ../../images/math-macro-add-greedy-optional-param.png
32579         rotateOrigin center
32580
32581 \end_inset
32582
32583
32584 \end_layout
32585
32586 \end_inset
32587 </cell>
32588 <cell alignment="center" valignment="top" usebox="none">
32589 \begin_inset Text
32590
32591 \begin_layout Plain Layout
32592
32593 \family sans
32594 編集\SpecialChar \menuseparator
32595 数式\SpecialChar \menuseparator
32596 マクロ定義\SpecialChar \menuseparator
32597 右から喰う形で
32598 \begin_inset Newline newline
32599 \end_inset
32600
32601
32602 \begin_inset Phantom HPhantom
32603 status open
32604
32605 \begin_layout Plain Layout
32606
32607 \family sans
32608 編集\SpecialChar \menuseparator
32609 数式\SpecialChar \menuseparator
32610 マクロ定義\SpecialChar \menuseparator
32611
32612 \end_layout
32613
32614 \end_inset
32615
32616 非必須引数を追加
32617 \end_layout
32618
32619 \end_inset
32620 </cell>
32621 </row>
32622 </lyxtabular>
32623
32624 \end_inset
32625
32626
32627 \end_layout
32628
32629 \begin_layout Section
32630 コンピュータ代数システム
32631 \end_layout
32632
32633 \begin_layout Standard
32634 LyXでは、LyXの数式エディタで書かれた数式表現と、外部プログラムやユーザ定義スクリプトとの間のやり取りが可能です。現在サポートされているプログラムは、
32635 \family sans
32636 Maple
32637 \family default
32638
32639 \family sans
32640 Mathematica
32641 \family default
32642
32643 \family sans
32644 Maxima
32645 \family default
32646
32647 \family sans
32648 Octave
32649 \family default
32650 です。サポートされている数式表現は、非常に単純なものに限られていますので、ご注意ください。
32651 \end_layout
32652
32653 \begin_layout Subsection
32654 使用法
32655 \end_layout
32656
32657 \begin_layout Standard
32658 数式表現を書いた後、
32659 \family sans
32660 編集\SpecialChar \menuseparator
32661 数式\SpecialChar \menuseparator
32662 コンピュータ代数システムを使用
32663 \family default
32664 メニューで、コンピュータに導入済みのプログラムを選択します。その後、計算結果が、数式表現の右に「=」演算子とともに表示されます。
32665 \end_layout
32666
32667 \begin_layout Standard
32668 下記は、どのような計算が可能かをいくつか例示したものです(出力は
32669 \family typewriter
32670 Maxima
32671 \family default
32672 です)。
32673 \end_layout
32674
32675 \begin_layout Itemize
32676 \begin_inset Formula $\frac{37}{3}*2-\sum_{i=1}^{3}i^{i}=-\frac{22}{3}$
32677 \end_inset
32678
32679
32680 \end_layout
32681
32682 \begin_layout Itemize
32683 \begin_inset Formula $\frac{37.0}{3}=12.33333333333333$
32684 \end_inset
32685
32686
32687 \end_layout
32688
32689 \begin_layout Itemize
32690 \begin_inset Formula $\int_{1}^{2}\sin(x)dx=\cos1-\cos2$
32691 \end_inset
32692
32693
32694 \end_layout
32695
32696 \begin_layout Itemize
32697 \begin_inset Formula $\det\left[\begin{array}{ccc}
32698 1 & 6 & 7\\
32699 2 & 5 & 8\\
32700 3 & 4 & 17
32701 \end{array}\right]=-56$
32702 \end_inset
32703
32704
32705 \end_layout
32706
32707 \begin_layout Itemize
32708 \begin_inset Formula $\lim_{x\rightarrow0}\left(\frac{\sin(x)}{x}\right)=1$
32709 \end_inset
32710
32711
32712 \end_layout
32713
32714 \begin_layout Subsection
32715 捷径
32716 \end_layout
32717
32718 \begin_layout Standard
32719 現在のところ、代数プログラムを呼び出すための
32720 \begin_inset Flex Ruby
32721 status collapsed
32722
32723 \begin_layout Plain Layout
32724 捷径
32725 \begin_inset Argument post:1
32726 status collapsed
32727
32728 \begin_layout Plain Layout
32729 ショートカット
32730 \end_layout
32731
32732 \end_inset
32733
32734
32735 \end_layout
32736
32737 \end_inset
32738
32739 はありません。しかし、捷径を
32740 \family sans
32741 math-extern
32742 \family default
32743  LyX関数にバインドすることは容易です(取扱説明書『
32744 \family sans
32745 \emph on
32746 LyX関数篇
32747 \family default
32748 \emph default
32749 』参照)。例えば、数式エディタ中で
32750 \family sans
32751 リターン
32752 \family default
32753
32754 \begin_inset Flex Ruby
32755 status collapsed
32756
32757 \begin_layout Plain Layout
32758
32759 \begin_inset Argument post:1
32760 status collapsed
32761
32762 \begin_layout Plain Layout
32763 キー
32764 \end_layout
32765
32766 \end_inset
32767
32768
32769 \end_layout
32770
32771 \end_inset
32772
32773 をバインドさせることもできます。それを
32774 \family typewriter
32775 Maxima
32776 \family default
32777 にバインドするには、下記の捷径定義コマンドを使用します。
32778 \end_layout
32779
32780 \begin_layout Standard
32781
32782 \series bold
32783 command-alternatives break-paragraph;math-extern maxima
32784 \end_layout
32785
32786 \begin_layout Section
32787 補遺
32788 \begin_inset Index idx
32789 status collapsed
32790
32791 \begin_layout Plain Layout
32792 ほい@補遺
32793 \end_layout
32794
32795 \end_inset
32796
32797
32798 \end_layout
32799
32800 \begin_layout Subsection
32801 負の数
32802 \begin_inset Index idx
32803 status collapsed
32804
32805 \begin_layout Plain Layout
32806 かず@数 ! ふの@負の ---
32807 \end_layout
32808
32809 \end_inset
32810
32811
32812 \end_layout
32813
32814 \begin_layout Standard
32815 数式中の負の数は、数の前の負符号が、差演算子記号と同じ長さに設定されてしまうために、汚く見えてしまうことがあります。負の数を通常の文章として書くと、負符号は正し
32816 く表示されます。
32817 \end_layout
32818
32819 \begin_layout Standard
32820 したがって、この問題は、負符号を数式テキストに変換することによって、解消されます。
32821 \end_layout
32822
32823 \begin_layout Standard
32824 以下は、この問題を示す例です。
32825 \end_layout
32826
32827 \begin_layout Standard
32828 \align center
32829 \begin_inset Tabular
32830 <lyxtabular version="3" rows="3" columns="2">
32831 <features rotate="0" tabularvalignment="middle">
32832 <column alignment="right" valignment="top">
32833 <column alignment="left" valignment="top">
32834 <row>
32835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32836 \begin_inset Text
32837
32838 \begin_layout Plain Layout
32839 通常の文章:
32840 \end_layout
32841
32842 \end_inset
32843 </cell>
32844 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32845 \begin_inset Text
32846
32847 \begin_layout Plain Layout
32848 x = -2
32849 \end_layout
32850
32851 \end_inset
32852 </cell>
32853 </row>
32854 <row>
32855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32856 \begin_inset Text
32857
32858 \begin_layout Plain Layout
32859 数式:
32860 \end_layout
32861
32862 \end_inset
32863 </cell>
32864 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
32865 \begin_inset Text
32866
32867 \begin_layout Plain Layout
32868 \begin_inset Formula $x=-2$
32869 \end_inset
32870
32871
32872 \end_layout
32873
32874 \end_inset
32875 </cell>
32876 </row>
32877 <row>
32878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32879 \begin_inset Text
32880
32881 \begin_layout Plain Layout
32882 解決策:
32883 \end_layout
32884
32885 \end_inset
32886 </cell>
32887 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
32888 \begin_inset Text
32889
32890 \begin_layout Plain Layout
32891 \begin_inset Formula $x=\textrm{-}2$
32892 \end_inset
32893
32894
32895 \end_layout
32896
32897 \end_inset
32898 </cell>
32899 </row>
32900 </lyxtabular>
32901
32902 \end_inset
32903
32904
32905 \end_layout
32906
32907 \begin_layout Subsection
32908 位区切りとしてのコンマ
32909 \begin_inset Index idx
32910 status collapsed
32911
32912 \begin_layout Plain Layout
32913 こんま@コンマ
32914 \end_layout
32915
32916 \end_inset
32917
32918
32919 \begin_inset Index idx
32920 status collapsed
32921
32922 \begin_layout Plain Layout
32923 かんま@カンマ|see
32924 \begin_inset ERT
32925 status collapsed
32926
32927 \begin_layout Plain Layout
32928
32929 {
32930 \end_layout
32931
32932 \end_inset
32933
32934 コンマ
32935 \begin_inset ERT
32936 status collapsed
32937
32938 \begin_layout Plain Layout
32939
32940 }
32941 \end_layout
32942
32943 \end_inset
32944
32945
32946 \end_layout
32947
32948 \end_inset
32949
32950
32951 \end_layout
32952
32953 \begin_layout Standard
32954 LaTeXでは、英語の慣習にしたがい、数式中のコンマを数字の位区切りに使用します。よって、数式中のコンマの後ろには、つねに空白が加わります。
32955 \end_layout
32956
32957 \begin_layout Standard
32958 これを回避するためには、コンマを選択して、数式テキストに変更して下さい(
32959 \begin_inset Flex Ruby
32960 status collapsed
32961
32962 \begin_layout Plain Layout
32963 捷径
32964 \begin_inset Argument post:1
32965 status collapsed
32966
32967 \begin_layout Plain Layout
32968 ショートカット
32969 \end_layout
32970
32971 \end_inset
32972
32973
32974 \end_layout
32975
32976 \end_inset
32977
32978
32979 \begin_inset Info
32980 type  "shortcut"
32981 arg   "math-mode"
32982 \end_inset
32983
32984 )。
32985 \end_layout
32986
32987 \begin_layout Standard
32988 文書中の数式コンマを、すべて小数点として使うには、LaTeXプリアンブルに
32989 \end_layout
32990
32991 \begin_layout Standard
32992
32993 \series bold
32994
32995 \backslash
32996 usepackage{icomma}
32997 \end_layout
32998
32999 \begin_layout Standard
33000 という行を加えて、
33001 \series bold
33002 icomma.sty
33003 \series default
33004
33005 \begin_inset Foot
33006 status collapsed
33007
33008 \begin_layout Plain Layout
33009
33010 \series bold
33011 icomma
33012 \series default
33013 は、LaTeXパッケージ
33014 \series bold
33015 was
33016 \series default
33017
33018 \begin_inset Index idx
33019 status collapsed
33020
33021 \begin_layout Plain Layout
33022 ぱっけーじ@パッケージ ! was
33023 \begin_inset ERT
33024 status collapsed
33025
33026 \begin_layout Plain Layout
33027
33028
33029 \backslash
33030 vspace{4mm}
33031 \end_layout
33032
33033 \end_inset
33034
33035
33036 \end_layout
33037
33038 \end_inset
33039
33040 に含まれています。
33041 \end_layout
33042
33043 \end_inset
33044
33045
33046 \begin_inset Index idx
33047 status collapsed
33048
33049 \begin_layout Plain Layout
33050 ぱっけーじ@パッケージ ! icomma
33051 \end_layout
33052
33053 \end_inset
33054
33055 ファイルを読み込みます。
33056 \end_layout
33057
33058 \begin_layout Subsection
33059 物理ベクトル
33060 \begin_inset CommandInset label
33061 LatexCommand label
33062 name "sub:物理ベクトル"
33063
33064 \end_inset
33065
33066
33067 \begin_inset Index idx
33068 status collapsed
33069
33070 \begin_layout Plain Layout
33071 Vectors ! physical
33072 \end_layout
33073
33074 \end_inset
33075
33076
33077 \end_layout
33078
33079 \begin_layout Standard
33080 LaTeXパッケージ
33081 \series bold
33082 braket
33083 \series default
33084
33085 \begin_inset Foot
33086 status collapsed
33087
33088 \begin_layout Plain Layout
33089
33090 \series bold
33091 braket
33092 \series default
33093  は標準的LaTeX頒布版のすべてに含まれています。
33094 \end_layout
33095
33096 \end_inset
33097
33098
33099 \begin_inset Index idx
33100 status collapsed
33101
33102 \begin_layout Plain Layout
33103 ぱっけーじ@パッケージ ! braket
33104 \end_layout
33105
33106 \end_inset
33107
33108 には、定義済みのベクトルが提供されており、
33109 \end_layout
33110
33111 \begin_layout Standard
33112
33113 \series bold
33114
33115 \backslash
33116 usepackage{braket}
33117 \end_layout
33118
33119 \begin_layout Standard
33120 というLaTeXプリアンブル行で読み込むことができます。
33121 \end_layout
33122
33123 \begin_layout Standard
33124 \begin_inset ERT
33125 status collapsed
33126
33127 \begin_layout Plain Layout
33128
33129
33130 \backslash
33131 ifbraket 
33132 \end_layout
33133
33134 \end_inset
33135
33136
33137 \begin_inset Note Note
33138 status open
33139
33140 \begin_layout Plain Layout
33141 以下の表は、
33142 \series bold
33143 braket
33144 \series default
33145  LaTeXパッケージが導入済みのときのみ表示されます。
33146 \end_layout
33147
33148 \end_inset
33149
33150 以下のコマンドが定義されています。
33151 \end_layout
33152
33153 \begin_layout Standard
33154 \align center
33155 \begin_inset Tabular
33156 <lyxtabular version="3" rows="4" columns="2">
33157 <features rotate="0" tabularvalignment="middle">
33158 <column alignment="center" valignment="top">
33159 <column alignment="center" valignment="top">
33160 <row>
33161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33162 \begin_inset Text
33163
33164 \begin_layout Plain Layout
33165 コマンド
33166 \end_layout
33167
33168 \end_inset
33169 </cell>
33170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33171 \begin_inset Text
33172
33173 \begin_layout Plain Layout
33174 出力
33175 \end_layout
33176
33177 \end_inset
33178 </cell>
33179 </row>
33180 <row>
33181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33182 \begin_inset Text
33183
33184 \begin_layout Plain Layout
33185
33186 \backslash
33187 Bra{
33188 \backslash
33189 psi
33190 \end_layout
33191
33192 \end_inset
33193 </cell>
33194 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33195 \begin_inset Text
33196
33197 \begin_layout Plain Layout
33198 \begin_inset Formula $\Bra{\psi}$
33199 \end_inset
33200
33201
33202 \end_layout
33203
33204 \end_inset
33205 </cell>
33206 </row>
33207 <row>
33208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33209 \begin_inset Text
33210
33211 \begin_layout Plain Layout
33212
33213 \backslash
33214 Ket{
33215 \backslash
33216 psi
33217 \end_layout
33218
33219 \end_inset
33220 </cell>
33221 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33222 \begin_inset Text
33223
33224 \begin_layout Plain Layout
33225 \begin_inset Formula $\Ket{\psi}$
33226 \end_inset
33227
33228
33229 \end_layout
33230
33231 \end_inset
33232 </cell>
33233 </row>
33234 <row>
33235 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33236 \begin_inset Text
33237
33238 \begin_layout Plain Layout
33239
33240 \backslash
33241 Braket{
33242 \backslash
33243 psi
33244 \begin_inset Formula $|$
33245 \end_inset
33246
33247
33248 \backslash
33249 phi
33250 \end_layout
33251
33252 \end_inset
33253 </cell>
33254 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33255 \begin_inset Text
33256
33257 \begin_layout Plain Layout
33258 \begin_inset Formula $\Braket{\psi|\phi}$
33259 \end_inset
33260
33261
33262 \end_layout
33263
33264 \end_inset
33265 </cell>
33266 </row>
33267 </lyxtabular>
33268
33269 \end_inset
33270
33271
33272 \end_layout
33273
33274 \begin_layout Standard
33275
33276 \series bold
33277
33278 \backslash
33279 Braket
33280 \series default
33281 コマンドを使うと、以下のように、すべての縦棒がそれを囲む括弧と同じ大きさに設定されます。
33282 \begin_inset Formula 
33283 \[
33284 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}
33285 \]
33286
33287 \end_inset
33288
33289
33290 \begin_inset ERT
33291 status collapsed
33292
33293 \begin_layout Plain Layout
33294
33295
33296 \backslash
33297 else 
33298 \end_layout
33299
33300 \end_inset
33301
33302
33303 \begin_inset Note Note
33304 status open
33305
33306 \begin_layout Plain Layout
33307
33308 \series bold
33309 braket
33310 \series default
33311  LaTeXパッケージが導入されていないときには、以下が表示されます。
33312 \end_layout
33313
33314 \end_inset
33315
33316
33317 \end_layout
33318
33319 \begin_layout Standard
33320 本小節の全体を出力で見るためには、
33321 \series bold
33322 braket
33323 \series default
33324  LaTeXパッケージを導入する必要があります。
33325 \end_layout
33326
33327 \begin_layout Standard
33328 \begin_inset ERT
33329 status collapsed
33330
33331 \begin_layout Plain Layout
33332
33333
33334 \backslash
33335 fi 
33336 \end_layout
33337
33338 \end_inset
33339
33340
33341 \end_layout
33342
33343 \begin_layout Standard
33344
33345 \series bold
33346
33347 \backslash
33348 Braket
33349 \series default
33350 と同じ効果は、第
33351 \begin_inset CommandInset ref
33352 LatexCommand ref
33353 reference "sub:自動の括弧丈"
33354
33355 \end_inset
33356
33357 節に説明されているとおり、
33358 \series bold
33359
33360 \backslash
33361 middle
33362 \series default
33363 コマンドを用いることによっても実現できます。
33364 \end_layout
33365
33366 \begin_layout Subsection
33367 自己定義の分数
33368 \begin_inset CommandInset label
33369 LatexCommand label
33370 name "sub:自己定義の分数"
33371
33372 \end_inset
33373
33374
33375 \begin_inset Index idx
33376 status collapsed
33377
33378 \begin_layout Plain Layout
33379 ぶんすう@分数 ! じこていぎの@自己定義の ---
33380 \end_layout
33381
33382 \end_inset
33383
33384
33385 \end_layout
33386
33387 \begin_layout Standard
33388 分数用の自製コマンドを定義するには、以下の書式を持つ
33389 \series bold
33390
33391 \backslash
33392 genfrac
33393 \series default
33394
33395 \begin_inset Index idx
33396 status collapsed
33397
33398 \begin_layout Plain Layout
33399 こまんど@コマンド ! G ! 
33400 \backslash
33401 genfrac
33402 \end_layout
33403
33404 \end_inset
33405
33406 コマンドを使います。
33407 \end_layout
33408
33409 \begin_layout Standard
33410
33411 \series bold
33412
33413 \backslash
33414 genfrac{左括弧}{右括弧}{分数線の厚み}{様式}
33415 \begin_inset Newline newline
33416 \end_inset
33417
33418
33419 \begin_inset Phantom HPhantom
33420 status open
33421
33422 \begin_layout Plain Layout
33423
33424 \series bold
33425
33426 \backslash
33427 genfrac
33428 \end_layout
33429
33430 \end_inset
33431
33432 {分子}{分母}
33433 \end_layout
33434
33435 \begin_layout Standard
33436 ここで「様式」は、0
33437 \begin_inset space \thinspace{}
33438 \end_inset
33439
33440 -
33441 \begin_inset space \thinspace{}
33442 \end_inset
33443
33444 3の範囲の数字です。
33445 \end_layout
33446
33447 \begin_layout Standard
33448 \align center
33449 \begin_inset Tabular
33450 <lyxtabular version="3" rows="5" columns="2">
33451 <features rotate="0" tabularvalignment="middle">
33452 <column alignment="center" valignment="top">
33453 <column alignment="center" valignment="top">
33454 <row>
33455 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33456 \begin_inset Text
33457
33458 \begin_layout Plain Layout
33459 数字
33460 \end_layout
33461
33462 \end_inset
33463 </cell>
33464 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33465 \begin_inset Text
33466
33467 \begin_layout Plain Layout
33468 様式(大きさ)
33469 \end_layout
33470
33471 \end_inset
33472 </cell>
33473 </row>
33474 <row>
33475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33476 \begin_inset Text
33477
33478 \begin_layout Plain Layout
33479 0
33480 \end_layout
33481
33482 \end_inset
33483 </cell>
33484 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33485 \begin_inset Text
33486
33487 \begin_layout Plain Layout
33488 別行立て様式の数式
33489 \end_layout
33490
33491 \end_inset
33492 </cell>
33493 </row>
33494 <row>
33495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33496 \begin_inset Text
33497
33498 \begin_layout Plain Layout
33499 1
33500 \end_layout
33501
33502 \end_inset
33503 </cell>
33504 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33505 \begin_inset Text
33506
33507 \begin_layout Plain Layout
33508 行内数式
33509 \end_layout
33510
33511 \end_inset
33512 </cell>
33513 </row>
33514 <row>
33515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33516 \begin_inset Text
33517
33518 \begin_layout Plain Layout
33519 2
33520 \end_layout
33521
33522 \end_inset
33523 </cell>
33524 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33525 \begin_inset Text
33526
33527 \begin_layout Plain Layout
33528 やや小(small)
33529 \end_layout
33530
33531 \end_inset
33532 </cell>
33533 </row>
33534 <row>
33535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33536 \begin_inset Text
33537
33538 \begin_layout Plain Layout
33539 3
33540 \end_layout
33541
33542 \end_inset
33543 </cell>
33544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33545 \begin_inset Text
33546
33547 \begin_layout Plain Layout
33548 最小(tiny)
33549 \end_layout
33550
33551 \end_inset
33552 </cell>
33553 </row>
33554 </lyxtabular>
33555
33556 \end_inset
33557
33558
33559 \end_layout
33560
33561 \begin_layout Standard
33562 「様式」を指定しないときには、
33563 \series bold
33564
33565 \backslash
33566 frac
33567 \series default
33568 コマンドのように、大きさは周囲の環境に合わせて調節されます。 
33569 \end_layout
33570
33571 \begin_layout Standard
33572 「分数線の厚み」を指定しないときには、既定値である0.4
33573 \begin_inset space \thinspace{}
33574 \end_inset
33575
33576 ptが用いられます。
33577 \end_layout
33578
33579 \begin_layout Standard
33580 \begin_inset VSpace medskip
33581 \end_inset
33582
33583 たとえば、第
33584 \begin_inset CommandInset ref
33585 LatexCommand ref
33586 reference "sub:分数"
33587
33588 \end_inset
33589
33590 節の
33591 \series bold
33592
33593 \backslash
33594 dfrac
33595 \series default
33596 コマンドおよび
33597 \series bold
33598
33599 \backslash
33600 tbinom
33601 \series default
33602 コマンドは、
33603 \end_layout
33604
33605 \begin_layout Standard
33606
33607 \series bold
33608
33609 \backslash
33610 newcommand{
33611 \backslash
33612 dfrac}[2]{
33613 \backslash
33614 genfrac{}{}{}{0}{#1}{#2}}
33615 \end_layout
33616
33617 \begin_layout Standard
33618 あるいは
33619 \end_layout
33620
33621 \begin_layout Standard
33622
33623 \series bold
33624
33625 \backslash
33626 newcommand{
33627 \backslash
33628 tbinom}[2]{
33629 \backslash
33630 genfrac{(}{)}{0pt}{1}{#1}{#2}}
33631 \end_layout
33632
33633 \begin_layout Standard
33634 というコマンドで定義できます。
33635 \end_layout
33636
33637 \begin_layout Standard
33638 \begin_inset VSpace medskip
33639 \end_inset
33640
33641 分数線の厚みを非必須の引数として与えることのできる分数を定義するには、LaTeXプリアンブルに
33642 \end_layout
33643
33644 \begin_layout Standard
33645
33646 \series bold
33647
33648 \backslash
33649 newcommand{
33650 \backslash
33651 fracS}[3][]{
33652 \backslash
33653 genfrac{}{}{#1}{}{#2}{#3}}
33654 \end_layout
33655
33656 \begin_layout Standard
33657 という行を入れます。
33658 \begin_inset Newpage newpage
33659 \end_inset
33660
33661
33662 \end_layout
33663
33664 \begin_layout Standard
33665 以下は、そのテストです。
33666 \begin_inset Formula 
33667 \begin{align*}
33668 \text{コマンド} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
33669 \text{出力} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
33670 \end{align*}
33671
33672 \end_inset
33673
33674 ご覧になってわかるように、分子や分母から分数線までの距離は、分数線の厚みの約3倍になります。
33675 \end_layout
33676
33677 \begin_layout Subsection
33678 数式の消去
33679 \begin_inset Index idx
33680 status collapsed
33681
33682 \begin_layout Plain Layout
33683 すうしき@数式 ! しょうきょ@消去
33684 \end_layout
33685
33686 \end_inset
33687
33688
33689 \end_layout
33690
33691 \begin_layout Standard
33692 数式を消去するには、4つの方法があります。
33693 \end_layout
33694
33695 \begin_layout Standard
33696 \align center
33697 \begin_inset Tabular
33698 <lyxtabular version="3" rows="5" columns="2">
33699 <features rotate="0" tabularvalignment="middle">
33700 <column alignment="center" valignment="top">
33701 <column alignment="center" valignment="top">
33702 <row>
33703 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33704 \begin_inset Text
33705
33706 \begin_layout Plain Layout
33707 コマンド
33708 \end_layout
33709
33710 \end_inset
33711 </cell>
33712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33713 \begin_inset Text
33714
33715 \begin_layout Plain Layout
33716 出力
33717 \begin_inset Note Note
33718 status collapsed
33719
33720 \begin_layout Plain Layout
33721 ここで
33722 \series bold
33723
33724 \backslash
33725 raisebox
33726 \series default
33727 はスペーサーとして使用しているだけです。
33728 \end_layout
33729
33730 \end_inset
33731
33732
33733 \end_layout
33734
33735 \end_inset
33736 </cell>
33737 </row>
33738 <row>
33739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33740 \begin_inset Text
33741
33742 \begin_layout Plain Layout
33743
33744 \backslash
33745 cancel
33746 \begin_inset space \textvisiblespace{}
33747 \end_inset
33748
33749 int
33750 \begin_inset space \textvisiblespace{}
33751 \end_inset
33752
33753 A=B
33754 \end_layout
33755
33756 \end_inset
33757 </cell>
33758 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33759 \begin_inset Text
33760
33761 \begin_layout Plain Layout
33762 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
33763 \end_inset
33764
33765
33766 \end_layout
33767
33768 \end_inset
33769 </cell>
33770 </row>
33771 <row>
33772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33773 \begin_inset Text
33774
33775 \begin_layout Plain Layout
33776
33777 \backslash
33778 bcancel
33779 \begin_inset space \textvisiblespace{}
33780 \end_inset
33781
33782
33783 \backslash
33784 int
33785 \begin_inset space \textvisiblespace{}
33786 \end_inset
33787
33788 A=B
33789 \end_layout
33790
33791 \end_inset
33792 </cell>
33793 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33794 \begin_inset Text
33795
33796 \begin_layout Plain Layout
33797 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
33798 \end_inset
33799
33800
33801 \end_layout
33802
33803 \end_inset
33804 </cell>
33805 </row>
33806 <row>
33807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33808 \begin_inset Text
33809
33810 \begin_layout Plain Layout
33811
33812 \backslash
33813 xcancel
33814 \begin_inset space \textvisiblespace{}
33815 \end_inset
33816
33817
33818 \backslash
33819 int
33820 \begin_inset space \textvisiblespace{}
33821 \end_inset
33822
33823 A=B
33824 \end_layout
33825
33826 \end_inset
33827 </cell>
33828 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33829 \begin_inset Text
33830
33831 \begin_layout Plain Layout
33832 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
33833 \end_inset
33834
33835
33836 \end_layout
33837
33838 \end_inset
33839 </cell>
33840 </row>
33841 <row>
33842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33843 \begin_inset Text
33844
33845 \begin_layout Plain Layout
33846
33847 \backslash
33848 cancelto
33849 \begin_inset space \textvisiblespace{}
33850 \end_inset
33851
33852
33853 \backslash
33854 int
33855 \begin_inset space \textvisiblespace{}
33856 \end_inset
33857
33858 A=B
33859 \begin_inset Formula $\to$
33860 \end_inset
33861
33862 1
33863 \end_layout
33864
33865 \end_inset
33866 </cell>
33867 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33868 \begin_inset Text
33869
33870 \begin_layout Plain Layout
33871 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
33872 \end_inset
33873
33874
33875 \end_layout
33876
33877 \end_inset
33878 </cell>
33879 </row>
33880 </lyxtabular>
33881
33882 \end_inset
33883
33884
33885 \end_layout
33886
33887 \begin_layout Standard
33888
33889 \series bold
33890
33891 \backslash
33892 cancelto
33893 \series default
33894 は、以下のように、とくに数式中の分数を約分を表示するのに適しています。
33895 \begin_inset Formula 
33896 \[
33897 \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}}}
33898 \]
33899
33900 \end_inset
33901
33902
33903 \end_layout
33904
33905 \begin_layout Standard
33906
33907 \lang english
33908 To change the size of 
33909 \series bold
33910
33911 \backslash
33912 cancelto
33913 \series default
33914 's 
33915 \begin_inset Quotes eld
33916 \end_inset
33917
33918 subscript
33919 \begin_inset Quotes erd
33920 \end_inset
33921
33922  value one can add the LaTeX-preamble line
33923 \end_layout
33924
33925 \begin_layout Standard
33926
33927 \series bold
33928
33929 \backslash
33930 PassOptionsToPackage{option}{cancel}
33931 \end_layout
33932
33933 \begin_layout Standard
33934
33935 \lang english
33936 where 
33937 \series bold
33938 option
33939 \series default
33940  is either 
33941 \series bold
33942 samesize
33943 \series default
33944  which leads to the same size as for the canceled value, or 
33945 \series bold
33946 Smaller
33947 \series default
33948  which makes is it a bit smaller than normal.
33949 \end_layout
33950
33951 \begin_layout Standard
33952 という行で読み込まれています。取り消し線に色を付けるには、TeXコードで以下のコマンドを書き加えてください。
33953 \end_layout
33954
33955 \begin_layout Standard
33956
33957 \series bold
33958
33959 \backslash
33960 renewcommand{
33961 \backslash
33962 CancelColor}{
33963 \backslash
33964 color{red}}
33965 \end_layout
33966
33967 \begin_layout Standard
33968 ここで
33969 \series bold
33970 red
33971 \series default
33972 は、お好みの色に変更することができます。
33973 \end_layout
33974
33975 \begin_layout Standard
33976 \begin_inset ERT
33977 status collapsed
33978
33979 \begin_layout Plain Layout
33980
33981
33982 \backslash
33983 renewcommand{
33984 \backslash
33985 CancelColor}{
33986 \backslash
33987 color{red}}
33988 \end_layout
33989
33990 \end_inset
33991
33992
33993 \end_layout
33994
33995 \begin_layout Standard
33996 \begin_inset Formula 
33997 \[
33998 \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}}}
33999 \]
34000
34001 \end_inset
34002
34003
34004 \end_layout
34005
34006 \begin_layout Standard
34007 \begin_inset ERT
34008 status collapsed
34009
34010 \begin_layout Plain Layout
34011
34012
34013 \backslash
34014 renewcommand{
34015 \backslash
34016 CancelColor}{
34017 \backslash
34018 color{black}}
34019 \end_layout
34020
34021 \end_inset
34022
34023
34024 \begin_inset Note Note
34025 status open
34026
34027 \begin_layout Plain Layout
34028 色をリセット
34029 \end_layout
34030
34031 \end_inset
34032
34033
34034 \end_layout
34035
34036 \begin_layout Standard
34037 他の微調整については、
34038 \series bold
34039 cancel
34040 \series default
34041 パッケージの取扱説明書
34042 \begin_inset CommandInset citation
34043 LatexCommand cite
34044 key "cancel"
34045
34046 \end_inset
34047
34048 をご覧ください。
34049 \begin_inset Index idx
34050 status collapsed
34051
34052 \begin_layout Plain Layout
34053 ぱっけーじ@パッケージ ! cancel
34054 \end_layout
34055
34056 \end_inset
34057
34058
34059 \end_layout
34060
34061 \begin_layout Subsection
34062 節見出し中の数式
34063 \begin_inset CommandInset label
34064 LatexCommand label
34065 name "sub:節見出し中の数式"
34066
34067 \end_inset
34068
34069
34070 \begin_inset Index idx
34071 status collapsed
34072
34073 \begin_layout Plain Layout
34074 すうしき@数式 ! せつみだしちゅうの@節見出し中の ---
34075 \end_layout
34076
34077 \end_inset
34078
34079
34080 \end_layout
34081
34082 \begin_layout Standard
34083 数式を節見出し中で使う際には、以下のことに留意しなくてはなりません。
34084 \end_layout
34085
34086 \begin_layout Standard
34087 \begin_inset Note Greyedout
34088 status open
34089
34090 \begin_layout Plain Layout
34091 文書設定ダイアログの
34092 \family sans
34093 PDF特性
34094 \family default
34095
34096 \series bold
34097 hyperref
34098 \series default
34099
34100 \begin_inset Index idx
34101 status collapsed
34102
34103 \begin_layout Plain Layout
34104 ぱっけーじ@パッケージ ! hyperref
34105 \end_layout
34106
34107 \end_inset
34108
34109 サポートが有効になっている場合、PDFのしおりが、目次にある節見出しすべてに関して生成されます。しおり中に数式を入れることはPDFの慣習に違反しているため、節見
34110 出しに数式が含まれている場合、数式はしおり中に誤った文字列として表示されます。
34111 \end_layout
34112
34113 \end_inset
34114
34115
34116 \end_layout
34117
34118 \begin_layout Standard
34119 これらの問題は、
34120 \family sans
34121 挿入\SpecialChar \menuseparator
34122 短縮タイトル
34123 \family default
34124 メニューを使って、問題となる節見出しの最後に短縮タイトルを入れることで解決することができます。短縮タイトルは、目次が美しく整形されるように、多行にわたる節見出し
34125 に別名を付けるものです。目次中には、短縮タイトルのみが表示され、したがってPDFしおり中にも短縮タイトルのみが表示されます。
34126 \end_layout
34127
34128 \begin_layout Standard
34129 数式を目次中でも使わなくてもならないが、
34130 \series bold
34131 hyperref
34132 \series default
34133 も使用しなくてはならないときには、
34134 \end_layout
34135
34136 \begin_layout Standard
34137
34138 \series bold
34139
34140 \backslash
34141 texorpdfstring{部分}{代替文字列}
34142 \begin_inset Index idx
34143 status collapsed
34144
34145 \begin_layout Plain Layout
34146 こまんど@コマンド ! T ! 
34147 \backslash
34148 texorpdfstring
34149 \end_layout
34150
34151 \end_inset
34152
34153
34154 \end_layout
34155
34156 \begin_layout Standard
34157 というコマンドをTeXモードで使う方法があります。
34158 \end_layout
34159
34160 \begin_layout Standard
34161 「部分」は、見出し中、PDFしおりに表示したくない部分です。これは、文字・数式・脚注のほかに相互参照をとることもできます。しおりには、この部分の代わりに、「代替
34162 文字列」が用いられます。
34163 \end_layout
34164
34165 \begin_layout Standard
34166 以下の二つは、見出しの例です。
34167 \begin_inset VSpace -3mm
34168 \end_inset
34169
34170
34171 \begin_inset ERT
34172 status collapsed
34173
34174 \begin_layout Plain Layout
34175
34176
34177 \backslash
34178 boldmath 
34179 \end_layout
34180
34181 \end_inset
34182
34183
34184 \end_layout
34185
34186 \begin_layout Subsubsection
34187 目次中では数式を使わない見出し
34188 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
34189 \end_inset
34190
34191
34192 \begin_inset Argument 1
34193 status collapsed
34194
34195 \begin_layout Plain Layout
34196 目次中では数式を使わない見出し
34197 \end_layout
34198
34199 \end_inset
34200
34201
34202 \end_layout
34203
34204 \begin_layout Subsubsection
34205 目次中で数式を使う見出し
34206 \begin_inset ERT
34207 status collapsed
34208
34209 \begin_layout Plain Layout
34210
34211
34212 \backslash
34213 texorpdfstring{
34214 \end_layout
34215
34216 \end_inset
34217
34218  
34219 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
34220 \end_inset
34221
34222
34223 \begin_inset ERT
34224 status collapsed
34225
34226 \begin_layout Plain Layout
34227
34228 }{}
34229 \end_layout
34230
34231 \end_inset
34232
34233
34234 \end_layout
34235
34236 \begin_layout Standard
34237 \begin_inset ERT
34238 status collapsed
34239
34240 \begin_layout Plain Layout
34241
34242
34243 \backslash
34244 unboldmath 
34245 \end_layout
34246
34247 \end_inset
34248
34249 一つめの見出しでは短縮タイトルが使われており、二つめの見出しでは
34250 \series bold
34251
34252 \backslash
34253 texorpdfstring
34254 \series default
34255 が使われています。
34256 \end_layout
34257
34258 \begin_layout Standard
34259 他の節見出しと同じ書式を得るために、上の見出し全体は
34260 \series bold
34261 boldmath
34262 \series default
34263 環境に設定してあります
34264 \begin_inset Foot
34265 status collapsed
34266
34267 \begin_layout Plain Layout
34268
34269 \begin_inset CommandInset ref
34270 LatexCommand ref
34271 reference "sub:ボールド体の数式"
34272
34273 \end_inset
34274
34275 節参照。
34276 \end_layout
34277
34278 \end_inset
34279
34280
34281 \end_layout
34282
34283 \begin_layout Subsection
34284 多段組文中の数式
34285 \begin_inset Index idx
34286 status collapsed
34287
34288 \begin_layout Plain Layout
34289 すうしき@数式 ! ただんくみぶんちゅうの@多段組文中の ---
34290 \end_layout
34291
34292 \end_inset
34293
34294
34295 \end_layout
34296
34297 \begin_layout Standard
34298 多段組文中に数式を作ると、段の中に収まりきらないことも多く、ページ幅全体に広がるようにする必要があることがあります。これは、
34299 \series bold
34300 multicol
34301 \series default
34302
34303 \begin_inset Foot
34304 status collapsed
34305
34306 \begin_layout Plain Layout
34307
34308 \series bold
34309 multicol
34310 \series default
34311 は、標準的LaTeX頒布版のすべてに含まれています。
34312 \end_layout
34313
34314 \end_inset
34315
34316
34317 \begin_inset Index idx
34318 status collapsed
34319
34320 \begin_layout Plain Layout
34321 ぱっけーじ@パッケージ ! multicol
34322 \end_layout
34323
34324 \end_inset
34325
34326  LaTeXパッケージを、
34327 \end_layout
34328
34329 \begin_layout Standard
34330
34331 \series bold
34332
34333 \backslash
34334 usepackage{multicol}
34335 \end_layout
34336
34337 \begin_layout Standard
34338 というLaTeXプリアンブル行を書いて読み込むことで、実現できます。
34339 \end_layout
34340
34341 \begin_layout Standard
34342 \begin_inset Note Greyedout
34343 status open
34344
34345 \begin_layout Plain Layout
34346 ここで、
34347 \family sans
34348 文書\SpecialChar \menuseparator
34349 設定
34350 \family default
34351 メニューの
34352 \family sans
34353 本文レイアウト
34354 \family default
34355 で、
34356 \family sans
34357 二段組文書
34358 \family default
34359 の設定を
34360 \emph on
34361 有効にしてはならない
34362 \emph default
34363 ことに注意してください。
34364 \end_layout
34365
34366 \end_inset
34367
34368
34369 \end_layout
34370
34371 \begin_layout Standard
34372 多段組文の前に
34373 \end_layout
34374
34375 \begin_layout Standard
34376
34377 \series bold
34378
34379 \backslash
34380 begin{multicols}{段数}
34381 \end_layout
34382
34383 \begin_layout Standard
34384 というコマンドをTeXモードで書き入れます。「段数」は、2
34385 \begin_inset space \thinspace{}
34386 \end_inset
34387
34388 -
34389 \begin_inset space \thinspace{}
34390 \end_inset
34391
34392 10のあいだの数字です。多段組文の終わる数式の前には、
34393 \end_layout
34394
34395 \begin_layout Standard
34396
34397 \series bold
34398
34399 \backslash
34400 end{multicols}
34401 \end_layout
34402
34403 \begin_layout Standard
34404 というコマンドをTeXモードで入れます。
34405 \end_layout
34406
34407 \begin_layout Standard
34408 このコマンドによって、数式の前にいくらかの余白が、自動的に作られます。これをなくすには、数式の前に-6
34409 \begin_inset space \thinspace{}
34410 \end_inset
34411
34412 mmの垂直空白を入れて下さい。数式様式
34413 \series bold
34414
34415 \begin_inset Foot
34416 status collapsed
34417
34418 \begin_layout Plain Layout
34419
34420 \series bold
34421 数式様式に関しては、第
34422 \series default
34423
34424 \begin_inset CommandInset ref
34425 LatexCommand ref
34426 reference "sec:数式様式"
34427
34428 \end_inset
34429
34430 節をご覧下さい。
34431 \end_layout
34432
34433 \end_inset
34434
34435
34436 \series default
34437 として
34438 \series bold
34439 行頭下げ
34440 \series default
34441 を使用している場合には、代わりに-9
34442 \begin_inset space \thinspace{}
34443 \end_inset
34444
34445 mmの垂直空白を入れて下さい。
34446 \end_layout
34447
34448 \begin_layout Standard
34449 以下は、別行立て数式を含む、多段組文の例です。
34450 \end_layout
34451
34452 \begin_layout Standard
34453 \begin_inset ERT
34454 status collapsed
34455
34456 \begin_layout Plain Layout
34457
34458
34459 \backslash
34460 begin{multicols}{2}
34461 \end_layout
34462
34463 \end_inset
34464
34465
34466 \lang ngerman
34467 Das Spektrum wird fouriertransformiert.
34468  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
34469 , Lösungsmittel) zu trennen.
34470  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
34471  nun das Aussehen des Ausgangssignals.
34472  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so das man
34473  über alle Phasen integrieren muss.
34474  Sei nun 
34475 \begin_inset Formula $S$
34476 \end_inset
34477
34478  unser normiertes Ausgangssignal und 
34479 \begin_inset Formula $P$
34480 \end_inset
34481
34482  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
34483 \lang japanese
34484
34485 \begin_inset ERT
34486 status collapsed
34487
34488 \begin_layout Plain Layout
34489
34490
34491 \backslash
34492 end{multicols}
34493 \end_layout
34494
34495 \end_inset
34496
34497
34498 \begin_inset VSpace -6mm
34499 \end_inset
34500
34501
34502 \begin_inset Formula 
34503 \begin{equation}
34504 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
34505 \end{equation}
34506
34507 \end_inset
34508
34509
34510 \begin_inset ERT
34511 status collapsed
34512
34513 \begin_layout Plain Layout
34514
34515
34516 \backslash
34517 begin{multicols}{2}
34518 \end_layout
34519
34520 \end_inset
34521
34522
34523 \lang ngerman
34524 wobei 
34525 \begin_inset Formula $S_{0}$
34526 \end_inset
34527
34528  das Signal ohne Gradient ist und die Normierungsbedingung 
34529 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
34530 \end_inset
34531
34532  gilt.
34533  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
34534  Direkt nach dem 
34535 \begin_inset Formula $\nicefrac{\pi}{2}$
34536 \end_inset
34537
34538
34539 \begin_inset space \thinspace{}
34540 \end_inset
34541
34542 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
34543  das Signal zusätzlich abschwächt.
34544  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
34545  
34546 \begin_inset Formula $T_{2}$
34547 \end_inset
34548
34549 -Zeit.
34550 \end_layout
34551
34552 \begin_layout Standard
34553 \begin_inset ERT
34554 status collapsed
34555
34556 \begin_layout Plain Layout
34557
34558
34559 \backslash
34560 end{multicols}
34561 \end_layout
34562
34563 \end_inset
34564
34565  
34566 \end_layout
34567
34568 \begin_layout Subsection
34569 変数の説明付き数式
34570 \begin_inset Index idx
34571 status collapsed
34572
34573 \begin_layout Plain Layout
34574 すうしき@数式 ! へんすうのせつめいつき@変数の説明付き
34575 \end_layout
34576
34577 \end_inset
34578
34579
34580 \end_layout
34581
34582 \begin_layout Standard
34583 \begin_inset CommandInset ref
34584 LatexCommand eqref
34585 reference "eq:within"
34586
34587 \end_inset
34588
34589 式のように、数式内で変数の説明をするには、
34590 \begin_inset Formula $n$
34591 \end_inset
34592
34593 個の変数が使われている場合、左寄せの列を持つ
34594 \begin_inset Formula $2\times n$
34595 \end_inset
34596
34597 行列を使用します
34598 \begin_inset Foot
34599 status collapsed
34600
34601 \begin_layout Plain Layout
34602 行列に関しては、第
34603 \begin_inset CommandInset ref
34604 LatexCommand ref
34605 reference "sec:行列"
34606
34607 \end_inset
34608
34609 節参照。
34610 \end_layout
34611
34612 \end_inset
34613
34614 。説明を小さな文字にするには、行列の前に、たとえば
34615 \series bold
34616
34617 \backslash
34618 footnotesize
34619 \series default
34620 コマンドを挿入します
34621 \begin_inset Foot
34622 status collapsed
34623
34624 \begin_layout Plain Layout
34625 フォント寸法に関しては、第
34626 \begin_inset CommandInset ref
34627 LatexCommand ref
34628 reference "sub:書体寸法"
34629
34630 \end_inset
34631
34632 節参照。
34633 \end_layout
34634
34635 \end_inset
34636
34637
34638 \end_layout
34639
34640 \begin_layout Standard
34641 数式様式に
34642 \series bold
34643 行頭下げ
34644 \begin_inset Foot
34645 status collapsed
34646
34647 \begin_layout Plain Layout
34648
34649 \series bold
34650 数式様式に関しては、第
34651 \series default
34652
34653 \begin_inset CommandInset ref
34654 LatexCommand ref
34655 reference "sec:数式様式"
34656
34657 \end_inset
34658
34659 節参照。
34660 \end_layout
34661
34662 \end_inset
34663
34664
34665 \series default
34666 を使っている場合、行列を数式とページ余白から等距離に置くために、行列の前後に
34667 \series bold
34668
34669 \backslash
34670 hfill
34671 \series default
34672
34673 \begin_inset Foot
34674 status collapsed
34675
34676 \begin_layout Plain Layout
34677
34678 \series bold
34679
34680 \backslash
34681 hfill
34682 \series default
34683 は、
34684 \series bold
34685 行頭下げ
34686 \series default
34687 様式のときのみ機能します。第
34688 \begin_inset CommandInset ref
34689 LatexCommand ref
34690 reference "sub:可変長の空白"
34691
34692 \end_inset
34693
34694 節をご覧下さい。
34695 \end_layout
34696
34697 \end_inset
34698
34699 を入れます。
34700 \end_layout
34701
34702 \begin_layout Standard
34703 数式様式に
34704 \series bold
34705 中央揃え
34706 \series default
34707 を使っている場合、数式を字下げするには、第
34708 \begin_inset CommandInset ref
34709 LatexCommand ref
34710 reference "sub:flalign環境"
34711
34712 \end_inset
34713
34714 節で述べた方法を使用します。
34715 \begin_inset CommandInset ref
34716 LatexCommand eqref
34717 reference "eq:within"
34718
34719 \end_inset
34720
34721 式には5列があり、最初の2列には数式、3列めには行列、最終列には空のTeX括弧が入っています。
34722 \begin_inset Formula 
34723 \begin{flalign}
34724 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
34725 \rho & \textrm{density}\\
34726 V & \textrm{volume}\\
34727 g & \textrm{gravitational acceleration}
34728 \end{array} &  & {}\label{eq:within}
34729 \end{flalign}
34730
34731 \end_inset
34732
34733
34734 \end_layout
34735
34736 \begin_layout Subsection
34737 アップライト体のギリシャ小文字
34738 \begin_inset CommandInset label
34739 LatexCommand label
34740 name "sub:アップライト体ギリシャ小文字"
34741
34742 \end_inset
34743
34744
34745 \begin_inset Index idx
34746 status collapsed
34747
34748 \begin_layout Plain Layout
34749 ぎりしゃもじ@ギリシャ文字 ! あっぷらいとたい@アップライト体
34750 \end_layout
34751
34752 \end_inset
34753
34754
34755 \end_layout
34756
34757 \begin_layout Standard
34758 ほとんどの数式書体は、イタリック体のギリシャ小文字しか提供していません。しかし、
34759 \begin_inset Formula $\pi$
34760 \end_inset
34761
34762 中間子やニュートリノのような素粒子の記号には、アップライト体のギリシャ文字が必要とされます。
34763 \series bold
34764 upgreek.sty
34765 \series default
34766
34767 \begin_inset Foot
34768 status collapsed
34769
34770 \begin_layout Plain Layout
34771
34772 \series bold
34773 upgreek
34774 \series default
34775 は、
34776 \series bold
34777 was
34778 \series default
34779
34780 \begin_inset Index idx
34781 status collapsed
34782
34783 \begin_layout Plain Layout
34784 ぱっけーじ@パッケージ ! was
34785 \begin_inset ERT
34786 status collapsed
34787
34788 \begin_layout Plain Layout
34789
34790
34791 \backslash
34792 vspace{4mm}
34793 \end_layout
34794
34795 \end_inset
34796
34797
34798 \end_layout
34799
34800 \end_inset
34801
34802  LaTeXパッケージの一部です。
34803 \end_layout
34804
34805 \end_inset
34806
34807
34808 \begin_inset Index idx
34809 status collapsed
34810
34811 \begin_layout Plain Layout
34812 ぱっけーじ@パッケージ ! upgreek
34813 \end_layout
34814
34815 \end_inset
34816
34817  ファイルを
34818 \end_layout
34819
34820 \begin_layout Standard
34821
34822 \series bold
34823
34824 \backslash
34825 usepackage{upgreek}
34826 \end_layout
34827
34828 \begin_layout Standard
34829 というLaTeXプリアンブル行で読み込めば、これらが提供されるようになります。
34830 \begin_inset ERT
34831 status collapsed
34832
34833 \begin_layout Plain Layout
34834
34835
34836 \backslash
34837 ifupgreek 
34838 \end_layout
34839
34840 \end_inset
34841
34842
34843 \begin_inset Note Note
34844 status open
34845
34846 \begin_layout Plain Layout
34847 以下の表は、
34848 \series bold
34849 upgreek
34850 \series default
34851  LaTeXパッケージが導入済みのときのみ表示されます。
34852 \end_layout
34853
34854 \end_inset
34855
34856 アップライト体のギリシャ小文字は、ギリシャ小文字のコマンド名の前に
34857 \series bold
34858 up
34859 \series default
34860 を付けると作ることができます。たとえば
34861 \series bold
34862
34863 \backslash
34864 uptau
34865 \series default
34866 コマンドは、
34867 \begin_inset Formula $\uptau$
34868 \end_inset
34869
34870 のようになります。
34871 \end_layout
34872
34873 \begin_layout Standard
34874 これらのコマンドを使えば、以下のような素粒子の反応を組版することができるようになります。
34875 \begin_inset Formula 
34876 \[
34877 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}
34878 \]
34879
34880 \end_inset
34881
34882
34883 \end_layout
34884
34885 \begin_layout Standard
34886 アップライト体の文字は、イタリック体のものよりも太く幅広です。したがって、これらを「
34887 \begin_inset Formula $\mu m$
34888 \end_inset
34889
34890 」のような単位に使うべきではありません。
34891 \end_layout
34892
34893 \begin_layout Standard
34894 \begin_inset ERT
34895 status collapsed
34896
34897 \begin_layout Plain Layout
34898
34899
34900 \backslash
34901 else 
34902 \end_layout
34903
34904 \end_inset
34905
34906
34907 \begin_inset Note Note
34908 status open
34909
34910 \begin_layout Plain Layout
34911 以下は、
34912 \series bold
34913 upgreek
34914 \series default
34915  LaTeXパッケージが導入されていないときのみ表示されます。
34916 \end_layout
34917
34918 \end_inset
34919
34920
34921 \end_layout
34922
34923 \begin_layout Standard
34924 この小節のすべてを出力で見るには、
34925 \series bold
34926 upgreek
34927 \series default
34928  LaTeXパッケージを導入する必要があります。
34929 \end_layout
34930
34931 \begin_layout Standard
34932 \begin_inset ERT
34933 status collapsed
34934
34935 \begin_layout Plain Layout
34936
34937
34938 \backslash
34939 fi 
34940 \end_layout
34941
34942 \end_inset
34943
34944
34945 \begin_inset Newpage newpage
34946 \end_inset
34947
34948
34949 \end_layout
34950
34951 \begin_layout Subsection
34952 数式中のテキスト文字
34953 \begin_inset CommandInset label
34954 LatexCommand label
34955 name "sub:数式中のテキスト文字"
34956
34957 \end_inset
34958
34959
34960 \begin_inset Index idx
34961 status collapsed
34962
34963 \begin_layout Plain Layout
34964 てきすと@テキスト ! すうしきちゅうの@数式中の ---
34965 \end_layout
34966
34967 \end_inset
34968
34969
34970 \end_layout
34971
34972 \begin_layout Standard
34973 折にふれて、テキスト文字を直接数式中に入れたいときがあるでしょう。たとえば、中黒「·」を
34974 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
34975 \end_inset
34976
34977 のように数式中で頻繁に用いようとすると、この中黒はすべてのエンコーディングでテキスト文字として定義されているために、代わりに
34978 \series bold
34979
34980 \backslash
34981 cdot
34982 \series default
34983
34984 \begin_inset Foot
34985 status collapsed
34986
34987 \begin_layout Plain Layout
34988
34989 \begin_inset CommandInset ref
34990 LatexCommand ref
34991 reference "sub:二項演算子"
34992
34993 \end_inset
34994
34995 節参照。
34996 \end_layout
34997
34998 \end_inset
34999
35000 コマンドを挿入しなくてはならなくなることでしょう。しかし、
35001 \end_layout
35002
35003 \begin_layout Standard
35004
35005 \series bold
35006
35007 \backslash
35008 Declare Inputtext{183}{
35009 \backslash
35010 ifmmode
35011 \backslash
35012 cdot
35013 \backslash
35014 else
35015 \backslash
35016 textperiodcentered
35017 \backslash
35018 f\SpecialChar \textcompwordmark{}
35019 i}
35020 \end_layout
35021
35022 \begin_layout Standard
35023 というLaTeXプリアンブル行を使えば、エンコーディングに変更を加えることができます。
35024 \end_layout
35025
35026 \begin_layout Standard
35027 文字エンコーディング(
35028 \family sans
35029 文書\SpecialChar \menuseparator
35030 設定\SpecialChar \menuseparator
35031 言語
35032 \family default
35033 メニュー)は、キーボード上の
35034 \begin_inset Flex Ruby
35035 status collapsed
35036
35037 \begin_layout Plain Layout
35038
35039 \begin_inset Argument post:1
35040 status collapsed
35041
35042 \begin_layout Plain Layout
35043 キー
35044 \end_layout
35045
35046 \end_inset
35047
35048
35049 \end_layout
35050
35051 \end_inset
35052
35053 が押されたときにどの文字が表示されるかを指定します。「·」文字に対応する鍵が押されると、内部的には
35054 \series bold
35055
35056 \backslash
35057 textperiodcentered
35058 \series default
35059 コマンドが使用されます。しかし、このコマンドは数式中では使えないので、LaTeXエラーが発生するのです。変更後のエンコーディングでは、文字が数式中に挿入されたか
35060 否かによって、正しいコマンドが自動的に選択されます。
35061 \end_layout
35062
35063 \begin_layout Standard
35064 定義ファイル中には、複数の文字のエンコーディングが保管されています。たとえば、
35065 \series bold
35066 latin9
35067 \series default
35068 エンコーディングは、LaTeXがインストールされたフォルダにある
35069 \series bold
35070 latin9.def
35071 \series default
35072 ファイルに定義されています。エンコーディングは、LaTeXプリアンブルで変更するべきであって、定義ファイルを変更してはなりません。さもないと、自分の作成した文書
35073 は、他のコンピューターで作業をしている他のユーザーによっては編集することができなくなってしまいます。
35074 \end_layout
35075
35076 \begin_layout Standard
35077 \begin_inset VSpace medskip
35078 \end_inset
35079
35080 中黒の他にこの文書では、角度記号「
35081 \begin_inset Formula $^{\circ}$
35082 \end_inset
35083
35084 」が、数式に直接入れることができるよう、以下のようなLaTeXプリアンブル行で定義されています
35085 \begin_inset Foot
35086 status collapsed
35087
35088 \begin_layout Plain Layout
35089 (訳註)pLaTeXでは、これらの定義は必要ないので、コメントアウトして無効にしてあります。
35090 \end_layout
35091
35092 \end_inset
35093
35094
35095 \end_layout
35096
35097 \begin_layout Standard
35098
35099 \series bold
35100
35101 \backslash
35102 DeclareInputtext{176}{
35103 \backslash
35104 ifmmode^
35105 \backslash
35106 circ
35107 \backslash
35108 else
35109 \backslash
35110 textdegree
35111 \backslash
35112 f\SpecialChar \textcompwordmark{}
35113 i}
35114 \end_layout
35115
35116 \begin_layout Standard
35117 \begin_inset Newpage newpage
35118 \end_inset
35119
35120
35121 \end_layout
35122
35123 \begin_layout Section
35124 \start_of_appendix
35125 組版上の助言
35126 \begin_inset Index idx
35127 status collapsed
35128
35129 \begin_layout Plain Layout
35130 くみばんじょうのじょげん@組版上の助言
35131 \end_layout
35132
35133 \end_inset
35134
35135
35136 \end_layout
35137
35138 \begin_layout Standard
35139 この節は、ISO規範に掲げてある、もっとも重要な組版ルールの要約です
35140 \begin_inset Foot
35141 status collapsed
35142
35143 \begin_layout Plain Layout
35144 この要約の一部は、ISO規則を取り上げている「Duden」
35145 \begin_inset CommandInset citation
35146 LatexCommand cite
35147 key "Duden"
35148
35149 \end_inset
35150
35151 と呼ばれるドイツの半公的辞書から採られています。
35152 \end_layout
35153
35154 \end_inset
35155
35156
35157 \end_layout
35158
35159 \begin_layout Itemize
35160 物理単位は、つねに(イタリック文中にあるときも)アップライト体にします
35161 \begin_inset Foot
35162 status collapsed
35163
35164 \begin_layout Plain Layout
35165 書体様式で指定します。第
35166 \begin_inset CommandInset ref
35167 LatexCommand ref
35168 reference "sub:書体様式"
35169
35170 \end_inset
35171
35172 節を参照。
35173 \end_layout
35174
35175 \end_inset
35176
35177 :30
35178 \begin_inset space \thinspace{}
35179 \end_inset
35180
35181 km/h
35182 \begin_inset Newline newline
35183 \end_inset
35184
35185 値と単位の間には、最小空白を入れます。第
35186 \begin_inset CommandInset ref
35187 LatexCommand ref
35188 reference "sub:定義済みの空白"
35189
35190 \end_inset
35191
35192 節を参照。
35193 \begin_inset Newline newline
35194 \end_inset
35195
35196 この慣習は、
35197 \series bold
35198
35199 \backslash
35200 unittwo
35201 \series default
35202 コマンドを使用すると、つねに満たされます。このコマンドを数式に入れると、二つの枠が現れます。最初の枠には値をいれ、第二の枠に単位を入れると、上記と同じような結果
35203 が得られます:
35204 \begin_inset Formula $\unit[30]{km/h}$
35205 \end_inset
35206
35207
35208 \begin_inset space \thinspace{}
35209 \end_inset
35210
35211 。実は、
35212 \series bold
35213
35214 \backslash
35215 unittwo
35216 \series default
35217 は、LaTeXコマンドの実体ではなく、
35218 \series bold
35219
35220 \backslash
35221 unit[値]{単位}
35222 \series default
35223 というコマンドです。したがって、これをTeXコード中で使用することはできません。
35224 \end_layout
35225
35226 \begin_layout Itemize
35227 百分率記号と千分率記号は、物理単位と同様に組みます:
35228 \begin_inset Newline newline
35229 \end_inset
35230
35231 血中アルコール1,2
35232 \begin_inset space \thinspace{}
35233 \end_inset
35234
35235
35236 \end_layout
35237
35238 \begin_layout Itemize
35239 角度記号は値の直後に置きます:
35240 \begin_inset Formula $15^{\circ}$
35241 \end_inset
35242
35243 。しかし、単位として用いられるときは別です:15
35244 \begin_inset space \thinspace{}
35245 \end_inset
35246
35247
35248 \begin_inset Formula $^{\circ}\negmedspace\mbox{C}$
35249 \end_inset
35250
35251
35252 \end_layout
35253
35254 \begin_layout Itemize
35255 4桁以上の数は、3桁ごとに最小空白を直前に挿入して、グループ化します:18
35256 \begin_inset space \thinspace{}
35257 \end_inset
35258
35259 473
35260 \begin_inset space \thinspace{}
35261 \end_inset
35262
35263 588
35264 \end_layout
35265
35266 \begin_layout Itemize
35267 \begin_inset Formula $120\times90\times40$
35268 \end_inset
35269
35270
35271 \begin_inset space \thinspace{}
35272 \end_inset
35273
35274 cmのような寸法には、積記号「
35275 \begin_inset Formula $\times$
35276 \end_inset
35277
35278 」を用います。これは、
35279 \series bold
35280
35281 \backslash
35282 times
35283 \series default
35284 コマンドか、
35285 \family sans
35286 挿入\SpecialChar \menuseparator
35287 特殊文字\SpecialChar \menuseparator
35288 記号
35289 \family default
35290 メニューから入れることができます。
35291 \end_layout
35292
35293 \begin_layout Itemize
35294 いくつかの文字を含む関数名は、混乱を防ぐためにアップライト体にします。第
35295 \begin_inset CommandInset ref
35296 LatexCommand ref
35297 reference "sub:定義済み函数"
35298
35299 \end_inset
35300
35301 節を参照。
35302 \end_layout
35303
35304 \begin_layout Itemize
35305 複数の文字を含む指数は、アップライト体にします:
35306 \begin_inset Formula $E_{\mathrm{kin}}$
35307 \end_inset
35308
35309
35310 \begin_inset Newline newline
35311 \end_inset
35312
35313 行列要素はイタリック体にします:
35314 \begin_inset Formula $\hat{H}_{kl}$
35315 \end_inset
35316
35317
35318 \end_layout
35319
35320 \begin_layout Itemize
35321 微分作用素・積分作用素「d」、オイラー数「e」、虚数単位「i」は、他の変数と間違えることを避けるために、アップライト体にします。
35322 \end_layout
35323
35324 \begin_layout Itemize
35325
35326 \noun on
35327 フーリエ
35328 \noun default
35329 変換を表す文字は、
35330 \series bold
35331
35332 \backslash
35333 mathscr
35334 \begin_inset space \textvisiblespace{}
35335 \end_inset
35336
35337 {F
35338 \series default
35339 コマンド
35340 \begin_inset Index idx
35341 status collapsed
35342
35343 \begin_layout Plain Layout
35344 こまんど@コマンド! M ! 
35345 \backslash
35346 mathscr
35347 \end_layout
35348
35349 \end_inset
35350
35351
35352 \family sans
35353 挿入\SpecialChar \menuseparator
35354 特殊文字\SpecialChar \menuseparator
35355 記号\SpecialChar \menuseparator
35356 文字様記号
35357 \family default
35358 メニューの
35359 \begin_inset Formula $\mathscr{F}$
35360 \end_inset
35361
35362 で入れることができます。
35363 \end_layout
35364
35365 \begin_layout Standard
35366 \begin_inset Newpage newpage
35367 \end_inset
35368
35369
35370 \end_layout
35371
35372 \begin_layout Section
35373 同義語
35374 \begin_inset Index idx
35375 status collapsed
35376
35377 \begin_layout Plain Layout
35378 どうぎご@同義語
35379 \end_layout
35380
35381 \end_inset
35382
35383
35384 \end_layout
35385
35386 \begin_layout Standard
35387 いくつかの文字や記号は、複数のコマンドから作ることができます。以下は、同義のコマンドの一覧です。
35388 \end_layout
35389
35390 \begin_layout Standard
35391 \begin_inset VSpace bigskip
35392 \end_inset
35393
35394
35395 \begin_inset space \hfill{}
35396 \end_inset
35397
35398
35399 \begin_inset Tabular
35400 <lyxtabular version="3" rows="12" columns="2">
35401 <features rotate="0" tabularvalignment="middle">
35402 <column alignment="center" valignment="top" width="0pt">
35403 <column alignment="center" valignment="top" width="0pt">
35404 <row>
35405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35406 \begin_inset Text
35407
35408 \begin_layout Plain Layout
35409 コマンド
35410 \end_layout
35411
35412 \end_inset
35413 </cell>
35414 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35415 \begin_inset Text
35416
35417 \begin_layout Plain Layout
35418 同義のコマンド
35419 \begin_inset Note Note
35420 status collapsed
35421
35422 \begin_layout Plain Layout
35423 ここで
35424 \series bold
35425
35426 \backslash
35427 raisebox
35428 \series default
35429 はスペーサーとして使用しているだけです。
35430 \end_layout
35431
35432 \end_inset
35433
35434
35435 \end_layout
35436
35437 \end_inset
35438 </cell>
35439 </row>
35440 <row>
35441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35442 \begin_inset Text
35443
35444 \begin_layout Plain Layout
35445
35446 \backslash
35447 ast
35448 \end_layout
35449
35450 \end_inset
35451 </cell>
35452 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35453 \begin_inset Text
35454
35455 \begin_layout Plain Layout
35456 \begin_inset ERT
35457 status collapsed
35458
35459 \begin_layout Plain Layout
35460
35461
35462 \backslash
35463 raisebox{-1.2mm}{
35464 \end_layout
35465
35466 \end_inset
35467
35468 *
35469 \begin_inset ERT
35470 status collapsed
35471
35472 \begin_layout Plain Layout
35473
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 choose
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
35502 \backslash
35503 binom
35504 \end_layout
35505
35506 \end_inset
35507 </cell>
35508 </row>
35509 <row>
35510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35511 \begin_inset Text
35512
35513 \begin_layout Plain Layout
35514
35515 \backslash
35516 geq
35517 \end_layout
35518
35519 \end_inset
35520 </cell>
35521 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35522 \begin_inset Text
35523
35524 \begin_layout Plain Layout
35525
35526 \backslash
35527 ge
35528 \end_layout
35529
35530 \end_inset
35531 </cell>
35532 </row>
35533 <row>
35534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35535 \begin_inset Text
35536
35537 \begin_layout Plain Layout
35538
35539 \backslash
35540 lbrace
35541 \end_layout
35542
35543 \end_inset
35544 </cell>
35545 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35546 \begin_inset Text
35547
35548 \begin_layout Plain Layout
35549 {
35550 \end_layout
35551
35552 \end_inset
35553 </cell>
35554 </row>
35555 <row>
35556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35557 \begin_inset Text
35558
35559 \begin_layout Plain Layout
35560
35561 \backslash
35562 lbracket
35563 \end_layout
35564
35565 \end_inset
35566 </cell>
35567 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35568 \begin_inset Text
35569
35570 \begin_layout Plain Layout
35571 [
35572 \end_layout
35573
35574 \end_inset
35575 </cell>
35576 </row>
35577 <row>
35578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35579 \begin_inset Text
35580
35581 \begin_layout Plain Layout
35582
35583 \backslash
35584 leftarrow
35585 \end_layout
35586
35587 \end_inset
35588 </cell>
35589 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35590 \begin_inset Text
35591
35592 \begin_layout Plain Layout
35593
35594 \backslash
35595 gets
35596 \end_layout
35597
35598 \end_inset
35599 </cell>
35600 </row>
35601 <row>
35602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35603 \begin_inset Text
35604
35605 \begin_layout Plain Layout
35606
35607 \backslash
35608 leq
35609 \end_layout
35610
35611 \end_inset
35612 </cell>
35613 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35614 \begin_inset Text
35615
35616 \begin_layout Plain Layout
35617
35618 \backslash
35619 le
35620 \end_layout
35621
35622 \end_inset
35623 </cell>
35624 </row>
35625 <row>
35626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35627 \begin_inset Text
35628
35629 \begin_layout Plain Layout
35630
35631 \backslash
35632 lor
35633 \end_layout
35634
35635 \end_inset
35636 </cell>
35637 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35638 \begin_inset Text
35639
35640 \begin_layout Plain Layout
35641
35642 \backslash
35643 vee
35644 \end_layout
35645
35646 \end_inset
35647 </cell>
35648 </row>
35649 <row>
35650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35651 \begin_inset Text
35652
35653 \begin_layout Plain Layout
35654
35655 \backslash
35656 neq
35657 \end_layout
35658
35659 \end_inset
35660 </cell>
35661 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35662 \begin_inset Text
35663
35664 \begin_layout Plain Layout
35665
35666 \backslash
35667 not=
35668 \end_layout
35669
35670 \end_inset
35671 </cell>
35672 </row>
35673 <row>
35674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35675 \begin_inset Text
35676
35677 \begin_layout Plain Layout
35678
35679 \backslash
35680 slash
35681 \end_layout
35682
35683 \end_inset
35684 </cell>
35685 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35686 \begin_inset Text
35687
35688 \begin_layout Plain Layout
35689 /
35690 \end_layout
35691
35692 \end_inset
35693 </cell>
35694 </row>
35695 <row>
35696 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35697 \begin_inset Text
35698
35699 \begin_layout Plain Layout
35700
35701 \backslash
35702 vert
35703 \end_layout
35704
35705 \end_inset
35706 </cell>
35707 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35708 \begin_inset Text
35709
35710 \begin_layout Plain Layout
35711 \begin_inset Formula $|$
35712 \end_inset
35713
35714
35715 \end_layout
35716
35717 \end_inset
35718 </cell>
35719 </row>
35720 </lyxtabular>
35721
35722 \end_inset
35723
35724
35725 \begin_inset space \hfill{}
35726 \end_inset
35727
35728
35729 \begin_inset Tabular
35730 <lyxtabular version="3" rows="12" columns="2">
35731 <features rotate="0" tabularvalignment="middle">
35732 <column alignment="center" valignment="top" width="0pt">
35733 <column alignment="center" valignment="top" width="0pt">
35734 <row>
35735 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35736 \begin_inset Text
35737
35738 \begin_layout Plain Layout
35739 コマンド
35740 \end_layout
35741
35742 \end_inset
35743 </cell>
35744 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35745 \begin_inset Text
35746
35747 \begin_layout Plain Layout
35748 同義のコマンド
35749 \end_layout
35750
35751 \end_inset
35752 </cell>
35753 </row>
35754 <row>
35755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35756 \begin_inset Text
35757
35758 \begin_layout Plain Layout
35759
35760 \backslash
35761 backslash
35762 \end_layout
35763
35764 \end_inset
35765 </cell>
35766 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35767 \begin_inset Text
35768
35769 \begin_layout Plain Layout
35770
35771 \backslash
35772
35773 \backslash
35774
35775 \end_layout
35776
35777 \end_inset
35778 </cell>
35779 </row>
35780 <row>
35781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35782 \begin_inset Text
35783
35784 \begin_layout Plain Layout
35785
35786 \backslash
35787 dasharrow
35788 \end_layout
35789
35790 \end_inset
35791 </cell>
35792 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35793 \begin_inset Text
35794
35795 \begin_layout Plain Layout
35796
35797 \backslash
35798 dashrightarrow
35799 \end_layout
35800
35801 \end_inset
35802 </cell>
35803 </row>
35804 <row>
35805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35806 \begin_inset Text
35807
35808 \begin_layout Plain Layout
35809
35810 \backslash
35811 land
35812 \end_layout
35813
35814 \end_inset
35815 </cell>
35816 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35817 \begin_inset Text
35818
35819 \begin_layout Plain Layout
35820
35821 \backslash
35822 wedge
35823 \end_layout
35824
35825 \end_inset
35826 </cell>
35827 </row>
35828 <row>
35829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35830 \begin_inset Text
35831
35832 \begin_layout Plain Layout
35833
35834 \backslash
35835 rbrace
35836 \end_layout
35837
35838 \end_inset
35839 </cell>
35840 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35841 \begin_inset Text
35842
35843 \begin_layout Plain Layout
35844 }
35845 \end_layout
35846
35847 \end_inset
35848 </cell>
35849 </row>
35850 <row>
35851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35852 \begin_inset Text
35853
35854 \begin_layout Plain Layout
35855
35856 \backslash
35857 rbracket
35858 \end_layout
35859
35860 \end_inset
35861 </cell>
35862 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35863 \begin_inset Text
35864
35865 \begin_layout Plain Layout
35866 ]
35867 \end_layout
35868
35869 \end_inset
35870 </cell>
35871 </row>
35872 <row>
35873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35874 \begin_inset Text
35875
35876 \begin_layout Plain Layout
35877
35878 \backslash
35879 rightarrow
35880 \end_layout
35881
35882 \end_inset
35883 </cell>
35884 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35885 \begin_inset Text
35886
35887 \begin_layout Plain Layout
35888
35889 \backslash
35890 to
35891 \end_layout
35892
35893 \end_inset
35894 </cell>
35895 </row>
35896 <row>
35897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35898 \begin_inset Text
35899
35900 \begin_layout Plain Layout
35901
35902 \backslash
35903 lnot
35904 \end_layout
35905
35906 \end_inset
35907 </cell>
35908 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35909 \begin_inset Text
35910
35911 \begin_layout Plain Layout
35912
35913 \backslash
35914 neg
35915 \end_layout
35916
35917 \end_inset
35918 </cell>
35919 </row>
35920 <row>
35921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35922 \begin_inset Text
35923
35924 \begin_layout Plain Layout
35925
35926 \backslash
35927 ne
35928 \end_layout
35929
35930 \end_inset
35931 </cell>
35932 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35933 \begin_inset Text
35934
35935 \begin_layout Plain Layout
35936
35937 \backslash
35938 not=
35939 \end_layout
35940
35941 \end_inset
35942 </cell>
35943 </row>
35944 <row>
35945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35946 \begin_inset Text
35947
35948 \begin_layout Plain Layout
35949
35950 \backslash
35951 owns
35952 \end_layout
35953
35954 \end_inset
35955 </cell>
35956 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35957 \begin_inset Text
35958
35959 \begin_layout Plain Layout
35960
35961 \backslash
35962 ni
35963 \end_layout
35964
35965 \end_inset
35966 </cell>
35967 </row>
35968 <row>
35969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35970 \begin_inset Text
35971
35972 \begin_layout Plain Layout
35973
35974 \backslash
35975 square
35976 \end_layout
35977
35978 \end_inset
35979 </cell>
35980 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35981 \begin_inset Text
35982
35983 \begin_layout Plain Layout
35984
35985 \backslash
35986 Box
35987 \end_layout
35988
35989 \end_inset
35990 </cell>
35991 </row>
35992 <row>
35993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35994 \begin_inset Text
35995
35996 \begin_layout Plain Layout
35997
35998 \backslash
35999 Vert
36000 \end_layout
36001
36002 \end_inset
36003 </cell>
36004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36005 \begin_inset Text
36006
36007 \begin_layout Plain Layout
36008
36009 \backslash
36010
36011 \begin_inset Formula $|$
36012 \end_inset
36013
36014
36015 \end_layout
36016
36017 \end_inset
36018 </cell>
36019 </row>
36020 </lyxtabular>
36021
36022 \end_inset
36023
36024
36025 \begin_inset space \hfill{}
36026 \end_inset
36027
36028
36029 \end_layout
36030
36031 \begin_layout Standard
36032 \begin_inset Newpage newpage
36033 \end_inset
36034
36035
36036 \end_layout
36037
36038 \begin_layout Bibliography
36039 \begin_inset CommandInset bibitem
36040 LatexCommand bibitem
36041 key "TLC2"
36042
36043 \end_inset
36044
36045
36046 \shape smallcaps
36047 Mittelbach, F.
36048  ; Goossens, M.
36049 \shape default
36050
36051 \shape italic
36052 The LaTeX Companion
36053 \shape default
36054 , 2nd ed.
36055  Addison Wesley, 2004
36056 \end_layout
36057
36058 \begin_layout Bibliography
36059 \begin_inset CommandInset bibitem
36060 LatexCommand bibitem
36061 key "Mathmode"
36062
36063 \end_inset
36064
36065 LaTeXの数式能力の
36066 \begin_inset CommandInset href
36067 LatexCommand href
36068 name "説明"
36069 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
36070
36071 \end_inset
36072
36073
36074 \end_layout
36075
36076 \begin_layout Bibliography
36077 \begin_inset CommandInset bibitem
36078 LatexCommand bibitem
36079 key "AMS"
36080
36081 \end_inset
36082
36083
36084 \begin_inset ERT
36085 status collapsed
36086
36087 \begin_layout Plain Layout
36088
36089
36090 \backslash
36091 AmS
36092 \end_layout
36093
36094 \end_inset
36095
36096 -LaTeXの
36097 \begin_inset CommandInset href
36098 LatexCommand href
36099 name "説明"
36100 target "http://mirrors.ctan.org/macros/latex/required/amslatex/math/amsldoc.pdf"
36101
36102 \end_inset
36103
36104
36105 \end_layout
36106
36107 \begin_layout Bibliography
36108 \begin_inset CommandInset bibitem
36109 LatexCommand bibitem
36110 key "Symbols"
36111
36112 \end_inset
36113
36114 LaTeXパッケージで利用できる記号の
36115 \begin_inset CommandInset href
36116 LatexCommand href
36117 name "全覧"
36118 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
36119
36120 \end_inset
36121
36122
36123 \end_layout
36124
36125 \begin_layout Bibliography
36126 \begin_inset CommandInset bibitem
36127 LatexCommand bibitem
36128 key "cancel"
36129
36130 \end_inset
36131
36132 LaTeX 
36133 \series bold
36134 cancel
36135 \series default
36136
36137 \begin_inset Index idx
36138 status collapsed
36139
36140 \begin_layout Plain Layout
36141 ぱっけーじ@パッケージ ! cancel
36142 \end_layout
36143
36144 \end_inset
36145
36146 パッケージの
36147 \begin_inset CommandInset href
36148 LatexCommand href
36149 name "取扱説明書"
36150 target "http://mirrors.ctan.org/macros/latex/contrib/cancel/cancel.pdf"
36151
36152 \end_inset
36153
36154
36155 \end_layout
36156
36157 \begin_layout Bibliography
36158 \begin_inset CommandInset bibitem
36159 LatexCommand bibitem
36160 key "hyperref"
36161
36162 \end_inset
36163
36164 LaTeX 
36165 \series bold
36166 hyperref
36167 \series default
36168
36169 \begin_inset Index idx
36170 status collapsed
36171
36172 \begin_layout Plain Layout
36173 ぱっけーじ@パッケージ ! hyperref
36174 \end_layout
36175
36176 \end_inset
36177
36178 パッケージの
36179 \begin_inset CommandInset href
36180 LatexCommand href
36181 name "取扱説明書"
36182 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
36183
36184 \end_inset
36185
36186
36187 \end_layout
36188
36189 \begin_layout Bibliography
36190 \begin_inset CommandInset bibitem
36191 LatexCommand bibitem
36192 key "mhchem"
36193
36194 \end_inset
36195
36196 LaTeX 
36197 \series bold
36198 mhchem
36199 \series default
36200
36201 \begin_inset Index idx
36202 status collapsed
36203
36204 \begin_layout Plain Layout
36205 ぱっけーじ@パッケージ ! mhchem
36206 \end_layout
36207
36208 \end_inset
36209
36210 パッケージの
36211 \begin_inset CommandInset href
36212 LatexCommand href
36213 name "取扱説明書"
36214 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
36215
36216 \end_inset
36217
36218
36219 \end_layout
36220
36221 \begin_layout Bibliography
36222 \begin_inset CommandInset bibitem
36223 LatexCommand bibitem
36224 key "Mathclap"
36225
36226 \end_inset
36227
36228
36229 \begin_inset CommandInset ref
36230 LatexCommand ref
36231 reference "sub:演算子の範囲"
36232
36233 \end_inset
36234
36235 節に述べられている
36236 \series bold
36237
36238 \backslash
36239 mathclap
36240 \series default
36241 コマンドの
36242 \begin_inset CommandInset href
36243 LatexCommand href
36244 name "説明"
36245 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
36246
36247 \end_inset
36248
36249
36250 \begin_inset Index idx
36251 status collapsed
36252
36253 \begin_layout Plain Layout
36254 こまんど@コマンド ! M ! 
36255 \backslash
36256 mathclap
36257 \end_layout
36258
36259 \end_inset
36260
36261
36262 \end_layout
36263
36264 \begin_layout Bibliography
36265 \begin_inset CommandInset bibitem
36266 LatexCommand bibitem
36267 key "Duden"
36268
36269 \end_inset
36270
36271
36272 \emph on
36273 Duden Band 1
36274 \emph default
36275 .
36276  22.
36277  Auflage, Duden 2001
36278 \end_layout
36279
36280 \begin_layout Bibliography
36281 \begin_inset CommandInset bibitem
36282 LatexCommand bibitem
36283 key "Checklist"
36284
36285 \end_inset
36286
36287 原稿見直しの
36288 \begin_inset CommandInset href
36289 LatexCommand href
36290 name "チェックリスト"
36291 target "http://physics.nist.gov/Document/checklist.pdf"
36292
36293 \end_inset
36294
36295
36296 \end_layout
36297
36298 \begin_layout Subsubsection*
36299 \begin_inset CommandInset index_print
36300 LatexCommand printindex
36301 type "idx"
36302
36303 \end_inset
36304
36305
36306 \end_layout
36307
36308 \end_body
36309 \end_document