]> git.lyx.org Git - lyx.git/blob - lib/doc/ja/Math.lyx
Math.lyx: describe new support for cancel
[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 %% because this is loaded twice, add "samesize" option as an global option
75 % used in sec. 24.5
76 %\usepackage[samesize]{cancel}
77
78 % enables calculation of values
79 \usepackage{calc}
80
81 % for multiple columns used in sec. 24.7
82 \usepackage{multicol}
83
84 % needed in sec. 19.4
85 \usepackage{remreset}
86
87 % for the Fourier transformation symbol
88 \usepackage{mathrsfs}
89
90 % define a color, used in sec.9.3
91 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
92
93 % declare operators (see sec. 10.4 and sec. 15.2)
94 \DeclareMathOperator*{\Lozenge}{\blacklozenge}
95 \DeclareMathOperator{\sgn}{sgn}
96
97 % example definitions for sec. 20.1 
98 \newcommand{\gr}{\Longrightarrow}
99 \newcommand{\us}[1]{\underline{#1}}
100 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
101 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
102 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
103
104 % example macro from sec. 19.4
105 %\def\tagform@#1{\maketag@@@{|#1|}}
106
107 % macro from sec. 10.2
108 \def\clap#1{\hbox to 0pt{\hss #1\hss}}
109 \def\mathclap {\mathpalette \mathclapinternal}
110 \def\mathclapinternal #1#2{\clap{$\mathsurround =0pt #1{#2}$}}
111
112
113 % ------------------------------------
114 % used to check for needed LaTeX packages
115 \usepackage{ifthen}
116
117 % check for package eurosym
118 % used for the Euro symbol
119 \newboolean{eurosym}
120 \IfFileExists{eurosym.sty}
121  {\usepackage[gennarrow]{eurosym}
122   \setboolean{eurosym}{true}}
123  {\setboolean{eurosym}{false}}
124
125 % needed in sec. 22.4
126 % check for package braket
127 \newboolean{braket}
128 \IfFileExists{braket.sty}
129  {\usepackage{braket}
130   \setboolean{braket}{true}}
131  {\setboolean{braket}{false}}
132
133 % check for package cancel
134 \newboolean{cancel}
135 \IfFileExists{cancel.sty}
136  {\usepackage{cancel}
137   \setboolean{cancel}{true}}
138  {\setboolean{cancel}{false}}
139
140 % needed in sec. 22.10
141 % check for package upgreek
142 \newboolean{upgreek}
143 \IfFileExists{upgreek.sty}
144  {\usepackage{upgreek}
145   \setboolean{upgreek}{true}}
146  {\setboolean{upgreek}{false}}
147
148 % make pdf bookmark sane with Japanese
149 \AtBeginDvi{\special{pdf:tounicode EUC-UCS2}}
150 % Added by lyx2lyx
151 \end_preamble
152 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading,samesize
153 \use_default_options true
154 \maintain_unincluded_children false
155 \begin_local_layout
156 InsetLayout             Flex:Ruby
157 LyxType         charstyle
158 LatexType               command
159 LatexName               ruby
160 BgColor         none
161 LabelString             "ルビ"
162 Decoration              Conglomerate
163 Argument post:1
164       LabelString       "ルビ文"
165       MenuString        "ルビ文(S)|S"
166       Decoration        Conglomerate
167       Font
168             Size                tiny
169       EndFont
170       LabelFont
171             Size                tiny
172       EndFont
173       Mandatory 1
174 EndArgument
175 Preamble
176 \IfFileExists{okumacro.sty}
177  {\usepackage{okumacro}}
178  {\newcommand{\ruby}[2]{#2}}
179 EndPreamble
180 End
181 \end_local_layout
182 \language japanese
183 \language_package default
184 \inputencoding auto
185 \fontencoding global
186 \font_roman default
187 \font_sans default
188 \font_typewriter default
189 \font_math auto
190 \font_default_family default
191 \use_non_tex_fonts false
192 \font_sc false
193 \font_osf false
194 \font_sf_scale 100
195 \font_tt_scale 100
196 \graphics default
197 \default_output_format default
198 \output_sync 0
199 \bibtex_command default
200 \index_command default
201 \paperfontsize default
202 \spacing single
203 \use_hyperref true
204 \pdf_title "LyX数式説明書"
205 \pdf_author "LyXプロジェクトチーム・Uwe Stohr"
206 \pdf_subject "LyXの数式機能に関する説明書"
207 \pdf_keywords "LyX, Mathed"
208 \pdf_bookmarks true
209 \pdf_bookmarksnumbered true
210 \pdf_bookmarksopen true
211 \pdf_bookmarksopenlevel 1
212 \pdf_breaklinks false
213 \pdf_pdfborder false
214 \pdf_colorlinks true
215 \pdf_backref false
216 \pdf_pdfusetitle false
217 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
218 \papersize a4paper
219 \use_geometry true
220 \use_package amsmath 2
221 \use_package amssymb 2
222 \use_package cancel 2
223 \use_package esint 1
224 \use_package mathdots 1
225 \use_package mathtools 0
226 \use_package mhchem 1
227 \use_package stackrel 0
228 \use_package stmaryrd 0
229 \use_package undertilde 0
230 \cite_engine basic
231 \cite_engine_type default
232 \biblio_style plain
233 \use_bibtopic false
234 \use_indices false
235 \paperorientation portrait
236 \suppress_date false
237 \justification true
238 \use_refstyle 0
239 \notefontcolor #0000ff
240 \index 索引
241 \shortcut idx
242 \color #008000
243 \end_index
244 \leftmargin 3.5cm
245 \topmargin 3cm
246 \rightmargin 3cm
247 \bottommargin 3.5cm
248 \secnumdepth 4
249 \tocdepth 3
250 \paragraph_separation skip
251 \defskip medskip
252 \quotes_language english
253 \papercolumns 1
254 \papersides 2
255 \paperpagestyle plain
256 \tracking_changes false
257 \output_changes false
258 \html_math_output 0
259 \html_css_as_file 0
260 \html_be_strict false
261 \end_header
262
263 \begin_body
264
265 \begin_layout Title
266 LyXの数式詳細説明書
267 \end_layout
268
269 \begin_layout Author
270 LyXプロジェクトチーム
271 \begin_inset Foot
272 status collapsed
273
274 \begin_layout Plain Layout
275 \noindent
276 コメントや誤りの修正などがございましたら、LyX文書化メーリングリスト
277 \family typewriter
278
279 \begin_inset CommandInset href
280 LatexCommand href
281 name "lyx-docs@lists.lyx.org"
282 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
283 type "mailto:"
284
285 \end_inset
286
287
288 \family default
289 までお知らせください。
290 \end_layout
291
292 \end_inset
293
294
295 \begin_inset Note Note
296 status collapsed
297
298 \begin_layout Plain Layout
299 著者:Uwe Stöhr
300 \end_layout
301
302 \end_inset
303
304
305 \begin_inset Newline newline
306 \end_inset
307
308
309 \begin_inset Newline newline
310 \end_inset
311
312
313 \family sans
314 第2.1.x版
315 \end_layout
316
317 \begin_layout Standard
318 \begin_inset CommandInset toc
319 LatexCommand tableofcontents
320
321 \end_inset
322
323
324 \end_layout
325
326 \begin_layout Standard
327 \begin_inset Note Note
328 status open
329
330 \begin_layout Plain Layout
331 この文書をPDFやPS、DVIに書き出すには、LaTeXパッケージの
332 \series bold
333 braket
334 \series default
335
336 \series bold
337 cancel
338 \series default
339
340 \series bold
341 eurosym
342 \series default
343
344 \series bold
345 mathdots
346 \series default
347
348 \series bold
349 mhchem
350 \series default
351
352 \series bold
353 was
354 \series default
355 が導入されている必要があります。これらが導入されていなくても文書はエクスポートできますが、パッケージを必要とする節は出力には現れません。また、
356 \series bold
357 mhchem
358 \series default
359 が導入されていないと、本ファイルを書き出すことができません。
360 \end_layout
361
362 \begin_layout Plain Layout
363 この文書の最新のPDF版は
364 \begin_inset Newline newline
365 \end_inset
366
367
368 \series bold
369 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
370 \begin_inset Newline newline
371 \end_inset
372
373
374 \series default
375 にあります。
376 \end_layout
377
378 \end_inset
379
380
381 \end_layout
382
383 \begin_layout Standard
384 \begin_inset Newpage newpage
385 \end_inset
386
387
388 \end_layout
389
390 \begin_layout Section
391 はじめに
392 \end_layout
393
394 \begin_layout Standard
395 この文書は、LyXの数式機能の説明書であると同時に、なによりも数式記号および数式要素に使用されるLaTeXコマンドのコレクションでもあります。説明は、コマンドの
396 使用を念頭に置いています。したがって、ユーザーの手引きの
397 \family typewriter
398 数式
399 \family default
400 の節をすでにお読みになっていることを前提としています。
401 \end_layout
402
403 \begin_layout Standard
404 この説明書で説明されている、ほとんどの数式記号と、数式要素の多くは、
405 \family sans
406 挿入\SpecialChar \menuseparator
407 数式
408 \family default
409 メニューか
410 \family sans
411 数式ツールバー
412 \family default
413 からアクセスすることが可能です。しかし、たくさんの数式を書かなくてはならない人はみな、数式ツールバーを使うよりもコマンドを使った方がずっと速いことに気付くことに
414 なるのです。したがって、この説明書はコマンドに焦点を当てますが、対応するツールバーボタンが利用可能なときには、それにも言及することにします。
415 \end_layout
416
417 \begin_layout Standard
418 とくに断らなければ、コマンドは数式内からのみ利用可能です。この文書で説明されているすべてのコマンドを利用できるようにするためには、文書設定(
419 \family sans
420 文書\SpecialChar \menuseparator
421 設定\SpecialChar \menuseparator
422 数式オプション
423 \family default
424 メニュー)で
425 \family sans
426 AMS mathパッケージを使う
427 \family default
428 オプションを有効にしなくてはなりません
429 \begin_inset Foot
430 status collapsed
431
432 \begin_layout Plain Layout
433
434 \family sans
435 AMS mathパッケージを自動的に使う
436 \family default
437 オプションは、LyXでサポートされている数式要素が見つかったときのみ、
438 \begin_inset ERT
439 status collapsed
440
441 \begin_layout Plain Layout
442
443
444 \backslash
445 AmS 
446 \end_layout
447
448 \end_inset
449
450 -mathパッケージを使用します。
451 \end_layout
452
453 \end_inset
454
455
456 \end_layout
457
458 \begin_layout Standard
459 説明を明瞭にするために、この文書はすべての
460 \begin_inset ERT
461 status collapsed
462
463 \begin_layout Plain Layout
464
465
466 \backslash
467 AmS 
468 \end_layout
469
470 \end_inset
471
472 -mathコマンド
473 \begin_inset Foot
474 status collapsed
475
476 \begin_layout Plain Layout
477 すべての
478 \begin_inset ERT
479 status collapsed
480
481 \begin_layout Plain Layout
482
483
484 \backslash
485 AmS
486 \end_layout
487
488 \end_inset
489
490 -mathコマンドの一覧は、
491 \family sans
492
493 \begin_inset CommandInset href
494 LatexCommand href
495 name "amsguide.ps"
496 target "ftp://ftp.ams.org/pub/tex/doc/amstex/amsguide.pdf"
497
498 \end_inset
499
500
501 \family default
502 ファイルに収録されています。このファイルは、すべてのLaTeX標準頒布版に含まれています。
503 \end_layout
504
505 \end_inset
506
507 を列挙はしません。
508 \end_layout
509
510 \begin_layout Section
511 一般的な説明
512 \end_layout
513
514 \begin_layout Standard
515 本文に埋め込まれた行内数式
516 \begin_inset Index idx
517 status collapsed
518
519 \begin_layout Plain Layout
520 すうしき ! ぎょうない @ 数式 ! 行内
521 \end_layout
522
523 \end_inset
524
525 を作成するには、
526 \begin_inset Flex Ruby
527 status collapsed
528
529 \begin_layout Plain Layout
530 捷径
531 \begin_inset Argument post:1
532 status collapsed
533
534 \begin_layout Plain Layout
535 ショートカット
536 \end_layout
537
538 \end_inset
539
540
541 \end_layout
542
543 \end_inset
544
545
546 \begin_inset Info
547 type  "shortcuts"
548 arg   "math-mode"
549 \end_inset
550
551 のうちのいずれか、あるいはツールバーボタン
552 \begin_inset Graphics
553         filename ../../images/math-mode.png
554         scale 85
555
556 \end_inset
557
558 を使用してください。
559 \begin_inset Newline newline
560 \end_inset
561
562 大きく別の段落として表示される別行立て数式
563 \begin_inset Index idx
564 status collapsed
565
566 \begin_layout Plain Layout
567 すうしき ! べつぎょうだてようしき @ 数式 ! 別行立て様式
568 \end_layout
569
570 \end_inset
571
572 を作成するには、
573 \begin_inset Info
574 type  "shortcuts"
575 arg   "math-display"
576 \end_inset
577
578 のうちいずれかの
579 \begin_inset Flex Ruby
580 status collapsed
581
582 \begin_layout Plain Layout
583 捷径
584 \begin_inset Argument post:1
585 status collapsed
586
587 \begin_layout Plain Layout
588 ショートカット
589 \end_layout
590
591 \end_inset
592
593
594 \end_layout
595
596 \end_inset
597
598 を使用して下さい。
599 \end_layout
600
601 \begin_layout Standard
602 別行立て様式の数式を行内数式に変更するには、カーソルを数式内に合わせて
603 \begin_inset Info
604 type  "shortcuts"
605 arg   "math-mode"
606 \end_inset
607
608 のいずれかの
609 \begin_inset Flex Ruby
610 status collapsed
611
612 \begin_layout Plain Layout
613 捷径
614 \begin_inset Argument post:1
615 status collapsed
616
617 \begin_layout Plain Layout
618 ショートカット
619 \end_layout
620
621 \end_inset
622
623
624 \end_layout
625
626 \end_inset
627
628 か、
629 \family sans
630 編集\SpecialChar \menuseparator
631 数式\SpecialChar \menuseparator
632 数式の表記を変更
633 \family default
634 メニューを使用して下さい。同じ方法が、行内数式を別行立て数式に変更するのにも使用できます。
635 \end_layout
636
637 \begin_layout Standard
638 行内数式の一部を別行立て数式の大きさで表示するには、
639 \series bold
640
641 \backslash
642 displaystyle
643 \begin_inset Index idx
644 status collapsed
645
646 \begin_layout Plain Layout
647
648 \size normal
649 こまんど@コマンド ! D ! 
650 \backslash
651 displaystyle
652 \end_layout
653
654 \end_inset
655
656
657 \series default
658 を数式に入力して下さい。すると、青いボックスが新規に現れて、希望する数式の箇所を挿入することができます。
659 \end_layout
660
661 \begin_layout Standard
662 表の中では、行内数式のみの使用が許されています。
663 \end_layout
664
665 \begin_layout Standard
666
667 \family sans
668 数式ツールバー
669 \family default
670 は、
671 \family sans
672 表示\SpecialChar \menuseparator
673 ツールバー
674 \family default
675 メニューで表示することができます。そのメニューで「数式」をクリックすると、ツールバーが下部に永続的に表示されます。この状態は、
676 \family sans
677 ツールバー
678 \family default
679 メニューの中ではチェック印で表されます。この状態から、
680 \family sans
681 ツールバー
682 \family default
683 メニューの「数式」をもう一度クリックすると、数式ツールバーは、カーソルが数式内部にあるときのみ表示されるようになります。この状態は、メニュー項目が「数式」から「
684 数式(自動)」に変わることで表されます。
685 \end_layout
686
687 \begin_layout Standard
688 TeXモード
689 \begin_inset Index idx
690 status collapsed
691
692 \begin_layout Plain Layout
693 T@TeXモード
694 \end_layout
695
696 \end_inset
697
698 は、ツールバーボタン
699 \begin_inset Graphics
700         filename ../../images/ert-insert.png
701         scale 85
702
703 \end_inset
704
705 を押すか、
706 \family sans
707 挿入\SpecialChar \menuseparator
708 Te
709 \begin_inset ERT
710 status collapsed
711
712 \begin_layout Plain Layout
713
714 {}
715 \end_layout
716
717 \end_inset
718
719 Xコード
720 \family default
721 (
722 \begin_inset Flex Ruby
723 status collapsed
724
725 \begin_layout Plain Layout
726 捷径
727 \begin_inset Argument post:1
728 status collapsed
729
730 \begin_layout Plain Layout
731 ショートカット
732 \end_layout
733
734 \end_inset
735
736
737 \end_layout
738
739 \end_inset
740
741
742 \begin_inset Info
743 type  "shortcut"
744 arg   "ert-insert"
745 \end_inset
746
747 )メニューを使うことで、起動できます。
748 \begin_inset Note Note
749 status collapsed
750
751 \begin_layout Plain Layout
752 LyXには、出力においては上付き文字と下付き文字とで表示される三つの「固有名詞」、TeX・LaTeX・LyXがあります。これらの名称が、固有名詞として認識される
753 のを防ぐために、ここではTeX括弧が挿入されています。
754 \end_layout
755
756 \end_inset
757
758
759 \end_layout
760
761 \begin_layout Standard
762 LaTeXプリアンブル
763 \begin_inset Index idx
764 status collapsed
765
766 \begin_layout Plain Layout
767 L@LaTeXプリアンブル
768 \end_layout
769
770 \end_inset
771
772 を変更するには、
773 \family sans
774 文書\SpecialChar \menuseparator
775 設定\SpecialChar \menuseparator
776 LaT
777 \begin_inset ERT
778 status collapsed
779
780 \begin_layout Plain Layout
781
782 {}
783 \end_layout
784
785 \end_inset
786
787 eXプリアンブル
788 \family default
789 メニューを使用してください。
790 \end_layout
791
792 \begin_layout Standard
793 行列や場合分け、多行数式を続けて編集するには、
794 \family sans
795 編集\SpecialChar \menuseparator
796 数式
797 \family default
798 メニューと
799 \family sans
800 編集\SpecialChar \menuseparator
801 行と列
802 \family default
803 メニューを使うか、表ツールバーを使用することができます。メニューから行や列を交換するように指定されたときには、カーソルのある列や行は、それぞれ右側の列や下の行と
804 交換されます。カーソルが最後の列や行にあるときには、左の列や上の行と交換されることになります。
805 \end_layout
806
807 \begin_layout Standard
808 数式内で文章を書く
809 \begin_inset Foot
810 status collapsed
811
812 \begin_layout Plain Layout
813 多行数式では、
814 \series bold
815
816 \backslash
817 intertext
818 \series default
819 コマンドが使用されます。
820 \begin_inset CommandInset ref
821 LatexCommand ref
822 reference "sub:多行数式中のテキスト"
823
824 \end_inset
825
826 を参照のこと。
827 \end_layout
828
829 \end_inset
830
831 には、
832 \emph on
833 数式テキスト
834 \emph default
835
836 \begin_inset Index idx
837 status collapsed
838
839 \begin_layout Plain Layout
840 てきすと ! すうしきないの @ テキスト ! 数式内の
841 \end_layout
842
843 \end_inset
844
845
846 \begin_inset Index idx
847 status collapsed
848
849 \begin_layout Plain Layout
850 すうしきてきすと @ 数式テキスト
851 \end_layout
852
853 \end_inset
854
855 が使用されます。このモードには、
856 \begin_inset Flex Ruby
857 status collapsed
858
859 \begin_layout Plain Layout
860 捷径
861 \begin_inset Argument post:1
862 status collapsed
863
864 \begin_layout Plain Layout
865 ショートカット
866 \end_layout
867
868 \end_inset
869
870
871 \end_layout
872
873 \end_inset
874
875
876 \begin_inset Info
877 type  "shortcut"
878 arg   "math-mode"
879 \end_inset
880
881 を使うか、
882 \series bold
883
884 \backslash
885 text
886 \series default
887
888 \begin_inset Index idx
889 status collapsed
890
891 \begin_layout Plain Layout
892 こまんど @ コマンド ! T ! 
893 \backslash
894 text
895 \end_layout
896
897 \end_inset
898
899 コマンドを挿入することで入ることができます。テキストは、LyX中では黒字で表示されるので、青字で表示される他の数式部分とは区別することができます。出力においては
900 、数式テキストは、他の数式部分とは違って、アップライト体に組まれます。
901 \end_layout
902
903 \begin_layout Subsection*
904 コマンドの構成
905 \end_layout
906
907 \begin_layout Standard
908 数式要素に使われるほとんどのLaTeXコマンドは、以下のような構成になっています。
909 \end_layout
910
911 \begin_layout Standard
912
913 \series bold
914
915 \backslash
916 コマンド名[非必須引数]{必須引数}
917 \end_layout
918
919 \begin_layout Standard
920 コマンドは、つねにバックスラッシュ「
921 \series bold
922
923 \backslash
924
925 \series default
926 」で始まります。非必須の引数を省略するときには、随伴する括弧も省略しなくてはなりません。必須引数の前後の括弧は、この文書中では、TeX括弧
927 \begin_inset Index idx
928 status collapsed
929
930 \begin_layout Plain Layout
931 T@TeX括弧
932 \end_layout
933
934 \end_inset
935
936 と呼ぶことにします。数式中でコマンド名に左括弧を付けると、LyXは自動的にTeX括弧を生成します。数式中ではそれ以外に、
937 \series bold
938
939 \backslash
940 {
941 \series default
942 コマンドを使えば、つねにTeX括弧を生成することができます。LyX中で、青字で表示される通常の括弧とは違って、TeX括弧は赤字で表示されます。TeXモード中では
943 、TeX括弧を得るのに、とくにコマンドは必要としません。また、TeX括弧は出力中では表示されません。
944 \end_layout
945
946 \begin_layout Standard
947 記号のコマンドのように引数のないコマンドをTeXモードに入力するときには、コマンドの終わりを表すために、コマンドの後に空白が
948 \emph on
949 かならず
950 \emph default
951 入力されなくてはなりません。この空白は出力中には現れません。空白を出力中に表示したいときには、空白の後に、通常テキストモードの保護された空白が来なくてはなりませ
952 ん。
953 \end_layout
954
955 \begin_layout Standard
956 保護された空白は、
957 \begin_inset Info
958 type  "shortcut"
959 arg   "space-insert protected"
960 \end_inset
961
962 で入力できます。
963 \end_layout
964
965 \begin_layout Subsection*
966 \begin_inset Newpage newpage
967 \end_inset
968
969 文法の説明
970 \end_layout
971
972 \begin_layout Itemize
973 記号 
974 \begin_inset space \textvisiblespace{}
975 \end_inset
976
977  は、空白文字を入力することを表します。
978 \end_layout
979
980 \begin_layout Itemize
981 \begin_inset Formula $\to$
982 \end_inset
983
984 のような矢印は、キーボードから対応する矢印
985 \begin_inset Flex Ruby
986 status collapsed
987
988 \begin_layout Plain Layout
989
990 \begin_inset Argument post:1
991 status collapsed
992
993 \begin_layout Plain Layout
994 キー
995 \end_layout
996
997 \end_inset
998
999
1000 \end_layout
1001
1002 \end_inset
1003
1004 を押すことを表します。
1005 \end_layout
1006
1007 \begin_layout Subsection*
1008 使用できる単位
1009 \end_layout
1010
1011 \begin_layout Standard
1012 \align center
1013 \begin_inset Float table
1014 placement H
1015 wide false
1016 sideways false
1017 status open
1018
1019 \begin_layout Plain Layout
1020 \align center
1021 \begin_inset Caption Standard
1022
1023 \begin_layout Plain Layout
1024 \begin_inset CommandInset label
1025 LatexCommand label
1026 name "tab:使用できる単位"
1027
1028 \end_inset
1029
1030 使用できる単位
1031 \end_layout
1032
1033 \end_inset
1034
1035
1036 \end_layout
1037
1038 \begin_layout Plain Layout
1039 \align center
1040 \begin_inset Tabular
1041 <lyxtabular version="3" rows="13" columns="2">
1042 <features rotate="0" tabularvalignment="middle">
1043 <column alignment="center" valignment="top">
1044 <column alignment="center" valignment="top">
1045 <row>
1046 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1047 \begin_inset Text
1048
1049 \begin_layout Plain Layout
1050 単位
1051 \end_layout
1052
1053 \end_inset
1054 </cell>
1055 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1056 \begin_inset Text
1057
1058 \begin_layout Plain Layout
1059 名称/摘要
1060 \end_layout
1061
1062 \end_inset
1063 </cell>
1064 </row>
1065 <row>
1066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1067 \begin_inset Text
1068
1069 \begin_layout Plain Layout
1070 mm
1071 \end_layout
1072
1073 \end_inset
1074 </cell>
1075 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1076 \begin_inset Text
1077
1078 \begin_layout Plain Layout
1079 ミリメートル
1080 \end_layout
1081
1082 \end_inset
1083 </cell>
1084 </row>
1085 <row>
1086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1087 \begin_inset Text
1088
1089 \begin_layout Plain Layout
1090 cm
1091 \end_layout
1092
1093 \end_inset
1094 </cell>
1095 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1096 \begin_inset Text
1097
1098 \begin_layout Plain Layout
1099 センチメートル
1100 \end_layout
1101
1102 \end_inset
1103 </cell>
1104 </row>
1105 <row>
1106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1107 \begin_inset Text
1108
1109 \begin_layout Plain Layout
1110 in
1111 \end_layout
1112
1113 \end_inset
1114 </cell>
1115 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1116 \begin_inset Text
1117
1118 \begin_layout Plain Layout
1119 インチ
1120 \end_layout
1121
1122 \end_inset
1123 </cell>
1124 </row>
1125 <row>
1126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1127 \begin_inset Text
1128
1129 \begin_layout Plain Layout
1130 pt
1131 \end_layout
1132
1133 \end_inset
1134 </cell>
1135 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1136 \begin_inset Text
1137
1138 \begin_layout Plain Layout
1139 ポイント (72.27
1140 \begin_inset Formula $\,$
1141 \end_inset
1142
1143 pt = 1
1144 \begin_inset Formula $\,$
1145 \end_inset
1146
1147 in)
1148 \end_layout
1149
1150 \end_inset
1151 </cell>
1152 </row>
1153 <row>
1154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1155 \begin_inset Text
1156
1157 \begin_layout Plain Layout
1158 pc
1159 \end_layout
1160
1161 \end_inset
1162 </cell>
1163 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1164 \begin_inset Text
1165
1166 \begin_layout Plain Layout
1167 パイカ (1
1168 \begin_inset Formula $\,$
1169 \end_inset
1170
1171 pc = 12
1172 \begin_inset Formula $\,$
1173 \end_inset
1174
1175 pt)
1176 \end_layout
1177
1178 \end_inset
1179 </cell>
1180 </row>
1181 <row>
1182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1183 \begin_inset Text
1184
1185 \begin_layout Plain Layout
1186 sp
1187 \end_layout
1188
1189 \end_inset
1190 </cell>
1191 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1192 \begin_inset Text
1193
1194 \begin_layout Plain Layout
1195 スケールポイント (65536
1196 \begin_inset Formula $\,$
1197 \end_inset
1198
1199 sp = 1
1200 \begin_inset Formula $\,$
1201 \end_inset
1202
1203 pt)
1204 \end_layout
1205
1206 \end_inset
1207 </cell>
1208 </row>
1209 <row>
1210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1211 \begin_inset Text
1212
1213 \begin_layout Plain Layout
1214 bp
1215 \end_layout
1216
1217 \end_inset
1218 </cell>
1219 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1220 \begin_inset Text
1221
1222 \begin_layout Plain Layout
1223 ビッグポイント (72
1224 \begin_inset Formula $\,$
1225 \end_inset
1226
1227 bp = 1
1228 \begin_inset Formula $\,$
1229 \end_inset
1230
1231 in)
1232 \end_layout
1233
1234 \end_inset
1235 </cell>
1236 </row>
1237 <row>
1238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1239 \begin_inset Text
1240
1241 \begin_layout Plain Layout
1242 dd
1243 \end_layout
1244
1245 \end_inset
1246 </cell>
1247 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1248 \begin_inset Text
1249
1250 \begin_layout Plain Layout
1251 ディドー (72
1252 \begin_inset Formula $\,$
1253 \end_inset
1254
1255 dd 
1256 \begin_inset Formula $\approx$
1257 \end_inset
1258
1259  37.6
1260 \begin_inset Formula $\,$
1261 \end_inset
1262
1263 mm)
1264 \end_layout
1265
1266 \end_inset
1267 </cell>
1268 </row>
1269 <row>
1270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1271 \begin_inset Text
1272
1273 \begin_layout Plain Layout
1274 cc
1275 \end_layout
1276
1277 \end_inset
1278 </cell>
1279 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1280 \begin_inset Text
1281
1282 \begin_layout Plain Layout
1283 シセロ (1
1284 \begin_inset Formula $\,$
1285 \end_inset
1286
1287 cc = 12
1288 \begin_inset Formula $\,$
1289 \end_inset
1290
1291 dd)
1292 \end_layout
1293
1294 \end_inset
1295 </cell>
1296 </row>
1297 <row>
1298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1299 \begin_inset Text
1300
1301 \begin_layout Plain Layout
1302 ex
1303 \end_layout
1304
1305 \end_inset
1306 </cell>
1307 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1308 \begin_inset Text
1309
1310 \begin_layout Plain Layout
1311 現在のフォントの文字「x」の高さ
1312 \end_layout
1313
1314 \end_inset
1315 </cell>
1316 </row>
1317 <row>
1318 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1319 \begin_inset Text
1320
1321 \begin_layout Plain Layout
1322 em
1323 \end_layout
1324
1325 \end_inset
1326 </cell>
1327 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1328 \begin_inset Text
1329
1330 \begin_layout Plain Layout
1331 現在のフォントの文字「M」の幅
1332 \end_layout
1333
1334 \end_inset
1335 </cell>
1336 </row>
1337 <row>
1338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1339 \begin_inset Text
1340
1341 \begin_layout Plain Layout
1342 mu
1343 \end_layout
1344
1345 \end_inset
1346 </cell>
1347 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1348 \begin_inset Text
1349
1350 \begin_layout Plain Layout
1351 数式単位(1
1352 \begin_inset space \thinspace{}
1353 \end_inset
1354
1355 mu = 
1356 \begin_inset Formula $\nicefrac{1}{18}$
1357 \end_inset
1358
1359
1360 \begin_inset space \thinspace{}
1361 \end_inset
1362
1363 em)
1364 \end_layout
1365
1366 \end_inset
1367 </cell>
1368 </row>
1369 </lyxtabular>
1370
1371 \end_inset
1372
1373
1374 \end_layout
1375
1376 \end_inset
1377
1378
1379 \end_layout
1380
1381 \begin_layout Standard
1382 \begin_inset Newpage newpage
1383 \end_inset
1384
1385
1386 \end_layout
1387
1388 \begin_layout Section
1389 基礎的な関数
1390 \end_layout
1391
1392 \begin_layout Subsection
1393 指数
1394 \begin_inset Index idx
1395 status collapsed
1396
1397 \begin_layout Plain Layout
1398 しすう@指数
1399 \end_layout
1400
1401 \end_inset
1402
1403 および添字
1404 \begin_inset Index idx
1405 status collapsed
1406
1407 \begin_layout Plain Layout
1408 そえじ@添字
1409 \end_layout
1410
1411 \end_inset
1412
1413
1414 \begin_inset Index idx
1415 status collapsed
1416
1417 \begin_layout Plain Layout
1418 うえつきもじ@上付き文字|see
1419 \begin_inset ERT
1420 status collapsed
1421
1422 \begin_layout Plain Layout
1423
1424 {
1425 \end_layout
1426
1427 \end_inset
1428
1429 指数
1430 \begin_inset ERT
1431 status collapsed
1432
1433 \begin_layout Plain Layout
1434
1435 }
1436 \end_layout
1437
1438 \end_inset
1439
1440
1441 \end_layout
1442
1443 \end_inset
1444
1445
1446 \begin_inset Index idx
1447 status collapsed
1448
1449 \begin_layout Plain Layout
1450 したつきもじ@下付き文字|see
1451 \begin_inset ERT
1452 status collapsed
1453
1454 \begin_layout Plain Layout
1455
1456 {
1457 \end_layout
1458
1459 \end_inset
1460
1461 添字
1462 \begin_inset ERT
1463 status collapsed
1464
1465 \begin_layout Plain Layout
1466
1467 }
1468 \end_layout
1469
1470 \end_inset
1471
1472
1473 \end_layout
1474
1475 \end_inset
1476
1477
1478 \end_layout
1479
1480 \begin_layout Standard
1481 添字は、アンダースコア「_」を打鍵するか、数式ツールバーボタン
1482 \begin_inset Graphics
1483         filename ../../images/math-subscript.png
1484         scale 85
1485
1486 \end_inset
1487
1488 を使って入力することができ、指数は、キャレット「^」を打鍵するか、数式ツールバーボタン
1489 \begin_inset Graphics
1490         filename ../../images/math-superscript.png
1491         scale 85
1492
1493 \end_inset
1494
1495 を使って入力することができます。
1496 \end_layout
1497
1498 \begin_layout Standard
1499 \align center
1500 \begin_inset Tabular
1501 <lyxtabular version="3" rows="4" columns="2">
1502 <features rotate="0" tabularvalignment="middle">
1503 <column alignment="center" valignment="top" width="0pt">
1504 <column alignment="center" valignment="top" width="0pt">
1505 <row>
1506 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1507 \begin_inset Text
1508
1509 \begin_layout Plain Layout
1510 コマンド
1511 \end_layout
1512
1513 \end_inset
1514 </cell>
1515 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1516 \begin_inset Text
1517
1518 \begin_layout Plain Layout
1519 結果
1520 \begin_inset Note Note
1521 status collapsed
1522
1523 \begin_layout Plain Layout
1524 ここで使われている
1525 \series bold
1526
1527 \backslash
1528 raisebox
1529 \series default
1530 は単なるスペーサーです。
1531 \end_layout
1532
1533 \end_inset
1534
1535
1536 \end_layout
1537
1538 \end_inset
1539 </cell>
1540 </row>
1541 <row>
1542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1543 \begin_inset Text
1544
1545 \begin_layout Plain Layout
1546 B_V
1547 \end_layout
1548
1549 \end_inset
1550 </cell>
1551 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1552 \begin_inset Text
1553
1554 \begin_layout Plain Layout
1555 \begin_inset Formula $B_{V}$
1556 \end_inset
1557
1558
1559 \end_layout
1560
1561 \end_inset
1562 </cell>
1563 </row>
1564 <row>
1565 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1566 \begin_inset Text
1567
1568 \begin_layout Plain Layout
1569 B^V
1570 \end_layout
1571
1572 \end_inset
1573 </cell>
1574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1575 \begin_inset Text
1576
1577 \begin_layout Plain Layout
1578 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1579 \end_inset
1580
1581
1582 \end_layout
1583
1584 \end_inset
1585 </cell>
1586 </row>
1587 <row>
1588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1589 \begin_inset Text
1590
1591 \begin_layout Plain Layout
1592 B^
1593 \begin_inset space \textvisiblespace{}
1594 \end_inset
1595
1596 A
1597 \end_layout
1598
1599 \end_inset
1600 </cell>
1601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1602 \begin_inset Text
1603
1604 \begin_layout Plain Layout
1605 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1606 \end_inset
1607
1608
1609 \end_layout
1610
1611 \end_inset
1612 </cell>
1613 </row>
1614 </lyxtabular>
1615
1616 \end_inset
1617
1618
1619 \end_layout
1620
1621 \begin_layout Standard
1622 キャレットは、言語によってはアクセント記号として使用されているので、そのような場合には、母音字の後でキャレットを押すと、指数にならずにアクセントをつけることにな
1623 ってしまいます
1624 \begin_inset Foot
1625 status collapsed
1626
1627 \begin_layout Plain Layout
1628 使用しているキーボード設定によっては、同様のことが母音以外の文字でも起こることがあります。
1629 \end_layout
1630
1631 \end_inset
1632
1633 。この場合に指数を作るには、上記の最後の例のように、キャレットの後に
1634 \family sans
1635 Space
1636 \family default
1637 を押してください。
1638 \end_layout
1639
1640 \begin_layout Subsection
1641 分数
1642 \begin_inset CommandInset label
1643 LatexCommand label
1644 name "sub:分数"
1645
1646 \end_inset
1647
1648
1649 \begin_inset Index idx
1650 status collapsed
1651
1652 \begin_layout Plain Layout
1653 ぶんすう@分数
1654 \end_layout
1655
1656 \end_inset
1657
1658
1659 \end_layout
1660
1661 \begin_layout Standard
1662 分数は、コマンド
1663 \series bold
1664
1665 \backslash
1666 frac
1667 \series default
1668
1669 \begin_inset Index idx
1670 status collapsed
1671
1672 \begin_layout Plain Layout
1673 こまんど@コマンド ! F ! 
1674 \backslash
1675 frac
1676 \end_layout
1677
1678 \end_inset
1679
1680 か数式ツールバーボタン
1681 \begin_inset Graphics
1682         filename ../../images/math/frac.png
1683         scale 50
1684
1685 \end_inset
1686
1687 で作ることができます。フォント寸法は、分数が行内数式にあるか別行立て数式にあるかに応じて、自動的に調整されます。数式ツールバーボタン
1688 \begin_inset Graphics
1689         filename ../../images/math/frac-square.png
1690         scale 85
1691
1692 \end_inset
1693
1694 を使えば、分数の種類を選ぶことができます。
1695 \end_layout
1696
1697 \begin_layout Standard
1698 コマンド
1699 \series bold
1700
1701 \backslash
1702 dfrac
1703 \series default
1704
1705 \begin_inset Index idx
1706 status collapsed
1707
1708 \begin_layout Plain Layout
1709 こまんど@コマンド ! D ! 
1710 \backslash
1711 dfrac
1712 \end_layout
1713
1714 \end_inset
1715
1716 を使えば、つねに別行立て数式の大きさを持つ分数を作成することができます。また、コマンド
1717 \series bold
1718
1719 \backslash
1720 tfrac
1721 \series default
1722
1723 \begin_inset Index idx
1724 status collapsed
1725
1726 \begin_layout Plain Layout
1727 こまんど@コマンド ! T ! 
1728 \backslash
1729 tfrac
1730 \end_layout
1731
1732 \end_inset
1733
1734 では、つねに行内数式の大きさで分数が表示されます。以下はこれらの例です。
1735 \end_layout
1736
1737 \begin_layout Standard
1738 これは、コマンド
1739 \series bold
1740
1741 \backslash
1742 frac
1743 \series default
1744 を使用して作った分数
1745 \begin_inset Formula $\frac{1}{2}$
1746 \end_inset
1747
1748 を含む行です。
1749 \end_layout
1750
1751 \begin_layout Standard
1752 これは、コマンド
1753 \series bold
1754
1755 \backslash
1756 dfrac
1757 \series default
1758 を使用して作った分数
1759 \begin_inset Formula $\dfrac{1}{2}$
1760 \end_inset
1761
1762 を含む行です。
1763 \end_layout
1764
1765 \begin_layout Standard
1766 \align center
1767 \begin_inset Tabular
1768 <lyxtabular version="3" rows="4" columns="2">
1769 <features rotate="0" tabularvalignment="middle">
1770 <column alignment="center" valignment="top" width="0pt">
1771 <column alignment="center" valignment="top" width="0pt">
1772 <row>
1773 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1774 \begin_inset Text
1775
1776 \begin_layout Plain Layout
1777 コマンド
1778 \end_layout
1779
1780 \end_inset
1781 </cell>
1782 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1783 \begin_inset Text
1784
1785 \begin_layout Plain Layout
1786 出力
1787 \begin_inset Note Note
1788 status collapsed
1789
1790 \begin_layout Plain Layout
1791 ここで
1792 \series bold
1793
1794 \backslash
1795 raisebox
1796 \series default
1797 はスペーサーとして使用しているだけです。
1798 \end_layout
1799
1800 \end_inset
1801
1802
1803 \end_layout
1804
1805 \end_inset
1806 </cell>
1807 </row>
1808 <row>
1809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1810 \begin_inset Text
1811
1812 \begin_layout Plain Layout
1813
1814 \backslash
1815 frac
1816 \begin_inset space \textvisiblespace{}
1817 \end_inset
1818
1819 A
1820 \begin_inset Formula $\downarrow$
1821 \end_inset
1822
1823 B
1824 \end_layout
1825
1826 \end_inset
1827 </cell>
1828 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1829 \begin_inset Text
1830
1831 \begin_layout Plain Layout
1832 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1833 \end_inset
1834
1835
1836 \end_layout
1837
1838 \end_inset
1839 </cell>
1840 </row>
1841 <row>
1842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1843 \begin_inset Text
1844
1845 \begin_layout Plain Layout
1846
1847 \backslash
1848 dfrac
1849 \begin_inset space \textvisiblespace{}
1850 \end_inset
1851
1852 A
1853 \begin_inset Formula $\downarrow$
1854 \end_inset
1855
1856 B
1857 \end_layout
1858
1859 \end_inset
1860 </cell>
1861 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1862 \begin_inset Text
1863
1864 \begin_layout Plain Layout
1865 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1866 \end_inset
1867
1868
1869 \end_layout
1870
1871 \end_inset
1872 </cell>
1873 </row>
1874 <row>
1875 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1876 \begin_inset Text
1877
1878 \begin_layout Plain Layout
1879
1880 \backslash
1881 dfrac
1882 \begin_inset space \textvisiblespace{}
1883 \end_inset
1884
1885 e^
1886 \begin_inset space \textvisiblespace{}
1887 \end_inset
1888
1889
1890 \backslash
1891 frac
1892 \begin_inset space \textvisiblespace{}
1893 \end_inset
1894
1895 1
1896 \begin_inset Formula $\downarrow$
1897 \end_inset
1898
1899 2
1900 \begin_inset Formula $\downarrow\downarrow$
1901 \end_inset
1902
1903 3
1904 \end_layout
1905
1906 \end_inset
1907 </cell>
1908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1909 \begin_inset Text
1910
1911 \begin_layout Plain Layout
1912 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
1913 \end_inset
1914
1915
1916 \end_layout
1917
1918 \end_inset
1919 </cell>
1920 </row>
1921 </lyxtabular>
1922
1923 \end_inset
1924
1925
1926 \end_layout
1927
1928 \begin_layout Standard
1929 \begin_inset VSpace bigskip
1930 \end_inset
1931
1932
1933 \begin_inset Newpage newpage
1934 \end_inset
1935
1936 入れ子の分数を作るには、コマンド
1937 \series bold
1938
1939 \backslash
1940 cfrac
1941 \series default
1942
1943 \begin_inset Index idx
1944 status collapsed
1945
1946 \begin_layout Plain Layout
1947 こまんど@コマンド ! C ! 
1948 \backslash
1949 cfrac
1950 \end_layout
1951
1952 \end_inset
1953
1954 が使えます。以下がその例です。
1955 \begin_inset VSpace -3mm
1956 \end_inset
1957
1958
1959 \end_layout
1960
1961 \begin_layout Standard
1962 \begin_inset Formula 
1963 \begin{align*}
1964 \textrm{\textbf{\textbackslash frac}を使用して作成} &  & \textrm{\textbf{\textbackslash cfrac}を使用して作成}\\
1965 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
1966 \end{align*}
1967
1968 \end_inset
1969
1970
1971 \end_layout
1972
1973 \begin_layout Standard
1974 上記の例で使用したコマンドは、
1975 \end_layout
1976
1977 \begin_layout Standard
1978
1979 \series bold
1980
1981 \backslash
1982 cfrac
1983 \begin_inset ERT
1984 status collapsed
1985
1986 \begin_layout Plain Layout
1987
1988
1989 \backslash
1990 space 
1991 \end_layout
1992
1993 \end_inset
1994
1995 A
1996 \begin_inset Formula $\downarrow$
1997 \end_inset
1998
1999 B+
2000 \backslash
2001 cfrac
2002 \begin_inset ERT
2003 status collapsed
2004
2005 \begin_layout Plain Layout
2006
2007
2008 \backslash
2009 space 
2010 \end_layout
2011
2012 \end_inset
2013
2014 C+
2015 \backslash
2016 cfrac
2017 \begin_inset ERT
2018 status collapsed
2019
2020 \begin_layout Plain Layout
2021
2022
2023 \backslash
2024 space 
2025 \end_layout
2026
2027 \end_inset
2028
2029 E
2030 \begin_inset Formula $\downarrow$
2031 \end_inset
2032
2033 F
2034 \begin_inset Formula $\downarrow$
2035 \end_inset
2036
2037 D
2038 \end_layout
2039
2040 \begin_layout Standard
2041 です。
2042 \end_layout
2043
2044 \begin_layout Standard
2045 \begin_inset VSpace medskip
2046 \end_inset
2047
2048
2049 \end_layout
2050
2051 \begin_layout Standard
2052
2053 \series bold
2054
2055 \backslash
2056 cfrac
2057 \series default
2058 は、他の分数中に入れ子になっている場合も含め、分数をつねに別行立て数式の大きさに設定します。
2059 \end_layout
2060
2061 \begin_layout Standard
2062 分子の揃え方は、指定することができます。
2063 \series bold
2064
2065 \backslash
2066 cfracleft
2067 \series default
2068 コマンドは左揃えにし、
2069 \series bold
2070
2071 \backslash
2072 cfracright
2073 \series default
2074 は右揃えにします。
2075 \series bold
2076
2077 \backslash
2078 cfrac
2079 \series default
2080 は中央揃えです。以下の各分数は、それぞれの揃え位置を示しています。
2081 \begin_inset Newline newline
2082 \end_inset
2083
2084
2085 \series bold
2086
2087 \begin_inset Formula $\cfrac[l]{A}{B+C}$
2088 \end_inset
2089
2090
2091 \begin_inset Formula $\cfrac{A}{B+C}$
2092 \end_inset
2093
2094
2095 \begin_inset Formula $\cfrac[r]{A}{B+C}$
2096 \end_inset
2097
2098
2099 \end_layout
2100
2101 \begin_layout Standard
2102 \begin_inset Note Greyedout
2103 status open
2104
2105 \begin_layout Plain Layout
2106
2107 \series bold
2108 【註】
2109 \backslash
2110 cfracleft
2111 \series default
2112
2113 \series bold
2114
2115 \backslash
2116 cfracright
2117 \series default
2118 は、生粋のLaTeXコマンドではなく、実体は、コマンド
2119 \series bold
2120
2121 \backslash
2122 cfrac[揃え位置]{分子}{分母}
2123 \series default
2124 です。したがって、これらをTeXモードで使うことはできません。
2125 \end_layout
2126
2127 \end_inset
2128
2129
2130 \end_layout
2131
2132 \begin_layout Standard
2133 \begin_inset VSpace medskip
2134 \end_inset
2135
2136 ときに、以下のように
2137 \series bold
2138
2139 \backslash
2140 cfrac
2141 \series default
2142
2143 \series bold
2144
2145 \backslash
2146 frac
2147 \series default
2148 を組み合わせて使うと便利です。
2149 \begin_inset Formula 
2150 \[
2151 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}
2152 \]
2153
2154 \end_inset
2155
2156
2157 \end_layout
2158
2159 \begin_layout Standard
2160 斜めの分数線を持つ行内分数を作るには、コマンド
2161 \series bold
2162
2163 \backslash
2164 nicefrac
2165 \series default
2166
2167 \begin_inset Index idx
2168 status collapsed
2169
2170 \begin_layout Plain Layout
2171 こまんど@コマンド ! N ! 
2172 \backslash
2173 nicefrac
2174 \end_layout
2175
2176 \end_inset
2177
2178 (例:
2179 \begin_inset Formula $\nicefrac{5}{31}$
2180 \end_inset
2181
2182 )を使うか、コマンド
2183 \series bold
2184
2185 \backslash
2186 unitfrac
2187 \series default
2188
2189 \begin_inset Index idx
2190 status collapsed
2191
2192 \begin_layout Plain Layout
2193 こまんど@コマンド ! U ! 
2194 \backslash
2195 unitfrac
2196 \end_layout
2197
2198 \end_inset
2199
2200 (例:
2201 \begin_inset Formula $\unitfrac{5}{31}$
2202 \end_inset
2203
2204 )を使います。さらに、
2205 \begin_inset Formula $\unitfrac[2]{1}{3}$
2206 \end_inset
2207
2208 のような帯分数を作るコマンド
2209 \series bold
2210
2211 \backslash
2212 unitfracthree
2213 \series default
2214 もあります。
2215 \end_layout
2216
2217 \begin_layout Standard
2218 \begin_inset Note Greyedout
2219 status open
2220
2221 \begin_layout Plain Layout
2222
2223 \series bold
2224 【註】
2225 \series default
2226 実は、
2227 \series bold
2228
2229 \backslash
2230 unitfracthree
2231 \series default
2232 は生粋のLaTeXコマンドではなく、実体は
2233 \begin_inset Newline newline
2234 \end_inset
2235
2236
2237 \series bold
2238
2239 \backslash
2240 unitfrac[自然数]{分子}{分母}
2241 \series default
2242 というコマンドなので、TeXコードでは使用できません。
2243 \end_layout
2244
2245 \end_inset
2246
2247
2248 \end_layout
2249
2250 \begin_layout Standard
2251 分数線を変更できるような独自の分数の定義のしかたは、第
2252 \begin_inset CommandInset ref
2253 LatexCommand ref
2254 reference "sub:自己定義の分数"
2255
2256 \end_inset
2257
2258 節に説明があります。
2259 \end_layout
2260
2261 \begin_layout Subsection
2262 根号
2263 \begin_inset Index idx
2264 status collapsed
2265
2266 \begin_layout Plain Layout
2267 こんごう@根号
2268 \end_layout
2269
2270 \end_inset
2271
2272
2273 \begin_inset Index idx
2274 status collapsed
2275
2276 \begin_layout Plain Layout
2277 るーと@ルート|see
2278 \begin_inset ERT
2279 status collapsed
2280
2281 \begin_layout Plain Layout
2282
2283 {
2284 \end_layout
2285
2286 \end_inset
2287
2288 根号
2289 \begin_inset ERT
2290 status collapsed
2291
2292 \begin_layout Plain Layout
2293
2294 }
2295 \end_layout
2296
2297 \end_inset
2298
2299
2300 \end_layout
2301
2302 \end_inset
2303
2304
2305 \end_layout
2306
2307 \begin_layout Standard
2308 平方根は、
2309 \series bold
2310
2311 \backslash
2312 sqrt
2313 \series default
2314
2315 \begin_inset Index idx
2316 status collapsed
2317
2318 \begin_layout Plain Layout
2319 こまんど@コマンド ! S ! 
2320 \backslash
2321 sqrt
2322 \end_layout
2323
2324 \end_inset
2325
2326 か数式ツールバーボタン
2327 \begin_inset Graphics
2328         filename ../../images/math/sqrt.png
2329         scale 85
2330
2331 \end_inset
2332
2333 で作成することができ、他のすべての根号は、コマンド
2334 \series bold
2335
2336 \backslash
2337 root
2338 \series default
2339
2340 \begin_inset Index idx
2341 status collapsed
2342
2343 \begin_layout Plain Layout
2344 こまんど@コマンド ! R ! 
2345 \backslash
2346 root
2347 \end_layout
2348
2349 \end_inset
2350
2351 か数式ツールバーボタン
2352 \begin_inset Graphics
2353         filename ../../images/math/root.png
2354         scale 85
2355
2356 \end_inset
2357
2358 で作成することができます。
2359 \end_layout
2360
2361 \begin_layout Standard
2362 \align center
2363 \begin_inset Tabular
2364 <lyxtabular version="3" rows="3" columns="2">
2365 <features rotate="0" tabularvalignment="middle">
2366 <column alignment="center" valignment="top" width="0pt">
2367 <column alignment="center" valignment="top" width="0pt">
2368 <row>
2369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2370 \begin_inset Text
2371
2372 \begin_layout Plain Layout
2373 コマンド
2374 \end_layout
2375
2376 \end_inset
2377 </cell>
2378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2379 \begin_inset Text
2380
2381 \begin_layout Plain Layout
2382 出力
2383 \begin_inset Note Note
2384 status collapsed
2385
2386 \begin_layout Plain Layout
2387 ここで
2388 \series bold
2389
2390 \backslash
2391 raisebox
2392 \series default
2393 はスペーサーとして使用しているだけです。
2394 \end_layout
2395
2396 \end_inset
2397
2398
2399 \end_layout
2400
2401 \end_inset
2402 </cell>
2403 </row>
2404 <row>
2405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2406 \begin_inset Text
2407
2408 \begin_layout Plain Layout
2409
2410 \backslash
2411 sqrt
2412 \begin_inset space \textvisiblespace{}
2413 \end_inset
2414
2415 A-B
2416 \end_layout
2417
2418 \end_inset
2419 </cell>
2420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2421 \begin_inset Text
2422
2423 \begin_layout Plain Layout
2424 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2425 \end_inset
2426
2427
2428 \end_layout
2429
2430 \end_inset
2431 </cell>
2432 </row>
2433 <row>
2434 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2435 \begin_inset Text
2436
2437 \begin_layout Plain Layout
2438
2439 \backslash
2440 root
2441 \begin_inset space \textvisiblespace{}
2442 \end_inset
2443
2444 3
2445 \begin_inset Formula $\downarrow$
2446 \end_inset
2447
2448 A-B
2449 \end_layout
2450
2451 \end_inset
2452 </cell>
2453 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2454 \begin_inset Text
2455
2456 \begin_layout Plain Layout
2457 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2458 \end_inset
2459
2460
2461 \end_layout
2462
2463 \end_inset
2464 </cell>
2465 </row>
2466 </lyxtabular>
2467
2468 \end_inset
2469
2470
2471 \end_layout
2472
2473 \begin_layout Standard
2474 平方根は、根号指数フィールドを空白のままにしておけば、
2475 \series bold
2476
2477 \backslash
2478 root
2479 \series default
2480 でも作成することができます。
2481 \end_layout
2482
2483 \begin_layout Standard
2484 \begin_inset Formula $\sqrt[\beta]{B}$
2485 \end_inset
2486
2487 の例のように、指数のとる値によっては、根号への距離が近すぎることがあります。
2488 \begin_inset Newline newline
2489 \end_inset
2490
2491 この場合には、
2492 \begin_inset Formula $\beta$
2493 \end_inset
2494
2495 が根号に触れてしまいます。これを避けるためには、以下のようなコマンド書式で、コマンド
2496 \series bold
2497
2498 \backslash
2499 leftroot
2500 \series default
2501
2502 \begin_inset Index idx
2503 status collapsed
2504
2505 \begin_layout Plain Layout
2506 こまんど@コマンド ! L ! 
2507 \backslash
2508 leftroot
2509 \end_layout
2510
2511 \end_inset
2512
2513
2514 \series bold
2515
2516 \backslash
2517 uproot
2518 \series default
2519
2520 \begin_inset Index idx
2521 status collapsed
2522
2523 \begin_layout Plain Layout
2524 こまんど@コマンド ! U ! 
2525 \backslash
2526 uproot
2527 \end_layout
2528
2529 \end_inset
2530
2531 を使います。
2532 \end_layout
2533
2534 \begin_layout Standard
2535
2536 \series bold
2537
2538 \backslash
2539 leftroot{距離}
2540 \series default
2541 および
2542 \series bold
2543
2544 \backslash
2545 uproot{距離}
2546 \end_layout
2547
2548 \begin_layout Standard
2549 ここで「距離」は、指数を左あるいは上に動かす、Big Point(単位bp;
2550 \begin_inset Formula $\mathrm{72\, bp=1}$
2551 \end_inset
2552
2553 インチ)での数値です。これらのコマンドは、指数に書き込みます。このようにして、コマンド
2554 \begin_inset Newline newline
2555 \end_inset
2556
2557
2558 \series bold
2559
2560 \backslash
2561 root
2562 \backslash
2563 leftroot{-1
2564 \begin_inset Formula $\to$
2565 \end_inset
2566
2567
2568 \backslash
2569 uproot{2
2570 \begin_inset Formula $\to$
2571 \end_inset
2572
2573
2574 \backslash
2575 beta
2576 \begin_inset space \textvisiblespace{}
2577 \end_inset
2578
2579
2580 \begin_inset Formula $\to$
2581 \end_inset
2582
2583 B
2584 \begin_inset Newline newline
2585 \end_inset
2586
2587
2588 \series default
2589 は、正しく組版された数式
2590 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2591 \end_inset
2592
2593 を生成します。
2594 \end_layout
2595
2596 \begin_layout Subsection
2597 二項係数
2598 \begin_inset Index idx
2599 status collapsed
2600
2601 \begin_layout Plain Layout
2602 にこうけいすう@二項係数
2603 \end_layout
2604
2605 \end_inset
2606
2607
2608 \end_layout
2609
2610 \begin_layout Standard
2611 二項係数は、コマンド
2612 \series bold
2613
2614 \backslash
2615 binom
2616 \series default
2617
2618 \begin_inset Index idx
2619 status collapsed
2620
2621 \begin_layout Plain Layout
2622 こまんど@コマンド ! B ! 
2623 \backslash
2624 binom
2625 \end_layout
2626
2627 \end_inset
2628
2629 か数式ツールバーボタン
2630 \begin_inset Graphics
2631         filename ../../images/math/frac-square.png
2632         scale 85
2633
2634 \end_inset
2635
2636 の小メニューを使って挿入することができます。分数(
2637 \series bold
2638
2639 \backslash
2640 frac
2641 \series default
2642 )と同様に、
2643 \series bold
2644
2645 \backslash
2646 binom
2647 \series default
2648 の他に、コマンド
2649 \series bold
2650
2651 \backslash
2652 dbinom
2653 \begin_inset Index idx
2654 status collapsed
2655
2656 \begin_layout Plain Layout
2657 こまんど@コマンド ! D ! 
2658 \backslash
2659 dbinom
2660 \end_layout
2661
2662 \end_inset
2663
2664
2665 \series default
2666 および
2667 \series bold
2668
2669 \backslash
2670 tbinom
2671 \series default
2672
2673 \begin_inset Index idx
2674 status collapsed
2675
2676 \begin_layout Plain Layout
2677 こまんど@コマンド ! T ! 
2678 \backslash
2679 tbinom
2680 \end_layout
2681
2682 \end_inset
2683
2684 があります。二項係数のまわりの括弧に、他の括弧を使うには、コマンド
2685 \series bold
2686
2687 \backslash
2688 brace
2689 \series default
2690
2691 \begin_inset Index idx
2692 status collapsed
2693
2694 \begin_layout Plain Layout
2695 こまんど@コマンド ! B ! 
2696 \backslash
2697 brace
2698 \end_layout
2699
2700 \end_inset
2701
2702
2703 \series bold
2704
2705 \backslash
2706 brack
2707 \series default
2708
2709 \begin_inset Index idx
2710 status collapsed
2711
2712 \begin_layout Plain Layout
2713 こまんど@コマンド ! B ! 
2714 \backslash
2715 brack
2716 \end_layout
2717
2718 \end_inset
2719
2720 があります。
2721 \end_layout
2722
2723 \begin_layout Standard
2724 \align center
2725 \begin_inset Tabular
2726 <lyxtabular version="3" rows="6" columns="2">
2727 <features rotate="0" tabularvalignment="middle">
2728 <column alignment="center" valignment="top" width="0pt">
2729 <column alignment="center" valignment="top" width="0pt">
2730 <row>
2731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2732 \begin_inset Text
2733
2734 \begin_layout Plain Layout
2735 コマンド
2736 \end_layout
2737
2738 \end_inset
2739 </cell>
2740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2741 \begin_inset Text
2742
2743 \begin_layout Plain Layout
2744 出力
2745 \begin_inset Note Note
2746 status collapsed
2747
2748 \begin_layout Plain Layout
2749 ここで
2750 \series bold
2751
2752 \backslash
2753 raisebox
2754 \series default
2755 はスペーサーとして使用しているだけです。
2756 \end_layout
2757
2758 \end_inset
2759
2760
2761 \end_layout
2762
2763 \end_inset
2764 </cell>
2765 </row>
2766 <row>
2767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2768 \begin_inset Text
2769
2770 \begin_layout Plain Layout
2771
2772 \backslash
2773 binom
2774 \begin_inset space \textvisiblespace{}
2775 \end_inset
2776
2777 A
2778 \begin_inset Formula $\downarrow$
2779 \end_inset
2780
2781 B
2782 \end_layout
2783
2784 \end_inset
2785 </cell>
2786 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2787 \begin_inset Text
2788
2789 \begin_layout Plain Layout
2790 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2791 \end_inset
2792
2793
2794 \end_layout
2795
2796 \end_inset
2797 </cell>
2798 </row>
2799 <row>
2800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2801 \begin_inset Text
2802
2803 \begin_layout Plain Layout
2804
2805 \backslash
2806 dbinom
2807 \begin_inset space \textvisiblespace{}
2808 \end_inset
2809
2810 A
2811 \begin_inset Formula $\downarrow$
2812 \end_inset
2813
2814 B
2815 \end_layout
2816
2817 \end_inset
2818 </cell>
2819 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2820 \begin_inset Text
2821
2822 \begin_layout Plain Layout
2823 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2824 \end_inset
2825
2826
2827 \end_layout
2828
2829 \end_inset
2830 </cell>
2831 </row>
2832 <row>
2833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2834 \begin_inset Text
2835
2836 \begin_layout Plain Layout
2837
2838 \backslash
2839 tbinom
2840 \begin_inset space \textvisiblespace{}
2841 \end_inset
2842
2843 A
2844 \begin_inset Formula $\downarrow$
2845 \end_inset
2846
2847 B
2848 \end_layout
2849
2850 \end_inset
2851 </cell>
2852 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2853 \begin_inset Text
2854
2855 \begin_layout Plain Layout
2856 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
2857 \end_inset
2858
2859
2860 \end_layout
2861
2862 \end_inset
2863 </cell>
2864 </row>
2865 <row>
2866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2867 \begin_inset Text
2868
2869 \begin_layout Plain Layout
2870
2871 \backslash
2872 brack
2873 \begin_inset space \textvisiblespace{}
2874 \end_inset
2875
2876 A
2877 \begin_inset Formula $\downarrow$
2878 \end_inset
2879
2880 B
2881 \end_layout
2882
2883 \end_inset
2884 </cell>
2885 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2886 \begin_inset Text
2887
2888 \begin_layout Plain Layout
2889 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
2890 \end_inset
2891
2892
2893 \end_layout
2894
2895 \end_inset
2896 </cell>
2897 </row>
2898 <row>
2899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2900 \begin_inset Text
2901
2902 \begin_layout Plain Layout
2903
2904 \backslash
2905 brace
2906 \begin_inset space \textvisiblespace{}
2907 \end_inset
2908
2909 A
2910 \begin_inset Formula $\downarrow$
2911 \end_inset
2912
2913 B
2914 \end_layout
2915
2916 \end_inset
2917 </cell>
2918 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2919 \begin_inset Text
2920
2921 \begin_layout Plain Layout
2922 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
2923 \end_inset
2924
2925
2926 \end_layout
2927
2928 \end_inset
2929 </cell>
2930 </row>
2931 </lyxtabular>
2932
2933 \end_inset
2934
2935
2936 \end_layout
2937
2938 \begin_layout Subsection
2939 場合分け
2940 \begin_inset Index idx
2941 status collapsed
2942
2943 \begin_layout Plain Layout
2944 ばあいわけ@場合分け
2945 \end_layout
2946
2947 \end_inset
2948
2949
2950 \end_layout
2951
2952 \begin_layout Standard
2953 \align center
2954 \begin_inset Tabular
2955 <lyxtabular version="3" rows="3" columns="2">
2956 <features rotate="0" tabularvalignment="middle">
2957 <column alignment="center" valignment="top" width="0pt">
2958 <column alignment="center" valignment="top" width="0pt">
2959 <row>
2960 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2961 \begin_inset Text
2962
2963 \begin_layout Plain Layout
2964 コマンド
2965 \end_layout
2966
2967 \end_inset
2968 </cell>
2969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2970 \begin_inset Text
2971
2972 \begin_layout Plain Layout
2973 出力
2974 \end_layout
2975
2976 \end_inset
2977 </cell>
2978 </row>
2979 <row>
2980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2981 \begin_inset Text
2982
2983 \begin_layout Plain Layout
2984
2985 \backslash
2986 cases
2987 \begin_inset space \textvisiblespace{}
2988 \end_inset
2989
2990 A
2991 \begin_inset Formula $\to$
2992 \end_inset
2993
2994 B
2995 \begin_inset Formula $>$
2996 \end_inset
2997
2998 0
2999 \begin_inset Index idx
3000 status collapsed
3001
3002 \begin_layout Plain Layout
3003 こまんど@コマンド ! C ! 
3004 \backslash
3005 cases
3006 \end_layout
3007
3008 \end_inset
3009
3010
3011 \end_layout
3012
3013 \end_inset
3014 </cell>
3015 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3016 \begin_inset Text
3017
3018 \begin_layout Plain Layout
3019 \begin_inset Formula $\begin{cases}
3020 A & B>0\end{cases}$
3021 \end_inset
3022
3023
3024 \end_layout
3025
3026 \end_inset
3027 </cell>
3028 </row>
3029 <row>
3030 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3031 \begin_inset Text
3032
3033 \begin_layout Plain Layout
3034
3035 \backslash
3036 cases
3037 \begin_inset space \textvisiblespace{}
3038 \end_inset
3039
3040
3041 \begin_inset Info
3042 type  "shortcut"
3043 arg   "newline-insert newline"
3044 \end_inset
3045
3046
3047 \end_layout
3048
3049 \end_inset
3050 </cell>
3051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3052 \begin_inset Text
3053
3054 \begin_layout Plain Layout
3055 \begin_inset Formula $\begin{cases}
3056 A & \textrm{for }x>0\\
3057 B & \textrm{for }x=0
3058 \end{cases}$
3059 \end_inset
3060
3061
3062 \end_layout
3063
3064 \end_inset
3065 </cell>
3066 </row>
3067 </lyxtabular>
3068
3069 \end_inset
3070
3071
3072 \end_layout
3073
3074 \begin_layout Standard
3075
3076 \series bold
3077
3078 \backslash
3079 cases
3080 \series default
3081 を挿入するか数式ツールバーボタン
3082 \begin_inset Graphics
3083         filename ../../images/math/cases.png
3084         scale 85
3085
3086 \end_inset
3087
3088 を使用した後では、
3089 \begin_inset Flex Ruby
3090 status collapsed
3091
3092 \begin_layout Plain Layout
3093 捷径
3094 \begin_inset Argument post:1
3095 status collapsed
3096
3097 \begin_layout Plain Layout
3098 ショートカット
3099 \end_layout
3100
3101 \end_inset
3102
3103
3104 \end_layout
3105
3106 \end_inset
3107
3108
3109 \begin_inset Info
3110 type  "shortcut"
3111 arg   "newline-insert newline"
3112 \end_inset
3113
3114 か表ツールバーボタン
3115 \begin_inset Graphics
3116         filename ../../images/tabular-feature_append-row.png
3117         scale 85
3118
3119 \end_inset
3120
3121 を使えば、新しい行を作ることができます。
3122 \end_layout
3123
3124 \begin_layout Standard
3125 コマンド
3126 \series bold
3127
3128 \backslash
3129 cases
3130 \series default
3131 は、
3132 \family sans
3133 挿入\SpecialChar \menuseparator
3134 数式\SpecialChar \menuseparator
3135 Cases環境
3136 \family default
3137 メニューで挿入することもできます。
3138 \end_layout
3139
3140 \begin_layout Subsection
3141 否定
3142 \begin_inset Index idx
3143 status collapsed
3144
3145 \begin_layout Plain Layout
3146 ひてい@否定
3147 \end_layout
3148
3149 \end_inset
3150
3151
3152 \end_layout
3153
3154 \begin_layout Standard
3155
3156 \series bold
3157
3158 \backslash
3159 not
3160 \series default
3161
3162 \begin_inset Index idx
3163 status collapsed
3164
3165 \begin_layout Plain Layout
3166 こまんど@コマンド ! N ! 
3167 \backslash
3168 not
3169 \end_layout
3170
3171 \end_inset
3172
3173 を挿入することで、すべての文字を取り消し形で表示できます。文字はスラッシュを上書きされた形になります。
3174 \end_layout
3175
3176 \begin_layout Standard
3177 \align center
3178 \begin_inset Tabular
3179 <lyxtabular version="3" rows="4" columns="2">
3180 <features rotate="0" tabularvalignment="middle">
3181 <column alignment="center" valignment="top" width="0pt">
3182 <column alignment="center" valignment="top" width="0pt">
3183 <row>
3184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3185 \begin_inset Text
3186
3187 \begin_layout Plain Layout
3188 コマンド
3189 \end_layout
3190
3191 \end_inset
3192 </cell>
3193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3194 \begin_inset Text
3195
3196 \begin_layout Plain Layout
3197 出力
3198 \end_layout
3199
3200 \end_inset
3201 </cell>
3202 </row>
3203 <row>
3204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3205 \begin_inset Text
3206
3207 \begin_layout Plain Layout
3208
3209 \backslash
3210 not=
3211 \end_layout
3212
3213 \end_inset
3214 </cell>
3215 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3216 \begin_inset Text
3217
3218 \begin_layout Plain Layout
3219 \begin_inset Formula $\not=$
3220 \end_inset
3221
3222
3223 \end_layout
3224
3225 \end_inset
3226 </cell>
3227 </row>
3228 <row>
3229 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3230 \begin_inset Text
3231
3232 \begin_layout Plain Layout
3233
3234 \backslash
3235 not 
3236 \backslash
3237 le
3238 \end_layout
3239
3240 \end_inset
3241 </cell>
3242 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3243 \begin_inset Text
3244
3245 \begin_layout Plain Layout
3246 \begin_inset Formula $\not\le$
3247 \end_inset
3248
3249
3250 \end_layout
3251
3252 \end_inset
3253 </cell>
3254 </row>
3255 <row>
3256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3257 \begin_inset Text
3258
3259 \begin_layout Plain Layout
3260
3261 \backslash
3262 not 
3263 \backslash
3264 parallel
3265 \end_layout
3266
3267 \end_inset
3268 </cell>
3269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3270 \begin_inset Text
3271
3272 \begin_layout Plain Layout
3273 \begin_inset Formula $\not\parallel$
3274 \end_inset
3275
3276
3277 \end_layout
3278
3279 \end_inset
3280 </cell>
3281 </row>
3282 </lyxtabular>
3283
3284 \end_inset
3285
3286
3287 \end_layout
3288
3289 \begin_layout Standard
3290 最後の例が示すように、すべての否定形がきれいに出力されるわけではありません。このことから、否定形に専用のコマンドを持つものもあります(第
3291 \begin_inset CommandInset ref
3292 LatexCommand ref
3293 reference "sub:数学記号"
3294
3295 \end_inset
3296
3297 節および第
3298 \begin_inset CommandInset ref
3299 LatexCommand ref
3300 reference "sec:関係子"
3301
3302 \end_inset
3303
3304 節を参照)。
3305 \end_layout
3306
3307 \begin_layout Subsection
3308 埋め草
3309 \begin_inset CommandInset label
3310 LatexCommand label
3311 name "sub:埋め草"
3312
3313 \end_inset
3314
3315
3316 \begin_inset Index idx
3317 status collapsed
3318
3319 \begin_layout Plain Layout
3320 うめくさ@埋め草
3321 \end_layout
3322
3323 \end_inset
3324
3325
3326 \begin_inset Index idx
3327 status collapsed
3328
3329 \begin_layout Plain Layout
3330 かがくきごう@化学記号 ! どういたい@同位体
3331 \end_layout
3332
3333 \end_inset
3334
3335
3336 \begin_inset Index idx
3337 status collapsed
3338
3339 \begin_layout Plain Layout
3340 どういたい@同位体|see
3341 \begin_inset ERT
3342 status collapsed
3343
3344 \begin_layout Plain Layout
3345
3346 {
3347 \end_layout
3348
3349 \end_inset
3350
3351 化学記号
3352 \begin_inset ERT
3353 status collapsed
3354
3355 \begin_layout Plain Layout
3356
3357 }
3358 \end_layout
3359
3360 \end_inset
3361
3362
3363 \end_layout
3364
3365 \end_inset
3366
3367
3368 \begin_inset Index idx
3369 status collapsed
3370
3371 \begin_layout Plain Layout
3372 あいそとーぷ@アイソトープ|see
3373 \begin_inset ERT
3374 status collapsed
3375
3376 \begin_layout Plain Layout
3377
3378 {
3379 \end_layout
3380
3381 \end_inset
3382
3383 同位体
3384 \begin_inset ERT
3385 status collapsed
3386
3387 \begin_layout Plain Layout
3388
3389 }
3390 \end_layout
3391
3392 \end_inset
3393
3394
3395 \end_layout
3396
3397 \end_inset
3398
3399
3400 \end_layout
3401
3402 \begin_layout Standard
3403 たとえば同位体
3404 \begin_inset Foot
3405 status collapsed
3406
3407 \begin_layout Plain Layout
3408 同位体と化学記号の組版に関しては、第
3409 \begin_inset CommandInset ref
3410 LatexCommand ref
3411 reference "sub:化学記号と化学式"
3412
3413 \end_inset
3414
3415 節に記述があります。
3416 \end_layout
3417
3418 \end_inset
3419
3420 を表示しようとすると、次のような問題が起こります。
3421 \end_layout
3422
3423 \begin_layout Standard
3424 \align center
3425 \begin_inset Tabular
3426 <lyxtabular version="3" rows="2" columns="2">
3427 <features rotate="0" tabularvalignment="middle">
3428 <column alignment="center" valignment="top" width="0pt">
3429 <column alignment="center" valignment="top" width="0pt">
3430 <row>
3431 <cell alignment="center" valignment="top" usebox="none">
3432 \begin_inset Text
3433
3434 \begin_layout Plain Layout
3435 上付き文字と下付き文字を使用して作った指数:
3436 \end_layout
3437
3438 \end_inset
3439 </cell>
3440 <cell alignment="center" valignment="top" usebox="none">
3441 \begin_inset Text
3442
3443 \begin_layout Plain Layout
3444 \begin_inset Formula $_{9}^{19}\mathrm{F}\raisebox{-3mm}{}$
3445 \end_inset
3446
3447
3448 \end_layout
3449
3450 \end_inset
3451 </cell>
3452 </row>
3453 <row>
3454 <cell alignment="center" valignment="top" usebox="none">
3455 \begin_inset Text
3456
3457 \begin_layout Plain Layout
3458 正しい指数:
3459 \end_layout
3460
3461 \end_inset
3462 </cell>
3463 <cell alignment="center" valignment="top" usebox="none">
3464 \begin_inset Text
3465
3466 \begin_layout Plain Layout
3467 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3468 \end_inset
3469
3470
3471 \end_layout
3472
3473 \end_inset
3474 </cell>
3475 </row>
3476 </lyxtabular>
3477
3478 \end_inset
3479
3480
3481 \begin_inset Note Note
3482 status collapsed
3483
3484 \begin_layout Plain Layout
3485 ここで
3486 \series bold
3487
3488 \backslash
3489 raisebox
3490 \series default
3491 はスペーサーとして使用しているだけです。
3492 \end_layout
3493
3494 \end_inset
3495
3496
3497 \end_layout
3498
3499 \begin_layout Standard
3500 短い方の指数は、既定で、長い方の指数の一文字目の下ないし上に配置されてしまいます。これを避けるには、一文字ないし複数の空の文字を生成するコマンド
3501 \series bold
3502
3503 \backslash
3504 phantom
3505 \series default
3506
3507 \begin_inset Index idx
3508 status collapsed
3509
3510 \begin_layout Plain Layout
3511 こまんど@コマンド ! P ! 
3512 \backslash
3513 phantom
3514 \end_layout
3515
3516 \end_inset
3517
3518 や数式ツールバーボタン
3519 \begin_inset Foot
3520 status collapsed
3521
3522 \begin_layout Plain Layout
3523 ツールバーボタン
3524 \begin_inset Graphics
3525         filename ../../images/math/space.png
3526         scale 85
3527
3528 \end_inset
3529
3530 の小メニューに入っています。
3531 \end_layout
3532
3533 \end_inset
3534
3535
3536 \begin_inset Graphics
3537         filename ../../images/math/phantom.png
3538         scale 85
3539
3540 \end_inset
3541
3542 があります。
3543 \series bold
3544
3545 \backslash
3546 phantom
3547 \series default
3548 を挿入すると、二つの赤い矢印が重なった青枠が表示されます。矢印は、箱の中身の幅と高さの両方が、埋め草(指定した文字と同じ大きさの余白を確保するために使われる空打
3549 ち文字)として適用されることを示しています。したがって、
3550 \series bold
3551
3552 \backslash
3553 phantom
3554 \series default
3555 の作る文字は、箱の中身の文字の大きさを持つ埋め草となります。
3556 \end_layout
3557
3558 \begin_layout Standard
3559 \align center
3560 \begin_inset Tabular
3561 <lyxtabular version="3" rows="4" columns="2">
3562 <features rotate="0" tabularvalignment="middle">
3563 <column alignment="center" valignment="top">
3564 <column alignment="center" valignment="top">
3565 <row>
3566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3567 \begin_inset Text
3568
3569 \begin_layout Plain Layout
3570 コマンド
3571 \end_layout
3572
3573 \end_inset
3574 </cell>
3575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3576 \begin_inset Text
3577
3578 \begin_layout Plain Layout
3579 出力
3580 \begin_inset Note Note
3581 status collapsed
3582
3583 \begin_layout Plain Layout
3584 ここで
3585 \series bold
3586
3587 \backslash
3588 raisebox
3589 \series default
3590 はスペーサーとして使用しているだけです。
3591 \end_layout
3592
3593 \end_inset
3594
3595
3596 \end_layout
3597
3598 \end_inset
3599 </cell>
3600 </row>
3601 <row>
3602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3603 \begin_inset Text
3604
3605 \begin_layout Plain Layout
3606 ^19
3607 \begin_inset space \textvisiblespace{}
3608 \end_inset
3609
3610 _
3611 \backslash
3612 phantom
3613 \begin_inset space \textvisiblespace{}
3614 \end_inset
3615
3616 1
3617 \begin_inset Formula $\to$
3618 \end_inset
3619
3620 9
3621 \begin_inset space \textvisiblespace{}
3622 \end_inset
3623
3624 F
3625 \end_layout
3626
3627 \end_inset
3628 </cell>
3629 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3630 \begin_inset Text
3631
3632 \begin_layout Plain Layout
3633 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\mathrm{F}\raisebox{-2.5mm}{}$
3634 \end_inset
3635
3636
3637 \end_layout
3638
3639 \end_inset
3640 </cell>
3641 </row>
3642 <row>
3643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3644 \begin_inset Text
3645
3646 \begin_layout Plain Layout
3647 ^235
3648 \begin_inset space \textvisiblespace{}
3649 \end_inset
3650
3651 _
3652 \backslash
3653 phantom
3654 \begin_inset space \textvisiblespace{}
3655 \end_inset
3656
3657 23
3658 \begin_inset Formula $\to$
3659 \end_inset
3660
3661 9
3662 \begin_inset space \textvisiblespace{}
3663 \end_inset
3664
3665 F
3666 \end_layout
3667
3668 \end_inset
3669 </cell>
3670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3671 \begin_inset Text
3672
3673 \begin_layout Plain Layout
3674 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\mathrm{F}\raisebox{-2.5mm}{}$
3675 \end_inset
3676
3677
3678 \end_layout
3679
3680 \end_inset
3681 </cell>
3682 </row>
3683 <row>
3684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3685 \begin_inset Text
3686
3687 \begin_layout Plain Layout
3688
3689 \backslash
3690 Lambda^
3691 \begin_inset space \textvisiblespace{}
3692 \end_inset
3693
3694
3695 \backslash
3696 phantom
3697 \begin_inset space \textvisiblespace{}
3698 \end_inset
3699
3700 ii
3701 \begin_inset Formula $\to$
3702 \end_inset
3703
3704 t
3705 \begin_inset space \textvisiblespace{}
3706 \end_inset
3707
3708 _MMt
3709 \end_layout
3710
3711 \end_inset
3712 </cell>
3713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3714 \begin_inset Text
3715
3716 \begin_layout Plain Layout
3717 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3718 \end_inset
3719
3720
3721 \end_layout
3722
3723 \end_inset
3724 </cell>
3725 </row>
3726 </lyxtabular>
3727
3728 \end_inset
3729
3730
3731 \end_layout
3732
3733 \begin_layout Standard
3734 さらに、
3735 \series bold
3736
3737 \backslash
3738 vphantom
3739 \series default
3740
3741 \begin_inset Index idx
3742 status collapsed
3743
3744 \begin_layout Plain Layout
3745 こまんど@コマンド ! V ! 
3746 \backslash
3747 vphantom
3748 \end_layout
3749
3750 \end_inset
3751
3752 (ツールバーボタン
3753 \begin_inset space ~
3754 \end_inset
3755
3756
3757 \begin_inset Graphics
3758         filename ../../images/math/vphantom.png
3759         scale 85
3760
3761 \end_inset
3762
3763 )および
3764 \series bold
3765
3766 \backslash
3767 hphantom
3768 \series default
3769
3770 \begin_inset Index idx
3771 status collapsed
3772
3773 \begin_layout Plain Layout
3774 こまんど@コマンド ! H ! 
3775 \backslash
3776 hphantom
3777 \end_layout
3778
3779 \end_inset
3780
3781 (ツールバーボタン
3782 \begin_inset space ~
3783 \end_inset
3784
3785
3786 \begin_inset Graphics
3787         filename ../../images/math/hphantom.png
3788         scale 85
3789
3790 \end_inset
3791
3792 )というコマンドもあります。
3793 \series bold
3794
3795 \backslash
3796 vphantom
3797 \series default
3798 は、枠内部の文字の最大高のみの空白を作り、幅は考慮しません。
3799 \series bold
3800
3801 \backslash
3802 hphantom
3803 \series default
3804 は、枠の内容の幅のみの空白を作ります。このことから、これらの枠は一本の赤矢印のみで表示されます。
3805 \end_layout
3806
3807 \begin_layout Standard
3808 たとえば、
3809 \series bold
3810
3811 \backslash
3812 vphantom
3813 \series default
3814
3815 \begin_inset space \textvisiblespace{}
3816 \end_inset
3817
3818
3819 \series bold
3820 a
3821 \backslash
3822 int
3823 \series default
3824 は、積分記号
3825 \begin_inset Foot
3826 status collapsed
3827
3828 \begin_layout Plain Layout
3829
3830 \series bold
3831
3832 \backslash
3833 int
3834 \series default
3835 コマンドは、積分記号を生成します。第
3836 \begin_inset CommandInset ref
3837 LatexCommand ref
3838 reference "sub:大演算子"
3839
3840 \end_inset
3841
3842 節を参照してください。
3843 \end_layout
3844
3845 \end_inset
3846
3847 が最大高の文字なので、積分記号の高さを持つ空白を作ります。実際の適用例については、第
3848 \begin_inset CommandInset ref
3849 LatexCommand ref
3850 reference "sub:多行にわたる括弧"
3851
3852 \end_inset
3853
3854 節を参照してください。
3855 \end_layout
3856
3857 \begin_layout Standard
3858 埋め草は、メニュー
3859 \family sans
3860 挿入\SpecialChar \menuseparator
3861 整形\SpecialChar \menuseparator
3862 埋め草
3863 \family default
3864 を使えば、以下のように本文中でも使用することができます。
3865 \end_layout
3866
3867 \begin_layout Standard
3868 これは本文です。
3869 \begin_inset Newline newline
3870 \end_inset
3871
3872
3873 \begin_inset Phantom Phantom
3874 status open
3875
3876 \begin_layout Plain Layout
3877 これは
3878 \end_layout
3879
3880 \end_inset
3881
3882 本文です。
3883 \end_layout
3884
3885 \begin_layout Subsection
3886 横線
3887 \begin_inset Index idx
3888 status collapsed
3889
3890 \begin_layout Plain Layout
3891 よこせん@横線
3892 \end_layout
3893
3894 \end_inset
3895
3896
3897 \begin_inset Index idx
3898 status collapsed
3899
3900 \begin_layout Plain Layout
3901 すうしき@数式 ! かせん@下線
3902 \end_layout
3903
3904 \end_inset
3905
3906
3907 \begin_inset Index idx
3908 status collapsed
3909
3910 \begin_layout Plain Layout
3911 ぼうせん@棒線|see
3912 \begin_inset ERT
3913 status collapsed
3914
3915 \begin_layout Plain Layout
3916
3917 {
3918 \end_layout
3919
3920 \end_inset
3921
3922 横線
3923 \begin_inset ERT
3924 status collapsed
3925
3926 \begin_layout Plain Layout
3927
3928 }
3929 \end_layout
3930
3931 \end_inset
3932
3933
3934 \end_layout
3935
3936 \end_inset
3937
3938
3939 \end_layout
3940
3941 \begin_layout Standard
3942 \align center
3943 \begin_inset Tabular
3944 <lyxtabular version="3" rows="4" columns="2">
3945 <features rotate="0" tabularvalignment="middle">
3946 <column alignment="center" valignment="top" width="0pt">
3947 <column alignment="center" valignment="top" width="0pt">
3948 <row>
3949 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3950 \begin_inset Text
3951
3952 \begin_layout Plain Layout
3953 コマンド
3954 \end_layout
3955
3956 \end_inset
3957 </cell>
3958 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3959 \begin_inset Text
3960
3961 \begin_layout Plain Layout
3962 出力
3963 \begin_inset Note Note
3964 status collapsed
3965
3966 \begin_layout Plain Layout
3967 ここで
3968 \series bold
3969
3970 \backslash
3971 raisebox
3972 \series default
3973 はスペーサーとして使用しているだけです。
3974 \end_layout
3975
3976 \end_inset
3977
3978
3979 \end_layout
3980
3981 \end_inset
3982 </cell>
3983 </row>
3984 <row>
3985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3986 \begin_inset Text
3987
3988 \begin_layout Plain Layout
3989
3990 \backslash
3991 overline
3992 \begin_inset space \textvisiblespace{}
3993 \end_inset
3994
3995 A+B
3996 \begin_inset Index idx
3997 status collapsed
3998
3999 \begin_layout Plain Layout
4000 こまんど@コマンド ! O ! 
4001 \backslash
4002 overline
4003 \end_layout
4004
4005 \end_inset
4006
4007
4008 \end_layout
4009
4010 \end_inset
4011 </cell>
4012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4013 \begin_inset Text
4014
4015 \begin_layout Plain Layout
4016 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
4017 \end_inset
4018
4019
4020 \end_layout
4021
4022 \end_inset
4023 </cell>
4024 </row>
4025 <row>
4026 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4027 \begin_inset Text
4028
4029 \begin_layout Plain Layout
4030
4031 \backslash
4032 underline
4033 \begin_inset space \textvisiblespace{}
4034 \end_inset
4035
4036 A+B
4037 \begin_inset Index idx
4038 status collapsed
4039
4040 \begin_layout Plain Layout
4041 こまんど@コマンド ! U ! 
4042 \backslash
4043 underline
4044 \end_layout
4045
4046 \end_inset
4047
4048
4049 \end_layout
4050
4051 \end_inset
4052 </cell>
4053 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4054 \begin_inset Text
4055
4056 \begin_layout Plain Layout
4057 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
4058 \end_inset
4059
4060
4061 \end_layout
4062
4063 \end_inset
4064 </cell>
4065 </row>
4066 <row>
4067 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4068 \begin_inset Text
4069
4070 \begin_layout Plain Layout
4071
4072 \backslash
4073 overline
4074 \begin_inset space \textvisiblespace{}
4075 \end_inset
4076
4077
4078 \backslash
4079 underline
4080 \begin_inset space \textvisiblespace{}
4081 \end_inset
4082
4083 A+B
4084 \end_layout
4085
4086 \end_inset
4087 </cell>
4088 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4089 \begin_inset Text
4090
4091 \begin_layout Plain Layout
4092 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
4093 \end_inset
4094
4095
4096 \end_layout
4097
4098 \end_inset
4099 </cell>
4100 </row>
4101 </lyxtabular>
4102
4103 \end_inset
4104
4105
4106 \end_layout
4107
4108 \begin_layout Standard
4109 上記最後の例では、先に
4110 \series bold
4111
4112 \backslash
4113 overline
4114 \series default
4115 が来ようが
4116 \series bold
4117
4118 \backslash
4119 underline
4120 \series default
4121 が来ようが、関係ありません。
4122 \end_layout
4123
4124 \begin_layout Standard
4125 二重下線を引くには、
4126 \series bold
4127
4128 \backslash
4129 underline
4130 \series default
4131 を二回使います。
4132 \end_layout
4133
4134 \begin_layout Standard
4135 文字の上下6本の線まで引くことができます。
4136 \end_layout
4137
4138 \begin_layout Standard
4139 \begin_inset VSpace bigskip
4140 \end_inset
4141
4142 自製の線は、以下の書式を持つ
4143 \series bold
4144
4145 \backslash
4146 rule
4147 \series default
4148
4149 \begin_inset Index idx
4150 status collapsed
4151
4152 \begin_layout Plain Layout
4153 こまんど@こまんど ! R ! 
4154 \backslash
4155 rule
4156 \end_layout
4157
4158 \end_inset
4159
4160 コマンドで作成することができます。
4161 \end_layout
4162
4163 \begin_layout Standard
4164
4165 \series bold
4166
4167 \backslash
4168 rule[垂直オフセット幅]{長さ}{厚み}
4169 \end_layout
4170
4171 \begin_layout Standard
4172 オプションの
4173 \series bold
4174 「垂直オフセット幅
4175 \series default
4176 」は、行を上方に(値が負であれば下方に)移動させます。値としては、第
4177 \begin_inset CommandInset ref
4178 LatexCommand ref
4179 reference "tab:使用できる単位"
4180
4181 \end_inset
4182
4183 表に掲げてある単位を用いることができます。以下に、
4184 \begin_inset Newline newline
4185 \end_inset
4186
4187
4188 \series bold
4189
4190 \backslash
4191 rule[-2ex]{3cm}{2pt}
4192 \series default
4193  および 
4194 \series bold
4195
4196 \backslash
4197 rule{2cm}{1pt}
4198 \begin_inset Newline newline
4199 \end_inset
4200
4201
4202 \series default
4203 というコマンドを用いて作成したふたつの例を例示します。
4204 \end_layout
4205
4206 \begin_layout Standard
4207 この行には、
4208 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4209 \end_inset
4210
4211 二本の線があります。
4212 \end_layout
4213
4214 \begin_layout Standard
4215
4216 \backslash
4217 ruleは、メニュー
4218 \family sans
4219 挿入\SpecialChar \menuseparator
4220 整形\SpecialChar \menuseparator
4221 水平線
4222 \family default
4223 を使っても、本文に挿入することができます。
4224 \end_layout
4225
4226 \begin_layout Standard
4227 これは一行の
4228 \begin_inset CommandInset line
4229 LatexCommand rule
4230 offset "0.5ex"
4231 width "3cm"
4232 height "1pt"
4233
4234 \end_inset
4235
4236 文章です。
4237 \end_layout
4238
4239 \begin_layout Subsection
4240 省略符号
4241 \begin_inset CommandInset label
4242 LatexCommand label
4243 name "sub:省略符号"
4244
4245 \end_inset
4246
4247
4248 \begin_inset Index idx
4249 status collapsed
4250
4251 \begin_layout Plain Layout
4252 しょうりゃくふごう@省略符号
4253 \end_layout
4254
4255 \end_inset
4256
4257
4258 \end_layout
4259
4260 \begin_layout Standard
4261 省略符号には、いくつかの種類が使用できます
4262 \begin_inset Foot
4263 status collapsed
4264
4265 \begin_layout Plain Layout
4266 数式ツールバー中の
4267 \begin_inset Graphics
4268         filename ../../images/math/ldots.png
4269         scale 85
4270
4271 \end_inset
4272
4273 ボタンで表示されている小メニューです。
4274 \end_layout
4275
4276 \end_inset
4277
4278 。列挙のためには、ベースラインの点々(
4279 \series bold
4280
4281 \backslash
4282 ldots
4283 \series default
4284
4285 \begin_inset Index idx
4286 status collapsed
4287
4288 \begin_layout Plain Layout
4289 こまんど@コマンド ! L ! 
4290 \backslash
4291 ldots
4292 \end_layout
4293
4294 \end_inset
4295
4296 )を使用しますが、演算子の場合は、演算子と同じ高さの点々(
4297 \series bold
4298
4299 \backslash
4300 cdots
4301 \series default
4302
4303 \begin_inset Index idx
4304 status collapsed
4305
4306 \begin_layout Plain Layout
4307 こまんど@コマンド ! C ! 
4308 \backslash
4309 cdots
4310 \end_layout
4311
4312 \end_inset
4313
4314 )が必要です。
4315 \series bold
4316
4317 \backslash
4318 dots
4319 \series default
4320
4321 \begin_inset Index idx
4322 status collapsed
4323
4324 \begin_layout Plain Layout
4325 こまんど@コマンド ! D ! 
4326 \backslash
4327 dots
4328 \end_layout
4329
4330 \end_inset
4331
4332 コマンドを使うと、LaTeXは次に来る文字がどのような種類の文字であるかによって、自動的にどの種類を使うかを選択します。
4333 \end_layout
4334
4335 \begin_layout Standard
4336 \align center
4337 \begin_inset Tabular
4338 <lyxtabular version="3" rows="9" columns="2">
4339 <features rotate="0" tabularvalignment="middle">
4340 <column alignment="center" valignment="top" width="0pt">
4341 <column alignment="center" valignment="top" width="0pt">
4342 <row>
4343 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4344 \begin_inset Text
4345
4346 \begin_layout Plain Layout
4347 コマンド
4348 \end_layout
4349
4350 \end_inset
4351 </cell>
4352 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4353 \begin_inset Text
4354
4355 \begin_layout Plain Layout
4356 出力
4357 \end_layout
4358
4359 \end_inset
4360 </cell>
4361 </row>
4362 <row>
4363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4364 \begin_inset Text
4365
4366 \begin_layout Plain Layout
4367 A_1
4368 \begin_inset space \textvisiblespace{}
4369 \end_inset
4370
4371 ,
4372 \backslash
4373 dots
4374 \begin_inset space \textvisiblespace{}
4375 \end_inset
4376
4377 ,A_n
4378 \end_layout
4379
4380 \end_inset
4381 </cell>
4382 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4383 \begin_inset Text
4384
4385 \begin_layout Plain Layout
4386 \begin_inset Formula $A_{1},\dots,A_{n}$
4387 \end_inset
4388
4389
4390 \end_layout
4391
4392 \end_inset
4393 </cell>
4394 </row>
4395 <row>
4396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4397 \begin_inset Text
4398
4399 \begin_layout Plain Layout
4400 A_1
4401 \begin_inset space \textvisiblespace{}
4402 \end_inset
4403
4404 +
4405 \backslash
4406 dots
4407 \begin_inset space \textvisiblespace{}
4408 \end_inset
4409
4410 +A_n
4411 \end_layout
4412
4413 \end_inset
4414 </cell>
4415 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4416 \begin_inset Text
4417
4418 \begin_layout Plain Layout
4419 \begin_inset Formula $A_{1}+\dots+A_{n}$
4420 \end_inset
4421
4422
4423 \end_layout
4424
4425 \end_inset
4426 </cell>
4427 </row>
4428 <row>
4429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4430 \begin_inset Text
4431
4432 \begin_layout Plain Layout
4433 A_1
4434 \begin_inset space \textvisiblespace{}
4435 \end_inset
4436
4437 ,
4438 \backslash
4439 ldots
4440 \begin_inset space \textvisiblespace{}
4441 \end_inset
4442
4443 ,A_n
4444 \end_layout
4445
4446 \end_inset
4447 </cell>
4448 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4449 \begin_inset Text
4450
4451 \begin_layout Plain Layout
4452 \begin_inset Formula $A_{1},\ldots,A_{n}$
4453 \end_inset
4454
4455
4456 \end_layout
4457
4458 \end_inset
4459 </cell>
4460 </row>
4461 <row>
4462 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4463 \begin_inset Text
4464
4465 \begin_layout Plain Layout
4466 A_1
4467 \begin_inset space \textvisiblespace{}
4468 \end_inset
4469
4470 +
4471 \backslash
4472 cdots
4473 \begin_inset space \textvisiblespace{}
4474 \end_inset
4475
4476 +A_n
4477 \end_layout
4478
4479 \end_inset
4480 </cell>
4481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4482 \begin_inset Text
4483
4484 \begin_layout Plain Layout
4485 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4486 \end_inset
4487
4488
4489 \end_layout
4490
4491 \end_inset
4492 </cell>
4493 </row>
4494 <row>
4495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4496 \begin_inset Text
4497
4498 \begin_layout Plain Layout
4499
4500 \backslash
4501 vdots
4502 \end_layout
4503
4504 \end_inset
4505 </cell>
4506 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4507 \begin_inset Text
4508
4509 \begin_layout Plain Layout
4510 \begin_inset Formula $\vdots$
4511 \end_inset
4512
4513
4514 \end_layout
4515
4516 \end_inset
4517 </cell>
4518 </row>
4519 <row>
4520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4521 \begin_inset Text
4522
4523 \begin_layout Plain Layout
4524
4525 \backslash
4526 ddots
4527 \end_layout
4528
4529 \end_inset
4530 </cell>
4531 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4532 \begin_inset Text
4533
4534 \begin_layout Plain Layout
4535 \begin_inset Formula $\ddots$
4536 \end_inset
4537
4538
4539 \end_layout
4540
4541 \end_inset
4542 </cell>
4543 </row>
4544 <row>
4545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4546 \begin_inset Text
4547
4548 \begin_layout Plain Layout
4549
4550 \backslash
4551 iddots
4552 \end_layout
4553
4554 \end_inset
4555 </cell>
4556 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4557 \begin_inset Text
4558
4559 \begin_layout Plain Layout
4560 \begin_inset Formula $\iddots$
4561 \end_inset
4562
4563
4564 \end_layout
4565
4566 \end_inset
4567 </cell>
4568 </row>
4569 <row>
4570 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4571 \begin_inset Text
4572
4573 \begin_layout Plain Layout
4574 いろいろな点々を使った
4575 \begin_inset Formula $3\times3$
4576 \end_inset
4577
4578 行列
4579 \end_layout
4580
4581 \end_inset
4582 </cell>
4583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4584 \begin_inset Text
4585
4586 \begin_layout Plain Layout
4587 \begin_inset Formula $\begin{array}{ccc}
4588 A_{11} & \cdots & A_{1m}\\
4589 \vdots & \ddots & \vdots\\
4590 A_{n1} & \cdots & A_{nm}
4591 \end{array}$
4592 \end_inset
4593
4594
4595 \end_layout
4596
4597 \end_inset
4598 </cell>
4599 </row>
4600 </lyxtabular>
4601
4602 \end_inset
4603
4604
4605 \end_layout
4606
4607 \begin_layout Standard
4608
4609 \family sans
4610 挿入\SpecialChar \menuseparator
4611 省略符号
4612 \family default
4613 メニューで挿入される省略符号は
4614 \series bold
4615
4616 \backslash
4617 ldots
4618 \series default
4619 です。
4620 \end_layout
4621
4622 \begin_layout Standard
4623 \begin_inset VSpace medskip
4624 \end_inset
4625
4626
4627 \series bold
4628
4629 \backslash
4630 iddots
4631 \series default
4632 を使うには、文書設定の
4633 \family sans
4634 数式オプション
4635 \family default
4636 にある
4637 \family sans
4638 mathdotsパッケージを(自動的に)使う
4639 \family default
4640 オプションのうちいずれかを有効にしなくてはなりません。
4641 \begin_inset Newline newline
4642 \end_inset
4643
4644
4645 \family sans
4646 mathdotsパッケージを使う
4647 \family default
4648 オプションを使用すると、文書中のフォント様式や寸法が既定値でないときのあらゆるドットの表示が改善されます。
4649 \end_layout
4650
4651 \begin_layout Standard
4652 \begin_inset VSpace medskip
4653 \end_inset
4654
4655 とくに行列には、複数列にわたることのできる省略符号があります。これは、以下の書式を持つ
4656 \series bold
4657
4658 \backslash
4659 hdotsfor
4660 \series default
4661
4662 \begin_inset Index idx
4663 status collapsed
4664
4665 \begin_layout Plain Layout
4666 こまんど@コマンド ! H ! 
4667 \backslash
4668 hdotsfor
4669 \end_layout
4670
4671 \end_inset
4672
4673 コマンドで作ることができます。
4674 \end_layout
4675
4676 \begin_layout Standard
4677
4678 \series bold
4679
4680 \backslash
4681 hdotsfor[距離]{列数}
4682 \end_layout
4683
4684 \begin_layout Standard
4685 ここで「列数」は、何列に広げるかを指定します。「距離」は、点々のあいだの距離を示す因子です。
4686 \end_layout
4687
4688 \begin_layout Standard
4689 以下の行列では、2行目の1つ目の枠に
4690 \series bold
4691
4692 \backslash
4693 hdotsfor[2]{4}
4694 \series default
4695 を挿入して、
4696 \series bold
4697
4698 \backslash
4699 dots
4700 \series default
4701 コマンドの2倍の点間距離を持つ省略符号を挿入しています。
4702 \begin_inset Formula 
4703 \[
4704 \left(\begin{array}{cccc}
4705 A & B & C & D\\
4706 \hdotsfor[2]{4}\\
4707 q & w & e & r
4708 \end{array}\right)
4709 \]
4710
4711 \end_inset
4712
4713 省略符号を広げる対象となる行列フィールドは空白にしておく必要があることに注意して下さい。さもないとLaTeXエラーが発生します。
4714 \end_layout
4715
4716 \begin_layout Standard
4717 \begin_inset VSpace bigskip
4718 \end_inset
4719
4720 さらに、
4721 \series bold
4722
4723 \backslash
4724 dotfill
4725 \series default
4726
4727 \begin_inset Index idx
4728 status collapsed
4729
4730 \begin_layout Plain Layout
4731 こまんど@コマンド ! D ! 
4732 \backslash
4733 dotfill
4734 \end_layout
4735
4736 \end_inset
4737
4738 コマンドを使えば、行の残りを点々で埋めることもできます。このコマンドの働きは、
4739 \series bold
4740
4741 \backslash
4742 hfill
4743 \series default
4744 と同様のものです。第
4745 \begin_inset CommandInset ref
4746 LatexCommand ref
4747 reference "sub:可変長の空白"
4748
4749 \end_inset
4750
4751 節をご参照下さい。
4752 \end_layout
4753
4754 \begin_layout Standard
4755 たとえば、
4756 \series bold
4757 A
4758 \backslash
4759 dotfill
4760 \begin_inset space \textvisiblespace{}
4761 \end_inset
4762
4763 B
4764 \series default
4765 コマンドは、
4766 \end_layout
4767
4768 \begin_layout Standard
4769 \begin_inset Formula $A\dotfill B$
4770 \end_inset
4771
4772
4773 \end_layout
4774
4775 \begin_layout Standard
4776 のようになります。点々を使う
4777 \series bold
4778
4779 \backslash
4780 dotfill
4781 \series default
4782 の直線版として、
4783 \series bold
4784
4785 \backslash
4786 hrulefill
4787 \series default
4788
4789 \begin_inset Index idx
4790 status collapsed
4791
4792 \begin_layout Plain Layout
4793 こまんど@コマンド ! H ! 
4794 \backslash
4795 hrulefill
4796 \end_layout
4797
4798 \end_inset
4799
4800
4801 \end_layout
4802
4803 \begin_layout Standard
4804 \begin_inset Formula $A\hrulefill B$
4805 \end_inset
4806
4807
4808 \end_layout
4809
4810 \begin_layout Standard
4811 があります。これらのコマンドを本文で使用するには、これらのコマンドはTeXモードで挿入される必要があります。
4812 \end_layout
4813
4814 \begin_layout Section
4815 行列
4816 \begin_inset CommandInset label
4817 LatexCommand label
4818 name "sec:行列"
4819
4820 \end_inset
4821
4822
4823 \begin_inset Index idx
4824 status collapsed
4825
4826 \begin_layout Plain Layout
4827 ぎょうれつ@行列
4828 \end_layout
4829
4830 \end_inset
4831
4832
4833 \end_layout
4834
4835 \begin_layout Standard
4836 行列は、数式ツールバーボタンの
4837 \begin_inset Graphics
4838         filename ../../images/dialog-show_mathmatrix.png
4839         scale 85
4840
4841 \end_inset
4842
4843
4844 \family sans
4845 挿入\SpecialChar \menuseparator
4846 数式\SpecialChar \menuseparator
4847 行列
4848 \family default
4849 メニューで挿入することができます。すると、行列の行数・列数・配置方法・装飾を尋ねられます。ここで垂直配置は、行内数式内の行列でのみ意味を持ちます。
4850 \end_layout
4851
4852 \begin_layout Standard
4853 最初の行列は「上」配置
4854 \begin_inset Formula $\begin{array}[t]{cccc}
4855 A & D & G & J\\
4856 B & E & H & K\\
4857 C & F & I & L
4858 \end{array}$
4859 \end_inset
4860
4861 で、二番目は「中央」配置
4862 \begin_inset Formula $\begin{array}{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}[b]{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 \end_layout
4879
4880 \begin_layout Standard
4881 水平配置は、各列がどのように配置されるべきかを指定します。これは、各列に対応した文字を一つずつ入力することによって設定します。
4882 \emph on
4883 l
4884 \emph default
4885 は左寄せ、
4886 \emph on
4887 c
4888 \emph default
4889 は中央揃え、
4890 \emph on
4891 r
4892 \emph default
4893 は右寄せを意味します。たとえば、第1列が左寄せで第2列と第3列が中央揃え、第4列が右揃えの
4894 \begin_inset Formula $4\times4$
4895 \end_inset
4896
4897 行列を作成するには、水平配置のところに
4898 \series bold
4899 lccr
4900 \series default
4901 と入力します。通常、行列では各列は中央揃えですから、各列の既定値は
4902 \series bold
4903 c
4904 \series default
4905 です。
4906 \end_layout
4907
4908 \begin_layout Standard
4909 水平行列の例です。
4910 \end_layout
4911
4912 \begin_layout Standard
4913
4914 \series bold
4915 lll
4916 \series default
4917  : 
4918 \begin_inset Formula $\begin{array}{lll}
4919 10000 & D & G\\
4920 B & 10000 & H\\
4921 C & F & 10000
4922 \end{array}$
4923 \end_inset
4924
4925  , 
4926 \series bold
4927 ccc
4928 \series default
4929  : 
4930 \begin_inset Formula $\begin{array}{ccc}
4931 10000 & D & G\\
4932 B & 10000 & H\\
4933 C & F & 10000
4934 \end{array}$
4935 \end_inset
4936
4937  , 
4938 \series bold
4939 rrr
4940 \series default
4941  : 
4942 \begin_inset Formula $\begin{array}{rrr}
4943 10000 & D & G\\
4944 B & 10000 & H\\
4945 C & F & 10000
4946 \end{array}$
4947 \end_inset
4948
4949
4950 \end_layout
4951
4952 \begin_layout Standard
4953 つづいて行や列を追加したり削除したりするには、数式ツールバーボタンの
4954 \begin_inset Graphics
4955         filename ../../images/tabular-feature_append-row.png
4956         scale 85
4957
4958 \end_inset
4959
4960
4961 \begin_inset Graphics
4962         filename ../../images/tabular-feature_delete-row.png
4963         scale 85
4964
4965 \end_inset
4966
4967 などや
4968 \family sans
4969 編集\SpecialChar \menuseparator
4970 行と列
4971 \family default
4972 メニューを使用することができます。また、行は
4973 \begin_inset Info
4974 type  "shortcut"
4975 arg   "newline-insert newline"
4976 \end_inset
4977
4978 で作成することもできます。
4979 \end_layout
4980
4981 \begin_layout Standard
4982 \begin_inset VSpace bigskip
4983 \end_inset
4984
4985
4986 \end_layout
4987
4988 \begin_layout Standard
4989
4990 \family sans
4991 装飾
4992 \family default
4993 は、行列の前後に選択した様式の括弧を加えます。他にも括弧は、
4994 \series bold
4995
4996 \backslash
4997 left
4998 \series default
4999
5000 \begin_inset Index idx
5001 status collapsed
5002
5003 \begin_layout Plain Layout
5004 こまんど@コマンド ! L ! 
5005 \backslash
5006 left
5007 \end_layout
5008
5009 \end_inset
5010
5011 コマンドや
5012 \series bold
5013
5014 \backslash
5015 right
5016 \series default
5017
5018 \begin_inset Index idx
5019 status collapsed
5020
5021 \begin_layout Plain Layout
5022 こまんど@コマンド ! R ! 
5023 \backslash
5024 right
5025 \end_layout
5026
5027 \end_inset
5028
5029 コマンドで作成することもできます(
5030 \begin_inset Flex Ruby
5031 status collapsed
5032
5033 \begin_layout Plain Layout
5034 捷径
5035 \begin_inset Argument post:1
5036 status collapsed
5037
5038 \begin_layout Plain Layout
5039 ショートカット
5040 \end_layout
5041
5042 \end_inset
5043
5044
5045 \end_layout
5046
5047 \end_inset
5048
5049
5050 \family sans
5051 Alt+M
5052 \begin_inset space ~
5053 \end_inset
5054
5055 括弧
5056 \family default
5057 )。第
5058 \begin_inset CommandInset ref
5059 LatexCommand ref
5060 reference "sub:自動の括弧丈"
5061
5062 \end_inset
5063
5064 節を参照してください。あるいは、以下のコマンドを使うこともできます。
5065 \begin_inset VSpace medskip
5066 \end_inset
5067
5068
5069 \end_layout
5070
5071 \begin_layout Standard
5072 \begin_inset space \hfill{}
5073 \end_inset
5074
5075
5076 \begin_inset Tabular
5077 <lyxtabular version="3" rows="4" columns="2">
5078 <features rotate="0" tabularvalignment="middle">
5079 <column alignment="center" valignment="top">
5080 <column alignment="center" valignment="top">
5081 <row>
5082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5083 \begin_inset Text
5084
5085 \begin_layout Plain Layout
5086 コマンド
5087 \end_layout
5088
5089 \end_inset
5090 </cell>
5091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5092 \begin_inset Text
5093
5094 \begin_layout Plain Layout
5095 出力
5096 \begin_inset Note Note
5097 status collapsed
5098
5099 \begin_layout Plain Layout
5100 ここで
5101 \series bold
5102
5103 \backslash
5104 raisebox
5105 \series default
5106 はスペーサーとして使用しているだけです。
5107 \end_layout
5108
5109 \end_inset
5110
5111
5112 \end_layout
5113
5114 \end_inset
5115 </cell>
5116 </row>
5117 <row>
5118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5119 \begin_inset Text
5120
5121 \begin_layout Plain Layout
5122
5123 \backslash
5124 bmatrix
5125 \begin_inset space \textvisiblespace{}
5126 \end_inset
5127
5128
5129 \begin_inset Formula $2\times2$
5130 \end_inset
5131
5132 行列
5133 \end_layout
5134
5135 \end_inset
5136 </cell>
5137 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5138 \begin_inset Text
5139
5140 \begin_layout Plain Layout
5141 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5142 0 & \textrm{-}\mathrm{i}\\
5143 \mathrm{i} & 0
5144 \end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5145 \end_inset
5146
5147
5148 \end_layout
5149
5150 \end_inset
5151 </cell>
5152 </row>
5153 <row>
5154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5155 \begin_inset Text
5156
5157 \begin_layout Plain Layout
5158
5159 \backslash
5160 Bmatrix
5161 \begin_inset space \textvisiblespace{}
5162 \end_inset
5163
5164
5165 \begin_inset Formula $2\times2$
5166 \end_inset
5167
5168 行列
5169 \end_layout
5170
5171 \end_inset
5172 </cell>
5173 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5174 \begin_inset Text
5175
5176 \begin_layout Plain Layout
5177 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5178 0 & \textrm{-}\mathrm{i}\\
5179 \mathrm{i} & 0
5180 \end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5181 \end_inset
5182
5183
5184 \end_layout
5185
5186 \end_inset
5187 </cell>
5188 </row>
5189 <row>
5190 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5191 \begin_inset Text
5192
5193 \begin_layout Plain Layout
5194
5195 \backslash
5196 pmatrix
5197 \begin_inset space \textvisiblespace{}
5198 \end_inset
5199
5200
5201 \begin_inset Formula $2\times2$
5202 \end_inset
5203
5204 行列
5205 \end_layout
5206
5207 \end_inset
5208 </cell>
5209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5210 \begin_inset Text
5211
5212 \begin_layout Plain Layout
5213 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5214 0 & \textrm{-}\mathrm{i}\\
5215 \mathrm{i} & 0
5216 \end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5217 \end_inset
5218
5219
5220 \end_layout
5221
5222 \end_inset
5223 </cell>
5224 </row>
5225 </lyxtabular>
5226
5227 \end_inset
5228
5229
5230 \begin_inset space \hfill{}
5231 \end_inset
5232
5233
5234 \begin_inset Tabular
5235 <lyxtabular version="3" rows="4" columns="2">
5236 <features rotate="0" tabularvalignment="middle">
5237 <column alignment="center" valignment="top">
5238 <column alignment="center" valignment="top">
5239 <row>
5240 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5241 \begin_inset Text
5242
5243 \begin_layout Plain Layout
5244 コマンド
5245 \end_layout
5246
5247 \end_inset
5248 </cell>
5249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5250 \begin_inset Text
5251
5252 \begin_layout Plain Layout
5253 出力
5254 \end_layout
5255
5256 \end_inset
5257 </cell>
5258 </row>
5259 <row>
5260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5261 \begin_inset Text
5262
5263 \begin_layout Plain Layout
5264
5265 \backslash
5266 vmatrix
5267 \begin_inset space \textvisiblespace{}
5268 \end_inset
5269
5270
5271 \begin_inset Formula $2\times2$
5272 \end_inset
5273
5274 行列
5275 \end_layout
5276
5277 \end_inset
5278 </cell>
5279 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5280 \begin_inset Text
5281
5282 \begin_layout Plain Layout
5283 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5284 0 & \textrm{-}\mathrm{i}\\
5285 \mathrm{i} & 0
5286 \end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5287 \end_inset
5288
5289
5290 \end_layout
5291
5292 \end_inset
5293 </cell>
5294 </row>
5295 <row>
5296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5297 \begin_inset Text
5298
5299 \begin_layout Plain Layout
5300
5301 \backslash
5302 Vmatrix
5303 \begin_inset space \textvisiblespace{}
5304 \end_inset
5305
5306
5307 \begin_inset Formula $2\times2$
5308 \end_inset
5309
5310 行列
5311 \end_layout
5312
5313 \end_inset
5314 </cell>
5315 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5316 \begin_inset Text
5317
5318 \begin_layout Plain Layout
5319 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5320 0 & \textrm{-}\mathrm{i}\\
5321 \mathrm{i} & 0
5322 \end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5323 \end_inset
5324
5325
5326 \end_layout
5327
5328 \end_inset
5329 </cell>
5330 </row>
5331 <row>
5332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5333 \begin_inset Text
5334
5335 \begin_layout Plain Layout
5336
5337 \backslash
5338 matrix
5339 \begin_inset space \textvisiblespace{}
5340 \end_inset
5341
5342
5343 \begin_inset Formula $2\times2$
5344 \end_inset
5345
5346 行列
5347 \end_layout
5348
5349 \end_inset
5350 </cell>
5351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5352 \begin_inset Text
5353
5354 \begin_layout Plain Layout
5355 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5356 0 & \textrm{-}\mathrm{i}\\
5357 \mathrm{i} & 0
5358 \end{array}\end{matrix}\raisebox{-5.3mm}{}$
5359 \end_inset
5360
5361
5362 \end_layout
5363
5364 \end_inset
5365 </cell>
5366 </row>
5367 </lyxtabular>
5368
5369 \end_inset
5370
5371
5372 \begin_inset space \hfill{}
5373 \end_inset
5374
5375
5376 \end_layout
5377
5378 \begin_layout Standard
5379 \begin_inset VSpace medskip
5380 \end_inset
5381
5382 たとえば
5383 \series bold
5384
5385 \backslash
5386 vmatrix
5387 \series default
5388 などを挿入すると、青枠が二つの垂直線のあいだに現れるので、そこに行列を挿入することができます。
5389 \end_layout
5390
5391 \begin_layout Standard
5392 \begin_inset VSpace bigskip
5393 \end_inset
5394
5395 じつは多行数式はすべて行列なので、行列の各列の間隔を変更するには、第
5396 \begin_inset CommandInset ref
5397 LatexCommand ref
5398 reference "sub:列間"
5399
5400 \end_inset
5401
5402 節に説明されている距離
5403 \series bold
5404
5405 \backslash
5406 arraycolsep
5407 \series default
5408
5409 \begin_inset Index idx
5410 status collapsed
5411
5412 \begin_layout Plain Layout
5413 こまんど@コマンド ! A ! 
5414 \backslash
5415 arraycolsep
5416 \end_layout
5417
5418 \end_inset
5419
5420 をここでも使用することができます。
5421 \end_layout
5422
5423 \begin_layout Standard
5424 行間隔を変更するには、
5425 \series bold
5426
5427 \backslash
5428 arraystretch
5429 \series default
5430
5431 \begin_inset Index idx
5432 status collapsed
5433
5434 \begin_layout Plain Layout
5435 こまんど@コマンド ! A ! 
5436 \backslash
5437 arraystretch
5438 \end_layout
5439
5440 \end_inset
5441
5442 コマンドを使用します。以下のようにして使用します。
5443 \end_layout
5444
5445 \begin_layout Standard
5446
5447 \series bold
5448
5449 \backslash
5450 renewcommand{
5451 \backslash
5452 arraystretch}{伸長因子}
5453 \begin_inset Index idx
5454 status collapsed
5455
5456 \begin_layout Plain Layout
5457 こまんど@コマンド ! R ! 
5458 \backslash
5459 renewcommand
5460 \end_layout
5461
5462 \end_inset
5463
5464
5465 \end_layout
5466
5467 \begin_layout Standard
5468
5469 \series bold
5470
5471 \backslash
5472 renewcommand
5473 \series default
5474 コマンドは、伸長因子を定義済みの
5475 \series bold
5476
5477 \backslash
5478 arraystretch
5479 \series default
5480 コマンドに割り当てます。たとえば行間隔を2倍にするには、因子として2を指定して下さい。すると、以降の行列すべてにこれが使用されるようになります。元の間隔に戻すに
5481 は、
5482 \series bold
5483
5484 \backslash
5485 arraystretch
5486 \series default
5487 に因子1を割り当てて下さい。
5488 \end_layout
5489
5490 \begin_layout Standard
5491 本文行中に行列を入れるには、
5492 \series bold
5493
5494 \backslash
5495 smallmatrix
5496 \series default
5497
5498 \begin_inset Index idx
5499 status collapsed
5500
5501 \begin_layout Plain Layout
5502 こまんど@コマンド ! S ! 
5503 \backslash
5504 smallmatrix
5505 \end_layout
5506
5507 \end_inset
5508
5509 コマンドを使います。これを挿入すると、二つの点線に囲まれた青枠が現れます。この枠のなかに行列を入れることができます。
5510 \end_layout
5511
5512 \begin_layout Standard
5513 これは、本文行中の行列
5514 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5515 C & D
5516 \end{smallmatrix}\right)$
5517 \end_inset
5518
5519 です。
5520 \end_layout
5521
5522 \begin_layout Section
5523 括弧と区分記号
5524 \begin_inset Index idx
5525 status collapsed
5526
5527 \begin_layout Plain Layout
5528 かっこ@括弧
5529 \end_layout
5530
5531 \end_inset
5532
5533
5534 \begin_inset Index idx
5535 status collapsed
5536
5537 \begin_layout Plain Layout
5538 くぶんきごう@区分記号
5539 \end_layout
5540
5541 \end_inset
5542
5543
5544 \end_layout
5545
5546 \begin_layout Subsection
5547 垂直括弧と区分記号
5548 \begin_inset Index idx
5549 status collapsed
5550
5551 \begin_layout Plain Layout
5552 かっこ@括弧 ! すいちょく@垂直
5553 \end_layout
5554
5555 \end_inset
5556
5557
5558 \end_layout
5559
5560 \begin_layout Standard
5561 \begin_inset space \hfill{}
5562 \end_inset
5563
5564
5565 \begin_inset Tabular
5566 <lyxtabular version="3" rows="9" columns="2">
5567 <features rotate="0" tabularvalignment="middle">
5568 <column alignment="center" valignment="top" width="0pt">
5569 <column alignment="center" valignment="top" width="0pt">
5570 <row>
5571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5572 \begin_inset Text
5573
5574 \begin_layout Plain Layout
5575 コマンド
5576 \end_layout
5577
5578 \end_inset
5579 </cell>
5580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5581 \begin_inset Text
5582
5583 \begin_layout Plain Layout
5584 出力
5585 \end_layout
5586
5587 \end_inset
5588 </cell>
5589 </row>
5590 <row>
5591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5592 \begin_inset Text
5593
5594 \begin_layout Plain Layout
5595 (
5596 \end_layout
5597
5598 \end_inset
5599 </cell>
5600 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5601 \begin_inset Text
5602
5603 \begin_layout Plain Layout
5604 \begin_inset Formula $($
5605 \end_inset
5606
5607
5608 \end_layout
5609
5610 \end_inset
5611 </cell>
5612 </row>
5613 <row>
5614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5615 \begin_inset Text
5616
5617 \begin_layout Plain Layout
5618 {
5619 \end_layout
5620
5621 \end_inset
5622 </cell>
5623 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5624 \begin_inset Text
5625
5626 \begin_layout Plain Layout
5627 \begin_inset Formula $\{$
5628 \end_inset
5629
5630
5631 \end_layout
5632
5633 \end_inset
5634 </cell>
5635 </row>
5636 <row>
5637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5638 \begin_inset Text
5639
5640 \begin_layout Plain Layout
5641 [
5642 \end_layout
5643
5644 \end_inset
5645 </cell>
5646 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5647 \begin_inset Text
5648
5649 \begin_layout Plain Layout
5650 \begin_inset Formula $[$
5651 \end_inset
5652
5653
5654 \end_layout
5655
5656 \end_inset
5657 </cell>
5658 </row>
5659 <row>
5660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5661 \begin_inset Text
5662
5663 \begin_layout Plain Layout
5664
5665 \backslash
5666 langle
5667 \end_layout
5668
5669 \end_inset
5670 </cell>
5671 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5672 \begin_inset Text
5673
5674 \begin_layout Plain Layout
5675 \begin_inset Formula $\langle$
5676 \end_inset
5677
5678
5679 \end_layout
5680
5681 \end_inset
5682 </cell>
5683 </row>
5684 <row>
5685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5686 \begin_inset Text
5687
5688 \begin_layout Plain Layout
5689
5690 \backslash
5691 lceil
5692 \end_layout
5693
5694 \end_inset
5695 </cell>
5696 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5697 \begin_inset Text
5698
5699 \begin_layout Plain Layout
5700 \begin_inset Formula $\lceil$
5701 \end_inset
5702
5703
5704 \end_layout
5705
5706 \end_inset
5707 </cell>
5708 </row>
5709 <row>
5710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5711 \begin_inset Text
5712
5713 \begin_layout Plain Layout
5714
5715 \backslash
5716 lfloor
5717 \end_layout
5718
5719 \end_inset
5720 </cell>
5721 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5722 \begin_inset Text
5723
5724 \begin_layout Plain Layout
5725 \begin_inset Formula $\lfloor$
5726 \end_inset
5727
5728
5729 \end_layout
5730
5731 \end_inset
5732 </cell>
5733 </row>
5734 <row>
5735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5736 \begin_inset Text
5737
5738 \begin_layout Plain Layout
5739 /
5740 \end_layout
5741
5742 \end_inset
5743 </cell>
5744 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5745 \begin_inset Text
5746
5747 \begin_layout Plain Layout
5748 \begin_inset Formula $/$
5749 \end_inset
5750
5751
5752 \end_layout
5753
5754 \end_inset
5755 </cell>
5756 </row>
5757 <row>
5758 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5759 \begin_inset Text
5760
5761 \begin_layout Plain Layout
5762 \begin_inset Formula $|$
5763 \end_inset
5764
5765
5766 \end_layout
5767
5768 \end_inset
5769 </cell>
5770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5771 \begin_inset Text
5772
5773 \begin_layout Plain Layout
5774 \begin_inset Formula $|$
5775 \end_inset
5776
5777
5778 \end_layout
5779
5780 \end_inset
5781 </cell>
5782 </row>
5783 </lyxtabular>
5784
5785 \end_inset
5786
5787
5788 \begin_inset space \hfill{}
5789 \end_inset
5790
5791
5792 \begin_inset Tabular
5793 <lyxtabular version="3" rows="9" columns="2">
5794 <features rotate="0" tabularvalignment="middle">
5795 <column alignment="center" valignment="top" width="0pt">
5796 <column alignment="center" valignment="top" width="0pt">
5797 <row>
5798 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5799 \begin_inset Text
5800
5801 \begin_layout Plain Layout
5802 コマンド
5803 \end_layout
5804
5805 \end_inset
5806 </cell>
5807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5808 \begin_inset Text
5809
5810 \begin_layout Plain Layout
5811 出力
5812 \end_layout
5813
5814 \end_inset
5815 </cell>
5816 </row>
5817 <row>
5818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5819 \begin_inset Text
5820
5821 \begin_layout Plain Layout
5822 )
5823 \end_layout
5824
5825 \end_inset
5826 </cell>
5827 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5828 \begin_inset Text
5829
5830 \begin_layout Plain Layout
5831 \begin_inset Formula $)$
5832 \end_inset
5833
5834
5835 \end_layout
5836
5837 \end_inset
5838 </cell>
5839 </row>
5840 <row>
5841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5842 \begin_inset Text
5843
5844 \begin_layout Plain Layout
5845 }
5846 \end_layout
5847
5848 \end_inset
5849 </cell>
5850 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5851 \begin_inset Text
5852
5853 \begin_layout Plain Layout
5854 \begin_inset Formula $\}$
5855 \end_inset
5856
5857
5858 \end_layout
5859
5860 \end_inset
5861 </cell>
5862 </row>
5863 <row>
5864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5865 \begin_inset Text
5866
5867 \begin_layout Plain Layout
5868 ]
5869 \end_layout
5870
5871 \end_inset
5872 </cell>
5873 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5874 \begin_inset Text
5875
5876 \begin_layout Plain Layout
5877 \begin_inset Formula $]$
5878 \end_inset
5879
5880
5881 \end_layout
5882
5883 \end_inset
5884 </cell>
5885 </row>
5886 <row>
5887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5888 \begin_inset Text
5889
5890 \begin_layout Plain Layout
5891
5892 \backslash
5893 rangle
5894 \end_layout
5895
5896 \end_inset
5897 </cell>
5898 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5899 \begin_inset Text
5900
5901 \begin_layout Plain Layout
5902 \begin_inset Formula $\rangle$
5903 \end_inset
5904
5905
5906 \end_layout
5907
5908 \end_inset
5909 </cell>
5910 </row>
5911 <row>
5912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5913 \begin_inset Text
5914
5915 \begin_layout Plain Layout
5916
5917 \backslash
5918 rceil
5919 \end_layout
5920
5921 \end_inset
5922 </cell>
5923 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5924 \begin_inset Text
5925
5926 \begin_layout Plain Layout
5927 \begin_inset Formula $\rceil$
5928 \end_inset
5929
5930
5931 \end_layout
5932
5933 \end_inset
5934 </cell>
5935 </row>
5936 <row>
5937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5938 \begin_inset Text
5939
5940 \begin_layout Plain Layout
5941
5942 \backslash
5943 rfloor
5944 \end_layout
5945
5946 \end_inset
5947 </cell>
5948 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5949 \begin_inset Text
5950
5951 \begin_layout Plain Layout
5952 \begin_inset Formula $\rfloor$
5953 \end_inset
5954
5955
5956 \end_layout
5957
5958 \end_inset
5959 </cell>
5960 </row>
5961 <row>
5962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5963 \begin_inset Text
5964
5965 \begin_layout Plain Layout
5966
5967 \backslash
5968
5969 \backslash
5970
5971 \end_layout
5972
5973 \end_inset
5974 </cell>
5975 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5976 \begin_inset Text
5977
5978 \begin_layout Plain Layout
5979 \begin_inset Formula $\backslash$
5980 \end_inset
5981
5982
5983 \end_layout
5984
5985 \end_inset
5986 </cell>
5987 </row>
5988 <row>
5989 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5990 \begin_inset Text
5991
5992 \begin_layout Plain Layout
5993
5994 \backslash
5995
5996 \begin_inset Formula $|$
5997 \end_inset
5998
5999
6000 \end_layout
6001
6002 \end_inset
6003 </cell>
6004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6005 \begin_inset Text
6006
6007 \begin_layout Plain Layout
6008 \begin_inset Formula $\|$
6009 \end_inset
6010
6011
6012 \end_layout
6013
6014 \end_inset
6015 </cell>
6016 </row>
6017 </lyxtabular>
6018
6019 \end_inset
6020
6021
6022 \begin_inset space \hfill{}
6023 \end_inset
6024
6025
6026 \end_layout
6027
6028 \begin_layout Standard
6029 \begin_inset Note Greyedout
6030 status open
6031
6032 \begin_layout Plain Layout
6033
6034 \series bold
6035 【註】
6036 \series default
6037 TeXモードでは、
6038 \backslash
6039
6040 \backslash
6041 コマンドはその場所に改行を入れてしまうので、バックスラッシュを入力するには
6042 \series bold
6043
6044 \backslash
6045 textbackslash
6046 \series default
6047
6048 \begin_inset Index idx
6049 status collapsed
6050
6051 \begin_layout Plain Layout
6052 こまんど@コマンド! T ! 
6053 \backslash
6054 textbackslash
6055 \end_layout
6056
6057 \end_inset
6058
6059 を使わなくてはなりません。
6060 \end_layout
6061
6062 \end_inset
6063
6064
6065 \end_layout
6066
6067 \begin_layout Standard
6068 上に列挙した文字すべてについて、以下の二小節で説明されているコマンドを使って、大きさを調整することができます。これらのコマンドを使用するにあたっては、
6069 \series bold
6070
6071 \backslash
6072 langle
6073 \series default
6074
6075 \series bold
6076
6077 \backslash
6078 rangle
6079 \series default
6080 コマンドを使用せずに
6081 \begin_inset Formula $<$
6082 \end_inset
6083
6084
6085 \begin_inset Formula $>$
6086 \end_inset
6087
6088 の文字を直接使用することができます。
6089 \end_layout
6090
6091 \begin_layout Subsubsection
6092 手動の括弧丈
6093 \begin_inset CommandInset label
6094 LatexCommand label
6095 name "sub:手動の括弧丈"
6096
6097 \end_inset
6098
6099
6100 \begin_inset Index idx
6101 status collapsed
6102
6103 \begin_layout Plain Layout
6104 かっこたけ@括弧丈 ! しゅどう@手動
6105 \end_layout
6106
6107 \end_inset
6108
6109
6110 \end_layout
6111
6112 \begin_layout Standard
6113 括弧の丈は、LaTeXコマンドの
6114 \series bold
6115
6116 \backslash
6117 big
6118 \series default
6119
6120 \begin_inset Index idx
6121 status collapsed
6122
6123 \begin_layout Plain Layout
6124 こまんど@コマンド ! B ! 
6125 \backslash
6126 big
6127 \end_layout
6128
6129 \end_inset
6130
6131
6132 \series bold
6133
6134 \backslash
6135 Big
6136 \series default
6137
6138 \series bold
6139
6140 \backslash
6141 bigg
6142 \series default
6143 および
6144 \series bold
6145
6146 \backslash
6147 Bigg
6148 \series default
6149 を使って、手動で指定することができます。
6150 \series bold
6151
6152 \backslash
6153 big
6154 \series default
6155 が最小の大きさであり、
6156 \series bold
6157
6158 \backslash
6159 Bigg
6160 \series default
6161 が最大の括弧丈になります。
6162 \end_layout
6163
6164 \begin_layout Standard
6165 これらのコマンドは、括弧の階層を強調するのに使われます。
6166 \end_layout
6167
6168 \begin_layout Standard
6169 \align center
6170 \begin_inset Tabular
6171 <lyxtabular version="3" rows="2" columns="2">
6172 <features rotate="0" tabularvalignment="middle">
6173 <column alignment="center" valignment="top" width="0pt">
6174 <column alignment="center" valignment="top" width="0pt">
6175 <row>
6176 <cell alignment="center" valignment="top" usebox="none">
6177 \begin_inset Text
6178
6179 \begin_layout Plain Layout
6180 すべての括弧が同じ大きさ:
6181 \end_layout
6182
6183 \end_inset
6184 </cell>
6185 <cell alignment="center" valignment="top" usebox="none">
6186 \begin_inset Text
6187
6188 \begin_layout Plain Layout
6189 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox{-4mm}{}$
6190 \end_inset
6191
6192
6193 \end_layout
6194
6195 \end_inset
6196 </cell>
6197 </row>
6198 <row>
6199 <cell alignment="center" valignment="top" usebox="none">
6200 \begin_inset Text
6201
6202 \begin_layout Plain Layout
6203 こちらの方が良い:
6204 \end_layout
6205
6206 \end_inset
6207 </cell>
6208 <cell alignment="center" valignment="top" usebox="none">
6209 \begin_inset Text
6210
6211 \begin_layout Plain Layout
6212 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6213 \end_inset
6214
6215
6216 \end_layout
6217
6218 \end_inset
6219 </cell>
6220 </row>
6221 </lyxtabular>
6222
6223 \end_inset
6224
6225
6226 \begin_inset Note Note
6227 status collapsed
6228
6229 \begin_layout Plain Layout
6230 ここで
6231 \series bold
6232
6233 \backslash
6234 raisebox
6235 \series default
6236 はスペーサーとして使用しているだけです。
6237 \end_layout
6238
6239 \end_inset
6240
6241
6242 \end_layout
6243
6244 \begin_layout Standard
6245 二つ目の数式では、
6246 \series bold
6247
6248 \backslash
6249 Big((A+B)(A-B)
6250 \backslash
6251 Big)^
6252 \begin_inset space \textvisiblespace{}
6253 \end_inset
6254
6255 C
6256 \series default
6257 というコマンドが使われています。
6258 \end_layout
6259
6260 \begin_layout Standard
6261 以下は、すべての括弧丈の羅列です。
6262 \end_layout
6263
6264 \begin_layout Standard
6265 \align center
6266
6267 \backslash
6268 Bigg(
6269 \backslash
6270 exp
6271 \backslash
6272 bigg
6273 \begin_inset Formula $<$
6274 \end_inset
6275
6276
6277 \backslash
6278 Big[
6279 \backslash
6280 big{
6281 \backslash
6282 ln(3x)
6283 \backslash
6284 big}^2
6285 \begin_inset space \textvisiblespace{}
6286 \end_inset
6287
6288
6289 \backslash
6290 sin(x)
6291 \backslash
6292 Big]^
6293 \begin_inset space \textvisiblespace{}
6294 \end_inset
6295
6296 A
6297 \begin_inset space \textvisiblespace{}
6298 \end_inset
6299
6300
6301 \backslash
6302 bigg
6303 \begin_inset Formula $>$
6304 \end_inset
6305
6306
6307 \backslash
6308 Bigg)^0,5
6309 \end_layout
6310
6311 \begin_layout Standard
6312 \align center
6313 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6314 \end_inset
6315
6316
6317 \end_layout
6318
6319 \begin_layout Standard
6320
6321 \series bold
6322
6323 \backslash
6324 big
6325 \series default
6326 型コマンドの他に、括弧と中身のあいだにもう少し空白を加える
6327 \series bold
6328
6329 \backslash
6330 bigm
6331 \series default
6332
6333 \begin_inset Index idx
6334 status collapsed
6335
6336 \begin_layout Plain Layout
6337 こまんど@コマンド ! B ! 
6338 \backslash
6339 bigm
6340 \end_layout
6341
6342 \end_inset
6343
6344 という派生型と、空白を追加しない
6345 \series bold
6346
6347 \backslash
6348 bigl
6349 \series default
6350 -
6351 \series bold
6352
6353 \backslash
6354 bigr
6355 \series default
6356
6357 \begin_inset Index idx
6358 status collapsed
6359
6360 \begin_layout Plain Layout
6361 こまんど@コマンド ! B ! 
6362 \backslash
6363 bigl - 
6364 \backslash
6365 bigr
6366 \end_layout
6367
6368 \end_inset
6369
6370 派生型があります。
6371 \series bold
6372
6373 \backslash
6374 bigl
6375 \series default
6376 コマンドの最後の
6377 \emph on
6378 l
6379 \emph default
6380 は、左括弧であることを示し、右括弧の場合には、
6381 \emph on
6382 l
6383 \emph default
6384 の代わりに
6385 \emph on
6386 r
6387 \emph default
6388 を用います。左括弧と右括弧は、それぞれ括弧の開始と終了に用いられます。
6389 \end_layout
6390
6391 \begin_layout Standard
6392 以下の表は、これらの派生型の比較です。
6393 \end_layout
6394
6395 \begin_layout Standard
6396 \align center
6397 \begin_inset Tabular
6398 <lyxtabular version="3" rows="5" columns="2">
6399 <features rotate="0" tabularvalignment="middle">
6400 <column alignment="center" valignment="middle">
6401 <column alignment="center" valignment="middle">
6402 <row>
6403 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6404 \begin_inset Text
6405
6406 \begin_layout Plain Layout
6407 コマンド
6408 \end_layout
6409
6410 \end_inset
6411 </cell>
6412 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6413 \begin_inset Text
6414
6415 \begin_layout Plain Layout
6416 出力
6417 \begin_inset Note Note
6418 status collapsed
6419
6420 \begin_layout Plain Layout
6421 ここで
6422 \series bold
6423
6424 \backslash
6425 raisebox
6426 \series default
6427 はスペーサーとして使用しているだけです。
6428 \end_layout
6429
6430 \end_inset
6431
6432
6433 \end_layout
6434
6435 \end_inset
6436 </cell>
6437 </row>
6438 <row>
6439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6440 \begin_inset Text
6441
6442 \begin_layout Plain Layout
6443
6444 \backslash
6445 Bigm(
6446 \backslash
6447 bigm(
6448 \backslash
6449 ln(3x)
6450 \backslash
6451 bigm)^2
6452 \series bold
6453
6454 \begin_inset space \textvisiblespace{}
6455 \end_inset
6456
6457
6458 \series default
6459
6460 \backslash
6461 Bigm)
6462 \end_layout
6463
6464 \end_inset
6465 </cell>
6466 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6467 \begin_inset Text
6468
6469 \begin_layout Plain Layout
6470 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6471 \end_inset
6472
6473
6474 \end_layout
6475
6476 \end_inset
6477 </cell>
6478 </row>
6479 <row>
6480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6481 \begin_inset Text
6482
6483 \begin_layout Plain Layout
6484
6485 \backslash
6486 Big(
6487 \backslash
6488 big(
6489 \backslash
6490 ln(3x)
6491 \backslash
6492 big)^2
6493 \series bold
6494
6495 \begin_inset space \textvisiblespace{}
6496 \end_inset
6497
6498
6499 \series default
6500
6501 \backslash
6502 Big)
6503 \end_layout
6504
6505 \end_inset
6506 </cell>
6507 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6508 \begin_inset Text
6509
6510 \begin_layout Plain Layout
6511 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
6512 \end_inset
6513
6514
6515 \end_layout
6516
6517 \end_inset
6518 </cell>
6519 </row>
6520 <row>
6521 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6522 \begin_inset Text
6523
6524 \begin_layout Plain Layout
6525
6526 \backslash
6527 Bigl(
6528 \backslash
6529 bigl(
6530 \backslash
6531 ln(3x)
6532 \backslash
6533 bigr)^2
6534 \series bold
6535
6536 \begin_inset space \textvisiblespace{}
6537 \end_inset
6538
6539
6540 \series default
6541
6542 \backslash
6543 Bigr)
6544 \end_layout
6545
6546 \end_inset
6547 </cell>
6548 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6549 \begin_inset Text
6550
6551 \begin_layout Plain Layout
6552 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.25mm}{}$
6553 \end_inset
6554
6555
6556 \end_layout
6557
6558 \end_inset
6559 </cell>
6560 </row>
6561 <row>
6562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6563 \begin_inset Text
6564
6565 \begin_layout Plain Layout
6566
6567 \backslash
6568 bigl)
6569 \backslash
6570 ln(3x)
6571 \backslash
6572 bigr(
6573 \end_layout
6574
6575 \end_inset
6576 </cell>
6577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6578 \begin_inset Text
6579
6580 \begin_layout Plain Layout
6581 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
6582 \end_inset
6583
6584
6585 \end_layout
6586
6587 \end_inset
6588 </cell>
6589 </row>
6590 </lyxtabular>
6591
6592 \end_inset
6593
6594
6595 \end_layout
6596
6597 \begin_layout Subsubsection
6598 自動の括弧丈
6599 \begin_inset CommandInset label
6600 LatexCommand label
6601 name "sub:自動の括弧丈"
6602
6603 \end_inset
6604
6605
6606 \begin_inset Index idx
6607 status collapsed
6608
6609 \begin_layout Plain Layout
6610 かっこたけ@括弧丈 ! じどう@自動
6611 \end_layout
6612
6613 \end_inset
6614
6615
6616 \end_layout
6617
6618 \begin_layout Standard
6619 可変の丈を持つ括弧は、
6620 \series bold
6621
6622 \backslash
6623 left
6624 \series default
6625
6626 \begin_inset Index idx
6627 status collapsed
6628
6629 \begin_layout Plain Layout
6630 こまんど@コマンド ! L ! 
6631 \backslash
6632 left
6633 \end_layout
6634
6635 \end_inset
6636
6637 コマンドおよび
6638 \series bold
6639
6640 \backslash
6641 right
6642 \series default
6643
6644 \begin_inset Index idx
6645 status collapsed
6646
6647 \begin_layout Plain Layout
6648 こまんど@コマンド ! R ! 
6649 \backslash
6650 right
6651 \end_layout
6652
6653 \end_inset
6654
6655 コマンド、あるいは数式ツールバーボタンの
6656 \begin_inset Graphics
6657         filename ../../images/dialog-show_mathdelimiter.png
6658         scale 85
6659
6660 \end_inset
6661
6662 で挿入することができます。
6663 \series bold
6664
6665 \backslash
6666 left
6667 \series default
6668 および
6669 \series bold
6670
6671 \backslash
6672 right
6673 \series default
6674 の直後には、必要とする括弧を挿入しなくてはなりません。すると、括弧丈は出力時に自動的に計算されます。
6675 \end_layout
6676
6677 \begin_layout Standard
6678 \align center
6679 通常の括弧:
6680 \series bold
6681
6682 \backslash
6683 ln(
6684 \backslash
6685 frac
6686 \begin_inset space \textvisiblespace{}
6687 \end_inset
6688
6689 A
6690 \begin_inset Formula $\downarrow$
6691 \end_inset
6692
6693 C
6694 \begin_inset space \textvisiblespace{}
6695 \end_inset
6696
6697 )
6698 \series default
6699 というコマンドは
6700 \begin_inset Formula 
6701 \[
6702 \ln(\frac{A}{C})
6703 \]
6704
6705 \end_inset
6706
6707 を生成します。
6708 \end_layout
6709
6710 \begin_layout Standard
6711 \align center
6712 複数行の括弧:
6713 \series bold
6714
6715 \backslash
6716 ln
6717 \backslash
6718 left(
6719 \backslash
6720 frac
6721 \begin_inset space \textvisiblespace{}
6722 \end_inset
6723
6724 A
6725 \begin_inset Formula $\downarrow$
6726 \end_inset
6727
6728 C
6729 \begin_inset space \textvisiblespace{}
6730 \end_inset
6731
6732
6733 \backslash
6734 right)
6735 \series default
6736 というコマンドは
6737 \begin_inset Formula 
6738 \[
6739 \ln\left(\frac{A}{C}\right)
6740 \]
6741
6742 \end_inset
6743
6744 を生成します。
6745 \end_layout
6746
6747 \begin_layout Standard
6748
6749 \series bold
6750
6751 \backslash
6752 left
6753 \series default
6754
6755 \series bold
6756
6757 \backslash
6758 right
6759 \series default
6760 の代わりに、
6761 \begin_inset Flex Ruby
6762 status collapsed
6763
6764 \begin_layout Plain Layout
6765 捷径
6766 \begin_inset Argument post:1
6767 status collapsed
6768
6769 \begin_layout Plain Layout
6770 ショートカット
6771 \end_layout
6772
6773 \end_inset
6774
6775
6776 \end_layout
6777
6778 \end_inset
6779
6780
6781 \family sans
6782 Alt+M
6783 \begin_inset space ~
6784 \end_inset
6785
6786 括弧
6787 \family default
6788 を使うこともできます。これを使うと、LyX中で即座に実際の括弧丈を確認することができるという利点と、対応する右括弧も生成されるという利点があります。
6789 \begin_inset Newline newline
6790 \end_inset
6791
6792 すると、先ほどの例を作るコマンドは
6793 \series bold
6794
6795 \backslash
6796 ln Alt+M
6797 \series default
6798  
6799 \series bold
6800 (
6801 \backslash
6802 frac
6803 \begin_inset space \textvisiblespace{}
6804 \end_inset
6805
6806 A
6807 \begin_inset Formula $\downarrow$
6808 \end_inset
6809
6810 C
6811 \series default
6812 となります。
6813 \end_layout
6814
6815 \begin_layout Standard
6816 左括弧あるいは右括弧を省略するには、ドットを挿入します。たとえば、
6817 \series bold
6818
6819 \backslash
6820 left.
6821 \backslash
6822 frac
6823 \begin_inset space \textvisiblespace{}
6824 \end_inset
6825
6826 A
6827 \begin_inset Formula $\downarrow$
6828 \end_inset
6829
6830 B
6831 \begin_inset space \textvisiblespace{}
6832 \end_inset
6833
6834
6835 \backslash
6836 right}
6837 \series default
6838 というコマンドは
6839 \series bold
6840
6841 \begin_inset Formula 
6842 \[
6843 \left.\frac{A}{B}\right\} 
6844 \]
6845
6846 \end_inset
6847
6848
6849 \series default
6850 を生成します。
6851 \series bold
6852
6853 \backslash
6854 left
6855 \series default
6856 コマンドおよび
6857 \series bold
6858
6859 \backslash
6860 right
6861 \series default
6862 コマンドは、文書が再度読み込まれたときには、LyXによって正しい丈の括弧に変換され、省略された括弧は、点線として表示されます。
6863 \end_layout
6864
6865 \begin_layout Standard
6866 \begin_inset VSpace bigskip
6867 \end_inset
6868
6869 著名なLaTeX頒布版は、すべてLaTeXの拡張であるeTeXを使用しているので、これらの頒布版では、すべての括弧および極限に対して
6870 \series bold
6871
6872 \backslash
6873 middle
6874 \series default
6875
6876 \begin_inset Index idx
6877 status collapsed
6878
6879 \begin_layout Plain Layout
6880 こまんど@コマンド ! M ! 
6881 \backslash
6882 middle
6883 \end_layout
6884
6885 \end_inset
6886
6887 コマンドも使用することができます
6888 \begin_inset Foot
6889 status collapsed
6890
6891 \begin_layout Plain Layout
6892
6893 \series bold
6894 (訳註)
6895 \series default
6896 pLaTeXでは、標準では
6897 \series bold
6898
6899 \backslash
6900 middle
6901 \series default
6902 コマンドは使えません。よって、以下の例では「
6903 \series bold
6904
6905 \backslash
6906 middle
6907 \series default
6908
6909 \begin_inset Formula $|$
6910 \end_inset
6911
6912 」の代わりに「
6913 \series bold
6914
6915 \backslash
6916 biggm
6917 \series default
6918
6919 \begin_inset Formula $|$
6920 \end_inset
6921
6922 」を用いています。
6923 \end_layout
6924
6925 \end_inset
6926
6927 。このコマンドでは、物理ベクトル
6928 \begin_inset Formula 
6929 \[
6930 \left\langle \phi\:\biggm|\: J=\frac{3}{2}\,,\, M_{J}\right\rangle 
6931 \]
6932
6933 \end_inset
6934
6935 で必要とされるように、次に続く文字の高さは、囲まれる括弧の高さに調節されます。物理ベクトルに関しては、第
6936 \begin_inset CommandInset ref
6937 LatexCommand ref
6938 reference "sub:物理ベクトル"
6939
6940 \end_inset
6941
6942 節に説明されているように特殊なLaTeXパッケージがあります。
6943 \end_layout
6944
6945 \begin_layout Subsection
6946 水平括弧
6947 \begin_inset Index idx
6948 status collapsed
6949
6950 \begin_layout Plain Layout
6951 かっこ@括弧 ! すいへい@水平
6952 \end_layout
6953
6954 \end_inset
6955
6956
6957 \end_layout
6958
6959 \begin_layout Standard
6960 \align center
6961 \begin_inset Tabular
6962 <lyxtabular version="3" rows="4" columns="2">
6963 <features rotate="0" tabularvalignment="middle">
6964 <column alignment="center" valignment="top" width="0pt">
6965 <column alignment="center" valignment="top" width="0pt">
6966 <row>
6967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6968 \begin_inset Text
6969
6970 \begin_layout Plain Layout
6971 コマンド
6972 \begin_inset Note Note
6973 status collapsed
6974
6975 \begin_layout Plain Layout
6976 ここで
6977 \series bold
6978
6979 \backslash
6980 raisebox
6981 \series default
6982 はスペーサーとして使用しているだけです。
6983 \end_layout
6984
6985 \end_inset
6986
6987
6988 \end_layout
6989
6990 \end_inset
6991 </cell>
6992 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6993 \begin_inset Text
6994
6995 \begin_layout Plain Layout
6996 出力
6997 \end_layout
6998
6999 \end_inset
7000 </cell>
7001 </row>
7002 <row>
7003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7004 \begin_inset Text
7005
7006 \begin_layout Plain Layout
7007 \begin_inset ERT
7008 status collapsed
7009
7010 \begin_layout Plain Layout
7011
7012
7013 \backslash
7014 raisebox{2.3mm}{
7015 \end_layout
7016
7017 \end_inset
7018
7019
7020 \backslash
7021 overbrace
7022 \begin_inset space \textvisiblespace{}
7023 \end_inset
7024
7025 A+B
7026 \begin_inset space \textvisiblespace{}
7027 \end_inset
7028
7029 ^
7030 \begin_inset space \textvisiblespace{}
7031 \end_inset
7032
7033 3
7034 \begin_inset ERT
7035 status collapsed
7036
7037 \begin_layout Plain Layout
7038
7039 }
7040 \end_layout
7041
7042 \end_inset
7043
7044
7045 \begin_inset Index idx
7046 status collapsed
7047
7048 \begin_layout Plain Layout
7049 こまんど@コマンド ! O ! 
7050 \backslash
7051 overbrace
7052 \end_layout
7053
7054 \end_inset
7055
7056
7057 \end_layout
7058
7059 \end_inset
7060 </cell>
7061 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7062 \begin_inset Text
7063
7064 \begin_layout Plain Layout
7065 \begin_inset Formula $\overbrace{A+B}^{3}$
7066 \end_inset
7067
7068
7069 \end_layout
7070
7071 \end_inset
7072 </cell>
7073 </row>
7074 <row>
7075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7076 \begin_inset Text
7077
7078 \begin_layout Plain Layout
7079 \begin_inset ERT
7080 status collapsed
7081
7082 \begin_layout Plain Layout
7083
7084
7085 \backslash
7086 raisebox{-2.2mm}{
7087 \end_layout
7088
7089 \end_inset
7090
7091
7092 \backslash
7093 underbrace
7094 \begin_inset space \textvisiblespace{}
7095 \end_inset
7096
7097 A+B
7098 \begin_inset space \textvisiblespace{}
7099 \end_inset
7100
7101 _5
7102 \begin_inset ERT
7103 status collapsed
7104
7105 \begin_layout Plain Layout
7106
7107 }
7108 \end_layout
7109
7110 \end_inset
7111
7112
7113 \begin_inset Index idx
7114 status collapsed
7115
7116 \begin_layout Plain Layout
7117 こまんど@コマンド ! U ! 
7118 \backslash
7119 underbrace
7120 \end_layout
7121
7122 \end_inset
7123
7124
7125 \end_layout
7126
7127 \end_inset
7128 </cell>
7129 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7130 \begin_inset Text
7131
7132 \begin_layout Plain Layout
7133 \begin_inset Formula $\underbrace{A+B}_{5}$
7134 \end_inset
7135
7136
7137 \end_layout
7138
7139 \end_inset
7140 </cell>
7141 </row>
7142 <row>
7143 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7144 \begin_inset Text
7145
7146 \begin_layout Plain Layout
7147
7148 \backslash
7149 overbrace
7150 \begin_inset space \textvisiblespace{}
7151 \end_inset
7152
7153
7154 \backslash
7155 underbrace
7156 \begin_inset space \textvisiblespace{}
7157 \end_inset
7158
7159 A+B_w
7160 \begin_inset space \textvisiblespace{}
7161 \end_inset
7162
7163
7164 \begin_inset space \textvisiblespace{}
7165 \end_inset
7166
7167 _7
7168 \begin_inset space \textvisiblespace{}
7169 \end_inset
7170
7171
7172 \begin_inset space \textvisiblespace{}
7173 \end_inset
7174
7175 ^
7176 \begin_inset space \textvisiblespace{}
7177 \end_inset
7178
7179 C
7180 \end_layout
7181
7182 \end_inset
7183 </cell>
7184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7185 \begin_inset Text
7186
7187 \begin_layout Plain Layout
7188 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7189 \end_inset
7190
7191
7192 \end_layout
7193
7194 \end_inset
7195 </cell>
7196 </row>
7197 </lyxtabular>
7198
7199 \end_inset
7200
7201
7202 \end_layout
7203
7204 \begin_layout Standard
7205 最後の例では、
7206 \series bold
7207
7208 \backslash
7209 overbrace
7210 \series default
7211 が先に挿入されようが
7212 \series bold
7213
7214 \backslash
7215 underbrace
7216 \series default
7217 が先に挿入されようが代わりはありません。
7218 \end_layout
7219
7220 \begin_layout Standard
7221 \begin_inset VSpace bigskip
7222 \end_inset
7223
7224 括弧をお互いに重ねる必要がある場合には、第
7225 \begin_inset CommandInset ref
7226 LatexCommand ref
7227 reference "sec:多行数式"
7228
7229 \end_inset
7230
7231 節に説明されているように、次のような多行数式を使わなくてはなりません。
7232 \begin_inset Formula 
7233 \begin{eqnarray*}
7234 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7235  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7236 \end{eqnarray*}
7237
7238 \end_inset
7239
7240 一行目には、数式が一つめの括弧とともに挿入されています。ここで、空白コマンド
7241 \begin_inset Foot
7242 status collapsed
7243
7244 \begin_layout Plain Layout
7245 空白コマンドは第
7246 \begin_inset CommandInset ref
7247 LatexCommand ref
7248 reference "sub:定義済みの空白"
7249
7250 \end_inset
7251
7252 章に説明があります。
7253 \end_layout
7254
7255 \end_inset
7256
7257
7258 \series bold
7259
7260 \backslash
7261 :
7262 \series default
7263 を最初の
7264 \begin_inset Formula $d$
7265 \end_inset
7266
7267 の前に挿入しておくことが重要です。さもないと、
7268 \begin_inset Formula $q$
7269 \end_inset
7270
7271 の後ろで終わる括弧のせいで、直後の「+」の周りに正しく空白が入ることが妨げられてしまう
7272 \begin_inset Foot
7273 status collapsed
7274
7275 \begin_layout Plain Layout
7276 これは、括弧が文字として取り扱われないためです。第
7277 \begin_inset CommandInset ref
7278 LatexCommand ref
7279 reference "sub:二項演算子"
7280
7281 \end_inset
7282
7283 章参照。
7284 \end_layout
7285
7286 \end_inset
7287
7288 ためです。二行目には、二つめの括弧が挿入されています。
7289 \begin_inset Formula $b$
7290 \end_inset
7291
7292 の直前から始まるようにするために、まず
7293 \series bold
7294
7295 \backslash
7296 hphantom{gggg+
7297 \backslash
7298 :}
7299 \series default
7300 というコマンド
7301 \begin_inset Foot
7302 status collapsed
7303
7304 \begin_layout Plain Layout
7305
7306 \series bold
7307
7308 \backslash
7309 hphantom
7310 \series default
7311 に関する詳細は、第
7312 \begin_inset CommandInset ref
7313 LatexCommand ref
7314 reference "sub:埋め草"
7315
7316 \end_inset
7317
7318 章を参照してください。
7319 \end_layout
7320
7321 \end_inset
7322
7323 が挿入されています。この数式中の「+」も空白で囲まれるようにするために、この空白コマンドが必要になっています。二つめの括弧は
7324 \series bold
7325
7326 \backslash
7327 hphantom{bbqq+dddd}
7328 \series default
7329 コマンドの下に置きます。
7330 \end_layout
7331
7332 \begin_layout Standard
7333 以下の例のように、括弧が反対側に重なる場合には、もっと複雑になります。
7334 \begin_inset ERT
7335 status collapsed
7336
7337 \begin_layout Plain Layout
7338
7339
7340 \backslash
7341 setlength{
7342 \backslash
7343 jot}{-6pt}
7344 \end_layout
7345
7346 \end_inset
7347
7348
7349 \begin_inset Formula 
7350 \begin{eqnarray*}
7351  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7352 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd
7353 \end{eqnarray*}
7354
7355 \end_inset
7356
7357
7358 \begin_inset ERT
7359 status collapsed
7360
7361 \begin_layout Plain Layout
7362
7363
7364 \backslash
7365 setlength{
7366 \backslash
7367 jot}{3pt}
7368 \end_layout
7369
7370 \end_inset
7371
7372 最初の数式行は、括弧が上に来ていること以外は、先の例の第二行と同じです。二行目には、二つめの括弧と一緒に数式が入っています。一行目の括弧と数式のあいだに余白が入
7373 ることを防ぐために、行間を減らさなくてはならないのですが、これはLyXのバグ
7374 \begin_inset Foot
7375 status collapsed
7376
7377 \begin_layout Plain Layout
7378 \begin_inset CommandInset href
7379 LatexCommand href
7380 name "LyX-bug #1505"
7381 target "http://www.lyx.org/trac/ticket/1505"
7382
7383 \end_inset
7384
7385
7386 \end_layout
7387
7388 \end_inset
7389
7390 のせいで簡単にはできません。この問題を回避するためには、数式直前にTeXモードで
7391 \series bold
7392 setlength{
7393 \backslash
7394 jot}{-6pt}
7395 \series default
7396 というコマンドを入れて、大域的な数式行間
7397 \series bold
7398
7399 \backslash
7400 jot
7401 \series default
7402
7403 \begin_inset Index idx
7404 status collapsed
7405
7406 \begin_layout Plain Layout
7407 こまんど@コマンド ! J ! 
7408 \backslash
7409 jot
7410 \end_layout
7411
7412 \end_inset
7413
7414 を-6
7415 \begin_inset space \thinspace{}
7416 \end_inset
7417
7418 ptに変更しなくてはなりません。
7419 \series bold
7420
7421 \backslash
7422 jot
7423 \series default
7424 は、数式直後に同様のコマンドを使って標準値の3
7425 \begin_inset space \thinspace{}
7426 \end_inset
7427
7428 ptに戻します。数式中の行間について、詳しくは第
7429 \begin_inset CommandInset ref
7430 LatexCommand ref
7431 reference "sub:行間"
7432
7433 \end_inset
7434
7435 章に説明があります。
7436 \end_layout
7437
7438 \begin_layout Section
7439 矢印
7440 \begin_inset Index idx
7441 status collapsed
7442
7443 \begin_layout Plain Layout
7444 やじるし@矢印
7445 \end_layout
7446
7447 \end_inset
7448
7449
7450 \end_layout
7451
7452 \begin_layout Standard
7453 矢印は、数式ツールバーボタンの
7454 \begin_inset Graphics
7455         filename ../../images/math/leftarrow.png
7456         scale 85
7457
7458 \end_inset
7459
7460 か、以下の各小節に列挙してあるコマンドで挿入することができます。
7461 \end_layout
7462
7463 \begin_layout Subsection
7464 水平矢印
7465 \begin_inset Index idx
7466 status collapsed
7467
7468 \begin_layout Plain Layout
7469 やじるし@矢印 ! すいへい@水平
7470 \end_layout
7471
7472 \end_inset
7473
7474
7475 \end_layout
7476
7477 \begin_layout Standard
7478 \begin_inset space \hfill{}
7479 \end_inset
7480
7481
7482 \begin_inset Tabular
7483 <lyxtabular version="3" rows="8" columns="2">
7484 <features rotate="0" tabularvalignment="middle">
7485 <column alignment="center" valignment="top" width="0pt">
7486 <column alignment="center" valignment="top" width="0pt">
7487 <row>
7488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7489 \begin_inset Text
7490
7491 \begin_layout Plain Layout
7492 コマンド
7493 \end_layout
7494
7495 \end_inset
7496 </cell>
7497 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7498 \begin_inset Text
7499
7500 \begin_layout Plain Layout
7501 出力
7502 \end_layout
7503
7504 \end_inset
7505 </cell>
7506 </row>
7507 <row>
7508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7509 \begin_inset Text
7510
7511 \begin_layout Plain Layout
7512
7513 \backslash
7514 gets
7515 \end_layout
7516
7517 \end_inset
7518 </cell>
7519 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7520 \begin_inset Text
7521
7522 \begin_layout Plain Layout
7523 \begin_inset Formula $\gets$
7524 \end_inset
7525
7526
7527 \end_layout
7528
7529 \end_inset
7530 </cell>
7531 </row>
7532 <row>
7533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7534 \begin_inset Text
7535
7536 \begin_layout Plain Layout
7537
7538 \backslash
7539 Leftarrow
7540 \end_layout
7541
7542 \end_inset
7543 </cell>
7544 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7545 \begin_inset Text
7546
7547 \begin_layout Plain Layout
7548 \begin_inset Formula $\Leftarrow$
7549 \end_inset
7550
7551
7552 \end_layout
7553
7554 \end_inset
7555 </cell>
7556 </row>
7557 <row>
7558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7559 \begin_inset Text
7560
7561 \begin_layout Plain Layout
7562
7563 \backslash
7564 longleftarrow
7565 \end_layout
7566
7567 \end_inset
7568 </cell>
7569 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7570 \begin_inset Text
7571
7572 \begin_layout Plain Layout
7573 \begin_inset Formula $\longleftarrow$
7574 \end_inset
7575
7576
7577 \end_layout
7578
7579 \end_inset
7580 </cell>
7581 </row>
7582 <row>
7583 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7584 \begin_inset Text
7585
7586 \begin_layout Plain Layout
7587
7588 \backslash
7589 Longleftarrow
7590 \end_layout
7591
7592 \end_inset
7593 </cell>
7594 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7595 \begin_inset Text
7596
7597 \begin_layout Plain Layout
7598 \begin_inset Formula $\Longleftarrow$
7599 \end_inset
7600
7601
7602 \end_layout
7603
7604 \end_inset
7605 </cell>
7606 </row>
7607 <row>
7608 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7609 \begin_inset Text
7610
7611 \begin_layout Plain Layout
7612
7613 \backslash
7614 leftharpoonup
7615 \end_layout
7616
7617 \end_inset
7618 </cell>
7619 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7620 \begin_inset Text
7621
7622 \begin_layout Plain Layout
7623 \begin_inset Formula $\leftharpoonup$
7624 \end_inset
7625
7626
7627 \end_layout
7628
7629 \end_inset
7630 </cell>
7631 </row>
7632 <row>
7633 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7634 \begin_inset Text
7635
7636 \begin_layout Plain Layout
7637
7638 \backslash
7639 leftharpoondown
7640 \end_layout
7641
7642 \end_inset
7643 </cell>
7644 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7645 \begin_inset Text
7646
7647 \begin_layout Plain Layout
7648 \begin_inset Formula $\leftharpoondown$
7649 \end_inset
7650
7651
7652 \end_layout
7653
7654 \end_inset
7655 </cell>
7656 </row>
7657 <row>
7658 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7659 \begin_inset Text
7660
7661 \begin_layout Plain Layout
7662
7663 \backslash
7664 hookleftarrow
7665 \end_layout
7666
7667 \end_inset
7668 </cell>
7669 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7670 \begin_inset Text
7671
7672 \begin_layout Plain Layout
7673 \begin_inset Formula $\hookleftarrow$
7674 \end_inset
7675
7676
7677 \end_layout
7678
7679 \end_inset
7680 </cell>
7681 </row>
7682 </lyxtabular>
7683
7684 \end_inset
7685
7686
7687 \begin_inset space \hfill{}
7688 \end_inset
7689
7690
7691 \begin_inset Tabular
7692 <lyxtabular version="3" rows="8" columns="2">
7693 <features rotate="0" tabularvalignment="middle">
7694 <column alignment="center" valignment="top" width="0pt">
7695 <column alignment="center" valignment="top" width="0pt">
7696 <row>
7697 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7698 \begin_inset Text
7699
7700 \begin_layout Plain Layout
7701 コマンド
7702 \end_layout
7703
7704 \end_inset
7705 </cell>
7706 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7707 \begin_inset Text
7708
7709 \begin_layout Plain Layout
7710 出力
7711 \end_layout
7712
7713 \end_inset
7714 </cell>
7715 </row>
7716 <row>
7717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7718 \begin_inset Text
7719
7720 \begin_layout Plain Layout
7721
7722 \backslash
7723 to
7724 \end_layout
7725
7726 \end_inset
7727 </cell>
7728 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7729 \begin_inset Text
7730
7731 \begin_layout Plain Layout
7732 \begin_inset Formula $\to$
7733 \end_inset
7734
7735
7736 \end_layout
7737
7738 \end_inset
7739 </cell>
7740 </row>
7741 <row>
7742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7743 \begin_inset Text
7744
7745 \begin_layout Plain Layout
7746
7747 \backslash
7748 Rightarrow
7749 \end_layout
7750
7751 \end_inset
7752 </cell>
7753 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7754 \begin_inset Text
7755
7756 \begin_layout Plain Layout
7757 \begin_inset Formula $\Rightarrow$
7758 \end_inset
7759
7760
7761 \end_layout
7762
7763 \end_inset
7764 </cell>
7765 </row>
7766 <row>
7767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7768 \begin_inset Text
7769
7770 \begin_layout Plain Layout
7771
7772 \backslash
7773 longrightarrow
7774 \end_layout
7775
7776 \end_inset
7777 </cell>
7778 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7779 \begin_inset Text
7780
7781 \begin_layout Plain Layout
7782 \begin_inset Formula $\longrightarrow$
7783 \end_inset
7784
7785
7786 \end_layout
7787
7788 \end_inset
7789 </cell>
7790 </row>
7791 <row>
7792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7793 \begin_inset Text
7794
7795 \begin_layout Plain Layout
7796
7797 \backslash
7798 Longrightarrow
7799 \end_layout
7800
7801 \end_inset
7802 </cell>
7803 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7804 \begin_inset Text
7805
7806 \begin_layout Plain Layout
7807 \begin_inset Formula $\Longrightarrow$
7808 \end_inset
7809
7810
7811 \end_layout
7812
7813 \end_inset
7814 </cell>
7815 </row>
7816 <row>
7817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7818 \begin_inset Text
7819
7820 \begin_layout Plain Layout
7821
7822 \backslash
7823 rightharpoonup
7824 \end_layout
7825
7826 \end_inset
7827 </cell>
7828 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7829 \begin_inset Text
7830
7831 \begin_layout Plain Layout
7832 \begin_inset Formula $\rightharpoonup$
7833 \end_inset
7834
7835
7836 \end_layout
7837
7838 \end_inset
7839 </cell>
7840 </row>
7841 <row>
7842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7843 \begin_inset Text
7844
7845 \begin_layout Plain Layout
7846
7847 \backslash
7848 rightharpoondown
7849 \end_layout
7850
7851 \end_inset
7852 </cell>
7853 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7854 \begin_inset Text
7855
7856 \begin_layout Plain Layout
7857 \begin_inset Formula $\rightharpoondown$
7858 \end_inset
7859
7860
7861 \end_layout
7862
7863 \end_inset
7864 </cell>
7865 </row>
7866 <row>
7867 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7868 \begin_inset Text
7869
7870 \begin_layout Plain Layout
7871
7872 \backslash
7873 hookrightarrow
7874 \end_layout
7875
7876 \end_inset
7877 </cell>
7878 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7879 \begin_inset Text
7880
7881 \begin_layout Plain Layout
7882 \begin_inset Formula $\hookrightarrow$
7883 \end_inset
7884
7885
7886 \end_layout
7887
7888 \end_inset
7889 </cell>
7890 </row>
7891 </lyxtabular>
7892
7893 \end_inset
7894
7895
7896 \begin_inset space \hfill{}
7897 \end_inset
7898
7899
7900 \end_layout
7901
7902 \begin_layout Standard
7903 \begin_inset space \hfill{}
7904 \end_inset
7905
7906
7907 \begin_inset Tabular
7908 <lyxtabular version="3" rows="6" columns="2">
7909 <features rotate="0" tabularvalignment="middle">
7910 <column alignment="center" valignment="top" width="0pt">
7911 <column alignment="center" valignment="top" width="0pt">
7912 <row>
7913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7914 \begin_inset Text
7915
7916 \begin_layout Plain Layout
7917 コマンド
7918 \end_layout
7919
7920 \end_inset
7921 </cell>
7922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7923 \begin_inset Text
7924
7925 \begin_layout Plain Layout
7926 出力
7927 \end_layout
7928
7929 \end_inset
7930 </cell>
7931 </row>
7932 <row>
7933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7934 \begin_inset Text
7935
7936 \begin_layout Plain Layout
7937
7938 \backslash
7939 leftrightarrow
7940 \end_layout
7941
7942 \end_inset
7943 </cell>
7944 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7945 \begin_inset Text
7946
7947 \begin_layout Plain Layout
7948 \begin_inset Formula $\leftrightarrow$
7949 \end_inset
7950
7951
7952 \end_layout
7953
7954 \end_inset
7955 </cell>
7956 </row>
7957 <row>
7958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7959 \begin_inset Text
7960
7961 \begin_layout Plain Layout
7962
7963 \backslash
7964 Leftrightarrow
7965 \end_layout
7966
7967 \end_inset
7968 </cell>
7969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7970 \begin_inset Text
7971
7972 \begin_layout Plain Layout
7973 \begin_inset Formula $\Leftrightarrow$
7974 \end_inset
7975
7976
7977 \end_layout
7978
7979 \end_inset
7980 </cell>
7981 </row>
7982 <row>
7983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7984 \begin_inset Text
7985
7986 \begin_layout Plain Layout
7987
7988 \backslash
7989 longleftrightarrow
7990 \end_layout
7991
7992 \end_inset
7993 </cell>
7994 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7995 \begin_inset Text
7996
7997 \begin_layout Plain Layout
7998 \begin_inset Formula $\longleftrightarrow$
7999 \end_inset
8000
8001
8002 \end_layout
8003
8004 \end_inset
8005 </cell>
8006 </row>
8007 <row>
8008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8009 \begin_inset Text
8010
8011 \begin_layout Plain Layout
8012
8013 \backslash
8014 Longleftrightarrow
8015 \end_layout
8016
8017 \end_inset
8018 </cell>
8019 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8020 \begin_inset Text
8021
8022 \begin_layout Plain Layout
8023 \begin_inset Formula $\Longleftrightarrow$
8024 \end_inset
8025
8026
8027 \end_layout
8028
8029 \end_inset
8030 </cell>
8031 </row>
8032 <row>
8033 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8034 \begin_inset Text
8035
8036 \begin_layout Plain Layout
8037
8038 \backslash
8039 rightleftharpoons
8040 \end_layout
8041
8042 \end_inset
8043 </cell>
8044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8045 \begin_inset Text
8046
8047 \begin_layout Plain Layout
8048 \begin_inset Formula $\rightleftharpoons$
8049 \end_inset
8050
8051
8052 \end_layout
8053
8054 \end_inset
8055 </cell>
8056 </row>
8057 </lyxtabular>
8058
8059 \end_inset
8060
8061
8062 \begin_inset space \hspace{}
8063 \length 25pt
8064 \end_inset
8065
8066
8067 \begin_inset space \hfill{}
8068 \end_inset
8069
8070
8071 \begin_inset Tabular
8072 <lyxtabular version="3" rows="5" columns="2">
8073 <features rotate="0" tabularvalignment="middle">
8074 <column alignment="center" valignment="top" width="0pt">
8075 <column alignment="center" valignment="top" width="0pt">
8076 <row>
8077 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8078 \begin_inset Text
8079
8080 \begin_layout Plain Layout
8081 コマンド
8082 \end_layout
8083
8084 \end_inset
8085 </cell>
8086 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8087 \begin_inset Text
8088
8089 \begin_layout Plain Layout
8090 出力
8091 \end_layout
8092
8093 \end_inset
8094 </cell>
8095 </row>
8096 <row>
8097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8098 \begin_inset Text
8099
8100 \begin_layout Plain Layout
8101
8102 \backslash
8103 mapsto
8104 \end_layout
8105
8106 \end_inset
8107 </cell>
8108 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8109 \begin_inset Text
8110
8111 \begin_layout Plain Layout
8112 \begin_inset Formula $\mapsto$
8113 \end_inset
8114
8115
8116 \end_layout
8117
8118 \end_inset
8119 </cell>
8120 </row>
8121 <row>
8122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8123 \begin_inset Text
8124
8125 \begin_layout Plain Layout
8126
8127 \backslash
8128 longmapsto
8129 \end_layout
8130
8131 \end_inset
8132 </cell>
8133 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8134 \begin_inset Text
8135
8136 \begin_layout Plain Layout
8137 \begin_inset Formula $\longmapsto$
8138 \end_inset
8139
8140
8141 \end_layout
8142
8143 \end_inset
8144 </cell>
8145 </row>
8146 <row>
8147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8148 \begin_inset Text
8149
8150 \begin_layout Plain Layout
8151
8152 \backslash
8153 leadsto
8154 \end_layout
8155
8156 \end_inset
8157 </cell>
8158 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8159 \begin_inset Text
8160
8161 \begin_layout Plain Layout
8162 \begin_inset Formula $\leadsto$
8163 \end_inset
8164
8165
8166 \end_layout
8167
8168 \end_inset
8169 </cell>
8170 </row>
8171 <row>
8172 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8173 \begin_inset Text
8174
8175 \begin_layout Plain Layout
8176
8177 \backslash
8178 dasharrow
8179 \end_layout
8180
8181 \end_inset
8182 </cell>
8183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8184 \begin_inset Text
8185
8186 \begin_layout Plain Layout
8187 \begin_inset Formula $\dasharrow$
8188 \end_inset
8189
8190
8191 \end_layout
8192
8193 \end_inset
8194 </cell>
8195 </row>
8196 </lyxtabular>
8197
8198 \end_inset
8199
8200
8201 \begin_inset space \hfill{}
8202 \end_inset
8203
8204
8205 \end_layout
8206
8207 \begin_layout Standard
8208 \begin_inset VSpace medskip
8209 \end_inset
8210
8211 たとえばベクトル記号の矢印のようにアクセントとして使用される矢印は、第
8212 \begin_inset CommandInset ref
8213 LatexCommand ref
8214 reference "sec:アクセント"
8215
8216 \end_inset
8217
8218 節に一覧があります。
8219 \end_layout
8220
8221 \begin_layout Standard
8222 \begin_inset VSpace bigskip
8223 \end_inset
8224
8225 さらに、ラベル付き矢印
8226 \begin_inset Index idx
8227 status collapsed
8228
8229 \begin_layout Plain Layout
8230 やじるし@矢印 ! らべるつき@ラベル付き
8231 \end_layout
8232
8233 \end_inset
8234
8235 として、
8236 \series bold
8237
8238 \backslash
8239 xleftarrow
8240 \series default
8241
8242 \begin_inset Index idx
8243 status collapsed
8244
8245 \begin_layout Plain Layout
8246 こまんど@コマンド ! X ! 
8247 \backslash
8248 xleftarrow
8249 \end_layout
8250
8251 \end_inset
8252
8253
8254 \series bold
8255
8256 \backslash
8257 xrightarrow
8258 \series default
8259
8260 \begin_inset Index idx
8261 status collapsed
8262
8263 \begin_layout Plain Layout
8264 こまんど@コマンド ! X ! 
8265 \backslash
8266 xrightarrow
8267 \begin_inset ERT
8268 status collapsed
8269
8270 \begin_layout Plain Layout
8271
8272
8273 \backslash
8274 vspace{4mm}
8275 \end_layout
8276
8277 \end_inset
8278
8279
8280 \end_layout
8281
8282 \end_inset
8283
8284 があります。これらのコマンドを数式に挿入すると、二つの青枠のついた矢印が現れるので、そこにラベルを入れることができます。矢印の長さは、ラベルの幅に応じて調整され
8285 ます。
8286 \end_layout
8287
8288 \begin_layout Standard
8289 \align center
8290 \begin_inset Tabular
8291 <lyxtabular version="3" rows="3" columns="2">
8292 <features rotate="0" tabularvalignment="middle">
8293 <column alignment="center" valignment="top" width="0pt">
8294 <column alignment="center" valignment="top" width="0pt">
8295 <row>
8296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8297 \begin_inset Text
8298
8299 \begin_layout Plain Layout
8300 コマンド
8301 \end_layout
8302
8303 \end_inset
8304 </cell>
8305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8306 \begin_inset Text
8307
8308 \begin_layout Plain Layout
8309 出力
8310 \begin_inset Note Note
8311 status collapsed
8312
8313 \begin_layout Plain Layout
8314 ここで
8315 \series bold
8316
8317 \backslash
8318 raisebox
8319 \series default
8320 はスペーサーとして使用しているだけです。
8321 \end_layout
8322
8323 \end_inset
8324
8325
8326 \end_layout
8327
8328 \end_inset
8329 </cell>
8330 </row>
8331 <row>
8332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8333 \begin_inset Text
8334
8335 \begin_layout Plain Layout
8336 F(a)
8337 \backslash
8338 xleftarrow
8339 \begin_inset space \textvisiblespace{}
8340 \end_inset
8341
8342 x=a
8343 \begin_inset Formula $\downarrow$
8344 \end_inset
8345
8346 x
8347 \begin_inset Formula $>$
8348 \end_inset
8349
8350 0
8351 \begin_inset Formula $\to$
8352 \end_inset
8353
8354 F(x)
8355 \end_layout
8356
8357 \end_inset
8358 </cell>
8359 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8360 \begin_inset Text
8361
8362 \begin_layout Plain Layout
8363 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
8364 \end_inset
8365
8366
8367 \end_layout
8368
8369 \end_inset
8370 </cell>
8371 </row>
8372 <row>
8373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8374 \begin_inset Text
8375
8376 \begin_layout Plain Layout
8377 F(x)
8378 \backslash
8379 xrightarrow
8380 \begin_inset space \textvisiblespace{}
8381 \end_inset
8382
8383 x=a
8384 \begin_inset Formula $\downarrow$
8385 \end_inset
8386
8387 x
8388 \begin_inset Formula $>$
8389 \end_inset
8390
8391 0
8392 \begin_inset Formula $\to$
8393 \end_inset
8394
8395 F(a)
8396 \end_layout
8397
8398 \end_inset
8399 </cell>
8400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8401 \begin_inset Text
8402
8403 \begin_layout Plain Layout
8404 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
8405 \end_inset
8406
8407
8408 \end_layout
8409
8410 \end_inset
8411 </cell>
8412 </row>
8413 </lyxtabular>
8414
8415 \end_inset
8416
8417
8418 \end_layout
8419
8420 \begin_layout Subsection
8421 垂直矢印および対角矢印
8422 \begin_inset Index idx
8423 status collapsed
8424
8425 \begin_layout Plain Layout
8426 やじるし@矢印 ! たいかく@対角
8427 \end_layout
8428
8429 \end_inset
8430
8431
8432 \begin_inset Index idx
8433 status collapsed
8434
8435 \begin_layout Plain Layout
8436 やじるし@矢印 ! すいちょく@垂直
8437 \end_layout
8438
8439 \end_inset
8440
8441
8442 \end_layout
8443
8444 \begin_layout Standard
8445 \begin_inset space \hfill{}
8446 \end_inset
8447
8448
8449 \begin_inset Tabular
8450 <lyxtabular version="3" rows="7" columns="2">
8451 <features rotate="0" tabularvalignment="middle">
8452 <column alignment="center" valignment="top" width="0pt">
8453 <column alignment="center" valignment="top" width="0pt">
8454 <row>
8455 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8456 \begin_inset Text
8457
8458 \begin_layout Plain Layout
8459 コマンド
8460 \end_layout
8461
8462 \end_inset
8463 </cell>
8464 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8465 \begin_inset Text
8466
8467 \begin_layout Plain Layout
8468 出力
8469 \end_layout
8470
8471 \end_inset
8472 </cell>
8473 </row>
8474 <row>
8475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8476 \begin_inset Text
8477
8478 \begin_layout Plain Layout
8479
8480 \backslash
8481 uparrow
8482 \end_layout
8483
8484 \end_inset
8485 </cell>
8486 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8487 \begin_inset Text
8488
8489 \begin_layout Plain Layout
8490 \begin_inset Formula $\uparrow$
8491 \end_inset
8492
8493
8494 \end_layout
8495
8496 \end_inset
8497 </cell>
8498 </row>
8499 <row>
8500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8501 \begin_inset Text
8502
8503 \begin_layout Plain Layout
8504
8505 \backslash
8506 Uparrow
8507 \end_layout
8508
8509 \end_inset
8510 </cell>
8511 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8512 \begin_inset Text
8513
8514 \begin_layout Plain Layout
8515 \begin_inset Formula $\Uparrow$
8516 \end_inset
8517
8518
8519 \end_layout
8520
8521 \end_inset
8522 </cell>
8523 </row>
8524 <row>
8525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8526 \begin_inset Text
8527
8528 \begin_layout Plain Layout
8529
8530 \backslash
8531 updownarrow
8532 \end_layout
8533
8534 \end_inset
8535 </cell>
8536 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8537 \begin_inset Text
8538
8539 \begin_layout Plain Layout
8540 \begin_inset Formula $\updownarrow$
8541 \end_inset
8542
8543
8544 \end_layout
8545
8546 \end_inset
8547 </cell>
8548 </row>
8549 <row>
8550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8551 \begin_inset Text
8552
8553 \begin_layout Plain Layout
8554
8555 \backslash
8556 Updownarrow
8557 \end_layout
8558
8559 \end_inset
8560 </cell>
8561 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8562 \begin_inset Text
8563
8564 \begin_layout Plain Layout
8565 \begin_inset Formula $\Updownarrow$
8566 \end_inset
8567
8568
8569 \end_layout
8570
8571 \end_inset
8572 </cell>
8573 </row>
8574 <row>
8575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8576 \begin_inset Text
8577
8578 \begin_layout Plain Layout
8579
8580 \backslash
8581 Downarrow
8582 \end_layout
8583
8584 \end_inset
8585 </cell>
8586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8587 \begin_inset Text
8588
8589 \begin_layout Plain Layout
8590 \begin_inset Formula $\Downarrow$
8591 \end_inset
8592
8593
8594 \end_layout
8595
8596 \end_inset
8597 </cell>
8598 </row>
8599 <row>
8600 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8601 \begin_inset Text
8602
8603 \begin_layout Plain Layout
8604
8605 \backslash
8606 downarrow
8607 \end_layout
8608
8609 \end_inset
8610 </cell>
8611 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8612 \begin_inset Text
8613
8614 \begin_layout Plain Layout
8615 \begin_inset Formula $\downarrow$
8616 \end_inset
8617
8618
8619 \end_layout
8620
8621 \end_inset
8622 </cell>
8623 </row>
8624 </lyxtabular>
8625
8626 \end_inset
8627
8628
8629 \begin_inset space \hfill{}
8630 \end_inset
8631
8632
8633 \begin_inset Tabular
8634 <lyxtabular version="3" rows="5" columns="2">
8635 <features rotate="0" tabularvalignment="middle">
8636 <column alignment="center" valignment="top" width="0pt">
8637 <column alignment="center" valignment="top" width="0pt">
8638 <row>
8639 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8640 \begin_inset Text
8641
8642 \begin_layout Plain Layout
8643 コマンド
8644 \end_layout
8645
8646 \end_inset
8647 </cell>
8648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8649 \begin_inset Text
8650
8651 \begin_layout Plain Layout
8652 出力
8653 \end_layout
8654
8655 \end_inset
8656 </cell>
8657 </row>
8658 <row>
8659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8660 \begin_inset Text
8661
8662 \begin_layout Plain Layout
8663
8664 \backslash
8665 nearrow
8666 \end_layout
8667
8668 \end_inset
8669 </cell>
8670 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8671 \begin_inset Text
8672
8673 \begin_layout Plain Layout
8674 \begin_inset Formula $\nearrow$
8675 \end_inset
8676
8677
8678 \end_layout
8679
8680 \end_inset
8681 </cell>
8682 </row>
8683 <row>
8684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8685 \begin_inset Text
8686
8687 \begin_layout Plain Layout
8688
8689 \backslash
8690 searrow
8691 \end_layout
8692
8693 \end_inset
8694 </cell>
8695 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8696 \begin_inset Text
8697
8698 \begin_layout Plain Layout
8699 \begin_inset Formula $\searrow$
8700 \end_inset
8701
8702
8703 \end_layout
8704
8705 \end_inset
8706 </cell>
8707 </row>
8708 <row>
8709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8710 \begin_inset Text
8711
8712 \begin_layout Plain Layout
8713
8714 \backslash
8715 swarrow
8716 \end_layout
8717
8718 \end_inset
8719 </cell>
8720 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8721 \begin_inset Text
8722
8723 \begin_layout Plain Layout
8724 \begin_inset Formula $\swarrow$
8725 \end_inset
8726
8727
8728 \end_layout
8729
8730 \end_inset
8731 </cell>
8732 </row>
8733 <row>
8734 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8735 \begin_inset Text
8736
8737 \begin_layout Plain Layout
8738
8739 \backslash
8740 nwarrow
8741 \end_layout
8742
8743 \end_inset
8744 </cell>
8745 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8746 \begin_inset Text
8747
8748 \begin_layout Plain Layout
8749 \begin_inset Formula $\nwarrow$
8750 \end_inset
8751
8752
8753 \end_layout
8754
8755 \end_inset
8756 </cell>
8757 </row>
8758 </lyxtabular>
8759
8760 \end_inset
8761
8762
8763 \begin_inset space \hfill{}
8764 \end_inset
8765
8766
8767 \end_layout
8768
8769 \begin_layout Standard
8770 \begin_inset VSpace medskip
8771 \end_inset
8772
8773 垂直矢印は、第
8774 \begin_inset CommandInset ref
8775 LatexCommand ref
8776 reference "sub:手動の括弧丈"
8777
8778 \end_inset
8779
8780 節および第
8781 \begin_inset CommandInset ref
8782 LatexCommand ref
8783 reference "sub:自動の括弧丈"
8784
8785 \end_inset
8786
8787 節に述べられているコマンドを使うと、区分記号として使用することもできます。伊藤の公式を用いて
8788 \end_layout
8789
8790 \begin_layout Section
8791 アクセント
8792 \begin_inset CommandInset label
8793 LatexCommand label
8794 name "sec:アクセント"
8795
8796 \end_inset
8797
8798
8799 \begin_inset Index idx
8800 status collapsed
8801
8802 \begin_layout Plain Layout
8803 あくせんと@アクセント
8804 \end_layout
8805
8806 \end_inset
8807
8808
8809 \end_layout
8810
8811 \begin_layout Standard
8812 アクセントは、数式ツールバーボタンの
8813 \begin_inset Graphics
8814         filename ../../images/math/hat.png
8815         scale 85
8816
8817 \end_inset
8818
8819 か、以下の各小節に列挙してあるコマンドで入力することができます。
8820 \end_layout
8821
8822 \begin_layout Subsection
8823 一文字に付けるアクセント
8824 \begin_inset ERT
8825 status collapsed
8826
8827 \begin_layout Plain Layout
8828
8829
8830 \backslash
8831 texorpdfstring{
8832 \end_layout
8833
8834 \end_inset
8835
8836
8837 \begin_inset Foot
8838 status collapsed
8839
8840 \begin_layout Plain Layout
8841 本文中のアクセントについては、第
8842 \begin_inset CommandInset ref
8843 LatexCommand ref
8844 reference "sub:文章中のアクセント"
8845
8846 \end_inset
8847
8848 節を参照。
8849 \end_layout
8850
8851 \end_inset
8852
8853
8854 \begin_inset ERT
8855 status collapsed
8856
8857 \begin_layout Plain Layout
8858
8859 }{}
8860 \end_layout
8861
8862 \end_inset
8863
8864
8865 \begin_inset Note Note
8866 status collapsed
8867
8868 \begin_layout Plain Layout
8869
8870 \series bold
8871
8872 \backslash
8873 texorpdfstring
8874 \series default
8875 は、PDFのしおりに脚注が現れるのを防ぐために使われています。
8876 \end_layout
8877
8878 \begin_layout Plain Layout
8879
8880 \series bold
8881
8882 \backslash
8883 texorpdfstring
8884 \series default
8885 についての詳細は、第
8886 \begin_inset CommandInset ref
8887 LatexCommand ref
8888 reference "sub:節見出し中の数式"
8889
8890 \end_inset
8891
8892 節にあります。
8893 \end_layout
8894
8895 \end_inset
8896
8897
8898 \begin_inset CommandInset label
8899 LatexCommand label
8900 name "sub:一文字に付けるアクセント"
8901
8902 \end_inset
8903
8904
8905 \begin_inset Index idx
8906 status collapsed
8907
8908 \begin_layout Plain Layout
8909 あくせんと@アクセント ! いちもじにつける@一文字に付ける
8910 \end_layout
8911
8912 \end_inset
8913
8914
8915 \end_layout
8916
8917 \begin_layout Standard
8918 \begin_inset space \hfill{}
8919 \end_inset
8920
8921
8922 \begin_inset Tabular
8923 <lyxtabular version="3" rows="8" columns="2">
8924 <features rotate="0" tabularvalignment="middle">
8925 <column alignment="center" valignment="top" width="0pt">
8926 <column alignment="center" valignment="top" width="0pt">
8927 <row>
8928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8929 \begin_inset Text
8930
8931 \begin_layout Plain Layout
8932 コマンド
8933 \end_layout
8934
8935 \end_inset
8936 </cell>
8937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8938 \begin_inset Text
8939
8940 \begin_layout Plain Layout
8941 出力
8942 \begin_inset Note Note
8943 status collapsed
8944
8945 \begin_layout Plain Layout
8946 ここで
8947 \series bold
8948
8949 \backslash
8950 raisebox
8951 \series default
8952 はスペーサーとして使用しているだけです。
8953 \end_layout
8954
8955 \end_inset
8956
8957
8958 \end_layout
8959
8960 \end_inset
8961 </cell>
8962 </row>
8963 <row>
8964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8965 \begin_inset Text
8966
8967 \begin_layout Plain Layout
8968
8969 \backslash
8970 dot
8971 \begin_inset space \textvisiblespace{}
8972 \end_inset
8973
8974 A
8975 \end_layout
8976
8977 \end_inset
8978 </cell>
8979 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8980 \begin_inset Text
8981
8982 \begin_layout Plain Layout
8983 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
8984 \end_inset
8985
8986
8987 \end_layout
8988
8989 \end_inset
8990 </cell>
8991 </row>
8992 <row>
8993 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8994 \begin_inset Text
8995
8996 \begin_layout Plain Layout
8997
8998 \backslash
8999 ddot
9000 \begin_inset space \textvisiblespace{}
9001 \end_inset
9002
9003 A
9004 \end_layout
9005
9006 \end_inset
9007 </cell>
9008 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9009 \begin_inset Text
9010
9011 \begin_layout Plain Layout
9012 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9013 \end_inset
9014
9015
9016 \end_layout
9017
9018 \end_inset
9019 </cell>
9020 </row>
9021 <row>
9022 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9023 \begin_inset Text
9024
9025 \begin_layout Plain Layout
9026
9027 \backslash
9028 dddot
9029 \begin_inset space \textvisiblespace{}
9030 \end_inset
9031
9032 A
9033 \end_layout
9034
9035 \end_inset
9036 </cell>
9037 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9038 \begin_inset Text
9039
9040 \begin_layout Plain Layout
9041 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9042 \end_inset
9043
9044
9045 \end_layout
9046
9047 \end_inset
9048 </cell>
9049 </row>
9050 <row>
9051 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9052 \begin_inset Text
9053
9054 \begin_layout Plain Layout
9055
9056 \backslash
9057 ddddot
9058 \begin_inset space \textvisiblespace{}
9059 \end_inset
9060
9061 A
9062 \end_layout
9063
9064 \end_inset
9065 </cell>
9066 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9067 \begin_inset Text
9068
9069 \begin_layout Plain Layout
9070 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9071 \end_inset
9072
9073
9074 \end_layout
9075
9076 \end_inset
9077 </cell>
9078 </row>
9079 <row>
9080 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9081 \begin_inset Text
9082
9083 \begin_layout Plain Layout
9084
9085 \backslash
9086 vec
9087 \begin_inset space \textvisiblespace{}
9088 \end_inset
9089
9090 A
9091 \begin_inset Index idx
9092 status collapsed
9093
9094 \begin_layout Plain Layout
9095
9096 \lang english
9097 Vectors
9098 \end_layout
9099
9100 \end_inset
9101
9102
9103 \end_layout
9104
9105 \end_inset
9106 </cell>
9107 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9108 \begin_inset Text
9109
9110 \begin_layout Plain Layout
9111 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9112 \end_inset
9113
9114
9115 \end_layout
9116
9117 \end_inset
9118 </cell>
9119 </row>
9120 <row>
9121 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9122 \begin_inset Text
9123
9124 \begin_layout Plain Layout
9125
9126 \backslash
9127 bar
9128 \begin_inset space \textvisiblespace{}
9129 \end_inset
9130
9131 A
9132 \end_layout
9133
9134 \end_inset
9135 </cell>
9136 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9137 \begin_inset Text
9138
9139 \begin_layout Plain Layout
9140 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9141 \end_inset
9142
9143
9144 \end_layout
9145
9146 \end_inset
9147 </cell>
9148 </row>
9149 <row>
9150 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9151 \begin_inset Text
9152
9153 \begin_layout Plain Layout
9154
9155 \backslash
9156 mathring
9157 \begin_inset space \textvisiblespace{}
9158 \end_inset
9159
9160 A
9161 \end_layout
9162
9163 \end_inset
9164 </cell>
9165 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9166 \begin_inset Text
9167
9168 \begin_layout Plain Layout
9169 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9170 \end_inset
9171
9172
9173 \end_layout
9174
9175 \end_inset
9176 </cell>
9177 </row>
9178 </lyxtabular>
9179
9180 \end_inset
9181
9182
9183 \begin_inset space \hfill{}
9184 \end_inset
9185
9186
9187 \begin_inset Tabular
9188 <lyxtabular version="3" rows="7" columns="2">
9189 <features rotate="0" tabularvalignment="middle">
9190 <column alignment="center" valignment="top" width="0pt">
9191 <column alignment="center" valignment="top" width="0pt">
9192 <row>
9193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9194 \begin_inset Text
9195
9196 \begin_layout Plain Layout
9197 コマンド
9198 \end_layout
9199
9200 \end_inset
9201 </cell>
9202 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9203 \begin_inset Text
9204
9205 \begin_layout Plain Layout
9206 出力
9207 \end_layout
9208
9209 \end_inset
9210 </cell>
9211 </row>
9212 <row>
9213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9214 \begin_inset Text
9215
9216 \begin_layout Plain Layout
9217
9218 \backslash
9219 tilde
9220 \begin_inset space \textvisiblespace{}
9221 \end_inset
9222
9223 A
9224 \end_layout
9225
9226 \end_inset
9227 </cell>
9228 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9229 \begin_inset Text
9230
9231 \begin_layout Plain Layout
9232 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
9233 \end_inset
9234
9235
9236 \end_layout
9237
9238 \end_inset
9239 </cell>
9240 </row>
9241 <row>
9242 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9243 \begin_inset Text
9244
9245 \begin_layout Plain Layout
9246
9247 \backslash
9248 hat
9249 \begin_inset space \textvisiblespace{}
9250 \end_inset
9251
9252 A
9253 \end_layout
9254
9255 \end_inset
9256 </cell>
9257 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9258 \begin_inset Text
9259
9260 \begin_layout Plain Layout
9261 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
9262 \end_inset
9263
9264
9265 \end_layout
9266
9267 \end_inset
9268 </cell>
9269 </row>
9270 <row>
9271 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9272 \begin_inset Text
9273
9274 \begin_layout Plain Layout
9275
9276 \backslash
9277 check
9278 \begin_inset space \textvisiblespace{}
9279 \end_inset
9280
9281 A
9282 \end_layout
9283
9284 \end_inset
9285 </cell>
9286 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9287 \begin_inset Text
9288
9289 \begin_layout Plain Layout
9290 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
9291 \end_inset
9292
9293
9294 \end_layout
9295
9296 \end_inset
9297 </cell>
9298 </row>
9299 <row>
9300 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9301 \begin_inset Text
9302
9303 \begin_layout Plain Layout
9304
9305 \backslash
9306 acute
9307 \begin_inset space \textvisiblespace{}
9308 \end_inset
9309
9310 A
9311 \end_layout
9312
9313 \end_inset
9314 </cell>
9315 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9316 \begin_inset Text
9317
9318 \begin_layout Plain Layout
9319 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
9320 \end_inset
9321
9322
9323 \end_layout
9324
9325 \end_inset
9326 </cell>
9327 </row>
9328 <row>
9329 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9330 \begin_inset Text
9331
9332 \begin_layout Plain Layout
9333
9334 \backslash
9335 grave
9336 \begin_inset space \textvisiblespace{}
9337 \end_inset
9338
9339 A
9340 \end_layout
9341
9342 \end_inset
9343 </cell>
9344 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9345 \begin_inset Text
9346
9347 \begin_layout Plain Layout
9348 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
9349 \end_inset
9350
9351
9352 \end_layout
9353
9354 \end_inset
9355 </cell>
9356 </row>
9357 <row>
9358 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9359 \begin_inset Text
9360
9361 \begin_layout Plain Layout
9362
9363 \backslash
9364 breve
9365 \begin_inset space \textvisiblespace{}
9366 \end_inset
9367
9368 A
9369 \end_layout
9370
9371 \end_inset
9372 </cell>
9373 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9374 \begin_inset Text
9375
9376 \begin_layout Plain Layout
9377 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
9378 \end_inset
9379
9380
9381 \end_layout
9382
9383 \end_inset
9384 </cell>
9385 </row>
9386 </lyxtabular>
9387
9388 \end_inset
9389
9390
9391 \begin_inset space \hfill{}
9392 \end_inset
9393
9394
9395 \end_layout
9396
9397 \begin_layout Standard
9398 \begin_inset VSpace bigskip
9399 \end_inset
9400
9401
9402 \end_layout
9403
9404 \begin_layout Standard
9405 \begin_inset ERT
9406 status collapsed
9407
9408 \begin_layout Plain Layout
9409
9410
9411 \backslash
9412 '{e}
9413 \end_layout
9414
9415 \end_inset
9416
9417 のようなアクセントは、数式に直接入れることができます。LyXは、それを対応するアクセントコマンドに変換します。ウムラウト
9418 \begin_inset Index idx
9419 status collapsed
9420
9421 \begin_layout Plain Layout
9422 うむらうと@ウムラウト
9423 \end_layout
9424
9425 \end_inset
9426
9427 に関しては、母音の前に引用符を挿入する方法の方がよいでしょう。ウムラウトのある数式部分がドイツ語に指定してあれば、LaTeXは、引用符と母音をまとめて一つの文字
9428 として取り扱います。
9429 \series bold
9430
9431 \backslash
9432 ddot
9433 \series default
9434 と違い、この方法では、以下の例に示すように「本物の」ウムラウトが作られます。
9435 \end_layout
9436
9437 \begin_layout Standard
9438 \begin_inset VSpace -2mm
9439 \end_inset
9440
9441
9442 \end_layout
9443
9444 \begin_layout Standard
9445 \align center
9446 \begin_inset Tabular
9447 <lyxtabular version="3" rows="3" columns="2">
9448 <features rotate="0" tabularvalignment="middle">
9449 <column alignment="center" valignment="top">
9450 <column alignment="center" valignment="top">
9451 <row>
9452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9453 \begin_inset Text
9454
9455 \begin_layout Plain Layout
9456 コマンド
9457 \end_layout
9458
9459 \end_inset
9460 </cell>
9461 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9462 \begin_inset Text
9463
9464 \begin_layout Plain Layout
9465 出力
9466 \begin_inset Note Note
9467 status collapsed
9468
9469 \begin_layout Plain Layout
9470 ここで
9471 \series bold
9472
9473 \backslash
9474 raisebox
9475 \series default
9476 および0ポイント空白はスペーサーとして使用しているだけです。
9477 \end_layout
9478
9479 \end_inset
9480
9481
9482 \end_layout
9483
9484 \end_inset
9485 </cell>
9486 </row>
9487 <row>
9488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9489 \begin_inset Text
9490
9491 \begin_layout Plain Layout
9492 \begin_inset Quotes grd
9493 \end_inset
9494
9495 i
9496 \end_layout
9497
9498 \end_inset
9499 </cell>
9500 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9501 \begin_inset Text
9502
9503 \begin_layout Plain Layout
9504
9505 \lang ngerman
9506 \begin_inset space \hspace{}
9507 \length 0pt
9508 \end_inset
9509
9510
9511 \begin_inset Formula $"i$
9512 \end_inset
9513
9514
9515 \end_layout
9516
9517 \end_inset
9518 </cell>
9519 </row>
9520 <row>
9521 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9522 \begin_inset Text
9523
9524 \begin_layout Plain Layout
9525
9526 \backslash
9527 ddot
9528 \begin_inset space \textvisiblespace{}
9529 \end_inset
9530
9531 i
9532 \end_layout
9533
9534 \end_inset
9535 </cell>
9536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9537 \begin_inset Text
9538
9539 \begin_layout Plain Layout
9540 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
9541 \end_inset
9542
9543
9544 \end_layout
9545
9546 \end_inset
9547 </cell>
9548 </row>
9549 </lyxtabular>
9550
9551 \end_inset
9552
9553
9554 \end_layout
9555
9556 \begin_layout Standard
9557
9558 \series bold
9559
9560 \backslash
9561 ddot
9562 \series default
9563 に比べて良いもう一つの利点は、上記のアクセントコマンドが
9564 \emph on
9565 数式中テキストでは使用できない
9566 \emph default
9567 のに対し、ウムラウトは直接数式中テキストに変換されることです。(アクセントコマンドによる)アクセント付き文字を数式中テキストに変換すると、アクセントの下にある文
9568 字しか変換されません。これは、たとえばイタリック体やボールド体への変換など、他のすべての変換に関しても言えることです。
9569 \end_layout
9570
9571 \begin_layout Standard
9572 ウムラウトと他のアクセント付き文字は、数式中テキストに直接入れることができます。
9573 \end_layout
9574
9575 \begin_layout Subsection
9576 複数の文字に付けるアクセント
9577 \begin_inset Index idx
9578 status collapsed
9579
9580 \begin_layout Plain Layout
9581 あくせんと@アクセント ! ふくすうのもじにつける@複数の文字に付ける
9582 \end_layout
9583
9584 \end_inset
9585
9586
9587 \end_layout
9588
9589 \begin_layout Standard
9590 \begin_inset space \hfill{}
9591 \end_inset
9592
9593
9594 \begin_inset Tabular
9595 <lyxtabular version="3" rows="5" columns="2">
9596 <features rotate="0" tabularvalignment="middle">
9597 <column alignment="center" valignment="top" width="0pt">
9598 <column alignment="center" valignment="top" width="0pt">
9599 <row>
9600 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9601 \begin_inset Text
9602
9603 \begin_layout Plain Layout
9604 コマンド
9605 \end_layout
9606
9607 \end_inset
9608 </cell>
9609 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9610 \begin_inset Text
9611
9612 \begin_layout Plain Layout
9613 出力
9614 \begin_inset Note Note
9615 status collapsed
9616
9617 \begin_layout Plain Layout
9618 ここで
9619 \series bold
9620
9621 \backslash
9622 raisebox
9623 \series default
9624 はスペーサーとして使用しているだけです。
9625 \end_layout
9626
9627 \end_inset
9628
9629
9630 \end_layout
9631
9632 \end_inset
9633 </cell>
9634 </row>
9635 <row>
9636 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9637 \begin_inset Text
9638
9639 \begin_layout Plain Layout
9640
9641 \backslash
9642 overleftarrow
9643 \begin_inset space \textvisiblespace{}
9644 \end_inset
9645
9646 A=B
9647 \end_layout
9648
9649 \end_inset
9650 </cell>
9651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9652 \begin_inset Text
9653
9654 \begin_layout Plain Layout
9655 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
9656 \end_inset
9657
9658
9659 \end_layout
9660
9661 \end_inset
9662 </cell>
9663 </row>
9664 <row>
9665 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9666 \begin_inset Text
9667
9668 \begin_layout Plain Layout
9669
9670 \backslash
9671 underleftarrow
9672 \begin_inset space \textvisiblespace{}
9673 \end_inset
9674
9675 A=B
9676 \end_layout
9677
9678 \end_inset
9679 </cell>
9680 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9681 \begin_inset Text
9682
9683 \begin_layout Plain Layout
9684 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
9685 \end_inset
9686
9687
9688 \end_layout
9689
9690 \end_inset
9691 </cell>
9692 </row>
9693 <row>
9694 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9695 \begin_inset Text
9696
9697 \begin_layout Plain Layout
9698
9699 \backslash
9700 overleftrightarrow
9701 \begin_inset space \textvisiblespace{}
9702 \end_inset
9703
9704 A=B
9705 \end_layout
9706
9707 \end_inset
9708 </cell>
9709 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9710 \begin_inset Text
9711
9712 \begin_layout Plain Layout
9713 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
9714 \end_inset
9715
9716
9717 \end_layout
9718
9719 \end_inset
9720 </cell>
9721 </row>
9722 <row>
9723 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9724 \begin_inset Text
9725
9726 \begin_layout Plain Layout
9727
9728 \backslash
9729 underleftrightarrow
9730 \begin_inset space \textvisiblespace{}
9731 \end_inset
9732
9733 A=B
9734 \end_layout
9735
9736 \end_inset
9737 </cell>
9738 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9739 \begin_inset Text
9740
9741 \begin_layout Plain Layout
9742 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
9743 \end_inset
9744
9745
9746 \end_layout
9747
9748 \end_inset
9749 </cell>
9750 </row>
9751 </lyxtabular>
9752
9753 \end_inset
9754
9755
9756 \begin_inset space \hfill{}
9757 \end_inset
9758
9759
9760 \begin_inset Tabular
9761 <lyxtabular version="3" rows="5" columns="2">
9762 <features rotate="0" tabularvalignment="middle">
9763 <column alignment="center" valignment="top" width="0pt">
9764 <column alignment="center" valignment="top" width="0pt">
9765 <row>
9766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9767 \begin_inset Text
9768
9769 \begin_layout Plain Layout
9770 コマンド
9771 \end_layout
9772
9773 \end_inset
9774 </cell>
9775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9776 \begin_inset Text
9777
9778 \begin_layout Plain Layout
9779 出力
9780 \end_layout
9781
9782 \end_inset
9783 </cell>
9784 </row>
9785 <row>
9786 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9787 \begin_inset Text
9788
9789 \begin_layout Plain Layout
9790
9791 \backslash
9792 overrightarrow
9793 \begin_inset space \textvisiblespace{}
9794 \end_inset
9795
9796 A=B
9797 \end_layout
9798
9799 \end_inset
9800 </cell>
9801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9802 \begin_inset Text
9803
9804 \begin_layout Plain Layout
9805 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
9806 \end_inset
9807
9808
9809 \end_layout
9810
9811 \end_inset
9812 </cell>
9813 </row>
9814 <row>
9815 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9816 \begin_inset Text
9817
9818 \begin_layout Plain Layout
9819
9820 \backslash
9821 underrightarrow
9822 \begin_inset space \textvisiblespace{}
9823 \end_inset
9824
9825 A=B
9826 \end_layout
9827
9828 \end_inset
9829 </cell>
9830 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9831 \begin_inset Text
9832
9833 \begin_layout Plain Layout
9834 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
9835 \end_inset
9836
9837
9838 \end_layout
9839
9840 \end_inset
9841 </cell>
9842 </row>
9843 <row>
9844 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9845 \begin_inset Text
9846
9847 \begin_layout Plain Layout
9848
9849 \backslash
9850 widetilde
9851 \begin_inset space \textvisiblespace{}
9852 \end_inset
9853
9854 A=B
9855 \end_layout
9856
9857 \end_inset
9858 </cell>
9859 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9860 \begin_inset Text
9861
9862 \begin_layout Plain Layout
9863 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
9864 \end_inset
9865
9866
9867 \end_layout
9868
9869 \end_inset
9870 </cell>
9871 </row>
9872 <row>
9873 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9874 \begin_inset Text
9875
9876 \begin_layout Plain Layout
9877
9878 \backslash
9879 widehat
9880 \begin_inset space \textvisiblespace{}
9881 \end_inset
9882
9883 A=B
9884 \end_layout
9885
9886 \end_inset
9887 </cell>
9888 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9889 \begin_inset Text
9890
9891 \begin_layout Plain Layout
9892 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
9893 \end_inset
9894
9895
9896 \end_layout
9897
9898 \end_inset
9899 </cell>
9900 </row>
9901 </lyxtabular>
9902
9903 \end_inset
9904
9905
9906 \begin_inset space \hfill{}
9907 \end_inset
9908
9909
9910 \end_layout
9911
9912 \begin_layout Standard
9913 \begin_inset VSpace medskip
9914 \end_inset
9915
9916 これらのコマンドでは、好きなだけ多くの文字にアクセントを付けることができます。しかし、
9917 \series bold
9918
9919 \backslash
9920 widetilde
9921 \series default
9922 および
9923 \series bold
9924
9925 \backslash
9926 widehat
9927 \series default
9928 のアクセントは、以下の例のように、出力では3文字分の長さにしかなりません。
9929 \begin_inset Formula 
9930 \[
9931 \widetilde{A+B=C-D}
9932 \]
9933
9934 \end_inset
9935
9936
9937 \end_layout
9938
9939 \begin_layout Standard
9940 前小節で述べた
9941 \series bold
9942
9943 \backslash
9944 overset
9945 \series default
9946
9947 \begin_inset Index idx
9948 status collapsed
9949
9950 \begin_layout Plain Layout
9951 こまんど@コマンド ! O ! 
9952 \backslash
9953 overset
9954 \end_layout
9955
9956 \end_inset
9957
9958 コマンドと
9959 \series bold
9960
9961 \backslash
9962 underset
9963 \series default
9964
9965 \begin_inset Index idx
9966 status collapsed
9967
9968 \begin_layout Plain Layout
9969 こまんど@コマンド ! U ! 
9970 \backslash
9971 underset
9972 \end_layout
9973
9974 \end_inset
9975
9976 コマンドを使っても、複数の文字にアクセントを付けることができます。
9977 \series bold
9978
9979 \backslash
9980 underset
9981 \begin_inset space \textvisiblespace{}
9982 \end_inset
9983
9984 A=B
9985 \begin_inset Formula $\downarrow$
9986 \end_inset
9987
9988 ***
9989 \series default
9990 というコマンドは、
9991 \begin_inset Formula 
9992 \[
9993 \underset{***}{A=B}
9994 \]
9995
9996 \end_inset
9997
9998 のようになります。
9999 \end_layout
10000
10001 \begin_layout Section
10002 空白
10003 \begin_inset CommandInset label
10004 LatexCommand label
10005 name "sub:空白"
10006
10007 \end_inset
10008
10009
10010 \begin_inset Index idx
10011 status collapsed
10012
10013 \begin_layout Plain Layout
10014 くうはく@空白 ! すいへい@水平
10015 \end_layout
10016
10017 \end_inset
10018
10019
10020 \end_layout
10021
10022 \begin_layout Subsection
10023 定義済みの空白
10024 \begin_inset CommandInset label
10025 LatexCommand label
10026 name "sub:定義済みの空白"
10027
10028 \end_inset
10029
10030
10031 \begin_inset Index idx
10032 status collapsed
10033
10034 \begin_layout Plain Layout
10035 くうはく@空白 ! すいへい@水平 ! ていぎずみ@定義済み
10036 \end_layout
10037
10038 \end_inset
10039
10040
10041 \end_layout
10042
10043 \begin_layout Standard
10044 数式に水平方向の空白を挿入することが、必要になることがあります。これは、保護された空白(
10045 \begin_inset Flex Ruby
10046 status collapsed
10047
10048 \begin_layout Plain Layout
10049 捷径
10050 \begin_inset Argument post:1
10051 status collapsed
10052
10053 \begin_layout Plain Layout
10054 ショートカット
10055 \end_layout
10056
10057 \end_inset
10058
10059
10060 \end_layout
10061
10062 \end_inset
10063
10064
10065 \begin_inset Info
10066 type  "shortcut"
10067 arg   "space-insert protected"
10068 \end_inset
10069
10070 )を挿入することで実現できます。「
10071 \color blue
10072
10073 \begin_inset space \textvisiblespace{}
10074 \end_inset
10075
10076
10077 \color inherit
10078 」が現れるので、
10079 \family sans
10080 Space
10081 \family default
10082 を何回か押すことによって、8種の異なる長さの空白のうち一つを選択することができます。空白は、数式ツールバーボタンの
10083 \begin_inset Graphics
10084         filename ../../images/math/space.png
10085         scale 85
10086
10087 \end_inset
10088
10089 を押すか、特定のコマンドを入力することで、挿入することができます。挿入したコマンド如何に関わらず、直後に
10090 \family sans
10091 Space
10092 \family default
10093 を押すことによって、長さを変更することができます。
10094 \end_layout
10095
10096 \begin_layout Standard
10097 \noindent
10098 \align center
10099 \begin_inset Tabular
10100 <lyxtabular version="3" rows="3" columns="7">
10101 <features rotate="0" tabularvalignment="middle">
10102 <column alignment="center" valignment="middle" width="6.8cm">
10103 <column alignment="center" valignment="top">
10104 <column alignment="center" valignment="top">
10105 <column alignment="center" valignment="top">
10106 <column alignment="center" valignment="top">
10107 <column alignment="center" valignment="top">
10108 <column alignment="center" valignment="top">
10109 <row>
10110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10111 \begin_inset Text
10112
10113 \begin_layout Plain Layout
10114 コマンド
10115 \end_layout
10116
10117 \end_inset
10118 </cell>
10119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10120 \begin_inset Text
10121
10122 \begin_layout Plain Layout
10123
10124 \backslash
10125 ,
10126 \end_layout
10127
10128 \end_inset
10129 </cell>
10130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10131 \begin_inset Text
10132
10133 \begin_layout Plain Layout
10134
10135 \backslash
10136 :
10137 \end_layout
10138
10139 \end_inset
10140 </cell>
10141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10142 \begin_inset Text
10143
10144 \begin_layout Plain Layout
10145
10146 \backslash
10147 ;
10148 \end_layout
10149
10150 \end_inset
10151 </cell>
10152 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10153 \begin_inset Text
10154
10155 \begin_layout Plain Layout
10156
10157 \backslash
10158 quad
10159 \end_layout
10160
10161 \end_inset
10162 </cell>
10163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10164 \begin_inset Text
10165
10166 \begin_layout Plain Layout
10167
10168 \backslash
10169 qquad
10170 \end_layout
10171
10172 \end_inset
10173 </cell>
10174 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10175 \begin_inset Text
10176
10177 \begin_layout Plain Layout
10178
10179 \backslash
10180 !
10181 \end_layout
10182
10183 \end_inset
10184 </cell>
10185 </row>
10186 <row>
10187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10188 \begin_inset Text
10189
10190 \begin_layout Plain Layout
10191 保護された空白を挿入したのち、
10192 \family sans
10193 Space
10194 \family default
10195 を叩く回数
10196 \end_layout
10197
10198 \end_inset
10199 </cell>
10200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10201 \begin_inset Text
10202
10203 \begin_layout Plain Layout
10204 0
10205 \end_layout
10206
10207 \end_inset
10208 </cell>
10209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10210 \begin_inset Text
10211
10212 \begin_layout Plain Layout
10213 1
10214 \end_layout
10215
10216 \end_inset
10217 </cell>
10218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10219 \begin_inset Text
10220
10221 \begin_layout Plain Layout
10222 2
10223 \end_layout
10224
10225 \end_inset
10226 </cell>
10227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10228 \begin_inset Text
10229
10230 \begin_layout Plain Layout
10231 3
10232 \end_layout
10233
10234 \end_inset
10235 </cell>
10236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10237 \begin_inset Text
10238
10239 \begin_layout Plain Layout
10240 4
10241 \end_layout
10242
10243 \end_inset
10244 </cell>
10245 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10246 \begin_inset Text
10247
10248 \begin_layout Plain Layout
10249 5
10250 \end_layout
10251
10252 \end_inset
10253 </cell>
10254 </row>
10255 <row>
10256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10257 \begin_inset Text
10258
10259 \begin_layout Plain Layout
10260 出力
10261 \end_layout
10262
10263 \end_inset
10264 </cell>
10265 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10266 \begin_inset Text
10267
10268 \begin_layout Plain Layout
10269 \begin_inset Formula $A\, B$
10270 \end_inset
10271
10272
10273 \end_layout
10274
10275 \end_inset
10276 </cell>
10277 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10278 \begin_inset Text
10279
10280 \begin_layout Plain Layout
10281 \begin_inset Formula $A\: B$
10282 \end_inset
10283
10284
10285 \end_layout
10286
10287 \end_inset
10288 </cell>
10289 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10290 \begin_inset Text
10291
10292 \begin_layout Plain Layout
10293 \begin_inset Formula $A\; B$
10294 \end_inset
10295
10296
10297 \end_layout
10298
10299 \end_inset
10300 </cell>
10301 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10302 \begin_inset Text
10303
10304 \begin_layout Plain Layout
10305 \begin_inset Formula $A\quad B$
10306 \end_inset
10307
10308
10309 \end_layout
10310
10311 \end_inset
10312 </cell>
10313 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10314 \begin_inset Text
10315
10316 \begin_layout Plain Layout
10317 \begin_inset Formula $A\qquad B$
10318 \end_inset
10319
10320
10321 \end_layout
10322
10323 \end_inset
10324 </cell>
10325 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10326 \begin_inset Text
10327
10328 \begin_layout Plain Layout
10329 \begin_inset Formula $A\! B$
10330 \end_inset
10331
10332
10333 \end_layout
10334
10335 \end_inset
10336 </cell>
10337 </row>
10338 </lyxtabular>
10339
10340 \end_inset
10341
10342
10343 \end_layout
10344
10345 \begin_layout Standard
10346 一番右の長さは、一見、空白を生まないように見えます。実はこれは負の長さなので、他の長さと異なり、LyX中では赤で表示されます。以下のように、他にもう二つ、負の長
10347 さの空白があります。
10348 \end_layout
10349
10350 \begin_layout Standard
10351 \align center
10352 \begin_inset Tabular
10353 <lyxtabular version="3" rows="3" columns="3">
10354 <features rotate="0" tabularvalignment="middle">
10355 <column alignment="center" valignment="middle" width="6.8cm">
10356 <column alignment="center" valignment="top" width="0pt">
10357 <column alignment="center" valignment="top" width="0pt">
10358 <row>
10359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10360 \begin_inset Text
10361
10362 \begin_layout Plain Layout
10363 コマンド
10364 \end_layout
10365
10366 \end_inset
10367 </cell>
10368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10369 \begin_inset Text
10370
10371 \begin_layout Plain Layout
10372
10373 \backslash
10374 negmedspace
10375 \end_layout
10376
10377 \end_inset
10378 </cell>
10379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10380 \begin_inset Text
10381
10382 \begin_layout Plain Layout
10383
10384 \backslash
10385 negthickspace
10386 \end_layout
10387
10388 \end_inset
10389 </cell>
10390 </row>
10391 <row>
10392 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10393 \begin_inset Text
10394
10395 \begin_layout Plain Layout
10396 保護された空白を挿入したのち、
10397 \family sans
10398 Space
10399 \family default
10400 を叩く回数
10401 \end_layout
10402
10403 \end_inset
10404 </cell>
10405 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10406 \begin_inset Text
10407
10408 \begin_layout Plain Layout
10409 6
10410 \end_layout
10411
10412 \end_inset
10413 </cell>
10414 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10415 \begin_inset Text
10416
10417 \begin_layout Plain Layout
10418 7
10419 \end_layout
10420
10421 \end_inset
10422 </cell>
10423 </row>
10424 <row>
10425 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10426 \begin_inset Text
10427
10428 \begin_layout Plain Layout
10429 出力
10430 \end_layout
10431
10432 \end_inset
10433 </cell>
10434 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10435 \begin_inset Text
10436
10437 \begin_layout Plain Layout
10438 \begin_inset Formula $A\negmedspace B$
10439 \end_inset
10440
10441
10442 \end_layout
10443
10444 \end_inset
10445 </cell>
10446 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10447 \begin_inset Text
10448
10449 \begin_layout Plain Layout
10450 \begin_inset Formula $A\negthickspace B$
10451 \end_inset
10452
10453
10454 \end_layout
10455
10456 \end_inset
10457 </cell>
10458 </row>
10459 </lyxtabular>
10460
10461 \end_inset
10462
10463
10464 \end_layout
10465
10466 \begin_layout Standard
10467 負の空白を使うと、文字が重なってしまうことがあります。これを利用して、合字処理を強制することができます。これは、たとえば以下のように、和演算子に使えます。
10468 \end_layout
10469
10470 \begin_layout Standard
10471 \align center
10472 \begin_inset Tabular
10473 <lyxtabular version="3" rows="3" columns="2">
10474 <features rotate="0" tabularvalignment="middle">
10475 <column alignment="center" valignment="top">
10476 <column alignment="center" valignment="top">
10477 <row>
10478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10479 \begin_inset Text
10480
10481 \begin_layout Plain Layout
10482 コマンド
10483 \end_layout
10484
10485 \end_inset
10486 </cell>
10487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10488 \begin_inset Text
10489
10490 \begin_layout Plain Layout
10491 出力
10492 \begin_inset Note Note
10493 status collapsed
10494
10495 \begin_layout Plain Layout
10496 ここで
10497 \series bold
10498
10499 \backslash
10500 raisebox
10501 \series default
10502 はスペーサーとして使用しているだけです。
10503 \end_layout
10504
10505 \end_inset
10506
10507
10508 \end_layout
10509
10510 \end_inset
10511 </cell>
10512 </row>
10513 <row>
10514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10515 \begin_inset Text
10516
10517 \begin_layout Plain Layout
10518
10519 \backslash
10520 sum
10521 \backslash
10522 sum
10523 \begin_inset space \textvisiblespace{}
10524 \end_inset
10525
10526 f_kl
10527 \end_layout
10528
10529 \end_inset
10530 </cell>
10531 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10532 \begin_inset Text
10533
10534 \begin_layout Plain Layout
10535 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
10536 \end_inset
10537
10538
10539 \end_layout
10540
10541 \end_inset
10542 </cell>
10543 </row>
10544 <row>
10545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10546 \begin_inset Text
10547
10548 \begin_layout Plain Layout
10549
10550 \backslash
10551 sum
10552 \backslash
10553 negmedspace
10554 \backslash
10555 sum
10556 \begin_inset space \textvisiblespace{}
10557 \end_inset
10558
10559 f_kl
10560 \end_layout
10561
10562 \end_inset
10563 </cell>
10564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10565 \begin_inset Text
10566
10567 \begin_layout Plain Layout
10568 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
10569 \end_inset
10570
10571
10572 \end_layout
10573
10574 \end_inset
10575 </cell>
10576 </row>
10577 </lyxtabular>
10578
10579 \end_inset
10580
10581
10582 \end_layout
10583
10584 \begin_layout Standard
10585 イコール記号などの関係子は、つねに空白を前後に伴うようになっていますが、これを抑制するには、イコール記号をTeX括弧で囲みます。以下の例にこれを示します。
10586 \end_layout
10587
10588 \begin_layout Standard
10589 \align center
10590 \begin_inset Tabular
10591 <lyxtabular version="3" rows="2" columns="2">
10592 <features rotate="0" tabularvalignment="middle">
10593 <column alignment="center" valignment="top" width="0pt">
10594 <column alignment="center" valignment="top" width="0pt">
10595 <row>
10596 <cell alignment="center" valignment="top" usebox="none">
10597 \begin_inset Text
10598
10599 \begin_layout Plain Layout
10600 通常の数式
10601 \end_layout
10602
10603 \end_inset
10604 </cell>
10605 <cell alignment="center" valignment="top" usebox="none">
10606 \begin_inset Text
10607
10608 \begin_layout Plain Layout
10609 \begin_inset Formula $A=B$
10610 \end_inset
10611
10612
10613 \end_layout
10614
10615 \end_inset
10616 </cell>
10617 </row>
10618 <row>
10619 <cell alignment="center" valignment="top" usebox="none">
10620 \begin_inset Text
10621
10622 \begin_layout Plain Layout
10623 \begin_inset Note Note
10624 status collapsed
10625
10626 \begin_layout Plain Layout
10627 ここで
10628 \series bold
10629
10630 \backslash
10631 raisebox
10632 \series default
10633 はスペーサーとして使用しているだけです。
10634 \end_layout
10635
10636 \end_inset
10637
10638
10639 \begin_inset Formula $\raisebox{5mm}{}$
10640 \end_inset
10641
10642 空白なしの数式
10643 \end_layout
10644
10645 \end_inset
10646 </cell>
10647 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
10648 \begin_inset Text
10649
10650 \begin_layout Plain Layout
10651 \begin_inset Formula $A{=}B$
10652 \end_inset
10653
10654
10655 \end_layout
10656
10657 \end_inset
10658 </cell>
10659 </row>
10660 </lyxtabular>
10661
10662 \end_inset
10663
10664
10665 \end_layout
10666
10667 \begin_layout Standard
10668 \noindent
10669 二行目の数式を作るコマンドは、
10670 \series bold
10671 A
10672 \backslash
10673 {=
10674 \begin_inset Formula $\to$
10675 \end_inset
10676
10677 B
10678 \series default
10679 です。
10680 \end_layout
10681
10682 \begin_layout Standard
10683 \begin_inset VSpace bigskip
10684 \end_inset
10685
10686 物理単位には、値と単位のあいだに通常の空白ではなく、最小の空白を入れる必要があるために、それに適した空白が必要です。本文中の単位には、挿入\SpecialChar \menuseparator
10687 整形\SpecialChar \menuseparator
10688 小空白メニュー(
10689 \begin_inset Flex Ruby
10690 status collapsed
10691
10692 \begin_layout Plain Layout
10693 捷径
10694 \begin_inset Argument post:1
10695 status collapsed
10696
10697 \begin_layout Plain Layout
10698 ショートカット
10699 \end_layout
10700
10701 \end_inset
10702
10703
10704 \end_layout
10705
10706 \end_inset
10707
10708
10709 \begin_inset Info
10710 type  "shortcut"
10711 arg   "space-insert thin"
10712 \end_inset
10713
10714 )で、最小の空白を挿入することができます。
10715 \end_layout
10716
10717 \begin_layout Standard
10718 違いを示す例を以下に掲げます。
10719 \end_layout
10720
10721 \begin_layout Standard
10722 \begin_inset Tabular
10723 <lyxtabular version="3" rows="2" columns="2">
10724 <features rotate="0" tabularvalignment="middle">
10725 <column alignment="left" valignment="top">
10726 <column alignment="left" valignment="top">
10727 <row>
10728 <cell alignment="center" valignment="top" usebox="none">
10729 \begin_inset Text
10730
10731 \begin_layout Plain Layout
10732 24 kW
10733 \begin_inset Formula $\cdot$
10734 \end_inset
10735
10736 h
10737 \end_layout
10738
10739 \end_inset
10740 </cell>
10741 <cell alignment="center" valignment="top" usebox="none">
10742 \begin_inset Text
10743
10744 \begin_layout Plain Layout
10745 値と単位のあいだに通常の空白を入れた例
10746 \end_layout
10747
10748 \end_inset
10749 </cell>
10750 </row>
10751 <row>
10752 <cell alignment="center" valignment="top" usebox="none">
10753 \begin_inset Text
10754
10755 \begin_layout Plain Layout
10756 24
10757 \begin_inset space \thinspace{}
10758 \end_inset
10759
10760 kW
10761 \begin_inset Formula $\cdot$
10762 \end_inset
10763
10764 h
10765 \end_layout
10766
10767 \end_inset
10768 </cell>
10769 <cell alignment="center" valignment="top" usebox="none">
10770 \begin_inset Text
10771
10772 \begin_layout Plain Layout
10773 値と単位のあいだに最小の空白を入れた例
10774 \end_layout
10775
10776 \end_inset
10777 </cell>
10778 </row>
10779 </lyxtabular>
10780
10781 \end_inset
10782
10783
10784 \end_layout
10785
10786 \begin_layout Subsection
10787 可変長の空白
10788 \begin_inset ERT
10789 status collapsed
10790
10791 \begin_layout Plain Layout
10792
10793
10794 \backslash
10795 texorpdfstring{
10796 \end_layout
10797
10798 \end_inset
10799
10800
10801 \begin_inset Foot
10802 status collapsed
10803
10804 \begin_layout Plain Layout
10805 数式中の垂直方向の空白については、第
10806 \begin_inset CommandInset ref
10807 LatexCommand ref
10808 reference "sub:行間"
10809
10810 \end_inset
10811
10812 節をご覧下さい。
10813 \end_layout
10814
10815 \end_inset
10816
10817
10818 \begin_inset ERT
10819 status collapsed
10820
10821 \begin_layout Plain Layout
10822
10823 }{}
10824 \end_layout
10825
10826 \end_inset
10827
10828
10829 \begin_inset Note Note
10830 status collapsed
10831
10832 \begin_layout Plain Layout
10833
10834 \backslash
10835 texorpdfstringは、PDFのしおりに脚注が現れるのを防ぐために使われています。
10836 \end_layout
10837
10838 \begin_layout Plain Layout
10839
10840 \backslash
10841 texorpdfstringについての詳細は、第
10842 \begin_inset CommandInset ref
10843 LatexCommand ref
10844 reference "sub:節見出し中の数式"
10845
10846 \end_inset
10847
10848 節にあります。
10849 \end_layout
10850
10851 \end_inset
10852
10853
10854 \begin_inset CommandInset label
10855 LatexCommand label
10856 name "sub:可変長の空白"
10857
10858 \end_inset
10859
10860
10861 \begin_inset Index idx
10862 status collapsed
10863
10864 \begin_layout Plain Layout
10865 くうはく@空白 ! すいへいほうこう@水平方向 ! かへんちょう@可変長
10866 \end_layout
10867
10868 \end_inset
10869
10870
10871 \end_layout
10872
10873 \begin_layout Standard
10874 指定した長さの空白が、
10875 \series bold
10876
10877 \backslash
10878 hspace
10879 \series default
10880
10881 \begin_inset Index idx
10882 status collapsed
10883
10884 \begin_layout Plain Layout
10885 こまんど@コマンド ! H ! 
10886 \backslash
10887 hspace
10888 \end_layout
10889
10890 \end_inset
10891
10892 コマンドで入力することができます。すると、ながい「
10893 \color blue
10894
10895 \begin_inset space \textvisiblespace{}
10896 \end_inset
10897
10898
10899 \color inherit
10900 」が現れます。長さは、「
10901 \color blue
10902
10903 \begin_inset space \textvisiblespace{}
10904 \end_inset
10905
10906
10907 \color inherit
10908 」を左クリックすることによって指定することができます。長さは負の値でも構いません。数式が使用できる空白をすべて使い尽くすだけの空白を挿入するには、
10909 \series bold
10910
10911 \backslash
10912 hfill
10913 \series default
10914
10915 \begin_inset Index idx
10916 status collapsed
10917
10918 \begin_layout Plain Layout
10919 こまんど@コマンド ! H ! 
10920 \backslash
10921 hfill
10922 \end_layout
10923
10924 \end_inset
10925
10926 コマンドを使用します。
10927 \end_layout
10928
10929 \begin_layout Standard
10930 \begin_inset VSpace -1mm
10931 \end_inset
10932
10933
10934 \end_layout
10935
10936 \begin_layout Standard
10937 \align center
10938 \begin_inset Tabular
10939 <lyxtabular version="3" rows="4" columns="2">
10940 <features rotate="0" tabularvalignment="middle">
10941 <column alignment="center" valignment="top">
10942 <column alignment="center" valignment="top">
10943 <row>
10944 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10945 \begin_inset Text
10946
10947 \begin_layout Plain Layout
10948 コマンド(
10949 \backslash
10950 hspace 長さ)
10951 \end_layout
10952
10953 \end_inset
10954 </cell>
10955 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10956 \begin_inset Text
10957
10958 \begin_layout Plain Layout
10959 出力
10960 \end_layout
10961
10962 \end_inset
10963 </cell>
10964 </row>
10965 <row>
10966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10967 \begin_inset Text
10968
10969 \begin_layout Plain Layout
10970 A=B
10971 \backslash
10972 hspace
10973 \begin_inset space \textvisiblespace{}
10974 \end_inset
10975
10976
10977 \begin_inset Formula $\to$
10978 \end_inset
10979
10980 A
10981 \backslash
10982 not=C (3
10983 \begin_inset space \thinspace{}
10984 \end_inset
10985
10986 cm)
10987 \end_layout
10988
10989 \end_inset
10990 </cell>
10991 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10992 \begin_inset Text
10993
10994 \begin_layout Plain Layout
10995 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
10996 \end_inset
10997
10998
10999 \end_layout
11000
11001 \end_inset
11002 </cell>
11003 </row>
11004 <row>
11005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11006 \begin_inset Text
11007
11008 \begin_layout Plain Layout
11009 A
11010 \backslash
11011 hspace
11012 \begin_inset space \textvisiblespace{}
11013 \end_inset
11014
11015
11016 \begin_inset Formula $\to$
11017 \end_inset
11018
11019 A
11020 \backslash
11021 not=A (-1
11022 \begin_inset space \thinspace{}
11023 \end_inset
11024
11025 mm)
11026 \end_layout
11027
11028 \end_inset
11029 </cell>
11030 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11031 \begin_inset Text
11032
11033 \begin_layout Plain Layout
11034 \begin_inset Formula $A\hspace{-1mm}A\not=A$
11035 \end_inset
11036
11037
11038 \end_layout
11039
11040 \end_inset
11041 </cell>
11042 </row>
11043 <row>
11044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11045 \begin_inset Text
11046
11047 \begin_layout Plain Layout
11048 A=A
11049 \backslash
11050 hfill
11051 \begin_inset space \textvisiblespace{}
11052 \end_inset
11053
11054 B=B
11055 \end_layout
11056
11057 \end_inset
11058 </cell>
11059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11060 \begin_inset Text
11061
11062 \begin_layout Plain Layout
11063 \begin_inset Formula $A=A\hfill B=B$
11064 \end_inset
11065
11066
11067 \end_layout
11068
11069 \end_inset
11070 </cell>
11071 </row>
11072 </lyxtabular>
11073
11074 \end_inset
11075
11076
11077 \end_layout
11078
11079 \begin_layout Standard
11080 上記の最後の例では、使用できる空白は、表の列中もっとも長い要素によって規定されます。行内数式では、空白は、
11081 \series bold
11082
11083 \backslash
11084 hfill
11085 \series default
11086 が挿入された行の長さに依存します。つまり、その行が全幅を使用している場合、空白はまったく作られません。また
11087 \series bold
11088
11089 \backslash
11090 hfill
11091 \series default
11092 は、別行立て数式中では、
11093 \series bold
11094 行頭下げ
11095 \series default
11096 数式スタイルが使われているときのみ、意味を持ちます(数式スタイルは第
11097 \begin_inset CommandInset ref
11098 LatexCommand ref
11099 reference "sec:数式様式"
11100
11101 \end_inset
11102
11103 節で説明されています)。
11104 \end_layout
11105
11106 \begin_layout Standard
11107
11108 \series bold
11109
11110 \backslash
11111 hfill
11112 \series default
11113 の他にも、空白を模様で埋める
11114 \series bold
11115
11116 \backslash
11117 dotfill
11118 \series default
11119
11120 \series bold
11121
11122 \backslash
11123 hrulefill
11124 \series default
11125 といったコマンドがあります。用例については第
11126 \begin_inset CommandInset ref
11127 LatexCommand ref
11128 reference "sub:省略符号"
11129
11130 \end_inset
11131
11132 節をご参照下さい。
11133 \end_layout
11134
11135 \begin_layout Standard
11136 本文中では、可変長空白は、
11137 \family sans
11138 挿入\SpecialChar \menuseparator
11139 整形\SpecialChar \menuseparator
11140 水平方向の空白
11141 \family default
11142 メニューで挿入することができます。
11143 \end_layout
11144
11145 \begin_layout Standard
11146 (例)
11147 \end_layout
11148
11149 \begin_layout Standard
11150 この行には、
11151 \begin_inset space \hspace{}
11152 \length 2cm
11153 \end_inset
11154
11155 2
11156 \begin_inset space \thinspace{}
11157 \end_inset
11158
11159 cmの空白が入っています。
11160 \end_layout
11161
11162 \begin_layout Standard
11163 この行には、
11164 \begin_inset space \hfill{}
11165 \end_inset
11166
11167 最大の空白が入っています。
11168 \end_layout
11169
11170 \begin_layout Subsection
11171 行内数式周りの空白
11172 \begin_inset Index idx
11173 status collapsed
11174
11175 \begin_layout Plain Layout
11176 くうはく@空白 ! ぎょうないすうしきまわり@行内数式周り
11177 \end_layout
11178
11179 \end_inset
11180
11181
11182 \end_layout
11183
11184 \begin_layout Standard
11185 行内数式前後の空白は、長さ
11186 \series bold
11187
11188 \backslash
11189 mathsurround
11190 \begin_inset Index idx
11191 status collapsed
11192
11193 \begin_layout Plain Layout
11194 こまんど@コマンド ! M ! 
11195 \backslash
11196 mathsurround
11197 \end_layout
11198
11199 \end_inset
11200
11201
11202 \series default
11203 を使って調節することができます。長さの値は、以下の書式を持つ
11204 \series bold
11205
11206 \backslash
11207 setlength
11208 \begin_inset Index idx
11209 status collapsed
11210
11211 \begin_layout Plain Layout
11212 こまんど@コマンド ! S ! 
11213 \backslash
11214 setlength
11215 \end_layout
11216
11217 \end_inset
11218
11219
11220 \series default
11221 コマンドを使って設定することができます。
11222 \end_layout
11223
11224 \begin_layout Standard
11225
11226 \series bold
11227
11228 \backslash
11229 setlength{長さ名}{値}
11230 \end_layout
11231
11232 \begin_layout Standard
11233
11234 \series bold
11235
11236 \backslash
11237 mathsurround
11238 \series default
11239 を5
11240 \begin_inset space \thinspace{}
11241 \end_inset
11242
11243 mmの値に設定するには、以下のコマンド
11244 \end_layout
11245
11246 \begin_layout Standard
11247
11248 \series bold
11249
11250 \backslash
11251 setlength{
11252 \backslash
11253 mathsurround}{5mm}
11254 \end_layout
11255
11256 \begin_layout Standard
11257 をTeXモードで挿入します。すると、5
11258 \begin_inset space \thinspace{}
11259 \end_inset
11260
11261 mmの空白がすべての行内数式の前後に設定されることになります。
11262 \begin_inset ERT
11263 status collapsed
11264
11265 \begin_layout Plain Layout
11266
11267
11268 \backslash
11269 setlength{
11270 \backslash
11271 mathsurround}{5mm}
11272 \end_layout
11273
11274 \end_inset
11275
11276
11277 \end_layout
11278
11279 \begin_layout Standard
11280 この行には、周囲に5
11281 \begin_inset space \thinspace{}
11282 \end_inset
11283
11284 mmの余白を設定した行内数式
11285 \begin_inset Formula $A=B$
11286 \end_inset
11287
11288 があります。
11289 \begin_inset ERT
11290 status collapsed
11291
11292 \begin_layout Plain Layout
11293
11294
11295 \backslash
11296 setlength{
11297 \backslash
11298 mathsurround}{0pt}
11299 \end_layout
11300
11301 \end_inset
11302
11303
11304 \end_layout
11305
11306 \begin_layout Standard
11307 既定値に戻すには、
11308 \series bold
11309
11310 \backslash
11311 mathsurround
11312 \series default
11313 を0
11314 \begin_inset space \thinspace{}
11315 \end_inset
11316
11317 ptの値に戻して下さい。
11318 \end_layout
11319
11320 \begin_layout Section
11321 ボックスと枠
11322 \begin_inset Index idx
11323 status collapsed
11324
11325 \begin_layout Plain Layout
11326 ぼっくす@ボックス
11327 \end_layout
11328
11329 \end_inset
11330
11331
11332 \begin_inset Index idx
11333 status collapsed
11334
11335 \begin_layout Plain Layout
11336 わく@枠 | see
11337 \begin_inset ERT
11338 status collapsed
11339
11340 \begin_layout Plain Layout
11341
11342 {
11343 \end_layout
11344
11345 \end_inset
11346
11347 ボックス
11348 \begin_inset ERT
11349 status collapsed
11350
11351 \begin_layout Plain Layout
11352
11353 }
11354 \end_layout
11355
11356 \end_inset
11357
11358
11359 \end_layout
11360
11361 \end_inset
11362
11363
11364 \end_layout
11365
11366 \begin_layout Standard
11367 本文中のボックスについては、取扱説明書
11368 \family typewriter
11369 埋め込みオブジェクト篇
11370 \family default
11371
11372 \family typewriter
11373 Boxes
11374 \family default
11375 の章に述べられています。
11376 \end_layout
11377
11378 \begin_layout Subsection
11379 縁付きボックス
11380 \begin_inset CommandInset label
11381 LatexCommand label
11382 name "sub:縁付きボックス"
11383
11384 \end_inset
11385
11386
11387 \begin_inset Index idx
11388 status collapsed
11389
11390 \begin_layout Plain Layout
11391 ぼっくす@ボックス ! ふちつき@縁付き
11392 \end_layout
11393
11394 \end_inset
11395
11396
11397 \end_layout
11398
11399 \begin_layout Standard
11400
11401 \series bold
11402
11403 \backslash
11404 fbox
11405 \series default
11406
11407 \begin_inset Index idx
11408 status collapsed
11409
11410 \begin_layout Plain Layout
11411 こまんど@コマンド ! F ! 
11412 \backslash
11413 fbox
11414 \end_layout
11415
11416 \end_inset
11417
11418 コマンドや
11419 \series bold
11420
11421 \backslash
11422 boxed
11423 \series default
11424
11425 \begin_inset Index idx
11426 status collapsed
11427
11428 \begin_layout Plain Layout
11429 こまんど@コマンド ! B ! 
11430 \backslash
11431 boxed
11432 \end_layout
11433
11434 \end_inset
11435
11436 コマンドを使えば、数式やその一部を枠の中に入れることができます。
11437 \end_layout
11438
11439 \begin_layout Standard
11440 どちらかのコマンドを数式に挿入すると、枠の中に青枠が現れ、数式の断片を入れることができます。
11441 \series bold
11442
11443 \backslash
11444 fbox
11445 \series default
11446 の場合には、そのままではボックスの中身が数式テキストとして取り扱われてしまうので、
11447 \family sans
11448 Ctrl+M
11449 \family default
11450 を使って、このボックスの中にもう一度数式を作らなくてはなりません。
11451 \series bold
11452
11453 \backslash
11454 boxed
11455 \series default
11456 を使った場合には、新しい数式が自動的に枠内に作られます。
11457 \end_layout
11458
11459 \begin_layout Standard
11460
11461 \series bold
11462
11463 \backslash
11464 fbox
11465 \series default
11466 コマンドは、数式がつねに本文の大きさに設定されてしまうので、別行立て数式に枠を付けるのには適していません。逆に
11467 \series bold
11468
11469 \backslash
11470 boxed
11471 \series default
11472 は、数式がつねに別行立て数式の大きさに設定されてしまうので、行内数式に枠をつけるのには適していません。
11473 \end_layout
11474
11475 \begin_layout Standard
11476
11477 \series bold
11478
11479 \backslash
11480 fbox
11481 \series default
11482 の拡張として、枠幅と配置も指定することができる
11483 \series bold
11484
11485 \backslash
11486 framebox
11487 \series default
11488
11489 \begin_inset Index idx
11490 status collapsed
11491
11492 \begin_layout Plain Layout
11493 こまんど@コマンド ! F ! 
11494 \backslash
11495 framebox
11496 \end_layout
11497
11498 \end_inset
11499
11500 コマンドがあります。
11501 \series bold
11502
11503 \backslash
11504 framebox
11505 \series default
11506 は、以下の書式を持ちます。
11507 \end_layout
11508
11509 \begin_layout Standard
11510
11511 \series bold
11512
11513 \backslash
11514 framebox[枠幅][位置]{ボックスの内容}
11515 \end_layout
11516
11517 \begin_layout Standard
11518 「位置」は、
11519 \emph on
11520 l
11521 \emph default
11522
11523 \emph on
11524 r
11525 \emph default
11526 の値をとります。
11527 \emph on
11528 l
11529 \emph default
11530 は、ボックス中で数式を左寄せ、
11531 \emph on
11532 r
11533 \emph default
11534 は右寄せにします。位置を指定しない時には、数式は中央揃えになります。
11535 \begin_inset Newline newline
11536 \end_inset
11537
11538 「枠幅」を指定しない時には、位置を指定することができません。この場合には、
11539 \series bold
11540
11541 \backslash
11542 fbox
11543 \series default
11544 と同様、枠幅がボックスの内容に応じて調節されるのです。
11545 \end_layout
11546
11547 \begin_layout Standard
11548
11549 \series bold
11550
11551 \backslash
11552 framebox
11553 \series default
11554 コマンドを挿入すると、三つの青枠を含むボックスが現れます。最初の二つの枠は括弧で囲まれており、二つとも非必須の変数であることを意味します。三つ目の枠は、
11555 \series bold
11556
11557 \backslash
11558 fbox
11559 \series default
11560 同様、数式の断片を入れるためのものです。
11561 \end_layout
11562
11563 \begin_layout Standard
11564 \align center
11565 \begin_inset Tabular
11566 <lyxtabular version="3" rows="5" columns="2">
11567 <features rotate="0" tabularvalignment="middle">
11568 <column alignment="center" valignment="top">
11569 <column alignment="center" valignment="top">
11570 <row>
11571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11572 \begin_inset Text
11573
11574 \begin_layout Plain Layout
11575 コマンド
11576 \end_layout
11577
11578 \end_inset
11579 </cell>
11580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11581 \begin_inset Text
11582
11583 \begin_layout Plain Layout
11584 出力
11585 \begin_inset Note Note
11586 status collapsed
11587
11588 \begin_layout Plain Layout
11589 ここで
11590 \series bold
11591
11592 \backslash
11593 raisebox
11594 \series default
11595 はスペーサーとして使用しているだけです。
11596 \end_layout
11597
11598 \end_inset
11599
11600
11601 \end_layout
11602
11603 \end_inset
11604 </cell>
11605 </row>
11606 <row>
11607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11608 \begin_inset Text
11609
11610 \begin_layout Plain Layout
11611
11612 \backslash
11613 fbox
11614 \begin_inset space \textvisiblespace{}
11615 \end_inset
11616
11617
11618 \family sans
11619 Ctrl+M
11620 \family default
11621  
11622 \backslash
11623 int
11624 \begin_inset space \textvisiblespace{}
11625 \end_inset
11626
11627 A=B
11628 \end_layout
11629
11630 \end_inset
11631 </cell>
11632 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11633 \begin_inset Text
11634
11635 \begin_layout Plain Layout
11636 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
11637 \end_inset
11638
11639
11640 \end_layout
11641
11642 \end_inset
11643 </cell>
11644 </row>
11645 <row>
11646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11647 \begin_inset Text
11648
11649 \begin_layout Plain Layout
11650
11651 \backslash
11652 boxed
11653 \begin_inset space \textvisiblespace{}
11654 \end_inset
11655
11656
11657 \backslash
11658 int
11659 \begin_inset space \textvisiblespace{}
11660 \end_inset
11661
11662 A=B
11663 \end_layout
11664
11665 \end_inset
11666 </cell>
11667 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11668 \begin_inset Text
11669
11670 \begin_layout Plain Layout
11671 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
11672 \end_inset
11673
11674
11675 \end_layout
11676
11677 \end_inset
11678 </cell>
11679 </row>
11680 <row>
11681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11682 \begin_inset Text
11683
11684 \begin_layout Plain Layout
11685 A+
11686 \backslash
11687 fbox
11688 \begin_inset space \textvisiblespace{}
11689 \end_inset
11690
11691 B
11692 \end_layout
11693
11694 \end_inset
11695 </cell>
11696 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11697 \begin_inset Text
11698
11699 \begin_layout Plain Layout
11700 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
11701 \end_inset
11702
11703
11704 \end_layout
11705
11706 \end_inset
11707 </cell>
11708 </row>
11709 <row>
11710 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11711 \begin_inset Text
11712
11713 \begin_layout Plain Layout
11714
11715 \backslash
11716 framebox
11717 \begin_inset space \textvisiblespace{}
11718 \end_inset
11719
11720 20mm
11721 \begin_inset Formula $\to$
11722 \end_inset
11723
11724
11725 \begin_inset Formula $\to$
11726 \end_inset
11727
11728
11729 \family sans
11730 Ctrl+M
11731 \family default
11732  
11733 \backslash
11734 frac
11735 \begin_inset space \textvisiblespace{}
11736 \end_inset
11737
11738 A
11739 \begin_inset Formula $\downarrow$
11740 \end_inset
11741
11742 B
11743 \end_layout
11744
11745 \end_inset
11746 </cell>
11747 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11748 \begin_inset Text
11749
11750 \begin_layout Plain Layout
11751 \begin_inset Formula $\raisebox{6mm}{}$
11752 \end_inset
11753
11754
11755 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
11756 \end_inset
11757
11758
11759 \begin_inset Formula $\raisebox{-4mm}{}$
11760 \end_inset
11761
11762
11763 \end_layout
11764
11765 \end_inset
11766 </cell>
11767 </row>
11768 </lyxtabular>
11769
11770 \end_inset
11771
11772
11773 \end_layout
11774
11775 \begin_layout Standard
11776 枠の厚みも調節可能です。そのためには、以下のコマンドを数式の前にTeXモードで挿入しなくてはなりません。
11777 \end_layout
11778
11779 \begin_layout Standard
11780
11781 \series bold
11782
11783 \backslash
11784 fboxrule
11785 \series default
11786  
11787 \series bold
11788
11789 \begin_inset Quotes eld
11790 \end_inset
11791
11792 厚み
11793 \begin_inset Quotes erd
11794 \end_inset
11795
11796
11797 \series default
11798  
11799 \series bold
11800
11801 \backslash
11802 fboxsep
11803 \series default
11804  
11805 \series bold
11806
11807 \begin_inset Quotes eld
11808 \end_inset
11809
11810 距離
11811 \begin_inset Quotes erd
11812 \end_inset
11813
11814
11815 \end_layout
11816
11817 \begin_layout Standard
11818 \begin_inset Quotes eld
11819 \end_inset
11820
11821 距離
11822 \begin_inset Quotes erd
11823 \end_inset
11824
11825 は、枠とボックス内の一文字目との間の距離を示します。これを使った例として、以下の枠付き数式をご覧下さい。
11826 \begin_inset ERT
11827 status collapsed
11828
11829 \begin_layout Plain Layout
11830
11831
11832 \backslash
11833 fboxrule 2mm 
11834 \backslash
11835 fboxsep 3mm
11836 \end_layout
11837
11838 \end_inset
11839
11840
11841 \begin_inset Formula 
11842 \[
11843 \boxed{A+B=C}
11844 \]
11845
11846 \end_inset
11847
11848 この数式の直前には、
11849 \end_layout
11850
11851 \begin_layout Standard
11852
11853 \series bold
11854
11855 \backslash
11856 fboxrule
11857 \series default
11858  
11859 \series bold
11860 2mm
11861 \series default
11862  
11863 \series bold
11864
11865 \backslash
11866 fboxsep
11867 \series default
11868  
11869 \series bold
11870 3mm
11871 \end_layout
11872
11873 \begin_layout Standard
11874 というコマンドが、TeXモードで挿入されています。ここで与えられた値は、以後のすべてのボックスに適用されます。
11875 \end_layout
11876
11877 \begin_layout Standard
11878 標準の枠寸法に戻すには、
11879 \end_layout
11880
11881 \begin_layout Standard
11882
11883 \series bold
11884
11885 \backslash
11886 fboxrule
11887 \series default
11888  
11889 \series bold
11890 0.4pt
11891 \series default
11892  
11893 \series bold
11894
11895 \backslash
11896 fboxsep
11897 \series default
11898  
11899 \series bold
11900 3pt
11901 \series default
11902
11903 \begin_inset ERT
11904 status collapsed
11905
11906 \begin_layout Plain Layout
11907
11908
11909 \backslash
11910 fboxrule 0.4pt 
11911 \backslash
11912 fboxsep 3pt
11913 \end_layout
11914
11915 \end_inset
11916
11917
11918 \end_layout
11919
11920 \begin_layout Standard
11921 というコマンドを、次の数式が始まる前にTeXモードで挿入しておきます。
11922 \end_layout
11923
11924 \begin_layout Subsection
11925 縁なしボックス
11926 \begin_inset CommandInset label
11927 LatexCommand label
11928 name "sub:枠なしボックス"
11929
11930 \end_inset
11931
11932
11933 \begin_inset Index idx
11934 status collapsed
11935
11936 \begin_layout Plain Layout
11937 ぼっくす@ボックス ! わくなし@枠なし
11938 \end_layout
11939
11940 \end_inset
11941
11942
11943 \end_layout
11944
11945 \begin_layout Standard
11946 縁のないボックスを作るには、
11947 \series bold
11948
11949 \backslash
11950 mbox
11951 \series default
11952
11953 \begin_inset Index idx
11954 status collapsed
11955
11956 \begin_layout Plain Layout
11957 こまんど@コマンド ! M ! 
11958 \backslash
11959 mbox
11960 \end_layout
11961
11962 \end_inset
11963
11964
11965 \series bold
11966
11967 \backslash
11968 makebox
11969 \series default
11970
11971 \begin_inset Index idx
11972 status collapsed
11973
11974 \begin_layout Plain Layout
11975 こまんど@コマンド ! M ! 
11976 \backslash
11977 makebox
11978 \end_layout
11979
11980 \end_inset
11981
11982
11983 \series bold
11984
11985 \backslash
11986 raisebox
11987 \series default
11988
11989 \begin_inset Index idx
11990 status collapsed
11991
11992 \begin_layout Plain Layout
11993 こまんど@コマンド ! R ! 
11994 \backslash
11995 raisebox
11996 \end_layout
11997
11998 \end_inset
11999
12000 の三つのコマンドがあります。
12001 \end_layout
12002
12003 \begin_layout Standard
12004
12005 \series bold
12006
12007 \backslash
12008 raisebox
12009 \series default
12010 を使うと、ボックスを上付きにしたり下付きにしたりすることができます。しかし、通常の上付き文字・下付き文字とは違い、ボックス内の文字寸法はそのまま保たれます。
12011 \series bold
12012
12013 \backslash
12014 raisebox
12015 \series default
12016 は、以下の書式で用いられます。
12017 \end_layout
12018
12019 \begin_layout Standard
12020
12021 \series bold
12022
12023 \backslash
12024 raisebox{高さ}{ボックスの内容}
12025 \end_layout
12026
12027 \begin_layout Standard
12028
12029 \series bold
12030
12031 \backslash
12032 fbox
12033 \series default
12034 と同様、ボックスに数式を入れる際には、明示的に数式として入れる必要があります。
12035 \begin_inset Note Greyedout
12036 status open
12037
12038 \begin_layout Plain Layout
12039
12040 \series bold
12041 【註】
12042 \series default
12043 下の最後の
12044 \series bold
12045
12046 \backslash
12047 raisebox
12048 \series default
12049 のところで、
12050 \family sans
12051 Ctrl+M
12052 \family default
12053 を一回でなく二回押すことによって、もう一段数式をいれています。これは、LyXが
12054 \series bold
12055
12056 \backslash
12057 raisebox
12058 \series default
12059 を直接サポートしていないためです。
12060 \end_layout
12061
12062 \end_inset
12063
12064
12065 \end_layout
12066
12067 \begin_layout Standard
12068 \align center
12069 \begin_inset Tabular
12070 <lyxtabular version="3" rows="4" columns="2">
12071 <features rotate="0" tabularvalignment="middle">
12072 <column alignment="center" valignment="top">
12073 <column alignment="center" valignment="top">
12074 <row>
12075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12076 \begin_inset Text
12077
12078 \begin_layout Plain Layout
12079 コマンド
12080 \end_layout
12081
12082 \end_inset
12083 </cell>
12084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12085 \begin_inset Text
12086
12087 \begin_layout Plain Layout
12088 出力
12089 \end_layout
12090
12091 \end_inset
12092 </cell>
12093 </row>
12094 <row>
12095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12096 \begin_inset Text
12097
12098 \begin_layout Plain Layout
12099 H
12100 \backslash
12101 raisebox{2mm
12102 \begin_inset Formula $\to$
12103 \end_inset
12104
12105
12106 \backslash
12107 {al
12108 \begin_inset Formula $\to$
12109 \end_inset
12110
12111  lo
12112 \end_layout
12113
12114 \end_inset
12115 </cell>
12116 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12117 \begin_inset Text
12118
12119 \begin_layout Plain Layout
12120 \begin_inset Formula $H\raisebox{2mm}{al}lo$
12121 \end_inset
12122
12123
12124 \end_layout
12125
12126 \end_inset
12127 </cell>
12128 </row>
12129 <row>
12130 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12131 \begin_inset Text
12132
12133 \begin_layout Plain Layout
12134 H
12135 \backslash
12136 raisebox{-2mm
12137 \begin_inset Formula $\to$
12138 \end_inset
12139
12140
12141 \backslash
12142 {al
12143 \begin_inset Formula $\to$
12144 \end_inset
12145
12146 lo
12147 \end_layout
12148
12149 \end_inset
12150 </cell>
12151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12152 \begin_inset Text
12153
12154 \begin_layout Plain Layout
12155 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
12156 \end_inset
12157
12158
12159 \end_layout
12160
12161 \end_inset
12162 </cell>
12163 </row>
12164 <row>
12165 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12166 \begin_inset Text
12167
12168 \begin_layout Plain Layout
12169 A=
12170 \backslash
12171 raisebox{-2mm
12172 \begin_inset Formula $\to$
12173 \end_inset
12174
12175
12176 \backslash
12177 {
12178 \family sans
12179 Ctrl+M Ctrl+M
12180 \family default
12181  
12182 \backslash
12183 sqrt
12184 \begin_inset space \textvisiblespace{}
12185 \end_inset
12186
12187
12188 \end_layout
12189
12190 \end_inset
12191 </cell>
12192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12193 \begin_inset Text
12194
12195 \begin_layout Plain Layout
12196 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
12197 \end_inset
12198
12199
12200 \end_layout
12201
12202 \end_inset
12203 </cell>
12204 </row>
12205 </lyxtabular>
12206
12207 \end_inset
12208
12209
12210 \end_layout
12211
12212 \begin_layout Standard
12213 縁がないことを除けば、
12214 \series bold
12215
12216 \backslash
12217 mbox
12218 \series default
12219 コマンドは
12220 \series bold
12221
12222 \backslash
12223 fbox
12224 \series default
12225 と同じであり、
12226 \series bold
12227
12228 \backslash
12229 makebox
12230 \series default
12231
12232 \series bold
12233
12234 \backslash
12235 framebox
12236 \series default
12237 と同じです。
12238 \end_layout
12239
12240 \begin_layout Subsection
12241 色付きボックス
12242 \begin_inset CommandInset label
12243 LatexCommand label
12244 name "sub:色付きボックス"
12245
12246 \end_inset
12247
12248
12249 \begin_inset Index idx
12250 status collapsed
12251
12252 \begin_layout Plain Layout
12253 ぼっくす@ボックス ! いろつき@色付き
12254 \end_layout
12255
12256 \end_inset
12257
12258
12259 \end_layout
12260
12261 \begin_layout Standard
12262 本節で説明されているコマンドをすべて使えるようにするためには、LaTeXプリアンブルに
12263 \end_layout
12264
12265 \begin_layout Standard
12266
12267 \series bold
12268
12269 \backslash
12270 usepackage{color}
12271 \end_layout
12272
12273 \begin_layout Standard
12274 という行
12275 \begin_inset Foot
12276 status collapsed
12277
12278 \begin_layout Plain Layout
12279 定義済みの色を使って、文書中のどこかで文章に色を付けてある場合、LyXは、自動的にLaTeXパッケージ
12280 \series bold
12281 color
12282 \series default
12283 を読み込みます。したがって、本パッケージが二度読み込まれる可能性があるわけですが、そうなったとしても問題は生じません。
12284 \end_layout
12285
12286 \end_inset
12287
12288
12289 \begin_inset Note Note
12290 status collapsed
12291
12292 \begin_layout Plain Layout
12293 本パッケージが二度読み込まれることを防ぐために、LaTeXプリアンブルにマクロを挿入してあります。
12294 \end_layout
12295
12296 \end_inset
12297
12298 を書き加えて、LaTeXパッケージの
12299 \series bold
12300 color
12301 \series default
12302
12303 \begin_inset Foot
12304 status collapsed
12305
12306 \begin_layout Plain Layout
12307 LaTeXパッケージ
12308 \series bold
12309 color
12310 \series default
12311 は、すべての標準的なLaTeX頒布版に含まれています。
12312 \end_layout
12313
12314 \end_inset
12315
12316
12317 \begin_inset Index idx
12318 status collapsed
12319
12320 \begin_layout Plain Layout
12321 ぱっけーじ@パッケージ ! color
12322 \end_layout
12323
12324 \end_inset
12325
12326 を読み込む必要があります。
12327 \end_layout
12328
12329 \begin_layout Standard
12330 \begin_inset VSpace medskip
12331 \end_inset
12332
12333 ボックスに色を付けるには、
12334 \series bold
12335
12336 \backslash
12337 colorbox
12338 \series default
12339
12340 \begin_inset Index idx
12341 status collapsed
12342
12343 \begin_layout Plain Layout
12344 こまんど@コマンド ! C ! 
12345 \backslash
12346 colorbox
12347 \end_layout
12348
12349 \end_inset
12350
12351 コマンドを以下の書式で使用します。
12352 \end_layout
12353
12354 \begin_layout Standard
12355
12356 \series bold
12357
12358 \backslash
12359 colorbox{色}{ボックスの内容}
12360 \end_layout
12361
12362 \begin_layout Standard
12363 ボックスの内容には、別のボックスが含まれても構いませんし、
12364 \series bold
12365
12366 \backslash
12367 colorbox
12368 \series default
12369 自体も、別のボックスに入っていても構いません(以下の二番目と三番目の例を参照してください)。ボックスに数式を含める場合には、
12370 \series bold
12371
12372 \backslash
12373 raisebox
12374 \series default
12375 と同様、明示的に数式を作らなくてはなりません
12376 \begin_inset Foot
12377 status collapsed
12378
12379 \begin_layout Plain Layout
12380 これは、
12381 \series bold
12382
12383 \backslash
12384 fcolorbox
12385 \series default
12386 コマンドにも当てはまります。
12387 \end_layout
12388
12389 \end_inset
12390
12391
12392 \end_layout
12393
12394 \begin_layout Standard
12395 選択できる定義済みの色としては、
12396 \end_layout
12397
12398 \begin_layout Standard
12399
12400 \series bold
12401 black
12402 \series default
12403 (黒)・
12404 \series bold
12405 blue
12406 \series default
12407 (青)・
12408 \series bold
12409 cyan
12410 \series default
12411 (シアン)・
12412 \series bold
12413 green
12414 \series default
12415 (緑)・
12416 \series bold
12417 magenta
12418 \series default
12419 (マゼンタ)・
12420 \series bold
12421 red
12422 \series default
12423 (赤)・
12424 \series bold
12425 white
12426 \series default
12427 (白)・
12428 \series bold
12429 yellow
12430 \series default
12431 (黄)
12432 \end_layout
12433
12434 \begin_layout Standard
12435 があります。
12436 \end_layout
12437
12438 \begin_layout Standard
12439 \align center
12440 \begin_inset Tabular
12441 <lyxtabular version="3" rows="4" columns="2">
12442 <features rotate="0" tabularvalignment="middle">
12443 <column alignment="center" valignment="top">
12444 <column alignment="center" valignment="top">
12445 <row>
12446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12447 \begin_inset Text
12448
12449 \begin_layout Plain Layout
12450 コマンド
12451 \end_layout
12452
12453 \end_inset
12454 </cell>
12455 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12456 \begin_inset Text
12457
12458 \begin_layout Plain Layout
12459 出力
12460 \begin_inset Note Note
12461 status collapsed
12462
12463 \begin_layout Plain Layout
12464 ここで
12465 \series bold
12466
12467 \backslash
12468 raisebox
12469 \series default
12470 はスペーサーとして使用しているだけです。
12471 \end_layout
12472
12473 \end_inset
12474
12475
12476 \end_layout
12477
12478 \end_inset
12479 </cell>
12480 </row>
12481 <row>
12482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12483 \begin_inset Text
12484
12485 \begin_layout Plain Layout
12486
12487 \backslash
12488 colorbox{yellow
12489 \begin_inset Formula $\to$
12490 \end_inset
12491
12492
12493 \backslash
12494 {A=B
12495 \end_layout
12496
12497 \end_inset
12498 </cell>
12499 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12500 \begin_inset Text
12501
12502 \begin_layout Plain Layout
12503 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
12504 \end_inset
12505
12506
12507 \end_layout
12508
12509 \end_inset
12510 </cell>
12511 </row>
12512 <row>
12513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12514 \begin_inset Text
12515
12516 \begin_layout Plain Layout
12517
12518 \backslash
12519 colorbox{green
12520 \begin_inset Formula $\to$
12521 \end_inset
12522
12523
12524 \backslash
12525 {
12526 \backslash
12527 fbox
12528 \begin_inset space \textvisiblespace{}
12529 \end_inset
12530
12531 A=B
12532 \end_layout
12533
12534 \end_inset
12535 </cell>
12536 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12537 \begin_inset Text
12538
12539 \begin_layout Plain Layout
12540 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
12541 \end_inset
12542
12543
12544 \end_layout
12545
12546 \end_inset
12547 </cell>
12548 </row>
12549 <row>
12550 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12551 \begin_inset Text
12552
12553 \begin_layout Plain Layout
12554
12555 \backslash
12556 fbox
12557 \begin_inset space \textvisiblespace{}
12558 \end_inset
12559
12560
12561 \backslash
12562 colorbox{green
12563 \begin_inset Formula $\to$
12564 \end_inset
12565
12566
12567 \backslash
12568 {
12569 \family sans
12570 Ctrl+M
12571 \family default
12572  
12573 \family sans
12574 Ctrl+M
12575 \family default
12576  
12577 \backslash
12578 int
12579 \begin_inset space \textvisiblespace{}
12580 \end_inset
12581
12582 C=D
12583 \end_layout
12584
12585 \end_inset
12586 </cell>
12587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12588 \begin_inset Text
12589
12590 \begin_layout Plain Layout
12591 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
12592 \end_inset
12593
12594
12595 \end_layout
12596
12597 \end_inset
12598 </cell>
12599 </row>
12600 </lyxtabular>
12601
12602 \end_inset
12603
12604
12605 \end_layout
12606
12607 \begin_layout Standard
12608
12609 \series bold
12610
12611 \backslash
12612 colorbox
12613 \series default
12614 は、ボックスに色をつけるだけで、ボックス内の文字には色付けをしません。すべての文字に色付けするには、数式全体を選択し、
12615 \family sans
12616 文字様式
12617 \family default
12618 ダイアログで欲しい色を選択します。このダイアログは、ツールバーボタン
12619 \begin_inset Graphics
12620         filename ../../images/dialog-show_character.png
12621         scale 85
12622
12623 \end_inset
12624
12625
12626 \family sans
12627 編集\SpecialChar \menuseparator
12628 文字様式\SpecialChar \menuseparator
12629 任意設定
12630 \family default
12631 メニューで開くことができます。すると、数式番号も数式と同じ色になります。数式番号が数式の文字とは別の色になるようにするには、数式内部で色を変えなくてはなりません
12632
12633 \end_layout
12634
12635 \begin_layout Standard
12636 たとえば、
12637 \end_layout
12638
12639 \begin_layout Standard
12640
12641 \color red
12642 \begin_inset Formula 
12643 \begin{equation}
12644 \int A=B\label{eq:red}
12645 \end{equation}
12646
12647 \end_inset
12648
12649
12650 \color green
12651
12652 \begin_inset Formula 
12653 \begin{equation}
12654 \textcolor{red}{\int A=B}\label{eq:redgreen}
12655 \end{equation}
12656
12657 \end_inset
12658
12659
12660 \end_layout
12661
12662 \begin_layout Standard
12663 数式
12664 \begin_inset CommandInset ref
12665 LatexCommand eqref
12666 reference "eq:red"
12667
12668 \end_inset
12669
12670 は、全体が赤色です。
12671 \begin_inset Newline newline
12672 \end_inset
12673
12674 数式
12675 \begin_inset CommandInset ref
12676 LatexCommand eqref
12677 reference "eq:redgreen"
12678
12679 \end_inset
12680
12681 は、数式番号を緑色にするために、まず全体を緑色にします。その後、数式内の文字を赤色にします。
12682 \end_layout
12683
12684 \begin_layout Standard
12685 \begin_inset VSpace bigskip
12686 \end_inset
12687
12688 ボックスの縁だけ別の色にするには、
12689 \series bold
12690
12691 \backslash
12692 fcolorbox
12693 \series default
12694
12695 \begin_inset Index idx
12696 status collapsed
12697
12698 \begin_layout Plain Layout
12699 こまんど@コマンド ! F ! 
12700 \backslash
12701 fcolorbox
12702 \end_layout
12703
12704 \end_inset
12705
12706 コマンドを以下の書式で使用します。
12707 \end_layout
12708
12709 \begin_layout Standard
12710
12711 \series bold
12712
12713 \backslash
12714 fcolorbox{縁の色}{色}{ボックスの内容}
12715 \end_layout
12716
12717 \begin_layout Standard
12718 つまり、
12719 \series bold
12720
12721 \backslash
12722 fcolorbox
12723 \series default
12724
12725 \series bold
12726
12727 \backslash
12728 colorbox
12729 \series default
12730 コマンドの拡張です。
12731 \series bold
12732
12733 \backslash
12734 framebox
12735 \series default
12736 と同様に、縁の厚みは
12737 \series bold
12738
12739 \backslash
12740 fboxrule
12741 \series default
12742
12743 \series bold
12744
12745 \backslash
12746 fboxsep
12747 \series default
12748 で設定します。たとえば、
12749 \begin_inset ERT
12750 status collapsed
12751
12752 \begin_layout Plain Layout
12753
12754
12755 \backslash
12756 fboxrule 1mm 
12757 \backslash
12758 fboxsep 1mm
12759 \end_layout
12760
12761 \end_inset
12762
12763
12764 \begin_inset Formula 
12765 \[
12766 \fcolorbox{cyan}{magenta}{A=B}
12767 \]
12768
12769 \end_inset
12770
12771
12772 \begin_inset ERT
12773 status collapsed
12774
12775 \begin_layout Plain Layout
12776
12777
12778 \backslash
12779 fboxrule 0.4pt 
12780 \backslash
12781 fboxsep 3pt
12782 \end_layout
12783
12784 \end_inset
12785
12786 のようにします。
12787 \end_layout
12788
12789 \begin_layout Standard
12790 上記の数式は、以下のコマンドで作成されています。
12791 \begin_inset Newline newline
12792 \end_inset
12793
12794
12795 \series bold
12796
12797 \backslash
12798 fcolorbox{cyan
12799 \begin_inset Formula $\to$
12800 \end_inset
12801
12802
12803 \backslash
12804 {magenta
12805 \begin_inset Formula $\to$
12806 \end_inset
12807
12808
12809 \backslash
12810 {A=B
12811 \series default
12812 .
12813 \end_layout
12814
12815 \begin_layout Standard
12816 \begin_inset VSpace bigskip
12817 \end_inset
12818
12819 定義済みの色以外の色を使いたい場合には、まずその色を定義しなくてはなりません。
12820 \end_layout
12821
12822 \begin_layout Standard
12823 たとえば、「
12824 \series bold
12825 darkgreen
12826 \series default
12827 」という色を定義するには、LaTeXプリアンブルに
12828 \end_layout
12829
12830 \begin_layout Standard
12831
12832 \series bold
12833
12834 \backslash
12835 definecolor{darkgreen}{cmyk}{0.5,
12836 \series default
12837  
12838 \series bold
12839 0,
12840 \series default
12841  
12842 \series bold
12843 1,
12844 \series default
12845  
12846 \series bold
12847 0.5}
12848 \series default
12849
12850 \begin_inset Index idx
12851 status collapsed
12852
12853 \begin_layout Plain Layout
12854 こまんど@コマンド ! D ! 
12855 \backslash
12856 definecolor
12857 \end_layout
12858
12859 \end_inset
12860
12861
12862 \end_layout
12863
12864 \begin_layout Standard
12865 という行を書き加えます。
12866 \end_layout
12867
12868 \begin_layout Standard
12869
12870 \series bold
12871 cmyk
12872 \series default
12873 とは、
12874 \series bold
12875 cyan
12876 \series default
12877 (シアン)・
12878 \series bold
12879 magenta
12880 \series default
12881 (マゼンタ)・
12882 \series bold
12883 yellow
12884 \series default
12885 (黄)・
12886 \series bold
12887 black
12888 \series default
12889 (黒)の各色を表す色空間です。コンマで区切られた四つの数字は、この色空間における各色の出力強度です。強度は、0
12890 \begin_inset space \thinspace{}
12891 \end_inset
12892
12893 -
12894 \begin_inset space \thinspace{}
12895 \end_inset
12896
12897 1の範囲をとることができます。定義には、
12898 \series bold
12899 cmyk
12900 \series default
12901 の他に、
12902 \series bold
12903 rgb
12904 \series default
12905 という色空間を使うこともできます。
12906 \series bold
12907 rgb
12908 \series default
12909 とは、
12910 \series bold
12911 red
12912 \series default
12913 (赤)・
12914 \series bold
12915 green
12916 \series default
12917 (緑)・
12918 \series bold
12919 blue
12920 \series default
12921 (青)の各色を意味し、この場合には、各色に対応した三つの出力強度を指定します。さらに、灰色の出力強度のみをとる
12922 \series bold
12923 gray
12924 \series default
12925 という色空間もあります。
12926 \end_layout
12927
12928 \begin_layout Standard
12929 例として、文字が
12930 \series bold
12931 yellow
12932 \series default
12933 に色付けされ、新しく定義した
12934 \series bold
12935 darkgreen
12936 \series default
12937 という色を持つ縁付きボックスを挙げておきます。
12938 \begin_inset Formula 
12939 \begin{equation}
12940 \colorbox{darkgreen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}
12941 \end{equation}
12942
12943 \end_inset
12944
12945
12946 \end_layout
12947
12948 \begin_layout Standard
12949
12950 \series bold
12951
12952 \backslash
12953 textcolor
12954 \series default
12955 コマンドを使うと、以下のように、自前で定義した色をテキスト中でも使用することができます。
12956 \begin_inset Index idx
12957 status collapsed
12958
12959 \begin_layout Plain Layout
12960 てきすと@テキスト ! いろつき@色付き
12961 \end_layout
12962
12963 \end_inset
12964
12965
12966 \end_layout
12967
12968 \begin_layout Standard
12969 \begin_inset ERT
12970 status collapsed
12971
12972 \begin_layout Plain Layout
12973
12974
12975 \backslash
12976 textcolor{darkgreen}{
12977 \end_layout
12978
12979 \end_inset
12980
12981 この文は「darkgreen」です。
12982 \begin_inset ERT
12983 status collapsed
12984
12985 \begin_layout Plain Layout
12986
12987 }
12988 \end_layout
12989
12990 \end_inset
12991
12992
12993 \end_layout
12994
12995 \begin_layout Standard
12996
12997 \series bold
12998
12999 \backslash
13000 textcolor
13001 \series default
13002
13003 \begin_inset Index idx
13004 status collapsed
13005
13006 \begin_layout Plain Layout
13007 こまんど@コマンド ! T ! 
13008 \backslash
13009 textcolor
13010 \end_layout
13011
13012 \end_inset
13013
13014 は、
13015 \series bold
13016
13017 \backslash
13018 textcolor{色}{色付けをする文}
13019 \series default
13020 という書式で使用することができます。
13021 \end_layout
13022
13023 \begin_layout Subsection
13024 段落ボックス
13025 \begin_inset CommandInset label
13026 LatexCommand label
13027 name "sub:段落ボックス"
13028
13029 \end_inset
13030
13031
13032 \begin_inset Index idx
13033 status collapsed
13034
13035 \begin_layout Plain Layout
13036 ぼっくす@ボックス ! だんらく@段落
13037 \end_layout
13038
13039 \end_inset
13040
13041
13042 \begin_inset Index idx
13043 status collapsed
13044
13045 \begin_layout Plain Layout
13046 ぼっくす@ボックス ! parbox|see
13047 \begin_inset ERT
13048 status collapsed
13049
13050 \begin_layout Plain Layout
13051
13052 {
13053 \end_layout
13054
13055 \end_inset
13056
13057 ボックス ! 段落ボックス
13058 \begin_inset ERT
13059 status collapsed
13060
13061 \begin_layout Plain Layout
13062
13063 }
13064 \end_layout
13065
13066 \end_inset
13067
13068
13069 \end_layout
13070
13071 \end_inset
13072
13073
13074 \end_layout
13075
13076 \begin_layout Standard
13077 いくつかの行や段落を含む、いわゆる段落ボックス(parbox)は、
13078 \family sans
13079 挿入\SpecialChar \menuseparator
13080 ボックス
13081 \family default
13082 メニューかツールバーボタン
13083 \begin_inset Graphics
13084         filename ../../images/box-insert.png
13085         scale 85
13086
13087 \end_inset
13088
13089 で作成することができます。
13090 \end_layout
13091
13092 \begin_layout Standard
13093 以下の例は、行中の縁付きparboxを示したものです。
13094 \end_layout
13095
13096 \begin_layout Standard
13097 \begin_inset VSpace medskip
13098 \end_inset
13099
13100 この行は、
13101 \begin_inset Box Boxed
13102 position "c"
13103 hor_pos "c"
13104 has_inner_box 1
13105 inner_pos "t"
13106 use_parbox 1
13107 use_makebox 0
13108 width "5cm"
13109 special "none"
13110 height "1in"
13111 height_special "totalheight"
13112 status open
13113
13114 \begin_layout Plain Layout
13115 これは段落ボックスです。これはちょうど5
13116 \begin_inset space \thinspace{}
13117 \end_inset
13118
13119 cmの幅になっており、以下のように数式を含めることもできます。
13120 \begin_inset Formula $\int A\,\mathrm{d}s=C$
13121 \end_inset
13122
13123
13124 \end_layout
13125
13126 \end_inset
13127
13128 parboxの入った行です。
13129 \end_layout
13130
13131 \begin_layout Standard
13132 \begin_inset VSpace medskip
13133 \end_inset
13134
13135
13136 \end_layout
13137
13138 \begin_layout Standard
13139 このようなボックスは、灰色のボックス挿入枠を右クリックすることによって作ることができます。すると、ボックスの特性を表示したダイアログが現れます。上の例では、
13140 \emph on
13141 装飾
13142 \emph default
13143 :簡素な長方形の箱型、
13144 \emph on
13145 内部ボックス
13146 \emph default
13147 :parboxコマンド、
13148 \emph on
13149
13150 \emph default
13151 :5
13152 \begin_inset space \thinspace{}
13153 \end_inset
13154
13155 cm、
13156 \emph on
13157 垂直ボックス配置
13158 \emph default
13159 :中央、に設定されています。
13160 \end_layout
13161
13162 \begin_layout Standard
13163 \begin_inset VSpace medskip
13164 \end_inset
13165
13166 LaTeXでは、parboxは、以下の書式を持つ
13167 \series bold
13168
13169 \backslash
13170 parbox
13171 \series default
13172
13173 \begin_inset Index idx
13174 status collapsed
13175
13176 \begin_layout Plain Layout
13177 こまんど@コマンド ! P ! 
13178 \backslash
13179 parbox
13180 \end_layout
13181
13182 \end_inset
13183
13184 コマンドによって作られます。
13185 \end_layout
13186
13187 \begin_layout Standard
13188
13189 \series bold
13190
13191 \backslash
13192 parbox[位置]{幅}{ボックスの内容}
13193 \end_layout
13194
13195 \begin_layout Standard
13196 「位置」は、
13197 \emph on
13198 b
13199 \emph default
13200
13201 \emph on
13202 t
13203 \emph default
13204 の値をとることができます。下揃えを意味する
13205 \emph on
13206 b
13207 \emph default
13208 (
13209 \bar under
13210 b
13211 \bar default
13212 ottom)は、ボックスを、周囲の本文中の最後の行と合わせることを意味します。上揃えを意味する
13213 \emph on
13214 t
13215 \emph default
13216 (
13217 \bar under
13218 t
13219 \bar default
13220 op)は、これを最初の行に合わせます。位置を指定しない時には、ボックスは事実上中央揃えになります。用例については、取扱説明書埋込オブジェクト篇の
13221 \emph on
13222 Boxes
13223 \emph default
13224 の節をご参照下さい。
13225 \end_layout
13226
13227 \begin_layout Standard
13228 \begin_inset VSpace bigskip
13229 \end_inset
13230
13231 数式番号を含めて、数式を完全に縁で囲むためには、数式をparbox内に収めなくてはなりません。こうするには、数式前にTeXモードで
13232 \series bold
13233 parbox{
13234 \backslash
13235 linewidth-2
13236 \backslash
13237 fboxsep-2
13238 \backslash
13239 fboxrule}{
13240 \series default
13241 というコマンドを挿入します。ここで
13242 \series bold
13243
13244 \backslash
13245 linewidth
13246 \begin_inset Index idx
13247 status collapsed
13248
13249 \begin_layout Plain Layout
13250 こまんど@コマンド ! L ! 
13251 \backslash
13252 linewidth
13253 \end_layout
13254
13255 \end_inset
13256
13257
13258 \series default
13259 は、使用中の文書に設定されている行幅です。縁は、parboxの外側にあるので、縁余白と縁幅の2倍を行幅から差し引かなくてはなりません。バグ
13260 \begin_inset Foot
13261 status collapsed
13262
13263 \begin_layout Plain Layout
13264 \begin_inset CommandInset href
13265 LatexCommand href
13266 name "LyX-bug #4483"
13267 target "http://www.lyx.org/trac/ticket/4483"
13268
13269 \end_inset
13270
13271
13272 \end_layout
13273
13274 \end_inset
13275
13276 のせいでLyXはこれを自動的に行いませんので、TeXモードを使用する必要があります。引数中で掛け算や引き算を行うためには、LaTeXパッケージの
13277 \series bold
13278 calc
13279 \series default
13280
13281 \begin_inset Foot
13282 status collapsed
13283
13284 \begin_layout Plain Layout
13285
13286 \series bold
13287 calc
13288 \series default
13289 は、標準的LaTeX頒布版のすべてに含まれています。
13290 \end_layout
13291
13292 \end_inset
13293
13294
13295 \begin_inset Index idx
13296 status collapsed
13297
13298 \begin_layout Plain Layout
13299 ぱっけーじ@パッケージ ! calc
13300 \end_layout
13301
13302 \end_inset
13303
13304 を、LaTeXプリアンブル中で
13305 \end_layout
13306
13307 \begin_layout Standard
13308
13309 \series bold
13310
13311 \backslash
13312 usepackage{calc}
13313 \end_layout
13314
13315 \begin_layout Standard
13316 のように読み込んでおく必要があります。数式の後では、TeXモードで
13317 \series bold
13318 }}
13319 \series default
13320 を入力して、二つのボックスを閉じておかなくてはなりません。以下に例を挙げます。
13321 \begin_inset ERT
13322 status collapsed
13323
13324 \begin_layout Plain Layout
13325
13326
13327 \backslash
13328 fboxsep 5mm 
13329 \backslash
13330 fboxrule 5mm
13331 \end_layout
13332
13333 \end_inset
13334
13335
13336 \end_layout
13337
13338 \begin_layout Standard
13339 \begin_inset ERT
13340 status collapsed
13341
13342 \begin_layout Plain Layout
13343
13344
13345 \backslash
13346 fbox{
13347 \backslash
13348 parbox{
13349 \backslash
13350 linewidth-2
13351 \backslash
13352 fboxsep-2
13353 \backslash
13354 fboxrule}{
13355 \end_layout
13356
13357 \end_inset
13358
13359
13360 \begin_inset Formula 
13361 \begin{equation}
13362 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}
13363 \end{equation}
13364
13365 \end_inset
13366
13367
13368 \begin_inset ERT
13369 status collapsed
13370
13371 \begin_layout Plain Layout
13372
13373 }}
13374 \end_layout
13375
13376 \end_inset
13377
13378
13379 \begin_inset ERT
13380 status collapsed
13381
13382 \begin_layout Plain Layout
13383
13384
13385 \backslash
13386 fboxrule 0.4pt 
13387 \backslash
13388 fboxsep 3pt
13389 \end_layout
13390
13391 \end_inset
13392
13393
13394 \end_layout
13395
13396 \begin_layout Standard
13397 \begin_inset VSpace medskip
13398 \end_inset
13399
13400
13401 \series bold
13402
13403 \backslash
13404 fbox
13405 \series default
13406 の引数としてparboxが使われているので、この場合には、
13407 \series bold
13408
13409 \backslash
13410 fbox
13411 \series default
13412 を使おうが
13413 \series bold
13414
13415 \backslash
13416 boxed
13417 \series default
13418 を使おうが、差は生じません。
13419 \end_layout
13420
13421 \begin_layout Standard
13422 \begin_inset VSpace bigskip
13423 \end_inset
13424
13425 段落ボックスは、数式にじかにコメントを付けるのにたいへん便利です。これを行うには、
13426 \series bold
13427
13428 \backslash
13429 parbox
13430 \series default
13431
13432 \series bold
13433
13434 \backslash
13435 tag
13436 \series default
13437 コマンドといっしょに使います(
13438 \series bold
13439
13440 \backslash
13441 tag
13442 \series default
13443 についての詳細は、第
13444 \begin_inset CommandInset ref
13445 LatexCommand ref
13446 reference "sub:ユーザー定義番号"
13447
13448 \end_inset
13449
13450 節をご参照下さい)
13451 \end_layout
13452
13453 \begin_layout Standard
13454 以下は、
13455 \series bold
13456
13457 \backslash
13458 parbox
13459 \series default
13460 を使ってコメントを付けた数式の例です。
13461 \end_layout
13462
13463 \begin_layout Standard
13464 \begin_inset ERT
13465 status collapsed
13466
13467 \begin_layout Plain Layout
13468
13469
13470 \backslash
13471 [5x-7b=3b
13472 \backslash
13473 tag*{
13474 \backslash
13475 parbox{5cm}{
13476 \end_layout
13477
13478 \end_inset
13479
13480 これは説明です。数式や多行数式本体からはっきりと離れています。
13481 \begin_inset ERT
13482 status collapsed
13483
13484 \begin_layout Plain Layout
13485
13486 }}
13487 \backslash
13488 ]
13489 \end_layout
13490
13491 \end_inset
13492
13493
13494 \end_layout
13495
13496 \begin_layout Standard
13497 LyXは、まだ数式中での
13498 \series bold
13499
13500 \backslash
13501 parbox
13502 \series default
13503 コマンドをサポートしていないので、上のような数式は、完全にTeXモードで挿入しなくてはなりません。この数式は、以下のようなコマンド列を使って作ってあります。
13504 \end_layout
13505
13506 \begin_layout Standard
13507 まず、
13508 \series bold
13509
13510 \backslash
13511 [5x-7b=3b
13512 \backslash
13513 tag*
13514 \backslash
13515 {
13516 \backslash
13517 parbox{5cm}{
13518 \series default
13519 というコマンドをTeXモードで挿入します
13520 \begin_inset Foot
13521 status collapsed
13522
13523 \begin_layout Plain Layout
13524
13525 \series bold
13526 行頭下げ
13527 \series default
13528 数式様式を使用している時には、
13529 \series bold
13530
13531 \backslash
13532 tag*
13533 \backslash
13534 {
13535 \series default
13536 の代わりに
13537 \series bold
13538
13539 \backslash
13540 hfill
13541 \series default
13542 を用いることもできます(数式様式に関しては、第
13543 \begin_inset CommandInset ref
13544 LatexCommand ref
13545 reference "sec:数式様式"
13546
13547 \end_inset
13548
13549 節をご参照下さい)。
13550 \end_layout
13551
13552 \end_inset
13553
13554 。それから、説明を通常のテキストとして入れ、最後に
13555 \series bold
13556 }}
13557 \backslash
13558 ]
13559 \series default
13560 をTeXモードで挿入します。ここで
13561 \series bold
13562
13563 \backslash
13564 [
13565 \series default
13566 および
13567 \series bold
13568
13569 \backslash
13570 ]
13571 \series default
13572 コマンドは別行立て数式を作るためのものです。
13573 \end_layout
13574
13575 \begin_layout Standard
13576
13577 \series bold
13578
13579 \backslash
13580 parbox
13581 \series default
13582 を使う利点は、数式テキストモードを使用して「コメントを付けた」以下の例と比較すると、よくわかるでしょう。
13583 \begin_inset Formula 
13584 \[
13585 5x-7b=3b\textrm{これは説明です。数式本体から離れていません...}
13586 \]
13587
13588 \end_inset
13589
13590
13591 \end_layout
13592
13593 \begin_layout Section
13594 演算子
13595 \begin_inset Index idx
13596 status collapsed
13597
13598 \begin_layout Plain Layout
13599 えんざんし@演算子
13600 \end_layout
13601
13602 \end_inset
13603
13604
13605 \end_layout
13606
13607 \begin_layout Subsection
13608 大演算子
13609 \begin_inset CommandInset label
13610 LatexCommand label
13611 name "sub:大演算子"
13612
13613 \end_inset
13614
13615
13616 \begin_inset Index idx
13617 status collapsed
13618
13619 \begin_layout Plain Layout
13620 えんざんし@演算子 ! だい@大
13621 \end_layout
13622
13623 \end_inset
13624
13625
13626 \begin_inset Index idx
13627 status collapsed
13628
13629 \begin_layout Plain Layout
13630 わ@和
13631 \end_layout
13632
13633 \end_inset
13634
13635
13636 \begin_inset Index idx
13637 status collapsed
13638
13639 \begin_layout Plain Layout
13640 せきぶんきごう@積分記号
13641 \end_layout
13642
13643 \end_inset
13644
13645
13646 \end_layout
13647
13648 \begin_layout Standard
13649 ここに挙げた積分演算子をすべて使えるようにするには、文書設定の
13650 \family sans
13651 数式オプション
13652 \family default
13653 の面にある
13654 \family sans
13655 esintパッケージを自動的に使う
13656 \family default
13657 オプションを有効にしなくてはなりません。
13658 \end_layout
13659
13660 \begin_layout Standard
13661 \begin_inset space \hfill{}
13662 \end_inset
13663
13664
13665 \begin_inset Tabular
13666 <lyxtabular version="3" rows="9" columns="2">
13667 <features rotate="0" tabularvalignment="middle">
13668 <column alignment="center" valignment="top" width="0pt">
13669 <column alignment="center" valignment="top" width="0pt">
13670 <row>
13671 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13672 \begin_inset Text
13673
13674 \begin_layout Plain Layout
13675 コマンド
13676 \end_layout
13677
13678 \end_inset
13679 </cell>
13680 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13681 \begin_inset Text
13682
13683 \begin_layout Plain Layout
13684 出力
13685 \end_layout
13686
13687 \end_inset
13688 </cell>
13689 </row>
13690 <row>
13691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13692 \begin_inset Text
13693
13694 \begin_layout Plain Layout
13695
13696 \backslash
13697 sum
13698 \begin_inset Index idx
13699 status collapsed
13700
13701 \begin_layout Plain Layout
13702 こまんど@コマンド ! S ! 
13703 \backslash
13704 sum
13705 \end_layout
13706
13707 \end_inset
13708
13709
13710 \end_layout
13711
13712 \end_inset
13713 </cell>
13714 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13715 \begin_inset Text
13716
13717 \begin_layout Plain Layout
13718 \begin_inset Formula $\sum$
13719 \end_inset
13720
13721
13722 \end_layout
13723
13724 \end_inset
13725 </cell>
13726 </row>
13727 <row>
13728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13729 \begin_inset Text
13730
13731 \begin_layout Plain Layout
13732
13733 \backslash
13734 int
13735 \begin_inset Index idx
13736 status collapsed
13737
13738 \begin_layout Plain Layout
13739 こまんど@コマンド ! I ! 
13740 \backslash
13741 int
13742 \end_layout
13743
13744 \end_inset
13745
13746
13747 \end_layout
13748
13749 \end_inset
13750 </cell>
13751 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13752 \begin_inset Text
13753
13754 \begin_layout Plain Layout
13755 \begin_inset Formula $\int$
13756 \end_inset
13757
13758
13759 \end_layout
13760
13761 \end_inset
13762 </cell>
13763 </row>
13764 <row>
13765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13766 \begin_inset Text
13767
13768 \begin_layout Plain Layout
13769
13770 \backslash
13771 oint
13772 \end_layout
13773
13774 \end_inset
13775 </cell>
13776 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13777 \begin_inset Text
13778
13779 \begin_layout Plain Layout
13780 \begin_inset Formula $\oint$
13781 \end_inset
13782
13783
13784 \end_layout
13785
13786 \end_inset
13787 </cell>
13788 </row>
13789 <row>
13790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13791 \begin_inset Text
13792
13793 \begin_layout Plain Layout
13794
13795 \backslash
13796 ointctrclockwise
13797 \end_layout
13798
13799 \end_inset
13800 </cell>
13801 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13802 \begin_inset Text
13803
13804 \begin_layout Plain Layout
13805 \begin_inset Formula $\ointctrclockwise$
13806 \end_inset
13807
13808
13809 \end_layout
13810
13811 \end_inset
13812 </cell>
13813 </row>
13814 <row>
13815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13816 \begin_inset Text
13817
13818 \begin_layout Plain Layout
13819
13820 \backslash
13821 ointclockwise
13822 \end_layout
13823
13824 \end_inset
13825 </cell>
13826 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13827 \begin_inset Text
13828
13829 \begin_layout Plain Layout
13830 \begin_inset Formula $\ointclockwise$
13831 \end_inset
13832
13833
13834 \end_layout
13835
13836 \end_inset
13837 </cell>
13838 </row>
13839 <row>
13840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13841 \begin_inset Text
13842
13843 \begin_layout Plain Layout
13844
13845 \backslash
13846 sqint
13847 \end_layout
13848
13849 \end_inset
13850 </cell>
13851 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13852 \begin_inset Text
13853
13854 \begin_layout Plain Layout
13855 \begin_inset Formula $\sqint$
13856 \end_inset
13857
13858
13859 \end_layout
13860
13861 \end_inset
13862 </cell>
13863 </row>
13864 <row>
13865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13866 \begin_inset Text
13867
13868 \begin_layout Plain Layout
13869
13870 \backslash
13871 bigcap
13872 \end_layout
13873
13874 \end_inset
13875 </cell>
13876 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13877 \begin_inset Text
13878
13879 \begin_layout Plain Layout
13880 \begin_inset Formula $\bigcap$
13881 \end_inset
13882
13883
13884 \end_layout
13885
13886 \end_inset
13887 </cell>
13888 </row>
13889 <row>
13890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13891 \begin_inset Text
13892
13893 \begin_layout Plain Layout
13894
13895 \backslash
13896 bigcup
13897 \end_layout
13898
13899 \end_inset
13900 </cell>
13901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13902 \begin_inset Text
13903
13904 \begin_layout Plain Layout
13905 \begin_inset Formula $\bigcup$
13906 \end_inset
13907
13908
13909 \end_layout
13910
13911 \end_inset
13912 </cell>
13913 </row>
13914 </lyxtabular>
13915
13916 \end_inset
13917
13918
13919 \begin_inset space \hfill{}
13920 \end_inset
13921
13922
13923 \begin_inset Tabular
13924 <lyxtabular version="3" rows="10" columns="2">
13925 <features rotate="0" tabularvalignment="middle">
13926 <column alignment="center" valignment="top" width="0pt">
13927 <column alignment="center" valignment="top" width="0pt">
13928 <row>
13929 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13930 \begin_inset Text
13931
13932 \begin_layout Plain Layout
13933 コマンド
13934 \end_layout
13935
13936 \end_inset
13937 </cell>
13938 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13939 \begin_inset Text
13940
13941 \begin_layout Plain Layout
13942 出力
13943 \end_layout
13944
13945 \end_inset
13946 </cell>
13947 </row>
13948 <row>
13949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13950 \begin_inset Text
13951
13952 \begin_layout Plain Layout
13953
13954 \backslash
13955 prod
13956 \begin_inset Index idx
13957 status collapsed
13958
13959 \begin_layout Plain Layout
13960 こまんど@コマンド ! P ! 
13961 \backslash
13962 prod
13963 \end_layout
13964
13965 \end_inset
13966
13967
13968 \end_layout
13969
13970 \end_inset
13971 </cell>
13972 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13973 \begin_inset Text
13974
13975 \begin_layout Plain Layout
13976 \begin_inset Formula $\prod$
13977 \end_inset
13978
13979
13980 \end_layout
13981
13982 \end_inset
13983 </cell>
13984 </row>
13985 <row>
13986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13987 \begin_inset Text
13988
13989 \begin_layout Plain Layout
13990
13991 \backslash
13992 coprod
13993 \end_layout
13994
13995 \end_inset
13996 </cell>
13997 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13998 \begin_inset Text
13999
14000 \begin_layout Plain Layout
14001 \begin_inset Formula $\coprod$
14002 \end_inset
14003
14004
14005 \end_layout
14006
14007 \end_inset
14008 </cell>
14009 </row>
14010 <row>
14011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14012 \begin_inset Text
14013
14014 \begin_layout Plain Layout
14015
14016 \backslash
14017 bigodot
14018 \end_layout
14019
14020 \end_inset
14021 </cell>
14022 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14023 \begin_inset Text
14024
14025 \begin_layout Plain Layout
14026 \begin_inset Formula $\bigodot$
14027 \end_inset
14028
14029
14030 \end_layout
14031
14032 \end_inset
14033 </cell>
14034 </row>
14035 <row>
14036 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14037 \begin_inset Text
14038
14039 \begin_layout Plain Layout
14040
14041 \backslash
14042 bigotimes
14043 \end_layout
14044
14045 \end_inset
14046 </cell>
14047 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14048 \begin_inset Text
14049
14050 \begin_layout Plain Layout
14051 \begin_inset Formula $\bigotimes$
14052 \end_inset
14053
14054
14055 \end_layout
14056
14057 \end_inset
14058 </cell>
14059 </row>
14060 <row>
14061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14062 \begin_inset Text
14063
14064 \begin_layout Plain Layout
14065
14066 \backslash
14067 bigoplus
14068 \end_layout
14069
14070 \end_inset
14071 </cell>
14072 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14073 \begin_inset Text
14074
14075 \begin_layout Plain Layout
14076 \begin_inset Formula $\bigoplus$
14077 \end_inset
14078
14079
14080 \end_layout
14081
14082 \end_inset
14083 </cell>
14084 </row>
14085 <row>
14086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14087 \begin_inset Text
14088
14089 \begin_layout Plain Layout
14090
14091 \backslash
14092 bigwedge
14093 \end_layout
14094
14095 \end_inset
14096 </cell>
14097 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14098 \begin_inset Text
14099
14100 \begin_layout Plain Layout
14101 \begin_inset Formula $\bigwedge$
14102 \end_inset
14103
14104
14105 \end_layout
14106
14107 \end_inset
14108 </cell>
14109 </row>
14110 <row>
14111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14112 \begin_inset Text
14113
14114 \begin_layout Plain Layout
14115
14116 \backslash
14117 bigvee
14118 \end_layout
14119
14120 \end_inset
14121 </cell>
14122 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14123 \begin_inset Text
14124
14125 \begin_layout Plain Layout
14126 \begin_inset Formula $\bigvee$
14127 \end_inset
14128
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 bigsqcup
14143 \end_layout
14144
14145 \end_inset
14146 </cell>
14147 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14148 \begin_inset Text
14149
14150 \begin_layout Plain Layout
14151 \begin_inset Formula $\bigsqcup$
14152 \end_inset
14153
14154
14155 \end_layout
14156
14157 \end_inset
14158 </cell>
14159 </row>
14160 <row>
14161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14162 \begin_inset Text
14163
14164 \begin_layout Plain Layout
14165
14166 \backslash
14167 biguplus
14168 \end_layout
14169
14170 \end_inset
14171 </cell>
14172 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14173 \begin_inset Text
14174
14175 \begin_layout Plain Layout
14176 \begin_inset Formula $\biguplus$
14177 \end_inset
14178
14179
14180 \end_layout
14181
14182 \end_inset
14183 </cell>
14184 </row>
14185 </lyxtabular>
14186
14187 \end_inset
14188
14189
14190 \begin_inset space \hfill{}
14191 \end_inset
14192
14193
14194 \end_layout
14195
14196 \begin_layout Standard
14197 すべての大演算子は、数式ツールバーボタンの
14198 \begin_inset Graphics
14199         filename ../../images/math/intop.png
14200         scale 85
14201
14202 \end_inset
14203
14204 でも挿入することができます。
14205 \end_layout
14206
14207 \begin_layout Standard
14208 これらの演算子は、よく見ないと同じように見える二項演算子よりも大きいので、大演算子と呼ばれます。大演算子はすべて、次小節で説明する「範囲」をとることができます。
14209 \end_layout
14210
14211 \begin_layout Standard
14212 積分演算子はすべて、
14213 \series bold
14214
14215 \backslash
14216 intop
14217 \series default
14218
14219 \series bold
14220
14221 \backslash
14222 ointop
14223 \series default
14224 のように、
14225 \series bold
14226 op
14227 \series default
14228 で終わる別バージョンがあります。これらの演算子は、
14229 \series bold
14230
14231 \backslash
14232 int
14233 \series default
14234 とは範囲の表示のしかたが異なります。第
14235 \begin_inset CommandInset ref
14236 LatexCommand ref
14237 reference "sub:演算子の範囲"
14238
14239 \end_inset
14240
14241 節をご参照下さい。
14242 \end_layout
14243
14244 \begin_layout Subsubsection*
14245 積分の子細
14246 \end_layout
14247
14248 \begin_layout Standard
14249 積分中で用いられる文字
14250 \emph on
14251 d
14252 \emph default
14253 は演算子なので、アップライト体で組まれなくてはなりません。これを行うには
14254 \emph on
14255 d
14256 \emph default
14257 を選択して、
14258 \begin_inset Flex Ruby
14259 status collapsed
14260
14261 \begin_layout Plain Layout
14262 捷径
14263 \begin_inset Argument post:1
14264 status collapsed
14265
14266 \begin_layout Plain Layout
14267 ショートカット
14268 \end_layout
14269
14270 \end_inset
14271
14272
14273 \end_layout
14274
14275 \end_inset
14276
14277
14278 \begin_inset Info
14279 type  "shortcut"
14280 arg   "font-roman"
14281 \end_inset
14282
14283 を用います
14284 \begin_inset Foot
14285 status collapsed
14286
14287 \begin_layout Plain Layout
14288 文字様式については、第
14289 \begin_inset CommandInset ref
14290 LatexCommand ref
14291 reference "sub:書体様式"
14292
14293 \end_inset
14294
14295 節参照。
14296 \end_layout
14297
14298 \end_inset
14299
14300 。最後に、演算子の慣例に倣って、
14301 \emph on
14302 d
14303 \emph default
14304 の前に最小空白を挿入しなくてはなりません。たとえば、
14305 \end_layout
14306
14307 \begin_layout Standard
14308 正しくない例:
14309 \begin_inset Formula $\int A(x)dx$
14310 \end_inset
14311
14312
14313 \begin_inset Newline newline
14314 \end_inset
14315
14316 正しい
14317 \begin_inset Phantom HPhantom
14318 status open
14319
14320 \begin_layout Plain Layout
14321 ない
14322 \end_layout
14323
14324 \end_inset
14325
14326 例:
14327 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
14328 \end_inset
14329
14330
14331 \end_layout
14332
14333 \begin_layout Standard
14334 多重積分に関しては、以下のコマンドがあります。
14335 \begin_inset VSpace medskip
14336 \end_inset
14337
14338
14339 \end_layout
14340
14341 \begin_layout Standard
14342 \begin_inset space \hfill{}
14343 \end_inset
14344
14345
14346 \begin_inset Tabular
14347 <lyxtabular version="3" rows="4" columns="2">
14348 <features rotate="0" tabularvalignment="middle">
14349 <column alignment="center" valignment="top">
14350 <column alignment="center" valignment="top">
14351 <row>
14352 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14353 \begin_inset Text
14354
14355 \begin_layout Plain Layout
14356 コマンド
14357 \end_layout
14358
14359 \end_inset
14360 </cell>
14361 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14362 \begin_inset Text
14363
14364 \begin_layout Plain Layout
14365 出力
14366 \begin_inset Note Note
14367 status collapsed
14368
14369 \begin_layout Plain Layout
14370 ここで
14371 \series bold
14372
14373 \backslash
14374 raisebox
14375 \series default
14376 はスペーサーとして使用しているだけです。
14377 \end_layout
14378
14379 \end_inset
14380
14381
14382 \end_layout
14383
14384 \end_inset
14385 </cell>
14386 </row>
14387 <row>
14388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14389 \begin_inset Text
14390
14391 \begin_layout Plain Layout
14392
14393 \backslash
14394 iint
14395 \end_layout
14396
14397 \end_inset
14398 </cell>
14399 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14400 \begin_inset Text
14401
14402 \begin_layout Plain Layout
14403 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
14404 \end_inset
14405
14406
14407 \end_layout
14408
14409 \end_inset
14410 </cell>
14411 </row>
14412 <row>
14413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14414 \begin_inset Text
14415
14416 \begin_layout Plain Layout
14417
14418 \backslash
14419 oiint
14420 \end_layout
14421
14422 \end_inset
14423 </cell>
14424 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14425 \begin_inset Text
14426
14427 \begin_layout Plain Layout
14428 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
14429 \end_inset
14430
14431
14432 \end_layout
14433
14434 \end_inset
14435 </cell>
14436 </row>
14437 <row>
14438 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14439 \begin_inset Text
14440
14441 \begin_layout Plain Layout
14442
14443 \backslash
14444 sqiint
14445 \end_layout
14446
14447 \end_inset
14448 </cell>
14449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14450 \begin_inset Text
14451
14452 \begin_layout Plain Layout
14453 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
14454 \end_inset
14455
14456
14457 \end_layout
14458
14459 \end_inset
14460 </cell>
14461 </row>
14462 </lyxtabular>
14463
14464 \end_inset
14465
14466
14467 \begin_inset space \hfill{}
14468 \end_inset
14469
14470
14471 \begin_inset Tabular
14472 <lyxtabular version="3" rows="4" columns="2">
14473 <features rotate="0" tabularvalignment="middle">
14474 <column alignment="center" valignment="top">
14475 <column alignment="center" valignment="top">
14476 <row>
14477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14478 \begin_inset Text
14479
14480 \begin_layout Plain Layout
14481 コマンド
14482 \end_layout
14483
14484 \end_inset
14485 </cell>
14486 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14487 \begin_inset Text
14488
14489 \begin_layout Plain Layout
14490 出力
14491 \end_layout
14492
14493 \end_inset
14494 </cell>
14495 </row>
14496 <row>
14497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14498 \begin_inset Text
14499
14500 \begin_layout Plain Layout
14501
14502 \backslash
14503 iiint
14504 \end_layout
14505
14506 \end_inset
14507 </cell>
14508 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14509 \begin_inset Text
14510
14511 \begin_layout Plain Layout
14512 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
14513 \end_inset
14514
14515
14516 \end_layout
14517
14518 \end_inset
14519 </cell>
14520 </row>
14521 <row>
14522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14523 \begin_inset Text
14524
14525 \begin_layout Plain Layout
14526
14527 \backslash
14528 iiiint
14529 \end_layout
14530
14531 \end_inset
14532 </cell>
14533 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14534 \begin_inset Text
14535
14536 \begin_layout Plain Layout
14537 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
14538 \end_inset
14539
14540
14541 \end_layout
14542
14543 \end_inset
14544 </cell>
14545 </row>
14546 <row>
14547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14548 \begin_inset Text
14549
14550 \begin_layout Plain Layout
14551
14552 \backslash
14553 dotsint
14554 \end_layout
14555
14556 \end_inset
14557 </cell>
14558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14559 \begin_inset Text
14560
14561 \begin_layout Plain Layout
14562 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
14563 \end_inset
14564
14565
14566 \end_layout
14567
14568 \end_inset
14569 </cell>
14570 </row>
14571 </lyxtabular>
14572
14573 \end_inset
14574
14575
14576 \begin_inset space \hfill{}
14577 \end_inset
14578
14579
14580 \end_layout
14581
14582 \begin_layout Subsection
14583 演算子の範囲
14584 \begin_inset CommandInset label
14585 LatexCommand label
14586 name "sub:演算子の範囲"
14587
14588 \end_inset
14589
14590
14591 \begin_inset Index idx
14592 status collapsed
14593
14594 \begin_layout Plain Layout
14595 えんざんし@演算子 ! はんい@範囲
14596 \end_layout
14597
14598 \end_inset
14599
14600
14601 \end_layout
14602
14603 \begin_layout Standard
14604 範囲は、上付き文字と下付き文字とで作成することができます。
14605 \end_layout
14606
14607 \begin_layout Standard
14608 \align center
14609 \begin_inset Tabular
14610 <lyxtabular version="3" rows="2" columns="2">
14611 <features rotate="0" tabularvalignment="middle">
14612 <column alignment="center" valignment="top" width="0pt">
14613 <column alignment="center" valignment="top" width="0pt">
14614 <row>
14615 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14616 \begin_inset Text
14617
14618 \begin_layout Plain Layout
14619 コマンド
14620 \end_layout
14621
14622 \end_inset
14623 </cell>
14624 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14625 \begin_inset Text
14626
14627 \begin_layout Plain Layout
14628 出力
14629 \begin_inset Note Note
14630 status collapsed
14631
14632 \begin_layout Plain Layout
14633 ここで
14634 \series bold
14635
14636 \backslash
14637 raisebox
14638 \series default
14639 はスペーサーとして使用しているだけです。
14640 \end_layout
14641
14642 \end_inset
14643
14644
14645 \end_layout
14646
14647 \end_inset
14648 </cell>
14649 </row>
14650 <row>
14651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14652 \begin_inset Text
14653
14654 \begin_layout Plain Layout
14655
14656 \backslash
14657 prod^
14658 \backslash
14659 infty
14660 \begin_inset space \textvisiblespace{}
14661 \end_inset
14662
14663
14664 \begin_inset Formula $\to$
14665 \end_inset
14666
14667 _0
14668 \begin_inset Formula $\to$
14669 \end_inset
14670
14671 A(x)
14672 \end_layout
14673
14674 \end_inset
14675 </cell>
14676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14677 \begin_inset Text
14678
14679 \begin_layout Plain Layout
14680 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
14681 \end_inset
14682
14683
14684 \end_layout
14685
14686 \end_inset
14687 </cell>
14688 </row>
14689 </lyxtabular>
14690
14691 \end_inset
14692
14693
14694 \end_layout
14695
14696 \begin_layout Standard
14697 行内数式では、範囲は演算子の右横に表示されます。別行立て数式での範囲は、積分範囲を除き、演算子の上と下に表示されます。
14698 \end_layout
14699
14700 \begin_layout Standard
14701 範囲が演算子の横に表示されるように強制するには、カーソルを当該演算子の直後において、
14702 \family sans
14703 編集\SpecialChar \menuseparator
14704 数式\SpecialChar \menuseparator
14705 範囲の表記を変更
14706 \family default
14707 メニューで
14708 \family sans
14709 \series bold
14710 行内形式
14711 \family default
14712 \series default
14713 (
14714 \begin_inset Flex Ruby
14715 status collapsed
14716
14717 \begin_layout Plain Layout
14718 捷径
14719 \begin_inset Argument post:1
14720 status collapsed
14721
14722 \begin_layout Plain Layout
14723 ショートカット
14724 \end_layout
14725
14726 \end_inset
14727
14728
14729 \end_layout
14730
14731 \end_inset
14732
14733
14734 \begin_inset Info
14735 type  "shortcut"
14736 arg   "math-limits"
14737 \end_inset
14738
14739 )を選択することで範囲形式を変更することができます。以下はその用例です。
14740 \end_layout
14741
14742 \begin_layout Standard
14743 既定の範囲形式は、以下のようになっています。
14744 \begin_inset Formula 
14745 \[
14746 \sum_{x=0}^{\infty}\frac{1}{x^{2}}
14747 \]
14748
14749 \end_inset
14750
14751 以下は、範囲形式を
14752 \family sans
14753 \series bold
14754 行内形式
14755 \family default
14756 \series default
14757 に変更したときの表示です。
14758 \begin_inset Formula 
14759 \[
14760 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}
14761 \]
14762
14763 \end_inset
14764
14765
14766 \series bold
14767
14768 \backslash
14769 intop
14770 \series default
14771
14772 \series bold
14773
14774 \backslash
14775 ointop
14776 \series default
14777 などのように
14778 \series bold
14779 op
14780 \series default
14781 で終わるもの以外の積分記号では、範囲は、既定で演算子の横に設定されます。しかし、多重積分においては、範囲を演算子の下に置くべきときがあります。このことから、以下
14782 の例では、範囲形式を
14783 \series bold
14784 別行立て形式
14785 \series default
14786 にして積分記号の下に置くようにしています。
14787 \begin_inset Formula 
14788 \begin{equation}
14789 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}
14790 \end{equation}
14791
14792 \end_inset
14793
14794
14795 \end_layout
14796
14797 \begin_layout Standard
14798 \begin_inset VSpace medskip
14799 \end_inset
14800
14801 範囲に条件を指定したい場合には、
14802 \series bold
14803
14804 \backslash
14805 subarray
14806 \series default
14807
14808 \begin_inset Index idx
14809 status collapsed
14810
14811 \begin_layout Plain Layout
14812 こまんど@コマンド ! S ! 
14813 \backslash
14814 subarray
14815 \end_layout
14816
14817 \end_inset
14818
14819 コマンドや
14820 \series bold
14821
14822 \backslash
14823 substack
14824 \series default
14825
14826 \begin_inset Index idx
14827 status collapsed
14828
14829 \begin_layout Plain Layout
14830 こまんど@コマンド ! S ! 
14831 \backslash
14832 substack
14833 \end_layout
14834
14835 \end_inset
14836
14837 コマンドを使用します。たとえば、以下の表記 
14838 \begin_inset Formula 
14839 \begin{equation}
14840 \sum_{\begin{subarray}{c}
14841 0<k<1000\\
14842 \\
14843 k\,\in\,\mathbb{N}
14844 \end{subarray}}^{n}k^{-2}\label{eq:substack}
14845 \end{equation}
14846
14847 \end_inset
14848
14849
14850 \end_layout
14851
14852 \begin_layout Standard
14853 を作成するには、以下のようにしなくてはなりません。
14854 \begin_inset Newline newline
14855 \end_inset
14856
14857 まず、
14858 \series bold
14859
14860 \backslash
14861 sum
14862 \series default
14863 ^
14864 \series bold
14865 n
14866 \begin_inset space \textvisiblespace{}
14867 \end_inset
14868
14869 _
14870 \series default
14871 というコマンドを入力します。すると、和演算子の下の青枠に移動するので、ここに
14872 \series bold
14873
14874 \backslash
14875 subarray
14876 \begin_inset space \textvisiblespace{}
14877 \end_inset
14878
14879
14880 \series default
14881 コマンドを挿入します。すると、青枠が紫枠の中に入って、ここに複数の行を書き込むことができるようになります。新しい行は、改行(
14882 \begin_inset Info
14883 type  "shortcut"
14884 arg   "newline-insert newline"
14885 \end_inset
14886
14887 )を挿入することで作ることができます。ここに
14888 \begin_inset Newline newline
14889 \end_inset
14890
14891
14892 \series bold
14893 0
14894 \begin_inset Formula $\boldsymbol{<}$
14895 \end_inset
14896
14897 k
14898 \begin_inset Formula $\boldsymbol{<}$
14899 \end_inset
14900
14901 1000 Ctrl+Return
14902 \begin_inset Newline newline
14903 \end_inset
14904
14905
14906 \series default
14907 と入力すると、新規行のための新しい枠が現れます。
14908 \end_layout
14909
14910 \begin_layout Standard
14911 各行の揃え方は、
14912 \family sans
14913 表ツールバー
14914 \family default
14915
14916 \family sans
14917 編集\SpecialChar \menuseparator
14918 行と列
14919 \family default
14920 メニューで変更することができますが、右揃えにするには、行頭に
14921 \series bold
14922
14923 \backslash
14924 hfill
14925 \begin_inset space \textvisiblespace{}
14926 \end_inset
14927
14928
14929 \series default
14930 を挿入しなくてはなりません。
14931 \end_layout
14932
14933 \begin_layout Standard
14934
14935 \series bold
14936
14937 \backslash
14938 substack
14939 \series default
14940 コマンドは、各行がつねに中央揃えになることを除いては、
14941 \series bold
14942
14943 \backslash
14944 subarray
14945 \series default
14946 と同じです。
14947 \end_layout
14948
14949 \begin_layout Standard
14950 \begin_inset VSpace bigskip
14951 \end_inset
14952
14953 演算子の後に来る文字は、範囲の横に来るので、
14954 \begin_inset CommandInset ref
14955 LatexCommand eqref
14956 reference "eq:substack"
14957
14958 \end_inset
14959
14960 式のように、演算子の横の余白が大きくなりすぎることがあります。
14961 \end_layout
14962
14963 \begin_layout Standard
14964 これを避けるには、LaTeXプリアンブルに以下のようなマクロを指定する方法があります。
14965 \end_layout
14966
14967 \begin_layout Standard
14968
14969 \series bold
14970
14971 \backslash
14972 def
14973 \backslash
14974 clap#1{
14975 \backslash
14976 hbox to 0pt{
14977 \backslash
14978 hss #1
14979 \backslash
14980 hss}}
14981 \begin_inset Newline newline
14982 \end_inset
14983
14984
14985 \backslash
14986 def
14987 \backslash
14988 mathclap {
14989 \backslash
14990 mathpalette 
14991 \backslash
14992 mathclapinternal}
14993 \begin_inset Newline newline
14994 \end_inset
14995
14996
14997 \backslash
14998 def
14999 \backslash
15000 mathclapinternal #1#2{
15001 \backslash
15002 clap{$
15003 \backslash
15004 mathsurround =0pt #1{#2}$}}
15005 \end_layout
15006
15007 \begin_layout Standard
15008 これは、範囲の幅を0
15009 \begin_inset space \thinspace{}
15010 \end_inset
15011
15012 ptに設定する
15013 \series bold
15014
15015 \backslash
15016 mathclap
15017 \series default
15018
15019 \begin_inset Index idx
15020 status collapsed
15021
15022 \begin_layout Plain Layout
15023 こまんど@コマンド ! M ! 
15024 \backslash
15025 mathclap
15026 \end_layout
15027
15028 \end_inset
15029
15030 コマンドを定義しています。このコマンドの書式は、
15031 \end_layout
15032
15033 \begin_layout Standard
15034
15035 \series bold
15036
15037 \backslash
15038 mathclap{範囲}
15039 \end_layout
15040
15041 \begin_layout Standard
15042 となっていて、「範囲」には複数の条件を入れることができます。
15043 \end_layout
15044
15045 \begin_layout Standard
15046 これを
15047 \begin_inset CommandInset ref
15048 LatexCommand eqref
15049 reference "eq:substack"
15050
15051 \end_inset
15052
15053 式に応用すると、以下のようなコマンド
15054 \end_layout
15055
15056 \begin_layout Standard
15057
15058 \series bold
15059
15060 \backslash
15061 sum_
15062 \backslash
15063 mathclap{
15064 \backslash
15065 substack
15066 \begin_inset space \textvisiblespace{}
15067 \end_inset
15068
15069 0
15070 \begin_inset Formula $\boldsymbol{<}$
15071 \end_inset
15072
15073 k
15074 \begin_inset Formula $\boldsymbol{<}$
15075 \end_inset
15076
15077 1000 Ctrl+Return
15078 \end_layout
15079
15080 \begin_layout Standard
15081 を使用して下限を作成することになります。これによって、足される要素は、和演算子の直後に来ることになります。
15082 \begin_inset Formula 
15083 \[
15084 \sum_{\mathclap{\substack{0<k<1000\\
15085 \\
15086 k\,\in\,\mathbb{N}
15087 }
15088 }}^{n}k^{-2}
15089 \]
15090
15091 \end_inset
15092
15093
15094 \end_layout
15095
15096 \begin_layout Standard
15097 \begin_inset VSpace bigskip
15098 \end_inset
15099
15100 一つの範囲を複数の演算子に用いる方法が、第
15101 \begin_inset CommandInset ref
15102 LatexCommand ref
15103 reference "sub:自己定義演算子"
15104
15105 \end_inset
15106
15107 節に述べられています。
15108 \end_layout
15109
15110 \begin_layout Subsection
15111 演算子の修飾
15112 \begin_inset Index idx
15113 status open
15114
15115 \begin_layout Plain Layout
15116 えんざんし@演算子 ! 
15117 \family sans
15118 \series bold
15119 しゅうしょく@修飾
15120 \end_layout
15121
15122 \end_inset
15123
15124
15125 \end_layout
15126
15127 \begin_layout Standard
15128
15129 \series bold
15130
15131 \backslash
15132 overset
15133 \series default
15134
15135 \begin_inset Index idx
15136 status collapsed
15137
15138 \begin_layout Plain Layout
15139 こまんど@コマンド ! O ! 
15140 \backslash
15141 overset
15142 \end_layout
15143
15144 \end_inset
15145
15146 コマンドや
15147 \series bold
15148
15149 \backslash
15150 underset
15151 \series default
15152
15153 \begin_inset Index idx
15154 status collapsed
15155
15156 \begin_layout Plain Layout
15157 こまんど@コマンド ! U ! 
15158 \backslash
15159 underset
15160 \end_layout
15161
15162 \end_inset
15163
15164 コマンドを使うと、それぞれ演算子の上や下に、文字をアクセントとして付けることができます。また、
15165 \series bold
15166
15167 \backslash
15168 sideset
15169 \series default
15170
15171 \begin_inset Index idx
15172 status collapsed
15173
15174 \begin_layout Plain Layout
15175 こまんど@コマンド ! S ! 
15176 \backslash
15177 sideset
15178 \end_layout
15179
15180 \end_inset
15181
15182 コマンドを使うと、文字を演算子の前や後ろに付けることができます。コマンド書式は、
15183 \end_layout
15184
15185 \begin_layout Standard
15186
15187 \series bold
15188
15189 \backslash
15190 sideset{前置文字}{後置文字}
15191 \end_layout
15192
15193 \begin_layout Standard
15194
15195 \series bold
15196
15197 \backslash
15198 sideset
15199 \series default
15200 は、かならずアクセントを付ける演算子の前に置かなくてはなりません。複数の文字や他の演算子、記号もアクセントとして使用することができます。たとえば、
15201 \series bold
15202
15203 \backslash
15204 sideset
15205 \series default
15206 を使って演算子の後だけに文字を配置したい場合には、最初の括弧の中には何も書かないようにしますが、括弧を省略することはできません。
15207 \end_layout
15208
15209 \begin_layout Standard
15210 たとえば、
15211 \series bold
15212
15213 \backslash
15214 sideset{
15215 \begin_inset Formula $\to$
15216 \end_inset
15217
15218
15219 \backslash
15220 {
15221 \series default
15222 '
15223 \series bold
15224
15225 \begin_inset Formula $\to$
15226 \end_inset
15227
15228
15229 \backslash
15230 sum_k=1
15231 \begin_inset space \textvisiblespace{}
15232 \end_inset
15233
15234
15235 \series default
15236 ^
15237 \series bold
15238 n
15239 \series default
15240 というコマンドを入力すると、
15241 \begin_inset Formula 
15242 \[
15243 \sideset{}{'}\sum_{k=1}^{n}
15244 \]
15245
15246 \end_inset
15247
15248 のようになります。
15249 \end_layout
15250
15251 \begin_layout Standard
15252 \begin_inset Note Greyedout
15253 status open
15254
15255 \begin_layout Plain Layout
15256
15257 \series bold
15258 【註】
15259 \backslash
15260 sideset
15261 \series default
15262 は、大演算子を修飾するためだけに用いることができ、二項演算子には用いることができません。
15263 \end_layout
15264
15265 \end_inset
15266
15267
15268 \end_layout
15269
15270 \begin_layout Standard
15271 のようになります。最後の例からわかるように、
15272 \series bold
15273
15274 \backslash
15275 overset
15276 \series default
15277
15278 \series bold
15279
15280 \backslash
15281 underset
15282 \series default
15283 では、記号や文字にアクセントをつけることもできます。一方。 また、
15284 \series bold
15285
15286 \backslash
15287 overset
15288 \begin_inset space \textvisiblespace{}
15289 \end_inset
15290
15291
15292 \backslash
15293 maltese
15294 \begin_inset space \textvisiblespace{}
15295 \end_inset
15296
15297
15298 \series default
15299
15300 \begin_inset Formula $\uparrow$
15301 \end_inset
15302
15303
15304 \series bold
15305 a
15306 \series default
15307 というコマンドならば、
15308 \begin_inset Formula 
15309 \[
15310 \overset{a}{\maltese}
15311 \]
15312
15313 \end_inset
15314
15315
15316 \end_layout
15317
15318 \begin_layout Subsection
15319 二項演算子
15320 \begin_inset CommandInset label
15321 LatexCommand label
15322 name "sub:二項演算子"
15323
15324 \end_inset
15325
15326
15327 \begin_inset Index idx
15328 status collapsed
15329
15330 \begin_layout Plain Layout
15331 えんざんし@演算子 ! にこう@二項
15332 \end_layout
15333
15334 \end_inset
15335
15336
15337 \end_layout
15338
15339 \begin_layout Standard
15340 二項演算子は、前後に文字がある場合、周囲に余白が入ります。
15341 \begin_inset VSpace medskip
15342 \end_inset
15343
15344
15345 \end_layout
15346
15347 \begin_layout Standard
15348 \begin_inset space \hfill{}
15349 \end_inset
15350
15351
15352 \begin_inset Tabular
15353 <lyxtabular version="3" rows="13" columns="2">
15354 <features rotate="0" tabularvalignment="middle">
15355 <column alignment="center" valignment="top" width="0pt">
15356 <column alignment="center" valignment="top" width="0pt">
15357 <row>
15358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15359 \begin_inset Text
15360
15361 \begin_layout Plain Layout
15362 コマンド
15363 \begin_inset Note Note
15364 status collapsed
15365
15366 \begin_layout Plain Layout
15367 ここで
15368 \series bold
15369
15370 \backslash
15371 raisebox
15372 \series default
15373 はスペーサーとして使用しているだけです。
15374 \end_layout
15375
15376 \end_inset
15377
15378
15379 \end_layout
15380
15381 \end_inset
15382 </cell>
15383 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15384 \begin_inset Text
15385
15386 \begin_layout Plain Layout
15387 出力
15388 \end_layout
15389
15390 \end_inset
15391 </cell>
15392 </row>
15393 <row>
15394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15395 \begin_inset Text
15396
15397 \begin_layout Plain Layout
15398 +
15399 \end_layout
15400
15401 \end_inset
15402 </cell>
15403 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15404 \begin_inset Text
15405
15406 \begin_layout Plain Layout
15407 \begin_inset Formula $+$
15408 \end_inset
15409
15410
15411 \end_layout
15412
15413 \end_inset
15414 </cell>
15415 </row>
15416 <row>
15417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15418 \begin_inset Text
15419
15420 \begin_layout Plain Layout
15421 -
15422 \end_layout
15423
15424 \end_inset
15425 </cell>
15426 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15427 \begin_inset Text
15428
15429 \begin_layout Plain Layout
15430 \begin_inset Formula $-$
15431 \end_inset
15432
15433
15434 \end_layout
15435
15436 \end_inset
15437 </cell>
15438 </row>
15439 <row>
15440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15441 \begin_inset Text
15442
15443 \begin_layout Plain Layout
15444
15445 \backslash
15446 pm
15447 \end_layout
15448
15449 \end_inset
15450 </cell>
15451 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15452 \begin_inset Text
15453
15454 \begin_layout Plain Layout
15455 \begin_inset Formula $\pm$
15456 \end_inset
15457
15458
15459 \end_layout
15460
15461 \end_inset
15462 </cell>
15463 </row>
15464 <row>
15465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15466 \begin_inset Text
15467
15468 \begin_layout Plain Layout
15469
15470 \backslash
15471 mp
15472 \end_layout
15473
15474 \end_inset
15475 </cell>
15476 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15477 \begin_inset Text
15478
15479 \begin_layout Plain Layout
15480 \begin_inset Formula $\mp$
15481 \end_inset
15482
15483
15484 \end_layout
15485
15486 \end_inset
15487 </cell>
15488 </row>
15489 <row>
15490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15491 \begin_inset Text
15492
15493 \begin_layout Plain Layout
15494
15495 \backslash
15496 cdot
15497 \end_layout
15498
15499 \end_inset
15500 </cell>
15501 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15502 \begin_inset Text
15503
15504 \begin_layout Plain Layout
15505 \begin_inset Formula $\cdot$
15506 \end_inset
15507
15508
15509 \end_layout
15510
15511 \end_inset
15512 </cell>
15513 </row>
15514 <row>
15515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15516 \begin_inset Text
15517
15518 \begin_layout Plain Layout
15519
15520 \backslash
15521 times
15522 \end_layout
15523
15524 \end_inset
15525 </cell>
15526 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15527 \begin_inset Text
15528
15529 \begin_layout Plain Layout
15530 \begin_inset Formula $\times$
15531 \end_inset
15532
15533
15534 \end_layout
15535
15536 \end_inset
15537 </cell>
15538 </row>
15539 <row>
15540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15541 \begin_inset Text
15542
15543 \begin_layout Plain Layout
15544
15545 \backslash
15546 div
15547 \end_layout
15548
15549 \end_inset
15550 </cell>
15551 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15552 \begin_inset Text
15553
15554 \begin_layout Plain Layout
15555 \begin_inset Formula $\div$
15556 \end_inset
15557
15558
15559 \end_layout
15560
15561 \end_inset
15562 </cell>
15563 </row>
15564 <row>
15565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15566 \begin_inset Text
15567
15568 \begin_layout Plain Layout
15569 \begin_inset ERT
15570 status collapsed
15571
15572 \begin_layout Plain Layout
15573
15574
15575 \backslash
15576 raisebox{-1.2mm}{
15577 \end_layout
15578
15579 \end_inset
15580
15581 *
15582 \begin_inset ERT
15583 status collapsed
15584
15585 \begin_layout Plain Layout
15586
15587 }
15588 \end_layout
15589
15590 \end_inset
15591
15592
15593 \end_layout
15594
15595 \end_inset
15596 </cell>
15597 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15598 \begin_inset Text
15599
15600 \begin_layout Plain Layout
15601 \begin_inset Formula $*$
15602 \end_inset
15603
15604
15605 \end_layout
15606
15607 \end_inset
15608 </cell>
15609 </row>
15610 <row>
15611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15612 \begin_inset Text
15613
15614 \begin_layout Plain Layout
15615
15616 \backslash
15617 star
15618 \end_layout
15619
15620 \end_inset
15621 </cell>
15622 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15623 \begin_inset Text
15624
15625 \begin_layout Plain Layout
15626 \begin_inset Formula $\star$
15627 \end_inset
15628
15629
15630 \end_layout
15631
15632 \end_inset
15633 </cell>
15634 </row>
15635 <row>
15636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15637 \begin_inset Text
15638
15639 \begin_layout Plain Layout
15640
15641 \backslash
15642 circ
15643 \end_layout
15644
15645 \end_inset
15646 </cell>
15647 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15648 \begin_inset Text
15649
15650 \begin_layout Plain Layout
15651 \begin_inset Formula $\circ$
15652 \end_inset
15653
15654
15655 \end_layout
15656
15657 \end_inset
15658 </cell>
15659 </row>
15660 <row>
15661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15662 \begin_inset Text
15663
15664 \begin_layout Plain Layout
15665
15666 \backslash
15667 diamond
15668 \end_layout
15669
15670 \end_inset
15671 </cell>
15672 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15673 \begin_inset Text
15674
15675 \begin_layout Plain Layout
15676 \begin_inset Formula $\diamond$
15677 \end_inset
15678
15679
15680 \end_layout
15681
15682 \end_inset
15683 </cell>
15684 </row>
15685 <row>
15686 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15687 \begin_inset Text
15688
15689 \begin_layout Plain Layout
15690
15691 \backslash
15692 bullet
15693 \end_layout
15694
15695 \end_inset
15696 </cell>
15697 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15698 \begin_inset Text
15699
15700 \begin_layout Plain Layout
15701 \begin_inset Formula $\bullet$
15702 \end_inset
15703
15704
15705 \end_layout
15706
15707 \end_inset
15708 </cell>
15709 </row>
15710 </lyxtabular>
15711
15712 \end_inset
15713
15714
15715 \begin_inset space \hfill{}
15716 \end_inset
15717
15718
15719 \begin_inset Tabular
15720 <lyxtabular version="3" rows="13" columns="2">
15721 <features rotate="0" tabularvalignment="middle">
15722 <column alignment="center" valignment="top" width="0pt">
15723 <column alignment="center" valignment="top" width="0pt">
15724 <row>
15725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15726 \begin_inset Text
15727
15728 \begin_layout Plain Layout
15729 コマンド
15730 \end_layout
15731
15732 \end_inset
15733 </cell>
15734 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15735 \begin_inset Text
15736
15737 \begin_layout Plain Layout
15738 出力
15739 \end_layout
15740
15741 \end_inset
15742 </cell>
15743 </row>
15744 <row>
15745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15746 \begin_inset Text
15747
15748 \begin_layout Plain Layout
15749
15750 \backslash
15751 nabla
15752 \end_layout
15753
15754 \end_inset
15755 </cell>
15756 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15757 \begin_inset Text
15758
15759 \begin_layout Plain Layout
15760 \begin_inset Formula $\nabla$
15761 \end_inset
15762
15763
15764 \end_layout
15765
15766 \end_inset
15767 </cell>
15768 </row>
15769 <row>
15770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15771 \begin_inset Text
15772
15773 \begin_layout Plain Layout
15774
15775 \backslash
15776 bigtriangledown
15777 \end_layout
15778
15779 \end_inset
15780 </cell>
15781 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15782 \begin_inset Text
15783
15784 \begin_layout Plain Layout
15785 \begin_inset Formula $\bigtriangledown$
15786 \end_inset
15787
15788
15789 \end_layout
15790
15791 \end_inset
15792 </cell>
15793 </row>
15794 <row>
15795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15796 \begin_inset Text
15797
15798 \begin_layout Plain Layout
15799
15800 \backslash
15801 bigtriangleup
15802 \end_layout
15803
15804 \end_inset
15805 </cell>
15806 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15807 \begin_inset Text
15808
15809 \begin_layout Plain Layout
15810 \begin_inset Formula $\bigtriangleup$
15811 \end_inset
15812
15813
15814 \end_layout
15815
15816 \end_inset
15817 </cell>
15818 </row>
15819 <row>
15820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15821 \begin_inset Text
15822
15823 \begin_layout Plain Layout
15824
15825 \backslash
15826 Box
15827 \end_layout
15828
15829 \end_inset
15830 </cell>
15831 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15832 \begin_inset Text
15833
15834 \begin_layout Plain Layout
15835 \begin_inset Formula $\Box$
15836 \end_inset
15837
15838
15839 \end_layout
15840
15841 \end_inset
15842 </cell>
15843 </row>
15844 <row>
15845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15846 \begin_inset Text
15847
15848 \begin_layout Plain Layout
15849
15850 \backslash
15851 cap 
15852 \end_layout
15853
15854 \end_inset
15855 </cell>
15856 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15857 \begin_inset Text
15858
15859 \begin_layout Plain Layout
15860 \begin_inset Formula $\cap$
15861 \end_inset
15862
15863
15864 \end_layout
15865
15866 \end_inset
15867 </cell>
15868 </row>
15869 <row>
15870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15871 \begin_inset Text
15872
15873 \begin_layout Plain Layout
15874
15875 \backslash
15876 cup
15877 \end_layout
15878
15879 \end_inset
15880 </cell>
15881 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15882 \begin_inset Text
15883
15884 \begin_layout Plain Layout
15885 \begin_inset Formula $\cup$
15886 \end_inset
15887
15888
15889 \end_layout
15890
15891 \end_inset
15892 </cell>
15893 </row>
15894 <row>
15895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15896 \begin_inset Text
15897
15898 \begin_layout Plain Layout
15899
15900 \backslash
15901 dagger
15902 \end_layout
15903
15904 \end_inset
15905 </cell>
15906 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15907 \begin_inset Text
15908
15909 \begin_layout Plain Layout
15910 \begin_inset Formula $\dagger$
15911 \end_inset
15912
15913
15914 \end_layout
15915
15916 \end_inset
15917 </cell>
15918 </row>
15919 <row>
15920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15921 \begin_inset Text
15922
15923 \begin_layout Plain Layout
15924
15925 \backslash
15926 ddagger
15927 \end_layout
15928
15929 \end_inset
15930 </cell>
15931 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15932 \begin_inset Text
15933
15934 \begin_layout Plain Layout
15935 \begin_inset Formula $\ddagger$
15936 \end_inset
15937
15938
15939 \end_layout
15940
15941 \end_inset
15942 </cell>
15943 </row>
15944 <row>
15945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15946 \begin_inset Text
15947
15948 \begin_layout Plain Layout
15949
15950 \backslash
15951 wr
15952 \end_layout
15953
15954 \end_inset
15955 </cell>
15956 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15957 \begin_inset Text
15958
15959 \begin_layout Plain Layout
15960 \begin_inset Formula $\wr$
15961 \end_inset
15962
15963
15964 \end_layout
15965
15966 \end_inset
15967 </cell>
15968 </row>
15969 <row>
15970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15971 \begin_inset Text
15972
15973 \begin_layout Plain Layout
15974
15975 \backslash
15976 bigcirc
15977 \end_layout
15978
15979 \end_inset
15980 </cell>
15981 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15982 \begin_inset Text
15983
15984 \begin_layout Plain Layout
15985 \begin_inset Formula $\bigcirc$
15986 \end_inset
15987
15988
15989 \end_layout
15990
15991 \end_inset
15992 </cell>
15993 </row>
15994 <row>
15995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15996 \begin_inset Text
15997
15998 \begin_layout Plain Layout
15999
16000 \backslash
16001 wedge
16002 \end_layout
16003
16004 \end_inset
16005 </cell>
16006 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16007 \begin_inset Text
16008
16009 \begin_layout Plain Layout
16010 \begin_inset Formula $\wedge$
16011 \end_inset
16012
16013
16014 \end_layout
16015
16016 \end_inset
16017 </cell>
16018 </row>
16019 <row>
16020 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16021 \begin_inset Text
16022
16023 \begin_layout Plain Layout
16024
16025 \backslash
16026 vee
16027 \end_layout
16028
16029 \end_inset
16030 </cell>
16031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16032 \begin_inset Text
16033
16034 \begin_layout Plain Layout
16035 \begin_inset Formula $\vee$
16036 \end_inset
16037
16038
16039 \end_layout
16040
16041 \end_inset
16042 </cell>
16043 </row>
16044 </lyxtabular>
16045
16046 \end_inset
16047
16048
16049 \begin_inset space \hfill{}
16050 \end_inset
16051
16052
16053 \begin_inset Tabular
16054 <lyxtabular version="3" rows="13" columns="2">
16055 <features rotate="0" tabularvalignment="middle">
16056 <column alignment="center" valignment="top" width="0pt">
16057 <column alignment="center" valignment="top" width="0pt">
16058 <row>
16059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16060 \begin_inset Text
16061
16062 \begin_layout Plain Layout
16063 コマンド
16064 \end_layout
16065
16066 \end_inset
16067 </cell>
16068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16069 \begin_inset Text
16070
16071 \begin_layout Plain Layout
16072 出力
16073 \end_layout
16074
16075 \end_inset
16076 </cell>
16077 </row>
16078 <row>
16079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16080 \begin_inset Text
16081
16082 \begin_layout Plain Layout
16083
16084 \backslash
16085 oplus
16086 \end_layout
16087
16088 \end_inset
16089 </cell>
16090 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16091 \begin_inset Text
16092
16093 \begin_layout Plain Layout
16094 \begin_inset Formula $\oplus$
16095 \end_inset
16096
16097
16098 \end_layout
16099
16100 \end_inset
16101 </cell>
16102 </row>
16103 <row>
16104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16105 \begin_inset Text
16106
16107 \begin_layout Plain Layout
16108
16109 \backslash
16110 ominus
16111 \end_layout
16112
16113 \end_inset
16114 </cell>
16115 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16116 \begin_inset Text
16117
16118 \begin_layout Plain Layout
16119 \begin_inset Formula $\ominus$
16120 \end_inset
16121
16122
16123 \end_layout
16124
16125 \end_inset
16126 </cell>
16127 </row>
16128 <row>
16129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16130 \begin_inset Text
16131
16132 \begin_layout Plain Layout
16133
16134 \backslash
16135 otimes
16136 \end_layout
16137
16138 \end_inset
16139 </cell>
16140 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16141 \begin_inset Text
16142
16143 \begin_layout Plain Layout
16144 \begin_inset Formula $\otimes$
16145 \end_inset
16146
16147
16148 \end_layout
16149
16150 \end_inset
16151 </cell>
16152 </row>
16153 <row>
16154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16155 \begin_inset Text
16156
16157 \begin_layout Plain Layout
16158
16159 \backslash
16160 oslash
16161 \end_layout
16162
16163 \end_inset
16164 </cell>
16165 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16166 \begin_inset Text
16167
16168 \begin_layout Plain Layout
16169 \begin_inset Formula $\oslash$
16170 \end_inset
16171
16172
16173 \end_layout
16174
16175 \end_inset
16176 </cell>
16177 </row>
16178 <row>
16179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16180 \begin_inset Text
16181
16182 \begin_layout Plain Layout
16183
16184 \backslash
16185 odot
16186 \end_layout
16187
16188 \end_inset
16189 </cell>
16190 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16191 \begin_inset Text
16192
16193 \begin_layout Plain Layout
16194 \begin_inset Formula $\odot$
16195 \end_inset
16196
16197
16198 \end_layout
16199
16200 \end_inset
16201 </cell>
16202 </row>
16203 <row>
16204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16205 \begin_inset Text
16206
16207 \begin_layout Plain Layout
16208
16209 \backslash
16210 amalg
16211 \end_layout
16212
16213 \end_inset
16214 </cell>
16215 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16216 \begin_inset Text
16217
16218 \begin_layout Plain Layout
16219 \begin_inset Formula $\amalg$
16220 \end_inset
16221
16222
16223 \end_layout
16224
16225 \end_inset
16226 </cell>
16227 </row>
16228 <row>
16229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16230 \begin_inset Text
16231
16232 \begin_layout Plain Layout
16233
16234 \backslash
16235 uplus
16236 \end_layout
16237
16238 \end_inset
16239 </cell>
16240 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16241 \begin_inset Text
16242
16243 \begin_layout Plain Layout
16244 \begin_inset Formula $\uplus$
16245 \end_inset
16246
16247
16248 \end_layout
16249
16250 \end_inset
16251 </cell>
16252 </row>
16253 <row>
16254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16255 \begin_inset Text
16256
16257 \begin_layout Plain Layout
16258
16259 \backslash
16260 setminus
16261 \end_layout
16262
16263 \end_inset
16264 </cell>
16265 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16266 \begin_inset Text
16267
16268 \begin_layout Plain Layout
16269 \begin_inset Formula $\setminus$
16270 \end_inset
16271
16272
16273 \end_layout
16274
16275 \end_inset
16276 </cell>
16277 </row>
16278 <row>
16279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16280 \begin_inset Text
16281
16282 \begin_layout Plain Layout
16283
16284 \backslash
16285 sqcap
16286 \end_layout
16287
16288 \end_inset
16289 </cell>
16290 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16291 \begin_inset Text
16292
16293 \begin_layout Plain Layout
16294 \begin_inset Formula $\sqcap$
16295 \end_inset
16296
16297
16298 \end_layout
16299
16300 \end_inset
16301 </cell>
16302 </row>
16303 <row>
16304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16305 \begin_inset Text
16306
16307 \begin_layout Plain Layout
16308
16309 \backslash
16310 sqcup
16311 \end_layout
16312
16313 \end_inset
16314 </cell>
16315 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16316 \begin_inset Text
16317
16318 \begin_layout Plain Layout
16319 \begin_inset Formula $\sqcup$
16320 \end_inset
16321
16322
16323 \end_layout
16324
16325 \end_inset
16326 </cell>
16327 </row>
16328 <row>
16329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16330 \begin_inset Text
16331
16332 \begin_layout Plain Layout
16333
16334 \backslash
16335 triangleleft
16336 \end_layout
16337
16338 \end_inset
16339 </cell>
16340 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16341 \begin_inset Text
16342
16343 \begin_layout Plain Layout
16344 \begin_inset Formula $\triangleleft$
16345 \end_inset
16346
16347
16348 \end_layout
16349
16350 \end_inset
16351 </cell>
16352 </row>
16353 <row>
16354 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16355 \begin_inset Text
16356
16357 \begin_layout Plain Layout
16358
16359 \backslash
16360 triangleright
16361 \end_layout
16362
16363 \end_inset
16364 </cell>
16365 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16366 \begin_inset Text
16367
16368 \begin_layout Plain Layout
16369 \begin_inset Formula $\triangleright$
16370 \end_inset
16371
16372
16373 \end_layout
16374
16375 \end_inset
16376 </cell>
16377 </row>
16378 </lyxtabular>
16379
16380 \end_inset
16381
16382
16383 \begin_inset space \hfill{}
16384 \end_inset
16385
16386
16387 \end_layout
16388
16389 \begin_layout Standard
16390 二項演算子は、すべて数式ツールバーボタンの
16391 \begin_inset Graphics
16392         filename ../../images/math/pm.png
16393         scale 85
16394
16395 \end_inset
16396
16397 から挿入することもできます。
16398 \end_layout
16399
16400 \begin_layout Standard
16401 ラプラス演算子を組版するには、
16402 \series bold
16403
16404 \backslash
16405 bigtriangleup
16406 \series default
16407 以外に、
16408 \series bold
16409
16410 \backslash
16411 Delta
16412 \series default
16413
16414 \series bold
16415
16416 \backslash
16417 nabla
16418 \series default
16419 ^
16420 \series bold
16421 2
16422 \series default
16423 (
16424 \begin_inset Formula $\nabla^{2}$
16425 \end_inset
16426
16427 )を使用することもできます。
16428 \end_layout
16429
16430 \begin_layout Standard
16431
16432 \family sans
16433 挿入\SpecialChar \menuseparator
16434 特殊文字
16435 \family default
16436 メニューの
16437 \family sans
16438 メニュー区切り
16439 \family default
16440 で入力される文字は、
16441 \series bold
16442
16443 \backslash
16444 triangleright
16445 \series default
16446 演算子です。
16447 \end_layout
16448
16449 \begin_layout Subsection
16450 自己定義演算子
16451 \begin_inset CommandInset label
16452 LatexCommand label
16453 name "sub:自己定義演算子"
16454
16455 \end_inset
16456
16457
16458 \begin_inset Index idx
16459 status collapsed
16460
16461 \begin_layout Plain Layout
16462 えんざんし@演算子 ! じこていぎ@自己定義
16463 \end_layout
16464
16465 \end_inset
16466
16467
16468 \end_layout
16469
16470 \begin_layout Standard
16471 LaTeXプリアンブルで
16472 \series bold
16473
16474 \backslash
16475 DeclareMathOperator
16476 \series default
16477
16478 \begin_inset Index idx
16479 status collapsed
16480
16481 \begin_layout Plain Layout
16482 こまんど@コマンド ! D ! 
16483 \backslash
16484 dbinom@
16485 \backslash
16486 DeclareMathOperator
16487 \end_layout
16488
16489 \end_inset
16490
16491 コマンドを使用すると、自製演算子を定義することができます。このコマンドの書式は
16492 \end_layout
16493
16494 \begin_layout Standard
16495
16496 \series bold
16497
16498 \backslash
16499 DeclareMathOperator{新規コマンド}{表示}
16500 \end_layout
16501
16502 \begin_layout Standard
16503 です。「表示」は、出力での演算子の表示され方を定義する文字や記号です。大演算子を定義するには、コマンドの後に「*」を置きます。自己定義の大演算子は、すべて第
16504 \begin_inset CommandInset ref
16505 LatexCommand ref
16506 reference "sub:演算子の範囲"
16507
16508 \end_inset
16509
16510 節で述べられた範囲を指定することができます。
16511 \end_layout
16512
16513 \begin_layout Standard
16514 たとえば、以下のようなLaTeXプリアンブル行
16515 \end_layout
16516
16517 \begin_layout Standard
16518
16519 \series bold
16520
16521 \backslash
16522 DeclareMathOperator*{
16523 \backslash
16524 Lozenge}{
16525 \backslash
16526 blacklozenge}
16527 \end_layout
16528
16529 \begin_layout Standard
16530 は、第
16531 \begin_inset CommandInset ref
16532 LatexCommand ref
16533 reference "sub:その他の記号"
16534
16535 \end_inset
16536
16537 節にある菱形記号を使った大演算子を挿入する、以下のようなコマンド
16538 \series bold
16539
16540 \backslash
16541 Lozenge
16542 \series default
16543 を定義します。
16544 \begin_inset Formula 
16545 \[
16546 \Lozenge_{n=1}^{\infty}
16547 \]
16548
16549 \end_inset
16550
16551 上記の数式を作るコマンドは、
16552 \series bold
16553
16554 \backslash
16555 Lozenge
16556 \series default
16557 ^
16558 \series bold
16559
16560 \backslash
16561 infty
16562 \begin_inset Formula $\to$
16563 \end_inset
16564
16565 _n=1
16566 \series default
16567 です。
16568 \end_layout
16569
16570 \begin_layout Standard
16571 \begin_inset VSpace bigskip
16572 \end_inset
16573
16574 自己定義演算子を、同一文書内で複数回用いない時には、以下の書式を持つ
16575 \series bold
16576
16577 \backslash
16578 mathop
16579 \series default
16580
16581 \begin_inset Index idx
16582 status collapsed
16583
16584 \begin_layout Plain Layout
16585 こまんど@コマンド ! M ! 
16586 \backslash
16587 mathop
16588 \end_layout
16589
16590 \end_inset
16591
16592 コマンドおよび
16593 \series bold
16594
16595 \backslash
16596 mathbin
16597 \series default
16598
16599 \begin_inset Index idx
16600 status collapsed
16601
16602 \begin_layout Plain Layout
16603 こまんど@コマンド ! M ! 
16604 \backslash
16605 mathbin
16606 \end_layout
16607
16608 \end_inset
16609
16610 コマンドを用いて定義を行うこともできます。
16611 \end_layout
16612
16613 \begin_layout Standard
16614 (書式)
16615 \series bold
16616
16617 \backslash
16618 mathop{表示}
16619 \series default
16620 および
16621 \series bold
16622
16623 \backslash
16624 mathbin{表示}
16625 \end_layout
16626
16627 \begin_layout Standard
16628
16629 \series bold
16630
16631 \backslash
16632 mathop
16633 \series default
16634 は大演算子を定義し、
16635 \series bold
16636
16637 \backslash
16638 mathbin
16639 \series default
16640 は二項演算子を定義します。
16641 \end_layout
16642
16643 \begin_layout Standard
16644 たとえば
16645 \series bold
16646
16647 \backslash
16648 mathop
16649 \series default
16650 は、以下のように、複数の演算子に共通の範囲指定を行うのに用いることができます。
16651 \end_layout
16652
16653 \begin_layout Standard
16654 \begin_inset Formula 
16655 \[
16656 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}
16657 \]
16658
16659 \end_inset
16660
16661
16662 \end_layout
16663
16664 \begin_layout Standard
16665 上記の数式では
16666 \begin_inset Newline newline
16667 \end_inset
16668
16669
16670 \series bold
16671
16672 \backslash
16673 mathop{
16674 \backslash
16675 sum
16676 \backslash
16677 negmedspace
16678 \backslash
16679 sum
16680 \series default
16681
16682 \begin_inset space \textvisiblespace{}
16683 \end_inset
16684
16685
16686 \series bold
16687
16688 \begin_inset Formula $\to$
16689 \end_inset
16690
16691 ^N
16692 \series default
16693
16694 \begin_inset space \textvisiblespace{}
16695 \end_inset
16696
16697
16698 \series bold
16699 _i,j=1
16700 \begin_inset Newline newline
16701 \end_inset
16702
16703
16704 \series default
16705 というコマンドを用いています。
16706 \end_layout
16707
16708 \begin_layout Section
16709 書体
16710 \begin_inset Index idx
16711 status collapsed
16712
16713 \begin_layout Plain Layout
16714 しょたい@書体
16715 \end_layout
16716
16717 \end_inset
16718
16719
16720 \begin_inset Index idx
16721 status collapsed
16722
16723 \begin_layout Plain Layout
16724 ふぉんと@フォント | see
16725 \begin_inset ERT
16726 status collapsed
16727
16728 \begin_layout Plain Layout
16729
16730 {
16731 \end_layout
16732
16733 \end_inset
16734
16735 書体
16736 \begin_inset ERT
16737 status collapsed
16738
16739 \begin_layout Plain Layout
16740
16741 }
16742 \end_layout
16743
16744 \end_inset
16745
16746
16747 \end_layout
16748
16749 \end_inset
16750
16751
16752 \end_layout
16753
16754 \begin_layout Subsection
16755 書体様式
16756 \begin_inset CommandInset label
16757 LatexCommand label
16758 name "sub:書体様式"
16759
16760 \end_inset
16761
16762
16763 \begin_inset Index idx
16764 status collapsed
16765
16766 \begin_layout Plain Layout
16767 しょたい@書体 ! ようしき@様式
16768 \end_layout
16769
16770 \end_inset
16771
16772
16773 \end_layout
16774
16775 \begin_layout Standard
16776 数式中のラテン文字は、以下の書体様式のうちいずれかに設定することができます。
16777 \begin_inset VSpace -2mm
16778 \end_inset
16779
16780
16781 \end_layout
16782
16783 \begin_layout Standard
16784 \align center
16785 \begin_inset Tabular
16786 <lyxtabular version="3" rows="7" columns="3">
16787 <features rotate="0" tabularvalignment="middle">
16788 <column alignment="center" valignment="top">
16789 <column alignment="center" valignment="top">
16790 <column alignment="center" valignment="top">
16791 <row>
16792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16793 \begin_inset Text
16794
16795 \begin_layout Plain Layout
16796 コマンド
16797 \end_layout
16798
16799 \end_inset
16800 </cell>
16801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16802 \begin_inset Text
16803
16804 \begin_layout Plain Layout
16805 出力
16806 \end_layout
16807
16808 \end_inset
16809 </cell>
16810 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16811 \begin_inset Text
16812
16813 \begin_layout Plain Layout
16814 \begin_inset Flex Ruby
16815 status collapsed
16816
16817 \begin_layout Plain Layout
16818 捷径
16819 \begin_inset Argument post:1
16820 status collapsed
16821
16822 \begin_layout Plain Layout
16823 ショートカット
16824 \end_layout
16825
16826 \end_inset
16827
16828
16829 \end_layout
16830
16831 \end_inset
16832
16833
16834 \end_layout
16835
16836 \end_inset
16837 </cell>
16838 </row>
16839 <row>
16840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16841 \begin_inset Text
16842
16843 \begin_layout Plain Layout
16844
16845 \backslash
16846 mathbb
16847 \series bold
16848
16849 \begin_inset space \textvisiblespace{}
16850 \end_inset
16851
16852
16853 \series default
16854 ABC
16855 \end_layout
16856
16857 \end_inset
16858 </cell>
16859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16860 \begin_inset Text
16861
16862 \begin_layout Plain Layout
16863 \begin_inset Formula $\mathbb{ABC}$
16864 \end_inset
16865
16866
16867 \end_layout
16868
16869 \end_inset
16870 </cell>
16871 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16872 \begin_inset Text
16873
16874 \begin_layout Plain Layout
16875 \begin_inset Info
16876 type  "shortcut"
16877 arg   "font-noun"
16878 \end_inset
16879
16880
16881 \end_layout
16882
16883 \end_inset
16884 </cell>
16885 </row>
16886 <row>
16887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16888 \begin_inset Text
16889
16890 \begin_layout Plain Layout
16891
16892 \backslash
16893 mathbf
16894 \series bold
16895
16896 \begin_inset space \textvisiblespace{}
16897 \end_inset
16898
16899
16900 \series default
16901 AbC
16902 \end_layout
16903
16904 \end_inset
16905 </cell>
16906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16907 \begin_inset Text
16908
16909 \begin_layout Plain Layout
16910 \begin_inset Formula $\mathbf{AbC}$
16911 \end_inset
16912
16913
16914 \end_layout
16915
16916 \end_inset
16917 </cell>
16918 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16919 \begin_inset Text
16920
16921 \begin_layout Plain Layout
16922 \begin_inset Info
16923 type  "shortcut"
16924 arg   "font-bold"
16925 \end_inset
16926
16927
16928 \end_layout
16929
16930 \end_inset
16931 </cell>
16932 </row>
16933 <row>
16934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16935 \begin_inset Text
16936
16937 \begin_layout Plain Layout
16938
16939 \backslash
16940 boldsymbol
16941 \series bold
16942
16943 \begin_inset space \textvisiblespace{}
16944 \end_inset
16945
16946
16947 \series default
16948 AbC
16949 \end_layout
16950
16951 \end_inset
16952 </cell>
16953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16954 \begin_inset Text
16955
16956 \begin_layout Plain Layout
16957 \begin_inset Formula $\boldsymbol{AbC}$
16958 \end_inset
16959
16960
16961 \end_layout
16962
16963 \end_inset
16964 </cell>
16965 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16966 \begin_inset Text
16967
16968 \begin_layout Plain Layout
16969 \begin_inset Info
16970 type  "shortcuts"
16971 arg   "font-boldsymbol"
16972 \end_inset
16973
16974
16975 \end_layout
16976
16977 \end_inset
16978 </cell>
16979 </row>
16980 <row>
16981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16982 \begin_inset Text
16983
16984 \begin_layout Plain Layout
16985
16986 \backslash
16987 mathcal
16988 \series bold
16989
16990 \begin_inset space \textvisiblespace{}
16991 \end_inset
16992
16993
16994 \series default
16995 ABC
16996 \end_layout
16997
16998 \end_inset
16999 </cell>
17000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17001 \begin_inset Text
17002
17003 \begin_layout Plain Layout
17004 \begin_inset Formula $\mathcal{ABC}$
17005 \end_inset
17006
17007
17008 \end_layout
17009
17010 \end_inset
17011 </cell>
17012 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17013 \begin_inset Text
17014
17015 \begin_layout Plain Layout
17016 \begin_inset Info
17017 type  "shortcut"
17018 arg   "font-emph"
17019 \end_inset
17020
17021
17022 \end_layout
17023
17024 \end_inset
17025 </cell>
17026 </row>
17027 <row>
17028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17029 \begin_inset Text
17030
17031 \begin_layout Plain Layout
17032
17033 \backslash
17034 mathfrak
17035 \series bold
17036
17037 \begin_inset space \textvisiblespace{}
17038 \end_inset
17039
17040
17041 \series default
17042 AbC
17043 \end_layout
17044
17045 \end_inset
17046 </cell>
17047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17048 \begin_inset Text
17049
17050 \begin_layout Plain Layout
17051 \begin_inset Formula $\mathfrak{AbC}$
17052 \end_inset
17053
17054
17055 \end_layout
17056
17057 \end_inset
17058 </cell>
17059 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17060 \begin_inset Text
17061
17062 \begin_layout Plain Layout
17063 -
17064 \end_layout
17065
17066 \end_inset
17067 </cell>
17068 </row>
17069 <row>
17070 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17071 \begin_inset Text
17072
17073 \begin_layout Plain Layout
17074
17075 \backslash
17076 mathscr
17077 \series bold
17078
17079 \begin_inset space \textvisiblespace{}
17080 \end_inset
17081
17082
17083 \series default
17084 AbC
17085 \end_layout
17086
17087 \end_inset
17088 </cell>
17089 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17090 \begin_inset Text
17091
17092 \begin_layout Plain Layout
17093 \begin_inset Formula $\mathscr{AbC}$
17094 \end_inset
17095
17096
17097 \end_layout
17098
17099 \end_inset
17100 </cell>
17101 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17102 \begin_inset Text
17103
17104 \begin_layout Plain Layout
17105 -
17106 \end_layout
17107
17108 \end_inset
17109 </cell>
17110 </row>
17111 </lyxtabular>
17112
17113 \end_inset
17114
17115
17116 \end_layout
17117
17118 \begin_layout Standard
17119 \align center
17120 \begin_inset Tabular
17121 <lyxtabular version="3" rows="5" columns="3">
17122 <features rotate="0" tabularvalignment="middle">
17123 <column alignment="center" valignment="top">
17124 <column alignment="center" valignment="top">
17125 <column alignment="center" valignment="top">
17126 <row>
17127 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17128 \begin_inset Text
17129
17130 \begin_layout Plain Layout
17131 コマンド
17132 \end_layout
17133
17134 \end_inset
17135 </cell>
17136 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17137 \begin_inset Text
17138
17139 \begin_layout Plain Layout
17140 出力
17141 \end_layout
17142
17143 \end_inset
17144 </cell>
17145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17146 \begin_inset Text
17147
17148 \begin_layout Plain Layout
17149 \begin_inset Flex Ruby
17150 status collapsed
17151
17152 \begin_layout Plain Layout
17153 捷径
17154 \begin_inset Argument post:1
17155 status collapsed
17156
17157 \begin_layout Plain Layout
17158 ショートカット
17159 \end_layout
17160
17161 \end_inset
17162
17163
17164 \end_layout
17165
17166 \end_inset
17167
17168
17169 \end_layout
17170
17171 \end_inset
17172 </cell>
17173 </row>
17174 <row>
17175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17176 \begin_inset Text
17177
17178 \begin_layout Plain Layout
17179
17180 \backslash
17181 mathit
17182 \series bold
17183
17184 \begin_inset space \textvisiblespace{}
17185 \end_inset
17186
17187
17188 \series default
17189 AbC
17190 \end_layout
17191
17192 \end_inset
17193 </cell>
17194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17195 \begin_inset Text
17196
17197 \begin_layout Plain Layout
17198 \begin_inset Formula $\mathit{AbC}$
17199 \end_inset
17200
17201
17202 \end_layout
17203
17204 \end_inset
17205 </cell>
17206 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17207 \begin_inset Text
17208
17209 \begin_layout Plain Layout
17210 -
17211 \end_layout
17212
17213 \end_inset
17214 </cell>
17215 </row>
17216 <row>
17217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17218 \begin_inset Text
17219
17220 \begin_layout Plain Layout
17221
17222 \backslash
17223 mathrm
17224 \series bold
17225
17226 \begin_inset space \textvisiblespace{}
17227 \end_inset
17228
17229
17230 \series default
17231 AbC
17232 \end_layout
17233
17234 \end_inset
17235 </cell>
17236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17237 \begin_inset Text
17238
17239 \begin_layout Plain Layout
17240 \begin_inset Formula $\mathrm{AbC}$
17241 \end_inset
17242
17243
17244 \end_layout
17245
17246 \end_inset
17247 </cell>
17248 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17249 \begin_inset Text
17250
17251 \begin_layout Plain Layout
17252 \begin_inset Info
17253 type  "shortcut"
17254 arg   "font-roman"
17255 \end_inset
17256
17257
17258 \end_layout
17259
17260 \end_inset
17261 </cell>
17262 </row>
17263 <row>
17264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17265 \begin_inset Text
17266
17267 \begin_layout Plain Layout
17268
17269 \backslash
17270 mathsf
17271 \series bold
17272
17273 \begin_inset space \textvisiblespace{}
17274 \end_inset
17275
17276
17277 \series default
17278 AbC
17279 \end_layout
17280
17281 \end_inset
17282 </cell>
17283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17284 \begin_inset Text
17285
17286 \begin_layout Plain Layout
17287 \begin_inset Formula $\mathsf{AbC}$
17288 \end_inset
17289
17290
17291 \end_layout
17292
17293 \end_inset
17294 </cell>
17295 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17296 \begin_inset Text
17297
17298 \begin_layout Plain Layout
17299 \begin_inset Info
17300 type  "shortcut"
17301 arg   "font-sans"
17302 \end_inset
17303
17304
17305 \end_layout
17306
17307 \end_inset
17308 </cell>
17309 </row>
17310 <row>
17311 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17312 \begin_inset Text
17313
17314 \begin_layout Plain Layout
17315
17316 \backslash
17317 mathtt
17318 \series bold
17319
17320 \begin_inset space \textvisiblespace{}
17321 \end_inset
17322
17323
17324 \series default
17325 AbC
17326 \end_layout
17327
17328 \end_inset
17329 </cell>
17330 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17331 \begin_inset Text
17332
17333 \begin_layout Plain Layout
17334 \begin_inset Formula $\mathtt{AbC}$
17335 \end_inset
17336
17337
17338 \end_layout
17339
17340 \end_inset
17341 </cell>
17342 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17343 \begin_inset Text
17344
17345 \begin_layout Plain Layout
17346 \begin_inset Info
17347 type  "shortcut"
17348 arg   "font-typewriter"
17349 \end_inset
17350
17351
17352 \end_layout
17353
17354 \end_inset
17355 </cell>
17356 </row>
17357 </lyxtabular>
17358
17359 \end_inset
17360
17361
17362 \end_layout
17363
17364 \begin_layout Standard
17365 \begin_inset Note Greyedout
17366 status open
17367
17368 \begin_layout Plain Layout
17369
17370 \series bold
17371 【註】
17372 \backslash
17373 mathbb
17374 \series default
17375 様式と
17376 \series bold
17377
17378 \backslash
17379 mathcal
17380 \series default
17381 様式は、大文字にのみ使用することができます。
17382 \end_layout
17383
17384 \end_inset
17385
17386
17387 \end_layout
17388
17389 \begin_layout Standard
17390 既定では、
17391 \series bold
17392
17393 \backslash
17394 mathnormal
17395 \series default
17396 様式に設定されています。
17397 \end_layout
17398
17399 \begin_layout Standard
17400 書体様式コマンドは、以下のように数式構成要素内の文字に対しても機能します。
17401 \begin_inset Formula 
17402 \[
17403 \mathfrak{A=\frac{b}{C}}
17404 \]
17405
17406 \end_inset
17407
17408
17409 \end_layout
17410
17411 \begin_layout Standard
17412 数式テキストに含まれる文字に対しては、数式書体様式は反映せず、
17413 \series bold
17414
17415 \backslash
17416 textrm
17417 \series default
17418 様式で表示されます。数式テキストの様式を文字様式ダイアログで設定することができないのは、LyXのバグです
17419 \begin_inset Foot
17420 status collapsed
17421
17422 \begin_layout Plain Layout
17423 \begin_inset CommandInset href
17424 LatexCommand href
17425 name "LyX-bug #4629"
17426 target "http://www.lyx.org/trac/ticket/4629"
17427
17428 \end_inset
17429
17430
17431 \end_layout
17432
17433 \end_inset
17434
17435
17436 \end_layout
17437
17438 \begin_layout Standard
17439 書体様式コマンドの代わりに、
17440 \family sans
17441 編集\SpecialChar \menuseparator
17442 数学\SpecialChar \menuseparator
17443 文字様式
17444 \family default
17445 ダイアログや、
17446 \begin_inset Graphics
17447         filename ../../images/math/font.png
17448         scale 85
17449
17450 \end_inset
17451
17452 を使用することもできます。
17453 \end_layout
17454
17455 \begin_layout Subsection
17456 ボールド体の数式
17457 \begin_inset CommandInset label
17458 LatexCommand label
17459 name "sub:ボールド体の数式"
17460
17461 \end_inset
17462
17463
17464 \begin_inset Index idx
17465 status collapsed
17466
17467 \begin_layout Plain Layout
17468 すうしき@数式 ! ぼーるどたい@ボールド体
17469 \end_layout
17470
17471 \end_inset
17472
17473
17474 \end_layout
17475
17476 \begin_layout Standard
17477 数式全体をボールド体にしようとすると、前節の
17478 \series bold
17479
17480 \backslash
17481 mathbf
17482 \series default
17483 コマンドは、ギリシャ文字の小文字に対しては機能しないので、使用することができません。さらにこのコマンドは、以下の式のように、ラテン文字をつねにアップライト体に印
17484 字してしまいます。
17485 \end_layout
17486
17487 \begin_layout Standard
17488 \begin_inset Formula 
17489 \[
17490 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{\textbackslash mathbfを使用した数式}
17491 \]
17492
17493 \end_inset
17494
17495
17496 \end_layout
17497
17498 \begin_layout Standard
17499 この数式を正しく表示するには、以下のように、
17500 \series bold
17501
17502 \backslash
17503 boldsymbol
17504 \series default
17505 コマンドを使用します。
17506 \begin_inset Formula 
17507 \[
17508 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{\textbackslash boldsymbolを使用した数式}}
17509 \]
17510
17511 \end_inset
17512
17513 また、数式を
17514 \series bold
17515 boldmath環境
17516 \series default
17517 に設定する方法もあります。この環境は、TeXモードで
17518 \series bold
17519
17520 \backslash
17521 boldmath
17522 \begin_inset Index idx
17523 status collapsed
17524
17525 \begin_layout Plain Layout
17526 こまんど@コマンド ! B ! 
17527 \backslash
17528 boldmath
17529 \end_layout
17530
17531 \end_inset
17532
17533
17534 \series default
17535 コマンドを挿入することによって作ることができます。環境を閉じるには、
17536 \series bold
17537
17538 \backslash
17539 unboldmath
17540 \begin_inset Index idx
17541 status collapsed
17542
17543 \begin_layout Plain Layout
17544 こまんど@コマンド ! U ! 
17545 \backslash
17546 unboldmath
17547 \end_layout
17548
17549 \end_inset
17550
17551
17552 \series default
17553 コマンドをTeXモードで挿入します。
17554 \begin_inset ERT
17555 status collapsed
17556
17557 \begin_layout Plain Layout
17558
17559
17560 \backslash
17561 boldmath 
17562 \end_layout
17563
17564 \end_inset
17565
17566
17567 \begin_inset Formula 
17568 \[
17569 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{boldmath環境に置いた数式}
17570 \]
17571
17572 \end_inset
17573
17574
17575 \begin_inset ERT
17576 status collapsed
17577
17578 \begin_layout Plain Layout
17579
17580
17581 \backslash
17582 unboldmath 
17583 \end_layout
17584
17585 \end_inset
17586
17587
17588 \end_layout
17589
17590 \begin_layout Subsection
17591 色付きの数式
17592 \begin_inset Index idx
17593 status collapsed
17594
17595 \begin_layout Plain Layout
17596 すうしき@数式 ! いろつき@色付き
17597 \end_layout
17598
17599 \end_inset
17600
17601
17602 \end_layout
17603
17604 \begin_layout Standard
17605 数式も、通常の本文と同様、色を付けることができます。数式あるいは数式の一部を選択して、文字様式ダイアログを使用して下さい。下記は、マゼンタ色にした数式です。
17606 \begin_inset Formula 
17607 \[
17608 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
17609 \]
17610
17611 \end_inset
17612
17613
17614 \end_layout
17615
17616 \begin_layout Standard
17617
17618 \begin_inset CommandInset ref
17619 LatexCommand ref
17620 reference "sub:色付きボックス"
17621
17622 \end_inset
17623
17624 節に述べられているように、自製の色を定義することもできます。自製の色は、以下の書式を持つ
17625 \series bold
17626
17627 \backslash
17628 textcolor
17629 \series default
17630
17631 \begin_inset Index idx
17632 status collapsed
17633
17634 \begin_layout Plain Layout
17635 こまんど@コマンド ! T ! 
17636 \backslash
17637 textcolor
17638 \end_layout
17639
17640 \end_inset
17641
17642 TeXコードコマンドで適用することができます。
17643 \end_layout
17644
17645 \begin_layout Standard
17646
17647 \series bold
17648
17649 \backslash
17650 textcolor{色}{文字ないし数式}
17651 \end_layout
17652
17653 \begin_layout Standard
17654 下記の例は、全体を濃緑にし、一部を赤にしています。
17655 \end_layout
17656
17657 \begin_layout Standard
17658 \begin_inset ERT
17659 status collapsed
17660
17661 \begin_layout Plain Layout
17662
17663
17664 \backslash
17665 textcolor{darkgreen}{
17666 \end_layout
17667
17668 \end_inset
17669
17670
17671 \begin_inset Formula 
17672 \[
17673 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
17674 \]
17675
17676 \end_inset
17677
17678
17679 \begin_inset ERT
17680 status collapsed
17681
17682 \begin_layout Plain Layout
17683
17684 }
17685 \end_layout
17686
17687 \end_inset
17688
17689
17690 \end_layout
17691
17692 \begin_layout Standard
17693 LyXのバグのため、自製色は数式全体に対してしか使用することができません
17694 \begin_inset Foot
17695 status collapsed
17696
17697 \begin_layout Plain Layout
17698 \begin_inset CommandInset href
17699 LatexCommand href
17700 name "LyX-bug #5269"
17701 target "http://www.lyx.org/trac/ticket/5269"
17702
17703 \end_inset
17704
17705
17706 \end_layout
17707
17708 \end_inset
17709
17710
17711 \end_layout
17712
17713 \begin_layout Subsection
17714 書体寸法
17715 \begin_inset CommandInset label
17716 LatexCommand label
17717 name "sub:書体寸法"
17718
17719 \end_inset
17720
17721
17722 \begin_inset Index idx
17723 status collapsed
17724
17725 \begin_layout Plain Layout
17726 しょたい@書体 ! すんぽう@寸法
17727 \end_layout
17728
17729 \end_inset
17730
17731
17732 \end_layout
17733
17734 \begin_layout Standard
17735 数式内の文字については、本文中の文字同様、以下の書体寸法設定コマンドがあります。
17736 \end_layout
17737
17738 \begin_layout Standard
17739
17740 \series bold
17741
17742 \backslash
17743 Huge
17744 \series default
17745
17746 \series bold
17747
17748 \backslash
17749 huge
17750 \series default
17751
17752 \series bold
17753
17754 \backslash
17755 LARGE
17756 \series default
17757
17758 \series bold
17759
17760 \backslash
17761 Large
17762 \series default
17763
17764 \series bold
17765
17766 \backslash
17767 large
17768 \series default
17769
17770 \series bold
17771
17772 \backslash
17773 normalsize
17774 \series default
17775
17776 \series bold
17777
17778 \backslash
17779 small
17780 \series default
17781 ,
17782 \begin_inset Newline newline
17783 \end_inset
17784
17785
17786 \series bold
17787
17788 \backslash
17789 footnotesize
17790 \series default
17791
17792 \series bold
17793
17794 \backslash
17795 scriptsize
17796 \series default
17797 、および
17798 \series bold
17799
17800 \backslash
17801 tiny
17802 \end_layout
17803
17804 \begin_layout Standard
17805 これらのコマンドによって生成される実際の書体寸法は、文書の書体寸法に依存し、文書の書体寸法が
17806 \series bold
17807
17808 \backslash
17809 normalsize
17810 \series default
17811 コマンドに設定されます。他のコマンドは、
17812 \series bold
17813
17814 \backslash
17815 normalsize
17816 \series default
17817 を基準として拡大ないし縮小されます。しかしながら、書体寸法は一定の値を越えることができないようになっています。たとえば、文書書体寸法が12
17818 \begin_inset space \thinspace{}
17819 \end_inset
17820
17821 ptであるならば、
17822 \series bold
17823
17824 \backslash
17825 Huge
17826 \series default
17827 コマンドは
17828 \series bold
17829
17830 \backslash
17831 huge
17832 \series default
17833 コマンドと同じ大きさに落とされます。
17834 \end_layout
17835
17836 \begin_layout Standard
17837 ある場所以降のすべての数式と本文文字を変更するには、書体寸法コマンドをTeXモードで挿入します。元の書体寸法に戻すには、数式の後にTeXモードで
17838 \series bold
17839
17840 \backslash
17841 normalsize
17842 \series default
17843 コマンドを挿入します。
17844 \end_layout
17845
17846 \begin_layout Standard
17847 数式内では、以下の寸法コマンドを使用して、寸法を変更することができます。
17848 \end_layout
17849
17850 \begin_layout Standard
17851 \noindent
17852 \align center
17853 \begin_inset Tabular
17854 <lyxtabular version="3" rows="5" columns="2">
17855 <features rotate="0" tabularvalignment="middle">
17856 <column alignment="center" valignment="top">
17857 <column alignment="center" valignment="top">
17858 <row>
17859 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17860 \begin_inset Text
17861
17862 \begin_layout Plain Layout
17863 コマンド
17864 \end_layout
17865
17866 \end_inset
17867 </cell>
17868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17869 \begin_inset Text
17870
17871 \begin_layout Plain Layout
17872 出力
17873 \begin_inset Note Note
17874 status collapsed
17875
17876 \begin_layout Plain Layout
17877
17878 \series bold
17879
17880 \backslash
17881 raisebox
17882 \series default
17883  はスペーサーとして使用されているだけです。
17884 \end_layout
17885
17886 \end_inset
17887
17888
17889 \end_layout
17890
17891 \end_inset
17892 </cell>
17893 </row>
17894 <row>
17895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17896 \begin_inset Text
17897
17898 \begin_layout Plain Layout
17899
17900 \backslash
17901 displaystyle
17902 \begin_inset Index idx
17903 status collapsed
17904
17905 \begin_layout Plain Layout
17906 こまんど@コマンド ! D ! 
17907 \backslash
17908 displaystyle
17909 \end_layout
17910
17911 \end_inset
17912
17913
17914 \end_layout
17915
17916 \end_inset
17917 </cell>
17918 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17919 \begin_inset Text
17920
17921 \begin_layout Plain Layout
17922 \begin_inset Formula $\raisebox{6.5mm}{}{\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-5.5mm}{}$
17923 \end_inset
17924
17925
17926 \end_layout
17927
17928 \end_inset
17929 </cell>
17930 </row>
17931 <row>
17932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17933 \begin_inset Text
17934
17935 \begin_layout Plain Layout
17936
17937 \backslash
17938 textstyle
17939 \end_layout
17940
17941 \end_inset
17942 </cell>
17943 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17944 \begin_inset Text
17945
17946 \begin_layout Plain Layout
17947 \begin_inset Formula $\raisebox{4.5mm}{}{\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-4mm}{}$
17948 \end_inset
17949
17950
17951 \end_layout
17952
17953 \end_inset
17954 </cell>
17955 </row>
17956 <row>
17957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17958 \begin_inset Text
17959
17960 \begin_layout Plain Layout
17961
17962 \backslash
17963 scriptstyle
17964 \end_layout
17965
17966 \end_inset
17967 </cell>
17968 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17969 \begin_inset Text
17970
17971 \begin_layout Plain Layout
17972 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
17973 \end_inset
17974
17975
17976 \end_layout
17977
17978 \end_inset
17979 </cell>
17980 </row>
17981 <row>
17982 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17983 \begin_inset Text
17984
17985 \begin_layout Plain Layout
17986
17987 \backslash
17988 scriptscriptstyle
17989 \end_layout
17990
17991 \end_inset
17992 </cell>
17993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17994 \begin_inset Text
17995
17996 \begin_layout Plain Layout
17997 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
17998 \end_inset
17999
18000
18001 \end_layout
18002
18003 \end_inset
18004 </cell>
18005 </row>
18006 </lyxtabular>
18007
18008 \end_inset
18009
18010
18011 \end_layout
18012
18013 \begin_layout Standard
18014 これらのコマンドを入力すると、青いボックスが現れるので、そこに数式のパーツを入れることができます。
18015 \end_layout
18016
18017 \begin_layout Standard
18018 フォント寸法を変更するにはもう一つの方法がありますが、これは記号と数式内テキストのみに使うことができます。これを使うには、書体寸法コマンドを数式テキスト内に挿入
18019 します。数式テキストの終わりか、別の書体寸法コマンドが現れるまでの文字すべてが、選択した寸法になります。以下に二つの例を挙げます。
18020 \begin_inset VSpace -2mm
18021 \end_inset
18022
18023
18024 \end_layout
18025
18026 \begin_layout Standard
18027 \begin_inset ERT
18028 status collapsed
18029
18030 \begin_layout Plain Layout
18031
18032
18033 \backslash
18034 huge 
18035 \end_layout
18036
18037 \end_inset
18038
18039
18040 \begin_inset Formula 
18041 \[
18042 A=\frac{B}{c}\cdot\maltese
18043 \]
18044
18045 \end_inset
18046
18047
18048 \begin_inset Formula 
18049 \[
18050 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}
18051 \]
18052
18053 \end_inset
18054
18055
18056 \begin_inset ERT
18057 status collapsed
18058
18059 \begin_layout Plain Layout
18060
18061
18062 \backslash
18063 normalsize 
18064 \end_layout
18065
18066 \end_inset
18067
18068
18069 \end_layout
18070
18071 \begin_layout Standard
18072 \begin_inset VSpace medskip
18073 \end_inset
18074
18075 二つの式の前には、
18076 \series bold
18077
18078 \backslash
18079 huge
18080 \series default
18081 コマンドが挿入されています。二つ目の数式を入力するコマンドは、
18082 \begin_inset Newline newline
18083 \end_inset
18084
18085
18086 \series bold
18087
18088 \backslash
18089 maltese
18090 \begin_inset space \textvisiblespace{}
18091 \end_inset
18092
18093 A Alt+M M 
18094 \backslash
18095 Large
18096 \begin_inset space \textvisiblespace{}
18097 \end_inset
18098
18099
18100 \backslash
18101 maltese
18102 \begin_inset space \textvisiblespace{}
18103 \end_inset
18104
18105
18106 \backslash
18107 textit
18108 \begin_inset space \textvisiblespace{}
18109 \end_inset
18110
18111 A
18112 \begin_inset Formula $\to$
18113 \end_inset
18114
18115
18116 \begin_inset Formula $\to$
18117 \end_inset
18118
18119
18120 \begin_inset Newline newline
18121 \end_inset
18122
18123
18124 \begin_inset space \hspace*{}
18125 \length 1cm
18126 \end_inset
18127
18128 Alt+M
18129 \series default
18130  
18131 \series bold
18132
18133 \backslash
18134 tiny
18135 \begin_inset space \textvisiblespace{}
18136 \end_inset
18137
18138
18139 \backslash
18140 maltese
18141 \begin_inset space \textvisiblespace{}
18142 \end_inset
18143
18144
18145 \backslash
18146 textit
18147 \begin_inset space \textvisiblespace{}
18148 \end_inset
18149
18150 A
18151 \begin_inset Newline newline
18152 \end_inset
18153
18154
18155 \series default
18156 のようになります。
18157 \end_layout
18158
18159 \begin_layout Standard
18160 ある記号を別の寸法で表示することができないときには、その記号はつねに既定寸法で表示されます。
18161 \end_layout
18162
18163 \begin_layout Section
18164 ギリシャ文字
18165 \begin_inset Index idx
18166 status collapsed
18167
18168 \begin_layout Plain Layout
18169 ぎりしゃもじ@ギリシャ文字
18170 \end_layout
18171
18172 \end_inset
18173
18174
18175 \end_layout
18176
18177 \begin_layout Standard
18178 すべてのギリシャ文字は、ツールバーボタンの
18179 \begin_inset Graphics
18180         filename ../../images/math/alpha.png
18181         scale 85
18182
18183 \end_inset
18184
18185 からでも挿入することができます。各国の組版規則では、数式内のギリシャ文字はどれもイタリック体か斜体で組版されなくてはならないことになっていますが、フランス語やロ
18186 シア語などいくつかの言語では、それにもかかわらず立体で組版されることがあります。
18187 \end_layout
18188
18189 \begin_layout Subsection
18190 小文字
18191 \begin_inset Index idx
18192 status collapsed
18193
18194 \begin_layout Plain Layout
18195 ぎりしゃもじ@ギリシャ文字 ! こもじ@小文字
18196 \end_layout
18197
18198 \end_inset
18199
18200
18201 \end_layout
18202
18203 \begin_layout Standard
18204 \begin_inset space \hfill{}
18205 \end_inset
18206
18207
18208 \begin_inset Tabular
18209 <lyxtabular version="3" rows="11" columns="2">
18210 <features rotate="0" tabularvalignment="middle">
18211 <column alignment="center" valignment="top" width="0pt">
18212 <column alignment="center" valignment="top" width="0pt">
18213 <row>
18214 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18215 \begin_inset Text
18216
18217 \begin_layout Plain Layout
18218 コマンド
18219 \end_layout
18220
18221 \end_inset
18222 </cell>
18223 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18224 \begin_inset Text
18225
18226 \begin_layout Plain Layout
18227 出力
18228 \end_layout
18229
18230 \end_inset
18231 </cell>
18232 </row>
18233 <row>
18234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18235 \begin_inset Text
18236
18237 \begin_layout Plain Layout
18238
18239 \backslash
18240 alpha
18241 \end_layout
18242
18243 \end_inset
18244 </cell>
18245 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18246 \begin_inset Text
18247
18248 \begin_layout Plain Layout
18249 \begin_inset Formula $\alpha$
18250 \end_inset
18251
18252
18253 \end_layout
18254
18255 \end_inset
18256 </cell>
18257 </row>
18258 <row>
18259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18260 \begin_inset Text
18261
18262 \begin_layout Plain Layout
18263
18264 \backslash
18265 beta
18266 \end_layout
18267
18268 \end_inset
18269 </cell>
18270 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18271 \begin_inset Text
18272
18273 \begin_layout Plain Layout
18274 \begin_inset Formula $\beta$
18275 \end_inset
18276
18277
18278 \end_layout
18279
18280 \end_inset
18281 </cell>
18282 </row>
18283 <row>
18284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18285 \begin_inset Text
18286
18287 \begin_layout Plain Layout
18288
18289 \backslash
18290 gamma
18291 \end_layout
18292
18293 \end_inset
18294 </cell>
18295 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18296 \begin_inset Text
18297
18298 \begin_layout Plain Layout
18299 \begin_inset Formula $\gamma$
18300 \end_inset
18301
18302
18303 \end_layout
18304
18305 \end_inset
18306 </cell>
18307 </row>
18308 <row>
18309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18310 \begin_inset Text
18311
18312 \begin_layout Plain Layout
18313
18314 \backslash
18315 delta
18316 \end_layout
18317
18318 \end_inset
18319 </cell>
18320 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18321 \begin_inset Text
18322
18323 \begin_layout Plain Layout
18324 \begin_inset Formula $\delta$
18325 \end_inset
18326
18327
18328 \end_layout
18329
18330 \end_inset
18331 </cell>
18332 </row>
18333 <row>
18334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18335 \begin_inset Text
18336
18337 \begin_layout Plain Layout
18338
18339 \backslash
18340 epsilon
18341 \end_layout
18342
18343 \end_inset
18344 </cell>
18345 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18346 \begin_inset Text
18347
18348 \begin_layout Plain Layout
18349 \begin_inset Formula $\epsilon$
18350 \end_inset
18351
18352
18353 \end_layout
18354
18355 \end_inset
18356 </cell>
18357 </row>
18358 <row>
18359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18360 \begin_inset Text
18361
18362 \begin_layout Plain Layout
18363
18364 \backslash
18365 varepsilon
18366 \end_layout
18367
18368 \end_inset
18369 </cell>
18370 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18371 \begin_inset Text
18372
18373 \begin_layout Plain Layout
18374 \begin_inset Formula $\varepsilon$
18375 \end_inset
18376
18377
18378 \end_layout
18379
18380 \end_inset
18381 </cell>
18382 </row>
18383 <row>
18384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18385 \begin_inset Text
18386
18387 \begin_layout Plain Layout
18388
18389 \backslash
18390 zeta
18391 \end_layout
18392
18393 \end_inset
18394 </cell>
18395 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18396 \begin_inset Text
18397
18398 \begin_layout Plain Layout
18399 \begin_inset Formula $\zeta$
18400 \end_inset
18401
18402
18403 \end_layout
18404
18405 \end_inset
18406 </cell>
18407 </row>
18408 <row>
18409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18410 \begin_inset Text
18411
18412 \begin_layout Plain Layout
18413
18414 \backslash
18415 eta
18416 \end_layout
18417
18418 \end_inset
18419 </cell>
18420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18421 \begin_inset Text
18422
18423 \begin_layout Plain Layout
18424 \begin_inset Formula $\eta$
18425 \end_inset
18426
18427
18428 \end_layout
18429
18430 \end_inset
18431 </cell>
18432 </row>
18433 <row>
18434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18435 \begin_inset Text
18436
18437 \begin_layout Plain Layout
18438
18439 \backslash
18440 theta
18441 \end_layout
18442
18443 \end_inset
18444 </cell>
18445 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18446 \begin_inset Text
18447
18448 \begin_layout Plain Layout
18449 \begin_inset Formula $\theta$
18450 \end_inset
18451
18452
18453 \end_layout
18454
18455 \end_inset
18456 </cell>
18457 </row>
18458 <row>
18459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18460 \begin_inset Text
18461
18462 \begin_layout Plain Layout
18463
18464 \backslash
18465 vartheta
18466 \end_layout
18467
18468 \end_inset
18469 </cell>
18470 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18471 \begin_inset Text
18472
18473 \begin_layout Plain Layout
18474 \begin_inset Formula $\vartheta$
18475 \end_inset
18476
18477
18478 \end_layout
18479
18480 \end_inset
18481 </cell>
18482 </row>
18483 </lyxtabular>
18484
18485 \end_inset
18486
18487
18488 \begin_inset space \hfill{}
18489 \end_inset
18490
18491
18492 \begin_inset Tabular
18493 <lyxtabular version="3" rows="12" columns="2">
18494 <features rotate="0" tabularvalignment="middle">
18495 <column alignment="center" valignment="top" width="0pt">
18496 <column alignment="center" valignment="top" width="0pt">
18497 <row>
18498 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18499 \begin_inset Text
18500
18501 \begin_layout Plain Layout
18502 コマンド
18503 \end_layout
18504
18505 \end_inset
18506 </cell>
18507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18508 \begin_inset Text
18509
18510 \begin_layout Plain Layout
18511 出力
18512 \end_layout
18513
18514 \end_inset
18515 </cell>
18516 </row>
18517 <row>
18518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18519 \begin_inset Text
18520
18521 \begin_layout Plain Layout
18522
18523 \backslash
18524 iota
18525 \end_layout
18526
18527 \end_inset
18528 </cell>
18529 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18530 \begin_inset Text
18531
18532 \begin_layout Plain Layout
18533 \begin_inset Formula $\iota$
18534 \end_inset
18535
18536
18537 \end_layout
18538
18539 \end_inset
18540 </cell>
18541 </row>
18542 <row>
18543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18544 \begin_inset Text
18545
18546 \begin_layout Plain Layout
18547
18548 \backslash
18549 kappa
18550 \end_layout
18551
18552 \end_inset
18553 </cell>
18554 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18555 \begin_inset Text
18556
18557 \begin_layout Plain Layout
18558 \begin_inset Formula $\kappa$
18559 \end_inset
18560
18561
18562 \end_layout
18563
18564 \end_inset
18565 </cell>
18566 </row>
18567 <row>
18568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18569 \begin_inset Text
18570
18571 \begin_layout Plain Layout
18572
18573 \backslash
18574 varkappa
18575 \end_layout
18576
18577 \end_inset
18578 </cell>
18579 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18580 \begin_inset Text
18581
18582 \begin_layout Plain Layout
18583 \begin_inset Formula $\varkappa$
18584 \end_inset
18585
18586
18587 \end_layout
18588
18589 \end_inset
18590 </cell>
18591 </row>
18592 <row>
18593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18594 \begin_inset Text
18595
18596 \begin_layout Plain Layout
18597
18598 \backslash
18599 lambda
18600 \end_layout
18601
18602 \end_inset
18603 </cell>
18604 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18605 \begin_inset Text
18606
18607 \begin_layout Plain Layout
18608 \begin_inset Formula $\lambda$
18609 \end_inset
18610
18611
18612 \end_layout
18613
18614 \end_inset
18615 </cell>
18616 </row>
18617 <row>
18618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18619 \begin_inset Text
18620
18621 \begin_layout Plain Layout
18622
18623 \backslash
18624 mu
18625 \end_layout
18626
18627 \end_inset
18628 </cell>
18629 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18630 \begin_inset Text
18631
18632 \begin_layout Plain Layout
18633 \begin_inset Formula $\mu$
18634 \end_inset
18635
18636
18637 \end_layout
18638
18639 \end_inset
18640 </cell>
18641 </row>
18642 <row>
18643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18644 \begin_inset Text
18645
18646 \begin_layout Plain Layout
18647
18648 \backslash
18649 nu
18650 \end_layout
18651
18652 \end_inset
18653 </cell>
18654 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18655 \begin_inset Text
18656
18657 \begin_layout Plain Layout
18658 \begin_inset Formula $\nu$
18659 \end_inset
18660
18661
18662 \end_layout
18663
18664 \end_inset
18665 </cell>
18666 </row>
18667 <row>
18668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18669 \begin_inset Text
18670
18671 \begin_layout Plain Layout
18672
18673 \backslash
18674 xi
18675 \end_layout
18676
18677 \end_inset
18678 </cell>
18679 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18680 \begin_inset Text
18681
18682 \begin_layout Plain Layout
18683 \begin_inset Formula $\xi$
18684 \end_inset
18685
18686
18687 \end_layout
18688
18689 \end_inset
18690 </cell>
18691 </row>
18692 <row>
18693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18694 \begin_inset Text
18695
18696 \begin_layout Plain Layout
18697 o
18698 \end_layout
18699
18700 \end_inset
18701 </cell>
18702 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18703 \begin_inset Text
18704
18705 \begin_layout Plain Layout
18706 \begin_inset Formula $o$
18707 \end_inset
18708
18709
18710 \end_layout
18711
18712 \end_inset
18713 </cell>
18714 </row>
18715 <row>
18716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18717 \begin_inset Text
18718
18719 \begin_layout Plain Layout
18720
18721 \backslash
18722 pi
18723 \end_layout
18724
18725 \end_inset
18726 </cell>
18727 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18728 \begin_inset Text
18729
18730 \begin_layout Plain Layout
18731 \begin_inset Formula $\pi$
18732 \end_inset
18733
18734
18735 \end_layout
18736
18737 \end_inset
18738 </cell>
18739 </row>
18740 <row>
18741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18742 \begin_inset Text
18743
18744 \begin_layout Plain Layout
18745
18746 \backslash
18747 varpi
18748 \end_layout
18749
18750 \end_inset
18751 </cell>
18752 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18753 \begin_inset Text
18754
18755 \begin_layout Plain Layout
18756 \begin_inset Formula $\varpi$
18757 \end_inset
18758
18759
18760 \end_layout
18761
18762 \end_inset
18763 </cell>
18764 </row>
18765 <row>
18766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18767 \begin_inset Text
18768
18769 \begin_layout Plain Layout
18770
18771 \backslash
18772 rho
18773 \end_layout
18774
18775 \end_inset
18776 </cell>
18777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18778 \begin_inset Text
18779
18780 \begin_layout Plain Layout
18781 \begin_inset Formula $\rho$
18782 \end_inset
18783
18784
18785 \end_layout
18786
18787 \end_inset
18788 </cell>
18789 </row>
18790 </lyxtabular>
18791
18792 \end_inset
18793
18794
18795 \begin_inset space \hfill{}
18796 \end_inset
18797
18798
18799 \begin_inset Tabular
18800 <lyxtabular version="3" rows="11" columns="2">
18801 <features rotate="0" tabularvalignment="middle">
18802 <column alignment="center" valignment="top" width="0pt">
18803 <column alignment="center" valignment="top" width="0pt">
18804 <row>
18805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18806 \begin_inset Text
18807
18808 \begin_layout Plain Layout
18809 コマンド
18810 \end_layout
18811
18812 \end_inset
18813 </cell>
18814 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18815 \begin_inset Text
18816
18817 \begin_layout Plain Layout
18818 出力
18819 \end_layout
18820
18821 \end_inset
18822 </cell>
18823 </row>
18824 <row>
18825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18826 \begin_inset Text
18827
18828 \begin_layout Plain Layout
18829
18830 \backslash
18831 varrho
18832 \end_layout
18833
18834 \end_inset
18835 </cell>
18836 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18837 \begin_inset Text
18838
18839 \begin_layout Plain Layout
18840 \begin_inset Formula $\varrho$
18841 \end_inset
18842
18843
18844 \end_layout
18845
18846 \end_inset
18847 </cell>
18848 </row>
18849 <row>
18850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18851 \begin_inset Text
18852
18853 \begin_layout Plain Layout
18854
18855 \backslash
18856 sigma
18857 \end_layout
18858
18859 \end_inset
18860 </cell>
18861 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18862 \begin_inset Text
18863
18864 \begin_layout Plain Layout
18865 \begin_inset Formula $\sigma$
18866 \end_inset
18867
18868
18869 \end_layout
18870
18871 \end_inset
18872 </cell>
18873 </row>
18874 <row>
18875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18876 \begin_inset Text
18877
18878 \begin_layout Plain Layout
18879
18880 \backslash
18881 varsigma
18882 \end_layout
18883
18884 \end_inset
18885 </cell>
18886 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18887 \begin_inset Text
18888
18889 \begin_layout Plain Layout
18890 \begin_inset Formula $\varsigma$
18891 \end_inset
18892
18893
18894 \end_layout
18895
18896 \end_inset
18897 </cell>
18898 </row>
18899 <row>
18900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18901 \begin_inset Text
18902
18903 \begin_layout Plain Layout
18904
18905 \backslash
18906 tau
18907 \end_layout
18908
18909 \end_inset
18910 </cell>
18911 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18912 \begin_inset Text
18913
18914 \begin_layout Plain Layout
18915 \begin_inset Formula $\tau$
18916 \end_inset
18917
18918
18919 \end_layout
18920
18921 \end_inset
18922 </cell>
18923 </row>
18924 <row>
18925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18926 \begin_inset Text
18927
18928 \begin_layout Plain Layout
18929
18930 \backslash
18931 upsilon
18932 \end_layout
18933
18934 \end_inset
18935 </cell>
18936 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18937 \begin_inset Text
18938
18939 \begin_layout Plain Layout
18940 \begin_inset Formula $\upsilon$
18941 \end_inset
18942
18943
18944 \end_layout
18945
18946 \end_inset
18947 </cell>
18948 </row>
18949 <row>
18950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18951 \begin_inset Text
18952
18953 \begin_layout Plain Layout
18954
18955 \backslash
18956 phi
18957 \end_layout
18958
18959 \end_inset
18960 </cell>
18961 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18962 \begin_inset Text
18963
18964 \begin_layout Plain Layout
18965 \begin_inset Formula $\phi$
18966 \end_inset
18967
18968
18969 \end_layout
18970
18971 \end_inset
18972 </cell>
18973 </row>
18974 <row>
18975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18976 \begin_inset Text
18977
18978 \begin_layout Plain Layout
18979
18980 \backslash
18981 varphi
18982 \end_layout
18983
18984 \end_inset
18985 </cell>
18986 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18987 \begin_inset Text
18988
18989 \begin_layout Plain Layout
18990 \begin_inset Formula $\varphi$
18991 \end_inset
18992
18993
18994 \end_layout
18995
18996 \end_inset
18997 </cell>
18998 </row>
18999 <row>
19000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19001 \begin_inset Text
19002
19003 \begin_layout Plain Layout
19004
19005 \backslash
19006 chi
19007 \end_layout
19008
19009 \end_inset
19010 </cell>
19011 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19012 \begin_inset Text
19013
19014 \begin_layout Plain Layout
19015 \begin_inset Formula $\chi$
19016 \end_inset
19017
19018
19019 \end_layout
19020
19021 \end_inset
19022 </cell>
19023 </row>
19024 <row>
19025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19026 \begin_inset Text
19027
19028 \begin_layout Plain Layout
19029
19030 \backslash
19031 psi
19032 \end_layout
19033
19034 \end_inset
19035 </cell>
19036 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19037 \begin_inset Text
19038
19039 \begin_layout Plain Layout
19040 \begin_inset Formula $\psi$
19041 \end_inset
19042
19043
19044 \end_layout
19045
19046 \end_inset
19047 </cell>
19048 </row>
19049 <row>
19050 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19051 \begin_inset Text
19052
19053 \begin_layout Plain Layout
19054
19055 \backslash
19056 omega
19057 \end_layout
19058
19059 \end_inset
19060 </cell>
19061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19062 \begin_inset Text
19063
19064 \begin_layout Plain Layout
19065 \begin_inset Formula $\omega$
19066 \end_inset
19067
19068
19069 \end_layout
19070
19071 \end_inset
19072 </cell>
19073 </row>
19074 </lyxtabular>
19075
19076 \end_inset
19077
19078
19079 \begin_inset space \hfill{}
19080 \end_inset
19081
19082
19083 \end_layout
19084
19085 \begin_layout Standard
19086 \begin_inset VSpace medskip
19087 \end_inset
19088
19089
19090 \end_layout
19091
19092 \begin_layout Standard
19093 アップライト体のギリシャ文字を作成する方法は、第
19094 \begin_inset CommandInset ref
19095 LatexCommand ref
19096 reference "sub:アップライト体ギリシャ小文字"
19097
19098 \end_inset
19099
19100 節に説明されています。
19101 \end_layout
19102
19103 \begin_layout Subsection
19104 大文字
19105 \begin_inset Index idx
19106 status collapsed
19107
19108 \begin_layout Plain Layout
19109 ぎりしゃもじ@ギリシャ文字 ! おおもじ@大文字
19110 \end_layout
19111
19112 \end_inset
19113
19114
19115 \end_layout
19116
19117 \begin_layout Standard
19118 \begin_inset space \hfill{}
19119 \end_inset
19120
19121
19122 \begin_inset Tabular
19123 <lyxtabular version="3" rows="7" columns="2">
19124 <features rotate="0" tabularvalignment="middle">
19125 <column alignment="center" valignment="top" width="0pt">
19126 <column alignment="center" valignment="top" width="0pt">
19127 <row>
19128 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19129 \begin_inset Text
19130
19131 \begin_layout Plain Layout
19132
19133 \family roman
19134 \series medium
19135 \shape up
19136 \size normal
19137 \emph off
19138 \bar no
19139 \noun off
19140 \color none
19141 コマンド
19142 \end_layout
19143
19144 \end_inset
19145 </cell>
19146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19147 \begin_inset Text
19148
19149 \begin_layout Plain Layout
19150
19151 \family roman
19152 \series medium
19153 \shape up
19154 \size normal
19155 \emph off
19156 \bar no
19157 \noun off
19158 \color none
19159 出力
19160 \end_layout
19161
19162 \end_inset
19163 </cell>
19164 </row>
19165 <row>
19166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19167 \begin_inset Text
19168
19169 \begin_layout Plain Layout
19170
19171 \backslash
19172 Gamma
19173 \end_layout
19174
19175 \end_inset
19176 </cell>
19177 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19178 \begin_inset Text
19179
19180 \begin_layout Plain Layout
19181 \begin_inset Formula $\Gamma$
19182 \end_inset
19183
19184
19185 \end_layout
19186
19187 \end_inset
19188 </cell>
19189 </row>
19190 <row>
19191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19192 \begin_inset Text
19193
19194 \begin_layout Plain Layout
19195
19196 \backslash
19197 Delta
19198 \end_layout
19199
19200 \end_inset
19201 </cell>
19202 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19203 \begin_inset Text
19204
19205 \begin_layout Plain Layout
19206 \begin_inset Formula $\Delta$
19207 \end_inset
19208
19209
19210 \end_layout
19211
19212 \end_inset
19213 </cell>
19214 </row>
19215 <row>
19216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19217 \begin_inset Text
19218
19219 \begin_layout Plain Layout
19220
19221 \backslash
19222 Theta
19223 \end_layout
19224
19225 \end_inset
19226 </cell>
19227 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19228 \begin_inset Text
19229
19230 \begin_layout Plain Layout
19231 \begin_inset Formula $\Theta$
19232 \end_inset
19233
19234
19235 \end_layout
19236
19237 \end_inset
19238 </cell>
19239 </row>
19240 <row>
19241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19242 \begin_inset Text
19243
19244 \begin_layout Plain Layout
19245
19246 \backslash
19247 Lambda
19248 \end_layout
19249
19250 \end_inset
19251 </cell>
19252 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19253 \begin_inset Text
19254
19255 \begin_layout Plain Layout
19256 \begin_inset Formula $\Lambda$
19257 \end_inset
19258
19259
19260 \end_layout
19261
19262 \end_inset
19263 </cell>
19264 </row>
19265 <row>
19266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19267 \begin_inset Text
19268
19269 \begin_layout Plain Layout
19270
19271 \backslash
19272 Xi
19273 \end_layout
19274
19275 \end_inset
19276 </cell>
19277 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19278 \begin_inset Text
19279
19280 \begin_layout Plain Layout
19281 \begin_inset Formula $\Xi$
19282 \end_inset
19283
19284
19285 \end_layout
19286
19287 \end_inset
19288 </cell>
19289 </row>
19290 <row>
19291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19292 \begin_inset Text
19293
19294 \begin_layout Plain Layout
19295
19296 \backslash
19297 Pi
19298 \end_layout
19299
19300 \end_inset
19301 </cell>
19302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19303 \begin_inset Text
19304
19305 \begin_layout Plain Layout
19306 \begin_inset Formula $\Pi$
19307 \end_inset
19308
19309
19310 \end_layout
19311
19312 \end_inset
19313 </cell>
19314 </row>
19315 </lyxtabular>
19316
19317 \end_inset
19318
19319
19320 \begin_inset space \hfill{}
19321 \end_inset
19322
19323
19324 \begin_inset Tabular
19325 <lyxtabular version="3" rows="6" columns="2">
19326 <features rotate="0" tabularvalignment="middle">
19327 <column alignment="center" valignment="top" width="0pt">
19328 <column alignment="center" valignment="top" width="0pt">
19329 <row>
19330 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19331 \begin_inset Text
19332
19333 \begin_layout Plain Layout
19334
19335 \family roman
19336 \series medium
19337 \shape up
19338 \size normal
19339 \emph off
19340 \bar no
19341 \noun off
19342 \color none
19343 コマンド
19344 \end_layout
19345
19346 \end_inset
19347 </cell>
19348 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19349 \begin_inset Text
19350
19351 \begin_layout Plain Layout
19352
19353 \family roman
19354 \series medium
19355 \shape up
19356 \size normal
19357 \emph off
19358 \bar no
19359 \noun off
19360 \color none
19361 出力
19362 \end_layout
19363
19364 \end_inset
19365 </cell>
19366 </row>
19367 <row>
19368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19369 \begin_inset Text
19370
19371 \begin_layout Plain Layout
19372
19373 \backslash
19374 Sigma
19375 \end_layout
19376
19377 \end_inset
19378 </cell>
19379 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19380 \begin_inset Text
19381
19382 \begin_layout Plain Layout
19383 \begin_inset Formula $\Sigma$
19384 \end_inset
19385
19386
19387 \end_layout
19388
19389 \end_inset
19390 </cell>
19391 </row>
19392 <row>
19393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19394 \begin_inset Text
19395
19396 \begin_layout Plain Layout
19397
19398 \backslash
19399 Upsilon
19400 \end_layout
19401
19402 \end_inset
19403 </cell>
19404 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19405 \begin_inset Text
19406
19407 \begin_layout Plain Layout
19408 \begin_inset Formula $\Upsilon$
19409 \end_inset
19410
19411
19412 \end_layout
19413
19414 \end_inset
19415 </cell>
19416 </row>
19417 <row>
19418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19419 \begin_inset Text
19420
19421 \begin_layout Plain Layout
19422
19423 \backslash
19424 Phi
19425 \end_layout
19426
19427 \end_inset
19428 </cell>
19429 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19430 \begin_inset Text
19431
19432 \begin_layout Plain Layout
19433 \begin_inset Formula $\Phi$
19434 \end_inset
19435
19436
19437 \end_layout
19438
19439 \end_inset
19440 </cell>
19441 </row>
19442 <row>
19443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19444 \begin_inset Text
19445
19446 \begin_layout Plain Layout
19447
19448 \backslash
19449 Psi
19450 \end_layout
19451
19452 \end_inset
19453 </cell>
19454 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19455 \begin_inset Text
19456
19457 \begin_layout Plain Layout
19458 \begin_inset Formula $\Psi$
19459 \end_inset
19460
19461
19462 \end_layout
19463
19464 \end_inset
19465 </cell>
19466 </row>
19467 <row>
19468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19469 \begin_inset Text
19470
19471 \begin_layout Plain Layout
19472
19473 \backslash
19474 Omega
19475 \end_layout
19476
19477 \end_inset
19478 </cell>
19479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19480 \begin_inset Text
19481
19482 \begin_layout Plain Layout
19483 \begin_inset Formula $\Omega$
19484 \end_inset
19485
19486
19487 \end_layout
19488
19489 \end_inset
19490 </cell>
19491 </row>
19492 </lyxtabular>
19493
19494 \end_inset
19495
19496
19497 \begin_inset space \hfill{}
19498 \end_inset
19499
19500
19501 \end_layout
19502
19503 \begin_layout Standard
19504 \begin_inset VSpace medskip
19505 \end_inset
19506
19507 大文字のギリシャ文字が立体で表示されるのは、TeXの開発途上に生じたデザイン上のバグによるものです。正しいイタリック体の大文字を得るためには、各コマンドの頭に
19508 \series bold
19509 var
19510 \series default
19511 を付けてください。たとえば、
19512 \series bold
19513
19514 \backslash
19515 varGamma
19516 \series default
19517 コマンドは、
19518 \begin_inset Formula $\varGamma$
19519 \end_inset
19520
19521 を生成します。もう一つの方法は、パッケージ
19522 \series bold
19523 fixmath
19524 \series default
19525
19526 \begin_inset Foot
19527 status collapsed
19528
19529 \begin_layout Plain Layout
19530
19531 \series bold
19532 fixmath
19533 \series default
19534 は、LaTeXパッケージ
19535 \series bold
19536 was
19537 \series default
19538
19539 \begin_inset Index idx
19540 status collapsed
19541
19542 \begin_layout Plain Layout
19543 ぱっけーじ@パッケージ ! was
19544 \begin_inset ERT
19545 status collapsed
19546
19547 \begin_layout Plain Layout
19548
19549
19550 \backslash
19551 vspace{4mm}
19552 \end_layout
19553
19554 \end_inset
19555
19556
19557 \end_layout
19558
19559 \end_inset
19560
19561 に含まれています。
19562 \end_layout
19563
19564 \end_inset
19565
19566
19567 \begin_inset Index idx
19568 status collapsed
19569
19570 \begin_layout Plain Layout
19571 ぱっけーじ@パッケージ ! fixmath
19572 \end_layout
19573
19574 \end_inset
19575
19576 をLaTeXプリアンブル行に
19577 \end_layout
19578
19579 \begin_layout Standard
19580
19581 \series bold
19582
19583 \backslash
19584 usepackage{fixmath}
19585 \end_layout
19586
19587 \begin_layout Standard
19588 と書いて読み込む方法です。すると、文書中の大きなギリシャ文字は、すべて自動的にイタリック体として組版されます。
19589 \end_layout
19590
19591 \begin_layout Subsection
19592 ボールド体
19593 \begin_inset Index idx
19594 status collapsed
19595
19596 \begin_layout Plain Layout
19597 ぎりしゃもじ@ギリシャ文字 ! ぼーるどたい@ボールド体
19598 \end_layout
19599
19600 \end_inset
19601
19602
19603 \end_layout
19604
19605 \begin_layout Standard
19606 ギリシャ文字は、ラテン文字のようには、多様な書体様式に設定することができません。ギリシャ文字をボールド体にできるのは、
19607 \series bold
19608
19609 \backslash
19610 boldsymbol
19611 \series default
19612 コマンドのみです
19613 \begin_inset Index idx
19614 status collapsed
19615
19616 \begin_layout Plain Layout
19617 こまんど@コマンド ! B ! 
19618 \backslash
19619 boldsymbol
19620 \end_layout
19621
19622 \end_inset
19623
19624
19625 \end_layout
19626
19627 \begin_layout Standard
19628 \align center
19629 \begin_inset Tabular
19630 <lyxtabular version="3" rows="3" columns="2">
19631 <features rotate="0" tabularvalignment="middle">
19632 <column alignment="center" valignment="top">
19633 <column alignment="center" valignment="top">
19634 <row>
19635 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19636 \begin_inset Text
19637
19638 \begin_layout Plain Layout
19639 コマンド
19640 \end_layout
19641
19642 \end_inset
19643 </cell>
19644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19645 \begin_inset Text
19646
19647 \begin_layout Plain Layout
19648 出力
19649 \end_layout
19650
19651 \end_inset
19652 </cell>
19653 </row>
19654 <row>
19655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19656 \begin_inset Text
19657
19658 \begin_layout Plain Layout
19659
19660 \backslash
19661 Upsilon
19662 \backslash
19663 boldsymbol
19664 \backslash
19665 Upsilon
19666 \end_layout
19667
19668 \end_inset
19669 </cell>
19670 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19671 \begin_inset Text
19672
19673 \begin_layout Plain Layout
19674 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
19675 \end_inset
19676
19677
19678 \end_layout
19679
19680 \end_inset
19681 </cell>
19682 </row>
19683 <row>
19684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19685 \begin_inset Text
19686
19687 \begin_layout Plain Layout
19688
19689 \backslash
19690 theta
19691 \backslash
19692 boldsymbol
19693 \backslash
19694 theta
19695 \end_layout
19696
19697 \end_inset
19698 </cell>
19699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19700 \begin_inset Text
19701
19702 \begin_layout Plain Layout
19703 \begin_inset Formula $\theta\boldsymbol{\theta}$
19704 \end_inset
19705
19706
19707 \end_layout
19708
19709 \end_inset
19710 </cell>
19711 </row>
19712 </lyxtabular>
19713
19714 \end_inset
19715
19716
19717 \begin_inset Newpage newpage
19718 \end_inset
19719
19720
19721 \end_layout
19722
19723 \begin_layout Section
19724 記号
19725 \begin_inset ERT
19726 status collapsed
19727
19728 \begin_layout Plain Layout
19729
19730
19731 \backslash
19732 texorpdfstring{
19733 \end_layout
19734
19735 \end_inset
19736
19737
19738 \begin_inset Foot
19739 status collapsed
19740
19741 \begin_layout Plain Layout
19742 各LaTeXパッケージに含まれる全記号をほとんど網羅した一覧が、
19743 \begin_inset CommandInset citation
19744 LatexCommand cite
19745 key "Symbols"
19746
19747 \end_inset
19748
19749 にあります。
19750 \end_layout
19751
19752 \end_inset
19753
19754
19755 \begin_inset ERT
19756 status collapsed
19757
19758 \begin_layout Plain Layout
19759
19760 }{}
19761 \end_layout
19762
19763 \end_inset
19764
19765
19766 \begin_inset Note Note
19767 status collapsed
19768
19769 \begin_layout Plain Layout
19770
19771 \backslash
19772 texorpdfstringは、PDFのしおりに脚注が現れるのを防ぐために使われています。
19773 \end_layout
19774
19775 \begin_layout Plain Layout
19776
19777 \backslash
19778 texorpdfstringについての詳細は、第
19779 \begin_inset CommandInset ref
19780 LatexCommand ref
19781 reference "sub:節見出し中の数式"
19782
19783 \end_inset
19784
19785 節にあります。
19786 \end_layout
19787
19788 \end_inset
19789
19790
19791 \begin_inset Index idx
19792 status collapsed
19793
19794 \begin_layout Plain Layout
19795 きごう@記号
19796 \end_layout
19797
19798 \end_inset
19799
19800
19801 \end_layout
19802
19803 \begin_layout Standard
19804 本節に掲げてある各記号の多くは、ツールバーボタンの
19805 \begin_inset Graphics
19806         filename ../../images/math/nabla.png
19807         scale 85
19808
19809 \end_inset
19810
19811
19812 \begin_inset Graphics
19813         filename ../../images/math/digamma.png
19814         scale 85
19815
19816 \end_inset
19817
19818 でも挿入することができます。
19819 \end_layout
19820
19821 \begin_layout Subsection
19822 数学記号
19823 \begin_inset CommandInset label
19824 LatexCommand label
19825 name "sub:数学記号"
19826
19827 \end_inset
19828
19829
19830 \begin_inset Index idx
19831 status collapsed
19832
19833 \begin_layout Plain Layout
19834 きごう@記号 ! すうがく@数学
19835 \end_layout
19836
19837 \end_inset
19838
19839
19840 \end_layout
19841
19842 \begin_layout Standard
19843 \begin_inset space \hfill{}
19844 \end_inset
19845
19846
19847 \begin_inset Tabular
19848 <lyxtabular version="3" rows="10" columns="2">
19849 <features rotate="0" tabularvalignment="middle">
19850 <column alignment="center" valignment="top" width="0pt">
19851 <column alignment="center" valignment="top" width="0pt">
19852 <row>
19853 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19854 \begin_inset Text
19855
19856 \begin_layout Plain Layout
19857 コマンド
19858 \end_layout
19859
19860 \end_inset
19861 </cell>
19862 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19863 \begin_inset Text
19864
19865 \begin_layout Plain Layout
19866 出力
19867 \end_layout
19868
19869 \end_inset
19870 </cell>
19871 </row>
19872 <row>
19873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19874 \begin_inset Text
19875
19876 \begin_layout Plain Layout
19877
19878 \backslash
19879 neg
19880 \end_layout
19881
19882 \end_inset
19883 </cell>
19884 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19885 \begin_inset Text
19886
19887 \begin_layout Plain Layout
19888 \begin_inset Formula $\neg$
19889 \end_inset
19890
19891
19892 \end_layout
19893
19894 \end_inset
19895 </cell>
19896 </row>
19897 <row>
19898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19899 \begin_inset Text
19900
19901 \begin_layout Plain Layout
19902
19903 \backslash
19904 Im
19905 \end_layout
19906
19907 \end_inset
19908 </cell>
19909 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19910 \begin_inset Text
19911
19912 \begin_layout Plain Layout
19913 \begin_inset Formula $\Im$
19914 \end_inset
19915
19916
19917 \end_layout
19918
19919 \end_inset
19920 </cell>
19921 </row>
19922 <row>
19923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19924 \begin_inset Text
19925
19926 \begin_layout Plain Layout
19927
19928 \backslash
19929 Re
19930 \end_layout
19931
19932 \end_inset
19933 </cell>
19934 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19935 \begin_inset Text
19936
19937 \begin_layout Plain Layout
19938 \begin_inset Formula $\Re$
19939 \end_inset
19940
19941
19942 \end_layout
19943
19944 \end_inset
19945 </cell>
19946 </row>
19947 <row>
19948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19949 \begin_inset Text
19950
19951 \begin_layout Plain Layout
19952
19953 \backslash
19954 aleph
19955 \end_layout
19956
19957 \end_inset
19958 </cell>
19959 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19960 \begin_inset Text
19961
19962 \begin_layout Plain Layout
19963 \begin_inset Formula $\aleph$
19964 \end_inset
19965
19966
19967 \end_layout
19968
19969 \end_inset
19970 </cell>
19971 </row>
19972 <row>
19973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19974 \begin_inset Text
19975
19976 \begin_layout Plain Layout
19977
19978 \backslash
19979 partial
19980 \end_layout
19981
19982 \end_inset
19983 </cell>
19984 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19985 \begin_inset Text
19986
19987 \begin_layout Plain Layout
19988 \begin_inset Formula $\partial$
19989 \end_inset
19990
19991
19992 \end_layout
19993
19994 \end_inset
19995 </cell>
19996 </row>
19997 <row>
19998 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19999 \begin_inset Text
20000
20001 \begin_layout Plain Layout
20002
20003 \backslash
20004 infty
20005 \end_layout
20006
20007 \end_inset
20008 </cell>
20009 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20010 \begin_inset Text
20011
20012 \begin_layout Plain Layout
20013 \begin_inset Formula $\infty$
20014 \end_inset
20015
20016
20017 \end_layout
20018
20019 \end_inset
20020 </cell>
20021 </row>
20022 <row>
20023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20024 \begin_inset Text
20025
20026 \begin_layout Plain Layout
20027
20028 \backslash
20029 wp
20030 \end_layout
20031
20032 \end_inset
20033 </cell>
20034 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20035 \begin_inset Text
20036
20037 \begin_layout Plain Layout
20038 \begin_inset Formula $\wp$
20039 \end_inset
20040
20041
20042 \end_layout
20043
20044 \end_inset
20045 </cell>
20046 </row>
20047 <row>
20048 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20049 \begin_inset Text
20050
20051 \begin_layout Plain Layout
20052
20053 \backslash
20054 imath
20055 \end_layout
20056
20057 \end_inset
20058 </cell>
20059 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20060 \begin_inset Text
20061
20062 \begin_layout Plain Layout
20063 \begin_inset Formula $\imath$
20064 \end_inset
20065
20066
20067 \end_layout
20068
20069 \end_inset
20070 </cell>
20071 </row>
20072 <row>
20073 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20074 \begin_inset Text
20075
20076 \begin_layout Plain Layout
20077
20078 \backslash
20079 jmath
20080 \end_layout
20081
20082 \end_inset
20083 </cell>
20084 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20085 \begin_inset Text
20086
20087 \begin_layout Plain Layout
20088 \begin_inset Formula $\jmath$
20089 \end_inset
20090
20091
20092 \end_layout
20093
20094 \end_inset
20095 </cell>
20096 </row>
20097 </lyxtabular>
20098
20099 \end_inset
20100
20101
20102 \begin_inset space \hfill{}
20103 \end_inset
20104
20105
20106 \begin_inset Tabular
20107 <lyxtabular version="3" rows="10" columns="2">
20108 <features rotate="0" tabularvalignment="middle">
20109 <column alignment="center" valignment="top" width="0pt">
20110 <column alignment="center" valignment="top" width="0pt">
20111 <row>
20112 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20113 \begin_inset Text
20114
20115 \begin_layout Plain Layout
20116 コマンド
20117 \end_layout
20118
20119 \end_inset
20120 </cell>
20121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20122 \begin_inset Text
20123
20124 \begin_layout Plain Layout
20125 出力
20126 \begin_inset Note Note
20127 status collapsed
20128
20129 \begin_layout Plain Layout
20130 ここで
20131 \series bold
20132
20133 \backslash
20134 raisebox
20135 \series default
20136 はスペーサーとして使用しているだけです。
20137 \end_layout
20138
20139 \end_inset
20140
20141
20142 \end_layout
20143
20144 \end_inset
20145 </cell>
20146 </row>
20147 <row>
20148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20149 \begin_inset Text
20150
20151 \begin_layout Plain Layout
20152
20153 \backslash
20154 forall
20155 \end_layout
20156
20157 \end_inset
20158 </cell>
20159 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20160 \begin_inset Text
20161
20162 \begin_layout Plain Layout
20163 \begin_inset Formula $\forall$
20164 \end_inset
20165
20166
20167 \end_layout
20168
20169 \end_inset
20170 </cell>
20171 </row>
20172 <row>
20173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20174 \begin_inset Text
20175
20176 \begin_layout Plain Layout
20177
20178 \backslash
20179 exists
20180 \end_layout
20181
20182 \end_inset
20183 </cell>
20184 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20185 \begin_inset Text
20186
20187 \begin_layout Plain Layout
20188 \begin_inset Formula $\exists$
20189 \end_inset
20190
20191
20192 \end_layout
20193
20194 \end_inset
20195 </cell>
20196 </row>
20197 <row>
20198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20199 \begin_inset Text
20200
20201 \begin_layout Plain Layout
20202
20203 \backslash
20204 nexists
20205 \end_layout
20206
20207 \end_inset
20208 </cell>
20209 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20210 \begin_inset Text
20211
20212 \begin_layout Plain Layout
20213 \begin_inset Formula $\nexists$
20214 \end_inset
20215
20216
20217 \end_layout
20218
20219 \end_inset
20220 </cell>
20221 </row>
20222 <row>
20223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20224 \begin_inset Text
20225
20226 \begin_layout Plain Layout
20227
20228 \backslash
20229 emptyset
20230 \end_layout
20231
20232 \end_inset
20233 </cell>
20234 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20235 \begin_inset Text
20236
20237 \begin_layout Plain Layout
20238 \begin_inset Formula $\emptyset$
20239 \end_inset
20240
20241
20242 \end_layout
20243
20244 \end_inset
20245 </cell>
20246 </row>
20247 <row>
20248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20249 \begin_inset Text
20250
20251 \begin_layout Plain Layout
20252
20253 \backslash
20254 varnothing
20255 \end_layout
20256
20257 \end_inset
20258 </cell>
20259 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20260 \begin_inset Text
20261
20262 \begin_layout Plain Layout
20263 \begin_inset Formula $\varnothing$
20264 \end_inset
20265
20266
20267 \end_layout
20268
20269 \end_inset
20270 </cell>
20271 </row>
20272 <row>
20273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20274 \begin_inset Text
20275
20276 \begin_layout Plain Layout
20277
20278 \backslash
20279 dag
20280 \end_layout
20281
20282 \end_inset
20283 </cell>
20284 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20285 \begin_inset Text
20286
20287 \begin_layout Plain Layout
20288 \begin_inset Formula $\dag$
20289 \end_inset
20290
20291
20292 \end_layout
20293
20294 \end_inset
20295 </cell>
20296 </row>
20297 <row>
20298 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20299 \begin_inset Text
20300
20301 \begin_layout Plain Layout
20302
20303 \backslash
20304 ddag
20305 \end_layout
20306
20307 \end_inset
20308 </cell>
20309 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20310 \begin_inset Text
20311
20312 \begin_layout Plain Layout
20313 \begin_inset Formula $\ddag$
20314 \end_inset
20315
20316
20317 \end_layout
20318
20319 \end_inset
20320 </cell>
20321 </row>
20322 <row>
20323 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20324 \begin_inset Text
20325
20326 \begin_layout Plain Layout
20327
20328 \backslash
20329 complement
20330 \end_layout
20331
20332 \end_inset
20333 </cell>
20334 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20335 \begin_inset Text
20336
20337 \begin_layout Plain Layout
20338 \begin_inset ERT
20339 status collapsed
20340
20341 \begin_layout Plain Layout
20342
20343
20344 \backslash
20345 raisebox{-0.8mm}{
20346 \end_layout
20347
20348 \end_inset
20349
20350
20351 \begin_inset Formula $\complement$
20352 \end_inset
20353
20354
20355 \begin_inset ERT
20356 status collapsed
20357
20358 \begin_layout Plain Layout
20359
20360 }
20361 \end_layout
20362
20363 \end_inset
20364
20365
20366 \end_layout
20367
20368 \end_inset
20369 </cell>
20370 </row>
20371 <row>
20372 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20373 \begin_inset Text
20374
20375 \begin_layout Plain Layout
20376
20377 \backslash
20378 Bbbk
20379 \end_layout
20380
20381 \end_inset
20382 </cell>
20383 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20384 \begin_inset Text
20385
20386 \begin_layout Plain Layout
20387 \begin_inset Formula $\Bbbk$
20388 \end_inset
20389
20390
20391 \end_layout
20392
20393 \end_inset
20394 </cell>
20395 </row>
20396 </lyxtabular>
20397
20398 \end_inset
20399
20400
20401 \begin_inset space \hfill{}
20402 \end_inset
20403
20404
20405 \begin_inset Tabular
20406 <lyxtabular version="3" rows="10" columns="2">
20407 <features rotate="0" tabularvalignment="middle">
20408 <column alignment="center" valignment="top" width="0pt">
20409 <column alignment="center" valignment="top" width="0pt">
20410 <row>
20411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20412 \begin_inset Text
20413
20414 \begin_layout Plain Layout
20415 コマンド
20416 \end_layout
20417
20418 \end_inset
20419 </cell>
20420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20421 \begin_inset Text
20422
20423 \begin_layout Plain Layout
20424 出力
20425 \end_layout
20426
20427 \end_inset
20428 </cell>
20429 </row>
20430 <row>
20431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20432 \begin_inset Text
20433
20434 \begin_layout Plain Layout
20435
20436 \backslash
20437 prime
20438 \end_layout
20439
20440 \end_inset
20441 </cell>
20442 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20443 \begin_inset Text
20444
20445 \begin_layout Plain Layout
20446 \begin_inset Formula $\prime$
20447 \end_inset
20448
20449
20450 \end_layout
20451
20452 \end_inset
20453 </cell>
20454 </row>
20455 <row>
20456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20457 \begin_inset Text
20458
20459 \begin_layout Plain Layout
20460
20461 \backslash
20462 backprime
20463 \end_layout
20464
20465 \end_inset
20466 </cell>
20467 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20468 \begin_inset Text
20469
20470 \begin_layout Plain Layout
20471 \begin_inset Formula $\backprime$
20472 \end_inset
20473
20474
20475 \end_layout
20476
20477 \end_inset
20478 </cell>
20479 </row>
20480 <row>
20481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20482 \begin_inset Text
20483
20484 \begin_layout Plain Layout
20485
20486 \backslash
20487 mho
20488 \end_layout
20489
20490 \end_inset
20491 </cell>
20492 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20493 \begin_inset Text
20494
20495 \begin_layout Plain Layout
20496 \begin_inset Formula $\mho$
20497 \end_inset
20498
20499
20500 \end_layout
20501
20502 \end_inset
20503 </cell>
20504 </row>
20505 <row>
20506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20507 \begin_inset Text
20508
20509 \begin_layout Plain Layout
20510
20511 \backslash
20512 triangle
20513 \end_layout
20514
20515 \end_inset
20516 </cell>
20517 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20518 \begin_inset Text
20519
20520 \begin_layout Plain Layout
20521 \begin_inset Formula $\triangle$
20522 \end_inset
20523
20524
20525 \end_layout
20526
20527 \end_inset
20528 </cell>
20529 </row>
20530 <row>
20531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20532 \begin_inset Text
20533
20534 \begin_layout Plain Layout
20535
20536 \backslash
20537 angle
20538 \end_layout
20539
20540 \end_inset
20541 </cell>
20542 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20543 \begin_inset Text
20544
20545 \begin_layout Plain Layout
20546 \begin_inset Formula $\angle$
20547 \end_inset
20548
20549
20550 \end_layout
20551
20552 \end_inset
20553 </cell>
20554 </row>
20555 <row>
20556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20557 \begin_inset Text
20558
20559 \begin_layout Plain Layout
20560
20561 \backslash
20562 measuredangle
20563 \end_layout
20564
20565 \end_inset
20566 </cell>
20567 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20568 \begin_inset Text
20569
20570 \begin_layout Plain Layout
20571 \begin_inset Formula $\measuredangle$
20572 \end_inset
20573
20574
20575 \end_layout
20576
20577 \end_inset
20578 </cell>
20579 </row>
20580 <row>
20581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20582 \begin_inset Text
20583
20584 \begin_layout Plain Layout
20585
20586 \backslash
20587 sphericalangle
20588 \end_layout
20589
20590 \end_inset
20591 </cell>
20592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20593 \begin_inset Text
20594
20595 \begin_layout Plain Layout
20596 \begin_inset Formula $\sphericalangle$
20597 \end_inset
20598
20599
20600 \end_layout
20601
20602 \end_inset
20603 </cell>
20604 </row>
20605 <row>
20606 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20607 \begin_inset Text
20608
20609 \begin_layout Plain Layout
20610
20611 \backslash
20612 top
20613 \end_layout
20614
20615 \end_inset
20616 </cell>
20617 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20618 \begin_inset Text
20619
20620 \begin_layout Plain Layout
20621 \begin_inset Formula $\top$
20622 \end_inset
20623
20624
20625 \end_layout
20626
20627 \end_inset
20628 </cell>
20629 </row>
20630 <row>
20631 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20632 \begin_inset Text
20633
20634 \begin_layout Plain Layout
20635
20636 \backslash
20637 bot
20638 \end_layout
20639
20640 \end_inset
20641 </cell>
20642 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20643 \begin_inset Text
20644
20645 \begin_layout Plain Layout
20646 \begin_inset Formula $\bot$
20647 \end_inset
20648
20649
20650 \end_layout
20651
20652 \end_inset
20653 </cell>
20654 </row>
20655 </lyxtabular>
20656
20657 \end_inset
20658
20659
20660 \begin_inset space \hfill{}
20661 \end_inset
20662
20663
20664 \end_layout
20665
20666 \begin_layout Subsection
20667 その他の記号
20668 \begin_inset CommandInset label
20669 LatexCommand label
20670 name "sub:その他の記号"
20671
20672 \end_inset
20673
20674
20675 \begin_inset Index idx
20676 status collapsed
20677
20678 \begin_layout Plain Layout
20679 きごう@記号 ! そのた@その他
20680 \end_layout
20681
20682 \end_inset
20683
20684
20685 \end_layout
20686
20687 \begin_layout Standard
20688 \noindent
20689 \align center
20690 \begin_inset Tabular
20691 <lyxtabular version="3" rows="10" columns="2">
20692 <features rotate="0" tabularvalignment="middle">
20693 <column alignment="center" valignment="top" width="0pt">
20694 <column alignment="center" valignment="top" width="0pt">
20695 <row>
20696 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20697 \begin_inset Text
20698
20699 \begin_layout Plain Layout
20700
20701 \family roman
20702 \series medium
20703 \shape up
20704 \size normal
20705 \emph off
20706 \bar no
20707 \noun off
20708 \color none
20709 コマンド
20710 \end_layout
20711
20712 \end_inset
20713 </cell>
20714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20715 \begin_inset Text
20716
20717 \begin_layout Plain Layout
20718
20719 \family roman
20720 \series medium
20721 \shape up
20722 \size normal
20723 \emph off
20724 \bar no
20725 \noun off
20726 \color none
20727 出力
20728 \end_layout
20729
20730 \end_inset
20731 </cell>
20732 </row>
20733 <row>
20734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20735 \begin_inset Text
20736
20737 \begin_layout Plain Layout
20738
20739 \backslash
20740 flat
20741 \end_layout
20742
20743 \end_inset
20744 </cell>
20745 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20746 \begin_inset Text
20747
20748 \begin_layout Plain Layout
20749 \begin_inset Formula $\flat$
20750 \end_inset
20751
20752
20753 \end_layout
20754
20755 \end_inset
20756 </cell>
20757 </row>
20758 <row>
20759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20760 \begin_inset Text
20761
20762 \begin_layout Plain Layout
20763
20764 \backslash
20765 natural
20766 \end_layout
20767
20768 \end_inset
20769 </cell>
20770 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20771 \begin_inset Text
20772
20773 \begin_layout Plain Layout
20774 \begin_inset Formula $\natural$
20775 \end_inset
20776
20777
20778 \end_layout
20779
20780 \end_inset
20781 </cell>
20782 </row>
20783 <row>
20784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20785 \begin_inset Text
20786
20787 \begin_layout Plain Layout
20788
20789 \backslash
20790 sharp
20791 \end_layout
20792
20793 \end_inset
20794 </cell>
20795 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20796 \begin_inset Text
20797
20798 \begin_layout Plain Layout
20799 \begin_inset Formula $\sharp$
20800 \end_inset
20801
20802
20803 \end_layout
20804
20805 \end_inset
20806 </cell>
20807 </row>
20808 <row>
20809 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20810 \begin_inset Text
20811
20812 \begin_layout Plain Layout
20813
20814 \backslash
20815 surd
20816 \end_layout
20817
20818 \end_inset
20819 </cell>
20820 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20821 \begin_inset Text
20822
20823 \begin_layout Plain Layout
20824 \begin_inset Formula $\surd$
20825 \end_inset
20826
20827
20828 \end_layout
20829
20830 \end_inset
20831 </cell>
20832 </row>
20833 <row>
20834 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20835 \begin_inset Text
20836
20837 \begin_layout Plain Layout
20838
20839 \backslash
20840 checkmark
20841 \end_layout
20842
20843 \end_inset
20844 </cell>
20845 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20846 \begin_inset Text
20847
20848 \begin_layout Plain Layout
20849 \begin_inset Formula $\checkmark$
20850 \end_inset
20851
20852
20853 \end_layout
20854
20855 \end_inset
20856 </cell>
20857 </row>
20858 <row>
20859 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20860 \begin_inset Text
20861
20862 \begin_layout Plain Layout
20863
20864 \backslash
20865 yen
20866 \end_layout
20867
20868 \end_inset
20869 </cell>
20870 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20871 \begin_inset Text
20872
20873 \begin_layout Plain Layout
20874 \begin_inset Formula $\yen$
20875 \end_inset
20876
20877
20878 \end_layout
20879
20880 \end_inset
20881 </cell>
20882 </row>
20883 <row>
20884 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20885 \begin_inset Text
20886
20887 \begin_layout Plain Layout
20888
20889 \backslash
20890 pounds
20891 \end_layout
20892
20893 \end_inset
20894 </cell>
20895 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20896 \begin_inset Text
20897
20898 \begin_layout Plain Layout
20899 \begin_inset Formula $\pounds$
20900 \end_inset
20901
20902
20903 \end_layout
20904
20905 \end_inset
20906 </cell>
20907 </row>
20908 <row>
20909 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20910 \begin_inset Text
20911
20912 \begin_layout Plain Layout
20913 $
20914 \end_layout
20915
20916 \end_inset
20917 </cell>
20918 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20919 \begin_inset Text
20920
20921 \begin_layout Plain Layout
20922 \begin_inset Formula $\$$
20923 \end_inset
20924
20925
20926 \end_layout
20927
20928 \end_inset
20929 </cell>
20930 </row>
20931 <row>
20932 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20933 \begin_inset Text
20934
20935 \begin_layout Plain Layout
20936 §
20937 \end_layout
20938
20939 \end_inset
20940 </cell>
20941 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20942 \begin_inset Text
20943
20944 \begin_layout Plain Layout
20945 \begin_inset Formula $\mathsection$
20946 \end_inset
20947
20948
20949 \end_layout
20950
20951 \end_inset
20952 </cell>
20953 </row>
20954 </lyxtabular>
20955
20956 \end_inset
20957
20958
20959 \begin_inset Tabular
20960 <lyxtabular version="3" rows="10" columns="2">
20961 <features rotate="0" tabularvalignment="middle">
20962 <column alignment="center" valignment="top">
20963 <column alignment="center" valignment="top">
20964 <row>
20965 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20966 \begin_inset Text
20967
20968 \begin_layout Plain Layout
20969
20970 \family roman
20971 \series medium
20972 \shape up
20973 \size normal
20974 \emph off
20975 \bar no
20976 \noun off
20977 \color none
20978 コマンド
20979 \end_layout
20980
20981 \end_inset
20982 </cell>
20983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20984 \begin_inset Text
20985
20986 \begin_layout Plain Layout
20987
20988 \family roman
20989 \series medium
20990 \shape up
20991 \size normal
20992 \emph off
20993 \bar no
20994 \noun off
20995 \color none
20996 出力
20997 \end_layout
20998
20999 \end_inset
21000 </cell>
21001 </row>
21002 <row>
21003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21004 \begin_inset Text
21005
21006 \begin_layout Plain Layout
21007
21008 \backslash
21009 hbar
21010 \end_layout
21011
21012 \end_inset
21013 </cell>
21014 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21015 \begin_inset Text
21016
21017 \begin_layout Plain Layout
21018 \begin_inset Formula $\hbar$
21019 \end_inset
21020
21021
21022 \end_layout
21023
21024 \end_inset
21025 </cell>
21026 </row>
21027 <row>
21028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21029 \begin_inset Text
21030
21031 \begin_layout Plain Layout
21032
21033 \backslash
21034 hslash
21035 \end_layout
21036
21037 \end_inset
21038 </cell>
21039 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21040 \begin_inset Text
21041
21042 \begin_layout Plain Layout
21043 \begin_inset Formula $\hslash$
21044 \end_inset
21045
21046
21047 \end_layout
21048
21049 \end_inset
21050 </cell>
21051 </row>
21052 <row>
21053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21054 \begin_inset Text
21055
21056 \begin_layout Plain Layout
21057
21058 \backslash
21059 clubsuit
21060 \end_layout
21061
21062 \end_inset
21063 </cell>
21064 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21065 \begin_inset Text
21066
21067 \begin_layout Plain Layout
21068 \begin_inset Formula $\clubsuit$
21069 \end_inset
21070
21071
21072 \end_layout
21073
21074 \end_inset
21075 </cell>
21076 </row>
21077 <row>
21078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21079 \begin_inset Text
21080
21081 \begin_layout Plain Layout
21082
21083 \backslash
21084 spadesuit
21085 \end_layout
21086
21087 \end_inset
21088 </cell>
21089 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21090 \begin_inset Text
21091
21092 \begin_layout Plain Layout
21093 \begin_inset Formula $\spadesuit$
21094 \end_inset
21095
21096
21097 \end_layout
21098
21099 \end_inset
21100 </cell>
21101 </row>
21102 <row>
21103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21104 \begin_inset Text
21105
21106 \begin_layout Plain Layout
21107
21108 \backslash
21109 bigstar
21110 \end_layout
21111
21112 \end_inset
21113 </cell>
21114 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21115 \begin_inset Text
21116
21117 \begin_layout Plain Layout
21118 \begin_inset Formula $\bigstar$
21119 \end_inset
21120
21121
21122 \end_layout
21123
21124 \end_inset
21125 </cell>
21126 </row>
21127 <row>
21128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21129 \begin_inset Text
21130
21131 \begin_layout Plain Layout
21132
21133 \backslash
21134 blacklozenge
21135 \end_layout
21136
21137 \end_inset
21138 </cell>
21139 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21140 \begin_inset Text
21141
21142 \begin_layout Plain Layout
21143 \begin_inset Formula $\blacklozenge$
21144 \end_inset
21145
21146
21147 \end_layout
21148
21149 \end_inset
21150 </cell>
21151 </row>
21152 <row>
21153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21154 \begin_inset Text
21155
21156 \begin_layout Plain Layout
21157
21158 \backslash
21159 blacktriangle
21160 \end_layout
21161
21162 \end_inset
21163 </cell>
21164 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21165 \begin_inset Text
21166
21167 \begin_layout Plain Layout
21168 \begin_inset Formula $\blacktriangle$
21169 \end_inset
21170
21171
21172 \end_layout
21173
21174 \end_inset
21175 </cell>
21176 </row>
21177 <row>
21178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21179 \begin_inset Text
21180
21181 \begin_layout Plain Layout
21182
21183 \backslash
21184 blacktiangledown
21185 \end_layout
21186
21187 \end_inset
21188 </cell>
21189 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21190 \begin_inset Text
21191
21192 \begin_layout Plain Layout
21193 \begin_inset Formula $\blacktriangledown$
21194 \end_inset
21195
21196
21197 \end_layout
21198
21199 \end_inset
21200 </cell>
21201 </row>
21202 <row>
21203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21204 \begin_inset Text
21205
21206 \begin_layout Plain Layout
21207
21208 \backslash
21209 bullet
21210 \end_layout
21211
21212 \end_inset
21213 </cell>
21214 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21215 \begin_inset Text
21216
21217 \begin_layout Plain Layout
21218 \begin_inset Formula $\bullet$
21219 \end_inset
21220
21221
21222 \end_layout
21223
21224 \end_inset
21225 </cell>
21226 </row>
21227 </lyxtabular>
21228
21229 \end_inset
21230
21231
21232 \begin_inset Tabular
21233 <lyxtabular version="3" rows="10" columns="2">
21234 <features rotate="0" tabularvalignment="middle">
21235 <column alignment="center" valignment="top" width="0pt">
21236 <column alignment="center" valignment="top" width="0pt">
21237 <row>
21238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21239 \begin_inset Text
21240
21241 \begin_layout Plain Layout
21242
21243 \family roman
21244 \series medium
21245 \shape up
21246 \size normal
21247 \emph off
21248 \bar no
21249 \noun off
21250 \color none
21251 コマンド
21252 \end_layout
21253
21254 \end_inset
21255 </cell>
21256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21257 \begin_inset Text
21258
21259 \begin_layout Plain Layout
21260
21261 \family roman
21262 \series medium
21263 \shape up
21264 \size normal
21265 \emph off
21266 \bar no
21267 \noun off
21268 \color none
21269 出力
21270 \end_layout
21271
21272 \end_inset
21273 </cell>
21274 </row>
21275 <row>
21276 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21277 \begin_inset Text
21278
21279 \begin_layout Plain Layout
21280
21281 \backslash
21282 diamondsuit
21283 \end_layout
21284
21285 \end_inset
21286 </cell>
21287 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21288 \begin_inset Text
21289
21290 \begin_layout Plain Layout
21291 \begin_inset Formula $\diamondsuit$
21292 \end_inset
21293
21294
21295 \end_layout
21296
21297 \end_inset
21298 </cell>
21299 </row>
21300 <row>
21301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21302 \begin_inset Text
21303
21304 \begin_layout Plain Layout
21305
21306 \backslash
21307 Diamond
21308 \end_layout
21309
21310 \end_inset
21311 </cell>
21312 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21313 \begin_inset Text
21314
21315 \begin_layout Plain Layout
21316 \begin_inset Formula $\Diamond$
21317 \end_inset
21318
21319
21320 \end_layout
21321
21322 \end_inset
21323 </cell>
21324 </row>
21325 <row>
21326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21327 \begin_inset Text
21328
21329 \begin_layout Plain Layout
21330
21331 \backslash
21332 heartsuit
21333 \end_layout
21334
21335 \end_inset
21336 </cell>
21337 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21338 \begin_inset Text
21339
21340 \begin_layout Plain Layout
21341 \begin_inset Formula $\heartsuit$
21342 \end_inset
21343
21344
21345 \end_layout
21346
21347 \end_inset
21348 </cell>
21349 </row>
21350 <row>
21351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21352 \begin_inset Text
21353
21354 \begin_layout Plain Layout
21355
21356 \backslash
21357 P
21358 \end_layout
21359
21360 \end_inset
21361 </cell>
21362 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21363 \begin_inset Text
21364
21365 \begin_layout Plain Layout
21366 \begin_inset Formula $\P$
21367 \end_inset
21368
21369
21370 \end_layout
21371
21372 \end_inset
21373 </cell>
21374 </row>
21375 <row>
21376 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21377 \begin_inset Text
21378
21379 \begin_layout Plain Layout
21380
21381 \backslash
21382 copyright
21383 \end_layout
21384
21385 \end_inset
21386 </cell>
21387 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21388 \begin_inset Text
21389
21390 \begin_layout Plain Layout
21391 \begin_inset Formula $\copyright$
21392 \end_inset
21393
21394
21395 \end_layout
21396
21397 \end_inset
21398 </cell>
21399 </row>
21400 <row>
21401 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21402 \begin_inset Text
21403
21404 \begin_layout Plain Layout
21405
21406 \backslash
21407 circledR
21408 \end_layout
21409
21410 \end_inset
21411 </cell>
21412 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21413 \begin_inset Text
21414
21415 \begin_layout Plain Layout
21416 \begin_inset Formula $\circledR$
21417 \end_inset
21418
21419
21420 \end_layout
21421
21422 \end_inset
21423 </cell>
21424 </row>
21425 <row>
21426 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21427 \begin_inset Text
21428
21429 \begin_layout Plain Layout
21430
21431 \backslash
21432 maltese
21433 \end_layout
21434
21435 \end_inset
21436 </cell>
21437 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21438 \begin_inset Text
21439
21440 \begin_layout Plain Layout
21441 \begin_inset Formula $\maltese$
21442 \end_inset
21443
21444
21445 \end_layout
21446
21447 \end_inset
21448 </cell>
21449 </row>
21450 <row>
21451 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21452 \begin_inset Text
21453
21454 \begin_layout Plain Layout
21455
21456 \backslash
21457 diagup
21458 \end_layout
21459
21460 \end_inset
21461 </cell>
21462 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21463 \begin_inset Text
21464
21465 \begin_layout Plain Layout
21466 \begin_inset Formula $\diagup$
21467 \end_inset
21468
21469
21470 \end_layout
21471
21472 \end_inset
21473 </cell>
21474 </row>
21475 <row>
21476 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21477 \begin_inset Text
21478
21479 \begin_layout Plain Layout
21480
21481 \backslash
21482 diagdown
21483 \end_layout
21484
21485 \end_inset
21486 </cell>
21487 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21488 \begin_inset Text
21489
21490 \begin_layout Plain Layout
21491 \begin_inset Formula $\diagdown$
21492 \end_inset
21493
21494
21495 \end_layout
21496
21497 \end_inset
21498 </cell>
21499 </row>
21500 </lyxtabular>
21501
21502 \end_inset
21503
21504
21505 \end_layout
21506
21507 \begin_layout Standard
21508 \begin_inset VSpace medskip
21509 \end_inset
21510
21511 ここにある以上の記号が、第
21512 \begin_inset CommandInset ref
21513 LatexCommand ref
21514 reference "sub:他の特殊文字"
21515
21516 \end_inset
21517
21518 節に挙げてあります。
21519 \end_layout
21520
21521 \begin_layout Standard
21522 寸法を変えて表示することのできる記号もあります。第
21523 \begin_inset CommandInset ref
21524 LatexCommand ref
21525 reference "sub:書体寸法"
21526
21527 \end_inset
21528
21529 節をご参照下さい。
21530 \end_layout
21531
21532 \begin_layout Subsection
21533 ユーロ通貨記号
21534 \begin_inset Index idx
21535 status collapsed
21536
21537 \begin_layout Plain Layout
21538 きごう@記号 ! ゆーろつうかきごう@ユーロ通貨記号
21539 \end_layout
21540
21541 \end_inset
21542
21543
21544 \begin_inset Index idx
21545 status collapsed
21546
21547 \begin_layout Plain Layout
21548
21549 \backslash
21550 @
21551 \begin_inset ERT
21552 status collapsed
21553
21554 \begin_layout Plain Layout
21555
21556
21557 \backslash
21558 officialeuro
21559 \end_layout
21560
21561 \end_inset
21562
21563
21564 \end_layout
21565
21566 \end_inset
21567
21568
21569 \end_layout
21570
21571 \begin_layout Standard
21572 ユーロ通貨記号を数式で使用するには、LaTeXパッケージ
21573 \series bold
21574 eurosym
21575 \series default
21576
21577 \begin_inset Index idx
21578 status collapsed
21579
21580 \begin_layout Plain Layout
21581 ぱっけーじ@パッケージ ! eurosym
21582 \end_layout
21583
21584 \end_inset
21585
21586 が導入されていて、以下のようなLaTeXプリアンブル行によって読み込まれていなくてはなりません。
21587 \end_layout
21588
21589 \begin_layout Standard
21590
21591 \series bold
21592
21593 \backslash
21594 usepackage[gennarrow]{eurosym}
21595 \end_layout
21596
21597 \begin_layout Standard
21598 すると、ユーロ通貨記号を
21599 \series bold
21600
21601 \backslash
21602 euro
21603 \series default
21604
21605 \begin_inset Index idx
21606 status collapsed
21607
21608 \begin_layout Plain Layout
21609 こまんど@コマンド ! E ! 
21610 \backslash
21611 euro
21612 \end_layout
21613
21614 \end_inset
21615
21616 コマンドで挿入することができるようになります。
21617 \end_layout
21618
21619 \begin_layout Standard
21620 数式テキストには、
21621 \series bold
21622 eurosym
21623 \series default
21624 が導入されていなくても、ユーロ通貨記号を直接キーボードを使って(あれば)挿入することができます。
21625 \series bold
21626 eurosym
21627 \series default
21628 が導入されていれば、
21629 \series bold
21630
21631 \backslash
21632 euro
21633 \series default
21634 はTeXモードでも挿入することができます。また、正式な通貨記号を
21635 \series bold
21636
21637 \backslash
21638 officialeuro
21639 \series default
21640
21641 \begin_inset Index idx
21642 status collapsed
21643
21644 \begin_layout Plain Layout
21645 こまんど@コマンド ! O ! 
21646 \backslash
21647 officialeuro
21648 \end_layout
21649
21650 \end_inset
21651
21652 コマンド(これはTeXモードでのみ使用することができます)で挿入することができます。
21653 \end_layout
21654
21655 \begin_layout Standard
21656 \begin_inset ERT
21657 status collapsed
21658
21659 \begin_layout Plain Layout
21660
21661
21662 \backslash
21663 ifeurosym 
21664 \end_layout
21665
21666 \end_inset
21667
21668
21669 \begin_inset Note Note
21670 status open
21671
21672 \begin_layout Plain Layout
21673 以下の表は、LaTeXパッケージ
21674 \series bold
21675 eurosym
21676 \series default
21677 が導入済みのときのみ表示されます。
21678 \end_layout
21679
21680 \end_inset
21681
21682
21683 \end_layout
21684
21685 \begin_layout Standard
21686 以下は、各ユーロ通貨記号のまとめです。
21687 \end_layout
21688
21689 \begin_layout Standard
21690 \align center
21691 \begin_inset Tabular
21692 <lyxtabular version="3" rows="4" columns="3">
21693 <features rotate="0" tabularvalignment="middle">
21694 <column alignment="center" valignment="top" width="0pt">
21695 <column alignment="center" valignment="top" width="0pt">
21696 <column alignment="center" valignment="top" width="0pt">
21697 <row>
21698 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
21699 \begin_inset Text
21700
21701 \begin_layout Plain Layout
21702
21703 \end_layout
21704
21705 \end_inset
21706 </cell>
21707 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21708 \begin_inset Text
21709
21710 \begin_layout Plain Layout
21711 コマンド
21712 \end_layout
21713
21714 \end_inset
21715 </cell>
21716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21717 \begin_inset Text
21718
21719 \begin_layout Plain Layout
21720 出力
21721 \end_layout
21722
21723 \end_inset
21724 </cell>
21725 </row>
21726 <row>
21727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21728 \begin_inset Text
21729
21730 \begin_layout Plain Layout
21731 数式
21732 \end_layout
21733
21734 \end_inset
21735 </cell>
21736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21737 \begin_inset Text
21738
21739 \begin_layout Plain Layout
21740
21741 \backslash
21742 euro
21743 \end_layout
21744
21745 \end_inset
21746 </cell>
21747 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21748 \begin_inset Text
21749
21750 \begin_layout Plain Layout
21751 \begin_inset Formula $\euro$
21752 \end_inset
21753
21754
21755 \end_layout
21756
21757 \end_inset
21758 </cell>
21759 </row>
21760 <row>
21761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21762 \begin_inset Text
21763
21764 \begin_layout Plain Layout
21765 数式テキスト
21766 \end_layout
21767
21768 \end_inset
21769 </cell>
21770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21771 \begin_inset Text
21772
21773 \begin_layout Plain Layout
21774 (ユーロ記号)
21775 \end_layout
21776
21777 \end_inset
21778 </cell>
21779 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21780 \begin_inset Text
21781
21782 \begin_layout Plain Layout
21783 (ユーロ記号)
21784 \end_layout
21785
21786 \end_inset
21787 </cell>
21788 </row>
21789 <row>
21790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21791 \begin_inset Text
21792
21793 \begin_layout Plain Layout
21794 TeXモード
21795 \end_layout
21796
21797 \end_inset
21798 </cell>
21799 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21800 \begin_inset Text
21801
21802 \begin_layout Plain Layout
21803
21804 \backslash
21805 officialeuro
21806 \end_layout
21807
21808 \end_inset
21809 </cell>
21810 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21811 \begin_inset Text
21812
21813 \begin_layout Plain Layout
21814 \begin_inset ERT
21815 status collapsed
21816
21817 \begin_layout Plain Layout
21818
21819
21820 \backslash
21821 officialeuro
21822 \end_layout
21823
21824 \end_inset
21825
21826
21827 \end_layout
21828
21829 \end_inset
21830 </cell>
21831 </row>
21832 </lyxtabular>
21833
21834 \end_inset
21835
21836
21837 \end_layout
21838
21839 \begin_layout Standard
21840 \begin_inset ERT
21841 status collapsed
21842
21843 \begin_layout Plain Layout
21844
21845
21846 \backslash
21847 else 
21848 \end_layout
21849
21850 \end_inset
21851
21852
21853 \begin_inset Note Note
21854 status open
21855
21856 \begin_layout Plain Layout
21857 以下は、LaTeXパッケージ
21858 \series bold
21859 eurosym
21860 \series default
21861 が導入されていないときのみ表示されます。
21862 \end_layout
21863
21864 \end_inset
21865
21866
21867 \end_layout
21868
21869 \begin_layout Standard
21870 本節の残りを出力としてみるためには、LaTeXパッケージ
21871 \series bold
21872 eurosym
21873 \series default
21874 を導入する必要があります。
21875 \end_layout
21876
21877 \begin_layout Standard
21878 \begin_inset ERT
21879 status collapsed
21880
21881 \begin_layout Plain Layout
21882
21883
21884 \backslash
21885 fi 
21886 \end_layout
21887
21888 \end_inset
21889
21890
21891 \end_layout
21892
21893 \begin_layout Section
21894 関係子
21895 \begin_inset CommandInset label
21896 LatexCommand label
21897 name "sec:関係子"
21898
21899 \end_inset
21900
21901
21902 \begin_inset Index idx
21903 status collapsed
21904
21905 \begin_layout Plain Layout
21906 かんけいし@関係子
21907 \end_layout
21908
21909 \end_inset
21910
21911
21912 \begin_inset Index idx
21913 status collapsed
21914
21915 \begin_layout Plain Layout
21916 ひかくし@比較子|see
21917 \begin_inset ERT
21918 status collapsed
21919
21920 \begin_layout Plain Layout
21921
21922 {
21923 \end_layout
21924
21925 \end_inset
21926
21927 関係子
21928 \begin_inset ERT
21929 status collapsed
21930
21931 \begin_layout Plain Layout
21932
21933 }
21934 \end_layout
21935
21936 \end_inset
21937
21938
21939 \end_layout
21940
21941 \end_inset
21942
21943
21944 \end_layout
21945
21946 \begin_layout Standard
21947 関係子はすべて、ツールバーボタンの
21948 \begin_inset Graphics
21949         filename ../../images/math/leq.png
21950         scale 85
21951
21952 \end_inset
21953
21954 でも挿入することができます。
21955 \end_layout
21956
21957 \begin_layout Standard
21958 \begin_inset space \hfill{}
21959 \end_inset
21960
21961
21962 \begin_inset Tabular
21963 <lyxtabular version="3" rows="17" columns="2">
21964 <features rotate="0" tabularvalignment="middle">
21965 <column alignment="center" valignment="top" width="0pt">
21966 <column alignment="center" valignment="top" width="0pt">
21967 <row>
21968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21969 \begin_inset Text
21970
21971 \begin_layout Plain Layout
21972 コマンド
21973 \end_layout
21974
21975 \end_inset
21976 </cell>
21977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21978 \begin_inset Text
21979
21980 \begin_layout Plain Layout
21981 出力
21982 \end_layout
21983
21984 \end_inset
21985 </cell>
21986 </row>
21987 <row>
21988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21989 \begin_inset Text
21990
21991 \begin_layout Plain Layout
21992 \begin_inset Formula $<$
21993 \end_inset
21994
21995
21996 \end_layout
21997
21998 \end_inset
21999 </cell>
22000 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22001 \begin_inset Text
22002
22003 \begin_layout Plain Layout
22004 \begin_inset Formula $<$
22005 \end_inset
22006
22007
22008 \end_layout
22009
22010 \end_inset
22011 </cell>
22012 </row>
22013 <row>
22014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22015 \begin_inset Text
22016
22017 \begin_layout Plain Layout
22018
22019 \backslash
22020 le
22021 \end_layout
22022
22023 \end_inset
22024 </cell>
22025 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22026 \begin_inset Text
22027
22028 \begin_layout Plain Layout
22029 \begin_inset Formula $\le$
22030 \end_inset
22031
22032
22033 \end_layout
22034
22035 \end_inset
22036 </cell>
22037 </row>
22038 <row>
22039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22040 \begin_inset Text
22041
22042 \begin_layout Plain Layout
22043
22044 \backslash
22045 ll
22046 \end_layout
22047
22048 \end_inset
22049 </cell>
22050 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22051 \begin_inset Text
22052
22053 \begin_layout Plain Layout
22054 \begin_inset Formula $\ll$
22055 \end_inset
22056
22057
22058 \end_layout
22059
22060 \end_inset
22061 </cell>
22062 </row>
22063 <row>
22064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22065 \begin_inset Text
22066
22067 \begin_layout Plain Layout
22068
22069 \backslash
22070 prec
22071 \end_layout
22072
22073 \end_inset
22074 </cell>
22075 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22076 \begin_inset Text
22077
22078 \begin_layout Plain Layout
22079 \begin_inset Formula $\prec$
22080 \end_inset
22081
22082
22083 \end_layout
22084
22085 \end_inset
22086 </cell>
22087 </row>
22088 <row>
22089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22090 \begin_inset Text
22091
22092 \begin_layout Plain Layout
22093
22094 \backslash
22095 preceq
22096 \end_layout
22097
22098 \end_inset
22099 </cell>
22100 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22101 \begin_inset Text
22102
22103 \begin_layout Plain Layout
22104 \begin_inset Formula $\preceq$
22105 \end_inset
22106
22107
22108 \end_layout
22109
22110 \end_inset
22111 </cell>
22112 </row>
22113 <row>
22114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22115 \begin_inset Text
22116
22117 \begin_layout Plain Layout
22118
22119 \backslash
22120 subset
22121 \end_layout
22122
22123 \end_inset
22124 </cell>
22125 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22126 \begin_inset Text
22127
22128 \begin_layout Plain Layout
22129 \begin_inset Formula $\subset$
22130 \end_inset
22131
22132
22133 \end_layout
22134
22135 \end_inset
22136 </cell>
22137 </row>
22138 <row>
22139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22140 \begin_inset Text
22141
22142 \begin_layout Plain Layout
22143
22144 \backslash
22145 subseteq
22146 \end_layout
22147
22148 \end_inset
22149 </cell>
22150 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22151 \begin_inset Text
22152
22153 \begin_layout Plain Layout
22154 \begin_inset Formula $\subseteq$
22155 \end_inset
22156
22157
22158 \end_layout
22159
22160 \end_inset
22161 </cell>
22162 </row>
22163 <row>
22164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22165 \begin_inset Text
22166
22167 \begin_layout Plain Layout
22168
22169 \backslash
22170 sqsubseteq
22171 \end_layout
22172
22173 \end_inset
22174 </cell>
22175 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22176 \begin_inset Text
22177
22178 \begin_layout Plain Layout
22179 \begin_inset Formula $\sqsubseteq$
22180 \end_inset
22181
22182
22183 \end_layout
22184
22185 \end_inset
22186 </cell>
22187 </row>
22188 <row>
22189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22190 \begin_inset Text
22191
22192 \begin_layout Plain Layout
22193
22194 \backslash
22195 in
22196 \end_layout
22197
22198 \end_inset
22199 </cell>
22200 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22201 \begin_inset Text
22202
22203 \begin_layout Plain Layout
22204 \begin_inset Formula $\in$
22205 \end_inset
22206
22207
22208 \end_layout
22209
22210 \end_inset
22211 </cell>
22212 </row>
22213 <row>
22214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22215 \begin_inset Text
22216
22217 \begin_layout Plain Layout
22218
22219 \backslash
22220 vdash
22221 \end_layout
22222
22223 \end_inset
22224 </cell>
22225 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22226 \begin_inset Text
22227
22228 \begin_layout Plain Layout
22229 \begin_inset Formula $\vdash$
22230 \end_inset
22231
22232
22233 \end_layout
22234
22235 \end_inset
22236 </cell>
22237 </row>
22238 <row>
22239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22240 \begin_inset Text
22241
22242 \begin_layout Plain Layout
22243
22244 \backslash
22245 smile
22246 \end_layout
22247
22248 \end_inset
22249 </cell>
22250 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22251 \begin_inset Text
22252
22253 \begin_layout Plain Layout
22254 \begin_inset Formula $\smile$
22255 \end_inset
22256
22257
22258 \end_layout
22259
22260 \end_inset
22261 </cell>
22262 </row>
22263 <row>
22264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22265 \begin_inset Text
22266
22267 \begin_layout Plain Layout
22268
22269 \backslash
22270 lhd
22271 \end_layout
22272
22273 \end_inset
22274 </cell>
22275 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22276 \begin_inset Text
22277
22278 \begin_layout Plain Layout
22279 \begin_inset Formula $\lhd$
22280 \end_inset
22281
22282
22283 \end_layout
22284
22285 \end_inset
22286 </cell>
22287 </row>
22288 <row>
22289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22290 \begin_inset Text
22291
22292 \begin_layout Plain Layout
22293
22294 \backslash
22295 unlhd
22296 \end_layout
22297
22298 \end_inset
22299 </cell>
22300 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22301 \begin_inset Text
22302
22303 \begin_layout Plain Layout
22304 \begin_inset Formula $\unlhd$
22305 \end_inset
22306
22307
22308 \end_layout
22309
22310 \end_inset
22311 </cell>
22312 </row>
22313 <row>
22314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22315 \begin_inset Text
22316
22317 \begin_layout Plain Layout
22318
22319 \backslash
22320 gtrless
22321 \end_layout
22322
22323 \end_inset
22324 </cell>
22325 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22326 \begin_inset Text
22327
22328 \begin_layout Plain Layout
22329 \begin_inset Formula $\gtrless$
22330 \end_inset
22331
22332
22333 \end_layout
22334
22335 \end_inset
22336 </cell>
22337 </row>
22338 <row>
22339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22340 \begin_inset Text
22341
22342 \begin_layout Plain Layout
22343
22344 \backslash
22345 mid
22346 \end_layout
22347
22348 \end_inset
22349 </cell>
22350 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22351 \begin_inset Text
22352
22353 \begin_layout Plain Layout
22354 \begin_inset Formula $\mid$
22355 \end_inset
22356
22357
22358 \end_layout
22359
22360 \end_inset
22361 </cell>
22362 </row>
22363 <row>
22364 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22365 \begin_inset Text
22366
22367 \begin_layout Plain Layout
22368
22369 \backslash
22370 nmid
22371 \end_layout
22372
22373 \end_inset
22374 </cell>
22375 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22376 \begin_inset Text
22377
22378 \begin_layout Plain Layout
22379 \begin_inset Formula $\nmid$
22380 \end_inset
22381
22382
22383 \end_layout
22384
22385 \end_inset
22386 </cell>
22387 </row>
22388 </lyxtabular>
22389
22390 \end_inset
22391
22392
22393 \begin_inset space \hfill{}
22394 \end_inset
22395
22396
22397 \begin_inset Tabular
22398 <lyxtabular version="3" rows="17" columns="2">
22399 <features rotate="0" tabularvalignment="middle">
22400 <column alignment="center" valignment="top" width="0pt">
22401 <column alignment="center" valignment="top" width="0pt">
22402 <row>
22403 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22404 \begin_inset Text
22405
22406 \begin_layout Plain Layout
22407 コマンド
22408 \end_layout
22409
22410 \end_inset
22411 </cell>
22412 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22413 \begin_inset Text
22414
22415 \begin_layout Plain Layout
22416 出力
22417 \end_layout
22418
22419 \end_inset
22420 </cell>
22421 </row>
22422 <row>
22423 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22424 \begin_inset Text
22425
22426 \begin_layout Plain Layout
22427 =
22428 \end_layout
22429
22430 \end_inset
22431 </cell>
22432 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22433 \begin_inset Text
22434
22435 \begin_layout Plain Layout
22436 \begin_inset Formula $=$
22437 \end_inset
22438
22439
22440 \end_layout
22441
22442 \end_inset
22443 </cell>
22444 </row>
22445 <row>
22446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22447 \begin_inset Text
22448
22449 \begin_layout Plain Layout
22450
22451 \backslash
22452 not=
22453 \end_layout
22454
22455 \end_inset
22456 </cell>
22457 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22458 \begin_inset Text
22459
22460 \begin_layout Plain Layout
22461 \begin_inset Formula $\not=$
22462 \end_inset
22463
22464
22465 \end_layout
22466
22467 \end_inset
22468 </cell>
22469 </row>
22470 <row>
22471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22472 \begin_inset Text
22473
22474 \begin_layout Plain Layout
22475
22476 \backslash
22477 equiv
22478 \end_layout
22479
22480 \end_inset
22481 </cell>
22482 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22483 \begin_inset Text
22484
22485 \begin_layout Plain Layout
22486 \begin_inset Formula $\equiv$
22487 \end_inset
22488
22489
22490 \end_layout
22491
22492 \end_inset
22493 </cell>
22494 </row>
22495 <row>
22496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22497 \begin_inset Text
22498
22499 \begin_layout Plain Layout
22500
22501 \backslash
22502 sim
22503 \end_layout
22504
22505 \end_inset
22506 </cell>
22507 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22508 \begin_inset Text
22509
22510 \begin_layout Plain Layout
22511 \begin_inset Formula $\sim$
22512 \end_inset
22513
22514
22515 \end_layout
22516
22517 \end_inset
22518 </cell>
22519 </row>
22520 <row>
22521 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22522 \begin_inset Text
22523
22524 \begin_layout Plain Layout
22525
22526 \backslash
22527 simeq
22528 \end_layout
22529
22530 \end_inset
22531 </cell>
22532 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22533 \begin_inset Text
22534
22535 \begin_layout Plain Layout
22536 \begin_inset Formula $\simeq$
22537 \end_inset
22538
22539
22540 \end_layout
22541
22542 \end_inset
22543 </cell>
22544 </row>
22545 <row>
22546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22547 \begin_inset Text
22548
22549 \begin_layout Plain Layout
22550
22551 \backslash
22552 approx
22553 \end_layout
22554
22555 \end_inset
22556 </cell>
22557 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22558 \begin_inset Text
22559
22560 \begin_layout Plain Layout
22561 \begin_inset Formula $\approx$
22562 \end_inset
22563
22564
22565 \end_layout
22566
22567 \end_inset
22568 </cell>
22569 </row>
22570 <row>
22571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22572 \begin_inset Text
22573
22574 \begin_layout Plain Layout
22575
22576 \backslash
22577 cong
22578 \end_layout
22579
22580 \end_inset
22581 </cell>
22582 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22583 \begin_inset Text
22584
22585 \begin_layout Plain Layout
22586 \begin_inset Formula $\cong$
22587 \end_inset
22588
22589
22590 \end_layout
22591
22592 \end_inset
22593 </cell>
22594 </row>
22595 <row>
22596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22597 \begin_inset Text
22598
22599 \begin_layout Plain Layout
22600
22601 \backslash
22602 bowtie
22603 \end_layout
22604
22605 \end_inset
22606 </cell>
22607 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22608 \begin_inset Text
22609
22610 \begin_layout Plain Layout
22611 \begin_inset Formula $\bowtie$
22612 \end_inset
22613
22614
22615 \end_layout
22616
22617 \end_inset
22618 </cell>
22619 </row>
22620 <row>
22621 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22622 \begin_inset Text
22623
22624 \begin_layout Plain Layout
22625
22626 \backslash
22627 notin
22628 \end_layout
22629
22630 \end_inset
22631 </cell>
22632 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22633 \begin_inset Text
22634
22635 \begin_layout Plain Layout
22636 \begin_inset Formula $\notin$
22637 \end_inset
22638
22639
22640 \end_layout
22641
22642 \end_inset
22643 </cell>
22644 </row>
22645 <row>
22646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22647 \begin_inset Text
22648
22649 \begin_layout Plain Layout
22650
22651 \backslash
22652 perp
22653 \end_layout
22654
22655 \end_inset
22656 </cell>
22657 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22658 \begin_inset Text
22659
22660 \begin_layout Plain Layout
22661 \begin_inset Formula $\perp$
22662 \end_inset
22663
22664
22665 \end_layout
22666
22667 \end_inset
22668 </cell>
22669 </row>
22670 <row>
22671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22672 \begin_inset Text
22673
22674 \begin_layout Plain Layout
22675
22676 \backslash
22677 propto
22678 \end_layout
22679
22680 \end_inset
22681 </cell>
22682 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22683 \begin_inset Text
22684
22685 \begin_layout Plain Layout
22686 \begin_inset Formula $\propto$
22687 \end_inset
22688
22689
22690 \end_layout
22691
22692 \end_inset
22693 </cell>
22694 </row>
22695 <row>
22696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22697 \begin_inset Text
22698
22699 \begin_layout Plain Layout
22700
22701 \backslash
22702 asymp
22703 \end_layout
22704
22705 \end_inset
22706 </cell>
22707 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22708 \begin_inset Text
22709
22710 \begin_layout Plain Layout
22711 \begin_inset Formula $\asymp$
22712 \end_inset
22713
22714
22715 \end_layout
22716
22717 \end_inset
22718 </cell>
22719 </row>
22720 <row>
22721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22722 \begin_inset Text
22723
22724 \begin_layout Plain Layout
22725
22726 \backslash
22727 doteq
22728 \end_layout
22729
22730 \end_inset
22731 </cell>
22732 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22733 \begin_inset Text
22734
22735 \begin_layout Plain Layout
22736 \begin_inset Formula $\doteq$
22737 \end_inset
22738
22739
22740 \end_layout
22741
22742 \end_inset
22743 </cell>
22744 </row>
22745 <row>
22746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22747 \begin_inset Text
22748
22749 \begin_layout Plain Layout
22750
22751 \backslash
22752 circeq
22753 \end_layout
22754
22755 \end_inset
22756 </cell>
22757 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22758 \begin_inset Text
22759
22760 \begin_layout Plain Layout
22761 \begin_inset Formula $\circeq$
22762 \end_inset
22763
22764
22765 \end_layout
22766
22767 \end_inset
22768 </cell>
22769 </row>
22770 <row>
22771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22772 \begin_inset Text
22773
22774 \begin_layout Plain Layout
22775
22776 \backslash
22777 models
22778 \end_layout
22779
22780 \end_inset
22781 </cell>
22782 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22783 \begin_inset Text
22784
22785 \begin_layout Plain Layout
22786 \begin_inset Formula $\models$
22787 \end_inset
22788
22789
22790 \end_layout
22791
22792 \end_inset
22793 </cell>
22794 </row>
22795 <row>
22796 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22797 \begin_inset Text
22798
22799 \begin_layout Plain Layout
22800
22801 \backslash
22802 widehat=
22803 \end_layout
22804
22805 \end_inset
22806 </cell>
22807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22808 \begin_inset Text
22809
22810 \begin_layout Plain Layout
22811 \begin_inset Formula $\widehat{=}$
22812 \end_inset
22813
22814
22815 \end_layout
22816
22817 \end_inset
22818 </cell>
22819 </row>
22820 </lyxtabular>
22821
22822 \end_inset
22823
22824
22825 \begin_inset space \hfill{}
22826 \end_inset
22827
22828
22829 \begin_inset Tabular
22830 <lyxtabular version="3" rows="17" columns="2">
22831 <features rotate="0" tabularvalignment="middle">
22832 <column alignment="center" valignment="top" width="0pt">
22833 <column alignment="center" valignment="top" width="0pt">
22834 <row>
22835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22836 \begin_inset Text
22837
22838 \begin_layout Plain Layout
22839
22840 \family roman
22841 \series medium
22842 \shape up
22843 \size normal
22844 \emph off
22845 \bar no
22846 \noun off
22847 \color none
22848 コマンド
22849 \end_layout
22850
22851 \end_inset
22852 </cell>
22853 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22854 \begin_inset Text
22855
22856 \begin_layout Plain Layout
22857
22858 \family roman
22859 \series medium
22860 \shape up
22861 \size normal
22862 \emph off
22863 \bar no
22864 \noun off
22865 \color none
22866 出力
22867 \end_layout
22868
22869 \end_inset
22870 </cell>
22871 </row>
22872 <row>
22873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22874 \begin_inset Text
22875
22876 \begin_layout Plain Layout
22877 \begin_inset Formula $>$
22878 \end_inset
22879
22880
22881 \end_layout
22882
22883 \end_inset
22884 </cell>
22885 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22886 \begin_inset Text
22887
22888 \begin_layout Plain Layout
22889 \begin_inset Formula $>$
22890 \end_inset
22891
22892
22893 \end_layout
22894
22895 \end_inset
22896 </cell>
22897 </row>
22898 <row>
22899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22900 \begin_inset Text
22901
22902 \begin_layout Plain Layout
22903
22904 \backslash
22905 ge
22906 \end_layout
22907
22908 \end_inset
22909 </cell>
22910 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22911 \begin_inset Text
22912
22913 \begin_layout Plain Layout
22914 \begin_inset Formula $\ge$
22915 \end_inset
22916
22917
22918 \end_layout
22919
22920 \end_inset
22921 </cell>
22922 </row>
22923 <row>
22924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22925 \begin_inset Text
22926
22927 \begin_layout Plain Layout
22928
22929 \backslash
22930 gg
22931 \end_layout
22932
22933 \end_inset
22934 </cell>
22935 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22936 \begin_inset Text
22937
22938 \begin_layout Plain Layout
22939 \begin_inset Formula $\gg$
22940 \end_inset
22941
22942
22943 \end_layout
22944
22945 \end_inset
22946 </cell>
22947 </row>
22948 <row>
22949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22950 \begin_inset Text
22951
22952 \begin_layout Plain Layout
22953
22954 \backslash
22955 succ
22956 \end_layout
22957
22958 \end_inset
22959 </cell>
22960 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22961 \begin_inset Text
22962
22963 \begin_layout Plain Layout
22964 \begin_inset Formula $\succ$
22965 \end_inset
22966
22967
22968 \end_layout
22969
22970 \end_inset
22971 </cell>
22972 </row>
22973 <row>
22974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22975 \begin_inset Text
22976
22977 \begin_layout Plain Layout
22978
22979 \backslash
22980 succeq
22981 \end_layout
22982
22983 \end_inset
22984 </cell>
22985 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22986 \begin_inset Text
22987
22988 \begin_layout Plain Layout
22989 \begin_inset Formula $\succeq$
22990 \end_inset
22991
22992
22993 \end_layout
22994
22995 \end_inset
22996 </cell>
22997 </row>
22998 <row>
22999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23000 \begin_inset Text
23001
23002 \begin_layout Plain Layout
23003
23004 \backslash
23005 supset
23006 \end_layout
23007
23008 \end_inset
23009 </cell>
23010 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23011 \begin_inset Text
23012
23013 \begin_layout Plain Layout
23014 \begin_inset Formula $\supset$
23015 \end_inset
23016
23017
23018 \end_layout
23019
23020 \end_inset
23021 </cell>
23022 </row>
23023 <row>
23024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23025 \begin_inset Text
23026
23027 \begin_layout Plain Layout
23028
23029 \backslash
23030 supseteq
23031 \end_layout
23032
23033 \end_inset
23034 </cell>
23035 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23036 \begin_inset Text
23037
23038 \begin_layout Plain Layout
23039 \begin_inset Formula $\supseteq$
23040 \end_inset
23041
23042
23043 \end_layout
23044
23045 \end_inset
23046 </cell>
23047 </row>
23048 <row>
23049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23050 \begin_inset Text
23051
23052 \begin_layout Plain Layout
23053
23054 \backslash
23055 sqsupseteq
23056 \end_layout
23057
23058 \end_inset
23059 </cell>
23060 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23061 \begin_inset Text
23062
23063 \begin_layout Plain Layout
23064 \begin_inset Formula $\sqsupseteq$
23065 \end_inset
23066
23067
23068 \end_layout
23069
23070 \end_inset
23071 </cell>
23072 </row>
23073 <row>
23074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23075 \begin_inset Text
23076
23077 \begin_layout Plain Layout
23078
23079 \backslash
23080 ni
23081 \end_layout
23082
23083 \end_inset
23084 </cell>
23085 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23086 \begin_inset Text
23087
23088 \begin_layout Plain Layout
23089 \begin_inset Formula $\ni$
23090 \end_inset
23091
23092
23093 \end_layout
23094
23095 \end_inset
23096 </cell>
23097 </row>
23098 <row>
23099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23100 \begin_inset Text
23101
23102 \begin_layout Plain Layout
23103
23104 \backslash
23105 dashv
23106 \end_layout
23107
23108 \end_inset
23109 </cell>
23110 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23111 \begin_inset Text
23112
23113 \begin_layout Plain Layout
23114 \begin_inset Formula $\dashv$
23115 \end_inset
23116
23117
23118 \end_layout
23119
23120 \end_inset
23121 </cell>
23122 </row>
23123 <row>
23124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23125 \begin_inset Text
23126
23127 \begin_layout Plain Layout
23128
23129 \backslash
23130 frown
23131 \end_layout
23132
23133 \end_inset
23134 </cell>
23135 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23136 \begin_inset Text
23137
23138 \begin_layout Plain Layout
23139 \begin_inset Formula $\frown$
23140 \end_inset
23141
23142
23143 \end_layout
23144
23145 \end_inset
23146 </cell>
23147 </row>
23148 <row>
23149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23150 \begin_inset Text
23151
23152 \begin_layout Plain Layout
23153
23154 \backslash
23155 rhd
23156 \end_layout
23157
23158 \end_inset
23159 </cell>
23160 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23161 \begin_inset Text
23162
23163 \begin_layout Plain Layout
23164 \begin_inset Formula $\rhd$
23165 \end_inset
23166
23167
23168 \end_layout
23169
23170 \end_inset
23171 </cell>
23172 </row>
23173 <row>
23174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23175 \begin_inset Text
23176
23177 \begin_layout Plain Layout
23178
23179 \backslash
23180 unrhd
23181 \end_layout
23182
23183 \end_inset
23184 </cell>
23185 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23186 \begin_inset Text
23187
23188 \begin_layout Plain Layout
23189 \begin_inset Formula $\unrhd$
23190 \end_inset
23191
23192
23193 \end_layout
23194
23195 \end_inset
23196 </cell>
23197 </row>
23198 <row>
23199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23200 \begin_inset Text
23201
23202 \begin_layout Plain Layout
23203
23204 \backslash
23205 lessgtr
23206 \end_layout
23207
23208 \end_inset
23209 </cell>
23210 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23211 \begin_inset Text
23212
23213 \begin_layout Plain Layout
23214 \begin_inset Formula $\lessgtr$
23215 \end_inset
23216
23217
23218 \end_layout
23219
23220 \end_inset
23221 </cell>
23222 </row>
23223 <row>
23224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23225 \begin_inset Text
23226
23227 \begin_layout Plain Layout
23228
23229 \backslash
23230 parallel
23231 \end_layout
23232
23233 \end_inset
23234 </cell>
23235 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23236 \begin_inset Text
23237
23238 \begin_layout Plain Layout
23239 \begin_inset Formula $\parallel$
23240 \end_inset
23241
23242
23243 \end_layout
23244
23245 \end_inset
23246 </cell>
23247 </row>
23248 <row>
23249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23250 \begin_inset Text
23251
23252 \begin_layout Plain Layout
23253
23254 \backslash
23255 nparallel
23256 \end_layout
23257
23258 \end_inset
23259 </cell>
23260 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23261 \begin_inset Text
23262
23263 \begin_layout Plain Layout
23264 \begin_inset Formula $\nparallel$
23265 \end_inset
23266
23267
23268 \end_layout
23269
23270 \end_inset
23271 </cell>
23272 </row>
23273 </lyxtabular>
23274
23275 \end_inset
23276
23277
23278 \begin_inset space \hfill{}
23279 \end_inset
23280
23281
23282 \end_layout
23283
23284 \begin_layout Standard
23285 \begin_inset VSpace medskip
23286 \end_inset
23287
23288
23289 \series bold
23290
23291 \backslash
23292 lhd
23293 \series default
23294
23295 \series bold
23296
23297 \backslash
23298 rhd
23299 \series default
23300 の文字は、同じように見える演算子
23301 \series bold
23302
23303 \backslash
23304 triangleleft
23305 \series default
23306 および
23307 \series bold
23308
23309 \backslash
23310 triangleright
23311 \series default
23312 よりも大きくなっています。
23313 \end_layout
23314
23315 \begin_layout Standard
23316 関係子は、記号とは違って、つねに前後に余白が置かれます。
23317 \end_layout
23318
23319 \begin_layout Standard
23320
23321 \series bold
23322
23323 \backslash
23324 stackrel
23325 \series default
23326
23327 \begin_inset Index idx
23328 status collapsed
23329
23330 \begin_layout Plain Layout
23331 こまんど@コマンド ! S ! 
23332 \backslash
23333 stackrel
23334 \end_layout
23335
23336 \end_inset
23337
23338 コマンドを使うと、以下のように、ラベル付きの関係子を作ることができます。
23339 \end_layout
23340
23341 \begin_layout Standard
23342 \align center
23343 \begin_inset Tabular
23344 <lyxtabular version="3" rows="2" columns="2">
23345 <features rotate="0" tabularvalignment="middle">
23346 <column alignment="center" valignment="top">
23347 <column alignment="center" valignment="top">
23348 <row>
23349 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23350 \begin_inset Text
23351
23352 \begin_layout Plain Layout
23353 コマンド
23354 \end_layout
23355
23356 \end_inset
23357 </cell>
23358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23359 \begin_inset Text
23360
23361 \begin_layout Plain Layout
23362 出力
23363 \begin_inset Note Note
23364 status collapsed
23365
23366 \begin_layout Plain Layout
23367 ここで
23368 \series bold
23369
23370 \backslash
23371 raisebox
23372 \series default
23373 はスペーサーとして使用しているだけです。
23374 \end_layout
23375
23376 \end_inset
23377
23378
23379 \end_layout
23380
23381 \end_inset
23382 </cell>
23383 </row>
23384 <row>
23385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23386 \begin_inset Text
23387
23388 \begin_layout Plain Layout
23389 A(r)
23390 \backslash
23391 stackrel
23392 \begin_inset space \textvisiblespace{}
23393 \end_inset
23394
23395 r
23396 \backslash
23397 to
23398 \backslash
23399 infty
23400 \begin_inset space \textvisiblespace{}
23401 \end_inset
23402
23403
23404 \begin_inset Formula $\downarrow$
23405 \end_inset
23406
23407
23408 \backslash
23409 approx
23410 \begin_inset space \textvisiblespace{}
23411 \end_inset
23412
23413
23414 \begin_inset space \textvisiblespace{}
23415 \end_inset
23416
23417 B
23418 \end_layout
23419
23420 \end_inset
23421 </cell>
23422 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23423 \begin_inset Text
23424
23425 \begin_layout Plain Layout
23426 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
23427 \end_inset
23428
23429
23430 \end_layout
23431
23432 \end_inset
23433 </cell>
23434 </row>
23435 </lyxtabular>
23436
23437 \end_inset
23438
23439
23440 \end_layout
23441
23442 \begin_layout Section
23443 関数
23444 \end_layout
23445
23446 \begin_layout Subsection
23447 定義済み関数
23448 \begin_inset CommandInset label
23449 LatexCommand label
23450 name "sub:定義済み函数"
23451
23452 \end_inset
23453
23454
23455 \begin_inset Index idx
23456 status collapsed
23457
23458 \begin_layout Plain Layout
23459 かんすう@関数 ! ていぎずみ@定義済み
23460 \end_layout
23461
23462 \end_inset
23463
23464
23465 \end_layout
23466
23467 \begin_layout Standard
23468 一般的に、数式表現では変数は
23469 \shape italic
23470 イタリック体
23471 \shape default
23472 に設定されますが、関数名はイタリック体にしません。なぜなら、
23473 \begin_inset Formula $sin$
23474 \end_inset
23475
23476
23477 \begin_inset Formula $s\cdot i\cdot n$
23478 \end_inset
23479
23480 であるかのように誤解させる恐れがあるためです。そのために、定義済み関数が存在し、これらは先行する要素よりも少し離れて配置されます。定義済み関数は、関数名の前にバ
23481 ックスラッシュを加えたコマンドとして挿入します。
23482 \end_layout
23483
23484 \begin_layout Standard
23485 \align center
23486 \begin_inset Tabular
23487 <lyxtabular version="3" rows="2" columns="4">
23488 <features rotate="0" tabularvalignment="middle">
23489 <column alignment="center" valignment="top" width="0pt">
23490 <column alignment="center" valignment="top" width="0pt">
23491 <column alignment="center" valignment="top" width="0pt">
23492 <column alignment="center" valignment="top" width="0pt">
23493 <row>
23494 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23495 \begin_inset Text
23496
23497 \begin_layout Plain Layout
23498 コマンド
23499 \end_layout
23500
23501 \end_inset
23502 </cell>
23503 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23504 \begin_inset Text
23505
23506 \begin_layout Plain Layout
23507 出力
23508 \end_layout
23509
23510 \end_inset
23511 </cell>
23512 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23513 \begin_inset Text
23514
23515 \begin_layout Plain Layout
23516 コマンド
23517 \end_layout
23518
23519 \end_inset
23520 </cell>
23521 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23522 \begin_inset Text
23523
23524 \begin_layout Plain Layout
23525 出力
23526 \end_layout
23527
23528 \end_inset
23529 </cell>
23530 </row>
23531 <row>
23532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23533 \begin_inset Text
23534
23535 \begin_layout Plain Layout
23536 Asin(x)+B
23537 \end_layout
23538
23539 \end_inset
23540 </cell>
23541 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23542 \begin_inset Text
23543
23544 \begin_layout Plain Layout
23545 \begin_inset Formula $Asin(x)+B$
23546 \end_inset
23547
23548
23549 \end_layout
23550
23551 \end_inset
23552 </cell>
23553 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23554 \begin_inset Text
23555
23556 \begin_layout Plain Layout
23557 A
23558 \backslash
23559 sin(x)+B
23560 \end_layout
23561
23562 \end_inset
23563 </cell>
23564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23565 \begin_inset Text
23566
23567 \begin_layout Plain Layout
23568 \begin_inset Formula $A\sin(x)+B$
23569 \end_inset
23570
23571
23572 \end_layout
23573
23574 \end_inset
23575 </cell>
23576 </row>
23577 </lyxtabular>
23578
23579 \end_inset
23580
23581
23582 \end_layout
23583
23584 \begin_layout Standard
23585 以下の関数が定義済みです。
23586 \end_layout
23587
23588 \begin_layout Standard
23589 \begin_inset VSpace -2mm
23590 \end_inset
23591
23592
23593 \end_layout
23594
23595 \begin_layout Standard
23596 \align center
23597 \begin_inset Tabular
23598 <lyxtabular version="3" rows="9" columns="4">
23599 <features rotate="0" tabularvalignment="middle">
23600 <column alignment="center" valignment="top" width="0pt">
23601 <column alignment="center" valignment="top" width="0pt">
23602 <column alignment="center" valignment="top" width="0pt">
23603 <column alignment="center" valignment="top" width="0pt">
23604 <row>
23605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23606 \begin_inset Text
23607
23608 \begin_layout Plain Layout
23609 コマンド
23610 \end_layout
23611
23612 \end_inset
23613 </cell>
23614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23615 \begin_inset Text
23616
23617 \begin_layout Plain Layout
23618 コマンド
23619 \end_layout
23620
23621 \end_inset
23622 </cell>
23623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23624 \begin_inset Text
23625
23626 \begin_layout Plain Layout
23627 コマンド
23628 \end_layout
23629
23630 \end_inset
23631 </cell>
23632 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23633 \begin_inset Text
23634
23635 \begin_layout Plain Layout
23636 コマンド
23637 \end_layout
23638
23639 \end_inset
23640 </cell>
23641 </row>
23642 <row>
23643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23644 \begin_inset Text
23645
23646 \begin_layout Plain Layout
23647
23648 \backslash
23649 sin
23650 \end_layout
23651
23652 \end_inset
23653 </cell>
23654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23655 \begin_inset Text
23656
23657 \begin_layout Plain Layout
23658
23659 \backslash
23660 sinh
23661 \end_layout
23662
23663 \end_inset
23664 </cell>
23665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23666 \begin_inset Text
23667
23668 \begin_layout Plain Layout
23669
23670 \backslash
23671 arcsin
23672 \end_layout
23673
23674 \end_inset
23675 </cell>
23676 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23677 \begin_inset Text
23678
23679 \begin_layout Plain Layout
23680
23681 \backslash
23682 sup
23683 \end_layout
23684
23685 \end_inset
23686 </cell>
23687 </row>
23688 <row>
23689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23690 \begin_inset Text
23691
23692 \begin_layout Plain Layout
23693
23694 \backslash
23695 cos
23696 \end_layout
23697
23698 \end_inset
23699 </cell>
23700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23701 \begin_inset Text
23702
23703 \begin_layout Plain Layout
23704
23705 \backslash
23706 cosh
23707 \end_layout
23708
23709 \end_inset
23710 </cell>
23711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23712 \begin_inset Text
23713
23714 \begin_layout Plain Layout
23715
23716 \backslash
23717 arccos
23718 \end_layout
23719
23720 \end_inset
23721 </cell>
23722 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23723 \begin_inset Text
23724
23725 \begin_layout Plain Layout
23726
23727 \backslash
23728 inf
23729 \end_layout
23730
23731 \end_inset
23732 </cell>
23733 </row>
23734 <row>
23735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23736 \begin_inset Text
23737
23738 \begin_layout Plain Layout
23739
23740 \backslash
23741 tan
23742 \end_layout
23743
23744 \end_inset
23745 </cell>
23746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23747 \begin_inset Text
23748
23749 \begin_layout Plain Layout
23750
23751 \backslash
23752 tanh
23753 \end_layout
23754
23755 \end_inset
23756 </cell>
23757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23758 \begin_inset Text
23759
23760 \begin_layout Plain Layout
23761
23762 \backslash
23763 arctan
23764 \end_layout
23765
23766 \end_inset
23767 </cell>
23768 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23769 \begin_inset Text
23770
23771 \begin_layout Plain Layout
23772
23773 \backslash
23774 lim
23775 \end_layout
23776
23777 \end_inset
23778 </cell>
23779 </row>
23780 <row>
23781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23782 \begin_inset Text
23783
23784 \begin_layout Plain Layout
23785
23786 \backslash
23787 cot
23788 \end_layout
23789
23790 \end_inset
23791 </cell>
23792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23793 \begin_inset Text
23794
23795 \begin_layout Plain Layout
23796
23797 \backslash
23798 coth
23799 \end_layout
23800
23801 \end_inset
23802 </cell>
23803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23804 \begin_inset Text
23805
23806 \begin_layout Plain Layout
23807
23808 \backslash
23809 arg
23810 \end_layout
23811
23812 \end_inset
23813 </cell>
23814 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23815 \begin_inset Text
23816
23817 \begin_layout Plain Layout
23818
23819 \backslash
23820 liminf
23821 \end_layout
23822
23823 \end_inset
23824 </cell>
23825 </row>
23826 <row>
23827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23828 \begin_inset Text
23829
23830 \begin_layout Plain Layout
23831
23832 \backslash
23833 sec
23834 \end_layout
23835
23836 \end_inset
23837 </cell>
23838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23839 \begin_inset Text
23840
23841 \begin_layout Plain Layout
23842
23843 \backslash
23844 min
23845 \end_layout
23846
23847 \end_inset
23848 </cell>
23849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23850 \begin_inset Text
23851
23852 \begin_layout Plain Layout
23853
23854 \backslash
23855 deg
23856 \end_layout
23857
23858 \end_inset
23859 </cell>
23860 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23861 \begin_inset Text
23862
23863 \begin_layout Plain Layout
23864
23865 \backslash
23866 limsup
23867 \end_layout
23868
23869 \end_inset
23870 </cell>
23871 </row>
23872 <row>
23873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23874 \begin_inset Text
23875
23876 \begin_layout Plain Layout
23877
23878 \backslash
23879 csc
23880 \end_layout
23881
23882 \end_inset
23883 </cell>
23884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23885 \begin_inset Text
23886
23887 \begin_layout Plain Layout
23888
23889 \backslash
23890 max
23891 \end_layout
23892
23893 \end_inset
23894 </cell>
23895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23896 \begin_inset Text
23897
23898 \begin_layout Plain Layout
23899
23900 \backslash
23901 det
23902 \end_layout
23903
23904 \end_inset
23905 </cell>
23906 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23907 \begin_inset Text
23908
23909 \begin_layout Plain Layout
23910
23911 \backslash
23912 Pr
23913 \end_layout
23914
23915 \end_inset
23916 </cell>
23917 </row>
23918 <row>
23919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23920 \begin_inset Text
23921
23922 \begin_layout Plain Layout
23923
23924 \backslash
23925 ln
23926 \end_layout
23927
23928 \end_inset
23929 </cell>
23930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23931 \begin_inset Text
23932
23933 \begin_layout Plain Layout
23934
23935 \backslash
23936 exp
23937 \end_layout
23938
23939 \end_inset
23940 </cell>
23941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23942 \begin_inset Text
23943
23944 \begin_layout Plain Layout
23945
23946 \backslash
23947 dim
23948 \end_layout
23949
23950 \end_inset
23951 </cell>
23952 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23953 \begin_inset Text
23954
23955 \begin_layout Plain Layout
23956
23957 \backslash
23958 hom
23959 \end_layout
23960
23961 \end_inset
23962 </cell>
23963 </row>
23964 <row>
23965 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23966 \begin_inset Text
23967
23968 \begin_layout Plain Layout
23969
23970 \backslash
23971 lg
23972 \end_layout
23973
23974 \end_inset
23975 </cell>
23976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23977 \begin_inset Text
23978
23979 \begin_layout Plain Layout
23980
23981 \backslash
23982 log
23983 \end_layout
23984
23985 \end_inset
23986 </cell>
23987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23988 \begin_inset Text
23989
23990 \begin_layout Plain Layout
23991
23992 \backslash
23993 ker
23994 \end_layout
23995
23996 \end_inset
23997 </cell>
23998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23999 \begin_inset Text
24000
24001 \begin_layout Plain Layout
24002
24003 \backslash
24004 gcd
24005 \end_layout
24006
24007 \end_inset
24008 </cell>
24009 </row>
24010 </lyxtabular>
24011
24012 \end_inset
24013
24014
24015 \end_layout
24016
24017 \begin_layout Standard
24018 上記は、数式ツールバーボタンの
24019 \begin_inset Graphics
24020         filename ../../images/math/functions.png
24021         scale 85
24022
24023 \end_inset
24024
24025 でも挿入することができます。
24026 \end_layout
24027
24028 \begin_layout Subsection
24029 自己定義関数
24030 \begin_inset Index idx
24031 status collapsed
24032
24033 \begin_layout Plain Layout
24034 かんすう@関数 ! じこていぎ@自己定義
24035 \end_layout
24036
24037 \end_inset
24038
24039
24040 \end_layout
24041
24042 \begin_layout Standard
24043 たとえば符号関数sgn(x)のように、定義済みでない関数を使うには、二つの方法があります。
24044 \end_layout
24045
24046 \begin_layout Itemize
24047 以下の行をLaTeXプリアンブルに加えることによって関数を定義します。
24048 \begin_inset Foot
24049 status collapsed
24050
24051 \begin_layout Plain Layout
24052
24053 \series bold
24054
24055 \backslash
24056 DeclareMathOperator
24057 \series default
24058 についての詳細は、第
24059 \begin_inset CommandInset ref
24060 LatexCommand ref
24061 reference "sub:自己定義演算子"
24062
24063 \end_inset
24064
24065 節をご参照下さい。
24066 \end_layout
24067
24068 \end_inset
24069
24070
24071 \begin_inset Newline newline
24072 \end_inset
24073
24074
24075 \begin_inset VSpace -3mm
24076 \end_inset
24077
24078
24079 \begin_inset Newline newline
24080 \end_inset
24081
24082
24083 \series bold
24084
24085 \backslash
24086 DeclareMathOperator{
24087 \backslash
24088 sgn}{sgn}
24089 \series default
24090
24091 \begin_inset Index idx
24092 status collapsed
24093
24094 \begin_layout Plain Layout
24095 こまんど@コマンド ! D ! 
24096 \backslash
24097 dbinom@
24098 \backslash
24099 DeclareMathOperator
24100 \end_layout
24101
24102 \end_inset
24103
24104
24105 \begin_inset Newline newline
24106 \end_inset
24107
24108
24109 \begin_inset VSpace -2mm
24110 \end_inset
24111
24112
24113 \begin_inset Newline newline
24114 \end_inset
24115
24116 これによって、新しく定義された関数を
24117 \series bold
24118
24119 \backslash
24120 sgn
24121 \series default
24122 コマンドで呼び出すことができるようになります。
24123 \end_layout
24124
24125 \begin_layout Itemize
24126 数式を普通に書き下し、関数名を選択して(上記の例では
24127 \emph on
24128 sgn
24129 \emph default
24130 の文字)、それを数式テキストに変更します。最後に、空白を先行する要素と関数の間に入れます。
24131 \end_layout
24132
24133 \begin_layout Standard
24134 双方とも定義済み関数と同等の出力をもたらします
24135 \begin_inset Foot
24136 status collapsed
24137
24138 \begin_layout Plain Layout
24139 LyX上では、自己定義関数は赤で表示され、定義済み関数は黒で表示されます。
24140 \end_layout
24141
24142 \end_inset
24143
24144
24145 \end_layout
24146
24147 \begin_layout Standard
24148 \align center
24149 \begin_inset Tabular
24150 <lyxtabular version="3" rows="3" columns="2">
24151 <features rotate="0" tabularvalignment="middle">
24152 <column alignment="center" valignment="top" width="0pt">
24153 <column alignment="center" valignment="top" width="0pt">
24154 <row>
24155 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24156 \begin_inset Text
24157
24158 \begin_layout Plain Layout
24159 コマンド
24160 \end_layout
24161
24162 \end_inset
24163 </cell>
24164 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24165 \begin_inset Text
24166
24167 \begin_layout Plain Layout
24168 出力
24169 \end_layout
24170
24171 \end_inset
24172 </cell>
24173 </row>
24174 <row>
24175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24176 \begin_inset Text
24177
24178 \begin_layout Plain Layout
24179 A
24180 \backslash
24181 sgn(x)+B
24182 \end_layout
24183
24184 \end_inset
24185 </cell>
24186 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24187 \begin_inset Text
24188
24189 \begin_layout Plain Layout
24190 \begin_inset Formula $A\sgn(x)+B$
24191 \end_inset
24192
24193
24194 \end_layout
24195
24196 \end_inset
24197 </cell>
24198 </row>
24199 <row>
24200 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24201 \begin_inset Text
24202
24203 \begin_layout Plain Layout
24204 A
24205 \backslash
24206 ,
24207 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt+M}\,\textrm{M}}$
24208 \end_inset
24209
24210 (x)+B
24211 \end_layout
24212
24213 \end_inset
24214 </cell>
24215 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24216 \begin_inset Text
24217
24218 \begin_layout Plain Layout
24219 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
24220 \end_inset
24221
24222
24223 \end_layout
24224
24225 \end_inset
24226 </cell>
24227 </row>
24228 </lyxtabular>
24229
24230 \end_inset
24231
24232
24233 \end_layout
24234
24235 \begin_layout Standard
24236 自己定義関数を何回か使用する場合には、一番目の方法の方が適切です。
24237 \end_layout
24238
24239 \begin_layout Subsection
24240 極限
24241 \begin_inset Index idx
24242 status collapsed
24243
24244 \begin_layout Plain Layout
24245 きょくげん@極限
24246 \end_layout
24247
24248 \end_inset
24249
24250
24251 \end_layout
24252
24253 \begin_layout Standard
24254 極限用には、
24255 \series bold
24256
24257 \backslash
24258 lim
24259 \series default
24260
24261 \begin_inset Index idx
24262 status collapsed
24263
24264 \begin_layout Plain Layout
24265 こまんど@コマンド ! L ! 
24266 \backslash
24267 lim
24268 \end_layout
24269
24270 \end_inset
24271
24272
24273 \series bold
24274
24275 \backslash
24276 liminf
24277 \series default
24278
24279 \series bold
24280
24281 \backslash
24282 limsup
24283 \series default
24284 の他に、以下の関数があります。
24285 \end_layout
24286
24287 \begin_layout Standard
24288 \align center
24289 \begin_inset Tabular
24290 <lyxtabular version="3" rows="5" columns="2">
24291 <features rotate="0" tabularvalignment="middle">
24292 <column alignment="center" valignment="top">
24293 <column alignment="center" valignment="top">
24294 <row>
24295 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24296 \begin_inset Text
24297
24298 \begin_layout Plain Layout
24299 コマンド
24300 \end_layout
24301
24302 \end_inset
24303 </cell>
24304 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24305 \begin_inset Text
24306
24307 \begin_layout Plain Layout
24308 出力
24309 \begin_inset Note Note
24310 status collapsed
24311
24312 \begin_layout Plain Layout
24313 ここで
24314 \series bold
24315
24316 \backslash
24317 raisebox
24318 \series default
24319 はスペーサーとして使用しているだけです。
24320 \end_layout
24321
24322 \end_inset
24323
24324
24325 \end_layout
24326
24327 \end_inset
24328 </cell>
24329 </row>
24330 <row>
24331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24332 \begin_inset Text
24333
24334 \begin_layout Plain Layout
24335
24336 \backslash
24337 varliminf
24338 \end_layout
24339
24340 \end_inset
24341 </cell>
24342 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24343 \begin_inset Text
24344
24345 \begin_layout Plain Layout
24346 \begin_inset Formula $\varliminf$
24347 \end_inset
24348
24349
24350 \end_layout
24351
24352 \end_inset
24353 </cell>
24354 </row>
24355 <row>
24356 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24357 \begin_inset Text
24358
24359 \begin_layout Plain Layout
24360
24361 \backslash
24362 varlimsup
24363 \end_layout
24364
24365 \end_inset
24366 </cell>
24367 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24368 \begin_inset Text
24369
24370 \begin_layout Plain Layout
24371 \begin_inset Formula $\varlimsup$
24372 \end_inset
24373
24374
24375 \end_layout
24376
24377 \end_inset
24378 </cell>
24379 </row>
24380 <row>
24381 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24382 \begin_inset Text
24383
24384 \begin_layout Plain Layout
24385
24386 \backslash
24387 varprojlim
24388 \end_layout
24389
24390 \end_inset
24391 </cell>
24392 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24393 \begin_inset Text
24394
24395 \begin_layout Plain Layout
24396 \begin_inset Formula $\varprojlim$
24397 \end_inset
24398
24399
24400 \end_layout
24401
24402 \end_inset
24403 </cell>
24404 </row>
24405 <row>
24406 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24407 \begin_inset Text
24408
24409 \begin_layout Plain Layout
24410
24411 \backslash
24412 varinjlim
24413 \end_layout
24414
24415 \end_inset
24416 </cell>
24417 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24418 \begin_inset Text
24419
24420 \begin_layout Plain Layout
24421 \begin_inset Formula $\varinjlim$
24422 \end_inset
24423
24424
24425 \begin_inset Formula $\raisebox{-2.5mm}{}$
24426 \end_inset
24427
24428
24429 \end_layout
24430
24431 \end_inset
24432 </cell>
24433 </row>
24434 </lyxtabular>
24435
24436 \end_inset
24437
24438
24439 \end_layout
24440
24441 \begin_layout Standard
24442 \begin_inset VSpace medskip
24443 \end_inset
24444
24445 極限は、下付き文字を挿入することによって示されます。行内数式では、極限は、以下のように関数の横に置かれます。
24446 \end_layout
24447
24448 \begin_layout Standard
24449 \align center
24450 \begin_inset Tabular
24451 <lyxtabular version="3" rows="2" columns="2">
24452 <features rotate="0" tabularvalignment="middle">
24453 <column alignment="center" valignment="top" width="0pt">
24454 <column alignment="center" valignment="top" width="0pt">
24455 <row>
24456 <cell alignment="center" valignment="top" usebox="none">
24457 \begin_inset Text
24458
24459 \begin_layout Plain Layout
24460 コマンド
24461 \end_layout
24462
24463 \end_inset
24464 </cell>
24465 <cell alignment="center" valignment="top" usebox="none">
24466 \begin_inset Text
24467
24468 \begin_layout Plain Layout
24469 \begin_inset space \hspace{}
24470 \length 1cm
24471 \end_inset
24472
24473 出力
24474 \begin_inset Note Note
24475 status collapsed
24476
24477 \begin_layout Plain Layout
24478 ここで
24479 \series bold
24480
24481 \backslash
24482 raisebox
24483 \series default
24484 はスペーサーとして使用しているだけです。
24485 \end_layout
24486
24487 \end_inset
24488
24489
24490 \end_layout
24491
24492 \end_inset
24493 </cell>
24494 </row>
24495 <row>
24496 <cell alignment="center" valignment="top" usebox="none">
24497 \begin_inset Text
24498
24499 \begin_layout Plain Layout
24500
24501 \backslash
24502 lim_x
24503 \backslash
24504 to
24505 \begin_inset space \textvisiblespace{}
24506 \end_inset
24507
24508 A
24509 \begin_inset space \textvisiblespace{}
24510 \end_inset
24511
24512 x=B
24513 \end_layout
24514
24515 \end_inset
24516 </cell>
24517 <cell alignment="center" valignment="top" usebox="none">
24518 \begin_inset Text
24519
24520 \begin_layout Plain Layout
24521 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
24522 \end_inset
24523
24524
24525 \end_layout
24526
24527 \end_inset
24528 </cell>
24529 </row>
24530 </lyxtabular>
24531
24532 \end_inset
24533
24534
24535 \end_layout
24536
24537 \begin_layout Standard
24538 別行立て数式では、極限は、以下のように通常どおり下に置かれます。
24539 \begin_inset Formula 
24540 \[
24541 \lim_{x\to A}x=B
24542 \]
24543
24544 \end_inset
24545
24546
24547 \end_layout
24548
24549 \begin_layout Subsection
24550 剰余関数
24551 \begin_inset Index idx
24552 status collapsed
24553
24554 \begin_layout Plain Layout
24555 かんすう@関数 ! じょうよ@剰余
24556 \end_layout
24557
24558 \end_inset
24559
24560
24561 \begin_inset Index idx
24562 status collapsed
24563
24564 \begin_layout Plain Layout
24565 かんすう@関数 ! もじゅらす@モジュラス | see
24566 \begin_inset ERT
24567 status collapsed
24568
24569 \begin_layout Plain Layout
24570
24571 {
24572 \end_layout
24573
24574 \end_inset
24575
24576 剰余
24577 \begin_inset ERT
24578 status collapsed
24579
24580 \begin_layout Plain Layout
24581
24582 }
24583 \end_layout
24584
24585 \end_inset
24586
24587
24588 \end_layout
24589
24590 \end_inset
24591
24592
24593 \end_layout
24594
24595 \begin_layout Standard
24596 剰余関数は、特別に4つの派生型があります。
24597 \end_layout
24598
24599 \begin_layout Standard
24600 以下は、別行立て数式での派生型です。
24601 \begin_inset Formula 
24602 \begin{align*}
24603 \underline{\textrm{コマンド}\raisebox{-0.9mm}{}} &  & \underline{\textrm{出力}}\\
24604 \mathrm{a\backslash mod\textrm{␣}b} &  & a\mod b\\
24605 \mathrm{a\backslash pmod\textrm{␣}b} &  & a\pmod b\\
24606 \mathrm{a\backslash bmod\textrm{␣}b} &  & a\bmod b\\
24607 \mathrm{a\backslash pod\textrm{␣}b} &  & a\pod b
24608 \end{align*}
24609
24610 \end_inset
24611
24612
24613 \end_layout
24614
24615 \begin_layout Standard
24616 行内数式では、すべての派生型で、関数名の前の余白がすこし小さく設定されます。既定では、剰余関数は、続く一文字目だけを考慮します。二文字以上を使いたい時には、下記
24617 のように文字をTeX括弧で囲みます。
24618 \begin_inset Formula 
24619 \begin{align*}
24620 \underline{\textrm{コマンド}\raisebox{-0.9mm}{}} &  & \underline{\textrm{出力}}\\
24621 \mathrm{a\backslash pod\textrm{␣}bcd} &  & a\pod bcd\\
24622 \mathrm{a\backslash pod\backslash\{bc\backslash\}d} &  & a\pod{bc}d
24623 \end{align*}
24624
24625 \end_inset
24626
24627
24628 \end_layout
24629
24630 \begin_layout Section
24631 特殊文字
24632 \begin_inset Index idx
24633 status collapsed
24634
24635 \begin_layout Plain Layout
24636 とくしゅもじ@特殊文字
24637 \end_layout
24638
24639 \end_inset
24640
24641
24642 \end_layout
24643
24644 \begin_layout Subsection
24645 数式テキストにおける特殊文字
24646 \end_layout
24647
24648 \begin_layout Standard
24649 以下の各コマンドは、数式テキストかTeXモード中でのみ使用することができます。
24650 \end_layout
24651
24652 \begin_layout Standard
24653 \begin_inset space \hfill{}
24654 \end_inset
24655
24656
24657 \begin_inset Tabular
24658 <lyxtabular version="3" rows="8" columns="2">
24659 <features rotate="0" tabularvalignment="middle">
24660 <column alignment="block" valignment="top">
24661 <column alignment="block" valignment="top">
24662 <row>
24663 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24664 \begin_inset Text
24665
24666 \begin_layout Plain Layout
24667 コマンド
24668 \end_layout
24669
24670 \end_inset
24671 </cell>
24672 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24673 \begin_inset Text
24674
24675 \begin_layout Plain Layout
24676 出力
24677 \end_layout
24678
24679 \end_inset
24680 </cell>
24681 </row>
24682 <row>
24683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24684 \begin_inset Text
24685
24686 \begin_layout Plain Layout
24687
24688 \backslash
24689 oe
24690 \end_layout
24691
24692 \end_inset
24693 </cell>
24694 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24695 \begin_inset Text
24696
24697 \begin_layout Plain Layout
24698 \begin_inset Formula $\textrm{œ}$
24699 \end_inset
24700
24701
24702 \end_layout
24703
24704 \end_inset
24705 </cell>
24706 </row>
24707 <row>
24708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24709 \begin_inset Text
24710
24711 \begin_layout Plain Layout
24712
24713 \backslash
24714 OE
24715 \end_layout
24716
24717 \end_inset
24718 </cell>
24719 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24720 \begin_inset Text
24721
24722 \begin_layout Plain Layout
24723 \begin_inset Formula $\textrm{Œ}$
24724 \end_inset
24725
24726
24727 \end_layout
24728
24729 \end_inset
24730 </cell>
24731 </row>
24732 <row>
24733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24734 \begin_inset Text
24735
24736 \begin_layout Plain Layout
24737
24738 \backslash
24739 ae
24740 \end_layout
24741
24742 \end_inset
24743 </cell>
24744 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24745 \begin_inset Text
24746
24747 \begin_layout Plain Layout
24748 \begin_inset Formula $\textrm{æ}$
24749 \end_inset
24750
24751
24752 \end_layout
24753
24754 \end_inset
24755 </cell>
24756 </row>
24757 <row>
24758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24759 \begin_inset Text
24760
24761 \begin_layout Plain Layout
24762
24763 \backslash
24764 AE
24765 \end_layout
24766
24767 \end_inset
24768 </cell>
24769 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24770 \begin_inset Text
24771
24772 \begin_layout Plain Layout
24773 \begin_inset Formula $\textrm{Æ}$
24774 \end_inset
24775
24776
24777 \end_layout
24778
24779 \end_inset
24780 </cell>
24781 </row>
24782 <row>
24783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24784 \begin_inset Text
24785
24786 \begin_layout Plain Layout
24787
24788 \backslash
24789 aa
24790 \end_layout
24791
24792 \end_inset
24793 </cell>
24794 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24795 \begin_inset Text
24796
24797 \begin_layout Plain Layout
24798 \begin_inset Formula $\textrm{\aa}$
24799 \end_inset
24800
24801
24802 \end_layout
24803
24804 \end_inset
24805 </cell>
24806 </row>
24807 <row>
24808 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24809 \begin_inset Text
24810
24811 \begin_layout Plain Layout
24812
24813 \backslash
24814 AA
24815 \begin_inset Index idx
24816 status collapsed
24817
24818 \begin_layout Plain Layout
24819
24820 \lang english
24821
24822 \backslash
24823 @
24824 \begin_inset ERT
24825 status collapsed
24826
24827 \begin_layout Plain Layout
24828
24829
24830 \backslash
24831 textrm{
24832 \backslash
24833 AA}
24834 \end_layout
24835
24836 \end_inset
24837
24838
24839 \end_layout
24840
24841 \end_inset
24842
24843
24844 \end_layout
24845
24846 \end_inset
24847 </cell>
24848 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24849 \begin_inset Text
24850
24851 \begin_layout Plain Layout
24852 \begin_inset Formula $\textrm{Å}$
24853 \end_inset
24854
24855
24856 \end_layout
24857
24858 \end_inset
24859 </cell>
24860 </row>
24861 <row>
24862 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24863 \begin_inset Text
24864
24865 \begin_layout Plain Layout
24866
24867 \backslash
24868 i
24869 \end_layout
24870
24871 \end_inset
24872 </cell>
24873 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24874 \begin_inset Text
24875
24876 \begin_layout Plain Layout
24877 \begin_inset Formula $\textrm{ı}$
24878 \end_inset
24879
24880
24881 \end_layout
24882
24883 \end_inset
24884 </cell>
24885 </row>
24886 </lyxtabular>
24887
24888 \end_inset
24889
24890
24891 \begin_inset space \hfill{}
24892 \end_inset
24893
24894
24895 \begin_inset Tabular
24896 <lyxtabular version="3" rows="8" columns="2">
24897 <features rotate="0" tabularvalignment="middle">
24898 <column alignment="block" valignment="top">
24899 <column alignment="center" valignment="top">
24900 <row>
24901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24902 \begin_inset Text
24903
24904 \begin_layout Plain Layout
24905 コマンド
24906 \begin_inset Note Note
24907 status collapsed
24908
24909 \begin_layout Plain Layout
24910 0
24911 \begin_inset space \thinspace{}
24912 \end_inset
24913
24914 mm空白を分離用に使っているのは、そうしないと出力が¡や¿になってしまうためです。
24915 \end_layout
24916
24917 \end_inset
24918
24919
24920 \end_layout
24921
24922 \end_inset
24923 </cell>
24924 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24925 \begin_inset Text
24926
24927 \begin_layout Plain Layout
24928 出力
24929 \end_layout
24930
24931 \end_inset
24932 </cell>
24933 </row>
24934 <row>
24935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24936 \begin_inset Text
24937
24938 \begin_layout Plain Layout
24939
24940 \backslash
24941 o
24942 \end_layout
24943
24944 \end_inset
24945 </cell>
24946 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24947 \begin_inset Text
24948
24949 \begin_layout Plain Layout
24950 \begin_inset Formula $\textrm{ø}$
24951 \end_inset
24952
24953
24954 \end_layout
24955
24956 \end_inset
24957 </cell>
24958 </row>
24959 <row>
24960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24961 \begin_inset Text
24962
24963 \begin_layout Plain Layout
24964
24965 \backslash
24966 O
24967 \end_layout
24968
24969 \end_inset
24970 </cell>
24971 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24972 \begin_inset Text
24973
24974 \begin_layout Plain Layout
24975 \begin_inset Formula $\textrm{Ø}$
24976 \end_inset
24977
24978
24979 \end_layout
24980
24981 \end_inset
24982 </cell>
24983 </row>
24984 <row>
24985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24986 \begin_inset Text
24987
24988 \begin_layout Plain Layout
24989
24990 \backslash
24991 l
24992 \end_layout
24993
24994 \end_inset
24995 </cell>
24996 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24997 \begin_inset Text
24998
24999 \begin_layout Plain Layout
25000 \begin_inset Formula $\textrm{ł}$
25001 \end_inset
25002
25003
25004 \end_layout
25005
25006 \end_inset
25007 </cell>
25008 </row>
25009 <row>
25010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25011 \begin_inset Text
25012
25013 \begin_layout Plain Layout
25014
25015 \backslash
25016 L
25017 \end_layout
25018
25019 \end_inset
25020 </cell>
25021 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25022 \begin_inset Text
25023
25024 \begin_layout Plain Layout
25025 \begin_inset Formula $\textrm{Ł}$
25026 \end_inset
25027
25028
25029 \end_layout
25030
25031 \end_inset
25032 </cell>
25033 </row>
25034 <row>
25035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25036 \begin_inset Text
25037
25038 \begin_layout Plain Layout
25039 !
25040 \begin_inset space \hspace{}
25041 \length 0mm
25042 \end_inset
25043
25044 `
25045 \begin_inset space \textvisiblespace{}
25046 \end_inset
25047
25048
25049 \end_layout
25050
25051 \end_inset
25052 </cell>
25053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25054 \begin_inset Text
25055
25056 \begin_layout Plain Layout
25057 \begin_inset Formula $\textrm{!`}$
25058 \end_inset
25059
25060
25061 \end_layout
25062
25063 \end_inset
25064 </cell>
25065 </row>
25066 <row>
25067 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25068 \begin_inset Text
25069
25070 \begin_layout Plain Layout
25071 ?
25072 \begin_inset space \hspace{}
25073 \length 0mm
25074 \end_inset
25075
25076 `
25077 \begin_inset space \textvisiblespace{}
25078 \end_inset
25079
25080
25081 \end_layout
25082
25083 \end_inset
25084 </cell>
25085 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25086 \begin_inset Text
25087
25088 \begin_layout Plain Layout
25089 \begin_inset Formula $\textrm{?`}$
25090 \end_inset
25091
25092
25093 \end_layout
25094
25095 \end_inset
25096 </cell>
25097 </row>
25098 <row>
25099 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25100 \begin_inset Text
25101
25102 \begin_layout Plain Layout
25103
25104 \backslash
25105 j
25106 \end_layout
25107
25108 \end_inset
25109 </cell>
25110 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25111 \begin_inset Text
25112
25113 \begin_layout Plain Layout
25114 \begin_inset Formula $\textrm{ȷ}$
25115 \end_inset
25116
25117
25118 \end_layout
25119
25120 \end_inset
25121 </cell>
25122 </row>
25123 </lyxtabular>
25124
25125 \end_inset
25126
25127
25128 \begin_inset space \hfill{}
25129 \end_inset
25130
25131
25132 \end_layout
25133
25134 \begin_layout Standard
25135 \begin_inset Formula $\textrm{\textrm{Å}}$
25136 \end_inset
25137
25138
25139 \begin_inset Formula $\textrm{\textrm{Ø}}$
25140 \end_inset
25141
25142 の各文字は、数式ツールバーボタンの
25143 \begin_inset Graphics
25144         filename ../../images/math/digamma.png
25145         scale 85
25146
25147 \end_inset
25148
25149 からも挿入することができます。
25150 \end_layout
25151
25152 \begin_layout Standard
25153 例外は、
25154 \series bold
25155 !
25156 \begin_inset space \hspace{}
25157 \length 0mm
25158 \end_inset
25159
25160 `
25161 \series default
25162
25163 \series bold
25164 ?
25165 \begin_inset space \hspace{}
25166 \length 0mm
25167 \end_inset
25168
25169 `
25170 \series default
25171 の各コマンドで、これらは直接LyX中の本文に入れることができます。
25172 \end_layout
25173
25174 \begin_layout Subsection
25175 文章中のアクセント
25176 \begin_inset CommandInset label
25177 LatexCommand label
25178 name "sub:文章中のアクセント"
25179
25180 \end_inset
25181
25182
25183 \begin_inset Index idx
25184 status collapsed
25185
25186 \begin_layout Plain Layout
25187 あくせんと@アクセント ! ぶんしょうちゅうの@文章中の---
25188 \end_layout
25189
25190 \end_inset
25191
25192
25193 \end_layout
25194
25195 \begin_layout Standard
25196 以下に挙げる各コマンドを使えば、すべての文字にアクセントを付けることができます。これらのコマンドは、TeXモードで入れなくてはなりません。
25197 \end_layout
25198
25199 \begin_layout Standard
25200 \begin_inset space \hfill{}
25201 \end_inset
25202
25203
25204 \begin_inset Tabular
25205 <lyxtabular version="3" rows="8" columns="2">
25206 <features rotate="0" tabularvalignment="middle">
25207 <column alignment="block" valignment="top">
25208 <column alignment="block" valignment="top">
25209 <row>
25210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25211 \begin_inset Text
25212
25213 \begin_layout Plain Layout
25214 コマンド
25215 \end_layout
25216
25217 \end_inset
25218 </cell>
25219 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25220 \begin_inset Text
25221
25222 \begin_layout Plain Layout
25223 出力
25224 \end_layout
25225
25226 \end_inset
25227 </cell>
25228 </row>
25229 <row>
25230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25231 \begin_inset Text
25232
25233 \begin_layout Plain Layout
25234
25235 \backslash
25236
25237 \begin_inset Quotes grd
25238 \end_inset
25239
25240 e
25241 \end_layout
25242
25243 \end_inset
25244 </cell>
25245 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25246 \begin_inset Text
25247
25248 \begin_layout Plain Layout
25249 \begin_inset ERT
25250 status collapsed
25251
25252 \begin_layout Plain Layout
25253
25254
25255 \backslash
25256 "e
25257 \end_layout
25258
25259 \end_inset
25260
25261
25262 \end_layout
25263
25264 \end_inset
25265 </cell>
25266 </row>
25267 <row>
25268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25269 \begin_inset Text
25270
25271 \begin_layout Plain Layout
25272
25273 \backslash
25274 `e
25275 \end_layout
25276
25277 \end_inset
25278 </cell>
25279 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25280 \begin_inset Text
25281
25282 \begin_layout Plain Layout
25283 \begin_inset ERT
25284 status collapsed
25285
25286 \begin_layout Plain Layout
25287
25288
25289 \backslash
25290 `e
25291 \end_layout
25292
25293 \end_inset
25294
25295
25296 \end_layout
25297
25298 \end_inset
25299 </cell>
25300 </row>
25301 <row>
25302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25303 \begin_inset Text
25304
25305 \begin_layout Plain Layout
25306
25307 \backslash
25308 ^
25309 \begin_inset space \textvisiblespace{}
25310 \end_inset
25311
25312 e
25313 \end_layout
25314
25315 \end_inset
25316 </cell>
25317 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25318 \begin_inset Text
25319
25320 \begin_layout Plain Layout
25321 \begin_inset ERT
25322 status collapsed
25323
25324 \begin_layout Plain Layout
25325
25326
25327 \backslash
25328 ^e
25329 \end_layout
25330
25331 \end_inset
25332
25333
25334 \end_layout
25335
25336 \end_inset
25337 </cell>
25338 </row>
25339 <row>
25340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25341 \begin_inset Text
25342
25343 \begin_layout Plain Layout
25344
25345 \backslash
25346 =e
25347 \end_layout
25348
25349 \end_inset
25350 </cell>
25351 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25352 \begin_inset Text
25353
25354 \begin_layout Plain Layout
25355 \begin_inset ERT
25356 status collapsed
25357
25358 \begin_layout Plain Layout
25359
25360
25361 \backslash
25362 =e
25363 \end_layout
25364
25365 \end_inset
25366
25367
25368 \end_layout
25369
25370 \end_inset
25371 </cell>
25372 </row>
25373 <row>
25374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25375 \begin_inset Text
25376
25377 \begin_layout Plain Layout
25378
25379 \backslash
25380 u
25381 \begin_inset space \textvisiblespace{}
25382 \end_inset
25383
25384 e
25385 \end_layout
25386
25387 \end_inset
25388 </cell>
25389 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25390 \begin_inset Text
25391
25392 \begin_layout Plain Layout
25393 \begin_inset ERT
25394 status collapsed
25395
25396 \begin_layout Plain Layout
25397
25398
25399 \backslash
25400 u e
25401 \end_layout
25402
25403 \end_inset
25404
25405
25406 \end_layout
25407
25408 \end_inset
25409 </cell>
25410 </row>
25411 <row>
25412 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25413 \begin_inset Text
25414
25415 \begin_layout Plain Layout
25416
25417 \backslash
25418 b
25419 \begin_inset space \textvisiblespace{}
25420 \end_inset
25421
25422 e
25423 \end_layout
25424
25425 \end_inset
25426 </cell>
25427 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25428 \begin_inset Text
25429
25430 \begin_layout Plain Layout
25431 \begin_inset ERT
25432 status collapsed
25433
25434 \begin_layout Plain Layout
25435
25436
25437 \backslash
25438 b e
25439 \end_layout
25440
25441 \end_inset
25442
25443
25444 \end_layout
25445
25446 \end_inset
25447 </cell>
25448 </row>
25449 <row>
25450 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25451 \begin_inset Text
25452
25453 \begin_layout Plain Layout
25454
25455 \backslash
25456 t
25457 \begin_inset space \textvisiblespace{}
25458 \end_inset
25459
25460 ee
25461 \end_layout
25462
25463 \end_inset
25464 </cell>
25465 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25466 \begin_inset Text
25467
25468 \begin_layout Plain Layout
25469 \begin_inset ERT
25470 status collapsed
25471
25472 \begin_layout Plain Layout
25473
25474
25475 \backslash
25476 t ee
25477 \end_layout
25478
25479 \end_inset
25480
25481
25482 \end_layout
25483
25484 \end_inset
25485 </cell>
25486 </row>
25487 </lyxtabular>
25488
25489 \end_inset
25490
25491
25492 \begin_inset space \hfill{}
25493 \end_inset
25494
25495
25496 \begin_inset Tabular
25497 <lyxtabular version="3" rows="8" columns="2">
25498 <features rotate="0" tabularvalignment="middle">
25499 <column alignment="block" valignment="top">
25500 <column alignment="center" valignment="top">
25501 <row>
25502 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25503 \begin_inset Text
25504
25505 \begin_layout Plain Layout
25506 コマンド
25507 \end_layout
25508
25509 \end_inset
25510 </cell>
25511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25512 \begin_inset Text
25513
25514 \begin_layout Plain Layout
25515 出力
25516 \end_layout
25517
25518 \end_inset
25519 </cell>
25520 </row>
25521 <row>
25522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25523 \begin_inset Text
25524
25525 \begin_layout Plain Layout
25526
25527 \backslash
25528 H
25529 \begin_inset space \textvisiblespace{}
25530 \end_inset
25531
25532 e
25533 \end_layout
25534
25535 \end_inset
25536 </cell>
25537 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25538 \begin_inset Text
25539
25540 \begin_layout Plain Layout
25541 \begin_inset ERT
25542 status collapsed
25543
25544 \begin_layout Plain Layout
25545
25546
25547 \backslash
25548 H e
25549 \end_layout
25550
25551 \end_inset
25552
25553
25554 \end_layout
25555
25556 \end_inset
25557 </cell>
25558 </row>
25559 <row>
25560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25561 \begin_inset Text
25562
25563 \begin_layout Plain Layout
25564
25565 \backslash
25566 'e
25567 \end_layout
25568
25569 \end_inset
25570 </cell>
25571 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25572 \begin_inset Text
25573
25574 \begin_layout Plain Layout
25575 \begin_inset ERT
25576 status collapsed
25577
25578 \begin_layout Plain Layout
25579
25580
25581 \backslash
25582 'e
25583 \end_layout
25584
25585 \end_inset
25586
25587
25588 \end_layout
25589
25590 \end_inset
25591 </cell>
25592 </row>
25593 <row>
25594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25595 \begin_inset Text
25596
25597 \begin_layout Plain Layout
25598
25599 \backslash
25600 ~e
25601 \begin_inset Index idx
25602 status collapsed
25603
25604 \begin_layout Plain Layout
25605
25606 \lang english
25607 Tilde
25608 \end_layout
25609
25610 \end_inset
25611
25612
25613 \end_layout
25614
25615 \end_inset
25616 </cell>
25617 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25618 \begin_inset Text
25619
25620 \begin_layout Plain Layout
25621 \begin_inset ERT
25622 status collapsed
25623
25624 \begin_layout Plain Layout
25625
25626
25627 \backslash
25628 ~e
25629 \end_layout
25630
25631 \end_inset
25632
25633
25634 \end_layout
25635
25636 \end_inset
25637 </cell>
25638 </row>
25639 <row>
25640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25641 \begin_inset Text
25642
25643 \begin_layout Plain Layout
25644
25645 \backslash
25646 .e
25647 \end_layout
25648
25649 \end_inset
25650 </cell>
25651 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25652 \begin_inset Text
25653
25654 \begin_layout Plain Layout
25655 \begin_inset ERT
25656 status collapsed
25657
25658 \begin_layout Plain Layout
25659
25660
25661 \backslash
25662 .e
25663 \end_layout
25664
25665 \end_inset
25666
25667
25668 \end_layout
25669
25670 \end_inset
25671 </cell>
25672 </row>
25673 <row>
25674 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25675 \begin_inset Text
25676
25677 \begin_layout Plain Layout
25678
25679 \backslash
25680 v
25681 \begin_inset space \textvisiblespace{}
25682 \end_inset
25683
25684 e
25685 \end_layout
25686
25687 \end_inset
25688 </cell>
25689 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25690 \begin_inset Text
25691
25692 \begin_layout Plain Layout
25693 \begin_inset ERT
25694 status collapsed
25695
25696 \begin_layout Plain Layout
25697
25698
25699 \backslash
25700 v e
25701 \end_layout
25702
25703 \end_inset
25704
25705
25706 \end_layout
25707
25708 \end_inset
25709 </cell>
25710 </row>
25711 <row>
25712 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25713 \begin_inset Text
25714
25715 \begin_layout Plain Layout
25716
25717 \backslash
25718 d
25719 \begin_inset space \textvisiblespace{}
25720 \end_inset
25721
25722 e
25723 \end_layout
25724
25725 \end_inset
25726 </cell>
25727 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25728 \begin_inset Text
25729
25730 \begin_layout Plain Layout
25731 \begin_inset ERT
25732 status collapsed
25733
25734 \begin_layout Plain Layout
25735
25736
25737 \backslash
25738 d e
25739 \end_layout
25740
25741 \end_inset
25742
25743
25744 \end_layout
25745
25746 \end_inset
25747 </cell>
25748 </row>
25749 <row>
25750 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25751 \begin_inset Text
25752
25753 \begin_layout Plain Layout
25754
25755 \backslash
25756 c
25757 \begin_inset space \textvisiblespace{}
25758 \end_inset
25759
25760 e
25761 \end_layout
25762
25763 \end_inset
25764 </cell>
25765 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25766 \begin_inset Text
25767
25768 \begin_layout Plain Layout
25769 \begin_inset ERT
25770 status collapsed
25771
25772 \begin_layout Plain Layout
25773
25774
25775 \backslash
25776 c e
25777 \end_layout
25778
25779 \end_inset
25780
25781
25782 \end_layout
25783
25784 \end_inset
25785 </cell>
25786 </row>
25787 </lyxtabular>
25788
25789 \end_inset
25790
25791
25792 \begin_inset space \hfill{}
25793 \end_inset
25794
25795
25796 \end_layout
25797
25798 \begin_layout Standard
25799 \begin_inset VSpace medskip
25800 \end_inset
25801
25802
25803 \series bold
25804
25805 \backslash
25806 t
25807 \series default
25808 コマンドは異なる二つの文字にアクセントを付けることもできます。たとえば、コマンド
25809 \series bold
25810
25811 \backslash
25812 t
25813 \begin_inset space \textvisiblespace{}
25814 \end_inset
25815
25816 sz
25817 \series default
25818 は、
25819 \begin_inset ERT
25820 status collapsed
25821
25822 \begin_layout Plain Layout
25823
25824
25825 \backslash
25826 t sz
25827 \end_layout
25828
25829 \end_inset
25830
25831 となります。
25832 \end_layout
25833
25834 \begin_layout Standard
25835
25836 \series bold
25837 `
25838 \series default
25839  ・
25840 \series bold
25841  '
25842 \series default
25843  ・ 
25844 \series bold
25845 ^
25846 \series default
25847  の各アクセントは、TeXモードを使わなくても、母音といっしょに直接キーボードから入力することもできます。チルダ
25848 \begin_inset Foot
25849 status collapsed
25850
25851 \begin_layout Plain Layout
25852 これは、チルダがアクセントとして定義されているキーボードのみに適用されます。
25853 \end_layout
25854
25855 \end_inset
25856
25857
25858 \series bold
25859 ~
25860 \series default
25861 を、
25862 \emph on
25863 a
25864 \emph default
25865
25866 \emph on
25867 n
25868 \emph default
25869
25870 \emph on
25871 o
25872 \emph default
25873 といっしょに使うときも同様です。
25874 \end_layout
25875
25876 \begin_layout Standard
25877
25878 \series bold
25879
25880 \backslash
25881 b
25882 \series default
25883
25884 \series bold
25885
25886 \backslash
25887 c
25888 \series default
25889
25890 \series bold
25891
25892 \backslash
25893 d
25894 \series default
25895
25896 \series bold
25897
25898 \backslash
25899 H
25900 \series default
25901
25902 \series bold
25903
25904 \backslash
25905 t
25906 \series default
25907
25908 \series bold
25909
25910 \backslash
25911 u
25912 \series default
25913
25914 \series bold
25915
25916 \backslash
25917 v
25918 \series default
25919 の各コマンドと、キーボードから直接挿入するアクセントは、数式テキスト中でも使うことができます。他のアクセントについては、数式内向けの特別な数式コマンドがあります
25920 。第
25921 \begin_inset CommandInset ref
25922 LatexCommand ref
25923 reference "sub:一文字に付けるアクセント"
25924
25925 \end_inset
25926
25927 節をご参照下さい。
25928 \end_layout
25929
25930 \begin_layout Standard
25931 \begin_inset VSpace bigskip
25932 \end_inset
25933
25934 さらに、
25935 \series bold
25936
25937 \backslash
25938 textcircled
25939 \series default
25940
25941 \begin_inset Index idx
25942 status collapsed
25943
25944 \begin_layout Plain Layout
25945 こまんど@コマンド ! T ! 
25946 \backslash
25947 textcircled
25948 \end_layout
25949
25950 \end_inset
25951
25952 コマンドを使えば、著作権マークのように、あらゆる数字や文字を丸で囲む---敢えて言えば、丸囲みでアクセントを付けるようなものといえるでしょう---ことができます
25953
25954 \end_layout
25955
25956 \begin_layout Standard
25957 \align center
25958 \begin_inset Tabular
25959 <lyxtabular version="3" rows="3" columns="2">
25960 <features rotate="0" tabularvalignment="middle">
25961 <column alignment="center" valignment="top">
25962 <column alignment="center" valignment="top">
25963 <row>
25964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25965 \begin_inset Text
25966
25967 \begin_layout Plain Layout
25968 コマンド
25969 \end_layout
25970
25971 \end_inset
25972 </cell>
25973 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25974 \begin_inset Text
25975
25976 \begin_layout Plain Layout
25977 出力
25978 \begin_inset Note Note
25979 status collapsed
25980
25981 \begin_layout Plain Layout
25982 ここで
25983 \series bold
25984
25985 \backslash
25986 raisebox
25987 \series default
25988 はスペーサーとして使用しているだけです。
25989 \end_layout
25990
25991 \end_inset
25992
25993
25994 \end_layout
25995
25996 \end_inset
25997 </cell>
25998 </row>
25999 <row>
26000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26001 \begin_inset Text
26002
26003 \begin_layout Plain Layout
26004
26005 \backslash
26006 textcircled{w}
26007 \end_layout
26008
26009 \end_inset
26010 </cell>
26011 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26012 \begin_inset Text
26013
26014 \begin_layout Plain Layout
26015 \begin_inset ERT
26016 status collapsed
26017
26018 \begin_layout Plain Layout
26019
26020
26021 \backslash
26022 textcircled{w}
26023 \end_layout
26024
26025 \end_inset
26026
26027
26028 \end_layout
26029
26030 \end_inset
26031 </cell>
26032 </row>
26033 <row>
26034 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26035 \begin_inset Text
26036
26037 \begin_layout Plain Layout
26038
26039 \backslash
26040 Large 
26041 \backslash
26042 textcircled{
26043 \backslash
26044 normalsize
26045 \backslash
26046 protect
26047 \backslash
26048 raisebox{-1.5pt}{W}}
26049 \end_layout
26050
26051 \end_inset
26052 </cell>
26053 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26054 \begin_inset Text
26055
26056 \begin_layout Plain Layout
26057 \begin_inset Formula $\raisebox{4.5mm}{}$
26058 \end_inset
26059
26060
26061 \begin_inset ERT
26062 status collapsed
26063
26064 \begin_layout Plain Layout
26065
26066
26067 \backslash
26068 Large 
26069 \backslash
26070 textcircled{
26071 \backslash
26072 normalsize
26073 \backslash
26074 protect
26075 \backslash
26076 raisebox{-1.5pt}W}
26077 \end_layout
26078
26079 \end_inset
26080
26081
26082 \begin_inset Formula $\raisebox{-2mm}{}$
26083 \end_inset
26084
26085
26086 \end_layout
26087
26088 \end_inset
26089 </cell>
26090 </row>
26091 </lyxtabular>
26092
26093 \end_inset
26094
26095
26096 \end_layout
26097
26098 \begin_layout Standard
26099 ここではユーザーが、文字が丸のなかに収まるように調整してやらなくてはなりません。ここでは、
26100 \series bold
26101
26102 \backslash
26103 Large
26104 \series default
26105
26106 \begin_inset Foot
26107 status collapsed
26108
26109 \begin_layout Plain Layout
26110
26111 \begin_inset CommandInset ref
26112 LatexCommand ref
26113 reference "sub:書体寸法"
26114
26115 \end_inset
26116
26117 節参照のこと。
26118 \end_layout
26119
26120 \end_inset
26121
26122 で丸の大きさを指定しています。そして
26123 \series bold
26124
26125 \backslash
26126 raisebox
26127 \series default
26128
26129 \begin_inset Foot
26130 status collapsed
26131
26132 \begin_layout Plain Layout
26133
26134 \begin_inset CommandInset ref
26135 LatexCommand ref
26136 reference "sub:枠なしボックス"
26137
26138 \end_inset
26139
26140 節参照のこと。
26141 \end_layout
26142
26143 \end_inset
26144
26145 を使って、文字が真ん中にくるようにしています。
26146 \end_layout
26147
26148 \begin_layout Subsection
26149 小数字
26150 \begin_inset Index idx
26151 status collapsed
26152
26153 \begin_layout Plain Layout
26154 しょうすうじ@小数字
26155 \end_layout
26156
26157 \end_inset
26158
26159
26160 \end_layout
26161
26162 \begin_layout Standard
26163 小数字(minuscule number)は、
26164 \series bold
26165
26166 \backslash
26167 oldstylenums
26168 \series default
26169
26170 \begin_inset Index idx
26171 status collapsed
26172
26173 \begin_layout Plain Layout
26174 こまんど@コマンド ! O ! 
26175 \backslash
26176 oldstylenums
26177 \end_layout
26178
26179 \end_inset
26180
26181 コマンドで作成することができます。このコマンドは、数式中でもTeXモード中でも使うことができます。コマンド書式は、
26182 \end_layout
26183
26184 \begin_layout Standard
26185
26186 \series bold
26187
26188 \backslash
26189 oldstylenums{数字}
26190 \end_layout
26191
26192 \begin_layout Standard
26193 です。
26194 \series bold
26195
26196 \backslash
26197 oldstylenums{0123456789}
26198 \series default
26199 というコマンドは、
26200 \begin_inset Formula $\oldstylenums{0123456789}$
26201 \end_inset
26202
26203 のようになります。
26204 \end_layout
26205
26206 \begin_layout Subsection
26207 他の特殊文字
26208 \begin_inset CommandInset label
26209 LatexCommand label
26210 name "sub:他の特殊文字"
26211
26212 \end_inset
26213
26214
26215 \begin_inset Index idx
26216 status collapsed
26217
26218 \begin_layout Plain Layout
26219 とくしゅもじ@特殊文字 ! たの@他の
26220 \end_layout
26221
26222 \end_inset
26223
26224
26225 \end_layout
26226
26227 \begin_layout Standard
26228 以下の各文字は、数式中でコマンドを使用してのみ、挿入することができます。
26229 \end_layout
26230
26231 \begin_layout Standard
26232 \align center
26233 \begin_inset Tabular
26234 <lyxtabular version="3" rows="4" columns="2">
26235 <features rotate="0" tabularvalignment="middle">
26236 <column alignment="center" valignment="top">
26237 <column alignment="center" valignment="top">
26238 <row>
26239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26240 \begin_inset Text
26241
26242 \begin_layout Plain Layout
26243 コマンド
26244 \end_layout
26245
26246 \end_inset
26247 </cell>
26248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26249 \begin_inset Text
26250
26251 \begin_layout Plain Layout
26252 出力
26253 \end_layout
26254
26255 \end_inset
26256 </cell>
26257 </row>
26258 <row>
26259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26260 \begin_inset Text
26261
26262 \begin_layout Plain Layout
26263
26264 \backslash
26265 ^
26266 \begin_inset space \textvisiblespace{}
26267 \end_inset
26268
26269
26270 \end_layout
26271
26272 \end_inset
26273 </cell>
26274 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26275 \begin_inset Text
26276
26277 \begin_layout Plain Layout
26278 \begin_inset Formula $\mathcircumflex$
26279 \end_inset
26280
26281
26282 \end_layout
26283
26284 \end_inset
26285 </cell>
26286 </row>
26287 <row>
26288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26289 \begin_inset Text
26290
26291 \begin_layout Plain Layout
26292
26293 \backslash
26294 _
26295 \end_layout
26296
26297 \end_inset
26298 </cell>
26299 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26300 \begin_inset Text
26301
26302 \begin_layout Plain Layout
26303 \begin_inset Formula $\_$
26304 \end_inset
26305
26306
26307 \end_layout
26308
26309 \end_inset
26310 </cell>
26311 </row>
26312 <row>
26313 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26314 \begin_inset Text
26315
26316 \begin_layout Plain Layout
26317 ^
26318 \begin_inset space \textvisiblespace{}
26319 \end_inset
26320
26321
26322 \backslash
26323 circ
26324 \begin_inset Index idx
26325 status collapsed
26326
26327 \begin_layout Plain Layout
26328
26329 \lang english
26330
26331 \backslash
26332
26333 \end_layout
26334
26335 \end_inset
26336
26337
26338 \end_layout
26339
26340 \end_inset
26341 </cell>
26342 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26343 \begin_inset Text
26344
26345 \begin_layout Plain Layout
26346 \begin_inset Formula $^{\circ}$
26347 \end_inset
26348
26349
26350 \end_layout
26351
26352 \end_inset
26353 </cell>
26354 </row>
26355 </lyxtabular>
26356
26357 \end_inset
26358
26359
26360 \end_layout
26361
26362 \begin_layout Standard
26363 しかしながら、角度記号
26364 \begin_inset Formula $^{\circ}$
26365 \end_inset
26366
26367 は、以下の行をLaTeXプリアンブルに書き加えれば、直接挿入することができます
26368 \begin_inset Foot
26369 status collapsed
26370
26371 \begin_layout Plain Layout
26372 この件に関する詳細は、第
26373 \begin_inset CommandInset ref
26374 LatexCommand ref
26375 reference "sub:数式中のテキスト文字"
26376
26377 \end_inset
26378
26379 節にあります。
26380 \end_layout
26381
26382 \end_inset
26383
26384
26385 \end_layout
26386
26387 \begin_layout Standard
26388
26389 \series bold
26390
26391 \backslash
26392 DeclareInputtext{176}{
26393 \backslash
26394 ifmmode^
26395 \backslash
26396 circ
26397 \backslash
26398 else
26399 \backslash
26400 textdegree
26401 \backslash
26402 fi}
26403 \begin_inset Newpage newpage
26404 \end_inset
26405
26406
26407 \end_layout
26408
26409 \begin_layout Section
26410 数式様式
26411 \begin_inset CommandInset label
26412 LatexCommand label
26413 name "sec:数式様式"
26414
26415 \end_inset
26416
26417
26418 \begin_inset Index idx
26419 status collapsed
26420
26421 \begin_layout Plain Layout
26422 すうしき@数式 ! ようしき@様式
26423 \end_layout
26424
26425 \end_inset
26426
26427
26428 \end_layout
26429
26430 \begin_layout Itemize
26431 以下の二つの配置様式があります。
26432 \end_layout
26433
26434 \begin_deeper
26435 \begin_layout Description
26436 中央揃え 事前に定義された標準です。
26437 \end_layout
26438
26439 \begin_layout Description
26440 行頭下げ これを使うには、
26441 \family sans
26442 文書\SpecialChar \menuseparator
26443 設定
26444 \family default
26445 メニューの
26446 \family sans
26447 文書クラス
26448 \family default
26449 において、
26450 \series bold
26451 fleqn
26452 \series default
26453 オプションを指定しておかなくてはなりません。
26454 \end_layout
26455
26456 \begin_layout Standard
26457
26458 \series bold
26459 行頭下げ
26460 \series default
26461 を用いる場合には、行頭下げの大きさを
26462 \series bold
26463
26464 \backslash
26465 mathindent
26466 \series default
26467
26468 \begin_inset Index idx
26469 status collapsed
26470
26471 \begin_layout Plain Layout
26472 こまんど@コマンド ! M ! 
26473 \backslash
26474 mathindent
26475 \end_layout
26476
26477 \end_inset
26478
26479 の値で調整することができます。これを15
26480 \begin_inset space \thinspace{}
26481 \end_inset
26482
26483 mmにするには、LaTeXプリアンブルに以下のコマンドを入れておきます。
26484 \end_layout
26485
26486 \begin_layout Standard
26487
26488 \series bold
26489
26490 \backslash
26491 setlength{
26492 \backslash
26493 mathindent}{15mm}
26494 \end_layout
26495
26496 \begin_layout Standard
26497
26498 \series bold
26499
26500 \backslash
26501 mathindent
26502 \series default
26503 を明示的に指定しない場合には、事前に定義されている30
26504 \begin_inset space \thinspace{}
26505 \end_inset
26506
26507 ptが適用されます。
26508 \end_layout
26509
26510 \end_deeper
26511 \begin_layout Itemize
26512 また、以下の二つの連番様式があります。
26513 \end_layout
26514
26515 \begin_deeper
26516 \begin_layout Description
26517 右 事前に定義された標準です。
26518 \end_layout
26519
26520 \begin_layout Description
26521 左 これを使うには、
26522 \family sans
26523 文書\SpecialChar \menuseparator
26524 設定
26525 \family default
26526 メニューの
26527 \family sans
26528 文書クラス
26529 \family default
26530 において、
26531 \series bold
26532 leqno
26533 \series default
26534 オプションを指定しておかなくてはなりません。
26535 \end_layout
26536
26537 \end_deeper
26538 \begin_layout Standard
26539
26540 \series bold
26541 fleqn
26542 \series default
26543
26544 \series bold
26545 leqno
26546 \series default
26547 は、いっしょに指定することができます。両方のオプションを同時に入れる場合には、コンマで区切って下さい。
26548 \end_layout
26549
26550 \begin_layout Standard
26551 これで選択した様式は、文書中のすべての別行立て数式に用いられます。もし、中央揃えと行頭下げの両様式を同一文書中で用いたい場合には、
26552 \series bold
26553 中央揃え
26554 \series default
26555 様式を指定するようにします。そして、行頭下げにしたい数式は、flalign環境に指定するようにします。第
26556 \begin_inset CommandInset ref
26557 LatexCommand ref
26558 reference "sub:flalign環境"
26559
26560 \end_inset
26561
26562 節をご覧下さい。
26563 \end_layout
26564
26565 \begin_layout Section
26566 多行数式
26567 \begin_inset CommandInset label
26568 LatexCommand label
26569 name "sec:多行数式"
26570
26571 \end_inset
26572
26573
26574 \begin_inset Index idx
26575 status collapsed
26576
26577 \begin_layout Plain Layout
26578 すうしき@数式 ! たぎょう@多行
26579 \end_layout
26580
26581 \end_inset
26582
26583
26584 \end_layout
26585
26586 \begin_layout Subsection
26587 概要
26588 \end_layout
26589
26590 \begin_layout Standard
26591 LyXでは、多行数式は、数式中で
26592 \series bold
26593
26594 \begin_inset Info
26595 type  "shortcut"
26596 arg   "newline-insert newline"
26597 \end_inset
26598
26599
26600 \series default
26601 を押すことで作られます。この操作によって、第
26602 \begin_inset CommandInset ref
26603 LatexCommand ref
26604 reference "sub:eqnarray環境"
26605
26606 \end_inset
26607
26608 節に述べられている
26609 \series bold
26610 eqnarray環境
26611 \series default
26612 が作り出されるか、あるいは文書設定で
26613 \family sans
26614 AMS mathパッケージを使う
26615 \family default
26616 オプションが選択されている場合には、第
26617 \begin_inset CommandInset ref
26618 LatexCommand ref
26619 reference "sub:標準align環境"
26620
26621 \end_inset
26622
26623 節に述べられている
26624 \series bold
26625 align環境
26626 \series default
26627 が作り出されることになります。
26628 \end_layout
26629
26630 \begin_layout Standard
26631 他にも、
26632 \family sans
26633 挿入\SpecialChar \menuseparator
26634 数式
26635 \family default
26636 メニューで作ることのできる多行数式環境があります。これらの環境は、以下の各節で説明します。
26637 \end_layout
26638
26639 \begin_layout Standard
26640 すべての多行数式において、新規行は、
26641 \begin_inset Info
26642 type  "shortcut"
26643 arg   "newline-insert newline"
26644 \end_inset
26645
26646 を押すことによって作られます。行を足したり削ったりするには、数式ツールバーボタンの
26647 \begin_inset Graphics
26648         filename ../../images/tabular-feature_append-row.png
26649         scale 85
26650
26651 \end_inset
26652
26653
26654 \begin_inset Graphics
26655         filename ../../images/tabular-feature_delete-row.png
26656         scale 85
26657
26658 \end_inset
26659
26660 を使うか、
26661 \family sans
26662 編集\SpecialChar \menuseparator
26663 行と列
26664 \family default
26665 メニューを使うことができます。
26666 \end_layout
26667
26668 \begin_layout Subsubsection
26669 行間
26670 \begin_inset CommandInset label
26671 LatexCommand label
26672 name "sub:行間"
26673
26674 \end_inset
26675
26676
26677 \begin_inset Index idx
26678 status collapsed
26679
26680 \begin_layout Plain Layout
26681 すうしき@数式 ! たぎょう@多行 ! ぎょうかん@行間
26682 \end_layout
26683
26684 \end_inset
26685
26686
26687 \end_layout
26688
26689 \begin_layout Standard
26690 以下のように、多行数式において行のあいだの空白が足りないことが、ときどき起こります。
26691 \begin_inset Formula 
26692 \begin{eqnarray*}
26693 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}\\
26694 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
26695 \end{eqnarray*}
26696
26697 \end_inset
26698
26699
26700 \end_layout
26701
26702 \begin_layout Standard
26703 LaTeXにおいて行間を付け加えるには、新規行コマンドに非必須の引数をとらせて指定しますが、これはまだLyXには実装されていない
26704 \begin_inset Foot
26705 status collapsed
26706
26707 \begin_layout Plain Layout
26708 \begin_inset CommandInset href
26709 LatexCommand href
26710 name "LyX-bug #1505"
26711 target "http://www.lyx.org/trac/ticket/1505"
26712
26713 \end_inset
26714
26715 を参照。
26716 \end_layout
26717
26718 \end_inset
26719
26720 ので、数式全体をTeXモードで入れなくてはなりません。上記の例の行間を大きくするには、最初の行の最後に
26721 \series bold
26722
26723 \backslash
26724
26725 \backslash
26726 [3mm]
26727 \series default
26728 というコマンドを入れます。すると、次のようになります。
26729 \begin_inset ERT
26730 status collapsed
26731
26732 \begin_layout Plain Layout
26733
26734
26735 \backslash
26736 begin{eqnarray*}
26737 \end_layout
26738
26739 \begin_layout Plain Layout
26740
26741 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
26742  = & 
26743 \backslash
26744 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
26745 \backslash
26746
26747 \backslash
26748 [3mm]
26749 \end_layout
26750
26751 \begin_layout Plain Layout
26752
26753 4x^{2}
26754 \backslash
26755 left(B^{2}+x_{0}^{2}
26756 \backslash
26757 right)+4x_{0}x
26758 \backslash
26759 left(D-B^{2}
26760 \backslash
26761 right)+B^{2}
26762 \backslash
26763 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
26764 \backslash
26765 right) & = & 0
26766 \end_layout
26767
26768 \begin_layout Plain Layout
26769
26770
26771 \backslash
26772 end{eqnarray*}
26773 \end_layout
26774
26775 \end_inset
26776
26777
26778 \end_layout
26779
26780 \begin_layout Standard
26781 \begin_inset VSpace bigskip
26782 \end_inset
26783
26784 同一数式内のすべての行の行間を一律に指定するには、
26785 \series bold
26786
26787 \backslash
26788 jot
26789 \series default
26790
26791 \begin_inset Index idx
26792 status collapsed
26793
26794 \begin_layout Plain Layout
26795 こまんど@コマンド ! J ! 
26796 \backslash
26797 jot
26798 \end_layout
26799
26800 \end_inset
26801
26802 変数を変更します。定義は、
26803 \begin_inset Formula $\mbox{行間}=\mathrm{6\, pt+\backslash jot}$
26804 \end_inset
26805
26806 となっています。
26807 \series bold
26808
26809 \backslash
26810 jot
26811 \series default
26812 の既定値は、3
26813 \begin_inset space \thinspace{}
26814 \end_inset
26815
26816 ptです。上記の例のように、行間を3
26817 \begin_inset space \thinspace{}
26818 \end_inset
26819
26820 mm追加するには、
26821 \end_layout
26822
26823 \begin_layout Standard
26824
26825 \series bold
26826
26827 \backslash
26828 setlength{
26829 \backslash
26830 jot}{3mm+3pt}
26831 \end_layout
26832
26833 \begin_layout Standard
26834 というコマンドを、数式直前にTeXモードで入れておきます。これを行うには、LaTeXプリアンブルに
26835 \end_layout
26836
26837 \begin_layout Standard
26838
26839 \series bold
26840
26841 \backslash
26842 usepackage{calc}
26843 \end_layout
26844
26845 \begin_layout Standard
26846 という行を入れて、LaTeXパッケージ
26847 \series bold
26848 calc
26849 \series default
26850
26851 \begin_inset Foot
26852 status collapsed
26853
26854 \begin_layout Plain Layout
26855
26856 \series bold
26857 calc
26858 \series default
26859 は標準的なLaTeX頒布版のすべてに付属しています。
26860 \end_layout
26861
26862 \end_inset
26863
26864
26865 \begin_inset Index idx
26866 status collapsed
26867
26868 \begin_layout Plain Layout
26869 ぱっけーじ@パッケージ ! calc
26870 \end_layout
26871
26872 \end_inset
26873
26874  を読み込んでおく必要があります。すると、
26875 \begin_inset ERT
26876 status collapsed
26877
26878 \begin_layout Plain Layout
26879
26880
26881 \backslash
26882 setlength{
26883 \backslash
26884 jot}{3mm+3pt}
26885 \end_layout
26886
26887 \end_inset
26888
26889
26890 \begin_inset Formula 
26891 \begin{eqnarray*}
26892 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}\\
26893 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
26894 \end{eqnarray*}
26895
26896 \end_inset
26897
26898
26899 \end_layout
26900
26901 \begin_layout Standard
26902 \begin_inset ERT
26903 status collapsed
26904
26905 \begin_layout Plain Layout
26906
26907
26908 \backslash
26909 setlength{
26910 \backslash
26911 jot}{3pt}
26912 \end_layout
26913
26914 \end_inset
26915
26916 のような結果を得ます。行間を既定値に戻すには、
26917 \series bold
26918
26919 \backslash
26920 jot
26921 \series default
26922 をふたたび3
26923 \begin_inset space \thinspace{}
26924 \end_inset
26925
26926 ptに戻します。
26927 \end_layout
26928
26929 \begin_layout Subsubsection
26930 列間
26931 \begin_inset CommandInset label
26932 LatexCommand label
26933 name "sub:列間"
26934
26935 \end_inset
26936
26937
26938 \begin_inset Index idx
26939 status collapsed
26940
26941 \begin_layout Plain Layout
26942 すうしき@数式 ! たぎょうすうしき@多行数式 ! れつかん@列間
26943 \end_layout
26944
26945 \end_inset
26946
26947
26948 \end_layout
26949
26950 \begin_layout Standard
26951 多行数式は、行列を形成します。たとえば、eqnarray環境の数式は、3列からなる行列です。この環境で列間を変更すれば、関係子周辺の余白を変更することができます
26952
26953 \end_layout
26954
26955 \begin_layout Standard
26956 列間は、
26957 \series bold
26958
26959 \backslash
26960 arraycolsep
26961 \series default
26962
26963 \begin_inset Index idx
26964 status collapsed
26965
26966 \begin_layout Plain Layout
26967 こまんど@コマンド ! A ! 
26968 \backslash
26969 arraycolsep
26970 \end_layout
26971
26972 \end_inset
26973
26974 変数を使って指定し、
26975 \begin_inset Newline newline
26976 \end_inset
26977
26978 列間 = 2
26979 \begin_inset space \thinspace{}
26980 \end_inset
26981
26982
26983 \series bold
26984
26985 \backslash
26986 arraycolsep
26987 \series default
26988
26989 \begin_inset Newline newline
26990 \end_inset
26991
26992 という関係があります。したがって、
26993 \end_layout
26994
26995 \begin_layout Standard
26996
26997 \series bold
26998
26999 \backslash
27000 setlength{
27001 \backslash
27002 arraycolsep}{1cm}
27003 \end_layout
27004
27005 \begin_layout Standard
27006 というコマンドをTeXモードで入れると、ここから後のすべての数式の列間が2
27007 \begin_inset space \thinspace{}
27008 \end_inset
27009
27010 cmになります。これを既定値に戻すには、
27011 \series bold
27012
27013 \backslash
27014 arraycolsep
27015 \series default
27016 を5
27017 \begin_inset space \thinspace{}
27018 \end_inset
27019
27020 ptに戻して下さい。
27021 \end_layout
27022
27023 \begin_layout Standard
27024 以下は、2
27025 \begin_inset space \thinspace{}
27026 \end_inset
27027
27028 cmの列間を持つ数式です。
27029 \begin_inset ERT
27030 status collapsed
27031
27032 \begin_layout Plain Layout
27033
27034
27035 \backslash
27036 setlength{
27037 \backslash
27038 arraycolsep}{1cm}
27039 \end_layout
27040
27041 \end_inset
27042
27043
27044 \begin_inset Formula 
27045 \begin{eqnarray*}
27046 A & = & B\\
27047 C & \ne & A
27048 \end{eqnarray*}
27049
27050 \end_inset
27051
27052 行列の既定の列間10
27053 \begin_inset space \thinspace{}
27054 \end_inset
27055
27056 ptを持つ数式です。
27057 \begin_inset ERT
27058 status collapsed
27059
27060 \begin_layout Plain Layout
27061
27062
27063 \backslash
27064 setlength{
27065 \backslash
27066 arraycolsep}{5pt}
27067 \end_layout
27068
27069 \end_inset
27070
27071
27072 \begin_inset Formula 
27073 \begin{eqnarray*}
27074 A & = & B\\
27075 C & \ne & A
27076 \end{eqnarray*}
27077
27078 \end_inset
27079
27080
27081 \end_layout
27082
27083 \begin_layout Subsubsection
27084 長い数式
27085 \begin_inset Index idx
27086 status collapsed
27087
27088 \begin_layout Plain Layout
27089 すうしき@数式 ! ながい@長い
27090 \end_layout
27091
27092 \end_inset
27093
27094
27095 \end_layout
27096
27097 \begin_layout Standard
27098 長い数式は、以下の方法を使って組版することができます。
27099 \end_layout
27100
27101 \begin_layout Itemize
27102 左辺ないし右辺の一方が、行幅よりもかなり短いときには、以下のように、短い方を左辺に置き、右辺を二行に分けて組版します。
27103 \begin_inset Formula 
27104 \begin{eqnarray}
27105 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 \\
27106  &  & -\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}
27107 \end{eqnarray}
27108
27109 \end_inset
27110
27111 二行目の最初のマイナス記号は、行頭の文字になってしまうため、通常、表示の上で演算子としては取り扱われません。前後に余白が置かれることもなく、分数線からも離れて表
27112 示されません。これを避けるために、マイナス記号の後に
27113 \series bold
27114
27115 \backslash
27116 hspace
27117 \series default
27118 .
27119 \begin_inset Foot
27120 status collapsed
27121
27122 \begin_layout Plain Layout
27123
27124 \series bold
27125
27126 \backslash
27127 hspace
27128 \series default
27129 に関しての詳細は、第
27130 \begin_inset CommandInset ref
27131 LatexCommand ref
27132 reference "sub:可変長の空白"
27133
27134 \end_inset
27135
27136 節をご覧下さい。
27137 \end_layout
27138
27139 \end_inset
27140
27141
27142 \begin_inset Index idx
27143 status collapsed
27144
27145 \begin_layout Plain Layout
27146 こまんど@コマンド ! H ! 
27147 \backslash
27148 hspace
27149 \end_layout
27150
27151 \end_inset
27152
27153 コマンドを使って3
27154 \begin_inset space \thinspace{}
27155 \end_inset
27156
27157 pt空白を入れてあります。
27158 \end_layout
27159
27160 \begin_layout Itemize
27161 数式の両辺がともに長すぎるときには、
27162 \series bold
27163
27164 \backslash
27165 lefteqn
27166 \series default
27167
27168 \begin_inset Index idx
27169 status collapsed
27170
27171 \begin_layout Plain Layout
27172 こまんど@コマンド ! L ! 
27173 \backslash
27174 lefteqn
27175 \end_layout
27176
27177 \end_inset
27178
27179 コマンドを使います。これを最初の行の第一列に入れると、以下のように、続きの内容が他の列にかかって表示されます。
27180 \begin_inset Formula 
27181 \begin{eqnarray}
27182 \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 \\
27183  &  & -\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 \\
27184  &  & =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}
27185 \end{eqnarray}
27186
27187 \end_inset
27188
27189
27190 \series bold
27191
27192 \backslash
27193 lefteqn
27194 \series default
27195 を入力すると、青枠から少し左にずれたところに現れる紫枠にカーソルが移るので、ここに数式を入力します。
27196 \begin_inset Newline newline
27197 \end_inset
27198
27199 二行め以降の行の内容は、二列め以降の列に挿入します。挿入する列が右になるほど、字下げの量が大きくなります。
27200 \begin_inset VSpace medskip
27201 \end_inset
27202
27203
27204 \begin_inset Newline newline
27205 \end_inset
27206
27207
27208 \begin_inset Note Greyedout
27209 status open
27210
27211 \begin_layout Plain Layout
27212
27213 \series bold
27214
27215 \backslash
27216 lefteqn
27217 \series default
27218 を使用する際には、以下のことにご注意下さい。
27219 \end_layout
27220
27221 \begin_layout Itemize
27222 数式では、ページ幅全部を使うことはしません。たとえば、上記の例で、最初の行に
27223 \begin_inset Formula $-B^{2}$
27224 \end_inset
27225
27226 という項を置いたとすると、ページ余白の領域に出てしまいますが、これはよくありません。幅をうまく使うには、最初の行の行頭に負の空白を入れる方法もあります。
27227 \end_layout
27228
27229 \begin_layout Itemize
27230 LyXのバグによって、最初の行にマウスでカーソルを入れることはできません
27231 \begin_inset Foot
27232 status collapsed
27233
27234 \begin_layout Plain Layout
27235 \begin_inset CommandInset href
27236 LatexCommand href
27237 name "LyX-bug #1429"
27238 target "http://www.lyx.org/trac/ticket/1429"
27239
27240 \end_inset
27241
27242
27243 \end_layout
27244
27245 \end_inset
27246
27247 。カーソルを行頭に合わせて、矢印
27248 \begin_inset Flex Ruby
27249 status collapsed
27250
27251 \begin_layout Plain Layout
27252
27253 \begin_inset Argument post:1
27254 status collapsed
27255
27256 \begin_layout Plain Layout
27257 キー
27258 \end_layout
27259
27260 \end_inset
27261
27262
27263 \end_layout
27264
27265 \end_inset
27266
27267 で移動するしかありません。
27268 \end_layout
27269
27270 \end_inset
27271
27272
27273 \end_layout
27274
27275 \begin_layout Itemize
27276 長い数式を組む他の方法として、第
27277 \begin_inset CommandInset ref
27278 LatexCommand ref
27279 reference "sub:multline環境"
27280
27281 \end_inset
27282
27283 節と第
27284 \begin_inset CommandInset ref
27285 LatexCommand ref
27286 reference "sub:数式の一部の多行化"
27287
27288 \end_inset
27289
27290 節で述べられている環境を用いる方法があります。
27291 \end_layout
27292
27293 \begin_layout Subsubsection
27294 多行にわたる括弧
27295 \begin_inset CommandInset label
27296 LatexCommand label
27297 name "sub:多行にわたる括弧"
27298
27299 \end_inset
27300
27301
27302 \begin_inset Index idx
27303 status collapsed
27304
27305 \begin_layout Plain Layout
27306 かっこ@括弧 ! たぎょうすうしきよう@多行数式用
27307 \end_layout
27308
27309 \end_inset
27310
27311
27312 \end_layout
27313
27314 \begin_layout Standard
27315 多行にわたる括弧を作ろうとすると、以下のような問題が生じます。
27316 \begin_inset Formula 
27317 \begin{eqnarray*}
27318 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
27319  &  & \left.\cdots+B-D\right]
27320 \end{eqnarray*}
27321
27322 \end_inset
27323
27324
27325 \end_layout
27326
27327 \begin_layout Standard
27328 可変寸法の括弧は多行にわたることができないので、閉じ括弧が初めの括弧よりも小さくなってしまっています。
27329 \end_layout
27330
27331 \begin_layout Standard
27332 二行めの括弧の大きさを正しく設定するには、最初の行の終わりを
27333 \series bold
27334
27335 \backslash
27336 right.
27337 \series default
27338
27339 \begin_inset Index idx
27340 status collapsed
27341
27342 \begin_layout Plain Layout
27343 こまんど@コマンド ! R ! 
27344 \backslash
27345 right
27346 \end_layout
27347
27348 \end_inset
27349
27350 とし、二行めの始めを
27351 \series bold
27352
27353 \backslash
27354 left.
27355 \begin_inset Foot
27356 status collapsed
27357
27358 \begin_layout Plain Layout
27359
27360 \series bold
27361
27362 \backslash
27363 left
27364 \series default
27365
27366 \series bold
27367
27368 \backslash
27369 right
27370 \series default
27371 に関する詳細は、第
27372 \begin_inset CommandInset ref
27373 LatexCommand ref
27374 reference "sub:自動の括弧丈"
27375
27376 \end_inset
27377
27378 節をご覧下さい。
27379 \end_layout
27380
27381 \end_inset
27382
27383
27384 \series default
27385
27386 \begin_inset Index idx
27387 status collapsed
27388
27389 \begin_layout Plain Layout
27390 こまんど@コマンド ! L ! 
27391 \backslash
27392 left
27393 \end_layout
27394
27395 \end_inset
27396
27397 とします。一行めにおいては、範囲付き積演算子がもっとも大きな記号であり、これが二行めの括弧の大きさにならなくてはならないので、
27398 \series bold
27399
27400 \backslash
27401 left.
27402 \series default
27403 の後に、
27404 \series bold
27405
27406 \backslash
27407 vphantom
27408 \series default
27409
27410 \begin_inset space \textvisiblespace{}
27411 \end_inset
27412
27413
27414 \series bold
27415
27416 \backslash
27417 prod
27418 \series default
27419 ^
27420 \begin_inset space \textvisiblespace{}
27421 \end_inset
27422
27423
27424 \series bold
27425
27426 \backslash
27427 infty
27428 \series default
27429
27430 \begin_inset space \textvisiblespace{}
27431 \end_inset
27432
27433
27434 \series bold
27435
27436 \begin_inset Formula $\downarrow$
27437 \end_inset
27438
27439 _R=1}
27440 \series default
27441
27442 \begin_inset Index idx
27443 status collapsed
27444
27445 \begin_layout Plain Layout
27446 こまんど@コマンド ! V ! 
27447 \backslash
27448 vphantom
27449 \end_layout
27450
27451 \end_inset
27452
27453 というコマンドを挿入します。
27454 \end_layout
27455
27456 \begin_layout Standard
27457 その結果が以下の数式です。
27458 \begin_inset Formula 
27459 \begin{eqnarray*}
27460 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
27461  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
27462 \end{eqnarray*}
27463
27464 \end_inset
27465
27466
27467 \end_layout
27468
27469 \begin_layout Subsection
27470 align環境
27471 \end_layout
27472
27473 \begin_layout Standard
27474 align環境は、すべての型の多行数式に使うことができ、とくに、いくつかの数式を並べて表示させるのに便利です。
27475 \end_layout
27476
27477 \begin_layout Standard
27478 align環境には列があり、奇数列は右揃え、偶数列は左揃えに設定されます。align環境の行にはすべて、付番することができます。
27479 \end_layout
27480
27481 \begin_layout Standard
27482 align環境は、
27483 \family sans
27484 挿入\SpecialChar \menuseparator
27485 数式
27486 \family default
27487 メニューから作ることができます。
27488 \family sans
27489 編集\SpecialChar \menuseparator
27490 数式\SpecialChar \menuseparator
27491 数式の表記を変更
27492 \family default
27493 メニューを使えば、既存の数式をalign環境に変更することができます。
27494 \end_layout
27495
27496 \begin_layout Standard
27497 列を追加したり削除したりするには、数式ツールバーボタンの
27498 \begin_inset Graphics
27499         filename ../../images/tabular-feature_append-column.png
27500         scale 85
27501
27502 \end_inset
27503
27504
27505 \begin_inset Graphics
27506         filename ../../images/tabular-feature_delete-column.png
27507         scale 85
27508
27509 \end_inset
27510
27511 を使うか、
27512 \family sans
27513 編集\SpecialChar \menuseparator
27514 行と列
27515 \family default
27516 メニューを使います。
27517 \end_layout
27518
27519 \begin_layout Subsubsection
27520 標準align環境
27521 \begin_inset CommandInset label
27522 LatexCommand label
27523 name "sub:標準align環境"
27524
27525 \end_inset
27526
27527
27528 \begin_inset Index idx
27529 status collapsed
27530
27531 \begin_layout Plain Layout
27532 すうしき@数式 ! たぎょう@多行 ! alignかんきょう@align環境
27533 \end_layout
27534
27535 \end_inset
27536
27537
27538 \end_layout
27539
27540 \begin_layout Standard
27541 このalign環境は、数式中で
27542 \begin_inset Info
27543 type  "shortcut"
27544 arg   "newline-insert newline"
27545 \end_inset
27546
27547 を押すか、
27548 \family sans
27549 挿入\SpecialChar \menuseparator
27550 数式\SpecialChar \menuseparator
27551 AMS align環境
27552 \family default
27553 メニューで作ることができます。
27554 \end_layout
27555
27556 \begin_layout Standard
27557 以下は、二つの数式を横に並べた例ですが、これは4列からなるalign環境として作ります。
27558 \begin_inset Formula 
27559 \begin{align*}
27560 A & =\sin(B) & C & =D\\
27561 C & \ne A & B & \ne D
27562 \end{align*}
27563
27564 \end_inset
27565
27566 ご覧になって分かるように、この環境の数式は、一列めの前と偶数列の後に
27567 \series bold
27568
27569 \backslash
27570 hfill
27571 \begin_inset Foot
27572 status collapsed
27573
27574 \begin_layout Plain Layout
27575
27576 \series bold
27577
27578 \backslash
27579 hfill
27580 \series default
27581 に関する詳細は、第
27582 \begin_inset CommandInset ref
27583 LatexCommand ref
27584 reference "sub:可変長の空白"
27585
27586 \end_inset
27587
27588 節をご覧下さい。
27589 \end_layout
27590
27591 \end_inset
27592
27593
27594 \series default
27595 があるかのように配置されます。数式様式として
27596 \series bold
27597 行頭下げ
27598 \begin_inset Foot
27599 status collapsed
27600
27601 \begin_layout Plain Layout
27602
27603 \series bold
27604 数式様式については、第
27605 \series default
27606
27607 \begin_inset CommandInset ref
27608 LatexCommand ref
27609 reference "sec:数式様式"
27610
27611 \end_inset
27612
27613 節をご覧下さい。
27614 \end_layout
27615
27616 \end_inset
27617
27618
27619 \series default
27620 を使う場合には、第一列の前の
27621 \series bold
27622
27623 \backslash
27624 hfill
27625 \series default
27626 はない形で数式が設定されます。
27627 \end_layout
27628
27629 \begin_layout Subsubsection
27630 alignat環境
27631 \begin_inset Index idx
27632 status collapsed
27633
27634 \begin_layout Plain Layout
27635 すうしき@数式 ! たぎょう@多行 ! alignatかんきょう@alignat環境
27636 \end_layout
27637
27638 \end_inset
27639
27640
27641 \end_layout
27642
27643 \begin_layout Standard
27644 alignat環境には、事前に設定された列間が存在しません。列間は、必要ならば、第
27645 \begin_inset CommandInset ref
27646 LatexCommand ref
27647 reference "sub:空白"
27648
27649 \end_inset
27650
27651 節に述べられている空白を使用して手動で入れます。
27652 \end_layout
27653
27654 \begin_layout Standard
27655 以下は、上記の例をalignat環境に設定し、二つめの数式の頭に1
27656 \begin_inset space \thinspace{}
27657 \end_inset
27658
27659 cmの空白を入れたものです。
27660 \begin_inset Formula 
27661 \begin{alignat*}{2}
27662 A & =\sin(B) & \hspace{1cm}C & =D\\
27663 C & \ne A & B & \ne D
27664 \end{alignat*}
27665
27666 \end_inset
27667
27668 列間を各列ごとに設定することができるので、この環境は、とくに三つないし四つの数式を横に並べるのに向いています。
27669 \end_layout
27670
27671 \begin_layout Subsubsection
27672 flalign環境
27673 \begin_inset CommandInset label
27674 LatexCommand label
27675 name "sub:flalign環境"
27676
27677 \end_inset
27678
27679
27680 \begin_inset Index idx
27681 status collapsed
27682
27683 \begin_layout Plain Layout
27684 すうしき@数式 ! たぎょう@多行 ! flalignかんきょう@flalign環境
27685 \end_layout
27686
27687 \end_inset
27688
27689
27690 \end_layout
27691
27692 \begin_layout Standard
27693 この環境では、つねに、最初の二列をできるだけ左寄せにし、最後の二列をできるだけ右寄せにするように設定されます。以下がその例です。
27694 \begin_inset Formula 
27695 \begin{flalign*}
27696 A & =1 & B & =2 & C & =3\\
27697 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
27698 \end{flalign*}
27699
27700 \end_inset
27701
27702
27703 \end_layout
27704
27705 \begin_layout Standard
27706 奇数列のflalign環境を作成し、最後の列に空のTeX括弧を入れておくと、数式様式として
27707 \series bold
27708 中央揃え
27709 \series default
27710 が用いられているときでも、一部の数式を左寄せにすることができます。以下は、例として
27711 \begin_inset CommandInset ref
27712 LatexCommand eqref
27713 reference "eq:VolInt"
27714
27715 \end_inset
27716
27717 式を行頭下げにしたものです。
27718 \begin_inset Formula 
27719 \begin{flalign}
27720 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}
27721 \end{flalign}
27722
27723 \end_inset
27724
27725 ここで、最初の二列には数式が入れられており、行頭下げ数式様式と同等の字下げを行うために、30
27726 \begin_inset space \thinspace{}
27727 \end_inset
27728
27729 ptの空白が第1列の頭に入れてあります。
27730 \end_layout
27731
27732 \begin_layout Subsection
27733 eqnarray環境
27734 \begin_inset CommandInset label
27735 LatexCommand label
27736 name "sub:eqnarray環境"
27737
27738 \end_inset
27739
27740
27741 \begin_inset Index idx
27742 status collapsed
27743
27744 \begin_layout Plain Layout
27745 すうしき@数式 ! たぎょう@多行 ! eqnarrayかんきょう@eqnarray環境
27746 \end_layout
27747
27748 \end_inset
27749
27750
27751 \end_layout
27752
27753 \begin_layout Standard
27754 この環境を作成すると、三つの青枠が現れます。最初の枠の内容は右寄せに設定され、最後の枠の内容は左寄せに設定されます。中央の枠は、関係子のみを入れることを想定して
27755 いるので、その内容は中央揃えで少し小さく設定されます。
27756 \begin_inset Formula 
27757 \begin{eqnarray*}
27758 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
27759 AB & AB & AB\\
27760 A & = & A
27761 \end{eqnarray*}
27762
27763 \end_inset
27764
27765
27766 \end_layout
27767
27768 \begin_layout Subsection
27769 gather環境
27770 \begin_inset Index idx
27771 status collapsed
27772
27773 \begin_layout Plain Layout
27774 すうしき@数式 ! たぎょう@多行 ! gatherかんきょう@gather環境
27775 \end_layout
27776
27777 \end_inset
27778
27779
27780 \end_layout
27781
27782 \begin_layout Standard
27783 この環境には、中央揃えに設定された列一つしかありません。行はすべて付番することができます。
27784 \begin_inset Formula 
27785 \begin{gather}
27786 A=1\\
27787 X=\textrm{-}1
27788 \end{gather}
27789
27790 \end_inset
27791
27792
27793 \end_layout
27794
27795 \begin_layout Subsection
27796 multline環境
27797 \begin_inset CommandInset label
27798 LatexCommand label
27799 name "sub:multline環境"
27800
27801 \end_inset
27802
27803
27804 \begin_inset Index idx
27805 status collapsed
27806
27807 \begin_layout Plain Layout
27808 すうしき@数式 ! たぎょう@多行 ! multlineかんきょう@multpline環境
27809 \end_layout
27810
27811 \end_inset
27812
27813
27814 \end_layout
27815
27816 \begin_layout Standard
27817 gather環境同様、multline環境には、中央揃えに設定された列一つしかありません。ただし、一行めが左揃えに設定され、最終行が右揃えに設定されるのです。他
27818 の行はすべて中央揃えになります。このことから、この環境は、長い数式に使うのに向いています。用例として、
27819 \begin_inset CommandInset ref
27820 LatexCommand eqref
27821 reference "eq:lefteqn"
27822
27823 \end_inset
27824
27825 式をmultline環境に置いたものを示します。
27826 \begin_inset Formula 
27827 \begin{multline}
27828 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}\\
27829 -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}\\
27830 =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}}
27831 \end{multline}
27832
27833 \end_inset
27834
27835
27836 \end_layout
27837
27838 \begin_layout Standard
27839 文書の付番設定が右寄せ(左寄せ)になっているときには、出力では、multline環境の最後(最初)の行だけが付番されます
27840 \begin_inset Foot
27841 status collapsed
27842
27843 \begin_layout Plain Layout
27844 付番様式については、第
27845 \begin_inset CommandInset ref
27846 LatexCommand ref
27847 reference "sec:数式様式"
27848
27849 \end_inset
27850
27851 節を参照。
27852 \end_layout
27853
27854 \end_inset
27855
27856
27857 \end_layout
27858
27859 \begin_layout Standard
27860
27861 \series bold
27862
27863 \backslash
27864 shoveright
27865 \begin_inset Index idx
27866 status collapsed
27867
27868 \begin_layout Plain Layout
27869 こまんど@コマンド ! S ! 
27870 \backslash
27871 shoveright
27872 \end_layout
27873
27874 \end_inset
27875
27876 コマンドや
27877 \backslash
27878 shoveleft
27879 \begin_inset Index idx
27880 status collapsed
27881
27882 \begin_layout Plain Layout
27883 こまんど@コマンド ! S ! 
27884 \backslash
27885 shoveleft
27886 \end_layout
27887
27888 \end_inset
27889
27890
27891 \series default
27892 コマンドを使えば、中央揃えの行を右寄せや左寄せにすることができます。これらのコマンドは、以下のようにして使います。
27893 \end_layout
27894
27895 \begin_layout Standard
27896
27897 \series bold
27898
27899 \backslash
27900 shoveright{行の内容}
27901 \series default
27902 あるいは
27903 \series bold
27904
27905 \backslash
27906 shoveleft{行の内容}
27907 \end_layout
27908
27909 \begin_layout Standard
27910 \begin_inset VSpace medskip
27911 \end_inset
27912
27913
27914 \series bold
27915
27916 \backslash
27917 multlinegap
27918 \begin_inset Index idx
27919 status collapsed
27920
27921 \begin_layout Plain Layout
27922 こまんど@コマンド ! M ! 
27923 \backslash
27924 multlinegap
27925 \end_layout
27926
27927 \end_inset
27928
27929
27930 \series default
27931 長は、一行めの左ページ余白からの距離を指定します。既定値は0
27932 \begin_inset space \thinspace{}
27933 \end_inset
27934
27935 ptの長さです。
27936 \end_layout
27937
27938 \begin_layout Standard
27939 以下は、上記の数式に
27940 \end_layout
27941
27942 \begin_layout Standard
27943
27944 \series bold
27945
27946 \backslash
27947 setlength{
27948 \backslash
27949 multlinegap}{2cm}
27950 \end_layout
27951
27952 \begin_layout Standard
27953 というコマンドを、TeXモードで直前に挿入した例です。
27954 \begin_inset ERT
27955 status collapsed
27956
27957 \begin_layout Plain Layout
27958
27959
27960 \backslash
27961 setlength{
27962 \backslash
27963 multlinegap}{2cm}
27964 \end_layout
27965
27966 \end_inset
27967
27968
27969 \begin_inset Formula 
27970 \begin{multline}
27971 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}\\
27972 \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}}\\
27973 =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}}
27974 \end{multline}
27975
27976 \end_inset
27977
27978
27979 \begin_inset ERT
27980 status collapsed
27981
27982 \begin_layout Plain Layout
27983
27984
27985 \backslash
27986 setlength{
27987 \backslash
27988 multlinegap}{0pt}
27989 \end_layout
27990
27991 \end_inset
27992
27993 二行めは、
27994 \series bold
27995
27996 \backslash
27997 shoveleft
27998 \series default
27999 を使って左揃えにしています。
28000 \end_layout
28001
28002 \begin_layout Subsection
28003 数式の一部の多行化
28004 \begin_inset CommandInset label
28005 LatexCommand label
28006 name "sub:数式の一部の多行化"
28007
28008 \end_inset
28009
28010
28011 \begin_inset Index idx
28012 status collapsed
28013
28014 \begin_layout Plain Layout
28015 すうしき@数式 ! たぎょう@多行 ! すうしきのいちぶ@数式の一部
28016 \end_layout
28017
28018 \end_inset
28019
28020
28021 \end_layout
28022
28023 \begin_layout Standard
28024 数式の一部分のみを多行表示したい場合には、
28025 \series bold
28026 aligned
28027 \series default
28028
28029 \series bold
28030 alignedat
28031 \series default
28032
28033 \series bold
28034 gathered
28035 \series default
28036
28037 \series bold
28038 split
28039 \series default
28040 のうちのいずれかの環境を使用します。これらは、
28041 \family sans
28042 挿入\SpecialChar \menuseparator
28043 数式
28044 \family default
28045 メニューか、本節で解説している各コマンドを使用して挿入することができます。
28046 \end_layout
28047
28048 \begin_layout Standard
28049 最初の三つの環境は、環境名から
28050 \series bold
28051 ed
28052 \series default
28053 を省いた同名の多行数式環境と同じ性格を持ちますが、環境の前後に数式を続けることが可能です。たとえば、
28054 \begin_inset Formula 
28055 \[
28056 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
28057 \Delta E\Delta t & \ge\frac{\hbar}{2}
28058 \end{aligned}
28059 \right\} \textrm{不確定性原理}
28060 \]
28061
28062 \end_inset
28063
28064
28065 \end_layout
28066
28067 \begin_layout Standard
28068 この数式を作るには、別行立て数式をまず作っておいて、そこに
28069 \series bold
28070
28071 \backslash
28072 aligned
28073 \begin_inset Index idx
28074 status collapsed
28075
28076 \begin_layout Plain Layout
28077 こまんど@コマンド ! A ! 
28078 \backslash
28079 aligned
28080 \end_layout
28081
28082 \end_inset
28083
28084
28085 \series default
28086 コマンドを挿入しています。紫枠の中に青枠が現れるので、そこに必要に応じて、列や行を加えていきます。この多行環境の外には、括弧などの他の数式要素を入れることができ
28087 ます。
28088 \end_layout
28089
28090 \begin_layout Standard
28091 aligned環境は、長い数式を水平方向を揃えて表示するのにも向いています。別行立て数式内でalignedを用いるようにすると、数式番号を行末の、数式全高の中心
28092 に配置できる利点があります。以下に例として、
28093 \begin_inset CommandInset ref
28094 LatexCommand eqref
28095 reference "eq:shortlong"
28096
28097 \end_inset
28098
28099 式にaligned環境を適用したものを示します。
28100 \begin_inset Formula 
28101 \begin{equation}
28102 \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}|}\\
28103  & -\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}|}
28104 \end{aligned}
28105 \end{equation}
28106
28107 \end_inset
28108
28109
28110 \end_layout
28111
28112 \begin_layout Standard
28113
28114 \series bold
28115 alignedat
28116 \series default
28117
28118 \series bold
28119 gathered
28120 \series default
28121
28122 \series bold
28123 split
28124 \series default
28125 の各環境を使うには、それぞれ
28126 \series bold
28127
28128 \backslash
28129 alignedat
28130 \series default
28131
28132 \begin_inset Index idx
28133 status collapsed
28134
28135 \begin_layout Plain Layout
28136 こまんど@コマンド ! A ! 
28137 \backslash
28138 alignedat
28139 \end_layout
28140
28141 \end_inset
28142
28143
28144 \series bold
28145
28146 \backslash
28147 gathered
28148 \series default
28149
28150 \begin_inset Index idx
28151 status collapsed
28152
28153 \begin_layout Plain Layout
28154 こまんど@コマンド ! G ! 
28155 \backslash
28156 gathered
28157 \end_layout
28158
28159 \end_inset
28160
28161
28162 \series bold
28163
28164 \backslash
28165 split
28166 \series default
28167
28168 \begin_inset Index idx
28169 status collapsed
28170
28171 \begin_layout Plain Layout
28172 こまんど@コマンド ! S ! 
28173 \backslash
28174 split
28175 \end_layout
28176
28177 \end_inset
28178
28179 の各コマンドを挿入します。split環境は、aligned環境と同じ性格を持ちますが、二つの列しか作ることができません。
28180 \end_layout
28181
28182 \begin_layout Subsection
28183 多行数式中のテキスト
28184 \begin_inset CommandInset label
28185 LatexCommand label
28186 name "sub:多行数式中のテキスト"
28187
28188 \end_inset
28189
28190
28191 \begin_inset Index idx
28192 status collapsed
28193
28194 \begin_layout Plain Layout
28195 てきすと@テキスト ! すうしきちゅうの@数式中の
28196 \end_layout
28197
28198 \end_inset
28199
28200
28201 \begin_inset Index idx
28202 status collapsed
28203
28204 \begin_layout Plain Layout
28205 すうしき@数式 ! たぎょう@多行 ! てきすと@テキスト
28206 \end_layout
28207
28208 \end_inset
28209
28210
28211 \end_layout
28212
28213 \begin_layout Standard
28214 各align系環境およびmultline・gather環境では、独立した行に列揃えの影響を受けない形でテキストを挿入することができます。これを行うには、以下の書
28215 式を持つ
28216 \series bold
28217
28218 \backslash
28219 intertext
28220 \series default
28221
28222 \begin_inset Index idx
28223 status collapsed
28224
28225 \begin_layout Plain Layout
28226 こまんど@コマンド ! I ! 
28227 \backslash
28228 intertext
28229 \end_layout
28230
28231 \end_inset
28232
28233 コマンドを使います。
28234 \end_layout
28235
28236 \begin_layout Standard
28237
28238 \series bold
28239
28240 \backslash
28241 intertext{テキスト}
28242 \end_layout
28243
28244 \begin_layout Standard
28245 テキストのハイフネーションを行うことはできないので、テキストは一行に収めなくてはなりません。LyXは、現時点では
28246 \series bold
28247
28248 \backslash
28249 intertext
28250 \series default
28251 を直接サポートしていないので、テキストは数式テキストとして書き入れます。ここで、
28252 \series bold
28253
28254 \backslash
28255 intertext
28256 \series default
28257 は行頭になくてはならず、当該行の上に出力されます。以下は、二行めの行頭にテキストを入れた例です。
28258 \begin_inset Formula 
28259 \begin{align}
28260 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
28261 \intertext{\text{被積分函数は\ensuremath{\phi=\pi}において対称なので、}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
28262 \end{align}
28263
28264 \end_inset
28265
28266
28267 \begin_inset Newpage newpage
28268 \end_inset
28269
28270
28271 \end_layout
28272
28273 \begin_layout Section
28274 数式番号
28275 \begin_inset Index idx
28276 status collapsed
28277
28278 \begin_layout Plain Layout
28279 すうしきばんごう@数式番号
28280 \end_layout
28281
28282 \end_inset
28283
28284
28285 \begin_inset Index idx
28286 status collapsed
28287
28288 \begin_layout Plain Layout
28289 すうしき@数式 ! ばんごう@番号|see
28290 \begin_inset ERT
28291 status collapsed
28292
28293 \begin_layout Plain Layout
28294
28295 {
28296 \end_layout
28297
28298 \end_inset
28299
28300 数式番号
28301 \begin_inset ERT
28302 status collapsed
28303
28304 \begin_layout Plain Layout
28305
28306 }
28307 \end_layout
28308
28309 \end_inset
28310
28311
28312 \end_layout
28313
28314 \end_inset
28315
28316
28317 \end_layout
28318
28319 \begin_layout Subsection
28320 概要
28321 \end_layout
28322
28323 \begin_layout Standard
28324 付番数式は、
28325 \family sans
28326 挿入\SpecialChar \menuseparator
28327 数式\SpecialChar \menuseparator
28328 付番数式
28329 \family default
28330 メニュー(
28331 \begin_inset Flex Ruby
28332 status collapsed
28333
28334 \begin_layout Plain Layout
28335 捷径
28336 \begin_inset Argument post:1
28337 status collapsed
28338
28339 \begin_layout Plain Layout
28340 ショートカット
28341 \end_layout
28342
28343 \end_inset
28344
28345
28346 \end_layout
28347
28348 \end_inset
28349
28350
28351 \family sans
28352 Ctrl+Alt
28353 \begin_inset space ~
28354 \end_inset
28355
28356 N
28357 \family default
28358 )で作ることができます。既存の数式に番号を振るには、
28359 \family sans
28360 編集\SpecialChar \menuseparator
28361 数式\SpecialChar \menuseparator
28362 数式全体を付番
28363 \family default
28364 メニュー(捷径
28365 \begin_inset Info
28366 type  "shortcut"
28367 arg   "math-number-toggle"
28368 \end_inset
28369
28370 )を使います。LyX中において数式番号は、数式の後に括弧に囲まれた「#」で表されます。「#」は、実際の出力では数式番号に置き換えられます。
28371 \end_layout
28372
28373 \begin_layout Standard
28374 多行数式で付番が有効になっているときには、すべての行に番号が振られます。ただし、
28375 \family sans
28376 編集\SpecialChar \menuseparator
28377 数式\SpecialChar \menuseparator
28378 この行を付番
28379 \family default
28380 メニュー(捷径
28381 \begin_inset Info
28382 type  "shortcut"
28383 arg   "math-number-line-toggle"
28384 \end_inset
28385
28386 )を使用すれば、各行毎に付番するかどうか指定することができます。
28387 \end_layout
28388
28389 \begin_layout Standard
28390 行内数式を除いて、すべての数式は二通りの様式で番号を振ることができます。第
28391 \begin_inset CommandInset ref
28392 LatexCommand ref
28393 reference "sec:数式様式"
28394
28395 \end_inset
28396
28397 節をご覧下さい。
28398 \end_layout
28399
28400 \begin_layout Subsection
28401 相互参照
28402 \begin_inset Index idx
28403 status collapsed
28404
28405 \begin_layout Plain Layout
28406 そうごさんしょう@相互参照 ! すうしきへの@数式への
28407 \end_layout
28408
28409 \end_inset
28410
28411
28412 \end_layout
28413
28414 \begin_layout Standard
28415 ラベルを付けた数式は、すべて相互参照することができます。ラベルは、
28416 \family sans
28417 挿入\SpecialChar \menuseparator
28418 ラベル
28419 \family default
28420 メニューか、ツールバーボタンの
28421 \begin_inset Graphics
28422         filename ../../images/label-insert.png
28423         scale 85
28424
28425 \end_inset
28426
28427 で付けることができます。このとき、カーソルは別行立て数式の中になくてはなりません。すると、テキストフィールドの中に
28428 \series bold
28429 eq:と
28430 \series default
28431 いう接頭語の入ったダイアログが現れるので、接頭語の後にラベルを挿入します。この既定の接頭辞は「equation(数式)」を意味し、こうして数式ラベルであるとの標
28432 を付けることによって、節ラベルなどから区別し、大きな文書の中でラベルを見つけるのを容易にします。ラベルを変更するには、
28433 \family sans
28434 挿入\SpecialChar \menuseparator
28435 ラベル
28436 \family default
28437 メニューをもういちど使って下さい。
28438 \end_layout
28439
28440 \begin_layout Standard
28441 LyX中でラベル名は、数式の後ろに、二つの括弧に囲まれて表示されます。ラベル付きの数式はつねに付番されます。
28442 \end_layout
28443
28444 \begin_layout Standard
28445 相互参照は、
28446 \family sans
28447 挿入\SpecialChar \menuseparator
28448 相互参照
28449 \family default
28450 メニューかツールバーボタンの
28451 \begin_inset Graphics
28452         filename ../../images/dialog-show-new-inset_ref.png
28453         scale 85
28454
28455 \end_inset
28456
28457 を使って挿入します。数式相互参照は、出力では数式番号として表示されます。相互参照ダイアログで「
28458 \series bold
28459 (<参照>)
28460 \series default
28461 」書式を選択した場合には、出力での相互参照は、括弧に囲まれた数式番号として表示されます。
28462 \begin_inset Newline newline
28463 \end_inset
28464
28465 LyX中で相互参照を右クリックすると、参照先の数式に移動することができます。
28466 \end_layout
28467
28468 \begin_layout Standard
28469 以下は、後の各小節に現れる数式への相互参照を含む例です。
28470 \begin_inset Note Note
28471 status open
28472
28473 \begin_layout Plain Layout
28474 相互参照の型の違いに留意してください。
28475 \end_layout
28476
28477 \end_inset
28478
28479
28480 \end_layout
28481
28482 \begin_layout Standard
28483 \begin_inset CommandInset ref
28484 LatexCommand eqref
28485 reference "eq:tag"
28486
28487 \end_inset
28488
28489 式と
28490 \begin_inset CommandInset ref
28491 LatexCommand eqref
28492 reference "eq:c"
28493
28494 \end_inset
28495
28496 式は、等価です。(
28497 \begin_inset CommandInset ref
28498 LatexCommand ref
28499 reference "eq:Rom"
28500
28501 \end_inset
28502
28503 )式とは異なり、(
28504 \begin_inset CommandInset ref
28505 LatexCommand ref
28506 reference "eq:Lat"
28507
28508 \end_inset
28509
28510 )式では、付番にラテン数字を使用しています。
28511 \end_layout
28512
28513 \begin_layout Standard
28514 \begin_inset VSpace medskip
28515 \end_inset
28516
28517
28518 \series bold
28519
28520 \backslash
28521 tag
28522 \begin_inset Foot
28523 status collapsed
28524
28525 \begin_layout Plain Layout
28526
28527 \series bold
28528
28529 \backslash
28530 tag
28531 \series default
28532 は、第
28533 \begin_inset CommandInset ref
28534 LatexCommand ref
28535 reference "sub:ユーザー定義番号"
28536
28537 \end_inset
28538
28539 節に説明があります。
28540 \end_layout
28541
28542 \end_inset
28543
28544
28545 \series default
28546 の引数が、第
28547 \begin_inset CommandInset ref
28548 LatexCommand ref
28549 reference "sub:段落ボックス"
28550
28551 \end_inset
28552
28553 節で述べたボックスを含んでいるときには、その数式を参照することはできません。
28554 \end_layout
28555
28556 \begin_layout Subsection
28557 細目番号
28558 \begin_inset Index idx
28559 status collapsed
28560
28561 \begin_layout Plain Layout
28562 すうしきばんごう@数式番号 ! さいもくばんごう@細目番号
28563 \end_layout
28564
28565 \end_inset
28566
28567
28568 \end_layout
28569
28570 \begin_layout Standard
28571
28572 \series bold
28573
28574 \backslash
28575 begin{subequations}
28576 \series default
28577 および
28578 \series bold
28579
28580 \backslash
28581 end{subequations}
28582 \series default
28583 コマンドを使うと、数式に細目番号を付けることができます。これらのコマンドは、TeXモードで入れます。
28584 \end_layout
28585
28586 \begin_layout Standard
28587 たとえば、
28588 \begin_inset Formula 
28589 \begin{equation}
28590 A=C-B\label{eq:a}
28591 \end{equation}
28592
28593 \end_inset
28594
28595
28596 \begin_inset ERT
28597 status collapsed
28598
28599 \begin_layout Plain Layout
28600
28601
28602 \backslash
28603 addtocounter{equation}{-1}
28604 \end_layout
28605
28606 \end_inset
28607
28608
28609 \begin_inset ERT
28610 status collapsed
28611
28612 \begin_layout Plain Layout
28613
28614
28615 \backslash
28616 begin{subequations}
28617 \end_layout
28618
28619 \end_inset
28620
28621
28622 \begin_inset VSpace -5mm
28623 \end_inset
28624
28625
28626 \begin_inset Formula 
28627 \begin{equation}
28628 B=C-A\label{eq:b}
28629 \end{equation}
28630
28631 \end_inset
28632
28633
28634 \begin_inset Formula 
28635 \begin{equation}
28636 C=A+B\label{eq:c}
28637 \end{equation}
28638
28639 \end_inset
28640
28641
28642 \end_layout
28643
28644 \begin_layout Standard
28645 \begin_inset ERT
28646 status collapsed
28647
28648 \begin_layout Plain Layout
28649
28650
28651 \backslash
28652 end{subequations}
28653 \end_layout
28654
28655 \end_inset
28656
28657
28658 \end_layout
28659
28660 \begin_layout Standard
28661 この例を作るには、次のようにします。
28662 \end_layout
28663
28664 \begin_layout Enumerate
28665 一つめの数式を入力します。
28666 \end_layout
28667
28668 \begin_layout Enumerate
28669 一つめの数式の後に
28670 \begin_inset Newline newline
28671 \end_inset
28672
28673
28674 \series bold
28675
28676 \backslash
28677 addtocounter{equation}{-1} 
28678 \backslash
28679 begin{subequations}
28680 \begin_inset Index idx
28681 status collapsed
28682
28683 \begin_layout Plain Layout
28684 こまんど@コマンド ! A ! 
28685 \backslash
28686 addtocounter
28687 \end_layout
28688
28689 \end_inset
28690
28691
28692 \begin_inset Newline newline
28693 \end_inset
28694
28695
28696 \series default
28697 を入力します。
28698 \end_layout
28699
28700 \begin_layout Enumerate
28701 二つめの数式を入力します。
28702 \end_layout
28703
28704 \begin_layout Enumerate
28705 三つめの数式を入力します。
28706 \end_layout
28707
28708 \begin_layout Enumerate
28709 三つめの数式の後に、
28710 \series bold
28711
28712 \backslash
28713 end{subequations}
28714 \series default
28715 を入力します。
28716 \end_layout
28717
28718 \begin_layout Standard
28719
28720 \series bold
28721
28722 \backslash
28723 begin
28724 \series default
28725 コマンドと
28726 \series bold
28727
28728 \backslash
28729 end
28730 \series default
28731 コマンドのあいだの数式はすべて、a・b・
28732 \begin_inset Newline linebreak
28733 \end_inset
28734
28735 c\SpecialChar \ldots{}
28736 のように細目番号が振られます。多行数式の場合は、すべての行に細目番号が振られます。細目番号が振られた数式はすべて、
28737 \emph on
28738 ひとつの
28739 \emph default
28740 付番数式として扱われますが、それぞれの付番数式が
28741 \series bold
28742 equation
28743 \series default
28744 カウンタを一つずつ進めてしまうので、
28745 \series bold
28746
28747 \backslash
28748 addtocounter
28749 \series default
28750 コマンドを使ってカウンタを戻さなくてはなりません。これを怠ると、
28751 \begin_inset CommandInset ref
28752 LatexCommand eqref
28753 reference "eq:a"
28754
28755 \end_inset
28756
28757 式・
28758 \begin_inset CommandInset ref
28759 LatexCommand eqref
28760 reference "eq:b"
28761
28762 \end_inset
28763
28764 式・
28765 \begin_inset CommandInset ref
28766 LatexCommand eqref
28767 reference "eq:c"
28768
28769 \end_inset
28770
28771 式は、それぞれ
28772 \begin_inset CommandInset ref
28773 LatexCommand eqref
28774 reference "eq:a"
28775
28776 \end_inset
28777
28778 式・
28779 \begin_inset CommandInset ref
28780 LatexCommand eqref
28781 reference "eq:d"
28782
28783 \end_inset
28784
28785 式・
28786 \begin_inset CommandInset ref
28787 LatexCommand eqref
28788 reference "eq:f"
28789
28790 \end_inset
28791
28792 式として番号が振られてしまいます。
28793 \end_layout
28794
28795 \begin_layout Standard
28796 上記のように、コマンドをTeXモードで入れると、最初の二つの数式のあいだに空白が生じてしまいます。これを戻すために、-5
28797 \begin_inset space \thinspace{}
28798 \end_inset
28799
28800 mmの垂直空白を
28801 \series bold
28802
28803 \backslash
28804 begin{subequations}
28805 \series default
28806 コマンドの後に入れています。数式様式として
28807 \series bold
28808 行頭下げ
28809 \begin_inset Foot
28810 status collapsed
28811
28812 \begin_layout Plain Layout
28813
28814 \series bold
28815 数式様式に関しては、第
28816 \series default
28817
28818 \begin_inset CommandInset ref
28819 LatexCommand ref
28820 reference "sec:数式様式"
28821
28822 \end_inset
28823
28824 節を参照。
28825 \end_layout
28826
28827 \end_inset
28828
28829
28830 \series default
28831 を用いているときには、これを-7
28832 \begin_inset space \thinspace{}
28833 \end_inset
28834
28835 mm空白にしてください。
28836 \end_layout
28837
28838 \begin_layout Standard
28839 以下は、二行めのみ付番を無効にしている多行数式の例です。
28840 \begin_inset ERT
28841 status collapsed
28842
28843 \begin_layout Plain Layout
28844
28845
28846 \backslash
28847 begin{subequations}
28848 \end_layout
28849
28850 \end_inset
28851
28852
28853 \begin_inset Formula 
28854 \begin{eqnarray}
28855 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
28856  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
28857  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
28858 \end{eqnarray}
28859
28860 \end_inset
28861
28862
28863 \begin_inset ERT
28864 status collapsed
28865
28866 \begin_layout Plain Layout
28867
28868
28869 \backslash
28870 end{subequations}
28871 \end_layout
28872
28873 \end_inset
28874
28875
28876 \end_layout
28877
28878 \begin_layout Subsection
28879 ユーザー定義番号
28880 \begin_inset CommandInset label
28881 LatexCommand label
28882 name "sub:ユーザー定義番号"
28883
28884 \end_inset
28885
28886
28887 \begin_inset Index idx
28888 status collapsed
28889
28890 \begin_layout Plain Layout
28891 すうしきばんごう@数式番号 ! ゆーざーていぎ@ユーザー定義
28892 \end_layout
28893
28894 \end_inset
28895
28896
28897 \end_layout
28898
28899 \begin_layout Standard
28900 \begin_inset Index idx
28901 status collapsed
28902
28903 \begin_layout Plain Layout
28904 すうしきばんごう@数式番号 ! じこていぎくぎり@自己定義区切り
28905 \end_layout
28906
28907 \end_inset
28908
28909 標準の付番では、数式番号の周りに括弧が表示されます。括弧をたとえば縦棒に置き換えるには、LaTeXプリアンブルに以下の行を付け加えます。
28910 \end_layout
28911
28912 \begin_layout Standard
28913
28914 \series bold
28915
28916 \backslash
28917 def
28918 \backslash
28919 tagform@#1{
28920 \backslash
28921 maketag@@@{
28922 \series default
28923
28924 \begin_inset Formula $\boldsymbol{|}$
28925 \end_inset
28926
28927
28928 \series bold
28929 #1
28930 \series default
28931
28932 \begin_inset Formula $\boldsymbol{|}$
28933 \end_inset
28934
28935
28936 \series bold
28937 }}
28938 \series default
28939
28940 \begin_inset Note Note
28941 status collapsed
28942
28943 \begin_layout Plain Layout
28944 このマクロは、テスト用にLaTeXプリアンブルで既に宣言されています。これを有効にするには、最初のパーセント記号を取り除いて下さい。
28945 \end_layout
28946
28947 \end_inset
28948
28949
28950 \end_layout
28951
28952 \begin_layout Standard
28953 他の記号を使いたいときには、
28954 \series bold
28955 #1
28956 \series default
28957 脇の縦棒を一つないし複数の文字で置き換えて下さい。数式番号だけで良い時は、縦棒を削除して下さい。
28958 \end_layout
28959
28960 \begin_layout Standard
28961 \begin_inset VSpace bigskip
28962 \end_inset
28963
28964 数式の後ろに、括弧に囲まれた連番の代わりに、何かしらの表現が欲しいときには、以下のように
28965 \series bold
28966
28967 \backslash
28968 tag
28969 \series default
28970
28971 \begin_inset Index idx
28972 status collapsed
28973
28974 \begin_layout Plain Layout
28975 こまんど@コマンド ! T ! 
28976 \backslash
28977 tag
28978 \end_layout
28979
28980 \end_inset
28981
28982 コマンドを使います。
28983 \begin_inset Formula 
28984 \begin{equation}
28985 A+B=C\tag{何とかかんとか}\label{eq:tag}
28986 \end{equation}
28987
28988 \end_inset
28989
28990 上記の例では、
28991 \series bold
28992
28993 \backslash
28994 tag
28995 \begin_inset space \textvisiblespace{}
28996 \end_inset
28997
28998 何とかかんとか
28999 \series default
29000 というコマンドを数式に打ち込んでいます。
29001 \end_layout
29002
29003 \begin_layout Standard
29004 代わりに
29005 \series bold
29006
29007 \backslash
29008 tag*
29009 \begin_inset space \textvisiblespace{}
29010 \end_inset
29011
29012 何とかかんとか
29013 \series default
29014 というコマンドを使うと、星印は表現の周りの括弧を抑制するので、以下のようになります。
29015 \begin_inset Formula 
29016 \[
29017 A+B=C\tag*{something}
29018 \]
29019
29020 \end_inset
29021
29022
29023 \end_layout
29024
29025 \begin_layout Standard
29026 \begin_inset VSpace bigskip
29027 \end_inset
29028
29029 数式番号を、文書中の新しい部門や節ごとに振りなおしたいときには、部に関しては
29030 \begin_inset Newline newline
29031 \end_inset
29032
29033
29034 \series bold
29035
29036 \backslash
29037 @addtoreset{equation}{part}
29038 \series default
29039
29040 \begin_inset Index idx
29041 status collapsed
29042
29043 \begin_layout Plain Layout
29044 こまんど@コマンド ! 
29045 \begin_inset ERT
29046 status collapsed
29047
29048 \begin_layout Plain Layout
29049
29050 "
29051 \end_layout
29052
29053 \end_inset
29054
29055 @
29056 \begin_inset ERT
29057 status collapsed
29058
29059 \begin_layout Plain Layout
29060
29061 "
29062 \end_layout
29063
29064 \end_inset
29065
29066  ! 
29067 \backslash
29068
29069 \begin_inset ERT
29070 status collapsed
29071
29072 \begin_layout Plain Layout
29073
29074 "
29075 \end_layout
29076
29077 \end_inset
29078
29079 @
29080 \begin_inset ERT
29081 status collapsed
29082
29083 \begin_layout Plain Layout
29084
29085 "
29086 \end_layout
29087
29088 \end_inset
29089
29090 addtoreset
29091 \end_layout
29092
29093 \end_inset
29094
29095
29096 \begin_inset Newline newline
29097 \end_inset
29098
29099 節に関しては
29100 \begin_inset Newline newline
29101 \end_inset
29102
29103
29104 \series bold
29105
29106 \backslash
29107 @addtoreset{equation}{section}
29108 \begin_inset Newline newline
29109 \end_inset
29110
29111
29112 \series default
29113 というコマンドを使います。
29114 \end_layout
29115
29116 \begin_layout Standard
29117 これらのコマンドをTeXモードで使えるようにするためには、
29118 \series bold
29119
29120 \backslash
29121 makeatletter
29122 \series default
29123 コマンドで「@」字をLaTeX中で「有効」にしてやらなくてはなりません。一方、
29124 \series bold
29125
29126 \backslash
29127 makeatother
29128 \series default
29129 コマンドはこれを無効にします。したがって、TeXモード中での上記コマンド列は、
29130 \end_layout
29131
29132 \begin_layout Standard
29133
29134 \series bold
29135
29136 \backslash
29137 makeatletter
29138 \begin_inset Newline newline
29139 \end_inset
29140
29141
29142 \backslash
29143 @addtoreset{equation}{section}
29144 \begin_inset Newline newline
29145 \end_inset
29146
29147
29148 \backslash
29149 makeatother
29150 \begin_inset Newline newline
29151 \end_inset
29152
29153
29154 \series default
29155 のようにならなくてはなりません。
29156 \end_layout
29157
29158 \begin_layout Standard
29159 LaTeXプリアンブル中では、
29160 \series bold
29161
29162 \backslash
29163 makeatletter
29164 \series default
29165
29166 \series bold
29167
29168 \backslash
29169 makeatother
29170 \series default
29171 は、LyXが内部的に自動で挿入するので省略してかまいません。
29172 \end_layout
29173
29174 \begin_layout Standard
29175
29176 \series bold
29177
29178 \backslash
29179 @addtoreset
29180 \series default
29181 を戻すには、まずLaTeXプリアンブル中に
29182 \end_layout
29183
29184 \begin_layout Standard
29185
29186 \series bold
29187
29188 \backslash
29189 usepackage{remreset}
29190 \end_layout
29191
29192 \begin_layout Standard
29193 という行を入れて、
29194 \series bold
29195 remreset.sty
29196 \series default
29197
29198 \begin_inset Foot
29199 status collapsed
29200
29201 \begin_layout Plain Layout
29202
29203 \series bold
29204 remreset
29205 \series default
29206 は、LaTeXパッケージの
29207 \series bold
29208 carlisle
29209 \series default
29210
29211 \begin_inset Index idx
29212 status collapsed
29213
29214 \begin_layout Plain Layout
29215 ぱっけーじ@パッケージ ! carlisle
29216 \end_layout
29217
29218 \end_inset
29219
29220 の一部として含まれており、LaTeX標準頒布版には含まれています。
29221 \end_layout
29222
29223 \end_inset
29224
29225
29226 \begin_inset Index idx
29227 status collapsed
29228
29229 \begin_layout Plain Layout
29230 ぱっけーじ@パッケージ ! remreset
29231 \end_layout
29232
29233 \end_inset
29234
29235 ファイルを読み込んでおかなくてはなりません。その後
29236 \begin_inset Newline newline
29237 \end_inset
29238
29239
29240 \series bold
29241
29242 \backslash
29243 @removefromreset
29244 \series default
29245
29246 \begin_inset Index idx
29247 status collapsed
29248
29249 \begin_layout Plain Layout
29250 こまんど@コマンド ! 
29251 \begin_inset ERT
29252 status collapsed
29253
29254 \begin_layout Plain Layout
29255
29256 "
29257 \end_layout
29258
29259 \end_inset
29260
29261 @
29262 \begin_inset ERT
29263 status collapsed
29264
29265 \begin_layout Plain Layout
29266
29267 "
29268 \end_layout
29269
29270 \end_inset
29271
29272  ! 
29273 \backslash
29274
29275 \begin_inset ERT
29276 status collapsed
29277
29278 \begin_layout Plain Layout
29279
29280 "
29281 \end_layout
29282
29283 \end_inset
29284
29285 @
29286 \begin_inset ERT
29287 status collapsed
29288
29289 \begin_layout Plain Layout
29290
29291 "
29292 \end_layout
29293
29294 \end_inset
29295
29296 removefromreset
29297 \end_layout
29298
29299 \end_inset
29300
29301 コマンドを
29302 \series bold
29303
29304 \backslash
29305 @addtoreset
29306 \series default
29307 と同じ書式で使用すると、
29308 \series bold
29309
29310 \backslash
29311 @addtoreset
29312 \series default
29313 を戻すことができます。
29314 \end_layout
29315
29316 \begin_layout Standard
29317 \begin_inset VSpace bigskip
29318 \end_inset
29319
29320 ときには、数式を
29321 \end_layout
29322
29323 \begin_layout Standard
29324
29325 \family typewriter
29326 (節番号.数式番号)
29327 \end_layout
29328
29329 \begin_layout Standard
29330 のような形で付番し、節ごとに数式番号を「1」から始めさせなくてはならないときがあります。
29331 \end_layout
29332
29333 \begin_layout Standard
29334 このような場合のために、
29335 \series bold
29336
29337 \backslash
29338 numberwithin
29339 \series default
29340
29341 \begin_inset Index idx
29342 status collapsed
29343
29344 \begin_layout Plain Layout
29345 こまんど@コマンド ! N ! 
29346 \backslash
29347 numberwithin
29348 \end_layout
29349
29350 \end_inset
29351
29352 というコマンドがあり、
29353 \end_layout
29354
29355 \begin_layout Standard
29356
29357 \series bold
29358
29359 \backslash
29360 numberwithin{カウンタ}{節階層}
29361 \end_layout
29362
29363 \begin_layout Standard
29364 という書式で用います。「カウンタ」は、どの番号を制御するかを表し、「節階層」は点の前に何の番号を振るのかを表します。
29365 \end_layout
29366
29367 \begin_layout Standard
29368 したがって、ここではLaTeXプリアンブルかTeXコードで
29369 \end_layout
29370
29371 \begin_layout Standard
29372
29373 \series bold
29374
29375 \backslash
29376 numberwithin{equation}{section}
29377 \end_layout
29378
29379 \begin_layout Standard
29380 という行を用いることにしましょう。その結果がこれです。
29381 \begin_inset ERT
29382 status collapsed
29383
29384 \begin_layout Plain Layout
29385
29386
29387 \backslash
29388 numberwithin{equation}{section}
29389 \end_layout
29390
29391 \end_inset
29392
29393
29394 \begin_inset Formula 
29395 \begin{equation}
29396 A+B=C
29397 \end{equation}
29398
29399 \end_inset
29400
29401
29402 \end_layout
29403
29404 \begin_layout Standard
29405 たとえば、部番号を節階層として使用して、表に付番を施すときには
29406 \begin_inset Newline newline
29407 \end_inset
29408
29409
29410 \series bold
29411
29412 \backslash
29413 numberwithin{table}{part}
29414 \series default
29415 を用います。
29416 \end_layout
29417
29418 \begin_layout Standard
29419 標準の付番方式に戻したいときや、この種の付番が文書クラスで定義されているときに、それを止めさせたい場合には、
29420 \end_layout
29421
29422 \begin_layout Standard
29423
29424 \series bold
29425
29426 \backslash
29427 renewcommand{
29428 \backslash
29429 theequation}{
29430 \backslash
29431 arabic{equation}}
29432 \begin_inset Index idx
29433 status collapsed
29434
29435 \begin_layout Plain Layout
29436 こまんど@コマンド ! A ! 
29437 \backslash
29438 arabic
29439 \end_layout
29440
29441 \end_inset
29442
29443
29444 \series default
29445
29446 \begin_inset ERT
29447 status collapsed
29448
29449 \begin_layout Plain Layout
29450
29451
29452 \backslash
29453 renewcommand{
29454 \backslash
29455 theequation}{
29456 \backslash
29457 arabic{equation}}
29458 \end_layout
29459
29460 \end_inset
29461
29462
29463 \series bold
29464
29465 \begin_inset Newline newline
29466 \end_inset
29467
29468
29469 \series default
29470 あるいは
29471 \series bold
29472
29473 \begin_inset Newline newline
29474 \end_inset
29475
29476
29477 \backslash
29478 renewcommand{
29479 \backslash
29480 thetable}{
29481 \backslash
29482 arabic{table}}
29483 \end_layout
29484
29485 \begin_layout Standard
29486 というコマンドをTeXコードとして入れるか、LaTeXプリアンブルに入れます。
29487 \series bold
29488
29489 \backslash
29490 numberwithin
29491 \series default
29492 は、内部的に上記で述べた
29493 \series bold
29494
29495 \backslash
29496 @addtoreset
29497 \series default
29498 コマンドを使用しているので、これも使用後は戻しておかなくてはなりません。
29499 \begin_inset ERT
29500 status collapsed
29501
29502 \begin_layout Plain Layout
29503
29504
29505 \backslash
29506 makeatletter
29507 \end_layout
29508
29509 \begin_layout Plain Layout
29510
29511
29512 \backslash
29513 @removefromreset{equation}{section}
29514 \end_layout
29515
29516 \begin_layout Plain Layout
29517
29518
29519 \backslash
29520 makeatother
29521 \end_layout
29522
29523 \end_inset
29524
29525
29526 \end_layout
29527
29528 \begin_layout Subsection
29529 ローマ数字や文字を使った付番
29530 \begin_inset Index idx
29531 status collapsed
29532
29533 \begin_layout Plain Layout
29534 すうしきばんごう@数式番号 ! もじをつかった@文字を使った
29535 \end_layout
29536
29537 \end_inset
29538
29539
29540 \begin_inset Index idx
29541 status collapsed
29542
29543 \begin_layout Plain Layout
29544 すうしきばんごう@数式番号 ! ろーますうじをつかった@ローマ数字を使った
29545 \end_layout
29546
29547 \end_inset
29548
29549
29550 \end_layout
29551
29552 \begin_layout Standard
29553 数式は、ローマ数字やラテン文字を使って付番することもできます。たとえば、小文字のローマ数字を使って付番するには、数式の前にTeXモードで
29554 \end_layout
29555
29556 \begin_layout Standard
29557
29558 \series bold
29559
29560 \backslash
29561 renewcommand{
29562 \backslash
29563 theequation}{
29564 \backslash
29565 roman{equation}}
29566 \end_layout
29567
29568 \begin_layout Standard
29569 というコマンドを入れます。
29570 \series bold
29571
29572 \backslash
29573 renewcommand
29574 \series default
29575
29576 \begin_inset Index idx
29577 status collapsed
29578
29579 \begin_layout Plain Layout
29580 こまんど@コマンド ! R ! 
29581 \backslash
29582 renewcommand
29583 \end_layout
29584
29585 \end_inset
29586
29587 は、定義済みのコマンド
29588 \series bold
29589
29590 \backslash
29591 theequation
29592 \series default
29593 をコマンド
29594 \series bold
29595
29596 \backslash
29597 roman{equation}
29598 \series default
29599 に再定義します
29600 \begin_inset Foot
29601 status collapsed
29602
29603 \begin_layout Plain Layout
29604
29605 \series bold
29606
29607 \backslash
29608 renewcommand
29609 \series default
29610 コマンドは、第
29611 \begin_inset CommandInset ref
29612 LatexCommand ref
29613 reference "sub:newcommandコマンド"
29614
29615 \end_inset
29616
29617 節に述べられている
29618 \series bold
29619
29620 \backslash
29621 newcommand
29622 \series default
29623 コマンドと同じ書式を持ちます。
29624 \end_layout
29625
29626 \end_inset
29627
29628 。ここで、
29629 \series bold
29630 equation
29631 \series default
29632 は数式カウンタです。コマンド
29633 \series bold
29634
29635 \backslash
29636 the
29637 \series default
29638 をカウンタの接頭辞として使用すると、カウンタの値がアラビア数字として出力されます。数式に番号を振ると、LaTeXは、内部的に
29639 \series bold
29640
29641 \backslash
29642 theequation
29643 \series default
29644 コマンドを数式の後ろに置くのです。
29645 \series bold
29646
29647 \backslash
29648 roman{equation}
29649 \begin_inset Index idx
29650 status collapsed
29651
29652 \begin_layout Plain Layout
29653 こまんど@コマンド ! R ! 
29654 \backslash
29655 roman
29656 \end_layout
29657
29658 \end_inset
29659
29660
29661 \series default
29662 は、カウンタを小文字のローマ数字として出力します。
29663 \end_layout
29664
29665 \begin_layout Standard
29666 こうして、
29667 \series bold
29668
29669 \backslash
29670 renew
29671 \series default
29672 c
29673 \series bold
29674 ommand
29675 \series default
29676 コマンド以降の数式はすべて、ローマ数字で付番されるようになります。大文字のローマ数字での付番に切り替えたいときは、同じコマンドの
29677 \series bold
29678
29679 \backslash
29680 roman
29681 \series default
29682 の部分を
29683 \series bold
29684
29685 \backslash
29686 Roman
29687 \series default
29688
29689 \begin_inset Index idx
29690 status collapsed
29691
29692 \begin_layout Plain Layout
29693 こまんど@コマンド ! R ! 
29694 \backslash
29695 roman@
29696 \backslash
29697 Roman
29698 \end_layout
29699
29700 \end_inset
29701
29702 に変えて挿入します。また、小文字ラテン文字を使って「付番」したいときのために、
29703 \series bold
29704
29705 \backslash
29706 alph
29707 \series default
29708
29709 \begin_inset Index idx
29710 status collapsed
29711
29712 \begin_layout Plain Layout
29713 こまんど@コマンド ! A ! 
29714 \backslash
29715 alph
29716 \end_layout
29717
29718 \end_inset
29719
29720 コマンドがあり、大文字ラテン文字を使って付番したいときのためには、
29721 \series bold
29722
29723 \backslash
29724 Alph
29725 \series default
29726
29727 \begin_inset Index idx
29728 status collapsed
29729
29730 \begin_layout Plain Layout
29731 こまんど@コマンド ! A ! 
29732 \backslash
29733 alph@
29734 \backslash
29735 Alph
29736 \end_layout
29737
29738 \end_inset
29739
29740 コマンドがあります。
29741 \end_layout
29742
29743 \begin_layout Standard
29744 \begin_inset Note Greyedout
29745 status open
29746
29747 \begin_layout Plain Layout
29748
29749 \series bold
29750 【註】
29751 \series default
29752 ラテン文字を使うと、一つの文書の中で、最大26個の数式しか番号を振ることができません。
29753 \end_layout
29754
29755 \end_inset
29756
29757
29758 \end_layout
29759
29760 \begin_layout Standard
29761 \begin_inset ERT
29762 status collapsed
29763
29764 \begin_layout Plain Layout
29765
29766
29767 \backslash
29768 renewcommand{
29769 \backslash
29770 theequation}{
29771 \backslash
29772 roman{equation}}
29773 \end_layout
29774
29775 \end_inset
29776
29777
29778 \end_layout
29779
29780 \begin_layout Standard
29781 \begin_inset Formula 
29782 \begin{equation}
29783 A=\textrm{小文字ローマ数字}
29784 \end{equation}
29785
29786 \end_inset
29787
29788
29789 \begin_inset ERT
29790 status collapsed
29791
29792 \begin_layout Plain Layout
29793
29794
29795 \backslash
29796 renewcommand{
29797 \backslash
29798 theequation}{
29799 \backslash
29800 Roman{equation}}
29801 \end_layout
29802
29803 \end_inset
29804
29805
29806 \begin_inset Formula 
29807 \begin{equation}
29808 B=\textrm{大文字ローマ数字}\label{eq:Rom}
29809 \end{equation}
29810
29811 \end_inset
29812
29813
29814 \begin_inset ERT
29815 status collapsed
29816
29817 \begin_layout Plain Layout
29818
29819
29820 \backslash
29821 renewcommand{
29822 \backslash
29823 theequation}{
29824 \backslash
29825 alph{equation}}
29826 \end_layout
29827
29828 \end_inset
29829
29830
29831 \begin_inset Formula 
29832 \begin{equation}
29833 C=\textrm{小文字ラテン文字}
29834 \end{equation}
29835
29836 \end_inset
29837
29838
29839 \begin_inset ERT
29840 status collapsed
29841
29842 \begin_layout Plain Layout
29843
29844
29845 \backslash
29846 renewcommand{
29847 \backslash
29848 theequation}{
29849 \backslash
29850 Alph{equation}}
29851 \end_layout
29852
29853 \end_inset
29854
29855
29856 \begin_inset Formula 
29857 \begin{equation}
29858 D=\textrm{大文字ラテン文字}\label{eq:Lat}
29859 \end{equation}
29860
29861 \end_inset
29862
29863
29864 \end_layout
29865
29866 \begin_layout Standard
29867 既定の付番方式に戻すには、以下のコマンドを挿入してください。
29868 \end_layout
29869
29870 \begin_layout Standard
29871
29872 \series bold
29873
29874 \backslash
29875 renewcommand{
29876 \backslash
29877 theequation}{
29878 \backslash
29879 arabic{equation}}
29880 \begin_inset Index idx
29881 status collapsed
29882
29883 \begin_layout Plain Layout
29884 こまんど@コマンド ! A ! 
29885 \backslash
29886 arabic
29887 \end_layout
29888
29889 \end_inset
29890
29891
29892 \end_layout
29893
29894 \begin_layout Standard
29895 \begin_inset ERT
29896 status collapsed
29897
29898 \begin_layout Plain Layout
29899
29900
29901 \backslash
29902 renewcommand{
29903 \backslash
29904 theequation}{
29905 \backslash
29906 arabic{equation}}
29907 \end_layout
29908
29909 \end_inset
29910
29911
29912 \begin_inset Formula 
29913 \begin{equation}
29914 E=\textrm{アラビア数字}
29915 \end{equation}
29916
29917 \end_inset
29918
29919
29920 \end_layout
29921
29922 \begin_layout Standard
29923 \begin_inset VSpace medskip
29924 \end_inset
29925
29926 以上からわかるとおり、付番様式の違いに関わらず、数式番号は連番で振られます。様式変更時に「1」から番号が始まるようにするためには、新しい数式カウンタを定義しなく
29927 てはなりません。この点に関する説明は、ファイル
29928 \begin_inset CommandInset href
29929 LatexCommand href
29930 name "Formula-numbering.lyx"
29931 target "run:Formula-numbering.lyx"
29932
29933 \end_inset
29934
29935 にあります。
29936 \end_layout
29937
29938 \begin_layout Section
29939 化学記号と化学式
29940 \begin_inset CommandInset label
29941 LatexCommand label
29942 name "sub:化学記号と化学式"
29943
29944 \end_inset
29945
29946
29947 \begin_inset Index idx
29948 status collapsed
29949
29950 \begin_layout Plain Layout
29951 かがくきごう@化学記号 ! きごう@記号
29952 \end_layout
29953
29954 \end_inset
29955
29956
29957 \begin_inset Index idx
29958 status collapsed
29959
29960 \begin_layout Plain Layout
29961 かがくしき@化学式
29962 \end_layout
29963
29964 \end_inset
29965
29966
29967 \begin_inset Index idx
29968 status collapsed
29969
29970 \begin_layout Plain Layout
29971 きごう@記号 ! かがく@化学
29972 \end_layout
29973
29974 \end_inset
29975
29976
29977 \end_layout
29978
29979 \begin_layout Standard
29980 以下は、化学関係の文章の例です。
29981 \end_layout
29982
29983 \begin_layout Quote
29984 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
29985 \end_inset
29986
29987 イオンは、2つの
29988 \begin_inset Formula $\mathrm{Na^{+}}$
29989 \end_inset
29990
29991 イオンと反応して、硫酸化塩
29992 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
29993 \end_inset
29994
29995 を形成します。この化学式は以下のようになります。
29996 \begin_inset Formula 
29997 \begin{equation}
29998 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chem-reaction}
29999 \end{equation}
30000
30001 \end_inset
30002
30003
30004 \end_layout
30005
30006 \begin_layout Standard
30007 この化学式は、直接数式として作成することができます。記号がイタリック体として表示されることを防ぐには、全体を選択してから
30008 \begin_inset Flex Ruby
30009 status collapsed
30010
30011 \begin_layout Plain Layout
30012 捷径
30013 \begin_inset Argument post:1
30014 status collapsed
30015
30016 \begin_layout Plain Layout
30017 ショートカット
30018 \end_layout
30019
30020 \end_inset
30021
30022
30023 \end_layout
30024
30025 \end_inset
30026
30027
30028 \begin_inset Info
30029 type  "shortcut"
30030 arg   "font-roman"
30031 \end_inset
30032
30033 を押せば、アップライトフォント様式に変更することができます
30034 \begin_inset Foot
30035 status collapsed
30036
30037 \begin_layout Plain Layout
30038 フォント様式に関しては、第
30039 \begin_inset CommandInset ref
30040 LatexCommand ref
30041 reference "sub:書体様式"
30042
30043 \end_inset
30044
30045 節を参照のこと。
30046 \end_layout
30047
30048 \end_inset
30049
30050
30051 \end_layout
30052
30053 \begin_layout Standard
30054 化学式を組版するのにもう少し便利な方法は、LaTeXパッケージ
30055 \series bold
30056 mhchem
30057 \series default
30058
30059 \begin_inset Index idx
30060 status collapsed
30061
30062 \begin_layout Plain Layout
30063 ぱっけーじ@パッケージ ! mhchem
30064 \end_layout
30065
30066 \end_inset
30067
30068 が導入されているときに使用することができる
30069 \series bold
30070
30071 \backslash
30072 ce
30073 \series default
30074
30075 \begin_inset Index idx
30076 status collapsed
30077
30078 \begin_layout Plain Layout
30079 こまんど@コマンド ! C ! 
30080 \backslash
30081 ce
30082 \end_layout
30083
30084 \end_inset
30085
30086 コマンドを使用することです。
30087 \series bold
30088
30089 \backslash
30090 ce
30091 \series default
30092 を数式に入力すると、新しい青いボックスが現れ、直感的に化学式を入力することができます。
30093 \end_layout
30094
30095 \begin_layout Standard
30096 \align center
30097 \begin_inset Tabular
30098 <lyxtabular version="3" rows="9" columns="2">
30099 <features rotate="0" tabularvalignment="middle">
30100 <column alignment="center" valignment="top">
30101 <column alignment="center" valignment="top">
30102 <row>
30103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30104 \begin_inset Text
30105
30106 \begin_layout Plain Layout
30107 コマンド
30108 \end_layout
30109
30110 \end_inset
30111 </cell>
30112 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30113 \begin_inset Text
30114
30115 \begin_layout Plain Layout
30116 出力
30117 \begin_inset Note Note
30118 status collapsed
30119
30120 \begin_layout Plain Layout
30121
30122 \series bold
30123
30124 \backslash
30125 raisebox
30126 \series default
30127 はスペーサーとしてのみ使用されています。
30128 \end_layout
30129
30130 \end_inset
30131
30132
30133 \end_layout
30134
30135 \end_inset
30136 </cell>
30137 </row>
30138 <row>
30139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30140 \begin_inset Text
30141
30142 \begin_layout Plain Layout
30143
30144 \backslash
30145 ce
30146 \begin_inset space \textvisiblespace{}
30147 \end_inset
30148
30149 H2CO3
30150 \end_layout
30151
30152 \end_inset
30153 </cell>
30154 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30155 \begin_inset Text
30156
30157 \begin_layout Plain Layout
30158 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$
30159 \end_inset
30160
30161
30162 \end_layout
30163
30164 \end_inset
30165 </cell>
30166 </row>
30167 <row>
30168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30169 \begin_inset Text
30170
30171 \begin_layout Plain Layout
30172
30173 \backslash
30174 ce
30175 \begin_inset space \textvisiblespace{}
30176 \end_inset
30177
30178 SO4^2-
30179 \end_layout
30180
30181 \end_inset
30182 </cell>
30183 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30184 \begin_inset Text
30185
30186 \begin_layout Plain Layout
30187 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$
30188 \end_inset
30189
30190
30191 \end_layout
30192
30193 \end_inset
30194 </cell>
30195 </row>
30196 <row>
30197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30198 \begin_inset Text
30199
30200 \begin_layout Plain Layout
30201
30202 \backslash
30203 ce
30204 \begin_inset space \textvisiblespace{}
30205 \end_inset
30206
30207 (NH4)2S
30208 \end_layout
30209
30210 \end_inset
30211 </cell>
30212 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30213 \begin_inset Text
30214
30215 \begin_layout Plain Layout
30216 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$
30217 \end_inset
30218
30219
30220 \end_layout
30221
30222 \end_inset
30223 </cell>
30224 </row>
30225 <row>
30226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30227 \begin_inset Text
30228
30229 \begin_layout Plain Layout
30230
30231 \backslash
30232 ce
30233 \begin_inset space \textvisiblespace{}
30234 \end_inset
30235
30236 KCr(SO4)2.12H2O
30237 \end_layout
30238
30239 \end_inset
30240 </cell>
30241 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30242 \begin_inset Text
30243
30244 \begin_layout Plain Layout
30245 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
30246 \end_inset
30247
30248
30249 \end_layout
30250
30251 \end_inset
30252 </cell>
30253 </row>
30254 <row>
30255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30256 \begin_inset Text
30257
30258 \begin_layout Plain Layout
30259
30260 \backslash
30261 ce
30262 \begin_inset space \textvisiblespace{}
30263 \end_inset
30264
30265 A-B
30266 \backslash
30267 dbond
30268 \begin_inset space \textvisiblespace{}
30269 \end_inset
30270
30271 C
30272 \backslash
30273 tbond
30274 \begin_inset space \textvisiblespace{}
30275 \end_inset
30276
30277 D
30278 \end_layout
30279
30280 \end_inset
30281 </cell>
30282 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30283 \begin_inset Text
30284
30285 \begin_layout Plain Layout
30286 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
30287 \end_inset
30288
30289
30290 \end_layout
30291
30292 \end_inset
30293 </cell>
30294 </row>
30295 <row>
30296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30297 \begin_inset Text
30298
30299 \begin_layout Plain Layout
30300
30301 \backslash
30302 ce
30303 \begin_inset space \textvisiblespace{}
30304 \end_inset
30305
30306 ^227
30307 \begin_inset Formula $\downarrow$
30308 \end_inset
30309
30310 _90
30311 \begin_inset Formula $\to$
30312 \end_inset
30313
30314 Th+
30315 \end_layout
30316
30317 \end_inset
30318 </cell>
30319 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30320 \begin_inset Text
30321
30322 \begin_layout Plain Layout
30323 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
30324 \end_inset
30325
30326
30327 \end_layout
30328
30329 \end_inset
30330 </cell>
30331 </row>
30332 <row>
30333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30334 \begin_inset Text
30335
30336 \begin_layout Plain Layout
30337
30338 \backslash
30339 ce
30340 \begin_inset space \textvisiblespace{}
30341 \end_inset
30342
30343 CO2
30344 \begin_inset space \textvisiblespace{}
30345 \end_inset
30346
30347 +
30348 \begin_inset space \textvisiblespace{}
30349 \end_inset
30350
30351 C
30352 \begin_inset space \textvisiblespace{}
30353 \end_inset
30354
30355 <=>
30356 \begin_inset space \textvisiblespace{}
30357 \end_inset
30358
30359 2CO
30360 \end_layout
30361
30362 \end_inset
30363 </cell>
30364 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30365 \begin_inset Text
30366
30367 \begin_layout Plain Layout
30368 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$
30369 \end_inset
30370
30371
30372 \end_layout
30373
30374 \end_inset
30375 </cell>
30376 </row>
30377 <row>
30378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30379 \begin_inset Text
30380
30381 \begin_layout Plain Layout
30382
30383 \backslash
30384 ce
30385 \begin_inset space \textvisiblespace{}
30386 \end_inset
30387
30388 CO2
30389 \begin_inset space \textvisiblespace{}
30390 \end_inset
30391
30392 +
30393 \begin_inset space \textvisiblespace{}
30394 \end_inset
30395
30396 C
30397 \begin_inset space \textvisiblespace{}
30398 \end_inset
30399
30400 ->[
30401 \backslash
30402 alpha][
30403 \backslash
30404 beta]
30405 \begin_inset space \textvisiblespace{}
30406 \end_inset
30407
30408 2CO}
30409 \end_layout
30410
30411 \end_inset
30412 </cell>
30413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30414 \begin_inset Text
30415
30416 \begin_layout Plain Layout
30417 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
30418 \end_inset
30419
30420
30421 \end_layout
30422
30423 \end_inset
30424 </cell>
30425 </row>
30426 </lyxtabular>
30427
30428 \end_inset
30429
30430
30431 \end_layout
30432
30433 \begin_layout Standard
30434 \begin_inset Note Greyedout
30435 status open
30436
30437 \begin_layout Plain Layout
30438
30439 \series bold
30440 【註】
30441 \backslash
30442 ce
30443 \series default
30444 ボックスに数式を入れようとすると、LaTeXエラーが発生します。このような場合には、
30445 \series bold
30446
30447 \backslash
30448 ce{$
30449 \backslash
30450 mu
30451 \backslash
30452 hyphen$Cl}
30453 \series default
30454 (
30455 \begin_inset ERT
30456 status collapsed
30457
30458 \begin_layout Plain Layout
30459
30460
30461 \backslash
30462 ce{$
30463 \backslash
30464 mu
30465 \backslash
30466 hyphen$Cl}
30467 \end_layout
30468
30469 \end_inset
30470
30471 )のようにTeXコードを使わなくてはなりません。
30472 \end_layout
30473
30474 \end_inset
30475
30476
30477 \end_layout
30478
30479 \begin_layout Standard
30480
30481 \series bold
30482
30483 \backslash
30484 ce
30485 \series default
30486 を使うと
30487 \begin_inset CommandInset ref
30488 LatexCommand eqref
30489 reference "eq:chem-reaction"
30490
30491 \end_inset
30492
30493 式のコマンドは
30494 \begin_inset Newline newline
30495 \end_inset
30496
30497
30498 \series bold
30499  
30500 \backslash
30501 ce
30502 \begin_inset space \textvisiblespace{}
30503 \end_inset
30504
30505 2Na+
30506 \begin_inset space \textvisiblespace{}
30507 \end_inset
30508
30509 +
30510 \begin_inset space \textvisiblespace{}
30511 \end_inset
30512
30513 SO4^2-
30514 \begin_inset space \textvisiblespace{}
30515 \end_inset
30516
30517
30518 \begin_inset space \textvisiblespace{}
30519 \end_inset
30520
30521 ->
30522 \begin_inset space \textvisiblespace{}
30523 \end_inset
30524
30525 Na2SO4
30526 \begin_inset Newline newline
30527 \end_inset
30528
30529
30530 \series default
30531 のようになります。
30532 \end_layout
30533
30534 \begin_layout Standard
30535 複数行の化学式を作るには、第
30536 \begin_inset CommandInset ref
30537 LatexCommand ref
30538 reference "sec:多行数式"
30539
30540 \end_inset
30541
30542 節に述べられている方法で、多行数式をまず作ります。その後、数式の小さな青いボックスそれぞれに
30543 \series bold
30544
30545 \backslash
30546 ce
30547 \series default
30548 コマンドを使用します。
30549 \begin_inset CommandInset ref
30550 LatexCommand eqref
30551 reference "eq:TEOS-reaction-1"
30552
30553 \end_inset
30554
30555 式と
30556 \begin_inset CommandInset ref
30557 LatexCommand eqref
30558 reference "eq:TEOS-reaction-2"
30559
30560 \end_inset
30561
30562 式は、多段化学反応式の例で、一つの式毎に番号が振られています。
30563 \begin_inset Formula 
30564 \begin{eqnarray}
30565 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reaction-1}\\
30566 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reaction-2}
30567 \end{eqnarray}
30568
30569 \end_inset
30570
30571
30572 \end_layout
30573
30574 \begin_layout Standard
30575
30576 \series bold
30577 mhchem
30578 \series default
30579 パッケージは、
30580 \series bold
30581
30582 \backslash
30583 ce
30584 \series default
30585 の他に、特殊ケースに使用する
30586 \series bold
30587
30588 \backslash
30589 cf
30590 \series default
30591
30592 \begin_inset Index idx
30593 status collapsed
30594
30595 \begin_layout Plain Layout
30596 こまんど@コマンド ! C ! 
30597 \backslash
30598 cf
30599 \end_layout
30600
30601 \end_inset
30602
30603 コマンドを提供しています。
30604 \series bold
30605
30606 \backslash
30607 cf
30608 \series default
30609 の詳しい情報と例示については、
30610 \series bold
30611 mhchem
30612 \series default
30613
30614 \begin_inset CommandInset citation
30615 LatexCommand cite
30616 key "mhchem"
30617
30618 \end_inset
30619
30620 の取扱説明書をご覧ください。
30621 \end_layout
30622
30623 \begin_layout Section
30624 図解
30625 \end_layout
30626
30627 \begin_layout Standard
30628 LyXは、二つの型の可換図
30629 \series bold
30630 amscd
30631 \series default
30632 および
30633 \series bold
30634 xymatrix
30635 \series default
30636 をサポートしており、以下でこれらの説明をします。
30637 \end_layout
30638
30639 \begin_layout Subsection
30640 amscd図解
30641 \begin_inset Index idx
30642 status collapsed
30643
30644 \begin_layout Plain Layout
30645 ずかい@図解 ! amscd
30646 \end_layout
30647
30648 \end_inset
30649
30650
30651 \end_layout
30652
30653 \begin_layout Standard
30654 この型の図解は、以下のように、関係を縦横の線や矢印で図示します。
30655 \begin_inset Formula 
30656 \[
30657 \begin{CD}A@>>>B@>>>C\\
30658 @AAA@.@VVV\\
30659 F@<<<E@<<<D
30660 \end{CD}
30661 \]
30662
30663 \end_inset
30664
30665
30666 \end_layout
30667
30668 \begin_layout Standard
30669 これを作るには、数式に
30670 \series bold
30671
30672 \backslash
30673 CD
30674 \begin_inset Index idx
30675 status collapsed
30676
30677 \begin_layout Plain Layout
30678 こまんど@コマンド ! C ! 
30679 \backslash
30680 CD
30681 \end_layout
30682
30683 \end_inset
30684
30685
30686 \series default
30687 コマンドを挿入します。二つの点線に囲まれた青枠が現れるので、ここにコマンドを入れていきます。
30688 \begin_inset Info
30689 type  "shortcut"
30690 arg   "newline-insert newline"
30691 \end_inset
30692
30693 を押すと、新しい行が作られます。水平方向の関係は奇数行に入れ、垂直方向の関係は偶数行に入れます。
30694 \end_layout
30695
30696 \begin_layout Standard
30697 関係を作るには、以下のコマンドがあります。
30698 \end_layout
30699
30700 \begin_layout Itemize
30701 \begin_inset Formula $\boldsymbol{@<<<}$
30702 \end_inset
30703
30704 は左矢印、
30705 \begin_inset Formula $\boldsymbol{@>>>}$
30706 \end_inset
30707
30708 は右矢印、
30709 \series bold
30710 @=
30711 \series default
30712 は長い等号を生成します。
30713 \end_layout
30714
30715 \begin_layout Itemize
30716
30717 \series bold
30718 @AAA
30719 \series default
30720 は上矢印、
30721 \series bold
30722 @VVV
30723 \series default
30724 は下矢印、
30725 \begin_inset Formula $\boldsymbol{@|}$
30726 \end_inset
30727
30728 は縦向きの等号を生成します。
30729 \end_layout
30730
30731 \begin_layout Itemize
30732
30733 \series bold
30734 @.
30735 \series default
30736 は関係が存在しない部分に置きます。
30737 \end_layout
30738
30739 \begin_layout Standard
30740 矢印はすべて、以下のようにラベル付けをすることができます。
30741 \end_layout
30742
30743 \begin_layout Itemize
30744 文章を、第1と第2の「
30745 \begin_inset Formula $<$
30746 \end_inset
30747
30748 」ないし「
30749 \begin_inset Formula $>$
30750 \end_inset
30751
30752 」のあいだに入れると、この文章は矢印の上に表示されます。第2・第3の「
30753 \begin_inset Formula $<$
30754 \end_inset
30755
30756 」ないし「
30757 \begin_inset Formula $>$
30758 \end_inset
30759
30760 」のあいだに入れると、矢印の下に表示されます。
30761 \end_layout
30762
30763 \begin_layout Itemize
30764 縦矢印に付ける文章を、第1・第2の「A」ないし「V」のあいだに入れると、この文章は矢印の左に表示されます。第2・第3のもののあいだに入れると、矢印の右に表示され
30765 ます。文章中に「A」や「V」の文字があるときには、これらはTeX括弧の中に入れなくてはなりません。
30766 \end_layout
30767
30768 \begin_layout Standard
30769 以下は、上記のすべての関係を使った例です。
30770 \end_layout
30771
30772 \begin_layout Standard
30773 \begin_inset Formula 
30774 \[
30775 \begin{CD}A@>j>>B@>>k>C@=F\\
30776 @AmAA@.@VV{V}V@|\\
30777 D@<<j<E@>k>>F@=C
30778 \end{CD}
30779 \]
30780
30781 \end_inset
30782
30783
30784 \end_layout
30785
30786 \begin_layout Standard
30787 これを作るコマンドは、以下のとおりです。
30788 \begin_inset Newline newline
30789 \end_inset
30790
30791
30792 \series bold
30793
30794 \backslash
30795 CD
30796 \begin_inset space \textvisiblespace{}
30797 \end_inset
30798
30799 A
30800 \begin_inset Formula $\boldsymbol{@>}$
30801 \end_inset
30802
30803 j
30804 \begin_inset Formula $\boldsymbol{>>}$
30805 \end_inset
30806
30807 B
30808 \begin_inset Formula $\boldsymbol{@>>}$
30809 \end_inset
30810
30811 k
30812 \begin_inset Formula $\boldsymbol{>}$
30813 \end_inset
30814
30815 C@=F Ctrl+Return
30816 \begin_inset Newline newline
30817 \end_inset
30818
30819
30820 \begin_inset Phantom HPhantom
30821 status open
30822
30823 \begin_layout Plain Layout
30824
30825 \series bold
30826
30827 \backslash
30828 CD
30829 \begin_inset space \textvisiblespace{}
30830 \end_inset
30831
30832
30833 \end_layout
30834
30835 \end_inset
30836
30837 @AmAA@.@VV
30838 \backslash
30839 {V
30840 \series default
30841
30842 \begin_inset Formula $\to$
30843 \end_inset
30844
30845
30846 \series bold
30847 V
30848 \begin_inset Formula $\boldsymbol{@|}$
30849 \end_inset
30850
30851  Ctrl+Return
30852 \begin_inset Newline newline
30853 \end_inset
30854
30855
30856 \begin_inset Phantom HPhantom
30857 status open
30858
30859 \begin_layout Plain Layout
30860
30861 \series bold
30862
30863 \backslash
30864 CD
30865 \begin_inset space \textvisiblespace{}
30866 \end_inset
30867
30868
30869 \end_layout
30870
30871 \end_inset
30872
30873 D
30874 \begin_inset Formula $\boldsymbol{@<<}$
30875 \end_inset
30876
30877 j
30878 \begin_inset Formula $\boldsymbol{<}$
30879 \end_inset
30880
30881 E
30882 \begin_inset Formula $\boldsymbol{@>}$
30883 \end_inset
30884
30885 k
30886 \begin_inset Formula $\boldsymbol{>>}$
30887 \end_inset
30888
30889 F@=C
30890 \end_layout
30891
30892 \begin_layout Subsection
30893 xymatrix図解
30894 \begin_inset Index idx
30895 status collapsed
30896
30897 \begin_layout Plain Layout
30898 ずかい@図解 ! xymatrix
30899 \end_layout
30900
30901 \end_inset
30902
30903
30904 \end_layout
30905
30906 \begin_layout Standard
30907 xymatricesを使うには、LaTeXパッケージの
30908 \series bold
30909 xypic
30910 \series default
30911 が導入済みである必要があります。xymatrixは、数式中に
30912 \series bold
30913
30914 \backslash
30915 xymatrix
30916 \series default
30917 コマンドを入れることで作ることができます。すると、通常の行列と同じようにして、列や行を付け加えることができます。第
30918 \begin_inset CommandInset ref
30919 LatexCommand ref
30920 reference "sec:行列"
30921
30922 \end_inset
30923
30924 節をご参照下さい。
30925 \end_layout
30926
30927 \begin_layout Standard
30928 amscd図解とは異なり、xymatricesは、対角矢印や曲がった矢印など多様なサポートをしています。作ることのできる可換図と装飾は、
30929 \family sans
30930 ヘルプ\SpecialChar \menuseparator
30931 用途別説明書\SpecialChar \menuseparator
30932 XY-pic説明書
30933 \family default
30934 メニューにある
30935 \emph on
30936 XY-pic説明書
30937 \emph default
30938 で詳しく網羅しています。
30939 \end_layout
30940
30941 \begin_layout Subsection
30942 ファインマン図
30943 \series medium
30944
30945 \begin_inset Index idx
30946 status collapsed
30947
30948 \begin_layout Plain Layout
30949 ずかい@図解 ! ファインマン
30950 \end_layout
30951
30952 \end_inset
30953
30954
30955 \end_layout
30956
30957 \begin_layout Standard
30958 ファインマン図を使うには、LaTeXパッケージ
30959 \series bold
30960 feyn
30961 \series default
30962 を導入しておかなくてはなりません。すると、ファインマン図は、数式中で
30963 \series bold
30964
30965 \backslash
30966 Diagram
30967 \series default
30968 コマンドを挿入すれば生成されます。通常の行列で行うのと同じようにして新規行や新規列を加えることができます(第
30969 \begin_inset CommandInset ref
30970 LatexCommand ref
30971 reference "sec:行列"
30972
30973 \end_inset
30974
30975 節参照)。
30976 \end_layout
30977
30978 \begin_layout Standard
30979 LyXでのファインマン図の作り方は、メニュー
30980 \family sans
30981 ヘルプ\SpecialChar \menuseparator
30982 用途別説明書
30983 \family default
30984 内の『
30985 \emph on
30986 ファインマン図
30987 \emph default
30988 』にあります。
30989 \end_layout
30990
30991 \begin_layout Section
30992 ユーザー定義コマンド
30993 \begin_inset Index idx
30994 status collapsed
30995
30996 \begin_layout Plain Layout
30997 ゆーざーていぎこまんど@ユーザー定義コマンド
30998 \end_layout
30999
31000 \end_inset
31001
31002
31003 \end_layout
31004
31005 \begin_layout Standard
31006 \begin_inset Note Greyedout
31007 status open
31008
31009 \begin_layout Plain Layout
31010 【註】ユーザー定義コマンド名及びマクロ名には、ラテン文字しか使用することができません。
31011 \end_layout
31012
31013 \end_inset
31014
31015
31016 \end_layout
31017
31018 \begin_layout Subsection
31019
31020 \backslash
31021 newcommandコマンド
31022 \begin_inset CommandInset label
31023 LatexCommand label
31024 name "sub:newcommandコマンド"
31025
31026 \end_inset
31027
31028
31029 \begin_inset Index idx
31030 status collapsed
31031
31032 \begin_layout Plain Layout
31033 ゆーざーていぎこまんど@ユーザー定義コマンド ! 
31034 \backslash
31035 newcommand
31036 \end_layout
31037
31038 \end_inset
31039
31040
31041 \begin_inset Index idx
31042 status collapsed
31043
31044 \begin_layout Plain Layout
31045 こまんど@コマンド ! N ! 
31046 \backslash
31047 newcommand
31048 \end_layout
31049
31050 \end_inset
31051
31052
31053 \end_layout
31054
31055 \begin_layout Standard
31056 頻繁に用いるには、長すぎるLaTeXコマンドはたくさんありますが、
31057 \series bold
31058
31059 \backslash
31060 newcommand
31061 \series default
31062 コマンドを使えば、新しい短縮コマンドを定義することが可能です。
31063 \end_layout
31064
31065 \begin_layout Standard
31066
31067 \series bold
31068
31069 \backslash
31070 newcommand
31071 \series default
31072 コマンドの書式は、
31073 \end_layout
31074
31075 \begin_layout Standard
31076
31077 \series bold
31078
31079 \backslash
31080 newcommand{新コマンド名}[引数の数][オプションの値]
31081 \begin_inset Newline newline
31082 \end_inset
31083
31084
31085 \begin_inset Phantom HPhantom
31086 status open
31087
31088 \begin_layout Plain Layout
31089
31090 \series bold
31091
31092 \backslash
31093 newcommand
31094 \end_layout
31095
31096 \end_inset
31097
31098 {コマンド定義}
31099 \end_layout
31100
31101 \begin_layout Standard
31102 です。
31103 \end_layout
31104
31105 \begin_layout Standard
31106 \begin_inset Note Greyedout
31107 status open
31108
31109 \begin_layout Plain Layout
31110
31111 \series bold
31112 【註】
31113 \series default
31114 新コマンド名が、使用中の文書や呼び出しているLaTeXパッケージで、既に使用されていないことを確認して下さい。たとえば、
31115 \series bold
31116
31117 \backslash
31118 Leftarrow
31119 \series default
31120 の短縮のつもりで
31121 \series bold
31122
31123 \backslash
31124 le
31125 \series default
31126 というコマンドを定義したとすると、
31127 \series bold
31128
31129 \backslash
31130 le
31131 \series default
31132 は既に「
31133 \begin_inset Formula $\le$
31134 \end_inset
31135
31136 」を表すコマンドとして定義されてしまっているので、エラーメッセージが表示されます。
31137 \end_layout
31138
31139 \end_inset
31140
31141
31142 \end_layout
31143
31144 \begin_layout Standard
31145 「引数の数」は、0
31146 \begin_inset space \thinspace{}
31147 \end_inset
31148
31149 -
31150 \begin_inset space \thinspace{}
31151 \end_inset
31152
31153 9の範囲の整数であり、新コマンドがいくつの引数をとるかを指定するものです。「オプションの値」では、非必須の引数の既定値を定義できます。これを指定すると、新コマン
31154 ドの
31155 \emph on
31156 最初の
31157 \emph default
31158 引数は、自動的に非必須の引数になります。
31159 \end_layout
31160
31161 \begin_layout Standard
31162 以下にいくつかの例を挙げます。
31163 \end_layout
31164
31165 \begin_layout Itemize
31166
31167 \series bold
31168
31169 \backslash
31170 Longrightarrow
31171 \series default
31172 の短縮形として
31173 \series bold
31174
31175 \backslash
31176 gr
31177 \series default
31178 というコマンドを定義するには、LaTeXプリアンブルに以下の行を加えます。
31179 \begin_inset VSpace medskip
31180 \end_inset
31181
31182
31183 \begin_inset Newline newline
31184 \end_inset
31185
31186
31187 \series bold
31188
31189 \backslash
31190 newcommand{
31191 \backslash
31192 gr}{
31193 \backslash
31194 Longrightarrow}
31195 \end_layout
31196
31197 \begin_layout Itemize
31198
31199 \series bold
31200
31201 \backslash
31202 underline
31203 \series default
31204 の短縮形として
31205 \series bold
31206
31207 \backslash
31208 us
31209 \series default
31210 というコマンドを定義するには、(下線を引くべき文字列を示す)引数を考慮に入れなくてはなりません。このためには、以下のようなプリアンブル行を入れます。
31211 \begin_inset VSpace medskip
31212 \end_inset
31213
31214
31215 \begin_inset Newline newline
31216 \end_inset
31217
31218
31219 \series bold
31220
31221 \backslash
31222 newcommand{
31223 \backslash
31224 us}[1]{
31225 \backslash
31226 underline{#1}}
31227 \series default
31228
31229 \begin_inset VSpace medskip
31230 \end_inset
31231
31232
31233 \begin_inset Newline newline
31234 \end_inset
31235
31236
31237 \series bold
31238 #
31239 \series default
31240 」という文字は、引数の入る場所を示し、その後ろの「
31241 \series bold
31242 1
31243 \series default
31244 」は、これが第1引数の入る場所であることを示します。
31245 \end_layout
31246
31247 \begin_layout Itemize
31248
31249 \series bold
31250
31251 \backslash
31252 framebox
31253 \series default
31254 の短縮形として、たとえば
31255 \series bold
31256
31257 \backslash
31258 fb
31259 \series default
31260 というコマンドを定義するには、
31261 \begin_inset VSpace medskip
31262 \end_inset
31263
31264
31265 \begin_inset Newline newline
31266 \end_inset
31267
31268
31269 \series bold
31270
31271 \backslash
31272 newcommand{
31273 \backslash
31274 fb}[3]{
31275 \backslash
31276 framebox#1#2{$#3$}}
31277 \series default
31278
31279 \begin_inset VSpace medskip
31280 \end_inset
31281
31282
31283 \begin_inset Newline newline
31284 \end_inset
31285
31286 二つのドルマークは、
31287 \series bold
31288
31289 \backslash
31290 framebox
31291 \series default
31292 が必要とする内部の数式を作り出します。第
31293 \begin_inset CommandInset ref
31294 LatexCommand ref
31295 reference "sub:縁付きボックス"
31296
31297 \end_inset
31298
31299 節をご参照下さい。
31300 \end_layout
31301
31302 \begin_layout Itemize
31303 ボックスの色を指定する必要がない
31304 \series bold
31305
31306 \backslash
31307 fcolorbox
31308 \series default
31309 用の新コマンドを作るには、以下のように、色を示す引数を非必須として定義します。
31310 \begin_inset VSpace medskip
31311 \end_inset
31312
31313
31314 \begin_inset Newline newline
31315 \end_inset
31316
31317
31318 \series bold
31319
31320 \backslash
31321 newcommand{
31322 \backslash
31323 cb}[3][white]{
31324 \backslash
31325 fcolorbox{#2}{#1}{$#3$}}
31326 \series default
31327
31328 \begin_inset VSpace medskip
31329 \end_inset
31330
31331
31332 \begin_inset Newline newline
31333 \end_inset
31334
31335
31336 \series bold
31337
31338 \backslash
31339 cb
31340 \series default
31341 を使うときに色が指定されなければ、事前に定義された色である
31342 \series bold
31343 white
31344 \series default
31345 が使用されます。
31346 \end_layout
31347
31348 \begin_layout Standard
31349 以下は、上で定義したコマンドの動作テストです。
31350 \end_layout
31351
31352 \begin_layout Standard
31353 \align center
31354 \begin_inset Tabular
31355 <lyxtabular version="3" rows="6" columns="2">
31356 <features rotate="0" tabularvalignment="middle">
31357 <column alignment="center" valignment="top">
31358 <column alignment="center" valignment="top">
31359 <row>
31360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31361 \begin_inset Text
31362
31363 \begin_layout Plain Layout
31364 コマンド
31365 \end_layout
31366
31367 \end_inset
31368 </cell>
31369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31370 \begin_inset Text
31371
31372 \begin_layout Plain Layout
31373 出力
31374 \begin_inset Note Note
31375 status collapsed
31376
31377 \begin_layout Plain Layout
31378 ここで
31379 \series bold
31380
31381 \backslash
31382 raisebox
31383 \series default
31384 はスペーサーとして使用しているだけです。
31385 \end_layout
31386
31387 \end_inset
31388
31389
31390 \end_layout
31391
31392 \end_inset
31393 </cell>
31394 </row>
31395 <row>
31396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31397 \begin_inset Text
31398
31399 \begin_layout Plain Layout
31400 A
31401 \backslash
31402 gr
31403 \begin_inset space \textvisiblespace{}
31404 \end_inset
31405
31406 B
31407 \end_layout
31408
31409 \end_inset
31410 </cell>
31411 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31412 \begin_inset Text
31413
31414 \begin_layout Plain Layout
31415 \begin_inset Formula $A\gr B$
31416 \end_inset
31417
31418
31419 \end_layout
31420
31421 \end_inset
31422 </cell>
31423 </row>
31424 <row>
31425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31426 \begin_inset Text
31427
31428 \begin_layout Plain Layout
31429
31430 \backslash
31431 us{ABcd
31432 \end_layout
31433
31434 \end_inset
31435 </cell>
31436 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31437 \begin_inset Text
31438
31439 \begin_layout Plain Layout
31440 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
31441 \end_inset
31442
31443
31444 \end_layout
31445
31446 \end_inset
31447 </cell>
31448 </row>
31449 <row>
31450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31451 \begin_inset Text
31452
31453 \begin_layout Plain Layout
31454
31455 \backslash
31456 fb{[2cm]
31457 \begin_inset Formula $\to$
31458 \end_inset
31459
31460
31461 \backslash
31462 {
31463 \begin_inset Formula $\to$
31464 \end_inset
31465
31466
31467 \backslash
31468 {
31469 \backslash
31470 int
31471 \begin_inset space \textvisiblespace{}
31472 \end_inset
31473
31474 A=B
31475 \end_layout
31476
31477 \end_inset
31478 </cell>
31479 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31480 \begin_inset Text
31481
31482 \begin_layout Plain Layout
31483 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
31484 \end_inset
31485
31486
31487 \end_layout
31488
31489 \end_inset
31490 </cell>
31491 </row>
31492 <row>
31493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31494 \begin_inset Text
31495
31496 \begin_layout Plain Layout
31497
31498 \backslash
31499 cb{red
31500 \begin_inset Formula $\to$
31501 \end_inset
31502
31503
31504 \backslash
31505 {
31506 \backslash
31507 int
31508 \begin_inset space \textvisiblespace{}
31509 \end_inset
31510
31511 A=B
31512 \end_layout
31513
31514 \end_inset
31515 </cell>
31516 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31517 \begin_inset Text
31518
31519 \begin_layout Plain Layout
31520 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
31521 \end_inset
31522
31523
31524 \end_layout
31525
31526 \end_inset
31527 </cell>
31528 </row>
31529 <row>
31530 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31531 \begin_inset Text
31532
31533 \begin_layout Plain Layout
31534
31535 \backslash
31536 cb[green]
31537 \backslash
31538 {red
31539 \begin_inset Formula $\to$
31540 \end_inset
31541
31542
31543 \backslash
31544 {
31545 \backslash
31546 int
31547 \begin_inset space \textvisiblespace{}
31548 \end_inset
31549
31550 A=B
31551 \end_layout
31552
31553 \end_inset
31554 </cell>
31555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31556 \begin_inset Text
31557
31558 \begin_layout Plain Layout
31559 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
31560 \end_inset
31561
31562
31563 \end_layout
31564
31565 \end_inset
31566 </cell>
31567 </row>
31568 </lyxtabular>
31569
31570 \end_inset
31571
31572
31573 \end_layout
31574
31575 \begin_layout Subsection
31576 数式マクロ
31577 \begin_inset Index idx
31578 status collapsed
31579
31580 \begin_layout Plain Layout
31581 ゆーざーていぎこまんど@ユーザー定義コマンド ! すうしきまくろ@数式マクロ
31582 \end_layout
31583
31584 \end_inset
31585
31586
31587 \begin_inset Index idx
31588 status collapsed
31589
31590 \begin_layout Plain Layout
31591 まくろ@マクロ
31592 \end_layout
31593
31594 \end_inset
31595
31596
31597 \end_layout
31598
31599 \begin_layout Standard
31600 ユーザー定義コマンドは、複雑な表現を使うときに特に便利です。たとえば、文書中で二次方程式を扱っているとすると、同じような解の形が何度も出てきます。二次方程式の一
31601 般型は、
31602 \begin_inset Formula 
31603 \[
31604 0=\lambda^{2}+p\lambda+q
31605 \]
31606
31607 \end_inset
31608
31609 であり、その解の一般型は
31610 \begin_inset Formula 
31611 \[
31612 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
31613 \]
31614
31615 \end_inset
31616
31617
31618 \end_layout
31619
31620 \begin_layout Standard
31621 です。
31622 \begin_inset Formula $\lambda$
31623 \end_inset
31624
31625
31626 \begin_inset Formula $p$
31627 \end_inset
31628
31629
31630 \begin_inset Formula $q$
31631 \end_inset
31632
31633 の3つのパラメータを指定することが必須であり、
31634 \begin_inset Formula $\lambda$
31635 \end_inset
31636
31637 の指数をオプションとして与えることができるような、解の公式のコマンドを定義するには、以下のようなLaTeXプリアンブル行を加えます。
31638 \begin_inset Newline newline
31639 \end_inset
31640
31641
31642 \series bold
31643
31644 \backslash
31645 newcommand{
31646 \backslash
31647 qG}[4][1,
31648 \backslash
31649 ,2]{#2_{#1}=-
31650 \backslash
31651 frac{#3}{2}
31652 \backslash
31653 pm
31654 \begin_inset Newline newline
31655 \end_inset
31656
31657
31658 \begin_inset Phantom HPhantom
31659 status open
31660
31661 \begin_layout Plain Layout
31662
31663 \series bold
31664
31665 \backslash
31666 newcommand
31667 \end_layout
31668
31669 \end_inset
31670
31671
31672 \backslash
31673 sqrt{
31674 \backslash
31675 frac{#3^{2}}{4}-#4}}
31676 \end_layout
31677
31678 \begin_layout Standard
31679 これを使って解の公式を作るには、
31680 \begin_inset Newline newline
31681 \end_inset
31682
31683
31684 \series bold
31685
31686 \backslash
31687 qG{
31688 \backslash
31689 lambda
31690 \begin_inset Formula $\to$
31691 \end_inset
31692
31693
31694 \backslash
31695 {p
31696 \begin_inset Formula $\to$
31697 \end_inset
31698
31699
31700 \backslash
31701 {q
31702 \series default
31703 というコマンドを数式に入れます。
31704 \end_layout
31705
31706 \begin_layout Standard
31707 新コマンドを定義する方法は、たとえばLaTeX中で分数は
31708 \series bold
31709
31710 \backslash
31711 frac{分子}{分母}
31712 \series default
31713 の形で入れなくてはならないことなど、使用するすべてのLaTeXコマンドの書式を知っている必要があるので、直感的ではありません。さらに、定義中で中括弧を入れ忘れる
31714 ことはよくあり、それをやってしまうと、LyXからは新コマンドが何をやらかしているか確認しにくくなってしまいます。これらの問題を回避するために、LyXは、
31715 \series bold
31716
31717 \backslash
31718 newcommand
31719 \series default
31720 コマンドの代わりに、数式マクロを使う方法を提供しています。
31721 \end_layout
31722
31723 \begin_layout Standard
31724 数式マクロは、
31725 \family sans
31726 挿入\SpecialChar \menuseparator
31727 数式\SpecialChar \menuseparator
31728 マクロ
31729 \family default
31730 メニューか、ツールバーボタンの
31731 \begin_inset Graphics
31732         filename ../../images/math-macro_newmacroname_newcommand.png
31733         scale 85
31734
31735 \end_inset
31736
31737 で作ることができます。すると、数式マクロツールバーが表示されるとともに、マクロを定義した箇所に以下のようなボックスが現れます。
31738 \begin_inset Newline newline
31739 \end_inset
31740
31741
31742 \begin_inset space \hspace*{\fill}
31743 \end_inset
31744
31745
31746 \begin_inset Graphics
31747         filename clipart/macrobox.png
31748
31749 \end_inset
31750
31751
31752 \begin_inset space \hspace*{\fill}
31753 \end_inset
31754
31755
31756 \begin_inset Newline newline
31757 \end_inset
31758
31759
31760 \begin_inset FormulaMacro
31761 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
31762 \end_inset
31763
31764
31765 \backslash
31766 newmacronameが既定のマクロ名として現れますが、意味のある名称に変更するべきでしょう。欲しい数式は一つ目の青枠の中に入れます。引数を置く場所は、
31767 \series bold
31768
31769 \backslash
31770 #1
31771 \series default
31772 のように
31773 \series bold
31774
31775 \backslash
31776 #引数番号
31777 \series default
31778 というコマンドで入力するか、マクロツールバーボタンの
31779 \begin_inset Graphics
31780         filename ../../images/math-macro-add-param.png
31781         scale 85
31782
31783 \end_inset
31784
31785 を使用します。引数位置は赤で表示されます。引数は、最大で9つまでとることができます。非必須引数は、ツールバーボタンの
31786 \begin_inset Graphics
31787         filename ../../images/math-macro-add-optional-param.png
31788         scale 85
31789
31790 \end_inset
31791
31792 で作ることができます。最初の必須引数は、ツールバーボタンの
31793 \begin_inset Graphics
31794         filename ../../images/math-macro-make-optional.png
31795         scale 85
31796
31797 \end_inset
31798
31799 を使って、非必須引数にすることができます。二つ目の青枠には、LyX中でのマクロの表示のしかたを定義することができます。通常は、定義したとおりに表示された方が便利
31800 なので、この枠は空白にしておきます。しかし、画面の過半を占拠してしまうようなマクロを作ってしまった場合には、たとえばこの枠に
31801 \begin_inset Newline newline
31802 \end_inset
31803
31804
31805 \series bold
31806 qG: 
31807 \backslash
31808 #1
31809 \series default
31810  
31811 \series bold
31812 ,
31813 \series default
31814  
31815 \series bold
31816
31817 \backslash
31818 #2
31819 \series default
31820  
31821 \series bold
31822 ,
31823 \series default
31824  
31825 \series bold
31826
31827 \backslash
31828 #3, 
31829 \backslash
31830 #4
31831 \begin_inset Newline newline
31832 \end_inset
31833
31834
31835 \series default
31836 のように入れることができます。このようにすると、マクロ名と引数のみがLyX上に表示され、見通しが良くなります。一方、出力での数式は、最初の枠で定義したように表示
31837 されます。
31838 \begin_inset Newline newline
31839 \end_inset
31840
31841 さらに、数式中のマクロ表示は、マクロの中にカーソルを置いて、
31842 \family sans
31843 表示\SpecialChar \menuseparator
31844 数式マクロを展開(畳む)
31845 \family default
31846 メニューを使うことで、マクロ毎に変えることができます。
31847 \end_layout
31848
31849 \begin_layout Standard
31850 マクロを使うには、数式中にマクロ名をコマンドとして入れます。上記の例では、
31851 \series bold
31852
31853 \backslash
31854 qG
31855 \series default
31856 とします。このマクロは、LyX中では以下のように表示されます。
31857 \begin_inset Newline newline
31858 \end_inset
31859
31860
31861 \begin_inset space \hspace*{\fill}
31862 \end_inset
31863
31864
31865 \begin_inset Graphics
31866         filename ../clipart/macrouse.png
31867
31868 \end_inset
31869
31870
31871 \begin_inset space \hspace*{\fill}
31872 \end_inset
31873
31874
31875 \begin_inset Newline newline
31876 \end_inset
31877
31878 以下は、上記の例に、引数
31879 \begin_inset Formula $x$
31880 \end_inset
31881
31882
31883 \begin_inset Formula $\ln(x)$
31884 \end_inset
31885
31886
31887 \begin_inset Formula $B$
31888 \end_inset
31889
31890 を指定したものです。
31891 \end_layout
31892
31893 \begin_layout Standard
31894 \begin_inset Formula 
31895 \[
31896 \qG x{\ln(x)}B
31897 \]
31898
31899 \end_inset
31900
31901
31902 \end_layout
31903
31904 \begin_layout Standard
31905 LyXは、
31906 \family sans
31907 ツール\SpecialChar \menuseparator
31908 設定\SpecialChar \menuseparator
31909 編集\SpecialChar \menuseparator
31910 制御
31911 \family default
31912 メニューで、マクロを編集するのに複数の様式を用意しています。あなたに最も合った様式を見つけるには、様式を選択してから、違いを見るために数式マクロにカーソルを合わ
31913 せてみてください。
31914 \end_layout
31915
31916 \begin_layout Standard
31917 数式マクロは、文書書き出し時に、内部的に
31918 \series bold
31919
31920 \backslash
31921 newcommand
31922 \series default
31923 コマンドに変換されます。こうして生成された
31924 \series bold
31925
31926 \backslash
31927 newcommand
31928 \series default
31929 コマンドは、LaTeXプリアンブルには置かれませんので、マクロは、文書中、マクロ定義ボックスよりも後の数式でのみ使うことができます。
31930 \end_layout
31931
31932 \begin_layout Standard
31933 数式マクロは、
31934 \series bold
31935
31936 \backslash
31937 newcommand
31938 \series default
31939 コマンドから直接作ることもできます。たとえば、LyX中に通常の文章として、
31940 \series bold
31941
31942 \begin_inset Newline newline
31943 \end_inset
31944
31945
31946 \backslash
31947 newcommand{
31948 \backslash
31949 larrow}[2]{
31950 \backslash
31951 xleftarrow[#2]{#1}}
31952 \begin_inset Newline newline
31953 \end_inset
31954
31955
31956 \series default
31957 というコマンドを書き入れ、この全体を選択して、
31958 \begin_inset Flex Ruby
31959 status collapsed
31960
31961 \begin_layout Plain Layout
31962 捷径
31963 \begin_inset Argument post:1
31964 status collapsed
31965
31966 \begin_layout Plain Layout
31967 ショートカット
31968 \end_layout
31969
31970 \end_inset
31971
31972
31973 \end_layout
31974
31975 \end_inset
31976
31977
31978 \family sans
31979 Ctrl+M
31980 \family default
31981 を押すと、このコマンドは数式マクロに変換されます。この方法を使うに当たっては、
31982 \series bold
31983
31984 \backslash
31985 newcommand
31986 \series default
31987 コマンドが正しく入力されていることに気をつけなくてはなりません。さもないと、間違ったマクロが作られてしまって、LaTeXエラーが発生します。
31988 \end_layout
31989
31990 \begin_layout Standard
31991 数式マクロには、まだ、マクロ定義中に再帰的に数式を入れてしまうと、正しく処理されないという問題が残っています。したがって、第
31992 \begin_inset CommandInset ref
31993 LatexCommand ref
31994 reference "sub:newcommandコマンド"
31995
31996 \end_inset
31997
31998 節で例として作った
31999 \series bold
32000
32001 \backslash
32002 fb
32003 \series default
32004 は、マクロとしては作ることができません。
32005 \end_layout
32006
32007 \begin_layout Standard
32008 カーソルがマクロ定義ボックスの中にあるとき、LyX中に以下のようなマクロツールバーが表示されます。
32009 \end_layout
32010
32011 \begin_layout Standard
32012 \begin_inset VSpace defskip
32013 \end_inset
32014
32015
32016 \end_layout
32017
32018 \begin_layout Standard
32019 \begin_inset Graphics
32020         filename ../clipart/MacroToolbar.png
32021
32022 \end_inset
32023
32024
32025 \begin_inset Index idx
32026 status collapsed
32027
32028 \begin_layout Plain Layout
32029 まくろ@マクロ ! つーるばー@ツールバー
32030 \end_layout
32031
32032 \end_inset
32033
32034
32035 \end_layout
32036
32037 \begin_layout Standard
32038 \begin_inset VSpace defskip
32039 \end_inset
32040
32041
32042 \end_layout
32043
32044 \begin_layout Standard
32045 マクロツールバーは、左から右に、以下の各ボタンがあります。
32046 \end_layout
32047
32048 \begin_layout Standard
32049 \begin_inset VSpace defskip
32050 \end_inset
32051
32052
32053 \end_layout
32054
32055 \begin_layout Standard
32056 \begin_inset Tabular
32057 <lyxtabular version="3" rows="9" columns="2">
32058 <features rotate="0" islongtable="true" longtabularalignment="center">
32059 <column alignment="left" valignment="top">
32060 <column alignment="left" valignment="top" width="85col%">
32061 <row interlinespace="2.5mm">
32062 <cell alignment="center" valignment="top" usebox="none">
32063 \begin_inset Text
32064
32065 \begin_layout Plain Layout
32066 \begin_inset Graphics
32067         filename ../../images/math-macro-remove-param.png
32068         rotateOrigin center
32069
32070 \end_inset
32071
32072
32073 \end_layout
32074
32075 \end_inset
32076 </cell>
32077 <cell alignment="center" valignment="top" usebox="none">
32078 \begin_inset Text
32079
32080 \begin_layout Plain Layout
32081
32082 \family sans
32083 編集\SpecialChar \menuseparator
32084 数式\SpecialChar \menuseparator
32085 マクロ定義\SpecialChar \menuseparator
32086 最後の引数を削除
32087 \end_layout
32088
32089 \end_inset
32090 </cell>
32091 </row>
32092 <row interlinespace="2.5mm">
32093 <cell alignment="center" valignment="top" usebox="none">
32094 \begin_inset Text
32095
32096 \begin_layout Plain Layout
32097 \begin_inset Graphics
32098         filename ../../images/math-macro-add-param.png
32099         rotateOrigin center
32100
32101 \end_inset
32102
32103
32104 \end_layout
32105
32106 \end_inset
32107 </cell>
32108 <cell alignment="center" valignment="top" usebox="none">
32109 \begin_inset Text
32110
32111 \begin_layout Plain Layout
32112
32113 \family sans
32114 編集\SpecialChar \menuseparator
32115 数式\SpecialChar \menuseparator
32116 マクロ定義\SpecialChar \menuseparator
32117 引数を追加
32118 \end_layout
32119
32120 \end_inset
32121 </cell>
32122 </row>
32123 <row interlinespace="2.5mm">
32124 <cell alignment="center" valignment="top" usebox="none">
32125 \begin_inset Text
32126
32127 \begin_layout Plain Layout
32128 \begin_inset Graphics
32129         filename ../../images/math-macro-make-optional.png
32130         rotateOrigin center
32131
32132 \end_inset
32133
32134
32135 \end_layout
32136
32137 \end_inset
32138 </cell>
32139 <cell alignment="center" valignment="top" usebox="none">
32140 \begin_inset Text
32141
32142 \begin_layout Plain Layout
32143
32144 \family sans
32145 編集\SpecialChar \menuseparator
32146 数式\SpecialChar \menuseparator
32147 マクロ定義\SpecialChar \menuseparator
32148 最初の必須引数を
32149 \begin_inset Newline newline
32150 \end_inset
32151
32152
32153 \begin_inset Phantom HPhantom
32154 status open
32155
32156 \begin_layout Plain Layout
32157
32158 \family sans
32159 編集\SpecialChar \menuseparator
32160 数式\SpecialChar \menuseparator
32161 マクロ定義\SpecialChar \menuseparator
32162
32163 \end_layout
32164
32165 \end_inset
32166
32167 非必須引数にする
32168 \end_layout
32169
32170 \end_inset
32171 </cell>
32172 </row>
32173 <row interlinespace="2.5mm">
32174 <cell alignment="center" valignment="top" usebox="none">
32175 \begin_inset Text
32176
32177 \begin_layout Plain Layout
32178 \begin_inset Graphics
32179         filename ../../images/math-macro-make-nonoptional.png
32180         rotateOrigin center
32181
32182 \end_inset
32183
32184
32185 \end_layout
32186
32187 \end_inset
32188 </cell>
32189 <cell alignment="center" valignment="top" usebox="none">
32190 \begin_inset Text
32191
32192 \begin_layout Plain Layout
32193
32194 \family sans
32195 編集\SpecialChar \menuseparator
32196 数式\SpecialChar \menuseparator
32197 マクロ定義\SpecialChar \menuseparator
32198 最後の非必須引数を
32199 \begin_inset Newline newline
32200 \end_inset
32201
32202
32203 \begin_inset Phantom HPhantom
32204 status open
32205
32206 \begin_layout Plain Layout
32207
32208 \family sans
32209 編集\SpecialChar \menuseparator
32210 数式\SpecialChar \menuseparator
32211 マクロ定義\SpecialChar \menuseparator
32212
32213 \end_layout
32214
32215 \end_inset
32216
32217 必須引数にする
32218 \end_layout
32219
32220 \end_inset
32221 </cell>
32222 </row>
32223 <row interlinespace="2.5mm">
32224 <cell alignment="center" valignment="top" usebox="none">
32225 \begin_inset Text
32226
32227 \begin_layout Plain Layout
32228 \begin_inset Graphics
32229         filename ../../images/math-macro-remove-optional-param.png
32230         rotateOrigin center
32231
32232 \end_inset
32233
32234
32235 \end_layout
32236
32237 \end_inset
32238 </cell>
32239 <cell alignment="center" valignment="top" usebox="none">
32240 \begin_inset Text
32241
32242 \begin_layout Plain Layout
32243
32244 \family sans
32245 編集\SpecialChar \menuseparator
32246 数式\SpecialChar \menuseparator
32247 マクロ定義\SpecialChar \menuseparator
32248 非必須引数を削除
32249 \end_layout
32250
32251 \end_inset
32252 </cell>
32253 </row>
32254 <row interlinespace="2.5mm">
32255 <cell alignment="center" valignment="top" usebox="none">
32256 \begin_inset Text
32257
32258 \begin_layout Plain Layout
32259 \begin_inset Graphics
32260         filename ../../images/math-macro-add-optional-param.png
32261         rotateOrigin center
32262
32263 \end_inset
32264
32265
32266 \end_layout
32267
32268 \end_inset
32269 </cell>
32270 <cell alignment="center" valignment="top" usebox="none">
32271 \begin_inset Text
32272
32273 \begin_layout Plain Layout
32274
32275 \family sans
32276 編集\SpecialChar \menuseparator
32277 数式\SpecialChar \menuseparator
32278 マクロ定義\SpecialChar \menuseparator
32279 非必須引数を挿入
32280 \end_layout
32281
32282 \end_inset
32283 </cell>
32284 </row>
32285 <row interlinespace="2.5mm">
32286 <cell alignment="center" valignment="top" usebox="none">
32287 \begin_inset Text
32288
32289 \begin_layout Plain Layout
32290 \begin_inset Graphics
32291         filename ../../images/math-macro-remove-greedy-param.png
32292         rotateOrigin center
32293
32294 \end_inset
32295
32296
32297 \end_layout
32298
32299 \end_inset
32300 </cell>
32301 <cell alignment="center" valignment="top" usebox="none">
32302 \begin_inset Text
32303
32304 \begin_layout Plain Layout
32305
32306 \family sans
32307 編集\SpecialChar \menuseparator
32308 数式\SpecialChar \menuseparator
32309 マクロ定義\SpecialChar \menuseparator
32310 右に吐き出す形で
32311 \begin_inset Newline newline
32312 \end_inset
32313
32314
32315 \begin_inset Phantom HPhantom
32316 status open
32317
32318 \begin_layout Plain Layout
32319
32320 \family sans
32321 編集\SpecialChar \menuseparator
32322 数式\SpecialChar \menuseparator
32323 マクロ定義\SpecialChar \menuseparator
32324
32325 \end_layout
32326
32327 \end_inset
32328
32329 最後の引数を削除
32330 \end_layout
32331
32332 \end_inset
32333 </cell>
32334 </row>
32335 <row interlinespace="2.5mm">
32336 <cell alignment="center" valignment="top" usebox="none">
32337 \begin_inset Text
32338
32339 \begin_layout Plain Layout
32340 \begin_inset Graphics
32341         filename ../../images/math-macro-append-greedy-param.png
32342         rotateOrigin center
32343
32344 \end_inset
32345
32346
32347 \end_layout
32348
32349 \end_inset
32350 </cell>
32351 <cell alignment="center" valignment="top" usebox="none">
32352 \begin_inset Text
32353
32354 \begin_layout Plain Layout
32355
32356 \family sans
32357 編集\SpecialChar \menuseparator
32358 数式\SpecialChar \menuseparator
32359 マクロ定義\SpecialChar \menuseparator
32360 右から喰う形で
32361 \begin_inset Newline newline
32362 \end_inset
32363
32364
32365 \begin_inset Phantom HPhantom
32366 status open
32367
32368 \begin_layout Plain Layout
32369
32370 \family sans
32371 編集\SpecialChar \menuseparator
32372 数式\SpecialChar \menuseparator
32373 マクロ定義\SpecialChar \menuseparator
32374
32375 \end_layout
32376
32377 \end_inset
32378
32379 引数を追加
32380 \end_layout
32381
32382 \end_inset
32383 </cell>
32384 </row>
32385 <row interlinespace="2.5mm">
32386 <cell alignment="center" valignment="top" usebox="none">
32387 \begin_inset Text
32388
32389 \begin_layout Plain Layout
32390 \begin_inset Graphics
32391         filename ../../images/math-macro-add-greedy-optional-param.png
32392         rotateOrigin center
32393
32394 \end_inset
32395
32396
32397 \end_layout
32398
32399 \end_inset
32400 </cell>
32401 <cell alignment="center" valignment="top" usebox="none">
32402 \begin_inset Text
32403
32404 \begin_layout Plain Layout
32405
32406 \family sans
32407 編集\SpecialChar \menuseparator
32408 数式\SpecialChar \menuseparator
32409 マクロ定義\SpecialChar \menuseparator
32410 右から喰う形で
32411 \begin_inset Newline newline
32412 \end_inset
32413
32414
32415 \begin_inset Phantom HPhantom
32416 status open
32417
32418 \begin_layout Plain Layout
32419
32420 \family sans
32421 編集\SpecialChar \menuseparator
32422 数式\SpecialChar \menuseparator
32423 マクロ定義\SpecialChar \menuseparator
32424
32425 \end_layout
32426
32427 \end_inset
32428
32429 非必須引数を追加
32430 \end_layout
32431
32432 \end_inset
32433 </cell>
32434 </row>
32435 </lyxtabular>
32436
32437 \end_inset
32438
32439
32440 \end_layout
32441
32442 \begin_layout Section
32443 コンピュータ代数システム
32444 \end_layout
32445
32446 \begin_layout Standard
32447 LyXでは、LyXの数式エディタで書かれた数式表現と、外部プログラムやユーザ定義スクリプトとの間のやり取りが可能です。現在サポートされているプログラムは、
32448 \family sans
32449 Maple
32450 \family default
32451
32452 \family sans
32453 Mathematica
32454 \family default
32455
32456 \family sans
32457 Maxima
32458 \family default
32459
32460 \family sans
32461 Octave
32462 \family default
32463 です。サポートされている数式表現は、非常に単純なものに限られていますので、ご注意ください。
32464 \end_layout
32465
32466 \begin_layout Subsection
32467 使用法
32468 \end_layout
32469
32470 \begin_layout Standard
32471 数式表現を書いた後、
32472 \family sans
32473 編集\SpecialChar \menuseparator
32474 数式\SpecialChar \menuseparator
32475 コンピュータ代数システムを使用
32476 \family default
32477 メニューで、コンピュータに導入済みのプログラムを選択します。その後、計算結果が、数式表現の右に「=」演算子とともに表示されます。
32478 \end_layout
32479
32480 \begin_layout Standard
32481 下記は、どのような計算が可能かをいくつか例示したものです(出力は
32482 \family typewriter
32483 Maxima
32484 \family default
32485 です)。
32486 \end_layout
32487
32488 \begin_layout Itemize
32489 \begin_inset Formula $\frac{37}{3}*2-\sum_{i=1}^{3}i^{i}=-\frac{22}{3}$
32490 \end_inset
32491
32492
32493 \end_layout
32494
32495 \begin_layout Itemize
32496 \begin_inset Formula $\frac{37.0}{3}=12.33333333333333$
32497 \end_inset
32498
32499
32500 \end_layout
32501
32502 \begin_layout Itemize
32503 \begin_inset Formula $\int_{1}^{2}\sin(x)dx=\cos1-\cos2$
32504 \end_inset
32505
32506
32507 \end_layout
32508
32509 \begin_layout Itemize
32510 \begin_inset Formula $\det\left[\begin{array}{ccc}
32511 1 & 6 & 7\\
32512 2 & 5 & 8\\
32513 3 & 4 & 17
32514 \end{array}\right]=-56$
32515 \end_inset
32516
32517
32518 \end_layout
32519
32520 \begin_layout Itemize
32521 \begin_inset Formula $\lim_{x\rightarrow0}\left(\frac{\sin(x)}{x}\right)=1$
32522 \end_inset
32523
32524
32525 \end_layout
32526
32527 \begin_layout Subsection
32528 捷径
32529 \end_layout
32530
32531 \begin_layout Standard
32532 現在のところ、代数プログラムを呼び出すための
32533 \begin_inset Flex Ruby
32534 status collapsed
32535
32536 \begin_layout Plain Layout
32537 捷径
32538 \begin_inset Argument post:1
32539 status collapsed
32540
32541 \begin_layout Plain Layout
32542 ショートカット
32543 \end_layout
32544
32545 \end_inset
32546
32547
32548 \end_layout
32549
32550 \end_inset
32551
32552 はありません。しかし、捷径を
32553 \family sans
32554 math-extern
32555 \family default
32556  LyX関数にバインドすることは容易です(取扱説明書『
32557 \family sans
32558 \emph on
32559 LyX関数篇
32560 \family default
32561 \emph default
32562 』参照)。例えば、数式エディタ中で
32563 \family sans
32564 リターン
32565 \family default
32566
32567 \begin_inset Flex Ruby
32568 status collapsed
32569
32570 \begin_layout Plain Layout
32571
32572 \begin_inset Argument post:1
32573 status collapsed
32574
32575 \begin_layout Plain Layout
32576 キー
32577 \end_layout
32578
32579 \end_inset
32580
32581
32582 \end_layout
32583
32584 \end_inset
32585
32586 をバインドさせることもできます。それを
32587 \family typewriter
32588 Maxima
32589 \family default
32590 にバインドするには、下記の捷径定義コマンドを使用します。
32591 \end_layout
32592
32593 \begin_layout Standard
32594
32595 \series bold
32596 command-alternatives break-paragraph;math-extern maxima
32597 \end_layout
32598
32599 \begin_layout Section
32600 補遺
32601 \begin_inset Index idx
32602 status collapsed
32603
32604 \begin_layout Plain Layout
32605 ほい@補遺
32606 \end_layout
32607
32608 \end_inset
32609
32610
32611 \end_layout
32612
32613 \begin_layout Subsection
32614 負の数
32615 \begin_inset Index idx
32616 status collapsed
32617
32618 \begin_layout Plain Layout
32619 かず@数 ! ふの@負の ---
32620 \end_layout
32621
32622 \end_inset
32623
32624
32625 \end_layout
32626
32627 \begin_layout Standard
32628 数式中の負の数は、数の前の負符号が、差演算子記号と同じ長さに設定されてしまうために、汚く見えてしまうことがあります。負の数を通常の文章として書くと、負符号は正し
32629 く表示されます。
32630 \end_layout
32631
32632 \begin_layout Standard
32633 したがって、この問題は、負符号を数式テキストに変換することによって、解消されます。
32634 \end_layout
32635
32636 \begin_layout Standard
32637 以下は、この問題を示す例です。
32638 \end_layout
32639
32640 \begin_layout Standard
32641 \align center
32642 \begin_inset Tabular
32643 <lyxtabular version="3" rows="3" columns="2">
32644 <features rotate="0" tabularvalignment="middle">
32645 <column alignment="right" valignment="top">
32646 <column alignment="left" valignment="top">
32647 <row>
32648 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32649 \begin_inset Text
32650
32651 \begin_layout Plain Layout
32652 通常の文章:
32653 \end_layout
32654
32655 \end_inset
32656 </cell>
32657 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32658 \begin_inset Text
32659
32660 \begin_layout Plain Layout
32661 x = -2
32662 \end_layout
32663
32664 \end_inset
32665 </cell>
32666 </row>
32667 <row>
32668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32669 \begin_inset Text
32670
32671 \begin_layout Plain Layout
32672 数式:
32673 \end_layout
32674
32675 \end_inset
32676 </cell>
32677 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
32678 \begin_inset Text
32679
32680 \begin_layout Plain Layout
32681 \begin_inset Formula $x=-2$
32682 \end_inset
32683
32684
32685 \end_layout
32686
32687 \end_inset
32688 </cell>
32689 </row>
32690 <row>
32691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32692 \begin_inset Text
32693
32694 \begin_layout Plain Layout
32695 解決策:
32696 \end_layout
32697
32698 \end_inset
32699 </cell>
32700 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
32701 \begin_inset Text
32702
32703 \begin_layout Plain Layout
32704 \begin_inset Formula $x=\textrm{-}2$
32705 \end_inset
32706
32707
32708 \end_layout
32709
32710 \end_inset
32711 </cell>
32712 </row>
32713 </lyxtabular>
32714
32715 \end_inset
32716
32717
32718 \end_layout
32719
32720 \begin_layout Subsection
32721 位区切りとしてのコンマ
32722 \begin_inset Index idx
32723 status collapsed
32724
32725 \begin_layout Plain Layout
32726 こんま@コンマ
32727 \end_layout
32728
32729 \end_inset
32730
32731
32732 \begin_inset Index idx
32733 status collapsed
32734
32735 \begin_layout Plain Layout
32736 かんま@カンマ|see
32737 \begin_inset ERT
32738 status collapsed
32739
32740 \begin_layout Plain Layout
32741
32742 {
32743 \end_layout
32744
32745 \end_inset
32746
32747 コンマ
32748 \begin_inset ERT
32749 status collapsed
32750
32751 \begin_layout Plain Layout
32752
32753 }
32754 \end_layout
32755
32756 \end_inset
32757
32758
32759 \end_layout
32760
32761 \end_inset
32762
32763
32764 \end_layout
32765
32766 \begin_layout Standard
32767 LaTeXでは、英語の慣習にしたがい、数式中のコンマを数字の位区切りに使用します。よって、数式中のコンマの後ろには、つねに空白が加わります。
32768 \end_layout
32769
32770 \begin_layout Standard
32771 これを回避するためには、コンマを選択して、数式テキストに変更して下さい(
32772 \begin_inset Flex Ruby
32773 status collapsed
32774
32775 \begin_layout Plain Layout
32776 捷径
32777 \begin_inset Argument post:1
32778 status collapsed
32779
32780 \begin_layout Plain Layout
32781 ショートカット
32782 \end_layout
32783
32784 \end_inset
32785
32786
32787 \end_layout
32788
32789 \end_inset
32790
32791
32792 \begin_inset Info
32793 type  "shortcut"
32794 arg   "math-mode"
32795 \end_inset
32796
32797 )。
32798 \end_layout
32799
32800 \begin_layout Standard
32801 文書中の数式コンマを、すべて小数点として使うには、LaTeXプリアンブルに
32802 \end_layout
32803
32804 \begin_layout Standard
32805
32806 \series bold
32807
32808 \backslash
32809 usepackage{icomma}
32810 \end_layout
32811
32812 \begin_layout Standard
32813 という行を加えて、
32814 \series bold
32815 icomma.sty
32816 \series default
32817
32818 \begin_inset Foot
32819 status collapsed
32820
32821 \begin_layout Plain Layout
32822
32823 \series bold
32824 icomma
32825 \series default
32826 は、LaTeXパッケージ
32827 \series bold
32828 was
32829 \series default
32830
32831 \begin_inset Index idx
32832 status collapsed
32833
32834 \begin_layout Plain Layout
32835 ぱっけーじ@パッケージ ! was
32836 \begin_inset ERT
32837 status collapsed
32838
32839 \begin_layout Plain Layout
32840
32841
32842 \backslash
32843 vspace{4mm}
32844 \end_layout
32845
32846 \end_inset
32847
32848
32849 \end_layout
32850
32851 \end_inset
32852
32853 に含まれています。
32854 \end_layout
32855
32856 \end_inset
32857
32858
32859 \begin_inset Index idx
32860 status collapsed
32861
32862 \begin_layout Plain Layout
32863 ぱっけーじ@パッケージ ! icomma
32864 \end_layout
32865
32866 \end_inset
32867
32868 ファイルを読み込みます。
32869 \end_layout
32870
32871 \begin_layout Subsection
32872 物理ベクトル
32873 \begin_inset CommandInset label
32874 LatexCommand label
32875 name "sub:物理ベクトル"
32876
32877 \end_inset
32878
32879
32880 \begin_inset Index idx
32881 status collapsed
32882
32883 \begin_layout Plain Layout
32884 Vectors ! physical
32885 \end_layout
32886
32887 \end_inset
32888
32889
32890 \end_layout
32891
32892 \begin_layout Standard
32893 LaTeXパッケージ
32894 \series bold
32895 braket
32896 \series default
32897
32898 \begin_inset Foot
32899 status collapsed
32900
32901 \begin_layout Plain Layout
32902
32903 \series bold
32904 braket
32905 \series default
32906  は標準的LaTeX頒布版のすべてに含まれています。
32907 \end_layout
32908
32909 \end_inset
32910
32911
32912 \begin_inset Index idx
32913 status collapsed
32914
32915 \begin_layout Plain Layout
32916 ぱっけーじ@パッケージ ! braket
32917 \end_layout
32918
32919 \end_inset
32920
32921 には、定義済みのベクトルが提供されており、
32922 \end_layout
32923
32924 \begin_layout Standard
32925
32926 \series bold
32927
32928 \backslash
32929 usepackage{braket}
32930 \end_layout
32931
32932 \begin_layout Standard
32933 というLaTeXプリアンブル行で読み込むことができます。
32934 \end_layout
32935
32936 \begin_layout Standard
32937 \begin_inset ERT
32938 status collapsed
32939
32940 \begin_layout Plain Layout
32941
32942
32943 \backslash
32944 ifbraket 
32945 \end_layout
32946
32947 \end_inset
32948
32949
32950 \begin_inset Note Note
32951 status open
32952
32953 \begin_layout Plain Layout
32954 以下の表は、
32955 \series bold
32956 braket
32957 \series default
32958  LaTeXパッケージが導入済みのときのみ表示されます。
32959 \end_layout
32960
32961 \end_inset
32962
32963 以下のコマンドが定義されています。
32964 \end_layout
32965
32966 \begin_layout Standard
32967 \align center
32968 \begin_inset Tabular
32969 <lyxtabular version="3" rows="4" columns="2">
32970 <features rotate="0" tabularvalignment="middle">
32971 <column alignment="center" valignment="top">
32972 <column alignment="center" valignment="top">
32973 <row>
32974 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32975 \begin_inset Text
32976
32977 \begin_layout Plain Layout
32978 コマンド
32979 \end_layout
32980
32981 \end_inset
32982 </cell>
32983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32984 \begin_inset Text
32985
32986 \begin_layout Plain Layout
32987 出力
32988 \end_layout
32989
32990 \end_inset
32991 </cell>
32992 </row>
32993 <row>
32994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32995 \begin_inset Text
32996
32997 \begin_layout Plain Layout
32998
32999 \backslash
33000 Bra{
33001 \backslash
33002 psi
33003 \end_layout
33004
33005 \end_inset
33006 </cell>
33007 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33008 \begin_inset Text
33009
33010 \begin_layout Plain Layout
33011 \begin_inset Formula $\Bra{\psi}$
33012 \end_inset
33013
33014
33015 \end_layout
33016
33017 \end_inset
33018 </cell>
33019 </row>
33020 <row>
33021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33022 \begin_inset Text
33023
33024 \begin_layout Plain Layout
33025
33026 \backslash
33027 Ket{
33028 \backslash
33029 psi
33030 \end_layout
33031
33032 \end_inset
33033 </cell>
33034 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33035 \begin_inset Text
33036
33037 \begin_layout Plain Layout
33038 \begin_inset Formula $\Ket{\psi}$
33039 \end_inset
33040
33041
33042 \end_layout
33043
33044 \end_inset
33045 </cell>
33046 </row>
33047 <row>
33048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33049 \begin_inset Text
33050
33051 \begin_layout Plain Layout
33052
33053 \backslash
33054 Braket{
33055 \backslash
33056 psi
33057 \begin_inset Formula $|$
33058 \end_inset
33059
33060
33061 \backslash
33062 phi
33063 \end_layout
33064
33065 \end_inset
33066 </cell>
33067 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33068 \begin_inset Text
33069
33070 \begin_layout Plain Layout
33071 \begin_inset Formula $\Braket{\psi|\phi}$
33072 \end_inset
33073
33074
33075 \end_layout
33076
33077 \end_inset
33078 </cell>
33079 </row>
33080 </lyxtabular>
33081
33082 \end_inset
33083
33084
33085 \end_layout
33086
33087 \begin_layout Standard
33088
33089 \series bold
33090
33091 \backslash
33092 Braket
33093 \series default
33094 コマンドを使うと、以下のように、すべての縦棒がそれを囲む括弧と同じ大きさに設定されます。
33095 \begin_inset Formula 
33096 \[
33097 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}
33098 \]
33099
33100 \end_inset
33101
33102
33103 \begin_inset ERT
33104 status collapsed
33105
33106 \begin_layout Plain Layout
33107
33108
33109 \backslash
33110 else 
33111 \end_layout
33112
33113 \end_inset
33114
33115
33116 \begin_inset Note Note
33117 status open
33118
33119 \begin_layout Plain Layout
33120
33121 \series bold
33122 braket
33123 \series default
33124  LaTeXパッケージが導入されていないときには、以下が表示されます。
33125 \end_layout
33126
33127 \end_inset
33128
33129
33130 \end_layout
33131
33132 \begin_layout Standard
33133 本小節の全体を出力で見るためには、
33134 \series bold
33135 braket
33136 \series default
33137  LaTeXパッケージを導入する必要があります。
33138 \end_layout
33139
33140 \begin_layout Standard
33141 \begin_inset ERT
33142 status collapsed
33143
33144 \begin_layout Plain Layout
33145
33146
33147 \backslash
33148 fi 
33149 \end_layout
33150
33151 \end_inset
33152
33153
33154 \end_layout
33155
33156 \begin_layout Standard
33157
33158 \series bold
33159
33160 \backslash
33161 Braket
33162 \series default
33163 と同じ効果は、第
33164 \begin_inset CommandInset ref
33165 LatexCommand ref
33166 reference "sub:自動の括弧丈"
33167
33168 \end_inset
33169
33170 節に説明されているとおり、
33171 \series bold
33172
33173 \backslash
33174 middle
33175 \series default
33176 コマンドを用いることによっても実現できます。
33177 \end_layout
33178
33179 \begin_layout Subsection
33180 自己定義の分数
33181 \begin_inset CommandInset label
33182 LatexCommand label
33183 name "sub:自己定義の分数"
33184
33185 \end_inset
33186
33187
33188 \begin_inset Index idx
33189 status collapsed
33190
33191 \begin_layout Plain Layout
33192 ぶんすう@分数 ! じこていぎの@自己定義の ---
33193 \end_layout
33194
33195 \end_inset
33196
33197
33198 \end_layout
33199
33200 \begin_layout Standard
33201 分数用の自製コマンドを定義するには、以下の書式を持つ
33202 \series bold
33203
33204 \backslash
33205 genfrac
33206 \series default
33207
33208 \begin_inset Index idx
33209 status collapsed
33210
33211 \begin_layout Plain Layout
33212 こまんど@コマンド ! G ! 
33213 \backslash
33214 genfrac
33215 \end_layout
33216
33217 \end_inset
33218
33219 コマンドを使います。
33220 \end_layout
33221
33222 \begin_layout Standard
33223
33224 \series bold
33225
33226 \backslash
33227 genfrac{左括弧}{右括弧}{分数線の厚み}{様式}
33228 \begin_inset Newline newline
33229 \end_inset
33230
33231
33232 \begin_inset Phantom HPhantom
33233 status open
33234
33235 \begin_layout Plain Layout
33236
33237 \series bold
33238
33239 \backslash
33240 genfrac
33241 \end_layout
33242
33243 \end_inset
33244
33245 {分子}{分母}
33246 \end_layout
33247
33248 \begin_layout Standard
33249 ここで「様式」は、0
33250 \begin_inset space \thinspace{}
33251 \end_inset
33252
33253 -
33254 \begin_inset space \thinspace{}
33255 \end_inset
33256
33257 3の範囲の数字です。
33258 \end_layout
33259
33260 \begin_layout Standard
33261 \align center
33262 \begin_inset Tabular
33263 <lyxtabular version="3" rows="5" columns="2">
33264 <features rotate="0" tabularvalignment="middle">
33265 <column alignment="center" valignment="top">
33266 <column alignment="center" valignment="top">
33267 <row>
33268 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33269 \begin_inset Text
33270
33271 \begin_layout Plain Layout
33272 数字
33273 \end_layout
33274
33275 \end_inset
33276 </cell>
33277 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33278 \begin_inset Text
33279
33280 \begin_layout Plain Layout
33281 様式(大きさ)
33282 \end_layout
33283
33284 \end_inset
33285 </cell>
33286 </row>
33287 <row>
33288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33289 \begin_inset Text
33290
33291 \begin_layout Plain Layout
33292 0
33293 \end_layout
33294
33295 \end_inset
33296 </cell>
33297 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33298 \begin_inset Text
33299
33300 \begin_layout Plain Layout
33301 別行立て様式の数式
33302 \end_layout
33303
33304 \end_inset
33305 </cell>
33306 </row>
33307 <row>
33308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33309 \begin_inset Text
33310
33311 \begin_layout Plain Layout
33312 1
33313 \end_layout
33314
33315 \end_inset
33316 </cell>
33317 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33318 \begin_inset Text
33319
33320 \begin_layout Plain Layout
33321 行内数式
33322 \end_layout
33323
33324 \end_inset
33325 </cell>
33326 </row>
33327 <row>
33328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33329 \begin_inset Text
33330
33331 \begin_layout Plain Layout
33332 2
33333 \end_layout
33334
33335 \end_inset
33336 </cell>
33337 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33338 \begin_inset Text
33339
33340 \begin_layout Plain Layout
33341 やや小(small)
33342 \end_layout
33343
33344 \end_inset
33345 </cell>
33346 </row>
33347 <row>
33348 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33349 \begin_inset Text
33350
33351 \begin_layout Plain Layout
33352 3
33353 \end_layout
33354
33355 \end_inset
33356 </cell>
33357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33358 \begin_inset Text
33359
33360 \begin_layout Plain Layout
33361 最小(tiny)
33362 \end_layout
33363
33364 \end_inset
33365 </cell>
33366 </row>
33367 </lyxtabular>
33368
33369 \end_inset
33370
33371
33372 \end_layout
33373
33374 \begin_layout Standard
33375 「様式」を指定しないときには、
33376 \series bold
33377
33378 \backslash
33379 frac
33380 \series default
33381 コマンドのように、大きさは周囲の環境に合わせて調節されます。 
33382 \end_layout
33383
33384 \begin_layout Standard
33385 「分数線の厚み」を指定しないときには、既定値である0.4
33386 \begin_inset space \thinspace{}
33387 \end_inset
33388
33389 ptが用いられます。
33390 \end_layout
33391
33392 \begin_layout Standard
33393 \begin_inset VSpace medskip
33394 \end_inset
33395
33396 たとえば、第
33397 \begin_inset CommandInset ref
33398 LatexCommand ref
33399 reference "sub:分数"
33400
33401 \end_inset
33402
33403 節の
33404 \series bold
33405
33406 \backslash
33407 dfrac
33408 \series default
33409 コマンドおよび
33410 \series bold
33411
33412 \backslash
33413 tbinom
33414 \series default
33415 コマンドは、
33416 \end_layout
33417
33418 \begin_layout Standard
33419
33420 \series bold
33421
33422 \backslash
33423 newcommand{
33424 \backslash
33425 dfrac}[2]{
33426 \backslash
33427 genfrac{}{}{}{0}{#1}{#2}}
33428 \end_layout
33429
33430 \begin_layout Standard
33431 あるいは
33432 \end_layout
33433
33434 \begin_layout Standard
33435
33436 \series bold
33437
33438 \backslash
33439 newcommand{
33440 \backslash
33441 tbinom}[2]{
33442 \backslash
33443 genfrac{(}{)}{0pt}{1}{#1}{#2}}
33444 \end_layout
33445
33446 \begin_layout Standard
33447 というコマンドで定義できます。
33448 \end_layout
33449
33450 \begin_layout Standard
33451 \begin_inset VSpace medskip
33452 \end_inset
33453
33454 分数線の厚みを非必須の引数として与えることのできる分数を定義するには、LaTeXプリアンブルに
33455 \end_layout
33456
33457 \begin_layout Standard
33458
33459 \series bold
33460
33461 \backslash
33462 newcommand{
33463 \backslash
33464 fracS}[3][]{
33465 \backslash
33466 genfrac{}{}{#1}{}{#2}{#3}}
33467 \end_layout
33468
33469 \begin_layout Standard
33470 という行を入れます。
33471 \begin_inset Newpage newpage
33472 \end_inset
33473
33474
33475 \end_layout
33476
33477 \begin_layout Standard
33478 以下は、そのテストです。
33479 \begin_inset Formula 
33480 \begin{align*}
33481 \text{コマンド} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
33482 \text{出力} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
33483 \end{align*}
33484
33485 \end_inset
33486
33487 ご覧になってわかるように、分子や分母から分数線までの距離は、分数線の厚みの約3倍になります。
33488 \end_layout
33489
33490 \begin_layout Subsection
33491 数式の消去
33492 \begin_inset Index idx
33493 status collapsed
33494
33495 \begin_layout Plain Layout
33496 すうしき@数式 ! しょうきょ@消去
33497 \end_layout
33498
33499 \end_inset
33500
33501
33502 \end_layout
33503
33504 \begin_layout Standard
33505 数式を消去するには、4つの方法があります。
33506 \end_layout
33507
33508 \begin_layout Standard
33509 \align center
33510 \begin_inset Tabular
33511 <lyxtabular version="3" rows="5" columns="2">
33512 <features rotate="0" tabularvalignment="middle">
33513 <column alignment="center" valignment="top">
33514 <column alignment="center" valignment="top">
33515 <row>
33516 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33517 \begin_inset Text
33518
33519 \begin_layout Plain Layout
33520 コマンド
33521 \end_layout
33522
33523 \end_inset
33524 </cell>
33525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33526 \begin_inset Text
33527
33528 \begin_layout Plain Layout
33529 出力
33530 \begin_inset Note Note
33531 status collapsed
33532
33533 \begin_layout Plain Layout
33534 ここで
33535 \series bold
33536
33537 \backslash
33538 raisebox
33539 \series default
33540 はスペーサーとして使用しているだけです。
33541 \end_layout
33542
33543 \end_inset
33544
33545
33546 \end_layout
33547
33548 \end_inset
33549 </cell>
33550 </row>
33551 <row>
33552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33553 \begin_inset Text
33554
33555 \begin_layout Plain Layout
33556
33557 \backslash
33558 cancel
33559 \begin_inset space \textvisiblespace{}
33560 \end_inset
33561
33562 int
33563 \begin_inset space \textvisiblespace{}
33564 \end_inset
33565
33566 A=B
33567 \end_layout
33568
33569 \end_inset
33570 </cell>
33571 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33572 \begin_inset Text
33573
33574 \begin_layout Plain Layout
33575 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
33576 \end_inset
33577
33578
33579 \end_layout
33580
33581 \end_inset
33582 </cell>
33583 </row>
33584 <row>
33585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33586 \begin_inset Text
33587
33588 \begin_layout Plain Layout
33589
33590 \backslash
33591 bcancel
33592 \begin_inset space \textvisiblespace{}
33593 \end_inset
33594
33595
33596 \backslash
33597 int
33598 \begin_inset space \textvisiblespace{}
33599 \end_inset
33600
33601 A=B
33602 \end_layout
33603
33604 \end_inset
33605 </cell>
33606 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33607 \begin_inset Text
33608
33609 \begin_layout Plain Layout
33610 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
33611 \end_inset
33612
33613
33614 \end_layout
33615
33616 \end_inset
33617 </cell>
33618 </row>
33619 <row>
33620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33621 \begin_inset Text
33622
33623 \begin_layout Plain Layout
33624
33625 \backslash
33626 xcancel
33627 \begin_inset space \textvisiblespace{}
33628 \end_inset
33629
33630
33631 \backslash
33632 int
33633 \begin_inset space \textvisiblespace{}
33634 \end_inset
33635
33636 A=B
33637 \end_layout
33638
33639 \end_inset
33640 </cell>
33641 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33642 \begin_inset Text
33643
33644 \begin_layout Plain Layout
33645 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
33646 \end_inset
33647
33648
33649 \end_layout
33650
33651 \end_inset
33652 </cell>
33653 </row>
33654 <row>
33655 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33656 \begin_inset Text
33657
33658 \begin_layout Plain Layout
33659
33660 \backslash
33661 cancelto
33662 \begin_inset space \textvisiblespace{}
33663 \end_inset
33664
33665
33666 \backslash
33667 int
33668 \begin_inset space \textvisiblespace{}
33669 \end_inset
33670
33671 A=B
33672 \begin_inset Formula $\to$
33673 \end_inset
33674
33675 1
33676 \end_layout
33677
33678 \end_inset
33679 </cell>
33680 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33681 \begin_inset Text
33682
33683 \begin_layout Plain Layout
33684 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
33685 \end_inset
33686
33687
33688 \end_layout
33689
33690 \end_inset
33691 </cell>
33692 </row>
33693 </lyxtabular>
33694
33695 \end_inset
33696
33697
33698 \end_layout
33699
33700 \begin_layout Standard
33701
33702 \series bold
33703
33704 \backslash
33705 cancelto
33706 \series default
33707 は、以下のように、とくに数式中の分数を約分を表示するのに適しています。
33708 \begin_inset Formula 
33709 \[
33710 \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}}}
33711 \]
33712
33713 \end_inset
33714
33715
33716 \end_layout
33717
33718 \begin_layout Standard
33719
33720 \lang english
33721 To change the size of 
33722 \series bold
33723
33724 \backslash
33725 cancelto
33726 \series default
33727 's 
33728 \begin_inset Quotes eld
33729 \end_inset
33730
33731 subscript
33732 \begin_inset Quotes erd
33733 \end_inset
33734
33735  value one can add the LaTeX-preamble line
33736 \end_layout
33737
33738 \begin_layout Standard
33739
33740 \series bold
33741
33742 \backslash
33743 PassOptionsToPackage{option}{cancel}
33744 \end_layout
33745
33746 \begin_layout Standard
33747
33748 \lang english
33749 where 
33750 \series bold
33751 option
33752 \series default
33753  is either 
33754 \series bold
33755 samesize
33756 \series default
33757  which leads to the same size as for the canceled value, or 
33758 \series bold
33759 Smaller
33760 \series default
33761  which makes is it a bit smaller than normal.
33762 \end_layout
33763
33764 \begin_layout Standard
33765 という行で読み込まれています。取り消し線に色を付けるには、TeXコードで以下のコマンドを書き加えてください。
33766 \end_layout
33767
33768 \begin_layout Standard
33769
33770 \series bold
33771
33772 \backslash
33773 renewcommand{
33774 \backslash
33775 CancelColor}{
33776 \backslash
33777 color{red}}
33778 \end_layout
33779
33780 \begin_layout Standard
33781 ここで
33782 \series bold
33783 red
33784 \series default
33785 は、お好みの色に変更することができます。
33786 \end_layout
33787
33788 \begin_layout Standard
33789 \begin_inset ERT
33790 status collapsed
33791
33792 \begin_layout Plain Layout
33793
33794
33795 \backslash
33796 renewcommand{
33797 \backslash
33798 CancelColor}{
33799 \backslash
33800 color{red}}
33801 \end_layout
33802
33803 \end_inset
33804
33805
33806 \end_layout
33807
33808 \begin_layout Standard
33809 \begin_inset Formula 
33810 \[
33811 \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}}}
33812 \]
33813
33814 \end_inset
33815
33816
33817 \end_layout
33818
33819 \begin_layout Standard
33820 \begin_inset ERT
33821 status collapsed
33822
33823 \begin_layout Plain Layout
33824
33825
33826 \backslash
33827 renewcommand{
33828 \backslash
33829 CancelColor}{
33830 \backslash
33831 color{black}}
33832 \end_layout
33833
33834 \end_inset
33835
33836
33837 \begin_inset Note Note
33838 status open
33839
33840 \begin_layout Plain Layout
33841 色をリセット
33842 \end_layout
33843
33844 \end_inset
33845
33846
33847 \end_layout
33848
33849 \begin_layout Standard
33850 他の微調整については、
33851 \series bold
33852 cancel
33853 \series default
33854 パッケージの取扱説明書
33855 \begin_inset CommandInset citation
33856 LatexCommand cite
33857 key "cancel"
33858
33859 \end_inset
33860
33861 をご覧ください。
33862 \begin_inset Index idx
33863 status collapsed
33864
33865 \begin_layout Plain Layout
33866 ぱっけーじ@パッケージ ! cancel
33867 \end_layout
33868
33869 \end_inset
33870
33871
33872 \end_layout
33873
33874 \begin_layout Subsection
33875 節見出し中の数式
33876 \begin_inset CommandInset label
33877 LatexCommand label
33878 name "sub:節見出し中の数式"
33879
33880 \end_inset
33881
33882
33883 \begin_inset Index idx
33884 status collapsed
33885
33886 \begin_layout Plain Layout
33887 すうしき@数式 ! せつみだしちゅうの@節見出し中の ---
33888 \end_layout
33889
33890 \end_inset
33891
33892
33893 \end_layout
33894
33895 \begin_layout Standard
33896 数式を節見出し中で使う際には、以下のことに留意しなくてはなりません。
33897 \end_layout
33898
33899 \begin_layout Standard
33900 \begin_inset Note Greyedout
33901 status open
33902
33903 \begin_layout Plain Layout
33904 文書設定ダイアログの
33905 \family sans
33906 PDF特性
33907 \family default
33908
33909 \series bold
33910 hyperref
33911 \series default
33912
33913 \begin_inset Index idx
33914 status collapsed
33915
33916 \begin_layout Plain Layout
33917 ぱっけーじ@パッケージ ! hyperref
33918 \end_layout
33919
33920 \end_inset
33921
33922 サポートが有効になっている場合、PDFのしおりが、目次にある節見出しすべてに関して生成されます。しおり中に数式を入れることはPDFの慣習に違反しているため、節見
33923 出しに数式が含まれている場合、数式はしおり中に誤った文字列として表示されます。
33924 \end_layout
33925
33926 \end_inset
33927
33928
33929 \end_layout
33930
33931 \begin_layout Standard
33932 これらの問題は、
33933 \family sans
33934 挿入\SpecialChar \menuseparator
33935 短縮タイトル
33936 \family default
33937 メニューを使って、問題となる節見出しの最後に短縮タイトルを入れることで解決することができます。短縮タイトルは、目次が美しく整形されるように、多行にわたる節見出し
33938 に別名を付けるものです。目次中には、短縮タイトルのみが表示され、したがってPDFしおり中にも短縮タイトルのみが表示されます。
33939 \end_layout
33940
33941 \begin_layout Standard
33942 数式を目次中でも使わなくてもならないが、
33943 \series bold
33944 hyperref
33945 \series default
33946 も使用しなくてはならないときには、
33947 \end_layout
33948
33949 \begin_layout Standard
33950
33951 \series bold
33952
33953 \backslash
33954 texorpdfstring{部分}{代替文字列}
33955 \begin_inset Index idx
33956 status collapsed
33957
33958 \begin_layout Plain Layout
33959 こまんど@コマンド ! T ! 
33960 \backslash
33961 texorpdfstring
33962 \end_layout
33963
33964 \end_inset
33965
33966
33967 \end_layout
33968
33969 \begin_layout Standard
33970 というコマンドをTeXモードで使う方法があります。
33971 \end_layout
33972
33973 \begin_layout Standard
33974 「部分」は、見出し中、PDFしおりに表示したくない部分です。これは、文字・数式・脚注のほかに相互参照をとることもできます。しおりには、この部分の代わりに、「代替
33975 文字列」が用いられます。
33976 \end_layout
33977
33978 \begin_layout Standard
33979 以下の二つは、見出しの例です。
33980 \begin_inset VSpace -3mm
33981 \end_inset
33982
33983
33984 \begin_inset ERT
33985 status collapsed
33986
33987 \begin_layout Plain Layout
33988
33989
33990 \backslash
33991 boldmath 
33992 \end_layout
33993
33994 \end_inset
33995
33996
33997 \end_layout
33998
33999 \begin_layout Subsubsection
34000 目次中では数式を使わない見出し
34001 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
34002 \end_inset
34003
34004
34005 \begin_inset Argument 1
34006 status collapsed
34007
34008 \begin_layout Plain Layout
34009 目次中では数式を使わない見出し
34010 \end_layout
34011
34012 \end_inset
34013
34014
34015 \end_layout
34016
34017 \begin_layout Subsubsection
34018 目次中で数式を使う見出し
34019 \begin_inset ERT
34020 status collapsed
34021
34022 \begin_layout Plain Layout
34023
34024
34025 \backslash
34026 texorpdfstring{
34027 \end_layout
34028
34029 \end_inset
34030
34031  
34032 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
34033 \end_inset
34034
34035
34036 \begin_inset ERT
34037 status collapsed
34038
34039 \begin_layout Plain Layout
34040
34041 }{}
34042 \end_layout
34043
34044 \end_inset
34045
34046
34047 \end_layout
34048
34049 \begin_layout Standard
34050 \begin_inset ERT
34051 status collapsed
34052
34053 \begin_layout Plain Layout
34054
34055
34056 \backslash
34057 unboldmath 
34058 \end_layout
34059
34060 \end_inset
34061
34062 一つめの見出しでは短縮タイトルが使われており、二つめの見出しでは
34063 \series bold
34064
34065 \backslash
34066 texorpdfstring
34067 \series default
34068 が使われています。
34069 \end_layout
34070
34071 \begin_layout Standard
34072 他の節見出しと同じ書式を得るために、上の見出し全体は
34073 \series bold
34074 boldmath
34075 \series default
34076 環境に設定してあります
34077 \begin_inset Foot
34078 status collapsed
34079
34080 \begin_layout Plain Layout
34081
34082 \begin_inset CommandInset ref
34083 LatexCommand ref
34084 reference "sub:ボールド体の数式"
34085
34086 \end_inset
34087
34088 節参照。
34089 \end_layout
34090
34091 \end_inset
34092
34093
34094 \end_layout
34095
34096 \begin_layout Subsection
34097 多段組文中の数式
34098 \begin_inset Index idx
34099 status collapsed
34100
34101 \begin_layout Plain Layout
34102 すうしき@数式 ! ただんくみぶんちゅうの@多段組文中の ---
34103 \end_layout
34104
34105 \end_inset
34106
34107
34108 \end_layout
34109
34110 \begin_layout Standard
34111 多段組文中に数式を作ると、段の中に収まりきらないことも多く、ページ幅全体に広がるようにする必要があることがあります。これは、
34112 \series bold
34113 multicol
34114 \series default
34115
34116 \begin_inset Foot
34117 status collapsed
34118
34119 \begin_layout Plain Layout
34120
34121 \series bold
34122 multicol
34123 \series default
34124 は、標準的LaTeX頒布版のすべてに含まれています。
34125 \end_layout
34126
34127 \end_inset
34128
34129
34130 \begin_inset Index idx
34131 status collapsed
34132
34133 \begin_layout Plain Layout
34134 ぱっけーじ@パッケージ ! multicol
34135 \end_layout
34136
34137 \end_inset
34138
34139  LaTeXパッケージを、
34140 \end_layout
34141
34142 \begin_layout Standard
34143
34144 \series bold
34145
34146 \backslash
34147 usepackage{multicol}
34148 \end_layout
34149
34150 \begin_layout Standard
34151 というLaTeXプリアンブル行を書いて読み込むことで、実現できます。
34152 \end_layout
34153
34154 \begin_layout Standard
34155 \begin_inset Note Greyedout
34156 status open
34157
34158 \begin_layout Plain Layout
34159 ここで、
34160 \family sans
34161 文書\SpecialChar \menuseparator
34162 設定
34163 \family default
34164 メニューの
34165 \family sans
34166 本文レイアウト
34167 \family default
34168 で、
34169 \family sans
34170 二段組文書
34171 \family default
34172 の設定を
34173 \emph on
34174 有効にしてはならない
34175 \emph default
34176 ことに注意してください。
34177 \end_layout
34178
34179 \end_inset
34180
34181
34182 \end_layout
34183
34184 \begin_layout Standard
34185 多段組文の前に
34186 \end_layout
34187
34188 \begin_layout Standard
34189
34190 \series bold
34191
34192 \backslash
34193 begin{multicols}{段数}
34194 \end_layout
34195
34196 \begin_layout Standard
34197 というコマンドをTeXモードで書き入れます。「段数」は、2
34198 \begin_inset space \thinspace{}
34199 \end_inset
34200
34201 -
34202 \begin_inset space \thinspace{}
34203 \end_inset
34204
34205 10のあいだの数字です。多段組文の終わる数式の前には、
34206 \end_layout
34207
34208 \begin_layout Standard
34209
34210 \series bold
34211
34212 \backslash
34213 end{multicols}
34214 \end_layout
34215
34216 \begin_layout Standard
34217 というコマンドをTeXモードで入れます。
34218 \end_layout
34219
34220 \begin_layout Standard
34221 このコマンドによって、数式の前にいくらかの余白が、自動的に作られます。これをなくすには、数式の前に-6
34222 \begin_inset space \thinspace{}
34223 \end_inset
34224
34225 mmの垂直空白を入れて下さい。数式様式
34226 \series bold
34227
34228 \begin_inset Foot
34229 status collapsed
34230
34231 \begin_layout Plain Layout
34232
34233 \series bold
34234 数式様式に関しては、第
34235 \series default
34236
34237 \begin_inset CommandInset ref
34238 LatexCommand ref
34239 reference "sec:数式様式"
34240
34241 \end_inset
34242
34243 節をご覧下さい。
34244 \end_layout
34245
34246 \end_inset
34247
34248
34249 \series default
34250 として
34251 \series bold
34252 行頭下げ
34253 \series default
34254 を使用している場合には、代わりに-9
34255 \begin_inset space \thinspace{}
34256 \end_inset
34257
34258 mmの垂直空白を入れて下さい。
34259 \end_layout
34260
34261 \begin_layout Standard
34262 以下は、別行立て数式を含む、多段組文の例です。
34263 \end_layout
34264
34265 \begin_layout Standard
34266 \begin_inset ERT
34267 status collapsed
34268
34269 \begin_layout Plain Layout
34270
34271
34272 \backslash
34273 begin{multicols}{2}
34274 \end_layout
34275
34276 \end_inset
34277
34278
34279 \lang ngerman
34280 Das Spektrum wird fouriertransformiert.
34281  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
34282 , Lösungsmittel) zu trennen.
34283  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
34284  nun das Aussehen des Ausgangssignals.
34285  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so das man
34286  über alle Phasen integrieren muss.
34287  Sei nun 
34288 \begin_inset Formula $S$
34289 \end_inset
34290
34291  unser normiertes Ausgangssignal und 
34292 \begin_inset Formula $P$
34293 \end_inset
34294
34295  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
34296 \lang japanese
34297
34298 \begin_inset ERT
34299 status collapsed
34300
34301 \begin_layout Plain Layout
34302
34303
34304 \backslash
34305 end{multicols}
34306 \end_layout
34307
34308 \end_inset
34309
34310
34311 \begin_inset VSpace -6mm
34312 \end_inset
34313
34314
34315 \begin_inset Formula 
34316 \begin{equation}
34317 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
34318 \end{equation}
34319
34320 \end_inset
34321
34322
34323 \begin_inset ERT
34324 status collapsed
34325
34326 \begin_layout Plain Layout
34327
34328
34329 \backslash
34330 begin{multicols}{2}
34331 \end_layout
34332
34333 \end_inset
34334
34335
34336 \lang ngerman
34337 wobei 
34338 \begin_inset Formula $S_{0}$
34339 \end_inset
34340
34341  das Signal ohne Gradient ist und die Normierungsbedingung 
34342 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
34343 \end_inset
34344
34345  gilt.
34346  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
34347  Direkt nach dem 
34348 \begin_inset Formula $\nicefrac{\pi}{2}$
34349 \end_inset
34350
34351
34352 \begin_inset space \thinspace{}
34353 \end_inset
34354
34355 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
34356  das Signal zusätzlich abschwächt.
34357  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
34358  
34359 \begin_inset Formula $T_{2}$
34360 \end_inset
34361
34362 -Zeit.
34363 \end_layout
34364
34365 \begin_layout Standard
34366 \begin_inset ERT
34367 status collapsed
34368
34369 \begin_layout Plain Layout
34370
34371
34372 \backslash
34373 end{multicols}
34374 \end_layout
34375
34376 \end_inset
34377
34378  
34379 \end_layout
34380
34381 \begin_layout Subsection
34382 変数の説明付き数式
34383 \begin_inset Index idx
34384 status collapsed
34385
34386 \begin_layout Plain Layout
34387 すうしき@数式 ! へんすうのせつめいつき@変数の説明付き
34388 \end_layout
34389
34390 \end_inset
34391
34392
34393 \end_layout
34394
34395 \begin_layout Standard
34396 \begin_inset CommandInset ref
34397 LatexCommand eqref
34398 reference "eq:within"
34399
34400 \end_inset
34401
34402 式のように、数式内で変数の説明をするには、
34403 \begin_inset Formula $n$
34404 \end_inset
34405
34406 個の変数が使われている場合、左寄せの列を持つ
34407 \begin_inset Formula $2\times n$
34408 \end_inset
34409
34410 行列を使用します
34411 \begin_inset Foot
34412 status collapsed
34413
34414 \begin_layout Plain Layout
34415 行列に関しては、第
34416 \begin_inset CommandInset ref
34417 LatexCommand ref
34418 reference "sec:行列"
34419
34420 \end_inset
34421
34422 節参照。
34423 \end_layout
34424
34425 \end_inset
34426
34427 。説明を小さな文字にするには、行列の前に、たとえば
34428 \series bold
34429
34430 \backslash
34431 footnotesize
34432 \series default
34433 コマンドを挿入します
34434 \begin_inset Foot
34435 status collapsed
34436
34437 \begin_layout Plain Layout
34438 フォント寸法に関しては、第
34439 \begin_inset CommandInset ref
34440 LatexCommand ref
34441 reference "sub:書体寸法"
34442
34443 \end_inset
34444
34445 節参照。
34446 \end_layout
34447
34448 \end_inset
34449
34450
34451 \end_layout
34452
34453 \begin_layout Standard
34454 数式様式に
34455 \series bold
34456 行頭下げ
34457 \begin_inset Foot
34458 status collapsed
34459
34460 \begin_layout Plain Layout
34461
34462 \series bold
34463 数式様式に関しては、第
34464 \series default
34465
34466 \begin_inset CommandInset ref
34467 LatexCommand ref
34468 reference "sec:数式様式"
34469
34470 \end_inset
34471
34472 節参照。
34473 \end_layout
34474
34475 \end_inset
34476
34477
34478 \series default
34479 を使っている場合、行列を数式とページ余白から等距離に置くために、行列の前後に
34480 \series bold
34481
34482 \backslash
34483 hfill
34484 \series default
34485
34486 \begin_inset Foot
34487 status collapsed
34488
34489 \begin_layout Plain Layout
34490
34491 \series bold
34492
34493 \backslash
34494 hfill
34495 \series default
34496 は、
34497 \series bold
34498 行頭下げ
34499 \series default
34500 様式のときのみ機能します。第
34501 \begin_inset CommandInset ref
34502 LatexCommand ref
34503 reference "sub:可変長の空白"
34504
34505 \end_inset
34506
34507 節をご覧下さい。
34508 \end_layout
34509
34510 \end_inset
34511
34512 を入れます。
34513 \end_layout
34514
34515 \begin_layout Standard
34516 数式様式に
34517 \series bold
34518 中央揃え
34519 \series default
34520 を使っている場合、数式を字下げするには、第
34521 \begin_inset CommandInset ref
34522 LatexCommand ref
34523 reference "sub:flalign環境"
34524
34525 \end_inset
34526
34527 節で述べた方法を使用します。
34528 \begin_inset CommandInset ref
34529 LatexCommand eqref
34530 reference "eq:within"
34531
34532 \end_inset
34533
34534 式には5列があり、最初の2列には数式、3列めには行列、最終列には空のTeX括弧が入っています。
34535 \begin_inset Formula 
34536 \begin{flalign}
34537 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
34538 \rho & \textrm{density}\\
34539 V & \textrm{volume}\\
34540 g & \textrm{gravitational acceleration}
34541 \end{array} &  & {}\label{eq:within}
34542 \end{flalign}
34543
34544 \end_inset
34545
34546
34547 \end_layout
34548
34549 \begin_layout Subsection
34550 アップライト体のギリシャ小文字
34551 \begin_inset CommandInset label
34552 LatexCommand label
34553 name "sub:アップライト体ギリシャ小文字"
34554
34555 \end_inset
34556
34557
34558 \begin_inset Index idx
34559 status collapsed
34560
34561 \begin_layout Plain Layout
34562 ぎりしゃもじ@ギリシャ文字 ! あっぷらいとたい@アップライト体
34563 \end_layout
34564
34565 \end_inset
34566
34567
34568 \end_layout
34569
34570 \begin_layout Standard
34571 ほとんどの数式書体は、イタリック体のギリシャ小文字しか提供していません。しかし、
34572 \begin_inset Formula $\pi$
34573 \end_inset
34574
34575 中間子やニュートリノのような素粒子の記号には、アップライト体のギリシャ文字が必要とされます。
34576 \series bold
34577 upgreek.sty
34578 \series default
34579
34580 \begin_inset Foot
34581 status collapsed
34582
34583 \begin_layout Plain Layout
34584
34585 \series bold
34586 upgreek
34587 \series default
34588 は、
34589 \series bold
34590 was
34591 \series default
34592
34593 \begin_inset Index idx
34594 status collapsed
34595
34596 \begin_layout Plain Layout
34597 ぱっけーじ@パッケージ ! was
34598 \begin_inset ERT
34599 status collapsed
34600
34601 \begin_layout Plain Layout
34602
34603
34604 \backslash
34605 vspace{4mm}
34606 \end_layout
34607
34608 \end_inset
34609
34610
34611 \end_layout
34612
34613 \end_inset
34614
34615  LaTeXパッケージの一部です。
34616 \end_layout
34617
34618 \end_inset
34619
34620
34621 \begin_inset Index idx
34622 status collapsed
34623
34624 \begin_layout Plain Layout
34625 ぱっけーじ@パッケージ ! upgreek
34626 \end_layout
34627
34628 \end_inset
34629
34630  ファイルを
34631 \end_layout
34632
34633 \begin_layout Standard
34634
34635 \series bold
34636
34637 \backslash
34638 usepackage{upgreek}
34639 \end_layout
34640
34641 \begin_layout Standard
34642 というLaTeXプリアンブル行で読み込めば、これらが提供されるようになります。
34643 \begin_inset ERT
34644 status collapsed
34645
34646 \begin_layout Plain Layout
34647
34648
34649 \backslash
34650 ifupgreek 
34651 \end_layout
34652
34653 \end_inset
34654
34655
34656 \begin_inset Note Note
34657 status open
34658
34659 \begin_layout Plain Layout
34660 以下の表は、
34661 \series bold
34662 upgreek
34663 \series default
34664  LaTeXパッケージが導入済みのときのみ表示されます。
34665 \end_layout
34666
34667 \end_inset
34668
34669 アップライト体のギリシャ小文字は、ギリシャ小文字のコマンド名の前に
34670 \series bold
34671 up
34672 \series default
34673 を付けると作ることができます。たとえば
34674 \series bold
34675
34676 \backslash
34677 uptau
34678 \series default
34679 コマンドは、
34680 \begin_inset Formula $\uptau$
34681 \end_inset
34682
34683 のようになります。
34684 \end_layout
34685
34686 \begin_layout Standard
34687 これらのコマンドを使えば、以下のような素粒子の反応を組版することができるようになります。
34688 \begin_inset Formula 
34689 \[
34690 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}
34691 \]
34692
34693 \end_inset
34694
34695
34696 \end_layout
34697
34698 \begin_layout Standard
34699 アップライト体の文字は、イタリック体のものよりも太く幅広です。したがって、これらを「
34700 \begin_inset Formula $\mu m$
34701 \end_inset
34702
34703 」のような単位に使うべきではありません。
34704 \end_layout
34705
34706 \begin_layout Standard
34707 \begin_inset ERT
34708 status collapsed
34709
34710 \begin_layout Plain Layout
34711
34712
34713 \backslash
34714 else 
34715 \end_layout
34716
34717 \end_inset
34718
34719
34720 \begin_inset Note Note
34721 status open
34722
34723 \begin_layout Plain Layout
34724 以下は、
34725 \series bold
34726 upgreek
34727 \series default
34728  LaTeXパッケージが導入されていないときのみ表示されます。
34729 \end_layout
34730
34731 \end_inset
34732
34733
34734 \end_layout
34735
34736 \begin_layout Standard
34737 この小節のすべてを出力で見るには、
34738 \series bold
34739 upgreek
34740 \series default
34741  LaTeXパッケージを導入する必要があります。
34742 \end_layout
34743
34744 \begin_layout Standard
34745 \begin_inset ERT
34746 status collapsed
34747
34748 \begin_layout Plain Layout
34749
34750
34751 \backslash
34752 fi 
34753 \end_layout
34754
34755 \end_inset
34756
34757
34758 \begin_inset Newpage newpage
34759 \end_inset
34760
34761
34762 \end_layout
34763
34764 \begin_layout Subsection
34765 数式中のテキスト文字
34766 \begin_inset CommandInset label
34767 LatexCommand label
34768 name "sub:数式中のテキスト文字"
34769
34770 \end_inset
34771
34772
34773 \begin_inset Index idx
34774 status collapsed
34775
34776 \begin_layout Plain Layout
34777 てきすと@テキスト ! すうしきちゅうの@数式中の ---
34778 \end_layout
34779
34780 \end_inset
34781
34782
34783 \end_layout
34784
34785 \begin_layout Standard
34786 折にふれて、テキスト文字を直接数式中に入れたいときがあるでしょう。たとえば、中黒「·」を
34787 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
34788 \end_inset
34789
34790 のように数式中で頻繁に用いようとすると、この中黒はすべてのエンコーディングでテキスト文字として定義されているために、代わりに
34791 \series bold
34792
34793 \backslash
34794 cdot
34795 \series default
34796
34797 \begin_inset Foot
34798 status collapsed
34799
34800 \begin_layout Plain Layout
34801
34802 \begin_inset CommandInset ref
34803 LatexCommand ref
34804 reference "sub:二項演算子"
34805
34806 \end_inset
34807
34808 節参照。
34809 \end_layout
34810
34811 \end_inset
34812
34813 コマンドを挿入しなくてはならなくなることでしょう。しかし、
34814 \end_layout
34815
34816 \begin_layout Standard
34817
34818 \series bold
34819
34820 \backslash
34821 Declare Inputtext{183}{
34822 \backslash
34823 ifmmode
34824 \backslash
34825 cdot
34826 \backslash
34827 else
34828 \backslash
34829 textperiodcentered
34830 \backslash
34831 f\SpecialChar \textcompwordmark{}
34832 i}
34833 \end_layout
34834
34835 \begin_layout Standard
34836 というLaTeXプリアンブル行を使えば、エンコーディングに変更を加えることができます。
34837 \end_layout
34838
34839 \begin_layout Standard
34840 文字エンコーディング(
34841 \family sans
34842 文書\SpecialChar \menuseparator
34843 設定\SpecialChar \menuseparator
34844 言語
34845 \family default
34846 メニュー)は、キーボード上の
34847 \begin_inset Flex Ruby
34848 status collapsed
34849
34850 \begin_layout Plain Layout
34851
34852 \begin_inset Argument post:1
34853 status collapsed
34854
34855 \begin_layout Plain Layout
34856 キー
34857 \end_layout
34858
34859 \end_inset
34860
34861
34862 \end_layout
34863
34864 \end_inset
34865
34866 が押されたときにどの文字が表示されるかを指定します。「·」文字に対応する鍵が押されると、内部的には
34867 \series bold
34868
34869 \backslash
34870 textperiodcentered
34871 \series default
34872 コマンドが使用されます。しかし、このコマンドは数式中では使えないので、LaTeXエラーが発生するのです。変更後のエンコーディングでは、文字が数式中に挿入されたか
34873 否かによって、正しいコマンドが自動的に選択されます。
34874 \end_layout
34875
34876 \begin_layout Standard
34877 定義ファイル中には、複数の文字のエンコーディングが保管されています。たとえば、
34878 \series bold
34879 latin9
34880 \series default
34881 エンコーディングは、LaTeXがインストールされたフォルダにある
34882 \series bold
34883 latin9.def
34884 \series default
34885 ファイルに定義されています。エンコーディングは、LaTeXプリアンブルで変更するべきであって、定義ファイルを変更してはなりません。さもないと、自分の作成した文書
34886 は、他のコンピューターで作業をしている他のユーザーによっては編集することができなくなってしまいます。
34887 \end_layout
34888
34889 \begin_layout Standard
34890 \begin_inset VSpace medskip
34891 \end_inset
34892
34893 中黒の他にこの文書では、角度記号「
34894 \begin_inset Formula $^{\circ}$
34895 \end_inset
34896
34897 」が、数式に直接入れることができるよう、以下のようなLaTeXプリアンブル行で定義されています
34898 \begin_inset Foot
34899 status collapsed
34900
34901 \begin_layout Plain Layout
34902 (訳註)pLaTeXでは、これらの定義は必要ないので、コメントアウトして無効にしてあります。
34903 \end_layout
34904
34905 \end_inset
34906
34907
34908 \end_layout
34909
34910 \begin_layout Standard
34911
34912 \series bold
34913
34914 \backslash
34915 DeclareInputtext{176}{
34916 \backslash
34917 ifmmode^
34918 \backslash
34919 circ
34920 \backslash
34921 else
34922 \backslash
34923 textdegree
34924 \backslash
34925 f\SpecialChar \textcompwordmark{}
34926 i}
34927 \end_layout
34928
34929 \begin_layout Standard
34930 \begin_inset Newpage newpage
34931 \end_inset
34932
34933
34934 \end_layout
34935
34936 \begin_layout Section
34937 \start_of_appendix
34938 組版上の助言
34939 \begin_inset Index idx
34940 status collapsed
34941
34942 \begin_layout Plain Layout
34943 くみばんじょうのじょげん@組版上の助言
34944 \end_layout
34945
34946 \end_inset
34947
34948
34949 \end_layout
34950
34951 \begin_layout Standard
34952 この節は、ISO規範に掲げてある、もっとも重要な組版ルールの要約です
34953 \begin_inset Foot
34954 status collapsed
34955
34956 \begin_layout Plain Layout
34957 この要約の一部は、ISO規則を取り上げている「Duden」
34958 \begin_inset CommandInset citation
34959 LatexCommand cite
34960 key "Duden"
34961
34962 \end_inset
34963
34964 と呼ばれるドイツの半公的辞書から採られています。
34965 \end_layout
34966
34967 \end_inset
34968
34969
34970 \end_layout
34971
34972 \begin_layout Itemize
34973 物理単位は、つねに(イタリック文中にあるときも)アップライト体にします
34974 \begin_inset Foot
34975 status collapsed
34976
34977 \begin_layout Plain Layout
34978 書体様式で指定します。第
34979 \begin_inset CommandInset ref
34980 LatexCommand ref
34981 reference "sub:書体様式"
34982
34983 \end_inset
34984
34985 節を参照。
34986 \end_layout
34987
34988 \end_inset
34989
34990 :30
34991 \begin_inset space \thinspace{}
34992 \end_inset
34993
34994 km/h
34995 \begin_inset Newline newline
34996 \end_inset
34997
34998 値と単位の間には、最小空白を入れます。第
34999 \begin_inset CommandInset ref
35000 LatexCommand ref
35001 reference "sub:定義済みの空白"
35002
35003 \end_inset
35004
35005 節を参照。
35006 \begin_inset Newline newline
35007 \end_inset
35008
35009 この慣習は、
35010 \series bold
35011
35012 \backslash
35013 unittwo
35014 \series default
35015 コマンドを使用すると、つねに満たされます。このコマンドを数式に入れると、二つの枠が現れます。最初の枠には値をいれ、第二の枠に単位を入れると、上記と同じような結果
35016 が得られます:
35017 \begin_inset Formula $\unit[30]{km/h}$
35018 \end_inset
35019
35020
35021 \begin_inset space \thinspace{}
35022 \end_inset
35023
35024 。実は、
35025 \series bold
35026
35027 \backslash
35028 unittwo
35029 \series default
35030 は、LaTeXコマンドの実体ではなく、
35031 \series bold
35032
35033 \backslash
35034 unit[値]{単位}
35035 \series default
35036 というコマンドです。したがって、これをTeXコード中で使用することはできません。
35037 \end_layout
35038
35039 \begin_layout Itemize
35040 百分率記号と千分率記号は、物理単位と同様に組みます:
35041 \begin_inset Newline newline
35042 \end_inset
35043
35044 血中アルコール1,2
35045 \begin_inset space \thinspace{}
35046 \end_inset
35047
35048
35049 \end_layout
35050
35051 \begin_layout Itemize
35052 角度記号は値の直後に置きます:
35053 \begin_inset Formula $15^{\circ}$
35054 \end_inset
35055
35056 。しかし、単位として用いられるときは別です:15
35057 \begin_inset space \thinspace{}
35058 \end_inset
35059
35060
35061 \begin_inset Formula $^{\circ}\negmedspace\mbox{C}$
35062 \end_inset
35063
35064
35065 \end_layout
35066
35067 \begin_layout Itemize
35068 4桁以上の数は、3桁ごとに最小空白を直前に挿入して、グループ化します:18
35069 \begin_inset space \thinspace{}
35070 \end_inset
35071
35072 473
35073 \begin_inset space \thinspace{}
35074 \end_inset
35075
35076 588
35077 \end_layout
35078
35079 \begin_layout Itemize
35080 \begin_inset Formula $120\times90\times40$
35081 \end_inset
35082
35083
35084 \begin_inset space \thinspace{}
35085 \end_inset
35086
35087 cmのような寸法には、積記号「
35088 \begin_inset Formula $\times$
35089 \end_inset
35090
35091 」を用います。これは、
35092 \series bold
35093
35094 \backslash
35095 times
35096 \series default
35097 コマンドか、
35098 \family sans
35099 挿入\SpecialChar \menuseparator
35100 特殊文字\SpecialChar \menuseparator
35101 記号
35102 \family default
35103 メニューから入れることができます。
35104 \end_layout
35105
35106 \begin_layout Itemize
35107 いくつかの文字を含む関数名は、混乱を防ぐためにアップライト体にします。第
35108 \begin_inset CommandInset ref
35109 LatexCommand ref
35110 reference "sub:定義済み函数"
35111
35112 \end_inset
35113
35114 節を参照。
35115 \end_layout
35116
35117 \begin_layout Itemize
35118 複数の文字を含む指数は、アップライト体にします:
35119 \begin_inset Formula $E_{\mathrm{kin}}$
35120 \end_inset
35121
35122
35123 \begin_inset Newline newline
35124 \end_inset
35125
35126 行列要素はイタリック体にします:
35127 \begin_inset Formula $\hat{H}_{kl}$
35128 \end_inset
35129
35130
35131 \end_layout
35132
35133 \begin_layout Itemize
35134 微分作用素・積分作用素「d」、オイラー数「e」、虚数単位「i」は、他の変数と間違えることを避けるために、アップライト体にします。
35135 \end_layout
35136
35137 \begin_layout Itemize
35138
35139 \noun on
35140 フーリエ
35141 \noun default
35142 変換を表す文字は、
35143 \series bold
35144
35145 \backslash
35146 mathscr
35147 \begin_inset space \textvisiblespace{}
35148 \end_inset
35149
35150 {F
35151 \series default
35152 コマンド
35153 \begin_inset Index idx
35154 status collapsed
35155
35156 \begin_layout Plain Layout
35157 こまんど@コマンド! M ! 
35158 \backslash
35159 mathscr
35160 \end_layout
35161
35162 \end_inset
35163
35164
35165 \family sans
35166 挿入\SpecialChar \menuseparator
35167 特殊文字\SpecialChar \menuseparator
35168 記号\SpecialChar \menuseparator
35169 文字様記号
35170 \family default
35171 メニューの
35172 \begin_inset Formula $\mathscr{F}$
35173 \end_inset
35174
35175 で入れることができます。
35176 \end_layout
35177
35178 \begin_layout Standard
35179 \begin_inset Newpage newpage
35180 \end_inset
35181
35182
35183 \end_layout
35184
35185 \begin_layout Section
35186 同義語
35187 \begin_inset Index idx
35188 status collapsed
35189
35190 \begin_layout Plain Layout
35191 どうぎご@同義語
35192 \end_layout
35193
35194 \end_inset
35195
35196
35197 \end_layout
35198
35199 \begin_layout Standard
35200 いくつかの文字や記号は、複数のコマンドから作ることができます。以下は、同義のコマンドの一覧です。
35201 \end_layout
35202
35203 \begin_layout Standard
35204 \begin_inset VSpace bigskip
35205 \end_inset
35206
35207
35208 \begin_inset space \hfill{}
35209 \end_inset
35210
35211
35212 \begin_inset Tabular
35213 <lyxtabular version="3" rows="12" columns="2">
35214 <features rotate="0" tabularvalignment="middle">
35215 <column alignment="center" valignment="top" width="0pt">
35216 <column alignment="center" valignment="top" width="0pt">
35217 <row>
35218 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35219 \begin_inset Text
35220
35221 \begin_layout Plain Layout
35222 コマンド
35223 \end_layout
35224
35225 \end_inset
35226 </cell>
35227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35228 \begin_inset Text
35229
35230 \begin_layout Plain Layout
35231 同義のコマンド
35232 \begin_inset Note Note
35233 status collapsed
35234
35235 \begin_layout Plain Layout
35236 ここで
35237 \series bold
35238
35239 \backslash
35240 raisebox
35241 \series default
35242 はスペーサーとして使用しているだけです。
35243 \end_layout
35244
35245 \end_inset
35246
35247
35248 \end_layout
35249
35250 \end_inset
35251 </cell>
35252 </row>
35253 <row>
35254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35255 \begin_inset Text
35256
35257 \begin_layout Plain Layout
35258
35259 \backslash
35260 ast
35261 \end_layout
35262
35263 \end_inset
35264 </cell>
35265 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35266 \begin_inset Text
35267
35268 \begin_layout Plain Layout
35269 \begin_inset ERT
35270 status collapsed
35271
35272 \begin_layout Plain Layout
35273
35274
35275 \backslash
35276 raisebox{-1.2mm}{
35277 \end_layout
35278
35279 \end_inset
35280
35281 *
35282 \begin_inset ERT
35283 status collapsed
35284
35285 \begin_layout Plain Layout
35286
35287 }
35288 \end_layout
35289
35290 \end_inset
35291
35292
35293 \end_layout
35294
35295 \end_inset
35296 </cell>
35297 </row>
35298 <row>
35299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35300 \begin_inset Text
35301
35302 \begin_layout Plain Layout
35303
35304 \backslash
35305 choose
35306 \end_layout
35307
35308 \end_inset
35309 </cell>
35310 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35311 \begin_inset Text
35312
35313 \begin_layout Plain Layout
35314
35315 \backslash
35316 binom
35317 \end_layout
35318
35319 \end_inset
35320 </cell>
35321 </row>
35322 <row>
35323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35324 \begin_inset Text
35325
35326 \begin_layout Plain Layout
35327
35328 \backslash
35329 geq
35330 \end_layout
35331
35332 \end_inset
35333 </cell>
35334 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35335 \begin_inset Text
35336
35337 \begin_layout Plain Layout
35338
35339 \backslash
35340 ge
35341 \end_layout
35342
35343 \end_inset
35344 </cell>
35345 </row>
35346 <row>
35347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35348 \begin_inset Text
35349
35350 \begin_layout Plain Layout
35351
35352 \backslash
35353 lbrace
35354 \end_layout
35355
35356 \end_inset
35357 </cell>
35358 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35359 \begin_inset Text
35360
35361 \begin_layout Plain Layout
35362 {
35363 \end_layout
35364
35365 \end_inset
35366 </cell>
35367 </row>
35368 <row>
35369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35370 \begin_inset Text
35371
35372 \begin_layout Plain Layout
35373
35374 \backslash
35375 lbracket
35376 \end_layout
35377
35378 \end_inset
35379 </cell>
35380 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35381 \begin_inset Text
35382
35383 \begin_layout Plain Layout
35384 [
35385 \end_layout
35386
35387 \end_inset
35388 </cell>
35389 </row>
35390 <row>
35391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35392 \begin_inset Text
35393
35394 \begin_layout Plain Layout
35395
35396 \backslash
35397 leftarrow
35398 \end_layout
35399
35400 \end_inset
35401 </cell>
35402 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35403 \begin_inset Text
35404
35405 \begin_layout Plain Layout
35406
35407 \backslash
35408 gets
35409 \end_layout
35410
35411 \end_inset
35412 </cell>
35413 </row>
35414 <row>
35415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35416 \begin_inset Text
35417
35418 \begin_layout Plain Layout
35419
35420 \backslash
35421 leq
35422 \end_layout
35423
35424 \end_inset
35425 </cell>
35426 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35427 \begin_inset Text
35428
35429 \begin_layout Plain Layout
35430
35431 \backslash
35432 le
35433 \end_layout
35434
35435 \end_inset
35436 </cell>
35437 </row>
35438 <row>
35439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35440 \begin_inset Text
35441
35442 \begin_layout Plain Layout
35443
35444 \backslash
35445 lor
35446 \end_layout
35447
35448 \end_inset
35449 </cell>
35450 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35451 \begin_inset Text
35452
35453 \begin_layout Plain Layout
35454
35455 \backslash
35456 vee
35457 \end_layout
35458
35459 \end_inset
35460 </cell>
35461 </row>
35462 <row>
35463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35464 \begin_inset Text
35465
35466 \begin_layout Plain Layout
35467
35468 \backslash
35469 neq
35470 \end_layout
35471
35472 \end_inset
35473 </cell>
35474 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35475 \begin_inset Text
35476
35477 \begin_layout Plain Layout
35478
35479 \backslash
35480 not=
35481 \end_layout
35482
35483 \end_inset
35484 </cell>
35485 </row>
35486 <row>
35487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35488 \begin_inset Text
35489
35490 \begin_layout Plain Layout
35491
35492 \backslash
35493 slash
35494 \end_layout
35495
35496 \end_inset
35497 </cell>
35498 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35499 \begin_inset Text
35500
35501 \begin_layout Plain Layout
35502 /
35503 \end_layout
35504
35505 \end_inset
35506 </cell>
35507 </row>
35508 <row>
35509 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35510 \begin_inset Text
35511
35512 \begin_layout Plain Layout
35513
35514 \backslash
35515 vert
35516 \end_layout
35517
35518 \end_inset
35519 </cell>
35520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35521 \begin_inset Text
35522
35523 \begin_layout Plain Layout
35524 \begin_inset Formula $|$
35525 \end_inset
35526
35527
35528 \end_layout
35529
35530 \end_inset
35531 </cell>
35532 </row>
35533 </lyxtabular>
35534
35535 \end_inset
35536
35537
35538 \begin_inset space \hfill{}
35539 \end_inset
35540
35541
35542 \begin_inset Tabular
35543 <lyxtabular version="3" rows="12" columns="2">
35544 <features rotate="0" tabularvalignment="middle">
35545 <column alignment="center" valignment="top" width="0pt">
35546 <column alignment="center" valignment="top" width="0pt">
35547 <row>
35548 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35549 \begin_inset Text
35550
35551 \begin_layout Plain Layout
35552 コマンド
35553 \end_layout
35554
35555 \end_inset
35556 </cell>
35557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35558 \begin_inset Text
35559
35560 \begin_layout Plain Layout
35561 同義のコマンド
35562 \end_layout
35563
35564 \end_inset
35565 </cell>
35566 </row>
35567 <row>
35568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35569 \begin_inset Text
35570
35571 \begin_layout Plain Layout
35572
35573 \backslash
35574 backslash
35575 \end_layout
35576
35577 \end_inset
35578 </cell>
35579 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35580 \begin_inset Text
35581
35582 \begin_layout Plain Layout
35583
35584 \backslash
35585
35586 \backslash
35587
35588 \end_layout
35589
35590 \end_inset
35591 </cell>
35592 </row>
35593 <row>
35594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35595 \begin_inset Text
35596
35597 \begin_layout Plain Layout
35598
35599 \backslash
35600 dasharrow
35601 \end_layout
35602
35603 \end_inset
35604 </cell>
35605 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35606 \begin_inset Text
35607
35608 \begin_layout Plain Layout
35609
35610 \backslash
35611 dashrightarrow
35612 \end_layout
35613
35614 \end_inset
35615 </cell>
35616 </row>
35617 <row>
35618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35619 \begin_inset Text
35620
35621 \begin_layout Plain Layout
35622
35623 \backslash
35624 land
35625 \end_layout
35626
35627 \end_inset
35628 </cell>
35629 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35630 \begin_inset Text
35631
35632 \begin_layout Plain Layout
35633
35634 \backslash
35635 wedge
35636 \end_layout
35637
35638 \end_inset
35639 </cell>
35640 </row>
35641 <row>
35642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35643 \begin_inset Text
35644
35645 \begin_layout Plain Layout
35646
35647 \backslash
35648 rbrace
35649 \end_layout
35650
35651 \end_inset
35652 </cell>
35653 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35654 \begin_inset Text
35655
35656 \begin_layout Plain Layout
35657 }
35658 \end_layout
35659
35660 \end_inset
35661 </cell>
35662 </row>
35663 <row>
35664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35665 \begin_inset Text
35666
35667 \begin_layout Plain Layout
35668
35669 \backslash
35670 rbracket
35671 \end_layout
35672
35673 \end_inset
35674 </cell>
35675 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35676 \begin_inset Text
35677
35678 \begin_layout Plain Layout
35679 ]
35680 \end_layout
35681
35682 \end_inset
35683 </cell>
35684 </row>
35685 <row>
35686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35687 \begin_inset Text
35688
35689 \begin_layout Plain Layout
35690
35691 \backslash
35692 rightarrow
35693 \end_layout
35694
35695 \end_inset
35696 </cell>
35697 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35698 \begin_inset Text
35699
35700 \begin_layout Plain Layout
35701
35702 \backslash
35703 to
35704 \end_layout
35705
35706 \end_inset
35707 </cell>
35708 </row>
35709 <row>
35710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35711 \begin_inset Text
35712
35713 \begin_layout Plain Layout
35714
35715 \backslash
35716 lnot
35717 \end_layout
35718
35719 \end_inset
35720 </cell>
35721 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35722 \begin_inset Text
35723
35724 \begin_layout Plain Layout
35725
35726 \backslash
35727 neg
35728 \end_layout
35729
35730 \end_inset
35731 </cell>
35732 </row>
35733 <row>
35734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35735 \begin_inset Text
35736
35737 \begin_layout Plain Layout
35738
35739 \backslash
35740 ne
35741 \end_layout
35742
35743 \end_inset
35744 </cell>
35745 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35746 \begin_inset Text
35747
35748 \begin_layout Plain Layout
35749
35750 \backslash
35751 not=
35752 \end_layout
35753
35754 \end_inset
35755 </cell>
35756 </row>
35757 <row>
35758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35759 \begin_inset Text
35760
35761 \begin_layout Plain Layout
35762
35763 \backslash
35764 owns
35765 \end_layout
35766
35767 \end_inset
35768 </cell>
35769 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35770 \begin_inset Text
35771
35772 \begin_layout Plain Layout
35773
35774 \backslash
35775 ni
35776 \end_layout
35777
35778 \end_inset
35779 </cell>
35780 </row>
35781 <row>
35782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35783 \begin_inset Text
35784
35785 \begin_layout Plain Layout
35786
35787 \backslash
35788 square
35789 \end_layout
35790
35791 \end_inset
35792 </cell>
35793 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35794 \begin_inset Text
35795
35796 \begin_layout Plain Layout
35797
35798 \backslash
35799 Box
35800 \end_layout
35801
35802 \end_inset
35803 </cell>
35804 </row>
35805 <row>
35806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35807 \begin_inset Text
35808
35809 \begin_layout Plain Layout
35810
35811 \backslash
35812 Vert
35813 \end_layout
35814
35815 \end_inset
35816 </cell>
35817 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35818 \begin_inset Text
35819
35820 \begin_layout Plain Layout
35821
35822 \backslash
35823
35824 \begin_inset Formula $|$
35825 \end_inset
35826
35827
35828 \end_layout
35829
35830 \end_inset
35831 </cell>
35832 </row>
35833 </lyxtabular>
35834
35835 \end_inset
35836
35837
35838 \begin_inset space \hfill{}
35839 \end_inset
35840
35841
35842 \end_layout
35843
35844 \begin_layout Standard
35845 \begin_inset Newpage newpage
35846 \end_inset
35847
35848
35849 \end_layout
35850
35851 \begin_layout Bibliography
35852 \begin_inset CommandInset bibitem
35853 LatexCommand bibitem
35854 key "TLC2"
35855
35856 \end_inset
35857
35858
35859 \shape smallcaps
35860 Mittelbach, F.
35861  ; Goossens, M.
35862 \shape default
35863
35864 \shape italic
35865 The LaTeX Companion
35866 \shape default
35867 , 2nd ed.
35868  Addison Wesley, 2004
35869 \end_layout
35870
35871 \begin_layout Bibliography
35872 \begin_inset CommandInset bibitem
35873 LatexCommand bibitem
35874 key "Mathmode"
35875
35876 \end_inset
35877
35878 LaTeXの数式能力の
35879 \begin_inset CommandInset href
35880 LatexCommand href
35881 name "説明"
35882 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
35883
35884 \end_inset
35885
35886
35887 \end_layout
35888
35889 \begin_layout Bibliography
35890 \begin_inset CommandInset bibitem
35891 LatexCommand bibitem
35892 key "AMS"
35893
35894 \end_inset
35895
35896
35897 \begin_inset ERT
35898 status collapsed
35899
35900 \begin_layout Plain Layout
35901
35902
35903 \backslash
35904 AmS
35905 \end_layout
35906
35907 \end_inset
35908
35909 -LaTeXの
35910 \begin_inset CommandInset href
35911 LatexCommand href
35912 name "説明"
35913 target "http://mirrors.ctan.org/macros/latex/required/amslatex/math/amsldoc.pdf"
35914
35915 \end_inset
35916
35917
35918 \end_layout
35919
35920 \begin_layout Bibliography
35921 \begin_inset CommandInset bibitem
35922 LatexCommand bibitem
35923 key "Symbols"
35924
35925 \end_inset
35926
35927 LaTeXパッケージで利用できる記号の
35928 \begin_inset CommandInset href
35929 LatexCommand href
35930 name "全覧"
35931 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
35932
35933 \end_inset
35934
35935
35936 \end_layout
35937
35938 \begin_layout Bibliography
35939 \begin_inset CommandInset bibitem
35940 LatexCommand bibitem
35941 key "cancel"
35942
35943 \end_inset
35944
35945 LaTeX 
35946 \series bold
35947 cancel
35948 \series default
35949
35950 \begin_inset Index idx
35951 status collapsed
35952
35953 \begin_layout Plain Layout
35954 ぱっけーじ@パッケージ ! cancel
35955 \end_layout
35956
35957 \end_inset
35958
35959 パッケージの
35960 \begin_inset CommandInset href
35961 LatexCommand href
35962 name "取扱説明書"
35963 target "http://mirrors.ctan.org/macros/latex/contrib/cancel/cancel.pdf"
35964
35965 \end_inset
35966
35967
35968 \end_layout
35969
35970 \begin_layout Bibliography
35971 \begin_inset CommandInset bibitem
35972 LatexCommand bibitem
35973 key "hyperref"
35974
35975 \end_inset
35976
35977 LaTeX 
35978 \series bold
35979 hyperref
35980 \series default
35981
35982 \begin_inset Index idx
35983 status collapsed
35984
35985 \begin_layout Plain Layout
35986 ぱっけーじ@パッケージ ! hyperref
35987 \end_layout
35988
35989 \end_inset
35990
35991 パッケージの
35992 \begin_inset CommandInset href
35993 LatexCommand href
35994 name "取扱説明書"
35995 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
35996
35997 \end_inset
35998
35999
36000 \end_layout
36001
36002 \begin_layout Bibliography
36003 \begin_inset CommandInset bibitem
36004 LatexCommand bibitem
36005 key "mhchem"
36006
36007 \end_inset
36008
36009 LaTeX 
36010 \series bold
36011 mhchem
36012 \series default
36013
36014 \begin_inset Index idx
36015 status collapsed
36016
36017 \begin_layout Plain Layout
36018 ぱっけーじ@パッケージ ! mhchem
36019 \end_layout
36020
36021 \end_inset
36022
36023 パッケージの
36024 \begin_inset CommandInset href
36025 LatexCommand href
36026 name "取扱説明書"
36027 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
36028
36029 \end_inset
36030
36031
36032 \end_layout
36033
36034 \begin_layout Bibliography
36035 \begin_inset CommandInset bibitem
36036 LatexCommand bibitem
36037 key "Mathclap"
36038
36039 \end_inset
36040
36041
36042 \begin_inset CommandInset ref
36043 LatexCommand ref
36044 reference "sub:演算子の範囲"
36045
36046 \end_inset
36047
36048 節に述べられている
36049 \series bold
36050
36051 \backslash
36052 mathclap
36053 \series default
36054 コマンドの
36055 \begin_inset CommandInset href
36056 LatexCommand href
36057 name "説明"
36058 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
36059
36060 \end_inset
36061
36062
36063 \begin_inset Index idx
36064 status collapsed
36065
36066 \begin_layout Plain Layout
36067 こまんど@コマンド ! M ! 
36068 \backslash
36069 mathclap
36070 \end_layout
36071
36072 \end_inset
36073
36074
36075 \end_layout
36076
36077 \begin_layout Bibliography
36078 \begin_inset CommandInset bibitem
36079 LatexCommand bibitem
36080 key "Duden"
36081
36082 \end_inset
36083
36084
36085 \emph on
36086 Duden Band 1
36087 \emph default
36088 .
36089  22.
36090  Auflage, Duden 2001
36091 \end_layout
36092
36093 \begin_layout Bibliography
36094 \begin_inset CommandInset bibitem
36095 LatexCommand bibitem
36096 key "Checklist"
36097
36098 \end_inset
36099
36100 原稿見直しの
36101 \begin_inset CommandInset href
36102 LatexCommand href
36103 name "チェックリスト"
36104 target "http://physics.nist.gov/Document/checklist.pdf"
36105
36106 \end_inset
36107
36108
36109 \end_layout
36110
36111 \begin_layout Subsubsection*
36112 \begin_inset CommandInset index_print
36113 LatexCommand printindex
36114 type "idx"
36115
36116 \end_inset
36117
36118
36119 \end_layout
36120
36121 \end_body
36122 \end_document