]> git.lyx.org Git - lyx.git/blob - lib/doc/ja/Math.lyx
Japanese docs: translations from Koji
[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 MenuString              "ルビ(R)|R"
165 Decoration              Conglomerate
166 Argument post:1
167       LabelString       "ルビ文"
168       MenuString        "ルビ文(S)|S"
169       Decoration        Conglomerate
170       Font
171             Size                tiny
172       EndFont
173       LabelFont
174             Size                tiny
175       EndFont
176       Mandatory 1
177 EndArgument
178 Preamble
179 \IfFileExists{okumacro.sty}
180  {\usepackage{okumacro}}
181  {\newcommand{\ruby}[2]{#2}}
182 EndPreamble
183 End
184 \end_local_layout
185 \language japanese
186 \language_package default
187 \inputencoding auto
188 \fontencoding global
189 \font_roman default
190 \font_sans default
191 \font_typewriter default
192 \font_math auto
193 \font_default_family default
194 \use_non_tex_fonts false
195 \font_sc false
196 \font_osf false
197 \font_sf_scale 100
198 \font_tt_scale 100
199 \graphics default
200 \default_output_format pdf3
201 \output_sync 0
202 \bibtex_command default
203 \index_command default
204 \paperfontsize default
205 \spacing single
206 \use_hyperref true
207 \pdf_title "LyX数式説明書"
208 \pdf_author "LyXプロジェクトチーム・Uwe Stohr"
209 \pdf_subject "LyXの数式機能に関する説明書"
210 \pdf_keywords "LyX, Mathed"
211 \pdf_bookmarks true
212 \pdf_bookmarksnumbered true
213 \pdf_bookmarksopen true
214 \pdf_bookmarksopenlevel 1
215 \pdf_breaklinks false
216 \pdf_pdfborder false
217 \pdf_colorlinks true
218 \pdf_backref false
219 \pdf_pdfusetitle false
220 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
221 \papersize a4paper
222 \use_geometry true
223 \use_package amsmath 2
224 \use_package amssymb 2
225 \use_package cancel 2
226 \use_package esint 1
227 \use_package mathdots 1
228 \use_package mathtools 0
229 \use_package mhchem 1
230 \use_package stackrel 0
231 \use_package stmaryrd 0
232 \use_package undertilde 0
233 \cite_engine basic
234 \cite_engine_type default
235 \biblio_style plain
236 \use_bibtopic false
237 \use_indices false
238 \paperorientation portrait
239 \suppress_date false
240 \justification true
241 \use_refstyle 0
242 \notefontcolor #0000ff
243 \index 索引
244 \shortcut idx
245 \color #008000
246 \end_index
247 \leftmargin 3.5cm
248 \topmargin 3cm
249 \rightmargin 3cm
250 \bottommargin 3.5cm
251 \secnumdepth 4
252 \tocdepth 3
253 \paragraph_separation skip
254 \defskip medskip
255 \quotes_language english
256 \papercolumns 1
257 \papersides 2
258 \paperpagestyle plain
259 \tracking_changes false
260 \output_changes false
261 \html_math_output 0
262 \html_css_as_file 0
263 \html_be_strict false
264 \end_header
265
266 \begin_body
267
268 \begin_layout Title
269 LyXの数式詳細説明書
270 \end_layout
271
272 \begin_layout Author
273 LyXプロジェクトチーム
274 \begin_inset Foot
275 status collapsed
276
277 \begin_layout Plain Layout
278 \noindent
279 コメントや誤りの修正などがございましたら、LyX文書化メーリングリスト
280 \family typewriter
281
282 \begin_inset CommandInset href
283 LatexCommand href
284 name "lyx-docs@lists.lyx.org"
285 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
286 type "mailto:"
287
288 \end_inset
289
290
291 \family default
292 までお知らせください。
293 \end_layout
294
295 \end_inset
296
297
298 \begin_inset Note Note
299 status collapsed
300
301 \begin_layout Plain Layout
302 著者:Uwe Stöhr
303 \end_layout
304
305 \end_inset
306
307
308 \begin_inset Newline newline
309 \end_inset
310
311
312 \begin_inset Newline newline
313 \end_inset
314
315
316 \family sans
317 第2.1.x版
318 \end_layout
319
320 \begin_layout Standard
321 \begin_inset CommandInset toc
322 LatexCommand tableofcontents
323
324 \end_inset
325
326
327 \end_layout
328
329 \begin_layout Standard
330 \begin_inset Note Note
331 status open
332
333 \begin_layout Plain Layout
334 この文書をPDFやPS、DVIに書き出すには、LaTeXパッケージの
335 \series bold
336 braket
337 \series default
338
339 \series bold
340 cancel
341 \series default
342
343 \series bold
344 eurosym
345 \series default
346
347 \series bold
348 mathdots
349 \series default
350
351 \series bold
352 mhchem
353 \series default
354
355 \series bold
356 was
357 \series default
358 が導入されている必要があります。これらが導入されていなくても文書はエクスポートできますが、パッケージを必要とする節は出力には現れません。また、
359 \series bold
360 mhchem
361 \series default
362 が導入されていないと、本ファイルを書き出すことができません。
363 \end_layout
364
365 \begin_layout Plain Layout
366 この文書の最新のPDF版は
367 \begin_inset Newline newline
368 \end_inset
369
370
371 \series bold
372 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
373 \begin_inset Newline newline
374 \end_inset
375
376
377 \series default
378 にあります。
379 \end_layout
380
381 \end_inset
382
383
384 \end_layout
385
386 \begin_layout Standard
387 \begin_inset Newpage newpage
388 \end_inset
389
390
391 \end_layout
392
393 \begin_layout Section
394 はじめに
395 \end_layout
396
397 \begin_layout Standard
398 この文書は、LyXの数式機能の説明書であると同時に、なによりも数式記号および数式要素に使用されるLaTeXコマンドのコレクションでもあります。説明は、コマンドの
399 使用を念頭に置いています。したがって、ユーザーの手引きの
400 \family typewriter
401 数式
402 \family default
403 の節をすでにお読みになっていることを前提としています。
404 \end_layout
405
406 \begin_layout Standard
407 この説明書で説明されている、ほとんどの数式記号と、数式要素の多くは、
408 \family sans
409 挿入\SpecialChar \menuseparator
410 数式
411 \family default
412 メニューか
413 \family sans
414 数式ツールバー
415 \family default
416 からアクセスすることが可能です。しかし、たくさんの数式を書かなくてはならない人はみな、数式ツールバーを使うよりもコマンドを使った方がずっと速いことに気付くことに
417 なるのです。したがって、この説明書はコマンドに焦点を当てますが、対応するツールバーボタンが利用可能なときには、それにも言及することにします。
418 \end_layout
419
420 \begin_layout Standard
421 とくに断らなければ、コマンドは数式内からのみ利用可能です。この文書で説明されているすべてのコマンドを利用できるようにするためには、文書設定(
422 \family sans
423 文書\SpecialChar \menuseparator
424 設定\SpecialChar \menuseparator
425 数式オプション
426 \family default
427 メニュー)で
428 \family sans
429 AMS mathパッケージを使う
430 \family default
431 オプションを有効にしなくてはなりません
432 \begin_inset Foot
433 status collapsed
434
435 \begin_layout Plain Layout
436
437 \family sans
438 AMS mathパッケージを自動的に使う
439 \family default
440 オプションは、LyXでサポートされている数式要素が見つかったときのみ、
441 \begin_inset ERT
442 status collapsed
443
444 \begin_layout Plain Layout
445
446
447 \backslash
448 AmS 
449 \end_layout
450
451 \end_inset
452
453 -mathパッケージを使用します。
454 \end_layout
455
456 \end_inset
457
458
459 \end_layout
460
461 \begin_layout Standard
462 説明を明瞭にするために、この文書はすべての
463 \begin_inset ERT
464 status collapsed
465
466 \begin_layout Plain Layout
467
468
469 \backslash
470 AmS 
471 \end_layout
472
473 \end_inset
474
475 -mathコマンド
476 \begin_inset Foot
477 status collapsed
478
479 \begin_layout Plain Layout
480 すべての
481 \begin_inset ERT
482 status collapsed
483
484 \begin_layout Plain Layout
485
486
487 \backslash
488 AmS
489 \end_layout
490
491 \end_inset
492
493 -mathコマンドの一覧は、
494 \family sans
495
496 \begin_inset CommandInset href
497 LatexCommand href
498 name "amsguide.ps"
499 target "ftp://ctan.tug.org/tex-archive/macros/amstex/doc/amsguide.ps"
500
501 \end_inset
502
503
504 \family default
505 ファイルに収録されています。このファイルは、すべてのLaTeX標準頒布版に含まれています。
506 \end_layout
507
508 \end_inset
509
510 を列挙はしません。
511 \end_layout
512
513 \begin_layout Section
514 一般的な説明
515 \end_layout
516
517 \begin_layout Standard
518 本文に埋め込まれた行内数式
519 \begin_inset Index idx
520 status collapsed
521
522 \begin_layout Plain Layout
523 すうしき ! ぎょうない @ 数式 ! 行内
524 \end_layout
525
526 \end_inset
527
528 を作成するには、
529 \begin_inset Flex Ruby
530 status collapsed
531
532 \begin_layout Plain Layout
533 捷径
534 \begin_inset Argument post:1
535 status collapsed
536
537 \begin_layout Plain Layout
538 ショートカット
539 \end_layout
540
541 \end_inset
542
543
544 \end_layout
545
546 \end_inset
547
548
549 \begin_inset Info
550 type  "shortcuts"
551 arg   "math-mode"
552 \end_inset
553
554 のうちのいずれか、あるいはツールバーボタン
555 \begin_inset Graphics
556         filename ../../images/math-mode.png
557         scale 85
558
559 \end_inset
560
561 を使用してください。
562 \begin_inset Newline newline
563 \end_inset
564
565 大きく別の段落として表示される別行立て数式
566 \begin_inset Index idx
567 status collapsed
568
569 \begin_layout Plain Layout
570 すうしき ! べつぎょうだてようしき @ 数式 ! 別行立て様式
571 \end_layout
572
573 \end_inset
574
575 を作成するには、
576 \begin_inset Info
577 type  "shortcuts"
578 arg   "math-display"
579 \end_inset
580
581 のうちいずれかの
582 \begin_inset Flex Ruby
583 status collapsed
584
585 \begin_layout Plain Layout
586 捷径
587 \begin_inset Argument post:1
588 status collapsed
589
590 \begin_layout Plain Layout
591 ショートカット
592 \end_layout
593
594 \end_inset
595
596
597 \end_layout
598
599 \end_inset
600
601 を使用して下さい。
602 \end_layout
603
604 \begin_layout Standard
605 別行立て様式の数式を行内数式に変更するには、カーソルを数式内に合わせて
606 \begin_inset Info
607 type  "shortcuts"
608 arg   "math-mode"
609 \end_inset
610
611 のいずれかの
612 \begin_inset Flex Ruby
613 status collapsed
614
615 \begin_layout Plain Layout
616 捷径
617 \begin_inset Argument post:1
618 status collapsed
619
620 \begin_layout Plain Layout
621 ショートカット
622 \end_layout
623
624 \end_inset
625
626
627 \end_layout
628
629 \end_inset
630
631 か、
632 \family sans
633 編集\SpecialChar \menuseparator
634 数式\SpecialChar \menuseparator
635 数式の表記を変更
636 \family default
637 メニューを使用して下さい。同じ方法が、行内数式を別行立て数式に変更するのにも使用できます。
638 \end_layout
639
640 \begin_layout Standard
641 行内数式の一部を別行立て数式の大きさで表示するには、
642 \series bold
643
644 \backslash
645 displaystyle
646 \begin_inset Index idx
647 status collapsed
648
649 \begin_layout Plain Layout
650
651 \size normal
652 こまんど@コマンド ! D ! 
653 \backslash
654 displaystyle
655 \end_layout
656
657 \end_inset
658
659
660 \series default
661 を数式に入力して下さい。すると、青いボックスが新規に現れて、希望する数式の箇所を挿入することができます。
662 \end_layout
663
664 \begin_layout Standard
665 表の中では、行内数式のみの使用が許されています。
666 \end_layout
667
668 \begin_layout Standard
669
670 \family sans
671 数式ツールバー
672 \family default
673 は、
674 \family sans
675 表示\SpecialChar \menuseparator
676 ツールバー
677 \family default
678 メニューで表示することができます。そのメニューで「数式」をクリックすると、ツールバーが下部に永続的に表示されます。この状態は、
679 \family sans
680 ツールバー
681 \family default
682 メニューの中ではチェック印で表されます。この状態から、
683 \family sans
684 ツールバー
685 \family default
686 メニューの「数式」をもう一度クリックすると、数式ツールバーは、カーソルが数式内部にあるときのみ表示されるようになります。この状態は、メニュー項目が「数式」から「
687 数式(自動)」に変わることで表されます。
688 \end_layout
689
690 \begin_layout Standard
691 TeXモード
692 \begin_inset Index idx
693 status collapsed
694
695 \begin_layout Plain Layout
696 T@TeXモード
697 \end_layout
698
699 \end_inset
700
701 は、ツールバーボタン
702 \begin_inset Graphics
703         filename ../../images/ert-insert.png
704         scale 85
705
706 \end_inset
707
708 を押すか、
709 \family sans
710 挿入\SpecialChar \menuseparator
711 Te
712 \begin_inset ERT
713 status collapsed
714
715 \begin_layout Plain Layout
716
717 {}
718 \end_layout
719
720 \end_inset
721
722 Xコード
723 \family default
724 (
725 \begin_inset Flex Ruby
726 status collapsed
727
728 \begin_layout Plain Layout
729 捷径
730 \begin_inset Argument post:1
731 status collapsed
732
733 \begin_layout Plain Layout
734 ショートカット
735 \end_layout
736
737 \end_inset
738
739
740 \end_layout
741
742 \end_inset
743
744
745 \begin_inset Info
746 type  "shortcut"
747 arg   "ert-insert"
748 \end_inset
749
750 )メニューを使うことで、起動できます。
751 \begin_inset Note Note
752 status collapsed
753
754 \begin_layout Plain Layout
755 LyXには、出力においては上付き文字と下付き文字とで表示される三つの「固有名詞」、TeX・LaTeX・LyXがあります。これらの名称が、固有名詞として認識される
756 のを防ぐために、ここではTeX括弧が挿入されています。
757 \end_layout
758
759 \end_inset
760
761
762 \end_layout
763
764 \begin_layout Standard
765 LaTeXプリアンブル
766 \begin_inset Index idx
767 status collapsed
768
769 \begin_layout Plain Layout
770 L@LaTeXプリアンブル
771 \end_layout
772
773 \end_inset
774
775 を変更するには、
776 \family sans
777 文書\SpecialChar \menuseparator
778 設定\SpecialChar \menuseparator
779 LaT
780 \begin_inset ERT
781 status collapsed
782
783 \begin_layout Plain Layout
784
785 {}
786 \end_layout
787
788 \end_inset
789
790 eXプリアンブル
791 \family default
792 メニューを使用してください。
793 \end_layout
794
795 \begin_layout Standard
796 行列や場合分け、多行数式を続けて編集するには、
797 \family sans
798 編集\SpecialChar \menuseparator
799 数式
800 \family default
801 メニューと
802 \family sans
803 編集\SpecialChar \menuseparator
804 行と列
805 \family default
806 メニューを使うか、表ツールバーを使用することができます。メニューから行や列を交換するように指定されたときには、カーソルのある列や行は、それぞれ右側の列や下の行と
807 交換されます。カーソルが最後の列や行にあるときには、左の列や上の行と交換されることになります。
808 \end_layout
809
810 \begin_layout Standard
811 数式内で文章を書く
812 \begin_inset Foot
813 status collapsed
814
815 \begin_layout Plain Layout
816 多行数式では、
817 \series bold
818
819 \backslash
820 intertext
821 \series default
822 コマンドが使用されます。
823 \begin_inset CommandInset ref
824 LatexCommand ref
825 reference "sub:多行数式中のテキスト"
826
827 \end_inset
828
829 を参照のこと。
830 \end_layout
831
832 \end_inset
833
834 には、
835 \emph on
836 数式テキスト
837 \emph default
838
839 \begin_inset Index idx
840 status collapsed
841
842 \begin_layout Plain Layout
843 てきすと ! すうしきないの @ テキスト ! 数式内の
844 \end_layout
845
846 \end_inset
847
848
849 \begin_inset Index idx
850 status collapsed
851
852 \begin_layout Plain Layout
853 すうしきてきすと @ 数式テキスト
854 \end_layout
855
856 \end_inset
857
858 が使用されます。このモードには、
859 \begin_inset Flex Ruby
860 status collapsed
861
862 \begin_layout Plain Layout
863 捷径
864 \begin_inset Argument post:1
865 status collapsed
866
867 \begin_layout Plain Layout
868 ショートカット
869 \end_layout
870
871 \end_inset
872
873
874 \end_layout
875
876 \end_inset
877
878
879 \begin_inset Info
880 type  "shortcut"
881 arg   "math-mode"
882 \end_inset
883
884 を使うか、
885 \series bold
886
887 \backslash
888 text
889 \series default
890
891 \begin_inset Index idx
892 status collapsed
893
894 \begin_layout Plain Layout
895 こまんど @ コマンド ! T ! 
896 \backslash
897 text
898 \end_layout
899
900 \end_inset
901
902 コマンドを挿入することで入ることができます。テキストは、LyX中では黒字で表示されるので、青字で表示される他の数式部分とは区別することができます。出力においては
903 、数式テキストは、他の数式部分とは違って、アップライト体に組まれます。
904 \end_layout
905
906 \begin_layout Subsection*
907 コマンドの構成
908 \end_layout
909
910 \begin_layout Standard
911 数式要素に使われるほとんどのLaTeXコマンドは、以下のような構成になっています。
912 \end_layout
913
914 \begin_layout Standard
915
916 \series bold
917
918 \backslash
919 コマンド名[非必須引数]{必須引数}
920 \end_layout
921
922 \begin_layout Standard
923 コマンドは、つねにバックスラッシュ「
924 \series bold
925
926 \backslash
927
928 \series default
929 」で始まります。非必須の引数を省略するときには、随伴する括弧も省略しなくてはなりません。必須引数の前後の括弧は、この文書中では、TeX括弧
930 \begin_inset Index idx
931 status collapsed
932
933 \begin_layout Plain Layout
934 T@TeX括弧
935 \end_layout
936
937 \end_inset
938
939 と呼ぶことにします。数式中でコマンド名に左括弧を付けると、LyXは自動的にTeX括弧を生成します。数式中ではそれ以外に、
940 \series bold
941
942 \backslash
943 {
944 \series default
945 コマンドを使えば、つねにTeX括弧を生成することができます。LyX中で、青字で表示される通常の括弧とは違って、TeX括弧は赤字で表示されます。TeXモード中では
946 、TeX括弧を得るのに、とくにコマンドは必要としません。また、TeX括弧は出力中では表示されません。
947 \end_layout
948
949 \begin_layout Standard
950 記号のコマンドのように引数のないコマンドをTeXモードに入力するときには、コマンドの終わりを表すために、コマンドの後に空白が
951 \emph on
952 かならず
953 \emph default
954 入力されなくてはなりません。この空白は出力中には現れません。空白を出力中に表示したいときには、空白の後に、通常テキストモードの保護された空白が来なくてはなりませ
955 ん。
956 \end_layout
957
958 \begin_layout Standard
959 保護された空白は、
960 \begin_inset Info
961 type  "shortcut"
962 arg   "space-insert protected"
963 \end_inset
964
965 で入力できます。
966 \end_layout
967
968 \begin_layout Subsection*
969 \begin_inset Newpage newpage
970 \end_inset
971
972 文法の説明
973 \end_layout
974
975 \begin_layout Itemize
976 記号
977 \begin_inset Foot
978 status collapsed
979
980 \begin_layout Plain Layout
981 この可視化された空白文字は、
982 \series bold
983
984 \backslash
985 textvisiblespace
986 \series default
987
988 \begin_inset Index idx
989 status collapsed
990
991 \begin_layout Plain Layout
992 こまんど@コマンド ! T ! 
993 \backslash
994 textvisiblespace
995 \end_layout
996
997 \end_inset
998
999 コマンドをTeXモード中に挿入することで作ることができます。
1000 \end_layout
1001
1002 \end_inset
1003
1004
1005 \begin_inset ERT
1006 status collapsed
1007
1008 \begin_layout Plain Layout
1009
1010
1011 \backslash
1012 spce 
1013 \end_layout
1014
1015 \end_inset
1016
1017 は、空白文字を入力することを表します。
1018 \end_layout
1019
1020 \begin_layout Itemize
1021 \begin_inset Formula $\to$
1022 \end_inset
1023
1024 のような矢印は、キーボードから対応する矢印
1025 \begin_inset Flex Ruby
1026 status collapsed
1027
1028 \begin_layout Plain Layout
1029
1030 \begin_inset Argument post:1
1031 status collapsed
1032
1033 \begin_layout Plain Layout
1034 キー
1035 \end_layout
1036
1037 \end_inset
1038
1039
1040 \end_layout
1041
1042 \end_inset
1043
1044 を押すことを表します。
1045 \end_layout
1046
1047 \begin_layout Subsection*
1048 使用できる単位
1049 \end_layout
1050
1051 \begin_layout Standard
1052 \align center
1053 \begin_inset Float table
1054 placement H
1055 wide false
1056 sideways false
1057 status open
1058
1059 \begin_layout Plain Layout
1060 \align center
1061 \begin_inset Caption Standard
1062
1063 \begin_layout Plain Layout
1064 \begin_inset CommandInset label
1065 LatexCommand label
1066 name "tab:使用できる単位"
1067
1068 \end_inset
1069
1070 使用できる単位
1071 \end_layout
1072
1073 \end_inset
1074
1075
1076 \end_layout
1077
1078 \begin_layout Plain Layout
1079 \align center
1080 \begin_inset Tabular
1081 <lyxtabular version="3" rows="13" columns="2">
1082 <features rotate="0" tabularvalignment="middle">
1083 <column alignment="center" valignment="top">
1084 <column alignment="center" valignment="top">
1085 <row>
1086 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1087 \begin_inset Text
1088
1089 \begin_layout Plain Layout
1090 単位
1091 \end_layout
1092
1093 \end_inset
1094 </cell>
1095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1096 \begin_inset Text
1097
1098 \begin_layout Plain Layout
1099 名称/摘要
1100 \end_layout
1101
1102 \end_inset
1103 </cell>
1104 </row>
1105 <row>
1106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1107 \begin_inset Text
1108
1109 \begin_layout Plain Layout
1110 mm
1111 \end_layout
1112
1113 \end_inset
1114 </cell>
1115 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1116 \begin_inset Text
1117
1118 \begin_layout Plain Layout
1119 ミリメートル
1120 \end_layout
1121
1122 \end_inset
1123 </cell>
1124 </row>
1125 <row>
1126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1127 \begin_inset Text
1128
1129 \begin_layout Plain Layout
1130 cm
1131 \end_layout
1132
1133 \end_inset
1134 </cell>
1135 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1136 \begin_inset Text
1137
1138 \begin_layout Plain Layout
1139 センチメートル
1140 \end_layout
1141
1142 \end_inset
1143 </cell>
1144 </row>
1145 <row>
1146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1147 \begin_inset Text
1148
1149 \begin_layout Plain Layout
1150 in
1151 \end_layout
1152
1153 \end_inset
1154 </cell>
1155 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1156 \begin_inset Text
1157
1158 \begin_layout Plain Layout
1159 インチ
1160 \end_layout
1161
1162 \end_inset
1163 </cell>
1164 </row>
1165 <row>
1166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1167 \begin_inset Text
1168
1169 \begin_layout Plain Layout
1170 pt
1171 \end_layout
1172
1173 \end_inset
1174 </cell>
1175 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1176 \begin_inset Text
1177
1178 \begin_layout Plain Layout
1179 ポイント (72.27
1180 \begin_inset Formula $\,$
1181 \end_inset
1182
1183 pt = 1
1184 \begin_inset Formula $\,$
1185 \end_inset
1186
1187 in)
1188 \end_layout
1189
1190 \end_inset
1191 </cell>
1192 </row>
1193 <row>
1194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1195 \begin_inset Text
1196
1197 \begin_layout Plain Layout
1198 pc
1199 \end_layout
1200
1201 \end_inset
1202 </cell>
1203 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1204 \begin_inset Text
1205
1206 \begin_layout Plain Layout
1207 パイカ (1
1208 \begin_inset Formula $\,$
1209 \end_inset
1210
1211 pc = 12
1212 \begin_inset Formula $\,$
1213 \end_inset
1214
1215 pt)
1216 \end_layout
1217
1218 \end_inset
1219 </cell>
1220 </row>
1221 <row>
1222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1223 \begin_inset Text
1224
1225 \begin_layout Plain Layout
1226 sp
1227 \end_layout
1228
1229 \end_inset
1230 </cell>
1231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1232 \begin_inset Text
1233
1234 \begin_layout Plain Layout
1235 スケールポイント (65536
1236 \begin_inset Formula $\,$
1237 \end_inset
1238
1239 sp = 1
1240 \begin_inset Formula $\,$
1241 \end_inset
1242
1243 pt)
1244 \end_layout
1245
1246 \end_inset
1247 </cell>
1248 </row>
1249 <row>
1250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1251 \begin_inset Text
1252
1253 \begin_layout Plain Layout
1254 bp
1255 \end_layout
1256
1257 \end_inset
1258 </cell>
1259 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1260 \begin_inset Text
1261
1262 \begin_layout Plain Layout
1263 ビッグポイント (72
1264 \begin_inset Formula $\,$
1265 \end_inset
1266
1267 bp = 1
1268 \begin_inset Formula $\,$
1269 \end_inset
1270
1271 in)
1272 \end_layout
1273
1274 \end_inset
1275 </cell>
1276 </row>
1277 <row>
1278 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1279 \begin_inset Text
1280
1281 \begin_layout Plain Layout
1282 dd
1283 \end_layout
1284
1285 \end_inset
1286 </cell>
1287 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1288 \begin_inset Text
1289
1290 \begin_layout Plain Layout
1291 ディドー (72
1292 \begin_inset Formula $\,$
1293 \end_inset
1294
1295 dd 
1296 \begin_inset Formula $\approx$
1297 \end_inset
1298
1299  37.6
1300 \begin_inset Formula $\,$
1301 \end_inset
1302
1303 mm)
1304 \end_layout
1305
1306 \end_inset
1307 </cell>
1308 </row>
1309 <row>
1310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1311 \begin_inset Text
1312
1313 \begin_layout Plain Layout
1314 cc
1315 \end_layout
1316
1317 \end_inset
1318 </cell>
1319 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1320 \begin_inset Text
1321
1322 \begin_layout Plain Layout
1323 シセロ (1
1324 \begin_inset Formula $\,$
1325 \end_inset
1326
1327 cc = 12
1328 \begin_inset Formula $\,$
1329 \end_inset
1330
1331 dd)
1332 \end_layout
1333
1334 \end_inset
1335 </cell>
1336 </row>
1337 <row>
1338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1339 \begin_inset Text
1340
1341 \begin_layout Plain Layout
1342 ex
1343 \end_layout
1344
1345 \end_inset
1346 </cell>
1347 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1348 \begin_inset Text
1349
1350 \begin_layout Plain Layout
1351 現在のフォントの文字「x」の高さ
1352 \end_layout
1353
1354 \end_inset
1355 </cell>
1356 </row>
1357 <row>
1358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1359 \begin_inset Text
1360
1361 \begin_layout Plain Layout
1362 em
1363 \end_layout
1364
1365 \end_inset
1366 </cell>
1367 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1368 \begin_inset Text
1369
1370 \begin_layout Plain Layout
1371 現在のフォントの文字「M」の幅
1372 \end_layout
1373
1374 \end_inset
1375 </cell>
1376 </row>
1377 <row>
1378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1379 \begin_inset Text
1380
1381 \begin_layout Plain Layout
1382 mu
1383 \end_layout
1384
1385 \end_inset
1386 </cell>
1387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1388 \begin_inset Text
1389
1390 \begin_layout Plain Layout
1391 数式単位(1
1392 \begin_inset space \thinspace{}
1393 \end_inset
1394
1395 mu = 
1396 \begin_inset Formula $\nicefrac{1}{18}$
1397 \end_inset
1398
1399
1400 \begin_inset space \thinspace{}
1401 \end_inset
1402
1403 em)
1404 \end_layout
1405
1406 \end_inset
1407 </cell>
1408 </row>
1409 </lyxtabular>
1410
1411 \end_inset
1412
1413
1414 \end_layout
1415
1416 \end_inset
1417
1418
1419 \end_layout
1420
1421 \begin_layout Standard
1422 \begin_inset Newpage newpage
1423 \end_inset
1424
1425
1426 \end_layout
1427
1428 \begin_layout Section
1429 基礎的な関数
1430 \end_layout
1431
1432 \begin_layout Subsection
1433 指数
1434 \begin_inset Index idx
1435 status collapsed
1436
1437 \begin_layout Plain Layout
1438 しすう@指数
1439 \end_layout
1440
1441 \end_inset
1442
1443 および添字
1444 \begin_inset Index idx
1445 status collapsed
1446
1447 \begin_layout Plain Layout
1448 そえじ@添字
1449 \end_layout
1450
1451 \end_inset
1452
1453
1454 \begin_inset Index idx
1455 status collapsed
1456
1457 \begin_layout Plain Layout
1458 うえつきもじ@上付き文字|see
1459 \begin_inset ERT
1460 status collapsed
1461
1462 \begin_layout Plain Layout
1463
1464 {
1465 \end_layout
1466
1467 \end_inset
1468
1469 指数
1470 \begin_inset ERT
1471 status collapsed
1472
1473 \begin_layout Plain Layout
1474
1475 }
1476 \end_layout
1477
1478 \end_inset
1479
1480
1481 \end_layout
1482
1483 \end_inset
1484
1485
1486 \begin_inset Index idx
1487 status collapsed
1488
1489 \begin_layout Plain Layout
1490 したつきもじ@下付き文字|see
1491 \begin_inset ERT
1492 status collapsed
1493
1494 \begin_layout Plain Layout
1495
1496 {
1497 \end_layout
1498
1499 \end_inset
1500
1501 添字
1502 \begin_inset ERT
1503 status collapsed
1504
1505 \begin_layout Plain Layout
1506
1507 }
1508 \end_layout
1509
1510 \end_inset
1511
1512
1513 \end_layout
1514
1515 \end_inset
1516
1517
1518 \end_layout
1519
1520 \begin_layout Standard
1521 添字は、アンダースコア「_」を打鍵するか、数式ツールバーボタン
1522 \begin_inset Graphics
1523         filename ../../images/math-subscript.png
1524         scale 85
1525
1526 \end_inset
1527
1528 を使って入力することができ、指数は、キャレット「^」を打鍵するか、数式ツールバーボタン
1529 \begin_inset Graphics
1530         filename ../../images/math-superscript.png
1531         scale 85
1532
1533 \end_inset
1534
1535 を使って入力することができます。
1536 \end_layout
1537
1538 \begin_layout Standard
1539 \align center
1540 \begin_inset Tabular
1541 <lyxtabular version="3" rows="4" columns="2">
1542 <features rotate="0" tabularvalignment="middle">
1543 <column alignment="center" valignment="top" width="0pt">
1544 <column alignment="center" valignment="top" width="0pt">
1545 <row>
1546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1547 \begin_inset Text
1548
1549 \begin_layout Plain Layout
1550 コマンド
1551 \end_layout
1552
1553 \end_inset
1554 </cell>
1555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1556 \begin_inset Text
1557
1558 \begin_layout Plain Layout
1559 結果
1560 \begin_inset Note Note
1561 status collapsed
1562
1563 \begin_layout Plain Layout
1564 ここで使われている
1565 \series bold
1566
1567 \backslash
1568 raisebox
1569 \series default
1570 は単なるスペーサーです。
1571 \end_layout
1572
1573 \end_inset
1574
1575
1576 \end_layout
1577
1578 \end_inset
1579 </cell>
1580 </row>
1581 <row>
1582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1583 \begin_inset Text
1584
1585 \begin_layout Plain Layout
1586 B_V
1587 \end_layout
1588
1589 \end_inset
1590 </cell>
1591 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1592 \begin_inset Text
1593
1594 \begin_layout Plain Layout
1595 \begin_inset Formula $B_{V}$
1596 \end_inset
1597
1598
1599 \end_layout
1600
1601 \end_inset
1602 </cell>
1603 </row>
1604 <row>
1605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1606 \begin_inset Text
1607
1608 \begin_layout Plain Layout
1609 B^V
1610 \end_layout
1611
1612 \end_inset
1613 </cell>
1614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1615 \begin_inset Text
1616
1617 \begin_layout Plain Layout
1618 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1619 \end_inset
1620
1621
1622 \end_layout
1623
1624 \end_inset
1625 </cell>
1626 </row>
1627 <row>
1628 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1629 \begin_inset Text
1630
1631 \begin_layout Plain Layout
1632 B^
1633 \begin_inset ERT
1634 status collapsed
1635
1636 \begin_layout Plain Layout
1637
1638
1639 \backslash
1640 spce 
1641 \end_layout
1642
1643 \end_inset
1644
1645 A
1646 \end_layout
1647
1648 \end_inset
1649 </cell>
1650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1651 \begin_inset Text
1652
1653 \begin_layout Plain Layout
1654 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1655 \end_inset
1656
1657
1658 \end_layout
1659
1660 \end_inset
1661 </cell>
1662 </row>
1663 </lyxtabular>
1664
1665 \end_inset
1666
1667
1668 \end_layout
1669
1670 \begin_layout Standard
1671 キャレットは、言語によってはアクセント記号として使用されているので、そのような場合には、母音字の後でキャレットを押すと、指数にならずにアクセントをつけることにな
1672 ってしまいます
1673 \begin_inset Foot
1674 status collapsed
1675
1676 \begin_layout Plain Layout
1677 使用しているキーボード設定によっては、同様のことが母音以外の文字でも起こることがあります。
1678 \end_layout
1679
1680 \end_inset
1681
1682 。この場合に指数を作るには、上記の最後の例のように、キャレットの後に
1683 \family sans
1684 Space
1685 \family default
1686 を押してください。
1687 \end_layout
1688
1689 \begin_layout Subsection
1690 分数
1691 \begin_inset CommandInset label
1692 LatexCommand label
1693 name "sub:分数"
1694
1695 \end_inset
1696
1697
1698 \begin_inset Index idx
1699 status collapsed
1700
1701 \begin_layout Plain Layout
1702 ぶんすう@分数
1703 \end_layout
1704
1705 \end_inset
1706
1707
1708 \end_layout
1709
1710 \begin_layout Standard
1711 分数は、コマンド
1712 \series bold
1713
1714 \backslash
1715 frac
1716 \series default
1717
1718 \begin_inset Index idx
1719 status collapsed
1720
1721 \begin_layout Plain Layout
1722 こまんど@コマンド ! F ! 
1723 \backslash
1724 frac
1725 \end_layout
1726
1727 \end_inset
1728
1729 か数式ツールバーボタン
1730 \begin_inset Graphics
1731         filename ../../images/math/frac.png
1732         scale 50
1733
1734 \end_inset
1735
1736 で作ることができます。フォント寸法は、分数が行内数式にあるか別行立て数式にあるかに応じて、自動的に調整されます。数式ツールバーボタン
1737 \begin_inset Graphics
1738         filename ../../images/math/frac-square.png
1739         scale 85
1740
1741 \end_inset
1742
1743 を使えば、分数の種類を選ぶことができます。
1744 \end_layout
1745
1746 \begin_layout Standard
1747 コマンド
1748 \series bold
1749
1750 \backslash
1751 dfrac
1752 \series default
1753
1754 \begin_inset Index idx
1755 status collapsed
1756
1757 \begin_layout Plain Layout
1758 こまんど@コマンド ! D ! 
1759 \backslash
1760 dfrac
1761 \end_layout
1762
1763 \end_inset
1764
1765 を使えば、つねに別行立て数式の大きさを持つ分数を作成することができます。また、コマンド
1766 \series bold
1767
1768 \backslash
1769 tfrac
1770 \series default
1771
1772 \begin_inset Index idx
1773 status collapsed
1774
1775 \begin_layout Plain Layout
1776 こまんど@コマンド ! T ! 
1777 \backslash
1778 tfrac
1779 \end_layout
1780
1781 \end_inset
1782
1783 では、つねに行内数式の大きさで分数が表示されます。以下はこれらの例です。
1784 \end_layout
1785
1786 \begin_layout Standard
1787 これは、コマンド
1788 \series bold
1789
1790 \backslash
1791 frac
1792 \series default
1793 を使用して作った分数
1794 \begin_inset Formula $\frac{1}{2}$
1795 \end_inset
1796
1797 を含む行です。
1798 \end_layout
1799
1800 \begin_layout Standard
1801 これは、コマンド
1802 \series bold
1803
1804 \backslash
1805 dfrac
1806 \series default
1807 を使用して作った分数
1808 \begin_inset Formula $\dfrac{1}{2}$
1809 \end_inset
1810
1811 を含む行です。
1812 \end_layout
1813
1814 \begin_layout Standard
1815 \align center
1816 \begin_inset Tabular
1817 <lyxtabular version="3" rows="4" columns="2">
1818 <features rotate="0" tabularvalignment="middle">
1819 <column alignment="center" valignment="top" width="0pt">
1820 <column alignment="center" valignment="top" width="0pt">
1821 <row>
1822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1823 \begin_inset Text
1824
1825 \begin_layout Plain Layout
1826 コマンド
1827 \end_layout
1828
1829 \end_inset
1830 </cell>
1831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1832 \begin_inset Text
1833
1834 \begin_layout Plain Layout
1835 出力
1836 \begin_inset Note Note
1837 status collapsed
1838
1839 \begin_layout Plain Layout
1840 ここで
1841 \series bold
1842
1843 \backslash
1844 raisebox
1845 \series default
1846 はスペーサーとして使用しているだけです。
1847 \end_layout
1848
1849 \end_inset
1850
1851
1852 \end_layout
1853
1854 \end_inset
1855 </cell>
1856 </row>
1857 <row>
1858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1859 \begin_inset Text
1860
1861 \begin_layout Plain Layout
1862
1863 \backslash
1864 frac
1865 \begin_inset ERT
1866 status collapsed
1867
1868 \begin_layout Plain Layout
1869
1870
1871 \backslash
1872 spce 
1873 \end_layout
1874
1875 \end_inset
1876
1877 A
1878 \begin_inset Formula $\downarrow$
1879 \end_inset
1880
1881 B
1882 \end_layout
1883
1884 \end_inset
1885 </cell>
1886 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1887 \begin_inset Text
1888
1889 \begin_layout Plain Layout
1890 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1891 \end_inset
1892
1893
1894 \end_layout
1895
1896 \end_inset
1897 </cell>
1898 </row>
1899 <row>
1900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1901 \begin_inset Text
1902
1903 \begin_layout Plain Layout
1904
1905 \backslash
1906 dfrac
1907 \begin_inset ERT
1908 status collapsed
1909
1910 \begin_layout Plain Layout
1911
1912
1913 \backslash
1914 spce 
1915 \end_layout
1916
1917 \end_inset
1918
1919 A
1920 \begin_inset Formula $\downarrow$
1921 \end_inset
1922
1923 B
1924 \end_layout
1925
1926 \end_inset
1927 </cell>
1928 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1929 \begin_inset Text
1930
1931 \begin_layout Plain Layout
1932 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1933 \end_inset
1934
1935
1936 \end_layout
1937
1938 \end_inset
1939 </cell>
1940 </row>
1941 <row>
1942 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1943 \begin_inset Text
1944
1945 \begin_layout Plain Layout
1946
1947 \backslash
1948 dfrac
1949 \begin_inset ERT
1950 status collapsed
1951
1952 \begin_layout Plain Layout
1953
1954
1955 \backslash
1956 spce 
1957 \end_layout
1958
1959 \end_inset
1960
1961 e^
1962 \begin_inset ERT
1963 status collapsed
1964
1965 \begin_layout Plain Layout
1966
1967
1968 \backslash
1969 spce 
1970 \end_layout
1971
1972 \end_inset
1973
1974
1975 \backslash
1976 frac
1977 \begin_inset ERT
1978 status collapsed
1979
1980 \begin_layout Plain Layout
1981
1982
1983 \backslash
1984 spce 
1985 \end_layout
1986
1987 \end_inset
1988
1989 1
1990 \begin_inset Formula $\downarrow$
1991 \end_inset
1992
1993 2
1994 \begin_inset Formula $\downarrow\downarrow$
1995 \end_inset
1996
1997 3
1998 \end_layout
1999
2000 \end_inset
2001 </cell>
2002 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2003 \begin_inset Text
2004
2005 \begin_layout Plain Layout
2006 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
2007 \end_inset
2008
2009
2010 \end_layout
2011
2012 \end_inset
2013 </cell>
2014 </row>
2015 </lyxtabular>
2016
2017 \end_inset
2018
2019
2020 \end_layout
2021
2022 \begin_layout Standard
2023 \begin_inset VSpace bigskip
2024 \end_inset
2025
2026
2027 \begin_inset Newpage newpage
2028 \end_inset
2029
2030 入れ子の分数を作るには、コマンド
2031 \series bold
2032
2033 \backslash
2034 cfrac
2035 \series default
2036
2037 \begin_inset Index idx
2038 status collapsed
2039
2040 \begin_layout Plain Layout
2041 こまんど@コマンド ! C ! 
2042 \backslash
2043 cfrac
2044 \end_layout
2045
2046 \end_inset
2047
2048 が使えます。以下がその例です。
2049 \begin_inset VSpace -3mm
2050 \end_inset
2051
2052
2053 \end_layout
2054
2055 \begin_layout Standard
2056 \begin_inset Formula 
2057 \begin{align*}
2058 \textrm{\textbf{\textbackslash frac}を使用して作成} &  & \textrm{\textbf{\textbackslash cfrac}を使用して作成}\\
2059 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
2060 \end{align*}
2061
2062 \end_inset
2063
2064
2065 \end_layout
2066
2067 \begin_layout Standard
2068 上記の例で使用したコマンドは、
2069 \end_layout
2070
2071 \begin_layout Standard
2072
2073 \series bold
2074
2075 \backslash
2076 cfrac
2077 \begin_inset ERT
2078 status collapsed
2079
2080 \begin_layout Plain Layout
2081
2082
2083 \backslash
2084 space 
2085 \end_layout
2086
2087 \end_inset
2088
2089 A
2090 \begin_inset Formula $\downarrow$
2091 \end_inset
2092
2093 B+
2094 \backslash
2095 cfrac
2096 \begin_inset ERT
2097 status collapsed
2098
2099 \begin_layout Plain Layout
2100
2101
2102 \backslash
2103 space 
2104 \end_layout
2105
2106 \end_inset
2107
2108 C+
2109 \backslash
2110 cfrac
2111 \begin_inset ERT
2112 status collapsed
2113
2114 \begin_layout Plain Layout
2115
2116
2117 \backslash
2118 space 
2119 \end_layout
2120
2121 \end_inset
2122
2123 E
2124 \begin_inset Formula $\downarrow$
2125 \end_inset
2126
2127 F
2128 \begin_inset Formula $\downarrow$
2129 \end_inset
2130
2131 D
2132 \end_layout
2133
2134 \begin_layout Standard
2135 です。
2136 \end_layout
2137
2138 \begin_layout Standard
2139 \begin_inset VSpace medskip
2140 \end_inset
2141
2142
2143 \end_layout
2144
2145 \begin_layout Standard
2146
2147 \series bold
2148
2149 \backslash
2150 cfrac
2151 \series default
2152 は、他の分数中に入れ子になっている場合も含め、分数をつねに別行立て数式の大きさに設定します。
2153 \end_layout
2154
2155 \begin_layout Standard
2156 分子の揃え方は、指定することができます。
2157 \series bold
2158
2159 \backslash
2160 cfracleft
2161 \series default
2162 コマンドは左揃えにし、
2163 \series bold
2164
2165 \backslash
2166 cfracright
2167 \series default
2168 は右揃えにします。
2169 \series bold
2170
2171 \backslash
2172 cfrac
2173 \series default
2174 は中央揃えです。以下の各分数は、それぞれの揃え位置を示しています。
2175 \begin_inset Newline newline
2176 \end_inset
2177
2178
2179 \series bold
2180
2181 \begin_inset Formula $\cfrac[l]{A}{B+C}$
2182 \end_inset
2183
2184
2185 \begin_inset Formula $\cfrac{A}{B+C}$
2186 \end_inset
2187
2188
2189 \begin_inset Formula $\cfrac[r]{A}{B+C}$
2190 \end_inset
2191
2192
2193 \end_layout
2194
2195 \begin_layout Standard
2196 \begin_inset Note Greyedout
2197 status open
2198
2199 \begin_layout Plain Layout
2200
2201 \series bold
2202 【註】
2203 \backslash
2204 cfracleft
2205 \series default
2206
2207 \series bold
2208
2209 \backslash
2210 cfracright
2211 \series default
2212 は、生粋のLaTeXコマンドではなく、実体は、コマンド
2213 \series bold
2214
2215 \backslash
2216 cfrac[揃え位置]{分子}{分母}
2217 \series default
2218 です。したがって、これらをTeXモードで使うことはできません。
2219 \end_layout
2220
2221 \end_inset
2222
2223
2224 \end_layout
2225
2226 \begin_layout Standard
2227 \begin_inset VSpace medskip
2228 \end_inset
2229
2230 ときに、以下のように
2231 \series bold
2232
2233 \backslash
2234 cfrac
2235 \series default
2236
2237 \series bold
2238
2239 \backslash
2240 frac
2241 \series default
2242 を組み合わせて使うと便利です。
2243 \begin_inset Formula 
2244 \[
2245 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}
2246 \]
2247
2248 \end_inset
2249
2250
2251 \end_layout
2252
2253 \begin_layout Standard
2254 斜めの分数線を持つ行内分数を作るには、コマンド
2255 \series bold
2256
2257 \backslash
2258 nicefrac
2259 \series default
2260
2261 \begin_inset Index idx
2262 status collapsed
2263
2264 \begin_layout Plain Layout
2265 こまんど@コマンド ! N ! 
2266 \backslash
2267 nicefrac
2268 \end_layout
2269
2270 \end_inset
2271
2272 (例:
2273 \begin_inset Formula $\nicefrac{5}{31}$
2274 \end_inset
2275
2276 )を使うか、コマンド
2277 \series bold
2278
2279 \backslash
2280 unitfrac
2281 \series default
2282
2283 \begin_inset Index idx
2284 status collapsed
2285
2286 \begin_layout Plain Layout
2287 こまんど@コマンド ! U ! 
2288 \backslash
2289 unitfrac
2290 \end_layout
2291
2292 \end_inset
2293
2294 (例:
2295 \begin_inset Formula $\unitfrac{5}{31}$
2296 \end_inset
2297
2298 )を使います。さらに、
2299 \begin_inset Formula $\unitfrac[2]{1}{3}$
2300 \end_inset
2301
2302 のような帯分数を作るコマンド
2303 \series bold
2304
2305 \backslash
2306 unitfracthree
2307 \series default
2308 もあります。
2309 \end_layout
2310
2311 \begin_layout Standard
2312 \begin_inset Note Greyedout
2313 status open
2314
2315 \begin_layout Plain Layout
2316
2317 \series bold
2318 【註】
2319 \series default
2320 実は、
2321 \series bold
2322
2323 \backslash
2324 unitfracthree
2325 \series default
2326 は生粋のLaTeXコマンドではなく、実体は
2327 \begin_inset Newline newline
2328 \end_inset
2329
2330
2331 \series bold
2332
2333 \backslash
2334 unitfrac[自然数]{分子}{分母}
2335 \series default
2336 というコマンドなので、TeXコードでは使用できません。
2337 \end_layout
2338
2339 \end_inset
2340
2341
2342 \end_layout
2343
2344 \begin_layout Standard
2345 分数線を変更できるような独自の分数の定義のしかたは、第
2346 \begin_inset CommandInset ref
2347 LatexCommand ref
2348 reference "sub:自己定義の分数"
2349
2350 \end_inset
2351
2352 節に説明があります。
2353 \end_layout
2354
2355 \begin_layout Subsection
2356 根号
2357 \begin_inset Index idx
2358 status collapsed
2359
2360 \begin_layout Plain Layout
2361 こんごう@根号
2362 \end_layout
2363
2364 \end_inset
2365
2366
2367 \begin_inset Index idx
2368 status collapsed
2369
2370 \begin_layout Plain Layout
2371 るーと@ルート|see
2372 \begin_inset ERT
2373 status collapsed
2374
2375 \begin_layout Plain Layout
2376
2377 {
2378 \end_layout
2379
2380 \end_inset
2381
2382 根号
2383 \begin_inset ERT
2384 status collapsed
2385
2386 \begin_layout Plain Layout
2387
2388 }
2389 \end_layout
2390
2391 \end_inset
2392
2393
2394 \end_layout
2395
2396 \end_inset
2397
2398
2399 \end_layout
2400
2401 \begin_layout Standard
2402 平方根は、
2403 \series bold
2404
2405 \backslash
2406 sqrt
2407 \series default
2408
2409 \begin_inset Index idx
2410 status collapsed
2411
2412 \begin_layout Plain Layout
2413 こまんど@コマンド ! S ! 
2414 \backslash
2415 sqrt
2416 \end_layout
2417
2418 \end_inset
2419
2420 か数式ツールバーボタン
2421 \begin_inset Graphics
2422         filename ../../images/math/sqrt.png
2423         scale 85
2424
2425 \end_inset
2426
2427 で作成することができ、他のすべての根号は、コマンド
2428 \series bold
2429
2430 \backslash
2431 root
2432 \series default
2433
2434 \begin_inset Index idx
2435 status collapsed
2436
2437 \begin_layout Plain Layout
2438 こまんど@コマンド ! R ! 
2439 \backslash
2440 root
2441 \end_layout
2442
2443 \end_inset
2444
2445 か数式ツールバーボタン
2446 \begin_inset Graphics
2447         filename ../../images/math/root.png
2448         scale 85
2449
2450 \end_inset
2451
2452 で作成することができます。
2453 \end_layout
2454
2455 \begin_layout Standard
2456 \align center
2457 \begin_inset Tabular
2458 <lyxtabular version="3" rows="3" columns="2">
2459 <features rotate="0" tabularvalignment="middle">
2460 <column alignment="center" valignment="top" width="0pt">
2461 <column alignment="center" valignment="top" width="0pt">
2462 <row>
2463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2464 \begin_inset Text
2465
2466 \begin_layout Plain Layout
2467 コマンド
2468 \end_layout
2469
2470 \end_inset
2471 </cell>
2472 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2473 \begin_inset Text
2474
2475 \begin_layout Plain Layout
2476 出力
2477 \begin_inset Note Note
2478 status collapsed
2479
2480 \begin_layout Plain Layout
2481 ここで
2482 \series bold
2483
2484 \backslash
2485 raisebox
2486 \series default
2487 はスペーサーとして使用しているだけです。
2488 \end_layout
2489
2490 \end_inset
2491
2492
2493 \end_layout
2494
2495 \end_inset
2496 </cell>
2497 </row>
2498 <row>
2499 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2500 \begin_inset Text
2501
2502 \begin_layout Plain Layout
2503
2504 \backslash
2505 sqrt
2506 \begin_inset ERT
2507 status collapsed
2508
2509 \begin_layout Plain Layout
2510
2511
2512 \backslash
2513 spce 
2514 \end_layout
2515
2516 \end_inset
2517
2518 A-B
2519 \end_layout
2520
2521 \end_inset
2522 </cell>
2523 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2524 \begin_inset Text
2525
2526 \begin_layout Plain Layout
2527 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2528 \end_inset
2529
2530
2531 \end_layout
2532
2533 \end_inset
2534 </cell>
2535 </row>
2536 <row>
2537 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2538 \begin_inset Text
2539
2540 \begin_layout Plain Layout
2541
2542 \backslash
2543 root
2544 \begin_inset ERT
2545 status collapsed
2546
2547 \begin_layout Plain Layout
2548
2549
2550 \backslash
2551 spce 
2552 \end_layout
2553
2554 \end_inset
2555
2556 3
2557 \begin_inset Formula $\downarrow$
2558 \end_inset
2559
2560 A-B
2561 \end_layout
2562
2563 \end_inset
2564 </cell>
2565 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2566 \begin_inset Text
2567
2568 \begin_layout Plain Layout
2569 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2570 \end_inset
2571
2572
2573 \end_layout
2574
2575 \end_inset
2576 </cell>
2577 </row>
2578 </lyxtabular>
2579
2580 \end_inset
2581
2582
2583 \end_layout
2584
2585 \begin_layout Standard
2586 平方根は、根号指数フィールドを空白のままにしておけば、
2587 \series bold
2588
2589 \backslash
2590 root
2591 \series default
2592 でも作成することができます。
2593 \end_layout
2594
2595 \begin_layout Standard
2596 \begin_inset Formula $\sqrt[\beta]{B}$
2597 \end_inset
2598
2599 の例のように、指数のとる値によっては、根号への距離が近すぎることがあります。
2600 \begin_inset Newline newline
2601 \end_inset
2602
2603 この場合には、
2604 \begin_inset Formula $\beta$
2605 \end_inset
2606
2607 が根号に触れてしまいます。これを避けるためには、以下のようなコマンド書式で、コマンド
2608 \series bold
2609
2610 \backslash
2611 leftroot
2612 \series default
2613
2614 \begin_inset Index idx
2615 status collapsed
2616
2617 \begin_layout Plain Layout
2618 こまんど@コマンド ! L ! 
2619 \backslash
2620 leftroot
2621 \end_layout
2622
2623 \end_inset
2624
2625
2626 \series bold
2627
2628 \backslash
2629 uproot
2630 \series default
2631
2632 \begin_inset Index idx
2633 status collapsed
2634
2635 \begin_layout Plain Layout
2636 こまんど@コマンド ! U ! 
2637 \backslash
2638 uproot
2639 \end_layout
2640
2641 \end_inset
2642
2643 を使います。
2644 \end_layout
2645
2646 \begin_layout Standard
2647
2648 \series bold
2649
2650 \backslash
2651 leftroot{距離}
2652 \series default
2653 および
2654 \series bold
2655
2656 \backslash
2657 uproot{距離}
2658 \end_layout
2659
2660 \begin_layout Standard
2661 ここで「距離」は、指数を左あるいは上に動かす、Big Point(単位bp;
2662 \begin_inset Formula $\mathrm{72\, bp=1}$
2663 \end_inset
2664
2665 インチ)での数値です。これらのコマンドは、指数に書き込みます。このようにして、コマンド
2666 \begin_inset Newline newline
2667 \end_inset
2668
2669
2670 \series bold
2671
2672 \backslash
2673 root
2674 \backslash
2675 leftroot{-1
2676 \begin_inset Formula $\to$
2677 \end_inset
2678
2679
2680 \backslash
2681 uproot{2
2682 \begin_inset Formula $\to$
2683 \end_inset
2684
2685
2686 \backslash
2687 beta
2688 \begin_inset ERT
2689 status collapsed
2690
2691 \begin_layout Plain Layout
2692
2693
2694 \backslash
2695 spce 
2696 \end_layout
2697
2698 \end_inset
2699
2700
2701 \begin_inset Formula $\to$
2702 \end_inset
2703
2704 B
2705 \begin_inset Newline newline
2706 \end_inset
2707
2708
2709 \series default
2710 は、正しく組版された数式
2711 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2712 \end_inset
2713
2714 を生成します。
2715 \end_layout
2716
2717 \begin_layout Subsection
2718 二項係数
2719 \begin_inset Index idx
2720 status collapsed
2721
2722 \begin_layout Plain Layout
2723 にこうけいすう@二項係数
2724 \end_layout
2725
2726 \end_inset
2727
2728
2729 \end_layout
2730
2731 \begin_layout Standard
2732 二項係数は、コマンド
2733 \series bold
2734
2735 \backslash
2736 binom
2737 \series default
2738
2739 \begin_inset Index idx
2740 status collapsed
2741
2742 \begin_layout Plain Layout
2743 こまんど@コマンド ! B ! 
2744 \backslash
2745 binom
2746 \end_layout
2747
2748 \end_inset
2749
2750 か数式ツールバーボタン
2751 \begin_inset Graphics
2752         filename ../../images/math/frac-square.png
2753         scale 85
2754
2755 \end_inset
2756
2757 の小メニューを使って挿入することができます。分数(
2758 \series bold
2759
2760 \backslash
2761 frac
2762 \series default
2763 )と同様に、
2764 \series bold
2765
2766 \backslash
2767 binom
2768 \series default
2769 の他に、コマンド
2770 \series bold
2771
2772 \backslash
2773 dbinom
2774 \begin_inset Index idx
2775 status collapsed
2776
2777 \begin_layout Plain Layout
2778 こまんど@コマンド ! D ! 
2779 \backslash
2780 dbinom
2781 \end_layout
2782
2783 \end_inset
2784
2785
2786 \series default
2787 および
2788 \series bold
2789
2790 \backslash
2791 tbinom
2792 \series default
2793
2794 \begin_inset Index idx
2795 status collapsed
2796
2797 \begin_layout Plain Layout
2798 こまんど@コマンド ! T ! 
2799 \backslash
2800 tbinom
2801 \end_layout
2802
2803 \end_inset
2804
2805 があります。二項係数のまわりの括弧に、他の括弧を使うには、コマンド
2806 \series bold
2807
2808 \backslash
2809 brace
2810 \series default
2811
2812 \begin_inset Index idx
2813 status collapsed
2814
2815 \begin_layout Plain Layout
2816 こまんど@コマンド ! B ! 
2817 \backslash
2818 brace
2819 \end_layout
2820
2821 \end_inset
2822
2823
2824 \series bold
2825
2826 \backslash
2827 brack
2828 \series default
2829
2830 \begin_inset Index idx
2831 status collapsed
2832
2833 \begin_layout Plain Layout
2834 こまんど@コマンド ! B ! 
2835 \backslash
2836 brack
2837 \end_layout
2838
2839 \end_inset
2840
2841 があります。
2842 \end_layout
2843
2844 \begin_layout Standard
2845 \align center
2846 \begin_inset Tabular
2847 <lyxtabular version="3" rows="6" columns="2">
2848 <features rotate="0" tabularvalignment="middle">
2849 <column alignment="center" valignment="top" width="0pt">
2850 <column alignment="center" valignment="top" width="0pt">
2851 <row>
2852 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2853 \begin_inset Text
2854
2855 \begin_layout Plain Layout
2856 コマンド
2857 \end_layout
2858
2859 \end_inset
2860 </cell>
2861 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2862 \begin_inset Text
2863
2864 \begin_layout Plain Layout
2865 出力
2866 \begin_inset Note Note
2867 status collapsed
2868
2869 \begin_layout Plain Layout
2870 ここで
2871 \series bold
2872
2873 \backslash
2874 raisebox
2875 \series default
2876 はスペーサーとして使用しているだけです。
2877 \end_layout
2878
2879 \end_inset
2880
2881
2882 \end_layout
2883
2884 \end_inset
2885 </cell>
2886 </row>
2887 <row>
2888 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2889 \begin_inset Text
2890
2891 \begin_layout Plain Layout
2892
2893 \backslash
2894 binom
2895 \begin_inset ERT
2896 status collapsed
2897
2898 \begin_layout Plain Layout
2899
2900
2901 \backslash
2902 spce 
2903 \end_layout
2904
2905 \end_inset
2906
2907 A
2908 \begin_inset Formula $\downarrow$
2909 \end_inset
2910
2911 B
2912 \end_layout
2913
2914 \end_inset
2915 </cell>
2916 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2917 \begin_inset Text
2918
2919 \begin_layout Plain Layout
2920 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2921 \end_inset
2922
2923
2924 \end_layout
2925
2926 \end_inset
2927 </cell>
2928 </row>
2929 <row>
2930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2931 \begin_inset Text
2932
2933 \begin_layout Plain Layout
2934
2935 \backslash
2936 dbinom
2937 \begin_inset ERT
2938 status collapsed
2939
2940 \begin_layout Plain Layout
2941
2942
2943 \backslash
2944 spce 
2945 \end_layout
2946
2947 \end_inset
2948
2949 A
2950 \begin_inset Formula $\downarrow$
2951 \end_inset
2952
2953 B
2954 \end_layout
2955
2956 \end_inset
2957 </cell>
2958 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2959 \begin_inset Text
2960
2961 \begin_layout Plain Layout
2962 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2963 \end_inset
2964
2965
2966 \end_layout
2967
2968 \end_inset
2969 </cell>
2970 </row>
2971 <row>
2972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2973 \begin_inset Text
2974
2975 \begin_layout Plain Layout
2976
2977 \backslash
2978 tbinom
2979 \begin_inset ERT
2980 status collapsed
2981
2982 \begin_layout Plain Layout
2983
2984
2985 \backslash
2986 spce 
2987 \end_layout
2988
2989 \end_inset
2990
2991 A
2992 \begin_inset Formula $\downarrow$
2993 \end_inset
2994
2995 B
2996 \end_layout
2997
2998 \end_inset
2999 </cell>
3000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3001 \begin_inset Text
3002
3003 \begin_layout Plain Layout
3004 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
3005 \end_inset
3006
3007
3008 \end_layout
3009
3010 \end_inset
3011 </cell>
3012 </row>
3013 <row>
3014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3015 \begin_inset Text
3016
3017 \begin_layout Plain Layout
3018
3019 \backslash
3020 brack
3021 \begin_inset ERT
3022 status collapsed
3023
3024 \begin_layout Plain Layout
3025
3026
3027 \backslash
3028 spce 
3029 \end_layout
3030
3031 \end_inset
3032
3033 A
3034 \begin_inset Formula $\downarrow$
3035 \end_inset
3036
3037 B
3038 \end_layout
3039
3040 \end_inset
3041 </cell>
3042 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3043 \begin_inset Text
3044
3045 \begin_layout Plain Layout
3046 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
3047 \end_inset
3048
3049
3050 \end_layout
3051
3052 \end_inset
3053 </cell>
3054 </row>
3055 <row>
3056 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3057 \begin_inset Text
3058
3059 \begin_layout Plain Layout
3060
3061 \backslash
3062 brace
3063 \begin_inset ERT
3064 status collapsed
3065
3066 \begin_layout Plain Layout
3067
3068
3069 \backslash
3070 spce 
3071 \end_layout
3072
3073 \end_inset
3074
3075 A
3076 \begin_inset Formula $\downarrow$
3077 \end_inset
3078
3079 B
3080 \end_layout
3081
3082 \end_inset
3083 </cell>
3084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3085 \begin_inset Text
3086
3087 \begin_layout Plain Layout
3088 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
3089 \end_inset
3090
3091
3092 \end_layout
3093
3094 \end_inset
3095 </cell>
3096 </row>
3097 </lyxtabular>
3098
3099 \end_inset
3100
3101
3102 \end_layout
3103
3104 \begin_layout Subsection
3105 場合分け
3106 \begin_inset Index idx
3107 status collapsed
3108
3109 \begin_layout Plain Layout
3110 ばあいわけ@場合分け
3111 \end_layout
3112
3113 \end_inset
3114
3115
3116 \end_layout
3117
3118 \begin_layout Standard
3119 \align center
3120 \begin_inset Tabular
3121 <lyxtabular version="3" rows="3" columns="2">
3122 <features rotate="0" tabularvalignment="middle">
3123 <column alignment="center" valignment="top" width="0pt">
3124 <column alignment="center" valignment="top" width="0pt">
3125 <row>
3126 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3127 \begin_inset Text
3128
3129 \begin_layout Plain Layout
3130 コマンド
3131 \end_layout
3132
3133 \end_inset
3134 </cell>
3135 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3136 \begin_inset Text
3137
3138 \begin_layout Plain Layout
3139 出力
3140 \end_layout
3141
3142 \end_inset
3143 </cell>
3144 </row>
3145 <row>
3146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3147 \begin_inset Text
3148
3149 \begin_layout Plain Layout
3150
3151 \backslash
3152 cases
3153 \begin_inset ERT
3154 status collapsed
3155
3156 \begin_layout Plain Layout
3157
3158
3159 \backslash
3160 spce 
3161 \end_layout
3162
3163 \end_inset
3164
3165 A
3166 \begin_inset Formula $\to$
3167 \end_inset
3168
3169 B
3170 \begin_inset Formula $>$
3171 \end_inset
3172
3173 0
3174 \begin_inset Index idx
3175 status collapsed
3176
3177 \begin_layout Plain Layout
3178 こまんど@コマンド ! C ! 
3179 \backslash
3180 cases
3181 \end_layout
3182
3183 \end_inset
3184
3185
3186 \end_layout
3187
3188 \end_inset
3189 </cell>
3190 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3191 \begin_inset Text
3192
3193 \begin_layout Plain Layout
3194 \begin_inset Formula $\begin{cases}
3195 A & B>0\end{cases}$
3196 \end_inset
3197
3198
3199 \end_layout
3200
3201 \end_inset
3202 </cell>
3203 </row>
3204 <row>
3205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3206 \begin_inset Text
3207
3208 \begin_layout Plain Layout
3209
3210 \backslash
3211 cases
3212 \begin_inset ERT
3213 status collapsed
3214
3215 \begin_layout Plain Layout
3216
3217
3218 \backslash
3219 spce 
3220 \end_layout
3221
3222 \end_inset
3223
3224
3225 \begin_inset Info
3226 type  "shortcut"
3227 arg   "newline-insert newline"
3228 \end_inset
3229
3230
3231 \end_layout
3232
3233 \end_inset
3234 </cell>
3235 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3236 \begin_inset Text
3237
3238 \begin_layout Plain Layout
3239 \begin_inset Formula $\begin{cases}
3240 A & \textrm{for }x>0\\
3241 B & \textrm{for }x=0
3242 \end{cases}$
3243 \end_inset
3244
3245
3246 \end_layout
3247
3248 \end_inset
3249 </cell>
3250 </row>
3251 </lyxtabular>
3252
3253 \end_inset
3254
3255
3256 \end_layout
3257
3258 \begin_layout Standard
3259
3260 \series bold
3261
3262 \backslash
3263 cases
3264 \series default
3265 を挿入するか数式ツールバーボタン
3266 \begin_inset Graphics
3267         filename ../../images/math/cases.png
3268         scale 85
3269
3270 \end_inset
3271
3272 を使用した後では、
3273 \begin_inset Flex Ruby
3274 status collapsed
3275
3276 \begin_layout Plain Layout
3277 捷径
3278 \begin_inset Argument post:1
3279 status collapsed
3280
3281 \begin_layout Plain Layout
3282 ショートカット
3283 \end_layout
3284
3285 \end_inset
3286
3287
3288 \end_layout
3289
3290 \end_inset
3291
3292
3293 \begin_inset Info
3294 type  "shortcut"
3295 arg   "newline-insert newline"
3296 \end_inset
3297
3298 か表ツールバーボタン
3299 \begin_inset Graphics
3300         filename ../../images/tabular-feature_append-row.png
3301         scale 85
3302
3303 \end_inset
3304
3305 を使えば、新しい行を作ることができます。
3306 \end_layout
3307
3308 \begin_layout Standard
3309 コマンド
3310 \series bold
3311
3312 \backslash
3313 cases
3314 \series default
3315 は、
3316 \family sans
3317 挿入\SpecialChar \menuseparator
3318 数式\SpecialChar \menuseparator
3319 Cases環境
3320 \family default
3321 メニューで挿入することもできます。
3322 \end_layout
3323
3324 \begin_layout Subsection
3325 否定
3326 \begin_inset Index idx
3327 status collapsed
3328
3329 \begin_layout Plain Layout
3330 ひてい@否定
3331 \end_layout
3332
3333 \end_inset
3334
3335
3336 \end_layout
3337
3338 \begin_layout Standard
3339
3340 \series bold
3341
3342 \backslash
3343 not
3344 \series default
3345
3346 \begin_inset Index idx
3347 status collapsed
3348
3349 \begin_layout Plain Layout
3350 こまんど@コマンド ! N ! 
3351 \backslash
3352 not
3353 \end_layout
3354
3355 \end_inset
3356
3357 を挿入することで、すべての文字を取り消し形で表示できます。文字はスラッシュを上書きされた形になります。
3358 \end_layout
3359
3360 \begin_layout Standard
3361 \align center
3362 \begin_inset Tabular
3363 <lyxtabular version="3" rows="4" columns="2">
3364 <features rotate="0" tabularvalignment="middle">
3365 <column alignment="center" valignment="top" width="0pt">
3366 <column alignment="center" valignment="top" width="0pt">
3367 <row>
3368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3369 \begin_inset Text
3370
3371 \begin_layout Plain Layout
3372 コマンド
3373 \end_layout
3374
3375 \end_inset
3376 </cell>
3377 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3378 \begin_inset Text
3379
3380 \begin_layout Plain Layout
3381 出力
3382 \end_layout
3383
3384 \end_inset
3385 </cell>
3386 </row>
3387 <row>
3388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3389 \begin_inset Text
3390
3391 \begin_layout Plain Layout
3392
3393 \backslash
3394 not=
3395 \end_layout
3396
3397 \end_inset
3398 </cell>
3399 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3400 \begin_inset Text
3401
3402 \begin_layout Plain Layout
3403 \begin_inset Formula $\not=$
3404 \end_inset
3405
3406
3407 \end_layout
3408
3409 \end_inset
3410 </cell>
3411 </row>
3412 <row>
3413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3414 \begin_inset Text
3415
3416 \begin_layout Plain Layout
3417
3418 \backslash
3419 not 
3420 \backslash
3421 le
3422 \end_layout
3423
3424 \end_inset
3425 </cell>
3426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3427 \begin_inset Text
3428
3429 \begin_layout Plain Layout
3430 \begin_inset Formula $\not\le$
3431 \end_inset
3432
3433
3434 \end_layout
3435
3436 \end_inset
3437 </cell>
3438 </row>
3439 <row>
3440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3441 \begin_inset Text
3442
3443 \begin_layout Plain Layout
3444
3445 \backslash
3446 not 
3447 \backslash
3448 parallel
3449 \end_layout
3450
3451 \end_inset
3452 </cell>
3453 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3454 \begin_inset Text
3455
3456 \begin_layout Plain Layout
3457 \begin_inset Formula $\not\parallel$
3458 \end_inset
3459
3460
3461 \end_layout
3462
3463 \end_inset
3464 </cell>
3465 </row>
3466 </lyxtabular>
3467
3468 \end_inset
3469
3470
3471 \end_layout
3472
3473 \begin_layout Standard
3474 最後の例が示すように、すべての否定形がきれいに出力されるわけではありません。このことから、否定形に専用のコマンドを持つものもあります(第
3475 \begin_inset CommandInset ref
3476 LatexCommand ref
3477 reference "sub:数学記号"
3478
3479 \end_inset
3480
3481 節および第
3482 \begin_inset CommandInset ref
3483 LatexCommand ref
3484 reference "sec:関係子"
3485
3486 \end_inset
3487
3488 節を参照)。
3489 \end_layout
3490
3491 \begin_layout Subsection
3492 埋め草
3493 \begin_inset CommandInset label
3494 LatexCommand label
3495 name "sub:埋め草"
3496
3497 \end_inset
3498
3499
3500 \begin_inset Index idx
3501 status collapsed
3502
3503 \begin_layout Plain Layout
3504 うめくさ@埋め草
3505 \end_layout
3506
3507 \end_inset
3508
3509
3510 \begin_inset Index idx
3511 status collapsed
3512
3513 \begin_layout Plain Layout
3514 かがくきごう@化学記号 ! どういたい@同位体
3515 \end_layout
3516
3517 \end_inset
3518
3519
3520 \begin_inset Index idx
3521 status collapsed
3522
3523 \begin_layout Plain Layout
3524 どういたい@同位体|see
3525 \begin_inset ERT
3526 status collapsed
3527
3528 \begin_layout Plain Layout
3529
3530 {
3531 \end_layout
3532
3533 \end_inset
3534
3535 化学記号
3536 \begin_inset ERT
3537 status collapsed
3538
3539 \begin_layout Plain Layout
3540
3541 }
3542 \end_layout
3543
3544 \end_inset
3545
3546
3547 \end_layout
3548
3549 \end_inset
3550
3551
3552 \begin_inset Index idx
3553 status collapsed
3554
3555 \begin_layout Plain Layout
3556 あいそとーぷ@アイソトープ|see
3557 \begin_inset ERT
3558 status collapsed
3559
3560 \begin_layout Plain Layout
3561
3562 {
3563 \end_layout
3564
3565 \end_inset
3566
3567 同位体
3568 \begin_inset ERT
3569 status collapsed
3570
3571 \begin_layout Plain Layout
3572
3573 }
3574 \end_layout
3575
3576 \end_inset
3577
3578
3579 \end_layout
3580
3581 \end_inset
3582
3583
3584 \end_layout
3585
3586 \begin_layout Standard
3587 たとえば同位体
3588 \begin_inset Foot
3589 status collapsed
3590
3591 \begin_layout Plain Layout
3592 同位体と化学記号の組版に関しては、第
3593 \begin_inset CommandInset ref
3594 LatexCommand ref
3595 reference "sub:化学記号と化学式"
3596
3597 \end_inset
3598
3599 節に記述があります。
3600 \end_layout
3601
3602 \end_inset
3603
3604 を表示しようとすると、次のような問題が起こります。
3605 \end_layout
3606
3607 \begin_layout Standard
3608 \align center
3609 \begin_inset Tabular
3610 <lyxtabular version="3" rows="2" columns="2">
3611 <features rotate="0" tabularvalignment="middle">
3612 <column alignment="center" valignment="top" width="0pt">
3613 <column alignment="center" valignment="top" width="0pt">
3614 <row>
3615 <cell alignment="center" valignment="top" usebox="none">
3616 \begin_inset Text
3617
3618 \begin_layout Plain Layout
3619 上付き文字と下付き文字を使用して作った指数:
3620 \end_layout
3621
3622 \end_inset
3623 </cell>
3624 <cell alignment="center" valignment="top" usebox="none">
3625 \begin_inset Text
3626
3627 \begin_layout Plain Layout
3628 \begin_inset Formula $_{9}^{19}\mathrm{F}\raisebox{-3mm}{}$
3629 \end_inset
3630
3631
3632 \end_layout
3633
3634 \end_inset
3635 </cell>
3636 </row>
3637 <row>
3638 <cell alignment="center" valignment="top" usebox="none">
3639 \begin_inset Text
3640
3641 \begin_layout Plain Layout
3642 正しい指数:
3643 \end_layout
3644
3645 \end_inset
3646 </cell>
3647 <cell alignment="center" valignment="top" usebox="none">
3648 \begin_inset Text
3649
3650 \begin_layout Plain Layout
3651 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3652 \end_inset
3653
3654
3655 \end_layout
3656
3657 \end_inset
3658 </cell>
3659 </row>
3660 </lyxtabular>
3661
3662 \end_inset
3663
3664
3665 \begin_inset Note Note
3666 status collapsed
3667
3668 \begin_layout Plain Layout
3669 ここで
3670 \series bold
3671
3672 \backslash
3673 raisebox
3674 \series default
3675 はスペーサーとして使用しているだけです。
3676 \end_layout
3677
3678 \end_inset
3679
3680
3681 \end_layout
3682
3683 \begin_layout Standard
3684 短い方の指数は、既定で、長い方の指数の一文字目の下ないし上に配置されてしまいます。これを避けるには、一文字ないし複数の空の文字を生成するコマンド
3685 \series bold
3686
3687 \backslash
3688 phantom
3689 \series default
3690
3691 \begin_inset Index idx
3692 status collapsed
3693
3694 \begin_layout Plain Layout
3695 こまんど@コマンド ! P ! 
3696 \backslash
3697 phantom
3698 \end_layout
3699
3700 \end_inset
3701
3702 や数式ツールバーボタン
3703 \begin_inset Foot
3704 status collapsed
3705
3706 \begin_layout Plain Layout
3707 ツールバーボタン
3708 \begin_inset Graphics
3709         filename ../../images/math/space.png
3710         scale 85
3711
3712 \end_inset
3713
3714 の小メニューに入っています。
3715 \end_layout
3716
3717 \end_inset
3718
3719
3720 \begin_inset Graphics
3721         filename ../../images/math/phantom.png
3722         scale 85
3723
3724 \end_inset
3725
3726 があります。
3727 \series bold
3728
3729 \backslash
3730 phantom
3731 \series default
3732 を挿入すると、二つの赤い矢印が重なった青枠が表示されます。矢印は、箱の中身の幅と高さの両方が、埋め草(指定した文字と同じ大きさの余白を確保するために使われる空打
3733 ち文字)として適用されることを示しています。したがって、
3734 \series bold
3735
3736 \backslash
3737 phantom
3738 \series default
3739 の作る文字は、箱の中身の文字の大きさを持つ埋め草となります。
3740 \end_layout
3741
3742 \begin_layout Standard
3743 \align center
3744 \begin_inset Tabular
3745 <lyxtabular version="3" rows="4" columns="2">
3746 <features rotate="0" tabularvalignment="middle">
3747 <column alignment="center" valignment="top">
3748 <column alignment="center" valignment="top">
3749 <row>
3750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3751 \begin_inset Text
3752
3753 \begin_layout Plain Layout
3754 コマンド
3755 \end_layout
3756
3757 \end_inset
3758 </cell>
3759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3760 \begin_inset Text
3761
3762 \begin_layout Plain Layout
3763 出力
3764 \begin_inset Note Note
3765 status collapsed
3766
3767 \begin_layout Plain Layout
3768 ここで
3769 \series bold
3770
3771 \backslash
3772 raisebox
3773 \series default
3774 はスペーサーとして使用しているだけです。
3775 \end_layout
3776
3777 \end_inset
3778
3779
3780 \end_layout
3781
3782 \end_inset
3783 </cell>
3784 </row>
3785 <row>
3786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3787 \begin_inset Text
3788
3789 \begin_layout Plain Layout
3790 ^19
3791 \begin_inset ERT
3792 status collapsed
3793
3794 \begin_layout Plain Layout
3795
3796
3797 \backslash
3798 spce 
3799 \end_layout
3800
3801 \end_inset
3802
3803 _
3804 \backslash
3805 phantom
3806 \begin_inset ERT
3807 status collapsed
3808
3809 \begin_layout Plain Layout
3810
3811
3812 \backslash
3813 spce 
3814 \end_layout
3815
3816 \end_inset
3817
3818 1
3819 \begin_inset Formula $\to$
3820 \end_inset
3821
3822 9
3823 \begin_inset ERT
3824 status collapsed
3825
3826 \begin_layout Plain Layout
3827
3828
3829 \backslash
3830 spce 
3831 \end_layout
3832
3833 \end_inset
3834
3835 F
3836 \end_layout
3837
3838 \end_inset
3839 </cell>
3840 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3841 \begin_inset Text
3842
3843 \begin_layout Plain Layout
3844 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\mathrm{F}\raisebox{-2.5mm}{}$
3845 \end_inset
3846
3847
3848 \end_layout
3849
3850 \end_inset
3851 </cell>
3852 </row>
3853 <row>
3854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3855 \begin_inset Text
3856
3857 \begin_layout Plain Layout
3858 ^235
3859 \begin_inset ERT
3860 status collapsed
3861
3862 \begin_layout Plain Layout
3863
3864
3865 \backslash
3866 spce 
3867 \end_layout
3868
3869 \end_inset
3870
3871 _
3872 \backslash
3873 phantom
3874 \begin_inset ERT
3875 status collapsed
3876
3877 \begin_layout Plain Layout
3878
3879
3880 \backslash
3881 spce 
3882 \end_layout
3883
3884 \end_inset
3885
3886 23
3887 \begin_inset Formula $\to$
3888 \end_inset
3889
3890 9
3891 \begin_inset ERT
3892 status collapsed
3893
3894 \begin_layout Plain Layout
3895
3896
3897 \backslash
3898 spce 
3899 \end_layout
3900
3901 \end_inset
3902
3903 F
3904 \end_layout
3905
3906 \end_inset
3907 </cell>
3908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3909 \begin_inset Text
3910
3911 \begin_layout Plain Layout
3912 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\mathrm{F}\raisebox{-2.5mm}{}$
3913 \end_inset
3914
3915
3916 \end_layout
3917
3918 \end_inset
3919 </cell>
3920 </row>
3921 <row>
3922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3923 \begin_inset Text
3924
3925 \begin_layout Plain Layout
3926
3927 \backslash
3928 Lambda^
3929 \begin_inset ERT
3930 status collapsed
3931
3932 \begin_layout Plain Layout
3933
3934
3935 \backslash
3936 spce 
3937 \end_layout
3938
3939 \end_inset
3940
3941
3942 \backslash
3943 phantom
3944 \begin_inset ERT
3945 status collapsed
3946
3947 \begin_layout Plain Layout
3948
3949
3950 \backslash
3951 spce 
3952 \end_layout
3953
3954 \end_inset
3955
3956 ii
3957 \begin_inset Formula $\to$
3958 \end_inset
3959
3960 t
3961 \begin_inset ERT
3962 status collapsed
3963
3964 \begin_layout Plain Layout
3965
3966
3967 \backslash
3968 spce 
3969 \end_layout
3970
3971 \end_inset
3972
3973 _MMt
3974 \end_layout
3975
3976 \end_inset
3977 </cell>
3978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3979 \begin_inset Text
3980
3981 \begin_layout Plain Layout
3982 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3983 \end_inset
3984
3985
3986 \end_layout
3987
3988 \end_inset
3989 </cell>
3990 </row>
3991 </lyxtabular>
3992
3993 \end_inset
3994
3995
3996 \end_layout
3997
3998 \begin_layout Standard
3999 さらに、
4000 \series bold
4001
4002 \backslash
4003 vphantom
4004 \series default
4005
4006 \begin_inset Index idx
4007 status collapsed
4008
4009 \begin_layout Plain Layout
4010 こまんど@コマンド ! V ! 
4011 \backslash
4012 vphantom
4013 \end_layout
4014
4015 \end_inset
4016
4017 (ツールバーボタン
4018 \begin_inset space ~
4019 \end_inset
4020
4021
4022 \begin_inset Graphics
4023         filename ../../images/math/vphantom.png
4024         scale 85
4025
4026 \end_inset
4027
4028 )および
4029 \series bold
4030
4031 \backslash
4032 hphantom
4033 \series default
4034
4035 \begin_inset Index idx
4036 status collapsed
4037
4038 \begin_layout Plain Layout
4039 こまんど@コマンド ! H ! 
4040 \backslash
4041 hphantom
4042 \end_layout
4043
4044 \end_inset
4045
4046 (ツールバーボタン
4047 \begin_inset space ~
4048 \end_inset
4049
4050
4051 \begin_inset Graphics
4052         filename ../../images/math/hphantom.png
4053         scale 85
4054
4055 \end_inset
4056
4057 )というコマンドもあります。
4058 \series bold
4059
4060 \backslash
4061 vphantom
4062 \series default
4063 は、枠内部の文字の最大高のみの空白を作り、幅は考慮しません。
4064 \series bold
4065
4066 \backslash
4067 hphantom
4068 \series default
4069 は、枠の内容の幅のみの空白を作ります。このことから、これらの枠は一本の赤矢印のみで表示されます。
4070 \end_layout
4071
4072 \begin_layout Standard
4073 たとえば、
4074 \series bold
4075
4076 \backslash
4077 vphantom
4078 \series default
4079
4080 \begin_inset ERT
4081 status collapsed
4082
4083 \begin_layout Plain Layout
4084
4085
4086 \backslash
4087 spce 
4088 \end_layout
4089
4090 \end_inset
4091
4092
4093 \series bold
4094 a
4095 \backslash
4096 int
4097 \series default
4098 は、積分記号
4099 \begin_inset Foot
4100 status collapsed
4101
4102 \begin_layout Plain Layout
4103
4104 \series bold
4105
4106 \backslash
4107 int
4108 \series default
4109 コマンドは、積分記号を生成します。第
4110 \begin_inset CommandInset ref
4111 LatexCommand ref
4112 reference "sub:大演算子"
4113
4114 \end_inset
4115
4116 節を参照してください。
4117 \end_layout
4118
4119 \end_inset
4120
4121 が最大高の文字なので、積分記号の高さを持つ空白を作ります。実際の適用例については、第
4122 \begin_inset CommandInset ref
4123 LatexCommand ref
4124 reference "sub:多行にわたる括弧"
4125
4126 \end_inset
4127
4128 節を参照してください。
4129 \end_layout
4130
4131 \begin_layout Standard
4132 埋め草は、メニュー
4133 \family sans
4134 挿入\SpecialChar \menuseparator
4135 整形\SpecialChar \menuseparator
4136 埋め草
4137 \family default
4138 を使えば、以下のように本文中でも使用することができます。
4139 \end_layout
4140
4141 \begin_layout Standard
4142 これは本文です。
4143 \begin_inset Newline newline
4144 \end_inset
4145
4146
4147 \begin_inset Phantom Phantom
4148 status open
4149
4150 \begin_layout Plain Layout
4151 これは
4152 \end_layout
4153
4154 \end_inset
4155
4156 本文です。
4157 \end_layout
4158
4159 \begin_layout Subsection
4160 横線
4161 \begin_inset Index idx
4162 status collapsed
4163
4164 \begin_layout Plain Layout
4165 よこせん@横線
4166 \end_layout
4167
4168 \end_inset
4169
4170
4171 \begin_inset Index idx
4172 status collapsed
4173
4174 \begin_layout Plain Layout
4175 すうしき@数式 ! かせん@下線
4176 \end_layout
4177
4178 \end_inset
4179
4180
4181 \begin_inset Index idx
4182 status collapsed
4183
4184 \begin_layout Plain Layout
4185 ぼうせん@棒線|see
4186 \begin_inset ERT
4187 status collapsed
4188
4189 \begin_layout Plain Layout
4190
4191 {
4192 \end_layout
4193
4194 \end_inset
4195
4196 横線
4197 \begin_inset ERT
4198 status collapsed
4199
4200 \begin_layout Plain Layout
4201
4202 }
4203 \end_layout
4204
4205 \end_inset
4206
4207
4208 \end_layout
4209
4210 \end_inset
4211
4212
4213 \end_layout
4214
4215 \begin_layout Standard
4216 \align center
4217 \begin_inset Tabular
4218 <lyxtabular version="3" rows="4" columns="2">
4219 <features rotate="0" tabularvalignment="middle">
4220 <column alignment="center" valignment="top" width="0pt">
4221 <column alignment="center" valignment="top" width="0pt">
4222 <row>
4223 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4224 \begin_inset Text
4225
4226 \begin_layout Plain Layout
4227 コマンド
4228 \end_layout
4229
4230 \end_inset
4231 </cell>
4232 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4233 \begin_inset Text
4234
4235 \begin_layout Plain Layout
4236 出力
4237 \begin_inset Note Note
4238 status collapsed
4239
4240 \begin_layout Plain Layout
4241 ここで
4242 \series bold
4243
4244 \backslash
4245 raisebox
4246 \series default
4247 はスペーサーとして使用しているだけです。
4248 \end_layout
4249
4250 \end_inset
4251
4252
4253 \end_layout
4254
4255 \end_inset
4256 </cell>
4257 </row>
4258 <row>
4259 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4260 \begin_inset Text
4261
4262 \begin_layout Plain Layout
4263
4264 \backslash
4265 overline
4266 \begin_inset ERT
4267 status collapsed
4268
4269 \begin_layout Plain Layout
4270
4271
4272 \backslash
4273 spce 
4274 \end_layout
4275
4276 \end_inset
4277
4278 A+B
4279 \begin_inset Index idx
4280 status collapsed
4281
4282 \begin_layout Plain Layout
4283 こまんど@コマンド ! O ! 
4284 \backslash
4285 overline
4286 \end_layout
4287
4288 \end_inset
4289
4290
4291 \end_layout
4292
4293 \end_inset
4294 </cell>
4295 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4296 \begin_inset Text
4297
4298 \begin_layout Plain Layout
4299 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
4300 \end_inset
4301
4302
4303 \end_layout
4304
4305 \end_inset
4306 </cell>
4307 </row>
4308 <row>
4309 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4310 \begin_inset Text
4311
4312 \begin_layout Plain Layout
4313
4314 \backslash
4315 underline
4316 \begin_inset ERT
4317 status collapsed
4318
4319 \begin_layout Plain Layout
4320
4321
4322 \backslash
4323 spce 
4324 \end_layout
4325
4326 \end_inset
4327
4328 A+B
4329 \begin_inset Index idx
4330 status collapsed
4331
4332 \begin_layout Plain Layout
4333 こまんど@コマンド ! U ! 
4334 \backslash
4335 underline
4336 \end_layout
4337
4338 \end_inset
4339
4340
4341 \end_layout
4342
4343 \end_inset
4344 </cell>
4345 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4346 \begin_inset Text
4347
4348 \begin_layout Plain Layout
4349 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
4350 \end_inset
4351
4352
4353 \end_layout
4354
4355 \end_inset
4356 </cell>
4357 </row>
4358 <row>
4359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4360 \begin_inset Text
4361
4362 \begin_layout Plain Layout
4363
4364 \backslash
4365 overline
4366 \begin_inset ERT
4367 status collapsed
4368
4369 \begin_layout Plain Layout
4370
4371
4372 \backslash
4373 spce 
4374 \end_layout
4375
4376 \end_inset
4377
4378
4379 \backslash
4380 underline
4381 \begin_inset ERT
4382 status collapsed
4383
4384 \begin_layout Plain Layout
4385
4386
4387 \backslash
4388 spce 
4389 \end_layout
4390
4391 \end_inset
4392
4393 A+B
4394 \end_layout
4395
4396 \end_inset
4397 </cell>
4398 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4399 \begin_inset Text
4400
4401 \begin_layout Plain Layout
4402 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
4403 \end_inset
4404
4405
4406 \end_layout
4407
4408 \end_inset
4409 </cell>
4410 </row>
4411 </lyxtabular>
4412
4413 \end_inset
4414
4415
4416 \end_layout
4417
4418 \begin_layout Standard
4419 上記最後の例では、先に
4420 \series bold
4421
4422 \backslash
4423 overline
4424 \series default
4425 が来ようが
4426 \series bold
4427
4428 \backslash
4429 underline
4430 \series default
4431 が来ようが、関係ありません。
4432 \end_layout
4433
4434 \begin_layout Standard
4435 二重下線を引くには、
4436 \series bold
4437
4438 \backslash
4439 underline
4440 \series default
4441 を二回使います。
4442 \end_layout
4443
4444 \begin_layout Standard
4445 文字の上下6本の線まで引くことができます。
4446 \end_layout
4447
4448 \begin_layout Standard
4449 \begin_inset VSpace bigskip
4450 \end_inset
4451
4452 自製の線は、以下の書式を持つ
4453 \series bold
4454
4455 \backslash
4456 rule
4457 \series default
4458
4459 \begin_inset Index idx
4460 status collapsed
4461
4462 \begin_layout Plain Layout
4463 こまんど@こまんど ! R ! 
4464 \backslash
4465 rule
4466 \end_layout
4467
4468 \end_inset
4469
4470 コマンドで作成することができます。
4471 \end_layout
4472
4473 \begin_layout Standard
4474
4475 \series bold
4476
4477 \backslash
4478 rule[垂直オフセット幅]{長さ}{厚み}
4479 \end_layout
4480
4481 \begin_layout Standard
4482 オプションの
4483 \series bold
4484 「垂直オフセット幅
4485 \series default
4486 」は、行を上方に(値が負であれば下方に)移動させます。値としては、第
4487 \begin_inset CommandInset ref
4488 LatexCommand ref
4489 reference "tab:使用できる単位"
4490
4491 \end_inset
4492
4493 表に掲げてある単位を用いることができます。以下に、
4494 \begin_inset Newline newline
4495 \end_inset
4496
4497
4498 \series bold
4499
4500 \backslash
4501 rule[-2ex]{3cm}{2pt}
4502 \series default
4503  および 
4504 \series bold
4505
4506 \backslash
4507 rule{2cm}{1pt}
4508 \begin_inset Newline newline
4509 \end_inset
4510
4511
4512 \series default
4513 というコマンドを用いて作成したふたつの例を例示します。
4514 \end_layout
4515
4516 \begin_layout Standard
4517 この行には、
4518 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4519 \end_inset
4520
4521 二本の線があります。
4522 \end_layout
4523
4524 \begin_layout Standard
4525
4526 \backslash
4527 ruleは、メニュー
4528 \family sans
4529 挿入\SpecialChar \menuseparator
4530 整形\SpecialChar \menuseparator
4531 水平線
4532 \family default
4533 を使っても、本文に挿入することができます。
4534 \end_layout
4535
4536 \begin_layout Standard
4537 これは一行の
4538 \begin_inset CommandInset line
4539 LatexCommand rule
4540 offset "0.5ex"
4541 width "3cm"
4542 height "1pt"
4543
4544 \end_inset
4545
4546 文章です。
4547 \end_layout
4548
4549 \begin_layout Subsection
4550 省略符号
4551 \begin_inset CommandInset label
4552 LatexCommand label
4553 name "sub:省略符号"
4554
4555 \end_inset
4556
4557
4558 \begin_inset Index idx
4559 status collapsed
4560
4561 \begin_layout Plain Layout
4562 しょうりゃくふごう@省略符号
4563 \end_layout
4564
4565 \end_inset
4566
4567
4568 \end_layout
4569
4570 \begin_layout Standard
4571 省略符号には、いくつかの種類が使用できます
4572 \begin_inset Foot
4573 status collapsed
4574
4575 \begin_layout Plain Layout
4576 数式ツールバー中の
4577 \begin_inset Graphics
4578         filename ../../images/math/ldots.png
4579         scale 85
4580
4581 \end_inset
4582
4583 ボタンで表示されている小メニューです。
4584 \end_layout
4585
4586 \end_inset
4587
4588 。列挙のためには、ベースラインの点々(
4589 \series bold
4590
4591 \backslash
4592 ldots
4593 \series default
4594
4595 \begin_inset Index idx
4596 status collapsed
4597
4598 \begin_layout Plain Layout
4599 こまんど@コマンド ! L ! 
4600 \backslash
4601 ldots
4602 \end_layout
4603
4604 \end_inset
4605
4606 )を使用しますが、演算子の場合は、演算子と同じ高さの点々(
4607 \series bold
4608
4609 \backslash
4610 cdots
4611 \series default
4612
4613 \begin_inset Index idx
4614 status collapsed
4615
4616 \begin_layout Plain Layout
4617 こまんど@コマンド ! C ! 
4618 \backslash
4619 cdots
4620 \end_layout
4621
4622 \end_inset
4623
4624 )が必要です。
4625 \series bold
4626
4627 \backslash
4628 dots
4629 \series default
4630
4631 \begin_inset Index idx
4632 status collapsed
4633
4634 \begin_layout Plain Layout
4635 こまんど@コマンド ! D ! 
4636 \backslash
4637 dots
4638 \end_layout
4639
4640 \end_inset
4641
4642 コマンドを使うと、LaTeXは次に来る文字がどのような種類の文字であるかによって、自動的にどの種類を使うかを選択します。
4643 \end_layout
4644
4645 \begin_layout Standard
4646 \align center
4647 \begin_inset Tabular
4648 <lyxtabular version="3" rows="9" columns="2">
4649 <features rotate="0" tabularvalignment="middle">
4650 <column alignment="center" valignment="top" width="0pt">
4651 <column alignment="center" valignment="top" width="0pt">
4652 <row>
4653 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4654 \begin_inset Text
4655
4656 \begin_layout Plain Layout
4657 コマンド
4658 \end_layout
4659
4660 \end_inset
4661 </cell>
4662 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4663 \begin_inset Text
4664
4665 \begin_layout Plain Layout
4666 出力
4667 \end_layout
4668
4669 \end_inset
4670 </cell>
4671 </row>
4672 <row>
4673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4674 \begin_inset Text
4675
4676 \begin_layout Plain Layout
4677 A_1
4678 \begin_inset ERT
4679 status collapsed
4680
4681 \begin_layout Plain Layout
4682
4683
4684 \backslash
4685 spce 
4686 \end_layout
4687
4688 \end_inset
4689
4690 ,
4691 \backslash
4692 dots
4693 \begin_inset ERT
4694 status collapsed
4695
4696 \begin_layout Plain Layout
4697
4698
4699 \backslash
4700 spce 
4701 \end_layout
4702
4703 \end_inset
4704
4705 ,A_n
4706 \end_layout
4707
4708 \end_inset
4709 </cell>
4710 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4711 \begin_inset Text
4712
4713 \begin_layout Plain Layout
4714 \begin_inset Formula $A_{1},\dots,A_{n}$
4715 \end_inset
4716
4717
4718 \end_layout
4719
4720 \end_inset
4721 </cell>
4722 </row>
4723 <row>
4724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4725 \begin_inset Text
4726
4727 \begin_layout Plain Layout
4728 A_1
4729 \begin_inset ERT
4730 status collapsed
4731
4732 \begin_layout Plain Layout
4733
4734
4735 \backslash
4736 spce 
4737 \end_layout
4738
4739 \end_inset
4740
4741 +
4742 \backslash
4743 dots
4744 \begin_inset ERT
4745 status collapsed
4746
4747 \begin_layout Plain Layout
4748
4749
4750 \backslash
4751 spce 
4752 \end_layout
4753
4754 \end_inset
4755
4756 +A_n
4757 \end_layout
4758
4759 \end_inset
4760 </cell>
4761 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4762 \begin_inset Text
4763
4764 \begin_layout Plain Layout
4765 \begin_inset Formula $A_{1}+\dots+A_{n}$
4766 \end_inset
4767
4768
4769 \end_layout
4770
4771 \end_inset
4772 </cell>
4773 </row>
4774 <row>
4775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4776 \begin_inset Text
4777
4778 \begin_layout Plain Layout
4779 A_1
4780 \begin_inset ERT
4781 status collapsed
4782
4783 \begin_layout Plain Layout
4784
4785
4786 \backslash
4787 spce 
4788 \end_layout
4789
4790 \end_inset
4791
4792 ,
4793 \backslash
4794 ldots
4795 \begin_inset ERT
4796 status collapsed
4797
4798 \begin_layout Plain Layout
4799
4800
4801 \backslash
4802 spce 
4803 \end_layout
4804
4805 \end_inset
4806
4807 ,A_n
4808 \end_layout
4809
4810 \end_inset
4811 </cell>
4812 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4813 \begin_inset Text
4814
4815 \begin_layout Plain Layout
4816 \begin_inset Formula $A_{1},\ldots,A_{n}$
4817 \end_inset
4818
4819
4820 \end_layout
4821
4822 \end_inset
4823 </cell>
4824 </row>
4825 <row>
4826 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4827 \begin_inset Text
4828
4829 \begin_layout Plain Layout
4830 A_1
4831 \begin_inset ERT
4832 status collapsed
4833
4834 \begin_layout Plain Layout
4835
4836
4837 \backslash
4838 spce 
4839 \end_layout
4840
4841 \end_inset
4842
4843 +
4844 \backslash
4845 cdots
4846 \begin_inset ERT
4847 status collapsed
4848
4849 \begin_layout Plain Layout
4850
4851
4852 \backslash
4853 spce 
4854 \end_layout
4855
4856 \end_inset
4857
4858 +A_n
4859 \end_layout
4860
4861 \end_inset
4862 </cell>
4863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4864 \begin_inset Text
4865
4866 \begin_layout Plain Layout
4867 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4868 \end_inset
4869
4870
4871 \end_layout
4872
4873 \end_inset
4874 </cell>
4875 </row>
4876 <row>
4877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4878 \begin_inset Text
4879
4880 \begin_layout Plain Layout
4881
4882 \backslash
4883 vdots
4884 \end_layout
4885
4886 \end_inset
4887 </cell>
4888 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4889 \begin_inset Text
4890
4891 \begin_layout Plain Layout
4892 \begin_inset Formula $\vdots$
4893 \end_inset
4894
4895
4896 \end_layout
4897
4898 \end_inset
4899 </cell>
4900 </row>
4901 <row>
4902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4903 \begin_inset Text
4904
4905 \begin_layout Plain Layout
4906
4907 \backslash
4908 ddots
4909 \end_layout
4910
4911 \end_inset
4912 </cell>
4913 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4914 \begin_inset Text
4915
4916 \begin_layout Plain Layout
4917 \begin_inset Formula $\ddots$
4918 \end_inset
4919
4920
4921 \end_layout
4922
4923 \end_inset
4924 </cell>
4925 </row>
4926 <row>
4927 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4928 \begin_inset Text
4929
4930 \begin_layout Plain Layout
4931
4932 \backslash
4933 iddots
4934 \end_layout
4935
4936 \end_inset
4937 </cell>
4938 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4939 \begin_inset Text
4940
4941 \begin_layout Plain Layout
4942 \begin_inset Formula $\iddots$
4943 \end_inset
4944
4945
4946 \end_layout
4947
4948 \end_inset
4949 </cell>
4950 </row>
4951 <row>
4952 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4953 \begin_inset Text
4954
4955 \begin_layout Plain Layout
4956 いろいろな点々を使った
4957 \begin_inset Formula $3\times3$
4958 \end_inset
4959
4960 行列
4961 \end_layout
4962
4963 \end_inset
4964 </cell>
4965 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4966 \begin_inset Text
4967
4968 \begin_layout Plain Layout
4969 \begin_inset Formula $\begin{array}{ccc}
4970 A_{11} & \cdots & A_{1m}\\
4971 \vdots & \ddots & \vdots\\
4972 A_{n1} & \cdots & A_{nm}
4973 \end{array}$
4974 \end_inset
4975
4976
4977 \end_layout
4978
4979 \end_inset
4980 </cell>
4981 </row>
4982 </lyxtabular>
4983
4984 \end_inset
4985
4986
4987 \end_layout
4988
4989 \begin_layout Standard
4990
4991 \family sans
4992 挿入\SpecialChar \menuseparator
4993 省略符号
4994 \family default
4995 メニューで挿入される省略符号は
4996 \series bold
4997
4998 \backslash
4999 ldots
5000 \series default
5001 です。
5002 \end_layout
5003
5004 \begin_layout Standard
5005 \begin_inset VSpace medskip
5006 \end_inset
5007
5008
5009 \series bold
5010
5011 \backslash
5012 iddots
5013 \series default
5014 を使うには、文書設定の
5015 \family sans
5016 数式オプション
5017 \family default
5018 にある
5019 \family sans
5020 mathdotsパッケージを(自動的に)使う
5021 \family default
5022 オプションのうちいずれかを有効にしなくてはなりません。
5023 \begin_inset Newline newline
5024 \end_inset
5025
5026
5027 \family sans
5028 mathdotsパッケージを使う
5029 \family default
5030 オプションを使用すると、文書中のフォント様式や寸法が既定値でないときのあらゆるドットの表示が改善されます。
5031 \end_layout
5032
5033 \begin_layout Standard
5034 \begin_inset VSpace medskip
5035 \end_inset
5036
5037 とくに行列には、複数列にわたることのできる省略符号があります。これは、以下の書式を持つ
5038 \series bold
5039
5040 \backslash
5041 hdotsfor
5042 \series default
5043
5044 \begin_inset Index idx
5045 status collapsed
5046
5047 \begin_layout Plain Layout
5048 こまんど@コマンド ! H ! 
5049 \backslash
5050 hdotsfor
5051 \end_layout
5052
5053 \end_inset
5054
5055 コマンドで作ることができます。
5056 \end_layout
5057
5058 \begin_layout Standard
5059
5060 \series bold
5061
5062 \backslash
5063 hdotsfor[距離]{列数}
5064 \end_layout
5065
5066 \begin_layout Standard
5067 ここで「列数」は、何列に広げるかを指定します。「距離」は、点々のあいだの距離を示す因子です。
5068 \end_layout
5069
5070 \begin_layout Standard
5071 以下の行列では、2行目の1つ目の枠に
5072 \series bold
5073
5074 \backslash
5075 hdotsfor[2]{4}
5076 \series default
5077 を挿入して、
5078 \series bold
5079
5080 \backslash
5081 dots
5082 \series default
5083 コマンドの2倍の点間距離を持つ省略符号を挿入しています。
5084 \begin_inset Formula 
5085 \[
5086 \left(\begin{array}{cccc}
5087 A & B & C & D\\
5088 \hdotsfor[2]{4}\\
5089 q & w & e & r
5090 \end{array}\right)
5091 \]
5092
5093 \end_inset
5094
5095 省略符号を広げる対象となる行列フィールドは空白にしておく必要があることに注意して下さい。さもないとLaTeXエラーが発生します。
5096 \end_layout
5097
5098 \begin_layout Standard
5099 \begin_inset VSpace bigskip
5100 \end_inset
5101
5102 さらに、
5103 \series bold
5104
5105 \backslash
5106 dotfill
5107 \series default
5108
5109 \begin_inset Index idx
5110 status collapsed
5111
5112 \begin_layout Plain Layout
5113 こまんど@コマンド ! D ! 
5114 \backslash
5115 dotfill
5116 \end_layout
5117
5118 \end_inset
5119
5120 コマンドを使えば、行の残りを点々で埋めることもできます。このコマンドの働きは、
5121 \series bold
5122
5123 \backslash
5124 hfill
5125 \series default
5126 と同様のものです。第
5127 \begin_inset CommandInset ref
5128 LatexCommand ref
5129 reference "sub:可変長の空白"
5130
5131 \end_inset
5132
5133 節をご参照下さい。
5134 \end_layout
5135
5136 \begin_layout Standard
5137 たとえば、
5138 \series bold
5139 A
5140 \backslash
5141 dotfill
5142 \begin_inset ERT
5143 status collapsed
5144
5145 \begin_layout Plain Layout
5146
5147
5148 \backslash
5149 spce 
5150 \end_layout
5151
5152 \end_inset
5153
5154 B
5155 \series default
5156 コマンドは、
5157 \end_layout
5158
5159 \begin_layout Standard
5160 \begin_inset Formula $A\dotfill B$
5161 \end_inset
5162
5163
5164 \end_layout
5165
5166 \begin_layout Standard
5167 のようになります。点々を使う
5168 \series bold
5169
5170 \backslash
5171 dotfill
5172 \series default
5173 の直線版として、
5174 \series bold
5175
5176 \backslash
5177 hrulefill
5178 \series default
5179
5180 \begin_inset Index idx
5181 status collapsed
5182
5183 \begin_layout Plain Layout
5184 こまんど@コマンド ! H ! 
5185 \backslash
5186 hrulefill
5187 \end_layout
5188
5189 \end_inset
5190
5191
5192 \end_layout
5193
5194 \begin_layout Standard
5195 \begin_inset Formula $A\hrulefill B$
5196 \end_inset
5197
5198
5199 \end_layout
5200
5201 \begin_layout Standard
5202 があります。これらのコマンドを本文で使用するには、これらのコマンドはTeXモードで挿入される必要があります。
5203 \end_layout
5204
5205 \begin_layout Section
5206 行列
5207 \begin_inset CommandInset label
5208 LatexCommand label
5209 name "sec:行列"
5210
5211 \end_inset
5212
5213
5214 \begin_inset Index idx
5215 status collapsed
5216
5217 \begin_layout Plain Layout
5218 ぎょうれつ@行列
5219 \end_layout
5220
5221 \end_inset
5222
5223
5224 \end_layout
5225
5226 \begin_layout Standard
5227 行列は、数式ツールバーボタンの
5228 \begin_inset Graphics
5229         filename ../../images/dialog-show_mathmatrix.png
5230         scale 85
5231
5232 \end_inset
5233
5234
5235 \family sans
5236 挿入\SpecialChar \menuseparator
5237 数式\SpecialChar \menuseparator
5238 行列
5239 \family default
5240 メニューで挿入することができます。すると、行列の行数・列数・配置方法・装飾を尋ねられます。ここで垂直配置は、行内数式内の行列でのみ意味を持ちます。
5241 \end_layout
5242
5243 \begin_layout Standard
5244 最初の行列は「上」配置
5245 \begin_inset Formula $\begin{array}[t]{cccc}
5246 A & D & G & J\\
5247 B & E & H & K\\
5248 C & F & I & L
5249 \end{array}$
5250 \end_inset
5251
5252 で、二番目は「中央」配置
5253 \begin_inset Formula $\begin{array}{cccc}
5254 A & D & G & J\\
5255 B & E & H & K\\
5256 C & F & I & L
5257 \end{array}$
5258 \end_inset
5259
5260 、三番目は「下」配置
5261 \begin_inset Formula $\begin{array}[b]{cccc}
5262 A & D & G & J\\
5263 B & E & H & K\\
5264 C & F & I & L
5265 \end{array}$
5266 \end_inset
5267
5268 です。
5269 \end_layout
5270
5271 \begin_layout Standard
5272 水平配置は、各列がどのように配置されるべきかを指定します。これは、各列に対応した文字を一つずつ入力することによって設定します。
5273 \emph on
5274 l
5275 \emph default
5276 は左寄せ、
5277 \emph on
5278 c
5279 \emph default
5280 は中央揃え、
5281 \emph on
5282 r
5283 \emph default
5284 は右寄せを意味します。たとえば、第1列が左寄せで第2列と第3列が中央揃え、第4列が右揃えの
5285 \begin_inset Formula $4\times4$
5286 \end_inset
5287
5288 行列を作成するには、水平配置のところに
5289 \series bold
5290 lccr
5291 \series default
5292 と入力します。通常、行列では各列は中央揃えですから、各列の既定値は
5293 \series bold
5294 c
5295 \series default
5296 です。
5297 \end_layout
5298
5299 \begin_layout Standard
5300 水平行列の例です。
5301 \end_layout
5302
5303 \begin_layout Standard
5304
5305 \series bold
5306 lll
5307 \series default
5308  : 
5309 \begin_inset Formula $\begin{array}{lll}
5310 10000 & D & G\\
5311 B & 10000 & H\\
5312 C & F & 10000
5313 \end{array}$
5314 \end_inset
5315
5316  , 
5317 \series bold
5318 ccc
5319 \series default
5320  : 
5321 \begin_inset Formula $\begin{array}{ccc}
5322 10000 & D & G\\
5323 B & 10000 & H\\
5324 C & F & 10000
5325 \end{array}$
5326 \end_inset
5327
5328  , 
5329 \series bold
5330 rrr
5331 \series default
5332  : 
5333 \begin_inset Formula $\begin{array}{rrr}
5334 10000 & D & G\\
5335 B & 10000 & H\\
5336 C & F & 10000
5337 \end{array}$
5338 \end_inset
5339
5340
5341 \end_layout
5342
5343 \begin_layout Standard
5344 つづいて行や列を追加したり削除したりするには、数式ツールバーボタンの
5345 \begin_inset Graphics
5346         filename ../../images/tabular-feature_append-row.png
5347         scale 85
5348
5349 \end_inset
5350
5351
5352 \begin_inset Graphics
5353         filename ../../images/tabular-feature_delete-row.png
5354         scale 85
5355
5356 \end_inset
5357
5358 などや
5359 \family sans
5360 編集\SpecialChar \menuseparator
5361 行と列
5362 \family default
5363 メニューを使用することができます。また、行は
5364 \begin_inset Info
5365 type  "shortcut"
5366 arg   "newline-insert newline"
5367 \end_inset
5368
5369 で作成することもできます。
5370 \end_layout
5371
5372 \begin_layout Standard
5373 \begin_inset VSpace bigskip
5374 \end_inset
5375
5376
5377 \end_layout
5378
5379 \begin_layout Standard
5380
5381 \family sans
5382 装飾
5383 \family default
5384 は、行列の前後に選択した様式の括弧を加えます。他にも括弧は、
5385 \series bold
5386
5387 \backslash
5388 left
5389 \series default
5390
5391 \begin_inset Index idx
5392 status collapsed
5393
5394 \begin_layout Plain Layout
5395 こまんど@コマンド ! L ! 
5396 \backslash
5397 left
5398 \end_layout
5399
5400 \end_inset
5401
5402 コマンドや
5403 \series bold
5404
5405 \backslash
5406 right
5407 \series default
5408
5409 \begin_inset Index idx
5410 status collapsed
5411
5412 \begin_layout Plain Layout
5413 こまんど@コマンド ! R ! 
5414 \backslash
5415 right
5416 \end_layout
5417
5418 \end_inset
5419
5420 コマンドで作成することもできます(
5421 \begin_inset Flex Ruby
5422 status collapsed
5423
5424 \begin_layout Plain Layout
5425 捷径
5426 \begin_inset Argument post:1
5427 status collapsed
5428
5429 \begin_layout Plain Layout
5430 ショートカット
5431 \end_layout
5432
5433 \end_inset
5434
5435
5436 \end_layout
5437
5438 \end_inset
5439
5440
5441 \family sans
5442 Alt+M
5443 \begin_inset space ~
5444 \end_inset
5445
5446 括弧
5447 \family default
5448 )。第
5449 \begin_inset CommandInset ref
5450 LatexCommand ref
5451 reference "sub:自動の括弧丈"
5452
5453 \end_inset
5454
5455 節を参照してください。あるいは、以下のコマンドを使うこともできます。
5456 \begin_inset VSpace medskip
5457 \end_inset
5458
5459
5460 \end_layout
5461
5462 \begin_layout Standard
5463 \begin_inset space \hfill{}
5464 \end_inset
5465
5466
5467 \begin_inset Tabular
5468 <lyxtabular version="3" rows="4" columns="2">
5469 <features rotate="0" tabularvalignment="middle">
5470 <column alignment="center" valignment="top">
5471 <column alignment="center" valignment="top">
5472 <row>
5473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5474 \begin_inset Text
5475
5476 \begin_layout Plain Layout
5477 コマンド
5478 \end_layout
5479
5480 \end_inset
5481 </cell>
5482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5483 \begin_inset Text
5484
5485 \begin_layout Plain Layout
5486 出力
5487 \begin_inset Note Note
5488 status collapsed
5489
5490 \begin_layout Plain Layout
5491 ここで
5492 \series bold
5493
5494 \backslash
5495 raisebox
5496 \series default
5497 はスペーサーとして使用しているだけです。
5498 \end_layout
5499
5500 \end_inset
5501
5502
5503 \end_layout
5504
5505 \end_inset
5506 </cell>
5507 </row>
5508 <row>
5509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5510 \begin_inset Text
5511
5512 \begin_layout Plain Layout
5513
5514 \backslash
5515 bmatrix
5516 \begin_inset ERT
5517 status collapsed
5518
5519 \begin_layout Plain Layout
5520
5521
5522 \backslash
5523 spce 
5524 \end_layout
5525
5526 \end_inset
5527
5528
5529 \begin_inset Formula $2\times2$
5530 \end_inset
5531
5532 行列
5533 \end_layout
5534
5535 \end_inset
5536 </cell>
5537 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5538 \begin_inset Text
5539
5540 \begin_layout Plain Layout
5541 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5542 0 & \textrm{-}\mathrm{i}\\
5543 \mathrm{i} & 0
5544 \end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5545 \end_inset
5546
5547
5548 \end_layout
5549
5550 \end_inset
5551 </cell>
5552 </row>
5553 <row>
5554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5555 \begin_inset Text
5556
5557 \begin_layout Plain Layout
5558
5559 \backslash
5560 Bmatrix
5561 \begin_inset ERT
5562 status collapsed
5563
5564 \begin_layout Plain Layout
5565
5566
5567 \backslash
5568 spce 
5569 \end_layout
5570
5571 \end_inset
5572
5573
5574 \begin_inset Formula $2\times2$
5575 \end_inset
5576
5577 行列
5578 \end_layout
5579
5580 \end_inset
5581 </cell>
5582 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5583 \begin_inset Text
5584
5585 \begin_layout Plain Layout
5586 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5587 0 & \textrm{-}\mathrm{i}\\
5588 \mathrm{i} & 0
5589 \end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5590 \end_inset
5591
5592
5593 \end_layout
5594
5595 \end_inset
5596 </cell>
5597 </row>
5598 <row>
5599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5600 \begin_inset Text
5601
5602 \begin_layout Plain Layout
5603
5604 \backslash
5605 pmatrix
5606 \begin_inset ERT
5607 status collapsed
5608
5609 \begin_layout Plain Layout
5610
5611
5612 \backslash
5613 spce 
5614 \end_layout
5615
5616 \end_inset
5617
5618
5619 \begin_inset Formula $2\times2$
5620 \end_inset
5621
5622 行列
5623 \end_layout
5624
5625 \end_inset
5626 </cell>
5627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5628 \begin_inset Text
5629
5630 \begin_layout Plain Layout
5631 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5632 0 & \textrm{-}\mathrm{i}\\
5633 \mathrm{i} & 0
5634 \end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5635 \end_inset
5636
5637
5638 \end_layout
5639
5640 \end_inset
5641 </cell>
5642 </row>
5643 </lyxtabular>
5644
5645 \end_inset
5646
5647
5648 \begin_inset space \hfill{}
5649 \end_inset
5650
5651
5652 \begin_inset Tabular
5653 <lyxtabular version="3" rows="4" columns="2">
5654 <features rotate="0" tabularvalignment="middle">
5655 <column alignment="center" valignment="top">
5656 <column alignment="center" valignment="top">
5657 <row>
5658 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5659 \begin_inset Text
5660
5661 \begin_layout Plain Layout
5662 コマンド
5663 \end_layout
5664
5665 \end_inset
5666 </cell>
5667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5668 \begin_inset Text
5669
5670 \begin_layout Plain Layout
5671 出力
5672 \end_layout
5673
5674 \end_inset
5675 </cell>
5676 </row>
5677 <row>
5678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5679 \begin_inset Text
5680
5681 \begin_layout Plain Layout
5682
5683 \backslash
5684 vmatrix
5685 \begin_inset ERT
5686 status collapsed
5687
5688 \begin_layout Plain Layout
5689
5690
5691 \backslash
5692 spce 
5693 \end_layout
5694
5695 \end_inset
5696
5697
5698 \begin_inset Formula $2\times2$
5699 \end_inset
5700
5701 行列
5702 \end_layout
5703
5704 \end_inset
5705 </cell>
5706 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5707 \begin_inset Text
5708
5709 \begin_layout Plain Layout
5710 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5711 0 & \textrm{-}\mathrm{i}\\
5712 \mathrm{i} & 0
5713 \end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5714 \end_inset
5715
5716
5717 \end_layout
5718
5719 \end_inset
5720 </cell>
5721 </row>
5722 <row>
5723 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5724 \begin_inset Text
5725
5726 \begin_layout Plain Layout
5727
5728 \backslash
5729 Vmatrix
5730 \begin_inset ERT
5731 status collapsed
5732
5733 \begin_layout Plain Layout
5734
5735
5736 \backslash
5737 spce 
5738 \end_layout
5739
5740 \end_inset
5741
5742
5743 \begin_inset Formula $2\times2$
5744 \end_inset
5745
5746 行列
5747 \end_layout
5748
5749 \end_inset
5750 </cell>
5751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5752 \begin_inset Text
5753
5754 \begin_layout Plain Layout
5755 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5756 0 & \textrm{-}\mathrm{i}\\
5757 \mathrm{i} & 0
5758 \end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5759 \end_inset
5760
5761
5762 \end_layout
5763
5764 \end_inset
5765 </cell>
5766 </row>
5767 <row>
5768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5769 \begin_inset Text
5770
5771 \begin_layout Plain Layout
5772
5773 \backslash
5774 matrix
5775 \begin_inset ERT
5776 status collapsed
5777
5778 \begin_layout Plain Layout
5779
5780
5781 \backslash
5782 spce 
5783 \end_layout
5784
5785 \end_inset
5786
5787
5788 \begin_inset Formula $2\times2$
5789 \end_inset
5790
5791 行列
5792 \end_layout
5793
5794 \end_inset
5795 </cell>
5796 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5797 \begin_inset Text
5798
5799 \begin_layout Plain Layout
5800 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5801 0 & \textrm{-}\mathrm{i}\\
5802 \mathrm{i} & 0
5803 \end{array}\end{matrix}\raisebox{-5.3mm}{}$
5804 \end_inset
5805
5806
5807 \end_layout
5808
5809 \end_inset
5810 </cell>
5811 </row>
5812 </lyxtabular>
5813
5814 \end_inset
5815
5816
5817 \begin_inset space \hfill{}
5818 \end_inset
5819
5820
5821 \end_layout
5822
5823 \begin_layout Standard
5824 \begin_inset VSpace medskip
5825 \end_inset
5826
5827 たとえば
5828 \series bold
5829
5830 \backslash
5831 vmatrix
5832 \series default
5833 などを挿入すると、青枠が二つの垂直線のあいだに現れるので、そこに行列を挿入することができます。
5834 \end_layout
5835
5836 \begin_layout Standard
5837 \begin_inset VSpace bigskip
5838 \end_inset
5839
5840 じつは多行数式はすべて行列なので、行列の各列の間隔を変更するには、第
5841 \begin_inset CommandInset ref
5842 LatexCommand ref
5843 reference "sub:列間"
5844
5845 \end_inset
5846
5847 節に説明されている距離
5848 \series bold
5849
5850 \backslash
5851 arraycolsep
5852 \series default
5853
5854 \begin_inset Index idx
5855 status collapsed
5856
5857 \begin_layout Plain Layout
5858 こまんど@コマンド ! A ! 
5859 \backslash
5860 arraycolsep
5861 \end_layout
5862
5863 \end_inset
5864
5865 をここでも使用することができます。
5866 \end_layout
5867
5868 \begin_layout Standard
5869 行間隔を変更するには、
5870 \series bold
5871
5872 \backslash
5873 arraystretch
5874 \series default
5875
5876 \begin_inset Index idx
5877 status collapsed
5878
5879 \begin_layout Plain Layout
5880 こまんど@コマンド ! A ! 
5881 \backslash
5882 arraystretch
5883 \end_layout
5884
5885 \end_inset
5886
5887 コマンドを使用します。以下のようにして使用します。
5888 \end_layout
5889
5890 \begin_layout Standard
5891
5892 \series bold
5893
5894 \backslash
5895 renewcommand{
5896 \backslash
5897 arraystretch}{伸長因子}
5898 \begin_inset Index idx
5899 status collapsed
5900
5901 \begin_layout Plain Layout
5902 こまんど@コマンド ! R ! 
5903 \backslash
5904 renewcommand
5905 \end_layout
5906
5907 \end_inset
5908
5909
5910 \end_layout
5911
5912 \begin_layout Standard
5913
5914 \series bold
5915
5916 \backslash
5917 renewcommand
5918 \series default
5919 コマンドは、伸長因子を定義済みの
5920 \series bold
5921
5922 \backslash
5923 arraystretch
5924 \series default
5925 コマンドに割り当てます。たとえば行間隔を2倍にするには、因子として2を指定して下さい。すると、以降の行列すべてにこれが使用されるようになります。元の間隔に戻すに
5926 は、
5927 \series bold
5928
5929 \backslash
5930 arraystretch
5931 \series default
5932 に因子1を割り当てて下さい。
5933 \end_layout
5934
5935 \begin_layout Standard
5936 本文行中に行列を入れるには、
5937 \series bold
5938
5939 \backslash
5940 smallmatrix
5941 \series default
5942
5943 \begin_inset Index idx
5944 status collapsed
5945
5946 \begin_layout Plain Layout
5947 こまんど@コマンド ! S ! 
5948 \backslash
5949 smallmatrix
5950 \end_layout
5951
5952 \end_inset
5953
5954 コマンドを使います。これを挿入すると、二つの点線に囲まれた青枠が現れます。この枠のなかに行列を入れることができます。
5955 \end_layout
5956
5957 \begin_layout Standard
5958 これは、本文行中の行列
5959 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5960 C & D
5961 \end{smallmatrix}\right)$
5962 \end_inset
5963
5964 です。
5965 \end_layout
5966
5967 \begin_layout Section
5968 括弧と区分記号
5969 \begin_inset Index idx
5970 status collapsed
5971
5972 \begin_layout Plain Layout
5973 かっこ@括弧
5974 \end_layout
5975
5976 \end_inset
5977
5978
5979 \begin_inset Index idx
5980 status collapsed
5981
5982 \begin_layout Plain Layout
5983 くぶんきごう@区分記号
5984 \end_layout
5985
5986 \end_inset
5987
5988
5989 \end_layout
5990
5991 \begin_layout Subsection
5992 垂直括弧と区分記号
5993 \begin_inset Index idx
5994 status collapsed
5995
5996 \begin_layout Plain Layout
5997 かっこ@括弧 ! すいちょく@垂直
5998 \end_layout
5999
6000 \end_inset
6001
6002
6003 \end_layout
6004
6005 \begin_layout Standard
6006 \begin_inset space \hfill{}
6007 \end_inset
6008
6009
6010 \begin_inset Tabular
6011 <lyxtabular version="3" rows="9" columns="2">
6012 <features rotate="0" tabularvalignment="middle">
6013 <column alignment="center" valignment="top" width="0pt">
6014 <column alignment="center" valignment="top" width="0pt">
6015 <row>
6016 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6017 \begin_inset Text
6018
6019 \begin_layout Plain Layout
6020 コマンド
6021 \end_layout
6022
6023 \end_inset
6024 </cell>
6025 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6026 \begin_inset Text
6027
6028 \begin_layout Plain Layout
6029 出力
6030 \end_layout
6031
6032 \end_inset
6033 </cell>
6034 </row>
6035 <row>
6036 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6037 \begin_inset Text
6038
6039 \begin_layout Plain Layout
6040 (
6041 \end_layout
6042
6043 \end_inset
6044 </cell>
6045 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6046 \begin_inset Text
6047
6048 \begin_layout Plain Layout
6049 \begin_inset Formula $($
6050 \end_inset
6051
6052
6053 \end_layout
6054
6055 \end_inset
6056 </cell>
6057 </row>
6058 <row>
6059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6060 \begin_inset Text
6061
6062 \begin_layout Plain Layout
6063 {
6064 \end_layout
6065
6066 \end_inset
6067 </cell>
6068 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6069 \begin_inset Text
6070
6071 \begin_layout Plain Layout
6072 \begin_inset Formula $\{$
6073 \end_inset
6074
6075
6076 \end_layout
6077
6078 \end_inset
6079 </cell>
6080 </row>
6081 <row>
6082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6083 \begin_inset Text
6084
6085 \begin_layout Plain Layout
6086 [
6087 \end_layout
6088
6089 \end_inset
6090 </cell>
6091 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6092 \begin_inset Text
6093
6094 \begin_layout Plain Layout
6095 \begin_inset Formula $[$
6096 \end_inset
6097
6098
6099 \end_layout
6100
6101 \end_inset
6102 </cell>
6103 </row>
6104 <row>
6105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6106 \begin_inset Text
6107
6108 \begin_layout Plain Layout
6109
6110 \backslash
6111 langle
6112 \end_layout
6113
6114 \end_inset
6115 </cell>
6116 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6117 \begin_inset Text
6118
6119 \begin_layout Plain Layout
6120 \begin_inset Formula $\langle$
6121 \end_inset
6122
6123
6124 \end_layout
6125
6126 \end_inset
6127 </cell>
6128 </row>
6129 <row>
6130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6131 \begin_inset Text
6132
6133 \begin_layout Plain Layout
6134
6135 \backslash
6136 lceil
6137 \end_layout
6138
6139 \end_inset
6140 </cell>
6141 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6142 \begin_inset Text
6143
6144 \begin_layout Plain Layout
6145 \begin_inset Formula $\lceil$
6146 \end_inset
6147
6148
6149 \end_layout
6150
6151 \end_inset
6152 </cell>
6153 </row>
6154 <row>
6155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6156 \begin_inset Text
6157
6158 \begin_layout Plain Layout
6159
6160 \backslash
6161 lfloor
6162 \end_layout
6163
6164 \end_inset
6165 </cell>
6166 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6167 \begin_inset Text
6168
6169 \begin_layout Plain Layout
6170 \begin_inset Formula $\lfloor$
6171 \end_inset
6172
6173
6174 \end_layout
6175
6176 \end_inset
6177 </cell>
6178 </row>
6179 <row>
6180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6181 \begin_inset Text
6182
6183 \begin_layout Plain Layout
6184 /
6185 \end_layout
6186
6187 \end_inset
6188 </cell>
6189 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6190 \begin_inset Text
6191
6192 \begin_layout Plain Layout
6193 \begin_inset Formula $/$
6194 \end_inset
6195
6196
6197 \end_layout
6198
6199 \end_inset
6200 </cell>
6201 </row>
6202 <row>
6203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6204 \begin_inset Text
6205
6206 \begin_layout Plain Layout
6207 \begin_inset Formula $|$
6208 \end_inset
6209
6210
6211 \end_layout
6212
6213 \end_inset
6214 </cell>
6215 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6216 \begin_inset Text
6217
6218 \begin_layout Plain Layout
6219 \begin_inset Formula $|$
6220 \end_inset
6221
6222
6223 \end_layout
6224
6225 \end_inset
6226 </cell>
6227 </row>
6228 </lyxtabular>
6229
6230 \end_inset
6231
6232
6233 \begin_inset space \hfill{}
6234 \end_inset
6235
6236
6237 \begin_inset Tabular
6238 <lyxtabular version="3" rows="9" columns="2">
6239 <features rotate="0" tabularvalignment="middle">
6240 <column alignment="center" valignment="top" width="0pt">
6241 <column alignment="center" valignment="top" width="0pt">
6242 <row>
6243 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6244 \begin_inset Text
6245
6246 \begin_layout Plain Layout
6247 コマンド
6248 \end_layout
6249
6250 \end_inset
6251 </cell>
6252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6253 \begin_inset Text
6254
6255 \begin_layout Plain Layout
6256 出力
6257 \end_layout
6258
6259 \end_inset
6260 </cell>
6261 </row>
6262 <row>
6263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6264 \begin_inset Text
6265
6266 \begin_layout Plain Layout
6267 )
6268 \end_layout
6269
6270 \end_inset
6271 </cell>
6272 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6273 \begin_inset Text
6274
6275 \begin_layout Plain Layout
6276 \begin_inset Formula $)$
6277 \end_inset
6278
6279
6280 \end_layout
6281
6282 \end_inset
6283 </cell>
6284 </row>
6285 <row>
6286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6287 \begin_inset Text
6288
6289 \begin_layout Plain Layout
6290 }
6291 \end_layout
6292
6293 \end_inset
6294 </cell>
6295 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6296 \begin_inset Text
6297
6298 \begin_layout Plain Layout
6299 \begin_inset Formula $\}$
6300 \end_inset
6301
6302
6303 \end_layout
6304
6305 \end_inset
6306 </cell>
6307 </row>
6308 <row>
6309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6310 \begin_inset Text
6311
6312 \begin_layout Plain Layout
6313 ]
6314 \end_layout
6315
6316 \end_inset
6317 </cell>
6318 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6319 \begin_inset Text
6320
6321 \begin_layout Plain Layout
6322 \begin_inset Formula $]$
6323 \end_inset
6324
6325
6326 \end_layout
6327
6328 \end_inset
6329 </cell>
6330 </row>
6331 <row>
6332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6333 \begin_inset Text
6334
6335 \begin_layout Plain Layout
6336
6337 \backslash
6338 rangle
6339 \end_layout
6340
6341 \end_inset
6342 </cell>
6343 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6344 \begin_inset Text
6345
6346 \begin_layout Plain Layout
6347 \begin_inset Formula $\rangle$
6348 \end_inset
6349
6350
6351 \end_layout
6352
6353 \end_inset
6354 </cell>
6355 </row>
6356 <row>
6357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6358 \begin_inset Text
6359
6360 \begin_layout Plain Layout
6361
6362 \backslash
6363 rceil
6364 \end_layout
6365
6366 \end_inset
6367 </cell>
6368 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6369 \begin_inset Text
6370
6371 \begin_layout Plain Layout
6372 \begin_inset Formula $\rceil$
6373 \end_inset
6374
6375
6376 \end_layout
6377
6378 \end_inset
6379 </cell>
6380 </row>
6381 <row>
6382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6383 \begin_inset Text
6384
6385 \begin_layout Plain Layout
6386
6387 \backslash
6388 rfloor
6389 \end_layout
6390
6391 \end_inset
6392 </cell>
6393 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6394 \begin_inset Text
6395
6396 \begin_layout Plain Layout
6397 \begin_inset Formula $\rfloor$
6398 \end_inset
6399
6400
6401 \end_layout
6402
6403 \end_inset
6404 </cell>
6405 </row>
6406 <row>
6407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6408 \begin_inset Text
6409
6410 \begin_layout Plain Layout
6411
6412 \backslash
6413
6414 \backslash
6415
6416 \end_layout
6417
6418 \end_inset
6419 </cell>
6420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6421 \begin_inset Text
6422
6423 \begin_layout Plain Layout
6424 \begin_inset Formula $\backslash$
6425 \end_inset
6426
6427
6428 \end_layout
6429
6430 \end_inset
6431 </cell>
6432 </row>
6433 <row>
6434 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6435 \begin_inset Text
6436
6437 \begin_layout Plain Layout
6438
6439 \backslash
6440
6441 \begin_inset Formula $|$
6442 \end_inset
6443
6444
6445 \end_layout
6446
6447 \end_inset
6448 </cell>
6449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6450 \begin_inset Text
6451
6452 \begin_layout Plain Layout
6453 \begin_inset Formula $\|$
6454 \end_inset
6455
6456
6457 \end_layout
6458
6459 \end_inset
6460 </cell>
6461 </row>
6462 </lyxtabular>
6463
6464 \end_inset
6465
6466
6467 \begin_inset space \hfill{}
6468 \end_inset
6469
6470
6471 \end_layout
6472
6473 \begin_layout Standard
6474 \begin_inset Note Greyedout
6475 status open
6476
6477 \begin_layout Plain Layout
6478
6479 \series bold
6480 【註】
6481 \series default
6482 TeXモードでは、
6483 \backslash
6484
6485 \backslash
6486 コマンドはその場所に改行を入れてしまうので、バックスラッシュを入力するには
6487 \series bold
6488
6489 \backslash
6490 textbackslash
6491 \series default
6492
6493 \begin_inset Index idx
6494 status collapsed
6495
6496 \begin_layout Plain Layout
6497 こまんど@コマンド! T ! 
6498 \backslash
6499 textbackslash
6500 \end_layout
6501
6502 \end_inset
6503
6504 を使わなくてはなりません。
6505 \end_layout
6506
6507 \end_inset
6508
6509
6510 \end_layout
6511
6512 \begin_layout Standard
6513 上に列挙した文字すべてについて、以下の二小節で説明されているコマンドを使って、大きさを調整することができます。これらのコマンドを使用するにあたっては、
6514 \series bold
6515
6516 \backslash
6517 langle
6518 \series default
6519
6520 \series bold
6521
6522 \backslash
6523 rangle
6524 \series default
6525 コマンドを使用せずに
6526 \begin_inset Formula $<$
6527 \end_inset
6528
6529
6530 \begin_inset Formula $>$
6531 \end_inset
6532
6533 の文字を直接使用することができます。
6534 \end_layout
6535
6536 \begin_layout Subsubsection
6537 手動の括弧丈
6538 \begin_inset CommandInset label
6539 LatexCommand label
6540 name "sub:手動の括弧丈"
6541
6542 \end_inset
6543
6544
6545 \begin_inset Index idx
6546 status collapsed
6547
6548 \begin_layout Plain Layout
6549 かっこたけ@括弧丈 ! しゅどう@手動
6550 \end_layout
6551
6552 \end_inset
6553
6554
6555 \end_layout
6556
6557 \begin_layout Standard
6558 括弧の丈は、LaTeXコマンドの
6559 \series bold
6560
6561 \backslash
6562 big
6563 \series default
6564
6565 \begin_inset Index idx
6566 status collapsed
6567
6568 \begin_layout Plain Layout
6569 こまんど@コマンド ! B ! 
6570 \backslash
6571 big
6572 \end_layout
6573
6574 \end_inset
6575
6576
6577 \series bold
6578
6579 \backslash
6580 Big
6581 \series default
6582
6583 \series bold
6584
6585 \backslash
6586 bigg
6587 \series default
6588 および
6589 \series bold
6590
6591 \backslash
6592 Bigg
6593 \series default
6594 を使って、手動で指定することができます。
6595 \series bold
6596
6597 \backslash
6598 big
6599 \series default
6600 が最小の大きさであり、
6601 \series bold
6602
6603 \backslash
6604 Bigg
6605 \series default
6606 が最大の括弧丈になります。
6607 \end_layout
6608
6609 \begin_layout Standard
6610 これらのコマンドは、括弧の階層を強調するのに使われます。
6611 \end_layout
6612
6613 \begin_layout Standard
6614 \align center
6615 \begin_inset Tabular
6616 <lyxtabular version="3" rows="2" columns="2">
6617 <features rotate="0" tabularvalignment="middle">
6618 <column alignment="center" valignment="top" width="0pt">
6619 <column alignment="center" valignment="top" width="0pt">
6620 <row>
6621 <cell alignment="center" valignment="top" usebox="none">
6622 \begin_inset Text
6623
6624 \begin_layout Plain Layout
6625 すべての括弧が同じ大きさ:
6626 \end_layout
6627
6628 \end_inset
6629 </cell>
6630 <cell alignment="center" valignment="top" usebox="none">
6631 \begin_inset Text
6632
6633 \begin_layout Plain Layout
6634 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox{-4mm}{}$
6635 \end_inset
6636
6637
6638 \end_layout
6639
6640 \end_inset
6641 </cell>
6642 </row>
6643 <row>
6644 <cell alignment="center" valignment="top" usebox="none">
6645 \begin_inset Text
6646
6647 \begin_layout Plain Layout
6648 こちらの方が良い:
6649 \end_layout
6650
6651 \end_inset
6652 </cell>
6653 <cell alignment="center" valignment="top" usebox="none">
6654 \begin_inset Text
6655
6656 \begin_layout Plain Layout
6657 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6658 \end_inset
6659
6660
6661 \end_layout
6662
6663 \end_inset
6664 </cell>
6665 </row>
6666 </lyxtabular>
6667
6668 \end_inset
6669
6670
6671 \begin_inset Note Note
6672 status collapsed
6673
6674 \begin_layout Plain Layout
6675 ここで
6676 \series bold
6677
6678 \backslash
6679 raisebox
6680 \series default
6681 はスペーサーとして使用しているだけです。
6682 \end_layout
6683
6684 \end_inset
6685
6686
6687 \end_layout
6688
6689 \begin_layout Standard
6690 二つ目の数式では、
6691 \series bold
6692
6693 \backslash
6694 Big((A+B)(A-B)
6695 \backslash
6696 Big)^
6697 \begin_inset ERT
6698 status collapsed
6699
6700 \begin_layout Plain Layout
6701
6702
6703 \backslash
6704 spce 
6705 \end_layout
6706
6707 \end_inset
6708
6709 C
6710 \series default
6711 というコマンドが使われています。
6712 \end_layout
6713
6714 \begin_layout Standard
6715 以下は、すべての括弧丈の羅列です。
6716 \end_layout
6717
6718 \begin_layout Standard
6719 \align center
6720
6721 \backslash
6722 Bigg(
6723 \backslash
6724 exp
6725 \backslash
6726 bigg
6727 \begin_inset Formula $<$
6728 \end_inset
6729
6730
6731 \backslash
6732 Big[
6733 \backslash
6734 big{
6735 \backslash
6736 ln(3x)
6737 \backslash
6738 big}^2
6739 \begin_inset ERT
6740 status collapsed
6741
6742 \begin_layout Plain Layout
6743
6744
6745 \backslash
6746 spce 
6747 \end_layout
6748
6749 \end_inset
6750
6751
6752 \backslash
6753 sin(x)
6754 \backslash
6755 Big]^
6756 \begin_inset ERT
6757 status collapsed
6758
6759 \begin_layout Plain Layout
6760
6761
6762 \backslash
6763 spce 
6764 \end_layout
6765
6766 \end_inset
6767
6768 A
6769 \begin_inset ERT
6770 status collapsed
6771
6772 \begin_layout Plain Layout
6773
6774
6775 \backslash
6776 spce 
6777 \end_layout
6778
6779 \end_inset
6780
6781
6782 \backslash
6783 bigg
6784 \begin_inset Formula $>$
6785 \end_inset
6786
6787
6788 \backslash
6789 Bigg)^0,5
6790 \end_layout
6791
6792 \begin_layout Standard
6793 \align center
6794 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6795 \end_inset
6796
6797
6798 \end_layout
6799
6800 \begin_layout Standard
6801
6802 \series bold
6803
6804 \backslash
6805 big
6806 \series default
6807 型コマンドの他に、括弧と中身のあいだにもう少し空白を加える
6808 \series bold
6809
6810 \backslash
6811 bigm
6812 \series default
6813
6814 \begin_inset Index idx
6815 status collapsed
6816
6817 \begin_layout Plain Layout
6818 こまんど@コマンド ! B ! 
6819 \backslash
6820 bigm
6821 \end_layout
6822
6823 \end_inset
6824
6825 という派生型と、空白を追加しない
6826 \series bold
6827
6828 \backslash
6829 bigl
6830 \series default
6831 -
6832 \series bold
6833
6834 \backslash
6835 bigr
6836 \series default
6837
6838 \begin_inset Index idx
6839 status collapsed
6840
6841 \begin_layout Plain Layout
6842 こまんど@コマンド ! B ! 
6843 \backslash
6844 bigl - 
6845 \backslash
6846 bigr
6847 \end_layout
6848
6849 \end_inset
6850
6851 派生型があります。
6852 \series bold
6853
6854 \backslash
6855 bigl
6856 \series default
6857 コマンドの最後の
6858 \emph on
6859 l
6860 \emph default
6861 は、左括弧であることを示し、右括弧の場合には、
6862 \emph on
6863 l
6864 \emph default
6865 の代わりに
6866 \emph on
6867 r
6868 \emph default
6869 を用います。左括弧と右括弧は、それぞれ括弧の開始と終了に用いられます。
6870 \end_layout
6871
6872 \begin_layout Standard
6873 以下の表は、これらの派生型の比較です。
6874 \end_layout
6875
6876 \begin_layout Standard
6877 \align center
6878 \begin_inset Tabular
6879 <lyxtabular version="3" rows="5" columns="2">
6880 <features rotate="0" tabularvalignment="middle">
6881 <column alignment="center" valignment="middle">
6882 <column alignment="center" valignment="middle">
6883 <row>
6884 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6885 \begin_inset Text
6886
6887 \begin_layout Plain Layout
6888 コマンド
6889 \end_layout
6890
6891 \end_inset
6892 </cell>
6893 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6894 \begin_inset Text
6895
6896 \begin_layout Plain Layout
6897 出力
6898 \begin_inset Note Note
6899 status collapsed
6900
6901 \begin_layout Plain Layout
6902 ここで
6903 \series bold
6904
6905 \backslash
6906 raisebox
6907 \series default
6908 はスペーサーとして使用しているだけです。
6909 \end_layout
6910
6911 \end_inset
6912
6913
6914 \end_layout
6915
6916 \end_inset
6917 </cell>
6918 </row>
6919 <row>
6920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6921 \begin_inset Text
6922
6923 \begin_layout Plain Layout
6924
6925 \backslash
6926 Bigm(
6927 \backslash
6928 bigm(
6929 \backslash
6930 ln(3x)
6931 \backslash
6932 bigm)^2
6933 \series bold
6934
6935 \begin_inset ERT
6936 status collapsed
6937
6938 \begin_layout Plain Layout
6939
6940
6941 \backslash
6942 spce 
6943 \end_layout
6944
6945 \end_inset
6946
6947
6948 \series default
6949
6950 \backslash
6951 Bigm)
6952 \end_layout
6953
6954 \end_inset
6955 </cell>
6956 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6957 \begin_inset Text
6958
6959 \begin_layout Plain Layout
6960 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6961 \end_inset
6962
6963
6964 \end_layout
6965
6966 \end_inset
6967 </cell>
6968 </row>
6969 <row>
6970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6971 \begin_inset Text
6972
6973 \begin_layout Plain Layout
6974
6975 \backslash
6976 Big(
6977 \backslash
6978 big(
6979 \backslash
6980 ln(3x)
6981 \backslash
6982 big)^2
6983 \series bold
6984
6985 \begin_inset ERT
6986 status collapsed
6987
6988 \begin_layout Plain Layout
6989
6990
6991 \backslash
6992 spce 
6993 \end_layout
6994
6995 \end_inset
6996
6997
6998 \series default
6999
7000 \backslash
7001 Big)
7002 \end_layout
7003
7004 \end_inset
7005 </cell>
7006 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7007 \begin_inset Text
7008
7009 \begin_layout Plain Layout
7010 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
7011 \end_inset
7012
7013
7014 \end_layout
7015
7016 \end_inset
7017 </cell>
7018 </row>
7019 <row>
7020 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7021 \begin_inset Text
7022
7023 \begin_layout Plain Layout
7024
7025 \backslash
7026 Bigl(
7027 \backslash
7028 bigl(
7029 \backslash
7030 ln(3x)
7031 \backslash
7032 bigr)^2
7033 \series bold
7034
7035 \begin_inset ERT
7036 status collapsed
7037
7038 \begin_layout Plain Layout
7039
7040
7041 \backslash
7042 spce 
7043 \end_layout
7044
7045 \end_inset
7046
7047
7048 \series default
7049
7050 \backslash
7051 Bigr)
7052 \end_layout
7053
7054 \end_inset
7055 </cell>
7056 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7057 \begin_inset Text
7058
7059 \begin_layout Plain Layout
7060 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.25mm}{}$
7061 \end_inset
7062
7063
7064 \end_layout
7065
7066 \end_inset
7067 </cell>
7068 </row>
7069 <row>
7070 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7071 \begin_inset Text
7072
7073 \begin_layout Plain Layout
7074
7075 \backslash
7076 bigl)
7077 \backslash
7078 ln(3x)
7079 \backslash
7080 bigr(
7081 \end_layout
7082
7083 \end_inset
7084 </cell>
7085 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7086 \begin_inset Text
7087
7088 \begin_layout Plain Layout
7089 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
7090 \end_inset
7091
7092
7093 \end_layout
7094
7095 \end_inset
7096 </cell>
7097 </row>
7098 </lyxtabular>
7099
7100 \end_inset
7101
7102
7103 \end_layout
7104
7105 \begin_layout Subsubsection
7106 自動の括弧丈
7107 \begin_inset CommandInset label
7108 LatexCommand label
7109 name "sub:自動の括弧丈"
7110
7111 \end_inset
7112
7113
7114 \begin_inset Index idx
7115 status collapsed
7116
7117 \begin_layout Plain Layout
7118 かっこたけ@括弧丈 ! じどう@自動
7119 \end_layout
7120
7121 \end_inset
7122
7123
7124 \end_layout
7125
7126 \begin_layout Standard
7127 可変の丈を持つ括弧は、
7128 \series bold
7129
7130 \backslash
7131 left
7132 \series default
7133
7134 \begin_inset Index idx
7135 status collapsed
7136
7137 \begin_layout Plain Layout
7138 こまんど@コマンド ! L ! 
7139 \backslash
7140 left
7141 \end_layout
7142
7143 \end_inset
7144
7145 コマンドおよび
7146 \series bold
7147
7148 \backslash
7149 right
7150 \series default
7151
7152 \begin_inset Index idx
7153 status collapsed
7154
7155 \begin_layout Plain Layout
7156 こまんど@コマンド ! R ! 
7157 \backslash
7158 right
7159 \end_layout
7160
7161 \end_inset
7162
7163 コマンド、あるいは数式ツールバーボタンの
7164 \begin_inset Graphics
7165         filename ../../images/dialog-show_mathdelimiter.png
7166         scale 85
7167
7168 \end_inset
7169
7170 で挿入することができます。
7171 \series bold
7172
7173 \backslash
7174 left
7175 \series default
7176 および
7177 \series bold
7178
7179 \backslash
7180 right
7181 \series default
7182 の直後には、必要とする括弧を挿入しなくてはなりません。すると、括弧丈は出力時に自動的に計算されます。
7183 \end_layout
7184
7185 \begin_layout Standard
7186 \align center
7187 通常の括弧:
7188 \series bold
7189
7190 \backslash
7191 ln(
7192 \backslash
7193 frac
7194 \begin_inset ERT
7195 status collapsed
7196
7197 \begin_layout Plain Layout
7198
7199
7200 \backslash
7201 spce 
7202 \end_layout
7203
7204 \end_inset
7205
7206 A
7207 \begin_inset Formula $\downarrow$
7208 \end_inset
7209
7210 C
7211 \begin_inset ERT
7212 status collapsed
7213
7214 \begin_layout Plain Layout
7215
7216
7217 \backslash
7218 spce 
7219 \end_layout
7220
7221 \end_inset
7222
7223 )
7224 \series default
7225 というコマンドは
7226 \begin_inset Formula 
7227 \[
7228 \ln(\frac{A}{C})
7229 \]
7230
7231 \end_inset
7232
7233 を生成します。
7234 \end_layout
7235
7236 \begin_layout Standard
7237 \align center
7238 複数行の括弧:
7239 \series bold
7240
7241 \backslash
7242 ln
7243 \backslash
7244 left(
7245 \backslash
7246 frac
7247 \begin_inset ERT
7248 status collapsed
7249
7250 \begin_layout Plain Layout
7251
7252
7253 \backslash
7254 spce 
7255 \end_layout
7256
7257 \end_inset
7258
7259 A
7260 \begin_inset Formula $\downarrow$
7261 \end_inset
7262
7263 C
7264 \begin_inset ERT
7265 status collapsed
7266
7267 \begin_layout Plain Layout
7268
7269
7270 \backslash
7271 spce 
7272 \end_layout
7273
7274 \end_inset
7275
7276
7277 \backslash
7278 right)
7279 \series default
7280 というコマンドは
7281 \begin_inset Formula 
7282 \[
7283 \ln\left(\frac{A}{C}\right)
7284 \]
7285
7286 \end_inset
7287
7288 を生成します。
7289 \end_layout
7290
7291 \begin_layout Standard
7292
7293 \series bold
7294
7295 \backslash
7296 left
7297 \series default
7298
7299 \series bold
7300
7301 \backslash
7302 right
7303 \series default
7304 の代わりに、
7305 \begin_inset Flex Ruby
7306 status collapsed
7307
7308 \begin_layout Plain Layout
7309 捷径
7310 \begin_inset Argument post:1
7311 status collapsed
7312
7313 \begin_layout Plain Layout
7314 ショートカット
7315 \end_layout
7316
7317 \end_inset
7318
7319
7320 \end_layout
7321
7322 \end_inset
7323
7324
7325 \family sans
7326 Alt+M
7327 \begin_inset space ~
7328 \end_inset
7329
7330 括弧
7331 \family default
7332 を使うこともできます。これを使うと、LyX中で即座に実際の括弧丈を確認することができるという利点と、対応する右括弧も生成されるという利点があります。
7333 \begin_inset Newline newline
7334 \end_inset
7335
7336 すると、先ほどの例を作るコマンドは
7337 \series bold
7338
7339 \backslash
7340 ln Alt+M
7341 \series default
7342  
7343 \series bold
7344 (
7345 \backslash
7346 frac
7347 \begin_inset ERT
7348 status collapsed
7349
7350 \begin_layout Plain Layout
7351
7352
7353 \backslash
7354 spce 
7355 \end_layout
7356
7357 \end_inset
7358
7359 A
7360 \begin_inset Formula $\downarrow$
7361 \end_inset
7362
7363 C
7364 \series default
7365 となります。
7366 \end_layout
7367
7368 \begin_layout Standard
7369 左括弧あるいは右括弧を省略するには、ドットを挿入します。たとえば、
7370 \series bold
7371
7372 \backslash
7373 left.
7374 \backslash
7375 frac
7376 \begin_inset ERT
7377 status collapsed
7378
7379 \begin_layout Plain Layout
7380
7381
7382 \backslash
7383 spce 
7384 \end_layout
7385
7386 \end_inset
7387
7388 A
7389 \begin_inset Formula $\downarrow$
7390 \end_inset
7391
7392 B
7393 \begin_inset ERT
7394 status collapsed
7395
7396 \begin_layout Plain Layout
7397
7398
7399 \backslash
7400 spce 
7401 \end_layout
7402
7403 \end_inset
7404
7405
7406 \backslash
7407 right}
7408 \series default
7409 というコマンドは
7410 \series bold
7411
7412 \begin_inset Formula 
7413 \[
7414 \left.\frac{A}{B}\right\} 
7415 \]
7416
7417 \end_inset
7418
7419
7420 \series default
7421 を生成します。
7422 \series bold
7423
7424 \backslash
7425 left
7426 \series default
7427 コマンドおよび
7428 \series bold
7429
7430 \backslash
7431 right
7432 \series default
7433 コマンドは、文書が再度読み込まれたときには、LyXによって正しい丈の括弧に変換され、省略された括弧は、点線として表示されます。
7434 \end_layout
7435
7436 \begin_layout Standard
7437 \begin_inset VSpace bigskip
7438 \end_inset
7439
7440 著名なLaTeX頒布版は、すべてLaTeXの拡張であるeTeXを使用しているので、これらの頒布版では、すべての括弧および極限に対して
7441 \series bold
7442
7443 \backslash
7444 middle
7445 \series default
7446
7447 \begin_inset Index idx
7448 status collapsed
7449
7450 \begin_layout Plain Layout
7451 こまんど@コマンド ! M ! 
7452 \backslash
7453 middle
7454 \end_layout
7455
7456 \end_inset
7457
7458 コマンドも使用することができます
7459 \begin_inset Foot
7460 status collapsed
7461
7462 \begin_layout Plain Layout
7463
7464 \series bold
7465 (訳註)
7466 \series default
7467 pLaTeXでは、標準では
7468 \series bold
7469
7470 \backslash
7471 middle
7472 \series default
7473 コマンドは使えません。よって、以下の例では「
7474 \series bold
7475
7476 \backslash
7477 middle
7478 \series default
7479
7480 \begin_inset Formula $|$
7481 \end_inset
7482
7483 」の代わりに「
7484 \series bold
7485
7486 \backslash
7487 biggm
7488 \series default
7489
7490 \begin_inset Formula $|$
7491 \end_inset
7492
7493 」を用いています。
7494 \end_layout
7495
7496 \end_inset
7497
7498 。このコマンドでは、物理ベクトル
7499 \begin_inset Formula 
7500 \[
7501 \left\langle \phi\:\biggm|\: J=\frac{3}{2}\,,\, M_{J}\right\rangle 
7502 \]
7503
7504 \end_inset
7505
7506 で必要とされるように、次に続く文字の高さは、囲まれる括弧の高さに調節されます。物理ベクトルに関しては、第
7507 \begin_inset CommandInset ref
7508 LatexCommand ref
7509 reference "sub:物理ベクトル"
7510
7511 \end_inset
7512
7513 節に説明されているように特殊なLaTeXパッケージがあります。
7514 \end_layout
7515
7516 \begin_layout Subsection
7517 水平括弧
7518 \begin_inset Index idx
7519 status collapsed
7520
7521 \begin_layout Plain Layout
7522 かっこ@括弧 ! すいへい@水平
7523 \end_layout
7524
7525 \end_inset
7526
7527
7528 \end_layout
7529
7530 \begin_layout Standard
7531 \align center
7532 \begin_inset Tabular
7533 <lyxtabular version="3" rows="4" columns="2">
7534 <features rotate="0" tabularvalignment="middle">
7535 <column alignment="center" valignment="top" width="0pt">
7536 <column alignment="center" valignment="top" width="0pt">
7537 <row>
7538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7539 \begin_inset Text
7540
7541 \begin_layout Plain Layout
7542 コマンド
7543 \begin_inset Note Note
7544 status collapsed
7545
7546 \begin_layout Plain Layout
7547 ここで
7548 \series bold
7549
7550 \backslash
7551 raisebox
7552 \series default
7553 はスペーサーとして使用しているだけです。
7554 \end_layout
7555
7556 \end_inset
7557
7558
7559 \end_layout
7560
7561 \end_inset
7562 </cell>
7563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7564 \begin_inset Text
7565
7566 \begin_layout Plain Layout
7567 出力
7568 \end_layout
7569
7570 \end_inset
7571 </cell>
7572 </row>
7573 <row>
7574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7575 \begin_inset Text
7576
7577 \begin_layout Plain Layout
7578 \begin_inset ERT
7579 status collapsed
7580
7581 \begin_layout Plain Layout
7582
7583
7584 \backslash
7585 raisebox{2.3mm}{
7586 \end_layout
7587
7588 \end_inset
7589
7590
7591 \backslash
7592 overbrace
7593 \begin_inset ERT
7594 status collapsed
7595
7596 \begin_layout Plain Layout
7597
7598
7599 \backslash
7600 spce 
7601 \end_layout
7602
7603 \end_inset
7604
7605 A+B
7606 \begin_inset ERT
7607 status collapsed
7608
7609 \begin_layout Plain Layout
7610
7611
7612 \backslash
7613 spce 
7614 \end_layout
7615
7616 \end_inset
7617
7618 ^
7619 \begin_inset ERT
7620 status collapsed
7621
7622 \begin_layout Plain Layout
7623
7624
7625 \backslash
7626 spce 
7627 \end_layout
7628
7629 \end_inset
7630
7631 3
7632 \begin_inset ERT
7633 status collapsed
7634
7635 \begin_layout Plain Layout
7636
7637 }
7638 \end_layout
7639
7640 \end_inset
7641
7642
7643 \begin_inset Index idx
7644 status collapsed
7645
7646 \begin_layout Plain Layout
7647 こまんど@コマンド ! O ! 
7648 \backslash
7649 overbrace
7650 \end_layout
7651
7652 \end_inset
7653
7654
7655 \end_layout
7656
7657 \end_inset
7658 </cell>
7659 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7660 \begin_inset Text
7661
7662 \begin_layout Plain Layout
7663 \begin_inset Formula $\overbrace{A+B}^{3}$
7664 \end_inset
7665
7666
7667 \end_layout
7668
7669 \end_inset
7670 </cell>
7671 </row>
7672 <row>
7673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7674 \begin_inset Text
7675
7676 \begin_layout Plain Layout
7677 \begin_inset ERT
7678 status collapsed
7679
7680 \begin_layout Plain Layout
7681
7682
7683 \backslash
7684 raisebox{-2.2mm}{
7685 \end_layout
7686
7687 \end_inset
7688
7689
7690 \backslash
7691 underbrace
7692 \begin_inset ERT
7693 status collapsed
7694
7695 \begin_layout Plain Layout
7696
7697
7698 \backslash
7699 spce 
7700 \end_layout
7701
7702 \end_inset
7703
7704 A+B
7705 \begin_inset ERT
7706 status collapsed
7707
7708 \begin_layout Plain Layout
7709
7710
7711 \backslash
7712 spce 
7713 \end_layout
7714
7715 \end_inset
7716
7717 _5
7718 \begin_inset ERT
7719 status collapsed
7720
7721 \begin_layout Plain Layout
7722
7723 }
7724 \end_layout
7725
7726 \end_inset
7727
7728
7729 \begin_inset Index idx
7730 status collapsed
7731
7732 \begin_layout Plain Layout
7733 こまんど@コマンド ! U ! 
7734 \backslash
7735 underbrace
7736 \end_layout
7737
7738 \end_inset
7739
7740
7741 \end_layout
7742
7743 \end_inset
7744 </cell>
7745 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7746 \begin_inset Text
7747
7748 \begin_layout Plain Layout
7749 \begin_inset Formula $\underbrace{A+B}_{5}$
7750 \end_inset
7751
7752
7753 \end_layout
7754
7755 \end_inset
7756 </cell>
7757 </row>
7758 <row>
7759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7760 \begin_inset Text
7761
7762 \begin_layout Plain Layout
7763
7764 \backslash
7765 overbrace
7766 \begin_inset ERT
7767 status collapsed
7768
7769 \begin_layout Plain Layout
7770
7771
7772 \backslash
7773 spce 
7774 \end_layout
7775
7776 \end_inset
7777
7778
7779 \backslash
7780 underbrace
7781 \begin_inset ERT
7782 status collapsed
7783
7784 \begin_layout Plain Layout
7785
7786
7787 \backslash
7788 spce 
7789 \end_layout
7790
7791 \end_inset
7792
7793 A+B_w
7794 \begin_inset ERT
7795 status collapsed
7796
7797 \begin_layout Plain Layout
7798
7799
7800 \backslash
7801 spce 
7802 \end_layout
7803
7804 \end_inset
7805
7806
7807 \begin_inset ERT
7808 status collapsed
7809
7810 \begin_layout Plain Layout
7811
7812
7813 \backslash
7814 spce 
7815 \end_layout
7816
7817 \end_inset
7818
7819 _7
7820 \begin_inset ERT
7821 status collapsed
7822
7823 \begin_layout Plain Layout
7824
7825
7826 \backslash
7827 spce 
7828 \end_layout
7829
7830 \end_inset
7831
7832
7833 \begin_inset ERT
7834 status collapsed
7835
7836 \begin_layout Plain Layout
7837
7838
7839 \backslash
7840 spce 
7841 \end_layout
7842
7843 \end_inset
7844
7845 ^
7846 \begin_inset ERT
7847 status collapsed
7848
7849 \begin_layout Plain Layout
7850
7851
7852 \backslash
7853 spce 
7854 \end_layout
7855
7856 \end_inset
7857
7858 C
7859 \end_layout
7860
7861 \end_inset
7862 </cell>
7863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7864 \begin_inset Text
7865
7866 \begin_layout Plain Layout
7867 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7868 \end_inset
7869
7870
7871 \end_layout
7872
7873 \end_inset
7874 </cell>
7875 </row>
7876 </lyxtabular>
7877
7878 \end_inset
7879
7880
7881 \end_layout
7882
7883 \begin_layout Standard
7884 最後の例では、
7885 \series bold
7886
7887 \backslash
7888 overbrace
7889 \series default
7890 が先に挿入されようが
7891 \series bold
7892
7893 \backslash
7894 underbrace
7895 \series default
7896 が先に挿入されようが代わりはありません。
7897 \end_layout
7898
7899 \begin_layout Standard
7900 \begin_inset VSpace bigskip
7901 \end_inset
7902
7903 括弧をお互いに重ねる必要がある場合には、第
7904 \begin_inset CommandInset ref
7905 LatexCommand ref
7906 reference "sec:多行数式"
7907
7908 \end_inset
7909
7910 節に説明されているように、次のような多行数式を使わなくてはなりません。
7911 \begin_inset Formula 
7912 \begin{eqnarray*}
7913 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7914  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7915 \end{eqnarray*}
7916
7917 \end_inset
7918
7919 一行目には、数式が一つめの括弧とともに挿入されています。ここで、空白コマンド
7920 \begin_inset Foot
7921 status collapsed
7922
7923 \begin_layout Plain Layout
7924 空白コマンドは第
7925 \begin_inset CommandInset ref
7926 LatexCommand ref
7927 reference "sub:定義済みの空白"
7928
7929 \end_inset
7930
7931 章に説明があります。
7932 \end_layout
7933
7934 \end_inset
7935
7936
7937 \series bold
7938
7939 \backslash
7940 :
7941 \series default
7942 を最初の
7943 \begin_inset Formula $d$
7944 \end_inset
7945
7946 の前に挿入しておくことが重要です。さもないと、
7947 \begin_inset Formula $q$
7948 \end_inset
7949
7950 の後ろで終わる括弧のせいで、直後の「+」の周りに正しく空白が入ることが妨げられてしまう
7951 \begin_inset Foot
7952 status collapsed
7953
7954 \begin_layout Plain Layout
7955 これは、括弧が文字として取り扱われないためです。第
7956 \begin_inset CommandInset ref
7957 LatexCommand ref
7958 reference "sub:二項演算子"
7959
7960 \end_inset
7961
7962 章参照。
7963 \end_layout
7964
7965 \end_inset
7966
7967 ためです。二行目には、二つめの括弧が挿入されています。
7968 \begin_inset Formula $b$
7969 \end_inset
7970
7971 の直前から始まるようにするために、まず
7972 \series bold
7973
7974 \backslash
7975 hphantom{gggg+
7976 \backslash
7977 :}
7978 \series default
7979 というコマンド
7980 \begin_inset Foot
7981 status collapsed
7982
7983 \begin_layout Plain Layout
7984
7985 \series bold
7986
7987 \backslash
7988 hphantom
7989 \series default
7990 に関する詳細は、第
7991 \begin_inset CommandInset ref
7992 LatexCommand ref
7993 reference "sub:埋め草"
7994
7995 \end_inset
7996
7997 章を参照してください。
7998 \end_layout
7999
8000 \end_inset
8001
8002 が挿入されています。この数式中の「+」も空白で囲まれるようにするために、この空白コマンドが必要になっています。二つめの括弧は
8003 \series bold
8004
8005 \backslash
8006 hphantom{bbqq+dddd}
8007 \series default
8008 コマンドの下に置きます。
8009 \end_layout
8010
8011 \begin_layout Standard
8012 以下の例のように、括弧が反対側に重なる場合には、もっと複雑になります。
8013 \begin_inset ERT
8014 status collapsed
8015
8016 \begin_layout Plain Layout
8017
8018
8019 \backslash
8020 setlength{
8021 \backslash
8022 jot}{-6pt}
8023 \end_layout
8024
8025 \end_inset
8026
8027
8028 \begin_inset Formula 
8029 \begin{eqnarray*}
8030  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
8031 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd
8032 \end{eqnarray*}
8033
8034 \end_inset
8035
8036
8037 \begin_inset ERT
8038 status collapsed
8039
8040 \begin_layout Plain Layout
8041
8042
8043 \backslash
8044 setlength{
8045 \backslash
8046 jot}{3pt}
8047 \end_layout
8048
8049 \end_inset
8050
8051 最初の数式行は、括弧が上に来ていること以外は、先の例の第二行と同じです。二行目には、二つめの括弧と一緒に数式が入っています。一行目の括弧と数式のあいだに余白が入
8052 ることを防ぐために、行間を減らさなくてはならないのですが、これはLyXのバグ
8053 \begin_inset Foot
8054 status collapsed
8055
8056 \begin_layout Plain Layout
8057 \begin_inset CommandInset href
8058 LatexCommand href
8059 name "LyX-bug #1505"
8060 target "http://www.lyx.org/trac/ticket/1505"
8061
8062 \end_inset
8063
8064
8065 \end_layout
8066
8067 \end_inset
8068
8069 のせいで簡単にはできません。この問題を回避するためには、数式直前にTeXモードで
8070 \series bold
8071 setlength{
8072 \backslash
8073 jot}{-6pt}
8074 \series default
8075 というコマンドを入れて、大域的な数式行間
8076 \series bold
8077
8078 \backslash
8079 jot
8080 \series default
8081
8082 \begin_inset Index idx
8083 status collapsed
8084
8085 \begin_layout Plain Layout
8086 こまんど@コマンド ! J ! 
8087 \backslash
8088 jot
8089 \end_layout
8090
8091 \end_inset
8092
8093 を-6
8094 \begin_inset space \thinspace{}
8095 \end_inset
8096
8097 ptに変更しなくてはなりません。
8098 \series bold
8099
8100 \backslash
8101 jot
8102 \series default
8103 は、数式直後に同様のコマンドを使って標準値の3
8104 \begin_inset space \thinspace{}
8105 \end_inset
8106
8107 ptに戻します。数式中の行間について、詳しくは第
8108 \begin_inset CommandInset ref
8109 LatexCommand ref
8110 reference "sub:行間"
8111
8112 \end_inset
8113
8114 章に説明があります。
8115 \end_layout
8116
8117 \begin_layout Section
8118 矢印
8119 \begin_inset Index idx
8120 status collapsed
8121
8122 \begin_layout Plain Layout
8123 やじるし@矢印
8124 \end_layout
8125
8126 \end_inset
8127
8128
8129 \end_layout
8130
8131 \begin_layout Standard
8132 矢印は、数式ツールバーボタンの
8133 \begin_inset Graphics
8134         filename ../../images/math/leftarrow.png
8135         scale 85
8136
8137 \end_inset
8138
8139 か、以下の各小節に列挙してあるコマンドで挿入することができます。
8140 \end_layout
8141
8142 \begin_layout Subsection
8143 水平矢印
8144 \begin_inset Index idx
8145 status collapsed
8146
8147 \begin_layout Plain Layout
8148 やじるし@矢印 ! すいへい@水平
8149 \end_layout
8150
8151 \end_inset
8152
8153
8154 \end_layout
8155
8156 \begin_layout Standard
8157 \begin_inset space \hfill{}
8158 \end_inset
8159
8160
8161 \begin_inset Tabular
8162 <lyxtabular version="3" rows="8" columns="2">
8163 <features rotate="0" tabularvalignment="middle">
8164 <column alignment="center" valignment="top" width="0pt">
8165 <column alignment="center" valignment="top" width="0pt">
8166 <row>
8167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8168 \begin_inset Text
8169
8170 \begin_layout Plain Layout
8171 コマンド
8172 \end_layout
8173
8174 \end_inset
8175 </cell>
8176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8177 \begin_inset Text
8178
8179 \begin_layout Plain Layout
8180 出力
8181 \end_layout
8182
8183 \end_inset
8184 </cell>
8185 </row>
8186 <row>
8187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8188 \begin_inset Text
8189
8190 \begin_layout Plain Layout
8191
8192 \backslash
8193 gets
8194 \end_layout
8195
8196 \end_inset
8197 </cell>
8198 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8199 \begin_inset Text
8200
8201 \begin_layout Plain Layout
8202 \begin_inset Formula $\gets$
8203 \end_inset
8204
8205
8206 \end_layout
8207
8208 \end_inset
8209 </cell>
8210 </row>
8211 <row>
8212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8213 \begin_inset Text
8214
8215 \begin_layout Plain Layout
8216
8217 \backslash
8218 Leftarrow
8219 \end_layout
8220
8221 \end_inset
8222 </cell>
8223 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8224 \begin_inset Text
8225
8226 \begin_layout Plain Layout
8227 \begin_inset Formula $\Leftarrow$
8228 \end_inset
8229
8230
8231 \end_layout
8232
8233 \end_inset
8234 </cell>
8235 </row>
8236 <row>
8237 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8238 \begin_inset Text
8239
8240 \begin_layout Plain Layout
8241
8242 \backslash
8243 longleftarrow
8244 \end_layout
8245
8246 \end_inset
8247 </cell>
8248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8249 \begin_inset Text
8250
8251 \begin_layout Plain Layout
8252 \begin_inset Formula $\longleftarrow$
8253 \end_inset
8254
8255
8256 \end_layout
8257
8258 \end_inset
8259 </cell>
8260 </row>
8261 <row>
8262 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8263 \begin_inset Text
8264
8265 \begin_layout Plain Layout
8266
8267 \backslash
8268 Longleftarrow
8269 \end_layout
8270
8271 \end_inset
8272 </cell>
8273 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8274 \begin_inset Text
8275
8276 \begin_layout Plain Layout
8277 \begin_inset Formula $\Longleftarrow$
8278 \end_inset
8279
8280
8281 \end_layout
8282
8283 \end_inset
8284 </cell>
8285 </row>
8286 <row>
8287 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8288 \begin_inset Text
8289
8290 \begin_layout Plain Layout
8291
8292 \backslash
8293 leftharpoonup
8294 \end_layout
8295
8296 \end_inset
8297 </cell>
8298 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8299 \begin_inset Text
8300
8301 \begin_layout Plain Layout
8302 \begin_inset Formula $\leftharpoonup$
8303 \end_inset
8304
8305
8306 \end_layout
8307
8308 \end_inset
8309 </cell>
8310 </row>
8311 <row>
8312 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8313 \begin_inset Text
8314
8315 \begin_layout Plain Layout
8316
8317 \backslash
8318 leftharpoondown
8319 \end_layout
8320
8321 \end_inset
8322 </cell>
8323 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8324 \begin_inset Text
8325
8326 \begin_layout Plain Layout
8327 \begin_inset Formula $\leftharpoondown$
8328 \end_inset
8329
8330
8331 \end_layout
8332
8333 \end_inset
8334 </cell>
8335 </row>
8336 <row>
8337 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8338 \begin_inset Text
8339
8340 \begin_layout Plain Layout
8341
8342 \backslash
8343 hookleftarrow
8344 \end_layout
8345
8346 \end_inset
8347 </cell>
8348 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8349 \begin_inset Text
8350
8351 \begin_layout Plain Layout
8352 \begin_inset Formula $\hookleftarrow$
8353 \end_inset
8354
8355
8356 \end_layout
8357
8358 \end_inset
8359 </cell>
8360 </row>
8361 </lyxtabular>
8362
8363 \end_inset
8364
8365
8366 \begin_inset space \hfill{}
8367 \end_inset
8368
8369
8370 \begin_inset Tabular
8371 <lyxtabular version="3" rows="8" columns="2">
8372 <features rotate="0" tabularvalignment="middle">
8373 <column alignment="center" valignment="top" width="0pt">
8374 <column alignment="center" valignment="top" width="0pt">
8375 <row>
8376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8377 \begin_inset Text
8378
8379 \begin_layout Plain Layout
8380 コマンド
8381 \end_layout
8382
8383 \end_inset
8384 </cell>
8385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8386 \begin_inset Text
8387
8388 \begin_layout Plain Layout
8389 出力
8390 \end_layout
8391
8392 \end_inset
8393 </cell>
8394 </row>
8395 <row>
8396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8397 \begin_inset Text
8398
8399 \begin_layout Plain Layout
8400
8401 \backslash
8402 to
8403 \end_layout
8404
8405 \end_inset
8406 </cell>
8407 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8408 \begin_inset Text
8409
8410 \begin_layout Plain Layout
8411 \begin_inset Formula $\to$
8412 \end_inset
8413
8414
8415 \end_layout
8416
8417 \end_inset
8418 </cell>
8419 </row>
8420 <row>
8421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8422 \begin_inset Text
8423
8424 \begin_layout Plain Layout
8425
8426 \backslash
8427 Rightarrow
8428 \end_layout
8429
8430 \end_inset
8431 </cell>
8432 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8433 \begin_inset Text
8434
8435 \begin_layout Plain Layout
8436 \begin_inset Formula $\Rightarrow$
8437 \end_inset
8438
8439
8440 \end_layout
8441
8442 \end_inset
8443 </cell>
8444 </row>
8445 <row>
8446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8447 \begin_inset Text
8448
8449 \begin_layout Plain Layout
8450
8451 \backslash
8452 longrightarrow
8453 \end_layout
8454
8455 \end_inset
8456 </cell>
8457 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8458 \begin_inset Text
8459
8460 \begin_layout Plain Layout
8461 \begin_inset Formula $\longrightarrow$
8462 \end_inset
8463
8464
8465 \end_layout
8466
8467 \end_inset
8468 </cell>
8469 </row>
8470 <row>
8471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8472 \begin_inset Text
8473
8474 \begin_layout Plain Layout
8475
8476 \backslash
8477 Longrightarrow
8478 \end_layout
8479
8480 \end_inset
8481 </cell>
8482 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8483 \begin_inset Text
8484
8485 \begin_layout Plain Layout
8486 \begin_inset Formula $\Longrightarrow$
8487 \end_inset
8488
8489
8490 \end_layout
8491
8492 \end_inset
8493 </cell>
8494 </row>
8495 <row>
8496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8497 \begin_inset Text
8498
8499 \begin_layout Plain Layout
8500
8501 \backslash
8502 rightharpoonup
8503 \end_layout
8504
8505 \end_inset
8506 </cell>
8507 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8508 \begin_inset Text
8509
8510 \begin_layout Plain Layout
8511 \begin_inset Formula $\rightharpoonup$
8512 \end_inset
8513
8514
8515 \end_layout
8516
8517 \end_inset
8518 </cell>
8519 </row>
8520 <row>
8521 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8522 \begin_inset Text
8523
8524 \begin_layout Plain Layout
8525
8526 \backslash
8527 rightharpoondown
8528 \end_layout
8529
8530 \end_inset
8531 </cell>
8532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8533 \begin_inset Text
8534
8535 \begin_layout Plain Layout
8536 \begin_inset Formula $\rightharpoondown$
8537 \end_inset
8538
8539
8540 \end_layout
8541
8542 \end_inset
8543 </cell>
8544 </row>
8545 <row>
8546 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8547 \begin_inset Text
8548
8549 \begin_layout Plain Layout
8550
8551 \backslash
8552 hookrightarrow
8553 \end_layout
8554
8555 \end_inset
8556 </cell>
8557 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8558 \begin_inset Text
8559
8560 \begin_layout Plain Layout
8561 \begin_inset Formula $\hookrightarrow$
8562 \end_inset
8563
8564
8565 \end_layout
8566
8567 \end_inset
8568 </cell>
8569 </row>
8570 </lyxtabular>
8571
8572 \end_inset
8573
8574
8575 \begin_inset space \hfill{}
8576 \end_inset
8577
8578
8579 \end_layout
8580
8581 \begin_layout Standard
8582 \begin_inset space \hfill{}
8583 \end_inset
8584
8585
8586 \begin_inset Tabular
8587 <lyxtabular version="3" rows="6" columns="2">
8588 <features rotate="0" tabularvalignment="middle">
8589 <column alignment="center" valignment="top" width="0pt">
8590 <column alignment="center" valignment="top" width="0pt">
8591 <row>
8592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8593 \begin_inset Text
8594
8595 \begin_layout Plain Layout
8596 コマンド
8597 \end_layout
8598
8599 \end_inset
8600 </cell>
8601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8602 \begin_inset Text
8603
8604 \begin_layout Plain Layout
8605 出力
8606 \end_layout
8607
8608 \end_inset
8609 </cell>
8610 </row>
8611 <row>
8612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8613 \begin_inset Text
8614
8615 \begin_layout Plain Layout
8616
8617 \backslash
8618 leftrightarrow
8619 \end_layout
8620
8621 \end_inset
8622 </cell>
8623 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8624 \begin_inset Text
8625
8626 \begin_layout Plain Layout
8627 \begin_inset Formula $\leftrightarrow$
8628 \end_inset
8629
8630
8631 \end_layout
8632
8633 \end_inset
8634 </cell>
8635 </row>
8636 <row>
8637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8638 \begin_inset Text
8639
8640 \begin_layout Plain Layout
8641
8642 \backslash
8643 Leftrightarrow
8644 \end_layout
8645
8646 \end_inset
8647 </cell>
8648 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8649 \begin_inset Text
8650
8651 \begin_layout Plain Layout
8652 \begin_inset Formula $\Leftrightarrow$
8653 \end_inset
8654
8655
8656 \end_layout
8657
8658 \end_inset
8659 </cell>
8660 </row>
8661 <row>
8662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8663 \begin_inset Text
8664
8665 \begin_layout Plain Layout
8666
8667 \backslash
8668 longleftrightarrow
8669 \end_layout
8670
8671 \end_inset
8672 </cell>
8673 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8674 \begin_inset Text
8675
8676 \begin_layout Plain Layout
8677 \begin_inset Formula $\longleftrightarrow$
8678 \end_inset
8679
8680
8681 \end_layout
8682
8683 \end_inset
8684 </cell>
8685 </row>
8686 <row>
8687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8688 \begin_inset Text
8689
8690 \begin_layout Plain Layout
8691
8692 \backslash
8693 Longleftrightarrow
8694 \end_layout
8695
8696 \end_inset
8697 </cell>
8698 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8699 \begin_inset Text
8700
8701 \begin_layout Plain Layout
8702 \begin_inset Formula $\Longleftrightarrow$
8703 \end_inset
8704
8705
8706 \end_layout
8707
8708 \end_inset
8709 </cell>
8710 </row>
8711 <row>
8712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8713 \begin_inset Text
8714
8715 \begin_layout Plain Layout
8716
8717 \backslash
8718 rightleftharpoons
8719 \end_layout
8720
8721 \end_inset
8722 </cell>
8723 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8724 \begin_inset Text
8725
8726 \begin_layout Plain Layout
8727 \begin_inset Formula $\rightleftharpoons$
8728 \end_inset
8729
8730
8731 \end_layout
8732
8733 \end_inset
8734 </cell>
8735 </row>
8736 </lyxtabular>
8737
8738 \end_inset
8739
8740
8741 \begin_inset space \hspace{}
8742 \length 25pt
8743 \end_inset
8744
8745
8746 \begin_inset space \hfill{}
8747 \end_inset
8748
8749
8750 \begin_inset Tabular
8751 <lyxtabular version="3" rows="5" columns="2">
8752 <features rotate="0" tabularvalignment="middle">
8753 <column alignment="center" valignment="top" width="0pt">
8754 <column alignment="center" valignment="top" width="0pt">
8755 <row>
8756 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8757 \begin_inset Text
8758
8759 \begin_layout Plain Layout
8760 コマンド
8761 \end_layout
8762
8763 \end_inset
8764 </cell>
8765 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8766 \begin_inset Text
8767
8768 \begin_layout Plain Layout
8769 出力
8770 \end_layout
8771
8772 \end_inset
8773 </cell>
8774 </row>
8775 <row>
8776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8777 \begin_inset Text
8778
8779 \begin_layout Plain Layout
8780
8781 \backslash
8782 mapsto
8783 \end_layout
8784
8785 \end_inset
8786 </cell>
8787 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8788 \begin_inset Text
8789
8790 \begin_layout Plain Layout
8791 \begin_inset Formula $\mapsto$
8792 \end_inset
8793
8794
8795 \end_layout
8796
8797 \end_inset
8798 </cell>
8799 </row>
8800 <row>
8801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8802 \begin_inset Text
8803
8804 \begin_layout Plain Layout
8805
8806 \backslash
8807 longmapsto
8808 \end_layout
8809
8810 \end_inset
8811 </cell>
8812 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8813 \begin_inset Text
8814
8815 \begin_layout Plain Layout
8816 \begin_inset Formula $\longmapsto$
8817 \end_inset
8818
8819
8820 \end_layout
8821
8822 \end_inset
8823 </cell>
8824 </row>
8825 <row>
8826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8827 \begin_inset Text
8828
8829 \begin_layout Plain Layout
8830
8831 \backslash
8832 leadsto
8833 \end_layout
8834
8835 \end_inset
8836 </cell>
8837 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8838 \begin_inset Text
8839
8840 \begin_layout Plain Layout
8841 \begin_inset Formula $\leadsto$
8842 \end_inset
8843
8844
8845 \end_layout
8846
8847 \end_inset
8848 </cell>
8849 </row>
8850 <row>
8851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8852 \begin_inset Text
8853
8854 \begin_layout Plain Layout
8855
8856 \backslash
8857 dasharrow
8858 \end_layout
8859
8860 \end_inset
8861 </cell>
8862 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8863 \begin_inset Text
8864
8865 \begin_layout Plain Layout
8866 \begin_inset Formula $\dasharrow$
8867 \end_inset
8868
8869
8870 \end_layout
8871
8872 \end_inset
8873 </cell>
8874 </row>
8875 </lyxtabular>
8876
8877 \end_inset
8878
8879
8880 \begin_inset space \hfill{}
8881 \end_inset
8882
8883
8884 \end_layout
8885
8886 \begin_layout Standard
8887 \begin_inset VSpace medskip
8888 \end_inset
8889
8890 たとえばベクトル記号の矢印のようにアクセントとして使用される矢印は、第
8891 \begin_inset CommandInset ref
8892 LatexCommand ref
8893 reference "sec:アクセント"
8894
8895 \end_inset
8896
8897 節に一覧があります。
8898 \end_layout
8899
8900 \begin_layout Standard
8901 \begin_inset VSpace bigskip
8902 \end_inset
8903
8904 さらに、ラベル付き矢印
8905 \begin_inset Index idx
8906 status collapsed
8907
8908 \begin_layout Plain Layout
8909 やじるし@矢印 ! らべるつき@ラベル付き
8910 \end_layout
8911
8912 \end_inset
8913
8914 として、
8915 \series bold
8916
8917 \backslash
8918 xleftarrow
8919 \series default
8920
8921 \begin_inset Index idx
8922 status collapsed
8923
8924 \begin_layout Plain Layout
8925 こまんど@コマンド ! X ! 
8926 \backslash
8927 xleftarrow
8928 \end_layout
8929
8930 \end_inset
8931
8932
8933 \series bold
8934
8935 \backslash
8936 xrightarrow
8937 \series default
8938
8939 \begin_inset Index idx
8940 status collapsed
8941
8942 \begin_layout Plain Layout
8943 こまんど@コマンド ! X ! 
8944 \backslash
8945 xrightarrow
8946 \begin_inset ERT
8947 status collapsed
8948
8949 \begin_layout Plain Layout
8950
8951
8952 \backslash
8953 vspace{4mm}
8954 \end_layout
8955
8956 \end_inset
8957
8958
8959 \end_layout
8960
8961 \end_inset
8962
8963 があります。これらのコマンドを数式に挿入すると、二つの青枠のついた矢印が現れるので、そこにラベルを入れることができます。矢印の長さは、ラベルの幅に応じて調整され
8964 ます。
8965 \end_layout
8966
8967 \begin_layout Standard
8968 \align center
8969 \begin_inset Tabular
8970 <lyxtabular version="3" rows="3" columns="2">
8971 <features rotate="0" tabularvalignment="middle">
8972 <column alignment="center" valignment="top" width="0pt">
8973 <column alignment="center" valignment="top" width="0pt">
8974 <row>
8975 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8976 \begin_inset Text
8977
8978 \begin_layout Plain Layout
8979 コマンド
8980 \end_layout
8981
8982 \end_inset
8983 </cell>
8984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8985 \begin_inset Text
8986
8987 \begin_layout Plain Layout
8988 出力
8989 \begin_inset Note Note
8990 status collapsed
8991
8992 \begin_layout Plain Layout
8993 ここで
8994 \series bold
8995
8996 \backslash
8997 raisebox
8998 \series default
8999 はスペーサーとして使用しているだけです。
9000 \end_layout
9001
9002 \end_inset
9003
9004
9005 \end_layout
9006
9007 \end_inset
9008 </cell>
9009 </row>
9010 <row>
9011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9012 \begin_inset Text
9013
9014 \begin_layout Plain Layout
9015 F(a)
9016 \backslash
9017 xleftarrow
9018 \begin_inset ERT
9019 status collapsed
9020
9021 \begin_layout Plain Layout
9022
9023
9024 \backslash
9025 spce 
9026 \end_layout
9027
9028 \end_inset
9029
9030 x=a
9031 \begin_inset Formula $\downarrow$
9032 \end_inset
9033
9034 x
9035 \begin_inset Formula $>$
9036 \end_inset
9037
9038 0
9039 \begin_inset Formula $\to$
9040 \end_inset
9041
9042 F(x)
9043 \end_layout
9044
9045 \end_inset
9046 </cell>
9047 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9048 \begin_inset Text
9049
9050 \begin_layout Plain Layout
9051 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
9052 \end_inset
9053
9054
9055 \end_layout
9056
9057 \end_inset
9058 </cell>
9059 </row>
9060 <row>
9061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9062 \begin_inset Text
9063
9064 \begin_layout Plain Layout
9065 F(x)
9066 \backslash
9067 xrightarrow
9068 \begin_inset ERT
9069 status collapsed
9070
9071 \begin_layout Plain Layout
9072
9073
9074 \backslash
9075 spce 
9076 \end_layout
9077
9078 \end_inset
9079
9080 x=a
9081 \begin_inset Formula $\downarrow$
9082 \end_inset
9083
9084 x
9085 \begin_inset Formula $>$
9086 \end_inset
9087
9088 0
9089 \begin_inset Formula $\to$
9090 \end_inset
9091
9092 F(a)
9093 \end_layout
9094
9095 \end_inset
9096 </cell>
9097 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9098 \begin_inset Text
9099
9100 \begin_layout Plain Layout
9101 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
9102 \end_inset
9103
9104
9105 \end_layout
9106
9107 \end_inset
9108 </cell>
9109 </row>
9110 </lyxtabular>
9111
9112 \end_inset
9113
9114
9115 \end_layout
9116
9117 \begin_layout Subsection
9118 垂直矢印および対角矢印
9119 \begin_inset Index idx
9120 status collapsed
9121
9122 \begin_layout Plain Layout
9123 やじるし@矢印 ! たいかく@対角
9124 \end_layout
9125
9126 \end_inset
9127
9128
9129 \begin_inset Index idx
9130 status collapsed
9131
9132 \begin_layout Plain Layout
9133 やじるし@矢印 ! すいちょく@垂直
9134 \end_layout
9135
9136 \end_inset
9137
9138
9139 \end_layout
9140
9141 \begin_layout Standard
9142 \begin_inset space \hfill{}
9143 \end_inset
9144
9145
9146 \begin_inset Tabular
9147 <lyxtabular version="3" rows="7" columns="2">
9148 <features rotate="0" tabularvalignment="middle">
9149 <column alignment="center" valignment="top" width="0pt">
9150 <column alignment="center" valignment="top" width="0pt">
9151 <row>
9152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9153 \begin_inset Text
9154
9155 \begin_layout Plain Layout
9156 コマンド
9157 \end_layout
9158
9159 \end_inset
9160 </cell>
9161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9162 \begin_inset Text
9163
9164 \begin_layout Plain Layout
9165 出力
9166 \end_layout
9167
9168 \end_inset
9169 </cell>
9170 </row>
9171 <row>
9172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9173 \begin_inset Text
9174
9175 \begin_layout Plain Layout
9176
9177 \backslash
9178 uparrow
9179 \end_layout
9180
9181 \end_inset
9182 </cell>
9183 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9184 \begin_inset Text
9185
9186 \begin_layout Plain Layout
9187 \begin_inset Formula $\uparrow$
9188 \end_inset
9189
9190
9191 \end_layout
9192
9193 \end_inset
9194 </cell>
9195 </row>
9196 <row>
9197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9198 \begin_inset Text
9199
9200 \begin_layout Plain Layout
9201
9202 \backslash
9203 Uparrow
9204 \end_layout
9205
9206 \end_inset
9207 </cell>
9208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9209 \begin_inset Text
9210
9211 \begin_layout Plain Layout
9212 \begin_inset Formula $\Uparrow$
9213 \end_inset
9214
9215
9216 \end_layout
9217
9218 \end_inset
9219 </cell>
9220 </row>
9221 <row>
9222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9223 \begin_inset Text
9224
9225 \begin_layout Plain Layout
9226
9227 \backslash
9228 updownarrow
9229 \end_layout
9230
9231 \end_inset
9232 </cell>
9233 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9234 \begin_inset Text
9235
9236 \begin_layout Plain Layout
9237 \begin_inset Formula $\updownarrow$
9238 \end_inset
9239
9240
9241 \end_layout
9242
9243 \end_inset
9244 </cell>
9245 </row>
9246 <row>
9247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9248 \begin_inset Text
9249
9250 \begin_layout Plain Layout
9251
9252 \backslash
9253 Updownarrow
9254 \end_layout
9255
9256 \end_inset
9257 </cell>
9258 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9259 \begin_inset Text
9260
9261 \begin_layout Plain Layout
9262 \begin_inset Formula $\Updownarrow$
9263 \end_inset
9264
9265
9266 \end_layout
9267
9268 \end_inset
9269 </cell>
9270 </row>
9271 <row>
9272 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9273 \begin_inset Text
9274
9275 \begin_layout Plain Layout
9276
9277 \backslash
9278 Downarrow
9279 \end_layout
9280
9281 \end_inset
9282 </cell>
9283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9284 \begin_inset Text
9285
9286 \begin_layout Plain Layout
9287 \begin_inset Formula $\Downarrow$
9288 \end_inset
9289
9290
9291 \end_layout
9292
9293 \end_inset
9294 </cell>
9295 </row>
9296 <row>
9297 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9298 \begin_inset Text
9299
9300 \begin_layout Plain Layout
9301
9302 \backslash
9303 downarrow
9304 \end_layout
9305
9306 \end_inset
9307 </cell>
9308 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9309 \begin_inset Text
9310
9311 \begin_layout Plain Layout
9312 \begin_inset Formula $\downarrow$
9313 \end_inset
9314
9315
9316 \end_layout
9317
9318 \end_inset
9319 </cell>
9320 </row>
9321 </lyxtabular>
9322
9323 \end_inset
9324
9325
9326 \begin_inset space \hfill{}
9327 \end_inset
9328
9329
9330 \begin_inset Tabular
9331 <lyxtabular version="3" rows="5" columns="2">
9332 <features rotate="0" tabularvalignment="middle">
9333 <column alignment="center" valignment="top" width="0pt">
9334 <column alignment="center" valignment="top" width="0pt">
9335 <row>
9336 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9337 \begin_inset Text
9338
9339 \begin_layout Plain Layout
9340 コマンド
9341 \end_layout
9342
9343 \end_inset
9344 </cell>
9345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9346 \begin_inset Text
9347
9348 \begin_layout Plain Layout
9349 出力
9350 \end_layout
9351
9352 \end_inset
9353 </cell>
9354 </row>
9355 <row>
9356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9357 \begin_inset Text
9358
9359 \begin_layout Plain Layout
9360
9361 \backslash
9362 nearrow
9363 \end_layout
9364
9365 \end_inset
9366 </cell>
9367 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9368 \begin_inset Text
9369
9370 \begin_layout Plain Layout
9371 \begin_inset Formula $\nearrow$
9372 \end_inset
9373
9374
9375 \end_layout
9376
9377 \end_inset
9378 </cell>
9379 </row>
9380 <row>
9381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9382 \begin_inset Text
9383
9384 \begin_layout Plain Layout
9385
9386 \backslash
9387 searrow
9388 \end_layout
9389
9390 \end_inset
9391 </cell>
9392 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9393 \begin_inset Text
9394
9395 \begin_layout Plain Layout
9396 \begin_inset Formula $\searrow$
9397 \end_inset
9398
9399
9400 \end_layout
9401
9402 \end_inset
9403 </cell>
9404 </row>
9405 <row>
9406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9407 \begin_inset Text
9408
9409 \begin_layout Plain Layout
9410
9411 \backslash
9412 swarrow
9413 \end_layout
9414
9415 \end_inset
9416 </cell>
9417 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9418 \begin_inset Text
9419
9420 \begin_layout Plain Layout
9421 \begin_inset Formula $\swarrow$
9422 \end_inset
9423
9424
9425 \end_layout
9426
9427 \end_inset
9428 </cell>
9429 </row>
9430 <row>
9431 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9432 \begin_inset Text
9433
9434 \begin_layout Plain Layout
9435
9436 \backslash
9437 nwarrow
9438 \end_layout
9439
9440 \end_inset
9441 </cell>
9442 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9443 \begin_inset Text
9444
9445 \begin_layout Plain Layout
9446 \begin_inset Formula $\nwarrow$
9447 \end_inset
9448
9449
9450 \end_layout
9451
9452 \end_inset
9453 </cell>
9454 </row>
9455 </lyxtabular>
9456
9457 \end_inset
9458
9459
9460 \begin_inset space \hfill{}
9461 \end_inset
9462
9463
9464 \end_layout
9465
9466 \begin_layout Standard
9467 \begin_inset VSpace medskip
9468 \end_inset
9469
9470 垂直矢印は、第
9471 \begin_inset CommandInset ref
9472 LatexCommand ref
9473 reference "sub:手動の括弧丈"
9474
9475 \end_inset
9476
9477 節および第
9478 \begin_inset CommandInset ref
9479 LatexCommand ref
9480 reference "sub:自動の括弧丈"
9481
9482 \end_inset
9483
9484 節に述べられているコマンドを使うと、区分記号として使用することもできます。伊藤の公式を用いて
9485 \end_layout
9486
9487 \begin_layout Section
9488 アクセント
9489 \begin_inset CommandInset label
9490 LatexCommand label
9491 name "sec:アクセント"
9492
9493 \end_inset
9494
9495
9496 \begin_inset Index idx
9497 status collapsed
9498
9499 \begin_layout Plain Layout
9500 あくせんと@アクセント
9501 \end_layout
9502
9503 \end_inset
9504
9505
9506 \end_layout
9507
9508 \begin_layout Standard
9509 アクセントは、数式ツールバーボタンの
9510 \begin_inset Graphics
9511         filename ../../images/math/hat.png
9512         scale 85
9513
9514 \end_inset
9515
9516 か、以下の各小節に列挙してあるコマンドで入力することができます。
9517 \end_layout
9518
9519 \begin_layout Subsection
9520 一文字に付けるアクセント
9521 \begin_inset ERT
9522 status collapsed
9523
9524 \begin_layout Plain Layout
9525
9526
9527 \backslash
9528 texorpdfstring{
9529 \end_layout
9530
9531 \end_inset
9532
9533
9534 \begin_inset Foot
9535 status collapsed
9536
9537 \begin_layout Plain Layout
9538 本文中のアクセントについては、第
9539 \begin_inset CommandInset ref
9540 LatexCommand ref
9541 reference "sub:文章中のアクセント"
9542
9543 \end_inset
9544
9545 節を参照。
9546 \end_layout
9547
9548 \end_inset
9549
9550
9551 \begin_inset ERT
9552 status collapsed
9553
9554 \begin_layout Plain Layout
9555
9556 }{}
9557 \end_layout
9558
9559 \end_inset
9560
9561
9562 \begin_inset Note Note
9563 status collapsed
9564
9565 \begin_layout Plain Layout
9566
9567 \series bold
9568
9569 \backslash
9570 texorpdfstring
9571 \series default
9572 は、PDFのしおりに脚注が現れるのを防ぐために使われています。
9573 \end_layout
9574
9575 \begin_layout Plain Layout
9576
9577 \series bold
9578
9579 \backslash
9580 texorpdfstring
9581 \series default
9582 についての詳細は、第
9583 \begin_inset CommandInset ref
9584 LatexCommand ref
9585 reference "sub:節見出し中の数式"
9586
9587 \end_inset
9588
9589 節にあります。
9590 \end_layout
9591
9592 \end_inset
9593
9594
9595 \begin_inset CommandInset label
9596 LatexCommand label
9597 name "sub:一文字に付けるアクセント"
9598
9599 \end_inset
9600
9601
9602 \begin_inset Index idx
9603 status collapsed
9604
9605 \begin_layout Plain Layout
9606 あくせんと@アクセント ! いちもじにつける@一文字に付ける
9607 \end_layout
9608
9609 \end_inset
9610
9611
9612 \end_layout
9613
9614 \begin_layout Standard
9615 \begin_inset space \hfill{}
9616 \end_inset
9617
9618
9619 \begin_inset Tabular
9620 <lyxtabular version="3" rows="8" columns="2">
9621 <features rotate="0" tabularvalignment="middle">
9622 <column alignment="center" valignment="top" width="0pt">
9623 <column alignment="center" valignment="top" width="0pt">
9624 <row>
9625 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9626 \begin_inset Text
9627
9628 \begin_layout Plain Layout
9629 コマンド
9630 \end_layout
9631
9632 \end_inset
9633 </cell>
9634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9635 \begin_inset Text
9636
9637 \begin_layout Plain Layout
9638 出力
9639 \begin_inset Note Note
9640 status collapsed
9641
9642 \begin_layout Plain Layout
9643 ここで
9644 \series bold
9645
9646 \backslash
9647 raisebox
9648 \series default
9649 はスペーサーとして使用しているだけです。
9650 \end_layout
9651
9652 \end_inset
9653
9654
9655 \end_layout
9656
9657 \end_inset
9658 </cell>
9659 </row>
9660 <row>
9661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9662 \begin_inset Text
9663
9664 \begin_layout Plain Layout
9665
9666 \backslash
9667 dot
9668 \begin_inset ERT
9669 status collapsed
9670
9671 \begin_layout Plain Layout
9672
9673
9674 \backslash
9675 spce 
9676 \end_layout
9677
9678 \end_inset
9679
9680 A
9681 \end_layout
9682
9683 \end_inset
9684 </cell>
9685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9686 \begin_inset Text
9687
9688 \begin_layout Plain Layout
9689 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
9690 \end_inset
9691
9692
9693 \end_layout
9694
9695 \end_inset
9696 </cell>
9697 </row>
9698 <row>
9699 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9700 \begin_inset Text
9701
9702 \begin_layout Plain Layout
9703
9704 \backslash
9705 ddot
9706 \begin_inset ERT
9707 status collapsed
9708
9709 \begin_layout Plain Layout
9710
9711
9712 \backslash
9713 spce 
9714 \end_layout
9715
9716 \end_inset
9717
9718 A
9719 \end_layout
9720
9721 \end_inset
9722 </cell>
9723 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9724 \begin_inset Text
9725
9726 \begin_layout Plain Layout
9727 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9728 \end_inset
9729
9730
9731 \end_layout
9732
9733 \end_inset
9734 </cell>
9735 </row>
9736 <row>
9737 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9738 \begin_inset Text
9739
9740 \begin_layout Plain Layout
9741
9742 \backslash
9743 dddot
9744 \begin_inset ERT
9745 status collapsed
9746
9747 \begin_layout Plain Layout
9748
9749
9750 \backslash
9751 spce 
9752 \end_layout
9753
9754 \end_inset
9755
9756 A
9757 \end_layout
9758
9759 \end_inset
9760 </cell>
9761 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9762 \begin_inset Text
9763
9764 \begin_layout Plain Layout
9765 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9766 \end_inset
9767
9768
9769 \end_layout
9770
9771 \end_inset
9772 </cell>
9773 </row>
9774 <row>
9775 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9776 \begin_inset Text
9777
9778 \begin_layout Plain Layout
9779
9780 \backslash
9781 ddddot
9782 \begin_inset ERT
9783 status collapsed
9784
9785 \begin_layout Plain Layout
9786
9787
9788 \backslash
9789 spce 
9790 \end_layout
9791
9792 \end_inset
9793
9794 A
9795 \end_layout
9796
9797 \end_inset
9798 </cell>
9799 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9800 \begin_inset Text
9801
9802 \begin_layout Plain Layout
9803 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9804 \end_inset
9805
9806
9807 \end_layout
9808
9809 \end_inset
9810 </cell>
9811 </row>
9812 <row>
9813 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9814 \begin_inset Text
9815
9816 \begin_layout Plain Layout
9817
9818 \backslash
9819 vec
9820 \begin_inset ERT
9821 status collapsed
9822
9823 \begin_layout Plain Layout
9824
9825
9826 \backslash
9827 spce 
9828 \end_layout
9829
9830 \end_inset
9831
9832 A
9833 \begin_inset Index idx
9834 status collapsed
9835
9836 \begin_layout Plain Layout
9837
9838 \lang english
9839 Vectors
9840 \end_layout
9841
9842 \end_inset
9843
9844
9845 \end_layout
9846
9847 \end_inset
9848 </cell>
9849 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9850 \begin_inset Text
9851
9852 \begin_layout Plain Layout
9853 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9854 \end_inset
9855
9856
9857 \end_layout
9858
9859 \end_inset
9860 </cell>
9861 </row>
9862 <row>
9863 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9864 \begin_inset Text
9865
9866 \begin_layout Plain Layout
9867
9868 \backslash
9869 bar
9870 \begin_inset ERT
9871 status collapsed
9872
9873 \begin_layout Plain Layout
9874
9875
9876 \backslash
9877 spce 
9878 \end_layout
9879
9880 \end_inset
9881
9882 A
9883 \end_layout
9884
9885 \end_inset
9886 </cell>
9887 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9888 \begin_inset Text
9889
9890 \begin_layout Plain Layout
9891 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9892 \end_inset
9893
9894
9895 \end_layout
9896
9897 \end_inset
9898 </cell>
9899 </row>
9900 <row>
9901 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9902 \begin_inset Text
9903
9904 \begin_layout Plain Layout
9905
9906 \backslash
9907 mathring
9908 \begin_inset ERT
9909 status collapsed
9910
9911 \begin_layout Plain Layout
9912
9913
9914 \backslash
9915 spce 
9916 \end_layout
9917
9918 \end_inset
9919
9920 A
9921 \end_layout
9922
9923 \end_inset
9924 </cell>
9925 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9926 \begin_inset Text
9927
9928 \begin_layout Plain Layout
9929 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9930 \end_inset
9931
9932
9933 \end_layout
9934
9935 \end_inset
9936 </cell>
9937 </row>
9938 </lyxtabular>
9939
9940 \end_inset
9941
9942
9943 \begin_inset space \hfill{}
9944 \end_inset
9945
9946
9947 \begin_inset Tabular
9948 <lyxtabular version="3" rows="7" columns="2">
9949 <features rotate="0" tabularvalignment="middle">
9950 <column alignment="center" valignment="top" width="0pt">
9951 <column alignment="center" valignment="top" width="0pt">
9952 <row>
9953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9954 \begin_inset Text
9955
9956 \begin_layout Plain Layout
9957 コマンド
9958 \end_layout
9959
9960 \end_inset
9961 </cell>
9962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9963 \begin_inset Text
9964
9965 \begin_layout Plain Layout
9966 出力
9967 \end_layout
9968
9969 \end_inset
9970 </cell>
9971 </row>
9972 <row>
9973 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9974 \begin_inset Text
9975
9976 \begin_layout Plain Layout
9977
9978 \backslash
9979 tilde
9980 \begin_inset ERT
9981 status collapsed
9982
9983 \begin_layout Plain Layout
9984
9985
9986 \backslash
9987 spce 
9988 \end_layout
9989
9990 \end_inset
9991
9992 A
9993 \end_layout
9994
9995 \end_inset
9996 </cell>
9997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9998 \begin_inset Text
9999
10000 \begin_layout Plain Layout
10001 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
10002 \end_inset
10003
10004
10005 \end_layout
10006
10007 \end_inset
10008 </cell>
10009 </row>
10010 <row>
10011 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10012 \begin_inset Text
10013
10014 \begin_layout Plain Layout
10015
10016 \backslash
10017 hat
10018 \begin_inset ERT
10019 status collapsed
10020
10021 \begin_layout Plain Layout
10022
10023
10024 \backslash
10025 spce 
10026 \end_layout
10027
10028 \end_inset
10029
10030 A
10031 \end_layout
10032
10033 \end_inset
10034 </cell>
10035 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10036 \begin_inset Text
10037
10038 \begin_layout Plain Layout
10039 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
10040 \end_inset
10041
10042
10043 \end_layout
10044
10045 \end_inset
10046 </cell>
10047 </row>
10048 <row>
10049 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10050 \begin_inset Text
10051
10052 \begin_layout Plain Layout
10053
10054 \backslash
10055 check
10056 \begin_inset ERT
10057 status collapsed
10058
10059 \begin_layout Plain Layout
10060
10061
10062 \backslash
10063 spce 
10064 \end_layout
10065
10066 \end_inset
10067
10068 A
10069 \end_layout
10070
10071 \end_inset
10072 </cell>
10073 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10074 \begin_inset Text
10075
10076 \begin_layout Plain Layout
10077 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
10078 \end_inset
10079
10080
10081 \end_layout
10082
10083 \end_inset
10084 </cell>
10085 </row>
10086 <row>
10087 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10088 \begin_inset Text
10089
10090 \begin_layout Plain Layout
10091
10092 \backslash
10093 acute
10094 \begin_inset ERT
10095 status collapsed
10096
10097 \begin_layout Plain Layout
10098
10099
10100 \backslash
10101 spce 
10102 \end_layout
10103
10104 \end_inset
10105
10106 A
10107 \end_layout
10108
10109 \end_inset
10110 </cell>
10111 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10112 \begin_inset Text
10113
10114 \begin_layout Plain Layout
10115 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
10116 \end_inset
10117
10118
10119 \end_layout
10120
10121 \end_inset
10122 </cell>
10123 </row>
10124 <row>
10125 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10126 \begin_inset Text
10127
10128 \begin_layout Plain Layout
10129
10130 \backslash
10131 grave
10132 \begin_inset ERT
10133 status collapsed
10134
10135 \begin_layout Plain Layout
10136
10137
10138 \backslash
10139 spce 
10140 \end_layout
10141
10142 \end_inset
10143
10144 A
10145 \end_layout
10146
10147 \end_inset
10148 </cell>
10149 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10150 \begin_inset Text
10151
10152 \begin_layout Plain Layout
10153 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
10154 \end_inset
10155
10156
10157 \end_layout
10158
10159 \end_inset
10160 </cell>
10161 </row>
10162 <row>
10163 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10164 \begin_inset Text
10165
10166 \begin_layout Plain Layout
10167
10168 \backslash
10169 breve
10170 \begin_inset ERT
10171 status collapsed
10172
10173 \begin_layout Plain Layout
10174
10175
10176 \backslash
10177 spce 
10178 \end_layout
10179
10180 \end_inset
10181
10182 A
10183 \end_layout
10184
10185 \end_inset
10186 </cell>
10187 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10188 \begin_inset Text
10189
10190 \begin_layout Plain Layout
10191 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
10192 \end_inset
10193
10194
10195 \end_layout
10196
10197 \end_inset
10198 </cell>
10199 </row>
10200 </lyxtabular>
10201
10202 \end_inset
10203
10204
10205 \begin_inset space \hfill{}
10206 \end_inset
10207
10208
10209 \end_layout
10210
10211 \begin_layout Standard
10212 \begin_inset VSpace bigskip
10213 \end_inset
10214
10215
10216 \end_layout
10217
10218 \begin_layout Standard
10219 \begin_inset ERT
10220 status collapsed
10221
10222 \begin_layout Plain Layout
10223
10224
10225 \backslash
10226 '{e}
10227 \end_layout
10228
10229 \end_inset
10230
10231 のようなアクセントは、数式に直接入れることができます。LyXは、それを対応するアクセントコマンドに変換します。ウムラウト
10232 \begin_inset Index idx
10233 status collapsed
10234
10235 \begin_layout Plain Layout
10236 うむらうと@ウムラウト
10237 \end_layout
10238
10239 \end_inset
10240
10241 に関しては、母音の前に引用符を挿入する方法の方がよいでしょう。ウムラウトのある数式部分がドイツ語に指定してあれば、LaTeXは、引用符と母音をまとめて一つの文字
10242 として取り扱います。
10243 \series bold
10244
10245 \backslash
10246 ddot
10247 \series default
10248 と違い、この方法では、以下の例に示すように「本物の」ウムラウトが作られます。
10249 \end_layout
10250
10251 \begin_layout Standard
10252 \begin_inset VSpace -2mm
10253 \end_inset
10254
10255
10256 \end_layout
10257
10258 \begin_layout Standard
10259 \align center
10260 \begin_inset Tabular
10261 <lyxtabular version="3" rows="3" columns="2">
10262 <features rotate="0" tabularvalignment="middle">
10263 <column alignment="center" valignment="top">
10264 <column alignment="center" valignment="top">
10265 <row>
10266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10267 \begin_inset Text
10268
10269 \begin_layout Plain Layout
10270 コマンド
10271 \end_layout
10272
10273 \end_inset
10274 </cell>
10275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10276 \begin_inset Text
10277
10278 \begin_layout Plain Layout
10279 出力
10280 \begin_inset Note Note
10281 status collapsed
10282
10283 \begin_layout Plain Layout
10284 ここで
10285 \series bold
10286
10287 \backslash
10288 raisebox
10289 \series default
10290 および0ポイント空白はスペーサーとして使用しているだけです。
10291 \end_layout
10292
10293 \end_inset
10294
10295
10296 \end_layout
10297
10298 \end_inset
10299 </cell>
10300 </row>
10301 <row>
10302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10303 \begin_inset Text
10304
10305 \begin_layout Plain Layout
10306 \begin_inset Quotes grd
10307 \end_inset
10308
10309 i
10310 \end_layout
10311
10312 \end_inset
10313 </cell>
10314 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10315 \begin_inset Text
10316
10317 \begin_layout Plain Layout
10318
10319 \lang ngerman
10320 \begin_inset space \hspace{}
10321 \length 0pt
10322 \end_inset
10323
10324
10325 \begin_inset Formula $"i$
10326 \end_inset
10327
10328
10329 \end_layout
10330
10331 \end_inset
10332 </cell>
10333 </row>
10334 <row>
10335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10336 \begin_inset Text
10337
10338 \begin_layout Plain Layout
10339
10340 \backslash
10341 ddot
10342 \begin_inset ERT
10343 status collapsed
10344
10345 \begin_layout Plain Layout
10346
10347
10348 \backslash
10349 spce 
10350 \end_layout
10351
10352 \end_inset
10353
10354 i
10355 \end_layout
10356
10357 \end_inset
10358 </cell>
10359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10360 \begin_inset Text
10361
10362 \begin_layout Plain Layout
10363 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
10364 \end_inset
10365
10366
10367 \end_layout
10368
10369 \end_inset
10370 </cell>
10371 </row>
10372 </lyxtabular>
10373
10374 \end_inset
10375
10376
10377 \end_layout
10378
10379 \begin_layout Standard
10380
10381 \series bold
10382
10383 \backslash
10384 ddot
10385 \series default
10386 に比べて良いもう一つの利点は、上記のアクセントコマンドが
10387 \emph on
10388 数式中テキストでは使用できない
10389 \emph default
10390 のに対し、ウムラウトは直接数式中テキストに変換されることです。(アクセントコマンドによる)アクセント付き文字を数式中テキストに変換すると、アクセントの下にある文
10391 字しか変換されません。これは、たとえばイタリック体やボールド体への変換など、他のすべての変換に関しても言えることです。
10392 \end_layout
10393
10394 \begin_layout Standard
10395 ウムラウトと他のアクセント付き文字は、数式中テキストに直接入れることができます。
10396 \end_layout
10397
10398 \begin_layout Subsection
10399 複数の文字に付けるアクセント
10400 \begin_inset Index idx
10401 status collapsed
10402
10403 \begin_layout Plain Layout
10404 あくせんと@アクセント ! ふくすうのもじにつける@複数の文字に付ける
10405 \end_layout
10406
10407 \end_inset
10408
10409
10410 \end_layout
10411
10412 \begin_layout Standard
10413 \begin_inset space \hfill{}
10414 \end_inset
10415
10416
10417 \begin_inset Tabular
10418 <lyxtabular version="3" rows="5" columns="2">
10419 <features rotate="0" tabularvalignment="middle">
10420 <column alignment="center" valignment="top" width="0pt">
10421 <column alignment="center" valignment="top" width="0pt">
10422 <row>
10423 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10424 \begin_inset Text
10425
10426 \begin_layout Plain Layout
10427 コマンド
10428 \end_layout
10429
10430 \end_inset
10431 </cell>
10432 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10433 \begin_inset Text
10434
10435 \begin_layout Plain Layout
10436 出力
10437 \begin_inset Note Note
10438 status collapsed
10439
10440 \begin_layout Plain Layout
10441 ここで
10442 \series bold
10443
10444 \backslash
10445 raisebox
10446 \series default
10447 はスペーサーとして使用しているだけです。
10448 \end_layout
10449
10450 \end_inset
10451
10452
10453 \end_layout
10454
10455 \end_inset
10456 </cell>
10457 </row>
10458 <row>
10459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10460 \begin_inset Text
10461
10462 \begin_layout Plain Layout
10463
10464 \backslash
10465 overleftarrow
10466 \begin_inset ERT
10467 status collapsed
10468
10469 \begin_layout Plain Layout
10470
10471
10472 \backslash
10473 spce 
10474 \end_layout
10475
10476 \end_inset
10477
10478 A=B
10479 \end_layout
10480
10481 \end_inset
10482 </cell>
10483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10484 \begin_inset Text
10485
10486 \begin_layout Plain Layout
10487 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
10488 \end_inset
10489
10490
10491 \end_layout
10492
10493 \end_inset
10494 </cell>
10495 </row>
10496 <row>
10497 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10498 \begin_inset Text
10499
10500 \begin_layout Plain Layout
10501
10502 \backslash
10503 underleftarrow
10504 \begin_inset ERT
10505 status collapsed
10506
10507 \begin_layout Plain Layout
10508
10509
10510 \backslash
10511 spce 
10512 \end_layout
10513
10514 \end_inset
10515
10516 A=B
10517 \end_layout
10518
10519 \end_inset
10520 </cell>
10521 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10522 \begin_inset Text
10523
10524 \begin_layout Plain Layout
10525 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
10526 \end_inset
10527
10528
10529 \end_layout
10530
10531 \end_inset
10532 </cell>
10533 </row>
10534 <row>
10535 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10536 \begin_inset Text
10537
10538 \begin_layout Plain Layout
10539
10540 \backslash
10541 overleftrightarrow
10542 \begin_inset ERT
10543 status collapsed
10544
10545 \begin_layout Plain Layout
10546
10547
10548 \backslash
10549 spce 
10550 \end_layout
10551
10552 \end_inset
10553
10554 A=B
10555 \end_layout
10556
10557 \end_inset
10558 </cell>
10559 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10560 \begin_inset Text
10561
10562 \begin_layout Plain Layout
10563 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
10564 \end_inset
10565
10566
10567 \end_layout
10568
10569 \end_inset
10570 </cell>
10571 </row>
10572 <row>
10573 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10574 \begin_inset Text
10575
10576 \begin_layout Plain Layout
10577
10578 \backslash
10579 underleftrightarrow
10580 \begin_inset ERT
10581 status collapsed
10582
10583 \begin_layout Plain Layout
10584
10585
10586 \backslash
10587 spce 
10588 \end_layout
10589
10590 \end_inset
10591
10592 A=B
10593 \end_layout
10594
10595 \end_inset
10596 </cell>
10597 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10598 \begin_inset Text
10599
10600 \begin_layout Plain Layout
10601 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10602 \end_inset
10603
10604
10605 \end_layout
10606
10607 \end_inset
10608 </cell>
10609 </row>
10610 </lyxtabular>
10611
10612 \end_inset
10613
10614
10615 \begin_inset space \hfill{}
10616 \end_inset
10617
10618
10619 \begin_inset Tabular
10620 <lyxtabular version="3" rows="5" columns="2">
10621 <features rotate="0" tabularvalignment="middle">
10622 <column alignment="center" valignment="top" width="0pt">
10623 <column alignment="center" valignment="top" width="0pt">
10624 <row>
10625 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10626 \begin_inset Text
10627
10628 \begin_layout Plain Layout
10629 コマンド
10630 \end_layout
10631
10632 \end_inset
10633 </cell>
10634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10635 \begin_inset Text
10636
10637 \begin_layout Plain Layout
10638 出力
10639 \end_layout
10640
10641 \end_inset
10642 </cell>
10643 </row>
10644 <row>
10645 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10646 \begin_inset Text
10647
10648 \begin_layout Plain Layout
10649
10650 \backslash
10651 overrightarrow
10652 \begin_inset ERT
10653 status collapsed
10654
10655 \begin_layout Plain Layout
10656
10657
10658 \backslash
10659 spce 
10660 \end_layout
10661
10662 \end_inset
10663
10664 A=B
10665 \end_layout
10666
10667 \end_inset
10668 </cell>
10669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10670 \begin_inset Text
10671
10672 \begin_layout Plain Layout
10673 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
10674 \end_inset
10675
10676
10677 \end_layout
10678
10679 \end_inset
10680 </cell>
10681 </row>
10682 <row>
10683 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10684 \begin_inset Text
10685
10686 \begin_layout Plain Layout
10687
10688 \backslash
10689 underrightarrow
10690 \begin_inset ERT
10691 status collapsed
10692
10693 \begin_layout Plain Layout
10694
10695
10696 \backslash
10697 spce 
10698 \end_layout
10699
10700 \end_inset
10701
10702 A=B
10703 \end_layout
10704
10705 \end_inset
10706 </cell>
10707 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10708 \begin_inset Text
10709
10710 \begin_layout Plain Layout
10711 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
10712 \end_inset
10713
10714
10715 \end_layout
10716
10717 \end_inset
10718 </cell>
10719 </row>
10720 <row>
10721 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10722 \begin_inset Text
10723
10724 \begin_layout Plain Layout
10725
10726 \backslash
10727 widetilde
10728 \begin_inset ERT
10729 status collapsed
10730
10731 \begin_layout Plain Layout
10732
10733
10734 \backslash
10735 spce 
10736 \end_layout
10737
10738 \end_inset
10739
10740 A=B
10741 \end_layout
10742
10743 \end_inset
10744 </cell>
10745 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10746 \begin_inset Text
10747
10748 \begin_layout Plain Layout
10749 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
10750 \end_inset
10751
10752
10753 \end_layout
10754
10755 \end_inset
10756 </cell>
10757 </row>
10758 <row>
10759 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10760 \begin_inset Text
10761
10762 \begin_layout Plain Layout
10763
10764 \backslash
10765 widehat
10766 \begin_inset ERT
10767 status collapsed
10768
10769 \begin_layout Plain Layout
10770
10771
10772 \backslash
10773 spce 
10774 \end_layout
10775
10776 \end_inset
10777
10778 A=B
10779 \end_layout
10780
10781 \end_inset
10782 </cell>
10783 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10784 \begin_inset Text
10785
10786 \begin_layout Plain Layout
10787 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
10788 \end_inset
10789
10790
10791 \end_layout
10792
10793 \end_inset
10794 </cell>
10795 </row>
10796 </lyxtabular>
10797
10798 \end_inset
10799
10800
10801 \begin_inset space \hfill{}
10802 \end_inset
10803
10804
10805 \end_layout
10806
10807 \begin_layout Standard
10808 \begin_inset VSpace medskip
10809 \end_inset
10810
10811 これらのコマンドでは、好きなだけ多くの文字にアクセントを付けることができます。しかし、
10812 \series bold
10813
10814 \backslash
10815 widetilde
10816 \series default
10817 および
10818 \series bold
10819
10820 \backslash
10821 widehat
10822 \series default
10823 のアクセントは、以下の例のように、出力では3文字分の長さにしかなりません。
10824 \begin_inset Formula 
10825 \[
10826 \widetilde{A+B=C-D}
10827 \]
10828
10829 \end_inset
10830
10831
10832 \end_layout
10833
10834 \begin_layout Standard
10835 前小節で述べた
10836 \series bold
10837
10838 \backslash
10839 overset
10840 \series default
10841
10842 \begin_inset Index idx
10843 status collapsed
10844
10845 \begin_layout Plain Layout
10846 こまんど@コマンド ! O ! 
10847 \backslash
10848 overset
10849 \end_layout
10850
10851 \end_inset
10852
10853 コマンドと
10854 \series bold
10855
10856 \backslash
10857 underset
10858 \series default
10859
10860 \begin_inset Index idx
10861 status collapsed
10862
10863 \begin_layout Plain Layout
10864 こまんど@コマンド ! U ! 
10865 \backslash
10866 underset
10867 \end_layout
10868
10869 \end_inset
10870
10871 コマンドを使っても、複数の文字にアクセントを付けることができます。
10872 \series bold
10873
10874 \backslash
10875 underset
10876 \begin_inset ERT
10877 status collapsed
10878
10879 \begin_layout Plain Layout
10880
10881
10882 \backslash
10883 spce 
10884 \end_layout
10885
10886 \end_inset
10887
10888 A=B
10889 \begin_inset Formula $\downarrow$
10890 \end_inset
10891
10892 ***
10893 \series default
10894 というコマンドは、
10895 \begin_inset Formula 
10896 \[
10897 \underset{***}{A=B}
10898 \]
10899
10900 \end_inset
10901
10902 のようになります。
10903 \end_layout
10904
10905 \begin_layout Section
10906 空白
10907 \begin_inset CommandInset label
10908 LatexCommand label
10909 name "sub:空白"
10910
10911 \end_inset
10912
10913
10914 \begin_inset Index idx
10915 status collapsed
10916
10917 \begin_layout Plain Layout
10918 くうはく@空白 ! すいへい@水平
10919 \end_layout
10920
10921 \end_inset
10922
10923
10924 \end_layout
10925
10926 \begin_layout Subsection
10927 定義済みの空白
10928 \begin_inset CommandInset label
10929 LatexCommand label
10930 name "sub:定義済みの空白"
10931
10932 \end_inset
10933
10934
10935 \begin_inset Index idx
10936 status collapsed
10937
10938 \begin_layout Plain Layout
10939 くうはく@空白 ! すいへい@水平 ! ていぎずみ@定義済み
10940 \end_layout
10941
10942 \end_inset
10943
10944
10945 \end_layout
10946
10947 \begin_layout Standard
10948 数式に水平方向の空白を挿入することが、必要になることがあります。これは、保護された空白(
10949 \begin_inset Flex Ruby
10950 status collapsed
10951
10952 \begin_layout Plain Layout
10953 捷径
10954 \begin_inset Argument post:1
10955 status collapsed
10956
10957 \begin_layout Plain Layout
10958 ショートカット
10959 \end_layout
10960
10961 \end_inset
10962
10963
10964 \end_layout
10965
10966 \end_inset
10967
10968
10969 \begin_inset Info
10970 type  "shortcut"
10971 arg   "space-insert protected"
10972 \end_inset
10973
10974 )を挿入することで実現できます。「
10975 \color blue
10976
10977 \begin_inset ERT
10978 status collapsed
10979
10980 \begin_layout Plain Layout
10981
10982
10983 \backslash
10984 spce 
10985 \end_layout
10986
10987 \end_inset
10988
10989
10990 \color inherit
10991 」が現れるので、
10992 \family sans
10993 Space
10994 \family default
10995 を何回か押すことによって、8種の異なる長さの空白のうち一つを選択することができます。空白は、数式ツールバーボタンの
10996 \begin_inset Graphics
10997         filename ../../images/math/space.png
10998         scale 85
10999
11000 \end_inset
11001
11002 を押すか、特定のコマンドを入力することで、挿入することができます。挿入したコマンド如何に関わらず、直後に
11003 \family sans
11004 Space
11005 \family default
11006 を押すことによって、長さを変更することができます。
11007 \end_layout
11008
11009 \begin_layout Standard
11010 \noindent
11011 \align center
11012 \begin_inset Tabular
11013 <lyxtabular version="3" rows="3" columns="7">
11014 <features rotate="0" tabularvalignment="middle">
11015 <column alignment="center" valignment="middle" width="6.8cm">
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 <column alignment="center" valignment="top">
11022 <row>
11023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11024 \begin_inset Text
11025
11026 \begin_layout Plain Layout
11027 コマンド
11028 \end_layout
11029
11030 \end_inset
11031 </cell>
11032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11033 \begin_inset Text
11034
11035 \begin_layout Plain Layout
11036
11037 \backslash
11038 ,
11039 \end_layout
11040
11041 \end_inset
11042 </cell>
11043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11044 \begin_inset Text
11045
11046 \begin_layout Plain Layout
11047
11048 \backslash
11049 :
11050 \end_layout
11051
11052 \end_inset
11053 </cell>
11054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11055 \begin_inset Text
11056
11057 \begin_layout Plain Layout
11058
11059 \backslash
11060 ;
11061 \end_layout
11062
11063 \end_inset
11064 </cell>
11065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11066 \begin_inset Text
11067
11068 \begin_layout Plain Layout
11069
11070 \backslash
11071 quad
11072 \end_layout
11073
11074 \end_inset
11075 </cell>
11076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11077 \begin_inset Text
11078
11079 \begin_layout Plain Layout
11080
11081 \backslash
11082 qquad
11083 \end_layout
11084
11085 \end_inset
11086 </cell>
11087 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11088 \begin_inset Text
11089
11090 \begin_layout Plain Layout
11091
11092 \backslash
11093 !
11094 \end_layout
11095
11096 \end_inset
11097 </cell>
11098 </row>
11099 <row>
11100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11101 \begin_inset Text
11102
11103 \begin_layout Plain Layout
11104 保護された空白を挿入したのち、
11105 \family sans
11106 Space
11107 \family default
11108 を叩く回数
11109 \end_layout
11110
11111 \end_inset
11112 </cell>
11113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11114 \begin_inset Text
11115
11116 \begin_layout Plain Layout
11117 0
11118 \end_layout
11119
11120 \end_inset
11121 </cell>
11122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11123 \begin_inset Text
11124
11125 \begin_layout Plain Layout
11126 1
11127 \end_layout
11128
11129 \end_inset
11130 </cell>
11131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11132 \begin_inset Text
11133
11134 \begin_layout Plain Layout
11135 2
11136 \end_layout
11137
11138 \end_inset
11139 </cell>
11140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11141 \begin_inset Text
11142
11143 \begin_layout Plain Layout
11144 3
11145 \end_layout
11146
11147 \end_inset
11148 </cell>
11149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11150 \begin_inset Text
11151
11152 \begin_layout Plain Layout
11153 4
11154 \end_layout
11155
11156 \end_inset
11157 </cell>
11158 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11159 \begin_inset Text
11160
11161 \begin_layout Plain Layout
11162 5
11163 \end_layout
11164
11165 \end_inset
11166 </cell>
11167 </row>
11168 <row>
11169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11170 \begin_inset Text
11171
11172 \begin_layout Plain Layout
11173 出力
11174 \end_layout
11175
11176 \end_inset
11177 </cell>
11178 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11179 \begin_inset Text
11180
11181 \begin_layout Plain Layout
11182 \begin_inset Formula $A\, B$
11183 \end_inset
11184
11185
11186 \end_layout
11187
11188 \end_inset
11189 </cell>
11190 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11191 \begin_inset Text
11192
11193 \begin_layout Plain Layout
11194 \begin_inset Formula $A\: B$
11195 \end_inset
11196
11197
11198 \end_layout
11199
11200 \end_inset
11201 </cell>
11202 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11203 \begin_inset Text
11204
11205 \begin_layout Plain Layout
11206 \begin_inset Formula $A\; B$
11207 \end_inset
11208
11209
11210 \end_layout
11211
11212 \end_inset
11213 </cell>
11214 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11215 \begin_inset Text
11216
11217 \begin_layout Plain Layout
11218 \begin_inset Formula $A\quad B$
11219 \end_inset
11220
11221
11222 \end_layout
11223
11224 \end_inset
11225 </cell>
11226 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11227 \begin_inset Text
11228
11229 \begin_layout Plain Layout
11230 \begin_inset Formula $A\qquad B$
11231 \end_inset
11232
11233
11234 \end_layout
11235
11236 \end_inset
11237 </cell>
11238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11239 \begin_inset Text
11240
11241 \begin_layout Plain Layout
11242 \begin_inset Formula $A\! B$
11243 \end_inset
11244
11245
11246 \end_layout
11247
11248 \end_inset
11249 </cell>
11250 </row>
11251 </lyxtabular>
11252
11253 \end_inset
11254
11255
11256 \end_layout
11257
11258 \begin_layout Standard
11259 一番右の長さは、一見、空白を生まないように見えます。実はこれは負の長さなので、他の長さと異なり、LyX中では赤で表示されます。以下のように、他にもう二つ、負の長
11260 さの空白があります。
11261 \end_layout
11262
11263 \begin_layout Standard
11264 \align center
11265 \begin_inset Tabular
11266 <lyxtabular version="3" rows="3" columns="3">
11267 <features rotate="0" tabularvalignment="middle">
11268 <column alignment="center" valignment="middle" width="6.8cm">
11269 <column alignment="center" valignment="top" width="0pt">
11270 <column alignment="center" valignment="top" width="0pt">
11271 <row>
11272 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11273 \begin_inset Text
11274
11275 \begin_layout Plain Layout
11276 コマンド
11277 \end_layout
11278
11279 \end_inset
11280 </cell>
11281 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11282 \begin_inset Text
11283
11284 \begin_layout Plain Layout
11285
11286 \backslash
11287 negmedspace
11288 \end_layout
11289
11290 \end_inset
11291 </cell>
11292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11293 \begin_inset Text
11294
11295 \begin_layout Plain Layout
11296
11297 \backslash
11298 negthickspace
11299 \end_layout
11300
11301 \end_inset
11302 </cell>
11303 </row>
11304 <row>
11305 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11306 \begin_inset Text
11307
11308 \begin_layout Plain Layout
11309 保護された空白を挿入したのち、
11310 \family sans
11311 Space
11312 \family default
11313 を叩く回数
11314 \end_layout
11315
11316 \end_inset
11317 </cell>
11318 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11319 \begin_inset Text
11320
11321 \begin_layout Plain Layout
11322 6
11323 \end_layout
11324
11325 \end_inset
11326 </cell>
11327 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11328 \begin_inset Text
11329
11330 \begin_layout Plain Layout
11331 7
11332 \end_layout
11333
11334 \end_inset
11335 </cell>
11336 </row>
11337 <row>
11338 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11339 \begin_inset Text
11340
11341 \begin_layout Plain Layout
11342 出力
11343 \end_layout
11344
11345 \end_inset
11346 </cell>
11347 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11348 \begin_inset Text
11349
11350 \begin_layout Plain Layout
11351 \begin_inset Formula $A\negmedspace B$
11352 \end_inset
11353
11354
11355 \end_layout
11356
11357 \end_inset
11358 </cell>
11359 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11360 \begin_inset Text
11361
11362 \begin_layout Plain Layout
11363 \begin_inset Formula $A\negthickspace B$
11364 \end_inset
11365
11366
11367 \end_layout
11368
11369 \end_inset
11370 </cell>
11371 </row>
11372 </lyxtabular>
11373
11374 \end_inset
11375
11376
11377 \end_layout
11378
11379 \begin_layout Standard
11380 負の空白を使うと、文字が重なってしまうことがあります。これを利用して、合字処理を強制することができます。これは、たとえば以下のように、和演算子に使えます。
11381 \end_layout
11382
11383 \begin_layout Standard
11384 \align center
11385 \begin_inset Tabular
11386 <lyxtabular version="3" rows="3" columns="2">
11387 <features rotate="0" tabularvalignment="middle">
11388 <column alignment="center" valignment="top">
11389 <column alignment="center" valignment="top">
11390 <row>
11391 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11392 \begin_inset Text
11393
11394 \begin_layout Plain Layout
11395 コマンド
11396 \end_layout
11397
11398 \end_inset
11399 </cell>
11400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11401 \begin_inset Text
11402
11403 \begin_layout Plain Layout
11404 出力
11405 \begin_inset Note Note
11406 status collapsed
11407
11408 \begin_layout Plain Layout
11409 ここで
11410 \series bold
11411
11412 \backslash
11413 raisebox
11414 \series default
11415 はスペーサーとして使用しているだけです。
11416 \end_layout
11417
11418 \end_inset
11419
11420
11421 \end_layout
11422
11423 \end_inset
11424 </cell>
11425 </row>
11426 <row>
11427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11428 \begin_inset Text
11429
11430 \begin_layout Plain Layout
11431
11432 \backslash
11433 sum
11434 \backslash
11435 sum
11436 \begin_inset ERT
11437 status collapsed
11438
11439 \begin_layout Plain Layout
11440
11441
11442 \backslash
11443 spce 
11444 \end_layout
11445
11446 \end_inset
11447
11448 f_kl
11449 \end_layout
11450
11451 \end_inset
11452 </cell>
11453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11454 \begin_inset Text
11455
11456 \begin_layout Plain Layout
11457 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11458 \end_inset
11459
11460
11461 \end_layout
11462
11463 \end_inset
11464 </cell>
11465 </row>
11466 <row>
11467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11468 \begin_inset Text
11469
11470 \begin_layout Plain Layout
11471
11472 \backslash
11473 sum
11474 \backslash
11475 negmedspace
11476 \backslash
11477 sum
11478 \begin_inset ERT
11479 status collapsed
11480
11481 \begin_layout Plain Layout
11482
11483
11484 \backslash
11485 spce 
11486 \end_layout
11487
11488 \end_inset
11489
11490 f_kl
11491 \end_layout
11492
11493 \end_inset
11494 </cell>
11495 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11496 \begin_inset Text
11497
11498 \begin_layout Plain Layout
11499 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11500 \end_inset
11501
11502
11503 \end_layout
11504
11505 \end_inset
11506 </cell>
11507 </row>
11508 </lyxtabular>
11509
11510 \end_inset
11511
11512
11513 \end_layout
11514
11515 \begin_layout Standard
11516 イコール記号などの関係子は、つねに空白を前後に伴うようになっていますが、これを抑制するには、イコール記号をTeX括弧で囲みます。以下の例にこれを示します。
11517 \end_layout
11518
11519 \begin_layout Standard
11520 \align center
11521 \begin_inset Tabular
11522 <lyxtabular version="3" rows="2" columns="2">
11523 <features rotate="0" tabularvalignment="middle">
11524 <column alignment="center" valignment="top" width="0pt">
11525 <column alignment="center" valignment="top" width="0pt">
11526 <row>
11527 <cell alignment="center" valignment="top" usebox="none">
11528 \begin_inset Text
11529
11530 \begin_layout Plain Layout
11531 通常の数式
11532 \end_layout
11533
11534 \end_inset
11535 </cell>
11536 <cell alignment="center" valignment="top" usebox="none">
11537 \begin_inset Text
11538
11539 \begin_layout Plain Layout
11540 \begin_inset Formula $A=B$
11541 \end_inset
11542
11543
11544 \end_layout
11545
11546 \end_inset
11547 </cell>
11548 </row>
11549 <row>
11550 <cell alignment="center" valignment="top" usebox="none">
11551 \begin_inset Text
11552
11553 \begin_layout Plain Layout
11554 \begin_inset Note Note
11555 status collapsed
11556
11557 \begin_layout Plain Layout
11558 ここで
11559 \series bold
11560
11561 \backslash
11562 raisebox
11563 \series default
11564 はスペーサーとして使用しているだけです。
11565 \end_layout
11566
11567 \end_inset
11568
11569
11570 \begin_inset Formula $\raisebox{5mm}{}$
11571 \end_inset
11572
11573 空白なしの数式
11574 \end_layout
11575
11576 \end_inset
11577 </cell>
11578 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11579 \begin_inset Text
11580
11581 \begin_layout Plain Layout
11582 \begin_inset Formula $A{=}B$
11583 \end_inset
11584
11585
11586 \end_layout
11587
11588 \end_inset
11589 </cell>
11590 </row>
11591 </lyxtabular>
11592
11593 \end_inset
11594
11595
11596 \end_layout
11597
11598 \begin_layout Standard
11599 \noindent
11600 二行目の数式を作るコマンドは、
11601 \series bold
11602 A
11603 \backslash
11604 {=
11605 \begin_inset Formula $\to$
11606 \end_inset
11607
11608 B
11609 \series default
11610 です。
11611 \end_layout
11612
11613 \begin_layout Standard
11614 \begin_inset VSpace bigskip
11615 \end_inset
11616
11617 物理単位には、値と単位のあいだに通常の空白ではなく、最小の空白を入れる必要があるために、それに適した空白が必要です。本文中の単位には、挿入\SpecialChar \menuseparator
11618 整形\SpecialChar \menuseparator
11619 小空白メニュー(
11620 \begin_inset Flex Ruby
11621 status collapsed
11622
11623 \begin_layout Plain Layout
11624 捷径
11625 \begin_inset Argument post:1
11626 status collapsed
11627
11628 \begin_layout Plain Layout
11629 ショートカット
11630 \end_layout
11631
11632 \end_inset
11633
11634
11635 \end_layout
11636
11637 \end_inset
11638
11639
11640 \begin_inset Info
11641 type  "shortcut"
11642 arg   "space-insert thin"
11643 \end_inset
11644
11645 )で、最小の空白を挿入することができます。
11646 \end_layout
11647
11648 \begin_layout Standard
11649 違いを示す例を以下に掲げます。
11650 \end_layout
11651
11652 \begin_layout Standard
11653 \begin_inset Tabular
11654 <lyxtabular version="3" rows="2" columns="2">
11655 <features rotate="0" tabularvalignment="middle">
11656 <column alignment="left" valignment="top">
11657 <column alignment="left" valignment="top">
11658 <row>
11659 <cell alignment="center" valignment="top" usebox="none">
11660 \begin_inset Text
11661
11662 \begin_layout Plain Layout
11663 24 kW
11664 \begin_inset Formula $\cdot$
11665 \end_inset
11666
11667 h
11668 \end_layout
11669
11670 \end_inset
11671 </cell>
11672 <cell alignment="center" valignment="top" usebox="none">
11673 \begin_inset Text
11674
11675 \begin_layout Plain Layout
11676 値と単位のあいだに通常の空白を入れた例
11677 \end_layout
11678
11679 \end_inset
11680 </cell>
11681 </row>
11682 <row>
11683 <cell alignment="center" valignment="top" usebox="none">
11684 \begin_inset Text
11685
11686 \begin_layout Plain Layout
11687 24
11688 \begin_inset space \thinspace{}
11689 \end_inset
11690
11691 kW
11692 \begin_inset Formula $\cdot$
11693 \end_inset
11694
11695 h
11696 \end_layout
11697
11698 \end_inset
11699 </cell>
11700 <cell alignment="center" valignment="top" usebox="none">
11701 \begin_inset Text
11702
11703 \begin_layout Plain Layout
11704 値と単位のあいだに最小の空白を入れた例
11705 \end_layout
11706
11707 \end_inset
11708 </cell>
11709 </row>
11710 </lyxtabular>
11711
11712 \end_inset
11713
11714
11715 \end_layout
11716
11717 \begin_layout Subsection
11718 可変長の空白
11719 \begin_inset ERT
11720 status collapsed
11721
11722 \begin_layout Plain Layout
11723
11724
11725 \backslash
11726 texorpdfstring{
11727 \end_layout
11728
11729 \end_inset
11730
11731
11732 \begin_inset Foot
11733 status collapsed
11734
11735 \begin_layout Plain Layout
11736 数式中の垂直方向の空白については、第
11737 \begin_inset CommandInset ref
11738 LatexCommand ref
11739 reference "sub:行間"
11740
11741 \end_inset
11742
11743 節をご覧下さい。
11744 \end_layout
11745
11746 \end_inset
11747
11748
11749 \begin_inset ERT
11750 status collapsed
11751
11752 \begin_layout Plain Layout
11753
11754 }{}
11755 \end_layout
11756
11757 \end_inset
11758
11759
11760 \begin_inset Note Note
11761 status collapsed
11762
11763 \begin_layout Plain Layout
11764
11765 \backslash
11766 texorpdfstringは、PDFのしおりに脚注が現れるのを防ぐために使われています。
11767 \end_layout
11768
11769 \begin_layout Plain Layout
11770
11771 \backslash
11772 texorpdfstringについての詳細は、第
11773 \begin_inset CommandInset ref
11774 LatexCommand ref
11775 reference "sub:節見出し中の数式"
11776
11777 \end_inset
11778
11779 節にあります。
11780 \end_layout
11781
11782 \end_inset
11783
11784
11785 \begin_inset CommandInset label
11786 LatexCommand label
11787 name "sub:可変長の空白"
11788
11789 \end_inset
11790
11791
11792 \begin_inset Index idx
11793 status collapsed
11794
11795 \begin_layout Plain Layout
11796 くうはく@空白 ! すいへいほうこう@水平方向 ! かへんちょう@可変長
11797 \end_layout
11798
11799 \end_inset
11800
11801
11802 \end_layout
11803
11804 \begin_layout Standard
11805 指定した長さの空白が、
11806 \series bold
11807
11808 \backslash
11809 hspace
11810 \series default
11811
11812 \begin_inset Index idx
11813 status collapsed
11814
11815 \begin_layout Plain Layout
11816 こまんど@コマンド ! H ! 
11817 \backslash
11818 hspace
11819 \end_layout
11820
11821 \end_inset
11822
11823 コマンドで入力することができます。すると、ながい「
11824 \color blue
11825
11826 \begin_inset ERT
11827 status collapsed
11828
11829 \begin_layout Plain Layout
11830
11831
11832 \backslash
11833 spce 
11834 \end_layout
11835
11836 \end_inset
11837
11838
11839 \color inherit
11840 」が現れます。長さは、「
11841 \color blue
11842
11843 \begin_inset ERT
11844 status collapsed
11845
11846 \begin_layout Plain Layout
11847
11848
11849 \backslash
11850 spce 
11851 \end_layout
11852
11853 \end_inset
11854
11855
11856 \color inherit
11857 」を左クリックすることによって指定することができます。長さは負の値でも構いません。数式が使用できる空白をすべて使い尽くすだけの空白を挿入するには、
11858 \series bold
11859
11860 \backslash
11861 hfill
11862 \series default
11863
11864 \begin_inset Index idx
11865 status collapsed
11866
11867 \begin_layout Plain Layout
11868 こまんど@コマンド ! H ! 
11869 \backslash
11870 hfill
11871 \end_layout
11872
11873 \end_inset
11874
11875 コマンドを使用します。
11876 \end_layout
11877
11878 \begin_layout Standard
11879 \begin_inset VSpace -1mm
11880 \end_inset
11881
11882
11883 \end_layout
11884
11885 \begin_layout Standard
11886 \align center
11887 \begin_inset Tabular
11888 <lyxtabular version="3" rows="4" columns="2">
11889 <features rotate="0" tabularvalignment="middle">
11890 <column alignment="center" valignment="top">
11891 <column alignment="center" valignment="top">
11892 <row>
11893 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11894 \begin_inset Text
11895
11896 \begin_layout Plain Layout
11897 コマンド(
11898 \backslash
11899 hspace 長さ)
11900 \end_layout
11901
11902 \end_inset
11903 </cell>
11904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11905 \begin_inset Text
11906
11907 \begin_layout Plain Layout
11908 出力
11909 \end_layout
11910
11911 \end_inset
11912 </cell>
11913 </row>
11914 <row>
11915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11916 \begin_inset Text
11917
11918 \begin_layout Plain Layout
11919 A=B
11920 \backslash
11921 hspace
11922 \begin_inset ERT
11923 status collapsed
11924
11925 \begin_layout Plain Layout
11926
11927
11928 \backslash
11929 spce 
11930 \end_layout
11931
11932 \end_inset
11933
11934
11935 \begin_inset Formula $\to$
11936 \end_inset
11937
11938 A
11939 \backslash
11940 not=C (3
11941 \begin_inset space \thinspace{}
11942 \end_inset
11943
11944 cm)
11945 \end_layout
11946
11947 \end_inset
11948 </cell>
11949 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11950 \begin_inset Text
11951
11952 \begin_layout Plain Layout
11953 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
11954 \end_inset
11955
11956
11957 \end_layout
11958
11959 \end_inset
11960 </cell>
11961 </row>
11962 <row>
11963 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11964 \begin_inset Text
11965
11966 \begin_layout Plain Layout
11967 A
11968 \backslash
11969 hspace
11970 \begin_inset ERT
11971 status collapsed
11972
11973 \begin_layout Plain Layout
11974
11975
11976 \backslash
11977 spce 
11978 \end_layout
11979
11980 \end_inset
11981
11982
11983 \begin_inset Formula $\to$
11984 \end_inset
11985
11986 A
11987 \backslash
11988 not=A (-1
11989 \begin_inset space \thinspace{}
11990 \end_inset
11991
11992 mm)
11993 \end_layout
11994
11995 \end_inset
11996 </cell>
11997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11998 \begin_inset Text
11999
12000 \begin_layout Plain Layout
12001 \begin_inset Formula $A\hspace{-1mm}A\not=A$
12002 \end_inset
12003
12004
12005 \end_layout
12006
12007 \end_inset
12008 </cell>
12009 </row>
12010 <row>
12011 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12012 \begin_inset Text
12013
12014 \begin_layout Plain Layout
12015 A=A
12016 \backslash
12017 hfill
12018 \begin_inset ERT
12019 status collapsed
12020
12021 \begin_layout Plain Layout
12022
12023
12024 \backslash
12025 spce 
12026 \end_layout
12027
12028 \end_inset
12029
12030 B=B
12031 \end_layout
12032
12033 \end_inset
12034 </cell>
12035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12036 \begin_inset Text
12037
12038 \begin_layout Plain Layout
12039 \begin_inset Formula $A=A\hfill B=B$
12040 \end_inset
12041
12042
12043 \end_layout
12044
12045 \end_inset
12046 </cell>
12047 </row>
12048 </lyxtabular>
12049
12050 \end_inset
12051
12052
12053 \end_layout
12054
12055 \begin_layout Standard
12056 上記の最後の例では、使用できる空白は、表の列中もっとも長い要素によって規定されます。行内数式では、空白は、
12057 \series bold
12058
12059 \backslash
12060 hfill
12061 \series default
12062 が挿入された行の長さに依存します。つまり、その行が全幅を使用している場合、空白はまったく作られません。また
12063 \series bold
12064
12065 \backslash
12066 hfill
12067 \series default
12068 は、別行立て数式中では、
12069 \series bold
12070 行頭下げ
12071 \series default
12072 数式スタイルが使われているときのみ、意味を持ちます(数式スタイルは第
12073 \begin_inset CommandInset ref
12074 LatexCommand ref
12075 reference "sec:数式様式"
12076
12077 \end_inset
12078
12079 節で説明されています)。
12080 \end_layout
12081
12082 \begin_layout Standard
12083
12084 \series bold
12085
12086 \backslash
12087 hfill
12088 \series default
12089 の他にも、空白を模様で埋める
12090 \series bold
12091
12092 \backslash
12093 dotfill
12094 \series default
12095
12096 \series bold
12097
12098 \backslash
12099 hrulefill
12100 \series default
12101 といったコマンドがあります。用例については第
12102 \begin_inset CommandInset ref
12103 LatexCommand ref
12104 reference "sub:省略符号"
12105
12106 \end_inset
12107
12108 節をご参照下さい。
12109 \end_layout
12110
12111 \begin_layout Standard
12112 本文中では、可変長空白は、
12113 \family sans
12114 挿入\SpecialChar \menuseparator
12115 整形\SpecialChar \menuseparator
12116 水平方向の空白
12117 \family default
12118 メニューで挿入することができます。
12119 \end_layout
12120
12121 \begin_layout Standard
12122 (例)
12123 \end_layout
12124
12125 \begin_layout Standard
12126 この行には、
12127 \begin_inset space \hspace{}
12128 \length 2cm
12129 \end_inset
12130
12131 2
12132 \begin_inset space \thinspace{}
12133 \end_inset
12134
12135 cmの空白が入っています。
12136 \end_layout
12137
12138 \begin_layout Standard
12139 この行には、
12140 \begin_inset space \hfill{}
12141 \end_inset
12142
12143 最大の空白が入っています。
12144 \end_layout
12145
12146 \begin_layout Subsection
12147 行内数式周りの空白
12148 \begin_inset Index idx
12149 status collapsed
12150
12151 \begin_layout Plain Layout
12152 くうはく@空白 ! ぎょうないすうしきまわり@行内数式周り
12153 \end_layout
12154
12155 \end_inset
12156
12157
12158 \end_layout
12159
12160 \begin_layout Standard
12161 行内数式前後の空白は、長さ
12162 \series bold
12163
12164 \backslash
12165 mathsurround
12166 \begin_inset Index idx
12167 status collapsed
12168
12169 \begin_layout Plain Layout
12170 こまんど@コマンド ! M ! 
12171 \backslash
12172 mathsurround
12173 \end_layout
12174
12175 \end_inset
12176
12177
12178 \series default
12179 を使って調節することができます。長さの値は、以下の書式を持つ
12180 \series bold
12181
12182 \backslash
12183 setlength
12184 \begin_inset Index idx
12185 status collapsed
12186
12187 \begin_layout Plain Layout
12188 こまんど@コマンド ! S ! 
12189 \backslash
12190 setlength
12191 \end_layout
12192
12193 \end_inset
12194
12195
12196 \series default
12197 コマンドを使って設定することができます。
12198 \end_layout
12199
12200 \begin_layout Standard
12201
12202 \series bold
12203
12204 \backslash
12205 setlength{長さ名}{値}
12206 \end_layout
12207
12208 \begin_layout Standard
12209
12210 \series bold
12211
12212 \backslash
12213 mathsurround
12214 \series default
12215 を5
12216 \begin_inset space \thinspace{}
12217 \end_inset
12218
12219 mmの値に設定するには、以下のコマンド
12220 \end_layout
12221
12222 \begin_layout Standard
12223
12224 \series bold
12225
12226 \backslash
12227 setlength{
12228 \backslash
12229 mathsurround}{5mm}
12230 \end_layout
12231
12232 \begin_layout Standard
12233 をTeXモードで挿入します。すると、5
12234 \begin_inset space \thinspace{}
12235 \end_inset
12236
12237 mmの空白がすべての行内数式の前後に設定されることになります。
12238 \begin_inset ERT
12239 status collapsed
12240
12241 \begin_layout Plain Layout
12242
12243
12244 \backslash
12245 setlength{
12246 \backslash
12247 mathsurround}{5mm}
12248 \end_layout
12249
12250 \end_inset
12251
12252
12253 \end_layout
12254
12255 \begin_layout Standard
12256 この行には、周囲に5
12257 \begin_inset space \thinspace{}
12258 \end_inset
12259
12260 mmの余白を設定した行内数式
12261 \begin_inset Formula $A=B$
12262 \end_inset
12263
12264 があります。
12265 \begin_inset ERT
12266 status collapsed
12267
12268 \begin_layout Plain Layout
12269
12270
12271 \backslash
12272 setlength{
12273 \backslash
12274 mathsurround}{0pt}
12275 \end_layout
12276
12277 \end_inset
12278
12279
12280 \end_layout
12281
12282 \begin_layout Standard
12283 既定値に戻すには、
12284 \series bold
12285
12286 \backslash
12287 mathsurround
12288 \series default
12289 を0
12290 \begin_inset space \thinspace{}
12291 \end_inset
12292
12293 ptの値に戻して下さい。
12294 \end_layout
12295
12296 \begin_layout Section
12297 ボックスと枠
12298 \begin_inset Index idx
12299 status collapsed
12300
12301 \begin_layout Plain Layout
12302 ぼっくす@ボックス
12303 \end_layout
12304
12305 \end_inset
12306
12307
12308 \begin_inset Index idx
12309 status collapsed
12310
12311 \begin_layout Plain Layout
12312 わく@枠 | see
12313 \begin_inset ERT
12314 status collapsed
12315
12316 \begin_layout Plain Layout
12317
12318 {
12319 \end_layout
12320
12321 \end_inset
12322
12323 ボックス
12324 \begin_inset ERT
12325 status collapsed
12326
12327 \begin_layout Plain Layout
12328
12329 }
12330 \end_layout
12331
12332 \end_inset
12333
12334
12335 \end_layout
12336
12337 \end_inset
12338
12339
12340 \end_layout
12341
12342 \begin_layout Standard
12343 本文中のボックスについては、取扱説明書
12344 \family typewriter
12345 埋め込みオブジェクト篇
12346 \family default
12347
12348 \family typewriter
12349 Boxes
12350 \family default
12351 の章に述べられています。
12352 \end_layout
12353
12354 \begin_layout Subsection
12355 縁付きボックス
12356 \begin_inset CommandInset label
12357 LatexCommand label
12358 name "sub:縁付きボックス"
12359
12360 \end_inset
12361
12362
12363 \begin_inset Index idx
12364 status collapsed
12365
12366 \begin_layout Plain Layout
12367 ぼっくす@ボックス ! ふちつき@縁付き
12368 \end_layout
12369
12370 \end_inset
12371
12372
12373 \end_layout
12374
12375 \begin_layout Standard
12376
12377 \series bold
12378
12379 \backslash
12380 fbox
12381 \series default
12382
12383 \begin_inset Index idx
12384 status collapsed
12385
12386 \begin_layout Plain Layout
12387 こまんど@コマンド ! F ! 
12388 \backslash
12389 fbox
12390 \end_layout
12391
12392 \end_inset
12393
12394 コマンドや
12395 \series bold
12396
12397 \backslash
12398 boxed
12399 \series default
12400
12401 \begin_inset Index idx
12402 status collapsed
12403
12404 \begin_layout Plain Layout
12405 こまんど@コマンド ! B ! 
12406 \backslash
12407 boxed
12408 \end_layout
12409
12410 \end_inset
12411
12412 コマンドを使えば、数式やその一部を枠の中に入れることができます。
12413 \end_layout
12414
12415 \begin_layout Standard
12416 どちらかのコマンドを数式に挿入すると、枠の中に青枠が現れ、数式の断片を入れることができます。
12417 \series bold
12418
12419 \backslash
12420 fbox
12421 \series default
12422 の場合には、そのままではボックスの中身が数式テキストとして取り扱われてしまうので、
12423 \family sans
12424 Ctrl+M
12425 \family default
12426 を使って、このボックスの中にもう一度数式を作らなくてはなりません。
12427 \series bold
12428
12429 \backslash
12430 boxed
12431 \series default
12432 を使った場合には、新しい数式が自動的に枠内に作られます。
12433 \end_layout
12434
12435 \begin_layout Standard
12436
12437 \series bold
12438
12439 \backslash
12440 fbox
12441 \series default
12442 コマンドは、数式がつねに本文の大きさに設定されてしまうので、別行立て数式に枠を付けるのには適していません。逆に
12443 \series bold
12444
12445 \backslash
12446 boxed
12447 \series default
12448 は、数式がつねに別行立て数式の大きさに設定されてしまうので、行内数式に枠をつけるのには適していません。
12449 \end_layout
12450
12451 \begin_layout Standard
12452
12453 \series bold
12454
12455 \backslash
12456 fbox
12457 \series default
12458 の拡張として、枠幅と配置も指定することができる
12459 \series bold
12460
12461 \backslash
12462 framebox
12463 \series default
12464
12465 \begin_inset Index idx
12466 status collapsed
12467
12468 \begin_layout Plain Layout
12469 こまんど@コマンド ! F ! 
12470 \backslash
12471 framebox
12472 \end_layout
12473
12474 \end_inset
12475
12476 コマンドがあります。
12477 \series bold
12478
12479 \backslash
12480 framebox
12481 \series default
12482 は、以下の書式を持ちます。
12483 \end_layout
12484
12485 \begin_layout Standard
12486
12487 \series bold
12488
12489 \backslash
12490 framebox[枠幅][位置]{ボックスの内容}
12491 \end_layout
12492
12493 \begin_layout Standard
12494 「位置」は、
12495 \emph on
12496 l
12497 \emph default
12498
12499 \emph on
12500 r
12501 \emph default
12502 の値をとります。
12503 \emph on
12504 l
12505 \emph default
12506 は、ボックス中で数式を左寄せ、
12507 \emph on
12508 r
12509 \emph default
12510 は右寄せにします。位置を指定しない時には、数式は中央揃えになります。
12511 \begin_inset Newline newline
12512 \end_inset
12513
12514 「枠幅」を指定しない時には、位置を指定することができません。この場合には、
12515 \series bold
12516
12517 \backslash
12518 fbox
12519 \series default
12520 と同様、枠幅がボックスの内容に応じて調節されるのです。
12521 \end_layout
12522
12523 \begin_layout Standard
12524
12525 \series bold
12526
12527 \backslash
12528 framebox
12529 \series default
12530 コマンドを挿入すると、三つの青枠を含むボックスが現れます。最初の二つの枠は括弧で囲まれており、二つとも非必須の変数であることを意味します。三つ目の枠は、
12531 \series bold
12532
12533 \backslash
12534 fbox
12535 \series default
12536 同様、数式の断片を入れるためのものです。
12537 \end_layout
12538
12539 \begin_layout Standard
12540 \align center
12541 \begin_inset Tabular
12542 <lyxtabular version="3" rows="5" columns="2">
12543 <features rotate="0" tabularvalignment="middle">
12544 <column alignment="center" valignment="top">
12545 <column alignment="center" valignment="top">
12546 <row>
12547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12548 \begin_inset Text
12549
12550 \begin_layout Plain Layout
12551 コマンド
12552 \end_layout
12553
12554 \end_inset
12555 </cell>
12556 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12557 \begin_inset Text
12558
12559 \begin_layout Plain Layout
12560 出力
12561 \begin_inset Note Note
12562 status collapsed
12563
12564 \begin_layout Plain Layout
12565 ここで
12566 \series bold
12567
12568 \backslash
12569 raisebox
12570 \series default
12571 はスペーサーとして使用しているだけです。
12572 \end_layout
12573
12574 \end_inset
12575
12576
12577 \end_layout
12578
12579 \end_inset
12580 </cell>
12581 </row>
12582 <row>
12583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12584 \begin_inset Text
12585
12586 \begin_layout Plain Layout
12587
12588 \backslash
12589 fbox
12590 \begin_inset ERT
12591 status collapsed
12592
12593 \begin_layout Plain Layout
12594
12595
12596 \backslash
12597 spce 
12598 \end_layout
12599
12600 \end_inset
12601
12602
12603 \family sans
12604 Ctrl+M
12605 \family default
12606  
12607 \backslash
12608 int
12609 \begin_inset ERT
12610 status collapsed
12611
12612 \begin_layout Plain Layout
12613
12614
12615 \backslash
12616 spce 
12617 \end_layout
12618
12619 \end_inset
12620
12621 A=B
12622 \end_layout
12623
12624 \end_inset
12625 </cell>
12626 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12627 \begin_inset Text
12628
12629 \begin_layout Plain Layout
12630 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
12631 \end_inset
12632
12633
12634 \end_layout
12635
12636 \end_inset
12637 </cell>
12638 </row>
12639 <row>
12640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12641 \begin_inset Text
12642
12643 \begin_layout Plain Layout
12644
12645 \backslash
12646 boxed
12647 \begin_inset ERT
12648 status collapsed
12649
12650 \begin_layout Plain Layout
12651
12652
12653 \backslash
12654 spce 
12655 \end_layout
12656
12657 \end_inset
12658
12659
12660 \backslash
12661 int
12662 \begin_inset ERT
12663 status collapsed
12664
12665 \begin_layout Plain Layout
12666
12667
12668 \backslash
12669 spce 
12670 \end_layout
12671
12672 \end_inset
12673
12674 A=B
12675 \end_layout
12676
12677 \end_inset
12678 </cell>
12679 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12680 \begin_inset Text
12681
12682 \begin_layout Plain Layout
12683 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
12684 \end_inset
12685
12686
12687 \end_layout
12688
12689 \end_inset
12690 </cell>
12691 </row>
12692 <row>
12693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12694 \begin_inset Text
12695
12696 \begin_layout Plain Layout
12697 A+
12698 \backslash
12699 fbox
12700 \begin_inset ERT
12701 status collapsed
12702
12703 \begin_layout Plain Layout
12704
12705
12706 \backslash
12707 spce 
12708 \end_layout
12709
12710 \end_inset
12711
12712 B
12713 \end_layout
12714
12715 \end_inset
12716 </cell>
12717 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12718 \begin_inset Text
12719
12720 \begin_layout Plain Layout
12721 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
12722 \end_inset
12723
12724
12725 \end_layout
12726
12727 \end_inset
12728 </cell>
12729 </row>
12730 <row>
12731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12732 \begin_inset Text
12733
12734 \begin_layout Plain Layout
12735
12736 \backslash
12737 framebox
12738 \begin_inset ERT
12739 status collapsed
12740
12741 \begin_layout Plain Layout
12742
12743
12744 \backslash
12745 spce 
12746 \end_layout
12747
12748 \end_inset
12749
12750 20mm
12751 \begin_inset Formula $\to$
12752 \end_inset
12753
12754
12755 \begin_inset Formula $\to$
12756 \end_inset
12757
12758
12759 \family sans
12760 Ctrl+M
12761 \family default
12762  
12763 \backslash
12764 frac
12765 \begin_inset ERT
12766 status collapsed
12767
12768 \begin_layout Plain Layout
12769
12770
12771 \backslash
12772 spce 
12773 \end_layout
12774
12775 \end_inset
12776
12777 A
12778 \begin_inset Formula $\downarrow$
12779 \end_inset
12780
12781 B
12782 \end_layout
12783
12784 \end_inset
12785 </cell>
12786 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12787 \begin_inset Text
12788
12789 \begin_layout Plain Layout
12790 \begin_inset Formula $\raisebox{6mm}{}$
12791 \end_inset
12792
12793
12794 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
12795 \end_inset
12796
12797
12798 \begin_inset Formula $\raisebox{-4mm}{}$
12799 \end_inset
12800
12801
12802 \end_layout
12803
12804 \end_inset
12805 </cell>
12806 </row>
12807 </lyxtabular>
12808
12809 \end_inset
12810
12811
12812 \end_layout
12813
12814 \begin_layout Standard
12815 枠の厚みも調節可能です。そのためには、以下のコマンドを数式の前にTeXモードで挿入しなくてはなりません。
12816 \end_layout
12817
12818 \begin_layout Standard
12819
12820 \series bold
12821
12822 \backslash
12823 fboxrule
12824 \series default
12825  
12826 \series bold
12827
12828 \begin_inset Quotes eld
12829 \end_inset
12830
12831 厚み
12832 \begin_inset Quotes erd
12833 \end_inset
12834
12835
12836 \series default
12837  
12838 \series bold
12839
12840 \backslash
12841 fboxsep
12842 \series default
12843  
12844 \series bold
12845
12846 \begin_inset Quotes eld
12847 \end_inset
12848
12849 距離
12850 \begin_inset Quotes erd
12851 \end_inset
12852
12853
12854 \end_layout
12855
12856 \begin_layout Standard
12857 \begin_inset Quotes eld
12858 \end_inset
12859
12860 距離
12861 \begin_inset Quotes erd
12862 \end_inset
12863
12864 は、枠とボックス内の一文字目との間の距離を示します。これを使った例として、以下の枠付き数式をご覧下さい。
12865 \begin_inset ERT
12866 status collapsed
12867
12868 \begin_layout Plain Layout
12869
12870
12871 \backslash
12872 fboxrule 2mm 
12873 \backslash
12874 fboxsep 3mm
12875 \end_layout
12876
12877 \end_inset
12878
12879
12880 \begin_inset Formula 
12881 \[
12882 \boxed{A+B=C}
12883 \]
12884
12885 \end_inset
12886
12887 この数式の直前には、
12888 \end_layout
12889
12890 \begin_layout Standard
12891
12892 \series bold
12893
12894 \backslash
12895 fboxrule
12896 \series default
12897  
12898 \series bold
12899 2mm
12900 \series default
12901  
12902 \series bold
12903
12904 \backslash
12905 fboxsep
12906 \series default
12907  
12908 \series bold
12909 3mm
12910 \end_layout
12911
12912 \begin_layout Standard
12913 というコマンドが、TeXモードで挿入されています。ここで与えられた値は、以後のすべてのボックスに適用されます。
12914 \end_layout
12915
12916 \begin_layout Standard
12917 標準の枠寸法に戻すには、
12918 \end_layout
12919
12920 \begin_layout Standard
12921
12922 \series bold
12923
12924 \backslash
12925 fboxrule
12926 \series default
12927  
12928 \series bold
12929 0.4pt
12930 \series default
12931  
12932 \series bold
12933
12934 \backslash
12935 fboxsep
12936 \series default
12937  
12938 \series bold
12939 3pt
12940 \series default
12941
12942 \begin_inset ERT
12943 status collapsed
12944
12945 \begin_layout Plain Layout
12946
12947
12948 \backslash
12949 fboxrule 0.4pt 
12950 \backslash
12951 fboxsep 3pt
12952 \end_layout
12953
12954 \end_inset
12955
12956
12957 \end_layout
12958
12959 \begin_layout Standard
12960 というコマンドを、次の数式が始まる前にTeXモードで挿入しておきます。
12961 \end_layout
12962
12963 \begin_layout Subsection
12964 縁なしボックス
12965 \begin_inset CommandInset label
12966 LatexCommand label
12967 name "sub:枠なしボックス"
12968
12969 \end_inset
12970
12971
12972 \begin_inset Index idx
12973 status collapsed
12974
12975 \begin_layout Plain Layout
12976 ぼっくす@ボックス ! わくなし@枠なし
12977 \end_layout
12978
12979 \end_inset
12980
12981
12982 \end_layout
12983
12984 \begin_layout Standard
12985 縁のないボックスを作るには、
12986 \series bold
12987
12988 \backslash
12989 mbox
12990 \series default
12991
12992 \begin_inset Index idx
12993 status collapsed
12994
12995 \begin_layout Plain Layout
12996 こまんど@コマンド ! M ! 
12997 \backslash
12998 mbox
12999 \end_layout
13000
13001 \end_inset
13002
13003
13004 \series bold
13005
13006 \backslash
13007 makebox
13008 \series default
13009
13010 \begin_inset Index idx
13011 status collapsed
13012
13013 \begin_layout Plain Layout
13014 こまんど@コマンド ! M ! 
13015 \backslash
13016 makebox
13017 \end_layout
13018
13019 \end_inset
13020
13021
13022 \series bold
13023
13024 \backslash
13025 raisebox
13026 \series default
13027
13028 \begin_inset Index idx
13029 status collapsed
13030
13031 \begin_layout Plain Layout
13032 こまんど@コマンド ! R ! 
13033 \backslash
13034 raisebox
13035 \end_layout
13036
13037 \end_inset
13038
13039 の三つのコマンドがあります。
13040 \end_layout
13041
13042 \begin_layout Standard
13043
13044 \series bold
13045
13046 \backslash
13047 raisebox
13048 \series default
13049 を使うと、ボックスを上付きにしたり下付きにしたりすることができます。しかし、通常の上付き文字・下付き文字とは違い、ボックス内の文字寸法はそのまま保たれます。
13050 \series bold
13051
13052 \backslash
13053 raisebox
13054 \series default
13055 は、以下の書式で用いられます。
13056 \end_layout
13057
13058 \begin_layout Standard
13059
13060 \series bold
13061
13062 \backslash
13063 raisebox{高さ}{ボックスの内容}
13064 \end_layout
13065
13066 \begin_layout Standard
13067
13068 \series bold
13069
13070 \backslash
13071 fbox
13072 \series default
13073 と同様、ボックスに数式を入れる際には、明示的に数式として入れる必要があります。
13074 \begin_inset Note Greyedout
13075 status open
13076
13077 \begin_layout Plain Layout
13078
13079 \series bold
13080 【註】
13081 \series default
13082 下の最後の
13083 \series bold
13084
13085 \backslash
13086 raisebox
13087 \series default
13088 のところで、
13089 \family sans
13090 Ctrl+M
13091 \family default
13092 を一回でなく二回押すことによって、もう一段数式をいれています。これは、LyXが
13093 \series bold
13094
13095 \backslash
13096 raisebox
13097 \series default
13098 を直接サポートしていないためです。
13099 \end_layout
13100
13101 \end_inset
13102
13103
13104 \end_layout
13105
13106 \begin_layout Standard
13107 \align center
13108 \begin_inset Tabular
13109 <lyxtabular version="3" rows="4" columns="2">
13110 <features rotate="0" tabularvalignment="middle">
13111 <column alignment="center" valignment="top">
13112 <column alignment="center" valignment="top">
13113 <row>
13114 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13115 \begin_inset Text
13116
13117 \begin_layout Plain Layout
13118 コマンド
13119 \end_layout
13120
13121 \end_inset
13122 </cell>
13123 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13124 \begin_inset Text
13125
13126 \begin_layout Plain Layout
13127 出力
13128 \end_layout
13129
13130 \end_inset
13131 </cell>
13132 </row>
13133 <row>
13134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13135 \begin_inset Text
13136
13137 \begin_layout Plain Layout
13138 H
13139 \backslash
13140 raisebox{2mm
13141 \begin_inset Formula $\to$
13142 \end_inset
13143
13144
13145 \backslash
13146 {al
13147 \begin_inset Formula $\to$
13148 \end_inset
13149
13150  lo
13151 \end_layout
13152
13153 \end_inset
13154 </cell>
13155 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13156 \begin_inset Text
13157
13158 \begin_layout Plain Layout
13159 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13160 \end_inset
13161
13162
13163 \end_layout
13164
13165 \end_inset
13166 </cell>
13167 </row>
13168 <row>
13169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13170 \begin_inset Text
13171
13172 \begin_layout Plain Layout
13173 H
13174 \backslash
13175 raisebox{-2mm
13176 \begin_inset Formula $\to$
13177 \end_inset
13178
13179
13180 \backslash
13181 {al
13182 \begin_inset Formula $\to$
13183 \end_inset
13184
13185 lo
13186 \end_layout
13187
13188 \end_inset
13189 </cell>
13190 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13191 \begin_inset Text
13192
13193 \begin_layout Plain Layout
13194 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13195 \end_inset
13196
13197
13198 \end_layout
13199
13200 \end_inset
13201 </cell>
13202 </row>
13203 <row>
13204 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13205 \begin_inset Text
13206
13207 \begin_layout Plain Layout
13208 A=
13209 \backslash
13210 raisebox{-2mm
13211 \begin_inset Formula $\to$
13212 \end_inset
13213
13214
13215 \backslash
13216 {
13217 \family sans
13218 Ctrl+M Ctrl+M
13219 \family default
13220  
13221 \backslash
13222 sqrt
13223 \begin_inset ERT
13224 status collapsed
13225
13226 \begin_layout Plain Layout
13227
13228
13229 \backslash
13230 spce 
13231 \end_layout
13232
13233 \end_inset
13234
13235
13236 \end_layout
13237
13238 \end_inset
13239 </cell>
13240 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13241 \begin_inset Text
13242
13243 \begin_layout Plain Layout
13244 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
13245 \end_inset
13246
13247
13248 \end_layout
13249
13250 \end_inset
13251 </cell>
13252 </row>
13253 </lyxtabular>
13254
13255 \end_inset
13256
13257
13258 \end_layout
13259
13260 \begin_layout Standard
13261 縁がないことを除けば、
13262 \series bold
13263
13264 \backslash
13265 mbox
13266 \series default
13267 コマンドは
13268 \series bold
13269
13270 \backslash
13271 fbox
13272 \series default
13273 と同じであり、
13274 \series bold
13275
13276 \backslash
13277 makebox
13278 \series default
13279
13280 \series bold
13281
13282 \backslash
13283 framebox
13284 \series default
13285 と同じです。
13286 \end_layout
13287
13288 \begin_layout Subsection
13289 色付きボックス
13290 \begin_inset CommandInset label
13291 LatexCommand label
13292 name "sub:色付きボックス"
13293
13294 \end_inset
13295
13296
13297 \begin_inset Index idx
13298 status collapsed
13299
13300 \begin_layout Plain Layout
13301 ぼっくす@ボックス ! いろつき@色付き
13302 \end_layout
13303
13304 \end_inset
13305
13306
13307 \end_layout
13308
13309 \begin_layout Standard
13310 本節で説明されているコマンドをすべて使えるようにするためには、LaTeXプリアンブルに
13311 \end_layout
13312
13313 \begin_layout Standard
13314
13315 \series bold
13316
13317 \backslash
13318 usepackage{color}
13319 \end_layout
13320
13321 \begin_layout Standard
13322 という行
13323 \begin_inset Foot
13324 status collapsed
13325
13326 \begin_layout Plain Layout
13327 定義済みの色を使って、文書中のどこかで文章に色を付けてある場合、LyXは、自動的にLaTeXパッケージ
13328 \series bold
13329 color
13330 \series default
13331 を読み込みます。したがって、本パッケージが二度読み込まれる可能性があるわけですが、そうなったとしても問題は生じません。
13332 \end_layout
13333
13334 \end_inset
13335
13336
13337 \begin_inset Note Note
13338 status collapsed
13339
13340 \begin_layout Plain Layout
13341 本パッケージが二度読み込まれることを防ぐために、LaTeXプリアンブルにマクロを挿入してあります。
13342 \end_layout
13343
13344 \end_inset
13345
13346 を書き加えて、LaTeXパッケージの
13347 \series bold
13348 color
13349 \series default
13350
13351 \begin_inset Foot
13352 status collapsed
13353
13354 \begin_layout Plain Layout
13355 LaTeXパッケージ
13356 \series bold
13357 color
13358 \series default
13359 は、すべての標準的なLaTeX頒布版に含まれています。
13360 \end_layout
13361
13362 \end_inset
13363
13364
13365 \begin_inset Index idx
13366 status collapsed
13367
13368 \begin_layout Plain Layout
13369 ぱっけーじ@パッケージ ! color
13370 \end_layout
13371
13372 \end_inset
13373
13374 を読み込む必要があります。
13375 \end_layout
13376
13377 \begin_layout Standard
13378 \begin_inset VSpace medskip
13379 \end_inset
13380
13381 ボックスに色を付けるには、
13382 \series bold
13383
13384 \backslash
13385 colorbox
13386 \series default
13387
13388 \begin_inset Index idx
13389 status collapsed
13390
13391 \begin_layout Plain Layout
13392 こまんど@コマンド ! C ! 
13393 \backslash
13394 colorbox
13395 \end_layout
13396
13397 \end_inset
13398
13399 コマンドを以下の書式で使用します。
13400 \end_layout
13401
13402 \begin_layout Standard
13403
13404 \series bold
13405
13406 \backslash
13407 colorbox{色}{ボックスの内容}
13408 \end_layout
13409
13410 \begin_layout Standard
13411 ボックスの内容には、別のボックスが含まれても構いませんし、
13412 \series bold
13413
13414 \backslash
13415 colorbox
13416 \series default
13417 自体も、別のボックスに入っていても構いません(以下の二番目と三番目の例を参照してください)。ボックスに数式を含める場合には、
13418 \series bold
13419
13420 \backslash
13421 raisebox
13422 \series default
13423 と同様、明示的に数式を作らなくてはなりません
13424 \begin_inset Foot
13425 status collapsed
13426
13427 \begin_layout Plain Layout
13428 これは、
13429 \series bold
13430
13431 \backslash
13432 fcolorbox
13433 \series default
13434 コマンドにも当てはまります。
13435 \end_layout
13436
13437 \end_inset
13438
13439
13440 \end_layout
13441
13442 \begin_layout Standard
13443 選択できる定義済みの色としては、
13444 \end_layout
13445
13446 \begin_layout Standard
13447
13448 \series bold
13449 black
13450 \series default
13451 (黒)・
13452 \series bold
13453 blue
13454 \series default
13455 (青)・
13456 \series bold
13457 cyan
13458 \series default
13459 (シアン)・
13460 \series bold
13461 green
13462 \series default
13463 (緑)・
13464 \series bold
13465 magenta
13466 \series default
13467 (マゼンタ)・
13468 \series bold
13469 red
13470 \series default
13471 (赤)・
13472 \series bold
13473 white
13474 \series default
13475 (白)・
13476 \series bold
13477 yellow
13478 \series default
13479 (黄)
13480 \end_layout
13481
13482 \begin_layout Standard
13483 があります。
13484 \end_layout
13485
13486 \begin_layout Standard
13487 \align center
13488 \begin_inset Tabular
13489 <lyxtabular version="3" rows="4" columns="2">
13490 <features rotate="0" tabularvalignment="middle">
13491 <column alignment="center" valignment="top">
13492 <column alignment="center" valignment="top">
13493 <row>
13494 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13495 \begin_inset Text
13496
13497 \begin_layout Plain Layout
13498 コマンド
13499 \end_layout
13500
13501 \end_inset
13502 </cell>
13503 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13504 \begin_inset Text
13505
13506 \begin_layout Plain Layout
13507 出力
13508 \begin_inset Note Note
13509 status collapsed
13510
13511 \begin_layout Plain Layout
13512 ここで
13513 \series bold
13514
13515 \backslash
13516 raisebox
13517 \series default
13518 はスペーサーとして使用しているだけです。
13519 \end_layout
13520
13521 \end_inset
13522
13523
13524 \end_layout
13525
13526 \end_inset
13527 </cell>
13528 </row>
13529 <row>
13530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13531 \begin_inset Text
13532
13533 \begin_layout Plain Layout
13534
13535 \backslash
13536 colorbox{yellow
13537 \begin_inset Formula $\to$
13538 \end_inset
13539
13540
13541 \backslash
13542 {A=B
13543 \end_layout
13544
13545 \end_inset
13546 </cell>
13547 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13548 \begin_inset Text
13549
13550 \begin_layout Plain Layout
13551 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13552 \end_inset
13553
13554
13555 \end_layout
13556
13557 \end_inset
13558 </cell>
13559 </row>
13560 <row>
13561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13562 \begin_inset Text
13563
13564 \begin_layout Plain Layout
13565
13566 \backslash
13567 colorbox{green
13568 \begin_inset Formula $\to$
13569 \end_inset
13570
13571
13572 \backslash
13573 {
13574 \backslash
13575 fbox
13576 \begin_inset ERT
13577 status collapsed
13578
13579 \begin_layout Plain Layout
13580
13581
13582 \backslash
13583 spce 
13584 \end_layout
13585
13586 \end_inset
13587
13588 A=B
13589 \end_layout
13590
13591 \end_inset
13592 </cell>
13593 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13594 \begin_inset Text
13595
13596 \begin_layout Plain Layout
13597 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13598 \end_inset
13599
13600
13601 \end_layout
13602
13603 \end_inset
13604 </cell>
13605 </row>
13606 <row>
13607 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13608 \begin_inset Text
13609
13610 \begin_layout Plain Layout
13611
13612 \backslash
13613 fbox
13614 \begin_inset ERT
13615 status collapsed
13616
13617 \begin_layout Plain Layout
13618
13619
13620 \backslash
13621 spce 
13622 \end_layout
13623
13624 \end_inset
13625
13626
13627 \backslash
13628 colorbox{green
13629 \begin_inset Formula $\to$
13630 \end_inset
13631
13632
13633 \backslash
13634 {
13635 \family sans
13636 Ctrl+M
13637 \family default
13638  
13639 \family sans
13640 Ctrl+M
13641 \family default
13642  
13643 \backslash
13644 int
13645 \begin_inset ERT
13646 status collapsed
13647
13648 \begin_layout Plain Layout
13649
13650
13651 \backslash
13652 spce 
13653 \end_layout
13654
13655 \end_inset
13656
13657 C=D
13658 \end_layout
13659
13660 \end_inset
13661 </cell>
13662 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13663 \begin_inset Text
13664
13665 \begin_layout Plain Layout
13666 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
13667 \end_inset
13668
13669
13670 \end_layout
13671
13672 \end_inset
13673 </cell>
13674 </row>
13675 </lyxtabular>
13676
13677 \end_inset
13678
13679
13680 \end_layout
13681
13682 \begin_layout Standard
13683
13684 \series bold
13685
13686 \backslash
13687 colorbox
13688 \series default
13689 は、ボックスに色をつけるだけで、ボックス内の文字には色付けをしません。すべての文字に色付けするには、数式全体を選択し、
13690 \family sans
13691 文字様式
13692 \family default
13693 ダイアログで欲しい色を選択します。このダイアログは、ツールバーボタン
13694 \begin_inset Graphics
13695         filename ../../images/dialog-show_character.png
13696         scale 85
13697
13698 \end_inset
13699
13700
13701 \family sans
13702 編集\SpecialChar \menuseparator
13703 文字様式\SpecialChar \menuseparator
13704 任意設定
13705 \family default
13706 メニューで開くことができます。すると、数式番号も数式と同じ色になります。数式番号が数式の文字とは別の色になるようにするには、数式内部で色を変えなくてはなりません
13707
13708 \end_layout
13709
13710 \begin_layout Standard
13711 たとえば、
13712 \end_layout
13713
13714 \begin_layout Standard
13715
13716 \color red
13717 \begin_inset Formula 
13718 \begin{equation}
13719 \int A=B\label{eq:red}
13720 \end{equation}
13721
13722 \end_inset
13723
13724
13725 \color green
13726
13727 \begin_inset Formula 
13728 \begin{equation}
13729 \textcolor{red}{\int A=B}\label{eq:redgreen}
13730 \end{equation}
13731
13732 \end_inset
13733
13734
13735 \end_layout
13736
13737 \begin_layout Standard
13738 数式
13739 \begin_inset CommandInset ref
13740 LatexCommand eqref
13741 reference "eq:red"
13742
13743 \end_inset
13744
13745 は、全体が赤色です。
13746 \begin_inset Newline newline
13747 \end_inset
13748
13749 数式
13750 \begin_inset CommandInset ref
13751 LatexCommand eqref
13752 reference "eq:redgreen"
13753
13754 \end_inset
13755
13756 は、数式番号を緑色にするために、まず全体を緑色にします。その後、数式内の文字を赤色にします。
13757 \end_layout
13758
13759 \begin_layout Standard
13760 \begin_inset VSpace bigskip
13761 \end_inset
13762
13763 ボックスの縁だけ別の色にするには、
13764 \series bold
13765
13766 \backslash
13767 fcolorbox
13768 \series default
13769
13770 \begin_inset Index idx
13771 status collapsed
13772
13773 \begin_layout Plain Layout
13774 こまんど@コマンド ! F ! 
13775 \backslash
13776 fcolorbox
13777 \end_layout
13778
13779 \end_inset
13780
13781 コマンドを以下の書式で使用します。
13782 \end_layout
13783
13784 \begin_layout Standard
13785
13786 \series bold
13787
13788 \backslash
13789 fcolorbox{縁の色}{色}{ボックスの内容}
13790 \end_layout
13791
13792 \begin_layout Standard
13793 つまり、
13794 \series bold
13795
13796 \backslash
13797 fcolorbox
13798 \series default
13799
13800 \series bold
13801
13802 \backslash
13803 colorbox
13804 \series default
13805 コマンドの拡張です。
13806 \series bold
13807
13808 \backslash
13809 framebox
13810 \series default
13811 と同様に、縁の厚みは
13812 \series bold
13813
13814 \backslash
13815 fboxrule
13816 \series default
13817
13818 \series bold
13819
13820 \backslash
13821 fboxsep
13822 \series default
13823 で設定します。たとえば、
13824 \begin_inset ERT
13825 status collapsed
13826
13827 \begin_layout Plain Layout
13828
13829
13830 \backslash
13831 fboxrule 1mm 
13832 \backslash
13833 fboxsep 1mm
13834 \end_layout
13835
13836 \end_inset
13837
13838
13839 \begin_inset Formula 
13840 \[
13841 \fcolorbox{cyan}{magenta}{A=B}
13842 \]
13843
13844 \end_inset
13845
13846
13847 \begin_inset ERT
13848 status collapsed
13849
13850 \begin_layout Plain Layout
13851
13852
13853 \backslash
13854 fboxrule 0.4pt 
13855 \backslash
13856 fboxsep 3pt
13857 \end_layout
13858
13859 \end_inset
13860
13861 のようにします。
13862 \end_layout
13863
13864 \begin_layout Standard
13865 上記の数式は、以下のコマンドで作成されています。
13866 \begin_inset Newline newline
13867 \end_inset
13868
13869
13870 \series bold
13871
13872 \backslash
13873 fcolorbox{cyan
13874 \begin_inset Formula $\to$
13875 \end_inset
13876
13877
13878 \backslash
13879 {magenta
13880 \begin_inset Formula $\to$
13881 \end_inset
13882
13883
13884 \backslash
13885 {A=B
13886 \series default
13887 .
13888 \end_layout
13889
13890 \begin_layout Standard
13891 \begin_inset VSpace bigskip
13892 \end_inset
13893
13894 定義済みの色以外の色を使いたい場合には、まずその色を定義しなくてはなりません。
13895 \end_layout
13896
13897 \begin_layout Standard
13898 たとえば、「
13899 \series bold
13900 darkgreen
13901 \series default
13902 」という色を定義するには、LaTeXプリアンブルに
13903 \end_layout
13904
13905 \begin_layout Standard
13906
13907 \series bold
13908
13909 \backslash
13910 definecolor{darkgreen}{cmyk}{0.5,
13911 \series default
13912  
13913 \series bold
13914 0,
13915 \series default
13916  
13917 \series bold
13918 1,
13919 \series default
13920  
13921 \series bold
13922 0.5}
13923 \series default
13924
13925 \begin_inset Index idx
13926 status collapsed
13927
13928 \begin_layout Plain Layout
13929 こまんど@コマンド ! D ! 
13930 \backslash
13931 definecolor
13932 \end_layout
13933
13934 \end_inset
13935
13936
13937 \end_layout
13938
13939 \begin_layout Standard
13940 という行を書き加えます。
13941 \end_layout
13942
13943 \begin_layout Standard
13944
13945 \series bold
13946 cmyk
13947 \series default
13948 とは、
13949 \series bold
13950 cyan
13951 \series default
13952 (シアン)・
13953 \series bold
13954 magenta
13955 \series default
13956 (マゼンタ)・
13957 \series bold
13958 yellow
13959 \series default
13960 (黄)・
13961 \series bold
13962 black
13963 \series default
13964 (黒)の各色を表す色空間です。コンマで区切られた四つの数字は、この色空間における各色の出力強度です。強度は、0
13965 \begin_inset space \thinspace{}
13966 \end_inset
13967
13968 -
13969 \begin_inset space \thinspace{}
13970 \end_inset
13971
13972 1の範囲をとることができます。定義には、
13973 \series bold
13974 cmyk
13975 \series default
13976 の他に、
13977 \series bold
13978 rgb
13979 \series default
13980 という色空間を使うこともできます。
13981 \series bold
13982 rgb
13983 \series default
13984 とは、
13985 \series bold
13986 red
13987 \series default
13988 (赤)・
13989 \series bold
13990 green
13991 \series default
13992 (緑)・
13993 \series bold
13994 blue
13995 \series default
13996 (青)の各色を意味し、この場合には、各色に対応した三つの出力強度を指定します。さらに、灰色の出力強度のみをとる
13997 \series bold
13998 gray
13999 \series default
14000 という色空間もあります。
14001 \end_layout
14002
14003 \begin_layout Standard
14004 例として、文字が
14005 \series bold
14006 yellow
14007 \series default
14008 に色付けされ、新しく定義した
14009 \series bold
14010 darkgreen
14011 \series default
14012 という色を持つ縁付きボックスを挙げておきます。
14013 \begin_inset Formula 
14014 \begin{equation}
14015 \colorbox{darkgreen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}
14016 \end{equation}
14017
14018 \end_inset
14019
14020
14021 \end_layout
14022
14023 \begin_layout Standard
14024
14025 \series bold
14026
14027 \backslash
14028 textcolor
14029 \series default
14030 コマンドを使うと、以下のように、自前で定義した色をテキスト中でも使用することができます。
14031 \begin_inset Index idx
14032 status collapsed
14033
14034 \begin_layout Plain Layout
14035 てきすと@テキスト ! いろつき@色付き
14036 \end_layout
14037
14038 \end_inset
14039
14040
14041 \end_layout
14042
14043 \begin_layout Standard
14044 \begin_inset ERT
14045 status collapsed
14046
14047 \begin_layout Plain Layout
14048
14049
14050 \backslash
14051 textcolor{darkgreen}{
14052 \end_layout
14053
14054 \end_inset
14055
14056 この文は「darkgreen」です。
14057 \begin_inset ERT
14058 status collapsed
14059
14060 \begin_layout Plain Layout
14061
14062 }
14063 \end_layout
14064
14065 \end_inset
14066
14067
14068 \end_layout
14069
14070 \begin_layout Standard
14071
14072 \series bold
14073
14074 \backslash
14075 textcolor
14076 \series default
14077
14078 \begin_inset Index idx
14079 status collapsed
14080
14081 \begin_layout Plain Layout
14082 こまんど@コマンド ! T ! 
14083 \backslash
14084 textcolor
14085 \end_layout
14086
14087 \end_inset
14088
14089 は、
14090 \series bold
14091
14092 \backslash
14093 textcolor{色}{色付けをする文}
14094 \series default
14095 という書式で使用することができます。
14096 \end_layout
14097
14098 \begin_layout Subsection
14099 段落ボックス
14100 \begin_inset CommandInset label
14101 LatexCommand label
14102 name "sub:段落ボックス"
14103
14104 \end_inset
14105
14106
14107 \begin_inset Index idx
14108 status collapsed
14109
14110 \begin_layout Plain Layout
14111 ぼっくす@ボックス ! だんらく@段落
14112 \end_layout
14113
14114 \end_inset
14115
14116
14117 \begin_inset Index idx
14118 status collapsed
14119
14120 \begin_layout Plain Layout
14121 ぼっくす@ボックス ! parbox|see
14122 \begin_inset ERT
14123 status collapsed
14124
14125 \begin_layout Plain Layout
14126
14127 {
14128 \end_layout
14129
14130 \end_inset
14131
14132 ボックス ! 段落ボックス
14133 \begin_inset ERT
14134 status collapsed
14135
14136 \begin_layout Plain Layout
14137
14138 }
14139 \end_layout
14140
14141 \end_inset
14142
14143
14144 \end_layout
14145
14146 \end_inset
14147
14148
14149 \end_layout
14150
14151 \begin_layout Standard
14152 いくつかの行や段落を含む、いわゆる段落ボックス(parbox)は、
14153 \family sans
14154 挿入\SpecialChar \menuseparator
14155 ボックス
14156 \family default
14157 メニューかツールバーボタン
14158 \begin_inset Graphics
14159         filename ../../images/box-insert.png
14160         scale 85
14161
14162 \end_inset
14163
14164 で作成することができます。
14165 \end_layout
14166
14167 \begin_layout Standard
14168 以下の例は、行中の縁付きparboxを示したものです。
14169 \end_layout
14170
14171 \begin_layout Standard
14172 \begin_inset VSpace medskip
14173 \end_inset
14174
14175 この行は、
14176 \begin_inset Box Boxed
14177 position "c"
14178 hor_pos "c"
14179 has_inner_box 1
14180 inner_pos "t"
14181 use_parbox 1
14182 use_makebox 0
14183 width "5cm"
14184 special "none"
14185 height "1in"
14186 height_special "totalheight"
14187 status open
14188
14189 \begin_layout Plain Layout
14190 これは段落ボックスです。これはちょうど5
14191 \begin_inset space \thinspace{}
14192 \end_inset
14193
14194 cmの幅になっており、以下のように数式を含めることもできます。
14195 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14196 \end_inset
14197
14198
14199 \end_layout
14200
14201 \end_inset
14202
14203 parboxの入った行です。
14204 \end_layout
14205
14206 \begin_layout Standard
14207 \begin_inset VSpace medskip
14208 \end_inset
14209
14210
14211 \end_layout
14212
14213 \begin_layout Standard
14214 このようなボックスは、灰色のボックス挿入枠を右クリックすることによって作ることができます。すると、ボックスの特性を表示したダイアログが現れます。上の例では、
14215 \emph on
14216 装飾
14217 \emph default
14218 :簡素な長方形の箱型、
14219 \emph on
14220 内部ボックス
14221 \emph default
14222 :parboxコマンド、
14223 \emph on
14224
14225 \emph default
14226 :5
14227 \begin_inset space \thinspace{}
14228 \end_inset
14229
14230 cm、
14231 \emph on
14232 垂直ボックス配置
14233 \emph default
14234 :中央、に設定されています。
14235 \end_layout
14236
14237 \begin_layout Standard
14238 \begin_inset VSpace medskip
14239 \end_inset
14240
14241 LaTeXでは、parboxは、以下の書式を持つ
14242 \series bold
14243
14244 \backslash
14245 parbox
14246 \series default
14247
14248 \begin_inset Index idx
14249 status collapsed
14250
14251 \begin_layout Plain Layout
14252 こまんど@コマンド ! P ! 
14253 \backslash
14254 parbox
14255 \end_layout
14256
14257 \end_inset
14258
14259 コマンドによって作られます。
14260 \end_layout
14261
14262 \begin_layout Standard
14263
14264 \series bold
14265
14266 \backslash
14267 parbox[位置]{幅}{ボックスの内容}
14268 \end_layout
14269
14270 \begin_layout Standard
14271 「位置」は、
14272 \emph on
14273 b
14274 \emph default
14275
14276 \emph on
14277 t
14278 \emph default
14279 の値をとることができます。下揃えを意味する
14280 \emph on
14281 b
14282 \emph default
14283 (
14284 \bar under
14285 b
14286 \bar default
14287 ottom)は、ボックスを、周囲の本文中の最後の行と合わせることを意味します。上揃えを意味する
14288 \emph on
14289 t
14290 \emph default
14291 (
14292 \bar under
14293 t
14294 \bar default
14295 op)は、これを最初の行に合わせます。位置を指定しない時には、ボックスは事実上中央揃えになります。用例については、取扱説明書埋込オブジェクト篇の
14296 \emph on
14297 Boxes
14298 \emph default
14299 の節をご参照下さい。
14300 \end_layout
14301
14302 \begin_layout Standard
14303 \begin_inset VSpace bigskip
14304 \end_inset
14305
14306 数式番号を含めて、数式を完全に縁で囲むためには、数式をparbox内に収めなくてはなりません。こうするには、数式前にTeXモードで
14307 \series bold
14308 parbox{
14309 \backslash
14310 linewidth-2
14311 \backslash
14312 fboxsep-2
14313 \backslash
14314 fboxrule}{
14315 \series default
14316 というコマンドを挿入します。ここで
14317 \series bold
14318
14319 \backslash
14320 linewidth
14321 \begin_inset Index idx
14322 status collapsed
14323
14324 \begin_layout Plain Layout
14325 こまんど@コマンド ! L ! 
14326 \backslash
14327 linewidth
14328 \end_layout
14329
14330 \end_inset
14331
14332
14333 \series default
14334 は、使用中の文書に設定されている行幅です。縁は、parboxの外側にあるので、縁余白と縁幅の2倍を行幅から差し引かなくてはなりません。バグ
14335 \begin_inset Foot
14336 status collapsed
14337
14338 \begin_layout Plain Layout
14339 \begin_inset CommandInset href
14340 LatexCommand href
14341 name "LyX-bug #4483"
14342 target "http://www.lyx.org/trac/ticket/4483"
14343
14344 \end_inset
14345
14346
14347 \end_layout
14348
14349 \end_inset
14350
14351 のせいでLyXはこれを自動的に行いませんので、TeXモードを使用する必要があります。引数中で掛け算や引き算を行うためには、LaTeXパッケージの
14352 \series bold
14353 calc
14354 \series default
14355
14356 \begin_inset Foot
14357 status collapsed
14358
14359 \begin_layout Plain Layout
14360
14361 \series bold
14362 calc
14363 \series default
14364 は、標準的LaTeX頒布版のすべてに含まれています。
14365 \end_layout
14366
14367 \end_inset
14368
14369
14370 \begin_inset Index idx
14371 status collapsed
14372
14373 \begin_layout Plain Layout
14374 ぱっけーじ@パッケージ ! calc
14375 \end_layout
14376
14377 \end_inset
14378
14379 を、LaTeXプリアンブル中で
14380 \end_layout
14381
14382 \begin_layout Standard
14383
14384 \series bold
14385
14386 \backslash
14387 usepackage{calc}
14388 \end_layout
14389
14390 \begin_layout Standard
14391 のように読み込んでおく必要があります。数式の後では、TeXモードで
14392 \series bold
14393 }}
14394 \series default
14395 を入力して、二つのボックスを閉じておかなくてはなりません。以下に例を挙げます。
14396 \begin_inset ERT
14397 status collapsed
14398
14399 \begin_layout Plain Layout
14400
14401
14402 \backslash
14403 fboxsep 5mm 
14404 \backslash
14405 fboxrule 5mm
14406 \end_layout
14407
14408 \end_inset
14409
14410
14411 \end_layout
14412
14413 \begin_layout Standard
14414 \begin_inset ERT
14415 status collapsed
14416
14417 \begin_layout Plain Layout
14418
14419
14420 \backslash
14421 fbox{
14422 \backslash
14423 parbox{
14424 \backslash
14425 linewidth-2
14426 \backslash
14427 fboxsep-2
14428 \backslash
14429 fboxrule}{
14430 \end_layout
14431
14432 \end_inset
14433
14434
14435 \begin_inset Formula 
14436 \begin{equation}
14437 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}
14438 \end{equation}
14439
14440 \end_inset
14441
14442
14443 \begin_inset ERT
14444 status collapsed
14445
14446 \begin_layout Plain Layout
14447
14448 }}
14449 \end_layout
14450
14451 \end_inset
14452
14453
14454 \begin_inset ERT
14455 status collapsed
14456
14457 \begin_layout Plain Layout
14458
14459
14460 \backslash
14461 fboxrule 0.4pt 
14462 \backslash
14463 fboxsep 3pt
14464 \end_layout
14465
14466 \end_inset
14467
14468
14469 \end_layout
14470
14471 \begin_layout Standard
14472 \begin_inset VSpace medskip
14473 \end_inset
14474
14475
14476 \series bold
14477
14478 \backslash
14479 fbox
14480 \series default
14481 の引数としてparboxが使われているので、この場合には、
14482 \series bold
14483
14484 \backslash
14485 fbox
14486 \series default
14487 を使おうが
14488 \series bold
14489
14490 \backslash
14491 boxed
14492 \series default
14493 を使おうが、差は生じません。
14494 \end_layout
14495
14496 \begin_layout Standard
14497 \begin_inset VSpace bigskip
14498 \end_inset
14499
14500 段落ボックスは、数式にじかにコメントを付けるのにたいへん便利です。これを行うには、
14501 \series bold
14502
14503 \backslash
14504 parbox
14505 \series default
14506
14507 \series bold
14508
14509 \backslash
14510 tag
14511 \series default
14512 コマンドといっしょに使います(
14513 \series bold
14514
14515 \backslash
14516 tag
14517 \series default
14518 についての詳細は、第
14519 \begin_inset CommandInset ref
14520 LatexCommand ref
14521 reference "sub:ユーザー定義番号"
14522
14523 \end_inset
14524
14525 節をご参照下さい)
14526 \end_layout
14527
14528 \begin_layout Standard
14529 以下は、
14530 \series bold
14531
14532 \backslash
14533 parbox
14534 \series default
14535 を使ってコメントを付けた数式の例です。
14536 \end_layout
14537
14538 \begin_layout Standard
14539 \begin_inset ERT
14540 status collapsed
14541
14542 \begin_layout Plain Layout
14543
14544
14545 \backslash
14546 [5x-7b=3b
14547 \backslash
14548 tag*{
14549 \backslash
14550 parbox{5cm}{
14551 \end_layout
14552
14553 \end_inset
14554
14555 これは説明です。数式や多行数式本体からはっきりと離れています。
14556 \begin_inset ERT
14557 status collapsed
14558
14559 \begin_layout Plain Layout
14560
14561 }}
14562 \backslash
14563 ]
14564 \end_layout
14565
14566 \end_inset
14567
14568
14569 \end_layout
14570
14571 \begin_layout Standard
14572 LyXは、まだ数式中での
14573 \series bold
14574
14575 \backslash
14576 parbox
14577 \series default
14578 コマンドをサポートしていないので、上のような数式は、完全にTeXモードで挿入しなくてはなりません。この数式は、以下のようなコマンド列を使って作ってあります。
14579 \end_layout
14580
14581 \begin_layout Standard
14582 まず、
14583 \series bold
14584
14585 \backslash
14586 [5x-7b=3b
14587 \backslash
14588 tag*
14589 \backslash
14590 {
14591 \backslash
14592 parbox{5cm}{
14593 \series default
14594 というコマンドをTeXモードで挿入します
14595 \begin_inset Foot
14596 status collapsed
14597
14598 \begin_layout Plain Layout
14599
14600 \series bold
14601 行頭下げ
14602 \series default
14603 数式様式を使用している時には、
14604 \series bold
14605
14606 \backslash
14607 tag*
14608 \backslash
14609 {
14610 \series default
14611 の代わりに
14612 \series bold
14613
14614 \backslash
14615 hfill
14616 \series default
14617 を用いることもできます(数式様式に関しては、第
14618 \begin_inset CommandInset ref
14619 LatexCommand ref
14620 reference "sec:数式様式"
14621
14622 \end_inset
14623
14624 節をご参照下さい)。
14625 \end_layout
14626
14627 \end_inset
14628
14629 。それから、説明を通常のテキストとして入れ、最後に
14630 \series bold
14631 }}
14632 \backslash
14633 ]
14634 \series default
14635 をTeXモードで挿入します。ここで
14636 \series bold
14637
14638 \backslash
14639 [
14640 \series default
14641 および
14642 \series bold
14643
14644 \backslash
14645 ]
14646 \series default
14647 コマンドは別行立て数式を作るためのものです。
14648 \end_layout
14649
14650 \begin_layout Standard
14651
14652 \series bold
14653
14654 \backslash
14655 parbox
14656 \series default
14657 を使う利点は、数式テキストモードを使用して「コメントを付けた」以下の例と比較すると、よくわかるでしょう。
14658 \begin_inset Formula 
14659 \[
14660 5x-7b=3b\textrm{これは説明です。数式本体から離れていません...}
14661 \]
14662
14663 \end_inset
14664
14665
14666 \end_layout
14667
14668 \begin_layout Section
14669 演算子
14670 \begin_inset Index idx
14671 status collapsed
14672
14673 \begin_layout Plain Layout
14674 えんざんし@演算子
14675 \end_layout
14676
14677 \end_inset
14678
14679
14680 \end_layout
14681
14682 \begin_layout Subsection
14683 大演算子
14684 \begin_inset CommandInset label
14685 LatexCommand label
14686 name "sub:大演算子"
14687
14688 \end_inset
14689
14690
14691 \begin_inset Index idx
14692 status collapsed
14693
14694 \begin_layout Plain Layout
14695 えんざんし@演算子 ! だい@大
14696 \end_layout
14697
14698 \end_inset
14699
14700
14701 \begin_inset Index idx
14702 status collapsed
14703
14704 \begin_layout Plain Layout
14705 わ@和
14706 \end_layout
14707
14708 \end_inset
14709
14710
14711 \begin_inset Index idx
14712 status collapsed
14713
14714 \begin_layout Plain Layout
14715 せきぶんきごう@積分記号
14716 \end_layout
14717
14718 \end_inset
14719
14720
14721 \end_layout
14722
14723 \begin_layout Standard
14724 ここに挙げた積分演算子をすべて使えるようにするには、文書設定の
14725 \family sans
14726 数式オプション
14727 \family default
14728 の面にある
14729 \family sans
14730 esintパッケージを自動的に使う
14731 \family default
14732 オプションを有効にしなくてはなりません。
14733 \end_layout
14734
14735 \begin_layout Standard
14736 \begin_inset space \hfill{}
14737 \end_inset
14738
14739
14740 \begin_inset Tabular
14741 <lyxtabular version="3" rows="9" columns="2">
14742 <features rotate="0" tabularvalignment="middle">
14743 <column alignment="center" valignment="top" width="0pt">
14744 <column alignment="center" valignment="top" width="0pt">
14745 <row>
14746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14747 \begin_inset Text
14748
14749 \begin_layout Plain Layout
14750 コマンド
14751 \end_layout
14752
14753 \end_inset
14754 </cell>
14755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14756 \begin_inset Text
14757
14758 \begin_layout Plain Layout
14759 出力
14760 \end_layout
14761
14762 \end_inset
14763 </cell>
14764 </row>
14765 <row>
14766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14767 \begin_inset Text
14768
14769 \begin_layout Plain Layout
14770
14771 \backslash
14772 sum
14773 \begin_inset Index idx
14774 status collapsed
14775
14776 \begin_layout Plain Layout
14777 こまんど@コマンド ! S ! 
14778 \backslash
14779 sum
14780 \end_layout
14781
14782 \end_inset
14783
14784
14785 \end_layout
14786
14787 \end_inset
14788 </cell>
14789 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14790 \begin_inset Text
14791
14792 \begin_layout Plain Layout
14793 \begin_inset Formula $\sum$
14794 \end_inset
14795
14796
14797 \end_layout
14798
14799 \end_inset
14800 </cell>
14801 </row>
14802 <row>
14803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14804 \begin_inset Text
14805
14806 \begin_layout Plain Layout
14807
14808 \backslash
14809 int
14810 \begin_inset Index idx
14811 status collapsed
14812
14813 \begin_layout Plain Layout
14814 こまんど@コマンド ! I ! 
14815 \backslash
14816 int
14817 \end_layout
14818
14819 \end_inset
14820
14821
14822 \end_layout
14823
14824 \end_inset
14825 </cell>
14826 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14827 \begin_inset Text
14828
14829 \begin_layout Plain Layout
14830 \begin_inset Formula $\int$
14831 \end_inset
14832
14833
14834 \end_layout
14835
14836 \end_inset
14837 </cell>
14838 </row>
14839 <row>
14840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14841 \begin_inset Text
14842
14843 \begin_layout Plain Layout
14844
14845 \backslash
14846 oint
14847 \end_layout
14848
14849 \end_inset
14850 </cell>
14851 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14852 \begin_inset Text
14853
14854 \begin_layout Plain Layout
14855 \begin_inset Formula $\oint$
14856 \end_inset
14857
14858
14859 \end_layout
14860
14861 \end_inset
14862 </cell>
14863 </row>
14864 <row>
14865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14866 \begin_inset Text
14867
14868 \begin_layout Plain Layout
14869
14870 \backslash
14871 ointctrclockwise
14872 \end_layout
14873
14874 \end_inset
14875 </cell>
14876 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14877 \begin_inset Text
14878
14879 \begin_layout Plain Layout
14880 \begin_inset Formula $\ointctrclockwise$
14881 \end_inset
14882
14883
14884 \end_layout
14885
14886 \end_inset
14887 </cell>
14888 </row>
14889 <row>
14890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14891 \begin_inset Text
14892
14893 \begin_layout Plain Layout
14894
14895 \backslash
14896 ointclockwise
14897 \end_layout
14898
14899 \end_inset
14900 </cell>
14901 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14902 \begin_inset Text
14903
14904 \begin_layout Plain Layout
14905 \begin_inset Formula $\ointclockwise$
14906 \end_inset
14907
14908
14909 \end_layout
14910
14911 \end_inset
14912 </cell>
14913 </row>
14914 <row>
14915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14916 \begin_inset Text
14917
14918 \begin_layout Plain Layout
14919
14920 \backslash
14921 sqint
14922 \end_layout
14923
14924 \end_inset
14925 </cell>
14926 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14927 \begin_inset Text
14928
14929 \begin_layout Plain Layout
14930 \begin_inset Formula $\sqint$
14931 \end_inset
14932
14933
14934 \end_layout
14935
14936 \end_inset
14937 </cell>
14938 </row>
14939 <row>
14940 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14941 \begin_inset Text
14942
14943 \begin_layout Plain Layout
14944
14945 \backslash
14946 bigcap
14947 \end_layout
14948
14949 \end_inset
14950 </cell>
14951 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14952 \begin_inset Text
14953
14954 \begin_layout Plain Layout
14955 \begin_inset Formula $\bigcap$
14956 \end_inset
14957
14958
14959 \end_layout
14960
14961 \end_inset
14962 </cell>
14963 </row>
14964 <row>
14965 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14966 \begin_inset Text
14967
14968 \begin_layout Plain Layout
14969
14970 \backslash
14971 bigcup
14972 \end_layout
14973
14974 \end_inset
14975 </cell>
14976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14977 \begin_inset Text
14978
14979 \begin_layout Plain Layout
14980 \begin_inset Formula $\bigcup$
14981 \end_inset
14982
14983
14984 \end_layout
14985
14986 \end_inset
14987 </cell>
14988 </row>
14989 </lyxtabular>
14990
14991 \end_inset
14992
14993
14994 \begin_inset space \hfill{}
14995 \end_inset
14996
14997
14998 \begin_inset Tabular
14999 <lyxtabular version="3" rows="10" columns="2">
15000 <features rotate="0" tabularvalignment="middle">
15001 <column alignment="center" valignment="top" width="0pt">
15002 <column alignment="center" valignment="top" width="0pt">
15003 <row>
15004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15005 \begin_inset Text
15006
15007 \begin_layout Plain Layout
15008 コマンド
15009 \end_layout
15010
15011 \end_inset
15012 </cell>
15013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15014 \begin_inset Text
15015
15016 \begin_layout Plain Layout
15017 出力
15018 \end_layout
15019
15020 \end_inset
15021 </cell>
15022 </row>
15023 <row>
15024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15025 \begin_inset Text
15026
15027 \begin_layout Plain Layout
15028
15029 \backslash
15030 prod
15031 \begin_inset Index idx
15032 status collapsed
15033
15034 \begin_layout Plain Layout
15035 こまんど@コマンド ! P ! 
15036 \backslash
15037 prod
15038 \end_layout
15039
15040 \end_inset
15041
15042
15043 \end_layout
15044
15045 \end_inset
15046 </cell>
15047 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15048 \begin_inset Text
15049
15050 \begin_layout Plain Layout
15051 \begin_inset Formula $\prod$
15052 \end_inset
15053
15054
15055 \end_layout
15056
15057 \end_inset
15058 </cell>
15059 </row>
15060 <row>
15061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15062 \begin_inset Text
15063
15064 \begin_layout Plain Layout
15065
15066 \backslash
15067 coprod
15068 \end_layout
15069
15070 \end_inset
15071 </cell>
15072 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15073 \begin_inset Text
15074
15075 \begin_layout Plain Layout
15076 \begin_inset Formula $\coprod$
15077 \end_inset
15078
15079
15080 \end_layout
15081
15082 \end_inset
15083 </cell>
15084 </row>
15085 <row>
15086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15087 \begin_inset Text
15088
15089 \begin_layout Plain Layout
15090
15091 \backslash
15092 bigodot
15093 \end_layout
15094
15095 \end_inset
15096 </cell>
15097 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15098 \begin_inset Text
15099
15100 \begin_layout Plain Layout
15101 \begin_inset Formula $\bigodot$
15102 \end_inset
15103
15104
15105 \end_layout
15106
15107 \end_inset
15108 </cell>
15109 </row>
15110 <row>
15111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15112 \begin_inset Text
15113
15114 \begin_layout Plain Layout
15115
15116 \backslash
15117 bigotimes
15118 \end_layout
15119
15120 \end_inset
15121 </cell>
15122 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15123 \begin_inset Text
15124
15125 \begin_layout Plain Layout
15126 \begin_inset Formula $\bigotimes$
15127 \end_inset
15128
15129
15130 \end_layout
15131
15132 \end_inset
15133 </cell>
15134 </row>
15135 <row>
15136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15137 \begin_inset Text
15138
15139 \begin_layout Plain Layout
15140
15141 \backslash
15142 bigoplus
15143 \end_layout
15144
15145 \end_inset
15146 </cell>
15147 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15148 \begin_inset Text
15149
15150 \begin_layout Plain Layout
15151 \begin_inset Formula $\bigoplus$
15152 \end_inset
15153
15154
15155 \end_layout
15156
15157 \end_inset
15158 </cell>
15159 </row>
15160 <row>
15161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15162 \begin_inset Text
15163
15164 \begin_layout Plain Layout
15165
15166 \backslash
15167 bigwedge
15168 \end_layout
15169
15170 \end_inset
15171 </cell>
15172 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15173 \begin_inset Text
15174
15175 \begin_layout Plain Layout
15176 \begin_inset Formula $\bigwedge$
15177 \end_inset
15178
15179
15180 \end_layout
15181
15182 \end_inset
15183 </cell>
15184 </row>
15185 <row>
15186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15187 \begin_inset Text
15188
15189 \begin_layout Plain Layout
15190
15191 \backslash
15192 bigvee
15193 \end_layout
15194
15195 \end_inset
15196 </cell>
15197 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15198 \begin_inset Text
15199
15200 \begin_layout Plain Layout
15201 \begin_inset Formula $\bigvee$
15202 \end_inset
15203
15204
15205 \end_layout
15206
15207 \end_inset
15208 </cell>
15209 </row>
15210 <row>
15211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15212 \begin_inset Text
15213
15214 \begin_layout Plain Layout
15215
15216 \backslash
15217 bigsqcup
15218 \end_layout
15219
15220 \end_inset
15221 </cell>
15222 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15223 \begin_inset Text
15224
15225 \begin_layout Plain Layout
15226 \begin_inset Formula $\bigsqcup$
15227 \end_inset
15228
15229
15230 \end_layout
15231
15232 \end_inset
15233 </cell>
15234 </row>
15235 <row>
15236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15237 \begin_inset Text
15238
15239 \begin_layout Plain Layout
15240
15241 \backslash
15242 biguplus
15243 \end_layout
15244
15245 \end_inset
15246 </cell>
15247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15248 \begin_inset Text
15249
15250 \begin_layout Plain Layout
15251 \begin_inset Formula $\biguplus$
15252 \end_inset
15253
15254
15255 \end_layout
15256
15257 \end_inset
15258 </cell>
15259 </row>
15260 </lyxtabular>
15261
15262 \end_inset
15263
15264
15265 \begin_inset space \hfill{}
15266 \end_inset
15267
15268
15269 \end_layout
15270
15271 \begin_layout Standard
15272 すべての大演算子は、数式ツールバーボタンの
15273 \begin_inset Graphics
15274         filename ../../images/math/intop.png
15275         scale 85
15276
15277 \end_inset
15278
15279 でも挿入することができます。
15280 \end_layout
15281
15282 \begin_layout Standard
15283 これらの演算子は、よく見ないと同じように見える二項演算子よりも大きいので、大演算子と呼ばれます。大演算子はすべて、次小節で説明する「範囲」をとることができます。
15284 \end_layout
15285
15286 \begin_layout Standard
15287 積分演算子はすべて、
15288 \series bold
15289
15290 \backslash
15291 intop
15292 \series default
15293
15294 \series bold
15295
15296 \backslash
15297 ointop
15298 \series default
15299 のように、
15300 \series bold
15301 op
15302 \series default
15303 で終わる別バージョンがあります。これらの演算子は、
15304 \series bold
15305
15306 \backslash
15307 int
15308 \series default
15309 とは範囲の表示のしかたが異なります。第
15310 \begin_inset CommandInset ref
15311 LatexCommand ref
15312 reference "sub:演算子の範囲"
15313
15314 \end_inset
15315
15316 節をご参照下さい。
15317 \end_layout
15318
15319 \begin_layout Subsubsection*
15320 積分の子細
15321 \end_layout
15322
15323 \begin_layout Standard
15324 積分中で用いられる文字
15325 \emph on
15326 d
15327 \emph default
15328 は演算子なので、アップライト体で組まれなくてはなりません。これを行うには
15329 \emph on
15330 d
15331 \emph default
15332 を選択して、
15333 \begin_inset Flex Ruby
15334 status collapsed
15335
15336 \begin_layout Plain Layout
15337 捷径
15338 \begin_inset Argument post:1
15339 status collapsed
15340
15341 \begin_layout Plain Layout
15342 ショートカット
15343 \end_layout
15344
15345 \end_inset
15346
15347
15348 \end_layout
15349
15350 \end_inset
15351
15352
15353 \begin_inset Info
15354 type  "shortcut"
15355 arg   "font-roman"
15356 \end_inset
15357
15358 を用います
15359 \begin_inset Foot
15360 status collapsed
15361
15362 \begin_layout Plain Layout
15363 文字様式については、第
15364 \begin_inset CommandInset ref
15365 LatexCommand ref
15366 reference "sub:書体様式"
15367
15368 \end_inset
15369
15370 節参照。
15371 \end_layout
15372
15373 \end_inset
15374
15375 。最後に、演算子の慣例に倣って、
15376 \emph on
15377 d
15378 \emph default
15379 の前に最小空白を挿入しなくてはなりません。たとえば、
15380 \end_layout
15381
15382 \begin_layout Standard
15383 正しくない例:
15384 \begin_inset Formula $\int A(x)dx$
15385 \end_inset
15386
15387
15388 \begin_inset Newline newline
15389 \end_inset
15390
15391 正しい
15392 \begin_inset Phantom HPhantom
15393 status open
15394
15395 \begin_layout Plain Layout
15396 ない
15397 \end_layout
15398
15399 \end_inset
15400
15401 例:
15402 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15403 \end_inset
15404
15405
15406 \end_layout
15407
15408 \begin_layout Standard
15409 多重積分に関しては、以下のコマンドがあります。
15410 \begin_inset VSpace medskip
15411 \end_inset
15412
15413
15414 \end_layout
15415
15416 \begin_layout Standard
15417 \begin_inset space \hfill{}
15418 \end_inset
15419
15420
15421 \begin_inset Tabular
15422 <lyxtabular version="3" rows="4" columns="2">
15423 <features rotate="0" tabularvalignment="middle">
15424 <column alignment="center" valignment="top">
15425 <column alignment="center" valignment="top">
15426 <row>
15427 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15428 \begin_inset Text
15429
15430 \begin_layout Plain Layout
15431 コマンド
15432 \end_layout
15433
15434 \end_inset
15435 </cell>
15436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15437 \begin_inset Text
15438
15439 \begin_layout Plain Layout
15440 出力
15441 \begin_inset Note Note
15442 status collapsed
15443
15444 \begin_layout Plain Layout
15445 ここで
15446 \series bold
15447
15448 \backslash
15449 raisebox
15450 \series default
15451 はスペーサーとして使用しているだけです。
15452 \end_layout
15453
15454 \end_inset
15455
15456
15457 \end_layout
15458
15459 \end_inset
15460 </cell>
15461 </row>
15462 <row>
15463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15464 \begin_inset Text
15465
15466 \begin_layout Plain Layout
15467
15468 \backslash
15469 iint
15470 \end_layout
15471
15472 \end_inset
15473 </cell>
15474 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15475 \begin_inset Text
15476
15477 \begin_layout Plain Layout
15478 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15479 \end_inset
15480
15481
15482 \end_layout
15483
15484 \end_inset
15485 </cell>
15486 </row>
15487 <row>
15488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15489 \begin_inset Text
15490
15491 \begin_layout Plain Layout
15492
15493 \backslash
15494 oiint
15495 \end_layout
15496
15497 \end_inset
15498 </cell>
15499 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15500 \begin_inset Text
15501
15502 \begin_layout Plain Layout
15503 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
15504 \end_inset
15505
15506
15507 \end_layout
15508
15509 \end_inset
15510 </cell>
15511 </row>
15512 <row>
15513 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15514 \begin_inset Text
15515
15516 \begin_layout Plain Layout
15517
15518 \backslash
15519 sqiint
15520 \end_layout
15521
15522 \end_inset
15523 </cell>
15524 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15525 \begin_inset Text
15526
15527 \begin_layout Plain Layout
15528 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
15529 \end_inset
15530
15531
15532 \end_layout
15533
15534 \end_inset
15535 </cell>
15536 </row>
15537 </lyxtabular>
15538
15539 \end_inset
15540
15541
15542 \begin_inset space \hfill{}
15543 \end_inset
15544
15545
15546 \begin_inset Tabular
15547 <lyxtabular version="3" rows="4" columns="2">
15548 <features rotate="0" tabularvalignment="middle">
15549 <column alignment="center" valignment="top">
15550 <column alignment="center" valignment="top">
15551 <row>
15552 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15553 \begin_inset Text
15554
15555 \begin_layout Plain Layout
15556 コマンド
15557 \end_layout
15558
15559 \end_inset
15560 </cell>
15561 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15562 \begin_inset Text
15563
15564 \begin_layout Plain Layout
15565 出力
15566 \end_layout
15567
15568 \end_inset
15569 </cell>
15570 </row>
15571 <row>
15572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15573 \begin_inset Text
15574
15575 \begin_layout Plain Layout
15576
15577 \backslash
15578 iiint
15579 \end_layout
15580
15581 \end_inset
15582 </cell>
15583 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15584 \begin_inset Text
15585
15586 \begin_layout Plain Layout
15587 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
15588 \end_inset
15589
15590
15591 \end_layout
15592
15593 \end_inset
15594 </cell>
15595 </row>
15596 <row>
15597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15598 \begin_inset Text
15599
15600 \begin_layout Plain Layout
15601
15602 \backslash
15603 iiiint
15604 \end_layout
15605
15606 \end_inset
15607 </cell>
15608 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15609 \begin_inset Text
15610
15611 \begin_layout Plain Layout
15612 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
15613 \end_inset
15614
15615
15616 \end_layout
15617
15618 \end_inset
15619 </cell>
15620 </row>
15621 <row>
15622 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15623 \begin_inset Text
15624
15625 \begin_layout Plain Layout
15626
15627 \backslash
15628 dotsint
15629 \end_layout
15630
15631 \end_inset
15632 </cell>
15633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15634 \begin_inset Text
15635
15636 \begin_layout Plain Layout
15637 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
15638 \end_inset
15639
15640
15641 \end_layout
15642
15643 \end_inset
15644 </cell>
15645 </row>
15646 </lyxtabular>
15647
15648 \end_inset
15649
15650
15651 \begin_inset space \hfill{}
15652 \end_inset
15653
15654
15655 \end_layout
15656
15657 \begin_layout Subsection
15658 演算子の範囲
15659 \begin_inset CommandInset label
15660 LatexCommand label
15661 name "sub:演算子の範囲"
15662
15663 \end_inset
15664
15665
15666 \begin_inset Index idx
15667 status collapsed
15668
15669 \begin_layout Plain Layout
15670 えんざんし@演算子 ! はんい@範囲
15671 \end_layout
15672
15673 \end_inset
15674
15675
15676 \end_layout
15677
15678 \begin_layout Standard
15679 範囲は、上付き文字と下付き文字とで作成することができます。
15680 \end_layout
15681
15682 \begin_layout Standard
15683 \align center
15684 \begin_inset Tabular
15685 <lyxtabular version="3" rows="2" columns="2">
15686 <features rotate="0" tabularvalignment="middle">
15687 <column alignment="center" valignment="top" width="0pt">
15688 <column alignment="center" valignment="top" width="0pt">
15689 <row>
15690 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15691 \begin_inset Text
15692
15693 \begin_layout Plain Layout
15694 コマンド
15695 \end_layout
15696
15697 \end_inset
15698 </cell>
15699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15700 \begin_inset Text
15701
15702 \begin_layout Plain Layout
15703 出力
15704 \begin_inset Note Note
15705 status collapsed
15706
15707 \begin_layout Plain Layout
15708 ここで
15709 \series bold
15710
15711 \backslash
15712 raisebox
15713 \series default
15714 はスペーサーとして使用しているだけです。
15715 \end_layout
15716
15717 \end_inset
15718
15719
15720 \end_layout
15721
15722 \end_inset
15723 </cell>
15724 </row>
15725 <row>
15726 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15727 \begin_inset Text
15728
15729 \begin_layout Plain Layout
15730
15731 \backslash
15732 prod^
15733 \backslash
15734 infty
15735 \begin_inset ERT
15736 status collapsed
15737
15738 \begin_layout Plain Layout
15739
15740
15741 \backslash
15742 spce 
15743 \end_layout
15744
15745 \end_inset
15746
15747
15748 \begin_inset Formula $\to$
15749 \end_inset
15750
15751 _0
15752 \begin_inset Formula $\to$
15753 \end_inset
15754
15755 A(x)
15756 \end_layout
15757
15758 \end_inset
15759 </cell>
15760 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15761 \begin_inset Text
15762
15763 \begin_layout Plain Layout
15764 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
15765 \end_inset
15766
15767
15768 \end_layout
15769
15770 \end_inset
15771 </cell>
15772 </row>
15773 </lyxtabular>
15774
15775 \end_inset
15776
15777
15778 \end_layout
15779
15780 \begin_layout Standard
15781 行内数式では、範囲は演算子の右横に表示されます。別行立て数式での範囲は、積分範囲を除き、演算子の上と下に表示されます。
15782 \end_layout
15783
15784 \begin_layout Standard
15785 範囲が演算子の横に表示されるように強制するには、カーソルを当該演算子の直後において、
15786 \family sans
15787 編集\SpecialChar \menuseparator
15788 数式\SpecialChar \menuseparator
15789 範囲の表記を変更
15790 \family default
15791 メニューで
15792 \family sans
15793 \series bold
15794 行内形式
15795 \family default
15796 \series default
15797 (
15798 \begin_inset Flex Ruby
15799 status collapsed
15800
15801 \begin_layout Plain Layout
15802 捷径
15803 \begin_inset Argument post:1
15804 status collapsed
15805
15806 \begin_layout Plain Layout
15807 ショートカット
15808 \end_layout
15809
15810 \end_inset
15811
15812
15813 \end_layout
15814
15815 \end_inset
15816
15817
15818 \begin_inset Info
15819 type  "shortcut"
15820 arg   "math-limits"
15821 \end_inset
15822
15823 )を選択することで範囲形式を変更することができます。以下はその用例です。
15824 \end_layout
15825
15826 \begin_layout Standard
15827 既定の範囲形式は、以下のようになっています。
15828 \begin_inset Formula 
15829 \[
15830 \sum_{x=0}^{\infty}\frac{1}{x^{2}}
15831 \]
15832
15833 \end_inset
15834
15835 以下は、範囲形式を
15836 \family sans
15837 \series bold
15838 行内形式
15839 \family default
15840 \series default
15841 に変更したときの表示です。
15842 \begin_inset Formula 
15843 \[
15844 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}
15845 \]
15846
15847 \end_inset
15848
15849
15850 \series bold
15851
15852 \backslash
15853 intop
15854 \series default
15855
15856 \series bold
15857
15858 \backslash
15859 ointop
15860 \series default
15861 などのように
15862 \series bold
15863 op
15864 \series default
15865 で終わるもの以外の積分記号では、範囲は、既定で演算子の横に設定されます。しかし、多重積分においては、範囲を演算子の下に置くべきときがあります。このことから、以下
15866 の例では、範囲形式を
15867 \series bold
15868 別行立て形式
15869 \series default
15870 にして積分記号の下に置くようにしています。
15871 \begin_inset Formula 
15872 \begin{equation}
15873 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}
15874 \end{equation}
15875
15876 \end_inset
15877
15878
15879 \end_layout
15880
15881 \begin_layout Standard
15882 \begin_inset VSpace medskip
15883 \end_inset
15884
15885 範囲に条件を指定したい場合には、
15886 \series bold
15887
15888 \backslash
15889 subarray
15890 \series default
15891
15892 \begin_inset Index idx
15893 status collapsed
15894
15895 \begin_layout Plain Layout
15896 こまんど@コマンド ! S ! 
15897 \backslash
15898 subarray
15899 \end_layout
15900
15901 \end_inset
15902
15903 コマンドや
15904 \series bold
15905
15906 \backslash
15907 substack
15908 \series default
15909
15910 \begin_inset Index idx
15911 status collapsed
15912
15913 \begin_layout Plain Layout
15914 こまんど@コマンド ! S ! 
15915 \backslash
15916 substack
15917 \end_layout
15918
15919 \end_inset
15920
15921 コマンドを使用します。たとえば、以下の表記 
15922 \begin_inset Formula 
15923 \begin{equation}
15924 \sum_{\begin{subarray}{c}
15925 0<k<1000\\
15926 \\
15927 k\,\in\,\mathbb{N}
15928 \end{subarray}}^{n}k^{-2}\label{eq:substack}
15929 \end{equation}
15930
15931 \end_inset
15932
15933
15934 \end_layout
15935
15936 \begin_layout Standard
15937 を作成するには、以下のようにしなくてはなりません。
15938 \begin_inset Newline newline
15939 \end_inset
15940
15941 まず、
15942 \series bold
15943
15944 \backslash
15945 sum
15946 \series default
15947 ^
15948 \series bold
15949 n
15950 \begin_inset ERT
15951 status collapsed
15952
15953 \begin_layout Plain Layout
15954
15955
15956 \backslash
15957 spce 
15958 \end_layout
15959
15960 \end_inset
15961
15962 _
15963 \series default
15964 というコマンドを入力します。すると、和演算子の下の青枠に移動するので、ここに
15965 \series bold
15966
15967 \backslash
15968 subarray
15969 \begin_inset ERT
15970 status collapsed
15971
15972 \begin_layout Plain Layout
15973
15974
15975 \backslash
15976 spce 
15977 \end_layout
15978
15979 \end_inset
15980
15981
15982 \series default
15983 コマンドを挿入します。すると、青枠が紫枠の中に入って、ここに複数の行を書き込むことができるようになります。新しい行は、改行(
15984 \begin_inset Info
15985 type  "shortcut"
15986 arg   "newline-insert newline"
15987 \end_inset
15988
15989 )を挿入することで作ることができます。ここに
15990 \begin_inset Newline newline
15991 \end_inset
15992
15993
15994 \series bold
15995 0
15996 \begin_inset Formula $\boldsymbol{<}$
15997 \end_inset
15998
15999 k
16000 \begin_inset Formula $\boldsymbol{<}$
16001 \end_inset
16002
16003 1000 Ctrl+Return
16004 \begin_inset Newline newline
16005 \end_inset
16006
16007
16008 \series default
16009 と入力すると、新規行のための新しい枠が現れます。
16010 \end_layout
16011
16012 \begin_layout Standard
16013 各行の揃え方は、
16014 \family sans
16015 表ツールバー
16016 \family default
16017
16018 \family sans
16019 編集\SpecialChar \menuseparator
16020 行と列
16021 \family default
16022 メニューで変更することができますが、右揃えにするには、行頭に
16023 \series bold
16024
16025 \backslash
16026 hfill
16027 \begin_inset ERT
16028 status collapsed
16029
16030 \begin_layout Plain Layout
16031
16032
16033 \backslash
16034 spce 
16035 \end_layout
16036
16037 \end_inset
16038
16039
16040 \series default
16041 を挿入しなくてはなりません。
16042 \end_layout
16043
16044 \begin_layout Standard
16045
16046 \series bold
16047
16048 \backslash
16049 substack
16050 \series default
16051 コマンドは、各行がつねに中央揃えになることを除いては、
16052 \series bold
16053
16054 \backslash
16055 subarray
16056 \series default
16057 と同じです。
16058 \end_layout
16059
16060 \begin_layout Standard
16061 \begin_inset VSpace bigskip
16062 \end_inset
16063
16064 演算子の後に来る文字は、範囲の横に来るので、
16065 \begin_inset CommandInset ref
16066 LatexCommand eqref
16067 reference "eq:substack"
16068
16069 \end_inset
16070
16071 式のように、演算子の横の余白が大きくなりすぎることがあります。
16072 \end_layout
16073
16074 \begin_layout Standard
16075 これを避けるには、LaTeXプリアンブルに以下のようなマクロを指定する方法があります。
16076 \end_layout
16077
16078 \begin_layout Standard
16079
16080 \series bold
16081
16082 \backslash
16083 def
16084 \backslash
16085 clap#1{
16086 \backslash
16087 hbox to 0pt{
16088 \backslash
16089 hss #1
16090 \backslash
16091 hss}}
16092 \begin_inset Newline newline
16093 \end_inset
16094
16095
16096 \backslash
16097 def
16098 \backslash
16099 mathclap {
16100 \backslash
16101 mathpalette 
16102 \backslash
16103 mathclapinternal}
16104 \begin_inset Newline newline
16105 \end_inset
16106
16107
16108 \backslash
16109 def
16110 \backslash
16111 mathclapinternal #1#2{
16112 \backslash
16113 clap{$
16114 \backslash
16115 mathsurround =0pt #1{#2}$}}
16116 \end_layout
16117
16118 \begin_layout Standard
16119 これは、範囲の幅を0
16120 \begin_inset space \thinspace{}
16121 \end_inset
16122
16123 ptに設定する
16124 \series bold
16125
16126 \backslash
16127 mathclap
16128 \series default
16129
16130 \begin_inset Index idx
16131 status collapsed
16132
16133 \begin_layout Plain Layout
16134 こまんど@コマンド ! M ! 
16135 \backslash
16136 mathclap
16137 \end_layout
16138
16139 \end_inset
16140
16141 コマンドを定義しています。このコマンドの書式は、
16142 \end_layout
16143
16144 \begin_layout Standard
16145
16146 \series bold
16147
16148 \backslash
16149 mathclap{範囲}
16150 \end_layout
16151
16152 \begin_layout Standard
16153 となっていて、「範囲」には複数の条件を入れることができます。
16154 \end_layout
16155
16156 \begin_layout Standard
16157 これを
16158 \begin_inset CommandInset ref
16159 LatexCommand eqref
16160 reference "eq:substack"
16161
16162 \end_inset
16163
16164 式に応用すると、以下のようなコマンド
16165 \end_layout
16166
16167 \begin_layout Standard
16168
16169 \series bold
16170
16171 \backslash
16172 sum_
16173 \backslash
16174 mathclap{
16175 \backslash
16176 substack
16177 \begin_inset ERT
16178 status collapsed
16179
16180 \begin_layout Plain Layout
16181
16182
16183 \backslash
16184 spce 
16185 \end_layout
16186
16187 \end_inset
16188
16189 0
16190 \begin_inset Formula $\boldsymbol{<}$
16191 \end_inset
16192
16193 k
16194 \begin_inset Formula $\boldsymbol{<}$
16195 \end_inset
16196
16197 1000 Ctrl+Return
16198 \end_layout
16199
16200 \begin_layout Standard
16201 を使用して下限を作成することになります。これによって、足される要素は、和演算子の直後に来ることになります。
16202 \begin_inset Formula 
16203 \[
16204 \sum_{\mathclap{\substack{0<k<1000\\
16205 \\
16206 k\,\in\,\mathbb{N}
16207 }
16208 }}^{n}k^{-2}
16209 \]
16210
16211 \end_inset
16212
16213
16214 \end_layout
16215
16216 \begin_layout Standard
16217 \begin_inset VSpace bigskip
16218 \end_inset
16219
16220 一つの範囲を複数の演算子に用いる方法が、第
16221 \begin_inset CommandInset ref
16222 LatexCommand ref
16223 reference "sub:自己定義演算子"
16224
16225 \end_inset
16226
16227 節に述べられています。
16228 \end_layout
16229
16230 \begin_layout Subsection
16231 演算子の修飾
16232 \begin_inset Index idx
16233 status open
16234
16235 \begin_layout Plain Layout
16236 えんざんし@演算子 ! 
16237 \family sans
16238 \series bold
16239 しゅうしょく@修飾
16240 \end_layout
16241
16242 \end_inset
16243
16244
16245 \end_layout
16246
16247 \begin_layout Standard
16248
16249 \series bold
16250
16251 \backslash
16252 overset
16253 \series default
16254
16255 \begin_inset Index idx
16256 status collapsed
16257
16258 \begin_layout Plain Layout
16259 こまんど@コマンド ! O ! 
16260 \backslash
16261 overset
16262 \end_layout
16263
16264 \end_inset
16265
16266 コマンドや
16267 \series bold
16268
16269 \backslash
16270 underset
16271 \series default
16272
16273 \begin_inset Index idx
16274 status collapsed
16275
16276 \begin_layout Plain Layout
16277 こまんど@コマンド ! U ! 
16278 \backslash
16279 underset
16280 \end_layout
16281
16282 \end_inset
16283
16284 コマンドを使うと、それぞれ演算子の上や下に、文字をアクセントとして付けることができます。また、
16285 \series bold
16286
16287 \backslash
16288 sideset
16289 \series default
16290
16291 \begin_inset Index idx
16292 status collapsed
16293
16294 \begin_layout Plain Layout
16295 こまんど@コマンド ! S ! 
16296 \backslash
16297 sideset
16298 \end_layout
16299
16300 \end_inset
16301
16302 コマンドを使うと、文字を演算子の前や後ろに付けることができます。コマンド書式は、
16303 \end_layout
16304
16305 \begin_layout Standard
16306
16307 \series bold
16308
16309 \backslash
16310 sideset{前置文字}{後置文字}
16311 \end_layout
16312
16313 \begin_layout Standard
16314
16315 \series bold
16316
16317 \backslash
16318 sideset
16319 \series default
16320 は、かならずアクセントを付ける演算子の前に置かなくてはなりません。複数の文字や他の演算子、記号もアクセントとして使用することができます。たとえば、
16321 \series bold
16322
16323 \backslash
16324 sideset
16325 \series default
16326 を使って演算子の後だけに文字を配置したい場合には、最初の括弧の中には何も書かないようにしますが、括弧を省略することはできません。
16327 \end_layout
16328
16329 \begin_layout Standard
16330 たとえば、
16331 \series bold
16332
16333 \backslash
16334 sideset{
16335 \begin_inset Formula $\to$
16336 \end_inset
16337
16338
16339 \backslash
16340 {
16341 \series default
16342 '
16343 \series bold
16344
16345 \begin_inset Formula $\to$
16346 \end_inset
16347
16348
16349 \backslash
16350 sum_k=1
16351 \begin_inset ERT
16352 status collapsed
16353
16354 \begin_layout Plain Layout
16355
16356
16357 \backslash
16358 spce 
16359 \end_layout
16360
16361 \end_inset
16362
16363
16364 \series default
16365 ^
16366 \series bold
16367 n
16368 \series default
16369 というコマンドを入力すると、
16370 \begin_inset Formula 
16371 \[
16372 \sideset{}{'}\sum_{k=1}^{n}
16373 \]
16374
16375 \end_inset
16376
16377 のようになります。
16378 \end_layout
16379
16380 \begin_layout Standard
16381 \begin_inset Note Greyedout
16382 status open
16383
16384 \begin_layout Plain Layout
16385
16386 \series bold
16387 【註】
16388 \backslash
16389 sideset
16390 \series default
16391 は、大演算子を修飾するためだけに用いることができ、二項演算子には用いることができません。
16392 \end_layout
16393
16394 \end_inset
16395
16396
16397 \end_layout
16398
16399 \begin_layout Standard
16400 のようになります。最後の例からわかるように、
16401 \series bold
16402
16403 \backslash
16404 overset
16405 \series default
16406
16407 \series bold
16408
16409 \backslash
16410 underset
16411 \series default
16412 では、記号や文字にアクセントをつけることもできます。一方。 また、
16413 \series bold
16414
16415 \backslash
16416 overset
16417 \begin_inset ERT
16418 status collapsed
16419
16420 \begin_layout Plain Layout
16421
16422
16423 \backslash
16424 spce 
16425 \end_layout
16426
16427 \end_inset
16428
16429
16430 \backslash
16431 maltese
16432 \begin_inset ERT
16433 status collapsed
16434
16435 \begin_layout Plain Layout
16436
16437
16438 \backslash
16439 spce 
16440 \end_layout
16441
16442 \end_inset
16443
16444
16445 \series default
16446
16447 \begin_inset Formula $\uparrow$
16448 \end_inset
16449
16450
16451 \series bold
16452 a
16453 \series default
16454 というコマンドならば、
16455 \begin_inset Formula 
16456 \[
16457 \overset{a}{\maltese}
16458 \]
16459
16460 \end_inset
16461
16462
16463 \end_layout
16464
16465 \begin_layout Subsection
16466 二項演算子
16467 \begin_inset CommandInset label
16468 LatexCommand label
16469 name "sub:二項演算子"
16470
16471 \end_inset
16472
16473
16474 \begin_inset Index idx
16475 status collapsed
16476
16477 \begin_layout Plain Layout
16478 えんざんし@演算子 ! にこう@二項
16479 \end_layout
16480
16481 \end_inset
16482
16483
16484 \end_layout
16485
16486 \begin_layout Standard
16487 二項演算子は、前後に文字がある場合、周囲に余白が入ります。
16488 \begin_inset VSpace medskip
16489 \end_inset
16490
16491
16492 \end_layout
16493
16494 \begin_layout Standard
16495 \begin_inset space \hfill{}
16496 \end_inset
16497
16498
16499 \begin_inset Tabular
16500 <lyxtabular version="3" rows="13" columns="2">
16501 <features rotate="0" tabularvalignment="middle">
16502 <column alignment="center" valignment="top" width="0pt">
16503 <column alignment="center" valignment="top" width="0pt">
16504 <row>
16505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16506 \begin_inset Text
16507
16508 \begin_layout Plain Layout
16509 コマンド
16510 \begin_inset Note Note
16511 status collapsed
16512
16513 \begin_layout Plain Layout
16514 ここで
16515 \series bold
16516
16517 \backslash
16518 raisebox
16519 \series default
16520 はスペーサーとして使用しているだけです。
16521 \end_layout
16522
16523 \end_inset
16524
16525
16526 \end_layout
16527
16528 \end_inset
16529 </cell>
16530 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16531 \begin_inset Text
16532
16533 \begin_layout Plain Layout
16534 出力
16535 \end_layout
16536
16537 \end_inset
16538 </cell>
16539 </row>
16540 <row>
16541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16542 \begin_inset Text
16543
16544 \begin_layout Plain Layout
16545 +
16546 \end_layout
16547
16548 \end_inset
16549 </cell>
16550 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16551 \begin_inset Text
16552
16553 \begin_layout Plain Layout
16554 \begin_inset Formula $+$
16555 \end_inset
16556
16557
16558 \end_layout
16559
16560 \end_inset
16561 </cell>
16562 </row>
16563 <row>
16564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16565 \begin_inset Text
16566
16567 \begin_layout Plain Layout
16568 -
16569 \end_layout
16570
16571 \end_inset
16572 </cell>
16573 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16574 \begin_inset Text
16575
16576 \begin_layout Plain Layout
16577 \begin_inset Formula $-$
16578 \end_inset
16579
16580
16581 \end_layout
16582
16583 \end_inset
16584 </cell>
16585 </row>
16586 <row>
16587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16588 \begin_inset Text
16589
16590 \begin_layout Plain Layout
16591
16592 \backslash
16593 pm
16594 \end_layout
16595
16596 \end_inset
16597 </cell>
16598 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16599 \begin_inset Text
16600
16601 \begin_layout Plain Layout
16602 \begin_inset Formula $\pm$
16603 \end_inset
16604
16605
16606 \end_layout
16607
16608 \end_inset
16609 </cell>
16610 </row>
16611 <row>
16612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16613 \begin_inset Text
16614
16615 \begin_layout Plain Layout
16616
16617 \backslash
16618 mp
16619 \end_layout
16620
16621 \end_inset
16622 </cell>
16623 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16624 \begin_inset Text
16625
16626 \begin_layout Plain Layout
16627 \begin_inset Formula $\mp$
16628 \end_inset
16629
16630
16631 \end_layout
16632
16633 \end_inset
16634 </cell>
16635 </row>
16636 <row>
16637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16638 \begin_inset Text
16639
16640 \begin_layout Plain Layout
16641
16642 \backslash
16643 cdot
16644 \end_layout
16645
16646 \end_inset
16647 </cell>
16648 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16649 \begin_inset Text
16650
16651 \begin_layout Plain Layout
16652 \begin_inset Formula $\cdot$
16653 \end_inset
16654
16655
16656 \end_layout
16657
16658 \end_inset
16659 </cell>
16660 </row>
16661 <row>
16662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16663 \begin_inset Text
16664
16665 \begin_layout Plain Layout
16666
16667 \backslash
16668 times
16669 \end_layout
16670
16671 \end_inset
16672 </cell>
16673 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16674 \begin_inset Text
16675
16676 \begin_layout Plain Layout
16677 \begin_inset Formula $\times$
16678 \end_inset
16679
16680
16681 \end_layout
16682
16683 \end_inset
16684 </cell>
16685 </row>
16686 <row>
16687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16688 \begin_inset Text
16689
16690 \begin_layout Plain Layout
16691
16692 \backslash
16693 div
16694 \end_layout
16695
16696 \end_inset
16697 </cell>
16698 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16699 \begin_inset Text
16700
16701 \begin_layout Plain Layout
16702 \begin_inset Formula $\div$
16703 \end_inset
16704
16705
16706 \end_layout
16707
16708 \end_inset
16709 </cell>
16710 </row>
16711 <row>
16712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16713 \begin_inset Text
16714
16715 \begin_layout Plain Layout
16716 \begin_inset ERT
16717 status collapsed
16718
16719 \begin_layout Plain Layout
16720
16721
16722 \backslash
16723 raisebox{-1.2mm}{
16724 \end_layout
16725
16726 \end_inset
16727
16728 *
16729 \begin_inset ERT
16730 status collapsed
16731
16732 \begin_layout Plain Layout
16733
16734 }
16735 \end_layout
16736
16737 \end_inset
16738
16739
16740 \end_layout
16741
16742 \end_inset
16743 </cell>
16744 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16745 \begin_inset Text
16746
16747 \begin_layout Plain Layout
16748 \begin_inset Formula $*$
16749 \end_inset
16750
16751
16752 \end_layout
16753
16754 \end_inset
16755 </cell>
16756 </row>
16757 <row>
16758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16759 \begin_inset Text
16760
16761 \begin_layout Plain Layout
16762
16763 \backslash
16764 star
16765 \end_layout
16766
16767 \end_inset
16768 </cell>
16769 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16770 \begin_inset Text
16771
16772 \begin_layout Plain Layout
16773 \begin_inset Formula $\star$
16774 \end_inset
16775
16776
16777 \end_layout
16778
16779 \end_inset
16780 </cell>
16781 </row>
16782 <row>
16783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16784 \begin_inset Text
16785
16786 \begin_layout Plain Layout
16787
16788 \backslash
16789 circ
16790 \end_layout
16791
16792 \end_inset
16793 </cell>
16794 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16795 \begin_inset Text
16796
16797 \begin_layout Plain Layout
16798 \begin_inset Formula $\circ$
16799 \end_inset
16800
16801
16802 \end_layout
16803
16804 \end_inset
16805 </cell>
16806 </row>
16807 <row>
16808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16809 \begin_inset Text
16810
16811 \begin_layout Plain Layout
16812
16813 \backslash
16814 diamond
16815 \end_layout
16816
16817 \end_inset
16818 </cell>
16819 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16820 \begin_inset Text
16821
16822 \begin_layout Plain Layout
16823 \begin_inset Formula $\diamond$
16824 \end_inset
16825
16826
16827 \end_layout
16828
16829 \end_inset
16830 </cell>
16831 </row>
16832 <row>
16833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16834 \begin_inset Text
16835
16836 \begin_layout Plain Layout
16837
16838 \backslash
16839 bullet
16840 \end_layout
16841
16842 \end_inset
16843 </cell>
16844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16845 \begin_inset Text
16846
16847 \begin_layout Plain Layout
16848 \begin_inset Formula $\bullet$
16849 \end_inset
16850
16851
16852 \end_layout
16853
16854 \end_inset
16855 </cell>
16856 </row>
16857 </lyxtabular>
16858
16859 \end_inset
16860
16861
16862 \begin_inset space \hfill{}
16863 \end_inset
16864
16865
16866 \begin_inset Tabular
16867 <lyxtabular version="3" rows="13" columns="2">
16868 <features rotate="0" tabularvalignment="middle">
16869 <column alignment="center" valignment="top" width="0pt">
16870 <column alignment="center" valignment="top" width="0pt">
16871 <row>
16872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16873 \begin_inset Text
16874
16875 \begin_layout Plain Layout
16876 コマンド
16877 \end_layout
16878
16879 \end_inset
16880 </cell>
16881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16882 \begin_inset Text
16883
16884 \begin_layout Plain Layout
16885 出力
16886 \end_layout
16887
16888 \end_inset
16889 </cell>
16890 </row>
16891 <row>
16892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16893 \begin_inset Text
16894
16895 \begin_layout Plain Layout
16896
16897 \backslash
16898 nabla
16899 \end_layout
16900
16901 \end_inset
16902 </cell>
16903 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16904 \begin_inset Text
16905
16906 \begin_layout Plain Layout
16907 \begin_inset Formula $\nabla$
16908 \end_inset
16909
16910
16911 \end_layout
16912
16913 \end_inset
16914 </cell>
16915 </row>
16916 <row>
16917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16918 \begin_inset Text
16919
16920 \begin_layout Plain Layout
16921
16922 \backslash
16923 bigtriangledown
16924 \end_layout
16925
16926 \end_inset
16927 </cell>
16928 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16929 \begin_inset Text
16930
16931 \begin_layout Plain Layout
16932 \begin_inset Formula $\bigtriangledown$
16933 \end_inset
16934
16935
16936 \end_layout
16937
16938 \end_inset
16939 </cell>
16940 </row>
16941 <row>
16942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16943 \begin_inset Text
16944
16945 \begin_layout Plain Layout
16946
16947 \backslash
16948 bigtriangleup
16949 \end_layout
16950
16951 \end_inset
16952 </cell>
16953 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16954 \begin_inset Text
16955
16956 \begin_layout Plain Layout
16957 \begin_inset Formula $\bigtriangleup$
16958 \end_inset
16959
16960
16961 \end_layout
16962
16963 \end_inset
16964 </cell>
16965 </row>
16966 <row>
16967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16968 \begin_inset Text
16969
16970 \begin_layout Plain Layout
16971
16972 \backslash
16973 Box
16974 \end_layout
16975
16976 \end_inset
16977 </cell>
16978 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16979 \begin_inset Text
16980
16981 \begin_layout Plain Layout
16982 \begin_inset Formula $\Box$
16983 \end_inset
16984
16985
16986 \end_layout
16987
16988 \end_inset
16989 </cell>
16990 </row>
16991 <row>
16992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16993 \begin_inset Text
16994
16995 \begin_layout Plain Layout
16996
16997 \backslash
16998 cap 
16999 \end_layout
17000
17001 \end_inset
17002 </cell>
17003 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17004 \begin_inset Text
17005
17006 \begin_layout Plain Layout
17007 \begin_inset Formula $\cap$
17008 \end_inset
17009
17010
17011 \end_layout
17012
17013 \end_inset
17014 </cell>
17015 </row>
17016 <row>
17017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17018 \begin_inset Text
17019
17020 \begin_layout Plain Layout
17021
17022 \backslash
17023 cup
17024 \end_layout
17025
17026 \end_inset
17027 </cell>
17028 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17029 \begin_inset Text
17030
17031 \begin_layout Plain Layout
17032 \begin_inset Formula $\cup$
17033 \end_inset
17034
17035
17036 \end_layout
17037
17038 \end_inset
17039 </cell>
17040 </row>
17041 <row>
17042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17043 \begin_inset Text
17044
17045 \begin_layout Plain Layout
17046
17047 \backslash
17048 dagger
17049 \end_layout
17050
17051 \end_inset
17052 </cell>
17053 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17054 \begin_inset Text
17055
17056 \begin_layout Plain Layout
17057 \begin_inset Formula $\dagger$
17058 \end_inset
17059
17060
17061 \end_layout
17062
17063 \end_inset
17064 </cell>
17065 </row>
17066 <row>
17067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17068 \begin_inset Text
17069
17070 \begin_layout Plain Layout
17071
17072 \backslash
17073 ddagger
17074 \end_layout
17075
17076 \end_inset
17077 </cell>
17078 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17079 \begin_inset Text
17080
17081 \begin_layout Plain Layout
17082 \begin_inset Formula $\ddagger$
17083 \end_inset
17084
17085
17086 \end_layout
17087
17088 \end_inset
17089 </cell>
17090 </row>
17091 <row>
17092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17093 \begin_inset Text
17094
17095 \begin_layout Plain Layout
17096
17097 \backslash
17098 wr
17099 \end_layout
17100
17101 \end_inset
17102 </cell>
17103 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17104 \begin_inset Text
17105
17106 \begin_layout Plain Layout
17107 \begin_inset Formula $\wr$
17108 \end_inset
17109
17110
17111 \end_layout
17112
17113 \end_inset
17114 </cell>
17115 </row>
17116 <row>
17117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17118 \begin_inset Text
17119
17120 \begin_layout Plain Layout
17121
17122 \backslash
17123 bigcirc
17124 \end_layout
17125
17126 \end_inset
17127 </cell>
17128 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17129 \begin_inset Text
17130
17131 \begin_layout Plain Layout
17132 \begin_inset Formula $\bigcirc$
17133 \end_inset
17134
17135
17136 \end_layout
17137
17138 \end_inset
17139 </cell>
17140 </row>
17141 <row>
17142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17143 \begin_inset Text
17144
17145 \begin_layout Plain Layout
17146
17147 \backslash
17148 wedge
17149 \end_layout
17150
17151 \end_inset
17152 </cell>
17153 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17154 \begin_inset Text
17155
17156 \begin_layout Plain Layout
17157 \begin_inset Formula $\wedge$
17158 \end_inset
17159
17160
17161 \end_layout
17162
17163 \end_inset
17164 </cell>
17165 </row>
17166 <row>
17167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17168 \begin_inset Text
17169
17170 \begin_layout Plain Layout
17171
17172 \backslash
17173 vee
17174 \end_layout
17175
17176 \end_inset
17177 </cell>
17178 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17179 \begin_inset Text
17180
17181 \begin_layout Plain Layout
17182 \begin_inset Formula $\vee$
17183 \end_inset
17184
17185
17186 \end_layout
17187
17188 \end_inset
17189 </cell>
17190 </row>
17191 </lyxtabular>
17192
17193 \end_inset
17194
17195
17196 \begin_inset space \hfill{}
17197 \end_inset
17198
17199
17200 \begin_inset Tabular
17201 <lyxtabular version="3" rows="13" columns="2">
17202 <features rotate="0" tabularvalignment="middle">
17203 <column alignment="center" valignment="top" width="0pt">
17204 <column alignment="center" valignment="top" width="0pt">
17205 <row>
17206 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17207 \begin_inset Text
17208
17209 \begin_layout Plain Layout
17210 コマンド
17211 \end_layout
17212
17213 \end_inset
17214 </cell>
17215 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17216 \begin_inset Text
17217
17218 \begin_layout Plain Layout
17219 出力
17220 \end_layout
17221
17222 \end_inset
17223 </cell>
17224 </row>
17225 <row>
17226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17227 \begin_inset Text
17228
17229 \begin_layout Plain Layout
17230
17231 \backslash
17232 oplus
17233 \end_layout
17234
17235 \end_inset
17236 </cell>
17237 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17238 \begin_inset Text
17239
17240 \begin_layout Plain Layout
17241 \begin_inset Formula $\oplus$
17242 \end_inset
17243
17244
17245 \end_layout
17246
17247 \end_inset
17248 </cell>
17249 </row>
17250 <row>
17251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17252 \begin_inset Text
17253
17254 \begin_layout Plain Layout
17255
17256 \backslash
17257 ominus
17258 \end_layout
17259
17260 \end_inset
17261 </cell>
17262 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17263 \begin_inset Text
17264
17265 \begin_layout Plain Layout
17266 \begin_inset Formula $\ominus$
17267 \end_inset
17268
17269
17270 \end_layout
17271
17272 \end_inset
17273 </cell>
17274 </row>
17275 <row>
17276 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17277 \begin_inset Text
17278
17279 \begin_layout Plain Layout
17280
17281 \backslash
17282 otimes
17283 \end_layout
17284
17285 \end_inset
17286 </cell>
17287 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17288 \begin_inset Text
17289
17290 \begin_layout Plain Layout
17291 \begin_inset Formula $\otimes$
17292 \end_inset
17293
17294
17295 \end_layout
17296
17297 \end_inset
17298 </cell>
17299 </row>
17300 <row>
17301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17302 \begin_inset Text
17303
17304 \begin_layout Plain Layout
17305
17306 \backslash
17307 oslash
17308 \end_layout
17309
17310 \end_inset
17311 </cell>
17312 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17313 \begin_inset Text
17314
17315 \begin_layout Plain Layout
17316 \begin_inset Formula $\oslash$
17317 \end_inset
17318
17319
17320 \end_layout
17321
17322 \end_inset
17323 </cell>
17324 </row>
17325 <row>
17326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17327 \begin_inset Text
17328
17329 \begin_layout Plain Layout
17330
17331 \backslash
17332 odot
17333 \end_layout
17334
17335 \end_inset
17336 </cell>
17337 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17338 \begin_inset Text
17339
17340 \begin_layout Plain Layout
17341 \begin_inset Formula $\odot$
17342 \end_inset
17343
17344
17345 \end_layout
17346
17347 \end_inset
17348 </cell>
17349 </row>
17350 <row>
17351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17352 \begin_inset Text
17353
17354 \begin_layout Plain Layout
17355
17356 \backslash
17357 amalg
17358 \end_layout
17359
17360 \end_inset
17361 </cell>
17362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17363 \begin_inset Text
17364
17365 \begin_layout Plain Layout
17366 \begin_inset Formula $\amalg$
17367 \end_inset
17368
17369
17370 \end_layout
17371
17372 \end_inset
17373 </cell>
17374 </row>
17375 <row>
17376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17377 \begin_inset Text
17378
17379 \begin_layout Plain Layout
17380
17381 \backslash
17382 uplus
17383 \end_layout
17384
17385 \end_inset
17386 </cell>
17387 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17388 \begin_inset Text
17389
17390 \begin_layout Plain Layout
17391 \begin_inset Formula $\uplus$
17392 \end_inset
17393
17394
17395 \end_layout
17396
17397 \end_inset
17398 </cell>
17399 </row>
17400 <row>
17401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17402 \begin_inset Text
17403
17404 \begin_layout Plain Layout
17405
17406 \backslash
17407 setminus
17408 \end_layout
17409
17410 \end_inset
17411 </cell>
17412 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17413 \begin_inset Text
17414
17415 \begin_layout Plain Layout
17416 \begin_inset Formula $\setminus$
17417 \end_inset
17418
17419
17420 \end_layout
17421
17422 \end_inset
17423 </cell>
17424 </row>
17425 <row>
17426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17427 \begin_inset Text
17428
17429 \begin_layout Plain Layout
17430
17431 \backslash
17432 sqcap
17433 \end_layout
17434
17435 \end_inset
17436 </cell>
17437 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17438 \begin_inset Text
17439
17440 \begin_layout Plain Layout
17441 \begin_inset Formula $\sqcap$
17442 \end_inset
17443
17444
17445 \end_layout
17446
17447 \end_inset
17448 </cell>
17449 </row>
17450 <row>
17451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17452 \begin_inset Text
17453
17454 \begin_layout Plain Layout
17455
17456 \backslash
17457 sqcup
17458 \end_layout
17459
17460 \end_inset
17461 </cell>
17462 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17463 \begin_inset Text
17464
17465 \begin_layout Plain Layout
17466 \begin_inset Formula $\sqcup$
17467 \end_inset
17468
17469
17470 \end_layout
17471
17472 \end_inset
17473 </cell>
17474 </row>
17475 <row>
17476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17477 \begin_inset Text
17478
17479 \begin_layout Plain Layout
17480
17481 \backslash
17482 triangleleft
17483 \end_layout
17484
17485 \end_inset
17486 </cell>
17487 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17488 \begin_inset Text
17489
17490 \begin_layout Plain Layout
17491 \begin_inset Formula $\triangleleft$
17492 \end_inset
17493
17494
17495 \end_layout
17496
17497 \end_inset
17498 </cell>
17499 </row>
17500 <row>
17501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17502 \begin_inset Text
17503
17504 \begin_layout Plain Layout
17505
17506 \backslash
17507 triangleright
17508 \end_layout
17509
17510 \end_inset
17511 </cell>
17512 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17513 \begin_inset Text
17514
17515 \begin_layout Plain Layout
17516 \begin_inset Formula $\triangleright$
17517 \end_inset
17518
17519
17520 \end_layout
17521
17522 \end_inset
17523 </cell>
17524 </row>
17525 </lyxtabular>
17526
17527 \end_inset
17528
17529
17530 \begin_inset space \hfill{}
17531 \end_inset
17532
17533
17534 \end_layout
17535
17536 \begin_layout Standard
17537 二項演算子は、すべて数式ツールバーボタンの
17538 \begin_inset Graphics
17539         filename ../../images/math/pm.png
17540         scale 85
17541
17542 \end_inset
17543
17544 から挿入することもできます。
17545 \end_layout
17546
17547 \begin_layout Standard
17548 ラプラス演算子を組版するには、
17549 \series bold
17550
17551 \backslash
17552 bigtriangleup
17553 \series default
17554 以外に、
17555 \series bold
17556
17557 \backslash
17558 Delta
17559 \series default
17560
17561 \series bold
17562
17563 \backslash
17564 nabla
17565 \series default
17566 ^
17567 \series bold
17568 2
17569 \series default
17570 (
17571 \begin_inset Formula $\nabla^{2}$
17572 \end_inset
17573
17574 )を使用することもできます。
17575 \end_layout
17576
17577 \begin_layout Standard
17578
17579 \family sans
17580 挿入\SpecialChar \menuseparator
17581 特殊文字
17582 \family default
17583 メニューの
17584 \family sans
17585 メニュー区切り
17586 \family default
17587 で入力される文字は、
17588 \series bold
17589
17590 \backslash
17591 triangleright
17592 \series default
17593 演算子です。
17594 \end_layout
17595
17596 \begin_layout Subsection
17597 自己定義演算子
17598 \begin_inset CommandInset label
17599 LatexCommand label
17600 name "sub:自己定義演算子"
17601
17602 \end_inset
17603
17604
17605 \begin_inset Index idx
17606 status collapsed
17607
17608 \begin_layout Plain Layout
17609 えんざんし@演算子 ! じこていぎ@自己定義
17610 \end_layout
17611
17612 \end_inset
17613
17614
17615 \end_layout
17616
17617 \begin_layout Standard
17618 LaTeXプリアンブルで
17619 \series bold
17620
17621 \backslash
17622 DeclareMathOperator
17623 \series default
17624
17625 \begin_inset Index idx
17626 status collapsed
17627
17628 \begin_layout Plain Layout
17629 こまんど@コマンド ! D ! 
17630 \backslash
17631 dbinom@
17632 \backslash
17633 DeclareMathOperator
17634 \end_layout
17635
17636 \end_inset
17637
17638 コマンドを使用すると、自製演算子を定義することができます。このコマンドの書式は
17639 \end_layout
17640
17641 \begin_layout Standard
17642
17643 \series bold
17644
17645 \backslash
17646 DeclareMathOperator{新規コマンド}{表示}
17647 \end_layout
17648
17649 \begin_layout Standard
17650 です。「表示」は、出力での演算子の表示され方を定義する文字や記号です。大演算子を定義するには、コマンドの後に「*」を置きます。自己定義の大演算子は、すべて第
17651 \begin_inset CommandInset ref
17652 LatexCommand ref
17653 reference "sub:演算子の範囲"
17654
17655 \end_inset
17656
17657 節で述べられた範囲を指定することができます。
17658 \end_layout
17659
17660 \begin_layout Standard
17661 たとえば、以下のようなLaTeXプリアンブル行
17662 \end_layout
17663
17664 \begin_layout Standard
17665
17666 \series bold
17667
17668 \backslash
17669 DeclareMathOperator*{
17670 \backslash
17671 Lozenge}{
17672 \backslash
17673 blacklozenge}
17674 \end_layout
17675
17676 \begin_layout Standard
17677 は、第
17678 \begin_inset CommandInset ref
17679 LatexCommand ref
17680 reference "sub:その他の記号"
17681
17682 \end_inset
17683
17684 節にある菱形記号を使った大演算子を挿入する、以下のようなコマンド
17685 \series bold
17686
17687 \backslash
17688 Lozenge
17689 \series default
17690 を定義します。
17691 \begin_inset Formula 
17692 \[
17693 \Lozenge_{n=1}^{\infty}
17694 \]
17695
17696 \end_inset
17697
17698 上記の数式を作るコマンドは、
17699 \series bold
17700
17701 \backslash
17702 Lozenge
17703 \series default
17704 ^
17705 \series bold
17706
17707 \backslash
17708 infty
17709 \begin_inset Formula $\to$
17710 \end_inset
17711
17712 _n=1
17713 \series default
17714 です。
17715 \end_layout
17716
17717 \begin_layout Standard
17718 \begin_inset VSpace bigskip
17719 \end_inset
17720
17721 自己定義演算子を、同一文書内で複数回用いない時には、以下の書式を持つ
17722 \series bold
17723
17724 \backslash
17725 mathop
17726 \series default
17727
17728 \begin_inset Index idx
17729 status collapsed
17730
17731 \begin_layout Plain Layout
17732 こまんど@コマンド ! M ! 
17733 \backslash
17734 mathop
17735 \end_layout
17736
17737 \end_inset
17738
17739 コマンドおよび
17740 \series bold
17741
17742 \backslash
17743 mathbin
17744 \series default
17745
17746 \begin_inset Index idx
17747 status collapsed
17748
17749 \begin_layout Plain Layout
17750 こまんど@コマンド ! M ! 
17751 \backslash
17752 mathbin
17753 \end_layout
17754
17755 \end_inset
17756
17757 コマンドを用いて定義を行うこともできます。
17758 \end_layout
17759
17760 \begin_layout Standard
17761 (書式)
17762 \series bold
17763
17764 \backslash
17765 mathop{表示}
17766 \series default
17767 および
17768 \series bold
17769
17770 \backslash
17771 mathbin{表示}
17772 \end_layout
17773
17774 \begin_layout Standard
17775
17776 \series bold
17777
17778 \backslash
17779 mathop
17780 \series default
17781 は大演算子を定義し、
17782 \series bold
17783
17784 \backslash
17785 mathbin
17786 \series default
17787 は二項演算子を定義します。
17788 \end_layout
17789
17790 \begin_layout Standard
17791 たとえば
17792 \series bold
17793
17794 \backslash
17795 mathop
17796 \series default
17797 は、以下のように、複数の演算子に共通の範囲指定を行うのに用いることができます。
17798 \end_layout
17799
17800 \begin_layout Standard
17801 \begin_inset Formula 
17802 \[
17803 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}
17804 \]
17805
17806 \end_inset
17807
17808
17809 \end_layout
17810
17811 \begin_layout Standard
17812 上記の数式では
17813 \begin_inset Newline newline
17814 \end_inset
17815
17816
17817 \series bold
17818
17819 \backslash
17820 mathop{
17821 \backslash
17822 sum
17823 \backslash
17824 negmedspace
17825 \backslash
17826 sum
17827 \series default
17828
17829 \begin_inset ERT
17830 status collapsed
17831
17832 \begin_layout Plain Layout
17833
17834
17835 \backslash
17836 spce 
17837 \end_layout
17838
17839 \end_inset
17840
17841
17842 \series bold
17843
17844 \begin_inset Formula $\to$
17845 \end_inset
17846
17847 ^N
17848 \series default
17849
17850 \begin_inset ERT
17851 status collapsed
17852
17853 \begin_layout Plain Layout
17854
17855
17856 \backslash
17857 spce 
17858 \end_layout
17859
17860 \end_inset
17861
17862
17863 \series bold
17864 _i,j=1
17865 \begin_inset Newline newline
17866 \end_inset
17867
17868
17869 \series default
17870 というコマンドを用いています。
17871 \end_layout
17872
17873 \begin_layout Section
17874 書体
17875 \begin_inset Index idx
17876 status collapsed
17877
17878 \begin_layout Plain Layout
17879 しょたい@書体
17880 \end_layout
17881
17882 \end_inset
17883
17884
17885 \begin_inset Index idx
17886 status collapsed
17887
17888 \begin_layout Plain Layout
17889 ふぉんと@フォント | see
17890 \begin_inset ERT
17891 status collapsed
17892
17893 \begin_layout Plain Layout
17894
17895 {
17896 \end_layout
17897
17898 \end_inset
17899
17900 書体
17901 \begin_inset ERT
17902 status collapsed
17903
17904 \begin_layout Plain Layout
17905
17906 }
17907 \end_layout
17908
17909 \end_inset
17910
17911
17912 \end_layout
17913
17914 \end_inset
17915
17916
17917 \end_layout
17918
17919 \begin_layout Subsection
17920 書体様式
17921 \begin_inset CommandInset label
17922 LatexCommand label
17923 name "sub:書体様式"
17924
17925 \end_inset
17926
17927
17928 \begin_inset Index idx
17929 status collapsed
17930
17931 \begin_layout Plain Layout
17932 しょたい@書体 ! ようしき@様式
17933 \end_layout
17934
17935 \end_inset
17936
17937
17938 \end_layout
17939
17940 \begin_layout Standard
17941 数式中のラテン文字は、以下の書体様式のうちいずれかに設定することができます。
17942 \begin_inset VSpace -2mm
17943 \end_inset
17944
17945
17946 \end_layout
17947
17948 \begin_layout Standard
17949 \align center
17950 \begin_inset Tabular
17951 <lyxtabular version="3" rows="7" columns="3">
17952 <features rotate="0" tabularvalignment="middle">
17953 <column alignment="center" valignment="top">
17954 <column alignment="center" valignment="top">
17955 <column alignment="center" valignment="top">
17956 <row>
17957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17958 \begin_inset Text
17959
17960 \begin_layout Plain Layout
17961 コマンド
17962 \end_layout
17963
17964 \end_inset
17965 </cell>
17966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17967 \begin_inset Text
17968
17969 \begin_layout Plain Layout
17970 出力
17971 \end_layout
17972
17973 \end_inset
17974 </cell>
17975 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17976 \begin_inset Text
17977
17978 \begin_layout Plain Layout
17979 \begin_inset Flex Ruby
17980 status collapsed
17981
17982 \begin_layout Plain Layout
17983 捷径
17984 \begin_inset Argument post:1
17985 status collapsed
17986
17987 \begin_layout Plain Layout
17988 ショートカット
17989 \end_layout
17990
17991 \end_inset
17992
17993
17994 \end_layout
17995
17996 \end_inset
17997
17998
17999 \end_layout
18000
18001 \end_inset
18002 </cell>
18003 </row>
18004 <row>
18005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18006 \begin_inset Text
18007
18008 \begin_layout Plain Layout
18009
18010 \backslash
18011 mathbb
18012 \series bold
18013
18014 \begin_inset ERT
18015 status collapsed
18016
18017 \begin_layout Plain Layout
18018
18019
18020 \backslash
18021 spce 
18022 \end_layout
18023
18024 \end_inset
18025
18026
18027 \series default
18028 ABC
18029 \end_layout
18030
18031 \end_inset
18032 </cell>
18033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18034 \begin_inset Text
18035
18036 \begin_layout Plain Layout
18037 \begin_inset Formula $\mathbb{ABC}$
18038 \end_inset
18039
18040
18041 \end_layout
18042
18043 \end_inset
18044 </cell>
18045 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18046 \begin_inset Text
18047
18048 \begin_layout Plain Layout
18049 \begin_inset Info
18050 type  "shortcut"
18051 arg   "font-noun"
18052 \end_inset
18053
18054
18055 \end_layout
18056
18057 \end_inset
18058 </cell>
18059 </row>
18060 <row>
18061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18062 \begin_inset Text
18063
18064 \begin_layout Plain Layout
18065
18066 \backslash
18067 mathbf
18068 \series bold
18069
18070 \begin_inset ERT
18071 status collapsed
18072
18073 \begin_layout Plain Layout
18074
18075
18076 \backslash
18077 spce 
18078 \end_layout
18079
18080 \end_inset
18081
18082
18083 \series default
18084 AbC
18085 \end_layout
18086
18087 \end_inset
18088 </cell>
18089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18090 \begin_inset Text
18091
18092 \begin_layout Plain Layout
18093 \begin_inset Formula $\mathbf{AbC}$
18094 \end_inset
18095
18096
18097 \end_layout
18098
18099 \end_inset
18100 </cell>
18101 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18102 \begin_inset Text
18103
18104 \begin_layout Plain Layout
18105 \begin_inset Info
18106 type  "shortcut"
18107 arg   "font-bold"
18108 \end_inset
18109
18110
18111 \end_layout
18112
18113 \end_inset
18114 </cell>
18115 </row>
18116 <row>
18117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18118 \begin_inset Text
18119
18120 \begin_layout Plain Layout
18121
18122 \backslash
18123 boldsymbol
18124 \series bold
18125
18126 \begin_inset ERT
18127 status collapsed
18128
18129 \begin_layout Plain Layout
18130
18131
18132 \backslash
18133 spce 
18134 \end_layout
18135
18136 \end_inset
18137
18138
18139 \series default
18140 AbC
18141 \end_layout
18142
18143 \end_inset
18144 </cell>
18145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18146 \begin_inset Text
18147
18148 \begin_layout Plain Layout
18149 \begin_inset Formula $\boldsymbol{AbC}$
18150 \end_inset
18151
18152
18153 \end_layout
18154
18155 \end_inset
18156 </cell>
18157 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18158 \begin_inset Text
18159
18160 \begin_layout Plain Layout
18161 \begin_inset Info
18162 type  "shortcuts"
18163 arg   "font-boldsymbol"
18164 \end_inset
18165
18166
18167 \end_layout
18168
18169 \end_inset
18170 </cell>
18171 </row>
18172 <row>
18173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18174 \begin_inset Text
18175
18176 \begin_layout Plain Layout
18177
18178 \backslash
18179 mathcal
18180 \series bold
18181
18182 \begin_inset ERT
18183 status collapsed
18184
18185 \begin_layout Plain Layout
18186
18187
18188 \backslash
18189 spce 
18190 \end_layout
18191
18192 \end_inset
18193
18194
18195 \series default
18196 ABC
18197 \end_layout
18198
18199 \end_inset
18200 </cell>
18201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18202 \begin_inset Text
18203
18204 \begin_layout Plain Layout
18205 \begin_inset Formula $\mathcal{ABC}$
18206 \end_inset
18207
18208
18209 \end_layout
18210
18211 \end_inset
18212 </cell>
18213 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18214 \begin_inset Text
18215
18216 \begin_layout Plain Layout
18217 \begin_inset Info
18218 type  "shortcut"
18219 arg   "font-emph"
18220 \end_inset
18221
18222
18223 \end_layout
18224
18225 \end_inset
18226 </cell>
18227 </row>
18228 <row>
18229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18230 \begin_inset Text
18231
18232 \begin_layout Plain Layout
18233
18234 \backslash
18235 mathfrak
18236 \series bold
18237
18238 \begin_inset ERT
18239 status collapsed
18240
18241 \begin_layout Plain Layout
18242
18243
18244 \backslash
18245 spce 
18246 \end_layout
18247
18248 \end_inset
18249
18250
18251 \series default
18252 AbC
18253 \end_layout
18254
18255 \end_inset
18256 </cell>
18257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18258 \begin_inset Text
18259
18260 \begin_layout Plain Layout
18261 \begin_inset Formula $\mathfrak{AbC}$
18262 \end_inset
18263
18264
18265 \end_layout
18266
18267 \end_inset
18268 </cell>
18269 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18270 \begin_inset Text
18271
18272 \begin_layout Plain Layout
18273 -
18274 \end_layout
18275
18276 \end_inset
18277 </cell>
18278 </row>
18279 <row>
18280 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18281 \begin_inset Text
18282
18283 \begin_layout Plain Layout
18284
18285 \backslash
18286 mathscr
18287 \series bold
18288
18289 \begin_inset ERT
18290 status collapsed
18291
18292 \begin_layout Plain Layout
18293
18294
18295 \backslash
18296 spce 
18297 \end_layout
18298
18299 \end_inset
18300
18301
18302 \series default
18303 AbC
18304 \end_layout
18305
18306 \end_inset
18307 </cell>
18308 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18309 \begin_inset Text
18310
18311 \begin_layout Plain Layout
18312 \begin_inset Formula $\mathscr{AbC}$
18313 \end_inset
18314
18315
18316 \end_layout
18317
18318 \end_inset
18319 </cell>
18320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18321 \begin_inset Text
18322
18323 \begin_layout Plain Layout
18324 -
18325 \end_layout
18326
18327 \end_inset
18328 </cell>
18329 </row>
18330 </lyxtabular>
18331
18332 \end_inset
18333
18334
18335 \end_layout
18336
18337 \begin_layout Standard
18338 \align center
18339 \begin_inset Tabular
18340 <lyxtabular version="3" rows="5" columns="3">
18341 <features rotate="0" tabularvalignment="middle">
18342 <column alignment="center" valignment="top">
18343 <column alignment="center" valignment="top">
18344 <column alignment="center" valignment="top">
18345 <row>
18346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18347 \begin_inset Text
18348
18349 \begin_layout Plain Layout
18350 コマンド
18351 \end_layout
18352
18353 \end_inset
18354 </cell>
18355 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18356 \begin_inset Text
18357
18358 \begin_layout Plain Layout
18359 出力
18360 \end_layout
18361
18362 \end_inset
18363 </cell>
18364 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18365 \begin_inset Text
18366
18367 \begin_layout Plain Layout
18368 \begin_inset Flex Ruby
18369 status collapsed
18370
18371 \begin_layout Plain Layout
18372 捷径
18373 \begin_inset Argument post:1
18374 status collapsed
18375
18376 \begin_layout Plain Layout
18377 ショートカット
18378 \end_layout
18379
18380 \end_inset
18381
18382
18383 \end_layout
18384
18385 \end_inset
18386
18387
18388 \end_layout
18389
18390 \end_inset
18391 </cell>
18392 </row>
18393 <row>
18394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18395 \begin_inset Text
18396
18397 \begin_layout Plain Layout
18398
18399 \backslash
18400 mathit
18401 \series bold
18402
18403 \begin_inset ERT
18404 status collapsed
18405
18406 \begin_layout Plain Layout
18407
18408
18409 \backslash
18410 spce 
18411 \end_layout
18412
18413 \end_inset
18414
18415
18416 \series default
18417 AbC
18418 \end_layout
18419
18420 \end_inset
18421 </cell>
18422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18423 \begin_inset Text
18424
18425 \begin_layout Plain Layout
18426 \begin_inset Formula $\mathit{AbC}$
18427 \end_inset
18428
18429
18430 \end_layout
18431
18432 \end_inset
18433 </cell>
18434 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18435 \begin_inset Text
18436
18437 \begin_layout Plain Layout
18438 -
18439 \end_layout
18440
18441 \end_inset
18442 </cell>
18443 </row>
18444 <row>
18445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18446 \begin_inset Text
18447
18448 \begin_layout Plain Layout
18449
18450 \backslash
18451 mathrm
18452 \series bold
18453
18454 \begin_inset ERT
18455 status collapsed
18456
18457 \begin_layout Plain Layout
18458
18459
18460 \backslash
18461 spce 
18462 \end_layout
18463
18464 \end_inset
18465
18466
18467 \series default
18468 AbC
18469 \end_layout
18470
18471 \end_inset
18472 </cell>
18473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18474 \begin_inset Text
18475
18476 \begin_layout Plain Layout
18477 \begin_inset Formula $\mathrm{AbC}$
18478 \end_inset
18479
18480
18481 \end_layout
18482
18483 \end_inset
18484 </cell>
18485 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18486 \begin_inset Text
18487
18488 \begin_layout Plain Layout
18489 \begin_inset Info
18490 type  "shortcut"
18491 arg   "font-roman"
18492 \end_inset
18493
18494
18495 \end_layout
18496
18497 \end_inset
18498 </cell>
18499 </row>
18500 <row>
18501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18502 \begin_inset Text
18503
18504 \begin_layout Plain Layout
18505
18506 \backslash
18507 mathsf
18508 \series bold
18509
18510 \begin_inset ERT
18511 status collapsed
18512
18513 \begin_layout Plain Layout
18514
18515
18516 \backslash
18517 spce 
18518 \end_layout
18519
18520 \end_inset
18521
18522
18523 \series default
18524 AbC
18525 \end_layout
18526
18527 \end_inset
18528 </cell>
18529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18530 \begin_inset Text
18531
18532 \begin_layout Plain Layout
18533 \begin_inset Formula $\mathsf{AbC}$
18534 \end_inset
18535
18536
18537 \end_layout
18538
18539 \end_inset
18540 </cell>
18541 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18542 \begin_inset Text
18543
18544 \begin_layout Plain Layout
18545 \begin_inset Info
18546 type  "shortcut"
18547 arg   "font-sans"
18548 \end_inset
18549
18550
18551 \end_layout
18552
18553 \end_inset
18554 </cell>
18555 </row>
18556 <row>
18557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18558 \begin_inset Text
18559
18560 \begin_layout Plain Layout
18561
18562 \backslash
18563 mathtt
18564 \series bold
18565
18566 \begin_inset ERT
18567 status collapsed
18568
18569 \begin_layout Plain Layout
18570
18571
18572 \backslash
18573 spce 
18574 \end_layout
18575
18576 \end_inset
18577
18578
18579 \series default
18580 AbC
18581 \end_layout
18582
18583 \end_inset
18584 </cell>
18585 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18586 \begin_inset Text
18587
18588 \begin_layout Plain Layout
18589 \begin_inset Formula $\mathtt{AbC}$
18590 \end_inset
18591
18592
18593 \end_layout
18594
18595 \end_inset
18596 </cell>
18597 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18598 \begin_inset Text
18599
18600 \begin_layout Plain Layout
18601 \begin_inset Info
18602 type  "shortcut"
18603 arg   "font-typewriter"
18604 \end_inset
18605
18606
18607 \end_layout
18608
18609 \end_inset
18610 </cell>
18611 </row>
18612 </lyxtabular>
18613
18614 \end_inset
18615
18616
18617 \end_layout
18618
18619 \begin_layout Standard
18620 \begin_inset Note Greyedout
18621 status open
18622
18623 \begin_layout Plain Layout
18624
18625 \series bold
18626 【註】
18627 \backslash
18628 mathbb
18629 \series default
18630 様式と
18631 \series bold
18632
18633 \backslash
18634 mathcal
18635 \series default
18636 様式は、大文字にのみ使用することができます。
18637 \end_layout
18638
18639 \end_inset
18640
18641
18642 \end_layout
18643
18644 \begin_layout Standard
18645 既定では、
18646 \series bold
18647
18648 \backslash
18649 mathnormal
18650 \series default
18651 様式に設定されています。
18652 \end_layout
18653
18654 \begin_layout Standard
18655 書体様式コマンドは、以下のように数式構成要素内の文字に対しても機能します。
18656 \begin_inset Formula 
18657 \[
18658 \mathfrak{A=\frac{b}{C}}
18659 \]
18660
18661 \end_inset
18662
18663
18664 \end_layout
18665
18666 \begin_layout Standard
18667 数式テキストに含まれる文字に対しては、数式書体様式は反映せず、
18668 \series bold
18669
18670 \backslash
18671 textrm
18672 \series default
18673 様式で表示されます。数式テキストの様式を文字様式ダイアログで設定することができないのは、LyXのバグです
18674 \begin_inset Foot
18675 status collapsed
18676
18677 \begin_layout Plain Layout
18678 \begin_inset CommandInset href
18679 LatexCommand href
18680 name "LyX-bug #4629"
18681 target "http://www.lyx.org/trac/ticket/4629"
18682
18683 \end_inset
18684
18685
18686 \end_layout
18687
18688 \end_inset
18689
18690
18691 \end_layout
18692
18693 \begin_layout Standard
18694 書体様式コマンドの代わりに、
18695 \family sans
18696 編集\SpecialChar \menuseparator
18697 数学\SpecialChar \menuseparator
18698 文字様式
18699 \family default
18700 ダイアログや、
18701 \begin_inset Graphics
18702         filename ../../images/math/font.png
18703         scale 85
18704
18705 \end_inset
18706
18707 を使用することもできます。
18708 \end_layout
18709
18710 \begin_layout Subsection
18711 ボールド体の数式
18712 \begin_inset CommandInset label
18713 LatexCommand label
18714 name "sub:ボールド体の数式"
18715
18716 \end_inset
18717
18718
18719 \begin_inset Index idx
18720 status collapsed
18721
18722 \begin_layout Plain Layout
18723 すうしき@数式 ! ぼーるどたい@ボールド体
18724 \end_layout
18725
18726 \end_inset
18727
18728
18729 \end_layout
18730
18731 \begin_layout Standard
18732 数式全体をボールド体にしようとすると、前節の
18733 \series bold
18734
18735 \backslash
18736 mathbf
18737 \series default
18738 コマンドは、ギリシャ文字の小文字に対しては機能しないので、使用することができません。さらにこのコマンドは、以下の式のように、ラテン文字をつねにアップライト体に印
18739 字してしまいます。
18740 \end_layout
18741
18742 \begin_layout Standard
18743 \begin_inset Formula 
18744 \[
18745 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{\textbackslash mathbfを使用した数式}
18746 \]
18747
18748 \end_inset
18749
18750
18751 \end_layout
18752
18753 \begin_layout Standard
18754 この数式を正しく表示するには、以下のように、
18755 \series bold
18756
18757 \backslash
18758 boldsymbol
18759 \series default
18760 コマンドを使用します。
18761 \begin_inset Formula 
18762 \[
18763 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{\textbackslash boldsymbolを使用した数式}}
18764 \]
18765
18766 \end_inset
18767
18768 また、数式を
18769 \series bold
18770 boldmath環境
18771 \series default
18772 に設定する方法もあります。この環境は、TeXモードで
18773 \series bold
18774
18775 \backslash
18776 boldmath
18777 \begin_inset Index idx
18778 status collapsed
18779
18780 \begin_layout Plain Layout
18781 こまんど@コマンド ! B ! 
18782 \backslash
18783 boldmath
18784 \end_layout
18785
18786 \end_inset
18787
18788
18789 \series default
18790 コマンドを挿入することによって作ることができます。環境を閉じるには、
18791 \series bold
18792
18793 \backslash
18794 unboldmath
18795 \begin_inset Index idx
18796 status collapsed
18797
18798 \begin_layout Plain Layout
18799 こまんど@コマンド ! U ! 
18800 \backslash
18801 unboldmath
18802 \end_layout
18803
18804 \end_inset
18805
18806
18807 \series default
18808 コマンドをTeXモードで挿入します。
18809 \begin_inset ERT
18810 status collapsed
18811
18812 \begin_layout Plain Layout
18813
18814
18815 \backslash
18816 boldmath 
18817 \end_layout
18818
18819 \end_inset
18820
18821
18822 \begin_inset Formula 
18823 \[
18824 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{boldmath環境に置いた数式}
18825 \]
18826
18827 \end_inset
18828
18829
18830 \begin_inset ERT
18831 status collapsed
18832
18833 \begin_layout Plain Layout
18834
18835
18836 \backslash
18837 unboldmath 
18838 \end_layout
18839
18840 \end_inset
18841
18842
18843 \end_layout
18844
18845 \begin_layout Subsection
18846 色付きの数式
18847 \begin_inset Index idx
18848 status collapsed
18849
18850 \begin_layout Plain Layout
18851 すうしき@数式 ! いろつき@色付き
18852 \end_layout
18853
18854 \end_inset
18855
18856
18857 \end_layout
18858
18859 \begin_layout Standard
18860 数式も、通常の本文と同様、色を付けることができます。数式あるいは数式の一部を選択して、文字様式ダイアログを使用して下さい。下記は、マゼンタ色にした数式です。
18861 \begin_inset Formula 
18862 \[
18863 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
18864 \]
18865
18866 \end_inset
18867
18868
18869 \end_layout
18870
18871 \begin_layout Standard
18872
18873 \begin_inset CommandInset ref
18874 LatexCommand ref
18875 reference "sub:色付きボックス"
18876
18877 \end_inset
18878
18879 節に述べられているように、自製の色を定義することもできます。自製の色は、以下の書式を持つ
18880 \series bold
18881
18882 \backslash
18883 textcolor
18884 \series default
18885
18886 \begin_inset Index idx
18887 status collapsed
18888
18889 \begin_layout Plain Layout
18890 こまんど@コマンド ! T ! 
18891 \backslash
18892 textcolor
18893 \end_layout
18894
18895 \end_inset
18896
18897 TeXコードコマンドで適用することができます。
18898 \end_layout
18899
18900 \begin_layout Standard
18901
18902 \series bold
18903
18904 \backslash
18905 textcolor{色}{文字ないし数式}
18906 \end_layout
18907
18908 \begin_layout Standard
18909 下記の例は、全体を濃緑にし、一部を赤にしています。
18910 \end_layout
18911
18912 \begin_layout Standard
18913 \begin_inset ERT
18914 status collapsed
18915
18916 \begin_layout Plain Layout
18917
18918
18919 \backslash
18920 textcolor{darkgreen}{
18921 \end_layout
18922
18923 \end_inset
18924
18925
18926 \begin_inset Formula 
18927 \[
18928 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
18929 \]
18930
18931 \end_inset
18932
18933
18934 \begin_inset ERT
18935 status collapsed
18936
18937 \begin_layout Plain Layout
18938
18939 }
18940 \end_layout
18941
18942 \end_inset
18943
18944
18945 \end_layout
18946
18947 \begin_layout Standard
18948 LyXのバグのため、自製色は数式全体に対してしか使用することができません
18949 \begin_inset Foot
18950 status collapsed
18951
18952 \begin_layout Plain Layout
18953 \begin_inset CommandInset href
18954 LatexCommand href
18955 name "LyX-bug #5269"
18956 target "http://www.lyx.org/trac/ticket/5269"
18957
18958 \end_inset
18959
18960
18961 \end_layout
18962
18963 \end_inset
18964
18965
18966 \end_layout
18967
18968 \begin_layout Subsection
18969 書体寸法
18970 \begin_inset CommandInset label
18971 LatexCommand label
18972 name "sub:書体寸法"
18973
18974 \end_inset
18975
18976
18977 \begin_inset Index idx
18978 status collapsed
18979
18980 \begin_layout Plain Layout
18981 しょたい@書体 ! すんぽう@寸法
18982 \end_layout
18983
18984 \end_inset
18985
18986
18987 \end_layout
18988
18989 \begin_layout Standard
18990 数式内の文字については、本文中の文字同様、以下の書体寸法設定コマンドがあります。
18991 \end_layout
18992
18993 \begin_layout Standard
18994
18995 \series bold
18996
18997 \backslash
18998 Huge
18999 \series default
19000
19001 \series bold
19002
19003 \backslash
19004 huge
19005 \series default
19006
19007 \series bold
19008
19009 \backslash
19010 LARGE
19011 \series default
19012
19013 \series bold
19014
19015 \backslash
19016 Large
19017 \series default
19018
19019 \series bold
19020
19021 \backslash
19022 large
19023 \series default
19024
19025 \series bold
19026
19027 \backslash
19028 normalsize
19029 \series default
19030
19031 \series bold
19032
19033 \backslash
19034 small
19035 \series default
19036 ,
19037 \begin_inset Newline newline
19038 \end_inset
19039
19040
19041 \series bold
19042
19043 \backslash
19044 footnotesize
19045 \series default
19046
19047 \series bold
19048
19049 \backslash
19050 scriptsize
19051 \series default
19052 、および
19053 \series bold
19054
19055 \backslash
19056 tiny
19057 \end_layout
19058
19059 \begin_layout Standard
19060 これらのコマンドによって生成される実際の書体寸法は、文書の書体寸法に依存し、文書の書体寸法が
19061 \series bold
19062
19063 \backslash
19064 normalsize
19065 \series default
19066 コマンドに設定されます。他のコマンドは、
19067 \series bold
19068
19069 \backslash
19070 normalsize
19071 \series default
19072 を基準として拡大ないし縮小されます。しかしながら、書体寸法は一定の値を越えることができないようになっています。たとえば、文書書体寸法が12
19073 \begin_inset space \thinspace{}
19074 \end_inset
19075
19076 ptであるならば、
19077 \series bold
19078
19079 \backslash
19080 Huge
19081 \series default
19082 コマンドは
19083 \series bold
19084
19085 \backslash
19086 huge
19087 \series default
19088 コマンドと同じ大きさに落とされます。
19089 \end_layout
19090
19091 \begin_layout Standard
19092 ある場所以降のすべての数式と本文文字を変更するには、書体寸法コマンドをTeXモードで挿入します。元の書体寸法に戻すには、数式の後にTeXモードで
19093 \series bold
19094
19095 \backslash
19096 normalsize
19097 \series default
19098 コマンドを挿入します。
19099 \end_layout
19100
19101 \begin_layout Standard
19102 数式内では、以下の寸法コマンドを使用して、寸法を変更することができます。
19103 \end_layout
19104
19105 \begin_layout Standard
19106 \noindent
19107 \align center
19108 \begin_inset Tabular
19109 <lyxtabular version="3" rows="5" columns="2">
19110 <features rotate="0" tabularvalignment="middle">
19111 <column alignment="center" valignment="top">
19112 <column alignment="center" valignment="top">
19113 <row>
19114 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19115 \begin_inset Text
19116
19117 \begin_layout Plain Layout
19118 コマンド
19119 \end_layout
19120
19121 \end_inset
19122 </cell>
19123 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19124 \begin_inset Text
19125
19126 \begin_layout Plain Layout
19127 出力
19128 \begin_inset Note Note
19129 status collapsed
19130
19131 \begin_layout Plain Layout
19132
19133 \series bold
19134
19135 \backslash
19136 raisebox
19137 \series default
19138  はスペーサーとして使用されているだけです。
19139 \end_layout
19140
19141 \end_inset
19142
19143
19144 \end_layout
19145
19146 \end_inset
19147 </cell>
19148 </row>
19149 <row>
19150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19151 \begin_inset Text
19152
19153 \begin_layout Plain Layout
19154
19155 \backslash
19156 displaystyle
19157 \begin_inset Index idx
19158 status collapsed
19159
19160 \begin_layout Plain Layout
19161 こまんど@コマンド ! D ! 
19162 \backslash
19163 displaystyle
19164 \end_layout
19165
19166 \end_inset
19167
19168
19169 \end_layout
19170
19171 \end_inset
19172 </cell>
19173 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19174 \begin_inset Text
19175
19176 \begin_layout Plain Layout
19177 \begin_inset Formula $\raisebox{6.5mm}{}{\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-5.5mm}{}$
19178 \end_inset
19179
19180
19181 \end_layout
19182
19183 \end_inset
19184 </cell>
19185 </row>
19186 <row>
19187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19188 \begin_inset Text
19189
19190 \begin_layout Plain Layout
19191
19192 \backslash
19193 textstyle
19194 \end_layout
19195
19196 \end_inset
19197 </cell>
19198 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19199 \begin_inset Text
19200
19201 \begin_layout Plain Layout
19202 \begin_inset Formula $\raisebox{4.5mm}{}{\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-4mm}{}$
19203 \end_inset
19204
19205
19206 \end_layout
19207
19208 \end_inset
19209 </cell>
19210 </row>
19211 <row>
19212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19213 \begin_inset Text
19214
19215 \begin_layout Plain Layout
19216
19217 \backslash
19218 scriptstyle
19219 \end_layout
19220
19221 \end_inset
19222 </cell>
19223 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19224 \begin_inset Text
19225
19226 \begin_layout Plain Layout
19227 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19228 \end_inset
19229
19230
19231 \end_layout
19232
19233 \end_inset
19234 </cell>
19235 </row>
19236 <row>
19237 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19238 \begin_inset Text
19239
19240 \begin_layout Plain Layout
19241
19242 \backslash
19243 scriptscriptstyle
19244 \end_layout
19245
19246 \end_inset
19247 </cell>
19248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19249 \begin_inset Text
19250
19251 \begin_layout Plain Layout
19252 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19253 \end_inset
19254
19255
19256 \end_layout
19257
19258 \end_inset
19259 </cell>
19260 </row>
19261 </lyxtabular>
19262
19263 \end_inset
19264
19265
19266 \end_layout
19267
19268 \begin_layout Standard
19269 これらのコマンドを入力すると、青いボックスが現れるので、そこに数式のパーツを入れることができます。
19270 \end_layout
19271
19272 \begin_layout Standard
19273 フォント寸法を変更するにはもう一つの方法がありますが、これは記号と数式内テキストのみに使うことができます。これを使うには、書体寸法コマンドを数式テキスト内に挿入
19274 します。数式テキストの終わりか、別の書体寸法コマンドが現れるまでの文字すべてが、選択した寸法になります。以下に二つの例を挙げます。
19275 \begin_inset VSpace -2mm
19276 \end_inset
19277
19278
19279 \end_layout
19280
19281 \begin_layout Standard
19282 \begin_inset ERT
19283 status collapsed
19284
19285 \begin_layout Plain Layout
19286
19287
19288 \backslash
19289 huge 
19290 \end_layout
19291
19292 \end_inset
19293
19294
19295 \begin_inset Formula 
19296 \[
19297 A=\frac{B}{c}\cdot\maltese
19298 \]
19299
19300 \end_inset
19301
19302
19303 \begin_inset Formula 
19304 \[
19305 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}
19306 \]
19307
19308 \end_inset
19309
19310
19311 \begin_inset ERT
19312 status collapsed
19313
19314 \begin_layout Plain Layout
19315
19316
19317 \backslash
19318 normalsize 
19319 \end_layout
19320
19321 \end_inset
19322
19323
19324 \end_layout
19325
19326 \begin_layout Standard
19327 \begin_inset VSpace medskip
19328 \end_inset
19329
19330 二つの式の前には、
19331 \series bold
19332
19333 \backslash
19334 huge
19335 \series default
19336 コマンドが挿入されています。二つ目の数式を入力するコマンドは、
19337 \begin_inset Newline newline
19338 \end_inset
19339
19340
19341 \series bold
19342
19343 \backslash
19344 maltese
19345 \begin_inset ERT
19346 status collapsed
19347
19348 \begin_layout Plain Layout
19349
19350
19351 \backslash
19352 spce 
19353 \end_layout
19354
19355 \end_inset
19356
19357 A Alt+M M 
19358 \backslash
19359 Large
19360 \begin_inset ERT
19361 status collapsed
19362
19363 \begin_layout Plain Layout
19364
19365
19366 \backslash
19367 spce 
19368 \end_layout
19369
19370 \end_inset
19371
19372
19373 \backslash
19374 maltese
19375 \begin_inset ERT
19376 status collapsed
19377
19378 \begin_layout Plain Layout
19379
19380
19381 \backslash
19382 spce 
19383 \end_layout
19384
19385 \end_inset
19386
19387
19388 \backslash
19389 textit
19390 \begin_inset ERT
19391 status collapsed
19392
19393 \begin_layout Plain Layout
19394
19395
19396 \backslash
19397 spce 
19398 \end_layout
19399
19400 \end_inset
19401
19402 A
19403 \begin_inset Formula $\to$
19404 \end_inset
19405
19406
19407 \begin_inset Formula $\to$
19408 \end_inset
19409
19410
19411 \begin_inset Newline newline
19412 \end_inset
19413
19414
19415 \begin_inset space \hspace*{}
19416 \length 1cm
19417 \end_inset
19418
19419 Alt+M
19420 \series default
19421  
19422 \series bold
19423
19424 \backslash
19425 tiny
19426 \begin_inset ERT
19427 status collapsed
19428
19429 \begin_layout Plain Layout
19430
19431
19432 \backslash
19433 spce 
19434 \end_layout
19435
19436 \end_inset
19437
19438
19439 \backslash
19440 maltese
19441 \begin_inset ERT
19442 status collapsed
19443
19444 \begin_layout Plain Layout
19445
19446
19447 \backslash
19448 spce 
19449 \end_layout
19450
19451 \end_inset
19452
19453
19454 \backslash
19455 textit
19456 \begin_inset ERT
19457 status collapsed
19458
19459 \begin_layout Plain Layout
19460
19461
19462 \backslash
19463 spce 
19464 \end_layout
19465
19466 \end_inset
19467
19468 A
19469 \begin_inset Newline newline
19470 \end_inset
19471
19472
19473 \series default
19474 のようになります。
19475 \end_layout
19476
19477 \begin_layout Standard
19478 ある記号を別の寸法で表示することができないときには、その記号はつねに既定寸法で表示されます。
19479 \end_layout
19480
19481 \begin_layout Section
19482 ギリシャ文字
19483 \begin_inset Index idx
19484 status collapsed
19485
19486 \begin_layout Plain Layout
19487 ぎりしゃもじ@ギリシャ文字
19488 \end_layout
19489
19490 \end_inset
19491
19492
19493 \end_layout
19494
19495 \begin_layout Standard
19496 すべてのギリシャ文字は、ツールバーボタンの
19497 \begin_inset Graphics
19498         filename ../../images/math/alpha.png
19499         scale 85
19500
19501 \end_inset
19502
19503 からでも挿入することができます。各国の組版規則では、数式内のギリシャ文字はどれもイタリック体か斜体で組版されなくてはならないことになっていますが、フランス語やロ
19504 シア語などいくつかの言語では、それにもかかわらず立体で組版されることがあります。
19505 \end_layout
19506
19507 \begin_layout Subsection
19508 小文字
19509 \begin_inset Index idx
19510 status collapsed
19511
19512 \begin_layout Plain Layout
19513 ぎりしゃもじ@ギリシャ文字 ! こもじ@小文字
19514 \end_layout
19515
19516 \end_inset
19517
19518
19519 \end_layout
19520
19521 \begin_layout Standard
19522 \begin_inset space \hfill{}
19523 \end_inset
19524
19525
19526 \begin_inset Tabular
19527 <lyxtabular version="3" rows="11" columns="2">
19528 <features rotate="0" tabularvalignment="middle">
19529 <column alignment="center" valignment="top" width="0pt">
19530 <column alignment="center" valignment="top" width="0pt">
19531 <row>
19532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19533 \begin_inset Text
19534
19535 \begin_layout Plain Layout
19536 コマンド
19537 \end_layout
19538
19539 \end_inset
19540 </cell>
19541 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19542 \begin_inset Text
19543
19544 \begin_layout Plain Layout
19545 出力
19546 \end_layout
19547
19548 \end_inset
19549 </cell>
19550 </row>
19551 <row>
19552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19553 \begin_inset Text
19554
19555 \begin_layout Plain Layout
19556
19557 \backslash
19558 alpha
19559 \end_layout
19560
19561 \end_inset
19562 </cell>
19563 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19564 \begin_inset Text
19565
19566 \begin_layout Plain Layout
19567 \begin_inset Formula $\alpha$
19568 \end_inset
19569
19570
19571 \end_layout
19572
19573 \end_inset
19574 </cell>
19575 </row>
19576 <row>
19577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19578 \begin_inset Text
19579
19580 \begin_layout Plain Layout
19581
19582 \backslash
19583 beta
19584 \end_layout
19585
19586 \end_inset
19587 </cell>
19588 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19589 \begin_inset Text
19590
19591 \begin_layout Plain Layout
19592 \begin_inset Formula $\beta$
19593 \end_inset
19594
19595
19596 \end_layout
19597
19598 \end_inset
19599 </cell>
19600 </row>
19601 <row>
19602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19603 \begin_inset Text
19604
19605 \begin_layout Plain Layout
19606
19607 \backslash
19608 gamma
19609 \end_layout
19610
19611 \end_inset
19612 </cell>
19613 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19614 \begin_inset Text
19615
19616 \begin_layout Plain Layout
19617 \begin_inset Formula $\gamma$
19618 \end_inset
19619
19620
19621 \end_layout
19622
19623 \end_inset
19624 </cell>
19625 </row>
19626 <row>
19627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19628 \begin_inset Text
19629
19630 \begin_layout Plain Layout
19631
19632 \backslash
19633 delta
19634 \end_layout
19635
19636 \end_inset
19637 </cell>
19638 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19639 \begin_inset Text
19640
19641 \begin_layout Plain Layout
19642 \begin_inset Formula $\delta$
19643 \end_inset
19644
19645
19646 \end_layout
19647
19648 \end_inset
19649 </cell>
19650 </row>
19651 <row>
19652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19653 \begin_inset Text
19654
19655 \begin_layout Plain Layout
19656
19657 \backslash
19658 epsilon
19659 \end_layout
19660
19661 \end_inset
19662 </cell>
19663 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19664 \begin_inset Text
19665
19666 \begin_layout Plain Layout
19667 \begin_inset Formula $\epsilon$
19668 \end_inset
19669
19670
19671 \end_layout
19672
19673 \end_inset
19674 </cell>
19675 </row>
19676 <row>
19677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19678 \begin_inset Text
19679
19680 \begin_layout Plain Layout
19681
19682 \backslash
19683 varepsilon
19684 \end_layout
19685
19686 \end_inset
19687 </cell>
19688 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19689 \begin_inset Text
19690
19691 \begin_layout Plain Layout
19692 \begin_inset Formula $\varepsilon$
19693 \end_inset
19694
19695
19696 \end_layout
19697
19698 \end_inset
19699 </cell>
19700 </row>
19701 <row>
19702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19703 \begin_inset Text
19704
19705 \begin_layout Plain Layout
19706
19707 \backslash
19708 zeta
19709 \end_layout
19710
19711 \end_inset
19712 </cell>
19713 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19714 \begin_inset Text
19715
19716 \begin_layout Plain Layout
19717 \begin_inset Formula $\zeta$
19718 \end_inset
19719
19720
19721 \end_layout
19722
19723 \end_inset
19724 </cell>
19725 </row>
19726 <row>
19727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19728 \begin_inset Text
19729
19730 \begin_layout Plain Layout
19731
19732 \backslash
19733 eta
19734 \end_layout
19735
19736 \end_inset
19737 </cell>
19738 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19739 \begin_inset Text
19740
19741 \begin_layout Plain Layout
19742 \begin_inset Formula $\eta$
19743 \end_inset
19744
19745
19746 \end_layout
19747
19748 \end_inset
19749 </cell>
19750 </row>
19751 <row>
19752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19753 \begin_inset Text
19754
19755 \begin_layout Plain Layout
19756
19757 \backslash
19758 theta
19759 \end_layout
19760
19761 \end_inset
19762 </cell>
19763 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19764 \begin_inset Text
19765
19766 \begin_layout Plain Layout
19767 \begin_inset Formula $\theta$
19768 \end_inset
19769
19770
19771 \end_layout
19772
19773 \end_inset
19774 </cell>
19775 </row>
19776 <row>
19777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19778 \begin_inset Text
19779
19780 \begin_layout Plain Layout
19781
19782 \backslash
19783 vartheta
19784 \end_layout
19785
19786 \end_inset
19787 </cell>
19788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19789 \begin_inset Text
19790
19791 \begin_layout Plain Layout
19792 \begin_inset Formula $\vartheta$
19793 \end_inset
19794
19795
19796 \end_layout
19797
19798 \end_inset
19799 </cell>
19800 </row>
19801 </lyxtabular>
19802
19803 \end_inset
19804
19805
19806 \begin_inset space \hfill{}
19807 \end_inset
19808
19809
19810 \begin_inset Tabular
19811 <lyxtabular version="3" rows="12" columns="2">
19812 <features rotate="0" tabularvalignment="middle">
19813 <column alignment="center" valignment="top" width="0pt">
19814 <column alignment="center" valignment="top" width="0pt">
19815 <row>
19816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19817 \begin_inset Text
19818
19819 \begin_layout Plain Layout
19820 コマンド
19821 \end_layout
19822
19823 \end_inset
19824 </cell>
19825 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19826 \begin_inset Text
19827
19828 \begin_layout Plain Layout
19829 出力
19830 \end_layout
19831
19832 \end_inset
19833 </cell>
19834 </row>
19835 <row>
19836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19837 \begin_inset Text
19838
19839 \begin_layout Plain Layout
19840
19841 \backslash
19842 iota
19843 \end_layout
19844
19845 \end_inset
19846 </cell>
19847 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19848 \begin_inset Text
19849
19850 \begin_layout Plain Layout
19851 \begin_inset Formula $\iota$
19852 \end_inset
19853
19854
19855 \end_layout
19856
19857 \end_inset
19858 </cell>
19859 </row>
19860 <row>
19861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19862 \begin_inset Text
19863
19864 \begin_layout Plain Layout
19865
19866 \backslash
19867 kappa
19868 \end_layout
19869
19870 \end_inset
19871 </cell>
19872 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19873 \begin_inset Text
19874
19875 \begin_layout Plain Layout
19876 \begin_inset Formula $\kappa$
19877 \end_inset
19878
19879
19880 \end_layout
19881
19882 \end_inset
19883 </cell>
19884 </row>
19885 <row>
19886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19887 \begin_inset Text
19888
19889 \begin_layout Plain Layout
19890
19891 \backslash
19892 varkappa
19893 \end_layout
19894
19895 \end_inset
19896 </cell>
19897 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19898 \begin_inset Text
19899
19900 \begin_layout Plain Layout
19901 \begin_inset Formula $\varkappa$
19902 \end_inset
19903
19904
19905 \end_layout
19906
19907 \end_inset
19908 </cell>
19909 </row>
19910 <row>
19911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19912 \begin_inset Text
19913
19914 \begin_layout Plain Layout
19915
19916 \backslash
19917 lambda
19918 \end_layout
19919
19920 \end_inset
19921 </cell>
19922 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19923 \begin_inset Text
19924
19925 \begin_layout Plain Layout
19926 \begin_inset Formula $\lambda$
19927 \end_inset
19928
19929
19930 \end_layout
19931
19932 \end_inset
19933 </cell>
19934 </row>
19935 <row>
19936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19937 \begin_inset Text
19938
19939 \begin_layout Plain Layout
19940
19941 \backslash
19942 mu
19943 \end_layout
19944
19945 \end_inset
19946 </cell>
19947 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19948 \begin_inset Text
19949
19950 \begin_layout Plain Layout
19951 \begin_inset Formula $\mu$
19952 \end_inset
19953
19954
19955 \end_layout
19956
19957 \end_inset
19958 </cell>
19959 </row>
19960 <row>
19961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19962 \begin_inset Text
19963
19964 \begin_layout Plain Layout
19965
19966 \backslash
19967 nu
19968 \end_layout
19969
19970 \end_inset
19971 </cell>
19972 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19973 \begin_inset Text
19974
19975 \begin_layout Plain Layout
19976 \begin_inset Formula $\nu$
19977 \end_inset
19978
19979
19980 \end_layout
19981
19982 \end_inset
19983 </cell>
19984 </row>
19985 <row>
19986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19987 \begin_inset Text
19988
19989 \begin_layout Plain Layout
19990
19991 \backslash
19992 xi
19993 \end_layout
19994
19995 \end_inset
19996 </cell>
19997 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19998 \begin_inset Text
19999
20000 \begin_layout Plain Layout
20001 \begin_inset Formula $\xi$
20002 \end_inset
20003
20004
20005 \end_layout
20006
20007 \end_inset
20008 </cell>
20009 </row>
20010 <row>
20011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20012 \begin_inset Text
20013
20014 \begin_layout Plain Layout
20015 o
20016 \end_layout
20017
20018 \end_inset
20019 </cell>
20020 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20021 \begin_inset Text
20022
20023 \begin_layout Plain Layout
20024 \begin_inset Formula $o$
20025 \end_inset
20026
20027
20028 \end_layout
20029
20030 \end_inset
20031 </cell>
20032 </row>
20033 <row>
20034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20035 \begin_inset Text
20036
20037 \begin_layout Plain Layout
20038
20039 \backslash
20040 pi
20041 \end_layout
20042
20043 \end_inset
20044 </cell>
20045 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20046 \begin_inset Text
20047
20048 \begin_layout Plain Layout
20049 \begin_inset Formula $\pi$
20050 \end_inset
20051
20052
20053 \end_layout
20054
20055 \end_inset
20056 </cell>
20057 </row>
20058 <row>
20059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20060 \begin_inset Text
20061
20062 \begin_layout Plain Layout
20063
20064 \backslash
20065 varpi
20066 \end_layout
20067
20068 \end_inset
20069 </cell>
20070 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20071 \begin_inset Text
20072
20073 \begin_layout Plain Layout
20074 \begin_inset Formula $\varpi$
20075 \end_inset
20076
20077
20078 \end_layout
20079
20080 \end_inset
20081 </cell>
20082 </row>
20083 <row>
20084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20085 \begin_inset Text
20086
20087 \begin_layout Plain Layout
20088
20089 \backslash
20090 rho
20091 \end_layout
20092
20093 \end_inset
20094 </cell>
20095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20096 \begin_inset Text
20097
20098 \begin_layout Plain Layout
20099 \begin_inset Formula $\rho$
20100 \end_inset
20101
20102
20103 \end_layout
20104
20105 \end_inset
20106 </cell>
20107 </row>
20108 </lyxtabular>
20109
20110 \end_inset
20111
20112
20113 \begin_inset space \hfill{}
20114 \end_inset
20115
20116
20117 \begin_inset Tabular
20118 <lyxtabular version="3" rows="11" columns="2">
20119 <features rotate="0" tabularvalignment="middle">
20120 <column alignment="center" valignment="top" width="0pt">
20121 <column alignment="center" valignment="top" width="0pt">
20122 <row>
20123 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20124 \begin_inset Text
20125
20126 \begin_layout Plain Layout
20127 コマンド
20128 \end_layout
20129
20130 \end_inset
20131 </cell>
20132 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20133 \begin_inset Text
20134
20135 \begin_layout Plain Layout
20136 出力
20137 \end_layout
20138
20139 \end_inset
20140 </cell>
20141 </row>
20142 <row>
20143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20144 \begin_inset Text
20145
20146 \begin_layout Plain Layout
20147
20148 \backslash
20149 varrho
20150 \end_layout
20151
20152 \end_inset
20153 </cell>
20154 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20155 \begin_inset Text
20156
20157 \begin_layout Plain Layout
20158 \begin_inset Formula $\varrho$
20159 \end_inset
20160
20161
20162 \end_layout
20163
20164 \end_inset
20165 </cell>
20166 </row>
20167 <row>
20168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20169 \begin_inset Text
20170
20171 \begin_layout Plain Layout
20172
20173 \backslash
20174 sigma
20175 \end_layout
20176
20177 \end_inset
20178 </cell>
20179 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20180 \begin_inset Text
20181
20182 \begin_layout Plain Layout
20183 \begin_inset Formula $\sigma$
20184 \end_inset
20185
20186
20187 \end_layout
20188
20189 \end_inset
20190 </cell>
20191 </row>
20192 <row>
20193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20194 \begin_inset Text
20195
20196 \begin_layout Plain Layout
20197
20198 \backslash
20199 varsigma
20200 \end_layout
20201
20202 \end_inset
20203 </cell>
20204 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20205 \begin_inset Text
20206
20207 \begin_layout Plain Layout
20208 \begin_inset Formula $\varsigma$
20209 \end_inset
20210
20211
20212 \end_layout
20213
20214 \end_inset
20215 </cell>
20216 </row>
20217 <row>
20218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20219 \begin_inset Text
20220
20221 \begin_layout Plain Layout
20222
20223 \backslash
20224 tau
20225 \end_layout
20226
20227 \end_inset
20228 </cell>
20229 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20230 \begin_inset Text
20231
20232 \begin_layout Plain Layout
20233 \begin_inset Formula $\tau$
20234 \end_inset
20235
20236
20237 \end_layout
20238
20239 \end_inset
20240 </cell>
20241 </row>
20242 <row>
20243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20244 \begin_inset Text
20245
20246 \begin_layout Plain Layout
20247
20248 \backslash
20249 upsilon
20250 \end_layout
20251
20252 \end_inset
20253 </cell>
20254 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20255 \begin_inset Text
20256
20257 \begin_layout Plain Layout
20258 \begin_inset Formula $\upsilon$
20259 \end_inset
20260
20261
20262 \end_layout
20263
20264 \end_inset
20265 </cell>
20266 </row>
20267 <row>
20268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20269 \begin_inset Text
20270
20271 \begin_layout Plain Layout
20272
20273 \backslash
20274 phi
20275 \end_layout
20276
20277 \end_inset
20278 </cell>
20279 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20280 \begin_inset Text
20281
20282 \begin_layout Plain Layout
20283 \begin_inset Formula $\phi$
20284 \end_inset
20285
20286
20287 \end_layout
20288
20289 \end_inset
20290 </cell>
20291 </row>
20292 <row>
20293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20294 \begin_inset Text
20295
20296 \begin_layout Plain Layout
20297
20298 \backslash
20299 varphi
20300 \end_layout
20301
20302 \end_inset
20303 </cell>
20304 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20305 \begin_inset Text
20306
20307 \begin_layout Plain Layout
20308 \begin_inset Formula $\varphi$
20309 \end_inset
20310
20311
20312 \end_layout
20313
20314 \end_inset
20315 </cell>
20316 </row>
20317 <row>
20318 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20319 \begin_inset Text
20320
20321 \begin_layout Plain Layout
20322
20323 \backslash
20324 chi
20325 \end_layout
20326
20327 \end_inset
20328 </cell>
20329 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20330 \begin_inset Text
20331
20332 \begin_layout Plain Layout
20333 \begin_inset Formula $\chi$
20334 \end_inset
20335
20336
20337 \end_layout
20338
20339 \end_inset
20340 </cell>
20341 </row>
20342 <row>
20343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20344 \begin_inset Text
20345
20346 \begin_layout Plain Layout
20347
20348 \backslash
20349 psi
20350 \end_layout
20351
20352 \end_inset
20353 </cell>
20354 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20355 \begin_inset Text
20356
20357 \begin_layout Plain Layout
20358 \begin_inset Formula $\psi$
20359 \end_inset
20360
20361
20362 \end_layout
20363
20364 \end_inset
20365 </cell>
20366 </row>
20367 <row>
20368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20369 \begin_inset Text
20370
20371 \begin_layout Plain Layout
20372
20373 \backslash
20374 omega
20375 \end_layout
20376
20377 \end_inset
20378 </cell>
20379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20380 \begin_inset Text
20381
20382 \begin_layout Plain Layout
20383 \begin_inset Formula $\omega$
20384 \end_inset
20385
20386
20387 \end_layout
20388
20389 \end_inset
20390 </cell>
20391 </row>
20392 </lyxtabular>
20393
20394 \end_inset
20395
20396
20397 \begin_inset space \hfill{}
20398 \end_inset
20399
20400
20401 \end_layout
20402
20403 \begin_layout Standard
20404 \begin_inset VSpace medskip
20405 \end_inset
20406
20407
20408 \end_layout
20409
20410 \begin_layout Standard
20411 アップライト体のギリシャ文字を作成する方法は、第
20412 \begin_inset CommandInset ref
20413 LatexCommand ref
20414 reference "sub:アップライト体ギリシャ小文字"
20415
20416 \end_inset
20417
20418 節に説明されています。
20419 \end_layout
20420
20421 \begin_layout Subsection
20422 大文字
20423 \begin_inset Index idx
20424 status collapsed
20425
20426 \begin_layout Plain Layout
20427 ぎりしゃもじ@ギリシャ文字 ! おおもじ@大文字
20428 \end_layout
20429
20430 \end_inset
20431
20432
20433 \end_layout
20434
20435 \begin_layout Standard
20436 \begin_inset space \hfill{}
20437 \end_inset
20438
20439
20440 \begin_inset Tabular
20441 <lyxtabular version="3" rows="7" columns="2">
20442 <features rotate="0" tabularvalignment="middle">
20443 <column alignment="center" valignment="top" width="0pt">
20444 <column alignment="center" valignment="top" width="0pt">
20445 <row>
20446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20447 \begin_inset Text
20448
20449 \begin_layout Plain Layout
20450
20451 \family roman
20452 \series medium
20453 \shape up
20454 \size normal
20455 \emph off
20456 \bar no
20457 \noun off
20458 \color none
20459 コマンド
20460 \end_layout
20461
20462 \end_inset
20463 </cell>
20464 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20465 \begin_inset Text
20466
20467 \begin_layout Plain Layout
20468
20469 \family roman
20470 \series medium
20471 \shape up
20472 \size normal
20473 \emph off
20474 \bar no
20475 \noun off
20476 \color none
20477 出力
20478 \end_layout
20479
20480 \end_inset
20481 </cell>
20482 </row>
20483 <row>
20484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20485 \begin_inset Text
20486
20487 \begin_layout Plain Layout
20488
20489 \backslash
20490 Gamma
20491 \end_layout
20492
20493 \end_inset
20494 </cell>
20495 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20496 \begin_inset Text
20497
20498 \begin_layout Plain Layout
20499 \begin_inset Formula $\Gamma$
20500 \end_inset
20501
20502
20503 \end_layout
20504
20505 \end_inset
20506 </cell>
20507 </row>
20508 <row>
20509 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20510 \begin_inset Text
20511
20512 \begin_layout Plain Layout
20513
20514 \backslash
20515 Delta
20516 \end_layout
20517
20518 \end_inset
20519 </cell>
20520 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20521 \begin_inset Text
20522
20523 \begin_layout Plain Layout
20524 \begin_inset Formula $\Delta$
20525 \end_inset
20526
20527
20528 \end_layout
20529
20530 \end_inset
20531 </cell>
20532 </row>
20533 <row>
20534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20535 \begin_inset Text
20536
20537 \begin_layout Plain Layout
20538
20539 \backslash
20540 Theta
20541 \end_layout
20542
20543 \end_inset
20544 </cell>
20545 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20546 \begin_inset Text
20547
20548 \begin_layout Plain Layout
20549 \begin_inset Formula $\Theta$
20550 \end_inset
20551
20552
20553 \end_layout
20554
20555 \end_inset
20556 </cell>
20557 </row>
20558 <row>
20559 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20560 \begin_inset Text
20561
20562 \begin_layout Plain Layout
20563
20564 \backslash
20565 Lambda
20566 \end_layout
20567
20568 \end_inset
20569 </cell>
20570 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20571 \begin_inset Text
20572
20573 \begin_layout Plain Layout
20574 \begin_inset Formula $\Lambda$
20575 \end_inset
20576
20577
20578 \end_layout
20579
20580 \end_inset
20581 </cell>
20582 </row>
20583 <row>
20584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20585 \begin_inset Text
20586
20587 \begin_layout Plain Layout
20588
20589 \backslash
20590 Xi
20591 \end_layout
20592
20593 \end_inset
20594 </cell>
20595 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20596 \begin_inset Text
20597
20598 \begin_layout Plain Layout
20599 \begin_inset Formula $\Xi$
20600 \end_inset
20601
20602
20603 \end_layout
20604
20605 \end_inset
20606 </cell>
20607 </row>
20608 <row>
20609 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20610 \begin_inset Text
20611
20612 \begin_layout Plain Layout
20613
20614 \backslash
20615 Pi
20616 \end_layout
20617
20618 \end_inset
20619 </cell>
20620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20621 \begin_inset Text
20622
20623 \begin_layout Plain Layout
20624 \begin_inset Formula $\Pi$
20625 \end_inset
20626
20627
20628 \end_layout
20629
20630 \end_inset
20631 </cell>
20632 </row>
20633 </lyxtabular>
20634
20635 \end_inset
20636
20637
20638 \begin_inset space \hfill{}
20639 \end_inset
20640
20641
20642 \begin_inset Tabular
20643 <lyxtabular version="3" rows="6" columns="2">
20644 <features rotate="0" tabularvalignment="middle">
20645 <column alignment="center" valignment="top" width="0pt">
20646 <column alignment="center" valignment="top" width="0pt">
20647 <row>
20648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20649 \begin_inset Text
20650
20651 \begin_layout Plain Layout
20652
20653 \family roman
20654 \series medium
20655 \shape up
20656 \size normal
20657 \emph off
20658 \bar no
20659 \noun off
20660 \color none
20661 コマンド
20662 \end_layout
20663
20664 \end_inset
20665 </cell>
20666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20667 \begin_inset Text
20668
20669 \begin_layout Plain Layout
20670
20671 \family roman
20672 \series medium
20673 \shape up
20674 \size normal
20675 \emph off
20676 \bar no
20677 \noun off
20678 \color none
20679 出力
20680 \end_layout
20681
20682 \end_inset
20683 </cell>
20684 </row>
20685 <row>
20686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20687 \begin_inset Text
20688
20689 \begin_layout Plain Layout
20690
20691 \backslash
20692 Sigma
20693 \end_layout
20694
20695 \end_inset
20696 </cell>
20697 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20698 \begin_inset Text
20699
20700 \begin_layout Plain Layout
20701 \begin_inset Formula $\Sigma$
20702 \end_inset
20703
20704
20705 \end_layout
20706
20707 \end_inset
20708 </cell>
20709 </row>
20710 <row>
20711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20712 \begin_inset Text
20713
20714 \begin_layout Plain Layout
20715
20716 \backslash
20717 Upsilon
20718 \end_layout
20719
20720 \end_inset
20721 </cell>
20722 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20723 \begin_inset Text
20724
20725 \begin_layout Plain Layout
20726 \begin_inset Formula $\Upsilon$
20727 \end_inset
20728
20729
20730 \end_layout
20731
20732 \end_inset
20733 </cell>
20734 </row>
20735 <row>
20736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20737 \begin_inset Text
20738
20739 \begin_layout Plain Layout
20740
20741 \backslash
20742 Phi
20743 \end_layout
20744
20745 \end_inset
20746 </cell>
20747 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20748 \begin_inset Text
20749
20750 \begin_layout Plain Layout
20751 \begin_inset Formula $\Phi$
20752 \end_inset
20753
20754
20755 \end_layout
20756
20757 \end_inset
20758 </cell>
20759 </row>
20760 <row>
20761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20762 \begin_inset Text
20763
20764 \begin_layout Plain Layout
20765
20766 \backslash
20767 Psi
20768 \end_layout
20769
20770 \end_inset
20771 </cell>
20772 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20773 \begin_inset Text
20774
20775 \begin_layout Plain Layout
20776 \begin_inset Formula $\Psi$
20777 \end_inset
20778
20779
20780 \end_layout
20781
20782 \end_inset
20783 </cell>
20784 </row>
20785 <row>
20786 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20787 \begin_inset Text
20788
20789 \begin_layout Plain Layout
20790
20791 \backslash
20792 Omega
20793 \end_layout
20794
20795 \end_inset
20796 </cell>
20797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20798 \begin_inset Text
20799
20800 \begin_layout Plain Layout
20801 \begin_inset Formula $\Omega$
20802 \end_inset
20803
20804
20805 \end_layout
20806
20807 \end_inset
20808 </cell>
20809 </row>
20810 </lyxtabular>
20811
20812 \end_inset
20813
20814
20815 \begin_inset space \hfill{}
20816 \end_inset
20817
20818
20819 \end_layout
20820
20821 \begin_layout Standard
20822 \begin_inset VSpace medskip
20823 \end_inset
20824
20825 大文字のギリシャ文字が立体で表示されるのは、TeXの開発途上に生じたデザイン上のバグによるものです。正しいイタリック体の大文字を得るためには、各コマンドの頭に
20826 \series bold
20827 var
20828 \series default
20829 を付けてください。たとえば、
20830 \series bold
20831
20832 \backslash
20833 varGamma
20834 \series default
20835 コマンドは、
20836 \begin_inset Formula $\varGamma$
20837 \end_inset
20838
20839 を生成します。もう一つの方法は、パッケージ
20840 \series bold
20841 fixmath
20842 \series default
20843
20844 \begin_inset Foot
20845 status collapsed
20846
20847 \begin_layout Plain Layout
20848
20849 \series bold
20850 fixmath
20851 \series default
20852 は、LaTeXパッケージ
20853 \series bold
20854 was
20855 \series default
20856
20857 \begin_inset Index idx
20858 status collapsed
20859
20860 \begin_layout Plain Layout
20861 ぱっけーじ@パッケージ ! was
20862 \begin_inset ERT
20863 status collapsed
20864
20865 \begin_layout Plain Layout
20866
20867
20868 \backslash
20869 vspace{4mm}
20870 \end_layout
20871
20872 \end_inset
20873
20874
20875 \end_layout
20876
20877 \end_inset
20878
20879 に含まれています。
20880 \end_layout
20881
20882 \end_inset
20883
20884
20885 \begin_inset Index idx
20886 status collapsed
20887
20888 \begin_layout Plain Layout
20889 ぱっけーじ@パッケージ ! fixmath
20890 \end_layout
20891
20892 \end_inset
20893
20894 をLaTeXプリアンブル行に
20895 \end_layout
20896
20897 \begin_layout Standard
20898
20899 \series bold
20900
20901 \backslash
20902 usepackage{fixmath}
20903 \end_layout
20904
20905 \begin_layout Standard
20906 と書いて読み込む方法です。すると、文書中の大きなギリシャ文字は、すべて自動的にイタリック体として組版されます。
20907 \end_layout
20908
20909 \begin_layout Subsection
20910 ボールド体
20911 \begin_inset Index idx
20912 status collapsed
20913
20914 \begin_layout Plain Layout
20915 ぎりしゃもじ@ギリシャ文字 ! ぼーるどたい@ボールド体
20916 \end_layout
20917
20918 \end_inset
20919
20920
20921 \end_layout
20922
20923 \begin_layout Standard
20924 ギリシャ文字は、ラテン文字のようには、多様な書体様式に設定することができません。ギリシャ文字をボールド体にできるのは、
20925 \series bold
20926
20927 \backslash
20928 boldsymbol
20929 \series default
20930 コマンドのみです
20931 \begin_inset Index idx
20932 status collapsed
20933
20934 \begin_layout Plain Layout
20935 こまんど@コマンド ! B ! 
20936 \backslash
20937 boldsymbol
20938 \end_layout
20939
20940 \end_inset
20941
20942
20943 \end_layout
20944
20945 \begin_layout Standard
20946 \align center
20947 \begin_inset Tabular
20948 <lyxtabular version="3" rows="3" columns="2">
20949 <features rotate="0" tabularvalignment="middle">
20950 <column alignment="center" valignment="top">
20951 <column alignment="center" valignment="top">
20952 <row>
20953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20954 \begin_inset Text
20955
20956 \begin_layout Plain Layout
20957 コマンド
20958 \end_layout
20959
20960 \end_inset
20961 </cell>
20962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20963 \begin_inset Text
20964
20965 \begin_layout Plain Layout
20966 出力
20967 \end_layout
20968
20969 \end_inset
20970 </cell>
20971 </row>
20972 <row>
20973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20974 \begin_inset Text
20975
20976 \begin_layout Plain Layout
20977
20978 \backslash
20979 Upsilon
20980 \backslash
20981 boldsymbol
20982 \backslash
20983 Upsilon
20984 \end_layout
20985
20986 \end_inset
20987 </cell>
20988 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20989 \begin_inset Text
20990
20991 \begin_layout Plain Layout
20992 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20993 \end_inset
20994
20995
20996 \end_layout
20997
20998 \end_inset
20999 </cell>
21000 </row>
21001 <row>
21002 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21003 \begin_inset Text
21004
21005 \begin_layout Plain Layout
21006
21007 \backslash
21008 theta
21009 \backslash
21010 boldsymbol
21011 \backslash
21012 theta
21013 \end_layout
21014
21015 \end_inset
21016 </cell>
21017 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21018 \begin_inset Text
21019
21020 \begin_layout Plain Layout
21021 \begin_inset Formula $\theta\boldsymbol{\theta}$
21022 \end_inset
21023
21024
21025 \end_layout
21026
21027 \end_inset
21028 </cell>
21029 </row>
21030 </lyxtabular>
21031
21032 \end_inset
21033
21034
21035 \begin_inset Newpage newpage
21036 \end_inset
21037
21038
21039 \end_layout
21040
21041 \begin_layout Section
21042 記号
21043 \begin_inset ERT
21044 status collapsed
21045
21046 \begin_layout Plain Layout
21047
21048
21049 \backslash
21050 texorpdfstring{
21051 \end_layout
21052
21053 \end_inset
21054
21055
21056 \begin_inset Foot
21057 status collapsed
21058
21059 \begin_layout Plain Layout
21060 各LaTeXパッケージに含まれる全記号をほとんど網羅した一覧が、
21061 \begin_inset CommandInset citation
21062 LatexCommand cite
21063 key "Symbols"
21064
21065 \end_inset
21066
21067 にあります。
21068 \end_layout
21069
21070 \end_inset
21071
21072
21073 \begin_inset ERT
21074 status collapsed
21075
21076 \begin_layout Plain Layout
21077
21078 }{}
21079 \end_layout
21080
21081 \end_inset
21082
21083
21084 \begin_inset Note Note
21085 status collapsed
21086
21087 \begin_layout Plain Layout
21088
21089 \backslash
21090 texorpdfstringは、PDFのしおりに脚注が現れるのを防ぐために使われています。
21091 \end_layout
21092
21093 \begin_layout Plain Layout
21094
21095 \backslash
21096 texorpdfstringについての詳細は、第
21097 \begin_inset CommandInset ref
21098 LatexCommand ref
21099 reference "sub:節見出し中の数式"
21100
21101 \end_inset
21102
21103 節にあります。
21104 \end_layout
21105
21106 \end_inset
21107
21108
21109 \begin_inset Index idx
21110 status collapsed
21111
21112 \begin_layout Plain Layout
21113 きごう@記号
21114 \end_layout
21115
21116 \end_inset
21117
21118
21119 \end_layout
21120
21121 \begin_layout Standard
21122 本節に掲げてある各記号の多くは、ツールバーボタンの
21123 \begin_inset Graphics
21124         filename ../../images/math/nabla.png
21125         scale 85
21126
21127 \end_inset
21128
21129
21130 \begin_inset Graphics
21131         filename ../../images/math/digamma.png
21132         scale 85
21133
21134 \end_inset
21135
21136 でも挿入することができます。
21137 \end_layout
21138
21139 \begin_layout Subsection
21140 数学記号
21141 \begin_inset CommandInset label
21142 LatexCommand label
21143 name "sub:数学記号"
21144
21145 \end_inset
21146
21147
21148 \begin_inset Index idx
21149 status collapsed
21150
21151 \begin_layout Plain Layout
21152 きごう@記号 ! すうがく@数学
21153 \end_layout
21154
21155 \end_inset
21156
21157
21158 \end_layout
21159
21160 \begin_layout Standard
21161 \begin_inset space \hfill{}
21162 \end_inset
21163
21164
21165 \begin_inset Tabular
21166 <lyxtabular version="3" rows="10" columns="2">
21167 <features rotate="0" tabularvalignment="middle">
21168 <column alignment="center" valignment="top" width="0pt">
21169 <column alignment="center" valignment="top" width="0pt">
21170 <row>
21171 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21172 \begin_inset Text
21173
21174 \begin_layout Plain Layout
21175 コマンド
21176 \end_layout
21177
21178 \end_inset
21179 </cell>
21180 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21181 \begin_inset Text
21182
21183 \begin_layout Plain Layout
21184 出力
21185 \end_layout
21186
21187 \end_inset
21188 </cell>
21189 </row>
21190 <row>
21191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21192 \begin_inset Text
21193
21194 \begin_layout Plain Layout
21195
21196 \backslash
21197 neg
21198 \end_layout
21199
21200 \end_inset
21201 </cell>
21202 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21203 \begin_inset Text
21204
21205 \begin_layout Plain Layout
21206 \begin_inset Formula $\neg$
21207 \end_inset
21208
21209
21210 \end_layout
21211
21212 \end_inset
21213 </cell>
21214 </row>
21215 <row>
21216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21217 \begin_inset Text
21218
21219 \begin_layout Plain Layout
21220
21221 \backslash
21222 Im
21223 \end_layout
21224
21225 \end_inset
21226 </cell>
21227 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21228 \begin_inset Text
21229
21230 \begin_layout Plain Layout
21231 \begin_inset Formula $\Im$
21232 \end_inset
21233
21234
21235 \end_layout
21236
21237 \end_inset
21238 </cell>
21239 </row>
21240 <row>
21241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21242 \begin_inset Text
21243
21244 \begin_layout Plain Layout
21245
21246 \backslash
21247 Re
21248 \end_layout
21249
21250 \end_inset
21251 </cell>
21252 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21253 \begin_inset Text
21254
21255 \begin_layout Plain Layout
21256 \begin_inset Formula $\Re$
21257 \end_inset
21258
21259
21260 \end_layout
21261
21262 \end_inset
21263 </cell>
21264 </row>
21265 <row>
21266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21267 \begin_inset Text
21268
21269 \begin_layout Plain Layout
21270
21271 \backslash
21272 aleph
21273 \end_layout
21274
21275 \end_inset
21276 </cell>
21277 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21278 \begin_inset Text
21279
21280 \begin_layout Plain Layout
21281 \begin_inset Formula $\aleph$
21282 \end_inset
21283
21284
21285 \end_layout
21286
21287 \end_inset
21288 </cell>
21289 </row>
21290 <row>
21291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21292 \begin_inset Text
21293
21294 \begin_layout Plain Layout
21295
21296 \backslash
21297 partial
21298 \end_layout
21299
21300 \end_inset
21301 </cell>
21302 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21303 \begin_inset Text
21304
21305 \begin_layout Plain Layout
21306 \begin_inset Formula $\partial$
21307 \end_inset
21308
21309
21310 \end_layout
21311
21312 \end_inset
21313 </cell>
21314 </row>
21315 <row>
21316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21317 \begin_inset Text
21318
21319 \begin_layout Plain Layout
21320
21321 \backslash
21322 infty
21323 \end_layout
21324
21325 \end_inset
21326 </cell>
21327 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21328 \begin_inset Text
21329
21330 \begin_layout Plain Layout
21331 \begin_inset Formula $\infty$
21332 \end_inset
21333
21334
21335 \end_layout
21336
21337 \end_inset
21338 </cell>
21339 </row>
21340 <row>
21341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21342 \begin_inset Text
21343
21344 \begin_layout Plain Layout
21345
21346 \backslash
21347 wp
21348 \end_layout
21349
21350 \end_inset
21351 </cell>
21352 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21353 \begin_inset Text
21354
21355 \begin_layout Plain Layout
21356 \begin_inset Formula $\wp$
21357 \end_inset
21358
21359
21360 \end_layout
21361
21362 \end_inset
21363 </cell>
21364 </row>
21365 <row>
21366 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21367 \begin_inset Text
21368
21369 \begin_layout Plain Layout
21370
21371 \backslash
21372 imath
21373 \end_layout
21374
21375 \end_inset
21376 </cell>
21377 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21378 \begin_inset Text
21379
21380 \begin_layout Plain Layout
21381 \begin_inset Formula $\imath$
21382 \end_inset
21383
21384
21385 \end_layout
21386
21387 \end_inset
21388 </cell>
21389 </row>
21390 <row>
21391 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21392 \begin_inset Text
21393
21394 \begin_layout Plain Layout
21395
21396 \backslash
21397 jmath
21398 \end_layout
21399
21400 \end_inset
21401 </cell>
21402 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21403 \begin_inset Text
21404
21405 \begin_layout Plain Layout
21406 \begin_inset Formula $\jmath$
21407 \end_inset
21408
21409
21410 \end_layout
21411
21412 \end_inset
21413 </cell>
21414 </row>
21415 </lyxtabular>
21416
21417 \end_inset
21418
21419
21420 \begin_inset space \hfill{}
21421 \end_inset
21422
21423
21424 \begin_inset Tabular
21425 <lyxtabular version="3" rows="10" columns="2">
21426 <features rotate="0" tabularvalignment="middle">
21427 <column alignment="center" valignment="top" width="0pt">
21428 <column alignment="center" valignment="top" width="0pt">
21429 <row>
21430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21431 \begin_inset Text
21432
21433 \begin_layout Plain Layout
21434 コマンド
21435 \end_layout
21436
21437 \end_inset
21438 </cell>
21439 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21440 \begin_inset Text
21441
21442 \begin_layout Plain Layout
21443 出力
21444 \begin_inset Note Note
21445 status collapsed
21446
21447 \begin_layout Plain Layout
21448 ここで
21449 \series bold
21450
21451 \backslash
21452 raisebox
21453 \series default
21454 はスペーサーとして使用しているだけです。
21455 \end_layout
21456
21457 \end_inset
21458
21459
21460 \end_layout
21461
21462 \end_inset
21463 </cell>
21464 </row>
21465 <row>
21466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21467 \begin_inset Text
21468
21469 \begin_layout Plain Layout
21470
21471 \backslash
21472 forall
21473 \end_layout
21474
21475 \end_inset
21476 </cell>
21477 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21478 \begin_inset Text
21479
21480 \begin_layout Plain Layout
21481 \begin_inset Formula $\forall$
21482 \end_inset
21483
21484
21485 \end_layout
21486
21487 \end_inset
21488 </cell>
21489 </row>
21490 <row>
21491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21492 \begin_inset Text
21493
21494 \begin_layout Plain Layout
21495
21496 \backslash
21497 exists
21498 \end_layout
21499
21500 \end_inset
21501 </cell>
21502 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21503 \begin_inset Text
21504
21505 \begin_layout Plain Layout
21506 \begin_inset Formula $\exists$
21507 \end_inset
21508
21509
21510 \end_layout
21511
21512 \end_inset
21513 </cell>
21514 </row>
21515 <row>
21516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21517 \begin_inset Text
21518
21519 \begin_layout Plain Layout
21520
21521 \backslash
21522 nexists
21523 \end_layout
21524
21525 \end_inset
21526 </cell>
21527 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21528 \begin_inset Text
21529
21530 \begin_layout Plain Layout
21531 \begin_inset Formula $\nexists$
21532 \end_inset
21533
21534
21535 \end_layout
21536
21537 \end_inset
21538 </cell>
21539 </row>
21540 <row>
21541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21542 \begin_inset Text
21543
21544 \begin_layout Plain Layout
21545
21546 \backslash
21547 emptyset
21548 \end_layout
21549
21550 \end_inset
21551 </cell>
21552 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21553 \begin_inset Text
21554
21555 \begin_layout Plain Layout
21556 \begin_inset Formula $\emptyset$
21557 \end_inset
21558
21559
21560 \end_layout
21561
21562 \end_inset
21563 </cell>
21564 </row>
21565 <row>
21566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21567 \begin_inset Text
21568
21569 \begin_layout Plain Layout
21570
21571 \backslash
21572 varnothing
21573 \end_layout
21574
21575 \end_inset
21576 </cell>
21577 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21578 \begin_inset Text
21579
21580 \begin_layout Plain Layout
21581 \begin_inset Formula $\varnothing$
21582 \end_inset
21583
21584
21585 \end_layout
21586
21587 \end_inset
21588 </cell>
21589 </row>
21590 <row>
21591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21592 \begin_inset Text
21593
21594 \begin_layout Plain Layout
21595
21596 \backslash
21597 dag
21598 \end_layout
21599
21600 \end_inset
21601 </cell>
21602 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21603 \begin_inset Text
21604
21605 \begin_layout Plain Layout
21606 \begin_inset Formula $\dag$
21607 \end_inset
21608
21609
21610 \end_layout
21611
21612 \end_inset
21613 </cell>
21614 </row>
21615 <row>
21616 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21617 \begin_inset Text
21618
21619 \begin_layout Plain Layout
21620
21621 \backslash
21622 ddag
21623 \end_layout
21624
21625 \end_inset
21626 </cell>
21627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21628 \begin_inset Text
21629
21630 \begin_layout Plain Layout
21631 \begin_inset Formula $\ddag$
21632 \end_inset
21633
21634
21635 \end_layout
21636
21637 \end_inset
21638 </cell>
21639 </row>
21640 <row>
21641 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21642 \begin_inset Text
21643
21644 \begin_layout Plain Layout
21645
21646 \backslash
21647 complement
21648 \end_layout
21649
21650 \end_inset
21651 </cell>
21652 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21653 \begin_inset Text
21654
21655 \begin_layout Plain Layout
21656 \begin_inset ERT
21657 status collapsed
21658
21659 \begin_layout Plain Layout
21660
21661
21662 \backslash
21663 raisebox{-0.8mm}{
21664 \end_layout
21665
21666 \end_inset
21667
21668
21669 \begin_inset Formula $\complement$
21670 \end_inset
21671
21672
21673 \begin_inset ERT
21674 status collapsed
21675
21676 \begin_layout Plain Layout
21677
21678 }
21679 \end_layout
21680
21681 \end_inset
21682
21683
21684 \end_layout
21685
21686 \end_inset
21687 </cell>
21688 </row>
21689 <row>
21690 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21691 \begin_inset Text
21692
21693 \begin_layout Plain Layout
21694
21695 \backslash
21696 Bbbk
21697 \end_layout
21698
21699 \end_inset
21700 </cell>
21701 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21702 \begin_inset Text
21703
21704 \begin_layout Plain Layout
21705 \begin_inset Formula $\Bbbk$
21706 \end_inset
21707
21708
21709 \end_layout
21710
21711 \end_inset
21712 </cell>
21713 </row>
21714 </lyxtabular>
21715
21716 \end_inset
21717
21718
21719 \begin_inset space \hfill{}
21720 \end_inset
21721
21722
21723 \begin_inset Tabular
21724 <lyxtabular version="3" rows="10" columns="2">
21725 <features rotate="0" tabularvalignment="middle">
21726 <column alignment="center" valignment="top" width="0pt">
21727 <column alignment="center" valignment="top" width="0pt">
21728 <row>
21729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21730 \begin_inset Text
21731
21732 \begin_layout Plain Layout
21733 コマンド
21734 \end_layout
21735
21736 \end_inset
21737 </cell>
21738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21739 \begin_inset Text
21740
21741 \begin_layout Plain Layout
21742 出力
21743 \end_layout
21744
21745 \end_inset
21746 </cell>
21747 </row>
21748 <row>
21749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21750 \begin_inset Text
21751
21752 \begin_layout Plain Layout
21753
21754 \backslash
21755 prime
21756 \end_layout
21757
21758 \end_inset
21759 </cell>
21760 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21761 \begin_inset Text
21762
21763 \begin_layout Plain Layout
21764 \begin_inset Formula $\prime$
21765 \end_inset
21766
21767
21768 \end_layout
21769
21770 \end_inset
21771 </cell>
21772 </row>
21773 <row>
21774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21775 \begin_inset Text
21776
21777 \begin_layout Plain Layout
21778
21779 \backslash
21780 backprime
21781 \end_layout
21782
21783 \end_inset
21784 </cell>
21785 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21786 \begin_inset Text
21787
21788 \begin_layout Plain Layout
21789 \begin_inset Formula $\backprime$
21790 \end_inset
21791
21792
21793 \end_layout
21794
21795 \end_inset
21796 </cell>
21797 </row>
21798 <row>
21799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21800 \begin_inset Text
21801
21802 \begin_layout Plain Layout
21803
21804 \backslash
21805 mho
21806 \end_layout
21807
21808 \end_inset
21809 </cell>
21810 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21811 \begin_inset Text
21812
21813 \begin_layout Plain Layout
21814 \begin_inset Formula $\mho$
21815 \end_inset
21816
21817
21818 \end_layout
21819
21820 \end_inset
21821 </cell>
21822 </row>
21823 <row>
21824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21825 \begin_inset Text
21826
21827 \begin_layout Plain Layout
21828
21829 \backslash
21830 triangle
21831 \end_layout
21832
21833 \end_inset
21834 </cell>
21835 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21836 \begin_inset Text
21837
21838 \begin_layout Plain Layout
21839 \begin_inset Formula $\triangle$
21840 \end_inset
21841
21842
21843 \end_layout
21844
21845 \end_inset
21846 </cell>
21847 </row>
21848 <row>
21849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21850 \begin_inset Text
21851
21852 \begin_layout Plain Layout
21853
21854 \backslash
21855 angle
21856 \end_layout
21857
21858 \end_inset
21859 </cell>
21860 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21861 \begin_inset Text
21862
21863 \begin_layout Plain Layout
21864 \begin_inset Formula $\angle$
21865 \end_inset
21866
21867
21868 \end_layout
21869
21870 \end_inset
21871 </cell>
21872 </row>
21873 <row>
21874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21875 \begin_inset Text
21876
21877 \begin_layout Plain Layout
21878
21879 \backslash
21880 measuredangle
21881 \end_layout
21882
21883 \end_inset
21884 </cell>
21885 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21886 \begin_inset Text
21887
21888 \begin_layout Plain Layout
21889 \begin_inset Formula $\measuredangle$
21890 \end_inset
21891
21892
21893 \end_layout
21894
21895 \end_inset
21896 </cell>
21897 </row>
21898 <row>
21899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21900 \begin_inset Text
21901
21902 \begin_layout Plain Layout
21903
21904 \backslash
21905 sphericalangle
21906 \end_layout
21907
21908 \end_inset
21909 </cell>
21910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21911 \begin_inset Text
21912
21913 \begin_layout Plain Layout
21914 \begin_inset Formula $\sphericalangle$
21915 \end_inset
21916
21917
21918 \end_layout
21919
21920 \end_inset
21921 </cell>
21922 </row>
21923 <row>
21924 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21925 \begin_inset Text
21926
21927 \begin_layout Plain Layout
21928
21929 \backslash
21930 top
21931 \end_layout
21932
21933 \end_inset
21934 </cell>
21935 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21936 \begin_inset Text
21937
21938 \begin_layout Plain Layout
21939 \begin_inset Formula $\top$
21940 \end_inset
21941
21942
21943 \end_layout
21944
21945 \end_inset
21946 </cell>
21947 </row>
21948 <row>
21949 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21950 \begin_inset Text
21951
21952 \begin_layout Plain Layout
21953
21954 \backslash
21955 bot
21956 \end_layout
21957
21958 \end_inset
21959 </cell>
21960 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21961 \begin_inset Text
21962
21963 \begin_layout Plain Layout
21964 \begin_inset Formula $\bot$
21965 \end_inset
21966
21967
21968 \end_layout
21969
21970 \end_inset
21971 </cell>
21972 </row>
21973 </lyxtabular>
21974
21975 \end_inset
21976
21977
21978 \begin_inset space \hfill{}
21979 \end_inset
21980
21981
21982 \end_layout
21983
21984 \begin_layout Subsection
21985 その他の記号
21986 \begin_inset CommandInset label
21987 LatexCommand label
21988 name "sub:その他の記号"
21989
21990 \end_inset
21991
21992
21993 \begin_inset Index idx
21994 status collapsed
21995
21996 \begin_layout Plain Layout
21997 きごう@記号 ! そのた@その他
21998 \end_layout
21999
22000 \end_inset
22001
22002
22003 \end_layout
22004
22005 \begin_layout Standard
22006 \noindent
22007 \align center
22008 \begin_inset Tabular
22009 <lyxtabular version="3" rows="10" columns="2">
22010 <features rotate="0" tabularvalignment="middle">
22011 <column alignment="center" valignment="top" width="0pt">
22012 <column alignment="center" valignment="top" width="0pt">
22013 <row>
22014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22015 \begin_inset Text
22016
22017 \begin_layout Plain Layout
22018
22019 \family roman
22020 \series medium
22021 \shape up
22022 \size normal
22023 \emph off
22024 \bar no
22025 \noun off
22026 \color none
22027 コマンド
22028 \end_layout
22029
22030 \end_inset
22031 </cell>
22032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22033 \begin_inset Text
22034
22035 \begin_layout Plain Layout
22036
22037 \family roman
22038 \series medium
22039 \shape up
22040 \size normal
22041 \emph off
22042 \bar no
22043 \noun off
22044 \color none
22045 出力
22046 \end_layout
22047
22048 \end_inset
22049 </cell>
22050 </row>
22051 <row>
22052 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22053 \begin_inset Text
22054
22055 \begin_layout Plain Layout
22056
22057 \backslash
22058 flat
22059 \end_layout
22060
22061 \end_inset
22062 </cell>
22063 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22064 \begin_inset Text
22065
22066 \begin_layout Plain Layout
22067 \begin_inset Formula $\flat$
22068 \end_inset
22069
22070
22071 \end_layout
22072
22073 \end_inset
22074 </cell>
22075 </row>
22076 <row>
22077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22078 \begin_inset Text
22079
22080 \begin_layout Plain Layout
22081
22082 \backslash
22083 natural
22084 \end_layout
22085
22086 \end_inset
22087 </cell>
22088 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22089 \begin_inset Text
22090
22091 \begin_layout Plain Layout
22092 \begin_inset Formula $\natural$
22093 \end_inset
22094
22095
22096 \end_layout
22097
22098 \end_inset
22099 </cell>
22100 </row>
22101 <row>
22102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22103 \begin_inset Text
22104
22105 \begin_layout Plain Layout
22106
22107 \backslash
22108 sharp
22109 \end_layout
22110
22111 \end_inset
22112 </cell>
22113 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22114 \begin_inset Text
22115
22116 \begin_layout Plain Layout
22117 \begin_inset Formula $\sharp$
22118 \end_inset
22119
22120
22121 \end_layout
22122
22123 \end_inset
22124 </cell>
22125 </row>
22126 <row>
22127 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22128 \begin_inset Text
22129
22130 \begin_layout Plain Layout
22131
22132 \backslash
22133 surd
22134 \end_layout
22135
22136 \end_inset
22137 </cell>
22138 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22139 \begin_inset Text
22140
22141 \begin_layout Plain Layout
22142 \begin_inset Formula $\surd$
22143 \end_inset
22144
22145
22146 \end_layout
22147
22148 \end_inset
22149 </cell>
22150 </row>
22151 <row>
22152 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22153 \begin_inset Text
22154
22155 \begin_layout Plain Layout
22156
22157 \backslash
22158 checkmark
22159 \end_layout
22160
22161 \end_inset
22162 </cell>
22163 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22164 \begin_inset Text
22165
22166 \begin_layout Plain Layout
22167 \begin_inset Formula $\checkmark$
22168 \end_inset
22169
22170
22171 \end_layout
22172
22173 \end_inset
22174 </cell>
22175 </row>
22176 <row>
22177 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22178 \begin_inset Text
22179
22180 \begin_layout Plain Layout
22181
22182 \backslash
22183 yen
22184 \end_layout
22185
22186 \end_inset
22187 </cell>
22188 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22189 \begin_inset Text
22190
22191 \begin_layout Plain Layout
22192 \begin_inset Formula $\yen$
22193 \end_inset
22194
22195
22196 \end_layout
22197
22198 \end_inset
22199 </cell>
22200 </row>
22201 <row>
22202 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22203 \begin_inset Text
22204
22205 \begin_layout Plain Layout
22206
22207 \backslash
22208 pounds
22209 \end_layout
22210
22211 \end_inset
22212 </cell>
22213 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22214 \begin_inset Text
22215
22216 \begin_layout Plain Layout
22217 \begin_inset Formula $\pounds$
22218 \end_inset
22219
22220
22221 \end_layout
22222
22223 \end_inset
22224 </cell>
22225 </row>
22226 <row>
22227 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22228 \begin_inset Text
22229
22230 \begin_layout Plain Layout
22231 $
22232 \end_layout
22233
22234 \end_inset
22235 </cell>
22236 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22237 \begin_inset Text
22238
22239 \begin_layout Plain Layout
22240 \begin_inset Formula $\$$
22241 \end_inset
22242
22243
22244 \end_layout
22245
22246 \end_inset
22247 </cell>
22248 </row>
22249 <row>
22250 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22251 \begin_inset Text
22252
22253 \begin_layout Plain Layout
22254 §
22255 \end_layout
22256
22257 \end_inset
22258 </cell>
22259 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22260 \begin_inset Text
22261
22262 \begin_layout Plain Layout
22263 \begin_inset Formula $\mathsection$
22264 \end_inset
22265
22266
22267 \end_layout
22268
22269 \end_inset
22270 </cell>
22271 </row>
22272 </lyxtabular>
22273
22274 \end_inset
22275
22276
22277 \begin_inset Tabular
22278 <lyxtabular version="3" rows="10" columns="2">
22279 <features rotate="0" tabularvalignment="middle">
22280 <column alignment="center" valignment="top">
22281 <column alignment="center" valignment="top">
22282 <row>
22283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22284 \begin_inset Text
22285
22286 \begin_layout Plain Layout
22287
22288 \family roman
22289 \series medium
22290 \shape up
22291 \size normal
22292 \emph off
22293 \bar no
22294 \noun off
22295 \color none
22296 コマンド
22297 \end_layout
22298
22299 \end_inset
22300 </cell>
22301 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22302 \begin_inset Text
22303
22304 \begin_layout Plain Layout
22305
22306 \family roman
22307 \series medium
22308 \shape up
22309 \size normal
22310 \emph off
22311 \bar no
22312 \noun off
22313 \color none
22314 出力
22315 \end_layout
22316
22317 \end_inset
22318 </cell>
22319 </row>
22320 <row>
22321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22322 \begin_inset Text
22323
22324 \begin_layout Plain Layout
22325
22326 \backslash
22327 hbar
22328 \end_layout
22329
22330 \end_inset
22331 </cell>
22332 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22333 \begin_inset Text
22334
22335 \begin_layout Plain Layout
22336 \begin_inset Formula $\hbar$
22337 \end_inset
22338
22339
22340 \end_layout
22341
22342 \end_inset
22343 </cell>
22344 </row>
22345 <row>
22346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22347 \begin_inset Text
22348
22349 \begin_layout Plain Layout
22350
22351 \backslash
22352 hslash
22353 \end_layout
22354
22355 \end_inset
22356 </cell>
22357 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22358 \begin_inset Text
22359
22360 \begin_layout Plain Layout
22361 \begin_inset Formula $\hslash$
22362 \end_inset
22363
22364
22365 \end_layout
22366
22367 \end_inset
22368 </cell>
22369 </row>
22370 <row>
22371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22372 \begin_inset Text
22373
22374 \begin_layout Plain Layout
22375
22376 \backslash
22377 clubsuit
22378 \end_layout
22379
22380 \end_inset
22381 </cell>
22382 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22383 \begin_inset Text
22384
22385 \begin_layout Plain Layout
22386 \begin_inset Formula $\clubsuit$
22387 \end_inset
22388
22389
22390 \end_layout
22391
22392 \end_inset
22393 </cell>
22394 </row>
22395 <row>
22396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22397 \begin_inset Text
22398
22399 \begin_layout Plain Layout
22400
22401 \backslash
22402 spadesuit
22403 \end_layout
22404
22405 \end_inset
22406 </cell>
22407 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22408 \begin_inset Text
22409
22410 \begin_layout Plain Layout
22411 \begin_inset Formula $\spadesuit$
22412 \end_inset
22413
22414
22415 \end_layout
22416
22417 \end_inset
22418 </cell>
22419 </row>
22420 <row>
22421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22422 \begin_inset Text
22423
22424 \begin_layout Plain Layout
22425
22426 \backslash
22427 bigstar
22428 \end_layout
22429
22430 \end_inset
22431 </cell>
22432 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22433 \begin_inset Text
22434
22435 \begin_layout Plain Layout
22436 \begin_inset Formula $\bigstar$
22437 \end_inset
22438
22439
22440 \end_layout
22441
22442 \end_inset
22443 </cell>
22444 </row>
22445 <row>
22446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22447 \begin_inset Text
22448
22449 \begin_layout Plain Layout
22450
22451 \backslash
22452 blacklozenge
22453 \end_layout
22454
22455 \end_inset
22456 </cell>
22457 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22458 \begin_inset Text
22459
22460 \begin_layout Plain Layout
22461 \begin_inset Formula $\blacklozenge$
22462 \end_inset
22463
22464
22465 \end_layout
22466
22467 \end_inset
22468 </cell>
22469 </row>
22470 <row>
22471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22472 \begin_inset Text
22473
22474 \begin_layout Plain Layout
22475
22476 \backslash
22477 blacktriangle
22478 \end_layout
22479
22480 \end_inset
22481 </cell>
22482 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22483 \begin_inset Text
22484
22485 \begin_layout Plain Layout
22486 \begin_inset Formula $\blacktriangle$
22487 \end_inset
22488
22489
22490 \end_layout
22491
22492 \end_inset
22493 </cell>
22494 </row>
22495 <row>
22496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22497 \begin_inset Text
22498
22499 \begin_layout Plain Layout
22500
22501 \backslash
22502 blacktiangledown
22503 \end_layout
22504
22505 \end_inset
22506 </cell>
22507 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22508 \begin_inset Text
22509
22510 \begin_layout Plain Layout
22511 \begin_inset Formula $\blacktriangledown$
22512 \end_inset
22513
22514
22515 \end_layout
22516
22517 \end_inset
22518 </cell>
22519 </row>
22520 <row>
22521 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22522 \begin_inset Text
22523
22524 \begin_layout Plain Layout
22525
22526 \backslash
22527 bullet
22528 \end_layout
22529
22530 \end_inset
22531 </cell>
22532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22533 \begin_inset Text
22534
22535 \begin_layout Plain Layout
22536 \begin_inset Formula $\bullet$
22537 \end_inset
22538
22539
22540 \end_layout
22541
22542 \end_inset
22543 </cell>
22544 </row>
22545 </lyxtabular>
22546
22547 \end_inset
22548
22549
22550 \begin_inset Tabular
22551 <lyxtabular version="3" rows="10" columns="2">
22552 <features rotate="0" tabularvalignment="middle">
22553 <column alignment="center" valignment="top" width="0pt">
22554 <column alignment="center" valignment="top" width="0pt">
22555 <row>
22556 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22557 \begin_inset Text
22558
22559 \begin_layout Plain Layout
22560
22561 \family roman
22562 \series medium
22563 \shape up
22564 \size normal
22565 \emph off
22566 \bar no
22567 \noun off
22568 \color none
22569 コマンド
22570 \end_layout
22571
22572 \end_inset
22573 </cell>
22574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22575 \begin_inset Text
22576
22577 \begin_layout Plain Layout
22578
22579 \family roman
22580 \series medium
22581 \shape up
22582 \size normal
22583 \emph off
22584 \bar no
22585 \noun off
22586 \color none
22587 出力
22588 \end_layout
22589
22590 \end_inset
22591 </cell>
22592 </row>
22593 <row>
22594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22595 \begin_inset Text
22596
22597 \begin_layout Plain Layout
22598
22599 \backslash
22600 diamondsuit
22601 \end_layout
22602
22603 \end_inset
22604 </cell>
22605 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22606 \begin_inset Text
22607
22608 \begin_layout Plain Layout
22609 \begin_inset Formula $\diamondsuit$
22610 \end_inset
22611
22612
22613 \end_layout
22614
22615 \end_inset
22616 </cell>
22617 </row>
22618 <row>
22619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22620 \begin_inset Text
22621
22622 \begin_layout Plain Layout
22623
22624 \backslash
22625 Diamond
22626 \end_layout
22627
22628 \end_inset
22629 </cell>
22630 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22631 \begin_inset Text
22632
22633 \begin_layout Plain Layout
22634 \begin_inset Formula $\Diamond$
22635 \end_inset
22636
22637
22638 \end_layout
22639
22640 \end_inset
22641 </cell>
22642 </row>
22643 <row>
22644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22645 \begin_inset Text
22646
22647 \begin_layout Plain Layout
22648
22649 \backslash
22650 heartsuit
22651 \end_layout
22652
22653 \end_inset
22654 </cell>
22655 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22656 \begin_inset Text
22657
22658 \begin_layout Plain Layout
22659 \begin_inset Formula $\heartsuit$
22660 \end_inset
22661
22662
22663 \end_layout
22664
22665 \end_inset
22666 </cell>
22667 </row>
22668 <row>
22669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22670 \begin_inset Text
22671
22672 \begin_layout Plain Layout
22673
22674 \backslash
22675 P
22676 \end_layout
22677
22678 \end_inset
22679 </cell>
22680 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22681 \begin_inset Text
22682
22683 \begin_layout Plain Layout
22684 \begin_inset Formula $\P$
22685 \end_inset
22686
22687
22688 \end_layout
22689
22690 \end_inset
22691 </cell>
22692 </row>
22693 <row>
22694 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22695 \begin_inset Text
22696
22697 \begin_layout Plain Layout
22698
22699 \backslash
22700 copyright
22701 \end_layout
22702
22703 \end_inset
22704 </cell>
22705 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22706 \begin_inset Text
22707
22708 \begin_layout Plain Layout
22709 \begin_inset Formula $\copyright$
22710 \end_inset
22711
22712
22713 \end_layout
22714
22715 \end_inset
22716 </cell>
22717 </row>
22718 <row>
22719 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22720 \begin_inset Text
22721
22722 \begin_layout Plain Layout
22723
22724 \backslash
22725 circledR
22726 \end_layout
22727
22728 \end_inset
22729 </cell>
22730 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22731 \begin_inset Text
22732
22733 \begin_layout Plain Layout
22734 \begin_inset Formula $\circledR$
22735 \end_inset
22736
22737
22738 \end_layout
22739
22740 \end_inset
22741 </cell>
22742 </row>
22743 <row>
22744 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22745 \begin_inset Text
22746
22747 \begin_layout Plain Layout
22748
22749 \backslash
22750 maltese
22751 \end_layout
22752
22753 \end_inset
22754 </cell>
22755 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22756 \begin_inset Text
22757
22758 \begin_layout Plain Layout
22759 \begin_inset Formula $\maltese$
22760 \end_inset
22761
22762
22763 \end_layout
22764
22765 \end_inset
22766 </cell>
22767 </row>
22768 <row>
22769 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22770 \begin_inset Text
22771
22772 \begin_layout Plain Layout
22773
22774 \backslash
22775 diagup
22776 \end_layout
22777
22778 \end_inset
22779 </cell>
22780 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22781 \begin_inset Text
22782
22783 \begin_layout Plain Layout
22784 \begin_inset Formula $\diagup$
22785 \end_inset
22786
22787
22788 \end_layout
22789
22790 \end_inset
22791 </cell>
22792 </row>
22793 <row>
22794 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22795 \begin_inset Text
22796
22797 \begin_layout Plain Layout
22798
22799 \backslash
22800 diagdown
22801 \end_layout
22802
22803 \end_inset
22804 </cell>
22805 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22806 \begin_inset Text
22807
22808 \begin_layout Plain Layout
22809 \begin_inset Formula $\diagdown$
22810 \end_inset
22811
22812
22813 \end_layout
22814
22815 \end_inset
22816 </cell>
22817 </row>
22818 </lyxtabular>
22819
22820 \end_inset
22821
22822
22823 \end_layout
22824
22825 \begin_layout Standard
22826 \begin_inset VSpace medskip
22827 \end_inset
22828
22829 ここにある以上の記号が、第
22830 \begin_inset CommandInset ref
22831 LatexCommand ref
22832 reference "sub:他の特殊文字"
22833
22834 \end_inset
22835
22836 節に挙げてあります。
22837 \end_layout
22838
22839 \begin_layout Standard
22840 寸法を変えて表示することのできる記号もあります。第
22841 \begin_inset CommandInset ref
22842 LatexCommand ref
22843 reference "sub:書体寸法"
22844
22845 \end_inset
22846
22847 節をご参照下さい。
22848 \end_layout
22849
22850 \begin_layout Subsection
22851 ユーロ通貨記号
22852 \begin_inset Index idx
22853 status collapsed
22854
22855 \begin_layout Plain Layout
22856 きごう@記号 ! ゆーろつうかきごう@ユーロ通貨記号
22857 \end_layout
22858
22859 \end_inset
22860
22861
22862 \begin_inset Index idx
22863 status collapsed
22864
22865 \begin_layout Plain Layout
22866
22867 \backslash
22868 @
22869 \begin_inset ERT
22870 status collapsed
22871
22872 \begin_layout Plain Layout
22873
22874
22875 \backslash
22876 officialeuro
22877 \end_layout
22878
22879 \end_inset
22880
22881
22882 \end_layout
22883
22884 \end_inset
22885
22886
22887 \end_layout
22888
22889 \begin_layout Standard
22890 ユーロ通貨記号を数式で使用するには、LaTeXパッケージ
22891 \series bold
22892 eurosym
22893 \series default
22894
22895 \begin_inset Index idx
22896 status collapsed
22897
22898 \begin_layout Plain Layout
22899 ぱっけーじ@パッケージ ! eurosym
22900 \end_layout
22901
22902 \end_inset
22903
22904 が導入されていて、以下のようなLaTeXプリアンブル行によって読み込まれていなくてはなりません。
22905 \end_layout
22906
22907 \begin_layout Standard
22908
22909 \series bold
22910
22911 \backslash
22912 usepackage[gennarrow]{eurosym}
22913 \end_layout
22914
22915 \begin_layout Standard
22916 すると、ユーロ通貨記号を
22917 \series bold
22918
22919 \backslash
22920 euro
22921 \series default
22922
22923 \begin_inset Index idx
22924 status collapsed
22925
22926 \begin_layout Plain Layout
22927 こまんど@コマンド ! E ! 
22928 \backslash
22929 euro
22930 \end_layout
22931
22932 \end_inset
22933
22934 コマンドで挿入することができるようになります。
22935 \end_layout
22936
22937 \begin_layout Standard
22938 数式テキストには、
22939 \series bold
22940 eurosym
22941 \series default
22942 が導入されていなくても、ユーロ通貨記号を直接キーボードを使って(あれば)挿入することができます。
22943 \series bold
22944 eurosym
22945 \series default
22946 が導入されていれば、
22947 \series bold
22948
22949 \backslash
22950 euro
22951 \series default
22952 はTeXモードでも挿入することができます。また、正式な通貨記号を
22953 \series bold
22954
22955 \backslash
22956 officialeuro
22957 \series default
22958
22959 \begin_inset Index idx
22960 status collapsed
22961
22962 \begin_layout Plain Layout
22963 こまんど@コマンド ! O ! 
22964 \backslash
22965 officialeuro
22966 \end_layout
22967
22968 \end_inset
22969
22970 コマンド(これはTeXモードでのみ使用することができます)で挿入することができます。
22971 \end_layout
22972
22973 \begin_layout Standard
22974 \begin_inset ERT
22975 status collapsed
22976
22977 \begin_layout Plain Layout
22978
22979
22980 \backslash
22981 ifeurosym 
22982 \end_layout
22983
22984 \end_inset
22985
22986
22987 \begin_inset Note Note
22988 status open
22989
22990 \begin_layout Plain Layout
22991 以下の表は、LaTeXパッケージ
22992 \series bold
22993 eurosym
22994 \series default
22995 が導入済みのときのみ表示されます。
22996 \end_layout
22997
22998 \end_inset
22999
23000
23001 \end_layout
23002
23003 \begin_layout Standard
23004 以下は、各ユーロ通貨記号のまとめです。
23005 \end_layout
23006
23007 \begin_layout Standard
23008 \align center
23009 \begin_inset Tabular
23010 <lyxtabular version="3" rows="4" columns="3">
23011 <features rotate="0" tabularvalignment="middle">
23012 <column alignment="center" valignment="top" width="0pt">
23013 <column alignment="center" valignment="top" width="0pt">
23014 <column alignment="center" valignment="top" width="0pt">
23015 <row>
23016 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
23017 \begin_inset Text
23018
23019 \begin_layout Plain Layout
23020
23021 \end_layout
23022
23023 \end_inset
23024 </cell>
23025 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23026 \begin_inset Text
23027
23028 \begin_layout Plain Layout
23029 コマンド
23030 \end_layout
23031
23032 \end_inset
23033 </cell>
23034 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23035 \begin_inset Text
23036
23037 \begin_layout Plain Layout
23038 出力
23039 \end_layout
23040
23041 \end_inset
23042 </cell>
23043 </row>
23044 <row>
23045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23046 \begin_inset Text
23047
23048 \begin_layout Plain Layout
23049 数式
23050 \end_layout
23051
23052 \end_inset
23053 </cell>
23054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23055 \begin_inset Text
23056
23057 \begin_layout Plain Layout
23058
23059 \backslash
23060 euro
23061 \end_layout
23062
23063 \end_inset
23064 </cell>
23065 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23066 \begin_inset Text
23067
23068 \begin_layout Plain Layout
23069 \begin_inset Formula $\euro$
23070 \end_inset
23071
23072
23073 \end_layout
23074
23075 \end_inset
23076 </cell>
23077 </row>
23078 <row>
23079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23080 \begin_inset Text
23081
23082 \begin_layout Plain Layout
23083 数式テキスト
23084 \end_layout
23085
23086 \end_inset
23087 </cell>
23088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23089 \begin_inset Text
23090
23091 \begin_layout Plain Layout
23092 (ユーロ記号)
23093 \end_layout
23094
23095 \end_inset
23096 </cell>
23097 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23098 \begin_inset Text
23099
23100 \begin_layout Plain Layout
23101 (ユーロ記号)
23102 \end_layout
23103
23104 \end_inset
23105 </cell>
23106 </row>
23107 <row>
23108 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23109 \begin_inset Text
23110
23111 \begin_layout Plain Layout
23112 TeXモード
23113 \end_layout
23114
23115 \end_inset
23116 </cell>
23117 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23118 \begin_inset Text
23119
23120 \begin_layout Plain Layout
23121
23122 \backslash
23123 officialeuro
23124 \end_layout
23125
23126 \end_inset
23127 </cell>
23128 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23129 \begin_inset Text
23130
23131 \begin_layout Plain Layout
23132 \begin_inset ERT
23133 status collapsed
23134
23135 \begin_layout Plain Layout
23136
23137
23138 \backslash
23139 officialeuro
23140 \end_layout
23141
23142 \end_inset
23143
23144
23145 \end_layout
23146
23147 \end_inset
23148 </cell>
23149 </row>
23150 </lyxtabular>
23151
23152 \end_inset
23153
23154
23155 \end_layout
23156
23157 \begin_layout Standard
23158 \begin_inset ERT
23159 status collapsed
23160
23161 \begin_layout Plain Layout
23162
23163
23164 \backslash
23165 else 
23166 \end_layout
23167
23168 \end_inset
23169
23170
23171 \begin_inset Note Note
23172 status open
23173
23174 \begin_layout Plain Layout
23175 以下は、LaTeXパッケージ
23176 \series bold
23177 eurosym
23178 \series default
23179 が導入されていないときのみ表示されます。
23180 \end_layout
23181
23182 \end_inset
23183
23184
23185 \end_layout
23186
23187 \begin_layout Standard
23188 本節の残りを出力としてみるためには、LaTeXパッケージ
23189 \series bold
23190 eurosym
23191 \series default
23192 を導入する必要があります。
23193 \end_layout
23194
23195 \begin_layout Standard
23196 \begin_inset ERT
23197 status collapsed
23198
23199 \begin_layout Plain Layout
23200
23201
23202 \backslash
23203 fi 
23204 \end_layout
23205
23206 \end_inset
23207
23208
23209 \end_layout
23210
23211 \begin_layout Section
23212 関係子
23213 \begin_inset CommandInset label
23214 LatexCommand label
23215 name "sec:関係子"
23216
23217 \end_inset
23218
23219
23220 \begin_inset Index idx
23221 status collapsed
23222
23223 \begin_layout Plain Layout
23224 かんけいし@関係子
23225 \end_layout
23226
23227 \end_inset
23228
23229
23230 \begin_inset Index idx
23231 status collapsed
23232
23233 \begin_layout Plain Layout
23234 ひかくし@比較子|see
23235 \begin_inset ERT
23236 status collapsed
23237
23238 \begin_layout Plain Layout
23239
23240 {
23241 \end_layout
23242
23243 \end_inset
23244
23245 関係子
23246 \begin_inset ERT
23247 status collapsed
23248
23249 \begin_layout Plain Layout
23250
23251 }
23252 \end_layout
23253
23254 \end_inset
23255
23256
23257 \end_layout
23258
23259 \end_inset
23260
23261
23262 \end_layout
23263
23264 \begin_layout Standard
23265 関係子はすべて、ツールバーボタンの
23266 \begin_inset Graphics
23267         filename ../../images/math/leq.png
23268         scale 85
23269
23270 \end_inset
23271
23272 でも挿入することができます。
23273 \end_layout
23274
23275 \begin_layout Standard
23276 \begin_inset space \hfill{}
23277 \end_inset
23278
23279
23280 \begin_inset Tabular
23281 <lyxtabular version="3" rows="17" columns="2">
23282 <features rotate="0" tabularvalignment="middle">
23283 <column alignment="center" valignment="top" width="0pt">
23284 <column alignment="center" valignment="top" width="0pt">
23285 <row>
23286 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23287 \begin_inset Text
23288
23289 \begin_layout Plain Layout
23290 コマンド
23291 \end_layout
23292
23293 \end_inset
23294 </cell>
23295 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23296 \begin_inset Text
23297
23298 \begin_layout Plain Layout
23299 出力
23300 \end_layout
23301
23302 \end_inset
23303 </cell>
23304 </row>
23305 <row>
23306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23307 \begin_inset Text
23308
23309 \begin_layout Plain Layout
23310 \begin_inset Formula $<$
23311 \end_inset
23312
23313
23314 \end_layout
23315
23316 \end_inset
23317 </cell>
23318 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23319 \begin_inset Text
23320
23321 \begin_layout Plain Layout
23322 \begin_inset Formula $<$
23323 \end_inset
23324
23325
23326 \end_layout
23327
23328 \end_inset
23329 </cell>
23330 </row>
23331 <row>
23332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23333 \begin_inset Text
23334
23335 \begin_layout Plain Layout
23336
23337 \backslash
23338 le
23339 \end_layout
23340
23341 \end_inset
23342 </cell>
23343 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23344 \begin_inset Text
23345
23346 \begin_layout Plain Layout
23347 \begin_inset Formula $\le$
23348 \end_inset
23349
23350
23351 \end_layout
23352
23353 \end_inset
23354 </cell>
23355 </row>
23356 <row>
23357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23358 \begin_inset Text
23359
23360 \begin_layout Plain Layout
23361
23362 \backslash
23363 ll
23364 \end_layout
23365
23366 \end_inset
23367 </cell>
23368 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23369 \begin_inset Text
23370
23371 \begin_layout Plain Layout
23372 \begin_inset Formula $\ll$
23373 \end_inset
23374
23375
23376 \end_layout
23377
23378 \end_inset
23379 </cell>
23380 </row>
23381 <row>
23382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23383 \begin_inset Text
23384
23385 \begin_layout Plain Layout
23386
23387 \backslash
23388 prec
23389 \end_layout
23390
23391 \end_inset
23392 </cell>
23393 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23394 \begin_inset Text
23395
23396 \begin_layout Plain Layout
23397 \begin_inset Formula $\prec$
23398 \end_inset
23399
23400
23401 \end_layout
23402
23403 \end_inset
23404 </cell>
23405 </row>
23406 <row>
23407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23408 \begin_inset Text
23409
23410 \begin_layout Plain Layout
23411
23412 \backslash
23413 preceq
23414 \end_layout
23415
23416 \end_inset
23417 </cell>
23418 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23419 \begin_inset Text
23420
23421 \begin_layout Plain Layout
23422 \begin_inset Formula $\preceq$
23423 \end_inset
23424
23425
23426 \end_layout
23427
23428 \end_inset
23429 </cell>
23430 </row>
23431 <row>
23432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23433 \begin_inset Text
23434
23435 \begin_layout Plain Layout
23436
23437 \backslash
23438 subset
23439 \end_layout
23440
23441 \end_inset
23442 </cell>
23443 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23444 \begin_inset Text
23445
23446 \begin_layout Plain Layout
23447 \begin_inset Formula $\subset$
23448 \end_inset
23449
23450
23451 \end_layout
23452
23453 \end_inset
23454 </cell>
23455 </row>
23456 <row>
23457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23458 \begin_inset Text
23459
23460 \begin_layout Plain Layout
23461
23462 \backslash
23463 subseteq
23464 \end_layout
23465
23466 \end_inset
23467 </cell>
23468 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23469 \begin_inset Text
23470
23471 \begin_layout Plain Layout
23472 \begin_inset Formula $\subseteq$
23473 \end_inset
23474
23475
23476 \end_layout
23477
23478 \end_inset
23479 </cell>
23480 </row>
23481 <row>
23482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23483 \begin_inset Text
23484
23485 \begin_layout Plain Layout
23486
23487 \backslash
23488 sqsubseteq
23489 \end_layout
23490
23491 \end_inset
23492 </cell>
23493 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23494 \begin_inset Text
23495
23496 \begin_layout Plain Layout
23497 \begin_inset Formula $\sqsubseteq$
23498 \end_inset
23499
23500
23501 \end_layout
23502
23503 \end_inset
23504 </cell>
23505 </row>
23506 <row>
23507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23508 \begin_inset Text
23509
23510 \begin_layout Plain Layout
23511
23512 \backslash
23513 in
23514 \end_layout
23515
23516 \end_inset
23517 </cell>
23518 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23519 \begin_inset Text
23520
23521 \begin_layout Plain Layout
23522 \begin_inset Formula $\in$
23523 \end_inset
23524
23525
23526 \end_layout
23527
23528 \end_inset
23529 </cell>
23530 </row>
23531 <row>
23532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23533 \begin_inset Text
23534
23535 \begin_layout Plain Layout
23536
23537 \backslash
23538 vdash
23539 \end_layout
23540
23541 \end_inset
23542 </cell>
23543 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23544 \begin_inset Text
23545
23546 \begin_layout Plain Layout
23547 \begin_inset Formula $\vdash$
23548 \end_inset
23549
23550
23551 \end_layout
23552
23553 \end_inset
23554 </cell>
23555 </row>
23556 <row>
23557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23558 \begin_inset Text
23559
23560 \begin_layout Plain Layout
23561
23562 \backslash
23563 smile
23564 \end_layout
23565
23566 \end_inset
23567 </cell>
23568 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23569 \begin_inset Text
23570
23571 \begin_layout Plain Layout
23572 \begin_inset Formula $\smile$
23573 \end_inset
23574
23575
23576 \end_layout
23577
23578 \end_inset
23579 </cell>
23580 </row>
23581 <row>
23582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23583 \begin_inset Text
23584
23585 \begin_layout Plain Layout
23586
23587 \backslash
23588 lhd
23589 \end_layout
23590
23591 \end_inset
23592 </cell>
23593 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23594 \begin_inset Text
23595
23596 \begin_layout Plain Layout
23597 \begin_inset Formula $\lhd$
23598 \end_inset
23599
23600
23601 \end_layout
23602
23603 \end_inset
23604 </cell>
23605 </row>
23606 <row>
23607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23608 \begin_inset Text
23609
23610 \begin_layout Plain Layout
23611
23612 \backslash
23613 unlhd
23614 \end_layout
23615
23616 \end_inset
23617 </cell>
23618 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23619 \begin_inset Text
23620
23621 \begin_layout Plain Layout
23622 \begin_inset Formula $\unlhd$
23623 \end_inset
23624
23625
23626 \end_layout
23627
23628 \end_inset
23629 </cell>
23630 </row>
23631 <row>
23632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23633 \begin_inset Text
23634
23635 \begin_layout Plain Layout
23636
23637 \backslash
23638 gtrless
23639 \end_layout
23640
23641 \end_inset
23642 </cell>
23643 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23644 \begin_inset Text
23645
23646 \begin_layout Plain Layout
23647 \begin_inset Formula $\gtrless$
23648 \end_inset
23649
23650
23651 \end_layout
23652
23653 \end_inset
23654 </cell>
23655 </row>
23656 <row>
23657 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23658 \begin_inset Text
23659
23660 \begin_layout Plain Layout
23661
23662 \backslash
23663 mid
23664 \end_layout
23665
23666 \end_inset
23667 </cell>
23668 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23669 \begin_inset Text
23670
23671 \begin_layout Plain Layout
23672 \begin_inset Formula $\mid$
23673 \end_inset
23674
23675
23676 \end_layout
23677
23678 \end_inset
23679 </cell>
23680 </row>
23681 <row>
23682 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23683 \begin_inset Text
23684
23685 \begin_layout Plain Layout
23686
23687 \backslash
23688 nmid
23689 \end_layout
23690
23691 \end_inset
23692 </cell>
23693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23694 \begin_inset Text
23695
23696 \begin_layout Plain Layout
23697 \begin_inset Formula $\nmid$
23698 \end_inset
23699
23700
23701 \end_layout
23702
23703 \end_inset
23704 </cell>
23705 </row>
23706 </lyxtabular>
23707
23708 \end_inset
23709
23710
23711 \begin_inset space \hfill{}
23712 \end_inset
23713
23714
23715 \begin_inset Tabular
23716 <lyxtabular version="3" rows="17" columns="2">
23717 <features rotate="0" tabularvalignment="middle">
23718 <column alignment="center" valignment="top" width="0pt">
23719 <column alignment="center" valignment="top" width="0pt">
23720 <row>
23721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23722 \begin_inset Text
23723
23724 \begin_layout Plain Layout
23725 コマンド
23726 \end_layout
23727
23728 \end_inset
23729 </cell>
23730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23731 \begin_inset Text
23732
23733 \begin_layout Plain Layout
23734 出力
23735 \end_layout
23736
23737 \end_inset
23738 </cell>
23739 </row>
23740 <row>
23741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23742 \begin_inset Text
23743
23744 \begin_layout Plain Layout
23745 =
23746 \end_layout
23747
23748 \end_inset
23749 </cell>
23750 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23751 \begin_inset Text
23752
23753 \begin_layout Plain Layout
23754 \begin_inset Formula $=$
23755 \end_inset
23756
23757
23758 \end_layout
23759
23760 \end_inset
23761 </cell>
23762 </row>
23763 <row>
23764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23765 \begin_inset Text
23766
23767 \begin_layout Plain Layout
23768
23769 \backslash
23770 not=
23771 \end_layout
23772
23773 \end_inset
23774 </cell>
23775 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23776 \begin_inset Text
23777
23778 \begin_layout Plain Layout
23779 \begin_inset Formula $\not=$
23780 \end_inset
23781
23782
23783 \end_layout
23784
23785 \end_inset
23786 </cell>
23787 </row>
23788 <row>
23789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23790 \begin_inset Text
23791
23792 \begin_layout Plain Layout
23793
23794 \backslash
23795 equiv
23796 \end_layout
23797
23798 \end_inset
23799 </cell>
23800 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23801 \begin_inset Text
23802
23803 \begin_layout Plain Layout
23804 \begin_inset Formula $\equiv$
23805 \end_inset
23806
23807
23808 \end_layout
23809
23810 \end_inset
23811 </cell>
23812 </row>
23813 <row>
23814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23815 \begin_inset Text
23816
23817 \begin_layout Plain Layout
23818
23819 \backslash
23820 sim
23821 \end_layout
23822
23823 \end_inset
23824 </cell>
23825 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23826 \begin_inset Text
23827
23828 \begin_layout Plain Layout
23829 \begin_inset Formula $\sim$
23830 \end_inset
23831
23832
23833 \end_layout
23834
23835 \end_inset
23836 </cell>
23837 </row>
23838 <row>
23839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23840 \begin_inset Text
23841
23842 \begin_layout Plain Layout
23843
23844 \backslash
23845 simeq
23846 \end_layout
23847
23848 \end_inset
23849 </cell>
23850 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23851 \begin_inset Text
23852
23853 \begin_layout Plain Layout
23854 \begin_inset Formula $\simeq$
23855 \end_inset
23856
23857
23858 \end_layout
23859
23860 \end_inset
23861 </cell>
23862 </row>
23863 <row>
23864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23865 \begin_inset Text
23866
23867 \begin_layout Plain Layout
23868
23869 \backslash
23870 approx
23871 \end_layout
23872
23873 \end_inset
23874 </cell>
23875 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23876 \begin_inset Text
23877
23878 \begin_layout Plain Layout
23879 \begin_inset Formula $\approx$
23880 \end_inset
23881
23882
23883 \end_layout
23884
23885 \end_inset
23886 </cell>
23887 </row>
23888 <row>
23889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23890 \begin_inset Text
23891
23892 \begin_layout Plain Layout
23893
23894 \backslash
23895 cong
23896 \end_layout
23897
23898 \end_inset
23899 </cell>
23900 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23901 \begin_inset Text
23902
23903 \begin_layout Plain Layout
23904 \begin_inset Formula $\cong$
23905 \end_inset
23906
23907
23908 \end_layout
23909
23910 \end_inset
23911 </cell>
23912 </row>
23913 <row>
23914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23915 \begin_inset Text
23916
23917 \begin_layout Plain Layout
23918
23919 \backslash
23920 bowtie
23921 \end_layout
23922
23923 \end_inset
23924 </cell>
23925 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23926 \begin_inset Text
23927
23928 \begin_layout Plain Layout
23929 \begin_inset Formula $\bowtie$
23930 \end_inset
23931
23932
23933 \end_layout
23934
23935 \end_inset
23936 </cell>
23937 </row>
23938 <row>
23939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23940 \begin_inset Text
23941
23942 \begin_layout Plain Layout
23943
23944 \backslash
23945 notin
23946 \end_layout
23947
23948 \end_inset
23949 </cell>
23950 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23951 \begin_inset Text
23952
23953 \begin_layout Plain Layout
23954 \begin_inset Formula $\notin$
23955 \end_inset
23956
23957
23958 \end_layout
23959
23960 \end_inset
23961 </cell>
23962 </row>
23963 <row>
23964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23965 \begin_inset Text
23966
23967 \begin_layout Plain Layout
23968
23969 \backslash
23970 perp
23971 \end_layout
23972
23973 \end_inset
23974 </cell>
23975 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23976 \begin_inset Text
23977
23978 \begin_layout Plain Layout
23979 \begin_inset Formula $\perp$
23980 \end_inset
23981
23982
23983 \end_layout
23984
23985 \end_inset
23986 </cell>
23987 </row>
23988 <row>
23989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23990 \begin_inset Text
23991
23992 \begin_layout Plain Layout
23993
23994 \backslash
23995 propto
23996 \end_layout
23997
23998 \end_inset
23999 </cell>
24000 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24001 \begin_inset Text
24002
24003 \begin_layout Plain Layout
24004 \begin_inset Formula $\propto$
24005 \end_inset
24006
24007
24008 \end_layout
24009
24010 \end_inset
24011 </cell>
24012 </row>
24013 <row>
24014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24015 \begin_inset Text
24016
24017 \begin_layout Plain Layout
24018
24019 \backslash
24020 asymp
24021 \end_layout
24022
24023 \end_inset
24024 </cell>
24025 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24026 \begin_inset Text
24027
24028 \begin_layout Plain Layout
24029 \begin_inset Formula $\asymp$
24030 \end_inset
24031
24032
24033 \end_layout
24034
24035 \end_inset
24036 </cell>
24037 </row>
24038 <row>
24039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24040 \begin_inset Text
24041
24042 \begin_layout Plain Layout
24043
24044 \backslash
24045 doteq
24046 \end_layout
24047
24048 \end_inset
24049 </cell>
24050 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24051 \begin_inset Text
24052
24053 \begin_layout Plain Layout
24054 \begin_inset Formula $\doteq$
24055 \end_inset
24056
24057
24058 \end_layout
24059
24060 \end_inset
24061 </cell>
24062 </row>
24063 <row>
24064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24065 \begin_inset Text
24066
24067 \begin_layout Plain Layout
24068
24069 \backslash
24070 circeq
24071 \end_layout
24072
24073 \end_inset
24074 </cell>
24075 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24076 \begin_inset Text
24077
24078 \begin_layout Plain Layout
24079 \begin_inset Formula $\circeq$
24080 \end_inset
24081
24082
24083 \end_layout
24084
24085 \end_inset
24086 </cell>
24087 </row>
24088 <row>
24089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24090 \begin_inset Text
24091
24092 \begin_layout Plain Layout
24093
24094 \backslash
24095 models
24096 \end_layout
24097
24098 \end_inset
24099 </cell>
24100 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24101 \begin_inset Text
24102
24103 \begin_layout Plain Layout
24104 \begin_inset Formula $\models$
24105 \end_inset
24106
24107
24108 \end_layout
24109
24110 \end_inset
24111 </cell>
24112 </row>
24113 <row>
24114 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24115 \begin_inset Text
24116
24117 \begin_layout Plain Layout
24118
24119 \backslash
24120 widehat=
24121 \end_layout
24122
24123 \end_inset
24124 </cell>
24125 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24126 \begin_inset Text
24127
24128 \begin_layout Plain Layout
24129 \begin_inset Formula $\widehat{=}$
24130 \end_inset
24131
24132
24133 \end_layout
24134
24135 \end_inset
24136 </cell>
24137 </row>
24138 </lyxtabular>
24139
24140 \end_inset
24141
24142
24143 \begin_inset space \hfill{}
24144 \end_inset
24145
24146
24147 \begin_inset Tabular
24148 <lyxtabular version="3" rows="17" columns="2">
24149 <features rotate="0" tabularvalignment="middle">
24150 <column alignment="center" valignment="top" width="0pt">
24151 <column alignment="center" valignment="top" width="0pt">
24152 <row>
24153 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24154 \begin_inset Text
24155
24156 \begin_layout Plain Layout
24157
24158 \family roman
24159 \series medium
24160 \shape up
24161 \size normal
24162 \emph off
24163 \bar no
24164 \noun off
24165 \color none
24166 コマンド
24167 \end_layout
24168
24169 \end_inset
24170 </cell>
24171 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24172 \begin_inset Text
24173
24174 \begin_layout Plain Layout
24175
24176 \family roman
24177 \series medium
24178 \shape up
24179 \size normal
24180 \emph off
24181 \bar no
24182 \noun off
24183 \color none
24184 出力
24185 \end_layout
24186
24187 \end_inset
24188 </cell>
24189 </row>
24190 <row>
24191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24192 \begin_inset Text
24193
24194 \begin_layout Plain Layout
24195 \begin_inset Formula $>$
24196 \end_inset
24197
24198
24199 \end_layout
24200
24201 \end_inset
24202 </cell>
24203 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24204 \begin_inset Text
24205
24206 \begin_layout Plain Layout
24207 \begin_inset Formula $>$
24208 \end_inset
24209
24210
24211 \end_layout
24212
24213 \end_inset
24214 </cell>
24215 </row>
24216 <row>
24217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24218 \begin_inset Text
24219
24220 \begin_layout Plain Layout
24221
24222 \backslash
24223 ge
24224 \end_layout
24225
24226 \end_inset
24227 </cell>
24228 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24229 \begin_inset Text
24230
24231 \begin_layout Plain Layout
24232 \begin_inset Formula $\ge$
24233 \end_inset
24234
24235
24236 \end_layout
24237
24238 \end_inset
24239 </cell>
24240 </row>
24241 <row>
24242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24243 \begin_inset Text
24244
24245 \begin_layout Plain Layout
24246
24247 \backslash
24248 gg
24249 \end_layout
24250
24251 \end_inset
24252 </cell>
24253 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24254 \begin_inset Text
24255
24256 \begin_layout Plain Layout
24257 \begin_inset Formula $\gg$
24258 \end_inset
24259
24260
24261 \end_layout
24262
24263 \end_inset
24264 </cell>
24265 </row>
24266 <row>
24267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24268 \begin_inset Text
24269
24270 \begin_layout Plain Layout
24271
24272 \backslash
24273 succ
24274 \end_layout
24275
24276 \end_inset
24277 </cell>
24278 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24279 \begin_inset Text
24280
24281 \begin_layout Plain Layout
24282 \begin_inset Formula $\succ$
24283 \end_inset
24284
24285
24286 \end_layout
24287
24288 \end_inset
24289 </cell>
24290 </row>
24291 <row>
24292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24293 \begin_inset Text
24294
24295 \begin_layout Plain Layout
24296
24297 \backslash
24298 succeq
24299 \end_layout
24300
24301 \end_inset
24302 </cell>
24303 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24304 \begin_inset Text
24305
24306 \begin_layout Plain Layout
24307 \begin_inset Formula $\succeq$
24308 \end_inset
24309
24310
24311 \end_layout
24312
24313 \end_inset
24314 </cell>
24315 </row>
24316 <row>
24317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24318 \begin_inset Text
24319
24320 \begin_layout Plain Layout
24321
24322 \backslash
24323 supset
24324 \end_layout
24325
24326 \end_inset
24327 </cell>
24328 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24329 \begin_inset Text
24330
24331 \begin_layout Plain Layout
24332 \begin_inset Formula $\supset$
24333 \end_inset
24334
24335
24336 \end_layout
24337
24338 \end_inset
24339 </cell>
24340 </row>
24341 <row>
24342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24343 \begin_inset Text
24344
24345 \begin_layout Plain Layout
24346
24347 \backslash
24348 supseteq
24349 \end_layout
24350
24351 \end_inset
24352 </cell>
24353 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24354 \begin_inset Text
24355
24356 \begin_layout Plain Layout
24357 \begin_inset Formula $\supseteq$
24358 \end_inset
24359
24360
24361 \end_layout
24362
24363 \end_inset
24364 </cell>
24365 </row>
24366 <row>
24367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24368 \begin_inset Text
24369
24370 \begin_layout Plain Layout
24371
24372 \backslash
24373 sqsupseteq
24374 \end_layout
24375
24376 \end_inset
24377 </cell>
24378 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24379 \begin_inset Text
24380
24381 \begin_layout Plain Layout
24382 \begin_inset Formula $\sqsupseteq$
24383 \end_inset
24384
24385
24386 \end_layout
24387
24388 \end_inset
24389 </cell>
24390 </row>
24391 <row>
24392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24393 \begin_inset Text
24394
24395 \begin_layout Plain Layout
24396
24397 \backslash
24398 ni
24399 \end_layout
24400
24401 \end_inset
24402 </cell>
24403 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24404 \begin_inset Text
24405
24406 \begin_layout Plain Layout
24407 \begin_inset Formula $\ni$
24408 \end_inset
24409
24410
24411 \end_layout
24412
24413 \end_inset
24414 </cell>
24415 </row>
24416 <row>
24417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24418 \begin_inset Text
24419
24420 \begin_layout Plain Layout
24421
24422 \backslash
24423 dashv
24424 \end_layout
24425
24426 \end_inset
24427 </cell>
24428 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24429 \begin_inset Text
24430
24431 \begin_layout Plain Layout
24432 \begin_inset Formula $\dashv$
24433 \end_inset
24434
24435
24436 \end_layout
24437
24438 \end_inset
24439 </cell>
24440 </row>
24441 <row>
24442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24443 \begin_inset Text
24444
24445 \begin_layout Plain Layout
24446
24447 \backslash
24448 frown
24449 \end_layout
24450
24451 \end_inset
24452 </cell>
24453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24454 \begin_inset Text
24455
24456 \begin_layout Plain Layout
24457 \begin_inset Formula $\frown$
24458 \end_inset
24459
24460
24461 \end_layout
24462
24463 \end_inset
24464 </cell>
24465 </row>
24466 <row>
24467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24468 \begin_inset Text
24469
24470 \begin_layout Plain Layout
24471
24472 \backslash
24473 rhd
24474 \end_layout
24475
24476 \end_inset
24477 </cell>
24478 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24479 \begin_inset Text
24480
24481 \begin_layout Plain Layout
24482 \begin_inset Formula $\rhd$
24483 \end_inset
24484
24485
24486 \end_layout
24487
24488 \end_inset
24489 </cell>
24490 </row>
24491 <row>
24492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24493 \begin_inset Text
24494
24495 \begin_layout Plain Layout
24496
24497 \backslash
24498 unrhd
24499 \end_layout
24500
24501 \end_inset
24502 </cell>
24503 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24504 \begin_inset Text
24505
24506 \begin_layout Plain Layout
24507 \begin_inset Formula $\unrhd$
24508 \end_inset
24509
24510
24511 \end_layout
24512
24513 \end_inset
24514 </cell>
24515 </row>
24516 <row>
24517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24518 \begin_inset Text
24519
24520 \begin_layout Plain Layout
24521
24522 \backslash
24523 lessgtr
24524 \end_layout
24525
24526 \end_inset
24527 </cell>
24528 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24529 \begin_inset Text
24530
24531 \begin_layout Plain Layout
24532 \begin_inset Formula $\lessgtr$
24533 \end_inset
24534
24535
24536 \end_layout
24537
24538 \end_inset
24539 </cell>
24540 </row>
24541 <row>
24542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24543 \begin_inset Text
24544
24545 \begin_layout Plain Layout
24546
24547 \backslash
24548 parallel
24549 \end_layout
24550
24551 \end_inset
24552 </cell>
24553 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24554 \begin_inset Text
24555
24556 \begin_layout Plain Layout
24557 \begin_inset Formula $\parallel$
24558 \end_inset
24559
24560
24561 \end_layout
24562
24563 \end_inset
24564 </cell>
24565 </row>
24566 <row>
24567 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24568 \begin_inset Text
24569
24570 \begin_layout Plain Layout
24571
24572 \backslash
24573 nparallel
24574 \end_layout
24575
24576 \end_inset
24577 </cell>
24578 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24579 \begin_inset Text
24580
24581 \begin_layout Plain Layout
24582 \begin_inset Formula $\nparallel$
24583 \end_inset
24584
24585
24586 \end_layout
24587
24588 \end_inset
24589 </cell>
24590 </row>
24591 </lyxtabular>
24592
24593 \end_inset
24594
24595
24596 \begin_inset space \hfill{}
24597 \end_inset
24598
24599
24600 \end_layout
24601
24602 \begin_layout Standard
24603 \begin_inset VSpace medskip
24604 \end_inset
24605
24606
24607 \series bold
24608
24609 \backslash
24610 lhd
24611 \series default
24612
24613 \series bold
24614
24615 \backslash
24616 rhd
24617 \series default
24618 の文字は、同じように見える演算子
24619 \series bold
24620
24621 \backslash
24622 triangleleft
24623 \series default
24624 および
24625 \series bold
24626
24627 \backslash
24628 triangleright
24629 \series default
24630 よりも大きくなっています。
24631 \end_layout
24632
24633 \begin_layout Standard
24634 関係子は、記号とは違って、つねに前後に余白が置かれます。
24635 \end_layout
24636
24637 \begin_layout Standard
24638
24639 \series bold
24640
24641 \backslash
24642 stackrel
24643 \series default
24644
24645 \begin_inset Index idx
24646 status collapsed
24647
24648 \begin_layout Plain Layout
24649 こまんど@コマンド ! S ! 
24650 \backslash
24651 stackrel
24652 \end_layout
24653
24654 \end_inset
24655
24656 コマンドを使うと、以下のように、ラベル付きの関係子を作ることができます。
24657 \end_layout
24658
24659 \begin_layout Standard
24660 \align center
24661 \begin_inset Tabular
24662 <lyxtabular version="3" rows="2" columns="2">
24663 <features rotate="0" tabularvalignment="middle">
24664 <column alignment="center" valignment="top">
24665 <column alignment="center" valignment="top">
24666 <row>
24667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24668 \begin_inset Text
24669
24670 \begin_layout Plain Layout
24671 コマンド
24672 \end_layout
24673
24674 \end_inset
24675 </cell>
24676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24677 \begin_inset Text
24678
24679 \begin_layout Plain Layout
24680 出力
24681 \begin_inset Note Note
24682 status collapsed
24683
24684 \begin_layout Plain Layout
24685 ここで
24686 \series bold
24687
24688 \backslash
24689 raisebox
24690 \series default
24691 はスペーサーとして使用しているだけです。
24692 \end_layout
24693
24694 \end_inset
24695
24696
24697 \end_layout
24698
24699 \end_inset
24700 </cell>
24701 </row>
24702 <row>
24703 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24704 \begin_inset Text
24705
24706 \begin_layout Plain Layout
24707 A(r)
24708 \backslash
24709 stackrel
24710 \begin_inset ERT
24711 status collapsed
24712
24713 \begin_layout Plain Layout
24714
24715
24716 \backslash
24717 spce 
24718 \end_layout
24719
24720 \end_inset
24721
24722 r
24723 \backslash
24724 to
24725 \backslash
24726 infty
24727 \begin_inset ERT
24728 status collapsed
24729
24730 \begin_layout Plain Layout
24731
24732
24733 \backslash
24734 spce 
24735 \end_layout
24736
24737 \end_inset
24738
24739
24740 \begin_inset Formula $\downarrow$
24741 \end_inset
24742
24743
24744 \backslash
24745 approx
24746 \begin_inset ERT
24747 status collapsed
24748
24749 \begin_layout Plain Layout
24750
24751
24752 \backslash
24753 spce 
24754 \end_layout
24755
24756 \end_inset
24757
24758
24759 \begin_inset ERT
24760 status collapsed
24761
24762 \begin_layout Plain Layout
24763
24764
24765 \backslash
24766 spce 
24767 \end_layout
24768
24769 \end_inset
24770
24771 B
24772 \end_layout
24773
24774 \end_inset
24775 </cell>
24776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24777 \begin_inset Text
24778
24779 \begin_layout Plain Layout
24780 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
24781 \end_inset
24782
24783
24784 \end_layout
24785
24786 \end_inset
24787 </cell>
24788 </row>
24789 </lyxtabular>
24790
24791 \end_inset
24792
24793
24794 \end_layout
24795
24796 \begin_layout Section
24797 関数
24798 \end_layout
24799
24800 \begin_layout Subsection
24801 定義済み関数
24802 \begin_inset CommandInset label
24803 LatexCommand label
24804 name "sub:定義済み函数"
24805
24806 \end_inset
24807
24808
24809 \begin_inset Index idx
24810 status collapsed
24811
24812 \begin_layout Plain Layout
24813 かんすう@関数 ! ていぎずみ@定義済み
24814 \end_layout
24815
24816 \end_inset
24817
24818
24819 \end_layout
24820
24821 \begin_layout Standard
24822 一般的に、数式表現では変数は
24823 \shape italic
24824 イタリック体
24825 \shape default
24826 に設定されますが、関数名はイタリック体にしません。なぜなら、
24827 \begin_inset Formula $sin$
24828 \end_inset
24829
24830
24831 \begin_inset Formula $s\cdot i\cdot n$
24832 \end_inset
24833
24834 であるかのように誤解させる恐れがあるためです。そのために、定義済み関数が存在し、これらは先行する要素よりも少し離れて配置されます。定義済み関数は、関数名の前にバ
24835 ックスラッシュを加えたコマンドとして挿入します。
24836 \end_layout
24837
24838 \begin_layout Standard
24839 \align center
24840 \begin_inset Tabular
24841 <lyxtabular version="3" rows="2" columns="4">
24842 <features rotate="0" tabularvalignment="middle">
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 <column alignment="center" valignment="top" width="0pt">
24847 <row>
24848 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24849 \begin_inset Text
24850
24851 \begin_layout Plain Layout
24852 コマンド
24853 \end_layout
24854
24855 \end_inset
24856 </cell>
24857 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24858 \begin_inset Text
24859
24860 \begin_layout Plain Layout
24861 出力
24862 \end_layout
24863
24864 \end_inset
24865 </cell>
24866 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24867 \begin_inset Text
24868
24869 \begin_layout Plain Layout
24870 コマンド
24871 \end_layout
24872
24873 \end_inset
24874 </cell>
24875 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24876 \begin_inset Text
24877
24878 \begin_layout Plain Layout
24879 出力
24880 \end_layout
24881
24882 \end_inset
24883 </cell>
24884 </row>
24885 <row>
24886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24887 \begin_inset Text
24888
24889 \begin_layout Plain Layout
24890 Asin(x)+B
24891 \end_layout
24892
24893 \end_inset
24894 </cell>
24895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24896 \begin_inset Text
24897
24898 \begin_layout Plain Layout
24899 \begin_inset Formula $Asin(x)+B$
24900 \end_inset
24901
24902
24903 \end_layout
24904
24905 \end_inset
24906 </cell>
24907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24908 \begin_inset Text
24909
24910 \begin_layout Plain Layout
24911 A
24912 \backslash
24913 sin(x)+B
24914 \end_layout
24915
24916 \end_inset
24917 </cell>
24918 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24919 \begin_inset Text
24920
24921 \begin_layout Plain Layout
24922 \begin_inset Formula $A\sin(x)+B$
24923 \end_inset
24924
24925
24926 \end_layout
24927
24928 \end_inset
24929 </cell>
24930 </row>
24931 </lyxtabular>
24932
24933 \end_inset
24934
24935
24936 \end_layout
24937
24938 \begin_layout Standard
24939 以下の関数が定義済みです。
24940 \end_layout
24941
24942 \begin_layout Standard
24943 \begin_inset VSpace -2mm
24944 \end_inset
24945
24946
24947 \end_layout
24948
24949 \begin_layout Standard
24950 \align center
24951 \begin_inset Tabular
24952 <lyxtabular version="3" rows="9" columns="4">
24953 <features rotate="0" tabularvalignment="middle">
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 <column alignment="center" valignment="top" width="0pt">
24958 <row>
24959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24960 \begin_inset Text
24961
24962 \begin_layout Plain Layout
24963 コマンド
24964 \end_layout
24965
24966 \end_inset
24967 </cell>
24968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24969 \begin_inset Text
24970
24971 \begin_layout Plain Layout
24972 コマンド
24973 \end_layout
24974
24975 \end_inset
24976 </cell>
24977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24978 \begin_inset Text
24979
24980 \begin_layout Plain Layout
24981 コマンド
24982 \end_layout
24983
24984 \end_inset
24985 </cell>
24986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24987 \begin_inset Text
24988
24989 \begin_layout Plain Layout
24990 コマンド
24991 \end_layout
24992
24993 \end_inset
24994 </cell>
24995 </row>
24996 <row>
24997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24998 \begin_inset Text
24999
25000 \begin_layout Plain Layout
25001
25002 \backslash
25003 sin
25004 \end_layout
25005
25006 \end_inset
25007 </cell>
25008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25009 \begin_inset Text
25010
25011 \begin_layout Plain Layout
25012
25013 \backslash
25014 sinh
25015 \end_layout
25016
25017 \end_inset
25018 </cell>
25019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25020 \begin_inset Text
25021
25022 \begin_layout Plain Layout
25023
25024 \backslash
25025 arcsin
25026 \end_layout
25027
25028 \end_inset
25029 </cell>
25030 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25031 \begin_inset Text
25032
25033 \begin_layout Plain Layout
25034
25035 \backslash
25036 sup
25037 \end_layout
25038
25039 \end_inset
25040 </cell>
25041 </row>
25042 <row>
25043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25044 \begin_inset Text
25045
25046 \begin_layout Plain Layout
25047
25048 \backslash
25049 cos
25050 \end_layout
25051
25052 \end_inset
25053 </cell>
25054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25055 \begin_inset Text
25056
25057 \begin_layout Plain Layout
25058
25059 \backslash
25060 cosh
25061 \end_layout
25062
25063 \end_inset
25064 </cell>
25065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25066 \begin_inset Text
25067
25068 \begin_layout Plain Layout
25069
25070 \backslash
25071 arccos
25072 \end_layout
25073
25074 \end_inset
25075 </cell>
25076 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25077 \begin_inset Text
25078
25079 \begin_layout Plain Layout
25080
25081 \backslash
25082 inf
25083 \end_layout
25084
25085 \end_inset
25086 </cell>
25087 </row>
25088 <row>
25089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25090 \begin_inset Text
25091
25092 \begin_layout Plain Layout
25093
25094 \backslash
25095 tan
25096 \end_layout
25097
25098 \end_inset
25099 </cell>
25100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25101 \begin_inset Text
25102
25103 \begin_layout Plain Layout
25104
25105 \backslash
25106 tanh
25107 \end_layout
25108
25109 \end_inset
25110 </cell>
25111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25112 \begin_inset Text
25113
25114 \begin_layout Plain Layout
25115
25116 \backslash
25117 arctan
25118 \end_layout
25119
25120 \end_inset
25121 </cell>
25122 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25123 \begin_inset Text
25124
25125 \begin_layout Plain Layout
25126
25127 \backslash
25128 lim
25129 \end_layout
25130
25131 \end_inset
25132 </cell>
25133 </row>
25134 <row>
25135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25136 \begin_inset Text
25137
25138 \begin_layout Plain Layout
25139
25140 \backslash
25141 cot
25142 \end_layout
25143
25144 \end_inset
25145 </cell>
25146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25147 \begin_inset Text
25148
25149 \begin_layout Plain Layout
25150
25151 \backslash
25152 coth
25153 \end_layout
25154
25155 \end_inset
25156 </cell>
25157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25158 \begin_inset Text
25159
25160 \begin_layout Plain Layout
25161
25162 \backslash
25163 arg
25164 \end_layout
25165
25166 \end_inset
25167 </cell>
25168 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25169 \begin_inset Text
25170
25171 \begin_layout Plain Layout
25172
25173 \backslash
25174 liminf
25175 \end_layout
25176
25177 \end_inset
25178 </cell>
25179 </row>
25180 <row>
25181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25182 \begin_inset Text
25183
25184 \begin_layout Plain Layout
25185
25186 \backslash
25187 sec
25188 \end_layout
25189
25190 \end_inset
25191 </cell>
25192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25193 \begin_inset Text
25194
25195 \begin_layout Plain Layout
25196
25197 \backslash
25198 min
25199 \end_layout
25200
25201 \end_inset
25202 </cell>
25203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25204 \begin_inset Text
25205
25206 \begin_layout Plain Layout
25207
25208 \backslash
25209 deg
25210 \end_layout
25211
25212 \end_inset
25213 </cell>
25214 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25215 \begin_inset Text
25216
25217 \begin_layout Plain Layout
25218
25219 \backslash
25220 limsup
25221 \end_layout
25222
25223 \end_inset
25224 </cell>
25225 </row>
25226 <row>
25227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25228 \begin_inset Text
25229
25230 \begin_layout Plain Layout
25231
25232 \backslash
25233 csc
25234 \end_layout
25235
25236 \end_inset
25237 </cell>
25238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25239 \begin_inset Text
25240
25241 \begin_layout Plain Layout
25242
25243 \backslash
25244 max
25245 \end_layout
25246
25247 \end_inset
25248 </cell>
25249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25250 \begin_inset Text
25251
25252 \begin_layout Plain Layout
25253
25254 \backslash
25255 det
25256 \end_layout
25257
25258 \end_inset
25259 </cell>
25260 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25261 \begin_inset Text
25262
25263 \begin_layout Plain Layout
25264
25265 \backslash
25266 Pr
25267 \end_layout
25268
25269 \end_inset
25270 </cell>
25271 </row>
25272 <row>
25273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25274 \begin_inset Text
25275
25276 \begin_layout Plain Layout
25277
25278 \backslash
25279 ln
25280 \end_layout
25281
25282 \end_inset
25283 </cell>
25284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25285 \begin_inset Text
25286
25287 \begin_layout Plain Layout
25288
25289 \backslash
25290 exp
25291 \end_layout
25292
25293 \end_inset
25294 </cell>
25295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25296 \begin_inset Text
25297
25298 \begin_layout Plain Layout
25299
25300 \backslash
25301 dim
25302 \end_layout
25303
25304 \end_inset
25305 </cell>
25306 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25307 \begin_inset Text
25308
25309 \begin_layout Plain Layout
25310
25311 \backslash
25312 hom
25313 \end_layout
25314
25315 \end_inset
25316 </cell>
25317 </row>
25318 <row>
25319 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25320 \begin_inset Text
25321
25322 \begin_layout Plain Layout
25323
25324 \backslash
25325 lg
25326 \end_layout
25327
25328 \end_inset
25329 </cell>
25330 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25331 \begin_inset Text
25332
25333 \begin_layout Plain Layout
25334
25335 \backslash
25336 log
25337 \end_layout
25338
25339 \end_inset
25340 </cell>
25341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25342 \begin_inset Text
25343
25344 \begin_layout Plain Layout
25345
25346 \backslash
25347 ker
25348 \end_layout
25349
25350 \end_inset
25351 </cell>
25352 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25353 \begin_inset Text
25354
25355 \begin_layout Plain Layout
25356
25357 \backslash
25358 gcd
25359 \end_layout
25360
25361 \end_inset
25362 </cell>
25363 </row>
25364 </lyxtabular>
25365
25366 \end_inset
25367
25368
25369 \end_layout
25370
25371 \begin_layout Standard
25372 上記は、数式ツールバーボタンの
25373 \begin_inset Graphics
25374         filename ../../images/math/functions.png
25375         scale 85
25376
25377 \end_inset
25378
25379 でも挿入することができます。
25380 \end_layout
25381
25382 \begin_layout Subsection
25383 自己定義関数
25384 \begin_inset Index idx
25385 status collapsed
25386
25387 \begin_layout Plain Layout
25388 かんすう@関数 ! じこていぎ@自己定義
25389 \end_layout
25390
25391 \end_inset
25392
25393
25394 \end_layout
25395
25396 \begin_layout Standard
25397 たとえば符号関数sgn(x)のように、定義済みでない関数を使うには、二つの方法があります。
25398 \end_layout
25399
25400 \begin_layout Itemize
25401 以下の行をLaTeXプリアンブルに加えることによって関数を定義します。
25402 \begin_inset Foot
25403 status collapsed
25404
25405 \begin_layout Plain Layout
25406
25407 \series bold
25408
25409 \backslash
25410 DeclareMathOperator
25411 \series default
25412 についての詳細は、第
25413 \begin_inset CommandInset ref
25414 LatexCommand ref
25415 reference "sub:自己定義演算子"
25416
25417 \end_inset
25418
25419 節をご参照下さい。
25420 \end_layout
25421
25422 \end_inset
25423
25424
25425 \begin_inset Newline newline
25426 \end_inset
25427
25428
25429 \begin_inset VSpace -3mm
25430 \end_inset
25431
25432
25433 \begin_inset Newline newline
25434 \end_inset
25435
25436
25437 \series bold
25438
25439 \backslash
25440 DeclareMathOperator{
25441 \backslash
25442 sgn}{sgn}
25443 \series default
25444
25445 \begin_inset Index idx
25446 status collapsed
25447
25448 \begin_layout Plain Layout
25449 こまんど@コマンド ! D ! 
25450 \backslash
25451 dbinom@
25452 \backslash
25453 DeclareMathOperator
25454 \end_layout
25455
25456 \end_inset
25457
25458
25459 \begin_inset Newline newline
25460 \end_inset
25461
25462
25463 \begin_inset VSpace -2mm
25464 \end_inset
25465
25466
25467 \begin_inset Newline newline
25468 \end_inset
25469
25470 これによって、新しく定義された関数を
25471 \series bold
25472
25473 \backslash
25474 sgn
25475 \series default
25476 コマンドで呼び出すことができるようになります。
25477 \end_layout
25478
25479 \begin_layout Itemize
25480 数式を普通に書き下し、関数名を選択して(上記の例では
25481 \emph on
25482 sgn
25483 \emph default
25484 の文字)、それを数式テキストに変更します。最後に、空白を先行する要素と関数の間に入れます。
25485 \end_layout
25486
25487 \begin_layout Standard
25488 双方とも定義済み関数と同等の出力をもたらします
25489 \begin_inset Foot
25490 status collapsed
25491
25492 \begin_layout Plain Layout
25493 LyX上では、自己定義関数は赤で表示され、定義済み関数は黒で表示されます。
25494 \end_layout
25495
25496 \end_inset
25497
25498
25499 \end_layout
25500
25501 \begin_layout Standard
25502 \align center
25503 \begin_inset Tabular
25504 <lyxtabular version="3" rows="3" columns="2">
25505 <features rotate="0" tabularvalignment="middle">
25506 <column alignment="center" valignment="top" width="0pt">
25507 <column alignment="center" valignment="top" width="0pt">
25508 <row>
25509 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25510 \begin_inset Text
25511
25512 \begin_layout Plain Layout
25513 コマンド
25514 \end_layout
25515
25516 \end_inset
25517 </cell>
25518 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25519 \begin_inset Text
25520
25521 \begin_layout Plain Layout
25522 出力
25523 \end_layout
25524
25525 \end_inset
25526 </cell>
25527 </row>
25528 <row>
25529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25530 \begin_inset Text
25531
25532 \begin_layout Plain Layout
25533 A
25534 \backslash
25535 sgn(x)+B
25536 \end_layout
25537
25538 \end_inset
25539 </cell>
25540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25541 \begin_inset Text
25542
25543 \begin_layout Plain Layout
25544 \begin_inset Formula $A\sgn(x)+B$
25545 \end_inset
25546
25547
25548 \end_layout
25549
25550 \end_inset
25551 </cell>
25552 </row>
25553 <row>
25554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25555 \begin_inset Text
25556
25557 \begin_layout Plain Layout
25558 A
25559 \backslash
25560 ,
25561 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt+M}\,\textrm{M}}$
25562 \end_inset
25563
25564 (x)+B
25565 \end_layout
25566
25567 \end_inset
25568 </cell>
25569 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25570 \begin_inset Text
25571
25572 \begin_layout Plain Layout
25573 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
25574 \end_inset
25575
25576
25577 \end_layout
25578
25579 \end_inset
25580 </cell>
25581 </row>
25582 </lyxtabular>
25583
25584 \end_inset
25585
25586
25587 \end_layout
25588
25589 \begin_layout Standard
25590 自己定義関数を何回か使用する場合には、一番目の方法の方が適切です。
25591 \end_layout
25592
25593 \begin_layout Subsection
25594 極限
25595 \begin_inset Index idx
25596 status collapsed
25597
25598 \begin_layout Plain Layout
25599 きょくげん@極限
25600 \end_layout
25601
25602 \end_inset
25603
25604
25605 \end_layout
25606
25607 \begin_layout Standard
25608 極限用には、
25609 \series bold
25610
25611 \backslash
25612 lim
25613 \series default
25614
25615 \begin_inset Index idx
25616 status collapsed
25617
25618 \begin_layout Plain Layout
25619 こまんど@コマンド ! L ! 
25620 \backslash
25621 lim
25622 \end_layout
25623
25624 \end_inset
25625
25626
25627 \series bold
25628
25629 \backslash
25630 liminf
25631 \series default
25632
25633 \series bold
25634
25635 \backslash
25636 limsup
25637 \series default
25638 の他に、以下の関数があります。
25639 \end_layout
25640
25641 \begin_layout Standard
25642 \align center
25643 \begin_inset Tabular
25644 <lyxtabular version="3" rows="5" columns="2">
25645 <features rotate="0" tabularvalignment="middle">
25646 <column alignment="center" valignment="top">
25647 <column alignment="center" valignment="top">
25648 <row>
25649 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25650 \begin_inset Text
25651
25652 \begin_layout Plain Layout
25653 コマンド
25654 \end_layout
25655
25656 \end_inset
25657 </cell>
25658 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25659 \begin_inset Text
25660
25661 \begin_layout Plain Layout
25662 出力
25663 \begin_inset Note Note
25664 status collapsed
25665
25666 \begin_layout Plain Layout
25667 ここで
25668 \series bold
25669
25670 \backslash
25671 raisebox
25672 \series default
25673 はスペーサーとして使用しているだけです。
25674 \end_layout
25675
25676 \end_inset
25677
25678
25679 \end_layout
25680
25681 \end_inset
25682 </cell>
25683 </row>
25684 <row>
25685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25686 \begin_inset Text
25687
25688 \begin_layout Plain Layout
25689
25690 \backslash
25691 varliminf
25692 \end_layout
25693
25694 \end_inset
25695 </cell>
25696 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25697 \begin_inset Text
25698
25699 \begin_layout Plain Layout
25700 \begin_inset Formula $\varliminf$
25701 \end_inset
25702
25703
25704 \end_layout
25705
25706 \end_inset
25707 </cell>
25708 </row>
25709 <row>
25710 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25711 \begin_inset Text
25712
25713 \begin_layout Plain Layout
25714
25715 \backslash
25716 varlimsup
25717 \end_layout
25718
25719 \end_inset
25720 </cell>
25721 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25722 \begin_inset Text
25723
25724 \begin_layout Plain Layout
25725 \begin_inset Formula $\varlimsup$
25726 \end_inset
25727
25728
25729 \end_layout
25730
25731 \end_inset
25732 </cell>
25733 </row>
25734 <row>
25735 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25736 \begin_inset Text
25737
25738 \begin_layout Plain Layout
25739
25740 \backslash
25741 varprojlim
25742 \end_layout
25743
25744 \end_inset
25745 </cell>
25746 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25747 \begin_inset Text
25748
25749 \begin_layout Plain Layout
25750 \begin_inset Formula $\varprojlim$
25751 \end_inset
25752
25753
25754 \end_layout
25755
25756 \end_inset
25757 </cell>
25758 </row>
25759 <row>
25760 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25761 \begin_inset Text
25762
25763 \begin_layout Plain Layout
25764
25765 \backslash
25766 varinjlim
25767 \end_layout
25768
25769 \end_inset
25770 </cell>
25771 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25772 \begin_inset Text
25773
25774 \begin_layout Plain Layout
25775 \begin_inset Formula $\varinjlim$
25776 \end_inset
25777
25778
25779 \begin_inset Formula $\raisebox{-2.5mm}{}$
25780 \end_inset
25781
25782
25783 \end_layout
25784
25785 \end_inset
25786 </cell>
25787 </row>
25788 </lyxtabular>
25789
25790 \end_inset
25791
25792
25793 \end_layout
25794
25795 \begin_layout Standard
25796 \begin_inset VSpace medskip
25797 \end_inset
25798
25799 極限は、下付き文字を挿入することによって示されます。行内数式では、極限は、以下のように関数の横に置かれます。
25800 \end_layout
25801
25802 \begin_layout Standard
25803 \align center
25804 \begin_inset Tabular
25805 <lyxtabular version="3" rows="2" columns="2">
25806 <features rotate="0" tabularvalignment="middle">
25807 <column alignment="center" valignment="top" width="0pt">
25808 <column alignment="center" valignment="top" width="0pt">
25809 <row>
25810 <cell alignment="center" valignment="top" usebox="none">
25811 \begin_inset Text
25812
25813 \begin_layout Plain Layout
25814 コマンド
25815 \end_layout
25816
25817 \end_inset
25818 </cell>
25819 <cell alignment="center" valignment="top" usebox="none">
25820 \begin_inset Text
25821
25822 \begin_layout Plain Layout
25823 \begin_inset space \hspace{}
25824 \length 1cm
25825 \end_inset
25826
25827 出力
25828 \begin_inset Note Note
25829 status collapsed
25830
25831 \begin_layout Plain Layout
25832 ここで
25833 \series bold
25834
25835 \backslash
25836 raisebox
25837 \series default
25838 はスペーサーとして使用しているだけです。
25839 \end_layout
25840
25841 \end_inset
25842
25843
25844 \end_layout
25845
25846 \end_inset
25847 </cell>
25848 </row>
25849 <row>
25850 <cell alignment="center" valignment="top" usebox="none">
25851 \begin_inset Text
25852
25853 \begin_layout Plain Layout
25854
25855 \backslash
25856 lim_x
25857 \backslash
25858 to
25859 \begin_inset ERT
25860 status collapsed
25861
25862 \begin_layout Plain Layout
25863
25864
25865 \backslash
25866 spce 
25867 \end_layout
25868
25869 \end_inset
25870
25871 A
25872 \begin_inset ERT
25873 status collapsed
25874
25875 \begin_layout Plain Layout
25876
25877
25878 \backslash
25879 spce 
25880 \end_layout
25881
25882 \end_inset
25883
25884 x=B
25885 \end_layout
25886
25887 \end_inset
25888 </cell>
25889 <cell alignment="center" valignment="top" usebox="none">
25890 \begin_inset Text
25891
25892 \begin_layout Plain Layout
25893 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
25894 \end_inset
25895
25896
25897 \end_layout
25898
25899 \end_inset
25900 </cell>
25901 </row>
25902 </lyxtabular>
25903
25904 \end_inset
25905
25906
25907 \end_layout
25908
25909 \begin_layout Standard
25910 別行立て数式では、極限は、以下のように通常どおり下に置かれます。
25911 \begin_inset Formula 
25912 \[
25913 \lim_{x\to A}x=B
25914 \]
25915
25916 \end_inset
25917
25918
25919 \end_layout
25920
25921 \begin_layout Subsection
25922 剰余関数
25923 \begin_inset Index idx
25924 status collapsed
25925
25926 \begin_layout Plain Layout
25927 かんすう@関数 ! じょうよ@剰余
25928 \end_layout
25929
25930 \end_inset
25931
25932
25933 \begin_inset Index idx
25934 status collapsed
25935
25936 \begin_layout Plain Layout
25937 かんすう@関数 ! もじゅらす@モジュラス | see
25938 \begin_inset ERT
25939 status collapsed
25940
25941 \begin_layout Plain Layout
25942
25943 {
25944 \end_layout
25945
25946 \end_inset
25947
25948 剰余
25949 \begin_inset ERT
25950 status collapsed
25951
25952 \begin_layout Plain Layout
25953
25954 }
25955 \end_layout
25956
25957 \end_inset
25958
25959
25960 \end_layout
25961
25962 \end_inset
25963
25964
25965 \end_layout
25966
25967 \begin_layout Standard
25968 剰余関数は、特別に4つの派生型があります。
25969 \end_layout
25970
25971 \begin_layout Standard
25972 以下は、別行立て数式での派生型です。
25973 \begin_inset Formula 
25974 \begin{align*}
25975 \underline{\textrm{コマンド}\raisebox{-0.9mm}{}} &  & \underline{\textrm{出力}}\\
25976 \mathrm{a\backslash mod\textrm{\spce}b} &  & a\mod b\\
25977 \mathrm{a\backslash pmod\textrm{\spce}b} &  & a\pmod b\\
25978 \mathrm{a\backslash bmod\textrm{\spce}b} &  & a\bmod b\\
25979 \mathrm{a\backslash pod\textrm{\spce}b} &  & a\pod b
25980 \end{align*}
25981
25982 \end_inset
25983
25984
25985 \end_layout
25986
25987 \begin_layout Standard
25988 行内数式では、すべての派生型で、関数名の前の余白がすこし小さく設定されます。既定では、剰余関数は、続く一文字目だけを考慮します。二文字以上を使いたい時には、下記
25989 のように文字をTeX括弧で囲みます。
25990 \begin_inset Formula 
25991 \begin{align*}
25992 \underline{\textrm{コマンド}\raisebox{-0.9mm}{}} &  & \underline{\textrm{出力}}\\
25993 \mathrm{a\backslash pod\textrm{\spce}bcd} &  & a\pod bcd\\
25994 \mathrm{a\backslash pod\backslash\{bc\backslash\}d} &  & a\pod{bc}d
25995 \end{align*}
25996
25997 \end_inset
25998
25999
26000 \end_layout
26001
26002 \begin_layout Section
26003 特殊文字
26004 \begin_inset Index idx
26005 status collapsed
26006
26007 \begin_layout Plain Layout
26008 とくしゅもじ@特殊文字
26009 \end_layout
26010
26011 \end_inset
26012
26013
26014 \end_layout
26015
26016 \begin_layout Subsection
26017 数式テキストにおける特殊文字
26018 \end_layout
26019
26020 \begin_layout Standard
26021 以下の各コマンドは、数式テキストかTeXモード中でのみ使用することができます。
26022 \end_layout
26023
26024 \begin_layout Standard
26025 \begin_inset space \hfill{}
26026 \end_inset
26027
26028
26029 \begin_inset Tabular
26030 <lyxtabular version="3" rows="8" columns="2">
26031 <features rotate="0" tabularvalignment="middle">
26032 <column alignment="block" valignment="top">
26033 <column alignment="block" valignment="top">
26034 <row>
26035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26036 \begin_inset Text
26037
26038 \begin_layout Plain Layout
26039 コマンド
26040 \end_layout
26041
26042 \end_inset
26043 </cell>
26044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26045 \begin_inset Text
26046
26047 \begin_layout Plain Layout
26048 出力
26049 \end_layout
26050
26051 \end_inset
26052 </cell>
26053 </row>
26054 <row>
26055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26056 \begin_inset Text
26057
26058 \begin_layout Plain Layout
26059
26060 \backslash
26061 oe
26062 \end_layout
26063
26064 \end_inset
26065 </cell>
26066 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26067 \begin_inset Text
26068
26069 \begin_layout Plain Layout
26070 \begin_inset Formula $\textrm{œ}$
26071 \end_inset
26072
26073
26074 \end_layout
26075
26076 \end_inset
26077 </cell>
26078 </row>
26079 <row>
26080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26081 \begin_inset Text
26082
26083 \begin_layout Plain Layout
26084
26085 \backslash
26086 OE
26087 \end_layout
26088
26089 \end_inset
26090 </cell>
26091 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26092 \begin_inset Text
26093
26094 \begin_layout Plain Layout
26095 \begin_inset Formula $\textrm{Œ}$
26096 \end_inset
26097
26098
26099 \end_layout
26100
26101 \end_inset
26102 </cell>
26103 </row>
26104 <row>
26105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26106 \begin_inset Text
26107
26108 \begin_layout Plain Layout
26109
26110 \backslash
26111 ae
26112 \end_layout
26113
26114 \end_inset
26115 </cell>
26116 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26117 \begin_inset Text
26118
26119 \begin_layout Plain Layout
26120 \begin_inset Formula $\textrm{æ}$
26121 \end_inset
26122
26123
26124 \end_layout
26125
26126 \end_inset
26127 </cell>
26128 </row>
26129 <row>
26130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26131 \begin_inset Text
26132
26133 \begin_layout Plain Layout
26134
26135 \backslash
26136 AE
26137 \end_layout
26138
26139 \end_inset
26140 </cell>
26141 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26142 \begin_inset Text
26143
26144 \begin_layout Plain Layout
26145 \begin_inset Formula $\textrm{Æ}$
26146 \end_inset
26147
26148
26149 \end_layout
26150
26151 \end_inset
26152 </cell>
26153 </row>
26154 <row>
26155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26156 \begin_inset Text
26157
26158 \begin_layout Plain Layout
26159
26160 \backslash
26161 aa
26162 \end_layout
26163
26164 \end_inset
26165 </cell>
26166 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26167 \begin_inset Text
26168
26169 \begin_layout Plain Layout
26170 \begin_inset Formula $\textrm{\aa}$
26171 \end_inset
26172
26173
26174 \end_layout
26175
26176 \end_inset
26177 </cell>
26178 </row>
26179 <row>
26180 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26181 \begin_inset Text
26182
26183 \begin_layout Plain Layout
26184
26185 \backslash
26186 AA
26187 \begin_inset Index idx
26188 status collapsed
26189
26190 \begin_layout Plain Layout
26191
26192 \lang english
26193
26194 \backslash
26195 @
26196 \begin_inset ERT
26197 status collapsed
26198
26199 \begin_layout Plain Layout
26200
26201
26202 \backslash
26203 textrm{
26204 \backslash
26205 AA}
26206 \end_layout
26207
26208 \end_inset
26209
26210
26211 \end_layout
26212
26213 \end_inset
26214
26215
26216 \end_layout
26217
26218 \end_inset
26219 </cell>
26220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26221 \begin_inset Text
26222
26223 \begin_layout Plain Layout
26224 \begin_inset Formula $\textrm{Å}$
26225 \end_inset
26226
26227
26228 \end_layout
26229
26230 \end_inset
26231 </cell>
26232 </row>
26233 <row>
26234 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26235 \begin_inset Text
26236
26237 \begin_layout Plain Layout
26238
26239 \backslash
26240 i
26241 \end_layout
26242
26243 \end_inset
26244 </cell>
26245 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26246 \begin_inset Text
26247
26248 \begin_layout Plain Layout
26249 \begin_inset Formula $\textrm{ı}$
26250 \end_inset
26251
26252
26253 \end_layout
26254
26255 \end_inset
26256 </cell>
26257 </row>
26258 </lyxtabular>
26259
26260 \end_inset
26261
26262
26263 \begin_inset space \hfill{}
26264 \end_inset
26265
26266
26267 \begin_inset Tabular
26268 <lyxtabular version="3" rows="8" columns="2">
26269 <features rotate="0" tabularvalignment="middle">
26270 <column alignment="block" valignment="top">
26271 <column alignment="center" valignment="top">
26272 <row>
26273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26274 \begin_inset Text
26275
26276 \begin_layout Plain Layout
26277 コマンド
26278 \begin_inset Note Note
26279 status collapsed
26280
26281 \begin_layout Plain Layout
26282 0
26283 \begin_inset space \thinspace{}
26284 \end_inset
26285
26286 mm空白を分離用に使っているのは、そうしないと出力が¡や¿になってしまうためです。
26287 \end_layout
26288
26289 \end_inset
26290
26291
26292 \end_layout
26293
26294 \end_inset
26295 </cell>
26296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26297 \begin_inset Text
26298
26299 \begin_layout Plain Layout
26300 出力
26301 \end_layout
26302
26303 \end_inset
26304 </cell>
26305 </row>
26306 <row>
26307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26308 \begin_inset Text
26309
26310 \begin_layout Plain Layout
26311
26312 \backslash
26313 o
26314 \end_layout
26315
26316 \end_inset
26317 </cell>
26318 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26319 \begin_inset Text
26320
26321 \begin_layout Plain Layout
26322 \begin_inset Formula $\textrm{ø}$
26323 \end_inset
26324
26325
26326 \end_layout
26327
26328 \end_inset
26329 </cell>
26330 </row>
26331 <row>
26332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26333 \begin_inset Text
26334
26335 \begin_layout Plain Layout
26336
26337 \backslash
26338 O
26339 \end_layout
26340
26341 \end_inset
26342 </cell>
26343 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26344 \begin_inset Text
26345
26346 \begin_layout Plain Layout
26347 \begin_inset Formula $\textrm{Ø}$
26348 \end_inset
26349
26350
26351 \end_layout
26352
26353 \end_inset
26354 </cell>
26355 </row>
26356 <row>
26357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26358 \begin_inset Text
26359
26360 \begin_layout Plain Layout
26361
26362 \backslash
26363 l
26364 \end_layout
26365
26366 \end_inset
26367 </cell>
26368 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26369 \begin_inset Text
26370
26371 \begin_layout Plain Layout
26372 \begin_inset Formula $\textrm{ł}$
26373 \end_inset
26374
26375
26376 \end_layout
26377
26378 \end_inset
26379 </cell>
26380 </row>
26381 <row>
26382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26383 \begin_inset Text
26384
26385 \begin_layout Plain Layout
26386
26387 \backslash
26388 L
26389 \end_layout
26390
26391 \end_inset
26392 </cell>
26393 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26394 \begin_inset Text
26395
26396 \begin_layout Plain Layout
26397 \begin_inset Formula $\textrm{Ł}$
26398 \end_inset
26399
26400
26401 \end_layout
26402
26403 \end_inset
26404 </cell>
26405 </row>
26406 <row>
26407 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26408 \begin_inset Text
26409
26410 \begin_layout Plain Layout
26411 !
26412 \begin_inset space \hspace{}
26413 \length 0mm
26414 \end_inset
26415
26416 `
26417 \begin_inset ERT
26418 status collapsed
26419
26420 \begin_layout Plain Layout
26421
26422
26423 \backslash
26424 spce 
26425 \end_layout
26426
26427 \end_inset
26428
26429
26430 \end_layout
26431
26432 \end_inset
26433 </cell>
26434 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26435 \begin_inset Text
26436
26437 \begin_layout Plain Layout
26438 \begin_inset Formula $\textrm{!`}$
26439 \end_inset
26440
26441
26442 \end_layout
26443
26444 \end_inset
26445 </cell>
26446 </row>
26447 <row>
26448 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26449 \begin_inset Text
26450
26451 \begin_layout Plain Layout
26452 ?
26453 \begin_inset space \hspace{}
26454 \length 0mm
26455 \end_inset
26456
26457 `
26458 \begin_inset ERT
26459 status collapsed
26460
26461 \begin_layout Plain Layout
26462
26463
26464 \backslash
26465 spce 
26466 \end_layout
26467
26468 \end_inset
26469
26470
26471 \end_layout
26472
26473 \end_inset
26474 </cell>
26475 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26476 \begin_inset Text
26477
26478 \begin_layout Plain Layout
26479 \begin_inset Formula $\textrm{?`}$
26480 \end_inset
26481
26482
26483 \end_layout
26484
26485 \end_inset
26486 </cell>
26487 </row>
26488 <row>
26489 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26490 \begin_inset Text
26491
26492 \begin_layout Plain Layout
26493
26494 \backslash
26495 j
26496 \end_layout
26497
26498 \end_inset
26499 </cell>
26500 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26501 \begin_inset Text
26502
26503 \begin_layout Plain Layout
26504 \begin_inset Formula $\textrm{ȷ}$
26505 \end_inset
26506
26507
26508 \end_layout
26509
26510 \end_inset
26511 </cell>
26512 </row>
26513 </lyxtabular>
26514
26515 \end_inset
26516
26517
26518 \begin_inset space \hfill{}
26519 \end_inset
26520
26521
26522 \end_layout
26523
26524 \begin_layout Standard
26525 \begin_inset Formula $\textrm{\textrm{Å}}$
26526 \end_inset
26527
26528
26529 \begin_inset Formula $\textrm{\textrm{Ø}}$
26530 \end_inset
26531
26532 の各文字は、数式ツールバーボタンの
26533 \begin_inset Graphics
26534         filename ../../images/math/digamma.png
26535         scale 85
26536
26537 \end_inset
26538
26539 からも挿入することができます。
26540 \end_layout
26541
26542 \begin_layout Standard
26543 例外は、
26544 \series bold
26545 !
26546 \begin_inset space \hspace{}
26547 \length 0mm
26548 \end_inset
26549
26550 `
26551 \series default
26552
26553 \series bold
26554 ?
26555 \begin_inset space \hspace{}
26556 \length 0mm
26557 \end_inset
26558
26559 `
26560 \series default
26561 の各コマンドで、これらは直接LyX中の本文に入れることができます。
26562 \end_layout
26563
26564 \begin_layout Subsection
26565 文章中のアクセント
26566 \begin_inset CommandInset label
26567 LatexCommand label
26568 name "sub:文章中のアクセント"
26569
26570 \end_inset
26571
26572
26573 \begin_inset Index idx
26574 status collapsed
26575
26576 \begin_layout Plain Layout
26577 あくせんと@アクセント ! ぶんしょうちゅうの@文章中の---
26578 \end_layout
26579
26580 \end_inset
26581
26582
26583 \end_layout
26584
26585 \begin_layout Standard
26586 以下に挙げる各コマンドを使えば、すべての文字にアクセントを付けることができます。これらのコマンドは、TeXモードで入れなくてはなりません。
26587 \end_layout
26588
26589 \begin_layout Standard
26590 \begin_inset space \hfill{}
26591 \end_inset
26592
26593
26594 \begin_inset Tabular
26595 <lyxtabular version="3" rows="8" columns="2">
26596 <features rotate="0" tabularvalignment="middle">
26597 <column alignment="block" valignment="top">
26598 <column alignment="block" valignment="top">
26599 <row>
26600 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26601 \begin_inset Text
26602
26603 \begin_layout Plain Layout
26604 コマンド
26605 \end_layout
26606
26607 \end_inset
26608 </cell>
26609 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26610 \begin_inset Text
26611
26612 \begin_layout Plain Layout
26613 出力
26614 \end_layout
26615
26616 \end_inset
26617 </cell>
26618 </row>
26619 <row>
26620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26621 \begin_inset Text
26622
26623 \begin_layout Plain Layout
26624
26625 \backslash
26626
26627 \begin_inset Quotes grd
26628 \end_inset
26629
26630 e
26631 \end_layout
26632
26633 \end_inset
26634 </cell>
26635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26636 \begin_inset Text
26637
26638 \begin_layout Plain Layout
26639 \begin_inset ERT
26640 status collapsed
26641
26642 \begin_layout Plain Layout
26643
26644
26645 \backslash
26646 "e
26647 \end_layout
26648
26649 \end_inset
26650
26651
26652 \end_layout
26653
26654 \end_inset
26655 </cell>
26656 </row>
26657 <row>
26658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26659 \begin_inset Text
26660
26661 \begin_layout Plain Layout
26662
26663 \backslash
26664 `e
26665 \end_layout
26666
26667 \end_inset
26668 </cell>
26669 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26670 \begin_inset Text
26671
26672 \begin_layout Plain Layout
26673 \begin_inset ERT
26674 status collapsed
26675
26676 \begin_layout Plain Layout
26677
26678
26679 \backslash
26680 `e
26681 \end_layout
26682
26683 \end_inset
26684
26685
26686 \end_layout
26687
26688 \end_inset
26689 </cell>
26690 </row>
26691 <row>
26692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26693 \begin_inset Text
26694
26695 \begin_layout Plain Layout
26696
26697 \backslash
26698 ^
26699 \begin_inset ERT
26700 status collapsed
26701
26702 \begin_layout Plain Layout
26703
26704
26705 \backslash
26706 spce 
26707 \end_layout
26708
26709 \end_inset
26710
26711 e
26712 \end_layout
26713
26714 \end_inset
26715 </cell>
26716 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26717 \begin_inset Text
26718
26719 \begin_layout Plain Layout
26720 \begin_inset ERT
26721 status collapsed
26722
26723 \begin_layout Plain Layout
26724
26725
26726 \backslash
26727 ^e
26728 \end_layout
26729
26730 \end_inset
26731
26732
26733 \end_layout
26734
26735 \end_inset
26736 </cell>
26737 </row>
26738 <row>
26739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26740 \begin_inset Text
26741
26742 \begin_layout Plain Layout
26743
26744 \backslash
26745 =e
26746 \end_layout
26747
26748 \end_inset
26749 </cell>
26750 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26751 \begin_inset Text
26752
26753 \begin_layout Plain Layout
26754 \begin_inset ERT
26755 status collapsed
26756
26757 \begin_layout Plain Layout
26758
26759
26760 \backslash
26761 =e
26762 \end_layout
26763
26764 \end_inset
26765
26766
26767 \end_layout
26768
26769 \end_inset
26770 </cell>
26771 </row>
26772 <row>
26773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26774 \begin_inset Text
26775
26776 \begin_layout Plain Layout
26777
26778 \backslash
26779 u
26780 \begin_inset ERT
26781 status collapsed
26782
26783 \begin_layout Plain Layout
26784
26785
26786 \backslash
26787 spce 
26788 \end_layout
26789
26790 \end_inset
26791
26792 e
26793 \end_layout
26794
26795 \end_inset
26796 </cell>
26797 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26798 \begin_inset Text
26799
26800 \begin_layout Plain Layout
26801 \begin_inset ERT
26802 status collapsed
26803
26804 \begin_layout Plain Layout
26805
26806
26807 \backslash
26808 u e
26809 \end_layout
26810
26811 \end_inset
26812
26813
26814 \end_layout
26815
26816 \end_inset
26817 </cell>
26818 </row>
26819 <row>
26820 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26821 \begin_inset Text
26822
26823 \begin_layout Plain Layout
26824
26825 \backslash
26826 b
26827 \begin_inset ERT
26828 status collapsed
26829
26830 \begin_layout Plain Layout
26831
26832
26833 \backslash
26834 spce 
26835 \end_layout
26836
26837 \end_inset
26838
26839 e
26840 \end_layout
26841
26842 \end_inset
26843 </cell>
26844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26845 \begin_inset Text
26846
26847 \begin_layout Plain Layout
26848 \begin_inset ERT
26849 status collapsed
26850
26851 \begin_layout Plain Layout
26852
26853
26854 \backslash
26855 b e
26856 \end_layout
26857
26858 \end_inset
26859
26860
26861 \end_layout
26862
26863 \end_inset
26864 </cell>
26865 </row>
26866 <row>
26867 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26868 \begin_inset Text
26869
26870 \begin_layout Plain Layout
26871
26872 \backslash
26873 t
26874 \begin_inset ERT
26875 status collapsed
26876
26877 \begin_layout Plain Layout
26878
26879
26880 \backslash
26881 spce 
26882 \end_layout
26883
26884 \end_inset
26885
26886 ee
26887 \end_layout
26888
26889 \end_inset
26890 </cell>
26891 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26892 \begin_inset Text
26893
26894 \begin_layout Plain Layout
26895 \begin_inset ERT
26896 status collapsed
26897
26898 \begin_layout Plain Layout
26899
26900
26901 \backslash
26902 t ee
26903 \end_layout
26904
26905 \end_inset
26906
26907
26908 \end_layout
26909
26910 \end_inset
26911 </cell>
26912 </row>
26913 </lyxtabular>
26914
26915 \end_inset
26916
26917
26918 \begin_inset space \hfill{}
26919 \end_inset
26920
26921
26922 \begin_inset Tabular
26923 <lyxtabular version="3" rows="8" columns="2">
26924 <features rotate="0" tabularvalignment="middle">
26925 <column alignment="block" valignment="top">
26926 <column alignment="center" valignment="top">
26927 <row>
26928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26929 \begin_inset Text
26930
26931 \begin_layout Plain Layout
26932 コマンド
26933 \end_layout
26934
26935 \end_inset
26936 </cell>
26937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26938 \begin_inset Text
26939
26940 \begin_layout Plain Layout
26941 出力
26942 \end_layout
26943
26944 \end_inset
26945 </cell>
26946 </row>
26947 <row>
26948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26949 \begin_inset Text
26950
26951 \begin_layout Plain Layout
26952
26953 \backslash
26954 H
26955 \begin_inset ERT
26956 status collapsed
26957
26958 \begin_layout Plain Layout
26959
26960
26961 \backslash
26962 spce 
26963 \end_layout
26964
26965 \end_inset
26966
26967 e
26968 \end_layout
26969
26970 \end_inset
26971 </cell>
26972 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26973 \begin_inset Text
26974
26975 \begin_layout Plain Layout
26976 \begin_inset ERT
26977 status collapsed
26978
26979 \begin_layout Plain Layout
26980
26981
26982 \backslash
26983 H e
26984 \end_layout
26985
26986 \end_inset
26987
26988
26989 \end_layout
26990
26991 \end_inset
26992 </cell>
26993 </row>
26994 <row>
26995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26996 \begin_inset Text
26997
26998 \begin_layout Plain Layout
26999
27000 \backslash
27001 'e
27002 \end_layout
27003
27004 \end_inset
27005 </cell>
27006 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27007 \begin_inset Text
27008
27009 \begin_layout Plain Layout
27010 \begin_inset ERT
27011 status collapsed
27012
27013 \begin_layout Plain Layout
27014
27015
27016 \backslash
27017 'e
27018 \end_layout
27019
27020 \end_inset
27021
27022
27023 \end_layout
27024
27025 \end_inset
27026 </cell>
27027 </row>
27028 <row>
27029 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27030 \begin_inset Text
27031
27032 \begin_layout Plain Layout
27033
27034 \backslash
27035 ~e
27036 \begin_inset Index idx
27037 status collapsed
27038
27039 \begin_layout Plain Layout
27040
27041 \lang english
27042 Tilde
27043 \end_layout
27044
27045 \end_inset
27046
27047
27048 \end_layout
27049
27050 \end_inset
27051 </cell>
27052 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27053 \begin_inset Text
27054
27055 \begin_layout Plain Layout
27056 \begin_inset ERT
27057 status collapsed
27058
27059 \begin_layout Plain Layout
27060
27061
27062 \backslash
27063 ~e
27064 \end_layout
27065
27066 \end_inset
27067
27068
27069 \end_layout
27070
27071 \end_inset
27072 </cell>
27073 </row>
27074 <row>
27075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27076 \begin_inset Text
27077
27078 \begin_layout Plain Layout
27079
27080 \backslash
27081 .e
27082 \end_layout
27083
27084 \end_inset
27085 </cell>
27086 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27087 \begin_inset Text
27088
27089 \begin_layout Plain Layout
27090 \begin_inset ERT
27091 status collapsed
27092
27093 \begin_layout Plain Layout
27094
27095
27096 \backslash
27097 .e
27098 \end_layout
27099
27100 \end_inset
27101
27102
27103 \end_layout
27104
27105 \end_inset
27106 </cell>
27107 </row>
27108 <row>
27109 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27110 \begin_inset Text
27111
27112 \begin_layout Plain Layout
27113
27114 \backslash
27115 v
27116 \begin_inset ERT
27117 status collapsed
27118
27119 \begin_layout Plain Layout
27120
27121
27122 \backslash
27123 spce 
27124 \end_layout
27125
27126 \end_inset
27127
27128 e
27129 \end_layout
27130
27131 \end_inset
27132 </cell>
27133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27134 \begin_inset Text
27135
27136 \begin_layout Plain Layout
27137 \begin_inset ERT
27138 status collapsed
27139
27140 \begin_layout Plain Layout
27141
27142
27143 \backslash
27144 v e
27145 \end_layout
27146
27147 \end_inset
27148
27149
27150 \end_layout
27151
27152 \end_inset
27153 </cell>
27154 </row>
27155 <row>
27156 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27157 \begin_inset Text
27158
27159 \begin_layout Plain Layout
27160
27161 \backslash
27162 d
27163 \begin_inset ERT
27164 status collapsed
27165
27166 \begin_layout Plain Layout
27167
27168
27169 \backslash
27170 spce 
27171 \end_layout
27172
27173 \end_inset
27174
27175 e
27176 \end_layout
27177
27178 \end_inset
27179 </cell>
27180 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27181 \begin_inset Text
27182
27183 \begin_layout Plain Layout
27184 \begin_inset ERT
27185 status collapsed
27186
27187 \begin_layout Plain Layout
27188
27189
27190 \backslash
27191 d e
27192 \end_layout
27193
27194 \end_inset
27195
27196
27197 \end_layout
27198
27199 \end_inset
27200 </cell>
27201 </row>
27202 <row>
27203 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27204 \begin_inset Text
27205
27206 \begin_layout Plain Layout
27207
27208 \backslash
27209 c
27210 \begin_inset ERT
27211 status collapsed
27212
27213 \begin_layout Plain Layout
27214
27215
27216 \backslash
27217 spce 
27218 \end_layout
27219
27220 \end_inset
27221
27222 e
27223 \end_layout
27224
27225 \end_inset
27226 </cell>
27227 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27228 \begin_inset Text
27229
27230 \begin_layout Plain Layout
27231 \begin_inset ERT
27232 status collapsed
27233
27234 \begin_layout Plain Layout
27235
27236
27237 \backslash
27238 c e
27239 \end_layout
27240
27241 \end_inset
27242
27243
27244 \end_layout
27245
27246 \end_inset
27247 </cell>
27248 </row>
27249 </lyxtabular>
27250
27251 \end_inset
27252
27253
27254 \begin_inset space \hfill{}
27255 \end_inset
27256
27257
27258 \end_layout
27259
27260 \begin_layout Standard
27261 \begin_inset VSpace medskip
27262 \end_inset
27263
27264
27265 \series bold
27266
27267 \backslash
27268 t
27269 \series default
27270 コマンドは異なる二つの文字にアクセントを付けることもできます。たとえば、コマンド
27271 \series bold
27272
27273 \backslash
27274 t
27275 \begin_inset ERT
27276 status collapsed
27277
27278 \begin_layout Plain Layout
27279
27280
27281 \backslash
27282 spce 
27283 \end_layout
27284
27285 \end_inset
27286
27287 sz
27288 \series default
27289 は、
27290 \begin_inset ERT
27291 status collapsed
27292
27293 \begin_layout Plain Layout
27294
27295
27296 \backslash
27297 t sz
27298 \end_layout
27299
27300 \end_inset
27301
27302 となります。
27303 \end_layout
27304
27305 \begin_layout Standard
27306
27307 \series bold
27308 `
27309 \series default
27310  ・
27311 \series bold
27312  '
27313 \series default
27314  ・ 
27315 \series bold
27316 ^
27317 \series default
27318  の各アクセントは、TeXモードを使わなくても、母音といっしょに直接キーボードから入力することもできます。チルダ
27319 \begin_inset Foot
27320 status collapsed
27321
27322 \begin_layout Plain Layout
27323 これは、チルダがアクセントとして定義されているキーボードのみに適用されます。
27324 \end_layout
27325
27326 \end_inset
27327
27328
27329 \series bold
27330 ~
27331 \series default
27332 を、
27333 \emph on
27334 a
27335 \emph default
27336
27337 \emph on
27338 n
27339 \emph default
27340
27341 \emph on
27342 o
27343 \emph default
27344 といっしょに使うときも同様です。
27345 \end_layout
27346
27347 \begin_layout Standard
27348
27349 \series bold
27350
27351 \backslash
27352 b
27353 \series default
27354
27355 \series bold
27356
27357 \backslash
27358 c
27359 \series default
27360
27361 \series bold
27362
27363 \backslash
27364 d
27365 \series default
27366
27367 \series bold
27368
27369 \backslash
27370 H
27371 \series default
27372
27373 \series bold
27374
27375 \backslash
27376 t
27377 \series default
27378
27379 \series bold
27380
27381 \backslash
27382 u
27383 \series default
27384
27385 \series bold
27386
27387 \backslash
27388 v
27389 \series default
27390 の各コマンドと、キーボードから直接挿入するアクセントは、数式テキスト中でも使うことができます。他のアクセントについては、数式内向けの特別な数式コマンドがあります
27391 。第
27392 \begin_inset CommandInset ref
27393 LatexCommand ref
27394 reference "sub:一文字に付けるアクセント"
27395
27396 \end_inset
27397
27398 節をご参照下さい。
27399 \end_layout
27400
27401 \begin_layout Standard
27402 \begin_inset VSpace bigskip
27403 \end_inset
27404
27405 さらに、
27406 \series bold
27407
27408 \backslash
27409 textcircled
27410 \series default
27411
27412 \begin_inset Index idx
27413 status collapsed
27414
27415 \begin_layout Plain Layout
27416 こまんど@コマンド ! T ! 
27417 \backslash
27418 textcircled
27419 \end_layout
27420
27421 \end_inset
27422
27423 コマンドを使えば、著作権マークのように、あらゆる数字や文字を丸で囲む---敢えて言えば、丸囲みでアクセントを付けるようなものといえるでしょう---ことができます
27424
27425 \end_layout
27426
27427 \begin_layout Standard
27428 \align center
27429 \begin_inset Tabular
27430 <lyxtabular version="3" rows="3" columns="2">
27431 <features rotate="0" tabularvalignment="middle">
27432 <column alignment="center" valignment="top">
27433 <column alignment="center" valignment="top">
27434 <row>
27435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27436 \begin_inset Text
27437
27438 \begin_layout Plain Layout
27439 コマンド
27440 \end_layout
27441
27442 \end_inset
27443 </cell>
27444 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27445 \begin_inset Text
27446
27447 \begin_layout Plain Layout
27448 出力
27449 \begin_inset Note Note
27450 status collapsed
27451
27452 \begin_layout Plain Layout
27453 ここで
27454 \series bold
27455
27456 \backslash
27457 raisebox
27458 \series default
27459 はスペーサーとして使用しているだけです。
27460 \end_layout
27461
27462 \end_inset
27463
27464
27465 \end_layout
27466
27467 \end_inset
27468 </cell>
27469 </row>
27470 <row>
27471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27472 \begin_inset Text
27473
27474 \begin_layout Plain Layout
27475
27476 \backslash
27477 textcircled{w}
27478 \end_layout
27479
27480 \end_inset
27481 </cell>
27482 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27483 \begin_inset Text
27484
27485 \begin_layout Plain Layout
27486 \begin_inset ERT
27487 status collapsed
27488
27489 \begin_layout Plain Layout
27490
27491
27492 \backslash
27493 textcircled{w}
27494 \end_layout
27495
27496 \end_inset
27497
27498
27499 \end_layout
27500
27501 \end_inset
27502 </cell>
27503 </row>
27504 <row>
27505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27506 \begin_inset Text
27507
27508 \begin_layout Plain Layout
27509
27510 \backslash
27511 Large 
27512 \backslash
27513 textcircled{
27514 \backslash
27515 normalsize
27516 \backslash
27517 protect
27518 \backslash
27519 raisebox{-1.5pt}{W}}
27520 \end_layout
27521
27522 \end_inset
27523 </cell>
27524 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27525 \begin_inset Text
27526
27527 \begin_layout Plain Layout
27528 \begin_inset Formula $\raisebox{4.5mm}{}$
27529 \end_inset
27530
27531
27532 \begin_inset ERT
27533 status collapsed
27534
27535 \begin_layout Plain Layout
27536
27537
27538 \backslash
27539 Large 
27540 \backslash
27541 textcircled{
27542 \backslash
27543 normalsize
27544 \backslash
27545 protect
27546 \backslash
27547 raisebox{-1.5pt}W}
27548 \end_layout
27549
27550 \end_inset
27551
27552
27553 \begin_inset Formula $\raisebox{-2mm}{}$
27554 \end_inset
27555
27556
27557 \end_layout
27558
27559 \end_inset
27560 </cell>
27561 </row>
27562 </lyxtabular>
27563
27564 \end_inset
27565
27566
27567 \end_layout
27568
27569 \begin_layout Standard
27570 ここではユーザーが、文字が丸のなかに収まるように調整してやらなくてはなりません。ここでは、
27571 \series bold
27572
27573 \backslash
27574 Large
27575 \series default
27576
27577 \begin_inset Foot
27578 status collapsed
27579
27580 \begin_layout Plain Layout
27581
27582 \begin_inset CommandInset ref
27583 LatexCommand ref
27584 reference "sub:書体寸法"
27585
27586 \end_inset
27587
27588 節参照のこと。
27589 \end_layout
27590
27591 \end_inset
27592
27593 で丸の大きさを指定しています。そして
27594 \series bold
27595
27596 \backslash
27597 raisebox
27598 \series default
27599
27600 \begin_inset Foot
27601 status collapsed
27602
27603 \begin_layout Plain Layout
27604
27605 \begin_inset CommandInset ref
27606 LatexCommand ref
27607 reference "sub:枠なしボックス"
27608
27609 \end_inset
27610
27611 節参照のこと。
27612 \end_layout
27613
27614 \end_inset
27615
27616 を使って、文字が真ん中にくるようにしています。
27617 \end_layout
27618
27619 \begin_layout Subsection
27620 小数字
27621 \begin_inset Index idx
27622 status collapsed
27623
27624 \begin_layout Plain Layout
27625 しょうすうじ@小数字
27626 \end_layout
27627
27628 \end_inset
27629
27630
27631 \end_layout
27632
27633 \begin_layout Standard
27634 小数字(minuscule number)は、
27635 \series bold
27636
27637 \backslash
27638 oldstylenums
27639 \series default
27640
27641 \begin_inset Index idx
27642 status collapsed
27643
27644 \begin_layout Plain Layout
27645 こまんど@コマンド ! O ! 
27646 \backslash
27647 oldstylenums
27648 \end_layout
27649
27650 \end_inset
27651
27652 コマンドで作成することができます。このコマンドは、数式中でもTeXモード中でも使うことができます。コマンド書式は、
27653 \end_layout
27654
27655 \begin_layout Standard
27656
27657 \series bold
27658
27659 \backslash
27660 oldstylenums{数字}
27661 \end_layout
27662
27663 \begin_layout Standard
27664 です。
27665 \series bold
27666
27667 \backslash
27668 oldstylenums{0123456789}
27669 \series default
27670 というコマンドは、
27671 \begin_inset Formula $\oldstylenums{0123456789}$
27672 \end_inset
27673
27674 のようになります。
27675 \end_layout
27676
27677 \begin_layout Subsection
27678 他の特殊文字
27679 \begin_inset CommandInset label
27680 LatexCommand label
27681 name "sub:他の特殊文字"
27682
27683 \end_inset
27684
27685
27686 \begin_inset Index idx
27687 status collapsed
27688
27689 \begin_layout Plain Layout
27690 とくしゅもじ@特殊文字 ! たの@他の
27691 \end_layout
27692
27693 \end_inset
27694
27695
27696 \end_layout
27697
27698 \begin_layout Standard
27699 以下の各文字は、数式中でコマンドを使用してのみ、挿入することができます。
27700 \end_layout
27701
27702 \begin_layout Standard
27703 \align center
27704 \begin_inset Tabular
27705 <lyxtabular version="3" rows="4" columns="2">
27706 <features rotate="0" tabularvalignment="middle">
27707 <column alignment="center" valignment="top">
27708 <column alignment="center" valignment="top">
27709 <row>
27710 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27711 \begin_inset Text
27712
27713 \begin_layout Plain Layout
27714 コマンド
27715 \end_layout
27716
27717 \end_inset
27718 </cell>
27719 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27720 \begin_inset Text
27721
27722 \begin_layout Plain Layout
27723 出力
27724 \end_layout
27725
27726 \end_inset
27727 </cell>
27728 </row>
27729 <row>
27730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27731 \begin_inset Text
27732
27733 \begin_layout Plain Layout
27734
27735 \backslash
27736 ^
27737 \begin_inset ERT
27738 status collapsed
27739
27740 \begin_layout Plain Layout
27741
27742
27743 \backslash
27744 spce 
27745 \end_layout
27746
27747 \end_inset
27748
27749
27750 \end_layout
27751
27752 \end_inset
27753 </cell>
27754 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27755 \begin_inset Text
27756
27757 \begin_layout Plain Layout
27758 \begin_inset Formula $\mathcircumflex$
27759 \end_inset
27760
27761
27762 \end_layout
27763
27764 \end_inset
27765 </cell>
27766 </row>
27767 <row>
27768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27769 \begin_inset Text
27770
27771 \begin_layout Plain Layout
27772
27773 \backslash
27774 _
27775 \end_layout
27776
27777 \end_inset
27778 </cell>
27779 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27780 \begin_inset Text
27781
27782 \begin_layout Plain Layout
27783 \begin_inset Formula $\_$
27784 \end_inset
27785
27786
27787 \end_layout
27788
27789 \end_inset
27790 </cell>
27791 </row>
27792 <row>
27793 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27794 \begin_inset Text
27795
27796 \begin_layout Plain Layout
27797 ^
27798 \begin_inset ERT
27799 status collapsed
27800
27801 \begin_layout Plain Layout
27802
27803
27804 \backslash
27805 spce 
27806 \end_layout
27807
27808 \end_inset
27809
27810
27811 \backslash
27812 circ
27813 \begin_inset Index idx
27814 status collapsed
27815
27816 \begin_layout Plain Layout
27817
27818 \lang english
27819
27820 \backslash
27821
27822 \end_layout
27823
27824 \end_inset
27825
27826
27827 \end_layout
27828
27829 \end_inset
27830 </cell>
27831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27832 \begin_inset Text
27833
27834 \begin_layout Plain Layout
27835 \begin_inset Formula $^{\circ}$
27836 \end_inset
27837
27838
27839 \end_layout
27840
27841 \end_inset
27842 </cell>
27843 </row>
27844 </lyxtabular>
27845
27846 \end_inset
27847
27848
27849 \end_layout
27850
27851 \begin_layout Standard
27852 しかしながら、角度記号
27853 \begin_inset Formula $^{\circ}$
27854 \end_inset
27855
27856 は、以下の行をLaTeXプリアンブルに書き加えれば、直接挿入することができます
27857 \begin_inset Foot
27858 status collapsed
27859
27860 \begin_layout Plain Layout
27861 この件に関する詳細は、第
27862 \begin_inset CommandInset ref
27863 LatexCommand ref
27864 reference "sub:数式中のテキスト文字"
27865
27866 \end_inset
27867
27868 節にあります。
27869 \end_layout
27870
27871 \end_inset
27872
27873
27874 \end_layout
27875
27876 \begin_layout Standard
27877
27878 \series bold
27879
27880 \backslash
27881 DeclareInputtext{176}{
27882 \backslash
27883 ifmmode^
27884 \backslash
27885 circ
27886 \backslash
27887 else
27888 \backslash
27889 textdegree
27890 \backslash
27891 fi}
27892 \begin_inset Newpage newpage
27893 \end_inset
27894
27895
27896 \end_layout
27897
27898 \begin_layout Section
27899 数式様式
27900 \begin_inset CommandInset label
27901 LatexCommand label
27902 name "sec:数式様式"
27903
27904 \end_inset
27905
27906
27907 \begin_inset Index idx
27908 status collapsed
27909
27910 \begin_layout Plain Layout
27911 すうしき@数式 ! ようしき@様式
27912 \end_layout
27913
27914 \end_inset
27915
27916
27917 \end_layout
27918
27919 \begin_layout Itemize
27920 以下の二つの配置様式があります。
27921 \end_layout
27922
27923 \begin_deeper
27924 \begin_layout Description
27925 中央揃え 事前に定義された標準です。
27926 \end_layout
27927
27928 \begin_layout Description
27929 行頭下げ これを使うには、
27930 \family sans
27931 文書\SpecialChar \menuseparator
27932 設定
27933 \family default
27934 メニューの
27935 \family sans
27936 文書クラス
27937 \family default
27938 において、
27939 \series bold
27940 fleqn
27941 \series default
27942 オプションを指定しておかなくてはなりません。
27943 \end_layout
27944
27945 \begin_layout Standard
27946
27947 \series bold
27948 行頭下げ
27949 \series default
27950 を用いる場合には、行頭下げの大きさを
27951 \series bold
27952
27953 \backslash
27954 mathindent
27955 \series default
27956
27957 \begin_inset Index idx
27958 status collapsed
27959
27960 \begin_layout Plain Layout
27961 こまんど@コマンド ! M ! 
27962 \backslash
27963 mathindent
27964 \end_layout
27965
27966 \end_inset
27967
27968 の値で調整することができます。これを15
27969 \begin_inset space \thinspace{}
27970 \end_inset
27971
27972 mmにするには、LaTeXプリアンブルに以下のコマンドを入れておきます。
27973 \end_layout
27974
27975 \begin_layout Standard
27976
27977 \series bold
27978
27979 \backslash
27980 setlength{
27981 \backslash
27982 mathindent}{15mm}
27983 \end_layout
27984
27985 \begin_layout Standard
27986
27987 \series bold
27988
27989 \backslash
27990 mathindent
27991 \series default
27992 を明示的に指定しない場合には、事前に定義されている30
27993 \begin_inset space \thinspace{}
27994 \end_inset
27995
27996 ptが適用されます。
27997 \end_layout
27998
27999 \end_deeper
28000 \begin_layout Itemize
28001 また、以下の二つの連番様式があります。
28002 \end_layout
28003
28004 \begin_deeper
28005 \begin_layout Description
28006 右 事前に定義された標準です。
28007 \end_layout
28008
28009 \begin_layout Description
28010 左 これを使うには、
28011 \family sans
28012 文書\SpecialChar \menuseparator
28013 設定
28014 \family default
28015 メニューの
28016 \family sans
28017 文書クラス
28018 \family default
28019 において、
28020 \series bold
28021 leqno
28022 \series default
28023 オプションを指定しておかなくてはなりません。
28024 \end_layout
28025
28026 \end_deeper
28027 \begin_layout Standard
28028
28029 \series bold
28030 fleqn
28031 \series default
28032
28033 \series bold
28034 leqno
28035 \series default
28036 は、いっしょに指定することができます。両方のオプションを同時に入れる場合には、コンマで区切って下さい。
28037 \end_layout
28038
28039 \begin_layout Standard
28040 これで選択した様式は、文書中のすべての別行立て数式に用いられます。もし、中央揃えと行頭下げの両様式を同一文書中で用いたい場合には、
28041 \series bold
28042 中央揃え
28043 \series default
28044 様式を指定するようにします。そして、行頭下げにしたい数式は、flalign環境に指定するようにします。第
28045 \begin_inset CommandInset ref
28046 LatexCommand ref
28047 reference "sub:flalign環境"
28048
28049 \end_inset
28050
28051 節をご覧下さい。
28052 \end_layout
28053
28054 \begin_layout Section
28055 多行数式
28056 \begin_inset CommandInset label
28057 LatexCommand label
28058 name "sec:多行数式"
28059
28060 \end_inset
28061
28062
28063 \begin_inset Index idx
28064 status collapsed
28065
28066 \begin_layout Plain Layout
28067 すうしき@数式 ! たぎょう@多行
28068 \end_layout
28069
28070 \end_inset
28071
28072
28073 \end_layout
28074
28075 \begin_layout Subsection
28076 概要
28077 \end_layout
28078
28079 \begin_layout Standard
28080 LyXでは、多行数式は、数式中で
28081 \series bold
28082
28083 \begin_inset Info
28084 type  "shortcut"
28085 arg   "newline-insert newline"
28086 \end_inset
28087
28088
28089 \series default
28090 を押すことで作られます。この操作によって、第
28091 \begin_inset CommandInset ref
28092 LatexCommand ref
28093 reference "sub:eqnarray環境"
28094
28095 \end_inset
28096
28097 節に述べられている
28098 \series bold
28099 eqnarray環境
28100 \series default
28101 が作り出されるか、あるいは文書設定で
28102 \family sans
28103 AMS mathパッケージを使う
28104 \family default
28105 オプションが選択されている場合には、第
28106 \begin_inset CommandInset ref
28107 LatexCommand ref
28108 reference "sub:標準align環境"
28109
28110 \end_inset
28111
28112 節に述べられている
28113 \series bold
28114 align環境
28115 \series default
28116 が作り出されることになります。
28117 \end_layout
28118
28119 \begin_layout Standard
28120 他にも、
28121 \family sans
28122 挿入\SpecialChar \menuseparator
28123 数式
28124 \family default
28125 メニューで作ることのできる多行数式環境があります。これらの環境は、以下の各節で説明します。
28126 \end_layout
28127
28128 \begin_layout Standard
28129 すべての多行数式において、新規行は、
28130 \begin_inset Info
28131 type  "shortcut"
28132 arg   "newline-insert newline"
28133 \end_inset
28134
28135 を押すことによって作られます。行を足したり削ったりするには、数式ツールバーボタンの
28136 \begin_inset Graphics
28137         filename ../../images/tabular-feature_append-row.png
28138         scale 85
28139
28140 \end_inset
28141
28142
28143 \begin_inset Graphics
28144         filename ../../images/tabular-feature_delete-row.png
28145         scale 85
28146
28147 \end_inset
28148
28149 を使うか、
28150 \family sans
28151 編集\SpecialChar \menuseparator
28152 行と列
28153 \family default
28154 メニューを使うことができます。
28155 \end_layout
28156
28157 \begin_layout Subsubsection
28158 行間
28159 \begin_inset CommandInset label
28160 LatexCommand label
28161 name "sub:行間"
28162
28163 \end_inset
28164
28165
28166 \begin_inset Index idx
28167 status collapsed
28168
28169 \begin_layout Plain Layout
28170 すうしき@数式 ! たぎょう@多行 ! ぎょうかん@行間
28171 \end_layout
28172
28173 \end_inset
28174
28175
28176 \end_layout
28177
28178 \begin_layout Standard
28179 以下のように、多行数式において行のあいだの空白が足りないことが、ときどき起こります。
28180 \begin_inset Formula 
28181 \begin{eqnarray*}
28182 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}\\
28183 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
28184 \end{eqnarray*}
28185
28186 \end_inset
28187
28188
28189 \end_layout
28190
28191 \begin_layout Standard
28192 LaTeXにおいて行間を付け加えるには、新規行コマンドに非必須の引数をとらせて指定しますが、これはまだLyXには実装されていない
28193 \begin_inset Foot
28194 status collapsed
28195
28196 \begin_layout Plain Layout
28197 \begin_inset CommandInset href
28198 LatexCommand href
28199 name "LyX-bug #1505"
28200 target "http://www.lyx.org/trac/ticket/1505"
28201
28202 \end_inset
28203
28204 を参照。
28205 \end_layout
28206
28207 \end_inset
28208
28209 ので、数式全体をTeXモードで入れなくてはなりません。上記の例の行間を大きくするには、最初の行の最後に
28210 \series bold
28211
28212 \backslash
28213
28214 \backslash
28215 [3mm]
28216 \series default
28217 というコマンドを入れます。すると、次のようになります。
28218 \begin_inset ERT
28219 status collapsed
28220
28221 \begin_layout Plain Layout
28222
28223
28224 \backslash
28225 begin{eqnarray*}
28226 \end_layout
28227
28228 \begin_layout Plain Layout
28229
28230 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
28231  = & 
28232 \backslash
28233 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
28234 \backslash
28235
28236 \backslash
28237 [3mm]
28238 \end_layout
28239
28240 \begin_layout Plain Layout
28241
28242 4x^{2}
28243 \backslash
28244 left(B^{2}+x_{0}^{2}
28245 \backslash
28246 right)+4x_{0}x
28247 \backslash
28248 left(D-B^{2}
28249 \backslash
28250 right)+B^{2}
28251 \backslash
28252 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
28253 \backslash
28254 right) & = & 0
28255 \end_layout
28256
28257 \begin_layout Plain Layout
28258
28259
28260 \backslash
28261 end{eqnarray*}
28262 \end_layout
28263
28264 \end_inset
28265
28266
28267 \end_layout
28268
28269 \begin_layout Standard
28270 \begin_inset VSpace bigskip
28271 \end_inset
28272
28273 同一数式内のすべての行の行間を一律に指定するには、
28274 \series bold
28275
28276 \backslash
28277 jot
28278 \series default
28279
28280 \begin_inset Index idx
28281 status collapsed
28282
28283 \begin_layout Plain Layout
28284 こまんど@コマンド ! J ! 
28285 \backslash
28286 jot
28287 \end_layout
28288
28289 \end_inset
28290
28291 変数を変更します。定義は、
28292 \begin_inset Formula $\mbox{行間}=\mathrm{6\, pt+\backslash jot}$
28293 \end_inset
28294
28295 となっています。
28296 \series bold
28297
28298 \backslash
28299 jot
28300 \series default
28301 の既定値は、3
28302 \begin_inset space \thinspace{}
28303 \end_inset
28304
28305 ptです。上記の例のように、行間を3
28306 \begin_inset space \thinspace{}
28307 \end_inset
28308
28309 mm追加するには、
28310 \end_layout
28311
28312 \begin_layout Standard
28313
28314 \series bold
28315
28316 \backslash
28317 setlength{
28318 \backslash
28319 jot}{3mm+3pt}
28320 \end_layout
28321
28322 \begin_layout Standard
28323 というコマンドを、数式直前にTeXモードで入れておきます。これを行うには、LaTeXプリアンブルに
28324 \end_layout
28325
28326 \begin_layout Standard
28327
28328 \series bold
28329
28330 \backslash
28331 usepackage{calc}
28332 \end_layout
28333
28334 \begin_layout Standard
28335 という行を入れて、LaTeXパッケージ
28336 \series bold
28337 calc
28338 \series default
28339
28340 \begin_inset Foot
28341 status collapsed
28342
28343 \begin_layout Plain Layout
28344
28345 \series bold
28346 calc
28347 \series default
28348 は標準的なLaTeX頒布版のすべてに付属しています。
28349 \end_layout
28350
28351 \end_inset
28352
28353
28354 \begin_inset Index idx
28355 status collapsed
28356
28357 \begin_layout Plain Layout
28358 ぱっけーじ@パッケージ ! calc
28359 \end_layout
28360
28361 \end_inset
28362
28363  を読み込んでおく必要があります。すると、
28364 \begin_inset ERT
28365 status collapsed
28366
28367 \begin_layout Plain Layout
28368
28369
28370 \backslash
28371 setlength{
28372 \backslash
28373 jot}{3mm+3pt}
28374 \end_layout
28375
28376 \end_inset
28377
28378
28379 \begin_inset Formula 
28380 \begin{eqnarray*}
28381 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}\\
28382 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
28383 \end{eqnarray*}
28384
28385 \end_inset
28386
28387
28388 \end_layout
28389
28390 \begin_layout Standard
28391 \begin_inset ERT
28392 status collapsed
28393
28394 \begin_layout Plain Layout
28395
28396
28397 \backslash
28398 setlength{
28399 \backslash
28400 jot}{3pt}
28401 \end_layout
28402
28403 \end_inset
28404
28405 のような結果を得ます。行間を既定値に戻すには、
28406 \series bold
28407
28408 \backslash
28409 jot
28410 \series default
28411 をふたたび3
28412 \begin_inset space \thinspace{}
28413 \end_inset
28414
28415 ptに戻します。
28416 \end_layout
28417
28418 \begin_layout Subsubsection
28419 列間
28420 \begin_inset CommandInset label
28421 LatexCommand label
28422 name "sub:列間"
28423
28424 \end_inset
28425
28426
28427 \begin_inset Index idx
28428 status collapsed
28429
28430 \begin_layout Plain Layout
28431 すうしき@数式 ! たぎょうすうしき@多行数式 ! れつかん@列間
28432 \end_layout
28433
28434 \end_inset
28435
28436
28437 \end_layout
28438
28439 \begin_layout Standard
28440 多行数式は、行列を形成します。たとえば、eqnarray環境の数式は、3列からなる行列です。この環境で列間を変更すれば、関係子周辺の余白を変更することができます
28441
28442 \end_layout
28443
28444 \begin_layout Standard
28445 列間は、
28446 \series bold
28447
28448 \backslash
28449 arraycolsep
28450 \series default
28451
28452 \begin_inset Index idx
28453 status collapsed
28454
28455 \begin_layout Plain Layout
28456 こまんど@コマンド ! A ! 
28457 \backslash
28458 arraycolsep
28459 \end_layout
28460
28461 \end_inset
28462
28463 変数を使って指定し、
28464 \begin_inset Newline newline
28465 \end_inset
28466
28467 列間 = 2
28468 \begin_inset space \thinspace{}
28469 \end_inset
28470
28471
28472 \series bold
28473
28474 \backslash
28475 arraycolsep
28476 \series default
28477
28478 \begin_inset Newline newline
28479 \end_inset
28480
28481 という関係があります。したがって、
28482 \end_layout
28483
28484 \begin_layout Standard
28485
28486 \series bold
28487
28488 \backslash
28489 setlength{
28490 \backslash
28491 arraycolsep}{1cm}
28492 \end_layout
28493
28494 \begin_layout Standard
28495 というコマンドをTeXモードで入れると、ここから後のすべての数式の列間が2
28496 \begin_inset space \thinspace{}
28497 \end_inset
28498
28499 cmになります。これを既定値に戻すには、
28500 \series bold
28501
28502 \backslash
28503 arraycolsep
28504 \series default
28505 を5
28506 \begin_inset space \thinspace{}
28507 \end_inset
28508
28509 ptに戻して下さい。
28510 \end_layout
28511
28512 \begin_layout Standard
28513 以下は、2
28514 \begin_inset space \thinspace{}
28515 \end_inset
28516
28517 cmの列間を持つ数式です。
28518 \begin_inset ERT
28519 status collapsed
28520
28521 \begin_layout Plain Layout
28522
28523
28524 \backslash
28525 setlength{
28526 \backslash
28527 arraycolsep}{1cm}
28528 \end_layout
28529
28530 \end_inset
28531
28532
28533 \begin_inset Formula 
28534 \begin{eqnarray*}
28535 A & = & B\\
28536 C & \ne & A
28537 \end{eqnarray*}
28538
28539 \end_inset
28540
28541 行列の既定の列間10
28542 \begin_inset space \thinspace{}
28543 \end_inset
28544
28545 ptを持つ数式です。
28546 \begin_inset ERT
28547 status collapsed
28548
28549 \begin_layout Plain Layout
28550
28551
28552 \backslash
28553 setlength{
28554 \backslash
28555 arraycolsep}{5pt}
28556 \end_layout
28557
28558 \end_inset
28559
28560
28561 \begin_inset Formula 
28562 \begin{eqnarray*}
28563 A & = & B\\
28564 C & \ne & A
28565 \end{eqnarray*}
28566
28567 \end_inset
28568
28569
28570 \end_layout
28571
28572 \begin_layout Subsubsection
28573 長い数式
28574 \begin_inset Index idx
28575 status collapsed
28576
28577 \begin_layout Plain Layout
28578 すうしき@数式 ! ながい@長い
28579 \end_layout
28580
28581 \end_inset
28582
28583
28584 \end_layout
28585
28586 \begin_layout Standard
28587 長い数式は、以下の方法を使って組版することができます。
28588 \end_layout
28589
28590 \begin_layout Itemize
28591 左辺ないし右辺の一方が、行幅よりもかなり短いときには、以下のように、短い方を左辺に置き、右辺を二行に分けて組版します。
28592 \begin_inset Formula 
28593 \begin{eqnarray}
28594 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 \\
28595  &  & -\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}
28596 \end{eqnarray}
28597
28598 \end_inset
28599
28600 二行目の最初のマイナス記号は、行頭の文字になってしまうため、通常、表示の上で演算子としては取り扱われません。前後に余白が置かれることもなく、分数線からも離れて表
28601 示されません。これを避けるために、マイナス記号の後に
28602 \series bold
28603
28604 \backslash
28605 hspace
28606 \series default
28607 .
28608 \begin_inset Foot
28609 status collapsed
28610
28611 \begin_layout Plain Layout
28612
28613 \series bold
28614
28615 \backslash
28616 hspace
28617 \series default
28618 に関しての詳細は、第
28619 \begin_inset CommandInset ref
28620 LatexCommand ref
28621 reference "sub:可変長の空白"
28622
28623 \end_inset
28624
28625 節をご覧下さい。
28626 \end_layout
28627
28628 \end_inset
28629
28630
28631 \begin_inset Index idx
28632 status collapsed
28633
28634 \begin_layout Plain Layout
28635 こまんど@コマンド ! H ! 
28636 \backslash
28637 hspace
28638 \end_layout
28639
28640 \end_inset
28641
28642 コマンドを使って3
28643 \begin_inset space \thinspace{}
28644 \end_inset
28645
28646 pt空白を入れてあります。
28647 \end_layout
28648
28649 \begin_layout Itemize
28650 数式の両辺がともに長すぎるときには、
28651 \series bold
28652
28653 \backslash
28654 lefteqn
28655 \series default
28656
28657 \begin_inset Index idx
28658 status collapsed
28659
28660 \begin_layout Plain Layout
28661 こまんど@コマンド ! L ! 
28662 \backslash
28663 lefteqn
28664 \end_layout
28665
28666 \end_inset
28667
28668 コマンドを使います。これを最初の行の第一列に入れると、以下のように、続きの内容が他の列にかかって表示されます。
28669 \begin_inset Formula 
28670 \begin{eqnarray}
28671 \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 \\
28672  &  & -\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 \\
28673  &  & =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}
28674 \end{eqnarray}
28675
28676 \end_inset
28677
28678
28679 \series bold
28680
28681 \backslash
28682 lefteqn
28683 \series default
28684 を入力すると、青枠から少し左にずれたところに現れる紫枠にカーソルが移るので、ここに数式を入力します。
28685 \begin_inset Newline newline
28686 \end_inset
28687
28688 二行め以降の行の内容は、二列め以降の列に挿入します。挿入する列が右になるほど、字下げの量が大きくなります。
28689 \begin_inset VSpace medskip
28690 \end_inset
28691
28692
28693 \begin_inset Newline newline
28694 \end_inset
28695
28696
28697 \begin_inset Note Greyedout
28698 status open
28699
28700 \begin_layout Plain Layout
28701
28702 \series bold
28703
28704 \backslash
28705 lefteqn
28706 \series default
28707 を使用する際には、以下のことにご注意下さい。
28708 \end_layout
28709
28710 \begin_layout Itemize
28711 数式では、ページ幅全部を使うことはしません。たとえば、上記の例で、最初の行に
28712 \begin_inset Formula $-B^{2}$
28713 \end_inset
28714
28715 という項を置いたとすると、ページ余白の領域に出てしまいますが、これはよくありません。幅をうまく使うには、最初の行の行頭に負の空白を入れる方法もあります。
28716 \end_layout
28717
28718 \begin_layout Itemize
28719 LyXのバグによって、最初の行にマウスでカーソルを入れることはできません
28720 \begin_inset Foot
28721 status collapsed
28722
28723 \begin_layout Plain Layout
28724 \begin_inset CommandInset href
28725 LatexCommand href
28726 name "LyX-bug #1429"
28727 target "http://www.lyx.org/trac/ticket/1429"
28728
28729 \end_inset
28730
28731
28732 \end_layout
28733
28734 \end_inset
28735
28736 。カーソルを行頭に合わせて、矢印
28737 \begin_inset Flex Ruby
28738 status collapsed
28739
28740 \begin_layout Plain Layout
28741
28742 \begin_inset Argument post:1
28743 status collapsed
28744
28745 \begin_layout Plain Layout
28746 キー
28747 \end_layout
28748
28749 \end_inset
28750
28751
28752 \end_layout
28753
28754 \end_inset
28755
28756 で移動するしかありません。
28757 \end_layout
28758
28759 \end_inset
28760
28761
28762 \end_layout
28763
28764 \begin_layout Itemize
28765 長い数式を組む他の方法として、第
28766 \begin_inset CommandInset ref
28767 LatexCommand ref
28768 reference "sub:multline環境"
28769
28770 \end_inset
28771
28772 節と第
28773 \begin_inset CommandInset ref
28774 LatexCommand ref
28775 reference "sub:数式の一部の多行化"
28776
28777 \end_inset
28778
28779 節で述べられている環境を用いる方法があります。
28780 \end_layout
28781
28782 \begin_layout Subsubsection
28783 多行にわたる括弧
28784 \begin_inset CommandInset label
28785 LatexCommand label
28786 name "sub:多行にわたる括弧"
28787
28788 \end_inset
28789
28790
28791 \begin_inset Index idx
28792 status collapsed
28793
28794 \begin_layout Plain Layout
28795 かっこ@括弧 ! たぎょうすうしきよう@多行数式用
28796 \end_layout
28797
28798 \end_inset
28799
28800
28801 \end_layout
28802
28803 \begin_layout Standard
28804 多行にわたる括弧を作ろうとすると、以下のような問題が生じます。
28805 \begin_inset Formula 
28806 \begin{eqnarray*}
28807 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28808  &  & \left.\cdots+B-D\right]
28809 \end{eqnarray*}
28810
28811 \end_inset
28812
28813
28814 \end_layout
28815
28816 \begin_layout Standard
28817 可変寸法の括弧は多行にわたることができないので、閉じ括弧が初めの括弧よりも小さくなってしまっています。
28818 \end_layout
28819
28820 \begin_layout Standard
28821 二行めの括弧の大きさを正しく設定するには、最初の行の終わりを
28822 \series bold
28823
28824 \backslash
28825 right.
28826 \series default
28827
28828 \begin_inset Index idx
28829 status collapsed
28830
28831 \begin_layout Plain Layout
28832 こまんど@コマンド ! R ! 
28833 \backslash
28834 right
28835 \end_layout
28836
28837 \end_inset
28838
28839 とし、二行めの始めを
28840 \series bold
28841
28842 \backslash
28843 left.
28844 \begin_inset Foot
28845 status collapsed
28846
28847 \begin_layout Plain Layout
28848
28849 \series bold
28850
28851 \backslash
28852 left
28853 \series default
28854
28855 \series bold
28856
28857 \backslash
28858 right
28859 \series default
28860 に関する詳細は、第
28861 \begin_inset CommandInset ref
28862 LatexCommand ref
28863 reference "sub:自動の括弧丈"
28864
28865 \end_inset
28866
28867 節をご覧下さい。
28868 \end_layout
28869
28870 \end_inset
28871
28872
28873 \series default
28874
28875 \begin_inset Index idx
28876 status collapsed
28877
28878 \begin_layout Plain Layout
28879 こまんど@コマンド ! L ! 
28880 \backslash
28881 left
28882 \end_layout
28883
28884 \end_inset
28885
28886 とします。一行めにおいては、範囲付き積演算子がもっとも大きな記号であり、これが二行めの括弧の大きさにならなくてはならないので、
28887 \series bold
28888
28889 \backslash
28890 left.
28891 \series default
28892 の後に、
28893 \series bold
28894
28895 \backslash
28896 vphantom
28897 \series default
28898
28899 \begin_inset ERT
28900 status collapsed
28901
28902 \begin_layout Plain Layout
28903
28904
28905 \backslash
28906 spce 
28907 \end_layout
28908
28909 \end_inset
28910
28911
28912 \series bold
28913
28914 \backslash
28915 prod
28916 \series default
28917 ^
28918 \begin_inset ERT
28919 status collapsed
28920
28921 \begin_layout Plain Layout
28922
28923
28924 \backslash
28925 spce 
28926 \end_layout
28927
28928 \end_inset
28929
28930
28931 \series bold
28932
28933 \backslash
28934 infty
28935 \series default
28936
28937 \begin_inset ERT
28938 status collapsed
28939
28940 \begin_layout Plain Layout
28941
28942
28943 \backslash
28944 spce 
28945 \end_layout
28946
28947 \end_inset
28948
28949
28950 \series bold
28951
28952 \begin_inset Formula $\downarrow$
28953 \end_inset
28954
28955 _R=1}
28956 \series default
28957
28958 \begin_inset Index idx
28959 status collapsed
28960
28961 \begin_layout Plain Layout
28962 こまんど@コマンド ! V ! 
28963 \backslash
28964 vphantom
28965 \end_layout
28966
28967 \end_inset
28968
28969 というコマンドを挿入します。
28970 \end_layout
28971
28972 \begin_layout Standard
28973 その結果が以下の数式です。
28974 \begin_inset Formula 
28975 \begin{eqnarray*}
28976 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28977  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
28978 \end{eqnarray*}
28979
28980 \end_inset
28981
28982
28983 \end_layout
28984
28985 \begin_layout Subsection
28986 align環境
28987 \end_layout
28988
28989 \begin_layout Standard
28990 align環境は、すべての型の多行数式に使うことができ、とくに、いくつかの数式を並べて表示させるのに便利です。
28991 \end_layout
28992
28993 \begin_layout Standard
28994 align環境には列があり、奇数列は右揃え、偶数列は左揃えに設定されます。align環境の行にはすべて、付番することができます。
28995 \end_layout
28996
28997 \begin_layout Standard
28998 align環境は、
28999 \family sans
29000 挿入\SpecialChar \menuseparator
29001 数式
29002 \family default
29003 メニューから作ることができます。
29004 \family sans
29005 編集\SpecialChar \menuseparator
29006 数式\SpecialChar \menuseparator
29007 数式の表記を変更
29008 \family default
29009 メニューを使えば、既存の数式をalign環境に変更することができます。
29010 \end_layout
29011
29012 \begin_layout Standard
29013 列を追加したり削除したりするには、数式ツールバーボタンの
29014 \begin_inset Graphics
29015         filename ../../images/tabular-feature_append-column.png
29016         scale 85
29017
29018 \end_inset
29019
29020
29021 \begin_inset Graphics
29022         filename ../../images/tabular-feature_delete-column.png
29023         scale 85
29024
29025 \end_inset
29026
29027 を使うか、
29028 \family sans
29029 編集\SpecialChar \menuseparator
29030 行と列
29031 \family default
29032 メニューを使います。
29033 \end_layout
29034
29035 \begin_layout Subsubsection
29036 標準align環境
29037 \begin_inset CommandInset label
29038 LatexCommand label
29039 name "sub:標準align環境"
29040
29041 \end_inset
29042
29043
29044 \begin_inset Index idx
29045 status collapsed
29046
29047 \begin_layout Plain Layout
29048 すうしき@数式 ! たぎょう@多行 ! alignかんきょう@align環境
29049 \end_layout
29050
29051 \end_inset
29052
29053
29054 \end_layout
29055
29056 \begin_layout Standard
29057 このalign環境は、数式中で
29058 \begin_inset Info
29059 type  "shortcut"
29060 arg   "newline-insert newline"
29061 \end_inset
29062
29063 を押すか、
29064 \family sans
29065 挿入\SpecialChar \menuseparator
29066 数式\SpecialChar \menuseparator
29067 AMS align環境
29068 \family default
29069 メニューで作ることができます。
29070 \end_layout
29071
29072 \begin_layout Standard
29073 以下は、二つの数式を横に並べた例ですが、これは4列からなるalign環境として作ります。
29074 \begin_inset Formula 
29075 \begin{align*}
29076 A & =\sin(B) & C & =D\\
29077 C & \ne A & B & \ne D
29078 \end{align*}
29079
29080 \end_inset
29081
29082 ご覧になって分かるように、この環境の数式は、一列めの前と偶数列の後に
29083 \series bold
29084
29085 \backslash
29086 hfill
29087 \begin_inset Foot
29088 status collapsed
29089
29090 \begin_layout Plain Layout
29091
29092 \series bold
29093
29094 \backslash
29095 hfill
29096 \series default
29097 に関する詳細は、第
29098 \begin_inset CommandInset ref
29099 LatexCommand ref
29100 reference "sub:可変長の空白"
29101
29102 \end_inset
29103
29104 節をご覧下さい。
29105 \end_layout
29106
29107 \end_inset
29108
29109
29110 \series default
29111 があるかのように配置されます。数式様式として
29112 \series bold
29113 行頭下げ
29114 \begin_inset Foot
29115 status collapsed
29116
29117 \begin_layout Plain Layout
29118
29119 \series bold
29120 数式様式については、第
29121 \series default
29122
29123 \begin_inset CommandInset ref
29124 LatexCommand ref
29125 reference "sec:数式様式"
29126
29127 \end_inset
29128
29129 節をご覧下さい。
29130 \end_layout
29131
29132 \end_inset
29133
29134
29135 \series default
29136 を使う場合には、第一列の前の
29137 \series bold
29138
29139 \backslash
29140 hfill
29141 \series default
29142 はない形で数式が設定されます。
29143 \end_layout
29144
29145 \begin_layout Subsubsection
29146 alignat環境
29147 \begin_inset Index idx
29148 status collapsed
29149
29150 \begin_layout Plain Layout
29151 すうしき@数式 ! たぎょう@多行 ! alignatかんきょう@alignat環境
29152 \end_layout
29153
29154 \end_inset
29155
29156
29157 \end_layout
29158
29159 \begin_layout Standard
29160 alignat環境には、事前に設定された列間が存在しません。列間は、必要ならば、第
29161 \begin_inset CommandInset ref
29162 LatexCommand ref
29163 reference "sub:空白"
29164
29165 \end_inset
29166
29167 節に述べられている空白を使用して手動で入れます。
29168 \end_layout
29169
29170 \begin_layout Standard
29171 以下は、上記の例をalignat環境に設定し、二つめの数式の頭に1
29172 \begin_inset space \thinspace{}
29173 \end_inset
29174
29175 cmの空白を入れたものです。
29176 \begin_inset Formula 
29177 \begin{alignat*}{2}
29178 A & =\sin(B) & \hspace{1cm}C & =D\\
29179 C & \ne A & B & \ne D
29180 \end{alignat*}
29181
29182 \end_inset
29183
29184 列間を各列ごとに設定することができるので、この環境は、とくに三つないし四つの数式を横に並べるのに向いています。
29185 \end_layout
29186
29187 \begin_layout Subsubsection
29188 flalign環境
29189 \begin_inset CommandInset label
29190 LatexCommand label
29191 name "sub:flalign環境"
29192
29193 \end_inset
29194
29195
29196 \begin_inset Index idx
29197 status collapsed
29198
29199 \begin_layout Plain Layout
29200 すうしき@数式 ! たぎょう@多行 ! flalignかんきょう@flalign環境
29201 \end_layout
29202
29203 \end_inset
29204
29205
29206 \end_layout
29207
29208 \begin_layout Standard
29209 この環境では、つねに、最初の二列をできるだけ左寄せにし、最後の二列をできるだけ右寄せにするように設定されます。以下がその例です。
29210 \begin_inset Formula 
29211 \begin{flalign*}
29212 A & =1 & B & =2 & C & =3\\
29213 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
29214 \end{flalign*}
29215
29216 \end_inset
29217
29218
29219 \end_layout
29220
29221 \begin_layout Standard
29222 奇数列のflalign環境を作成し、最後の列に空のTeX括弧を入れておくと、数式様式として
29223 \series bold
29224 中央揃え
29225 \series default
29226 が用いられているときでも、一部の数式を左寄せにすることができます。以下は、例として
29227 \begin_inset CommandInset ref
29228 LatexCommand eqref
29229 reference "eq:VolInt"
29230
29231 \end_inset
29232
29233 式を行頭下げにしたものです。
29234 \begin_inset Formula 
29235 \begin{flalign}
29236 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}
29237 \end{flalign}
29238
29239 \end_inset
29240
29241 ここで、最初の二列には数式が入れられており、行頭下げ数式様式と同等の字下げを行うために、30
29242 \begin_inset space \thinspace{}
29243 \end_inset
29244
29245 ptの空白が第1列の頭に入れてあります。
29246 \end_layout
29247
29248 \begin_layout Subsection
29249 eqnarray環境
29250 \begin_inset CommandInset label
29251 LatexCommand label
29252 name "sub:eqnarray環境"
29253
29254 \end_inset
29255
29256
29257 \begin_inset Index idx
29258 status collapsed
29259
29260 \begin_layout Plain Layout
29261 すうしき@数式 ! たぎょう@多行 ! eqnarrayかんきょう@eqnarray環境
29262 \end_layout
29263
29264 \end_inset
29265
29266
29267 \end_layout
29268
29269 \begin_layout Standard
29270 この環境を作成すると、三つの青枠が現れます。最初の枠の内容は右寄せに設定され、最後の枠の内容は左寄せに設定されます。中央の枠は、関係子のみを入れることを想定して
29271 いるので、その内容は中央揃えで少し小さく設定されます。
29272 \begin_inset Formula 
29273 \begin{eqnarray*}
29274 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
29275 AB & AB & AB\\
29276 A & = & A
29277 \end{eqnarray*}
29278
29279 \end_inset
29280
29281
29282 \end_layout
29283
29284 \begin_layout Subsection
29285 gather環境
29286 \begin_inset Index idx
29287 status collapsed
29288
29289 \begin_layout Plain Layout
29290 すうしき@数式 ! たぎょう@多行 ! gatherかんきょう@gather環境
29291 \end_layout
29292
29293 \end_inset
29294
29295
29296 \end_layout
29297
29298 \begin_layout Standard
29299 この環境には、中央揃えに設定された列一つしかありません。行はすべて付番することができます。
29300 \begin_inset Formula 
29301 \begin{gather}
29302 A=1\\
29303 X=\textrm{-}1
29304 \end{gather}
29305
29306 \end_inset
29307
29308
29309 \end_layout
29310
29311 \begin_layout Subsection
29312 multline環境
29313 \begin_inset CommandInset label
29314 LatexCommand label
29315 name "sub:multline環境"
29316
29317 \end_inset
29318
29319
29320 \begin_inset Index idx
29321 status collapsed
29322
29323 \begin_layout Plain Layout
29324 すうしき@数式 ! たぎょう@多行 ! multlineかんきょう@multpline環境
29325 \end_layout
29326
29327 \end_inset
29328
29329
29330 \end_layout
29331
29332 \begin_layout Standard
29333 gather環境同様、multline環境には、中央揃えに設定された列一つしかありません。ただし、一行めが左揃えに設定され、最終行が右揃えに設定されるのです。他
29334 の行はすべて中央揃えになります。このことから、この環境は、長い数式に使うのに向いています。用例として、
29335 \begin_inset CommandInset ref
29336 LatexCommand eqref
29337 reference "eq:lefteqn"
29338
29339 \end_inset
29340
29341 式をmultline環境に置いたものを示します。
29342 \begin_inset Formula 
29343 \begin{multline}
29344 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}\\
29345 -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}\\
29346 =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}}
29347 \end{multline}
29348
29349 \end_inset
29350
29351
29352 \end_layout
29353
29354 \begin_layout Standard
29355 文書の付番設定が右寄せ(左寄せ)になっているときには、出力では、multline環境の最後(最初)の行だけが付番されます
29356 \begin_inset Foot
29357 status collapsed
29358
29359 \begin_layout Plain Layout
29360 付番様式については、第
29361 \begin_inset CommandInset ref
29362 LatexCommand ref
29363 reference "sec:数式様式"
29364
29365 \end_inset
29366
29367 節を参照。
29368 \end_layout
29369
29370 \end_inset
29371
29372
29373 \end_layout
29374
29375 \begin_layout Standard
29376
29377 \series bold
29378
29379 \backslash
29380 shoveright
29381 \begin_inset Index idx
29382 status collapsed
29383
29384 \begin_layout Plain Layout
29385 こまんど@コマンド ! S ! 
29386 \backslash
29387 shoveright
29388 \end_layout
29389
29390 \end_inset
29391
29392 コマンドや
29393 \backslash
29394 shoveleft
29395 \begin_inset Index idx
29396 status collapsed
29397
29398 \begin_layout Plain Layout
29399 こまんど@コマンド ! S ! 
29400 \backslash
29401 shoveleft
29402 \end_layout
29403
29404 \end_inset
29405
29406
29407 \series default
29408 コマンドを使えば、中央揃えの行を右寄せや左寄せにすることができます。これらのコマンドは、以下のようにして使います。
29409 \end_layout
29410
29411 \begin_layout Standard
29412
29413 \series bold
29414
29415 \backslash
29416 shoveright{行の内容}
29417 \series default
29418 あるいは
29419 \series bold
29420
29421 \backslash
29422 shoveleft{行の内容}
29423 \end_layout
29424
29425 \begin_layout Standard
29426 \begin_inset VSpace medskip
29427 \end_inset
29428
29429
29430 \series bold
29431
29432 \backslash
29433 multlinegap
29434 \begin_inset Index idx
29435 status collapsed
29436
29437 \begin_layout Plain Layout
29438 こまんど@コマンド ! M ! 
29439 \backslash
29440 multlinegap
29441 \end_layout
29442
29443 \end_inset
29444
29445
29446 \series default
29447 長は、一行めの左ページ余白からの距離を指定します。既定値は0
29448 \begin_inset space \thinspace{}
29449 \end_inset
29450
29451 ptの長さです。
29452 \end_layout
29453
29454 \begin_layout Standard
29455 以下は、上記の数式に
29456 \end_layout
29457
29458 \begin_layout Standard
29459
29460 \series bold
29461
29462 \backslash
29463 setlength{
29464 \backslash
29465 multlinegap}{2cm}
29466 \end_layout
29467
29468 \begin_layout Standard
29469 というコマンドを、TeXモードで直前に挿入した例です。
29470 \begin_inset ERT
29471 status collapsed
29472
29473 \begin_layout Plain Layout
29474
29475
29476 \backslash
29477 setlength{
29478 \backslash
29479 multlinegap}{2cm}
29480 \end_layout
29481
29482 \end_inset
29483
29484
29485 \begin_inset Formula 
29486 \begin{multline}
29487 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}\\
29488 \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}}\\
29489 =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}}
29490 \end{multline}
29491
29492 \end_inset
29493
29494
29495 \begin_inset ERT
29496 status collapsed
29497
29498 \begin_layout Plain Layout
29499
29500
29501 \backslash
29502 setlength{
29503 \backslash
29504 multlinegap}{0pt}
29505 \end_layout
29506
29507 \end_inset
29508
29509 二行めは、
29510 \series bold
29511
29512 \backslash
29513 shoveleft
29514 \series default
29515 を使って左揃えにしています。
29516 \end_layout
29517
29518 \begin_layout Subsection
29519 数式の一部の多行化
29520 \begin_inset CommandInset label
29521 LatexCommand label
29522 name "sub:数式の一部の多行化"
29523
29524 \end_inset
29525
29526
29527 \begin_inset Index idx
29528 status collapsed
29529
29530 \begin_layout Plain Layout
29531 すうしき@数式 ! たぎょう@多行 ! すうしきのいちぶ@数式の一部
29532 \end_layout
29533
29534 \end_inset
29535
29536
29537 \end_layout
29538
29539 \begin_layout Standard
29540 数式の一部分のみを多行表示したい場合には、
29541 \series bold
29542 aligned
29543 \series default
29544
29545 \series bold
29546 alignedat
29547 \series default
29548
29549 \series bold
29550 gathered
29551 \series default
29552
29553 \series bold
29554 split
29555 \series default
29556 のうちのいずれかの環境を使用します。これらは、
29557 \family sans
29558 挿入\SpecialChar \menuseparator
29559 数式
29560 \family default
29561 メニューか、本節で解説している各コマンドを使用して挿入することができます。
29562 \end_layout
29563
29564 \begin_layout Standard
29565 最初の三つの環境は、環境名から
29566 \series bold
29567 ed
29568 \series default
29569 を省いた同名の多行数式環境と同じ性格を持ちますが、環境の前後に数式を続けることが可能です。たとえば、
29570 \begin_inset Formula 
29571 \[
29572 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29573 \Delta E\Delta t & \ge\frac{\hbar}{2}
29574 \end{aligned}
29575 \right\} \textrm{不確定性原理}
29576 \]
29577
29578 \end_inset
29579
29580
29581 \end_layout
29582
29583 \begin_layout Standard
29584 この数式を作るには、別行立て数式をまず作っておいて、そこに
29585 \series bold
29586
29587 \backslash
29588 aligned
29589 \begin_inset Index idx
29590 status collapsed
29591
29592 \begin_layout Plain Layout
29593 こまんど@コマンド ! A ! 
29594 \backslash
29595 aligned
29596 \end_layout
29597
29598 \end_inset
29599
29600
29601 \series default
29602 コマンドを挿入しています。紫枠の中に青枠が現れるので、そこに必要に応じて、列や行を加えていきます。この多行環境の外には、括弧などの他の数式要素を入れることができ
29603 ます。
29604 \end_layout
29605
29606 \begin_layout Standard
29607 aligned環境は、長い数式を水平方向を揃えて表示するのにも向いています。別行立て数式内でalignedを用いるようにすると、数式番号を行末の、数式全高の中心
29608 に配置できる利点があります。以下に例として、
29609 \begin_inset CommandInset ref
29610 LatexCommand eqref
29611 reference "eq:shortlong"
29612
29613 \end_inset
29614
29615 式にaligned環境を適用したものを示します。
29616 \begin_inset Formula 
29617 \begin{equation}
29618 \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}|}\\
29619  & -\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}|}
29620 \end{aligned}
29621 \end{equation}
29622
29623 \end_inset
29624
29625
29626 \end_layout
29627
29628 \begin_layout Standard
29629
29630 \series bold
29631 alignedat
29632 \series default
29633
29634 \series bold
29635 gathered
29636 \series default
29637
29638 \series bold
29639 split
29640 \series default
29641 の各環境を使うには、それぞれ
29642 \series bold
29643
29644 \backslash
29645 alignedat
29646 \series default
29647
29648 \begin_inset Index idx
29649 status collapsed
29650
29651 \begin_layout Plain Layout
29652 こまんど@コマンド ! A ! 
29653 \backslash
29654 alignedat
29655 \end_layout
29656
29657 \end_inset
29658
29659
29660 \series bold
29661
29662 \backslash
29663 gathered
29664 \series default
29665
29666 \begin_inset Index idx
29667 status collapsed
29668
29669 \begin_layout Plain Layout
29670 こまんど@コマンド ! G ! 
29671 \backslash
29672 gathered
29673 \end_layout
29674
29675 \end_inset
29676
29677
29678 \series bold
29679
29680 \backslash
29681 split
29682 \series default
29683
29684 \begin_inset Index idx
29685 status collapsed
29686
29687 \begin_layout Plain Layout
29688 こまんど@コマンド ! S ! 
29689 \backslash
29690 split
29691 \end_layout
29692
29693 \end_inset
29694
29695 の各コマンドを挿入します。split環境は、aligned環境と同じ性格を持ちますが、二つの列しか作ることができません。
29696 \end_layout
29697
29698 \begin_layout Subsection
29699 多行数式中のテキスト
29700 \begin_inset CommandInset label
29701 LatexCommand label
29702 name "sub:多行数式中のテキスト"
29703
29704 \end_inset
29705
29706
29707 \begin_inset Index idx
29708 status collapsed
29709
29710 \begin_layout Plain Layout
29711 てきすと@テキスト ! すうしきちゅうの@数式中の
29712 \end_layout
29713
29714 \end_inset
29715
29716
29717 \begin_inset Index idx
29718 status collapsed
29719
29720 \begin_layout Plain Layout
29721 すうしき@数式 ! たぎょう@多行 ! てきすと@テキスト
29722 \end_layout
29723
29724 \end_inset
29725
29726
29727 \end_layout
29728
29729 \begin_layout Standard
29730 各align系環境およびmultline・gather環境では、独立した行に列揃えの影響を受けない形でテキストを挿入することができます。これを行うには、以下の書
29731 式を持つ
29732 \series bold
29733
29734 \backslash
29735 intertext
29736 \series default
29737
29738 \begin_inset Index idx
29739 status collapsed
29740
29741 \begin_layout Plain Layout
29742 こまんど@コマンド ! I ! 
29743 \backslash
29744 intertext
29745 \end_layout
29746
29747 \end_inset
29748
29749 コマンドを使います。
29750 \end_layout
29751
29752 \begin_layout Standard
29753
29754 \series bold
29755
29756 \backslash
29757 intertext{テキスト}
29758 \end_layout
29759
29760 \begin_layout Standard
29761 テキストのハイフネーションを行うことはできないので、テキストは一行に収めなくてはなりません。LyXは、現時点では
29762 \series bold
29763
29764 \backslash
29765 intertext
29766 \series default
29767 を直接サポートしていないので、テキストは数式テキストとして書き入れます。ここで、
29768 \series bold
29769
29770 \backslash
29771 intertext
29772 \series default
29773 は行頭になくてはならず、当該行の上に出力されます。以下は、二行めの行頭にテキストを入れた例です。
29774 \begin_inset Formula 
29775 \begin{align}
29776 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29777 \intertext{\text{被積分函数は\ensuremath{\phi=\pi}において対称なので、}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
29778 \end{align}
29779
29780 \end_inset
29781
29782
29783 \begin_inset Newpage newpage
29784 \end_inset
29785
29786
29787 \end_layout
29788
29789 \begin_layout Section
29790 数式番号
29791 \begin_inset Index idx
29792 status collapsed
29793
29794 \begin_layout Plain Layout
29795 すうしきばんごう@数式番号
29796 \end_layout
29797
29798 \end_inset
29799
29800
29801 \begin_inset Index idx
29802 status collapsed
29803
29804 \begin_layout Plain Layout
29805 すうしき@数式 ! ばんごう@番号|see
29806 \begin_inset ERT
29807 status collapsed
29808
29809 \begin_layout Plain Layout
29810
29811 {
29812 \end_layout
29813
29814 \end_inset
29815
29816 数式番号
29817 \begin_inset ERT
29818 status collapsed
29819
29820 \begin_layout Plain Layout
29821
29822 }
29823 \end_layout
29824
29825 \end_inset
29826
29827
29828 \end_layout
29829
29830 \end_inset
29831
29832
29833 \end_layout
29834
29835 \begin_layout Subsection
29836 概要
29837 \end_layout
29838
29839 \begin_layout Standard
29840 付番数式は、
29841 \family sans
29842 挿入\SpecialChar \menuseparator
29843 数式\SpecialChar \menuseparator
29844 付番数式
29845 \family default
29846 メニュー(
29847 \begin_inset Flex Ruby
29848 status collapsed
29849
29850 \begin_layout Plain Layout
29851 捷径
29852 \begin_inset Argument post:1
29853 status collapsed
29854
29855 \begin_layout Plain Layout
29856 ショートカット
29857 \end_layout
29858
29859 \end_inset
29860
29861
29862 \end_layout
29863
29864 \end_inset
29865
29866
29867 \family sans
29868 Ctrl+Alt
29869 \begin_inset space ~
29870 \end_inset
29871
29872 N
29873 \family default
29874 )で作ることができます。既存の数式に番号を振るには、
29875 \family sans
29876 編集\SpecialChar \menuseparator
29877 数式\SpecialChar \menuseparator
29878 数式全体を付番
29879 \family default
29880 メニュー(捷径
29881 \begin_inset Info
29882 type  "shortcut"
29883 arg   "math-number-toggle"
29884 \end_inset
29885
29886 )を使います。LyX中において数式番号は、数式の後に括弧に囲まれた「#」で表されます。「#」は、実際の出力では数式番号に置き換えられます。
29887 \end_layout
29888
29889 \begin_layout Standard
29890 多行数式で付番が有効になっているときには、すべての行に番号が振られます。ただし、
29891 \family sans
29892 編集\SpecialChar \menuseparator
29893 数式\SpecialChar \menuseparator
29894 この行を付番
29895 \family default
29896 メニュー(捷径
29897 \begin_inset Info
29898 type  "shortcut"
29899 arg   "math-number-line-toggle"
29900 \end_inset
29901
29902 )を使用すれば、各行毎に付番するかどうか指定することができます。
29903 \end_layout
29904
29905 \begin_layout Standard
29906 行内数式を除いて、すべての数式は二通りの様式で番号を振ることができます。第
29907 \begin_inset CommandInset ref
29908 LatexCommand ref
29909 reference "sec:数式様式"
29910
29911 \end_inset
29912
29913 節をご覧下さい。
29914 \end_layout
29915
29916 \begin_layout Subsection
29917 相互参照
29918 \begin_inset Index idx
29919 status collapsed
29920
29921 \begin_layout Plain Layout
29922 そうごさんしょう@相互参照 ! すうしきへの@数式への
29923 \end_layout
29924
29925 \end_inset
29926
29927
29928 \end_layout
29929
29930 \begin_layout Standard
29931 ラベルを付けた数式は、すべて相互参照することができます。ラベルは、
29932 \family sans
29933 挿入\SpecialChar \menuseparator
29934 ラベル
29935 \family default
29936 メニューか、ツールバーボタンの
29937 \begin_inset Graphics
29938         filename ../../images/label-insert.png
29939         scale 85
29940
29941 \end_inset
29942
29943 で付けることができます。このとき、カーソルは別行立て数式の中になくてはなりません。すると、テキストフィールドの中に
29944 \series bold
29945 eq:と
29946 \series default
29947 いう接頭語の入ったダイアログが現れるので、接頭語の後にラベルを挿入します。この既定の接頭辞は「equation(数式)」を意味し、こうして数式ラベルであるとの標
29948 を付けることによって、節ラベルなどから区別し、大きな文書の中でラベルを見つけるのを容易にします。ラベルを変更するには、
29949 \family sans
29950 挿入\SpecialChar \menuseparator
29951 ラベル
29952 \family default
29953 メニューをもういちど使って下さい。
29954 \end_layout
29955
29956 \begin_layout Standard
29957 LyX中でラベル名は、数式の後ろに、二つの括弧に囲まれて表示されます。ラベル付きの数式はつねに付番されます。
29958 \end_layout
29959
29960 \begin_layout Standard
29961 相互参照は、
29962 \family sans
29963 挿入\SpecialChar \menuseparator
29964 相互参照
29965 \family default
29966 メニューかツールバーボタンの
29967 \begin_inset Graphics
29968         filename ../../images/dialog-show-new-inset_ref.png
29969         scale 85
29970
29971 \end_inset
29972
29973 を使って挿入します。数式相互参照は、出力では数式番号として表示されます。相互参照ダイアログで「
29974 \series bold
29975 (<参照>)
29976 \series default
29977 」書式を選択した場合には、出力での相互参照は、括弧に囲まれた数式番号として表示されます。
29978 \begin_inset Newline newline
29979 \end_inset
29980
29981 LyX中で相互参照を右クリックすると、参照先の数式に移動することができます。
29982 \end_layout
29983
29984 \begin_layout Standard
29985 以下は、後の各小節に現れる数式への相互参照を含む例です。
29986 \begin_inset Note Note
29987 status open
29988
29989 \begin_layout Plain Layout
29990 相互参照の型の違いに留意してください。
29991 \end_layout
29992
29993 \end_inset
29994
29995
29996 \end_layout
29997
29998 \begin_layout Standard
29999 \begin_inset CommandInset ref
30000 LatexCommand eqref
30001 reference "eq:tag"
30002
30003 \end_inset
30004
30005 式と
30006 \begin_inset CommandInset ref
30007 LatexCommand eqref
30008 reference "eq:c"
30009
30010 \end_inset
30011
30012 式は、等価です。(
30013 \begin_inset CommandInset ref
30014 LatexCommand ref
30015 reference "eq:Rom"
30016
30017 \end_inset
30018
30019 )式とは異なり、(
30020 \begin_inset CommandInset ref
30021 LatexCommand ref
30022 reference "eq:Lat"
30023
30024 \end_inset
30025
30026 )式では、付番にラテン数字を使用しています。
30027 \end_layout
30028
30029 \begin_layout Standard
30030 \begin_inset VSpace medskip
30031 \end_inset
30032
30033
30034 \series bold
30035
30036 \backslash
30037 tag
30038 \begin_inset Foot
30039 status collapsed
30040
30041 \begin_layout Plain Layout
30042
30043 \series bold
30044
30045 \backslash
30046 tag
30047 \series default
30048 は、第
30049 \begin_inset CommandInset ref
30050 LatexCommand ref
30051 reference "sub:ユーザー定義番号"
30052
30053 \end_inset
30054
30055 節に説明があります。
30056 \end_layout
30057
30058 \end_inset
30059
30060
30061 \series default
30062 の引数が、第
30063 \begin_inset CommandInset ref
30064 LatexCommand ref
30065 reference "sub:段落ボックス"
30066
30067 \end_inset
30068
30069 節で述べたボックスを含んでいるときには、その数式を参照することはできません。
30070 \end_layout
30071
30072 \begin_layout Subsection
30073 細目番号
30074 \begin_inset Index idx
30075 status collapsed
30076
30077 \begin_layout Plain Layout
30078 すうしきばんごう@数式番号 ! さいもくばんごう@細目番号
30079 \end_layout
30080
30081 \end_inset
30082
30083
30084 \end_layout
30085
30086 \begin_layout Standard
30087
30088 \series bold
30089
30090 \backslash
30091 begin{subequations}
30092 \series default
30093 および
30094 \series bold
30095
30096 \backslash
30097 end{subequations}
30098 \series default
30099 コマンドを使うと、数式に細目番号を付けることができます。これらのコマンドは、TeXモードで入れます。
30100 \end_layout
30101
30102 \begin_layout Standard
30103 たとえば、
30104 \begin_inset Formula 
30105 \begin{equation}
30106 A=C-B\label{eq:a}
30107 \end{equation}
30108
30109 \end_inset
30110
30111
30112 \begin_inset ERT
30113 status collapsed
30114
30115 \begin_layout Plain Layout
30116
30117
30118 \backslash
30119 addtocounter{equation}{-1}
30120 \end_layout
30121
30122 \end_inset
30123
30124
30125 \begin_inset ERT
30126 status collapsed
30127
30128 \begin_layout Plain Layout
30129
30130
30131 \backslash
30132 begin{subequations}
30133 \end_layout
30134
30135 \end_inset
30136
30137
30138 \begin_inset VSpace -5mm
30139 \end_inset
30140
30141
30142 \begin_inset Formula 
30143 \begin{equation}
30144 B=C-A\label{eq:b}
30145 \end{equation}
30146
30147 \end_inset
30148
30149
30150 \begin_inset Formula 
30151 \begin{equation}
30152 C=A+B\label{eq:c}
30153 \end{equation}
30154
30155 \end_inset
30156
30157
30158 \end_layout
30159
30160 \begin_layout Standard
30161 \begin_inset ERT
30162 status collapsed
30163
30164 \begin_layout Plain Layout
30165
30166
30167 \backslash
30168 end{subequations}
30169 \end_layout
30170
30171 \end_inset
30172
30173
30174 \end_layout
30175
30176 \begin_layout Standard
30177 この例を作るには、次のようにします。
30178 \end_layout
30179
30180 \begin_layout Enumerate
30181 一つめの数式を入力します。
30182 \end_layout
30183
30184 \begin_layout Enumerate
30185 一つめの数式の後に
30186 \begin_inset Newline newline
30187 \end_inset
30188
30189
30190 \series bold
30191
30192 \backslash
30193 addtocounter{equation}{-1} 
30194 \backslash
30195 begin{subequations}
30196 \begin_inset Index idx
30197 status collapsed
30198
30199 \begin_layout Plain Layout
30200 こまんど@コマンド ! A ! 
30201 \backslash
30202 addtocounter
30203 \end_layout
30204
30205 \end_inset
30206
30207
30208 \begin_inset Newline newline
30209 \end_inset
30210
30211
30212 \series default
30213 を入力します。
30214 \end_layout
30215
30216 \begin_layout Enumerate
30217 二つめの数式を入力します。
30218 \end_layout
30219
30220 \begin_layout Enumerate
30221 三つめの数式を入力します。
30222 \end_layout
30223
30224 \begin_layout Enumerate
30225 三つめの数式の後に、
30226 \series bold
30227
30228 \backslash
30229 end{subequations}
30230 \series default
30231 を入力します。
30232 \end_layout
30233
30234 \begin_layout Standard
30235
30236 \series bold
30237
30238 \backslash
30239 begin
30240 \series default
30241 コマンドと
30242 \series bold
30243
30244 \backslash
30245 end
30246 \series default
30247 コマンドのあいだの数式はすべて、a・b・
30248 \begin_inset Newline linebreak
30249 \end_inset
30250
30251 c\SpecialChar \ldots{}
30252 のように細目番号が振られます。多行数式の場合は、すべての行に細目番号が振られます。細目番号が振られた数式はすべて、
30253 \emph on
30254 ひとつの
30255 \emph default
30256 付番数式として扱われますが、それぞれの付番数式が
30257 \series bold
30258 equation
30259 \series default
30260 カウンタを一つずつ進めてしまうので、
30261 \series bold
30262
30263 \backslash
30264 addtocounter
30265 \series default
30266 コマンドを使ってカウンタを戻さなくてはなりません。これを怠ると、
30267 \begin_inset CommandInset ref
30268 LatexCommand eqref
30269 reference "eq:a"
30270
30271 \end_inset
30272
30273 式・
30274 \begin_inset CommandInset ref
30275 LatexCommand eqref
30276 reference "eq:b"
30277
30278 \end_inset
30279
30280 式・
30281 \begin_inset CommandInset ref
30282 LatexCommand eqref
30283 reference "eq:c"
30284
30285 \end_inset
30286
30287 式は、それぞれ
30288 \begin_inset CommandInset ref
30289 LatexCommand eqref
30290 reference "eq:a"
30291
30292 \end_inset
30293
30294 式・
30295 \begin_inset CommandInset ref
30296 LatexCommand eqref
30297 reference "eq:d"
30298
30299 \end_inset
30300
30301 式・
30302 \begin_inset CommandInset ref
30303 LatexCommand eqref
30304 reference "eq:f"
30305
30306 \end_inset
30307
30308 式として番号が振られてしまいます。
30309 \end_layout
30310
30311 \begin_layout Standard
30312 上記のように、コマンドをTeXモードで入れると、最初の二つの数式のあいだに空白が生じてしまいます。これを戻すために、-5
30313 \begin_inset space \thinspace{}
30314 \end_inset
30315
30316 mmの垂直空白を
30317 \series bold
30318
30319 \backslash
30320 begin{subequations}
30321 \series default
30322 コマンドの後に入れています。数式様式として
30323 \series bold
30324 行頭下げ
30325 \begin_inset Foot
30326 status collapsed
30327
30328 \begin_layout Plain Layout
30329
30330 \series bold
30331 数式様式に関しては、第
30332 \series default
30333
30334 \begin_inset CommandInset ref
30335 LatexCommand ref
30336 reference "sec:数式様式"
30337
30338 \end_inset
30339
30340 節を参照。
30341 \end_layout
30342
30343 \end_inset
30344
30345
30346 \series default
30347 を用いているときには、これを-7
30348 \begin_inset space \thinspace{}
30349 \end_inset
30350
30351 mm空白にしてください。
30352 \end_layout
30353
30354 \begin_layout Standard
30355 以下は、二行めのみ付番を無効にしている多行数式の例です。
30356 \begin_inset ERT
30357 status collapsed
30358
30359 \begin_layout Plain Layout
30360
30361
30362 \backslash
30363 begin{subequations}
30364 \end_layout
30365
30366 \end_inset
30367
30368
30369 \begin_inset Formula 
30370 \begin{eqnarray}
30371 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
30372  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
30373  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
30374 \end{eqnarray}
30375
30376 \end_inset
30377
30378
30379 \begin_inset ERT
30380 status collapsed
30381
30382 \begin_layout Plain Layout
30383
30384
30385 \backslash
30386 end{subequations}
30387 \end_layout
30388
30389 \end_inset
30390
30391
30392 \end_layout
30393
30394 \begin_layout Subsection
30395 ユーザー定義番号
30396 \begin_inset CommandInset label
30397 LatexCommand label
30398 name "sub:ユーザー定義番号"
30399
30400 \end_inset
30401
30402
30403 \begin_inset Index idx
30404 status collapsed
30405
30406 \begin_layout Plain Layout
30407 すうしきばんごう@数式番号 ! ゆーざーていぎ@ユーザー定義
30408 \end_layout
30409
30410 \end_inset
30411
30412
30413 \end_layout
30414
30415 \begin_layout Standard
30416 \begin_inset Index idx
30417 status collapsed
30418
30419 \begin_layout Plain Layout
30420 すうしきばんごう@数式番号 ! じこていぎくぎり@自己定義区切り
30421 \end_layout
30422
30423 \end_inset
30424
30425 標準の付番では、数式番号の周りに括弧が表示されます。括弧をたとえば縦棒に置き換えるには、LaTeXプリアンブルに以下の行を付け加えます。
30426 \end_layout
30427
30428 \begin_layout Standard
30429
30430 \series bold
30431
30432 \backslash
30433 def
30434 \backslash
30435 tagform@#1{
30436 \backslash
30437 maketag@@@{
30438 \series default
30439
30440 \begin_inset Formula $\boldsymbol{|}$
30441 \end_inset
30442
30443
30444 \series bold
30445 #1
30446 \series default
30447
30448 \begin_inset Formula $\boldsymbol{|}$
30449 \end_inset
30450
30451
30452 \series bold
30453 }}
30454 \series default
30455
30456 \begin_inset Note Note
30457 status collapsed
30458
30459 \begin_layout Plain Layout
30460 このマクロは、テスト用にLaTeXプリアンブルで既に宣言されています。これを有効にするには、最初のパーセント記号を取り除いて下さい。
30461 \end_layout
30462
30463 \end_inset
30464
30465
30466 \end_layout
30467
30468 \begin_layout Standard
30469 他の記号を使いたいときには、
30470 \series bold
30471 #1
30472 \series default
30473 脇の縦棒を一つないし複数の文字で置き換えて下さい。数式番号だけで良い時は、縦棒を削除して下さい。
30474 \end_layout
30475
30476 \begin_layout Standard
30477 \begin_inset VSpace bigskip
30478 \end_inset
30479
30480 数式の後ろに、括弧に囲まれた連番の代わりに、何かしらの表現が欲しいときには、以下のように
30481 \series bold
30482
30483 \backslash
30484 tag
30485 \series default
30486
30487 \begin_inset Index idx
30488 status collapsed
30489
30490 \begin_layout Plain Layout
30491 こまんど@コマンド ! T ! 
30492 \backslash
30493 tag
30494 \end_layout
30495
30496 \end_inset
30497
30498 コマンドを使います。
30499 \begin_inset Formula 
30500 \begin{equation}
30501 A+B=C\tag{何とかかんとか}\label{eq:tag}
30502 \end{equation}
30503
30504 \end_inset
30505
30506 上記の例では、
30507 \series bold
30508
30509 \backslash
30510 tag
30511 \begin_inset ERT
30512 status collapsed
30513
30514 \begin_layout Plain Layout
30515
30516
30517 \backslash
30518 spce 
30519 \end_layout
30520
30521 \end_inset
30522
30523 何とかかんとか
30524 \series default
30525 というコマンドを数式に打ち込んでいます。
30526 \end_layout
30527
30528 \begin_layout Standard
30529 代わりに
30530 \series bold
30531
30532 \backslash
30533 tag*
30534 \begin_inset ERT
30535 status collapsed
30536
30537 \begin_layout Plain Layout
30538
30539
30540 \backslash
30541 spce 
30542 \end_layout
30543
30544 \end_inset
30545
30546 何とかかんとか
30547 \series default
30548 というコマンドを使うと、星印は表現の周りの括弧を抑制するので、以下のようになります。
30549 \begin_inset Formula 
30550 \[
30551 A+B=C\tag*{something}
30552 \]
30553
30554 \end_inset
30555
30556
30557 \end_layout
30558
30559 \begin_layout Standard
30560 \begin_inset VSpace bigskip
30561 \end_inset
30562
30563 数式番号を、文書中の新しい部門や節ごとに振りなおしたいときには、部に関しては
30564 \begin_inset Newline newline
30565 \end_inset
30566
30567
30568 \series bold
30569
30570 \backslash
30571 @addtoreset{equation}{part}
30572 \series default
30573
30574 \begin_inset Index idx
30575 status collapsed
30576
30577 \begin_layout Plain Layout
30578 こまんど@コマンド ! 
30579 \begin_inset ERT
30580 status collapsed
30581
30582 \begin_layout Plain Layout
30583
30584 "
30585 \end_layout
30586
30587 \end_inset
30588
30589 @
30590 \begin_inset ERT
30591 status collapsed
30592
30593 \begin_layout Plain Layout
30594
30595 "
30596 \end_layout
30597
30598 \end_inset
30599
30600  ! 
30601 \backslash
30602
30603 \begin_inset ERT
30604 status collapsed
30605
30606 \begin_layout Plain Layout
30607
30608 "
30609 \end_layout
30610
30611 \end_inset
30612
30613 @
30614 \begin_inset ERT
30615 status collapsed
30616
30617 \begin_layout Plain Layout
30618
30619 "
30620 \end_layout
30621
30622 \end_inset
30623
30624 addtoreset
30625 \end_layout
30626
30627 \end_inset
30628
30629
30630 \begin_inset Newline newline
30631 \end_inset
30632
30633 節に関しては
30634 \begin_inset Newline newline
30635 \end_inset
30636
30637
30638 \series bold
30639
30640 \backslash
30641 @addtoreset{equation}{section}
30642 \begin_inset Newline newline
30643 \end_inset
30644
30645
30646 \series default
30647 というコマンドを使います。
30648 \end_layout
30649
30650 \begin_layout Standard
30651 これらのコマンドをTeXモードで使えるようにするためには、
30652 \series bold
30653
30654 \backslash
30655 makeatletter
30656 \series default
30657 コマンドで「@」字をLaTeX中で「有効」にしてやらなくてはなりません。一方、
30658 \series bold
30659
30660 \backslash
30661 makeatother
30662 \series default
30663 コマンドはこれを無効にします。したがって、TeXモード中での上記コマンド列は、
30664 \end_layout
30665
30666 \begin_layout Standard
30667
30668 \series bold
30669
30670 \backslash
30671 makeatletter
30672 \begin_inset Newline newline
30673 \end_inset
30674
30675
30676 \backslash
30677 @addtoreset{equation}{section}
30678 \begin_inset Newline newline
30679 \end_inset
30680
30681
30682 \backslash
30683 makeatother
30684 \begin_inset Newline newline
30685 \end_inset
30686
30687
30688 \series default
30689 のようにならなくてはなりません。
30690 \end_layout
30691
30692 \begin_layout Standard
30693 LaTeXプリアンブル中では、
30694 \series bold
30695
30696 \backslash
30697 makeatletter
30698 \series default
30699
30700 \series bold
30701
30702 \backslash
30703 makeatother
30704 \series default
30705 は、LyXが内部的に自動で挿入するので省略してかまいません。
30706 \end_layout
30707
30708 \begin_layout Standard
30709
30710 \series bold
30711
30712 \backslash
30713 @addtoreset
30714 \series default
30715 を戻すには、まずLaTeXプリアンブル中に
30716 \end_layout
30717
30718 \begin_layout Standard
30719
30720 \series bold
30721
30722 \backslash
30723 usepackage{remreset}
30724 \end_layout
30725
30726 \begin_layout Standard
30727 という行を入れて、
30728 \series bold
30729 remreset.sty
30730 \series default
30731
30732 \begin_inset Foot
30733 status collapsed
30734
30735 \begin_layout Plain Layout
30736
30737 \series bold
30738 remreset
30739 \series default
30740 は、LaTeXパッケージの
30741 \series bold
30742 carlisle
30743 \series default
30744
30745 \begin_inset Index idx
30746 status collapsed
30747
30748 \begin_layout Plain Layout
30749 ぱっけーじ@パッケージ ! carlisle
30750 \end_layout
30751
30752 \end_inset
30753
30754 の一部として含まれており、LaTeX標準頒布版には含まれています。
30755 \end_layout
30756
30757 \end_inset
30758
30759
30760 \begin_inset Index idx
30761 status collapsed
30762
30763 \begin_layout Plain Layout
30764 ぱっけーじ@パッケージ ! remreset
30765 \end_layout
30766
30767 \end_inset
30768
30769 ファイルを読み込んでおかなくてはなりません。その後
30770 \begin_inset Newline newline
30771 \end_inset
30772
30773
30774 \series bold
30775
30776 \backslash
30777 @removefromreset
30778 \series default
30779
30780 \begin_inset Index idx
30781 status collapsed
30782
30783 \begin_layout Plain Layout
30784 こまんど@コマンド ! 
30785 \begin_inset ERT
30786 status collapsed
30787
30788 \begin_layout Plain Layout
30789
30790 "
30791 \end_layout
30792
30793 \end_inset
30794
30795 @
30796 \begin_inset ERT
30797 status collapsed
30798
30799 \begin_layout Plain Layout
30800
30801 "
30802 \end_layout
30803
30804 \end_inset
30805
30806  ! 
30807 \backslash
30808
30809 \begin_inset ERT
30810 status collapsed
30811
30812 \begin_layout Plain Layout
30813
30814 "
30815 \end_layout
30816
30817 \end_inset
30818
30819 @
30820 \begin_inset ERT
30821 status collapsed
30822
30823 \begin_layout Plain Layout
30824
30825 "
30826 \end_layout
30827
30828 \end_inset
30829
30830 removefromreset
30831 \end_layout
30832
30833 \end_inset
30834
30835 コマンドを
30836 \series bold
30837
30838 \backslash
30839 @addtoreset
30840 \series default
30841 と同じ書式で使用すると、
30842 \series bold
30843
30844 \backslash
30845 @addtoreset
30846 \series default
30847 を戻すことができます。
30848 \end_layout
30849
30850 \begin_layout Standard
30851 \begin_inset VSpace bigskip
30852 \end_inset
30853
30854 ときには、数式を
30855 \end_layout
30856
30857 \begin_layout Standard
30858
30859 \family typewriter
30860 (節番号.数式番号)
30861 \end_layout
30862
30863 \begin_layout Standard
30864 のような形で付番し、節ごとに数式番号を「1」から始めさせなくてはならないときがあります。
30865 \end_layout
30866
30867 \begin_layout Standard
30868 このような場合のために、
30869 \series bold
30870
30871 \backslash
30872 numberwithin
30873 \series default
30874
30875 \begin_inset Index idx
30876 status collapsed
30877
30878 \begin_layout Plain Layout
30879 こまんど@コマンド ! N ! 
30880 \backslash
30881 numberwithin
30882 \end_layout
30883
30884 \end_inset
30885
30886 というコマンドがあり、
30887 \end_layout
30888
30889 \begin_layout Standard
30890
30891 \series bold
30892
30893 \backslash
30894 numberwithin{カウンタ}{節階層}
30895 \end_layout
30896
30897 \begin_layout Standard
30898 という書式で用います。「カウンタ」は、どの番号を制御するかを表し、「節階層」は点の前に何の番号を振るのかを表します。
30899 \end_layout
30900
30901 \begin_layout Standard
30902 したがって、ここではLaTeXプリアンブルかTeXコードで
30903 \end_layout
30904
30905 \begin_layout Standard
30906
30907 \series bold
30908
30909 \backslash
30910 numberwithin{equation}{section}
30911 \end_layout
30912
30913 \begin_layout Standard
30914 という行を用いることにしましょう。その結果がこれです。
30915 \begin_inset ERT
30916 status collapsed
30917
30918 \begin_layout Plain Layout
30919
30920
30921 \backslash
30922 numberwithin{equation}{section}
30923 \end_layout
30924
30925 \end_inset
30926
30927
30928 \begin_inset Formula 
30929 \begin{equation}
30930 A+B=C
30931 \end{equation}
30932
30933 \end_inset
30934
30935
30936 \end_layout
30937
30938 \begin_layout Standard
30939 たとえば、部番号を節階層として使用して、表に付番を施すときには
30940 \begin_inset Newline newline
30941 \end_inset
30942
30943
30944 \series bold
30945
30946 \backslash
30947 numberwithin{table}{part}
30948 \series default
30949 を用います。
30950 \end_layout
30951
30952 \begin_layout Standard
30953 標準の付番方式に戻したいときや、この種の付番が文書クラスで定義されているときに、それを止めさせたい場合には、
30954 \end_layout
30955
30956 \begin_layout Standard
30957
30958 \series bold
30959
30960 \backslash
30961 renewcommand{
30962 \backslash
30963 theequation}{
30964 \backslash
30965 arabic{equation}}
30966 \begin_inset Index idx
30967 status collapsed
30968
30969 \begin_layout Plain Layout
30970 こまんど@コマンド ! A ! 
30971 \backslash
30972 arabic
30973 \end_layout
30974
30975 \end_inset
30976
30977
30978 \series default
30979
30980 \begin_inset ERT
30981 status collapsed
30982
30983 \begin_layout Plain Layout
30984
30985
30986 \backslash
30987 renewcommand{
30988 \backslash
30989 theequation}{
30990 \backslash
30991 arabic{equation}}
30992 \end_layout
30993
30994 \end_inset
30995
30996
30997 \series bold
30998
30999 \begin_inset Newline newline
31000 \end_inset
31001
31002
31003 \series default
31004 あるいは
31005 \series bold
31006
31007 \begin_inset Newline newline
31008 \end_inset
31009
31010
31011 \backslash
31012 renewcommand{
31013 \backslash
31014 thetable}{
31015 \backslash
31016 arabic{table}}
31017 \end_layout
31018
31019 \begin_layout Standard
31020 というコマンドをTeXコードとして入れるか、LaTeXプリアンブルに入れます。
31021 \series bold
31022
31023 \backslash
31024 numberwithin
31025 \series default
31026 は、内部的に上記で述べた
31027 \series bold
31028
31029 \backslash
31030 @addtoreset
31031 \series default
31032 コマンドを使用しているので、これも使用後は戻しておかなくてはなりません。
31033 \begin_inset ERT
31034 status collapsed
31035
31036 \begin_layout Plain Layout
31037
31038
31039 \backslash
31040 makeatletter
31041 \end_layout
31042
31043 \begin_layout Plain Layout
31044
31045
31046 \backslash
31047 @removefromreset{equation}{section}
31048 \end_layout
31049
31050 \begin_layout Plain Layout
31051
31052
31053 \backslash
31054 makeatother
31055 \end_layout
31056
31057 \end_inset
31058
31059
31060 \end_layout
31061
31062 \begin_layout Subsection
31063 ローマ数字や文字を使った付番
31064 \begin_inset Index idx
31065 status collapsed
31066
31067 \begin_layout Plain Layout
31068 すうしきばんごう@数式番号 ! もじをつかった@文字を使った
31069 \end_layout
31070
31071 \end_inset
31072
31073
31074 \begin_inset Index idx
31075 status collapsed
31076
31077 \begin_layout Plain Layout
31078 すうしきばんごう@数式番号 ! ろーますうじをつかった@ローマ数字を使った
31079 \end_layout
31080
31081 \end_inset
31082
31083
31084 \end_layout
31085
31086 \begin_layout Standard
31087 数式は、ローマ数字やラテン文字を使って付番することもできます。たとえば、小文字のローマ数字を使って付番するには、数式の前にTeXモードで
31088 \end_layout
31089
31090 \begin_layout Standard
31091
31092 \series bold
31093
31094 \backslash
31095 renewcommand{
31096 \backslash
31097 theequation}{
31098 \backslash
31099 roman{equation}}
31100 \end_layout
31101
31102 \begin_layout Standard
31103 というコマンドを入れます。
31104 \series bold
31105
31106 \backslash
31107 renewcommand
31108 \series default
31109
31110 \begin_inset Index idx
31111 status collapsed
31112
31113 \begin_layout Plain Layout
31114 こまんど@コマンド ! R ! 
31115 \backslash
31116 renewcommand
31117 \end_layout
31118
31119 \end_inset
31120
31121 は、定義済みのコマンド
31122 \series bold
31123
31124 \backslash
31125 theequation
31126 \series default
31127 をコマンド
31128 \series bold
31129
31130 \backslash
31131 roman{equation}
31132 \series default
31133 に再定義します
31134 \begin_inset Foot
31135 status collapsed
31136
31137 \begin_layout Plain Layout
31138
31139 \series bold
31140
31141 \backslash
31142 renewcommand
31143 \series default
31144 コマンドは、第
31145 \begin_inset CommandInset ref
31146 LatexCommand ref
31147 reference "sub:newcommandコマンド"
31148
31149 \end_inset
31150
31151 節に述べられている
31152 \series bold
31153
31154 \backslash
31155 newcommand
31156 \series default
31157 コマンドと同じ書式を持ちます。
31158 \end_layout
31159
31160 \end_inset
31161
31162 。ここで、
31163 \series bold
31164 equation
31165 \series default
31166 は数式カウンタです。コマンド
31167 \series bold
31168
31169 \backslash
31170 the
31171 \series default
31172 をカウンタの接頭辞として使用すると、カウンタの値がアラビア数字として出力されます。数式に番号を振ると、LaTeXは、内部的に
31173 \series bold
31174
31175 \backslash
31176 theequation
31177 \series default
31178 コマンドを数式の後ろに置くのです。
31179 \series bold
31180
31181 \backslash
31182 roman{equation}
31183 \begin_inset Index idx
31184 status collapsed
31185
31186 \begin_layout Plain Layout
31187 こまんど@コマンド ! R ! 
31188 \backslash
31189 roman
31190 \end_layout
31191
31192 \end_inset
31193
31194
31195 \series default
31196 は、カウンタを小文字のローマ数字として出力します。
31197 \end_layout
31198
31199 \begin_layout Standard
31200 こうして、
31201 \series bold
31202
31203 \backslash
31204 renew
31205 \series default
31206 c
31207 \series bold
31208 ommand
31209 \series default
31210 コマンド以降の数式はすべて、ローマ数字で付番されるようになります。大文字のローマ数字での付番に切り替えたいときは、同じコマンドの
31211 \series bold
31212
31213 \backslash
31214 roman
31215 \series default
31216 の部分を
31217 \series bold
31218
31219 \backslash
31220 Roman
31221 \series default
31222
31223 \begin_inset Index idx
31224 status collapsed
31225
31226 \begin_layout Plain Layout
31227 こまんど@コマンド ! R ! 
31228 \backslash
31229 roman@
31230 \backslash
31231 Roman
31232 \end_layout
31233
31234 \end_inset
31235
31236 に変えて挿入します。また、小文字ラテン文字を使って「付番」したいときのために、
31237 \series bold
31238
31239 \backslash
31240 alph
31241 \series default
31242
31243 \begin_inset Index idx
31244 status collapsed
31245
31246 \begin_layout Plain Layout
31247 こまんど@コマンド ! A ! 
31248 \backslash
31249 alph
31250 \end_layout
31251
31252 \end_inset
31253
31254 コマンドがあり、大文字ラテン文字を使って付番したいときのためには、
31255 \series bold
31256
31257 \backslash
31258 Alph
31259 \series default
31260
31261 \begin_inset Index idx
31262 status collapsed
31263
31264 \begin_layout Plain Layout
31265 こまんど@コマンド ! A ! 
31266 \backslash
31267 alph@
31268 \backslash
31269 Alph
31270 \end_layout
31271
31272 \end_inset
31273
31274 コマンドがあります。
31275 \end_layout
31276
31277 \begin_layout Standard
31278 \begin_inset Note Greyedout
31279 status open
31280
31281 \begin_layout Plain Layout
31282
31283 \series bold
31284 【註】
31285 \series default
31286 ラテン文字を使うと、一つの文書の中で、最大26個の数式しか番号を振ることができません。
31287 \end_layout
31288
31289 \end_inset
31290
31291
31292 \end_layout
31293
31294 \begin_layout Standard
31295 \begin_inset ERT
31296 status collapsed
31297
31298 \begin_layout Plain Layout
31299
31300
31301 \backslash
31302 renewcommand{
31303 \backslash
31304 theequation}{
31305 \backslash
31306 roman{equation}}
31307 \end_layout
31308
31309 \end_inset
31310
31311
31312 \end_layout
31313
31314 \begin_layout Standard
31315 \begin_inset Formula 
31316 \begin{equation}
31317 A=\textrm{小文字ローマ数字}
31318 \end{equation}
31319
31320 \end_inset
31321
31322
31323 \begin_inset ERT
31324 status collapsed
31325
31326 \begin_layout Plain Layout
31327
31328
31329 \backslash
31330 renewcommand{
31331 \backslash
31332 theequation}{
31333 \backslash
31334 Roman{equation}}
31335 \end_layout
31336
31337 \end_inset
31338
31339
31340 \begin_inset Formula 
31341 \begin{equation}
31342 B=\textrm{大文字ローマ数字}\label{eq:Rom}
31343 \end{equation}
31344
31345 \end_inset
31346
31347
31348 \begin_inset ERT
31349 status collapsed
31350
31351 \begin_layout Plain Layout
31352
31353
31354 \backslash
31355 renewcommand{
31356 \backslash
31357 theequation}{
31358 \backslash
31359 alph{equation}}
31360 \end_layout
31361
31362 \end_inset
31363
31364
31365 \begin_inset Formula 
31366 \begin{equation}
31367 C=\textrm{小文字ラテン文字}
31368 \end{equation}
31369
31370 \end_inset
31371
31372
31373 \begin_inset ERT
31374 status collapsed
31375
31376 \begin_layout Plain Layout
31377
31378
31379 \backslash
31380 renewcommand{
31381 \backslash
31382 theequation}{
31383 \backslash
31384 Alph{equation}}
31385 \end_layout
31386
31387 \end_inset
31388
31389
31390 \begin_inset Formula 
31391 \begin{equation}
31392 D=\textrm{大文字ラテン文字}\label{eq:Lat}
31393 \end{equation}
31394
31395 \end_inset
31396
31397
31398 \end_layout
31399
31400 \begin_layout Standard
31401 既定の付番方式に戻すには、以下のコマンドを挿入してください。
31402 \end_layout
31403
31404 \begin_layout Standard
31405
31406 \series bold
31407
31408 \backslash
31409 renewcommand{
31410 \backslash
31411 theequation}{
31412 \backslash
31413 arabic{equation}}
31414 \begin_inset Index idx
31415 status collapsed
31416
31417 \begin_layout Plain Layout
31418 こまんど@コマンド ! A ! 
31419 \backslash
31420 arabic
31421 \end_layout
31422
31423 \end_inset
31424
31425
31426 \end_layout
31427
31428 \begin_layout Standard
31429 \begin_inset ERT
31430 status collapsed
31431
31432 \begin_layout Plain Layout
31433
31434
31435 \backslash
31436 renewcommand{
31437 \backslash
31438 theequation}{
31439 \backslash
31440 arabic{equation}}
31441 \end_layout
31442
31443 \end_inset
31444
31445
31446 \begin_inset Formula 
31447 \begin{equation}
31448 E=\textrm{アラビア数字}
31449 \end{equation}
31450
31451 \end_inset
31452
31453
31454 \end_layout
31455
31456 \begin_layout Standard
31457 \begin_inset VSpace medskip
31458 \end_inset
31459
31460 以上からわかるとおり、付番様式の違いに関わらず、数式番号は連番で振られます。様式変更時に「1」から番号が始まるようにするためには、新しい数式カウンタを定義しなく
31461 てはなりません。この点に関する説明は、ファイル
31462 \begin_inset CommandInset href
31463 LatexCommand href
31464 name "Formula-numbering.lyx"
31465 target "run:Formula-numbering.lyx"
31466
31467 \end_inset
31468
31469 にあります。
31470 \end_layout
31471
31472 \begin_layout Section
31473 化学記号と化学式
31474 \begin_inset CommandInset label
31475 LatexCommand label
31476 name "sub:化学記号と化学式"
31477
31478 \end_inset
31479
31480
31481 \begin_inset Index idx
31482 status collapsed
31483
31484 \begin_layout Plain Layout
31485 かがくきごう@化学記号 ! きごう@記号
31486 \end_layout
31487
31488 \end_inset
31489
31490
31491 \begin_inset Index idx
31492 status collapsed
31493
31494 \begin_layout Plain Layout
31495 かがくしき@化学式
31496 \end_layout
31497
31498 \end_inset
31499
31500
31501 \begin_inset Index idx
31502 status collapsed
31503
31504 \begin_layout Plain Layout
31505 きごう@記号 ! かがく@化学
31506 \end_layout
31507
31508 \end_inset
31509
31510
31511 \end_layout
31512
31513 \begin_layout Standard
31514 以下は、化学関係の文章の例です。
31515 \end_layout
31516
31517 \begin_layout Quote
31518 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
31519 \end_inset
31520
31521 イオンは、2つの
31522 \begin_inset Formula $\mathrm{Na^{+}}$
31523 \end_inset
31524
31525 イオンと反応して、硫酸化塩
31526 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
31527 \end_inset
31528
31529 を形成します。この化学式は以下のようになります。
31530 \begin_inset Formula 
31531 \begin{equation}
31532 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chem-reaction}
31533 \end{equation}
31534
31535 \end_inset
31536
31537
31538 \end_layout
31539
31540 \begin_layout Standard
31541 この化学式は、直接数式として作成することができます。記号がイタリック体として表示されることを防ぐには、全体を選択してから
31542 \begin_inset Flex Ruby
31543 status collapsed
31544
31545 \begin_layout Plain Layout
31546 捷径
31547 \begin_inset Argument post:1
31548 status collapsed
31549
31550 \begin_layout Plain Layout
31551 ショートカット
31552 \end_layout
31553
31554 \end_inset
31555
31556
31557 \end_layout
31558
31559 \end_inset
31560
31561
31562 \begin_inset Info
31563 type  "shortcut"
31564 arg   "font-roman"
31565 \end_inset
31566
31567 を押せば、アップライトフォント様式に変更することができます
31568 \begin_inset Foot
31569 status collapsed
31570
31571 \begin_layout Plain Layout
31572 フォント様式に関しては、第
31573 \begin_inset CommandInset ref
31574 LatexCommand ref
31575 reference "sub:書体様式"
31576
31577 \end_inset
31578
31579 節を参照のこと。
31580 \end_layout
31581
31582 \end_inset
31583
31584
31585 \end_layout
31586
31587 \begin_layout Standard
31588 化学式を組版するのにもう少し便利な方法は、LaTeXパッケージ
31589 \series bold
31590 mhchem
31591 \series default
31592
31593 \begin_inset Index idx
31594 status collapsed
31595
31596 \begin_layout Plain Layout
31597 ぱっけーじ@パッケージ ! mhchem
31598 \end_layout
31599
31600 \end_inset
31601
31602 が導入されているときに使用することができる
31603 \series bold
31604
31605 \backslash
31606 ce
31607 \series default
31608
31609 \begin_inset Index idx
31610 status collapsed
31611
31612 \begin_layout Plain Layout
31613 こまんど@コマンド ! C ! 
31614 \backslash
31615 ce
31616 \end_layout
31617
31618 \end_inset
31619
31620 コマンドを使用することです。
31621 \series bold
31622
31623 \backslash
31624 ce
31625 \series default
31626 を数式に入力すると、新しい青いボックスが現れ、直感的に化学式を入力することができます。
31627 \end_layout
31628
31629 \begin_layout Standard
31630 \align center
31631 \begin_inset Tabular
31632 <lyxtabular version="3" rows="9" columns="2">
31633 <features rotate="0" tabularvalignment="middle">
31634 <column alignment="center" valignment="top">
31635 <column alignment="center" valignment="top">
31636 <row>
31637 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31638 \begin_inset Text
31639
31640 \begin_layout Plain Layout
31641 コマンド
31642 \end_layout
31643
31644 \end_inset
31645 </cell>
31646 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31647 \begin_inset Text
31648
31649 \begin_layout Plain Layout
31650 出力
31651 \begin_inset Note Note
31652 status collapsed
31653
31654 \begin_layout Plain Layout
31655
31656 \series bold
31657
31658 \backslash
31659 raisebox
31660 \series default
31661 はスペーサーとしてのみ使用されています。
31662 \end_layout
31663
31664 \end_inset
31665
31666
31667 \end_layout
31668
31669 \end_inset
31670 </cell>
31671 </row>
31672 <row>
31673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31674 \begin_inset Text
31675
31676 \begin_layout Plain Layout
31677
31678 \backslash
31679 ce
31680 \begin_inset ERT
31681 status collapsed
31682
31683 \begin_layout Plain Layout
31684
31685
31686 \backslash
31687 spce 
31688 \end_layout
31689
31690 \end_inset
31691
31692 H2CO3
31693 \end_layout
31694
31695 \end_inset
31696 </cell>
31697 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31698 \begin_inset Text
31699
31700 \begin_layout Plain Layout
31701 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$
31702 \end_inset
31703
31704
31705 \end_layout
31706
31707 \end_inset
31708 </cell>
31709 </row>
31710 <row>
31711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31712 \begin_inset Text
31713
31714 \begin_layout Plain Layout
31715
31716 \backslash
31717 ce
31718 \begin_inset ERT
31719 status collapsed
31720
31721 \begin_layout Plain Layout
31722
31723
31724 \backslash
31725 spce 
31726 \end_layout
31727
31728 \end_inset
31729
31730 SO4^2-
31731 \end_layout
31732
31733 \end_inset
31734 </cell>
31735 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31736 \begin_inset Text
31737
31738 \begin_layout Plain Layout
31739 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$
31740 \end_inset
31741
31742
31743 \end_layout
31744
31745 \end_inset
31746 </cell>
31747 </row>
31748 <row>
31749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31750 \begin_inset Text
31751
31752 \begin_layout Plain Layout
31753
31754 \backslash
31755 ce
31756 \begin_inset ERT
31757 status collapsed
31758
31759 \begin_layout Plain Layout
31760
31761
31762 \backslash
31763 spce 
31764 \end_layout
31765
31766 \end_inset
31767
31768 (NH4)2S
31769 \end_layout
31770
31771 \end_inset
31772 </cell>
31773 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31774 \begin_inset Text
31775
31776 \begin_layout Plain Layout
31777 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$
31778 \end_inset
31779
31780
31781 \end_layout
31782
31783 \end_inset
31784 </cell>
31785 </row>
31786 <row>
31787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31788 \begin_inset Text
31789
31790 \begin_layout Plain Layout
31791
31792 \backslash
31793 ce
31794 \begin_inset ERT
31795 status collapsed
31796
31797 \begin_layout Plain Layout
31798
31799
31800 \backslash
31801 spce 
31802 \end_layout
31803
31804 \end_inset
31805
31806 KCr(SO4)2.12H2O
31807 \end_layout
31808
31809 \end_inset
31810 </cell>
31811 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31812 \begin_inset Text
31813
31814 \begin_layout Plain Layout
31815 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
31816 \end_inset
31817
31818
31819 \end_layout
31820
31821 \end_inset
31822 </cell>
31823 </row>
31824 <row>
31825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31826 \begin_inset Text
31827
31828 \begin_layout Plain Layout
31829
31830 \backslash
31831 ce
31832 \begin_inset ERT
31833 status collapsed
31834
31835 \begin_layout Plain Layout
31836
31837
31838 \backslash
31839 spce 
31840 \end_layout
31841
31842 \end_inset
31843
31844 A-B
31845 \backslash
31846 dbond
31847 \begin_inset ERT
31848 status collapsed
31849
31850 \begin_layout Plain Layout
31851
31852
31853 \backslash
31854 spce 
31855 \end_layout
31856
31857 \end_inset
31858
31859 C
31860 \backslash
31861 tbond
31862 \begin_inset ERT
31863 status collapsed
31864
31865 \begin_layout Plain Layout
31866
31867
31868 \backslash
31869 spce 
31870 \end_layout
31871
31872 \end_inset
31873
31874 D
31875 \end_layout
31876
31877 \end_inset
31878 </cell>
31879 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31880 \begin_inset Text
31881
31882 \begin_layout Plain Layout
31883 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
31884 \end_inset
31885
31886
31887 \end_layout
31888
31889 \end_inset
31890 </cell>
31891 </row>
31892 <row>
31893 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31894 \begin_inset Text
31895
31896 \begin_layout Plain Layout
31897
31898 \backslash
31899 ce
31900 \begin_inset ERT
31901 status collapsed
31902
31903 \begin_layout Plain Layout
31904
31905
31906 \backslash
31907 spce 
31908 \end_layout
31909
31910 \end_inset
31911
31912 ^227
31913 \begin_inset Formula $\downarrow$
31914 \end_inset
31915
31916 _90
31917 \begin_inset Formula $\to$
31918 \end_inset
31919
31920 Th+
31921 \end_layout
31922
31923 \end_inset
31924 </cell>
31925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31926 \begin_inset Text
31927
31928 \begin_layout Plain Layout
31929 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
31930 \end_inset
31931
31932
31933 \end_layout
31934
31935 \end_inset
31936 </cell>
31937 </row>
31938 <row>
31939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31940 \begin_inset Text
31941
31942 \begin_layout Plain Layout
31943
31944 \backslash
31945 ce
31946 \begin_inset ERT
31947 status collapsed
31948
31949 \begin_layout Plain Layout
31950
31951
31952 \backslash
31953 spce 
31954 \end_layout
31955
31956 \end_inset
31957
31958 CO2
31959 \begin_inset ERT
31960 status collapsed
31961
31962 \begin_layout Plain Layout
31963
31964
31965 \backslash
31966 spce 
31967 \end_layout
31968
31969 \end_inset
31970
31971 +
31972 \begin_inset ERT
31973 status collapsed
31974
31975 \begin_layout Plain Layout
31976
31977
31978 \backslash
31979 spce 
31980 \end_layout
31981
31982 \end_inset
31983
31984 C
31985 \begin_inset ERT
31986 status collapsed
31987
31988 \begin_layout Plain Layout
31989
31990
31991 \backslash
31992 spce 
31993 \end_layout
31994
31995 \end_inset
31996
31997 <=>
31998 \begin_inset ERT
31999 status collapsed
32000
32001 \begin_layout Plain Layout
32002
32003
32004 \backslash
32005 spce 
32006 \end_layout
32007
32008 \end_inset
32009
32010 2CO
32011 \end_layout
32012
32013 \end_inset
32014 </cell>
32015 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32016 \begin_inset Text
32017
32018 \begin_layout Plain Layout
32019 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$
32020 \end_inset
32021
32022
32023 \end_layout
32024
32025 \end_inset
32026 </cell>
32027 </row>
32028 <row>
32029 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32030 \begin_inset Text
32031
32032 \begin_layout Plain Layout
32033
32034 \backslash
32035 ce
32036 \begin_inset ERT
32037 status collapsed
32038
32039 \begin_layout Plain Layout
32040
32041
32042 \backslash
32043 spce 
32044 \end_layout
32045
32046 \end_inset
32047
32048 CO2
32049 \begin_inset ERT
32050 status collapsed
32051
32052 \begin_layout Plain Layout
32053
32054
32055 \backslash
32056 spce 
32057 \end_layout
32058
32059 \end_inset
32060
32061 +
32062 \begin_inset ERT
32063 status collapsed
32064
32065 \begin_layout Plain Layout
32066
32067
32068 \backslash
32069 spce 
32070 \end_layout
32071
32072 \end_inset
32073
32074 C
32075 \begin_inset ERT
32076 status collapsed
32077
32078 \begin_layout Plain Layout
32079
32080
32081 \backslash
32082 spce 
32083 \end_layout
32084
32085 \end_inset
32086
32087 ->[
32088 \backslash
32089 alpha][
32090 \backslash
32091 beta]
32092 \begin_inset ERT
32093 status collapsed
32094
32095 \begin_layout Plain Layout
32096
32097
32098 \backslash
32099 spce 
32100 \end_layout
32101
32102 \end_inset
32103
32104 2CO}
32105 \end_layout
32106
32107 \end_inset
32108 </cell>
32109 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32110 \begin_inset Text
32111
32112 \begin_layout Plain Layout
32113 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
32114 \end_inset
32115
32116
32117 \end_layout
32118
32119 \end_inset
32120 </cell>
32121 </row>
32122 </lyxtabular>
32123
32124 \end_inset
32125
32126
32127 \end_layout
32128
32129 \begin_layout Standard
32130 \begin_inset Note Greyedout
32131 status open
32132
32133 \begin_layout Plain Layout
32134
32135 \series bold
32136 【註】
32137 \backslash
32138 ce
32139 \series default
32140 ボックスに数式を入れようとすると、LaTeXエラーが発生します。このような場合には、
32141 \series bold
32142
32143 \backslash
32144 ce{$
32145 \backslash
32146 mu
32147 \backslash
32148 hyphen$Cl}
32149 \series default
32150 (
32151 \begin_inset ERT
32152 status collapsed
32153
32154 \begin_layout Plain Layout
32155
32156
32157 \backslash
32158 ce{$
32159 \backslash
32160 mu
32161 \backslash
32162 hyphen$Cl}
32163 \end_layout
32164
32165 \end_inset
32166
32167 )のようにTeXコードを使わなくてはなりません。
32168 \end_layout
32169
32170 \end_inset
32171
32172
32173 \end_layout
32174
32175 \begin_layout Standard
32176
32177 \series bold
32178
32179 \backslash
32180 ce
32181 \series default
32182 を使うと
32183 \begin_inset CommandInset ref
32184 LatexCommand eqref
32185 reference "eq:chem-reaction"
32186
32187 \end_inset
32188
32189 式のコマンドは
32190 \begin_inset Newline newline
32191 \end_inset
32192
32193
32194 \series bold
32195  
32196 \backslash
32197 ce
32198 \begin_inset ERT
32199 status collapsed
32200
32201 \begin_layout Plain Layout
32202
32203
32204 \backslash
32205 spce 
32206 \end_layout
32207
32208 \end_inset
32209
32210 2Na+
32211 \begin_inset ERT
32212 status collapsed
32213
32214 \begin_layout Plain Layout
32215
32216
32217 \backslash
32218 spce 
32219 \end_layout
32220
32221 \end_inset
32222
32223 +
32224 \begin_inset ERT
32225 status collapsed
32226
32227 \begin_layout Plain Layout
32228
32229
32230 \backslash
32231 spce 
32232 \end_layout
32233
32234 \end_inset
32235
32236 SO4^2-
32237 \begin_inset ERT
32238 status collapsed
32239
32240 \begin_layout Plain Layout
32241
32242
32243 \backslash
32244 spce 
32245 \end_layout
32246
32247 \end_inset
32248
32249
32250 \begin_inset ERT
32251 status collapsed
32252
32253 \begin_layout Plain Layout
32254
32255
32256 \backslash
32257 spce 
32258 \end_layout
32259
32260 \end_inset
32261
32262 ->
32263 \begin_inset ERT
32264 status collapsed
32265
32266 \begin_layout Plain Layout
32267
32268
32269 \backslash
32270 spce 
32271 \end_layout
32272
32273 \end_inset
32274
32275 Na2SO4
32276 \begin_inset Newline newline
32277 \end_inset
32278
32279
32280 \series default
32281 のようになります。
32282 \end_layout
32283
32284 \begin_layout Standard
32285 複数行の化学式を作るには、第
32286 \begin_inset CommandInset ref
32287 LatexCommand ref
32288 reference "sec:多行数式"
32289
32290 \end_inset
32291
32292 節に述べられている方法で、多行数式をまず作ります。その後、数式の小さな青いボックスそれぞれに
32293 \series bold
32294
32295 \backslash
32296 ce
32297 \series default
32298 コマンドを使用します。
32299 \begin_inset CommandInset ref
32300 LatexCommand eqref
32301 reference "eq:TEOS-reaction-1"
32302
32303 \end_inset
32304
32305 式と
32306 \begin_inset CommandInset ref
32307 LatexCommand eqref
32308 reference "eq:TEOS-reaction-2"
32309
32310 \end_inset
32311
32312 式は、多段化学反応式の例で、一つの式毎に番号が振られています。
32313 \begin_inset Formula 
32314 \begin{eqnarray}
32315 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reaction-1}\\
32316 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reaction-2}
32317 \end{eqnarray}
32318
32319 \end_inset
32320
32321
32322 \end_layout
32323
32324 \begin_layout Standard
32325
32326 \series bold
32327 mhchem
32328 \series default
32329 パッケージは、
32330 \series bold
32331
32332 \backslash
32333 ce
32334 \series default
32335 の他に、特殊ケースに使用する
32336 \series bold
32337
32338 \backslash
32339 cf
32340 \series default
32341
32342 \begin_inset Index idx
32343 status collapsed
32344
32345 \begin_layout Plain Layout
32346 こまんど@コマンド ! C ! 
32347 \backslash
32348 cf
32349 \end_layout
32350
32351 \end_inset
32352
32353 コマンドを提供しています。
32354 \series bold
32355
32356 \backslash
32357 cf
32358 \series default
32359 の詳しい情報と例示については、
32360 \series bold
32361 mhchem
32362 \series default
32363
32364 \begin_inset CommandInset citation
32365 LatexCommand cite
32366 key "mhchem"
32367
32368 \end_inset
32369
32370 の取扱説明書をご覧ください。
32371 \end_layout
32372
32373 \begin_layout Section
32374 図解
32375 \end_layout
32376
32377 \begin_layout Standard
32378 LyXは、二つの型の可換図
32379 \series bold
32380 amscd
32381 \series default
32382 および
32383 \series bold
32384 xymatrix
32385 \series default
32386 をサポートしており、以下でこれらの説明をします。
32387 \end_layout
32388
32389 \begin_layout Subsection
32390 amscd図解
32391 \begin_inset Index idx
32392 status collapsed
32393
32394 \begin_layout Plain Layout
32395 ずかい@図解 ! amscd
32396 \end_layout
32397
32398 \end_inset
32399
32400
32401 \end_layout
32402
32403 \begin_layout Standard
32404 この型の図解は、以下のように、関係を縦横の線や矢印で図示します。
32405 \begin_inset Formula 
32406 \[
32407 \begin{CD}A@>>>B@>>>C\\
32408 @AAA@.@VVV\\
32409 F@<<<E@<<<D
32410 \end{CD}
32411 \]
32412
32413 \end_inset
32414
32415
32416 \end_layout
32417
32418 \begin_layout Standard
32419 これを作るには、数式に
32420 \series bold
32421
32422 \backslash
32423 CD
32424 \begin_inset Index idx
32425 status collapsed
32426
32427 \begin_layout Plain Layout
32428 こまんど@コマンド ! C ! 
32429 \backslash
32430 CD
32431 \end_layout
32432
32433 \end_inset
32434
32435
32436 \series default
32437 コマンドを挿入します。二つの点線に囲まれた青枠が現れるので、ここにコマンドを入れていきます。
32438 \begin_inset Info
32439 type  "shortcut"
32440 arg   "newline-insert newline"
32441 \end_inset
32442
32443 を押すと、新しい行が作られます。水平方向の関係は奇数行に入れ、垂直方向の関係は偶数行に入れます。
32444 \end_layout
32445
32446 \begin_layout Standard
32447 関係を作るには、以下のコマンドがあります。
32448 \end_layout
32449
32450 \begin_layout Itemize
32451 \begin_inset Formula $\boldsymbol{@<<<}$
32452 \end_inset
32453
32454 は左矢印、
32455 \begin_inset Formula $\boldsymbol{@>>>}$
32456 \end_inset
32457
32458 は右矢印、
32459 \series bold
32460 @=
32461 \series default
32462 は長い等号を生成します。
32463 \end_layout
32464
32465 \begin_layout Itemize
32466
32467 \series bold
32468 @AAA
32469 \series default
32470 は上矢印、
32471 \series bold
32472 @VVV
32473 \series default
32474 は下矢印、
32475 \begin_inset Formula $\boldsymbol{@|}$
32476 \end_inset
32477
32478 は縦向きの等号を生成します。
32479 \end_layout
32480
32481 \begin_layout Itemize
32482
32483 \series bold
32484 @.
32485 \series default
32486 は関係が存在しない部分に置きます。
32487 \end_layout
32488
32489 \begin_layout Standard
32490 矢印はすべて、以下のようにラベル付けをすることができます。
32491 \end_layout
32492
32493 \begin_layout Itemize
32494 文章を、第1と第2の「
32495 \begin_inset Formula $<$
32496 \end_inset
32497
32498 」ないし「
32499 \begin_inset Formula $>$
32500 \end_inset
32501
32502 」のあいだに入れると、この文章は矢印の上に表示されます。第2・第3の「
32503 \begin_inset Formula $<$
32504 \end_inset
32505
32506 」ないし「
32507 \begin_inset Formula $>$
32508 \end_inset
32509
32510 」のあいだに入れると、矢印の下に表示されます。
32511 \end_layout
32512
32513 \begin_layout Itemize
32514 縦矢印に付ける文章を、第1・第2の「A」ないし「V」のあいだに入れると、この文章は矢印の左に表示されます。第2・第3のもののあいだに入れると、矢印の右に表示され
32515 ます。文章中に「A」や「V」の文字があるときには、これらはTeX括弧の中に入れなくてはなりません。
32516 \end_layout
32517
32518 \begin_layout Standard
32519 以下は、上記のすべての関係を使った例です。
32520 \end_layout
32521
32522 \begin_layout Standard
32523 \begin_inset Formula 
32524 \[
32525 \begin{CD}A@>j>>B@>>k>C@=F\\
32526 @AmAA@.@VV{V}V@|\\
32527 D@<<j<E@>k>>F@=C
32528 \end{CD}
32529 \]
32530
32531 \end_inset
32532
32533
32534 \end_layout
32535
32536 \begin_layout Standard
32537 これを作るコマンドは、以下のとおりです。
32538 \begin_inset Newline newline
32539 \end_inset
32540
32541
32542 \series bold
32543
32544 \backslash
32545 CD
32546 \begin_inset ERT
32547 status collapsed
32548
32549 \begin_layout Plain Layout
32550
32551
32552 \backslash
32553 spce 
32554 \end_layout
32555
32556 \end_inset
32557
32558 A
32559 \begin_inset Formula $\boldsymbol{@>}$
32560 \end_inset
32561
32562 j
32563 \begin_inset Formula $\boldsymbol{>>}$
32564 \end_inset
32565
32566 B
32567 \begin_inset Formula $\boldsymbol{@>>}$
32568 \end_inset
32569
32570 k
32571 \begin_inset Formula $\boldsymbol{>}$
32572 \end_inset
32573
32574 C@=F Ctrl+Return
32575 \begin_inset Newline newline
32576 \end_inset
32577
32578
32579 \begin_inset Phantom HPhantom
32580 status open
32581
32582 \begin_layout Plain Layout
32583
32584 \series bold
32585
32586 \backslash
32587 CD
32588 \begin_inset ERT
32589 status collapsed
32590
32591 \begin_layout Plain Layout
32592
32593
32594 \backslash
32595 spce 
32596 \end_layout
32597
32598 \end_inset
32599
32600
32601 \end_layout
32602
32603 \end_inset
32604
32605 @AmAA@.@VV
32606 \backslash
32607 {V
32608 \series default
32609
32610 \begin_inset Formula $\to$
32611 \end_inset
32612
32613
32614 \series bold
32615 V
32616 \begin_inset Formula $\boldsymbol{@|}$
32617 \end_inset
32618
32619  Ctrl+Return
32620 \begin_inset Newline newline
32621 \end_inset
32622
32623
32624 \begin_inset Phantom HPhantom
32625 status open
32626
32627 \begin_layout Plain Layout
32628
32629 \series bold
32630
32631 \backslash
32632 CD
32633 \begin_inset ERT
32634 status collapsed
32635
32636 \begin_layout Plain Layout
32637
32638
32639 \backslash
32640 spce 
32641 \end_layout
32642
32643 \end_inset
32644
32645
32646 \end_layout
32647
32648 \end_inset
32649
32650 D
32651 \begin_inset Formula $\boldsymbol{@<<}$
32652 \end_inset
32653
32654 j
32655 \begin_inset Formula $\boldsymbol{<}$
32656 \end_inset
32657
32658 E
32659 \begin_inset Formula $\boldsymbol{@>}$
32660 \end_inset
32661
32662 k
32663 \begin_inset Formula $\boldsymbol{>>}$
32664 \end_inset
32665
32666 F@=C
32667 \end_layout
32668
32669 \begin_layout Subsection
32670 xymatrix図解
32671 \begin_inset Index idx
32672 status collapsed
32673
32674 \begin_layout Plain Layout
32675 ずかい@図解 ! xymatrix
32676 \end_layout
32677
32678 \end_inset
32679
32680
32681 \end_layout
32682
32683 \begin_layout Standard
32684 xymatricesを使うには、LaTeXパッケージの
32685 \series bold
32686 xypic
32687 \series default
32688 が導入済みである必要があります。xymatrixは、数式中に
32689 \series bold
32690
32691 \backslash
32692 xymatrix
32693 \series default
32694 コマンドを入れることで作ることができます。すると、通常の行列と同じようにして、列や行を付け加えることができます。第
32695 \begin_inset CommandInset ref
32696 LatexCommand ref
32697 reference "sec:行列"
32698
32699 \end_inset
32700
32701 節をご参照下さい。
32702 \end_layout
32703
32704 \begin_layout Standard
32705 amscd図解とは異なり、xymatricesは、対角矢印や曲がった矢印など多様なサポートをしています。作ることのできる可換図と装飾は、
32706 \family sans
32707 ヘルプ\SpecialChar \menuseparator
32708 用途別説明書\SpecialChar \menuseparator
32709 XY-pic説明書
32710 \family default
32711 メニューにある
32712 \emph on
32713 XY-pic説明書
32714 \emph default
32715 で詳しく網羅しています。
32716 \end_layout
32717
32718 \begin_layout Subsection
32719 ファインマン図
32720 \series medium
32721
32722 \begin_inset Index idx
32723 status collapsed
32724
32725 \begin_layout Plain Layout
32726 ずかい@図解 ! ファインマン
32727 \end_layout
32728
32729 \end_inset
32730
32731
32732 \end_layout
32733
32734 \begin_layout Standard
32735 ファインマン図を使うには、LaTeXパッケージ
32736 \series bold
32737 feyn
32738 \series default
32739 を導入しておかなくてはなりません。すると、ファインマン図は、数式中で
32740 \series bold
32741
32742 \backslash
32743 Diagram
32744 \series default
32745 コマンドを挿入すれば生成されます。通常の行列で行うのと同じようにして新規行や新規列を加えることができます(第
32746 \begin_inset CommandInset ref
32747 LatexCommand ref
32748 reference "sec:行列"
32749
32750 \end_inset
32751
32752 節参照)。
32753 \end_layout
32754
32755 \begin_layout Standard
32756 LyXでのファインマン図の作り方は、メニュー
32757 \family sans
32758 ヘルプ\SpecialChar \menuseparator
32759 用途別説明書
32760 \family default
32761 内の『
32762 \emph on
32763 ファインマン図
32764 \emph default
32765 』にあります。
32766 \end_layout
32767
32768 \begin_layout Section
32769 ユーザー定義コマンド
32770 \begin_inset Index idx
32771 status collapsed
32772
32773 \begin_layout Plain Layout
32774 ゆーざーていぎこまんど@ユーザー定義コマンド
32775 \end_layout
32776
32777 \end_inset
32778
32779
32780 \end_layout
32781
32782 \begin_layout Standard
32783 \begin_inset Note Greyedout
32784 status open
32785
32786 \begin_layout Plain Layout
32787 【註】ユーザー定義コマンド名及びマクロ名には、ラテン文字しか使用することができません。
32788 \end_layout
32789
32790 \end_inset
32791
32792
32793 \end_layout
32794
32795 \begin_layout Subsection
32796
32797 \backslash
32798 newcommandコマンド
32799 \begin_inset CommandInset label
32800 LatexCommand label
32801 name "sub:newcommandコマンド"
32802
32803 \end_inset
32804
32805
32806 \begin_inset Index idx
32807 status collapsed
32808
32809 \begin_layout Plain Layout
32810 ゆーざーていぎこまんど@ユーザー定義コマンド ! 
32811 \backslash
32812 newcommand
32813 \end_layout
32814
32815 \end_inset
32816
32817
32818 \begin_inset Index idx
32819 status collapsed
32820
32821 \begin_layout Plain Layout
32822 こまんど@コマンド ! N ! 
32823 \backslash
32824 newcommand
32825 \end_layout
32826
32827 \end_inset
32828
32829
32830 \end_layout
32831
32832 \begin_layout Standard
32833 頻繁に用いるには、長すぎるLaTeXコマンドはたくさんありますが、
32834 \series bold
32835
32836 \backslash
32837 newcommand
32838 \series default
32839 コマンドを使えば、新しい短縮コマンドを定義することが可能です。
32840 \end_layout
32841
32842 \begin_layout Standard
32843
32844 \series bold
32845
32846 \backslash
32847 newcommand
32848 \series default
32849 コマンドの書式は、
32850 \end_layout
32851
32852 \begin_layout Standard
32853
32854 \series bold
32855
32856 \backslash
32857 newcommand{新コマンド名}[引数の数][オプションの値]
32858 \begin_inset Newline newline
32859 \end_inset
32860
32861
32862 \begin_inset Phantom HPhantom
32863 status open
32864
32865 \begin_layout Plain Layout
32866
32867 \series bold
32868
32869 \backslash
32870 newcommand
32871 \end_layout
32872
32873 \end_inset
32874
32875 {コマンド定義}
32876 \end_layout
32877
32878 \begin_layout Standard
32879 です。
32880 \end_layout
32881
32882 \begin_layout Standard
32883 \begin_inset Note Greyedout
32884 status open
32885
32886 \begin_layout Plain Layout
32887
32888 \series bold
32889 【註】
32890 \series default
32891 新コマンド名が、使用中の文書や呼び出しているLaTeXパッケージで、既に使用されていないことを確認して下さい。たとえば、
32892 \series bold
32893
32894 \backslash
32895 Leftarrow
32896 \series default
32897 の短縮のつもりで
32898 \series bold
32899
32900 \backslash
32901 le
32902 \series default
32903 というコマンドを定義したとすると、
32904 \series bold
32905
32906 \backslash
32907 le
32908 \series default
32909 は既に「
32910 \begin_inset Formula $\le$
32911 \end_inset
32912
32913 」を表すコマンドとして定義されてしまっているので、エラーメッセージが表示されます。
32914 \end_layout
32915
32916 \end_inset
32917
32918
32919 \end_layout
32920
32921 \begin_layout Standard
32922 「引数の数」は、0
32923 \begin_inset space \thinspace{}
32924 \end_inset
32925
32926 -
32927 \begin_inset space \thinspace{}
32928 \end_inset
32929
32930 9の範囲の整数であり、新コマンドがいくつの引数をとるかを指定するものです。「オプションの値」では、非必須の引数の既定値を定義できます。これを指定すると、新コマン
32931 ドの
32932 \emph on
32933 最初の
32934 \emph default
32935 引数は、自動的に非必須の引数になります。
32936 \end_layout
32937
32938 \begin_layout Standard
32939 以下にいくつかの例を挙げます。
32940 \end_layout
32941
32942 \begin_layout Itemize
32943
32944 \series bold
32945
32946 \backslash
32947 Longrightarrow
32948 \series default
32949 の短縮形として
32950 \series bold
32951
32952 \backslash
32953 gr
32954 \series default
32955 というコマンドを定義するには、LaTeXプリアンブルに以下の行を加えます。
32956 \begin_inset VSpace medskip
32957 \end_inset
32958
32959
32960 \begin_inset Newline newline
32961 \end_inset
32962
32963
32964 \series bold
32965
32966 \backslash
32967 newcommand{
32968 \backslash
32969 gr}{
32970 \backslash
32971 Longrightarrow}
32972 \end_layout
32973
32974 \begin_layout Itemize
32975
32976 \series bold
32977
32978 \backslash
32979 underline
32980 \series default
32981 の短縮形として
32982 \series bold
32983
32984 \backslash
32985 us
32986 \series default
32987 というコマンドを定義するには、(下線を引くべき文字列を示す)引数を考慮に入れなくてはなりません。このためには、以下のようなプリアンブル行を入れます。
32988 \begin_inset VSpace medskip
32989 \end_inset
32990
32991
32992 \begin_inset Newline newline
32993 \end_inset
32994
32995
32996 \series bold
32997
32998 \backslash
32999 newcommand{
33000 \backslash
33001 us}[1]{
33002 \backslash
33003 underline{#1}}
33004 \series default
33005
33006 \begin_inset VSpace medskip
33007 \end_inset
33008
33009
33010 \begin_inset Newline newline
33011 \end_inset
33012
33013
33014 \series bold
33015 #
33016 \series default
33017 」という文字は、引数の入る場所を示し、その後ろの「
33018 \series bold
33019 1
33020 \series default
33021 」は、これが第1引数の入る場所であることを示します。
33022 \end_layout
33023
33024 \begin_layout Itemize
33025
33026 \series bold
33027
33028 \backslash
33029 framebox
33030 \series default
33031 の短縮形として、たとえば
33032 \series bold
33033
33034 \backslash
33035 fb
33036 \series default
33037 というコマンドを定義するには、
33038 \begin_inset VSpace medskip
33039 \end_inset
33040
33041
33042 \begin_inset Newline newline
33043 \end_inset
33044
33045
33046 \series bold
33047
33048 \backslash
33049 newcommand{
33050 \backslash
33051 fb}[3]{
33052 \backslash
33053 framebox#1#2{$#3$}}
33054 \series default
33055
33056 \begin_inset VSpace medskip
33057 \end_inset
33058
33059
33060 \begin_inset Newline newline
33061 \end_inset
33062
33063 二つのドルマークは、
33064 \series bold
33065
33066 \backslash
33067 framebox
33068 \series default
33069 が必要とする内部の数式を作り出します。第
33070 \begin_inset CommandInset ref
33071 LatexCommand ref
33072 reference "sub:縁付きボックス"
33073
33074 \end_inset
33075
33076 節をご参照下さい。
33077 \end_layout
33078
33079 \begin_layout Itemize
33080 ボックスの色を指定する必要がない
33081 \series bold
33082
33083 \backslash
33084 fcolorbox
33085 \series default
33086 用の新コマンドを作るには、以下のように、色を示す引数を非必須として定義します。
33087 \begin_inset VSpace medskip
33088 \end_inset
33089
33090
33091 \begin_inset Newline newline
33092 \end_inset
33093
33094
33095 \series bold
33096
33097 \backslash
33098 newcommand{
33099 \backslash
33100 cb}[3][white]{
33101 \backslash
33102 fcolorbox{#2}{#1}{$#3$}}
33103 \series default
33104
33105 \begin_inset VSpace medskip
33106 \end_inset
33107
33108
33109 \begin_inset Newline newline
33110 \end_inset
33111
33112
33113 \series bold
33114
33115 \backslash
33116 cb
33117 \series default
33118 を使うときに色が指定されなければ、事前に定義された色である
33119 \series bold
33120 white
33121 \series default
33122 が使用されます。
33123 \end_layout
33124
33125 \begin_layout Standard
33126 以下は、上で定義したコマンドの動作テストです。
33127 \end_layout
33128
33129 \begin_layout Standard
33130 \align center
33131 \begin_inset Tabular
33132 <lyxtabular version="3" rows="6" columns="2">
33133 <features rotate="0" tabularvalignment="middle">
33134 <column alignment="center" valignment="top">
33135 <column alignment="center" valignment="top">
33136 <row>
33137 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33138 \begin_inset Text
33139
33140 \begin_layout Plain Layout
33141 コマンド
33142 \end_layout
33143
33144 \end_inset
33145 </cell>
33146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33147 \begin_inset Text
33148
33149 \begin_layout Plain Layout
33150 出力
33151 \begin_inset Note Note
33152 status collapsed
33153
33154 \begin_layout Plain Layout
33155 ここで
33156 \series bold
33157
33158 \backslash
33159 raisebox
33160 \series default
33161 はスペーサーとして使用しているだけです。
33162 \end_layout
33163
33164 \end_inset
33165
33166
33167 \end_layout
33168
33169 \end_inset
33170 </cell>
33171 </row>
33172 <row>
33173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33174 \begin_inset Text
33175
33176 \begin_layout Plain Layout
33177 A
33178 \backslash
33179 gr
33180 \begin_inset ERT
33181 status collapsed
33182
33183 \begin_layout Plain Layout
33184
33185
33186 \backslash
33187 spce 
33188 \end_layout
33189
33190 \end_inset
33191
33192 B
33193 \end_layout
33194
33195 \end_inset
33196 </cell>
33197 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33198 \begin_inset Text
33199
33200 \begin_layout Plain Layout
33201 \begin_inset Formula $A\gr B$
33202 \end_inset
33203
33204
33205 \end_layout
33206
33207 \end_inset
33208 </cell>
33209 </row>
33210 <row>
33211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33212 \begin_inset Text
33213
33214 \begin_layout Plain Layout
33215
33216 \backslash
33217 us{ABcd
33218 \end_layout
33219
33220 \end_inset
33221 </cell>
33222 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33223 \begin_inset Text
33224
33225 \begin_layout Plain Layout
33226 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
33227 \end_inset
33228
33229
33230 \end_layout
33231
33232 \end_inset
33233 </cell>
33234 </row>
33235 <row>
33236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33237 \begin_inset Text
33238
33239 \begin_layout Plain Layout
33240
33241 \backslash
33242 fb{[2cm]
33243 \begin_inset Formula $\to$
33244 \end_inset
33245
33246
33247 \backslash
33248 {
33249 \begin_inset Formula $\to$
33250 \end_inset
33251
33252
33253 \backslash
33254 {
33255 \backslash
33256 int
33257 \begin_inset ERT
33258 status collapsed
33259
33260 \begin_layout Plain Layout
33261
33262
33263 \backslash
33264 spce 
33265 \end_layout
33266
33267 \end_inset
33268
33269 A=B
33270 \end_layout
33271
33272 \end_inset
33273 </cell>
33274 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33275 \begin_inset Text
33276
33277 \begin_layout Plain Layout
33278 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
33279 \end_inset
33280
33281
33282 \end_layout
33283
33284 \end_inset
33285 </cell>
33286 </row>
33287 <row>
33288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33289 \begin_inset Text
33290
33291 \begin_layout Plain Layout
33292
33293 \backslash
33294 cb{red
33295 \begin_inset Formula $\to$
33296 \end_inset
33297
33298
33299 \backslash
33300 {
33301 \backslash
33302 int
33303 \begin_inset ERT
33304 status collapsed
33305
33306 \begin_layout Plain Layout
33307
33308
33309 \backslash
33310 spce 
33311 \end_layout
33312
33313 \end_inset
33314
33315 A=B
33316 \end_layout
33317
33318 \end_inset
33319 </cell>
33320 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33321 \begin_inset Text
33322
33323 \begin_layout Plain Layout
33324 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
33325 \end_inset
33326
33327
33328 \end_layout
33329
33330 \end_inset
33331 </cell>
33332 </row>
33333 <row>
33334 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33335 \begin_inset Text
33336
33337 \begin_layout Plain Layout
33338
33339 \backslash
33340 cb[green]
33341 \backslash
33342 {red
33343 \begin_inset Formula $\to$
33344 \end_inset
33345
33346
33347 \backslash
33348 {
33349 \backslash
33350 int
33351 \begin_inset ERT
33352 status collapsed
33353
33354 \begin_layout Plain Layout
33355
33356
33357 \backslash
33358 spce 
33359 \end_layout
33360
33361 \end_inset
33362
33363 A=B
33364 \end_layout
33365
33366 \end_inset
33367 </cell>
33368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33369 \begin_inset Text
33370
33371 \begin_layout Plain Layout
33372 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
33373 \end_inset
33374
33375
33376 \end_layout
33377
33378 \end_inset
33379 </cell>
33380 </row>
33381 </lyxtabular>
33382
33383 \end_inset
33384
33385
33386 \end_layout
33387
33388 \begin_layout Subsection
33389 数式マクロ
33390 \begin_inset Index idx
33391 status collapsed
33392
33393 \begin_layout Plain Layout
33394 ゆーざーていぎこまんど@ユーザー定義コマンド ! すうしきまくろ@数式マクロ
33395 \end_layout
33396
33397 \end_inset
33398
33399
33400 \begin_inset Index idx
33401 status collapsed
33402
33403 \begin_layout Plain Layout
33404 まくろ@マクロ
33405 \end_layout
33406
33407 \end_inset
33408
33409
33410 \end_layout
33411
33412 \begin_layout Standard
33413 ユーザー定義コマンドは、複雑な表現を使うときに特に便利です。たとえば、文書中で二次方程式を扱っているとすると、同じような解の形が何度も出てきます。二次方程式の一
33414 般型は、
33415 \begin_inset Formula 
33416 \[
33417 0=\lambda^{2}+p\lambda+q
33418 \]
33419
33420 \end_inset
33421
33422 であり、その解の一般型は
33423 \begin_inset Formula 
33424 \[
33425 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
33426 \]
33427
33428 \end_inset
33429
33430
33431 \end_layout
33432
33433 \begin_layout Standard
33434 です。
33435 \begin_inset Formula $\lambda$
33436 \end_inset
33437
33438
33439 \begin_inset Formula $p$
33440 \end_inset
33441
33442
33443 \begin_inset Formula $q$
33444 \end_inset
33445
33446 の3つのパラメータを指定することが必須であり、
33447 \begin_inset Formula $\lambda$
33448 \end_inset
33449
33450 の指数をオプションとして与えることができるような、解の公式のコマンドを定義するには、以下のようなLaTeXプリアンブル行を加えます。
33451 \begin_inset Newline newline
33452 \end_inset
33453
33454
33455 \series bold
33456
33457 \backslash
33458 newcommand{
33459 \backslash
33460 qG}[4][1,
33461 \backslash
33462 ,2]{#2_{#1}=-
33463 \backslash
33464 frac{#3}{2}
33465 \backslash
33466 pm
33467 \begin_inset Newline newline
33468 \end_inset
33469
33470
33471 \begin_inset Phantom HPhantom
33472 status open
33473
33474 \begin_layout Plain Layout
33475
33476 \series bold
33477
33478 \backslash
33479 newcommand
33480 \end_layout
33481
33482 \end_inset
33483
33484
33485 \backslash
33486 sqrt{
33487 \backslash
33488 frac{#3^{2}}{4}-#4}}
33489 \end_layout
33490
33491 \begin_layout Standard
33492 これを使って解の公式を作るには、
33493 \begin_inset Newline newline
33494 \end_inset
33495
33496
33497 \series bold
33498
33499 \backslash
33500 qG{
33501 \backslash
33502 lambda
33503 \begin_inset Formula $\to$
33504 \end_inset
33505
33506
33507 \backslash
33508 {p
33509 \begin_inset Formula $\to$
33510 \end_inset
33511
33512
33513 \backslash
33514 {q
33515 \series default
33516 というコマンドを数式に入れます。
33517 \end_layout
33518
33519 \begin_layout Standard
33520 新コマンドを定義する方法は、たとえばLaTeX中で分数は
33521 \series bold
33522
33523 \backslash
33524 frac{分子}{分母}
33525 \series default
33526 の形で入れなくてはならないことなど、使用するすべてのLaTeXコマンドの書式を知っている必要があるので、直感的ではありません。さらに、定義中で中括弧を入れ忘れる
33527 ことはよくあり、それをやってしまうと、LyXからは新コマンドが何をやらかしているか確認しにくくなってしまいます。これらの問題を回避するために、LyXは、
33528 \series bold
33529
33530 \backslash
33531 newcommand
33532 \series default
33533 コマンドの代わりに、数式マクロを使う方法を提供しています。
33534 \end_layout
33535
33536 \begin_layout Standard
33537 数式マクロは、
33538 \family sans
33539 挿入\SpecialChar \menuseparator
33540 数式\SpecialChar \menuseparator
33541 マクロ
33542 \family default
33543 メニューか、ツールバーボタンの
33544 \begin_inset Graphics
33545         filename ../../images/math-macro_newmacroname_newcommand.png
33546         scale 85
33547
33548 \end_inset
33549
33550 で作ることができます。すると、数式マクロツールバーが表示されるとともに、マクロを定義した箇所に以下のようなボックスが現れます。
33551 \begin_inset Newline newline
33552 \end_inset
33553
33554
33555 \begin_inset space \hspace*{\fill}
33556 \end_inset
33557
33558
33559 \begin_inset Graphics
33560         filename clipart/macrobox.png
33561
33562 \end_inset
33563
33564
33565 \begin_inset space \hspace*{\fill}
33566 \end_inset
33567
33568
33569 \begin_inset Newline newline
33570 \end_inset
33571
33572
33573 \begin_inset FormulaMacro
33574 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
33575 \end_inset
33576
33577
33578 \backslash
33579 newmacronameが既定のマクロ名として現れますが、意味のある名称に変更するべきでしょう。欲しい数式は一つ目の青枠の中に入れます。引数を置く場所は、
33580 \series bold
33581
33582 \backslash
33583 #1
33584 \series default
33585 のように
33586 \series bold
33587
33588 \backslash
33589 #引数番号
33590 \series default
33591 というコマンドで入力するか、マクロツールバーボタンの
33592 \begin_inset Graphics
33593         filename ../../images/math-macro-add-param.png
33594         scale 85
33595
33596 \end_inset
33597
33598 を使用します。引数位置は赤で表示されます。引数は、最大で9つまでとることができます。非必須引数は、ツールバーボタンの
33599 \begin_inset Graphics
33600         filename ../../images/math-macro-add-optional-param.png
33601         scale 85
33602
33603 \end_inset
33604
33605 で作ることができます。最初の必須引数は、ツールバーボタンの
33606 \begin_inset Graphics
33607         filename ../../images/math-macro-make-optional.png
33608         scale 85
33609
33610 \end_inset
33611
33612 を使って、非必須引数にすることができます。二つ目の青枠には、LyX中でのマクロの表示のしかたを定義することができます。通常は、定義したとおりに表示された方が便利
33613 なので、この枠は空白にしておきます。しかし、画面の過半を占拠してしまうようなマクロを作ってしまった場合には、たとえばこの枠に
33614 \begin_inset Newline newline
33615 \end_inset
33616
33617
33618 \series bold
33619 qG: 
33620 \backslash
33621 #1
33622 \series default
33623  
33624 \series bold
33625 ,
33626 \series default
33627  
33628 \series bold
33629
33630 \backslash
33631 #2
33632 \series default
33633  
33634 \series bold
33635 ,
33636 \series default
33637  
33638 \series bold
33639
33640 \backslash
33641 #3, 
33642 \backslash
33643 #4
33644 \begin_inset Newline newline
33645 \end_inset
33646
33647
33648 \series default
33649 のように入れることができます。このようにすると、マクロ名と引数のみがLyX上に表示され、見通しが良くなります。一方、出力での数式は、最初の枠で定義したように表示
33650 されます。
33651 \begin_inset Newline newline
33652 \end_inset
33653
33654 さらに、数式中のマクロ表示は、マクロの中にカーソルを置いて、
33655 \family sans
33656 表示\SpecialChar \menuseparator
33657 数式マクロを展開(畳む)
33658 \family default
33659 メニューを使うことで、マクロ毎に変えることができます。
33660 \end_layout
33661
33662 \begin_layout Standard
33663 マクロを使うには、数式中にマクロ名をコマンドとして入れます。上記の例では、
33664 \series bold
33665
33666 \backslash
33667 qG
33668 \series default
33669 とします。このマクロは、LyX中では以下のように表示されます。
33670 \begin_inset Newline newline
33671 \end_inset
33672
33673
33674 \begin_inset space \hspace*{\fill}
33675 \end_inset
33676
33677
33678 \begin_inset Graphics
33679         filename ../clipart/macrouse.png
33680
33681 \end_inset
33682
33683
33684 \begin_inset space \hspace*{\fill}
33685 \end_inset
33686
33687
33688 \begin_inset Newline newline
33689 \end_inset
33690
33691 以下は、上記の例に、引数
33692 \begin_inset Formula $x$
33693 \end_inset
33694
33695
33696 \begin_inset Formula $\ln(x)$
33697 \end_inset
33698
33699
33700 \begin_inset Formula $B$
33701 \end_inset
33702
33703 を指定したものです。
33704 \end_layout
33705
33706 \begin_layout Standard
33707 \begin_inset Formula 
33708 \[
33709 \qG x{\ln(x)}B
33710 \]
33711
33712 \end_inset
33713
33714
33715 \end_layout
33716
33717 \begin_layout Standard
33718 LyXは、
33719 \family sans
33720 ツール\SpecialChar \menuseparator
33721 設定\SpecialChar \menuseparator
33722 編集\SpecialChar \menuseparator
33723 制御
33724 \family default
33725 メニューで、マクロを編集するのに複数の様式を用意しています。あなたに最も合った様式を見つけるには、様式を選択してから、違いを見るために数式マクロにカーソルを合わ
33726 せてみてください。
33727 \end_layout
33728
33729 \begin_layout Standard
33730 数式マクロは、文書書き出し時に、内部的に
33731 \series bold
33732
33733 \backslash
33734 newcommand
33735 \series default
33736 コマンドに変換されます。こうして生成された
33737 \series bold
33738
33739 \backslash
33740 newcommand
33741 \series default
33742 コマンドは、LaTeXプリアンブルには置かれませんので、マクロは、文書中、マクロ定義ボックスよりも後の数式でのみ使うことができます。
33743 \end_layout
33744
33745 \begin_layout Standard
33746 数式マクロは、
33747 \series bold
33748
33749 \backslash
33750 newcommand
33751 \series default
33752 コマンドから直接作ることもできます。たとえば、LyX中に通常の文章として、
33753 \series bold
33754
33755 \begin_inset Newline newline
33756 \end_inset
33757
33758
33759 \backslash
33760 newcommand{
33761 \backslash
33762 larrow}[2]{
33763 \backslash
33764 xleftarrow[#2]{#1}}
33765 \begin_inset Newline newline
33766 \end_inset
33767
33768
33769 \series default
33770 というコマンドを書き入れ、この全体を選択して、
33771 \begin_inset Flex Ruby
33772 status collapsed
33773
33774 \begin_layout Plain Layout
33775 捷径
33776 \begin_inset Argument post:1
33777 status collapsed
33778
33779 \begin_layout Plain Layout
33780 ショートカット
33781 \end_layout
33782
33783 \end_inset
33784
33785
33786 \end_layout
33787
33788 \end_inset
33789
33790
33791 \family sans
33792 Ctrl+M
33793 \family default
33794 を押すと、このコマンドは数式マクロに変換されます。この方法を使うに当たっては、
33795 \series bold
33796
33797 \backslash
33798 newcommand
33799 \series default
33800 コマンドが正しく入力されていることに気をつけなくてはなりません。さもないと、間違ったマクロが作られてしまって、LaTeXエラーが発生します。
33801 \end_layout
33802
33803 \begin_layout Standard
33804 数式マクロには、まだ、マクロ定義中に再帰的に数式を入れてしまうと、正しく処理されないという問題が残っています。したがって、第
33805 \begin_inset CommandInset ref
33806 LatexCommand ref
33807 reference "sub:newcommandコマンド"
33808
33809 \end_inset
33810
33811 節で例として作った
33812 \series bold
33813
33814 \backslash
33815 fb
33816 \series default
33817 は、マクロとしては作ることができません。
33818 \end_layout
33819
33820 \begin_layout Standard
33821 カーソルがマクロ定義ボックスの中にあるとき、LyX中に以下のようなマクロツールバーが表示されます。
33822 \end_layout
33823
33824 \begin_layout Standard
33825 \begin_inset VSpace defskip
33826 \end_inset
33827
33828
33829 \end_layout
33830
33831 \begin_layout Standard
33832 \begin_inset Graphics
33833         filename ../clipart/MacroToolbar.png
33834
33835 \end_inset
33836
33837
33838 \begin_inset Index idx
33839 status collapsed
33840
33841 \begin_layout Plain Layout
33842 まくろ@マクロ ! つーるばー@ツールバー
33843 \end_layout
33844
33845 \end_inset
33846
33847
33848 \end_layout
33849
33850 \begin_layout Standard
33851 \begin_inset VSpace defskip
33852 \end_inset
33853
33854
33855 \end_layout
33856
33857 \begin_layout Standard
33858 マクロツールバーは、左から右に、以下の各ボタンがあります。
33859 \end_layout
33860
33861 \begin_layout Standard
33862 \begin_inset VSpace defskip
33863 \end_inset
33864
33865
33866 \end_layout
33867
33868 \begin_layout Standard
33869 \begin_inset Tabular
33870 <lyxtabular version="3" rows="9" columns="2">
33871 <features rotate="0" islongtable="true" longtabularalignment="center">
33872 <column alignment="left" valignment="top">
33873 <column alignment="left" valignment="top" width="85col%">
33874 <row interlinespace="2.5mm">
33875 <cell alignment="center" valignment="top" usebox="none">
33876 \begin_inset Text
33877
33878 \begin_layout Plain Layout
33879 \begin_inset Graphics
33880         filename ../../images/math-macro-remove-param.png
33881         rotateOrigin center
33882
33883 \end_inset
33884
33885
33886 \end_layout
33887
33888 \end_inset
33889 </cell>
33890 <cell alignment="center" valignment="top" usebox="none">
33891 \begin_inset Text
33892
33893 \begin_layout Plain Layout
33894
33895 \family sans
33896 編集\SpecialChar \menuseparator
33897 数式\SpecialChar \menuseparator
33898 マクロ定義\SpecialChar \menuseparator
33899 最後の引数を削除
33900 \end_layout
33901
33902 \end_inset
33903 </cell>
33904 </row>
33905 <row interlinespace="2.5mm">
33906 <cell alignment="center" valignment="top" usebox="none">
33907 \begin_inset Text
33908
33909 \begin_layout Plain Layout
33910 \begin_inset Graphics
33911         filename ../../images/math-macro-add-param.png
33912         rotateOrigin center
33913
33914 \end_inset
33915
33916
33917 \end_layout
33918
33919 \end_inset
33920 </cell>
33921 <cell alignment="center" valignment="top" usebox="none">
33922 \begin_inset Text
33923
33924 \begin_layout Plain Layout
33925
33926 \family sans
33927 編集\SpecialChar \menuseparator
33928 数式\SpecialChar \menuseparator
33929 マクロ定義\SpecialChar \menuseparator
33930 引数を追加
33931 \end_layout
33932
33933 \end_inset
33934 </cell>
33935 </row>
33936 <row interlinespace="2.5mm">
33937 <cell alignment="center" valignment="top" usebox="none">
33938 \begin_inset Text
33939
33940 \begin_layout Plain Layout
33941 \begin_inset Graphics
33942         filename ../../images/math-macro-make-optional.png
33943         rotateOrigin center
33944
33945 \end_inset
33946
33947
33948 \end_layout
33949
33950 \end_inset
33951 </cell>
33952 <cell alignment="center" valignment="top" usebox="none">
33953 \begin_inset Text
33954
33955 \begin_layout Plain Layout
33956
33957 \family sans
33958 編集\SpecialChar \menuseparator
33959 数式\SpecialChar \menuseparator
33960 マクロ定義\SpecialChar \menuseparator
33961 最初の必須引数を
33962 \begin_inset Newline newline
33963 \end_inset
33964
33965
33966 \begin_inset Phantom HPhantom
33967 status open
33968
33969 \begin_layout Plain Layout
33970
33971 \family sans
33972 編集\SpecialChar \menuseparator
33973 数式\SpecialChar \menuseparator
33974 マクロ定義\SpecialChar \menuseparator
33975
33976 \end_layout
33977
33978 \end_inset
33979
33980 非必須引数にする
33981 \end_layout
33982
33983 \end_inset
33984 </cell>
33985 </row>
33986 <row interlinespace="2.5mm">
33987 <cell alignment="center" valignment="top" usebox="none">
33988 \begin_inset Text
33989
33990 \begin_layout Plain Layout
33991 \begin_inset Graphics
33992         filename ../../images/math-macro-make-nonoptional.png
33993         rotateOrigin center
33994
33995 \end_inset
33996
33997
33998 \end_layout
33999
34000 \end_inset
34001 </cell>
34002 <cell alignment="center" valignment="top" usebox="none">
34003 \begin_inset Text
34004
34005 \begin_layout Plain Layout
34006
34007 \family sans
34008 編集\SpecialChar \menuseparator
34009 数式\SpecialChar \menuseparator
34010 マクロ定義\SpecialChar \menuseparator
34011 最後の非必須引数を
34012 \begin_inset Newline newline
34013 \end_inset
34014
34015
34016 \begin_inset Phantom HPhantom
34017 status open
34018
34019 \begin_layout Plain Layout
34020
34021 \family sans
34022 編集\SpecialChar \menuseparator
34023 数式\SpecialChar \menuseparator
34024 マクロ定義\SpecialChar \menuseparator
34025
34026 \end_layout
34027
34028 \end_inset
34029
34030 必須引数にする
34031 \end_layout
34032
34033 \end_inset
34034 </cell>
34035 </row>
34036 <row interlinespace="2.5mm">
34037 <cell alignment="center" valignment="top" usebox="none">
34038 \begin_inset Text
34039
34040 \begin_layout Plain Layout
34041 \begin_inset Graphics
34042         filename ../../images/math-macro-remove-optional-param.png
34043         rotateOrigin center
34044
34045 \end_inset
34046
34047
34048 \end_layout
34049
34050 \end_inset
34051 </cell>
34052 <cell alignment="center" valignment="top" usebox="none">
34053 \begin_inset Text
34054
34055 \begin_layout Plain Layout
34056
34057 \family sans
34058 編集\SpecialChar \menuseparator
34059 数式\SpecialChar \menuseparator
34060 マクロ定義\SpecialChar \menuseparator
34061 非必須引数を削除
34062 \end_layout
34063
34064 \end_inset
34065 </cell>
34066 </row>
34067 <row interlinespace="2.5mm">
34068 <cell alignment="center" valignment="top" usebox="none">
34069 \begin_inset Text
34070
34071 \begin_layout Plain Layout
34072 \begin_inset Graphics
34073         filename ../../images/math-macro-add-optional-param.png
34074         rotateOrigin center
34075
34076 \end_inset
34077
34078
34079 \end_layout
34080
34081 \end_inset
34082 </cell>
34083 <cell alignment="center" valignment="top" usebox="none">
34084 \begin_inset Text
34085
34086 \begin_layout Plain Layout
34087
34088 \family sans
34089 編集\SpecialChar \menuseparator
34090 数式\SpecialChar \menuseparator
34091 マクロ定義\SpecialChar \menuseparator
34092 非必須引数を挿入
34093 \end_layout
34094
34095 \end_inset
34096 </cell>
34097 </row>
34098 <row interlinespace="2.5mm">
34099 <cell alignment="center" valignment="top" usebox="none">
34100 \begin_inset Text
34101
34102 \begin_layout Plain Layout
34103 \begin_inset Graphics
34104         filename ../../images/math-macro-remove-greedy-param.png
34105         rotateOrigin center
34106
34107 \end_inset
34108
34109
34110 \end_layout
34111
34112 \end_inset
34113 </cell>
34114 <cell alignment="center" valignment="top" usebox="none">
34115 \begin_inset Text
34116
34117 \begin_layout Plain Layout
34118
34119 \family sans
34120 編集\SpecialChar \menuseparator
34121 数式\SpecialChar \menuseparator
34122 マクロ定義\SpecialChar \menuseparator
34123 右に吐き出す形で
34124 \begin_inset Newline newline
34125 \end_inset
34126
34127
34128 \begin_inset Phantom HPhantom
34129 status open
34130
34131 \begin_layout Plain Layout
34132
34133 \family sans
34134 編集\SpecialChar \menuseparator
34135 数式\SpecialChar \menuseparator
34136 マクロ定義\SpecialChar \menuseparator
34137
34138 \end_layout
34139
34140 \end_inset
34141
34142 最後の引数を削除
34143 \end_layout
34144
34145 \end_inset
34146 </cell>
34147 </row>
34148 <row interlinespace="2.5mm">
34149 <cell alignment="center" valignment="top" usebox="none">
34150 \begin_inset Text
34151
34152 \begin_layout Plain Layout
34153 \begin_inset Graphics
34154         filename ../../images/math-macro-append-greedy-param.png
34155         rotateOrigin center
34156
34157 \end_inset
34158
34159
34160 \end_layout
34161
34162 \end_inset
34163 </cell>
34164 <cell alignment="center" valignment="top" usebox="none">
34165 \begin_inset Text
34166
34167 \begin_layout Plain Layout
34168
34169 \family sans
34170 編集\SpecialChar \menuseparator
34171 数式\SpecialChar \menuseparator
34172 マクロ定義\SpecialChar \menuseparator
34173 右から喰う形で
34174 \begin_inset Newline newline
34175 \end_inset
34176
34177
34178 \begin_inset Phantom HPhantom
34179 status open
34180
34181 \begin_layout Plain Layout
34182
34183 \family sans
34184 編集\SpecialChar \menuseparator
34185 数式\SpecialChar \menuseparator
34186 マクロ定義\SpecialChar \menuseparator
34187
34188 \end_layout
34189
34190 \end_inset
34191
34192 引数を追加
34193 \end_layout
34194
34195 \end_inset
34196 </cell>
34197 </row>
34198 <row interlinespace="2.5mm">
34199 <cell alignment="center" valignment="top" usebox="none">
34200 \begin_inset Text
34201
34202 \begin_layout Plain Layout
34203 \begin_inset Graphics
34204         filename ../../images/math-macro-add-greedy-optional-param.png
34205         rotateOrigin center
34206
34207 \end_inset
34208
34209
34210 \end_layout
34211
34212 \end_inset
34213 </cell>
34214 <cell alignment="center" valignment="top" usebox="none">
34215 \begin_inset Text
34216
34217 \begin_layout Plain Layout
34218
34219 \family sans
34220 編集\SpecialChar \menuseparator
34221 数式\SpecialChar \menuseparator
34222 マクロ定義\SpecialChar \menuseparator
34223 右から喰う形で
34224 \begin_inset Newline newline
34225 \end_inset
34226
34227
34228 \begin_inset Phantom HPhantom
34229 status open
34230
34231 \begin_layout Plain Layout
34232
34233 \family sans
34234 編集\SpecialChar \menuseparator
34235 数式\SpecialChar \menuseparator
34236 マクロ定義\SpecialChar \menuseparator
34237
34238 \end_layout
34239
34240 \end_inset
34241
34242 非必須引数を追加
34243 \end_layout
34244
34245 \end_inset
34246 </cell>
34247 </row>
34248 </lyxtabular>
34249
34250 \end_inset
34251
34252
34253 \end_layout
34254
34255 \begin_layout Section
34256 コンピュータ代数システム
34257 \end_layout
34258
34259 \begin_layout Standard
34260 LyXでは、LyXの数式エディタで書かれた数式表現と、外部プログラムやユーザ定義スクリプトとの間のやり取りが可能です。現在サポートされているプログラムは、
34261 \family sans
34262 Maple
34263 \family default
34264
34265 \family sans
34266 Mathematica
34267 \family default
34268
34269 \family sans
34270 Maxima
34271 \family default
34272
34273 \family sans
34274 Octave
34275 \family default
34276 です。サポートされている数式表現は、非常に単純なものに限られていますので、ご注意ください。
34277 \end_layout
34278
34279 \begin_layout Subsection
34280 使用法
34281 \end_layout
34282
34283 \begin_layout Standard
34284 数式表現を書いた後、
34285 \family sans
34286 編集\SpecialChar \menuseparator
34287 数式\SpecialChar \menuseparator
34288 コンピュータ代数システムを使用
34289 \family default
34290 メニューで、コンピュータに導入済みのプログラムを選択します。その後、計算結果が、数式表現の右に「=」演算子とともに表示されます。
34291 \end_layout
34292
34293 \begin_layout Standard
34294 下記は、どのような計算が可能かをいくつか例示したものです(出力は
34295 \family typewriter
34296 Maxima
34297 \family default
34298 です)。
34299 \end_layout
34300
34301 \begin_layout Itemize
34302 \begin_inset Formula $\frac{37}{3}*2-\sum_{i=1}^{3}i^{i}=-\frac{22}{3}$
34303 \end_inset
34304
34305
34306 \end_layout
34307
34308 \begin_layout Itemize
34309 \begin_inset Formula $\frac{37.0}{3}=12.33333333333333$
34310 \end_inset
34311
34312
34313 \end_layout
34314
34315 \begin_layout Itemize
34316 \begin_inset Formula $\int_{1}^{2}\sin(x)dx=\cos1-\cos2$
34317 \end_inset
34318
34319
34320 \end_layout
34321
34322 \begin_layout Itemize
34323 \begin_inset Formula $\det\left[\begin{array}{ccc}
34324 1 & 6 & 7\\
34325 2 & 5 & 8\\
34326 3 & 4 & 17
34327 \end{array}\right]=-56$
34328 \end_inset
34329
34330
34331 \end_layout
34332
34333 \begin_layout Itemize
34334 \begin_inset Formula $\lim_{x\rightarrow0}\left(\frac{\sin(x)}{x}\right)=1$
34335 \end_inset
34336
34337
34338 \end_layout
34339
34340 \begin_layout Subsection
34341 捷径
34342 \end_layout
34343
34344 \begin_layout Standard
34345 現在のところ、代数プログラムを呼び出すための
34346 \begin_inset Flex Ruby
34347 status collapsed
34348
34349 \begin_layout Plain Layout
34350 捷径
34351 \begin_inset Argument post:1
34352 status collapsed
34353
34354 \begin_layout Plain Layout
34355 ショートカット
34356 \end_layout
34357
34358 \end_inset
34359
34360
34361 \end_layout
34362
34363 \end_inset
34364
34365 はありません。しかし、捷径を
34366 \family sans
34367 math-extern
34368 \family default
34369  LyX関数にバインドすることは容易です(取扱説明書『
34370 \family sans
34371 \emph on
34372 LyX関数篇
34373 \family default
34374 \emph default
34375 』参照)。例えば、数式エディタ中で
34376 \family sans
34377 リターン
34378 \family default
34379
34380 \begin_inset Flex Ruby
34381 status collapsed
34382
34383 \begin_layout Plain Layout
34384
34385 \begin_inset Argument post:1
34386 status collapsed
34387
34388 \begin_layout Plain Layout
34389 キー
34390 \end_layout
34391
34392 \end_inset
34393
34394
34395 \end_layout
34396
34397 \end_inset
34398
34399 をバインドさせることもできます。それを
34400 \family typewriter
34401 Maxima
34402 \family default
34403 にバインドするには、下記の捷径定義コマンドを使用します。
34404 \end_layout
34405
34406 \begin_layout Standard
34407
34408 \series bold
34409 command-alternatives break-paragraph;math-extern maxima
34410 \end_layout
34411
34412 \begin_layout Section
34413 補遺
34414 \begin_inset Index idx
34415 status collapsed
34416
34417 \begin_layout Plain Layout
34418 ほい@補遺
34419 \end_layout
34420
34421 \end_inset
34422
34423
34424 \end_layout
34425
34426 \begin_layout Subsection
34427 負の数
34428 \begin_inset Index idx
34429 status collapsed
34430
34431 \begin_layout Plain Layout
34432 かず@数 ! ふの@負の ---
34433 \end_layout
34434
34435 \end_inset
34436
34437
34438 \end_layout
34439
34440 \begin_layout Standard
34441 数式中の負の数は、数の前の負符号が、差演算子記号と同じ長さに設定されてしまうために、汚く見えてしまうことがあります。負の数を通常の文章として書くと、負符号は正し
34442 く表示されます。
34443 \end_layout
34444
34445 \begin_layout Standard
34446 したがって、この問題は、負符号を数式テキストに変換することによって、解消されます。
34447 \end_layout
34448
34449 \begin_layout Standard
34450 以下は、この問題を示す例です。
34451 \end_layout
34452
34453 \begin_layout Standard
34454 \align center
34455 \begin_inset Tabular
34456 <lyxtabular version="3" rows="3" columns="2">
34457 <features rotate="0" tabularvalignment="middle">
34458 <column alignment="right" valignment="top">
34459 <column alignment="left" valignment="top">
34460 <row>
34461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34462 \begin_inset Text
34463
34464 \begin_layout Plain Layout
34465 通常の文章:
34466 \end_layout
34467
34468 \end_inset
34469 </cell>
34470 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34471 \begin_inset Text
34472
34473 \begin_layout Plain Layout
34474 x = -2
34475 \end_layout
34476
34477 \end_inset
34478 </cell>
34479 </row>
34480 <row>
34481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34482 \begin_inset Text
34483
34484 \begin_layout Plain Layout
34485 数式:
34486 \end_layout
34487
34488 \end_inset
34489 </cell>
34490 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34491 \begin_inset Text
34492
34493 \begin_layout Plain Layout
34494 \begin_inset Formula $x=-2$
34495 \end_inset
34496
34497
34498 \end_layout
34499
34500 \end_inset
34501 </cell>
34502 </row>
34503 <row>
34504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34505 \begin_inset Text
34506
34507 \begin_layout Plain Layout
34508 解決策:
34509 \end_layout
34510
34511 \end_inset
34512 </cell>
34513 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34514 \begin_inset Text
34515
34516 \begin_layout Plain Layout
34517 \begin_inset Formula $x=\textrm{-}2$
34518 \end_inset
34519
34520
34521 \end_layout
34522
34523 \end_inset
34524 </cell>
34525 </row>
34526 </lyxtabular>
34527
34528 \end_inset
34529
34530
34531 \end_layout
34532
34533 \begin_layout Subsection
34534 位区切りとしてのコンマ
34535 \begin_inset Index idx
34536 status collapsed
34537
34538 \begin_layout Plain Layout
34539 こんま@コンマ
34540 \end_layout
34541
34542 \end_inset
34543
34544
34545 \begin_inset Index idx
34546 status collapsed
34547
34548 \begin_layout Plain Layout
34549 かんま@カンマ|see
34550 \begin_inset ERT
34551 status collapsed
34552
34553 \begin_layout Plain Layout
34554
34555 {
34556 \end_layout
34557
34558 \end_inset
34559
34560 コンマ
34561 \begin_inset ERT
34562 status collapsed
34563
34564 \begin_layout Plain Layout
34565
34566 }
34567 \end_layout
34568
34569 \end_inset
34570
34571
34572 \end_layout
34573
34574 \end_inset
34575
34576
34577 \end_layout
34578
34579 \begin_layout Standard
34580 LaTeXでは、英語の慣習にしたがい、数式中のコンマを数字の位区切りに使用します。よって、数式中のコンマの後ろには、つねに空白が加わります。
34581 \end_layout
34582
34583 \begin_layout Standard
34584 これを回避するためには、コンマを選択して、数式テキストに変更して下さい(
34585 \begin_inset Flex Ruby
34586 status collapsed
34587
34588 \begin_layout Plain Layout
34589 捷径
34590 \begin_inset Argument post:1
34591 status collapsed
34592
34593 \begin_layout Plain Layout
34594 ショートカット
34595 \end_layout
34596
34597 \end_inset
34598
34599
34600 \end_layout
34601
34602 \end_inset
34603
34604
34605 \begin_inset Info
34606 type  "shortcut"
34607 arg   "math-mode"
34608 \end_inset
34609
34610 )。
34611 \end_layout
34612
34613 \begin_layout Standard
34614 文書中の数式コンマを、すべて小数点として使うには、LaTeXプリアンブルに
34615 \end_layout
34616
34617 \begin_layout Standard
34618
34619 \series bold
34620
34621 \backslash
34622 usepackage{icomma}
34623 \end_layout
34624
34625 \begin_layout Standard
34626 という行を加えて、
34627 \series bold
34628 icomma.sty
34629 \series default
34630
34631 \begin_inset Foot
34632 status collapsed
34633
34634 \begin_layout Plain Layout
34635
34636 \series bold
34637 icomma
34638 \series default
34639 は、LaTeXパッケージ
34640 \series bold
34641 was
34642 \series default
34643
34644 \begin_inset Index idx
34645 status collapsed
34646
34647 \begin_layout Plain Layout
34648 ぱっけーじ@パッケージ ! was
34649 \begin_inset ERT
34650 status collapsed
34651
34652 \begin_layout Plain Layout
34653
34654
34655 \backslash
34656 vspace{4mm}
34657 \end_layout
34658
34659 \end_inset
34660
34661
34662 \end_layout
34663
34664 \end_inset
34665
34666 に含まれています。
34667 \end_layout
34668
34669 \end_inset
34670
34671
34672 \begin_inset Index idx
34673 status collapsed
34674
34675 \begin_layout Plain Layout
34676 ぱっけーじ@パッケージ ! icomma
34677 \end_layout
34678
34679 \end_inset
34680
34681 ファイルを読み込みます。
34682 \end_layout
34683
34684 \begin_layout Subsection
34685 物理ベクトル
34686 \begin_inset CommandInset label
34687 LatexCommand label
34688 name "sub:物理ベクトル"
34689
34690 \end_inset
34691
34692
34693 \begin_inset Index idx
34694 status collapsed
34695
34696 \begin_layout Plain Layout
34697 Vectors ! physical
34698 \end_layout
34699
34700 \end_inset
34701
34702
34703 \end_layout
34704
34705 \begin_layout Standard
34706 LaTeXパッケージ
34707 \series bold
34708 braket
34709 \series default
34710
34711 \begin_inset Foot
34712 status collapsed
34713
34714 \begin_layout Plain Layout
34715
34716 \series bold
34717 braket
34718 \series default
34719  は標準的LaTeX頒布版のすべてに含まれています。
34720 \end_layout
34721
34722 \end_inset
34723
34724
34725 \begin_inset Index idx
34726 status collapsed
34727
34728 \begin_layout Plain Layout
34729 ぱっけーじ@パッケージ ! braket
34730 \end_layout
34731
34732 \end_inset
34733
34734 には、定義済みのベクトルが提供されており、
34735 \end_layout
34736
34737 \begin_layout Standard
34738
34739 \series bold
34740
34741 \backslash
34742 usepackage{braket}
34743 \end_layout
34744
34745 \begin_layout Standard
34746 というLaTeXプリアンブル行で読み込むことができます。
34747 \end_layout
34748
34749 \begin_layout Standard
34750 \begin_inset ERT
34751 status collapsed
34752
34753 \begin_layout Plain Layout
34754
34755
34756 \backslash
34757 ifbraket 
34758 \end_layout
34759
34760 \end_inset
34761
34762
34763 \begin_inset Note Note
34764 status open
34765
34766 \begin_layout Plain Layout
34767 以下の表は、
34768 \series bold
34769 braket
34770 \series default
34771  LaTeXパッケージが導入済みのときのみ表示されます。
34772 \end_layout
34773
34774 \end_inset
34775
34776 以下のコマンドが定義されています。
34777 \end_layout
34778
34779 \begin_layout Standard
34780 \align center
34781 \begin_inset Tabular
34782 <lyxtabular version="3" rows="4" columns="2">
34783 <features rotate="0" tabularvalignment="middle">
34784 <column alignment="center" valignment="top">
34785 <column alignment="center" valignment="top">
34786 <row>
34787 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34788 \begin_inset Text
34789
34790 \begin_layout Plain Layout
34791 コマンド
34792 \end_layout
34793
34794 \end_inset
34795 </cell>
34796 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34797 \begin_inset Text
34798
34799 \begin_layout Plain Layout
34800 出力
34801 \end_layout
34802
34803 \end_inset
34804 </cell>
34805 </row>
34806 <row>
34807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34808 \begin_inset Text
34809
34810 \begin_layout Plain Layout
34811
34812 \backslash
34813 Bra{
34814 \backslash
34815 psi
34816 \end_layout
34817
34818 \end_inset
34819 </cell>
34820 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34821 \begin_inset Text
34822
34823 \begin_layout Plain Layout
34824 \begin_inset Formula $\Bra{\psi}$
34825 \end_inset
34826
34827
34828 \end_layout
34829
34830 \end_inset
34831 </cell>
34832 </row>
34833 <row>
34834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34835 \begin_inset Text
34836
34837 \begin_layout Plain Layout
34838
34839 \backslash
34840 Ket{
34841 \backslash
34842 psi
34843 \end_layout
34844
34845 \end_inset
34846 </cell>
34847 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34848 \begin_inset Text
34849
34850 \begin_layout Plain Layout
34851 \begin_inset Formula $\Ket{\psi}$
34852 \end_inset
34853
34854
34855 \end_layout
34856
34857 \end_inset
34858 </cell>
34859 </row>
34860 <row>
34861 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34862 \begin_inset Text
34863
34864 \begin_layout Plain Layout
34865
34866 \backslash
34867 Braket{
34868 \backslash
34869 psi
34870 \begin_inset Formula $|$
34871 \end_inset
34872
34873
34874 \backslash
34875 phi
34876 \end_layout
34877
34878 \end_inset
34879 </cell>
34880 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34881 \begin_inset Text
34882
34883 \begin_layout Plain Layout
34884 \begin_inset Formula $\Braket{\psi|\phi}$
34885 \end_inset
34886
34887
34888 \end_layout
34889
34890 \end_inset
34891 </cell>
34892 </row>
34893 </lyxtabular>
34894
34895 \end_inset
34896
34897
34898 \end_layout
34899
34900 \begin_layout Standard
34901
34902 \series bold
34903
34904 \backslash
34905 Braket
34906 \series default
34907 コマンドを使うと、以下のように、すべての縦棒がそれを囲む括弧と同じ大きさに設定されます。
34908 \begin_inset Formula 
34909 \[
34910 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}
34911 \]
34912
34913 \end_inset
34914
34915
34916 \begin_inset ERT
34917 status collapsed
34918
34919 \begin_layout Plain Layout
34920
34921
34922 \backslash
34923 else 
34924 \end_layout
34925
34926 \end_inset
34927
34928
34929 \begin_inset Note Note
34930 status open
34931
34932 \begin_layout Plain Layout
34933
34934 \series bold
34935 braket
34936 \series default
34937  LaTeXパッケージが導入されていないときには、以下が表示されます。
34938 \end_layout
34939
34940 \end_inset
34941
34942
34943 \end_layout
34944
34945 \begin_layout Standard
34946 本小節の全体を出力で見るためには、
34947 \series bold
34948 braket
34949 \series default
34950  LaTeXパッケージを導入する必要があります。
34951 \end_layout
34952
34953 \begin_layout Standard
34954 \begin_inset ERT
34955 status collapsed
34956
34957 \begin_layout Plain Layout
34958
34959
34960 \backslash
34961 fi 
34962 \end_layout
34963
34964 \end_inset
34965
34966
34967 \end_layout
34968
34969 \begin_layout Standard
34970
34971 \series bold
34972
34973 \backslash
34974 Braket
34975 \series default
34976 と同じ効果は、第
34977 \begin_inset CommandInset ref
34978 LatexCommand ref
34979 reference "sub:自動の括弧丈"
34980
34981 \end_inset
34982
34983 節に説明されているとおり、
34984 \series bold
34985
34986 \backslash
34987 middle
34988 \series default
34989 コマンドを用いることによっても実現できます。
34990 \end_layout
34991
34992 \begin_layout Subsection
34993 自己定義の分数
34994 \begin_inset CommandInset label
34995 LatexCommand label
34996 name "sub:自己定義の分数"
34997
34998 \end_inset
34999
35000
35001 \begin_inset Index idx
35002 status collapsed
35003
35004 \begin_layout Plain Layout
35005 ぶんすう@分数 ! じこていぎの@自己定義の ---
35006 \end_layout
35007
35008 \end_inset
35009
35010
35011 \end_layout
35012
35013 \begin_layout Standard
35014 分数用の自製コマンドを定義するには、以下の書式を持つ
35015 \series bold
35016
35017 \backslash
35018 genfrac
35019 \series default
35020
35021 \begin_inset Index idx
35022 status collapsed
35023
35024 \begin_layout Plain Layout
35025 こまんど@コマンド ! G ! 
35026 \backslash
35027 genfrac
35028 \end_layout
35029
35030 \end_inset
35031
35032 コマンドを使います。
35033 \end_layout
35034
35035 \begin_layout Standard
35036
35037 \series bold
35038
35039 \backslash
35040 genfrac{左括弧}{右括弧}{分数線の厚み}{様式}
35041 \begin_inset Newline newline
35042 \end_inset
35043
35044
35045 \begin_inset Phantom HPhantom
35046 status open
35047
35048 \begin_layout Plain Layout
35049
35050 \series bold
35051
35052 \backslash
35053 genfrac
35054 \end_layout
35055
35056 \end_inset
35057
35058 {分子}{分母}
35059 \end_layout
35060
35061 \begin_layout Standard
35062 ここで「様式」は、0
35063 \begin_inset space \thinspace{}
35064 \end_inset
35065
35066 -
35067 \begin_inset space \thinspace{}
35068 \end_inset
35069
35070 3の範囲の数字です。
35071 \end_layout
35072
35073 \begin_layout Standard
35074 \align center
35075 \begin_inset Tabular
35076 <lyxtabular version="3" rows="5" columns="2">
35077 <features rotate="0" tabularvalignment="middle">
35078 <column alignment="center" valignment="top">
35079 <column alignment="center" valignment="top">
35080 <row>
35081 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35082 \begin_inset Text
35083
35084 \begin_layout Plain Layout
35085 数字
35086 \end_layout
35087
35088 \end_inset
35089 </cell>
35090 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35091 \begin_inset Text
35092
35093 \begin_layout Plain Layout
35094 様式(大きさ)
35095 \end_layout
35096
35097 \end_inset
35098 </cell>
35099 </row>
35100 <row>
35101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35102 \begin_inset Text
35103
35104 \begin_layout Plain Layout
35105 0
35106 \end_layout
35107
35108 \end_inset
35109 </cell>
35110 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35111 \begin_inset Text
35112
35113 \begin_layout Plain Layout
35114 別行立て様式の数式
35115 \end_layout
35116
35117 \end_inset
35118 </cell>
35119 </row>
35120 <row>
35121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35122 \begin_inset Text
35123
35124 \begin_layout Plain Layout
35125 1
35126 \end_layout
35127
35128 \end_inset
35129 </cell>
35130 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35131 \begin_inset Text
35132
35133 \begin_layout Plain Layout
35134 行内数式
35135 \end_layout
35136
35137 \end_inset
35138 </cell>
35139 </row>
35140 <row>
35141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35142 \begin_inset Text
35143
35144 \begin_layout Plain Layout
35145 2
35146 \end_layout
35147
35148 \end_inset
35149 </cell>
35150 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35151 \begin_inset Text
35152
35153 \begin_layout Plain Layout
35154 やや小(small)
35155 \end_layout
35156
35157 \end_inset
35158 </cell>
35159 </row>
35160 <row>
35161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35162 \begin_inset Text
35163
35164 \begin_layout Plain Layout
35165 3
35166 \end_layout
35167
35168 \end_inset
35169 </cell>
35170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35171 \begin_inset Text
35172
35173 \begin_layout Plain Layout
35174 最小(tiny)
35175 \end_layout
35176
35177 \end_inset
35178 </cell>
35179 </row>
35180 </lyxtabular>
35181
35182 \end_inset
35183
35184
35185 \end_layout
35186
35187 \begin_layout Standard
35188 「様式」を指定しないときには、
35189 \series bold
35190
35191 \backslash
35192 frac
35193 \series default
35194 コマンドのように、大きさは周囲の環境に合わせて調節されます。 
35195 \end_layout
35196
35197 \begin_layout Standard
35198 「分数線の厚み」を指定しないときには、既定値である0.4
35199 \begin_inset space \thinspace{}
35200 \end_inset
35201
35202 ptが用いられます。
35203 \end_layout
35204
35205 \begin_layout Standard
35206 \begin_inset VSpace medskip
35207 \end_inset
35208
35209 たとえば、第
35210 \begin_inset CommandInset ref
35211 LatexCommand ref
35212 reference "sub:分数"
35213
35214 \end_inset
35215
35216 節の
35217 \series bold
35218
35219 \backslash
35220 dfrac
35221 \series default
35222 コマンドおよび
35223 \series bold
35224
35225 \backslash
35226 tbinom
35227 \series default
35228 コマンドは、
35229 \end_layout
35230
35231 \begin_layout Standard
35232
35233 \series bold
35234
35235 \backslash
35236 newcommand{
35237 \backslash
35238 dfrac}[2]{
35239 \backslash
35240 genfrac{}{}{}{0}{#1}{#2}}
35241 \end_layout
35242
35243 \begin_layout Standard
35244 あるいは
35245 \end_layout
35246
35247 \begin_layout Standard
35248
35249 \series bold
35250
35251 \backslash
35252 newcommand{
35253 \backslash
35254 tbinom}[2]{
35255 \backslash
35256 genfrac{(}{)}{0pt}{1}{#1}{#2}}
35257 \end_layout
35258
35259 \begin_layout Standard
35260 というコマンドで定義できます。
35261 \end_layout
35262
35263 \begin_layout Standard
35264 \begin_inset VSpace medskip
35265 \end_inset
35266
35267 分数線の厚みを非必須の引数として与えることのできる分数を定義するには、LaTeXプリアンブルに
35268 \end_layout
35269
35270 \begin_layout Standard
35271
35272 \series bold
35273
35274 \backslash
35275 newcommand{
35276 \backslash
35277 fracS}[3][]{
35278 \backslash
35279 genfrac{}{}{#1}{}{#2}{#3}}
35280 \end_layout
35281
35282 \begin_layout Standard
35283 という行を入れます。
35284 \begin_inset Newpage newpage
35285 \end_inset
35286
35287
35288 \end_layout
35289
35290 \begin_layout Standard
35291 以下は、そのテストです。
35292 \begin_inset Formula 
35293 \begin{align*}
35294 \text{コマンド} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
35295 \text{出力} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
35296 \end{align*}
35297
35298 \end_inset
35299
35300 ご覧になってわかるように、分子や分母から分数線までの距離は、分数線の厚みの約3倍になります。
35301 \end_layout
35302
35303 \begin_layout Subsection
35304 数式の消去
35305 \begin_inset Index idx
35306 status collapsed
35307
35308 \begin_layout Plain Layout
35309 すうしき@数式 ! しょうきょ@消去
35310 \end_layout
35311
35312 \end_inset
35313
35314
35315 \end_layout
35316
35317 \begin_layout Standard
35318 数式あるいはその一部を消去するには、
35319 \series bold
35320 cancel
35321 \series default
35322
35323 \begin_inset Foot
35324 status collapsed
35325
35326 \begin_layout Plain Layout
35327
35328 \series bold
35329 cancel
35330 \series default
35331 は、標準的なLaTeX頒布版のすべてに含まれています。
35332 \end_layout
35333
35334 \end_inset
35335
35336
35337 \begin_inset Index idx
35338 status collapsed
35339
35340 \begin_layout Plain Layout
35341 ぱっけーじ@パッケージ ! cancel
35342 \end_layout
35343
35344 \end_inset
35345
35346  LaTeXパッケージを、LaTeXプリアンブル行に
35347 \end_layout
35348
35349 \begin_layout Standard
35350
35351 \series bold
35352
35353 \backslash
35354 usepackage{cancel}
35355 \end_layout
35356
35357 \begin_layout Standard
35358 と書いて読み込む必要があります。
35359 \end_layout
35360
35361 \begin_layout Standard
35362 数式を消去するには、4つの方法があります。
35363 \end_layout
35364
35365 \begin_layout Standard
35366 \align center
35367 \begin_inset Tabular
35368 <lyxtabular version="3" rows="5" columns="2">
35369 <features rotate="0" tabularvalignment="middle">
35370 <column alignment="center" valignment="top">
35371 <column alignment="center" valignment="top">
35372 <row>
35373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35374 \begin_inset Text
35375
35376 \begin_layout Plain Layout
35377 コマンド
35378 \end_layout
35379
35380 \end_inset
35381 </cell>
35382 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35383 \begin_inset Text
35384
35385 \begin_layout Plain Layout
35386 出力
35387 \begin_inset Note Note
35388 status collapsed
35389
35390 \begin_layout Plain Layout
35391 ここで
35392 \series bold
35393
35394 \backslash
35395 raisebox
35396 \series default
35397 はスペーサーとして使用しているだけです。
35398 \end_layout
35399
35400 \end_inset
35401
35402
35403 \end_layout
35404
35405 \end_inset
35406 </cell>
35407 </row>
35408 <row>
35409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35410 \begin_inset Text
35411
35412 \begin_layout Plain Layout
35413
35414 \backslash
35415 cancel{
35416 \backslash
35417 int
35418 \begin_inset ERT
35419 status collapsed
35420
35421 \begin_layout Plain Layout
35422
35423
35424 \backslash
35425 spce 
35426 \end_layout
35427
35428 \end_inset
35429
35430 A=B
35431 \end_layout
35432
35433 \end_inset
35434 </cell>
35435 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35436 \begin_inset Text
35437
35438 \begin_layout Plain Layout
35439 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
35440 \end_inset
35441
35442
35443 \end_layout
35444
35445 \end_inset
35446 </cell>
35447 </row>
35448 <row>
35449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35450 \begin_inset Text
35451
35452 \begin_layout Plain Layout
35453
35454 \backslash
35455 bcancel{
35456 \backslash
35457 int
35458 \begin_inset ERT
35459 status collapsed
35460
35461 \begin_layout Plain Layout
35462
35463
35464 \backslash
35465 spce 
35466 \end_layout
35467
35468 \end_inset
35469
35470 A=B
35471 \end_layout
35472
35473 \end_inset
35474 </cell>
35475 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35476 \begin_inset Text
35477
35478 \begin_layout Plain Layout
35479 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
35480 \end_inset
35481
35482
35483 \end_layout
35484
35485 \end_inset
35486 </cell>
35487 </row>
35488 <row>
35489 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35490 \begin_inset Text
35491
35492 \begin_layout Plain Layout
35493
35494 \backslash
35495 xcancel{
35496 \backslash
35497 int
35498 \begin_inset ERT
35499 status collapsed
35500
35501 \begin_layout Plain Layout
35502
35503
35504 \backslash
35505 spce 
35506 \end_layout
35507
35508 \end_inset
35509
35510 A=B
35511 \end_layout
35512
35513 \end_inset
35514 </cell>
35515 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35516 \begin_inset Text
35517
35518 \begin_layout Plain Layout
35519 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
35520 \end_inset
35521
35522
35523 \end_layout
35524
35525 \end_inset
35526 </cell>
35527 </row>
35528 <row>
35529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35530 \begin_inset Text
35531
35532 \begin_layout Plain Layout
35533
35534 \backslash
35535 cancelto{1
35536 \begin_inset Formula $\to$
35537 \end_inset
35538
35539
35540 \backslash
35541 {
35542 \backslash
35543 int
35544 \begin_inset ERT
35545 status collapsed
35546
35547 \begin_layout Plain Layout
35548
35549
35550 \backslash
35551 spce 
35552 \end_layout
35553
35554 \end_inset
35555
35556 A=B
35557 \end_layout
35558
35559 \end_inset
35560 </cell>
35561 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35562 \begin_inset Text
35563
35564 \begin_layout Plain Layout
35565 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
35566 \end_inset
35567
35568
35569 \end_layout
35570
35571 \end_inset
35572 </cell>
35573 </row>
35574 </lyxtabular>
35575
35576 \end_inset
35577
35578
35579 \end_layout
35580
35581 \begin_layout Standard
35582
35583 \series bold
35584
35585 \backslash
35586 cancelto
35587 \series default
35588 は、以下のように、とくに数式中の分数を約分を表示するのに適しています。
35589 \begin_inset Formula 
35590 \[
35591 \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}}}
35592 \]
35593
35594 \end_inset
35595
35596
35597 \end_layout
35598
35599 \begin_layout Standard
35600
35601 \series bold
35602
35603 \backslash
35604 cancelto
35605 \series default
35606 の「下付き」数字の寸法を変更するには、
35607 \series bold
35608 cancel
35609 \series default
35610 パッケージを
35611 \series bold
35612 samesize
35613 \series default
35614 オプションをつけて読み込んで、消去された数字と同じ大きさにするか、
35615 \series bold
35616 Smaller
35617 \series default
35618 オプションをつけて、オプションを付けなかった時よりも少し小さな大きさにするかの2つの方法があります。この文書では、
35619 \series bold
35620 cancel
35621 \series default
35622
35623 \end_layout
35624
35625 \begin_layout Standard
35626
35627 \series bold
35628
35629 \backslash
35630 usepackage[samesize]{cancel}
35631 \end_layout
35632
35633 \begin_layout Standard
35634 という行で読み込まれています。取り消し線に色を付けるには、TeXコードで以下のコマンドを書き加えてください。
35635 \end_layout
35636
35637 \begin_layout Standard
35638
35639 \series bold
35640
35641 \backslash
35642 renewcommand{
35643 \backslash
35644 CancelColor}{
35645 \backslash
35646 color{red}}
35647 \end_layout
35648
35649 \begin_layout Standard
35650 ここで
35651 \series bold
35652 red
35653 \series default
35654 は、お好みの色に変更することができます。
35655 \end_layout
35656
35657 \begin_layout Standard
35658 \begin_inset ERT
35659 status collapsed
35660
35661 \begin_layout Plain Layout
35662
35663
35664 \backslash
35665 renewcommand{
35666 \backslash
35667 CancelColor}{
35668 \backslash
35669 color{red}}
35670 \end_layout
35671
35672 \end_inset
35673
35674
35675 \end_layout
35676
35677 \begin_layout Standard
35678 \begin_inset Formula 
35679 \[
35680 \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}}}
35681 \]
35682
35683 \end_inset
35684
35685
35686 \end_layout
35687
35688 \begin_layout Standard
35689 \begin_inset ERT
35690 status collapsed
35691
35692 \begin_layout Plain Layout
35693
35694
35695 \backslash
35696 renewcommand{
35697 \backslash
35698 CancelColor}{
35699 \backslash
35700 color{black}}
35701 \end_layout
35702
35703 \end_inset
35704
35705
35706 \begin_inset Note Note
35707 status open
35708
35709 \begin_layout Plain Layout
35710 色をリセット
35711 \end_layout
35712
35713 \end_inset
35714
35715
35716 \end_layout
35717
35718 \begin_layout Standard
35719 他の微調整については、
35720 \series bold
35721 cancel
35722 \series default
35723 パッケージの取扱説明書
35724 \begin_inset CommandInset citation
35725 LatexCommand cite
35726 key "cancel"
35727
35728 \end_inset
35729
35730 をご覧ください。
35731 \end_layout
35732
35733 \begin_layout Subsection
35734 節見出し中の数式
35735 \begin_inset CommandInset label
35736 LatexCommand label
35737 name "sub:節見出し中の数式"
35738
35739 \end_inset
35740
35741
35742 \begin_inset Index idx
35743 status collapsed
35744
35745 \begin_layout Plain Layout
35746 すうしき@数式 ! せつみだしちゅうの@節見出し中の ---
35747 \end_layout
35748
35749 \end_inset
35750
35751
35752 \end_layout
35753
35754 \begin_layout Standard
35755 数式を節見出し中で使う際には、以下のことに留意しなくてはなりません。
35756 \end_layout
35757
35758 \begin_layout Standard
35759 \begin_inset Note Greyedout
35760 status open
35761
35762 \begin_layout Plain Layout
35763 文書設定ダイアログの
35764 \family sans
35765 PDF特性
35766 \family default
35767
35768 \series bold
35769 hyperref
35770 \series default
35771
35772 \begin_inset Index idx
35773 status collapsed
35774
35775 \begin_layout Plain Layout
35776 ぱっけーじ@パッケージ ! hyperref
35777 \end_layout
35778
35779 \end_inset
35780
35781 サポートが有効になっている場合、PDFのしおりが、目次にある節見出しすべてに関して生成されます。しおり中に数式を入れることはPDFの慣習に違反しているため、節見
35782 出しに数式が含まれている場合、数式はしおり中に誤った文字列として表示されます。
35783 \end_layout
35784
35785 \end_inset
35786
35787
35788 \end_layout
35789
35790 \begin_layout Standard
35791 これらの問題は、
35792 \family sans
35793 挿入\SpecialChar \menuseparator
35794 短縮タイトル
35795 \family default
35796 メニューを使って、問題となる節見出しの最後に短縮タイトルを入れることで解決することができます。短縮タイトルは、目次が美しく整形されるように、多行にわたる節見出し
35797 に別名を付けるものです。目次中には、短縮タイトルのみが表示され、したがってPDFしおり中にも短縮タイトルのみが表示されます。
35798 \end_layout
35799
35800 \begin_layout Standard
35801 数式を目次中でも使わなくてもならないが、
35802 \series bold
35803 hyperref
35804 \series default
35805 も使用しなくてはならないときには、
35806 \end_layout
35807
35808 \begin_layout Standard
35809
35810 \series bold
35811
35812 \backslash
35813 texorpdfstring{部分}{代替文字列}
35814 \begin_inset Index idx
35815 status collapsed
35816
35817 \begin_layout Plain Layout
35818 こまんど@コマンド ! T ! 
35819 \backslash
35820 texorpdfstring
35821 \end_layout
35822
35823 \end_inset
35824
35825
35826 \end_layout
35827
35828 \begin_layout Standard
35829 というコマンドをTeXモードで使う方法があります。
35830 \end_layout
35831
35832 \begin_layout Standard
35833 「部分」は、見出し中、PDFしおりに表示したくない部分です。これは、文字・数式・脚注のほかに相互参照をとることもできます。しおりには、この部分の代わりに、「代替
35834 文字列」が用いられます。
35835 \end_layout
35836
35837 \begin_layout Standard
35838 以下の二つは、見出しの例です。
35839 \begin_inset VSpace -3mm
35840 \end_inset
35841
35842
35843 \begin_inset ERT
35844 status collapsed
35845
35846 \begin_layout Plain Layout
35847
35848
35849 \backslash
35850 boldmath 
35851 \end_layout
35852
35853 \end_inset
35854
35855
35856 \end_layout
35857
35858 \begin_layout Subsubsection
35859 目次中では数式を使わない見出し
35860 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35861 \end_inset
35862
35863
35864 \begin_inset Argument 1
35865 status collapsed
35866
35867 \begin_layout Plain Layout
35868 目次中では数式を使わない見出し
35869 \end_layout
35870
35871 \end_inset
35872
35873
35874 \end_layout
35875
35876 \begin_layout Subsubsection
35877 目次中で数式を使う見出し
35878 \begin_inset ERT
35879 status collapsed
35880
35881 \begin_layout Plain Layout
35882
35883
35884 \backslash
35885 texorpdfstring{
35886 \end_layout
35887
35888 \end_inset
35889
35890  
35891 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35892 \end_inset
35893
35894
35895 \begin_inset ERT
35896 status collapsed
35897
35898 \begin_layout Plain Layout
35899
35900 }{}
35901 \end_layout
35902
35903 \end_inset
35904
35905
35906 \end_layout
35907
35908 \begin_layout Standard
35909 \begin_inset ERT
35910 status collapsed
35911
35912 \begin_layout Plain Layout
35913
35914
35915 \backslash
35916 unboldmath 
35917 \end_layout
35918
35919 \end_inset
35920
35921 一つめの見出しでは短縮タイトルが使われており、二つめの見出しでは
35922 \series bold
35923
35924 \backslash
35925 texorpdfstring
35926 \series default
35927 が使われています。
35928 \end_layout
35929
35930 \begin_layout Standard
35931 他の節見出しと同じ書式を得るために、上の見出し全体は
35932 \series bold
35933 boldmath
35934 \series default
35935 環境に設定してあります
35936 \begin_inset Foot
35937 status collapsed
35938
35939 \begin_layout Plain Layout
35940
35941 \begin_inset CommandInset ref
35942 LatexCommand ref
35943 reference "sub:ボールド体の数式"
35944
35945 \end_inset
35946
35947 節参照。
35948 \end_layout
35949
35950 \end_inset
35951
35952
35953 \end_layout
35954
35955 \begin_layout Subsection
35956 多段組文中の数式
35957 \begin_inset Index idx
35958 status collapsed
35959
35960 \begin_layout Plain Layout
35961 すうしき@数式 ! ただんくみぶんちゅうの@多段組文中の ---
35962 \end_layout
35963
35964 \end_inset
35965
35966
35967 \end_layout
35968
35969 \begin_layout Standard
35970 多段組文中に数式を作ると、段の中に収まりきらないことも多く、ページ幅全体に広がるようにする必要があることがあります。これは、
35971 \series bold
35972 multicol
35973 \series default
35974
35975 \begin_inset Foot
35976 status collapsed
35977
35978 \begin_layout Plain Layout
35979
35980 \series bold
35981 multicol
35982 \series default
35983 は、標準的LaTeX頒布版のすべてに含まれています。
35984 \end_layout
35985
35986 \end_inset
35987
35988
35989 \begin_inset Index idx
35990 status collapsed
35991
35992 \begin_layout Plain Layout
35993 ぱっけーじ@パッケージ ! multicol
35994 \end_layout
35995
35996 \end_inset
35997
35998  LaTeXパッケージを、
35999 \end_layout
36000
36001 \begin_layout Standard
36002
36003 \series bold
36004
36005 \backslash
36006 usepackage{multicol}
36007 \end_layout
36008
36009 \begin_layout Standard
36010 というLaTeXプリアンブル行を書いて読み込むことで、実現できます。
36011 \end_layout
36012
36013 \begin_layout Standard
36014 \begin_inset Note Greyedout
36015 status open
36016
36017 \begin_layout Plain Layout
36018 ここで、
36019 \family sans
36020 文書\SpecialChar \menuseparator
36021 設定
36022 \family default
36023 メニューの
36024 \family sans
36025 本文レイアウト
36026 \family default
36027 で、
36028 \family sans
36029 二段組文書
36030 \family default
36031 の設定を
36032 \emph on
36033 有効にしてはならない
36034 \emph default
36035 ことに注意してください。
36036 \end_layout
36037
36038 \end_inset
36039
36040
36041 \end_layout
36042
36043 \begin_layout Standard
36044 多段組文の前に
36045 \end_layout
36046
36047 \begin_layout Standard
36048
36049 \series bold
36050
36051 \backslash
36052 begin{multicols}{段数}
36053 \end_layout
36054
36055 \begin_layout Standard
36056 というコマンドをTeXモードで書き入れます。「段数」は、2
36057 \begin_inset space \thinspace{}
36058 \end_inset
36059
36060 -
36061 \begin_inset space \thinspace{}
36062 \end_inset
36063
36064 10のあいだの数字です。多段組文の終わる数式の前には、
36065 \end_layout
36066
36067 \begin_layout Standard
36068
36069 \series bold
36070
36071 \backslash
36072 end{multicols}
36073 \end_layout
36074
36075 \begin_layout Standard
36076 というコマンドをTeXモードで入れます。
36077 \end_layout
36078
36079 \begin_layout Standard
36080 このコマンドによって、数式の前にいくらかの余白が、自動的に作られます。これをなくすには、数式の前に-6
36081 \begin_inset space \thinspace{}
36082 \end_inset
36083
36084 mmの垂直空白を入れて下さい。数式様式
36085 \series bold
36086
36087 \begin_inset Foot
36088 status collapsed
36089
36090 \begin_layout Plain Layout
36091
36092 \series bold
36093 数式様式に関しては、第
36094 \series default
36095
36096 \begin_inset CommandInset ref
36097 LatexCommand ref
36098 reference "sec:数式様式"
36099
36100 \end_inset
36101
36102 節をご覧下さい。
36103 \end_layout
36104
36105 \end_inset
36106
36107
36108 \series default
36109 として
36110 \series bold
36111 行頭下げ
36112 \series default
36113 を使用している場合には、代わりに-9
36114 \begin_inset space \thinspace{}
36115 \end_inset
36116
36117 mmの垂直空白を入れて下さい。
36118 \end_layout
36119
36120 \begin_layout Standard
36121 以下は、別行立て数式を含む、多段組文の例です。
36122 \end_layout
36123
36124 \begin_layout Standard
36125 \begin_inset ERT
36126 status collapsed
36127
36128 \begin_layout Plain Layout
36129
36130
36131 \backslash
36132 begin{multicols}{2}
36133 \end_layout
36134
36135 \end_inset
36136
36137
36138 \lang ngerman
36139 Das Spektrum wird fouriertransformiert.
36140  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
36141 , Lösungsmittel) zu trennen.
36142  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
36143  nun das Aussehen des Ausgangssignals.
36144  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so das man
36145  über alle Phasen integrieren muss.
36146  Sei nun 
36147 \begin_inset Formula $S$
36148 \end_inset
36149
36150  unser normiertes Ausgangssignal und 
36151 \begin_inset Formula $P$
36152 \end_inset
36153
36154  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
36155 \lang japanese
36156
36157 \begin_inset ERT
36158 status collapsed
36159
36160 \begin_layout Plain Layout
36161
36162
36163 \backslash
36164 end{multicols}
36165 \end_layout
36166
36167 \end_inset
36168
36169
36170 \begin_inset VSpace -6mm
36171 \end_inset
36172
36173
36174 \begin_inset Formula 
36175 \begin{equation}
36176 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
36177 \end{equation}
36178
36179 \end_inset
36180
36181
36182 \begin_inset ERT
36183 status collapsed
36184
36185 \begin_layout Plain Layout
36186
36187
36188 \backslash
36189 begin{multicols}{2}
36190 \end_layout
36191
36192 \end_inset
36193
36194
36195 \lang ngerman
36196 wobei 
36197 \begin_inset Formula $S_{0}$
36198 \end_inset
36199
36200  das Signal ohne Gradient ist und die Normierungsbedingung 
36201 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
36202 \end_inset
36203
36204  gilt.
36205  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
36206  Direkt nach dem 
36207 \begin_inset Formula $\nicefrac{\pi}{2}$
36208 \end_inset
36209
36210
36211 \begin_inset space \thinspace{}
36212 \end_inset
36213
36214 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
36215  das Signal zusätzlich abschwächt.
36216  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
36217  
36218 \begin_inset Formula $T_{2}$
36219 \end_inset
36220
36221 -Zeit.
36222 \end_layout
36223
36224 \begin_layout Standard
36225 \begin_inset ERT
36226 status collapsed
36227
36228 \begin_layout Plain Layout
36229
36230
36231 \backslash
36232 end{multicols}
36233 \end_layout
36234
36235 \end_inset
36236
36237  
36238 \end_layout
36239
36240 \begin_layout Subsection
36241 変数の説明付き数式
36242 \begin_inset Index idx
36243 status collapsed
36244
36245 \begin_layout Plain Layout
36246 すうしき@数式 ! へんすうのせつめいつき@変数の説明付き
36247 \end_layout
36248
36249 \end_inset
36250
36251
36252 \end_layout
36253
36254 \begin_layout Standard
36255 \begin_inset CommandInset ref
36256 LatexCommand eqref
36257 reference "eq:within"
36258
36259 \end_inset
36260
36261 式のように、数式内で変数の説明をするには、
36262 \begin_inset Formula $n$
36263 \end_inset
36264
36265 個の変数が使われている場合、左寄せの列を持つ
36266 \begin_inset Formula $2\times n$
36267 \end_inset
36268
36269 行列を使用します
36270 \begin_inset Foot
36271 status collapsed
36272
36273 \begin_layout Plain Layout
36274 行列に関しては、第
36275 \begin_inset CommandInset ref
36276 LatexCommand ref
36277 reference "sec:行列"
36278
36279 \end_inset
36280
36281 節参照。
36282 \end_layout
36283
36284 \end_inset
36285
36286 。説明を小さな文字にするには、行列の前に、たとえば
36287 \series bold
36288
36289 \backslash
36290 footnotesize
36291 \series default
36292 コマンドを挿入します
36293 \begin_inset Foot
36294 status collapsed
36295
36296 \begin_layout Plain Layout
36297 フォント寸法に関しては、第
36298 \begin_inset CommandInset ref
36299 LatexCommand ref
36300 reference "sub:書体寸法"
36301
36302 \end_inset
36303
36304 節参照。
36305 \end_layout
36306
36307 \end_inset
36308
36309
36310 \end_layout
36311
36312 \begin_layout Standard
36313 数式様式に
36314 \series bold
36315 行頭下げ
36316 \begin_inset Foot
36317 status collapsed
36318
36319 \begin_layout Plain Layout
36320
36321 \series bold
36322 数式様式に関しては、第
36323 \series default
36324
36325 \begin_inset CommandInset ref
36326 LatexCommand ref
36327 reference "sec:数式様式"
36328
36329 \end_inset
36330
36331 節参照。
36332 \end_layout
36333
36334 \end_inset
36335
36336
36337 \series default
36338 を使っている場合、行列を数式とページ余白から等距離に置くために、行列の前後に
36339 \series bold
36340
36341 \backslash
36342 hfill
36343 \series default
36344
36345 \begin_inset Foot
36346 status collapsed
36347
36348 \begin_layout Plain Layout
36349
36350 \series bold
36351
36352 \backslash
36353 hfill
36354 \series default
36355 は、
36356 \series bold
36357 行頭下げ
36358 \series default
36359 様式のときのみ機能します。第
36360 \begin_inset CommandInset ref
36361 LatexCommand ref
36362 reference "sub:可変長の空白"
36363
36364 \end_inset
36365
36366 節をご覧下さい。
36367 \end_layout
36368
36369 \end_inset
36370
36371 を入れます。
36372 \end_layout
36373
36374 \begin_layout Standard
36375 数式様式に
36376 \series bold
36377 中央揃え
36378 \series default
36379 を使っている場合、数式を字下げするには、第
36380 \begin_inset CommandInset ref
36381 LatexCommand ref
36382 reference "sub:flalign環境"
36383
36384 \end_inset
36385
36386 節で述べた方法を使用します。
36387 \begin_inset CommandInset ref
36388 LatexCommand eqref
36389 reference "eq:within"
36390
36391 \end_inset
36392
36393 式には5列があり、最初の2列には数式、3列めには行列、最終列には空のTeX括弧が入っています。
36394 \begin_inset Formula 
36395 \begin{flalign}
36396 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
36397 \rho & \textrm{density}\\
36398 V & \textrm{volume}\\
36399 g & \textrm{gravitational acceleration}
36400 \end{array} &  & {}\label{eq:within}
36401 \end{flalign}
36402
36403 \end_inset
36404
36405
36406 \end_layout
36407
36408 \begin_layout Subsection
36409 アップライト体のギリシャ小文字
36410 \begin_inset CommandInset label
36411 LatexCommand label
36412 name "sub:アップライト体ギリシャ小文字"
36413
36414 \end_inset
36415
36416
36417 \begin_inset Index idx
36418 status collapsed
36419
36420 \begin_layout Plain Layout
36421 ぎりしゃもじ@ギリシャ文字 ! あっぷらいとたい@アップライト体
36422 \end_layout
36423
36424 \end_inset
36425
36426
36427 \end_layout
36428
36429 \begin_layout Standard
36430 ほとんどの数式書体は、イタリック体のギリシャ小文字しか提供していません。しかし、
36431 \begin_inset Formula $\pi$
36432 \end_inset
36433
36434 中間子やニュートリノのような素粒子の記号には、アップライト体のギリシャ文字が必要とされます。
36435 \series bold
36436 upgreek.sty
36437 \series default
36438
36439 \begin_inset Foot
36440 status collapsed
36441
36442 \begin_layout Plain Layout
36443
36444 \series bold
36445 upgreek
36446 \series default
36447 は、
36448 \series bold
36449 was
36450 \series default
36451
36452 \begin_inset Index idx
36453 status collapsed
36454
36455 \begin_layout Plain Layout
36456 ぱっけーじ@パッケージ ! was
36457 \begin_inset ERT
36458 status collapsed
36459
36460 \begin_layout Plain Layout
36461
36462
36463 \backslash
36464 vspace{4mm}
36465 \end_layout
36466
36467 \end_inset
36468
36469
36470 \end_layout
36471
36472 \end_inset
36473
36474  LaTeXパッケージの一部です。
36475 \end_layout
36476
36477 \end_inset
36478
36479
36480 \begin_inset Index idx
36481 status collapsed
36482
36483 \begin_layout Plain Layout
36484 ぱっけーじ@パッケージ ! upgreek
36485 \end_layout
36486
36487 \end_inset
36488
36489  ファイルを
36490 \end_layout
36491
36492 \begin_layout Standard
36493
36494 \series bold
36495
36496 \backslash
36497 usepackage{upgreek}
36498 \end_layout
36499
36500 \begin_layout Standard
36501 というLaTeXプリアンブル行で読み込めば、これらが提供されるようになります。
36502 \begin_inset ERT
36503 status collapsed
36504
36505 \begin_layout Plain Layout
36506
36507
36508 \backslash
36509 ifupgreek 
36510 \end_layout
36511
36512 \end_inset
36513
36514
36515 \begin_inset Note Note
36516 status open
36517
36518 \begin_layout Plain Layout
36519 以下の表は、
36520 \series bold
36521 upgreek
36522 \series default
36523  LaTeXパッケージが導入済みのときのみ表示されます。
36524 \end_layout
36525
36526 \end_inset
36527
36528 アップライト体のギリシャ小文字は、ギリシャ小文字のコマンド名の前に
36529 \series bold
36530 up
36531 \series default
36532 を付けると作ることができます。たとえば
36533 \series bold
36534
36535 \backslash
36536 uptau
36537 \series default
36538 コマンドは、
36539 \begin_inset Formula $\uptau$
36540 \end_inset
36541
36542 のようになります。
36543 \end_layout
36544
36545 \begin_layout Standard
36546 これらのコマンドを使えば、以下のような素粒子の反応を組版することができるようになります。
36547 \begin_inset Formula 
36548 \[
36549 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}
36550 \]
36551
36552 \end_inset
36553
36554
36555 \end_layout
36556
36557 \begin_layout Standard
36558 アップライト体の文字は、イタリック体のものよりも太く幅広です。したがって、これらを「
36559 \begin_inset Formula $\mu m$
36560 \end_inset
36561
36562 」のような単位に使うべきではありません。
36563 \end_layout
36564
36565 \begin_layout Standard
36566 \begin_inset ERT
36567 status collapsed
36568
36569 \begin_layout Plain Layout
36570
36571
36572 \backslash
36573 else 
36574 \end_layout
36575
36576 \end_inset
36577
36578
36579 \begin_inset Note Note
36580 status open
36581
36582 \begin_layout Plain Layout
36583 以下は、
36584 \series bold
36585 upgreek
36586 \series default
36587  LaTeXパッケージが導入されていないときのみ表示されます。
36588 \end_layout
36589
36590 \end_inset
36591
36592
36593 \end_layout
36594
36595 \begin_layout Standard
36596 この小節のすべてを出力で見るには、
36597 \series bold
36598 upgreek
36599 \series default
36600  LaTeXパッケージを導入する必要があります。
36601 \end_layout
36602
36603 \begin_layout Standard
36604 \begin_inset ERT
36605 status collapsed
36606
36607 \begin_layout Plain Layout
36608
36609
36610 \backslash
36611 fi 
36612 \end_layout
36613
36614 \end_inset
36615
36616
36617 \begin_inset Newpage newpage
36618 \end_inset
36619
36620
36621 \end_layout
36622
36623 \begin_layout Subsection
36624 数式中のテキスト文字
36625 \begin_inset CommandInset label
36626 LatexCommand label
36627 name "sub:数式中のテキスト文字"
36628
36629 \end_inset
36630
36631
36632 \begin_inset Index idx
36633 status collapsed
36634
36635 \begin_layout Plain Layout
36636 てきすと@テキスト ! すうしきちゅうの@数式中の ---
36637 \end_layout
36638
36639 \end_inset
36640
36641
36642 \end_layout
36643
36644 \begin_layout Standard
36645 折にふれて、テキスト文字を直接数式中に入れたいときがあるでしょう。たとえば、中黒「·」を
36646 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
36647 \end_inset
36648
36649 のように数式中で頻繁に用いようとすると、この中黒はすべてのエンコーディングでテキスト文字として定義されているために、代わりに
36650 \series bold
36651
36652 \backslash
36653 cdot
36654 \series default
36655
36656 \begin_inset Foot
36657 status collapsed
36658
36659 \begin_layout Plain Layout
36660
36661 \begin_inset CommandInset ref
36662 LatexCommand ref
36663 reference "sub:二項演算子"
36664
36665 \end_inset
36666
36667 節参照。
36668 \end_layout
36669
36670 \end_inset
36671
36672 コマンドを挿入しなくてはならなくなることでしょう。しかし、
36673 \end_layout
36674
36675 \begin_layout Standard
36676
36677 \series bold
36678
36679 \backslash
36680 Declare Inputtext{183}{
36681 \backslash
36682 ifmmode
36683 \backslash
36684 cdot
36685 \backslash
36686 else
36687 \backslash
36688 textperiodcentered
36689 \backslash
36690 f\SpecialChar \textcompwordmark{}
36691 i}
36692 \end_layout
36693
36694 \begin_layout Standard
36695 というLaTeXプリアンブル行を使えば、エンコーディングに変更を加えることができます。
36696 \end_layout
36697
36698 \begin_layout Standard
36699 文字エンコーディング(
36700 \family sans
36701 文書\SpecialChar \menuseparator
36702 設定\SpecialChar \menuseparator
36703 言語
36704 \family default
36705 メニュー)は、キーボード上の
36706 \begin_inset Flex Ruby
36707 status collapsed
36708
36709 \begin_layout Plain Layout
36710
36711 \begin_inset Argument post:1
36712 status collapsed
36713
36714 \begin_layout Plain Layout
36715 キー
36716 \end_layout
36717
36718 \end_inset
36719
36720
36721 \end_layout
36722
36723 \end_inset
36724
36725 が押されたときにどの文字が表示されるかを指定します。「·」文字に対応する鍵が押されると、内部的には
36726 \series bold
36727
36728 \backslash
36729 textperiodcentered
36730 \series default
36731 コマンドが使用されます。しかし、このコマンドは数式中では使えないので、LaTeXエラーが発生するのです。変更後のエンコーディングでは、文字が数式中に挿入されたか
36732 否かによって、正しいコマンドが自動的に選択されます。
36733 \end_layout
36734
36735 \begin_layout Standard
36736 定義ファイル中には、複数の文字のエンコーディングが保管されています。たとえば、
36737 \series bold
36738 latin9
36739 \series default
36740 エンコーディングは、LaTeXがインストールされたフォルダにある
36741 \series bold
36742 latin9.def
36743 \series default
36744 ファイルに定義されています。エンコーディングは、LaTeXプリアンブルで変更するべきであって、定義ファイルを変更してはなりません。さもないと、自分の作成した文書
36745 は、他のコンピューターで作業をしている他のユーザーによっては編集することができなくなってしまいます。
36746 \end_layout
36747
36748 \begin_layout Standard
36749 \begin_inset VSpace medskip
36750 \end_inset
36751
36752 中黒の他にこの文書では、角度記号「
36753 \begin_inset Formula $^{\circ}$
36754 \end_inset
36755
36756 」が、数式に直接入れることができるよう、以下のようなLaTeXプリアンブル行で定義されています
36757 \begin_inset Foot
36758 status collapsed
36759
36760 \begin_layout Plain Layout
36761 (訳註)pLaTeXでは、これらの定義は必要ないので、コメントアウトして無効にしてあります。
36762 \end_layout
36763
36764 \end_inset
36765
36766
36767 \end_layout
36768
36769 \begin_layout Standard
36770
36771 \series bold
36772
36773 \backslash
36774 DeclareInputtext{176}{
36775 \backslash
36776 ifmmode^
36777 \backslash
36778 circ
36779 \backslash
36780 else
36781 \backslash
36782 textdegree
36783 \backslash
36784 f\SpecialChar \textcompwordmark{}
36785 i}
36786 \end_layout
36787
36788 \begin_layout Standard
36789 \begin_inset Newpage newpage
36790 \end_inset
36791
36792
36793 \end_layout
36794
36795 \begin_layout Section
36796 \start_of_appendix
36797 組版上の助言
36798 \begin_inset Index idx
36799 status collapsed
36800
36801 \begin_layout Plain Layout
36802 くみばんじょうのじょげん@組版上の助言
36803 \end_layout
36804
36805 \end_inset
36806
36807
36808 \end_layout
36809
36810 \begin_layout Standard
36811 この節は、ISO規範に掲げてある、もっとも重要な組版ルールの要約です
36812 \begin_inset Foot
36813 status collapsed
36814
36815 \begin_layout Plain Layout
36816 この要約の一部は、ISO規則を取り上げている「Duden」
36817 \begin_inset CommandInset citation
36818 LatexCommand cite
36819 key "Duden"
36820
36821 \end_inset
36822
36823 と呼ばれるドイツの半公的辞書から採られています。
36824 \end_layout
36825
36826 \end_inset
36827
36828
36829 \end_layout
36830
36831 \begin_layout Itemize
36832 物理単位は、つねに(イタリック文中にあるときも)アップライト体にします
36833 \begin_inset Foot
36834 status collapsed
36835
36836 \begin_layout Plain Layout
36837 書体様式で指定します。第
36838 \begin_inset CommandInset ref
36839 LatexCommand ref
36840 reference "sub:書体様式"
36841
36842 \end_inset
36843
36844 節を参照。
36845 \end_layout
36846
36847 \end_inset
36848
36849 :30
36850 \begin_inset space \thinspace{}
36851 \end_inset
36852
36853 km/h
36854 \begin_inset Newline newline
36855 \end_inset
36856
36857 値と単位の間には、最小空白を入れます。第
36858 \begin_inset CommandInset ref
36859 LatexCommand ref
36860 reference "sub:定義済みの空白"
36861
36862 \end_inset
36863
36864 節を参照。
36865 \begin_inset Newline newline
36866 \end_inset
36867
36868 この慣習は、
36869 \series bold
36870
36871 \backslash
36872 unittwo
36873 \series default
36874 コマンドを使用すると、つねに満たされます。このコマンドを数式に入れると、二つの枠が現れます。最初の枠には値をいれ、第二の枠に単位を入れると、上記と同じような結果
36875 が得られます:
36876 \begin_inset Formula $\unit[30]{km/h}$
36877 \end_inset
36878
36879
36880 \begin_inset space \thinspace{}
36881 \end_inset
36882
36883 。実は、
36884 \series bold
36885
36886 \backslash
36887 unittwo
36888 \series default
36889 は、LaTeXコマンドの実体ではなく、
36890 \series bold
36891
36892 \backslash
36893 unit[値]{単位}
36894 \series default
36895 というコマンドです。したがって、これをTeXコード中で使用することはできません。
36896 \end_layout
36897
36898 \begin_layout Itemize
36899 百分率記号と千分率記号は、物理単位と同様に組みます:
36900 \begin_inset Newline newline
36901 \end_inset
36902
36903 血中アルコール1,2
36904 \begin_inset space \thinspace{}
36905 \end_inset
36906
36907
36908 \end_layout
36909
36910 \begin_layout Itemize
36911 角度記号は値の直後に置きます:
36912 \begin_inset Formula $15^{\circ}$
36913 \end_inset
36914
36915 。しかし、単位として用いられるときは別です:15
36916 \begin_inset space \thinspace{}
36917 \end_inset
36918
36919
36920 \begin_inset Formula $^{\circ}\negmedspace\mbox{C}$
36921 \end_inset
36922
36923
36924 \end_layout
36925
36926 \begin_layout Itemize
36927 4桁以上の数は、3桁ごとに最小空白を直前に挿入して、グループ化します:18
36928 \begin_inset space \thinspace{}
36929 \end_inset
36930
36931 473
36932 \begin_inset space \thinspace{}
36933 \end_inset
36934
36935 588
36936 \end_layout
36937
36938 \begin_layout Itemize
36939 \begin_inset Formula $120\times90\times40$
36940 \end_inset
36941
36942
36943 \begin_inset space \thinspace{}
36944 \end_inset
36945
36946 cmのような寸法には、積記号「
36947 \begin_inset Formula $\times$
36948 \end_inset
36949
36950 」を用います。これは、
36951 \series bold
36952
36953 \backslash
36954 times
36955 \series default
36956 コマンドか、
36957 \family sans
36958 挿入\SpecialChar \menuseparator
36959 特殊文字\SpecialChar \menuseparator
36960 記号
36961 \family default
36962 メニューから入れることができます。
36963 \end_layout
36964
36965 \begin_layout Itemize
36966 いくつかの文字を含む関数名は、混乱を防ぐためにアップライト体にします。第
36967 \begin_inset CommandInset ref
36968 LatexCommand ref
36969 reference "sub:定義済み函数"
36970
36971 \end_inset
36972
36973 節を参照。
36974 \end_layout
36975
36976 \begin_layout Itemize
36977 複数の文字を含む指数は、アップライト体にします:
36978 \begin_inset Formula $E_{\mathrm{kin}}$
36979 \end_inset
36980
36981
36982 \begin_inset Newline newline
36983 \end_inset
36984
36985 行列要素はイタリック体にします:
36986 \begin_inset Formula $\hat{H}_{kl}$
36987 \end_inset
36988
36989
36990 \end_layout
36991
36992 \begin_layout Itemize
36993 微分作用素・積分作用素「d」、オイラー数「e」、虚数単位「i」は、他の変数と間違えることを避けるために、アップライト体にします。
36994 \end_layout
36995
36996 \begin_layout Itemize
36997
36998 \noun on
36999 フーリエ
37000 \noun default
37001 変換を表す文字は、
37002 \series bold
37003
37004 \backslash
37005 mathscr
37006 \begin_inset ERT
37007 status collapsed
37008
37009 \begin_layout Plain Layout
37010
37011
37012 \backslash
37013 spce 
37014 \end_layout
37015
37016 \end_inset
37017
37018 {F
37019 \series default
37020 コマンド
37021 \begin_inset Index idx
37022 status collapsed
37023
37024 \begin_layout Plain Layout
37025 こまんど@コマンド! M ! 
37026 \backslash
37027 mathscr
37028 \end_layout
37029
37030 \end_inset
37031
37032
37033 \family sans
37034 挿入\SpecialChar \menuseparator
37035 特殊文字\SpecialChar \menuseparator
37036 記号\SpecialChar \menuseparator
37037 文字様記号
37038 \family default
37039 メニューの
37040 \begin_inset Formula $\mathscr{F}$
37041 \end_inset
37042
37043 で入れることができます。
37044 \end_layout
37045
37046 \begin_layout Standard
37047 \begin_inset Newpage newpage
37048 \end_inset
37049
37050
37051 \end_layout
37052
37053 \begin_layout Section
37054 同義語
37055 \begin_inset Index idx
37056 status collapsed
37057
37058 \begin_layout Plain Layout
37059 どうぎご@同義語
37060 \end_layout
37061
37062 \end_inset
37063
37064
37065 \end_layout
37066
37067 \begin_layout Standard
37068 いくつかの文字や記号は、複数のコマンドから作ることができます。以下は、同義のコマンドの一覧です。
37069 \end_layout
37070
37071 \begin_layout Standard
37072 \begin_inset VSpace bigskip
37073 \end_inset
37074
37075
37076 \begin_inset space \hfill{}
37077 \end_inset
37078
37079
37080 \begin_inset Tabular
37081 <lyxtabular version="3" rows="12" columns="2">
37082 <features rotate="0" tabularvalignment="middle">
37083 <column alignment="center" valignment="top" width="0pt">
37084 <column alignment="center" valignment="top" width="0pt">
37085 <row>
37086 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37087 \begin_inset Text
37088
37089 \begin_layout Plain Layout
37090 コマンド
37091 \end_layout
37092
37093 \end_inset
37094 </cell>
37095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37096 \begin_inset Text
37097
37098 \begin_layout Plain Layout
37099 同義のコマンド
37100 \begin_inset Note Note
37101 status collapsed
37102
37103 \begin_layout Plain Layout
37104 ここで
37105 \series bold
37106
37107 \backslash
37108 raisebox
37109 \series default
37110 はスペーサーとして使用しているだけです。
37111 \end_layout
37112
37113 \end_inset
37114
37115
37116 \end_layout
37117
37118 \end_inset
37119 </cell>
37120 </row>
37121 <row>
37122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37123 \begin_inset Text
37124
37125 \begin_layout Plain Layout
37126
37127 \backslash
37128 ast
37129 \end_layout
37130
37131 \end_inset
37132 </cell>
37133 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37134 \begin_inset Text
37135
37136 \begin_layout Plain Layout
37137 \begin_inset ERT
37138 status collapsed
37139
37140 \begin_layout Plain Layout
37141
37142
37143 \backslash
37144 raisebox{-1.2mm}{
37145 \end_layout
37146
37147 \end_inset
37148
37149 *
37150 \begin_inset ERT
37151 status collapsed
37152
37153 \begin_layout Plain Layout
37154
37155 }
37156 \end_layout
37157
37158 \end_inset
37159
37160
37161 \end_layout
37162
37163 \end_inset
37164 </cell>
37165 </row>
37166 <row>
37167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37168 \begin_inset Text
37169
37170 \begin_layout Plain Layout
37171
37172 \backslash
37173 choose
37174 \end_layout
37175
37176 \end_inset
37177 </cell>
37178 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37179 \begin_inset Text
37180
37181 \begin_layout Plain Layout
37182
37183 \backslash
37184 binom
37185 \end_layout
37186
37187 \end_inset
37188 </cell>
37189 </row>
37190 <row>
37191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37192 \begin_inset Text
37193
37194 \begin_layout Plain Layout
37195
37196 \backslash
37197 geq
37198 \end_layout
37199
37200 \end_inset
37201 </cell>
37202 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37203 \begin_inset Text
37204
37205 \begin_layout Plain Layout
37206
37207 \backslash
37208 ge
37209 \end_layout
37210
37211 \end_inset
37212 </cell>
37213 </row>
37214 <row>
37215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37216 \begin_inset Text
37217
37218 \begin_layout Plain Layout
37219
37220 \backslash
37221 lbrace
37222 \end_layout
37223
37224 \end_inset
37225 </cell>
37226 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37227 \begin_inset Text
37228
37229 \begin_layout Plain Layout
37230 {
37231 \end_layout
37232
37233 \end_inset
37234 </cell>
37235 </row>
37236 <row>
37237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37238 \begin_inset Text
37239
37240 \begin_layout Plain Layout
37241
37242 \backslash
37243 lbracket
37244 \end_layout
37245
37246 \end_inset
37247 </cell>
37248 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37249 \begin_inset Text
37250
37251 \begin_layout Plain Layout
37252 [
37253 \end_layout
37254
37255 \end_inset
37256 </cell>
37257 </row>
37258 <row>
37259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37260 \begin_inset Text
37261
37262 \begin_layout Plain Layout
37263
37264 \backslash
37265 leftarrow
37266 \end_layout
37267
37268 \end_inset
37269 </cell>
37270 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37271 \begin_inset Text
37272
37273 \begin_layout Plain Layout
37274
37275 \backslash
37276 gets
37277 \end_layout
37278
37279 \end_inset
37280 </cell>
37281 </row>
37282 <row>
37283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37284 \begin_inset Text
37285
37286 \begin_layout Plain Layout
37287
37288 \backslash
37289 leq
37290 \end_layout
37291
37292 \end_inset
37293 </cell>
37294 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37295 \begin_inset Text
37296
37297 \begin_layout Plain Layout
37298
37299 \backslash
37300 le
37301 \end_layout
37302
37303 \end_inset
37304 </cell>
37305 </row>
37306 <row>
37307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37308 \begin_inset Text
37309
37310 \begin_layout Plain Layout
37311
37312 \backslash
37313 lor
37314 \end_layout
37315
37316 \end_inset
37317 </cell>
37318 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37319 \begin_inset Text
37320
37321 \begin_layout Plain Layout
37322
37323 \backslash
37324 vee
37325 \end_layout
37326
37327 \end_inset
37328 </cell>
37329 </row>
37330 <row>
37331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37332 \begin_inset Text
37333
37334 \begin_layout Plain Layout
37335
37336 \backslash
37337 neq
37338 \end_layout
37339
37340 \end_inset
37341 </cell>
37342 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37343 \begin_inset Text
37344
37345 \begin_layout Plain Layout
37346
37347 \backslash
37348 not=
37349 \end_layout
37350
37351 \end_inset
37352 </cell>
37353 </row>
37354 <row>
37355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37356 \begin_inset Text
37357
37358 \begin_layout Plain Layout
37359
37360 \backslash
37361 slash
37362 \end_layout
37363
37364 \end_inset
37365 </cell>
37366 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37367 \begin_inset Text
37368
37369 \begin_layout Plain Layout
37370 /
37371 \end_layout
37372
37373 \end_inset
37374 </cell>
37375 </row>
37376 <row>
37377 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37378 \begin_inset Text
37379
37380 \begin_layout Plain Layout
37381
37382 \backslash
37383 vert
37384 \end_layout
37385
37386 \end_inset
37387 </cell>
37388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37389 \begin_inset Text
37390
37391 \begin_layout Plain Layout
37392 \begin_inset Formula $|$
37393 \end_inset
37394
37395
37396 \end_layout
37397
37398 \end_inset
37399 </cell>
37400 </row>
37401 </lyxtabular>
37402
37403 \end_inset
37404
37405
37406 \begin_inset space \hfill{}
37407 \end_inset
37408
37409
37410 \begin_inset Tabular
37411 <lyxtabular version="3" rows="12" columns="2">
37412 <features rotate="0" tabularvalignment="middle">
37413 <column alignment="center" valignment="top" width="0pt">
37414 <column alignment="center" valignment="top" width="0pt">
37415 <row>
37416 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37417 \begin_inset Text
37418
37419 \begin_layout Plain Layout
37420 コマンド
37421 \end_layout
37422
37423 \end_inset
37424 </cell>
37425 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37426 \begin_inset Text
37427
37428 \begin_layout Plain Layout
37429 同義のコマンド
37430 \end_layout
37431
37432 \end_inset
37433 </cell>
37434 </row>
37435 <row>
37436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37437 \begin_inset Text
37438
37439 \begin_layout Plain Layout
37440
37441 \backslash
37442 backslash
37443 \end_layout
37444
37445 \end_inset
37446 </cell>
37447 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37448 \begin_inset Text
37449
37450 \begin_layout Plain Layout
37451
37452 \backslash
37453
37454 \backslash
37455
37456 \end_layout
37457
37458 \end_inset
37459 </cell>
37460 </row>
37461 <row>
37462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37463 \begin_inset Text
37464
37465 \begin_layout Plain Layout
37466
37467 \backslash
37468 dasharrow
37469 \end_layout
37470
37471 \end_inset
37472 </cell>
37473 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37474 \begin_inset Text
37475
37476 \begin_layout Plain Layout
37477
37478 \backslash
37479 dashrightarrow
37480 \end_layout
37481
37482 \end_inset
37483 </cell>
37484 </row>
37485 <row>
37486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37487 \begin_inset Text
37488
37489 \begin_layout Plain Layout
37490
37491 \backslash
37492 land
37493 \end_layout
37494
37495 \end_inset
37496 </cell>
37497 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37498 \begin_inset Text
37499
37500 \begin_layout Plain Layout
37501
37502 \backslash
37503 wedge
37504 \end_layout
37505
37506 \end_inset
37507 </cell>
37508 </row>
37509 <row>
37510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37511 \begin_inset Text
37512
37513 \begin_layout Plain Layout
37514
37515 \backslash
37516 rbrace
37517 \end_layout
37518
37519 \end_inset
37520 </cell>
37521 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37522 \begin_inset Text
37523
37524 \begin_layout Plain Layout
37525 }
37526 \end_layout
37527
37528 \end_inset
37529 </cell>
37530 </row>
37531 <row>
37532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37533 \begin_inset Text
37534
37535 \begin_layout Plain Layout
37536
37537 \backslash
37538 rbracket
37539 \end_layout
37540
37541 \end_inset
37542 </cell>
37543 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37544 \begin_inset Text
37545
37546 \begin_layout Plain Layout
37547 ]
37548 \end_layout
37549
37550 \end_inset
37551 </cell>
37552 </row>
37553 <row>
37554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37555 \begin_inset Text
37556
37557 \begin_layout Plain Layout
37558
37559 \backslash
37560 rightarrow
37561 \end_layout
37562
37563 \end_inset
37564 </cell>
37565 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37566 \begin_inset Text
37567
37568 \begin_layout Plain Layout
37569
37570 \backslash
37571 to
37572 \end_layout
37573
37574 \end_inset
37575 </cell>
37576 </row>
37577 <row>
37578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37579 \begin_inset Text
37580
37581 \begin_layout Plain Layout
37582
37583 \backslash
37584 lnot
37585 \end_layout
37586
37587 \end_inset
37588 </cell>
37589 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37590 \begin_inset Text
37591
37592 \begin_layout Plain Layout
37593
37594 \backslash
37595 neg
37596 \end_layout
37597
37598 \end_inset
37599 </cell>
37600 </row>
37601 <row>
37602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37603 \begin_inset Text
37604
37605 \begin_layout Plain Layout
37606
37607 \backslash
37608 ne
37609 \end_layout
37610
37611 \end_inset
37612 </cell>
37613 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37614 \begin_inset Text
37615
37616 \begin_layout Plain Layout
37617
37618 \backslash
37619 not=
37620 \end_layout
37621
37622 \end_inset
37623 </cell>
37624 </row>
37625 <row>
37626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37627 \begin_inset Text
37628
37629 \begin_layout Plain Layout
37630
37631 \backslash
37632 owns
37633 \end_layout
37634
37635 \end_inset
37636 </cell>
37637 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37638 \begin_inset Text
37639
37640 \begin_layout Plain Layout
37641
37642 \backslash
37643 ni
37644 \end_layout
37645
37646 \end_inset
37647 </cell>
37648 </row>
37649 <row>
37650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37651 \begin_inset Text
37652
37653 \begin_layout Plain Layout
37654
37655 \backslash
37656 square
37657 \end_layout
37658
37659 \end_inset
37660 </cell>
37661 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37662 \begin_inset Text
37663
37664 \begin_layout Plain Layout
37665
37666 \backslash
37667 Box
37668 \end_layout
37669
37670 \end_inset
37671 </cell>
37672 </row>
37673 <row>
37674 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37675 \begin_inset Text
37676
37677 \begin_layout Plain Layout
37678
37679 \backslash
37680 Vert
37681 \end_layout
37682
37683 \end_inset
37684 </cell>
37685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37686 \begin_inset Text
37687
37688 \begin_layout Plain Layout
37689
37690 \backslash
37691
37692 \begin_inset Formula $|$
37693 \end_inset
37694
37695
37696 \end_layout
37697
37698 \end_inset
37699 </cell>
37700 </row>
37701 </lyxtabular>
37702
37703 \end_inset
37704
37705
37706 \begin_inset space \hfill{}
37707 \end_inset
37708
37709
37710 \end_layout
37711
37712 \begin_layout Standard
37713 \begin_inset Newpage newpage
37714 \end_inset
37715
37716
37717 \end_layout
37718
37719 \begin_layout Bibliography
37720 \begin_inset CommandInset bibitem
37721 LatexCommand bibitem
37722 key "TLC2"
37723
37724 \end_inset
37725
37726
37727 \shape smallcaps
37728 Mittelbach, F.
37729  ; Goossens, M.
37730 \shape default
37731
37732 \shape italic
37733 The LaTeX Companion
37734 \shape default
37735 , 2nd ed.
37736  Addison Wesley, 2004
37737 \end_layout
37738
37739 \begin_layout Bibliography
37740 \begin_inset CommandInset bibitem
37741 LatexCommand bibitem
37742 key "Mathmode"
37743
37744 \end_inset
37745
37746 LaTeXの数式能力の
37747 \begin_inset CommandInset href
37748 LatexCommand href
37749 name "説明"
37750 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
37751
37752 \end_inset
37753
37754
37755 \end_layout
37756
37757 \begin_layout Bibliography
37758 \begin_inset CommandInset bibitem
37759 LatexCommand bibitem
37760 key "AMS"
37761
37762 \end_inset
37763
37764
37765 \begin_inset ERT
37766 status collapsed
37767
37768 \begin_layout Plain Layout
37769
37770
37771 \backslash
37772 AmS
37773 \end_layout
37774
37775 \end_inset
37776
37777 -LaTeXの
37778 \begin_inset CommandInset href
37779 LatexCommand href
37780 name "説明"
37781 target "ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf"
37782
37783 \end_inset
37784
37785
37786 \end_layout
37787
37788 \begin_layout Bibliography
37789 \begin_inset CommandInset bibitem
37790 LatexCommand bibitem
37791 key "Symbols"
37792
37793 \end_inset
37794
37795 LaTeXパッケージで利用できる記号の
37796 \begin_inset CommandInset href
37797 LatexCommand href
37798 name "全覧"
37799 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
37800
37801 \end_inset
37802
37803
37804 \end_layout
37805
37806 \begin_layout Bibliography
37807 \begin_inset CommandInset bibitem
37808 LatexCommand bibitem
37809 key "cancel"
37810
37811 \end_inset
37812
37813 LaTeX 
37814 \series bold
37815 cancel
37816 \series default
37817
37818 \begin_inset Index idx
37819 status collapsed
37820
37821 \begin_layout Plain Layout
37822 ぱっけーじ@パッケージ ! cancel
37823 \end_layout
37824
37825 \end_inset
37826
37827 パッケージの
37828 \begin_inset CommandInset href
37829 LatexCommand href
37830 name "取扱説明書"
37831 target "http://mirrors.ctan.org/macros/latex/contrib/cancel/cancel.pdf"
37832
37833 \end_inset
37834
37835
37836 \end_layout
37837
37838 \begin_layout Bibliography
37839 \begin_inset CommandInset bibitem
37840 LatexCommand bibitem
37841 key "hyperref"
37842
37843 \end_inset
37844
37845 LaTeX 
37846 \series bold
37847 hyperref
37848 \series default
37849
37850 \begin_inset Index idx
37851 status collapsed
37852
37853 \begin_layout Plain Layout
37854 ぱっけーじ@パッケージ ! hyperref
37855 \end_layout
37856
37857 \end_inset
37858
37859 パッケージの
37860 \begin_inset CommandInset href
37861 LatexCommand href
37862 name "取扱説明書"
37863 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
37864
37865 \end_inset
37866
37867
37868 \end_layout
37869
37870 \begin_layout Bibliography
37871 \begin_inset CommandInset bibitem
37872 LatexCommand bibitem
37873 key "mhchem"
37874
37875 \end_inset
37876
37877 LaTeX 
37878 \series bold
37879 mhchem
37880 \series default
37881
37882 \begin_inset Index idx
37883 status collapsed
37884
37885 \begin_layout Plain Layout
37886 ぱっけーじ@パッケージ ! mhchem
37887 \end_layout
37888
37889 \end_inset
37890
37891 パッケージの
37892 \begin_inset CommandInset href
37893 LatexCommand href
37894 name "取扱説明書"
37895 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
37896
37897 \end_inset
37898
37899
37900 \end_layout
37901
37902 \begin_layout Bibliography
37903 \begin_inset CommandInset bibitem
37904 LatexCommand bibitem
37905 key "Mathclap"
37906
37907 \end_inset
37908
37909
37910 \begin_inset CommandInset ref
37911 LatexCommand ref
37912 reference "sub:演算子の範囲"
37913
37914 \end_inset
37915
37916 節に述べられている
37917 \series bold
37918
37919 \backslash
37920 mathclap
37921 \series default
37922 コマンドの
37923 \begin_inset CommandInset href
37924 LatexCommand href
37925 name "説明"
37926 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
37927
37928 \end_inset
37929
37930
37931 \begin_inset Index idx
37932 status collapsed
37933
37934 \begin_layout Plain Layout
37935 こまんど@コマンド ! M ! 
37936 \backslash
37937 mathclap
37938 \end_layout
37939
37940 \end_inset
37941
37942
37943 \end_layout
37944
37945 \begin_layout Bibliography
37946 \begin_inset CommandInset bibitem
37947 LatexCommand bibitem
37948 key "Duden"
37949
37950 \end_inset
37951
37952
37953 \emph on
37954 Duden Band 1
37955 \emph default
37956 .
37957  22.
37958  Auflage, Duden 2001
37959 \end_layout
37960
37961 \begin_layout Bibliography
37962 \begin_inset CommandInset bibitem
37963 LatexCommand bibitem
37964 key "Checklist"
37965
37966 \end_inset
37967
37968 原稿見直しの
37969 \begin_inset CommandInset href
37970 LatexCommand href
37971 name "チェックリスト"
37972 target "http://physics.nist.gov/Document/checklist.pdf"
37973
37974 \end_inset
37975
37976
37977 \end_layout
37978
37979 \begin_layout Subsubsection*
37980 \begin_inset CommandInset index_print
37981 LatexCommand printindex
37982 type "idx"
37983
37984 \end_inset
37985
37986
37987 \end_layout
37988
37989 \end_body
37990 \end_document