]> git.lyx.org Git - lyx.git/blob - lib/doc/ja/Math.lyx
Update the link to AGU files in documentation
[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 \newcommand{\spce}{\textvisiblespace}
98
99 % example definitions for sec. 20.1 
100 \newcommand{\gr}{\Longrightarrow}
101 \newcommand{\us}[1]{\underline{#1}}
102 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
103 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
104 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
105
106 % example macro from sec. 19.4
107 %\def\tagform@#1{\maketag@@@{|#1|}}
108
109 % macro from sec. 10.2
110 \def\clap#1{\hbox to 0pt{\hss #1\hss}}
111 \def\mathclap {\mathpalette \mathclapinternal}
112 \def\mathclapinternal #1#2{\clap{$\mathsurround =0pt #1{#2}$}}
113
114
115 % ------------------------------------
116 % used to check for needed LaTeX packages
117 \usepackage{ifthen}
118
119 % check for package eurosym
120 % used for the Euro symbol
121 \newboolean{eurosym}
122 \IfFileExists{eurosym.sty}
123  {\usepackage[gennarrow]{eurosym}
124   \setboolean{eurosym}{true}}
125  {\setboolean{eurosym}{false}}
126
127 % needed in sec. 22.4
128 % check for package braket
129 \newboolean{braket}
130 \IfFileExists{braket.sty}
131  {\usepackage{braket}
132   \setboolean{braket}{true}}
133  {\setboolean{braket}{false}}
134
135 % check for package cancel
136 \newboolean{cancel}
137 \IfFileExists{cancel.sty}
138  {\usepackage{cancel}
139   \setboolean{cancel}{true}}
140  {\setboolean{cancel}{false}}
141
142 % needed in sec. 22.10
143 % check for package upgreek
144 \newboolean{upgreek}
145 \IfFileExists{upgreek.sty}
146  {\usepackage{upgreek}
147   \setboolean{upgreek}{true}}
148  {\setboolean{upgreek}{false}}
149
150 % make pdf bookmark sane with Japanese
151 \AtBeginDvi{\special{pdf:tounicode EUC-UCS2}}
152 % Added by lyx2lyx
153 \end_preamble
154 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading,samesize
155 \use_default_options true
156 \maintain_unincluded_children false
157 \begin_local_layout
158 InsetLayout             Flex:Ruby
159 LyxType         charstyle
160 LatexType               command
161 LatexName               ruby
162 BgColor         none
163 LabelString             "ルビ"
164 Decoration              Conglomerate
165 Argument post:1
166       LabelString       "ルビ文"
167       MenuString        "ルビ文(S)|S"
168       Decoration        Conglomerate
169       Font
170             Size                tiny
171       EndFont
172       LabelFont
173             Size                tiny
174       EndFont
175       Mandatory 1
176 EndArgument
177 Preamble
178 \IfFileExists{okumacro.sty}
179  {\usepackage{okumacro}}
180  {\newcommand{\ruby}[2]{#2}}
181 EndPreamble
182 End
183 \end_local_layout
184 \language japanese
185 \language_package default
186 \inputencoding auto
187 \fontencoding global
188 \font_roman default
189 \font_sans default
190 \font_typewriter default
191 \font_math auto
192 \font_default_family default
193 \use_non_tex_fonts false
194 \font_sc false
195 \font_osf false
196 \font_sf_scale 100
197 \font_tt_scale 100
198 \graphics default
199 \default_output_format pdf
200 \output_sync 0
201 \bibtex_command default
202 \index_command default
203 \paperfontsize default
204 \spacing single
205 \use_hyperref true
206 \pdf_title "LyX数式説明書"
207 \pdf_author "LyXプロジェクトチーム・Uwe Stohr"
208 \pdf_subject "LyXの数式機能に関する説明書"
209 \pdf_keywords "LyX, Mathed"
210 \pdf_bookmarks true
211 \pdf_bookmarksnumbered true
212 \pdf_bookmarksopen true
213 \pdf_bookmarksopenlevel 1
214 \pdf_breaklinks false
215 \pdf_pdfborder false
216 \pdf_colorlinks true
217 \pdf_backref false
218 \pdf_pdfusetitle false
219 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
220 \papersize a4paper
221 \use_geometry true
222 \use_package amsmath 2
223 \use_package amssymb 2
224 \use_package cancel 2
225 \use_package esint 1
226 \use_package mathdots 1
227 \use_package mathtools 0
228 \use_package mhchem 1
229 \use_package stackrel 0
230 \use_package stmaryrd 0
231 \use_package undertilde 0
232 \cite_engine basic
233 \cite_engine_type default
234 \biblio_style plain
235 \use_bibtopic false
236 \use_indices false
237 \paperorientation portrait
238 \suppress_date false
239 \justification true
240 \use_refstyle 0
241 \notefontcolor #0000ff
242 \index 索引
243 \shortcut idx
244 \color #008000
245 \end_index
246 \leftmargin 3.5cm
247 \topmargin 3cm
248 \rightmargin 3cm
249 \bottommargin 3.5cm
250 \secnumdepth 4
251 \tocdepth 3
252 \paragraph_separation skip
253 \defskip medskip
254 \quotes_language english
255 \papercolumns 1
256 \papersides 2
257 \paperpagestyle plain
258 \tracking_changes false
259 \output_changes false
260 \html_math_output 0
261 \html_css_as_file 0
262 \html_be_strict false
263 \end_header
264
265 \begin_body
266
267 \begin_layout Title
268 LyXの数式詳細説明書
269 \end_layout
270
271 \begin_layout Author
272 LyXプロジェクトチーム
273 \begin_inset Foot
274 status collapsed
275
276 \begin_layout Plain Layout
277 \noindent
278 コメントや誤りの修正などがございましたら、LyX文書化メーリングリスト
279 \family typewriter
280
281 \begin_inset CommandInset href
282 LatexCommand href
283 name "lyx-docs@lists.lyx.org"
284 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
285 type "mailto:"
286
287 \end_inset
288
289
290 \family default
291 までお知らせください。
292 \end_layout
293
294 \end_inset
295
296
297 \begin_inset Note Note
298 status collapsed
299
300 \begin_layout Plain Layout
301 著者:Uwe Stöhr
302 \end_layout
303
304 \end_inset
305
306
307 \begin_inset Newline newline
308 \end_inset
309
310
311 \begin_inset Newline newline
312 \end_inset
313
314
315 \family sans
316 第2.1.x版
317 \end_layout
318
319 \begin_layout Standard
320 \begin_inset CommandInset toc
321 LatexCommand tableofcontents
322
323 \end_inset
324
325
326 \end_layout
327
328 \begin_layout Standard
329 \begin_inset Note Note
330 status open
331
332 \begin_layout Plain Layout
333 この文書をPDFやPS、DVIに書き出すには、LaTeXパッケージの
334 \series bold
335 braket
336 \series default
337
338 \series bold
339 cancel
340 \series default
341
342 \series bold
343 eurosym
344 \series default
345
346 \series bold
347 mathdots
348 \series default
349
350 \series bold
351 mhchem
352 \series default
353
354 \series bold
355 was
356 \series default
357 が導入されている必要があります。これらが導入されていなくても文書はエクスポートできますが、パッケージを必要とする節は出力には現れません。また、
358 \series bold
359 mhchem
360 \series default
361 が導入されていないと、本ファイルを書き出すことができません。
362 \end_layout
363
364 \begin_layout Plain Layout
365 この文書の最新のPDF版は
366 \begin_inset Newline newline
367 \end_inset
368
369
370 \series bold
371 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
372 \begin_inset Newline newline
373 \end_inset
374
375
376 \series default
377 にあります。
378 \end_layout
379
380 \end_inset
381
382
383 \end_layout
384
385 \begin_layout Standard
386 \begin_inset Newpage newpage
387 \end_inset
388
389
390 \end_layout
391
392 \begin_layout Section
393 はじめに
394 \end_layout
395
396 \begin_layout Standard
397 この文書は、LyXの数式機能の説明書であると同時に、なによりも数式記号および数式要素に使用されるLaTeXコマンドのコレクションでもあります。説明は、コマンドの
398 使用を念頭に置いています。したがって、ユーザーの手引きの
399 \family typewriter
400 数式
401 \family default
402 の節をすでにお読みになっていることを前提としています。
403 \end_layout
404
405 \begin_layout Standard
406 この説明書で説明されている、ほとんどの数式記号と、数式要素の多くは、
407 \family sans
408 挿入\SpecialChar \menuseparator
409 数式
410 \family default
411 メニューか
412 \family sans
413 数式ツールバー
414 \family default
415 からアクセスすることが可能です。しかし、たくさんの数式を書かなくてはならない人はみな、数式ツールバーを使うよりもコマンドを使った方がずっと速いことに気付くことに
416 なるのです。したがって、この説明書はコマンドに焦点を当てますが、対応するツールバーボタンが利用可能なときには、それにも言及することにします。
417 \end_layout
418
419 \begin_layout Standard
420 とくに断らなければ、コマンドは数式内からのみ利用可能です。この文書で説明されているすべてのコマンドを利用できるようにするためには、文書設定(
421 \family sans
422 文書\SpecialChar \menuseparator
423 設定\SpecialChar \menuseparator
424 数式オプション
425 \family default
426 メニュー)で
427 \family sans
428 AMS mathパッケージを使う
429 \family default
430 オプションを有効にしなくてはなりません
431 \begin_inset Foot
432 status collapsed
433
434 \begin_layout Plain Layout
435
436 \family sans
437 AMS mathパッケージを自動的に使う
438 \family default
439 オプションは、LyXでサポートされている数式要素が見つかったときのみ、
440 \begin_inset ERT
441 status collapsed
442
443 \begin_layout Plain Layout
444
445
446 \backslash
447 AmS 
448 \end_layout
449
450 \end_inset
451
452 -mathパッケージを使用します。
453 \end_layout
454
455 \end_inset
456
457
458 \end_layout
459
460 \begin_layout Standard
461 説明を明瞭にするために、この文書はすべての
462 \begin_inset ERT
463 status collapsed
464
465 \begin_layout Plain Layout
466
467
468 \backslash
469 AmS 
470 \end_layout
471
472 \end_inset
473
474 -mathコマンド
475 \begin_inset Foot
476 status collapsed
477
478 \begin_layout Plain Layout
479 すべての
480 \begin_inset ERT
481 status collapsed
482
483 \begin_layout Plain Layout
484
485
486 \backslash
487 AmS
488 \end_layout
489
490 \end_inset
491
492 -mathコマンドの一覧は、
493 \family sans
494
495 \begin_inset CommandInset href
496 LatexCommand href
497 name "amsguide.ps"
498 target "ftp://ftp.ams.org/pub/tex/doc/amstex/amsguide.pdf"
499
500 \end_inset
501
502
503 \family default
504 ファイルに収録されています。このファイルは、すべてのLaTeX標準頒布版に含まれています。
505 \end_layout
506
507 \end_inset
508
509 を列挙はしません。
510 \end_layout
511
512 \begin_layout Section
513 一般的な説明
514 \end_layout
515
516 \begin_layout Standard
517 本文に埋め込まれた行内数式
518 \begin_inset Index idx
519 status collapsed
520
521 \begin_layout Plain Layout
522 すうしき ! ぎょうない @ 数式 ! 行内
523 \end_layout
524
525 \end_inset
526
527 を作成するには、
528 \begin_inset Flex Ruby
529 status collapsed
530
531 \begin_layout Plain Layout
532 捷径
533 \begin_inset Argument post:1
534 status collapsed
535
536 \begin_layout Plain Layout
537 ショートカット
538 \end_layout
539
540 \end_inset
541
542
543 \end_layout
544
545 \end_inset
546
547
548 \begin_inset Info
549 type  "shortcuts"
550 arg   "math-mode"
551 \end_inset
552
553 のうちのいずれか、あるいはツールバーボタン
554 \begin_inset Graphics
555         filename ../../images/math-mode.png
556         scale 85
557
558 \end_inset
559
560 を使用してください。
561 \begin_inset Newline newline
562 \end_inset
563
564 大きく別の段落として表示される別行立て数式
565 \begin_inset Index idx
566 status collapsed
567
568 \begin_layout Plain Layout
569 すうしき ! べつぎょうだてようしき @ 数式 ! 別行立て様式
570 \end_layout
571
572 \end_inset
573
574 を作成するには、
575 \begin_inset Info
576 type  "shortcuts"
577 arg   "math-display"
578 \end_inset
579
580 のうちいずれかの
581 \begin_inset Flex Ruby
582 status collapsed
583
584 \begin_layout Plain Layout
585 捷径
586 \begin_inset Argument post:1
587 status collapsed
588
589 \begin_layout Plain Layout
590 ショートカット
591 \end_layout
592
593 \end_inset
594
595
596 \end_layout
597
598 \end_inset
599
600 を使用して下さい。
601 \end_layout
602
603 \begin_layout Standard
604 別行立て様式の数式を行内数式に変更するには、カーソルを数式内に合わせて
605 \begin_inset Info
606 type  "shortcuts"
607 arg   "math-mode"
608 \end_inset
609
610 のいずれかの
611 \begin_inset Flex Ruby
612 status collapsed
613
614 \begin_layout Plain Layout
615 捷径
616 \begin_inset Argument post:1
617 status collapsed
618
619 \begin_layout Plain Layout
620 ショートカット
621 \end_layout
622
623 \end_inset
624
625
626 \end_layout
627
628 \end_inset
629
630 か、
631 \family sans
632 編集\SpecialChar \menuseparator
633 数式\SpecialChar \menuseparator
634 数式の表記を変更
635 \family default
636 メニューを使用して下さい。同じ方法が、行内数式を別行立て数式に変更するのにも使用できます。
637 \end_layout
638
639 \begin_layout Standard
640 行内数式の一部を別行立て数式の大きさで表示するには、
641 \series bold
642
643 \backslash
644 displaystyle
645 \begin_inset Index idx
646 status collapsed
647
648 \begin_layout Plain Layout
649
650 \size normal
651 こまんど@コマンド ! D ! 
652 \backslash
653 displaystyle
654 \end_layout
655
656 \end_inset
657
658
659 \series default
660 を数式に入力して下さい。すると、青いボックスが新規に現れて、希望する数式の箇所を挿入することができます。
661 \end_layout
662
663 \begin_layout Standard
664 表の中では、行内数式のみの使用が許されています。
665 \end_layout
666
667 \begin_layout Standard
668
669 \family sans
670 数式ツールバー
671 \family default
672 は、
673 \family sans
674 表示\SpecialChar \menuseparator
675 ツールバー
676 \family default
677 メニューで表示することができます。そのメニューで「数式」をクリックすると、ツールバーが下部に永続的に表示されます。この状態は、
678 \family sans
679 ツールバー
680 \family default
681 メニューの中ではチェック印で表されます。この状態から、
682 \family sans
683 ツールバー
684 \family default
685 メニューの「数式」をもう一度クリックすると、数式ツールバーは、カーソルが数式内部にあるときのみ表示されるようになります。この状態は、メニュー項目が「数式」から「
686 数式(自動)」に変わることで表されます。
687 \end_layout
688
689 \begin_layout Standard
690 TeXモード
691 \begin_inset Index idx
692 status collapsed
693
694 \begin_layout Plain Layout
695 T@TeXモード
696 \end_layout
697
698 \end_inset
699
700 は、ツールバーボタン
701 \begin_inset Graphics
702         filename ../../images/ert-insert.png
703         scale 85
704
705 \end_inset
706
707 を押すか、
708 \family sans
709 挿入\SpecialChar \menuseparator
710 Te
711 \begin_inset ERT
712 status collapsed
713
714 \begin_layout Plain Layout
715
716 {}
717 \end_layout
718
719 \end_inset
720
721 Xコード
722 \family default
723 (
724 \begin_inset Flex Ruby
725 status collapsed
726
727 \begin_layout Plain Layout
728 捷径
729 \begin_inset Argument post:1
730 status collapsed
731
732 \begin_layout Plain Layout
733 ショートカット
734 \end_layout
735
736 \end_inset
737
738
739 \end_layout
740
741 \end_inset
742
743
744 \begin_inset Info
745 type  "shortcut"
746 arg   "ert-insert"
747 \end_inset
748
749 )メニューを使うことで、起動できます。
750 \begin_inset Note Note
751 status collapsed
752
753 \begin_layout Plain Layout
754 LyXには、出力においては上付き文字と下付き文字とで表示される三つの「固有名詞」、TeX・LaTeX・LyXがあります。これらの名称が、固有名詞として認識される
755 のを防ぐために、ここではTeX括弧が挿入されています。
756 \end_layout
757
758 \end_inset
759
760
761 \end_layout
762
763 \begin_layout Standard
764 LaTeXプリアンブル
765 \begin_inset Index idx
766 status collapsed
767
768 \begin_layout Plain Layout
769 L@LaTeXプリアンブル
770 \end_layout
771
772 \end_inset
773
774 を変更するには、
775 \family sans
776 文書\SpecialChar \menuseparator
777 設定\SpecialChar \menuseparator
778 LaT
779 \begin_inset ERT
780 status collapsed
781
782 \begin_layout Plain Layout
783
784 {}
785 \end_layout
786
787 \end_inset
788
789 eXプリアンブル
790 \family default
791 メニューを使用してください。
792 \end_layout
793
794 \begin_layout Standard
795 行列や場合分け、多行数式を続けて編集するには、
796 \family sans
797 編集\SpecialChar \menuseparator
798 数式
799 \family default
800 メニューと
801 \family sans
802 編集\SpecialChar \menuseparator
803 行と列
804 \family default
805 メニューを使うか、表ツールバーを使用することができます。メニューから行や列を交換するように指定されたときには、カーソルのある列や行は、それぞれ右側の列や下の行と
806 交換されます。カーソルが最後の列や行にあるときには、左の列や上の行と交換されることになります。
807 \end_layout
808
809 \begin_layout Standard
810 数式内で文章を書く
811 \begin_inset Foot
812 status collapsed
813
814 \begin_layout Plain Layout
815 多行数式では、
816 \series bold
817
818 \backslash
819 intertext
820 \series default
821 コマンドが使用されます。
822 \begin_inset CommandInset ref
823 LatexCommand ref
824 reference "sub:多行数式中のテキスト"
825
826 \end_inset
827
828 を参照のこと。
829 \end_layout
830
831 \end_inset
832
833 には、
834 \emph on
835 数式テキスト
836 \emph default
837
838 \begin_inset Index idx
839 status collapsed
840
841 \begin_layout Plain Layout
842 てきすと ! すうしきないの @ テキスト ! 数式内の
843 \end_layout
844
845 \end_inset
846
847
848 \begin_inset Index idx
849 status collapsed
850
851 \begin_layout Plain Layout
852 すうしきてきすと @ 数式テキスト
853 \end_layout
854
855 \end_inset
856
857 が使用されます。このモードには、
858 \begin_inset Flex Ruby
859 status collapsed
860
861 \begin_layout Plain Layout
862 捷径
863 \begin_inset Argument post:1
864 status collapsed
865
866 \begin_layout Plain Layout
867 ショートカット
868 \end_layout
869
870 \end_inset
871
872
873 \end_layout
874
875 \end_inset
876
877
878 \begin_inset Info
879 type  "shortcut"
880 arg   "math-mode"
881 \end_inset
882
883 を使うか、
884 \series bold
885
886 \backslash
887 text
888 \series default
889
890 \begin_inset Index idx
891 status collapsed
892
893 \begin_layout Plain Layout
894 こまんど @ コマンド ! T ! 
895 \backslash
896 text
897 \end_layout
898
899 \end_inset
900
901 コマンドを挿入することで入ることができます。テキストは、LyX中では黒字で表示されるので、青字で表示される他の数式部分とは区別することができます。出力においては
902 、数式テキストは、他の数式部分とは違って、アップライト体に組まれます。
903 \end_layout
904
905 \begin_layout Subsection*
906 コマンドの構成
907 \end_layout
908
909 \begin_layout Standard
910 数式要素に使われるほとんどのLaTeXコマンドは、以下のような構成になっています。
911 \end_layout
912
913 \begin_layout Standard
914
915 \series bold
916
917 \backslash
918 コマンド名[非必須引数]{必須引数}
919 \end_layout
920
921 \begin_layout Standard
922 コマンドは、つねにバックスラッシュ「
923 \series bold
924
925 \backslash
926
927 \series default
928 」で始まります。非必須の引数を省略するときには、随伴する括弧も省略しなくてはなりません。必須引数の前後の括弧は、この文書中では、TeX括弧
929 \begin_inset Index idx
930 status collapsed
931
932 \begin_layout Plain Layout
933 T@TeX括弧
934 \end_layout
935
936 \end_inset
937
938 と呼ぶことにします。数式中でコマンド名に左括弧を付けると、LyXは自動的にTeX括弧を生成します。数式中ではそれ以外に、
939 \series bold
940
941 \backslash
942 {
943 \series default
944 コマンドを使えば、つねにTeX括弧を生成することができます。LyX中で、青字で表示される通常の括弧とは違って、TeX括弧は赤字で表示されます。TeXモード中では
945 、TeX括弧を得るのに、とくにコマンドは必要としません。また、TeX括弧は出力中では表示されません。
946 \end_layout
947
948 \begin_layout Standard
949 記号のコマンドのように引数のないコマンドをTeXモードに入力するときには、コマンドの終わりを表すために、コマンドの後に空白が
950 \emph on
951 かならず
952 \emph default
953 入力されなくてはなりません。この空白は出力中には現れません。空白を出力中に表示したいときには、空白の後に、通常テキストモードの保護された空白が来なくてはなりませ
954 ん。
955 \end_layout
956
957 \begin_layout Standard
958 保護された空白は、
959 \begin_inset Info
960 type  "shortcut"
961 arg   "space-insert protected"
962 \end_inset
963
964 で入力できます。
965 \end_layout
966
967 \begin_layout Subsection*
968 \begin_inset Newpage newpage
969 \end_inset
970
971 文法の説明
972 \end_layout
973
974 \begin_layout Itemize
975 記号
976 \begin_inset Foot
977 status collapsed
978
979 \begin_layout Plain Layout
980 この可視化された空白文字は、
981 \series bold
982
983 \backslash
984 textvisiblespace
985 \series default
986
987 \begin_inset Index idx
988 status collapsed
989
990 \begin_layout Plain Layout
991 こまんど@コマンド ! T ! 
992 \backslash
993 textvisiblespace
994 \end_layout
995
996 \end_inset
997
998 コマンドをTeXモード中に挿入することで作ることができます。
999 \end_layout
1000
1001 \end_inset
1002
1003
1004 \begin_inset ERT
1005 status collapsed
1006
1007 \begin_layout Plain Layout
1008
1009
1010 \backslash
1011 spce 
1012 \end_layout
1013
1014 \end_inset
1015
1016 は、空白文字を入力することを表します。
1017 \end_layout
1018
1019 \begin_layout Itemize
1020 \begin_inset Formula $\to$
1021 \end_inset
1022
1023 のような矢印は、キーボードから対応する矢印
1024 \begin_inset Flex Ruby
1025 status collapsed
1026
1027 \begin_layout Plain Layout
1028
1029 \begin_inset Argument post:1
1030 status collapsed
1031
1032 \begin_layout Plain Layout
1033 キー
1034 \end_layout
1035
1036 \end_inset
1037
1038
1039 \end_layout
1040
1041 \end_inset
1042
1043 を押すことを表します。
1044 \end_layout
1045
1046 \begin_layout Subsection*
1047 使用できる単位
1048 \end_layout
1049
1050 \begin_layout Standard
1051 \align center
1052 \begin_inset Float table
1053 placement H
1054 wide false
1055 sideways false
1056 status open
1057
1058 \begin_layout Plain Layout
1059 \align center
1060 \begin_inset Caption Standard
1061
1062 \begin_layout Plain Layout
1063 \begin_inset CommandInset label
1064 LatexCommand label
1065 name "tab:使用できる単位"
1066
1067 \end_inset
1068
1069 使用できる単位
1070 \end_layout
1071
1072 \end_inset
1073
1074
1075 \end_layout
1076
1077 \begin_layout Plain Layout
1078 \align center
1079 \begin_inset Tabular
1080 <lyxtabular version="3" rows="13" columns="2">
1081 <features rotate="0" tabularvalignment="middle">
1082 <column alignment="center" valignment="top">
1083 <column alignment="center" valignment="top">
1084 <row>
1085 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1086 \begin_inset Text
1087
1088 \begin_layout Plain Layout
1089 単位
1090 \end_layout
1091
1092 \end_inset
1093 </cell>
1094 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1095 \begin_inset Text
1096
1097 \begin_layout Plain Layout
1098 名称/摘要
1099 \end_layout
1100
1101 \end_inset
1102 </cell>
1103 </row>
1104 <row>
1105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1106 \begin_inset Text
1107
1108 \begin_layout Plain Layout
1109 mm
1110 \end_layout
1111
1112 \end_inset
1113 </cell>
1114 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1115 \begin_inset Text
1116
1117 \begin_layout Plain Layout
1118 ミリメートル
1119 \end_layout
1120
1121 \end_inset
1122 </cell>
1123 </row>
1124 <row>
1125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1126 \begin_inset Text
1127
1128 \begin_layout Plain Layout
1129 cm
1130 \end_layout
1131
1132 \end_inset
1133 </cell>
1134 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1135 \begin_inset Text
1136
1137 \begin_layout Plain Layout
1138 センチメートル
1139 \end_layout
1140
1141 \end_inset
1142 </cell>
1143 </row>
1144 <row>
1145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1146 \begin_inset Text
1147
1148 \begin_layout Plain Layout
1149 in
1150 \end_layout
1151
1152 \end_inset
1153 </cell>
1154 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1155 \begin_inset Text
1156
1157 \begin_layout Plain Layout
1158 インチ
1159 \end_layout
1160
1161 \end_inset
1162 </cell>
1163 </row>
1164 <row>
1165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1166 \begin_inset Text
1167
1168 \begin_layout Plain Layout
1169 pt
1170 \end_layout
1171
1172 \end_inset
1173 </cell>
1174 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1175 \begin_inset Text
1176
1177 \begin_layout Plain Layout
1178 ポイント (72.27
1179 \begin_inset Formula $\,$
1180 \end_inset
1181
1182 pt = 1
1183 \begin_inset Formula $\,$
1184 \end_inset
1185
1186 in)
1187 \end_layout
1188
1189 \end_inset
1190 </cell>
1191 </row>
1192 <row>
1193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1194 \begin_inset Text
1195
1196 \begin_layout Plain Layout
1197 pc
1198 \end_layout
1199
1200 \end_inset
1201 </cell>
1202 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1203 \begin_inset Text
1204
1205 \begin_layout Plain Layout
1206 パイカ (1
1207 \begin_inset Formula $\,$
1208 \end_inset
1209
1210 pc = 12
1211 \begin_inset Formula $\,$
1212 \end_inset
1213
1214 pt)
1215 \end_layout
1216
1217 \end_inset
1218 </cell>
1219 </row>
1220 <row>
1221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1222 \begin_inset Text
1223
1224 \begin_layout Plain Layout
1225 sp
1226 \end_layout
1227
1228 \end_inset
1229 </cell>
1230 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1231 \begin_inset Text
1232
1233 \begin_layout Plain Layout
1234 スケールポイント (65536
1235 \begin_inset Formula $\,$
1236 \end_inset
1237
1238 sp = 1
1239 \begin_inset Formula $\,$
1240 \end_inset
1241
1242 pt)
1243 \end_layout
1244
1245 \end_inset
1246 </cell>
1247 </row>
1248 <row>
1249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1250 \begin_inset Text
1251
1252 \begin_layout Plain Layout
1253 bp
1254 \end_layout
1255
1256 \end_inset
1257 </cell>
1258 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1259 \begin_inset Text
1260
1261 \begin_layout Plain Layout
1262 ビッグポイント (72
1263 \begin_inset Formula $\,$
1264 \end_inset
1265
1266 bp = 1
1267 \begin_inset Formula $\,$
1268 \end_inset
1269
1270 in)
1271 \end_layout
1272
1273 \end_inset
1274 </cell>
1275 </row>
1276 <row>
1277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1278 \begin_inset Text
1279
1280 \begin_layout Plain Layout
1281 dd
1282 \end_layout
1283
1284 \end_inset
1285 </cell>
1286 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1287 \begin_inset Text
1288
1289 \begin_layout Plain Layout
1290 ディドー (72
1291 \begin_inset Formula $\,$
1292 \end_inset
1293
1294 dd 
1295 \begin_inset Formula $\approx$
1296 \end_inset
1297
1298  37.6
1299 \begin_inset Formula $\,$
1300 \end_inset
1301
1302 mm)
1303 \end_layout
1304
1305 \end_inset
1306 </cell>
1307 </row>
1308 <row>
1309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1310 \begin_inset Text
1311
1312 \begin_layout Plain Layout
1313 cc
1314 \end_layout
1315
1316 \end_inset
1317 </cell>
1318 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1319 \begin_inset Text
1320
1321 \begin_layout Plain Layout
1322 シセロ (1
1323 \begin_inset Formula $\,$
1324 \end_inset
1325
1326 cc = 12
1327 \begin_inset Formula $\,$
1328 \end_inset
1329
1330 dd)
1331 \end_layout
1332
1333 \end_inset
1334 </cell>
1335 </row>
1336 <row>
1337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1338 \begin_inset Text
1339
1340 \begin_layout Plain Layout
1341 ex
1342 \end_layout
1343
1344 \end_inset
1345 </cell>
1346 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1347 \begin_inset Text
1348
1349 \begin_layout Plain Layout
1350 現在のフォントの文字「x」の高さ
1351 \end_layout
1352
1353 \end_inset
1354 </cell>
1355 </row>
1356 <row>
1357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1358 \begin_inset Text
1359
1360 \begin_layout Plain Layout
1361 em
1362 \end_layout
1363
1364 \end_inset
1365 </cell>
1366 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1367 \begin_inset Text
1368
1369 \begin_layout Plain Layout
1370 現在のフォントの文字「M」の幅
1371 \end_layout
1372
1373 \end_inset
1374 </cell>
1375 </row>
1376 <row>
1377 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1378 \begin_inset Text
1379
1380 \begin_layout Plain Layout
1381 mu
1382 \end_layout
1383
1384 \end_inset
1385 </cell>
1386 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1387 \begin_inset Text
1388
1389 \begin_layout Plain Layout
1390 数式単位(1
1391 \begin_inset space \thinspace{}
1392 \end_inset
1393
1394 mu = 
1395 \begin_inset Formula $\nicefrac{1}{18}$
1396 \end_inset
1397
1398
1399 \begin_inset space \thinspace{}
1400 \end_inset
1401
1402 em)
1403 \end_layout
1404
1405 \end_inset
1406 </cell>
1407 </row>
1408 </lyxtabular>
1409
1410 \end_inset
1411
1412
1413 \end_layout
1414
1415 \end_inset
1416
1417
1418 \end_layout
1419
1420 \begin_layout Standard
1421 \begin_inset Newpage newpage
1422 \end_inset
1423
1424
1425 \end_layout
1426
1427 \begin_layout Section
1428 基礎的な関数
1429 \end_layout
1430
1431 \begin_layout Subsection
1432 指数
1433 \begin_inset Index idx
1434 status collapsed
1435
1436 \begin_layout Plain Layout
1437 しすう@指数
1438 \end_layout
1439
1440 \end_inset
1441
1442 および添字
1443 \begin_inset Index idx
1444 status collapsed
1445
1446 \begin_layout Plain Layout
1447 そえじ@添字
1448 \end_layout
1449
1450 \end_inset
1451
1452
1453 \begin_inset Index idx
1454 status collapsed
1455
1456 \begin_layout Plain Layout
1457 うえつきもじ@上付き文字|see
1458 \begin_inset ERT
1459 status collapsed
1460
1461 \begin_layout Plain Layout
1462
1463 {
1464 \end_layout
1465
1466 \end_inset
1467
1468 指数
1469 \begin_inset ERT
1470 status collapsed
1471
1472 \begin_layout Plain Layout
1473
1474 }
1475 \end_layout
1476
1477 \end_inset
1478
1479
1480 \end_layout
1481
1482 \end_inset
1483
1484
1485 \begin_inset Index idx
1486 status collapsed
1487
1488 \begin_layout Plain Layout
1489 したつきもじ@下付き文字|see
1490 \begin_inset ERT
1491 status collapsed
1492
1493 \begin_layout Plain Layout
1494
1495 {
1496 \end_layout
1497
1498 \end_inset
1499
1500 添字
1501 \begin_inset ERT
1502 status collapsed
1503
1504 \begin_layout Plain Layout
1505
1506 }
1507 \end_layout
1508
1509 \end_inset
1510
1511
1512 \end_layout
1513
1514 \end_inset
1515
1516
1517 \end_layout
1518
1519 \begin_layout Standard
1520 添字は、アンダースコア「_」を打鍵するか、数式ツールバーボタン
1521 \begin_inset Graphics
1522         filename ../../images/math-subscript.png
1523         scale 85
1524
1525 \end_inset
1526
1527 を使って入力することができ、指数は、キャレット「^」を打鍵するか、数式ツールバーボタン
1528 \begin_inset Graphics
1529         filename ../../images/math-superscript.png
1530         scale 85
1531
1532 \end_inset
1533
1534 を使って入力することができます。
1535 \end_layout
1536
1537 \begin_layout Standard
1538 \align center
1539 \begin_inset Tabular
1540 <lyxtabular version="3" rows="4" columns="2">
1541 <features rotate="0" tabularvalignment="middle">
1542 <column alignment="center" valignment="top" width="0pt">
1543 <column alignment="center" valignment="top" width="0pt">
1544 <row>
1545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1546 \begin_inset Text
1547
1548 \begin_layout Plain Layout
1549 コマンド
1550 \end_layout
1551
1552 \end_inset
1553 </cell>
1554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1555 \begin_inset Text
1556
1557 \begin_layout Plain Layout
1558 結果
1559 \begin_inset Note Note
1560 status collapsed
1561
1562 \begin_layout Plain Layout
1563 ここで使われている
1564 \series bold
1565
1566 \backslash
1567 raisebox
1568 \series default
1569 は単なるスペーサーです。
1570 \end_layout
1571
1572 \end_inset
1573
1574
1575 \end_layout
1576
1577 \end_inset
1578 </cell>
1579 </row>
1580 <row>
1581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1582 \begin_inset Text
1583
1584 \begin_layout Plain Layout
1585 B_V
1586 \end_layout
1587
1588 \end_inset
1589 </cell>
1590 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1591 \begin_inset Text
1592
1593 \begin_layout Plain Layout
1594 \begin_inset Formula $B_{V}$
1595 \end_inset
1596
1597
1598 \end_layout
1599
1600 \end_inset
1601 </cell>
1602 </row>
1603 <row>
1604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1605 \begin_inset Text
1606
1607 \begin_layout Plain Layout
1608 B^V
1609 \end_layout
1610
1611 \end_inset
1612 </cell>
1613 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1614 \begin_inset Text
1615
1616 \begin_layout Plain Layout
1617 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1618 \end_inset
1619
1620
1621 \end_layout
1622
1623 \end_inset
1624 </cell>
1625 </row>
1626 <row>
1627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1628 \begin_inset Text
1629
1630 \begin_layout Plain Layout
1631 B^
1632 \begin_inset ERT
1633 status collapsed
1634
1635 \begin_layout Plain Layout
1636
1637
1638 \backslash
1639 spce 
1640 \end_layout
1641
1642 \end_inset
1643
1644 A
1645 \end_layout
1646
1647 \end_inset
1648 </cell>
1649 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1650 \begin_inset Text
1651
1652 \begin_layout Plain Layout
1653 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1654 \end_inset
1655
1656
1657 \end_layout
1658
1659 \end_inset
1660 </cell>
1661 </row>
1662 </lyxtabular>
1663
1664 \end_inset
1665
1666
1667 \end_layout
1668
1669 \begin_layout Standard
1670 キャレットは、言語によってはアクセント記号として使用されているので、そのような場合には、母音字の後でキャレットを押すと、指数にならずにアクセントをつけることにな
1671 ってしまいます
1672 \begin_inset Foot
1673 status collapsed
1674
1675 \begin_layout Plain Layout
1676 使用しているキーボード設定によっては、同様のことが母音以外の文字でも起こることがあります。
1677 \end_layout
1678
1679 \end_inset
1680
1681 。この場合に指数を作るには、上記の最後の例のように、キャレットの後に
1682 \family sans
1683 Space
1684 \family default
1685 を押してください。
1686 \end_layout
1687
1688 \begin_layout Subsection
1689 分数
1690 \begin_inset CommandInset label
1691 LatexCommand label
1692 name "sub:分数"
1693
1694 \end_inset
1695
1696
1697 \begin_inset Index idx
1698 status collapsed
1699
1700 \begin_layout Plain Layout
1701 ぶんすう@分数
1702 \end_layout
1703
1704 \end_inset
1705
1706
1707 \end_layout
1708
1709 \begin_layout Standard
1710 分数は、コマンド
1711 \series bold
1712
1713 \backslash
1714 frac
1715 \series default
1716
1717 \begin_inset Index idx
1718 status collapsed
1719
1720 \begin_layout Plain Layout
1721 こまんど@コマンド ! F ! 
1722 \backslash
1723 frac
1724 \end_layout
1725
1726 \end_inset
1727
1728 か数式ツールバーボタン
1729 \begin_inset Graphics
1730         filename ../../images/math/frac.png
1731         scale 50
1732
1733 \end_inset
1734
1735 で作ることができます。フォント寸法は、分数が行内数式にあるか別行立て数式にあるかに応じて、自動的に調整されます。数式ツールバーボタン
1736 \begin_inset Graphics
1737         filename ../../images/math/frac-square.png
1738         scale 85
1739
1740 \end_inset
1741
1742 を使えば、分数の種類を選ぶことができます。
1743 \end_layout
1744
1745 \begin_layout Standard
1746 コマンド
1747 \series bold
1748
1749 \backslash
1750 dfrac
1751 \series default
1752
1753 \begin_inset Index idx
1754 status collapsed
1755
1756 \begin_layout Plain Layout
1757 こまんど@コマンド ! D ! 
1758 \backslash
1759 dfrac
1760 \end_layout
1761
1762 \end_inset
1763
1764 を使えば、つねに別行立て数式の大きさを持つ分数を作成することができます。また、コマンド
1765 \series bold
1766
1767 \backslash
1768 tfrac
1769 \series default
1770
1771 \begin_inset Index idx
1772 status collapsed
1773
1774 \begin_layout Plain Layout
1775 こまんど@コマンド ! T ! 
1776 \backslash
1777 tfrac
1778 \end_layout
1779
1780 \end_inset
1781
1782 では、つねに行内数式の大きさで分数が表示されます。以下はこれらの例です。
1783 \end_layout
1784
1785 \begin_layout Standard
1786 これは、コマンド
1787 \series bold
1788
1789 \backslash
1790 frac
1791 \series default
1792 を使用して作った分数
1793 \begin_inset Formula $\frac{1}{2}$
1794 \end_inset
1795
1796 を含む行です。
1797 \end_layout
1798
1799 \begin_layout Standard
1800 これは、コマンド
1801 \series bold
1802
1803 \backslash
1804 dfrac
1805 \series default
1806 を使用して作った分数
1807 \begin_inset Formula $\dfrac{1}{2}$
1808 \end_inset
1809
1810 を含む行です。
1811 \end_layout
1812
1813 \begin_layout Standard
1814 \align center
1815 \begin_inset Tabular
1816 <lyxtabular version="3" rows="4" columns="2">
1817 <features rotate="0" tabularvalignment="middle">
1818 <column alignment="center" valignment="top" width="0pt">
1819 <column alignment="center" valignment="top" width="0pt">
1820 <row>
1821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1822 \begin_inset Text
1823
1824 \begin_layout Plain Layout
1825 コマンド
1826 \end_layout
1827
1828 \end_inset
1829 </cell>
1830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1831 \begin_inset Text
1832
1833 \begin_layout Plain Layout
1834 出力
1835 \begin_inset Note Note
1836 status collapsed
1837
1838 \begin_layout Plain Layout
1839 ここで
1840 \series bold
1841
1842 \backslash
1843 raisebox
1844 \series default
1845 はスペーサーとして使用しているだけです。
1846 \end_layout
1847
1848 \end_inset
1849
1850
1851 \end_layout
1852
1853 \end_inset
1854 </cell>
1855 </row>
1856 <row>
1857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1858 \begin_inset Text
1859
1860 \begin_layout Plain Layout
1861
1862 \backslash
1863 frac
1864 \begin_inset ERT
1865 status collapsed
1866
1867 \begin_layout Plain Layout
1868
1869
1870 \backslash
1871 spce 
1872 \end_layout
1873
1874 \end_inset
1875
1876 A
1877 \begin_inset Formula $\downarrow$
1878 \end_inset
1879
1880 B
1881 \end_layout
1882
1883 \end_inset
1884 </cell>
1885 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1886 \begin_inset Text
1887
1888 \begin_layout Plain Layout
1889 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1890 \end_inset
1891
1892
1893 \end_layout
1894
1895 \end_inset
1896 </cell>
1897 </row>
1898 <row>
1899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1900 \begin_inset Text
1901
1902 \begin_layout Plain Layout
1903
1904 \backslash
1905 dfrac
1906 \begin_inset ERT
1907 status collapsed
1908
1909 \begin_layout Plain Layout
1910
1911
1912 \backslash
1913 spce 
1914 \end_layout
1915
1916 \end_inset
1917
1918 A
1919 \begin_inset Formula $\downarrow$
1920 \end_inset
1921
1922 B
1923 \end_layout
1924
1925 \end_inset
1926 </cell>
1927 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1928 \begin_inset Text
1929
1930 \begin_layout Plain Layout
1931 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1932 \end_inset
1933
1934
1935 \end_layout
1936
1937 \end_inset
1938 </cell>
1939 </row>
1940 <row>
1941 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1942 \begin_inset Text
1943
1944 \begin_layout Plain Layout
1945
1946 \backslash
1947 dfrac
1948 \begin_inset ERT
1949 status collapsed
1950
1951 \begin_layout Plain Layout
1952
1953
1954 \backslash
1955 spce 
1956 \end_layout
1957
1958 \end_inset
1959
1960 e^
1961 \begin_inset ERT
1962 status collapsed
1963
1964 \begin_layout Plain Layout
1965
1966
1967 \backslash
1968 spce 
1969 \end_layout
1970
1971 \end_inset
1972
1973
1974 \backslash
1975 frac
1976 \begin_inset ERT
1977 status collapsed
1978
1979 \begin_layout Plain Layout
1980
1981
1982 \backslash
1983 spce 
1984 \end_layout
1985
1986 \end_inset
1987
1988 1
1989 \begin_inset Formula $\downarrow$
1990 \end_inset
1991
1992 2
1993 \begin_inset Formula $\downarrow\downarrow$
1994 \end_inset
1995
1996 3
1997 \end_layout
1998
1999 \end_inset
2000 </cell>
2001 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2002 \begin_inset Text
2003
2004 \begin_layout Plain Layout
2005 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
2006 \end_inset
2007
2008
2009 \end_layout
2010
2011 \end_inset
2012 </cell>
2013 </row>
2014 </lyxtabular>
2015
2016 \end_inset
2017
2018
2019 \end_layout
2020
2021 \begin_layout Standard
2022 \begin_inset VSpace bigskip
2023 \end_inset
2024
2025
2026 \begin_inset Newpage newpage
2027 \end_inset
2028
2029 入れ子の分数を作るには、コマンド
2030 \series bold
2031
2032 \backslash
2033 cfrac
2034 \series default
2035
2036 \begin_inset Index idx
2037 status collapsed
2038
2039 \begin_layout Plain Layout
2040 こまんど@コマンド ! C ! 
2041 \backslash
2042 cfrac
2043 \end_layout
2044
2045 \end_inset
2046
2047 が使えます。以下がその例です。
2048 \begin_inset VSpace -3mm
2049 \end_inset
2050
2051
2052 \end_layout
2053
2054 \begin_layout Standard
2055 \begin_inset Formula 
2056 \begin{align*}
2057 \textrm{\textbf{\textbackslash frac}を使用して作成} &  & \textrm{\textbf{\textbackslash cfrac}を使用して作成}\\
2058 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
2059 \end{align*}
2060
2061 \end_inset
2062
2063
2064 \end_layout
2065
2066 \begin_layout Standard
2067 上記の例で使用したコマンドは、
2068 \end_layout
2069
2070 \begin_layout Standard
2071
2072 \series bold
2073
2074 \backslash
2075 cfrac
2076 \begin_inset ERT
2077 status collapsed
2078
2079 \begin_layout Plain Layout
2080
2081
2082 \backslash
2083 space 
2084 \end_layout
2085
2086 \end_inset
2087
2088 A
2089 \begin_inset Formula $\downarrow$
2090 \end_inset
2091
2092 B+
2093 \backslash
2094 cfrac
2095 \begin_inset ERT
2096 status collapsed
2097
2098 \begin_layout Plain Layout
2099
2100
2101 \backslash
2102 space 
2103 \end_layout
2104
2105 \end_inset
2106
2107 C+
2108 \backslash
2109 cfrac
2110 \begin_inset ERT
2111 status collapsed
2112
2113 \begin_layout Plain Layout
2114
2115
2116 \backslash
2117 space 
2118 \end_layout
2119
2120 \end_inset
2121
2122 E
2123 \begin_inset Formula $\downarrow$
2124 \end_inset
2125
2126 F
2127 \begin_inset Formula $\downarrow$
2128 \end_inset
2129
2130 D
2131 \end_layout
2132
2133 \begin_layout Standard
2134 です。
2135 \end_layout
2136
2137 \begin_layout Standard
2138 \begin_inset VSpace medskip
2139 \end_inset
2140
2141
2142 \end_layout
2143
2144 \begin_layout Standard
2145
2146 \series bold
2147
2148 \backslash
2149 cfrac
2150 \series default
2151 は、他の分数中に入れ子になっている場合も含め、分数をつねに別行立て数式の大きさに設定します。
2152 \end_layout
2153
2154 \begin_layout Standard
2155 分子の揃え方は、指定することができます。
2156 \series bold
2157
2158 \backslash
2159 cfracleft
2160 \series default
2161 コマンドは左揃えにし、
2162 \series bold
2163
2164 \backslash
2165 cfracright
2166 \series default
2167 は右揃えにします。
2168 \series bold
2169
2170 \backslash
2171 cfrac
2172 \series default
2173 は中央揃えです。以下の各分数は、それぞれの揃え位置を示しています。
2174 \begin_inset Newline newline
2175 \end_inset
2176
2177
2178 \series bold
2179
2180 \begin_inset Formula $\cfrac[l]{A}{B+C}$
2181 \end_inset
2182
2183
2184 \begin_inset Formula $\cfrac{A}{B+C}$
2185 \end_inset
2186
2187
2188 \begin_inset Formula $\cfrac[r]{A}{B+C}$
2189 \end_inset
2190
2191
2192 \end_layout
2193
2194 \begin_layout Standard
2195 \begin_inset Note Greyedout
2196 status open
2197
2198 \begin_layout Plain Layout
2199
2200 \series bold
2201 【註】
2202 \backslash
2203 cfracleft
2204 \series default
2205
2206 \series bold
2207
2208 \backslash
2209 cfracright
2210 \series default
2211 は、生粋のLaTeXコマンドではなく、実体は、コマンド
2212 \series bold
2213
2214 \backslash
2215 cfrac[揃え位置]{分子}{分母}
2216 \series default
2217 です。したがって、これらをTeXモードで使うことはできません。
2218 \end_layout
2219
2220 \end_inset
2221
2222
2223 \end_layout
2224
2225 \begin_layout Standard
2226 \begin_inset VSpace medskip
2227 \end_inset
2228
2229 ときに、以下のように
2230 \series bold
2231
2232 \backslash
2233 cfrac
2234 \series default
2235
2236 \series bold
2237
2238 \backslash
2239 frac
2240 \series default
2241 を組み合わせて使うと便利です。
2242 \begin_inset Formula 
2243 \[
2244 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}
2245 \]
2246
2247 \end_inset
2248
2249
2250 \end_layout
2251
2252 \begin_layout Standard
2253 斜めの分数線を持つ行内分数を作るには、コマンド
2254 \series bold
2255
2256 \backslash
2257 nicefrac
2258 \series default
2259
2260 \begin_inset Index idx
2261 status collapsed
2262
2263 \begin_layout Plain Layout
2264 こまんど@コマンド ! N ! 
2265 \backslash
2266 nicefrac
2267 \end_layout
2268
2269 \end_inset
2270
2271 (例:
2272 \begin_inset Formula $\nicefrac{5}{31}$
2273 \end_inset
2274
2275 )を使うか、コマンド
2276 \series bold
2277
2278 \backslash
2279 unitfrac
2280 \series default
2281
2282 \begin_inset Index idx
2283 status collapsed
2284
2285 \begin_layout Plain Layout
2286 こまんど@コマンド ! U ! 
2287 \backslash
2288 unitfrac
2289 \end_layout
2290
2291 \end_inset
2292
2293 (例:
2294 \begin_inset Formula $\unitfrac{5}{31}$
2295 \end_inset
2296
2297 )を使います。さらに、
2298 \begin_inset Formula $\unitfrac[2]{1}{3}$
2299 \end_inset
2300
2301 のような帯分数を作るコマンド
2302 \series bold
2303
2304 \backslash
2305 unitfracthree
2306 \series default
2307 もあります。
2308 \end_layout
2309
2310 \begin_layout Standard
2311 \begin_inset Note Greyedout
2312 status open
2313
2314 \begin_layout Plain Layout
2315
2316 \series bold
2317 【註】
2318 \series default
2319 実は、
2320 \series bold
2321
2322 \backslash
2323 unitfracthree
2324 \series default
2325 は生粋のLaTeXコマンドではなく、実体は
2326 \begin_inset Newline newline
2327 \end_inset
2328
2329
2330 \series bold
2331
2332 \backslash
2333 unitfrac[自然数]{分子}{分母}
2334 \series default
2335 というコマンドなので、TeXコードでは使用できません。
2336 \end_layout
2337
2338 \end_inset
2339
2340
2341 \end_layout
2342
2343 \begin_layout Standard
2344 分数線を変更できるような独自の分数の定義のしかたは、第
2345 \begin_inset CommandInset ref
2346 LatexCommand ref
2347 reference "sub:自己定義の分数"
2348
2349 \end_inset
2350
2351 節に説明があります。
2352 \end_layout
2353
2354 \begin_layout Subsection
2355 根号
2356 \begin_inset Index idx
2357 status collapsed
2358
2359 \begin_layout Plain Layout
2360 こんごう@根号
2361 \end_layout
2362
2363 \end_inset
2364
2365
2366 \begin_inset Index idx
2367 status collapsed
2368
2369 \begin_layout Plain Layout
2370 るーと@ルート|see
2371 \begin_inset ERT
2372 status collapsed
2373
2374 \begin_layout Plain Layout
2375
2376 {
2377 \end_layout
2378
2379 \end_inset
2380
2381 根号
2382 \begin_inset ERT
2383 status collapsed
2384
2385 \begin_layout Plain Layout
2386
2387 }
2388 \end_layout
2389
2390 \end_inset
2391
2392
2393 \end_layout
2394
2395 \end_inset
2396
2397
2398 \end_layout
2399
2400 \begin_layout Standard
2401 平方根は、
2402 \series bold
2403
2404 \backslash
2405 sqrt
2406 \series default
2407
2408 \begin_inset Index idx
2409 status collapsed
2410
2411 \begin_layout Plain Layout
2412 こまんど@コマンド ! S ! 
2413 \backslash
2414 sqrt
2415 \end_layout
2416
2417 \end_inset
2418
2419 か数式ツールバーボタン
2420 \begin_inset Graphics
2421         filename ../../images/math/sqrt.png
2422         scale 85
2423
2424 \end_inset
2425
2426 で作成することができ、他のすべての根号は、コマンド
2427 \series bold
2428
2429 \backslash
2430 root
2431 \series default
2432
2433 \begin_inset Index idx
2434 status collapsed
2435
2436 \begin_layout Plain Layout
2437 こまんど@コマンド ! R ! 
2438 \backslash
2439 root
2440 \end_layout
2441
2442 \end_inset
2443
2444 か数式ツールバーボタン
2445 \begin_inset Graphics
2446         filename ../../images/math/root.png
2447         scale 85
2448
2449 \end_inset
2450
2451 で作成することができます。
2452 \end_layout
2453
2454 \begin_layout Standard
2455 \align center
2456 \begin_inset Tabular
2457 <lyxtabular version="3" rows="3" columns="2">
2458 <features rotate="0" tabularvalignment="middle">
2459 <column alignment="center" valignment="top" width="0pt">
2460 <column alignment="center" valignment="top" width="0pt">
2461 <row>
2462 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2463 \begin_inset Text
2464
2465 \begin_layout Plain Layout
2466 コマンド
2467 \end_layout
2468
2469 \end_inset
2470 </cell>
2471 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2472 \begin_inset Text
2473
2474 \begin_layout Plain Layout
2475 出力
2476 \begin_inset Note Note
2477 status collapsed
2478
2479 \begin_layout Plain Layout
2480 ここで
2481 \series bold
2482
2483 \backslash
2484 raisebox
2485 \series default
2486 はスペーサーとして使用しているだけです。
2487 \end_layout
2488
2489 \end_inset
2490
2491
2492 \end_layout
2493
2494 \end_inset
2495 </cell>
2496 </row>
2497 <row>
2498 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2499 \begin_inset Text
2500
2501 \begin_layout Plain Layout
2502
2503 \backslash
2504 sqrt
2505 \begin_inset ERT
2506 status collapsed
2507
2508 \begin_layout Plain Layout
2509
2510
2511 \backslash
2512 spce 
2513 \end_layout
2514
2515 \end_inset
2516
2517 A-B
2518 \end_layout
2519
2520 \end_inset
2521 </cell>
2522 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2523 \begin_inset Text
2524
2525 \begin_layout Plain Layout
2526 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2527 \end_inset
2528
2529
2530 \end_layout
2531
2532 \end_inset
2533 </cell>
2534 </row>
2535 <row>
2536 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2537 \begin_inset Text
2538
2539 \begin_layout Plain Layout
2540
2541 \backslash
2542 root
2543 \begin_inset ERT
2544 status collapsed
2545
2546 \begin_layout Plain Layout
2547
2548
2549 \backslash
2550 spce 
2551 \end_layout
2552
2553 \end_inset
2554
2555 3
2556 \begin_inset Formula $\downarrow$
2557 \end_inset
2558
2559 A-B
2560 \end_layout
2561
2562 \end_inset
2563 </cell>
2564 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2565 \begin_inset Text
2566
2567 \begin_layout Plain Layout
2568 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2569 \end_inset
2570
2571
2572 \end_layout
2573
2574 \end_inset
2575 </cell>
2576 </row>
2577 </lyxtabular>
2578
2579 \end_inset
2580
2581
2582 \end_layout
2583
2584 \begin_layout Standard
2585 平方根は、根号指数フィールドを空白のままにしておけば、
2586 \series bold
2587
2588 \backslash
2589 root
2590 \series default
2591 でも作成することができます。
2592 \end_layout
2593
2594 \begin_layout Standard
2595 \begin_inset Formula $\sqrt[\beta]{B}$
2596 \end_inset
2597
2598 の例のように、指数のとる値によっては、根号への距離が近すぎることがあります。
2599 \begin_inset Newline newline
2600 \end_inset
2601
2602 この場合には、
2603 \begin_inset Formula $\beta$
2604 \end_inset
2605
2606 が根号に触れてしまいます。これを避けるためには、以下のようなコマンド書式で、コマンド
2607 \series bold
2608
2609 \backslash
2610 leftroot
2611 \series default
2612
2613 \begin_inset Index idx
2614 status collapsed
2615
2616 \begin_layout Plain Layout
2617 こまんど@コマンド ! L ! 
2618 \backslash
2619 leftroot
2620 \end_layout
2621
2622 \end_inset
2623
2624
2625 \series bold
2626
2627 \backslash
2628 uproot
2629 \series default
2630
2631 \begin_inset Index idx
2632 status collapsed
2633
2634 \begin_layout Plain Layout
2635 こまんど@コマンド ! U ! 
2636 \backslash
2637 uproot
2638 \end_layout
2639
2640 \end_inset
2641
2642 を使います。
2643 \end_layout
2644
2645 \begin_layout Standard
2646
2647 \series bold
2648
2649 \backslash
2650 leftroot{距離}
2651 \series default
2652 および
2653 \series bold
2654
2655 \backslash
2656 uproot{距離}
2657 \end_layout
2658
2659 \begin_layout Standard
2660 ここで「距離」は、指数を左あるいは上に動かす、Big Point(単位bp;
2661 \begin_inset Formula $\mathrm{72\, bp=1}$
2662 \end_inset
2663
2664 インチ)での数値です。これらのコマンドは、指数に書き込みます。このようにして、コマンド
2665 \begin_inset Newline newline
2666 \end_inset
2667
2668
2669 \series bold
2670
2671 \backslash
2672 root
2673 \backslash
2674 leftroot{-1
2675 \begin_inset Formula $\to$
2676 \end_inset
2677
2678
2679 \backslash
2680 uproot{2
2681 \begin_inset Formula $\to$
2682 \end_inset
2683
2684
2685 \backslash
2686 beta
2687 \begin_inset ERT
2688 status collapsed
2689
2690 \begin_layout Plain Layout
2691
2692
2693 \backslash
2694 spce 
2695 \end_layout
2696
2697 \end_inset
2698
2699
2700 \begin_inset Formula $\to$
2701 \end_inset
2702
2703 B
2704 \begin_inset Newline newline
2705 \end_inset
2706
2707
2708 \series default
2709 は、正しく組版された数式
2710 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2711 \end_inset
2712
2713 を生成します。
2714 \end_layout
2715
2716 \begin_layout Subsection
2717 二項係数
2718 \begin_inset Index idx
2719 status collapsed
2720
2721 \begin_layout Plain Layout
2722 にこうけいすう@二項係数
2723 \end_layout
2724
2725 \end_inset
2726
2727
2728 \end_layout
2729
2730 \begin_layout Standard
2731 二項係数は、コマンド
2732 \series bold
2733
2734 \backslash
2735 binom
2736 \series default
2737
2738 \begin_inset Index idx
2739 status collapsed
2740
2741 \begin_layout Plain Layout
2742 こまんど@コマンド ! B ! 
2743 \backslash
2744 binom
2745 \end_layout
2746
2747 \end_inset
2748
2749 か数式ツールバーボタン
2750 \begin_inset Graphics
2751         filename ../../images/math/frac-square.png
2752         scale 85
2753
2754 \end_inset
2755
2756 の小メニューを使って挿入することができます。分数(
2757 \series bold
2758
2759 \backslash
2760 frac
2761 \series default
2762 )と同様に、
2763 \series bold
2764
2765 \backslash
2766 binom
2767 \series default
2768 の他に、コマンド
2769 \series bold
2770
2771 \backslash
2772 dbinom
2773 \begin_inset Index idx
2774 status collapsed
2775
2776 \begin_layout Plain Layout
2777 こまんど@コマンド ! D ! 
2778 \backslash
2779 dbinom
2780 \end_layout
2781
2782 \end_inset
2783
2784
2785 \series default
2786 および
2787 \series bold
2788
2789 \backslash
2790 tbinom
2791 \series default
2792
2793 \begin_inset Index idx
2794 status collapsed
2795
2796 \begin_layout Plain Layout
2797 こまんど@コマンド ! T ! 
2798 \backslash
2799 tbinom
2800 \end_layout
2801
2802 \end_inset
2803
2804 があります。二項係数のまわりの括弧に、他の括弧を使うには、コマンド
2805 \series bold
2806
2807 \backslash
2808 brace
2809 \series default
2810
2811 \begin_inset Index idx
2812 status collapsed
2813
2814 \begin_layout Plain Layout
2815 こまんど@コマンド ! B ! 
2816 \backslash
2817 brace
2818 \end_layout
2819
2820 \end_inset
2821
2822
2823 \series bold
2824
2825 \backslash
2826 brack
2827 \series default
2828
2829 \begin_inset Index idx
2830 status collapsed
2831
2832 \begin_layout Plain Layout
2833 こまんど@コマンド ! B ! 
2834 \backslash
2835 brack
2836 \end_layout
2837
2838 \end_inset
2839
2840 があります。
2841 \end_layout
2842
2843 \begin_layout Standard
2844 \align center
2845 \begin_inset Tabular
2846 <lyxtabular version="3" rows="6" columns="2">
2847 <features rotate="0" tabularvalignment="middle">
2848 <column alignment="center" valignment="top" width="0pt">
2849 <column alignment="center" valignment="top" width="0pt">
2850 <row>
2851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2852 \begin_inset Text
2853
2854 \begin_layout Plain Layout
2855 コマンド
2856 \end_layout
2857
2858 \end_inset
2859 </cell>
2860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2861 \begin_inset Text
2862
2863 \begin_layout Plain Layout
2864 出力
2865 \begin_inset Note Note
2866 status collapsed
2867
2868 \begin_layout Plain Layout
2869 ここで
2870 \series bold
2871
2872 \backslash
2873 raisebox
2874 \series default
2875 はスペーサーとして使用しているだけです。
2876 \end_layout
2877
2878 \end_inset
2879
2880
2881 \end_layout
2882
2883 \end_inset
2884 </cell>
2885 </row>
2886 <row>
2887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2888 \begin_inset Text
2889
2890 \begin_layout Plain Layout
2891
2892 \backslash
2893 binom
2894 \begin_inset ERT
2895 status collapsed
2896
2897 \begin_layout Plain Layout
2898
2899
2900 \backslash
2901 spce 
2902 \end_layout
2903
2904 \end_inset
2905
2906 A
2907 \begin_inset Formula $\downarrow$
2908 \end_inset
2909
2910 B
2911 \end_layout
2912
2913 \end_inset
2914 </cell>
2915 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2916 \begin_inset Text
2917
2918 \begin_layout Plain Layout
2919 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2920 \end_inset
2921
2922
2923 \end_layout
2924
2925 \end_inset
2926 </cell>
2927 </row>
2928 <row>
2929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2930 \begin_inset Text
2931
2932 \begin_layout Plain Layout
2933
2934 \backslash
2935 dbinom
2936 \begin_inset ERT
2937 status collapsed
2938
2939 \begin_layout Plain Layout
2940
2941
2942 \backslash
2943 spce 
2944 \end_layout
2945
2946 \end_inset
2947
2948 A
2949 \begin_inset Formula $\downarrow$
2950 \end_inset
2951
2952 B
2953 \end_layout
2954
2955 \end_inset
2956 </cell>
2957 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2958 \begin_inset Text
2959
2960 \begin_layout Plain Layout
2961 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2962 \end_inset
2963
2964
2965 \end_layout
2966
2967 \end_inset
2968 </cell>
2969 </row>
2970 <row>
2971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2972 \begin_inset Text
2973
2974 \begin_layout Plain Layout
2975
2976 \backslash
2977 tbinom
2978 \begin_inset ERT
2979 status collapsed
2980
2981 \begin_layout Plain Layout
2982
2983
2984 \backslash
2985 spce 
2986 \end_layout
2987
2988 \end_inset
2989
2990 A
2991 \begin_inset Formula $\downarrow$
2992 \end_inset
2993
2994 B
2995 \end_layout
2996
2997 \end_inset
2998 </cell>
2999 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3000 \begin_inset Text
3001
3002 \begin_layout Plain Layout
3003 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
3004 \end_inset
3005
3006
3007 \end_layout
3008
3009 \end_inset
3010 </cell>
3011 </row>
3012 <row>
3013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3014 \begin_inset Text
3015
3016 \begin_layout Plain Layout
3017
3018 \backslash
3019 brack
3020 \begin_inset ERT
3021 status collapsed
3022
3023 \begin_layout Plain Layout
3024
3025
3026 \backslash
3027 spce 
3028 \end_layout
3029
3030 \end_inset
3031
3032 A
3033 \begin_inset Formula $\downarrow$
3034 \end_inset
3035
3036 B
3037 \end_layout
3038
3039 \end_inset
3040 </cell>
3041 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3042 \begin_inset Text
3043
3044 \begin_layout Plain Layout
3045 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
3046 \end_inset
3047
3048
3049 \end_layout
3050
3051 \end_inset
3052 </cell>
3053 </row>
3054 <row>
3055 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3056 \begin_inset Text
3057
3058 \begin_layout Plain Layout
3059
3060 \backslash
3061 brace
3062 \begin_inset ERT
3063 status collapsed
3064
3065 \begin_layout Plain Layout
3066
3067
3068 \backslash
3069 spce 
3070 \end_layout
3071
3072 \end_inset
3073
3074 A
3075 \begin_inset Formula $\downarrow$
3076 \end_inset
3077
3078 B
3079 \end_layout
3080
3081 \end_inset
3082 </cell>
3083 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3084 \begin_inset Text
3085
3086 \begin_layout Plain Layout
3087 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
3088 \end_inset
3089
3090
3091 \end_layout
3092
3093 \end_inset
3094 </cell>
3095 </row>
3096 </lyxtabular>
3097
3098 \end_inset
3099
3100
3101 \end_layout
3102
3103 \begin_layout Subsection
3104 場合分け
3105 \begin_inset Index idx
3106 status collapsed
3107
3108 \begin_layout Plain Layout
3109 ばあいわけ@場合分け
3110 \end_layout
3111
3112 \end_inset
3113
3114
3115 \end_layout
3116
3117 \begin_layout Standard
3118 \align center
3119 \begin_inset Tabular
3120 <lyxtabular version="3" rows="3" columns="2">
3121 <features rotate="0" tabularvalignment="middle">
3122 <column alignment="center" valignment="top" width="0pt">
3123 <column alignment="center" valignment="top" width="0pt">
3124 <row>
3125 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3126 \begin_inset Text
3127
3128 \begin_layout Plain Layout
3129 コマンド
3130 \end_layout
3131
3132 \end_inset
3133 </cell>
3134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3135 \begin_inset Text
3136
3137 \begin_layout Plain Layout
3138 出力
3139 \end_layout
3140
3141 \end_inset
3142 </cell>
3143 </row>
3144 <row>
3145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3146 \begin_inset Text
3147
3148 \begin_layout Plain Layout
3149
3150 \backslash
3151 cases
3152 \begin_inset ERT
3153 status collapsed
3154
3155 \begin_layout Plain Layout
3156
3157
3158 \backslash
3159 spce 
3160 \end_layout
3161
3162 \end_inset
3163
3164 A
3165 \begin_inset Formula $\to$
3166 \end_inset
3167
3168 B
3169 \begin_inset Formula $>$
3170 \end_inset
3171
3172 0
3173 \begin_inset Index idx
3174 status collapsed
3175
3176 \begin_layout Plain Layout
3177 こまんど@コマンド ! C ! 
3178 \backslash
3179 cases
3180 \end_layout
3181
3182 \end_inset
3183
3184
3185 \end_layout
3186
3187 \end_inset
3188 </cell>
3189 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3190 \begin_inset Text
3191
3192 \begin_layout Plain Layout
3193 \begin_inset Formula $\begin{cases}
3194 A & B>0\end{cases}$
3195 \end_inset
3196
3197
3198 \end_layout
3199
3200 \end_inset
3201 </cell>
3202 </row>
3203 <row>
3204 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3205 \begin_inset Text
3206
3207 \begin_layout Plain Layout
3208
3209 \backslash
3210 cases
3211 \begin_inset ERT
3212 status collapsed
3213
3214 \begin_layout Plain Layout
3215
3216
3217 \backslash
3218 spce 
3219 \end_layout
3220
3221 \end_inset
3222
3223
3224 \begin_inset Info
3225 type  "shortcut"
3226 arg   "newline-insert newline"
3227 \end_inset
3228
3229
3230 \end_layout
3231
3232 \end_inset
3233 </cell>
3234 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3235 \begin_inset Text
3236
3237 \begin_layout Plain Layout
3238 \begin_inset Formula $\begin{cases}
3239 A & \textrm{for }x>0\\
3240 B & \textrm{for }x=0
3241 \end{cases}$
3242 \end_inset
3243
3244
3245 \end_layout
3246
3247 \end_inset
3248 </cell>
3249 </row>
3250 </lyxtabular>
3251
3252 \end_inset
3253
3254
3255 \end_layout
3256
3257 \begin_layout Standard
3258
3259 \series bold
3260
3261 \backslash
3262 cases
3263 \series default
3264 を挿入するか数式ツールバーボタン
3265 \begin_inset Graphics
3266         filename ../../images/math/cases.png
3267         scale 85
3268
3269 \end_inset
3270
3271 を使用した後では、
3272 \begin_inset Flex Ruby
3273 status collapsed
3274
3275 \begin_layout Plain Layout
3276 捷径
3277 \begin_inset Argument post:1
3278 status collapsed
3279
3280 \begin_layout Plain Layout
3281 ショートカット
3282 \end_layout
3283
3284 \end_inset
3285
3286
3287 \end_layout
3288
3289 \end_inset
3290
3291
3292 \begin_inset Info
3293 type  "shortcut"
3294 arg   "newline-insert newline"
3295 \end_inset
3296
3297 か表ツールバーボタン
3298 \begin_inset Graphics
3299         filename ../../images/tabular-feature_append-row.png
3300         scale 85
3301
3302 \end_inset
3303
3304 を使えば、新しい行を作ることができます。
3305 \end_layout
3306
3307 \begin_layout Standard
3308 コマンド
3309 \series bold
3310
3311 \backslash
3312 cases
3313 \series default
3314 は、
3315 \family sans
3316 挿入\SpecialChar \menuseparator
3317 数式\SpecialChar \menuseparator
3318 Cases環境
3319 \family default
3320 メニューで挿入することもできます。
3321 \end_layout
3322
3323 \begin_layout Subsection
3324 否定
3325 \begin_inset Index idx
3326 status collapsed
3327
3328 \begin_layout Plain Layout
3329 ひてい@否定
3330 \end_layout
3331
3332 \end_inset
3333
3334
3335 \end_layout
3336
3337 \begin_layout Standard
3338
3339 \series bold
3340
3341 \backslash
3342 not
3343 \series default
3344
3345 \begin_inset Index idx
3346 status collapsed
3347
3348 \begin_layout Plain Layout
3349 こまんど@コマンド ! N ! 
3350 \backslash
3351 not
3352 \end_layout
3353
3354 \end_inset
3355
3356 を挿入することで、すべての文字を取り消し形で表示できます。文字はスラッシュを上書きされた形になります。
3357 \end_layout
3358
3359 \begin_layout Standard
3360 \align center
3361 \begin_inset Tabular
3362 <lyxtabular version="3" rows="4" columns="2">
3363 <features rotate="0" tabularvalignment="middle">
3364 <column alignment="center" valignment="top" width="0pt">
3365 <column alignment="center" valignment="top" width="0pt">
3366 <row>
3367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3368 \begin_inset Text
3369
3370 \begin_layout Plain Layout
3371 コマンド
3372 \end_layout
3373
3374 \end_inset
3375 </cell>
3376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3377 \begin_inset Text
3378
3379 \begin_layout Plain Layout
3380 出力
3381 \end_layout
3382
3383 \end_inset
3384 </cell>
3385 </row>
3386 <row>
3387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3388 \begin_inset Text
3389
3390 \begin_layout Plain Layout
3391
3392 \backslash
3393 not=
3394 \end_layout
3395
3396 \end_inset
3397 </cell>
3398 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3399 \begin_inset Text
3400
3401 \begin_layout Plain Layout
3402 \begin_inset Formula $\not=$
3403 \end_inset
3404
3405
3406 \end_layout
3407
3408 \end_inset
3409 </cell>
3410 </row>
3411 <row>
3412 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3413 \begin_inset Text
3414
3415 \begin_layout Plain Layout
3416
3417 \backslash
3418 not 
3419 \backslash
3420 le
3421 \end_layout
3422
3423 \end_inset
3424 </cell>
3425 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3426 \begin_inset Text
3427
3428 \begin_layout Plain Layout
3429 \begin_inset Formula $\not\le$
3430 \end_inset
3431
3432
3433 \end_layout
3434
3435 \end_inset
3436 </cell>
3437 </row>
3438 <row>
3439 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3440 \begin_inset Text
3441
3442 \begin_layout Plain Layout
3443
3444 \backslash
3445 not 
3446 \backslash
3447 parallel
3448 \end_layout
3449
3450 \end_inset
3451 </cell>
3452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3453 \begin_inset Text
3454
3455 \begin_layout Plain Layout
3456 \begin_inset Formula $\not\parallel$
3457 \end_inset
3458
3459
3460 \end_layout
3461
3462 \end_inset
3463 </cell>
3464 </row>
3465 </lyxtabular>
3466
3467 \end_inset
3468
3469
3470 \end_layout
3471
3472 \begin_layout Standard
3473 最後の例が示すように、すべての否定形がきれいに出力されるわけではありません。このことから、否定形に専用のコマンドを持つものもあります(第
3474 \begin_inset CommandInset ref
3475 LatexCommand ref
3476 reference "sub:数学記号"
3477
3478 \end_inset
3479
3480 節および第
3481 \begin_inset CommandInset ref
3482 LatexCommand ref
3483 reference "sec:関係子"
3484
3485 \end_inset
3486
3487 節を参照)。
3488 \end_layout
3489
3490 \begin_layout Subsection
3491 埋め草
3492 \begin_inset CommandInset label
3493 LatexCommand label
3494 name "sub:埋め草"
3495
3496 \end_inset
3497
3498
3499 \begin_inset Index idx
3500 status collapsed
3501
3502 \begin_layout Plain Layout
3503 うめくさ@埋め草
3504 \end_layout
3505
3506 \end_inset
3507
3508
3509 \begin_inset Index idx
3510 status collapsed
3511
3512 \begin_layout Plain Layout
3513 かがくきごう@化学記号 ! どういたい@同位体
3514 \end_layout
3515
3516 \end_inset
3517
3518
3519 \begin_inset Index idx
3520 status collapsed
3521
3522 \begin_layout Plain Layout
3523 どういたい@同位体|see
3524 \begin_inset ERT
3525 status collapsed
3526
3527 \begin_layout Plain Layout
3528
3529 {
3530 \end_layout
3531
3532 \end_inset
3533
3534 化学記号
3535 \begin_inset ERT
3536 status collapsed
3537
3538 \begin_layout Plain Layout
3539
3540 }
3541 \end_layout
3542
3543 \end_inset
3544
3545
3546 \end_layout
3547
3548 \end_inset
3549
3550
3551 \begin_inset Index idx
3552 status collapsed
3553
3554 \begin_layout Plain Layout
3555 あいそとーぷ@アイソトープ|see
3556 \begin_inset ERT
3557 status collapsed
3558
3559 \begin_layout Plain Layout
3560
3561 {
3562 \end_layout
3563
3564 \end_inset
3565
3566 同位体
3567 \begin_inset ERT
3568 status collapsed
3569
3570 \begin_layout Plain Layout
3571
3572 }
3573 \end_layout
3574
3575 \end_inset
3576
3577
3578 \end_layout
3579
3580 \end_inset
3581
3582
3583 \end_layout
3584
3585 \begin_layout Standard
3586 たとえば同位体
3587 \begin_inset Foot
3588 status collapsed
3589
3590 \begin_layout Plain Layout
3591 同位体と化学記号の組版に関しては、第
3592 \begin_inset CommandInset ref
3593 LatexCommand ref
3594 reference "sub:化学記号と化学式"
3595
3596 \end_inset
3597
3598 節に記述があります。
3599 \end_layout
3600
3601 \end_inset
3602
3603 を表示しようとすると、次のような問題が起こります。
3604 \end_layout
3605
3606 \begin_layout Standard
3607 \align center
3608 \begin_inset Tabular
3609 <lyxtabular version="3" rows="2" columns="2">
3610 <features rotate="0" tabularvalignment="middle">
3611 <column alignment="center" valignment="top" width="0pt">
3612 <column alignment="center" valignment="top" width="0pt">
3613 <row>
3614 <cell alignment="center" valignment="top" usebox="none">
3615 \begin_inset Text
3616
3617 \begin_layout Plain Layout
3618 上付き文字と下付き文字を使用して作った指数:
3619 \end_layout
3620
3621 \end_inset
3622 </cell>
3623 <cell alignment="center" valignment="top" usebox="none">
3624 \begin_inset Text
3625
3626 \begin_layout Plain Layout
3627 \begin_inset Formula $_{9}^{19}\mathrm{F}\raisebox{-3mm}{}$
3628 \end_inset
3629
3630
3631 \end_layout
3632
3633 \end_inset
3634 </cell>
3635 </row>
3636 <row>
3637 <cell alignment="center" valignment="top" usebox="none">
3638 \begin_inset Text
3639
3640 \begin_layout Plain Layout
3641 正しい指数:
3642 \end_layout
3643
3644 \end_inset
3645 </cell>
3646 <cell alignment="center" valignment="top" usebox="none">
3647 \begin_inset Text
3648
3649 \begin_layout Plain Layout
3650 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3651 \end_inset
3652
3653
3654 \end_layout
3655
3656 \end_inset
3657 </cell>
3658 </row>
3659 </lyxtabular>
3660
3661 \end_inset
3662
3663
3664 \begin_inset Note Note
3665 status collapsed
3666
3667 \begin_layout Plain Layout
3668 ここで
3669 \series bold
3670
3671 \backslash
3672 raisebox
3673 \series default
3674 はスペーサーとして使用しているだけです。
3675 \end_layout
3676
3677 \end_inset
3678
3679
3680 \end_layout
3681
3682 \begin_layout Standard
3683 短い方の指数は、既定で、長い方の指数の一文字目の下ないし上に配置されてしまいます。これを避けるには、一文字ないし複数の空の文字を生成するコマンド
3684 \series bold
3685
3686 \backslash
3687 phantom
3688 \series default
3689
3690 \begin_inset Index idx
3691 status collapsed
3692
3693 \begin_layout Plain Layout
3694 こまんど@コマンド ! P ! 
3695 \backslash
3696 phantom
3697 \end_layout
3698
3699 \end_inset
3700
3701 や数式ツールバーボタン
3702 \begin_inset Foot
3703 status collapsed
3704
3705 \begin_layout Plain Layout
3706 ツールバーボタン
3707 \begin_inset Graphics
3708         filename ../../images/math/space.png
3709         scale 85
3710
3711 \end_inset
3712
3713 の小メニューに入っています。
3714 \end_layout
3715
3716 \end_inset
3717
3718
3719 \begin_inset Graphics
3720         filename ../../images/math/phantom.png
3721         scale 85
3722
3723 \end_inset
3724
3725 があります。
3726 \series bold
3727
3728 \backslash
3729 phantom
3730 \series default
3731 を挿入すると、二つの赤い矢印が重なった青枠が表示されます。矢印は、箱の中身の幅と高さの両方が、埋め草(指定した文字と同じ大きさの余白を確保するために使われる空打
3732 ち文字)として適用されることを示しています。したがって、
3733 \series bold
3734
3735 \backslash
3736 phantom
3737 \series default
3738 の作る文字は、箱の中身の文字の大きさを持つ埋め草となります。
3739 \end_layout
3740
3741 \begin_layout Standard
3742 \align center
3743 \begin_inset Tabular
3744 <lyxtabular version="3" rows="4" columns="2">
3745 <features rotate="0" tabularvalignment="middle">
3746 <column alignment="center" valignment="top">
3747 <column alignment="center" valignment="top">
3748 <row>
3749 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3750 \begin_inset Text
3751
3752 \begin_layout Plain Layout
3753 コマンド
3754 \end_layout
3755
3756 \end_inset
3757 </cell>
3758 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3759 \begin_inset Text
3760
3761 \begin_layout Plain Layout
3762 出力
3763 \begin_inset Note Note
3764 status collapsed
3765
3766 \begin_layout Plain Layout
3767 ここで
3768 \series bold
3769
3770 \backslash
3771 raisebox
3772 \series default
3773 はスペーサーとして使用しているだけです。
3774 \end_layout
3775
3776 \end_inset
3777
3778
3779 \end_layout
3780
3781 \end_inset
3782 </cell>
3783 </row>
3784 <row>
3785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3786 \begin_inset Text
3787
3788 \begin_layout Plain Layout
3789 ^19
3790 \begin_inset ERT
3791 status collapsed
3792
3793 \begin_layout Plain Layout
3794
3795
3796 \backslash
3797 spce 
3798 \end_layout
3799
3800 \end_inset
3801
3802 _
3803 \backslash
3804 phantom
3805 \begin_inset ERT
3806 status collapsed
3807
3808 \begin_layout Plain Layout
3809
3810
3811 \backslash
3812 spce 
3813 \end_layout
3814
3815 \end_inset
3816
3817 1
3818 \begin_inset Formula $\to$
3819 \end_inset
3820
3821 9
3822 \begin_inset ERT
3823 status collapsed
3824
3825 \begin_layout Plain Layout
3826
3827
3828 \backslash
3829 spce 
3830 \end_layout
3831
3832 \end_inset
3833
3834 F
3835 \end_layout
3836
3837 \end_inset
3838 </cell>
3839 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3840 \begin_inset Text
3841
3842 \begin_layout Plain Layout
3843 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\mathrm{F}\raisebox{-2.5mm}{}$
3844 \end_inset
3845
3846
3847 \end_layout
3848
3849 \end_inset
3850 </cell>
3851 </row>
3852 <row>
3853 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3854 \begin_inset Text
3855
3856 \begin_layout Plain Layout
3857 ^235
3858 \begin_inset ERT
3859 status collapsed
3860
3861 \begin_layout Plain Layout
3862
3863
3864 \backslash
3865 spce 
3866 \end_layout
3867
3868 \end_inset
3869
3870 _
3871 \backslash
3872 phantom
3873 \begin_inset ERT
3874 status collapsed
3875
3876 \begin_layout Plain Layout
3877
3878
3879 \backslash
3880 spce 
3881 \end_layout
3882
3883 \end_inset
3884
3885 23
3886 \begin_inset Formula $\to$
3887 \end_inset
3888
3889 9
3890 \begin_inset ERT
3891 status collapsed
3892
3893 \begin_layout Plain Layout
3894
3895
3896 \backslash
3897 spce 
3898 \end_layout
3899
3900 \end_inset
3901
3902 F
3903 \end_layout
3904
3905 \end_inset
3906 </cell>
3907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3908 \begin_inset Text
3909
3910 \begin_layout Plain Layout
3911 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\mathrm{F}\raisebox{-2.5mm}{}$
3912 \end_inset
3913
3914
3915 \end_layout
3916
3917 \end_inset
3918 </cell>
3919 </row>
3920 <row>
3921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3922 \begin_inset Text
3923
3924 \begin_layout Plain Layout
3925
3926 \backslash
3927 Lambda^
3928 \begin_inset ERT
3929 status collapsed
3930
3931 \begin_layout Plain Layout
3932
3933
3934 \backslash
3935 spce 
3936 \end_layout
3937
3938 \end_inset
3939
3940
3941 \backslash
3942 phantom
3943 \begin_inset ERT
3944 status collapsed
3945
3946 \begin_layout Plain Layout
3947
3948
3949 \backslash
3950 spce 
3951 \end_layout
3952
3953 \end_inset
3954
3955 ii
3956 \begin_inset Formula $\to$
3957 \end_inset
3958
3959 t
3960 \begin_inset ERT
3961 status collapsed
3962
3963 \begin_layout Plain Layout
3964
3965
3966 \backslash
3967 spce 
3968 \end_layout
3969
3970 \end_inset
3971
3972 _MMt
3973 \end_layout
3974
3975 \end_inset
3976 </cell>
3977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3978 \begin_inset Text
3979
3980 \begin_layout Plain Layout
3981 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3982 \end_inset
3983
3984
3985 \end_layout
3986
3987 \end_inset
3988 </cell>
3989 </row>
3990 </lyxtabular>
3991
3992 \end_inset
3993
3994
3995 \end_layout
3996
3997 \begin_layout Standard
3998 さらに、
3999 \series bold
4000
4001 \backslash
4002 vphantom
4003 \series default
4004
4005 \begin_inset Index idx
4006 status collapsed
4007
4008 \begin_layout Plain Layout
4009 こまんど@コマンド ! V ! 
4010 \backslash
4011 vphantom
4012 \end_layout
4013
4014 \end_inset
4015
4016 (ツールバーボタン
4017 \begin_inset space ~
4018 \end_inset
4019
4020
4021 \begin_inset Graphics
4022         filename ../../images/math/vphantom.png
4023         scale 85
4024
4025 \end_inset
4026
4027 )および
4028 \series bold
4029
4030 \backslash
4031 hphantom
4032 \series default
4033
4034 \begin_inset Index idx
4035 status collapsed
4036
4037 \begin_layout Plain Layout
4038 こまんど@コマンド ! H ! 
4039 \backslash
4040 hphantom
4041 \end_layout
4042
4043 \end_inset
4044
4045 (ツールバーボタン
4046 \begin_inset space ~
4047 \end_inset
4048
4049
4050 \begin_inset Graphics
4051         filename ../../images/math/hphantom.png
4052         scale 85
4053
4054 \end_inset
4055
4056 )というコマンドもあります。
4057 \series bold
4058
4059 \backslash
4060 vphantom
4061 \series default
4062 は、枠内部の文字の最大高のみの空白を作り、幅は考慮しません。
4063 \series bold
4064
4065 \backslash
4066 hphantom
4067 \series default
4068 は、枠の内容の幅のみの空白を作ります。このことから、これらの枠は一本の赤矢印のみで表示されます。
4069 \end_layout
4070
4071 \begin_layout Standard
4072 たとえば、
4073 \series bold
4074
4075 \backslash
4076 vphantom
4077 \series default
4078
4079 \begin_inset ERT
4080 status collapsed
4081
4082 \begin_layout Plain Layout
4083
4084
4085 \backslash
4086 spce 
4087 \end_layout
4088
4089 \end_inset
4090
4091
4092 \series bold
4093 a
4094 \backslash
4095 int
4096 \series default
4097 は、積分記号
4098 \begin_inset Foot
4099 status collapsed
4100
4101 \begin_layout Plain Layout
4102
4103 \series bold
4104
4105 \backslash
4106 int
4107 \series default
4108 コマンドは、積分記号を生成します。第
4109 \begin_inset CommandInset ref
4110 LatexCommand ref
4111 reference "sub:大演算子"
4112
4113 \end_inset
4114
4115 節を参照してください。
4116 \end_layout
4117
4118 \end_inset
4119
4120 が最大高の文字なので、積分記号の高さを持つ空白を作ります。実際の適用例については、第
4121 \begin_inset CommandInset ref
4122 LatexCommand ref
4123 reference "sub:多行にわたる括弧"
4124
4125 \end_inset
4126
4127 節を参照してください。
4128 \end_layout
4129
4130 \begin_layout Standard
4131 埋め草は、メニュー
4132 \family sans
4133 挿入\SpecialChar \menuseparator
4134 整形\SpecialChar \menuseparator
4135 埋め草
4136 \family default
4137 を使えば、以下のように本文中でも使用することができます。
4138 \end_layout
4139
4140 \begin_layout Standard
4141 これは本文です。
4142 \begin_inset Newline newline
4143 \end_inset
4144
4145
4146 \begin_inset Phantom Phantom
4147 status open
4148
4149 \begin_layout Plain Layout
4150 これは
4151 \end_layout
4152
4153 \end_inset
4154
4155 本文です。
4156 \end_layout
4157
4158 \begin_layout Subsection
4159 横線
4160 \begin_inset Index idx
4161 status collapsed
4162
4163 \begin_layout Plain Layout
4164 よこせん@横線
4165 \end_layout
4166
4167 \end_inset
4168
4169
4170 \begin_inset Index idx
4171 status collapsed
4172
4173 \begin_layout Plain Layout
4174 すうしき@数式 ! かせん@下線
4175 \end_layout
4176
4177 \end_inset
4178
4179
4180 \begin_inset Index idx
4181 status collapsed
4182
4183 \begin_layout Plain Layout
4184 ぼうせん@棒線|see
4185 \begin_inset ERT
4186 status collapsed
4187
4188 \begin_layout Plain Layout
4189
4190 {
4191 \end_layout
4192
4193 \end_inset
4194
4195 横線
4196 \begin_inset ERT
4197 status collapsed
4198
4199 \begin_layout Plain Layout
4200
4201 }
4202 \end_layout
4203
4204 \end_inset
4205
4206
4207 \end_layout
4208
4209 \end_inset
4210
4211
4212 \end_layout
4213
4214 \begin_layout Standard
4215 \align center
4216 \begin_inset Tabular
4217 <lyxtabular version="3" rows="4" columns="2">
4218 <features rotate="0" tabularvalignment="middle">
4219 <column alignment="center" valignment="top" width="0pt">
4220 <column alignment="center" valignment="top" width="0pt">
4221 <row>
4222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4223 \begin_inset Text
4224
4225 \begin_layout Plain Layout
4226 コマンド
4227 \end_layout
4228
4229 \end_inset
4230 </cell>
4231 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4232 \begin_inset Text
4233
4234 \begin_layout Plain Layout
4235 出力
4236 \begin_inset Note Note
4237 status collapsed
4238
4239 \begin_layout Plain Layout
4240 ここで
4241 \series bold
4242
4243 \backslash
4244 raisebox
4245 \series default
4246 はスペーサーとして使用しているだけです。
4247 \end_layout
4248
4249 \end_inset
4250
4251
4252 \end_layout
4253
4254 \end_inset
4255 </cell>
4256 </row>
4257 <row>
4258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4259 \begin_inset Text
4260
4261 \begin_layout Plain Layout
4262
4263 \backslash
4264 overline
4265 \begin_inset ERT
4266 status collapsed
4267
4268 \begin_layout Plain Layout
4269
4270
4271 \backslash
4272 spce 
4273 \end_layout
4274
4275 \end_inset
4276
4277 A+B
4278 \begin_inset Index idx
4279 status collapsed
4280
4281 \begin_layout Plain Layout
4282 こまんど@コマンド ! O ! 
4283 \backslash
4284 overline
4285 \end_layout
4286
4287 \end_inset
4288
4289
4290 \end_layout
4291
4292 \end_inset
4293 </cell>
4294 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4295 \begin_inset Text
4296
4297 \begin_layout Plain Layout
4298 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
4299 \end_inset
4300
4301
4302 \end_layout
4303
4304 \end_inset
4305 </cell>
4306 </row>
4307 <row>
4308 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4309 \begin_inset Text
4310
4311 \begin_layout Plain Layout
4312
4313 \backslash
4314 underline
4315 \begin_inset ERT
4316 status collapsed
4317
4318 \begin_layout Plain Layout
4319
4320
4321 \backslash
4322 spce 
4323 \end_layout
4324
4325 \end_inset
4326
4327 A+B
4328 \begin_inset Index idx
4329 status collapsed
4330
4331 \begin_layout Plain Layout
4332 こまんど@コマンド ! U ! 
4333 \backslash
4334 underline
4335 \end_layout
4336
4337 \end_inset
4338
4339
4340 \end_layout
4341
4342 \end_inset
4343 </cell>
4344 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4345 \begin_inset Text
4346
4347 \begin_layout Plain Layout
4348 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
4349 \end_inset
4350
4351
4352 \end_layout
4353
4354 \end_inset
4355 </cell>
4356 </row>
4357 <row>
4358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4359 \begin_inset Text
4360
4361 \begin_layout Plain Layout
4362
4363 \backslash
4364 overline
4365 \begin_inset ERT
4366 status collapsed
4367
4368 \begin_layout Plain Layout
4369
4370
4371 \backslash
4372 spce 
4373 \end_layout
4374
4375 \end_inset
4376
4377
4378 \backslash
4379 underline
4380 \begin_inset ERT
4381 status collapsed
4382
4383 \begin_layout Plain Layout
4384
4385
4386 \backslash
4387 spce 
4388 \end_layout
4389
4390 \end_inset
4391
4392 A+B
4393 \end_layout
4394
4395 \end_inset
4396 </cell>
4397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4398 \begin_inset Text
4399
4400 \begin_layout Plain Layout
4401 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
4402 \end_inset
4403
4404
4405 \end_layout
4406
4407 \end_inset
4408 </cell>
4409 </row>
4410 </lyxtabular>
4411
4412 \end_inset
4413
4414
4415 \end_layout
4416
4417 \begin_layout Standard
4418 上記最後の例では、先に
4419 \series bold
4420
4421 \backslash
4422 overline
4423 \series default
4424 が来ようが
4425 \series bold
4426
4427 \backslash
4428 underline
4429 \series default
4430 が来ようが、関係ありません。
4431 \end_layout
4432
4433 \begin_layout Standard
4434 二重下線を引くには、
4435 \series bold
4436
4437 \backslash
4438 underline
4439 \series default
4440 を二回使います。
4441 \end_layout
4442
4443 \begin_layout Standard
4444 文字の上下6本の線まで引くことができます。
4445 \end_layout
4446
4447 \begin_layout Standard
4448 \begin_inset VSpace bigskip
4449 \end_inset
4450
4451 自製の線は、以下の書式を持つ
4452 \series bold
4453
4454 \backslash
4455 rule
4456 \series default
4457
4458 \begin_inset Index idx
4459 status collapsed
4460
4461 \begin_layout Plain Layout
4462 こまんど@こまんど ! R ! 
4463 \backslash
4464 rule
4465 \end_layout
4466
4467 \end_inset
4468
4469 コマンドで作成することができます。
4470 \end_layout
4471
4472 \begin_layout Standard
4473
4474 \series bold
4475
4476 \backslash
4477 rule[垂直オフセット幅]{長さ}{厚み}
4478 \end_layout
4479
4480 \begin_layout Standard
4481 オプションの
4482 \series bold
4483 「垂直オフセット幅
4484 \series default
4485 」は、行を上方に(値が負であれば下方に)移動させます。値としては、第
4486 \begin_inset CommandInset ref
4487 LatexCommand ref
4488 reference "tab:使用できる単位"
4489
4490 \end_inset
4491
4492 表に掲げてある単位を用いることができます。以下に、
4493 \begin_inset Newline newline
4494 \end_inset
4495
4496
4497 \series bold
4498
4499 \backslash
4500 rule[-2ex]{3cm}{2pt}
4501 \series default
4502  および 
4503 \series bold
4504
4505 \backslash
4506 rule{2cm}{1pt}
4507 \begin_inset Newline newline
4508 \end_inset
4509
4510
4511 \series default
4512 というコマンドを用いて作成したふたつの例を例示します。
4513 \end_layout
4514
4515 \begin_layout Standard
4516 この行には、
4517 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4518 \end_inset
4519
4520 二本の線があります。
4521 \end_layout
4522
4523 \begin_layout Standard
4524
4525 \backslash
4526 ruleは、メニュー
4527 \family sans
4528 挿入\SpecialChar \menuseparator
4529 整形\SpecialChar \menuseparator
4530 水平線
4531 \family default
4532 を使っても、本文に挿入することができます。
4533 \end_layout
4534
4535 \begin_layout Standard
4536 これは一行の
4537 \begin_inset CommandInset line
4538 LatexCommand rule
4539 offset "0.5ex"
4540 width "3cm"
4541 height "1pt"
4542
4543 \end_inset
4544
4545 文章です。
4546 \end_layout
4547
4548 \begin_layout Subsection
4549 省略符号
4550 \begin_inset CommandInset label
4551 LatexCommand label
4552 name "sub:省略符号"
4553
4554 \end_inset
4555
4556
4557 \begin_inset Index idx
4558 status collapsed
4559
4560 \begin_layout Plain Layout
4561 しょうりゃくふごう@省略符号
4562 \end_layout
4563
4564 \end_inset
4565
4566
4567 \end_layout
4568
4569 \begin_layout Standard
4570 省略符号には、いくつかの種類が使用できます
4571 \begin_inset Foot
4572 status collapsed
4573
4574 \begin_layout Plain Layout
4575 数式ツールバー中の
4576 \begin_inset Graphics
4577         filename ../../images/math/ldots.png
4578         scale 85
4579
4580 \end_inset
4581
4582 ボタンで表示されている小メニューです。
4583 \end_layout
4584
4585 \end_inset
4586
4587 。列挙のためには、ベースラインの点々(
4588 \series bold
4589
4590 \backslash
4591 ldots
4592 \series default
4593
4594 \begin_inset Index idx
4595 status collapsed
4596
4597 \begin_layout Plain Layout
4598 こまんど@コマンド ! L ! 
4599 \backslash
4600 ldots
4601 \end_layout
4602
4603 \end_inset
4604
4605 )を使用しますが、演算子の場合は、演算子と同じ高さの点々(
4606 \series bold
4607
4608 \backslash
4609 cdots
4610 \series default
4611
4612 \begin_inset Index idx
4613 status collapsed
4614
4615 \begin_layout Plain Layout
4616 こまんど@コマンド ! C ! 
4617 \backslash
4618 cdots
4619 \end_layout
4620
4621 \end_inset
4622
4623 )が必要です。
4624 \series bold
4625
4626 \backslash
4627 dots
4628 \series default
4629
4630 \begin_inset Index idx
4631 status collapsed
4632
4633 \begin_layout Plain Layout
4634 こまんど@コマンド ! D ! 
4635 \backslash
4636 dots
4637 \end_layout
4638
4639 \end_inset
4640
4641 コマンドを使うと、LaTeXは次に来る文字がどのような種類の文字であるかによって、自動的にどの種類を使うかを選択します。
4642 \end_layout
4643
4644 \begin_layout Standard
4645 \align center
4646 \begin_inset Tabular
4647 <lyxtabular version="3" rows="9" columns="2">
4648 <features rotate="0" tabularvalignment="middle">
4649 <column alignment="center" valignment="top" width="0pt">
4650 <column alignment="center" valignment="top" width="0pt">
4651 <row>
4652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4653 \begin_inset Text
4654
4655 \begin_layout Plain Layout
4656 コマンド
4657 \end_layout
4658
4659 \end_inset
4660 </cell>
4661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4662 \begin_inset Text
4663
4664 \begin_layout Plain Layout
4665 出力
4666 \end_layout
4667
4668 \end_inset
4669 </cell>
4670 </row>
4671 <row>
4672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4673 \begin_inset Text
4674
4675 \begin_layout Plain Layout
4676 A_1
4677 \begin_inset ERT
4678 status collapsed
4679
4680 \begin_layout Plain Layout
4681
4682
4683 \backslash
4684 spce 
4685 \end_layout
4686
4687 \end_inset
4688
4689 ,
4690 \backslash
4691 dots
4692 \begin_inset ERT
4693 status collapsed
4694
4695 \begin_layout Plain Layout
4696
4697
4698 \backslash
4699 spce 
4700 \end_layout
4701
4702 \end_inset
4703
4704 ,A_n
4705 \end_layout
4706
4707 \end_inset
4708 </cell>
4709 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4710 \begin_inset Text
4711
4712 \begin_layout Plain Layout
4713 \begin_inset Formula $A_{1},\dots,A_{n}$
4714 \end_inset
4715
4716
4717 \end_layout
4718
4719 \end_inset
4720 </cell>
4721 </row>
4722 <row>
4723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4724 \begin_inset Text
4725
4726 \begin_layout Plain Layout
4727 A_1
4728 \begin_inset ERT
4729 status collapsed
4730
4731 \begin_layout Plain Layout
4732
4733
4734 \backslash
4735 spce 
4736 \end_layout
4737
4738 \end_inset
4739
4740 +
4741 \backslash
4742 dots
4743 \begin_inset ERT
4744 status collapsed
4745
4746 \begin_layout Plain Layout
4747
4748
4749 \backslash
4750 spce 
4751 \end_layout
4752
4753 \end_inset
4754
4755 +A_n
4756 \end_layout
4757
4758 \end_inset
4759 </cell>
4760 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4761 \begin_inset Text
4762
4763 \begin_layout Plain Layout
4764 \begin_inset Formula $A_{1}+\dots+A_{n}$
4765 \end_inset
4766
4767
4768 \end_layout
4769
4770 \end_inset
4771 </cell>
4772 </row>
4773 <row>
4774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4775 \begin_inset Text
4776
4777 \begin_layout Plain Layout
4778 A_1
4779 \begin_inset ERT
4780 status collapsed
4781
4782 \begin_layout Plain Layout
4783
4784
4785 \backslash
4786 spce 
4787 \end_layout
4788
4789 \end_inset
4790
4791 ,
4792 \backslash
4793 ldots
4794 \begin_inset ERT
4795 status collapsed
4796
4797 \begin_layout Plain Layout
4798
4799
4800 \backslash
4801 spce 
4802 \end_layout
4803
4804 \end_inset
4805
4806 ,A_n
4807 \end_layout
4808
4809 \end_inset
4810 </cell>
4811 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4812 \begin_inset Text
4813
4814 \begin_layout Plain Layout
4815 \begin_inset Formula $A_{1},\ldots,A_{n}$
4816 \end_inset
4817
4818
4819 \end_layout
4820
4821 \end_inset
4822 </cell>
4823 </row>
4824 <row>
4825 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4826 \begin_inset Text
4827
4828 \begin_layout Plain Layout
4829 A_1
4830 \begin_inset ERT
4831 status collapsed
4832
4833 \begin_layout Plain Layout
4834
4835
4836 \backslash
4837 spce 
4838 \end_layout
4839
4840 \end_inset
4841
4842 +
4843 \backslash
4844 cdots
4845 \begin_inset ERT
4846 status collapsed
4847
4848 \begin_layout Plain Layout
4849
4850
4851 \backslash
4852 spce 
4853 \end_layout
4854
4855 \end_inset
4856
4857 +A_n
4858 \end_layout
4859
4860 \end_inset
4861 </cell>
4862 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4863 \begin_inset Text
4864
4865 \begin_layout Plain Layout
4866 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4867 \end_inset
4868
4869
4870 \end_layout
4871
4872 \end_inset
4873 </cell>
4874 </row>
4875 <row>
4876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4877 \begin_inset Text
4878
4879 \begin_layout Plain Layout
4880
4881 \backslash
4882 vdots
4883 \end_layout
4884
4885 \end_inset
4886 </cell>
4887 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4888 \begin_inset Text
4889
4890 \begin_layout Plain Layout
4891 \begin_inset Formula $\vdots$
4892 \end_inset
4893
4894
4895 \end_layout
4896
4897 \end_inset
4898 </cell>
4899 </row>
4900 <row>
4901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4902 \begin_inset Text
4903
4904 \begin_layout Plain Layout
4905
4906 \backslash
4907 ddots
4908 \end_layout
4909
4910 \end_inset
4911 </cell>
4912 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4913 \begin_inset Text
4914
4915 \begin_layout Plain Layout
4916 \begin_inset Formula $\ddots$
4917 \end_inset
4918
4919
4920 \end_layout
4921
4922 \end_inset
4923 </cell>
4924 </row>
4925 <row>
4926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4927 \begin_inset Text
4928
4929 \begin_layout Plain Layout
4930
4931 \backslash
4932 iddots
4933 \end_layout
4934
4935 \end_inset
4936 </cell>
4937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4938 \begin_inset Text
4939
4940 \begin_layout Plain Layout
4941 \begin_inset Formula $\iddots$
4942 \end_inset
4943
4944
4945 \end_layout
4946
4947 \end_inset
4948 </cell>
4949 </row>
4950 <row>
4951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4952 \begin_inset Text
4953
4954 \begin_layout Plain Layout
4955 いろいろな点々を使った
4956 \begin_inset Formula $3\times3$
4957 \end_inset
4958
4959 行列
4960 \end_layout
4961
4962 \end_inset
4963 </cell>
4964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4965 \begin_inset Text
4966
4967 \begin_layout Plain Layout
4968 \begin_inset Formula $\begin{array}{ccc}
4969 A_{11} & \cdots & A_{1m}\\
4970 \vdots & \ddots & \vdots\\
4971 A_{n1} & \cdots & A_{nm}
4972 \end{array}$
4973 \end_inset
4974
4975
4976 \end_layout
4977
4978 \end_inset
4979 </cell>
4980 </row>
4981 </lyxtabular>
4982
4983 \end_inset
4984
4985
4986 \end_layout
4987
4988 \begin_layout Standard
4989
4990 \family sans
4991 挿入\SpecialChar \menuseparator
4992 省略符号
4993 \family default
4994 メニューで挿入される省略符号は
4995 \series bold
4996
4997 \backslash
4998 ldots
4999 \series default
5000 です。
5001 \end_layout
5002
5003 \begin_layout Standard
5004 \begin_inset VSpace medskip
5005 \end_inset
5006
5007
5008 \series bold
5009
5010 \backslash
5011 iddots
5012 \series default
5013 を使うには、文書設定の
5014 \family sans
5015 数式オプション
5016 \family default
5017 にある
5018 \family sans
5019 mathdotsパッケージを(自動的に)使う
5020 \family default
5021 オプションのうちいずれかを有効にしなくてはなりません。
5022 \begin_inset Newline newline
5023 \end_inset
5024
5025
5026 \family sans
5027 mathdotsパッケージを使う
5028 \family default
5029 オプションを使用すると、文書中のフォント様式や寸法が既定値でないときのあらゆるドットの表示が改善されます。
5030 \end_layout
5031
5032 \begin_layout Standard
5033 \begin_inset VSpace medskip
5034 \end_inset
5035
5036 とくに行列には、複数列にわたることのできる省略符号があります。これは、以下の書式を持つ
5037 \series bold
5038
5039 \backslash
5040 hdotsfor
5041 \series default
5042
5043 \begin_inset Index idx
5044 status collapsed
5045
5046 \begin_layout Plain Layout
5047 こまんど@コマンド ! H ! 
5048 \backslash
5049 hdotsfor
5050 \end_layout
5051
5052 \end_inset
5053
5054 コマンドで作ることができます。
5055 \end_layout
5056
5057 \begin_layout Standard
5058
5059 \series bold
5060
5061 \backslash
5062 hdotsfor[距離]{列数}
5063 \end_layout
5064
5065 \begin_layout Standard
5066 ここで「列数」は、何列に広げるかを指定します。「距離」は、点々のあいだの距離を示す因子です。
5067 \end_layout
5068
5069 \begin_layout Standard
5070 以下の行列では、2行目の1つ目の枠に
5071 \series bold
5072
5073 \backslash
5074 hdotsfor[2]{4}
5075 \series default
5076 を挿入して、
5077 \series bold
5078
5079 \backslash
5080 dots
5081 \series default
5082 コマンドの2倍の点間距離を持つ省略符号を挿入しています。
5083 \begin_inset Formula 
5084 \[
5085 \left(\begin{array}{cccc}
5086 A & B & C & D\\
5087 \hdotsfor[2]{4}\\
5088 q & w & e & r
5089 \end{array}\right)
5090 \]
5091
5092 \end_inset
5093
5094 省略符号を広げる対象となる行列フィールドは空白にしておく必要があることに注意して下さい。さもないとLaTeXエラーが発生します。
5095 \end_layout
5096
5097 \begin_layout Standard
5098 \begin_inset VSpace bigskip
5099 \end_inset
5100
5101 さらに、
5102 \series bold
5103
5104 \backslash
5105 dotfill
5106 \series default
5107
5108 \begin_inset Index idx
5109 status collapsed
5110
5111 \begin_layout Plain Layout
5112 こまんど@コマンド ! D ! 
5113 \backslash
5114 dotfill
5115 \end_layout
5116
5117 \end_inset
5118
5119 コマンドを使えば、行の残りを点々で埋めることもできます。このコマンドの働きは、
5120 \series bold
5121
5122 \backslash
5123 hfill
5124 \series default
5125 と同様のものです。第
5126 \begin_inset CommandInset ref
5127 LatexCommand ref
5128 reference "sub:可変長の空白"
5129
5130 \end_inset
5131
5132 節をご参照下さい。
5133 \end_layout
5134
5135 \begin_layout Standard
5136 たとえば、
5137 \series bold
5138 A
5139 \backslash
5140 dotfill
5141 \begin_inset ERT
5142 status collapsed
5143
5144 \begin_layout Plain Layout
5145
5146
5147 \backslash
5148 spce 
5149 \end_layout
5150
5151 \end_inset
5152
5153 B
5154 \series default
5155 コマンドは、
5156 \end_layout
5157
5158 \begin_layout Standard
5159 \begin_inset Formula $A\dotfill B$
5160 \end_inset
5161
5162
5163 \end_layout
5164
5165 \begin_layout Standard
5166 のようになります。点々を使う
5167 \series bold
5168
5169 \backslash
5170 dotfill
5171 \series default
5172 の直線版として、
5173 \series bold
5174
5175 \backslash
5176 hrulefill
5177 \series default
5178
5179 \begin_inset Index idx
5180 status collapsed
5181
5182 \begin_layout Plain Layout
5183 こまんど@コマンド ! H ! 
5184 \backslash
5185 hrulefill
5186 \end_layout
5187
5188 \end_inset
5189
5190
5191 \end_layout
5192
5193 \begin_layout Standard
5194 \begin_inset Formula $A\hrulefill B$
5195 \end_inset
5196
5197
5198 \end_layout
5199
5200 \begin_layout Standard
5201 があります。これらのコマンドを本文で使用するには、これらのコマンドはTeXモードで挿入される必要があります。
5202 \end_layout
5203
5204 \begin_layout Section
5205 行列
5206 \begin_inset CommandInset label
5207 LatexCommand label
5208 name "sec:行列"
5209
5210 \end_inset
5211
5212
5213 \begin_inset Index idx
5214 status collapsed
5215
5216 \begin_layout Plain Layout
5217 ぎょうれつ@行列
5218 \end_layout
5219
5220 \end_inset
5221
5222
5223 \end_layout
5224
5225 \begin_layout Standard
5226 行列は、数式ツールバーボタンの
5227 \begin_inset Graphics
5228         filename ../../images/dialog-show_mathmatrix.png
5229         scale 85
5230
5231 \end_inset
5232
5233
5234 \family sans
5235 挿入\SpecialChar \menuseparator
5236 数式\SpecialChar \menuseparator
5237 行列
5238 \family default
5239 メニューで挿入することができます。すると、行列の行数・列数・配置方法・装飾を尋ねられます。ここで垂直配置は、行内数式内の行列でのみ意味を持ちます。
5240 \end_layout
5241
5242 \begin_layout Standard
5243 最初の行列は「上」配置
5244 \begin_inset Formula $\begin{array}[t]{cccc}
5245 A & D & G & J\\
5246 B & E & H & K\\
5247 C & F & I & L
5248 \end{array}$
5249 \end_inset
5250
5251 で、二番目は「中央」配置
5252 \begin_inset Formula $\begin{array}{cccc}
5253 A & D & G & J\\
5254 B & E & H & K\\
5255 C & F & I & L
5256 \end{array}$
5257 \end_inset
5258
5259 、三番目は「下」配置
5260 \begin_inset Formula $\begin{array}[b]{cccc}
5261 A & D & G & J\\
5262 B & E & H & K\\
5263 C & F & I & L
5264 \end{array}$
5265 \end_inset
5266
5267 です。
5268 \end_layout
5269
5270 \begin_layout Standard
5271 水平配置は、各列がどのように配置されるべきかを指定します。これは、各列に対応した文字を一つずつ入力することによって設定します。
5272 \emph on
5273 l
5274 \emph default
5275 は左寄せ、
5276 \emph on
5277 c
5278 \emph default
5279 は中央揃え、
5280 \emph on
5281 r
5282 \emph default
5283 は右寄せを意味します。たとえば、第1列が左寄せで第2列と第3列が中央揃え、第4列が右揃えの
5284 \begin_inset Formula $4\times4$
5285 \end_inset
5286
5287 行列を作成するには、水平配置のところに
5288 \series bold
5289 lccr
5290 \series default
5291 と入力します。通常、行列では各列は中央揃えですから、各列の既定値は
5292 \series bold
5293 c
5294 \series default
5295 です。
5296 \end_layout
5297
5298 \begin_layout Standard
5299 水平行列の例です。
5300 \end_layout
5301
5302 \begin_layout Standard
5303
5304 \series bold
5305 lll
5306 \series default
5307  : 
5308 \begin_inset Formula $\begin{array}{lll}
5309 10000 & D & G\\
5310 B & 10000 & H\\
5311 C & F & 10000
5312 \end{array}$
5313 \end_inset
5314
5315  , 
5316 \series bold
5317 ccc
5318 \series default
5319  : 
5320 \begin_inset Formula $\begin{array}{ccc}
5321 10000 & D & G\\
5322 B & 10000 & H\\
5323 C & F & 10000
5324 \end{array}$
5325 \end_inset
5326
5327  , 
5328 \series bold
5329 rrr
5330 \series default
5331  : 
5332 \begin_inset Formula $\begin{array}{rrr}
5333 10000 & D & G\\
5334 B & 10000 & H\\
5335 C & F & 10000
5336 \end{array}$
5337 \end_inset
5338
5339
5340 \end_layout
5341
5342 \begin_layout Standard
5343 つづいて行や列を追加したり削除したりするには、数式ツールバーボタンの
5344 \begin_inset Graphics
5345         filename ../../images/tabular-feature_append-row.png
5346         scale 85
5347
5348 \end_inset
5349
5350
5351 \begin_inset Graphics
5352         filename ../../images/tabular-feature_delete-row.png
5353         scale 85
5354
5355 \end_inset
5356
5357 などや
5358 \family sans
5359 編集\SpecialChar \menuseparator
5360 行と列
5361 \family default
5362 メニューを使用することができます。また、行は
5363 \begin_inset Info
5364 type  "shortcut"
5365 arg   "newline-insert newline"
5366 \end_inset
5367
5368 で作成することもできます。
5369 \end_layout
5370
5371 \begin_layout Standard
5372 \begin_inset VSpace bigskip
5373 \end_inset
5374
5375
5376 \end_layout
5377
5378 \begin_layout Standard
5379
5380 \family sans
5381 装飾
5382 \family default
5383 は、行列の前後に選択した様式の括弧を加えます。他にも括弧は、
5384 \series bold
5385
5386 \backslash
5387 left
5388 \series default
5389
5390 \begin_inset Index idx
5391 status collapsed
5392
5393 \begin_layout Plain Layout
5394 こまんど@コマンド ! L ! 
5395 \backslash
5396 left
5397 \end_layout
5398
5399 \end_inset
5400
5401 コマンドや
5402 \series bold
5403
5404 \backslash
5405 right
5406 \series default
5407
5408 \begin_inset Index idx
5409 status collapsed
5410
5411 \begin_layout Plain Layout
5412 こまんど@コマンド ! R ! 
5413 \backslash
5414 right
5415 \end_layout
5416
5417 \end_inset
5418
5419 コマンドで作成することもできます(
5420 \begin_inset Flex Ruby
5421 status collapsed
5422
5423 \begin_layout Plain Layout
5424 捷径
5425 \begin_inset Argument post:1
5426 status collapsed
5427
5428 \begin_layout Plain Layout
5429 ショートカット
5430 \end_layout
5431
5432 \end_inset
5433
5434
5435 \end_layout
5436
5437 \end_inset
5438
5439
5440 \family sans
5441 Alt+M
5442 \begin_inset space ~
5443 \end_inset
5444
5445 括弧
5446 \family default
5447 )。第
5448 \begin_inset CommandInset ref
5449 LatexCommand ref
5450 reference "sub:自動の括弧丈"
5451
5452 \end_inset
5453
5454 節を参照してください。あるいは、以下のコマンドを使うこともできます。
5455 \begin_inset VSpace medskip
5456 \end_inset
5457
5458
5459 \end_layout
5460
5461 \begin_layout Standard
5462 \begin_inset space \hfill{}
5463 \end_inset
5464
5465
5466 \begin_inset Tabular
5467 <lyxtabular version="3" rows="4" columns="2">
5468 <features rotate="0" tabularvalignment="middle">
5469 <column alignment="center" valignment="top">
5470 <column alignment="center" valignment="top">
5471 <row>
5472 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5473 \begin_inset Text
5474
5475 \begin_layout Plain Layout
5476 コマンド
5477 \end_layout
5478
5479 \end_inset
5480 </cell>
5481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5482 \begin_inset Text
5483
5484 \begin_layout Plain Layout
5485 出力
5486 \begin_inset Note Note
5487 status collapsed
5488
5489 \begin_layout Plain Layout
5490 ここで
5491 \series bold
5492
5493 \backslash
5494 raisebox
5495 \series default
5496 はスペーサーとして使用しているだけです。
5497 \end_layout
5498
5499 \end_inset
5500
5501
5502 \end_layout
5503
5504 \end_inset
5505 </cell>
5506 </row>
5507 <row>
5508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5509 \begin_inset Text
5510
5511 \begin_layout Plain Layout
5512
5513 \backslash
5514 bmatrix
5515 \begin_inset ERT
5516 status collapsed
5517
5518 \begin_layout Plain Layout
5519
5520
5521 \backslash
5522 spce 
5523 \end_layout
5524
5525 \end_inset
5526
5527
5528 \begin_inset Formula $2\times2$
5529 \end_inset
5530
5531 行列
5532 \end_layout
5533
5534 \end_inset
5535 </cell>
5536 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5537 \begin_inset Text
5538
5539 \begin_layout Plain Layout
5540 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5541 0 & \textrm{-}\mathrm{i}\\
5542 \mathrm{i} & 0
5543 \end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5544 \end_inset
5545
5546
5547 \end_layout
5548
5549 \end_inset
5550 </cell>
5551 </row>
5552 <row>
5553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5554 \begin_inset Text
5555
5556 \begin_layout Plain Layout
5557
5558 \backslash
5559 Bmatrix
5560 \begin_inset ERT
5561 status collapsed
5562
5563 \begin_layout Plain Layout
5564
5565
5566 \backslash
5567 spce 
5568 \end_layout
5569
5570 \end_inset
5571
5572
5573 \begin_inset Formula $2\times2$
5574 \end_inset
5575
5576 行列
5577 \end_layout
5578
5579 \end_inset
5580 </cell>
5581 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5582 \begin_inset Text
5583
5584 \begin_layout Plain Layout
5585 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5586 0 & \textrm{-}\mathrm{i}\\
5587 \mathrm{i} & 0
5588 \end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5589 \end_inset
5590
5591
5592 \end_layout
5593
5594 \end_inset
5595 </cell>
5596 </row>
5597 <row>
5598 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5599 \begin_inset Text
5600
5601 \begin_layout Plain Layout
5602
5603 \backslash
5604 pmatrix
5605 \begin_inset ERT
5606 status collapsed
5607
5608 \begin_layout Plain Layout
5609
5610
5611 \backslash
5612 spce 
5613 \end_layout
5614
5615 \end_inset
5616
5617
5618 \begin_inset Formula $2\times2$
5619 \end_inset
5620
5621 行列
5622 \end_layout
5623
5624 \end_inset
5625 </cell>
5626 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5627 \begin_inset Text
5628
5629 \begin_layout Plain Layout
5630 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5631 0 & \textrm{-}\mathrm{i}\\
5632 \mathrm{i} & 0
5633 \end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5634 \end_inset
5635
5636
5637 \end_layout
5638
5639 \end_inset
5640 </cell>
5641 </row>
5642 </lyxtabular>
5643
5644 \end_inset
5645
5646
5647 \begin_inset space \hfill{}
5648 \end_inset
5649
5650
5651 \begin_inset Tabular
5652 <lyxtabular version="3" rows="4" columns="2">
5653 <features rotate="0" tabularvalignment="middle">
5654 <column alignment="center" valignment="top">
5655 <column alignment="center" valignment="top">
5656 <row>
5657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5658 \begin_inset Text
5659
5660 \begin_layout Plain Layout
5661 コマンド
5662 \end_layout
5663
5664 \end_inset
5665 </cell>
5666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5667 \begin_inset Text
5668
5669 \begin_layout Plain Layout
5670 出力
5671 \end_layout
5672
5673 \end_inset
5674 </cell>
5675 </row>
5676 <row>
5677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5678 \begin_inset Text
5679
5680 \begin_layout Plain Layout
5681
5682 \backslash
5683 vmatrix
5684 \begin_inset ERT
5685 status collapsed
5686
5687 \begin_layout Plain Layout
5688
5689
5690 \backslash
5691 spce 
5692 \end_layout
5693
5694 \end_inset
5695
5696
5697 \begin_inset Formula $2\times2$
5698 \end_inset
5699
5700 行列
5701 \end_layout
5702
5703 \end_inset
5704 </cell>
5705 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5706 \begin_inset Text
5707
5708 \begin_layout Plain Layout
5709 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5710 0 & \textrm{-}\mathrm{i}\\
5711 \mathrm{i} & 0
5712 \end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5713 \end_inset
5714
5715
5716 \end_layout
5717
5718 \end_inset
5719 </cell>
5720 </row>
5721 <row>
5722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5723 \begin_inset Text
5724
5725 \begin_layout Plain Layout
5726
5727 \backslash
5728 Vmatrix
5729 \begin_inset ERT
5730 status collapsed
5731
5732 \begin_layout Plain Layout
5733
5734
5735 \backslash
5736 spce 
5737 \end_layout
5738
5739 \end_inset
5740
5741
5742 \begin_inset Formula $2\times2$
5743 \end_inset
5744
5745 行列
5746 \end_layout
5747
5748 \end_inset
5749 </cell>
5750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5751 \begin_inset Text
5752
5753 \begin_layout Plain Layout
5754 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5755 0 & \textrm{-}\mathrm{i}\\
5756 \mathrm{i} & 0
5757 \end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5758 \end_inset
5759
5760
5761 \end_layout
5762
5763 \end_inset
5764 </cell>
5765 </row>
5766 <row>
5767 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5768 \begin_inset Text
5769
5770 \begin_layout Plain Layout
5771
5772 \backslash
5773 matrix
5774 \begin_inset ERT
5775 status collapsed
5776
5777 \begin_layout Plain Layout
5778
5779
5780 \backslash
5781 spce 
5782 \end_layout
5783
5784 \end_inset
5785
5786
5787 \begin_inset Formula $2\times2$
5788 \end_inset
5789
5790 行列
5791 \end_layout
5792
5793 \end_inset
5794 </cell>
5795 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5796 \begin_inset Text
5797
5798 \begin_layout Plain Layout
5799 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5800 0 & \textrm{-}\mathrm{i}\\
5801 \mathrm{i} & 0
5802 \end{array}\end{matrix}\raisebox{-5.3mm}{}$
5803 \end_inset
5804
5805
5806 \end_layout
5807
5808 \end_inset
5809 </cell>
5810 </row>
5811 </lyxtabular>
5812
5813 \end_inset
5814
5815
5816 \begin_inset space \hfill{}
5817 \end_inset
5818
5819
5820 \end_layout
5821
5822 \begin_layout Standard
5823 \begin_inset VSpace medskip
5824 \end_inset
5825
5826 たとえば
5827 \series bold
5828
5829 \backslash
5830 vmatrix
5831 \series default
5832 などを挿入すると、青枠が二つの垂直線のあいだに現れるので、そこに行列を挿入することができます。
5833 \end_layout
5834
5835 \begin_layout Standard
5836 \begin_inset VSpace bigskip
5837 \end_inset
5838
5839 じつは多行数式はすべて行列なので、行列の各列の間隔を変更するには、第
5840 \begin_inset CommandInset ref
5841 LatexCommand ref
5842 reference "sub:列間"
5843
5844 \end_inset
5845
5846 節に説明されている距離
5847 \series bold
5848
5849 \backslash
5850 arraycolsep
5851 \series default
5852
5853 \begin_inset Index idx
5854 status collapsed
5855
5856 \begin_layout Plain Layout
5857 こまんど@コマンド ! A ! 
5858 \backslash
5859 arraycolsep
5860 \end_layout
5861
5862 \end_inset
5863
5864 をここでも使用することができます。
5865 \end_layout
5866
5867 \begin_layout Standard
5868 行間隔を変更するには、
5869 \series bold
5870
5871 \backslash
5872 arraystretch
5873 \series default
5874
5875 \begin_inset Index idx
5876 status collapsed
5877
5878 \begin_layout Plain Layout
5879 こまんど@コマンド ! A ! 
5880 \backslash
5881 arraystretch
5882 \end_layout
5883
5884 \end_inset
5885
5886 コマンドを使用します。以下のようにして使用します。
5887 \end_layout
5888
5889 \begin_layout Standard
5890
5891 \series bold
5892
5893 \backslash
5894 renewcommand{
5895 \backslash
5896 arraystretch}{伸長因子}
5897 \begin_inset Index idx
5898 status collapsed
5899
5900 \begin_layout Plain Layout
5901 こまんど@コマンド ! R ! 
5902 \backslash
5903 renewcommand
5904 \end_layout
5905
5906 \end_inset
5907
5908
5909 \end_layout
5910
5911 \begin_layout Standard
5912
5913 \series bold
5914
5915 \backslash
5916 renewcommand
5917 \series default
5918 コマンドは、伸長因子を定義済みの
5919 \series bold
5920
5921 \backslash
5922 arraystretch
5923 \series default
5924 コマンドに割り当てます。たとえば行間隔を2倍にするには、因子として2を指定して下さい。すると、以降の行列すべてにこれが使用されるようになります。元の間隔に戻すに
5925 は、
5926 \series bold
5927
5928 \backslash
5929 arraystretch
5930 \series default
5931 に因子1を割り当てて下さい。
5932 \end_layout
5933
5934 \begin_layout Standard
5935 本文行中に行列を入れるには、
5936 \series bold
5937
5938 \backslash
5939 smallmatrix
5940 \series default
5941
5942 \begin_inset Index idx
5943 status collapsed
5944
5945 \begin_layout Plain Layout
5946 こまんど@コマンド ! S ! 
5947 \backslash
5948 smallmatrix
5949 \end_layout
5950
5951 \end_inset
5952
5953 コマンドを使います。これを挿入すると、二つの点線に囲まれた青枠が現れます。この枠のなかに行列を入れることができます。
5954 \end_layout
5955
5956 \begin_layout Standard
5957 これは、本文行中の行列
5958 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5959 C & D
5960 \end{smallmatrix}\right)$
5961 \end_inset
5962
5963 です。
5964 \end_layout
5965
5966 \begin_layout Section
5967 括弧と区分記号
5968 \begin_inset Index idx
5969 status collapsed
5970
5971 \begin_layout Plain Layout
5972 かっこ@括弧
5973 \end_layout
5974
5975 \end_inset
5976
5977
5978 \begin_inset Index idx
5979 status collapsed
5980
5981 \begin_layout Plain Layout
5982 くぶんきごう@区分記号
5983 \end_layout
5984
5985 \end_inset
5986
5987
5988 \end_layout
5989
5990 \begin_layout Subsection
5991 垂直括弧と区分記号
5992 \begin_inset Index idx
5993 status collapsed
5994
5995 \begin_layout Plain Layout
5996 かっこ@括弧 ! すいちょく@垂直
5997 \end_layout
5998
5999 \end_inset
6000
6001
6002 \end_layout
6003
6004 \begin_layout Standard
6005 \begin_inset space \hfill{}
6006 \end_inset
6007
6008
6009 \begin_inset Tabular
6010 <lyxtabular version="3" rows="9" columns="2">
6011 <features rotate="0" tabularvalignment="middle">
6012 <column alignment="center" valignment="top" width="0pt">
6013 <column alignment="center" valignment="top" width="0pt">
6014 <row>
6015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6016 \begin_inset Text
6017
6018 \begin_layout Plain Layout
6019 コマンド
6020 \end_layout
6021
6022 \end_inset
6023 </cell>
6024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6025 \begin_inset Text
6026
6027 \begin_layout Plain Layout
6028 出力
6029 \end_layout
6030
6031 \end_inset
6032 </cell>
6033 </row>
6034 <row>
6035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6036 \begin_inset Text
6037
6038 \begin_layout Plain Layout
6039 (
6040 \end_layout
6041
6042 \end_inset
6043 </cell>
6044 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6045 \begin_inset Text
6046
6047 \begin_layout Plain Layout
6048 \begin_inset Formula $($
6049 \end_inset
6050
6051
6052 \end_layout
6053
6054 \end_inset
6055 </cell>
6056 </row>
6057 <row>
6058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6059 \begin_inset Text
6060
6061 \begin_layout Plain Layout
6062 {
6063 \end_layout
6064
6065 \end_inset
6066 </cell>
6067 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6068 \begin_inset Text
6069
6070 \begin_layout Plain Layout
6071 \begin_inset Formula $\{$
6072 \end_inset
6073
6074
6075 \end_layout
6076
6077 \end_inset
6078 </cell>
6079 </row>
6080 <row>
6081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6082 \begin_inset Text
6083
6084 \begin_layout Plain Layout
6085 [
6086 \end_layout
6087
6088 \end_inset
6089 </cell>
6090 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6091 \begin_inset Text
6092
6093 \begin_layout Plain Layout
6094 \begin_inset Formula $[$
6095 \end_inset
6096
6097
6098 \end_layout
6099
6100 \end_inset
6101 </cell>
6102 </row>
6103 <row>
6104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6105 \begin_inset Text
6106
6107 \begin_layout Plain Layout
6108
6109 \backslash
6110 langle
6111 \end_layout
6112
6113 \end_inset
6114 </cell>
6115 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6116 \begin_inset Text
6117
6118 \begin_layout Plain Layout
6119 \begin_inset Formula $\langle$
6120 \end_inset
6121
6122
6123 \end_layout
6124
6125 \end_inset
6126 </cell>
6127 </row>
6128 <row>
6129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6130 \begin_inset Text
6131
6132 \begin_layout Plain Layout
6133
6134 \backslash
6135 lceil
6136 \end_layout
6137
6138 \end_inset
6139 </cell>
6140 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6141 \begin_inset Text
6142
6143 \begin_layout Plain Layout
6144 \begin_inset Formula $\lceil$
6145 \end_inset
6146
6147
6148 \end_layout
6149
6150 \end_inset
6151 </cell>
6152 </row>
6153 <row>
6154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6155 \begin_inset Text
6156
6157 \begin_layout Plain Layout
6158
6159 \backslash
6160 lfloor
6161 \end_layout
6162
6163 \end_inset
6164 </cell>
6165 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6166 \begin_inset Text
6167
6168 \begin_layout Plain Layout
6169 \begin_inset Formula $\lfloor$
6170 \end_inset
6171
6172
6173 \end_layout
6174
6175 \end_inset
6176 </cell>
6177 </row>
6178 <row>
6179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6180 \begin_inset Text
6181
6182 \begin_layout Plain Layout
6183 /
6184 \end_layout
6185
6186 \end_inset
6187 </cell>
6188 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6189 \begin_inset Text
6190
6191 \begin_layout Plain Layout
6192 \begin_inset Formula $/$
6193 \end_inset
6194
6195
6196 \end_layout
6197
6198 \end_inset
6199 </cell>
6200 </row>
6201 <row>
6202 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6203 \begin_inset Text
6204
6205 \begin_layout Plain Layout
6206 \begin_inset Formula $|$
6207 \end_inset
6208
6209
6210 \end_layout
6211
6212 \end_inset
6213 </cell>
6214 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6215 \begin_inset Text
6216
6217 \begin_layout Plain Layout
6218 \begin_inset Formula $|$
6219 \end_inset
6220
6221
6222 \end_layout
6223
6224 \end_inset
6225 </cell>
6226 </row>
6227 </lyxtabular>
6228
6229 \end_inset
6230
6231
6232 \begin_inset space \hfill{}
6233 \end_inset
6234
6235
6236 \begin_inset Tabular
6237 <lyxtabular version="3" rows="9" columns="2">
6238 <features rotate="0" tabularvalignment="middle">
6239 <column alignment="center" valignment="top" width="0pt">
6240 <column alignment="center" valignment="top" width="0pt">
6241 <row>
6242 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6243 \begin_inset Text
6244
6245 \begin_layout Plain Layout
6246 コマンド
6247 \end_layout
6248
6249 \end_inset
6250 </cell>
6251 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6252 \begin_inset Text
6253
6254 \begin_layout Plain Layout
6255 出力
6256 \end_layout
6257
6258 \end_inset
6259 </cell>
6260 </row>
6261 <row>
6262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6263 \begin_inset Text
6264
6265 \begin_layout Plain Layout
6266 )
6267 \end_layout
6268
6269 \end_inset
6270 </cell>
6271 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6272 \begin_inset Text
6273
6274 \begin_layout Plain Layout
6275 \begin_inset Formula $)$
6276 \end_inset
6277
6278
6279 \end_layout
6280
6281 \end_inset
6282 </cell>
6283 </row>
6284 <row>
6285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6286 \begin_inset Text
6287
6288 \begin_layout Plain Layout
6289 }
6290 \end_layout
6291
6292 \end_inset
6293 </cell>
6294 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6295 \begin_inset Text
6296
6297 \begin_layout Plain Layout
6298 \begin_inset Formula $\}$
6299 \end_inset
6300
6301
6302 \end_layout
6303
6304 \end_inset
6305 </cell>
6306 </row>
6307 <row>
6308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6309 \begin_inset Text
6310
6311 \begin_layout Plain Layout
6312 ]
6313 \end_layout
6314
6315 \end_inset
6316 </cell>
6317 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6318 \begin_inset Text
6319
6320 \begin_layout Plain Layout
6321 \begin_inset Formula $]$
6322 \end_inset
6323
6324
6325 \end_layout
6326
6327 \end_inset
6328 </cell>
6329 </row>
6330 <row>
6331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6332 \begin_inset Text
6333
6334 \begin_layout Plain Layout
6335
6336 \backslash
6337 rangle
6338 \end_layout
6339
6340 \end_inset
6341 </cell>
6342 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6343 \begin_inset Text
6344
6345 \begin_layout Plain Layout
6346 \begin_inset Formula $\rangle$
6347 \end_inset
6348
6349
6350 \end_layout
6351
6352 \end_inset
6353 </cell>
6354 </row>
6355 <row>
6356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6357 \begin_inset Text
6358
6359 \begin_layout Plain Layout
6360
6361 \backslash
6362 rceil
6363 \end_layout
6364
6365 \end_inset
6366 </cell>
6367 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6368 \begin_inset Text
6369
6370 \begin_layout Plain Layout
6371 \begin_inset Formula $\rceil$
6372 \end_inset
6373
6374
6375 \end_layout
6376
6377 \end_inset
6378 </cell>
6379 </row>
6380 <row>
6381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6382 \begin_inset Text
6383
6384 \begin_layout Plain Layout
6385
6386 \backslash
6387 rfloor
6388 \end_layout
6389
6390 \end_inset
6391 </cell>
6392 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6393 \begin_inset Text
6394
6395 \begin_layout Plain Layout
6396 \begin_inset Formula $\rfloor$
6397 \end_inset
6398
6399
6400 \end_layout
6401
6402 \end_inset
6403 </cell>
6404 </row>
6405 <row>
6406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6407 \begin_inset Text
6408
6409 \begin_layout Plain Layout
6410
6411 \backslash
6412
6413 \backslash
6414
6415 \end_layout
6416
6417 \end_inset
6418 </cell>
6419 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6420 \begin_inset Text
6421
6422 \begin_layout Plain Layout
6423 \begin_inset Formula $\backslash$
6424 \end_inset
6425
6426
6427 \end_layout
6428
6429 \end_inset
6430 </cell>
6431 </row>
6432 <row>
6433 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6434 \begin_inset Text
6435
6436 \begin_layout Plain Layout
6437
6438 \backslash
6439
6440 \begin_inset Formula $|$
6441 \end_inset
6442
6443
6444 \end_layout
6445
6446 \end_inset
6447 </cell>
6448 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6449 \begin_inset Text
6450
6451 \begin_layout Plain Layout
6452 \begin_inset Formula $\|$
6453 \end_inset
6454
6455
6456 \end_layout
6457
6458 \end_inset
6459 </cell>
6460 </row>
6461 </lyxtabular>
6462
6463 \end_inset
6464
6465
6466 \begin_inset space \hfill{}
6467 \end_inset
6468
6469
6470 \end_layout
6471
6472 \begin_layout Standard
6473 \begin_inset Note Greyedout
6474 status open
6475
6476 \begin_layout Plain Layout
6477
6478 \series bold
6479 【註】
6480 \series default
6481 TeXモードでは、
6482 \backslash
6483
6484 \backslash
6485 コマンドはその場所に改行を入れてしまうので、バックスラッシュを入力するには
6486 \series bold
6487
6488 \backslash
6489 textbackslash
6490 \series default
6491
6492 \begin_inset Index idx
6493 status collapsed
6494
6495 \begin_layout Plain Layout
6496 こまんど@コマンド! T ! 
6497 \backslash
6498 textbackslash
6499 \end_layout
6500
6501 \end_inset
6502
6503 を使わなくてはなりません。
6504 \end_layout
6505
6506 \end_inset
6507
6508
6509 \end_layout
6510
6511 \begin_layout Standard
6512 上に列挙した文字すべてについて、以下の二小節で説明されているコマンドを使って、大きさを調整することができます。これらのコマンドを使用するにあたっては、
6513 \series bold
6514
6515 \backslash
6516 langle
6517 \series default
6518
6519 \series bold
6520
6521 \backslash
6522 rangle
6523 \series default
6524 コマンドを使用せずに
6525 \begin_inset Formula $<$
6526 \end_inset
6527
6528
6529 \begin_inset Formula $>$
6530 \end_inset
6531
6532 の文字を直接使用することができます。
6533 \end_layout
6534
6535 \begin_layout Subsubsection
6536 手動の括弧丈
6537 \begin_inset CommandInset label
6538 LatexCommand label
6539 name "sub:手動の括弧丈"
6540
6541 \end_inset
6542
6543
6544 \begin_inset Index idx
6545 status collapsed
6546
6547 \begin_layout Plain Layout
6548 かっこたけ@括弧丈 ! しゅどう@手動
6549 \end_layout
6550
6551 \end_inset
6552
6553
6554 \end_layout
6555
6556 \begin_layout Standard
6557 括弧の丈は、LaTeXコマンドの
6558 \series bold
6559
6560 \backslash
6561 big
6562 \series default
6563
6564 \begin_inset Index idx
6565 status collapsed
6566
6567 \begin_layout Plain Layout
6568 こまんど@コマンド ! B ! 
6569 \backslash
6570 big
6571 \end_layout
6572
6573 \end_inset
6574
6575
6576 \series bold
6577
6578 \backslash
6579 Big
6580 \series default
6581
6582 \series bold
6583
6584 \backslash
6585 bigg
6586 \series default
6587 および
6588 \series bold
6589
6590 \backslash
6591 Bigg
6592 \series default
6593 を使って、手動で指定することができます。
6594 \series bold
6595
6596 \backslash
6597 big
6598 \series default
6599 が最小の大きさであり、
6600 \series bold
6601
6602 \backslash
6603 Bigg
6604 \series default
6605 が最大の括弧丈になります。
6606 \end_layout
6607
6608 \begin_layout Standard
6609 これらのコマンドは、括弧の階層を強調するのに使われます。
6610 \end_layout
6611
6612 \begin_layout Standard
6613 \align center
6614 \begin_inset Tabular
6615 <lyxtabular version="3" rows="2" columns="2">
6616 <features rotate="0" tabularvalignment="middle">
6617 <column alignment="center" valignment="top" width="0pt">
6618 <column alignment="center" valignment="top" width="0pt">
6619 <row>
6620 <cell alignment="center" valignment="top" usebox="none">
6621 \begin_inset Text
6622
6623 \begin_layout Plain Layout
6624 すべての括弧が同じ大きさ:
6625 \end_layout
6626
6627 \end_inset
6628 </cell>
6629 <cell alignment="center" valignment="top" usebox="none">
6630 \begin_inset Text
6631
6632 \begin_layout Plain Layout
6633 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox{-4mm}{}$
6634 \end_inset
6635
6636
6637 \end_layout
6638
6639 \end_inset
6640 </cell>
6641 </row>
6642 <row>
6643 <cell alignment="center" valignment="top" usebox="none">
6644 \begin_inset Text
6645
6646 \begin_layout Plain Layout
6647 こちらの方が良い:
6648 \end_layout
6649
6650 \end_inset
6651 </cell>
6652 <cell alignment="center" valignment="top" usebox="none">
6653 \begin_inset Text
6654
6655 \begin_layout Plain Layout
6656 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6657 \end_inset
6658
6659
6660 \end_layout
6661
6662 \end_inset
6663 </cell>
6664 </row>
6665 </lyxtabular>
6666
6667 \end_inset
6668
6669
6670 \begin_inset Note Note
6671 status collapsed
6672
6673 \begin_layout Plain Layout
6674 ここで
6675 \series bold
6676
6677 \backslash
6678 raisebox
6679 \series default
6680 はスペーサーとして使用しているだけです。
6681 \end_layout
6682
6683 \end_inset
6684
6685
6686 \end_layout
6687
6688 \begin_layout Standard
6689 二つ目の数式では、
6690 \series bold
6691
6692 \backslash
6693 Big((A+B)(A-B)
6694 \backslash
6695 Big)^
6696 \begin_inset ERT
6697 status collapsed
6698
6699 \begin_layout Plain Layout
6700
6701
6702 \backslash
6703 spce 
6704 \end_layout
6705
6706 \end_inset
6707
6708 C
6709 \series default
6710 というコマンドが使われています。
6711 \end_layout
6712
6713 \begin_layout Standard
6714 以下は、すべての括弧丈の羅列です。
6715 \end_layout
6716
6717 \begin_layout Standard
6718 \align center
6719
6720 \backslash
6721 Bigg(
6722 \backslash
6723 exp
6724 \backslash
6725 bigg
6726 \begin_inset Formula $<$
6727 \end_inset
6728
6729
6730 \backslash
6731 Big[
6732 \backslash
6733 big{
6734 \backslash
6735 ln(3x)
6736 \backslash
6737 big}^2
6738 \begin_inset ERT
6739 status collapsed
6740
6741 \begin_layout Plain Layout
6742
6743
6744 \backslash
6745 spce 
6746 \end_layout
6747
6748 \end_inset
6749
6750
6751 \backslash
6752 sin(x)
6753 \backslash
6754 Big]^
6755 \begin_inset ERT
6756 status collapsed
6757
6758 \begin_layout Plain Layout
6759
6760
6761 \backslash
6762 spce 
6763 \end_layout
6764
6765 \end_inset
6766
6767 A
6768 \begin_inset ERT
6769 status collapsed
6770
6771 \begin_layout Plain Layout
6772
6773
6774 \backslash
6775 spce 
6776 \end_layout
6777
6778 \end_inset
6779
6780
6781 \backslash
6782 bigg
6783 \begin_inset Formula $>$
6784 \end_inset
6785
6786
6787 \backslash
6788 Bigg)^0,5
6789 \end_layout
6790
6791 \begin_layout Standard
6792 \align center
6793 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6794 \end_inset
6795
6796
6797 \end_layout
6798
6799 \begin_layout Standard
6800
6801 \series bold
6802
6803 \backslash
6804 big
6805 \series default
6806 型コマンドの他に、括弧と中身のあいだにもう少し空白を加える
6807 \series bold
6808
6809 \backslash
6810 bigm
6811 \series default
6812
6813 \begin_inset Index idx
6814 status collapsed
6815
6816 \begin_layout Plain Layout
6817 こまんど@コマンド ! B ! 
6818 \backslash
6819 bigm
6820 \end_layout
6821
6822 \end_inset
6823
6824 という派生型と、空白を追加しない
6825 \series bold
6826
6827 \backslash
6828 bigl
6829 \series default
6830 -
6831 \series bold
6832
6833 \backslash
6834 bigr
6835 \series default
6836
6837 \begin_inset Index idx
6838 status collapsed
6839
6840 \begin_layout Plain Layout
6841 こまんど@コマンド ! B ! 
6842 \backslash
6843 bigl - 
6844 \backslash
6845 bigr
6846 \end_layout
6847
6848 \end_inset
6849
6850 派生型があります。
6851 \series bold
6852
6853 \backslash
6854 bigl
6855 \series default
6856 コマンドの最後の
6857 \emph on
6858 l
6859 \emph default
6860 は、左括弧であることを示し、右括弧の場合には、
6861 \emph on
6862 l
6863 \emph default
6864 の代わりに
6865 \emph on
6866 r
6867 \emph default
6868 を用います。左括弧と右括弧は、それぞれ括弧の開始と終了に用いられます。
6869 \end_layout
6870
6871 \begin_layout Standard
6872 以下の表は、これらの派生型の比較です。
6873 \end_layout
6874
6875 \begin_layout Standard
6876 \align center
6877 \begin_inset Tabular
6878 <lyxtabular version="3" rows="5" columns="2">
6879 <features rotate="0" tabularvalignment="middle">
6880 <column alignment="center" valignment="middle">
6881 <column alignment="center" valignment="middle">
6882 <row>
6883 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6884 \begin_inset Text
6885
6886 \begin_layout Plain Layout
6887 コマンド
6888 \end_layout
6889
6890 \end_inset
6891 </cell>
6892 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6893 \begin_inset Text
6894
6895 \begin_layout Plain Layout
6896 出力
6897 \begin_inset Note Note
6898 status collapsed
6899
6900 \begin_layout Plain Layout
6901 ここで
6902 \series bold
6903
6904 \backslash
6905 raisebox
6906 \series default
6907 はスペーサーとして使用しているだけです。
6908 \end_layout
6909
6910 \end_inset
6911
6912
6913 \end_layout
6914
6915 \end_inset
6916 </cell>
6917 </row>
6918 <row>
6919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6920 \begin_inset Text
6921
6922 \begin_layout Plain Layout
6923
6924 \backslash
6925 Bigm(
6926 \backslash
6927 bigm(
6928 \backslash
6929 ln(3x)
6930 \backslash
6931 bigm)^2
6932 \series bold
6933
6934 \begin_inset ERT
6935 status collapsed
6936
6937 \begin_layout Plain Layout
6938
6939
6940 \backslash
6941 spce 
6942 \end_layout
6943
6944 \end_inset
6945
6946
6947 \series default
6948
6949 \backslash
6950 Bigm)
6951 \end_layout
6952
6953 \end_inset
6954 </cell>
6955 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6956 \begin_inset Text
6957
6958 \begin_layout Plain Layout
6959 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6960 \end_inset
6961
6962
6963 \end_layout
6964
6965 \end_inset
6966 </cell>
6967 </row>
6968 <row>
6969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6970 \begin_inset Text
6971
6972 \begin_layout Plain Layout
6973
6974 \backslash
6975 Big(
6976 \backslash
6977 big(
6978 \backslash
6979 ln(3x)
6980 \backslash
6981 big)^2
6982 \series bold
6983
6984 \begin_inset ERT
6985 status collapsed
6986
6987 \begin_layout Plain Layout
6988
6989
6990 \backslash
6991 spce 
6992 \end_layout
6993
6994 \end_inset
6995
6996
6997 \series default
6998
6999 \backslash
7000 Big)
7001 \end_layout
7002
7003 \end_inset
7004 </cell>
7005 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7006 \begin_inset Text
7007
7008 \begin_layout Plain Layout
7009 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
7010 \end_inset
7011
7012
7013 \end_layout
7014
7015 \end_inset
7016 </cell>
7017 </row>
7018 <row>
7019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7020 \begin_inset Text
7021
7022 \begin_layout Plain Layout
7023
7024 \backslash
7025 Bigl(
7026 \backslash
7027 bigl(
7028 \backslash
7029 ln(3x)
7030 \backslash
7031 bigr)^2
7032 \series bold
7033
7034 \begin_inset ERT
7035 status collapsed
7036
7037 \begin_layout Plain Layout
7038
7039
7040 \backslash
7041 spce 
7042 \end_layout
7043
7044 \end_inset
7045
7046
7047 \series default
7048
7049 \backslash
7050 Bigr)
7051 \end_layout
7052
7053 \end_inset
7054 </cell>
7055 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7056 \begin_inset Text
7057
7058 \begin_layout Plain Layout
7059 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.25mm}{}$
7060 \end_inset
7061
7062
7063 \end_layout
7064
7065 \end_inset
7066 </cell>
7067 </row>
7068 <row>
7069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7070 \begin_inset Text
7071
7072 \begin_layout Plain Layout
7073
7074 \backslash
7075 bigl)
7076 \backslash
7077 ln(3x)
7078 \backslash
7079 bigr(
7080 \end_layout
7081
7082 \end_inset
7083 </cell>
7084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7085 \begin_inset Text
7086
7087 \begin_layout Plain Layout
7088 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
7089 \end_inset
7090
7091
7092 \end_layout
7093
7094 \end_inset
7095 </cell>
7096 </row>
7097 </lyxtabular>
7098
7099 \end_inset
7100
7101
7102 \end_layout
7103
7104 \begin_layout Subsubsection
7105 自動の括弧丈
7106 \begin_inset CommandInset label
7107 LatexCommand label
7108 name "sub:自動の括弧丈"
7109
7110 \end_inset
7111
7112
7113 \begin_inset Index idx
7114 status collapsed
7115
7116 \begin_layout Plain Layout
7117 かっこたけ@括弧丈 ! じどう@自動
7118 \end_layout
7119
7120 \end_inset
7121
7122
7123 \end_layout
7124
7125 \begin_layout Standard
7126 可変の丈を持つ括弧は、
7127 \series bold
7128
7129 \backslash
7130 left
7131 \series default
7132
7133 \begin_inset Index idx
7134 status collapsed
7135
7136 \begin_layout Plain Layout
7137 こまんど@コマンド ! L ! 
7138 \backslash
7139 left
7140 \end_layout
7141
7142 \end_inset
7143
7144 コマンドおよび
7145 \series bold
7146
7147 \backslash
7148 right
7149 \series default
7150
7151 \begin_inset Index idx
7152 status collapsed
7153
7154 \begin_layout Plain Layout
7155 こまんど@コマンド ! R ! 
7156 \backslash
7157 right
7158 \end_layout
7159
7160 \end_inset
7161
7162 コマンド、あるいは数式ツールバーボタンの
7163 \begin_inset Graphics
7164         filename ../../images/dialog-show_mathdelimiter.png
7165         scale 85
7166
7167 \end_inset
7168
7169 で挿入することができます。
7170 \series bold
7171
7172 \backslash
7173 left
7174 \series default
7175 および
7176 \series bold
7177
7178 \backslash
7179 right
7180 \series default
7181 の直後には、必要とする括弧を挿入しなくてはなりません。すると、括弧丈は出力時に自動的に計算されます。
7182 \end_layout
7183
7184 \begin_layout Standard
7185 \align center
7186 通常の括弧:
7187 \series bold
7188
7189 \backslash
7190 ln(
7191 \backslash
7192 frac
7193 \begin_inset ERT
7194 status collapsed
7195
7196 \begin_layout Plain Layout
7197
7198
7199 \backslash
7200 spce 
7201 \end_layout
7202
7203 \end_inset
7204
7205 A
7206 \begin_inset Formula $\downarrow$
7207 \end_inset
7208
7209 C
7210 \begin_inset ERT
7211 status collapsed
7212
7213 \begin_layout Plain Layout
7214
7215
7216 \backslash
7217 spce 
7218 \end_layout
7219
7220 \end_inset
7221
7222 )
7223 \series default
7224 というコマンドは
7225 \begin_inset Formula 
7226 \[
7227 \ln(\frac{A}{C})
7228 \]
7229
7230 \end_inset
7231
7232 を生成します。
7233 \end_layout
7234
7235 \begin_layout Standard
7236 \align center
7237 複数行の括弧:
7238 \series bold
7239
7240 \backslash
7241 ln
7242 \backslash
7243 left(
7244 \backslash
7245 frac
7246 \begin_inset ERT
7247 status collapsed
7248
7249 \begin_layout Plain Layout
7250
7251
7252 \backslash
7253 spce 
7254 \end_layout
7255
7256 \end_inset
7257
7258 A
7259 \begin_inset Formula $\downarrow$
7260 \end_inset
7261
7262 C
7263 \begin_inset ERT
7264 status collapsed
7265
7266 \begin_layout Plain Layout
7267
7268
7269 \backslash
7270 spce 
7271 \end_layout
7272
7273 \end_inset
7274
7275
7276 \backslash
7277 right)
7278 \series default
7279 というコマンドは
7280 \begin_inset Formula 
7281 \[
7282 \ln\left(\frac{A}{C}\right)
7283 \]
7284
7285 \end_inset
7286
7287 を生成します。
7288 \end_layout
7289
7290 \begin_layout Standard
7291
7292 \series bold
7293
7294 \backslash
7295 left
7296 \series default
7297
7298 \series bold
7299
7300 \backslash
7301 right
7302 \series default
7303 の代わりに、
7304 \begin_inset Flex Ruby
7305 status collapsed
7306
7307 \begin_layout Plain Layout
7308 捷径
7309 \begin_inset Argument post:1
7310 status collapsed
7311
7312 \begin_layout Plain Layout
7313 ショートカット
7314 \end_layout
7315
7316 \end_inset
7317
7318
7319 \end_layout
7320
7321 \end_inset
7322
7323
7324 \family sans
7325 Alt+M
7326 \begin_inset space ~
7327 \end_inset
7328
7329 括弧
7330 \family default
7331 を使うこともできます。これを使うと、LyX中で即座に実際の括弧丈を確認することができるという利点と、対応する右括弧も生成されるという利点があります。
7332 \begin_inset Newline newline
7333 \end_inset
7334
7335 すると、先ほどの例を作るコマンドは
7336 \series bold
7337
7338 \backslash
7339 ln Alt+M
7340 \series default
7341  
7342 \series bold
7343 (
7344 \backslash
7345 frac
7346 \begin_inset ERT
7347 status collapsed
7348
7349 \begin_layout Plain Layout
7350
7351
7352 \backslash
7353 spce 
7354 \end_layout
7355
7356 \end_inset
7357
7358 A
7359 \begin_inset Formula $\downarrow$
7360 \end_inset
7361
7362 C
7363 \series default
7364 となります。
7365 \end_layout
7366
7367 \begin_layout Standard
7368 左括弧あるいは右括弧を省略するには、ドットを挿入します。たとえば、
7369 \series bold
7370
7371 \backslash
7372 left.
7373 \backslash
7374 frac
7375 \begin_inset ERT
7376 status collapsed
7377
7378 \begin_layout Plain Layout
7379
7380
7381 \backslash
7382 spce 
7383 \end_layout
7384
7385 \end_inset
7386
7387 A
7388 \begin_inset Formula $\downarrow$
7389 \end_inset
7390
7391 B
7392 \begin_inset ERT
7393 status collapsed
7394
7395 \begin_layout Plain Layout
7396
7397
7398 \backslash
7399 spce 
7400 \end_layout
7401
7402 \end_inset
7403
7404
7405 \backslash
7406 right}
7407 \series default
7408 というコマンドは
7409 \series bold
7410
7411 \begin_inset Formula 
7412 \[
7413 \left.\frac{A}{B}\right\} 
7414 \]
7415
7416 \end_inset
7417
7418
7419 \series default
7420 を生成します。
7421 \series bold
7422
7423 \backslash
7424 left
7425 \series default
7426 コマンドおよび
7427 \series bold
7428
7429 \backslash
7430 right
7431 \series default
7432 コマンドは、文書が再度読み込まれたときには、LyXによって正しい丈の括弧に変換され、省略された括弧は、点線として表示されます。
7433 \end_layout
7434
7435 \begin_layout Standard
7436 \begin_inset VSpace bigskip
7437 \end_inset
7438
7439 著名なLaTeX頒布版は、すべてLaTeXの拡張であるeTeXを使用しているので、これらの頒布版では、すべての括弧および極限に対して
7440 \series bold
7441
7442 \backslash
7443 middle
7444 \series default
7445
7446 \begin_inset Index idx
7447 status collapsed
7448
7449 \begin_layout Plain Layout
7450 こまんど@コマンド ! M ! 
7451 \backslash
7452 middle
7453 \end_layout
7454
7455 \end_inset
7456
7457 コマンドも使用することができます
7458 \begin_inset Foot
7459 status collapsed
7460
7461 \begin_layout Plain Layout
7462
7463 \series bold
7464 (訳註)
7465 \series default
7466 pLaTeXでは、標準では
7467 \series bold
7468
7469 \backslash
7470 middle
7471 \series default
7472 コマンドは使えません。よって、以下の例では「
7473 \series bold
7474
7475 \backslash
7476 middle
7477 \series default
7478
7479 \begin_inset Formula $|$
7480 \end_inset
7481
7482 」の代わりに「
7483 \series bold
7484
7485 \backslash
7486 biggm
7487 \series default
7488
7489 \begin_inset Formula $|$
7490 \end_inset
7491
7492 」を用いています。
7493 \end_layout
7494
7495 \end_inset
7496
7497 。このコマンドでは、物理ベクトル
7498 \begin_inset Formula 
7499 \[
7500 \left\langle \phi\:\biggm|\: J=\frac{3}{2}\,,\, M_{J}\right\rangle 
7501 \]
7502
7503 \end_inset
7504
7505 で必要とされるように、次に続く文字の高さは、囲まれる括弧の高さに調節されます。物理ベクトルに関しては、第
7506 \begin_inset CommandInset ref
7507 LatexCommand ref
7508 reference "sub:物理ベクトル"
7509
7510 \end_inset
7511
7512 節に説明されているように特殊なLaTeXパッケージがあります。
7513 \end_layout
7514
7515 \begin_layout Subsection
7516 水平括弧
7517 \begin_inset Index idx
7518 status collapsed
7519
7520 \begin_layout Plain Layout
7521 かっこ@括弧 ! すいへい@水平
7522 \end_layout
7523
7524 \end_inset
7525
7526
7527 \end_layout
7528
7529 \begin_layout Standard
7530 \align center
7531 \begin_inset Tabular
7532 <lyxtabular version="3" rows="4" columns="2">
7533 <features rotate="0" tabularvalignment="middle">
7534 <column alignment="center" valignment="top" width="0pt">
7535 <column alignment="center" valignment="top" width="0pt">
7536 <row>
7537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7538 \begin_inset Text
7539
7540 \begin_layout Plain Layout
7541 コマンド
7542 \begin_inset Note Note
7543 status collapsed
7544
7545 \begin_layout Plain Layout
7546 ここで
7547 \series bold
7548
7549 \backslash
7550 raisebox
7551 \series default
7552 はスペーサーとして使用しているだけです。
7553 \end_layout
7554
7555 \end_inset
7556
7557
7558 \end_layout
7559
7560 \end_inset
7561 </cell>
7562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7563 \begin_inset Text
7564
7565 \begin_layout Plain Layout
7566 出力
7567 \end_layout
7568
7569 \end_inset
7570 </cell>
7571 </row>
7572 <row>
7573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7574 \begin_inset Text
7575
7576 \begin_layout Plain Layout
7577 \begin_inset ERT
7578 status collapsed
7579
7580 \begin_layout Plain Layout
7581
7582
7583 \backslash
7584 raisebox{2.3mm}{
7585 \end_layout
7586
7587 \end_inset
7588
7589
7590 \backslash
7591 overbrace
7592 \begin_inset ERT
7593 status collapsed
7594
7595 \begin_layout Plain Layout
7596
7597
7598 \backslash
7599 spce 
7600 \end_layout
7601
7602 \end_inset
7603
7604 A+B
7605 \begin_inset ERT
7606 status collapsed
7607
7608 \begin_layout Plain Layout
7609
7610
7611 \backslash
7612 spce 
7613 \end_layout
7614
7615 \end_inset
7616
7617 ^
7618 \begin_inset ERT
7619 status collapsed
7620
7621 \begin_layout Plain Layout
7622
7623
7624 \backslash
7625 spce 
7626 \end_layout
7627
7628 \end_inset
7629
7630 3
7631 \begin_inset ERT
7632 status collapsed
7633
7634 \begin_layout Plain Layout
7635
7636 }
7637 \end_layout
7638
7639 \end_inset
7640
7641
7642 \begin_inset Index idx
7643 status collapsed
7644
7645 \begin_layout Plain Layout
7646 こまんど@コマンド ! O ! 
7647 \backslash
7648 overbrace
7649 \end_layout
7650
7651 \end_inset
7652
7653
7654 \end_layout
7655
7656 \end_inset
7657 </cell>
7658 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7659 \begin_inset Text
7660
7661 \begin_layout Plain Layout
7662 \begin_inset Formula $\overbrace{A+B}^{3}$
7663 \end_inset
7664
7665
7666 \end_layout
7667
7668 \end_inset
7669 </cell>
7670 </row>
7671 <row>
7672 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7673 \begin_inset Text
7674
7675 \begin_layout Plain Layout
7676 \begin_inset ERT
7677 status collapsed
7678
7679 \begin_layout Plain Layout
7680
7681
7682 \backslash
7683 raisebox{-2.2mm}{
7684 \end_layout
7685
7686 \end_inset
7687
7688
7689 \backslash
7690 underbrace
7691 \begin_inset ERT
7692 status collapsed
7693
7694 \begin_layout Plain Layout
7695
7696
7697 \backslash
7698 spce 
7699 \end_layout
7700
7701 \end_inset
7702
7703 A+B
7704 \begin_inset ERT
7705 status collapsed
7706
7707 \begin_layout Plain Layout
7708
7709
7710 \backslash
7711 spce 
7712 \end_layout
7713
7714 \end_inset
7715
7716 _5
7717 \begin_inset ERT
7718 status collapsed
7719
7720 \begin_layout Plain Layout
7721
7722 }
7723 \end_layout
7724
7725 \end_inset
7726
7727
7728 \begin_inset Index idx
7729 status collapsed
7730
7731 \begin_layout Plain Layout
7732 こまんど@コマンド ! U ! 
7733 \backslash
7734 underbrace
7735 \end_layout
7736
7737 \end_inset
7738
7739
7740 \end_layout
7741
7742 \end_inset
7743 </cell>
7744 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7745 \begin_inset Text
7746
7747 \begin_layout Plain Layout
7748 \begin_inset Formula $\underbrace{A+B}_{5}$
7749 \end_inset
7750
7751
7752 \end_layout
7753
7754 \end_inset
7755 </cell>
7756 </row>
7757 <row>
7758 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7759 \begin_inset Text
7760
7761 \begin_layout Plain Layout
7762
7763 \backslash
7764 overbrace
7765 \begin_inset ERT
7766 status collapsed
7767
7768 \begin_layout Plain Layout
7769
7770
7771 \backslash
7772 spce 
7773 \end_layout
7774
7775 \end_inset
7776
7777
7778 \backslash
7779 underbrace
7780 \begin_inset ERT
7781 status collapsed
7782
7783 \begin_layout Plain Layout
7784
7785
7786 \backslash
7787 spce 
7788 \end_layout
7789
7790 \end_inset
7791
7792 A+B_w
7793 \begin_inset ERT
7794 status collapsed
7795
7796 \begin_layout Plain Layout
7797
7798
7799 \backslash
7800 spce 
7801 \end_layout
7802
7803 \end_inset
7804
7805
7806 \begin_inset ERT
7807 status collapsed
7808
7809 \begin_layout Plain Layout
7810
7811
7812 \backslash
7813 spce 
7814 \end_layout
7815
7816 \end_inset
7817
7818 _7
7819 \begin_inset ERT
7820 status collapsed
7821
7822 \begin_layout Plain Layout
7823
7824
7825 \backslash
7826 spce 
7827 \end_layout
7828
7829 \end_inset
7830
7831
7832 \begin_inset ERT
7833 status collapsed
7834
7835 \begin_layout Plain Layout
7836
7837
7838 \backslash
7839 spce 
7840 \end_layout
7841
7842 \end_inset
7843
7844 ^
7845 \begin_inset ERT
7846 status collapsed
7847
7848 \begin_layout Plain Layout
7849
7850
7851 \backslash
7852 spce 
7853 \end_layout
7854
7855 \end_inset
7856
7857 C
7858 \end_layout
7859
7860 \end_inset
7861 </cell>
7862 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7863 \begin_inset Text
7864
7865 \begin_layout Plain Layout
7866 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7867 \end_inset
7868
7869
7870 \end_layout
7871
7872 \end_inset
7873 </cell>
7874 </row>
7875 </lyxtabular>
7876
7877 \end_inset
7878
7879
7880 \end_layout
7881
7882 \begin_layout Standard
7883 最後の例では、
7884 \series bold
7885
7886 \backslash
7887 overbrace
7888 \series default
7889 が先に挿入されようが
7890 \series bold
7891
7892 \backslash
7893 underbrace
7894 \series default
7895 が先に挿入されようが代わりはありません。
7896 \end_layout
7897
7898 \begin_layout Standard
7899 \begin_inset VSpace bigskip
7900 \end_inset
7901
7902 括弧をお互いに重ねる必要がある場合には、第
7903 \begin_inset CommandInset ref
7904 LatexCommand ref
7905 reference "sec:多行数式"
7906
7907 \end_inset
7908
7909 節に説明されているように、次のような多行数式を使わなくてはなりません。
7910 \begin_inset Formula 
7911 \begin{eqnarray*}
7912 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7913  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7914 \end{eqnarray*}
7915
7916 \end_inset
7917
7918 一行目には、数式が一つめの括弧とともに挿入されています。ここで、空白コマンド
7919 \begin_inset Foot
7920 status collapsed
7921
7922 \begin_layout Plain Layout
7923 空白コマンドは第
7924 \begin_inset CommandInset ref
7925 LatexCommand ref
7926 reference "sub:定義済みの空白"
7927
7928 \end_inset
7929
7930 章に説明があります。
7931 \end_layout
7932
7933 \end_inset
7934
7935
7936 \series bold
7937
7938 \backslash
7939 :
7940 \series default
7941 を最初の
7942 \begin_inset Formula $d$
7943 \end_inset
7944
7945 の前に挿入しておくことが重要です。さもないと、
7946 \begin_inset Formula $q$
7947 \end_inset
7948
7949 の後ろで終わる括弧のせいで、直後の「+」の周りに正しく空白が入ることが妨げられてしまう
7950 \begin_inset Foot
7951 status collapsed
7952
7953 \begin_layout Plain Layout
7954 これは、括弧が文字として取り扱われないためです。第
7955 \begin_inset CommandInset ref
7956 LatexCommand ref
7957 reference "sub:二項演算子"
7958
7959 \end_inset
7960
7961 章参照。
7962 \end_layout
7963
7964 \end_inset
7965
7966 ためです。二行目には、二つめの括弧が挿入されています。
7967 \begin_inset Formula $b$
7968 \end_inset
7969
7970 の直前から始まるようにするために、まず
7971 \series bold
7972
7973 \backslash
7974 hphantom{gggg+
7975 \backslash
7976 :}
7977 \series default
7978 というコマンド
7979 \begin_inset Foot
7980 status collapsed
7981
7982 \begin_layout Plain Layout
7983
7984 \series bold
7985
7986 \backslash
7987 hphantom
7988 \series default
7989 に関する詳細は、第
7990 \begin_inset CommandInset ref
7991 LatexCommand ref
7992 reference "sub:埋め草"
7993
7994 \end_inset
7995
7996 章を参照してください。
7997 \end_layout
7998
7999 \end_inset
8000
8001 が挿入されています。この数式中の「+」も空白で囲まれるようにするために、この空白コマンドが必要になっています。二つめの括弧は
8002 \series bold
8003
8004 \backslash
8005 hphantom{bbqq+dddd}
8006 \series default
8007 コマンドの下に置きます。
8008 \end_layout
8009
8010 \begin_layout Standard
8011 以下の例のように、括弧が反対側に重なる場合には、もっと複雑になります。
8012 \begin_inset ERT
8013 status collapsed
8014
8015 \begin_layout Plain Layout
8016
8017
8018 \backslash
8019 setlength{
8020 \backslash
8021 jot}{-6pt}
8022 \end_layout
8023
8024 \end_inset
8025
8026
8027 \begin_inset Formula 
8028 \begin{eqnarray*}
8029  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
8030 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd
8031 \end{eqnarray*}
8032
8033 \end_inset
8034
8035
8036 \begin_inset ERT
8037 status collapsed
8038
8039 \begin_layout Plain Layout
8040
8041
8042 \backslash
8043 setlength{
8044 \backslash
8045 jot}{3pt}
8046 \end_layout
8047
8048 \end_inset
8049
8050 最初の数式行は、括弧が上に来ていること以外は、先の例の第二行と同じです。二行目には、二つめの括弧と一緒に数式が入っています。一行目の括弧と数式のあいだに余白が入
8051 ることを防ぐために、行間を減らさなくてはならないのですが、これはLyXのバグ
8052 \begin_inset Foot
8053 status collapsed
8054
8055 \begin_layout Plain Layout
8056 \begin_inset CommandInset href
8057 LatexCommand href
8058 name "LyX-bug #1505"
8059 target "http://www.lyx.org/trac/ticket/1505"
8060
8061 \end_inset
8062
8063
8064 \end_layout
8065
8066 \end_inset
8067
8068 のせいで簡単にはできません。この問題を回避するためには、数式直前にTeXモードで
8069 \series bold
8070 setlength{
8071 \backslash
8072 jot}{-6pt}
8073 \series default
8074 というコマンドを入れて、大域的な数式行間
8075 \series bold
8076
8077 \backslash
8078 jot
8079 \series default
8080
8081 \begin_inset Index idx
8082 status collapsed
8083
8084 \begin_layout Plain Layout
8085 こまんど@コマンド ! J ! 
8086 \backslash
8087 jot
8088 \end_layout
8089
8090 \end_inset
8091
8092 を-6
8093 \begin_inset space \thinspace{}
8094 \end_inset
8095
8096 ptに変更しなくてはなりません。
8097 \series bold
8098
8099 \backslash
8100 jot
8101 \series default
8102 は、数式直後に同様のコマンドを使って標準値の3
8103 \begin_inset space \thinspace{}
8104 \end_inset
8105
8106 ptに戻します。数式中の行間について、詳しくは第
8107 \begin_inset CommandInset ref
8108 LatexCommand ref
8109 reference "sub:行間"
8110
8111 \end_inset
8112
8113 章に説明があります。
8114 \end_layout
8115
8116 \begin_layout Section
8117 矢印
8118 \begin_inset Index idx
8119 status collapsed
8120
8121 \begin_layout Plain Layout
8122 やじるし@矢印
8123 \end_layout
8124
8125 \end_inset
8126
8127
8128 \end_layout
8129
8130 \begin_layout Standard
8131 矢印は、数式ツールバーボタンの
8132 \begin_inset Graphics
8133         filename ../../images/math/leftarrow.png
8134         scale 85
8135
8136 \end_inset
8137
8138 か、以下の各小節に列挙してあるコマンドで挿入することができます。
8139 \end_layout
8140
8141 \begin_layout Subsection
8142 水平矢印
8143 \begin_inset Index idx
8144 status collapsed
8145
8146 \begin_layout Plain Layout
8147 やじるし@矢印 ! すいへい@水平
8148 \end_layout
8149
8150 \end_inset
8151
8152
8153 \end_layout
8154
8155 \begin_layout Standard
8156 \begin_inset space \hfill{}
8157 \end_inset
8158
8159
8160 \begin_inset Tabular
8161 <lyxtabular version="3" rows="8" columns="2">
8162 <features rotate="0" tabularvalignment="middle">
8163 <column alignment="center" valignment="top" width="0pt">
8164 <column alignment="center" valignment="top" width="0pt">
8165 <row>
8166 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8167 \begin_inset Text
8168
8169 \begin_layout Plain Layout
8170 コマンド
8171 \end_layout
8172
8173 \end_inset
8174 </cell>
8175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8176 \begin_inset Text
8177
8178 \begin_layout Plain Layout
8179 出力
8180 \end_layout
8181
8182 \end_inset
8183 </cell>
8184 </row>
8185 <row>
8186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8187 \begin_inset Text
8188
8189 \begin_layout Plain Layout
8190
8191 \backslash
8192 gets
8193 \end_layout
8194
8195 \end_inset
8196 </cell>
8197 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8198 \begin_inset Text
8199
8200 \begin_layout Plain Layout
8201 \begin_inset Formula $\gets$
8202 \end_inset
8203
8204
8205 \end_layout
8206
8207 \end_inset
8208 </cell>
8209 </row>
8210 <row>
8211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8212 \begin_inset Text
8213
8214 \begin_layout Plain Layout
8215
8216 \backslash
8217 Leftarrow
8218 \end_layout
8219
8220 \end_inset
8221 </cell>
8222 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8223 \begin_inset Text
8224
8225 \begin_layout Plain Layout
8226 \begin_inset Formula $\Leftarrow$
8227 \end_inset
8228
8229
8230 \end_layout
8231
8232 \end_inset
8233 </cell>
8234 </row>
8235 <row>
8236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8237 \begin_inset Text
8238
8239 \begin_layout Plain Layout
8240
8241 \backslash
8242 longleftarrow
8243 \end_layout
8244
8245 \end_inset
8246 </cell>
8247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8248 \begin_inset Text
8249
8250 \begin_layout Plain Layout
8251 \begin_inset Formula $\longleftarrow$
8252 \end_inset
8253
8254
8255 \end_layout
8256
8257 \end_inset
8258 </cell>
8259 </row>
8260 <row>
8261 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8262 \begin_inset Text
8263
8264 \begin_layout Plain Layout
8265
8266 \backslash
8267 Longleftarrow
8268 \end_layout
8269
8270 \end_inset
8271 </cell>
8272 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8273 \begin_inset Text
8274
8275 \begin_layout Plain Layout
8276 \begin_inset Formula $\Longleftarrow$
8277 \end_inset
8278
8279
8280 \end_layout
8281
8282 \end_inset
8283 </cell>
8284 </row>
8285 <row>
8286 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8287 \begin_inset Text
8288
8289 \begin_layout Plain Layout
8290
8291 \backslash
8292 leftharpoonup
8293 \end_layout
8294
8295 \end_inset
8296 </cell>
8297 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8298 \begin_inset Text
8299
8300 \begin_layout Plain Layout
8301 \begin_inset Formula $\leftharpoonup$
8302 \end_inset
8303
8304
8305 \end_layout
8306
8307 \end_inset
8308 </cell>
8309 </row>
8310 <row>
8311 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8312 \begin_inset Text
8313
8314 \begin_layout Plain Layout
8315
8316 \backslash
8317 leftharpoondown
8318 \end_layout
8319
8320 \end_inset
8321 </cell>
8322 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8323 \begin_inset Text
8324
8325 \begin_layout Plain Layout
8326 \begin_inset Formula $\leftharpoondown$
8327 \end_inset
8328
8329
8330 \end_layout
8331
8332 \end_inset
8333 </cell>
8334 </row>
8335 <row>
8336 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8337 \begin_inset Text
8338
8339 \begin_layout Plain Layout
8340
8341 \backslash
8342 hookleftarrow
8343 \end_layout
8344
8345 \end_inset
8346 </cell>
8347 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8348 \begin_inset Text
8349
8350 \begin_layout Plain Layout
8351 \begin_inset Formula $\hookleftarrow$
8352 \end_inset
8353
8354
8355 \end_layout
8356
8357 \end_inset
8358 </cell>
8359 </row>
8360 </lyxtabular>
8361
8362 \end_inset
8363
8364
8365 \begin_inset space \hfill{}
8366 \end_inset
8367
8368
8369 \begin_inset Tabular
8370 <lyxtabular version="3" rows="8" columns="2">
8371 <features rotate="0" tabularvalignment="middle">
8372 <column alignment="center" valignment="top" width="0pt">
8373 <column alignment="center" valignment="top" width="0pt">
8374 <row>
8375 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8376 \begin_inset Text
8377
8378 \begin_layout Plain Layout
8379 コマンド
8380 \end_layout
8381
8382 \end_inset
8383 </cell>
8384 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8385 \begin_inset Text
8386
8387 \begin_layout Plain Layout
8388 出力
8389 \end_layout
8390
8391 \end_inset
8392 </cell>
8393 </row>
8394 <row>
8395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8396 \begin_inset Text
8397
8398 \begin_layout Plain Layout
8399
8400 \backslash
8401 to
8402 \end_layout
8403
8404 \end_inset
8405 </cell>
8406 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8407 \begin_inset Text
8408
8409 \begin_layout Plain Layout
8410 \begin_inset Formula $\to$
8411 \end_inset
8412
8413
8414 \end_layout
8415
8416 \end_inset
8417 </cell>
8418 </row>
8419 <row>
8420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8421 \begin_inset Text
8422
8423 \begin_layout Plain Layout
8424
8425 \backslash
8426 Rightarrow
8427 \end_layout
8428
8429 \end_inset
8430 </cell>
8431 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8432 \begin_inset Text
8433
8434 \begin_layout Plain Layout
8435 \begin_inset Formula $\Rightarrow$
8436 \end_inset
8437
8438
8439 \end_layout
8440
8441 \end_inset
8442 </cell>
8443 </row>
8444 <row>
8445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8446 \begin_inset Text
8447
8448 \begin_layout Plain Layout
8449
8450 \backslash
8451 longrightarrow
8452 \end_layout
8453
8454 \end_inset
8455 </cell>
8456 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8457 \begin_inset Text
8458
8459 \begin_layout Plain Layout
8460 \begin_inset Formula $\longrightarrow$
8461 \end_inset
8462
8463
8464 \end_layout
8465
8466 \end_inset
8467 </cell>
8468 </row>
8469 <row>
8470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8471 \begin_inset Text
8472
8473 \begin_layout Plain Layout
8474
8475 \backslash
8476 Longrightarrow
8477 \end_layout
8478
8479 \end_inset
8480 </cell>
8481 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8482 \begin_inset Text
8483
8484 \begin_layout Plain Layout
8485 \begin_inset Formula $\Longrightarrow$
8486 \end_inset
8487
8488
8489 \end_layout
8490
8491 \end_inset
8492 </cell>
8493 </row>
8494 <row>
8495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8496 \begin_inset Text
8497
8498 \begin_layout Plain Layout
8499
8500 \backslash
8501 rightharpoonup
8502 \end_layout
8503
8504 \end_inset
8505 </cell>
8506 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8507 \begin_inset Text
8508
8509 \begin_layout Plain Layout
8510 \begin_inset Formula $\rightharpoonup$
8511 \end_inset
8512
8513
8514 \end_layout
8515
8516 \end_inset
8517 </cell>
8518 </row>
8519 <row>
8520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8521 \begin_inset Text
8522
8523 \begin_layout Plain Layout
8524
8525 \backslash
8526 rightharpoondown
8527 \end_layout
8528
8529 \end_inset
8530 </cell>
8531 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8532 \begin_inset Text
8533
8534 \begin_layout Plain Layout
8535 \begin_inset Formula $\rightharpoondown$
8536 \end_inset
8537
8538
8539 \end_layout
8540
8541 \end_inset
8542 </cell>
8543 </row>
8544 <row>
8545 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8546 \begin_inset Text
8547
8548 \begin_layout Plain Layout
8549
8550 \backslash
8551 hookrightarrow
8552 \end_layout
8553
8554 \end_inset
8555 </cell>
8556 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8557 \begin_inset Text
8558
8559 \begin_layout Plain Layout
8560 \begin_inset Formula $\hookrightarrow$
8561 \end_inset
8562
8563
8564 \end_layout
8565
8566 \end_inset
8567 </cell>
8568 </row>
8569 </lyxtabular>
8570
8571 \end_inset
8572
8573
8574 \begin_inset space \hfill{}
8575 \end_inset
8576
8577
8578 \end_layout
8579
8580 \begin_layout Standard
8581 \begin_inset space \hfill{}
8582 \end_inset
8583
8584
8585 \begin_inset Tabular
8586 <lyxtabular version="3" rows="6" columns="2">
8587 <features rotate="0" tabularvalignment="middle">
8588 <column alignment="center" valignment="top" width="0pt">
8589 <column alignment="center" valignment="top" width="0pt">
8590 <row>
8591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8592 \begin_inset Text
8593
8594 \begin_layout Plain Layout
8595 コマンド
8596 \end_layout
8597
8598 \end_inset
8599 </cell>
8600 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8601 \begin_inset Text
8602
8603 \begin_layout Plain Layout
8604 出力
8605 \end_layout
8606
8607 \end_inset
8608 </cell>
8609 </row>
8610 <row>
8611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8612 \begin_inset Text
8613
8614 \begin_layout Plain Layout
8615
8616 \backslash
8617 leftrightarrow
8618 \end_layout
8619
8620 \end_inset
8621 </cell>
8622 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8623 \begin_inset Text
8624
8625 \begin_layout Plain Layout
8626 \begin_inset Formula $\leftrightarrow$
8627 \end_inset
8628
8629
8630 \end_layout
8631
8632 \end_inset
8633 </cell>
8634 </row>
8635 <row>
8636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8637 \begin_inset Text
8638
8639 \begin_layout Plain Layout
8640
8641 \backslash
8642 Leftrightarrow
8643 \end_layout
8644
8645 \end_inset
8646 </cell>
8647 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8648 \begin_inset Text
8649
8650 \begin_layout Plain Layout
8651 \begin_inset Formula $\Leftrightarrow$
8652 \end_inset
8653
8654
8655 \end_layout
8656
8657 \end_inset
8658 </cell>
8659 </row>
8660 <row>
8661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8662 \begin_inset Text
8663
8664 \begin_layout Plain Layout
8665
8666 \backslash
8667 longleftrightarrow
8668 \end_layout
8669
8670 \end_inset
8671 </cell>
8672 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8673 \begin_inset Text
8674
8675 \begin_layout Plain Layout
8676 \begin_inset Formula $\longleftrightarrow$
8677 \end_inset
8678
8679
8680 \end_layout
8681
8682 \end_inset
8683 </cell>
8684 </row>
8685 <row>
8686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8687 \begin_inset Text
8688
8689 \begin_layout Plain Layout
8690
8691 \backslash
8692 Longleftrightarrow
8693 \end_layout
8694
8695 \end_inset
8696 </cell>
8697 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8698 \begin_inset Text
8699
8700 \begin_layout Plain Layout
8701 \begin_inset Formula $\Longleftrightarrow$
8702 \end_inset
8703
8704
8705 \end_layout
8706
8707 \end_inset
8708 </cell>
8709 </row>
8710 <row>
8711 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8712 \begin_inset Text
8713
8714 \begin_layout Plain Layout
8715
8716 \backslash
8717 rightleftharpoons
8718 \end_layout
8719
8720 \end_inset
8721 </cell>
8722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8723 \begin_inset Text
8724
8725 \begin_layout Plain Layout
8726 \begin_inset Formula $\rightleftharpoons$
8727 \end_inset
8728
8729
8730 \end_layout
8731
8732 \end_inset
8733 </cell>
8734 </row>
8735 </lyxtabular>
8736
8737 \end_inset
8738
8739
8740 \begin_inset space \hspace{}
8741 \length 25pt
8742 \end_inset
8743
8744
8745 \begin_inset space \hfill{}
8746 \end_inset
8747
8748
8749 \begin_inset Tabular
8750 <lyxtabular version="3" rows="5" columns="2">
8751 <features rotate="0" tabularvalignment="middle">
8752 <column alignment="center" valignment="top" width="0pt">
8753 <column alignment="center" valignment="top" width="0pt">
8754 <row>
8755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8756 \begin_inset Text
8757
8758 \begin_layout Plain Layout
8759 コマンド
8760 \end_layout
8761
8762 \end_inset
8763 </cell>
8764 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8765 \begin_inset Text
8766
8767 \begin_layout Plain Layout
8768 出力
8769 \end_layout
8770
8771 \end_inset
8772 </cell>
8773 </row>
8774 <row>
8775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8776 \begin_inset Text
8777
8778 \begin_layout Plain Layout
8779
8780 \backslash
8781 mapsto
8782 \end_layout
8783
8784 \end_inset
8785 </cell>
8786 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8787 \begin_inset Text
8788
8789 \begin_layout Plain Layout
8790 \begin_inset Formula $\mapsto$
8791 \end_inset
8792
8793
8794 \end_layout
8795
8796 \end_inset
8797 </cell>
8798 </row>
8799 <row>
8800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8801 \begin_inset Text
8802
8803 \begin_layout Plain Layout
8804
8805 \backslash
8806 longmapsto
8807 \end_layout
8808
8809 \end_inset
8810 </cell>
8811 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8812 \begin_inset Text
8813
8814 \begin_layout Plain Layout
8815 \begin_inset Formula $\longmapsto$
8816 \end_inset
8817
8818
8819 \end_layout
8820
8821 \end_inset
8822 </cell>
8823 </row>
8824 <row>
8825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8826 \begin_inset Text
8827
8828 \begin_layout Plain Layout
8829
8830 \backslash
8831 leadsto
8832 \end_layout
8833
8834 \end_inset
8835 </cell>
8836 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8837 \begin_inset Text
8838
8839 \begin_layout Plain Layout
8840 \begin_inset Formula $\leadsto$
8841 \end_inset
8842
8843
8844 \end_layout
8845
8846 \end_inset
8847 </cell>
8848 </row>
8849 <row>
8850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8851 \begin_inset Text
8852
8853 \begin_layout Plain Layout
8854
8855 \backslash
8856 dasharrow
8857 \end_layout
8858
8859 \end_inset
8860 </cell>
8861 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8862 \begin_inset Text
8863
8864 \begin_layout Plain Layout
8865 \begin_inset Formula $\dasharrow$
8866 \end_inset
8867
8868
8869 \end_layout
8870
8871 \end_inset
8872 </cell>
8873 </row>
8874 </lyxtabular>
8875
8876 \end_inset
8877
8878
8879 \begin_inset space \hfill{}
8880 \end_inset
8881
8882
8883 \end_layout
8884
8885 \begin_layout Standard
8886 \begin_inset VSpace medskip
8887 \end_inset
8888
8889 たとえばベクトル記号の矢印のようにアクセントとして使用される矢印は、第
8890 \begin_inset CommandInset ref
8891 LatexCommand ref
8892 reference "sec:アクセント"
8893
8894 \end_inset
8895
8896 節に一覧があります。
8897 \end_layout
8898
8899 \begin_layout Standard
8900 \begin_inset VSpace bigskip
8901 \end_inset
8902
8903 さらに、ラベル付き矢印
8904 \begin_inset Index idx
8905 status collapsed
8906
8907 \begin_layout Plain Layout
8908 やじるし@矢印 ! らべるつき@ラベル付き
8909 \end_layout
8910
8911 \end_inset
8912
8913 として、
8914 \series bold
8915
8916 \backslash
8917 xleftarrow
8918 \series default
8919
8920 \begin_inset Index idx
8921 status collapsed
8922
8923 \begin_layout Plain Layout
8924 こまんど@コマンド ! X ! 
8925 \backslash
8926 xleftarrow
8927 \end_layout
8928
8929 \end_inset
8930
8931
8932 \series bold
8933
8934 \backslash
8935 xrightarrow
8936 \series default
8937
8938 \begin_inset Index idx
8939 status collapsed
8940
8941 \begin_layout Plain Layout
8942 こまんど@コマンド ! X ! 
8943 \backslash
8944 xrightarrow
8945 \begin_inset ERT
8946 status collapsed
8947
8948 \begin_layout Plain Layout
8949
8950
8951 \backslash
8952 vspace{4mm}
8953 \end_layout
8954
8955 \end_inset
8956
8957
8958 \end_layout
8959
8960 \end_inset
8961
8962 があります。これらのコマンドを数式に挿入すると、二つの青枠のついた矢印が現れるので、そこにラベルを入れることができます。矢印の長さは、ラベルの幅に応じて調整され
8963 ます。
8964 \end_layout
8965
8966 \begin_layout Standard
8967 \align center
8968 \begin_inset Tabular
8969 <lyxtabular version="3" rows="3" columns="2">
8970 <features rotate="0" tabularvalignment="middle">
8971 <column alignment="center" valignment="top" width="0pt">
8972 <column alignment="center" valignment="top" width="0pt">
8973 <row>
8974 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8975 \begin_inset Text
8976
8977 \begin_layout Plain Layout
8978 コマンド
8979 \end_layout
8980
8981 \end_inset
8982 </cell>
8983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8984 \begin_inset Text
8985
8986 \begin_layout Plain Layout
8987 出力
8988 \begin_inset Note Note
8989 status collapsed
8990
8991 \begin_layout Plain Layout
8992 ここで
8993 \series bold
8994
8995 \backslash
8996 raisebox
8997 \series default
8998 はスペーサーとして使用しているだけです。
8999 \end_layout
9000
9001 \end_inset
9002
9003
9004 \end_layout
9005
9006 \end_inset
9007 </cell>
9008 </row>
9009 <row>
9010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9011 \begin_inset Text
9012
9013 \begin_layout Plain Layout
9014 F(a)
9015 \backslash
9016 xleftarrow
9017 \begin_inset ERT
9018 status collapsed
9019
9020 \begin_layout Plain Layout
9021
9022
9023 \backslash
9024 spce 
9025 \end_layout
9026
9027 \end_inset
9028
9029 x=a
9030 \begin_inset Formula $\downarrow$
9031 \end_inset
9032
9033 x
9034 \begin_inset Formula $>$
9035 \end_inset
9036
9037 0
9038 \begin_inset Formula $\to$
9039 \end_inset
9040
9041 F(x)
9042 \end_layout
9043
9044 \end_inset
9045 </cell>
9046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9047 \begin_inset Text
9048
9049 \begin_layout Plain Layout
9050 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
9051 \end_inset
9052
9053
9054 \end_layout
9055
9056 \end_inset
9057 </cell>
9058 </row>
9059 <row>
9060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9061 \begin_inset Text
9062
9063 \begin_layout Plain Layout
9064 F(x)
9065 \backslash
9066 xrightarrow
9067 \begin_inset ERT
9068 status collapsed
9069
9070 \begin_layout Plain Layout
9071
9072
9073 \backslash
9074 spce 
9075 \end_layout
9076
9077 \end_inset
9078
9079 x=a
9080 \begin_inset Formula $\downarrow$
9081 \end_inset
9082
9083 x
9084 \begin_inset Formula $>$
9085 \end_inset
9086
9087 0
9088 \begin_inset Formula $\to$
9089 \end_inset
9090
9091 F(a)
9092 \end_layout
9093
9094 \end_inset
9095 </cell>
9096 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9097 \begin_inset Text
9098
9099 \begin_layout Plain Layout
9100 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
9101 \end_inset
9102
9103
9104 \end_layout
9105
9106 \end_inset
9107 </cell>
9108 </row>
9109 </lyxtabular>
9110
9111 \end_inset
9112
9113
9114 \end_layout
9115
9116 \begin_layout Subsection
9117 垂直矢印および対角矢印
9118 \begin_inset Index idx
9119 status collapsed
9120
9121 \begin_layout Plain Layout
9122 やじるし@矢印 ! たいかく@対角
9123 \end_layout
9124
9125 \end_inset
9126
9127
9128 \begin_inset Index idx
9129 status collapsed
9130
9131 \begin_layout Plain Layout
9132 やじるし@矢印 ! すいちょく@垂直
9133 \end_layout
9134
9135 \end_inset
9136
9137
9138 \end_layout
9139
9140 \begin_layout Standard
9141 \begin_inset space \hfill{}
9142 \end_inset
9143
9144
9145 \begin_inset Tabular
9146 <lyxtabular version="3" rows="7" columns="2">
9147 <features rotate="0" tabularvalignment="middle">
9148 <column alignment="center" valignment="top" width="0pt">
9149 <column alignment="center" valignment="top" width="0pt">
9150 <row>
9151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9152 \begin_inset Text
9153
9154 \begin_layout Plain Layout
9155 コマンド
9156 \end_layout
9157
9158 \end_inset
9159 </cell>
9160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9161 \begin_inset Text
9162
9163 \begin_layout Plain Layout
9164 出力
9165 \end_layout
9166
9167 \end_inset
9168 </cell>
9169 </row>
9170 <row>
9171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9172 \begin_inset Text
9173
9174 \begin_layout Plain Layout
9175
9176 \backslash
9177 uparrow
9178 \end_layout
9179
9180 \end_inset
9181 </cell>
9182 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9183 \begin_inset Text
9184
9185 \begin_layout Plain Layout
9186 \begin_inset Formula $\uparrow$
9187 \end_inset
9188
9189
9190 \end_layout
9191
9192 \end_inset
9193 </cell>
9194 </row>
9195 <row>
9196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9197 \begin_inset Text
9198
9199 \begin_layout Plain Layout
9200
9201 \backslash
9202 Uparrow
9203 \end_layout
9204
9205 \end_inset
9206 </cell>
9207 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9208 \begin_inset Text
9209
9210 \begin_layout Plain Layout
9211 \begin_inset Formula $\Uparrow$
9212 \end_inset
9213
9214
9215 \end_layout
9216
9217 \end_inset
9218 </cell>
9219 </row>
9220 <row>
9221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9222 \begin_inset Text
9223
9224 \begin_layout Plain Layout
9225
9226 \backslash
9227 updownarrow
9228 \end_layout
9229
9230 \end_inset
9231 </cell>
9232 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9233 \begin_inset Text
9234
9235 \begin_layout Plain Layout
9236 \begin_inset Formula $\updownarrow$
9237 \end_inset
9238
9239
9240 \end_layout
9241
9242 \end_inset
9243 </cell>
9244 </row>
9245 <row>
9246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9247 \begin_inset Text
9248
9249 \begin_layout Plain Layout
9250
9251 \backslash
9252 Updownarrow
9253 \end_layout
9254
9255 \end_inset
9256 </cell>
9257 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9258 \begin_inset Text
9259
9260 \begin_layout Plain Layout
9261 \begin_inset Formula $\Updownarrow$
9262 \end_inset
9263
9264
9265 \end_layout
9266
9267 \end_inset
9268 </cell>
9269 </row>
9270 <row>
9271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9272 \begin_inset Text
9273
9274 \begin_layout Plain Layout
9275
9276 \backslash
9277 Downarrow
9278 \end_layout
9279
9280 \end_inset
9281 </cell>
9282 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9283 \begin_inset Text
9284
9285 \begin_layout Plain Layout
9286 \begin_inset Formula $\Downarrow$
9287 \end_inset
9288
9289
9290 \end_layout
9291
9292 \end_inset
9293 </cell>
9294 </row>
9295 <row>
9296 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9297 \begin_inset Text
9298
9299 \begin_layout Plain Layout
9300
9301 \backslash
9302 downarrow
9303 \end_layout
9304
9305 \end_inset
9306 </cell>
9307 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9308 \begin_inset Text
9309
9310 \begin_layout Plain Layout
9311 \begin_inset Formula $\downarrow$
9312 \end_inset
9313
9314
9315 \end_layout
9316
9317 \end_inset
9318 </cell>
9319 </row>
9320 </lyxtabular>
9321
9322 \end_inset
9323
9324
9325 \begin_inset space \hfill{}
9326 \end_inset
9327
9328
9329 \begin_inset Tabular
9330 <lyxtabular version="3" rows="5" columns="2">
9331 <features rotate="0" tabularvalignment="middle">
9332 <column alignment="center" valignment="top" width="0pt">
9333 <column alignment="center" valignment="top" width="0pt">
9334 <row>
9335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9336 \begin_inset Text
9337
9338 \begin_layout Plain Layout
9339 コマンド
9340 \end_layout
9341
9342 \end_inset
9343 </cell>
9344 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9345 \begin_inset Text
9346
9347 \begin_layout Plain Layout
9348 出力
9349 \end_layout
9350
9351 \end_inset
9352 </cell>
9353 </row>
9354 <row>
9355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9356 \begin_inset Text
9357
9358 \begin_layout Plain Layout
9359
9360 \backslash
9361 nearrow
9362 \end_layout
9363
9364 \end_inset
9365 </cell>
9366 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9367 \begin_inset Text
9368
9369 \begin_layout Plain Layout
9370 \begin_inset Formula $\nearrow$
9371 \end_inset
9372
9373
9374 \end_layout
9375
9376 \end_inset
9377 </cell>
9378 </row>
9379 <row>
9380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9381 \begin_inset Text
9382
9383 \begin_layout Plain Layout
9384
9385 \backslash
9386 searrow
9387 \end_layout
9388
9389 \end_inset
9390 </cell>
9391 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9392 \begin_inset Text
9393
9394 \begin_layout Plain Layout
9395 \begin_inset Formula $\searrow$
9396 \end_inset
9397
9398
9399 \end_layout
9400
9401 \end_inset
9402 </cell>
9403 </row>
9404 <row>
9405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9406 \begin_inset Text
9407
9408 \begin_layout Plain Layout
9409
9410 \backslash
9411 swarrow
9412 \end_layout
9413
9414 \end_inset
9415 </cell>
9416 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9417 \begin_inset Text
9418
9419 \begin_layout Plain Layout
9420 \begin_inset Formula $\swarrow$
9421 \end_inset
9422
9423
9424 \end_layout
9425
9426 \end_inset
9427 </cell>
9428 </row>
9429 <row>
9430 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9431 \begin_inset Text
9432
9433 \begin_layout Plain Layout
9434
9435 \backslash
9436 nwarrow
9437 \end_layout
9438
9439 \end_inset
9440 </cell>
9441 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9442 \begin_inset Text
9443
9444 \begin_layout Plain Layout
9445 \begin_inset Formula $\nwarrow$
9446 \end_inset
9447
9448
9449 \end_layout
9450
9451 \end_inset
9452 </cell>
9453 </row>
9454 </lyxtabular>
9455
9456 \end_inset
9457
9458
9459 \begin_inset space \hfill{}
9460 \end_inset
9461
9462
9463 \end_layout
9464
9465 \begin_layout Standard
9466 \begin_inset VSpace medskip
9467 \end_inset
9468
9469 垂直矢印は、第
9470 \begin_inset CommandInset ref
9471 LatexCommand ref
9472 reference "sub:手動の括弧丈"
9473
9474 \end_inset
9475
9476 節および第
9477 \begin_inset CommandInset ref
9478 LatexCommand ref
9479 reference "sub:自動の括弧丈"
9480
9481 \end_inset
9482
9483 節に述べられているコマンドを使うと、区分記号として使用することもできます。伊藤の公式を用いて
9484 \end_layout
9485
9486 \begin_layout Section
9487 アクセント
9488 \begin_inset CommandInset label
9489 LatexCommand label
9490 name "sec:アクセント"
9491
9492 \end_inset
9493
9494
9495 \begin_inset Index idx
9496 status collapsed
9497
9498 \begin_layout Plain Layout
9499 あくせんと@アクセント
9500 \end_layout
9501
9502 \end_inset
9503
9504
9505 \end_layout
9506
9507 \begin_layout Standard
9508 アクセントは、数式ツールバーボタンの
9509 \begin_inset Graphics
9510         filename ../../images/math/hat.png
9511         scale 85
9512
9513 \end_inset
9514
9515 か、以下の各小節に列挙してあるコマンドで入力することができます。
9516 \end_layout
9517
9518 \begin_layout Subsection
9519 一文字に付けるアクセント
9520 \begin_inset ERT
9521 status collapsed
9522
9523 \begin_layout Plain Layout
9524
9525
9526 \backslash
9527 texorpdfstring{
9528 \end_layout
9529
9530 \end_inset
9531
9532
9533 \begin_inset Foot
9534 status collapsed
9535
9536 \begin_layout Plain Layout
9537 本文中のアクセントについては、第
9538 \begin_inset CommandInset ref
9539 LatexCommand ref
9540 reference "sub:文章中のアクセント"
9541
9542 \end_inset
9543
9544 節を参照。
9545 \end_layout
9546
9547 \end_inset
9548
9549
9550 \begin_inset ERT
9551 status collapsed
9552
9553 \begin_layout Plain Layout
9554
9555 }{}
9556 \end_layout
9557
9558 \end_inset
9559
9560
9561 \begin_inset Note Note
9562 status collapsed
9563
9564 \begin_layout Plain Layout
9565
9566 \series bold
9567
9568 \backslash
9569 texorpdfstring
9570 \series default
9571 は、PDFのしおりに脚注が現れるのを防ぐために使われています。
9572 \end_layout
9573
9574 \begin_layout Plain Layout
9575
9576 \series bold
9577
9578 \backslash
9579 texorpdfstring
9580 \series default
9581 についての詳細は、第
9582 \begin_inset CommandInset ref
9583 LatexCommand ref
9584 reference "sub:節見出し中の数式"
9585
9586 \end_inset
9587
9588 節にあります。
9589 \end_layout
9590
9591 \end_inset
9592
9593
9594 \begin_inset CommandInset label
9595 LatexCommand label
9596 name "sub:一文字に付けるアクセント"
9597
9598 \end_inset
9599
9600
9601 \begin_inset Index idx
9602 status collapsed
9603
9604 \begin_layout Plain Layout
9605 あくせんと@アクセント ! いちもじにつける@一文字に付ける
9606 \end_layout
9607
9608 \end_inset
9609
9610
9611 \end_layout
9612
9613 \begin_layout Standard
9614 \begin_inset space \hfill{}
9615 \end_inset
9616
9617
9618 \begin_inset Tabular
9619 <lyxtabular version="3" rows="8" columns="2">
9620 <features rotate="0" tabularvalignment="middle">
9621 <column alignment="center" valignment="top" width="0pt">
9622 <column alignment="center" valignment="top" width="0pt">
9623 <row>
9624 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9625 \begin_inset Text
9626
9627 \begin_layout Plain Layout
9628 コマンド
9629 \end_layout
9630
9631 \end_inset
9632 </cell>
9633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9634 \begin_inset Text
9635
9636 \begin_layout Plain Layout
9637 出力
9638 \begin_inset Note Note
9639 status collapsed
9640
9641 \begin_layout Plain Layout
9642 ここで
9643 \series bold
9644
9645 \backslash
9646 raisebox
9647 \series default
9648 はスペーサーとして使用しているだけです。
9649 \end_layout
9650
9651 \end_inset
9652
9653
9654 \end_layout
9655
9656 \end_inset
9657 </cell>
9658 </row>
9659 <row>
9660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9661 \begin_inset Text
9662
9663 \begin_layout Plain Layout
9664
9665 \backslash
9666 dot
9667 \begin_inset ERT
9668 status collapsed
9669
9670 \begin_layout Plain Layout
9671
9672
9673 \backslash
9674 spce 
9675 \end_layout
9676
9677 \end_inset
9678
9679 A
9680 \end_layout
9681
9682 \end_inset
9683 </cell>
9684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9685 \begin_inset Text
9686
9687 \begin_layout Plain Layout
9688 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
9689 \end_inset
9690
9691
9692 \end_layout
9693
9694 \end_inset
9695 </cell>
9696 </row>
9697 <row>
9698 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9699 \begin_inset Text
9700
9701 \begin_layout Plain Layout
9702
9703 \backslash
9704 ddot
9705 \begin_inset ERT
9706 status collapsed
9707
9708 \begin_layout Plain Layout
9709
9710
9711 \backslash
9712 spce 
9713 \end_layout
9714
9715 \end_inset
9716
9717 A
9718 \end_layout
9719
9720 \end_inset
9721 </cell>
9722 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9723 \begin_inset Text
9724
9725 \begin_layout Plain Layout
9726 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9727 \end_inset
9728
9729
9730 \end_layout
9731
9732 \end_inset
9733 </cell>
9734 </row>
9735 <row>
9736 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9737 \begin_inset Text
9738
9739 \begin_layout Plain Layout
9740
9741 \backslash
9742 dddot
9743 \begin_inset ERT
9744 status collapsed
9745
9746 \begin_layout Plain Layout
9747
9748
9749 \backslash
9750 spce 
9751 \end_layout
9752
9753 \end_inset
9754
9755 A
9756 \end_layout
9757
9758 \end_inset
9759 </cell>
9760 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9761 \begin_inset Text
9762
9763 \begin_layout Plain Layout
9764 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9765 \end_inset
9766
9767
9768 \end_layout
9769
9770 \end_inset
9771 </cell>
9772 </row>
9773 <row>
9774 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9775 \begin_inset Text
9776
9777 \begin_layout Plain Layout
9778
9779 \backslash
9780 ddddot
9781 \begin_inset ERT
9782 status collapsed
9783
9784 \begin_layout Plain Layout
9785
9786
9787 \backslash
9788 spce 
9789 \end_layout
9790
9791 \end_inset
9792
9793 A
9794 \end_layout
9795
9796 \end_inset
9797 </cell>
9798 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9799 \begin_inset Text
9800
9801 \begin_layout Plain Layout
9802 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9803 \end_inset
9804
9805
9806 \end_layout
9807
9808 \end_inset
9809 </cell>
9810 </row>
9811 <row>
9812 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9813 \begin_inset Text
9814
9815 \begin_layout Plain Layout
9816
9817 \backslash
9818 vec
9819 \begin_inset ERT
9820 status collapsed
9821
9822 \begin_layout Plain Layout
9823
9824
9825 \backslash
9826 spce 
9827 \end_layout
9828
9829 \end_inset
9830
9831 A
9832 \begin_inset Index idx
9833 status collapsed
9834
9835 \begin_layout Plain Layout
9836
9837 \lang english
9838 Vectors
9839 \end_layout
9840
9841 \end_inset
9842
9843
9844 \end_layout
9845
9846 \end_inset
9847 </cell>
9848 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9849 \begin_inset Text
9850
9851 \begin_layout Plain Layout
9852 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9853 \end_inset
9854
9855
9856 \end_layout
9857
9858 \end_inset
9859 </cell>
9860 </row>
9861 <row>
9862 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9863 \begin_inset Text
9864
9865 \begin_layout Plain Layout
9866
9867 \backslash
9868 bar
9869 \begin_inset ERT
9870 status collapsed
9871
9872 \begin_layout Plain Layout
9873
9874
9875 \backslash
9876 spce 
9877 \end_layout
9878
9879 \end_inset
9880
9881 A
9882 \end_layout
9883
9884 \end_inset
9885 </cell>
9886 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9887 \begin_inset Text
9888
9889 \begin_layout Plain Layout
9890 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9891 \end_inset
9892
9893
9894 \end_layout
9895
9896 \end_inset
9897 </cell>
9898 </row>
9899 <row>
9900 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9901 \begin_inset Text
9902
9903 \begin_layout Plain Layout
9904
9905 \backslash
9906 mathring
9907 \begin_inset ERT
9908 status collapsed
9909
9910 \begin_layout Plain Layout
9911
9912
9913 \backslash
9914 spce 
9915 \end_layout
9916
9917 \end_inset
9918
9919 A
9920 \end_layout
9921
9922 \end_inset
9923 </cell>
9924 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9925 \begin_inset Text
9926
9927 \begin_layout Plain Layout
9928 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9929 \end_inset
9930
9931
9932 \end_layout
9933
9934 \end_inset
9935 </cell>
9936 </row>
9937 </lyxtabular>
9938
9939 \end_inset
9940
9941
9942 \begin_inset space \hfill{}
9943 \end_inset
9944
9945
9946 \begin_inset Tabular
9947 <lyxtabular version="3" rows="7" columns="2">
9948 <features rotate="0" tabularvalignment="middle">
9949 <column alignment="center" valignment="top" width="0pt">
9950 <column alignment="center" valignment="top" width="0pt">
9951 <row>
9952 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9953 \begin_inset Text
9954
9955 \begin_layout Plain Layout
9956 コマンド
9957 \end_layout
9958
9959 \end_inset
9960 </cell>
9961 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9962 \begin_inset Text
9963
9964 \begin_layout Plain Layout
9965 出力
9966 \end_layout
9967
9968 \end_inset
9969 </cell>
9970 </row>
9971 <row>
9972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9973 \begin_inset Text
9974
9975 \begin_layout Plain Layout
9976
9977 \backslash
9978 tilde
9979 \begin_inset ERT
9980 status collapsed
9981
9982 \begin_layout Plain Layout
9983
9984
9985 \backslash
9986 spce 
9987 \end_layout
9988
9989 \end_inset
9990
9991 A
9992 \end_layout
9993
9994 \end_inset
9995 </cell>
9996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9997 \begin_inset Text
9998
9999 \begin_layout Plain Layout
10000 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
10001 \end_inset
10002
10003
10004 \end_layout
10005
10006 \end_inset
10007 </cell>
10008 </row>
10009 <row>
10010 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10011 \begin_inset Text
10012
10013 \begin_layout Plain Layout
10014
10015 \backslash
10016 hat
10017 \begin_inset ERT
10018 status collapsed
10019
10020 \begin_layout Plain Layout
10021
10022
10023 \backslash
10024 spce 
10025 \end_layout
10026
10027 \end_inset
10028
10029 A
10030 \end_layout
10031
10032 \end_inset
10033 </cell>
10034 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10035 \begin_inset Text
10036
10037 \begin_layout Plain Layout
10038 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
10039 \end_inset
10040
10041
10042 \end_layout
10043
10044 \end_inset
10045 </cell>
10046 </row>
10047 <row>
10048 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10049 \begin_inset Text
10050
10051 \begin_layout Plain Layout
10052
10053 \backslash
10054 check
10055 \begin_inset ERT
10056 status collapsed
10057
10058 \begin_layout Plain Layout
10059
10060
10061 \backslash
10062 spce 
10063 \end_layout
10064
10065 \end_inset
10066
10067 A
10068 \end_layout
10069
10070 \end_inset
10071 </cell>
10072 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10073 \begin_inset Text
10074
10075 \begin_layout Plain Layout
10076 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
10077 \end_inset
10078
10079
10080 \end_layout
10081
10082 \end_inset
10083 </cell>
10084 </row>
10085 <row>
10086 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10087 \begin_inset Text
10088
10089 \begin_layout Plain Layout
10090
10091 \backslash
10092 acute
10093 \begin_inset ERT
10094 status collapsed
10095
10096 \begin_layout Plain Layout
10097
10098
10099 \backslash
10100 spce 
10101 \end_layout
10102
10103 \end_inset
10104
10105 A
10106 \end_layout
10107
10108 \end_inset
10109 </cell>
10110 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10111 \begin_inset Text
10112
10113 \begin_layout Plain Layout
10114 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
10115 \end_inset
10116
10117
10118 \end_layout
10119
10120 \end_inset
10121 </cell>
10122 </row>
10123 <row>
10124 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10125 \begin_inset Text
10126
10127 \begin_layout Plain Layout
10128
10129 \backslash
10130 grave
10131 \begin_inset ERT
10132 status collapsed
10133
10134 \begin_layout Plain Layout
10135
10136
10137 \backslash
10138 spce 
10139 \end_layout
10140
10141 \end_inset
10142
10143 A
10144 \end_layout
10145
10146 \end_inset
10147 </cell>
10148 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10149 \begin_inset Text
10150
10151 \begin_layout Plain Layout
10152 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
10153 \end_inset
10154
10155
10156 \end_layout
10157
10158 \end_inset
10159 </cell>
10160 </row>
10161 <row>
10162 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10163 \begin_inset Text
10164
10165 \begin_layout Plain Layout
10166
10167 \backslash
10168 breve
10169 \begin_inset ERT
10170 status collapsed
10171
10172 \begin_layout Plain Layout
10173
10174
10175 \backslash
10176 spce 
10177 \end_layout
10178
10179 \end_inset
10180
10181 A
10182 \end_layout
10183
10184 \end_inset
10185 </cell>
10186 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10187 \begin_inset Text
10188
10189 \begin_layout Plain Layout
10190 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
10191 \end_inset
10192
10193
10194 \end_layout
10195
10196 \end_inset
10197 </cell>
10198 </row>
10199 </lyxtabular>
10200
10201 \end_inset
10202
10203
10204 \begin_inset space \hfill{}
10205 \end_inset
10206
10207
10208 \end_layout
10209
10210 \begin_layout Standard
10211 \begin_inset VSpace bigskip
10212 \end_inset
10213
10214
10215 \end_layout
10216
10217 \begin_layout Standard
10218 \begin_inset ERT
10219 status collapsed
10220
10221 \begin_layout Plain Layout
10222
10223
10224 \backslash
10225 '{e}
10226 \end_layout
10227
10228 \end_inset
10229
10230 のようなアクセントは、数式に直接入れることができます。LyXは、それを対応するアクセントコマンドに変換します。ウムラウト
10231 \begin_inset Index idx
10232 status collapsed
10233
10234 \begin_layout Plain Layout
10235 うむらうと@ウムラウト
10236 \end_layout
10237
10238 \end_inset
10239
10240 に関しては、母音の前に引用符を挿入する方法の方がよいでしょう。ウムラウトのある数式部分がドイツ語に指定してあれば、LaTeXは、引用符と母音をまとめて一つの文字
10241 として取り扱います。
10242 \series bold
10243
10244 \backslash
10245 ddot
10246 \series default
10247 と違い、この方法では、以下の例に示すように「本物の」ウムラウトが作られます。
10248 \end_layout
10249
10250 \begin_layout Standard
10251 \begin_inset VSpace -2mm
10252 \end_inset
10253
10254
10255 \end_layout
10256
10257 \begin_layout Standard
10258 \align center
10259 \begin_inset Tabular
10260 <lyxtabular version="3" rows="3" columns="2">
10261 <features rotate="0" tabularvalignment="middle">
10262 <column alignment="center" valignment="top">
10263 <column alignment="center" valignment="top">
10264 <row>
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 コマンド
10270 \end_layout
10271
10272 \end_inset
10273 </cell>
10274 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10275 \begin_inset Text
10276
10277 \begin_layout Plain Layout
10278 出力
10279 \begin_inset Note Note
10280 status collapsed
10281
10282 \begin_layout Plain Layout
10283 ここで
10284 \series bold
10285
10286 \backslash
10287 raisebox
10288 \series default
10289 および0ポイント空白はスペーサーとして使用しているだけです。
10290 \end_layout
10291
10292 \end_inset
10293
10294
10295 \end_layout
10296
10297 \end_inset
10298 </cell>
10299 </row>
10300 <row>
10301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10302 \begin_inset Text
10303
10304 \begin_layout Plain Layout
10305 \begin_inset Quotes grd
10306 \end_inset
10307
10308 i
10309 \end_layout
10310
10311 \end_inset
10312 </cell>
10313 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10314 \begin_inset Text
10315
10316 \begin_layout Plain Layout
10317
10318 \lang ngerman
10319 \begin_inset space \hspace{}
10320 \length 0pt
10321 \end_inset
10322
10323
10324 \begin_inset Formula $"i$
10325 \end_inset
10326
10327
10328 \end_layout
10329
10330 \end_inset
10331 </cell>
10332 </row>
10333 <row>
10334 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10335 \begin_inset Text
10336
10337 \begin_layout Plain Layout
10338
10339 \backslash
10340 ddot
10341 \begin_inset ERT
10342 status collapsed
10343
10344 \begin_layout Plain Layout
10345
10346
10347 \backslash
10348 spce 
10349 \end_layout
10350
10351 \end_inset
10352
10353 i
10354 \end_layout
10355
10356 \end_inset
10357 </cell>
10358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10359 \begin_inset Text
10360
10361 \begin_layout Plain Layout
10362 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
10363 \end_inset
10364
10365
10366 \end_layout
10367
10368 \end_inset
10369 </cell>
10370 </row>
10371 </lyxtabular>
10372
10373 \end_inset
10374
10375
10376 \end_layout
10377
10378 \begin_layout Standard
10379
10380 \series bold
10381
10382 \backslash
10383 ddot
10384 \series default
10385 に比べて良いもう一つの利点は、上記のアクセントコマンドが
10386 \emph on
10387 数式中テキストでは使用できない
10388 \emph default
10389 のに対し、ウムラウトは直接数式中テキストに変換されることです。(アクセントコマンドによる)アクセント付き文字を数式中テキストに変換すると、アクセントの下にある文
10390 字しか変換されません。これは、たとえばイタリック体やボールド体への変換など、他のすべての変換に関しても言えることです。
10391 \end_layout
10392
10393 \begin_layout Standard
10394 ウムラウトと他のアクセント付き文字は、数式中テキストに直接入れることができます。
10395 \end_layout
10396
10397 \begin_layout Subsection
10398 複数の文字に付けるアクセント
10399 \begin_inset Index idx
10400 status collapsed
10401
10402 \begin_layout Plain Layout
10403 あくせんと@アクセント ! ふくすうのもじにつける@複数の文字に付ける
10404 \end_layout
10405
10406 \end_inset
10407
10408
10409 \end_layout
10410
10411 \begin_layout Standard
10412 \begin_inset space \hfill{}
10413 \end_inset
10414
10415
10416 \begin_inset Tabular
10417 <lyxtabular version="3" rows="5" columns="2">
10418 <features rotate="0" tabularvalignment="middle">
10419 <column alignment="center" valignment="top" width="0pt">
10420 <column alignment="center" valignment="top" width="0pt">
10421 <row>
10422 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10423 \begin_inset Text
10424
10425 \begin_layout Plain Layout
10426 コマンド
10427 \end_layout
10428
10429 \end_inset
10430 </cell>
10431 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10432 \begin_inset Text
10433
10434 \begin_layout Plain Layout
10435 出力
10436 \begin_inset Note Note
10437 status collapsed
10438
10439 \begin_layout Plain Layout
10440 ここで
10441 \series bold
10442
10443 \backslash
10444 raisebox
10445 \series default
10446 はスペーサーとして使用しているだけです。
10447 \end_layout
10448
10449 \end_inset
10450
10451
10452 \end_layout
10453
10454 \end_inset
10455 </cell>
10456 </row>
10457 <row>
10458 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10459 \begin_inset Text
10460
10461 \begin_layout Plain Layout
10462
10463 \backslash
10464 overleftarrow
10465 \begin_inset ERT
10466 status collapsed
10467
10468 \begin_layout Plain Layout
10469
10470
10471 \backslash
10472 spce 
10473 \end_layout
10474
10475 \end_inset
10476
10477 A=B
10478 \end_layout
10479
10480 \end_inset
10481 </cell>
10482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10483 \begin_inset Text
10484
10485 \begin_layout Plain Layout
10486 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
10487 \end_inset
10488
10489
10490 \end_layout
10491
10492 \end_inset
10493 </cell>
10494 </row>
10495 <row>
10496 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10497 \begin_inset Text
10498
10499 \begin_layout Plain Layout
10500
10501 \backslash
10502 underleftarrow
10503 \begin_inset ERT
10504 status collapsed
10505
10506 \begin_layout Plain Layout
10507
10508
10509 \backslash
10510 spce 
10511 \end_layout
10512
10513 \end_inset
10514
10515 A=B
10516 \end_layout
10517
10518 \end_inset
10519 </cell>
10520 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10521 \begin_inset Text
10522
10523 \begin_layout Plain Layout
10524 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
10525 \end_inset
10526
10527
10528 \end_layout
10529
10530 \end_inset
10531 </cell>
10532 </row>
10533 <row>
10534 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10535 \begin_inset Text
10536
10537 \begin_layout Plain Layout
10538
10539 \backslash
10540 overleftrightarrow
10541 \begin_inset ERT
10542 status collapsed
10543
10544 \begin_layout Plain Layout
10545
10546
10547 \backslash
10548 spce 
10549 \end_layout
10550
10551 \end_inset
10552
10553 A=B
10554 \end_layout
10555
10556 \end_inset
10557 </cell>
10558 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10559 \begin_inset Text
10560
10561 \begin_layout Plain Layout
10562 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
10563 \end_inset
10564
10565
10566 \end_layout
10567
10568 \end_inset
10569 </cell>
10570 </row>
10571 <row>
10572 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10573 \begin_inset Text
10574
10575 \begin_layout Plain Layout
10576
10577 \backslash
10578 underleftrightarrow
10579 \begin_inset ERT
10580 status collapsed
10581
10582 \begin_layout Plain Layout
10583
10584
10585 \backslash
10586 spce 
10587 \end_layout
10588
10589 \end_inset
10590
10591 A=B
10592 \end_layout
10593
10594 \end_inset
10595 </cell>
10596 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10597 \begin_inset Text
10598
10599 \begin_layout Plain Layout
10600 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10601 \end_inset
10602
10603
10604 \end_layout
10605
10606 \end_inset
10607 </cell>
10608 </row>
10609 </lyxtabular>
10610
10611 \end_inset
10612
10613
10614 \begin_inset space \hfill{}
10615 \end_inset
10616
10617
10618 \begin_inset Tabular
10619 <lyxtabular version="3" rows="5" columns="2">
10620 <features rotate="0" tabularvalignment="middle">
10621 <column alignment="center" valignment="top" width="0pt">
10622 <column alignment="center" valignment="top" width="0pt">
10623 <row>
10624 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10625 \begin_inset Text
10626
10627 \begin_layout Plain Layout
10628 コマンド
10629 \end_layout
10630
10631 \end_inset
10632 </cell>
10633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10634 \begin_inset Text
10635
10636 \begin_layout Plain Layout
10637 出力
10638 \end_layout
10639
10640 \end_inset
10641 </cell>
10642 </row>
10643 <row>
10644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10645 \begin_inset Text
10646
10647 \begin_layout Plain Layout
10648
10649 \backslash
10650 overrightarrow
10651 \begin_inset ERT
10652 status collapsed
10653
10654 \begin_layout Plain Layout
10655
10656
10657 \backslash
10658 spce 
10659 \end_layout
10660
10661 \end_inset
10662
10663 A=B
10664 \end_layout
10665
10666 \end_inset
10667 </cell>
10668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10669 \begin_inset Text
10670
10671 \begin_layout Plain Layout
10672 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
10673 \end_inset
10674
10675
10676 \end_layout
10677
10678 \end_inset
10679 </cell>
10680 </row>
10681 <row>
10682 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10683 \begin_inset Text
10684
10685 \begin_layout Plain Layout
10686
10687 \backslash
10688 underrightarrow
10689 \begin_inset ERT
10690 status collapsed
10691
10692 \begin_layout Plain Layout
10693
10694
10695 \backslash
10696 spce 
10697 \end_layout
10698
10699 \end_inset
10700
10701 A=B
10702 \end_layout
10703
10704 \end_inset
10705 </cell>
10706 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10707 \begin_inset Text
10708
10709 \begin_layout Plain Layout
10710 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
10711 \end_inset
10712
10713
10714 \end_layout
10715
10716 \end_inset
10717 </cell>
10718 </row>
10719 <row>
10720 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10721 \begin_inset Text
10722
10723 \begin_layout Plain Layout
10724
10725 \backslash
10726 widetilde
10727 \begin_inset ERT
10728 status collapsed
10729
10730 \begin_layout Plain Layout
10731
10732
10733 \backslash
10734 spce 
10735 \end_layout
10736
10737 \end_inset
10738
10739 A=B
10740 \end_layout
10741
10742 \end_inset
10743 </cell>
10744 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10745 \begin_inset Text
10746
10747 \begin_layout Plain Layout
10748 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
10749 \end_inset
10750
10751
10752 \end_layout
10753
10754 \end_inset
10755 </cell>
10756 </row>
10757 <row>
10758 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10759 \begin_inset Text
10760
10761 \begin_layout Plain Layout
10762
10763 \backslash
10764 widehat
10765 \begin_inset ERT
10766 status collapsed
10767
10768 \begin_layout Plain Layout
10769
10770
10771 \backslash
10772 spce 
10773 \end_layout
10774
10775 \end_inset
10776
10777 A=B
10778 \end_layout
10779
10780 \end_inset
10781 </cell>
10782 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10783 \begin_inset Text
10784
10785 \begin_layout Plain Layout
10786 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
10787 \end_inset
10788
10789
10790 \end_layout
10791
10792 \end_inset
10793 </cell>
10794 </row>
10795 </lyxtabular>
10796
10797 \end_inset
10798
10799
10800 \begin_inset space \hfill{}
10801 \end_inset
10802
10803
10804 \end_layout
10805
10806 \begin_layout Standard
10807 \begin_inset VSpace medskip
10808 \end_inset
10809
10810 これらのコマンドでは、好きなだけ多くの文字にアクセントを付けることができます。しかし、
10811 \series bold
10812
10813 \backslash
10814 widetilde
10815 \series default
10816 および
10817 \series bold
10818
10819 \backslash
10820 widehat
10821 \series default
10822 のアクセントは、以下の例のように、出力では3文字分の長さにしかなりません。
10823 \begin_inset Formula 
10824 \[
10825 \widetilde{A+B=C-D}
10826 \]
10827
10828 \end_inset
10829
10830
10831 \end_layout
10832
10833 \begin_layout Standard
10834 前小節で述べた
10835 \series bold
10836
10837 \backslash
10838 overset
10839 \series default
10840
10841 \begin_inset Index idx
10842 status collapsed
10843
10844 \begin_layout Plain Layout
10845 こまんど@コマンド ! O ! 
10846 \backslash
10847 overset
10848 \end_layout
10849
10850 \end_inset
10851
10852 コマンドと
10853 \series bold
10854
10855 \backslash
10856 underset
10857 \series default
10858
10859 \begin_inset Index idx
10860 status collapsed
10861
10862 \begin_layout Plain Layout
10863 こまんど@コマンド ! U ! 
10864 \backslash
10865 underset
10866 \end_layout
10867
10868 \end_inset
10869
10870 コマンドを使っても、複数の文字にアクセントを付けることができます。
10871 \series bold
10872
10873 \backslash
10874 underset
10875 \begin_inset ERT
10876 status collapsed
10877
10878 \begin_layout Plain Layout
10879
10880
10881 \backslash
10882 spce 
10883 \end_layout
10884
10885 \end_inset
10886
10887 A=B
10888 \begin_inset Formula $\downarrow$
10889 \end_inset
10890
10891 ***
10892 \series default
10893 というコマンドは、
10894 \begin_inset Formula 
10895 \[
10896 \underset{***}{A=B}
10897 \]
10898
10899 \end_inset
10900
10901 のようになります。
10902 \end_layout
10903
10904 \begin_layout Section
10905 空白
10906 \begin_inset CommandInset label
10907 LatexCommand label
10908 name "sub:空白"
10909
10910 \end_inset
10911
10912
10913 \begin_inset Index idx
10914 status collapsed
10915
10916 \begin_layout Plain Layout
10917 くうはく@空白 ! すいへい@水平
10918 \end_layout
10919
10920 \end_inset
10921
10922
10923 \end_layout
10924
10925 \begin_layout Subsection
10926 定義済みの空白
10927 \begin_inset CommandInset label
10928 LatexCommand label
10929 name "sub:定義済みの空白"
10930
10931 \end_inset
10932
10933
10934 \begin_inset Index idx
10935 status collapsed
10936
10937 \begin_layout Plain Layout
10938 くうはく@空白 ! すいへい@水平 ! ていぎずみ@定義済み
10939 \end_layout
10940
10941 \end_inset
10942
10943
10944 \end_layout
10945
10946 \begin_layout Standard
10947 数式に水平方向の空白を挿入することが、必要になることがあります。これは、保護された空白(
10948 \begin_inset Flex Ruby
10949 status collapsed
10950
10951 \begin_layout Plain Layout
10952 捷径
10953 \begin_inset Argument post:1
10954 status collapsed
10955
10956 \begin_layout Plain Layout
10957 ショートカット
10958 \end_layout
10959
10960 \end_inset
10961
10962
10963 \end_layout
10964
10965 \end_inset
10966
10967
10968 \begin_inset Info
10969 type  "shortcut"
10970 arg   "space-insert protected"
10971 \end_inset
10972
10973 )を挿入することで実現できます。「
10974 \color blue
10975
10976 \begin_inset ERT
10977 status collapsed
10978
10979 \begin_layout Plain Layout
10980
10981
10982 \backslash
10983 spce 
10984 \end_layout
10985
10986 \end_inset
10987
10988
10989 \color inherit
10990 」が現れるので、
10991 \family sans
10992 Space
10993 \family default
10994 を何回か押すことによって、8種の異なる長さの空白のうち一つを選択することができます。空白は、数式ツールバーボタンの
10995 \begin_inset Graphics
10996         filename ../../images/math/space.png
10997         scale 85
10998
10999 \end_inset
11000
11001 を押すか、特定のコマンドを入力することで、挿入することができます。挿入したコマンド如何に関わらず、直後に
11002 \family sans
11003 Space
11004 \family default
11005 を押すことによって、長さを変更することができます。
11006 \end_layout
11007
11008 \begin_layout Standard
11009 \noindent
11010 \align center
11011 \begin_inset Tabular
11012 <lyxtabular version="3" rows="3" columns="7">
11013 <features rotate="0" tabularvalignment="middle">
11014 <column alignment="center" valignment="middle" width="6.8cm">
11015 <column alignment="center" valignment="top">
11016 <column alignment="center" valignment="top">
11017 <column alignment="center" valignment="top">
11018 <column alignment="center" valignment="top">
11019 <column alignment="center" valignment="top">
11020 <column alignment="center" valignment="top">
11021 <row>
11022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11023 \begin_inset Text
11024
11025 \begin_layout Plain Layout
11026 コマンド
11027 \end_layout
11028
11029 \end_inset
11030 </cell>
11031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11032 \begin_inset Text
11033
11034 \begin_layout Plain Layout
11035
11036 \backslash
11037 ,
11038 \end_layout
11039
11040 \end_inset
11041 </cell>
11042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11043 \begin_inset Text
11044
11045 \begin_layout Plain Layout
11046
11047 \backslash
11048 :
11049 \end_layout
11050
11051 \end_inset
11052 </cell>
11053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11054 \begin_inset Text
11055
11056 \begin_layout Plain Layout
11057
11058 \backslash
11059 ;
11060 \end_layout
11061
11062 \end_inset
11063 </cell>
11064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11065 \begin_inset Text
11066
11067 \begin_layout Plain Layout
11068
11069 \backslash
11070 quad
11071 \end_layout
11072
11073 \end_inset
11074 </cell>
11075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11076 \begin_inset Text
11077
11078 \begin_layout Plain Layout
11079
11080 \backslash
11081 qquad
11082 \end_layout
11083
11084 \end_inset
11085 </cell>
11086 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11087 \begin_inset Text
11088
11089 \begin_layout Plain Layout
11090
11091 \backslash
11092 !
11093 \end_layout
11094
11095 \end_inset
11096 </cell>
11097 </row>
11098 <row>
11099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11100 \begin_inset Text
11101
11102 \begin_layout Plain Layout
11103 保護された空白を挿入したのち、
11104 \family sans
11105 Space
11106 \family default
11107 を叩く回数
11108 \end_layout
11109
11110 \end_inset
11111 </cell>
11112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11113 \begin_inset Text
11114
11115 \begin_layout Plain Layout
11116 0
11117 \end_layout
11118
11119 \end_inset
11120 </cell>
11121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11122 \begin_inset Text
11123
11124 \begin_layout Plain Layout
11125 1
11126 \end_layout
11127
11128 \end_inset
11129 </cell>
11130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11131 \begin_inset Text
11132
11133 \begin_layout Plain Layout
11134 2
11135 \end_layout
11136
11137 \end_inset
11138 </cell>
11139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11140 \begin_inset Text
11141
11142 \begin_layout Plain Layout
11143 3
11144 \end_layout
11145
11146 \end_inset
11147 </cell>
11148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11149 \begin_inset Text
11150
11151 \begin_layout Plain Layout
11152 4
11153 \end_layout
11154
11155 \end_inset
11156 </cell>
11157 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11158 \begin_inset Text
11159
11160 \begin_layout Plain Layout
11161 5
11162 \end_layout
11163
11164 \end_inset
11165 </cell>
11166 </row>
11167 <row>
11168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11169 \begin_inset Text
11170
11171 \begin_layout Plain Layout
11172 出力
11173 \end_layout
11174
11175 \end_inset
11176 </cell>
11177 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11178 \begin_inset Text
11179
11180 \begin_layout Plain Layout
11181 \begin_inset Formula $A\, B$
11182 \end_inset
11183
11184
11185 \end_layout
11186
11187 \end_inset
11188 </cell>
11189 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11190 \begin_inset Text
11191
11192 \begin_layout Plain Layout
11193 \begin_inset Formula $A\: B$
11194 \end_inset
11195
11196
11197 \end_layout
11198
11199 \end_inset
11200 </cell>
11201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11202 \begin_inset Text
11203
11204 \begin_layout Plain Layout
11205 \begin_inset Formula $A\; B$
11206 \end_inset
11207
11208
11209 \end_layout
11210
11211 \end_inset
11212 </cell>
11213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11214 \begin_inset Text
11215
11216 \begin_layout Plain Layout
11217 \begin_inset Formula $A\quad B$
11218 \end_inset
11219
11220
11221 \end_layout
11222
11223 \end_inset
11224 </cell>
11225 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11226 \begin_inset Text
11227
11228 \begin_layout Plain Layout
11229 \begin_inset Formula $A\qquad B$
11230 \end_inset
11231
11232
11233 \end_layout
11234
11235 \end_inset
11236 </cell>
11237 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11238 \begin_inset Text
11239
11240 \begin_layout Plain Layout
11241 \begin_inset Formula $A\! B$
11242 \end_inset
11243
11244
11245 \end_layout
11246
11247 \end_inset
11248 </cell>
11249 </row>
11250 </lyxtabular>
11251
11252 \end_inset
11253
11254
11255 \end_layout
11256
11257 \begin_layout Standard
11258 一番右の長さは、一見、空白を生まないように見えます。実はこれは負の長さなので、他の長さと異なり、LyX中では赤で表示されます。以下のように、他にもう二つ、負の長
11259 さの空白があります。
11260 \end_layout
11261
11262 \begin_layout Standard
11263 \align center
11264 \begin_inset Tabular
11265 <lyxtabular version="3" rows="3" columns="3">
11266 <features rotate="0" tabularvalignment="middle">
11267 <column alignment="center" valignment="middle" width="6.8cm">
11268 <column alignment="center" valignment="top" width="0pt">
11269 <column alignment="center" valignment="top" width="0pt">
11270 <row>
11271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11272 \begin_inset Text
11273
11274 \begin_layout Plain Layout
11275 コマンド
11276 \end_layout
11277
11278 \end_inset
11279 </cell>
11280 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11281 \begin_inset Text
11282
11283 \begin_layout Plain Layout
11284
11285 \backslash
11286 negmedspace
11287 \end_layout
11288
11289 \end_inset
11290 </cell>
11291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11292 \begin_inset Text
11293
11294 \begin_layout Plain Layout
11295
11296 \backslash
11297 negthickspace
11298 \end_layout
11299
11300 \end_inset
11301 </cell>
11302 </row>
11303 <row>
11304 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11305 \begin_inset Text
11306
11307 \begin_layout Plain Layout
11308 保護された空白を挿入したのち、
11309 \family sans
11310 Space
11311 \family default
11312 を叩く回数
11313 \end_layout
11314
11315 \end_inset
11316 </cell>
11317 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11318 \begin_inset Text
11319
11320 \begin_layout Plain Layout
11321 6
11322 \end_layout
11323
11324 \end_inset
11325 </cell>
11326 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11327 \begin_inset Text
11328
11329 \begin_layout Plain Layout
11330 7
11331 \end_layout
11332
11333 \end_inset
11334 </cell>
11335 </row>
11336 <row>
11337 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11338 \begin_inset Text
11339
11340 \begin_layout Plain Layout
11341 出力
11342 \end_layout
11343
11344 \end_inset
11345 </cell>
11346 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11347 \begin_inset Text
11348
11349 \begin_layout Plain Layout
11350 \begin_inset Formula $A\negmedspace B$
11351 \end_inset
11352
11353
11354 \end_layout
11355
11356 \end_inset
11357 </cell>
11358 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11359 \begin_inset Text
11360
11361 \begin_layout Plain Layout
11362 \begin_inset Formula $A\negthickspace B$
11363 \end_inset
11364
11365
11366 \end_layout
11367
11368 \end_inset
11369 </cell>
11370 </row>
11371 </lyxtabular>
11372
11373 \end_inset
11374
11375
11376 \end_layout
11377
11378 \begin_layout Standard
11379 負の空白を使うと、文字が重なってしまうことがあります。これを利用して、合字処理を強制することができます。これは、たとえば以下のように、和演算子に使えます。
11380 \end_layout
11381
11382 \begin_layout Standard
11383 \align center
11384 \begin_inset Tabular
11385 <lyxtabular version="3" rows="3" columns="2">
11386 <features rotate="0" tabularvalignment="middle">
11387 <column alignment="center" valignment="top">
11388 <column alignment="center" valignment="top">
11389 <row>
11390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11391 \begin_inset Text
11392
11393 \begin_layout Plain Layout
11394 コマンド
11395 \end_layout
11396
11397 \end_inset
11398 </cell>
11399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11400 \begin_inset Text
11401
11402 \begin_layout Plain Layout
11403 出力
11404 \begin_inset Note Note
11405 status collapsed
11406
11407 \begin_layout Plain Layout
11408 ここで
11409 \series bold
11410
11411 \backslash
11412 raisebox
11413 \series default
11414 はスペーサーとして使用しているだけです。
11415 \end_layout
11416
11417 \end_inset
11418
11419
11420 \end_layout
11421
11422 \end_inset
11423 </cell>
11424 </row>
11425 <row>
11426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11427 \begin_inset Text
11428
11429 \begin_layout Plain Layout
11430
11431 \backslash
11432 sum
11433 \backslash
11434 sum
11435 \begin_inset ERT
11436 status collapsed
11437
11438 \begin_layout Plain Layout
11439
11440
11441 \backslash
11442 spce 
11443 \end_layout
11444
11445 \end_inset
11446
11447 f_kl
11448 \end_layout
11449
11450 \end_inset
11451 </cell>
11452 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11453 \begin_inset Text
11454
11455 \begin_layout Plain Layout
11456 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11457 \end_inset
11458
11459
11460 \end_layout
11461
11462 \end_inset
11463 </cell>
11464 </row>
11465 <row>
11466 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11467 \begin_inset Text
11468
11469 \begin_layout Plain Layout
11470
11471 \backslash
11472 sum
11473 \backslash
11474 negmedspace
11475 \backslash
11476 sum
11477 \begin_inset ERT
11478 status collapsed
11479
11480 \begin_layout Plain Layout
11481
11482
11483 \backslash
11484 spce 
11485 \end_layout
11486
11487 \end_inset
11488
11489 f_kl
11490 \end_layout
11491
11492 \end_inset
11493 </cell>
11494 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11495 \begin_inset Text
11496
11497 \begin_layout Plain Layout
11498 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11499 \end_inset
11500
11501
11502 \end_layout
11503
11504 \end_inset
11505 </cell>
11506 </row>
11507 </lyxtabular>
11508
11509 \end_inset
11510
11511
11512 \end_layout
11513
11514 \begin_layout Standard
11515 イコール記号などの関係子は、つねに空白を前後に伴うようになっていますが、これを抑制するには、イコール記号をTeX括弧で囲みます。以下の例にこれを示します。
11516 \end_layout
11517
11518 \begin_layout Standard
11519 \align center
11520 \begin_inset Tabular
11521 <lyxtabular version="3" rows="2" columns="2">
11522 <features rotate="0" tabularvalignment="middle">
11523 <column alignment="center" valignment="top" width="0pt">
11524 <column alignment="center" valignment="top" width="0pt">
11525 <row>
11526 <cell alignment="center" valignment="top" usebox="none">
11527 \begin_inset Text
11528
11529 \begin_layout Plain Layout
11530 通常の数式
11531 \end_layout
11532
11533 \end_inset
11534 </cell>
11535 <cell alignment="center" valignment="top" usebox="none">
11536 \begin_inset Text
11537
11538 \begin_layout Plain Layout
11539 \begin_inset Formula $A=B$
11540 \end_inset
11541
11542
11543 \end_layout
11544
11545 \end_inset
11546 </cell>
11547 </row>
11548 <row>
11549 <cell alignment="center" valignment="top" usebox="none">
11550 \begin_inset Text
11551
11552 \begin_layout Plain Layout
11553 \begin_inset Note Note
11554 status collapsed
11555
11556 \begin_layout Plain Layout
11557 ここで
11558 \series bold
11559
11560 \backslash
11561 raisebox
11562 \series default
11563 はスペーサーとして使用しているだけです。
11564 \end_layout
11565
11566 \end_inset
11567
11568
11569 \begin_inset Formula $\raisebox{5mm}{}$
11570 \end_inset
11571
11572 空白なしの数式
11573 \end_layout
11574
11575 \end_inset
11576 </cell>
11577 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11578 \begin_inset Text
11579
11580 \begin_layout Plain Layout
11581 \begin_inset Formula $A{=}B$
11582 \end_inset
11583
11584
11585 \end_layout
11586
11587 \end_inset
11588 </cell>
11589 </row>
11590 </lyxtabular>
11591
11592 \end_inset
11593
11594
11595 \end_layout
11596
11597 \begin_layout Standard
11598 \noindent
11599 二行目の数式を作るコマンドは、
11600 \series bold
11601 A
11602 \backslash
11603 {=
11604 \begin_inset Formula $\to$
11605 \end_inset
11606
11607 B
11608 \series default
11609 です。
11610 \end_layout
11611
11612 \begin_layout Standard
11613 \begin_inset VSpace bigskip
11614 \end_inset
11615
11616 物理単位には、値と単位のあいだに通常の空白ではなく、最小の空白を入れる必要があるために、それに適した空白が必要です。本文中の単位には、挿入\SpecialChar \menuseparator
11617 整形\SpecialChar \menuseparator
11618 小空白メニュー(
11619 \begin_inset Flex Ruby
11620 status collapsed
11621
11622 \begin_layout Plain Layout
11623 捷径
11624 \begin_inset Argument post:1
11625 status collapsed
11626
11627 \begin_layout Plain Layout
11628 ショートカット
11629 \end_layout
11630
11631 \end_inset
11632
11633
11634 \end_layout
11635
11636 \end_inset
11637
11638
11639 \begin_inset Info
11640 type  "shortcut"
11641 arg   "space-insert thin"
11642 \end_inset
11643
11644 )で、最小の空白を挿入することができます。
11645 \end_layout
11646
11647 \begin_layout Standard
11648 違いを示す例を以下に掲げます。
11649 \end_layout
11650
11651 \begin_layout Standard
11652 \begin_inset Tabular
11653 <lyxtabular version="3" rows="2" columns="2">
11654 <features rotate="0" tabularvalignment="middle">
11655 <column alignment="left" valignment="top">
11656 <column alignment="left" valignment="top">
11657 <row>
11658 <cell alignment="center" valignment="top" usebox="none">
11659 \begin_inset Text
11660
11661 \begin_layout Plain Layout
11662 24 kW
11663 \begin_inset Formula $\cdot$
11664 \end_inset
11665
11666 h
11667 \end_layout
11668
11669 \end_inset
11670 </cell>
11671 <cell alignment="center" valignment="top" usebox="none">
11672 \begin_inset Text
11673
11674 \begin_layout Plain Layout
11675 値と単位のあいだに通常の空白を入れた例
11676 \end_layout
11677
11678 \end_inset
11679 </cell>
11680 </row>
11681 <row>
11682 <cell alignment="center" valignment="top" usebox="none">
11683 \begin_inset Text
11684
11685 \begin_layout Plain Layout
11686 24
11687 \begin_inset space \thinspace{}
11688 \end_inset
11689
11690 kW
11691 \begin_inset Formula $\cdot$
11692 \end_inset
11693
11694 h
11695 \end_layout
11696
11697 \end_inset
11698 </cell>
11699 <cell alignment="center" valignment="top" usebox="none">
11700 \begin_inset Text
11701
11702 \begin_layout Plain Layout
11703 値と単位のあいだに最小の空白を入れた例
11704 \end_layout
11705
11706 \end_inset
11707 </cell>
11708 </row>
11709 </lyxtabular>
11710
11711 \end_inset
11712
11713
11714 \end_layout
11715
11716 \begin_layout Subsection
11717 可変長の空白
11718 \begin_inset ERT
11719 status collapsed
11720
11721 \begin_layout Plain Layout
11722
11723
11724 \backslash
11725 texorpdfstring{
11726 \end_layout
11727
11728 \end_inset
11729
11730
11731 \begin_inset Foot
11732 status collapsed
11733
11734 \begin_layout Plain Layout
11735 数式中の垂直方向の空白については、第
11736 \begin_inset CommandInset ref
11737 LatexCommand ref
11738 reference "sub:行間"
11739
11740 \end_inset
11741
11742 節をご覧下さい。
11743 \end_layout
11744
11745 \end_inset
11746
11747
11748 \begin_inset ERT
11749 status collapsed
11750
11751 \begin_layout Plain Layout
11752
11753 }{}
11754 \end_layout
11755
11756 \end_inset
11757
11758
11759 \begin_inset Note Note
11760 status collapsed
11761
11762 \begin_layout Plain Layout
11763
11764 \backslash
11765 texorpdfstringは、PDFのしおりに脚注が現れるのを防ぐために使われています。
11766 \end_layout
11767
11768 \begin_layout Plain Layout
11769
11770 \backslash
11771 texorpdfstringについての詳細は、第
11772 \begin_inset CommandInset ref
11773 LatexCommand ref
11774 reference "sub:節見出し中の数式"
11775
11776 \end_inset
11777
11778 節にあります。
11779 \end_layout
11780
11781 \end_inset
11782
11783
11784 \begin_inset CommandInset label
11785 LatexCommand label
11786 name "sub:可変長の空白"
11787
11788 \end_inset
11789
11790
11791 \begin_inset Index idx
11792 status collapsed
11793
11794 \begin_layout Plain Layout
11795 くうはく@空白 ! すいへいほうこう@水平方向 ! かへんちょう@可変長
11796 \end_layout
11797
11798 \end_inset
11799
11800
11801 \end_layout
11802
11803 \begin_layout Standard
11804 指定した長さの空白が、
11805 \series bold
11806
11807 \backslash
11808 hspace
11809 \series default
11810
11811 \begin_inset Index idx
11812 status collapsed
11813
11814 \begin_layout Plain Layout
11815 こまんど@コマンド ! H ! 
11816 \backslash
11817 hspace
11818 \end_layout
11819
11820 \end_inset
11821
11822 コマンドで入力することができます。すると、ながい「
11823 \color blue
11824
11825 \begin_inset ERT
11826 status collapsed
11827
11828 \begin_layout Plain Layout
11829
11830
11831 \backslash
11832 spce 
11833 \end_layout
11834
11835 \end_inset
11836
11837
11838 \color inherit
11839 」が現れます。長さは、「
11840 \color blue
11841
11842 \begin_inset ERT
11843 status collapsed
11844
11845 \begin_layout Plain Layout
11846
11847
11848 \backslash
11849 spce 
11850 \end_layout
11851
11852 \end_inset
11853
11854
11855 \color inherit
11856 」を左クリックすることによって指定することができます。長さは負の値でも構いません。数式が使用できる空白をすべて使い尽くすだけの空白を挿入するには、
11857 \series bold
11858
11859 \backslash
11860 hfill
11861 \series default
11862
11863 \begin_inset Index idx
11864 status collapsed
11865
11866 \begin_layout Plain Layout
11867 こまんど@コマンド ! H ! 
11868 \backslash
11869 hfill
11870 \end_layout
11871
11872 \end_inset
11873
11874 コマンドを使用します。
11875 \end_layout
11876
11877 \begin_layout Standard
11878 \begin_inset VSpace -1mm
11879 \end_inset
11880
11881
11882 \end_layout
11883
11884 \begin_layout Standard
11885 \align center
11886 \begin_inset Tabular
11887 <lyxtabular version="3" rows="4" columns="2">
11888 <features rotate="0" tabularvalignment="middle">
11889 <column alignment="center" valignment="top">
11890 <column alignment="center" valignment="top">
11891 <row>
11892 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11893 \begin_inset Text
11894
11895 \begin_layout Plain Layout
11896 コマンド(
11897 \backslash
11898 hspace 長さ)
11899 \end_layout
11900
11901 \end_inset
11902 </cell>
11903 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11904 \begin_inset Text
11905
11906 \begin_layout Plain Layout
11907 出力
11908 \end_layout
11909
11910 \end_inset
11911 </cell>
11912 </row>
11913 <row>
11914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11915 \begin_inset Text
11916
11917 \begin_layout Plain Layout
11918 A=B
11919 \backslash
11920 hspace
11921 \begin_inset ERT
11922 status collapsed
11923
11924 \begin_layout Plain Layout
11925
11926
11927 \backslash
11928 spce 
11929 \end_layout
11930
11931 \end_inset
11932
11933
11934 \begin_inset Formula $\to$
11935 \end_inset
11936
11937 A
11938 \backslash
11939 not=C (3
11940 \begin_inset space \thinspace{}
11941 \end_inset
11942
11943 cm)
11944 \end_layout
11945
11946 \end_inset
11947 </cell>
11948 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11949 \begin_inset Text
11950
11951 \begin_layout Plain Layout
11952 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
11953 \end_inset
11954
11955
11956 \end_layout
11957
11958 \end_inset
11959 </cell>
11960 </row>
11961 <row>
11962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11963 \begin_inset Text
11964
11965 \begin_layout Plain Layout
11966 A
11967 \backslash
11968 hspace
11969 \begin_inset ERT
11970 status collapsed
11971
11972 \begin_layout Plain Layout
11973
11974
11975 \backslash
11976 spce 
11977 \end_layout
11978
11979 \end_inset
11980
11981
11982 \begin_inset Formula $\to$
11983 \end_inset
11984
11985 A
11986 \backslash
11987 not=A (-1
11988 \begin_inset space \thinspace{}
11989 \end_inset
11990
11991 mm)
11992 \end_layout
11993
11994 \end_inset
11995 </cell>
11996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11997 \begin_inset Text
11998
11999 \begin_layout Plain Layout
12000 \begin_inset Formula $A\hspace{-1mm}A\not=A$
12001 \end_inset
12002
12003
12004 \end_layout
12005
12006 \end_inset
12007 </cell>
12008 </row>
12009 <row>
12010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12011 \begin_inset Text
12012
12013 \begin_layout Plain Layout
12014 A=A
12015 \backslash
12016 hfill
12017 \begin_inset ERT
12018 status collapsed
12019
12020 \begin_layout Plain Layout
12021
12022
12023 \backslash
12024 spce 
12025 \end_layout
12026
12027 \end_inset
12028
12029 B=B
12030 \end_layout
12031
12032 \end_inset
12033 </cell>
12034 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12035 \begin_inset Text
12036
12037 \begin_layout Plain Layout
12038 \begin_inset Formula $A=A\hfill B=B$
12039 \end_inset
12040
12041
12042 \end_layout
12043
12044 \end_inset
12045 </cell>
12046 </row>
12047 </lyxtabular>
12048
12049 \end_inset
12050
12051
12052 \end_layout
12053
12054 \begin_layout Standard
12055 上記の最後の例では、使用できる空白は、表の列中もっとも長い要素によって規定されます。行内数式では、空白は、
12056 \series bold
12057
12058 \backslash
12059 hfill
12060 \series default
12061 が挿入された行の長さに依存します。つまり、その行が全幅を使用している場合、空白はまったく作られません。また
12062 \series bold
12063
12064 \backslash
12065 hfill
12066 \series default
12067 は、別行立て数式中では、
12068 \series bold
12069 行頭下げ
12070 \series default
12071 数式スタイルが使われているときのみ、意味を持ちます(数式スタイルは第
12072 \begin_inset CommandInset ref
12073 LatexCommand ref
12074 reference "sec:数式様式"
12075
12076 \end_inset
12077
12078 節で説明されています)。
12079 \end_layout
12080
12081 \begin_layout Standard
12082
12083 \series bold
12084
12085 \backslash
12086 hfill
12087 \series default
12088 の他にも、空白を模様で埋める
12089 \series bold
12090
12091 \backslash
12092 dotfill
12093 \series default
12094
12095 \series bold
12096
12097 \backslash
12098 hrulefill
12099 \series default
12100 といったコマンドがあります。用例については第
12101 \begin_inset CommandInset ref
12102 LatexCommand ref
12103 reference "sub:省略符号"
12104
12105 \end_inset
12106
12107 節をご参照下さい。
12108 \end_layout
12109
12110 \begin_layout Standard
12111 本文中では、可変長空白は、
12112 \family sans
12113 挿入\SpecialChar \menuseparator
12114 整形\SpecialChar \menuseparator
12115 水平方向の空白
12116 \family default
12117 メニューで挿入することができます。
12118 \end_layout
12119
12120 \begin_layout Standard
12121 (例)
12122 \end_layout
12123
12124 \begin_layout Standard
12125 この行には、
12126 \begin_inset space \hspace{}
12127 \length 2cm
12128 \end_inset
12129
12130 2
12131 \begin_inset space \thinspace{}
12132 \end_inset
12133
12134 cmの空白が入っています。
12135 \end_layout
12136
12137 \begin_layout Standard
12138 この行には、
12139 \begin_inset space \hfill{}
12140 \end_inset
12141
12142 最大の空白が入っています。
12143 \end_layout
12144
12145 \begin_layout Subsection
12146 行内数式周りの空白
12147 \begin_inset Index idx
12148 status collapsed
12149
12150 \begin_layout Plain Layout
12151 くうはく@空白 ! ぎょうないすうしきまわり@行内数式周り
12152 \end_layout
12153
12154 \end_inset
12155
12156
12157 \end_layout
12158
12159 \begin_layout Standard
12160 行内数式前後の空白は、長さ
12161 \series bold
12162
12163 \backslash
12164 mathsurround
12165 \begin_inset Index idx
12166 status collapsed
12167
12168 \begin_layout Plain Layout
12169 こまんど@コマンド ! M ! 
12170 \backslash
12171 mathsurround
12172 \end_layout
12173
12174 \end_inset
12175
12176
12177 \series default
12178 を使って調節することができます。長さの値は、以下の書式を持つ
12179 \series bold
12180
12181 \backslash
12182 setlength
12183 \begin_inset Index idx
12184 status collapsed
12185
12186 \begin_layout Plain Layout
12187 こまんど@コマンド ! S ! 
12188 \backslash
12189 setlength
12190 \end_layout
12191
12192 \end_inset
12193
12194
12195 \series default
12196 コマンドを使って設定することができます。
12197 \end_layout
12198
12199 \begin_layout Standard
12200
12201 \series bold
12202
12203 \backslash
12204 setlength{長さ名}{値}
12205 \end_layout
12206
12207 \begin_layout Standard
12208
12209 \series bold
12210
12211 \backslash
12212 mathsurround
12213 \series default
12214 を5
12215 \begin_inset space \thinspace{}
12216 \end_inset
12217
12218 mmの値に設定するには、以下のコマンド
12219 \end_layout
12220
12221 \begin_layout Standard
12222
12223 \series bold
12224
12225 \backslash
12226 setlength{
12227 \backslash
12228 mathsurround}{5mm}
12229 \end_layout
12230
12231 \begin_layout Standard
12232 をTeXモードで挿入します。すると、5
12233 \begin_inset space \thinspace{}
12234 \end_inset
12235
12236 mmの空白がすべての行内数式の前後に設定されることになります。
12237 \begin_inset ERT
12238 status collapsed
12239
12240 \begin_layout Plain Layout
12241
12242
12243 \backslash
12244 setlength{
12245 \backslash
12246 mathsurround}{5mm}
12247 \end_layout
12248
12249 \end_inset
12250
12251
12252 \end_layout
12253
12254 \begin_layout Standard
12255 この行には、周囲に5
12256 \begin_inset space \thinspace{}
12257 \end_inset
12258
12259 mmの余白を設定した行内数式
12260 \begin_inset Formula $A=B$
12261 \end_inset
12262
12263 があります。
12264 \begin_inset ERT
12265 status collapsed
12266
12267 \begin_layout Plain Layout
12268
12269
12270 \backslash
12271 setlength{
12272 \backslash
12273 mathsurround}{0pt}
12274 \end_layout
12275
12276 \end_inset
12277
12278
12279 \end_layout
12280
12281 \begin_layout Standard
12282 既定値に戻すには、
12283 \series bold
12284
12285 \backslash
12286 mathsurround
12287 \series default
12288 を0
12289 \begin_inset space \thinspace{}
12290 \end_inset
12291
12292 ptの値に戻して下さい。
12293 \end_layout
12294
12295 \begin_layout Section
12296 ボックスと枠
12297 \begin_inset Index idx
12298 status collapsed
12299
12300 \begin_layout Plain Layout
12301 ぼっくす@ボックス
12302 \end_layout
12303
12304 \end_inset
12305
12306
12307 \begin_inset Index idx
12308 status collapsed
12309
12310 \begin_layout Plain Layout
12311 わく@枠 | see
12312 \begin_inset ERT
12313 status collapsed
12314
12315 \begin_layout Plain Layout
12316
12317 {
12318 \end_layout
12319
12320 \end_inset
12321
12322 ボックス
12323 \begin_inset ERT
12324 status collapsed
12325
12326 \begin_layout Plain Layout
12327
12328 }
12329 \end_layout
12330
12331 \end_inset
12332
12333
12334 \end_layout
12335
12336 \end_inset
12337
12338
12339 \end_layout
12340
12341 \begin_layout Standard
12342 本文中のボックスについては、取扱説明書
12343 \family typewriter
12344 埋め込みオブジェクト篇
12345 \family default
12346
12347 \family typewriter
12348 Boxes
12349 \family default
12350 の章に述べられています。
12351 \end_layout
12352
12353 \begin_layout Subsection
12354 縁付きボックス
12355 \begin_inset CommandInset label
12356 LatexCommand label
12357 name "sub:縁付きボックス"
12358
12359 \end_inset
12360
12361
12362 \begin_inset Index idx
12363 status collapsed
12364
12365 \begin_layout Plain Layout
12366 ぼっくす@ボックス ! ふちつき@縁付き
12367 \end_layout
12368
12369 \end_inset
12370
12371
12372 \end_layout
12373
12374 \begin_layout Standard
12375
12376 \series bold
12377
12378 \backslash
12379 fbox
12380 \series default
12381
12382 \begin_inset Index idx
12383 status collapsed
12384
12385 \begin_layout Plain Layout
12386 こまんど@コマンド ! F ! 
12387 \backslash
12388 fbox
12389 \end_layout
12390
12391 \end_inset
12392
12393 コマンドや
12394 \series bold
12395
12396 \backslash
12397 boxed
12398 \series default
12399
12400 \begin_inset Index idx
12401 status collapsed
12402
12403 \begin_layout Plain Layout
12404 こまんど@コマンド ! B ! 
12405 \backslash
12406 boxed
12407 \end_layout
12408
12409 \end_inset
12410
12411 コマンドを使えば、数式やその一部を枠の中に入れることができます。
12412 \end_layout
12413
12414 \begin_layout Standard
12415 どちらかのコマンドを数式に挿入すると、枠の中に青枠が現れ、数式の断片を入れることができます。
12416 \series bold
12417
12418 \backslash
12419 fbox
12420 \series default
12421 の場合には、そのままではボックスの中身が数式テキストとして取り扱われてしまうので、
12422 \family sans
12423 Ctrl+M
12424 \family default
12425 を使って、このボックスの中にもう一度数式を作らなくてはなりません。
12426 \series bold
12427
12428 \backslash
12429 boxed
12430 \series default
12431 を使った場合には、新しい数式が自動的に枠内に作られます。
12432 \end_layout
12433
12434 \begin_layout Standard
12435
12436 \series bold
12437
12438 \backslash
12439 fbox
12440 \series default
12441 コマンドは、数式がつねに本文の大きさに設定されてしまうので、別行立て数式に枠を付けるのには適していません。逆に
12442 \series bold
12443
12444 \backslash
12445 boxed
12446 \series default
12447 は、数式がつねに別行立て数式の大きさに設定されてしまうので、行内数式に枠をつけるのには適していません。
12448 \end_layout
12449
12450 \begin_layout Standard
12451
12452 \series bold
12453
12454 \backslash
12455 fbox
12456 \series default
12457 の拡張として、枠幅と配置も指定することができる
12458 \series bold
12459
12460 \backslash
12461 framebox
12462 \series default
12463
12464 \begin_inset Index idx
12465 status collapsed
12466
12467 \begin_layout Plain Layout
12468 こまんど@コマンド ! F ! 
12469 \backslash
12470 framebox
12471 \end_layout
12472
12473 \end_inset
12474
12475 コマンドがあります。
12476 \series bold
12477
12478 \backslash
12479 framebox
12480 \series default
12481 は、以下の書式を持ちます。
12482 \end_layout
12483
12484 \begin_layout Standard
12485
12486 \series bold
12487
12488 \backslash
12489 framebox[枠幅][位置]{ボックスの内容}
12490 \end_layout
12491
12492 \begin_layout Standard
12493 「位置」は、
12494 \emph on
12495 l
12496 \emph default
12497
12498 \emph on
12499 r
12500 \emph default
12501 の値をとります。
12502 \emph on
12503 l
12504 \emph default
12505 は、ボックス中で数式を左寄せ、
12506 \emph on
12507 r
12508 \emph default
12509 は右寄せにします。位置を指定しない時には、数式は中央揃えになります。
12510 \begin_inset Newline newline
12511 \end_inset
12512
12513 「枠幅」を指定しない時には、位置を指定することができません。この場合には、
12514 \series bold
12515
12516 \backslash
12517 fbox
12518 \series default
12519 と同様、枠幅がボックスの内容に応じて調節されるのです。
12520 \end_layout
12521
12522 \begin_layout Standard
12523
12524 \series bold
12525
12526 \backslash
12527 framebox
12528 \series default
12529 コマンドを挿入すると、三つの青枠を含むボックスが現れます。最初の二つの枠は括弧で囲まれており、二つとも非必須の変数であることを意味します。三つ目の枠は、
12530 \series bold
12531
12532 \backslash
12533 fbox
12534 \series default
12535 同様、数式の断片を入れるためのものです。
12536 \end_layout
12537
12538 \begin_layout Standard
12539 \align center
12540 \begin_inset Tabular
12541 <lyxtabular version="3" rows="5" columns="2">
12542 <features rotate="0" tabularvalignment="middle">
12543 <column alignment="center" valignment="top">
12544 <column alignment="center" valignment="top">
12545 <row>
12546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12547 \begin_inset Text
12548
12549 \begin_layout Plain Layout
12550 コマンド
12551 \end_layout
12552
12553 \end_inset
12554 </cell>
12555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12556 \begin_inset Text
12557
12558 \begin_layout Plain Layout
12559 出力
12560 \begin_inset Note Note
12561 status collapsed
12562
12563 \begin_layout Plain Layout
12564 ここで
12565 \series bold
12566
12567 \backslash
12568 raisebox
12569 \series default
12570 はスペーサーとして使用しているだけです。
12571 \end_layout
12572
12573 \end_inset
12574
12575
12576 \end_layout
12577
12578 \end_inset
12579 </cell>
12580 </row>
12581 <row>
12582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12583 \begin_inset Text
12584
12585 \begin_layout Plain Layout
12586
12587 \backslash
12588 fbox
12589 \begin_inset ERT
12590 status collapsed
12591
12592 \begin_layout Plain Layout
12593
12594
12595 \backslash
12596 spce 
12597 \end_layout
12598
12599 \end_inset
12600
12601
12602 \family sans
12603 Ctrl+M
12604 \family default
12605  
12606 \backslash
12607 int
12608 \begin_inset ERT
12609 status collapsed
12610
12611 \begin_layout Plain Layout
12612
12613
12614 \backslash
12615 spce 
12616 \end_layout
12617
12618 \end_inset
12619
12620 A=B
12621 \end_layout
12622
12623 \end_inset
12624 </cell>
12625 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12626 \begin_inset Text
12627
12628 \begin_layout Plain Layout
12629 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
12630 \end_inset
12631
12632
12633 \end_layout
12634
12635 \end_inset
12636 </cell>
12637 </row>
12638 <row>
12639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12640 \begin_inset Text
12641
12642 \begin_layout Plain Layout
12643
12644 \backslash
12645 boxed
12646 \begin_inset ERT
12647 status collapsed
12648
12649 \begin_layout Plain Layout
12650
12651
12652 \backslash
12653 spce 
12654 \end_layout
12655
12656 \end_inset
12657
12658
12659 \backslash
12660 int
12661 \begin_inset ERT
12662 status collapsed
12663
12664 \begin_layout Plain Layout
12665
12666
12667 \backslash
12668 spce 
12669 \end_layout
12670
12671 \end_inset
12672
12673 A=B
12674 \end_layout
12675
12676 \end_inset
12677 </cell>
12678 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12679 \begin_inset Text
12680
12681 \begin_layout Plain Layout
12682 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
12683 \end_inset
12684
12685
12686 \end_layout
12687
12688 \end_inset
12689 </cell>
12690 </row>
12691 <row>
12692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12693 \begin_inset Text
12694
12695 \begin_layout Plain Layout
12696 A+
12697 \backslash
12698 fbox
12699 \begin_inset ERT
12700 status collapsed
12701
12702 \begin_layout Plain Layout
12703
12704
12705 \backslash
12706 spce 
12707 \end_layout
12708
12709 \end_inset
12710
12711 B
12712 \end_layout
12713
12714 \end_inset
12715 </cell>
12716 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12717 \begin_inset Text
12718
12719 \begin_layout Plain Layout
12720 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
12721 \end_inset
12722
12723
12724 \end_layout
12725
12726 \end_inset
12727 </cell>
12728 </row>
12729 <row>
12730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12731 \begin_inset Text
12732
12733 \begin_layout Plain Layout
12734
12735 \backslash
12736 framebox
12737 \begin_inset ERT
12738 status collapsed
12739
12740 \begin_layout Plain Layout
12741
12742
12743 \backslash
12744 spce 
12745 \end_layout
12746
12747 \end_inset
12748
12749 20mm
12750 \begin_inset Formula $\to$
12751 \end_inset
12752
12753
12754 \begin_inset Formula $\to$
12755 \end_inset
12756
12757
12758 \family sans
12759 Ctrl+M
12760 \family default
12761  
12762 \backslash
12763 frac
12764 \begin_inset ERT
12765 status collapsed
12766
12767 \begin_layout Plain Layout
12768
12769
12770 \backslash
12771 spce 
12772 \end_layout
12773
12774 \end_inset
12775
12776 A
12777 \begin_inset Formula $\downarrow$
12778 \end_inset
12779
12780 B
12781 \end_layout
12782
12783 \end_inset
12784 </cell>
12785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12786 \begin_inset Text
12787
12788 \begin_layout Plain Layout
12789 \begin_inset Formula $\raisebox{6mm}{}$
12790 \end_inset
12791
12792
12793 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
12794 \end_inset
12795
12796
12797 \begin_inset Formula $\raisebox{-4mm}{}$
12798 \end_inset
12799
12800
12801 \end_layout
12802
12803 \end_inset
12804 </cell>
12805 </row>
12806 </lyxtabular>
12807
12808 \end_inset
12809
12810
12811 \end_layout
12812
12813 \begin_layout Standard
12814 枠の厚みも調節可能です。そのためには、以下のコマンドを数式の前にTeXモードで挿入しなくてはなりません。
12815 \end_layout
12816
12817 \begin_layout Standard
12818
12819 \series bold
12820
12821 \backslash
12822 fboxrule
12823 \series default
12824  
12825 \series bold
12826
12827 \begin_inset Quotes eld
12828 \end_inset
12829
12830 厚み
12831 \begin_inset Quotes erd
12832 \end_inset
12833
12834
12835 \series default
12836  
12837 \series bold
12838
12839 \backslash
12840 fboxsep
12841 \series default
12842  
12843 \series bold
12844
12845 \begin_inset Quotes eld
12846 \end_inset
12847
12848 距離
12849 \begin_inset Quotes erd
12850 \end_inset
12851
12852
12853 \end_layout
12854
12855 \begin_layout Standard
12856 \begin_inset Quotes eld
12857 \end_inset
12858
12859 距離
12860 \begin_inset Quotes erd
12861 \end_inset
12862
12863 は、枠とボックス内の一文字目との間の距離を示します。これを使った例として、以下の枠付き数式をご覧下さい。
12864 \begin_inset ERT
12865 status collapsed
12866
12867 \begin_layout Plain Layout
12868
12869
12870 \backslash
12871 fboxrule 2mm 
12872 \backslash
12873 fboxsep 3mm
12874 \end_layout
12875
12876 \end_inset
12877
12878
12879 \begin_inset Formula 
12880 \[
12881 \boxed{A+B=C}
12882 \]
12883
12884 \end_inset
12885
12886 この数式の直前には、
12887 \end_layout
12888
12889 \begin_layout Standard
12890
12891 \series bold
12892
12893 \backslash
12894 fboxrule
12895 \series default
12896  
12897 \series bold
12898 2mm
12899 \series default
12900  
12901 \series bold
12902
12903 \backslash
12904 fboxsep
12905 \series default
12906  
12907 \series bold
12908 3mm
12909 \end_layout
12910
12911 \begin_layout Standard
12912 というコマンドが、TeXモードで挿入されています。ここで与えられた値は、以後のすべてのボックスに適用されます。
12913 \end_layout
12914
12915 \begin_layout Standard
12916 標準の枠寸法に戻すには、
12917 \end_layout
12918
12919 \begin_layout Standard
12920
12921 \series bold
12922
12923 \backslash
12924 fboxrule
12925 \series default
12926  
12927 \series bold
12928 0.4pt
12929 \series default
12930  
12931 \series bold
12932
12933 \backslash
12934 fboxsep
12935 \series default
12936  
12937 \series bold
12938 3pt
12939 \series default
12940
12941 \begin_inset ERT
12942 status collapsed
12943
12944 \begin_layout Plain Layout
12945
12946
12947 \backslash
12948 fboxrule 0.4pt 
12949 \backslash
12950 fboxsep 3pt
12951 \end_layout
12952
12953 \end_inset
12954
12955
12956 \end_layout
12957
12958 \begin_layout Standard
12959 というコマンドを、次の数式が始まる前にTeXモードで挿入しておきます。
12960 \end_layout
12961
12962 \begin_layout Subsection
12963 縁なしボックス
12964 \begin_inset CommandInset label
12965 LatexCommand label
12966 name "sub:枠なしボックス"
12967
12968 \end_inset
12969
12970
12971 \begin_inset Index idx
12972 status collapsed
12973
12974 \begin_layout Plain Layout
12975 ぼっくす@ボックス ! わくなし@枠なし
12976 \end_layout
12977
12978 \end_inset
12979
12980
12981 \end_layout
12982
12983 \begin_layout Standard
12984 縁のないボックスを作るには、
12985 \series bold
12986
12987 \backslash
12988 mbox
12989 \series default
12990
12991 \begin_inset Index idx
12992 status collapsed
12993
12994 \begin_layout Plain Layout
12995 こまんど@コマンド ! M ! 
12996 \backslash
12997 mbox
12998 \end_layout
12999
13000 \end_inset
13001
13002
13003 \series bold
13004
13005 \backslash
13006 makebox
13007 \series default
13008
13009 \begin_inset Index idx
13010 status collapsed
13011
13012 \begin_layout Plain Layout
13013 こまんど@コマンド ! M ! 
13014 \backslash
13015 makebox
13016 \end_layout
13017
13018 \end_inset
13019
13020
13021 \series bold
13022
13023 \backslash
13024 raisebox
13025 \series default
13026
13027 \begin_inset Index idx
13028 status collapsed
13029
13030 \begin_layout Plain Layout
13031 こまんど@コマンド ! R ! 
13032 \backslash
13033 raisebox
13034 \end_layout
13035
13036 \end_inset
13037
13038 の三つのコマンドがあります。
13039 \end_layout
13040
13041 \begin_layout Standard
13042
13043 \series bold
13044
13045 \backslash
13046 raisebox
13047 \series default
13048 を使うと、ボックスを上付きにしたり下付きにしたりすることができます。しかし、通常の上付き文字・下付き文字とは違い、ボックス内の文字寸法はそのまま保たれます。
13049 \series bold
13050
13051 \backslash
13052 raisebox
13053 \series default
13054 は、以下の書式で用いられます。
13055 \end_layout
13056
13057 \begin_layout Standard
13058
13059 \series bold
13060
13061 \backslash
13062 raisebox{高さ}{ボックスの内容}
13063 \end_layout
13064
13065 \begin_layout Standard
13066
13067 \series bold
13068
13069 \backslash
13070 fbox
13071 \series default
13072 と同様、ボックスに数式を入れる際には、明示的に数式として入れる必要があります。
13073 \begin_inset Note Greyedout
13074 status open
13075
13076 \begin_layout Plain Layout
13077
13078 \series bold
13079 【註】
13080 \series default
13081 下の最後の
13082 \series bold
13083
13084 \backslash
13085 raisebox
13086 \series default
13087 のところで、
13088 \family sans
13089 Ctrl+M
13090 \family default
13091 を一回でなく二回押すことによって、もう一段数式をいれています。これは、LyXが
13092 \series bold
13093
13094 \backslash
13095 raisebox
13096 \series default
13097 を直接サポートしていないためです。
13098 \end_layout
13099
13100 \end_inset
13101
13102
13103 \end_layout
13104
13105 \begin_layout Standard
13106 \align center
13107 \begin_inset Tabular
13108 <lyxtabular version="3" rows="4" columns="2">
13109 <features rotate="0" tabularvalignment="middle">
13110 <column alignment="center" valignment="top">
13111 <column alignment="center" valignment="top">
13112 <row>
13113 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13114 \begin_inset Text
13115
13116 \begin_layout Plain Layout
13117 コマンド
13118 \end_layout
13119
13120 \end_inset
13121 </cell>
13122 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13123 \begin_inset Text
13124
13125 \begin_layout Plain Layout
13126 出力
13127 \end_layout
13128
13129 \end_inset
13130 </cell>
13131 </row>
13132 <row>
13133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13134 \begin_inset Text
13135
13136 \begin_layout Plain Layout
13137 H
13138 \backslash
13139 raisebox{2mm
13140 \begin_inset Formula $\to$
13141 \end_inset
13142
13143
13144 \backslash
13145 {al
13146 \begin_inset Formula $\to$
13147 \end_inset
13148
13149  lo
13150 \end_layout
13151
13152 \end_inset
13153 </cell>
13154 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13155 \begin_inset Text
13156
13157 \begin_layout Plain Layout
13158 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13159 \end_inset
13160
13161
13162 \end_layout
13163
13164 \end_inset
13165 </cell>
13166 </row>
13167 <row>
13168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13169 \begin_inset Text
13170
13171 \begin_layout Plain Layout
13172 H
13173 \backslash
13174 raisebox{-2mm
13175 \begin_inset Formula $\to$
13176 \end_inset
13177
13178
13179 \backslash
13180 {al
13181 \begin_inset Formula $\to$
13182 \end_inset
13183
13184 lo
13185 \end_layout
13186
13187 \end_inset
13188 </cell>
13189 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13190 \begin_inset Text
13191
13192 \begin_layout Plain Layout
13193 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13194 \end_inset
13195
13196
13197 \end_layout
13198
13199 \end_inset
13200 </cell>
13201 </row>
13202 <row>
13203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13204 \begin_inset Text
13205
13206 \begin_layout Plain Layout
13207 A=
13208 \backslash
13209 raisebox{-2mm
13210 \begin_inset Formula $\to$
13211 \end_inset
13212
13213
13214 \backslash
13215 {
13216 \family sans
13217 Ctrl+M Ctrl+M
13218 \family default
13219  
13220 \backslash
13221 sqrt
13222 \begin_inset ERT
13223 status collapsed
13224
13225 \begin_layout Plain Layout
13226
13227
13228 \backslash
13229 spce 
13230 \end_layout
13231
13232 \end_inset
13233
13234
13235 \end_layout
13236
13237 \end_inset
13238 </cell>
13239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13240 \begin_inset Text
13241
13242 \begin_layout Plain Layout
13243 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
13244 \end_inset
13245
13246
13247 \end_layout
13248
13249 \end_inset
13250 </cell>
13251 </row>
13252 </lyxtabular>
13253
13254 \end_inset
13255
13256
13257 \end_layout
13258
13259 \begin_layout Standard
13260 縁がないことを除けば、
13261 \series bold
13262
13263 \backslash
13264 mbox
13265 \series default
13266 コマンドは
13267 \series bold
13268
13269 \backslash
13270 fbox
13271 \series default
13272 と同じであり、
13273 \series bold
13274
13275 \backslash
13276 makebox
13277 \series default
13278
13279 \series bold
13280
13281 \backslash
13282 framebox
13283 \series default
13284 と同じです。
13285 \end_layout
13286
13287 \begin_layout Subsection
13288 色付きボックス
13289 \begin_inset CommandInset label
13290 LatexCommand label
13291 name "sub:色付きボックス"
13292
13293 \end_inset
13294
13295
13296 \begin_inset Index idx
13297 status collapsed
13298
13299 \begin_layout Plain Layout
13300 ぼっくす@ボックス ! いろつき@色付き
13301 \end_layout
13302
13303 \end_inset
13304
13305
13306 \end_layout
13307
13308 \begin_layout Standard
13309 本節で説明されているコマンドをすべて使えるようにするためには、LaTeXプリアンブルに
13310 \end_layout
13311
13312 \begin_layout Standard
13313
13314 \series bold
13315
13316 \backslash
13317 usepackage{color}
13318 \end_layout
13319
13320 \begin_layout Standard
13321 という行
13322 \begin_inset Foot
13323 status collapsed
13324
13325 \begin_layout Plain Layout
13326 定義済みの色を使って、文書中のどこかで文章に色を付けてある場合、LyXは、自動的にLaTeXパッケージ
13327 \series bold
13328 color
13329 \series default
13330 を読み込みます。したがって、本パッケージが二度読み込まれる可能性があるわけですが、そうなったとしても問題は生じません。
13331 \end_layout
13332
13333 \end_inset
13334
13335
13336 \begin_inset Note Note
13337 status collapsed
13338
13339 \begin_layout Plain Layout
13340 本パッケージが二度読み込まれることを防ぐために、LaTeXプリアンブルにマクロを挿入してあります。
13341 \end_layout
13342
13343 \end_inset
13344
13345 を書き加えて、LaTeXパッケージの
13346 \series bold
13347 color
13348 \series default
13349
13350 \begin_inset Foot
13351 status collapsed
13352
13353 \begin_layout Plain Layout
13354 LaTeXパッケージ
13355 \series bold
13356 color
13357 \series default
13358 は、すべての標準的なLaTeX頒布版に含まれています。
13359 \end_layout
13360
13361 \end_inset
13362
13363
13364 \begin_inset Index idx
13365 status collapsed
13366
13367 \begin_layout Plain Layout
13368 ぱっけーじ@パッケージ ! color
13369 \end_layout
13370
13371 \end_inset
13372
13373 を読み込む必要があります。
13374 \end_layout
13375
13376 \begin_layout Standard
13377 \begin_inset VSpace medskip
13378 \end_inset
13379
13380 ボックスに色を付けるには、
13381 \series bold
13382
13383 \backslash
13384 colorbox
13385 \series default
13386
13387 \begin_inset Index idx
13388 status collapsed
13389
13390 \begin_layout Plain Layout
13391 こまんど@コマンド ! C ! 
13392 \backslash
13393 colorbox
13394 \end_layout
13395
13396 \end_inset
13397
13398 コマンドを以下の書式で使用します。
13399 \end_layout
13400
13401 \begin_layout Standard
13402
13403 \series bold
13404
13405 \backslash
13406 colorbox{色}{ボックスの内容}
13407 \end_layout
13408
13409 \begin_layout Standard
13410 ボックスの内容には、別のボックスが含まれても構いませんし、
13411 \series bold
13412
13413 \backslash
13414 colorbox
13415 \series default
13416 自体も、別のボックスに入っていても構いません(以下の二番目と三番目の例を参照してください)。ボックスに数式を含める場合には、
13417 \series bold
13418
13419 \backslash
13420 raisebox
13421 \series default
13422 と同様、明示的に数式を作らなくてはなりません
13423 \begin_inset Foot
13424 status collapsed
13425
13426 \begin_layout Plain Layout
13427 これは、
13428 \series bold
13429
13430 \backslash
13431 fcolorbox
13432 \series default
13433 コマンドにも当てはまります。
13434 \end_layout
13435
13436 \end_inset
13437
13438
13439 \end_layout
13440
13441 \begin_layout Standard
13442 選択できる定義済みの色としては、
13443 \end_layout
13444
13445 \begin_layout Standard
13446
13447 \series bold
13448 black
13449 \series default
13450 (黒)・
13451 \series bold
13452 blue
13453 \series default
13454 (青)・
13455 \series bold
13456 cyan
13457 \series default
13458 (シアン)・
13459 \series bold
13460 green
13461 \series default
13462 (緑)・
13463 \series bold
13464 magenta
13465 \series default
13466 (マゼンタ)・
13467 \series bold
13468 red
13469 \series default
13470 (赤)・
13471 \series bold
13472 white
13473 \series default
13474 (白)・
13475 \series bold
13476 yellow
13477 \series default
13478 (黄)
13479 \end_layout
13480
13481 \begin_layout Standard
13482 があります。
13483 \end_layout
13484
13485 \begin_layout Standard
13486 \align center
13487 \begin_inset Tabular
13488 <lyxtabular version="3" rows="4" columns="2">
13489 <features rotate="0" tabularvalignment="middle">
13490 <column alignment="center" valignment="top">
13491 <column alignment="center" valignment="top">
13492 <row>
13493 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13494 \begin_inset Text
13495
13496 \begin_layout Plain Layout
13497 コマンド
13498 \end_layout
13499
13500 \end_inset
13501 </cell>
13502 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13503 \begin_inset Text
13504
13505 \begin_layout Plain Layout
13506 出力
13507 \begin_inset Note Note
13508 status collapsed
13509
13510 \begin_layout Plain Layout
13511 ここで
13512 \series bold
13513
13514 \backslash
13515 raisebox
13516 \series default
13517 はスペーサーとして使用しているだけです。
13518 \end_layout
13519
13520 \end_inset
13521
13522
13523 \end_layout
13524
13525 \end_inset
13526 </cell>
13527 </row>
13528 <row>
13529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13530 \begin_inset Text
13531
13532 \begin_layout Plain Layout
13533
13534 \backslash
13535 colorbox{yellow
13536 \begin_inset Formula $\to$
13537 \end_inset
13538
13539
13540 \backslash
13541 {A=B
13542 \end_layout
13543
13544 \end_inset
13545 </cell>
13546 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13547 \begin_inset Text
13548
13549 \begin_layout Plain Layout
13550 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13551 \end_inset
13552
13553
13554 \end_layout
13555
13556 \end_inset
13557 </cell>
13558 </row>
13559 <row>
13560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13561 \begin_inset Text
13562
13563 \begin_layout Plain Layout
13564
13565 \backslash
13566 colorbox{green
13567 \begin_inset Formula $\to$
13568 \end_inset
13569
13570
13571 \backslash
13572 {
13573 \backslash
13574 fbox
13575 \begin_inset ERT
13576 status collapsed
13577
13578 \begin_layout Plain Layout
13579
13580
13581 \backslash
13582 spce 
13583 \end_layout
13584
13585 \end_inset
13586
13587 A=B
13588 \end_layout
13589
13590 \end_inset
13591 </cell>
13592 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13593 \begin_inset Text
13594
13595 \begin_layout Plain Layout
13596 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13597 \end_inset
13598
13599
13600 \end_layout
13601
13602 \end_inset
13603 </cell>
13604 </row>
13605 <row>
13606 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13607 \begin_inset Text
13608
13609 \begin_layout Plain Layout
13610
13611 \backslash
13612 fbox
13613 \begin_inset ERT
13614 status collapsed
13615
13616 \begin_layout Plain Layout
13617
13618
13619 \backslash
13620 spce 
13621 \end_layout
13622
13623 \end_inset
13624
13625
13626 \backslash
13627 colorbox{green
13628 \begin_inset Formula $\to$
13629 \end_inset
13630
13631
13632 \backslash
13633 {
13634 \family sans
13635 Ctrl+M
13636 \family default
13637  
13638 \family sans
13639 Ctrl+M
13640 \family default
13641  
13642 \backslash
13643 int
13644 \begin_inset ERT
13645 status collapsed
13646
13647 \begin_layout Plain Layout
13648
13649
13650 \backslash
13651 spce 
13652 \end_layout
13653
13654 \end_inset
13655
13656 C=D
13657 \end_layout
13658
13659 \end_inset
13660 </cell>
13661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13662 \begin_inset Text
13663
13664 \begin_layout Plain Layout
13665 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
13666 \end_inset
13667
13668
13669 \end_layout
13670
13671 \end_inset
13672 </cell>
13673 </row>
13674 </lyxtabular>
13675
13676 \end_inset
13677
13678
13679 \end_layout
13680
13681 \begin_layout Standard
13682
13683 \series bold
13684
13685 \backslash
13686 colorbox
13687 \series default
13688 は、ボックスに色をつけるだけで、ボックス内の文字には色付けをしません。すべての文字に色付けするには、数式全体を選択し、
13689 \family sans
13690 文字様式
13691 \family default
13692 ダイアログで欲しい色を選択します。このダイアログは、ツールバーボタン
13693 \begin_inset Graphics
13694         filename ../../images/dialog-show_character.png
13695         scale 85
13696
13697 \end_inset
13698
13699
13700 \family sans
13701 編集\SpecialChar \menuseparator
13702 文字様式\SpecialChar \menuseparator
13703 任意設定
13704 \family default
13705 メニューで開くことができます。すると、数式番号も数式と同じ色になります。数式番号が数式の文字とは別の色になるようにするには、数式内部で色を変えなくてはなりません
13706
13707 \end_layout
13708
13709 \begin_layout Standard
13710 たとえば、
13711 \end_layout
13712
13713 \begin_layout Standard
13714
13715 \color red
13716 \begin_inset Formula 
13717 \begin{equation}
13718 \int A=B\label{eq:red}
13719 \end{equation}
13720
13721 \end_inset
13722
13723
13724 \color green
13725
13726 \begin_inset Formula 
13727 \begin{equation}
13728 \textcolor{red}{\int A=B}\label{eq:redgreen}
13729 \end{equation}
13730
13731 \end_inset
13732
13733
13734 \end_layout
13735
13736 \begin_layout Standard
13737 数式
13738 \begin_inset CommandInset ref
13739 LatexCommand eqref
13740 reference "eq:red"
13741
13742 \end_inset
13743
13744 は、全体が赤色です。
13745 \begin_inset Newline newline
13746 \end_inset
13747
13748 数式
13749 \begin_inset CommandInset ref
13750 LatexCommand eqref
13751 reference "eq:redgreen"
13752
13753 \end_inset
13754
13755 は、数式番号を緑色にするために、まず全体を緑色にします。その後、数式内の文字を赤色にします。
13756 \end_layout
13757
13758 \begin_layout Standard
13759 \begin_inset VSpace bigskip
13760 \end_inset
13761
13762 ボックスの縁だけ別の色にするには、
13763 \series bold
13764
13765 \backslash
13766 fcolorbox
13767 \series default
13768
13769 \begin_inset Index idx
13770 status collapsed
13771
13772 \begin_layout Plain Layout
13773 こまんど@コマンド ! F ! 
13774 \backslash
13775 fcolorbox
13776 \end_layout
13777
13778 \end_inset
13779
13780 コマンドを以下の書式で使用します。
13781 \end_layout
13782
13783 \begin_layout Standard
13784
13785 \series bold
13786
13787 \backslash
13788 fcolorbox{縁の色}{色}{ボックスの内容}
13789 \end_layout
13790
13791 \begin_layout Standard
13792 つまり、
13793 \series bold
13794
13795 \backslash
13796 fcolorbox
13797 \series default
13798
13799 \series bold
13800
13801 \backslash
13802 colorbox
13803 \series default
13804 コマンドの拡張です。
13805 \series bold
13806
13807 \backslash
13808 framebox
13809 \series default
13810 と同様に、縁の厚みは
13811 \series bold
13812
13813 \backslash
13814 fboxrule
13815 \series default
13816
13817 \series bold
13818
13819 \backslash
13820 fboxsep
13821 \series default
13822 で設定します。たとえば、
13823 \begin_inset ERT
13824 status collapsed
13825
13826 \begin_layout Plain Layout
13827
13828
13829 \backslash
13830 fboxrule 1mm 
13831 \backslash
13832 fboxsep 1mm
13833 \end_layout
13834
13835 \end_inset
13836
13837
13838 \begin_inset Formula 
13839 \[
13840 \fcolorbox{cyan}{magenta}{A=B}
13841 \]
13842
13843 \end_inset
13844
13845
13846 \begin_inset ERT
13847 status collapsed
13848
13849 \begin_layout Plain Layout
13850
13851
13852 \backslash
13853 fboxrule 0.4pt 
13854 \backslash
13855 fboxsep 3pt
13856 \end_layout
13857
13858 \end_inset
13859
13860 のようにします。
13861 \end_layout
13862
13863 \begin_layout Standard
13864 上記の数式は、以下のコマンドで作成されています。
13865 \begin_inset Newline newline
13866 \end_inset
13867
13868
13869 \series bold
13870
13871 \backslash
13872 fcolorbox{cyan
13873 \begin_inset Formula $\to$
13874 \end_inset
13875
13876
13877 \backslash
13878 {magenta
13879 \begin_inset Formula $\to$
13880 \end_inset
13881
13882
13883 \backslash
13884 {A=B
13885 \series default
13886 .
13887 \end_layout
13888
13889 \begin_layout Standard
13890 \begin_inset VSpace bigskip
13891 \end_inset
13892
13893 定義済みの色以外の色を使いたい場合には、まずその色を定義しなくてはなりません。
13894 \end_layout
13895
13896 \begin_layout Standard
13897 たとえば、「
13898 \series bold
13899 darkgreen
13900 \series default
13901 」という色を定義するには、LaTeXプリアンブルに
13902 \end_layout
13903
13904 \begin_layout Standard
13905
13906 \series bold
13907
13908 \backslash
13909 definecolor{darkgreen}{cmyk}{0.5,
13910 \series default
13911  
13912 \series bold
13913 0,
13914 \series default
13915  
13916 \series bold
13917 1,
13918 \series default
13919  
13920 \series bold
13921 0.5}
13922 \series default
13923
13924 \begin_inset Index idx
13925 status collapsed
13926
13927 \begin_layout Plain Layout
13928 こまんど@コマンド ! D ! 
13929 \backslash
13930 definecolor
13931 \end_layout
13932
13933 \end_inset
13934
13935
13936 \end_layout
13937
13938 \begin_layout Standard
13939 という行を書き加えます。
13940 \end_layout
13941
13942 \begin_layout Standard
13943
13944 \series bold
13945 cmyk
13946 \series default
13947 とは、
13948 \series bold
13949 cyan
13950 \series default
13951 (シアン)・
13952 \series bold
13953 magenta
13954 \series default
13955 (マゼンタ)・
13956 \series bold
13957 yellow
13958 \series default
13959 (黄)・
13960 \series bold
13961 black
13962 \series default
13963 (黒)の各色を表す色空間です。コンマで区切られた四つの数字は、この色空間における各色の出力強度です。強度は、0
13964 \begin_inset space \thinspace{}
13965 \end_inset
13966
13967 -
13968 \begin_inset space \thinspace{}
13969 \end_inset
13970
13971 1の範囲をとることができます。定義には、
13972 \series bold
13973 cmyk
13974 \series default
13975 の他に、
13976 \series bold
13977 rgb
13978 \series default
13979 という色空間を使うこともできます。
13980 \series bold
13981 rgb
13982 \series default
13983 とは、
13984 \series bold
13985 red
13986 \series default
13987 (赤)・
13988 \series bold
13989 green
13990 \series default
13991 (緑)・
13992 \series bold
13993 blue
13994 \series default
13995 (青)の各色を意味し、この場合には、各色に対応した三つの出力強度を指定します。さらに、灰色の出力強度のみをとる
13996 \series bold
13997 gray
13998 \series default
13999 という色空間もあります。
14000 \end_layout
14001
14002 \begin_layout Standard
14003 例として、文字が
14004 \series bold
14005 yellow
14006 \series default
14007 に色付けされ、新しく定義した
14008 \series bold
14009 darkgreen
14010 \series default
14011 という色を持つ縁付きボックスを挙げておきます。
14012 \begin_inset Formula 
14013 \begin{equation}
14014 \colorbox{darkgreen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}
14015 \end{equation}
14016
14017 \end_inset
14018
14019
14020 \end_layout
14021
14022 \begin_layout Standard
14023
14024 \series bold
14025
14026 \backslash
14027 textcolor
14028 \series default
14029 コマンドを使うと、以下のように、自前で定義した色をテキスト中でも使用することができます。
14030 \begin_inset Index idx
14031 status collapsed
14032
14033 \begin_layout Plain Layout
14034 てきすと@テキスト ! いろつき@色付き
14035 \end_layout
14036
14037 \end_inset
14038
14039
14040 \end_layout
14041
14042 \begin_layout Standard
14043 \begin_inset ERT
14044 status collapsed
14045
14046 \begin_layout Plain Layout
14047
14048
14049 \backslash
14050 textcolor{darkgreen}{
14051 \end_layout
14052
14053 \end_inset
14054
14055 この文は「darkgreen」です。
14056 \begin_inset ERT
14057 status collapsed
14058
14059 \begin_layout Plain Layout
14060
14061 }
14062 \end_layout
14063
14064 \end_inset
14065
14066
14067 \end_layout
14068
14069 \begin_layout Standard
14070
14071 \series bold
14072
14073 \backslash
14074 textcolor
14075 \series default
14076
14077 \begin_inset Index idx
14078 status collapsed
14079
14080 \begin_layout Plain Layout
14081 こまんど@コマンド ! T ! 
14082 \backslash
14083 textcolor
14084 \end_layout
14085
14086 \end_inset
14087
14088 は、
14089 \series bold
14090
14091 \backslash
14092 textcolor{色}{色付けをする文}
14093 \series default
14094 という書式で使用することができます。
14095 \end_layout
14096
14097 \begin_layout Subsection
14098 段落ボックス
14099 \begin_inset CommandInset label
14100 LatexCommand label
14101 name "sub:段落ボックス"
14102
14103 \end_inset
14104
14105
14106 \begin_inset Index idx
14107 status collapsed
14108
14109 \begin_layout Plain Layout
14110 ぼっくす@ボックス ! だんらく@段落
14111 \end_layout
14112
14113 \end_inset
14114
14115
14116 \begin_inset Index idx
14117 status collapsed
14118
14119 \begin_layout Plain Layout
14120 ぼっくす@ボックス ! parbox|see
14121 \begin_inset ERT
14122 status collapsed
14123
14124 \begin_layout Plain Layout
14125
14126 {
14127 \end_layout
14128
14129 \end_inset
14130
14131 ボックス ! 段落ボックス
14132 \begin_inset ERT
14133 status collapsed
14134
14135 \begin_layout Plain Layout
14136
14137 }
14138 \end_layout
14139
14140 \end_inset
14141
14142
14143 \end_layout
14144
14145 \end_inset
14146
14147
14148 \end_layout
14149
14150 \begin_layout Standard
14151 いくつかの行や段落を含む、いわゆる段落ボックス(parbox)は、
14152 \family sans
14153 挿入\SpecialChar \menuseparator
14154 ボックス
14155 \family default
14156 メニューかツールバーボタン
14157 \begin_inset Graphics
14158         filename ../../images/box-insert.png
14159         scale 85
14160
14161 \end_inset
14162
14163 で作成することができます。
14164 \end_layout
14165
14166 \begin_layout Standard
14167 以下の例は、行中の縁付きparboxを示したものです。
14168 \end_layout
14169
14170 \begin_layout Standard
14171 \begin_inset VSpace medskip
14172 \end_inset
14173
14174 この行は、
14175 \begin_inset Box Boxed
14176 position "c"
14177 hor_pos "c"
14178 has_inner_box 1
14179 inner_pos "t"
14180 use_parbox 1
14181 use_makebox 0
14182 width "5cm"
14183 special "none"
14184 height "1in"
14185 height_special "totalheight"
14186 status open
14187
14188 \begin_layout Plain Layout
14189 これは段落ボックスです。これはちょうど5
14190 \begin_inset space \thinspace{}
14191 \end_inset
14192
14193 cmの幅になっており、以下のように数式を含めることもできます。
14194 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14195 \end_inset
14196
14197
14198 \end_layout
14199
14200 \end_inset
14201
14202 parboxの入った行です。
14203 \end_layout
14204
14205 \begin_layout Standard
14206 \begin_inset VSpace medskip
14207 \end_inset
14208
14209
14210 \end_layout
14211
14212 \begin_layout Standard
14213 このようなボックスは、灰色のボックス挿入枠を右クリックすることによって作ることができます。すると、ボックスの特性を表示したダイアログが現れます。上の例では、
14214 \emph on
14215 装飾
14216 \emph default
14217 :簡素な長方形の箱型、
14218 \emph on
14219 内部ボックス
14220 \emph default
14221 :parboxコマンド、
14222 \emph on
14223
14224 \emph default
14225 :5
14226 \begin_inset space \thinspace{}
14227 \end_inset
14228
14229 cm、
14230 \emph on
14231 垂直ボックス配置
14232 \emph default
14233 :中央、に設定されています。
14234 \end_layout
14235
14236 \begin_layout Standard
14237 \begin_inset VSpace medskip
14238 \end_inset
14239
14240 LaTeXでは、parboxは、以下の書式を持つ
14241 \series bold
14242
14243 \backslash
14244 parbox
14245 \series default
14246
14247 \begin_inset Index idx
14248 status collapsed
14249
14250 \begin_layout Plain Layout
14251 こまんど@コマンド ! P ! 
14252 \backslash
14253 parbox
14254 \end_layout
14255
14256 \end_inset
14257
14258 コマンドによって作られます。
14259 \end_layout
14260
14261 \begin_layout Standard
14262
14263 \series bold
14264
14265 \backslash
14266 parbox[位置]{幅}{ボックスの内容}
14267 \end_layout
14268
14269 \begin_layout Standard
14270 「位置」は、
14271 \emph on
14272 b
14273 \emph default
14274
14275 \emph on
14276 t
14277 \emph default
14278 の値をとることができます。下揃えを意味する
14279 \emph on
14280 b
14281 \emph default
14282 (
14283 \bar under
14284 b
14285 \bar default
14286 ottom)は、ボックスを、周囲の本文中の最後の行と合わせることを意味します。上揃えを意味する
14287 \emph on
14288 t
14289 \emph default
14290 (
14291 \bar under
14292 t
14293 \bar default
14294 op)は、これを最初の行に合わせます。位置を指定しない時には、ボックスは事実上中央揃えになります。用例については、取扱説明書埋込オブジェクト篇の
14295 \emph on
14296 Boxes
14297 \emph default
14298 の節をご参照下さい。
14299 \end_layout
14300
14301 \begin_layout Standard
14302 \begin_inset VSpace bigskip
14303 \end_inset
14304
14305 数式番号を含めて、数式を完全に縁で囲むためには、数式をparbox内に収めなくてはなりません。こうするには、数式前にTeXモードで
14306 \series bold
14307 parbox{
14308 \backslash
14309 linewidth-2
14310 \backslash
14311 fboxsep-2
14312 \backslash
14313 fboxrule}{
14314 \series default
14315 というコマンドを挿入します。ここで
14316 \series bold
14317
14318 \backslash
14319 linewidth
14320 \begin_inset Index idx
14321 status collapsed
14322
14323 \begin_layout Plain Layout
14324 こまんど@コマンド ! L ! 
14325 \backslash
14326 linewidth
14327 \end_layout
14328
14329 \end_inset
14330
14331
14332 \series default
14333 は、使用中の文書に設定されている行幅です。縁は、parboxの外側にあるので、縁余白と縁幅の2倍を行幅から差し引かなくてはなりません。バグ
14334 \begin_inset Foot
14335 status collapsed
14336
14337 \begin_layout Plain Layout
14338 \begin_inset CommandInset href
14339 LatexCommand href
14340 name "LyX-bug #4483"
14341 target "http://www.lyx.org/trac/ticket/4483"
14342
14343 \end_inset
14344
14345
14346 \end_layout
14347
14348 \end_inset
14349
14350 のせいでLyXはこれを自動的に行いませんので、TeXモードを使用する必要があります。引数中で掛け算や引き算を行うためには、LaTeXパッケージの
14351 \series bold
14352 calc
14353 \series default
14354
14355 \begin_inset Foot
14356 status collapsed
14357
14358 \begin_layout Plain Layout
14359
14360 \series bold
14361 calc
14362 \series default
14363 は、標準的LaTeX頒布版のすべてに含まれています。
14364 \end_layout
14365
14366 \end_inset
14367
14368
14369 \begin_inset Index idx
14370 status collapsed
14371
14372 \begin_layout Plain Layout
14373 ぱっけーじ@パッケージ ! calc
14374 \end_layout
14375
14376 \end_inset
14377
14378 を、LaTeXプリアンブル中で
14379 \end_layout
14380
14381 \begin_layout Standard
14382
14383 \series bold
14384
14385 \backslash
14386 usepackage{calc}
14387 \end_layout
14388
14389 \begin_layout Standard
14390 のように読み込んでおく必要があります。数式の後では、TeXモードで
14391 \series bold
14392 }}
14393 \series default
14394 を入力して、二つのボックスを閉じておかなくてはなりません。以下に例を挙げます。
14395 \begin_inset ERT
14396 status collapsed
14397
14398 \begin_layout Plain Layout
14399
14400
14401 \backslash
14402 fboxsep 5mm 
14403 \backslash
14404 fboxrule 5mm
14405 \end_layout
14406
14407 \end_inset
14408
14409
14410 \end_layout
14411
14412 \begin_layout Standard
14413 \begin_inset ERT
14414 status collapsed
14415
14416 \begin_layout Plain Layout
14417
14418
14419 \backslash
14420 fbox{
14421 \backslash
14422 parbox{
14423 \backslash
14424 linewidth-2
14425 \backslash
14426 fboxsep-2
14427 \backslash
14428 fboxrule}{
14429 \end_layout
14430
14431 \end_inset
14432
14433
14434 \begin_inset Formula 
14435 \begin{equation}
14436 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}
14437 \end{equation}
14438
14439 \end_inset
14440
14441
14442 \begin_inset ERT
14443 status collapsed
14444
14445 \begin_layout Plain Layout
14446
14447 }}
14448 \end_layout
14449
14450 \end_inset
14451
14452
14453 \begin_inset ERT
14454 status collapsed
14455
14456 \begin_layout Plain Layout
14457
14458
14459 \backslash
14460 fboxrule 0.4pt 
14461 \backslash
14462 fboxsep 3pt
14463 \end_layout
14464
14465 \end_inset
14466
14467
14468 \end_layout
14469
14470 \begin_layout Standard
14471 \begin_inset VSpace medskip
14472 \end_inset
14473
14474
14475 \series bold
14476
14477 \backslash
14478 fbox
14479 \series default
14480 の引数としてparboxが使われているので、この場合には、
14481 \series bold
14482
14483 \backslash
14484 fbox
14485 \series default
14486 を使おうが
14487 \series bold
14488
14489 \backslash
14490 boxed
14491 \series default
14492 を使おうが、差は生じません。
14493 \end_layout
14494
14495 \begin_layout Standard
14496 \begin_inset VSpace bigskip
14497 \end_inset
14498
14499 段落ボックスは、数式にじかにコメントを付けるのにたいへん便利です。これを行うには、
14500 \series bold
14501
14502 \backslash
14503 parbox
14504 \series default
14505
14506 \series bold
14507
14508 \backslash
14509 tag
14510 \series default
14511 コマンドといっしょに使います(
14512 \series bold
14513
14514 \backslash
14515 tag
14516 \series default
14517 についての詳細は、第
14518 \begin_inset CommandInset ref
14519 LatexCommand ref
14520 reference "sub:ユーザー定義番号"
14521
14522 \end_inset
14523
14524 節をご参照下さい)
14525 \end_layout
14526
14527 \begin_layout Standard
14528 以下は、
14529 \series bold
14530
14531 \backslash
14532 parbox
14533 \series default
14534 を使ってコメントを付けた数式の例です。
14535 \end_layout
14536
14537 \begin_layout Standard
14538 \begin_inset ERT
14539 status collapsed
14540
14541 \begin_layout Plain Layout
14542
14543
14544 \backslash
14545 [5x-7b=3b
14546 \backslash
14547 tag*{
14548 \backslash
14549 parbox{5cm}{
14550 \end_layout
14551
14552 \end_inset
14553
14554 これは説明です。数式や多行数式本体からはっきりと離れています。
14555 \begin_inset ERT
14556 status collapsed
14557
14558 \begin_layout Plain Layout
14559
14560 }}
14561 \backslash
14562 ]
14563 \end_layout
14564
14565 \end_inset
14566
14567
14568 \end_layout
14569
14570 \begin_layout Standard
14571 LyXは、まだ数式中での
14572 \series bold
14573
14574 \backslash
14575 parbox
14576 \series default
14577 コマンドをサポートしていないので、上のような数式は、完全にTeXモードで挿入しなくてはなりません。この数式は、以下のようなコマンド列を使って作ってあります。
14578 \end_layout
14579
14580 \begin_layout Standard
14581 まず、
14582 \series bold
14583
14584 \backslash
14585 [5x-7b=3b
14586 \backslash
14587 tag*
14588 \backslash
14589 {
14590 \backslash
14591 parbox{5cm}{
14592 \series default
14593 というコマンドをTeXモードで挿入します
14594 \begin_inset Foot
14595 status collapsed
14596
14597 \begin_layout Plain Layout
14598
14599 \series bold
14600 行頭下げ
14601 \series default
14602 数式様式を使用している時には、
14603 \series bold
14604
14605 \backslash
14606 tag*
14607 \backslash
14608 {
14609 \series default
14610 の代わりに
14611 \series bold
14612
14613 \backslash
14614 hfill
14615 \series default
14616 を用いることもできます(数式様式に関しては、第
14617 \begin_inset CommandInset ref
14618 LatexCommand ref
14619 reference "sec:数式様式"
14620
14621 \end_inset
14622
14623 節をご参照下さい)。
14624 \end_layout
14625
14626 \end_inset
14627
14628 。それから、説明を通常のテキストとして入れ、最後に
14629 \series bold
14630 }}
14631 \backslash
14632 ]
14633 \series default
14634 をTeXモードで挿入します。ここで
14635 \series bold
14636
14637 \backslash
14638 [
14639 \series default
14640 および
14641 \series bold
14642
14643 \backslash
14644 ]
14645 \series default
14646 コマンドは別行立て数式を作るためのものです。
14647 \end_layout
14648
14649 \begin_layout Standard
14650
14651 \series bold
14652
14653 \backslash
14654 parbox
14655 \series default
14656 を使う利点は、数式テキストモードを使用して「コメントを付けた」以下の例と比較すると、よくわかるでしょう。
14657 \begin_inset Formula 
14658 \[
14659 5x-7b=3b\textrm{これは説明です。数式本体から離れていません...}
14660 \]
14661
14662 \end_inset
14663
14664
14665 \end_layout
14666
14667 \begin_layout Section
14668 演算子
14669 \begin_inset Index idx
14670 status collapsed
14671
14672 \begin_layout Plain Layout
14673 えんざんし@演算子
14674 \end_layout
14675
14676 \end_inset
14677
14678
14679 \end_layout
14680
14681 \begin_layout Subsection
14682 大演算子
14683 \begin_inset CommandInset label
14684 LatexCommand label
14685 name "sub:大演算子"
14686
14687 \end_inset
14688
14689
14690 \begin_inset Index idx
14691 status collapsed
14692
14693 \begin_layout Plain Layout
14694 えんざんし@演算子 ! だい@大
14695 \end_layout
14696
14697 \end_inset
14698
14699
14700 \begin_inset Index idx
14701 status collapsed
14702
14703 \begin_layout Plain Layout
14704 わ@和
14705 \end_layout
14706
14707 \end_inset
14708
14709
14710 \begin_inset Index idx
14711 status collapsed
14712
14713 \begin_layout Plain Layout
14714 せきぶんきごう@積分記号
14715 \end_layout
14716
14717 \end_inset
14718
14719
14720 \end_layout
14721
14722 \begin_layout Standard
14723 ここに挙げた積分演算子をすべて使えるようにするには、文書設定の
14724 \family sans
14725 数式オプション
14726 \family default
14727 の面にある
14728 \family sans
14729 esintパッケージを自動的に使う
14730 \family default
14731 オプションを有効にしなくてはなりません。
14732 \end_layout
14733
14734 \begin_layout Standard
14735 \begin_inset space \hfill{}
14736 \end_inset
14737
14738
14739 \begin_inset Tabular
14740 <lyxtabular version="3" rows="9" columns="2">
14741 <features rotate="0" tabularvalignment="middle">
14742 <column alignment="center" valignment="top" width="0pt">
14743 <column alignment="center" valignment="top" width="0pt">
14744 <row>
14745 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14746 \begin_inset Text
14747
14748 \begin_layout Plain Layout
14749 コマンド
14750 \end_layout
14751
14752 \end_inset
14753 </cell>
14754 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14755 \begin_inset Text
14756
14757 \begin_layout Plain Layout
14758 出力
14759 \end_layout
14760
14761 \end_inset
14762 </cell>
14763 </row>
14764 <row>
14765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14766 \begin_inset Text
14767
14768 \begin_layout Plain Layout
14769
14770 \backslash
14771 sum
14772 \begin_inset Index idx
14773 status collapsed
14774
14775 \begin_layout Plain Layout
14776 こまんど@コマンド ! S ! 
14777 \backslash
14778 sum
14779 \end_layout
14780
14781 \end_inset
14782
14783
14784 \end_layout
14785
14786 \end_inset
14787 </cell>
14788 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14789 \begin_inset Text
14790
14791 \begin_layout Plain Layout
14792 \begin_inset Formula $\sum$
14793 \end_inset
14794
14795
14796 \end_layout
14797
14798 \end_inset
14799 </cell>
14800 </row>
14801 <row>
14802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14803 \begin_inset Text
14804
14805 \begin_layout Plain Layout
14806
14807 \backslash
14808 int
14809 \begin_inset Index idx
14810 status collapsed
14811
14812 \begin_layout Plain Layout
14813 こまんど@コマンド ! I ! 
14814 \backslash
14815 int
14816 \end_layout
14817
14818 \end_inset
14819
14820
14821 \end_layout
14822
14823 \end_inset
14824 </cell>
14825 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14826 \begin_inset Text
14827
14828 \begin_layout Plain Layout
14829 \begin_inset Formula $\int$
14830 \end_inset
14831
14832
14833 \end_layout
14834
14835 \end_inset
14836 </cell>
14837 </row>
14838 <row>
14839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14840 \begin_inset Text
14841
14842 \begin_layout Plain Layout
14843
14844 \backslash
14845 oint
14846 \end_layout
14847
14848 \end_inset
14849 </cell>
14850 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14851 \begin_inset Text
14852
14853 \begin_layout Plain Layout
14854 \begin_inset Formula $\oint$
14855 \end_inset
14856
14857
14858 \end_layout
14859
14860 \end_inset
14861 </cell>
14862 </row>
14863 <row>
14864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14865 \begin_inset Text
14866
14867 \begin_layout Plain Layout
14868
14869 \backslash
14870 ointctrclockwise
14871 \end_layout
14872
14873 \end_inset
14874 </cell>
14875 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14876 \begin_inset Text
14877
14878 \begin_layout Plain Layout
14879 \begin_inset Formula $\ointctrclockwise$
14880 \end_inset
14881
14882
14883 \end_layout
14884
14885 \end_inset
14886 </cell>
14887 </row>
14888 <row>
14889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14890 \begin_inset Text
14891
14892 \begin_layout Plain Layout
14893
14894 \backslash
14895 ointclockwise
14896 \end_layout
14897
14898 \end_inset
14899 </cell>
14900 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14901 \begin_inset Text
14902
14903 \begin_layout Plain Layout
14904 \begin_inset Formula $\ointclockwise$
14905 \end_inset
14906
14907
14908 \end_layout
14909
14910 \end_inset
14911 </cell>
14912 </row>
14913 <row>
14914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14915 \begin_inset Text
14916
14917 \begin_layout Plain Layout
14918
14919 \backslash
14920 sqint
14921 \end_layout
14922
14923 \end_inset
14924 </cell>
14925 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14926 \begin_inset Text
14927
14928 \begin_layout Plain Layout
14929 \begin_inset Formula $\sqint$
14930 \end_inset
14931
14932
14933 \end_layout
14934
14935 \end_inset
14936 </cell>
14937 </row>
14938 <row>
14939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14940 \begin_inset Text
14941
14942 \begin_layout Plain Layout
14943
14944 \backslash
14945 bigcap
14946 \end_layout
14947
14948 \end_inset
14949 </cell>
14950 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14951 \begin_inset Text
14952
14953 \begin_layout Plain Layout
14954 \begin_inset Formula $\bigcap$
14955 \end_inset
14956
14957
14958 \end_layout
14959
14960 \end_inset
14961 </cell>
14962 </row>
14963 <row>
14964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14965 \begin_inset Text
14966
14967 \begin_layout Plain Layout
14968
14969 \backslash
14970 bigcup
14971 \end_layout
14972
14973 \end_inset
14974 </cell>
14975 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14976 \begin_inset Text
14977
14978 \begin_layout Plain Layout
14979 \begin_inset Formula $\bigcup$
14980 \end_inset
14981
14982
14983 \end_layout
14984
14985 \end_inset
14986 </cell>
14987 </row>
14988 </lyxtabular>
14989
14990 \end_inset
14991
14992
14993 \begin_inset space \hfill{}
14994 \end_inset
14995
14996
14997 \begin_inset Tabular
14998 <lyxtabular version="3" rows="10" columns="2">
14999 <features rotate="0" tabularvalignment="middle">
15000 <column alignment="center" valignment="top" width="0pt">
15001 <column alignment="center" valignment="top" width="0pt">
15002 <row>
15003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15004 \begin_inset Text
15005
15006 \begin_layout Plain Layout
15007 コマンド
15008 \end_layout
15009
15010 \end_inset
15011 </cell>
15012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15013 \begin_inset Text
15014
15015 \begin_layout Plain Layout
15016 出力
15017 \end_layout
15018
15019 \end_inset
15020 </cell>
15021 </row>
15022 <row>
15023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15024 \begin_inset Text
15025
15026 \begin_layout Plain Layout
15027
15028 \backslash
15029 prod
15030 \begin_inset Index idx
15031 status collapsed
15032
15033 \begin_layout Plain Layout
15034 こまんど@コマンド ! P ! 
15035 \backslash
15036 prod
15037 \end_layout
15038
15039 \end_inset
15040
15041
15042 \end_layout
15043
15044 \end_inset
15045 </cell>
15046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15047 \begin_inset Text
15048
15049 \begin_layout Plain Layout
15050 \begin_inset Formula $\prod$
15051 \end_inset
15052
15053
15054 \end_layout
15055
15056 \end_inset
15057 </cell>
15058 </row>
15059 <row>
15060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15061 \begin_inset Text
15062
15063 \begin_layout Plain Layout
15064
15065 \backslash
15066 coprod
15067 \end_layout
15068
15069 \end_inset
15070 </cell>
15071 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15072 \begin_inset Text
15073
15074 \begin_layout Plain Layout
15075 \begin_inset Formula $\coprod$
15076 \end_inset
15077
15078
15079 \end_layout
15080
15081 \end_inset
15082 </cell>
15083 </row>
15084 <row>
15085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15086 \begin_inset Text
15087
15088 \begin_layout Plain Layout
15089
15090 \backslash
15091 bigodot
15092 \end_layout
15093
15094 \end_inset
15095 </cell>
15096 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15097 \begin_inset Text
15098
15099 \begin_layout Plain Layout
15100 \begin_inset Formula $\bigodot$
15101 \end_inset
15102
15103
15104 \end_layout
15105
15106 \end_inset
15107 </cell>
15108 </row>
15109 <row>
15110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15111 \begin_inset Text
15112
15113 \begin_layout Plain Layout
15114
15115 \backslash
15116 bigotimes
15117 \end_layout
15118
15119 \end_inset
15120 </cell>
15121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15122 \begin_inset Text
15123
15124 \begin_layout Plain Layout
15125 \begin_inset Formula $\bigotimes$
15126 \end_inset
15127
15128
15129 \end_layout
15130
15131 \end_inset
15132 </cell>
15133 </row>
15134 <row>
15135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15136 \begin_inset Text
15137
15138 \begin_layout Plain Layout
15139
15140 \backslash
15141 bigoplus
15142 \end_layout
15143
15144 \end_inset
15145 </cell>
15146 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15147 \begin_inset Text
15148
15149 \begin_layout Plain Layout
15150 \begin_inset Formula $\bigoplus$
15151 \end_inset
15152
15153
15154 \end_layout
15155
15156 \end_inset
15157 </cell>
15158 </row>
15159 <row>
15160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15161 \begin_inset Text
15162
15163 \begin_layout Plain Layout
15164
15165 \backslash
15166 bigwedge
15167 \end_layout
15168
15169 \end_inset
15170 </cell>
15171 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15172 \begin_inset Text
15173
15174 \begin_layout Plain Layout
15175 \begin_inset Formula $\bigwedge$
15176 \end_inset
15177
15178
15179 \end_layout
15180
15181 \end_inset
15182 </cell>
15183 </row>
15184 <row>
15185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15186 \begin_inset Text
15187
15188 \begin_layout Plain Layout
15189
15190 \backslash
15191 bigvee
15192 \end_layout
15193
15194 \end_inset
15195 </cell>
15196 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15197 \begin_inset Text
15198
15199 \begin_layout Plain Layout
15200 \begin_inset Formula $\bigvee$
15201 \end_inset
15202
15203
15204 \end_layout
15205
15206 \end_inset
15207 </cell>
15208 </row>
15209 <row>
15210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15211 \begin_inset Text
15212
15213 \begin_layout Plain Layout
15214
15215 \backslash
15216 bigsqcup
15217 \end_layout
15218
15219 \end_inset
15220 </cell>
15221 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15222 \begin_inset Text
15223
15224 \begin_layout Plain Layout
15225 \begin_inset Formula $\bigsqcup$
15226 \end_inset
15227
15228
15229 \end_layout
15230
15231 \end_inset
15232 </cell>
15233 </row>
15234 <row>
15235 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15236 \begin_inset Text
15237
15238 \begin_layout Plain Layout
15239
15240 \backslash
15241 biguplus
15242 \end_layout
15243
15244 \end_inset
15245 </cell>
15246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15247 \begin_inset Text
15248
15249 \begin_layout Plain Layout
15250 \begin_inset Formula $\biguplus$
15251 \end_inset
15252
15253
15254 \end_layout
15255
15256 \end_inset
15257 </cell>
15258 </row>
15259 </lyxtabular>
15260
15261 \end_inset
15262
15263
15264 \begin_inset space \hfill{}
15265 \end_inset
15266
15267
15268 \end_layout
15269
15270 \begin_layout Standard
15271 すべての大演算子は、数式ツールバーボタンの
15272 \begin_inset Graphics
15273         filename ../../images/math/intop.png
15274         scale 85
15275
15276 \end_inset
15277
15278 でも挿入することができます。
15279 \end_layout
15280
15281 \begin_layout Standard
15282 これらの演算子は、よく見ないと同じように見える二項演算子よりも大きいので、大演算子と呼ばれます。大演算子はすべて、次小節で説明する「範囲」をとることができます。
15283 \end_layout
15284
15285 \begin_layout Standard
15286 積分演算子はすべて、
15287 \series bold
15288
15289 \backslash
15290 intop
15291 \series default
15292
15293 \series bold
15294
15295 \backslash
15296 ointop
15297 \series default
15298 のように、
15299 \series bold
15300 op
15301 \series default
15302 で終わる別バージョンがあります。これらの演算子は、
15303 \series bold
15304
15305 \backslash
15306 int
15307 \series default
15308 とは範囲の表示のしかたが異なります。第
15309 \begin_inset CommandInset ref
15310 LatexCommand ref
15311 reference "sub:演算子の範囲"
15312
15313 \end_inset
15314
15315 節をご参照下さい。
15316 \end_layout
15317
15318 \begin_layout Subsubsection*
15319 積分の子細
15320 \end_layout
15321
15322 \begin_layout Standard
15323 積分中で用いられる文字
15324 \emph on
15325 d
15326 \emph default
15327 は演算子なので、アップライト体で組まれなくてはなりません。これを行うには
15328 \emph on
15329 d
15330 \emph default
15331 を選択して、
15332 \begin_inset Flex Ruby
15333 status collapsed
15334
15335 \begin_layout Plain Layout
15336 捷径
15337 \begin_inset Argument post:1
15338 status collapsed
15339
15340 \begin_layout Plain Layout
15341 ショートカット
15342 \end_layout
15343
15344 \end_inset
15345
15346
15347 \end_layout
15348
15349 \end_inset
15350
15351
15352 \begin_inset Info
15353 type  "shortcut"
15354 arg   "font-roman"
15355 \end_inset
15356
15357 を用います
15358 \begin_inset Foot
15359 status collapsed
15360
15361 \begin_layout Plain Layout
15362 文字様式については、第
15363 \begin_inset CommandInset ref
15364 LatexCommand ref
15365 reference "sub:書体様式"
15366
15367 \end_inset
15368
15369 節参照。
15370 \end_layout
15371
15372 \end_inset
15373
15374 。最後に、演算子の慣例に倣って、
15375 \emph on
15376 d
15377 \emph default
15378 の前に最小空白を挿入しなくてはなりません。たとえば、
15379 \end_layout
15380
15381 \begin_layout Standard
15382 正しくない例:
15383 \begin_inset Formula $\int A(x)dx$
15384 \end_inset
15385
15386
15387 \begin_inset Newline newline
15388 \end_inset
15389
15390 正しい
15391 \begin_inset Phantom HPhantom
15392 status open
15393
15394 \begin_layout Plain Layout
15395 ない
15396 \end_layout
15397
15398 \end_inset
15399
15400 例:
15401 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15402 \end_inset
15403
15404
15405 \end_layout
15406
15407 \begin_layout Standard
15408 多重積分に関しては、以下のコマンドがあります。
15409 \begin_inset VSpace medskip
15410 \end_inset
15411
15412
15413 \end_layout
15414
15415 \begin_layout Standard
15416 \begin_inset space \hfill{}
15417 \end_inset
15418
15419
15420 \begin_inset Tabular
15421 <lyxtabular version="3" rows="4" columns="2">
15422 <features rotate="0" tabularvalignment="middle">
15423 <column alignment="center" valignment="top">
15424 <column alignment="center" valignment="top">
15425 <row>
15426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15427 \begin_inset Text
15428
15429 \begin_layout Plain Layout
15430 コマンド
15431 \end_layout
15432
15433 \end_inset
15434 </cell>
15435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15436 \begin_inset Text
15437
15438 \begin_layout Plain Layout
15439 出力
15440 \begin_inset Note Note
15441 status collapsed
15442
15443 \begin_layout Plain Layout
15444 ここで
15445 \series bold
15446
15447 \backslash
15448 raisebox
15449 \series default
15450 はスペーサーとして使用しているだけです。
15451 \end_layout
15452
15453 \end_inset
15454
15455
15456 \end_layout
15457
15458 \end_inset
15459 </cell>
15460 </row>
15461 <row>
15462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15463 \begin_inset Text
15464
15465 \begin_layout Plain Layout
15466
15467 \backslash
15468 iint
15469 \end_layout
15470
15471 \end_inset
15472 </cell>
15473 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15474 \begin_inset Text
15475
15476 \begin_layout Plain Layout
15477 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15478 \end_inset
15479
15480
15481 \end_layout
15482
15483 \end_inset
15484 </cell>
15485 </row>
15486 <row>
15487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15488 \begin_inset Text
15489
15490 \begin_layout Plain Layout
15491
15492 \backslash
15493 oiint
15494 \end_layout
15495
15496 \end_inset
15497 </cell>
15498 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15499 \begin_inset Text
15500
15501 \begin_layout Plain Layout
15502 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
15503 \end_inset
15504
15505
15506 \end_layout
15507
15508 \end_inset
15509 </cell>
15510 </row>
15511 <row>
15512 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15513 \begin_inset Text
15514
15515 \begin_layout Plain Layout
15516
15517 \backslash
15518 sqiint
15519 \end_layout
15520
15521 \end_inset
15522 </cell>
15523 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15524 \begin_inset Text
15525
15526 \begin_layout Plain Layout
15527 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
15528 \end_inset
15529
15530
15531 \end_layout
15532
15533 \end_inset
15534 </cell>
15535 </row>
15536 </lyxtabular>
15537
15538 \end_inset
15539
15540
15541 \begin_inset space \hfill{}
15542 \end_inset
15543
15544
15545 \begin_inset Tabular
15546 <lyxtabular version="3" rows="4" columns="2">
15547 <features rotate="0" tabularvalignment="middle">
15548 <column alignment="center" valignment="top">
15549 <column alignment="center" valignment="top">
15550 <row>
15551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15552 \begin_inset Text
15553
15554 \begin_layout Plain Layout
15555 コマンド
15556 \end_layout
15557
15558 \end_inset
15559 </cell>
15560 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15561 \begin_inset Text
15562
15563 \begin_layout Plain Layout
15564 出力
15565 \end_layout
15566
15567 \end_inset
15568 </cell>
15569 </row>
15570 <row>
15571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15572 \begin_inset Text
15573
15574 \begin_layout Plain Layout
15575
15576 \backslash
15577 iiint
15578 \end_layout
15579
15580 \end_inset
15581 </cell>
15582 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15583 \begin_inset Text
15584
15585 \begin_layout Plain Layout
15586 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
15587 \end_inset
15588
15589
15590 \end_layout
15591
15592 \end_inset
15593 </cell>
15594 </row>
15595 <row>
15596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15597 \begin_inset Text
15598
15599 \begin_layout Plain Layout
15600
15601 \backslash
15602 iiiint
15603 \end_layout
15604
15605 \end_inset
15606 </cell>
15607 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15608 \begin_inset Text
15609
15610 \begin_layout Plain Layout
15611 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
15612 \end_inset
15613
15614
15615 \end_layout
15616
15617 \end_inset
15618 </cell>
15619 </row>
15620 <row>
15621 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15622 \begin_inset Text
15623
15624 \begin_layout Plain Layout
15625
15626 \backslash
15627 dotsint
15628 \end_layout
15629
15630 \end_inset
15631 </cell>
15632 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15633 \begin_inset Text
15634
15635 \begin_layout Plain Layout
15636 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
15637 \end_inset
15638
15639
15640 \end_layout
15641
15642 \end_inset
15643 </cell>
15644 </row>
15645 </lyxtabular>
15646
15647 \end_inset
15648
15649
15650 \begin_inset space \hfill{}
15651 \end_inset
15652
15653
15654 \end_layout
15655
15656 \begin_layout Subsection
15657 演算子の範囲
15658 \begin_inset CommandInset label
15659 LatexCommand label
15660 name "sub:演算子の範囲"
15661
15662 \end_inset
15663
15664
15665 \begin_inset Index idx
15666 status collapsed
15667
15668 \begin_layout Plain Layout
15669 えんざんし@演算子 ! はんい@範囲
15670 \end_layout
15671
15672 \end_inset
15673
15674
15675 \end_layout
15676
15677 \begin_layout Standard
15678 範囲は、上付き文字と下付き文字とで作成することができます。
15679 \end_layout
15680
15681 \begin_layout Standard
15682 \align center
15683 \begin_inset Tabular
15684 <lyxtabular version="3" rows="2" columns="2">
15685 <features rotate="0" tabularvalignment="middle">
15686 <column alignment="center" valignment="top" width="0pt">
15687 <column alignment="center" valignment="top" width="0pt">
15688 <row>
15689 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15690 \begin_inset Text
15691
15692 \begin_layout Plain Layout
15693 コマンド
15694 \end_layout
15695
15696 \end_inset
15697 </cell>
15698 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15699 \begin_inset Text
15700
15701 \begin_layout Plain Layout
15702 出力
15703 \begin_inset Note Note
15704 status collapsed
15705
15706 \begin_layout Plain Layout
15707 ここで
15708 \series bold
15709
15710 \backslash
15711 raisebox
15712 \series default
15713 はスペーサーとして使用しているだけです。
15714 \end_layout
15715
15716 \end_inset
15717
15718
15719 \end_layout
15720
15721 \end_inset
15722 </cell>
15723 </row>
15724 <row>
15725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15726 \begin_inset Text
15727
15728 \begin_layout Plain Layout
15729
15730 \backslash
15731 prod^
15732 \backslash
15733 infty
15734 \begin_inset ERT
15735 status collapsed
15736
15737 \begin_layout Plain Layout
15738
15739
15740 \backslash
15741 spce 
15742 \end_layout
15743
15744 \end_inset
15745
15746
15747 \begin_inset Formula $\to$
15748 \end_inset
15749
15750 _0
15751 \begin_inset Formula $\to$
15752 \end_inset
15753
15754 A(x)
15755 \end_layout
15756
15757 \end_inset
15758 </cell>
15759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15760 \begin_inset Text
15761
15762 \begin_layout Plain Layout
15763 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
15764 \end_inset
15765
15766
15767 \end_layout
15768
15769 \end_inset
15770 </cell>
15771 </row>
15772 </lyxtabular>
15773
15774 \end_inset
15775
15776
15777 \end_layout
15778
15779 \begin_layout Standard
15780 行内数式では、範囲は演算子の右横に表示されます。別行立て数式での範囲は、積分範囲を除き、演算子の上と下に表示されます。
15781 \end_layout
15782
15783 \begin_layout Standard
15784 範囲が演算子の横に表示されるように強制するには、カーソルを当該演算子の直後において、
15785 \family sans
15786 編集\SpecialChar \menuseparator
15787 数式\SpecialChar \menuseparator
15788 範囲の表記を変更
15789 \family default
15790 メニューで
15791 \family sans
15792 \series bold
15793 行内形式
15794 \family default
15795 \series default
15796 (
15797 \begin_inset Flex Ruby
15798 status collapsed
15799
15800 \begin_layout Plain Layout
15801 捷径
15802 \begin_inset Argument post:1
15803 status collapsed
15804
15805 \begin_layout Plain Layout
15806 ショートカット
15807 \end_layout
15808
15809 \end_inset
15810
15811
15812 \end_layout
15813
15814 \end_inset
15815
15816
15817 \begin_inset Info
15818 type  "shortcut"
15819 arg   "math-limits"
15820 \end_inset
15821
15822 )を選択することで範囲形式を変更することができます。以下はその用例です。
15823 \end_layout
15824
15825 \begin_layout Standard
15826 既定の範囲形式は、以下のようになっています。
15827 \begin_inset Formula 
15828 \[
15829 \sum_{x=0}^{\infty}\frac{1}{x^{2}}
15830 \]
15831
15832 \end_inset
15833
15834 以下は、範囲形式を
15835 \family sans
15836 \series bold
15837 行内形式
15838 \family default
15839 \series default
15840 に変更したときの表示です。
15841 \begin_inset Formula 
15842 \[
15843 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}
15844 \]
15845
15846 \end_inset
15847
15848
15849 \series bold
15850
15851 \backslash
15852 intop
15853 \series default
15854
15855 \series bold
15856
15857 \backslash
15858 ointop
15859 \series default
15860 などのように
15861 \series bold
15862 op
15863 \series default
15864 で終わるもの以外の積分記号では、範囲は、既定で演算子の横に設定されます。しかし、多重積分においては、範囲を演算子の下に置くべきときがあります。このことから、以下
15865 の例では、範囲形式を
15866 \series bold
15867 別行立て形式
15868 \series default
15869 にして積分記号の下に置くようにしています。
15870 \begin_inset Formula 
15871 \begin{equation}
15872 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}
15873 \end{equation}
15874
15875 \end_inset
15876
15877
15878 \end_layout
15879
15880 \begin_layout Standard
15881 \begin_inset VSpace medskip
15882 \end_inset
15883
15884 範囲に条件を指定したい場合には、
15885 \series bold
15886
15887 \backslash
15888 subarray
15889 \series default
15890
15891 \begin_inset Index idx
15892 status collapsed
15893
15894 \begin_layout Plain Layout
15895 こまんど@コマンド ! S ! 
15896 \backslash
15897 subarray
15898 \end_layout
15899
15900 \end_inset
15901
15902 コマンドや
15903 \series bold
15904
15905 \backslash
15906 substack
15907 \series default
15908
15909 \begin_inset Index idx
15910 status collapsed
15911
15912 \begin_layout Plain Layout
15913 こまんど@コマンド ! S ! 
15914 \backslash
15915 substack
15916 \end_layout
15917
15918 \end_inset
15919
15920 コマンドを使用します。たとえば、以下の表記 
15921 \begin_inset Formula 
15922 \begin{equation}
15923 \sum_{\begin{subarray}{c}
15924 0<k<1000\\
15925 \\
15926 k\,\in\,\mathbb{N}
15927 \end{subarray}}^{n}k^{-2}\label{eq:substack}
15928 \end{equation}
15929
15930 \end_inset
15931
15932
15933 \end_layout
15934
15935 \begin_layout Standard
15936 を作成するには、以下のようにしなくてはなりません。
15937 \begin_inset Newline newline
15938 \end_inset
15939
15940 まず、
15941 \series bold
15942
15943 \backslash
15944 sum
15945 \series default
15946 ^
15947 \series bold
15948 n
15949 \begin_inset ERT
15950 status collapsed
15951
15952 \begin_layout Plain Layout
15953
15954
15955 \backslash
15956 spce 
15957 \end_layout
15958
15959 \end_inset
15960
15961 _
15962 \series default
15963 というコマンドを入力します。すると、和演算子の下の青枠に移動するので、ここに
15964 \series bold
15965
15966 \backslash
15967 subarray
15968 \begin_inset ERT
15969 status collapsed
15970
15971 \begin_layout Plain Layout
15972
15973
15974 \backslash
15975 spce 
15976 \end_layout
15977
15978 \end_inset
15979
15980
15981 \series default
15982 コマンドを挿入します。すると、青枠が紫枠の中に入って、ここに複数の行を書き込むことができるようになります。新しい行は、改行(
15983 \begin_inset Info
15984 type  "shortcut"
15985 arg   "newline-insert newline"
15986 \end_inset
15987
15988 )を挿入することで作ることができます。ここに
15989 \begin_inset Newline newline
15990 \end_inset
15991
15992
15993 \series bold
15994 0
15995 \begin_inset Formula $\boldsymbol{<}$
15996 \end_inset
15997
15998 k
15999 \begin_inset Formula $\boldsymbol{<}$
16000 \end_inset
16001
16002 1000 Ctrl+Return
16003 \begin_inset Newline newline
16004 \end_inset
16005
16006
16007 \series default
16008 と入力すると、新規行のための新しい枠が現れます。
16009 \end_layout
16010
16011 \begin_layout Standard
16012 各行の揃え方は、
16013 \family sans
16014 表ツールバー
16015 \family default
16016
16017 \family sans
16018 編集\SpecialChar \menuseparator
16019 行と列
16020 \family default
16021 メニューで変更することができますが、右揃えにするには、行頭に
16022 \series bold
16023
16024 \backslash
16025 hfill
16026 \begin_inset ERT
16027 status collapsed
16028
16029 \begin_layout Plain Layout
16030
16031
16032 \backslash
16033 spce 
16034 \end_layout
16035
16036 \end_inset
16037
16038
16039 \series default
16040 を挿入しなくてはなりません。
16041 \end_layout
16042
16043 \begin_layout Standard
16044
16045 \series bold
16046
16047 \backslash
16048 substack
16049 \series default
16050 コマンドは、各行がつねに中央揃えになることを除いては、
16051 \series bold
16052
16053 \backslash
16054 subarray
16055 \series default
16056 と同じです。
16057 \end_layout
16058
16059 \begin_layout Standard
16060 \begin_inset VSpace bigskip
16061 \end_inset
16062
16063 演算子の後に来る文字は、範囲の横に来るので、
16064 \begin_inset CommandInset ref
16065 LatexCommand eqref
16066 reference "eq:substack"
16067
16068 \end_inset
16069
16070 式のように、演算子の横の余白が大きくなりすぎることがあります。
16071 \end_layout
16072
16073 \begin_layout Standard
16074 これを避けるには、LaTeXプリアンブルに以下のようなマクロを指定する方法があります。
16075 \end_layout
16076
16077 \begin_layout Standard
16078
16079 \series bold
16080
16081 \backslash
16082 def
16083 \backslash
16084 clap#1{
16085 \backslash
16086 hbox to 0pt{
16087 \backslash
16088 hss #1
16089 \backslash
16090 hss}}
16091 \begin_inset Newline newline
16092 \end_inset
16093
16094
16095 \backslash
16096 def
16097 \backslash
16098 mathclap {
16099 \backslash
16100 mathpalette 
16101 \backslash
16102 mathclapinternal}
16103 \begin_inset Newline newline
16104 \end_inset
16105
16106
16107 \backslash
16108 def
16109 \backslash
16110 mathclapinternal #1#2{
16111 \backslash
16112 clap{$
16113 \backslash
16114 mathsurround =0pt #1{#2}$}}
16115 \end_layout
16116
16117 \begin_layout Standard
16118 これは、範囲の幅を0
16119 \begin_inset space \thinspace{}
16120 \end_inset
16121
16122 ptに設定する
16123 \series bold
16124
16125 \backslash
16126 mathclap
16127 \series default
16128
16129 \begin_inset Index idx
16130 status collapsed
16131
16132 \begin_layout Plain Layout
16133 こまんど@コマンド ! M ! 
16134 \backslash
16135 mathclap
16136 \end_layout
16137
16138 \end_inset
16139
16140 コマンドを定義しています。このコマンドの書式は、
16141 \end_layout
16142
16143 \begin_layout Standard
16144
16145 \series bold
16146
16147 \backslash
16148 mathclap{範囲}
16149 \end_layout
16150
16151 \begin_layout Standard
16152 となっていて、「範囲」には複数の条件を入れることができます。
16153 \end_layout
16154
16155 \begin_layout Standard
16156 これを
16157 \begin_inset CommandInset ref
16158 LatexCommand eqref
16159 reference "eq:substack"
16160
16161 \end_inset
16162
16163 式に応用すると、以下のようなコマンド
16164 \end_layout
16165
16166 \begin_layout Standard
16167
16168 \series bold
16169
16170 \backslash
16171 sum_
16172 \backslash
16173 mathclap{
16174 \backslash
16175 substack
16176 \begin_inset ERT
16177 status collapsed
16178
16179 \begin_layout Plain Layout
16180
16181
16182 \backslash
16183 spce 
16184 \end_layout
16185
16186 \end_inset
16187
16188 0
16189 \begin_inset Formula $\boldsymbol{<}$
16190 \end_inset
16191
16192 k
16193 \begin_inset Formula $\boldsymbol{<}$
16194 \end_inset
16195
16196 1000 Ctrl+Return
16197 \end_layout
16198
16199 \begin_layout Standard
16200 を使用して下限を作成することになります。これによって、足される要素は、和演算子の直後に来ることになります。
16201 \begin_inset Formula 
16202 \[
16203 \sum_{\mathclap{\substack{0<k<1000\\
16204 \\
16205 k\,\in\,\mathbb{N}
16206 }
16207 }}^{n}k^{-2}
16208 \]
16209
16210 \end_inset
16211
16212
16213 \end_layout
16214
16215 \begin_layout Standard
16216 \begin_inset VSpace bigskip
16217 \end_inset
16218
16219 一つの範囲を複数の演算子に用いる方法が、第
16220 \begin_inset CommandInset ref
16221 LatexCommand ref
16222 reference "sub:自己定義演算子"
16223
16224 \end_inset
16225
16226 節に述べられています。
16227 \end_layout
16228
16229 \begin_layout Subsection
16230 演算子の修飾
16231 \begin_inset Index idx
16232 status open
16233
16234 \begin_layout Plain Layout
16235 えんざんし@演算子 ! 
16236 \family sans
16237 \series bold
16238 しゅうしょく@修飾
16239 \end_layout
16240
16241 \end_inset
16242
16243
16244 \end_layout
16245
16246 \begin_layout Standard
16247
16248 \series bold
16249
16250 \backslash
16251 overset
16252 \series default
16253
16254 \begin_inset Index idx
16255 status collapsed
16256
16257 \begin_layout Plain Layout
16258 こまんど@コマンド ! O ! 
16259 \backslash
16260 overset
16261 \end_layout
16262
16263 \end_inset
16264
16265 コマンドや
16266 \series bold
16267
16268 \backslash
16269 underset
16270 \series default
16271
16272 \begin_inset Index idx
16273 status collapsed
16274
16275 \begin_layout Plain Layout
16276 こまんど@コマンド ! U ! 
16277 \backslash
16278 underset
16279 \end_layout
16280
16281 \end_inset
16282
16283 コマンドを使うと、それぞれ演算子の上や下に、文字をアクセントとして付けることができます。また、
16284 \series bold
16285
16286 \backslash
16287 sideset
16288 \series default
16289
16290 \begin_inset Index idx
16291 status collapsed
16292
16293 \begin_layout Plain Layout
16294 こまんど@コマンド ! S ! 
16295 \backslash
16296 sideset
16297 \end_layout
16298
16299 \end_inset
16300
16301 コマンドを使うと、文字を演算子の前や後ろに付けることができます。コマンド書式は、
16302 \end_layout
16303
16304 \begin_layout Standard
16305
16306 \series bold
16307
16308 \backslash
16309 sideset{前置文字}{後置文字}
16310 \end_layout
16311
16312 \begin_layout Standard
16313
16314 \series bold
16315
16316 \backslash
16317 sideset
16318 \series default
16319 は、かならずアクセントを付ける演算子の前に置かなくてはなりません。複数の文字や他の演算子、記号もアクセントとして使用することができます。たとえば、
16320 \series bold
16321
16322 \backslash
16323 sideset
16324 \series default
16325 を使って演算子の後だけに文字を配置したい場合には、最初の括弧の中には何も書かないようにしますが、括弧を省略することはできません。
16326 \end_layout
16327
16328 \begin_layout Standard
16329 たとえば、
16330 \series bold
16331
16332 \backslash
16333 sideset{
16334 \begin_inset Formula $\to$
16335 \end_inset
16336
16337
16338 \backslash
16339 {
16340 \series default
16341 '
16342 \series bold
16343
16344 \begin_inset Formula $\to$
16345 \end_inset
16346
16347
16348 \backslash
16349 sum_k=1
16350 \begin_inset ERT
16351 status collapsed
16352
16353 \begin_layout Plain Layout
16354
16355
16356 \backslash
16357 spce 
16358 \end_layout
16359
16360 \end_inset
16361
16362
16363 \series default
16364 ^
16365 \series bold
16366 n
16367 \series default
16368 というコマンドを入力すると、
16369 \begin_inset Formula 
16370 \[
16371 \sideset{}{'}\sum_{k=1}^{n}
16372 \]
16373
16374 \end_inset
16375
16376 のようになります。
16377 \end_layout
16378
16379 \begin_layout Standard
16380 \begin_inset Note Greyedout
16381 status open
16382
16383 \begin_layout Plain Layout
16384
16385 \series bold
16386 【註】
16387 \backslash
16388 sideset
16389 \series default
16390 は、大演算子を修飾するためだけに用いることができ、二項演算子には用いることができません。
16391 \end_layout
16392
16393 \end_inset
16394
16395
16396 \end_layout
16397
16398 \begin_layout Standard
16399 のようになります。最後の例からわかるように、
16400 \series bold
16401
16402 \backslash
16403 overset
16404 \series default
16405
16406 \series bold
16407
16408 \backslash
16409 underset
16410 \series default
16411 では、記号や文字にアクセントをつけることもできます。一方。 また、
16412 \series bold
16413
16414 \backslash
16415 overset
16416 \begin_inset ERT
16417 status collapsed
16418
16419 \begin_layout Plain Layout
16420
16421
16422 \backslash
16423 spce 
16424 \end_layout
16425
16426 \end_inset
16427
16428
16429 \backslash
16430 maltese
16431 \begin_inset ERT
16432 status collapsed
16433
16434 \begin_layout Plain Layout
16435
16436
16437 \backslash
16438 spce 
16439 \end_layout
16440
16441 \end_inset
16442
16443
16444 \series default
16445
16446 \begin_inset Formula $\uparrow$
16447 \end_inset
16448
16449
16450 \series bold
16451 a
16452 \series default
16453 というコマンドならば、
16454 \begin_inset Formula 
16455 \[
16456 \overset{a}{\maltese}
16457 \]
16458
16459 \end_inset
16460
16461
16462 \end_layout
16463
16464 \begin_layout Subsection
16465 二項演算子
16466 \begin_inset CommandInset label
16467 LatexCommand label
16468 name "sub:二項演算子"
16469
16470 \end_inset
16471
16472
16473 \begin_inset Index idx
16474 status collapsed
16475
16476 \begin_layout Plain Layout
16477 えんざんし@演算子 ! にこう@二項
16478 \end_layout
16479
16480 \end_inset
16481
16482
16483 \end_layout
16484
16485 \begin_layout Standard
16486 二項演算子は、前後に文字がある場合、周囲に余白が入ります。
16487 \begin_inset VSpace medskip
16488 \end_inset
16489
16490
16491 \end_layout
16492
16493 \begin_layout Standard
16494 \begin_inset space \hfill{}
16495 \end_inset
16496
16497
16498 \begin_inset Tabular
16499 <lyxtabular version="3" rows="13" columns="2">
16500 <features rotate="0" tabularvalignment="middle">
16501 <column alignment="center" valignment="top" width="0pt">
16502 <column alignment="center" valignment="top" width="0pt">
16503 <row>
16504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16505 \begin_inset Text
16506
16507 \begin_layout Plain Layout
16508 コマンド
16509 \begin_inset Note Note
16510 status collapsed
16511
16512 \begin_layout Plain Layout
16513 ここで
16514 \series bold
16515
16516 \backslash
16517 raisebox
16518 \series default
16519 はスペーサーとして使用しているだけです。
16520 \end_layout
16521
16522 \end_inset
16523
16524
16525 \end_layout
16526
16527 \end_inset
16528 </cell>
16529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16530 \begin_inset Text
16531
16532 \begin_layout Plain Layout
16533 出力
16534 \end_layout
16535
16536 \end_inset
16537 </cell>
16538 </row>
16539 <row>
16540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16541 \begin_inset Text
16542
16543 \begin_layout Plain Layout
16544 +
16545 \end_layout
16546
16547 \end_inset
16548 </cell>
16549 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16550 \begin_inset Text
16551
16552 \begin_layout Plain Layout
16553 \begin_inset Formula $+$
16554 \end_inset
16555
16556
16557 \end_layout
16558
16559 \end_inset
16560 </cell>
16561 </row>
16562 <row>
16563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16564 \begin_inset Text
16565
16566 \begin_layout Plain Layout
16567 -
16568 \end_layout
16569
16570 \end_inset
16571 </cell>
16572 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16573 \begin_inset Text
16574
16575 \begin_layout Plain Layout
16576 \begin_inset Formula $-$
16577 \end_inset
16578
16579
16580 \end_layout
16581
16582 \end_inset
16583 </cell>
16584 </row>
16585 <row>
16586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16587 \begin_inset Text
16588
16589 \begin_layout Plain Layout
16590
16591 \backslash
16592 pm
16593 \end_layout
16594
16595 \end_inset
16596 </cell>
16597 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16598 \begin_inset Text
16599
16600 \begin_layout Plain Layout
16601 \begin_inset Formula $\pm$
16602 \end_inset
16603
16604
16605 \end_layout
16606
16607 \end_inset
16608 </cell>
16609 </row>
16610 <row>
16611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16612 \begin_inset Text
16613
16614 \begin_layout Plain Layout
16615
16616 \backslash
16617 mp
16618 \end_layout
16619
16620 \end_inset
16621 </cell>
16622 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16623 \begin_inset Text
16624
16625 \begin_layout Plain Layout
16626 \begin_inset Formula $\mp$
16627 \end_inset
16628
16629
16630 \end_layout
16631
16632 \end_inset
16633 </cell>
16634 </row>
16635 <row>
16636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16637 \begin_inset Text
16638
16639 \begin_layout Plain Layout
16640
16641 \backslash
16642 cdot
16643 \end_layout
16644
16645 \end_inset
16646 </cell>
16647 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16648 \begin_inset Text
16649
16650 \begin_layout Plain Layout
16651 \begin_inset Formula $\cdot$
16652 \end_inset
16653
16654
16655 \end_layout
16656
16657 \end_inset
16658 </cell>
16659 </row>
16660 <row>
16661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16662 \begin_inset Text
16663
16664 \begin_layout Plain Layout
16665
16666 \backslash
16667 times
16668 \end_layout
16669
16670 \end_inset
16671 </cell>
16672 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16673 \begin_inset Text
16674
16675 \begin_layout Plain Layout
16676 \begin_inset Formula $\times$
16677 \end_inset
16678
16679
16680 \end_layout
16681
16682 \end_inset
16683 </cell>
16684 </row>
16685 <row>
16686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16687 \begin_inset Text
16688
16689 \begin_layout Plain Layout
16690
16691 \backslash
16692 div
16693 \end_layout
16694
16695 \end_inset
16696 </cell>
16697 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16698 \begin_inset Text
16699
16700 \begin_layout Plain Layout
16701 \begin_inset Formula $\div$
16702 \end_inset
16703
16704
16705 \end_layout
16706
16707 \end_inset
16708 </cell>
16709 </row>
16710 <row>
16711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16712 \begin_inset Text
16713
16714 \begin_layout Plain Layout
16715 \begin_inset ERT
16716 status collapsed
16717
16718 \begin_layout Plain Layout
16719
16720
16721 \backslash
16722 raisebox{-1.2mm}{
16723 \end_layout
16724
16725 \end_inset
16726
16727 *
16728 \begin_inset ERT
16729 status collapsed
16730
16731 \begin_layout Plain Layout
16732
16733 }
16734 \end_layout
16735
16736 \end_inset
16737
16738
16739 \end_layout
16740
16741 \end_inset
16742 </cell>
16743 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16744 \begin_inset Text
16745
16746 \begin_layout Plain Layout
16747 \begin_inset Formula $*$
16748 \end_inset
16749
16750
16751 \end_layout
16752
16753 \end_inset
16754 </cell>
16755 </row>
16756 <row>
16757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16758 \begin_inset Text
16759
16760 \begin_layout Plain Layout
16761
16762 \backslash
16763 star
16764 \end_layout
16765
16766 \end_inset
16767 </cell>
16768 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16769 \begin_inset Text
16770
16771 \begin_layout Plain Layout
16772 \begin_inset Formula $\star$
16773 \end_inset
16774
16775
16776 \end_layout
16777
16778 \end_inset
16779 </cell>
16780 </row>
16781 <row>
16782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16783 \begin_inset Text
16784
16785 \begin_layout Plain Layout
16786
16787 \backslash
16788 circ
16789 \end_layout
16790
16791 \end_inset
16792 </cell>
16793 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16794 \begin_inset Text
16795
16796 \begin_layout Plain Layout
16797 \begin_inset Formula $\circ$
16798 \end_inset
16799
16800
16801 \end_layout
16802
16803 \end_inset
16804 </cell>
16805 </row>
16806 <row>
16807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16808 \begin_inset Text
16809
16810 \begin_layout Plain Layout
16811
16812 \backslash
16813 diamond
16814 \end_layout
16815
16816 \end_inset
16817 </cell>
16818 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16819 \begin_inset Text
16820
16821 \begin_layout Plain Layout
16822 \begin_inset Formula $\diamond$
16823 \end_inset
16824
16825
16826 \end_layout
16827
16828 \end_inset
16829 </cell>
16830 </row>
16831 <row>
16832 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16833 \begin_inset Text
16834
16835 \begin_layout Plain Layout
16836
16837 \backslash
16838 bullet
16839 \end_layout
16840
16841 \end_inset
16842 </cell>
16843 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16844 \begin_inset Text
16845
16846 \begin_layout Plain Layout
16847 \begin_inset Formula $\bullet$
16848 \end_inset
16849
16850
16851 \end_layout
16852
16853 \end_inset
16854 </cell>
16855 </row>
16856 </lyxtabular>
16857
16858 \end_inset
16859
16860
16861 \begin_inset space \hfill{}
16862 \end_inset
16863
16864
16865 \begin_inset Tabular
16866 <lyxtabular version="3" rows="13" columns="2">
16867 <features rotate="0" tabularvalignment="middle">
16868 <column alignment="center" valignment="top" width="0pt">
16869 <column alignment="center" valignment="top" width="0pt">
16870 <row>
16871 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16872 \begin_inset Text
16873
16874 \begin_layout Plain Layout
16875 コマンド
16876 \end_layout
16877
16878 \end_inset
16879 </cell>
16880 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16881 \begin_inset Text
16882
16883 \begin_layout Plain Layout
16884 出力
16885 \end_layout
16886
16887 \end_inset
16888 </cell>
16889 </row>
16890 <row>
16891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16892 \begin_inset Text
16893
16894 \begin_layout Plain Layout
16895
16896 \backslash
16897 nabla
16898 \end_layout
16899
16900 \end_inset
16901 </cell>
16902 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16903 \begin_inset Text
16904
16905 \begin_layout Plain Layout
16906 \begin_inset Formula $\nabla$
16907 \end_inset
16908
16909
16910 \end_layout
16911
16912 \end_inset
16913 </cell>
16914 </row>
16915 <row>
16916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16917 \begin_inset Text
16918
16919 \begin_layout Plain Layout
16920
16921 \backslash
16922 bigtriangledown
16923 \end_layout
16924
16925 \end_inset
16926 </cell>
16927 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16928 \begin_inset Text
16929
16930 \begin_layout Plain Layout
16931 \begin_inset Formula $\bigtriangledown$
16932 \end_inset
16933
16934
16935 \end_layout
16936
16937 \end_inset
16938 </cell>
16939 </row>
16940 <row>
16941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16942 \begin_inset Text
16943
16944 \begin_layout Plain Layout
16945
16946 \backslash
16947 bigtriangleup
16948 \end_layout
16949
16950 \end_inset
16951 </cell>
16952 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16953 \begin_inset Text
16954
16955 \begin_layout Plain Layout
16956 \begin_inset Formula $\bigtriangleup$
16957 \end_inset
16958
16959
16960 \end_layout
16961
16962 \end_inset
16963 </cell>
16964 </row>
16965 <row>
16966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16967 \begin_inset Text
16968
16969 \begin_layout Plain Layout
16970
16971 \backslash
16972 Box
16973 \end_layout
16974
16975 \end_inset
16976 </cell>
16977 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16978 \begin_inset Text
16979
16980 \begin_layout Plain Layout
16981 \begin_inset Formula $\Box$
16982 \end_inset
16983
16984
16985 \end_layout
16986
16987 \end_inset
16988 </cell>
16989 </row>
16990 <row>
16991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16992 \begin_inset Text
16993
16994 \begin_layout Plain Layout
16995
16996 \backslash
16997 cap 
16998 \end_layout
16999
17000 \end_inset
17001 </cell>
17002 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17003 \begin_inset Text
17004
17005 \begin_layout Plain Layout
17006 \begin_inset Formula $\cap$
17007 \end_inset
17008
17009
17010 \end_layout
17011
17012 \end_inset
17013 </cell>
17014 </row>
17015 <row>
17016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17017 \begin_inset Text
17018
17019 \begin_layout Plain Layout
17020
17021 \backslash
17022 cup
17023 \end_layout
17024
17025 \end_inset
17026 </cell>
17027 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17028 \begin_inset Text
17029
17030 \begin_layout Plain Layout
17031 \begin_inset Formula $\cup$
17032 \end_inset
17033
17034
17035 \end_layout
17036
17037 \end_inset
17038 </cell>
17039 </row>
17040 <row>
17041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17042 \begin_inset Text
17043
17044 \begin_layout Plain Layout
17045
17046 \backslash
17047 dagger
17048 \end_layout
17049
17050 \end_inset
17051 </cell>
17052 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17053 \begin_inset Text
17054
17055 \begin_layout Plain Layout
17056 \begin_inset Formula $\dagger$
17057 \end_inset
17058
17059
17060 \end_layout
17061
17062 \end_inset
17063 </cell>
17064 </row>
17065 <row>
17066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17067 \begin_inset Text
17068
17069 \begin_layout Plain Layout
17070
17071 \backslash
17072 ddagger
17073 \end_layout
17074
17075 \end_inset
17076 </cell>
17077 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17078 \begin_inset Text
17079
17080 \begin_layout Plain Layout
17081 \begin_inset Formula $\ddagger$
17082 \end_inset
17083
17084
17085 \end_layout
17086
17087 \end_inset
17088 </cell>
17089 </row>
17090 <row>
17091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17092 \begin_inset Text
17093
17094 \begin_layout Plain Layout
17095
17096 \backslash
17097 wr
17098 \end_layout
17099
17100 \end_inset
17101 </cell>
17102 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17103 \begin_inset Text
17104
17105 \begin_layout Plain Layout
17106 \begin_inset Formula $\wr$
17107 \end_inset
17108
17109
17110 \end_layout
17111
17112 \end_inset
17113 </cell>
17114 </row>
17115 <row>
17116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17117 \begin_inset Text
17118
17119 \begin_layout Plain Layout
17120
17121 \backslash
17122 bigcirc
17123 \end_layout
17124
17125 \end_inset
17126 </cell>
17127 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17128 \begin_inset Text
17129
17130 \begin_layout Plain Layout
17131 \begin_inset Formula $\bigcirc$
17132 \end_inset
17133
17134
17135 \end_layout
17136
17137 \end_inset
17138 </cell>
17139 </row>
17140 <row>
17141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17142 \begin_inset Text
17143
17144 \begin_layout Plain Layout
17145
17146 \backslash
17147 wedge
17148 \end_layout
17149
17150 \end_inset
17151 </cell>
17152 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17153 \begin_inset Text
17154
17155 \begin_layout Plain Layout
17156 \begin_inset Formula $\wedge$
17157 \end_inset
17158
17159
17160 \end_layout
17161
17162 \end_inset
17163 </cell>
17164 </row>
17165 <row>
17166 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17167 \begin_inset Text
17168
17169 \begin_layout Plain Layout
17170
17171 \backslash
17172 vee
17173 \end_layout
17174
17175 \end_inset
17176 </cell>
17177 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17178 \begin_inset Text
17179
17180 \begin_layout Plain Layout
17181 \begin_inset Formula $\vee$
17182 \end_inset
17183
17184
17185 \end_layout
17186
17187 \end_inset
17188 </cell>
17189 </row>
17190 </lyxtabular>
17191
17192 \end_inset
17193
17194
17195 \begin_inset space \hfill{}
17196 \end_inset
17197
17198
17199 \begin_inset Tabular
17200 <lyxtabular version="3" rows="13" columns="2">
17201 <features rotate="0" tabularvalignment="middle">
17202 <column alignment="center" valignment="top" width="0pt">
17203 <column alignment="center" valignment="top" width="0pt">
17204 <row>
17205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17206 \begin_inset Text
17207
17208 \begin_layout Plain Layout
17209 コマンド
17210 \end_layout
17211
17212 \end_inset
17213 </cell>
17214 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17215 \begin_inset Text
17216
17217 \begin_layout Plain Layout
17218 出力
17219 \end_layout
17220
17221 \end_inset
17222 </cell>
17223 </row>
17224 <row>
17225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17226 \begin_inset Text
17227
17228 \begin_layout Plain Layout
17229
17230 \backslash
17231 oplus
17232 \end_layout
17233
17234 \end_inset
17235 </cell>
17236 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17237 \begin_inset Text
17238
17239 \begin_layout Plain Layout
17240 \begin_inset Formula $\oplus$
17241 \end_inset
17242
17243
17244 \end_layout
17245
17246 \end_inset
17247 </cell>
17248 </row>
17249 <row>
17250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17251 \begin_inset Text
17252
17253 \begin_layout Plain Layout
17254
17255 \backslash
17256 ominus
17257 \end_layout
17258
17259 \end_inset
17260 </cell>
17261 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17262 \begin_inset Text
17263
17264 \begin_layout Plain Layout
17265 \begin_inset Formula $\ominus$
17266 \end_inset
17267
17268
17269 \end_layout
17270
17271 \end_inset
17272 </cell>
17273 </row>
17274 <row>
17275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17276 \begin_inset Text
17277
17278 \begin_layout Plain Layout
17279
17280 \backslash
17281 otimes
17282 \end_layout
17283
17284 \end_inset
17285 </cell>
17286 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17287 \begin_inset Text
17288
17289 \begin_layout Plain Layout
17290 \begin_inset Formula $\otimes$
17291 \end_inset
17292
17293
17294 \end_layout
17295
17296 \end_inset
17297 </cell>
17298 </row>
17299 <row>
17300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17301 \begin_inset Text
17302
17303 \begin_layout Plain Layout
17304
17305 \backslash
17306 oslash
17307 \end_layout
17308
17309 \end_inset
17310 </cell>
17311 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17312 \begin_inset Text
17313
17314 \begin_layout Plain Layout
17315 \begin_inset Formula $\oslash$
17316 \end_inset
17317
17318
17319 \end_layout
17320
17321 \end_inset
17322 </cell>
17323 </row>
17324 <row>
17325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17326 \begin_inset Text
17327
17328 \begin_layout Plain Layout
17329
17330 \backslash
17331 odot
17332 \end_layout
17333
17334 \end_inset
17335 </cell>
17336 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17337 \begin_inset Text
17338
17339 \begin_layout Plain Layout
17340 \begin_inset Formula $\odot$
17341 \end_inset
17342
17343
17344 \end_layout
17345
17346 \end_inset
17347 </cell>
17348 </row>
17349 <row>
17350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17351 \begin_inset Text
17352
17353 \begin_layout Plain Layout
17354
17355 \backslash
17356 amalg
17357 \end_layout
17358
17359 \end_inset
17360 </cell>
17361 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17362 \begin_inset Text
17363
17364 \begin_layout Plain Layout
17365 \begin_inset Formula $\amalg$
17366 \end_inset
17367
17368
17369 \end_layout
17370
17371 \end_inset
17372 </cell>
17373 </row>
17374 <row>
17375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17376 \begin_inset Text
17377
17378 \begin_layout Plain Layout
17379
17380 \backslash
17381 uplus
17382 \end_layout
17383
17384 \end_inset
17385 </cell>
17386 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17387 \begin_inset Text
17388
17389 \begin_layout Plain Layout
17390 \begin_inset Formula $\uplus$
17391 \end_inset
17392
17393
17394 \end_layout
17395
17396 \end_inset
17397 </cell>
17398 </row>
17399 <row>
17400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17401 \begin_inset Text
17402
17403 \begin_layout Plain Layout
17404
17405 \backslash
17406 setminus
17407 \end_layout
17408
17409 \end_inset
17410 </cell>
17411 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17412 \begin_inset Text
17413
17414 \begin_layout Plain Layout
17415 \begin_inset Formula $\setminus$
17416 \end_inset
17417
17418
17419 \end_layout
17420
17421 \end_inset
17422 </cell>
17423 </row>
17424 <row>
17425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17426 \begin_inset Text
17427
17428 \begin_layout Plain Layout
17429
17430 \backslash
17431 sqcap
17432 \end_layout
17433
17434 \end_inset
17435 </cell>
17436 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17437 \begin_inset Text
17438
17439 \begin_layout Plain Layout
17440 \begin_inset Formula $\sqcap$
17441 \end_inset
17442
17443
17444 \end_layout
17445
17446 \end_inset
17447 </cell>
17448 </row>
17449 <row>
17450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17451 \begin_inset Text
17452
17453 \begin_layout Plain Layout
17454
17455 \backslash
17456 sqcup
17457 \end_layout
17458
17459 \end_inset
17460 </cell>
17461 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17462 \begin_inset Text
17463
17464 \begin_layout Plain Layout
17465 \begin_inset Formula $\sqcup$
17466 \end_inset
17467
17468
17469 \end_layout
17470
17471 \end_inset
17472 </cell>
17473 </row>
17474 <row>
17475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17476 \begin_inset Text
17477
17478 \begin_layout Plain Layout
17479
17480 \backslash
17481 triangleleft
17482 \end_layout
17483
17484 \end_inset
17485 </cell>
17486 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17487 \begin_inset Text
17488
17489 \begin_layout Plain Layout
17490 \begin_inset Formula $\triangleleft$
17491 \end_inset
17492
17493
17494 \end_layout
17495
17496 \end_inset
17497 </cell>
17498 </row>
17499 <row>
17500 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17501 \begin_inset Text
17502
17503 \begin_layout Plain Layout
17504
17505 \backslash
17506 triangleright
17507 \end_layout
17508
17509 \end_inset
17510 </cell>
17511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17512 \begin_inset Text
17513
17514 \begin_layout Plain Layout
17515 \begin_inset Formula $\triangleright$
17516 \end_inset
17517
17518
17519 \end_layout
17520
17521 \end_inset
17522 </cell>
17523 </row>
17524 </lyxtabular>
17525
17526 \end_inset
17527
17528
17529 \begin_inset space \hfill{}
17530 \end_inset
17531
17532
17533 \end_layout
17534
17535 \begin_layout Standard
17536 二項演算子は、すべて数式ツールバーボタンの
17537 \begin_inset Graphics
17538         filename ../../images/math/pm.png
17539         scale 85
17540
17541 \end_inset
17542
17543 から挿入することもできます。
17544 \end_layout
17545
17546 \begin_layout Standard
17547 ラプラス演算子を組版するには、
17548 \series bold
17549
17550 \backslash
17551 bigtriangleup
17552 \series default
17553 以外に、
17554 \series bold
17555
17556 \backslash
17557 Delta
17558 \series default
17559
17560 \series bold
17561
17562 \backslash
17563 nabla
17564 \series default
17565 ^
17566 \series bold
17567 2
17568 \series default
17569 (
17570 \begin_inset Formula $\nabla^{2}$
17571 \end_inset
17572
17573 )を使用することもできます。
17574 \end_layout
17575
17576 \begin_layout Standard
17577
17578 \family sans
17579 挿入\SpecialChar \menuseparator
17580 特殊文字
17581 \family default
17582 メニューの
17583 \family sans
17584 メニュー区切り
17585 \family default
17586 で入力される文字は、
17587 \series bold
17588
17589 \backslash
17590 triangleright
17591 \series default
17592 演算子です。
17593 \end_layout
17594
17595 \begin_layout Subsection
17596 自己定義演算子
17597 \begin_inset CommandInset label
17598 LatexCommand label
17599 name "sub:自己定義演算子"
17600
17601 \end_inset
17602
17603
17604 \begin_inset Index idx
17605 status collapsed
17606
17607 \begin_layout Plain Layout
17608 えんざんし@演算子 ! じこていぎ@自己定義
17609 \end_layout
17610
17611 \end_inset
17612
17613
17614 \end_layout
17615
17616 \begin_layout Standard
17617 LaTeXプリアンブルで
17618 \series bold
17619
17620 \backslash
17621 DeclareMathOperator
17622 \series default
17623
17624 \begin_inset Index idx
17625 status collapsed
17626
17627 \begin_layout Plain Layout
17628 こまんど@コマンド ! D ! 
17629 \backslash
17630 dbinom@
17631 \backslash
17632 DeclareMathOperator
17633 \end_layout
17634
17635 \end_inset
17636
17637 コマンドを使用すると、自製演算子を定義することができます。このコマンドの書式は
17638 \end_layout
17639
17640 \begin_layout Standard
17641
17642 \series bold
17643
17644 \backslash
17645 DeclareMathOperator{新規コマンド}{表示}
17646 \end_layout
17647
17648 \begin_layout Standard
17649 です。「表示」は、出力での演算子の表示され方を定義する文字や記号です。大演算子を定義するには、コマンドの後に「*」を置きます。自己定義の大演算子は、すべて第
17650 \begin_inset CommandInset ref
17651 LatexCommand ref
17652 reference "sub:演算子の範囲"
17653
17654 \end_inset
17655
17656 節で述べられた範囲を指定することができます。
17657 \end_layout
17658
17659 \begin_layout Standard
17660 たとえば、以下のようなLaTeXプリアンブル行
17661 \end_layout
17662
17663 \begin_layout Standard
17664
17665 \series bold
17666
17667 \backslash
17668 DeclareMathOperator*{
17669 \backslash
17670 Lozenge}{
17671 \backslash
17672 blacklozenge}
17673 \end_layout
17674
17675 \begin_layout Standard
17676 は、第
17677 \begin_inset CommandInset ref
17678 LatexCommand ref
17679 reference "sub:その他の記号"
17680
17681 \end_inset
17682
17683 節にある菱形記号を使った大演算子を挿入する、以下のようなコマンド
17684 \series bold
17685
17686 \backslash
17687 Lozenge
17688 \series default
17689 を定義します。
17690 \begin_inset Formula 
17691 \[
17692 \Lozenge_{n=1}^{\infty}
17693 \]
17694
17695 \end_inset
17696
17697 上記の数式を作るコマンドは、
17698 \series bold
17699
17700 \backslash
17701 Lozenge
17702 \series default
17703 ^
17704 \series bold
17705
17706 \backslash
17707 infty
17708 \begin_inset Formula $\to$
17709 \end_inset
17710
17711 _n=1
17712 \series default
17713 です。
17714 \end_layout
17715
17716 \begin_layout Standard
17717 \begin_inset VSpace bigskip
17718 \end_inset
17719
17720 自己定義演算子を、同一文書内で複数回用いない時には、以下の書式を持つ
17721 \series bold
17722
17723 \backslash
17724 mathop
17725 \series default
17726
17727 \begin_inset Index idx
17728 status collapsed
17729
17730 \begin_layout Plain Layout
17731 こまんど@コマンド ! M ! 
17732 \backslash
17733 mathop
17734 \end_layout
17735
17736 \end_inset
17737
17738 コマンドおよび
17739 \series bold
17740
17741 \backslash
17742 mathbin
17743 \series default
17744
17745 \begin_inset Index idx
17746 status collapsed
17747
17748 \begin_layout Plain Layout
17749 こまんど@コマンド ! M ! 
17750 \backslash
17751 mathbin
17752 \end_layout
17753
17754 \end_inset
17755
17756 コマンドを用いて定義を行うこともできます。
17757 \end_layout
17758
17759 \begin_layout Standard
17760 (書式)
17761 \series bold
17762
17763 \backslash
17764 mathop{表示}
17765 \series default
17766 および
17767 \series bold
17768
17769 \backslash
17770 mathbin{表示}
17771 \end_layout
17772
17773 \begin_layout Standard
17774
17775 \series bold
17776
17777 \backslash
17778 mathop
17779 \series default
17780 は大演算子を定義し、
17781 \series bold
17782
17783 \backslash
17784 mathbin
17785 \series default
17786 は二項演算子を定義します。
17787 \end_layout
17788
17789 \begin_layout Standard
17790 たとえば
17791 \series bold
17792
17793 \backslash
17794 mathop
17795 \series default
17796 は、以下のように、複数の演算子に共通の範囲指定を行うのに用いることができます。
17797 \end_layout
17798
17799 \begin_layout Standard
17800 \begin_inset Formula 
17801 \[
17802 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}
17803 \]
17804
17805 \end_inset
17806
17807
17808 \end_layout
17809
17810 \begin_layout Standard
17811 上記の数式では
17812 \begin_inset Newline newline
17813 \end_inset
17814
17815
17816 \series bold
17817
17818 \backslash
17819 mathop{
17820 \backslash
17821 sum
17822 \backslash
17823 negmedspace
17824 \backslash
17825 sum
17826 \series default
17827
17828 \begin_inset ERT
17829 status collapsed
17830
17831 \begin_layout Plain Layout
17832
17833
17834 \backslash
17835 spce 
17836 \end_layout
17837
17838 \end_inset
17839
17840
17841 \series bold
17842
17843 \begin_inset Formula $\to$
17844 \end_inset
17845
17846 ^N
17847 \series default
17848
17849 \begin_inset ERT
17850 status collapsed
17851
17852 \begin_layout Plain Layout
17853
17854
17855 \backslash
17856 spce 
17857 \end_layout
17858
17859 \end_inset
17860
17861
17862 \series bold
17863 _i,j=1
17864 \begin_inset Newline newline
17865 \end_inset
17866
17867
17868 \series default
17869 というコマンドを用いています。
17870 \end_layout
17871
17872 \begin_layout Section
17873 書体
17874 \begin_inset Index idx
17875 status collapsed
17876
17877 \begin_layout Plain Layout
17878 しょたい@書体
17879 \end_layout
17880
17881 \end_inset
17882
17883
17884 \begin_inset Index idx
17885 status collapsed
17886
17887 \begin_layout Plain Layout
17888 ふぉんと@フォント | see
17889 \begin_inset ERT
17890 status collapsed
17891
17892 \begin_layout Plain Layout
17893
17894 {
17895 \end_layout
17896
17897 \end_inset
17898
17899 書体
17900 \begin_inset ERT
17901 status collapsed
17902
17903 \begin_layout Plain Layout
17904
17905 }
17906 \end_layout
17907
17908 \end_inset
17909
17910
17911 \end_layout
17912
17913 \end_inset
17914
17915
17916 \end_layout
17917
17918 \begin_layout Subsection
17919 書体様式
17920 \begin_inset CommandInset label
17921 LatexCommand label
17922 name "sub:書体様式"
17923
17924 \end_inset
17925
17926
17927 \begin_inset Index idx
17928 status collapsed
17929
17930 \begin_layout Plain Layout
17931 しょたい@書体 ! ようしき@様式
17932 \end_layout
17933
17934 \end_inset
17935
17936
17937 \end_layout
17938
17939 \begin_layout Standard
17940 数式中のラテン文字は、以下の書体様式のうちいずれかに設定することができます。
17941 \begin_inset VSpace -2mm
17942 \end_inset
17943
17944
17945 \end_layout
17946
17947 \begin_layout Standard
17948 \align center
17949 \begin_inset Tabular
17950 <lyxtabular version="3" rows="7" columns="3">
17951 <features rotate="0" tabularvalignment="middle">
17952 <column alignment="center" valignment="top">
17953 <column alignment="center" valignment="top">
17954 <column alignment="center" valignment="top">
17955 <row>
17956 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17957 \begin_inset Text
17958
17959 \begin_layout Plain Layout
17960 コマンド
17961 \end_layout
17962
17963 \end_inset
17964 </cell>
17965 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17966 \begin_inset Text
17967
17968 \begin_layout Plain Layout
17969 出力
17970 \end_layout
17971
17972 \end_inset
17973 </cell>
17974 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17975 \begin_inset Text
17976
17977 \begin_layout Plain Layout
17978 \begin_inset Flex Ruby
17979 status collapsed
17980
17981 \begin_layout Plain Layout
17982 捷径
17983 \begin_inset Argument post:1
17984 status collapsed
17985
17986 \begin_layout Plain Layout
17987 ショートカット
17988 \end_layout
17989
17990 \end_inset
17991
17992
17993 \end_layout
17994
17995 \end_inset
17996
17997
17998 \end_layout
17999
18000 \end_inset
18001 </cell>
18002 </row>
18003 <row>
18004 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18005 \begin_inset Text
18006
18007 \begin_layout Plain Layout
18008
18009 \backslash
18010 mathbb
18011 \series bold
18012
18013 \begin_inset ERT
18014 status collapsed
18015
18016 \begin_layout Plain Layout
18017
18018
18019 \backslash
18020 spce 
18021 \end_layout
18022
18023 \end_inset
18024
18025
18026 \series default
18027 ABC
18028 \end_layout
18029
18030 \end_inset
18031 </cell>
18032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18033 \begin_inset Text
18034
18035 \begin_layout Plain Layout
18036 \begin_inset Formula $\mathbb{ABC}$
18037 \end_inset
18038
18039
18040 \end_layout
18041
18042 \end_inset
18043 </cell>
18044 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18045 \begin_inset Text
18046
18047 \begin_layout Plain Layout
18048 \begin_inset Info
18049 type  "shortcut"
18050 arg   "font-noun"
18051 \end_inset
18052
18053
18054 \end_layout
18055
18056 \end_inset
18057 </cell>
18058 </row>
18059 <row>
18060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18061 \begin_inset Text
18062
18063 \begin_layout Plain Layout
18064
18065 \backslash
18066 mathbf
18067 \series bold
18068
18069 \begin_inset ERT
18070 status collapsed
18071
18072 \begin_layout Plain Layout
18073
18074
18075 \backslash
18076 spce 
18077 \end_layout
18078
18079 \end_inset
18080
18081
18082 \series default
18083 AbC
18084 \end_layout
18085
18086 \end_inset
18087 </cell>
18088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18089 \begin_inset Text
18090
18091 \begin_layout Plain Layout
18092 \begin_inset Formula $\mathbf{AbC}$
18093 \end_inset
18094
18095
18096 \end_layout
18097
18098 \end_inset
18099 </cell>
18100 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18101 \begin_inset Text
18102
18103 \begin_layout Plain Layout
18104 \begin_inset Info
18105 type  "shortcut"
18106 arg   "font-bold"
18107 \end_inset
18108
18109
18110 \end_layout
18111
18112 \end_inset
18113 </cell>
18114 </row>
18115 <row>
18116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18117 \begin_inset Text
18118
18119 \begin_layout Plain Layout
18120
18121 \backslash
18122 boldsymbol
18123 \series bold
18124
18125 \begin_inset ERT
18126 status collapsed
18127
18128 \begin_layout Plain Layout
18129
18130
18131 \backslash
18132 spce 
18133 \end_layout
18134
18135 \end_inset
18136
18137
18138 \series default
18139 AbC
18140 \end_layout
18141
18142 \end_inset
18143 </cell>
18144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18145 \begin_inset Text
18146
18147 \begin_layout Plain Layout
18148 \begin_inset Formula $\boldsymbol{AbC}$
18149 \end_inset
18150
18151
18152 \end_layout
18153
18154 \end_inset
18155 </cell>
18156 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18157 \begin_inset Text
18158
18159 \begin_layout Plain Layout
18160 \begin_inset Info
18161 type  "shortcuts"
18162 arg   "font-boldsymbol"
18163 \end_inset
18164
18165
18166 \end_layout
18167
18168 \end_inset
18169 </cell>
18170 </row>
18171 <row>
18172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18173 \begin_inset Text
18174
18175 \begin_layout Plain Layout
18176
18177 \backslash
18178 mathcal
18179 \series bold
18180
18181 \begin_inset ERT
18182 status collapsed
18183
18184 \begin_layout Plain Layout
18185
18186
18187 \backslash
18188 spce 
18189 \end_layout
18190
18191 \end_inset
18192
18193
18194 \series default
18195 ABC
18196 \end_layout
18197
18198 \end_inset
18199 </cell>
18200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18201 \begin_inset Text
18202
18203 \begin_layout Plain Layout
18204 \begin_inset Formula $\mathcal{ABC}$
18205 \end_inset
18206
18207
18208 \end_layout
18209
18210 \end_inset
18211 </cell>
18212 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18213 \begin_inset Text
18214
18215 \begin_layout Plain Layout
18216 \begin_inset Info
18217 type  "shortcut"
18218 arg   "font-emph"
18219 \end_inset
18220
18221
18222 \end_layout
18223
18224 \end_inset
18225 </cell>
18226 </row>
18227 <row>
18228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18229 \begin_inset Text
18230
18231 \begin_layout Plain Layout
18232
18233 \backslash
18234 mathfrak
18235 \series bold
18236
18237 \begin_inset ERT
18238 status collapsed
18239
18240 \begin_layout Plain Layout
18241
18242
18243 \backslash
18244 spce 
18245 \end_layout
18246
18247 \end_inset
18248
18249
18250 \series default
18251 AbC
18252 \end_layout
18253
18254 \end_inset
18255 </cell>
18256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18257 \begin_inset Text
18258
18259 \begin_layout Plain Layout
18260 \begin_inset Formula $\mathfrak{AbC}$
18261 \end_inset
18262
18263
18264 \end_layout
18265
18266 \end_inset
18267 </cell>
18268 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18269 \begin_inset Text
18270
18271 \begin_layout Plain Layout
18272 -
18273 \end_layout
18274
18275 \end_inset
18276 </cell>
18277 </row>
18278 <row>
18279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18280 \begin_inset Text
18281
18282 \begin_layout Plain Layout
18283
18284 \backslash
18285 mathscr
18286 \series bold
18287
18288 \begin_inset ERT
18289 status collapsed
18290
18291 \begin_layout Plain Layout
18292
18293
18294 \backslash
18295 spce 
18296 \end_layout
18297
18298 \end_inset
18299
18300
18301 \series default
18302 AbC
18303 \end_layout
18304
18305 \end_inset
18306 </cell>
18307 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18308 \begin_inset Text
18309
18310 \begin_layout Plain Layout
18311 \begin_inset Formula $\mathscr{AbC}$
18312 \end_inset
18313
18314
18315 \end_layout
18316
18317 \end_inset
18318 </cell>
18319 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18320 \begin_inset Text
18321
18322 \begin_layout Plain Layout
18323 -
18324 \end_layout
18325
18326 \end_inset
18327 </cell>
18328 </row>
18329 </lyxtabular>
18330
18331 \end_inset
18332
18333
18334 \end_layout
18335
18336 \begin_layout Standard
18337 \align center
18338 \begin_inset Tabular
18339 <lyxtabular version="3" rows="5" columns="3">
18340 <features rotate="0" tabularvalignment="middle">
18341 <column alignment="center" valignment="top">
18342 <column alignment="center" valignment="top">
18343 <column alignment="center" valignment="top">
18344 <row>
18345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18346 \begin_inset Text
18347
18348 \begin_layout Plain Layout
18349 コマンド
18350 \end_layout
18351
18352 \end_inset
18353 </cell>
18354 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18355 \begin_inset Text
18356
18357 \begin_layout Plain Layout
18358 出力
18359 \end_layout
18360
18361 \end_inset
18362 </cell>
18363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18364 \begin_inset Text
18365
18366 \begin_layout Plain Layout
18367 \begin_inset Flex Ruby
18368 status collapsed
18369
18370 \begin_layout Plain Layout
18371 捷径
18372 \begin_inset Argument post:1
18373 status collapsed
18374
18375 \begin_layout Plain Layout
18376 ショートカット
18377 \end_layout
18378
18379 \end_inset
18380
18381
18382 \end_layout
18383
18384 \end_inset
18385
18386
18387 \end_layout
18388
18389 \end_inset
18390 </cell>
18391 </row>
18392 <row>
18393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18394 \begin_inset Text
18395
18396 \begin_layout Plain Layout
18397
18398 \backslash
18399 mathit
18400 \series bold
18401
18402 \begin_inset ERT
18403 status collapsed
18404
18405 \begin_layout Plain Layout
18406
18407
18408 \backslash
18409 spce 
18410 \end_layout
18411
18412 \end_inset
18413
18414
18415 \series default
18416 AbC
18417 \end_layout
18418
18419 \end_inset
18420 </cell>
18421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18422 \begin_inset Text
18423
18424 \begin_layout Plain Layout
18425 \begin_inset Formula $\mathit{AbC}$
18426 \end_inset
18427
18428
18429 \end_layout
18430
18431 \end_inset
18432 </cell>
18433 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18434 \begin_inset Text
18435
18436 \begin_layout Plain Layout
18437 -
18438 \end_layout
18439
18440 \end_inset
18441 </cell>
18442 </row>
18443 <row>
18444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18445 \begin_inset Text
18446
18447 \begin_layout Plain Layout
18448
18449 \backslash
18450 mathrm
18451 \series bold
18452
18453 \begin_inset ERT
18454 status collapsed
18455
18456 \begin_layout Plain Layout
18457
18458
18459 \backslash
18460 spce 
18461 \end_layout
18462
18463 \end_inset
18464
18465
18466 \series default
18467 AbC
18468 \end_layout
18469
18470 \end_inset
18471 </cell>
18472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18473 \begin_inset Text
18474
18475 \begin_layout Plain Layout
18476 \begin_inset Formula $\mathrm{AbC}$
18477 \end_inset
18478
18479
18480 \end_layout
18481
18482 \end_inset
18483 </cell>
18484 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18485 \begin_inset Text
18486
18487 \begin_layout Plain Layout
18488 \begin_inset Info
18489 type  "shortcut"
18490 arg   "font-roman"
18491 \end_inset
18492
18493
18494 \end_layout
18495
18496 \end_inset
18497 </cell>
18498 </row>
18499 <row>
18500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18501 \begin_inset Text
18502
18503 \begin_layout Plain Layout
18504
18505 \backslash
18506 mathsf
18507 \series bold
18508
18509 \begin_inset ERT
18510 status collapsed
18511
18512 \begin_layout Plain Layout
18513
18514
18515 \backslash
18516 spce 
18517 \end_layout
18518
18519 \end_inset
18520
18521
18522 \series default
18523 AbC
18524 \end_layout
18525
18526 \end_inset
18527 </cell>
18528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18529 \begin_inset Text
18530
18531 \begin_layout Plain Layout
18532 \begin_inset Formula $\mathsf{AbC}$
18533 \end_inset
18534
18535
18536 \end_layout
18537
18538 \end_inset
18539 </cell>
18540 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18541 \begin_inset Text
18542
18543 \begin_layout Plain Layout
18544 \begin_inset Info
18545 type  "shortcut"
18546 arg   "font-sans"
18547 \end_inset
18548
18549
18550 \end_layout
18551
18552 \end_inset
18553 </cell>
18554 </row>
18555 <row>
18556 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18557 \begin_inset Text
18558
18559 \begin_layout Plain Layout
18560
18561 \backslash
18562 mathtt
18563 \series bold
18564
18565 \begin_inset ERT
18566 status collapsed
18567
18568 \begin_layout Plain Layout
18569
18570
18571 \backslash
18572 spce 
18573 \end_layout
18574
18575 \end_inset
18576
18577
18578 \series default
18579 AbC
18580 \end_layout
18581
18582 \end_inset
18583 </cell>
18584 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18585 \begin_inset Text
18586
18587 \begin_layout Plain Layout
18588 \begin_inset Formula $\mathtt{AbC}$
18589 \end_inset
18590
18591
18592 \end_layout
18593
18594 \end_inset
18595 </cell>
18596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18597 \begin_inset Text
18598
18599 \begin_layout Plain Layout
18600 \begin_inset Info
18601 type  "shortcut"
18602 arg   "font-typewriter"
18603 \end_inset
18604
18605
18606 \end_layout
18607
18608 \end_inset
18609 </cell>
18610 </row>
18611 </lyxtabular>
18612
18613 \end_inset
18614
18615
18616 \end_layout
18617
18618 \begin_layout Standard
18619 \begin_inset Note Greyedout
18620 status open
18621
18622 \begin_layout Plain Layout
18623
18624 \series bold
18625 【註】
18626 \backslash
18627 mathbb
18628 \series default
18629 様式と
18630 \series bold
18631
18632 \backslash
18633 mathcal
18634 \series default
18635 様式は、大文字にのみ使用することができます。
18636 \end_layout
18637
18638 \end_inset
18639
18640
18641 \end_layout
18642
18643 \begin_layout Standard
18644 既定では、
18645 \series bold
18646
18647 \backslash
18648 mathnormal
18649 \series default
18650 様式に設定されています。
18651 \end_layout
18652
18653 \begin_layout Standard
18654 書体様式コマンドは、以下のように数式構成要素内の文字に対しても機能します。
18655 \begin_inset Formula 
18656 \[
18657 \mathfrak{A=\frac{b}{C}}
18658 \]
18659
18660 \end_inset
18661
18662
18663 \end_layout
18664
18665 \begin_layout Standard
18666 数式テキストに含まれる文字に対しては、数式書体様式は反映せず、
18667 \series bold
18668
18669 \backslash
18670 textrm
18671 \series default
18672 様式で表示されます。数式テキストの様式を文字様式ダイアログで設定することができないのは、LyXのバグです
18673 \begin_inset Foot
18674 status collapsed
18675
18676 \begin_layout Plain Layout
18677 \begin_inset CommandInset href
18678 LatexCommand href
18679 name "LyX-bug #4629"
18680 target "http://www.lyx.org/trac/ticket/4629"
18681
18682 \end_inset
18683
18684
18685 \end_layout
18686
18687 \end_inset
18688
18689
18690 \end_layout
18691
18692 \begin_layout Standard
18693 書体様式コマンドの代わりに、
18694 \family sans
18695 編集\SpecialChar \menuseparator
18696 数学\SpecialChar \menuseparator
18697 文字様式
18698 \family default
18699 ダイアログや、
18700 \begin_inset Graphics
18701         filename ../../images/math/font.png
18702         scale 85
18703
18704 \end_inset
18705
18706 を使用することもできます。
18707 \end_layout
18708
18709 \begin_layout Subsection
18710 ボールド体の数式
18711 \begin_inset CommandInset label
18712 LatexCommand label
18713 name "sub:ボールド体の数式"
18714
18715 \end_inset
18716
18717
18718 \begin_inset Index idx
18719 status collapsed
18720
18721 \begin_layout Plain Layout
18722 すうしき@数式 ! ぼーるどたい@ボールド体
18723 \end_layout
18724
18725 \end_inset
18726
18727
18728 \end_layout
18729
18730 \begin_layout Standard
18731 数式全体をボールド体にしようとすると、前節の
18732 \series bold
18733
18734 \backslash
18735 mathbf
18736 \series default
18737 コマンドは、ギリシャ文字の小文字に対しては機能しないので、使用することができません。さらにこのコマンドは、以下の式のように、ラテン文字をつねにアップライト体に印
18738 字してしまいます。
18739 \end_layout
18740
18741 \begin_layout Standard
18742 \begin_inset Formula 
18743 \[
18744 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{\textbackslash mathbfを使用した数式}
18745 \]
18746
18747 \end_inset
18748
18749
18750 \end_layout
18751
18752 \begin_layout Standard
18753 この数式を正しく表示するには、以下のように、
18754 \series bold
18755
18756 \backslash
18757 boldsymbol
18758 \series default
18759 コマンドを使用します。
18760 \begin_inset Formula 
18761 \[
18762 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{\textbackslash boldsymbolを使用した数式}}
18763 \]
18764
18765 \end_inset
18766
18767 また、数式を
18768 \series bold
18769 boldmath環境
18770 \series default
18771 に設定する方法もあります。この環境は、TeXモードで
18772 \series bold
18773
18774 \backslash
18775 boldmath
18776 \begin_inset Index idx
18777 status collapsed
18778
18779 \begin_layout Plain Layout
18780 こまんど@コマンド ! B ! 
18781 \backslash
18782 boldmath
18783 \end_layout
18784
18785 \end_inset
18786
18787
18788 \series default
18789 コマンドを挿入することによって作ることができます。環境を閉じるには、
18790 \series bold
18791
18792 \backslash
18793 unboldmath
18794 \begin_inset Index idx
18795 status collapsed
18796
18797 \begin_layout Plain Layout
18798 こまんど@コマンド ! U ! 
18799 \backslash
18800 unboldmath
18801 \end_layout
18802
18803 \end_inset
18804
18805
18806 \series default
18807 コマンドをTeXモードで挿入します。
18808 \begin_inset ERT
18809 status collapsed
18810
18811 \begin_layout Plain Layout
18812
18813
18814 \backslash
18815 boldmath 
18816 \end_layout
18817
18818 \end_inset
18819
18820
18821 \begin_inset Formula 
18822 \[
18823 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{boldmath環境に置いた数式}
18824 \]
18825
18826 \end_inset
18827
18828
18829 \begin_inset ERT
18830 status collapsed
18831
18832 \begin_layout Plain Layout
18833
18834
18835 \backslash
18836 unboldmath 
18837 \end_layout
18838
18839 \end_inset
18840
18841
18842 \end_layout
18843
18844 \begin_layout Subsection
18845 色付きの数式
18846 \begin_inset Index idx
18847 status collapsed
18848
18849 \begin_layout Plain Layout
18850 すうしき@数式 ! いろつき@色付き
18851 \end_layout
18852
18853 \end_inset
18854
18855
18856 \end_layout
18857
18858 \begin_layout Standard
18859 数式も、通常の本文と同様、色を付けることができます。数式あるいは数式の一部を選択して、文字様式ダイアログを使用して下さい。下記は、マゼンタ色にした数式です。
18860 \begin_inset Formula 
18861 \[
18862 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
18863 \]
18864
18865 \end_inset
18866
18867
18868 \end_layout
18869
18870 \begin_layout Standard
18871
18872 \begin_inset CommandInset ref
18873 LatexCommand ref
18874 reference "sub:色付きボックス"
18875
18876 \end_inset
18877
18878 節に述べられているように、自製の色を定義することもできます。自製の色は、以下の書式を持つ
18879 \series bold
18880
18881 \backslash
18882 textcolor
18883 \series default
18884
18885 \begin_inset Index idx
18886 status collapsed
18887
18888 \begin_layout Plain Layout
18889 こまんど@コマンド ! T ! 
18890 \backslash
18891 textcolor
18892 \end_layout
18893
18894 \end_inset
18895
18896 TeXコードコマンドで適用することができます。
18897 \end_layout
18898
18899 \begin_layout Standard
18900
18901 \series bold
18902
18903 \backslash
18904 textcolor{色}{文字ないし数式}
18905 \end_layout
18906
18907 \begin_layout Standard
18908 下記の例は、全体を濃緑にし、一部を赤にしています。
18909 \end_layout
18910
18911 \begin_layout Standard
18912 \begin_inset ERT
18913 status collapsed
18914
18915 \begin_layout Plain Layout
18916
18917
18918 \backslash
18919 textcolor{darkgreen}{
18920 \end_layout
18921
18922 \end_inset
18923
18924
18925 \begin_inset Formula 
18926 \[
18927 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
18928 \]
18929
18930 \end_inset
18931
18932
18933 \begin_inset ERT
18934 status collapsed
18935
18936 \begin_layout Plain Layout
18937
18938 }
18939 \end_layout
18940
18941 \end_inset
18942
18943
18944 \end_layout
18945
18946 \begin_layout Standard
18947 LyXのバグのため、自製色は数式全体に対してしか使用することができません
18948 \begin_inset Foot
18949 status collapsed
18950
18951 \begin_layout Plain Layout
18952 \begin_inset CommandInset href
18953 LatexCommand href
18954 name "LyX-bug #5269"
18955 target "http://www.lyx.org/trac/ticket/5269"
18956
18957 \end_inset
18958
18959
18960 \end_layout
18961
18962 \end_inset
18963
18964
18965 \end_layout
18966
18967 \begin_layout Subsection
18968 書体寸法
18969 \begin_inset CommandInset label
18970 LatexCommand label
18971 name "sub:書体寸法"
18972
18973 \end_inset
18974
18975
18976 \begin_inset Index idx
18977 status collapsed
18978
18979 \begin_layout Plain Layout
18980 しょたい@書体 ! すんぽう@寸法
18981 \end_layout
18982
18983 \end_inset
18984
18985
18986 \end_layout
18987
18988 \begin_layout Standard
18989 数式内の文字については、本文中の文字同様、以下の書体寸法設定コマンドがあります。
18990 \end_layout
18991
18992 \begin_layout Standard
18993
18994 \series bold
18995
18996 \backslash
18997 Huge
18998 \series default
18999
19000 \series bold
19001
19002 \backslash
19003 huge
19004 \series default
19005
19006 \series bold
19007
19008 \backslash
19009 LARGE
19010 \series default
19011
19012 \series bold
19013
19014 \backslash
19015 Large
19016 \series default
19017
19018 \series bold
19019
19020 \backslash
19021 large
19022 \series default
19023
19024 \series bold
19025
19026 \backslash
19027 normalsize
19028 \series default
19029
19030 \series bold
19031
19032 \backslash
19033 small
19034 \series default
19035 ,
19036 \begin_inset Newline newline
19037 \end_inset
19038
19039
19040 \series bold
19041
19042 \backslash
19043 footnotesize
19044 \series default
19045
19046 \series bold
19047
19048 \backslash
19049 scriptsize
19050 \series default
19051 、および
19052 \series bold
19053
19054 \backslash
19055 tiny
19056 \end_layout
19057
19058 \begin_layout Standard
19059 これらのコマンドによって生成される実際の書体寸法は、文書の書体寸法に依存し、文書の書体寸法が
19060 \series bold
19061
19062 \backslash
19063 normalsize
19064 \series default
19065 コマンドに設定されます。他のコマンドは、
19066 \series bold
19067
19068 \backslash
19069 normalsize
19070 \series default
19071 を基準として拡大ないし縮小されます。しかしながら、書体寸法は一定の値を越えることができないようになっています。たとえば、文書書体寸法が12
19072 \begin_inset space \thinspace{}
19073 \end_inset
19074
19075 ptであるならば、
19076 \series bold
19077
19078 \backslash
19079 Huge
19080 \series default
19081 コマンドは
19082 \series bold
19083
19084 \backslash
19085 huge
19086 \series default
19087 コマンドと同じ大きさに落とされます。
19088 \end_layout
19089
19090 \begin_layout Standard
19091 ある場所以降のすべての数式と本文文字を変更するには、書体寸法コマンドをTeXモードで挿入します。元の書体寸法に戻すには、数式の後にTeXモードで
19092 \series bold
19093
19094 \backslash
19095 normalsize
19096 \series default
19097 コマンドを挿入します。
19098 \end_layout
19099
19100 \begin_layout Standard
19101 数式内では、以下の寸法コマンドを使用して、寸法を変更することができます。
19102 \end_layout
19103
19104 \begin_layout Standard
19105 \noindent
19106 \align center
19107 \begin_inset Tabular
19108 <lyxtabular version="3" rows="5" columns="2">
19109 <features rotate="0" tabularvalignment="middle">
19110 <column alignment="center" valignment="top">
19111 <column alignment="center" valignment="top">
19112 <row>
19113 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19114 \begin_inset Text
19115
19116 \begin_layout Plain Layout
19117 コマンド
19118 \end_layout
19119
19120 \end_inset
19121 </cell>
19122 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19123 \begin_inset Text
19124
19125 \begin_layout Plain Layout
19126 出力
19127 \begin_inset Note Note
19128 status collapsed
19129
19130 \begin_layout Plain Layout
19131
19132 \series bold
19133
19134 \backslash
19135 raisebox
19136 \series default
19137  はスペーサーとして使用されているだけです。
19138 \end_layout
19139
19140 \end_inset
19141
19142
19143 \end_layout
19144
19145 \end_inset
19146 </cell>
19147 </row>
19148 <row>
19149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19150 \begin_inset Text
19151
19152 \begin_layout Plain Layout
19153
19154 \backslash
19155 displaystyle
19156 \begin_inset Index idx
19157 status collapsed
19158
19159 \begin_layout Plain Layout
19160 こまんど@コマンド ! D ! 
19161 \backslash
19162 displaystyle
19163 \end_layout
19164
19165 \end_inset
19166
19167
19168 \end_layout
19169
19170 \end_inset
19171 </cell>
19172 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19173 \begin_inset Text
19174
19175 \begin_layout Plain Layout
19176 \begin_inset Formula $\raisebox{6.5mm}{}{\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-5.5mm}{}$
19177 \end_inset
19178
19179
19180 \end_layout
19181
19182 \end_inset
19183 </cell>
19184 </row>
19185 <row>
19186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19187 \begin_inset Text
19188
19189 \begin_layout Plain Layout
19190
19191 \backslash
19192 textstyle
19193 \end_layout
19194
19195 \end_inset
19196 </cell>
19197 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19198 \begin_inset Text
19199
19200 \begin_layout Plain Layout
19201 \begin_inset Formula $\raisebox{4.5mm}{}{\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-4mm}{}$
19202 \end_inset
19203
19204
19205 \end_layout
19206
19207 \end_inset
19208 </cell>
19209 </row>
19210 <row>
19211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19212 \begin_inset Text
19213
19214 \begin_layout Plain Layout
19215
19216 \backslash
19217 scriptstyle
19218 \end_layout
19219
19220 \end_inset
19221 </cell>
19222 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19223 \begin_inset Text
19224
19225 \begin_layout Plain Layout
19226 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19227 \end_inset
19228
19229
19230 \end_layout
19231
19232 \end_inset
19233 </cell>
19234 </row>
19235 <row>
19236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19237 \begin_inset Text
19238
19239 \begin_layout Plain Layout
19240
19241 \backslash
19242 scriptscriptstyle
19243 \end_layout
19244
19245 \end_inset
19246 </cell>
19247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19248 \begin_inset Text
19249
19250 \begin_layout Plain Layout
19251 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19252 \end_inset
19253
19254
19255 \end_layout
19256
19257 \end_inset
19258 </cell>
19259 </row>
19260 </lyxtabular>
19261
19262 \end_inset
19263
19264
19265 \end_layout
19266
19267 \begin_layout Standard
19268 これらのコマンドを入力すると、青いボックスが現れるので、そこに数式のパーツを入れることができます。
19269 \end_layout
19270
19271 \begin_layout Standard
19272 フォント寸法を変更するにはもう一つの方法がありますが、これは記号と数式内テキストのみに使うことができます。これを使うには、書体寸法コマンドを数式テキスト内に挿入
19273 します。数式テキストの終わりか、別の書体寸法コマンドが現れるまでの文字すべてが、選択した寸法になります。以下に二つの例を挙げます。
19274 \begin_inset VSpace -2mm
19275 \end_inset
19276
19277
19278 \end_layout
19279
19280 \begin_layout Standard
19281 \begin_inset ERT
19282 status collapsed
19283
19284 \begin_layout Plain Layout
19285
19286
19287 \backslash
19288 huge 
19289 \end_layout
19290
19291 \end_inset
19292
19293
19294 \begin_inset Formula 
19295 \[
19296 A=\frac{B}{c}\cdot\maltese
19297 \]
19298
19299 \end_inset
19300
19301
19302 \begin_inset Formula 
19303 \[
19304 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}
19305 \]
19306
19307 \end_inset
19308
19309
19310 \begin_inset ERT
19311 status collapsed
19312
19313 \begin_layout Plain Layout
19314
19315
19316 \backslash
19317 normalsize 
19318 \end_layout
19319
19320 \end_inset
19321
19322
19323 \end_layout
19324
19325 \begin_layout Standard
19326 \begin_inset VSpace medskip
19327 \end_inset
19328
19329 二つの式の前には、
19330 \series bold
19331
19332 \backslash
19333 huge
19334 \series default
19335 コマンドが挿入されています。二つ目の数式を入力するコマンドは、
19336 \begin_inset Newline newline
19337 \end_inset
19338
19339
19340 \series bold
19341
19342 \backslash
19343 maltese
19344 \begin_inset ERT
19345 status collapsed
19346
19347 \begin_layout Plain Layout
19348
19349
19350 \backslash
19351 spce 
19352 \end_layout
19353
19354 \end_inset
19355
19356 A Alt+M M 
19357 \backslash
19358 Large
19359 \begin_inset ERT
19360 status collapsed
19361
19362 \begin_layout Plain Layout
19363
19364
19365 \backslash
19366 spce 
19367 \end_layout
19368
19369 \end_inset
19370
19371
19372 \backslash
19373 maltese
19374 \begin_inset ERT
19375 status collapsed
19376
19377 \begin_layout Plain Layout
19378
19379
19380 \backslash
19381 spce 
19382 \end_layout
19383
19384 \end_inset
19385
19386
19387 \backslash
19388 textit
19389 \begin_inset ERT
19390 status collapsed
19391
19392 \begin_layout Plain Layout
19393
19394
19395 \backslash
19396 spce 
19397 \end_layout
19398
19399 \end_inset
19400
19401 A
19402 \begin_inset Formula $\to$
19403 \end_inset
19404
19405
19406 \begin_inset Formula $\to$
19407 \end_inset
19408
19409
19410 \begin_inset Newline newline
19411 \end_inset
19412
19413
19414 \begin_inset space \hspace*{}
19415 \length 1cm
19416 \end_inset
19417
19418 Alt+M
19419 \series default
19420  
19421 \series bold
19422
19423 \backslash
19424 tiny
19425 \begin_inset ERT
19426 status collapsed
19427
19428 \begin_layout Plain Layout
19429
19430
19431 \backslash
19432 spce 
19433 \end_layout
19434
19435 \end_inset
19436
19437
19438 \backslash
19439 maltese
19440 \begin_inset ERT
19441 status collapsed
19442
19443 \begin_layout Plain Layout
19444
19445
19446 \backslash
19447 spce 
19448 \end_layout
19449
19450 \end_inset
19451
19452
19453 \backslash
19454 textit
19455 \begin_inset ERT
19456 status collapsed
19457
19458 \begin_layout Plain Layout
19459
19460
19461 \backslash
19462 spce 
19463 \end_layout
19464
19465 \end_inset
19466
19467 A
19468 \begin_inset Newline newline
19469 \end_inset
19470
19471
19472 \series default
19473 のようになります。
19474 \end_layout
19475
19476 \begin_layout Standard
19477 ある記号を別の寸法で表示することができないときには、その記号はつねに既定寸法で表示されます。
19478 \end_layout
19479
19480 \begin_layout Section
19481 ギリシャ文字
19482 \begin_inset Index idx
19483 status collapsed
19484
19485 \begin_layout Plain Layout
19486 ぎりしゃもじ@ギリシャ文字
19487 \end_layout
19488
19489 \end_inset
19490
19491
19492 \end_layout
19493
19494 \begin_layout Standard
19495 すべてのギリシャ文字は、ツールバーボタンの
19496 \begin_inset Graphics
19497         filename ../../images/math/alpha.png
19498         scale 85
19499
19500 \end_inset
19501
19502 からでも挿入することができます。各国の組版規則では、数式内のギリシャ文字はどれもイタリック体か斜体で組版されなくてはならないことになっていますが、フランス語やロ
19503 シア語などいくつかの言語では、それにもかかわらず立体で組版されることがあります。
19504 \end_layout
19505
19506 \begin_layout Subsection
19507 小文字
19508 \begin_inset Index idx
19509 status collapsed
19510
19511 \begin_layout Plain Layout
19512 ぎりしゃもじ@ギリシャ文字 ! こもじ@小文字
19513 \end_layout
19514
19515 \end_inset
19516
19517
19518 \end_layout
19519
19520 \begin_layout Standard
19521 \begin_inset space \hfill{}
19522 \end_inset
19523
19524
19525 \begin_inset Tabular
19526 <lyxtabular version="3" rows="11" columns="2">
19527 <features rotate="0" tabularvalignment="middle">
19528 <column alignment="center" valignment="top" width="0pt">
19529 <column alignment="center" valignment="top" width="0pt">
19530 <row>
19531 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19532 \begin_inset Text
19533
19534 \begin_layout Plain Layout
19535 コマンド
19536 \end_layout
19537
19538 \end_inset
19539 </cell>
19540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19541 \begin_inset Text
19542
19543 \begin_layout Plain Layout
19544 出力
19545 \end_layout
19546
19547 \end_inset
19548 </cell>
19549 </row>
19550 <row>
19551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19552 \begin_inset Text
19553
19554 \begin_layout Plain Layout
19555
19556 \backslash
19557 alpha
19558 \end_layout
19559
19560 \end_inset
19561 </cell>
19562 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19563 \begin_inset Text
19564
19565 \begin_layout Plain Layout
19566 \begin_inset Formula $\alpha$
19567 \end_inset
19568
19569
19570 \end_layout
19571
19572 \end_inset
19573 </cell>
19574 </row>
19575 <row>
19576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19577 \begin_inset Text
19578
19579 \begin_layout Plain Layout
19580
19581 \backslash
19582 beta
19583 \end_layout
19584
19585 \end_inset
19586 </cell>
19587 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19588 \begin_inset Text
19589
19590 \begin_layout Plain Layout
19591 \begin_inset Formula $\beta$
19592 \end_inset
19593
19594
19595 \end_layout
19596
19597 \end_inset
19598 </cell>
19599 </row>
19600 <row>
19601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19602 \begin_inset Text
19603
19604 \begin_layout Plain Layout
19605
19606 \backslash
19607 gamma
19608 \end_layout
19609
19610 \end_inset
19611 </cell>
19612 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19613 \begin_inset Text
19614
19615 \begin_layout Plain Layout
19616 \begin_inset Formula $\gamma$
19617 \end_inset
19618
19619
19620 \end_layout
19621
19622 \end_inset
19623 </cell>
19624 </row>
19625 <row>
19626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19627 \begin_inset Text
19628
19629 \begin_layout Plain Layout
19630
19631 \backslash
19632 delta
19633 \end_layout
19634
19635 \end_inset
19636 </cell>
19637 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19638 \begin_inset Text
19639
19640 \begin_layout Plain Layout
19641 \begin_inset Formula $\delta$
19642 \end_inset
19643
19644
19645 \end_layout
19646
19647 \end_inset
19648 </cell>
19649 </row>
19650 <row>
19651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19652 \begin_inset Text
19653
19654 \begin_layout Plain Layout
19655
19656 \backslash
19657 epsilon
19658 \end_layout
19659
19660 \end_inset
19661 </cell>
19662 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19663 \begin_inset Text
19664
19665 \begin_layout Plain Layout
19666 \begin_inset Formula $\epsilon$
19667 \end_inset
19668
19669
19670 \end_layout
19671
19672 \end_inset
19673 </cell>
19674 </row>
19675 <row>
19676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19677 \begin_inset Text
19678
19679 \begin_layout Plain Layout
19680
19681 \backslash
19682 varepsilon
19683 \end_layout
19684
19685 \end_inset
19686 </cell>
19687 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19688 \begin_inset Text
19689
19690 \begin_layout Plain Layout
19691 \begin_inset Formula $\varepsilon$
19692 \end_inset
19693
19694
19695 \end_layout
19696
19697 \end_inset
19698 </cell>
19699 </row>
19700 <row>
19701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19702 \begin_inset Text
19703
19704 \begin_layout Plain Layout
19705
19706 \backslash
19707 zeta
19708 \end_layout
19709
19710 \end_inset
19711 </cell>
19712 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19713 \begin_inset Text
19714
19715 \begin_layout Plain Layout
19716 \begin_inset Formula $\zeta$
19717 \end_inset
19718
19719
19720 \end_layout
19721
19722 \end_inset
19723 </cell>
19724 </row>
19725 <row>
19726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19727 \begin_inset Text
19728
19729 \begin_layout Plain Layout
19730
19731 \backslash
19732 eta
19733 \end_layout
19734
19735 \end_inset
19736 </cell>
19737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19738 \begin_inset Text
19739
19740 \begin_layout Plain Layout
19741 \begin_inset Formula $\eta$
19742 \end_inset
19743
19744
19745 \end_layout
19746
19747 \end_inset
19748 </cell>
19749 </row>
19750 <row>
19751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19752 \begin_inset Text
19753
19754 \begin_layout Plain Layout
19755
19756 \backslash
19757 theta
19758 \end_layout
19759
19760 \end_inset
19761 </cell>
19762 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19763 \begin_inset Text
19764
19765 \begin_layout Plain Layout
19766 \begin_inset Formula $\theta$
19767 \end_inset
19768
19769
19770 \end_layout
19771
19772 \end_inset
19773 </cell>
19774 </row>
19775 <row>
19776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19777 \begin_inset Text
19778
19779 \begin_layout Plain Layout
19780
19781 \backslash
19782 vartheta
19783 \end_layout
19784
19785 \end_inset
19786 </cell>
19787 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19788 \begin_inset Text
19789
19790 \begin_layout Plain Layout
19791 \begin_inset Formula $\vartheta$
19792 \end_inset
19793
19794
19795 \end_layout
19796
19797 \end_inset
19798 </cell>
19799 </row>
19800 </lyxtabular>
19801
19802 \end_inset
19803
19804
19805 \begin_inset space \hfill{}
19806 \end_inset
19807
19808
19809 \begin_inset Tabular
19810 <lyxtabular version="3" rows="12" columns="2">
19811 <features rotate="0" tabularvalignment="middle">
19812 <column alignment="center" valignment="top" width="0pt">
19813 <column alignment="center" valignment="top" width="0pt">
19814 <row>
19815 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19816 \begin_inset Text
19817
19818 \begin_layout Plain Layout
19819 コマンド
19820 \end_layout
19821
19822 \end_inset
19823 </cell>
19824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19825 \begin_inset Text
19826
19827 \begin_layout Plain Layout
19828 出力
19829 \end_layout
19830
19831 \end_inset
19832 </cell>
19833 </row>
19834 <row>
19835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19836 \begin_inset Text
19837
19838 \begin_layout Plain Layout
19839
19840 \backslash
19841 iota
19842 \end_layout
19843
19844 \end_inset
19845 </cell>
19846 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19847 \begin_inset Text
19848
19849 \begin_layout Plain Layout
19850 \begin_inset Formula $\iota$
19851 \end_inset
19852
19853
19854 \end_layout
19855
19856 \end_inset
19857 </cell>
19858 </row>
19859 <row>
19860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19861 \begin_inset Text
19862
19863 \begin_layout Plain Layout
19864
19865 \backslash
19866 kappa
19867 \end_layout
19868
19869 \end_inset
19870 </cell>
19871 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19872 \begin_inset Text
19873
19874 \begin_layout Plain Layout
19875 \begin_inset Formula $\kappa$
19876 \end_inset
19877
19878
19879 \end_layout
19880
19881 \end_inset
19882 </cell>
19883 </row>
19884 <row>
19885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19886 \begin_inset Text
19887
19888 \begin_layout Plain Layout
19889
19890 \backslash
19891 varkappa
19892 \end_layout
19893
19894 \end_inset
19895 </cell>
19896 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19897 \begin_inset Text
19898
19899 \begin_layout Plain Layout
19900 \begin_inset Formula $\varkappa$
19901 \end_inset
19902
19903
19904 \end_layout
19905
19906 \end_inset
19907 </cell>
19908 </row>
19909 <row>
19910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19911 \begin_inset Text
19912
19913 \begin_layout Plain Layout
19914
19915 \backslash
19916 lambda
19917 \end_layout
19918
19919 \end_inset
19920 </cell>
19921 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19922 \begin_inset Text
19923
19924 \begin_layout Plain Layout
19925 \begin_inset Formula $\lambda$
19926 \end_inset
19927
19928
19929 \end_layout
19930
19931 \end_inset
19932 </cell>
19933 </row>
19934 <row>
19935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19936 \begin_inset Text
19937
19938 \begin_layout Plain Layout
19939
19940 \backslash
19941 mu
19942 \end_layout
19943
19944 \end_inset
19945 </cell>
19946 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19947 \begin_inset Text
19948
19949 \begin_layout Plain Layout
19950 \begin_inset Formula $\mu$
19951 \end_inset
19952
19953
19954 \end_layout
19955
19956 \end_inset
19957 </cell>
19958 </row>
19959 <row>
19960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19961 \begin_inset Text
19962
19963 \begin_layout Plain Layout
19964
19965 \backslash
19966 nu
19967 \end_layout
19968
19969 \end_inset
19970 </cell>
19971 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19972 \begin_inset Text
19973
19974 \begin_layout Plain Layout
19975 \begin_inset Formula $\nu$
19976 \end_inset
19977
19978
19979 \end_layout
19980
19981 \end_inset
19982 </cell>
19983 </row>
19984 <row>
19985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19986 \begin_inset Text
19987
19988 \begin_layout Plain Layout
19989
19990 \backslash
19991 xi
19992 \end_layout
19993
19994 \end_inset
19995 </cell>
19996 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19997 \begin_inset Text
19998
19999 \begin_layout Plain Layout
20000 \begin_inset Formula $\xi$
20001 \end_inset
20002
20003
20004 \end_layout
20005
20006 \end_inset
20007 </cell>
20008 </row>
20009 <row>
20010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20011 \begin_inset Text
20012
20013 \begin_layout Plain Layout
20014 o
20015 \end_layout
20016
20017 \end_inset
20018 </cell>
20019 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20020 \begin_inset Text
20021
20022 \begin_layout Plain Layout
20023 \begin_inset Formula $o$
20024 \end_inset
20025
20026
20027 \end_layout
20028
20029 \end_inset
20030 </cell>
20031 </row>
20032 <row>
20033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20034 \begin_inset Text
20035
20036 \begin_layout Plain Layout
20037
20038 \backslash
20039 pi
20040 \end_layout
20041
20042 \end_inset
20043 </cell>
20044 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20045 \begin_inset Text
20046
20047 \begin_layout Plain Layout
20048 \begin_inset Formula $\pi$
20049 \end_inset
20050
20051
20052 \end_layout
20053
20054 \end_inset
20055 </cell>
20056 </row>
20057 <row>
20058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20059 \begin_inset Text
20060
20061 \begin_layout Plain Layout
20062
20063 \backslash
20064 varpi
20065 \end_layout
20066
20067 \end_inset
20068 </cell>
20069 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20070 \begin_inset Text
20071
20072 \begin_layout Plain Layout
20073 \begin_inset Formula $\varpi$
20074 \end_inset
20075
20076
20077 \end_layout
20078
20079 \end_inset
20080 </cell>
20081 </row>
20082 <row>
20083 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20084 \begin_inset Text
20085
20086 \begin_layout Plain Layout
20087
20088 \backslash
20089 rho
20090 \end_layout
20091
20092 \end_inset
20093 </cell>
20094 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20095 \begin_inset Text
20096
20097 \begin_layout Plain Layout
20098 \begin_inset Formula $\rho$
20099 \end_inset
20100
20101
20102 \end_layout
20103
20104 \end_inset
20105 </cell>
20106 </row>
20107 </lyxtabular>
20108
20109 \end_inset
20110
20111
20112 \begin_inset space \hfill{}
20113 \end_inset
20114
20115
20116 \begin_inset Tabular
20117 <lyxtabular version="3" rows="11" columns="2">
20118 <features rotate="0" tabularvalignment="middle">
20119 <column alignment="center" valignment="top" width="0pt">
20120 <column alignment="center" valignment="top" width="0pt">
20121 <row>
20122 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20123 \begin_inset Text
20124
20125 \begin_layout Plain Layout
20126 コマンド
20127 \end_layout
20128
20129 \end_inset
20130 </cell>
20131 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20132 \begin_inset Text
20133
20134 \begin_layout Plain Layout
20135 出力
20136 \end_layout
20137
20138 \end_inset
20139 </cell>
20140 </row>
20141 <row>
20142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20143 \begin_inset Text
20144
20145 \begin_layout Plain Layout
20146
20147 \backslash
20148 varrho
20149 \end_layout
20150
20151 \end_inset
20152 </cell>
20153 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20154 \begin_inset Text
20155
20156 \begin_layout Plain Layout
20157 \begin_inset Formula $\varrho$
20158 \end_inset
20159
20160
20161 \end_layout
20162
20163 \end_inset
20164 </cell>
20165 </row>
20166 <row>
20167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20168 \begin_inset Text
20169
20170 \begin_layout Plain Layout
20171
20172 \backslash
20173 sigma
20174 \end_layout
20175
20176 \end_inset
20177 </cell>
20178 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20179 \begin_inset Text
20180
20181 \begin_layout Plain Layout
20182 \begin_inset Formula $\sigma$
20183 \end_inset
20184
20185
20186 \end_layout
20187
20188 \end_inset
20189 </cell>
20190 </row>
20191 <row>
20192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20193 \begin_inset Text
20194
20195 \begin_layout Plain Layout
20196
20197 \backslash
20198 varsigma
20199 \end_layout
20200
20201 \end_inset
20202 </cell>
20203 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20204 \begin_inset Text
20205
20206 \begin_layout Plain Layout
20207 \begin_inset Formula $\varsigma$
20208 \end_inset
20209
20210
20211 \end_layout
20212
20213 \end_inset
20214 </cell>
20215 </row>
20216 <row>
20217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20218 \begin_inset Text
20219
20220 \begin_layout Plain Layout
20221
20222 \backslash
20223 tau
20224 \end_layout
20225
20226 \end_inset
20227 </cell>
20228 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20229 \begin_inset Text
20230
20231 \begin_layout Plain Layout
20232 \begin_inset Formula $\tau$
20233 \end_inset
20234
20235
20236 \end_layout
20237
20238 \end_inset
20239 </cell>
20240 </row>
20241 <row>
20242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20243 \begin_inset Text
20244
20245 \begin_layout Plain Layout
20246
20247 \backslash
20248 upsilon
20249 \end_layout
20250
20251 \end_inset
20252 </cell>
20253 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20254 \begin_inset Text
20255
20256 \begin_layout Plain Layout
20257 \begin_inset Formula $\upsilon$
20258 \end_inset
20259
20260
20261 \end_layout
20262
20263 \end_inset
20264 </cell>
20265 </row>
20266 <row>
20267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20268 \begin_inset Text
20269
20270 \begin_layout Plain Layout
20271
20272 \backslash
20273 phi
20274 \end_layout
20275
20276 \end_inset
20277 </cell>
20278 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20279 \begin_inset Text
20280
20281 \begin_layout Plain Layout
20282 \begin_inset Formula $\phi$
20283 \end_inset
20284
20285
20286 \end_layout
20287
20288 \end_inset
20289 </cell>
20290 </row>
20291 <row>
20292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20293 \begin_inset Text
20294
20295 \begin_layout Plain Layout
20296
20297 \backslash
20298 varphi
20299 \end_layout
20300
20301 \end_inset
20302 </cell>
20303 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20304 \begin_inset Text
20305
20306 \begin_layout Plain Layout
20307 \begin_inset Formula $\varphi$
20308 \end_inset
20309
20310
20311 \end_layout
20312
20313 \end_inset
20314 </cell>
20315 </row>
20316 <row>
20317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20318 \begin_inset Text
20319
20320 \begin_layout Plain Layout
20321
20322 \backslash
20323 chi
20324 \end_layout
20325
20326 \end_inset
20327 </cell>
20328 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20329 \begin_inset Text
20330
20331 \begin_layout Plain Layout
20332 \begin_inset Formula $\chi$
20333 \end_inset
20334
20335
20336 \end_layout
20337
20338 \end_inset
20339 </cell>
20340 </row>
20341 <row>
20342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20343 \begin_inset Text
20344
20345 \begin_layout Plain Layout
20346
20347 \backslash
20348 psi
20349 \end_layout
20350
20351 \end_inset
20352 </cell>
20353 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20354 \begin_inset Text
20355
20356 \begin_layout Plain Layout
20357 \begin_inset Formula $\psi$
20358 \end_inset
20359
20360
20361 \end_layout
20362
20363 \end_inset
20364 </cell>
20365 </row>
20366 <row>
20367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20368 \begin_inset Text
20369
20370 \begin_layout Plain Layout
20371
20372 \backslash
20373 omega
20374 \end_layout
20375
20376 \end_inset
20377 </cell>
20378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20379 \begin_inset Text
20380
20381 \begin_layout Plain Layout
20382 \begin_inset Formula $\omega$
20383 \end_inset
20384
20385
20386 \end_layout
20387
20388 \end_inset
20389 </cell>
20390 </row>
20391 </lyxtabular>
20392
20393 \end_inset
20394
20395
20396 \begin_inset space \hfill{}
20397 \end_inset
20398
20399
20400 \end_layout
20401
20402 \begin_layout Standard
20403 \begin_inset VSpace medskip
20404 \end_inset
20405
20406
20407 \end_layout
20408
20409 \begin_layout Standard
20410 アップライト体のギリシャ文字を作成する方法は、第
20411 \begin_inset CommandInset ref
20412 LatexCommand ref
20413 reference "sub:アップライト体ギリシャ小文字"
20414
20415 \end_inset
20416
20417 節に説明されています。
20418 \end_layout
20419
20420 \begin_layout Subsection
20421 大文字
20422 \begin_inset Index idx
20423 status collapsed
20424
20425 \begin_layout Plain Layout
20426 ぎりしゃもじ@ギリシャ文字 ! おおもじ@大文字
20427 \end_layout
20428
20429 \end_inset
20430
20431
20432 \end_layout
20433
20434 \begin_layout Standard
20435 \begin_inset space \hfill{}
20436 \end_inset
20437
20438
20439 \begin_inset Tabular
20440 <lyxtabular version="3" rows="7" columns="2">
20441 <features rotate="0" tabularvalignment="middle">
20442 <column alignment="center" valignment="top" width="0pt">
20443 <column alignment="center" valignment="top" width="0pt">
20444 <row>
20445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20446 \begin_inset Text
20447
20448 \begin_layout Plain Layout
20449
20450 \family roman
20451 \series medium
20452 \shape up
20453 \size normal
20454 \emph off
20455 \bar no
20456 \noun off
20457 \color none
20458 コマンド
20459 \end_layout
20460
20461 \end_inset
20462 </cell>
20463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20464 \begin_inset Text
20465
20466 \begin_layout Plain Layout
20467
20468 \family roman
20469 \series medium
20470 \shape up
20471 \size normal
20472 \emph off
20473 \bar no
20474 \noun off
20475 \color none
20476 出力
20477 \end_layout
20478
20479 \end_inset
20480 </cell>
20481 </row>
20482 <row>
20483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20484 \begin_inset Text
20485
20486 \begin_layout Plain Layout
20487
20488 \backslash
20489 Gamma
20490 \end_layout
20491
20492 \end_inset
20493 </cell>
20494 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20495 \begin_inset Text
20496
20497 \begin_layout Plain Layout
20498 \begin_inset Formula $\Gamma$
20499 \end_inset
20500
20501
20502 \end_layout
20503
20504 \end_inset
20505 </cell>
20506 </row>
20507 <row>
20508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20509 \begin_inset Text
20510
20511 \begin_layout Plain Layout
20512
20513 \backslash
20514 Delta
20515 \end_layout
20516
20517 \end_inset
20518 </cell>
20519 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20520 \begin_inset Text
20521
20522 \begin_layout Plain Layout
20523 \begin_inset Formula $\Delta$
20524 \end_inset
20525
20526
20527 \end_layout
20528
20529 \end_inset
20530 </cell>
20531 </row>
20532 <row>
20533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20534 \begin_inset Text
20535
20536 \begin_layout Plain Layout
20537
20538 \backslash
20539 Theta
20540 \end_layout
20541
20542 \end_inset
20543 </cell>
20544 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20545 \begin_inset Text
20546
20547 \begin_layout Plain Layout
20548 \begin_inset Formula $\Theta$
20549 \end_inset
20550
20551
20552 \end_layout
20553
20554 \end_inset
20555 </cell>
20556 </row>
20557 <row>
20558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20559 \begin_inset Text
20560
20561 \begin_layout Plain Layout
20562
20563 \backslash
20564 Lambda
20565 \end_layout
20566
20567 \end_inset
20568 </cell>
20569 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20570 \begin_inset Text
20571
20572 \begin_layout Plain Layout
20573 \begin_inset Formula $\Lambda$
20574 \end_inset
20575
20576
20577 \end_layout
20578
20579 \end_inset
20580 </cell>
20581 </row>
20582 <row>
20583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20584 \begin_inset Text
20585
20586 \begin_layout Plain Layout
20587
20588 \backslash
20589 Xi
20590 \end_layout
20591
20592 \end_inset
20593 </cell>
20594 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20595 \begin_inset Text
20596
20597 \begin_layout Plain Layout
20598 \begin_inset Formula $\Xi$
20599 \end_inset
20600
20601
20602 \end_layout
20603
20604 \end_inset
20605 </cell>
20606 </row>
20607 <row>
20608 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20609 \begin_inset Text
20610
20611 \begin_layout Plain Layout
20612
20613 \backslash
20614 Pi
20615 \end_layout
20616
20617 \end_inset
20618 </cell>
20619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20620 \begin_inset Text
20621
20622 \begin_layout Plain Layout
20623 \begin_inset Formula $\Pi$
20624 \end_inset
20625
20626
20627 \end_layout
20628
20629 \end_inset
20630 </cell>
20631 </row>
20632 </lyxtabular>
20633
20634 \end_inset
20635
20636
20637 \begin_inset space \hfill{}
20638 \end_inset
20639
20640
20641 \begin_inset Tabular
20642 <lyxtabular version="3" rows="6" columns="2">
20643 <features rotate="0" tabularvalignment="middle">
20644 <column alignment="center" valignment="top" width="0pt">
20645 <column alignment="center" valignment="top" width="0pt">
20646 <row>
20647 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20648 \begin_inset Text
20649
20650 \begin_layout Plain Layout
20651
20652 \family roman
20653 \series medium
20654 \shape up
20655 \size normal
20656 \emph off
20657 \bar no
20658 \noun off
20659 \color none
20660 コマンド
20661 \end_layout
20662
20663 \end_inset
20664 </cell>
20665 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20666 \begin_inset Text
20667
20668 \begin_layout Plain Layout
20669
20670 \family roman
20671 \series medium
20672 \shape up
20673 \size normal
20674 \emph off
20675 \bar no
20676 \noun off
20677 \color none
20678 出力
20679 \end_layout
20680
20681 \end_inset
20682 </cell>
20683 </row>
20684 <row>
20685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20686 \begin_inset Text
20687
20688 \begin_layout Plain Layout
20689
20690 \backslash
20691 Sigma
20692 \end_layout
20693
20694 \end_inset
20695 </cell>
20696 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20697 \begin_inset Text
20698
20699 \begin_layout Plain Layout
20700 \begin_inset Formula $\Sigma$
20701 \end_inset
20702
20703
20704 \end_layout
20705
20706 \end_inset
20707 </cell>
20708 </row>
20709 <row>
20710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20711 \begin_inset Text
20712
20713 \begin_layout Plain Layout
20714
20715 \backslash
20716 Upsilon
20717 \end_layout
20718
20719 \end_inset
20720 </cell>
20721 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20722 \begin_inset Text
20723
20724 \begin_layout Plain Layout
20725 \begin_inset Formula $\Upsilon$
20726 \end_inset
20727
20728
20729 \end_layout
20730
20731 \end_inset
20732 </cell>
20733 </row>
20734 <row>
20735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20736 \begin_inset Text
20737
20738 \begin_layout Plain Layout
20739
20740 \backslash
20741 Phi
20742 \end_layout
20743
20744 \end_inset
20745 </cell>
20746 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20747 \begin_inset Text
20748
20749 \begin_layout Plain Layout
20750 \begin_inset Formula $\Phi$
20751 \end_inset
20752
20753
20754 \end_layout
20755
20756 \end_inset
20757 </cell>
20758 </row>
20759 <row>
20760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20761 \begin_inset Text
20762
20763 \begin_layout Plain Layout
20764
20765 \backslash
20766 Psi
20767 \end_layout
20768
20769 \end_inset
20770 </cell>
20771 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20772 \begin_inset Text
20773
20774 \begin_layout Plain Layout
20775 \begin_inset Formula $\Psi$
20776 \end_inset
20777
20778
20779 \end_layout
20780
20781 \end_inset
20782 </cell>
20783 </row>
20784 <row>
20785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20786 \begin_inset Text
20787
20788 \begin_layout Plain Layout
20789
20790 \backslash
20791 Omega
20792 \end_layout
20793
20794 \end_inset
20795 </cell>
20796 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20797 \begin_inset Text
20798
20799 \begin_layout Plain Layout
20800 \begin_inset Formula $\Omega$
20801 \end_inset
20802
20803
20804 \end_layout
20805
20806 \end_inset
20807 </cell>
20808 </row>
20809 </lyxtabular>
20810
20811 \end_inset
20812
20813
20814 \begin_inset space \hfill{}
20815 \end_inset
20816
20817
20818 \end_layout
20819
20820 \begin_layout Standard
20821 \begin_inset VSpace medskip
20822 \end_inset
20823
20824 大文字のギリシャ文字が立体で表示されるのは、TeXの開発途上に生じたデザイン上のバグによるものです。正しいイタリック体の大文字を得るためには、各コマンドの頭に
20825 \series bold
20826 var
20827 \series default
20828 を付けてください。たとえば、
20829 \series bold
20830
20831 \backslash
20832 varGamma
20833 \series default
20834 コマンドは、
20835 \begin_inset Formula $\varGamma$
20836 \end_inset
20837
20838 を生成します。もう一つの方法は、パッケージ
20839 \series bold
20840 fixmath
20841 \series default
20842
20843 \begin_inset Foot
20844 status collapsed
20845
20846 \begin_layout Plain Layout
20847
20848 \series bold
20849 fixmath
20850 \series default
20851 は、LaTeXパッケージ
20852 \series bold
20853 was
20854 \series default
20855
20856 \begin_inset Index idx
20857 status collapsed
20858
20859 \begin_layout Plain Layout
20860 ぱっけーじ@パッケージ ! was
20861 \begin_inset ERT
20862 status collapsed
20863
20864 \begin_layout Plain Layout
20865
20866
20867 \backslash
20868 vspace{4mm}
20869 \end_layout
20870
20871 \end_inset
20872
20873
20874 \end_layout
20875
20876 \end_inset
20877
20878 に含まれています。
20879 \end_layout
20880
20881 \end_inset
20882
20883
20884 \begin_inset Index idx
20885 status collapsed
20886
20887 \begin_layout Plain Layout
20888 ぱっけーじ@パッケージ ! fixmath
20889 \end_layout
20890
20891 \end_inset
20892
20893 をLaTeXプリアンブル行に
20894 \end_layout
20895
20896 \begin_layout Standard
20897
20898 \series bold
20899
20900 \backslash
20901 usepackage{fixmath}
20902 \end_layout
20903
20904 \begin_layout Standard
20905 と書いて読み込む方法です。すると、文書中の大きなギリシャ文字は、すべて自動的にイタリック体として組版されます。
20906 \end_layout
20907
20908 \begin_layout Subsection
20909 ボールド体
20910 \begin_inset Index idx
20911 status collapsed
20912
20913 \begin_layout Plain Layout
20914 ぎりしゃもじ@ギリシャ文字 ! ぼーるどたい@ボールド体
20915 \end_layout
20916
20917 \end_inset
20918
20919
20920 \end_layout
20921
20922 \begin_layout Standard
20923 ギリシャ文字は、ラテン文字のようには、多様な書体様式に設定することができません。ギリシャ文字をボールド体にできるのは、
20924 \series bold
20925
20926 \backslash
20927 boldsymbol
20928 \series default
20929 コマンドのみです
20930 \begin_inset Index idx
20931 status collapsed
20932
20933 \begin_layout Plain Layout
20934 こまんど@コマンド ! B ! 
20935 \backslash
20936 boldsymbol
20937 \end_layout
20938
20939 \end_inset
20940
20941
20942 \end_layout
20943
20944 \begin_layout Standard
20945 \align center
20946 \begin_inset Tabular
20947 <lyxtabular version="3" rows="3" columns="2">
20948 <features rotate="0" tabularvalignment="middle">
20949 <column alignment="center" valignment="top">
20950 <column alignment="center" valignment="top">
20951 <row>
20952 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20953 \begin_inset Text
20954
20955 \begin_layout Plain Layout
20956 コマンド
20957 \end_layout
20958
20959 \end_inset
20960 </cell>
20961 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20962 \begin_inset Text
20963
20964 \begin_layout Plain Layout
20965 出力
20966 \end_layout
20967
20968 \end_inset
20969 </cell>
20970 </row>
20971 <row>
20972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20973 \begin_inset Text
20974
20975 \begin_layout Plain Layout
20976
20977 \backslash
20978 Upsilon
20979 \backslash
20980 boldsymbol
20981 \backslash
20982 Upsilon
20983 \end_layout
20984
20985 \end_inset
20986 </cell>
20987 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20988 \begin_inset Text
20989
20990 \begin_layout Plain Layout
20991 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20992 \end_inset
20993
20994
20995 \end_layout
20996
20997 \end_inset
20998 </cell>
20999 </row>
21000 <row>
21001 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21002 \begin_inset Text
21003
21004 \begin_layout Plain Layout
21005
21006 \backslash
21007 theta
21008 \backslash
21009 boldsymbol
21010 \backslash
21011 theta
21012 \end_layout
21013
21014 \end_inset
21015 </cell>
21016 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21017 \begin_inset Text
21018
21019 \begin_layout Plain Layout
21020 \begin_inset Formula $\theta\boldsymbol{\theta}$
21021 \end_inset
21022
21023
21024 \end_layout
21025
21026 \end_inset
21027 </cell>
21028 </row>
21029 </lyxtabular>
21030
21031 \end_inset
21032
21033
21034 \begin_inset Newpage newpage
21035 \end_inset
21036
21037
21038 \end_layout
21039
21040 \begin_layout Section
21041 記号
21042 \begin_inset ERT
21043 status collapsed
21044
21045 \begin_layout Plain Layout
21046
21047
21048 \backslash
21049 texorpdfstring{
21050 \end_layout
21051
21052 \end_inset
21053
21054
21055 \begin_inset Foot
21056 status collapsed
21057
21058 \begin_layout Plain Layout
21059 各LaTeXパッケージに含まれる全記号をほとんど網羅した一覧が、
21060 \begin_inset CommandInset citation
21061 LatexCommand cite
21062 key "Symbols"
21063
21064 \end_inset
21065
21066 にあります。
21067 \end_layout
21068
21069 \end_inset
21070
21071
21072 \begin_inset ERT
21073 status collapsed
21074
21075 \begin_layout Plain Layout
21076
21077 }{}
21078 \end_layout
21079
21080 \end_inset
21081
21082
21083 \begin_inset Note Note
21084 status collapsed
21085
21086 \begin_layout Plain Layout
21087
21088 \backslash
21089 texorpdfstringは、PDFのしおりに脚注が現れるのを防ぐために使われています。
21090 \end_layout
21091
21092 \begin_layout Plain Layout
21093
21094 \backslash
21095 texorpdfstringについての詳細は、第
21096 \begin_inset CommandInset ref
21097 LatexCommand ref
21098 reference "sub:節見出し中の数式"
21099
21100 \end_inset
21101
21102 節にあります。
21103 \end_layout
21104
21105 \end_inset
21106
21107
21108 \begin_inset Index idx
21109 status collapsed
21110
21111 \begin_layout Plain Layout
21112 きごう@記号
21113 \end_layout
21114
21115 \end_inset
21116
21117
21118 \end_layout
21119
21120 \begin_layout Standard
21121 本節に掲げてある各記号の多くは、ツールバーボタンの
21122 \begin_inset Graphics
21123         filename ../../images/math/nabla.png
21124         scale 85
21125
21126 \end_inset
21127
21128
21129 \begin_inset Graphics
21130         filename ../../images/math/digamma.png
21131         scale 85
21132
21133 \end_inset
21134
21135 でも挿入することができます。
21136 \end_layout
21137
21138 \begin_layout Subsection
21139 数学記号
21140 \begin_inset CommandInset label
21141 LatexCommand label
21142 name "sub:数学記号"
21143
21144 \end_inset
21145
21146
21147 \begin_inset Index idx
21148 status collapsed
21149
21150 \begin_layout Plain Layout
21151 きごう@記号 ! すうがく@数学
21152 \end_layout
21153
21154 \end_inset
21155
21156
21157 \end_layout
21158
21159 \begin_layout Standard
21160 \begin_inset space \hfill{}
21161 \end_inset
21162
21163
21164 \begin_inset Tabular
21165 <lyxtabular version="3" rows="10" columns="2">
21166 <features rotate="0" tabularvalignment="middle">
21167 <column alignment="center" valignment="top" width="0pt">
21168 <column alignment="center" valignment="top" width="0pt">
21169 <row>
21170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21171 \begin_inset Text
21172
21173 \begin_layout Plain Layout
21174 コマンド
21175 \end_layout
21176
21177 \end_inset
21178 </cell>
21179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21180 \begin_inset Text
21181
21182 \begin_layout Plain Layout
21183 出力
21184 \end_layout
21185
21186 \end_inset
21187 </cell>
21188 </row>
21189 <row>
21190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21191 \begin_inset Text
21192
21193 \begin_layout Plain Layout
21194
21195 \backslash
21196 neg
21197 \end_layout
21198
21199 \end_inset
21200 </cell>
21201 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21202 \begin_inset Text
21203
21204 \begin_layout Plain Layout
21205 \begin_inset Formula $\neg$
21206 \end_inset
21207
21208
21209 \end_layout
21210
21211 \end_inset
21212 </cell>
21213 </row>
21214 <row>
21215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21216 \begin_inset Text
21217
21218 \begin_layout Plain Layout
21219
21220 \backslash
21221 Im
21222 \end_layout
21223
21224 \end_inset
21225 </cell>
21226 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21227 \begin_inset Text
21228
21229 \begin_layout Plain Layout
21230 \begin_inset Formula $\Im$
21231 \end_inset
21232
21233
21234 \end_layout
21235
21236 \end_inset
21237 </cell>
21238 </row>
21239 <row>
21240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21241 \begin_inset Text
21242
21243 \begin_layout Plain Layout
21244
21245 \backslash
21246 Re
21247 \end_layout
21248
21249 \end_inset
21250 </cell>
21251 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21252 \begin_inset Text
21253
21254 \begin_layout Plain Layout
21255 \begin_inset Formula $\Re$
21256 \end_inset
21257
21258
21259 \end_layout
21260
21261 \end_inset
21262 </cell>
21263 </row>
21264 <row>
21265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21266 \begin_inset Text
21267
21268 \begin_layout Plain Layout
21269
21270 \backslash
21271 aleph
21272 \end_layout
21273
21274 \end_inset
21275 </cell>
21276 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21277 \begin_inset Text
21278
21279 \begin_layout Plain Layout
21280 \begin_inset Formula $\aleph$
21281 \end_inset
21282
21283
21284 \end_layout
21285
21286 \end_inset
21287 </cell>
21288 </row>
21289 <row>
21290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21291 \begin_inset Text
21292
21293 \begin_layout Plain Layout
21294
21295 \backslash
21296 partial
21297 \end_layout
21298
21299 \end_inset
21300 </cell>
21301 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21302 \begin_inset Text
21303
21304 \begin_layout Plain Layout
21305 \begin_inset Formula $\partial$
21306 \end_inset
21307
21308
21309 \end_layout
21310
21311 \end_inset
21312 </cell>
21313 </row>
21314 <row>
21315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21316 \begin_inset Text
21317
21318 \begin_layout Plain Layout
21319
21320 \backslash
21321 infty
21322 \end_layout
21323
21324 \end_inset
21325 </cell>
21326 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21327 \begin_inset Text
21328
21329 \begin_layout Plain Layout
21330 \begin_inset Formula $\infty$
21331 \end_inset
21332
21333
21334 \end_layout
21335
21336 \end_inset
21337 </cell>
21338 </row>
21339 <row>
21340 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21341 \begin_inset Text
21342
21343 \begin_layout Plain Layout
21344
21345 \backslash
21346 wp
21347 \end_layout
21348
21349 \end_inset
21350 </cell>
21351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21352 \begin_inset Text
21353
21354 \begin_layout Plain Layout
21355 \begin_inset Formula $\wp$
21356 \end_inset
21357
21358
21359 \end_layout
21360
21361 \end_inset
21362 </cell>
21363 </row>
21364 <row>
21365 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21366 \begin_inset Text
21367
21368 \begin_layout Plain Layout
21369
21370 \backslash
21371 imath
21372 \end_layout
21373
21374 \end_inset
21375 </cell>
21376 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21377 \begin_inset Text
21378
21379 \begin_layout Plain Layout
21380 \begin_inset Formula $\imath$
21381 \end_inset
21382
21383
21384 \end_layout
21385
21386 \end_inset
21387 </cell>
21388 </row>
21389 <row>
21390 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21391 \begin_inset Text
21392
21393 \begin_layout Plain Layout
21394
21395 \backslash
21396 jmath
21397 \end_layout
21398
21399 \end_inset
21400 </cell>
21401 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21402 \begin_inset Text
21403
21404 \begin_layout Plain Layout
21405 \begin_inset Formula $\jmath$
21406 \end_inset
21407
21408
21409 \end_layout
21410
21411 \end_inset
21412 </cell>
21413 </row>
21414 </lyxtabular>
21415
21416 \end_inset
21417
21418
21419 \begin_inset space \hfill{}
21420 \end_inset
21421
21422
21423 \begin_inset Tabular
21424 <lyxtabular version="3" rows="10" columns="2">
21425 <features rotate="0" tabularvalignment="middle">
21426 <column alignment="center" valignment="top" width="0pt">
21427 <column alignment="center" valignment="top" width="0pt">
21428 <row>
21429 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21430 \begin_inset Text
21431
21432 \begin_layout Plain Layout
21433 コマンド
21434 \end_layout
21435
21436 \end_inset
21437 </cell>
21438 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21439 \begin_inset Text
21440
21441 \begin_layout Plain Layout
21442 出力
21443 \begin_inset Note Note
21444 status collapsed
21445
21446 \begin_layout Plain Layout
21447 ここで
21448 \series bold
21449
21450 \backslash
21451 raisebox
21452 \series default
21453 はスペーサーとして使用しているだけです。
21454 \end_layout
21455
21456 \end_inset
21457
21458
21459 \end_layout
21460
21461 \end_inset
21462 </cell>
21463 </row>
21464 <row>
21465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21466 \begin_inset Text
21467
21468 \begin_layout Plain Layout
21469
21470 \backslash
21471 forall
21472 \end_layout
21473
21474 \end_inset
21475 </cell>
21476 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21477 \begin_inset Text
21478
21479 \begin_layout Plain Layout
21480 \begin_inset Formula $\forall$
21481 \end_inset
21482
21483
21484 \end_layout
21485
21486 \end_inset
21487 </cell>
21488 </row>
21489 <row>
21490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21491 \begin_inset Text
21492
21493 \begin_layout Plain Layout
21494
21495 \backslash
21496 exists
21497 \end_layout
21498
21499 \end_inset
21500 </cell>
21501 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21502 \begin_inset Text
21503
21504 \begin_layout Plain Layout
21505 \begin_inset Formula $\exists$
21506 \end_inset
21507
21508
21509 \end_layout
21510
21511 \end_inset
21512 </cell>
21513 </row>
21514 <row>
21515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21516 \begin_inset Text
21517
21518 \begin_layout Plain Layout
21519
21520 \backslash
21521 nexists
21522 \end_layout
21523
21524 \end_inset
21525 </cell>
21526 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21527 \begin_inset Text
21528
21529 \begin_layout Plain Layout
21530 \begin_inset Formula $\nexists$
21531 \end_inset
21532
21533
21534 \end_layout
21535
21536 \end_inset
21537 </cell>
21538 </row>
21539 <row>
21540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21541 \begin_inset Text
21542
21543 \begin_layout Plain Layout
21544
21545 \backslash
21546 emptyset
21547 \end_layout
21548
21549 \end_inset
21550 </cell>
21551 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21552 \begin_inset Text
21553
21554 \begin_layout Plain Layout
21555 \begin_inset Formula $\emptyset$
21556 \end_inset
21557
21558
21559 \end_layout
21560
21561 \end_inset
21562 </cell>
21563 </row>
21564 <row>
21565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21566 \begin_inset Text
21567
21568 \begin_layout Plain Layout
21569
21570 \backslash
21571 varnothing
21572 \end_layout
21573
21574 \end_inset
21575 </cell>
21576 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21577 \begin_inset Text
21578
21579 \begin_layout Plain Layout
21580 \begin_inset Formula $\varnothing$
21581 \end_inset
21582
21583
21584 \end_layout
21585
21586 \end_inset
21587 </cell>
21588 </row>
21589 <row>
21590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21591 \begin_inset Text
21592
21593 \begin_layout Plain Layout
21594
21595 \backslash
21596 dag
21597 \end_layout
21598
21599 \end_inset
21600 </cell>
21601 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21602 \begin_inset Text
21603
21604 \begin_layout Plain Layout
21605 \begin_inset Formula $\dag$
21606 \end_inset
21607
21608
21609 \end_layout
21610
21611 \end_inset
21612 </cell>
21613 </row>
21614 <row>
21615 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21616 \begin_inset Text
21617
21618 \begin_layout Plain Layout
21619
21620 \backslash
21621 ddag
21622 \end_layout
21623
21624 \end_inset
21625 </cell>
21626 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21627 \begin_inset Text
21628
21629 \begin_layout Plain Layout
21630 \begin_inset Formula $\ddag$
21631 \end_inset
21632
21633
21634 \end_layout
21635
21636 \end_inset
21637 </cell>
21638 </row>
21639 <row>
21640 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21641 \begin_inset Text
21642
21643 \begin_layout Plain Layout
21644
21645 \backslash
21646 complement
21647 \end_layout
21648
21649 \end_inset
21650 </cell>
21651 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21652 \begin_inset Text
21653
21654 \begin_layout Plain Layout
21655 \begin_inset ERT
21656 status collapsed
21657
21658 \begin_layout Plain Layout
21659
21660
21661 \backslash
21662 raisebox{-0.8mm}{
21663 \end_layout
21664
21665 \end_inset
21666
21667
21668 \begin_inset Formula $\complement$
21669 \end_inset
21670
21671
21672 \begin_inset ERT
21673 status collapsed
21674
21675 \begin_layout Plain Layout
21676
21677 }
21678 \end_layout
21679
21680 \end_inset
21681
21682
21683 \end_layout
21684
21685 \end_inset
21686 </cell>
21687 </row>
21688 <row>
21689 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21690 \begin_inset Text
21691
21692 \begin_layout Plain Layout
21693
21694 \backslash
21695 Bbbk
21696 \end_layout
21697
21698 \end_inset
21699 </cell>
21700 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21701 \begin_inset Text
21702
21703 \begin_layout Plain Layout
21704 \begin_inset Formula $\Bbbk$
21705 \end_inset
21706
21707
21708 \end_layout
21709
21710 \end_inset
21711 </cell>
21712 </row>
21713 </lyxtabular>
21714
21715 \end_inset
21716
21717
21718 \begin_inset space \hfill{}
21719 \end_inset
21720
21721
21722 \begin_inset Tabular
21723 <lyxtabular version="3" rows="10" columns="2">
21724 <features rotate="0" tabularvalignment="middle">
21725 <column alignment="center" valignment="top" width="0pt">
21726 <column alignment="center" valignment="top" width="0pt">
21727 <row>
21728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21729 \begin_inset Text
21730
21731 \begin_layout Plain Layout
21732 コマンド
21733 \end_layout
21734
21735 \end_inset
21736 </cell>
21737 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21738 \begin_inset Text
21739
21740 \begin_layout Plain Layout
21741 出力
21742 \end_layout
21743
21744 \end_inset
21745 </cell>
21746 </row>
21747 <row>
21748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21749 \begin_inset Text
21750
21751 \begin_layout Plain Layout
21752
21753 \backslash
21754 prime
21755 \end_layout
21756
21757 \end_inset
21758 </cell>
21759 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21760 \begin_inset Text
21761
21762 \begin_layout Plain Layout
21763 \begin_inset Formula $\prime$
21764 \end_inset
21765
21766
21767 \end_layout
21768
21769 \end_inset
21770 </cell>
21771 </row>
21772 <row>
21773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21774 \begin_inset Text
21775
21776 \begin_layout Plain Layout
21777
21778 \backslash
21779 backprime
21780 \end_layout
21781
21782 \end_inset
21783 </cell>
21784 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21785 \begin_inset Text
21786
21787 \begin_layout Plain Layout
21788 \begin_inset Formula $\backprime$
21789 \end_inset
21790
21791
21792 \end_layout
21793
21794 \end_inset
21795 </cell>
21796 </row>
21797 <row>
21798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21799 \begin_inset Text
21800
21801 \begin_layout Plain Layout
21802
21803 \backslash
21804 mho
21805 \end_layout
21806
21807 \end_inset
21808 </cell>
21809 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21810 \begin_inset Text
21811
21812 \begin_layout Plain Layout
21813 \begin_inset Formula $\mho$
21814 \end_inset
21815
21816
21817 \end_layout
21818
21819 \end_inset
21820 </cell>
21821 </row>
21822 <row>
21823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21824 \begin_inset Text
21825
21826 \begin_layout Plain Layout
21827
21828 \backslash
21829 triangle
21830 \end_layout
21831
21832 \end_inset
21833 </cell>
21834 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21835 \begin_inset Text
21836
21837 \begin_layout Plain Layout
21838 \begin_inset Formula $\triangle$
21839 \end_inset
21840
21841
21842 \end_layout
21843
21844 \end_inset
21845 </cell>
21846 </row>
21847 <row>
21848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21849 \begin_inset Text
21850
21851 \begin_layout Plain Layout
21852
21853 \backslash
21854 angle
21855 \end_layout
21856
21857 \end_inset
21858 </cell>
21859 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21860 \begin_inset Text
21861
21862 \begin_layout Plain Layout
21863 \begin_inset Formula $\angle$
21864 \end_inset
21865
21866
21867 \end_layout
21868
21869 \end_inset
21870 </cell>
21871 </row>
21872 <row>
21873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21874 \begin_inset Text
21875
21876 \begin_layout Plain Layout
21877
21878 \backslash
21879 measuredangle
21880 \end_layout
21881
21882 \end_inset
21883 </cell>
21884 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21885 \begin_inset Text
21886
21887 \begin_layout Plain Layout
21888 \begin_inset Formula $\measuredangle$
21889 \end_inset
21890
21891
21892 \end_layout
21893
21894 \end_inset
21895 </cell>
21896 </row>
21897 <row>
21898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21899 \begin_inset Text
21900
21901 \begin_layout Plain Layout
21902
21903 \backslash
21904 sphericalangle
21905 \end_layout
21906
21907 \end_inset
21908 </cell>
21909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21910 \begin_inset Text
21911
21912 \begin_layout Plain Layout
21913 \begin_inset Formula $\sphericalangle$
21914 \end_inset
21915
21916
21917 \end_layout
21918
21919 \end_inset
21920 </cell>
21921 </row>
21922 <row>
21923 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21924 \begin_inset Text
21925
21926 \begin_layout Plain Layout
21927
21928 \backslash
21929 top
21930 \end_layout
21931
21932 \end_inset
21933 </cell>
21934 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21935 \begin_inset Text
21936
21937 \begin_layout Plain Layout
21938 \begin_inset Formula $\top$
21939 \end_inset
21940
21941
21942 \end_layout
21943
21944 \end_inset
21945 </cell>
21946 </row>
21947 <row>
21948 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21949 \begin_inset Text
21950
21951 \begin_layout Plain Layout
21952
21953 \backslash
21954 bot
21955 \end_layout
21956
21957 \end_inset
21958 </cell>
21959 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21960 \begin_inset Text
21961
21962 \begin_layout Plain Layout
21963 \begin_inset Formula $\bot$
21964 \end_inset
21965
21966
21967 \end_layout
21968
21969 \end_inset
21970 </cell>
21971 </row>
21972 </lyxtabular>
21973
21974 \end_inset
21975
21976
21977 \begin_inset space \hfill{}
21978 \end_inset
21979
21980
21981 \end_layout
21982
21983 \begin_layout Subsection
21984 その他の記号
21985 \begin_inset CommandInset label
21986 LatexCommand label
21987 name "sub:その他の記号"
21988
21989 \end_inset
21990
21991
21992 \begin_inset Index idx
21993 status collapsed
21994
21995 \begin_layout Plain Layout
21996 きごう@記号 ! そのた@その他
21997 \end_layout
21998
21999 \end_inset
22000
22001
22002 \end_layout
22003
22004 \begin_layout Standard
22005 \noindent
22006 \align center
22007 \begin_inset Tabular
22008 <lyxtabular version="3" rows="10" columns="2">
22009 <features rotate="0" tabularvalignment="middle">
22010 <column alignment="center" valignment="top" width="0pt">
22011 <column alignment="center" valignment="top" width="0pt">
22012 <row>
22013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22014 \begin_inset Text
22015
22016 \begin_layout Plain Layout
22017
22018 \family roman
22019 \series medium
22020 \shape up
22021 \size normal
22022 \emph off
22023 \bar no
22024 \noun off
22025 \color none
22026 コマンド
22027 \end_layout
22028
22029 \end_inset
22030 </cell>
22031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22032 \begin_inset Text
22033
22034 \begin_layout Plain Layout
22035
22036 \family roman
22037 \series medium
22038 \shape up
22039 \size normal
22040 \emph off
22041 \bar no
22042 \noun off
22043 \color none
22044 出力
22045 \end_layout
22046
22047 \end_inset
22048 </cell>
22049 </row>
22050 <row>
22051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22052 \begin_inset Text
22053
22054 \begin_layout Plain Layout
22055
22056 \backslash
22057 flat
22058 \end_layout
22059
22060 \end_inset
22061 </cell>
22062 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22063 \begin_inset Text
22064
22065 \begin_layout Plain Layout
22066 \begin_inset Formula $\flat$
22067 \end_inset
22068
22069
22070 \end_layout
22071
22072 \end_inset
22073 </cell>
22074 </row>
22075 <row>
22076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22077 \begin_inset Text
22078
22079 \begin_layout Plain Layout
22080
22081 \backslash
22082 natural
22083 \end_layout
22084
22085 \end_inset
22086 </cell>
22087 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22088 \begin_inset Text
22089
22090 \begin_layout Plain Layout
22091 \begin_inset Formula $\natural$
22092 \end_inset
22093
22094
22095 \end_layout
22096
22097 \end_inset
22098 </cell>
22099 </row>
22100 <row>
22101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22102 \begin_inset Text
22103
22104 \begin_layout Plain Layout
22105
22106 \backslash
22107 sharp
22108 \end_layout
22109
22110 \end_inset
22111 </cell>
22112 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22113 \begin_inset Text
22114
22115 \begin_layout Plain Layout
22116 \begin_inset Formula $\sharp$
22117 \end_inset
22118
22119
22120 \end_layout
22121
22122 \end_inset
22123 </cell>
22124 </row>
22125 <row>
22126 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22127 \begin_inset Text
22128
22129 \begin_layout Plain Layout
22130
22131 \backslash
22132 surd
22133 \end_layout
22134
22135 \end_inset
22136 </cell>
22137 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22138 \begin_inset Text
22139
22140 \begin_layout Plain Layout
22141 \begin_inset Formula $\surd$
22142 \end_inset
22143
22144
22145 \end_layout
22146
22147 \end_inset
22148 </cell>
22149 </row>
22150 <row>
22151 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22152 \begin_inset Text
22153
22154 \begin_layout Plain Layout
22155
22156 \backslash
22157 checkmark
22158 \end_layout
22159
22160 \end_inset
22161 </cell>
22162 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22163 \begin_inset Text
22164
22165 \begin_layout Plain Layout
22166 \begin_inset Formula $\checkmark$
22167 \end_inset
22168
22169
22170 \end_layout
22171
22172 \end_inset
22173 </cell>
22174 </row>
22175 <row>
22176 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22177 \begin_inset Text
22178
22179 \begin_layout Plain Layout
22180
22181 \backslash
22182 yen
22183 \end_layout
22184
22185 \end_inset
22186 </cell>
22187 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22188 \begin_inset Text
22189
22190 \begin_layout Plain Layout
22191 \begin_inset Formula $\yen$
22192 \end_inset
22193
22194
22195 \end_layout
22196
22197 \end_inset
22198 </cell>
22199 </row>
22200 <row>
22201 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22202 \begin_inset Text
22203
22204 \begin_layout Plain Layout
22205
22206 \backslash
22207 pounds
22208 \end_layout
22209
22210 \end_inset
22211 </cell>
22212 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22213 \begin_inset Text
22214
22215 \begin_layout Plain Layout
22216 \begin_inset Formula $\pounds$
22217 \end_inset
22218
22219
22220 \end_layout
22221
22222 \end_inset
22223 </cell>
22224 </row>
22225 <row>
22226 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22227 \begin_inset Text
22228
22229 \begin_layout Plain Layout
22230 $
22231 \end_layout
22232
22233 \end_inset
22234 </cell>
22235 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22236 \begin_inset Text
22237
22238 \begin_layout Plain Layout
22239 \begin_inset Formula $\$$
22240 \end_inset
22241
22242
22243 \end_layout
22244
22245 \end_inset
22246 </cell>
22247 </row>
22248 <row>
22249 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22250 \begin_inset Text
22251
22252 \begin_layout Plain Layout
22253 §
22254 \end_layout
22255
22256 \end_inset
22257 </cell>
22258 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22259 \begin_inset Text
22260
22261 \begin_layout Plain Layout
22262 \begin_inset Formula $\mathsection$
22263 \end_inset
22264
22265
22266 \end_layout
22267
22268 \end_inset
22269 </cell>
22270 </row>
22271 </lyxtabular>
22272
22273 \end_inset
22274
22275
22276 \begin_inset Tabular
22277 <lyxtabular version="3" rows="10" columns="2">
22278 <features rotate="0" tabularvalignment="middle">
22279 <column alignment="center" valignment="top">
22280 <column alignment="center" valignment="top">
22281 <row>
22282 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22283 \begin_inset Text
22284
22285 \begin_layout Plain Layout
22286
22287 \family roman
22288 \series medium
22289 \shape up
22290 \size normal
22291 \emph off
22292 \bar no
22293 \noun off
22294 \color none
22295 コマンド
22296 \end_layout
22297
22298 \end_inset
22299 </cell>
22300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22301 \begin_inset Text
22302
22303 \begin_layout Plain Layout
22304
22305 \family roman
22306 \series medium
22307 \shape up
22308 \size normal
22309 \emph off
22310 \bar no
22311 \noun off
22312 \color none
22313 出力
22314 \end_layout
22315
22316 \end_inset
22317 </cell>
22318 </row>
22319 <row>
22320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22321 \begin_inset Text
22322
22323 \begin_layout Plain Layout
22324
22325 \backslash
22326 hbar
22327 \end_layout
22328
22329 \end_inset
22330 </cell>
22331 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22332 \begin_inset Text
22333
22334 \begin_layout Plain Layout
22335 \begin_inset Formula $\hbar$
22336 \end_inset
22337
22338
22339 \end_layout
22340
22341 \end_inset
22342 </cell>
22343 </row>
22344 <row>
22345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22346 \begin_inset Text
22347
22348 \begin_layout Plain Layout
22349
22350 \backslash
22351 hslash
22352 \end_layout
22353
22354 \end_inset
22355 </cell>
22356 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22357 \begin_inset Text
22358
22359 \begin_layout Plain Layout
22360 \begin_inset Formula $\hslash$
22361 \end_inset
22362
22363
22364 \end_layout
22365
22366 \end_inset
22367 </cell>
22368 </row>
22369 <row>
22370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22371 \begin_inset Text
22372
22373 \begin_layout Plain Layout
22374
22375 \backslash
22376 clubsuit
22377 \end_layout
22378
22379 \end_inset
22380 </cell>
22381 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22382 \begin_inset Text
22383
22384 \begin_layout Plain Layout
22385 \begin_inset Formula $\clubsuit$
22386 \end_inset
22387
22388
22389 \end_layout
22390
22391 \end_inset
22392 </cell>
22393 </row>
22394 <row>
22395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22396 \begin_inset Text
22397
22398 \begin_layout Plain Layout
22399
22400 \backslash
22401 spadesuit
22402 \end_layout
22403
22404 \end_inset
22405 </cell>
22406 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22407 \begin_inset Text
22408
22409 \begin_layout Plain Layout
22410 \begin_inset Formula $\spadesuit$
22411 \end_inset
22412
22413
22414 \end_layout
22415
22416 \end_inset
22417 </cell>
22418 </row>
22419 <row>
22420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22421 \begin_inset Text
22422
22423 \begin_layout Plain Layout
22424
22425 \backslash
22426 bigstar
22427 \end_layout
22428
22429 \end_inset
22430 </cell>
22431 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22432 \begin_inset Text
22433
22434 \begin_layout Plain Layout
22435 \begin_inset Formula $\bigstar$
22436 \end_inset
22437
22438
22439 \end_layout
22440
22441 \end_inset
22442 </cell>
22443 </row>
22444 <row>
22445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22446 \begin_inset Text
22447
22448 \begin_layout Plain Layout
22449
22450 \backslash
22451 blacklozenge
22452 \end_layout
22453
22454 \end_inset
22455 </cell>
22456 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22457 \begin_inset Text
22458
22459 \begin_layout Plain Layout
22460 \begin_inset Formula $\blacklozenge$
22461 \end_inset
22462
22463
22464 \end_layout
22465
22466 \end_inset
22467 </cell>
22468 </row>
22469 <row>
22470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22471 \begin_inset Text
22472
22473 \begin_layout Plain Layout
22474
22475 \backslash
22476 blacktriangle
22477 \end_layout
22478
22479 \end_inset
22480 </cell>
22481 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22482 \begin_inset Text
22483
22484 \begin_layout Plain Layout
22485 \begin_inset Formula $\blacktriangle$
22486 \end_inset
22487
22488
22489 \end_layout
22490
22491 \end_inset
22492 </cell>
22493 </row>
22494 <row>
22495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22496 \begin_inset Text
22497
22498 \begin_layout Plain Layout
22499
22500 \backslash
22501 blacktiangledown
22502 \end_layout
22503
22504 \end_inset
22505 </cell>
22506 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22507 \begin_inset Text
22508
22509 \begin_layout Plain Layout
22510 \begin_inset Formula $\blacktriangledown$
22511 \end_inset
22512
22513
22514 \end_layout
22515
22516 \end_inset
22517 </cell>
22518 </row>
22519 <row>
22520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22521 \begin_inset Text
22522
22523 \begin_layout Plain Layout
22524
22525 \backslash
22526 bullet
22527 \end_layout
22528
22529 \end_inset
22530 </cell>
22531 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22532 \begin_inset Text
22533
22534 \begin_layout Plain Layout
22535 \begin_inset Formula $\bullet$
22536 \end_inset
22537
22538
22539 \end_layout
22540
22541 \end_inset
22542 </cell>
22543 </row>
22544 </lyxtabular>
22545
22546 \end_inset
22547
22548
22549 \begin_inset Tabular
22550 <lyxtabular version="3" rows="10" columns="2">
22551 <features rotate="0" tabularvalignment="middle">
22552 <column alignment="center" valignment="top" width="0pt">
22553 <column alignment="center" valignment="top" width="0pt">
22554 <row>
22555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22556 \begin_inset Text
22557
22558 \begin_layout Plain Layout
22559
22560 \family roman
22561 \series medium
22562 \shape up
22563 \size normal
22564 \emph off
22565 \bar no
22566 \noun off
22567 \color none
22568 コマンド
22569 \end_layout
22570
22571 \end_inset
22572 </cell>
22573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22574 \begin_inset Text
22575
22576 \begin_layout Plain Layout
22577
22578 \family roman
22579 \series medium
22580 \shape up
22581 \size normal
22582 \emph off
22583 \bar no
22584 \noun off
22585 \color none
22586 出力
22587 \end_layout
22588
22589 \end_inset
22590 </cell>
22591 </row>
22592 <row>
22593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22594 \begin_inset Text
22595
22596 \begin_layout Plain Layout
22597
22598 \backslash
22599 diamondsuit
22600 \end_layout
22601
22602 \end_inset
22603 </cell>
22604 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22605 \begin_inset Text
22606
22607 \begin_layout Plain Layout
22608 \begin_inset Formula $\diamondsuit$
22609 \end_inset
22610
22611
22612 \end_layout
22613
22614 \end_inset
22615 </cell>
22616 </row>
22617 <row>
22618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22619 \begin_inset Text
22620
22621 \begin_layout Plain Layout
22622
22623 \backslash
22624 Diamond
22625 \end_layout
22626
22627 \end_inset
22628 </cell>
22629 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22630 \begin_inset Text
22631
22632 \begin_layout Plain Layout
22633 \begin_inset Formula $\Diamond$
22634 \end_inset
22635
22636
22637 \end_layout
22638
22639 \end_inset
22640 </cell>
22641 </row>
22642 <row>
22643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22644 \begin_inset Text
22645
22646 \begin_layout Plain Layout
22647
22648 \backslash
22649 heartsuit
22650 \end_layout
22651
22652 \end_inset
22653 </cell>
22654 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22655 \begin_inset Text
22656
22657 \begin_layout Plain Layout
22658 \begin_inset Formula $\heartsuit$
22659 \end_inset
22660
22661
22662 \end_layout
22663
22664 \end_inset
22665 </cell>
22666 </row>
22667 <row>
22668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22669 \begin_inset Text
22670
22671 \begin_layout Plain Layout
22672
22673 \backslash
22674 P
22675 \end_layout
22676
22677 \end_inset
22678 </cell>
22679 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22680 \begin_inset Text
22681
22682 \begin_layout Plain Layout
22683 \begin_inset Formula $\P$
22684 \end_inset
22685
22686
22687 \end_layout
22688
22689 \end_inset
22690 </cell>
22691 </row>
22692 <row>
22693 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22694 \begin_inset Text
22695
22696 \begin_layout Plain Layout
22697
22698 \backslash
22699 copyright
22700 \end_layout
22701
22702 \end_inset
22703 </cell>
22704 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22705 \begin_inset Text
22706
22707 \begin_layout Plain Layout
22708 \begin_inset Formula $\copyright$
22709 \end_inset
22710
22711
22712 \end_layout
22713
22714 \end_inset
22715 </cell>
22716 </row>
22717 <row>
22718 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22719 \begin_inset Text
22720
22721 \begin_layout Plain Layout
22722
22723 \backslash
22724 circledR
22725 \end_layout
22726
22727 \end_inset
22728 </cell>
22729 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22730 \begin_inset Text
22731
22732 \begin_layout Plain Layout
22733 \begin_inset Formula $\circledR$
22734 \end_inset
22735
22736
22737 \end_layout
22738
22739 \end_inset
22740 </cell>
22741 </row>
22742 <row>
22743 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22744 \begin_inset Text
22745
22746 \begin_layout Plain Layout
22747
22748 \backslash
22749 maltese
22750 \end_layout
22751
22752 \end_inset
22753 </cell>
22754 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22755 \begin_inset Text
22756
22757 \begin_layout Plain Layout
22758 \begin_inset Formula $\maltese$
22759 \end_inset
22760
22761
22762 \end_layout
22763
22764 \end_inset
22765 </cell>
22766 </row>
22767 <row>
22768 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22769 \begin_inset Text
22770
22771 \begin_layout Plain Layout
22772
22773 \backslash
22774 diagup
22775 \end_layout
22776
22777 \end_inset
22778 </cell>
22779 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22780 \begin_inset Text
22781
22782 \begin_layout Plain Layout
22783 \begin_inset Formula $\diagup$
22784 \end_inset
22785
22786
22787 \end_layout
22788
22789 \end_inset
22790 </cell>
22791 </row>
22792 <row>
22793 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22794 \begin_inset Text
22795
22796 \begin_layout Plain Layout
22797
22798 \backslash
22799 diagdown
22800 \end_layout
22801
22802 \end_inset
22803 </cell>
22804 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22805 \begin_inset Text
22806
22807 \begin_layout Plain Layout
22808 \begin_inset Formula $\diagdown$
22809 \end_inset
22810
22811
22812 \end_layout
22813
22814 \end_inset
22815 </cell>
22816 </row>
22817 </lyxtabular>
22818
22819 \end_inset
22820
22821
22822 \end_layout
22823
22824 \begin_layout Standard
22825 \begin_inset VSpace medskip
22826 \end_inset
22827
22828 ここにある以上の記号が、第
22829 \begin_inset CommandInset ref
22830 LatexCommand ref
22831 reference "sub:他の特殊文字"
22832
22833 \end_inset
22834
22835 節に挙げてあります。
22836 \end_layout
22837
22838 \begin_layout Standard
22839 寸法を変えて表示することのできる記号もあります。第
22840 \begin_inset CommandInset ref
22841 LatexCommand ref
22842 reference "sub:書体寸法"
22843
22844 \end_inset
22845
22846 節をご参照下さい。
22847 \end_layout
22848
22849 \begin_layout Subsection
22850 ユーロ通貨記号
22851 \begin_inset Index idx
22852 status collapsed
22853
22854 \begin_layout Plain Layout
22855 きごう@記号 ! ゆーろつうかきごう@ユーロ通貨記号
22856 \end_layout
22857
22858 \end_inset
22859
22860
22861 \begin_inset Index idx
22862 status collapsed
22863
22864 \begin_layout Plain Layout
22865
22866 \backslash
22867 @
22868 \begin_inset ERT
22869 status collapsed
22870
22871 \begin_layout Plain Layout
22872
22873
22874 \backslash
22875 officialeuro
22876 \end_layout
22877
22878 \end_inset
22879
22880
22881 \end_layout
22882
22883 \end_inset
22884
22885
22886 \end_layout
22887
22888 \begin_layout Standard
22889 ユーロ通貨記号を数式で使用するには、LaTeXパッケージ
22890 \series bold
22891 eurosym
22892 \series default
22893
22894 \begin_inset Index idx
22895 status collapsed
22896
22897 \begin_layout Plain Layout
22898 ぱっけーじ@パッケージ ! eurosym
22899 \end_layout
22900
22901 \end_inset
22902
22903 が導入されていて、以下のようなLaTeXプリアンブル行によって読み込まれていなくてはなりません。
22904 \end_layout
22905
22906 \begin_layout Standard
22907
22908 \series bold
22909
22910 \backslash
22911 usepackage[gennarrow]{eurosym}
22912 \end_layout
22913
22914 \begin_layout Standard
22915 すると、ユーロ通貨記号を
22916 \series bold
22917
22918 \backslash
22919 euro
22920 \series default
22921
22922 \begin_inset Index idx
22923 status collapsed
22924
22925 \begin_layout Plain Layout
22926 こまんど@コマンド ! E ! 
22927 \backslash
22928 euro
22929 \end_layout
22930
22931 \end_inset
22932
22933 コマンドで挿入することができるようになります。
22934 \end_layout
22935
22936 \begin_layout Standard
22937 数式テキストには、
22938 \series bold
22939 eurosym
22940 \series default
22941 が導入されていなくても、ユーロ通貨記号を直接キーボードを使って(あれば)挿入することができます。
22942 \series bold
22943 eurosym
22944 \series default
22945 が導入されていれば、
22946 \series bold
22947
22948 \backslash
22949 euro
22950 \series default
22951 はTeXモードでも挿入することができます。また、正式な通貨記号を
22952 \series bold
22953
22954 \backslash
22955 officialeuro
22956 \series default
22957
22958 \begin_inset Index idx
22959 status collapsed
22960
22961 \begin_layout Plain Layout
22962 こまんど@コマンド ! O ! 
22963 \backslash
22964 officialeuro
22965 \end_layout
22966
22967 \end_inset
22968
22969 コマンド(これはTeXモードでのみ使用することができます)で挿入することができます。
22970 \end_layout
22971
22972 \begin_layout Standard
22973 \begin_inset ERT
22974 status collapsed
22975
22976 \begin_layout Plain Layout
22977
22978
22979 \backslash
22980 ifeurosym 
22981 \end_layout
22982
22983 \end_inset
22984
22985
22986 \begin_inset Note Note
22987 status open
22988
22989 \begin_layout Plain Layout
22990 以下の表は、LaTeXパッケージ
22991 \series bold
22992 eurosym
22993 \series default
22994 が導入済みのときのみ表示されます。
22995 \end_layout
22996
22997 \end_inset
22998
22999
23000 \end_layout
23001
23002 \begin_layout Standard
23003 以下は、各ユーロ通貨記号のまとめです。
23004 \end_layout
23005
23006 \begin_layout Standard
23007 \align center
23008 \begin_inset Tabular
23009 <lyxtabular version="3" rows="4" columns="3">
23010 <features rotate="0" tabularvalignment="middle">
23011 <column alignment="center" valignment="top" width="0pt">
23012 <column alignment="center" valignment="top" width="0pt">
23013 <column alignment="center" valignment="top" width="0pt">
23014 <row>
23015 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
23016 \begin_inset Text
23017
23018 \begin_layout Plain Layout
23019
23020 \end_layout
23021
23022 \end_inset
23023 </cell>
23024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23025 \begin_inset Text
23026
23027 \begin_layout Plain Layout
23028 コマンド
23029 \end_layout
23030
23031 \end_inset
23032 </cell>
23033 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23034 \begin_inset Text
23035
23036 \begin_layout Plain Layout
23037 出力
23038 \end_layout
23039
23040 \end_inset
23041 </cell>
23042 </row>
23043 <row>
23044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23045 \begin_inset Text
23046
23047 \begin_layout Plain Layout
23048 数式
23049 \end_layout
23050
23051 \end_inset
23052 </cell>
23053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23054 \begin_inset Text
23055
23056 \begin_layout Plain Layout
23057
23058 \backslash
23059 euro
23060 \end_layout
23061
23062 \end_inset
23063 </cell>
23064 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23065 \begin_inset Text
23066
23067 \begin_layout Plain Layout
23068 \begin_inset Formula $\euro$
23069 \end_inset
23070
23071
23072 \end_layout
23073
23074 \end_inset
23075 </cell>
23076 </row>
23077 <row>
23078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23079 \begin_inset Text
23080
23081 \begin_layout Plain Layout
23082 数式テキスト
23083 \end_layout
23084
23085 \end_inset
23086 </cell>
23087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23088 \begin_inset Text
23089
23090 \begin_layout Plain Layout
23091 (ユーロ記号)
23092 \end_layout
23093
23094 \end_inset
23095 </cell>
23096 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23097 \begin_inset Text
23098
23099 \begin_layout Plain Layout
23100 (ユーロ記号)
23101 \end_layout
23102
23103 \end_inset
23104 </cell>
23105 </row>
23106 <row>
23107 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23108 \begin_inset Text
23109
23110 \begin_layout Plain Layout
23111 TeXモード
23112 \end_layout
23113
23114 \end_inset
23115 </cell>
23116 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23117 \begin_inset Text
23118
23119 \begin_layout Plain Layout
23120
23121 \backslash
23122 officialeuro
23123 \end_layout
23124
23125 \end_inset
23126 </cell>
23127 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23128 \begin_inset Text
23129
23130 \begin_layout Plain Layout
23131 \begin_inset ERT
23132 status collapsed
23133
23134 \begin_layout Plain Layout
23135
23136
23137 \backslash
23138 officialeuro
23139 \end_layout
23140
23141 \end_inset
23142
23143
23144 \end_layout
23145
23146 \end_inset
23147 </cell>
23148 </row>
23149 </lyxtabular>
23150
23151 \end_inset
23152
23153
23154 \end_layout
23155
23156 \begin_layout Standard
23157 \begin_inset ERT
23158 status collapsed
23159
23160 \begin_layout Plain Layout
23161
23162
23163 \backslash
23164 else 
23165 \end_layout
23166
23167 \end_inset
23168
23169
23170 \begin_inset Note Note
23171 status open
23172
23173 \begin_layout Plain Layout
23174 以下は、LaTeXパッケージ
23175 \series bold
23176 eurosym
23177 \series default
23178 が導入されていないときのみ表示されます。
23179 \end_layout
23180
23181 \end_inset
23182
23183
23184 \end_layout
23185
23186 \begin_layout Standard
23187 本節の残りを出力としてみるためには、LaTeXパッケージ
23188 \series bold
23189 eurosym
23190 \series default
23191 を導入する必要があります。
23192 \end_layout
23193
23194 \begin_layout Standard
23195 \begin_inset ERT
23196 status collapsed
23197
23198 \begin_layout Plain Layout
23199
23200
23201 \backslash
23202 fi 
23203 \end_layout
23204
23205 \end_inset
23206
23207
23208 \end_layout
23209
23210 \begin_layout Section
23211 関係子
23212 \begin_inset CommandInset label
23213 LatexCommand label
23214 name "sec:関係子"
23215
23216 \end_inset
23217
23218
23219 \begin_inset Index idx
23220 status collapsed
23221
23222 \begin_layout Plain Layout
23223 かんけいし@関係子
23224 \end_layout
23225
23226 \end_inset
23227
23228
23229 \begin_inset Index idx
23230 status collapsed
23231
23232 \begin_layout Plain Layout
23233 ひかくし@比較子|see
23234 \begin_inset ERT
23235 status collapsed
23236
23237 \begin_layout Plain Layout
23238
23239 {
23240 \end_layout
23241
23242 \end_inset
23243
23244 関係子
23245 \begin_inset ERT
23246 status collapsed
23247
23248 \begin_layout Plain Layout
23249
23250 }
23251 \end_layout
23252
23253 \end_inset
23254
23255
23256 \end_layout
23257
23258 \end_inset
23259
23260
23261 \end_layout
23262
23263 \begin_layout Standard
23264 関係子はすべて、ツールバーボタンの
23265 \begin_inset Graphics
23266         filename ../../images/math/leq.png
23267         scale 85
23268
23269 \end_inset
23270
23271 でも挿入することができます。
23272 \end_layout
23273
23274 \begin_layout Standard
23275 \begin_inset space \hfill{}
23276 \end_inset
23277
23278
23279 \begin_inset Tabular
23280 <lyxtabular version="3" rows="17" columns="2">
23281 <features rotate="0" tabularvalignment="middle">
23282 <column alignment="center" valignment="top" width="0pt">
23283 <column alignment="center" valignment="top" width="0pt">
23284 <row>
23285 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23286 \begin_inset Text
23287
23288 \begin_layout Plain Layout
23289 コマンド
23290 \end_layout
23291
23292 \end_inset
23293 </cell>
23294 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23295 \begin_inset Text
23296
23297 \begin_layout Plain Layout
23298 出力
23299 \end_layout
23300
23301 \end_inset
23302 </cell>
23303 </row>
23304 <row>
23305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23306 \begin_inset Text
23307
23308 \begin_layout Plain Layout
23309 \begin_inset Formula $<$
23310 \end_inset
23311
23312
23313 \end_layout
23314
23315 \end_inset
23316 </cell>
23317 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23318 \begin_inset Text
23319
23320 \begin_layout Plain Layout
23321 \begin_inset Formula $<$
23322 \end_inset
23323
23324
23325 \end_layout
23326
23327 \end_inset
23328 </cell>
23329 </row>
23330 <row>
23331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23332 \begin_inset Text
23333
23334 \begin_layout Plain Layout
23335
23336 \backslash
23337 le
23338 \end_layout
23339
23340 \end_inset
23341 </cell>
23342 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23343 \begin_inset Text
23344
23345 \begin_layout Plain Layout
23346 \begin_inset Formula $\le$
23347 \end_inset
23348
23349
23350 \end_layout
23351
23352 \end_inset
23353 </cell>
23354 </row>
23355 <row>
23356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23357 \begin_inset Text
23358
23359 \begin_layout Plain Layout
23360
23361 \backslash
23362 ll
23363 \end_layout
23364
23365 \end_inset
23366 </cell>
23367 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23368 \begin_inset Text
23369
23370 \begin_layout Plain Layout
23371 \begin_inset Formula $\ll$
23372 \end_inset
23373
23374
23375 \end_layout
23376
23377 \end_inset
23378 </cell>
23379 </row>
23380 <row>
23381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23382 \begin_inset Text
23383
23384 \begin_layout Plain Layout
23385
23386 \backslash
23387 prec
23388 \end_layout
23389
23390 \end_inset
23391 </cell>
23392 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23393 \begin_inset Text
23394
23395 \begin_layout Plain Layout
23396 \begin_inset Formula $\prec$
23397 \end_inset
23398
23399
23400 \end_layout
23401
23402 \end_inset
23403 </cell>
23404 </row>
23405 <row>
23406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23407 \begin_inset Text
23408
23409 \begin_layout Plain Layout
23410
23411 \backslash
23412 preceq
23413 \end_layout
23414
23415 \end_inset
23416 </cell>
23417 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23418 \begin_inset Text
23419
23420 \begin_layout Plain Layout
23421 \begin_inset Formula $\preceq$
23422 \end_inset
23423
23424
23425 \end_layout
23426
23427 \end_inset
23428 </cell>
23429 </row>
23430 <row>
23431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23432 \begin_inset Text
23433
23434 \begin_layout Plain Layout
23435
23436 \backslash
23437 subset
23438 \end_layout
23439
23440 \end_inset
23441 </cell>
23442 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23443 \begin_inset Text
23444
23445 \begin_layout Plain Layout
23446 \begin_inset Formula $\subset$
23447 \end_inset
23448
23449
23450 \end_layout
23451
23452 \end_inset
23453 </cell>
23454 </row>
23455 <row>
23456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23457 \begin_inset Text
23458
23459 \begin_layout Plain Layout
23460
23461 \backslash
23462 subseteq
23463 \end_layout
23464
23465 \end_inset
23466 </cell>
23467 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23468 \begin_inset Text
23469
23470 \begin_layout Plain Layout
23471 \begin_inset Formula $\subseteq$
23472 \end_inset
23473
23474
23475 \end_layout
23476
23477 \end_inset
23478 </cell>
23479 </row>
23480 <row>
23481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23482 \begin_inset Text
23483
23484 \begin_layout Plain Layout
23485
23486 \backslash
23487 sqsubseteq
23488 \end_layout
23489
23490 \end_inset
23491 </cell>
23492 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23493 \begin_inset Text
23494
23495 \begin_layout Plain Layout
23496 \begin_inset Formula $\sqsubseteq$
23497 \end_inset
23498
23499
23500 \end_layout
23501
23502 \end_inset
23503 </cell>
23504 </row>
23505 <row>
23506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23507 \begin_inset Text
23508
23509 \begin_layout Plain Layout
23510
23511 \backslash
23512 in
23513 \end_layout
23514
23515 \end_inset
23516 </cell>
23517 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23518 \begin_inset Text
23519
23520 \begin_layout Plain Layout
23521 \begin_inset Formula $\in$
23522 \end_inset
23523
23524
23525 \end_layout
23526
23527 \end_inset
23528 </cell>
23529 </row>
23530 <row>
23531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23532 \begin_inset Text
23533
23534 \begin_layout Plain Layout
23535
23536 \backslash
23537 vdash
23538 \end_layout
23539
23540 \end_inset
23541 </cell>
23542 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23543 \begin_inset Text
23544
23545 \begin_layout Plain Layout
23546 \begin_inset Formula $\vdash$
23547 \end_inset
23548
23549
23550 \end_layout
23551
23552 \end_inset
23553 </cell>
23554 </row>
23555 <row>
23556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23557 \begin_inset Text
23558
23559 \begin_layout Plain Layout
23560
23561 \backslash
23562 smile
23563 \end_layout
23564
23565 \end_inset
23566 </cell>
23567 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23568 \begin_inset Text
23569
23570 \begin_layout Plain Layout
23571 \begin_inset Formula $\smile$
23572 \end_inset
23573
23574
23575 \end_layout
23576
23577 \end_inset
23578 </cell>
23579 </row>
23580 <row>
23581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23582 \begin_inset Text
23583
23584 \begin_layout Plain Layout
23585
23586 \backslash
23587 lhd
23588 \end_layout
23589
23590 \end_inset
23591 </cell>
23592 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23593 \begin_inset Text
23594
23595 \begin_layout Plain Layout
23596 \begin_inset Formula $\lhd$
23597 \end_inset
23598
23599
23600 \end_layout
23601
23602 \end_inset
23603 </cell>
23604 </row>
23605 <row>
23606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23607 \begin_inset Text
23608
23609 \begin_layout Plain Layout
23610
23611 \backslash
23612 unlhd
23613 \end_layout
23614
23615 \end_inset
23616 </cell>
23617 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23618 \begin_inset Text
23619
23620 \begin_layout Plain Layout
23621 \begin_inset Formula $\unlhd$
23622 \end_inset
23623
23624
23625 \end_layout
23626
23627 \end_inset
23628 </cell>
23629 </row>
23630 <row>
23631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23632 \begin_inset Text
23633
23634 \begin_layout Plain Layout
23635
23636 \backslash
23637 gtrless
23638 \end_layout
23639
23640 \end_inset
23641 </cell>
23642 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23643 \begin_inset Text
23644
23645 \begin_layout Plain Layout
23646 \begin_inset Formula $\gtrless$
23647 \end_inset
23648
23649
23650 \end_layout
23651
23652 \end_inset
23653 </cell>
23654 </row>
23655 <row>
23656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23657 \begin_inset Text
23658
23659 \begin_layout Plain Layout
23660
23661 \backslash
23662 mid
23663 \end_layout
23664
23665 \end_inset
23666 </cell>
23667 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23668 \begin_inset Text
23669
23670 \begin_layout Plain Layout
23671 \begin_inset Formula $\mid$
23672 \end_inset
23673
23674
23675 \end_layout
23676
23677 \end_inset
23678 </cell>
23679 </row>
23680 <row>
23681 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23682 \begin_inset Text
23683
23684 \begin_layout Plain Layout
23685
23686 \backslash
23687 nmid
23688 \end_layout
23689
23690 \end_inset
23691 </cell>
23692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23693 \begin_inset Text
23694
23695 \begin_layout Plain Layout
23696 \begin_inset Formula $\nmid$
23697 \end_inset
23698
23699
23700 \end_layout
23701
23702 \end_inset
23703 </cell>
23704 </row>
23705 </lyxtabular>
23706
23707 \end_inset
23708
23709
23710 \begin_inset space \hfill{}
23711 \end_inset
23712
23713
23714 \begin_inset Tabular
23715 <lyxtabular version="3" rows="17" columns="2">
23716 <features rotate="0" tabularvalignment="middle">
23717 <column alignment="center" valignment="top" width="0pt">
23718 <column alignment="center" valignment="top" width="0pt">
23719 <row>
23720 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23721 \begin_inset Text
23722
23723 \begin_layout Plain Layout
23724 コマンド
23725 \end_layout
23726
23727 \end_inset
23728 </cell>
23729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23730 \begin_inset Text
23731
23732 \begin_layout Plain Layout
23733 出力
23734 \end_layout
23735
23736 \end_inset
23737 </cell>
23738 </row>
23739 <row>
23740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23741 \begin_inset Text
23742
23743 \begin_layout Plain Layout
23744 =
23745 \end_layout
23746
23747 \end_inset
23748 </cell>
23749 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23750 \begin_inset Text
23751
23752 \begin_layout Plain Layout
23753 \begin_inset Formula $=$
23754 \end_inset
23755
23756
23757 \end_layout
23758
23759 \end_inset
23760 </cell>
23761 </row>
23762 <row>
23763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23764 \begin_inset Text
23765
23766 \begin_layout Plain Layout
23767
23768 \backslash
23769 not=
23770 \end_layout
23771
23772 \end_inset
23773 </cell>
23774 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23775 \begin_inset Text
23776
23777 \begin_layout Plain Layout
23778 \begin_inset Formula $\not=$
23779 \end_inset
23780
23781
23782 \end_layout
23783
23784 \end_inset
23785 </cell>
23786 </row>
23787 <row>
23788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23789 \begin_inset Text
23790
23791 \begin_layout Plain Layout
23792
23793 \backslash
23794 equiv
23795 \end_layout
23796
23797 \end_inset
23798 </cell>
23799 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23800 \begin_inset Text
23801
23802 \begin_layout Plain Layout
23803 \begin_inset Formula $\equiv$
23804 \end_inset
23805
23806
23807 \end_layout
23808
23809 \end_inset
23810 </cell>
23811 </row>
23812 <row>
23813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23814 \begin_inset Text
23815
23816 \begin_layout Plain Layout
23817
23818 \backslash
23819 sim
23820 \end_layout
23821
23822 \end_inset
23823 </cell>
23824 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23825 \begin_inset Text
23826
23827 \begin_layout Plain Layout
23828 \begin_inset Formula $\sim$
23829 \end_inset
23830
23831
23832 \end_layout
23833
23834 \end_inset
23835 </cell>
23836 </row>
23837 <row>
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 simeq
23845 \end_layout
23846
23847 \end_inset
23848 </cell>
23849 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23850 \begin_inset Text
23851
23852 \begin_layout Plain Layout
23853 \begin_inset Formula $\simeq$
23854 \end_inset
23855
23856
23857 \end_layout
23858
23859 \end_inset
23860 </cell>
23861 </row>
23862 <row>
23863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23864 \begin_inset Text
23865
23866 \begin_layout Plain Layout
23867
23868 \backslash
23869 approx
23870 \end_layout
23871
23872 \end_inset
23873 </cell>
23874 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23875 \begin_inset Text
23876
23877 \begin_layout Plain Layout
23878 \begin_inset Formula $\approx$
23879 \end_inset
23880
23881
23882 \end_layout
23883
23884 \end_inset
23885 </cell>
23886 </row>
23887 <row>
23888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23889 \begin_inset Text
23890
23891 \begin_layout Plain Layout
23892
23893 \backslash
23894 cong
23895 \end_layout
23896
23897 \end_inset
23898 </cell>
23899 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23900 \begin_inset Text
23901
23902 \begin_layout Plain Layout
23903 \begin_inset Formula $\cong$
23904 \end_inset
23905
23906
23907 \end_layout
23908
23909 \end_inset
23910 </cell>
23911 </row>
23912 <row>
23913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23914 \begin_inset Text
23915
23916 \begin_layout Plain Layout
23917
23918 \backslash
23919 bowtie
23920 \end_layout
23921
23922 \end_inset
23923 </cell>
23924 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23925 \begin_inset Text
23926
23927 \begin_layout Plain Layout
23928 \begin_inset Formula $\bowtie$
23929 \end_inset
23930
23931
23932 \end_layout
23933
23934 \end_inset
23935 </cell>
23936 </row>
23937 <row>
23938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23939 \begin_inset Text
23940
23941 \begin_layout Plain Layout
23942
23943 \backslash
23944 notin
23945 \end_layout
23946
23947 \end_inset
23948 </cell>
23949 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23950 \begin_inset Text
23951
23952 \begin_layout Plain Layout
23953 \begin_inset Formula $\notin$
23954 \end_inset
23955
23956
23957 \end_layout
23958
23959 \end_inset
23960 </cell>
23961 </row>
23962 <row>
23963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23964 \begin_inset Text
23965
23966 \begin_layout Plain Layout
23967
23968 \backslash
23969 perp
23970 \end_layout
23971
23972 \end_inset
23973 </cell>
23974 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23975 \begin_inset Text
23976
23977 \begin_layout Plain Layout
23978 \begin_inset Formula $\perp$
23979 \end_inset
23980
23981
23982 \end_layout
23983
23984 \end_inset
23985 </cell>
23986 </row>
23987 <row>
23988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23989 \begin_inset Text
23990
23991 \begin_layout Plain Layout
23992
23993 \backslash
23994 propto
23995 \end_layout
23996
23997 \end_inset
23998 </cell>
23999 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24000 \begin_inset Text
24001
24002 \begin_layout Plain Layout
24003 \begin_inset Formula $\propto$
24004 \end_inset
24005
24006
24007 \end_layout
24008
24009 \end_inset
24010 </cell>
24011 </row>
24012 <row>
24013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24014 \begin_inset Text
24015
24016 \begin_layout Plain Layout
24017
24018 \backslash
24019 asymp
24020 \end_layout
24021
24022 \end_inset
24023 </cell>
24024 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24025 \begin_inset Text
24026
24027 \begin_layout Plain Layout
24028 \begin_inset Formula $\asymp$
24029 \end_inset
24030
24031
24032 \end_layout
24033
24034 \end_inset
24035 </cell>
24036 </row>
24037 <row>
24038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24039 \begin_inset Text
24040
24041 \begin_layout Plain Layout
24042
24043 \backslash
24044 doteq
24045 \end_layout
24046
24047 \end_inset
24048 </cell>
24049 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24050 \begin_inset Text
24051
24052 \begin_layout Plain Layout
24053 \begin_inset Formula $\doteq$
24054 \end_inset
24055
24056
24057 \end_layout
24058
24059 \end_inset
24060 </cell>
24061 </row>
24062 <row>
24063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24064 \begin_inset Text
24065
24066 \begin_layout Plain Layout
24067
24068 \backslash
24069 circeq
24070 \end_layout
24071
24072 \end_inset
24073 </cell>
24074 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24075 \begin_inset Text
24076
24077 \begin_layout Plain Layout
24078 \begin_inset Formula $\circeq$
24079 \end_inset
24080
24081
24082 \end_layout
24083
24084 \end_inset
24085 </cell>
24086 </row>
24087 <row>
24088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24089 \begin_inset Text
24090
24091 \begin_layout Plain Layout
24092
24093 \backslash
24094 models
24095 \end_layout
24096
24097 \end_inset
24098 </cell>
24099 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24100 \begin_inset Text
24101
24102 \begin_layout Plain Layout
24103 \begin_inset Formula $\models$
24104 \end_inset
24105
24106
24107 \end_layout
24108
24109 \end_inset
24110 </cell>
24111 </row>
24112 <row>
24113 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24114 \begin_inset Text
24115
24116 \begin_layout Plain Layout
24117
24118 \backslash
24119 widehat=
24120 \end_layout
24121
24122 \end_inset
24123 </cell>
24124 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24125 \begin_inset Text
24126
24127 \begin_layout Plain Layout
24128 \begin_inset Formula $\widehat{=}$
24129 \end_inset
24130
24131
24132 \end_layout
24133
24134 \end_inset
24135 </cell>
24136 </row>
24137 </lyxtabular>
24138
24139 \end_inset
24140
24141
24142 \begin_inset space \hfill{}
24143 \end_inset
24144
24145
24146 \begin_inset Tabular
24147 <lyxtabular version="3" rows="17" columns="2">
24148 <features rotate="0" tabularvalignment="middle">
24149 <column alignment="center" valignment="top" width="0pt">
24150 <column alignment="center" valignment="top" width="0pt">
24151 <row>
24152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24153 \begin_inset Text
24154
24155 \begin_layout Plain Layout
24156
24157 \family roman
24158 \series medium
24159 \shape up
24160 \size normal
24161 \emph off
24162 \bar no
24163 \noun off
24164 \color none
24165 コマンド
24166 \end_layout
24167
24168 \end_inset
24169 </cell>
24170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24171 \begin_inset Text
24172
24173 \begin_layout Plain Layout
24174
24175 \family roman
24176 \series medium
24177 \shape up
24178 \size normal
24179 \emph off
24180 \bar no
24181 \noun off
24182 \color none
24183 出力
24184 \end_layout
24185
24186 \end_inset
24187 </cell>
24188 </row>
24189 <row>
24190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24191 \begin_inset Text
24192
24193 \begin_layout Plain Layout
24194 \begin_inset Formula $>$
24195 \end_inset
24196
24197
24198 \end_layout
24199
24200 \end_inset
24201 </cell>
24202 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24203 \begin_inset Text
24204
24205 \begin_layout Plain Layout
24206 \begin_inset Formula $>$
24207 \end_inset
24208
24209
24210 \end_layout
24211
24212 \end_inset
24213 </cell>
24214 </row>
24215 <row>
24216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24217 \begin_inset Text
24218
24219 \begin_layout Plain Layout
24220
24221 \backslash
24222 ge
24223 \end_layout
24224
24225 \end_inset
24226 </cell>
24227 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24228 \begin_inset Text
24229
24230 \begin_layout Plain Layout
24231 \begin_inset Formula $\ge$
24232 \end_inset
24233
24234
24235 \end_layout
24236
24237 \end_inset
24238 </cell>
24239 </row>
24240 <row>
24241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24242 \begin_inset Text
24243
24244 \begin_layout Plain Layout
24245
24246 \backslash
24247 gg
24248 \end_layout
24249
24250 \end_inset
24251 </cell>
24252 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24253 \begin_inset Text
24254
24255 \begin_layout Plain Layout
24256 \begin_inset Formula $\gg$
24257 \end_inset
24258
24259
24260 \end_layout
24261
24262 \end_inset
24263 </cell>
24264 </row>
24265 <row>
24266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24267 \begin_inset Text
24268
24269 \begin_layout Plain Layout
24270
24271 \backslash
24272 succ
24273 \end_layout
24274
24275 \end_inset
24276 </cell>
24277 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24278 \begin_inset Text
24279
24280 \begin_layout Plain Layout
24281 \begin_inset Formula $\succ$
24282 \end_inset
24283
24284
24285 \end_layout
24286
24287 \end_inset
24288 </cell>
24289 </row>
24290 <row>
24291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24292 \begin_inset Text
24293
24294 \begin_layout Plain Layout
24295
24296 \backslash
24297 succeq
24298 \end_layout
24299
24300 \end_inset
24301 </cell>
24302 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24303 \begin_inset Text
24304
24305 \begin_layout Plain Layout
24306 \begin_inset Formula $\succeq$
24307 \end_inset
24308
24309
24310 \end_layout
24311
24312 \end_inset
24313 </cell>
24314 </row>
24315 <row>
24316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24317 \begin_inset Text
24318
24319 \begin_layout Plain Layout
24320
24321 \backslash
24322 supset
24323 \end_layout
24324
24325 \end_inset
24326 </cell>
24327 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24328 \begin_inset Text
24329
24330 \begin_layout Plain Layout
24331 \begin_inset Formula $\supset$
24332 \end_inset
24333
24334
24335 \end_layout
24336
24337 \end_inset
24338 </cell>
24339 </row>
24340 <row>
24341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24342 \begin_inset Text
24343
24344 \begin_layout Plain Layout
24345
24346 \backslash
24347 supseteq
24348 \end_layout
24349
24350 \end_inset
24351 </cell>
24352 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24353 \begin_inset Text
24354
24355 \begin_layout Plain Layout
24356 \begin_inset Formula $\supseteq$
24357 \end_inset
24358
24359
24360 \end_layout
24361
24362 \end_inset
24363 </cell>
24364 </row>
24365 <row>
24366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24367 \begin_inset Text
24368
24369 \begin_layout Plain Layout
24370
24371 \backslash
24372 sqsupseteq
24373 \end_layout
24374
24375 \end_inset
24376 </cell>
24377 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24378 \begin_inset Text
24379
24380 \begin_layout Plain Layout
24381 \begin_inset Formula $\sqsupseteq$
24382 \end_inset
24383
24384
24385 \end_layout
24386
24387 \end_inset
24388 </cell>
24389 </row>
24390 <row>
24391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24392 \begin_inset Text
24393
24394 \begin_layout Plain Layout
24395
24396 \backslash
24397 ni
24398 \end_layout
24399
24400 \end_inset
24401 </cell>
24402 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24403 \begin_inset Text
24404
24405 \begin_layout Plain Layout
24406 \begin_inset Formula $\ni$
24407 \end_inset
24408
24409
24410 \end_layout
24411
24412 \end_inset
24413 </cell>
24414 </row>
24415 <row>
24416 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24417 \begin_inset Text
24418
24419 \begin_layout Plain Layout
24420
24421 \backslash
24422 dashv
24423 \end_layout
24424
24425 \end_inset
24426 </cell>
24427 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24428 \begin_inset Text
24429
24430 \begin_layout Plain Layout
24431 \begin_inset Formula $\dashv$
24432 \end_inset
24433
24434
24435 \end_layout
24436
24437 \end_inset
24438 </cell>
24439 </row>
24440 <row>
24441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24442 \begin_inset Text
24443
24444 \begin_layout Plain Layout
24445
24446 \backslash
24447 frown
24448 \end_layout
24449
24450 \end_inset
24451 </cell>
24452 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24453 \begin_inset Text
24454
24455 \begin_layout Plain Layout
24456 \begin_inset Formula $\frown$
24457 \end_inset
24458
24459
24460 \end_layout
24461
24462 \end_inset
24463 </cell>
24464 </row>
24465 <row>
24466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24467 \begin_inset Text
24468
24469 \begin_layout Plain Layout
24470
24471 \backslash
24472 rhd
24473 \end_layout
24474
24475 \end_inset
24476 </cell>
24477 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24478 \begin_inset Text
24479
24480 \begin_layout Plain Layout
24481 \begin_inset Formula $\rhd$
24482 \end_inset
24483
24484
24485 \end_layout
24486
24487 \end_inset
24488 </cell>
24489 </row>
24490 <row>
24491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24492 \begin_inset Text
24493
24494 \begin_layout Plain Layout
24495
24496 \backslash
24497 unrhd
24498 \end_layout
24499
24500 \end_inset
24501 </cell>
24502 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24503 \begin_inset Text
24504
24505 \begin_layout Plain Layout
24506 \begin_inset Formula $\unrhd$
24507 \end_inset
24508
24509
24510 \end_layout
24511
24512 \end_inset
24513 </cell>
24514 </row>
24515 <row>
24516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24517 \begin_inset Text
24518
24519 \begin_layout Plain Layout
24520
24521 \backslash
24522 lessgtr
24523 \end_layout
24524
24525 \end_inset
24526 </cell>
24527 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24528 \begin_inset Text
24529
24530 \begin_layout Plain Layout
24531 \begin_inset Formula $\lessgtr$
24532 \end_inset
24533
24534
24535 \end_layout
24536
24537 \end_inset
24538 </cell>
24539 </row>
24540 <row>
24541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24542 \begin_inset Text
24543
24544 \begin_layout Plain Layout
24545
24546 \backslash
24547 parallel
24548 \end_layout
24549
24550 \end_inset
24551 </cell>
24552 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24553 \begin_inset Text
24554
24555 \begin_layout Plain Layout
24556 \begin_inset Formula $\parallel$
24557 \end_inset
24558
24559
24560 \end_layout
24561
24562 \end_inset
24563 </cell>
24564 </row>
24565 <row>
24566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24567 \begin_inset Text
24568
24569 \begin_layout Plain Layout
24570
24571 \backslash
24572 nparallel
24573 \end_layout
24574
24575 \end_inset
24576 </cell>
24577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24578 \begin_inset Text
24579
24580 \begin_layout Plain Layout
24581 \begin_inset Formula $\nparallel$
24582 \end_inset
24583
24584
24585 \end_layout
24586
24587 \end_inset
24588 </cell>
24589 </row>
24590 </lyxtabular>
24591
24592 \end_inset
24593
24594
24595 \begin_inset space \hfill{}
24596 \end_inset
24597
24598
24599 \end_layout
24600
24601 \begin_layout Standard
24602 \begin_inset VSpace medskip
24603 \end_inset
24604
24605
24606 \series bold
24607
24608 \backslash
24609 lhd
24610 \series default
24611
24612 \series bold
24613
24614 \backslash
24615 rhd
24616 \series default
24617 の文字は、同じように見える演算子
24618 \series bold
24619
24620 \backslash
24621 triangleleft
24622 \series default
24623 および
24624 \series bold
24625
24626 \backslash
24627 triangleright
24628 \series default
24629 よりも大きくなっています。
24630 \end_layout
24631
24632 \begin_layout Standard
24633 関係子は、記号とは違って、つねに前後に余白が置かれます。
24634 \end_layout
24635
24636 \begin_layout Standard
24637
24638 \series bold
24639
24640 \backslash
24641 stackrel
24642 \series default
24643
24644 \begin_inset Index idx
24645 status collapsed
24646
24647 \begin_layout Plain Layout
24648 こまんど@コマンド ! S ! 
24649 \backslash
24650 stackrel
24651 \end_layout
24652
24653 \end_inset
24654
24655 コマンドを使うと、以下のように、ラベル付きの関係子を作ることができます。
24656 \end_layout
24657
24658 \begin_layout Standard
24659 \align center
24660 \begin_inset Tabular
24661 <lyxtabular version="3" rows="2" columns="2">
24662 <features rotate="0" tabularvalignment="middle">
24663 <column alignment="center" valignment="top">
24664 <column alignment="center" valignment="top">
24665 <row>
24666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24667 \begin_inset Text
24668
24669 \begin_layout Plain Layout
24670 コマンド
24671 \end_layout
24672
24673 \end_inset
24674 </cell>
24675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24676 \begin_inset Text
24677
24678 \begin_layout Plain Layout
24679 出力
24680 \begin_inset Note Note
24681 status collapsed
24682
24683 \begin_layout Plain Layout
24684 ここで
24685 \series bold
24686
24687 \backslash
24688 raisebox
24689 \series default
24690 はスペーサーとして使用しているだけです。
24691 \end_layout
24692
24693 \end_inset
24694
24695
24696 \end_layout
24697
24698 \end_inset
24699 </cell>
24700 </row>
24701 <row>
24702 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24703 \begin_inset Text
24704
24705 \begin_layout Plain Layout
24706 A(r)
24707 \backslash
24708 stackrel
24709 \begin_inset ERT
24710 status collapsed
24711
24712 \begin_layout Plain Layout
24713
24714
24715 \backslash
24716 spce 
24717 \end_layout
24718
24719 \end_inset
24720
24721 r
24722 \backslash
24723 to
24724 \backslash
24725 infty
24726 \begin_inset ERT
24727 status collapsed
24728
24729 \begin_layout Plain Layout
24730
24731
24732 \backslash
24733 spce 
24734 \end_layout
24735
24736 \end_inset
24737
24738
24739 \begin_inset Formula $\downarrow$
24740 \end_inset
24741
24742
24743 \backslash
24744 approx
24745 \begin_inset ERT
24746 status collapsed
24747
24748 \begin_layout Plain Layout
24749
24750
24751 \backslash
24752 spce 
24753 \end_layout
24754
24755 \end_inset
24756
24757
24758 \begin_inset ERT
24759 status collapsed
24760
24761 \begin_layout Plain Layout
24762
24763
24764 \backslash
24765 spce 
24766 \end_layout
24767
24768 \end_inset
24769
24770 B
24771 \end_layout
24772
24773 \end_inset
24774 </cell>
24775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24776 \begin_inset Text
24777
24778 \begin_layout Plain Layout
24779 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
24780 \end_inset
24781
24782
24783 \end_layout
24784
24785 \end_inset
24786 </cell>
24787 </row>
24788 </lyxtabular>
24789
24790 \end_inset
24791
24792
24793 \end_layout
24794
24795 \begin_layout Section
24796 関数
24797 \end_layout
24798
24799 \begin_layout Subsection
24800 定義済み関数
24801 \begin_inset CommandInset label
24802 LatexCommand label
24803 name "sub:定義済み函数"
24804
24805 \end_inset
24806
24807
24808 \begin_inset Index idx
24809 status collapsed
24810
24811 \begin_layout Plain Layout
24812 かんすう@関数 ! ていぎずみ@定義済み
24813 \end_layout
24814
24815 \end_inset
24816
24817
24818 \end_layout
24819
24820 \begin_layout Standard
24821 一般的に、数式表現では変数は
24822 \shape italic
24823 イタリック体
24824 \shape default
24825 に設定されますが、関数名はイタリック体にしません。なぜなら、
24826 \begin_inset Formula $sin$
24827 \end_inset
24828
24829
24830 \begin_inset Formula $s\cdot i\cdot n$
24831 \end_inset
24832
24833 であるかのように誤解させる恐れがあるためです。そのために、定義済み関数が存在し、これらは先行する要素よりも少し離れて配置されます。定義済み関数は、関数名の前にバ
24834 ックスラッシュを加えたコマンドとして挿入します。
24835 \end_layout
24836
24837 \begin_layout Standard
24838 \align center
24839 \begin_inset Tabular
24840 <lyxtabular version="3" rows="2" columns="4">
24841 <features rotate="0" tabularvalignment="middle">
24842 <column alignment="center" valignment="top" width="0pt">
24843 <column alignment="center" valignment="top" width="0pt">
24844 <column alignment="center" valignment="top" width="0pt">
24845 <column alignment="center" valignment="top" width="0pt">
24846 <row>
24847 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24848 \begin_inset Text
24849
24850 \begin_layout Plain Layout
24851 コマンド
24852 \end_layout
24853
24854 \end_inset
24855 </cell>
24856 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24857 \begin_inset Text
24858
24859 \begin_layout Plain Layout
24860 出力
24861 \end_layout
24862
24863 \end_inset
24864 </cell>
24865 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24866 \begin_inset Text
24867
24868 \begin_layout Plain Layout
24869 コマンド
24870 \end_layout
24871
24872 \end_inset
24873 </cell>
24874 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24875 \begin_inset Text
24876
24877 \begin_layout Plain Layout
24878 出力
24879 \end_layout
24880
24881 \end_inset
24882 </cell>
24883 </row>
24884 <row>
24885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24886 \begin_inset Text
24887
24888 \begin_layout Plain Layout
24889 Asin(x)+B
24890 \end_layout
24891
24892 \end_inset
24893 </cell>
24894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24895 \begin_inset Text
24896
24897 \begin_layout Plain Layout
24898 \begin_inset Formula $Asin(x)+B$
24899 \end_inset
24900
24901
24902 \end_layout
24903
24904 \end_inset
24905 </cell>
24906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24907 \begin_inset Text
24908
24909 \begin_layout Plain Layout
24910 A
24911 \backslash
24912 sin(x)+B
24913 \end_layout
24914
24915 \end_inset
24916 </cell>
24917 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24918 \begin_inset Text
24919
24920 \begin_layout Plain Layout
24921 \begin_inset Formula $A\sin(x)+B$
24922 \end_inset
24923
24924
24925 \end_layout
24926
24927 \end_inset
24928 </cell>
24929 </row>
24930 </lyxtabular>
24931
24932 \end_inset
24933
24934
24935 \end_layout
24936
24937 \begin_layout Standard
24938 以下の関数が定義済みです。
24939 \end_layout
24940
24941 \begin_layout Standard
24942 \begin_inset VSpace -2mm
24943 \end_inset
24944
24945
24946 \end_layout
24947
24948 \begin_layout Standard
24949 \align center
24950 \begin_inset Tabular
24951 <lyxtabular version="3" rows="9" columns="4">
24952 <features rotate="0" tabularvalignment="middle">
24953 <column alignment="center" valignment="top" width="0pt">
24954 <column alignment="center" valignment="top" width="0pt">
24955 <column alignment="center" valignment="top" width="0pt">
24956 <column alignment="center" valignment="top" width="0pt">
24957 <row>
24958 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24959 \begin_inset Text
24960
24961 \begin_layout Plain Layout
24962 コマンド
24963 \end_layout
24964
24965 \end_inset
24966 </cell>
24967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24968 \begin_inset Text
24969
24970 \begin_layout Plain Layout
24971 コマンド
24972 \end_layout
24973
24974 \end_inset
24975 </cell>
24976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24977 \begin_inset Text
24978
24979 \begin_layout Plain Layout
24980 コマンド
24981 \end_layout
24982
24983 \end_inset
24984 </cell>
24985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24986 \begin_inset Text
24987
24988 \begin_layout Plain Layout
24989 コマンド
24990 \end_layout
24991
24992 \end_inset
24993 </cell>
24994 </row>
24995 <row>
24996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24997 \begin_inset Text
24998
24999 \begin_layout Plain Layout
25000
25001 \backslash
25002 sin
25003 \end_layout
25004
25005 \end_inset
25006 </cell>
25007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25008 \begin_inset Text
25009
25010 \begin_layout Plain Layout
25011
25012 \backslash
25013 sinh
25014 \end_layout
25015
25016 \end_inset
25017 </cell>
25018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25019 \begin_inset Text
25020
25021 \begin_layout Plain Layout
25022
25023 \backslash
25024 arcsin
25025 \end_layout
25026
25027 \end_inset
25028 </cell>
25029 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25030 \begin_inset Text
25031
25032 \begin_layout Plain Layout
25033
25034 \backslash
25035 sup
25036 \end_layout
25037
25038 \end_inset
25039 </cell>
25040 </row>
25041 <row>
25042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25043 \begin_inset Text
25044
25045 \begin_layout Plain Layout
25046
25047 \backslash
25048 cos
25049 \end_layout
25050
25051 \end_inset
25052 </cell>
25053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25054 \begin_inset Text
25055
25056 \begin_layout Plain Layout
25057
25058 \backslash
25059 cosh
25060 \end_layout
25061
25062 \end_inset
25063 </cell>
25064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25065 \begin_inset Text
25066
25067 \begin_layout Plain Layout
25068
25069 \backslash
25070 arccos
25071 \end_layout
25072
25073 \end_inset
25074 </cell>
25075 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25076 \begin_inset Text
25077
25078 \begin_layout Plain Layout
25079
25080 \backslash
25081 inf
25082 \end_layout
25083
25084 \end_inset
25085 </cell>
25086 </row>
25087 <row>
25088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25089 \begin_inset Text
25090
25091 \begin_layout Plain Layout
25092
25093 \backslash
25094 tan
25095 \end_layout
25096
25097 \end_inset
25098 </cell>
25099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25100 \begin_inset Text
25101
25102 \begin_layout Plain Layout
25103
25104 \backslash
25105 tanh
25106 \end_layout
25107
25108 \end_inset
25109 </cell>
25110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25111 \begin_inset Text
25112
25113 \begin_layout Plain Layout
25114
25115 \backslash
25116 arctan
25117 \end_layout
25118
25119 \end_inset
25120 </cell>
25121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25122 \begin_inset Text
25123
25124 \begin_layout Plain Layout
25125
25126 \backslash
25127 lim
25128 \end_layout
25129
25130 \end_inset
25131 </cell>
25132 </row>
25133 <row>
25134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25135 \begin_inset Text
25136
25137 \begin_layout Plain Layout
25138
25139 \backslash
25140 cot
25141 \end_layout
25142
25143 \end_inset
25144 </cell>
25145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25146 \begin_inset Text
25147
25148 \begin_layout Plain Layout
25149
25150 \backslash
25151 coth
25152 \end_layout
25153
25154 \end_inset
25155 </cell>
25156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25157 \begin_inset Text
25158
25159 \begin_layout Plain Layout
25160
25161 \backslash
25162 arg
25163 \end_layout
25164
25165 \end_inset
25166 </cell>
25167 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25168 \begin_inset Text
25169
25170 \begin_layout Plain Layout
25171
25172 \backslash
25173 liminf
25174 \end_layout
25175
25176 \end_inset
25177 </cell>
25178 </row>
25179 <row>
25180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25181 \begin_inset Text
25182
25183 \begin_layout Plain Layout
25184
25185 \backslash
25186 sec
25187 \end_layout
25188
25189 \end_inset
25190 </cell>
25191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25192 \begin_inset Text
25193
25194 \begin_layout Plain Layout
25195
25196 \backslash
25197 min
25198 \end_layout
25199
25200 \end_inset
25201 </cell>
25202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25203 \begin_inset Text
25204
25205 \begin_layout Plain Layout
25206
25207 \backslash
25208 deg
25209 \end_layout
25210
25211 \end_inset
25212 </cell>
25213 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25214 \begin_inset Text
25215
25216 \begin_layout Plain Layout
25217
25218 \backslash
25219 limsup
25220 \end_layout
25221
25222 \end_inset
25223 </cell>
25224 </row>
25225 <row>
25226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25227 \begin_inset Text
25228
25229 \begin_layout Plain Layout
25230
25231 \backslash
25232 csc
25233 \end_layout
25234
25235 \end_inset
25236 </cell>
25237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25238 \begin_inset Text
25239
25240 \begin_layout Plain Layout
25241
25242 \backslash
25243 max
25244 \end_layout
25245
25246 \end_inset
25247 </cell>
25248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25249 \begin_inset Text
25250
25251 \begin_layout Plain Layout
25252
25253 \backslash
25254 det
25255 \end_layout
25256
25257 \end_inset
25258 </cell>
25259 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25260 \begin_inset Text
25261
25262 \begin_layout Plain Layout
25263
25264 \backslash
25265 Pr
25266 \end_layout
25267
25268 \end_inset
25269 </cell>
25270 </row>
25271 <row>
25272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25273 \begin_inset Text
25274
25275 \begin_layout Plain Layout
25276
25277 \backslash
25278 ln
25279 \end_layout
25280
25281 \end_inset
25282 </cell>
25283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25284 \begin_inset Text
25285
25286 \begin_layout Plain Layout
25287
25288 \backslash
25289 exp
25290 \end_layout
25291
25292 \end_inset
25293 </cell>
25294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25295 \begin_inset Text
25296
25297 \begin_layout Plain Layout
25298
25299 \backslash
25300 dim
25301 \end_layout
25302
25303 \end_inset
25304 </cell>
25305 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25306 \begin_inset Text
25307
25308 \begin_layout Plain Layout
25309
25310 \backslash
25311 hom
25312 \end_layout
25313
25314 \end_inset
25315 </cell>
25316 </row>
25317 <row>
25318 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25319 \begin_inset Text
25320
25321 \begin_layout Plain Layout
25322
25323 \backslash
25324 lg
25325 \end_layout
25326
25327 \end_inset
25328 </cell>
25329 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25330 \begin_inset Text
25331
25332 \begin_layout Plain Layout
25333
25334 \backslash
25335 log
25336 \end_layout
25337
25338 \end_inset
25339 </cell>
25340 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25341 \begin_inset Text
25342
25343 \begin_layout Plain Layout
25344
25345 \backslash
25346 ker
25347 \end_layout
25348
25349 \end_inset
25350 </cell>
25351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25352 \begin_inset Text
25353
25354 \begin_layout Plain Layout
25355
25356 \backslash
25357 gcd
25358 \end_layout
25359
25360 \end_inset
25361 </cell>
25362 </row>
25363 </lyxtabular>
25364
25365 \end_inset
25366
25367
25368 \end_layout
25369
25370 \begin_layout Standard
25371 上記は、数式ツールバーボタンの
25372 \begin_inset Graphics
25373         filename ../../images/math/functions.png
25374         scale 85
25375
25376 \end_inset
25377
25378 でも挿入することができます。
25379 \end_layout
25380
25381 \begin_layout Subsection
25382 自己定義関数
25383 \begin_inset Index idx
25384 status collapsed
25385
25386 \begin_layout Plain Layout
25387 かんすう@関数 ! じこていぎ@自己定義
25388 \end_layout
25389
25390 \end_inset
25391
25392
25393 \end_layout
25394
25395 \begin_layout Standard
25396 たとえば符号関数sgn(x)のように、定義済みでない関数を使うには、二つの方法があります。
25397 \end_layout
25398
25399 \begin_layout Itemize
25400 以下の行をLaTeXプリアンブルに加えることによって関数を定義します。
25401 \begin_inset Foot
25402 status collapsed
25403
25404 \begin_layout Plain Layout
25405
25406 \series bold
25407
25408 \backslash
25409 DeclareMathOperator
25410 \series default
25411 についての詳細は、第
25412 \begin_inset CommandInset ref
25413 LatexCommand ref
25414 reference "sub:自己定義演算子"
25415
25416 \end_inset
25417
25418 節をご参照下さい。
25419 \end_layout
25420
25421 \end_inset
25422
25423
25424 \begin_inset Newline newline
25425 \end_inset
25426
25427
25428 \begin_inset VSpace -3mm
25429 \end_inset
25430
25431
25432 \begin_inset Newline newline
25433 \end_inset
25434
25435
25436 \series bold
25437
25438 \backslash
25439 DeclareMathOperator{
25440 \backslash
25441 sgn}{sgn}
25442 \series default
25443
25444 \begin_inset Index idx
25445 status collapsed
25446
25447 \begin_layout Plain Layout
25448 こまんど@コマンド ! D ! 
25449 \backslash
25450 dbinom@
25451 \backslash
25452 DeclareMathOperator
25453 \end_layout
25454
25455 \end_inset
25456
25457
25458 \begin_inset Newline newline
25459 \end_inset
25460
25461
25462 \begin_inset VSpace -2mm
25463 \end_inset
25464
25465
25466 \begin_inset Newline newline
25467 \end_inset
25468
25469 これによって、新しく定義された関数を
25470 \series bold
25471
25472 \backslash
25473 sgn
25474 \series default
25475 コマンドで呼び出すことができるようになります。
25476 \end_layout
25477
25478 \begin_layout Itemize
25479 数式を普通に書き下し、関数名を選択して(上記の例では
25480 \emph on
25481 sgn
25482 \emph default
25483 の文字)、それを数式テキストに変更します。最後に、空白を先行する要素と関数の間に入れます。
25484 \end_layout
25485
25486 \begin_layout Standard
25487 双方とも定義済み関数と同等の出力をもたらします
25488 \begin_inset Foot
25489 status collapsed
25490
25491 \begin_layout Plain Layout
25492 LyX上では、自己定義関数は赤で表示され、定義済み関数は黒で表示されます。
25493 \end_layout
25494
25495 \end_inset
25496
25497
25498 \end_layout
25499
25500 \begin_layout Standard
25501 \align center
25502 \begin_inset Tabular
25503 <lyxtabular version="3" rows="3" columns="2">
25504 <features rotate="0" tabularvalignment="middle">
25505 <column alignment="center" valignment="top" width="0pt">
25506 <column alignment="center" valignment="top" width="0pt">
25507 <row>
25508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25509 \begin_inset Text
25510
25511 \begin_layout Plain Layout
25512 コマンド
25513 \end_layout
25514
25515 \end_inset
25516 </cell>
25517 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25518 \begin_inset Text
25519
25520 \begin_layout Plain Layout
25521 出力
25522 \end_layout
25523
25524 \end_inset
25525 </cell>
25526 </row>
25527 <row>
25528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25529 \begin_inset Text
25530
25531 \begin_layout Plain Layout
25532 A
25533 \backslash
25534 sgn(x)+B
25535 \end_layout
25536
25537 \end_inset
25538 </cell>
25539 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25540 \begin_inset Text
25541
25542 \begin_layout Plain Layout
25543 \begin_inset Formula $A\sgn(x)+B$
25544 \end_inset
25545
25546
25547 \end_layout
25548
25549 \end_inset
25550 </cell>
25551 </row>
25552 <row>
25553 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25554 \begin_inset Text
25555
25556 \begin_layout Plain Layout
25557 A
25558 \backslash
25559 ,
25560 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt+M}\,\textrm{M}}$
25561 \end_inset
25562
25563 (x)+B
25564 \end_layout
25565
25566 \end_inset
25567 </cell>
25568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25569 \begin_inset Text
25570
25571 \begin_layout Plain Layout
25572 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
25573 \end_inset
25574
25575
25576 \end_layout
25577
25578 \end_inset
25579 </cell>
25580 </row>
25581 </lyxtabular>
25582
25583 \end_inset
25584
25585
25586 \end_layout
25587
25588 \begin_layout Standard
25589 自己定義関数を何回か使用する場合には、一番目の方法の方が適切です。
25590 \end_layout
25591
25592 \begin_layout Subsection
25593 極限
25594 \begin_inset Index idx
25595 status collapsed
25596
25597 \begin_layout Plain Layout
25598 きょくげん@極限
25599 \end_layout
25600
25601 \end_inset
25602
25603
25604 \end_layout
25605
25606 \begin_layout Standard
25607 極限用には、
25608 \series bold
25609
25610 \backslash
25611 lim
25612 \series default
25613
25614 \begin_inset Index idx
25615 status collapsed
25616
25617 \begin_layout Plain Layout
25618 こまんど@コマンド ! L ! 
25619 \backslash
25620 lim
25621 \end_layout
25622
25623 \end_inset
25624
25625
25626 \series bold
25627
25628 \backslash
25629 liminf
25630 \series default
25631
25632 \series bold
25633
25634 \backslash
25635 limsup
25636 \series default
25637 の他に、以下の関数があります。
25638 \end_layout
25639
25640 \begin_layout Standard
25641 \align center
25642 \begin_inset Tabular
25643 <lyxtabular version="3" rows="5" columns="2">
25644 <features rotate="0" tabularvalignment="middle">
25645 <column alignment="center" valignment="top">
25646 <column alignment="center" valignment="top">
25647 <row>
25648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25649 \begin_inset Text
25650
25651 \begin_layout Plain Layout
25652 コマンド
25653 \end_layout
25654
25655 \end_inset
25656 </cell>
25657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25658 \begin_inset Text
25659
25660 \begin_layout Plain Layout
25661 出力
25662 \begin_inset Note Note
25663 status collapsed
25664
25665 \begin_layout Plain Layout
25666 ここで
25667 \series bold
25668
25669 \backslash
25670 raisebox
25671 \series default
25672 はスペーサーとして使用しているだけです。
25673 \end_layout
25674
25675 \end_inset
25676
25677
25678 \end_layout
25679
25680 \end_inset
25681 </cell>
25682 </row>
25683 <row>
25684 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25685 \begin_inset Text
25686
25687 \begin_layout Plain Layout
25688
25689 \backslash
25690 varliminf
25691 \end_layout
25692
25693 \end_inset
25694 </cell>
25695 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25696 \begin_inset Text
25697
25698 \begin_layout Plain Layout
25699 \begin_inset Formula $\varliminf$
25700 \end_inset
25701
25702
25703 \end_layout
25704
25705 \end_inset
25706 </cell>
25707 </row>
25708 <row>
25709 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25710 \begin_inset Text
25711
25712 \begin_layout Plain Layout
25713
25714 \backslash
25715 varlimsup
25716 \end_layout
25717
25718 \end_inset
25719 </cell>
25720 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25721 \begin_inset Text
25722
25723 \begin_layout Plain Layout
25724 \begin_inset Formula $\varlimsup$
25725 \end_inset
25726
25727
25728 \end_layout
25729
25730 \end_inset
25731 </cell>
25732 </row>
25733 <row>
25734 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25735 \begin_inset Text
25736
25737 \begin_layout Plain Layout
25738
25739 \backslash
25740 varprojlim
25741 \end_layout
25742
25743 \end_inset
25744 </cell>
25745 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25746 \begin_inset Text
25747
25748 \begin_layout Plain Layout
25749 \begin_inset Formula $\varprojlim$
25750 \end_inset
25751
25752
25753 \end_layout
25754
25755 \end_inset
25756 </cell>
25757 </row>
25758 <row>
25759 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25760 \begin_inset Text
25761
25762 \begin_layout Plain Layout
25763
25764 \backslash
25765 varinjlim
25766 \end_layout
25767
25768 \end_inset
25769 </cell>
25770 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25771 \begin_inset Text
25772
25773 \begin_layout Plain Layout
25774 \begin_inset Formula $\varinjlim$
25775 \end_inset
25776
25777
25778 \begin_inset Formula $\raisebox{-2.5mm}{}$
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 \end_layout
25793
25794 \begin_layout Standard
25795 \begin_inset VSpace medskip
25796 \end_inset
25797
25798 極限は、下付き文字を挿入することによって示されます。行内数式では、極限は、以下のように関数の横に置かれます。
25799 \end_layout
25800
25801 \begin_layout Standard
25802 \align center
25803 \begin_inset Tabular
25804 <lyxtabular version="3" rows="2" columns="2">
25805 <features rotate="0" tabularvalignment="middle">
25806 <column alignment="center" valignment="top" width="0pt">
25807 <column alignment="center" valignment="top" width="0pt">
25808 <row>
25809 <cell alignment="center" valignment="top" usebox="none">
25810 \begin_inset Text
25811
25812 \begin_layout Plain Layout
25813 コマンド
25814 \end_layout
25815
25816 \end_inset
25817 </cell>
25818 <cell alignment="center" valignment="top" usebox="none">
25819 \begin_inset Text
25820
25821 \begin_layout Plain Layout
25822 \begin_inset space \hspace{}
25823 \length 1cm
25824 \end_inset
25825
25826 出力
25827 \begin_inset Note Note
25828 status collapsed
25829
25830 \begin_layout Plain Layout
25831 ここで
25832 \series bold
25833
25834 \backslash
25835 raisebox
25836 \series default
25837 はスペーサーとして使用しているだけです。
25838 \end_layout
25839
25840 \end_inset
25841
25842
25843 \end_layout
25844
25845 \end_inset
25846 </cell>
25847 </row>
25848 <row>
25849 <cell alignment="center" valignment="top" usebox="none">
25850 \begin_inset Text
25851
25852 \begin_layout Plain Layout
25853
25854 \backslash
25855 lim_x
25856 \backslash
25857 to
25858 \begin_inset ERT
25859 status collapsed
25860
25861 \begin_layout Plain Layout
25862
25863
25864 \backslash
25865 spce 
25866 \end_layout
25867
25868 \end_inset
25869
25870 A
25871 \begin_inset ERT
25872 status collapsed
25873
25874 \begin_layout Plain Layout
25875
25876
25877 \backslash
25878 spce 
25879 \end_layout
25880
25881 \end_inset
25882
25883 x=B
25884 \end_layout
25885
25886 \end_inset
25887 </cell>
25888 <cell alignment="center" valignment="top" usebox="none">
25889 \begin_inset Text
25890
25891 \begin_layout Plain Layout
25892 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
25893 \end_inset
25894
25895
25896 \end_layout
25897
25898 \end_inset
25899 </cell>
25900 </row>
25901 </lyxtabular>
25902
25903 \end_inset
25904
25905
25906 \end_layout
25907
25908 \begin_layout Standard
25909 別行立て数式では、極限は、以下のように通常どおり下に置かれます。
25910 \begin_inset Formula 
25911 \[
25912 \lim_{x\to A}x=B
25913 \]
25914
25915 \end_inset
25916
25917
25918 \end_layout
25919
25920 \begin_layout Subsection
25921 剰余関数
25922 \begin_inset Index idx
25923 status collapsed
25924
25925 \begin_layout Plain Layout
25926 かんすう@関数 ! じょうよ@剰余
25927 \end_layout
25928
25929 \end_inset
25930
25931
25932 \begin_inset Index idx
25933 status collapsed
25934
25935 \begin_layout Plain Layout
25936 かんすう@関数 ! もじゅらす@モジュラス | see
25937 \begin_inset ERT
25938 status collapsed
25939
25940 \begin_layout Plain Layout
25941
25942 {
25943 \end_layout
25944
25945 \end_inset
25946
25947 剰余
25948 \begin_inset ERT
25949 status collapsed
25950
25951 \begin_layout Plain Layout
25952
25953 }
25954 \end_layout
25955
25956 \end_inset
25957
25958
25959 \end_layout
25960
25961 \end_inset
25962
25963
25964 \end_layout
25965
25966 \begin_layout Standard
25967 剰余関数は、特別に4つの派生型があります。
25968 \end_layout
25969
25970 \begin_layout Standard
25971 以下は、別行立て数式での派生型です。
25972 \begin_inset Formula 
25973 \begin{align*}
25974 \underline{\textrm{コマンド}\raisebox{-0.9mm}{}} &  & \underline{\textrm{出力}}\\
25975 \mathrm{a\backslash mod\textrm{\spce}b} &  & a\mod b\\
25976 \mathrm{a\backslash pmod\textrm{\spce}b} &  & a\pmod b\\
25977 \mathrm{a\backslash bmod\textrm{\spce}b} &  & a\bmod b\\
25978 \mathrm{a\backslash pod\textrm{\spce}b} &  & a\pod b
25979 \end{align*}
25980
25981 \end_inset
25982
25983
25984 \end_layout
25985
25986 \begin_layout Standard
25987 行内数式では、すべての派生型で、関数名の前の余白がすこし小さく設定されます。既定では、剰余関数は、続く一文字目だけを考慮します。二文字以上を使いたい時には、下記
25988 のように文字をTeX括弧で囲みます。
25989 \begin_inset Formula 
25990 \begin{align*}
25991 \underline{\textrm{コマンド}\raisebox{-0.9mm}{}} &  & \underline{\textrm{出力}}\\
25992 \mathrm{a\backslash pod\textrm{\spce}bcd} &  & a\pod bcd\\
25993 \mathrm{a\backslash pod\backslash\{bc\backslash\}d} &  & a\pod{bc}d
25994 \end{align*}
25995
25996 \end_inset
25997
25998
25999 \end_layout
26000
26001 \begin_layout Section
26002 特殊文字
26003 \begin_inset Index idx
26004 status collapsed
26005
26006 \begin_layout Plain Layout
26007 とくしゅもじ@特殊文字
26008 \end_layout
26009
26010 \end_inset
26011
26012
26013 \end_layout
26014
26015 \begin_layout Subsection
26016 数式テキストにおける特殊文字
26017 \end_layout
26018
26019 \begin_layout Standard
26020 以下の各コマンドは、数式テキストかTeXモード中でのみ使用することができます。
26021 \end_layout
26022
26023 \begin_layout Standard
26024 \begin_inset space \hfill{}
26025 \end_inset
26026
26027
26028 \begin_inset Tabular
26029 <lyxtabular version="3" rows="8" columns="2">
26030 <features rotate="0" tabularvalignment="middle">
26031 <column alignment="block" valignment="top">
26032 <column alignment="block" valignment="top">
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 \end_layout
26040
26041 \end_inset
26042 </cell>
26043 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26044 \begin_inset Text
26045
26046 \begin_layout Plain Layout
26047 出力
26048 \end_layout
26049
26050 \end_inset
26051 </cell>
26052 </row>
26053 <row>
26054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26055 \begin_inset Text
26056
26057 \begin_layout Plain Layout
26058
26059 \backslash
26060 oe
26061 \end_layout
26062
26063 \end_inset
26064 </cell>
26065 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26066 \begin_inset Text
26067
26068 \begin_layout Plain Layout
26069 \begin_inset Formula $\textrm{œ}$
26070 \end_inset
26071
26072
26073 \end_layout
26074
26075 \end_inset
26076 </cell>
26077 </row>
26078 <row>
26079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26080 \begin_inset Text
26081
26082 \begin_layout Plain Layout
26083
26084 \backslash
26085 OE
26086 \end_layout
26087
26088 \end_inset
26089 </cell>
26090 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26091 \begin_inset Text
26092
26093 \begin_layout Plain Layout
26094 \begin_inset Formula $\textrm{Œ}$
26095 \end_inset
26096
26097
26098 \end_layout
26099
26100 \end_inset
26101 </cell>
26102 </row>
26103 <row>
26104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26105 \begin_inset Text
26106
26107 \begin_layout Plain Layout
26108
26109 \backslash
26110 ae
26111 \end_layout
26112
26113 \end_inset
26114 </cell>
26115 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26116 \begin_inset Text
26117
26118 \begin_layout Plain Layout
26119 \begin_inset Formula $\textrm{æ}$
26120 \end_inset
26121
26122
26123 \end_layout
26124
26125 \end_inset
26126 </cell>
26127 </row>
26128 <row>
26129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26130 \begin_inset Text
26131
26132 \begin_layout Plain Layout
26133
26134 \backslash
26135 AE
26136 \end_layout
26137
26138 \end_inset
26139 </cell>
26140 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26141 \begin_inset Text
26142
26143 \begin_layout Plain Layout
26144 \begin_inset Formula $\textrm{Æ}$
26145 \end_inset
26146
26147
26148 \end_layout
26149
26150 \end_inset
26151 </cell>
26152 </row>
26153 <row>
26154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26155 \begin_inset Text
26156
26157 \begin_layout Plain Layout
26158
26159 \backslash
26160 aa
26161 \end_layout
26162
26163 \end_inset
26164 </cell>
26165 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26166 \begin_inset Text
26167
26168 \begin_layout Plain Layout
26169 \begin_inset Formula $\textrm{\aa}$
26170 \end_inset
26171
26172
26173 \end_layout
26174
26175 \end_inset
26176 </cell>
26177 </row>
26178 <row>
26179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26180 \begin_inset Text
26181
26182 \begin_layout Plain Layout
26183
26184 \backslash
26185 AA
26186 \begin_inset Index idx
26187 status collapsed
26188
26189 \begin_layout Plain Layout
26190
26191 \lang english
26192
26193 \backslash
26194 @
26195 \begin_inset ERT
26196 status collapsed
26197
26198 \begin_layout Plain Layout
26199
26200
26201 \backslash
26202 textrm{
26203 \backslash
26204 AA}
26205 \end_layout
26206
26207 \end_inset
26208
26209
26210 \end_layout
26211
26212 \end_inset
26213
26214
26215 \end_layout
26216
26217 \end_inset
26218 </cell>
26219 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26220 \begin_inset Text
26221
26222 \begin_layout Plain Layout
26223 \begin_inset Formula $\textrm{Å}$
26224 \end_inset
26225
26226
26227 \end_layout
26228
26229 \end_inset
26230 </cell>
26231 </row>
26232 <row>
26233 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26234 \begin_inset Text
26235
26236 \begin_layout Plain Layout
26237
26238 \backslash
26239 i
26240 \end_layout
26241
26242 \end_inset
26243 </cell>
26244 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26245 \begin_inset Text
26246
26247 \begin_layout Plain Layout
26248 \begin_inset Formula $\textrm{ı}$
26249 \end_inset
26250
26251
26252 \end_layout
26253
26254 \end_inset
26255 </cell>
26256 </row>
26257 </lyxtabular>
26258
26259 \end_inset
26260
26261
26262 \begin_inset space \hfill{}
26263 \end_inset
26264
26265
26266 \begin_inset Tabular
26267 <lyxtabular version="3" rows="8" columns="2">
26268 <features rotate="0" tabularvalignment="middle">
26269 <column alignment="block" valignment="top">
26270 <column alignment="center" valignment="top">
26271 <row>
26272 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26273 \begin_inset Text
26274
26275 \begin_layout Plain Layout
26276 コマンド
26277 \begin_inset Note Note
26278 status collapsed
26279
26280 \begin_layout Plain Layout
26281 0
26282 \begin_inset space \thinspace{}
26283 \end_inset
26284
26285 mm空白を分離用に使っているのは、そうしないと出力が¡や¿になってしまうためです。
26286 \end_layout
26287
26288 \end_inset
26289
26290
26291 \end_layout
26292
26293 \end_inset
26294 </cell>
26295 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26296 \begin_inset Text
26297
26298 \begin_layout Plain Layout
26299 出力
26300 \end_layout
26301
26302 \end_inset
26303 </cell>
26304 </row>
26305 <row>
26306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26307 \begin_inset Text
26308
26309 \begin_layout Plain Layout
26310
26311 \backslash
26312 o
26313 \end_layout
26314
26315 \end_inset
26316 </cell>
26317 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26318 \begin_inset Text
26319
26320 \begin_layout Plain Layout
26321 \begin_inset Formula $\textrm{ø}$
26322 \end_inset
26323
26324
26325 \end_layout
26326
26327 \end_inset
26328 </cell>
26329 </row>
26330 <row>
26331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26332 \begin_inset Text
26333
26334 \begin_layout Plain Layout
26335
26336 \backslash
26337 O
26338 \end_layout
26339
26340 \end_inset
26341 </cell>
26342 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26343 \begin_inset Text
26344
26345 \begin_layout Plain Layout
26346 \begin_inset Formula $\textrm{Ø}$
26347 \end_inset
26348
26349
26350 \end_layout
26351
26352 \end_inset
26353 </cell>
26354 </row>
26355 <row>
26356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26357 \begin_inset Text
26358
26359 \begin_layout Plain Layout
26360
26361 \backslash
26362 l
26363 \end_layout
26364
26365 \end_inset
26366 </cell>
26367 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26368 \begin_inset Text
26369
26370 \begin_layout Plain Layout
26371 \begin_inset Formula $\textrm{ł}$
26372 \end_inset
26373
26374
26375 \end_layout
26376
26377 \end_inset
26378 </cell>
26379 </row>
26380 <row>
26381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26382 \begin_inset Text
26383
26384 \begin_layout Plain Layout
26385
26386 \backslash
26387 L
26388 \end_layout
26389
26390 \end_inset
26391 </cell>
26392 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26393 \begin_inset Text
26394
26395 \begin_layout Plain Layout
26396 \begin_inset Formula $\textrm{Ł}$
26397 \end_inset
26398
26399
26400 \end_layout
26401
26402 \end_inset
26403 </cell>
26404 </row>
26405 <row>
26406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26407 \begin_inset Text
26408
26409 \begin_layout Plain Layout
26410 !
26411 \begin_inset space \hspace{}
26412 \length 0mm
26413 \end_inset
26414
26415 `
26416 \begin_inset ERT
26417 status collapsed
26418
26419 \begin_layout Plain Layout
26420
26421
26422 \backslash
26423 spce 
26424 \end_layout
26425
26426 \end_inset
26427
26428
26429 \end_layout
26430
26431 \end_inset
26432 </cell>
26433 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26434 \begin_inset Text
26435
26436 \begin_layout Plain Layout
26437 \begin_inset Formula $\textrm{!`}$
26438 \end_inset
26439
26440
26441 \end_layout
26442
26443 \end_inset
26444 </cell>
26445 </row>
26446 <row>
26447 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26448 \begin_inset Text
26449
26450 \begin_layout Plain Layout
26451 ?
26452 \begin_inset space \hspace{}
26453 \length 0mm
26454 \end_inset
26455
26456 `
26457 \begin_inset ERT
26458 status collapsed
26459
26460 \begin_layout Plain Layout
26461
26462
26463 \backslash
26464 spce 
26465 \end_layout
26466
26467 \end_inset
26468
26469
26470 \end_layout
26471
26472 \end_inset
26473 </cell>
26474 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26475 \begin_inset Text
26476
26477 \begin_layout Plain Layout
26478 \begin_inset Formula $\textrm{?`}$
26479 \end_inset
26480
26481
26482 \end_layout
26483
26484 \end_inset
26485 </cell>
26486 </row>
26487 <row>
26488 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26489 \begin_inset Text
26490
26491 \begin_layout Plain Layout
26492
26493 \backslash
26494 j
26495 \end_layout
26496
26497 \end_inset
26498 </cell>
26499 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26500 \begin_inset Text
26501
26502 \begin_layout Plain Layout
26503 \begin_inset Formula $\textrm{ȷ}$
26504 \end_inset
26505
26506
26507 \end_layout
26508
26509 \end_inset
26510 </cell>
26511 </row>
26512 </lyxtabular>
26513
26514 \end_inset
26515
26516
26517 \begin_inset space \hfill{}
26518 \end_inset
26519
26520
26521 \end_layout
26522
26523 \begin_layout Standard
26524 \begin_inset Formula $\textrm{\textrm{Å}}$
26525 \end_inset
26526
26527
26528 \begin_inset Formula $\textrm{\textrm{Ø}}$
26529 \end_inset
26530
26531 の各文字は、数式ツールバーボタンの
26532 \begin_inset Graphics
26533         filename ../../images/math/digamma.png
26534         scale 85
26535
26536 \end_inset
26537
26538 からも挿入することができます。
26539 \end_layout
26540
26541 \begin_layout Standard
26542 例外は、
26543 \series bold
26544 !
26545 \begin_inset space \hspace{}
26546 \length 0mm
26547 \end_inset
26548
26549 `
26550 \series default
26551
26552 \series bold
26553 ?
26554 \begin_inset space \hspace{}
26555 \length 0mm
26556 \end_inset
26557
26558 `
26559 \series default
26560 の各コマンドで、これらは直接LyX中の本文に入れることができます。
26561 \end_layout
26562
26563 \begin_layout Subsection
26564 文章中のアクセント
26565 \begin_inset CommandInset label
26566 LatexCommand label
26567 name "sub:文章中のアクセント"
26568
26569 \end_inset
26570
26571
26572 \begin_inset Index idx
26573 status collapsed
26574
26575 \begin_layout Plain Layout
26576 あくせんと@アクセント ! ぶんしょうちゅうの@文章中の---
26577 \end_layout
26578
26579 \end_inset
26580
26581
26582 \end_layout
26583
26584 \begin_layout Standard
26585 以下に挙げる各コマンドを使えば、すべての文字にアクセントを付けることができます。これらのコマンドは、TeXモードで入れなくてはなりません。
26586 \end_layout
26587
26588 \begin_layout Standard
26589 \begin_inset space \hfill{}
26590 \end_inset
26591
26592
26593 \begin_inset Tabular
26594 <lyxtabular version="3" rows="8" columns="2">
26595 <features rotate="0" tabularvalignment="middle">
26596 <column alignment="block" valignment="top">
26597 <column alignment="block" valignment="top">
26598 <row>
26599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26600 \begin_inset Text
26601
26602 \begin_layout Plain Layout
26603 コマンド
26604 \end_layout
26605
26606 \end_inset
26607 </cell>
26608 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26609 \begin_inset Text
26610
26611 \begin_layout Plain Layout
26612 出力
26613 \end_layout
26614
26615 \end_inset
26616 </cell>
26617 </row>
26618 <row>
26619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26620 \begin_inset Text
26621
26622 \begin_layout Plain Layout
26623
26624 \backslash
26625
26626 \begin_inset Quotes grd
26627 \end_inset
26628
26629 e
26630 \end_layout
26631
26632 \end_inset
26633 </cell>
26634 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26635 \begin_inset Text
26636
26637 \begin_layout Plain Layout
26638 \begin_inset ERT
26639 status collapsed
26640
26641 \begin_layout Plain Layout
26642
26643
26644 \backslash
26645 "e
26646 \end_layout
26647
26648 \end_inset
26649
26650
26651 \end_layout
26652
26653 \end_inset
26654 </cell>
26655 </row>
26656 <row>
26657 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26658 \begin_inset Text
26659
26660 \begin_layout Plain Layout
26661
26662 \backslash
26663 `e
26664 \end_layout
26665
26666 \end_inset
26667 </cell>
26668 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26669 \begin_inset Text
26670
26671 \begin_layout Plain Layout
26672 \begin_inset ERT
26673 status collapsed
26674
26675 \begin_layout Plain Layout
26676
26677
26678 \backslash
26679 `e
26680 \end_layout
26681
26682 \end_inset
26683
26684
26685 \end_layout
26686
26687 \end_inset
26688 </cell>
26689 </row>
26690 <row>
26691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26692 \begin_inset Text
26693
26694 \begin_layout Plain Layout
26695
26696 \backslash
26697 ^
26698 \begin_inset ERT
26699 status collapsed
26700
26701 \begin_layout Plain Layout
26702
26703
26704 \backslash
26705 spce 
26706 \end_layout
26707
26708 \end_inset
26709
26710 e
26711 \end_layout
26712
26713 \end_inset
26714 </cell>
26715 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26716 \begin_inset Text
26717
26718 \begin_layout Plain Layout
26719 \begin_inset ERT
26720 status collapsed
26721
26722 \begin_layout Plain Layout
26723
26724
26725 \backslash
26726 ^e
26727 \end_layout
26728
26729 \end_inset
26730
26731
26732 \end_layout
26733
26734 \end_inset
26735 </cell>
26736 </row>
26737 <row>
26738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26739 \begin_inset Text
26740
26741 \begin_layout Plain Layout
26742
26743 \backslash
26744 =e
26745 \end_layout
26746
26747 \end_inset
26748 </cell>
26749 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26750 \begin_inset Text
26751
26752 \begin_layout Plain Layout
26753 \begin_inset ERT
26754 status collapsed
26755
26756 \begin_layout Plain Layout
26757
26758
26759 \backslash
26760 =e
26761 \end_layout
26762
26763 \end_inset
26764
26765
26766 \end_layout
26767
26768 \end_inset
26769 </cell>
26770 </row>
26771 <row>
26772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26773 \begin_inset Text
26774
26775 \begin_layout Plain Layout
26776
26777 \backslash
26778 u
26779 \begin_inset ERT
26780 status collapsed
26781
26782 \begin_layout Plain Layout
26783
26784
26785 \backslash
26786 spce 
26787 \end_layout
26788
26789 \end_inset
26790
26791 e
26792 \end_layout
26793
26794 \end_inset
26795 </cell>
26796 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26797 \begin_inset Text
26798
26799 \begin_layout Plain Layout
26800 \begin_inset ERT
26801 status collapsed
26802
26803 \begin_layout Plain Layout
26804
26805
26806 \backslash
26807 u e
26808 \end_layout
26809
26810 \end_inset
26811
26812
26813 \end_layout
26814
26815 \end_inset
26816 </cell>
26817 </row>
26818 <row>
26819 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26820 \begin_inset Text
26821
26822 \begin_layout Plain Layout
26823
26824 \backslash
26825 b
26826 \begin_inset ERT
26827 status collapsed
26828
26829 \begin_layout Plain Layout
26830
26831
26832 \backslash
26833 spce 
26834 \end_layout
26835
26836 \end_inset
26837
26838 e
26839 \end_layout
26840
26841 \end_inset
26842 </cell>
26843 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26844 \begin_inset Text
26845
26846 \begin_layout Plain Layout
26847 \begin_inset ERT
26848 status collapsed
26849
26850 \begin_layout Plain Layout
26851
26852
26853 \backslash
26854 b e
26855 \end_layout
26856
26857 \end_inset
26858
26859
26860 \end_layout
26861
26862 \end_inset
26863 </cell>
26864 </row>
26865 <row>
26866 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26867 \begin_inset Text
26868
26869 \begin_layout Plain Layout
26870
26871 \backslash
26872 t
26873 \begin_inset ERT
26874 status collapsed
26875
26876 \begin_layout Plain Layout
26877
26878
26879 \backslash
26880 spce 
26881 \end_layout
26882
26883 \end_inset
26884
26885 ee
26886 \end_layout
26887
26888 \end_inset
26889 </cell>
26890 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26891 \begin_inset Text
26892
26893 \begin_layout Plain Layout
26894 \begin_inset ERT
26895 status collapsed
26896
26897 \begin_layout Plain Layout
26898
26899
26900 \backslash
26901 t ee
26902 \end_layout
26903
26904 \end_inset
26905
26906
26907 \end_layout
26908
26909 \end_inset
26910 </cell>
26911 </row>
26912 </lyxtabular>
26913
26914 \end_inset
26915
26916
26917 \begin_inset space \hfill{}
26918 \end_inset
26919
26920
26921 \begin_inset Tabular
26922 <lyxtabular version="3" rows="8" columns="2">
26923 <features rotate="0" tabularvalignment="middle">
26924 <column alignment="block" valignment="top">
26925 <column alignment="center" valignment="top">
26926 <row>
26927 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26928 \begin_inset Text
26929
26930 \begin_layout Plain Layout
26931 コマンド
26932 \end_layout
26933
26934 \end_inset
26935 </cell>
26936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26937 \begin_inset Text
26938
26939 \begin_layout Plain Layout
26940 出力
26941 \end_layout
26942
26943 \end_inset
26944 </cell>
26945 </row>
26946 <row>
26947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26948 \begin_inset Text
26949
26950 \begin_layout Plain Layout
26951
26952 \backslash
26953 H
26954 \begin_inset ERT
26955 status collapsed
26956
26957 \begin_layout Plain Layout
26958
26959
26960 \backslash
26961 spce 
26962 \end_layout
26963
26964 \end_inset
26965
26966 e
26967 \end_layout
26968
26969 \end_inset
26970 </cell>
26971 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26972 \begin_inset Text
26973
26974 \begin_layout Plain Layout
26975 \begin_inset ERT
26976 status collapsed
26977
26978 \begin_layout Plain Layout
26979
26980
26981 \backslash
26982 H e
26983 \end_layout
26984
26985 \end_inset
26986
26987
26988 \end_layout
26989
26990 \end_inset
26991 </cell>
26992 </row>
26993 <row>
26994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26995 \begin_inset Text
26996
26997 \begin_layout Plain Layout
26998
26999 \backslash
27000 'e
27001 \end_layout
27002
27003 \end_inset
27004 </cell>
27005 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27006 \begin_inset Text
27007
27008 \begin_layout Plain Layout
27009 \begin_inset ERT
27010 status collapsed
27011
27012 \begin_layout Plain Layout
27013
27014
27015 \backslash
27016 'e
27017 \end_layout
27018
27019 \end_inset
27020
27021
27022 \end_layout
27023
27024 \end_inset
27025 </cell>
27026 </row>
27027 <row>
27028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27029 \begin_inset Text
27030
27031 \begin_layout Plain Layout
27032
27033 \backslash
27034 ~e
27035 \begin_inset Index idx
27036 status collapsed
27037
27038 \begin_layout Plain Layout
27039
27040 \lang english
27041 Tilde
27042 \end_layout
27043
27044 \end_inset
27045
27046
27047 \end_layout
27048
27049 \end_inset
27050 </cell>
27051 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27052 \begin_inset Text
27053
27054 \begin_layout Plain Layout
27055 \begin_inset ERT
27056 status collapsed
27057
27058 \begin_layout Plain Layout
27059
27060
27061 \backslash
27062 ~e
27063 \end_layout
27064
27065 \end_inset
27066
27067
27068 \end_layout
27069
27070 \end_inset
27071 </cell>
27072 </row>
27073 <row>
27074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27075 \begin_inset Text
27076
27077 \begin_layout Plain Layout
27078
27079 \backslash
27080 .e
27081 \end_layout
27082
27083 \end_inset
27084 </cell>
27085 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27086 \begin_inset Text
27087
27088 \begin_layout Plain Layout
27089 \begin_inset ERT
27090 status collapsed
27091
27092 \begin_layout Plain Layout
27093
27094
27095 \backslash
27096 .e
27097 \end_layout
27098
27099 \end_inset
27100
27101
27102 \end_layout
27103
27104 \end_inset
27105 </cell>
27106 </row>
27107 <row>
27108 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27109 \begin_inset Text
27110
27111 \begin_layout Plain Layout
27112
27113 \backslash
27114 v
27115 \begin_inset ERT
27116 status collapsed
27117
27118 \begin_layout Plain Layout
27119
27120
27121 \backslash
27122 spce 
27123 \end_layout
27124
27125 \end_inset
27126
27127 e
27128 \end_layout
27129
27130 \end_inset
27131 </cell>
27132 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27133 \begin_inset Text
27134
27135 \begin_layout Plain Layout
27136 \begin_inset ERT
27137 status collapsed
27138
27139 \begin_layout Plain Layout
27140
27141
27142 \backslash
27143 v e
27144 \end_layout
27145
27146 \end_inset
27147
27148
27149 \end_layout
27150
27151 \end_inset
27152 </cell>
27153 </row>
27154 <row>
27155 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27156 \begin_inset Text
27157
27158 \begin_layout Plain Layout
27159
27160 \backslash
27161 d
27162 \begin_inset ERT
27163 status collapsed
27164
27165 \begin_layout Plain Layout
27166
27167
27168 \backslash
27169 spce 
27170 \end_layout
27171
27172 \end_inset
27173
27174 e
27175 \end_layout
27176
27177 \end_inset
27178 </cell>
27179 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27180 \begin_inset Text
27181
27182 \begin_layout Plain Layout
27183 \begin_inset ERT
27184 status collapsed
27185
27186 \begin_layout Plain Layout
27187
27188
27189 \backslash
27190 d e
27191 \end_layout
27192
27193 \end_inset
27194
27195
27196 \end_layout
27197
27198 \end_inset
27199 </cell>
27200 </row>
27201 <row>
27202 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27203 \begin_inset Text
27204
27205 \begin_layout Plain Layout
27206
27207 \backslash
27208 c
27209 \begin_inset ERT
27210 status collapsed
27211
27212 \begin_layout Plain Layout
27213
27214
27215 \backslash
27216 spce 
27217 \end_layout
27218
27219 \end_inset
27220
27221 e
27222 \end_layout
27223
27224 \end_inset
27225 </cell>
27226 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27227 \begin_inset Text
27228
27229 \begin_layout Plain Layout
27230 \begin_inset ERT
27231 status collapsed
27232
27233 \begin_layout Plain Layout
27234
27235
27236 \backslash
27237 c e
27238 \end_layout
27239
27240 \end_inset
27241
27242
27243 \end_layout
27244
27245 \end_inset
27246 </cell>
27247 </row>
27248 </lyxtabular>
27249
27250 \end_inset
27251
27252
27253 \begin_inset space \hfill{}
27254 \end_inset
27255
27256
27257 \end_layout
27258
27259 \begin_layout Standard
27260 \begin_inset VSpace medskip
27261 \end_inset
27262
27263
27264 \series bold
27265
27266 \backslash
27267 t
27268 \series default
27269 コマンドは異なる二つの文字にアクセントを付けることもできます。たとえば、コマンド
27270 \series bold
27271
27272 \backslash
27273 t
27274 \begin_inset ERT
27275 status collapsed
27276
27277 \begin_layout Plain Layout
27278
27279
27280 \backslash
27281 spce 
27282 \end_layout
27283
27284 \end_inset
27285
27286 sz
27287 \series default
27288 は、
27289 \begin_inset ERT
27290 status collapsed
27291
27292 \begin_layout Plain Layout
27293
27294
27295 \backslash
27296 t sz
27297 \end_layout
27298
27299 \end_inset
27300
27301 となります。
27302 \end_layout
27303
27304 \begin_layout Standard
27305
27306 \series bold
27307 `
27308 \series default
27309  ・
27310 \series bold
27311  '
27312 \series default
27313  ・ 
27314 \series bold
27315 ^
27316 \series default
27317  の各アクセントは、TeXモードを使わなくても、母音といっしょに直接キーボードから入力することもできます。チルダ
27318 \begin_inset Foot
27319 status collapsed
27320
27321 \begin_layout Plain Layout
27322 これは、チルダがアクセントとして定義されているキーボードのみに適用されます。
27323 \end_layout
27324
27325 \end_inset
27326
27327
27328 \series bold
27329 ~
27330 \series default
27331 を、
27332 \emph on
27333 a
27334 \emph default
27335
27336 \emph on
27337 n
27338 \emph default
27339
27340 \emph on
27341 o
27342 \emph default
27343 といっしょに使うときも同様です。
27344 \end_layout
27345
27346 \begin_layout Standard
27347
27348 \series bold
27349
27350 \backslash
27351 b
27352 \series default
27353
27354 \series bold
27355
27356 \backslash
27357 c
27358 \series default
27359
27360 \series bold
27361
27362 \backslash
27363 d
27364 \series default
27365
27366 \series bold
27367
27368 \backslash
27369 H
27370 \series default
27371
27372 \series bold
27373
27374 \backslash
27375 t
27376 \series default
27377
27378 \series bold
27379
27380 \backslash
27381 u
27382 \series default
27383
27384 \series bold
27385
27386 \backslash
27387 v
27388 \series default
27389 の各コマンドと、キーボードから直接挿入するアクセントは、数式テキスト中でも使うことができます。他のアクセントについては、数式内向けの特別な数式コマンドがあります
27390 。第
27391 \begin_inset CommandInset ref
27392 LatexCommand ref
27393 reference "sub:一文字に付けるアクセント"
27394
27395 \end_inset
27396
27397 節をご参照下さい。
27398 \end_layout
27399
27400 \begin_layout Standard
27401 \begin_inset VSpace bigskip
27402 \end_inset
27403
27404 さらに、
27405 \series bold
27406
27407 \backslash
27408 textcircled
27409 \series default
27410
27411 \begin_inset Index idx
27412 status collapsed
27413
27414 \begin_layout Plain Layout
27415 こまんど@コマンド ! T ! 
27416 \backslash
27417 textcircled
27418 \end_layout
27419
27420 \end_inset
27421
27422 コマンドを使えば、著作権マークのように、あらゆる数字や文字を丸で囲む---敢えて言えば、丸囲みでアクセントを付けるようなものといえるでしょう---ことができます
27423
27424 \end_layout
27425
27426 \begin_layout Standard
27427 \align center
27428 \begin_inset Tabular
27429 <lyxtabular version="3" rows="3" columns="2">
27430 <features rotate="0" tabularvalignment="middle">
27431 <column alignment="center" valignment="top">
27432 <column alignment="center" valignment="top">
27433 <row>
27434 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27435 \begin_inset Text
27436
27437 \begin_layout Plain Layout
27438 コマンド
27439 \end_layout
27440
27441 \end_inset
27442 </cell>
27443 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27444 \begin_inset Text
27445
27446 \begin_layout Plain Layout
27447 出力
27448 \begin_inset Note Note
27449 status collapsed
27450
27451 \begin_layout Plain Layout
27452 ここで
27453 \series bold
27454
27455 \backslash
27456 raisebox
27457 \series default
27458 はスペーサーとして使用しているだけです。
27459 \end_layout
27460
27461 \end_inset
27462
27463
27464 \end_layout
27465
27466 \end_inset
27467 </cell>
27468 </row>
27469 <row>
27470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27471 \begin_inset Text
27472
27473 \begin_layout Plain Layout
27474
27475 \backslash
27476 textcircled{w}
27477 \end_layout
27478
27479 \end_inset
27480 </cell>
27481 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27482 \begin_inset Text
27483
27484 \begin_layout Plain Layout
27485 \begin_inset ERT
27486 status collapsed
27487
27488 \begin_layout Plain Layout
27489
27490
27491 \backslash
27492 textcircled{w}
27493 \end_layout
27494
27495 \end_inset
27496
27497
27498 \end_layout
27499
27500 \end_inset
27501 </cell>
27502 </row>
27503 <row>
27504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27505 \begin_inset Text
27506
27507 \begin_layout Plain Layout
27508
27509 \backslash
27510 Large 
27511 \backslash
27512 textcircled{
27513 \backslash
27514 normalsize
27515 \backslash
27516 protect
27517 \backslash
27518 raisebox{-1.5pt}{W}}
27519 \end_layout
27520
27521 \end_inset
27522 </cell>
27523 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27524 \begin_inset Text
27525
27526 \begin_layout Plain Layout
27527 \begin_inset Formula $\raisebox{4.5mm}{}$
27528 \end_inset
27529
27530
27531 \begin_inset ERT
27532 status collapsed
27533
27534 \begin_layout Plain Layout
27535
27536
27537 \backslash
27538 Large 
27539 \backslash
27540 textcircled{
27541 \backslash
27542 normalsize
27543 \backslash
27544 protect
27545 \backslash
27546 raisebox{-1.5pt}W}
27547 \end_layout
27548
27549 \end_inset
27550
27551
27552 \begin_inset Formula $\raisebox{-2mm}{}$
27553 \end_inset
27554
27555
27556 \end_layout
27557
27558 \end_inset
27559 </cell>
27560 </row>
27561 </lyxtabular>
27562
27563 \end_inset
27564
27565
27566 \end_layout
27567
27568 \begin_layout Standard
27569 ここではユーザーが、文字が丸のなかに収まるように調整してやらなくてはなりません。ここでは、
27570 \series bold
27571
27572 \backslash
27573 Large
27574 \series default
27575
27576 \begin_inset Foot
27577 status collapsed
27578
27579 \begin_layout Plain Layout
27580
27581 \begin_inset CommandInset ref
27582 LatexCommand ref
27583 reference "sub:書体寸法"
27584
27585 \end_inset
27586
27587 節参照のこと。
27588 \end_layout
27589
27590 \end_inset
27591
27592 で丸の大きさを指定しています。そして
27593 \series bold
27594
27595 \backslash
27596 raisebox
27597 \series default
27598
27599 \begin_inset Foot
27600 status collapsed
27601
27602 \begin_layout Plain Layout
27603
27604 \begin_inset CommandInset ref
27605 LatexCommand ref
27606 reference "sub:枠なしボックス"
27607
27608 \end_inset
27609
27610 節参照のこと。
27611 \end_layout
27612
27613 \end_inset
27614
27615 を使って、文字が真ん中にくるようにしています。
27616 \end_layout
27617
27618 \begin_layout Subsection
27619 小数字
27620 \begin_inset Index idx
27621 status collapsed
27622
27623 \begin_layout Plain Layout
27624 しょうすうじ@小数字
27625 \end_layout
27626
27627 \end_inset
27628
27629
27630 \end_layout
27631
27632 \begin_layout Standard
27633 小数字(minuscule number)は、
27634 \series bold
27635
27636 \backslash
27637 oldstylenums
27638 \series default
27639
27640 \begin_inset Index idx
27641 status collapsed
27642
27643 \begin_layout Plain Layout
27644 こまんど@コマンド ! O ! 
27645 \backslash
27646 oldstylenums
27647 \end_layout
27648
27649 \end_inset
27650
27651 コマンドで作成することができます。このコマンドは、数式中でもTeXモード中でも使うことができます。コマンド書式は、
27652 \end_layout
27653
27654 \begin_layout Standard
27655
27656 \series bold
27657
27658 \backslash
27659 oldstylenums{数字}
27660 \end_layout
27661
27662 \begin_layout Standard
27663 です。
27664 \series bold
27665
27666 \backslash
27667 oldstylenums{0123456789}
27668 \series default
27669 というコマンドは、
27670 \begin_inset Formula $\oldstylenums{0123456789}$
27671 \end_inset
27672
27673 のようになります。
27674 \end_layout
27675
27676 \begin_layout Subsection
27677 他の特殊文字
27678 \begin_inset CommandInset label
27679 LatexCommand label
27680 name "sub:他の特殊文字"
27681
27682 \end_inset
27683
27684
27685 \begin_inset Index idx
27686 status collapsed
27687
27688 \begin_layout Plain Layout
27689 とくしゅもじ@特殊文字 ! たの@他の
27690 \end_layout
27691
27692 \end_inset
27693
27694
27695 \end_layout
27696
27697 \begin_layout Standard
27698 以下の各文字は、数式中でコマンドを使用してのみ、挿入することができます。
27699 \end_layout
27700
27701 \begin_layout Standard
27702 \align center
27703 \begin_inset Tabular
27704 <lyxtabular version="3" rows="4" columns="2">
27705 <features rotate="0" tabularvalignment="middle">
27706 <column alignment="center" valignment="top">
27707 <column alignment="center" valignment="top">
27708 <row>
27709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27710 \begin_inset Text
27711
27712 \begin_layout Plain Layout
27713 コマンド
27714 \end_layout
27715
27716 \end_inset
27717 </cell>
27718 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27719 \begin_inset Text
27720
27721 \begin_layout Plain Layout
27722 出力
27723 \end_layout
27724
27725 \end_inset
27726 </cell>
27727 </row>
27728 <row>
27729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27730 \begin_inset Text
27731
27732 \begin_layout Plain Layout
27733
27734 \backslash
27735 ^
27736 \begin_inset ERT
27737 status collapsed
27738
27739 \begin_layout Plain Layout
27740
27741
27742 \backslash
27743 spce 
27744 \end_layout
27745
27746 \end_inset
27747
27748
27749 \end_layout
27750
27751 \end_inset
27752 </cell>
27753 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27754 \begin_inset Text
27755
27756 \begin_layout Plain Layout
27757 \begin_inset Formula $\mathcircumflex$
27758 \end_inset
27759
27760
27761 \end_layout
27762
27763 \end_inset
27764 </cell>
27765 </row>
27766 <row>
27767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27768 \begin_inset Text
27769
27770 \begin_layout Plain Layout
27771
27772 \backslash
27773 _
27774 \end_layout
27775
27776 \end_inset
27777 </cell>
27778 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27779 \begin_inset Text
27780
27781 \begin_layout Plain Layout
27782 \begin_inset Formula $\_$
27783 \end_inset
27784
27785
27786 \end_layout
27787
27788 \end_inset
27789 </cell>
27790 </row>
27791 <row>
27792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27793 \begin_inset Text
27794
27795 \begin_layout Plain Layout
27796 ^
27797 \begin_inset ERT
27798 status collapsed
27799
27800 \begin_layout Plain Layout
27801
27802
27803 \backslash
27804 spce 
27805 \end_layout
27806
27807 \end_inset
27808
27809
27810 \backslash
27811 circ
27812 \begin_inset Index idx
27813 status collapsed
27814
27815 \begin_layout Plain Layout
27816
27817 \lang english
27818
27819 \backslash
27820
27821 \end_layout
27822
27823 \end_inset
27824
27825
27826 \end_layout
27827
27828 \end_inset
27829 </cell>
27830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27831 \begin_inset Text
27832
27833 \begin_layout Plain Layout
27834 \begin_inset Formula $^{\circ}$
27835 \end_inset
27836
27837
27838 \end_layout
27839
27840 \end_inset
27841 </cell>
27842 </row>
27843 </lyxtabular>
27844
27845 \end_inset
27846
27847
27848 \end_layout
27849
27850 \begin_layout Standard
27851 しかしながら、角度記号
27852 \begin_inset Formula $^{\circ}$
27853 \end_inset
27854
27855 は、以下の行をLaTeXプリアンブルに書き加えれば、直接挿入することができます
27856 \begin_inset Foot
27857 status collapsed
27858
27859 \begin_layout Plain Layout
27860 この件に関する詳細は、第
27861 \begin_inset CommandInset ref
27862 LatexCommand ref
27863 reference "sub:数式中のテキスト文字"
27864
27865 \end_inset
27866
27867 節にあります。
27868 \end_layout
27869
27870 \end_inset
27871
27872
27873 \end_layout
27874
27875 \begin_layout Standard
27876
27877 \series bold
27878
27879 \backslash
27880 DeclareInputtext{176}{
27881 \backslash
27882 ifmmode^
27883 \backslash
27884 circ
27885 \backslash
27886 else
27887 \backslash
27888 textdegree
27889 \backslash
27890 fi}
27891 \begin_inset Newpage newpage
27892 \end_inset
27893
27894
27895 \end_layout
27896
27897 \begin_layout Section
27898 数式様式
27899 \begin_inset CommandInset label
27900 LatexCommand label
27901 name "sec:数式様式"
27902
27903 \end_inset
27904
27905
27906 \begin_inset Index idx
27907 status collapsed
27908
27909 \begin_layout Plain Layout
27910 すうしき@数式 ! ようしき@様式
27911 \end_layout
27912
27913 \end_inset
27914
27915
27916 \end_layout
27917
27918 \begin_layout Itemize
27919 以下の二つの配置様式があります。
27920 \end_layout
27921
27922 \begin_deeper
27923 \begin_layout Description
27924 中央揃え 事前に定義された標準です。
27925 \end_layout
27926
27927 \begin_layout Description
27928 行頭下げ これを使うには、
27929 \family sans
27930 文書\SpecialChar \menuseparator
27931 設定
27932 \family default
27933 メニューの
27934 \family sans
27935 文書クラス
27936 \family default
27937 において、
27938 \series bold
27939 fleqn
27940 \series default
27941 オプションを指定しておかなくてはなりません。
27942 \end_layout
27943
27944 \begin_layout Standard
27945
27946 \series bold
27947 行頭下げ
27948 \series default
27949 を用いる場合には、行頭下げの大きさを
27950 \series bold
27951
27952 \backslash
27953 mathindent
27954 \series default
27955
27956 \begin_inset Index idx
27957 status collapsed
27958
27959 \begin_layout Plain Layout
27960 こまんど@コマンド ! M ! 
27961 \backslash
27962 mathindent
27963 \end_layout
27964
27965 \end_inset
27966
27967 の値で調整することができます。これを15
27968 \begin_inset space \thinspace{}
27969 \end_inset
27970
27971 mmにするには、LaTeXプリアンブルに以下のコマンドを入れておきます。
27972 \end_layout
27973
27974 \begin_layout Standard
27975
27976 \series bold
27977
27978 \backslash
27979 setlength{
27980 \backslash
27981 mathindent}{15mm}
27982 \end_layout
27983
27984 \begin_layout Standard
27985
27986 \series bold
27987
27988 \backslash
27989 mathindent
27990 \series default
27991 を明示的に指定しない場合には、事前に定義されている30
27992 \begin_inset space \thinspace{}
27993 \end_inset
27994
27995 ptが適用されます。
27996 \end_layout
27997
27998 \end_deeper
27999 \begin_layout Itemize
28000 また、以下の二つの連番様式があります。
28001 \end_layout
28002
28003 \begin_deeper
28004 \begin_layout Description
28005 右 事前に定義された標準です。
28006 \end_layout
28007
28008 \begin_layout Description
28009 左 これを使うには、
28010 \family sans
28011 文書\SpecialChar \menuseparator
28012 設定
28013 \family default
28014 メニューの
28015 \family sans
28016 文書クラス
28017 \family default
28018 において、
28019 \series bold
28020 leqno
28021 \series default
28022 オプションを指定しておかなくてはなりません。
28023 \end_layout
28024
28025 \end_deeper
28026 \begin_layout Standard
28027
28028 \series bold
28029 fleqn
28030 \series default
28031
28032 \series bold
28033 leqno
28034 \series default
28035 は、いっしょに指定することができます。両方のオプションを同時に入れる場合には、コンマで区切って下さい。
28036 \end_layout
28037
28038 \begin_layout Standard
28039 これで選択した様式は、文書中のすべての別行立て数式に用いられます。もし、中央揃えと行頭下げの両様式を同一文書中で用いたい場合には、
28040 \series bold
28041 中央揃え
28042 \series default
28043 様式を指定するようにします。そして、行頭下げにしたい数式は、flalign環境に指定するようにします。第
28044 \begin_inset CommandInset ref
28045 LatexCommand ref
28046 reference "sub:flalign環境"
28047
28048 \end_inset
28049
28050 節をご覧下さい。
28051 \end_layout
28052
28053 \begin_layout Section
28054 多行数式
28055 \begin_inset CommandInset label
28056 LatexCommand label
28057 name "sec:多行数式"
28058
28059 \end_inset
28060
28061
28062 \begin_inset Index idx
28063 status collapsed
28064
28065 \begin_layout Plain Layout
28066 すうしき@数式 ! たぎょう@多行
28067 \end_layout
28068
28069 \end_inset
28070
28071
28072 \end_layout
28073
28074 \begin_layout Subsection
28075 概要
28076 \end_layout
28077
28078 \begin_layout Standard
28079 LyXでは、多行数式は、数式中で
28080 \series bold
28081
28082 \begin_inset Info
28083 type  "shortcut"
28084 arg   "newline-insert newline"
28085 \end_inset
28086
28087
28088 \series default
28089 を押すことで作られます。この操作によって、第
28090 \begin_inset CommandInset ref
28091 LatexCommand ref
28092 reference "sub:eqnarray環境"
28093
28094 \end_inset
28095
28096 節に述べられている
28097 \series bold
28098 eqnarray環境
28099 \series default
28100 が作り出されるか、あるいは文書設定で
28101 \family sans
28102 AMS mathパッケージを使う
28103 \family default
28104 オプションが選択されている場合には、第
28105 \begin_inset CommandInset ref
28106 LatexCommand ref
28107 reference "sub:標準align環境"
28108
28109 \end_inset
28110
28111 節に述べられている
28112 \series bold
28113 align環境
28114 \series default
28115 が作り出されることになります。
28116 \end_layout
28117
28118 \begin_layout Standard
28119 他にも、
28120 \family sans
28121 挿入\SpecialChar \menuseparator
28122 数式
28123 \family default
28124 メニューで作ることのできる多行数式環境があります。これらの環境は、以下の各節で説明します。
28125 \end_layout
28126
28127 \begin_layout Standard
28128 すべての多行数式において、新規行は、
28129 \begin_inset Info
28130 type  "shortcut"
28131 arg   "newline-insert newline"
28132 \end_inset
28133
28134 を押すことによって作られます。行を足したり削ったりするには、数式ツールバーボタンの
28135 \begin_inset Graphics
28136         filename ../../images/tabular-feature_append-row.png
28137         scale 85
28138
28139 \end_inset
28140
28141
28142 \begin_inset Graphics
28143         filename ../../images/tabular-feature_delete-row.png
28144         scale 85
28145
28146 \end_inset
28147
28148 を使うか、
28149 \family sans
28150 編集\SpecialChar \menuseparator
28151 行と列
28152 \family default
28153 メニューを使うことができます。
28154 \end_layout
28155
28156 \begin_layout Subsubsection
28157 行間
28158 \begin_inset CommandInset label
28159 LatexCommand label
28160 name "sub:行間"
28161
28162 \end_inset
28163
28164
28165 \begin_inset Index idx
28166 status collapsed
28167
28168 \begin_layout Plain Layout
28169 すうしき@数式 ! たぎょう@多行 ! ぎょうかん@行間
28170 \end_layout
28171
28172 \end_inset
28173
28174
28175 \end_layout
28176
28177 \begin_layout Standard
28178 以下のように、多行数式において行のあいだの空白が足りないことが、ときどき起こります。
28179 \begin_inset Formula 
28180 \begin{eqnarray*}
28181 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}\\
28182 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
28183 \end{eqnarray*}
28184
28185 \end_inset
28186
28187
28188 \end_layout
28189
28190 \begin_layout Standard
28191 LaTeXにおいて行間を付け加えるには、新規行コマンドに非必須の引数をとらせて指定しますが、これはまだLyXには実装されていない
28192 \begin_inset Foot
28193 status collapsed
28194
28195 \begin_layout Plain Layout
28196 \begin_inset CommandInset href
28197 LatexCommand href
28198 name "LyX-bug #1505"
28199 target "http://www.lyx.org/trac/ticket/1505"
28200
28201 \end_inset
28202
28203 を参照。
28204 \end_layout
28205
28206 \end_inset
28207
28208 ので、数式全体をTeXモードで入れなくてはなりません。上記の例の行間を大きくするには、最初の行の最後に
28209 \series bold
28210
28211 \backslash
28212
28213 \backslash
28214 [3mm]
28215 \series default
28216 というコマンドを入れます。すると、次のようになります。
28217 \begin_inset ERT
28218 status collapsed
28219
28220 \begin_layout Plain Layout
28221
28222
28223 \backslash
28224 begin{eqnarray*}
28225 \end_layout
28226
28227 \begin_layout Plain Layout
28228
28229 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
28230  = & 
28231 \backslash
28232 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
28233 \backslash
28234
28235 \backslash
28236 [3mm]
28237 \end_layout
28238
28239 \begin_layout Plain Layout
28240
28241 4x^{2}
28242 \backslash
28243 left(B^{2}+x_{0}^{2}
28244 \backslash
28245 right)+4x_{0}x
28246 \backslash
28247 left(D-B^{2}
28248 \backslash
28249 right)+B^{2}
28250 \backslash
28251 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
28252 \backslash
28253 right) & = & 0
28254 \end_layout
28255
28256 \begin_layout Plain Layout
28257
28258
28259 \backslash
28260 end{eqnarray*}
28261 \end_layout
28262
28263 \end_inset
28264
28265
28266 \end_layout
28267
28268 \begin_layout Standard
28269 \begin_inset VSpace bigskip
28270 \end_inset
28271
28272 同一数式内のすべての行の行間を一律に指定するには、
28273 \series bold
28274
28275 \backslash
28276 jot
28277 \series default
28278
28279 \begin_inset Index idx
28280 status collapsed
28281
28282 \begin_layout Plain Layout
28283 こまんど@コマンド ! J ! 
28284 \backslash
28285 jot
28286 \end_layout
28287
28288 \end_inset
28289
28290 変数を変更します。定義は、
28291 \begin_inset Formula $\mbox{行間}=\mathrm{6\, pt+\backslash jot}$
28292 \end_inset
28293
28294 となっています。
28295 \series bold
28296
28297 \backslash
28298 jot
28299 \series default
28300 の既定値は、3
28301 \begin_inset space \thinspace{}
28302 \end_inset
28303
28304 ptです。上記の例のように、行間を3
28305 \begin_inset space \thinspace{}
28306 \end_inset
28307
28308 mm追加するには、
28309 \end_layout
28310
28311 \begin_layout Standard
28312
28313 \series bold
28314
28315 \backslash
28316 setlength{
28317 \backslash
28318 jot}{3mm+3pt}
28319 \end_layout
28320
28321 \begin_layout Standard
28322 というコマンドを、数式直前にTeXモードで入れておきます。これを行うには、LaTeXプリアンブルに
28323 \end_layout
28324
28325 \begin_layout Standard
28326
28327 \series bold
28328
28329 \backslash
28330 usepackage{calc}
28331 \end_layout
28332
28333 \begin_layout Standard
28334 という行を入れて、LaTeXパッケージ
28335 \series bold
28336 calc
28337 \series default
28338
28339 \begin_inset Foot
28340 status collapsed
28341
28342 \begin_layout Plain Layout
28343
28344 \series bold
28345 calc
28346 \series default
28347 は標準的なLaTeX頒布版のすべてに付属しています。
28348 \end_layout
28349
28350 \end_inset
28351
28352
28353 \begin_inset Index idx
28354 status collapsed
28355
28356 \begin_layout Plain Layout
28357 ぱっけーじ@パッケージ ! calc
28358 \end_layout
28359
28360 \end_inset
28361
28362  を読み込んでおく必要があります。すると、
28363 \begin_inset ERT
28364 status collapsed
28365
28366 \begin_layout Plain Layout
28367
28368
28369 \backslash
28370 setlength{
28371 \backslash
28372 jot}{3mm+3pt}
28373 \end_layout
28374
28375 \end_inset
28376
28377
28378 \begin_inset Formula 
28379 \begin{eqnarray*}
28380 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}\\
28381 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
28382 \end{eqnarray*}
28383
28384 \end_inset
28385
28386
28387 \end_layout
28388
28389 \begin_layout Standard
28390 \begin_inset ERT
28391 status collapsed
28392
28393 \begin_layout Plain Layout
28394
28395
28396 \backslash
28397 setlength{
28398 \backslash
28399 jot}{3pt}
28400 \end_layout
28401
28402 \end_inset
28403
28404 のような結果を得ます。行間を既定値に戻すには、
28405 \series bold
28406
28407 \backslash
28408 jot
28409 \series default
28410 をふたたび3
28411 \begin_inset space \thinspace{}
28412 \end_inset
28413
28414 ptに戻します。
28415 \end_layout
28416
28417 \begin_layout Subsubsection
28418 列間
28419 \begin_inset CommandInset label
28420 LatexCommand label
28421 name "sub:列間"
28422
28423 \end_inset
28424
28425
28426 \begin_inset Index idx
28427 status collapsed
28428
28429 \begin_layout Plain Layout
28430 すうしき@数式 ! たぎょうすうしき@多行数式 ! れつかん@列間
28431 \end_layout
28432
28433 \end_inset
28434
28435
28436 \end_layout
28437
28438 \begin_layout Standard
28439 多行数式は、行列を形成します。たとえば、eqnarray環境の数式は、3列からなる行列です。この環境で列間を変更すれば、関係子周辺の余白を変更することができます
28440
28441 \end_layout
28442
28443 \begin_layout Standard
28444 列間は、
28445 \series bold
28446
28447 \backslash
28448 arraycolsep
28449 \series default
28450
28451 \begin_inset Index idx
28452 status collapsed
28453
28454 \begin_layout Plain Layout
28455 こまんど@コマンド ! A ! 
28456 \backslash
28457 arraycolsep
28458 \end_layout
28459
28460 \end_inset
28461
28462 変数を使って指定し、
28463 \begin_inset Newline newline
28464 \end_inset
28465
28466 列間 = 2
28467 \begin_inset space \thinspace{}
28468 \end_inset
28469
28470
28471 \series bold
28472
28473 \backslash
28474 arraycolsep
28475 \series default
28476
28477 \begin_inset Newline newline
28478 \end_inset
28479
28480 という関係があります。したがって、
28481 \end_layout
28482
28483 \begin_layout Standard
28484
28485 \series bold
28486
28487 \backslash
28488 setlength{
28489 \backslash
28490 arraycolsep}{1cm}
28491 \end_layout
28492
28493 \begin_layout Standard
28494 というコマンドをTeXモードで入れると、ここから後のすべての数式の列間が2
28495 \begin_inset space \thinspace{}
28496 \end_inset
28497
28498 cmになります。これを既定値に戻すには、
28499 \series bold
28500
28501 \backslash
28502 arraycolsep
28503 \series default
28504 を5
28505 \begin_inset space \thinspace{}
28506 \end_inset
28507
28508 ptに戻して下さい。
28509 \end_layout
28510
28511 \begin_layout Standard
28512 以下は、2
28513 \begin_inset space \thinspace{}
28514 \end_inset
28515
28516 cmの列間を持つ数式です。
28517 \begin_inset ERT
28518 status collapsed
28519
28520 \begin_layout Plain Layout
28521
28522
28523 \backslash
28524 setlength{
28525 \backslash
28526 arraycolsep}{1cm}
28527 \end_layout
28528
28529 \end_inset
28530
28531
28532 \begin_inset Formula 
28533 \begin{eqnarray*}
28534 A & = & B\\
28535 C & \ne & A
28536 \end{eqnarray*}
28537
28538 \end_inset
28539
28540 行列の既定の列間10
28541 \begin_inset space \thinspace{}
28542 \end_inset
28543
28544 ptを持つ数式です。
28545 \begin_inset ERT
28546 status collapsed
28547
28548 \begin_layout Plain Layout
28549
28550
28551 \backslash
28552 setlength{
28553 \backslash
28554 arraycolsep}{5pt}
28555 \end_layout
28556
28557 \end_inset
28558
28559
28560 \begin_inset Formula 
28561 \begin{eqnarray*}
28562 A & = & B\\
28563 C & \ne & A
28564 \end{eqnarray*}
28565
28566 \end_inset
28567
28568
28569 \end_layout
28570
28571 \begin_layout Subsubsection
28572 長い数式
28573 \begin_inset Index idx
28574 status collapsed
28575
28576 \begin_layout Plain Layout
28577 すうしき@数式 ! ながい@長い
28578 \end_layout
28579
28580 \end_inset
28581
28582
28583 \end_layout
28584
28585 \begin_layout Standard
28586 長い数式は、以下の方法を使って組版することができます。
28587 \end_layout
28588
28589 \begin_layout Itemize
28590 左辺ないし右辺の一方が、行幅よりもかなり短いときには、以下のように、短い方を左辺に置き、右辺を二行に分けて組版します。
28591 \begin_inset Formula 
28592 \begin{eqnarray}
28593 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 \\
28594  &  & -\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}
28595 \end{eqnarray}
28596
28597 \end_inset
28598
28599 二行目の最初のマイナス記号は、行頭の文字になってしまうため、通常、表示の上で演算子としては取り扱われません。前後に余白が置かれることもなく、分数線からも離れて表
28600 示されません。これを避けるために、マイナス記号の後に
28601 \series bold
28602
28603 \backslash
28604 hspace
28605 \series default
28606 .
28607 \begin_inset Foot
28608 status collapsed
28609
28610 \begin_layout Plain Layout
28611
28612 \series bold
28613
28614 \backslash
28615 hspace
28616 \series default
28617 に関しての詳細は、第
28618 \begin_inset CommandInset ref
28619 LatexCommand ref
28620 reference "sub:可変長の空白"
28621
28622 \end_inset
28623
28624 節をご覧下さい。
28625 \end_layout
28626
28627 \end_inset
28628
28629
28630 \begin_inset Index idx
28631 status collapsed
28632
28633 \begin_layout Plain Layout
28634 こまんど@コマンド ! H ! 
28635 \backslash
28636 hspace
28637 \end_layout
28638
28639 \end_inset
28640
28641 コマンドを使って3
28642 \begin_inset space \thinspace{}
28643 \end_inset
28644
28645 pt空白を入れてあります。
28646 \end_layout
28647
28648 \begin_layout Itemize
28649 数式の両辺がともに長すぎるときには、
28650 \series bold
28651
28652 \backslash
28653 lefteqn
28654 \series default
28655
28656 \begin_inset Index idx
28657 status collapsed
28658
28659 \begin_layout Plain Layout
28660 こまんど@コマンド ! L ! 
28661 \backslash
28662 lefteqn
28663 \end_layout
28664
28665 \end_inset
28666
28667 コマンドを使います。これを最初の行の第一列に入れると、以下のように、続きの内容が他の列にかかって表示されます。
28668 \begin_inset Formula 
28669 \begin{eqnarray}
28670 \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 \\
28671  &  & -\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 \\
28672  &  & =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}
28673 \end{eqnarray}
28674
28675 \end_inset
28676
28677
28678 \series bold
28679
28680 \backslash
28681 lefteqn
28682 \series default
28683 を入力すると、青枠から少し左にずれたところに現れる紫枠にカーソルが移るので、ここに数式を入力します。
28684 \begin_inset Newline newline
28685 \end_inset
28686
28687 二行め以降の行の内容は、二列め以降の列に挿入します。挿入する列が右になるほど、字下げの量が大きくなります。
28688 \begin_inset VSpace medskip
28689 \end_inset
28690
28691
28692 \begin_inset Newline newline
28693 \end_inset
28694
28695
28696 \begin_inset Note Greyedout
28697 status open
28698
28699 \begin_layout Plain Layout
28700
28701 \series bold
28702
28703 \backslash
28704 lefteqn
28705 \series default
28706 を使用する際には、以下のことにご注意下さい。
28707 \end_layout
28708
28709 \begin_layout Itemize
28710 数式では、ページ幅全部を使うことはしません。たとえば、上記の例で、最初の行に
28711 \begin_inset Formula $-B^{2}$
28712 \end_inset
28713
28714 という項を置いたとすると、ページ余白の領域に出てしまいますが、これはよくありません。幅をうまく使うには、最初の行の行頭に負の空白を入れる方法もあります。
28715 \end_layout
28716
28717 \begin_layout Itemize
28718 LyXのバグによって、最初の行にマウスでカーソルを入れることはできません
28719 \begin_inset Foot
28720 status collapsed
28721
28722 \begin_layout Plain Layout
28723 \begin_inset CommandInset href
28724 LatexCommand href
28725 name "LyX-bug #1429"
28726 target "http://www.lyx.org/trac/ticket/1429"
28727
28728 \end_inset
28729
28730
28731 \end_layout
28732
28733 \end_inset
28734
28735 。カーソルを行頭に合わせて、矢印
28736 \begin_inset Flex Ruby
28737 status collapsed
28738
28739 \begin_layout Plain Layout
28740
28741 \begin_inset Argument post:1
28742 status collapsed
28743
28744 \begin_layout Plain Layout
28745 キー
28746 \end_layout
28747
28748 \end_inset
28749
28750
28751 \end_layout
28752
28753 \end_inset
28754
28755 で移動するしかありません。
28756 \end_layout
28757
28758 \end_inset
28759
28760
28761 \end_layout
28762
28763 \begin_layout Itemize
28764 長い数式を組む他の方法として、第
28765 \begin_inset CommandInset ref
28766 LatexCommand ref
28767 reference "sub:multline環境"
28768
28769 \end_inset
28770
28771 節と第
28772 \begin_inset CommandInset ref
28773 LatexCommand ref
28774 reference "sub:数式の一部の多行化"
28775
28776 \end_inset
28777
28778 節で述べられている環境を用いる方法があります。
28779 \end_layout
28780
28781 \begin_layout Subsubsection
28782 多行にわたる括弧
28783 \begin_inset CommandInset label
28784 LatexCommand label
28785 name "sub:多行にわたる括弧"
28786
28787 \end_inset
28788
28789
28790 \begin_inset Index idx
28791 status collapsed
28792
28793 \begin_layout Plain Layout
28794 かっこ@括弧 ! たぎょうすうしきよう@多行数式用
28795 \end_layout
28796
28797 \end_inset
28798
28799
28800 \end_layout
28801
28802 \begin_layout Standard
28803 多行にわたる括弧を作ろうとすると、以下のような問題が生じます。
28804 \begin_inset Formula 
28805 \begin{eqnarray*}
28806 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28807  &  & \left.\cdots+B-D\right]
28808 \end{eqnarray*}
28809
28810 \end_inset
28811
28812
28813 \end_layout
28814
28815 \begin_layout Standard
28816 可変寸法の括弧は多行にわたることができないので、閉じ括弧が初めの括弧よりも小さくなってしまっています。
28817 \end_layout
28818
28819 \begin_layout Standard
28820 二行めの括弧の大きさを正しく設定するには、最初の行の終わりを
28821 \series bold
28822
28823 \backslash
28824 right.
28825 \series default
28826
28827 \begin_inset Index idx
28828 status collapsed
28829
28830 \begin_layout Plain Layout
28831 こまんど@コマンド ! R ! 
28832 \backslash
28833 right
28834 \end_layout
28835
28836 \end_inset
28837
28838 とし、二行めの始めを
28839 \series bold
28840
28841 \backslash
28842 left.
28843 \begin_inset Foot
28844 status collapsed
28845
28846 \begin_layout Plain Layout
28847
28848 \series bold
28849
28850 \backslash
28851 left
28852 \series default
28853
28854 \series bold
28855
28856 \backslash
28857 right
28858 \series default
28859 に関する詳細は、第
28860 \begin_inset CommandInset ref
28861 LatexCommand ref
28862 reference "sub:自動の括弧丈"
28863
28864 \end_inset
28865
28866 節をご覧下さい。
28867 \end_layout
28868
28869 \end_inset
28870
28871
28872 \series default
28873
28874 \begin_inset Index idx
28875 status collapsed
28876
28877 \begin_layout Plain Layout
28878 こまんど@コマンド ! L ! 
28879 \backslash
28880 left
28881 \end_layout
28882
28883 \end_inset
28884
28885 とします。一行めにおいては、範囲付き積演算子がもっとも大きな記号であり、これが二行めの括弧の大きさにならなくてはならないので、
28886 \series bold
28887
28888 \backslash
28889 left.
28890 \series default
28891 の後に、
28892 \series bold
28893
28894 \backslash
28895 vphantom
28896 \series default
28897
28898 \begin_inset ERT
28899 status collapsed
28900
28901 \begin_layout Plain Layout
28902
28903
28904 \backslash
28905 spce 
28906 \end_layout
28907
28908 \end_inset
28909
28910
28911 \series bold
28912
28913 \backslash
28914 prod
28915 \series default
28916 ^
28917 \begin_inset ERT
28918 status collapsed
28919
28920 \begin_layout Plain Layout
28921
28922
28923 \backslash
28924 spce 
28925 \end_layout
28926
28927 \end_inset
28928
28929
28930 \series bold
28931
28932 \backslash
28933 infty
28934 \series default
28935
28936 \begin_inset ERT
28937 status collapsed
28938
28939 \begin_layout Plain Layout
28940
28941
28942 \backslash
28943 spce 
28944 \end_layout
28945
28946 \end_inset
28947
28948
28949 \series bold
28950
28951 \begin_inset Formula $\downarrow$
28952 \end_inset
28953
28954 _R=1}
28955 \series default
28956
28957 \begin_inset Index idx
28958 status collapsed
28959
28960 \begin_layout Plain Layout
28961 こまんど@コマンド ! V ! 
28962 \backslash
28963 vphantom
28964 \end_layout
28965
28966 \end_inset
28967
28968 というコマンドを挿入します。
28969 \end_layout
28970
28971 \begin_layout Standard
28972 その結果が以下の数式です。
28973 \begin_inset Formula 
28974 \begin{eqnarray*}
28975 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28976  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
28977 \end{eqnarray*}
28978
28979 \end_inset
28980
28981
28982 \end_layout
28983
28984 \begin_layout Subsection
28985 align環境
28986 \end_layout
28987
28988 \begin_layout Standard
28989 align環境は、すべての型の多行数式に使うことができ、とくに、いくつかの数式を並べて表示させるのに便利です。
28990 \end_layout
28991
28992 \begin_layout Standard
28993 align環境には列があり、奇数列は右揃え、偶数列は左揃えに設定されます。align環境の行にはすべて、付番することができます。
28994 \end_layout
28995
28996 \begin_layout Standard
28997 align環境は、
28998 \family sans
28999 挿入\SpecialChar \menuseparator
29000 数式
29001 \family default
29002 メニューから作ることができます。
29003 \family sans
29004 編集\SpecialChar \menuseparator
29005 数式\SpecialChar \menuseparator
29006 数式の表記を変更
29007 \family default
29008 メニューを使えば、既存の数式をalign環境に変更することができます。
29009 \end_layout
29010
29011 \begin_layout Standard
29012 列を追加したり削除したりするには、数式ツールバーボタンの
29013 \begin_inset Graphics
29014         filename ../../images/tabular-feature_append-column.png
29015         scale 85
29016
29017 \end_inset
29018
29019
29020 \begin_inset Graphics
29021         filename ../../images/tabular-feature_delete-column.png
29022         scale 85
29023
29024 \end_inset
29025
29026 を使うか、
29027 \family sans
29028 編集\SpecialChar \menuseparator
29029 行と列
29030 \family default
29031 メニューを使います。
29032 \end_layout
29033
29034 \begin_layout Subsubsection
29035 標準align環境
29036 \begin_inset CommandInset label
29037 LatexCommand label
29038 name "sub:標準align環境"
29039
29040 \end_inset
29041
29042
29043 \begin_inset Index idx
29044 status collapsed
29045
29046 \begin_layout Plain Layout
29047 すうしき@数式 ! たぎょう@多行 ! alignかんきょう@align環境
29048 \end_layout
29049
29050 \end_inset
29051
29052
29053 \end_layout
29054
29055 \begin_layout Standard
29056 このalign環境は、数式中で
29057 \begin_inset Info
29058 type  "shortcut"
29059 arg   "newline-insert newline"
29060 \end_inset
29061
29062 を押すか、
29063 \family sans
29064 挿入\SpecialChar \menuseparator
29065 数式\SpecialChar \menuseparator
29066 AMS align環境
29067 \family default
29068 メニューで作ることができます。
29069 \end_layout
29070
29071 \begin_layout Standard
29072 以下は、二つの数式を横に並べた例ですが、これは4列からなるalign環境として作ります。
29073 \begin_inset Formula 
29074 \begin{align*}
29075 A & =\sin(B) & C & =D\\
29076 C & \ne A & B & \ne D
29077 \end{align*}
29078
29079 \end_inset
29080
29081 ご覧になって分かるように、この環境の数式は、一列めの前と偶数列の後に
29082 \series bold
29083
29084 \backslash
29085 hfill
29086 \begin_inset Foot
29087 status collapsed
29088
29089 \begin_layout Plain Layout
29090
29091 \series bold
29092
29093 \backslash
29094 hfill
29095 \series default
29096 に関する詳細は、第
29097 \begin_inset CommandInset ref
29098 LatexCommand ref
29099 reference "sub:可変長の空白"
29100
29101 \end_inset
29102
29103 節をご覧下さい。
29104 \end_layout
29105
29106 \end_inset
29107
29108
29109 \series default
29110 があるかのように配置されます。数式様式として
29111 \series bold
29112 行頭下げ
29113 \begin_inset Foot
29114 status collapsed
29115
29116 \begin_layout Plain Layout
29117
29118 \series bold
29119 数式様式については、第
29120 \series default
29121
29122 \begin_inset CommandInset ref
29123 LatexCommand ref
29124 reference "sec:数式様式"
29125
29126 \end_inset
29127
29128 節をご覧下さい。
29129 \end_layout
29130
29131 \end_inset
29132
29133
29134 \series default
29135 を使う場合には、第一列の前の
29136 \series bold
29137
29138 \backslash
29139 hfill
29140 \series default
29141 はない形で数式が設定されます。
29142 \end_layout
29143
29144 \begin_layout Subsubsection
29145 alignat環境
29146 \begin_inset Index idx
29147 status collapsed
29148
29149 \begin_layout Plain Layout
29150 すうしき@数式 ! たぎょう@多行 ! alignatかんきょう@alignat環境
29151 \end_layout
29152
29153 \end_inset
29154
29155
29156 \end_layout
29157
29158 \begin_layout Standard
29159 alignat環境には、事前に設定された列間が存在しません。列間は、必要ならば、第
29160 \begin_inset CommandInset ref
29161 LatexCommand ref
29162 reference "sub:空白"
29163
29164 \end_inset
29165
29166 節に述べられている空白を使用して手動で入れます。
29167 \end_layout
29168
29169 \begin_layout Standard
29170 以下は、上記の例をalignat環境に設定し、二つめの数式の頭に1
29171 \begin_inset space \thinspace{}
29172 \end_inset
29173
29174 cmの空白を入れたものです。
29175 \begin_inset Formula 
29176 \begin{alignat*}{2}
29177 A & =\sin(B) & \hspace{1cm}C & =D\\
29178 C & \ne A & B & \ne D
29179 \end{alignat*}
29180
29181 \end_inset
29182
29183 列間を各列ごとに設定することができるので、この環境は、とくに三つないし四つの数式を横に並べるのに向いています。
29184 \end_layout
29185
29186 \begin_layout Subsubsection
29187 flalign環境
29188 \begin_inset CommandInset label
29189 LatexCommand label
29190 name "sub:flalign環境"
29191
29192 \end_inset
29193
29194
29195 \begin_inset Index idx
29196 status collapsed
29197
29198 \begin_layout Plain Layout
29199 すうしき@数式 ! たぎょう@多行 ! flalignかんきょう@flalign環境
29200 \end_layout
29201
29202 \end_inset
29203
29204
29205 \end_layout
29206
29207 \begin_layout Standard
29208 この環境では、つねに、最初の二列をできるだけ左寄せにし、最後の二列をできるだけ右寄せにするように設定されます。以下がその例です。
29209 \begin_inset Formula 
29210 \begin{flalign*}
29211 A & =1 & B & =2 & C & =3\\
29212 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
29213 \end{flalign*}
29214
29215 \end_inset
29216
29217
29218 \end_layout
29219
29220 \begin_layout Standard
29221 奇数列のflalign環境を作成し、最後の列に空のTeX括弧を入れておくと、数式様式として
29222 \series bold
29223 中央揃え
29224 \series default
29225 が用いられているときでも、一部の数式を左寄せにすることができます。以下は、例として
29226 \begin_inset CommandInset ref
29227 LatexCommand eqref
29228 reference "eq:VolInt"
29229
29230 \end_inset
29231
29232 式を行頭下げにしたものです。
29233 \begin_inset Formula 
29234 \begin{flalign}
29235 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}
29236 \end{flalign}
29237
29238 \end_inset
29239
29240 ここで、最初の二列には数式が入れられており、行頭下げ数式様式と同等の字下げを行うために、30
29241 \begin_inset space \thinspace{}
29242 \end_inset
29243
29244 ptの空白が第1列の頭に入れてあります。
29245 \end_layout
29246
29247 \begin_layout Subsection
29248 eqnarray環境
29249 \begin_inset CommandInset label
29250 LatexCommand label
29251 name "sub:eqnarray環境"
29252
29253 \end_inset
29254
29255
29256 \begin_inset Index idx
29257 status collapsed
29258
29259 \begin_layout Plain Layout
29260 すうしき@数式 ! たぎょう@多行 ! eqnarrayかんきょう@eqnarray環境
29261 \end_layout
29262
29263 \end_inset
29264
29265
29266 \end_layout
29267
29268 \begin_layout Standard
29269 この環境を作成すると、三つの青枠が現れます。最初の枠の内容は右寄せに設定され、最後の枠の内容は左寄せに設定されます。中央の枠は、関係子のみを入れることを想定して
29270 いるので、その内容は中央揃えで少し小さく設定されます。
29271 \begin_inset Formula 
29272 \begin{eqnarray*}
29273 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
29274 AB & AB & AB\\
29275 A & = & A
29276 \end{eqnarray*}
29277
29278 \end_inset
29279
29280
29281 \end_layout
29282
29283 \begin_layout Subsection
29284 gather環境
29285 \begin_inset Index idx
29286 status collapsed
29287
29288 \begin_layout Plain Layout
29289 すうしき@数式 ! たぎょう@多行 ! gatherかんきょう@gather環境
29290 \end_layout
29291
29292 \end_inset
29293
29294
29295 \end_layout
29296
29297 \begin_layout Standard
29298 この環境には、中央揃えに設定された列一つしかありません。行はすべて付番することができます。
29299 \begin_inset Formula 
29300 \begin{gather}
29301 A=1\\
29302 X=\textrm{-}1
29303 \end{gather}
29304
29305 \end_inset
29306
29307
29308 \end_layout
29309
29310 \begin_layout Subsection
29311 multline環境
29312 \begin_inset CommandInset label
29313 LatexCommand label
29314 name "sub:multline環境"
29315
29316 \end_inset
29317
29318
29319 \begin_inset Index idx
29320 status collapsed
29321
29322 \begin_layout Plain Layout
29323 すうしき@数式 ! たぎょう@多行 ! multlineかんきょう@multpline環境
29324 \end_layout
29325
29326 \end_inset
29327
29328
29329 \end_layout
29330
29331 \begin_layout Standard
29332 gather環境同様、multline環境には、中央揃えに設定された列一つしかありません。ただし、一行めが左揃えに設定され、最終行が右揃えに設定されるのです。他
29333 の行はすべて中央揃えになります。このことから、この環境は、長い数式に使うのに向いています。用例として、
29334 \begin_inset CommandInset ref
29335 LatexCommand eqref
29336 reference "eq:lefteqn"
29337
29338 \end_inset
29339
29340 式をmultline環境に置いたものを示します。
29341 \begin_inset Formula 
29342 \begin{multline}
29343 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}\\
29344 -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}\\
29345 =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}}
29346 \end{multline}
29347
29348 \end_inset
29349
29350
29351 \end_layout
29352
29353 \begin_layout Standard
29354 文書の付番設定が右寄せ(左寄せ)になっているときには、出力では、multline環境の最後(最初)の行だけが付番されます
29355 \begin_inset Foot
29356 status collapsed
29357
29358 \begin_layout Plain Layout
29359 付番様式については、第
29360 \begin_inset CommandInset ref
29361 LatexCommand ref
29362 reference "sec:数式様式"
29363
29364 \end_inset
29365
29366 節を参照。
29367 \end_layout
29368
29369 \end_inset
29370
29371
29372 \end_layout
29373
29374 \begin_layout Standard
29375
29376 \series bold
29377
29378 \backslash
29379 shoveright
29380 \begin_inset Index idx
29381 status collapsed
29382
29383 \begin_layout Plain Layout
29384 こまんど@コマンド ! S ! 
29385 \backslash
29386 shoveright
29387 \end_layout
29388
29389 \end_inset
29390
29391 コマンドや
29392 \backslash
29393 shoveleft
29394 \begin_inset Index idx
29395 status collapsed
29396
29397 \begin_layout Plain Layout
29398 こまんど@コマンド ! S ! 
29399 \backslash
29400 shoveleft
29401 \end_layout
29402
29403 \end_inset
29404
29405
29406 \series default
29407 コマンドを使えば、中央揃えの行を右寄せや左寄せにすることができます。これらのコマンドは、以下のようにして使います。
29408 \end_layout
29409
29410 \begin_layout Standard
29411
29412 \series bold
29413
29414 \backslash
29415 shoveright{行の内容}
29416 \series default
29417 あるいは
29418 \series bold
29419
29420 \backslash
29421 shoveleft{行の内容}
29422 \end_layout
29423
29424 \begin_layout Standard
29425 \begin_inset VSpace medskip
29426 \end_inset
29427
29428
29429 \series bold
29430
29431 \backslash
29432 multlinegap
29433 \begin_inset Index idx
29434 status collapsed
29435
29436 \begin_layout Plain Layout
29437 こまんど@コマンド ! M ! 
29438 \backslash
29439 multlinegap
29440 \end_layout
29441
29442 \end_inset
29443
29444
29445 \series default
29446 長は、一行めの左ページ余白からの距離を指定します。既定値は0
29447 \begin_inset space \thinspace{}
29448 \end_inset
29449
29450 ptの長さです。
29451 \end_layout
29452
29453 \begin_layout Standard
29454 以下は、上記の数式に
29455 \end_layout
29456
29457 \begin_layout Standard
29458
29459 \series bold
29460
29461 \backslash
29462 setlength{
29463 \backslash
29464 multlinegap}{2cm}
29465 \end_layout
29466
29467 \begin_layout Standard
29468 というコマンドを、TeXモードで直前に挿入した例です。
29469 \begin_inset ERT
29470 status collapsed
29471
29472 \begin_layout Plain Layout
29473
29474
29475 \backslash
29476 setlength{
29477 \backslash
29478 multlinegap}{2cm}
29479 \end_layout
29480
29481 \end_inset
29482
29483
29484 \begin_inset Formula 
29485 \begin{multline}
29486 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}\\
29487 \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}}\\
29488 =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}}
29489 \end{multline}
29490
29491 \end_inset
29492
29493
29494 \begin_inset ERT
29495 status collapsed
29496
29497 \begin_layout Plain Layout
29498
29499
29500 \backslash
29501 setlength{
29502 \backslash
29503 multlinegap}{0pt}
29504 \end_layout
29505
29506 \end_inset
29507
29508 二行めは、
29509 \series bold
29510
29511 \backslash
29512 shoveleft
29513 \series default
29514 を使って左揃えにしています。
29515 \end_layout
29516
29517 \begin_layout Subsection
29518 数式の一部の多行化
29519 \begin_inset CommandInset label
29520 LatexCommand label
29521 name "sub:数式の一部の多行化"
29522
29523 \end_inset
29524
29525
29526 \begin_inset Index idx
29527 status collapsed
29528
29529 \begin_layout Plain Layout
29530 すうしき@数式 ! たぎょう@多行 ! すうしきのいちぶ@数式の一部
29531 \end_layout
29532
29533 \end_inset
29534
29535
29536 \end_layout
29537
29538 \begin_layout Standard
29539 数式の一部分のみを多行表示したい場合には、
29540 \series bold
29541 aligned
29542 \series default
29543
29544 \series bold
29545 alignedat
29546 \series default
29547
29548 \series bold
29549 gathered
29550 \series default
29551
29552 \series bold
29553 split
29554 \series default
29555 のうちのいずれかの環境を使用します。これらは、
29556 \family sans
29557 挿入\SpecialChar \menuseparator
29558 数式
29559 \family default
29560 メニューか、本節で解説している各コマンドを使用して挿入することができます。
29561 \end_layout
29562
29563 \begin_layout Standard
29564 最初の三つの環境は、環境名から
29565 \series bold
29566 ed
29567 \series default
29568 を省いた同名の多行数式環境と同じ性格を持ちますが、環境の前後に数式を続けることが可能です。たとえば、
29569 \begin_inset Formula 
29570 \[
29571 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29572 \Delta E\Delta t & \ge\frac{\hbar}{2}
29573 \end{aligned}
29574 \right\} \textrm{不確定性原理}
29575 \]
29576
29577 \end_inset
29578
29579
29580 \end_layout
29581
29582 \begin_layout Standard
29583 この数式を作るには、別行立て数式をまず作っておいて、そこに
29584 \series bold
29585
29586 \backslash
29587 aligned
29588 \begin_inset Index idx
29589 status collapsed
29590
29591 \begin_layout Plain Layout
29592 こまんど@コマンド ! A ! 
29593 \backslash
29594 aligned
29595 \end_layout
29596
29597 \end_inset
29598
29599
29600 \series default
29601 コマンドを挿入しています。紫枠の中に青枠が現れるので、そこに必要に応じて、列や行を加えていきます。この多行環境の外には、括弧などの他の数式要素を入れることができ
29602 ます。
29603 \end_layout
29604
29605 \begin_layout Standard
29606 aligned環境は、長い数式を水平方向を揃えて表示するのにも向いています。別行立て数式内でalignedを用いるようにすると、数式番号を行末の、数式全高の中心
29607 に配置できる利点があります。以下に例として、
29608 \begin_inset CommandInset ref
29609 LatexCommand eqref
29610 reference "eq:shortlong"
29611
29612 \end_inset
29613
29614 式にaligned環境を適用したものを示します。
29615 \begin_inset Formula 
29616 \begin{equation}
29617 \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}|}\\
29618  & -\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}|}
29619 \end{aligned}
29620 \end{equation}
29621
29622 \end_inset
29623
29624
29625 \end_layout
29626
29627 \begin_layout Standard
29628
29629 \series bold
29630 alignedat
29631 \series default
29632
29633 \series bold
29634 gathered
29635 \series default
29636
29637 \series bold
29638 split
29639 \series default
29640 の各環境を使うには、それぞれ
29641 \series bold
29642
29643 \backslash
29644 alignedat
29645 \series default
29646
29647 \begin_inset Index idx
29648 status collapsed
29649
29650 \begin_layout Plain Layout
29651 こまんど@コマンド ! A ! 
29652 \backslash
29653 alignedat
29654 \end_layout
29655
29656 \end_inset
29657
29658
29659 \series bold
29660
29661 \backslash
29662 gathered
29663 \series default
29664
29665 \begin_inset Index idx
29666 status collapsed
29667
29668 \begin_layout Plain Layout
29669 こまんど@コマンド ! G ! 
29670 \backslash
29671 gathered
29672 \end_layout
29673
29674 \end_inset
29675
29676
29677 \series bold
29678
29679 \backslash
29680 split
29681 \series default
29682
29683 \begin_inset Index idx
29684 status collapsed
29685
29686 \begin_layout Plain Layout
29687 こまんど@コマンド ! S ! 
29688 \backslash
29689 split
29690 \end_layout
29691
29692 \end_inset
29693
29694 の各コマンドを挿入します。split環境は、aligned環境と同じ性格を持ちますが、二つの列しか作ることができません。
29695 \end_layout
29696
29697 \begin_layout Subsection
29698 多行数式中のテキスト
29699 \begin_inset CommandInset label
29700 LatexCommand label
29701 name "sub:多行数式中のテキスト"
29702
29703 \end_inset
29704
29705
29706 \begin_inset Index idx
29707 status collapsed
29708
29709 \begin_layout Plain Layout
29710 てきすと@テキスト ! すうしきちゅうの@数式中の
29711 \end_layout
29712
29713 \end_inset
29714
29715
29716 \begin_inset Index idx
29717 status collapsed
29718
29719 \begin_layout Plain Layout
29720 すうしき@数式 ! たぎょう@多行 ! てきすと@テキスト
29721 \end_layout
29722
29723 \end_inset
29724
29725
29726 \end_layout
29727
29728 \begin_layout Standard
29729 各align系環境およびmultline・gather環境では、独立した行に列揃えの影響を受けない形でテキストを挿入することができます。これを行うには、以下の書
29730 式を持つ
29731 \series bold
29732
29733 \backslash
29734 intertext
29735 \series default
29736
29737 \begin_inset Index idx
29738 status collapsed
29739
29740 \begin_layout Plain Layout
29741 こまんど@コマンド ! I ! 
29742 \backslash
29743 intertext
29744 \end_layout
29745
29746 \end_inset
29747
29748 コマンドを使います。
29749 \end_layout
29750
29751 \begin_layout Standard
29752
29753 \series bold
29754
29755 \backslash
29756 intertext{テキスト}
29757 \end_layout
29758
29759 \begin_layout Standard
29760 テキストのハイフネーションを行うことはできないので、テキストは一行に収めなくてはなりません。LyXは、現時点では
29761 \series bold
29762
29763 \backslash
29764 intertext
29765 \series default
29766 を直接サポートしていないので、テキストは数式テキストとして書き入れます。ここで、
29767 \series bold
29768
29769 \backslash
29770 intertext
29771 \series default
29772 は行頭になくてはならず、当該行の上に出力されます。以下は、二行めの行頭にテキストを入れた例です。
29773 \begin_inset Formula 
29774 \begin{align}
29775 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29776 \intertext{\text{被積分函数は\ensuremath{\phi=\pi}において対称なので、}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
29777 \end{align}
29778
29779 \end_inset
29780
29781
29782 \begin_inset Newpage newpage
29783 \end_inset
29784
29785
29786 \end_layout
29787
29788 \begin_layout Section
29789 数式番号
29790 \begin_inset Index idx
29791 status collapsed
29792
29793 \begin_layout Plain Layout
29794 すうしきばんごう@数式番号
29795 \end_layout
29796
29797 \end_inset
29798
29799
29800 \begin_inset Index idx
29801 status collapsed
29802
29803 \begin_layout Plain Layout
29804 すうしき@数式 ! ばんごう@番号|see
29805 \begin_inset ERT
29806 status collapsed
29807
29808 \begin_layout Plain Layout
29809
29810 {
29811 \end_layout
29812
29813 \end_inset
29814
29815 数式番号
29816 \begin_inset ERT
29817 status collapsed
29818
29819 \begin_layout Plain Layout
29820
29821 }
29822 \end_layout
29823
29824 \end_inset
29825
29826
29827 \end_layout
29828
29829 \end_inset
29830
29831
29832 \end_layout
29833
29834 \begin_layout Subsection
29835 概要
29836 \end_layout
29837
29838 \begin_layout Standard
29839 付番数式は、
29840 \family sans
29841 挿入\SpecialChar \menuseparator
29842 数式\SpecialChar \menuseparator
29843 付番数式
29844 \family default
29845 メニュー(
29846 \begin_inset Flex Ruby
29847 status collapsed
29848
29849 \begin_layout Plain Layout
29850 捷径
29851 \begin_inset Argument post:1
29852 status collapsed
29853
29854 \begin_layout Plain Layout
29855 ショートカット
29856 \end_layout
29857
29858 \end_inset
29859
29860
29861 \end_layout
29862
29863 \end_inset
29864
29865
29866 \family sans
29867 Ctrl+Alt
29868 \begin_inset space ~
29869 \end_inset
29870
29871 N
29872 \family default
29873 )で作ることができます。既存の数式に番号を振るには、
29874 \family sans
29875 編集\SpecialChar \menuseparator
29876 数式\SpecialChar \menuseparator
29877 数式全体を付番
29878 \family default
29879 メニュー(捷径
29880 \begin_inset Info
29881 type  "shortcut"
29882 arg   "math-number-toggle"
29883 \end_inset
29884
29885 )を使います。LyX中において数式番号は、数式の後に括弧に囲まれた「#」で表されます。「#」は、実際の出力では数式番号に置き換えられます。
29886 \end_layout
29887
29888 \begin_layout Standard
29889 多行数式で付番が有効になっているときには、すべての行に番号が振られます。ただし、
29890 \family sans
29891 編集\SpecialChar \menuseparator
29892 数式\SpecialChar \menuseparator
29893 この行を付番
29894 \family default
29895 メニュー(捷径
29896 \begin_inset Info
29897 type  "shortcut"
29898 arg   "math-number-line-toggle"
29899 \end_inset
29900
29901 )を使用すれば、各行毎に付番するかどうか指定することができます。
29902 \end_layout
29903
29904 \begin_layout Standard
29905 行内数式を除いて、すべての数式は二通りの様式で番号を振ることができます。第
29906 \begin_inset CommandInset ref
29907 LatexCommand ref
29908 reference "sec:数式様式"
29909
29910 \end_inset
29911
29912 節をご覧下さい。
29913 \end_layout
29914
29915 \begin_layout Subsection
29916 相互参照
29917 \begin_inset Index idx
29918 status collapsed
29919
29920 \begin_layout Plain Layout
29921 そうごさんしょう@相互参照 ! すうしきへの@数式への
29922 \end_layout
29923
29924 \end_inset
29925
29926
29927 \end_layout
29928
29929 \begin_layout Standard
29930 ラベルを付けた数式は、すべて相互参照することができます。ラベルは、
29931 \family sans
29932 挿入\SpecialChar \menuseparator
29933 ラベル
29934 \family default
29935 メニューか、ツールバーボタンの
29936 \begin_inset Graphics
29937         filename ../../images/label-insert.png
29938         scale 85
29939
29940 \end_inset
29941
29942 で付けることができます。このとき、カーソルは別行立て数式の中になくてはなりません。すると、テキストフィールドの中に
29943 \series bold
29944 eq:と
29945 \series default
29946 いう接頭語の入ったダイアログが現れるので、接頭語の後にラベルを挿入します。この既定の接頭辞は「equation(数式)」を意味し、こうして数式ラベルであるとの標
29947 を付けることによって、節ラベルなどから区別し、大きな文書の中でラベルを見つけるのを容易にします。ラベルを変更するには、
29948 \family sans
29949 挿入\SpecialChar \menuseparator
29950 ラベル
29951 \family default
29952 メニューをもういちど使って下さい。
29953 \end_layout
29954
29955 \begin_layout Standard
29956 LyX中でラベル名は、数式の後ろに、二つの括弧に囲まれて表示されます。ラベル付きの数式はつねに付番されます。
29957 \end_layout
29958
29959 \begin_layout Standard
29960 相互参照は、
29961 \family sans
29962 挿入\SpecialChar \menuseparator
29963 相互参照
29964 \family default
29965 メニューかツールバーボタンの
29966 \begin_inset Graphics
29967         filename ../../images/dialog-show-new-inset_ref.png
29968         scale 85
29969
29970 \end_inset
29971
29972 を使って挿入します。数式相互参照は、出力では数式番号として表示されます。相互参照ダイアログで「
29973 \series bold
29974 (<参照>)
29975 \series default
29976 」書式を選択した場合には、出力での相互参照は、括弧に囲まれた数式番号として表示されます。
29977 \begin_inset Newline newline
29978 \end_inset
29979
29980 LyX中で相互参照を右クリックすると、参照先の数式に移動することができます。
29981 \end_layout
29982
29983 \begin_layout Standard
29984 以下は、後の各小節に現れる数式への相互参照を含む例です。
29985 \begin_inset Note Note
29986 status open
29987
29988 \begin_layout Plain Layout
29989 相互参照の型の違いに留意してください。
29990 \end_layout
29991
29992 \end_inset
29993
29994
29995 \end_layout
29996
29997 \begin_layout Standard
29998 \begin_inset CommandInset ref
29999 LatexCommand eqref
30000 reference "eq:tag"
30001
30002 \end_inset
30003
30004 式と
30005 \begin_inset CommandInset ref
30006 LatexCommand eqref
30007 reference "eq:c"
30008
30009 \end_inset
30010
30011 式は、等価です。(
30012 \begin_inset CommandInset ref
30013 LatexCommand ref
30014 reference "eq:Rom"
30015
30016 \end_inset
30017
30018 )式とは異なり、(
30019 \begin_inset CommandInset ref
30020 LatexCommand ref
30021 reference "eq:Lat"
30022
30023 \end_inset
30024
30025 )式では、付番にラテン数字を使用しています。
30026 \end_layout
30027
30028 \begin_layout Standard
30029 \begin_inset VSpace medskip
30030 \end_inset
30031
30032
30033 \series bold
30034
30035 \backslash
30036 tag
30037 \begin_inset Foot
30038 status collapsed
30039
30040 \begin_layout Plain Layout
30041
30042 \series bold
30043
30044 \backslash
30045 tag
30046 \series default
30047 は、第
30048 \begin_inset CommandInset ref
30049 LatexCommand ref
30050 reference "sub:ユーザー定義番号"
30051
30052 \end_inset
30053
30054 節に説明があります。
30055 \end_layout
30056
30057 \end_inset
30058
30059
30060 \series default
30061 の引数が、第
30062 \begin_inset CommandInset ref
30063 LatexCommand ref
30064 reference "sub:段落ボックス"
30065
30066 \end_inset
30067
30068 節で述べたボックスを含んでいるときには、その数式を参照することはできません。
30069 \end_layout
30070
30071 \begin_layout Subsection
30072 細目番号
30073 \begin_inset Index idx
30074 status collapsed
30075
30076 \begin_layout Plain Layout
30077 すうしきばんごう@数式番号 ! さいもくばんごう@細目番号
30078 \end_layout
30079
30080 \end_inset
30081
30082
30083 \end_layout
30084
30085 \begin_layout Standard
30086
30087 \series bold
30088
30089 \backslash
30090 begin{subequations}
30091 \series default
30092 および
30093 \series bold
30094
30095 \backslash
30096 end{subequations}
30097 \series default
30098 コマンドを使うと、数式に細目番号を付けることができます。これらのコマンドは、TeXモードで入れます。
30099 \end_layout
30100
30101 \begin_layout Standard
30102 たとえば、
30103 \begin_inset Formula 
30104 \begin{equation}
30105 A=C-B\label{eq:a}
30106 \end{equation}
30107
30108 \end_inset
30109
30110
30111 \begin_inset ERT
30112 status collapsed
30113
30114 \begin_layout Plain Layout
30115
30116
30117 \backslash
30118 addtocounter{equation}{-1}
30119 \end_layout
30120
30121 \end_inset
30122
30123
30124 \begin_inset ERT
30125 status collapsed
30126
30127 \begin_layout Plain Layout
30128
30129
30130 \backslash
30131 begin{subequations}
30132 \end_layout
30133
30134 \end_inset
30135
30136
30137 \begin_inset VSpace -5mm
30138 \end_inset
30139
30140
30141 \begin_inset Formula 
30142 \begin{equation}
30143 B=C-A\label{eq:b}
30144 \end{equation}
30145
30146 \end_inset
30147
30148
30149 \begin_inset Formula 
30150 \begin{equation}
30151 C=A+B\label{eq:c}
30152 \end{equation}
30153
30154 \end_inset
30155
30156
30157 \end_layout
30158
30159 \begin_layout Standard
30160 \begin_inset ERT
30161 status collapsed
30162
30163 \begin_layout Plain Layout
30164
30165
30166 \backslash
30167 end{subequations}
30168 \end_layout
30169
30170 \end_inset
30171
30172
30173 \end_layout
30174
30175 \begin_layout Standard
30176 この例を作るには、次のようにします。
30177 \end_layout
30178
30179 \begin_layout Enumerate
30180 一つめの数式を入力します。
30181 \end_layout
30182
30183 \begin_layout Enumerate
30184 一つめの数式の後に
30185 \begin_inset Newline newline
30186 \end_inset
30187
30188
30189 \series bold
30190
30191 \backslash
30192 addtocounter{equation}{-1} 
30193 \backslash
30194 begin{subequations}
30195 \begin_inset Index idx
30196 status collapsed
30197
30198 \begin_layout Plain Layout
30199 こまんど@コマンド ! A ! 
30200 \backslash
30201 addtocounter
30202 \end_layout
30203
30204 \end_inset
30205
30206
30207 \begin_inset Newline newline
30208 \end_inset
30209
30210
30211 \series default
30212 を入力します。
30213 \end_layout
30214
30215 \begin_layout Enumerate
30216 二つめの数式を入力します。
30217 \end_layout
30218
30219 \begin_layout Enumerate
30220 三つめの数式を入力します。
30221 \end_layout
30222
30223 \begin_layout Enumerate
30224 三つめの数式の後に、
30225 \series bold
30226
30227 \backslash
30228 end{subequations}
30229 \series default
30230 を入力します。
30231 \end_layout
30232
30233 \begin_layout Standard
30234
30235 \series bold
30236
30237 \backslash
30238 begin
30239 \series default
30240 コマンドと
30241 \series bold
30242
30243 \backslash
30244 end
30245 \series default
30246 コマンドのあいだの数式はすべて、a・b・
30247 \begin_inset Newline linebreak
30248 \end_inset
30249
30250 c\SpecialChar \ldots{}
30251 のように細目番号が振られます。多行数式の場合は、すべての行に細目番号が振られます。細目番号が振られた数式はすべて、
30252 \emph on
30253 ひとつの
30254 \emph default
30255 付番数式として扱われますが、それぞれの付番数式が
30256 \series bold
30257 equation
30258 \series default
30259 カウンタを一つずつ進めてしまうので、
30260 \series bold
30261
30262 \backslash
30263 addtocounter
30264 \series default
30265 コマンドを使ってカウンタを戻さなくてはなりません。これを怠ると、
30266 \begin_inset CommandInset ref
30267 LatexCommand eqref
30268 reference "eq:a"
30269
30270 \end_inset
30271
30272 式・
30273 \begin_inset CommandInset ref
30274 LatexCommand eqref
30275 reference "eq:b"
30276
30277 \end_inset
30278
30279 式・
30280 \begin_inset CommandInset ref
30281 LatexCommand eqref
30282 reference "eq:c"
30283
30284 \end_inset
30285
30286 式は、それぞれ
30287 \begin_inset CommandInset ref
30288 LatexCommand eqref
30289 reference "eq:a"
30290
30291 \end_inset
30292
30293 式・
30294 \begin_inset CommandInset ref
30295 LatexCommand eqref
30296 reference "eq:d"
30297
30298 \end_inset
30299
30300 式・
30301 \begin_inset CommandInset ref
30302 LatexCommand eqref
30303 reference "eq:f"
30304
30305 \end_inset
30306
30307 式として番号が振られてしまいます。
30308 \end_layout
30309
30310 \begin_layout Standard
30311 上記のように、コマンドをTeXモードで入れると、最初の二つの数式のあいだに空白が生じてしまいます。これを戻すために、-5
30312 \begin_inset space \thinspace{}
30313 \end_inset
30314
30315 mmの垂直空白を
30316 \series bold
30317
30318 \backslash
30319 begin{subequations}
30320 \series default
30321 コマンドの後に入れています。数式様式として
30322 \series bold
30323 行頭下げ
30324 \begin_inset Foot
30325 status collapsed
30326
30327 \begin_layout Plain Layout
30328
30329 \series bold
30330 数式様式に関しては、第
30331 \series default
30332
30333 \begin_inset CommandInset ref
30334 LatexCommand ref
30335 reference "sec:数式様式"
30336
30337 \end_inset
30338
30339 節を参照。
30340 \end_layout
30341
30342 \end_inset
30343
30344
30345 \series default
30346 を用いているときには、これを-7
30347 \begin_inset space \thinspace{}
30348 \end_inset
30349
30350 mm空白にしてください。
30351 \end_layout
30352
30353 \begin_layout Standard
30354 以下は、二行めのみ付番を無効にしている多行数式の例です。
30355 \begin_inset ERT
30356 status collapsed
30357
30358 \begin_layout Plain Layout
30359
30360
30361 \backslash
30362 begin{subequations}
30363 \end_layout
30364
30365 \end_inset
30366
30367
30368 \begin_inset Formula 
30369 \begin{eqnarray}
30370 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
30371  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
30372  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
30373 \end{eqnarray}
30374
30375 \end_inset
30376
30377
30378 \begin_inset ERT
30379 status collapsed
30380
30381 \begin_layout Plain Layout
30382
30383
30384 \backslash
30385 end{subequations}
30386 \end_layout
30387
30388 \end_inset
30389
30390
30391 \end_layout
30392
30393 \begin_layout Subsection
30394 ユーザー定義番号
30395 \begin_inset CommandInset label
30396 LatexCommand label
30397 name "sub:ユーザー定義番号"
30398
30399 \end_inset
30400
30401
30402 \begin_inset Index idx
30403 status collapsed
30404
30405 \begin_layout Plain Layout
30406 すうしきばんごう@数式番号 ! ゆーざーていぎ@ユーザー定義
30407 \end_layout
30408
30409 \end_inset
30410
30411
30412 \end_layout
30413
30414 \begin_layout Standard
30415 \begin_inset Index idx
30416 status collapsed
30417
30418 \begin_layout Plain Layout
30419 すうしきばんごう@数式番号 ! じこていぎくぎり@自己定義区切り
30420 \end_layout
30421
30422 \end_inset
30423
30424 標準の付番では、数式番号の周りに括弧が表示されます。括弧をたとえば縦棒に置き換えるには、LaTeXプリアンブルに以下の行を付け加えます。
30425 \end_layout
30426
30427 \begin_layout Standard
30428
30429 \series bold
30430
30431 \backslash
30432 def
30433 \backslash
30434 tagform@#1{
30435 \backslash
30436 maketag@@@{
30437 \series default
30438
30439 \begin_inset Formula $\boldsymbol{|}$
30440 \end_inset
30441
30442
30443 \series bold
30444 #1
30445 \series default
30446
30447 \begin_inset Formula $\boldsymbol{|}$
30448 \end_inset
30449
30450
30451 \series bold
30452 }}
30453 \series default
30454
30455 \begin_inset Note Note
30456 status collapsed
30457
30458 \begin_layout Plain Layout
30459 このマクロは、テスト用にLaTeXプリアンブルで既に宣言されています。これを有効にするには、最初のパーセント記号を取り除いて下さい。
30460 \end_layout
30461
30462 \end_inset
30463
30464
30465 \end_layout
30466
30467 \begin_layout Standard
30468 他の記号を使いたいときには、
30469 \series bold
30470 #1
30471 \series default
30472 脇の縦棒を一つないし複数の文字で置き換えて下さい。数式番号だけで良い時は、縦棒を削除して下さい。
30473 \end_layout
30474
30475 \begin_layout Standard
30476 \begin_inset VSpace bigskip
30477 \end_inset
30478
30479 数式の後ろに、括弧に囲まれた連番の代わりに、何かしらの表現が欲しいときには、以下のように
30480 \series bold
30481
30482 \backslash
30483 tag
30484 \series default
30485
30486 \begin_inset Index idx
30487 status collapsed
30488
30489 \begin_layout Plain Layout
30490 こまんど@コマンド ! T ! 
30491 \backslash
30492 tag
30493 \end_layout
30494
30495 \end_inset
30496
30497 コマンドを使います。
30498 \begin_inset Formula 
30499 \begin{equation}
30500 A+B=C\tag{何とかかんとか}\label{eq:tag}
30501 \end{equation}
30502
30503 \end_inset
30504
30505 上記の例では、
30506 \series bold
30507
30508 \backslash
30509 tag
30510 \begin_inset ERT
30511 status collapsed
30512
30513 \begin_layout Plain Layout
30514
30515
30516 \backslash
30517 spce 
30518 \end_layout
30519
30520 \end_inset
30521
30522 何とかかんとか
30523 \series default
30524 というコマンドを数式に打ち込んでいます。
30525 \end_layout
30526
30527 \begin_layout Standard
30528 代わりに
30529 \series bold
30530
30531 \backslash
30532 tag*
30533 \begin_inset ERT
30534 status collapsed
30535
30536 \begin_layout Plain Layout
30537
30538
30539 \backslash
30540 spce 
30541 \end_layout
30542
30543 \end_inset
30544
30545 何とかかんとか
30546 \series default
30547 というコマンドを使うと、星印は表現の周りの括弧を抑制するので、以下のようになります。
30548 \begin_inset Formula 
30549 \[
30550 A+B=C\tag*{something}
30551 \]
30552
30553 \end_inset
30554
30555
30556 \end_layout
30557
30558 \begin_layout Standard
30559 \begin_inset VSpace bigskip
30560 \end_inset
30561
30562 数式番号を、文書中の新しい部門や節ごとに振りなおしたいときには、部に関しては
30563 \begin_inset Newline newline
30564 \end_inset
30565
30566
30567 \series bold
30568
30569 \backslash
30570 @addtoreset{equation}{part}
30571 \series default
30572
30573 \begin_inset Index idx
30574 status collapsed
30575
30576 \begin_layout Plain Layout
30577 こまんど@コマンド ! 
30578 \begin_inset ERT
30579 status collapsed
30580
30581 \begin_layout Plain Layout
30582
30583 "
30584 \end_layout
30585
30586 \end_inset
30587
30588 @
30589 \begin_inset ERT
30590 status collapsed
30591
30592 \begin_layout Plain Layout
30593
30594 "
30595 \end_layout
30596
30597 \end_inset
30598
30599  ! 
30600 \backslash
30601
30602 \begin_inset ERT
30603 status collapsed
30604
30605 \begin_layout Plain Layout
30606
30607 "
30608 \end_layout
30609
30610 \end_inset
30611
30612 @
30613 \begin_inset ERT
30614 status collapsed
30615
30616 \begin_layout Plain Layout
30617
30618 "
30619 \end_layout
30620
30621 \end_inset
30622
30623 addtoreset
30624 \end_layout
30625
30626 \end_inset
30627
30628
30629 \begin_inset Newline newline
30630 \end_inset
30631
30632 節に関しては
30633 \begin_inset Newline newline
30634 \end_inset
30635
30636
30637 \series bold
30638
30639 \backslash
30640 @addtoreset{equation}{section}
30641 \begin_inset Newline newline
30642 \end_inset
30643
30644
30645 \series default
30646 というコマンドを使います。
30647 \end_layout
30648
30649 \begin_layout Standard
30650 これらのコマンドをTeXモードで使えるようにするためには、
30651 \series bold
30652
30653 \backslash
30654 makeatletter
30655 \series default
30656 コマンドで「@」字をLaTeX中で「有効」にしてやらなくてはなりません。一方、
30657 \series bold
30658
30659 \backslash
30660 makeatother
30661 \series default
30662 コマンドはこれを無効にします。したがって、TeXモード中での上記コマンド列は、
30663 \end_layout
30664
30665 \begin_layout Standard
30666
30667 \series bold
30668
30669 \backslash
30670 makeatletter
30671 \begin_inset Newline newline
30672 \end_inset
30673
30674
30675 \backslash
30676 @addtoreset{equation}{section}
30677 \begin_inset Newline newline
30678 \end_inset
30679
30680
30681 \backslash
30682 makeatother
30683 \begin_inset Newline newline
30684 \end_inset
30685
30686
30687 \series default
30688 のようにならなくてはなりません。
30689 \end_layout
30690
30691 \begin_layout Standard
30692 LaTeXプリアンブル中では、
30693 \series bold
30694
30695 \backslash
30696 makeatletter
30697 \series default
30698
30699 \series bold
30700
30701 \backslash
30702 makeatother
30703 \series default
30704 は、LyXが内部的に自動で挿入するので省略してかまいません。
30705 \end_layout
30706
30707 \begin_layout Standard
30708
30709 \series bold
30710
30711 \backslash
30712 @addtoreset
30713 \series default
30714 を戻すには、まずLaTeXプリアンブル中に
30715 \end_layout
30716
30717 \begin_layout Standard
30718
30719 \series bold
30720
30721 \backslash
30722 usepackage{remreset}
30723 \end_layout
30724
30725 \begin_layout Standard
30726 という行を入れて、
30727 \series bold
30728 remreset.sty
30729 \series default
30730
30731 \begin_inset Foot
30732 status collapsed
30733
30734 \begin_layout Plain Layout
30735
30736 \series bold
30737 remreset
30738 \series default
30739 は、LaTeXパッケージの
30740 \series bold
30741 carlisle
30742 \series default
30743
30744 \begin_inset Index idx
30745 status collapsed
30746
30747 \begin_layout Plain Layout
30748 ぱっけーじ@パッケージ ! carlisle
30749 \end_layout
30750
30751 \end_inset
30752
30753 の一部として含まれており、LaTeX標準頒布版には含まれています。
30754 \end_layout
30755
30756 \end_inset
30757
30758
30759 \begin_inset Index idx
30760 status collapsed
30761
30762 \begin_layout Plain Layout
30763 ぱっけーじ@パッケージ ! remreset
30764 \end_layout
30765
30766 \end_inset
30767
30768 ファイルを読み込んでおかなくてはなりません。その後
30769 \begin_inset Newline newline
30770 \end_inset
30771
30772
30773 \series bold
30774
30775 \backslash
30776 @removefromreset
30777 \series default
30778
30779 \begin_inset Index idx
30780 status collapsed
30781
30782 \begin_layout Plain Layout
30783 こまんど@コマンド ! 
30784 \begin_inset ERT
30785 status collapsed
30786
30787 \begin_layout Plain Layout
30788
30789 "
30790 \end_layout
30791
30792 \end_inset
30793
30794 @
30795 \begin_inset ERT
30796 status collapsed
30797
30798 \begin_layout Plain Layout
30799
30800 "
30801 \end_layout
30802
30803 \end_inset
30804
30805  ! 
30806 \backslash
30807
30808 \begin_inset ERT
30809 status collapsed
30810
30811 \begin_layout Plain Layout
30812
30813 "
30814 \end_layout
30815
30816 \end_inset
30817
30818 @
30819 \begin_inset ERT
30820 status collapsed
30821
30822 \begin_layout Plain Layout
30823
30824 "
30825 \end_layout
30826
30827 \end_inset
30828
30829 removefromreset
30830 \end_layout
30831
30832 \end_inset
30833
30834 コマンドを
30835 \series bold
30836
30837 \backslash
30838 @addtoreset
30839 \series default
30840 と同じ書式で使用すると、
30841 \series bold
30842
30843 \backslash
30844 @addtoreset
30845 \series default
30846 を戻すことができます。
30847 \end_layout
30848
30849 \begin_layout Standard
30850 \begin_inset VSpace bigskip
30851 \end_inset
30852
30853 ときには、数式を
30854 \end_layout
30855
30856 \begin_layout Standard
30857
30858 \family typewriter
30859 (節番号.数式番号)
30860 \end_layout
30861
30862 \begin_layout Standard
30863 のような形で付番し、節ごとに数式番号を「1」から始めさせなくてはならないときがあります。
30864 \end_layout
30865
30866 \begin_layout Standard
30867 このような場合のために、
30868 \series bold
30869
30870 \backslash
30871 numberwithin
30872 \series default
30873
30874 \begin_inset Index idx
30875 status collapsed
30876
30877 \begin_layout Plain Layout
30878 こまんど@コマンド ! N ! 
30879 \backslash
30880 numberwithin
30881 \end_layout
30882
30883 \end_inset
30884
30885 というコマンドがあり、
30886 \end_layout
30887
30888 \begin_layout Standard
30889
30890 \series bold
30891
30892 \backslash
30893 numberwithin{カウンタ}{節階層}
30894 \end_layout
30895
30896 \begin_layout Standard
30897 という書式で用います。「カウンタ」は、どの番号を制御するかを表し、「節階層」は点の前に何の番号を振るのかを表します。
30898 \end_layout
30899
30900 \begin_layout Standard
30901 したがって、ここではLaTeXプリアンブルかTeXコードで
30902 \end_layout
30903
30904 \begin_layout Standard
30905
30906 \series bold
30907
30908 \backslash
30909 numberwithin{equation}{section}
30910 \end_layout
30911
30912 \begin_layout Standard
30913 という行を用いることにしましょう。その結果がこれです。
30914 \begin_inset ERT
30915 status collapsed
30916
30917 \begin_layout Plain Layout
30918
30919
30920 \backslash
30921 numberwithin{equation}{section}
30922 \end_layout
30923
30924 \end_inset
30925
30926
30927 \begin_inset Formula 
30928 \begin{equation}
30929 A+B=C
30930 \end{equation}
30931
30932 \end_inset
30933
30934
30935 \end_layout
30936
30937 \begin_layout Standard
30938 たとえば、部番号を節階層として使用して、表に付番を施すときには
30939 \begin_inset Newline newline
30940 \end_inset
30941
30942
30943 \series bold
30944
30945 \backslash
30946 numberwithin{table}{part}
30947 \series default
30948 を用います。
30949 \end_layout
30950
30951 \begin_layout Standard
30952 標準の付番方式に戻したいときや、この種の付番が文書クラスで定義されているときに、それを止めさせたい場合には、
30953 \end_layout
30954
30955 \begin_layout Standard
30956
30957 \series bold
30958
30959 \backslash
30960 renewcommand{
30961 \backslash
30962 theequation}{
30963 \backslash
30964 arabic{equation}}
30965 \begin_inset Index idx
30966 status collapsed
30967
30968 \begin_layout Plain Layout
30969 こまんど@コマンド ! A ! 
30970 \backslash
30971 arabic
30972 \end_layout
30973
30974 \end_inset
30975
30976
30977 \series default
30978
30979 \begin_inset ERT
30980 status collapsed
30981
30982 \begin_layout Plain Layout
30983
30984
30985 \backslash
30986 renewcommand{
30987 \backslash
30988 theequation}{
30989 \backslash
30990 arabic{equation}}
30991 \end_layout
30992
30993 \end_inset
30994
30995
30996 \series bold
30997
30998 \begin_inset Newline newline
30999 \end_inset
31000
31001
31002 \series default
31003 あるいは
31004 \series bold
31005
31006 \begin_inset Newline newline
31007 \end_inset
31008
31009
31010 \backslash
31011 renewcommand{
31012 \backslash
31013 thetable}{
31014 \backslash
31015 arabic{table}}
31016 \end_layout
31017
31018 \begin_layout Standard
31019 というコマンドをTeXコードとして入れるか、LaTeXプリアンブルに入れます。
31020 \series bold
31021
31022 \backslash
31023 numberwithin
31024 \series default
31025 は、内部的に上記で述べた
31026 \series bold
31027
31028 \backslash
31029 @addtoreset
31030 \series default
31031 コマンドを使用しているので、これも使用後は戻しておかなくてはなりません。
31032 \begin_inset ERT
31033 status collapsed
31034
31035 \begin_layout Plain Layout
31036
31037
31038 \backslash
31039 makeatletter
31040 \end_layout
31041
31042 \begin_layout Plain Layout
31043
31044
31045 \backslash
31046 @removefromreset{equation}{section}
31047 \end_layout
31048
31049 \begin_layout Plain Layout
31050
31051
31052 \backslash
31053 makeatother
31054 \end_layout
31055
31056 \end_inset
31057
31058
31059 \end_layout
31060
31061 \begin_layout Subsection
31062 ローマ数字や文字を使った付番
31063 \begin_inset Index idx
31064 status collapsed
31065
31066 \begin_layout Plain Layout
31067 すうしきばんごう@数式番号 ! もじをつかった@文字を使った
31068 \end_layout
31069
31070 \end_inset
31071
31072
31073 \begin_inset Index idx
31074 status collapsed
31075
31076 \begin_layout Plain Layout
31077 すうしきばんごう@数式番号 ! ろーますうじをつかった@ローマ数字を使った
31078 \end_layout
31079
31080 \end_inset
31081
31082
31083 \end_layout
31084
31085 \begin_layout Standard
31086 数式は、ローマ数字やラテン文字を使って付番することもできます。たとえば、小文字のローマ数字を使って付番するには、数式の前にTeXモードで
31087 \end_layout
31088
31089 \begin_layout Standard
31090
31091 \series bold
31092
31093 \backslash
31094 renewcommand{
31095 \backslash
31096 theequation}{
31097 \backslash
31098 roman{equation}}
31099 \end_layout
31100
31101 \begin_layout Standard
31102 というコマンドを入れます。
31103 \series bold
31104
31105 \backslash
31106 renewcommand
31107 \series default
31108
31109 \begin_inset Index idx
31110 status collapsed
31111
31112 \begin_layout Plain Layout
31113 こまんど@コマンド ! R ! 
31114 \backslash
31115 renewcommand
31116 \end_layout
31117
31118 \end_inset
31119
31120 は、定義済みのコマンド
31121 \series bold
31122
31123 \backslash
31124 theequation
31125 \series default
31126 をコマンド
31127 \series bold
31128
31129 \backslash
31130 roman{equation}
31131 \series default
31132 に再定義します
31133 \begin_inset Foot
31134 status collapsed
31135
31136 \begin_layout Plain Layout
31137
31138 \series bold
31139
31140 \backslash
31141 renewcommand
31142 \series default
31143 コマンドは、第
31144 \begin_inset CommandInset ref
31145 LatexCommand ref
31146 reference "sub:newcommandコマンド"
31147
31148 \end_inset
31149
31150 節に述べられている
31151 \series bold
31152
31153 \backslash
31154 newcommand
31155 \series default
31156 コマンドと同じ書式を持ちます。
31157 \end_layout
31158
31159 \end_inset
31160
31161 。ここで、
31162 \series bold
31163 equation
31164 \series default
31165 は数式カウンタです。コマンド
31166 \series bold
31167
31168 \backslash
31169 the
31170 \series default
31171 をカウンタの接頭辞として使用すると、カウンタの値がアラビア数字として出力されます。数式に番号を振ると、LaTeXは、内部的に
31172 \series bold
31173
31174 \backslash
31175 theequation
31176 \series default
31177 コマンドを数式の後ろに置くのです。
31178 \series bold
31179
31180 \backslash
31181 roman{equation}
31182 \begin_inset Index idx
31183 status collapsed
31184
31185 \begin_layout Plain Layout
31186 こまんど@コマンド ! R ! 
31187 \backslash
31188 roman
31189 \end_layout
31190
31191 \end_inset
31192
31193
31194 \series default
31195 は、カウンタを小文字のローマ数字として出力します。
31196 \end_layout
31197
31198 \begin_layout Standard
31199 こうして、
31200 \series bold
31201
31202 \backslash
31203 renew
31204 \series default
31205 c
31206 \series bold
31207 ommand
31208 \series default
31209 コマンド以降の数式はすべて、ローマ数字で付番されるようになります。大文字のローマ数字での付番に切り替えたいときは、同じコマンドの
31210 \series bold
31211
31212 \backslash
31213 roman
31214 \series default
31215 の部分を
31216 \series bold
31217
31218 \backslash
31219 Roman
31220 \series default
31221
31222 \begin_inset Index idx
31223 status collapsed
31224
31225 \begin_layout Plain Layout
31226 こまんど@コマンド ! R ! 
31227 \backslash
31228 roman@
31229 \backslash
31230 Roman
31231 \end_layout
31232
31233 \end_inset
31234
31235 に変えて挿入します。また、小文字ラテン文字を使って「付番」したいときのために、
31236 \series bold
31237
31238 \backslash
31239 alph
31240 \series default
31241
31242 \begin_inset Index idx
31243 status collapsed
31244
31245 \begin_layout Plain Layout
31246 こまんど@コマンド ! A ! 
31247 \backslash
31248 alph
31249 \end_layout
31250
31251 \end_inset
31252
31253 コマンドがあり、大文字ラテン文字を使って付番したいときのためには、
31254 \series bold
31255
31256 \backslash
31257 Alph
31258 \series default
31259
31260 \begin_inset Index idx
31261 status collapsed
31262
31263 \begin_layout Plain Layout
31264 こまんど@コマンド ! A ! 
31265 \backslash
31266 alph@
31267 \backslash
31268 Alph
31269 \end_layout
31270
31271 \end_inset
31272
31273 コマンドがあります。
31274 \end_layout
31275
31276 \begin_layout Standard
31277 \begin_inset Note Greyedout
31278 status open
31279
31280 \begin_layout Plain Layout
31281
31282 \series bold
31283 【註】
31284 \series default
31285 ラテン文字を使うと、一つの文書の中で、最大26個の数式しか番号を振ることができません。
31286 \end_layout
31287
31288 \end_inset
31289
31290
31291 \end_layout
31292
31293 \begin_layout Standard
31294 \begin_inset ERT
31295 status collapsed
31296
31297 \begin_layout Plain Layout
31298
31299
31300 \backslash
31301 renewcommand{
31302 \backslash
31303 theequation}{
31304 \backslash
31305 roman{equation}}
31306 \end_layout
31307
31308 \end_inset
31309
31310
31311 \end_layout
31312
31313 \begin_layout Standard
31314 \begin_inset Formula 
31315 \begin{equation}
31316 A=\textrm{小文字ローマ数字}
31317 \end{equation}
31318
31319 \end_inset
31320
31321
31322 \begin_inset ERT
31323 status collapsed
31324
31325 \begin_layout Plain Layout
31326
31327
31328 \backslash
31329 renewcommand{
31330 \backslash
31331 theequation}{
31332 \backslash
31333 Roman{equation}}
31334 \end_layout
31335
31336 \end_inset
31337
31338
31339 \begin_inset Formula 
31340 \begin{equation}
31341 B=\textrm{大文字ローマ数字}\label{eq:Rom}
31342 \end{equation}
31343
31344 \end_inset
31345
31346
31347 \begin_inset ERT
31348 status collapsed
31349
31350 \begin_layout Plain Layout
31351
31352
31353 \backslash
31354 renewcommand{
31355 \backslash
31356 theequation}{
31357 \backslash
31358 alph{equation}}
31359 \end_layout
31360
31361 \end_inset
31362
31363
31364 \begin_inset Formula 
31365 \begin{equation}
31366 C=\textrm{小文字ラテン文字}
31367 \end{equation}
31368
31369 \end_inset
31370
31371
31372 \begin_inset ERT
31373 status collapsed
31374
31375 \begin_layout Plain Layout
31376
31377
31378 \backslash
31379 renewcommand{
31380 \backslash
31381 theequation}{
31382 \backslash
31383 Alph{equation}}
31384 \end_layout
31385
31386 \end_inset
31387
31388
31389 \begin_inset Formula 
31390 \begin{equation}
31391 D=\textrm{大文字ラテン文字}\label{eq:Lat}
31392 \end{equation}
31393
31394 \end_inset
31395
31396
31397 \end_layout
31398
31399 \begin_layout Standard
31400 既定の付番方式に戻すには、以下のコマンドを挿入してください。
31401 \end_layout
31402
31403 \begin_layout Standard
31404
31405 \series bold
31406
31407 \backslash
31408 renewcommand{
31409 \backslash
31410 theequation}{
31411 \backslash
31412 arabic{equation}}
31413 \begin_inset Index idx
31414 status collapsed
31415
31416 \begin_layout Plain Layout
31417 こまんど@コマンド ! A ! 
31418 \backslash
31419 arabic
31420 \end_layout
31421
31422 \end_inset
31423
31424
31425 \end_layout
31426
31427 \begin_layout Standard
31428 \begin_inset ERT
31429 status collapsed
31430
31431 \begin_layout Plain Layout
31432
31433
31434 \backslash
31435 renewcommand{
31436 \backslash
31437 theequation}{
31438 \backslash
31439 arabic{equation}}
31440 \end_layout
31441
31442 \end_inset
31443
31444
31445 \begin_inset Formula 
31446 \begin{equation}
31447 E=\textrm{アラビア数字}
31448 \end{equation}
31449
31450 \end_inset
31451
31452
31453 \end_layout
31454
31455 \begin_layout Standard
31456 \begin_inset VSpace medskip
31457 \end_inset
31458
31459 以上からわかるとおり、付番様式の違いに関わらず、数式番号は連番で振られます。様式変更時に「1」から番号が始まるようにするためには、新しい数式カウンタを定義しなく
31460 てはなりません。この点に関する説明は、ファイル
31461 \begin_inset CommandInset href
31462 LatexCommand href
31463 name "Formula-numbering.lyx"
31464 target "run:Formula-numbering.lyx"
31465
31466 \end_inset
31467
31468 にあります。
31469 \end_layout
31470
31471 \begin_layout Section
31472 化学記号と化学式
31473 \begin_inset CommandInset label
31474 LatexCommand label
31475 name "sub:化学記号と化学式"
31476
31477 \end_inset
31478
31479
31480 \begin_inset Index idx
31481 status collapsed
31482
31483 \begin_layout Plain Layout
31484 かがくきごう@化学記号 ! きごう@記号
31485 \end_layout
31486
31487 \end_inset
31488
31489
31490 \begin_inset Index idx
31491 status collapsed
31492
31493 \begin_layout Plain Layout
31494 かがくしき@化学式
31495 \end_layout
31496
31497 \end_inset
31498
31499
31500 \begin_inset Index idx
31501 status collapsed
31502
31503 \begin_layout Plain Layout
31504 きごう@記号 ! かがく@化学
31505 \end_layout
31506
31507 \end_inset
31508
31509
31510 \end_layout
31511
31512 \begin_layout Standard
31513 以下は、化学関係の文章の例です。
31514 \end_layout
31515
31516 \begin_layout Quote
31517 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
31518 \end_inset
31519
31520 イオンは、2つの
31521 \begin_inset Formula $\mathrm{Na^{+}}$
31522 \end_inset
31523
31524 イオンと反応して、硫酸化塩
31525 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
31526 \end_inset
31527
31528 を形成します。この化学式は以下のようになります。
31529 \begin_inset Formula 
31530 \begin{equation}
31531 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chem-reaction}
31532 \end{equation}
31533
31534 \end_inset
31535
31536
31537 \end_layout
31538
31539 \begin_layout Standard
31540 この化学式は、直接数式として作成することができます。記号がイタリック体として表示されることを防ぐには、全体を選択してから
31541 \begin_inset Flex Ruby
31542 status collapsed
31543
31544 \begin_layout Plain Layout
31545 捷径
31546 \begin_inset Argument post:1
31547 status collapsed
31548
31549 \begin_layout Plain Layout
31550 ショートカット
31551 \end_layout
31552
31553 \end_inset
31554
31555
31556 \end_layout
31557
31558 \end_inset
31559
31560
31561 \begin_inset Info
31562 type  "shortcut"
31563 arg   "font-roman"
31564 \end_inset
31565
31566 を押せば、アップライトフォント様式に変更することができます
31567 \begin_inset Foot
31568 status collapsed
31569
31570 \begin_layout Plain Layout
31571 フォント様式に関しては、第
31572 \begin_inset CommandInset ref
31573 LatexCommand ref
31574 reference "sub:書体様式"
31575
31576 \end_inset
31577
31578 節を参照のこと。
31579 \end_layout
31580
31581 \end_inset
31582
31583
31584 \end_layout
31585
31586 \begin_layout Standard
31587 化学式を組版するのにもう少し便利な方法は、LaTeXパッケージ
31588 \series bold
31589 mhchem
31590 \series default
31591
31592 \begin_inset Index idx
31593 status collapsed
31594
31595 \begin_layout Plain Layout
31596 ぱっけーじ@パッケージ ! mhchem
31597 \end_layout
31598
31599 \end_inset
31600
31601 が導入されているときに使用することができる
31602 \series bold
31603
31604 \backslash
31605 ce
31606 \series default
31607
31608 \begin_inset Index idx
31609 status collapsed
31610
31611 \begin_layout Plain Layout
31612 こまんど@コマンド ! C ! 
31613 \backslash
31614 ce
31615 \end_layout
31616
31617 \end_inset
31618
31619 コマンドを使用することです。
31620 \series bold
31621
31622 \backslash
31623 ce
31624 \series default
31625 を数式に入力すると、新しい青いボックスが現れ、直感的に化学式を入力することができます。
31626 \end_layout
31627
31628 \begin_layout Standard
31629 \align center
31630 \begin_inset Tabular
31631 <lyxtabular version="3" rows="9" columns="2">
31632 <features rotate="0" tabularvalignment="middle">
31633 <column alignment="center" valignment="top">
31634 <column alignment="center" valignment="top">
31635 <row>
31636 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31637 \begin_inset Text
31638
31639 \begin_layout Plain Layout
31640 コマンド
31641 \end_layout
31642
31643 \end_inset
31644 </cell>
31645 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31646 \begin_inset Text
31647
31648 \begin_layout Plain Layout
31649 出力
31650 \begin_inset Note Note
31651 status collapsed
31652
31653 \begin_layout Plain Layout
31654
31655 \series bold
31656
31657 \backslash
31658 raisebox
31659 \series default
31660 はスペーサーとしてのみ使用されています。
31661 \end_layout
31662
31663 \end_inset
31664
31665
31666 \end_layout
31667
31668 \end_inset
31669 </cell>
31670 </row>
31671 <row>
31672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31673 \begin_inset Text
31674
31675 \begin_layout Plain Layout
31676
31677 \backslash
31678 ce
31679 \begin_inset ERT
31680 status collapsed
31681
31682 \begin_layout Plain Layout
31683
31684
31685 \backslash
31686 spce 
31687 \end_layout
31688
31689 \end_inset
31690
31691 H2CO3
31692 \end_layout
31693
31694 \end_inset
31695 </cell>
31696 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31697 \begin_inset Text
31698
31699 \begin_layout Plain Layout
31700 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$
31701 \end_inset
31702
31703
31704 \end_layout
31705
31706 \end_inset
31707 </cell>
31708 </row>
31709 <row>
31710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31711 \begin_inset Text
31712
31713 \begin_layout Plain Layout
31714
31715 \backslash
31716 ce
31717 \begin_inset ERT
31718 status collapsed
31719
31720 \begin_layout Plain Layout
31721
31722
31723 \backslash
31724 spce 
31725 \end_layout
31726
31727 \end_inset
31728
31729 SO4^2-
31730 \end_layout
31731
31732 \end_inset
31733 </cell>
31734 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31735 \begin_inset Text
31736
31737 \begin_layout Plain Layout
31738 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$
31739 \end_inset
31740
31741
31742 \end_layout
31743
31744 \end_inset
31745 </cell>
31746 </row>
31747 <row>
31748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31749 \begin_inset Text
31750
31751 \begin_layout Plain Layout
31752
31753 \backslash
31754 ce
31755 \begin_inset ERT
31756 status collapsed
31757
31758 \begin_layout Plain Layout
31759
31760
31761 \backslash
31762 spce 
31763 \end_layout
31764
31765 \end_inset
31766
31767 (NH4)2S
31768 \end_layout
31769
31770 \end_inset
31771 </cell>
31772 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31773 \begin_inset Text
31774
31775 \begin_layout Plain Layout
31776 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$
31777 \end_inset
31778
31779
31780 \end_layout
31781
31782 \end_inset
31783 </cell>
31784 </row>
31785 <row>
31786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31787 \begin_inset Text
31788
31789 \begin_layout Plain Layout
31790
31791 \backslash
31792 ce
31793 \begin_inset ERT
31794 status collapsed
31795
31796 \begin_layout Plain Layout
31797
31798
31799 \backslash
31800 spce 
31801 \end_layout
31802
31803 \end_inset
31804
31805 KCr(SO4)2.12H2O
31806 \end_layout
31807
31808 \end_inset
31809 </cell>
31810 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31811 \begin_inset Text
31812
31813 \begin_layout Plain Layout
31814 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
31815 \end_inset
31816
31817
31818 \end_layout
31819
31820 \end_inset
31821 </cell>
31822 </row>
31823 <row>
31824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31825 \begin_inset Text
31826
31827 \begin_layout Plain Layout
31828
31829 \backslash
31830 ce
31831 \begin_inset ERT
31832 status collapsed
31833
31834 \begin_layout Plain Layout
31835
31836
31837 \backslash
31838 spce 
31839 \end_layout
31840
31841 \end_inset
31842
31843 A-B
31844 \backslash
31845 dbond
31846 \begin_inset ERT
31847 status collapsed
31848
31849 \begin_layout Plain Layout
31850
31851
31852 \backslash
31853 spce 
31854 \end_layout
31855
31856 \end_inset
31857
31858 C
31859 \backslash
31860 tbond
31861 \begin_inset ERT
31862 status collapsed
31863
31864 \begin_layout Plain Layout
31865
31866
31867 \backslash
31868 spce 
31869 \end_layout
31870
31871 \end_inset
31872
31873 D
31874 \end_layout
31875
31876 \end_inset
31877 </cell>
31878 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31879 \begin_inset Text
31880
31881 \begin_layout Plain Layout
31882 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
31883 \end_inset
31884
31885
31886 \end_layout
31887
31888 \end_inset
31889 </cell>
31890 </row>
31891 <row>
31892 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31893 \begin_inset Text
31894
31895 \begin_layout Plain Layout
31896
31897 \backslash
31898 ce
31899 \begin_inset ERT
31900 status collapsed
31901
31902 \begin_layout Plain Layout
31903
31904
31905 \backslash
31906 spce 
31907 \end_layout
31908
31909 \end_inset
31910
31911 ^227
31912 \begin_inset Formula $\downarrow$
31913 \end_inset
31914
31915 _90
31916 \begin_inset Formula $\to$
31917 \end_inset
31918
31919 Th+
31920 \end_layout
31921
31922 \end_inset
31923 </cell>
31924 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31925 \begin_inset Text
31926
31927 \begin_layout Plain Layout
31928 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
31929 \end_inset
31930
31931
31932 \end_layout
31933
31934 \end_inset
31935 </cell>
31936 </row>
31937 <row>
31938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31939 \begin_inset Text
31940
31941 \begin_layout Plain Layout
31942
31943 \backslash
31944 ce
31945 \begin_inset ERT
31946 status collapsed
31947
31948 \begin_layout Plain Layout
31949
31950
31951 \backslash
31952 spce 
31953 \end_layout
31954
31955 \end_inset
31956
31957 CO2
31958 \begin_inset ERT
31959 status collapsed
31960
31961 \begin_layout Plain Layout
31962
31963
31964 \backslash
31965 spce 
31966 \end_layout
31967
31968 \end_inset
31969
31970 +
31971 \begin_inset ERT
31972 status collapsed
31973
31974 \begin_layout Plain Layout
31975
31976
31977 \backslash
31978 spce 
31979 \end_layout
31980
31981 \end_inset
31982
31983 C
31984 \begin_inset ERT
31985 status collapsed
31986
31987 \begin_layout Plain Layout
31988
31989
31990 \backslash
31991 spce 
31992 \end_layout
31993
31994 \end_inset
31995
31996 <=>
31997 \begin_inset ERT
31998 status collapsed
31999
32000 \begin_layout Plain Layout
32001
32002
32003 \backslash
32004 spce 
32005 \end_layout
32006
32007 \end_inset
32008
32009 2CO
32010 \end_layout
32011
32012 \end_inset
32013 </cell>
32014 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32015 \begin_inset Text
32016
32017 \begin_layout Plain Layout
32018 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$
32019 \end_inset
32020
32021
32022 \end_layout
32023
32024 \end_inset
32025 </cell>
32026 </row>
32027 <row>
32028 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32029 \begin_inset Text
32030
32031 \begin_layout Plain Layout
32032
32033 \backslash
32034 ce
32035 \begin_inset ERT
32036 status collapsed
32037
32038 \begin_layout Plain Layout
32039
32040
32041 \backslash
32042 spce 
32043 \end_layout
32044
32045 \end_inset
32046
32047 CO2
32048 \begin_inset ERT
32049 status collapsed
32050
32051 \begin_layout Plain Layout
32052
32053
32054 \backslash
32055 spce 
32056 \end_layout
32057
32058 \end_inset
32059
32060 +
32061 \begin_inset ERT
32062 status collapsed
32063
32064 \begin_layout Plain Layout
32065
32066
32067 \backslash
32068 spce 
32069 \end_layout
32070
32071 \end_inset
32072
32073 C
32074 \begin_inset ERT
32075 status collapsed
32076
32077 \begin_layout Plain Layout
32078
32079
32080 \backslash
32081 spce 
32082 \end_layout
32083
32084 \end_inset
32085
32086 ->[
32087 \backslash
32088 alpha][
32089 \backslash
32090 beta]
32091 \begin_inset ERT
32092 status collapsed
32093
32094 \begin_layout Plain Layout
32095
32096
32097 \backslash
32098 spce 
32099 \end_layout
32100
32101 \end_inset
32102
32103 2CO}
32104 \end_layout
32105
32106 \end_inset
32107 </cell>
32108 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32109 \begin_inset Text
32110
32111 \begin_layout Plain Layout
32112 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
32113 \end_inset
32114
32115
32116 \end_layout
32117
32118 \end_inset
32119 </cell>
32120 </row>
32121 </lyxtabular>
32122
32123 \end_inset
32124
32125
32126 \end_layout
32127
32128 \begin_layout Standard
32129 \begin_inset Note Greyedout
32130 status open
32131
32132 \begin_layout Plain Layout
32133
32134 \series bold
32135 【註】
32136 \backslash
32137 ce
32138 \series default
32139 ボックスに数式を入れようとすると、LaTeXエラーが発生します。このような場合には、
32140 \series bold
32141
32142 \backslash
32143 ce{$
32144 \backslash
32145 mu
32146 \backslash
32147 hyphen$Cl}
32148 \series default
32149 (
32150 \begin_inset ERT
32151 status collapsed
32152
32153 \begin_layout Plain Layout
32154
32155
32156 \backslash
32157 ce{$
32158 \backslash
32159 mu
32160 \backslash
32161 hyphen$Cl}
32162 \end_layout
32163
32164 \end_inset
32165
32166 )のようにTeXコードを使わなくてはなりません。
32167 \end_layout
32168
32169 \end_inset
32170
32171
32172 \end_layout
32173
32174 \begin_layout Standard
32175
32176 \series bold
32177
32178 \backslash
32179 ce
32180 \series default
32181 を使うと
32182 \begin_inset CommandInset ref
32183 LatexCommand eqref
32184 reference "eq:chem-reaction"
32185
32186 \end_inset
32187
32188 式のコマンドは
32189 \begin_inset Newline newline
32190 \end_inset
32191
32192
32193 \series bold
32194  
32195 \backslash
32196 ce
32197 \begin_inset ERT
32198 status collapsed
32199
32200 \begin_layout Plain Layout
32201
32202
32203 \backslash
32204 spce 
32205 \end_layout
32206
32207 \end_inset
32208
32209 2Na+
32210 \begin_inset ERT
32211 status collapsed
32212
32213 \begin_layout Plain Layout
32214
32215
32216 \backslash
32217 spce 
32218 \end_layout
32219
32220 \end_inset
32221
32222 +
32223 \begin_inset ERT
32224 status collapsed
32225
32226 \begin_layout Plain Layout
32227
32228
32229 \backslash
32230 spce 
32231 \end_layout
32232
32233 \end_inset
32234
32235 SO4^2-
32236 \begin_inset ERT
32237 status collapsed
32238
32239 \begin_layout Plain Layout
32240
32241
32242 \backslash
32243 spce 
32244 \end_layout
32245
32246 \end_inset
32247
32248
32249 \begin_inset ERT
32250 status collapsed
32251
32252 \begin_layout Plain Layout
32253
32254
32255 \backslash
32256 spce 
32257 \end_layout
32258
32259 \end_inset
32260
32261 ->
32262 \begin_inset ERT
32263 status collapsed
32264
32265 \begin_layout Plain Layout
32266
32267
32268 \backslash
32269 spce 
32270 \end_layout
32271
32272 \end_inset
32273
32274 Na2SO4
32275 \begin_inset Newline newline
32276 \end_inset
32277
32278
32279 \series default
32280 のようになります。
32281 \end_layout
32282
32283 \begin_layout Standard
32284 複数行の化学式を作るには、第
32285 \begin_inset CommandInset ref
32286 LatexCommand ref
32287 reference "sec:多行数式"
32288
32289 \end_inset
32290
32291 節に述べられている方法で、多行数式をまず作ります。その後、数式の小さな青いボックスそれぞれに
32292 \series bold
32293
32294 \backslash
32295 ce
32296 \series default
32297 コマンドを使用します。
32298 \begin_inset CommandInset ref
32299 LatexCommand eqref
32300 reference "eq:TEOS-reaction-1"
32301
32302 \end_inset
32303
32304 式と
32305 \begin_inset CommandInset ref
32306 LatexCommand eqref
32307 reference "eq:TEOS-reaction-2"
32308
32309 \end_inset
32310
32311 式は、多段化学反応式の例で、一つの式毎に番号が振られています。
32312 \begin_inset Formula 
32313 \begin{eqnarray}
32314 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reaction-1}\\
32315 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reaction-2}
32316 \end{eqnarray}
32317
32318 \end_inset
32319
32320
32321 \end_layout
32322
32323 \begin_layout Standard
32324
32325 \series bold
32326 mhchem
32327 \series default
32328 パッケージは、
32329 \series bold
32330
32331 \backslash
32332 ce
32333 \series default
32334 の他に、特殊ケースに使用する
32335 \series bold
32336
32337 \backslash
32338 cf
32339 \series default
32340
32341 \begin_inset Index idx
32342 status collapsed
32343
32344 \begin_layout Plain Layout
32345 こまんど@コマンド ! C ! 
32346 \backslash
32347 cf
32348 \end_layout
32349
32350 \end_inset
32351
32352 コマンドを提供しています。
32353 \series bold
32354
32355 \backslash
32356 cf
32357 \series default
32358 の詳しい情報と例示については、
32359 \series bold
32360 mhchem
32361 \series default
32362
32363 \begin_inset CommandInset citation
32364 LatexCommand cite
32365 key "mhchem"
32366
32367 \end_inset
32368
32369 の取扱説明書をご覧ください。
32370 \end_layout
32371
32372 \begin_layout Section
32373 図解
32374 \end_layout
32375
32376 \begin_layout Standard
32377 LyXは、二つの型の可換図
32378 \series bold
32379 amscd
32380 \series default
32381 および
32382 \series bold
32383 xymatrix
32384 \series default
32385 をサポートしており、以下でこれらの説明をします。
32386 \end_layout
32387
32388 \begin_layout Subsection
32389 amscd図解
32390 \begin_inset Index idx
32391 status collapsed
32392
32393 \begin_layout Plain Layout
32394 ずかい@図解 ! amscd
32395 \end_layout
32396
32397 \end_inset
32398
32399
32400 \end_layout
32401
32402 \begin_layout Standard
32403 この型の図解は、以下のように、関係を縦横の線や矢印で図示します。
32404 \begin_inset Formula 
32405 \[
32406 \begin{CD}A@>>>B@>>>C\\
32407 @AAA@.@VVV\\
32408 F@<<<E@<<<D
32409 \end{CD}
32410 \]
32411
32412 \end_inset
32413
32414
32415 \end_layout
32416
32417 \begin_layout Standard
32418 これを作るには、数式に
32419 \series bold
32420
32421 \backslash
32422 CD
32423 \begin_inset Index idx
32424 status collapsed
32425
32426 \begin_layout Plain Layout
32427 こまんど@コマンド ! C ! 
32428 \backslash
32429 CD
32430 \end_layout
32431
32432 \end_inset
32433
32434
32435 \series default
32436 コマンドを挿入します。二つの点線に囲まれた青枠が現れるので、ここにコマンドを入れていきます。
32437 \begin_inset Info
32438 type  "shortcut"
32439 arg   "newline-insert newline"
32440 \end_inset
32441
32442 を押すと、新しい行が作られます。水平方向の関係は奇数行に入れ、垂直方向の関係は偶数行に入れます。
32443 \end_layout
32444
32445 \begin_layout Standard
32446 関係を作るには、以下のコマンドがあります。
32447 \end_layout
32448
32449 \begin_layout Itemize
32450 \begin_inset Formula $\boldsymbol{@<<<}$
32451 \end_inset
32452
32453 は左矢印、
32454 \begin_inset Formula $\boldsymbol{@>>>}$
32455 \end_inset
32456
32457 は右矢印、
32458 \series bold
32459 @=
32460 \series default
32461 は長い等号を生成します。
32462 \end_layout
32463
32464 \begin_layout Itemize
32465
32466 \series bold
32467 @AAA
32468 \series default
32469 は上矢印、
32470 \series bold
32471 @VVV
32472 \series default
32473 は下矢印、
32474 \begin_inset Formula $\boldsymbol{@|}$
32475 \end_inset
32476
32477 は縦向きの等号を生成します。
32478 \end_layout
32479
32480 \begin_layout Itemize
32481
32482 \series bold
32483 @.
32484 \series default
32485 は関係が存在しない部分に置きます。
32486 \end_layout
32487
32488 \begin_layout Standard
32489 矢印はすべて、以下のようにラベル付けをすることができます。
32490 \end_layout
32491
32492 \begin_layout Itemize
32493 文章を、第1と第2の「
32494 \begin_inset Formula $<$
32495 \end_inset
32496
32497 」ないし「
32498 \begin_inset Formula $>$
32499 \end_inset
32500
32501 」のあいだに入れると、この文章は矢印の上に表示されます。第2・第3の「
32502 \begin_inset Formula $<$
32503 \end_inset
32504
32505 」ないし「
32506 \begin_inset Formula $>$
32507 \end_inset
32508
32509 」のあいだに入れると、矢印の下に表示されます。
32510 \end_layout
32511
32512 \begin_layout Itemize
32513 縦矢印に付ける文章を、第1・第2の「A」ないし「V」のあいだに入れると、この文章は矢印の左に表示されます。第2・第3のもののあいだに入れると、矢印の右に表示され
32514 ます。文章中に「A」や「V」の文字があるときには、これらはTeX括弧の中に入れなくてはなりません。
32515 \end_layout
32516
32517 \begin_layout Standard
32518 以下は、上記のすべての関係を使った例です。
32519 \end_layout
32520
32521 \begin_layout Standard
32522 \begin_inset Formula 
32523 \[
32524 \begin{CD}A@>j>>B@>>k>C@=F\\
32525 @AmAA@.@VV{V}V@|\\
32526 D@<<j<E@>k>>F@=C
32527 \end{CD}
32528 \]
32529
32530 \end_inset
32531
32532
32533 \end_layout
32534
32535 \begin_layout Standard
32536 これを作るコマンドは、以下のとおりです。
32537 \begin_inset Newline newline
32538 \end_inset
32539
32540
32541 \series bold
32542
32543 \backslash
32544 CD
32545 \begin_inset ERT
32546 status collapsed
32547
32548 \begin_layout Plain Layout
32549
32550
32551 \backslash
32552 spce 
32553 \end_layout
32554
32555 \end_inset
32556
32557 A
32558 \begin_inset Formula $\boldsymbol{@>}$
32559 \end_inset
32560
32561 j
32562 \begin_inset Formula $\boldsymbol{>>}$
32563 \end_inset
32564
32565 B
32566 \begin_inset Formula $\boldsymbol{@>>}$
32567 \end_inset
32568
32569 k
32570 \begin_inset Formula $\boldsymbol{>}$
32571 \end_inset
32572
32573 C@=F Ctrl+Return
32574 \begin_inset Newline newline
32575 \end_inset
32576
32577
32578 \begin_inset Phantom HPhantom
32579 status open
32580
32581 \begin_layout Plain Layout
32582
32583 \series bold
32584
32585 \backslash
32586 CD
32587 \begin_inset ERT
32588 status collapsed
32589
32590 \begin_layout Plain Layout
32591
32592
32593 \backslash
32594 spce 
32595 \end_layout
32596
32597 \end_inset
32598
32599
32600 \end_layout
32601
32602 \end_inset
32603
32604 @AmAA@.@VV
32605 \backslash
32606 {V
32607 \series default
32608
32609 \begin_inset Formula $\to$
32610 \end_inset
32611
32612
32613 \series bold
32614 V
32615 \begin_inset Formula $\boldsymbol{@|}$
32616 \end_inset
32617
32618  Ctrl+Return
32619 \begin_inset Newline newline
32620 \end_inset
32621
32622
32623 \begin_inset Phantom HPhantom
32624 status open
32625
32626 \begin_layout Plain Layout
32627
32628 \series bold
32629
32630 \backslash
32631 CD
32632 \begin_inset ERT
32633 status collapsed
32634
32635 \begin_layout Plain Layout
32636
32637
32638 \backslash
32639 spce 
32640 \end_layout
32641
32642 \end_inset
32643
32644
32645 \end_layout
32646
32647 \end_inset
32648
32649 D
32650 \begin_inset Formula $\boldsymbol{@<<}$
32651 \end_inset
32652
32653 j
32654 \begin_inset Formula $\boldsymbol{<}$
32655 \end_inset
32656
32657 E
32658 \begin_inset Formula $\boldsymbol{@>}$
32659 \end_inset
32660
32661 k
32662 \begin_inset Formula $\boldsymbol{>>}$
32663 \end_inset
32664
32665 F@=C
32666 \end_layout
32667
32668 \begin_layout Subsection
32669 xymatrix図解
32670 \begin_inset Index idx
32671 status collapsed
32672
32673 \begin_layout Plain Layout
32674 ずかい@図解 ! xymatrix
32675 \end_layout
32676
32677 \end_inset
32678
32679
32680 \end_layout
32681
32682 \begin_layout Standard
32683 xymatricesを使うには、LaTeXパッケージの
32684 \series bold
32685 xypic
32686 \series default
32687 が導入済みである必要があります。xymatrixは、数式中に
32688 \series bold
32689
32690 \backslash
32691 xymatrix
32692 \series default
32693 コマンドを入れることで作ることができます。すると、通常の行列と同じようにして、列や行を付け加えることができます。第
32694 \begin_inset CommandInset ref
32695 LatexCommand ref
32696 reference "sec:行列"
32697
32698 \end_inset
32699
32700 節をご参照下さい。
32701 \end_layout
32702
32703 \begin_layout Standard
32704 amscd図解とは異なり、xymatricesは、対角矢印や曲がった矢印など多様なサポートをしています。作ることのできる可換図と装飾は、
32705 \family sans
32706 ヘルプ\SpecialChar \menuseparator
32707 用途別説明書\SpecialChar \menuseparator
32708 XY-pic説明書
32709 \family default
32710 メニューにある
32711 \emph on
32712 XY-pic説明書
32713 \emph default
32714 で詳しく網羅しています。
32715 \end_layout
32716
32717 \begin_layout Subsection
32718 ファインマン図
32719 \series medium
32720
32721 \begin_inset Index idx
32722 status collapsed
32723
32724 \begin_layout Plain Layout
32725 ずかい@図解 ! ファインマン
32726 \end_layout
32727
32728 \end_inset
32729
32730
32731 \end_layout
32732
32733 \begin_layout Standard
32734 ファインマン図を使うには、LaTeXパッケージ
32735 \series bold
32736 feyn
32737 \series default
32738 を導入しておかなくてはなりません。すると、ファインマン図は、数式中で
32739 \series bold
32740
32741 \backslash
32742 Diagram
32743 \series default
32744 コマンドを挿入すれば生成されます。通常の行列で行うのと同じようにして新規行や新規列を加えることができます(第
32745 \begin_inset CommandInset ref
32746 LatexCommand ref
32747 reference "sec:行列"
32748
32749 \end_inset
32750
32751 節参照)。
32752 \end_layout
32753
32754 \begin_layout Standard
32755 LyXでのファインマン図の作り方は、メニュー
32756 \family sans
32757 ヘルプ\SpecialChar \menuseparator
32758 用途別説明書
32759 \family default
32760 内の『
32761 \emph on
32762 ファインマン図
32763 \emph default
32764 』にあります。
32765 \end_layout
32766
32767 \begin_layout Section
32768 ユーザー定義コマンド
32769 \begin_inset Index idx
32770 status collapsed
32771
32772 \begin_layout Plain Layout
32773 ゆーざーていぎこまんど@ユーザー定義コマンド
32774 \end_layout
32775
32776 \end_inset
32777
32778
32779 \end_layout
32780
32781 \begin_layout Standard
32782 \begin_inset Note Greyedout
32783 status open
32784
32785 \begin_layout Plain Layout
32786 【註】ユーザー定義コマンド名及びマクロ名には、ラテン文字しか使用することができません。
32787 \end_layout
32788
32789 \end_inset
32790
32791
32792 \end_layout
32793
32794 \begin_layout Subsection
32795
32796 \backslash
32797 newcommandコマンド
32798 \begin_inset CommandInset label
32799 LatexCommand label
32800 name "sub:newcommandコマンド"
32801
32802 \end_inset
32803
32804
32805 \begin_inset Index idx
32806 status collapsed
32807
32808 \begin_layout Plain Layout
32809 ゆーざーていぎこまんど@ユーザー定義コマンド ! 
32810 \backslash
32811 newcommand
32812 \end_layout
32813
32814 \end_inset
32815
32816
32817 \begin_inset Index idx
32818 status collapsed
32819
32820 \begin_layout Plain Layout
32821 こまんど@コマンド ! N ! 
32822 \backslash
32823 newcommand
32824 \end_layout
32825
32826 \end_inset
32827
32828
32829 \end_layout
32830
32831 \begin_layout Standard
32832 頻繁に用いるには、長すぎるLaTeXコマンドはたくさんありますが、
32833 \series bold
32834
32835 \backslash
32836 newcommand
32837 \series default
32838 コマンドを使えば、新しい短縮コマンドを定義することが可能です。
32839 \end_layout
32840
32841 \begin_layout Standard
32842
32843 \series bold
32844
32845 \backslash
32846 newcommand
32847 \series default
32848 コマンドの書式は、
32849 \end_layout
32850
32851 \begin_layout Standard
32852
32853 \series bold
32854
32855 \backslash
32856 newcommand{新コマンド名}[引数の数][オプションの値]
32857 \begin_inset Newline newline
32858 \end_inset
32859
32860
32861 \begin_inset Phantom HPhantom
32862 status open
32863
32864 \begin_layout Plain Layout
32865
32866 \series bold
32867
32868 \backslash
32869 newcommand
32870 \end_layout
32871
32872 \end_inset
32873
32874 {コマンド定義}
32875 \end_layout
32876
32877 \begin_layout Standard
32878 です。
32879 \end_layout
32880
32881 \begin_layout Standard
32882 \begin_inset Note Greyedout
32883 status open
32884
32885 \begin_layout Plain Layout
32886
32887 \series bold
32888 【註】
32889 \series default
32890 新コマンド名が、使用中の文書や呼び出しているLaTeXパッケージで、既に使用されていないことを確認して下さい。たとえば、
32891 \series bold
32892
32893 \backslash
32894 Leftarrow
32895 \series default
32896 の短縮のつもりで
32897 \series bold
32898
32899 \backslash
32900 le
32901 \series default
32902 というコマンドを定義したとすると、
32903 \series bold
32904
32905 \backslash
32906 le
32907 \series default
32908 は既に「
32909 \begin_inset Formula $\le$
32910 \end_inset
32911
32912 」を表すコマンドとして定義されてしまっているので、エラーメッセージが表示されます。
32913 \end_layout
32914
32915 \end_inset
32916
32917
32918 \end_layout
32919
32920 \begin_layout Standard
32921 「引数の数」は、0
32922 \begin_inset space \thinspace{}
32923 \end_inset
32924
32925 -
32926 \begin_inset space \thinspace{}
32927 \end_inset
32928
32929 9の範囲の整数であり、新コマンドがいくつの引数をとるかを指定するものです。「オプションの値」では、非必須の引数の既定値を定義できます。これを指定すると、新コマン
32930 ドの
32931 \emph on
32932 最初の
32933 \emph default
32934 引数は、自動的に非必須の引数になります。
32935 \end_layout
32936
32937 \begin_layout Standard
32938 以下にいくつかの例を挙げます。
32939 \end_layout
32940
32941 \begin_layout Itemize
32942
32943 \series bold
32944
32945 \backslash
32946 Longrightarrow
32947 \series default
32948 の短縮形として
32949 \series bold
32950
32951 \backslash
32952 gr
32953 \series default
32954 というコマンドを定義するには、LaTeXプリアンブルに以下の行を加えます。
32955 \begin_inset VSpace medskip
32956 \end_inset
32957
32958
32959 \begin_inset Newline newline
32960 \end_inset
32961
32962
32963 \series bold
32964
32965 \backslash
32966 newcommand{
32967 \backslash
32968 gr}{
32969 \backslash
32970 Longrightarrow}
32971 \end_layout
32972
32973 \begin_layout Itemize
32974
32975 \series bold
32976
32977 \backslash
32978 underline
32979 \series default
32980 の短縮形として
32981 \series bold
32982
32983 \backslash
32984 us
32985 \series default
32986 というコマンドを定義するには、(下線を引くべき文字列を示す)引数を考慮に入れなくてはなりません。このためには、以下のようなプリアンブル行を入れます。
32987 \begin_inset VSpace medskip
32988 \end_inset
32989
32990
32991 \begin_inset Newline newline
32992 \end_inset
32993
32994
32995 \series bold
32996
32997 \backslash
32998 newcommand{
32999 \backslash
33000 us}[1]{
33001 \backslash
33002 underline{#1}}
33003 \series default
33004
33005 \begin_inset VSpace medskip
33006 \end_inset
33007
33008
33009 \begin_inset Newline newline
33010 \end_inset
33011
33012
33013 \series bold
33014 #
33015 \series default
33016 」という文字は、引数の入る場所を示し、その後ろの「
33017 \series bold
33018 1
33019 \series default
33020 」は、これが第1引数の入る場所であることを示します。
33021 \end_layout
33022
33023 \begin_layout Itemize
33024
33025 \series bold
33026
33027 \backslash
33028 framebox
33029 \series default
33030 の短縮形として、たとえば
33031 \series bold
33032
33033 \backslash
33034 fb
33035 \series default
33036 というコマンドを定義するには、
33037 \begin_inset VSpace medskip
33038 \end_inset
33039
33040
33041 \begin_inset Newline newline
33042 \end_inset
33043
33044
33045 \series bold
33046
33047 \backslash
33048 newcommand{
33049 \backslash
33050 fb}[3]{
33051 \backslash
33052 framebox#1#2{$#3$}}
33053 \series default
33054
33055 \begin_inset VSpace medskip
33056 \end_inset
33057
33058
33059 \begin_inset Newline newline
33060 \end_inset
33061
33062 二つのドルマークは、
33063 \series bold
33064
33065 \backslash
33066 framebox
33067 \series default
33068 が必要とする内部の数式を作り出します。第
33069 \begin_inset CommandInset ref
33070 LatexCommand ref
33071 reference "sub:縁付きボックス"
33072
33073 \end_inset
33074
33075 節をご参照下さい。
33076 \end_layout
33077
33078 \begin_layout Itemize
33079 ボックスの色を指定する必要がない
33080 \series bold
33081
33082 \backslash
33083 fcolorbox
33084 \series default
33085 用の新コマンドを作るには、以下のように、色を示す引数を非必須として定義します。
33086 \begin_inset VSpace medskip
33087 \end_inset
33088
33089
33090 \begin_inset Newline newline
33091 \end_inset
33092
33093
33094 \series bold
33095
33096 \backslash
33097 newcommand{
33098 \backslash
33099 cb}[3][white]{
33100 \backslash
33101 fcolorbox{#2}{#1}{$#3$}}
33102 \series default
33103
33104 \begin_inset VSpace medskip
33105 \end_inset
33106
33107
33108 \begin_inset Newline newline
33109 \end_inset
33110
33111
33112 \series bold
33113
33114 \backslash
33115 cb
33116 \series default
33117 を使うときに色が指定されなければ、事前に定義された色である
33118 \series bold
33119 white
33120 \series default
33121 が使用されます。
33122 \end_layout
33123
33124 \begin_layout Standard
33125 以下は、上で定義したコマンドの動作テストです。
33126 \end_layout
33127
33128 \begin_layout Standard
33129 \align center
33130 \begin_inset Tabular
33131 <lyxtabular version="3" rows="6" columns="2">
33132 <features rotate="0" tabularvalignment="middle">
33133 <column alignment="center" valignment="top">
33134 <column alignment="center" valignment="top">
33135 <row>
33136 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33137 \begin_inset Text
33138
33139 \begin_layout Plain Layout
33140 コマンド
33141 \end_layout
33142
33143 \end_inset
33144 </cell>
33145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33146 \begin_inset Text
33147
33148 \begin_layout Plain Layout
33149 出力
33150 \begin_inset Note Note
33151 status collapsed
33152
33153 \begin_layout Plain Layout
33154 ここで
33155 \series bold
33156
33157 \backslash
33158 raisebox
33159 \series default
33160 はスペーサーとして使用しているだけです。
33161 \end_layout
33162
33163 \end_inset
33164
33165
33166 \end_layout
33167
33168 \end_inset
33169 </cell>
33170 </row>
33171 <row>
33172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33173 \begin_inset Text
33174
33175 \begin_layout Plain Layout
33176 A
33177 \backslash
33178 gr
33179 \begin_inset ERT
33180 status collapsed
33181
33182 \begin_layout Plain Layout
33183
33184
33185 \backslash
33186 spce 
33187 \end_layout
33188
33189 \end_inset
33190
33191 B
33192 \end_layout
33193
33194 \end_inset
33195 </cell>
33196 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33197 \begin_inset Text
33198
33199 \begin_layout Plain Layout
33200 \begin_inset Formula $A\gr B$
33201 \end_inset
33202
33203
33204 \end_layout
33205
33206 \end_inset
33207 </cell>
33208 </row>
33209 <row>
33210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33211 \begin_inset Text
33212
33213 \begin_layout Plain Layout
33214
33215 \backslash
33216 us{ABcd
33217 \end_layout
33218
33219 \end_inset
33220 </cell>
33221 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33222 \begin_inset Text
33223
33224 \begin_layout Plain Layout
33225 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
33226 \end_inset
33227
33228
33229 \end_layout
33230
33231 \end_inset
33232 </cell>
33233 </row>
33234 <row>
33235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33236 \begin_inset Text
33237
33238 \begin_layout Plain Layout
33239
33240 \backslash
33241 fb{[2cm]
33242 \begin_inset Formula $\to$
33243 \end_inset
33244
33245
33246 \backslash
33247 {
33248 \begin_inset Formula $\to$
33249 \end_inset
33250
33251
33252 \backslash
33253 {
33254 \backslash
33255 int
33256 \begin_inset ERT
33257 status collapsed
33258
33259 \begin_layout Plain Layout
33260
33261
33262 \backslash
33263 spce 
33264 \end_layout
33265
33266 \end_inset
33267
33268 A=B
33269 \end_layout
33270
33271 \end_inset
33272 </cell>
33273 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33274 \begin_inset Text
33275
33276 \begin_layout Plain Layout
33277 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
33278 \end_inset
33279
33280
33281 \end_layout
33282
33283 \end_inset
33284 </cell>
33285 </row>
33286 <row>
33287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33288 \begin_inset Text
33289
33290 \begin_layout Plain Layout
33291
33292 \backslash
33293 cb{red
33294 \begin_inset Formula $\to$
33295 \end_inset
33296
33297
33298 \backslash
33299 {
33300 \backslash
33301 int
33302 \begin_inset ERT
33303 status collapsed
33304
33305 \begin_layout Plain Layout
33306
33307
33308 \backslash
33309 spce 
33310 \end_layout
33311
33312 \end_inset
33313
33314 A=B
33315 \end_layout
33316
33317 \end_inset
33318 </cell>
33319 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33320 \begin_inset Text
33321
33322 \begin_layout Plain Layout
33323 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
33324 \end_inset
33325
33326
33327 \end_layout
33328
33329 \end_inset
33330 </cell>
33331 </row>
33332 <row>
33333 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33334 \begin_inset Text
33335
33336 \begin_layout Plain Layout
33337
33338 \backslash
33339 cb[green]
33340 \backslash
33341 {red
33342 \begin_inset Formula $\to$
33343 \end_inset
33344
33345
33346 \backslash
33347 {
33348 \backslash
33349 int
33350 \begin_inset ERT
33351 status collapsed
33352
33353 \begin_layout Plain Layout
33354
33355
33356 \backslash
33357 spce 
33358 \end_layout
33359
33360 \end_inset
33361
33362 A=B
33363 \end_layout
33364
33365 \end_inset
33366 </cell>
33367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33368 \begin_inset Text
33369
33370 \begin_layout Plain Layout
33371 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
33372 \end_inset
33373
33374
33375 \end_layout
33376
33377 \end_inset
33378 </cell>
33379 </row>
33380 </lyxtabular>
33381
33382 \end_inset
33383
33384
33385 \end_layout
33386
33387 \begin_layout Subsection
33388 数式マクロ
33389 \begin_inset Index idx
33390 status collapsed
33391
33392 \begin_layout Plain Layout
33393 ゆーざーていぎこまんど@ユーザー定義コマンド ! すうしきまくろ@数式マクロ
33394 \end_layout
33395
33396 \end_inset
33397
33398
33399 \begin_inset Index idx
33400 status collapsed
33401
33402 \begin_layout Plain Layout
33403 まくろ@マクロ
33404 \end_layout
33405
33406 \end_inset
33407
33408
33409 \end_layout
33410
33411 \begin_layout Standard
33412 ユーザー定義コマンドは、複雑な表現を使うときに特に便利です。たとえば、文書中で二次方程式を扱っているとすると、同じような解の形が何度も出てきます。二次方程式の一
33413 般型は、
33414 \begin_inset Formula 
33415 \[
33416 0=\lambda^{2}+p\lambda+q
33417 \]
33418
33419 \end_inset
33420
33421 であり、その解の一般型は
33422 \begin_inset Formula 
33423 \[
33424 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
33425 \]
33426
33427 \end_inset
33428
33429
33430 \end_layout
33431
33432 \begin_layout Standard
33433 です。
33434 \begin_inset Formula $\lambda$
33435 \end_inset
33436
33437
33438 \begin_inset Formula $p$
33439 \end_inset
33440
33441
33442 \begin_inset Formula $q$
33443 \end_inset
33444
33445 の3つのパラメータを指定することが必須であり、
33446 \begin_inset Formula $\lambda$
33447 \end_inset
33448
33449 の指数をオプションとして与えることができるような、解の公式のコマンドを定義するには、以下のようなLaTeXプリアンブル行を加えます。
33450 \begin_inset Newline newline
33451 \end_inset
33452
33453
33454 \series bold
33455
33456 \backslash
33457 newcommand{
33458 \backslash
33459 qG}[4][1,
33460 \backslash
33461 ,2]{#2_{#1}=-
33462 \backslash
33463 frac{#3}{2}
33464 \backslash
33465 pm
33466 \begin_inset Newline newline
33467 \end_inset
33468
33469
33470 \begin_inset Phantom HPhantom
33471 status open
33472
33473 \begin_layout Plain Layout
33474
33475 \series bold
33476
33477 \backslash
33478 newcommand
33479 \end_layout
33480
33481 \end_inset
33482
33483
33484 \backslash
33485 sqrt{
33486 \backslash
33487 frac{#3^{2}}{4}-#4}}
33488 \end_layout
33489
33490 \begin_layout Standard
33491 これを使って解の公式を作るには、
33492 \begin_inset Newline newline
33493 \end_inset
33494
33495
33496 \series bold
33497
33498 \backslash
33499 qG{
33500 \backslash
33501 lambda
33502 \begin_inset Formula $\to$
33503 \end_inset
33504
33505
33506 \backslash
33507 {p
33508 \begin_inset Formula $\to$
33509 \end_inset
33510
33511
33512 \backslash
33513 {q
33514 \series default
33515 というコマンドを数式に入れます。
33516 \end_layout
33517
33518 \begin_layout Standard
33519 新コマンドを定義する方法は、たとえばLaTeX中で分数は
33520 \series bold
33521
33522 \backslash
33523 frac{分子}{分母}
33524 \series default
33525 の形で入れなくてはならないことなど、使用するすべてのLaTeXコマンドの書式を知っている必要があるので、直感的ではありません。さらに、定義中で中括弧を入れ忘れる
33526 ことはよくあり、それをやってしまうと、LyXからは新コマンドが何をやらかしているか確認しにくくなってしまいます。これらの問題を回避するために、LyXは、
33527 \series bold
33528
33529 \backslash
33530 newcommand
33531 \series default
33532 コマンドの代わりに、数式マクロを使う方法を提供しています。
33533 \end_layout
33534
33535 \begin_layout Standard
33536 数式マクロは、
33537 \family sans
33538 挿入\SpecialChar \menuseparator
33539 数式\SpecialChar \menuseparator
33540 マクロ
33541 \family default
33542 メニューか、ツールバーボタンの
33543 \begin_inset Graphics
33544         filename ../../images/math-macro_newmacroname_newcommand.png
33545         scale 85
33546
33547 \end_inset
33548
33549 で作ることができます。すると、数式マクロツールバーが表示されるとともに、マクロを定義した箇所に以下のようなボックスが現れます。
33550 \begin_inset Newline newline
33551 \end_inset
33552
33553
33554 \begin_inset space \hspace*{\fill}
33555 \end_inset
33556
33557
33558 \begin_inset Graphics
33559         filename clipart/macrobox.png
33560
33561 \end_inset
33562
33563
33564 \begin_inset space \hspace*{\fill}
33565 \end_inset
33566
33567
33568 \begin_inset Newline newline
33569 \end_inset
33570
33571
33572 \begin_inset FormulaMacro
33573 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
33574 \end_inset
33575
33576
33577 \backslash
33578 newmacronameが既定のマクロ名として現れますが、意味のある名称に変更するべきでしょう。欲しい数式は一つ目の青枠の中に入れます。引数を置く場所は、
33579 \series bold
33580
33581 \backslash
33582 #1
33583 \series default
33584 のように
33585 \series bold
33586
33587 \backslash
33588 #引数番号
33589 \series default
33590 というコマンドで入力するか、マクロツールバーボタンの
33591 \begin_inset Graphics
33592         filename ../../images/math-macro-add-param.png
33593         scale 85
33594
33595 \end_inset
33596
33597 を使用します。引数位置は赤で表示されます。引数は、最大で9つまでとることができます。非必須引数は、ツールバーボタンの
33598 \begin_inset Graphics
33599         filename ../../images/math-macro-add-optional-param.png
33600         scale 85
33601
33602 \end_inset
33603
33604 で作ることができます。最初の必須引数は、ツールバーボタンの
33605 \begin_inset Graphics
33606         filename ../../images/math-macro-make-optional.png
33607         scale 85
33608
33609 \end_inset
33610
33611 を使って、非必須引数にすることができます。二つ目の青枠には、LyX中でのマクロの表示のしかたを定義することができます。通常は、定義したとおりに表示された方が便利
33612 なので、この枠は空白にしておきます。しかし、画面の過半を占拠してしまうようなマクロを作ってしまった場合には、たとえばこの枠に
33613 \begin_inset Newline newline
33614 \end_inset
33615
33616
33617 \series bold
33618 qG: 
33619 \backslash
33620 #1
33621 \series default
33622  
33623 \series bold
33624 ,
33625 \series default
33626  
33627 \series bold
33628
33629 \backslash
33630 #2
33631 \series default
33632  
33633 \series bold
33634 ,
33635 \series default
33636  
33637 \series bold
33638
33639 \backslash
33640 #3, 
33641 \backslash
33642 #4
33643 \begin_inset Newline newline
33644 \end_inset
33645
33646
33647 \series default
33648 のように入れることができます。このようにすると、マクロ名と引数のみがLyX上に表示され、見通しが良くなります。一方、出力での数式は、最初の枠で定義したように表示
33649 されます。
33650 \begin_inset Newline newline
33651 \end_inset
33652
33653 さらに、数式中のマクロ表示は、マクロの中にカーソルを置いて、
33654 \family sans
33655 表示\SpecialChar \menuseparator
33656 数式マクロを展開(畳む)
33657 \family default
33658 メニューを使うことで、マクロ毎に変えることができます。
33659 \end_layout
33660
33661 \begin_layout Standard
33662 マクロを使うには、数式中にマクロ名をコマンドとして入れます。上記の例では、
33663 \series bold
33664
33665 \backslash
33666 qG
33667 \series default
33668 とします。このマクロは、LyX中では以下のように表示されます。
33669 \begin_inset Newline newline
33670 \end_inset
33671
33672
33673 \begin_inset space \hspace*{\fill}
33674 \end_inset
33675
33676
33677 \begin_inset Graphics
33678         filename ../clipart/macrouse.png
33679
33680 \end_inset
33681
33682
33683 \begin_inset space \hspace*{\fill}
33684 \end_inset
33685
33686
33687 \begin_inset Newline newline
33688 \end_inset
33689
33690 以下は、上記の例に、引数
33691 \begin_inset Formula $x$
33692 \end_inset
33693
33694
33695 \begin_inset Formula $\ln(x)$
33696 \end_inset
33697
33698
33699 \begin_inset Formula $B$
33700 \end_inset
33701
33702 を指定したものです。
33703 \end_layout
33704
33705 \begin_layout Standard
33706 \begin_inset Formula 
33707 \[
33708 \qG x{\ln(x)}B
33709 \]
33710
33711 \end_inset
33712
33713
33714 \end_layout
33715
33716 \begin_layout Standard
33717 LyXは、
33718 \family sans
33719 ツール\SpecialChar \menuseparator
33720 設定\SpecialChar \menuseparator
33721 編集\SpecialChar \menuseparator
33722 制御
33723 \family default
33724 メニューで、マクロを編集するのに複数の様式を用意しています。あなたに最も合った様式を見つけるには、様式を選択してから、違いを見るために数式マクロにカーソルを合わ
33725 せてみてください。
33726 \end_layout
33727
33728 \begin_layout Standard
33729 数式マクロは、文書書き出し時に、内部的に
33730 \series bold
33731
33732 \backslash
33733 newcommand
33734 \series default
33735 コマンドに変換されます。こうして生成された
33736 \series bold
33737
33738 \backslash
33739 newcommand
33740 \series default
33741 コマンドは、LaTeXプリアンブルには置かれませんので、マクロは、文書中、マクロ定義ボックスよりも後の数式でのみ使うことができます。
33742 \end_layout
33743
33744 \begin_layout Standard
33745 数式マクロは、
33746 \series bold
33747
33748 \backslash
33749 newcommand
33750 \series default
33751 コマンドから直接作ることもできます。たとえば、LyX中に通常の文章として、
33752 \series bold
33753
33754 \begin_inset Newline newline
33755 \end_inset
33756
33757
33758 \backslash
33759 newcommand{
33760 \backslash
33761 larrow}[2]{
33762 \backslash
33763 xleftarrow[#2]{#1}}
33764 \begin_inset Newline newline
33765 \end_inset
33766
33767
33768 \series default
33769 というコマンドを書き入れ、この全体を選択して、
33770 \begin_inset Flex Ruby
33771 status collapsed
33772
33773 \begin_layout Plain Layout
33774 捷径
33775 \begin_inset Argument post:1
33776 status collapsed
33777
33778 \begin_layout Plain Layout
33779 ショートカット
33780 \end_layout
33781
33782 \end_inset
33783
33784
33785 \end_layout
33786
33787 \end_inset
33788
33789
33790 \family sans
33791 Ctrl+M
33792 \family default
33793 を押すと、このコマンドは数式マクロに変換されます。この方法を使うに当たっては、
33794 \series bold
33795
33796 \backslash
33797 newcommand
33798 \series default
33799 コマンドが正しく入力されていることに気をつけなくてはなりません。さもないと、間違ったマクロが作られてしまって、LaTeXエラーが発生します。
33800 \end_layout
33801
33802 \begin_layout Standard
33803 数式マクロには、まだ、マクロ定義中に再帰的に数式を入れてしまうと、正しく処理されないという問題が残っています。したがって、第
33804 \begin_inset CommandInset ref
33805 LatexCommand ref
33806 reference "sub:newcommandコマンド"
33807
33808 \end_inset
33809
33810 節で例として作った
33811 \series bold
33812
33813 \backslash
33814 fb
33815 \series default
33816 は、マクロとしては作ることができません。
33817 \end_layout
33818
33819 \begin_layout Standard
33820 カーソルがマクロ定義ボックスの中にあるとき、LyX中に以下のようなマクロツールバーが表示されます。
33821 \end_layout
33822
33823 \begin_layout Standard
33824 \begin_inset VSpace defskip
33825 \end_inset
33826
33827
33828 \end_layout
33829
33830 \begin_layout Standard
33831 \begin_inset Graphics
33832         filename ../clipart/MacroToolbar.png
33833
33834 \end_inset
33835
33836
33837 \begin_inset Index idx
33838 status collapsed
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 \begin_inset VSpace defskip
33851 \end_inset
33852
33853
33854 \end_layout
33855
33856 \begin_layout Standard
33857 マクロツールバーは、左から右に、以下の各ボタンがあります。
33858 \end_layout
33859
33860 \begin_layout Standard
33861 \begin_inset VSpace defskip
33862 \end_inset
33863
33864
33865 \end_layout
33866
33867 \begin_layout Standard
33868 \begin_inset Tabular
33869 <lyxtabular version="3" rows="9" columns="2">
33870 <features rotate="0" islongtable="true" longtabularalignment="center">
33871 <column alignment="left" valignment="top">
33872 <column alignment="left" valignment="top" width="85col%">
33873 <row interlinespace="2.5mm">
33874 <cell alignment="center" valignment="top" usebox="none">
33875 \begin_inset Text
33876
33877 \begin_layout Plain Layout
33878 \begin_inset Graphics
33879         filename ../../images/math-macro-remove-param.png
33880         rotateOrigin center
33881
33882 \end_inset
33883
33884
33885 \end_layout
33886
33887 \end_inset
33888 </cell>
33889 <cell alignment="center" valignment="top" usebox="none">
33890 \begin_inset Text
33891
33892 \begin_layout Plain Layout
33893
33894 \family sans
33895 編集\SpecialChar \menuseparator
33896 数式\SpecialChar \menuseparator
33897 マクロ定義\SpecialChar \menuseparator
33898 最後の引数を削除
33899 \end_layout
33900
33901 \end_inset
33902 </cell>
33903 </row>
33904 <row interlinespace="2.5mm">
33905 <cell alignment="center" valignment="top" usebox="none">
33906 \begin_inset Text
33907
33908 \begin_layout Plain Layout
33909 \begin_inset Graphics
33910         filename ../../images/math-macro-add-param.png
33911         rotateOrigin center
33912
33913 \end_inset
33914
33915
33916 \end_layout
33917
33918 \end_inset
33919 </cell>
33920 <cell alignment="center" valignment="top" usebox="none">
33921 \begin_inset Text
33922
33923 \begin_layout Plain Layout
33924
33925 \family sans
33926 編集\SpecialChar \menuseparator
33927 数式\SpecialChar \menuseparator
33928 マクロ定義\SpecialChar \menuseparator
33929 引数を追加
33930 \end_layout
33931
33932 \end_inset
33933 </cell>
33934 </row>
33935 <row interlinespace="2.5mm">
33936 <cell alignment="center" valignment="top" usebox="none">
33937 \begin_inset Text
33938
33939 \begin_layout Plain Layout
33940 \begin_inset Graphics
33941         filename ../../images/math-macro-make-optional.png
33942         rotateOrigin center
33943
33944 \end_inset
33945
33946
33947 \end_layout
33948
33949 \end_inset
33950 </cell>
33951 <cell alignment="center" valignment="top" usebox="none">
33952 \begin_inset Text
33953
33954 \begin_layout Plain Layout
33955
33956 \family sans
33957 編集\SpecialChar \menuseparator
33958 数式\SpecialChar \menuseparator
33959 マクロ定義\SpecialChar \menuseparator
33960 最初の必須引数を
33961 \begin_inset Newline newline
33962 \end_inset
33963
33964
33965 \begin_inset Phantom HPhantom
33966 status open
33967
33968 \begin_layout Plain Layout
33969
33970 \family sans
33971 編集\SpecialChar \menuseparator
33972 数式\SpecialChar \menuseparator
33973 マクロ定義\SpecialChar \menuseparator
33974
33975 \end_layout
33976
33977 \end_inset
33978
33979 非必須引数にする
33980 \end_layout
33981
33982 \end_inset
33983 </cell>
33984 </row>
33985 <row interlinespace="2.5mm">
33986 <cell alignment="center" valignment="top" usebox="none">
33987 \begin_inset Text
33988
33989 \begin_layout Plain Layout
33990 \begin_inset Graphics
33991         filename ../../images/math-macro-make-nonoptional.png
33992         rotateOrigin center
33993
33994 \end_inset
33995
33996
33997 \end_layout
33998
33999 \end_inset
34000 </cell>
34001 <cell alignment="center" valignment="top" usebox="none">
34002 \begin_inset Text
34003
34004 \begin_layout Plain Layout
34005
34006 \family sans
34007 編集\SpecialChar \menuseparator
34008 数式\SpecialChar \menuseparator
34009 マクロ定義\SpecialChar \menuseparator
34010 最後の非必須引数を
34011 \begin_inset Newline newline
34012 \end_inset
34013
34014
34015 \begin_inset Phantom HPhantom
34016 status open
34017
34018 \begin_layout Plain Layout
34019
34020 \family sans
34021 編集\SpecialChar \menuseparator
34022 数式\SpecialChar \menuseparator
34023 マクロ定義\SpecialChar \menuseparator
34024
34025 \end_layout
34026
34027 \end_inset
34028
34029 必須引数にする
34030 \end_layout
34031
34032 \end_inset
34033 </cell>
34034 </row>
34035 <row interlinespace="2.5mm">
34036 <cell alignment="center" valignment="top" usebox="none">
34037 \begin_inset Text
34038
34039 \begin_layout Plain Layout
34040 \begin_inset Graphics
34041         filename ../../images/math-macro-remove-optional-param.png
34042         rotateOrigin center
34043
34044 \end_inset
34045
34046
34047 \end_layout
34048
34049 \end_inset
34050 </cell>
34051 <cell alignment="center" valignment="top" usebox="none">
34052 \begin_inset Text
34053
34054 \begin_layout Plain Layout
34055
34056 \family sans
34057 編集\SpecialChar \menuseparator
34058 数式\SpecialChar \menuseparator
34059 マクロ定義\SpecialChar \menuseparator
34060 非必須引数を削除
34061 \end_layout
34062
34063 \end_inset
34064 </cell>
34065 </row>
34066 <row interlinespace="2.5mm">
34067 <cell alignment="center" valignment="top" usebox="none">
34068 \begin_inset Text
34069
34070 \begin_layout Plain Layout
34071 \begin_inset Graphics
34072         filename ../../images/math-macro-add-optional-param.png
34073         rotateOrigin center
34074
34075 \end_inset
34076
34077
34078 \end_layout
34079
34080 \end_inset
34081 </cell>
34082 <cell alignment="center" valignment="top" usebox="none">
34083 \begin_inset Text
34084
34085 \begin_layout Plain Layout
34086
34087 \family sans
34088 編集\SpecialChar \menuseparator
34089 数式\SpecialChar \menuseparator
34090 マクロ定義\SpecialChar \menuseparator
34091 非必須引数を挿入
34092 \end_layout
34093
34094 \end_inset
34095 </cell>
34096 </row>
34097 <row interlinespace="2.5mm">
34098 <cell alignment="center" valignment="top" usebox="none">
34099 \begin_inset Text
34100
34101 \begin_layout Plain Layout
34102 \begin_inset Graphics
34103         filename ../../images/math-macro-remove-greedy-param.png
34104         rotateOrigin center
34105
34106 \end_inset
34107
34108
34109 \end_layout
34110
34111 \end_inset
34112 </cell>
34113 <cell alignment="center" valignment="top" usebox="none">
34114 \begin_inset Text
34115
34116 \begin_layout Plain Layout
34117
34118 \family sans
34119 編集\SpecialChar \menuseparator
34120 数式\SpecialChar \menuseparator
34121 マクロ定義\SpecialChar \menuseparator
34122 右に吐き出す形で
34123 \begin_inset Newline newline
34124 \end_inset
34125
34126
34127 \begin_inset Phantom HPhantom
34128 status open
34129
34130 \begin_layout Plain Layout
34131
34132 \family sans
34133 編集\SpecialChar \menuseparator
34134 数式\SpecialChar \menuseparator
34135 マクロ定義\SpecialChar \menuseparator
34136
34137 \end_layout
34138
34139 \end_inset
34140
34141 最後の引数を削除
34142 \end_layout
34143
34144 \end_inset
34145 </cell>
34146 </row>
34147 <row interlinespace="2.5mm">
34148 <cell alignment="center" valignment="top" usebox="none">
34149 \begin_inset Text
34150
34151 \begin_layout Plain Layout
34152 \begin_inset Graphics
34153         filename ../../images/math-macro-append-greedy-param.png
34154         rotateOrigin center
34155
34156 \end_inset
34157
34158
34159 \end_layout
34160
34161 \end_inset
34162 </cell>
34163 <cell alignment="center" valignment="top" usebox="none">
34164 \begin_inset Text
34165
34166 \begin_layout Plain Layout
34167
34168 \family sans
34169 編集\SpecialChar \menuseparator
34170 数式\SpecialChar \menuseparator
34171 マクロ定義\SpecialChar \menuseparator
34172 右から喰う形で
34173 \begin_inset Newline newline
34174 \end_inset
34175
34176
34177 \begin_inset Phantom HPhantom
34178 status open
34179
34180 \begin_layout Plain Layout
34181
34182 \family sans
34183 編集\SpecialChar \menuseparator
34184 数式\SpecialChar \menuseparator
34185 マクロ定義\SpecialChar \menuseparator
34186
34187 \end_layout
34188
34189 \end_inset
34190
34191 引数を追加
34192 \end_layout
34193
34194 \end_inset
34195 </cell>
34196 </row>
34197 <row interlinespace="2.5mm">
34198 <cell alignment="center" valignment="top" usebox="none">
34199 \begin_inset Text
34200
34201 \begin_layout Plain Layout
34202 \begin_inset Graphics
34203         filename ../../images/math-macro-add-greedy-optional-param.png
34204         rotateOrigin center
34205
34206 \end_inset
34207
34208
34209 \end_layout
34210
34211 \end_inset
34212 </cell>
34213 <cell alignment="center" valignment="top" usebox="none">
34214 \begin_inset Text
34215
34216 \begin_layout Plain Layout
34217
34218 \family sans
34219 編集\SpecialChar \menuseparator
34220 数式\SpecialChar \menuseparator
34221 マクロ定義\SpecialChar \menuseparator
34222 右から喰う形で
34223 \begin_inset Newline newline
34224 \end_inset
34225
34226
34227 \begin_inset Phantom HPhantom
34228 status open
34229
34230 \begin_layout Plain Layout
34231
34232 \family sans
34233 編集\SpecialChar \menuseparator
34234 数式\SpecialChar \menuseparator
34235 マクロ定義\SpecialChar \menuseparator
34236
34237 \end_layout
34238
34239 \end_inset
34240
34241 非必須引数を追加
34242 \end_layout
34243
34244 \end_inset
34245 </cell>
34246 </row>
34247 </lyxtabular>
34248
34249 \end_inset
34250
34251
34252 \end_layout
34253
34254 \begin_layout Section
34255 コンピュータ代数システム
34256 \end_layout
34257
34258 \begin_layout Standard
34259 LyXでは、LyXの数式エディタで書かれた数式表現と、外部プログラムやユーザ定義スクリプトとの間のやり取りが可能です。現在サポートされているプログラムは、
34260 \family sans
34261 Maple
34262 \family default
34263
34264 \family sans
34265 Mathematica
34266 \family default
34267
34268 \family sans
34269 Maxima
34270 \family default
34271
34272 \family sans
34273 Octave
34274 \family default
34275 です。サポートされている数式表現は、非常に単純なものに限られていますので、ご注意ください。
34276 \end_layout
34277
34278 \begin_layout Subsection
34279 使用法
34280 \end_layout
34281
34282 \begin_layout Standard
34283 数式表現を書いた後、
34284 \family sans
34285 編集\SpecialChar \menuseparator
34286 数式\SpecialChar \menuseparator
34287 コンピュータ代数システムを使用
34288 \family default
34289 メニューで、コンピュータに導入済みのプログラムを選択します。その後、計算結果が、数式表現の右に「=」演算子とともに表示されます。
34290 \end_layout
34291
34292 \begin_layout Standard
34293 下記は、どのような計算が可能かをいくつか例示したものです(出力は
34294 \family typewriter
34295 Maxima
34296 \family default
34297 です)。
34298 \end_layout
34299
34300 \begin_layout Itemize
34301 \begin_inset Formula $\frac{37}{3}*2-\sum_{i=1}^{3}i^{i}=-\frac{22}{3}$
34302 \end_inset
34303
34304
34305 \end_layout
34306
34307 \begin_layout Itemize
34308 \begin_inset Formula $\frac{37.0}{3}=12.33333333333333$
34309 \end_inset
34310
34311
34312 \end_layout
34313
34314 \begin_layout Itemize
34315 \begin_inset Formula $\int_{1}^{2}\sin(x)dx=\cos1-\cos2$
34316 \end_inset
34317
34318
34319 \end_layout
34320
34321 \begin_layout Itemize
34322 \begin_inset Formula $\det\left[\begin{array}{ccc}
34323 1 & 6 & 7\\
34324 2 & 5 & 8\\
34325 3 & 4 & 17
34326 \end{array}\right]=-56$
34327 \end_inset
34328
34329
34330 \end_layout
34331
34332 \begin_layout Itemize
34333 \begin_inset Formula $\lim_{x\rightarrow0}\left(\frac{\sin(x)}{x}\right)=1$
34334 \end_inset
34335
34336
34337 \end_layout
34338
34339 \begin_layout Subsection
34340 捷径
34341 \end_layout
34342
34343 \begin_layout Standard
34344 現在のところ、代数プログラムを呼び出すための
34345 \begin_inset Flex Ruby
34346 status collapsed
34347
34348 \begin_layout Plain Layout
34349 捷径
34350 \begin_inset Argument post:1
34351 status collapsed
34352
34353 \begin_layout Plain Layout
34354 ショートカット
34355 \end_layout
34356
34357 \end_inset
34358
34359
34360 \end_layout
34361
34362 \end_inset
34363
34364 はありません。しかし、捷径を
34365 \family sans
34366 math-extern
34367 \family default
34368  LyX関数にバインドすることは容易です(取扱説明書『
34369 \family sans
34370 \emph on
34371 LyX関数篇
34372 \family default
34373 \emph default
34374 』参照)。例えば、数式エディタ中で
34375 \family sans
34376 リターン
34377 \family default
34378
34379 \begin_inset Flex Ruby
34380 status collapsed
34381
34382 \begin_layout Plain Layout
34383
34384 \begin_inset Argument post:1
34385 status collapsed
34386
34387 \begin_layout Plain Layout
34388 キー
34389 \end_layout
34390
34391 \end_inset
34392
34393
34394 \end_layout
34395
34396 \end_inset
34397
34398 をバインドさせることもできます。それを
34399 \family typewriter
34400 Maxima
34401 \family default
34402 にバインドするには、下記の捷径定義コマンドを使用します。
34403 \end_layout
34404
34405 \begin_layout Standard
34406
34407 \series bold
34408 command-alternatives break-paragraph;math-extern maxima
34409 \end_layout
34410
34411 \begin_layout Section
34412 補遺
34413 \begin_inset Index idx
34414 status collapsed
34415
34416 \begin_layout Plain Layout
34417 ほい@補遺
34418 \end_layout
34419
34420 \end_inset
34421
34422
34423 \end_layout
34424
34425 \begin_layout Subsection
34426 負の数
34427 \begin_inset Index idx
34428 status collapsed
34429
34430 \begin_layout Plain Layout
34431 かず@数 ! ふの@負の ---
34432 \end_layout
34433
34434 \end_inset
34435
34436
34437 \end_layout
34438
34439 \begin_layout Standard
34440 数式中の負の数は、数の前の負符号が、差演算子記号と同じ長さに設定されてしまうために、汚く見えてしまうことがあります。負の数を通常の文章として書くと、負符号は正し
34441 く表示されます。
34442 \end_layout
34443
34444 \begin_layout Standard
34445 したがって、この問題は、負符号を数式テキストに変換することによって、解消されます。
34446 \end_layout
34447
34448 \begin_layout Standard
34449 以下は、この問題を示す例です。
34450 \end_layout
34451
34452 \begin_layout Standard
34453 \align center
34454 \begin_inset Tabular
34455 <lyxtabular version="3" rows="3" columns="2">
34456 <features rotate="0" tabularvalignment="middle">
34457 <column alignment="right" valignment="top">
34458 <column alignment="left" valignment="top">
34459 <row>
34460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34461 \begin_inset Text
34462
34463 \begin_layout Plain Layout
34464 通常の文章:
34465 \end_layout
34466
34467 \end_inset
34468 </cell>
34469 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34470 \begin_inset Text
34471
34472 \begin_layout Plain Layout
34473 x = -2
34474 \end_layout
34475
34476 \end_inset
34477 </cell>
34478 </row>
34479 <row>
34480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34481 \begin_inset Text
34482
34483 \begin_layout Plain Layout
34484 数式:
34485 \end_layout
34486
34487 \end_inset
34488 </cell>
34489 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34490 \begin_inset Text
34491
34492 \begin_layout Plain Layout
34493 \begin_inset Formula $x=-2$
34494 \end_inset
34495
34496
34497 \end_layout
34498
34499 \end_inset
34500 </cell>
34501 </row>
34502 <row>
34503 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34504 \begin_inset Text
34505
34506 \begin_layout Plain Layout
34507 解決策:
34508 \end_layout
34509
34510 \end_inset
34511 </cell>
34512 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34513 \begin_inset Text
34514
34515 \begin_layout Plain Layout
34516 \begin_inset Formula $x=\textrm{-}2$
34517 \end_inset
34518
34519
34520 \end_layout
34521
34522 \end_inset
34523 </cell>
34524 </row>
34525 </lyxtabular>
34526
34527 \end_inset
34528
34529
34530 \end_layout
34531
34532 \begin_layout Subsection
34533 位区切りとしてのコンマ
34534 \begin_inset Index idx
34535 status collapsed
34536
34537 \begin_layout Plain Layout
34538 こんま@コンマ
34539 \end_layout
34540
34541 \end_inset
34542
34543
34544 \begin_inset Index idx
34545 status collapsed
34546
34547 \begin_layout Plain Layout
34548 かんま@カンマ|see
34549 \begin_inset ERT
34550 status collapsed
34551
34552 \begin_layout Plain Layout
34553
34554 {
34555 \end_layout
34556
34557 \end_inset
34558
34559 コンマ
34560 \begin_inset ERT
34561 status collapsed
34562
34563 \begin_layout Plain Layout
34564
34565 }
34566 \end_layout
34567
34568 \end_inset
34569
34570
34571 \end_layout
34572
34573 \end_inset
34574
34575
34576 \end_layout
34577
34578 \begin_layout Standard
34579 LaTeXでは、英語の慣習にしたがい、数式中のコンマを数字の位区切りに使用します。よって、数式中のコンマの後ろには、つねに空白が加わります。
34580 \end_layout
34581
34582 \begin_layout Standard
34583 これを回避するためには、コンマを選択して、数式テキストに変更して下さい(
34584 \begin_inset Flex Ruby
34585 status collapsed
34586
34587 \begin_layout Plain Layout
34588 捷径
34589 \begin_inset Argument post:1
34590 status collapsed
34591
34592 \begin_layout Plain Layout
34593 ショートカット
34594 \end_layout
34595
34596 \end_inset
34597
34598
34599 \end_layout
34600
34601 \end_inset
34602
34603
34604 \begin_inset Info
34605 type  "shortcut"
34606 arg   "math-mode"
34607 \end_inset
34608
34609 )。
34610 \end_layout
34611
34612 \begin_layout Standard
34613 文書中の数式コンマを、すべて小数点として使うには、LaTeXプリアンブルに
34614 \end_layout
34615
34616 \begin_layout Standard
34617
34618 \series bold
34619
34620 \backslash
34621 usepackage{icomma}
34622 \end_layout
34623
34624 \begin_layout Standard
34625 という行を加えて、
34626 \series bold
34627 icomma.sty
34628 \series default
34629
34630 \begin_inset Foot
34631 status collapsed
34632
34633 \begin_layout Plain Layout
34634
34635 \series bold
34636 icomma
34637 \series default
34638 は、LaTeXパッケージ
34639 \series bold
34640 was
34641 \series default
34642
34643 \begin_inset Index idx
34644 status collapsed
34645
34646 \begin_layout Plain Layout
34647 ぱっけーじ@パッケージ ! was
34648 \begin_inset ERT
34649 status collapsed
34650
34651 \begin_layout Plain Layout
34652
34653
34654 \backslash
34655 vspace{4mm}
34656 \end_layout
34657
34658 \end_inset
34659
34660
34661 \end_layout
34662
34663 \end_inset
34664
34665 に含まれています。
34666 \end_layout
34667
34668 \end_inset
34669
34670
34671 \begin_inset Index idx
34672 status collapsed
34673
34674 \begin_layout Plain Layout
34675 ぱっけーじ@パッケージ ! icomma
34676 \end_layout
34677
34678 \end_inset
34679
34680 ファイルを読み込みます。
34681 \end_layout
34682
34683 \begin_layout Subsection
34684 物理ベクトル
34685 \begin_inset CommandInset label
34686 LatexCommand label
34687 name "sub:物理ベクトル"
34688
34689 \end_inset
34690
34691
34692 \begin_inset Index idx
34693 status collapsed
34694
34695 \begin_layout Plain Layout
34696 Vectors ! physical
34697 \end_layout
34698
34699 \end_inset
34700
34701
34702 \end_layout
34703
34704 \begin_layout Standard
34705 LaTeXパッケージ
34706 \series bold
34707 braket
34708 \series default
34709
34710 \begin_inset Foot
34711 status collapsed
34712
34713 \begin_layout Plain Layout
34714
34715 \series bold
34716 braket
34717 \series default
34718  は標準的LaTeX頒布版のすべてに含まれています。
34719 \end_layout
34720
34721 \end_inset
34722
34723
34724 \begin_inset Index idx
34725 status collapsed
34726
34727 \begin_layout Plain Layout
34728 ぱっけーじ@パッケージ ! braket
34729 \end_layout
34730
34731 \end_inset
34732
34733 には、定義済みのベクトルが提供されており、
34734 \end_layout
34735
34736 \begin_layout Standard
34737
34738 \series bold
34739
34740 \backslash
34741 usepackage{braket}
34742 \end_layout
34743
34744 \begin_layout Standard
34745 というLaTeXプリアンブル行で読み込むことができます。
34746 \end_layout
34747
34748 \begin_layout Standard
34749 \begin_inset ERT
34750 status collapsed
34751
34752 \begin_layout Plain Layout
34753
34754
34755 \backslash
34756 ifbraket 
34757 \end_layout
34758
34759 \end_inset
34760
34761
34762 \begin_inset Note Note
34763 status open
34764
34765 \begin_layout Plain Layout
34766 以下の表は、
34767 \series bold
34768 braket
34769 \series default
34770  LaTeXパッケージが導入済みのときのみ表示されます。
34771 \end_layout
34772
34773 \end_inset
34774
34775 以下のコマンドが定義されています。
34776 \end_layout
34777
34778 \begin_layout Standard
34779 \align center
34780 \begin_inset Tabular
34781 <lyxtabular version="3" rows="4" columns="2">
34782 <features rotate="0" tabularvalignment="middle">
34783 <column alignment="center" valignment="top">
34784 <column alignment="center" valignment="top">
34785 <row>
34786 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34787 \begin_inset Text
34788
34789 \begin_layout Plain Layout
34790 コマンド
34791 \end_layout
34792
34793 \end_inset
34794 </cell>
34795 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34796 \begin_inset Text
34797
34798 \begin_layout Plain Layout
34799 出力
34800 \end_layout
34801
34802 \end_inset
34803 </cell>
34804 </row>
34805 <row>
34806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34807 \begin_inset Text
34808
34809 \begin_layout Plain Layout
34810
34811 \backslash
34812 Bra{
34813 \backslash
34814 psi
34815 \end_layout
34816
34817 \end_inset
34818 </cell>
34819 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34820 \begin_inset Text
34821
34822 \begin_layout Plain Layout
34823 \begin_inset Formula $\Bra{\psi}$
34824 \end_inset
34825
34826
34827 \end_layout
34828
34829 \end_inset
34830 </cell>
34831 </row>
34832 <row>
34833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34834 \begin_inset Text
34835
34836 \begin_layout Plain Layout
34837
34838 \backslash
34839 Ket{
34840 \backslash
34841 psi
34842 \end_layout
34843
34844 \end_inset
34845 </cell>
34846 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34847 \begin_inset Text
34848
34849 \begin_layout Plain Layout
34850 \begin_inset Formula $\Ket{\psi}$
34851 \end_inset
34852
34853
34854 \end_layout
34855
34856 \end_inset
34857 </cell>
34858 </row>
34859 <row>
34860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34861 \begin_inset Text
34862
34863 \begin_layout Plain Layout
34864
34865 \backslash
34866 Braket{
34867 \backslash
34868 psi
34869 \begin_inset Formula $|$
34870 \end_inset
34871
34872
34873 \backslash
34874 phi
34875 \end_layout
34876
34877 \end_inset
34878 </cell>
34879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34880 \begin_inset Text
34881
34882 \begin_layout Plain Layout
34883 \begin_inset Formula $\Braket{\psi|\phi}$
34884 \end_inset
34885
34886
34887 \end_layout
34888
34889 \end_inset
34890 </cell>
34891 </row>
34892 </lyxtabular>
34893
34894 \end_inset
34895
34896
34897 \end_layout
34898
34899 \begin_layout Standard
34900
34901 \series bold
34902
34903 \backslash
34904 Braket
34905 \series default
34906 コマンドを使うと、以下のように、すべての縦棒がそれを囲む括弧と同じ大きさに設定されます。
34907 \begin_inset Formula 
34908 \[
34909 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}
34910 \]
34911
34912 \end_inset
34913
34914
34915 \begin_inset ERT
34916 status collapsed
34917
34918 \begin_layout Plain Layout
34919
34920
34921 \backslash
34922 else 
34923 \end_layout
34924
34925 \end_inset
34926
34927
34928 \begin_inset Note Note
34929 status open
34930
34931 \begin_layout Plain Layout
34932
34933 \series bold
34934 braket
34935 \series default
34936  LaTeXパッケージが導入されていないときには、以下が表示されます。
34937 \end_layout
34938
34939 \end_inset
34940
34941
34942 \end_layout
34943
34944 \begin_layout Standard
34945 本小節の全体を出力で見るためには、
34946 \series bold
34947 braket
34948 \series default
34949  LaTeXパッケージを導入する必要があります。
34950 \end_layout
34951
34952 \begin_layout Standard
34953 \begin_inset ERT
34954 status collapsed
34955
34956 \begin_layout Plain Layout
34957
34958
34959 \backslash
34960 fi 
34961 \end_layout
34962
34963 \end_inset
34964
34965
34966 \end_layout
34967
34968 \begin_layout Standard
34969
34970 \series bold
34971
34972 \backslash
34973 Braket
34974 \series default
34975 と同じ効果は、第
34976 \begin_inset CommandInset ref
34977 LatexCommand ref
34978 reference "sub:自動の括弧丈"
34979
34980 \end_inset
34981
34982 節に説明されているとおり、
34983 \series bold
34984
34985 \backslash
34986 middle
34987 \series default
34988 コマンドを用いることによっても実現できます。
34989 \end_layout
34990
34991 \begin_layout Subsection
34992 自己定義の分数
34993 \begin_inset CommandInset label
34994 LatexCommand label
34995 name "sub:自己定義の分数"
34996
34997 \end_inset
34998
34999
35000 \begin_inset Index idx
35001 status collapsed
35002
35003 \begin_layout Plain Layout
35004 ぶんすう@分数 ! じこていぎの@自己定義の ---
35005 \end_layout
35006
35007 \end_inset
35008
35009
35010 \end_layout
35011
35012 \begin_layout Standard
35013 分数用の自製コマンドを定義するには、以下の書式を持つ
35014 \series bold
35015
35016 \backslash
35017 genfrac
35018 \series default
35019
35020 \begin_inset Index idx
35021 status collapsed
35022
35023 \begin_layout Plain Layout
35024 こまんど@コマンド ! G ! 
35025 \backslash
35026 genfrac
35027 \end_layout
35028
35029 \end_inset
35030
35031 コマンドを使います。
35032 \end_layout
35033
35034 \begin_layout Standard
35035
35036 \series bold
35037
35038 \backslash
35039 genfrac{左括弧}{右括弧}{分数線の厚み}{様式}
35040 \begin_inset Newline newline
35041 \end_inset
35042
35043
35044 \begin_inset Phantom HPhantom
35045 status open
35046
35047 \begin_layout Plain Layout
35048
35049 \series bold
35050
35051 \backslash
35052 genfrac
35053 \end_layout
35054
35055 \end_inset
35056
35057 {分子}{分母}
35058 \end_layout
35059
35060 \begin_layout Standard
35061 ここで「様式」は、0
35062 \begin_inset space \thinspace{}
35063 \end_inset
35064
35065 -
35066 \begin_inset space \thinspace{}
35067 \end_inset
35068
35069 3の範囲の数字です。
35070 \end_layout
35071
35072 \begin_layout Standard
35073 \align center
35074 \begin_inset Tabular
35075 <lyxtabular version="3" rows="5" columns="2">
35076 <features rotate="0" tabularvalignment="middle">
35077 <column alignment="center" valignment="top">
35078 <column alignment="center" valignment="top">
35079 <row>
35080 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35081 \begin_inset Text
35082
35083 \begin_layout Plain Layout
35084 数字
35085 \end_layout
35086
35087 \end_inset
35088 </cell>
35089 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35090 \begin_inset Text
35091
35092 \begin_layout Plain Layout
35093 様式(大きさ)
35094 \end_layout
35095
35096 \end_inset
35097 </cell>
35098 </row>
35099 <row>
35100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35101 \begin_inset Text
35102
35103 \begin_layout Plain Layout
35104 0
35105 \end_layout
35106
35107 \end_inset
35108 </cell>
35109 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35110 \begin_inset Text
35111
35112 \begin_layout Plain Layout
35113 別行立て様式の数式
35114 \end_layout
35115
35116 \end_inset
35117 </cell>
35118 </row>
35119 <row>
35120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35121 \begin_inset Text
35122
35123 \begin_layout Plain Layout
35124 1
35125 \end_layout
35126
35127 \end_inset
35128 </cell>
35129 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35130 \begin_inset Text
35131
35132 \begin_layout Plain Layout
35133 行内数式
35134 \end_layout
35135
35136 \end_inset
35137 </cell>
35138 </row>
35139 <row>
35140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35141 \begin_inset Text
35142
35143 \begin_layout Plain Layout
35144 2
35145 \end_layout
35146
35147 \end_inset
35148 </cell>
35149 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35150 \begin_inset Text
35151
35152 \begin_layout Plain Layout
35153 やや小(small)
35154 \end_layout
35155
35156 \end_inset
35157 </cell>
35158 </row>
35159 <row>
35160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35161 \begin_inset Text
35162
35163 \begin_layout Plain Layout
35164 3
35165 \end_layout
35166
35167 \end_inset
35168 </cell>
35169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35170 \begin_inset Text
35171
35172 \begin_layout Plain Layout
35173 最小(tiny)
35174 \end_layout
35175
35176 \end_inset
35177 </cell>
35178 </row>
35179 </lyxtabular>
35180
35181 \end_inset
35182
35183
35184 \end_layout
35185
35186 \begin_layout Standard
35187 「様式」を指定しないときには、
35188 \series bold
35189
35190 \backslash
35191 frac
35192 \series default
35193 コマンドのように、大きさは周囲の環境に合わせて調節されます。 
35194 \end_layout
35195
35196 \begin_layout Standard
35197 「分数線の厚み」を指定しないときには、既定値である0.4
35198 \begin_inset space \thinspace{}
35199 \end_inset
35200
35201 ptが用いられます。
35202 \end_layout
35203
35204 \begin_layout Standard
35205 \begin_inset VSpace medskip
35206 \end_inset
35207
35208 たとえば、第
35209 \begin_inset CommandInset ref
35210 LatexCommand ref
35211 reference "sub:分数"
35212
35213 \end_inset
35214
35215 節の
35216 \series bold
35217
35218 \backslash
35219 dfrac
35220 \series default
35221 コマンドおよび
35222 \series bold
35223
35224 \backslash
35225 tbinom
35226 \series default
35227 コマンドは、
35228 \end_layout
35229
35230 \begin_layout Standard
35231
35232 \series bold
35233
35234 \backslash
35235 newcommand{
35236 \backslash
35237 dfrac}[2]{
35238 \backslash
35239 genfrac{}{}{}{0}{#1}{#2}}
35240 \end_layout
35241
35242 \begin_layout Standard
35243 あるいは
35244 \end_layout
35245
35246 \begin_layout Standard
35247
35248 \series bold
35249
35250 \backslash
35251 newcommand{
35252 \backslash
35253 tbinom}[2]{
35254 \backslash
35255 genfrac{(}{)}{0pt}{1}{#1}{#2}}
35256 \end_layout
35257
35258 \begin_layout Standard
35259 というコマンドで定義できます。
35260 \end_layout
35261
35262 \begin_layout Standard
35263 \begin_inset VSpace medskip
35264 \end_inset
35265
35266 分数線の厚みを非必須の引数として与えることのできる分数を定義するには、LaTeXプリアンブルに
35267 \end_layout
35268
35269 \begin_layout Standard
35270
35271 \series bold
35272
35273 \backslash
35274 newcommand{
35275 \backslash
35276 fracS}[3][]{
35277 \backslash
35278 genfrac{}{}{#1}{}{#2}{#3}}
35279 \end_layout
35280
35281 \begin_layout Standard
35282 という行を入れます。
35283 \begin_inset Newpage newpage
35284 \end_inset
35285
35286
35287 \end_layout
35288
35289 \begin_layout Standard
35290 以下は、そのテストです。
35291 \begin_inset Formula 
35292 \begin{align*}
35293 \text{コマンド} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
35294 \text{出力} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
35295 \end{align*}
35296
35297 \end_inset
35298
35299 ご覧になってわかるように、分子や分母から分数線までの距離は、分数線の厚みの約3倍になります。
35300 \end_layout
35301
35302 \begin_layout Subsection
35303 数式の消去
35304 \begin_inset Index idx
35305 status collapsed
35306
35307 \begin_layout Plain Layout
35308 すうしき@数式 ! しょうきょ@消去
35309 \end_layout
35310
35311 \end_inset
35312
35313
35314 \end_layout
35315
35316 \begin_layout Standard
35317 数式あるいはその一部を消去するには、
35318 \series bold
35319 cancel
35320 \series default
35321
35322 \begin_inset Foot
35323 status collapsed
35324
35325 \begin_layout Plain Layout
35326
35327 \series bold
35328 cancel
35329 \series default
35330 は、標準的なLaTeX頒布版のすべてに含まれています。
35331 \end_layout
35332
35333 \end_inset
35334
35335
35336 \begin_inset Index idx
35337 status collapsed
35338
35339 \begin_layout Plain Layout
35340 ぱっけーじ@パッケージ ! cancel
35341 \end_layout
35342
35343 \end_inset
35344
35345  LaTeXパッケージを、LaTeXプリアンブル行に
35346 \end_layout
35347
35348 \begin_layout Standard
35349
35350 \series bold
35351
35352 \backslash
35353 usepackage{cancel}
35354 \end_layout
35355
35356 \begin_layout Standard
35357 と書いて読み込む必要があります。
35358 \end_layout
35359
35360 \begin_layout Standard
35361 数式を消去するには、4つの方法があります。
35362 \end_layout
35363
35364 \begin_layout Standard
35365 \align center
35366 \begin_inset Tabular
35367 <lyxtabular version="3" rows="5" columns="2">
35368 <features rotate="0" tabularvalignment="middle">
35369 <column alignment="center" valignment="top">
35370 <column alignment="center" valignment="top">
35371 <row>
35372 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35373 \begin_inset Text
35374
35375 \begin_layout Plain Layout
35376 コマンド
35377 \end_layout
35378
35379 \end_inset
35380 </cell>
35381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35382 \begin_inset Text
35383
35384 \begin_layout Plain Layout
35385 出力
35386 \begin_inset Note Note
35387 status collapsed
35388
35389 \begin_layout Plain Layout
35390 ここで
35391 \series bold
35392
35393 \backslash
35394 raisebox
35395 \series default
35396 はスペーサーとして使用しているだけです。
35397 \end_layout
35398
35399 \end_inset
35400
35401
35402 \end_layout
35403
35404 \end_inset
35405 </cell>
35406 </row>
35407 <row>
35408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35409 \begin_inset Text
35410
35411 \begin_layout Plain Layout
35412
35413 \backslash
35414 cancel{
35415 \backslash
35416 int
35417 \begin_inset ERT
35418 status collapsed
35419
35420 \begin_layout Plain Layout
35421
35422
35423 \backslash
35424 spce 
35425 \end_layout
35426
35427 \end_inset
35428
35429 A=B
35430 \end_layout
35431
35432 \end_inset
35433 </cell>
35434 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35435 \begin_inset Text
35436
35437 \begin_layout Plain Layout
35438 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
35439 \end_inset
35440
35441
35442 \end_layout
35443
35444 \end_inset
35445 </cell>
35446 </row>
35447 <row>
35448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35449 \begin_inset Text
35450
35451 \begin_layout Plain Layout
35452
35453 \backslash
35454 bcancel{
35455 \backslash
35456 int
35457 \begin_inset ERT
35458 status collapsed
35459
35460 \begin_layout Plain Layout
35461
35462
35463 \backslash
35464 spce 
35465 \end_layout
35466
35467 \end_inset
35468
35469 A=B
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 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
35479 \end_inset
35480
35481
35482 \end_layout
35483
35484 \end_inset
35485 </cell>
35486 </row>
35487 <row>
35488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35489 \begin_inset Text
35490
35491 \begin_layout Plain Layout
35492
35493 \backslash
35494 xcancel{
35495 \backslash
35496 int
35497 \begin_inset ERT
35498 status collapsed
35499
35500 \begin_layout Plain Layout
35501
35502
35503 \backslash
35504 spce 
35505 \end_layout
35506
35507 \end_inset
35508
35509 A=B
35510 \end_layout
35511
35512 \end_inset
35513 </cell>
35514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35515 \begin_inset Text
35516
35517 \begin_layout Plain Layout
35518 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
35519 \end_inset
35520
35521
35522 \end_layout
35523
35524 \end_inset
35525 </cell>
35526 </row>
35527 <row>
35528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35529 \begin_inset Text
35530
35531 \begin_layout Plain Layout
35532
35533 \backslash
35534 cancelto{1
35535 \begin_inset Formula $\to$
35536 \end_inset
35537
35538
35539 \backslash
35540 {
35541 \backslash
35542 int
35543 \begin_inset ERT
35544 status collapsed
35545
35546 \begin_layout Plain Layout
35547
35548
35549 \backslash
35550 spce 
35551 \end_layout
35552
35553 \end_inset
35554
35555 A=B
35556 \end_layout
35557
35558 \end_inset
35559 </cell>
35560 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35561 \begin_inset Text
35562
35563 \begin_layout Plain Layout
35564 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
35565 \end_inset
35566
35567
35568 \end_layout
35569
35570 \end_inset
35571 </cell>
35572 </row>
35573 </lyxtabular>
35574
35575 \end_inset
35576
35577
35578 \end_layout
35579
35580 \begin_layout Standard
35581
35582 \series bold
35583
35584 \backslash
35585 cancelto
35586 \series default
35587 は、以下のように、とくに数式中の分数を約分を表示するのに適しています。
35588 \begin_inset Formula 
35589 \[
35590 \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}}}
35591 \]
35592
35593 \end_inset
35594
35595
35596 \end_layout
35597
35598 \begin_layout Standard
35599
35600 \series bold
35601
35602 \backslash
35603 cancelto
35604 \series default
35605 の「下付き」数字の寸法を変更するには、
35606 \series bold
35607 cancel
35608 \series default
35609 パッケージを
35610 \series bold
35611 samesize
35612 \series default
35613 オプションをつけて読み込んで、消去された数字と同じ大きさにするか、
35614 \series bold
35615 Smaller
35616 \series default
35617 オプションをつけて、オプションを付けなかった時よりも少し小さな大きさにするかの2つの方法があります。この文書では、
35618 \series bold
35619 cancel
35620 \series default
35621
35622 \end_layout
35623
35624 \begin_layout Standard
35625
35626 \series bold
35627
35628 \backslash
35629 usepackage[samesize]{cancel}
35630 \end_layout
35631
35632 \begin_layout Standard
35633 という行で読み込まれています。取り消し線に色を付けるには、TeXコードで以下のコマンドを書き加えてください。
35634 \end_layout
35635
35636 \begin_layout Standard
35637
35638 \series bold
35639
35640 \backslash
35641 renewcommand{
35642 \backslash
35643 CancelColor}{
35644 \backslash
35645 color{red}}
35646 \end_layout
35647
35648 \begin_layout Standard
35649 ここで
35650 \series bold
35651 red
35652 \series default
35653 は、お好みの色に変更することができます。
35654 \end_layout
35655
35656 \begin_layout Standard
35657 \begin_inset ERT
35658 status collapsed
35659
35660 \begin_layout Plain Layout
35661
35662
35663 \backslash
35664 renewcommand{
35665 \backslash
35666 CancelColor}{
35667 \backslash
35668 color{red}}
35669 \end_layout
35670
35671 \end_inset
35672
35673
35674 \end_layout
35675
35676 \begin_layout Standard
35677 \begin_inset Formula 
35678 \[
35679 \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}}}
35680 \]
35681
35682 \end_inset
35683
35684
35685 \end_layout
35686
35687 \begin_layout Standard
35688 \begin_inset ERT
35689 status collapsed
35690
35691 \begin_layout Plain Layout
35692
35693
35694 \backslash
35695 renewcommand{
35696 \backslash
35697 CancelColor}{
35698 \backslash
35699 color{black}}
35700 \end_layout
35701
35702 \end_inset
35703
35704
35705 \begin_inset Note Note
35706 status open
35707
35708 \begin_layout Plain Layout
35709 色をリセット
35710 \end_layout
35711
35712 \end_inset
35713
35714
35715 \end_layout
35716
35717 \begin_layout Standard
35718 他の微調整については、
35719 \series bold
35720 cancel
35721 \series default
35722 パッケージの取扱説明書
35723 \begin_inset CommandInset citation
35724 LatexCommand cite
35725 key "cancel"
35726
35727 \end_inset
35728
35729 をご覧ください。
35730 \end_layout
35731
35732 \begin_layout Subsection
35733 節見出し中の数式
35734 \begin_inset CommandInset label
35735 LatexCommand label
35736 name "sub:節見出し中の数式"
35737
35738 \end_inset
35739
35740
35741 \begin_inset Index idx
35742 status collapsed
35743
35744 \begin_layout Plain Layout
35745 すうしき@数式 ! せつみだしちゅうの@節見出し中の ---
35746 \end_layout
35747
35748 \end_inset
35749
35750
35751 \end_layout
35752
35753 \begin_layout Standard
35754 数式を節見出し中で使う際には、以下のことに留意しなくてはなりません。
35755 \end_layout
35756
35757 \begin_layout Standard
35758 \begin_inset Note Greyedout
35759 status open
35760
35761 \begin_layout Plain Layout
35762 文書設定ダイアログの
35763 \family sans
35764 PDF特性
35765 \family default
35766
35767 \series bold
35768 hyperref
35769 \series default
35770
35771 \begin_inset Index idx
35772 status collapsed
35773
35774 \begin_layout Plain Layout
35775 ぱっけーじ@パッケージ ! hyperref
35776 \end_layout
35777
35778 \end_inset
35779
35780 サポートが有効になっている場合、PDFのしおりが、目次にある節見出しすべてに関して生成されます。しおり中に数式を入れることはPDFの慣習に違反しているため、節見
35781 出しに数式が含まれている場合、数式はしおり中に誤った文字列として表示されます。
35782 \end_layout
35783
35784 \end_inset
35785
35786
35787 \end_layout
35788
35789 \begin_layout Standard
35790 これらの問題は、
35791 \family sans
35792 挿入\SpecialChar \menuseparator
35793 短縮タイトル
35794 \family default
35795 メニューを使って、問題となる節見出しの最後に短縮タイトルを入れることで解決することができます。短縮タイトルは、目次が美しく整形されるように、多行にわたる節見出し
35796 に別名を付けるものです。目次中には、短縮タイトルのみが表示され、したがってPDFしおり中にも短縮タイトルのみが表示されます。
35797 \end_layout
35798
35799 \begin_layout Standard
35800 数式を目次中でも使わなくてもならないが、
35801 \series bold
35802 hyperref
35803 \series default
35804 も使用しなくてはならないときには、
35805 \end_layout
35806
35807 \begin_layout Standard
35808
35809 \series bold
35810
35811 \backslash
35812 texorpdfstring{部分}{代替文字列}
35813 \begin_inset Index idx
35814 status collapsed
35815
35816 \begin_layout Plain Layout
35817 こまんど@コマンド ! T ! 
35818 \backslash
35819 texorpdfstring
35820 \end_layout
35821
35822 \end_inset
35823
35824
35825 \end_layout
35826
35827 \begin_layout Standard
35828 というコマンドをTeXモードで使う方法があります。
35829 \end_layout
35830
35831 \begin_layout Standard
35832 「部分」は、見出し中、PDFしおりに表示したくない部分です。これは、文字・数式・脚注のほかに相互参照をとることもできます。しおりには、この部分の代わりに、「代替
35833 文字列」が用いられます。
35834 \end_layout
35835
35836 \begin_layout Standard
35837 以下の二つは、見出しの例です。
35838 \begin_inset VSpace -3mm
35839 \end_inset
35840
35841
35842 \begin_inset ERT
35843 status collapsed
35844
35845 \begin_layout Plain Layout
35846
35847
35848 \backslash
35849 boldmath 
35850 \end_layout
35851
35852 \end_inset
35853
35854
35855 \end_layout
35856
35857 \begin_layout Subsubsection
35858 目次中では数式を使わない見出し
35859 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35860 \end_inset
35861
35862
35863 \begin_inset Argument 1
35864 status collapsed
35865
35866 \begin_layout Plain Layout
35867 目次中では数式を使わない見出し
35868 \end_layout
35869
35870 \end_inset
35871
35872
35873 \end_layout
35874
35875 \begin_layout Subsubsection
35876 目次中で数式を使う見出し
35877 \begin_inset ERT
35878 status collapsed
35879
35880 \begin_layout Plain Layout
35881
35882
35883 \backslash
35884 texorpdfstring{
35885 \end_layout
35886
35887 \end_inset
35888
35889  
35890 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35891 \end_inset
35892
35893
35894 \begin_inset ERT
35895 status collapsed
35896
35897 \begin_layout Plain Layout
35898
35899 }{}
35900 \end_layout
35901
35902 \end_inset
35903
35904
35905 \end_layout
35906
35907 \begin_layout Standard
35908 \begin_inset ERT
35909 status collapsed
35910
35911 \begin_layout Plain Layout
35912
35913
35914 \backslash
35915 unboldmath 
35916 \end_layout
35917
35918 \end_inset
35919
35920 一つめの見出しでは短縮タイトルが使われており、二つめの見出しでは
35921 \series bold
35922
35923 \backslash
35924 texorpdfstring
35925 \series default
35926 が使われています。
35927 \end_layout
35928
35929 \begin_layout Standard
35930 他の節見出しと同じ書式を得るために、上の見出し全体は
35931 \series bold
35932 boldmath
35933 \series default
35934 環境に設定してあります
35935 \begin_inset Foot
35936 status collapsed
35937
35938 \begin_layout Plain Layout
35939
35940 \begin_inset CommandInset ref
35941 LatexCommand ref
35942 reference "sub:ボールド体の数式"
35943
35944 \end_inset
35945
35946 節参照。
35947 \end_layout
35948
35949 \end_inset
35950
35951
35952 \end_layout
35953
35954 \begin_layout Subsection
35955 多段組文中の数式
35956 \begin_inset Index idx
35957 status collapsed
35958
35959 \begin_layout Plain Layout
35960 すうしき@数式 ! ただんくみぶんちゅうの@多段組文中の ---
35961 \end_layout
35962
35963 \end_inset
35964
35965
35966 \end_layout
35967
35968 \begin_layout Standard
35969 多段組文中に数式を作ると、段の中に収まりきらないことも多く、ページ幅全体に広がるようにする必要があることがあります。これは、
35970 \series bold
35971 multicol
35972 \series default
35973
35974 \begin_inset Foot
35975 status collapsed
35976
35977 \begin_layout Plain Layout
35978
35979 \series bold
35980 multicol
35981 \series default
35982 は、標準的LaTeX頒布版のすべてに含まれています。
35983 \end_layout
35984
35985 \end_inset
35986
35987
35988 \begin_inset Index idx
35989 status collapsed
35990
35991 \begin_layout Plain Layout
35992 ぱっけーじ@パッケージ ! multicol
35993 \end_layout
35994
35995 \end_inset
35996
35997  LaTeXパッケージを、
35998 \end_layout
35999
36000 \begin_layout Standard
36001
36002 \series bold
36003
36004 \backslash
36005 usepackage{multicol}
36006 \end_layout
36007
36008 \begin_layout Standard
36009 というLaTeXプリアンブル行を書いて読み込むことで、実現できます。
36010 \end_layout
36011
36012 \begin_layout Standard
36013 \begin_inset Note Greyedout
36014 status open
36015
36016 \begin_layout Plain Layout
36017 ここで、
36018 \family sans
36019 文書\SpecialChar \menuseparator
36020 設定
36021 \family default
36022 メニューの
36023 \family sans
36024 本文レイアウト
36025 \family default
36026 で、
36027 \family sans
36028 二段組文書
36029 \family default
36030 の設定を
36031 \emph on
36032 有効にしてはならない
36033 \emph default
36034 ことに注意してください。
36035 \end_layout
36036
36037 \end_inset
36038
36039
36040 \end_layout
36041
36042 \begin_layout Standard
36043 多段組文の前に
36044 \end_layout
36045
36046 \begin_layout Standard
36047
36048 \series bold
36049
36050 \backslash
36051 begin{multicols}{段数}
36052 \end_layout
36053
36054 \begin_layout Standard
36055 というコマンドをTeXモードで書き入れます。「段数」は、2
36056 \begin_inset space \thinspace{}
36057 \end_inset
36058
36059 -
36060 \begin_inset space \thinspace{}
36061 \end_inset
36062
36063 10のあいだの数字です。多段組文の終わる数式の前には、
36064 \end_layout
36065
36066 \begin_layout Standard
36067
36068 \series bold
36069
36070 \backslash
36071 end{multicols}
36072 \end_layout
36073
36074 \begin_layout Standard
36075 というコマンドをTeXモードで入れます。
36076 \end_layout
36077
36078 \begin_layout Standard
36079 このコマンドによって、数式の前にいくらかの余白が、自動的に作られます。これをなくすには、数式の前に-6
36080 \begin_inset space \thinspace{}
36081 \end_inset
36082
36083 mmの垂直空白を入れて下さい。数式様式
36084 \series bold
36085
36086 \begin_inset Foot
36087 status collapsed
36088
36089 \begin_layout Plain Layout
36090
36091 \series bold
36092 数式様式に関しては、第
36093 \series default
36094
36095 \begin_inset CommandInset ref
36096 LatexCommand ref
36097 reference "sec:数式様式"
36098
36099 \end_inset
36100
36101 節をご覧下さい。
36102 \end_layout
36103
36104 \end_inset
36105
36106
36107 \series default
36108 として
36109 \series bold
36110 行頭下げ
36111 \series default
36112 を使用している場合には、代わりに-9
36113 \begin_inset space \thinspace{}
36114 \end_inset
36115
36116 mmの垂直空白を入れて下さい。
36117 \end_layout
36118
36119 \begin_layout Standard
36120 以下は、別行立て数式を含む、多段組文の例です。
36121 \end_layout
36122
36123 \begin_layout Standard
36124 \begin_inset ERT
36125 status collapsed
36126
36127 \begin_layout Plain Layout
36128
36129
36130 \backslash
36131 begin{multicols}{2}
36132 \end_layout
36133
36134 \end_inset
36135
36136
36137 \lang ngerman
36138 Das Spektrum wird fouriertransformiert.
36139  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
36140 , Lösungsmittel) zu trennen.
36141  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
36142  nun das Aussehen des Ausgangssignals.
36143  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so das man
36144  über alle Phasen integrieren muss.
36145  Sei nun 
36146 \begin_inset Formula $S$
36147 \end_inset
36148
36149  unser normiertes Ausgangssignal und 
36150 \begin_inset Formula $P$
36151 \end_inset
36152
36153  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
36154 \lang japanese
36155
36156 \begin_inset ERT
36157 status collapsed
36158
36159 \begin_layout Plain Layout
36160
36161
36162 \backslash
36163 end{multicols}
36164 \end_layout
36165
36166 \end_inset
36167
36168
36169 \begin_inset VSpace -6mm
36170 \end_inset
36171
36172
36173 \begin_inset Formula 
36174 \begin{equation}
36175 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
36176 \end{equation}
36177
36178 \end_inset
36179
36180
36181 \begin_inset ERT
36182 status collapsed
36183
36184 \begin_layout Plain Layout
36185
36186
36187 \backslash
36188 begin{multicols}{2}
36189 \end_layout
36190
36191 \end_inset
36192
36193
36194 \lang ngerman
36195 wobei 
36196 \begin_inset Formula $S_{0}$
36197 \end_inset
36198
36199  das Signal ohne Gradient ist und die Normierungsbedingung 
36200 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
36201 \end_inset
36202
36203  gilt.
36204  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
36205  Direkt nach dem 
36206 \begin_inset Formula $\nicefrac{\pi}{2}$
36207 \end_inset
36208
36209
36210 \begin_inset space \thinspace{}
36211 \end_inset
36212
36213 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
36214  das Signal zusätzlich abschwächt.
36215  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
36216  
36217 \begin_inset Formula $T_{2}$
36218 \end_inset
36219
36220 -Zeit.
36221 \end_layout
36222
36223 \begin_layout Standard
36224 \begin_inset ERT
36225 status collapsed
36226
36227 \begin_layout Plain Layout
36228
36229
36230 \backslash
36231 end{multicols}
36232 \end_layout
36233
36234 \end_inset
36235
36236  
36237 \end_layout
36238
36239 \begin_layout Subsection
36240 変数の説明付き数式
36241 \begin_inset Index idx
36242 status collapsed
36243
36244 \begin_layout Plain Layout
36245 すうしき@数式 ! へんすうのせつめいつき@変数の説明付き
36246 \end_layout
36247
36248 \end_inset
36249
36250
36251 \end_layout
36252
36253 \begin_layout Standard
36254 \begin_inset CommandInset ref
36255 LatexCommand eqref
36256 reference "eq:within"
36257
36258 \end_inset
36259
36260 式のように、数式内で変数の説明をするには、
36261 \begin_inset Formula $n$
36262 \end_inset
36263
36264 個の変数が使われている場合、左寄せの列を持つ
36265 \begin_inset Formula $2\times n$
36266 \end_inset
36267
36268 行列を使用します
36269 \begin_inset Foot
36270 status collapsed
36271
36272 \begin_layout Plain Layout
36273 行列に関しては、第
36274 \begin_inset CommandInset ref
36275 LatexCommand ref
36276 reference "sec:行列"
36277
36278 \end_inset
36279
36280 節参照。
36281 \end_layout
36282
36283 \end_inset
36284
36285 。説明を小さな文字にするには、行列の前に、たとえば
36286 \series bold
36287
36288 \backslash
36289 footnotesize
36290 \series default
36291 コマンドを挿入します
36292 \begin_inset Foot
36293 status collapsed
36294
36295 \begin_layout Plain Layout
36296 フォント寸法に関しては、第
36297 \begin_inset CommandInset ref
36298 LatexCommand ref
36299 reference "sub:書体寸法"
36300
36301 \end_inset
36302
36303 節参照。
36304 \end_layout
36305
36306 \end_inset
36307
36308
36309 \end_layout
36310
36311 \begin_layout Standard
36312 数式様式に
36313 \series bold
36314 行頭下げ
36315 \begin_inset Foot
36316 status collapsed
36317
36318 \begin_layout Plain Layout
36319
36320 \series bold
36321 数式様式に関しては、第
36322 \series default
36323
36324 \begin_inset CommandInset ref
36325 LatexCommand ref
36326 reference "sec:数式様式"
36327
36328 \end_inset
36329
36330 節参照。
36331 \end_layout
36332
36333 \end_inset
36334
36335
36336 \series default
36337 を使っている場合、行列を数式とページ余白から等距離に置くために、行列の前後に
36338 \series bold
36339
36340 \backslash
36341 hfill
36342 \series default
36343
36344 \begin_inset Foot
36345 status collapsed
36346
36347 \begin_layout Plain Layout
36348
36349 \series bold
36350
36351 \backslash
36352 hfill
36353 \series default
36354 は、
36355 \series bold
36356 行頭下げ
36357 \series default
36358 様式のときのみ機能します。第
36359 \begin_inset CommandInset ref
36360 LatexCommand ref
36361 reference "sub:可変長の空白"
36362
36363 \end_inset
36364
36365 節をご覧下さい。
36366 \end_layout
36367
36368 \end_inset
36369
36370 を入れます。
36371 \end_layout
36372
36373 \begin_layout Standard
36374 数式様式に
36375 \series bold
36376 中央揃え
36377 \series default
36378 を使っている場合、数式を字下げするには、第
36379 \begin_inset CommandInset ref
36380 LatexCommand ref
36381 reference "sub:flalign環境"
36382
36383 \end_inset
36384
36385 節で述べた方法を使用します。
36386 \begin_inset CommandInset ref
36387 LatexCommand eqref
36388 reference "eq:within"
36389
36390 \end_inset
36391
36392 式には5列があり、最初の2列には数式、3列めには行列、最終列には空のTeX括弧が入っています。
36393 \begin_inset Formula 
36394 \begin{flalign}
36395 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
36396 \rho & \textrm{density}\\
36397 V & \textrm{volume}\\
36398 g & \textrm{gravitational acceleration}
36399 \end{array} &  & {}\label{eq:within}
36400 \end{flalign}
36401
36402 \end_inset
36403
36404
36405 \end_layout
36406
36407 \begin_layout Subsection
36408 アップライト体のギリシャ小文字
36409 \begin_inset CommandInset label
36410 LatexCommand label
36411 name "sub:アップライト体ギリシャ小文字"
36412
36413 \end_inset
36414
36415
36416 \begin_inset Index idx
36417 status collapsed
36418
36419 \begin_layout Plain Layout
36420 ぎりしゃもじ@ギリシャ文字 ! あっぷらいとたい@アップライト体
36421 \end_layout
36422
36423 \end_inset
36424
36425
36426 \end_layout
36427
36428 \begin_layout Standard
36429 ほとんどの数式書体は、イタリック体のギリシャ小文字しか提供していません。しかし、
36430 \begin_inset Formula $\pi$
36431 \end_inset
36432
36433 中間子やニュートリノのような素粒子の記号には、アップライト体のギリシャ文字が必要とされます。
36434 \series bold
36435 upgreek.sty
36436 \series default
36437
36438 \begin_inset Foot
36439 status collapsed
36440
36441 \begin_layout Plain Layout
36442
36443 \series bold
36444 upgreek
36445 \series default
36446 は、
36447 \series bold
36448 was
36449 \series default
36450
36451 \begin_inset Index idx
36452 status collapsed
36453
36454 \begin_layout Plain Layout
36455 ぱっけーじ@パッケージ ! was
36456 \begin_inset ERT
36457 status collapsed
36458
36459 \begin_layout Plain Layout
36460
36461
36462 \backslash
36463 vspace{4mm}
36464 \end_layout
36465
36466 \end_inset
36467
36468
36469 \end_layout
36470
36471 \end_inset
36472
36473  LaTeXパッケージの一部です。
36474 \end_layout
36475
36476 \end_inset
36477
36478
36479 \begin_inset Index idx
36480 status collapsed
36481
36482 \begin_layout Plain Layout
36483 ぱっけーじ@パッケージ ! upgreek
36484 \end_layout
36485
36486 \end_inset
36487
36488  ファイルを
36489 \end_layout
36490
36491 \begin_layout Standard
36492
36493 \series bold
36494
36495 \backslash
36496 usepackage{upgreek}
36497 \end_layout
36498
36499 \begin_layout Standard
36500 というLaTeXプリアンブル行で読み込めば、これらが提供されるようになります。
36501 \begin_inset ERT
36502 status collapsed
36503
36504 \begin_layout Plain Layout
36505
36506
36507 \backslash
36508 ifupgreek 
36509 \end_layout
36510
36511 \end_inset
36512
36513
36514 \begin_inset Note Note
36515 status open
36516
36517 \begin_layout Plain Layout
36518 以下の表は、
36519 \series bold
36520 upgreek
36521 \series default
36522  LaTeXパッケージが導入済みのときのみ表示されます。
36523 \end_layout
36524
36525 \end_inset
36526
36527 アップライト体のギリシャ小文字は、ギリシャ小文字のコマンド名の前に
36528 \series bold
36529 up
36530 \series default
36531 を付けると作ることができます。たとえば
36532 \series bold
36533
36534 \backslash
36535 uptau
36536 \series default
36537 コマンドは、
36538 \begin_inset Formula $\uptau$
36539 \end_inset
36540
36541 のようになります。
36542 \end_layout
36543
36544 \begin_layout Standard
36545 これらのコマンドを使えば、以下のような素粒子の反応を組版することができるようになります。
36546 \begin_inset Formula 
36547 \[
36548 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}
36549 \]
36550
36551 \end_inset
36552
36553
36554 \end_layout
36555
36556 \begin_layout Standard
36557 アップライト体の文字は、イタリック体のものよりも太く幅広です。したがって、これらを「
36558 \begin_inset Formula $\mu m$
36559 \end_inset
36560
36561 」のような単位に使うべきではありません。
36562 \end_layout
36563
36564 \begin_layout Standard
36565 \begin_inset ERT
36566 status collapsed
36567
36568 \begin_layout Plain Layout
36569
36570
36571 \backslash
36572 else 
36573 \end_layout
36574
36575 \end_inset
36576
36577
36578 \begin_inset Note Note
36579 status open
36580
36581 \begin_layout Plain Layout
36582 以下は、
36583 \series bold
36584 upgreek
36585 \series default
36586  LaTeXパッケージが導入されていないときのみ表示されます。
36587 \end_layout
36588
36589 \end_inset
36590
36591
36592 \end_layout
36593
36594 \begin_layout Standard
36595 この小節のすべてを出力で見るには、
36596 \series bold
36597 upgreek
36598 \series default
36599  LaTeXパッケージを導入する必要があります。
36600 \end_layout
36601
36602 \begin_layout Standard
36603 \begin_inset ERT
36604 status collapsed
36605
36606 \begin_layout Plain Layout
36607
36608
36609 \backslash
36610 fi 
36611 \end_layout
36612
36613 \end_inset
36614
36615
36616 \begin_inset Newpage newpage
36617 \end_inset
36618
36619
36620 \end_layout
36621
36622 \begin_layout Subsection
36623 数式中のテキスト文字
36624 \begin_inset CommandInset label
36625 LatexCommand label
36626 name "sub:数式中のテキスト文字"
36627
36628 \end_inset
36629
36630
36631 \begin_inset Index idx
36632 status collapsed
36633
36634 \begin_layout Plain Layout
36635 てきすと@テキスト ! すうしきちゅうの@数式中の ---
36636 \end_layout
36637
36638 \end_inset
36639
36640
36641 \end_layout
36642
36643 \begin_layout Standard
36644 折にふれて、テキスト文字を直接数式中に入れたいときがあるでしょう。たとえば、中黒「·」を
36645 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
36646 \end_inset
36647
36648 のように数式中で頻繁に用いようとすると、この中黒はすべてのエンコーディングでテキスト文字として定義されているために、代わりに
36649 \series bold
36650
36651 \backslash
36652 cdot
36653 \series default
36654
36655 \begin_inset Foot
36656 status collapsed
36657
36658 \begin_layout Plain Layout
36659
36660 \begin_inset CommandInset ref
36661 LatexCommand ref
36662 reference "sub:二項演算子"
36663
36664 \end_inset
36665
36666 節参照。
36667 \end_layout
36668
36669 \end_inset
36670
36671 コマンドを挿入しなくてはならなくなることでしょう。しかし、
36672 \end_layout
36673
36674 \begin_layout Standard
36675
36676 \series bold
36677
36678 \backslash
36679 Declare Inputtext{183}{
36680 \backslash
36681 ifmmode
36682 \backslash
36683 cdot
36684 \backslash
36685 else
36686 \backslash
36687 textperiodcentered
36688 \backslash
36689 f\SpecialChar \textcompwordmark{}
36690 i}
36691 \end_layout
36692
36693 \begin_layout Standard
36694 というLaTeXプリアンブル行を使えば、エンコーディングに変更を加えることができます。
36695 \end_layout
36696
36697 \begin_layout Standard
36698 文字エンコーディング(
36699 \family sans
36700 文書\SpecialChar \menuseparator
36701 設定\SpecialChar \menuseparator
36702 言語
36703 \family default
36704 メニュー)は、キーボード上の
36705 \begin_inset Flex Ruby
36706 status collapsed
36707
36708 \begin_layout Plain Layout
36709
36710 \begin_inset Argument post:1
36711 status collapsed
36712
36713 \begin_layout Plain Layout
36714 キー
36715 \end_layout
36716
36717 \end_inset
36718
36719
36720 \end_layout
36721
36722 \end_inset
36723
36724 が押されたときにどの文字が表示されるかを指定します。「·」文字に対応する鍵が押されると、内部的には
36725 \series bold
36726
36727 \backslash
36728 textperiodcentered
36729 \series default
36730 コマンドが使用されます。しかし、このコマンドは数式中では使えないので、LaTeXエラーが発生するのです。変更後のエンコーディングでは、文字が数式中に挿入されたか
36731 否かによって、正しいコマンドが自動的に選択されます。
36732 \end_layout
36733
36734 \begin_layout Standard
36735 定義ファイル中には、複数の文字のエンコーディングが保管されています。たとえば、
36736 \series bold
36737 latin9
36738 \series default
36739 エンコーディングは、LaTeXがインストールされたフォルダにある
36740 \series bold
36741 latin9.def
36742 \series default
36743 ファイルに定義されています。エンコーディングは、LaTeXプリアンブルで変更するべきであって、定義ファイルを変更してはなりません。さもないと、自分の作成した文書
36744 は、他のコンピューターで作業をしている他のユーザーによっては編集することができなくなってしまいます。
36745 \end_layout
36746
36747 \begin_layout Standard
36748 \begin_inset VSpace medskip
36749 \end_inset
36750
36751 中黒の他にこの文書では、角度記号「
36752 \begin_inset Formula $^{\circ}$
36753 \end_inset
36754
36755 」が、数式に直接入れることができるよう、以下のようなLaTeXプリアンブル行で定義されています
36756 \begin_inset Foot
36757 status collapsed
36758
36759 \begin_layout Plain Layout
36760 (訳註)pLaTeXでは、これらの定義は必要ないので、コメントアウトして無効にしてあります。
36761 \end_layout
36762
36763 \end_inset
36764
36765
36766 \end_layout
36767
36768 \begin_layout Standard
36769
36770 \series bold
36771
36772 \backslash
36773 DeclareInputtext{176}{
36774 \backslash
36775 ifmmode^
36776 \backslash
36777 circ
36778 \backslash
36779 else
36780 \backslash
36781 textdegree
36782 \backslash
36783 f\SpecialChar \textcompwordmark{}
36784 i}
36785 \end_layout
36786
36787 \begin_layout Standard
36788 \begin_inset Newpage newpage
36789 \end_inset
36790
36791
36792 \end_layout
36793
36794 \begin_layout Section
36795 \start_of_appendix
36796 組版上の助言
36797 \begin_inset Index idx
36798 status collapsed
36799
36800 \begin_layout Plain Layout
36801 くみばんじょうのじょげん@組版上の助言
36802 \end_layout
36803
36804 \end_inset
36805
36806
36807 \end_layout
36808
36809 \begin_layout Standard
36810 この節は、ISO規範に掲げてある、もっとも重要な組版ルールの要約です
36811 \begin_inset Foot
36812 status collapsed
36813
36814 \begin_layout Plain Layout
36815 この要約の一部は、ISO規則を取り上げている「Duden」
36816 \begin_inset CommandInset citation
36817 LatexCommand cite
36818 key "Duden"
36819
36820 \end_inset
36821
36822 と呼ばれるドイツの半公的辞書から採られています。
36823 \end_layout
36824
36825 \end_inset
36826
36827
36828 \end_layout
36829
36830 \begin_layout Itemize
36831 物理単位は、つねに(イタリック文中にあるときも)アップライト体にします
36832 \begin_inset Foot
36833 status collapsed
36834
36835 \begin_layout Plain Layout
36836 書体様式で指定します。第
36837 \begin_inset CommandInset ref
36838 LatexCommand ref
36839 reference "sub:書体様式"
36840
36841 \end_inset
36842
36843 節を参照。
36844 \end_layout
36845
36846 \end_inset
36847
36848 :30
36849 \begin_inset space \thinspace{}
36850 \end_inset
36851
36852 km/h
36853 \begin_inset Newline newline
36854 \end_inset
36855
36856 値と単位の間には、最小空白を入れます。第
36857 \begin_inset CommandInset ref
36858 LatexCommand ref
36859 reference "sub:定義済みの空白"
36860
36861 \end_inset
36862
36863 節を参照。
36864 \begin_inset Newline newline
36865 \end_inset
36866
36867 この慣習は、
36868 \series bold
36869
36870 \backslash
36871 unittwo
36872 \series default
36873 コマンドを使用すると、つねに満たされます。このコマンドを数式に入れると、二つの枠が現れます。最初の枠には値をいれ、第二の枠に単位を入れると、上記と同じような結果
36874 が得られます:
36875 \begin_inset Formula $\unit[30]{km/h}$
36876 \end_inset
36877
36878
36879 \begin_inset space \thinspace{}
36880 \end_inset
36881
36882 。実は、
36883 \series bold
36884
36885 \backslash
36886 unittwo
36887 \series default
36888 は、LaTeXコマンドの実体ではなく、
36889 \series bold
36890
36891 \backslash
36892 unit[値]{単位}
36893 \series default
36894 というコマンドです。したがって、これをTeXコード中で使用することはできません。
36895 \end_layout
36896
36897 \begin_layout Itemize
36898 百分率記号と千分率記号は、物理単位と同様に組みます:
36899 \begin_inset Newline newline
36900 \end_inset
36901
36902 血中アルコール1,2
36903 \begin_inset space \thinspace{}
36904 \end_inset
36905
36906
36907 \end_layout
36908
36909 \begin_layout Itemize
36910 角度記号は値の直後に置きます:
36911 \begin_inset Formula $15^{\circ}$
36912 \end_inset
36913
36914 。しかし、単位として用いられるときは別です:15
36915 \begin_inset space \thinspace{}
36916 \end_inset
36917
36918
36919 \begin_inset Formula $^{\circ}\negmedspace\mbox{C}$
36920 \end_inset
36921
36922
36923 \end_layout
36924
36925 \begin_layout Itemize
36926 4桁以上の数は、3桁ごとに最小空白を直前に挿入して、グループ化します:18
36927 \begin_inset space \thinspace{}
36928 \end_inset
36929
36930 473
36931 \begin_inset space \thinspace{}
36932 \end_inset
36933
36934 588
36935 \end_layout
36936
36937 \begin_layout Itemize
36938 \begin_inset Formula $120\times90\times40$
36939 \end_inset
36940
36941
36942 \begin_inset space \thinspace{}
36943 \end_inset
36944
36945 cmのような寸法には、積記号「
36946 \begin_inset Formula $\times$
36947 \end_inset
36948
36949 」を用います。これは、
36950 \series bold
36951
36952 \backslash
36953 times
36954 \series default
36955 コマンドか、
36956 \family sans
36957 挿入\SpecialChar \menuseparator
36958 特殊文字\SpecialChar \menuseparator
36959 記号
36960 \family default
36961 メニューから入れることができます。
36962 \end_layout
36963
36964 \begin_layout Itemize
36965 いくつかの文字を含む関数名は、混乱を防ぐためにアップライト体にします。第
36966 \begin_inset CommandInset ref
36967 LatexCommand ref
36968 reference "sub:定義済み函数"
36969
36970 \end_inset
36971
36972 節を参照。
36973 \end_layout
36974
36975 \begin_layout Itemize
36976 複数の文字を含む指数は、アップライト体にします:
36977 \begin_inset Formula $E_{\mathrm{kin}}$
36978 \end_inset
36979
36980
36981 \begin_inset Newline newline
36982 \end_inset
36983
36984 行列要素はイタリック体にします:
36985 \begin_inset Formula $\hat{H}_{kl}$
36986 \end_inset
36987
36988
36989 \end_layout
36990
36991 \begin_layout Itemize
36992 微分作用素・積分作用素「d」、オイラー数「e」、虚数単位「i」は、他の変数と間違えることを避けるために、アップライト体にします。
36993 \end_layout
36994
36995 \begin_layout Itemize
36996
36997 \noun on
36998 フーリエ
36999 \noun default
37000 変換を表す文字は、
37001 \series bold
37002
37003 \backslash
37004 mathscr
37005 \begin_inset ERT
37006 status collapsed
37007
37008 \begin_layout Plain Layout
37009
37010
37011 \backslash
37012 spce 
37013 \end_layout
37014
37015 \end_inset
37016
37017 {F
37018 \series default
37019 コマンド
37020 \begin_inset Index idx
37021 status collapsed
37022
37023 \begin_layout Plain Layout
37024 こまんど@コマンド! M ! 
37025 \backslash
37026 mathscr
37027 \end_layout
37028
37029 \end_inset
37030
37031
37032 \family sans
37033 挿入\SpecialChar \menuseparator
37034 特殊文字\SpecialChar \menuseparator
37035 記号\SpecialChar \menuseparator
37036 文字様記号
37037 \family default
37038 メニューの
37039 \begin_inset Formula $\mathscr{F}$
37040 \end_inset
37041
37042 で入れることができます。
37043 \end_layout
37044
37045 \begin_layout Standard
37046 \begin_inset Newpage newpage
37047 \end_inset
37048
37049
37050 \end_layout
37051
37052 \begin_layout Section
37053 同義語
37054 \begin_inset Index idx
37055 status collapsed
37056
37057 \begin_layout Plain Layout
37058 どうぎご@同義語
37059 \end_layout
37060
37061 \end_inset
37062
37063
37064 \end_layout
37065
37066 \begin_layout Standard
37067 いくつかの文字や記号は、複数のコマンドから作ることができます。以下は、同義のコマンドの一覧です。
37068 \end_layout
37069
37070 \begin_layout Standard
37071 \begin_inset VSpace bigskip
37072 \end_inset
37073
37074
37075 \begin_inset space \hfill{}
37076 \end_inset
37077
37078
37079 \begin_inset Tabular
37080 <lyxtabular version="3" rows="12" columns="2">
37081 <features rotate="0" tabularvalignment="middle">
37082 <column alignment="center" valignment="top" width="0pt">
37083 <column alignment="center" valignment="top" width="0pt">
37084 <row>
37085 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37086 \begin_inset Text
37087
37088 \begin_layout Plain Layout
37089 コマンド
37090 \end_layout
37091
37092 \end_inset
37093 </cell>
37094 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37095 \begin_inset Text
37096
37097 \begin_layout Plain Layout
37098 同義のコマンド
37099 \begin_inset Note Note
37100 status collapsed
37101
37102 \begin_layout Plain Layout
37103 ここで
37104 \series bold
37105
37106 \backslash
37107 raisebox
37108 \series default
37109 はスペーサーとして使用しているだけです。
37110 \end_layout
37111
37112 \end_inset
37113
37114
37115 \end_layout
37116
37117 \end_inset
37118 </cell>
37119 </row>
37120 <row>
37121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37122 \begin_inset Text
37123
37124 \begin_layout Plain Layout
37125
37126 \backslash
37127 ast
37128 \end_layout
37129
37130 \end_inset
37131 </cell>
37132 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37133 \begin_inset Text
37134
37135 \begin_layout Plain Layout
37136 \begin_inset ERT
37137 status collapsed
37138
37139 \begin_layout Plain Layout
37140
37141
37142 \backslash
37143 raisebox{-1.2mm}{
37144 \end_layout
37145
37146 \end_inset
37147
37148 *
37149 \begin_inset ERT
37150 status collapsed
37151
37152 \begin_layout Plain Layout
37153
37154 }
37155 \end_layout
37156
37157 \end_inset
37158
37159
37160 \end_layout
37161
37162 \end_inset
37163 </cell>
37164 </row>
37165 <row>
37166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37167 \begin_inset Text
37168
37169 \begin_layout Plain Layout
37170
37171 \backslash
37172 choose
37173 \end_layout
37174
37175 \end_inset
37176 </cell>
37177 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37178 \begin_inset Text
37179
37180 \begin_layout Plain Layout
37181
37182 \backslash
37183 binom
37184 \end_layout
37185
37186 \end_inset
37187 </cell>
37188 </row>
37189 <row>
37190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37191 \begin_inset Text
37192
37193 \begin_layout Plain Layout
37194
37195 \backslash
37196 geq
37197 \end_layout
37198
37199 \end_inset
37200 </cell>
37201 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37202 \begin_inset Text
37203
37204 \begin_layout Plain Layout
37205
37206 \backslash
37207 ge
37208 \end_layout
37209
37210 \end_inset
37211 </cell>
37212 </row>
37213 <row>
37214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37215 \begin_inset Text
37216
37217 \begin_layout Plain Layout
37218
37219 \backslash
37220 lbrace
37221 \end_layout
37222
37223 \end_inset
37224 </cell>
37225 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37226 \begin_inset Text
37227
37228 \begin_layout Plain Layout
37229 {
37230 \end_layout
37231
37232 \end_inset
37233 </cell>
37234 </row>
37235 <row>
37236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37237 \begin_inset Text
37238
37239 \begin_layout Plain Layout
37240
37241 \backslash
37242 lbracket
37243 \end_layout
37244
37245 \end_inset
37246 </cell>
37247 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37248 \begin_inset Text
37249
37250 \begin_layout Plain Layout
37251 [
37252 \end_layout
37253
37254 \end_inset
37255 </cell>
37256 </row>
37257 <row>
37258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37259 \begin_inset Text
37260
37261 \begin_layout Plain Layout
37262
37263 \backslash
37264 leftarrow
37265 \end_layout
37266
37267 \end_inset
37268 </cell>
37269 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37270 \begin_inset Text
37271
37272 \begin_layout Plain Layout
37273
37274 \backslash
37275 gets
37276 \end_layout
37277
37278 \end_inset
37279 </cell>
37280 </row>
37281 <row>
37282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37283 \begin_inset Text
37284
37285 \begin_layout Plain Layout
37286
37287 \backslash
37288 leq
37289 \end_layout
37290
37291 \end_inset
37292 </cell>
37293 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37294 \begin_inset Text
37295
37296 \begin_layout Plain Layout
37297
37298 \backslash
37299 le
37300 \end_layout
37301
37302 \end_inset
37303 </cell>
37304 </row>
37305 <row>
37306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37307 \begin_inset Text
37308
37309 \begin_layout Plain Layout
37310
37311 \backslash
37312 lor
37313 \end_layout
37314
37315 \end_inset
37316 </cell>
37317 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37318 \begin_inset Text
37319
37320 \begin_layout Plain Layout
37321
37322 \backslash
37323 vee
37324 \end_layout
37325
37326 \end_inset
37327 </cell>
37328 </row>
37329 <row>
37330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37331 \begin_inset Text
37332
37333 \begin_layout Plain Layout
37334
37335 \backslash
37336 neq
37337 \end_layout
37338
37339 \end_inset
37340 </cell>
37341 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37342 \begin_inset Text
37343
37344 \begin_layout Plain Layout
37345
37346 \backslash
37347 not=
37348 \end_layout
37349
37350 \end_inset
37351 </cell>
37352 </row>
37353 <row>
37354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37355 \begin_inset Text
37356
37357 \begin_layout Plain Layout
37358
37359 \backslash
37360 slash
37361 \end_layout
37362
37363 \end_inset
37364 </cell>
37365 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37366 \begin_inset Text
37367
37368 \begin_layout Plain Layout
37369 /
37370 \end_layout
37371
37372 \end_inset
37373 </cell>
37374 </row>
37375 <row>
37376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37377 \begin_inset Text
37378
37379 \begin_layout Plain Layout
37380
37381 \backslash
37382 vert
37383 \end_layout
37384
37385 \end_inset
37386 </cell>
37387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37388 \begin_inset Text
37389
37390 \begin_layout Plain Layout
37391 \begin_inset Formula $|$
37392 \end_inset
37393
37394
37395 \end_layout
37396
37397 \end_inset
37398 </cell>
37399 </row>
37400 </lyxtabular>
37401
37402 \end_inset
37403
37404
37405 \begin_inset space \hfill{}
37406 \end_inset
37407
37408
37409 \begin_inset Tabular
37410 <lyxtabular version="3" rows="12" columns="2">
37411 <features rotate="0" tabularvalignment="middle">
37412 <column alignment="center" valignment="top" width="0pt">
37413 <column alignment="center" valignment="top" width="0pt">
37414 <row>
37415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37416 \begin_inset Text
37417
37418 \begin_layout Plain Layout
37419 コマンド
37420 \end_layout
37421
37422 \end_inset
37423 </cell>
37424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37425 \begin_inset Text
37426
37427 \begin_layout Plain Layout
37428 同義のコマンド
37429 \end_layout
37430
37431 \end_inset
37432 </cell>
37433 </row>
37434 <row>
37435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37436 \begin_inset Text
37437
37438 \begin_layout Plain Layout
37439
37440 \backslash
37441 backslash
37442 \end_layout
37443
37444 \end_inset
37445 </cell>
37446 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37447 \begin_inset Text
37448
37449 \begin_layout Plain Layout
37450
37451 \backslash
37452
37453 \backslash
37454
37455 \end_layout
37456
37457 \end_inset
37458 </cell>
37459 </row>
37460 <row>
37461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37462 \begin_inset Text
37463
37464 \begin_layout Plain Layout
37465
37466 \backslash
37467 dasharrow
37468 \end_layout
37469
37470 \end_inset
37471 </cell>
37472 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37473 \begin_inset Text
37474
37475 \begin_layout Plain Layout
37476
37477 \backslash
37478 dashrightarrow
37479 \end_layout
37480
37481 \end_inset
37482 </cell>
37483 </row>
37484 <row>
37485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37486 \begin_inset Text
37487
37488 \begin_layout Plain Layout
37489
37490 \backslash
37491 land
37492 \end_layout
37493
37494 \end_inset
37495 </cell>
37496 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37497 \begin_inset Text
37498
37499 \begin_layout Plain Layout
37500
37501 \backslash
37502 wedge
37503 \end_layout
37504
37505 \end_inset
37506 </cell>
37507 </row>
37508 <row>
37509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37510 \begin_inset Text
37511
37512 \begin_layout Plain Layout
37513
37514 \backslash
37515 rbrace
37516 \end_layout
37517
37518 \end_inset
37519 </cell>
37520 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37521 \begin_inset Text
37522
37523 \begin_layout Plain Layout
37524 }
37525 \end_layout
37526
37527 \end_inset
37528 </cell>
37529 </row>
37530 <row>
37531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37532 \begin_inset Text
37533
37534 \begin_layout Plain Layout
37535
37536 \backslash
37537 rbracket
37538 \end_layout
37539
37540 \end_inset
37541 </cell>
37542 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37543 \begin_inset Text
37544
37545 \begin_layout Plain Layout
37546 ]
37547 \end_layout
37548
37549 \end_inset
37550 </cell>
37551 </row>
37552 <row>
37553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37554 \begin_inset Text
37555
37556 \begin_layout Plain Layout
37557
37558 \backslash
37559 rightarrow
37560 \end_layout
37561
37562 \end_inset
37563 </cell>
37564 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37565 \begin_inset Text
37566
37567 \begin_layout Plain Layout
37568
37569 \backslash
37570 to
37571 \end_layout
37572
37573 \end_inset
37574 </cell>
37575 </row>
37576 <row>
37577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37578 \begin_inset Text
37579
37580 \begin_layout Plain Layout
37581
37582 \backslash
37583 lnot
37584 \end_layout
37585
37586 \end_inset
37587 </cell>
37588 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37589 \begin_inset Text
37590
37591 \begin_layout Plain Layout
37592
37593 \backslash
37594 neg
37595 \end_layout
37596
37597 \end_inset
37598 </cell>
37599 </row>
37600 <row>
37601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37602 \begin_inset Text
37603
37604 \begin_layout Plain Layout
37605
37606 \backslash
37607 ne
37608 \end_layout
37609
37610 \end_inset
37611 </cell>
37612 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37613 \begin_inset Text
37614
37615 \begin_layout Plain Layout
37616
37617 \backslash
37618 not=
37619 \end_layout
37620
37621 \end_inset
37622 </cell>
37623 </row>
37624 <row>
37625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37626 \begin_inset Text
37627
37628 \begin_layout Plain Layout
37629
37630 \backslash
37631 owns
37632 \end_layout
37633
37634 \end_inset
37635 </cell>
37636 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37637 \begin_inset Text
37638
37639 \begin_layout Plain Layout
37640
37641 \backslash
37642 ni
37643 \end_layout
37644
37645 \end_inset
37646 </cell>
37647 </row>
37648 <row>
37649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37650 \begin_inset Text
37651
37652 \begin_layout Plain Layout
37653
37654 \backslash
37655 square
37656 \end_layout
37657
37658 \end_inset
37659 </cell>
37660 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37661 \begin_inset Text
37662
37663 \begin_layout Plain Layout
37664
37665 \backslash
37666 Box
37667 \end_layout
37668
37669 \end_inset
37670 </cell>
37671 </row>
37672 <row>
37673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37674 \begin_inset Text
37675
37676 \begin_layout Plain Layout
37677
37678 \backslash
37679 Vert
37680 \end_layout
37681
37682 \end_inset
37683 </cell>
37684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37685 \begin_inset Text
37686
37687 \begin_layout Plain Layout
37688
37689 \backslash
37690
37691 \begin_inset Formula $|$
37692 \end_inset
37693
37694
37695 \end_layout
37696
37697 \end_inset
37698 </cell>
37699 </row>
37700 </lyxtabular>
37701
37702 \end_inset
37703
37704
37705 \begin_inset space \hfill{}
37706 \end_inset
37707
37708
37709 \end_layout
37710
37711 \begin_layout Standard
37712 \begin_inset Newpage newpage
37713 \end_inset
37714
37715
37716 \end_layout
37717
37718 \begin_layout Bibliography
37719 \begin_inset CommandInset bibitem
37720 LatexCommand bibitem
37721 key "TLC2"
37722
37723 \end_inset
37724
37725
37726 \shape smallcaps
37727 Mittelbach, F.
37728  ; Goossens, M.
37729 \shape default
37730
37731 \shape italic
37732 The LaTeX Companion
37733 \shape default
37734 , 2nd ed.
37735  Addison Wesley, 2004
37736 \end_layout
37737
37738 \begin_layout Bibliography
37739 \begin_inset CommandInset bibitem
37740 LatexCommand bibitem
37741 key "Mathmode"
37742
37743 \end_inset
37744
37745 LaTeXの数式能力の
37746 \begin_inset CommandInset href
37747 LatexCommand href
37748 name "説明"
37749 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
37750
37751 \end_inset
37752
37753
37754 \end_layout
37755
37756 \begin_layout Bibliography
37757 \begin_inset CommandInset bibitem
37758 LatexCommand bibitem
37759 key "AMS"
37760
37761 \end_inset
37762
37763
37764 \begin_inset ERT
37765 status collapsed
37766
37767 \begin_layout Plain Layout
37768
37769
37770 \backslash
37771 AmS
37772 \end_layout
37773
37774 \end_inset
37775
37776 -LaTeXの
37777 \begin_inset CommandInset href
37778 LatexCommand href
37779 name "説明"
37780 target "http://mirrors.ctan.org/macros/latex/required/amslatex/math/amsldoc.pdf"
37781
37782 \end_inset
37783
37784
37785 \end_layout
37786
37787 \begin_layout Bibliography
37788 \begin_inset CommandInset bibitem
37789 LatexCommand bibitem
37790 key "Symbols"
37791
37792 \end_inset
37793
37794 LaTeXパッケージで利用できる記号の
37795 \begin_inset CommandInset href
37796 LatexCommand href
37797 name "全覧"
37798 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
37799
37800 \end_inset
37801
37802
37803 \end_layout
37804
37805 \begin_layout Bibliography
37806 \begin_inset CommandInset bibitem
37807 LatexCommand bibitem
37808 key "cancel"
37809
37810 \end_inset
37811
37812 LaTeX 
37813 \series bold
37814 cancel
37815 \series default
37816
37817 \begin_inset Index idx
37818 status collapsed
37819
37820 \begin_layout Plain Layout
37821 ぱっけーじ@パッケージ ! cancel
37822 \end_layout
37823
37824 \end_inset
37825
37826 パッケージの
37827 \begin_inset CommandInset href
37828 LatexCommand href
37829 name "取扱説明書"
37830 target "http://mirrors.ctan.org/macros/latex/contrib/cancel/cancel.pdf"
37831
37832 \end_inset
37833
37834
37835 \end_layout
37836
37837 \begin_layout Bibliography
37838 \begin_inset CommandInset bibitem
37839 LatexCommand bibitem
37840 key "hyperref"
37841
37842 \end_inset
37843
37844 LaTeX 
37845 \series bold
37846 hyperref
37847 \series default
37848
37849 \begin_inset Index idx
37850 status collapsed
37851
37852 \begin_layout Plain Layout
37853 ぱっけーじ@パッケージ ! hyperref
37854 \end_layout
37855
37856 \end_inset
37857
37858 パッケージの
37859 \begin_inset CommandInset href
37860 LatexCommand href
37861 name "取扱説明書"
37862 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
37863
37864 \end_inset
37865
37866
37867 \end_layout
37868
37869 \begin_layout Bibliography
37870 \begin_inset CommandInset bibitem
37871 LatexCommand bibitem
37872 key "mhchem"
37873
37874 \end_inset
37875
37876 LaTeX 
37877 \series bold
37878 mhchem
37879 \series default
37880
37881 \begin_inset Index idx
37882 status collapsed
37883
37884 \begin_layout Plain Layout
37885 ぱっけーじ@パッケージ ! mhchem
37886 \end_layout
37887
37888 \end_inset
37889
37890 パッケージの
37891 \begin_inset CommandInset href
37892 LatexCommand href
37893 name "取扱説明書"
37894 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
37895
37896 \end_inset
37897
37898
37899 \end_layout
37900
37901 \begin_layout Bibliography
37902 \begin_inset CommandInset bibitem
37903 LatexCommand bibitem
37904 key "Mathclap"
37905
37906 \end_inset
37907
37908
37909 \begin_inset CommandInset ref
37910 LatexCommand ref
37911 reference "sub:演算子の範囲"
37912
37913 \end_inset
37914
37915 節に述べられている
37916 \series bold
37917
37918 \backslash
37919 mathclap
37920 \series default
37921 コマンドの
37922 \begin_inset CommandInset href
37923 LatexCommand href
37924 name "説明"
37925 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
37926
37927 \end_inset
37928
37929
37930 \begin_inset Index idx
37931 status collapsed
37932
37933 \begin_layout Plain Layout
37934 こまんど@コマンド ! M ! 
37935 \backslash
37936 mathclap
37937 \end_layout
37938
37939 \end_inset
37940
37941
37942 \end_layout
37943
37944 \begin_layout Bibliography
37945 \begin_inset CommandInset bibitem
37946 LatexCommand bibitem
37947 key "Duden"
37948
37949 \end_inset
37950
37951
37952 \emph on
37953 Duden Band 1
37954 \emph default
37955 .
37956  22.
37957  Auflage, Duden 2001
37958 \end_layout
37959
37960 \begin_layout Bibliography
37961 \begin_inset CommandInset bibitem
37962 LatexCommand bibitem
37963 key "Checklist"
37964
37965 \end_inset
37966
37967 原稿見直しの
37968 \begin_inset CommandInset href
37969 LatexCommand href
37970 name "チェックリスト"
37971 target "http://physics.nist.gov/Document/checklist.pdf"
37972
37973 \end_inset
37974
37975
37976 \end_layout
37977
37978 \begin_layout Subsubsection*
37979 \begin_inset CommandInset index_print
37980 LatexCommand printindex
37981 type "idx"
37982
37983 \end_inset
37984
37985
37986 \end_layout
37987
37988 \end_body
37989 \end_document