]> git.lyx.org Git - lyx.git/blob - lib/doc/ja/Math.lyx
Update the format for some doc pages
[lyx.git] / lib / doc / ja / Math.lyx
1 #LyX 2.4 created this file. For more info see https://www.lyx.org/
2 \lyxformat 610
3 \begin_document
4 \begin_header
5 \save_transient_properties false
6 \origin /systemlyxdir/doc/ja/
7 \textclass scrartcl
8 \begin_preamble
9 % DO NOT ALTER THIS PREAMBLE!!!
10 %
11 % This preamble is designed to ensure that the file prints
12 % out as advertised. If you mess with this preamble,
13 % parts of this document may not print out as expected.  If you
14 % have problems LaTeXing this file, please contact 
15 % the documentation team
16 % email: lyx-docs@lists.lyx.org
17
18 % solves the following problem:
19 % If the dection number consits of too many numerals the section heading
20 % will be printed in the TOC without a space between it and the section number.
21 % As solution more space between the number and the heading is inserted:
22 \renewcommand{\l@subsection}{\@dottedtocline{2}{1.5em}{2.8em}}
23 \renewcommand{\l@subsubsection}{\@dottedtocline{3}{4.3em}{3.6em}}
24
25 % To be able to enter some characters directly in LyX,
26 % see sec. 22.11
27 %\DeclareInputText{176}{\ifmmode^\circ\else\textdegree\fi}
28 %\DeclareInputText{183}{\ifmmode\cdot\else\textperiodcentered\fi}
29
30 % increase link area for cross-references and autoname them,
31 %\AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
32 %\addto\extrasenglish{%
33 % \renewcommand*{\equationautorefname}[1]{}
34 % \renewcommand{\sectionautorefname}{sec.\negthinspace}
35 % \renewcommand{\subsectionautorefname}[1]{sec.\negthinspace}
36 % \renewcommand{\subsubsectionautorefname}{sec.\negthinspace}
37 %}
38
39 % don't load packages twice
40 % see first footnote in sec. 9.3
41 \@ifundefined{textcolor}{\usepackage{color}}{}
42
43 % the pages of the TOC are numbered roman
44 % and a PDF-bookmark for the TOC is added
45 \pagenumbering{roman}
46 \let\myTOC\tableofcontents
47 \renewcommand{\tableofcontents}{%
48  \vspace{1cm}
49  \pdfbookmark[1]{\contentsname}{}
50  \myTOC
51  \cleardoublepage
52  \pagenumbering{arabic}}
53
54 % add 0.5 mm vertical space for table rows
55 \@ifundefined{extrarowheight} {\usepackage{array}}{}
56 \setlength{\extrarowheight}{0.5mm}
57
58 % insert additional vertical space of 1.5 mm between footnotes,
59 \let\myFoot\footnote
60 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
61
62 % makes caption labels bold
63 %\setkomafont{captionlabel}{\bfseries}
64
65 % enables calculation of values
66 \usepackage{calc}
67
68 % for multiple columns used in sec. 24.7
69 \usepackage{multicol}
70
71 % needed in sec. 19.4
72 \usepackage{remreset}
73
74 % for the Fourier transformation symbol
75 \usepackage{mathrsfs}
76
77 % define a color, used in sec.9.3
78 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
79
80 % declare operators (see sec. 10.4 and sec. 15.2)
81 \DeclareMathOperator*{\Lozenge}{\blacklozenge}
82 \DeclareMathOperator{\sgn}{sgn}
83
84 % example definitions for sec. 20.1 
85 \newcommand{\gr}{\Longrightarrow}
86 \newcommand{\us}[1]{\underline{#1}}
87 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
88 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
89 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
90
91 % example macro from sec. 19.4
92 %\AtBeginDocument{
93 %\def\tagform@#1{\maketag@@@{|#1|}}
94 %}
95
96 % ------------------------------------
97 % used to check for needed LaTeX packages
98 \usepackage{ifthen}
99
100 % check for package undertilde
101 % used for the command \utilde
102 \newboolean{undertilde}
103 \IfFileExists{undertilde.sty}
104  {\usepackage{undertilde}
105   \setboolean{undertilde}{true}}
106  {\setboolean{undertilde}{false}}
107
108 % check for package eurosym
109 % used for the Euro symbol
110 \newboolean{eurosym}
111 \IfFileExists{eurosym.sty}
112  {\usepackage[gennarrow]{eurosym}
113   \setboolean{eurosym}{true}}
114  {\setboolean{eurosym}{false}}
115
116 % needed in sec. 22.4
117 % check for package braket
118 \newboolean{braket}
119 \IfFileExists{braket.sty}
120  {\usepackage{braket}
121   \setboolean{braket}{true}}
122  {\setboolean{braket}{false}}
123
124 % check for package cancel
125 \newboolean{cancel}
126 \IfFileExists{cancel.sty}
127  {\usepackage{cancel}
128   \setboolean{cancel}{true}}
129  {\setboolean{cancel}{false}}
130
131 % needed in sec. 22.10
132 % check for package upgreek
133 \newboolean{upgreek}
134 \IfFileExists{upgreek.sty}
135  {\usepackage{upgreek}
136   \setboolean{upgreek}{true}}
137  {\setboolean{upgreek}{false}}
138
139 % make pdf bookmark sane with Japanese
140 \AtBeginDvi{\special{pdf:tounicode EUC-UCS2}}
141
142 \renewcommand{\seename}{→}
143 % Added by lyx2lyx
144 \setlength{\parskip}{\medskipamount}
145 \setlength{\parindent}{0pt}
146 \end_preamble
147 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading,samesize,bookmarkpackage=false
148 \use_default_options true
149 \begin_modules
150 subequations
151 ruby
152 \end_modules
153 \maintain_unincluded_children no
154 \language japanese
155 \language_package default
156 \inputencoding utf8
157 \fontencoding auto
158 \font_roman "lmodern" "IPAexMincho"
159 \font_sans "default" "IPAexGothic"
160 \font_typewriter "default" "default"
161 \font_math "auto" "auto"
162 \font_default_family default
163 \use_non_tex_fonts false
164 \font_sc false
165 \font_roman_osf false
166 \font_sans_osf false
167 \font_typewriter_osf false
168 \font_sf_scale 100 100
169 \font_tt_scale 100 100
170 \use_microtype false
171 \use_dash_ligatures false
172 \graphics default
173 \default_output_format default
174 \output_sync 0
175 \bibtex_command default
176 \index_command default
177 \float_placement class
178 \float_alignment class
179 \paperfontsize default
180 \spacing single
181 \use_hyperref true
182 \pdf_title "LyX's Math Manual"
183 \pdf_author "LyX Team, Uwe Stohr"
184 \pdf_subject "LyX-documentation about math"
185 \pdf_keywords "LyX, Mathed"
186 \pdf_bookmarks false
187 \pdf_bookmarksnumbered true
188 \pdf_bookmarksopen true
189 \pdf_bookmarksopenlevel 1
190 \pdf_breaklinks false
191 \pdf_pdfborder false
192 \pdf_colorlinks true
193 \pdf_backref false
194 \pdf_pdfusetitle false
195 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
196 \papersize a4
197 \use_geometry true
198 \use_package amsmath 2
199 \use_package amssymb 2
200 \use_package cancel 1
201 \use_package esint 1
202 \use_package mathdots 1
203 \use_package mathtools 2
204 \use_package mhchem 1
205 \use_package stackrel 1
206 \use_package stmaryrd 1
207 \use_package undertilde 0
208 \cite_engine basic
209 \cite_engine_type default
210 \biblio_style plain
211 \use_bibtopic false
212 \use_indices false
213 \paperorientation portrait
214 \suppress_date false
215 \justification true
216 \use_refstyle 0
217 \use_minted 0
218 \use_lineno 0
219 \notefontcolor #0000ff
220 \index 索引
221 \shortcut idx
222 \color #008000
223 \end_index
224 \leftmargin 3.5cm
225 \topmargin 3cm
226 \rightmargin 3cm
227 \bottommargin 3.5cm
228 \secnumdepth 4
229 \tocdepth 3
230 \paragraph_separation indent
231 \paragraph_indentation default
232 \is_math_indent 0
233 \math_numbering_side default
234 \quotes_style english
235 \dynamic_quotes 0
236 \papercolumns 1
237 \papersides 2
238 \paperpagestyle plain
239 \tablestyle default
240 \tracking_changes false
241 \output_changes false
242 \change_bars false
243 \postpone_fragile_content false
244 \html_math_output 0
245 \html_css_as_file 0
246 \html_be_strict false
247 \docbook_table_output 0
248 \docbook_mathml_prefix 1
249 \end_header
250
251 \begin_body
252
253 \begin_layout Title
254 \SpecialChar LyX
255 の数式詳細説明書
256 \end_layout
257
258 \begin_layout Author
259 \SpecialChar LyX
260 プロジェクトチーム
261 \begin_inset Foot
262 status collapsed
263
264 \begin_layout Plain Layout
265 \noindent
266 コメントや誤りの修正などがございましたら,\SpecialChar LyX
267 文書化メーリングリスト
268 \family typewriter
269  
270 \begin_inset CommandInset href
271 LatexCommand href
272 name "lyx-docs@lists.lyx.org"
273 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
274 type "mailto:"
275 literal "false"
276
277 \end_inset
278
279
280 \family default
281  までお知らせください.
282 \end_layout
283
284 \end_inset
285
286
287 \begin_inset Note Note
288 status collapsed
289
290 \begin_layout Plain Layout
291 著者:Uwe Stöhr
292 \end_layout
293
294 \end_inset
295
296
297 \begin_inset Newline newline
298 \end_inset
299
300
301 \begin_inset Newline newline
302 \end_inset
303
304
305 \family sans
306 第2.3.x版
307 \end_layout
308
309 \begin_layout Standard
310 \begin_inset CommandInset toc
311 LatexCommand tableofcontents
312
313 \end_inset
314
315
316 \end_layout
317
318 \begin_layout Standard
319 \begin_inset Note Note
320 status open
321
322 \begin_layout Plain Layout
323 この文書をPDFやPS,DVIに書き出すには,\SpecialChar LaTeX
324 パッケージの
325 \series bold
326 braket
327 \series default
328
329 \series bold
330 cancel
331 \series default
332
333 \series bold
334 eurosym
335 \series default
336
337 \series bold
338 mathdots
339 \series default
340
341 \series bold
342 mhchem
343 \series default
344
345 \series bold
346 undertilde
347 \series default
348
349 \series bold
350 was
351 \series default
352 が導入されている必要があります.これらが導入されていなくても文書はエクスポートできますが,パッケージを必要とする節は出力には現れません.また,
353 \series bold
354 mhchem
355 \series default
356 が導入されていないと,本ファイルを書き出すことができません.
357 \end_layout
358
359 \begin_layout Plain Layout
360 この文書の最新のPDF版は
361 \begin_inset Newline newline
362 \end_inset
363
364
365 \series bold
366 https://wiki.lyx.org/LyX/Manuals#Math
367 \begin_inset Newline newline
368 \end_inset
369
370
371 \series default
372 にあります.
373 \end_layout
374
375 \end_inset
376
377
378 \end_layout
379
380 \begin_layout Standard
381 \begin_inset Newpage newpage
382 \end_inset
383
384
385 \end_layout
386
387 \begin_layout Section
388 はじめに
389 \end_layout
390
391 \begin_layout Standard
392 この文書は,\SpecialChar LyX
393 の数式機能の説明書であると同時に,なによりも数式記号および数式要素に使用される\SpecialChar LaTeX
394 コマンドのコレクションでもあります.説明は,コマンドの使用を念頭に置い
395 ています.したがって,ユーザーの手引きの
396 \family typewriter
397 数式
398 \family default
399 の節をすでにお読みになっていることを前提としています.
400 \end_layout
401
402 \begin_layout Standard
403 この説明書で説明されている,ほとんどの数式記号と,数式要素の多くは,
404 \family sans
405 挿入\SpecialChar menuseparator
406 数式
407 \family default
408 メニューか
409 \family sans
410 数式ツールバー
411 \family default
412 からアクセスすることが可能です.しかし,たくさんの数式を書かなくてはならない人はみな,数式ツールバーを使うよりもコマンドを使った方がずっと速いことに気付くことに
413 なるのです.したがって,この説明書はコマンドに焦点を当てますが,対応するツールバーボタンが利用可能なときには,それにも言及することにします.
414 \end_layout
415
416 \begin_layout Standard
417 とくに断らなければ,コマンドは数式内からのみ利用可能です.この文書で説明されているすべてのコマンドを利用できるようにするためには,文書設定(
418 \family sans
419 文書\SpecialChar menuseparator
420 設定\SpecialChar menuseparator
421 数式オプション
422 \family default
423 メニュー)で
424 \family sans
425 AMS mathパッケージを使う
426 \family default
427 オプションを有効にしなくてはなりません
428 \begin_inset Foot
429 status collapsed
430
431 \begin_layout Plain Layout
432
433 \family sans
434 AMS mathパッケージを自動的に使う
435 \family default
436 オプションは,\SpecialChar LyX
437 でサポートされている数式要素が見つかったときのみ,
438 \begin_inset ERT
439 status collapsed
440
441 \begin_layout Plain Layout
442
443
444 \backslash
445 AmS 
446 \end_layout
447
448 \end_inset
449
450 -mathパッケージを使用します.
451 \end_layout
452
453 \end_inset
454
455
456 \end_layout
457
458 \begin_layout Standard
459 説明を明瞭にするために,この文書はすべての
460 \begin_inset ERT
461 status collapsed
462
463 \begin_layout Plain Layout
464
465
466 \backslash
467 AmS 
468 \end_layout
469
470 \end_inset
471
472 -mathコマンド
473 \begin_inset Foot
474 status collapsed
475
476 \begin_layout Plain Layout
477 すべての
478 \begin_inset ERT
479 status collapsed
480
481 \begin_layout Plain Layout
482
483
484 \backslash
485 AmS
486 \end_layout
487
488 \end_inset
489
490 -mathコマンドの一覧は,
491 \family sans
492
493 \begin_inset CommandInset href
494 LatexCommand href
495 name "amsguide.pdf"
496 target "https://www.ctan.org/tex-archive/macros/amstex/doc/amsguide.pdf"
497 literal "false"
498
499 \end_inset
500
501
502 \family default
503 ファイルに収録されています.このファイルは,すべての\SpecialChar LaTeX
504 標準頒布版に含まれています.
505 \end_layout
506
507 \end_inset
508
509 を列挙はしません.
510 \end_layout
511
512 \begin_layout Section
513 一般的な説明
514 \end_layout
515
516 \begin_layout Standard
517 本文に埋め込まれた行内数式
518 \begin_inset Index idx
519 range none
520 pageformat default
521 status collapsed
522
523 \begin_layout Plain Layout
524 すうしき @ 数式 ! ぎょうない @ 行内
525 \end_layout
526
527 \end_inset
528
529 を作成するには,
530 \begin_inset Flex Ruby
531 status collapsed
532
533 \begin_layout Plain Layout
534 捷径
535 \begin_inset Argument post:1
536 status collapsed
537
538 \begin_layout Plain Layout
539 ショートカット
540 \end_layout
541
542 \end_inset
543
544
545 \end_layout
546
547 \end_inset
548
549
550 \begin_inset Info
551 type  "shortcuts"
552 arg   "math-mode"
553 \end_inset
554
555 のうちのいずれか,あるいはツールバーボタン
556 \begin_inset Info
557 type  "icon"
558 arg   "math-mode"
559 \end_inset
560
561 を使用してください.
562 \begin_inset Newline newline
563 \end_inset
564
565 大きく別の段落として表示される別行立て数式
566 \begin_inset Index idx
567 range none
568 pageformat default
569 status collapsed
570
571 \begin_layout Plain Layout
572 すうしき @ 数式 ! べつぎょうだてようしき @ 別行立て様式
573 \end_layout
574
575 \end_inset
576
577 を作成するには,
578 \begin_inset Info
579 type  "shortcuts"
580 arg   "math-display"
581 \end_inset
582
583 のうちいずれかの捷径を使用して下さい.
584 \end_layout
585
586 \begin_layout Standard
587 別行立て様式の数式を行内数式に変更するには,カーソルを数式内に合わせて
588 \begin_inset Info
589 type  "shortcuts"
590 arg   "math-mode"
591 \end_inset
592
593 のいずれかの捷径か,
594 \family sans
595 編集\SpecialChar menuseparator
596 数式\SpecialChar menuseparator
597 数式の表記を変更
598 \family default
599 メニューを使用して下さい.同じ方法が,行内数式を別行立て数式に変更するのにも使用できます.
600 \end_layout
601
602 \begin_layout Standard
603 行内数式の一部を別行立て数式の大きさで表示するには,
604 \series bold
605
606 \backslash
607 displaystyle
608 \begin_inset Index idx
609 range none
610 pageformat default
611 status collapsed
612
613 \begin_layout Plain Layout
614
615 \size normal
616 こまんど@コマンド ! D ! 
617 \backslash
618 displaystyle
619 \end_layout
620
621 \end_inset
622
623
624 \series default
625 を数式に入力して下さい.すると,青いボックスが新規に現れて,希望する数式の箇所を挿入することができます.
626 \end_layout
627
628 \begin_layout Standard
629 表の中では,行内数式のみの使用が許されています.
630 \end_layout
631
632 \begin_layout Standard
633
634 \family sans
635 数式ツールバー
636 \family default
637 は,
638 \family sans
639 表示\SpecialChar menuseparator
640 ツールバー
641 \family default
642 メニューで表示することができます.そのメニューで「数式」をクリックすると,ツールバーが下部に永続的に表示されます.この状態は,
643 \family sans
644 ツールバー
645 \family default
646 メニューの中ではチェック印で表されます.この状態から,
647 \family sans
648 ツールバー
649 \family default
650 メニューの「数式」をもう一度クリックすると,数式ツールバーは,カーソルが数式内部にあるときのみ表示されるようになります.この状態は,メニュー項目が「数式」から「
651 数式(自動)」に変わることで表されます.
652 \end_layout
653
654 \begin_layout Standard
655 \SpecialChar TeX
656 モード
657 \begin_inset Index idx
658 range none
659 pageformat default
660 status collapsed
661
662 \begin_layout Plain Layout
663 T exもーど@\SpecialChar TeX
664 モード
665 \end_layout
666
667 \end_inset
668
669 は,ツールバーボタン
670 \begin_inset Info
671 type  "icon"
672 arg   "ert-insert"
673 \end_inset
674
675 を押すか,
676 \family sans
677 挿入\SpecialChar menuseparator
678 TeXコード
679 \family default
680 (捷径:
681 \begin_inset Info
682 type  "shortcut"
683 arg   "ert-insert"
684 \end_inset
685
686 )メニューを使うことで,起動できます.
687 \begin_inset Note Note
688 status collapsed
689
690 \begin_layout Plain Layout
691 \SpecialChar LyX
692 には,出力においては上付き文字と下付き文字とで表示される三つの「固有名詞」,\SpecialChar TeX
693 ・\SpecialChar LaTeX
694 ・\SpecialChar LyX
695 があります.これらの名称が,固有名詞として認識されるのを防ぐために,ここでは\SpecialChar TeX
696 括弧
697 が挿入されています.
698 \end_layout
699
700 \end_inset
701
702
703 \end_layout
704
705 \begin_layout Standard
706 \SpecialChar LaTeX
707 プリアンブル
708 \begin_inset Index idx
709 range none
710 pageformat default
711 status collapsed
712
713 \begin_layout Plain Layout
714 L atexぷりあんぶる@\SpecialChar LaTeX
715 プリアンブル
716 \end_layout
717
718 \end_inset
719
720 を変更するには,
721 \family sans
722 文書\SpecialChar menuseparator
723 設定\SpecialChar menuseparator
724 LaTeXプリアンブル
725 \family default
726 メニューを使用してください.
727 \end_layout
728
729 \begin_layout Standard
730 行列や場合分け,多行数式を続けて編集するには,
731 \family sans
732 編集\SpecialChar menuseparator
733 数式
734 \family default
735 メニューと
736 \family sans
737 編集\SpecialChar menuseparator
738 行と列
739 \family default
740 メニューを使うか,表ツールバーを使用することができます.メニューから行や列を交換するように指定されたときには,カーソルのある列や行は,それぞれ右側の列や下の行と
741 交換されます.カーソルが最後の列や行にあるときには,左の列や上の行と交換されることになります.
742 \end_layout
743
744 \begin_layout Standard
745 数式内で文章を書く
746 \begin_inset Foot
747 status collapsed
748
749 \begin_layout Plain Layout
750 多行数式では,
751 \series bold
752
753 \backslash
754 intertext
755 \series default
756 コマンドが使用されます.
757 \begin_inset CommandInset ref
758 LatexCommand ref
759 reference "subsec:多行数式中のテキスト"
760
761 \end_inset
762
763 を参照のこと.
764 \end_layout
765
766 \end_inset
767
768 には,
769 \emph on
770 数式テキスト
771 \emph default
772
773 \begin_inset Index idx
774 range none
775 pageformat default
776 status collapsed
777
778 \begin_layout Plain Layout
779 てきすと @ テキスト ! すうしきちゅうの @ 数式中の
780 \end_layout
781
782 \end_inset
783
784
785 \begin_inset Index idx
786 range none
787 pageformat default
788 status collapsed
789
790 \begin_layout Plain Layout
791 すうしきてきすと @ 数式テキスト
792 \end_layout
793
794 \end_inset
795
796 が使用されます.このモードには,捷径
797 \begin_inset Info
798 type  "shortcut"
799 arg   "math-mode"
800 \end_inset
801
802 を使うか,
803 \series bold
804
805 \backslash
806 text
807 \series default
808
809 \begin_inset Index idx
810 range none
811 pageformat default
812 status collapsed
813
814 \begin_layout Plain Layout
815 こまんど @ コマンド ! T ! 
816 \backslash
817 text
818 \end_layout
819
820 \end_inset
821
822 コマンドを挿入することで入ることができます.テキストは,\SpecialChar LyX
823 中では黒字で表示されるので,青字で表示される他の数式部分とは区別することができます.出力においては,数式
824 テキストは,他の数式部分とは違って,アップライト体に組まれます.
825 \end_layout
826
827 \begin_layout Subsection*
828 コマンドの構成
829 \end_layout
830
831 \begin_layout Standard
832 数式要素に使われるほとんどの\SpecialChar LaTeX
833 コマンドは,以下のような構成になっています.
834 \end_layout
835
836 \begin_layout Standard
837
838 \series bold
839
840 \backslash
841 コマンド名[非必須引数]{必須引数}
842 \end_layout
843
844 \begin_layout Standard
845 コマンドは,つねにバックスラッシュ「
846 \series bold
847
848 \backslash
849
850 \series default
851 」で始まります.非必須の引数を省略するときには,随伴する括弧も省略しなくてはなりません.必須引数の前後の括弧は,この文書中では,\SpecialChar TeX
852 括弧
853 \begin_inset Index idx
854 range none
855 pageformat default
856 status collapsed
857
858 \begin_layout Plain Layout
859 T exかっこ@\SpecialChar TeX
860 括弧
861 \end_layout
862
863 \end_inset
864
865 と呼ぶことにします.数式中でコマンド名に左括弧を付けると,\SpecialChar LyX
866 は自動的に\SpecialChar TeX
867 括弧を生成します.数式中ではそれ以外に,
868 \series bold
869
870 \backslash
871 {
872 \series default
873 コマンドを使えば,つねに\SpecialChar TeX
874 括弧を生成することができます.\SpecialChar LyX
875 中で,青字で表示される通常の括弧とは違って,\SpecialChar TeX
876 括弧は赤字で表示されます.\SpecialChar TeX
877 モード中では,\SpecialChar TeX
878 括弧を得るのに,とくに
879 コマンドは必要としません.また,\SpecialChar TeX
880 括弧は出力中では表示されません.
881 \end_layout
882
883 \begin_layout Standard
884 記号のコマンドのように引数のないコマンドを\SpecialChar TeX
885 モードに入力するときには,コマンドの終わりを表すために,コマンドの後に空白が
886 \emph on
887 かならず
888 \emph default
889 入力されなくてはなりません.この空白は出力中には現れません.空白を出力中に表示したいときには,空白の後に,通常テキストモードの保護された空白が来なくてはなりませ
890 ん.
891 \end_layout
892
893 \begin_layout Standard
894 保護された空白は,
895 \begin_inset Info
896 type  "shortcuts"
897 arg   "command-alternatives space-insert protected ; math-space"
898 \end_inset
899
900  
901 \begin_inset Flex Ruby
902 status collapsed
903
904 \begin_layout Plain Layout
905
906 \begin_inset Argument post:1
907 status collapsed
908
909 \begin_layout Plain Layout
910 キー
911 \end_layout
912
913 \end_inset
914
915
916 \end_layout
917
918 \end_inset
919
920 で入力できます.
921 \end_layout
922
923 \begin_layout Subsection*
924 \begin_inset Newpage newpage
925 \end_inset
926
927 文法の説明
928 \end_layout
929
930 \begin_layout Itemize
931 記号 
932 \begin_inset space \textvisiblespace{}
933 \end_inset
934
935  は,空白文字を入力することを表します.
936 \end_layout
937
938 \begin_layout Itemize
939 \begin_inset Formula $\to$
940 \end_inset
941
942 のような矢印は,キーボードから対応する矢印
943 \begin_inset Flex Ruby
944 status collapsed
945
946 \begin_layout Plain Layout
947
948 \begin_inset Argument post:1
949 status collapsed
950
951 \begin_layout Plain Layout
952 キー
953 \end_layout
954
955 \end_inset
956
957
958 \end_layout
959
960 \end_inset
961
962 を押すことを表します.
963 \end_layout
964
965 \begin_layout Subsection*
966 使用できる単位
967 \end_layout
968
969 \begin_layout Standard
970 \align center
971 \begin_inset Float table
972 placement H
973 alignment document
974 wide false
975 sideways false
976 status open
977
978 \begin_layout Plain Layout
979 \align center
980 \begin_inset Caption Standard
981
982 \begin_layout Plain Layout
983 \begin_inset CommandInset label
984 LatexCommand label
985 name "tab:使用できる単位"
986
987 \end_inset
988
989 使用できる単位
990 \end_layout
991
992 \end_inset
993
994
995 \end_layout
996
997 \begin_layout Plain Layout
998 \align center
999 \begin_inset Tabular
1000 <lyxtabular version="3" rows="13" columns="2">
1001 <features booktabs="true" tabularvalignment="middle">
1002 <column alignment="center" valignment="top" width="0pt">
1003 <column alignment="center" valignment="top">
1004 <row>
1005 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1006 \begin_inset Text
1007
1008 \begin_layout Plain Layout
1009 単位
1010 \end_layout
1011
1012 \end_inset
1013 </cell>
1014 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1015 \begin_inset Text
1016
1017 \begin_layout Plain Layout
1018 名称/摘要
1019 \end_layout
1020
1021 \end_inset
1022 </cell>
1023 </row>
1024 <row>
1025 <cell alignment="center" valignment="top" usebox="none">
1026 \begin_inset Text
1027
1028 \begin_layout Plain Layout
1029 mm
1030 \end_layout
1031
1032 \end_inset
1033 </cell>
1034 <cell alignment="center" valignment="top" usebox="none">
1035 \begin_inset Text
1036
1037 \begin_layout Plain Layout
1038 ミリメートル
1039 \end_layout
1040
1041 \end_inset
1042 </cell>
1043 </row>
1044 <row>
1045 <cell alignment="center" valignment="top" usebox="none">
1046 \begin_inset Text
1047
1048 \begin_layout Plain Layout
1049 cm
1050 \end_layout
1051
1052 \end_inset
1053 </cell>
1054 <cell alignment="center" valignment="top" usebox="none">
1055 \begin_inset Text
1056
1057 \begin_layout Plain Layout
1058 センチメートル
1059 \end_layout
1060
1061 \end_inset
1062 </cell>
1063 </row>
1064 <row>
1065 <cell alignment="center" valignment="top" usebox="none">
1066 \begin_inset Text
1067
1068 \begin_layout Plain Layout
1069 in
1070 \end_layout
1071
1072 \end_inset
1073 </cell>
1074 <cell alignment="center" valignment="top" usebox="none">
1075 \begin_inset Text
1076
1077 \begin_layout Plain Layout
1078 インチ
1079 \end_layout
1080
1081 \end_inset
1082 </cell>
1083 </row>
1084 <row>
1085 <cell alignment="center" valignment="top" usebox="none">
1086 \begin_inset Text
1087
1088 \begin_layout Plain Layout
1089 pt
1090 \end_layout
1091
1092 \end_inset
1093 </cell>
1094 <cell alignment="center" valignment="top" usebox="none">
1095 \begin_inset Text
1096
1097 \begin_layout Plain Layout
1098 ポイント (72.27
1099 \begin_inset Formula $\,$
1100 \end_inset
1101
1102 pt = 1
1103 \begin_inset Formula $\,$
1104 \end_inset
1105
1106 in)
1107 \end_layout
1108
1109 \end_inset
1110 </cell>
1111 </row>
1112 <row>
1113 <cell alignment="center" valignment="top" usebox="none">
1114 \begin_inset Text
1115
1116 \begin_layout Plain Layout
1117 pc
1118 \end_layout
1119
1120 \end_inset
1121 </cell>
1122 <cell alignment="center" valignment="top" usebox="none">
1123 \begin_inset Text
1124
1125 \begin_layout Plain Layout
1126 パイカ (1
1127 \begin_inset Formula $\,$
1128 \end_inset
1129
1130 pc = 12
1131 \begin_inset Formula $\,$
1132 \end_inset
1133
1134 pt)
1135 \end_layout
1136
1137 \end_inset
1138 </cell>
1139 </row>
1140 <row>
1141 <cell alignment="center" valignment="top" usebox="none">
1142 \begin_inset Text
1143
1144 \begin_layout Plain Layout
1145 sp
1146 \end_layout
1147
1148 \end_inset
1149 </cell>
1150 <cell alignment="center" valignment="top" usebox="none">
1151 \begin_inset Text
1152
1153 \begin_layout Plain Layout
1154 スケールポイント (65536
1155 \begin_inset Formula $\,$
1156 \end_inset
1157
1158 sp = 1
1159 \begin_inset Formula $\,$
1160 \end_inset
1161
1162 pt)
1163 \end_layout
1164
1165 \end_inset
1166 </cell>
1167 </row>
1168 <row>
1169 <cell alignment="center" valignment="top" usebox="none">
1170 \begin_inset Text
1171
1172 \begin_layout Plain Layout
1173 bp
1174 \end_layout
1175
1176 \end_inset
1177 </cell>
1178 <cell alignment="center" valignment="top" usebox="none">
1179 \begin_inset Text
1180
1181 \begin_layout Plain Layout
1182 ビッグポイント (72
1183 \begin_inset Formula $\,$
1184 \end_inset
1185
1186 bp = 1
1187 \begin_inset Formula $\,$
1188 \end_inset
1189
1190 in)
1191 \end_layout
1192
1193 \end_inset
1194 </cell>
1195 </row>
1196 <row>
1197 <cell alignment="center" valignment="top" usebox="none">
1198 \begin_inset Text
1199
1200 \begin_layout Plain Layout
1201 dd
1202 \end_layout
1203
1204 \end_inset
1205 </cell>
1206 <cell alignment="center" valignment="top" usebox="none">
1207 \begin_inset Text
1208
1209 \begin_layout Plain Layout
1210 ディドー (72
1211 \begin_inset Formula $\,$
1212 \end_inset
1213
1214 dd 
1215 \begin_inset Formula $\approx$
1216 \end_inset
1217
1218  37.6
1219 \begin_inset Formula $\,$
1220 \end_inset
1221
1222 mm)
1223 \end_layout
1224
1225 \end_inset
1226 </cell>
1227 </row>
1228 <row>
1229 <cell alignment="center" valignment="top" usebox="none">
1230 \begin_inset Text
1231
1232 \begin_layout Plain Layout
1233 cc
1234 \end_layout
1235
1236 \end_inset
1237 </cell>
1238 <cell alignment="center" valignment="top" usebox="none">
1239 \begin_inset Text
1240
1241 \begin_layout Plain Layout
1242 シセロ (1
1243 \begin_inset Formula $\,$
1244 \end_inset
1245
1246 cc = 12
1247 \begin_inset Formula $\,$
1248 \end_inset
1249
1250 dd)
1251 \end_layout
1252
1253 \end_inset
1254 </cell>
1255 </row>
1256 <row>
1257 <cell alignment="center" valignment="top" usebox="none">
1258 \begin_inset Text
1259
1260 \begin_layout Plain Layout
1261 ex
1262 \end_layout
1263
1264 \end_inset
1265 </cell>
1266 <cell alignment="center" valignment="top" usebox="none">
1267 \begin_inset Text
1268
1269 \begin_layout Plain Layout
1270 現在のフォントの文字「x」の高さ
1271 \end_layout
1272
1273 \end_inset
1274 </cell>
1275 </row>
1276 <row>
1277 <cell alignment="center" valignment="top" usebox="none">
1278 \begin_inset Text
1279
1280 \begin_layout Plain Layout
1281 em
1282 \end_layout
1283
1284 \end_inset
1285 </cell>
1286 <cell alignment="center" valignment="top" usebox="none">
1287 \begin_inset Text
1288
1289 \begin_layout Plain Layout
1290 現在のフォントの文字「M」の幅
1291 \end_layout
1292
1293 \end_inset
1294 </cell>
1295 </row>
1296 <row>
1297 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
1298 \begin_inset Text
1299
1300 \begin_layout Plain Layout
1301 mu
1302 \end_layout
1303
1304 \end_inset
1305 </cell>
1306 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
1307 \begin_inset Text
1308
1309 \begin_layout Plain Layout
1310 数式単位(1
1311 \begin_inset space \thinspace{}
1312 \end_inset
1313
1314 mu = 
1315 \begin_inset Formula $\nicefrac{1}{18}$
1316 \end_inset
1317
1318
1319 \begin_inset space \thinspace{}
1320 \end_inset
1321
1322 em)
1323 \end_layout
1324
1325 \end_inset
1326 </cell>
1327 </row>
1328 </lyxtabular>
1329
1330 \end_inset
1331
1332
1333 \end_layout
1334
1335 \end_inset
1336
1337
1338 \end_layout
1339
1340 \begin_layout Standard
1341 \begin_inset Newpage newpage
1342 \end_inset
1343
1344
1345 \end_layout
1346
1347 \begin_layout Section
1348 基礎的な関数
1349 \end_layout
1350
1351 \begin_layout Subsection
1352 指数
1353 \begin_inset Index idx
1354 range none
1355 pageformat default
1356 status collapsed
1357
1358 \begin_layout Plain Layout
1359 しすう@指数
1360 \end_layout
1361
1362 \end_inset
1363
1364 および添字
1365 \begin_inset Index idx
1366 range none
1367 pageformat default
1368 status collapsed
1369
1370 \begin_layout Plain Layout
1371 そえじ@添字
1372 \end_layout
1373
1374 \end_inset
1375
1376
1377 \begin_inset Index idx
1378 range none
1379 pageformat default
1380 status collapsed
1381
1382 \begin_layout Plain Layout
1383 うえつきもじ@上付き文字
1384 \begin_inset ERT
1385 status open
1386
1387 \begin_layout Plain Layout
1388
1389 |see{
1390 \end_layout
1391
1392 \end_inset
1393
1394 指数
1395 \begin_inset ERT
1396 status collapsed
1397
1398 \begin_layout Plain Layout
1399
1400 }
1401 \end_layout
1402
1403 \end_inset
1404
1405
1406 \end_layout
1407
1408 \end_inset
1409
1410
1411 \begin_inset Index idx
1412 range none
1413 pageformat default
1414 status collapsed
1415
1416 \begin_layout Plain Layout
1417 したつきもじ@下付き文字
1418 \begin_inset ERT
1419 status collapsed
1420
1421 \begin_layout Plain Layout
1422
1423 |see{
1424 \end_layout
1425
1426 \end_inset
1427
1428 添字
1429 \begin_inset ERT
1430 status collapsed
1431
1432 \begin_layout Plain Layout
1433
1434 }
1435 \end_layout
1436
1437 \end_inset
1438
1439
1440 \end_layout
1441
1442 \end_inset
1443
1444
1445 \end_layout
1446
1447 \begin_layout Standard
1448 添字は,アンダースコア「_」を打鍵するか,数式ツールバーボタン
1449 \begin_inset Info
1450 type  "icon"
1451 arg   "math-subscript"
1452 \end_inset
1453
1454 を使って入力することができ,指数は,キャレット「^」を打鍵するか,数式ツールバーボタン
1455 \begin_inset Info
1456 type  "icon"
1457 arg   "math-superscript"
1458 \end_inset
1459
1460 を使って入力することができます.
1461 \end_layout
1462
1463 \begin_layout Standard
1464 \align center
1465 \begin_inset Tabular
1466 <lyxtabular version="3" rows="4" columns="2">
1467 <features booktabs="true" tabularvalignment="middle">
1468 <column alignment="center" valignment="top" width="0pt">
1469 <column alignment="center" valignment="top" width="0pt">
1470 <row>
1471 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1472 \begin_inset Text
1473
1474 \begin_layout Plain Layout
1475 コマンド
1476 \end_layout
1477
1478 \end_inset
1479 </cell>
1480 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1481 \begin_inset Text
1482
1483 \begin_layout Plain Layout
1484 出力
1485 \end_layout
1486
1487 \end_inset
1488 </cell>
1489 </row>
1490 <row>
1491 <cell alignment="center" valignment="top" usebox="none">
1492 \begin_inset Text
1493
1494 \begin_layout Plain Layout
1495 B_V
1496 \end_layout
1497
1498 \end_inset
1499 </cell>
1500 <cell alignment="center" valignment="top" usebox="none">
1501 \begin_inset Text
1502
1503 \begin_layout Plain Layout
1504 \begin_inset Formula $B_{V}$
1505 \end_inset
1506
1507
1508 \end_layout
1509
1510 \end_inset
1511 </cell>
1512 </row>
1513 <row topspace="1.5mm">
1514 <cell alignment="center" valignment="top" usebox="none">
1515 \begin_inset Text
1516
1517 \begin_layout Plain Layout
1518 B^V
1519 \end_layout
1520
1521 \end_inset
1522 </cell>
1523 <cell alignment="center" valignment="top" usebox="none">
1524 \begin_inset Text
1525
1526 \begin_layout Plain Layout
1527 \begin_inset Formula $B^{V}$
1528 \end_inset
1529
1530
1531 \end_layout
1532
1533 \end_inset
1534 </cell>
1535 </row>
1536 <row topspace="1.5mm">
1537 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1538 \begin_inset Text
1539
1540 \begin_layout Plain Layout
1541 B^
1542 \begin_inset space \textvisiblespace{}
1543 \end_inset
1544
1545 A
1546 \end_layout
1547
1548 \end_inset
1549 </cell>
1550 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1551 \begin_inset Text
1552
1553 \begin_layout Plain Layout
1554 \begin_inset Formula $B^{A}$
1555 \end_inset
1556
1557
1558 \end_layout
1559
1560 \end_inset
1561 </cell>
1562 </row>
1563 </lyxtabular>
1564
1565 \end_inset
1566
1567
1568 \end_layout
1569
1570 \begin_layout Standard
1571 キャレットは,言語によってはアクセント記号として使用されているので,そのような場合には,母音字の後でキャレットを押すと,指数にならずにアクセントをつけることにな
1572 ってしまいます
1573 \begin_inset Foot
1574 status collapsed
1575
1576 \begin_layout Plain Layout
1577 使用しているキーボード設定によっては,同様のことが母音以外の文字でも起こることがあります.
1578 \end_layout
1579
1580 \end_inset
1581
1582 .この場合に指数を作るには,上記の最後の例のように,キャレットの後に
1583 \family sans
1584 Space
1585 \family default
1586 を押してください.
1587 \end_layout
1588
1589 \begin_layout Subsection
1590 分数
1591 \begin_inset CommandInset label
1592 LatexCommand label
1593 name "subsec:分数"
1594
1595 \end_inset
1596
1597
1598 \begin_inset Index idx
1599 range none
1600 pageformat default
1601 status collapsed
1602
1603 \begin_layout Plain Layout
1604 ぶんすう@分数
1605 \end_layout
1606
1607 \end_inset
1608
1609
1610 \end_layout
1611
1612 \begin_layout Standard
1613 分数は,コマンド
1614 \series bold
1615
1616 \backslash
1617 frac
1618 \series default
1619
1620 \begin_inset Index idx
1621 range none
1622 pageformat default
1623 status collapsed
1624
1625 \begin_layout Plain Layout
1626 こまんど@コマンド ! F ! 
1627 \backslash
1628 frac
1629 \end_layout
1630
1631 \end_inset
1632
1633 か数式ツールバーボタン
1634 \begin_inset Info
1635 type  "icon"
1636 arg   "math-insert \\frac"
1637 \end_inset
1638
1639 で作ることができます.フォント寸法は,分数が行内数式にあるか別行立て数式にあるかに応じて,自動的に調整されます.数式ツールバーボタン
1640 \begin_inset Info
1641 type  "icon"
1642 arg   "math-insert \\frac-square"
1643 \end_inset
1644
1645 を使えば,分数の種類を選ぶことができます.
1646 \end_layout
1647
1648 \begin_layout Standard
1649 コマンド
1650 \series bold
1651
1652 \backslash
1653 dfrac
1654 \series default
1655
1656 \begin_inset Index idx
1657 range none
1658 pageformat default
1659 status collapsed
1660
1661 \begin_layout Plain Layout
1662 こまんど@コマンド ! D ! 
1663 \backslash
1664 dfrac
1665 \end_layout
1666
1667 \end_inset
1668
1669 を使えば,つねに別行立て数式の大きさを持つ分数を作成することができます.また,コマンド
1670 \series bold
1671
1672 \backslash
1673 tfrac
1674 \series default
1675
1676 \begin_inset Index idx
1677 range none
1678 pageformat default
1679 status collapsed
1680
1681 \begin_layout Plain Layout
1682 こまんど@コマンド ! T ! 
1683 \backslash
1684 tfrac
1685 \end_layout
1686
1687 \end_inset
1688
1689 では,つねに行内数式の大きさで分数が表示されます.以下はこれらの例です.
1690 \end_layout
1691
1692 \begin_layout Standard
1693 これは,コマンド
1694 \series bold
1695
1696 \backslash
1697 frac
1698 \series default
1699 を使用して作った分数
1700 \begin_inset Formula $\frac{1}{2}$
1701 \end_inset
1702
1703 を含む行です.
1704 \end_layout
1705
1706 \begin_layout Standard
1707 これは,コマンド
1708 \series bold
1709
1710 \backslash
1711 dfrac
1712 \series default
1713 を使用して作った分数
1714 \begin_inset Formula $\dfrac{1}{2}$
1715 \end_inset
1716
1717 を含む行です.
1718 \end_layout
1719
1720 \begin_layout Standard
1721 \align center
1722 \begin_inset Tabular
1723 <lyxtabular version="3" rows="4" columns="2">
1724 <features booktabs="true" tabularvalignment="middle">
1725 <column alignment="center" valignment="top" width="0pt">
1726 <column alignment="center" valignment="top" width="0pt">
1727 <row>
1728 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1729 \begin_inset Text
1730
1731 \begin_layout Plain Layout
1732 コマンド
1733 \end_layout
1734
1735 \end_inset
1736 </cell>
1737 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1738 \begin_inset Text
1739
1740 \begin_layout Plain Layout
1741 出力
1742 \end_layout
1743
1744 \end_inset
1745 </cell>
1746 </row>
1747 <row topspace="1.5mm">
1748 <cell alignment="center" valignment="top" usebox="none">
1749 \begin_inset Text
1750
1751 \begin_layout Plain Layout
1752
1753 \backslash
1754 frac
1755 \begin_inset space \textvisiblespace{}
1756 \end_inset
1757
1758 A
1759 \begin_inset Formula $\downarrow$
1760 \end_inset
1761
1762 B
1763 \end_layout
1764
1765 \end_inset
1766 </cell>
1767 <cell alignment="center" valignment="top" usebox="none">
1768 \begin_inset Text
1769
1770 \begin_layout Plain Layout
1771 \begin_inset Formula $\frac{A}{B}$
1772 \end_inset
1773
1774
1775 \end_layout
1776
1777 \end_inset
1778 </cell>
1779 </row>
1780 <row topspace="2mm">
1781 <cell alignment="center" valignment="top" usebox="none">
1782 \begin_inset Text
1783
1784 \begin_layout Plain Layout
1785
1786 \backslash
1787 dfrac
1788 \begin_inset space \textvisiblespace{}
1789 \end_inset
1790
1791 A
1792 \begin_inset Formula $\downarrow$
1793 \end_inset
1794
1795 B
1796 \end_layout
1797
1798 \end_inset
1799 </cell>
1800 <cell alignment="center" valignment="top" usebox="none">
1801 \begin_inset Text
1802
1803 \begin_layout Plain Layout
1804 \begin_inset Formula $\dfrac{A}{B}$
1805 \end_inset
1806
1807
1808 \end_layout
1809
1810 \end_inset
1811 </cell>
1812 </row>
1813 <row topspace="2mm" bottomspace="1mm">
1814 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
1815 \begin_inset Text
1816
1817 \begin_layout Plain Layout
1818
1819 \backslash
1820 dfrac
1821 \begin_inset space \textvisiblespace{}
1822 \end_inset
1823
1824 e^
1825 \backslash
1826 frac
1827 \begin_inset space \textvisiblespace{}
1828 \end_inset
1829
1830 1
1831 \begin_inset Formula $\downarrow$
1832 \end_inset
1833
1834 2
1835 \begin_inset Formula $\downarrow\downarrow$
1836 \end_inset
1837
1838 3
1839 \end_layout
1840
1841 \end_inset
1842 </cell>
1843 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
1844 \begin_inset Text
1845
1846 \begin_layout Plain Layout
1847 \begin_inset Formula $\dfrac{e^{\frac{1}{2}}}{3}$
1848 \end_inset
1849
1850
1851 \end_layout
1852
1853 \end_inset
1854 </cell>
1855 </row>
1856 </lyxtabular>
1857
1858 \end_inset
1859
1860
1861 \end_layout
1862
1863 \begin_layout Standard
1864 \begin_inset VSpace bigskip
1865 \end_inset
1866
1867
1868 \begin_inset Newpage newpage
1869 \end_inset
1870
1871 入れ子の分数を作るには,コマンド
1872 \series bold
1873
1874 \backslash
1875 cfrac
1876 \series default
1877
1878 \begin_inset Index idx
1879 range none
1880 pageformat default
1881 status collapsed
1882
1883 \begin_layout Plain Layout
1884 こまんど@コマンド ! C ! 
1885 \backslash
1886 cfrac
1887 \end_layout
1888
1889 \end_inset
1890
1891 が使えます.以下がその例です.
1892 \begin_inset VSpace -3mm
1893 \end_inset
1894
1895
1896 \end_layout
1897
1898 \begin_layout Standard
1899 \begin_inset Formula 
1900 \begin{align*}
1901 \textrm{\textbf{\textbackslash frac}を使用して作成} &  & \textrm{\textbf{\textbackslash cfrac}を使用して作成}\\
1902 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
1903 \end{align*}
1904
1905 \end_inset
1906
1907
1908 \end_layout
1909
1910 \begin_layout Standard
1911 上記の例で使用したコマンドは,
1912 \end_layout
1913
1914 \begin_layout Standard
1915
1916 \series bold
1917
1918 \backslash
1919 cfrac
1920 \begin_inset ERT
1921 status collapsed
1922
1923 \begin_layout Plain Layout
1924
1925
1926 \backslash
1927 space 
1928 \end_layout
1929
1930 \end_inset
1931
1932 A
1933 \begin_inset Formula $\downarrow$
1934 \end_inset
1935
1936 B+
1937 \backslash
1938 cfrac
1939 \begin_inset ERT
1940 status collapsed
1941
1942 \begin_layout Plain Layout
1943
1944
1945 \backslash
1946 space 
1947 \end_layout
1948
1949 \end_inset
1950
1951 C+
1952 \backslash
1953 cfrac
1954 \begin_inset ERT
1955 status collapsed
1956
1957 \begin_layout Plain Layout
1958
1959
1960 \backslash
1961 space 
1962 \end_layout
1963
1964 \end_inset
1965
1966 E
1967 \begin_inset Formula $\downarrow$
1968 \end_inset
1969
1970 F
1971 \begin_inset Formula $\downarrow$
1972 \end_inset
1973
1974 D
1975 \end_layout
1976
1977 \begin_layout Standard
1978 です.
1979 \end_layout
1980
1981 \begin_layout Standard
1982 \begin_inset VSpace medskip
1983 \end_inset
1984
1985
1986 \end_layout
1987
1988 \begin_layout Standard
1989
1990 \series bold
1991
1992 \backslash
1993 cfrac
1994 \series default
1995 は,他の分数中に入れ子になっている場合も含め,分数をつねに別行立て数式の大きさに設定します.
1996 \end_layout
1997
1998 \begin_layout Standard
1999 分子の揃え方は,指定することができます.
2000 \series bold
2001
2002 \backslash
2003 cfracleft
2004 \series default
2005 コマンドは左揃えにし,
2006 \series bold
2007
2008 \backslash
2009 cfracright
2010 \series default
2011 は右揃えにします.
2012 \series bold
2013
2014 \backslash
2015 cfrac
2016 \series default
2017 は中央揃えです.以下の各分数は,それぞれの揃え位置を示しています.
2018 \series bold
2019
2020 \begin_inset Formula 
2021 \[
2022 \cfrac[l]{A}{B+C}\,,\,\cfrac{A}{B+C}\,,\,\cfrac[r]{A}{B+C}
2023 \]
2024
2025 \end_inset
2026
2027
2028 \end_layout
2029
2030 \begin_layout Standard
2031 \begin_inset Note Greyedout
2032 status open
2033
2034 \begin_layout Plain Layout
2035
2036 \series bold
2037 【註】
2038 \backslash
2039 cfracleft
2040 \series default
2041
2042 \series bold
2043
2044 \backslash
2045 cfracright
2046 \series default
2047 は,生粋の\SpecialChar LaTeX
2048 コマンドではなく,実体は,コマンド
2049 \series bold
2050
2051 \backslash
2052 cfrac[揃え位置]{分子}{分母}
2053 \series default
2054 です.したがって,これらを\SpecialChar TeX
2055 モードで使うことはできません.
2056 \end_layout
2057
2058 \end_inset
2059
2060
2061 \end_layout
2062
2063 \begin_layout Standard
2064 \begin_inset VSpace medskip
2065 \end_inset
2066
2067 ときに,以下のように
2068 \series bold
2069
2070 \backslash
2071 cfrac
2072 \series default
2073
2074 \series bold
2075
2076 \backslash
2077 frac
2078 \series default
2079 を組み合わせて使うと便利です.
2080 \begin_inset Formula 
2081 \[
2082 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}
2083 \]
2084
2085 \end_inset
2086
2087
2088 \end_layout
2089
2090 \begin_layout Standard
2091 斜めの分数線を持つ行内分数を作るには,コマンド
2092 \series bold
2093
2094 \backslash
2095 nicefrac
2096 \series default
2097
2098 \begin_inset Index idx
2099 range none
2100 pageformat default
2101 status collapsed
2102
2103 \begin_layout Plain Layout
2104 こまんど@コマンド ! N ! 
2105 \backslash
2106 nicefrac
2107 \end_layout
2108
2109 \end_inset
2110
2111 (例:
2112 \begin_inset Formula $\nicefrac{5}{31}$
2113 \end_inset
2114
2115 )を使うか,コマンド
2116 \series bold
2117
2118 \backslash
2119 unitfrac
2120 \series default
2121
2122 \begin_inset Index idx
2123 range none
2124 pageformat default
2125 status collapsed
2126
2127 \begin_layout Plain Layout
2128 こまんど@コマンド ! U ! 
2129 \backslash
2130 unitfrac
2131 \end_layout
2132
2133 \end_inset
2134
2135 (例:
2136 \begin_inset Formula $\unitfrac{5}{31}$
2137 \end_inset
2138
2139 )を使います.さらに,
2140 \begin_inset Formula $\unitfrac[2]{1}{3}$
2141 \end_inset
2142
2143 のような帯分数を作るコマンド
2144 \series bold
2145
2146 \backslash
2147 unitfracthree
2148 \series default
2149 もあります.
2150 \end_layout
2151
2152 \begin_layout Standard
2153 \begin_inset Note Greyedout
2154 status open
2155
2156 \begin_layout Plain Layout
2157
2158 \series bold
2159 【註】
2160 \series default
2161 実は,
2162 \series bold
2163
2164 \backslash
2165 unitfracthree
2166 \series default
2167 は生粋の\SpecialChar LaTeX
2168 コマンドではなく,実体は
2169 \begin_inset Newline newline
2170 \end_inset
2171
2172
2173 \series bold
2174
2175 \backslash
2176 unitfrac[自然数]{分子}{分母}
2177 \series default
2178 というコマンドなので,\SpecialChar TeX
2179 コードでは使用できません.
2180 \end_layout
2181
2182 \end_inset
2183
2184
2185 \end_layout
2186
2187 \begin_layout Standard
2188 分数線を変更できるような独自の分数の定義のしかたは,第
2189 \begin_inset CommandInset ref
2190 LatexCommand ref
2191 reference "subsec:自己定義の分数"
2192
2193 \end_inset
2194
2195 節に説明があります.
2196 \end_layout
2197
2198 \begin_layout Standard
2199 多行分数の説明は,第
2200 \begin_inset CommandInset ref
2201 LatexCommand ref
2202 reference "subsec:多行にわたる分数"
2203
2204 \end_inset
2205
2206 節にあります.
2207 \end_layout
2208
2209 \begin_layout Subsection
2210 根号
2211 \begin_inset Index idx
2212 range none
2213 pageformat default
2214 status collapsed
2215
2216 \begin_layout Plain Layout
2217 こんごう@根号
2218 \end_layout
2219
2220 \end_inset
2221
2222
2223 \begin_inset Index idx
2224 range none
2225 pageformat default
2226 status collapsed
2227
2228 \begin_layout Plain Layout
2229 るーと@ルート
2230 \begin_inset ERT
2231 status collapsed
2232
2233 \begin_layout Plain Layout
2234
2235 |see{
2236 \end_layout
2237
2238 \end_inset
2239
2240 根号
2241 \begin_inset ERT
2242 status collapsed
2243
2244 \begin_layout Plain Layout
2245
2246 }
2247 \end_layout
2248
2249 \end_inset
2250
2251
2252 \end_layout
2253
2254 \end_inset
2255
2256
2257 \end_layout
2258
2259 \begin_layout Standard
2260 平方根は,
2261 \series bold
2262
2263 \backslash
2264 sqrt
2265 \series default
2266
2267 \begin_inset Index idx
2268 range none
2269 pageformat default
2270 status collapsed
2271
2272 \begin_layout Plain Layout
2273 こまんど@コマンド ! S ! 
2274 \backslash
2275 sqrt
2276 \end_layout
2277
2278 \end_inset
2279
2280 か数式ツールバーボタン
2281 \begin_inset Info
2282 type  "icon"
2283 arg   "math-insert \\sqrt"
2284 \end_inset
2285
2286 で作成することができ,他のすべての根号は,コマンド
2287 \series bold
2288
2289 \backslash
2290 root
2291 \series default
2292
2293 \begin_inset Index idx
2294 range none
2295 pageformat default
2296 status collapsed
2297
2298 \begin_layout Plain Layout
2299 こまんど@コマンド ! R ! 
2300 \backslash
2301 root
2302 \end_layout
2303
2304 \end_inset
2305
2306 か数式ツールバーボタン
2307 \begin_inset Info
2308 type  "icon"
2309 arg   "math-insert \\root"
2310 \end_inset
2311
2312 で作成することができます.
2313 \end_layout
2314
2315 \begin_layout Standard
2316 \align center
2317 \begin_inset Tabular
2318 <lyxtabular version="3" rows="3" columns="2">
2319 <features booktabs="true" tabularvalignment="middle">
2320 <column alignment="center" valignment="top" width="0pt">
2321 <column alignment="center" valignment="top" width="0pt">
2322 <row>
2323 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2324 \begin_inset Text
2325
2326 \begin_layout Plain Layout
2327 コマンド
2328 \end_layout
2329
2330 \end_inset
2331 </cell>
2332 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2333 \begin_inset Text
2334
2335 \begin_layout Plain Layout
2336 出力
2337 \end_layout
2338
2339 \end_inset
2340 </cell>
2341 </row>
2342 <row topspace="1mm">
2343 <cell alignment="center" valignment="top" usebox="none">
2344 \begin_inset Text
2345
2346 \begin_layout Plain Layout
2347
2348 \backslash
2349 sqrt
2350 \begin_inset space \textvisiblespace{}
2351 \end_inset
2352
2353 A-B
2354 \end_layout
2355
2356 \end_inset
2357 </cell>
2358 <cell alignment="center" valignment="top" usebox="none">
2359 \begin_inset Text
2360
2361 \begin_layout Plain Layout
2362 \begin_inset Formula $\sqrt{A-B}$
2363 \end_inset
2364
2365
2366 \end_layout
2367
2368 \end_inset
2369 </cell>
2370 </row>
2371 <row topspace="1mm">
2372 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2373 \begin_inset Text
2374
2375 \begin_layout Plain Layout
2376
2377 \backslash
2378 root
2379 \begin_inset space \textvisiblespace{}
2380 \end_inset
2381
2382 3
2383 \begin_inset Formula $\downarrow$
2384 \end_inset
2385
2386 A-B
2387 \end_layout
2388
2389 \end_inset
2390 </cell>
2391 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2392 \begin_inset Text
2393
2394 \begin_layout Plain Layout
2395 \begin_inset Formula $\sqrt[3]{A-B}$
2396 \end_inset
2397
2398
2399 \end_layout
2400
2401 \end_inset
2402 </cell>
2403 </row>
2404 </lyxtabular>
2405
2406 \end_inset
2407
2408
2409 \end_layout
2410
2411 \begin_layout Standard
2412 平方根は,根号指数フィールドを空白のままにしておけば,
2413 \series bold
2414
2415 \backslash
2416 root
2417 \series default
2418 でも作成することができます.
2419 \end_layout
2420
2421 \begin_layout Standard
2422 \begin_inset Formula $\sqrt[\beta]{B}$
2423 \end_inset
2424
2425 の例のように,指数のとる値によっては,根号への距離が近すぎることがあります.
2426 \begin_inset Newline newline
2427 \end_inset
2428
2429 この場合には,
2430 \begin_inset Formula $\beta$
2431 \end_inset
2432
2433 が根号に触れてしまいます.これを避けるためには,以下のようなコマンド書式で,コマンド
2434 \series bold
2435
2436 \backslash
2437 leftroot
2438 \series default
2439
2440 \begin_inset Index idx
2441 range none
2442 pageformat default
2443 status collapsed
2444
2445 \begin_layout Plain Layout
2446 こまんど@コマンド ! L ! 
2447 \backslash
2448 leftroot
2449 \end_layout
2450
2451 \end_inset
2452
2453
2454 \series bold
2455
2456 \backslash
2457 uproot
2458 \series default
2459
2460 \begin_inset Index idx
2461 range none
2462 pageformat default
2463 status collapsed
2464
2465 \begin_layout Plain Layout
2466 こまんど@コマンド ! U ! 
2467 \backslash
2468 uproot
2469 \end_layout
2470
2471 \end_inset
2472
2473 を使います.
2474 \end_layout
2475
2476 \begin_layout Standard
2477
2478 \series bold
2479
2480 \backslash
2481 leftroot{距離}
2482 \series default
2483 および
2484 \series bold
2485
2486 \backslash
2487 uproot{距離}
2488 \end_layout
2489
2490 \begin_layout Standard
2491 ここで「距離」は,指数を左あるいは上に動かす,Big Point(単位bp;
2492 \begin_inset Formula $\mathrm{72\,bp=1}$
2493 \end_inset
2494
2495 インチ)での数値です.これらのコマンドは,指数に書き込みます.このようにして,コマンド
2496 \begin_inset Newline newline
2497 \end_inset
2498
2499
2500 \series bold
2501
2502 \backslash
2503 root
2504 \backslash
2505 leftroot{-1
2506 \begin_inset Formula $\to$
2507 \end_inset
2508
2509
2510 \backslash
2511 uproot{2
2512 \begin_inset Formula $\to$
2513 \end_inset
2514
2515
2516 \backslash
2517 beta
2518 \begin_inset space \textvisiblespace{}
2519 \end_inset
2520
2521
2522 \begin_inset Formula $\to$
2523 \end_inset
2524
2525 B
2526 \begin_inset Newline newline
2527 \end_inset
2528
2529
2530 \series default
2531 は,正しく組版された数式
2532 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2533 \end_inset
2534
2535 を生成します.
2536 \end_layout
2537
2538 \begin_layout Subsection
2539 二項係数
2540 \begin_inset Index idx
2541 range none
2542 pageformat default
2543 status collapsed
2544
2545 \begin_layout Plain Layout
2546 にこうけいすう@二項係数
2547 \end_layout
2548
2549 \end_inset
2550
2551
2552 \end_layout
2553
2554 \begin_layout Standard
2555 二項係数は,コマンド
2556 \series bold
2557
2558 \backslash
2559 binom
2560 \series default
2561
2562 \begin_inset Index idx
2563 range none
2564 pageformat default
2565 status collapsed
2566
2567 \begin_layout Plain Layout
2568 こまんど@コマンド ! B ! 
2569 \backslash
2570 binom
2571 \end_layout
2572
2573 \end_inset
2574
2575 か数式ツールバーボタン
2576 \begin_inset Info
2577 type  "icon"
2578 arg   "math-insert \\frac-square"
2579 \end_inset
2580
2581 の小メニューを使って挿入することができます.分数(
2582 \series bold
2583
2584 \backslash
2585 frac
2586 \series default
2587 )と同様に,
2588 \series bold
2589
2590 \backslash
2591 binom
2592 \series default
2593 の他に,コマンド
2594 \series bold
2595
2596 \backslash
2597 dbinom
2598 \begin_inset Index idx
2599 range none
2600 pageformat default
2601 status collapsed
2602
2603 \begin_layout Plain Layout
2604 こまんど@コマンド ! D ! 
2605 \backslash
2606 dbinom
2607 \end_layout
2608
2609 \end_inset
2610
2611
2612 \series default
2613 および
2614 \series bold
2615
2616 \backslash
2617 tbinom
2618 \series default
2619
2620 \begin_inset Index idx
2621 range none
2622 pageformat default
2623 status collapsed
2624
2625 \begin_layout Plain Layout
2626 こまんど@コマンド ! T ! 
2627 \backslash
2628 tbinom
2629 \end_layout
2630
2631 \end_inset
2632
2633 があります.二項係数のまわりの括弧に,他の括弧を使うには,コマンド
2634 \series bold
2635
2636 \backslash
2637 brace
2638 \series default
2639
2640 \begin_inset Index idx
2641 range none
2642 pageformat default
2643 status collapsed
2644
2645 \begin_layout Plain Layout
2646 こまんど@コマンド ! B ! 
2647 \backslash
2648 brace
2649 \end_layout
2650
2651 \end_inset
2652
2653
2654 \series bold
2655
2656 \backslash
2657 brack
2658 \series default
2659
2660 \begin_inset Index idx
2661 range none
2662 pageformat default
2663 status collapsed
2664
2665 \begin_layout Plain Layout
2666 こまんど@コマンド ! B ! 
2667 \backslash
2668 brack
2669 \end_layout
2670
2671 \end_inset
2672
2673 があります.
2674 \end_layout
2675
2676 \begin_layout Standard
2677 \align center
2678 \begin_inset Tabular
2679 <lyxtabular version="3" rows="6" columns="2">
2680 <features booktabs="true" tabularvalignment="middle">
2681 <column alignment="center" valignment="top" width="0pt">
2682 <column alignment="center" valignment="top" width="0pt">
2683 <row>
2684 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2685 \begin_inset Text
2686
2687 \begin_layout Plain Layout
2688 コマンド
2689 \end_layout
2690
2691 \end_inset
2692 </cell>
2693 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2694 \begin_inset Text
2695
2696 \begin_layout Plain Layout
2697 出力
2698 \end_layout
2699
2700 \end_inset
2701 </cell>
2702 </row>
2703 <row topspace="1mm">
2704 <cell alignment="center" valignment="top" usebox="none">
2705 \begin_inset Text
2706
2707 \begin_layout Plain Layout
2708
2709 \backslash
2710 binom
2711 \begin_inset space \textvisiblespace{}
2712 \end_inset
2713
2714 A
2715 \begin_inset Formula $\downarrow$
2716 \end_inset
2717
2718 B
2719 \end_layout
2720
2721 \end_inset
2722 </cell>
2723 <cell alignment="center" valignment="top" usebox="none">
2724 \begin_inset Text
2725
2726 \begin_layout Plain Layout
2727 \begin_inset Formula $\binom{A}{B}$
2728 \end_inset
2729
2730
2731 \end_layout
2732
2733 \end_inset
2734 </cell>
2735 </row>
2736 <row topspace="2mm">
2737 <cell alignment="center" valignment="top" usebox="none">
2738 \begin_inset Text
2739
2740 \begin_layout Plain Layout
2741
2742 \backslash
2743 dbinom
2744 \begin_inset space \textvisiblespace{}
2745 \end_inset
2746
2747 A
2748 \begin_inset Formula $\downarrow$
2749 \end_inset
2750
2751 B
2752 \end_layout
2753
2754 \end_inset
2755 </cell>
2756 <cell alignment="center" valignment="top" usebox="none">
2757 \begin_inset Text
2758
2759 \begin_layout Plain Layout
2760 \begin_inset Formula $\dbinom{A}{B}$
2761 \end_inset
2762
2763
2764 \end_layout
2765
2766 \end_inset
2767 </cell>
2768 </row>
2769 <row topspace="2mm" bottomspace="0.5mm">
2770 <cell alignment="center" valignment="top" usebox="none">
2771 \begin_inset Text
2772
2773 \begin_layout Plain Layout
2774
2775 \backslash
2776 tbinom
2777 \begin_inset space \textvisiblespace{}
2778 \end_inset
2779
2780 A
2781 \begin_inset Formula $\downarrow$
2782 \end_inset
2783
2784 B
2785 \end_layout
2786
2787 \end_inset
2788 </cell>
2789 <cell alignment="center" valignment="top" usebox="none">
2790 \begin_inset Text
2791
2792 \begin_layout Plain Layout
2793 \begin_inset Formula $\tbinom{A}{B}$
2794 \end_inset
2795
2796
2797 \end_layout
2798
2799 \end_inset
2800 </cell>
2801 </row>
2802 <row topspace="1mm">
2803 <cell alignment="center" valignment="top" topline="true" usebox="none">
2804 \begin_inset Text
2805
2806 \begin_layout Plain Layout
2807
2808 \backslash
2809 brack
2810 \begin_inset space \textvisiblespace{}
2811 \end_inset
2812
2813 A
2814 \begin_inset Formula $\downarrow$
2815 \end_inset
2816
2817 B
2818 \end_layout
2819
2820 \end_inset
2821 </cell>
2822 <cell alignment="center" valignment="top" topline="true" usebox="none">
2823 \begin_inset Text
2824
2825 \begin_layout Plain Layout
2826 \begin_inset Formula ${A \brack B}$
2827 \end_inset
2828
2829
2830 \end_layout
2831
2832 \end_inset
2833 </cell>
2834 </row>
2835 <row topspace="2mm" bottomspace="0.5mm">
2836 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2837 \begin_inset Text
2838
2839 \begin_layout Plain Layout
2840
2841 \backslash
2842 brace
2843 \begin_inset space \textvisiblespace{}
2844 \end_inset
2845
2846 A
2847 \begin_inset Formula $\downarrow$
2848 \end_inset
2849
2850 B
2851 \end_layout
2852
2853 \end_inset
2854 </cell>
2855 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2856 \begin_inset Text
2857
2858 \begin_layout Plain Layout
2859 \begin_inset Formula ${A \brace B}$
2860 \end_inset
2861
2862
2863 \end_layout
2864
2865 \end_inset
2866 </cell>
2867 </row>
2868 </lyxtabular>
2869
2870 \end_inset
2871
2872
2873 \end_layout
2874
2875 \begin_layout Subsection
2876 場合分け
2877 \begin_inset Index idx
2878 range none
2879 pageformat default
2880 status collapsed
2881
2882 \begin_layout Plain Layout
2883 ばあいわけ@場合分け
2884 \end_layout
2885
2886 \end_inset
2887
2888
2889 \end_layout
2890
2891 \begin_layout Standard
2892 \align center
2893 \begin_inset Tabular
2894 <lyxtabular version="3" rows="3" columns="2">
2895 <features booktabs="true" tabularvalignment="middle">
2896 <column alignment="center" valignment="top" width="0pt">
2897 <column alignment="center" valignment="top" width="0pt">
2898 <row>
2899 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2900 \begin_inset Text
2901
2902 \begin_layout Plain Layout
2903 コマンド
2904 \end_layout
2905
2906 \end_inset
2907 </cell>
2908 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2909 \begin_inset Text
2910
2911 \begin_layout Plain Layout
2912 出力
2913 \end_layout
2914
2915 \end_inset
2916 </cell>
2917 </row>
2918 <row>
2919 <cell alignment="center" valignment="top" usebox="none">
2920 \begin_inset Text
2921
2922 \begin_layout Plain Layout
2923
2924 \backslash
2925 cases
2926 \begin_inset space \textvisiblespace{}
2927 \end_inset
2928
2929 A
2930 \begin_inset Formula $\to$
2931 \end_inset
2932
2933 B
2934 \begin_inset Formula $>$
2935 \end_inset
2936
2937 0
2938 \begin_inset Index idx
2939 range none
2940 pageformat default
2941 status collapsed
2942
2943 \begin_layout Plain Layout
2944 こまんど@コマンド ! C ! 
2945 \backslash
2946 cases
2947 \end_layout
2948
2949 \end_inset
2950
2951
2952 \end_layout
2953
2954 \end_inset
2955 </cell>
2956 <cell alignment="center" valignment="top" usebox="none">
2957 \begin_inset Text
2958
2959 \begin_layout Plain Layout
2960 \begin_inset Formula $\begin{cases}
2961 A & B>0\end{cases}$
2962 \end_inset
2963
2964
2965 \end_layout
2966
2967 \end_inset
2968 </cell>
2969 </row>
2970 <row topspace="1.5mm">
2971 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2972 \begin_inset Text
2973
2974 \begin_layout Plain Layout
2975
2976 \backslash
2977 cases
2978 \begin_inset space \textvisiblespace{}
2979 \end_inset
2980
2981
2982 \begin_inset Info
2983 type  "shortcut"
2984 arg   "newline-insert newline"
2985 \end_inset
2986
2987
2988 \end_layout
2989
2990 \end_inset
2991 </cell>
2992 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2993 \begin_inset Text
2994
2995 \begin_layout Plain Layout
2996 \begin_inset Formula $\begin{cases}
2997 A & \textrm{for }x>0\\
2998 B & \textrm{for }x=0
2999 \end{cases}$
3000 \end_inset
3001
3002
3003 \end_layout
3004
3005 \end_inset
3006 </cell>
3007 </row>
3008 </lyxtabular>
3009
3010 \end_inset
3011
3012
3013 \end_layout
3014
3015 \begin_layout Standard
3016
3017 \series bold
3018
3019 \backslash
3020 cases
3021 \series default
3022 を挿入するか数式ツールバーボタン
3023 \begin_inset Info
3024 type  "icon"
3025 arg   "math-insert \\cases"
3026 \end_inset
3027
3028 を使用した後では,
3029 \begin_inset Flex Ruby
3030 status collapsed
3031
3032 \begin_layout Plain Layout
3033 捷径
3034 \begin_inset Argument post:1
3035 status collapsed
3036
3037 \begin_layout Plain Layout
3038 ショートカット
3039 \end_layout
3040
3041 \end_inset
3042
3043
3044 \end_layout
3045
3046 \end_inset
3047
3048
3049 \begin_inset Info
3050 type  "shortcut"
3051 arg   "newline-insert newline"
3052 \end_inset
3053
3054 か表ツールバーボタン
3055 \begin_inset Info
3056 type  "icon"
3057 arg   "tabular-feature append-row"
3058 \end_inset
3059
3060 を使えば,新しい行を作ることができます.
3061 \end_layout
3062
3063 \begin_layout Standard
3064 コマンド
3065 \series bold
3066
3067 \backslash
3068 cases
3069 \series default
3070 は,
3071 \family sans
3072 挿入\SpecialChar menuseparator
3073 数式\SpecialChar menuseparator
3074 Cases環境
3075 \family default
3076 メニューで挿入することもできます.
3077 \end_layout
3078
3079 \begin_layout Subsection
3080 否定
3081 \begin_inset Index idx
3082 range none
3083 pageformat default
3084 status collapsed
3085
3086 \begin_layout Plain Layout
3087 ひてい@否定
3088 \end_layout
3089
3090 \end_inset
3091
3092
3093 \end_layout
3094
3095 \begin_layout Standard
3096
3097 \series bold
3098
3099 \backslash
3100 not
3101 \series default
3102
3103 \begin_inset Index idx
3104 range none
3105 pageformat default
3106 status collapsed
3107
3108 \begin_layout Plain Layout
3109 こまんど@コマンド ! N ! 
3110 \backslash
3111 not
3112 \end_layout
3113
3114 \end_inset
3115
3116 を挿入することで,すべての文字を取り消し形で表示できます.文字はスラッシュを上書きされた形になります.
3117 \end_layout
3118
3119 \begin_layout Standard
3120 \align center
3121 \begin_inset Tabular
3122 <lyxtabular version="3" rows="4" columns="2">
3123 <features booktabs="true" tabularvalignment="middle">
3124 <column alignment="center" valignment="top" width="0pt">
3125 <column alignment="center" valignment="top" width="0pt">
3126 <row>
3127 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3128 \begin_inset Text
3129
3130 \begin_layout Plain Layout
3131 コマンド
3132 \end_layout
3133
3134 \end_inset
3135 </cell>
3136 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3137 \begin_inset Text
3138
3139 \begin_layout Plain Layout
3140 出力
3141 \end_layout
3142
3143 \end_inset
3144 </cell>
3145 </row>
3146 <row>
3147 <cell alignment="center" valignment="top" usebox="none">
3148 \begin_inset Text
3149
3150 \begin_layout Plain Layout
3151
3152 \backslash
3153 not=
3154 \end_layout
3155
3156 \end_inset
3157 </cell>
3158 <cell alignment="center" valignment="top" usebox="none">
3159 \begin_inset Text
3160
3161 \begin_layout Plain Layout
3162 \begin_inset Formula $\not=$
3163 \end_inset
3164
3165
3166 \end_layout
3167
3168 \end_inset
3169 </cell>
3170 </row>
3171 <row>
3172 <cell alignment="center" valignment="top" usebox="none">
3173 \begin_inset Text
3174
3175 \begin_layout Plain Layout
3176
3177 \backslash
3178 not 
3179 \backslash
3180 le
3181 \end_layout
3182
3183 \end_inset
3184 </cell>
3185 <cell alignment="center" valignment="top" usebox="none">
3186 \begin_inset Text
3187
3188 \begin_layout Plain Layout
3189 \begin_inset Formula $\not\le$
3190 \end_inset
3191
3192
3193 \end_layout
3194
3195 \end_inset
3196 </cell>
3197 </row>
3198 <row>
3199 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3200 \begin_inset Text
3201
3202 \begin_layout Plain Layout
3203
3204 \backslash
3205 not 
3206 \backslash
3207 parallel
3208 \end_layout
3209
3210 \end_inset
3211 </cell>
3212 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3213 \begin_inset Text
3214
3215 \begin_layout Plain Layout
3216 \begin_inset Formula $\not\parallel$
3217 \end_inset
3218
3219
3220 \end_layout
3221
3222 \end_inset
3223 </cell>
3224 </row>
3225 </lyxtabular>
3226
3227 \end_inset
3228
3229
3230 \end_layout
3231
3232 \begin_layout Standard
3233 最後の例が示すように,すべての否定形がきれいに出力されるわけではありません.このことから,否定形に専用のコマンドを持つものもあります(第
3234 \begin_inset CommandInset ref
3235 LatexCommand ref
3236 reference "subsec:数学記号"
3237
3238 \end_inset
3239
3240 節および第
3241 \begin_inset CommandInset ref
3242 LatexCommand ref
3243 reference "sec:関係子"
3244
3245 \end_inset
3246
3247 節を参照).
3248 \end_layout
3249
3250 \begin_layout Subsection
3251 埋め草
3252 \begin_inset CommandInset label
3253 LatexCommand label
3254 name "subsec:埋め草"
3255
3256 \end_inset
3257
3258
3259 \begin_inset Index idx
3260 range none
3261 pageformat default
3262 status collapsed
3263
3264 \begin_layout Plain Layout
3265 うめくさ@埋め草
3266 \end_layout
3267
3268 \end_inset
3269
3270
3271 \begin_inset Index idx
3272 range none
3273 pageformat default
3274 status collapsed
3275
3276 \begin_layout Plain Layout
3277 かがくきごう@化学記号 ! どういたい@同位体
3278 \end_layout
3279
3280 \end_inset
3281
3282
3283 \begin_inset Index idx
3284 range none
3285 pageformat default
3286 status collapsed
3287
3288 \begin_layout Plain Layout
3289 どういたい@同位体
3290 \begin_inset ERT
3291 status collapsed
3292
3293 \begin_layout Plain Layout
3294
3295 |see{
3296 \end_layout
3297
3298 \end_inset
3299
3300 化学記号
3301 \begin_inset ERT
3302 status collapsed
3303
3304 \begin_layout Plain Layout
3305
3306 }
3307 \end_layout
3308
3309 \end_inset
3310
3311
3312 \end_layout
3313
3314 \end_inset
3315
3316
3317 \begin_inset Index idx
3318 range none
3319 pageformat default
3320 status collapsed
3321
3322 \begin_layout Plain Layout
3323 あいそとーぷ@アイソトープ
3324 \begin_inset ERT
3325 status collapsed
3326
3327 \begin_layout Plain Layout
3328
3329 |see{
3330 \end_layout
3331
3332 \end_inset
3333
3334 同位体
3335 \begin_inset ERT
3336 status collapsed
3337
3338 \begin_layout Plain Layout
3339
3340 }
3341 \end_layout
3342
3343 \end_inset
3344
3345
3346 \end_layout
3347
3348 \end_inset
3349
3350
3351 \end_layout
3352
3353 \begin_layout Standard
3354 たとえば同位体
3355 \begin_inset Foot
3356 status collapsed
3357
3358 \begin_layout Plain Layout
3359 同位体と化学記号の組版に関しては,第
3360 \begin_inset CommandInset ref
3361 LatexCommand ref
3362 reference "subsec:化学記号と化学式"
3363
3364 \end_inset
3365
3366 節に記述があります.
3367 \end_layout
3368
3369 \end_inset
3370
3371 を表示しようとすると,次のような問題が起こります.
3372 \end_layout
3373
3374 \begin_layout Standard
3375 \align center
3376 \begin_inset Tabular
3377 <lyxtabular version="3" rows="2" columns="2">
3378 <features booktabs="true" tabularvalignment="middle">
3379 <column alignment="center" valignment="top" width="0pt">
3380 <column alignment="center" valignment="top" width="0pt">
3381 <row>
3382 <cell alignment="center" valignment="top" usebox="none">
3383 \begin_inset Text
3384
3385 \begin_layout Plain Layout
3386 上付き文字と下付き文字を使用して作った指数:
3387 \end_layout
3388
3389 \end_inset
3390 </cell>
3391 <cell alignment="center" valignment="top" usebox="none">
3392 \begin_inset Text
3393
3394 \begin_layout Plain Layout
3395 \begin_inset Formula $_{9}^{19}\mathrm{F}$
3396 \end_inset
3397
3398
3399 \end_layout
3400
3401 \end_inset
3402 </cell>
3403 </row>
3404 <row topspace="1.5mm">
3405 <cell alignment="center" valignment="top" usebox="none">
3406 \begin_inset Text
3407
3408 \begin_layout Plain Layout
3409 正しい指数:
3410 \end_layout
3411
3412 \end_inset
3413 </cell>
3414 <cell alignment="center" valignment="top" usebox="none">
3415 \begin_inset Text
3416
3417 \begin_layout Plain Layout
3418 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3419 \end_inset
3420
3421
3422 \end_layout
3423
3424 \end_inset
3425 </cell>
3426 </row>
3427 </lyxtabular>
3428
3429 \end_inset
3430
3431
3432 \end_layout
3433
3434 \begin_layout Standard
3435 短い方の指数は,既定で,長い方の指数の一文字目の下ないし上に配置されてしまいます.これを避けるには,一文字ないし複数の空の文字を生成するコマンド
3436 \series bold
3437
3438 \backslash
3439 phantom
3440 \series default
3441
3442 \begin_inset Index idx
3443 range none
3444 pageformat default
3445 status collapsed
3446
3447 \begin_layout Plain Layout
3448 こまんど@コマンド ! P ! 
3449 \backslash
3450 phantom
3451 \end_layout
3452
3453 \end_inset
3454
3455 や数式ツールバーボタン
3456 \begin_inset Foot
3457 status collapsed
3458
3459 \begin_layout Plain Layout
3460 ツールバーボタン
3461 \begin_inset Info
3462 type  "icon"
3463 arg   "math-insert \\space"
3464 \end_inset
3465
3466 の小メニューに入っています.
3467 \end_layout
3468
3469 \end_inset
3470
3471
3472 \begin_inset Info
3473 type  "icon"
3474 arg   "math/phantom"
3475 \end_inset
3476
3477 があります.
3478 \series bold
3479
3480 \backslash
3481 phantom
3482 \series default
3483 を挿入すると,二つの赤い矢印が重なった青枠が表示されます.矢印は,箱の中身の幅と高さの両方が,埋め草(指定した文字と同じ大きさの余白を確保するために使われる空打
3484 ち文字)として適用されることを示しています.したがって,
3485 \series bold
3486
3487 \backslash
3488 phantom
3489 \series default
3490 の作る文字は,箱の中身の文字の大きさを持つ埋め草となります.
3491 \end_layout
3492
3493 \begin_layout Standard
3494 \align center
3495 \begin_inset Tabular
3496 <lyxtabular version="3" rows="4" columns="2">
3497 <features booktabs="true" tabularvalignment="middle">
3498 <column alignment="center" valignment="top" width="0pt">
3499 <column alignment="center" valignment="top" width="0pt">
3500 <row>
3501 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3502 \begin_inset Text
3503
3504 \begin_layout Plain Layout
3505 コマンド
3506 \end_layout
3507
3508 \end_inset
3509 </cell>
3510 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3511 \begin_inset Text
3512
3513 \begin_layout Plain Layout
3514 出力
3515 \end_layout
3516
3517 \end_inset
3518 </cell>
3519 </row>
3520 <row topspace="1.5mm">
3521 <cell alignment="center" valignment="top" usebox="none">
3522 \begin_inset Text
3523
3524 \begin_layout Plain Layout
3525 ^19
3526 \begin_inset space \textvisiblespace{}
3527 \end_inset
3528
3529 _
3530 \backslash
3531 phantom
3532 \begin_inset space \textvisiblespace{}
3533 \end_inset
3534
3535 1
3536 \begin_inset Formula $\to$
3537 \end_inset
3538
3539 9
3540 \begin_inset space \textvisiblespace{}
3541 \end_inset
3542
3543 F
3544 \end_layout
3545
3546 \end_inset
3547 </cell>
3548 <cell alignment="center" valignment="top" usebox="none">
3549 \begin_inset Text
3550
3551 \begin_layout Plain Layout
3552 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3553 \end_inset
3554
3555
3556 \end_layout
3557
3558 \end_inset
3559 </cell>
3560 </row>
3561 <row topspace="1.5mm" bottomspace="0.5mm">
3562 <cell alignment="center" valignment="top" usebox="none">
3563 \begin_inset Text
3564
3565 \begin_layout Plain Layout
3566 ^235
3567 \begin_inset space \textvisiblespace{}
3568 \end_inset
3569
3570 _
3571 \backslash
3572 phantom
3573 \begin_inset space \textvisiblespace{}
3574 \end_inset
3575
3576 23
3577 \begin_inset Formula $\to$
3578 \end_inset
3579
3580 9
3581 \begin_inset space \textvisiblespace{}
3582 \end_inset
3583
3584 F
3585 \end_layout
3586
3587 \end_inset
3588 </cell>
3589 <cell alignment="center" valignment="top" usebox="none">
3590 \begin_inset Text
3591
3592 \begin_layout Plain Layout
3593 \begin_inset Formula $_{\phantom{23}9}^{235}\mathrm{F}$
3594 \end_inset
3595
3596
3597 \end_layout
3598
3599 \end_inset
3600 </cell>
3601 </row>
3602 <row topspace="1.5mm" bottomspace="0.5mm">
3603 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3604 \begin_inset Text
3605
3606 \begin_layout Plain Layout
3607
3608 \backslash
3609 Lambda^
3610 \begin_inset space \textvisiblespace{}
3611 \end_inset
3612
3613
3614 \backslash
3615 phantom
3616 \begin_inset space \textvisiblespace{}
3617 \end_inset
3618
3619 ii
3620 \begin_inset Formula $\to$
3621 \end_inset
3622
3623 t
3624 \begin_inset space \textvisiblespace{}
3625 \end_inset
3626
3627 _MMt
3628 \end_layout
3629
3630 \end_inset
3631 </cell>
3632 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3633 \begin_inset Text
3634
3635 \begin_layout Plain Layout
3636 \begin_inset Formula $\Lambda_{MMt}^{\phantom{ii}t}$
3637 \end_inset
3638
3639
3640 \end_layout
3641
3642 \end_inset
3643 </cell>
3644 </row>
3645 </lyxtabular>
3646
3647 \end_inset
3648
3649
3650 \end_layout
3651
3652 \begin_layout Standard
3653 さらに,
3654 \series bold
3655
3656 \backslash
3657 vphantom
3658 \series default
3659
3660 \begin_inset Index idx
3661 range none
3662 pageformat default
3663 status collapsed
3664
3665 \begin_layout Plain Layout
3666 こまんど@コマンド ! V ! 
3667 \backslash
3668 vphantom
3669 \end_layout
3670
3671 \end_inset
3672
3673 (ツールバーボタン
3674 \begin_inset space ~
3675 \end_inset
3676
3677
3678 \begin_inset Info
3679 type  "icon"
3680 arg   "math/vphantom"
3681 \end_inset
3682
3683 )および
3684 \series bold
3685
3686 \backslash
3687 hphantom
3688 \series default
3689
3690 \begin_inset Index idx
3691 range none
3692 pageformat default
3693 status collapsed
3694
3695 \begin_layout Plain Layout
3696 こまんど@コマンド ! H ! 
3697 \backslash
3698 hphantom
3699 \end_layout
3700
3701 \end_inset
3702
3703 (ツールバーボタン
3704 \begin_inset space ~
3705 \end_inset
3706
3707
3708 \begin_inset Info
3709 type  "icon"
3710 arg   "math/hphantom"
3711 \end_inset
3712
3713 )というコマンドもあります.
3714 \series bold
3715
3716 \backslash
3717 vphantom
3718 \series default
3719 は,枠内部の文字の最大高のみの空白を作り,幅は考慮しません.
3720 \series bold
3721
3722 \backslash
3723 hphantom
3724 \series default
3725 は,枠の内容の幅のみの空白を作ります.このことから,これらの枠は一本の赤矢印のみで表示されます.
3726 \end_layout
3727
3728 \begin_layout Standard
3729 たとえば,
3730 \series bold
3731
3732 \backslash
3733 vphantom
3734 \series default
3735
3736 \begin_inset space \textvisiblespace{}
3737 \end_inset
3738
3739
3740 \series bold
3741 a
3742 \backslash
3743 int
3744 \series default
3745 は,積分記号
3746 \begin_inset Foot
3747 status collapsed
3748
3749 \begin_layout Plain Layout
3750
3751 \series bold
3752
3753 \backslash
3754 int
3755 \series default
3756 コマンドは,積分記号を生成します.第
3757 \begin_inset CommandInset ref
3758 LatexCommand ref
3759 reference "subsec:大演算子"
3760
3761 \end_inset
3762
3763 節を参照してください.
3764 \end_layout
3765
3766 \end_inset
3767
3768 が最大高の文字なので,積分記号の高さを持つ空白を作ります.実際の適用例については,第
3769 \begin_inset CommandInset ref
3770 LatexCommand ref
3771 reference "subsec:多行にわたる括弧"
3772
3773 \end_inset
3774
3775 節を参照してください.
3776 \end_layout
3777
3778 \begin_layout Standard
3779 埋め草は,メニュー
3780 \family sans
3781 挿入\SpecialChar menuseparator
3782 整形\SpecialChar menuseparator
3783 埋め草
3784 \family default
3785 を使えば,以下のように本文中でも使用することができます.
3786 \end_layout
3787
3788 \begin_layout Standard
3789 これは本文です.
3790 \begin_inset Newline newline
3791 \end_inset
3792
3793
3794 \begin_inset Phantom Phantom
3795 status open
3796
3797 \begin_layout Plain Layout
3798 これは
3799 \end_layout
3800
3801 \end_inset
3802
3803 本文です.
3804 \end_layout
3805
3806 \begin_layout Subsection
3807 横線
3808 \begin_inset Index idx
3809 range none
3810 pageformat default
3811 status collapsed
3812
3813 \begin_layout Plain Layout
3814 よこせん@横線
3815 \end_layout
3816
3817 \end_inset
3818
3819
3820 \begin_inset Index idx
3821 range none
3822 pageformat default
3823 status collapsed
3824
3825 \begin_layout Plain Layout
3826 すうしき@数式 ! かせん@下線
3827 \end_layout
3828
3829 \end_inset
3830
3831
3832 \begin_inset Index idx
3833 range none
3834 pageformat default
3835 status collapsed
3836
3837 \begin_layout Plain Layout
3838 ぼうせん@棒線
3839 \begin_inset ERT
3840 status collapsed
3841
3842 \begin_layout Plain Layout
3843
3844 |see{
3845 \end_layout
3846
3847 \end_inset
3848
3849 横線
3850 \begin_inset ERT
3851 status collapsed
3852
3853 \begin_layout Plain Layout
3854
3855 }
3856 \end_layout
3857
3858 \end_inset
3859
3860
3861 \end_layout
3862
3863 \end_inset
3864
3865
3866 \end_layout
3867
3868 \begin_layout Standard
3869 \align center
3870 \begin_inset Tabular
3871 <lyxtabular version="3" rows="4" columns="2">
3872 <features booktabs="true" tabularvalignment="middle">
3873 <column alignment="center" valignment="top" width="0pt">
3874 <column alignment="center" valignment="top" width="0pt">
3875 <row>
3876 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3877 \begin_inset Text
3878
3879 \begin_layout Plain Layout
3880 コマンド
3881 \end_layout
3882
3883 \end_inset
3884 </cell>
3885 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3886 \begin_inset Text
3887
3888 \begin_layout Plain Layout
3889 出力
3890 \end_layout
3891
3892 \end_inset
3893 </cell>
3894 </row>
3895 <row topspace="2mm">
3896 <cell alignment="center" valignment="top" usebox="none">
3897 \begin_inset Text
3898
3899 \begin_layout Plain Layout
3900
3901 \backslash
3902 overline
3903 \begin_inset space \textvisiblespace{}
3904 \end_inset
3905
3906 A+B
3907 \begin_inset Index idx
3908 range none
3909 pageformat default
3910 status collapsed
3911
3912 \begin_layout Plain Layout
3913 こまんど@コマンド ! O ! 
3914 \backslash
3915 overline
3916 \end_layout
3917
3918 \end_inset
3919
3920
3921 \end_layout
3922
3923 \end_inset
3924 </cell>
3925 <cell alignment="center" valignment="top" usebox="none">
3926 \begin_inset Text
3927
3928 \begin_layout Plain Layout
3929 \begin_inset Formula $\overline{A+B}$
3930 \end_inset
3931
3932
3933 \end_layout
3934
3935 \end_inset
3936 </cell>
3937 </row>
3938 <row bottomspace="1mm">
3939 <cell alignment="center" valignment="top" usebox="none">
3940 \begin_inset Text
3941
3942 \begin_layout Plain Layout
3943
3944 \backslash
3945 underline
3946 \begin_inset space \textvisiblespace{}
3947 \end_inset
3948
3949 A+B
3950 \begin_inset Index idx
3951 range none
3952 pageformat default
3953 status collapsed
3954
3955 \begin_layout Plain Layout
3956 こまんど@コマンド ! U ! 
3957 \backslash
3958 underline
3959 \end_layout
3960
3961 \end_inset
3962
3963
3964 \end_layout
3965
3966 \end_inset
3967 </cell>
3968 <cell alignment="center" valignment="top" usebox="none">
3969 \begin_inset Text
3970
3971 \begin_layout Plain Layout
3972 \begin_inset Formula $\underline{A+B}$
3973 \end_inset
3974
3975
3976 \end_layout
3977
3978 \end_inset
3979 </cell>
3980 </row>
3981 <row topspace="2mm" bottomspace="1mm">
3982 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3983 \begin_inset Text
3984
3985 \begin_layout Plain Layout
3986
3987 \backslash
3988 overline
3989 \begin_inset space \textvisiblespace{}
3990 \end_inset
3991
3992
3993 \backslash
3994 underline
3995 \begin_inset space \textvisiblespace{}
3996 \end_inset
3997
3998 A+B
3999 \end_layout
4000
4001 \end_inset
4002 </cell>
4003 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4004 \begin_inset Text
4005
4006 \begin_layout Plain Layout
4007 \begin_inset Formula $\overline{\underline{A+B}}$
4008 \end_inset
4009
4010
4011 \end_layout
4012
4013 \end_inset
4014 </cell>
4015 </row>
4016 </lyxtabular>
4017
4018 \end_inset
4019
4020
4021 \end_layout
4022
4023 \begin_layout Standard
4024 上記最後の例では,先に
4025 \series bold
4026
4027 \backslash
4028 overline
4029 \series default
4030 が来ようが
4031 \series bold
4032
4033 \backslash
4034 underline
4035 \series default
4036 が来ようが,関係ありません.
4037 \end_layout
4038
4039 \begin_layout Standard
4040 二重下線を引くには,
4041 \series bold
4042
4043 \backslash
4044 underline
4045 \series default
4046 を二回使います.
4047 \end_layout
4048
4049 \begin_layout Standard
4050 文字の上下6本の線まで引くことができます.
4051 \end_layout
4052
4053 \begin_layout Standard
4054 \begin_inset VSpace bigskip
4055 \end_inset
4056
4057 自己定義の線は,以下の書式を持つ
4058 \series bold
4059
4060 \backslash
4061 rule
4062 \series default
4063
4064 \begin_inset Index idx
4065 range none
4066 pageformat default
4067 status collapsed
4068
4069 \begin_layout Plain Layout
4070 こまんど@コマンド ! R ! 
4071 \backslash
4072 rule
4073 \end_layout
4074
4075 \end_inset
4076
4077 コマンドで作成することができます.
4078 \end_layout
4079
4080 \begin_layout Standard
4081
4082 \series bold
4083
4084 \backslash
4085 rule[垂直オフセット幅]{長さ}{厚み}
4086 \end_layout
4087
4088 \begin_layout Standard
4089 オプションの
4090 \series bold
4091 「垂直オフセット幅
4092 \series default
4093 」は,行を上方に(値が負であれば下方に)移動させます.値としては,第
4094 \begin_inset CommandInset ref
4095 LatexCommand ref
4096 reference "tab:使用できる単位"
4097
4098 \end_inset
4099
4100 表に掲げてある単位を用いることができます.以下に,
4101 \begin_inset Newline newline
4102 \end_inset
4103
4104
4105 \series bold
4106
4107 \backslash
4108 rule[-2ex]{3cm}{2pt}
4109 \series default
4110  および 
4111 \series bold
4112
4113 \backslash
4114 rule{2cm}{1pt}
4115 \begin_inset Newline newline
4116 \end_inset
4117
4118
4119 \series default
4120 というコマンドを用いて作成したふたつの例を例示します.
4121 \end_layout
4122
4123 \begin_layout Standard
4124 この行には,
4125 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4126 \end_inset
4127
4128 二本の線があります.
4129 \end_layout
4130
4131 \begin_layout Standard
4132
4133 \backslash
4134 ruleは,メニュー
4135 \family sans
4136 挿入\SpecialChar menuseparator
4137 整形\SpecialChar menuseparator
4138 水平線
4139 \family default
4140 を使っても,本文に挿入することができます.
4141 \end_layout
4142
4143 \begin_layout Standard
4144 これは一行の
4145 \begin_inset CommandInset line
4146 LatexCommand rule
4147 offset "0.5ex"
4148 width "3cm"
4149 height "1pt"
4150
4151 \end_inset
4152
4153 文章です.
4154 \end_layout
4155
4156 \begin_layout Subsection
4157 省略符号
4158 \begin_inset CommandInset label
4159 LatexCommand label
4160 name "subsec:省略符号"
4161
4162 \end_inset
4163
4164
4165 \begin_inset Index idx
4166 range none
4167 pageformat default
4168 status collapsed
4169
4170 \begin_layout Plain Layout
4171 しょうりゃくふごう@省略符号
4172 \end_layout
4173
4174 \end_inset
4175
4176
4177 \end_layout
4178
4179 \begin_layout Standard
4180 省略符号には,いくつかの種類が使用できます
4181 \begin_inset Foot
4182 status collapsed
4183
4184 \begin_layout Plain Layout
4185 数式ツールバー中の
4186 \begin_inset Info
4187 type  "icon"
4188 arg   "math-insert \\ldots"
4189 \end_inset
4190
4191 ボタンで表示されている小メニューです.
4192 \end_layout
4193
4194 \end_inset
4195
4196 .列挙のためには,ベースラインの点々(
4197 \series bold
4198
4199 \backslash
4200 ldots
4201 \series default
4202
4203 \begin_inset Index idx
4204 range none
4205 pageformat default
4206 status collapsed
4207
4208 \begin_layout Plain Layout
4209 こまんど@コマンド ! L ! 
4210 \backslash
4211 ldots
4212 \end_layout
4213
4214 \end_inset
4215
4216 )を使用しますが,演算子の場合は,演算子と同じ高さの点々(
4217 \series bold
4218
4219 \backslash
4220 cdots
4221 \series default
4222
4223 \begin_inset Index idx
4224 range none
4225 pageformat default
4226 status collapsed
4227
4228 \begin_layout Plain Layout
4229 こまんど@コマンド ! C ! 
4230 \backslash
4231 cdots
4232 \end_layout
4233
4234 \end_inset
4235
4236 )が必要です.
4237 \series bold
4238
4239 \backslash
4240 dots
4241 \series default
4242
4243 \begin_inset Index idx
4244 range none
4245 pageformat default
4246 status collapsed
4247
4248 \begin_layout Plain Layout
4249 こまんど@コマンド ! D ! 
4250 \backslash
4251 dots
4252 \end_layout
4253
4254 \end_inset
4255
4256 コマンドを使うと,\SpecialChar LaTeX
4257 は次に来る文字がどのような種類の文字であるかによって,自動的にどの種類を使うかを選択します.
4258 \end_layout
4259
4260 \begin_layout Standard
4261 \align center
4262 \begin_inset Tabular
4263 <lyxtabular version="3" rows="9" columns="2">
4264 <features booktabs="true" tabularvalignment="middle">
4265 <column alignment="center" valignment="top" width="0pt">
4266 <column alignment="center" valignment="top" width="0pt">
4267 <row>
4268 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4269 \begin_inset Text
4270
4271 \begin_layout Plain Layout
4272 コマンド
4273 \end_layout
4274
4275 \end_inset
4276 </cell>
4277 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4278 \begin_inset Text
4279
4280 \begin_layout Plain Layout
4281 出力
4282 \end_layout
4283
4284 \end_inset
4285 </cell>
4286 </row>
4287 <row>
4288 <cell alignment="center" valignment="top" usebox="none">
4289 \begin_inset Text
4290
4291 \begin_layout Plain Layout
4292 A_1
4293 \begin_inset space \textvisiblespace{}
4294 \end_inset
4295
4296 ,
4297 \backslash
4298 dots
4299 \begin_inset space \textvisiblespace{}
4300 \end_inset
4301
4302 ,A_n
4303 \end_layout
4304
4305 \end_inset
4306 </cell>
4307 <cell alignment="center" valignment="top" usebox="none">
4308 \begin_inset Text
4309
4310 \begin_layout Plain Layout
4311 \begin_inset Formula $A_{1},\dots,A_{n}$
4312 \end_inset
4313
4314
4315 \end_layout
4316
4317 \end_inset
4318 </cell>
4319 </row>
4320 <row>
4321 <cell alignment="center" valignment="top" usebox="none">
4322 \begin_inset Text
4323
4324 \begin_layout Plain Layout
4325 A_1
4326 \begin_inset space \textvisiblespace{}
4327 \end_inset
4328
4329 +
4330 \backslash
4331 dots
4332 \begin_inset space \textvisiblespace{}
4333 \end_inset
4334
4335 +A_n
4336 \end_layout
4337
4338 \end_inset
4339 </cell>
4340 <cell alignment="center" valignment="top" usebox="none">
4341 \begin_inset Text
4342
4343 \begin_layout Plain Layout
4344 \begin_inset Formula $A_{1}+\dots+A_{n}$
4345 \end_inset
4346
4347
4348 \end_layout
4349
4350 \end_inset
4351 </cell>
4352 </row>
4353 <row>
4354 <cell alignment="center" valignment="top" usebox="none">
4355 \begin_inset Text
4356
4357 \begin_layout Plain Layout
4358 A_1
4359 \begin_inset space \textvisiblespace{}
4360 \end_inset
4361
4362 ,
4363 \backslash
4364 ldots
4365 \begin_inset space \textvisiblespace{}
4366 \end_inset
4367
4368 ,A_n
4369 \end_layout
4370
4371 \end_inset
4372 </cell>
4373 <cell alignment="center" valignment="top" usebox="none">
4374 \begin_inset Text
4375
4376 \begin_layout Plain Layout
4377 \begin_inset Formula $A_{1},\ldots,A_{n}$
4378 \end_inset
4379
4380
4381 \end_layout
4382
4383 \end_inset
4384 </cell>
4385 </row>
4386 <row>
4387 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4388 \begin_inset Text
4389
4390 \begin_layout Plain Layout
4391 A_1
4392 \begin_inset space \textvisiblespace{}
4393 \end_inset
4394
4395 +
4396 \backslash
4397 cdots
4398 \begin_inset space \textvisiblespace{}
4399 \end_inset
4400
4401 +A_n
4402 \end_layout
4403
4404 \end_inset
4405 </cell>
4406 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
4407 \begin_inset Text
4408
4409 \begin_layout Plain Layout
4410 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4411 \end_inset
4412
4413
4414 \end_layout
4415
4416 \end_inset
4417 </cell>
4418 </row>
4419 <row>
4420 <cell alignment="center" valignment="top" usebox="none">
4421 \begin_inset Text
4422
4423 \begin_layout Plain Layout
4424
4425 \backslash
4426 vdots
4427 \end_layout
4428
4429 \end_inset
4430 </cell>
4431 <cell alignment="center" valignment="top" usebox="none">
4432 \begin_inset Text
4433
4434 \begin_layout Plain Layout
4435 \begin_inset Formula $\vdots$
4436 \end_inset
4437
4438
4439 \end_layout
4440
4441 \end_inset
4442 </cell>
4443 </row>
4444 <row>
4445 <cell alignment="center" valignment="top" usebox="none">
4446 \begin_inset Text
4447
4448 \begin_layout Plain Layout
4449
4450 \backslash
4451 ddots
4452 \end_layout
4453
4454 \end_inset
4455 </cell>
4456 <cell alignment="center" valignment="top" usebox="none">
4457 \begin_inset Text
4458
4459 \begin_layout Plain Layout
4460 \begin_inset Formula $\ddots$
4461 \end_inset
4462
4463
4464 \end_layout
4465
4466 \end_inset
4467 </cell>
4468 </row>
4469 <row>
4470 <cell alignment="center" valignment="top" usebox="none">
4471 \begin_inset Text
4472
4473 \begin_layout Plain Layout
4474
4475 \backslash
4476 iddots
4477 \end_layout
4478
4479 \end_inset
4480 </cell>
4481 <cell alignment="center" valignment="top" usebox="none">
4482 \begin_inset Text
4483
4484 \begin_layout Plain Layout
4485 \begin_inset Formula $\iddots$
4486 \end_inset
4487
4488
4489 \end_layout
4490
4491 \end_inset
4492 </cell>
4493 </row>
4494 <row>
4495 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4496 \begin_inset Text
4497
4498 \begin_layout Plain Layout
4499 いろいろな点々を使った
4500 \begin_inset Formula $3\times3$
4501 \end_inset
4502
4503 行列
4504 \end_layout
4505
4506 \end_inset
4507 </cell>
4508 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4509 \begin_inset Text
4510
4511 \begin_layout Plain Layout
4512 \begin_inset Formula $\begin{array}{ccc}
4513 A_{11} & \cdots & A_{1m}\\
4514 \vdots & \ddots & \vdots\\
4515 A_{n1} & \cdots & A_{nm}
4516 \end{array}$
4517 \end_inset
4518
4519
4520 \end_layout
4521
4522 \end_inset
4523 </cell>
4524 </row>
4525 </lyxtabular>
4526
4527 \end_inset
4528
4529
4530 \end_layout
4531
4532 \begin_layout Standard
4533
4534 \family sans
4535 挿入\SpecialChar menuseparator
4536 省略符号
4537 \family default
4538 メニューで挿入される省略符号は
4539 \series bold
4540
4541 \backslash
4542 ldots
4543 \series default
4544 です.
4545 \end_layout
4546
4547 \begin_layout Standard
4548 \begin_inset VSpace medskip
4549 \end_inset
4550
4551
4552 \series bold
4553
4554 \backslash
4555 iddots
4556 \series default
4557 を使うには,文書設定の
4558 \family sans
4559 数式オプション
4560 \family default
4561 にある
4562 \family sans
4563 mathdotsパッケージを(自動的に)使う
4564 \family default
4565 オプションのうちいずれかを有効にしなくてはなりません.
4566 \begin_inset Newline newline
4567 \end_inset
4568
4569
4570 \family sans
4571 mathdotsパッケージを使う
4572 \family default
4573 オプションを使用すると,文書中のフォント様式や寸法が既定値でないときのあらゆるドットの表示が改善されます.
4574 \end_layout
4575
4576 \begin_layout Standard
4577 \begin_inset VSpace medskip
4578 \end_inset
4579
4580 とくに行列には,複数列にわたることのできる省略符号があります.これは,以下の書式を持つ
4581 \series bold
4582
4583 \backslash
4584 hdotsfor
4585 \series default
4586
4587 \begin_inset Index idx
4588 range none
4589 pageformat default
4590 status collapsed
4591
4592 \begin_layout Plain Layout
4593 こまんど@コマンド ! H ! 
4594 \backslash
4595 hdotsfor
4596 \end_layout
4597
4598 \end_inset
4599
4600 コマンドで作ることができます.
4601 \end_layout
4602
4603 \begin_layout Standard
4604
4605 \series bold
4606
4607 \backslash
4608 hdotsfor[距離]{列数}
4609 \end_layout
4610
4611 \begin_layout Standard
4612 ここで「列数」は,何列に広げるかを指定します.「距離」は,点々のあいだの距離を示す因子です.
4613 \end_layout
4614
4615 \begin_layout Standard
4616 以下の行列では,2行目の1つ目の枠に
4617 \series bold
4618
4619 \backslash
4620 hdotsfor[2]{4}
4621 \series default
4622 を挿入して,
4623 \series bold
4624
4625 \backslash
4626 dots
4627 \series default
4628 コマンドの2倍の点間距離を持つ省略符号を挿入しています.
4629 \begin_inset Formula 
4630 \[
4631 \left(\begin{array}{cccc}
4632 A & B & C & D\\
4633 \hdotsfor[2]{4}\\
4634 q & w & e & r
4635 \end{array}\right)
4636 \]
4637
4638 \end_inset
4639
4640 省略符号を広げる対象となる行列フィールドは空白にしておく必要があることに注意して下さい.さもないと\SpecialChar LaTeX
4641 エラーが発生します.
4642 \end_layout
4643
4644 \begin_layout Standard
4645 \begin_inset VSpace bigskip
4646 \end_inset
4647
4648 さらに,
4649 \series bold
4650
4651 \backslash
4652 dotfill
4653 \series default
4654
4655 \begin_inset Index idx
4656 range none
4657 pageformat default
4658 status collapsed
4659
4660 \begin_layout Plain Layout
4661 こまんど@コマンド ! D ! 
4662 \backslash
4663 dotfill
4664 \end_layout
4665
4666 \end_inset
4667
4668 コマンドを使えば,行の残りを点々で埋めることもできます.このコマンドの働きは,
4669 \series bold
4670
4671 \backslash
4672 hfill
4673 \series default
4674 と同様のものです.第
4675 \begin_inset CommandInset ref
4676 LatexCommand ref
4677 reference "subsec:可変長の空白"
4678
4679 \end_inset
4680
4681 節をご参照下さい.
4682 \end_layout
4683
4684 \begin_layout Standard
4685 たとえば,
4686 \series bold
4687 A
4688 \backslash
4689 dotfill
4690 \begin_inset space \textvisiblespace{}
4691 \end_inset
4692
4693 B
4694 \series default
4695 コマンドは,
4696 \end_layout
4697
4698 \begin_layout Standard
4699 \begin_inset Formula $A\dotfill B$
4700 \end_inset
4701
4702
4703 \end_layout
4704
4705 \begin_layout Standard
4706 のようになります.点々を使う
4707 \series bold
4708
4709 \backslash
4710 dotfill
4711 \series default
4712 の直線版として,
4713 \series bold
4714
4715 \backslash
4716 hrulefill
4717 \series default
4718
4719 \begin_inset Index idx
4720 range none
4721 pageformat default
4722 status collapsed
4723
4724 \begin_layout Plain Layout
4725 こまんど@コマンド ! H ! 
4726 \backslash
4727 hrulefill
4728 \end_layout
4729
4730 \end_inset
4731
4732
4733 \end_layout
4734
4735 \begin_layout Standard
4736 \begin_inset Formula $A\hrulefill B$
4737 \end_inset
4738
4739
4740 \end_layout
4741
4742 \begin_layout Standard
4743 があります.これらのコマンドを本文で使用するには,これらのコマンドは\SpecialChar TeX
4744 モードで挿入される必要があります.
4745 \end_layout
4746
4747 \begin_layout Section
4748 行列
4749 \begin_inset CommandInset label
4750 LatexCommand label
4751 name "sec:行列"
4752
4753 \end_inset
4754
4755
4756 \begin_inset Index idx
4757 range none
4758 pageformat default
4759 status collapsed
4760
4761 \begin_layout Plain Layout
4762 ぎょうれつ@行列
4763 \end_layout
4764
4765 \end_inset
4766
4767
4768 \end_layout
4769
4770 \begin_layout Standard
4771 行列は,数式ツールバーボタンの
4772 \begin_inset Info
4773 type  "icon"
4774 arg   "dialog-show mathmatrix"
4775 \end_inset
4776
4777
4778 \family sans
4779 挿入\SpecialChar menuseparator
4780 数式\SpecialChar menuseparator
4781 行列
4782 \family default
4783 メニューで挿入することができます.すると,行列の行数・列数・配置方法・装飾を尋ねられます.ここで垂直配置は,行内数式内の行列でのみ意味を持ちます.
4784 \end_layout
4785
4786 \begin_layout Standard
4787 最初の行列は「上」配置
4788 \begin_inset Formula $\begin{array}[t]{cccc}
4789 A & D & G & J\\
4790 B & E & H & K\\
4791 C & F & I & L
4792 \end{array}$
4793 \end_inset
4794
4795 で,二番目は「中央」配置
4796 \begin_inset Formula $\begin{array}{cccc}
4797 A & D & G & J\\
4798 B & E & H & K\\
4799 C & F & I & L
4800 \end{array}$
4801 \end_inset
4802
4803 ,三番目は「下」配置
4804 \begin_inset Formula $\begin{array}[b]{cccc}
4805 A & D & G & J\\
4806 B & E & H & K\\
4807 C & F & I & L
4808 \end{array}$
4809 \end_inset
4810
4811 です.
4812 \end_layout
4813
4814 \begin_layout Standard
4815 水平配置は,各列がどのように配置されるべきかを指定します.これは,各列に対応した文字を一つずつ入力することによって設定します.
4816 \emph on
4817 l
4818 \emph default
4819 は左寄せ,
4820 \emph on
4821 c
4822 \emph default
4823 は中央揃え,
4824 \emph on
4825 r
4826 \emph default
4827 は右寄せを意味します.たとえば,第1列が左寄せで第2列と第3列が中央揃え,第4列が右揃えの
4828 \begin_inset Formula $4\times4$
4829 \end_inset
4830
4831 行列を作成するには,水平配置のところに
4832 \series bold
4833 lccr
4834 \series default
4835 と入力します.通常,行列では各列は中央揃えですから,各列の既定値は
4836 \series bold
4837 c
4838 \series default
4839 です.
4840 \end_layout
4841
4842 \begin_layout Standard
4843 水平行列の例です.
4844 \end_layout
4845
4846 \begin_layout Standard
4847
4848 \series bold
4849 lll
4850 \series default
4851  : 
4852 \begin_inset Formula $\begin{array}{lll}
4853 10000 & D & G\\
4854 B & 10000 & H\\
4855 C & F & 10000
4856 \end{array}$
4857 \end_inset
4858
4859  , 
4860 \series bold
4861 ccc
4862 \series default
4863  : 
4864 \begin_inset Formula $\begin{array}{ccc}
4865 10000 & D & G\\
4866 B & 10000 & H\\
4867 C & F & 10000
4868 \end{array}$
4869 \end_inset
4870
4871  , 
4872 \series bold
4873 rrr
4874 \series default
4875  : 
4876 \begin_inset Formula $\begin{array}{rrr}
4877 10000 & D & G\\
4878 B & 10000 & H\\
4879 C & F & 10000
4880 \end{array}$
4881 \end_inset
4882
4883
4884 \end_layout
4885
4886 \begin_layout Standard
4887 つづいて行や列を追加したり削除したりするには,数式ツールバーボタンの
4888 \begin_inset Info
4889 type  "icon"
4890 arg   "tabular-feature append-row"
4891 \end_inset
4892
4893
4894 \begin_inset Info
4895 type  "icon"
4896 arg   "tabular-feature delete-row"
4897 \end_inset
4898
4899 などや
4900 \family sans
4901 編集\SpecialChar menuseparator
4902 行と列
4903 \family default
4904 メニューを使用することができます.また,行は
4905 \begin_inset Info
4906 type  "shortcut"
4907 arg   "newline-insert newline"
4908 \end_inset
4909
4910 で作成することもできます.
4911 \end_layout
4912
4913 \begin_layout Standard
4914 \begin_inset VSpace bigskip
4915 \end_inset
4916
4917
4918 \end_layout
4919
4920 \begin_layout Standard
4921
4922 \family sans
4923 装飾
4924 \family default
4925 は,行列の前後に選択した様式の括弧を加えます.他にも括弧は,
4926 \series bold
4927
4928 \backslash
4929 left
4930 \series default
4931
4932 \begin_inset Index idx
4933 range none
4934 pageformat default
4935 status collapsed
4936
4937 \begin_layout Plain Layout
4938 こまんど@コマンド ! L ! 
4939 \backslash
4940 left
4941 \end_layout
4942
4943 \end_inset
4944
4945 コマンドや
4946 \series bold
4947
4948 \backslash
4949 right
4950 \series default
4951
4952 \begin_inset Index idx
4953 range none
4954 pageformat default
4955 status collapsed
4956
4957 \begin_layout Plain Layout
4958 こまんど@コマンド ! R ! 
4959 \backslash
4960 right
4961 \end_layout
4962
4963 \end_inset
4964
4965 コマンドで作成することもできます(
4966 \begin_inset Flex Ruby
4967 status collapsed
4968
4969 \begin_layout Plain Layout
4970 捷径
4971 \begin_inset Argument post:1
4972 status collapsed
4973
4974 \begin_layout Plain Layout
4975 ショートカット
4976 \end_layout
4977
4978 \end_inset
4979
4980
4981 \end_layout
4982
4983 \end_inset
4984
4985
4986 \family sans
4987 Alt+M
4988 \begin_inset space ~
4989 \end_inset
4990
4991 括弧
4992 \family default
4993 ).第
4994 \begin_inset CommandInset ref
4995 LatexCommand ref
4996 reference "subsec:自動の括弧丈"
4997
4998 \end_inset
4999
5000 節を参照してください.あるいは,以下のコマンドを使うこともできます.
5001 \begin_inset VSpace medskip
5002 \end_inset
5003
5004
5005 \end_layout
5006
5007 \begin_layout Standard
5008 \begin_inset space \hfill{}
5009 \end_inset
5010
5011
5012 \begin_inset Tabular
5013 <lyxtabular version="3" rows="4" columns="2">
5014 <features booktabs="true" tabularvalignment="middle">
5015 <column alignment="center" valignment="top" width="0pt">
5016 <column alignment="center" valignment="top">
5017 <row>
5018 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5019 \begin_inset Text
5020
5021 \begin_layout Plain Layout
5022 コマンド
5023 \end_layout
5024
5025 \end_inset
5026 </cell>
5027 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5028 \begin_inset Text
5029
5030 \begin_layout Plain Layout
5031 出力
5032 \end_layout
5033
5034 \end_inset
5035 </cell>
5036 </row>
5037 <row topspace="1.5mm">
5038 <cell alignment="center" valignment="top" usebox="none">
5039 \begin_inset Text
5040
5041 \begin_layout Plain Layout
5042
5043 \backslash
5044 bmatrix
5045 \begin_inset space \textvisiblespace{}
5046 \end_inset
5047
5048
5049 \begin_inset Formula $2\times2$
5050 \end_inset
5051
5052 行列
5053 \end_layout
5054
5055 \end_inset
5056 </cell>
5057 <cell alignment="center" valignment="top" usebox="none">
5058 \begin_inset Text
5059
5060 \begin_layout Plain Layout
5061 \begin_inset Formula $\begin{bmatrix}\begin{array}{cc}
5062 0 & \textrm{-}\mathrm{i}\\
5063 \mathrm{i} & 0
5064 \end{array}\end{bmatrix}$
5065 \end_inset
5066
5067
5068 \end_layout
5069
5070 \end_inset
5071 </cell>
5072 </row>
5073 <row topspace="1.5mm" bottomspace="0.5mm">
5074 <cell alignment="center" valignment="top" usebox="none">
5075 \begin_inset Text
5076
5077 \begin_layout Plain Layout
5078
5079 \backslash
5080 Bmatrix
5081 \begin_inset space \textvisiblespace{}
5082 \end_inset
5083
5084
5085 \begin_inset Formula $2\times2$
5086 \end_inset
5087
5088 行列
5089 \end_layout
5090
5091 \end_inset
5092 </cell>
5093 <cell alignment="center" valignment="top" usebox="none">
5094 \begin_inset Text
5095
5096 \begin_layout Plain Layout
5097 \begin_inset Formula $\begin{Bmatrix}\begin{array}{cc}
5098 0 & \textrm{-}\mathrm{i}\\
5099 \mathrm{i} & 0
5100 \end{array}\end{Bmatrix}$
5101 \end_inset
5102
5103
5104 \end_layout
5105
5106 \end_inset
5107 </cell>
5108 </row>
5109 <row>
5110 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5111 \begin_inset Text
5112
5113 \begin_layout Plain Layout
5114
5115 \backslash
5116 pmatrix
5117 \begin_inset space \textvisiblespace{}
5118 \end_inset
5119
5120
5121 \begin_inset Formula $2\times2$
5122 \end_inset
5123
5124 行列
5125 \end_layout
5126
5127 \end_inset
5128 </cell>
5129 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5130 \begin_inset Text
5131
5132 \begin_layout Plain Layout
5133 \begin_inset Formula $\begin{pmatrix}\begin{array}{cc}
5134 0 & \textrm{-}\mathrm{i}\\
5135 \mathrm{i} & 0
5136 \end{array}\end{pmatrix}$
5137 \end_inset
5138
5139
5140 \end_layout
5141
5142 \end_inset
5143 </cell>
5144 </row>
5145 </lyxtabular>
5146
5147 \end_inset
5148
5149
5150 \begin_inset space \hfill{}
5151 \end_inset
5152
5153
5154 \begin_inset Tabular
5155 <lyxtabular version="3" rows="4" columns="2">
5156 <features booktabs="true" tabularvalignment="middle">
5157 <column alignment="center" valignment="top" width="0pt">
5158 <column alignment="center" valignment="top">
5159 <row>
5160 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5161 \begin_inset Text
5162
5163 \begin_layout Plain Layout
5164 コマンド
5165 \end_layout
5166
5167 \end_inset
5168 </cell>
5169 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5170 \begin_inset Text
5171
5172 \begin_layout Plain Layout
5173 出力
5174 \end_layout
5175
5176 \end_inset
5177 </cell>
5178 </row>
5179 <row topspace="1.5mm">
5180 <cell alignment="center" valignment="top" usebox="none">
5181 \begin_inset Text
5182
5183 \begin_layout Plain Layout
5184
5185 \backslash
5186 vmatrix
5187 \begin_inset space \textvisiblespace{}
5188 \end_inset
5189
5190
5191 \begin_inset Formula $2\times2$
5192 \end_inset
5193
5194 行列
5195 \end_layout
5196
5197 \end_inset
5198 </cell>
5199 <cell alignment="center" valignment="top" usebox="none">
5200 \begin_inset Text
5201
5202 \begin_layout Plain Layout
5203 \begin_inset Formula $\begin{vmatrix}\begin{array}{cc}
5204 0 & \textrm{-}\mathrm{i}\\
5205 \mathrm{i} & 0
5206 \end{array}\end{vmatrix}$
5207 \end_inset
5208
5209
5210 \end_layout
5211
5212 \end_inset
5213 </cell>
5214 </row>
5215 <row topspace="1.5mm" bottomspace="0.5mm">
5216 <cell alignment="center" valignment="top" usebox="none">
5217 \begin_inset Text
5218
5219 \begin_layout Plain Layout
5220
5221 \backslash
5222 Vmatrix
5223 \begin_inset space \textvisiblespace{}
5224 \end_inset
5225
5226
5227 \begin_inset Formula $2\times2$
5228 \end_inset
5229
5230 行列
5231 \end_layout
5232
5233 \end_inset
5234 </cell>
5235 <cell alignment="center" valignment="top" usebox="none">
5236 \begin_inset Text
5237
5238 \begin_layout Plain Layout
5239 \begin_inset Formula $\begin{Vmatrix}\begin{array}{cc}
5240 0 & \textrm{-}\mathrm{i}\\
5241 \mathrm{i} & 0
5242 \end{array}\end{Vmatrix}$
5243 \end_inset
5244
5245
5246 \end_layout
5247
5248 \end_inset
5249 </cell>
5250 </row>
5251 <row>
5252 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5253 \begin_inset Text
5254
5255 \begin_layout Plain Layout
5256
5257 \backslash
5258 matrix
5259 \begin_inset space \textvisiblespace{}
5260 \end_inset
5261
5262
5263 \begin_inset Formula $2\times2$
5264 \end_inset
5265
5266 行列
5267 \end_layout
5268
5269 \end_inset
5270 </cell>
5271 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5272 \begin_inset Text
5273
5274 \begin_layout Plain Layout
5275 \begin_inset Formula $\begin{matrix}\begin{array}{cc}
5276 0 & \textrm{-}\mathrm{i}\\
5277 \mathrm{i} & 0
5278 \end{array}\end{matrix}$
5279 \end_inset
5280
5281
5282 \end_layout
5283
5284 \end_inset
5285 </cell>
5286 </row>
5287 </lyxtabular>
5288
5289 \end_inset
5290
5291
5292 \begin_inset space \hfill{}
5293 \end_inset
5294
5295
5296 \end_layout
5297
5298 \begin_layout Standard
5299 \begin_inset VSpace medskip
5300 \end_inset
5301
5302 たとえば
5303 \series bold
5304
5305 \backslash
5306 vmatrix
5307 \series default
5308 などを挿入すると,青枠が二つの垂直線のあいだに現れるので,そこに行列を挿入することができます.
5309 \end_layout
5310
5311 \begin_layout Standard
5312 \begin_inset VSpace bigskip
5313 \end_inset
5314
5315 じつは多行数式はすべて行列なので,行列の各列の間隔を変更するには,第
5316 \begin_inset CommandInset ref
5317 LatexCommand ref
5318 reference "subsec:列間"
5319
5320 \end_inset
5321
5322 節に説明されている距離
5323 \series bold
5324
5325 \backslash
5326 arraycolsep
5327 \series default
5328
5329 \begin_inset Index idx
5330 range none
5331 pageformat default
5332 status collapsed
5333
5334 \begin_layout Plain Layout
5335 こまんど@コマンド ! A ! 
5336 \backslash
5337 arraycolsep
5338 \end_layout
5339
5340 \end_inset
5341
5342 をここでも使用することができます.
5343 \end_layout
5344
5345 \begin_layout Standard
5346 行間隔を変更するには,
5347 \series bold
5348
5349 \backslash
5350 arraystretch
5351 \series default
5352
5353 \begin_inset Index idx
5354 range none
5355 pageformat default
5356 status collapsed
5357
5358 \begin_layout Plain Layout
5359 こまんど@コマンド ! A ! 
5360 \backslash
5361 arraystretch
5362 \end_layout
5363
5364 \end_inset
5365
5366 コマンドを使用します.以下のようにして使用します.
5367 \end_layout
5368
5369 \begin_layout Standard
5370
5371 \series bold
5372
5373 \backslash
5374 renewcommand{
5375 \backslash
5376 arraystretch}{伸長因子}
5377 \begin_inset Index idx
5378 range none
5379 pageformat default
5380 status collapsed
5381
5382 \begin_layout Plain Layout
5383 こまんど@コマンド ! R ! 
5384 \backslash
5385 renewcommand
5386 \end_layout
5387
5388 \end_inset
5389
5390
5391 \end_layout
5392
5393 \begin_layout Standard
5394
5395 \series bold
5396
5397 \backslash
5398 renewcommand
5399 \series default
5400 コマンドは,伸長因子を定義済みの
5401 \series bold
5402
5403 \backslash
5404 arraystretch
5405 \series default
5406 コマンドに割り当てます.たとえば行間隔を2倍にするには,因子として2を指定して下さい.すると,以降の行列すべてにこれが使用されるようになります.元の間隔に戻すに
5407 は,
5408 \series bold
5409
5410 \backslash
5411 arraystretch
5412 \series default
5413 に因子1を割り当てて下さい.
5414 \end_layout
5415
5416 \begin_layout Standard
5417 本文行中に行列を入れるには,
5418 \series bold
5419
5420 \backslash
5421 smallmatrix
5422 \series default
5423
5424 \begin_inset Index idx
5425 range none
5426 pageformat default
5427 status collapsed
5428
5429 \begin_layout Plain Layout
5430 こまんど@コマンド ! S ! 
5431 \backslash
5432 smallmatrix
5433 \end_layout
5434
5435 \end_inset
5436
5437 コマンドを使います.これを挿入すると,二つの点線に囲まれた青枠が現れます.この枠のなかに行列を入れることができます.
5438 \end_layout
5439
5440 \begin_layout Standard
5441 これは,本文行中の行列
5442 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5443 C & D
5444 \end{smallmatrix}\right)$
5445 \end_inset
5446
5447 です.
5448 \end_layout
5449
5450 \begin_layout Section
5451 括弧と区分記号
5452 \begin_inset Index idx
5453 range none
5454 pageformat default
5455 status collapsed
5456
5457 \begin_layout Plain Layout
5458 かっこ@括弧
5459 \end_layout
5460
5461 \end_inset
5462
5463
5464 \begin_inset Index idx
5465 range none
5466 pageformat default
5467 status collapsed
5468
5469 \begin_layout Plain Layout
5470 くぶんきごう@区分記号
5471 \end_layout
5472
5473 \end_inset
5474
5475
5476 \end_layout
5477
5478 \begin_layout Subsection
5479 垂直括弧と区分記号
5480 \begin_inset Index idx
5481 range none
5482 pageformat default
5483 status collapsed
5484
5485 \begin_layout Plain Layout
5486 かっこ@括弧 ! すいちょく@垂直
5487 \begin_inset space \thinspace{}
5488 \end_inset
5489
5490 ——
5491 \end_layout
5492
5493 \end_inset
5494
5495
5496 \end_layout
5497
5498 \begin_layout Standard
5499 \begin_inset space \hfill{}
5500 \end_inset
5501
5502
5503 \begin_inset Tabular
5504 <lyxtabular version="3" rows="9" columns="2">
5505 <features booktabs="true" tabularvalignment="middle">
5506 <column alignment="center" valignment="top" width="0pt">
5507 <column alignment="center" valignment="top" width="0pt">
5508 <row>
5509 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5510 \begin_inset Text
5511
5512 \begin_layout Plain Layout
5513 コマンド
5514 \end_layout
5515
5516 \end_inset
5517 </cell>
5518 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5519 \begin_inset Text
5520
5521 \begin_layout Plain Layout
5522 出力
5523 \end_layout
5524
5525 \end_inset
5526 </cell>
5527 </row>
5528 <row>
5529 <cell alignment="center" valignment="top" usebox="none">
5530 \begin_inset Text
5531
5532 \begin_layout Plain Layout
5533 (
5534 \end_layout
5535
5536 \end_inset
5537 </cell>
5538 <cell alignment="center" valignment="top" usebox="none">
5539 \begin_inset Text
5540
5541 \begin_layout Plain Layout
5542 \begin_inset Formula $($
5543 \end_inset
5544
5545
5546 \end_layout
5547
5548 \end_inset
5549 </cell>
5550 </row>
5551 <row>
5552 <cell alignment="center" valignment="top" usebox="none">
5553 \begin_inset Text
5554
5555 \begin_layout Plain Layout
5556 {
5557 \end_layout
5558
5559 \end_inset
5560 </cell>
5561 <cell alignment="center" valignment="top" usebox="none">
5562 \begin_inset Text
5563
5564 \begin_layout Plain Layout
5565 \begin_inset Formula $\{$
5566 \end_inset
5567
5568
5569 \end_layout
5570
5571 \end_inset
5572 </cell>
5573 </row>
5574 <row>
5575 <cell alignment="center" valignment="top" usebox="none">
5576 \begin_inset Text
5577
5578 \begin_layout Plain Layout
5579 [
5580 \end_layout
5581
5582 \end_inset
5583 </cell>
5584 <cell alignment="center" valignment="top" usebox="none">
5585 \begin_inset Text
5586
5587 \begin_layout Plain Layout
5588 \begin_inset Formula $[$
5589 \end_inset
5590
5591
5592 \end_layout
5593
5594 \end_inset
5595 </cell>
5596 </row>
5597 <row>
5598 <cell alignment="center" valignment="top" usebox="none">
5599 \begin_inset Text
5600
5601 \begin_layout Plain Layout
5602
5603 \backslash
5604 langle
5605 \end_layout
5606
5607 \end_inset
5608 </cell>
5609 <cell alignment="center" valignment="top" usebox="none">
5610 \begin_inset Text
5611
5612 \begin_layout Plain Layout
5613 \begin_inset Formula $\langle$
5614 \end_inset
5615
5616
5617 \end_layout
5618
5619 \end_inset
5620 </cell>
5621 </row>
5622 <row>
5623 <cell alignment="center" valignment="top" usebox="none">
5624 \begin_inset Text
5625
5626 \begin_layout Plain Layout
5627
5628 \backslash
5629 lceil
5630 \end_layout
5631
5632 \end_inset
5633 </cell>
5634 <cell alignment="center" valignment="top" usebox="none">
5635 \begin_inset Text
5636
5637 \begin_layout Plain Layout
5638 \begin_inset Formula $\lceil$
5639 \end_inset
5640
5641
5642 \end_layout
5643
5644 \end_inset
5645 </cell>
5646 </row>
5647 <row>
5648 <cell alignment="center" valignment="top" usebox="none">
5649 \begin_inset Text
5650
5651 \begin_layout Plain Layout
5652
5653 \backslash
5654 lfloor
5655 \end_layout
5656
5657 \end_inset
5658 </cell>
5659 <cell alignment="center" valignment="top" usebox="none">
5660 \begin_inset Text
5661
5662 \begin_layout Plain Layout
5663 \begin_inset Formula $\lfloor$
5664 \end_inset
5665
5666
5667 \end_layout
5668
5669 \end_inset
5670 </cell>
5671 </row>
5672 <row>
5673 <cell alignment="center" valignment="top" usebox="none">
5674 \begin_inset Text
5675
5676 \begin_layout Plain Layout
5677 /
5678 \end_layout
5679
5680 \end_inset
5681 </cell>
5682 <cell alignment="center" valignment="top" usebox="none">
5683 \begin_inset Text
5684
5685 \begin_layout Plain Layout
5686 \begin_inset Formula $/$
5687 \end_inset
5688
5689
5690 \end_layout
5691
5692 \end_inset
5693 </cell>
5694 </row>
5695 <row>
5696 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5697 \begin_inset Text
5698
5699 \begin_layout Plain Layout
5700 |
5701 \end_layout
5702
5703 \end_inset
5704 </cell>
5705 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5706 \begin_inset Text
5707
5708 \begin_layout Plain Layout
5709 \begin_inset Formula $|$
5710 \end_inset
5711
5712
5713 \end_layout
5714
5715 \end_inset
5716 </cell>
5717 </row>
5718 </lyxtabular>
5719
5720 \end_inset
5721
5722
5723 \begin_inset space \hfill{}
5724 \end_inset
5725
5726
5727 \begin_inset Tabular
5728 <lyxtabular version="3" rows="9" columns="2">
5729 <features booktabs="true" tabularvalignment="middle">
5730 <column alignment="center" valignment="top" width="0pt">
5731 <column alignment="center" valignment="top" width="0pt">
5732 <row>
5733 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5734 \begin_inset Text
5735
5736 \begin_layout Plain Layout
5737 コマンド
5738 \end_layout
5739
5740 \end_inset
5741 </cell>
5742 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5743 \begin_inset Text
5744
5745 \begin_layout Plain Layout
5746 出力
5747 \end_layout
5748
5749 \end_inset
5750 </cell>
5751 </row>
5752 <row>
5753 <cell alignment="center" valignment="top" usebox="none">
5754 \begin_inset Text
5755
5756 \begin_layout Plain Layout
5757 )
5758 \end_layout
5759
5760 \end_inset
5761 </cell>
5762 <cell alignment="center" valignment="top" usebox="none">
5763 \begin_inset Text
5764
5765 \begin_layout Plain Layout
5766 \begin_inset Formula $)$
5767 \end_inset
5768
5769
5770 \end_layout
5771
5772 \end_inset
5773 </cell>
5774 </row>
5775 <row>
5776 <cell alignment="center" valignment="top" usebox="none">
5777 \begin_inset Text
5778
5779 \begin_layout Plain Layout
5780 }
5781 \end_layout
5782
5783 \end_inset
5784 </cell>
5785 <cell alignment="center" valignment="top" usebox="none">
5786 \begin_inset Text
5787
5788 \begin_layout Plain Layout
5789 \begin_inset Formula $\}$
5790 \end_inset
5791
5792
5793 \end_layout
5794
5795 \end_inset
5796 </cell>
5797 </row>
5798 <row>
5799 <cell alignment="center" valignment="top" usebox="none">
5800 \begin_inset Text
5801
5802 \begin_layout Plain Layout
5803 ]
5804 \end_layout
5805
5806 \end_inset
5807 </cell>
5808 <cell alignment="center" valignment="top" usebox="none">
5809 \begin_inset Text
5810
5811 \begin_layout Plain Layout
5812 \begin_inset Formula $]$
5813 \end_inset
5814
5815
5816 \end_layout
5817
5818 \end_inset
5819 </cell>
5820 </row>
5821 <row>
5822 <cell alignment="center" valignment="top" usebox="none">
5823 \begin_inset Text
5824
5825 \begin_layout Plain Layout
5826
5827 \backslash
5828 rangle
5829 \end_layout
5830
5831 \end_inset
5832 </cell>
5833 <cell alignment="center" valignment="top" usebox="none">
5834 \begin_inset Text
5835
5836 \begin_layout Plain Layout
5837 \begin_inset Formula $\rangle$
5838 \end_inset
5839
5840
5841 \end_layout
5842
5843 \end_inset
5844 </cell>
5845 </row>
5846 <row>
5847 <cell alignment="center" valignment="top" usebox="none">
5848 \begin_inset Text
5849
5850 \begin_layout Plain Layout
5851
5852 \backslash
5853 rceil
5854 \end_layout
5855
5856 \end_inset
5857 </cell>
5858 <cell alignment="center" valignment="top" usebox="none">
5859 \begin_inset Text
5860
5861 \begin_layout Plain Layout
5862 \begin_inset Formula $\rceil$
5863 \end_inset
5864
5865
5866 \end_layout
5867
5868 \end_inset
5869 </cell>
5870 </row>
5871 <row>
5872 <cell alignment="center" valignment="top" usebox="none">
5873 \begin_inset Text
5874
5875 \begin_layout Plain Layout
5876
5877 \backslash
5878 rfloor
5879 \end_layout
5880
5881 \end_inset
5882 </cell>
5883 <cell alignment="center" valignment="top" usebox="none">
5884 \begin_inset Text
5885
5886 \begin_layout Plain Layout
5887 \begin_inset Formula $\rfloor$
5888 \end_inset
5889
5890
5891 \end_layout
5892
5893 \end_inset
5894 </cell>
5895 </row>
5896 <row>
5897 <cell alignment="center" valignment="top" usebox="none">
5898 \begin_inset Text
5899
5900 \begin_layout Plain Layout
5901
5902 \backslash
5903
5904 \backslash
5905
5906 \end_layout
5907
5908 \end_inset
5909 </cell>
5910 <cell alignment="center" valignment="top" usebox="none">
5911 \begin_inset Text
5912
5913 \begin_layout Plain Layout
5914 \begin_inset Formula $\backslash$
5915 \end_inset
5916
5917
5918 \end_layout
5919
5920 \end_inset
5921 </cell>
5922 </row>
5923 <row>
5924 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5925 \begin_inset Text
5926
5927 \begin_layout Plain Layout
5928
5929 \backslash
5930 |
5931 \end_layout
5932
5933 \end_inset
5934 </cell>
5935 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5936 \begin_inset Text
5937
5938 \begin_layout Plain Layout
5939 \begin_inset Formula $\|$
5940 \end_inset
5941
5942
5943 \end_layout
5944
5945 \end_inset
5946 </cell>
5947 </row>
5948 </lyxtabular>
5949
5950 \end_inset
5951
5952
5953 \begin_inset space \hfill{}
5954 \end_inset
5955
5956
5957 \end_layout
5958
5959 \begin_layout Standard
5960 \begin_inset Note Greyedout
5961 status open
5962
5963 \begin_layout Plain Layout
5964
5965 \series bold
5966 【註】
5967 \series default
5968 \SpecialChar TeX
5969 モードでは,
5970 \backslash
5971
5972 \backslash
5973 コマンドはその場所に改行を入れてしまうので,バックスラッシュを入力するには
5974 \series bold
5975
5976 \backslash
5977 textbackslash
5978 \series default
5979
5980 \begin_inset Index idx
5981 range none
5982 pageformat default
5983 status collapsed
5984
5985 \begin_layout Plain Layout
5986 こまんど@コマンド! T ! 
5987 \backslash
5988 textbackslash
5989 \end_layout
5990
5991 \end_inset
5992
5993 を使わなくてはなりません.
5994 \end_layout
5995
5996 \end_inset
5997
5998
5999 \end_layout
6000
6001 \begin_layout Standard
6002 上に列挙した文字すべてについて,以下の二小節で説明されているコマンドを使って,大きさを調整することができます.これらのコマンドを使用するにあたっては,
6003 \series bold
6004
6005 \backslash
6006 langle
6007 \series default
6008
6009 \series bold
6010
6011 \backslash
6012 rangle
6013 \series default
6014 コマンドを使用せずに
6015 \begin_inset Formula $<$
6016 \end_inset
6017
6018
6019 \begin_inset Formula $>$
6020 \end_inset
6021
6022 の文字を直接使用することができます.
6023 \end_layout
6024
6025 \begin_layout Subsubsection
6026 手動の括弧高
6027 \begin_inset CommandInset label
6028 LatexCommand label
6029 name "subsec:手動の括弧丈"
6030
6031 \end_inset
6032
6033
6034 \begin_inset Index idx
6035 range none
6036 pageformat default
6037 status collapsed
6038
6039 \begin_layout Plain Layout
6040 かっこたけ@括弧高 ! しゅどう@手動
6041 \end_layout
6042
6043 \end_inset
6044
6045
6046 \end_layout
6047
6048 \begin_layout Standard
6049 括弧の丈は,\SpecialChar LaTeX
6050 コマンドの
6051 \series bold
6052
6053 \backslash
6054 big
6055 \series default
6056
6057 \begin_inset Index idx
6058 range none
6059 pageformat default
6060 status collapsed
6061
6062 \begin_layout Plain Layout
6063 こまんど@コマンド ! B ! 
6064 \backslash
6065 big
6066 \end_layout
6067
6068 \end_inset
6069
6070
6071 \series bold
6072
6073 \backslash
6074 Big
6075 \series default
6076
6077 \series bold
6078
6079 \backslash
6080 bigg
6081 \series default
6082 および
6083 \series bold
6084
6085 \backslash
6086 Bigg
6087 \series default
6088 を使って,手動で指定することができます.
6089 \series bold
6090
6091 \backslash
6092 big
6093 \series default
6094 が最小の大きさであり,
6095 \series bold
6096
6097 \backslash
6098 Bigg
6099 \series default
6100 が最大の括弧高になります.
6101 \end_layout
6102
6103 \begin_layout Standard
6104 これらのコマンドは,括弧の階層を強調するのに使われます.
6105 \end_layout
6106
6107 \begin_layout Standard
6108 \align center
6109 \begin_inset Tabular
6110 <lyxtabular version="3" rows="2" columns="2">
6111 <features booktabs="true" tabularvalignment="middle">
6112 <column alignment="center" valignment="top" width="0pt">
6113 <column alignment="center" valignment="top" width="0pt">
6114 <row>
6115 <cell alignment="center" valignment="top" usebox="none">
6116 \begin_inset Text
6117
6118 \begin_layout Plain Layout
6119 すべての括弧が同じ大きさ:
6120 \end_layout
6121
6122 \end_inset
6123 </cell>
6124 <cell alignment="center" valignment="top" usebox="none">
6125 \begin_inset Text
6126
6127 \begin_layout Plain Layout
6128 \begin_inset Formula $((A+B)(A-B))^{C}$
6129 \end_inset
6130
6131
6132 \end_layout
6133
6134 \end_inset
6135 </cell>
6136 </row>
6137 <row topspace="2mm">
6138 <cell alignment="center" valignment="top" usebox="none">
6139 \begin_inset Text
6140
6141 \begin_layout Plain Layout
6142 こちらの方が良い:
6143 \end_layout
6144
6145 \end_inset
6146 </cell>
6147 <cell alignment="center" valignment="top" usebox="none">
6148 \begin_inset Text
6149
6150 \begin_layout Plain Layout
6151 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6152 \end_inset
6153
6154
6155 \end_layout
6156
6157 \end_inset
6158 </cell>
6159 </row>
6160 </lyxtabular>
6161
6162 \end_inset
6163
6164
6165 \end_layout
6166
6167 \begin_layout Standard
6168 二つ目の数式では,
6169 \series bold
6170
6171 \backslash
6172 Big((A+B)(A-B)
6173 \backslash
6174 Big)^
6175 \begin_inset space \textvisiblespace{}
6176 \end_inset
6177
6178 C
6179 \series default
6180 というコマンドが使われています.
6181 \end_layout
6182
6183 \begin_layout Standard
6184 以下は,すべての括弧高の羅列です.
6185 \end_layout
6186
6187 \begin_layout Standard
6188 \align center
6189
6190 \backslash
6191 Bigg(
6192 \backslash
6193 exp
6194 \backslash
6195 bigg
6196 \begin_inset Formula $<$
6197 \end_inset
6198
6199
6200 \backslash
6201 Big[
6202 \backslash
6203 big{
6204 \backslash
6205 ln(3x)
6206 \backslash
6207 big}^2
6208 \begin_inset space \textvisiblespace{}
6209 \end_inset
6210
6211
6212 \backslash
6213 sin(x)
6214 \backslash
6215 Big]^
6216 \begin_inset space \textvisiblespace{}
6217 \end_inset
6218
6219 A
6220 \begin_inset space \textvisiblespace{}
6221 \end_inset
6222
6223
6224 \backslash
6225 bigg
6226 \begin_inset Formula $>$
6227 \end_inset
6228
6229
6230 \backslash
6231 Bigg)^0,5
6232 \end_layout
6233
6234 \begin_layout Standard
6235 \align center
6236 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6237 \end_inset
6238
6239
6240 \end_layout
6241
6242 \begin_layout Standard
6243
6244 \series bold
6245
6246 \backslash
6247 big
6248 \series default
6249 型コマンドの他に,括弧と中身のあいだにもう少し空白を加える
6250 \series bold
6251
6252 \backslash
6253 bigm
6254 \series default
6255
6256 \begin_inset Index idx
6257 range none
6258 pageformat default
6259 status collapsed
6260
6261 \begin_layout Plain Layout
6262 こまんど@コマンド ! B ! 
6263 \backslash
6264 bigm
6265 \end_layout
6266
6267 \end_inset
6268
6269 という派生型と,空白を追加しない
6270 \series bold
6271
6272 \backslash
6273 bigl
6274 \series default
6275 -
6276 \series bold
6277
6278 \backslash
6279 bigr
6280 \series default
6281
6282 \begin_inset Index idx
6283 range none
6284 pageformat default
6285 status collapsed
6286
6287 \begin_layout Plain Layout
6288 こまんど@コマンド ! B ! 
6289 \backslash
6290 bigl - 
6291 \backslash
6292 bigr
6293 \end_layout
6294
6295 \end_inset
6296
6297 派生型があります.
6298 \series bold
6299
6300 \backslash
6301 bigl
6302 \series default
6303 コマンドの最後の
6304 \emph on
6305 l
6306 \emph default
6307 は,左括弧であることを示し,右括弧の場合には,
6308 \emph on
6309 l
6310 \emph default
6311 の代わりに
6312 \emph on
6313 r
6314 \emph default
6315 を用います.左括弧と右括弧は,それぞれ括弧の開始と終了に用いられます.
6316 \end_layout
6317
6318 \begin_layout Standard
6319 以下の表は,これらの派生型の比較です.
6320 \end_layout
6321
6322 \begin_layout Standard
6323 \align center
6324 \begin_inset Tabular
6325 <lyxtabular version="3" rows="5" columns="2">
6326 <features booktabs="true" tabularvalignment="middle">
6327 <column alignment="center" valignment="top" width="0pt">
6328 <column alignment="center" valignment="middle">
6329 <row>
6330 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6331 \begin_inset Text
6332
6333 \begin_layout Plain Layout
6334 コマンド
6335 \end_layout
6336
6337 \end_inset
6338 </cell>
6339 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6340 \begin_inset Text
6341
6342 \begin_layout Plain Layout
6343 出力
6344 \end_layout
6345
6346 \end_inset
6347 </cell>
6348 </row>
6349 <row topspace="2mm">
6350 <cell alignment="center" valignment="top" usebox="none">
6351 \begin_inset Text
6352
6353 \begin_layout Plain Layout
6354
6355 \backslash
6356 Bigm(
6357 \backslash
6358 bigm(
6359 \backslash
6360 ln(3x)
6361 \backslash
6362 bigm)^2
6363 \begin_inset space \textvisiblespace{}
6364 \end_inset
6365
6366
6367 \backslash
6368 Bigm)
6369 \end_layout
6370
6371 \end_inset
6372 </cell>
6373 <cell alignment="center" valignment="top" usebox="none">
6374 \begin_inset Text
6375
6376 \begin_layout Plain Layout
6377 \begin_inset Formula $\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)$
6378 \end_inset
6379
6380
6381 \end_layout
6382
6383 \end_inset
6384 </cell>
6385 </row>
6386 <row topspace="2mm">
6387 <cell alignment="center" valignment="top" usebox="none">
6388 \begin_inset Text
6389
6390 \begin_layout Plain Layout
6391
6392 \backslash
6393 Big(
6394 \backslash
6395 big(
6396 \backslash
6397 ln(3x)
6398 \backslash
6399 big)^2
6400 \begin_inset space \textvisiblespace{}
6401 \end_inset
6402
6403
6404 \backslash
6405 Big)
6406 \end_layout
6407
6408 \end_inset
6409 </cell>
6410 <cell alignment="center" valignment="top" usebox="none">
6411 \begin_inset Text
6412
6413 \begin_layout Plain Layout
6414 \begin_inset Formula $\Big(\big(\ln(3x)\big)^{2}\Big)$
6415 \end_inset
6416
6417
6418 \end_layout
6419
6420 \end_inset
6421 </cell>
6422 </row>
6423 <row topspace="2mm" bottomspace="0.5mm">
6424 <cell alignment="center" valignment="top" usebox="none">
6425 \begin_inset Text
6426
6427 \begin_layout Plain Layout
6428
6429 \backslash
6430 Bigl(
6431 \backslash
6432 bigl(
6433 \backslash
6434 ln(3x)
6435 \backslash
6436 bigr)^2
6437 \begin_inset space \textvisiblespace{}
6438 \end_inset
6439
6440
6441 \backslash
6442 Bigr)
6443 \end_layout
6444
6445 \end_inset
6446 </cell>
6447 <cell alignment="center" valignment="top" usebox="none">
6448 \begin_inset Text
6449
6450 \begin_layout Plain Layout
6451 \begin_inset Formula $\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)$
6452 \end_inset
6453
6454
6455 \end_layout
6456
6457 \end_inset
6458 </cell>
6459 </row>
6460 <row topspace="1.5mm" bottomspace="0.5mm">
6461 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6462 \begin_inset Text
6463
6464 \begin_layout Plain Layout
6465
6466 \backslash
6467 bigl)
6468 \backslash
6469 ln(3x)
6470 \backslash
6471 bigr(
6472 \end_layout
6473
6474 \end_inset
6475 </cell>
6476 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6477 \begin_inset Text
6478
6479 \begin_layout Plain Layout
6480 \begin_inset Formula $\bigl)\ln(3x)\bigr($
6481 \end_inset
6482
6483
6484 \end_layout
6485
6486 \end_inset
6487 </cell>
6488 </row>
6489 </lyxtabular>
6490
6491 \end_inset
6492
6493
6494 \end_layout
6495
6496 \begin_layout Subsubsection
6497 自動の括弧高
6498 \begin_inset CommandInset label
6499 LatexCommand label
6500 name "subsec:自動の括弧丈"
6501
6502 \end_inset
6503
6504
6505 \begin_inset Index idx
6506 range none
6507 pageformat default
6508 status collapsed
6509
6510 \begin_layout Plain Layout
6511 かっこたけ@括弧高 ! じどう@自動
6512 \end_layout
6513
6514 \end_inset
6515
6516
6517 \end_layout
6518
6519 \begin_layout Standard
6520 可変の丈を持つ括弧は,
6521 \series bold
6522
6523 \backslash
6524 left
6525 \series default
6526
6527 \begin_inset Index idx
6528 range none
6529 pageformat default
6530 status collapsed
6531
6532 \begin_layout Plain Layout
6533 こまんど@コマンド ! L ! 
6534 \backslash
6535 left
6536 \end_layout
6537
6538 \end_inset
6539
6540 コマンドおよび
6541 \series bold
6542
6543 \backslash
6544 right
6545 \series default
6546
6547 \begin_inset Index idx
6548 range none
6549 pageformat default
6550 status collapsed
6551
6552 \begin_layout Plain Layout
6553 こまんど@コマンド ! R ! 
6554 \backslash
6555 right
6556 \end_layout
6557
6558 \end_inset
6559
6560 コマンド,あるいは数式ツールバーボタンの
6561 \begin_inset Info
6562 type  "icon"
6563 arg   "dialog-show mathdelimiter"
6564 \end_inset
6565
6566 で挿入することができます.
6567 \series bold
6568
6569 \backslash
6570 left
6571 \series default
6572 および
6573 \series bold
6574
6575 \backslash
6576 right
6577 \series default
6578 の直後には,必要とする括弧を挿入しなくてはなりません.すると,括弧高は出力時に自動的に計算されます.
6579 \end_layout
6580
6581 \begin_layout Standard
6582 \align center
6583 通常の括弧:
6584 \series bold
6585
6586 \backslash
6587 ln(
6588 \backslash
6589 frac
6590 \begin_inset space \textvisiblespace{}
6591 \end_inset
6592
6593 A
6594 \begin_inset Formula $\downarrow$
6595 \end_inset
6596
6597 C
6598 \begin_inset space \textvisiblespace{}
6599 \end_inset
6600
6601 )
6602 \series default
6603 というコマンドは
6604 \begin_inset Formula 
6605 \[
6606 \ln(\frac{A}{C})
6607 \]
6608
6609 \end_inset
6610
6611 を生成します.
6612 \end_layout
6613
6614 \begin_layout Standard
6615 \align center
6616 複数行の括弧:
6617 \series bold
6618
6619 \backslash
6620 ln
6621 \backslash
6622 left(
6623 \backslash
6624 frac
6625 \begin_inset space \textvisiblespace{}
6626 \end_inset
6627
6628 A
6629 \begin_inset Formula $\downarrow$
6630 \end_inset
6631
6632 C
6633 \begin_inset space \textvisiblespace{}
6634 \end_inset
6635
6636
6637 \backslash
6638 right)
6639 \series default
6640 というコマンドは
6641 \begin_inset Formula 
6642 \[
6643 \ln\left(\frac{A}{C}\right)
6644 \]
6645
6646 \end_inset
6647
6648 を生成します.
6649 \end_layout
6650
6651 \begin_layout Standard
6652
6653 \series bold
6654
6655 \backslash
6656 left
6657 \series default
6658
6659 \series bold
6660
6661 \backslash
6662 right
6663 \series default
6664 の代わりに,
6665 \begin_inset Flex Ruby
6666 status collapsed
6667
6668 \begin_layout Plain Layout
6669 捷径
6670 \begin_inset Argument post:1
6671 status collapsed
6672
6673 \begin_layout Plain Layout
6674 ショートカット
6675 \end_layout
6676
6677 \end_inset
6678
6679
6680 \end_layout
6681
6682 \end_inset
6683
6684
6685 \family sans
6686 Alt+M
6687 \begin_inset space ~
6688 \end_inset
6689
6690 括弧
6691 \family default
6692 を使うこともできます.これを使うと,\SpecialChar LyX
6693 中で即座に実際の括弧高を確認することができるという利点と,対応する右括弧も生成されるという利点があります.
6694 \begin_inset Newline newline
6695 \end_inset
6696
6697 すると,先ほどの例を作るコマンドは
6698 \series bold
6699
6700 \backslash
6701 ln Alt+M
6702 \series default
6703  
6704 \series bold
6705 (
6706 \backslash
6707 frac
6708 \begin_inset space \textvisiblespace{}
6709 \end_inset
6710
6711 A
6712 \begin_inset Formula $\downarrow$
6713 \end_inset
6714
6715 C
6716 \series default
6717 となります.
6718 \end_layout
6719
6720 \begin_layout Standard
6721 左括弧あるいは右括弧を省略するには,ドットを挿入します.たとえば,
6722 \series bold
6723
6724 \backslash
6725 left.
6726 \backslash
6727 frac
6728 \begin_inset space \textvisiblespace{}
6729 \end_inset
6730
6731 A
6732 \begin_inset Formula $\downarrow$
6733 \end_inset
6734
6735 B
6736 \begin_inset space \textvisiblespace{}
6737 \end_inset
6738
6739
6740 \backslash
6741 right}
6742 \series default
6743 というコマンドは
6744 \series bold
6745
6746 \begin_inset Formula 
6747 \[
6748 \left.\frac{A}{B}\right\} 
6749 \]
6750
6751 \end_inset
6752
6753
6754 \series default
6755 を生成します.
6756 \series bold
6757
6758 \backslash
6759 left
6760 \series default
6761 コマンドおよび
6762 \series bold
6763
6764 \backslash
6765 right
6766 \series default
6767 コマンドは,文書が再度読み込まれたときには,\SpecialChar LyX
6768 によって正しい丈の括弧に変換され,省略された括弧は,点線として表示されます.
6769 \end_layout
6770
6771 \begin_layout Standard
6772 \begin_inset VSpace bigskip
6773 \end_inset
6774
6775 著名な\SpecialChar LaTeX
6776 頒布版は,すべて\SpecialChar LaTeX
6777 の拡張であるe\SpecialChar TeX
6778 を使用しているので,これらの頒布版では,すべての括弧および極限に対して
6779 \series bold
6780
6781 \backslash
6782 middle
6783 \series default
6784
6785 \begin_inset Index idx
6786 range none
6787 pageformat default
6788 status collapsed
6789
6790 \begin_layout Plain Layout
6791 こまんど@コマンド ! M ! 
6792 \backslash
6793 middle
6794 \end_layout
6795
6796 \end_inset
6797
6798 コマンドも使用することができます
6799 \begin_inset Foot
6800 status collapsed
6801
6802 \begin_layout Plain Layout
6803
6804 \series bold
6805 【訳註】
6806 \series default
6807 p\SpecialChar LaTeX
6808 では,標準では
6809 \series bold
6810
6811 \backslash
6812 middle
6813 \series default
6814 コマンドは使えません.よって,以下の例では「
6815 \series bold
6816
6817 \backslash
6818 middle
6819 \series default
6820
6821 \begin_inset Formula $|$
6822 \end_inset
6823
6824 」の代わりに「
6825 \series bold
6826
6827 \backslash
6828 biggm
6829 \series default
6830
6831 \begin_inset Formula $|$
6832 \end_inset
6833
6834 」を用いています.
6835 \end_layout
6836
6837 \end_inset
6838
6839 .このコマンドでは,物理ベクトル
6840 \begin_inset Formula 
6841 \[
6842 \left\langle \phi\:\biggm|\:J=\frac{3}{2}\,,\,M_{J}\right\rangle 
6843 \]
6844
6845 \end_inset
6846
6847 で必要とされるように,次に続く文字の高さは,囲まれる括弧の高さに調節されます.物理ベクトルに関しては,第
6848 \begin_inset CommandInset ref
6849 LatexCommand ref
6850 reference "subsec:物理ベクトル"
6851
6852 \end_inset
6853
6854 節に説明されているように特殊な\SpecialChar LaTeX
6855 パッケージがあります.
6856 \end_layout
6857
6858 \begin_layout Subsection
6859 水平括弧
6860 \begin_inset Index idx
6861 range none
6862 pageformat default
6863 status collapsed
6864
6865 \begin_layout Plain Layout
6866 かっこ@括弧 ! すいへい@水平
6867 \begin_inset space \thinspace{}
6868 \end_inset
6869
6870 ——
6871 \end_layout
6872
6873 \end_inset
6874
6875
6876 \end_layout
6877
6878 \begin_layout Standard
6879 \align center
6880 \begin_inset Tabular
6881 <lyxtabular version="3" rows="4" columns="2">
6882 <features booktabs="true" tabularvalignment="middle">
6883 <column alignment="center" valignment="top" width="0pt">
6884 <column alignment="center" valignment="top" width="0pt">
6885 <row>
6886 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6887 \begin_inset Text
6888
6889 \begin_layout Plain Layout
6890 コマンド
6891 \end_layout
6892
6893 \end_inset
6894 </cell>
6895 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6896 \begin_inset Text
6897
6898 \begin_layout Plain Layout
6899 出力
6900 \end_layout
6901
6902 \end_inset
6903 </cell>
6904 </row>
6905 <row>
6906 <cell alignment="center" valignment="top" usebox="none">
6907 \begin_inset Text
6908
6909 \begin_layout Plain Layout
6910
6911 \backslash
6912 overbrace
6913 \begin_inset space \textvisiblespace{}
6914 \end_inset
6915
6916 A+B
6917 \begin_inset space \textvisiblespace{}
6918 \end_inset
6919
6920 ^
6921 \begin_inset space \textvisiblespace{}
6922 \end_inset
6923
6924 3
6925 \begin_inset Index idx
6926 range none
6927 pageformat default
6928 status collapsed
6929
6930 \begin_layout Plain Layout
6931 こまんど@コマンド ! O ! 
6932 \backslash
6933 overbrace
6934 \end_layout
6935
6936 \end_inset
6937
6938
6939 \end_layout
6940
6941 \end_inset
6942 </cell>
6943 <cell alignment="center" valignment="top" usebox="none">
6944 \begin_inset Text
6945
6946 \begin_layout Plain Layout
6947 \begin_inset Formula $\overbrace{A+B}^{3}$
6948 \end_inset
6949
6950
6951 \end_layout
6952
6953 \end_inset
6954 </cell>
6955 </row>
6956 <row topspace="2mm">
6957 <cell alignment="center" valignment="top" usebox="none">
6958 \begin_inset Text
6959
6960 \begin_layout Plain Layout
6961
6962 \backslash
6963 underbrace
6964 \begin_inset space \textvisiblespace{}
6965 \end_inset
6966
6967 A+B
6968 \begin_inset space \textvisiblespace{}
6969 \end_inset
6970
6971 _5
6972 \begin_inset Index idx
6973 range none
6974 pageformat default
6975 status collapsed
6976
6977 \begin_layout Plain Layout
6978 こまんど@コマンド ! U ! 
6979 \backslash
6980 underbrace
6981 \end_layout
6982
6983 \end_inset
6984
6985
6986 \end_layout
6987
6988 \end_inset
6989 </cell>
6990 <cell alignment="center" valignment="top" usebox="none">
6991 \begin_inset Text
6992
6993 \begin_layout Plain Layout
6994 \begin_inset Formula $\underbrace{A+B}_{5}$
6995 \end_inset
6996
6997
6998 \end_layout
6999
7000 \end_inset
7001 </cell>
7002 </row>
7003 <row>
7004 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7005 \begin_inset Text
7006
7007 \begin_layout Plain Layout
7008
7009 \backslash
7010 overbrace
7011 \begin_inset space \textvisiblespace{}
7012 \end_inset
7013
7014
7015 \backslash
7016 underbrace
7017 \begin_inset space \textvisiblespace{}
7018 \end_inset
7019
7020 A+B_w
7021 \begin_inset space \textvisiblespace{}
7022 \end_inset
7023
7024
7025 \begin_inset space \textvisiblespace{}
7026 \end_inset
7027
7028 _7
7029 \begin_inset space \textvisiblespace{}
7030 \end_inset
7031
7032
7033 \begin_inset space \textvisiblespace{}
7034 \end_inset
7035
7036 ^
7037 \begin_inset space \textvisiblespace{}
7038 \end_inset
7039
7040 C
7041 \end_layout
7042
7043 \end_inset
7044 </cell>
7045 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7046 \begin_inset Text
7047
7048 \begin_layout Plain Layout
7049 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7050 \end_inset
7051
7052
7053 \end_layout
7054
7055 \end_inset
7056 </cell>
7057 </row>
7058 </lyxtabular>
7059
7060 \end_inset
7061
7062
7063 \end_layout
7064
7065 \begin_layout Standard
7066 最後の例では,
7067 \series bold
7068
7069 \backslash
7070 overbrace
7071 \series default
7072 が先に挿入されようが
7073 \series bold
7074
7075 \backslash
7076 underbrace
7077 \series default
7078 が先に挿入されようが代わりはありません.
7079 \end_layout
7080
7081 \begin_layout Standard
7082 \begin_inset VSpace medskip
7083 \end_inset
7084
7085
7086 \end_layout
7087
7088 \begin_layout Standard
7089 文書設定の
7090 \family sans
7091 数式オプション
7092 \family default
7093 で,
7094 \series bold
7095 mathtools
7096 \series default
7097
7098 \begin_inset Index idx
7099 range none
7100 pageformat default
7101 status collapsed
7102
7103 \begin_layout Plain Layout
7104 ぱっけーじ@パッケージ ! mathtools
7105 \end_layout
7106
7107 \end_inset
7108
7109 パッケージに
7110 \family sans
7111 常に読み込み
7112 \family default
7113 オプションを設定すると,以下のような角括弧が利用可能になります.
7114 \end_layout
7115
7116 \begin_layout Standard
7117 \align center
7118 \begin_inset Tabular
7119 <lyxtabular version="3" rows="4" columns="2">
7120 <features booktabs="true" tabularvalignment="middle">
7121 <column alignment="center" valignment="top" width="0pt">
7122 <column alignment="center" valignment="top" width="0pt">
7123 <row>
7124 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7125 \begin_inset Text
7126
7127 \begin_layout Plain Layout
7128 コマンド
7129 \end_layout
7130
7131 \end_inset
7132 </cell>
7133 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7134 \begin_inset Text
7135
7136 \begin_layout Plain Layout
7137 出力
7138 \end_layout
7139
7140 \end_inset
7141 </cell>
7142 </row>
7143 <row>
7144 <cell alignment="center" valignment="top" usebox="none">
7145 \begin_inset Text
7146
7147 \begin_layout Plain Layout
7148
7149 \backslash
7150 overbracket{A+B
7151 \begin_inset space \textvisiblespace{}
7152 \end_inset
7153
7154 ^3
7155 \begin_inset Index idx
7156 range none
7157 pageformat default
7158 status collapsed
7159
7160 \begin_layout Plain Layout
7161 こまんど@コマンド ! O ! 
7162 \backslash
7163 overbracket
7164 \end_layout
7165
7166 \end_inset
7167
7168
7169 \end_layout
7170
7171 \end_inset
7172 </cell>
7173 <cell alignment="center" valignment="top" usebox="none">
7174 \begin_inset Text
7175
7176 \begin_layout Plain Layout
7177 \begin_inset Formula $\overbracket{A+B}^{3}$
7178 \end_inset
7179
7180
7181 \end_layout
7182
7183 \end_inset
7184 </cell>
7185 </row>
7186 <row topspace="2mm">
7187 <cell alignment="center" valignment="top" usebox="none">
7188 \begin_inset Text
7189
7190 \begin_layout Plain Layout
7191
7192 \backslash
7193 underbracket{A+B
7194 \begin_inset space \textvisiblespace{}
7195 \end_inset
7196
7197 _5
7198 \begin_inset Index idx
7199 range none
7200 pageformat default
7201 status collapsed
7202
7203 \begin_layout Plain Layout
7204 こまんど@コマンド ! U ! 
7205 \backslash
7206 under
7207 \size normal
7208 bracket
7209 \end_layout
7210
7211 \end_inset
7212
7213
7214 \end_layout
7215
7216 \end_inset
7217 </cell>
7218 <cell alignment="center" valignment="top" usebox="none">
7219 \begin_inset Text
7220
7221 \begin_layout Plain Layout
7222 \begin_inset Formula $\underbracket{A+B}_{5}$
7223 \end_inset
7224
7225
7226 \end_layout
7227
7228 \end_inset
7229 </cell>
7230 </row>
7231 <row>
7232 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7233 \begin_inset Text
7234
7235 \begin_layout Plain Layout
7236
7237 \backslash
7238 overbracket{
7239 \backslash
7240 underbracket{A+B_w
7241 \begin_inset space \textvisiblespace{}
7242 \end_inset
7243
7244
7245 \begin_inset space \textvisiblespace{}
7246 \end_inset
7247
7248 _7
7249 \begin_inset space \textvisiblespace{}
7250 \end_inset
7251
7252
7253 \begin_inset space \textvisiblespace{}
7254 \end_inset
7255
7256 ^
7257 \begin_inset space \textvisiblespace{}
7258 \end_inset
7259
7260 C
7261 \end_layout
7262
7263 \end_inset
7264 </cell>
7265 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7266 \begin_inset Text
7267
7268 \begin_layout Plain Layout
7269 \begin_inset Formula $\overbracket{\underbracket{A+B_{w}}_{7}}^{C}$
7270 \end_inset
7271
7272
7273 \end_layout
7274
7275 \end_inset
7276 </cell>
7277 </row>
7278 </lyxtabular>
7279
7280 \end_inset
7281
7282
7283 \end_layout
7284
7285 \begin_layout Standard
7286
7287 \series bold
7288
7289 \backslash
7290 overbracket
7291 \series default
7292
7293 \series bold
7294
7295 \backslash
7296 underbracket
7297 \series default
7298 に関しては,コマンドに続く角括弧中に,希望する厚みを指定すれば,以下のように,角括弧の筆跡の厚みに変更を加えることができます.
7299 \end_layout
7300
7301 \begin_layout Standard
7302 \align center
7303 \begin_inset Tabular
7304 <lyxtabular version="3" rows="3" columns="2">
7305 <features booktabs="true" tabularvalignment="middle">
7306 <column alignment="center" valignment="top" width="0pt">
7307 <column alignment="center" valignment="top" width="0pt">
7308 <row>
7309 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7310 \begin_inset Text
7311
7312 \begin_layout Plain Layout
7313 コマンド
7314 \end_layout
7315
7316 \end_inset
7317 </cell>
7318 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7319 \begin_inset Text
7320
7321 \begin_layout Plain Layout
7322 出力
7323 \end_layout
7324
7325 \end_inset
7326 </cell>
7327 </row>
7328 <row>
7329 <cell alignment="center" valignment="top" usebox="none">
7330 \begin_inset Text
7331
7332 \begin_layout Plain Layout
7333
7334 \backslash
7335 overbracket[3pt]
7336 \backslash
7337 {A+B
7338 \begin_inset space \textvisiblespace{}
7339 \end_inset
7340
7341 ^3
7342 \end_layout
7343
7344 \end_inset
7345 </cell>
7346 <cell alignment="center" valignment="top" usebox="none">
7347 \begin_inset Text
7348
7349 \begin_layout Plain Layout
7350 \begin_inset Formula $\overbracket[3pt]{A+B}^{3}$
7351 \end_inset
7352
7353
7354 \end_layout
7355
7356 \end_inset
7357 </cell>
7358 </row>
7359 <row topspace="2mm">
7360 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7361 \begin_inset Text
7362
7363 \begin_layout Plain Layout
7364
7365 \backslash
7366 underbracket[1pt]
7367 \backslash
7368 {A+B
7369 \begin_inset space \textvisiblespace{}
7370 \end_inset
7371
7372 _5
7373 \end_layout
7374
7375 \end_inset
7376 </cell>
7377 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7378 \begin_inset Text
7379
7380 \begin_layout Plain Layout
7381 \begin_inset Formula $\underbracket[1pt]{A+B}_{5}$
7382 \end_inset
7383
7384
7385 \end_layout
7386
7387 \end_inset
7388 </cell>
7389 </row>
7390 </lyxtabular>
7391
7392 \end_inset
7393
7394
7395 \end_layout
7396
7397 \begin_layout Standard
7398 \begin_inset VSpace bigskip
7399 \end_inset
7400
7401 括弧をお互いに重ねる必要がある場合には,第
7402 \begin_inset CommandInset ref
7403 LatexCommand ref
7404 reference "sec:多行数式"
7405
7406 \end_inset
7407
7408 節に説明されているように,次のような多行数式を使わなくてはなりません.
7409 \begin_inset Formula 
7410 \begin{eqnarray*}
7411 A & = & \underbrace{gggg+bbqq}_{r}+\:dddd\\
7412  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7413 \end{eqnarray*}
7414
7415 \end_inset
7416
7417 一行目には,数式が一つめの括弧とともに挿入されています.ここで,空白コマンド
7418 \begin_inset Foot
7419 status collapsed
7420
7421 \begin_layout Plain Layout
7422 空白コマンドは第
7423 \begin_inset CommandInset ref
7424 LatexCommand ref
7425 reference "subsec:定義済みの空白"
7426
7427 \end_inset
7428
7429 章に説明があります.
7430 \end_layout
7431
7432 \end_inset
7433
7434
7435 \series bold
7436
7437 \backslash
7438 :
7439 \series default
7440 を最初の
7441 \begin_inset Formula $d$
7442 \end_inset
7443
7444 の前に挿入しておくことが重要です.さもないと,
7445 \begin_inset Formula $q$
7446 \end_inset
7447
7448 の後ろで終わる括弧のせいで,直後の「+」の周りに正しく空白が入ることが妨げられてしまう
7449 \begin_inset Foot
7450 status collapsed
7451
7452 \begin_layout Plain Layout
7453 これは,括弧が文字として取り扱われないためです.第
7454 \begin_inset CommandInset ref
7455 LatexCommand ref
7456 reference "subsec:二項演算子"
7457
7458 \end_inset
7459
7460 章参照.
7461 \end_layout
7462
7463 \end_inset
7464
7465 ためです.二行目には,二つめの括弧が挿入されています.
7466 \begin_inset Formula $b$
7467 \end_inset
7468
7469 の直前から始まるようにするために,まず
7470 \series bold
7471
7472 \backslash
7473 hphantom{gggg+
7474 \backslash
7475 :}
7476 \series default
7477 というコマンド
7478 \begin_inset Foot
7479 status collapsed
7480
7481 \begin_layout Plain Layout
7482
7483 \series bold
7484
7485 \backslash
7486 hphantom
7487 \series default
7488 に関する詳細は,第
7489 \begin_inset CommandInset ref
7490 LatexCommand ref
7491 reference "subsec:埋め草"
7492
7493 \end_inset
7494
7495 章を参照してください.
7496 \end_layout
7497
7498 \end_inset
7499
7500 が挿入されています.この数式中の「+」も空白で囲まれるようにするために,この空白コマンドが必要になっています.二つめの括弧は
7501 \series bold
7502
7503 \backslash
7504 hphantom{bbqq+dddd}
7505 \series default
7506 コマンドの下に置きます.
7507 \end_layout
7508
7509 \begin_layout Standard
7510 以下の例のように,括弧が反対側に重なる場合には,もっと複雑になります.
7511 \begin_inset ERT
7512 status collapsed
7513
7514 \begin_layout Plain Layout
7515
7516
7517 \backslash
7518 setlength{
7519 \backslash
7520 jot}{-6pt}
7521 \end_layout
7522
7523 \end_inset
7524
7525
7526 \begin_inset Formula 
7527 \begin{eqnarray*}
7528  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7529 A & = & \underbrace{gggg+bbqq}_{r}+\:dddd
7530 \end{eqnarray*}
7531
7532 \end_inset
7533
7534
7535 \begin_inset ERT
7536 status collapsed
7537
7538 \begin_layout Plain Layout
7539
7540
7541 \backslash
7542 setlength{
7543 \backslash
7544 jot}{3pt}
7545 \end_layout
7546
7547 \end_inset
7548
7549 最初の数式行は,括弧が上に来ていること以外は,先の例の第二行と同じです.二行目には,二つめの括弧と一緒に数式が入っています.一行目の括弧と数式のあいだに余白が入
7550 ることを防ぐために,行間を減らさなくてはならないのですが,これは\SpecialChar LyX
7551 のバグ
7552 \begin_inset Foot
7553 status collapsed
7554
7555 \begin_layout Plain Layout
7556 \begin_inset CommandInset href
7557 LatexCommand href
7558 name "LyX-bug #1505"
7559 target "https://www.lyx.org/trac/ticket/1505"
7560 literal "false"
7561
7562 \end_inset
7563
7564
7565 \end_layout
7566
7567 \end_inset
7568
7569 のせいで簡単にはできません.この問題を回避するためには,数式直前に\SpecialChar TeX
7570 モードで
7571 \series bold
7572 setlength{
7573 \backslash
7574 jot}{-6pt}
7575 \series default
7576 というコマンドを入れて,大域的な数式行間
7577 \series bold
7578
7579 \backslash
7580 jot
7581 \series default
7582
7583 \begin_inset Index idx
7584 range none
7585 pageformat default
7586 status collapsed
7587
7588 \begin_layout Plain Layout
7589 こまんど@コマンド ! J ! 
7590 \backslash
7591 jot
7592 \end_layout
7593
7594 \end_inset
7595
7596 を-6
7597 \begin_inset space \thinspace{}
7598 \end_inset
7599
7600 ptに変更しなくてはなりません.
7601 \series bold
7602
7603 \backslash
7604 jot
7605 \series default
7606 は,数式直後に同様のコマンドを使って標準値の3
7607 \begin_inset space \thinspace{}
7608 \end_inset
7609
7610 ptに戻します.数式中の行間について,詳しくは第
7611 \begin_inset CommandInset ref
7612 LatexCommand ref
7613 reference "subsec:行間"
7614
7615 \end_inset
7616
7617 章に説明があります.
7618 \end_layout
7619
7620 \begin_layout Section
7621 矢印
7622 \begin_inset Index idx
7623 range none
7624 pageformat default
7625 status collapsed
7626
7627 \begin_layout Plain Layout
7628 やじるし@矢印
7629 \end_layout
7630
7631 \end_inset
7632
7633
7634 \end_layout
7635
7636 \begin_layout Standard
7637 矢印は,数式ツールバーボタンの
7638 \begin_inset Info
7639 type  "icon"
7640 arg   "math-insert \\leftarrow"
7641 \end_inset
7642
7643 か,以下の各小節に列挙してあるコマンドで挿入することができます.
7644 \end_layout
7645
7646 \begin_layout Subsection
7647 水平矢印
7648 \begin_inset Index idx
7649 range none
7650 pageformat default
7651 status collapsed
7652
7653 \begin_layout Plain Layout
7654 やじるし@矢印 ! すいへい@水平
7655 \end_layout
7656
7657 \end_inset
7658
7659
7660 \end_layout
7661
7662 \begin_layout Standard
7663 \begin_inset space \hfill{}
7664 \end_inset
7665
7666
7667 \begin_inset Tabular
7668 <lyxtabular version="3" rows="8" columns="2">
7669 <features booktabs="true" tabularvalignment="middle">
7670 <column alignment="center" valignment="top" width="0pt">
7671 <column alignment="center" valignment="top" width="0pt">
7672 <row>
7673 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7674 \begin_inset Text
7675
7676 \begin_layout Plain Layout
7677 コマンド
7678 \end_layout
7679
7680 \end_inset
7681 </cell>
7682 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7683 \begin_inset Text
7684
7685 \begin_layout Plain Layout
7686 出力
7687 \end_layout
7688
7689 \end_inset
7690 </cell>
7691 </row>
7692 <row>
7693 <cell alignment="center" valignment="top" usebox="none">
7694 \begin_inset Text
7695
7696 \begin_layout Plain Layout
7697
7698 \backslash
7699 gets
7700 \end_layout
7701
7702 \end_inset
7703 </cell>
7704 <cell alignment="center" valignment="top" usebox="none">
7705 \begin_inset Text
7706
7707 \begin_layout Plain Layout
7708 \begin_inset Formula $\gets$
7709 \end_inset
7710
7711
7712 \end_layout
7713
7714 \end_inset
7715 </cell>
7716 </row>
7717 <row>
7718 <cell alignment="center" valignment="top" usebox="none">
7719 \begin_inset Text
7720
7721 \begin_layout Plain Layout
7722
7723 \backslash
7724 Leftarrow
7725 \end_layout
7726
7727 \end_inset
7728 </cell>
7729 <cell alignment="center" valignment="top" usebox="none">
7730 \begin_inset Text
7731
7732 \begin_layout Plain Layout
7733 \begin_inset Formula $\Leftarrow$
7734 \end_inset
7735
7736
7737 \end_layout
7738
7739 \end_inset
7740 </cell>
7741 </row>
7742 <row>
7743 <cell alignment="center" valignment="top" usebox="none">
7744 \begin_inset Text
7745
7746 \begin_layout Plain Layout
7747
7748 \backslash
7749 longleftarrow
7750 \end_layout
7751
7752 \end_inset
7753 </cell>
7754 <cell alignment="center" valignment="top" usebox="none">
7755 \begin_inset Text
7756
7757 \begin_layout Plain Layout
7758 \begin_inset Formula $\longleftarrow$
7759 \end_inset
7760
7761
7762 \end_layout
7763
7764 \end_inset
7765 </cell>
7766 </row>
7767 <row>
7768 <cell alignment="center" valignment="top" usebox="none">
7769 \begin_inset Text
7770
7771 \begin_layout Plain Layout
7772
7773 \backslash
7774 Longleftarrow
7775 \end_layout
7776
7777 \end_inset
7778 </cell>
7779 <cell alignment="center" valignment="top" usebox="none">
7780 \begin_inset Text
7781
7782 \begin_layout Plain Layout
7783 \begin_inset Formula $\Longleftarrow$
7784 \end_inset
7785
7786
7787 \end_layout
7788
7789 \end_inset
7790 </cell>
7791 </row>
7792 <row>
7793 <cell alignment="center" valignment="top" usebox="none">
7794 \begin_inset Text
7795
7796 \begin_layout Plain Layout
7797
7798 \backslash
7799 leftharpoonup
7800 \end_layout
7801
7802 \end_inset
7803 </cell>
7804 <cell alignment="center" valignment="top" usebox="none">
7805 \begin_inset Text
7806
7807 \begin_layout Plain Layout
7808 \begin_inset Formula $\leftharpoonup$
7809 \end_inset
7810
7811
7812 \end_layout
7813
7814 \end_inset
7815 </cell>
7816 </row>
7817 <row>
7818 <cell alignment="center" valignment="top" usebox="none">
7819 \begin_inset Text
7820
7821 \begin_layout Plain Layout
7822
7823 \backslash
7824 leftharpoondown
7825 \end_layout
7826
7827 \end_inset
7828 </cell>
7829 <cell alignment="center" valignment="top" usebox="none">
7830 \begin_inset Text
7831
7832 \begin_layout Plain Layout
7833 \begin_inset Formula $\leftharpoondown$
7834 \end_inset
7835
7836
7837 \end_layout
7838
7839 \end_inset
7840 </cell>
7841 </row>
7842 <row>
7843 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7844 \begin_inset Text
7845
7846 \begin_layout Plain Layout
7847
7848 \backslash
7849 hookleftarrow
7850 \end_layout
7851
7852 \end_inset
7853 </cell>
7854 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7855 \begin_inset Text
7856
7857 \begin_layout Plain Layout
7858 \begin_inset Formula $\hookleftarrow$
7859 \end_inset
7860
7861
7862 \end_layout
7863
7864 \end_inset
7865 </cell>
7866 </row>
7867 </lyxtabular>
7868
7869 \end_inset
7870
7871
7872 \begin_inset space \hfill{}
7873 \end_inset
7874
7875
7876 \begin_inset Tabular
7877 <lyxtabular version="3" rows="8" columns="2">
7878 <features booktabs="true" tabularvalignment="middle">
7879 <column alignment="center" valignment="top" width="0pt">
7880 <column alignment="center" valignment="top" width="0pt">
7881 <row>
7882 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7883 \begin_inset Text
7884
7885 \begin_layout Plain Layout
7886 コマンド
7887 \end_layout
7888
7889 \end_inset
7890 </cell>
7891 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7892 \begin_inset Text
7893
7894 \begin_layout Plain Layout
7895 出力
7896 \end_layout
7897
7898 \end_inset
7899 </cell>
7900 </row>
7901 <row>
7902 <cell alignment="center" valignment="top" usebox="none">
7903 \begin_inset Text
7904
7905 \begin_layout Plain Layout
7906
7907 \backslash
7908 to
7909 \end_layout
7910
7911 \end_inset
7912 </cell>
7913 <cell alignment="center" valignment="top" usebox="none">
7914 \begin_inset Text
7915
7916 \begin_layout Plain Layout
7917 \begin_inset Formula $\to$
7918 \end_inset
7919
7920
7921 \end_layout
7922
7923 \end_inset
7924 </cell>
7925 </row>
7926 <row>
7927 <cell alignment="center" valignment="top" usebox="none">
7928 \begin_inset Text
7929
7930 \begin_layout Plain Layout
7931
7932 \backslash
7933 Rightarrow
7934 \end_layout
7935
7936 \end_inset
7937 </cell>
7938 <cell alignment="center" valignment="top" usebox="none">
7939 \begin_inset Text
7940
7941 \begin_layout Plain Layout
7942 \begin_inset Formula $\Rightarrow$
7943 \end_inset
7944
7945
7946 \end_layout
7947
7948 \end_inset
7949 </cell>
7950 </row>
7951 <row>
7952 <cell alignment="center" valignment="top" usebox="none">
7953 \begin_inset Text
7954
7955 \begin_layout Plain Layout
7956
7957 \backslash
7958 longrightarrow
7959 \end_layout
7960
7961 \end_inset
7962 </cell>
7963 <cell alignment="center" valignment="top" usebox="none">
7964 \begin_inset Text
7965
7966 \begin_layout Plain Layout
7967 \begin_inset Formula $\longrightarrow$
7968 \end_inset
7969
7970
7971 \end_layout
7972
7973 \end_inset
7974 </cell>
7975 </row>
7976 <row>
7977 <cell alignment="center" valignment="top" usebox="none">
7978 \begin_inset Text
7979
7980 \begin_layout Plain Layout
7981
7982 \backslash
7983 Longrightarrow
7984 \end_layout
7985
7986 \end_inset
7987 </cell>
7988 <cell alignment="center" valignment="top" usebox="none">
7989 \begin_inset Text
7990
7991 \begin_layout Plain Layout
7992 \begin_inset Formula $\Longrightarrow$
7993 \end_inset
7994
7995
7996 \end_layout
7997
7998 \end_inset
7999 </cell>
8000 </row>
8001 <row>
8002 <cell alignment="center" valignment="top" usebox="none">
8003 \begin_inset Text
8004
8005 \begin_layout Plain Layout
8006
8007 \backslash
8008 rightharpoonup
8009 \end_layout
8010
8011 \end_inset
8012 </cell>
8013 <cell alignment="center" valignment="top" usebox="none">
8014 \begin_inset Text
8015
8016 \begin_layout Plain Layout
8017 \begin_inset Formula $\rightharpoonup$
8018 \end_inset
8019
8020
8021 \end_layout
8022
8023 \end_inset
8024 </cell>
8025 </row>
8026 <row>
8027 <cell alignment="center" valignment="top" usebox="none">
8028 \begin_inset Text
8029
8030 \begin_layout Plain Layout
8031
8032 \backslash
8033 rightharpoondown
8034 \end_layout
8035
8036 \end_inset
8037 </cell>
8038 <cell alignment="center" valignment="top" usebox="none">
8039 \begin_inset Text
8040
8041 \begin_layout Plain Layout
8042 \begin_inset Formula $\rightharpoondown$
8043 \end_inset
8044
8045
8046 \end_layout
8047
8048 \end_inset
8049 </cell>
8050 </row>
8051 <row>
8052 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8053 \begin_inset Text
8054
8055 \begin_layout Plain Layout
8056
8057 \backslash
8058 hookrightarrow
8059 \end_layout
8060
8061 \end_inset
8062 </cell>
8063 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8064 \begin_inset Text
8065
8066 \begin_layout Plain Layout
8067 \begin_inset Formula $\hookrightarrow$
8068 \end_inset
8069
8070
8071 \end_layout
8072
8073 \end_inset
8074 </cell>
8075 </row>
8076 </lyxtabular>
8077
8078 \end_inset
8079
8080
8081 \begin_inset space \hfill{}
8082 \end_inset
8083
8084
8085 \end_layout
8086
8087 \begin_layout Standard
8088 \begin_inset space \hfill{}
8089 \end_inset
8090
8091
8092 \begin_inset Tabular
8093 <lyxtabular version="3" rows="6" columns="2">
8094 <features booktabs="true" tabularvalignment="middle">
8095 <column alignment="center" valignment="top" width="0pt">
8096 <column alignment="center" valignment="top" width="0pt">
8097 <row>
8098 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8099 \begin_inset Text
8100
8101 \begin_layout Plain Layout
8102 コマンド
8103 \end_layout
8104
8105 \end_inset
8106 </cell>
8107 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8108 \begin_inset Text
8109
8110 \begin_layout Plain Layout
8111 出力
8112 \end_layout
8113
8114 \end_inset
8115 </cell>
8116 </row>
8117 <row>
8118 <cell alignment="center" valignment="top" usebox="none">
8119 \begin_inset Text
8120
8121 \begin_layout Plain Layout
8122
8123 \backslash
8124 leftrightarrow
8125 \end_layout
8126
8127 \end_inset
8128 </cell>
8129 <cell alignment="center" valignment="top" usebox="none">
8130 \begin_inset Text
8131
8132 \begin_layout Plain Layout
8133 \begin_inset Formula $\leftrightarrow$
8134 \end_inset
8135
8136
8137 \end_layout
8138
8139 \end_inset
8140 </cell>
8141 </row>
8142 <row>
8143 <cell alignment="center" valignment="top" usebox="none">
8144 \begin_inset Text
8145
8146 \begin_layout Plain Layout
8147
8148 \backslash
8149 Leftrightarrow
8150 \end_layout
8151
8152 \end_inset
8153 </cell>
8154 <cell alignment="center" valignment="top" usebox="none">
8155 \begin_inset Text
8156
8157 \begin_layout Plain Layout
8158 \begin_inset Formula $\Leftrightarrow$
8159 \end_inset
8160
8161
8162 \end_layout
8163
8164 \end_inset
8165 </cell>
8166 </row>
8167 <row>
8168 <cell alignment="center" valignment="top" usebox="none">
8169 \begin_inset Text
8170
8171 \begin_layout Plain Layout
8172
8173 \backslash
8174 longleftrightarrow
8175 \end_layout
8176
8177 \end_inset
8178 </cell>
8179 <cell alignment="center" valignment="top" usebox="none">
8180 \begin_inset Text
8181
8182 \begin_layout Plain Layout
8183 \begin_inset Formula $\longleftrightarrow$
8184 \end_inset
8185
8186
8187 \end_layout
8188
8189 \end_inset
8190 </cell>
8191 </row>
8192 <row>
8193 <cell alignment="center" valignment="top" usebox="none">
8194 \begin_inset Text
8195
8196 \begin_layout Plain Layout
8197
8198 \backslash
8199 Longleftrightarrow
8200 \end_layout
8201
8202 \end_inset
8203 </cell>
8204 <cell alignment="center" valignment="top" usebox="none">
8205 \begin_inset Text
8206
8207 \begin_layout Plain Layout
8208 \begin_inset Formula $\Longleftrightarrow$
8209 \end_inset
8210
8211
8212 \end_layout
8213
8214 \end_inset
8215 </cell>
8216 </row>
8217 <row>
8218 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8219 \begin_inset Text
8220
8221 \begin_layout Plain Layout
8222
8223 \backslash
8224 rightleftharpoons
8225 \end_layout
8226
8227 \end_inset
8228 </cell>
8229 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8230 \begin_inset Text
8231
8232 \begin_layout Plain Layout
8233 \begin_inset Formula $\rightleftharpoons$
8234 \end_inset
8235
8236
8237 \end_layout
8238
8239 \end_inset
8240 </cell>
8241 </row>
8242 </lyxtabular>
8243
8244 \end_inset
8245
8246
8247 \begin_inset space \hspace{}
8248 \length 25pt
8249 \end_inset
8250
8251
8252 \begin_inset space \hfill{}
8253 \end_inset
8254
8255
8256 \begin_inset Tabular
8257 <lyxtabular version="3" rows="5" columns="2">
8258 <features booktabs="true" tabularvalignment="middle">
8259 <column alignment="center" valignment="top" width="0pt">
8260 <column alignment="center" valignment="top" width="0pt">
8261 <row>
8262 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8263 \begin_inset Text
8264
8265 \begin_layout Plain Layout
8266 コマンド
8267 \end_layout
8268
8269 \end_inset
8270 </cell>
8271 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8272 \begin_inset Text
8273
8274 \begin_layout Plain Layout
8275 出力
8276 \end_layout
8277
8278 \end_inset
8279 </cell>
8280 </row>
8281 <row>
8282 <cell alignment="center" valignment="top" usebox="none">
8283 \begin_inset Text
8284
8285 \begin_layout Plain Layout
8286
8287 \backslash
8288 mapsto
8289 \end_layout
8290
8291 \end_inset
8292 </cell>
8293 <cell alignment="center" valignment="top" usebox="none">
8294 \begin_inset Text
8295
8296 \begin_layout Plain Layout
8297 \begin_inset Formula $\mapsto$
8298 \end_inset
8299
8300
8301 \end_layout
8302
8303 \end_inset
8304 </cell>
8305 </row>
8306 <row>
8307 <cell alignment="center" valignment="top" usebox="none">
8308 \begin_inset Text
8309
8310 \begin_layout Plain Layout
8311
8312 \backslash
8313 longmapsto
8314 \end_layout
8315
8316 \end_inset
8317 </cell>
8318 <cell alignment="center" valignment="top" usebox="none">
8319 \begin_inset Text
8320
8321 \begin_layout Plain Layout
8322 \begin_inset Formula $\longmapsto$
8323 \end_inset
8324
8325
8326 \end_layout
8327
8328 \end_inset
8329 </cell>
8330 </row>
8331 <row>
8332 <cell alignment="center" valignment="top" usebox="none">
8333 \begin_inset Text
8334
8335 \begin_layout Plain Layout
8336
8337 \backslash
8338 leadsto
8339 \end_layout
8340
8341 \end_inset
8342 </cell>
8343 <cell alignment="center" valignment="top" usebox="none">
8344 \begin_inset Text
8345
8346 \begin_layout Plain Layout
8347 \begin_inset Formula $\leadsto$
8348 \end_inset
8349
8350
8351 \end_layout
8352
8353 \end_inset
8354 </cell>
8355 </row>
8356 <row>
8357 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8358 \begin_inset Text
8359
8360 \begin_layout Plain Layout
8361
8362 \backslash
8363 dasharrow
8364 \end_layout
8365
8366 \end_inset
8367 </cell>
8368 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8369 \begin_inset Text
8370
8371 \begin_layout Plain Layout
8372 \begin_inset Formula $\dasharrow$
8373 \end_inset
8374
8375
8376 \end_layout
8377
8378 \end_inset
8379 </cell>
8380 </row>
8381 </lyxtabular>
8382
8383 \end_inset
8384
8385
8386 \begin_inset space \hfill{}
8387 \end_inset
8388
8389
8390 \end_layout
8391
8392 \begin_layout Standard
8393 \begin_inset VSpace medskip
8394 \end_inset
8395
8396 たとえばベクトル記号の矢印のようにアクセントとして使用される矢印は,第
8397 \begin_inset CommandInset ref
8398 LatexCommand ref
8399 reference "sec:アクセント"
8400
8401 \end_inset
8402
8403 節に一覧があります.
8404 \end_layout
8405
8406 \begin_layout Standard
8407 \begin_inset VSpace bigskip
8408 \end_inset
8409
8410 さらに,ラベル付き矢印
8411 \begin_inset Index idx
8412 range none
8413 pageformat default
8414 status collapsed
8415
8416 \begin_layout Plain Layout
8417 やじるし@矢印 ! らべるつき@ラベル付き
8418 \end_layout
8419
8420 \end_inset
8421
8422 として,
8423 \series bold
8424
8425 \backslash
8426 xleftarrow
8427 \series default
8428
8429 \begin_inset Index idx
8430 range none
8431 pageformat default
8432 status collapsed
8433
8434 \begin_layout Plain Layout
8435 こまんど@コマンド ! X ! 
8436 \backslash
8437 xleftarrow
8438 \end_layout
8439
8440 \end_inset
8441
8442
8443 \series bold
8444
8445 \backslash
8446 xrightarrow
8447 \series default
8448
8449 \begin_inset Index idx
8450 range none
8451 pageformat default
8452 status collapsed
8453
8454 \begin_layout Plain Layout
8455 こまんど@コマンド ! X ! 
8456 \backslash
8457 xrightarrow
8458 \begin_inset ERT
8459 status collapsed
8460
8461 \begin_layout Plain Layout
8462
8463
8464 \backslash
8465 vspace{4mm}
8466 \end_layout
8467
8468 \end_inset
8469
8470
8471 \end_layout
8472
8473 \end_inset
8474
8475 があります.これらのコマンドを数式に挿入すると,二つの青枠のついた矢印が現れるので,そこにラベルを入れることができます.矢印の長さは,ラベルの幅に応じて調整され
8476 ます.
8477 \end_layout
8478
8479 \begin_layout Standard
8480 \align center
8481 \begin_inset Tabular
8482 <lyxtabular version="3" rows="3" columns="2">
8483 <features booktabs="true" tabularvalignment="middle">
8484 <column alignment="center" valignment="top" width="0pt">
8485 <column alignment="center" valignment="top" width="0pt">
8486 <row>
8487 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8488 \begin_inset Text
8489
8490 \begin_layout Plain Layout
8491 コマンド
8492 \end_layout
8493
8494 \end_inset
8495 </cell>
8496 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8497 \begin_inset Text
8498
8499 \begin_layout Plain Layout
8500 出力
8501 \end_layout
8502
8503 \end_inset
8504 </cell>
8505 </row>
8506 <row>
8507 <cell alignment="center" valignment="top" usebox="none">
8508 \begin_inset Text
8509
8510 \begin_layout Plain Layout
8511 F(a)
8512 \backslash
8513 xleftarrow
8514 \begin_inset space \textvisiblespace{}
8515 \end_inset
8516
8517 x=a
8518 \begin_inset Formula $\downarrow$
8519 \end_inset
8520
8521 x>0
8522 \begin_inset Formula $\to$
8523 \end_inset
8524
8525 F(x)
8526 \end_layout
8527
8528 \end_inset
8529 </cell>
8530 <cell alignment="center" valignment="top" usebox="none">
8531 \begin_inset Text
8532
8533 \begin_layout Plain Layout
8534 \begin_inset Formula $F(a)\xleftarrow[x>0]{x=a}F(x)$
8535 \end_inset
8536
8537
8538 \end_layout
8539
8540 \end_inset
8541 </cell>
8542 </row>
8543 <row topspace="2mm">
8544 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8545 \begin_inset Text
8546
8547 \begin_layout Plain Layout
8548 F(x)
8549 \backslash
8550 xrightarrow
8551 \begin_inset space \textvisiblespace{}
8552 \end_inset
8553
8554 x=a
8555 \begin_inset Formula $\downarrow$
8556 \end_inset
8557
8558 x>0
8559 \begin_inset Formula $\to$
8560 \end_inset
8561
8562 F(a)
8563 \end_layout
8564
8565 \end_inset
8566 </cell>
8567 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8568 \begin_inset Text
8569
8570 \begin_layout Plain Layout
8571 \begin_inset Formula $F(x)\xrightarrow[x>0]{x=a}F(a)$
8572 \end_inset
8573
8574
8575 \end_layout
8576
8577 \end_inset
8578 </cell>
8579 </row>
8580 </lyxtabular>
8581
8582 \end_inset
8583
8584
8585 \end_layout
8586
8587 \begin_layout Standard
8588 \begin_inset VSpace medskip
8589 \end_inset
8590
8591
8592 \end_layout
8593
8594 \begin_layout Standard
8595 文書設定の
8596 \family sans
8597 数式オプション
8598 \family default
8599 で,
8600 \series bold
8601 mathtools
8602 \series default
8603
8604 \begin_inset Index idx
8605 range none
8606 pageformat default
8607 status collapsed
8608
8609 \begin_layout Plain Layout
8610 ぱっけーじ@パッケージ ! mathtools
8611 \end_layout
8612
8613 \end_inset
8614
8615 パッケージに
8616 \family sans
8617 常に読み込み
8618 \family default
8619 オプションを設定すると,以下のようなラベル付き矢印が利用可能になります.
8620 \end_layout
8621
8622 \begin_layout Standard
8623 \begin_inset Newpage newpage
8624 \end_inset
8625
8626
8627 \end_layout
8628
8629 \begin_layout Standard
8630 \align center
8631 \begin_inset space \hspace*{\fill}
8632 \end_inset
8633
8634
8635 \begin_inset Tabular
8636 <lyxtabular version="3" rows="7" columns="2">
8637 <features booktabs="true" tabularvalignment="middle">
8638 <column alignment="center" valignment="top" width="0pt">
8639 <column alignment="center" valignment="top" width="0pt">
8640 <row>
8641 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8642 \begin_inset Text
8643
8644 \begin_layout Plain Layout
8645 コマンド
8646 \end_layout
8647
8648 \end_inset
8649 </cell>
8650 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8651 \begin_inset Text
8652
8653 \begin_layout Plain Layout
8654 Example
8655 \end_layout
8656
8657 \end_inset
8658 </cell>
8659 </row>
8660 <row>
8661 <cell alignment="center" valignment="top" usebox="none">
8662 \begin_inset Text
8663
8664 \begin_layout Plain Layout
8665
8666 \backslash
8667 xleftrightarrow
8668 \end_layout
8669
8670 \end_inset
8671 </cell>
8672 <cell alignment="center" valignment="top" usebox="none">
8673 \begin_inset Text
8674
8675 \begin_layout Plain Layout
8676 \begin_inset Formula $\xleftrightarrow[x=a]{x>0}$
8677 \end_inset
8678
8679
8680 \end_layout
8681
8682 \end_inset
8683 </cell>
8684 </row>
8685 <row topspace="2mm">
8686 <cell alignment="center" valignment="top" usebox="none">
8687 \begin_inset Text
8688
8689 \begin_layout Plain Layout
8690
8691 \backslash
8692 xLeftarrow
8693 \end_layout
8694
8695 \end_inset
8696 </cell>
8697 <cell alignment="center" valignment="top" usebox="none">
8698 \begin_inset Text
8699
8700 \begin_layout Plain Layout
8701 \begin_inset Formula $\xLeftarrow[x=a]{x>0}$
8702 \end_inset
8703
8704
8705 \end_layout
8706
8707 \end_inset
8708 </cell>
8709 </row>
8710 <row topspace="2mm">
8711 <cell alignment="center" valignment="top" usebox="none">
8712 \begin_inset Text
8713
8714 \begin_layout Plain Layout
8715
8716 \backslash
8717 xRightarrow
8718 \end_layout
8719
8720 \end_inset
8721 </cell>
8722 <cell alignment="center" valignment="top" usebox="none">
8723 \begin_inset Text
8724
8725 \begin_layout Plain Layout
8726 \begin_inset Formula $\xRightarrow[x=a]{x>0}$
8727 \end_inset
8728
8729
8730 \end_layout
8731
8732 \end_inset
8733 </cell>
8734 </row>
8735 <row topspace="2mm">
8736 <cell alignment="center" valignment="top" usebox="none">
8737 \begin_inset Text
8738
8739 \begin_layout Plain Layout
8740
8741 \backslash
8742 xLeftrightarrow
8743 \end_layout
8744
8745 \end_inset
8746 </cell>
8747 <cell alignment="center" valignment="top" usebox="none">
8748 \begin_inset Text
8749
8750 \begin_layout Plain Layout
8751 \begin_inset Formula $\xLeftrightarrow[x=a]{x>0}$
8752 \end_inset
8753
8754
8755 \end_layout
8756
8757 \end_inset
8758 </cell>
8759 </row>
8760 <row topspace="2mm">
8761 <cell alignment="center" valignment="top" usebox="none">
8762 \begin_inset Text
8763
8764 \begin_layout Plain Layout
8765
8766 \backslash
8767 xhookleftarrow
8768 \end_layout
8769
8770 \end_inset
8771 </cell>
8772 <cell alignment="center" valignment="top" usebox="none">
8773 \begin_inset Text
8774
8775 \begin_layout Plain Layout
8776 \begin_inset Formula $\xhookleftarrow[x=a]{x>0}$
8777 \end_inset
8778
8779
8780 \end_layout
8781
8782 \end_inset
8783 </cell>
8784 </row>
8785 <row topspace="2mm">
8786 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8787 \begin_inset Text
8788
8789 \begin_layout Plain Layout
8790
8791 \backslash
8792 xhookrightarrow
8793 \end_layout
8794
8795 \end_inset
8796 </cell>
8797 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8798 \begin_inset Text
8799
8800 \begin_layout Plain Layout
8801 \begin_inset Formula $\xhookrightarrow[x=a]{x>0}$
8802 \end_inset
8803
8804
8805 \end_layout
8806
8807 \end_inset
8808 </cell>
8809 </row>
8810 </lyxtabular>
8811
8812 \end_inset
8813
8814
8815 \begin_inset space \hspace*{\fill}
8816 \end_inset
8817
8818
8819 \begin_inset Tabular
8820 <lyxtabular version="3" rows="7" columns="2">
8821 <features booktabs="true" tabularvalignment="middle">
8822 <column alignment="center" valignment="top" width="0pt">
8823 <column alignment="center" valignment="top" width="0pt">
8824 <row>
8825 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8826 \begin_inset Text
8827
8828 \begin_layout Plain Layout
8829 コマンド
8830 \end_layout
8831
8832 \end_inset
8833 </cell>
8834 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8835 \begin_inset Text
8836
8837 \begin_layout Plain Layout
8838 Example
8839 \end_layout
8840
8841 \end_inset
8842 </cell>
8843 </row>
8844 <row>
8845 <cell alignment="center" valignment="top" usebox="none">
8846 \begin_inset Text
8847
8848 \begin_layout Plain Layout
8849
8850 \backslash
8851 xleftharpoondown
8852 \end_layout
8853
8854 \end_inset
8855 </cell>
8856 <cell alignment="center" valignment="top" usebox="none">
8857 \begin_inset Text
8858
8859 \begin_layout Plain Layout
8860 \begin_inset Formula $\xleftharpoondown[x=a]{x>0}$
8861 \end_inset
8862
8863
8864 \end_layout
8865
8866 \end_inset
8867 </cell>
8868 </row>
8869 <row topspace="2mm">
8870 <cell alignment="center" valignment="top" usebox="none">
8871 \begin_inset Text
8872
8873 \begin_layout Plain Layout
8874
8875 \backslash
8876 xleftharpoonup
8877 \end_layout
8878
8879 \end_inset
8880 </cell>
8881 <cell alignment="center" valignment="top" usebox="none">
8882 \begin_inset Text
8883
8884 \begin_layout Plain Layout
8885 \begin_inset Formula $\xleftharpoonup[x=a]{x>0}$
8886 \end_inset
8887
8888
8889 \end_layout
8890
8891 \end_inset
8892 </cell>
8893 </row>
8894 <row topspace="2mm">
8895 <cell alignment="center" valignment="top" usebox="none">
8896 \begin_inset Text
8897
8898 \begin_layout Plain Layout
8899
8900 \backslash
8901 xrightharpoondown
8902 \end_layout
8903
8904 \end_inset
8905 </cell>
8906 <cell alignment="center" valignment="top" usebox="none">
8907 \begin_inset Text
8908
8909 \begin_layout Plain Layout
8910 \begin_inset Formula $\xrightharpoondown[x=a]{x>0}$
8911 \end_inset
8912
8913
8914 \end_layout
8915
8916 \end_inset
8917 </cell>
8918 </row>
8919 <row topspace="2mm">
8920 <cell alignment="center" valignment="top" usebox="none">
8921 \begin_inset Text
8922
8923 \begin_layout Plain Layout
8924
8925 \backslash
8926 xrightharpoonup
8927 \end_layout
8928
8929 \end_inset
8930 </cell>
8931 <cell alignment="center" valignment="top" usebox="none">
8932 \begin_inset Text
8933
8934 \begin_layout Plain Layout
8935 \begin_inset Formula $\xrightharpoonup[x=a]{x>0}$
8936 \end_inset
8937
8938
8939 \end_layout
8940
8941 \end_inset
8942 </cell>
8943 </row>
8944 <row topspace="2mm">
8945 <cell alignment="center" valignment="top" usebox="none">
8946 \begin_inset Text
8947
8948 \begin_layout Plain Layout
8949
8950 \backslash
8951 xleftrightharpoons
8952 \end_layout
8953
8954 \end_inset
8955 </cell>
8956 <cell alignment="center" valignment="top" usebox="none">
8957 \begin_inset Text
8958
8959 \begin_layout Plain Layout
8960 \begin_inset Formula $\xleftrightharpoons[x=a]{x>0}$
8961 \end_inset
8962
8963
8964 \end_layout
8965
8966 \end_inset
8967 </cell>
8968 </row>
8969 <row topspace="2mm">
8970 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8971 \begin_inset Text
8972
8973 \begin_layout Plain Layout
8974
8975 \backslash
8976 xrightleftharpoons
8977 \end_layout
8978
8979 \end_inset
8980 </cell>
8981 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
8982 \begin_inset Text
8983
8984 \begin_layout Plain Layout
8985 \begin_inset Formula $\xrightleftharpoons[x=a]{x>0}$
8986 \end_inset
8987
8988
8989 \end_layout
8990
8991 \end_inset
8992 </cell>
8993 </row>
8994 </lyxtabular>
8995
8996 \end_inset
8997
8998
8999 \begin_inset space \hspace*{\fill}
9000 \end_inset
9001
9002
9003 \end_layout
9004
9005 \begin_layout Standard
9006 これらの矢印は,すべて以下のようなコマンドスキームを取ります.
9007 \end_layout
9008
9009 \begin_layout Standard
9010 \align center
9011 \begin_inset Tabular
9012 <lyxtabular version="3" rows="2" columns="2">
9013 <features booktabs="true" tabularvalignment="middle">
9014 <column alignment="center" valignment="top" width="0pt">
9015 <column alignment="center" valignment="top" width="0pt">
9016 <row>
9017 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9018 \begin_inset Text
9019
9020 \begin_layout Plain Layout
9021 コマンド
9022 \end_layout
9023
9024 \end_inset
9025 </cell>
9026 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9027 \begin_inset Text
9028
9029 \begin_layout Plain Layout
9030 出力
9031 \end_layout
9032
9033 \end_inset
9034 </cell>
9035 </row>
9036 <row bottomspace="0.5mm">
9037 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9038 \begin_inset Text
9039
9040 \begin_layout Plain Layout
9041 F(a)
9042 \backslash
9043 xleftrightarrow[x=a]
9044 \backslash
9045 {x>0
9046 \begin_inset Formula $\to$
9047 \end_inset
9048
9049 F(x)
9050 \end_layout
9051
9052 \end_inset
9053 </cell>
9054 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9055 \begin_inset Text
9056
9057 \begin_layout Plain Layout
9058 \begin_inset Formula $F(a)\xleftrightarrow[x=a]{x>0}F(x)$
9059 \end_inset
9060
9061
9062 \end_layout
9063
9064 \end_inset
9065 </cell>
9066 </row>
9067 </lyxtabular>
9068
9069 \end_inset
9070
9071
9072 \end_layout
9073
9074 \begin_layout Subsection
9075 垂直矢印および対角矢印
9076 \begin_inset Index idx
9077 range none
9078 pageformat default
9079 status collapsed
9080
9081 \begin_layout Plain Layout
9082 やじるし@矢印 ! たいかく@対角
9083 \end_layout
9084
9085 \end_inset
9086
9087
9088 \begin_inset Index idx
9089 range none
9090 pageformat default
9091 status collapsed
9092
9093 \begin_layout Plain Layout
9094 やじるし@矢印 ! すいちょく@垂直
9095 \end_layout
9096
9097 \end_inset
9098
9099
9100 \end_layout
9101
9102 \begin_layout Standard
9103 \begin_inset space \hfill{}
9104 \end_inset
9105
9106
9107 \begin_inset Tabular
9108 <lyxtabular version="3" rows="7" columns="2">
9109 <features booktabs="true" tabularvalignment="middle">
9110 <column alignment="center" valignment="top" width="0pt">
9111 <column alignment="center" valignment="top" width="0pt">
9112 <row>
9113 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9114 \begin_inset Text
9115
9116 \begin_layout Plain Layout
9117 コマンド
9118 \end_layout
9119
9120 \end_inset
9121 </cell>
9122 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9123 \begin_inset Text
9124
9125 \begin_layout Plain Layout
9126 出力
9127 \end_layout
9128
9129 \end_inset
9130 </cell>
9131 </row>
9132 <row>
9133 <cell alignment="center" valignment="top" usebox="none">
9134 \begin_inset Text
9135
9136 \begin_layout Plain Layout
9137
9138 \backslash
9139 uparrow
9140 \end_layout
9141
9142 \end_inset
9143 </cell>
9144 <cell alignment="center" valignment="top" usebox="none">
9145 \begin_inset Text
9146
9147 \begin_layout Plain Layout
9148 \begin_inset Formula $\uparrow$
9149 \end_inset
9150
9151
9152 \end_layout
9153
9154 \end_inset
9155 </cell>
9156 </row>
9157 <row>
9158 <cell alignment="center" valignment="top" usebox="none">
9159 \begin_inset Text
9160
9161 \begin_layout Plain Layout
9162
9163 \backslash
9164 Uparrow
9165 \end_layout
9166
9167 \end_inset
9168 </cell>
9169 <cell alignment="center" valignment="top" usebox="none">
9170 \begin_inset Text
9171
9172 \begin_layout Plain Layout
9173 \begin_inset Formula $\Uparrow$
9174 \end_inset
9175
9176
9177 \end_layout
9178
9179 \end_inset
9180 </cell>
9181 </row>
9182 <row>
9183 <cell alignment="center" valignment="top" usebox="none">
9184 \begin_inset Text
9185
9186 \begin_layout Plain Layout
9187
9188 \backslash
9189 updownarrow
9190 \end_layout
9191
9192 \end_inset
9193 </cell>
9194 <cell alignment="center" valignment="top" usebox="none">
9195 \begin_inset Text
9196
9197 \begin_layout Plain Layout
9198 \begin_inset Formula $\updownarrow$
9199 \end_inset
9200
9201
9202 \end_layout
9203
9204 \end_inset
9205 </cell>
9206 </row>
9207 <row>
9208 <cell alignment="center" valignment="top" usebox="none">
9209 \begin_inset Text
9210
9211 \begin_layout Plain Layout
9212
9213 \backslash
9214 Updownarrow
9215 \end_layout
9216
9217 \end_inset
9218 </cell>
9219 <cell alignment="center" valignment="top" usebox="none">
9220 \begin_inset Text
9221
9222 \begin_layout Plain Layout
9223 \begin_inset Formula $\Updownarrow$
9224 \end_inset
9225
9226
9227 \end_layout
9228
9229 \end_inset
9230 </cell>
9231 </row>
9232 <row>
9233 <cell alignment="center" valignment="top" usebox="none">
9234 \begin_inset Text
9235
9236 \begin_layout Plain Layout
9237
9238 \backslash
9239 Downarrow
9240 \end_layout
9241
9242 \end_inset
9243 </cell>
9244 <cell alignment="center" valignment="top" usebox="none">
9245 \begin_inset Text
9246
9247 \begin_layout Plain Layout
9248 \begin_inset Formula $\Downarrow$
9249 \end_inset
9250
9251
9252 \end_layout
9253
9254 \end_inset
9255 </cell>
9256 </row>
9257 <row>
9258 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9259 \begin_inset Text
9260
9261 \begin_layout Plain Layout
9262
9263 \backslash
9264 downarrow
9265 \end_layout
9266
9267 \end_inset
9268 </cell>
9269 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9270 \begin_inset Text
9271
9272 \begin_layout Plain Layout
9273 \begin_inset Formula $\downarrow$
9274 \end_inset
9275
9276
9277 \end_layout
9278
9279 \end_inset
9280 </cell>
9281 </row>
9282 </lyxtabular>
9283
9284 \end_inset
9285
9286
9287 \begin_inset space \hfill{}
9288 \end_inset
9289
9290
9291 \begin_inset Tabular
9292 <lyxtabular version="3" rows="5" columns="2">
9293 <features booktabs="true" tabularvalignment="middle">
9294 <column alignment="center" valignment="top" width="0pt">
9295 <column alignment="center" valignment="top" width="0pt">
9296 <row>
9297 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9298 \begin_inset Text
9299
9300 \begin_layout Plain Layout
9301 コマンド
9302 \end_layout
9303
9304 \end_inset
9305 </cell>
9306 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9307 \begin_inset Text
9308
9309 \begin_layout Plain Layout
9310 出力
9311 \end_layout
9312
9313 \end_inset
9314 </cell>
9315 </row>
9316 <row>
9317 <cell alignment="center" valignment="top" usebox="none">
9318 \begin_inset Text
9319
9320 \begin_layout Plain Layout
9321
9322 \backslash
9323 nearrow
9324 \end_layout
9325
9326 \end_inset
9327 </cell>
9328 <cell alignment="center" valignment="top" usebox="none">
9329 \begin_inset Text
9330
9331 \begin_layout Plain Layout
9332 \begin_inset Formula $\nearrow$
9333 \end_inset
9334
9335
9336 \end_layout
9337
9338 \end_inset
9339 </cell>
9340 </row>
9341 <row>
9342 <cell alignment="center" valignment="top" usebox="none">
9343 \begin_inset Text
9344
9345 \begin_layout Plain Layout
9346
9347 \backslash
9348 searrow
9349 \end_layout
9350
9351 \end_inset
9352 </cell>
9353 <cell alignment="center" valignment="top" usebox="none">
9354 \begin_inset Text
9355
9356 \begin_layout Plain Layout
9357 \begin_inset Formula $\searrow$
9358 \end_inset
9359
9360
9361 \end_layout
9362
9363 \end_inset
9364 </cell>
9365 </row>
9366 <row>
9367 <cell alignment="center" valignment="top" usebox="none">
9368 \begin_inset Text
9369
9370 \begin_layout Plain Layout
9371
9372 \backslash
9373 swarrow
9374 \end_layout
9375
9376 \end_inset
9377 </cell>
9378 <cell alignment="center" valignment="top" usebox="none">
9379 \begin_inset Text
9380
9381 \begin_layout Plain Layout
9382 \begin_inset Formula $\swarrow$
9383 \end_inset
9384
9385
9386 \end_layout
9387
9388 \end_inset
9389 </cell>
9390 </row>
9391 <row>
9392 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9393 \begin_inset Text
9394
9395 \begin_layout Plain Layout
9396
9397 \backslash
9398 nwarrow
9399 \end_layout
9400
9401 \end_inset
9402 </cell>
9403 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9404 \begin_inset Text
9405
9406 \begin_layout Plain Layout
9407 \begin_inset Formula $\nwarrow$
9408 \end_inset
9409
9410
9411 \end_layout
9412
9413 \end_inset
9414 </cell>
9415 </row>
9416 </lyxtabular>
9417
9418 \end_inset
9419
9420
9421 \begin_inset space \hfill{}
9422 \end_inset
9423
9424
9425 \end_layout
9426
9427 \begin_layout Standard
9428 \begin_inset VSpace medskip
9429 \end_inset
9430
9431 垂直矢印は,第
9432 \begin_inset CommandInset ref
9433 LatexCommand ref
9434 reference "subsec:手動の括弧丈"
9435
9436 \end_inset
9437
9438 節および第
9439 \begin_inset CommandInset ref
9440 LatexCommand ref
9441 reference "subsec:自動の括弧丈"
9442
9443 \end_inset
9444
9445 節に述べられているコマンドを使うと,区分記号として使用することもできます.
9446 \end_layout
9447
9448 \begin_layout Section
9449 アクセント
9450 \begin_inset CommandInset label
9451 LatexCommand label
9452 name "sec:アクセント"
9453
9454 \end_inset
9455
9456
9457 \begin_inset Index idx
9458 range none
9459 pageformat default
9460 status collapsed
9461
9462 \begin_layout Plain Layout
9463 あくせんと@アクセント
9464 \end_layout
9465
9466 \end_inset
9467
9468
9469 \end_layout
9470
9471 \begin_layout Standard
9472 アクセントは,数式ツールバーボタンの
9473 \begin_inset Info
9474 type  "icon"
9475 arg   "math-insert \\hat"
9476 \end_inset
9477
9478 か,以下の各小節に列挙してあるコマンドで入力することができます.
9479 \end_layout
9480
9481 \begin_layout Subsection
9482 一文字に付けるアクセント
9483 \begin_inset ERT
9484 status collapsed
9485
9486 \begin_layout Plain Layout
9487
9488
9489 \backslash
9490 texorpdfstring{
9491 \end_layout
9492
9493 \end_inset
9494
9495
9496 \begin_inset Foot
9497 status collapsed
9498
9499 \begin_layout Plain Layout
9500 本文中のアクセントについては,第
9501 \begin_inset CommandInset ref
9502 LatexCommand ref
9503 reference "subsec:文章中のアクセント"
9504
9505 \end_inset
9506
9507 節を参照.
9508 \end_layout
9509
9510 \end_inset
9511
9512
9513 \begin_inset ERT
9514 status collapsed
9515
9516 \begin_layout Plain Layout
9517
9518 }{}
9519 \end_layout
9520
9521 \end_inset
9522
9523
9524 \begin_inset Note Note
9525 status collapsed
9526
9527 \begin_layout Plain Layout
9528
9529 \series bold
9530
9531 \backslash
9532 texorpdfstring
9533 \series default
9534 は,PDFのしおりに脚註が現れるのを防ぐために使われています.
9535 \end_layout
9536
9537 \begin_layout Plain Layout
9538
9539 \series bold
9540
9541 \backslash
9542 texorpdfstring
9543 \series default
9544 についての詳細は,第
9545 \begin_inset CommandInset ref
9546 LatexCommand ref
9547 reference "subsec:節見出し中の数式"
9548
9549 \end_inset
9550
9551 節にあります.
9552 \end_layout
9553
9554 \end_inset
9555
9556
9557 \begin_inset CommandInset label
9558 LatexCommand label
9559 name "subsec:一文字に付けるアクセント"
9560
9561 \end_inset
9562
9563
9564 \begin_inset Index idx
9565 range none
9566 pageformat default
9567 status collapsed
9568
9569 \begin_layout Plain Layout
9570 あくせんと@アクセント ! いちもじにつける@一文字に付ける
9571 \end_layout
9572
9573 \end_inset
9574
9575
9576 \end_layout
9577
9578 \begin_layout Standard
9579 \begin_inset space \hfill{}
9580 \end_inset
9581
9582
9583 \begin_inset Tabular
9584 <lyxtabular version="3" rows="8" columns="2">
9585 <features booktabs="true" tabularvalignment="middle">
9586 <column alignment="center" valignment="top" width="0pt">
9587 <column alignment="center" valignment="top" width="0pt">
9588 <row>
9589 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9590 \begin_inset Text
9591
9592 \begin_layout Plain Layout
9593 コマンド
9594 \end_layout
9595
9596 \end_inset
9597 </cell>
9598 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9599 \begin_inset Text
9600
9601 \begin_layout Plain Layout
9602 出力
9603 \end_layout
9604
9605 \end_inset
9606 </cell>
9607 </row>
9608 <row topspace="1.5mm">
9609 <cell alignment="center" valignment="top" usebox="none">
9610 \begin_inset Text
9611
9612 \begin_layout Plain Layout
9613
9614 \backslash
9615 dot
9616 \begin_inset space \textvisiblespace{}
9617 \end_inset
9618
9619 A
9620 \end_layout
9621
9622 \end_inset
9623 </cell>
9624 <cell alignment="center" valignment="top" usebox="none">
9625 \begin_inset Text
9626
9627 \begin_layout Plain Layout
9628 \begin_inset Formula $\dot{A}$
9629 \end_inset
9630
9631
9632 \end_layout
9633
9634 \end_inset
9635 </cell>
9636 </row>
9637 <row topspace="1.5mm">
9638 <cell alignment="center" valignment="top" usebox="none">
9639 \begin_inset Text
9640
9641 \begin_layout Plain Layout
9642
9643 \backslash
9644 ddot
9645 \begin_inset space \textvisiblespace{}
9646 \end_inset
9647
9648 A
9649 \end_layout
9650
9651 \end_inset
9652 </cell>
9653 <cell alignment="center" valignment="top" usebox="none">
9654 \begin_inset Text
9655
9656 \begin_layout Plain Layout
9657 \begin_inset Formula $\ddot{A}$
9658 \end_inset
9659
9660
9661 \end_layout
9662
9663 \end_inset
9664 </cell>
9665 </row>
9666 <row topspace="1.5mm">
9667 <cell alignment="center" valignment="top" usebox="none">
9668 \begin_inset Text
9669
9670 \begin_layout Plain Layout
9671
9672 \backslash
9673 dddot
9674 \begin_inset space \textvisiblespace{}
9675 \end_inset
9676
9677 A
9678 \end_layout
9679
9680 \end_inset
9681 </cell>
9682 <cell alignment="center" valignment="top" usebox="none">
9683 \begin_inset Text
9684
9685 \begin_layout Plain Layout
9686 \begin_inset Formula $\dddot{A}$
9687 \end_inset
9688
9689
9690 \end_layout
9691
9692 \end_inset
9693 </cell>
9694 </row>
9695 <row topspace="1.5mm">
9696 <cell alignment="center" valignment="top" usebox="none">
9697 \begin_inset Text
9698
9699 \begin_layout Plain Layout
9700
9701 \backslash
9702 ddddot
9703 \begin_inset space \textvisiblespace{}
9704 \end_inset
9705
9706 A
9707 \end_layout
9708
9709 \end_inset
9710 </cell>
9711 <cell alignment="center" valignment="top" usebox="none">
9712 \begin_inset Text
9713
9714 \begin_layout Plain Layout
9715 \begin_inset Formula $\ddddot{A}$
9716 \end_inset
9717
9718
9719 \end_layout
9720
9721 \end_inset
9722 </cell>
9723 </row>
9724 <row topspace="1.5mm">
9725 <cell alignment="center" valignment="top" usebox="none">
9726 \begin_inset Text
9727
9728 \begin_layout Plain Layout
9729
9730 \backslash
9731 vec
9732 \begin_inset space \textvisiblespace{}
9733 \end_inset
9734
9735 A
9736 \begin_inset Index idx
9737 range none
9738 pageformat default
9739 status collapsed
9740
9741 \begin_layout Plain Layout
9742 べくとる@ベクトル
9743 \end_layout
9744
9745 \end_inset
9746
9747
9748 \end_layout
9749
9750 \end_inset
9751 </cell>
9752 <cell alignment="center" valignment="top" usebox="none">
9753 \begin_inset Text
9754
9755 \begin_layout Plain Layout
9756 \begin_inset Formula $\vec{A}$
9757 \end_inset
9758
9759
9760 \end_layout
9761
9762 \end_inset
9763 </cell>
9764 </row>
9765 <row topspace="1.5mm">
9766 <cell alignment="center" valignment="top" usebox="none">
9767 \begin_inset Text
9768
9769 \begin_layout Plain Layout
9770
9771 \backslash
9772 bar
9773 \begin_inset space \textvisiblespace{}
9774 \end_inset
9775
9776 A
9777 \end_layout
9778
9779 \end_inset
9780 </cell>
9781 <cell alignment="center" valignment="top" usebox="none">
9782 \begin_inset Text
9783
9784 \begin_layout Plain Layout
9785 \begin_inset Formula $\bar{A}$
9786 \end_inset
9787
9788
9789 \end_layout
9790
9791 \end_inset
9792 </cell>
9793 </row>
9794 <row topspace="1.5mm">
9795 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9796 \begin_inset Text
9797
9798 \begin_layout Plain Layout
9799
9800 \backslash
9801 mathring
9802 \begin_inset space \textvisiblespace{}
9803 \end_inset
9804
9805 A
9806 \end_layout
9807
9808 \end_inset
9809 </cell>
9810 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9811 \begin_inset Text
9812
9813 \begin_layout Plain Layout
9814 \begin_inset Formula $\mathring{A}$
9815 \end_inset
9816
9817
9818 \end_layout
9819
9820 \end_inset
9821 </cell>
9822 </row>
9823 </lyxtabular>
9824
9825 \end_inset
9826
9827
9828 \begin_inset space \hfill{}
9829 \end_inset
9830
9831
9832 \begin_inset Tabular
9833 <lyxtabular version="3" rows="7" columns="2">
9834 <features booktabs="true" tabularvalignment="middle">
9835 <column alignment="center" valignment="top" width="0pt">
9836 <column alignment="center" valignment="top" width="0pt">
9837 <row>
9838 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9839 \begin_inset Text
9840
9841 \begin_layout Plain Layout
9842 コマンド
9843 \end_layout
9844
9845 \end_inset
9846 </cell>
9847 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9848 \begin_inset Text
9849
9850 \begin_layout Plain Layout
9851 出力
9852 \end_layout
9853
9854 \end_inset
9855 </cell>
9856 </row>
9857 <row topspace="1.5mm">
9858 <cell alignment="center" valignment="top" usebox="none">
9859 \begin_inset Text
9860
9861 \begin_layout Plain Layout
9862
9863 \backslash
9864 tilde
9865 \begin_inset space \textvisiblespace{}
9866 \end_inset
9867
9868 A
9869 \end_layout
9870
9871 \end_inset
9872 </cell>
9873 <cell alignment="center" valignment="top" usebox="none">
9874 \begin_inset Text
9875
9876 \begin_layout Plain Layout
9877 \begin_inset Formula $\tilde{A}$
9878 \end_inset
9879
9880
9881 \end_layout
9882
9883 \end_inset
9884 </cell>
9885 </row>
9886 <row topspace="1.5mm">
9887 <cell alignment="center" valignment="top" usebox="none">
9888 \begin_inset Text
9889
9890 \begin_layout Plain Layout
9891
9892 \backslash
9893 hat
9894 \begin_inset space \textvisiblespace{}
9895 \end_inset
9896
9897 A
9898 \end_layout
9899
9900 \end_inset
9901 </cell>
9902 <cell alignment="center" valignment="top" usebox="none">
9903 \begin_inset Text
9904
9905 \begin_layout Plain Layout
9906 \begin_inset Formula $\hat{A}$
9907 \end_inset
9908
9909
9910 \end_layout
9911
9912 \end_inset
9913 </cell>
9914 </row>
9915 <row topspace="1.5mm">
9916 <cell alignment="center" valignment="top" usebox="none">
9917 \begin_inset Text
9918
9919 \begin_layout Plain Layout
9920
9921 \backslash
9922 check
9923 \begin_inset space \textvisiblespace{}
9924 \end_inset
9925
9926 A
9927 \end_layout
9928
9929 \end_inset
9930 </cell>
9931 <cell alignment="center" valignment="top" usebox="none">
9932 \begin_inset Text
9933
9934 \begin_layout Plain Layout
9935 \begin_inset Formula $\check{A}$
9936 \end_inset
9937
9938
9939 \end_layout
9940
9941 \end_inset
9942 </cell>
9943 </row>
9944 <row topspace="1.5mm">
9945 <cell alignment="center" valignment="top" usebox="none">
9946 \begin_inset Text
9947
9948 \begin_layout Plain Layout
9949
9950 \backslash
9951 acute
9952 \begin_inset space \textvisiblespace{}
9953 \end_inset
9954
9955 A
9956 \end_layout
9957
9958 \end_inset
9959 </cell>
9960 <cell alignment="center" valignment="top" usebox="none">
9961 \begin_inset Text
9962
9963 \begin_layout Plain Layout
9964 \begin_inset Formula $\acute{A}$
9965 \end_inset
9966
9967
9968 \end_layout
9969
9970 \end_inset
9971 </cell>
9972 </row>
9973 <row topspace="1.5mm">
9974 <cell alignment="center" valignment="top" usebox="none">
9975 \begin_inset Text
9976
9977 \begin_layout Plain Layout
9978
9979 \backslash
9980 grave
9981 \begin_inset space \textvisiblespace{}
9982 \end_inset
9983
9984 A
9985 \end_layout
9986
9987 \end_inset
9988 </cell>
9989 <cell alignment="center" valignment="top" usebox="none">
9990 \begin_inset Text
9991
9992 \begin_layout Plain Layout
9993 \begin_inset Formula $\grave{A}$
9994 \end_inset
9995
9996
9997 \end_layout
9998
9999 \end_inset
10000 </cell>
10001 </row>
10002 <row topspace="1.5mm">
10003 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10004 \begin_inset Text
10005
10006 \begin_layout Plain Layout
10007
10008 \backslash
10009 breve
10010 \begin_inset space \textvisiblespace{}
10011 \end_inset
10012
10013 A
10014 \end_layout
10015
10016 \end_inset
10017 </cell>
10018 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10019 \begin_inset Text
10020
10021 \begin_layout Plain Layout
10022 \begin_inset Formula $\breve{A}$
10023 \end_inset
10024
10025
10026 \end_layout
10027
10028 \end_inset
10029 </cell>
10030 </row>
10031 </lyxtabular>
10032
10033 \end_inset
10034
10035
10036 \begin_inset space \hfill{}
10037 \end_inset
10038
10039
10040 \end_layout
10041
10042 \begin_layout Standard
10043 \begin_inset VSpace bigskip
10044 \end_inset
10045
10046
10047 \end_layout
10048
10049 \begin_layout Standard
10050 \begin_inset ERT
10051 status collapsed
10052
10053 \begin_layout Plain Layout
10054
10055
10056 \backslash
10057 '{e}
10058 \end_layout
10059
10060 \end_inset
10061
10062 のようなアクセントは,数式に直接入れることができます.\SpecialChar LyX
10063 は,それを対応するアクセントコマンドに変換します.ウムラウト
10064 \begin_inset Index idx
10065 range none
10066 pageformat default
10067 status collapsed
10068
10069 \begin_layout Plain Layout
10070 うむらうと@ウムラウト
10071 \end_layout
10072
10073 \end_inset
10074
10075 に関しては,母音の前に引用符を挿入する方法の方がよいでしょう.ウムラウトのある数式部分がドイツ語に指定してあれば,\SpecialChar LaTeX
10076 は,引用符と母音をまとめて一つの文字として取り
10077 扱います.
10078 \series bold
10079
10080 \backslash
10081 ddot
10082 \series default
10083 と違い,この方法では,以下の例に示すように「本物の」ウムラウトが作られます.
10084 \end_layout
10085
10086 \begin_layout Standard
10087 \begin_inset VSpace -2mm
10088 \end_inset
10089
10090
10091 \end_layout
10092
10093 \begin_layout Standard
10094 \align center
10095 \begin_inset Tabular
10096 <lyxtabular version="3" rows="3" columns="2">
10097 <features booktabs="true" tabularvalignment="middle">
10098 <column alignment="center" valignment="top" width="0pt">
10099 <column alignment="center" valignment="top">
10100 <row>
10101 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10102 \begin_inset Text
10103
10104 \begin_layout Plain Layout
10105 コマンド
10106 \end_layout
10107
10108 \end_inset
10109 </cell>
10110 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10111 \begin_inset Text
10112
10113 \begin_layout Plain Layout
10114 出力
10115 \end_layout
10116
10117 \end_inset
10118 </cell>
10119 </row>
10120 <row>
10121 <cell alignment="center" valignment="top" usebox="none">
10122 \begin_inset Text
10123
10124 \begin_layout Plain Layout
10125 \begin_inset Quotes grd
10126 \end_inset
10127
10128 i
10129 \end_layout
10130
10131 \end_inset
10132 </cell>
10133 <cell alignment="center" valignment="top" usebox="none">
10134 \begin_inset Text
10135
10136 \begin_layout Plain Layout
10137
10138 \lang ngerman
10139 \begin_inset space \hspace{}
10140 \length 0pt
10141 \end_inset
10142
10143
10144 \begin_inset Formula $"i$
10145 \end_inset
10146
10147
10148 \end_layout
10149
10150 \end_inset
10151 </cell>
10152 </row>
10153 <row topspace="1.5mm">
10154 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10155 \begin_inset Text
10156
10157 \begin_layout Plain Layout
10158
10159 \backslash
10160 ddot
10161 \begin_inset space \textvisiblespace{}
10162 \end_inset
10163
10164 i
10165 \end_layout
10166
10167 \end_inset
10168 </cell>
10169 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10170 \begin_inset Text
10171
10172 \begin_layout Plain Layout
10173 \begin_inset Formula $\ddot{i}$
10174 \end_inset
10175
10176
10177 \end_layout
10178
10179 \end_inset
10180 </cell>
10181 </row>
10182 </lyxtabular>
10183
10184 \end_inset
10185
10186
10187 \end_layout
10188
10189 \begin_layout Standard
10190
10191 \series bold
10192
10193 \backslash
10194 ddot
10195 \series default
10196 に比べて良いもう一つの利点は,上記のアクセントコマンドが
10197 \emph on
10198 数式中テキストでは使用できない
10199 \emph default
10200 のに対し,ウムラウトは直接数式中テキストに変換されることです.(アクセントコマンドによる)アクセント付き文字を数式中テキストに変換すると,アクセントの下にある文
10201 字しか変換されません.これは,たとえばイタリック体やボールド体への変換など,他のすべての変換に関しても言えることです.
10202 \end_layout
10203
10204 \begin_layout Standard
10205 ウムラウトと他のアクセント付き文字は,数式中テキストに直接入れることができます.
10206 \end_layout
10207
10208 \begin_layout Standard
10209 \begin_inset VSpace bigskip
10210 \end_inset
10211
10212
10213 \end_layout
10214
10215 \begin_layout Standard
10216 \SpecialChar LyX
10217 は,\SpecialChar LaTeX
10218 パッケージ
10219 \series bold
10220 undertilde
10221 \series default
10222
10223 \begin_inset Index idx
10224 range none
10225 pageformat default
10226 status collapsed
10227
10228 \begin_layout Plain Layout
10229 ぱっけーじ@パッケージ ! upgreek
10230 \end_layout
10231
10232 \end_inset
10233
10234 がシステム上に導入されていれば,文字下のティルダもサポートします.
10235 \end_layout
10236
10237 \begin_layout Standard
10238 \begin_inset ERT
10239 status collapsed
10240
10241 \begin_layout Plain Layout
10242
10243
10244 \backslash
10245 ifundertilde 
10246 \end_layout
10247
10248 \end_inset
10249
10250
10251 \begin_inset Note Note
10252 status open
10253
10254 \begin_layout Plain Layout
10255 以下の表は,
10256 \series bold
10257 undertilde
10258 \series default
10259  \SpecialChar LaTeX
10260 パッケージが導入済みのときのみ表示されます.
10261 \end_layout
10262
10263 \end_inset
10264
10265
10266 \end_layout
10267
10268 \begin_layout Standard
10269 \noindent
10270 \align center
10271 \begin_inset Tabular
10272 <lyxtabular version="3" rows="2" columns="2">
10273 <features booktabs="true" tabularvalignment="middle">
10274 <column alignment="center" valignment="top" width="0pt">
10275 <column alignment="center" valignment="top" width="0pt">
10276 <row>
10277 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10278 \begin_inset Text
10279
10280 \begin_layout Plain Layout
10281 コマンド
10282 \end_layout
10283
10284 \end_inset
10285 </cell>
10286 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10287 \begin_inset Text
10288
10289 \begin_layout Plain Layout
10290 出力
10291 \end_layout
10292
10293 \end_inset
10294 </cell>
10295 </row>
10296 <row>
10297 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10298 \begin_inset Text
10299
10300 \begin_layout Plain Layout
10301
10302 \backslash
10303 utilde
10304 \begin_inset space \textvisiblespace{}
10305 \end_inset
10306
10307 A
10308 \end_layout
10309
10310 \end_inset
10311 </cell>
10312 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10313 \begin_inset Text
10314
10315 \begin_layout Plain Layout
10316 \begin_inset Formula $\utilde{A}$
10317 \end_inset
10318
10319
10320 \end_layout
10321
10322 \end_inset
10323 </cell>
10324 </row>
10325 </lyxtabular>
10326
10327 \end_inset
10328
10329
10330 \end_layout
10331
10332 \begin_layout Standard
10333 \begin_inset ERT
10334 status collapsed
10335
10336 \begin_layout Plain Layout
10337
10338
10339 \backslash
10340 else 
10341 \end_layout
10342
10343 \end_inset
10344
10345
10346 \begin_inset Note Note
10347 status open
10348
10349 \begin_layout Plain Layout
10350 以下は,
10351 \series bold
10352 undertilde
10353 \series default
10354  \SpecialChar LaTeX
10355 パッケージが導入されていないときのみ表示されます.
10356 \end_layout
10357
10358 \end_inset
10359
10360
10361 \end_layout
10362
10363 \begin_layout Standard
10364 この小節のすべてを出力で見るには,
10365 \series bold
10366 undertilde
10367 \series default
10368  \SpecialChar LaTeX
10369 パッケージを導入する必要があります.
10370 \end_layout
10371
10372 \begin_layout Standard
10373 \begin_inset ERT
10374 status collapsed
10375
10376 \begin_layout Plain Layout
10377
10378
10379 \backslash
10380 fi 
10381 \end_layout
10382
10383 \end_inset
10384
10385
10386 \end_layout
10387
10388 \begin_layout Standard
10389 \begin_inset Newpage newpage
10390 \end_inset
10391
10392
10393 \end_layout
10394
10395 \begin_layout Subsection
10396 複数の文字に付けるアクセント
10397 \begin_inset Index idx
10398 range none
10399 pageformat default
10400 status collapsed
10401
10402 \begin_layout Plain Layout
10403 あくせんと@アクセント ! ふくすうのもじにつける@複数の文字に付ける
10404 \end_layout
10405
10406 \end_inset
10407
10408
10409 \end_layout
10410
10411 \begin_layout Standard
10412 \begin_inset space \hfill{}
10413 \end_inset
10414
10415
10416 \begin_inset Tabular
10417 <lyxtabular version="3" rows="5" columns="2">
10418 <features booktabs="true" tabularvalignment="middle">
10419 <column alignment="center" valignment="top" width="0pt">
10420 <column alignment="center" valignment="top" width="0pt">
10421 <row>
10422 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10423 \begin_inset Text
10424
10425 \begin_layout Plain Layout
10426 コマンド
10427 \end_layout
10428
10429 \end_inset
10430 </cell>
10431 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10432 \begin_inset Text
10433
10434 \begin_layout Plain Layout
10435 出力
10436 \end_layout
10437
10438 \end_inset
10439 </cell>
10440 </row>
10441 <row topspace="1.5mm">
10442 <cell alignment="center" valignment="top" usebox="none">
10443 \begin_inset Text
10444
10445 \begin_layout Plain Layout
10446
10447 \backslash
10448 overleftarrow
10449 \begin_inset space \textvisiblespace{}
10450 \end_inset
10451
10452 A=B
10453 \end_layout
10454
10455 \end_inset
10456 </cell>
10457 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10458 \begin_inset Text
10459
10460 \begin_layout Plain Layout
10461 \begin_inset Formula $\overleftarrow{A=B}$
10462 \end_inset
10463
10464
10465 \end_layout
10466
10467 \end_inset
10468 </cell>
10469 </row>
10470 <row topspace="1.5mm">
10471 <cell alignment="center" valignment="top" usebox="none">
10472 \begin_inset Text
10473
10474 \begin_layout Plain Layout
10475
10476 \backslash
10477 underleftarrow
10478 \begin_inset space \textvisiblespace{}
10479 \end_inset
10480
10481 A=B
10482 \end_layout
10483
10484 \end_inset
10485 </cell>
10486 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10487 \begin_inset Text
10488
10489 \begin_layout Plain Layout
10490 \begin_inset Formula $\underleftarrow{A=B}$
10491 \end_inset
10492
10493
10494 \end_layout
10495
10496 \end_inset
10497 </cell>
10498 </row>
10499 <row topspace="1.5mm">
10500 <cell alignment="center" valignment="top" usebox="none">
10501 \begin_inset Text
10502
10503 \begin_layout Plain Layout
10504
10505 \backslash
10506 overleftrightarrow
10507 \begin_inset space \textvisiblespace{}
10508 \end_inset
10509
10510 A=B
10511 \end_layout
10512
10513 \end_inset
10514 </cell>
10515 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10516 \begin_inset Text
10517
10518 \begin_layout Plain Layout
10519 \begin_inset Formula $\overleftrightarrow{A=B}$
10520 \end_inset
10521
10522
10523 \end_layout
10524
10525 \end_inset
10526 </cell>
10527 </row>
10528 <row topspace="1.5mm" bottomspace="1mm">
10529 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10530 \begin_inset Text
10531
10532 \begin_layout Plain Layout
10533
10534 \backslash
10535 underleftrightarrow
10536 \begin_inset space \textvisiblespace{}
10537 \end_inset
10538
10539 A=B
10540 \end_layout
10541
10542 \end_inset
10543 </cell>
10544 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10545 \begin_inset Text
10546
10547 \begin_layout Plain Layout
10548 \begin_inset Formula $\underleftrightarrow{A=B}$
10549 \end_inset
10550
10551
10552 \end_layout
10553
10554 \end_inset
10555 </cell>
10556 </row>
10557 </lyxtabular>
10558
10559 \end_inset
10560
10561
10562 \begin_inset space \hfill{}
10563 \end_inset
10564
10565
10566 \begin_inset Tabular
10567 <lyxtabular version="3" rows="5" columns="2">
10568 <features booktabs="true" tabularvalignment="middle">
10569 <column alignment="center" valignment="top" width="0pt">
10570 <column alignment="center" valignment="top" width="0pt">
10571 <row>
10572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10573 \begin_inset Text
10574
10575 \begin_layout Plain Layout
10576 コマンド
10577 \end_layout
10578
10579 \end_inset
10580 </cell>
10581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10582 \begin_inset Text
10583
10584 \begin_layout Plain Layout
10585 出力
10586 \end_layout
10587
10588 \end_inset
10589 </cell>
10590 </row>
10591 <row topspace="1.5mm">
10592 <cell alignment="center" valignment="top" usebox="none">
10593 \begin_inset Text
10594
10595 \begin_layout Plain Layout
10596
10597 \backslash
10598 overrightarrow
10599 \begin_inset space \textvisiblespace{}
10600 \end_inset
10601
10602 A=B
10603 \end_layout
10604
10605 \end_inset
10606 </cell>
10607 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10608 \begin_inset Text
10609
10610 \begin_layout Plain Layout
10611 \begin_inset Formula $\overrightarrow{A=B}$
10612 \end_inset
10613
10614
10615 \end_layout
10616
10617 \end_inset
10618 </cell>
10619 </row>
10620 <row topspace="1.5mm">
10621 <cell alignment="center" valignment="top" usebox="none">
10622 \begin_inset Text
10623
10624 \begin_layout Plain Layout
10625
10626 \backslash
10627 underrightarrow
10628 \begin_inset space \textvisiblespace{}
10629 \end_inset
10630
10631 A=B
10632 \end_layout
10633
10634 \end_inset
10635 </cell>
10636 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10637 \begin_inset Text
10638
10639 \begin_layout Plain Layout
10640 \begin_inset Formula $\underrightarrow{A=B}$
10641 \end_inset
10642
10643
10644 \end_layout
10645
10646 \end_inset
10647 </cell>
10648 </row>
10649 <row topspace="1.5mm">
10650 <cell alignment="center" valignment="top" usebox="none">
10651 \begin_inset Text
10652
10653 \begin_layout Plain Layout
10654
10655 \backslash
10656 widetilde
10657 \begin_inset space \textvisiblespace{}
10658 \end_inset
10659
10660 A=B
10661 \end_layout
10662
10663 \end_inset
10664 </cell>
10665 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10666 \begin_inset Text
10667
10668 \begin_layout Plain Layout
10669 \begin_inset Formula $\widetilde{A=B}$
10670 \end_inset
10671
10672
10673 \end_layout
10674
10675 \end_inset
10676 </cell>
10677 </row>
10678 <row topspace="1.5mm" bottomspace="1mm">
10679 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10680 \begin_inset Text
10681
10682 \begin_layout Plain Layout
10683
10684 \backslash
10685 widehat
10686 \begin_inset space \textvisiblespace{}
10687 \end_inset
10688
10689 A=B
10690 \end_layout
10691
10692 \end_inset
10693 </cell>
10694 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10695 \begin_inset Text
10696
10697 \begin_layout Plain Layout
10698 \begin_inset Formula $\widehat{A=B}$
10699 \end_inset
10700
10701
10702 \end_layout
10703
10704 \end_inset
10705 </cell>
10706 </row>
10707 </lyxtabular>
10708
10709 \end_inset
10710
10711
10712 \begin_inset space \hfill{}
10713 \end_inset
10714
10715
10716 \end_layout
10717
10718 \begin_layout Standard
10719 \begin_inset VSpace medskip
10720 \end_inset
10721
10722 これらのコマンドでは,好きなだけ多くの文字にアクセントを付けることができます.しかし,
10723 \series bold
10724
10725 \backslash
10726 widetilde
10727 \series default
10728 および
10729 \series bold
10730
10731 \backslash
10732 widehat
10733 \series default
10734 のアクセントは,以下の例のように,出力では3文字分の長さにしかなりません.
10735 \begin_inset Formula 
10736 \[
10737 \widetilde{A+B=C-D}
10738 \]
10739
10740 \end_inset
10741
10742
10743 \end_layout
10744
10745 \begin_layout Standard
10746 前小節で述べた
10747 \series bold
10748
10749 \backslash
10750 overset
10751 \series default
10752
10753 \begin_inset Index idx
10754 range none
10755 pageformat default
10756 status collapsed
10757
10758 \begin_layout Plain Layout
10759 こまんど@コマンド ! O ! 
10760 \backslash
10761 overset
10762 \end_layout
10763
10764 \end_inset
10765
10766 コマンドと
10767 \series bold
10768
10769 \backslash
10770 underset
10771 \series default
10772
10773 \begin_inset Index idx
10774 range none
10775 pageformat default
10776 status collapsed
10777
10778 \begin_layout Plain Layout
10779 こまんど@コマンド ! U ! 
10780 \backslash
10781 underset
10782 \end_layout
10783
10784 \end_inset
10785
10786 コマンドを使っても,複数の文字にアクセントを付けることができます.
10787 \series bold
10788
10789 \backslash
10790 underset
10791 \begin_inset space \textvisiblespace{}
10792 \end_inset
10793
10794 A=B
10795 \begin_inset Formula $\downarrow$
10796 \end_inset
10797
10798 ***
10799 \series default
10800 というコマンドは,
10801 \begin_inset Formula 
10802 \[
10803 \underset{***}{A=B}
10804 \]
10805
10806 \end_inset
10807
10808 のようになります.
10809 \end_layout
10810
10811 \begin_layout Section
10812 空白
10813 \begin_inset CommandInset label
10814 LatexCommand label
10815 name "subsec:空白"
10816
10817 \end_inset
10818
10819
10820 \begin_inset Index idx
10821 range none
10822 pageformat default
10823 status collapsed
10824
10825 \begin_layout Plain Layout
10826 くうはく@空白 ! すいへい@水平
10827 \begin_inset space \thinspace{}
10828 \end_inset
10829
10830 ——
10831 \end_layout
10832
10833 \end_inset
10834
10835
10836 \end_layout
10837
10838 \begin_layout Subsection
10839 定義済みの空白
10840 \begin_inset CommandInset label
10841 LatexCommand label
10842 name "subsec:定義済みの空白"
10843
10844 \end_inset
10845
10846
10847 \begin_inset Index idx
10848 range none
10849 pageformat default
10850 status collapsed
10851
10852 \begin_layout Plain Layout
10853 くうはく@空白 ! すいへい@水平
10854 \begin_inset space \thinspace{}
10855 \end_inset
10856
10857 —— ! ていぎずみ@定義済み
10858 \end_layout
10859
10860 \end_inset
10861
10862
10863 \end_layout
10864
10865 \begin_layout Standard
10866 数式に水平方向の空白を挿入することが,必要になることがあります.これは,保護された空白(
10867 \begin_inset Flex Ruby
10868 status collapsed
10869
10870 \begin_layout Plain Layout
10871 捷径
10872 \begin_inset Argument post:1
10873 status collapsed
10874
10875 \begin_layout Plain Layout
10876 ショートカット
10877 \end_layout
10878
10879 \end_inset
10880
10881
10882 \end_layout
10883
10884 \end_inset
10885
10886
10887 \begin_inset Info
10888 type  "shortcut"
10889 arg   "command-alternatives space-insert protected ; math-space"
10890 \end_inset
10891
10892 )を挿入することで実現できます.「
10893 \color blue
10894
10895 \begin_inset space \textvisiblespace{}
10896 \end_inset
10897
10898
10899 \color inherit
10900 」が現れるので,
10901 \family sans
10902 Space
10903 \family default
10904 を何回か押すことによって,8種の異なる長さの空白のうち一つを選択することができます.空白は,数式ツールバーボタンの
10905 \begin_inset Info
10906 type  "icon"
10907 arg   "math-insert \\space"
10908 \end_inset
10909
10910 を押すか,特定のコマンドを入力することで,挿入することができます.挿入したコマンド如何に関わらず,直後に
10911 \family sans
10912 Space
10913 \family default
10914 を押すことによって,長さを変更することができます.
10915 \end_layout
10916
10917 \begin_layout Standard
10918 \noindent
10919 \align center
10920 \begin_inset Tabular
10921 <lyxtabular version="3" rows="6" columns="3">
10922 <features booktabs="true" tabularvalignment="middle">
10923 <column alignment="center" valignment="top">
10924 <column alignment="center" valignment="top" width="15col%">
10925 <column alignment="center" valignment="top">
10926 <row>
10927 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10928 \begin_inset Text
10929
10930 \begin_layout Plain Layout
10931 コマンド
10932 \end_layout
10933
10934 \end_inset
10935 </cell>
10936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10937 \begin_inset Text
10938
10939 \begin_layout Plain Layout
10940 保護された空白を挿入したのち,
10941 \family sans
10942 Space
10943 \family default
10944 を叩く回数
10945 \end_layout
10946
10947 \end_inset
10948 </cell>
10949 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10950 \begin_inset Text
10951
10952 \begin_layout Plain Layout
10953 出力
10954 \end_layout
10955
10956 \end_inset
10957 </cell>
10958 </row>
10959 <row>
10960 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10961 \begin_inset Text
10962
10963 \begin_layout Plain Layout
10964
10965 \backslash
10966 ,
10967 \end_layout
10968
10969 \end_inset
10970 </cell>
10971 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10972 \begin_inset Text
10973
10974 \begin_layout Plain Layout
10975 0
10976 \end_layout
10977
10978 \end_inset
10979 </cell>
10980 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
10981 \begin_inset Text
10982
10983 \begin_layout Plain Layout
10984 \begin_inset Formula $A\,B$
10985 \end_inset
10986
10987
10988 \end_layout
10989
10990 \end_inset
10991 </cell>
10992 </row>
10993 <row>
10994 <cell alignment="center" valignment="top" leftline="true" usebox="none">
10995 \begin_inset Text
10996
10997 \begin_layout Plain Layout
10998
10999 \backslash
11000 :
11001 \end_layout
11002
11003 \end_inset
11004 </cell>
11005 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11006 \begin_inset Text
11007
11008 \begin_layout Plain Layout
11009 1
11010 \end_layout
11011
11012 \end_inset
11013 </cell>
11014 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11015 \begin_inset Text
11016
11017 \begin_layout Plain Layout
11018 \begin_inset Formula $A\:B$
11019 \end_inset
11020
11021
11022 \end_layout
11023
11024 \end_inset
11025 </cell>
11026 </row>
11027 <row>
11028 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11029 \begin_inset Text
11030
11031 \begin_layout Plain Layout
11032
11033 \backslash
11034 ;
11035 \end_layout
11036
11037 \end_inset
11038 </cell>
11039 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11040 \begin_inset Text
11041
11042 \begin_layout Plain Layout
11043 2
11044 \end_layout
11045
11046 \end_inset
11047 </cell>
11048 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11049 \begin_inset Text
11050
11051 \begin_layout Plain Layout
11052 \begin_inset Formula $A\;B$
11053 \end_inset
11054
11055
11056 \end_layout
11057
11058 \end_inset
11059 </cell>
11060 </row>
11061 <row>
11062 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11063 \begin_inset Text
11064
11065 \begin_layout Plain Layout
11066
11067 \backslash
11068 quad
11069 \end_layout
11070
11071 \end_inset
11072 </cell>
11073 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11074 \begin_inset Text
11075
11076 \begin_layout Plain Layout
11077 3
11078 \end_layout
11079
11080 \end_inset
11081 </cell>
11082 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11083 \begin_inset Text
11084
11085 \begin_layout Plain Layout
11086 \begin_inset Formula $A\quad B$
11087 \end_inset
11088
11089
11090 \end_layout
11091
11092 \end_inset
11093 </cell>
11094 </row>
11095 <row>
11096 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11097 \begin_inset Text
11098
11099 \begin_layout Plain Layout
11100
11101 \backslash
11102 qquad
11103 \end_layout
11104
11105 \end_inset
11106 </cell>
11107 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11108 \begin_inset Text
11109
11110 \begin_layout Plain Layout
11111 4
11112 \end_layout
11113
11114 \end_inset
11115 </cell>
11116 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11117 \begin_inset Text
11118
11119 \begin_layout Plain Layout
11120 \begin_inset Formula $A\qquad B$
11121 \end_inset
11122
11123
11124 \end_layout
11125
11126 \end_inset
11127 </cell>
11128 </row>
11129 </lyxtabular>
11130
11131 \end_inset
11132
11133
11134 \begin_inset space \hfill{}
11135 \end_inset
11136
11137
11138 \begin_inset Tabular
11139 <lyxtabular version="3" rows="6" columns="3">
11140 <features booktabs="true" tabularvalignment="middle">
11141 <column alignment="center" valignment="top">
11142 <column alignment="center" valignment="top" width="15col%">
11143 <column alignment="center" valignment="top">
11144 <row>
11145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11146 \begin_inset Text
11147
11148 \begin_layout Plain Layout
11149 コマンド
11150 \end_layout
11151
11152 \end_inset
11153 </cell>
11154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11155 \begin_inset Text
11156
11157 \begin_layout Plain Layout
11158 保護された空白を挿入したのち,
11159 \family sans
11160 Space
11161 \family default
11162 を叩く回数
11163 \end_layout
11164
11165 \end_inset
11166 </cell>
11167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11168 \begin_inset Text
11169
11170 \begin_layout Plain Layout
11171 出力
11172 \end_layout
11173
11174 \end_inset
11175 </cell>
11176 </row>
11177 <row>
11178 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11179 \begin_inset Text
11180
11181 \begin_layout Plain Layout
11182
11183 \backslash
11184 hfill
11185 \end_layout
11186
11187 \end_inset
11188 </cell>
11189 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11190 \begin_inset Text
11191
11192 \begin_layout Plain Layout
11193 5
11194 \end_layout
11195
11196 \end_inset
11197 </cell>
11198 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11199 \begin_inset Text
11200
11201 \begin_layout Plain Layout
11202 \begin_inset Formula $A\hfill B$
11203 \end_inset
11204
11205
11206 \end_layout
11207
11208 \end_inset
11209 </cell>
11210 </row>
11211 <row>
11212 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11213 \begin_inset Text
11214
11215 \begin_layout Plain Layout
11216
11217 \backslash
11218 hspace*{1em}
11219 \end_layout
11220
11221 \end_inset
11222 </cell>
11223 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11224 \begin_inset Text
11225
11226 \begin_layout Plain Layout
11227 6
11228 \end_layout
11229
11230 \end_inset
11231 </cell>
11232 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11233 \begin_inset Text
11234
11235 \begin_layout Plain Layout
11236 \begin_inset Formula $A\hspace*{1em}B$
11237 \end_inset
11238
11239
11240 \end_layout
11241
11242 \end_inset
11243 </cell>
11244 </row>
11245 <row>
11246 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11247 \begin_inset Text
11248
11249 \begin_layout Plain Layout
11250
11251 \backslash
11252 hspace{1em}
11253 \end_layout
11254
11255 \end_inset
11256 </cell>
11257 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11258 \begin_inset Text
11259
11260 \begin_layout Plain Layout
11261 7
11262 \end_layout
11263
11264 \end_inset
11265 </cell>
11266 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11267 \begin_inset Text
11268
11269 \begin_layout Plain Layout
11270 \begin_inset Formula $A\hspace{1em}B$
11271 \end_inset
11272
11273
11274 \end_layout
11275
11276 \end_inset
11277 </cell>
11278 </row>
11279 <row>
11280 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11281 \begin_inset Text
11282
11283 \begin_layout Plain Layout
11284
11285 \backslash
11286
11287 \begin_inset space \textvisiblespace{}
11288 \end_inset
11289
11290
11291 \end_layout
11292
11293 \end_inset
11294 </cell>
11295 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11296 \begin_inset Text
11297
11298 \begin_layout Plain Layout
11299 8
11300 \end_layout
11301
11302 \end_inset
11303 </cell>
11304 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11305 \begin_inset Text
11306
11307 \begin_layout Plain Layout
11308 \begin_inset Formula $A\ B$
11309 \end_inset
11310
11311
11312 \end_layout
11313
11314 \end_inset
11315 </cell>
11316 </row>
11317 <row>
11318 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11319 \begin_inset Text
11320
11321 \begin_layout Plain Layout
11322
11323 \backslash
11324 !
11325 \end_layout
11326
11327 \end_inset
11328 </cell>
11329 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11330 \begin_inset Text
11331
11332 \begin_layout Plain Layout
11333 9
11334 \end_layout
11335
11336 \end_inset
11337 </cell>
11338 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11339 \begin_inset Text
11340
11341 \begin_layout Plain Layout
11342 \begin_inset Formula $A\!B$
11343 \end_inset
11344
11345
11346 \end_layout
11347
11348 \end_inset
11349 </cell>
11350 </row>
11351 </lyxtabular>
11352
11353 \end_inset
11354
11355
11356 \end_layout
11357
11358 \begin_layout Standard
11359 5
11360 \lang english
11361
11362 \begin_inset space \thinspace{}
11363 \end_inset
11364
11365
11366 \lang japanese
11367
11368 \lang english
11369
11370 \begin_inset space \thinspace{}
11371 \end_inset
11372
11373
11374 \lang japanese
11375 7回
11376 \family sans
11377 Space
11378 \family default
11379 を押した場合は,第
11380 \begin_inset CommandInset ref
11381 LatexCommand ref
11382 reference "subsec:可変長の空白"
11383
11384 \end_inset
11385
11386 節に説明されているように,可変空白となります.9回押した場合は,一見,空白を生まないように見えます.実はこれは負の長さなので,他の長さと異なり,\SpecialChar LyX
11387 中では赤で表示さ
11388 れます.以下のように,他にもう二つ,負の長さの空白があります.
11389 \end_layout
11390
11391 \begin_layout Standard
11392 \align center
11393 \begin_inset Tabular
11394 <lyxtabular version="3" rows="3" columns="3">
11395 <features booktabs="true" tabularvalignment="middle">
11396 <column alignment="center" valignment="middle" width="6.8cm">
11397 <column alignment="center" valignment="top" width="0pt">
11398 <column alignment="center" valignment="top" width="0pt">
11399 <row>
11400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11401 \begin_inset Text
11402
11403 \begin_layout Plain Layout
11404 コマンド
11405 \end_layout
11406
11407 \end_inset
11408 </cell>
11409 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11410 \begin_inset Text
11411
11412 \begin_layout Plain Layout
11413
11414 \backslash
11415 negmedspace
11416 \end_layout
11417
11418 \end_inset
11419 </cell>
11420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11421 \begin_inset Text
11422
11423 \begin_layout Plain Layout
11424
11425 \backslash
11426 negthickspace
11427 \end_layout
11428
11429 \end_inset
11430 </cell>
11431 </row>
11432 <row>
11433 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11434 \begin_inset Text
11435
11436 \begin_layout Plain Layout
11437 保護された空白を挿入したのち,
11438 \family sans
11439 Space
11440 \family default
11441 を叩く回数
11442 \end_layout
11443
11444 \end_inset
11445 </cell>
11446 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11447 \begin_inset Text
11448
11449 \begin_layout Plain Layout
11450 10
11451 \end_layout
11452
11453 \end_inset
11454 </cell>
11455 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11456 \begin_inset Text
11457
11458 \begin_layout Plain Layout
11459 11
11460 \end_layout
11461
11462 \end_inset
11463 </cell>
11464 </row>
11465 <row>
11466 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11467 \begin_inset Text
11468
11469 \begin_layout Plain Layout
11470 出力
11471 \end_layout
11472
11473 \end_inset
11474 </cell>
11475 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11476 \begin_inset Text
11477
11478 \begin_layout Plain Layout
11479 \begin_inset Formula $A\negmedspace B$
11480 \end_inset
11481
11482
11483 \end_layout
11484
11485 \end_inset
11486 </cell>
11487 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11488 \begin_inset Text
11489
11490 \begin_layout Plain Layout
11491 \begin_inset Formula $A\negthickspace B$
11492 \end_inset
11493
11494
11495 \end_layout
11496
11497 \end_inset
11498 </cell>
11499 </row>
11500 </lyxtabular>
11501
11502 \end_inset
11503
11504
11505 \end_layout
11506
11507 \begin_layout Standard
11508 負の空白を使うと,文字が重なってしまうことがあります.これを利用して,合字処理を強制することができます.これは,たとえば以下のように,和演算子に使えます.
11509 \end_layout
11510
11511 \begin_layout Standard
11512 \align center
11513 \begin_inset Tabular
11514 <lyxtabular version="3" rows="3" columns="2">
11515 <features booktabs="true" tabularvalignment="middle">
11516 <column alignment="center" valignment="top" width="0pt">
11517 <column alignment="center" valignment="top">
11518 <row>
11519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11520 \begin_inset Text
11521
11522 \begin_layout Plain Layout
11523 コマンド
11524 \end_layout
11525
11526 \end_inset
11527 </cell>
11528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11529 \begin_inset Text
11530
11531 \begin_layout Plain Layout
11532 出力
11533 \end_layout
11534
11535 \end_inset
11536 </cell>
11537 </row>
11538 <row>
11539 <cell alignment="center" valignment="top" leftline="true" usebox="none">
11540 \begin_inset Text
11541
11542 \begin_layout Plain Layout
11543
11544 \backslash
11545 sum
11546 \backslash
11547 sum
11548 \begin_inset space \textvisiblespace{}
11549 \end_inset
11550
11551 f_kl
11552 \end_layout
11553
11554 \end_inset
11555 </cell>
11556 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
11557 \begin_inset Text
11558
11559 \begin_layout Plain Layout
11560 \begin_inset Formula $\sum\sum f_{kl}$
11561 \end_inset
11562
11563
11564 \end_layout
11565
11566 \end_inset
11567 </cell>
11568 </row>
11569 <row>
11570 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11571 \begin_inset Text
11572
11573 \begin_layout Plain Layout
11574
11575 \backslash
11576 sum
11577 \backslash
11578 negmedspace
11579 \backslash
11580 sum
11581 \begin_inset space \textvisiblespace{}
11582 \end_inset
11583
11584 f_kl
11585 \end_layout
11586
11587 \end_inset
11588 </cell>
11589 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11590 \begin_inset Text
11591
11592 \begin_layout Plain Layout
11593 \begin_inset Formula $\sum\negmedspace\sum f_{kl}$
11594 \end_inset
11595
11596
11597 \end_layout
11598
11599 \end_inset
11600 </cell>
11601 </row>
11602 </lyxtabular>
11603
11604 \end_inset
11605
11606
11607 \end_layout
11608
11609 \begin_layout Standard
11610 \noindent
11611 \begin_inset VSpace medskip
11612 \end_inset
11613
11614
11615 \end_layout
11616
11617 \begin_layout Standard
11618 \noindent
11619 イコール記号などの関係子は,つねに空白を前後に伴うようになっていますが,これを抑制するには,イコール記号を\SpecialChar TeX
11620 括弧で囲みます.以下の例にこれを示します.
11621 \end_layout
11622
11623 \begin_layout Standard
11624 \align center
11625 \begin_inset Tabular
11626 <lyxtabular version="3" rows="2" columns="2">
11627 <features booktabs="true" tabularvalignment="middle">
11628 <column alignment="center" valignment="top" width="0pt">
11629 <column alignment="center" valignment="top" width="0pt">
11630 <row>
11631 <cell alignment="center" valignment="top" usebox="none">
11632 \begin_inset Text
11633
11634 \begin_layout Plain Layout
11635 通常の数式
11636 \end_layout
11637
11638 \end_inset
11639 </cell>
11640 <cell alignment="center" valignment="top" usebox="none">
11641 \begin_inset Text
11642
11643 \begin_layout Plain Layout
11644 \begin_inset Formula $A=B$
11645 \end_inset
11646
11647
11648 \end_layout
11649
11650 \end_inset
11651 </cell>
11652 </row>
11653 <row>
11654 <cell alignment="center" valignment="top" usebox="none">
11655 \begin_inset Text
11656
11657 \begin_layout Plain Layout
11658 空白なしの数式
11659 \end_layout
11660
11661 \end_inset
11662 </cell>
11663 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11664 \begin_inset Text
11665
11666 \begin_layout Plain Layout
11667 \begin_inset Formula $A{=}B$
11668 \end_inset
11669
11670
11671 \end_layout
11672
11673 \end_inset
11674 </cell>
11675 </row>
11676 </lyxtabular>
11677
11678 \end_inset
11679
11680
11681 \end_layout
11682
11683 \begin_layout Standard
11684 \noindent
11685 二行目の数式を作るコマンドは,
11686 \series bold
11687 A
11688 \backslash
11689 {=
11690 \begin_inset Formula $\to$
11691 \end_inset
11692
11693 B
11694 \series default
11695 です.
11696 \end_layout
11697
11698 \begin_layout Standard
11699 \begin_inset VSpace bigskip
11700 \end_inset
11701
11702 物理単位には,値と単位のあいだに通常の空白ではなく,最小の空白を入れる必要があるために,それに適した空白が必要です.本文中の単位には,挿入\SpecialChar menuseparator
11703 整形\SpecialChar menuseparator
11704 小空白メニュー(
11705 \begin_inset Flex Ruby
11706 status collapsed
11707
11708 \begin_layout Plain Layout
11709 捷径
11710 \begin_inset Argument post:1
11711 status collapsed
11712
11713 \begin_layout Plain Layout
11714 ショートカット
11715 \end_layout
11716
11717 \end_inset
11718
11719
11720 \end_layout
11721
11722 \end_inset
11723
11724
11725 \begin_inset Info
11726 type  "shortcut"
11727 arg   "space-insert thin"
11728 \end_inset
11729
11730 )で,最小の空白を挿入することができます.
11731 \end_layout
11732
11733 \begin_layout Standard
11734 違いを示す例を以下に掲げます.
11735 \end_layout
11736
11737 \begin_layout Standard
11738 \begin_inset Tabular
11739 <lyxtabular version="3" rows="2" columns="2">
11740 <features tabularvalignment="middle">
11741 <column alignment="left" valignment="top">
11742 <column alignment="left" valignment="top">
11743 <row>
11744 <cell alignment="center" valignment="top" usebox="none">
11745 \begin_inset Text
11746
11747 \begin_layout Plain Layout
11748 24 kW
11749 \begin_inset Formula $\cdot$
11750 \end_inset
11751
11752 h
11753 \end_layout
11754
11755 \end_inset
11756 </cell>
11757 <cell alignment="center" valignment="top" usebox="none">
11758 \begin_inset Text
11759
11760 \begin_layout Plain Layout
11761 値と単位のあいだに通常の空白を入れた例
11762 \end_layout
11763
11764 \end_inset
11765 </cell>
11766 </row>
11767 <row>
11768 <cell alignment="center" valignment="top" usebox="none">
11769 \begin_inset Text
11770
11771 \begin_layout Plain Layout
11772 24
11773 \begin_inset space \thinspace{}
11774 \end_inset
11775
11776 kW
11777 \begin_inset Formula $\cdot$
11778 \end_inset
11779
11780 h
11781 \end_layout
11782
11783 \end_inset
11784 </cell>
11785 <cell alignment="center" valignment="top" usebox="none">
11786 \begin_inset Text
11787
11788 \begin_layout Plain Layout
11789 値と単位のあいだに最小の空白を入れた例
11790 \end_layout
11791
11792 \end_inset
11793 </cell>
11794 </row>
11795 </lyxtabular>
11796
11797 \end_inset
11798
11799
11800 \end_layout
11801
11802 \begin_layout Subsection
11803 可変長の空白
11804 \begin_inset ERT
11805 status collapsed
11806
11807 \begin_layout Plain Layout
11808
11809
11810 \backslash
11811 texorpdfstring{
11812 \end_layout
11813
11814 \end_inset
11815
11816
11817 \begin_inset Foot
11818 status collapsed
11819
11820 \begin_layout Plain Layout
11821 数式中の垂直方向の空白については,第
11822 \begin_inset CommandInset ref
11823 LatexCommand ref
11824 reference "subsec:行間"
11825
11826 \end_inset
11827
11828 節をご覧下さい.
11829 \end_layout
11830
11831 \end_inset
11832
11833
11834 \begin_inset ERT
11835 status collapsed
11836
11837 \begin_layout Plain Layout
11838
11839 }{}
11840 \end_layout
11841
11842 \end_inset
11843
11844
11845 \begin_inset Note Note
11846 status collapsed
11847
11848 \begin_layout Plain Layout
11849
11850 \backslash
11851 texorpdfstringは,PDFのしおりに脚註が現れるのを防ぐために使われています.
11852 \end_layout
11853
11854 \begin_layout Plain Layout
11855
11856 \backslash
11857 texorpdfstringについての詳細は,第
11858 \begin_inset CommandInset ref
11859 LatexCommand ref
11860 reference "subsec:節見出し中の数式"
11861
11862 \end_inset
11863
11864 節にあります.
11865 \end_layout
11866
11867 \end_inset
11868
11869
11870 \begin_inset CommandInset label
11871 LatexCommand label
11872 name "subsec:可変長の空白"
11873
11874 \end_inset
11875
11876
11877 \begin_inset Index idx
11878 range none
11879 pageformat default
11880 status collapsed
11881
11882 \begin_layout Plain Layout
11883 くうはく@空白 ! すいへい@水平
11884 \begin_inset space \thinspace{}
11885 \end_inset
11886
11887 —— ! かへんちょう@可変長
11888 \end_layout
11889
11890 \end_inset
11891
11892
11893 \end_layout
11894
11895 \begin_layout Standard
11896 指定した長さの空白が,
11897 \series bold
11898
11899 \backslash
11900 hspace
11901 \series default
11902
11903 \begin_inset Index idx
11904 range none
11905 pageformat default
11906 status collapsed
11907
11908 \begin_layout Plain Layout
11909 こまんど@コマンド ! H ! 
11910 \backslash
11911 hspace
11912 \end_layout
11913
11914 \end_inset
11915
11916 コマンドで入力することができます.すると,ながい「
11917 \color blue
11918
11919 \begin_inset space \textvisiblespace{}
11920 \end_inset
11921
11922
11923 \color inherit
11924 」が現れます.長さは,「
11925 \color blue
11926
11927 \begin_inset space \textvisiblespace{}
11928 \end_inset
11929
11930
11931 \color inherit
11932 」を左クリックすることによって指定することができます.長さは負の値でも構いません.空白が行冒頭の文字である場合,それは無視されます.この場合でも,空白出力を強制
11933 させたいときには,
11934 \series bold
11935
11936 \backslash
11937 hspace
11938 \series default
11939 コマンドの代わりに
11940 \series bold
11941
11942 \backslash
11943 hspace*
11944 \series default
11945 コマンドを使用するか,「
11946 \color blue
11947 \lang english
11948
11949 \begin_inset space \textvisiblespace{}
11950 \end_inset
11951
11952
11953 \color inherit
11954 \lang japanese
11955 」の上を左クリックして,
11956 \family sans
11957 保護
11958 \family default
11959 オプションをチェックしてください.
11960 \begin_inset Newline newline
11961 \end_inset
11962
11963 数式が使用できる空白をすべて使い尽くすだけの空白を挿入するには,
11964 \series bold
11965
11966 \backslash
11967 hfill
11968 \series default
11969
11970 \begin_inset Index idx
11971 range none
11972 pageformat default
11973 status collapsed
11974
11975 \begin_layout Plain Layout
11976 こまんど@コマンド ! H ! 
11977 \backslash
11978 hfill
11979 \end_layout
11980
11981 \end_inset
11982
11983 コマンドを使用します.
11984 \end_layout
11985
11986 \begin_layout Standard
11987 \align center
11988 \begin_inset Tabular
11989 <lyxtabular version="3" rows="4" columns="2">
11990 <features booktabs="true" tabularvalignment="middle">
11991 <column alignment="center" valignment="top" width="0pt">
11992 <column alignment="center" valignment="top">
11993 <row>
11994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11995 \begin_inset Text
11996
11997 \begin_layout Plain Layout
11998 コマンド(
11999 \backslash
12000 hspace 長さ)
12001 \end_layout
12002
12003 \end_inset
12004 </cell>
12005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12006 \begin_inset Text
12007
12008 \begin_layout Plain Layout
12009 出力
12010 \end_layout
12011
12012 \end_inset
12013 </cell>
12014 </row>
12015 <row>
12016 <cell alignment="center" valignment="top" leftline="true" usebox="none">
12017 \begin_inset Text
12018
12019 \begin_layout Plain Layout
12020 A=B
12021 \backslash
12022 hspace
12023 \begin_inset space \textvisiblespace{}
12024 \end_inset
12025
12026 A
12027 \backslash
12028 not=C (3
12029 \begin_inset space \thinspace{}
12030 \end_inset
12031
12032 cm)
12033 \end_layout
12034
12035 \end_inset
12036 </cell>
12037 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12038 \begin_inset Text
12039
12040 \begin_layout Plain Layout
12041 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
12042 \end_inset
12043
12044
12045 \end_layout
12046
12047 \end_inset
12048 </cell>
12049 </row>
12050 <row>
12051 <cell alignment="center" valignment="top" leftline="true" usebox="none">
12052 \begin_inset Text
12053
12054 \begin_layout Plain Layout
12055 A
12056 \backslash
12057 hspace
12058 \begin_inset space \textvisiblespace{}
12059 \end_inset
12060
12061 A
12062 \backslash
12063 not=A (-1
12064 \begin_inset space \thinspace{}
12065 \end_inset
12066
12067 mm)
12068 \end_layout
12069
12070 \end_inset
12071 </cell>
12072 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12073 \begin_inset Text
12074
12075 \begin_layout Plain Layout
12076 \begin_inset Formula $A\hspace{-1mm}A\not=A$
12077 \end_inset
12078
12079
12080 \end_layout
12081
12082 \end_inset
12083 </cell>
12084 </row>
12085 <row>
12086 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12087 \begin_inset Text
12088
12089 \begin_layout Plain Layout
12090 A=A
12091 \backslash
12092 hfill
12093 \begin_inset space \textvisiblespace{}
12094 \end_inset
12095
12096 B=B
12097 \end_layout
12098
12099 \end_inset
12100 </cell>
12101 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12102 \begin_inset Text
12103
12104 \begin_layout Plain Layout
12105 \begin_inset Formula $A=A\hfill B=B$
12106 \end_inset
12107
12108
12109 \end_layout
12110
12111 \end_inset
12112 </cell>
12113 </row>
12114 </lyxtabular>
12115
12116 \end_inset
12117
12118
12119 \end_layout
12120
12121 \begin_layout Standard
12122 上記の最後の例では,使用できる空白は,表の列中もっとも長い要素によって規定されます.行内数式では,空白は,
12123 \series bold
12124
12125 \backslash
12126 hfill
12127 \series default
12128 が挿入された行の長さに依存します.つまり,その行が全幅を使用している場合,空白はまったく作られません.また
12129 \series bold
12130
12131 \backslash
12132 hfill
12133 \series default
12134 は,別行立て数式中では,
12135 \series bold
12136 行頭下げ
12137 \series default
12138 数式スタイルが使われているときのみ,意味を持ちます(数式スタイルは第
12139 \begin_inset CommandInset ref
12140 LatexCommand ref
12141 reference "sec:数式様式"
12142
12143 \end_inset
12144
12145 節で説明されています).
12146 \end_layout
12147
12148 \begin_layout Standard
12149
12150 \series bold
12151
12152 \backslash
12153 hfill
12154 \series default
12155 の他にも,空白を模様で埋める
12156 \series bold
12157
12158 \backslash
12159 dotfill
12160 \series default
12161
12162 \series bold
12163
12164 \backslash
12165 hrulefill
12166 \series default
12167 といったコマンドがあります.用例については第
12168 \begin_inset CommandInset ref
12169 LatexCommand ref
12170 reference "subsec:省略符号"
12171
12172 \end_inset
12173
12174 節をご参照下さい.
12175 \end_layout
12176
12177 \begin_layout Standard
12178 本文中では,可変長空白は,
12179 \family sans
12180 挿入\SpecialChar menuseparator
12181 整形\SpecialChar menuseparator
12182 水平方向の空白
12183 \family default
12184 メニューで挿入することができます.
12185 \end_layout
12186
12187 \begin_layout Standard
12188 (例)
12189 \end_layout
12190
12191 \begin_layout Standard
12192 この行には,
12193 \begin_inset space \hspace{}
12194 \length 2cm
12195 \end_inset
12196
12197 2
12198 \begin_inset space \thinspace{}
12199 \end_inset
12200
12201 cmの空白が入っています.
12202 \end_layout
12203
12204 \begin_layout Standard
12205 この行には,
12206 \begin_inset space \hfill{}
12207 \end_inset
12208
12209 最大の空白が入っています.
12210 \end_layout
12211
12212 \begin_layout Subsection
12213 行内数式周りの空白
12214 \begin_inset Index idx
12215 range none
12216 pageformat default
12217 status collapsed
12218
12219 \begin_layout Plain Layout
12220 くうはく@空白 ! ぎょうないすうしきまわり@行内数式周り
12221 \end_layout
12222
12223 \end_inset
12224
12225
12226 \end_layout
12227
12228 \begin_layout Standard
12229 行内数式前後の空白は,長さ
12230 \series bold
12231
12232 \backslash
12233 mathsurround
12234 \begin_inset Index idx
12235 range none
12236 pageformat default
12237 status collapsed
12238
12239 \begin_layout Plain Layout
12240 こまんど@コマンド ! M ! 
12241 \backslash
12242 mathsurround
12243 \end_layout
12244
12245 \end_inset
12246
12247
12248 \series default
12249 を使って調節することができます.長さの値は,以下の書式を持つ
12250 \series bold
12251
12252 \backslash
12253 setlength
12254 \begin_inset Index idx
12255 range none
12256 pageformat default
12257 status collapsed
12258
12259 \begin_layout Plain Layout
12260 こまんど@コマンド ! S ! 
12261 \backslash
12262 setlength
12263 \end_layout
12264
12265 \end_inset
12266
12267
12268 \series default
12269 コマンドを使って設定することができます.
12270 \end_layout
12271
12272 \begin_layout Standard
12273
12274 \series bold
12275
12276 \backslash
12277 setlength{長さ名}{値}
12278 \end_layout
12279
12280 \begin_layout Standard
12281
12282 \series bold
12283
12284 \backslash
12285 mathsurround
12286 \series default
12287 を5
12288 \begin_inset space \thinspace{}
12289 \end_inset
12290
12291 mmの値に設定するには,以下のコマンド
12292 \end_layout
12293
12294 \begin_layout Standard
12295
12296 \series bold
12297
12298 \backslash
12299 setlength{
12300 \backslash
12301 mathsurround}{5mm}
12302 \end_layout
12303
12304 \begin_layout Standard
12305 を\SpecialChar TeX
12306 モードで挿入します.すると,5
12307 \begin_inset space \thinspace{}
12308 \end_inset
12309
12310 mmの空白がすべての行内数式の前後に設定されることになります.
12311 \begin_inset ERT
12312 status collapsed
12313
12314 \begin_layout Plain Layout
12315
12316
12317 \backslash
12318 setlength{
12319 \backslash
12320 mathsurround}{5mm}
12321 \end_layout
12322
12323 \end_inset
12324
12325
12326 \end_layout
12327
12328 \begin_layout Standard
12329 この行には,周囲に5
12330 \begin_inset space \thinspace{}
12331 \end_inset
12332
12333 mmの余白を設定した行内数式
12334 \begin_inset Formula $A=B$
12335 \end_inset
12336
12337 があります.
12338 \begin_inset ERT
12339 status collapsed
12340
12341 \begin_layout Plain Layout
12342
12343
12344 \backslash
12345 setlength{
12346 \backslash
12347 mathsurround}{0pt}
12348 \end_layout
12349
12350 \end_inset
12351
12352
12353 \end_layout
12354
12355 \begin_layout Standard
12356 既定値に戻すには,
12357 \series bold
12358
12359 \backslash
12360 mathsurround
12361 \series default
12362 を0
12363 \begin_inset space \thinspace{}
12364 \end_inset
12365
12366 ptの値に戻して下さい.
12367 \end_layout
12368
12369 \begin_layout Section
12370 ボックスと枠
12371 \begin_inset Index idx
12372 range none
12373 pageformat default
12374 status collapsed
12375
12376 \begin_layout Plain Layout
12377 ぼっくす@ボックス
12378 \end_layout
12379
12380 \end_inset
12381
12382
12383 \begin_inset Index idx
12384 range none
12385 pageformat default
12386 status collapsed
12387
12388 \begin_layout Plain Layout
12389 わく@枠
12390 \begin_inset ERT
12391 status collapsed
12392
12393 \begin_layout Plain Layout
12394
12395 |see{
12396 \end_layout
12397
12398 \end_inset
12399
12400 ボックス
12401 \begin_inset ERT
12402 status collapsed
12403
12404 \begin_layout Plain Layout
12405
12406 }
12407 \end_layout
12408
12409 \end_inset
12410
12411
12412 \end_layout
12413
12414 \end_inset
12415
12416
12417 \end_layout
12418
12419 \begin_layout Standard
12420 本文中のボックスについては,取扱説明書
12421 \family typewriter
12422 埋め込みオブジェクト篇
12423 \family default
12424
12425 \family typewriter
12426 ボックス
12427 \family default
12428 の章に述べられています.
12429 \end_layout
12430
12431 \begin_layout Subsection
12432 枠付きボックス
12433 \begin_inset CommandInset label
12434 LatexCommand label
12435 name "subsec:枠付きボックス"
12436
12437 \end_inset
12438
12439
12440 \begin_inset Index idx
12441 range none
12442 pageformat default
12443 status collapsed
12444
12445 \begin_layout Plain Layout
12446 ぼっくす@ボックス ! わくつき@枠付き
12447 \begin_inset space \thinspace{}
12448 \end_inset
12449
12450 ——
12451 \end_layout
12452
12453 \end_inset
12454
12455
12456 \end_layout
12457
12458 \begin_layout Standard
12459
12460 \series bold
12461
12462 \backslash
12463 fbox
12464 \series default
12465
12466 \begin_inset Index idx
12467 range none
12468 pageformat default
12469 status collapsed
12470
12471 \begin_layout Plain Layout
12472 こまんど@コマンド ! F ! 
12473 \backslash
12474 fbox
12475 \end_layout
12476
12477 \end_inset
12478
12479 コマンドや
12480 \series bold
12481
12482 \backslash
12483 boxed
12484 \series default
12485
12486 \begin_inset Index idx
12487 range none
12488 pageformat default
12489 status collapsed
12490
12491 \begin_layout Plain Layout
12492 こまんど@コマンド ! B ! 
12493 \backslash
12494 boxed
12495 \end_layout
12496
12497 \end_inset
12498
12499 コマンドを使えば,数式やその一部を枠の中に入れることができます.
12500 \end_layout
12501
12502 \begin_layout Standard
12503 どちらかのコマンドを数式に挿入すると,枠の中に青枠が現れ,数式の断片を入れることができます.
12504 \series bold
12505
12506 \backslash
12507 fbox
12508 \series default
12509 の場合には,そのままではボックスの中身が数式テキストとして取り扱われてしまうので,
12510 \family sans
12511 Ctrl+M
12512 \family default
12513 を使って,このボックスの中にもう一度数式を作らなくてはなりません.
12514 \series bold
12515
12516 \backslash
12517 boxed
12518 \series default
12519 を使った場合には,新しい数式が自動的に枠内に作られます.
12520 \end_layout
12521
12522 \begin_layout Standard
12523
12524 \series bold
12525
12526 \backslash
12527 fbox
12528 \series default
12529 コマンドは,数式がつねに本文の大きさに設定されてしまうので,別行立て数式に枠を付けるのには適していません.逆に
12530 \series bold
12531
12532 \backslash
12533 boxed
12534 \series default
12535 は,数式がつねに別行立て数式の大きさに設定されてしまうので,行内数式に枠をつけるのには適していません.
12536 \end_layout
12537
12538 \begin_layout Standard
12539
12540 \series bold
12541
12542 \backslash
12543 fbox
12544 \series default
12545 の拡張として,枠幅と配置も指定することができる
12546 \series bold
12547
12548 \backslash
12549 framebox
12550 \series default
12551
12552 \begin_inset Index idx
12553 range none
12554 pageformat default
12555 status collapsed
12556
12557 \begin_layout Plain Layout
12558 こまんど@コマンド ! F ! 
12559 \backslash
12560 framebox
12561 \end_layout
12562
12563 \end_inset
12564
12565 コマンドがあります.
12566 \series bold
12567
12568 \backslash
12569 framebox
12570 \series default
12571 は,以下の書式を持ちます.
12572 \end_layout
12573
12574 \begin_layout Standard
12575
12576 \series bold
12577
12578 \backslash
12579 framebox[枠幅][位置]{ボックスの内容}
12580 \end_layout
12581
12582 \begin_layout Standard
12583 「位置」は,
12584 \emph on
12585 l
12586 \emph default
12587
12588 \emph on
12589 r
12590 \emph default
12591 の値をとります.
12592 \emph on
12593 l
12594 \emph default
12595 は,ボックス中で数式を左寄せ,
12596 \emph on
12597 r
12598 \emph default
12599 は右寄せにします.位置を指定しない時には,数式は中央揃えになります.
12600 \begin_inset Newline newline
12601 \end_inset
12602
12603 「枠幅」を指定しない時には,位置を指定することができません.この場合には,
12604 \series bold
12605
12606 \backslash
12607 fbox
12608 \series default
12609 と同様,枠幅がボックスの内容に応じて調節されるのです.
12610 \end_layout
12611
12612 \begin_layout Standard
12613
12614 \series bold
12615
12616 \backslash
12617 framebox
12618 \series default
12619 コマンドを挿入すると,三つの青枠を含むボックスが現れます.最初の二つの枠は括弧で囲まれており,二つとも非必須の変数であることを意味します.三つ目の枠は,
12620 \series bold
12621
12622 \backslash
12623 fbox
12624 \series default
12625 同様,数式の断片を入れるためのものです.
12626 \end_layout
12627
12628 \begin_layout Standard
12629 \align center
12630 \begin_inset Tabular
12631 <lyxtabular version="3" rows="5" columns="2">
12632 <features booktabs="true" tabularvalignment="middle">
12633 <column alignment="center" valignment="top" width="0pt">
12634 <column alignment="center" valignment="top">
12635 <row>
12636 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12637 \begin_inset Text
12638
12639 \begin_layout Plain Layout
12640 コマンド
12641 \end_layout
12642
12643 \end_inset
12644 </cell>
12645 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12646 \begin_inset Text
12647
12648 \begin_layout Plain Layout
12649 出力
12650 \end_layout
12651
12652 \end_inset
12653 </cell>
12654 </row>
12655 <row topspace="1.5mm">
12656 <cell alignment="center" valignment="top" usebox="none">
12657 \begin_inset Text
12658
12659 \begin_layout Plain Layout
12660
12661 \backslash
12662 fbox
12663 \begin_inset space \textvisiblespace{}
12664 \end_inset
12665
12666
12667 \family sans
12668 Ctrl+M
12669 \family default
12670  
12671 \backslash
12672 int
12673 \begin_inset space \textvisiblespace{}
12674 \end_inset
12675
12676 A=B
12677 \end_layout
12678
12679 \end_inset
12680 </cell>
12681 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12682 \begin_inset Text
12683
12684 \begin_layout Plain Layout
12685 \begin_inset Formula $\fbox{\ensuremath{\int A=B}}$
12686 \end_inset
12687
12688
12689 \end_layout
12690
12691 \end_inset
12692 </cell>
12693 </row>
12694 <row topspace="1.5mm">
12695 <cell alignment="center" valignment="top" usebox="none">
12696 \begin_inset Text
12697
12698 \begin_layout Plain Layout
12699
12700 \backslash
12701 boxed
12702 \begin_inset space \textvisiblespace{}
12703 \end_inset
12704
12705
12706 \backslash
12707 int
12708 \begin_inset space \textvisiblespace{}
12709 \end_inset
12710
12711 A=B
12712 \end_layout
12713
12714 \end_inset
12715 </cell>
12716 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12717 \begin_inset Text
12718
12719 \begin_layout Plain Layout
12720 \begin_inset Formula $\boxed{\int A=B}$
12721 \end_inset
12722
12723
12724 \end_layout
12725
12726 \end_inset
12727 </cell>
12728 </row>
12729 <row topspace="1.5mm">
12730 <cell alignment="center" valignment="top" usebox="none">
12731 \begin_inset Text
12732
12733 \begin_layout Plain Layout
12734 A+
12735 \backslash
12736 fbox
12737 \begin_inset space \textvisiblespace{}
12738 \end_inset
12739
12740 B
12741 \end_layout
12742
12743 \end_inset
12744 </cell>
12745 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
12746 \begin_inset Text
12747
12748 \begin_layout Plain Layout
12749 \begin_inset Formula $A+\fbox{B}$
12750 \end_inset
12751
12752
12753 \end_layout
12754
12755 \end_inset
12756 </cell>
12757 </row>
12758 <row topspace="1.5mm" bottomspace="1mm">
12759 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12760 \begin_inset Text
12761
12762 \begin_layout Plain Layout
12763
12764 \backslash
12765 framebox
12766 \begin_inset space \textvisiblespace{}
12767 \end_inset
12768
12769 20mm
12770 \begin_inset Formula $\to$
12771 \end_inset
12772
12773
12774 \begin_inset Formula $\to$
12775 \end_inset
12776
12777
12778 \family sans
12779 Ctrl+M
12780 \family default
12781  
12782 \backslash
12783 frac
12784 \begin_inset space \textvisiblespace{}
12785 \end_inset
12786
12787 A
12788 \begin_inset Formula $\downarrow$
12789 \end_inset
12790
12791 B
12792 \end_layout
12793
12794 \end_inset
12795 </cell>
12796 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
12797 \begin_inset Text
12798
12799 \begin_layout Plain Layout
12800 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
12801 \end_inset
12802
12803
12804 \end_layout
12805
12806 \end_inset
12807 </cell>
12808 </row>
12809 </lyxtabular>
12810
12811 \end_inset
12812
12813
12814 \end_layout
12815
12816 \begin_layout Standard
12817 枠の厚みも調節可能です.そのためには,以下のコマンドを数式の前に\SpecialChar TeX
12818 モードで挿入しなくてはなりません.
12819 \end_layout
12820
12821 \begin_layout Standard
12822
12823 \series bold
12824
12825 \backslash
12826 fboxrule
12827 \series default
12828  
12829 \series bold
12830
12831 \begin_inset Quotes eld
12832 \end_inset
12833
12834 厚み
12835 \begin_inset Quotes erd
12836 \end_inset
12837
12838
12839 \series default
12840  
12841 \series bold
12842
12843 \backslash
12844 fboxsep
12845 \series default
12846  
12847 \series bold
12848
12849 \begin_inset Quotes eld
12850 \end_inset
12851
12852 距離
12853 \begin_inset Quotes erd
12854 \end_inset
12855
12856
12857 \end_layout
12858
12859 \begin_layout Standard
12860 \begin_inset Quotes eld
12861 \end_inset
12862
12863 距離
12864 \begin_inset Quotes erd
12865 \end_inset
12866
12867 は,枠とボックス内の一文字目との間の距離を示します.これを使った例として,以下の枠付き数式をご覧下さい.
12868 \begin_inset ERT
12869 status collapsed
12870
12871 \begin_layout Plain Layout
12872
12873
12874 \backslash
12875 fboxrule 2mm 
12876 \backslash
12877 fboxsep 3mm
12878 \end_layout
12879
12880 \end_inset
12881
12882
12883 \begin_inset Formula 
12884 \[
12885 \boxed{A+B=C}
12886 \]
12887
12888 \end_inset
12889
12890 この数式の直前には,
12891 \end_layout
12892
12893 \begin_layout Standard
12894
12895 \series bold
12896
12897 \backslash
12898 fboxrule
12899 \series default
12900  
12901 \series bold
12902 2mm
12903 \series default
12904  
12905 \series bold
12906
12907 \backslash
12908 fboxsep
12909 \series default
12910  
12911 \series bold
12912 3mm
12913 \end_layout
12914
12915 \begin_layout Standard
12916 というコマンドが,\SpecialChar TeX
12917 モードで挿入されています.ここで与えられた値は,以後のすべてのボックスに適用されます.
12918 \end_layout
12919
12920 \begin_layout Standard
12921 標準の枠寸法に戻すには,
12922 \end_layout
12923
12924 \begin_layout Standard
12925
12926 \series bold
12927
12928 \backslash
12929 fboxrule
12930 \series default
12931  
12932 \series bold
12933 0.4pt
12934 \series default
12935  
12936 \series bold
12937
12938 \backslash
12939 fboxsep
12940 \series default
12941  
12942 \series bold
12943 3pt
12944 \series default
12945
12946 \begin_inset ERT
12947 status collapsed
12948
12949 \begin_layout Plain Layout
12950
12951
12952 \backslash
12953 fboxrule 0.4pt 
12954 \backslash
12955 fboxsep 3pt
12956 \end_layout
12957
12958 \end_inset
12959
12960
12961 \end_layout
12962
12963 \begin_layout Standard
12964 というコマンドを,次の数式が始まる前に\SpecialChar TeX
12965 モードで挿入しておきます.
12966 \end_layout
12967
12968 \begin_layout Subsection
12969 枠なしボックス
12970 \begin_inset CommandInset label
12971 LatexCommand label
12972 name "subsec:枠なしボックス"
12973
12974 \end_inset
12975
12976
12977 \begin_inset Index idx
12978 range none
12979 pageformat default
12980 status collapsed
12981
12982 \begin_layout Plain Layout
12983 ぼっくす@ボックス ! わくなし@枠なし
12984 \begin_inset space \thinspace{}
12985 \end_inset
12986
12987 ——
12988 \end_layout
12989
12990 \end_inset
12991
12992
12993 \end_layout
12994
12995 \begin_layout Standard
12996 枠のないボックスを作るには,
12997 \series bold
12998
12999 \backslash
13000 mbox
13001 \series default
13002
13003 \begin_inset Index idx
13004 range none
13005 pageformat default
13006 status collapsed
13007
13008 \begin_layout Plain Layout
13009 こまんど@コマンド ! M ! 
13010 \backslash
13011 mbox
13012 \end_layout
13013
13014 \end_inset
13015
13016
13017 \series bold
13018
13019 \backslash
13020 makebox
13021 \series default
13022
13023 \begin_inset Index idx
13024 range none
13025 pageformat default
13026 status collapsed
13027
13028 \begin_layout Plain Layout
13029 こまんど@コマンド ! M ! 
13030 \backslash
13031 makebox
13032 \end_layout
13033
13034 \end_inset
13035
13036
13037 \series bold
13038
13039 \backslash
13040 raisebox
13041 \series default
13042
13043 \begin_inset Index idx
13044 range none
13045 pageformat default
13046 status collapsed
13047
13048 \begin_layout Plain Layout
13049 こまんど@コマンド ! R ! 
13050 \backslash
13051 raisebox
13052 \end_layout
13053
13054 \end_inset
13055
13056 の三つのコマンドがあります.
13057 \end_layout
13058
13059 \begin_layout Standard
13060
13061 \series bold
13062
13063 \backslash
13064 raisebox
13065 \series default
13066 を使うと,ボックスを上付きにしたり下付きにしたりすることができます.しかし,通常の上付き文字・下付き文字とは違い,ボックス内の文字寸法はそのまま保たれます.
13067 \series bold
13068
13069 \backslash
13070 raisebox
13071 \series default
13072 は,以下の書式で用いられます.
13073 \end_layout
13074
13075 \begin_layout Standard
13076
13077 \series bold
13078
13079 \backslash
13080 raisebox{高さ}{ボックスの内容}
13081 \end_layout
13082
13083 \begin_layout Standard
13084
13085 \series bold
13086
13087 \backslash
13088 fbox
13089 \series default
13090 と同様,ボックスに数式を入れる際には,明示的に数式として入れる必要があります.
13091 \begin_inset Note Greyedout
13092 status open
13093
13094 \begin_layout Plain Layout
13095
13096 \series bold
13097 【註】
13098 \series default
13099 下の最後の
13100 \series bold
13101
13102 \backslash
13103 raisebox
13104 \series default
13105 のところで,
13106 \family sans
13107 Ctrl+M
13108 \family default
13109 を一回でなく二回押すことによって,もう一段数式をいれています.これは,\SpecialChar LyX
13110
13111 \series bold
13112
13113 \backslash
13114 raisebox
13115 \series default
13116 を直接サポートしていないためです.
13117 \end_layout
13118
13119 \end_inset
13120
13121
13122 \end_layout
13123
13124 \begin_layout Standard
13125 \align center
13126 \begin_inset Tabular
13127 <lyxtabular version="3" rows="4" columns="2">
13128 <features booktabs="true" tabularvalignment="middle">
13129 <column alignment="center" valignment="top" width="0pt">
13130 <column alignment="center" valignment="top">
13131 <row>
13132 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13133 \begin_inset Text
13134
13135 \begin_layout Plain Layout
13136 コマンド
13137 \end_layout
13138
13139 \end_inset
13140 </cell>
13141 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13142 \begin_inset Text
13143
13144 \begin_layout Plain Layout
13145 出力
13146 \end_layout
13147
13148 \end_inset
13149 </cell>
13150 </row>
13151 <row>
13152 <cell alignment="center" valignment="top" leftline="true" usebox="none">
13153 \begin_inset Text
13154
13155 \begin_layout Plain Layout
13156 H
13157 \backslash
13158 raisebox{2mm
13159 \begin_inset Formula $\to$
13160 \end_inset
13161
13162
13163 \backslash
13164 {al
13165 \begin_inset Formula $\to$
13166 \end_inset
13167
13168  lo
13169 \end_layout
13170
13171 \end_inset
13172 </cell>
13173 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13174 \begin_inset Text
13175
13176 \begin_layout Plain Layout
13177 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13178 \end_inset
13179
13180
13181 \end_layout
13182
13183 \end_inset
13184 </cell>
13185 </row>
13186 <row>
13187 <cell alignment="center" valignment="top" leftline="true" usebox="none">
13188 \begin_inset Text
13189
13190 \begin_layout Plain Layout
13191 H
13192 \backslash
13193 raisebox{-2mm
13194 \begin_inset Formula $\to$
13195 \end_inset
13196
13197
13198 \backslash
13199 {al
13200 \begin_inset Formula $\to$
13201 \end_inset
13202
13203 lo
13204 \end_layout
13205
13206 \end_inset
13207 </cell>
13208 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13209 \begin_inset Text
13210
13211 \begin_layout Plain Layout
13212 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13213 \end_inset
13214
13215
13216 \end_layout
13217
13218 \end_inset
13219 </cell>
13220 </row>
13221 <row>
13222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13223 \begin_inset Text
13224
13225 \begin_layout Plain Layout
13226 A=
13227 \backslash
13228 raisebox{-2mm
13229 \begin_inset Formula $\to$
13230 \end_inset
13231
13232
13233 \backslash
13234 {
13235 \family sans
13236 Ctrl+M Ctrl+M
13237 \family default
13238  
13239 \backslash
13240 sqrt
13241 \begin_inset space \textvisiblespace{}
13242 \end_inset
13243
13244
13245 \end_layout
13246
13247 \end_inset
13248 </cell>
13249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13250 \begin_inset Text
13251
13252 \begin_layout Plain Layout
13253 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
13254 \end_inset
13255
13256
13257 \end_layout
13258
13259 \end_inset
13260 </cell>
13261 </row>
13262 </lyxtabular>
13263
13264 \end_inset
13265
13266
13267 \end_layout
13268
13269 \begin_layout Standard
13270 枠がないことを除けば,
13271 \series bold
13272
13273 \backslash
13274 mbox
13275 \series default
13276 コマンドは
13277 \series bold
13278
13279 \backslash
13280 fbox
13281 \series default
13282 と同じであり,
13283 \series bold
13284
13285 \backslash
13286 makebox
13287 \series default
13288
13289 \series bold
13290
13291 \backslash
13292 framebox
13293 \series default
13294 と同じです.
13295 \end_layout
13296
13297 \begin_layout Subsection
13298 色付きボックス
13299 \begin_inset CommandInset label
13300 LatexCommand label
13301 name "subsec:色付きボックス"
13302
13303 \end_inset
13304
13305
13306 \begin_inset Index idx
13307 range none
13308 pageformat default
13309 status collapsed
13310
13311 \begin_layout Plain Layout
13312 ぼっくす@ボックス ! いろつき@色付き
13313 \begin_inset space \thinspace{}
13314 \end_inset
13315
13316 ——
13317 \end_layout
13318
13319 \end_inset
13320
13321
13322 \end_layout
13323
13324 \begin_layout Standard
13325 本節で説明されているコマンドをすべて使えるようにするためには,\SpecialChar LaTeX
13326 プリアンブルに
13327 \end_layout
13328
13329 \begin_layout Standard
13330
13331 \series bold
13332
13333 \backslash
13334 usepackage{color}
13335 \end_layout
13336
13337 \begin_layout Standard
13338 という行
13339 \begin_inset Foot
13340 status collapsed
13341
13342 \begin_layout Plain Layout
13343 定義済みの色を使って,文書中のどこかで文章に色を付けてある場合,\SpecialChar LyX
13344 は,自動的に\SpecialChar LaTeX
13345 パッケージ
13346 \series bold
13347 color
13348 \series default
13349 を読み込みます.したがって,本パッケージが二度読み込まれる可能性があるわけですが,そうなったとしても問題は生じません.
13350 \end_layout
13351
13352 \end_inset
13353
13354
13355 \begin_inset Note Note
13356 status collapsed
13357
13358 \begin_layout Plain Layout
13359 本パッケージが二度読み込まれることを防ぐために,\SpecialChar LaTeX
13360 プリアンブルにマクロを挿入してあります.
13361 \end_layout
13362
13363 \end_inset
13364
13365 を書き加えて,\SpecialChar LaTeX
13366 パッケージの
13367 \series bold
13368 color
13369 \series default
13370
13371 \begin_inset Foot
13372 status collapsed
13373
13374 \begin_layout Plain Layout
13375 \SpecialChar LaTeX
13376 パッケージ
13377 \series bold
13378 color
13379 \series default
13380 は,すべての標準的な\SpecialChar LaTeX
13381 頒布版に含まれています.
13382 \end_layout
13383
13384 \end_inset
13385
13386
13387 \begin_inset Index idx
13388 range none
13389 pageformat default
13390 status collapsed
13391
13392 \begin_layout Plain Layout
13393 ぱっけーじ@パッケージ ! color
13394 \end_layout
13395
13396 \end_inset
13397
13398 を読み込む必要があります.
13399 \end_layout
13400
13401 \begin_layout Standard
13402 \begin_inset VSpace medskip
13403 \end_inset
13404
13405 ボックスに色を付けるには,
13406 \series bold
13407
13408 \backslash
13409 colorbox
13410 \series default
13411
13412 \begin_inset Index idx
13413 range none
13414 pageformat default
13415 status collapsed
13416
13417 \begin_layout Plain Layout
13418 こまんど@コマンド ! C ! 
13419 \backslash
13420 colorbox
13421 \end_layout
13422
13423 \end_inset
13424
13425 コマンドを以下の書式で使用します.
13426 \end_layout
13427
13428 \begin_layout Standard
13429
13430 \series bold
13431
13432 \backslash
13433 colorbox{色}{ボックスの内容}
13434 \end_layout
13435
13436 \begin_layout Standard
13437 ボックスの内容には,別のボックスが含まれても構いませんし,
13438 \series bold
13439
13440 \backslash
13441 colorbox
13442 \series default
13443 自体も,別のボックスに入っていても構いません(以下の二番目と三番目の例を参照してください).ボックスに数式を含める場合には,
13444 \series bold
13445
13446 \backslash
13447 raisebox
13448 \series default
13449 と同様,明示的に数式を作らなくてはなりません
13450 \begin_inset Foot
13451 status collapsed
13452
13453 \begin_layout Plain Layout
13454 これは,
13455 \series bold
13456
13457 \backslash
13458 fcolorbox
13459 \series default
13460 コマンドにも当てはまります.
13461 \end_layout
13462
13463 \end_inset
13464
13465
13466 \end_layout
13467
13468 \begin_layout Standard
13469 選択できる定義済みの色としては,
13470 \end_layout
13471
13472 \begin_layout Standard
13473
13474 \series bold
13475 black
13476 \series default
13477 (黒)・
13478 \series bold
13479 blue
13480 \series default
13481 (青)・
13482 \series bold
13483 cyan
13484 \series default
13485 (シアン)・
13486 \series bold
13487 green
13488 \series default
13489 (緑)・
13490 \series bold
13491 magenta
13492 \series default
13493 (マゼンタ)・
13494 \series bold
13495 red
13496 \series default
13497 (赤)・
13498 \series bold
13499 white
13500 \series default
13501 (白)・
13502 \series bold
13503 yellow
13504 \series default
13505 (黄)
13506 \end_layout
13507
13508 \begin_layout Standard
13509 があります.
13510 \end_layout
13511
13512 \begin_layout Standard
13513 \align center
13514 \begin_inset Tabular
13515 <lyxtabular version="3" rows="4" columns="2">
13516 <features booktabs="true" tabularvalignment="middle">
13517 <column alignment="center" valignment="top" width="0pt">
13518 <column alignment="center" valignment="top">
13519 <row>
13520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13521 \begin_inset Text
13522
13523 \begin_layout Plain Layout
13524 コマンド
13525 \end_layout
13526
13527 \end_inset
13528 </cell>
13529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13530 \begin_inset Text
13531
13532 \begin_layout Plain Layout
13533 出力
13534 \end_layout
13535
13536 \end_inset
13537 </cell>
13538 </row>
13539 <row>
13540 <cell alignment="center" valignment="top" leftline="true" usebox="none">
13541 \begin_inset Text
13542
13543 \begin_layout Plain Layout
13544
13545 \backslash
13546 colorbox{yellow
13547 \begin_inset Formula $\to$
13548 \end_inset
13549
13550
13551 \backslash
13552 {A=B
13553 \end_layout
13554
13555 \end_inset
13556 </cell>
13557 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13558 \begin_inset Text
13559
13560 \begin_layout Plain Layout
13561 \begin_inset Formula $\colorbox{yellow}{A=B}$
13562 \end_inset
13563
13564
13565 \end_layout
13566
13567 \end_inset
13568 </cell>
13569 </row>
13570 <row topspace="1.5mm">
13571 <cell alignment="center" valignment="top" usebox="none">
13572 \begin_inset Text
13573
13574 \begin_layout Plain Layout
13575
13576 \backslash
13577 colorbox{green
13578 \begin_inset Formula $\to$
13579 \end_inset
13580
13581
13582 \backslash
13583 {
13584 \backslash
13585 fbox
13586 \begin_inset space \textvisiblespace{}
13587 \end_inset
13588
13589 A=B
13590 \end_layout
13591
13592 \end_inset
13593 </cell>
13594 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13595 \begin_inset Text
13596
13597 \begin_layout Plain Layout
13598 \begin_inset Formula $\colorbox{green}{\fbox{A=B}}$
13599 \end_inset
13600
13601
13602 \end_layout
13603
13604 \end_inset
13605 </cell>
13606 </row>
13607 <row topspace="1.5mm" bottomspace="1mm">
13608 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13609 \begin_inset Text
13610
13611 \begin_layout Plain Layout
13612
13613 \backslash
13614 fbox
13615 \begin_inset space \textvisiblespace{}
13616 \end_inset
13617
13618
13619 \backslash
13620 colorbox{green
13621 \begin_inset Formula $\to$
13622 \end_inset
13623
13624
13625 \backslash
13626 {
13627 \family sans
13628 Ctrl+M
13629 \family default
13630  
13631 \family sans
13632 Ctrl+M
13633 \family default
13634  
13635 \backslash
13636 int
13637 \begin_inset space \textvisiblespace{}
13638 \end_inset
13639
13640 C=D
13641 \end_layout
13642
13643 \end_inset
13644 </cell>
13645 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
13646 \begin_inset Text
13647
13648 \begin_layout Plain Layout
13649 \begin_inset Formula $\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}$
13650 \end_inset
13651
13652
13653 \end_layout
13654
13655 \end_inset
13656 </cell>
13657 </row>
13658 </lyxtabular>
13659
13660 \end_inset
13661
13662
13663 \end_layout
13664
13665 \begin_layout Standard
13666
13667 \series bold
13668
13669 \backslash
13670 colorbox
13671 \series default
13672 は,ボックスに色をつけるだけで,ボックス内の文字には色付けをしません.すべての文字に色付けするには,数式全体を選択し,
13673 \family sans
13674 文字様式
13675 \family default
13676 ダイアログで欲しい色を選択します.このダイアログは,ツールバーボタン
13677 \begin_inset Info
13678 type  "icon"
13679 arg   "dialog-show character"
13680 \end_inset
13681
13682
13683 \family sans
13684 編集\SpecialChar menuseparator
13685 文字様式\SpecialChar menuseparator
13686 任意設定
13687 \family default
13688 メニューで開くことができます.すると,数式番号も数式と同じ色になります.数式番号が数式の文字とは別の色になるようにするには,数式内部で色を変えなくてはなりません
13689
13690 \end_layout
13691
13692 \begin_layout Standard
13693 たとえば,
13694 \end_layout
13695
13696 \begin_layout Standard
13697
13698 \color red
13699 \begin_inset Formula 
13700 \begin{equation}
13701 \int A=B\label{eq:red}
13702 \end{equation}
13703
13704 \end_inset
13705
13706
13707 \color green
13708
13709 \begin_inset Formula 
13710 \begin{equation}
13711 \textcolor{red}{\int A=B}\label{eq:redgreen}
13712 \end{equation}
13713
13714 \end_inset
13715
13716
13717 \end_layout
13718
13719 \begin_layout Standard
13720 数式
13721 \begin_inset CommandInset ref
13722 LatexCommand eqref
13723 reference "eq:red"
13724
13725 \end_inset
13726
13727 は,全体が赤色です.
13728 \begin_inset Newline newline
13729 \end_inset
13730
13731 数式
13732 \begin_inset CommandInset ref
13733 LatexCommand eqref
13734 reference "eq:redgreen"
13735
13736 \end_inset
13737
13738 は,数式番号を緑色にするために,まず全体を緑色にします.その後,数式内の文字を赤色にします.
13739 \end_layout
13740
13741 \begin_layout Standard
13742 \begin_inset VSpace bigskip
13743 \end_inset
13744
13745 ボックスの枠だけ別の色にするには,
13746 \series bold
13747
13748 \backslash
13749 fcolorbox
13750 \series default
13751
13752 \begin_inset Index idx
13753 range none
13754 pageformat default
13755 status collapsed
13756
13757 \begin_layout Plain Layout
13758 こまんど@コマンド ! F ! 
13759 \backslash
13760 fcolorbox
13761 \end_layout
13762
13763 \end_inset
13764
13765 コマンドを以下の書式で使用します.
13766 \end_layout
13767
13768 \begin_layout Standard
13769
13770 \series bold
13771
13772 \backslash
13773 fcolorbox{枠の色}{色}{ボックスの内容}
13774 \end_layout
13775
13776 \begin_layout Standard
13777 つまり,
13778 \series bold
13779
13780 \backslash
13781 fcolorbox
13782 \series default
13783
13784 \series bold
13785
13786 \backslash
13787 colorbox
13788 \series default
13789 コマンドの拡張です.
13790 \series bold
13791
13792 \backslash
13793 framebox
13794 \series default
13795 と同様に,枠の厚みは
13796 \series bold
13797
13798 \backslash
13799 fboxrule
13800 \series default
13801
13802 \series bold
13803
13804 \backslash
13805 fboxsep
13806 \series default
13807 で設定します.たとえば,
13808 \begin_inset ERT
13809 status collapsed
13810
13811 \begin_layout Plain Layout
13812
13813
13814 \backslash
13815 fboxrule 1mm 
13816 \backslash
13817 fboxsep 1mm
13818 \end_layout
13819
13820 \end_inset
13821
13822
13823 \begin_inset Formula 
13824 \[
13825 \fcolorbox{cyan}{magenta}{A=B}
13826 \]
13827
13828 \end_inset
13829
13830
13831 \begin_inset ERT
13832 status collapsed
13833
13834 \begin_layout Plain Layout
13835
13836
13837 \backslash
13838 fboxrule 0.4pt 
13839 \backslash
13840 fboxsep 3pt
13841 \end_layout
13842
13843 \end_inset
13844
13845 のようにします.
13846 \end_layout
13847
13848 \begin_layout Standard
13849 上記の数式は,以下のコマンドで作成されています.
13850 \begin_inset Newline newline
13851 \end_inset
13852
13853
13854 \series bold
13855
13856 \backslash
13857 fcolorbox{cyan
13858 \begin_inset Formula $\to$
13859 \end_inset
13860
13861
13862 \backslash
13863 {magenta
13864 \begin_inset Formula $\to$
13865 \end_inset
13866
13867
13868 \backslash
13869 {A=B
13870 \series default
13871 .
13872 \end_layout
13873
13874 \begin_layout Standard
13875 \begin_inset VSpace bigskip
13876 \end_inset
13877
13878 定義済みの色以外の色を使いたい場合には,まずその色を定義しなくてはなりません.
13879 \end_layout
13880
13881 \begin_layout Standard
13882 たとえば,「
13883 \series bold
13884 darkgreen
13885 \series default
13886 」という色を定義するには,\SpecialChar LaTeX
13887 プリアンブルに
13888 \end_layout
13889
13890 \begin_layout Standard
13891
13892 \series bold
13893
13894 \backslash
13895 definecolor{darkgreen}{cmyk}{0.5,
13896 \series default
13897  
13898 \series bold
13899 0,
13900 \series default
13901  
13902 \series bold
13903 1,
13904 \series default
13905  
13906 \series bold
13907 0.5}
13908 \series default
13909
13910 \begin_inset Index idx
13911 range none
13912 pageformat default
13913 status collapsed
13914
13915 \begin_layout Plain Layout
13916 こまんど@コマンド ! D ! 
13917 \backslash
13918 definecolor
13919 \end_layout
13920
13921 \end_inset
13922
13923
13924 \end_layout
13925
13926 \begin_layout Standard
13927 という行を書き加えます.
13928 \end_layout
13929
13930 \begin_layout Standard
13931
13932 \series bold
13933 cmyk
13934 \series default
13935 とは,
13936 \series bold
13937 cyan
13938 \series default
13939 (シアン)・
13940 \series bold
13941 magenta
13942 \series default
13943 (マゼンタ)・
13944 \series bold
13945 yellow
13946 \series default
13947 (黄)・
13948 \series bold
13949 black
13950 \series default
13951 (黒)の各色を表す色空間です.コンマで区切られた四つの数字は,この色空間における各色の出力強度です.強度は,0
13952 \begin_inset space \thinspace{}
13953 \end_inset
13954
13955 -
13956 \begin_inset space \thinspace{}
13957 \end_inset
13958
13959 1の範囲をとることができます.定義には,
13960 \series bold
13961 cmyk
13962 \series default
13963 の他に,
13964 \series bold
13965 rgb
13966 \series default
13967 という色空間を使うこともできます.
13968 \series bold
13969 rgb
13970 \series default
13971 とは,
13972 \series bold
13973 red
13974 \series default
13975 (赤)・
13976 \series bold
13977 green
13978 \series default
13979 (緑)・
13980 \series bold
13981 blue
13982 \series default
13983 (青)の各色を意味し,この場合には,各色に対応した三つの出力強度を指定します.さらに,灰色の出力強度のみをとる
13984 \series bold
13985 gray
13986 \series default
13987 という色空間もあります.
13988 \end_layout
13989
13990 \begin_layout Standard
13991 例として,文字が
13992 \series bold
13993 yellow
13994 \series default
13995 に色付けされ,新しく定義した
13996 \series bold
13997 darkgreen
13998 \series default
13999 という色を持つ枠付きボックスを挙げておきます.
14000 \begin_inset Formula 
14001 \begin{equation}
14002 \colorbox{darkgreen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}
14003 \end{equation}
14004
14005 \end_inset
14006
14007
14008 \end_layout
14009
14010 \begin_layout Standard
14011
14012 \series bold
14013
14014 \backslash
14015 textcolor
14016 \series default
14017 コマンドを使うと,以下のように,自前で定義した色をテキスト中でも使用することができます.
14018 \begin_inset Index idx
14019 range none
14020 pageformat default
14021 status collapsed
14022
14023 \begin_layout Plain Layout
14024 てきすと@テキスト ! いろつき@色付き
14025 \end_layout
14026
14027 \end_inset
14028
14029
14030 \end_layout
14031
14032 \begin_layout Standard
14033 \begin_inset ERT
14034 status collapsed
14035
14036 \begin_layout Plain Layout
14037
14038
14039 \backslash
14040 textcolor{darkgreen}{
14041 \end_layout
14042
14043 \end_inset
14044
14045 この文は「darkgreen」です.
14046 \begin_inset ERT
14047 status collapsed
14048
14049 \begin_layout Plain Layout
14050
14051 }
14052 \end_layout
14053
14054 \end_inset
14055
14056
14057 \end_layout
14058
14059 \begin_layout Standard
14060
14061 \series bold
14062
14063 \backslash
14064 textcolor
14065 \series default
14066
14067 \begin_inset Index idx
14068 range none
14069 pageformat default
14070 status collapsed
14071
14072 \begin_layout Plain Layout
14073 こまんど@コマンド ! T ! 
14074 \backslash
14075 textcolor
14076 \end_layout
14077
14078 \end_inset
14079
14080 は,
14081 \series bold
14082
14083 \backslash
14084 textcolor{色}{色付けをする文}
14085 \series default
14086 という書式で使用することができます.
14087 \end_layout
14088
14089 \begin_layout Subsection
14090 段落ボックス
14091 \begin_inset CommandInset label
14092 LatexCommand label
14093 name "subsec:段落ボックス"
14094
14095 \end_inset
14096
14097
14098 \begin_inset Index idx
14099 range none
14100 pageformat default
14101 status collapsed
14102
14103 \begin_layout Plain Layout
14104 ぼっくす@ボックス ! だんらく@段落
14105 \begin_inset space \thinspace{}
14106 \end_inset
14107
14108 ——
14109 \end_layout
14110
14111 \end_inset
14112
14113
14114 \end_layout
14115
14116 \begin_layout Standard
14117 いくつかの行や段落を含む,いわゆる段落ボックス(parbox)は,
14118 \family sans
14119 挿入\SpecialChar menuseparator
14120 ボックス
14121 \family default
14122 メニューかツールバーボタン
14123 \begin_inset Info
14124 type  "icon"
14125 arg   "box-insert"
14126 \end_inset
14127
14128 で作成することができます.
14129 \end_layout
14130
14131 \begin_layout Standard
14132 以下の例は,行中の枠付きparboxを示したものです.
14133 \end_layout
14134
14135 \begin_layout Standard
14136 \begin_inset VSpace medskip
14137 \end_inset
14138
14139 この行は,
14140 \begin_inset Box Boxed
14141 position "c"
14142 hor_pos "c"
14143 has_inner_box 1
14144 inner_pos "t"
14145 use_parbox 1
14146 use_makebox 0
14147 width "5cm"
14148 special "none"
14149 height "1in"
14150 height_special "totalheight"
14151 thickness "0.4pt"
14152 separation "3pt"
14153 shadowsize "4pt"
14154 framecolor "black"
14155 backgroundcolor "none"
14156 status open
14157
14158 \begin_layout Plain Layout
14159 これは段落ボックスです.これはちょうど5
14160 \begin_inset space \thinspace{}
14161 \end_inset
14162
14163 cmの幅になっており,以下のように数式を含めることもできます.
14164 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14165 \end_inset
14166
14167
14168 \end_layout
14169
14170 \end_inset
14171
14172 parboxの入った行です.
14173 \end_layout
14174
14175 \begin_layout Standard
14176 \begin_inset VSpace medskip
14177 \end_inset
14178
14179
14180 \end_layout
14181
14182 \begin_layout Standard
14183 このようなボックスは,灰色のボックス挿入枠を右クリックすることによって作ることができます.すると,ボックスの特性を表示したダイアログが現れます.上の例では,
14184 \emph on
14185 装飾
14186 \emph default
14187 :簡素な長方形の箱型,
14188 \emph on
14189 内部ボックス
14190 \emph default
14191 :parboxコマンド,
14192 \emph on
14193
14194 \emph default
14195 :5
14196 \begin_inset space \thinspace{}
14197 \end_inset
14198
14199 cm,
14200 \emph on
14201 垂直ボックス配置
14202 \emph default
14203 :中央,に設定されています.
14204 \end_layout
14205
14206 \begin_layout Standard
14207 \begin_inset VSpace medskip
14208 \end_inset
14209
14210 \SpecialChar LaTeX
14211 では,parboxは,以下の書式を持つ
14212 \series bold
14213
14214 \backslash
14215 parbox
14216 \series default
14217
14218 \begin_inset Index idx
14219 range none
14220 pageformat default
14221 status collapsed
14222
14223 \begin_layout Plain Layout
14224 こまんど@コマンド ! P ! 
14225 \backslash
14226 parbox
14227 \end_layout
14228
14229 \end_inset
14230
14231 コマンドによって作られます.
14232 \end_layout
14233
14234 \begin_layout Standard
14235
14236 \series bold
14237
14238 \backslash
14239 parbox[位置]{幅}{ボックスの内容}
14240 \end_layout
14241
14242 \begin_layout Standard
14243 「位置」は,
14244 \emph on
14245 b
14246 \emph default
14247
14248 \emph on
14249 t
14250 \emph default
14251 の値をとることができます.下揃えを意味する
14252 \emph on
14253 b
14254 \emph default
14255 (bottom)は,ボックスを,周囲の本文中の最後の行と合わせることを意味します.上揃えを意味する
14256 \emph on
14257 t
14258 \emph default
14259 (top)は,これを最初の行に合わせます.位置を指定しない時には,ボックスは事実上中央揃えになります.用例については,取扱説明書埋込オブジェクト篇の
14260 \emph on
14261 ボックス
14262 \emph default
14263 の節をご参照下さい.
14264 \end_layout
14265
14266 \begin_layout Standard
14267 \begin_inset VSpace bigskip
14268 \end_inset
14269
14270 数式番号を含めて,数式を完全に枠で囲むためには,数式をparbox内に収めなくてはなりません.こうするには,数式前に\SpecialChar TeX
14271 モードで
14272 \series bold
14273 parbox{
14274 \backslash
14275 linewidth-2
14276 \backslash
14277 fboxsep-2
14278 \backslash
14279 fboxrule}{
14280 \series default
14281 というコマンドを挿入します.ここで
14282 \series bold
14283
14284 \backslash
14285 linewidth
14286 \begin_inset Index idx
14287 range none
14288 pageformat default
14289 status collapsed
14290
14291 \begin_layout Plain Layout
14292 こまんど@コマンド ! L ! 
14293 \backslash
14294 linewidth
14295 \end_layout
14296
14297 \end_inset
14298
14299
14300 \series default
14301 は,使用中の文書に設定されている行幅です.枠は,parboxの外側にあるので,枠余白と枠幅の2倍を行幅から差し引かなくてはなりません.引数中で掛け算や引き算を行
14302 うためには,\SpecialChar LaTeX
14303 パッケージの
14304 \series bold
14305 calc
14306 \series default
14307
14308 \begin_inset Foot
14309 status collapsed
14310
14311 \begin_layout Plain Layout
14312
14313 \series bold
14314 calc
14315 \series default
14316 は,標準的\SpecialChar LaTeX
14317 頒布版のすべてに含まれています.
14318 \end_layout
14319
14320 \end_inset
14321
14322
14323 \begin_inset Index idx
14324 range none
14325 pageformat default
14326 status collapsed
14327
14328 \begin_layout Plain Layout
14329 ぱっけーじ@パッケージ ! calc
14330 \end_layout
14331
14332 \end_inset
14333
14334 を,\SpecialChar LaTeX
14335 プリアンブル中で
14336 \end_layout
14337
14338 \begin_layout Standard
14339
14340 \series bold
14341
14342 \backslash
14343 usepackage{calc}
14344 \end_layout
14345
14346 \begin_layout Standard
14347 のように読み込んでおく必要があります.数式の後では,\SpecialChar TeX
14348 モードで
14349 \series bold
14350 }}
14351 \series default
14352 を入力して,二つのボックスを閉じておかなくてはなりません.以下に例を挙げます.
14353 \begin_inset ERT
14354 status collapsed
14355
14356 \begin_layout Plain Layout
14357
14358
14359 \backslash
14360 fboxsep 5mm 
14361 \backslash
14362 fboxrule 5mm
14363 \end_layout
14364
14365 \end_inset
14366
14367
14368 \end_layout
14369
14370 \begin_layout Standard
14371 \begin_inset ERT
14372 status collapsed
14373
14374 \begin_layout Plain Layout
14375
14376
14377 \backslash
14378 fbox{
14379 \backslash
14380 parbox{
14381 \backslash
14382 linewidth-2
14383 \backslash
14384 fboxsep-2
14385 \backslash
14386 fboxrule}{
14387 \end_layout
14388
14389 \end_inset
14390
14391
14392 \begin_inset Formula 
14393 \begin{equation}
14394 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}
14395 \end{equation}
14396
14397 \end_inset
14398
14399
14400 \begin_inset ERT
14401 status collapsed
14402
14403 \begin_layout Plain Layout
14404
14405 }}
14406 \end_layout
14407
14408 \end_inset
14409
14410
14411 \begin_inset ERT
14412 status collapsed
14413
14414 \begin_layout Plain Layout
14415
14416
14417 \backslash
14418 fboxrule 0.4pt 
14419 \backslash
14420 fboxsep 3pt
14421 \end_layout
14422
14423 \end_inset
14424
14425
14426 \end_layout
14427
14428 \begin_layout Standard
14429 \begin_inset VSpace medskip
14430 \end_inset
14431
14432
14433 \series bold
14434
14435 \backslash
14436 fbox
14437 \series default
14438 の引数としてparboxが使われているので,この場合には,
14439 \series bold
14440
14441 \backslash
14442 fbox
14443 \series default
14444 を使おうが
14445 \series bold
14446
14447 \backslash
14448 boxed
14449 \series default
14450 を使おうが,差は生じません.
14451 \end_layout
14452
14453 \begin_layout Standard
14454 \begin_inset VSpace bigskip
14455 \end_inset
14456
14457 段落ボックスは,数式にじかにコメントを付けるのにたいへん便利です.これを行うには,
14458 \series bold
14459
14460 \backslash
14461 parbox
14462 \series default
14463
14464 \series bold
14465
14466 \backslash
14467 tag
14468 \series default
14469 コマンドといっしょに使います(
14470 \series bold
14471
14472 \backslash
14473 tag
14474 \series default
14475 についての詳細は,第
14476 \begin_inset CommandInset ref
14477 LatexCommand ref
14478 reference "subsec:自己定義番号"
14479
14480 \end_inset
14481
14482 節をご参照下さい)
14483 \end_layout
14484
14485 \begin_layout Standard
14486 以下は,
14487 \series bold
14488
14489 \backslash
14490 parbox
14491 \series default
14492 を使ってコメントを付けた数式の例です.
14493 \end_layout
14494
14495 \begin_layout Standard
14496 \begin_inset ERT
14497 status collapsed
14498
14499 \begin_layout Plain Layout
14500
14501
14502 \backslash
14503 [5x-7b=3b
14504 \backslash
14505 tag*{
14506 \backslash
14507 parbox{5cm}{
14508 \end_layout
14509
14510 \end_inset
14511
14512 これは説明です.数式や多行数式本体からはっきりと離れています.
14513 \begin_inset ERT
14514 status collapsed
14515
14516 \begin_layout Plain Layout
14517
14518 }}
14519 \backslash
14520 ]
14521 \end_layout
14522
14523 \end_inset
14524
14525
14526 \end_layout
14527
14528 \begin_layout Standard
14529 \SpecialChar LyX
14530 は,まだ数式中での
14531 \series bold
14532
14533 \backslash
14534 parbox
14535 \series default
14536 コマンドをサポートしていないので,上のような数式は,完全に\SpecialChar TeX
14537 モードで挿入しなくてはなりません.この数式は,以下のようなコマンド列を使って作ってあります.
14538 \end_layout
14539
14540 \begin_layout Standard
14541 まず,
14542 \series bold
14543
14544 \backslash
14545 [5x-7b=3b
14546 \backslash
14547 tag*
14548 \backslash
14549 {
14550 \backslash
14551 parbox{5cm}{
14552 \series default
14553 というコマンドを\SpecialChar TeX
14554 モードで挿入します
14555 \begin_inset Foot
14556 status collapsed
14557
14558 \begin_layout Plain Layout
14559
14560 \series bold
14561 行頭下げ
14562 \series default
14563 数式様式を使用している時には,
14564 \series bold
14565
14566 \backslash
14567 tag*
14568 \backslash
14569 {
14570 \series default
14571 の代わりに
14572 \series bold
14573
14574 \backslash
14575 hfill
14576 \series default
14577 を用いることもできます(数式様式に関しては,第
14578 \begin_inset CommandInset ref
14579 LatexCommand ref
14580 reference "sec:数式様式"
14581
14582 \end_inset
14583
14584 節をご参照下さい).
14585 \end_layout
14586
14587 \end_inset
14588
14589 .それから,説明を通常のテキストとして入れ,最後に
14590 \series bold
14591 }}
14592 \backslash
14593 ]
14594 \series default
14595 を\SpecialChar TeX
14596 モードで挿入します.ここで
14597 \series bold
14598
14599 \backslash
14600 [
14601 \series default
14602 および
14603 \series bold
14604
14605 \backslash
14606 ]
14607 \series default
14608 コマンドは別行立て数式を作るためのものです.
14609 \end_layout
14610
14611 \begin_layout Standard
14612
14613 \series bold
14614
14615 \backslash
14616 parbox
14617 \series default
14618 を使う利点は,数式テキストモードを使用して「コメントを付けた」以下の例と比較すると,よくわかるでしょう.
14619 \begin_inset Formula 
14620 \[
14621 5x-7b=3b\textrm{これは説明です。数式本体から離れていません...}
14622 \]
14623
14624 \end_inset
14625
14626
14627 \end_layout
14628
14629 \begin_layout Section
14630 演算子
14631 \begin_inset Index idx
14632 range none
14633 pageformat default
14634 status collapsed
14635
14636 \begin_layout Plain Layout
14637 えんざんし@演算子
14638 \end_layout
14639
14640 \end_inset
14641
14642
14643 \end_layout
14644
14645 \begin_layout Subsection
14646 大演算子
14647 \begin_inset CommandInset label
14648 LatexCommand label
14649 name "subsec:大演算子"
14650
14651 \end_inset
14652
14653
14654 \begin_inset Index idx
14655 range none
14656 pageformat default
14657 status collapsed
14658
14659 \begin_layout Plain Layout
14660 えんざんし@演算子 ! だい@大
14661 \begin_inset space \thinspace{}
14662 \end_inset
14663
14664 ——
14665 \end_layout
14666
14667 \end_inset
14668
14669
14670 \begin_inset Index idx
14671 range none
14672 pageformat default
14673 status collapsed
14674
14675 \begin_layout Plain Layout
14676 わ@和
14677 \end_layout
14678
14679 \end_inset
14680
14681
14682 \begin_inset Index idx
14683 range none
14684 pageformat default
14685 status collapsed
14686
14687 \begin_layout Plain Layout
14688 せきぶんきごう@積分記号
14689 \end_layout
14690
14691 \end_inset
14692
14693
14694 \end_layout
14695
14696 \begin_layout Standard
14697 ここに挙げた積分演算子をすべて使えるようにするには,文書設定の
14698 \family sans
14699 数式オプション
14700 \family default
14701 の面にある
14702 \family sans
14703 esintパッケージを自動的に使う
14704 \family default
14705 オプションを有効にしなくてはなりません.
14706 \end_layout
14707
14708 \begin_layout Standard
14709 \begin_inset space \hfill{}
14710 \end_inset
14711
14712
14713 \begin_inset Tabular
14714 <lyxtabular version="3" rows="11" columns="2">
14715 <features booktabs="true" tabularvalignment="middle">
14716 <column alignment="center" valignment="top" width="0pt">
14717 <column alignment="center" valignment="top" width="0pt">
14718 <row>
14719 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14720 \begin_inset Text
14721
14722 \begin_layout Plain Layout
14723 コマンド
14724 \end_layout
14725
14726 \end_inset
14727 </cell>
14728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14729 \begin_inset Text
14730
14731 \begin_layout Plain Layout
14732 出力
14733 \end_layout
14734
14735 \end_inset
14736 </cell>
14737 </row>
14738 <row>
14739 <cell alignment="center" valignment="top" leftline="true" usebox="none">
14740 \begin_inset Text
14741
14742 \begin_layout Plain Layout
14743
14744 \backslash
14745 int
14746 \begin_inset Index idx
14747 range none
14748 pageformat default
14749 status collapsed
14750
14751 \begin_layout Plain Layout
14752 こまんど@コマンド ! I ! 
14753 \backslash
14754 int
14755 \end_layout
14756
14757 \end_inset
14758
14759
14760 \end_layout
14761
14762 \end_inset
14763 </cell>
14764 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
14765 \begin_inset Text
14766
14767 \begin_layout Plain Layout
14768 \begin_inset Formula $\int$
14769 \end_inset
14770
14771
14772 \end_layout
14773
14774 \end_inset
14775 </cell>
14776 </row>
14777 <row>
14778 <cell alignment="center" valignment="top" leftline="true" usebox="none">
14779 \begin_inset Text
14780
14781 \begin_layout Plain Layout
14782
14783 \backslash
14784 oint
14785 \end_layout
14786
14787 \end_inset
14788 </cell>
14789 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
14790 \begin_inset Text
14791
14792 \begin_layout Plain Layout
14793 \begin_inset Formula $\oint$
14794 \end_inset
14795
14796
14797 \end_layout
14798
14799 \end_inset
14800 </cell>
14801 </row>
14802 <row>
14803 <cell alignment="center" valignment="top" leftline="true" usebox="none">
14804 \begin_inset Text
14805
14806 \begin_layout Plain Layout
14807
14808 \backslash
14809 ointctrclockwise
14810 \end_layout
14811
14812 \end_inset
14813 </cell>
14814 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
14815 \begin_inset Text
14816
14817 \begin_layout Plain Layout
14818 \begin_inset Formula $\ointctrclockwise$
14819 \end_inset
14820
14821
14822 \end_layout
14823
14824 \end_inset
14825 </cell>
14826 </row>
14827 <row>
14828 <cell alignment="center" valignment="top" leftline="true" usebox="none">
14829 \begin_inset Text
14830
14831 \begin_layout Plain Layout
14832
14833 \backslash
14834 ointclockwise
14835 \end_layout
14836
14837 \end_inset
14838 </cell>
14839 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
14840 \begin_inset Text
14841
14842 \begin_layout Plain Layout
14843 \begin_inset Formula $\ointclockwise$
14844 \end_inset
14845
14846
14847 \end_layout
14848
14849 \end_inset
14850 </cell>
14851 </row>
14852 <row>
14853 <cell alignment="center" valignment="top" leftline="true" usebox="none">
14854 \begin_inset Text
14855
14856 \begin_layout Plain Layout
14857
14858 \backslash
14859 sqint
14860 \end_layout
14861
14862 \end_inset
14863 </cell>
14864 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
14865 \begin_inset Text
14866
14867 \begin_layout Plain Layout
14868 \begin_inset Formula $\sqint$
14869 \end_inset
14870
14871
14872 \end_layout
14873
14874 \end_inset
14875 </cell>
14876 </row>
14877 <row>
14878 <cell alignment="center" valignment="top" leftline="true" usebox="none">
14879 \begin_inset Text
14880
14881 \begin_layout Plain Layout
14882
14883 \backslash
14884 fint
14885 \end_layout
14886
14887 \end_inset
14888 </cell>
14889 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
14890 \begin_inset Text
14891
14892 \begin_layout Plain Layout
14893  
14894 \begin_inset Formula $\fint$
14895 \end_inset
14896
14897
14898 \end_layout
14899
14900 \end_inset
14901 </cell>
14902 </row>
14903 <row>
14904 <cell alignment="center" valignment="top" leftline="true" usebox="none">
14905 \begin_inset Text
14906
14907 \begin_layout Plain Layout
14908
14909 \backslash
14910 landupint
14911 \end_layout
14912
14913 \end_inset
14914 </cell>
14915 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
14916 \begin_inset Text
14917
14918 \begin_layout Plain Layout
14919  
14920 \begin_inset Formula $\landupint$
14921 \end_inset
14922
14923
14924 \end_layout
14925
14926 \end_inset
14927 </cell>
14928 </row>
14929 <row>
14930 <cell alignment="center" valignment="top" leftline="true" usebox="none">
14931 \begin_inset Text
14932
14933 \begin_layout Plain Layout
14934
14935 \backslash
14936 landdownint
14937 \end_layout
14938
14939 \end_inset
14940 </cell>
14941 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
14942 \begin_inset Text
14943
14944 \begin_layout Plain Layout
14945  
14946 \begin_inset Formula $\landdownint$
14947 \end_inset
14948
14949
14950 \end_layout
14951
14952 \end_inset
14953 </cell>
14954 </row>
14955 <row>
14956 <cell alignment="center" valignment="top" leftline="true" usebox="none">
14957 \begin_inset Text
14958
14959 \begin_layout Plain Layout
14960
14961 \backslash
14962 bigcap
14963 \end_layout
14964
14965 \end_inset
14966 </cell>
14967 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
14968 \begin_inset Text
14969
14970 \begin_layout Plain Layout
14971 \begin_inset Formula $\bigcap$
14972 \end_inset
14973
14974
14975 \end_layout
14976
14977 \end_inset
14978 </cell>
14979 </row>
14980 <row>
14981 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
14982 \begin_inset Text
14983
14984 \begin_layout Plain Layout
14985
14986 \backslash
14987 bigcup
14988 \end_layout
14989
14990 \end_inset
14991 </cell>
14992 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
14993 \begin_inset Text
14994
14995 \begin_layout Plain Layout
14996 \begin_inset Formula $\bigcup$
14997 \end_inset
14998
14999
15000 \end_layout
15001
15002 \end_inset
15003 </cell>
15004 </row>
15005 </lyxtabular>
15006
15007 \end_inset
15008
15009
15010 \begin_inset space \hfill{}
15011 \end_inset
15012
15013
15014 \begin_inset Tabular
15015 <lyxtabular version="3" rows="11" columns="2">
15016 <features booktabs="true" tabularvalignment="middle">
15017 <column alignment="center" valignment="top" width="0pt">
15018 <column alignment="center" valignment="top" width="0pt">
15019 <row>
15020 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15021 \begin_inset Text
15022
15023 \begin_layout Plain Layout
15024 コマンド
15025 \end_layout
15026
15027 \end_inset
15028 </cell>
15029 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15030 \begin_inset Text
15031
15032 \begin_layout Plain Layout
15033 出力
15034 \end_layout
15035
15036 \end_inset
15037 </cell>
15038 </row>
15039 <row>
15040 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15041 \begin_inset Text
15042
15043 \begin_layout Plain Layout
15044
15045 \backslash
15046 sum
15047 \begin_inset Index idx
15048 range none
15049 pageformat default
15050 status collapsed
15051
15052 \begin_layout Plain Layout
15053 こまんど@コマンド ! S ! 
15054 \backslash
15055 sum
15056 \end_layout
15057
15058 \end_inset
15059
15060
15061 \end_layout
15062
15063 \end_inset
15064 </cell>
15065 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15066 \begin_inset Text
15067
15068 \begin_layout Plain Layout
15069 \begin_inset Formula $\sum$
15070 \end_inset
15071
15072
15073 \end_layout
15074
15075 \end_inset
15076 </cell>
15077 </row>
15078 <row>
15079 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15080 \begin_inset Text
15081
15082 \begin_layout Plain Layout
15083
15084 \backslash
15085 prod
15086 \begin_inset Index idx
15087 range none
15088 pageformat default
15089 status collapsed
15090
15091 \begin_layout Plain Layout
15092 こまんど@コマンド ! P ! 
15093 \backslash
15094 prod
15095 \end_layout
15096
15097 \end_inset
15098
15099
15100 \end_layout
15101
15102 \end_inset
15103 </cell>
15104 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15105 \begin_inset Text
15106
15107 \begin_layout Plain Layout
15108 \begin_inset Formula $\prod$
15109 \end_inset
15110
15111
15112 \end_layout
15113
15114 \end_inset
15115 </cell>
15116 </row>
15117 <row>
15118 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15119 \begin_inset Text
15120
15121 \begin_layout Plain Layout
15122
15123 \backslash
15124 coprod
15125 \end_layout
15126
15127 \end_inset
15128 </cell>
15129 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15130 \begin_inset Text
15131
15132 \begin_layout Plain Layout
15133 \begin_inset Formula $\coprod$
15134 \end_inset
15135
15136
15137 \end_layout
15138
15139 \end_inset
15140 </cell>
15141 </row>
15142 <row>
15143 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15144 \begin_inset Text
15145
15146 \begin_layout Plain Layout
15147
15148 \backslash
15149 bigodot
15150 \end_layout
15151
15152 \end_inset
15153 </cell>
15154 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15155 \begin_inset Text
15156
15157 \begin_layout Plain Layout
15158 \begin_inset Formula $\bigodot$
15159 \end_inset
15160
15161
15162 \end_layout
15163
15164 \end_inset
15165 </cell>
15166 </row>
15167 <row>
15168 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15169 \begin_inset Text
15170
15171 \begin_layout Plain Layout
15172
15173 \backslash
15174 bigotimes
15175 \end_layout
15176
15177 \end_inset
15178 </cell>
15179 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15180 \begin_inset Text
15181
15182 \begin_layout Plain Layout
15183 \begin_inset Formula $\bigotimes$
15184 \end_inset
15185
15186
15187 \end_layout
15188
15189 \end_inset
15190 </cell>
15191 </row>
15192 <row>
15193 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15194 \begin_inset Text
15195
15196 \begin_layout Plain Layout
15197
15198 \backslash
15199 bigoplus
15200 \end_layout
15201
15202 \end_inset
15203 </cell>
15204 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15205 \begin_inset Text
15206
15207 \begin_layout Plain Layout
15208 \begin_inset Formula $\bigoplus$
15209 \end_inset
15210
15211
15212 \end_layout
15213
15214 \end_inset
15215 </cell>
15216 </row>
15217 <row>
15218 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15219 \begin_inset Text
15220
15221 \begin_layout Plain Layout
15222
15223 \backslash
15224 bigwedge
15225 \end_layout
15226
15227 \end_inset
15228 </cell>
15229 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15230 \begin_inset Text
15231
15232 \begin_layout Plain Layout
15233 \begin_inset Formula $\bigwedge$
15234 \end_inset
15235
15236
15237 \end_layout
15238
15239 \end_inset
15240 </cell>
15241 </row>
15242 <row>
15243 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15244 \begin_inset Text
15245
15246 \begin_layout Plain Layout
15247
15248 \backslash
15249 bigvee
15250 \end_layout
15251
15252 \end_inset
15253 </cell>
15254 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15255 \begin_inset Text
15256
15257 \begin_layout Plain Layout
15258 \begin_inset Formula $\bigvee$
15259 \end_inset
15260
15261
15262 \end_layout
15263
15264 \end_inset
15265 </cell>
15266 </row>
15267 <row>
15268 <cell alignment="center" valignment="top" leftline="true" usebox="none">
15269 \begin_inset Text
15270
15271 \begin_layout Plain Layout
15272
15273 \backslash
15274 bigsqcup
15275 \end_layout
15276
15277 \end_inset
15278 </cell>
15279 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15280 \begin_inset Text
15281
15282 \begin_layout Plain Layout
15283 \begin_inset Formula $\bigsqcup$
15284 \end_inset
15285
15286
15287 \end_layout
15288
15289 \end_inset
15290 </cell>
15291 </row>
15292 <row>
15293 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
15294 \begin_inset Text
15295
15296 \begin_layout Plain Layout
15297
15298 \backslash
15299 biguplus
15300 \end_layout
15301
15302 \end_inset
15303 </cell>
15304 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
15305 \begin_inset Text
15306
15307 \begin_layout Plain Layout
15308 \begin_inset Formula $\biguplus$
15309 \end_inset
15310
15311
15312 \end_layout
15313
15314 \end_inset
15315 </cell>
15316 </row>
15317 </lyxtabular>
15318
15319 \end_inset
15320
15321
15322 \begin_inset space \hfill{}
15323 \end_inset
15324
15325
15326 \end_layout
15327
15328 \begin_layout Standard
15329 すべての大演算子は,数式ツールバーボタンの
15330 \begin_inset Info
15331 type  "icon"
15332 arg   "math-insert \\intop"
15333 \end_inset
15334
15335 でも挿入することができます.
15336 \end_layout
15337
15338 \begin_layout Standard
15339 これらの演算子は,よく見ないと同じように見える二項演算子よりも大きいので,大演算子と呼ばれます.大演算子はすべて,次小節で説明する「範囲」をとることができます.
15340 \end_layout
15341
15342 \begin_layout Standard
15343 積分演算子はすべて,
15344 \series bold
15345
15346 \backslash
15347 intop
15348 \series default
15349
15350 \series bold
15351
15352 \backslash
15353 ointop
15354 \series default
15355 のように,
15356 \series bold
15357 op
15358 \series default
15359 で終わる別バージョンがあります.これらの演算子は,
15360 \series bold
15361
15362 \backslash
15363 int
15364 \series default
15365 とは範囲の表示のしかたが異なります.第
15366 \begin_inset CommandInset ref
15367 LatexCommand ref
15368 reference "subsec:演算子の範囲"
15369
15370 \end_inset
15371
15372 節をご参照下さい.
15373 \end_layout
15374
15375 \begin_layout Subsubsection*
15376 積分の子細
15377 \end_layout
15378
15379 \begin_layout Standard
15380 積分中で用いられる文字
15381 \emph on
15382 d
15383 \emph default
15384 は演算子なので,アップライト体で組まれなくてはなりません.これを行うには
15385 \emph on
15386 d
15387 \emph default
15388 を選択して,
15389 \begin_inset Flex Ruby
15390 status collapsed
15391
15392 \begin_layout Plain Layout
15393 捷径
15394 \begin_inset Argument post:1
15395 status collapsed
15396
15397 \begin_layout Plain Layout
15398 ショートカット
15399 \end_layout
15400
15401 \end_inset
15402
15403
15404 \end_layout
15405
15406 \end_inset
15407
15408
15409 \begin_inset Info
15410 type  "shortcut"
15411 arg   "font-roman"
15412 \end_inset
15413
15414 を用います
15415 \begin_inset Foot
15416 status collapsed
15417
15418 \begin_layout Plain Layout
15419 文字様式については,第
15420 \begin_inset CommandInset ref
15421 LatexCommand ref
15422 reference "subsec:書体様式"
15423
15424 \end_inset
15425
15426 節参照.
15427 \end_layout
15428
15429 \end_inset
15430
15431 .最後に,演算子の慣例に倣って,
15432 \emph on
15433 d
15434 \emph default
15435 の前に最小空白を挿入しなくてはなりません.たとえば,
15436 \end_layout
15437
15438 \begin_layout Standard
15439 正しくない例:
15440 \begin_inset Formula $\int A(x)dx$
15441 \end_inset
15442
15443
15444 \begin_inset Newline newline
15445 \end_inset
15446
15447 正しい
15448 \begin_inset Phantom HPhantom
15449 status open
15450
15451 \begin_layout Plain Layout
15452 ない
15453 \end_layout
15454
15455 \end_inset
15456
15457 例:
15458 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15459 \end_inset
15460
15461
15462 \end_layout
15463
15464 \begin_layout Standard
15465 多重積分に関しては,以下のコマンドがあります.
15466 \begin_inset VSpace medskip
15467 \end_inset
15468
15469
15470 \end_layout
15471
15472 \begin_layout Standard
15473 \begin_inset space \hfill{}
15474 \end_inset
15475
15476
15477 \begin_inset Tabular
15478 <lyxtabular version="3" rows="4" columns="2">
15479 <features booktabs="true" tabularvalignment="middle">
15480 <column alignment="center" valignment="top" width="0pt">
15481 <column alignment="center" valignment="top" width="0pt">
15482 <row>
15483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15484 \begin_inset Text
15485
15486 \begin_layout Plain Layout
15487 コマンド
15488 \end_layout
15489
15490 \end_inset
15491 </cell>
15492 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15493 \begin_inset Text
15494
15495 \begin_layout Plain Layout
15496 出力
15497 \end_layout
15498
15499 \end_inset
15500 </cell>
15501 </row>
15502 <row bottomspace="1mm">
15503 <cell alignment="center" valignment="top" usebox="none">
15504 \begin_inset Text
15505
15506 \begin_layout Plain Layout
15507
15508 \backslash
15509 iint
15510 \end_layout
15511
15512 \end_inset
15513 </cell>
15514 <cell alignment="center" valignment="top" usebox="none">
15515 \begin_inset Text
15516
15517 \begin_layout Plain Layout
15518 \begin_inset Formula $\iint$
15519 \end_inset
15520
15521
15522 \end_layout
15523
15524 \end_inset
15525 </cell>
15526 </row>
15527 <row bottomspace="1mm">
15528 <cell alignment="center" valignment="top" usebox="none">
15529 \begin_inset Text
15530
15531 \begin_layout Plain Layout
15532
15533 \backslash
15534 oiint
15535 \end_layout
15536
15537 \end_inset
15538 </cell>
15539 <cell alignment="center" valignment="top" usebox="none">
15540 \begin_inset Text
15541
15542 \begin_layout Plain Layout
15543 \begin_inset Formula $\oiint$
15544 \end_inset
15545
15546
15547 \end_layout
15548
15549 \end_inset
15550 </cell>
15551 </row>
15552 <row bottomspace="1mm">
15553 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15554 \begin_inset Text
15555
15556 \begin_layout Plain Layout
15557
15558 \backslash
15559 sqiint
15560 \end_layout
15561
15562 \end_inset
15563 </cell>
15564 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15565 \begin_inset Text
15566
15567 \begin_layout Plain Layout
15568 \begin_inset Formula $\sqiint$
15569 \end_inset
15570
15571
15572 \end_layout
15573
15574 \end_inset
15575 </cell>
15576 </row>
15577 </lyxtabular>
15578
15579 \end_inset
15580
15581
15582 \begin_inset space \hfill{}
15583 \end_inset
15584
15585
15586 \begin_inset Tabular
15587 <lyxtabular version="3" rows="4" columns="2">
15588 <features booktabs="true" tabularvalignment="middle">
15589 <column alignment="center" valignment="top" width="0pt">
15590 <column alignment="center" valignment="top" width="0pt">
15591 <row>
15592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15593 \begin_inset Text
15594
15595 \begin_layout Plain Layout
15596 コマンド
15597 \end_layout
15598
15599 \end_inset
15600 </cell>
15601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15602 \begin_inset Text
15603
15604 \begin_layout Plain Layout
15605 出力
15606 \end_layout
15607
15608 \end_inset
15609 </cell>
15610 </row>
15611 <row bottomspace="1mm">
15612 <cell alignment="center" valignment="top" usebox="none">
15613 \begin_inset Text
15614
15615 \begin_layout Plain Layout
15616
15617 \backslash
15618 iiint
15619 \end_layout
15620
15621 \end_inset
15622 </cell>
15623 <cell alignment="center" valignment="top" usebox="none">
15624 \begin_inset Text
15625
15626 \begin_layout Plain Layout
15627 \begin_inset Formula $\iiint$
15628 \end_inset
15629
15630
15631 \end_layout
15632
15633 \end_inset
15634 </cell>
15635 </row>
15636 <row bottomspace="1mm">
15637 <cell alignment="center" valignment="top" usebox="none">
15638 \begin_inset Text
15639
15640 \begin_layout Plain Layout
15641
15642 \backslash
15643 iiiint
15644 \end_layout
15645
15646 \end_inset
15647 </cell>
15648 <cell alignment="center" valignment="top" usebox="none">
15649 \begin_inset Text
15650
15651 \begin_layout Plain Layout
15652 \begin_inset Formula $\iiiint$
15653 \end_inset
15654
15655
15656 \end_layout
15657
15658 \end_inset
15659 </cell>
15660 </row>
15661 <row bottomspace="1mm">
15662 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15663 \begin_inset Text
15664
15665 \begin_layout Plain Layout
15666
15667 \backslash
15668 dotsint
15669 \end_layout
15670
15671 \end_inset
15672 </cell>
15673 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15674 \begin_inset Text
15675
15676 \begin_layout Plain Layout
15677 \begin_inset Formula $\dotsint$
15678 \end_inset
15679
15680
15681 \end_layout
15682
15683 \end_inset
15684 </cell>
15685 </row>
15686 </lyxtabular>
15687
15688 \end_inset
15689
15690
15691 \begin_inset space \hfill{}
15692 \end_inset
15693
15694
15695 \end_layout
15696
15697 \begin_layout Subsection
15698 演算子の範囲
15699 \begin_inset CommandInset label
15700 LatexCommand label
15701 name "subsec:演算子の範囲"
15702
15703 \end_inset
15704
15705
15706 \begin_inset Index idx
15707 range none
15708 pageformat default
15709 status collapsed
15710
15711 \begin_layout Plain Layout
15712 えんざんし@演算子 ! はんい@範囲
15713 \end_layout
15714
15715 \end_inset
15716
15717
15718 \end_layout
15719
15720 \begin_layout Standard
15721 範囲は,上付き文字と下付き文字とで作成することができます.
15722 \end_layout
15723
15724 \begin_layout Standard
15725 \align center
15726 \begin_inset Tabular
15727 <lyxtabular version="3" rows="2" columns="2">
15728 <features booktabs="true" tabularvalignment="middle">
15729 <column alignment="center" valignment="top" width="0pt">
15730 <column alignment="center" valignment="top" width="0pt">
15731 <row>
15732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15733 \begin_inset Text
15734
15735 \begin_layout Plain Layout
15736 コマンド
15737 \end_layout
15738
15739 \end_inset
15740 </cell>
15741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15742 \begin_inset Text
15743
15744 \begin_layout Plain Layout
15745 出力
15746 \end_layout
15747
15748 \end_inset
15749 </cell>
15750 </row>
15751 <row>
15752 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15753 \begin_inset Text
15754
15755 \begin_layout Plain Layout
15756
15757 \backslash
15758 prod^
15759 \backslash
15760 infty
15761 \begin_inset space \textvisiblespace{}
15762 \end_inset
15763
15764
15765 \begin_inset Formula $\to$
15766 \end_inset
15767
15768 _0
15769 \begin_inset Formula $\to$
15770 \end_inset
15771
15772 A(x)
15773 \end_layout
15774
15775 \end_inset
15776 </cell>
15777 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15778 \begin_inset Text
15779
15780 \begin_layout Plain Layout
15781 \begin_inset Formula $\prod_{0}^{\infty}A(x)$
15782 \end_inset
15783
15784
15785 \end_layout
15786
15787 \end_inset
15788 </cell>
15789 </row>
15790 </lyxtabular>
15791
15792 \end_inset
15793
15794
15795 \end_layout
15796
15797 \begin_layout Standard
15798 行内数式では,範囲は演算子の右横に表示されます.別行立て数式での範囲は,積分範囲を除き,演算子の上と下に表示されます.
15799 \end_layout
15800
15801 \begin_layout Standard
15802 範囲が演算子の横に表示されるように強制するには,カーソルを当該演算子の直後において,
15803 \family sans
15804 編集\SpecialChar menuseparator
15805 数式\SpecialChar menuseparator
15806 範囲の表記を変更
15807 \family default
15808 メニューで
15809 \family sans
15810 \series bold
15811 行内形式
15812 \family default
15813 \series default
15814 (
15815 \begin_inset Flex Ruby
15816 status collapsed
15817
15818 \begin_layout Plain Layout
15819 捷径
15820 \begin_inset Argument post:1
15821 status collapsed
15822
15823 \begin_layout Plain Layout
15824 ショートカット
15825 \end_layout
15826
15827 \end_inset
15828
15829
15830 \end_layout
15831
15832 \end_inset
15833
15834
15835 \begin_inset Info
15836 type  "shortcut"
15837 arg   "math-limits"
15838 \end_inset
15839
15840 )を選択することで範囲形式を変更することができます.以下はその用例です.
15841 \end_layout
15842
15843 \begin_layout Standard
15844 既定の範囲形式は,以下のようになっています.
15845 \begin_inset Formula 
15846 \[
15847 \sum_{x=0}^{\infty}\frac{1}{x^{2}}
15848 \]
15849
15850 \end_inset
15851
15852 以下は,範囲形式を
15853 \family sans
15854 \series bold
15855 行内形式
15856 \family default
15857 \series default
15858 に変更したときの表示です.
15859 \begin_inset Formula 
15860 \[
15861 \sum\nolimits_{x=0}^{\infty}\frac{1}{x^{2}}
15862 \]
15863
15864 \end_inset
15865
15866
15867 \series bold
15868
15869 \backslash
15870 intop
15871 \series default
15872
15873 \series bold
15874
15875 \backslash
15876 ointop
15877 \series default
15878 などのように
15879 \series bold
15880 op
15881 \series default
15882 で終わるもの以外の積分記号では,範囲は,既定で演算子の横に設定されます.しかし,多重積分においては,範囲を演算子の下に置くべきときがあります.このことから,以下
15883 の例では,範囲形式を
15884 \series bold
15885 別行立て形式
15886 \series default
15887 にして積分記号の下に置くようにしています.
15888 \begin_inset Formula 
15889 \begin{equation}
15890 \iiint\limits_{V}X\,\mathrm{d}V=U\label{eq:VolInt}
15891 \end{equation}
15892
15893 \end_inset
15894
15895
15896 \end_layout
15897
15898 \begin_layout Standard
15899 \begin_inset VSpace medskip
15900 \end_inset
15901
15902 範囲に条件を指定したい場合には,
15903 \series bold
15904
15905 \backslash
15906 subarray
15907 \series default
15908
15909 \begin_inset Index idx
15910 range none
15911 pageformat default
15912 status collapsed
15913
15914 \begin_layout Plain Layout
15915 こまんど@コマンド ! S ! 
15916 \backslash
15917 subarray
15918 \end_layout
15919
15920 \end_inset
15921
15922 コマンドや
15923 \series bold
15924
15925 \backslash
15926 substack
15927 \series default
15928
15929 \begin_inset Index idx
15930 range none
15931 pageformat default
15932 status collapsed
15933
15934 \begin_layout Plain Layout
15935 こまんど@コマンド ! S ! 
15936 \backslash
15937 substack
15938 \end_layout
15939
15940 \end_inset
15941
15942 コマンドを使用します.たとえば,以下の表記 
15943 \begin_inset Formula 
15944 \begin{equation}
15945 \sum_{\begin{subarray}{c}
15946 0<k<1000\\
15947 \\k\,\in\,\mathbb{N}
15948 \end{subarray}}^{n}k^{-2}\label{eq:substack}
15949 \end{equation}
15950
15951 \end_inset
15952
15953
15954 \end_layout
15955
15956 \begin_layout Standard
15957 を作成するには,以下のようにしなくてはなりません.
15958 \begin_inset Newline newline
15959 \end_inset
15960
15961 まず,
15962 \series bold
15963
15964 \backslash
15965 sum
15966 \series default
15967 ^
15968 \series bold
15969 n
15970 \begin_inset space \textvisiblespace{}
15971 \end_inset
15972
15973 _
15974 \series default
15975 というコマンドを入力します.すると,和演算子の下の青枠に移動するので,ここに
15976 \series bold
15977
15978 \backslash
15979 subarray
15980 \begin_inset space \textvisiblespace{}
15981 \end_inset
15982
15983
15984 \series default
15985 コマンドを挿入します.すると,青枠が紫枠の中に入って,ここに複数の行を書き込むことができるようになります.新しい行は,改行(
15986 \begin_inset Info
15987 type  "shortcut"
15988 arg   "newline-insert newline"
15989 \end_inset
15990
15991 )を挿入することで作ることができます.ここに
15992 \begin_inset Newline newline
15993 \end_inset
15994
15995
15996 \series bold
15997 0
15998 \begin_inset Formula $\boldsymbol{<}$
15999 \end_inset
16000
16001 k
16002 \begin_inset Formula $\boldsymbol{<}$
16003 \end_inset
16004
16005 1000 Ctrl+Return
16006 \begin_inset Newline newline
16007 \end_inset
16008
16009
16010 \series default
16011 と入力すると,新規行のための新しい枠が現れます.
16012 \end_layout
16013
16014 \begin_layout Standard
16015 各行の揃え方は,
16016 \family sans
16017 表ツールバー
16018 \family default
16019
16020 \family sans
16021 編集\SpecialChar menuseparator
16022 行と列
16023 \family default
16024 メニューで変更することができますが,右揃えにするには,行頭に
16025 \series bold
16026
16027 \backslash
16028 hfill
16029 \begin_inset space \textvisiblespace{}
16030 \end_inset
16031
16032
16033 \series default
16034 を挿入しなくてはなりません.
16035 \end_layout
16036
16037 \begin_layout Standard
16038
16039 \series bold
16040
16041 \backslash
16042 substack
16043 \series default
16044 コマンドは,各行がつねに中央揃えになることを除いては,
16045 \series bold
16046
16047 \backslash
16048 subarray
16049 \series default
16050 と同じです.
16051 \end_layout
16052
16053 \begin_layout Standard
16054 \begin_inset VSpace bigskip
16055 \end_inset
16056
16057 演算子の後に来る文字は,範囲の横に来るので,
16058 \begin_inset CommandInset ref
16059 LatexCommand eqref
16060 reference "eq:substack"
16061
16062 \end_inset
16063
16064 式のように,演算子の横の余白が大きくなりすぎることがあります.これを防ぐには,コマンド
16065 \series bold
16066
16067 \backslash
16068 smashoperator
16069 \series default
16070
16071 \begin_inset Index idx
16072 range none
16073 pageformat default
16074 status collapsed
16075
16076 \begin_layout Plain Layout
16077 こまんど@コマンド ! S ! 
16078 \backslash
16079 smashoperator
16080 \end_layout
16081
16082 \end_inset
16083
16084 を使うことができます.これを有効化するには,文書設定の
16085 \family sans
16086 数式オプション
16087 \family default
16088 で,
16089 \series bold
16090 mathtools
16091 \series default
16092 パッケージ
16093 \begin_inset Index idx
16094 range none
16095 pageformat default
16096 status collapsed
16097
16098 \begin_layout Plain Layout
16099 ぱっけーじ@パッケージ ! mathtools
16100 \end_layout
16101
16102 \end_inset
16103
16104
16105 \family sans
16106 常に読み込み
16107 \family default
16108 オプションを指定してください.
16109 \series bold
16110
16111 \backslash
16112 smashoperator
16113 \series default
16114 は,内容物の幅を0
16115 \lang english
16116
16117 \begin_inset space \thinspace{}
16118 \end_inset
16119
16120
16121 \lang japanese
16122 ptに設定します.
16123 \lang english
16124
16125 \begin_inset Newline newline
16126 \end_inset
16127
16128
16129 \lang japanese
16130 これを
16131 \begin_inset CommandInset ref
16132 LatexCommand eqref
16133 reference "eq:substack"
16134
16135 \end_inset
16136
16137 式に応用してみると,コマンド
16138 \end_layout
16139
16140 \begin_layout Standard
16141
16142 \series bold
16143
16144 \backslash
16145 smashoperator{
16146 \end_layout
16147
16148 \begin_layout Standard
16149 の波括弧の中に,範囲付きの演算子を挿入することになります.波括弧を閉じた後に,数式を続けます.例:
16150 \begin_inset Formula 
16151 \[
16152 \sum_{\mathclap{\substack{0<k<1000\\
16153 \\k\,\in\,\mathbb{N}
16154 }
16155 }}^{n}k^{-2}
16156 \]
16157
16158 \end_inset
16159
16160 演算子の片側だけ,空白を0
16161 \lang english
16162
16163 \begin_inset space \thinspace{}
16164 \end_inset
16165
16166
16167 \lang japanese
16168 ptにすることも可能です.そのためには,
16169 \series bold
16170
16171 \backslash
16172 smashoperator
16173 \series default
16174 と付属する波括弧の間に,
16175 \series bold
16176 [l]
16177 \series default
16178 または
16179 \series bold
16180 [r]
16181 \series default
16182 と書き込みます.下記は,
16183 \series bold
16184
16185 \backslash
16186 smashoperator
16187 \series default
16188 のとりうる形の例です.
16189 \end_layout
16190
16191 \begin_layout Standard
16192 \begin_inset Formula 
16193 \[
16194 Y\smashoperator{\sum_{1\le i\le j\le n}^{n=3456}}X_{ij}=Y\smashoperator[l]{\sum_{1\le i\le j\le n}^{n=3456}}X_{ij}=Y\smashoperator[r]{\sum_{1\le i\le j\le n}^{n=3456}}X_{ij}
16195 \]
16196
16197 \end_inset
16198
16199
16200 \end_layout
16201
16202 \begin_layout Standard
16203 \begin_inset VSpace bigskip
16204 \end_inset
16205
16206
16207 \end_layout
16208
16209 \begin_layout Standard
16210 範囲を持つ演算子が続くとき,出力での,範囲の組版は出来が良くないものになることがあります.下記をご覧ください.
16211 \begin_inset Formula 
16212 \[
16213 \text{a)}\lim_{n\to\infty}\max_{p\ge n}\quad\text{b)}\lim_{n\to\infty}\max_{p^{2}\ge n}\quad\text{c)}\lim_{n\to\infty}\sup_{p^{2}\ge nK}\quad\text{d)}\limsup_{n\to\infty}\max_{p\ge n}
16214 \]
16215
16216 \end_inset
16217
16218 組版を改善するには,文書設定の
16219 \family sans
16220 数式オプション
16221 \family default
16222 で,
16223 \series bold
16224 mathtools
16225 \series default
16226 パッケージ
16227 \begin_inset Index idx
16228 range none
16229 pageformat default
16230 status collapsed
16231
16232 \begin_layout Plain Layout
16233 ぱっけーじ@パッケージ ! mathtools
16234 \end_layout
16235
16236 \end_inset
16237
16238
16239 \family sans
16240 常に読み込み
16241 \family default
16242 オプションを指定してください.その上で,数式中の最初の演算子の前に直接,
16243 \series bold
16244
16245 \backslash
16246 adjustlimits
16247 \series default
16248 コマンド
16249 \begin_inset Index idx
16250 range none
16251 pageformat default
16252 status collapsed
16253
16254 \begin_layout Plain Layout
16255 こまんど@コマンド ! A ! 
16256 \backslash
16257 adjustlimits
16258 \end_layout
16259
16260 \end_inset
16261
16262 を置いてください.そうすると,上記の例はこのようになります.
16263 \begin_inset Formula 
16264 \[
16265 \text{a)}\adjustlimits\lim_{n\to\infty}\max_{p\ge n}\quad\text{b)}\adjustlimits\lim_{n\to\infty}\max_{p^{2}\ge n}\quad\text{c)}\adjustlimits\lim_{n\to\infty}\sup_{p^{2}\ge nK}\quad\text{d)}\adjustlimits\limsup_{n\to\infty}\max_{p\ge n}
16266 \]
16267
16268 \end_inset
16269
16270
16271 \end_layout
16272
16273 \begin_layout Standard
16274 \begin_inset VSpace bigskip
16275 \end_inset
16276
16277 一つの範囲を複数の演算子に用いる方法が,第
16278 \begin_inset CommandInset ref
16279 LatexCommand ref
16280 reference "subsec:自己定義演算子"
16281
16282 \end_inset
16283
16284 節に述べられています.
16285 \end_layout
16286
16287 \begin_layout Subsection
16288 演算子の修飾
16289 \begin_inset Index idx
16290 range none
16291 pageformat default
16292 status collapsed
16293
16294 \begin_layout Plain Layout
16295 えんざんし@演算子 ! しゅうしょく@修飾
16296 \end_layout
16297
16298 \end_inset
16299
16300
16301 \end_layout
16302
16303 \begin_layout Standard
16304
16305 \series bold
16306
16307 \backslash
16308 overset
16309 \series default
16310
16311 \begin_inset Index idx
16312 range none
16313 pageformat default
16314 status collapsed
16315
16316 \begin_layout Plain Layout
16317 こまんど@コマンド ! O ! 
16318 \backslash
16319 overset
16320 \end_layout
16321
16322 \end_inset
16323
16324 コマンドや
16325 \series bold
16326
16327 \backslash
16328 underset
16329 \series default
16330
16331 \begin_inset Index idx
16332 range none
16333 pageformat default
16334 status collapsed
16335
16336 \begin_layout Plain Layout
16337 こまんど@コマンド ! U ! 
16338 \backslash
16339 underset
16340 \end_layout
16341
16342 \end_inset
16343
16344 コマンドを使うと,それぞれ演算子の上や下に,文字をアクセントとして付けることができます.また,
16345 \series bold
16346
16347 \backslash
16348 sideset
16349 \series default
16350
16351 \begin_inset Index idx
16352 range none
16353 pageformat default
16354 status collapsed
16355
16356 \begin_layout Plain Layout
16357 こまんど@コマンド ! S ! 
16358 \backslash
16359 sideset
16360 \end_layout
16361
16362 \end_inset
16363
16364 コマンドを使うと,文字を演算子の前や後ろに付けることができます.
16365 \end_layout
16366
16367 \begin_layout Standard
16368
16369 \series bold
16370
16371 \backslash
16372 sideset
16373 \series default
16374 には4つの派生版があります.
16375 \end_layout
16376
16377 \begin_layout Itemize
16378
16379 \series bold
16380
16381 \backslash
16382 sideset
16383 \series default
16384 は,演算子の隅に文字を置くのに用います.
16385 \end_layout
16386
16387 \begin_layout Itemize
16388
16389 \series bold
16390
16391 \backslash
16392 sidesetn
16393 \series default
16394 は,演算子の前後に文字を置くのに用います(この派生版は,\SpecialChar LaTeX
16395 の元々の
16396 \series bold
16397
16398 \backslash
16399 sideset
16400 \series default
16401 コマンドを表します).
16402 \end_layout
16403
16404 \begin_layout Itemize
16405
16406 \series bold
16407
16408 \backslash
16409 sidesetl
16410 \series default
16411 は,演算子の左隅と後ろに文字を置くのに用います.
16412 \end_layout
16413
16414 \begin_layout Itemize
16415
16416 \series bold
16417
16418 \backslash
16419 sidesetr
16420 \series default
16421 は,演算子の右隅と前に文字を置くのに用います.
16422 \end_layout
16423
16424 \begin_layout Standard
16425 たとえば,
16426 \series bold
16427
16428 \backslash
16429 sidesetn
16430 \begin_inset space \textvisiblespace{}
16431 \end_inset
16432
16433
16434 \backslash
16435 sum
16436 \begin_inset space \textvisiblespace{}
16437 \end_inset
16438
16439
16440 \begin_inset Formula $\to$
16441 \end_inset
16442
16443 '
16444 \begin_inset Formula $\to$
16445 \end_inset
16446
16447 _k=1
16448 \begin_inset space \textvisiblespace{}
16449 \end_inset
16450
16451
16452 \series default
16453 ^
16454 \series bold
16455 n
16456 \series default
16457 というコマンドを入力すると,
16458 \begin_inset Formula 
16459 \[
16460 \sideset{}{'}\sum_{k=1}^{n}
16461 \]
16462
16463 \end_inset
16464
16465 のようになります.
16466 \end_layout
16467
16468 \begin_layout Standard
16469 \begin_inset Note Greyedout
16470 status open
16471
16472 \begin_layout Plain Layout
16473
16474 \series bold
16475 【註】
16476 \backslash
16477 sideset
16478 \series default
16479 は,大演算子を修飾するためだけに用いることができ,二項演算子には用いることができません.
16480 \end_layout
16481
16482 \end_inset
16483
16484
16485 \end_layout
16486
16487 \begin_layout Standard
16488 のようになります.最後の例からわかるように,
16489 \series bold
16490
16491 \backslash
16492 overset
16493 \series default
16494
16495 \series bold
16496
16497 \backslash
16498 underset
16499 \series default
16500 では,記号や文字にアクセントをつけることもできます.一方. また,
16501 \series bold
16502
16503 \backslash
16504 overset
16505 \begin_inset space \textvisiblespace{}
16506 \end_inset
16507
16508
16509 \backslash
16510 maltese
16511 \begin_inset space \textvisiblespace{}
16512 \end_inset
16513
16514
16515 \series default
16516
16517 \begin_inset Formula $\uparrow$
16518 \end_inset
16519
16520
16521 \series bold
16522 a
16523 \series default
16524 というコマンドならば,
16525 \begin_inset Formula 
16526 \[
16527 \overset{a}{\maltese}
16528 \]
16529
16530 \end_inset
16531
16532
16533 \end_layout
16534
16535 \begin_layout Subsection
16536 二項演算子
16537 \begin_inset CommandInset label
16538 LatexCommand label
16539 name "subsec:二項演算子"
16540
16541 \end_inset
16542
16543
16544 \begin_inset Index idx
16545 range none
16546 pageformat default
16547 status collapsed
16548
16549 \begin_layout Plain Layout
16550 えんざんし@演算子 ! にこう@二項
16551 \begin_inset space \thinspace{}
16552 \end_inset
16553
16554 ——
16555 \end_layout
16556
16557 \end_inset
16558
16559
16560 \end_layout
16561
16562 \begin_layout Standard
16563 二項演算子は,前後に文字がある場合,周囲に余白が入ります.
16564 \begin_inset VSpace medskip
16565 \end_inset
16566
16567
16568 \end_layout
16569
16570 \begin_layout Standard
16571 \begin_inset Tabular
16572 <lyxtabular version="3" rows="13" columns="2">
16573 <features booktabs="true" tabularvalignment="middle">
16574 <column alignment="center" valignment="top" width="0pt">
16575 <column alignment="center" valignment="top" width="0pt">
16576 <row>
16577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16578 \begin_inset Text
16579
16580 \begin_layout Plain Layout
16581 コマンド
16582 \begin_inset Note Note
16583 status collapsed
16584
16585 \begin_layout Plain Layout
16586 ここで
16587 \series bold
16588
16589 \backslash
16590 raisebox
16591 \series default
16592 はスペーサーとして使用しているだけです.
16593 \end_layout
16594
16595 \end_inset
16596
16597
16598 \end_layout
16599
16600 \end_inset
16601 </cell>
16602 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16603 \begin_inset Text
16604
16605 \begin_layout Plain Layout
16606 出力
16607 \end_layout
16608
16609 \end_inset
16610 </cell>
16611 </row>
16612 <row>
16613 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16614 \begin_inset Text
16615
16616 \begin_layout Plain Layout
16617 +
16618 \end_layout
16619
16620 \end_inset
16621 </cell>
16622 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16623 \begin_inset Text
16624
16625 \begin_layout Plain Layout
16626 \begin_inset Formula $+$
16627 \end_inset
16628
16629
16630 \end_layout
16631
16632 \end_inset
16633 </cell>
16634 </row>
16635 <row>
16636 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16637 \begin_inset Text
16638
16639 \begin_layout Plain Layout
16640 -
16641 \end_layout
16642
16643 \end_inset
16644 </cell>
16645 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16646 \begin_inset Text
16647
16648 \begin_layout Plain Layout
16649 \begin_inset Formula $-$
16650 \end_inset
16651
16652
16653 \end_layout
16654
16655 \end_inset
16656 </cell>
16657 </row>
16658 <row>
16659 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16660 \begin_inset Text
16661
16662 \begin_layout Plain Layout
16663
16664 \backslash
16665 pm
16666 \end_layout
16667
16668 \end_inset
16669 </cell>
16670 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16671 \begin_inset Text
16672
16673 \begin_layout Plain Layout
16674 \begin_inset Formula $\pm$
16675 \end_inset
16676
16677
16678 \end_layout
16679
16680 \end_inset
16681 </cell>
16682 </row>
16683 <row>
16684 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16685 \begin_inset Text
16686
16687 \begin_layout Plain Layout
16688
16689 \backslash
16690 mp
16691 \end_layout
16692
16693 \end_inset
16694 </cell>
16695 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16696 \begin_inset Text
16697
16698 \begin_layout Plain Layout
16699 \begin_inset Formula $\mp$
16700 \end_inset
16701
16702
16703 \end_layout
16704
16705 \end_inset
16706 </cell>
16707 </row>
16708 <row>
16709 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16710 \begin_inset Text
16711
16712 \begin_layout Plain Layout
16713
16714 \backslash
16715 cdot
16716 \end_layout
16717
16718 \end_inset
16719 </cell>
16720 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16721 \begin_inset Text
16722
16723 \begin_layout Plain Layout
16724 \begin_inset Formula $\cdot$
16725 \end_inset
16726
16727
16728 \end_layout
16729
16730 \end_inset
16731 </cell>
16732 </row>
16733 <row>
16734 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16735 \begin_inset Text
16736
16737 \begin_layout Plain Layout
16738
16739 \backslash
16740 times
16741 \end_layout
16742
16743 \end_inset
16744 </cell>
16745 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16746 \begin_inset Text
16747
16748 \begin_layout Plain Layout
16749 \begin_inset Formula $\times$
16750 \end_inset
16751
16752
16753 \end_layout
16754
16755 \end_inset
16756 </cell>
16757 </row>
16758 <row>
16759 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16760 \begin_inset Text
16761
16762 \begin_layout Plain Layout
16763
16764 \backslash
16765 div
16766 \end_layout
16767
16768 \end_inset
16769 </cell>
16770 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16771 \begin_inset Text
16772
16773 \begin_layout Plain Layout
16774 \begin_inset Formula $\div$
16775 \end_inset
16776
16777
16778 \end_layout
16779
16780 \end_inset
16781 </cell>
16782 </row>
16783 <row>
16784 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16785 \begin_inset Text
16786
16787 \begin_layout Plain Layout
16788 \begin_inset ERT
16789 status collapsed
16790
16791 \begin_layout Plain Layout
16792
16793
16794 \backslash
16795 raisebox{-1.2mm}{
16796 \end_layout
16797
16798 \end_inset
16799
16800 *
16801 \begin_inset ERT
16802 status collapsed
16803
16804 \begin_layout Plain Layout
16805
16806 }
16807 \end_layout
16808
16809 \end_inset
16810
16811
16812 \end_layout
16813
16814 \end_inset
16815 </cell>
16816 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16817 \begin_inset Text
16818
16819 \begin_layout Plain Layout
16820 \begin_inset Formula $*$
16821 \end_inset
16822
16823
16824 \end_layout
16825
16826 \end_inset
16827 </cell>
16828 </row>
16829 <row>
16830 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16831 \begin_inset Text
16832
16833 \begin_layout Plain Layout
16834
16835 \backslash
16836 star
16837 \end_layout
16838
16839 \end_inset
16840 </cell>
16841 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16842 \begin_inset Text
16843
16844 \begin_layout Plain Layout
16845 \begin_inset Formula $\star$
16846 \end_inset
16847
16848
16849 \end_layout
16850
16851 \end_inset
16852 </cell>
16853 </row>
16854 <row>
16855 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16856 \begin_inset Text
16857
16858 \begin_layout Plain Layout
16859
16860 \backslash
16861 circ
16862 \end_layout
16863
16864 \end_inset
16865 </cell>
16866 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16867 \begin_inset Text
16868
16869 \begin_layout Plain Layout
16870 \begin_inset Formula $\circ$
16871 \end_inset
16872
16873
16874 \end_layout
16875
16876 \end_inset
16877 </cell>
16878 </row>
16879 <row>
16880 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16881 \begin_inset Text
16882
16883 \begin_layout Plain Layout
16884
16885 \backslash
16886 diamond
16887 \end_layout
16888
16889 \end_inset
16890 </cell>
16891 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16892 \begin_inset Text
16893
16894 \begin_layout Plain Layout
16895 \begin_inset Formula $\diamond$
16896 \end_inset
16897
16898
16899 \end_layout
16900
16901 \end_inset
16902 </cell>
16903 </row>
16904 <row>
16905 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
16906 \begin_inset Text
16907
16908 \begin_layout Plain Layout
16909
16910 \backslash
16911 bullet
16912 \end_layout
16913
16914 \end_inset
16915 </cell>
16916 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
16917 \begin_inset Text
16918
16919 \begin_layout Plain Layout
16920 \begin_inset Formula $\bullet$
16921 \end_inset
16922
16923
16924 \end_layout
16925
16926 \end_inset
16927 </cell>
16928 </row>
16929 </lyxtabular>
16930
16931 \end_inset
16932
16933
16934 \begin_inset space \hfill{}
16935 \end_inset
16936
16937
16938 \begin_inset Tabular
16939 <lyxtabular version="3" rows="13" columns="2">
16940 <features booktabs="true" tabularvalignment="middle">
16941 <column alignment="center" valignment="top" width="0pt">
16942 <column alignment="center" valignment="top" width="0pt">
16943 <row>
16944 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16945 \begin_inset Text
16946
16947 \begin_layout Plain Layout
16948 コマンド
16949 \end_layout
16950
16951 \end_inset
16952 </cell>
16953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16954 \begin_inset Text
16955
16956 \begin_layout Plain Layout
16957 出力
16958 \end_layout
16959
16960 \end_inset
16961 </cell>
16962 </row>
16963 <row>
16964 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16965 \begin_inset Text
16966
16967 \begin_layout Plain Layout
16968
16969 \backslash
16970 nabla
16971 \end_layout
16972
16973 \end_inset
16974 </cell>
16975 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16976 \begin_inset Text
16977
16978 \begin_layout Plain Layout
16979 \begin_inset Formula $\nabla$
16980 \end_inset
16981
16982
16983 \end_layout
16984
16985 \end_inset
16986 </cell>
16987 </row>
16988 <row>
16989 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16990 \begin_inset Text
16991
16992 \begin_layout Plain Layout
16993
16994 \backslash
16995 bigtriangledown
16996 \end_layout
16997
16998 \end_inset
16999 </cell>
17000 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17001 \begin_inset Text
17002
17003 \begin_layout Plain Layout
17004 \begin_inset Formula $\bigtriangledown$
17005 \end_inset
17006
17007
17008 \end_layout
17009
17010 \end_inset
17011 </cell>
17012 </row>
17013 <row>
17014 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17015 \begin_inset Text
17016
17017 \begin_layout Plain Layout
17018
17019 \backslash
17020 bigtriangleup
17021 \end_layout
17022
17023 \end_inset
17024 </cell>
17025 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17026 \begin_inset Text
17027
17028 \begin_layout Plain Layout
17029 \begin_inset Formula $\bigtriangleup$
17030 \end_inset
17031
17032
17033 \end_layout
17034
17035 \end_inset
17036 </cell>
17037 </row>
17038 <row>
17039 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17040 \begin_inset Text
17041
17042 \begin_layout Plain Layout
17043
17044 \backslash
17045 Box
17046 \end_layout
17047
17048 \end_inset
17049 </cell>
17050 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17051 \begin_inset Text
17052
17053 \begin_layout Plain Layout
17054 \begin_inset Formula $\Box$
17055 \end_inset
17056
17057
17058 \end_layout
17059
17060 \end_inset
17061 </cell>
17062 </row>
17063 <row>
17064 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17065 \begin_inset Text
17066
17067 \begin_layout Plain Layout
17068
17069 \backslash
17070 cap 
17071 \end_layout
17072
17073 \end_inset
17074 </cell>
17075 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17076 \begin_inset Text
17077
17078 \begin_layout Plain Layout
17079 \begin_inset Formula $\cap$
17080 \end_inset
17081
17082
17083 \end_layout
17084
17085 \end_inset
17086 </cell>
17087 </row>
17088 <row>
17089 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17090 \begin_inset Text
17091
17092 \begin_layout Plain Layout
17093
17094 \backslash
17095 cup
17096 \end_layout
17097
17098 \end_inset
17099 </cell>
17100 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17101 \begin_inset Text
17102
17103 \begin_layout Plain Layout
17104 \begin_inset Formula $\cup$
17105 \end_inset
17106
17107
17108 \end_layout
17109
17110 \end_inset
17111 </cell>
17112 </row>
17113 <row>
17114 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17115 \begin_inset Text
17116
17117 \begin_layout Plain Layout
17118
17119 \backslash
17120 dagger
17121 \end_layout
17122
17123 \end_inset
17124 </cell>
17125 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17126 \begin_inset Text
17127
17128 \begin_layout Plain Layout
17129 \begin_inset Formula $\dagger$
17130 \end_inset
17131
17132
17133 \end_layout
17134
17135 \end_inset
17136 </cell>
17137 </row>
17138 <row>
17139 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17140 \begin_inset Text
17141
17142 \begin_layout Plain Layout
17143
17144 \backslash
17145 ddagger
17146 \end_layout
17147
17148 \end_inset
17149 </cell>
17150 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17151 \begin_inset Text
17152
17153 \begin_layout Plain Layout
17154 \begin_inset Formula $\ddagger$
17155 \end_inset
17156
17157
17158 \end_layout
17159
17160 \end_inset
17161 </cell>
17162 </row>
17163 <row>
17164 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17165 \begin_inset Text
17166
17167 \begin_layout Plain Layout
17168
17169 \backslash
17170 wr
17171 \end_layout
17172
17173 \end_inset
17174 </cell>
17175 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17176 \begin_inset Text
17177
17178 \begin_layout Plain Layout
17179 \begin_inset Formula $\wr$
17180 \end_inset
17181
17182
17183 \end_layout
17184
17185 \end_inset
17186 </cell>
17187 </row>
17188 <row>
17189 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17190 \begin_inset Text
17191
17192 \begin_layout Plain Layout
17193
17194 \backslash
17195 bigcirc
17196 \end_layout
17197
17198 \end_inset
17199 </cell>
17200 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17201 \begin_inset Text
17202
17203 \begin_layout Plain Layout
17204 \begin_inset Formula $\bigcirc$
17205 \end_inset
17206
17207
17208 \end_layout
17209
17210 \end_inset
17211 </cell>
17212 </row>
17213 <row>
17214 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17215 \begin_inset Text
17216
17217 \begin_layout Plain Layout
17218
17219 \backslash
17220 wedge
17221 \end_layout
17222
17223 \end_inset
17224 </cell>
17225 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17226 \begin_inset Text
17227
17228 \begin_layout Plain Layout
17229 \begin_inset Formula $\wedge$
17230 \end_inset
17231
17232
17233 \end_layout
17234
17235 \end_inset
17236 </cell>
17237 </row>
17238 <row>
17239 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17240 \begin_inset Text
17241
17242 \begin_layout Plain Layout
17243
17244 \backslash
17245 vee
17246 \end_layout
17247
17248 \end_inset
17249 </cell>
17250 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17251 \begin_inset Text
17252
17253 \begin_layout Plain Layout
17254 \begin_inset Formula $\vee$
17255 \end_inset
17256
17257
17258 \end_layout
17259
17260 \end_inset
17261 </cell>
17262 </row>
17263 </lyxtabular>
17264
17265 \end_inset
17266
17267
17268 \begin_inset space \hfill{}
17269 \end_inset
17270
17271
17272 \begin_inset Tabular
17273 <lyxtabular version="3" rows="13" columns="2">
17274 <features booktabs="true" tabularvalignment="middle">
17275 <column alignment="center" valignment="top" width="0pt">
17276 <column alignment="center" valignment="top" width="0pt">
17277 <row>
17278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17279 \begin_inset Text
17280
17281 \begin_layout Plain Layout
17282 コマンド
17283 \end_layout
17284
17285 \end_inset
17286 </cell>
17287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17288 \begin_inset Text
17289
17290 \begin_layout Plain Layout
17291 出力
17292 \end_layout
17293
17294 \end_inset
17295 </cell>
17296 </row>
17297 <row>
17298 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17299 \begin_inset Text
17300
17301 \begin_layout Plain Layout
17302
17303 \backslash
17304 oplus
17305 \end_layout
17306
17307 \end_inset
17308 </cell>
17309 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17310 \begin_inset Text
17311
17312 \begin_layout Plain Layout
17313 \begin_inset Formula $\oplus$
17314 \end_inset
17315
17316
17317 \end_layout
17318
17319 \end_inset
17320 </cell>
17321 </row>
17322 <row>
17323 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17324 \begin_inset Text
17325
17326 \begin_layout Plain Layout
17327
17328 \backslash
17329 ominus
17330 \end_layout
17331
17332 \end_inset
17333 </cell>
17334 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17335 \begin_inset Text
17336
17337 \begin_layout Plain Layout
17338 \begin_inset Formula $\ominus$
17339 \end_inset
17340
17341
17342 \end_layout
17343
17344 \end_inset
17345 </cell>
17346 </row>
17347 <row>
17348 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17349 \begin_inset Text
17350
17351 \begin_layout Plain Layout
17352
17353 \backslash
17354 otimes
17355 \end_layout
17356
17357 \end_inset
17358 </cell>
17359 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17360 \begin_inset Text
17361
17362 \begin_layout Plain Layout
17363 \begin_inset Formula $\otimes$
17364 \end_inset
17365
17366
17367 \end_layout
17368
17369 \end_inset
17370 </cell>
17371 </row>
17372 <row>
17373 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17374 \begin_inset Text
17375
17376 \begin_layout Plain Layout
17377
17378 \backslash
17379 oslash
17380 \end_layout
17381
17382 \end_inset
17383 </cell>
17384 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17385 \begin_inset Text
17386
17387 \begin_layout Plain Layout
17388 \begin_inset Formula $\oslash$
17389 \end_inset
17390
17391
17392 \end_layout
17393
17394 \end_inset
17395 </cell>
17396 </row>
17397 <row>
17398 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17399 \begin_inset Text
17400
17401 \begin_layout Plain Layout
17402
17403 \backslash
17404 odot
17405 \end_layout
17406
17407 \end_inset
17408 </cell>
17409 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17410 \begin_inset Text
17411
17412 \begin_layout Plain Layout
17413 \begin_inset Formula $\odot$
17414 \end_inset
17415
17416
17417 \end_layout
17418
17419 \end_inset
17420 </cell>
17421 </row>
17422 <row>
17423 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17424 \begin_inset Text
17425
17426 \begin_layout Plain Layout
17427
17428 \backslash
17429 amalg
17430 \end_layout
17431
17432 \end_inset
17433 </cell>
17434 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17435 \begin_inset Text
17436
17437 \begin_layout Plain Layout
17438 \begin_inset Formula $\amalg$
17439 \end_inset
17440
17441
17442 \end_layout
17443
17444 \end_inset
17445 </cell>
17446 </row>
17447 <row>
17448 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17449 \begin_inset Text
17450
17451 \begin_layout Plain Layout
17452
17453 \backslash
17454 uplus
17455 \end_layout
17456
17457 \end_inset
17458 </cell>
17459 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17460 \begin_inset Text
17461
17462 \begin_layout Plain Layout
17463 \begin_inset Formula $\uplus$
17464 \end_inset
17465
17466
17467 \end_layout
17468
17469 \end_inset
17470 </cell>
17471 </row>
17472 <row>
17473 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17474 \begin_inset Text
17475
17476 \begin_layout Plain Layout
17477
17478 \backslash
17479 setminus
17480 \end_layout
17481
17482 \end_inset
17483 </cell>
17484 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17485 \begin_inset Text
17486
17487 \begin_layout Plain Layout
17488 \begin_inset Formula $\setminus$
17489 \end_inset
17490
17491
17492 \end_layout
17493
17494 \end_inset
17495 </cell>
17496 </row>
17497 <row>
17498 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17499 \begin_inset Text
17500
17501 \begin_layout Plain Layout
17502
17503 \backslash
17504 sqcap
17505 \end_layout
17506
17507 \end_inset
17508 </cell>
17509 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17510 \begin_inset Text
17511
17512 \begin_layout Plain Layout
17513 \begin_inset Formula $\sqcap$
17514 \end_inset
17515
17516
17517 \end_layout
17518
17519 \end_inset
17520 </cell>
17521 </row>
17522 <row>
17523 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17524 \begin_inset Text
17525
17526 \begin_layout Plain Layout
17527
17528 \backslash
17529 sqcup
17530 \end_layout
17531
17532 \end_inset
17533 </cell>
17534 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17535 \begin_inset Text
17536
17537 \begin_layout Plain Layout
17538 \begin_inset Formula $\sqcup$
17539 \end_inset
17540
17541
17542 \end_layout
17543
17544 \end_inset
17545 </cell>
17546 </row>
17547 <row>
17548 <cell alignment="center" valignment="top" leftline="true" usebox="none">
17549 \begin_inset Text
17550
17551 \begin_layout Plain Layout
17552
17553 \backslash
17554 triangleleft
17555 \end_layout
17556
17557 \end_inset
17558 </cell>
17559 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
17560 \begin_inset Text
17561
17562 \begin_layout Plain Layout
17563 \begin_inset Formula $\triangleleft$
17564 \end_inset
17565
17566
17567 \end_layout
17568
17569 \end_inset
17570 </cell>
17571 </row>
17572 <row>
17573 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
17574 \begin_inset Text
17575
17576 \begin_layout Plain Layout
17577
17578 \backslash
17579 triangleright
17580 \end_layout
17581
17582 \end_inset
17583 </cell>
17584 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
17585 \begin_inset Text
17586
17587 \begin_layout Plain Layout
17588 \begin_inset Formula $\triangleright$
17589 \end_inset
17590
17591
17592 \end_layout
17593
17594 \end_inset
17595 </cell>
17596 </row>
17597 </lyxtabular>
17598
17599 \end_inset
17600
17601
17602 \end_layout
17603
17604 \begin_layout Standard
17605 二項演算子は,すべて数式ツールバーボタンの
17606 \begin_inset Info
17607 type  "icon"
17608 arg   "math-insert \\pm"
17609 \end_inset
17610
17611 から挿入することもできます.
17612 \end_layout
17613
17614 \begin_layout Standard
17615 ラプラス演算子を組版するには,
17616 \series bold
17617
17618 \backslash
17619 bigtriangleup
17620 \series default
17621 以外に,
17622 \series bold
17623
17624 \backslash
17625 Delta
17626 \series default
17627
17628 \series bold
17629
17630 \backslash
17631 nabla
17632 \series default
17633 ^
17634 \series bold
17635 2
17636 \series default
17637 (
17638 \begin_inset Formula $\nabla^{2}$
17639 \end_inset
17640
17641 )を使用することもできます.
17642 \end_layout
17643
17644 \begin_layout Standard
17645
17646 \family sans
17647 挿入\SpecialChar menuseparator
17648 特殊文字
17649 \family default
17650 メニューの
17651 \family sans
17652 メニュー区切り
17653 \family default
17654 で入力される文字は,
17655 \series bold
17656
17657 \backslash
17658 triangleright
17659 \series default
17660 演算子です.
17661 \end_layout
17662
17663 \begin_layout Subsection
17664 自己定義演算子
17665 \begin_inset CommandInset label
17666 LatexCommand label
17667 name "subsec:自己定義演算子"
17668
17669 \end_inset
17670
17671
17672 \begin_inset Index idx
17673 range none
17674 pageformat default
17675 status collapsed
17676
17677 \begin_layout Plain Layout
17678 えんざんし@演算子 ! じこていぎ@自己定義
17679 \begin_inset space \thinspace{}
17680 \end_inset
17681
17682 ——
17683 \end_layout
17684
17685 \end_inset
17686
17687
17688 \end_layout
17689
17690 \begin_layout Standard
17691 \SpecialChar LaTeX
17692 プリアンブルで
17693 \series bold
17694
17695 \backslash
17696 DeclareMathOperator
17697 \series default
17698
17699 \begin_inset Index idx
17700 range none
17701 pageformat default
17702 status collapsed
17703
17704 \begin_layout Plain Layout
17705 こまんど@コマンド ! D ! 
17706 \backslash
17707 dbinom@
17708 \backslash
17709 DeclareMathOperator
17710 \end_layout
17711
17712 \end_inset
17713
17714 コマンドを使用すると,自己定義演算子を定義することができます.このコマンドの書式は
17715 \end_layout
17716
17717 \begin_layout Standard
17718
17719 \series bold
17720
17721 \backslash
17722 DeclareMathOperator{新規コマンド}{表示}
17723 \end_layout
17724
17725 \begin_layout Standard
17726 です.「表示」は,出力での演算子の表示され方を定義する文字や記号です.大演算子を定義するには,コマンドの後に「*」を置きます.自己定義の大演算子は,すべて第
17727 \begin_inset CommandInset ref
17728 LatexCommand ref
17729 reference "subsec:演算子の範囲"
17730
17731 \end_inset
17732
17733 節で述べられた範囲を指定することができます.
17734 \end_layout
17735
17736 \begin_layout Standard
17737 たとえば,以下のような\SpecialChar LaTeX
17738 プリアンブル行
17739 \end_layout
17740
17741 \begin_layout Standard
17742
17743 \series bold
17744
17745 \backslash
17746 DeclareMathOperator*{
17747 \backslash
17748 Lozenge}{
17749 \backslash
17750 blacklozenge}
17751 \end_layout
17752
17753 \begin_layout Standard
17754 は,第
17755 \begin_inset CommandInset ref
17756 LatexCommand ref
17757 reference "subsec:その他の記号"
17758
17759 \end_inset
17760
17761 節にある菱形記号を使った大演算子を挿入する,以下のようなコマンド
17762 \series bold
17763
17764 \backslash
17765 Lozenge
17766 \series default
17767 を定義します.
17768 \begin_inset Formula 
17769 \[
17770 \Lozenge_{n=1}^{\infty}
17771 \]
17772
17773 \end_inset
17774
17775 上記の数式を作るコマンドは,
17776 \series bold
17777
17778 \backslash
17779 Lozenge
17780 \series default
17781 ^
17782 \series bold
17783
17784 \backslash
17785 infty
17786 \begin_inset Formula $\to$
17787 \end_inset
17788
17789 _n=1
17790 \series default
17791 です.
17792 \end_layout
17793
17794 \begin_layout Standard
17795 \begin_inset VSpace bigskip
17796 \end_inset
17797
17798 自己定義演算子を,同一文書内で複数回用いない時には,以下の書式を持つ
17799 \series bold
17800
17801 \backslash
17802 mathop
17803 \series default
17804
17805 \begin_inset Index idx
17806 range none
17807 pageformat default
17808 status collapsed
17809
17810 \begin_layout Plain Layout
17811 こまんど@コマンド ! M ! 
17812 \backslash
17813 mathop
17814 \end_layout
17815
17816 \end_inset
17817
17818 コマンドおよび
17819 \series bold
17820
17821 \backslash
17822 mathbin
17823 \series default
17824
17825 \begin_inset Index idx
17826 range none
17827 pageformat default
17828 status collapsed
17829
17830 \begin_layout Plain Layout
17831 こまんど@コマンド ! M ! 
17832 \backslash
17833 mathbin
17834 \end_layout
17835
17836 \end_inset
17837
17838 コマンドを用いて定義を行うこともできます.
17839 \end_layout
17840
17841 \begin_layout Standard
17842 (書式)
17843 \series bold
17844
17845 \backslash
17846 mathop{表示}
17847 \series default
17848 および
17849 \series bold
17850
17851 \backslash
17852 mathbin{表示}
17853 \end_layout
17854
17855 \begin_layout Standard
17856
17857 \series bold
17858
17859 \backslash
17860 mathop
17861 \series default
17862 は大演算子を定義し,
17863 \series bold
17864
17865 \backslash
17866 mathbin
17867 \series default
17868 は二項演算子を定義します.
17869 \end_layout
17870
17871 \begin_layout Standard
17872 たとえば
17873 \series bold
17874
17875 \backslash
17876 mathop
17877 \series default
17878 は,以下のように,複数の演算子に共通の範囲指定を行うのに用いることができます.
17879 \end_layout
17880
17881 \begin_layout Standard
17882 \begin_inset Formula 
17883 \[
17884 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}
17885 \]
17886
17887 \end_inset
17888
17889
17890 \end_layout
17891
17892 \begin_layout Standard
17893 上記の数式では
17894 \begin_inset Newline newline
17895 \end_inset
17896
17897
17898 \series bold
17899
17900 \backslash
17901 mathop{
17902 \backslash
17903 sum
17904 \backslash
17905 negmedspace
17906 \backslash
17907 sum
17908 \series default
17909
17910 \begin_inset space \textvisiblespace{}
17911 \end_inset
17912
17913
17914 \series bold
17915
17916 \begin_inset Formula $\to$
17917 \end_inset
17918
17919 ^N
17920 \series default
17921
17922 \begin_inset space \textvisiblespace{}
17923 \end_inset
17924
17925
17926 \series bold
17927 _i,j=1
17928 \begin_inset Newline newline
17929 \end_inset
17930
17931
17932 \series default
17933 というコマンドを用いています.
17934 \end_layout
17935
17936 \begin_layout Section
17937 書体
17938 \begin_inset Index idx
17939 range none
17940 pageformat default
17941 status collapsed
17942
17943 \begin_layout Plain Layout
17944 しょたい@書体
17945 \end_layout
17946
17947 \end_inset
17948
17949
17950 \begin_inset Index idx
17951 range none
17952 pageformat default
17953 status collapsed
17954
17955 \begin_layout Plain Layout
17956 ふぉんと@フォント
17957 \begin_inset ERT
17958 status collapsed
17959
17960 \begin_layout Plain Layout
17961
17962 |see{
17963 \end_layout
17964
17965 \end_inset
17966
17967 書体
17968 \begin_inset ERT
17969 status collapsed
17970
17971 \begin_layout Plain Layout
17972
17973 }
17974 \end_layout
17975
17976 \end_inset
17977
17978
17979 \end_layout
17980
17981 \end_inset
17982
17983
17984 \end_layout
17985
17986 \begin_layout Subsection
17987 書体様式
17988 \begin_inset CommandInset label
17989 LatexCommand label
17990 name "subsec:書体様式"
17991
17992 \end_inset
17993
17994
17995 \begin_inset Index idx
17996 range none
17997 pageformat default
17998 status collapsed
17999
18000 \begin_layout Plain Layout
18001 しょたい@書体 ! ようしき@様式
18002 \end_layout
18003
18004 \end_inset
18005
18006
18007 \end_layout
18008
18009 \begin_layout Standard
18010 数式中のラテン文字は,以下の書体様式のうちいずれかに設定することができます.
18011 \end_layout
18012
18013 \begin_layout Standard
18014 \align center
18015 \begin_inset Tabular
18016 <lyxtabular version="3" rows="6" columns="3">
18017 <features booktabs="true" tabularvalignment="middle">
18018 <column alignment="center" valignment="top" width="0pt">
18019 <column alignment="center" valignment="top">
18020 <column alignment="center" valignment="top">
18021 <row>
18022 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18023 \begin_inset Text
18024
18025 \begin_layout Plain Layout
18026 コマンド
18027 \end_layout
18028
18029 \end_inset
18030 </cell>
18031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18032 \begin_inset Text
18033
18034 \begin_layout Plain Layout
18035 出力
18036 \end_layout
18037
18038 \end_inset
18039 </cell>
18040 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18041 \begin_inset Text
18042
18043 \begin_layout Plain Layout
18044
18045 \lang english
18046 Shortcut
18047 \end_layout
18048
18049 \end_inset
18050 </cell>
18051 </row>
18052 <row>
18053 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18054 \begin_inset Text
18055
18056 \begin_layout Plain Layout
18057
18058 \backslash
18059 mathbb
18060 \series bold
18061
18062 \begin_inset space \textvisiblespace{}
18063 \end_inset
18064
18065
18066 \series default
18067 ABC
18068 \end_layout
18069
18070 \end_inset
18071 </cell>
18072 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18073 \begin_inset Text
18074
18075 \begin_layout Plain Layout
18076 \begin_inset Formula $\mathbb{ABC}$
18077 \end_inset
18078
18079
18080 \end_layout
18081
18082 \end_inset
18083 </cell>
18084 <cell alignment="center" valignment="top" usebox="none">
18085 \begin_inset Text
18086
18087 \begin_layout Plain Layout
18088 -
18089 \end_layout
18090
18091 \end_inset
18092 </cell>
18093 </row>
18094 <row>
18095 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18096 \begin_inset Text
18097
18098 \begin_layout Plain Layout
18099
18100 \backslash
18101 mathbf
18102 \series bold
18103
18104 \begin_inset space \textvisiblespace{}
18105 \end_inset
18106
18107
18108 \series default
18109 AbC
18110 \end_layout
18111
18112 \end_inset
18113 </cell>
18114 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18115 \begin_inset Text
18116
18117 \begin_layout Plain Layout
18118 \begin_inset Formula $\mathbf{AbC}$
18119 \end_inset
18120
18121
18122 \end_layout
18123
18124 \end_inset
18125 </cell>
18126 <cell alignment="center" valignment="top" usebox="none">
18127 \begin_inset Text
18128
18129 \begin_layout Plain Layout
18130 \begin_inset Info
18131 type  "shortcut"
18132 arg   "font-bold"
18133 \end_inset
18134
18135
18136 \end_layout
18137
18138 \end_inset
18139 </cell>
18140 </row>
18141 <row>
18142 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18143 \begin_inset Text
18144
18145 \begin_layout Plain Layout
18146
18147 \backslash
18148 boldsymbol
18149 \series bold
18150
18151 \begin_inset space \textvisiblespace{}
18152 \end_inset
18153
18154
18155 \series default
18156 AbC
18157 \end_layout
18158
18159 \end_inset
18160 </cell>
18161 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18162 \begin_inset Text
18163
18164 \begin_layout Plain Layout
18165 \begin_inset Formula $\boldsymbol{AbC}$
18166 \end_inset
18167
18168
18169 \end_layout
18170
18171 \end_inset
18172 </cell>
18173 <cell alignment="center" valignment="top" usebox="none">
18174 \begin_inset Text
18175
18176 \begin_layout Plain Layout
18177 \begin_inset Info
18178 type  "shortcut"
18179 arg   "font-boldsymbol"
18180 \end_inset
18181
18182
18183 \end_layout
18184
18185 \end_inset
18186 </cell>
18187 </row>
18188 <row>
18189 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18190 \begin_inset Text
18191
18192 \begin_layout Plain Layout
18193
18194 \backslash
18195 mathcal
18196 \series bold
18197
18198 \begin_inset space \textvisiblespace{}
18199 \end_inset
18200
18201
18202 \series default
18203 ABC
18204 \end_layout
18205
18206 \end_inset
18207 </cell>
18208 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18209 \begin_inset Text
18210
18211 \begin_layout Plain Layout
18212 \begin_inset Formula $\mathcal{ABC}$
18213 \end_inset
18214
18215
18216 \end_layout
18217
18218 \end_inset
18219 </cell>
18220 <cell alignment="center" valignment="top" usebox="none">
18221 \begin_inset Text
18222
18223 \begin_layout Plain Layout
18224 -
18225 \end_layout
18226
18227 \end_inset
18228 </cell>
18229 </row>
18230 <row>
18231 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
18232 \begin_inset Text
18233
18234 \begin_layout Plain Layout
18235
18236 \backslash
18237 mathfrak
18238 \series bold
18239
18240 \begin_inset space \textvisiblespace{}
18241 \end_inset
18242
18243
18244 \series default
18245 AbC
18246 \end_layout
18247
18248 \end_inset
18249 </cell>
18250 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18251 \begin_inset Text
18252
18253 \begin_layout Plain Layout
18254 \begin_inset Formula $\mathfrak{AbC}$
18255 \end_inset
18256
18257
18258 \end_layout
18259
18260 \end_inset
18261 </cell>
18262 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18263 \begin_inset Text
18264
18265 \begin_layout Plain Layout
18266 -
18267 \end_layout
18268
18269 \end_inset
18270 </cell>
18271 </row>
18272 </lyxtabular>
18273
18274 \end_inset
18275
18276
18277 \end_layout
18278
18279 \begin_layout Standard
18280 \align center
18281 \begin_inset Tabular
18282 <lyxtabular version="3" rows="6" columns="3">
18283 <features booktabs="true" tabularvalignment="middle">
18284 <column alignment="center" valignment="top" width="0pt">
18285 <column alignment="center" valignment="top">
18286 <column alignment="center" valignment="top">
18287 <row>
18288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18289 \begin_inset Text
18290
18291 \begin_layout Plain Layout
18292 コマンド
18293 \end_layout
18294
18295 \end_inset
18296 </cell>
18297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18298 \begin_inset Text
18299
18300 \begin_layout Plain Layout
18301 出力
18302 \end_layout
18303
18304 \end_inset
18305 </cell>
18306 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
18307 \begin_inset Text
18308
18309 \begin_layout Plain Layout
18310
18311 \lang english
18312 Shortcut
18313 \end_layout
18314
18315 \end_inset
18316 </cell>
18317 </row>
18318 <row>
18319 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18320 \begin_inset Text
18321
18322 \begin_layout Plain Layout
18323
18324 \backslash
18325 mathit
18326 \series bold
18327
18328 \begin_inset space \textvisiblespace{}
18329 \end_inset
18330
18331
18332 \series default
18333 AbC
18334 \end_layout
18335
18336 \end_inset
18337 </cell>
18338 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18339 \begin_inset Text
18340
18341 \begin_layout Plain Layout
18342 \begin_inset Formula $\mathit{AbC}$
18343 \end_inset
18344
18345
18346 \end_layout
18347
18348 \end_inset
18349 </cell>
18350 <cell alignment="center" valignment="top" usebox="none">
18351 \begin_inset Text
18352
18353 \begin_layout Plain Layout
18354 -
18355 \end_layout
18356
18357 \end_inset
18358 </cell>
18359 </row>
18360 <row>
18361 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18362 \begin_inset Text
18363
18364 \begin_layout Plain Layout
18365
18366 \backslash
18367 mathrm
18368 \series bold
18369
18370 \begin_inset space \textvisiblespace{}
18371 \end_inset
18372
18373
18374 \series default
18375 AbC
18376 \end_layout
18377
18378 \end_inset
18379 </cell>
18380 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18381 \begin_inset Text
18382
18383 \begin_layout Plain Layout
18384 \begin_inset Formula $\mathrm{AbC}$
18385 \end_inset
18386
18387
18388 \end_layout
18389
18390 \end_inset
18391 </cell>
18392 <cell alignment="center" valignment="top" usebox="none">
18393 \begin_inset Text
18394
18395 \begin_layout Plain Layout
18396 \begin_inset Info
18397 type  "shortcut"
18398 arg   "font-roman"
18399 \end_inset
18400
18401
18402 \end_layout
18403
18404 \end_inset
18405 </cell>
18406 </row>
18407 <row>
18408 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18409 \begin_inset Text
18410
18411 \begin_layout Plain Layout
18412
18413 \backslash
18414 mathsf
18415 \series bold
18416
18417 \begin_inset space \textvisiblespace{}
18418 \end_inset
18419
18420
18421 \series default
18422 AbC
18423 \end_layout
18424
18425 \end_inset
18426 </cell>
18427 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18428 \begin_inset Text
18429
18430 \begin_layout Plain Layout
18431 \begin_inset Formula $\mathsf{AbC}$
18432 \end_inset
18433
18434
18435 \end_layout
18436
18437 \end_inset
18438 </cell>
18439 <cell alignment="center" valignment="top" usebox="none">
18440 \begin_inset Text
18441
18442 \begin_layout Plain Layout
18443 \begin_inset Info
18444 type  "shortcut"
18445 arg   "font-sans"
18446 \end_inset
18447
18448
18449 \end_layout
18450
18451 \end_inset
18452 </cell>
18453 </row>
18454 <row>
18455 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18456 \begin_inset Text
18457
18458 \begin_layout Plain Layout
18459
18460 \backslash
18461 mathtt
18462 \series bold
18463
18464 \begin_inset space \textvisiblespace{}
18465 \end_inset
18466
18467
18468 \series default
18469 AbC
18470 \end_layout
18471
18472 \end_inset
18473 </cell>
18474 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18475 \begin_inset Text
18476
18477 \begin_layout Plain Layout
18478 \begin_inset Formula $\mathtt{AbC}$
18479 \end_inset
18480
18481
18482 \end_layout
18483
18484 \end_inset
18485 </cell>
18486 <cell alignment="center" valignment="top" usebox="none">
18487 \begin_inset Text
18488
18489 \begin_layout Plain Layout
18490 \begin_inset Info
18491 type  "shortcut"
18492 arg   "font-typewriter"
18493 \end_inset
18494
18495
18496 \end_layout
18497
18498 \end_inset
18499 </cell>
18500 </row>
18501 <row>
18502 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
18503 \begin_inset Text
18504
18505 \begin_layout Plain Layout
18506
18507 \backslash
18508 mathscr
18509 \series bold
18510
18511 \begin_inset space \textvisiblespace{}
18512 \end_inset
18513
18514
18515 \series default
18516 ABC
18517 \end_layout
18518
18519 \end_inset
18520 </cell>
18521 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18522 \begin_inset Text
18523
18524 \begin_layout Plain Layout
18525 \begin_inset Formula $\mathscr{ABC}$
18526 \end_inset
18527
18528
18529 \end_layout
18530
18531 \end_inset
18532 </cell>
18533 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
18534 \begin_inset Text
18535
18536 \begin_layout Plain Layout
18537 -
18538 \end_layout
18539
18540 \end_inset
18541 </cell>
18542 </row>
18543 </lyxtabular>
18544
18545 \end_inset
18546
18547
18548 \end_layout
18549
18550 \begin_layout Standard
18551 \begin_inset Note Greyedout
18552 status open
18553
18554 \begin_layout Plain Layout
18555
18556 \series bold
18557 【註】
18558 \backslash
18559 mathbb
18560 \series default
18561
18562 \series bold
18563 mathcal
18564 \series default
18565 様式と
18566 \series bold
18567
18568 \backslash
18569 mathscr
18570 \series default
18571 様式は,大文字にのみ使用することができます.
18572 \end_layout
18573
18574 \end_inset
18575
18576
18577 \end_layout
18578
18579 \begin_layout Standard
18580 既定では,
18581 \series bold
18582
18583 \backslash
18584 mathnormal
18585 \series default
18586 様式に設定されています.
18587 \end_layout
18588
18589 \begin_layout Standard
18590 書体様式コマンドは,以下のように数式構成要素内の文字に対しても機能します.
18591 \begin_inset Formula 
18592 \[
18593 \mathfrak{A=\frac{b}{C}}
18594 \]
18595
18596 \end_inset
18597
18598
18599 \end_layout
18600
18601 \begin_layout Standard
18602 数式テキストに含まれる文字に対しては,数式書体様式は反映せず,
18603 \series bold
18604
18605 \backslash
18606 textrm
18607 \series default
18608 様式で表示されます.数式テキストの様式を文字様式ダイアログで設定することができないのは,\SpecialChar LyX
18609 のバグです
18610 \begin_inset Foot
18611 status collapsed
18612
18613 \begin_layout Plain Layout
18614 \begin_inset CommandInset href
18615 LatexCommand href
18616 name "LyX-bug #4629"
18617 target "https://www.lyx.org/trac/ticket/4629"
18618 literal "false"
18619
18620 \end_inset
18621
18622
18623 \end_layout
18624
18625 \end_inset
18626
18627
18628 \end_layout
18629
18630 \begin_layout Standard
18631 書体様式コマンドの代わりに,
18632 \family sans
18633 編集\SpecialChar menuseparator
18634 数学\SpecialChar menuseparator
18635 文字様式
18636 \family default
18637 ダイアログや,
18638 \begin_inset Info
18639 type  "icon"
18640 arg   "math-insert \\font"
18641 \end_inset
18642
18643 を使用することもできます.
18644 \end_layout
18645
18646 \begin_layout Subsection
18647 ボールド体の数式
18648 \begin_inset CommandInset label
18649 LatexCommand label
18650 name "subsec:ボールド体の数式"
18651
18652 \end_inset
18653
18654
18655 \begin_inset Index idx
18656 range none
18657 pageformat default
18658 status collapsed
18659
18660 \begin_layout Plain Layout
18661 すうしき@数式 ! ぼーるどたい@ボールド体
18662 \end_layout
18663
18664 \end_inset
18665
18666
18667 \end_layout
18668
18669 \begin_layout Standard
18670 数式全体をボールド体にしようとすると,前節の
18671 \series bold
18672
18673 \backslash
18674 mathbf
18675 \series default
18676 コマンドは,ギリシャ文字の小文字に対しては機能しないので,使用することができません.さらにこのコマンドは,以下の式のように,ラテン文字をつねにアップライト体に印
18677 字してしまいます.
18678 \end_layout
18679
18680 \begin_layout Standard
18681 \begin_inset Formula 
18682 \[
18683 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{\textbackslash mathbfを使用した数式}
18684 \]
18685
18686 \end_inset
18687
18688
18689 \end_layout
18690
18691 \begin_layout Standard
18692 この数式を正しく表示するには,以下のように,
18693 \series bold
18694
18695 \backslash
18696 boldsymbol
18697 \series default
18698 コマンドを使用します.
18699 \begin_inset Formula 
18700 \[
18701 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{\textbackslash boldsymbolを使用した数式}}
18702 \]
18703
18704 \end_inset
18705
18706 また,数式を
18707 \series bold
18708 boldmath環境
18709 \series default
18710 に設定する方法もあります.この環境は,\SpecialChar TeX
18711 モードで
18712 \series bold
18713
18714 \backslash
18715 boldmath
18716 \begin_inset Index idx
18717 range none
18718 pageformat default
18719 status collapsed
18720
18721 \begin_layout Plain Layout
18722 こまんど@コマンド ! B ! 
18723 \backslash
18724 boldmath
18725 \end_layout
18726
18727 \end_inset
18728
18729
18730 \series default
18731 コマンドを挿入することによって作ることができます.環境を閉じるには,
18732 \series bold
18733
18734 \backslash
18735 unboldmath
18736 \begin_inset Index idx
18737 range none
18738 pageformat default
18739 status collapsed
18740
18741 \begin_layout Plain Layout
18742 こまんど@コマンド ! U ! 
18743 \backslash
18744 unboldmath
18745 \end_layout
18746
18747 \end_inset
18748
18749
18750 \series default
18751 コマンドを\SpecialChar TeX
18752 モードで挿入します.
18753 \begin_inset ERT
18754 status collapsed
18755
18756 \begin_layout Plain Layout
18757
18758
18759 \backslash
18760 boldmath 
18761 \end_layout
18762
18763 \end_inset
18764
18765
18766 \begin_inset Formula 
18767 \[
18768 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{boldmath環境に置いた数式}
18769 \]
18770
18771 \end_inset
18772
18773
18774 \begin_inset ERT
18775 status collapsed
18776
18777 \begin_layout Plain Layout
18778
18779
18780 \backslash
18781 unboldmath 
18782 \end_layout
18783
18784 \end_inset
18785
18786
18787 \end_layout
18788
18789 \begin_layout Subsection
18790 色付きの数式
18791 \begin_inset Index idx
18792 range none
18793 pageformat default
18794 status collapsed
18795
18796 \begin_layout Plain Layout
18797 すうしき@数式 ! いろつき@色付き
18798 \end_layout
18799
18800 \end_inset
18801
18802
18803 \end_layout
18804
18805 \begin_layout Standard
18806 数式も,通常の本文と同様,色を付けることができます.数式あるいは数式の一部を選択して,文字様式ダイアログを使用して下さい.下記は,マゼンタ色にした数式です.
18807 \begin_inset Formula 
18808 \[
18809 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
18810 \]
18811
18812 \end_inset
18813
18814
18815 \end_layout
18816
18817 \begin_layout Standard
18818
18819 \begin_inset CommandInset ref
18820 LatexCommand ref
18821 reference "subsec:色付きボックス"
18822
18823 \end_inset
18824
18825 節に述べられているように,自己定義の色を定義することもできます.自己定義の色は,以下の書式を持つ
18826 \series bold
18827
18828 \backslash
18829 textcolor
18830 \series default
18831
18832 \begin_inset Index idx
18833 range none
18834 pageformat default
18835 status collapsed
18836
18837 \begin_layout Plain Layout
18838 こまんど@コマンド ! T ! 
18839 \backslash
18840 textcolor
18841 \end_layout
18842
18843 \end_inset
18844
18845 \SpecialChar TeX
18846 コードコマンドで適用することができます.
18847 \end_layout
18848
18849 \begin_layout Standard
18850
18851 \series bold
18852
18853 \backslash
18854 textcolor{色}{文字ないし数式}
18855 \end_layout
18856
18857 \begin_layout Standard
18858 下記の例は,全体を濃緑にし,一部を赤にしています.
18859 \end_layout
18860
18861 \begin_layout Standard
18862 \begin_inset ERT
18863 status collapsed
18864
18865 \begin_layout Plain Layout
18866
18867
18868 \backslash
18869 textcolor{darkgreen}{
18870 \end_layout
18871
18872 \end_inset
18873
18874
18875 \begin_inset Formula 
18876 \[
18877 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
18878 \]
18879
18880 \end_inset
18881
18882
18883 \begin_inset ERT
18884 status collapsed
18885
18886 \begin_layout Plain Layout
18887
18888 }
18889 \end_layout
18890
18891 \end_inset
18892
18893
18894 \end_layout
18895
18896 \begin_layout Standard
18897 \SpecialChar LyX
18898 のバグのため,自己定義色は数式全体に対してしか使用することができません
18899 \begin_inset Foot
18900 status collapsed
18901
18902 \begin_layout Plain Layout
18903 \begin_inset CommandInset href
18904 LatexCommand href
18905 name "LyX-bug #5269"
18906 target "https://www.lyx.org/trac/ticket/5269"
18907 literal "false"
18908
18909 \end_inset
18910
18911
18912 \end_layout
18913
18914 \end_inset
18915
18916
18917 \end_layout
18918
18919 \begin_layout Subsection
18920 書体寸法
18921 \begin_inset CommandInset label
18922 LatexCommand label
18923 name "subsec:書体寸法"
18924
18925 \end_inset
18926
18927
18928 \begin_inset Index idx
18929 range none
18930 pageformat default
18931 status collapsed
18932
18933 \begin_layout Plain Layout
18934 しょたい@書体 ! すんぽう@寸法
18935 \end_layout
18936
18937 \end_inset
18938
18939
18940 \end_layout
18941
18942 \begin_layout Standard
18943 数式内の文字については,本文中の文字同様,以下の書体寸法設定コマンドがあります.
18944 \end_layout
18945
18946 \begin_layout Standard
18947
18948 \series bold
18949
18950 \backslash
18951 Huge
18952 \series default
18953
18954 \series bold
18955
18956 \backslash
18957 huge
18958 \series default
18959
18960 \series bold
18961
18962 \backslash
18963 LARGE
18964 \series default
18965
18966 \series bold
18967
18968 \backslash
18969 Large
18970 \series default
18971
18972 \series bold
18973
18974 \backslash
18975 large
18976 \series default
18977
18978 \series bold
18979
18980 \backslash
18981 normalsize
18982 \series default
18983
18984 \series bold
18985
18986 \backslash
18987 small
18988 \series default
18989 ,
18990 \begin_inset Newline newline
18991 \end_inset
18992
18993
18994 \series bold
18995
18996 \backslash
18997 footnotesize
18998 \series default
18999
19000 \series bold
19001
19002 \backslash
19003 scriptsize
19004 \series default
19005 ,および
19006 \series bold
19007
19008 \backslash
19009 tiny
19010 \end_layout
19011
19012 \begin_layout Standard
19013 これらのコマンドによって生成される実際の書体寸法は,文書の書体寸法に依存し,文書の書体寸法が
19014 \series bold
19015
19016 \backslash
19017 normalsize
19018 \series default
19019 コマンドに設定されます.他のコマンドは,
19020 \series bold
19021
19022 \backslash
19023 normalsize
19024 \series default
19025 を基準として拡大ないし縮小されます.しかしながら,書体寸法は一定の値を越えることができないようになっています.たとえば,文書書体寸法が12
19026 \begin_inset space \thinspace{}
19027 \end_inset
19028
19029 ptであるならば,
19030 \series bold
19031
19032 \backslash
19033 Huge
19034 \series default
19035 コマンドは
19036 \series bold
19037
19038 \backslash
19039 huge
19040 \series default
19041 コマンドと同じ大きさに落とされます.
19042 \end_layout
19043
19044 \begin_layout Standard
19045 ある場所以降のすべての数式と本文文字を変更するには,書体寸法コマンドを\SpecialChar TeX
19046 モードで挿入します.元の書体寸法に戻すには,数式の後に\SpecialChar TeX
19047 モードで
19048 \series bold
19049
19050 \backslash
19051 normalsize
19052 \series default
19053 コマンドを挿入します.
19054 \end_layout
19055
19056 \begin_layout Standard
19057 数式内では,以下の寸法コマンドまたはツールバーボタン
19058 \begin_inset Info
19059 type  "icon"
19060 arg   "math-insert \\style"
19061 \end_inset
19062
19063 を使用して,寸法を変更することができます.
19064 \end_layout
19065
19066 \begin_layout Standard
19067 \noindent
19068 \align center
19069 \begin_inset Tabular
19070 <lyxtabular version="3" rows="5" columns="2">
19071 <features booktabs="true" tabularvalignment="middle">
19072 <column alignment="center" valignment="top" width="0pt">
19073 <column alignment="center" valignment="top">
19074 <row>
19075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19076 \begin_inset Text
19077
19078 \begin_layout Plain Layout
19079 コマンド
19080 \end_layout
19081
19082 \end_inset
19083 </cell>
19084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19085 \begin_inset Text
19086
19087 \begin_layout Plain Layout
19088 出力
19089 \end_layout
19090
19091 \end_inset
19092 </cell>
19093 </row>
19094 <row>
19095 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19096 \begin_inset Text
19097
19098 \begin_layout Plain Layout
19099
19100 \backslash
19101 displaystyle
19102 \begin_inset Index idx
19103 range none
19104 pageformat default
19105 status collapsed
19106
19107 \begin_layout Plain Layout
19108 こまんど@コマンド ! D ! 
19109 \backslash
19110 displaystyle
19111 \end_layout
19112
19113 \end_inset
19114
19115
19116 \end_layout
19117
19118 \end_inset
19119 </cell>
19120 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19121 \begin_inset Text
19122
19123 \begin_layout Plain Layout
19124 \begin_inset Formula ${\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
19125 \end_inset
19126
19127
19128 \end_layout
19129
19130 \end_inset
19131 </cell>
19132 </row>
19133 <row topspace="1mm">
19134 <cell alignment="center" valignment="top" usebox="none">
19135 \begin_inset Text
19136
19137 \begin_layout Plain Layout
19138
19139 \backslash
19140 textstyle
19141 \end_layout
19142
19143 \end_inset
19144 </cell>
19145 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19146 \begin_inset Text
19147
19148 \begin_layout Plain Layout
19149 \begin_inset Formula ${\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
19150 \end_inset
19151
19152
19153 \end_layout
19154
19155 \end_inset
19156 </cell>
19157 </row>
19158 <row>
19159 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19160 \begin_inset Text
19161
19162 \begin_layout Plain Layout
19163
19164 \backslash
19165 scriptstyle
19166 \end_layout
19167
19168 \end_inset
19169 </cell>
19170 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19171 \begin_inset Text
19172
19173 \begin_layout Plain Layout
19174 \begin_inset Formula ${\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
19175 \end_inset
19176
19177
19178 \end_layout
19179
19180 \end_inset
19181 </cell>
19182 </row>
19183 <row>
19184 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19185 \begin_inset Text
19186
19187 \begin_layout Plain Layout
19188
19189 \backslash
19190 scriptscriptstyle
19191 \end_layout
19192
19193 \end_inset
19194 </cell>
19195 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
19196 \begin_inset Text
19197
19198 \begin_layout Plain Layout
19199 \begin_inset Formula ${\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
19200 \end_inset
19201
19202
19203 \end_layout
19204
19205 \end_inset
19206 </cell>
19207 </row>
19208 </lyxtabular>
19209
19210 \end_inset
19211
19212
19213 \end_layout
19214
19215 \begin_layout Standard
19216 これらのコマンドを入力すると,青いボックスが現れるので,そこに数式のパーツを入れることができます.
19217 \end_layout
19218
19219 \begin_layout Standard
19220 フォント寸法を変更するにはもう一つの方法がありますが,これは記号と数式内テキストのみに使うことができます.これを使うには,書体寸法コマンドを数式テキスト内に挿入
19221 します.数式テキストの終わりか,別の書体寸法コマンドが現れるまでの文字すべてが,選択した寸法になります.以下に二つの例を挙げます.
19222 \begin_inset VSpace -2mm
19223 \end_inset
19224
19225
19226 \end_layout
19227
19228 \begin_layout Standard
19229 \begin_inset ERT
19230 status collapsed
19231
19232 \begin_layout Plain Layout
19233
19234
19235 \backslash
19236 huge 
19237 \end_layout
19238
19239 \end_inset
19240
19241
19242 \begin_inset Formula 
19243 \[
19244 A=\frac{B}{c}\cdot\maltese
19245 \]
19246
19247 \end_inset
19248
19249
19250 \begin_inset Formula 
19251 \[
19252 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}
19253 \]
19254
19255 \end_inset
19256
19257
19258 \begin_inset ERT
19259 status collapsed
19260
19261 \begin_layout Plain Layout
19262
19263
19264 \backslash
19265 normalsize 
19266 \end_layout
19267
19268 \end_inset
19269
19270
19271 \end_layout
19272
19273 \begin_layout Standard
19274 \begin_inset VSpace medskip
19275 \end_inset
19276
19277 二つの式の前には,
19278 \series bold
19279
19280 \backslash
19281 huge
19282 \series default
19283 コマンドが挿入されています.二つ目の数式を入力するコマンドは,
19284 \begin_inset Newline newline
19285 \end_inset
19286
19287
19288 \series bold
19289
19290 \backslash
19291 maltese
19292 \begin_inset space \textvisiblespace{}
19293 \end_inset
19294
19295 A Alt+M M 
19296 \backslash
19297 Large
19298 \begin_inset space \textvisiblespace{}
19299 \end_inset
19300
19301
19302 \backslash
19303 maltese
19304 \begin_inset space \textvisiblespace{}
19305 \end_inset
19306
19307
19308 \backslash
19309 textit
19310 \begin_inset space \textvisiblespace{}
19311 \end_inset
19312
19313 A
19314 \begin_inset Formula $\to$
19315 \end_inset
19316
19317
19318 \begin_inset Formula $\to$
19319 \end_inset
19320
19321
19322 \begin_inset Newline newline
19323 \end_inset
19324
19325
19326 \begin_inset space \hspace*{}
19327 \length 1cm
19328 \end_inset
19329
19330 Alt+M
19331 \series default
19332  
19333 \series bold
19334
19335 \backslash
19336 tiny
19337 \begin_inset space \textvisiblespace{}
19338 \end_inset
19339
19340
19341 \backslash
19342 maltese
19343 \begin_inset space \textvisiblespace{}
19344 \end_inset
19345
19346
19347 \backslash
19348 textit
19349 \begin_inset space \textvisiblespace{}
19350 \end_inset
19351
19352 A
19353 \begin_inset Newline newline
19354 \end_inset
19355
19356
19357 \series default
19358 のようになります.
19359 \end_layout
19360
19361 \begin_layout Standard
19362 ある記号を別の寸法で表示することができないときには,その記号はつねに既定寸法で表示されます.
19363 \end_layout
19364
19365 \begin_layout Section
19366 ギリシャ文字
19367 \begin_inset Index idx
19368 range none
19369 pageformat default
19370 status collapsed
19371
19372 \begin_layout Plain Layout
19373 ぎりしゃもじ@ギリシャ文字
19374 \end_layout
19375
19376 \end_inset
19377
19378
19379 \end_layout
19380
19381 \begin_layout Standard
19382 すべてのギリシャ文字は,ツールバーボタンの
19383 \begin_inset Info
19384 type  "icon"
19385 arg   "math-insert \\alpha"
19386 \end_inset
19387
19388 からでも挿入することができます.各国の組版規則では,数式内のギリシャ文字はどれもイタリック体か斜体で組版されなくてはならないことになっていますが,フランス語やロ
19389 シア語などいくつかの言語では,それにもかかわらず立体で組版されることがあります.
19390 \end_layout
19391
19392 \begin_layout Subsection
19393 小文字
19394 \begin_inset Index idx
19395 range none
19396 pageformat default
19397 status collapsed
19398
19399 \begin_layout Plain Layout
19400 ぎりしゃもじ@ギリシャ文字 ! こもじ@小文字
19401 \end_layout
19402
19403 \end_inset
19404
19405
19406 \end_layout
19407
19408 \begin_layout Standard
19409 \begin_inset space \hfill{}
19410 \end_inset
19411
19412
19413 \begin_inset Tabular
19414 <lyxtabular version="3" rows="11" columns="2">
19415 <features booktabs="true" tabularvalignment="middle">
19416 <column alignment="center" valignment="top" width="0pt">
19417 <column alignment="center" valignment="top" width="0pt">
19418 <row>
19419 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19420 \begin_inset Text
19421
19422 \begin_layout Plain Layout
19423 コマンド
19424 \end_layout
19425
19426 \end_inset
19427 </cell>
19428 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19429 \begin_inset Text
19430
19431 \begin_layout Plain Layout
19432 出力
19433 \end_layout
19434
19435 \end_inset
19436 </cell>
19437 </row>
19438 <row>
19439 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19440 \begin_inset Text
19441
19442 \begin_layout Plain Layout
19443
19444 \backslash
19445 alpha
19446 \end_layout
19447
19448 \end_inset
19449 </cell>
19450 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19451 \begin_inset Text
19452
19453 \begin_layout Plain Layout
19454 \begin_inset Formula $\alpha$
19455 \end_inset
19456
19457
19458 \end_layout
19459
19460 \end_inset
19461 </cell>
19462 </row>
19463 <row>
19464 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19465 \begin_inset Text
19466
19467 \begin_layout Plain Layout
19468
19469 \backslash
19470 beta
19471 \end_layout
19472
19473 \end_inset
19474 </cell>
19475 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19476 \begin_inset Text
19477
19478 \begin_layout Plain Layout
19479 \begin_inset Formula $\beta$
19480 \end_inset
19481
19482
19483 \end_layout
19484
19485 \end_inset
19486 </cell>
19487 </row>
19488 <row>
19489 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19490 \begin_inset Text
19491
19492 \begin_layout Plain Layout
19493
19494 \backslash
19495 gamma
19496 \end_layout
19497
19498 \end_inset
19499 </cell>
19500 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19501 \begin_inset Text
19502
19503 \begin_layout Plain Layout
19504 \begin_inset Formula $\gamma$
19505 \end_inset
19506
19507
19508 \end_layout
19509
19510 \end_inset
19511 </cell>
19512 </row>
19513 <row>
19514 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19515 \begin_inset Text
19516
19517 \begin_layout Plain Layout
19518
19519 \backslash
19520 delta
19521 \end_layout
19522
19523 \end_inset
19524 </cell>
19525 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19526 \begin_inset Text
19527
19528 \begin_layout Plain Layout
19529 \begin_inset Formula $\delta$
19530 \end_inset
19531
19532
19533 \end_layout
19534
19535 \end_inset
19536 </cell>
19537 </row>
19538 <row>
19539 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19540 \begin_inset Text
19541
19542 \begin_layout Plain Layout
19543
19544 \backslash
19545 epsilon
19546 \end_layout
19547
19548 \end_inset
19549 </cell>
19550 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19551 \begin_inset Text
19552
19553 \begin_layout Plain Layout
19554 \begin_inset Formula $\epsilon$
19555 \end_inset
19556
19557
19558 \end_layout
19559
19560 \end_inset
19561 </cell>
19562 </row>
19563 <row>
19564 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19565 \begin_inset Text
19566
19567 \begin_layout Plain Layout
19568
19569 \backslash
19570 varepsilon
19571 \end_layout
19572
19573 \end_inset
19574 </cell>
19575 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19576 \begin_inset Text
19577
19578 \begin_layout Plain Layout
19579 \begin_inset Formula $\varepsilon$
19580 \end_inset
19581
19582
19583 \end_layout
19584
19585 \end_inset
19586 </cell>
19587 </row>
19588 <row>
19589 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19590 \begin_inset Text
19591
19592 \begin_layout Plain Layout
19593
19594 \backslash
19595 zeta
19596 \end_layout
19597
19598 \end_inset
19599 </cell>
19600 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19601 \begin_inset Text
19602
19603 \begin_layout Plain Layout
19604 \begin_inset Formula $\zeta$
19605 \end_inset
19606
19607
19608 \end_layout
19609
19610 \end_inset
19611 </cell>
19612 </row>
19613 <row>
19614 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19615 \begin_inset Text
19616
19617 \begin_layout Plain Layout
19618
19619 \backslash
19620 eta
19621 \end_layout
19622
19623 \end_inset
19624 </cell>
19625 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19626 \begin_inset Text
19627
19628 \begin_layout Plain Layout
19629 \begin_inset Formula $\eta$
19630 \end_inset
19631
19632
19633 \end_layout
19634
19635 \end_inset
19636 </cell>
19637 </row>
19638 <row>
19639 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19640 \begin_inset Text
19641
19642 \begin_layout Plain Layout
19643
19644 \backslash
19645 theta
19646 \end_layout
19647
19648 \end_inset
19649 </cell>
19650 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19651 \begin_inset Text
19652
19653 \begin_layout Plain Layout
19654 \begin_inset Formula $\theta$
19655 \end_inset
19656
19657
19658 \end_layout
19659
19660 \end_inset
19661 </cell>
19662 </row>
19663 <row>
19664 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19665 \begin_inset Text
19666
19667 \begin_layout Plain Layout
19668
19669 \backslash
19670 vartheta
19671 \end_layout
19672
19673 \end_inset
19674 </cell>
19675 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
19676 \begin_inset Text
19677
19678 \begin_layout Plain Layout
19679 \begin_inset Formula $\vartheta$
19680 \end_inset
19681
19682
19683 \end_layout
19684
19685 \end_inset
19686 </cell>
19687 </row>
19688 </lyxtabular>
19689
19690 \end_inset
19691
19692
19693 \begin_inset space \hfill{}
19694 \end_inset
19695
19696
19697 \begin_inset Tabular
19698 <lyxtabular version="3" rows="12" columns="2">
19699 <features booktabs="true" tabularvalignment="middle">
19700 <column alignment="center" valignment="top" width="0pt">
19701 <column alignment="center" valignment="top" width="0pt">
19702 <row>
19703 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19704 \begin_inset Text
19705
19706 \begin_layout Plain Layout
19707 コマンド
19708 \end_layout
19709
19710 \end_inset
19711 </cell>
19712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19713 \begin_inset Text
19714
19715 \begin_layout Plain Layout
19716 出力
19717 \end_layout
19718
19719 \end_inset
19720 </cell>
19721 </row>
19722 <row>
19723 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19724 \begin_inset Text
19725
19726 \begin_layout Plain Layout
19727
19728 \backslash
19729 iota
19730 \end_layout
19731
19732 \end_inset
19733 </cell>
19734 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19735 \begin_inset Text
19736
19737 \begin_layout Plain Layout
19738 \begin_inset Formula $\iota$
19739 \end_inset
19740
19741
19742 \end_layout
19743
19744 \end_inset
19745 </cell>
19746 </row>
19747 <row>
19748 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19749 \begin_inset Text
19750
19751 \begin_layout Plain Layout
19752
19753 \backslash
19754 kappa
19755 \end_layout
19756
19757 \end_inset
19758 </cell>
19759 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19760 \begin_inset Text
19761
19762 \begin_layout Plain Layout
19763 \begin_inset Formula $\kappa$
19764 \end_inset
19765
19766
19767 \end_layout
19768
19769 \end_inset
19770 </cell>
19771 </row>
19772 <row>
19773 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19774 \begin_inset Text
19775
19776 \begin_layout Plain Layout
19777
19778 \backslash
19779 varkappa
19780 \end_layout
19781
19782 \end_inset
19783 </cell>
19784 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19785 \begin_inset Text
19786
19787 \begin_layout Plain Layout
19788 \begin_inset Formula $\varkappa$
19789 \end_inset
19790
19791
19792 \end_layout
19793
19794 \end_inset
19795 </cell>
19796 </row>
19797 <row>
19798 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19799 \begin_inset Text
19800
19801 \begin_layout Plain Layout
19802
19803 \backslash
19804 lambda
19805 \end_layout
19806
19807 \end_inset
19808 </cell>
19809 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19810 \begin_inset Text
19811
19812 \begin_layout Plain Layout
19813 \begin_inset Formula $\lambda$
19814 \end_inset
19815
19816
19817 \end_layout
19818
19819 \end_inset
19820 </cell>
19821 </row>
19822 <row>
19823 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19824 \begin_inset Text
19825
19826 \begin_layout Plain Layout
19827
19828 \backslash
19829 mu
19830 \end_layout
19831
19832 \end_inset
19833 </cell>
19834 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19835 \begin_inset Text
19836
19837 \begin_layout Plain Layout
19838 \begin_inset Formula $\mu$
19839 \end_inset
19840
19841
19842 \end_layout
19843
19844 \end_inset
19845 </cell>
19846 </row>
19847 <row>
19848 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19849 \begin_inset Text
19850
19851 \begin_layout Plain Layout
19852
19853 \backslash
19854 nu
19855 \end_layout
19856
19857 \end_inset
19858 </cell>
19859 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19860 \begin_inset Text
19861
19862 \begin_layout Plain Layout
19863 \begin_inset Formula $\nu$
19864 \end_inset
19865
19866
19867 \end_layout
19868
19869 \end_inset
19870 </cell>
19871 </row>
19872 <row>
19873 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19874 \begin_inset Text
19875
19876 \begin_layout Plain Layout
19877
19878 \backslash
19879 xi
19880 \end_layout
19881
19882 \end_inset
19883 </cell>
19884 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19885 \begin_inset Text
19886
19887 \begin_layout Plain Layout
19888 \begin_inset Formula $\xi$
19889 \end_inset
19890
19891
19892 \end_layout
19893
19894 \end_inset
19895 </cell>
19896 </row>
19897 <row>
19898 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19899 \begin_inset Text
19900
19901 \begin_layout Plain Layout
19902 o
19903 \end_layout
19904
19905 \end_inset
19906 </cell>
19907 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19908 \begin_inset Text
19909
19910 \begin_layout Plain Layout
19911 \begin_inset Formula $o$
19912 \end_inset
19913
19914
19915 \end_layout
19916
19917 \end_inset
19918 </cell>
19919 </row>
19920 <row>
19921 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19922 \begin_inset Text
19923
19924 \begin_layout Plain Layout
19925
19926 \backslash
19927 pi
19928 \end_layout
19929
19930 \end_inset
19931 </cell>
19932 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19933 \begin_inset Text
19934
19935 \begin_layout Plain Layout
19936 \begin_inset Formula $\pi$
19937 \end_inset
19938
19939
19940 \end_layout
19941
19942 \end_inset
19943 </cell>
19944 </row>
19945 <row>
19946 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19947 \begin_inset Text
19948
19949 \begin_layout Plain Layout
19950
19951 \backslash
19952 varpi
19953 \end_layout
19954
19955 \end_inset
19956 </cell>
19957 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19958 \begin_inset Text
19959
19960 \begin_layout Plain Layout
19961 \begin_inset Formula $\varpi$
19962 \end_inset
19963
19964
19965 \end_layout
19966
19967 \end_inset
19968 </cell>
19969 </row>
19970 <row>
19971 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19972 \begin_inset Text
19973
19974 \begin_layout Plain Layout
19975
19976 \backslash
19977 rho
19978 \end_layout
19979
19980 \end_inset
19981 </cell>
19982 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
19983 \begin_inset Text
19984
19985 \begin_layout Plain Layout
19986 \begin_inset Formula $\rho$
19987 \end_inset
19988
19989
19990 \end_layout
19991
19992 \end_inset
19993 </cell>
19994 </row>
19995 </lyxtabular>
19996
19997 \end_inset
19998
19999
20000 \begin_inset space \hfill{}
20001 \end_inset
20002
20003
20004 \begin_inset Tabular
20005 <lyxtabular version="3" rows="11" columns="2">
20006 <features booktabs="true" tabularvalignment="middle">
20007 <column alignment="center" valignment="top" width="0pt">
20008 <column alignment="center" valignment="top" width="0pt">
20009 <row>
20010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20011 \begin_inset Text
20012
20013 \begin_layout Plain Layout
20014 コマンド
20015 \end_layout
20016
20017 \end_inset
20018 </cell>
20019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20020 \begin_inset Text
20021
20022 \begin_layout Plain Layout
20023 出力
20024 \end_layout
20025
20026 \end_inset
20027 </cell>
20028 </row>
20029 <row>
20030 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20031 \begin_inset Text
20032
20033 \begin_layout Plain Layout
20034
20035 \backslash
20036 varrho
20037 \end_layout
20038
20039 \end_inset
20040 </cell>
20041 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20042 \begin_inset Text
20043
20044 \begin_layout Plain Layout
20045 \begin_inset Formula $\varrho$
20046 \end_inset
20047
20048
20049 \end_layout
20050
20051 \end_inset
20052 </cell>
20053 </row>
20054 <row>
20055 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20056 \begin_inset Text
20057
20058 \begin_layout Plain Layout
20059
20060 \backslash
20061 sigma
20062 \end_layout
20063
20064 \end_inset
20065 </cell>
20066 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20067 \begin_inset Text
20068
20069 \begin_layout Plain Layout
20070 \begin_inset Formula $\sigma$
20071 \end_inset
20072
20073
20074 \end_layout
20075
20076 \end_inset
20077 </cell>
20078 </row>
20079 <row>
20080 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20081 \begin_inset Text
20082
20083 \begin_layout Plain Layout
20084
20085 \backslash
20086 varsigma
20087 \end_layout
20088
20089 \end_inset
20090 </cell>
20091 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20092 \begin_inset Text
20093
20094 \begin_layout Plain Layout
20095 \begin_inset Formula $\varsigma$
20096 \end_inset
20097
20098
20099 \end_layout
20100
20101 \end_inset
20102 </cell>
20103 </row>
20104 <row>
20105 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20106 \begin_inset Text
20107
20108 \begin_layout Plain Layout
20109
20110 \backslash
20111 tau
20112 \end_layout
20113
20114 \end_inset
20115 </cell>
20116 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20117 \begin_inset Text
20118
20119 \begin_layout Plain Layout
20120 \begin_inset Formula $\tau$
20121 \end_inset
20122
20123
20124 \end_layout
20125
20126 \end_inset
20127 </cell>
20128 </row>
20129 <row>
20130 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20131 \begin_inset Text
20132
20133 \begin_layout Plain Layout
20134
20135 \backslash
20136 upsilon
20137 \end_layout
20138
20139 \end_inset
20140 </cell>
20141 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20142 \begin_inset Text
20143
20144 \begin_layout Plain Layout
20145 \begin_inset Formula $\upsilon$
20146 \end_inset
20147
20148
20149 \end_layout
20150
20151 \end_inset
20152 </cell>
20153 </row>
20154 <row>
20155 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20156 \begin_inset Text
20157
20158 \begin_layout Plain Layout
20159
20160 \backslash
20161 phi
20162 \end_layout
20163
20164 \end_inset
20165 </cell>
20166 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20167 \begin_inset Text
20168
20169 \begin_layout Plain Layout
20170 \begin_inset Formula $\phi$
20171 \end_inset
20172
20173
20174 \end_layout
20175
20176 \end_inset
20177 </cell>
20178 </row>
20179 <row>
20180 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20181 \begin_inset Text
20182
20183 \begin_layout Plain Layout
20184
20185 \backslash
20186 varphi
20187 \end_layout
20188
20189 \end_inset
20190 </cell>
20191 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20192 \begin_inset Text
20193
20194 \begin_layout Plain Layout
20195 \begin_inset Formula $\varphi$
20196 \end_inset
20197
20198
20199 \end_layout
20200
20201 \end_inset
20202 </cell>
20203 </row>
20204 <row>
20205 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20206 \begin_inset Text
20207
20208 \begin_layout Plain Layout
20209
20210 \backslash
20211 chi
20212 \end_layout
20213
20214 \end_inset
20215 </cell>
20216 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20217 \begin_inset Text
20218
20219 \begin_layout Plain Layout
20220 \begin_inset Formula $\chi$
20221 \end_inset
20222
20223
20224 \end_layout
20225
20226 \end_inset
20227 </cell>
20228 </row>
20229 <row>
20230 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20231 \begin_inset Text
20232
20233 \begin_layout Plain Layout
20234
20235 \backslash
20236 psi
20237 \end_layout
20238
20239 \end_inset
20240 </cell>
20241 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20242 \begin_inset Text
20243
20244 \begin_layout Plain Layout
20245 \begin_inset Formula $\psi$
20246 \end_inset
20247
20248
20249 \end_layout
20250
20251 \end_inset
20252 </cell>
20253 </row>
20254 <row>
20255 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20256 \begin_inset Text
20257
20258 \begin_layout Plain Layout
20259
20260 \backslash
20261 omega
20262 \end_layout
20263
20264 \end_inset
20265 </cell>
20266 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20267 \begin_inset Text
20268
20269 \begin_layout Plain Layout
20270 \begin_inset Formula $\omega$
20271 \end_inset
20272
20273
20274 \end_layout
20275
20276 \end_inset
20277 </cell>
20278 </row>
20279 </lyxtabular>
20280
20281 \end_inset
20282
20283
20284 \begin_inset space \hfill{}
20285 \end_inset
20286
20287
20288 \end_layout
20289
20290 \begin_layout Standard
20291 \begin_inset VSpace medskip
20292 \end_inset
20293
20294
20295 \end_layout
20296
20297 \begin_layout Standard
20298 アップライト体のギリシャ文字を作成する方法は,第
20299 \begin_inset CommandInset ref
20300 LatexCommand ref
20301 reference "subsec:アップライト体ギリシャ小文字"
20302
20303 \end_inset
20304
20305 節に説明されています.
20306 \end_layout
20307
20308 \begin_layout Subsection
20309 大文字
20310 \begin_inset Index idx
20311 range none
20312 pageformat default
20313 status collapsed
20314
20315 \begin_layout Plain Layout
20316 ぎりしゃもじ@ギリシャ文字 ! おおもじ@大文字
20317 \end_layout
20318
20319 \end_inset
20320
20321
20322 \end_layout
20323
20324 \begin_layout Standard
20325 \begin_inset space \hfill{}
20326 \end_inset
20327
20328
20329 \begin_inset Tabular
20330 <lyxtabular version="3" rows="7" columns="2">
20331 <features booktabs="true" tabularvalignment="middle">
20332 <column alignment="center" valignment="top" width="0pt">
20333 <column alignment="center" valignment="top" width="0pt">
20334 <row>
20335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20336 \begin_inset Text
20337
20338 \begin_layout Plain Layout
20339 コマンド
20340 \end_layout
20341
20342 \end_inset
20343 </cell>
20344 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20345 \begin_inset Text
20346
20347 \begin_layout Plain Layout
20348 出力
20349 \end_layout
20350
20351 \end_inset
20352 </cell>
20353 </row>
20354 <row>
20355 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20356 \begin_inset Text
20357
20358 \begin_layout Plain Layout
20359
20360 \backslash
20361 Gamma
20362 \end_layout
20363
20364 \end_inset
20365 </cell>
20366 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20367 \begin_inset Text
20368
20369 \begin_layout Plain Layout
20370 \begin_inset Formula $\Gamma$
20371 \end_inset
20372
20373
20374 \end_layout
20375
20376 \end_inset
20377 </cell>
20378 </row>
20379 <row>
20380 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20381 \begin_inset Text
20382
20383 \begin_layout Plain Layout
20384
20385 \backslash
20386 Delta
20387 \end_layout
20388
20389 \end_inset
20390 </cell>
20391 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20392 \begin_inset Text
20393
20394 \begin_layout Plain Layout
20395 \begin_inset Formula $\Delta$
20396 \end_inset
20397
20398
20399 \end_layout
20400
20401 \end_inset
20402 </cell>
20403 </row>
20404 <row>
20405 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20406 \begin_inset Text
20407
20408 \begin_layout Plain Layout
20409
20410 \backslash
20411 Theta
20412 \end_layout
20413
20414 \end_inset
20415 </cell>
20416 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20417 \begin_inset Text
20418
20419 \begin_layout Plain Layout
20420 \begin_inset Formula $\Theta$
20421 \end_inset
20422
20423
20424 \end_layout
20425
20426 \end_inset
20427 </cell>
20428 </row>
20429 <row>
20430 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20431 \begin_inset Text
20432
20433 \begin_layout Plain Layout
20434
20435 \backslash
20436 Lambda
20437 \end_layout
20438
20439 \end_inset
20440 </cell>
20441 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20442 \begin_inset Text
20443
20444 \begin_layout Plain Layout
20445 \begin_inset Formula $\Lambda$
20446 \end_inset
20447
20448
20449 \end_layout
20450
20451 \end_inset
20452 </cell>
20453 </row>
20454 <row>
20455 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20456 \begin_inset Text
20457
20458 \begin_layout Plain Layout
20459
20460 \backslash
20461 Xi
20462 \end_layout
20463
20464 \end_inset
20465 </cell>
20466 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20467 \begin_inset Text
20468
20469 \begin_layout Plain Layout
20470 \begin_inset Formula $\Xi$
20471 \end_inset
20472
20473
20474 \end_layout
20475
20476 \end_inset
20477 </cell>
20478 </row>
20479 <row>
20480 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20481 \begin_inset Text
20482
20483 \begin_layout Plain Layout
20484
20485 \backslash
20486 Pi
20487 \end_layout
20488
20489 \end_inset
20490 </cell>
20491 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20492 \begin_inset Text
20493
20494 \begin_layout Plain Layout
20495 \begin_inset Formula $\Pi$
20496 \end_inset
20497
20498
20499 \end_layout
20500
20501 \end_inset
20502 </cell>
20503 </row>
20504 </lyxtabular>
20505
20506 \end_inset
20507
20508
20509 \begin_inset space \hfill{}
20510 \end_inset
20511
20512
20513 \begin_inset Tabular
20514 <lyxtabular version="3" rows="6" columns="2">
20515 <features booktabs="true" tabularvalignment="middle">
20516 <column alignment="center" valignment="top" width="0pt">
20517 <column alignment="center" valignment="top" width="0pt">
20518 <row>
20519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20520 \begin_inset Text
20521
20522 \begin_layout Plain Layout
20523 コマンド
20524 \end_layout
20525
20526 \end_inset
20527 </cell>
20528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20529 \begin_inset Text
20530
20531 \begin_layout Plain Layout
20532 出力
20533 \end_layout
20534
20535 \end_inset
20536 </cell>
20537 </row>
20538 <row>
20539 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20540 \begin_inset Text
20541
20542 \begin_layout Plain Layout
20543
20544 \backslash
20545 Sigma
20546 \end_layout
20547
20548 \end_inset
20549 </cell>
20550 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20551 \begin_inset Text
20552
20553 \begin_layout Plain Layout
20554 \begin_inset Formula $\Sigma$
20555 \end_inset
20556
20557
20558 \end_layout
20559
20560 \end_inset
20561 </cell>
20562 </row>
20563 <row>
20564 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20565 \begin_inset Text
20566
20567 \begin_layout Plain Layout
20568
20569 \backslash
20570 Upsilon
20571 \end_layout
20572
20573 \end_inset
20574 </cell>
20575 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20576 \begin_inset Text
20577
20578 \begin_layout Plain Layout
20579 \begin_inset Formula $\Upsilon$
20580 \end_inset
20581
20582
20583 \end_layout
20584
20585 \end_inset
20586 </cell>
20587 </row>
20588 <row>
20589 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20590 \begin_inset Text
20591
20592 \begin_layout Plain Layout
20593
20594 \backslash
20595 Phi
20596 \end_layout
20597
20598 \end_inset
20599 </cell>
20600 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20601 \begin_inset Text
20602
20603 \begin_layout Plain Layout
20604 \begin_inset Formula $\Phi$
20605 \end_inset
20606
20607
20608 \end_layout
20609
20610 \end_inset
20611 </cell>
20612 </row>
20613 <row>
20614 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20615 \begin_inset Text
20616
20617 \begin_layout Plain Layout
20618
20619 \backslash
20620 Psi
20621 \end_layout
20622
20623 \end_inset
20624 </cell>
20625 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20626 \begin_inset Text
20627
20628 \begin_layout Plain Layout
20629 \begin_inset Formula $\Psi$
20630 \end_inset
20631
20632
20633 \end_layout
20634
20635 \end_inset
20636 </cell>
20637 </row>
20638 <row>
20639 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20640 \begin_inset Text
20641
20642 \begin_layout Plain Layout
20643
20644 \backslash
20645 Omega
20646 \end_layout
20647
20648 \end_inset
20649 </cell>
20650 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20651 \begin_inset Text
20652
20653 \begin_layout Plain Layout
20654 \begin_inset Formula $\Omega$
20655 \end_inset
20656
20657
20658 \end_layout
20659
20660 \end_inset
20661 </cell>
20662 </row>
20663 </lyxtabular>
20664
20665 \end_inset
20666
20667
20668 \begin_inset space \hfill{}
20669 \end_inset
20670
20671
20672 \end_layout
20673
20674 \begin_layout Standard
20675 \begin_inset VSpace medskip
20676 \end_inset
20677
20678 大文字のギリシャ文字が立体で表示されるのは,\SpecialChar TeX
20679 の開発途上に生じたデザイン上のバグによるものです.正しいイタリック体の大文字を得るためには,各コマンドの頭に
20680 \series bold
20681 var
20682 \series default
20683 を付けてください.たとえば,
20684 \series bold
20685
20686 \backslash
20687 varGamma
20688 \series default
20689 コマンドは,
20690 \begin_inset Formula $\varGamma$
20691 \end_inset
20692
20693 を生成します.もう一つの方法は,パッケージ
20694 \series bold
20695 fixmath
20696 \series default
20697
20698 \begin_inset Foot
20699 status collapsed
20700
20701 \begin_layout Plain Layout
20702
20703 \series bold
20704 fixmath
20705 \series default
20706 は,\SpecialChar LaTeX
20707 パッケージ
20708 \series bold
20709 was
20710 \series default
20711
20712 \begin_inset Index idx
20713 range none
20714 pageformat default
20715 status collapsed
20716
20717 \begin_layout Plain Layout
20718 ぱっけーじ@パッケージ ! was
20719 \begin_inset ERT
20720 status collapsed
20721
20722 \begin_layout Plain Layout
20723
20724
20725 \backslash
20726 vspace{4mm}
20727 \end_layout
20728
20729 \end_inset
20730
20731
20732 \end_layout
20733
20734 \end_inset
20735
20736 に含まれています.
20737 \end_layout
20738
20739 \end_inset
20740
20741
20742 \begin_inset Index idx
20743 range none
20744 pageformat default
20745 status collapsed
20746
20747 \begin_layout Plain Layout
20748 ぱっけーじ@パッケージ ! fixmath
20749 \end_layout
20750
20751 \end_inset
20752
20753 を\SpecialChar LaTeX
20754 プリアンブル行に
20755 \end_layout
20756
20757 \begin_layout Standard
20758
20759 \series bold
20760
20761 \backslash
20762 usepackage{fixmath}
20763 \end_layout
20764
20765 \begin_layout Standard
20766 と書いて読み込む方法です.すると,文書中の大きなギリシャ文字は,すべて自動的にイタリック体として組版されます.
20767 \end_layout
20768
20769 \begin_layout Subsection
20770 ボールド体
20771 \begin_inset Index idx
20772 range none
20773 pageformat default
20774 status collapsed
20775
20776 \begin_layout Plain Layout
20777 ぎりしゃもじ@ギリシャ文字 ! ぼーるどたい@ボールド体
20778 \end_layout
20779
20780 \end_inset
20781
20782
20783 \end_layout
20784
20785 \begin_layout Standard
20786 ギリシャ文字は,ラテン文字のようには,多様な書体様式に設定することができません.ギリシャ文字をボールド体にできるのは,
20787 \series bold
20788
20789 \backslash
20790 boldsymbol
20791 \series default
20792 コマンドのみです
20793 \begin_inset Index idx
20794 range none
20795 pageformat default
20796 status collapsed
20797
20798 \begin_layout Plain Layout
20799 こまんど@コマンド ! B ! 
20800 \backslash
20801 boldsymbol
20802 \end_layout
20803
20804 \end_inset
20805
20806
20807 \end_layout
20808
20809 \begin_layout Standard
20810 \align center
20811 \begin_inset Tabular
20812 <lyxtabular version="3" rows="3" columns="2">
20813 <features booktabs="true" tabularvalignment="middle">
20814 <column alignment="center" valignment="top" width="0pt">
20815 <column alignment="center" valignment="top">
20816 <row>
20817 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20818 \begin_inset Text
20819
20820 \begin_layout Plain Layout
20821 コマンド
20822 \end_layout
20823
20824 \end_inset
20825 </cell>
20826 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20827 \begin_inset Text
20828
20829 \begin_layout Plain Layout
20830 出力
20831 \end_layout
20832
20833 \end_inset
20834 </cell>
20835 </row>
20836 <row>
20837 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20838 \begin_inset Text
20839
20840 \begin_layout Plain Layout
20841
20842 \backslash
20843 Upsilon
20844 \backslash
20845 boldsymbol
20846 \backslash
20847 Upsilon
20848 \end_layout
20849
20850 \end_inset
20851 </cell>
20852 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20853 \begin_inset Text
20854
20855 \begin_layout Plain Layout
20856 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20857 \end_inset
20858
20859
20860 \end_layout
20861
20862 \end_inset
20863 </cell>
20864 </row>
20865 <row>
20866 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20867 \begin_inset Text
20868
20869 \begin_layout Plain Layout
20870
20871 \backslash
20872 theta
20873 \backslash
20874 boldsymbol
20875 \backslash
20876 theta
20877 \end_layout
20878
20879 \end_inset
20880 </cell>
20881 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20882 \begin_inset Text
20883
20884 \begin_layout Plain Layout
20885 \begin_inset Formula $\theta\boldsymbol{\theta}$
20886 \end_inset
20887
20888
20889 \end_layout
20890
20891 \end_inset
20892 </cell>
20893 </row>
20894 </lyxtabular>
20895
20896 \end_inset
20897
20898
20899 \end_layout
20900
20901 \begin_layout Section
20902 記号
20903 \begin_inset ERT
20904 status collapsed
20905
20906 \begin_layout Plain Layout
20907
20908
20909 \backslash
20910 texorpdfstring{
20911 \end_layout
20912
20913 \end_inset
20914
20915
20916 \begin_inset Foot
20917 status collapsed
20918
20919 \begin_layout Plain Layout
20920 各\SpecialChar LaTeX
20921 パッケージに含まれる全記号をほとんど網羅した一覧が,
20922 \begin_inset CommandInset citation
20923 LatexCommand cite
20924 key "Symbols"
20925 literal "true"
20926
20927 \end_inset
20928
20929 にあります.
20930 \end_layout
20931
20932 \end_inset
20933
20934
20935 \begin_inset ERT
20936 status collapsed
20937
20938 \begin_layout Plain Layout
20939
20940 }{}
20941 \end_layout
20942
20943 \end_inset
20944
20945
20946 \begin_inset Note Note
20947 status collapsed
20948
20949 \begin_layout Plain Layout
20950
20951 \backslash
20952 texorpdfstringは,PDFのしおりに脚註が現れるのを防ぐために使われています.
20953 \end_layout
20954
20955 \begin_layout Plain Layout
20956
20957 \backslash
20958 texorpdfstringについての詳細は,第
20959 \begin_inset CommandInset ref
20960 LatexCommand ref
20961 reference "subsec:節見出し中の数式"
20962
20963 \end_inset
20964
20965 節にあります.
20966 \end_layout
20967
20968 \end_inset
20969
20970
20971 \begin_inset Index idx
20972 range none
20973 pageformat default
20974 status collapsed
20975
20976 \begin_layout Plain Layout
20977 きごう@記号
20978 \end_layout
20979
20980 \end_inset
20981
20982
20983 \end_layout
20984
20985 \begin_layout Standard
20986 本節に掲げてある各記号の多くは,ツールバーボタンの
20987 \begin_inset Info
20988 type  "icon"
20989 arg   "math-insert \\nabla"
20990 \end_inset
20991
20992
20993 \begin_inset Info
20994 type  "icon"
20995 arg   "math-insert \\digamma"
20996 \end_inset
20997
20998 でも挿入することができます.
20999 \end_layout
21000
21001 \begin_layout Subsection
21002 数学記号
21003 \begin_inset CommandInset label
21004 LatexCommand label
21005 name "subsec:数学記号"
21006
21007 \end_inset
21008
21009
21010 \begin_inset Index idx
21011 range none
21012 pageformat default
21013 status collapsed
21014
21015 \begin_layout Plain Layout
21016 きごう@記号 ! すうがく@数学
21017 \end_layout
21018
21019 \end_inset
21020
21021
21022 \end_layout
21023
21024 \begin_layout Standard
21025 \begin_inset Tabular
21026 <lyxtabular version="3" rows="10" columns="2">
21027 <features booktabs="true" tabularvalignment="middle">
21028 <column alignment="center" valignment="top" width="0pt">
21029 <column alignment="center" valignment="top" width="0pt">
21030 <row>
21031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21032 \begin_inset Text
21033
21034 \begin_layout Plain Layout
21035 コマンド
21036 \end_layout
21037
21038 \end_inset
21039 </cell>
21040 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21041 \begin_inset Text
21042
21043 \begin_layout Plain Layout
21044 出力
21045 \end_layout
21046
21047 \end_inset
21048 </cell>
21049 </row>
21050 <row>
21051 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21052 \begin_inset Text
21053
21054 \begin_layout Plain Layout
21055
21056 \backslash
21057 neg
21058 \end_layout
21059
21060 \end_inset
21061 </cell>
21062 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21063 \begin_inset Text
21064
21065 \begin_layout Plain Layout
21066 \begin_inset Formula $\neg$
21067 \end_inset
21068
21069
21070 \end_layout
21071
21072 \end_inset
21073 </cell>
21074 </row>
21075 <row>
21076 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21077 \begin_inset Text
21078
21079 \begin_layout Plain Layout
21080
21081 \backslash
21082 Im
21083 \end_layout
21084
21085 \end_inset
21086 </cell>
21087 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21088 \begin_inset Text
21089
21090 \begin_layout Plain Layout
21091 \begin_inset Formula $\Im$
21092 \end_inset
21093
21094
21095 \end_layout
21096
21097 \end_inset
21098 </cell>
21099 </row>
21100 <row>
21101 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21102 \begin_inset Text
21103
21104 \begin_layout Plain Layout
21105
21106 \backslash
21107 Re
21108 \end_layout
21109
21110 \end_inset
21111 </cell>
21112 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21113 \begin_inset Text
21114
21115 \begin_layout Plain Layout
21116 \begin_inset Formula $\Re$
21117 \end_inset
21118
21119
21120 \end_layout
21121
21122 \end_inset
21123 </cell>
21124 </row>
21125 <row>
21126 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21127 \begin_inset Text
21128
21129 \begin_layout Plain Layout
21130
21131 \backslash
21132 aleph
21133 \end_layout
21134
21135 \end_inset
21136 </cell>
21137 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21138 \begin_inset Text
21139
21140 \begin_layout Plain Layout
21141 \begin_inset Formula $\aleph$
21142 \end_inset
21143
21144
21145 \end_layout
21146
21147 \end_inset
21148 </cell>
21149 </row>
21150 <row>
21151 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21152 \begin_inset Text
21153
21154 \begin_layout Plain Layout
21155
21156 \backslash
21157 partial
21158 \end_layout
21159
21160 \end_inset
21161 </cell>
21162 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21163 \begin_inset Text
21164
21165 \begin_layout Plain Layout
21166 \begin_inset Formula $\partial$
21167 \end_inset
21168
21169
21170 \end_layout
21171
21172 \end_inset
21173 </cell>
21174 </row>
21175 <row>
21176 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21177 \begin_inset Text
21178
21179 \begin_layout Plain Layout
21180
21181 \backslash
21182 infty
21183 \end_layout
21184
21185 \end_inset
21186 </cell>
21187 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21188 \begin_inset Text
21189
21190 \begin_layout Plain Layout
21191 \begin_inset Formula $\infty$
21192 \end_inset
21193
21194
21195 \end_layout
21196
21197 \end_inset
21198 </cell>
21199 </row>
21200 <row>
21201 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21202 \begin_inset Text
21203
21204 \begin_layout Plain Layout
21205
21206 \backslash
21207 wp
21208 \end_layout
21209
21210 \end_inset
21211 </cell>
21212 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21213 \begin_inset Text
21214
21215 \begin_layout Plain Layout
21216 \begin_inset Formula $\wp$
21217 \end_inset
21218
21219
21220 \end_layout
21221
21222 \end_inset
21223 </cell>
21224 </row>
21225 <row>
21226 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21227 \begin_inset Text
21228
21229 \begin_layout Plain Layout
21230
21231 \backslash
21232 imath
21233 \end_layout
21234
21235 \end_inset
21236 </cell>
21237 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21238 \begin_inset Text
21239
21240 \begin_layout Plain Layout
21241 \begin_inset Formula $\imath$
21242 \end_inset
21243
21244
21245 \end_layout
21246
21247 \end_inset
21248 </cell>
21249 </row>
21250 <row>
21251 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21252 \begin_inset Text
21253
21254 \begin_layout Plain Layout
21255
21256 \backslash
21257 jmath
21258 \end_layout
21259
21260 \end_inset
21261 </cell>
21262 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21263 \begin_inset Text
21264
21265 \begin_layout Plain Layout
21266 \begin_inset Formula $\jmath$
21267 \end_inset
21268
21269
21270 \end_layout
21271
21272 \end_inset
21273 </cell>
21274 </row>
21275 </lyxtabular>
21276
21277 \end_inset
21278
21279
21280 \begin_inset space \hfill{}
21281 \end_inset
21282
21283
21284 \begin_inset Tabular
21285 <lyxtabular version="3" rows="10" columns="2">
21286 <features booktabs="true" tabularvalignment="middle">
21287 <column alignment="center" valignment="top" width="0pt">
21288 <column alignment="center" valignment="top" width="0pt">
21289 <row>
21290 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21291 \begin_inset Text
21292
21293 \begin_layout Plain Layout
21294 コマンド
21295 \end_layout
21296
21297 \end_inset
21298 </cell>
21299 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21300 \begin_inset Text
21301
21302 \begin_layout Plain Layout
21303 出力
21304 \begin_inset Note Note
21305 status collapsed
21306
21307 \begin_layout Plain Layout
21308 ここで
21309 \series bold
21310
21311 \backslash
21312 raisebox
21313 \series default
21314 はスペーサーとして使用しているだけです.
21315 \end_layout
21316
21317 \end_inset
21318
21319
21320 \end_layout
21321
21322 \end_inset
21323 </cell>
21324 </row>
21325 <row>
21326 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21327 \begin_inset Text
21328
21329 \begin_layout Plain Layout
21330
21331 \backslash
21332 forall
21333 \end_layout
21334
21335 \end_inset
21336 </cell>
21337 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21338 \begin_inset Text
21339
21340 \begin_layout Plain Layout
21341 \begin_inset Formula $\forall$
21342 \end_inset
21343
21344
21345 \end_layout
21346
21347 \end_inset
21348 </cell>
21349 </row>
21350 <row>
21351 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21352 \begin_inset Text
21353
21354 \begin_layout Plain Layout
21355
21356 \backslash
21357 exists
21358 \end_layout
21359
21360 \end_inset
21361 </cell>
21362 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21363 \begin_inset Text
21364
21365 \begin_layout Plain Layout
21366 \begin_inset Formula $\exists$
21367 \end_inset
21368
21369
21370 \end_layout
21371
21372 \end_inset
21373 </cell>
21374 </row>
21375 <row>
21376 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21377 \begin_inset Text
21378
21379 \begin_layout Plain Layout
21380
21381 \backslash
21382 nexists
21383 \end_layout
21384
21385 \end_inset
21386 </cell>
21387 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21388 \begin_inset Text
21389
21390 \begin_layout Plain Layout
21391 \begin_inset Formula $\nexists$
21392 \end_inset
21393
21394
21395 \end_layout
21396
21397 \end_inset
21398 </cell>
21399 </row>
21400 <row>
21401 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21402 \begin_inset Text
21403
21404 \begin_layout Plain Layout
21405
21406 \backslash
21407 emptyset
21408 \end_layout
21409
21410 \end_inset
21411 </cell>
21412 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21413 \begin_inset Text
21414
21415 \begin_layout Plain Layout
21416 \begin_inset Formula $\emptyset$
21417 \end_inset
21418
21419
21420 \end_layout
21421
21422 \end_inset
21423 </cell>
21424 </row>
21425 <row>
21426 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21427 \begin_inset Text
21428
21429 \begin_layout Plain Layout
21430
21431 \backslash
21432 varnothing
21433 \end_layout
21434
21435 \end_inset
21436 </cell>
21437 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21438 \begin_inset Text
21439
21440 \begin_layout Plain Layout
21441 \begin_inset Formula $\varnothing$
21442 \end_inset
21443
21444
21445 \end_layout
21446
21447 \end_inset
21448 </cell>
21449 </row>
21450 <row>
21451 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21452 \begin_inset Text
21453
21454 \begin_layout Plain Layout
21455
21456 \backslash
21457 dag
21458 \end_layout
21459
21460 \end_inset
21461 </cell>
21462 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21463 \begin_inset Text
21464
21465 \begin_layout Plain Layout
21466 \begin_inset Formula $\dag$
21467 \end_inset
21468
21469
21470 \end_layout
21471
21472 \end_inset
21473 </cell>
21474 </row>
21475 <row>
21476 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21477 \begin_inset Text
21478
21479 \begin_layout Plain Layout
21480
21481 \backslash
21482 ddag
21483 \end_layout
21484
21485 \end_inset
21486 </cell>
21487 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21488 \begin_inset Text
21489
21490 \begin_layout Plain Layout
21491 \begin_inset Formula $\ddag$
21492 \end_inset
21493
21494
21495 \end_layout
21496
21497 \end_inset
21498 </cell>
21499 </row>
21500 <row>
21501 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21502 \begin_inset Text
21503
21504 \begin_layout Plain Layout
21505
21506 \backslash
21507 complement
21508 \end_layout
21509
21510 \end_inset
21511 </cell>
21512 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21513 \begin_inset Text
21514
21515 \begin_layout Plain Layout
21516 \begin_inset ERT
21517 status collapsed
21518
21519 \begin_layout Plain Layout
21520
21521
21522 \backslash
21523 raisebox{-0.8mm}{
21524 \end_layout
21525
21526 \end_inset
21527
21528
21529 \begin_inset Formula $\complement$
21530 \end_inset
21531
21532
21533 \begin_inset ERT
21534 status collapsed
21535
21536 \begin_layout Plain Layout
21537
21538 }
21539 \end_layout
21540
21541 \end_inset
21542
21543
21544 \end_layout
21545
21546 \end_inset
21547 </cell>
21548 </row>
21549 <row>
21550 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21551 \begin_inset Text
21552
21553 \begin_layout Plain Layout
21554
21555 \backslash
21556 Bbbk
21557 \end_layout
21558
21559 \end_inset
21560 </cell>
21561 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21562 \begin_inset Text
21563
21564 \begin_layout Plain Layout
21565 \begin_inset Formula $\Bbbk$
21566 \end_inset
21567
21568
21569 \end_layout
21570
21571 \end_inset
21572 </cell>
21573 </row>
21574 </lyxtabular>
21575
21576 \end_inset
21577
21578
21579 \begin_inset space \hfill{}
21580 \end_inset
21581
21582
21583 \begin_inset Tabular
21584 <lyxtabular version="3" rows="10" columns="2">
21585 <features booktabs="true" tabularvalignment="middle">
21586 <column alignment="center" valignment="top" width="0pt">
21587 <column alignment="center" valignment="top" width="0pt">
21588 <row>
21589 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21590 \begin_inset Text
21591
21592 \begin_layout Plain Layout
21593 コマンド
21594 \end_layout
21595
21596 \end_inset
21597 </cell>
21598 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21599 \begin_inset Text
21600
21601 \begin_layout Plain Layout
21602 出力
21603 \end_layout
21604
21605 \end_inset
21606 </cell>
21607 </row>
21608 <row>
21609 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21610 \begin_inset Text
21611
21612 \begin_layout Plain Layout
21613
21614 \backslash
21615 prime
21616 \end_layout
21617
21618 \end_inset
21619 </cell>
21620 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21621 \begin_inset Text
21622
21623 \begin_layout Plain Layout
21624 \begin_inset Formula $\prime$
21625 \end_inset
21626
21627
21628 \end_layout
21629
21630 \end_inset
21631 </cell>
21632 </row>
21633 <row>
21634 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21635 \begin_inset Text
21636
21637 \begin_layout Plain Layout
21638
21639 \backslash
21640 backprime
21641 \end_layout
21642
21643 \end_inset
21644 </cell>
21645 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21646 \begin_inset Text
21647
21648 \begin_layout Plain Layout
21649 \begin_inset Formula $\backprime$
21650 \end_inset
21651
21652
21653 \end_layout
21654
21655 \end_inset
21656 </cell>
21657 </row>
21658 <row>
21659 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21660 \begin_inset Text
21661
21662 \begin_layout Plain Layout
21663
21664 \backslash
21665 mho
21666 \end_layout
21667
21668 \end_inset
21669 </cell>
21670 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21671 \begin_inset Text
21672
21673 \begin_layout Plain Layout
21674 \begin_inset Formula $\mho$
21675 \end_inset
21676
21677
21678 \end_layout
21679
21680 \end_inset
21681 </cell>
21682 </row>
21683 <row>
21684 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21685 \begin_inset Text
21686
21687 \begin_layout Plain Layout
21688
21689 \backslash
21690 triangle
21691 \end_layout
21692
21693 \end_inset
21694 </cell>
21695 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21696 \begin_inset Text
21697
21698 \begin_layout Plain Layout
21699 \begin_inset Formula $\triangle$
21700 \end_inset
21701
21702
21703 \end_layout
21704
21705 \end_inset
21706 </cell>
21707 </row>
21708 <row>
21709 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21710 \begin_inset Text
21711
21712 \begin_layout Plain Layout
21713
21714 \backslash
21715 angle
21716 \end_layout
21717
21718 \end_inset
21719 </cell>
21720 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21721 \begin_inset Text
21722
21723 \begin_layout Plain Layout
21724 \begin_inset Formula $\angle$
21725 \end_inset
21726
21727
21728 \end_layout
21729
21730 \end_inset
21731 </cell>
21732 </row>
21733 <row>
21734 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21735 \begin_inset Text
21736
21737 \begin_layout Plain Layout
21738
21739 \backslash
21740 measuredangle
21741 \end_layout
21742
21743 \end_inset
21744 </cell>
21745 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21746 \begin_inset Text
21747
21748 \begin_layout Plain Layout
21749 \begin_inset Formula $\measuredangle$
21750 \end_inset
21751
21752
21753 \end_layout
21754
21755 \end_inset
21756 </cell>
21757 </row>
21758 <row>
21759 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21760 \begin_inset Text
21761
21762 \begin_layout Plain Layout
21763
21764 \backslash
21765 sphericalangle
21766 \end_layout
21767
21768 \end_inset
21769 </cell>
21770 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21771 \begin_inset Text
21772
21773 \begin_layout Plain Layout
21774 \begin_inset Formula $\sphericalangle$
21775 \end_inset
21776
21777
21778 \end_layout
21779
21780 \end_inset
21781 </cell>
21782 </row>
21783 <row>
21784 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21785 \begin_inset Text
21786
21787 \begin_layout Plain Layout
21788
21789 \backslash
21790 top
21791 \end_layout
21792
21793 \end_inset
21794 </cell>
21795 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21796 \begin_inset Text
21797
21798 \begin_layout Plain Layout
21799 \begin_inset Formula $\top$
21800 \end_inset
21801
21802
21803 \end_layout
21804
21805 \end_inset
21806 </cell>
21807 </row>
21808 <row>
21809 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21810 \begin_inset Text
21811
21812 \begin_layout Plain Layout
21813
21814 \backslash
21815 bot
21816 \end_layout
21817
21818 \end_inset
21819 </cell>
21820 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21821 \begin_inset Text
21822
21823 \begin_layout Plain Layout
21824 \begin_inset Formula $\bot$
21825 \end_inset
21826
21827
21828 \end_layout
21829
21830 \end_inset
21831 </cell>
21832 </row>
21833 </lyxtabular>
21834
21835 \end_inset
21836
21837
21838 \end_layout
21839
21840 \begin_layout Subsection
21841 その他の記号
21842 \begin_inset CommandInset label
21843 LatexCommand label
21844 name "subsec:その他の記号"
21845
21846 \end_inset
21847
21848
21849 \begin_inset Index idx
21850 range none
21851 pageformat default
21852 status collapsed
21853
21854 \begin_layout Plain Layout
21855 きごう@記号 ! そのた@その他
21856 \end_layout
21857
21858 \end_inset
21859
21860
21861 \end_layout
21862
21863 \begin_layout Standard
21864 \noindent
21865 \align center
21866 \begin_inset Tabular
21867 <lyxtabular version="3" rows="10" columns="2">
21868 <features booktabs="true" tabularvalignment="middle">
21869 <column alignment="center" valignment="top" width="0pt">
21870 <column alignment="center" valignment="top" width="0pt">
21871 <row>
21872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21873 \begin_inset Text
21874
21875 \begin_layout Plain Layout
21876 コマンド
21877 \end_layout
21878
21879 \end_inset
21880 </cell>
21881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21882 \begin_inset Text
21883
21884 \begin_layout Plain Layout
21885 出力
21886 \end_layout
21887
21888 \end_inset
21889 </cell>
21890 </row>
21891 <row>
21892 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21893 \begin_inset Text
21894
21895 \begin_layout Plain Layout
21896
21897 \backslash
21898 flat
21899 \end_layout
21900
21901 \end_inset
21902 </cell>
21903 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21904 \begin_inset Text
21905
21906 \begin_layout Plain Layout
21907 \begin_inset Formula $\flat$
21908 \end_inset
21909
21910
21911 \end_layout
21912
21913 \end_inset
21914 </cell>
21915 </row>
21916 <row>
21917 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21918 \begin_inset Text
21919
21920 \begin_layout Plain Layout
21921
21922 \backslash
21923 natural
21924 \end_layout
21925
21926 \end_inset
21927 </cell>
21928 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21929 \begin_inset Text
21930
21931 \begin_layout Plain Layout
21932 \begin_inset Formula $\natural$
21933 \end_inset
21934
21935
21936 \end_layout
21937
21938 \end_inset
21939 </cell>
21940 </row>
21941 <row>
21942 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21943 \begin_inset Text
21944
21945 \begin_layout Plain Layout
21946
21947 \backslash
21948 sharp
21949 \end_layout
21950
21951 \end_inset
21952 </cell>
21953 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21954 \begin_inset Text
21955
21956 \begin_layout Plain Layout
21957 \begin_inset Formula $\sharp$
21958 \end_inset
21959
21960
21961 \end_layout
21962
21963 \end_inset
21964 </cell>
21965 </row>
21966 <row>
21967 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21968 \begin_inset Text
21969
21970 \begin_layout Plain Layout
21971
21972 \backslash
21973 surd
21974 \end_layout
21975
21976 \end_inset
21977 </cell>
21978 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21979 \begin_inset Text
21980
21981 \begin_layout Plain Layout
21982 \begin_inset Formula $\surd$
21983 \end_inset
21984
21985
21986 \end_layout
21987
21988 \end_inset
21989 </cell>
21990 </row>
21991 <row>
21992 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21993 \begin_inset Text
21994
21995 \begin_layout Plain Layout
21996
21997 \backslash
21998 checkmark
21999 \end_layout
22000
22001 \end_inset
22002 </cell>
22003 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22004 \begin_inset Text
22005
22006 \begin_layout Plain Layout
22007 \begin_inset Formula $\checkmark$
22008 \end_inset
22009
22010
22011 \end_layout
22012
22013 \end_inset
22014 </cell>
22015 </row>
22016 <row>
22017 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22018 \begin_inset Text
22019
22020 \begin_layout Plain Layout
22021
22022 \backslash
22023 yen
22024 \end_layout
22025
22026 \end_inset
22027 </cell>
22028 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22029 \begin_inset Text
22030
22031 \begin_layout Plain Layout
22032 \begin_inset Formula $\yen$
22033 \end_inset
22034
22035
22036 \end_layout
22037
22038 \end_inset
22039 </cell>
22040 </row>
22041 <row>
22042 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22043 \begin_inset Text
22044
22045 \begin_layout Plain Layout
22046
22047 \backslash
22048 pounds
22049 \end_layout
22050
22051 \end_inset
22052 </cell>
22053 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22054 \begin_inset Text
22055
22056 \begin_layout Plain Layout
22057 \begin_inset Formula $\pounds$
22058 \end_inset
22059
22060
22061 \end_layout
22062
22063 \end_inset
22064 </cell>
22065 </row>
22066 <row>
22067 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22068 \begin_inset Text
22069
22070 \begin_layout Plain Layout
22071 $
22072 \end_layout
22073
22074 \end_inset
22075 </cell>
22076 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22077 \begin_inset Text
22078
22079 \begin_layout Plain Layout
22080 \begin_inset Formula $\$$
22081 \end_inset
22082
22083
22084 \end_layout
22085
22086 \end_inset
22087 </cell>
22088 </row>
22089 <row>
22090 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22091 \begin_inset Text
22092
22093 \begin_layout Plain Layout
22094 §
22095 \end_layout
22096
22097 \end_inset
22098 </cell>
22099 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22100 \begin_inset Text
22101
22102 \begin_layout Plain Layout
22103 \begin_inset Formula $§$
22104 \end_inset
22105
22106
22107 \end_layout
22108
22109 \end_inset
22110 </cell>
22111 </row>
22112 </lyxtabular>
22113
22114 \end_inset
22115
22116
22117 \begin_inset space \hfill{}
22118 \end_inset
22119
22120
22121 \begin_inset Tabular
22122 <lyxtabular version="3" rows="10" columns="2">
22123 <features booktabs="true" tabularvalignment="middle">
22124 <column alignment="center" valignment="top" width="0pt">
22125 <column alignment="center" valignment="top">
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 \end_layout
22133
22134 \end_inset
22135 </cell>
22136 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22137 \begin_inset Text
22138
22139 \begin_layout Plain Layout
22140 出力
22141 \end_layout
22142
22143 \end_inset
22144 </cell>
22145 </row>
22146 <row>
22147 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22148 \begin_inset Text
22149
22150 \begin_layout Plain Layout
22151
22152 \backslash
22153 hbar
22154 \end_layout
22155
22156 \end_inset
22157 </cell>
22158 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22159 \begin_inset Text
22160
22161 \begin_layout Plain Layout
22162 \begin_inset Formula $\hbar$
22163 \end_inset
22164
22165
22166 \end_layout
22167
22168 \end_inset
22169 </cell>
22170 </row>
22171 <row>
22172 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22173 \begin_inset Text
22174
22175 \begin_layout Plain Layout
22176
22177 \backslash
22178 hslash
22179 \end_layout
22180
22181 \end_inset
22182 </cell>
22183 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22184 \begin_inset Text
22185
22186 \begin_layout Plain Layout
22187 \begin_inset Formula $\hslash$
22188 \end_inset
22189
22190
22191 \end_layout
22192
22193 \end_inset
22194 </cell>
22195 </row>
22196 <row>
22197 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22198 \begin_inset Text
22199
22200 \begin_layout Plain Layout
22201
22202 \backslash
22203 clubsuit
22204 \end_layout
22205
22206 \end_inset
22207 </cell>
22208 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22209 \begin_inset Text
22210
22211 \begin_layout Plain Layout
22212 \begin_inset Formula $\clubsuit$
22213 \end_inset
22214
22215
22216 \end_layout
22217
22218 \end_inset
22219 </cell>
22220 </row>
22221 <row>
22222 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22223 \begin_inset Text
22224
22225 \begin_layout Plain Layout
22226
22227 \backslash
22228 spadesuit
22229 \end_layout
22230
22231 \end_inset
22232 </cell>
22233 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22234 \begin_inset Text
22235
22236 \begin_layout Plain Layout
22237 \begin_inset Formula $\spadesuit$
22238 \end_inset
22239
22240
22241 \end_layout
22242
22243 \end_inset
22244 </cell>
22245 </row>
22246 <row>
22247 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22248 \begin_inset Text
22249
22250 \begin_layout Plain Layout
22251
22252 \backslash
22253 bigstar
22254 \end_layout
22255
22256 \end_inset
22257 </cell>
22258 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22259 \begin_inset Text
22260
22261 \begin_layout Plain Layout
22262 \begin_inset Formula $\bigstar$
22263 \end_inset
22264
22265
22266 \end_layout
22267
22268 \end_inset
22269 </cell>
22270 </row>
22271 <row>
22272 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22273 \begin_inset Text
22274
22275 \begin_layout Plain Layout
22276
22277 \backslash
22278 blacklozenge
22279 \end_layout
22280
22281 \end_inset
22282 </cell>
22283 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22284 \begin_inset Text
22285
22286 \begin_layout Plain Layout
22287 \begin_inset Formula $\blacklozenge$
22288 \end_inset
22289
22290
22291 \end_layout
22292
22293 \end_inset
22294 </cell>
22295 </row>
22296 <row>
22297 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22298 \begin_inset Text
22299
22300 \begin_layout Plain Layout
22301
22302 \backslash
22303 blacktriangle
22304 \end_layout
22305
22306 \end_inset
22307 </cell>
22308 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22309 \begin_inset Text
22310
22311 \begin_layout Plain Layout
22312 \begin_inset Formula $\blacktriangle$
22313 \end_inset
22314
22315
22316 \end_layout
22317
22318 \end_inset
22319 </cell>
22320 </row>
22321 <row>
22322 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22323 \begin_inset Text
22324
22325 \begin_layout Plain Layout
22326
22327 \backslash
22328 blacktiangledown
22329 \end_layout
22330
22331 \end_inset
22332 </cell>
22333 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22334 \begin_inset Text
22335
22336 \begin_layout Plain Layout
22337 \begin_inset Formula $\blacktriangledown$
22338 \end_inset
22339
22340
22341 \end_layout
22342
22343 \end_inset
22344 </cell>
22345 </row>
22346 <row>
22347 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22348 \begin_inset Text
22349
22350 \begin_layout Plain Layout
22351
22352 \backslash
22353 bullet
22354 \end_layout
22355
22356 \end_inset
22357 </cell>
22358 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22359 \begin_inset Text
22360
22361 \begin_layout Plain Layout
22362 \begin_inset Formula $\bullet$
22363 \end_inset
22364
22365
22366 \end_layout
22367
22368 \end_inset
22369 </cell>
22370 </row>
22371 </lyxtabular>
22372
22373 \end_inset
22374
22375
22376 \begin_inset space \hfill{}
22377 \end_inset
22378
22379
22380 \begin_inset Tabular
22381 <lyxtabular version="3" rows="10" columns="2">
22382 <features booktabs="true" tabularvalignment="middle">
22383 <column alignment="center" valignment="top" width="0pt">
22384 <column alignment="center" valignment="top" width="0pt">
22385 <row>
22386 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22387 \begin_inset Text
22388
22389 \begin_layout Plain Layout
22390 コマンド
22391 \end_layout
22392
22393 \end_inset
22394 </cell>
22395 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22396 \begin_inset Text
22397
22398 \begin_layout Plain Layout
22399 出力
22400 \end_layout
22401
22402 \end_inset
22403 </cell>
22404 </row>
22405 <row>
22406 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22407 \begin_inset Text
22408
22409 \begin_layout Plain Layout
22410
22411 \backslash
22412 diamondsuit
22413 \end_layout
22414
22415 \end_inset
22416 </cell>
22417 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22418 \begin_inset Text
22419
22420 \begin_layout Plain Layout
22421 \begin_inset Formula $\diamondsuit$
22422 \end_inset
22423
22424
22425 \end_layout
22426
22427 \end_inset
22428 </cell>
22429 </row>
22430 <row>
22431 <cell alignment="center" valignment="top" rightline="true" usebox="none">
22432 \begin_inset Text
22433
22434 \begin_layout Plain Layout
22435
22436 \backslash
22437 Diamond
22438 \end_layout
22439
22440 \end_inset
22441 </cell>
22442 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22443 \begin_inset Text
22444
22445 \begin_layout Plain Layout
22446 \begin_inset Formula $\Diamond$
22447 \end_inset
22448
22449
22450 \end_layout
22451
22452 \end_inset
22453 </cell>
22454 </row>
22455 <row>
22456 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22457 \begin_inset Text
22458
22459 \begin_layout Plain Layout
22460
22461 \backslash
22462 heartsuit
22463 \end_layout
22464
22465 \end_inset
22466 </cell>
22467 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22468 \begin_inset Text
22469
22470 \begin_layout Plain Layout
22471 \begin_inset Formula $\heartsuit$
22472 \end_inset
22473
22474
22475 \end_layout
22476
22477 \end_inset
22478 </cell>
22479 </row>
22480 <row>
22481 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22482 \begin_inset Text
22483
22484 \begin_layout Plain Layout
22485
22486 \backslash
22487 P
22488 \end_layout
22489
22490 \end_inset
22491 </cell>
22492 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22493 \begin_inset Text
22494
22495 \begin_layout Plain Layout
22496 \begin_inset Formula $\P$
22497 \end_inset
22498
22499
22500 \end_layout
22501
22502 \end_inset
22503 </cell>
22504 </row>
22505 <row>
22506 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22507 \begin_inset Text
22508
22509 \begin_layout Plain Layout
22510
22511 \backslash
22512 copyright
22513 \end_layout
22514
22515 \end_inset
22516 </cell>
22517 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22518 \begin_inset Text
22519
22520 \begin_layout Plain Layout
22521 \begin_inset Formula $\copyright$
22522 \end_inset
22523
22524
22525 \end_layout
22526
22527 \end_inset
22528 </cell>
22529 </row>
22530 <row>
22531 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22532 \begin_inset Text
22533
22534 \begin_layout Plain Layout
22535
22536 \backslash
22537 circledR
22538 \end_layout
22539
22540 \end_inset
22541 </cell>
22542 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22543 \begin_inset Text
22544
22545 \begin_layout Plain Layout
22546 \begin_inset Formula $\circledR$
22547 \end_inset
22548
22549
22550 \end_layout
22551
22552 \end_inset
22553 </cell>
22554 </row>
22555 <row>
22556 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22557 \begin_inset Text
22558
22559 \begin_layout Plain Layout
22560
22561 \backslash
22562 maltese
22563 \end_layout
22564
22565 \end_inset
22566 </cell>
22567 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22568 \begin_inset Text
22569
22570 \begin_layout Plain Layout
22571 \begin_inset Formula $\maltese$
22572 \end_inset
22573
22574
22575 \end_layout
22576
22577 \end_inset
22578 </cell>
22579 </row>
22580 <row>
22581 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22582 \begin_inset Text
22583
22584 \begin_layout Plain Layout
22585
22586 \backslash
22587 diagup
22588 \end_layout
22589
22590 \end_inset
22591 </cell>
22592 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22593 \begin_inset Text
22594
22595 \begin_layout Plain Layout
22596 \begin_inset Formula $\diagup$
22597 \end_inset
22598
22599
22600 \end_layout
22601
22602 \end_inset
22603 </cell>
22604 </row>
22605 <row>
22606 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22607 \begin_inset Text
22608
22609 \begin_layout Plain Layout
22610
22611 \backslash
22612 diagdown
22613 \end_layout
22614
22615 \end_inset
22616 </cell>
22617 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22618 \begin_inset Text
22619
22620 \begin_layout Plain Layout
22621 \begin_inset Formula $\diagdown$
22622 \end_inset
22623
22624
22625 \end_layout
22626
22627 \end_inset
22628 </cell>
22629 </row>
22630 </lyxtabular>
22631
22632 \end_inset
22633
22634
22635 \end_layout
22636
22637 \begin_layout Standard
22638 \begin_inset VSpace medskip
22639 \end_inset
22640
22641
22642 \end_layout
22643
22644 \begin_layout Standard
22645 寸法を変えて表示することのできる記号もあります.第
22646 \begin_inset CommandInset ref
22647 LatexCommand ref
22648 reference "subsec:書体寸法"
22649
22650 \end_inset
22651
22652 節をご参照下さい.
22653 \end_layout
22654
22655 \begin_layout Subsection
22656 ユーロ通貨記号
22657 \begin_inset Index idx
22658 range none
22659 pageformat default
22660 status collapsed
22661
22662 \begin_layout Plain Layout
22663 きごう@記号 ! ゆーろつうかきごう@ユーロ通貨記号
22664 \end_layout
22665
22666 \end_inset
22667
22668
22669 \begin_inset Index idx
22670 range none
22671 pageformat default
22672 status collapsed
22673
22674 \begin_layout Plain Layout
22675 E@
22676 \begin_inset ERT
22677 status collapsed
22678
22679 \begin_layout Plain Layout
22680
22681
22682 \backslash
22683 officialeuro
22684 \end_layout
22685
22686 \end_inset
22687
22688
22689 \end_layout
22690
22691 \end_inset
22692
22693
22694 \end_layout
22695
22696 \begin_layout Standard
22697 ユーロ通貨記号を数式で使用するには,\SpecialChar LaTeX
22698 パッケージ
22699 \series bold
22700 eurosym
22701 \series default
22702
22703 \begin_inset Index idx
22704 range none
22705 pageformat default
22706 status collapsed
22707
22708 \begin_layout Plain Layout
22709 ぱっけーじ@パッケージ ! eurosym
22710 \end_layout
22711
22712 \end_inset
22713
22714 が導入されていて,以下のような\SpecialChar LaTeX
22715 プリアンブル行によって読み込まれていなくてはなりません.
22716 \end_layout
22717
22718 \begin_layout Standard
22719
22720 \series bold
22721
22722 \backslash
22723 usepackage[gennarrow]{eurosym}
22724 \end_layout
22725
22726 \begin_layout Standard
22727 すると,ユーロ通貨記号を
22728 \series bold
22729
22730 \backslash
22731 euro
22732 \series default
22733
22734 \begin_inset Index idx
22735 range none
22736 pageformat default
22737 status collapsed
22738
22739 \begin_layout Plain Layout
22740 こまんど@コマンド ! E ! 
22741 \backslash
22742 euro
22743 \end_layout
22744
22745 \end_inset
22746
22747 コマンドで挿入することができるようになります.
22748 \end_layout
22749
22750 \begin_layout Standard
22751 数式テキストには,
22752 \series bold
22753 eurosym
22754 \series default
22755 が導入されていなくても,ユーロ通貨記号を直接キーボードを使って(あれば)挿入することができます.
22756 \series bold
22757 eurosym
22758 \series default
22759 が導入されていれば,
22760 \series bold
22761
22762 \backslash
22763 euro
22764 \series default
22765 は\SpecialChar TeX
22766 モードでも挿入することができます.また,正式な通貨記号を
22767 \series bold
22768
22769 \backslash
22770 officialeuro
22771 \series default
22772
22773 \begin_inset Index idx
22774 range none
22775 pageformat default
22776 status collapsed
22777
22778 \begin_layout Plain Layout
22779 こまんど@コマンド ! O ! 
22780 \backslash
22781 officialeuro
22782 \end_layout
22783
22784 \end_inset
22785
22786 コマンド(これは\SpecialChar TeX
22787 モードでのみ使用することができます)で挿入することができます.
22788 \end_layout
22789
22790 \begin_layout Standard
22791 \begin_inset ERT
22792 status collapsed
22793
22794 \begin_layout Plain Layout
22795
22796
22797 \backslash
22798 ifeurosym 
22799 \end_layout
22800
22801 \end_inset
22802
22803
22804 \begin_inset Note Note
22805 status open
22806
22807 \begin_layout Plain Layout
22808 以下の表は,\SpecialChar LaTeX
22809 パッケージ
22810 \series bold
22811 eurosym
22812 \series default
22813 が導入済みのときのみ表示されます.
22814 \end_layout
22815
22816 \end_inset
22817
22818
22819 \end_layout
22820
22821 \begin_layout Standard
22822 以下は,各ユーロ通貨記号のまとめです.
22823 \end_layout
22824
22825 \begin_layout Standard
22826 \align center
22827 \begin_inset Tabular
22828 <lyxtabular version="3" rows="4" columns="3">
22829 <features booktabs="true" tabularvalignment="middle">
22830 <column alignment="center" valignment="top" width="0pt">
22831 <column alignment="center" valignment="top" width="0pt">
22832 <column alignment="center" valignment="top" width="0pt">
22833 <row>
22834 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
22835 \begin_inset Text
22836
22837 \begin_layout Plain Layout
22838 \begin_inset ERT
22839 status collapsed
22840
22841 \begin_layout Plain Layout
22842
22843
22844 \backslash
22845 cmidrule[0.08em]{2-3}
22846 \end_layout
22847
22848 \end_inset
22849
22850
22851 \end_layout
22852
22853 \end_inset
22854 </cell>
22855 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22856 \begin_inset Text
22857
22858 \begin_layout Plain Layout
22859 コマンド
22860 \end_layout
22861
22862 \end_inset
22863 </cell>
22864 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22865 \begin_inset Text
22866
22867 \begin_layout Plain Layout
22868 出力
22869 \end_layout
22870
22871 \end_inset
22872 </cell>
22873 </row>
22874 <row>
22875 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22876 \begin_inset Text
22877
22878 \begin_layout Plain Layout
22879 数式
22880 \end_layout
22881
22882 \end_inset
22883 </cell>
22884 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22885 \begin_inset Text
22886
22887 \begin_layout Plain Layout
22888
22889 \backslash
22890 euro
22891 \end_layout
22892
22893 \end_inset
22894 </cell>
22895 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22896 \begin_inset Text
22897
22898 \begin_layout Plain Layout
22899 \begin_inset Formula $\euro$
22900 \end_inset
22901
22902
22903 \end_layout
22904
22905 \end_inset
22906 </cell>
22907 </row>
22908 <row>
22909 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22910 \begin_inset Text
22911
22912 \begin_layout Plain Layout
22913 数式テキスト
22914 \end_layout
22915
22916 \end_inset
22917 </cell>
22918 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22919 \begin_inset Text
22920
22921 \begin_layout Plain Layout
22922 (ユーロ記号)
22923 \end_layout
22924
22925 \end_inset
22926 </cell>
22927 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22928 \begin_inset Text
22929
22930 \begin_layout Plain Layout
22931 (ユーロ記号)
22932 \end_layout
22933
22934 \end_inset
22935 </cell>
22936 </row>
22937 <row>
22938 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22939 \begin_inset Text
22940
22941 \begin_layout Plain Layout
22942 \SpecialChar TeX
22943 モード
22944 \end_layout
22945
22946 \end_inset
22947 </cell>
22948 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22949 \begin_inset Text
22950
22951 \begin_layout Plain Layout
22952
22953 \backslash
22954 officialeuro
22955 \end_layout
22956
22957 \end_inset
22958 </cell>
22959 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22960 \begin_inset Text
22961
22962 \begin_layout Plain Layout
22963 \begin_inset ERT
22964 status collapsed
22965
22966 \begin_layout Plain Layout
22967
22968
22969 \backslash
22970 officialeuro
22971 \end_layout
22972
22973 \end_inset
22974
22975
22976 \end_layout
22977
22978 \end_inset
22979 </cell>
22980 </row>
22981 </lyxtabular>
22982
22983 \end_inset
22984
22985
22986 \begin_inset Note Note
22987 status collapsed
22988
22989 \begin_layout Plain Layout
22990 ここでは,
22991 \series bold
22992
22993 \backslash
22994 cmidrule
22995 \series default
22996 は表罫線のためだけに用いられています.詳細については,取扱説明書
22997 \emph on
22998 埋込オブジェクト篇
22999 \emph default
23000
23001 \family sans
23002 フォーマル形式の表
23003 \family default
23004 の節をご覧下さい.
23005 \end_layout
23006
23007 \end_inset
23008
23009
23010 \end_layout
23011
23012 \begin_layout Standard
23013 \begin_inset ERT
23014 status collapsed
23015
23016 \begin_layout Plain Layout
23017
23018
23019 \backslash
23020 else 
23021 \end_layout
23022
23023 \end_inset
23024
23025
23026 \begin_inset Note Note
23027 status open
23028
23029 \begin_layout Plain Layout
23030 以下は,\SpecialChar LaTeX
23031 パッケージ
23032 \series bold
23033 eurosym
23034 \series default
23035 が導入されていないときのみ表示されます.
23036 \end_layout
23037
23038 \end_inset
23039
23040
23041 \end_layout
23042
23043 \begin_layout Standard
23044 本節の残りを出力としてみるためには,\SpecialChar LaTeX
23045 パッケージ
23046 \series bold
23047 eurosym
23048 \series default
23049 を導入する必要があります.
23050 \end_layout
23051
23052 \begin_layout Standard
23053 \begin_inset ERT
23054 status collapsed
23055
23056 \begin_layout Plain Layout
23057
23058
23059 \backslash
23060 fi 
23061 \end_layout
23062
23063 \end_inset
23064
23065
23066 \end_layout
23067
23068 \begin_layout Section
23069 関係子
23070 \begin_inset CommandInset label
23071 LatexCommand label
23072 name "sec:関係子"
23073
23074 \end_inset
23075
23076
23077 \begin_inset Index idx
23078 range none
23079 pageformat default
23080 status collapsed
23081
23082 \begin_layout Plain Layout
23083 かんけいし@関係子
23084 \end_layout
23085
23086 \end_inset
23087
23088
23089 \begin_inset Index idx
23090 range none
23091 pageformat default
23092 status collapsed
23093
23094 \begin_layout Plain Layout
23095 ひかくし@比較子
23096 \begin_inset ERT
23097 status collapsed
23098
23099 \begin_layout Plain Layout
23100
23101 |see{
23102 \end_layout
23103
23104 \end_inset
23105
23106 関係子
23107 \begin_inset ERT
23108 status collapsed
23109
23110 \begin_layout Plain Layout
23111
23112 }
23113 \end_layout
23114
23115 \end_inset
23116
23117
23118 \end_layout
23119
23120 \end_inset
23121
23122
23123 \end_layout
23124
23125 \begin_layout Standard
23126 関係子はすべて,ツールバーボタンの
23127 \begin_inset Info
23128 type  "icon"
23129 arg   "math-insert \\leq"
23130 \end_inset
23131
23132 でも挿入することができます.
23133 \end_layout
23134
23135 \begin_layout Standard
23136 \begin_inset Tabular
23137 <lyxtabular version="3" rows="17" columns="2">
23138 <features booktabs="true" tabularvalignment="middle">
23139 <column alignment="center" valignment="top" width="0pt">
23140 <column alignment="center" valignment="top" width="0pt">
23141 <row>
23142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23143 \begin_inset Text
23144
23145 \begin_layout Plain Layout
23146 コマンド
23147 \end_layout
23148
23149 \end_inset
23150 </cell>
23151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23152 \begin_inset Text
23153
23154 \begin_layout Plain Layout
23155 出力
23156 \end_layout
23157
23158 \end_inset
23159 </cell>
23160 </row>
23161 <row>
23162 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23163 \begin_inset Text
23164
23165 \begin_layout Plain Layout
23166 <
23167 \end_layout
23168
23169 \end_inset
23170 </cell>
23171 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23172 \begin_inset Text
23173
23174 \begin_layout Plain Layout
23175 \begin_inset Formula $<$
23176 \end_inset
23177
23178
23179 \end_layout
23180
23181 \end_inset
23182 </cell>
23183 </row>
23184 <row>
23185 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23186 \begin_inset Text
23187
23188 \begin_layout Plain Layout
23189
23190 \backslash
23191 le
23192 \end_layout
23193
23194 \end_inset
23195 </cell>
23196 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23197 \begin_inset Text
23198
23199 \begin_layout Plain Layout
23200 \begin_inset Formula $\le$
23201 \end_inset
23202
23203
23204 \end_layout
23205
23206 \end_inset
23207 </cell>
23208 </row>
23209 <row>
23210 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23211 \begin_inset Text
23212
23213 \begin_layout Plain Layout
23214
23215 \backslash
23216 ll
23217 \end_layout
23218
23219 \end_inset
23220 </cell>
23221 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23222 \begin_inset Text
23223
23224 \begin_layout Plain Layout
23225 \begin_inset Formula $\ll$
23226 \end_inset
23227
23228
23229 \end_layout
23230
23231 \end_inset
23232 </cell>
23233 </row>
23234 <row>
23235 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23236 \begin_inset Text
23237
23238 \begin_layout Plain Layout
23239
23240 \backslash
23241 prec
23242 \end_layout
23243
23244 \end_inset
23245 </cell>
23246 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23247 \begin_inset Text
23248
23249 \begin_layout Plain Layout
23250 \begin_inset Formula $\prec$
23251 \end_inset
23252
23253
23254 \end_layout
23255
23256 \end_inset
23257 </cell>
23258 </row>
23259 <row>
23260 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23261 \begin_inset Text
23262
23263 \begin_layout Plain Layout
23264
23265 \backslash
23266 preceq
23267 \end_layout
23268
23269 \end_inset
23270 </cell>
23271 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23272 \begin_inset Text
23273
23274 \begin_layout Plain Layout
23275 \begin_inset Formula $\preceq$
23276 \end_inset
23277
23278
23279 \end_layout
23280
23281 \end_inset
23282 </cell>
23283 </row>
23284 <row>
23285 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23286 \begin_inset Text
23287
23288 \begin_layout Plain Layout
23289
23290 \backslash
23291 subset
23292 \end_layout
23293
23294 \end_inset
23295 </cell>
23296 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23297 \begin_inset Text
23298
23299 \begin_layout Plain Layout
23300 \begin_inset Formula $\subset$
23301 \end_inset
23302
23303
23304 \end_layout
23305
23306 \end_inset
23307 </cell>
23308 </row>
23309 <row>
23310 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23311 \begin_inset Text
23312
23313 \begin_layout Plain Layout
23314
23315 \backslash
23316 subseteq
23317 \end_layout
23318
23319 \end_inset
23320 </cell>
23321 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23322 \begin_inset Text
23323
23324 \begin_layout Plain Layout
23325 \begin_inset Formula $\subseteq$
23326 \end_inset
23327
23328
23329 \end_layout
23330
23331 \end_inset
23332 </cell>
23333 </row>
23334 <row>
23335 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23336 \begin_inset Text
23337
23338 \begin_layout Plain Layout
23339
23340 \backslash
23341 sqsubseteq
23342 \end_layout
23343
23344 \end_inset
23345 </cell>
23346 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23347 \begin_inset Text
23348
23349 \begin_layout Plain Layout
23350 \begin_inset Formula $\sqsubseteq$
23351 \end_inset
23352
23353
23354 \end_layout
23355
23356 \end_inset
23357 </cell>
23358 </row>
23359 <row>
23360 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23361 \begin_inset Text
23362
23363 \begin_layout Plain Layout
23364
23365 \backslash
23366 in
23367 \end_layout
23368
23369 \end_inset
23370 </cell>
23371 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23372 \begin_inset Text
23373
23374 \begin_layout Plain Layout
23375 \begin_inset Formula $\in$
23376 \end_inset
23377
23378
23379 \end_layout
23380
23381 \end_inset
23382 </cell>
23383 </row>
23384 <row>
23385 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23386 \begin_inset Text
23387
23388 \begin_layout Plain Layout
23389
23390 \backslash
23391 vdash
23392 \end_layout
23393
23394 \end_inset
23395 </cell>
23396 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23397 \begin_inset Text
23398
23399 \begin_layout Plain Layout
23400 \begin_inset Formula $\vdash$
23401 \end_inset
23402
23403
23404 \end_layout
23405
23406 \end_inset
23407 </cell>
23408 </row>
23409 <row>
23410 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23411 \begin_inset Text
23412
23413 \begin_layout Plain Layout
23414
23415 \backslash
23416 smile
23417 \end_layout
23418
23419 \end_inset
23420 </cell>
23421 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23422 \begin_inset Text
23423
23424 \begin_layout Plain Layout
23425 \begin_inset Formula $\smile$
23426 \end_inset
23427
23428
23429 \end_layout
23430
23431 \end_inset
23432 </cell>
23433 </row>
23434 <row>
23435 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23436 \begin_inset Text
23437
23438 \begin_layout Plain Layout
23439
23440 \backslash
23441 lhd
23442 \end_layout
23443
23444 \end_inset
23445 </cell>
23446 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23447 \begin_inset Text
23448
23449 \begin_layout Plain Layout
23450 \begin_inset Formula $\lhd$
23451 \end_inset
23452
23453
23454 \end_layout
23455
23456 \end_inset
23457 </cell>
23458 </row>
23459 <row>
23460 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23461 \begin_inset Text
23462
23463 \begin_layout Plain Layout
23464
23465 \backslash
23466 unlhd
23467 \end_layout
23468
23469 \end_inset
23470 </cell>
23471 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23472 \begin_inset Text
23473
23474 \begin_layout Plain Layout
23475 \begin_inset Formula $\unlhd$
23476 \end_inset
23477
23478
23479 \end_layout
23480
23481 \end_inset
23482 </cell>
23483 </row>
23484 <row>
23485 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23486 \begin_inset Text
23487
23488 \begin_layout Plain Layout
23489
23490 \backslash
23491 gtrless
23492 \end_layout
23493
23494 \end_inset
23495 </cell>
23496 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23497 \begin_inset Text
23498
23499 \begin_layout Plain Layout
23500 \begin_inset Formula $\gtrless$
23501 \end_inset
23502
23503
23504 \end_layout
23505
23506 \end_inset
23507 </cell>
23508 </row>
23509 <row>
23510 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23511 \begin_inset Text
23512
23513 \begin_layout Plain Layout
23514
23515 \backslash
23516 mid
23517 \end_layout
23518
23519 \end_inset
23520 </cell>
23521 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23522 \begin_inset Text
23523
23524 \begin_layout Plain Layout
23525 \begin_inset Formula $\mid$
23526 \end_inset
23527
23528
23529 \end_layout
23530
23531 \end_inset
23532 </cell>
23533 </row>
23534 <row>
23535 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23536 \begin_inset Text
23537
23538 \begin_layout Plain Layout
23539
23540 \backslash
23541 nmid
23542 \end_layout
23543
23544 \end_inset
23545 </cell>
23546 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23547 \begin_inset Text
23548
23549 \begin_layout Plain Layout
23550 \begin_inset Formula $\nmid$
23551 \end_inset
23552
23553
23554 \end_layout
23555
23556 \end_inset
23557 </cell>
23558 </row>
23559 </lyxtabular>
23560
23561 \end_inset
23562
23563
23564 \begin_inset space \hfill{}
23565 \end_inset
23566
23567
23568 \begin_inset Tabular
23569 <lyxtabular version="3" rows="17" columns="2">
23570 <features booktabs="true" tabularvalignment="middle">
23571 <column alignment="center" valignment="top" width="0pt">
23572 <column alignment="center" valignment="top" width="0pt">
23573 <row>
23574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23575 \begin_inset Text
23576
23577 \begin_layout Plain Layout
23578 コマンド
23579 \end_layout
23580
23581 \end_inset
23582 </cell>
23583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23584 \begin_inset Text
23585
23586 \begin_layout Plain Layout
23587 出力
23588 \end_layout
23589
23590 \end_inset
23591 </cell>
23592 </row>
23593 <row>
23594 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23595 \begin_inset Text
23596
23597 \begin_layout Plain Layout
23598 =
23599 \end_layout
23600
23601 \end_inset
23602 </cell>
23603 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23604 \begin_inset Text
23605
23606 \begin_layout Plain Layout
23607 \begin_inset Formula $=$
23608 \end_inset
23609
23610
23611 \end_layout
23612
23613 \end_inset
23614 </cell>
23615 </row>
23616 <row>
23617 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23618 \begin_inset Text
23619
23620 \begin_layout Plain Layout
23621
23622 \backslash
23623 not=
23624 \end_layout
23625
23626 \end_inset
23627 </cell>
23628 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23629 \begin_inset Text
23630
23631 \begin_layout Plain Layout
23632 \begin_inset Formula $\not=$
23633 \end_inset
23634
23635
23636 \end_layout
23637
23638 \end_inset
23639 </cell>
23640 </row>
23641 <row>
23642 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23643 \begin_inset Text
23644
23645 \begin_layout Plain Layout
23646
23647 \backslash
23648 equiv
23649 \end_layout
23650
23651 \end_inset
23652 </cell>
23653 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23654 \begin_inset Text
23655
23656 \begin_layout Plain Layout
23657 \begin_inset Formula $\equiv$
23658 \end_inset
23659
23660
23661 \end_layout
23662
23663 \end_inset
23664 </cell>
23665 </row>
23666 <row>
23667 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23668 \begin_inset Text
23669
23670 \begin_layout Plain Layout
23671
23672 \backslash
23673 sim
23674 \end_layout
23675
23676 \end_inset
23677 </cell>
23678 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23679 \begin_inset Text
23680
23681 \begin_layout Plain Layout
23682 \begin_inset Formula $\sim$
23683 \end_inset
23684
23685
23686 \end_layout
23687
23688 \end_inset
23689 </cell>
23690 </row>
23691 <row>
23692 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23693 \begin_inset Text
23694
23695 \begin_layout Plain Layout
23696
23697 \backslash
23698 simeq
23699 \end_layout
23700
23701 \end_inset
23702 </cell>
23703 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23704 \begin_inset Text
23705
23706 \begin_layout Plain Layout
23707 \begin_inset Formula $\simeq$
23708 \end_inset
23709
23710
23711 \end_layout
23712
23713 \end_inset
23714 </cell>
23715 </row>
23716 <row>
23717 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23718 \begin_inset Text
23719
23720 \begin_layout Plain Layout
23721
23722 \backslash
23723 approx
23724 \end_layout
23725
23726 \end_inset
23727 </cell>
23728 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23729 \begin_inset Text
23730
23731 \begin_layout Plain Layout
23732 \begin_inset Formula $\approx$
23733 \end_inset
23734
23735
23736 \end_layout
23737
23738 \end_inset
23739 </cell>
23740 </row>
23741 <row>
23742 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23743 \begin_inset Text
23744
23745 \begin_layout Plain Layout
23746
23747 \backslash
23748 cong
23749 \end_layout
23750
23751 \end_inset
23752 </cell>
23753 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23754 \begin_inset Text
23755
23756 \begin_layout Plain Layout
23757 \begin_inset Formula $\cong$
23758 \end_inset
23759
23760
23761 \end_layout
23762
23763 \end_inset
23764 </cell>
23765 </row>
23766 <row>
23767 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23768 \begin_inset Text
23769
23770 \begin_layout Plain Layout
23771
23772 \backslash
23773 bowtie
23774 \end_layout
23775
23776 \end_inset
23777 </cell>
23778 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23779 \begin_inset Text
23780
23781 \begin_layout Plain Layout
23782 \begin_inset Formula $\bowtie$
23783 \end_inset
23784
23785
23786 \end_layout
23787
23788 \end_inset
23789 </cell>
23790 </row>
23791 <row>
23792 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23793 \begin_inset Text
23794
23795 \begin_layout Plain Layout
23796
23797 \backslash
23798 notin
23799 \end_layout
23800
23801 \end_inset
23802 </cell>
23803 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23804 \begin_inset Text
23805
23806 \begin_layout Plain Layout
23807 \begin_inset Formula $\notin$
23808 \end_inset
23809
23810
23811 \end_layout
23812
23813 \end_inset
23814 </cell>
23815 </row>
23816 <row>
23817 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23818 \begin_inset Text
23819
23820 \begin_layout Plain Layout
23821
23822 \backslash
23823 perp
23824 \end_layout
23825
23826 \end_inset
23827 </cell>
23828 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23829 \begin_inset Text
23830
23831 \begin_layout Plain Layout
23832 \begin_inset Formula $\perp$
23833 \end_inset
23834
23835
23836 \end_layout
23837
23838 \end_inset
23839 </cell>
23840 </row>
23841 <row>
23842 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23843 \begin_inset Text
23844
23845 \begin_layout Plain Layout
23846
23847 \backslash
23848 propto
23849 \end_layout
23850
23851 \end_inset
23852 </cell>
23853 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23854 \begin_inset Text
23855
23856 \begin_layout Plain Layout
23857 \begin_inset Formula $\propto$
23858 \end_inset
23859
23860
23861 \end_layout
23862
23863 \end_inset
23864 </cell>
23865 </row>
23866 <row>
23867 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23868 \begin_inset Text
23869
23870 \begin_layout Plain Layout
23871
23872 \backslash
23873 asymp
23874 \end_layout
23875
23876 \end_inset
23877 </cell>
23878 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23879 \begin_inset Text
23880
23881 \begin_layout Plain Layout
23882 \begin_inset Formula $\asymp$
23883 \end_inset
23884
23885
23886 \end_layout
23887
23888 \end_inset
23889 </cell>
23890 </row>
23891 <row>
23892 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23893 \begin_inset Text
23894
23895 \begin_layout Plain Layout
23896
23897 \backslash
23898 doteq
23899 \end_layout
23900
23901 \end_inset
23902 </cell>
23903 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23904 \begin_inset Text
23905
23906 \begin_layout Plain Layout
23907 \begin_inset Formula $\doteq$
23908 \end_inset
23909
23910
23911 \end_layout
23912
23913 \end_inset
23914 </cell>
23915 </row>
23916 <row>
23917 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23918 \begin_inset Text
23919
23920 \begin_layout Plain Layout
23921
23922 \backslash
23923 circeq
23924 \end_layout
23925
23926 \end_inset
23927 </cell>
23928 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23929 \begin_inset Text
23930
23931 \begin_layout Plain Layout
23932 \begin_inset Formula $\circeq$
23933 \end_inset
23934
23935
23936 \end_layout
23937
23938 \end_inset
23939 </cell>
23940 </row>
23941 <row>
23942 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23943 \begin_inset Text
23944
23945 \begin_layout Plain Layout
23946
23947 \backslash
23948 models
23949 \end_layout
23950
23951 \end_inset
23952 </cell>
23953 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23954 \begin_inset Text
23955
23956 \begin_layout Plain Layout
23957 \begin_inset Formula $\models$
23958 \end_inset
23959
23960
23961 \end_layout
23962
23963 \end_inset
23964 </cell>
23965 </row>
23966 <row>
23967 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23968 \begin_inset Text
23969
23970 \begin_layout Plain Layout
23971
23972 \backslash
23973 widehat=
23974 \end_layout
23975
23976 \end_inset
23977 </cell>
23978 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23979 \begin_inset Text
23980
23981 \begin_layout Plain Layout
23982 \begin_inset Formula $\widehat{=}$
23983 \end_inset
23984
23985
23986 \end_layout
23987
23988 \end_inset
23989 </cell>
23990 </row>
23991 </lyxtabular>
23992
23993 \end_inset
23994
23995
23996 \begin_inset space \hfill{}
23997 \end_inset
23998
23999
24000 \begin_inset Tabular
24001 <lyxtabular version="3" rows="17" columns="2">
24002 <features booktabs="true" tabularvalignment="middle">
24003 <column alignment="center" valignment="top" width="0pt">
24004 <column alignment="center" valignment="top" width="0pt">
24005 <row>
24006 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24007 \begin_inset Text
24008
24009 \begin_layout Plain Layout
24010 コマンド
24011 \end_layout
24012
24013 \end_inset
24014 </cell>
24015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24016 \begin_inset Text
24017
24018 \begin_layout Plain Layout
24019 出力
24020 \end_layout
24021
24022 \end_inset
24023 </cell>
24024 </row>
24025 <row>
24026 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24027 \begin_inset Text
24028
24029 \begin_layout Plain Layout
24030 >
24031 \end_layout
24032
24033 \end_inset
24034 </cell>
24035 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24036 \begin_inset Text
24037
24038 \begin_layout Plain Layout
24039 \begin_inset Formula $>$
24040 \end_inset
24041
24042
24043 \end_layout
24044
24045 \end_inset
24046 </cell>
24047 </row>
24048 <row>
24049 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24050 \begin_inset Text
24051
24052 \begin_layout Plain Layout
24053
24054 \backslash
24055 ge
24056 \end_layout
24057
24058 \end_inset
24059 </cell>
24060 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24061 \begin_inset Text
24062
24063 \begin_layout Plain Layout
24064 \begin_inset Formula $\ge$
24065 \end_inset
24066
24067
24068 \end_layout
24069
24070 \end_inset
24071 </cell>
24072 </row>
24073 <row>
24074 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24075 \begin_inset Text
24076
24077 \begin_layout Plain Layout
24078
24079 \backslash
24080 gg
24081 \end_layout
24082
24083 \end_inset
24084 </cell>
24085 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24086 \begin_inset Text
24087
24088 \begin_layout Plain Layout
24089 \begin_inset Formula $\gg$
24090 \end_inset
24091
24092
24093 \end_layout
24094
24095 \end_inset
24096 </cell>
24097 </row>
24098 <row>
24099 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24100 \begin_inset Text
24101
24102 \begin_layout Plain Layout
24103
24104 \backslash
24105 succ
24106 \end_layout
24107
24108 \end_inset
24109 </cell>
24110 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24111 \begin_inset Text
24112
24113 \begin_layout Plain Layout
24114 \begin_inset Formula $\succ$
24115 \end_inset
24116
24117
24118 \end_layout
24119
24120 \end_inset
24121 </cell>
24122 </row>
24123 <row>
24124 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24125 \begin_inset Text
24126
24127 \begin_layout Plain Layout
24128
24129 \backslash
24130 succeq
24131 \end_layout
24132
24133 \end_inset
24134 </cell>
24135 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24136 \begin_inset Text
24137
24138 \begin_layout Plain Layout
24139 \begin_inset Formula $\succeq$
24140 \end_inset
24141
24142
24143 \end_layout
24144
24145 \end_inset
24146 </cell>
24147 </row>
24148 <row>
24149 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24150 \begin_inset Text
24151
24152 \begin_layout Plain Layout
24153
24154 \backslash
24155 supset
24156 \end_layout
24157
24158 \end_inset
24159 </cell>
24160 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24161 \begin_inset Text
24162
24163 \begin_layout Plain Layout
24164 \begin_inset Formula $\supset$
24165 \end_inset
24166
24167
24168 \end_layout
24169
24170 \end_inset
24171 </cell>
24172 </row>
24173 <row>
24174 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24175 \begin_inset Text
24176
24177 \begin_layout Plain Layout
24178
24179 \backslash
24180 supseteq
24181 \end_layout
24182
24183 \end_inset
24184 </cell>
24185 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24186 \begin_inset Text
24187
24188 \begin_layout Plain Layout
24189 \begin_inset Formula $\supseteq$
24190 \end_inset
24191
24192
24193 \end_layout
24194
24195 \end_inset
24196 </cell>
24197 </row>
24198 <row>
24199 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24200 \begin_inset Text
24201
24202 \begin_layout Plain Layout
24203
24204 \backslash
24205 sqsupseteq
24206 \end_layout
24207
24208 \end_inset
24209 </cell>
24210 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24211 \begin_inset Text
24212
24213 \begin_layout Plain Layout
24214 \begin_inset Formula $\sqsupseteq$
24215 \end_inset
24216
24217
24218 \end_layout
24219
24220 \end_inset
24221 </cell>
24222 </row>
24223 <row>
24224 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24225 \begin_inset Text
24226
24227 \begin_layout Plain Layout
24228
24229 \backslash
24230 ni
24231 \end_layout
24232
24233 \end_inset
24234 </cell>
24235 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24236 \begin_inset Text
24237
24238 \begin_layout Plain Layout
24239 \begin_inset Formula $\ni$
24240 \end_inset
24241
24242
24243 \end_layout
24244
24245 \end_inset
24246 </cell>
24247 </row>
24248 <row>
24249 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24250 \begin_inset Text
24251
24252 \begin_layout Plain Layout
24253
24254 \backslash
24255 dashv
24256 \end_layout
24257
24258 \end_inset
24259 </cell>
24260 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24261 \begin_inset Text
24262
24263 \begin_layout Plain Layout
24264 \begin_inset Formula $\dashv$
24265 \end_inset
24266
24267
24268 \end_layout
24269
24270 \end_inset
24271 </cell>
24272 </row>
24273 <row>
24274 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24275 \begin_inset Text
24276
24277 \begin_layout Plain Layout
24278
24279 \backslash
24280 frown
24281 \end_layout
24282
24283 \end_inset
24284 </cell>
24285 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24286 \begin_inset Text
24287
24288 \begin_layout Plain Layout
24289 \begin_inset Formula $\frown$
24290 \end_inset
24291
24292
24293 \end_layout
24294
24295 \end_inset
24296 </cell>
24297 </row>
24298 <row>
24299 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24300 \begin_inset Text
24301
24302 \begin_layout Plain Layout
24303
24304 \backslash
24305 rhd
24306 \end_layout
24307
24308 \end_inset
24309 </cell>
24310 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24311 \begin_inset Text
24312
24313 \begin_layout Plain Layout
24314 \begin_inset Formula $\rhd$
24315 \end_inset
24316
24317
24318 \end_layout
24319
24320 \end_inset
24321 </cell>
24322 </row>
24323 <row>
24324 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24325 \begin_inset Text
24326
24327 \begin_layout Plain Layout
24328
24329 \backslash
24330 unrhd
24331 \end_layout
24332
24333 \end_inset
24334 </cell>
24335 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24336 \begin_inset Text
24337
24338 \begin_layout Plain Layout
24339 \begin_inset Formula $\unrhd$
24340 \end_inset
24341
24342
24343 \end_layout
24344
24345 \end_inset
24346 </cell>
24347 </row>
24348 <row>
24349 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24350 \begin_inset Text
24351
24352 \begin_layout Plain Layout
24353
24354 \backslash
24355 lessgtr
24356 \end_layout
24357
24358 \end_inset
24359 </cell>
24360 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24361 \begin_inset Text
24362
24363 \begin_layout Plain Layout
24364 \begin_inset Formula $\lessgtr$
24365 \end_inset
24366
24367
24368 \end_layout
24369
24370 \end_inset
24371 </cell>
24372 </row>
24373 <row>
24374 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24375 \begin_inset Text
24376
24377 \begin_layout Plain Layout
24378
24379 \backslash
24380 parallel
24381 \end_layout
24382
24383 \end_inset
24384 </cell>
24385 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24386 \begin_inset Text
24387
24388 \begin_layout Plain Layout
24389 \begin_inset Formula $\parallel$
24390 \end_inset
24391
24392
24393 \end_layout
24394
24395 \end_inset
24396 </cell>
24397 </row>
24398 <row>
24399 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24400 \begin_inset Text
24401
24402 \begin_layout Plain Layout
24403
24404 \backslash
24405 nparallel
24406 \end_layout
24407
24408 \end_inset
24409 </cell>
24410 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24411 \begin_inset Text
24412
24413 \begin_layout Plain Layout
24414 \begin_inset Formula $\nparallel$
24415 \end_inset
24416
24417
24418 \end_layout
24419
24420 \end_inset
24421 </cell>
24422 </row>
24423 </lyxtabular>
24424
24425 \end_inset
24426
24427
24428 \end_layout
24429
24430 \begin_layout Standard
24431 \begin_inset VSpace medskip
24432 \end_inset
24433
24434
24435 \series bold
24436
24437 \backslash
24438 lhd
24439 \series default
24440
24441 \series bold
24442
24443 \backslash
24444 rhd
24445 \series default
24446 の文字は,同じように見える演算子
24447 \series bold
24448
24449 \backslash
24450 triangleleft
24451 \series default
24452 および
24453 \series bold
24454
24455 \backslash
24456 triangleright
24457 \series default
24458 よりも大きくなっています.
24459 \end_layout
24460
24461 \begin_layout Standard
24462 \SpecialChar LyX
24463 は,特殊な関係子を多くサポートしています.これらの関係子一覧を見るには,ツールバーボタン
24464 \begin_inset Info
24465 type  "icon"
24466 arg   "math-insert \\leqq"
24467 \end_inset
24468
24469 をご覧ください.
24470 \end_layout
24471
24472 \begin_layout Standard
24473 関係子は,記号とは違って,つねに前後に余白が置かれます.
24474 \end_layout
24475
24476 \begin_layout Standard
24477
24478 \series bold
24479
24480 \backslash
24481 stackrel
24482 \series default
24483
24484 \begin_inset Index idx
24485 range none
24486 pageformat default
24487 status collapsed
24488
24489 \begin_layout Plain Layout
24490 こまんど@コマンド ! S ! 
24491 \backslash
24492 stackrel
24493 \end_layout
24494
24495 \end_inset
24496
24497 コマンドを使うと,以下のように,ラベル付きの関係子を作ることができます.
24498 \end_layout
24499
24500 \begin_layout Standard
24501 \align center
24502 \begin_inset Tabular
24503 <lyxtabular version="3" rows="2" columns="2">
24504 <features booktabs="true" tabularvalignment="middle">
24505 <column alignment="center" valignment="top" width="0pt">
24506 <column alignment="center" valignment="top">
24507 <row>
24508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24509 \begin_inset Text
24510
24511 \begin_layout Plain Layout
24512 コマンド
24513 \end_layout
24514
24515 \end_inset
24516 </cell>
24517 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24518 \begin_inset Text
24519
24520 \begin_layout Plain Layout
24521 出力
24522 \end_layout
24523
24524 \end_inset
24525 </cell>
24526 </row>
24527 <row topspace="1.5mm">
24528 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
24529 \begin_inset Text
24530
24531 \begin_layout Plain Layout
24532 A(r)
24533 \backslash
24534 stackrel
24535 \begin_inset space \textvisiblespace{}
24536 \end_inset
24537
24538 r
24539 \backslash
24540 to
24541 \backslash
24542 infty
24543 \begin_inset space \textvisiblespace{}
24544 \end_inset
24545
24546
24547 \begin_inset Formula $\downarrow$
24548 \end_inset
24549
24550
24551 \backslash
24552 approx
24553 \begin_inset space \textvisiblespace{}
24554 \end_inset
24555
24556
24557 \begin_inset space \textvisiblespace{}
24558 \end_inset
24559
24560 B
24561 \end_layout
24562
24563 \end_inset
24564 </cell>
24565 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24566 \begin_inset Text
24567
24568 \begin_layout Plain Layout
24569 \begin_inset Formula $A(r)\stackrel{r\to\infty}{\approx}B$
24570 \end_inset
24571
24572
24573 \end_layout
24574
24575 \end_inset
24576 </cell>
24577 </row>
24578 </lyxtabular>
24579
24580 \end_inset
24581
24582
24583 \end_layout
24584
24585 \begin_layout Section
24586 関数
24587 \end_layout
24588
24589 \begin_layout Subsection
24590 定義済み関数
24591 \begin_inset CommandInset label
24592 LatexCommand label
24593 name "subsec:定義済み函数"
24594
24595 \end_inset
24596
24597
24598 \begin_inset Index idx
24599 range none
24600 pageformat default
24601 status collapsed
24602
24603 \begin_layout Plain Layout
24604 かんすう@関数 ! ていぎずみ@定義済み
24605 \end_layout
24606
24607 \end_inset
24608
24609
24610 \end_layout
24611
24612 \begin_layout Standard
24613 一般的に,数式表現では変数は
24614 \shape italic
24615 イタリック体
24616 \shape default
24617 に設定されますが,関数名はイタリック体にしません.なぜなら,
24618 \begin_inset Formula $sin$
24619 \end_inset
24620
24621
24622 \begin_inset Formula $s\cdot i\cdot n$
24623 \end_inset
24624
24625 であるかのように誤解させる恐れがあるためです.そのために,定義済み関数が存在し,これらは先行する要素よりも少し離れて配置されます.定義済み関数は,関数名の前にバ
24626 ックスラッシュを加えたコマンドとして挿入します.
24627 \end_layout
24628
24629 \begin_layout Standard
24630 \align center
24631 \begin_inset Tabular
24632 <lyxtabular version="3" rows="2" columns="2">
24633 <features booktabs="true" tabularvalignment="middle">
24634 <column alignment="center" valignment="top" width="0pt">
24635 <column alignment="center" valignment="top" width="0pt">
24636 <row>
24637 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24638 \begin_inset Text
24639
24640 \begin_layout Plain Layout
24641 コマンド
24642 \end_layout
24643
24644 \end_inset
24645 </cell>
24646 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
24647 \begin_inset Text
24648
24649 \begin_layout Plain Layout
24650 出力
24651 \end_layout
24652
24653 \end_inset
24654 </cell>
24655 </row>
24656 <row>
24657 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
24658 \begin_inset Text
24659
24660 \begin_layout Plain Layout
24661 Asin(x)+B
24662 \end_layout
24663
24664 \end_inset
24665 </cell>
24666 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
24667 \begin_inset Text
24668
24669 \begin_layout Plain Layout
24670 \begin_inset Formula $Asin(x)+B$
24671 \end_inset
24672
24673
24674 \end_layout
24675
24676 \end_inset
24677 </cell>
24678 </row>
24679 </lyxtabular>
24680
24681 \end_inset
24682
24683
24684 \begin_inset space \quad{}
24685 \end_inset
24686
24687
24688 \begin_inset Tabular
24689 <lyxtabular version="3" rows="2" columns="2">
24690 <features booktabs="true" tabularvalignment="middle">
24691 <column alignment="center" valignment="top" width="0pt">
24692 <column alignment="center" valignment="top" width="0pt">
24693 <row>
24694 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24695 \begin_inset Text
24696
24697 \begin_layout Plain Layout
24698 コマンド
24699 \end_layout
24700
24701 \end_inset
24702 </cell>
24703 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
24704 \begin_inset Text
24705
24706 \begin_layout Plain Layout
24707 出力
24708 \end_layout
24709
24710 \end_inset
24711 </cell>
24712 </row>
24713 <row>
24714 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
24715 \begin_inset Text
24716
24717 \begin_layout Plain Layout
24718 A
24719 \backslash
24720 sin(x)+B
24721 \end_layout
24722
24723 \end_inset
24724 </cell>
24725 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
24726 \begin_inset Text
24727
24728 \begin_layout Plain Layout
24729 \begin_inset Formula $A\sin(x)+B$
24730 \end_inset
24731
24732
24733 \end_layout
24734
24735 \end_inset
24736 </cell>
24737 </row>
24738 </lyxtabular>
24739
24740 \end_inset
24741
24742
24743 \end_layout
24744
24745 \begin_layout Standard
24746 以下の関数が定義済みです.
24747 \end_layout
24748
24749 \begin_layout Standard
24750 \begin_inset VSpace -2mm
24751 \end_inset
24752
24753
24754 \end_layout
24755
24756 \begin_layout Standard
24757 \align center
24758 \begin_inset Tabular
24759 <lyxtabular version="3" rows="9" columns="4">
24760 <features booktabs="true" tabularvalignment="middle">
24761 <column alignment="center" valignment="top" width="0pt">
24762 <column alignment="center" valignment="top" width="0pt">
24763 <column alignment="center" valignment="top" width="0pt">
24764 <column alignment="center" valignment="top" width="0pt">
24765 <row>
24766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24767 \begin_inset Text
24768
24769 \begin_layout Plain Layout
24770 コマンド
24771 \end_layout
24772
24773 \end_inset
24774 </cell>
24775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24776 \begin_inset Text
24777
24778 \begin_layout Plain Layout
24779 コマンド
24780 \end_layout
24781
24782 \end_inset
24783 </cell>
24784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24785 \begin_inset Text
24786
24787 \begin_layout Plain Layout
24788 コマンド
24789 \end_layout
24790
24791 \end_inset
24792 </cell>
24793 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24794 \begin_inset Text
24795
24796 \begin_layout Plain Layout
24797 コマンド
24798 \end_layout
24799
24800 \end_inset
24801 </cell>
24802 </row>
24803 <row>
24804 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24805 \begin_inset Text
24806
24807 \begin_layout Plain Layout
24808
24809 \backslash
24810 sin
24811 \end_layout
24812
24813 \end_inset
24814 </cell>
24815 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24816 \begin_inset Text
24817
24818 \begin_layout Plain Layout
24819
24820 \backslash
24821 sinh
24822 \end_layout
24823
24824 \end_inset
24825 </cell>
24826 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24827 \begin_inset Text
24828
24829 \begin_layout Plain Layout
24830
24831 \backslash
24832 arcsin
24833 \end_layout
24834
24835 \end_inset
24836 </cell>
24837 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24838 \begin_inset Text
24839
24840 \begin_layout Plain Layout
24841
24842 \backslash
24843 sup
24844 \end_layout
24845
24846 \end_inset
24847 </cell>
24848 </row>
24849 <row>
24850 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24851 \begin_inset Text
24852
24853 \begin_layout Plain Layout
24854
24855 \backslash
24856 cos
24857 \end_layout
24858
24859 \end_inset
24860 </cell>
24861 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24862 \begin_inset Text
24863
24864 \begin_layout Plain Layout
24865
24866 \backslash
24867 cosh
24868 \end_layout
24869
24870 \end_inset
24871 </cell>
24872 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24873 \begin_inset Text
24874
24875 \begin_layout Plain Layout
24876
24877 \backslash
24878 arccos
24879 \end_layout
24880
24881 \end_inset
24882 </cell>
24883 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24884 \begin_inset Text
24885
24886 \begin_layout Plain Layout
24887
24888 \backslash
24889 inf
24890 \end_layout
24891
24892 \end_inset
24893 </cell>
24894 </row>
24895 <row>
24896 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24897 \begin_inset Text
24898
24899 \begin_layout Plain Layout
24900
24901 \backslash
24902 tan
24903 \end_layout
24904
24905 \end_inset
24906 </cell>
24907 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24908 \begin_inset Text
24909
24910 \begin_layout Plain Layout
24911
24912 \backslash
24913 tanh
24914 \end_layout
24915
24916 \end_inset
24917 </cell>
24918 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24919 \begin_inset Text
24920
24921 \begin_layout Plain Layout
24922
24923 \backslash
24924 arctan
24925 \end_layout
24926
24927 \end_inset
24928 </cell>
24929 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24930 \begin_inset Text
24931
24932 \begin_layout Plain Layout
24933
24934 \backslash
24935 lim
24936 \end_layout
24937
24938 \end_inset
24939 </cell>
24940 </row>
24941 <row>
24942 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24943 \begin_inset Text
24944
24945 \begin_layout Plain Layout
24946
24947 \backslash
24948 cot
24949 \end_layout
24950
24951 \end_inset
24952 </cell>
24953 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24954 \begin_inset Text
24955
24956 \begin_layout Plain Layout
24957
24958 \backslash
24959 coth
24960 \end_layout
24961
24962 \end_inset
24963 </cell>
24964 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24965 \begin_inset Text
24966
24967 \begin_layout Plain Layout
24968
24969 \backslash
24970 arg
24971 \end_layout
24972
24973 \end_inset
24974 </cell>
24975 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24976 \begin_inset Text
24977
24978 \begin_layout Plain Layout
24979
24980 \backslash
24981 liminf
24982 \end_layout
24983
24984 \end_inset
24985 </cell>
24986 </row>
24987 <row>
24988 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24989 \begin_inset Text
24990
24991 \begin_layout Plain Layout
24992
24993 \backslash
24994 sec
24995 \end_layout
24996
24997 \end_inset
24998 </cell>
24999 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25000 \begin_inset Text
25001
25002 \begin_layout Plain Layout
25003
25004 \backslash
25005 min
25006 \end_layout
25007
25008 \end_inset
25009 </cell>
25010 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25011 \begin_inset Text
25012
25013 \begin_layout Plain Layout
25014
25015 \backslash
25016 deg
25017 \end_layout
25018
25019 \end_inset
25020 </cell>
25021 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25022 \begin_inset Text
25023
25024 \begin_layout Plain Layout
25025
25026 \backslash
25027 limsup
25028 \end_layout
25029
25030 \end_inset
25031 </cell>
25032 </row>
25033 <row>
25034 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25035 \begin_inset Text
25036
25037 \begin_layout Plain Layout
25038
25039 \backslash
25040 csc
25041 \end_layout
25042
25043 \end_inset
25044 </cell>
25045 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25046 \begin_inset Text
25047
25048 \begin_layout Plain Layout
25049
25050 \backslash
25051 max
25052 \end_layout
25053
25054 \end_inset
25055 </cell>
25056 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25057 \begin_inset Text
25058
25059 \begin_layout Plain Layout
25060
25061 \backslash
25062 det
25063 \end_layout
25064
25065 \end_inset
25066 </cell>
25067 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25068 \begin_inset Text
25069
25070 \begin_layout Plain Layout
25071
25072 \backslash
25073 Pr
25074 \end_layout
25075
25076 \end_inset
25077 </cell>
25078 </row>
25079 <row>
25080 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25081 \begin_inset Text
25082
25083 \begin_layout Plain Layout
25084
25085 \backslash
25086 ln
25087 \end_layout
25088
25089 \end_inset
25090 </cell>
25091 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25092 \begin_inset Text
25093
25094 \begin_layout Plain Layout
25095
25096 \backslash
25097 exp
25098 \end_layout
25099
25100 \end_inset
25101 </cell>
25102 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25103 \begin_inset Text
25104
25105 \begin_layout Plain Layout
25106
25107 \backslash
25108 dim
25109 \end_layout
25110
25111 \end_inset
25112 </cell>
25113 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25114 \begin_inset Text
25115
25116 \begin_layout Plain Layout
25117
25118 \backslash
25119 hom
25120 \end_layout
25121
25122 \end_inset
25123 </cell>
25124 </row>
25125 <row>
25126 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25127 \begin_inset Text
25128
25129 \begin_layout Plain Layout
25130
25131 \backslash
25132 lg
25133 \end_layout
25134
25135 \end_inset
25136 </cell>
25137 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25138 \begin_inset Text
25139
25140 \begin_layout Plain Layout
25141
25142 \backslash
25143 log
25144 \end_layout
25145
25146 \end_inset
25147 </cell>
25148 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25149 \begin_inset Text
25150
25151 \begin_layout Plain Layout
25152
25153 \backslash
25154 ker
25155 \end_layout
25156
25157 \end_inset
25158 </cell>
25159 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25160 \begin_inset Text
25161
25162 \begin_layout Plain Layout
25163
25164 \backslash
25165 gcd
25166 \end_layout
25167
25168 \end_inset
25169 </cell>
25170 </row>
25171 </lyxtabular>
25172
25173 \end_inset
25174
25175
25176 \end_layout
25177
25178 \begin_layout Standard
25179 上記は,数式ツールバーボタンの
25180 \begin_inset Info
25181 type  "icon"
25182 arg   "math-insert \\functions"
25183 \end_inset
25184
25185 でも挿入することができます.
25186 \end_layout
25187
25188 \begin_layout Subsection
25189 自己定義関数
25190 \begin_inset Index idx
25191 range none
25192 pageformat default
25193 status collapsed
25194
25195 \begin_layout Plain Layout
25196 かんすう@関数 ! じこていぎ@自己定義
25197 \end_layout
25198
25199 \end_inset
25200
25201
25202 \end_layout
25203
25204 \begin_layout Standard
25205 たとえば符号関数sgn(x)のように,定義済みでない関数を使うには,二つの方法があります.
25206 \end_layout
25207
25208 \begin_layout Itemize
25209 以下の行を\SpecialChar LaTeX
25210 プリアンブルに加えることによって関数を定義します.
25211 \begin_inset Foot
25212 status collapsed
25213
25214 \begin_layout Plain Layout
25215
25216 \series bold
25217
25218 \backslash
25219 DeclareMathOperator
25220 \series default
25221 についての詳細は,第
25222 \begin_inset CommandInset ref
25223 LatexCommand ref
25224 reference "subsec:自己定義演算子"
25225
25226 \end_inset
25227
25228 節をご参照下さい.
25229 \end_layout
25230
25231 \end_inset
25232
25233
25234 \begin_inset Newline newline
25235 \end_inset
25236
25237
25238 \begin_inset VSpace -3mm
25239 \end_inset
25240
25241
25242 \begin_inset Newline newline
25243 \end_inset
25244
25245
25246 \series bold
25247
25248 \backslash
25249 DeclareMathOperator{
25250 \backslash
25251 sgn}{sgn}
25252 \series default
25253
25254 \begin_inset Index idx
25255 range none
25256 pageformat default
25257 status collapsed
25258
25259 \begin_layout Plain Layout
25260 こまんど@コマンド ! D ! 
25261 \backslash
25262 dbinom@
25263 \backslash
25264 DeclareMathOperator
25265 \end_layout
25266
25267 \end_inset
25268
25269
25270 \begin_inset Newline newline
25271 \end_inset
25272
25273
25274 \begin_inset VSpace -2mm
25275 \end_inset
25276
25277
25278 \begin_inset Newline newline
25279 \end_inset
25280
25281 これによって,新しく定義された関数を
25282 \series bold
25283
25284 \backslash
25285 sgn
25286 \series default
25287 コマンドで呼び出すことができるようになります.
25288 \end_layout
25289
25290 \begin_layout Itemize
25291 数式を普通に書き下し,関数名を選択して(上記の例では
25292 \emph on
25293 sgn
25294 \emph default
25295 の文字),それを数式テキストに変更します.最後に,空白を先行する要素と関数の間に入れます.
25296 \end_layout
25297
25298 \begin_layout Standard
25299 双方とも定義済み関数と同等の出力をもたらします
25300 \begin_inset Foot
25301 status collapsed
25302
25303 \begin_layout Plain Layout
25304 \SpecialChar LyX
25305 上では,自己定義関数は赤で表示され,定義済み関数は黒で表示されます.
25306 \end_layout
25307
25308 \end_inset
25309
25310
25311 \end_layout
25312
25313 \begin_layout Standard
25314 \align center
25315 \begin_inset Tabular
25316 <lyxtabular version="3" rows="3" columns="2">
25317 <features booktabs="true" tabularvalignment="middle">
25318 <column alignment="center" valignment="top" width="0pt">
25319 <column alignment="center" valignment="top" width="0pt">
25320 <row>
25321 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25322 \begin_inset Text
25323
25324 \begin_layout Plain Layout
25325 コマンド
25326 \end_layout
25327
25328 \end_inset
25329 </cell>
25330 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25331 \begin_inset Text
25332
25333 \begin_layout Plain Layout
25334 出力
25335 \end_layout
25336
25337 \end_inset
25338 </cell>
25339 </row>
25340 <row>
25341 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25342 \begin_inset Text
25343
25344 \begin_layout Plain Layout
25345 A
25346 \backslash
25347 sgn(x)+B
25348 \end_layout
25349
25350 \end_inset
25351 </cell>
25352 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25353 \begin_inset Text
25354
25355 \begin_layout Plain Layout
25356 \begin_inset Formula $A\sgn(x)+B$
25357 \end_inset
25358
25359
25360 \end_layout
25361
25362 \end_inset
25363 </cell>
25364 </row>
25365 <row>
25366 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25367 \begin_inset Text
25368
25369 \begin_layout Plain Layout
25370 A
25371 \backslash
25372 ,
25373 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt+M}\,\textrm{M}}$
25374 \end_inset
25375
25376 (x)+B
25377 \end_layout
25378
25379 \end_inset
25380 </cell>
25381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25382 \begin_inset Text
25383
25384 \begin_layout Plain Layout
25385 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
25386 \end_inset
25387
25388
25389 \end_layout
25390
25391 \end_inset
25392 </cell>
25393 </row>
25394 </lyxtabular>
25395
25396 \end_inset
25397
25398
25399 \end_layout
25400
25401 \begin_layout Standard
25402 自己定義関数を何回か使用する場合には,一番目の方法の方が適切です.
25403 \end_layout
25404
25405 \begin_layout Subsection
25406 極限
25407 \begin_inset Index idx
25408 range none
25409 pageformat default
25410 status collapsed
25411
25412 \begin_layout Plain Layout
25413 きょくげん@極限
25414 \end_layout
25415
25416 \end_inset
25417
25418
25419 \end_layout
25420
25421 \begin_layout Standard
25422 極限用には,
25423 \series bold
25424
25425 \backslash
25426 lim
25427 \series default
25428
25429 \begin_inset Index idx
25430 range none
25431 pageformat default
25432 status collapsed
25433
25434 \begin_layout Plain Layout
25435 こまんど@コマンド ! L ! 
25436 \backslash
25437 lim
25438 \end_layout
25439
25440 \end_inset
25441
25442
25443 \series bold
25444
25445 \backslash
25446 liminf
25447 \series default
25448
25449 \series bold
25450
25451 \backslash
25452 limsup
25453 \series default
25454 の他に,以下の関数があります.
25455 \end_layout
25456
25457 \begin_layout Standard
25458 \align center
25459 \begin_inset Tabular
25460 <lyxtabular version="3" rows="5" columns="2">
25461 <features booktabs="true" tabularvalignment="middle">
25462 <column alignment="center" valignment="top" width="0pt">
25463 <column alignment="center" valignment="top" width="0pt">
25464 <row>
25465 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25466 \begin_inset Text
25467
25468 \begin_layout Plain Layout
25469 コマンド
25470 \end_layout
25471
25472 \end_inset
25473 </cell>
25474 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25475 \begin_inset Text
25476
25477 \begin_layout Plain Layout
25478 出力
25479 \end_layout
25480
25481 \end_inset
25482 </cell>
25483 </row>
25484 <row>
25485 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25486 \begin_inset Text
25487
25488 \begin_layout Plain Layout
25489
25490 \backslash
25491 varliminf
25492 \end_layout
25493
25494 \end_inset
25495 </cell>
25496 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25497 \begin_inset Text
25498
25499 \begin_layout Plain Layout
25500 \begin_inset Formula $\varliminf$
25501 \end_inset
25502
25503
25504 \end_layout
25505
25506 \end_inset
25507 </cell>
25508 </row>
25509 <row topspace="1.5mm">
25510 <cell alignment="center" valignment="top" usebox="none">
25511 \begin_inset Text
25512
25513 \begin_layout Plain Layout
25514
25515 \backslash
25516 varlimsup
25517 \end_layout
25518
25519 \end_inset
25520 </cell>
25521 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25522 \begin_inset Text
25523
25524 \begin_layout Plain Layout
25525 \begin_inset Formula $\varlimsup$
25526 \end_inset
25527
25528
25529 \end_layout
25530
25531 \end_inset
25532 </cell>
25533 </row>
25534 <row topspace="1.5mm">
25535 <cell alignment="center" valignment="top" usebox="none">
25536 \begin_inset Text
25537
25538 \begin_layout Plain Layout
25539
25540 \backslash
25541 varprojlim
25542 \end_layout
25543
25544 \end_inset
25545 </cell>
25546 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25547 \begin_inset Text
25548
25549 \begin_layout Plain Layout
25550 \begin_inset Formula $\varprojlim$
25551 \end_inset
25552
25553
25554 \end_layout
25555
25556 \end_inset
25557 </cell>
25558 </row>
25559 <row topspace="1.5mm" bottomspace="1mm">
25560 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
25561 \begin_inset Text
25562
25563 \begin_layout Plain Layout
25564
25565 \backslash
25566 varinjlim
25567 \end_layout
25568
25569 \end_inset
25570 </cell>
25571 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25572 \begin_inset Text
25573
25574 \begin_layout Plain Layout
25575 \begin_inset Formula $\varinjlim$
25576 \end_inset
25577
25578
25579 \end_layout
25580
25581 \end_inset
25582 </cell>
25583 </row>
25584 </lyxtabular>
25585
25586 \end_inset
25587
25588
25589 \end_layout
25590
25591 \begin_layout Standard
25592 \begin_inset VSpace medskip
25593 \end_inset
25594
25595 極限は,下付き文字を挿入することによって示されます.行内数式では,極限は,以下のように関数の横に置かれます.
25596 \end_layout
25597
25598 \begin_layout Standard
25599 \align center
25600 \begin_inset Tabular
25601 <lyxtabular version="3" rows="2" columns="2">
25602 <features booktabs="true" tabularvalignment="middle">
25603 <column alignment="center" valignment="top" width="0pt">
25604 <column alignment="center" valignment="top" width="0pt">
25605 <row>
25606 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
25607 \begin_inset Text
25608
25609 \begin_layout Plain Layout
25610 コマンド
25611 \end_layout
25612
25613 \end_inset
25614 </cell>
25615 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
25616 \begin_inset Text
25617
25618 \begin_layout Plain Layout
25619 出力
25620 \end_layout
25621
25622 \end_inset
25623 </cell>
25624 </row>
25625 <row>
25626 <cell alignment="center" valignment="top" usebox="none">
25627 \begin_inset Text
25628
25629 \begin_layout Plain Layout
25630
25631 \backslash
25632 lim_x
25633 \backslash
25634 to
25635 \begin_inset space \textvisiblespace{}
25636 \end_inset
25637
25638 A
25639 \begin_inset space \textvisiblespace{}
25640 \end_inset
25641
25642 x=B
25643 \end_layout
25644
25645 \end_inset
25646 </cell>
25647 <cell alignment="center" valignment="top" usebox="none">
25648 \begin_inset Text
25649
25650 \begin_layout Plain Layout
25651 \begin_inset Formula $\lim_{x\to A}x=B$
25652 \end_inset
25653
25654
25655 \end_layout
25656
25657 \end_inset
25658 </cell>
25659 </row>
25660 </lyxtabular>
25661
25662 \end_inset
25663
25664
25665 \end_layout
25666
25667 \begin_layout Standard
25668 別行立て数式では,極限は,以下のように通常どおり下に置かれます.
25669 \begin_inset Formula 
25670 \[
25671 \lim_{x\to A}x=B
25672 \]
25673
25674 \end_inset
25675
25676
25677 \end_layout
25678
25679 \begin_layout Standard
25680 \begin_inset VSpace medskip
25681 \end_inset
25682
25683
25684 \end_layout
25685
25686 \begin_layout Standard
25687 極限の組版を調整する仕方については,第
25688 \begin_inset CommandInset ref
25689 LatexCommand ref
25690 reference "subsec:演算子の範囲"
25691
25692 \end_inset
25693
25694 節をご覧ください.
25695 \end_layout
25696
25697 \begin_layout Subsection
25698 剰余関数
25699 \begin_inset Index idx
25700 range none
25701 pageformat default
25702 status collapsed
25703
25704 \begin_layout Plain Layout
25705 かんすう@関数 ! じょうよ@剰余
25706 \end_layout
25707
25708 \end_inset
25709
25710
25711 \begin_inset Index idx
25712 range none
25713 pageformat default
25714 status collapsed
25715
25716 \begin_layout Plain Layout
25717 かんすう@関数 ! もじゅらす@モジュラス
25718 \begin_inset ERT
25719 status collapsed
25720
25721 \begin_layout Plain Layout
25722
25723 |see{
25724 \end_layout
25725
25726 \end_inset
25727
25728 剰余
25729 \begin_inset ERT
25730 status collapsed
25731
25732 \begin_layout Plain Layout
25733
25734 }
25735 \end_layout
25736
25737 \end_inset
25738
25739
25740 \end_layout
25741
25742 \end_inset
25743
25744
25745 \end_layout
25746
25747 \begin_layout Standard
25748 剰余関数は,特別に4つの派生型があります.
25749 \end_layout
25750
25751 \begin_layout Standard
25752 以下は,別行立て数式での派生型です.
25753 \begin_inset Formula 
25754 \begin{align*}
25755 \underline{\textrm{コマンド}\raisebox{-0.9mm}{}} &  & \underline{\textrm{出力}}\\
25756 \mathrm{a\backslash mod\textrm{␣}b} &  & a\mod b\\
25757 \mathrm{a\backslash pmod\textrm{␣}b} &  & a\pmod b\\
25758 \mathrm{a\backslash bmod\textrm{␣}b} &  & a\bmod b\\
25759 \mathrm{a\backslash pod\textrm{␣}b} &  & a\pod b
25760 \end{align*}
25761
25762 \end_inset
25763
25764
25765 \end_layout
25766
25767 \begin_layout Standard
25768 行内数式では,すべての派生型で,関数名の前の余白がすこし小さく設定されます.既定では,剰余関数は,続く一文字目だけを考慮します.二文字以上を使いたい時には,下記
25769 のように文字を\SpecialChar TeX
25770 括弧で囲みます.
25771 \begin_inset Formula 
25772 \begin{align*}
25773 \underline{\textrm{コマンド}\raisebox{-0.9mm}{}} &  & \underline{\textrm{出力}}\\
25774 \mathrm{a\backslash pod\textrm{␣}bcd} &  & a\pod bcd\\
25775 \mathrm{a\backslash pod\backslash\{bc\backslash\}d} &  & a\pod{bc}d
25776 \end{align*}
25777
25778 \end_inset
25779
25780
25781 \end_layout
25782
25783 \begin_layout Section
25784 特殊文字
25785 \begin_inset Index idx
25786 range none
25787 pageformat default
25788 status collapsed
25789
25790 \begin_layout Plain Layout
25791 とくしゅもじ@特殊文字
25792 \end_layout
25793
25794 \end_inset
25795
25796
25797 \end_layout
25798
25799 \begin_layout Standard
25800 ^および_の各文字は,通常,上付き文字や下付き文字を生成してしまいます.これらの文字自体を得るには,その前に
25801 \backslash
25802 を付けなくてはなりません.
25803 \end_layout
25804
25805 \begin_layout Standard
25806 \noindent
25807 \align center
25808 \begin_inset Tabular
25809 <lyxtabular version="3" rows="3" columns="2">
25810 <features booktabs="true" tabularvalignment="middle">
25811 <column alignment="left" valignment="top" width="0pt">
25812 <column alignment="block" valignment="top">
25813 <row>
25814 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25815 \begin_inset Text
25816
25817 \begin_layout Plain Layout
25818 コマンド
25819 \end_layout
25820
25821 \end_inset
25822 </cell>
25823 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25824 \begin_inset Text
25825
25826 \begin_layout Plain Layout
25827 出力
25828 \end_layout
25829
25830 \end_inset
25831 </cell>
25832 </row>
25833 <row>
25834 <cell alignment="left" valignment="top" leftline="true" usebox="none">
25835 \begin_inset Text
25836
25837 \begin_layout Plain Layout
25838
25839 \backslash
25840 ^
25841 \begin_inset space \textvisiblespace{}
25842 \end_inset
25843
25844
25845 \end_layout
25846
25847 \end_inset
25848 </cell>
25849 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25850 \begin_inset Text
25851
25852 \begin_layout Plain Layout
25853 \begin_inset Formula $\mathcircumflex$
25854 \end_inset
25855
25856
25857 \end_layout
25858
25859 \end_inset
25860 </cell>
25861 </row>
25862 <row>
25863 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
25864 \begin_inset Text
25865
25866 \begin_layout Plain Layout
25867
25868 \backslash
25869 _
25870 \end_layout
25871
25872 \end_inset
25873 </cell>
25874 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25875 \begin_inset Text
25876
25877 \begin_layout Plain Layout
25878 \begin_inset Formula $\_$
25879 \end_inset
25880
25881
25882 \end_layout
25883
25884 \end_inset
25885 </cell>
25886 </row>
25887 </lyxtabular>
25888
25889 \end_inset
25890
25891
25892 \end_layout
25893
25894 \begin_layout Subsection
25895 数式テキストにおける特殊文字
25896 \end_layout
25897
25898 \begin_layout Standard
25899 以下の各コマンドは,数式テキストか\SpecialChar TeX
25900 モード中でのみ使用することができます.
25901 \end_layout
25902
25903 \begin_layout Standard
25904 \begin_inset space \hfill{}
25905 \end_inset
25906
25907
25908 \begin_inset Tabular
25909 <lyxtabular version="3" rows="8" columns="2">
25910 <features booktabs="true" tabularvalignment="middle">
25911 <column alignment="left" valignment="top" width="0pt">
25912 <column alignment="block" valignment="top">
25913 <row>
25914 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25915 \begin_inset Text
25916
25917 \begin_layout Plain Layout
25918 コマンド
25919 \end_layout
25920
25921 \end_inset
25922 </cell>
25923 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25924 \begin_inset Text
25925
25926 \begin_layout Plain Layout
25927 出力
25928 \end_layout
25929
25930 \end_inset
25931 </cell>
25932 </row>
25933 <row>
25934 <cell alignment="left" valignment="top" leftline="true" usebox="none">
25935 \begin_inset Text
25936
25937 \begin_layout Plain Layout
25938
25939 \backslash
25940 oe
25941 \end_layout
25942
25943 \end_inset
25944 </cell>
25945 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25946 \begin_inset Text
25947
25948 \begin_layout Plain Layout
25949 \begin_inset Formula $\textrm{œ}$
25950 \end_inset
25951
25952
25953 \end_layout
25954
25955 \end_inset
25956 </cell>
25957 </row>
25958 <row>
25959 <cell alignment="left" valignment="top" leftline="true" usebox="none">
25960 \begin_inset Text
25961
25962 \begin_layout Plain Layout
25963
25964 \backslash
25965 OE
25966 \end_layout
25967
25968 \end_inset
25969 </cell>
25970 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25971 \begin_inset Text
25972
25973 \begin_layout Plain Layout
25974 \begin_inset Formula $\textrm{Œ}$
25975 \end_inset
25976
25977
25978 \end_layout
25979
25980 \end_inset
25981 </cell>
25982 </row>
25983 <row>
25984 <cell alignment="left" valignment="top" leftline="true" usebox="none">
25985 \begin_inset Text
25986
25987 \begin_layout Plain Layout
25988
25989 \backslash
25990 ae
25991 \end_layout
25992
25993 \end_inset
25994 </cell>
25995 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25996 \begin_inset Text
25997
25998 \begin_layout Plain Layout
25999 \begin_inset Formula $\textrm{æ}$
26000 \end_inset
26001
26002
26003 \end_layout
26004
26005 \end_inset
26006 </cell>
26007 </row>
26008 <row>
26009 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26010 \begin_inset Text
26011
26012 \begin_layout Plain Layout
26013
26014 \backslash
26015 AE
26016 \end_layout
26017
26018 \end_inset
26019 </cell>
26020 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26021 \begin_inset Text
26022
26023 \begin_layout Plain Layout
26024 \begin_inset Formula $\textrm{Æ}$
26025 \end_inset
26026
26027
26028 \end_layout
26029
26030 \end_inset
26031 </cell>
26032 </row>
26033 <row>
26034 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26035 \begin_inset Text
26036
26037 \begin_layout Plain Layout
26038
26039 \backslash
26040 aa
26041 \end_layout
26042
26043 \end_inset
26044 </cell>
26045 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26046 \begin_inset Text
26047
26048 \begin_layout Plain Layout
26049 \begin_inset Formula $\textrm{å}$
26050 \end_inset
26051
26052
26053 \end_layout
26054
26055 \end_inset
26056 </cell>
26057 </row>
26058 <row>
26059 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26060 \begin_inset Text
26061
26062 \begin_layout Plain Layout
26063
26064 \backslash
26065 AA
26066 \end_layout
26067
26068 \end_inset
26069 </cell>
26070 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26071 \begin_inset Text
26072
26073 \begin_layout Plain Layout
26074 \begin_inset Formula $\textrm{Å}$
26075 \end_inset
26076
26077
26078 \end_layout
26079
26080 \end_inset
26081 </cell>
26082 </row>
26083 <row>
26084 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
26085 \begin_inset Text
26086
26087 \begin_layout Plain Layout
26088
26089 \backslash
26090 i
26091 \end_layout
26092
26093 \end_inset
26094 </cell>
26095 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26096 \begin_inset Text
26097
26098 \begin_layout Plain Layout
26099 \begin_inset Formula $\textrm{ı}$
26100 \end_inset
26101
26102
26103 \end_layout
26104
26105 \end_inset
26106 </cell>
26107 </row>
26108 </lyxtabular>
26109
26110 \end_inset
26111
26112
26113 \begin_inset space \hfill{}
26114 \end_inset
26115
26116
26117 \begin_inset Tabular
26118 <lyxtabular version="3" rows="8" columns="2">
26119 <features booktabs="true" tabularvalignment="middle">
26120 <column alignment="left" valignment="top" width="0pt">
26121 <column alignment="center" valignment="top">
26122 <row>
26123 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26124 \begin_inset Text
26125
26126 \begin_layout Plain Layout
26127 コマンド
26128 \begin_inset Note Note
26129 status collapsed
26130
26131 \begin_layout Plain Layout
26132 0
26133 \begin_inset space \thinspace{}
26134 \end_inset
26135
26136 mm空白を分離用に使っているのは,そうしないと出力が¡や¿になってしまうためです.
26137 \end_layout
26138
26139 \end_inset
26140
26141
26142 \end_layout
26143
26144 \end_inset
26145 </cell>
26146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26147 \begin_inset Text
26148
26149 \begin_layout Plain Layout
26150 出力
26151 \end_layout
26152
26153 \end_inset
26154 </cell>
26155 </row>
26156 <row>
26157 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26158 \begin_inset Text
26159
26160 \begin_layout Plain Layout
26161
26162 \backslash
26163 o
26164 \end_layout
26165
26166 \end_inset
26167 </cell>
26168 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26169 \begin_inset Text
26170
26171 \begin_layout Plain Layout
26172 \begin_inset Formula $\textrm{ø}$
26173 \end_inset
26174
26175
26176 \end_layout
26177
26178 \end_inset
26179 </cell>
26180 </row>
26181 <row>
26182 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26183 \begin_inset Text
26184
26185 \begin_layout Plain Layout
26186
26187 \backslash
26188 O
26189 \end_layout
26190
26191 \end_inset
26192 </cell>
26193 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26194 \begin_inset Text
26195
26196 \begin_layout Plain Layout
26197 \begin_inset Formula $\textrm{Ø}$
26198 \end_inset
26199
26200
26201 \end_layout
26202
26203 \end_inset
26204 </cell>
26205 </row>
26206 <row>
26207 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26208 \begin_inset Text
26209
26210 \begin_layout Plain Layout
26211
26212 \backslash
26213 l
26214 \end_layout
26215
26216 \end_inset
26217 </cell>
26218 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26219 \begin_inset Text
26220
26221 \begin_layout Plain Layout
26222 \begin_inset Formula $\textrm{ł}$
26223 \end_inset
26224
26225
26226 \end_layout
26227
26228 \end_inset
26229 </cell>
26230 </row>
26231 <row>
26232 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26233 \begin_inset Text
26234
26235 \begin_layout Plain Layout
26236
26237 \backslash
26238 L
26239 \end_layout
26240
26241 \end_inset
26242 </cell>
26243 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26244 \begin_inset Text
26245
26246 \begin_layout Plain Layout
26247 \begin_inset Formula $\textrm{Ł}$
26248 \end_inset
26249
26250
26251 \end_layout
26252
26253 \end_inset
26254 </cell>
26255 </row>
26256 <row>
26257 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26258 \begin_inset Text
26259
26260 \begin_layout Plain Layout
26261 !
26262 \begin_inset space \hspace{}
26263 \length 0mm
26264 \end_inset
26265
26266 `
26267 \begin_inset space \textvisiblespace{}
26268 \end_inset
26269
26270
26271 \end_layout
26272
26273 \end_inset
26274 </cell>
26275 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26276 \begin_inset Text
26277
26278 \begin_layout Plain Layout
26279 \begin_inset Formula $\textrm{!`}$
26280 \end_inset
26281
26282
26283 \end_layout
26284
26285 \end_inset
26286 </cell>
26287 </row>
26288 <row>
26289 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26290 \begin_inset Text
26291
26292 \begin_layout Plain Layout
26293 ?
26294 \begin_inset space \hspace{}
26295 \length 0mm
26296 \end_inset
26297
26298 `
26299 \begin_inset space \textvisiblespace{}
26300 \end_inset
26301
26302
26303 \end_layout
26304
26305 \end_inset
26306 </cell>
26307 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26308 \begin_inset Text
26309
26310 \begin_layout Plain Layout
26311 \begin_inset Formula $\textrm{?`}$
26312 \end_inset
26313
26314
26315 \end_layout
26316
26317 \end_inset
26318 </cell>
26319 </row>
26320 <row>
26321 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
26322 \begin_inset Text
26323
26324 \begin_layout Plain Layout
26325
26326 \backslash
26327 j
26328 \end_layout
26329
26330 \end_inset
26331 </cell>
26332 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26333 \begin_inset Text
26334
26335 \begin_layout Plain Layout
26336 \begin_inset Formula $\textrm{ȷ}$
26337 \end_inset
26338
26339
26340 \end_layout
26341
26342 \end_inset
26343 </cell>
26344 </row>
26345 </lyxtabular>
26346
26347 \end_inset
26348
26349
26350 \begin_inset space \hfill{}
26351 \end_inset
26352
26353
26354 \end_layout
26355
26356 \begin_layout Standard
26357 \begin_inset Formula $\textrm{\textrm{Å}}$
26358 \end_inset
26359
26360
26361 \begin_inset Formula $\textrm{\textrm{Ø}}$
26362 \end_inset
26363
26364 の各文字は,数式ツールバーボタンの
26365 \begin_inset Info
26366 type  "icon"
26367 arg   "math-insert \\digamma"
26368 \end_inset
26369
26370 からも挿入することができます.
26371 \end_layout
26372
26373 \begin_layout Standard
26374 例外は,
26375 \series bold
26376 !
26377 \begin_inset space \hspace{}
26378 \length 0mm
26379 \end_inset
26380
26381 `
26382 \series default
26383
26384 \series bold
26385 ?
26386 \begin_inset space \hspace{}
26387 \length 0mm
26388 \end_inset
26389
26390 `
26391 \series default
26392 の各コマンドで,これらは直接\SpecialChar LyX
26393 中の本文に入れることができます.
26394 \end_layout
26395
26396 \begin_layout Subsection
26397 文章中のアクセント
26398 \begin_inset CommandInset label
26399 LatexCommand label
26400 name "subsec:文章中のアクセント"
26401
26402 \end_inset
26403
26404
26405 \begin_inset Index idx
26406 range none
26407 pageformat default
26408 status collapsed
26409
26410 \begin_layout Plain Layout
26411 あくせんと@アクセント ! ぶんしょうちゅうの@文章中の
26412 \end_layout
26413
26414 \end_inset
26415
26416
26417 \end_layout
26418
26419 \begin_layout Standard
26420 以下に挙げる各コマンドを使えば,すべての文字にアクセントを付けることができます.これらのコマンドは,\SpecialChar TeX
26421 モードで入れなくてはなりません.
26422 \end_layout
26423
26424 \begin_layout Standard
26425 \begin_inset space \hfill{}
26426 \end_inset
26427
26428
26429 \begin_inset Tabular
26430 <lyxtabular version="3" rows="8" columns="2">
26431 <features booktabs="true" tabularvalignment="middle">
26432 <column alignment="left" valignment="top" width="0pt">
26433 <column alignment="block" valignment="top">
26434 <row>
26435 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26436 \begin_inset Text
26437
26438 \begin_layout Plain Layout
26439 コマンド
26440 \end_layout
26441
26442 \end_inset
26443 </cell>
26444 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26445 \begin_inset Text
26446
26447 \begin_layout Plain Layout
26448 出力
26449 \end_layout
26450
26451 \end_inset
26452 </cell>
26453 </row>
26454 <row>
26455 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26456 \begin_inset Text
26457
26458 \begin_layout Plain Layout
26459
26460 \backslash
26461
26462 \begin_inset Quotes grd
26463 \end_inset
26464
26465 e
26466 \end_layout
26467
26468 \end_inset
26469 </cell>
26470 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26471 \begin_inset Text
26472
26473 \begin_layout Plain Layout
26474 \begin_inset ERT
26475 status collapsed
26476
26477 \begin_layout Plain Layout
26478
26479
26480 \backslash
26481 "e
26482 \end_layout
26483
26484 \end_inset
26485
26486
26487 \end_layout
26488
26489 \end_inset
26490 </cell>
26491 </row>
26492 <row>
26493 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26494 \begin_inset Text
26495
26496 \begin_layout Plain Layout
26497
26498 \backslash
26499 `e
26500 \end_layout
26501
26502 \end_inset
26503 </cell>
26504 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26505 \begin_inset Text
26506
26507 \begin_layout Plain Layout
26508 \begin_inset ERT
26509 status collapsed
26510
26511 \begin_layout Plain Layout
26512
26513
26514 \backslash
26515 `e
26516 \end_layout
26517
26518 \end_inset
26519
26520
26521 \end_layout
26522
26523 \end_inset
26524 </cell>
26525 </row>
26526 <row>
26527 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26528 \begin_inset Text
26529
26530 \begin_layout Plain Layout
26531
26532 \backslash
26533 ^
26534 \begin_inset space \textvisiblespace{}
26535 \end_inset
26536
26537 e
26538 \end_layout
26539
26540 \end_inset
26541 </cell>
26542 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26543 \begin_inset Text
26544
26545 \begin_layout Plain Layout
26546 \begin_inset ERT
26547 status collapsed
26548
26549 \begin_layout Plain Layout
26550
26551
26552 \backslash
26553 ^e
26554 \end_layout
26555
26556 \end_inset
26557
26558
26559 \end_layout
26560
26561 \end_inset
26562 </cell>
26563 </row>
26564 <row>
26565 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26566 \begin_inset Text
26567
26568 \begin_layout Plain Layout
26569
26570 \backslash
26571 =e
26572 \end_layout
26573
26574 \end_inset
26575 </cell>
26576 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26577 \begin_inset Text
26578
26579 \begin_layout Plain Layout
26580 \begin_inset ERT
26581 status collapsed
26582
26583 \begin_layout Plain Layout
26584
26585
26586 \backslash
26587 =e
26588 \end_layout
26589
26590 \end_inset
26591
26592
26593 \end_layout
26594
26595 \end_inset
26596 </cell>
26597 </row>
26598 <row>
26599 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26600 \begin_inset Text
26601
26602 \begin_layout Plain Layout
26603
26604 \backslash
26605 u
26606 \begin_inset space \textvisiblespace{}
26607 \end_inset
26608
26609 e
26610 \end_layout
26611
26612 \end_inset
26613 </cell>
26614 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26615 \begin_inset Text
26616
26617 \begin_layout Plain Layout
26618 \begin_inset ERT
26619 status collapsed
26620
26621 \begin_layout Plain Layout
26622
26623
26624 \backslash
26625 u e
26626 \end_layout
26627
26628 \end_inset
26629
26630
26631 \end_layout
26632
26633 \end_inset
26634 </cell>
26635 </row>
26636 <row>
26637 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26638 \begin_inset Text
26639
26640 \begin_layout Plain Layout
26641
26642 \backslash
26643 b
26644 \begin_inset space \textvisiblespace{}
26645 \end_inset
26646
26647 e
26648 \end_layout
26649
26650 \end_inset
26651 </cell>
26652 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26653 \begin_inset Text
26654
26655 \begin_layout Plain Layout
26656 \begin_inset ERT
26657 status collapsed
26658
26659 \begin_layout Plain Layout
26660
26661
26662 \backslash
26663 b e
26664 \end_layout
26665
26666 \end_inset
26667
26668
26669 \end_layout
26670
26671 \end_inset
26672 </cell>
26673 </row>
26674 <row>
26675 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
26676 \begin_inset Text
26677
26678 \begin_layout Plain Layout
26679
26680 \backslash
26681 t
26682 \begin_inset space \textvisiblespace{}
26683 \end_inset
26684
26685 ee
26686 \end_layout
26687
26688 \end_inset
26689 </cell>
26690 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26691 \begin_inset Text
26692
26693 \begin_layout Plain Layout
26694 \begin_inset ERT
26695 status collapsed
26696
26697 \begin_layout Plain Layout
26698
26699
26700 \backslash
26701 t ee
26702 \end_layout
26703
26704 \end_inset
26705
26706
26707 \end_layout
26708
26709 \end_inset
26710 </cell>
26711 </row>
26712 </lyxtabular>
26713
26714 \end_inset
26715
26716
26717 \begin_inset space \hfill{}
26718 \end_inset
26719
26720
26721 \begin_inset Tabular
26722 <lyxtabular version="3" rows="8" columns="2">
26723 <features booktabs="true" tabularvalignment="middle">
26724 <column alignment="left" valignment="top" width="0pt">
26725 <column alignment="center" valignment="top">
26726 <row>
26727 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26728 \begin_inset Text
26729
26730 \begin_layout Plain Layout
26731 コマンド
26732 \end_layout
26733
26734 \end_inset
26735 </cell>
26736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26737 \begin_inset Text
26738
26739 \begin_layout Plain Layout
26740 出力
26741 \end_layout
26742
26743 \end_inset
26744 </cell>
26745 </row>
26746 <row>
26747 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26748 \begin_inset Text
26749
26750 \begin_layout Plain Layout
26751
26752 \backslash
26753 H
26754 \begin_inset space \textvisiblespace{}
26755 \end_inset
26756
26757 e
26758 \end_layout
26759
26760 \end_inset
26761 </cell>
26762 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26763 \begin_inset Text
26764
26765 \begin_layout Plain Layout
26766 \begin_inset ERT
26767 status collapsed
26768
26769 \begin_layout Plain Layout
26770
26771
26772 \backslash
26773 H e
26774 \end_layout
26775
26776 \end_inset
26777
26778
26779 \end_layout
26780
26781 \end_inset
26782 </cell>
26783 </row>
26784 <row>
26785 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26786 \begin_inset Text
26787
26788 \begin_layout Plain Layout
26789
26790 \backslash
26791 'e
26792 \end_layout
26793
26794 \end_inset
26795 </cell>
26796 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26797 \begin_inset Text
26798
26799 \begin_layout Plain Layout
26800 \begin_inset ERT
26801 status collapsed
26802
26803 \begin_layout Plain Layout
26804
26805
26806 \backslash
26807 'e
26808 \end_layout
26809
26810 \end_inset
26811
26812
26813 \end_layout
26814
26815 \end_inset
26816 </cell>
26817 </row>
26818 <row>
26819 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26820 \begin_inset Text
26821
26822 \begin_layout Plain Layout
26823
26824 \backslash
26825 ~e
26826 \begin_inset Index idx
26827 range none
26828 pageformat default
26829 status collapsed
26830
26831 \begin_layout Plain Layout
26832 ちるだ@チルダ
26833 \end_layout
26834
26835 \end_inset
26836
26837
26838 \end_layout
26839
26840 \end_inset
26841 </cell>
26842 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26843 \begin_inset Text
26844
26845 \begin_layout Plain Layout
26846 \begin_inset ERT
26847 status collapsed
26848
26849 \begin_layout Plain Layout
26850
26851
26852 \backslash
26853 ~e
26854 \end_layout
26855
26856 \end_inset
26857
26858
26859 \end_layout
26860
26861 \end_inset
26862 </cell>
26863 </row>
26864 <row>
26865 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26866 \begin_inset Text
26867
26868 \begin_layout Plain Layout
26869
26870 \backslash
26871 .e
26872 \end_layout
26873
26874 \end_inset
26875 </cell>
26876 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26877 \begin_inset Text
26878
26879 \begin_layout Plain Layout
26880 \begin_inset ERT
26881 status collapsed
26882
26883 \begin_layout Plain Layout
26884
26885
26886 \backslash
26887 .e
26888 \end_layout
26889
26890 \end_inset
26891
26892
26893 \end_layout
26894
26895 \end_inset
26896 </cell>
26897 </row>
26898 <row>
26899 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26900 \begin_inset Text
26901
26902 \begin_layout Plain Layout
26903
26904 \backslash
26905 v
26906 \begin_inset space \textvisiblespace{}
26907 \end_inset
26908
26909 e
26910 \end_layout
26911
26912 \end_inset
26913 </cell>
26914 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26915 \begin_inset Text
26916
26917 \begin_layout Plain Layout
26918 \begin_inset ERT
26919 status collapsed
26920
26921 \begin_layout Plain Layout
26922
26923
26924 \backslash
26925 v e
26926 \end_layout
26927
26928 \end_inset
26929
26930
26931 \end_layout
26932
26933 \end_inset
26934 </cell>
26935 </row>
26936 <row>
26937 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26938 \begin_inset Text
26939
26940 \begin_layout Plain Layout
26941
26942 \backslash
26943 d
26944 \begin_inset space \textvisiblespace{}
26945 \end_inset
26946
26947 e
26948 \end_layout
26949
26950 \end_inset
26951 </cell>
26952 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26953 \begin_inset Text
26954
26955 \begin_layout Plain Layout
26956 \begin_inset ERT
26957 status collapsed
26958
26959 \begin_layout Plain Layout
26960
26961
26962 \backslash
26963 d e
26964 \end_layout
26965
26966 \end_inset
26967
26968
26969 \end_layout
26970
26971 \end_inset
26972 </cell>
26973 </row>
26974 <row>
26975 <cell alignment="left" valignment="top" leftline="true" usebox="none">
26976 \begin_inset Text
26977
26978 \begin_layout Plain Layout
26979
26980 \backslash
26981 c
26982 \begin_inset space \textvisiblespace{}
26983 \end_inset
26984
26985 e
26986 \end_layout
26987
26988 \end_inset
26989 </cell>
26990 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26991 \begin_inset Text
26992
26993 \begin_layout Plain Layout
26994 \begin_inset ERT
26995 status collapsed
26996
26997 \begin_layout Plain Layout
26998
26999
27000 \backslash
27001 c e
27002 \end_layout
27003
27004 \end_inset
27005
27006
27007 \end_layout
27008
27009 \end_inset
27010 </cell>
27011 </row>
27012 </lyxtabular>
27013
27014 \end_inset
27015
27016
27017 \begin_inset space \hfill{}
27018 \end_inset
27019
27020
27021 \end_layout
27022
27023 \begin_layout Standard
27024 \begin_inset VSpace medskip
27025 \end_inset
27026
27027
27028 \series bold
27029
27030 \backslash
27031 t
27032 \series default
27033 コマンドは異なる二つの文字にアクセントを付けることもできます.たとえば,コマンド
27034 \series bold
27035
27036 \backslash
27037 t
27038 \begin_inset space \textvisiblespace{}
27039 \end_inset
27040
27041 sz
27042 \series default
27043 は,
27044 \begin_inset ERT
27045 status collapsed
27046
27047 \begin_layout Plain Layout
27048
27049
27050 \backslash
27051 t sz
27052 \end_layout
27053
27054 \end_inset
27055
27056 となります.
27057 \end_layout
27058
27059 \begin_layout Standard
27060
27061 \series bold
27062 `
27063 \series default
27064  ・
27065 \series bold
27066  '
27067 \series default
27068  ・ 
27069 \series bold
27070 ^
27071 \series default
27072  の各アクセントは,\SpecialChar TeX
27073 モードを使わなくても,母音といっしょに直接キーボードから入力することもできます.チルダ
27074 \begin_inset Foot
27075 status collapsed
27076
27077 \begin_layout Plain Layout
27078 これは,チルダがアクセントとして定義されているキーボードのみに適用されます.
27079 \end_layout
27080
27081 \end_inset
27082
27083
27084 \series bold
27085 ~
27086 \series default
27087 を,
27088 \emph on
27089 a
27090 \emph default
27091
27092 \emph on
27093 n
27094 \emph default
27095
27096 \emph on
27097 o
27098 \emph default
27099 といっしょに使うときも同様です.
27100 \end_layout
27101
27102 \begin_layout Standard
27103
27104 \series bold
27105
27106 \backslash
27107 b
27108 \series default
27109
27110 \series bold
27111
27112 \backslash
27113 c
27114 \series default
27115
27116 \series bold
27117
27118 \backslash
27119 d
27120 \series default
27121
27122 \series bold
27123
27124 \backslash
27125 H
27126 \series default
27127
27128 \series bold
27129
27130 \backslash
27131 t
27132 \series default
27133
27134 \series bold
27135
27136 \backslash
27137 u
27138 \series default
27139
27140 \series bold
27141
27142 \backslash
27143 v
27144 \series default
27145 の各コマンドと,キーボードから直接挿入するアクセントは,数式テキスト中でも使うことができます.他のアクセントについては,数式内向けの特別な数式コマンドがあります
27146 .第
27147 \begin_inset CommandInset ref
27148 LatexCommand ref
27149 reference "subsec:一文字に付けるアクセント"
27150
27151 \end_inset
27152
27153 節をご参照下さい.
27154 \end_layout
27155
27156 \begin_layout Standard
27157 \begin_inset VSpace bigskip
27158 \end_inset
27159
27160 さらに,
27161 \series bold
27162
27163 \backslash
27164 textcircled
27165 \series default
27166
27167 \begin_inset Index idx
27168 range none
27169 pageformat default
27170 status collapsed
27171
27172 \begin_layout Plain Layout
27173 こまんど@コマンド ! T ! 
27174 \backslash
27175 textcircled
27176 \end_layout
27177
27178 \end_inset
27179
27180 コマンドを使えば,著作権マークのように,あらゆる数字や文字を丸で囲む—敢えて言えば,丸囲みでアクセントを付けるようなものといえるでしょう—ことができます.
27181 \end_layout
27182
27183 \begin_layout Standard
27184 \align center
27185 \begin_inset Tabular
27186 <lyxtabular version="3" rows="3" columns="2">
27187 <features booktabs="true" tabularvalignment="middle">
27188 <column alignment="center" valignment="top" width="0pt">
27189 <column alignment="center" valignment="top">
27190 <row>
27191 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27192 \begin_inset Text
27193
27194 \begin_layout Plain Layout
27195 コマンド
27196 \end_layout
27197
27198 \end_inset
27199 </cell>
27200 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27201 \begin_inset Text
27202
27203 \begin_layout Plain Layout
27204 出力
27205 \end_layout
27206
27207 \end_inset
27208 </cell>
27209 </row>
27210 <row>
27211 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27212 \begin_inset Text
27213
27214 \begin_layout Plain Layout
27215
27216 \backslash
27217 textcircled{w}
27218 \end_layout
27219
27220 \end_inset
27221 </cell>
27222 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27223 \begin_inset Text
27224
27225 \begin_layout Plain Layout
27226 \begin_inset ERT
27227 status collapsed
27228
27229 \begin_layout Plain Layout
27230
27231
27232 \backslash
27233 textcircled{w}
27234 \end_layout
27235
27236 \end_inset
27237
27238
27239 \end_layout
27240
27241 \end_inset
27242 </cell>
27243 </row>
27244 <row topspace="1mm">
27245 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
27246 \begin_inset Text
27247
27248 \begin_layout Plain Layout
27249
27250 \backslash
27251 Large 
27252 \backslash
27253 textcircled{
27254 \backslash
27255 normalsize
27256 \backslash
27257 protect
27258 \backslash
27259 raisebox{-1.5pt}{W}}
27260 \end_layout
27261
27262 \end_inset
27263 </cell>
27264 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27265 \begin_inset Text
27266
27267 \begin_layout Plain Layout
27268 \begin_inset ERT
27269 status collapsed
27270
27271 \begin_layout Plain Layout
27272
27273
27274 \backslash
27275 Large 
27276 \backslash
27277 textcircled{
27278 \backslash
27279 normalsize
27280 \backslash
27281 protect
27282 \backslash
27283 raisebox{-1.5pt}W}
27284 \end_layout
27285
27286 \end_inset
27287
27288
27289 \end_layout
27290
27291 \end_inset
27292 </cell>
27293 </row>
27294 </lyxtabular>
27295
27296 \end_inset
27297
27298
27299 \end_layout
27300
27301 \begin_layout Standard
27302 ここではユーザーが,文字が丸のなかに収まるように調整してやらなくてはなりません.ここでは,
27303 \series bold
27304
27305 \backslash
27306 Large
27307 \series default
27308
27309 \begin_inset Foot
27310 status collapsed
27311
27312 \begin_layout Plain Layout
27313
27314 \begin_inset CommandInset ref
27315 LatexCommand ref
27316 reference "subsec:書体寸法"
27317
27318 \end_inset
27319
27320 節参照のこと.
27321 \end_layout
27322
27323 \end_inset
27324
27325 で丸の大きさを指定しています.そして
27326 \series bold
27327
27328 \backslash
27329 raisebox
27330 \series default
27331
27332 \begin_inset Foot
27333 status collapsed
27334
27335 \begin_layout Plain Layout
27336
27337 \begin_inset CommandInset ref
27338 LatexCommand ref
27339 reference "subsec:枠なしボックス"
27340
27341 \end_inset
27342
27343 節参照のこと.
27344 \end_layout
27345
27346 \end_inset
27347
27348 を使って,文字が真ん中にくるようにしています.
27349 \end_layout
27350
27351 \begin_layout Subsection
27352 古式数字
27353 \begin_inset Index idx
27354 range none
27355 pageformat default
27356 status collapsed
27357
27358 \begin_layout Plain Layout
27359 こしきすうじ@古式数字
27360 \end_layout
27361
27362 \end_inset
27363
27364
27365 \end_layout
27366
27367 \begin_layout Standard
27368 古式数字は,
27369 \series bold
27370
27371 \backslash
27372 oldstylenums
27373 \series default
27374
27375 \begin_inset Index idx
27376 range none
27377 pageformat default
27378 status collapsed
27379
27380 \begin_layout Plain Layout
27381 こまんど@コマンド ! O ! 
27382 \backslash
27383 oldstylenums
27384 \end_layout
27385
27386 \end_inset
27387
27388 コマンドで作成することができます.このコマンドは,数式中でも\SpecialChar TeX
27389 モード中でも使うことができます.コマンド書式は,
27390 \end_layout
27391
27392 \begin_layout Standard
27393
27394 \series bold
27395
27396 \backslash
27397 oldstylenums{数字}
27398 \end_layout
27399
27400 \begin_layout Standard
27401 です.
27402 \series bold
27403
27404 \backslash
27405 oldstylenums{0123456789}
27406 \series default
27407 というコマンドは,
27408 \begin_inset Formula $\oldstylenums{0123456789}$
27409 \end_inset
27410
27411 のようになります.
27412 \end_layout
27413
27414 \begin_layout Section
27415 数式様式
27416 \begin_inset CommandInset label
27417 LatexCommand label
27418 name "sec:数式様式"
27419
27420 \end_inset
27421
27422
27423 \begin_inset Index idx
27424 range none
27425 pageformat default
27426 status collapsed
27427
27428 \begin_layout Plain Layout
27429 すうしき@数式 ! ようしき@様式
27430 \end_layout
27431
27432 \end_inset
27433
27434
27435 \end_layout
27436
27437 \begin_layout Itemize
27438 以下の二つの配置様式があります.
27439 \end_layout
27440
27441 \begin_deeper
27442 \begin_layout Description
27443 中央揃え 事前に定義された標準です.
27444 \end_layout
27445
27446 \begin_layout Description
27447 行頭下げ これは
27448 \family sans
27449 文書\SpecialChar menuseparator
27450 設定
27451 \family default
27452 メニューの
27453 \family sans
27454 数式オプション
27455 \family default
27456 で設定することができます.
27457 \end_layout
27458
27459 \begin_layout Standard
27460
27461 \series bold
27462 数式を字下げ
27463 \series default
27464 を指定すると下げ幅を指定することができます.既定値は使用している文書苦楽に依存して変わります.
27465 \end_layout
27466
27467 \end_deeper
27468 \begin_layout Itemize
27469 また,以下の二つの連番様式があり,
27470 \family sans
27471 文書\SpecialChar menuseparator
27472 設定
27473 \family default
27474 メニューの
27475 \family sans
27476 数式オプション
27477 \family default
27478 で設定することができます.
27479 \end_layout
27480
27481 \begin_deeper
27482 \begin_layout Description
27483 右 これが多くの場合既定値です.
27484 \end_layout
27485
27486 \begin_layout Description
27487
27488 \end_layout
27489
27490 \end_deeper
27491 \begin_layout Standard
27492 これで選択した様式は,文書中のすべての別行立て数式に用いられます.もし,中央揃えと行頭下げの両様式を同一文書中で用いたい場合には,
27493 \series bold
27494 中央揃え
27495 \series default
27496 様式を指定するようにします.そして,行頭下げにしたい数式は,flalign環境に指定するようにします.第
27497 \begin_inset CommandInset ref
27498 LatexCommand ref
27499 reference "subsec:flalign環境"
27500
27501 \end_inset
27502
27503 節をご覧下さい.
27504 \end_layout
27505
27506 \begin_layout Section
27507 多行数式
27508 \begin_inset CommandInset label
27509 LatexCommand label
27510 name "sec:多行数式"
27511
27512 \end_inset
27513
27514
27515 \begin_inset Index idx
27516 range none
27517 pageformat default
27518 status collapsed
27519
27520 \begin_layout Plain Layout
27521 すうしき@数式 ! たぎょう@多行
27522 \begin_inset space \thinspace{}
27523 \end_inset
27524
27525 ——
27526 \end_layout
27527
27528 \end_inset
27529
27530
27531 \end_layout
27532
27533 \begin_layout Subsection
27534 概要
27535 \end_layout
27536
27537 \begin_layout Standard
27538 \SpecialChar LyX
27539 では,多行数式は,数式中で
27540 \begin_inset Info
27541 type  "shortcut"
27542 arg   "newline-insert newline"
27543 \end_inset
27544
27545 を押すことで作られます.この操作によって,第
27546 \begin_inset CommandInset ref
27547 LatexCommand ref
27548 reference "subsec:eqnarray環境"
27549
27550 \end_inset
27551
27552 節に述べられている
27553 \series bold
27554 eqnarray環境
27555 \series default
27556 が作り出されるか,あるいは文書設定で
27557 \family sans
27558 AMS mathパッケージを使う
27559 \family default
27560 オプションが選択されている場合には,第
27561 \begin_inset CommandInset ref
27562 LatexCommand ref
27563 reference "subsec:標準align環境"
27564
27565 \end_inset
27566
27567 節に述べられている
27568 \series bold
27569 align環境
27570 \series default
27571 が作り出されることになります.
27572 \end_layout
27573
27574 \begin_layout Standard
27575 他にも,
27576 \family sans
27577 挿入\SpecialChar menuseparator
27578 数式
27579 \family default
27580 メニューで作ることのできる多行数式環境があります.これらの環境は,以下の各節で説明します.
27581 \end_layout
27582
27583 \begin_layout Standard
27584 すべての多行数式において,新規行は,
27585 \begin_inset Info
27586 type  "shortcut"
27587 arg   "newline-insert newline"
27588 \end_inset
27589
27590 を押すことによって作られます.行を足したり削ったりするには,数式ツールバーボタンの
27591 \begin_inset Info
27592 type  "icon"
27593 arg   "tabular-feature append-row"
27594 \end_inset
27595
27596
27597 \begin_inset Info
27598 type  "icon"
27599 arg   "tabular-feature delete-row"
27600 \end_inset
27601
27602 を使うか,
27603 \family sans
27604 編集\SpecialChar menuseparator
27605 行と列
27606 \family default
27607 メニューを使うことができます.
27608 \end_layout
27609
27610 \begin_layout Subsubsection
27611 行間
27612 \begin_inset CommandInset label
27613 LatexCommand label
27614 name "subsec:行間"
27615
27616 \end_inset
27617
27618
27619 \begin_inset Index idx
27620 range none
27621 pageformat default
27622 status collapsed
27623
27624 \begin_layout Plain Layout
27625 すうしき@数式 ! たぎょう@多行
27626 \begin_inset space \thinspace{}
27627 \end_inset
27628
27629 —— ! ぎょうかん@行間
27630 \end_layout
27631
27632 \end_inset
27633
27634
27635 \end_layout
27636
27637 \begin_layout Standard
27638 以下のように,多行数式において行のあいだの空白が足りないことが,ときどき起こります.
27639 \begin_inset Formula 
27640 \begin{eqnarray*}
27641 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}\\
27642 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
27643 \end{eqnarray*}
27644
27645 \end_inset
27646
27647
27648 \end_layout
27649
27650 \begin_layout Standard
27651 \SpecialChar LaTeX
27652 において行間を付け加えるには,新規行コマンドに非必須の引数をとらせて指定しますが,これはまだ\SpecialChar LyX
27653 には実装されていない
27654 \begin_inset Foot
27655 status collapsed
27656
27657 \begin_layout Plain Layout
27658 \begin_inset CommandInset href
27659 LatexCommand href
27660 name "LyX-bug #1505"
27661 target "https://www.lyx.org/trac/ticket/1505"
27662 literal "false"
27663
27664 \end_inset
27665
27666 を参照.
27667 \end_layout
27668
27669 \end_inset
27670
27671 ので,数式全体を\SpecialChar TeX
27672 モードで入れなくてはなりません.上記の例の行間を大きくするには,最初の行の最後に
27673 \series bold
27674
27675 \backslash
27676
27677 \backslash
27678 [3mm]
27679 \series default
27680 というコマンドを入れます.すると,次のようになります.
27681 \begin_inset ERT
27682 status collapsed
27683
27684 \begin_layout Plain Layout
27685
27686
27687 \backslash
27688 begin{eqnarray*}
27689 \end_layout
27690
27691 \begin_layout Plain Layout
27692
27693 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
27694  = & 
27695 \backslash
27696 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
27697 \backslash
27698
27699 \backslash
27700 [3mm]
27701 \end_layout
27702
27703 \begin_layout Plain Layout
27704
27705 4x^{2}
27706 \backslash
27707 left(B^{2}+x_{0}^{2}
27708 \backslash
27709 right)+4x_{0}x
27710 \backslash
27711 left(D-B^{2}
27712 \backslash
27713 right)+B^{2}
27714 \backslash
27715 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
27716 \backslash
27717 right) & = & 0
27718 \end_layout
27719
27720 \begin_layout Plain Layout
27721
27722
27723 \backslash
27724 end{eqnarray*}
27725 \end_layout
27726
27727 \end_inset
27728
27729
27730 \end_layout
27731
27732 \begin_layout Standard
27733 \begin_inset VSpace bigskip
27734 \end_inset
27735
27736 同一数式内のすべての行の行間を一律に指定するには,
27737 \series bold
27738
27739 \backslash
27740 jot
27741 \series default
27742
27743 \begin_inset Index idx
27744 range none
27745 pageformat default
27746 status collapsed
27747
27748 \begin_layout Plain Layout
27749 こまんど@コマンド ! J ! 
27750 \backslash
27751 jot
27752 \end_layout
27753
27754 \end_inset
27755
27756 変数を変更します.定義は,
27757 \begin_inset Formula $\mbox{行間}=\mathrm{6\,pt+\backslash jot}$
27758 \end_inset
27759
27760 となっています.
27761 \series bold
27762
27763 \backslash
27764 jot
27765 \series default
27766 の既定値は,3
27767 \begin_inset space \thinspace{}
27768 \end_inset
27769
27770 ptです.上記の例のように,行間を3
27771 \begin_inset space \thinspace{}
27772 \end_inset
27773
27774 mm追加するには,
27775 \end_layout
27776
27777 \begin_layout Standard
27778
27779 \series bold
27780
27781 \backslash
27782 setlength{
27783 \backslash
27784 jot}{3mm+3pt}
27785 \end_layout
27786
27787 \begin_layout Standard
27788 というコマンドを,数式直前に\SpecialChar TeX
27789 モードで入れておきます.これを行うには,\SpecialChar LaTeX
27790 プリアンブルに
27791 \end_layout
27792
27793 \begin_layout Standard
27794
27795 \series bold
27796
27797 \backslash
27798 usepackage{calc}
27799 \end_layout
27800
27801 \begin_layout Standard
27802 という行を入れて,\SpecialChar LaTeX
27803 パッケージ
27804 \series bold
27805 calc
27806 \series default
27807
27808 \begin_inset Foot
27809 status collapsed
27810
27811 \begin_layout Plain Layout
27812
27813 \series bold
27814 calc
27815 \series default
27816 は標準的な\SpecialChar LaTeX
27817 頒布版のすべてに付属しています.
27818 \end_layout
27819
27820 \end_inset
27821
27822
27823 \begin_inset Index idx
27824 range none
27825 pageformat default
27826 status collapsed
27827
27828 \begin_layout Plain Layout
27829 ぱっけーじ@パッケージ ! calc
27830 \end_layout
27831
27832 \end_inset
27833
27834  を読み込んでおく必要があります.すると,
27835 \begin_inset ERT
27836 status collapsed
27837
27838 \begin_layout Plain Layout
27839
27840
27841 \backslash
27842 setlength{
27843 \backslash
27844 jot}{3mm+3pt}
27845 \end_layout
27846
27847 \end_inset
27848
27849
27850 \begin_inset Formula 
27851 \begin{eqnarray*}
27852 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}\\
27853 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
27854 \end{eqnarray*}
27855
27856 \end_inset
27857
27858
27859 \end_layout
27860
27861 \begin_layout Standard
27862 \begin_inset ERT
27863 status collapsed
27864
27865 \begin_layout Plain Layout
27866
27867
27868 \backslash
27869 setlength{
27870 \backslash
27871 jot}{3pt}
27872 \end_layout
27873
27874 \end_inset
27875
27876 のような結果を得ます.行間を既定値に戻すには,
27877 \series bold
27878
27879 \backslash
27880 jot
27881 \series default
27882 をふたたび3
27883 \begin_inset space \thinspace{}
27884 \end_inset
27885
27886 ptに戻します.
27887 \end_layout
27888
27889 \begin_layout Subsubsection
27890 列間
27891 \begin_inset CommandInset label
27892 LatexCommand label
27893 name "subsec:列間"
27894
27895 \end_inset
27896
27897
27898 \begin_inset Index idx
27899 range none
27900 pageformat default
27901 status collapsed
27902
27903 \begin_layout Plain Layout
27904 すうしき@数式 ! たぎょう@多行
27905 \begin_inset space \thinspace{}
27906 \end_inset
27907
27908 —— ! れつかん@列間
27909 \end_layout
27910
27911 \end_inset
27912
27913
27914 \end_layout
27915
27916 \begin_layout Standard
27917 多行数式は,行列を形成します.たとえば,eqnarray環境の数式は,3列からなる行列です.この環境で列間を変更すれば,関係子周辺の余白を変更することができます
27918
27919 \end_layout
27920
27921 \begin_layout Standard
27922 列間は,
27923 \series bold
27924
27925 \backslash
27926 arraycolsep
27927 \series default
27928
27929 \begin_inset Index idx
27930 range none
27931 pageformat default
27932 status collapsed
27933
27934 \begin_layout Plain Layout
27935 こまんど@コマンド ! A ! 
27936 \backslash
27937 arraycolsep
27938 \end_layout
27939
27940 \end_inset
27941
27942 変数を使って指定し,
27943 \begin_inset Newline newline
27944 \end_inset
27945
27946 列間 = 2
27947 \begin_inset space \thinspace{}
27948 \end_inset
27949
27950
27951 \series bold
27952
27953 \backslash
27954 arraycolsep
27955 \series default
27956
27957 \begin_inset Newline newline
27958 \end_inset
27959
27960 という関係があります.したがって,
27961 \end_layout
27962
27963 \begin_layout Standard
27964
27965 \series bold
27966
27967 \backslash
27968 setlength{
27969 \backslash
27970 arraycolsep}{1cm}
27971 \end_layout
27972
27973 \begin_layout Standard
27974 というコマンドを\SpecialChar TeX
27975 モードで入れると,ここから後のすべての数式の列間が2
27976 \begin_inset space \thinspace{}
27977 \end_inset
27978
27979 cmになります.これを既定値に戻すには,
27980 \series bold
27981
27982 \backslash
27983 arraycolsep
27984 \series default
27985 を5
27986 \begin_inset space \thinspace{}
27987 \end_inset
27988
27989 ptに戻して下さい.
27990 \end_layout
27991
27992 \begin_layout Standard
27993 以下は,2
27994 \begin_inset space \thinspace{}
27995 \end_inset
27996
27997 cmの列間を持つ数式です.
27998 \begin_inset ERT
27999 status collapsed
28000
28001 \begin_layout Plain Layout
28002
28003
28004 \backslash
28005 setlength{
28006 \backslash
28007 arraycolsep}{1cm}
28008 \end_layout
28009
28010 \end_inset
28011
28012
28013 \begin_inset Formula 
28014 \begin{eqnarray*}
28015 A & = & B\\
28016 C & \ne & A
28017 \end{eqnarray*}
28018
28019 \end_inset
28020
28021 行列の既定の列間10
28022 \begin_inset space \thinspace{}
28023 \end_inset
28024
28025 ptを持つ数式です.
28026 \begin_inset ERT
28027 status collapsed
28028
28029 \begin_layout Plain Layout
28030
28031
28032 \backslash
28033 setlength{
28034 \backslash
28035 arraycolsep}{5pt}
28036 \end_layout
28037
28038 \end_inset
28039
28040
28041 \begin_inset Formula 
28042 \begin{eqnarray*}
28043 A & = & B\\
28044 C & \ne & A
28045 \end{eqnarray*}
28046
28047 \end_inset
28048
28049
28050 \end_layout
28051
28052 \begin_layout Subsubsection
28053 長い数式
28054 \begin_inset Index idx
28055 range none
28056 pageformat default
28057 status collapsed
28058
28059 \begin_layout Plain Layout
28060 すうしき@数式 ! ながい@長い
28061 \end_layout
28062
28063 \end_inset
28064
28065
28066 \end_layout
28067
28068 \begin_layout Standard
28069 長い数式は,以下の方法を使って組版することができます.
28070 \end_layout
28071
28072 \begin_layout Itemize
28073 左辺ないし右辺の一方が,行幅よりもかなり短いときには,以下のように,短い方を左辺に置き,右辺を二行に分けて組版します.
28074 \begin_inset Formula 
28075 \begin{eqnarray}
28076 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 \\
28077  &  & -\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}
28078 \end{eqnarray}
28079
28080 \end_inset
28081
28082 二行目の最初のマイナス記号は,行頭の文字になってしまうため,通常,表示の上で演算子としては取り扱われません.前後に余白が置かれることもなく,分数線からも離れて表
28083 示されません.これを避けるために,マイナス記号の後に
28084 \series bold
28085
28086 \backslash
28087 hspace
28088 \series default
28089 .
28090 \begin_inset Foot
28091 status collapsed
28092
28093 \begin_layout Plain Layout
28094
28095 \series bold
28096
28097 \backslash
28098 hspace
28099 \series default
28100 に関しての詳細は,第
28101 \begin_inset CommandInset ref
28102 LatexCommand ref
28103 reference "subsec:可変長の空白"
28104
28105 \end_inset
28106
28107 節をご覧下さい.
28108 \end_layout
28109
28110 \end_inset
28111
28112
28113 \begin_inset Index idx
28114 range none
28115 pageformat default
28116 status collapsed
28117
28118 \begin_layout Plain Layout
28119 こまんど@コマンド ! H ! 
28120 \backslash
28121 hspace
28122 \end_layout
28123
28124 \end_inset
28125
28126 コマンドを使って3
28127 \begin_inset space \thinspace{}
28128 \end_inset
28129
28130 pt空白を入れてあります.
28131 \end_layout
28132
28133 \begin_layout Itemize
28134 数式の両辺がともに長すぎるときには,
28135 \series bold
28136
28137 \backslash
28138 lefteqn
28139 \series default
28140
28141 \begin_inset Index idx
28142 range none
28143 pageformat default
28144 status collapsed
28145
28146 \begin_layout Plain Layout
28147 こまんど@コマンド ! L ! 
28148 \backslash
28149 lefteqn
28150 \end_layout
28151
28152 \end_inset
28153
28154 コマンドを使います.これを最初の行の第一列に入れると,以下のように,続きの内容が他の列にかかって表示されます.
28155 \begin_inset Formula 
28156 \begin{eqnarray}
28157 \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 \\
28158  &  & -\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 \\
28159  &  & =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}
28160 \end{eqnarray}
28161
28162 \end_inset
28163
28164
28165 \series bold
28166
28167 \backslash
28168 lefteqn
28169 \series default
28170 を入力すると,青枠から少し左にずれたところに現れる紫枠にカーソルが移るので,ここに数式を入力します.
28171 \begin_inset Newline newline
28172 \end_inset
28173
28174 二行め以降の行の内容は,二列め以降の列に挿入します.挿入する列が右になるほど,字下げの量が大きくなります.
28175 \begin_inset VSpace medskip
28176 \end_inset
28177
28178
28179 \begin_inset Newline newline
28180 \end_inset
28181
28182
28183 \begin_inset Note Greyedout
28184 status open
28185
28186 \begin_layout Plain Layout
28187
28188 \series bold
28189
28190 \backslash
28191 lefteqn
28192 \series default
28193 を使用する際には,以下のことにご注意下さい.
28194 \end_layout
28195
28196 \begin_layout Itemize
28197 数式では,ページ幅全部を使うことはしません.たとえば,上記の例で,最初の行に
28198 \begin_inset Formula $-B^{2}$
28199 \end_inset
28200
28201 という項を置いたとすると,ページ余白の領域に出てしまいますが,これはよくありません.幅をうまく使うには,最初の行の行頭に負の空白を入れる方法もあります.
28202 \end_layout
28203
28204 \begin_layout Itemize
28205 \SpecialChar LyX
28206 のバグによって,最初の行にマウスでカーソルを入れることはできません
28207 \begin_inset Foot
28208 status collapsed
28209
28210 \begin_layout Plain Layout
28211 \begin_inset CommandInset href
28212 LatexCommand href
28213 name "LyX-bug #1429"
28214 target "https://www.lyx.org/trac/ticket/1429"
28215 literal "false"
28216
28217 \end_inset
28218
28219
28220 \end_layout
28221
28222 \end_inset
28223
28224 .カーソルを行頭に合わせて,矢印
28225 \begin_inset Flex Ruby
28226 status collapsed
28227
28228 \begin_layout Plain Layout
28229
28230 \begin_inset Argument post:1
28231 status collapsed
28232
28233 \begin_layout Plain Layout
28234 キー
28235 \end_layout
28236
28237 \end_inset
28238
28239
28240 \end_layout
28241
28242 \end_inset
28243
28244 で移動するしかありません.
28245 \end_layout
28246
28247 \end_inset
28248
28249
28250 \end_layout
28251
28252 \begin_layout Itemize
28253 長い数式を組む他の方法として,第
28254 \begin_inset CommandInset ref
28255 LatexCommand ref
28256 reference "subsec:multline環境"
28257
28258 \end_inset
28259
28260 節と第
28261 \begin_inset CommandInset ref
28262 LatexCommand ref
28263 reference "subsec:数式の一部の多行化"
28264
28265 \end_inset
28266
28267 節で述べられている環境を用いる方法があります.
28268 \end_layout
28269
28270 \begin_layout Subsubsection
28271 多行にわたる分数
28272 \begin_inset CommandInset label
28273 LatexCommand label
28274 name "subsec:多行にわたる分数"
28275
28276 \end_inset
28277
28278
28279 \begin_inset Index idx
28280 range none
28281 pageformat default
28282 status collapsed
28283
28284 \begin_layout Plain Layout
28285 ぶんすう@分数 ! たぎょうにわたる@多行にわたる
28286 \end_layout
28287
28288 \end_inset
28289
28290
28291 \end_layout
28292
28293 \begin_layout Standard
28294 分数の分母もしくは分子が長すぎて,一行に入りきらないことがあります.この場合には,分数内で改行をしなくてはなりません.これを行うには,
28295 \series bold
28296
28297 \backslash
28298 splitfrac
28299 \series default
28300 コマンド
28301 \begin_inset Index idx
28302 range none
28303 pageformat default
28304 status collapsed
28305
28306 \begin_layout Plain Layout
28307 こまんど@コマンド ! S ! 
28308 \backslash
28309 splitfrac
28310 \end_layout
28311
28312 \end_inset
28313
28314 を使うことができます.これを有効化するには,文書設定の
28315 \family sans
28316 数式オプション
28317 \family default
28318 で,
28319 \series bold
28320 mathtools
28321 \series default
28322 パッケージ
28323 \begin_inset Index idx
28324 range none
28325 pageformat default
28326 status collapsed
28327
28328 \begin_layout Plain Layout
28329 ぱっけーじ@パッケージ ! mathtools
28330 \end_layout
28331
28332 \end_inset
28333
28334
28335 \family sans
28336 常に読み込み
28337 \family default
28338 オプションを指定してください.
28339 \series bold
28340
28341 \backslash
28342 splitfrac
28343 \series default
28344 のスキームは
28345 \end_layout
28346
28347 \begin_layout Standard
28348
28349 \series bold
28350
28351 \backslash
28352 splitfrac{1行目}{2行目}
28353 \end_layout
28354
28355 \begin_layout Standard
28356 となっており,分母にも分子にも使うことができます.
28357 \end_layout
28358
28359 \begin_layout Standard
28360 \begin_inset Formula 
28361 \[
28362 a=\frac{\splitfrac{xy+xy+xy+xy+xy}{+wy+wy+wy+wy}}{z}\ne\frac{\splitdfrac{xy+\frac{xy}{z}+xy+xy+xy}{+xy+xy+xy+xy}}{z}
28363 \]
28364
28365 \end_inset
28366
28367 上記の最初の分子に使われているコマンドは,
28368 \end_layout
28369
28370 \begin_layout Standard
28371
28372 \series bold
28373
28374 \backslash
28375 splitfrac{xy+xy+xy+xy+xy
28376 \begin_inset space \textvisiblespace{}
28377 \end_inset
28378
28379
28380 \backslash
28381 {+wy+wy+wy+wy
28382 \end_layout
28383
28384 \begin_layout Standard
28385 です.
28386 \end_layout
28387
28388 \begin_layout Subsubsection
28389 多行にわたる括弧
28390 \begin_inset CommandInset label
28391 LatexCommand label
28392 name "subsec:多行にわたる括弧"
28393
28394 \end_inset
28395
28396
28397 \begin_inset Index idx
28398 range none
28399 pageformat default
28400 status collapsed
28401
28402 \begin_layout Plain Layout
28403 かっこ@括弧 ! たぎょうすうしきよう@多行数式用
28404 \end_layout
28405
28406 \end_inset
28407
28408
28409 \end_layout
28410
28411 \begin_layout Standard
28412 多行にわたる括弧を作ろうとすると,以下のような問題が生じます.
28413 \begin_inset Formula 
28414 \begin{eqnarray*}
28415 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28416  &  & \left.\cdots+B-D\right]
28417 \end{eqnarray*}
28418
28419 \end_inset
28420
28421
28422 \end_layout
28423
28424 \begin_layout Standard
28425 可変寸法の括弧は多行にわたることができないので,閉じ括弧が初めの括弧よりも小さくなってしまっています.
28426 \end_layout
28427
28428 \begin_layout Standard
28429 二行めの括弧の大きさを正しく設定するには,最初の行の終わりを
28430 \series bold
28431
28432 \backslash
28433 right.
28434 \series default
28435
28436 \begin_inset Index idx
28437 range none
28438 pageformat default
28439 status collapsed
28440
28441 \begin_layout Plain Layout
28442 こまんど@コマンド ! R ! 
28443 \backslash
28444 right
28445 \end_layout
28446
28447 \end_inset
28448
28449 とし,二行めの始めを
28450 \series bold
28451
28452 \backslash
28453 left.
28454 \begin_inset Foot
28455 status collapsed
28456
28457 \begin_layout Plain Layout
28458
28459 \series bold
28460
28461 \backslash
28462 left
28463 \series default
28464
28465 \series bold
28466
28467 \backslash
28468 right
28469 \series default
28470 に関する詳細は,第
28471 \begin_inset CommandInset ref
28472 LatexCommand ref
28473 reference "subsec:自動の括弧丈"
28474
28475 \end_inset
28476
28477 節をご覧下さい.
28478 \end_layout
28479
28480 \end_inset
28481
28482
28483 \series default
28484
28485 \begin_inset Index idx
28486 range none
28487 pageformat default
28488 status collapsed
28489
28490 \begin_layout Plain Layout
28491 こまんど@コマンド ! L ! 
28492 \backslash
28493 left
28494 \end_layout
28495
28496 \end_inset
28497
28498 とします.一行めにおいては,範囲付き積演算子がもっとも大きな記号であり,これが二行めの括弧の大きさにならなくてはならないので,
28499 \series bold
28500
28501 \backslash
28502 left.
28503 \series default
28504 の後に,
28505 \series bold
28506
28507 \backslash
28508 vphantom
28509 \series default
28510
28511 \begin_inset space \textvisiblespace{}
28512 \end_inset
28513
28514
28515 \series bold
28516
28517 \backslash
28518 prod
28519 \series default
28520 ^
28521 \begin_inset space \textvisiblespace{}
28522 \end_inset
28523
28524
28525 \series bold
28526
28527 \backslash
28528 infty
28529 \series default
28530
28531 \begin_inset space \textvisiblespace{}
28532 \end_inset
28533
28534
28535 \series bold
28536
28537 \begin_inset Formula $\downarrow$
28538 \end_inset
28539
28540 _R=1}
28541 \series default
28542
28543 \begin_inset Index idx
28544 range none
28545 pageformat default
28546 status collapsed
28547
28548 \begin_layout Plain Layout
28549 こまんど@コマンド ! V ! 
28550 \backslash
28551 vphantom
28552 \end_layout
28553
28554 \end_inset
28555
28556 というコマンドを挿入します.
28557 \end_layout
28558
28559 \begin_layout Standard
28560 その結果が以下の数式です.
28561 \begin_inset Formula 
28562 \begin{eqnarray*}
28563 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28564  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
28565 \end{eqnarray*}
28566
28567 \end_inset
28568
28569
28570 \end_layout
28571
28572 \begin_layout Subsection
28573 align環境
28574 \end_layout
28575
28576 \begin_layout Standard
28577 align環境は,すべての型の多行数式に使うことができ,とくに,いくつかの数式を並べて表示させるのに便利です.
28578 \end_layout
28579
28580 \begin_layout Standard
28581 align環境には列があり,奇数列は右揃え,偶数列は左揃えに設定されます.align環境の行にはすべて,付番することができます.
28582 \end_layout
28583
28584 \begin_layout Standard
28585 align環境は,
28586 \family sans
28587 挿入\SpecialChar menuseparator
28588 数式
28589 \family default
28590 メニューから作ることができます.
28591 \family sans
28592 編集\SpecialChar menuseparator
28593 数式\SpecialChar menuseparator
28594 数式の表記を変更
28595 \family default
28596 メニューを使えば,既存の数式をalign環境に変更することができます.
28597 \end_layout
28598
28599 \begin_layout Standard
28600 列を追加したり削除したりするには,数式ツールバーボタンの
28601 \begin_inset Info
28602 type  "icon"
28603 arg   "tabular-feature append-column"
28604 \end_inset
28605
28606
28607 \begin_inset Info
28608 type  "icon"
28609 arg   "tabular-feature delete-column"
28610 \end_inset
28611
28612 を使うか,
28613 \family sans
28614 編集\SpecialChar menuseparator
28615 行と列
28616 \family default
28617 メニューを使います.
28618 \end_layout
28619
28620 \begin_layout Subsubsection
28621 標準align環境
28622 \begin_inset CommandInset label
28623 LatexCommand label
28624 name "subsec:標準align環境"
28625
28626 \end_inset
28627
28628
28629 \begin_inset Index idx
28630 range none
28631 pageformat default
28632 status collapsed
28633
28634 \begin_layout Plain Layout
28635 すうしき@数式 ! たぎょう@多行
28636 \begin_inset space \thinspace{}
28637 \end_inset
28638
28639 —— ! alignかんきょう@align環境
28640 \end_layout
28641
28642 \end_inset
28643
28644
28645 \end_layout
28646
28647 \begin_layout Standard
28648 このalign環境は,数式中で
28649 \begin_inset Info
28650 type  "shortcut"
28651 arg   "newline-insert newline"
28652 \end_inset
28653
28654 を押すか,
28655 \family sans
28656 挿入\SpecialChar menuseparator
28657 数式\SpecialChar menuseparator
28658 AMS align環境
28659 \family default
28660 メニューで作ることができます.
28661 \end_layout
28662
28663 \begin_layout Standard
28664 以下は,二つの数式を横に並べた例ですが,これは4列からなるalign環境として作ります.
28665 \begin_inset Formula 
28666 \begin{align*}
28667 A & =\sin(B) & C & =D\\
28668 C & \ne A & B & \ne D
28669 \end{align*}
28670
28671 \end_inset
28672
28673 ご覧になって分かるように,この環境の数式は,一列めの前と偶数列の後に
28674 \series bold
28675
28676 \backslash
28677 hfill
28678 \begin_inset Foot
28679 status collapsed
28680
28681 \begin_layout Plain Layout
28682
28683 \series bold
28684
28685 \backslash
28686 hfill
28687 \series default
28688 に関する詳細は,第
28689 \begin_inset CommandInset ref
28690 LatexCommand ref
28691 reference "subsec:可変長の空白"
28692
28693 \end_inset
28694
28695 節をご覧下さい.
28696 \end_layout
28697
28698 \end_inset
28699
28700
28701 \series default
28702 があるかのように配置されます.数式様式として
28703 \series bold
28704 行頭下げ
28705 \begin_inset Foot
28706 status collapsed
28707
28708 \begin_layout Plain Layout
28709
28710 \series bold
28711 数式様式については,第
28712 \series default
28713
28714 \begin_inset CommandInset ref
28715 LatexCommand ref
28716 reference "sec:数式様式"
28717
28718 \end_inset
28719
28720 節をご覧下さい.
28721 \end_layout
28722
28723 \end_inset
28724
28725
28726 \series default
28727 を使う場合には,第一列の前の
28728 \series bold
28729
28730 \backslash
28731 hfill
28732 \series default
28733 はない形で数式が設定されます.
28734 \end_layout
28735
28736 \begin_layout Subsubsection
28737 alignat環境
28738 \begin_inset Index idx
28739 range none
28740 pageformat default
28741 status collapsed
28742
28743 \begin_layout Plain Layout
28744 すうしき@数式 ! たぎょう@多行
28745 \begin_inset space \thinspace{}
28746 \end_inset
28747
28748 —— ! alignatかんきょう@alignat環境
28749 \end_layout
28750
28751 \end_inset
28752
28753
28754 \end_layout
28755
28756 \begin_layout Standard
28757 alignat環境には,事前に設定された列間が存在しません.列間は,必要ならば,第
28758 \begin_inset CommandInset ref
28759 LatexCommand ref
28760 reference "subsec:空白"
28761
28762 \end_inset
28763
28764 節に述べられている空白を使用して手動で入れます.
28765 \end_layout
28766
28767 \begin_layout Standard
28768 以下は,上記の例をalignat環境に設定し,二つめの数式の頭に1
28769 \begin_inset space \thinspace{}
28770 \end_inset
28771
28772 cmの空白を入れたものです.
28773 \begin_inset Formula 
28774 \begin{alignat*}{2}
28775 A & =\sin(B) & \hspace{1cm}C & =D\\
28776 C & \ne A & B & \ne D
28777 \end{alignat*}
28778
28779 \end_inset
28780
28781 列間を各列ごとに設定することができるので,この環境は,とくに三つないし四つの数式を横に並べるのに向いています.
28782 \end_layout
28783
28784 \begin_layout Subsubsection
28785 flalign環境
28786 \begin_inset CommandInset label
28787 LatexCommand label
28788 name "subsec:flalign環境"
28789
28790 \end_inset
28791
28792
28793 \begin_inset Index idx
28794 range none
28795 pageformat default
28796 status collapsed
28797
28798 \begin_layout Plain Layout
28799 すうしき@数式 ! たぎょう@多行
28800 \begin_inset space \thinspace{}
28801 \end_inset
28802
28803 —— ! flalignかんきょう@flalign環境
28804 \end_layout
28805
28806 \end_inset
28807
28808
28809 \end_layout
28810
28811 \begin_layout Standard
28812 この環境では,つねに,最初の二列をできるだけ左寄せにし,最後の二列をできるだけ右寄せにするように設定されます.以下がその例です.
28813 \begin_inset Formula 
28814 \begin{flalign*}
28815 A & =1 & B & =2 & C & =3\\
28816 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
28817 \end{flalign*}
28818
28819 \end_inset
28820
28821
28822 \end_layout
28823
28824 \begin_layout Standard
28825 奇数列のflalign環境を作成し,最後の列に空の\SpecialChar TeX
28826 括弧を入れておくと,数式様式として
28827 \series bold
28828 中央揃え
28829 \series default
28830 が用いられているときでも,一部の数式を左寄せにすることができます.以下は,例として
28831 \begin_inset CommandInset ref
28832 LatexCommand eqref
28833 reference "eq:VolInt"
28834
28835 \end_inset
28836
28837 式を行頭下げにしたものです.
28838 \begin_inset Formula 
28839 \begin{flalign}
28840 \hspace{30pt}\iiint\limits_{V}X\,\mathrm{d}V & =U & {}
28841 \end{flalign}
28842
28843 \end_inset
28844
28845 ここで,最初の二列には数式が入れられており,行頭下げ数式様式と同等の字下げを行うために,30
28846 \begin_inset space \thinspace{}
28847 \end_inset
28848
28849 ptの空白が第1列の頭に入れてあります.
28850 \end_layout
28851
28852 \begin_layout Subsection
28853 eqnarray環境
28854 \begin_inset CommandInset label
28855 LatexCommand label
28856 name "subsec:eqnarray環境"
28857
28858 \end_inset
28859
28860
28861 \begin_inset Index idx
28862 range none
28863 pageformat default
28864 status collapsed
28865
28866 \begin_layout Plain Layout
28867 すうしき@数式 ! たぎょう@多行
28868 \begin_inset space \thinspace{}
28869 \end_inset
28870
28871 —— ! eqnarrayかんきょう@eqnarray環境
28872 \end_layout
28873
28874 \end_inset
28875
28876
28877 \end_layout
28878
28879 \begin_layout Standard
28880 この環境を作成すると,三つの青枠が現れます.最初の枠の内容は右寄せに設定され,最後の枠の内容は左寄せに設定されます.中央の枠は,関係子のみを入れることを想定して
28881 いるので,その内容は中央揃えで少し小さく設定されます.
28882 \begin_inset Formula 
28883 \begin{eqnarray*}
28884 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
28885 AB & AB & AB\\
28886 A & = & A
28887 \end{eqnarray*}
28888
28889 \end_inset
28890
28891
28892 \end_layout
28893
28894 \begin_layout Subsection
28895 gather環境
28896 \begin_inset Index idx
28897 range none
28898 pageformat default
28899 status collapsed
28900
28901 \begin_layout Plain Layout
28902 すうしき@数式 ! たぎょう@多行
28903 \begin_inset space \thinspace{}
28904 \end_inset
28905
28906 —— ! gatherかんきょう@gather環境
28907 \end_layout
28908
28909 \end_inset
28910
28911
28912 \end_layout
28913
28914 \begin_layout Standard
28915 この環境には,中央揃えに設定された列一つしかありません.行はすべて付番することができます.
28916 \begin_inset Formula 
28917 \begin{gather}
28918 A=1\\
28919 X=\textrm{-}1
28920 \end{gather}
28921
28922 \end_inset
28923
28924
28925 \end_layout
28926
28927 \begin_layout Subsection
28928 multline環境
28929 \begin_inset CommandInset label
28930 LatexCommand label
28931 name "subsec:multline環境"
28932
28933 \end_inset
28934
28935
28936 \begin_inset Index idx
28937 range none
28938 pageformat default
28939 status collapsed
28940
28941 \begin_layout Plain Layout
28942 すうしき@数式 ! たぎょう@多行
28943 \begin_inset space \thinspace{}
28944 \end_inset
28945
28946 —— ! multlineかんきょう@multpline環境
28947 \end_layout
28948
28949 \end_inset
28950
28951
28952 \end_layout
28953
28954 \begin_layout Standard
28955 gather環境同様,multline環境には,中央揃えに設定された列一つしかありません.ただし,一行めが左揃えに設定され,最終行が右揃えに設定されるのです.他
28956 の行はすべて中央揃えになります.このことから,この環境は,長い数式に使うのに向いています.用例として,
28957 \begin_inset CommandInset ref
28958 LatexCommand eqref
28959 reference "eq:lefteqn"
28960
28961 \end_inset
28962
28963 式をmultline環境に置いたものを示します.
28964 \begin_inset Formula 
28965 \begin{multline}
28966 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}\\
28967 -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}\\
28968 =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}}
28969 \end{multline}
28970
28971 \end_inset
28972
28973
28974 \end_layout
28975
28976 \begin_layout Standard
28977 文書の付番設定が右寄せ(左寄せ)になっているときには,出力では,multline環境の最後(最初)の行だけが付番されます
28978 \begin_inset Foot
28979 status collapsed
28980
28981 \begin_layout Plain Layout
28982 付番様式については,第
28983 \begin_inset CommandInset ref
28984 LatexCommand ref
28985 reference "sec:数式様式"
28986
28987 \end_inset
28988
28989 節を参照.
28990 \end_layout
28991
28992 \end_inset
28993
28994
28995 \end_layout
28996
28997 \begin_layout Standard
28998
28999 \series bold
29000
29001 \backslash
29002 shoveright
29003 \begin_inset Index idx
29004 range none
29005 pageformat default
29006 status collapsed
29007
29008 \begin_layout Plain Layout
29009 こまんど@コマンド ! S ! 
29010 \backslash
29011 shoveright
29012 \end_layout
29013
29014 \end_inset
29015
29016 コマンドや
29017 \backslash
29018 shoveleft
29019 \begin_inset Index idx
29020 range none
29021 pageformat default
29022 status collapsed
29023
29024 \begin_layout Plain Layout
29025 こまんど@コマンド ! S ! 
29026 \backslash
29027 shoveleft
29028 \end_layout
29029
29030 \end_inset
29031
29032
29033 \series default
29034 コマンドを使えば,中央揃えの行を右寄せや左寄せにすることができます.これらのコマンドは,以下のようにして使います.
29035 \end_layout
29036
29037 \begin_layout Standard
29038
29039 \series bold
29040
29041 \backslash
29042 shoveright{行の内容}
29043 \series default
29044 あるいは
29045 \series bold
29046
29047 \backslash
29048 shoveleft{行の内容}
29049 \end_layout
29050
29051 \begin_layout Standard
29052 \begin_inset VSpace medskip
29053 \end_inset
29054
29055
29056 \series bold
29057
29058 \backslash
29059 multlinegap
29060 \begin_inset Index idx
29061 range none
29062 pageformat default
29063 status collapsed
29064
29065 \begin_layout Plain Layout
29066 こまんど@コマンド ! M ! 
29067 \backslash
29068 multlinegap
29069 \end_layout
29070
29071 \end_inset
29072
29073
29074 \series default
29075 長は,一行めの左ページ余白からの距離を指定します.既定値は0
29076 \begin_inset space \thinspace{}
29077 \end_inset
29078
29079 ptの長さです.
29080 \end_layout
29081
29082 \begin_layout Standard
29083 以下は,上記の数式に
29084 \end_layout
29085
29086 \begin_layout Standard
29087
29088 \series bold
29089
29090 \backslash
29091 setlength{
29092 \backslash
29093 multlinegap}{2cm}
29094 \end_layout
29095
29096 \begin_layout Standard
29097 というコマンドを,\SpecialChar TeX
29098 モードで直前に挿入した例です.
29099 \begin_inset ERT
29100 status collapsed
29101
29102 \begin_layout Plain Layout
29103
29104
29105 \backslash
29106 setlength{
29107 \backslash
29108 multlinegap}{2cm}
29109 \end_layout
29110
29111 \end_inset
29112
29113
29114 \begin_inset Formula 
29115 \begin{multline}
29116 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}\\
29117 \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}}\\
29118 =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}}
29119 \end{multline}
29120
29121 \end_inset
29122
29123
29124 \begin_inset ERT
29125 status collapsed
29126
29127 \begin_layout Plain Layout
29128
29129
29130 \backslash
29131 setlength{
29132 \backslash
29133 multlinegap}{0pt}
29134 \end_layout
29135
29136 \end_inset
29137
29138 二行めは,
29139 \series bold
29140
29141 \backslash
29142 shoveleft
29143 \series default
29144 を使って左揃えにしています.
29145 \end_layout
29146
29147 \begin_layout Subsection
29148 数式の一部の多行化
29149 \begin_inset CommandInset label
29150 LatexCommand label
29151 name "subsec:数式の一部の多行化"
29152
29153 \end_inset
29154
29155
29156 \begin_inset Index idx
29157 range none
29158 pageformat default
29159 status collapsed
29160
29161 \begin_layout Plain Layout
29162 すうしき@数式 ! たぎょう@多行
29163 \begin_inset space \thinspace{}
29164 \end_inset
29165
29166 —— ! すうしきのいちぶ@数式の一部
29167 \end_layout
29168
29169 \end_inset
29170
29171
29172 \end_layout
29173
29174 \begin_layout Standard
29175 数式の一部分のみを多行表示したい場合には,
29176 \series bold
29177 aligned
29178 \series default
29179
29180 \series bold
29181 alignedat
29182 \series default
29183
29184 \series bold
29185 gathered
29186 \series default
29187
29188 \series bold
29189 split
29190 \series default
29191 のうちのいずれかの環境を使用します.これらは,
29192 \family sans
29193 挿入\SpecialChar menuseparator
29194 数式
29195 \family default
29196 メニューか,本節で解説している各コマンドを使用して挿入することができます.
29197 \end_layout
29198
29199 \begin_layout Standard
29200 最初の三つの環境は,環境名から
29201 \series bold
29202 ed
29203 \series default
29204 を省いた同名の多行数式環境と同じ性格を持ちますが,環境の前後に数式を続けることが可能です.たとえば,
29205 \begin_inset Formula 
29206 \[
29207 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29208 \Delta E\Delta t & \ge\frac{\hbar}{2}
29209 \end{aligned}
29210 \right\} \textrm{不確定性原理}
29211 \]
29212
29213 \end_inset
29214
29215
29216 \end_layout
29217
29218 \begin_layout Standard
29219 この数式を作るには,別行立て数式をまず作っておいて,そこに
29220 \series bold
29221
29222 \backslash
29223 aligned
29224 \begin_inset Index idx
29225 range none
29226 pageformat default
29227 status collapsed
29228
29229 \begin_layout Plain Layout
29230 こまんど@コマンド ! A ! 
29231 \backslash
29232 aligned
29233 \end_layout
29234
29235 \end_inset
29236
29237
29238 \series default
29239 コマンドを挿入しています.紫枠の中に青枠が現れるので,そこに必要に応じて,列や行を加えていきます.この多行環境の外には,括弧などの他の数式要素を入れることができ
29240 ます.
29241 \end_layout
29242
29243 \begin_layout Standard
29244 aligned環境は,長い数式を水平方向を揃えて表示するのにも向いています.別行立て数式内でalignedを用いるようにすると,数式番号を行末の,数式全高の中心
29245 に配置できる利点があります.以下に例として,
29246 \begin_inset CommandInset ref
29247 LatexCommand eqref
29248 reference "eq:shortlong"
29249
29250 \end_inset
29251
29252 式にaligned環境を適用したものを示します.
29253 \begin_inset Formula 
29254 \begin{equation}
29255 \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}|}\\
29256  & -\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}|}
29257 \end{aligned}
29258 \end{equation}
29259
29260 \end_inset
29261
29262
29263 \end_layout
29264
29265 \begin_layout Standard
29266
29267 \series bold
29268 alignedat
29269 \series default
29270
29271 \series bold
29272 gathered
29273 \series default
29274
29275 \series bold
29276 split
29277 \series default
29278 の各環境を使うには,それぞれ
29279 \series bold
29280
29281 \backslash
29282 alignedat
29283 \series default
29284
29285 \begin_inset Index idx
29286 range none
29287 pageformat default
29288 status collapsed
29289
29290 \begin_layout Plain Layout
29291 こまんど@コマンド ! A ! 
29292 \backslash
29293 alignedat
29294 \end_layout
29295
29296 \end_inset
29297
29298
29299 \series bold
29300
29301 \backslash
29302 gathered
29303 \series default
29304
29305 \begin_inset Index idx
29306 range none
29307 pageformat default
29308 status collapsed
29309
29310 \begin_layout Plain Layout
29311 こまんど@コマンド ! G ! 
29312 \backslash
29313 gathered
29314 \end_layout
29315
29316 \end_inset
29317
29318
29319 \series bold
29320
29321 \backslash
29322 split
29323 \series default
29324
29325 \begin_inset Index idx
29326 range none
29327 pageformat default
29328 status collapsed
29329
29330 \begin_layout Plain Layout
29331 こまんど@コマンド ! S ! 
29332 \backslash
29333 split
29334 \end_layout
29335
29336 \end_inset
29337
29338 の各コマンドを挿入します.split環境は,aligned環境と同じ性格を持ちますが,二つの列しか作ることができません.
29339 \end_layout
29340
29341 \begin_layout Subsection
29342 多行数式中のテキスト
29343 \begin_inset CommandInset label
29344 LatexCommand label
29345 name "subsec:多行数式中のテキスト"
29346
29347 \end_inset
29348
29349
29350 \begin_inset Index idx
29351 range none
29352 pageformat default
29353 status collapsed
29354
29355 \begin_layout Plain Layout
29356 てきすと @ テキスト ! すうしきちゅうの @ 数式中の
29357 \end_layout
29358
29359 \end_inset
29360
29361
29362 \begin_inset Index idx
29363 range none
29364 pageformat default
29365 status collapsed
29366
29367 \begin_layout Plain Layout
29368 すうしき @ 数式 ! たぎょう @ 多行
29369 \begin_inset space \thinspace{}
29370 \end_inset
29371
29372 —— ! てきすと @ テキスト
29373 \end_layout
29374
29375 \end_inset
29376
29377
29378 \end_layout
29379
29380 \begin_layout Standard
29381 各align系環境およびmultline・gather環境では,独立した行に列揃えの影響を受けない形でテキストを挿入することができます.これを行うには,以下の書
29382 式を持つ
29383 \series bold
29384
29385 \backslash
29386 intertext
29387 \series default
29388
29389 \begin_inset Index idx
29390 range none
29391 pageformat default
29392 status collapsed
29393
29394 \begin_layout Plain Layout
29395 こまんど@コマンド ! I ! 
29396 \backslash
29397 intertext
29398 \end_layout
29399
29400 \end_inset
29401
29402 コマンドを使います.
29403 \end_layout
29404
29405 \begin_layout Standard
29406
29407 \series bold
29408
29409 \backslash
29410 intertext{テキスト}
29411 \end_layout
29412
29413 \begin_layout Standard
29414 テキストのハイフネーションを行うことはできないので,テキストは一行に収めなくてはなりません.\SpecialChar LyX
29415 は,現時点では
29416 \series bold
29417
29418 \backslash
29419 intertext
29420 \series default
29421 を直接サポートしていないので,テキストは数式テキストとして書き入れます.ここで,
29422 \series bold
29423
29424 \backslash
29425 intertext
29426 \series default
29427 は行頭になくてはならず,当該行の上に出力されます.以下は,二行めの行頭にテキストを入れた例です.
29428 \begin_inset Formula 
29429 \begin{align}
29430 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29431 \intertext{\text{被積分函数は\ensuremath{\phi=\pi}において対称なので、}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
29432 \end{align}
29433
29434 \end_inset
29435
29436
29437 \end_layout
29438
29439 \begin_layout Standard
29440
29441 \series bold
29442
29443 \backslash
29444 intertext
29445 \series default
29446 は,文と数式行の間に,常に縦空白を生み出します.この空白を抑制するには,文書設定の
29447 \family sans
29448 数式オプション
29449 \family default
29450
29451 \series bold
29452 mathtools
29453 \series default
29454
29455 \begin_inset Index idx
29456 range none
29457 pageformat default
29458 status collapsed
29459
29460 \begin_layout Plain Layout
29461 ぱっけーじ@パッケージ ! mathtools
29462 \end_layout
29463
29464 \end_inset
29465
29466 パッケージを
29467 \family sans
29468 常に読み込み
29469 \family default
29470 に設定してください.そうすると,以下のように,
29471 \series bold
29472
29473 \backslash
29474 intertext
29475 \series default
29476 の代わりに
29477 \series bold
29478
29479 \backslash
29480 shortintertext
29481 \series default
29482
29483 \begin_inset Index idx
29484 range none
29485 pageformat default
29486 status collapsed
29487
29488 \begin_layout Plain Layout
29489 こまんど@コマンド ! S ! 
29490 \backslash
29491 shortintertext
29492 \end_layout
29493
29494 \end_inset
29495
29496 コマンドを使うことができます.
29497 \begin_inset Formula 
29498 \begin{align}
29499 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29500 \shortintertext{\text{被積分函数は\ensuremath{\phi=\pi}において対称なので、}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
29501 \end{align}
29502
29503 \end_inset
29504
29505
29506 \end_layout
29507
29508 \begin_layout Section
29509 数式番号
29510 \begin_inset Index idx
29511 range none
29512 pageformat default
29513 status collapsed
29514
29515 \begin_layout Plain Layout
29516 すうしきばんごう@数式番号
29517 \end_layout
29518
29519 \end_inset
29520
29521
29522 \begin_inset Index idx
29523 range none
29524 pageformat default
29525 status collapsed
29526
29527 \begin_layout Plain Layout
29528 すうしき@数式 ! ばんごう@番号
29529 \begin_inset ERT
29530 status collapsed
29531
29532 \begin_layout Plain Layout
29533
29534 |see{
29535 \end_layout
29536
29537 \end_inset
29538
29539 数式番号
29540 \begin_inset ERT
29541 status collapsed
29542
29543 \begin_layout Plain Layout
29544
29545 }
29546 \end_layout
29547
29548 \end_inset
29549
29550
29551 \end_layout
29552
29553 \end_inset
29554
29555
29556 \end_layout
29557
29558 \begin_layout Subsection
29559 概要
29560 \end_layout
29561
29562 \begin_layout Standard
29563 付番数式は,
29564 \family sans
29565 挿入\SpecialChar menuseparator
29566 数式\SpecialChar menuseparator
29567 付番数式
29568 \family default
29569 メニュー(
29570 \begin_inset Flex Ruby
29571 status collapsed
29572
29573 \begin_layout Plain Layout
29574 捷径
29575 \begin_inset Argument post:1
29576 status collapsed
29577
29578 \begin_layout Plain Layout
29579 ショートカット
29580 \end_layout
29581
29582 \end_inset
29583
29584
29585 \end_layout
29586
29587 \end_inset
29588
29589
29590 \family sans
29591 Ctrl+Alt
29592 \begin_inset space ~
29593 \end_inset
29594
29595 N
29596 \family default
29597 )で作ることができます.既存の数式に番号を振るには,
29598 \family sans
29599 編集\SpecialChar menuseparator
29600 数式\SpecialChar menuseparator
29601 数式全体を付番
29602 \family default
29603 メニュー(捷径:
29604 \begin_inset Info
29605 type  "shortcut"
29606 arg   "math-number-toggle"
29607 \end_inset
29608
29609 )を使います.\SpecialChar LyX
29610 中において数式番号は,数式の後に括弧に囲まれた「#」で表されます.「#」は,実際の出力では数式番号に置き換えられます.
29611 \end_layout
29612
29613 \begin_layout Standard
29614 多行数式で付番が有効になっているときには,すべての行に番号が振られます.ただし,
29615 \family sans
29616 編集\SpecialChar menuseparator
29617 数式\SpecialChar menuseparator
29618 この行を付番
29619 \family default
29620 メニュー(捷径:
29621 \begin_inset Info
29622 type  "shortcut"
29623 arg   "math-number-line-toggle"
29624 \end_inset
29625
29626 )を使用すれば,各行毎に付番するかどうか指定することができます.
29627 \end_layout
29628
29629 \begin_layout Standard
29630 行内数式を除いて,すべての数式は二通りの様式で番号を振ることができます.第
29631 \begin_inset CommandInset ref
29632 LatexCommand ref
29633 reference "sec:数式様式"
29634
29635 \end_inset
29636
29637 節をご覧下さい.
29638 \end_layout
29639
29640 \begin_layout Subsection
29641 相互参照
29642 \begin_inset Index idx
29643 range none
29644 pageformat default
29645 status collapsed
29646
29647 \begin_layout Plain Layout
29648 そうごさんしょう@相互参照 ! すうしきへの@数式への
29649 \end_layout
29650
29651 \end_inset
29652
29653
29654 \end_layout
29655
29656 \begin_layout Standard
29657 ラベルを付けた数式は,すべて相互参照することができます.ラベルは,
29658 \family sans
29659 挿入\SpecialChar menuseparator
29660 ラベル
29661 \family default
29662 メニューか,ツールバーボタンの
29663 \begin_inset Info
29664 type  "icon"
29665 arg   "label-insert"
29666 \end_inset
29667
29668 で付けることができます.このとき,カーソルは別行立て数式の中になくてはなりません.すると,テキストフィールドの中に
29669 \series bold
29670 eq:と
29671 \series default
29672 いう接頭語の入ったダイアログが現れるので,接頭語の後にラベルを挿入します.この既定の接頭辞は「equation(数式)」を意味し,こうして数式ラベルであるとの標
29673 を付けることによって,節ラベルなどから区別し,大きな文書の中でラベルを見つけるのを容易にします.ラベルを変更するには,
29674 \family sans
29675 挿入\SpecialChar menuseparator
29676 ラベル
29677 \family default
29678 メニューをもういちど使って下さい.
29679 \end_layout
29680
29681 \begin_layout Standard
29682 \SpecialChar LyX
29683 中でラベル名は,数式の後ろに,二つの括弧に囲まれて表示されます.ラベル付きの数式はつねに付番されます.
29684 \end_layout
29685
29686 \begin_layout Standard
29687 相互参照は,
29688 \family sans
29689 挿入\SpecialChar menuseparator
29690 相互参照
29691 \family default
29692 メニューかツールバーボタンの
29693 \begin_inset Info
29694 type  "icon"
29695 arg   "dialog-show-new-inset ref"
29696 \end_inset
29697
29698 を使って挿入します.数式相互参照は,出力では数式番号として表示されます.相互参照ダイアログで「
29699 \series bold
29700 (<参照>)
29701 \series default
29702 」書式を選択した場合には,出力での相互参照は,括弧に囲まれた数式番号として表示されます.
29703 \begin_inset Newline newline
29704 \end_inset
29705
29706 \SpecialChar LyX
29707 中で相互参照を右クリックすると,参照先の数式に移動することができます.
29708 \end_layout
29709
29710 \begin_layout Standard
29711 以下は,後の各小節に現れる数式への相互参照を含む例です.
29712 \begin_inset Note Note
29713 status open
29714
29715 \begin_layout Plain Layout
29716 相互参照の型の違いに留意してください.
29717 \end_layout
29718
29719 \end_inset
29720
29721
29722 \end_layout
29723
29724 \begin_layout Standard
29725 \begin_inset CommandInset ref
29726 LatexCommand eqref
29727 reference "eq:tag"
29728
29729 \end_inset
29730
29731 式と
29732 \begin_inset CommandInset ref
29733 LatexCommand eqref
29734 reference "eq:c"
29735
29736 \end_inset
29737
29738 式は,等価です.(
29739 \begin_inset CommandInset ref
29740 LatexCommand ref
29741 reference "eq:Rom"
29742
29743 \end_inset
29744
29745 )式とは異なり,(
29746 \begin_inset CommandInset ref
29747 LatexCommand ref
29748 reference "eq:Lat"
29749
29750 \end_inset
29751
29752 )式では,付番にラテン数字を使用しています.
29753 \end_layout
29754
29755 \begin_layout Standard
29756 \begin_inset VSpace medskip
29757 \end_inset
29758
29759
29760 \series bold
29761
29762 \backslash
29763 tag
29764 \begin_inset Foot
29765 status collapsed
29766
29767 \begin_layout Plain Layout
29768
29769 \series bold
29770
29771 \backslash
29772 tag
29773 \series default
29774 は,第
29775 \begin_inset CommandInset ref
29776 LatexCommand ref
29777 reference "subsec:自己定義番号"
29778
29779 \end_inset
29780
29781 節に説明があります.
29782 \end_layout
29783
29784 \end_inset
29785
29786
29787 \series default
29788 の引数が,第
29789 \begin_inset CommandInset ref
29790 LatexCommand ref
29791 reference "subsec:段落ボックス"
29792
29793 \end_inset
29794
29795 節で述べたボックスを含んでいるときには,その数式を参照することはできません.
29796 \end_layout
29797
29798 \begin_layout Subsection
29799 細目番号
29800 \begin_inset Index idx
29801 range none
29802 pageformat default
29803 status collapsed
29804
29805 \begin_layout Plain Layout
29806 すうしきばんごう@数式番号 ! さいもくばんごう@細目番号
29807 \end_layout
29808
29809 \end_inset
29810
29811
29812 \end_layout
29813
29814 \begin_layout Standard
29815
29816 \lang english
29817 Formulas can be numbered as subequations.
29818  To activate this feature, add the module 
29819 \family sans
29820 Subequations
29821 \family default
29822  to the document in the menu 
29823 \family sans
29824 Document\SpecialChar menuseparator
29825 Settings\SpecialChar menuseparator
29826 Modules
29827 \family default
29828 .
29829  To insert subequations use the menu 
29830 \family sans
29831 Insert\SpecialChar menuseparator
29832 Custom Insets\SpecialChar menuseparator
29833 Subequations
29834 \family default
29835 .
29836 \end_layout
29837
29838 \begin_layout Standard
29839
29840 \lang english
29841 The equations to be subnumbered are put into the 
29842 \family sans
29843 Subequations
29844 \family default
29845  inset
29846 \lang japanese
29847 .たとえば,
29848 \begin_inset Formula 
29849 \begin{equation}
29850 A=C-B
29851 \end{equation}
29852
29853 \end_inset
29854
29855
29856 \begin_inset VSpace -5mm
29857 \end_inset
29858
29859
29860 \begin_inset Flex Subequations
29861 status open
29862
29863 \begin_layout Plain Layout
29864 \begin_inset Formula 
29865 \begin{equation}
29866 B=C-A\label{eq:b}
29867 \end{equation}
29868
29869 \end_inset
29870
29871
29872 \begin_inset Formula 
29873 \begin{equation}
29874 C=A+B\label{eq:c}
29875 \end{equation}
29876
29877 \end_inset
29878
29879
29880 \end_layout
29881
29882 \end_inset
29883
29884
29885 \end_layout
29886
29887 \begin_layout Standard
29888
29889 \lang english
29890 Every formula in the 
29891 \family sans
29892 Subequations
29893 \family default
29894  inset will be subnumbered with 
29895 \lang japanese
29896 a・b・c\SpecialChar ldots
29897 のように細目番号が振られます.
29898 \end_layout
29899
29900 \begin_layout Standard
29901 細目番号への参照は,
29902 \begin_inset CommandInset ref
29903 LatexCommand eqref
29904 reference "eq:b"
29905
29906 \end_inset
29907
29908
29909 \begin_inset CommandInset ref
29910 LatexCommand eqref
29911 reference "eq:c"
29912
29913 \end_inset
29914
29915
29916 \lang english
29917 If you want to reference the subequations collectively, insert a label as
29918  first thing in the 
29919 \family sans
29920 Subequations
29921 \family default
29922  inset
29923 \lang japanese
29924 .数式
29925 \begin_inset CommandInset ref
29926 LatexCommand eqref
29927 reference "eq:以下は"
29928
29929 \end_inset
29930
29931 はその例です.
29932 \end_layout
29933
29934 \begin_layout Standard
29935
29936 \lang english
29937 By inserting subequations vertical space is added before it
29938 \lang japanese
29939 .これを戻すために,-5
29940 \begin_inset space \thinspace{}
29941 \end_inset
29942
29943 mm
29944 \lang english
29945 vertical space right before the 
29946 \family sans
29947 Subequations
29948 \family default
29949  inset
29950 \lang japanese
29951 .数式様式として
29952 \series bold
29953 行頭下げ
29954 \begin_inset Foot
29955 status collapsed
29956
29957 \begin_layout Plain Layout
29958 数式様式に関しては,第
29959 \begin_inset CommandInset ref
29960 LatexCommand ref
29961 reference "sec:数式様式"
29962
29963 \end_inset
29964
29965 節を参照.
29966 \end_layout
29967
29968 \end_inset
29969
29970
29971 \series default
29972 を用いているときには,これを-7
29973 \begin_inset space \thinspace{}
29974 \end_inset
29975
29976 mm空白にしてください.
29977 \end_layout
29978
29979 \begin_layout Standard
29980
29981 \lang english
29982 To get another subnumber instead of small Latin letters, insert this command
29983  as \SpecialChar TeX
29984  code before the equations in the 
29985 \family sans
29986 Subequations
29987 \family default
29988  inset:
29989 \end_layout
29990
29991 \begin_layout Standard
29992
29993 \series bold
29994
29995 \backslash
29996 renewcommand{
29997 \backslash
29998 theequation}{
29999 \backslash
30000 theparentequation -
30001 \backslash
30002 roman{equation}}
30003 \end_layout
30004
30005 \begin_layout Standard
30006 ここで,
30007 \backslash
30008 theparentequationは親番号を生成し,
30009 \backslash
30010 roman{equation}は細目番号として小文字ローマ数字を生成します.番号付けの調整について,詳しくは第
30011 \begin_inset CommandInset ref
30012 LatexCommand ref
30013 reference "subsec:ローマ数字や文字を使った付番"
30014
30015 \end_inset
30016
30017 節を参照してください.
30018 \end_layout
30019
30020 \begin_layout Standard
30021 下記は,番号付けを調整済みで,2行目の付番を消した多行数式の例です.
30022 \begin_inset Flex Subequations
30023 status open
30024
30025 \begin_layout Plain Layout
30026 \begin_inset CommandInset label
30027 LatexCommand label
30028 name "eq:以下は"
30029
30030 \end_inset
30031
30032
30033 \begin_inset ERT
30034 status open
30035
30036 \begin_layout Plain Layout
30037
30038
30039 \backslash
30040 renewcommand{
30041 \backslash
30042 theequation}{
30043 \backslash
30044 theparentequation -
30045 \backslash
30046 roman{equation}}
30047 \end_layout
30048
30049 \end_inset
30050
30051
30052 \begin_inset Formula 
30053 \begin{eqnarray}
30054 A & = & (B-Z)^{2}=(B-Z)(B-Z)\\
30055  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
30056  & = & B^{2}-2BZ+Z^{2}
30057 \end{eqnarray}
30058
30059 \end_inset
30060
30061
30062 \end_layout
30063
30064 \end_inset
30065
30066
30067 \end_layout
30068
30069 \begin_layout Subsection
30070 ローマ数字や文字を使った付番
30071 \begin_inset CommandInset label
30072 LatexCommand label
30073 name "subsec:ローマ数字や文字を使った付番"
30074
30075 \end_inset
30076
30077
30078 \begin_inset Index idx
30079 range none
30080 pageformat default
30081 status collapsed
30082
30083 \begin_layout Plain Layout
30084 すうしきばんごう@数式番号 ! もじをつかった@文字を使った
30085 \end_layout
30086
30087 \end_inset
30088
30089
30090 \begin_inset Index idx
30091 range none
30092 pageformat default
30093 status collapsed
30094
30095 \begin_layout Plain Layout
30096 すうしきばんごう@数式番号 ! ろーますうじをつかった@ローマ数字を使った
30097 \end_layout
30098
30099 \end_inset
30100
30101
30102 \end_layout
30103
30104 \begin_layout Standard
30105 数式は,ローマ数字やラテン文字を使って付番することもできます.たとえば,小文字のローマ数字を使って付番するには,数式の前に\SpecialChar TeX
30106 モードで
30107 \end_layout
30108
30109 \begin_layout Standard
30110
30111 \series bold
30112
30113 \backslash
30114 renewcommand{
30115 \backslash
30116 theequation}{
30117 \backslash
30118 roman{equation}}
30119 \end_layout
30120
30121 \begin_layout Standard
30122 というコマンドを入れます.
30123 \series bold
30124
30125 \backslash
30126 renewcommand
30127 \series default
30128
30129 \begin_inset Index idx
30130 range none
30131 pageformat default
30132 status collapsed
30133
30134 \begin_layout Plain Layout
30135 こまんど@コマンド ! R ! 
30136 \backslash
30137 renewcommand
30138 \end_layout
30139
30140 \end_inset
30141
30142 は,定義済みのコマンド
30143 \series bold
30144
30145 \backslash
30146 theequation
30147 \series default
30148 をコマンド
30149 \series bold
30150
30151 \backslash
30152 roman{equation}
30153 \series default
30154 に再定義します
30155 \begin_inset Foot
30156 status collapsed
30157
30158 \begin_layout Plain Layout
30159
30160 \series bold
30161
30162 \backslash
30163 renewcommand
30164 \series default
30165 コマンドは,第
30166 \begin_inset CommandInset ref
30167 LatexCommand ref
30168 reference "subsec:newcommandコマンド"
30169
30170 \end_inset
30171
30172 節に述べられている
30173 \series bold
30174
30175 \backslash
30176 newcommand
30177 \series default
30178 コマンドと同じ書式を持ちます.
30179 \end_layout
30180
30181 \end_inset
30182
30183 .ここで,
30184 \series bold
30185 equation
30186 \series default
30187 は数式カウンタです.コマンド
30188 \series bold
30189
30190 \backslash
30191 the
30192 \series default
30193 をカウンタの接頭辞として使用すると,カウンタの値がアラビア数字として出力されます.数式に番号を振ると,\SpecialChar LaTeX
30194 は,内部的に
30195 \series bold
30196
30197 \backslash
30198 theequation
30199 \series default
30200 コマンドを数式の後ろに置くのです.
30201 \series bold
30202
30203 \backslash
30204 roman{equation}
30205 \begin_inset Index idx
30206 range none
30207 pageformat default
30208 status collapsed
30209
30210 \begin_layout Plain Layout
30211 こまんど@コマンド ! R ! 
30212 \backslash
30213 roman
30214 \end_layout
30215
30216 \end_inset
30217
30218
30219 \series default
30220 は,カウンタを小文字のローマ数字として出力します.
30221 \end_layout
30222
30223 \begin_layout Standard
30224 こうして,
30225 \series bold
30226
30227 \backslash
30228 renew
30229 \series default
30230 c
30231 \series bold
30232 ommand
30233 \series default
30234 コマンド以降の数式はすべて,ローマ数字で付番されるようになります.大文字のローマ数字での付番に切り替えたいときは,同じコマンドの
30235 \series bold
30236
30237 \backslash
30238 roman
30239 \series default
30240 の部分を
30241 \series bold
30242
30243 \backslash
30244 Roman
30245 \series default
30246
30247 \begin_inset Index idx
30248 range none
30249 pageformat default
30250 status collapsed
30251
30252 \begin_layout Plain Layout
30253 こまんど@コマンド ! R ! 
30254 \backslash
30255 roman@
30256 \backslash
30257 Roman
30258 \end_layout
30259
30260 \end_inset
30261
30262 に変えて挿入します.また,小文字ラテン文字を使って「付番」したいときのために,
30263 \series bold
30264
30265 \backslash
30266 alph
30267 \series default
30268
30269 \begin_inset Index idx
30270 range none
30271 pageformat default
30272 status collapsed
30273
30274 \begin_layout Plain Layout
30275 こまんど@コマンド ! A ! 
30276 \backslash
30277 alph
30278 \end_layout
30279
30280 \end_inset
30281
30282 コマンドがあり,大文字ラテン文字を使って付番したいときのためには,
30283 \series bold
30284
30285 \backslash
30286 Alph
30287 \series default
30288
30289 \begin_inset Index idx
30290 range none
30291 pageformat default
30292 status collapsed
30293
30294 \begin_layout Plain Layout
30295 こまんど@コマンド ! A ! 
30296 \backslash
30297 alph@
30298 \backslash
30299 Alph
30300 \end_layout
30301
30302 \end_inset
30303
30304 コマンドがあります.
30305 \end_layout
30306
30307 \begin_layout Standard
30308 \begin_inset Note Greyedout
30309 status open
30310
30311 \begin_layout Plain Layout
30312
30313 \series bold
30314 【註】
30315 \series default
30316 ラテン文字を使うと,一つの文書の中で,最大26個の数式しか番号を振ることができません.
30317 \end_layout
30318
30319 \end_inset
30320
30321
30322 \begin_inset Newpage newpage
30323 \end_inset
30324
30325
30326 \end_layout
30327
30328 \begin_layout Standard
30329 \begin_inset ERT
30330 status collapsed
30331
30332 \begin_layout Plain Layout
30333
30334
30335 \backslash
30336 renewcommand{
30337 \backslash
30338 theequation}{
30339 \backslash
30340 roman{equation}}
30341 \end_layout
30342
30343 \end_inset
30344
30345
30346 \end_layout
30347
30348 \begin_layout Standard
30349 \begin_inset Formula 
30350 \begin{equation}
30351 A=\textrm{小文字ローマ数字}
30352 \end{equation}
30353
30354 \end_inset
30355
30356
30357 \begin_inset ERT
30358 status collapsed
30359
30360 \begin_layout Plain Layout
30361
30362
30363 \backslash
30364 renewcommand{
30365 \backslash
30366 theequation}{
30367 \backslash
30368 Roman{equation}}
30369 \end_layout
30370
30371 \end_inset
30372
30373
30374 \begin_inset Formula 
30375 \begin{equation}
30376 B=\textrm{大文字ローマ数字}\label{eq:Rom}
30377 \end{equation}
30378
30379 \end_inset
30380
30381
30382 \begin_inset ERT
30383 status collapsed
30384
30385 \begin_layout Plain Layout
30386
30387
30388 \backslash
30389 renewcommand{
30390 \backslash
30391 theequation}{
30392 \backslash
30393 alph{equation}}
30394 \end_layout
30395
30396 \end_inset
30397
30398
30399 \begin_inset Formula 
30400 \begin{equation}
30401 C=\textrm{小文字ラテン文字}
30402 \end{equation}
30403
30404 \end_inset
30405
30406
30407 \begin_inset ERT
30408 status collapsed
30409
30410 \begin_layout Plain Layout
30411
30412
30413 \backslash
30414 renewcommand{
30415 \backslash
30416 theequation}{
30417 \backslash
30418 Alph{equation}}
30419 \end_layout
30420
30421 \end_inset
30422
30423
30424 \begin_inset Formula 
30425 \begin{equation}
30426 D=\textrm{大文字ラテン文字}\label{eq:Lat}
30427 \end{equation}
30428
30429 \end_inset
30430
30431
30432 \end_layout
30433
30434 \begin_layout Standard
30435 既定の付番方式に戻すには,以下のコマンドを挿入してください.
30436 \end_layout
30437
30438 \begin_layout Standard
30439
30440 \series bold
30441
30442 \backslash
30443 renewcommand{
30444 \backslash
30445 theequation}{
30446 \backslash
30447 arabic{equation}}
30448 \begin_inset Index idx
30449 range none
30450 pageformat default
30451 status collapsed
30452
30453 \begin_layout Plain Layout
30454 こまんど@コマンド ! A ! 
30455 \backslash
30456 arabic
30457 \end_layout
30458
30459 \end_inset
30460
30461
30462 \end_layout
30463
30464 \begin_layout Standard
30465 \begin_inset ERT
30466 status collapsed
30467
30468 \begin_layout Plain Layout
30469
30470
30471 \backslash
30472 renewcommand{
30473 \backslash
30474 theequation}{
30475 \backslash
30476 arabic{equation}}
30477 \end_layout
30478
30479 \end_inset
30480
30481
30482 \begin_inset Formula 
30483 \begin{equation}
30484 E=\textrm{アラビア数字}
30485 \end{equation}
30486
30487 \end_inset
30488
30489
30490 \end_layout
30491
30492 \begin_layout Standard
30493 \begin_inset VSpace medskip
30494 \end_inset
30495
30496 以上からわかるとおり,付番様式の違いに関わらず,数式番号は連番で振られます.様式変更時に「1」から番号が始まるようにするためには,新しい数式カウンタを定義しなく
30497 てはなりません.この点に関する説明は,ファイル
30498 \begin_inset CommandInset href
30499 LatexCommand href
30500 name "Formula-numbering.lyx"
30501 target "run:Formula-numbering.lyx"
30502 literal "false"
30503
30504 \end_inset
30505
30506 にあります.
30507 \end_layout
30508
30509 \begin_layout Subsection
30510 自己定義番号
30511 \begin_inset CommandInset label
30512 LatexCommand label
30513 name "subsec:自己定義番号"
30514
30515 \end_inset
30516
30517
30518 \begin_inset Index idx
30519 range none
30520 pageformat default
30521 status collapsed
30522
30523 \begin_layout Plain Layout
30524 すうしきばんごう@数式番号 ! じこていぎ@自己定義
30525 \end_layout
30526
30527 \end_inset
30528
30529
30530 \end_layout
30531
30532 \begin_layout Standard
30533 \begin_inset Note Greyedout
30534 status open
30535
30536 \begin_layout Plain Layout
30537
30538 \series bold
30539 【註】
30540 \series default
30541 \lang english
30542 If the document language is a right-to-left language such as Arabic, you
30543  must add this to the to the \SpecialChar LaTeX
30544 -preamble to be able to use the commands described
30545  in this section:
30546 \lang japanese
30547
30548 \begin_inset Newline newline
30549 \end_inset
30550
30551
30552 \series bold
30553
30554 \backslash
30555 AtBeginDocument{
30556 \begin_inset Newline newline
30557 \end_inset
30558
30559
30560 \begin_inset Phantom HPhantom
30561 status open
30562
30563 \begin_layout Plain Layout
30564 \begin_inset space ~
30565 \end_inset
30566
30567
30568 \end_layout
30569
30570 \end_inset
30571
30572
30573 \backslash
30574 def
30575 \backslash
30576 tagform@#1{
30577 \backslash
30578 maketag@@@{(
30579 \backslash
30580 ignorespaces#1
30581 \backslash
30582 unskip)}} }
30583 \end_layout
30584
30585 \end_inset
30586
30587
30588 \end_layout
30589
30590 \begin_layout Standard
30591 \begin_inset Index idx
30592 range none
30593 pageformat default
30594 status collapsed
30595
30596 \begin_layout Plain Layout
30597 すうしきばんごう@数式番号 ! じこていぎくぎり@自己定義区切り
30598 \end_layout
30599
30600 \end_inset
30601
30602 標準の付番では,数式番号の周りに括弧が表示されます.括弧をたとえば縦棒に置き換えるには,\SpecialChar LaTeX
30603 プリアンブルに以下の行を付け加えます.
30604 \end_layout
30605
30606 \begin_layout Standard
30607
30608 \series bold
30609
30610 \backslash
30611 AtBeginDocument{
30612 \begin_inset Newline newline
30613 \end_inset
30614
30615
30616 \begin_inset Phantom HPhantom
30617 status open
30618
30619 \begin_layout Plain Layout
30620 \begin_inset space ~
30621 \end_inset
30622
30623
30624 \end_layout
30625
30626 \end_inset
30627
30628
30629 \backslash
30630 def
30631 \backslash
30632 tagform@#1{
30633 \backslash
30634 maketag@@@{
30635 \series default
30636
30637 \begin_inset Formula $\boldsymbol{|}$
30638 \end_inset
30639
30640
30641 \series bold
30642 #1
30643 \series default
30644
30645 \begin_inset Formula $\boldsymbol{|}$
30646 \end_inset
30647
30648
30649 \series bold
30650 }}
30651 \series default
30652  }
30653 \begin_inset Note Note
30654 status collapsed
30655
30656 \begin_layout Plain Layout
30657 このマクロは,テスト用に\SpecialChar LaTeX
30658 プリアンブルで既に宣言されています.これを有効にするには,最初のパーセント記号を取り除いて下さい.
30659 \end_layout
30660
30661 \end_inset
30662
30663
30664 \end_layout
30665
30666 \begin_layout Standard
30667 他の記号を使いたいときには,
30668 \series bold
30669 #1
30670 \series default
30671 脇の縦棒を一つないし複数の文字で置き換えて下さい.数式番号だけで良い時は,縦棒を削除して下さい.
30672 \end_layout
30673
30674 \begin_layout Standard
30675 \begin_inset VSpace bigskip
30676 \end_inset
30677
30678 数式の後ろに,括弧に囲まれた連番の代わりに,何かしらの表現が欲しいときには,以下のように
30679 \series bold
30680
30681 \backslash
30682 tag
30683 \series default
30684
30685 \begin_inset Index idx
30686 range none
30687 pageformat default
30688 status collapsed
30689
30690 \begin_layout Plain Layout
30691 こまんど@コマンド ! T ! 
30692 \backslash
30693 tag
30694 \end_layout
30695
30696 \end_inset
30697
30698 コマンドを使います.
30699 \begin_inset Formula 
30700 \begin{equation}
30701 A+B=C\tag{何とかかんとか}\label{eq:tag}
30702 \end{equation}
30703
30704 \end_inset
30705
30706 上記の例では,
30707 \series bold
30708
30709 \backslash
30710 tag
30711 \begin_inset space \textvisiblespace{}
30712 \end_inset
30713
30714 何とかかんとか
30715 \series default
30716 というコマンドを数式に打ち込んでいます.
30717 \end_layout
30718
30719 \begin_layout Standard
30720 代わりに
30721 \series bold
30722
30723 \backslash
30724 tag*
30725 \begin_inset space \textvisiblespace{}
30726 \end_inset
30727
30728 何とかかんとか
30729 \series default
30730 というコマンドを使うと,星印は表現の周りの括弧を抑制するので,以下のようになります.
30731 \begin_inset Formula 
30732 \[
30733 A+B=C\tag*{something}
30734 \]
30735
30736 \end_inset
30737
30738
30739 \end_layout
30740
30741 \begin_layout Standard
30742 \begin_inset VSpace bigskip
30743 \end_inset
30744
30745 数式番号を,文書中の新しい部門や節ごとに振りなおしたいときには,部に関しては
30746 \begin_inset Newline newline
30747 \end_inset
30748
30749
30750 \series bold
30751
30752 \backslash
30753 @addtoreset{equation}{part}
30754 \series default
30755
30756 \begin_inset Index idx
30757 range none
30758 pageformat default
30759 status collapsed
30760
30761 \begin_layout Plain Layout
30762 こまんど@コマンド ! 
30763 \backslash
30764 @記号 ! 
30765 \backslash
30766
30767 \begin_inset ERT
30768 status collapsed
30769
30770 \begin_layout Plain Layout
30771
30772 "
30773 \end_layout
30774
30775 \end_inset
30776
30777 @
30778 \begin_inset ERT
30779 status collapsed
30780
30781 \begin_layout Plain Layout
30782
30783 "
30784 \end_layout
30785
30786 \end_inset
30787
30788 addtoreset
30789 \end_layout
30790
30791 \end_inset
30792
30793
30794 \begin_inset Newline newline
30795 \end_inset
30796
30797 節に関しては
30798 \begin_inset Newline newline
30799 \end_inset
30800
30801
30802 \series bold
30803
30804 \backslash
30805 @addtoreset{equation}{section}
30806 \begin_inset Newline newline
30807 \end_inset
30808
30809
30810 \series default
30811 というコマンドを使います.
30812 \end_layout
30813
30814 \begin_layout Standard
30815 これらのコマンドを\SpecialChar TeX
30816 モードで使えるようにするためには,
30817 \series bold
30818
30819 \backslash
30820 makeatletter
30821 \series default
30822 コマンドで「@」字を\SpecialChar LaTeX
30823 中で「有効」にしてやらなくてはなりません.一方,
30824 \series bold
30825
30826 \backslash
30827 makeatother
30828 \series default
30829 コマンドはこれを無効にします.したがって,\SpecialChar TeX
30830 モード中での上記コマンド列は,
30831 \end_layout
30832
30833 \begin_layout Standard
30834
30835 \series bold
30836
30837 \backslash
30838 makeatletter
30839 \begin_inset Newline newline
30840 \end_inset
30841
30842
30843 \backslash
30844 @addtoreset{equation}{section}
30845 \begin_inset Newline newline
30846 \end_inset
30847
30848
30849 \backslash
30850 makeatother
30851 \begin_inset Newline newline
30852 \end_inset
30853
30854
30855 \series default
30856 のようにならなくてはなりません.
30857 \end_layout
30858
30859 \begin_layout Standard
30860 \SpecialChar LaTeX
30861 プリアンブル中では,
30862 \series bold
30863
30864 \backslash
30865 makeatletter
30866 \series default
30867
30868 \series bold
30869
30870 \backslash
30871 makeatother
30872 \series default
30873 は,\SpecialChar LyX
30874 が内部的に自動で挿入するので省略してかまいません.
30875 \end_layout
30876
30877 \begin_layout Standard
30878
30879 \series bold
30880
30881 \backslash
30882 @addtoreset
30883 \series default
30884 を戻すには,まず\SpecialChar LaTeX
30885 プリアンブル中に
30886 \end_layout
30887
30888 \begin_layout Standard
30889
30890 \series bold
30891
30892 \backslash
30893 usepackage{remreset}
30894 \end_layout
30895
30896 \begin_layout Standard
30897 という行を入れて,
30898 \series bold
30899 remreset.sty
30900 \series default
30901
30902 \begin_inset Foot
30903 status collapsed
30904
30905 \begin_layout Plain Layout
30906
30907 \series bold
30908 remreset
30909 \series default
30910 は,\SpecialChar LaTeX
30911 パッケージの
30912 \series bold
30913 carlisle
30914 \series default
30915
30916 \begin_inset Index idx
30917 range none
30918 pageformat default
30919 status collapsed
30920
30921 \begin_layout Plain Layout
30922 ぱっけーじ@パッケージ ! carlisle
30923 \end_layout
30924
30925 \end_inset
30926
30927 の一部として含まれており,\SpecialChar LaTeX
30928 標準頒布版には含まれています.
30929 \end_layout
30930
30931 \end_inset
30932
30933
30934 \begin_inset Index idx
30935 range none
30936 pageformat default
30937 status collapsed
30938
30939 \begin_layout Plain Layout
30940 ぱっけーじ@パッケージ ! remreset
30941 \end_layout
30942
30943 \end_inset
30944
30945 ファイルを読み込んでおかなくてはなりません.その後
30946 \begin_inset Newline newline
30947 \end_inset
30948
30949
30950 \series bold
30951
30952 \backslash
30953 @removefromreset
30954 \series default
30955
30956 \begin_inset Index idx
30957 range none
30958 pageformat default
30959 status collapsed
30960
30961 \begin_layout Plain Layout
30962 こまんど@コマンド ! 
30963 \backslash
30964 @記号 ! 
30965 \backslash
30966
30967 \begin_inset ERT
30968 status collapsed
30969
30970 \begin_layout Plain Layout
30971
30972 "
30973 \end_layout
30974
30975 \end_inset
30976
30977 @
30978 \begin_inset ERT
30979 status collapsed
30980
30981 \begin_layout Plain Layout
30982
30983 "
30984 \end_layout
30985
30986 \end_inset
30987
30988 removefromreset
30989 \end_layout
30990
30991 \end_inset
30992
30993 コマンドを
30994 \series bold
30995
30996 \backslash
30997 @addtoreset
30998 \series default
30999 と同じ書式で使用すると,
31000 \series bold
31001
31002 \backslash
31003 @addtoreset
31004 \series default
31005 を戻すことができます.
31006 \end_layout
31007
31008 \begin_layout Standard
31009 \begin_inset VSpace bigskip
31010 \end_inset
31011
31012 ときには,数式を
31013 \end_layout
31014
31015 \begin_layout Standard
31016
31017 \family typewriter
31018 (節番号.数式番号)
31019 \end_layout
31020
31021 \begin_layout Standard
31022 のような形で付番し,節ごとに数式番号を「1」から始めさせなくてはならないときがあります.
31023 \end_layout
31024
31025 \begin_layout Standard
31026 このような場合のために,
31027 \series bold
31028
31029 \backslash
31030 numberwithin
31031 \series default
31032
31033 \begin_inset Index idx
31034 range none
31035 pageformat default
31036 status collapsed
31037
31038 \begin_layout Plain Layout
31039 こまんど@コマンド ! N ! 
31040 \backslash
31041 numberwithin
31042 \end_layout
31043
31044 \end_inset
31045
31046 というコマンドがあり,
31047 \end_layout
31048
31049 \begin_layout Standard
31050
31051 \series bold
31052
31053 \backslash
31054 numberwithin{カウンタ}{節階層}
31055 \end_layout
31056
31057 \begin_layout Standard
31058 という書式で用います.「カウンタ」は,どの番号を制御するかを表し,「節階層」は点の前に何の番号を振るのかを表します.
31059 \end_layout
31060
31061 \begin_layout Standard
31062 したがって,ここでは\SpecialChar LaTeX
31063 プリアンブルか\SpecialChar TeX
31064 コードで
31065 \end_layout
31066
31067 \begin_layout Standard
31068
31069 \series bold
31070
31071 \backslash
31072 numberwithin{equation}{section}
31073 \end_layout
31074
31075 \begin_layout Standard
31076 という行を用いることにしましょう.その結果がこれです.
31077 \begin_inset ERT
31078 status collapsed
31079
31080 \begin_layout Plain Layout
31081
31082
31083 \backslash
31084 numberwithin{equation}{section}
31085 \end_layout
31086
31087 \end_inset
31088
31089
31090 \begin_inset Formula 
31091 \begin{equation}
31092 A+B=C
31093 \end{equation}
31094
31095 \end_inset
31096
31097
31098 \end_layout
31099
31100 \begin_layout Standard
31101 たとえば,部番号を節階層として使用して,表に付番を施すときには
31102 \begin_inset Newline newline
31103 \end_inset
31104
31105
31106 \series bold
31107
31108 \backslash
31109 numberwithin{table}{part}
31110 \series default
31111 を用います.
31112 \end_layout
31113
31114 \begin_layout Standard
31115 標準の付番方式に戻したいときや,この種の付番が文書クラスで定義されているときに,それを止めさせたい場合には,
31116 \end_layout
31117
31118 \begin_layout Standard
31119
31120 \series bold
31121
31122 \backslash
31123 renewcommand{
31124 \backslash
31125 theequation}{
31126 \backslash
31127 arabic{equation}}
31128 \begin_inset Index idx
31129 range none
31130 pageformat default
31131 status collapsed
31132
31133 \begin_layout Plain Layout
31134 こまんど@コマンド ! A ! 
31135 \backslash
31136 arabic
31137 \end_layout
31138
31139 \end_inset
31140
31141
31142 \series default
31143
31144 \begin_inset ERT
31145 status collapsed
31146
31147 \begin_layout Plain Layout
31148
31149
31150 \backslash
31151 renewcommand{
31152 \backslash
31153 theequation}{
31154 \backslash
31155 arabic{equation}}
31156 \end_layout
31157
31158 \end_inset
31159
31160
31161 \series bold
31162
31163 \begin_inset Newline newline
31164 \end_inset
31165
31166
31167 \series default
31168 あるいは
31169 \series bold
31170
31171 \begin_inset Newline newline
31172 \end_inset
31173
31174
31175 \backslash
31176 renewcommand{
31177 \backslash
31178 thetable}{
31179 \backslash
31180 arabic{table}}
31181 \end_layout
31182
31183 \begin_layout Standard
31184 というコマンドを\SpecialChar TeX
31185 コードとして入れるか,\SpecialChar LaTeX
31186 プリアンブルに入れます.
31187 \series bold
31188
31189 \backslash
31190 numberwithin
31191 \series default
31192 は,内部的に上記で述べた
31193 \series bold
31194
31195 \backslash
31196 @addtoreset
31197 \series default
31198 コマンドを使用しているので,これも使用後は戻しておかなくてはなりません.
31199 \begin_inset ERT
31200 status collapsed
31201
31202 \begin_layout Plain Layout
31203
31204
31205 \backslash
31206 makeatletter
31207 \end_layout
31208
31209 \begin_layout Plain Layout
31210
31211
31212 \backslash
31213 @removefromreset{equation}{section}
31214 \end_layout
31215
31216 \begin_layout Plain Layout
31217
31218
31219 \backslash
31220 makeatother
31221 \end_layout
31222
31223 \end_inset
31224
31225
31226 \end_layout
31227
31228 \begin_layout Section
31229 化学記号と化学式
31230 \begin_inset CommandInset label
31231 LatexCommand label
31232 name "subsec:化学記号と化学式"
31233
31234 \end_inset
31235
31236
31237 \begin_inset Index idx
31238 range none
31239 pageformat default
31240 status collapsed
31241
31242 \begin_layout Plain Layout
31243 かがくきごう@化学記号 ! きごう@記号
31244 \end_layout
31245
31246 \end_inset
31247
31248
31249 \begin_inset Index idx
31250 range none
31251 pageformat default
31252 status collapsed
31253
31254 \begin_layout Plain Layout
31255 かがくしき@化学式
31256 \end_layout
31257
31258 \end_inset
31259
31260
31261 \begin_inset Index idx
31262 range none
31263 pageformat default
31264 status collapsed
31265
31266 \begin_layout Plain Layout
31267 きごう@記号 ! かがく@化学
31268 \end_layout
31269
31270 \end_inset
31271
31272
31273 \end_layout
31274
31275 \begin_layout Standard
31276 以下は,化学関係の文章の例です.
31277 \end_layout
31278
31279 \begin_layout Quote
31280 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
31281 \end_inset
31282
31283 イオンは,2つの
31284 \begin_inset Formula $\mathrm{Na^{+}}$
31285 \end_inset
31286
31287 イオンと反応して,硫酸化塩
31288 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
31289 \end_inset
31290
31291 を形成します.この化学式は以下のようになります.
31292 \begin_inset Formula 
31293 \begin{equation}
31294 \mathrm{2\,Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chem-reaction}
31295 \end{equation}
31296
31297 \end_inset
31298
31299
31300 \end_layout
31301
31302 \begin_layout Standard
31303 この化学式は,直接数式として作成することができます.記号がイタリック体として表示されることを防ぐには,全体を選択してから
31304 \begin_inset Flex Ruby
31305 status collapsed
31306
31307 \begin_layout Plain Layout
31308 捷径
31309 \begin_inset Argument post:1
31310 status collapsed
31311
31312 \begin_layout Plain Layout
31313 ショートカット
31314 \end_layout
31315
31316 \end_inset
31317
31318
31319 \end_layout
31320
31321 \end_inset
31322
31323
31324 \begin_inset Info
31325 type  "shortcut"
31326 arg   "font-roman"
31327 \end_inset
31328
31329 を押せば,アップライトフォント様式に変更することができます
31330 \begin_inset Foot
31331 status collapsed
31332
31333 \begin_layout Plain Layout
31334 フォント様式に関しては,第
31335 \begin_inset CommandInset ref
31336 LatexCommand ref
31337 reference "subsec:書体様式"
31338
31339 \end_inset
31340
31341 節を参照のこと.
31342 \end_layout
31343
31344 \end_inset
31345
31346
31347 \end_layout
31348
31349 \begin_layout Standard
31350 化学式を組版するのにもう少し便利な方法は,\SpecialChar LaTeX
31351 パッケージ
31352 \series bold
31353 mhchem
31354 \series default
31355
31356 \begin_inset Index idx
31357 range none
31358 pageformat default
31359 status collapsed
31360
31361 \begin_layout Plain Layout
31362 ぱっけーじ@パッケージ ! mhchem
31363 \end_layout
31364
31365 \end_inset
31366
31367 が導入されているときに使用することができる
31368 \series bold
31369
31370 \backslash
31371 ce
31372 \series default
31373
31374 \begin_inset Index idx
31375 range none
31376 pageformat default
31377 status collapsed
31378
31379 \begin_layout Plain Layout
31380 こまんど@コマンド ! C ! 
31381 \backslash
31382 ce
31383 \end_layout
31384
31385 \end_inset
31386
31387 コマンドを使用することです.
31388 \series bold
31389
31390 \backslash
31391 ce
31392 \series default
31393 を数式に入力すると,新しい青いボックスが現れ,直感的に化学式を入力することができます.
31394 \end_layout
31395
31396 \begin_layout Standard
31397 \align center
31398 \begin_inset Tabular
31399 <lyxtabular version="3" rows="10" columns="2">
31400 <features booktabs="true" tabularvalignment="middle">
31401 <column alignment="center" valignment="top" width="0pt">
31402 <column alignment="center" valignment="top">
31403 <row>
31404 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31405 \begin_inset Text
31406
31407 \begin_layout Plain Layout
31408 コマンド
31409 \end_layout
31410
31411 \end_inset
31412 </cell>
31413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31414 \begin_inset Text
31415
31416 \begin_layout Plain Layout
31417 出力
31418 \end_layout
31419
31420 \end_inset
31421 </cell>
31422 </row>
31423 <row>
31424 <cell alignment="center" valignment="top" leftline="true" usebox="none">
31425 \begin_inset Text
31426
31427 \begin_layout Plain Layout
31428
31429 \backslash
31430 ce
31431 \begin_inset space \textvisiblespace{}
31432 \end_inset
31433
31434 H2CO3
31435 \end_layout
31436
31437 \end_inset
31438 </cell>
31439 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31440 \begin_inset Text
31441
31442 \begin_layout Plain Layout
31443 \begin_inset Formula $\ce{H2CO3}$
31444 \end_inset
31445
31446
31447 \end_layout
31448
31449 \end_inset
31450 </cell>
31451 </row>
31452 <row topspace="1.5mm">
31453 <cell alignment="center" valignment="top" usebox="none">
31454 \begin_inset Text
31455
31456 \begin_layout Plain Layout
31457
31458 \backslash
31459 ce
31460 \begin_inset space \textvisiblespace{}
31461 \end_inset
31462
31463 SO4^2-
31464 \end_layout
31465
31466 \end_inset
31467 </cell>
31468 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31469 \begin_inset Text
31470
31471 \begin_layout Plain Layout
31472 \begin_inset Formula $\ce{SO4^{2-}}$
31473 \end_inset
31474
31475
31476 \end_layout
31477
31478 \end_inset
31479 </cell>
31480 </row>
31481 <row topspace="1.5mm">
31482 <cell alignment="center" valignment="top" usebox="none">
31483 \begin_inset Text
31484
31485 \begin_layout Plain Layout
31486
31487 \backslash
31488 ce
31489 \begin_inset space \textvisiblespace{}
31490 \end_inset
31491
31492 (NH4)2S
31493 \end_layout
31494
31495 \end_inset
31496 </cell>
31497 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31498 \begin_inset Text
31499
31500 \begin_layout Plain Layout
31501 \begin_inset Formula $\ce{(NH4)2S}$
31502 \end_inset
31503
31504
31505 \end_layout
31506
31507 \end_inset
31508 </cell>
31509 </row>
31510 <row topspace="1.5mm">
31511 <cell alignment="center" valignment="top" usebox="none">
31512 \begin_inset Text
31513
31514 \begin_layout Plain Layout
31515
31516 \backslash
31517 ce
31518 \begin_inset space \textvisiblespace{}
31519 \end_inset
31520
31521 KCr(SO4)2.12H2O
31522 \end_layout
31523
31524 \end_inset
31525 </cell>
31526 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31527 \begin_inset Text
31528
31529 \begin_layout Plain Layout
31530 \begin_inset Formula $\ce{KCr(SO4)2.12H2O}$
31531 \end_inset
31532
31533
31534 \end_layout
31535
31536 \end_inset
31537 </cell>
31538 </row>
31539 <row topspace="1.5mm">
31540 <cell alignment="center" valignment="top" usebox="none">
31541 \begin_inset Text
31542
31543 \begin_layout Plain Layout
31544
31545 \backslash
31546 ce
31547 \begin_inset space \textvisiblespace{}
31548 \end_inset
31549
31550 A-B
31551 \backslash
31552 dbond
31553 \begin_inset space \textvisiblespace{}
31554 \end_inset
31555
31556 C
31557 \backslash
31558 tbond
31559 \begin_inset space \textvisiblespace{}
31560 \end_inset
31561
31562 D
31563 \end_layout
31564
31565 \end_inset
31566 </cell>
31567 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31568 \begin_inset Text
31569
31570 \begin_layout Plain Layout
31571 \begin_inset Formula $\ce{A-B\dbond C\tbond D}$
31572 \end_inset
31573
31574
31575 \end_layout
31576
31577 \end_inset
31578 </cell>
31579 </row>
31580 <row topspace="1.5mm">
31581 <cell alignment="center" valignment="top" usebox="none">
31582 \begin_inset Text
31583
31584 \begin_layout Plain Layout
31585
31586 \backslash
31587 ce
31588 \begin_inset space \textvisiblespace{}
31589 \end_inset
31590
31591 ^227
31592 \begin_inset Formula $\downarrow$
31593 \end_inset
31594
31595 _90
31596 \begin_inset Formula $\to$
31597 \end_inset
31598
31599 Th+
31600 \end_layout
31601
31602 \end_inset
31603 </cell>
31604 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31605 \begin_inset Text
31606
31607 \begin_layout Plain Layout
31608 \begin_inset Formula $\ce{_{90}^{227}Th+}$
31609 \end_inset
31610
31611
31612 \end_layout
31613
31614 \end_inset
31615 </cell>
31616 </row>
31617 <row>
31618 <cell alignment="center" valignment="top" leftline="true" usebox="none">
31619 \begin_inset Text
31620
31621 \begin_layout Plain Layout
31622
31623 \backslash
31624 ce
31625 \begin_inset space \textvisiblespace{}
31626 \end_inset
31627
31628
31629 \backslash
31630 mu
31631 \begin_inset space \textvisiblespace{}
31632 \end_inset
31633
31634
31635 \backslash
31636 hyphen
31637 \begin_inset space \textvisiblespace{}
31638 \end_inset
31639
31640 Cl
31641 \end_layout
31642
31643 \end_inset
31644 </cell>
31645 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31646 \begin_inset Text
31647
31648 \begin_layout Plain Layout
31649 \begin_inset Formula $\ce{\ensuremath{\mu\hyphen}Cl}$
31650 \end_inset
31651
31652
31653 \end_layout
31654
31655 \end_inset
31656 </cell>
31657 </row>
31658 <row>
31659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31660 \begin_inset Text
31661
31662 \begin_layout Plain Layout
31663
31664 \backslash
31665 ce
31666 \begin_inset space \textvisiblespace{}
31667 \end_inset
31668
31669 CO2
31670 \begin_inset space \textvisiblespace{}
31671 \end_inset
31672
31673 +
31674 \begin_inset space \textvisiblespace{}
31675 \end_inset
31676
31677 C
31678 \begin_inset space \textvisiblespace{}
31679 \end_inset
31680
31681 <=>
31682 \begin_inset space \textvisiblespace{}
31683 \end_inset
31684
31685 2CO
31686 \end_layout
31687
31688 \end_inset
31689 </cell>
31690 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31691 \begin_inset Text
31692
31693 \begin_layout Plain Layout
31694 \begin_inset Formula $\ce{CO2 + C <=> 2CO}$
31695 \end_inset
31696
31697
31698 \end_layout
31699
31700 \end_inset
31701 </cell>
31702 </row>
31703 <row topspace="1.5mm">
31704 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
31705 \begin_inset Text
31706
31707 \begin_layout Plain Layout
31708
31709 \backslash
31710 ce
31711 \begin_inset space \textvisiblespace{}
31712 \end_inset
31713
31714 CO2
31715 \begin_inset space \textvisiblespace{}
31716 \end_inset
31717
31718 +
31719 \begin_inset space \textvisiblespace{}
31720 \end_inset
31721
31722 C
31723 \begin_inset space \textvisiblespace{}
31724 \end_inset
31725
31726 ->[
31727 \backslash
31728 alpha][
31729 \backslash
31730 beta]
31731 \begin_inset space \textvisiblespace{}
31732 \end_inset
31733
31734 2CO}
31735 \end_layout
31736
31737 \end_inset
31738 </cell>
31739 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
31740 \begin_inset Text
31741
31742 \begin_layout Plain Layout
31743 \begin_inset Formula $\ce{CO2 + C ->[\alpha][\beta] 2CO}$
31744 \end_inset
31745
31746
31747 \end_layout
31748
31749 \end_inset
31750 </cell>
31751 </row>
31752 </lyxtabular>
31753
31754 \end_inset
31755
31756
31757 \end_layout
31758
31759 \begin_layout Standard
31760 \begin_inset Note Greyedout
31761 status open
31762
31763 \begin_layout Plain Layout
31764
31765 \series bold
31766 【註】
31767 \series default
31768 \SpecialChar LyX
31769 では,
31770 \series bold
31771 mhchem
31772 \series default
31773 の説明書通りに上矢印を得ようと^文字を使用しても,うまく行きません.代わりに,次のように,負の小空白の後に
31774 \series bold
31775
31776 \backslash
31777 uparrow
31778 \series default
31779 コマンドを続けます.
31780 \begin_inset Formula $\ce{Fe + 2H+ -> Fe^{2+} + H2\negthinspace\uparrow}$
31781 \end_inset
31782
31783
31784 \end_layout
31785
31786 \end_inset
31787
31788
31789 \end_layout
31790
31791 \begin_layout Standard
31792
31793 \series bold
31794
31795 \backslash
31796 ce
31797 \series default
31798 を使うと
31799 \begin_inset CommandInset ref
31800 LatexCommand eqref
31801 reference "eq:chem-reaction"
31802
31803 \end_inset
31804
31805 式のコマンドは
31806 \begin_inset Newline newline
31807 \end_inset
31808
31809
31810 \series bold
31811  
31812 \backslash
31813 ce
31814 \begin_inset space \textvisiblespace{}
31815 \end_inset
31816
31817 2Na+
31818 \begin_inset space \textvisiblespace{}
31819 \end_inset
31820
31821 +
31822 \begin_inset space \textvisiblespace{}
31823 \end_inset
31824
31825 SO4^2-
31826 \begin_inset space \textvisiblespace{}
31827 \end_inset
31828
31829
31830 \begin_inset space \textvisiblespace{}
31831 \end_inset
31832
31833 ->
31834 \begin_inset space \textvisiblespace{}
31835 \end_inset
31836
31837 Na2SO4
31838 \begin_inset Newline newline
31839 \end_inset
31840
31841
31842 \series default
31843 のようになります.
31844 \end_layout
31845
31846 \begin_layout Standard
31847 複数行の化学式を作るには,第
31848 \begin_inset CommandInset ref
31849 LatexCommand ref
31850 reference "sec:多行数式"
31851
31852 \end_inset
31853
31854 節に述べられている方法で,多行数式をまず作ります.その後,数式の小さな青いボックスそれぞれに
31855 \series bold
31856
31857 \backslash
31858 ce
31859 \series default
31860 コマンドを使用します.
31861 \begin_inset CommandInset ref
31862 LatexCommand eqref
31863 reference "eq:TEOS-reaction-1"
31864
31865 \end_inset
31866
31867 式と
31868 \begin_inset CommandInset ref
31869 LatexCommand eqref
31870 reference "eq:TEOS-reaction-2"
31871
31872 \end_inset
31873
31874 式は,多段化学反応式の例で,一つの式毎に番号が振られています.
31875 \begin_inset Formula 
31876 \begin{eqnarray}
31877 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reaction-1}\\
31878 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reaction-2}
31879 \end{eqnarray}
31880
31881 \end_inset
31882
31883
31884 \end_layout
31885
31886 \begin_layout Standard
31887
31888 \series bold
31889 mhchem
31890 \series default
31891 パッケージは,
31892 \series bold
31893
31894 \backslash
31895 ce
31896 \series default
31897 の他に,特殊ケースに使用する
31898 \series bold
31899
31900 \backslash
31901 cf
31902 \series default
31903
31904 \begin_inset Index idx
31905 range none
31906 pageformat default
31907 status collapsed
31908
31909 \begin_layout Plain Layout
31910 こまんど@コマンド ! C ! 
31911 \backslash
31912 cf
31913 \end_layout
31914
31915 \end_inset
31916
31917 コマンドを提供しています.
31918 \series bold
31919
31920 \backslash
31921 cf
31922 \series default
31923 の詳しい情報と例示については,
31924 \series bold
31925 mhchem
31926 \series default
31927
31928 \begin_inset CommandInset citation
31929 LatexCommand cite
31930 key "mhchem"
31931 literal "true"
31932
31933 \end_inset
31934
31935 の取扱説明書をご覧ください.
31936 \end_layout
31937
31938 \begin_layout Section
31939 図解
31940 \end_layout
31941
31942 \begin_layout Standard
31943 \SpecialChar LyX
31944 は,二つの型の可換図
31945 \series bold
31946 amscd
31947 \series default
31948 および
31949 \series bold
31950 xymatrix
31951 \series default
31952 をサポートしており,以下でこれらの説明をします.
31953 \end_layout
31954
31955 \begin_layout Subsection
31956 amscd図解
31957 \begin_inset Index idx
31958 range none
31959 pageformat default
31960 status collapsed
31961
31962 \begin_layout Plain Layout
31963 ずかい@図解 ! amscd
31964 \end_layout
31965
31966 \end_inset
31967
31968
31969 \end_layout
31970
31971 \begin_layout Standard
31972 この型の図解は,以下のように,関係を縦横の線や矢印で図示します.
31973 \begin_inset Formula 
31974 \[
31975 \begin{CD}A@>>>B@>>>C\\
31976 @AAA@.@VVV\\
31977 F@<<<E@<<<D
31978 \end{CD}
31979 \]
31980
31981 \end_inset
31982
31983
31984 \end_layout
31985
31986 \begin_layout Standard
31987 これを作るには,数式に
31988 \series bold
31989
31990 \backslash
31991 CD
31992 \begin_inset Index idx
31993 range none
31994 pageformat default
31995 status collapsed
31996
31997 \begin_layout Plain Layout
31998 こまんど@コマンド ! C ! 
31999 \backslash
32000 CD
32001 \end_layout
32002
32003 \end_inset
32004
32005
32006 \series default
32007 コマンドを挿入します.二つの点線に囲まれた青枠が現れるので,ここにコマンドを入れていきます.
32008 \begin_inset Info
32009 type  "shortcut"
32010 arg   "newline-insert newline"
32011 \end_inset
32012
32013 を押すと,新しい行が作られます.水平方向の関係は奇数行に入れ,垂直方向の関係は偶数行に入れます.
32014 \end_layout
32015
32016 \begin_layout Standard
32017 関係を作るには,以下のコマンドがあります.
32018 \end_layout
32019
32020 \begin_layout Itemize
32021 \begin_inset Formula $\boldsymbol{@<<<}$
32022 \end_inset
32023
32024 は左矢印,
32025 \begin_inset Formula $\boldsymbol{@>>>}$
32026 \end_inset
32027
32028 は右矢印,
32029 \series bold
32030 @=
32031 \series default
32032 は長い等号を生成します.
32033 \end_layout
32034
32035 \begin_layout Itemize
32036
32037 \series bold
32038 @AAA
32039 \series default
32040 は上矢印,
32041 \series bold
32042 @VVV
32043 \series default
32044 は下矢印,
32045 \begin_inset Formula $\boldsymbol{@|}$
32046 \end_inset
32047
32048 は縦向きの等号を生成します.
32049 \end_layout
32050
32051 \begin_layout Itemize
32052
32053 \series bold
32054 @.
32055 \series default
32056 は関係が存在しない部分に置きます.
32057 \end_layout
32058
32059 \begin_layout Standard
32060 矢印はすべて,以下のようにラベル付けをすることができます.
32061 \end_layout
32062
32063 \begin_layout Itemize
32064 文章を,第1と第2の「
32065 \begin_inset Formula $<$
32066 \end_inset
32067
32068 」ないし「
32069 \begin_inset Formula $>$
32070 \end_inset
32071
32072 」のあいだに入れると,この文章は矢印の上に表示されます.第2・第3の「
32073 \begin_inset Formula $<$
32074 \end_inset
32075
32076 」ないし「
32077 \begin_inset Formula $>$
32078 \end_inset
32079
32080 」のあいだに入れると,矢印の下に表示されます.
32081 \end_layout
32082
32083 \begin_layout Itemize
32084 縦矢印に付ける文章を,第1・第2の「A」ないし「V」のあいだに入れると,この文章は矢印の左に表示されます.第2・第3のもののあいだに入れると,矢印の右に表示され
32085 ます.文章中に「A」や「V」の文字があるときには,これらは\SpecialChar TeX
32086 括弧の中に入れなくてはなりません.
32087 \end_layout
32088
32089 \begin_layout Standard
32090 以下は,上記のすべての関係を使った例です.
32091 \end_layout
32092
32093 \begin_layout Standard
32094 \begin_inset Formula 
32095 \[
32096 \begin{CD}A@>j>>B@>>k>C@=F\\
32097 @AmAA@.@VV{V}V@|\\
32098 D@<<j<E@>k>>F@=C
32099 \end{CD}
32100 \]
32101
32102 \end_inset
32103
32104
32105 \end_layout
32106
32107 \begin_layout Standard
32108 これを作るコマンドは,以下のとおりです.
32109 \begin_inset Newline newline
32110 \end_inset
32111
32112
32113 \series bold
32114
32115 \backslash
32116 CD
32117 \begin_inset space \textvisiblespace{}
32118 \end_inset
32119
32120 A
32121 \begin_inset Formula $\boldsymbol{@>}$
32122 \end_inset
32123
32124 j
32125 \begin_inset Formula $\boldsymbol{>>}$
32126 \end_inset
32127
32128 B
32129 \begin_inset Formula $\boldsymbol{@>>}$
32130 \end_inset
32131
32132 k
32133 \begin_inset Formula $\boldsymbol{>}$
32134 \end_inset
32135
32136 C@=F Ctrl+Return
32137 \begin_inset Newline newline
32138 \end_inset
32139
32140
32141 \begin_inset Phantom HPhantom
32142 status open
32143
32144 \begin_layout Plain Layout
32145
32146 \series bold
32147
32148 \backslash
32149 CD
32150 \begin_inset space \textvisiblespace{}
32151 \end_inset
32152
32153
32154 \end_layout
32155
32156 \end_inset
32157
32158 @AmAA@.@VV
32159 \backslash
32160 {V
32161 \series default
32162
32163 \begin_inset Formula $\to$
32164 \end_inset
32165
32166
32167 \series bold
32168 V
32169 \begin_inset Formula $\boldsymbol{@|}$
32170 \end_inset
32171
32172  Ctrl+Return
32173 \begin_inset Newline newline
32174 \end_inset
32175
32176
32177 \begin_inset Phantom HPhantom
32178 status open
32179
32180 \begin_layout Plain Layout
32181
32182 \series bold
32183
32184 \backslash
32185 CD
32186 \begin_inset space \textvisiblespace{}
32187 \end_inset
32188
32189
32190 \end_layout
32191
32192 \end_inset
32193
32194 D
32195 \begin_inset Formula $\boldsymbol{@<<}$
32196 \end_inset
32197
32198 j
32199 \begin_inset Formula $\boldsymbol{<}$
32200 \end_inset
32201
32202 E
32203 \begin_inset Formula $\boldsymbol{@>}$
32204 \end_inset
32205
32206 k
32207 \begin_inset Formula $\boldsymbol{>>}$
32208 \end_inset
32209
32210 F@=C
32211 \end_layout
32212
32213 \begin_layout Subsection
32214 xymatrix図解
32215 \begin_inset Index idx
32216 range none
32217 pageformat default
32218 status collapsed
32219
32220 \begin_layout Plain Layout
32221 ずかい@図解 ! xymatrix
32222 \end_layout
32223
32224 \end_inset
32225
32226
32227 \end_layout
32228
32229 \begin_layout Standard
32230 xymatricesを使うには,\SpecialChar LaTeX
32231 パッケージの
32232 \series bold
32233 xypic
32234 \series default
32235 が導入済みである必要があります.xymatrixは,数式中に
32236 \series bold
32237
32238 \backslash
32239 xymatrix
32240 \series default
32241 コマンドを入れることで作ることができます.すると,通常の行列と同じようにして,列や行を付け加えることができます.第
32242 \begin_inset CommandInset ref
32243 LatexCommand ref
32244 reference "sec:行列"
32245
32246 \end_inset
32247
32248 節をご参照下さい.
32249 \end_layout
32250
32251 \begin_layout Standard
32252 amscd図解とは異なり,xymatricesは,対角矢印や曲がった矢印など多様なサポートをしています.作ることのできる可換図と装飾は,
32253 \family sans
32254 ヘルプ\SpecialChar menuseparator
32255 用途別説明書\SpecialChar menuseparator
32256 XY-pic説明書
32257 \family default
32258 メニューにある
32259 \emph on
32260 XY-pic説明書
32261 \emph default
32262 で詳しく網羅しています.
32263 \end_layout
32264
32265 \begin_layout Subsection
32266 ファインマン図
32267 \series medium
32268
32269 \begin_inset Index idx
32270 range none
32271 pageformat default
32272 status collapsed
32273
32274 \begin_layout Plain Layout
32275 ずかい@図解 ! ファインマン
32276 \end_layout
32277
32278 \end_inset
32279
32280
32281 \end_layout
32282
32283 \begin_layout Standard
32284 ファインマン図を使うには,\SpecialChar LaTeX
32285 パッケージ
32286 \series bold
32287 feyn
32288 \series default
32289 を導入しておかなくてはなりません.すると,ファインマン図は,数式中で
32290 \series bold
32291
32292 \backslash
32293 Diagram
32294 \series default
32295 コマンドを挿入すれば生成されます.通常の行列で行うのと同じようにして新規行や新規列を加えることができます(第
32296 \begin_inset CommandInset ref
32297 LatexCommand ref
32298 reference "sec:行列"
32299
32300 \end_inset
32301
32302 節参照).
32303 \end_layout
32304
32305 \begin_layout Standard
32306 \SpecialChar LyX
32307 でのファインマン図の作り方は,メニュー
32308 \family sans
32309 ヘルプ\SpecialChar menuseparator
32310 用途別説明書
32311 \family default
32312 内の『
32313 \emph on
32314 ファインマン図
32315 \emph default
32316 』にあります.
32317 \end_layout
32318
32319 \begin_layout Section
32320 自己定義コマンド
32321 \begin_inset Index idx
32322 range none
32323 pageformat default
32324 status collapsed
32325
32326 \begin_layout Plain Layout
32327 じこていぎこまんど@自己定義コマンド
32328 \end_layout
32329
32330 \end_inset
32331
32332
32333 \end_layout
32334
32335 \begin_layout Standard
32336 \begin_inset Note Greyedout
32337 status open
32338
32339 \begin_layout Plain Layout
32340 【註】自己定義コマンド名及びマクロ名には,ラテン文字しか使用することができません.
32341 \end_layout
32342
32343 \end_inset
32344
32345
32346 \end_layout
32347
32348 \begin_layout Subsection
32349
32350 \backslash
32351 newcommandコマンド
32352 \begin_inset CommandInset label
32353 LatexCommand label
32354 name "subsec:newcommandコマンド"
32355
32356 \end_inset
32357
32358
32359 \begin_inset Index idx
32360 range none
32361 pageformat default
32362 status collapsed
32363
32364 \begin_layout Plain Layout
32365 じこていぎこまんど@自己定義コマンド ! 
32366 \backslash
32367 newcommand
32368 \end_layout
32369
32370 \end_inset
32371
32372
32373 \begin_inset Index idx
32374 range none
32375 pageformat default
32376 status collapsed
32377
32378 \begin_layout Plain Layout
32379 こまんど@コマンド ! N ! 
32380 \backslash
32381 newcommand
32382 \end_layout
32383
32384 \end_inset
32385
32386
32387 \end_layout
32388
32389 \begin_layout Standard
32390 頻繁に用いるには,長すぎる\SpecialChar LaTeX
32391 コマンドはたくさんありますが,
32392 \series bold
32393
32394 \backslash
32395 newcommand
32396 \series default
32397 コマンドを使えば,新しい短縮コマンドを定義することが可能です.
32398 \end_layout
32399
32400 \begin_layout Standard
32401
32402 \series bold
32403
32404 \backslash
32405 newcommand
32406 \series default
32407 コマンドの書式は,
32408 \end_layout
32409
32410 \begin_layout Standard
32411
32412 \series bold
32413
32414 \backslash
32415 newcommand{新コマンド名}[引数の数][オプションの値]
32416 \begin_inset Newline newline
32417 \end_inset
32418
32419
32420 \begin_inset Phantom HPhantom
32421 status open
32422
32423 \begin_layout Plain Layout
32424
32425 \series bold
32426
32427 \backslash
32428 newcommand
32429 \end_layout
32430
32431 \end_inset
32432
32433 {コマンド定義}
32434 \end_layout
32435
32436 \begin_layout Standard
32437 です.
32438 \end_layout
32439
32440 \begin_layout Standard
32441 \begin_inset Note Greyedout
32442 status open
32443
32444 \begin_layout Plain Layout
32445
32446 \series bold
32447 【註】
32448 \series default
32449 新コマンド名が,使用中の文書や呼び出している\SpecialChar LaTeX
32450 パッケージで,既に使用されていないことを確認して下さい.たとえば,
32451 \series bold
32452
32453 \backslash
32454 Leftarrow
32455 \series default
32456 の短縮のつもりで
32457 \series bold
32458
32459 \backslash
32460 le
32461 \series default
32462 というコマンドを定義したとすると,
32463 \series bold
32464
32465 \backslash
32466 le
32467 \series default
32468 は既に「
32469 \begin_inset Formula $\le$
32470 \end_inset
32471
32472 」を表すコマンドとして定義されてしまっているので,エラーメッセージが表示されます.
32473 \end_layout
32474
32475 \end_inset
32476
32477
32478 \end_layout
32479
32480 \begin_layout Standard
32481 「引数の数」は,0
32482 \begin_inset space \thinspace{}
32483 \end_inset
32484
32485 -
32486 \begin_inset space \thinspace{}
32487 \end_inset
32488
32489 9の範囲の整数であり,新コマンドがいくつの引数をとるかを指定するものです.「オプションの値」では,非必須の引数の既定値を定義できます.これを指定すると,新コマン
32490 ドの
32491 \emph on
32492 最初の
32493 \emph default
32494 引数は,自動的に非必須の引数になります.
32495 \end_layout
32496
32497 \begin_layout Standard
32498 以下にいくつかの例を挙げます.
32499 \end_layout
32500
32501 \begin_layout Itemize
32502
32503 \series bold
32504
32505 \backslash
32506 Longrightarrow
32507 \series default
32508 の短縮形として
32509 \series bold
32510
32511 \backslash
32512 gr
32513 \series default
32514 というコマンドを定義するには,\SpecialChar LaTeX
32515 プリアンブルに以下の行を加えます.
32516 \begin_inset VSpace medskip
32517 \end_inset
32518
32519
32520 \begin_inset Newline newline
32521 \end_inset
32522
32523
32524 \series bold
32525
32526 \backslash
32527 newcommand{
32528 \backslash
32529 gr}{
32530 \backslash
32531 Longrightarrow}
32532 \end_layout
32533
32534 \begin_layout Itemize
32535
32536 \series bold
32537
32538 \backslash
32539 underline
32540 \series default
32541 の短縮形として
32542 \series bold
32543
32544 \backslash
32545 us
32546 \series default
32547 というコマンドを定義するには,(下線を引くべき文字列を示す)引数を考慮に入れなくてはなりません.このためには,以下のようなプリアンブル行を入れます.
32548 \begin_inset VSpace medskip
32549 \end_inset
32550
32551
32552 \begin_inset Newline newline
32553 \end_inset
32554
32555
32556 \series bold
32557
32558 \backslash
32559 newcommand{
32560 \backslash
32561 us}[1]{
32562 \backslash
32563 underline{#1}}
32564 \series default
32565
32566 \begin_inset VSpace medskip
32567 \end_inset
32568
32569
32570 \begin_inset Newline newline
32571 \end_inset
32572
32573
32574 \series bold
32575 #
32576 \series default
32577 」という文字は,引数の入る場所を示し,その後ろの「
32578 \series bold
32579 1
32580 \series default
32581 」は,これが第1引数の入る場所であることを示します.
32582 \end_layout
32583
32584 \begin_layout Itemize
32585
32586 \series bold
32587
32588 \backslash
32589 framebox
32590 \series default
32591 の短縮形として,たとえば
32592 \series bold
32593
32594 \backslash
32595 fb
32596 \series default
32597 というコマンドを定義するには,
32598 \begin_inset VSpace medskip
32599 \end_inset
32600
32601
32602 \begin_inset Newline newline
32603 \end_inset
32604
32605
32606 \series bold
32607
32608 \backslash
32609 newcommand{
32610 \backslash
32611 fb}[3]{
32612 \backslash
32613 framebox#1#2{$#3$}}
32614 \series default
32615
32616 \begin_inset VSpace medskip
32617 \end_inset
32618
32619
32620 \begin_inset Newline newline
32621 \end_inset
32622
32623 二つのドルマークは,
32624 \series bold
32625
32626 \backslash
32627 framebox
32628 \series default
32629 が必要とする内部の数式を作り出します.第
32630 \begin_inset CommandInset ref
32631 LatexCommand ref
32632 reference "subsec:枠付きボックス"
32633
32634 \end_inset
32635
32636 節をご参照下さい.
32637 \end_layout
32638
32639 \begin_layout Itemize
32640 ボックスの色を指定する必要がない
32641 \series bold
32642
32643 \backslash
32644 fcolorbox
32645 \series default
32646 用の新コマンドを作るには,以下のように,色を示す引数を非必須として定義します.
32647 \begin_inset VSpace medskip
32648 \end_inset
32649
32650
32651 \begin_inset Newline newline
32652 \end_inset
32653
32654
32655 \series bold
32656
32657 \backslash
32658 newcommand{
32659 \backslash
32660 cb}[3][white]{
32661 \backslash
32662 fcolorbox{#2}{#1}{$#3$}}
32663 \series default
32664
32665 \begin_inset VSpace medskip
32666 \end_inset
32667
32668
32669 \begin_inset Newline newline
32670 \end_inset
32671
32672
32673 \series bold
32674
32675 \backslash
32676 cb
32677 \series default
32678 を使うときに色が指定されなければ,事前に定義された色である
32679 \series bold
32680 white
32681 \series default
32682 が使用されます.
32683 \end_layout
32684
32685 \begin_layout Standard
32686 以下は,上で定義したコマンドの動作テストです.
32687 \end_layout
32688
32689 \begin_layout Standard
32690 \align center
32691 \begin_inset Tabular
32692 <lyxtabular version="3" rows="6" columns="2">
32693 <features booktabs="true" tabularvalignment="middle">
32694 <column alignment="center" valignment="top" width="0pt">
32695 <column alignment="center" valignment="top">
32696 <row>
32697 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32698 \begin_inset Text
32699
32700 \begin_layout Plain Layout
32701 コマンド
32702 \end_layout
32703
32704 \end_inset
32705 </cell>
32706 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32707 \begin_inset Text
32708
32709 \begin_layout Plain Layout
32710 出力
32711 \end_layout
32712
32713 \end_inset
32714 </cell>
32715 </row>
32716 <row>
32717 <cell alignment="center" valignment="top" leftline="true" usebox="none">
32718 \begin_inset Text
32719
32720 \begin_layout Plain Layout
32721 A
32722 \backslash
32723 gr
32724 \begin_inset space \textvisiblespace{}
32725 \end_inset
32726
32727 B
32728 \end_layout
32729
32730 \end_inset
32731 </cell>
32732 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
32733 \begin_inset Text
32734
32735 \begin_layout Plain Layout
32736 \begin_inset Formula $A\gr B$
32737 \end_inset
32738
32739
32740 \end_layout
32741
32742 \end_inset
32743 </cell>
32744 </row>
32745 <row>
32746 <cell alignment="center" valignment="top" leftline="true" usebox="none">
32747 \begin_inset Text
32748
32749 \begin_layout Plain Layout
32750
32751 \backslash
32752 us{ABcd
32753 \end_layout
32754
32755 \end_inset
32756 </cell>
32757 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
32758 \begin_inset Text
32759
32760 \begin_layout Plain Layout
32761 \begin_inset Formula $\us{ABcd}$
32762 \end_inset
32763
32764
32765 \end_layout
32766
32767 \end_inset
32768 </cell>
32769 </row>
32770 <row topspace="1mm">
32771 <cell alignment="center" valignment="top" usebox="none">
32772 \begin_inset Text
32773
32774 \begin_layout Plain Layout
32775
32776 \backslash
32777 fb{[2cm]
32778 \begin_inset Formula $\to$
32779 \end_inset
32780
32781
32782 \backslash
32783 {
32784 \begin_inset Formula $\to$
32785 \end_inset
32786
32787
32788 \backslash
32789 {
32790 \backslash
32791 int
32792 \begin_inset space \textvisiblespace{}
32793 \end_inset
32794
32795 A=B
32796 \end_layout
32797
32798 \end_inset
32799 </cell>
32800 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
32801 \begin_inset Text
32802
32803 \begin_layout Plain Layout
32804 \begin_inset Formula $\fb{[2cm]}{}{\int A=B}$
32805 \end_inset
32806
32807
32808 \end_layout
32809
32810 \end_inset
32811 </cell>
32812 </row>
32813 <row topspace="1.5mm">
32814 <cell alignment="center" valignment="top" usebox="none">
32815 \begin_inset Text
32816
32817 \begin_layout Plain Layout
32818
32819 \backslash
32820 cb{red
32821 \begin_inset Formula $\to$
32822 \end_inset
32823
32824
32825 \backslash
32826 {
32827 \backslash
32828 int
32829 \begin_inset space \textvisiblespace{}
32830 \end_inset
32831
32832 A=B
32833 \end_layout
32834
32835 \end_inset
32836 </cell>
32837 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
32838 \begin_inset Text
32839
32840 \begin_layout Plain Layout
32841 \begin_inset Formula $\cb{red}{\int A=B}$
32842 \end_inset
32843
32844
32845 \end_layout
32846
32847 \end_inset
32848 </cell>
32849 </row>
32850 <row topspace="1.5mm" bottomspace="1mm">
32851 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
32852 \begin_inset Text
32853
32854 \begin_layout Plain Layout
32855
32856 \backslash
32857 cb[green]
32858 \backslash
32859 {red
32860 \begin_inset Formula $\to$
32861 \end_inset
32862
32863
32864 \backslash
32865 {
32866 \backslash
32867 int
32868 \begin_inset space \textvisiblespace{}
32869 \end_inset
32870
32871 A=B
32872 \end_layout
32873
32874 \end_inset
32875 </cell>
32876 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
32877 \begin_inset Text
32878
32879 \begin_layout Plain Layout
32880 \begin_inset Formula $\cb[green]{red}{\int A=B}$
32881 \end_inset
32882
32883
32884 \end_layout
32885
32886 \end_inset
32887 </cell>
32888 </row>
32889 </lyxtabular>
32890
32891 \end_inset
32892
32893
32894 \end_layout
32895
32896 \begin_layout Subsection
32897 数式マクロ
32898 \begin_inset Index idx
32899 range none
32900 pageformat default
32901 status collapsed
32902
32903 \begin_layout Plain Layout
32904 じこていぎこまんど@自己定義コマンド ! すうしきまくろ@数式マクロ
32905 \end_layout
32906
32907 \end_inset
32908
32909
32910 \begin_inset Index idx
32911 range none
32912 pageformat default
32913 status collapsed
32914
32915 \begin_layout Plain Layout
32916 まくろ@マクロ
32917 \end_layout
32918
32919 \end_inset
32920
32921
32922 \end_layout
32923
32924 \begin_layout Standard
32925 自己定義コマンドは,複雑な表現を使うときに特に便利です.たとえば,文書中で二次方程式を扱っているとすると,同じような解の形が何度も出てきます.二次方程式の一般型
32926 は,
32927 \begin_inset Formula 
32928 \[
32929 0=\lambda^{2}+p\lambda+q
32930 \]
32931
32932 \end_inset
32933
32934 であり,その解の一般型は
32935 \begin_inset Formula 
32936 \[
32937 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
32938 \]
32939
32940 \end_inset
32941
32942
32943 \end_layout
32944
32945 \begin_layout Standard
32946 です.
32947 \begin_inset Formula $\lambda$
32948 \end_inset
32949
32950
32951 \begin_inset Formula $p$
32952 \end_inset
32953
32954
32955 \begin_inset Formula $q$
32956 \end_inset
32957
32958 の3つのパラメータを指定することが必須であり,
32959 \begin_inset Formula $\lambda$
32960 \end_inset
32961
32962 の指数をオプションとして与えることができるような,解の公式のコマンドを定義するには,以下のような\SpecialChar LaTeX
32963 プリアンブル行を加えます.
32964 \begin_inset Newline newline
32965 \end_inset
32966
32967
32968 \series bold
32969
32970 \backslash
32971 newcommand{
32972 \backslash
32973 qG}[4][1,
32974 \backslash
32975 ,2]{#2_{#1}=-
32976 \backslash
32977 frac{#3}{2}
32978 \backslash
32979 pm
32980 \begin_inset Newline newline
32981 \end_inset
32982
32983
32984 \begin_inset Phantom HPhantom
32985 status open
32986
32987 \begin_layout Plain Layout
32988
32989 \series bold
32990
32991 \backslash
32992 newcommand
32993 \end_layout
32994
32995 \end_inset
32996
32997
32998 \backslash
32999 sqrt{
33000 \backslash
33001 frac{#3^{2}}{4}-#4}}
33002 \end_layout
33003
33004 \begin_layout Standard
33005 これを使って解の公式を作るには,
33006 \begin_inset Newline newline
33007 \end_inset
33008
33009
33010 \series bold
33011
33012 \backslash
33013 qG{
33014 \backslash
33015 lambda
33016 \begin_inset Formula $\to$
33017 \end_inset
33018
33019
33020 \backslash
33021 {p
33022 \begin_inset Formula $\to$
33023 \end_inset
33024
33025
33026 \backslash
33027 {q
33028 \series default
33029 というコマンドを数式に入れます.
33030 \end_layout
33031
33032 \begin_layout Standard
33033 新コマンドを定義する方法は,たとえば\SpecialChar LaTeX
33034 中で分数は
33035 \series bold
33036
33037 \backslash
33038 frac{分子}{分母}
33039 \series default
33040 の形で入れなくてはならないことなど,使用するすべての\SpecialChar LaTeX
33041 コマンドの書式を知っている必要があるので,直感的ではありません.さらに,定義中で中括弧を入れ忘れることはよく
33042 あり,それをやってしまうと,\SpecialChar LyX
33043 からは新コマンドが何をやらかしているか確認しにくくなってしまいます.これらの問題を回避するために,\SpecialChar LyX
33044 は,
33045 \series bold
33046
33047 \backslash
33048 newcommand
33049 \series default
33050 コマンドの代わりに,数式マクロを使う方法を提供しています.
33051 \end_layout
33052
33053 \begin_layout Standard
33054 数式マクロは,
33055 \family sans
33056 挿入\SpecialChar menuseparator
33057 数式\SpecialChar menuseparator
33058 マクロ
33059 \family default
33060 メニューか,ツールバーボタンの
33061 \begin_inset Info
33062 type  "icon"
33063 arg   "math-macro newmacroname_newcommand"
33064 \end_inset
33065
33066 で作ることができます.すると,数式マクロツールバーが表示されるとともに,マクロを定義した箇所に以下のようなボックスが現れます.
33067 \begin_inset Newline newline
33068 \end_inset
33069
33070
33071 \begin_inset space \hspace*{\fill}
33072 \end_inset
33073
33074
33075 \begin_inset Graphics
33076         filename clipart/macrobox.png
33077         scale 95
33078
33079 \end_inset
33080
33081
33082 \begin_inset space \hspace*{\fill}
33083 \end_inset
33084
33085
33086 \begin_inset Newline newline
33087 \end_inset
33088
33089
33090 \begin_inset FormulaMacro
33091 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
33092 \end_inset
33093
33094
33095 \backslash
33096 newmacronameが既定のマクロ名として現れますが,意味のある名称に変更するべきでしょう.欲しい数式は一つ目の青枠の中に入れます.引数を置く場所は,
33097 \series bold
33098
33099 \backslash
33100 #1
33101 \series default
33102 のように
33103 \series bold
33104
33105 \backslash
33106 #引数番号
33107 \series default
33108 というコマンドで入力するか,マクロツールバーボタンの
33109 \begin_inset Info
33110 type  "icon"
33111 arg   "math-macro-add-param"
33112 \end_inset
33113
33114 を使用します.引数位置は赤で表示されます.引数は,最大で9つまでとることができます.非必須引数は,ツールバーボタンの
33115 \begin_inset Info
33116 type  "icon"
33117 arg   "math-macro-add-optional-param"
33118 \end_inset
33119
33120 で作ることができます.最初の必須引数は,ツールバーボタンの
33121 \begin_inset Info
33122 type  "icon"
33123 arg   "math-macro-make-optional"
33124 \end_inset
33125
33126 を使って,非必須引数にすることができます.二つ目の青枠には,\SpecialChar LyX
33127 中でのマクロの表示のしかたを定義することができます.通常は,定義したとおりに表示された方が便利なので
33128 ,この枠は空白にしておきます.しかし,画面の過半を占拠してしまうようなマクロを作ってしまった場合には,たとえばこの枠に
33129 \begin_inset Newline newline
33130 \end_inset
33131
33132
33133 \series bold
33134 qG: 
33135 \backslash
33136 #1
33137 \series default
33138  
33139 \series bold
33140 ,
33141 \series default
33142  
33143 \series bold
33144
33145 \backslash
33146 #2
33147 \series default
33148  
33149 \series bold
33150 ,
33151 \series default
33152  
33153 \series bold
33154
33155 \backslash
33156 #3, 
33157 \backslash
33158 #4
33159 \begin_inset Newline newline
33160 \end_inset
33161
33162
33163 \series default
33164 のように入れることができます.このようにすると,マクロ名と引数のみが\SpecialChar LyX
33165 上に表示され,見通しが良くなります.一方,出力での数式は,最初の枠で定義したように表示されま
33166 す.
33167 \begin_inset Newline newline
33168 \end_inset
33169
33170 さらに,数式中のマクロ表示は,マクロの中にカーソルを置いて,
33171 \family sans
33172 表示\SpecialChar menuseparator
33173 数式マクロを展開(畳む)
33174 \family default
33175 メニューを使うことで,マクロ毎に変えることができます.
33176 \end_layout
33177
33178 \begin_layout Standard
33179 マクロを使うには,数式中にマクロ名をコマンドとして入れます.上記の例では,
33180 \series bold
33181
33182 \backslash
33183 qG
33184 \series default
33185 とします.このマクロは,\SpecialChar LyX
33186 中では以下のように表示されます.
33187 \begin_inset Newline newline
33188 \end_inset
33189
33190
33191 \begin_inset space \hspace*{\fill}
33192 \end_inset
33193
33194
33195 \begin_inset Graphics
33196         filename ../clipart/macrouse.png
33197         scale 95
33198
33199 \end_inset
33200
33201
33202 \begin_inset space \hspace*{\fill}
33203 \end_inset
33204
33205
33206 \begin_inset Newline newline
33207 \end_inset
33208
33209 以下は,上記の例に,引数
33210 \begin_inset Formula $x$
33211 \end_inset
33212
33213
33214 \begin_inset Formula $\ln(x)$
33215 \end_inset
33216
33217
33218 \begin_inset Formula $B$
33219 \end_inset
33220
33221 を指定したものです.
33222 \end_layout
33223
33224 \begin_layout Standard
33225 \begin_inset Formula 
33226 \[
33227 \qG x{\ln(x)}B
33228 \]
33229
33230 \end_inset
33231
33232
33233 \end_layout
33234
33235 \begin_layout Standard
33236 \SpecialChar LyX
33237 は,
33238 \family sans
33239 ツール\SpecialChar menuseparator
33240 設定\SpecialChar menuseparator
33241 編集\SpecialChar menuseparator
33242 制御
33243 \family default
33244 メニューで,マクロを編集するのに複数の様式を用意しています.あなたに最も合った様式を見つけるには,様式を選択してから,違いを見るために数式マクロにカーソルを合わ
33245 せてみてください.
33246 \end_layout
33247
33248 \begin_layout Standard
33249 数式マクロは,文書書き出し時に,内部的に
33250 \series bold
33251
33252 \backslash
33253 newcommand
33254 \series default
33255 コマンドに変換されます.こうして生成された
33256 \series bold
33257
33258 \backslash
33259 newcommand
33260 \series default
33261 コマンドは,\SpecialChar LaTeX
33262 プリアンブルには置かれませんので,マクロは,文書中,マクロ定義ボックスよりも後の数式でのみ使うことができます.
33263 \end_layout
33264
33265 \begin_layout Standard
33266 数式マクロは,
33267 \series bold
33268
33269 \backslash
33270 newcommand
33271 \series default
33272 コマンドから直接作ることもできます.たとえば,\SpecialChar LyX
33273 中に通常の文章として,
33274 \series bold
33275
33276 \begin_inset Newline newline
33277 \end_inset
33278
33279
33280 \backslash
33281 newcommand{
33282 \backslash
33283 larrow}[2]{
33284 \backslash
33285 xleftarrow[#2]{#1}}
33286 \begin_inset Newline newline
33287 \end_inset
33288
33289
33290 \series default
33291 というコマンドを書き入れ,この全体を選択して,
33292 \begin_inset Flex Ruby
33293 status collapsed
33294
33295 \begin_layout Plain Layout
33296 捷径
33297 \begin_inset Argument post:1
33298 status collapsed
33299
33300 \begin_layout Plain Layout
33301 ショートカット
33302 \end_layout
33303
33304 \end_inset
33305
33306
33307 \end_layout
33308
33309 \end_inset
33310
33311
33312 \family sans
33313 Ctrl+M
33314 \family default
33315 を押すと,このコマンドは数式マクロに変換されます.この方法を使うに当たっては,
33316 \series bold
33317
33318 \backslash
33319 newcommand
33320 \series default
33321 コマンドが正しく入力されていることに気をつけなくてはなりません.さもないと,間違ったマクロが作られてしまって,\SpecialChar LaTeX
33322 エラーが発生します.
33323 \end_layout
33324
33325 \begin_layout Standard
33326 数式マクロには,まだ,マクロ定義中に再帰的に数式を入れてしまうと,正しく処理されないという問題が残っています.したがって,第
33327 \begin_inset CommandInset ref
33328 LatexCommand ref
33329 reference "subsec:newcommandコマンド"
33330
33331 \end_inset
33332
33333 節で例として作った
33334 \series bold
33335
33336 \backslash
33337 fb
33338 \series default
33339 は,マクロとしては作ることができません.
33340 \end_layout
33341
33342 \begin_layout Standard
33343 カーソルがマクロ定義ボックスの中にあるとき,\SpecialChar LyX
33344 中に以下のようなマクロツールバーが表示されます.
33345 \end_layout
33346
33347 \begin_layout Standard
33348 \begin_inset VSpace defskip
33349 \end_inset
33350
33351
33352 \end_layout
33353
33354 \begin_layout Standard
33355 \begin_inset Graphics
33356         filename ../clipart/MacroToolbar.png
33357
33358 \end_inset
33359
33360
33361 \begin_inset Index idx
33362 range none
33363 pageformat default
33364 status collapsed
33365
33366 \begin_layout Plain Layout
33367 まくろ@マクロ ! つーるばー@ツールバー
33368 \end_layout
33369
33370 \end_inset
33371
33372
33373 \end_layout
33374
33375 \begin_layout Standard
33376 \begin_inset VSpace defskip
33377 \end_inset
33378
33379
33380 \end_layout
33381
33382 \begin_layout Standard
33383 マクロツールバーは,左から右に,以下の各ボタンがあります.
33384 \end_layout
33385
33386 \begin_layout Standard
33387 \begin_inset VSpace defskip
33388 \end_inset
33389
33390
33391 \end_layout
33392
33393 \begin_layout Standard
33394 \begin_inset Tabular
33395 <lyxtabular version="3" rows="9" columns="2">
33396 <features islongtable="true" longtabularalignment="center">
33397 <column alignment="left" valignment="top">
33398 <column alignment="left" valignment="top" width="85col%">
33399 <row interlinespace="2.5mm">
33400 <cell alignment="center" valignment="top" usebox="none">
33401 \begin_inset Text
33402
33403 \begin_layout Plain Layout
33404 \begin_inset Info
33405 type  "icon"
33406 arg   "math-macro-remove-param"
33407 \end_inset
33408
33409
33410 \end_layout
33411
33412 \end_inset
33413 </cell>
33414 <cell alignment="center" valignment="top" usebox="none">
33415 \begin_inset Text
33416
33417 \begin_layout Plain Layout
33418
33419 \family sans
33420 編集\SpecialChar menuseparator
33421 数式\SpecialChar menuseparator
33422 マクロ定義\SpecialChar menuseparator
33423 最後の引数を削除
33424 \end_layout
33425
33426 \end_inset
33427 </cell>
33428 </row>
33429 <row interlinespace="2.5mm">
33430 <cell alignment="center" valignment="top" usebox="none">
33431 \begin_inset Text
33432
33433 \begin_layout Plain Layout
33434 \begin_inset Info
33435 type  "icon"
33436 arg   "math-macro-add-param"
33437 \end_inset
33438
33439
33440 \end_layout
33441
33442 \end_inset
33443 </cell>
33444 <cell alignment="center" valignment="top" usebox="none">
33445 \begin_inset Text
33446
33447 \begin_layout Plain Layout
33448
33449 \family sans
33450 編集\SpecialChar menuseparator
33451 数式\SpecialChar menuseparator
33452 マクロ定義\SpecialChar menuseparator
33453 引数を追加
33454 \end_layout
33455
33456 \end_inset
33457 </cell>
33458 </row>
33459 <row interlinespace="2.5mm">
33460 <cell alignment="center" valignment="top" usebox="none">
33461 \begin_inset Text
33462
33463 \begin_layout Plain Layout
33464 \begin_inset Info
33465 type  "icon"
33466 arg   "math-macro-make-optional"
33467 \end_inset
33468
33469
33470 \end_layout
33471
33472 \end_inset
33473 </cell>
33474 <cell alignment="center" valignment="top" usebox="none">
33475 \begin_inset Text
33476
33477 \begin_layout Plain Layout
33478
33479 \family sans
33480 編集\SpecialChar menuseparator
33481 数式\SpecialChar menuseparator
33482 マクロ定義\SpecialChar menuseparator
33483 最初の必須引数を
33484 \begin_inset Newline newline
33485 \end_inset
33486
33487
33488 \begin_inset Phantom HPhantom
33489 status open
33490
33491 \begin_layout Plain Layout
33492
33493 \family sans
33494 編集\SpecialChar menuseparator
33495 数式\SpecialChar menuseparator
33496 マクロ定義\SpecialChar menuseparator
33497
33498 \end_layout
33499
33500 \end_inset
33501
33502 非必須引数にする
33503 \end_layout
33504
33505 \end_inset
33506 </cell>
33507 </row>
33508 <row interlinespace="2.5mm">
33509 <cell alignment="center" valignment="top" usebox="none">
33510 \begin_inset Text
33511
33512 \begin_layout Plain Layout
33513 \begin_inset Info
33514 type  "icon"
33515 arg   "math-macro-make-nonoptional"
33516 \end_inset
33517
33518
33519 \end_layout
33520
33521 \end_inset
33522 </cell>
33523 <cell alignment="center" valignment="top" usebox="none">
33524 \begin_inset Text
33525
33526 \begin_layout Plain Layout
33527
33528 \family sans
33529 編集\SpecialChar menuseparator
33530 数式\SpecialChar menuseparator
33531 マクロ定義\SpecialChar menuseparator
33532 最後の非必須引数を
33533 \begin_inset Newline newline
33534 \end_inset
33535
33536
33537 \begin_inset Phantom HPhantom
33538 status open
33539
33540 \begin_layout Plain Layout
33541
33542 \family sans
33543 編集\SpecialChar menuseparator
33544 数式\SpecialChar menuseparator
33545 マクロ定義\SpecialChar menuseparator
33546
33547 \end_layout
33548
33549 \end_inset
33550
33551 必須引数にする
33552 \end_layout
33553
33554 \end_inset
33555 </cell>
33556 </row>
33557 <row interlinespace="2.5mm">
33558 <cell alignment="center" valignment="top" usebox="none">
33559 \begin_inset Text
33560
33561 \begin_layout Plain Layout
33562 \begin_inset Info
33563 type  "icon"
33564 arg   "math-macro-remove-optional-param"
33565 \end_inset
33566
33567
33568 \end_layout
33569
33570 \end_inset
33571 </cell>
33572 <cell alignment="center" valignment="top" usebox="none">
33573 \begin_inset Text
33574
33575 \begin_layout Plain Layout
33576
33577 \family sans
33578 編集\SpecialChar menuseparator
33579 数式\SpecialChar menuseparator
33580 マクロ定義\SpecialChar menuseparator
33581 非必須引数を削除
33582 \end_layout
33583
33584 \end_inset
33585 </cell>
33586 </row>
33587 <row interlinespace="2.5mm">
33588 <cell alignment="center" valignment="top" usebox="none">
33589 \begin_inset Text
33590
33591 \begin_layout Plain Layout
33592 \begin_inset Info
33593 type  "icon"
33594 arg   "math-macro-add-optional-param"
33595 \end_inset
33596
33597
33598 \end_layout
33599
33600 \end_inset
33601 </cell>
33602 <cell alignment="center" valignment="top" usebox="none">
33603 \begin_inset Text
33604
33605 \begin_layout Plain Layout
33606
33607 \family sans
33608 編集\SpecialChar menuseparator
33609 数式\SpecialChar menuseparator
33610 マクロ定義\SpecialChar menuseparator
33611 非必須引数を挿入
33612 \end_layout
33613
33614 \end_inset
33615 </cell>
33616 </row>
33617 <row interlinespace="2.5mm">
33618 <cell alignment="center" valignment="top" usebox="none">
33619 \begin_inset Text
33620
33621 \begin_layout Plain Layout
33622 \begin_inset Info
33623 type  "icon"
33624 arg   "math-macro-remove-greedy-param"
33625 \end_inset
33626
33627
33628 \end_layout
33629
33630 \end_inset
33631 </cell>
33632 <cell alignment="center" valignment="top" usebox="none">
33633 \begin_inset Text
33634
33635 \begin_layout Plain Layout
33636
33637 \family sans
33638 編集\SpecialChar menuseparator
33639 数式\SpecialChar menuseparator
33640 マクロ定義\SpecialChar menuseparator
33641 右に吐き出す形で
33642 \begin_inset Newline newline
33643 \end_inset
33644
33645
33646 \begin_inset Phantom HPhantom
33647 status open
33648
33649 \begin_layout Plain Layout
33650
33651 \family sans
33652 編集\SpecialChar menuseparator
33653 数式\SpecialChar menuseparator
33654 マクロ定義\SpecialChar menuseparator
33655
33656 \end_layout
33657
33658 \end_inset
33659
33660 最後の引数を削除
33661 \end_layout
33662
33663 \end_inset
33664 </cell>
33665 </row>
33666 <row interlinespace="2.5mm">
33667 <cell alignment="center" valignment="top" usebox="none">
33668 \begin_inset Text
33669
33670 \begin_layout Plain Layout
33671 \begin_inset Info
33672 type  "icon"
33673 arg   "math-macro-append-greedy-param"
33674 \end_inset
33675
33676
33677 \end_layout
33678
33679 \end_inset
33680 </cell>
33681 <cell alignment="center" valignment="top" usebox="none">
33682 \begin_inset Text
33683
33684 \begin_layout Plain Layout
33685
33686 \family sans
33687 編集\SpecialChar menuseparator
33688 数式\SpecialChar menuseparator
33689 マクロ定義\SpecialChar menuseparator
33690 右から喰う形で
33691 \begin_inset Newline newline
33692 \end_inset
33693
33694
33695 \begin_inset Phantom HPhantom
33696 status open
33697
33698 \begin_layout Plain Layout
33699
33700 \family sans
33701 編集\SpecialChar menuseparator
33702 数式\SpecialChar menuseparator
33703 マクロ定義\SpecialChar menuseparator
33704
33705 \end_layout
33706
33707 \end_inset
33708
33709 引数を追加
33710 \end_layout
33711
33712 \end_inset
33713 </cell>
33714 </row>
33715 <row interlinespace="2.5mm">
33716 <cell alignment="center" valignment="top" usebox="none">
33717 \begin_inset Text
33718
33719 \begin_layout Plain Layout
33720 \begin_inset Info
33721 type  "icon"
33722 arg   "math-macro-add-greedy-optional-param"
33723 \end_inset
33724
33725
33726 \end_layout
33727
33728 \end_inset
33729 </cell>
33730 <cell alignment="center" valignment="top" usebox="none">
33731 \begin_inset Text
33732
33733 \begin_layout Plain Layout
33734
33735 \family sans
33736 編集\SpecialChar menuseparator
33737 数式\SpecialChar menuseparator
33738 マクロ定義\SpecialChar menuseparator
33739 右から喰う形で
33740 \begin_inset Newline newline
33741 \end_inset
33742
33743
33744 \begin_inset Phantom HPhantom
33745 status open
33746
33747 \begin_layout Plain Layout
33748
33749 \family sans
33750 編集\SpecialChar menuseparator
33751 数式\SpecialChar menuseparator
33752 マクロ定義\SpecialChar menuseparator
33753
33754 \end_layout
33755
33756 \end_inset
33757
33758 非必須引数を追加
33759 \end_layout
33760
33761 \end_inset
33762 </cell>
33763 </row>
33764 </lyxtabular>
33765
33766 \end_inset
33767
33768
33769 \end_layout
33770
33771 \begin_layout Section
33772 コンピュータ代数システム
33773 \end_layout
33774
33775 \begin_layout Standard
33776 \SpecialChar LyX
33777 では,\SpecialChar LyX
33778 の数式エディタで書かれた数式表現と,外部プログラムやユーザ定義スクリプトとの間のやり取りが可能です.現在サポートされているプログラムは,
33779 \family sans
33780 Maple
33781 \family default
33782
33783 \family sans
33784 Mathematica
33785 \family default
33786
33787 \family sans
33788 Maxima
33789 \family default
33790
33791 \family sans
33792 Octave
33793 \family default
33794 です.サポートされている数式表現は,非常に単純なものに限られていますので,ご注意ください.
33795 \end_layout
33796
33797 \begin_layout Subsection
33798 使用法
33799 \end_layout
33800
33801 \begin_layout Standard
33802 数式表現を書いた後,
33803 \family sans
33804 編集\SpecialChar menuseparator
33805 数式\SpecialChar menuseparator
33806 コンピュータ代数システムを使用
33807 \family default
33808 メニューで,コンピュータに導入済みのプログラムを選択します.その後,計算結果が,数式表現の右に「=」演算子とともに表示されます.
33809 \end_layout
33810
33811 \begin_layout Standard
33812 下記は,どのような計算が可能かをいくつか例示したものです(出力は
33813 \family typewriter
33814 Maxima
33815 \family default
33816 です).
33817 \end_layout
33818
33819 \begin_layout Itemize
33820 \begin_inset Formula $\frac{37}{3}*2-\sum_{i=1}^{3}i^{i}=-\frac{22}{3}$
33821 \end_inset
33822
33823
33824 \end_layout
33825
33826 \begin_layout Itemize
33827 \begin_inset Formula $\frac{37.0}{3}=12.33333333333333$
33828 \end_inset
33829
33830
33831 \end_layout
33832
33833 \begin_layout Itemize
33834 \begin_inset Formula $\int_{1}^{2}\sin(x)dx=\cos1-\cos2$
33835 \end_inset
33836
33837
33838 \end_layout
33839
33840 \begin_layout Itemize
33841 \begin_inset Formula $\int\left(\frac{1}{1+x^{3}}\right)dx=-\frac{\log\left(x^{2}-x+1\right)}{6}+\frac{\arctan\left(\frac{2\,x-1}{\sqrt{3}}\right)}{\sqrt{3}}+\frac{\log\left(x+1\right)}{3}$
33842 \end_inset
33843
33844
33845 \begin_inset Newline newline
33846 \end_inset
33847
33848
33849 \begin_inset Note Greyedout
33850 status open
33851
33852 \begin_layout Plain Layout
33853
33854 \series bold
33855 【註】
33856 \series default
33857 単純な「(」「)」文字ではなく,適切な区切り差込枠
33858 \begin_inset Formula $\left(\right)$
33859 \end_inset
33860
33861 を使わなくてはなりません.
33862 \end_layout
33863
33864 \end_inset
33865
33866  
33867 \end_layout
33868
33869 \begin_layout Itemize
33870 \begin_inset Formula $\det\left[\begin{array}{ccc}
33871 1 & 6 & 7\\
33872 2 & 5 & 8\\
33873 3 & 4 & 17
33874 \end{array}\right]=-56$
33875 \end_inset
33876
33877
33878 \end_layout
33879
33880 \begin_layout Itemize
33881 \begin_inset Formula $\lim_{x\rightarrow0}\left(\frac{\sin(x)}{x}\right)=1$
33882 \end_inset
33883
33884
33885 \end_layout
33886
33887 \begin_layout Itemize
33888 \begin_inset Formula $powerseries\left(-\log\left(5-x\right),x,1\right)=\sum_{{\mathit{i}_{2}}=0}^{\infty}{\frac{4^{-{\mathit{i}_{2}}-1}\,\left(x-1\right)^{{\mathit{i}_{2}}+1}}{{\mathit{i}_{2}}+1}}-\log4$
33889 \end_inset
33890
33891
33892 \end_layout
33893
33894 \begin_layout Itemize
33895 \begin_inset Formula $solve\left(x_{1}+y_{1}^{3}=y_{1}+x_{1}^{2},x_{1}\right)=\left[x_{1}=-\frac{\sqrt{4\,y_{1}^{3}-4\,y_{1}+1}-1}{2},x_{1}=\frac{\sqrt{4\,y_{1}^{3}-4\,y_{1}+1}+1}{2}\right]$
33896 \end_inset
33897
33898
33899 \end_layout
33900
33901 \begin_layout Subsection
33902 捷径
33903 \end_layout
33904
33905 \begin_layout Standard
33906 現在のところ,代数プログラムを呼び出すための
33907 \begin_inset Flex Ruby
33908 status collapsed
33909
33910 \begin_layout Plain Layout
33911 捷径
33912 \begin_inset Argument post:1
33913 status collapsed
33914
33915 \begin_layout Plain Layout
33916 ショートカット
33917 \end_layout
33918
33919 \end_inset
33920
33921
33922 \end_layout
33923
33924 \end_inset
33925
33926 はありません.しかし,捷径を
33927 \family sans
33928 math-extern
33929 \family default
33930  \SpecialChar LyX
33931 関数にバインドすることは容易です(取扱説明書『
33932 \family sans
33933 \emph on
33934 \SpecialChar LyX
33935 関数篇
33936 \family default
33937 \emph default
33938 』参照).例えば,数式エディタ中で
33939 \family sans
33940 リターン
33941 \family default
33942
33943 \begin_inset Flex Ruby
33944 status collapsed
33945
33946 \begin_layout Plain Layout
33947
33948 \begin_inset Argument post:1
33949 status collapsed
33950
33951 \begin_layout Plain Layout
33952 キー
33953 \end_layout
33954
33955 \end_inset
33956
33957
33958 \end_layout
33959
33960 \end_inset
33961
33962 をバインドさせることもできます.それを
33963 \family typewriter
33964 Maxima
33965 \family default
33966 にバインドするには,下記の捷径定義コマンドを使用します.
33967 \end_layout
33968
33969 \begin_layout Standard
33970
33971 \series bold
33972 command-alternatives paragraph-break;math-extern maxima
33973 \end_layout
33974
33975 \begin_layout Section
33976 補遺
33977 \begin_inset Index idx
33978 range none
33979 pageformat default
33980 status collapsed
33981
33982 \begin_layout Plain Layout
33983 ほい@補遺
33984 \end_layout
33985
33986 \end_inset
33987
33988
33989 \end_layout
33990
33991 \begin_layout Subsection
33992 負の数
33993 \begin_inset Index idx
33994 range none
33995 pageformat default
33996 status collapsed
33997
33998 \begin_layout Plain Layout
33999 かず@数 ! ふの@負の
34000 \end_layout
34001
34002 \end_inset
34003
34004
34005 \end_layout
34006
34007 \begin_layout Standard
34008 数式中の負の数は,数の前の負符号が,差演算子記号と同じ長さに設定されてしまうために,汚く見えてしまうことがあります.負の数を通常の文章として書くと,負符号は正し
34009 く表示されます.
34010 \end_layout
34011
34012 \begin_layout Standard
34013 したがって,この問題は,負符号を数式テキストに変換することによって,解消されます.
34014 \end_layout
34015
34016 \begin_layout Standard
34017 以下は,この問題を示す例です.
34018 \end_layout
34019
34020 \begin_layout Standard
34021 \align center
34022 \begin_inset Tabular
34023 <lyxtabular version="3" rows="3" columns="2">
34024 <features booktabs="true" tabularvalignment="middle">
34025 <column alignment="right" valignment="top" width="0pt">
34026 <column alignment="left" valignment="top">
34027 <row>
34028 <cell alignment="right" valignment="top" topline="true" leftline="true" usebox="none">
34029 \begin_inset Text
34030
34031 \begin_layout Plain Layout
34032 通常の文章:
34033 \end_layout
34034
34035 \end_inset
34036 </cell>
34037 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34038 \begin_inset Text
34039
34040 \begin_layout Plain Layout
34041 x = -2
34042 \end_layout
34043
34044 \end_inset
34045 </cell>
34046 </row>
34047 <row>
34048 <cell alignment="right" valignment="top" leftline="true" usebox="none">
34049 \begin_inset Text
34050
34051 \begin_layout Plain Layout
34052 数式:
34053 \end_layout
34054
34055 \end_inset
34056 </cell>
34057 <cell alignment="center" valignment="top" rightline="true" usebox="none">
34058 \begin_inset Text
34059
34060 \begin_layout Plain Layout
34061 \begin_inset Formula $x=-2$
34062 \end_inset
34063
34064
34065 \end_layout
34066
34067 \end_inset
34068 </cell>
34069 </row>
34070 <row>
34071 <cell alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34072 \begin_inset Text
34073
34074 \begin_layout Plain Layout
34075 解決策:
34076 \end_layout
34077
34078 \end_inset
34079 </cell>
34080 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34081 \begin_inset Text
34082
34083 \begin_layout Plain Layout
34084 \begin_inset Formula $x=\textrm{-}2$
34085 \end_inset
34086
34087
34088 \end_layout
34089
34090 \end_inset
34091 </cell>
34092 </row>
34093 </lyxtabular>
34094
34095 \end_inset
34096
34097
34098 \end_layout
34099
34100 \begin_layout Subsection
34101 位区切りとしてのコンマ
34102 \begin_inset Index idx
34103 range none
34104 pageformat default
34105 status collapsed
34106
34107 \begin_layout Plain Layout
34108 こんま@コンマ
34109 \end_layout
34110
34111 \end_inset
34112
34113
34114 \begin_inset Index idx
34115 range none
34116 pageformat default
34117 status collapsed
34118
34119 \begin_layout Plain Layout
34120 かんま@カンマ
34121 \begin_inset ERT
34122 status collapsed
34123
34124 \begin_layout Plain Layout
34125
34126 |see{
34127 \end_layout
34128
34129 \end_inset
34130
34131 コンマ
34132 \begin_inset ERT
34133 status collapsed
34134
34135 \begin_layout Plain Layout
34136
34137 }
34138 \end_layout
34139
34140 \end_inset
34141
34142
34143 \end_layout
34144
34145 \end_inset
34146
34147
34148 \end_layout
34149
34150 \begin_layout Standard
34151 \SpecialChar LaTeX
34152 では,英語の慣習にしたがい,数式中のコンマを数字の位区切りに使用します.よって,数式中のコンマの後ろには,つねに空白が加わります.
34153 \end_layout
34154
34155 \begin_layout Standard
34156 これを回避するためには,コンマを選択して,数式テキストに変更して下さい(
34157 \begin_inset Flex Ruby
34158 status collapsed
34159
34160 \begin_layout Plain Layout
34161 捷径
34162 \begin_inset Argument post:1
34163 status collapsed
34164
34165 \begin_layout Plain Layout
34166 ショートカット
34167 \end_layout
34168
34169 \end_inset
34170
34171
34172 \end_layout
34173
34174 \end_inset
34175
34176
34177 \begin_inset Info
34178 type  "shortcut"
34179 arg   "math-mode"
34180 \end_inset
34181
34182 ).
34183 \end_layout
34184
34185 \begin_layout Standard
34186 文書中の数式コンマを,すべて小数点として使うには,\SpecialChar LaTeX
34187 プリアンブルに
34188 \end_layout
34189
34190 \begin_layout Standard
34191
34192 \series bold
34193
34194 \backslash
34195 usepackage{icomma}
34196 \end_layout
34197
34198 \begin_layout Standard
34199 という行を加えて,
34200 \series bold
34201 icomma.sty
34202 \series default
34203
34204 \begin_inset Foot
34205 status collapsed
34206
34207 \begin_layout Plain Layout
34208
34209 \series bold
34210 icomma
34211 \series default
34212 は,\SpecialChar LaTeX
34213 パッケージ
34214 \series bold
34215 was
34216 \series default
34217
34218 \begin_inset Index idx
34219 range none
34220 pageformat default
34221 status collapsed
34222
34223 \begin_layout Plain Layout
34224 ぱっけーじ@パッケージ ! was
34225 \begin_inset ERT
34226 status collapsed
34227
34228 \begin_layout Plain Layout
34229
34230
34231 \backslash
34232 vspace{4mm}
34233 \end_layout
34234
34235 \end_inset
34236
34237
34238 \end_layout
34239
34240 \end_inset
34241
34242 に含まれています.
34243 \end_layout
34244
34245 \end_inset
34246
34247
34248 \begin_inset Index idx
34249 range none
34250 pageformat default
34251 status collapsed
34252
34253 \begin_layout Plain Layout
34254 ぱっけーじ@パッケージ ! icomma
34255 \end_layout
34256
34257 \end_inset
34258
34259 ファイルを読み込みます.
34260 \end_layout
34261
34262 \begin_layout Subsection
34263 物理ベクトル
34264 \begin_inset CommandInset label
34265 LatexCommand label
34266 name "subsec:物理ベクトル"
34267
34268 \end_inset
34269
34270
34271 \begin_inset Index idx
34272 range none
34273 pageformat default
34274 status collapsed
34275
34276 \begin_layout Plain Layout
34277 べくとる@ベクトル ! ぶつり@物理
34278 \begin_inset space \thinspace{}
34279 \end_inset
34280
34281 ——
34282 \end_layout
34283
34284 \end_inset
34285
34286
34287 \end_layout
34288
34289 \begin_layout Standard
34290 \SpecialChar LaTeX
34291 パッケージ
34292 \series bold
34293 braket
34294 \series default
34295
34296 \begin_inset Foot
34297 status collapsed
34298
34299 \begin_layout Plain Layout
34300
34301 \series bold
34302 braket
34303 \series default
34304  は標準的\SpecialChar LaTeX
34305 頒布版のすべてに含まれています.
34306 \end_layout
34307
34308 \end_inset
34309
34310
34311 \begin_inset Index idx
34312 range none
34313 pageformat default
34314 status collapsed
34315
34316 \begin_layout Plain Layout
34317 ぱっけーじ@パッケージ ! braket
34318 \end_layout
34319
34320 \end_inset
34321
34322 には,定義済みのベクトルが提供されており,
34323 \end_layout
34324
34325 \begin_layout Standard
34326
34327 \series bold
34328
34329 \backslash
34330 usepackage{braket}
34331 \end_layout
34332
34333 \begin_layout Standard
34334 という\SpecialChar LaTeX
34335 プリアンブル行で読み込むことができます.
34336 \end_layout
34337
34338 \begin_layout Standard
34339 \begin_inset ERT
34340 status collapsed
34341
34342 \begin_layout Plain Layout
34343
34344
34345 \backslash
34346 ifbraket 
34347 \end_layout
34348
34349 \end_inset
34350
34351
34352 \begin_inset Note Note
34353 status open
34354
34355 \begin_layout Plain Layout
34356 以下の表は,
34357 \series bold
34358 braket
34359 \series default
34360  \SpecialChar LaTeX
34361 パッケージが導入済みのときのみ表示されます.
34362 \end_layout
34363
34364 \end_inset
34365
34366 以下のコマンドが定義されています.
34367 \end_layout
34368
34369 \begin_layout Standard
34370 \align center
34371 \begin_inset Tabular
34372 <lyxtabular version="3" rows="4" columns="2">
34373 <features booktabs="true" tabularvalignment="middle">
34374 <column alignment="center" valignment="top" width="0pt">
34375 <column alignment="center" valignment="top">
34376 <row>
34377 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34378 \begin_inset Text
34379
34380 \begin_layout Plain Layout
34381 コマンド
34382 \end_layout
34383
34384 \end_inset
34385 </cell>
34386 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34387 \begin_inset Text
34388
34389 \begin_layout Plain Layout
34390 出力
34391 \end_layout
34392
34393 \end_inset
34394 </cell>
34395 </row>
34396 <row>
34397 <cell alignment="center" valignment="top" usebox="none">
34398 \begin_inset Text
34399
34400 \begin_layout Plain Layout
34401
34402 \backslash
34403 Bra{
34404 \backslash
34405 psi
34406 \end_layout
34407
34408 \end_inset
34409 </cell>
34410 <cell alignment="center" valignment="top" usebox="none">
34411 \begin_inset Text
34412
34413 \begin_layout Plain Layout
34414 \begin_inset Formula $\Bra{\psi}$
34415 \end_inset
34416
34417
34418 \end_layout
34419
34420 \end_inset
34421 </cell>
34422 </row>
34423 <row>
34424 <cell alignment="center" valignment="top" usebox="none">
34425 \begin_inset Text
34426
34427 \begin_layout Plain Layout
34428
34429 \backslash
34430 Ket{
34431 \backslash
34432 psi
34433 \end_layout
34434
34435 \end_inset
34436 </cell>
34437 <cell alignment="center" valignment="top" usebox="none">
34438 \begin_inset Text
34439
34440 \begin_layout Plain Layout
34441 \begin_inset Formula $\Ket{\psi}$
34442 \end_inset
34443
34444
34445 \end_layout
34446
34447 \end_inset
34448 </cell>
34449 </row>
34450 <row>
34451 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34452 \begin_inset Text
34453
34454 \begin_layout Plain Layout
34455
34456 \backslash
34457 Braket{
34458 \backslash
34459 psi|
34460 \backslash
34461 phi
34462 \end_layout
34463
34464 \end_inset
34465 </cell>
34466 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34467 \begin_inset Text
34468
34469 \begin_layout Plain Layout
34470 \begin_inset Formula $\Braket{\psi|\phi}$
34471 \end_inset
34472
34473
34474 \end_layout
34475
34476 \end_inset
34477 </cell>
34478 </row>
34479 </lyxtabular>
34480
34481 \end_inset
34482
34483
34484 \end_layout
34485
34486 \begin_layout Standard
34487
34488 \series bold
34489
34490 \backslash
34491 Braket
34492 \series default
34493 コマンドを使うと,以下のように,すべての縦棒がそれを囲む括弧と同じ大きさに設定されます.
34494 \begin_inset Formula 
34495 \[
34496 \Braket{\phi|J=\frac{3}{2}\,,\,M_{J}}
34497 \]
34498
34499 \end_inset
34500
34501
34502 \begin_inset ERT
34503 status collapsed
34504
34505 \begin_layout Plain Layout
34506
34507
34508 \backslash
34509 else 
34510 \end_layout
34511
34512 \end_inset
34513
34514
34515 \begin_inset Note Note
34516 status open
34517
34518 \begin_layout Plain Layout
34519
34520 \series bold
34521 braket
34522 \series default
34523  \SpecialChar LaTeX
34524 パッケージが導入されていないときには,以下が表示されます.
34525 \end_layout
34526
34527 \end_inset
34528
34529
34530 \end_layout
34531
34532 \begin_layout Standard
34533 本小節の全体を出力で見るためには,
34534 \series bold
34535 braket
34536 \series default
34537  \SpecialChar LaTeX
34538 パッケージを導入する必要があります.
34539 \end_layout
34540
34541 \begin_layout Standard
34542 \begin_inset ERT
34543 status collapsed
34544
34545 \begin_layout Plain Layout
34546
34547
34548 \backslash
34549 fi 
34550 \end_layout
34551
34552 \end_inset
34553
34554
34555 \end_layout
34556
34557 \begin_layout Standard
34558
34559 \series bold
34560
34561 \backslash
34562 Braket
34563 \series default
34564 と同じ効果は,第
34565 \begin_inset CommandInset ref
34566 LatexCommand ref
34567 reference "subsec:自動の括弧丈"
34568
34569 \end_inset
34570
34571 節に説明されているとおり,
34572 \series bold
34573
34574 \backslash
34575 middle
34576 \series default
34577 コマンドを用いることによっても実現できます.
34578 \end_layout
34579
34580 \begin_layout Subsection
34581 自己定義の分数
34582 \begin_inset CommandInset label
34583 LatexCommand label
34584 name "subsec:自己定義の分数"
34585
34586 \end_inset
34587
34588
34589 \begin_inset Index idx
34590 range none
34591 pageformat default
34592 status collapsed
34593
34594 \begin_layout Plain Layout
34595 ぶんすう@分数 ! じこていぎの@自己定義の
34596 \end_layout
34597
34598 \end_inset
34599
34600
34601 \end_layout
34602
34603 \begin_layout Standard
34604 分数用の自己定義コマンドを定義するには,以下の書式を持つ
34605 \series bold
34606
34607 \backslash
34608 genfrac
34609 \series default
34610
34611 \begin_inset Index idx
34612 range none
34613 pageformat default
34614 status collapsed
34615
34616 \begin_layout Plain Layout
34617 こまんど@コマンド ! G ! 
34618 \backslash
34619 genfrac
34620 \end_layout
34621
34622 \end_inset
34623
34624 コマンドを使います.
34625 \end_layout
34626
34627 \begin_layout Standard
34628
34629 \series bold
34630
34631 \backslash
34632 genfrac{左括弧}{右括弧}{分数線の厚み}{様式}
34633 \begin_inset Newline newline
34634 \end_inset
34635
34636
34637 \begin_inset Phantom HPhantom
34638 status open
34639
34640 \begin_layout Plain Layout
34641
34642 \series bold
34643
34644 \backslash
34645 genfrac
34646 \end_layout
34647
34648 \end_inset
34649
34650 {分子}{分母}
34651 \end_layout
34652
34653 \begin_layout Standard
34654 ここで「様式」は,0
34655 \begin_inset space \thinspace{}
34656 \end_inset
34657
34658 -
34659 \begin_inset space \thinspace{}
34660 \end_inset
34661
34662 3の範囲の数字です.
34663 \end_layout
34664
34665 \begin_layout Standard
34666 \align center
34667 \begin_inset Tabular
34668 <lyxtabular version="3" rows="5" columns="2">
34669 <features booktabs="true" tabularvalignment="middle">
34670 <column alignment="center" valignment="top" width="0pt">
34671 <column alignment="center" valignment="top">
34672 <row>
34673 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34674 \begin_inset Text
34675
34676 \begin_layout Plain Layout
34677 数字
34678 \end_layout
34679
34680 \end_inset
34681 </cell>
34682 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34683 \begin_inset Text
34684
34685 \begin_layout Plain Layout
34686 様式(大きさ)
34687 \end_layout
34688
34689 \end_inset
34690 </cell>
34691 </row>
34692 <row>
34693 <cell alignment="center" valignment="top" usebox="none">
34694 \begin_inset Text
34695
34696 \begin_layout Plain Layout
34697 0
34698 \end_layout
34699
34700 \end_inset
34701 </cell>
34702 <cell alignment="center" valignment="top" usebox="none">
34703 \begin_inset Text
34704
34705 \begin_layout Plain Layout
34706 別行立て様式の数式
34707 \end_layout
34708
34709 \end_inset
34710 </cell>
34711 </row>
34712 <row>
34713 <cell alignment="center" valignment="top" usebox="none">
34714 \begin_inset Text
34715
34716 \begin_layout Plain Layout
34717 1
34718 \end_layout
34719
34720 \end_inset
34721 </cell>
34722 <cell alignment="center" valignment="top" usebox="none">
34723 \begin_inset Text
34724
34725 \begin_layout Plain Layout
34726 行内数式
34727 \end_layout
34728
34729 \end_inset
34730 </cell>
34731 </row>
34732 <row>
34733 <cell alignment="center" valignment="top" usebox="none">
34734 \begin_inset Text
34735
34736 \begin_layout Plain Layout
34737 2
34738 \end_layout
34739
34740 \end_inset
34741 </cell>
34742 <cell alignment="center" valignment="top" usebox="none">
34743 \begin_inset Text
34744
34745 \begin_layout Plain Layout
34746 やや小(small)
34747 \end_layout
34748
34749 \end_inset
34750 </cell>
34751 </row>
34752 <row>
34753 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34754 \begin_inset Text
34755
34756 \begin_layout Plain Layout
34757 3
34758 \end_layout
34759
34760 \end_inset
34761 </cell>
34762 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
34763 \begin_inset Text
34764
34765 \begin_layout Plain Layout
34766 最小(tiny)
34767 \end_layout
34768
34769 \end_inset
34770 </cell>
34771 </row>
34772 </lyxtabular>
34773
34774 \end_inset
34775
34776
34777 \end_layout
34778
34779 \begin_layout Standard
34780 「様式」を指定しないときには,
34781 \series bold
34782
34783 \backslash
34784 frac
34785 \series default
34786 コマンドのように,大きさは周囲の環境に合わせて調節されます. 
34787 \end_layout
34788
34789 \begin_layout Standard
34790 「分数線の厚み」を指定しないときには,既定値である0.4
34791 \begin_inset space \thinspace{}
34792 \end_inset
34793
34794 ptが用いられます.
34795 \end_layout
34796
34797 \begin_layout Standard
34798 \begin_inset VSpace medskip
34799 \end_inset
34800
34801 たとえば,第
34802 \begin_inset CommandInset ref
34803 LatexCommand ref
34804 reference "subsec:分数"
34805
34806 \end_inset
34807
34808 節の
34809 \series bold
34810
34811 \backslash
34812 dfrac
34813 \series default
34814 コマンドおよび
34815 \series bold
34816
34817 \backslash
34818 tbinom
34819 \series default
34820 コマンドは,
34821 \end_layout
34822
34823 \begin_layout Standard
34824
34825 \series bold
34826
34827 \backslash
34828 newcommand{
34829 \backslash
34830 dfrac}[2]{
34831 \backslash
34832 genfrac{}{}{}{0}{#1}{#2}}
34833 \end_layout
34834
34835 \begin_layout Standard
34836 あるいは
34837 \end_layout
34838
34839 \begin_layout Standard
34840
34841 \series bold
34842
34843 \backslash
34844 newcommand{
34845 \backslash
34846 tbinom}[2]{
34847 \backslash
34848 genfrac{(}{)}{0pt}{1}{#1}{#2}}
34849 \end_layout
34850
34851 \begin_layout Standard
34852 というコマンドで定義できます.
34853 \end_layout
34854
34855 \begin_layout Standard
34856 \begin_inset VSpace medskip
34857 \end_inset
34858
34859 分数線の厚みを非必須の引数として与えることのできる分数を定義するには,\SpecialChar LaTeX
34860 プリアンブルに
34861 \end_layout
34862
34863 \begin_layout Standard
34864
34865 \series bold
34866
34867 \backslash
34868 newcommand{
34869 \backslash
34870 fracS}[3][]{
34871 \backslash
34872 genfrac{}{}{#1}{}{#2}{#3}}
34873 \end_layout
34874
34875 \begin_layout Standard
34876 という行を入れます.
34877 \end_layout
34878
34879 \begin_layout Standard
34880 以下は,そのテストです.
34881 \begin_inset Formula 
34882 \begin{align*}
34883 \text{コマンド} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
34884 \text{出力} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
34885 \end{align*}
34886
34887 \end_inset
34888
34889 ご覧になってわかるように,分子や分母から分数線までの距離は,分数線の厚みの約3倍になります.
34890 \end_layout
34891
34892 \begin_layout Subsection
34893 数式の消去
34894 \begin_inset Index idx
34895 range none
34896 pageformat default
34897 status collapsed
34898
34899 \begin_layout Plain Layout
34900 すうしき@数式 ! しょうきょ@消去
34901 \end_layout
34902
34903 \end_inset
34904
34905
34906 \end_layout
34907
34908 \begin_layout Standard
34909 数式の全体もしくは一部を消去するには,4つの方法があります.
34910 \end_layout
34911
34912 \begin_layout Standard
34913 \align center
34914 \begin_inset ERT
34915 status collapsed
34916
34917 \begin_layout Plain Layout
34918
34919
34920 \backslash
34921 ifcancel 
34922 \end_layout
34923
34924 \end_inset
34925
34926
34927 \begin_inset Note Note
34928 status open
34929
34930 \begin_layout Plain Layout
34931 下記の表は,\SpecialChar LaTeX
34932 パッケージ
34933 \series bold
34934 cancel
34935 \series default
34936 が導入済みの時のみ表示されます.
34937 \end_layout
34938
34939 \end_inset
34940
34941
34942 \end_layout
34943
34944 \begin_layout Standard
34945 \align center
34946 \begin_inset Tabular
34947 <lyxtabular version="3" rows="5" columns="2">
34948 <features booktabs="true" tabularvalignment="middle">
34949 <column alignment="center" valignment="top" width="0pt">
34950 <column alignment="center" valignment="top">
34951 <row>
34952 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34953 \begin_inset Text
34954
34955 \begin_layout Plain Layout
34956 コマンド
34957 \end_layout
34958
34959 \end_inset
34960 </cell>
34961 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
34962 \begin_inset Text
34963
34964 \begin_layout Plain Layout
34965 出力
34966 \end_layout
34967
34968 \end_inset
34969 </cell>
34970 </row>
34971 <row>
34972 <cell alignment="center" valignment="top" usebox="none">
34973 \begin_inset Text
34974
34975 \begin_layout Plain Layout
34976
34977 \backslash
34978 cancel
34979 \begin_inset space \textvisiblespace{}
34980 \end_inset
34981
34982
34983 \backslash
34984 int
34985 \begin_inset space \textvisiblespace{}
34986 \end_inset
34987
34988 A=B
34989 \end_layout
34990
34991 \end_inset
34992 </cell>
34993 <cell alignment="center" valignment="top" usebox="none">
34994 \begin_inset Text
34995
34996 \begin_layout Plain Layout
34997 \begin_inset Formula $\cancel{\int A=B}$
34998 \end_inset
34999
35000
35001 \end_layout
35002
35003 \end_inset
35004 </cell>
35005 </row>
35006 <row topspace="1.5mm">
35007 <cell alignment="center" valignment="top" usebox="none">
35008 \begin_inset Text
35009
35010 \begin_layout Plain Layout
35011
35012 \backslash
35013 bcancel
35014 \begin_inset space \textvisiblespace{}
35015 \end_inset
35016
35017
35018 \backslash
35019 int
35020 \begin_inset space \textvisiblespace{}
35021 \end_inset
35022
35023 A=B
35024 \end_layout
35025
35026 \end_inset
35027 </cell>
35028 <cell alignment="center" valignment="top" usebox="none">
35029 \begin_inset Text
35030
35031 \begin_layout Plain Layout
35032 \begin_inset Formula $\bcancel{\int A=B}$
35033 \end_inset
35034
35035
35036 \end_layout
35037
35038 \end_inset
35039 </cell>
35040 </row>
35041 <row topspace="1.5mm">
35042 <cell alignment="center" valignment="top" usebox="none">
35043 \begin_inset Text
35044
35045 \begin_layout Plain Layout
35046
35047 \backslash
35048 xcancel
35049 \begin_inset space \textvisiblespace{}
35050 \end_inset
35051
35052
35053 \backslash
35054 int
35055 \begin_inset space \textvisiblespace{}
35056 \end_inset
35057
35058 A=B
35059 \end_layout
35060
35061 \end_inset
35062 </cell>
35063 <cell alignment="center" valignment="top" usebox="none">
35064 \begin_inset Text
35065
35066 \begin_layout Plain Layout
35067 \begin_inset Formula $\xcancel{\int A=B}$
35068 \end_inset
35069
35070
35071 \end_layout
35072
35073 \end_inset
35074 </cell>
35075 </row>
35076 <row>
35077 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
35078 \begin_inset Text
35079
35080 \begin_layout Plain Layout
35081
35082 \backslash
35083 cancelto
35084 \begin_inset space \textvisiblespace{}
35085 \end_inset
35086
35087
35088 \backslash
35089 int
35090 \begin_inset space \textvisiblespace{}
35091 \end_inset
35092
35093 A=B
35094 \begin_inset Formula $\to$
35095 \end_inset
35096
35097 1
35098 \end_layout
35099
35100 \end_inset
35101 </cell>
35102 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
35103 \begin_inset Text
35104
35105 \begin_layout Plain Layout
35106 \begin_inset Formula $\cancelto{1}{\int A=B}\hspace{3mm}$
35107 \end_inset
35108
35109
35110 \end_layout
35111
35112 \end_inset
35113 </cell>
35114 </row>
35115 </lyxtabular>
35116
35117 \end_inset
35118
35119
35120 \end_layout
35121
35122 \begin_layout Standard
35123
35124 \series bold
35125
35126 \backslash
35127 cancelto
35128 \series default
35129 は,以下のように,とくに数式中の分数の約分を表示するのに適しています.
35130 \begin_inset Formula 
35131 \[
35132 \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}}}
35133 \]
35134
35135 \end_inset
35136
35137
35138 \end_layout
35139
35140 \begin_layout Standard
35141
35142 \series bold
35143
35144 \backslash
35145 cancelto
35146 \series default
35147 の「下付き文字」寸法の大きさを変えるには,
35148 \end_layout
35149
35150 \begin_layout Standard
35151
35152 \series bold
35153
35154 \backslash
35155 PassOptionsToPackage{オプション}{cancel}
35156 \end_layout
35157
35158 \begin_layout Standard
35159 という行を\SpecialChar LaTeX
35160 プリアンブルに書き加えてください.ここで,
35161 \series bold
35162 オプション
35163 \series default
35164
35165 \series bold
35166 samesize
35167 \series default
35168 にすると,取り消した部分と同じ寸法になり,
35169 \series bold
35170 Smaller
35171 \series default
35172 にすると,通常よりも少し小さくなります.
35173 \end_layout
35174
35175 \begin_layout Standard
35176 取り消し線に色を付けるには,\SpecialChar TeX
35177 コードで以下のコマンドを書き加えてください.
35178 \end_layout
35179
35180 \begin_layout Standard
35181
35182 \series bold
35183
35184 \backslash
35185 renewcommand{
35186 \backslash
35187 CancelColor}{
35188 \backslash
35189 color{red}}
35190 \end_layout
35191
35192 \begin_layout Standard
35193 ここで
35194 \series bold
35195 red
35196 \series default
35197 は,お好みの色に変更することができます.
35198 \end_layout
35199
35200 \begin_layout Standard
35201 \begin_inset ERT
35202 status collapsed
35203
35204 \begin_layout Plain Layout
35205
35206
35207 \backslash
35208 renewcommand{
35209 \backslash
35210 CancelColor}{
35211 \backslash
35212 color{red}}
35213 \end_layout
35214
35215 \end_inset
35216
35217
35218 \end_layout
35219
35220 \begin_layout Standard
35221 \begin_inset Formula 
35222 \[
35223 \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}}}
35224 \]
35225
35226 \end_inset
35227
35228
35229 \end_layout
35230
35231 \begin_layout Standard
35232 \begin_inset ERT
35233 status collapsed
35234
35235 \begin_layout Plain Layout
35236
35237
35238 \backslash
35239 renewcommand{
35240 \backslash
35241 CancelColor}{
35242 \backslash
35243 color{black}}
35244 \end_layout
35245
35246 \end_inset
35247
35248
35249 \begin_inset Note Note
35250 status open
35251
35252 \begin_layout Plain Layout
35253 色をリセット
35254 \end_layout
35255
35256 \end_inset
35257
35258
35259 \end_layout
35260
35261 \begin_layout Standard
35262 他の微調整については,
35263 \series bold
35264 cancel
35265 \series default
35266 パッケージの取扱説明書
35267 \begin_inset CommandInset citation
35268 LatexCommand cite
35269 key "cancel"
35270 literal "true"
35271
35272 \end_inset
35273
35274 をご覧ください.
35275 \begin_inset Index idx
35276 range none
35277 pageformat default
35278 status collapsed
35279
35280 \begin_layout Plain Layout
35281 ぱっけーじ@パッケージ ! cancel
35282 \end_layout
35283
35284 \end_inset
35285
35286
35287 \end_layout
35288
35289 \begin_layout Standard
35290 \begin_inset ERT
35291 status collapsed
35292
35293 \begin_layout Plain Layout
35294
35295
35296 \backslash
35297 else 
35298 \end_layout
35299
35300 \end_inset
35301
35302
35303 \begin_inset Note Note
35304 status open
35305
35306 \begin_layout Plain Layout
35307 下記の表は,\SpecialChar LaTeX
35308 パッケージ
35309 \series bold
35310 cancel
35311 \series default
35312 が導入済みの時のみ表示されます.
35313 \end_layout
35314
35315 \end_inset
35316
35317
35318 \end_layout
35319
35320 \begin_layout Standard
35321 本小節の続きを見るには,\SpecialChar LaTeX
35322 パッケージ
35323 \series bold
35324 cancel
35325 \series default
35326 を導入する必要があります.
35327 \end_layout
35328
35329 \begin_layout Standard
35330 \begin_inset ERT
35331 status collapsed
35332
35333 \begin_layout Plain Layout
35334
35335
35336 \backslash
35337 fi 
35338 \end_layout
35339
35340 \end_inset
35341
35342
35343 \end_layout
35344
35345 \begin_layout Subsection
35346 節見出し中の数式
35347 \begin_inset CommandInset label
35348 LatexCommand label
35349 name "subsec:節見出し中の数式"
35350
35351 \end_inset
35352
35353
35354 \begin_inset Index idx
35355 range none
35356 pageformat default
35357 status collapsed
35358
35359 \begin_layout Plain Layout
35360 すうしき@数式 ! せつみだしちゅうの@節見出し中の
35361 \end_layout
35362
35363 \end_inset
35364
35365
35366 \end_layout
35367
35368 \begin_layout Standard
35369 数式を節見出し中で使う際には,以下のことに留意しなくてはなりません.
35370 \end_layout
35371
35372 \begin_layout Standard
35373 \begin_inset Note Greyedout
35374 status open
35375
35376 \begin_layout Plain Layout
35377 文書設定ダイアログの
35378 \family sans
35379 PDF特性
35380 \family default
35381
35382 \series bold
35383 hyperref
35384 \series default
35385
35386 \begin_inset Index idx
35387 range none
35388 pageformat default
35389 status collapsed
35390
35391 \begin_layout Plain Layout
35392 ぱっけーじ@パッケージ ! hyperref
35393 \end_layout
35394
35395 \end_inset
35396
35397 サポートが有効になっている場合,PDFのしおりが,目次にある節見出しすべてに関して生成されます.しおり中に数式を入れることはPDFの慣習に違反しているため,節見
35398 出しに数式が含まれている場合,数式はしおり中に誤った文字列として表示されます.
35399 \end_layout
35400
35401 \end_inset
35402
35403
35404 \end_layout
35405
35406 \begin_layout Standard
35407 これらの問題は,
35408 \family sans
35409 挿入\SpecialChar menuseparator
35410 短縮タイトル
35411 \family default
35412 メニューを使って,問題となる節見出しの最後に短縮タイトルを入れることで解決することができます.短縮タイトルは,目次が美しく整形されるように,多行にわたる節見出し
35413 に別名を付けるものです.目次中には,短縮タイトルのみが表示され,したがってPDFしおり中にも短縮タイトルのみが表示されます.
35414 \end_layout
35415
35416 \begin_layout Standard
35417 数式を目次中でも使わなくてもならないが,
35418 \series bold
35419 hyperref
35420 \series default
35421 も使用しなくてはならないときには,
35422 \end_layout
35423
35424 \begin_layout Standard
35425
35426 \series bold
35427
35428 \backslash
35429 texorpdfstring{部分}{代替文字列}
35430 \begin_inset Index idx
35431 range none
35432 pageformat default
35433 status collapsed
35434
35435 \begin_layout Plain Layout
35436 こまんど@コマンド ! T ! 
35437 \backslash
35438 texorpdfstring
35439 \end_layout
35440
35441 \end_inset
35442
35443
35444 \end_layout
35445
35446 \begin_layout Standard
35447 というコマンドを\SpecialChar TeX
35448 モードで使う方法があります.
35449 \end_layout
35450
35451 \begin_layout Standard
35452 「部分」は,見出し中,PDFしおりに表示したくない部分です.これは,文字・数式・脚註のほかに相互参照をとることもできます.しおりには,この部分の代わりに,「代替
35453 文字列」が用いられます.
35454 \end_layout
35455
35456 \begin_layout Standard
35457 以下の二つは,見出しの例です.
35458 \begin_inset VSpace -3mm
35459 \end_inset
35460
35461
35462 \begin_inset ERT
35463 status collapsed
35464
35465 \begin_layout Plain Layout
35466
35467
35468 \backslash
35469 boldmath 
35470 \end_layout
35471
35472 \end_inset
35473
35474
35475 \end_layout
35476
35477 \begin_layout Subsubsection
35478 目次中では数式を使わない見出し
35479 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35480 \end_inset
35481
35482
35483 \begin_inset Argument 1
35484 status collapsed
35485
35486 \begin_layout Plain Layout
35487 目次中では数式を使わない見出し
35488 \end_layout
35489
35490 \end_inset
35491
35492
35493 \end_layout
35494
35495 \begin_layout Subsubsection
35496 目次中で数式を使う見出し
35497 \begin_inset ERT
35498 status collapsed
35499
35500 \begin_layout Plain Layout
35501
35502
35503 \backslash
35504 texorpdfstring{
35505 \end_layout
35506
35507 \end_inset
35508
35509  
35510 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35511 \end_inset
35512
35513
35514 \begin_inset ERT
35515 status collapsed
35516
35517 \begin_layout Plain Layout
35518
35519 }{}
35520 \end_layout
35521
35522 \end_inset
35523
35524
35525 \end_layout
35526
35527 \begin_layout Standard
35528 \begin_inset ERT
35529 status collapsed
35530
35531 \begin_layout Plain Layout
35532
35533
35534 \backslash
35535 unboldmath 
35536 \end_layout
35537
35538 \end_inset
35539
35540 一つめの見出しでは短縮タイトルが使われており,二つめの見出しでは
35541 \series bold
35542
35543 \backslash
35544 texorpdfstring
35545 \series default
35546 が使われています.
35547 \end_layout
35548
35549 \begin_layout Standard
35550 他の節見出しと同じ書式を得るために,上の見出し全体は
35551 \series bold
35552 boldmath
35553 \series default
35554 環境に設定してあります
35555 \begin_inset Foot
35556 status collapsed
35557
35558 \begin_layout Plain Layout
35559
35560 \begin_inset CommandInset ref
35561 LatexCommand ref
35562 reference "subsec:ボールド体の数式"
35563
35564 \end_inset
35565
35566 節参照.
35567 \end_layout
35568
35569 \end_inset
35570
35571
35572 \end_layout
35573
35574 \begin_layout Subsection
35575 多段組文中の数式
35576 \begin_inset Index idx
35577 range none
35578 pageformat default
35579 status collapsed
35580
35581 \begin_layout Plain Layout
35582 すうしき@数式 ! ただんくみぶんちゅうの@多段組文中の
35583 \end_layout
35584
35585 \end_inset
35586
35587
35588 \end_layout
35589
35590 \begin_layout Standard
35591 多段組文中に数式を作ると,段の中に収まりきらないことも多く,ページ幅全体に広がるようにする必要があることがあります.これは,
35592 \series bold
35593 multicol
35594 \series default
35595
35596 \begin_inset Foot
35597 status collapsed
35598
35599 \begin_layout Plain Layout
35600
35601 \series bold
35602 multicol
35603 \series default
35604 は,標準的\SpecialChar LaTeX
35605 頒布版のすべてに含まれています.
35606 \end_layout
35607
35608 \end_inset
35609
35610
35611 \begin_inset Index idx
35612 range none
35613 pageformat default
35614 status collapsed
35615
35616 \begin_layout Plain Layout
35617 ぱっけーじ@パッケージ ! multicol
35618 \end_layout
35619
35620 \end_inset
35621
35622  \SpecialChar LaTeX
35623 パッケージを,
35624 \end_layout
35625
35626 \begin_layout Standard
35627
35628 \series bold
35629
35630 \backslash
35631 usepackage{multicol}
35632 \end_layout
35633
35634 \begin_layout Standard
35635 という\SpecialChar LaTeX
35636 プリアンブル行を書いて読み込むことで,実現できます.
35637 \end_layout
35638
35639 \begin_layout Standard
35640 \begin_inset Note Greyedout
35641 status open
35642
35643 \begin_layout Plain Layout
35644 ここで,
35645 \family sans
35646 文書\SpecialChar menuseparator
35647 設定
35648 \family default
35649 メニューの
35650 \family sans
35651 本文レイアウト
35652 \family default
35653 で,
35654 \family sans
35655 二段組文書
35656 \family default
35657 の設定を
35658 \emph on
35659 有効にしてはならない
35660 \emph default
35661 ことに注意してください.
35662 \end_layout
35663
35664 \end_inset
35665
35666
35667 \end_layout
35668
35669 \begin_layout Standard
35670 多段組文の前に
35671 \end_layout
35672
35673 \begin_layout Standard
35674
35675 \series bold
35676
35677 \backslash
35678 begin{multicols}{段数}
35679 \end_layout
35680
35681 \begin_layout Standard
35682 というコマンドを\SpecialChar TeX
35683 モードで書き入れます.「段数」は,2
35684 \begin_inset space \thinspace{}
35685 \end_inset
35686
35687 -
35688 \begin_inset space \thinspace{}
35689 \end_inset
35690
35691 10のあいだの数字です.多段組文の終わる数式の前には,
35692 \end_layout
35693
35694 \begin_layout Standard
35695
35696 \series bold
35697
35698 \backslash
35699 end{multicols}
35700 \end_layout
35701
35702 \begin_layout Standard
35703 というコマンドを\SpecialChar TeX
35704 モードで入れます.
35705 \end_layout
35706
35707 \begin_layout Standard
35708 このコマンドによって,数式の前にいくらかの余白が,自動的に作られます.これをなくすには,数式の前に-6
35709 \begin_inset space \thinspace{}
35710 \end_inset
35711
35712 mmの垂直空白を入れて下さい.数式様式
35713 \series bold
35714
35715 \begin_inset Foot
35716 status collapsed
35717
35718 \begin_layout Plain Layout
35719 数式様式に関しては,第
35720 \begin_inset CommandInset ref
35721 LatexCommand ref
35722 reference "sec:数式様式"
35723
35724 \end_inset
35725
35726 節をご覧下さい.
35727 \end_layout
35728
35729 \end_inset
35730
35731
35732 \series default
35733 として
35734 \series bold
35735 行頭下げ
35736 \series default
35737 を使用している場合には,代わりに-9
35738 \begin_inset space \thinspace{}
35739 \end_inset
35740
35741 mmの垂直空白を入れて下さい.
35742 \end_layout
35743
35744 \begin_layout Standard
35745 以下は,別行立て数式を含む,多段組文の例です.
35746 \end_layout
35747
35748 \begin_layout Standard
35749 \begin_inset ERT
35750 status collapsed
35751
35752 \begin_layout Plain Layout
35753
35754
35755 \backslash
35756 begin{multicols}{2}
35757 \end_layout
35758
35759 \end_inset
35760
35761
35762 \lang ngerman
35763 Das Spektrum wird fouriertransformiert.
35764  Die Fouriertransformation wird verwendet, um die  überlagerten Signale
35765  (Netzwerk, Lösungsmittel) zu trennen.
35766  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
35767  nun das Aussehen des Ausgangssignals.
35768  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so das man
35769  über alle Phasen integrieren muss.
35770  Sei nun 
35771 \begin_inset Formula $S$
35772 \end_inset
35773
35774  unser normiertes Ausgangssignal und 
35775 \begin_inset Formula $P$
35776 \end_inset
35777
35778  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
35779 \lang japanese
35780
35781 \begin_inset ERT
35782 status collapsed
35783
35784 \begin_layout Plain Layout
35785
35786
35787 \backslash
35788 end{multicols}
35789 \end_layout
35790
35791 \end_inset
35792
35793
35794 \begin_inset VSpace -6mm
35795 \end_inset
35796
35797
35798 \begin_inset Formula 
35799 \begin{equation}
35800 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
35801 \end{equation}
35802
35803 \end_inset
35804
35805
35806 \begin_inset ERT
35807 status collapsed
35808
35809 \begin_layout Plain Layout
35810
35811
35812 \backslash
35813 begin{multicols}{2}
35814 \end_layout
35815
35816 \end_inset
35817
35818
35819 \lang ngerman
35820 wobei 
35821 \begin_inset Formula $S_{0}$
35822 \end_inset
35823
35824  das Signal ohne Gradient ist und die Normierungsbedingung 
35825 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
35826 \end_inset
35827
35828  gilt.
35829  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
35830  Direkt nach dem 
35831 \begin_inset Formula $\nicefrac{\pi}{2}$
35832 \end_inset
35833
35834
35835 \begin_inset space \thinspace{}
35836 \end_inset
35837
35838 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
35839  das Signal zusätzlich abschwächt.
35840  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
35841  
35842 \begin_inset Formula $T_{2}$
35843 \end_inset
35844
35845 -Zeit.
35846 \end_layout
35847
35848 \begin_layout Standard
35849 \begin_inset ERT
35850 status collapsed
35851
35852 \begin_layout Plain Layout
35853
35854
35855 \backslash
35856 end{multicols}
35857 \end_layout
35858
35859 \end_inset
35860
35861  
35862 \end_layout
35863
35864 \begin_layout Subsection
35865 変数の説明付き数式
35866 \begin_inset Index idx
35867 range none
35868 pageformat default
35869 status collapsed
35870
35871 \begin_layout Plain Layout
35872 すうしき@数式 ! へんすうのせつめいつき@変数の説明付き
35873 \end_layout
35874
35875 \end_inset
35876
35877
35878 \end_layout
35879
35880 \begin_layout Standard
35881 \begin_inset CommandInset ref
35882 LatexCommand eqref
35883 reference "eq:within"
35884
35885 \end_inset
35886
35887 式のように,数式内で変数の説明をするには,
35888 \begin_inset Formula $n$
35889 \end_inset
35890
35891 個の変数が使われている場合,左寄せの列を持つ
35892 \begin_inset Formula $2\times n$
35893 \end_inset
35894
35895 行列を使用します
35896 \begin_inset Foot
35897 status collapsed
35898
35899 \begin_layout Plain Layout
35900 行列に関しては,第
35901 \begin_inset CommandInset ref
35902 LatexCommand ref
35903 reference "sec:行列"
35904
35905 \end_inset
35906
35907 節参照.
35908 \end_layout
35909
35910 \end_inset
35911
35912 .説明を小さな文字にするには,行列の前に,たとえば
35913 \series bold
35914
35915 \backslash
35916 footnotesize
35917 \series default
35918 コマンドを挿入します
35919 \begin_inset Foot
35920 status collapsed
35921
35922 \begin_layout Plain Layout
35923 フォント寸法に関しては,第
35924 \begin_inset CommandInset ref
35925 LatexCommand ref
35926 reference "subsec:書体寸法"
35927
35928 \end_inset
35929
35930 節参照.
35931 \end_layout
35932
35933 \end_inset
35934
35935
35936 \end_layout
35937
35938 \begin_layout Standard
35939 数式様式に
35940 \series bold
35941 行頭下げ
35942 \begin_inset Foot
35943 status collapsed
35944
35945 \begin_layout Plain Layout
35946 数式様式に関しては,第
35947 \begin_inset CommandInset ref
35948 LatexCommand ref
35949 reference "sec:数式様式"
35950
35951 \end_inset
35952
35953 節参照.
35954 \end_layout
35955
35956 \end_inset
35957
35958
35959 \series default
35960 を使っている場合,行列を数式とページ余白から等距離に置くために,行列の前後に
35961 \series bold
35962
35963 \backslash
35964 hfill
35965 \series default
35966
35967 \begin_inset Foot
35968 status collapsed
35969
35970 \begin_layout Plain Layout
35971
35972 \series bold
35973
35974 \backslash
35975 hfill
35976 \series default
35977 は,
35978 \series bold
35979 行頭下げ
35980 \series default
35981 様式のときのみ機能します.第
35982 \begin_inset CommandInset ref
35983 LatexCommand ref
35984 reference "subsec:可変長の空白"
35985
35986 \end_inset
35987
35988 節をご覧下さい.
35989 \end_layout
35990
35991 \end_inset
35992
35993 を入れます.
35994 \end_layout
35995
35996 \begin_layout Standard
35997 数式様式に
35998 \series bold
35999 中央揃え
36000 \series default
36001 を使っている場合,数式を字下げするには,第
36002 \begin_inset CommandInset ref
36003 LatexCommand ref
36004 reference "subsec:flalign環境"
36005
36006 \end_inset
36007
36008 節で述べた方法を使用します.
36009 \begin_inset CommandInset ref
36010 LatexCommand eqref
36011 reference "eq:within"
36012
36013 \end_inset
36014
36015 式には5列があり,最初の2列には数式,3列めには行列,最終列には空の\SpecialChar TeX
36016 括弧が入っています.
36017 \begin_inset Formula 
36018 \begin{flalign}
36019 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
36020 \rho & \textrm{density}\\
36021 V & \textrm{volume}\\
36022 g & \textrm{gravitational acceleration}
36023 \end{array} &  & {}\label{eq:within}
36024 \end{flalign}
36025
36026 \end_inset
36027
36028
36029 \end_layout
36030
36031 \begin_layout Subsection
36032 アップライト体のギリシャ小文字
36033 \begin_inset CommandInset label
36034 LatexCommand label
36035 name "subsec:アップライト体ギリシャ小文字"
36036
36037 \end_inset
36038
36039
36040 \begin_inset Index idx
36041 range none
36042 pageformat default
36043 status collapsed
36044
36045 \begin_layout Plain Layout
36046 ぎりしゃもじ@ギリシャ文字 ! あっぷらいとたい@アップライト体
36047 \end_layout
36048
36049 \end_inset
36050
36051
36052 \end_layout
36053
36054 \begin_layout Standard
36055 ほとんどの数式書体は,イタリック体のギリシャ小文字しか提供していません.しかし,
36056 \begin_inset Formula $\pi$
36057 \end_inset
36058
36059 中間子やニュートリノのような素粒子の記号には,アップライト体のギリシャ文字が必要とされます.
36060 \series bold
36061 upgreek.sty
36062 \series default
36063
36064 \begin_inset Foot
36065 status collapsed
36066
36067 \begin_layout Plain Layout
36068
36069 \series bold
36070 upgreek
36071 \series default
36072 は,
36073 \series bold
36074 was
36075 \series default
36076
36077 \begin_inset Index idx
36078 range none
36079 pageformat default
36080 status collapsed
36081
36082 \begin_layout Plain Layout
36083 ぱっけーじ@パッケージ ! was
36084 \begin_inset ERT
36085 status collapsed
36086
36087 \begin_layout Plain Layout
36088
36089
36090 \backslash
36091 vspace{4mm}
36092 \end_layout
36093
36094 \end_inset
36095
36096
36097 \end_layout
36098
36099 \end_inset
36100
36101  \SpecialChar LaTeX
36102 パッケージの一部です.
36103 \end_layout
36104
36105 \end_inset
36106
36107
36108 \begin_inset Index idx
36109 range none
36110 pageformat default
36111 status collapsed
36112
36113 \begin_layout Plain Layout
36114 ぱっけーじ@パッケージ ! upgreek
36115 \end_layout
36116
36117 \end_inset
36118
36119  ファイルを
36120 \end_layout
36121
36122 \begin_layout Standard
36123
36124 \series bold
36125
36126 \backslash
36127 usepackage{upgreek}
36128 \end_layout
36129
36130 \begin_layout Standard
36131 という\SpecialChar LaTeX
36132 プリアンブル行で読み込めば,これらが提供されるようになります.
36133 \begin_inset ERT
36134 status collapsed
36135
36136 \begin_layout Plain Layout
36137
36138
36139 \backslash
36140 ifupgreek 
36141 \end_layout
36142
36143 \end_inset
36144
36145
36146 \begin_inset Note Note
36147 status open
36148
36149 \begin_layout Plain Layout
36150 以下の表は,
36151 \series bold
36152 upgreek
36153 \series default
36154  \SpecialChar LaTeX
36155 パッケージが導入済みのときのみ表示されます.
36156 \end_layout
36157
36158 \end_inset
36159
36160 アップライト体のギリシャ小文字は,ギリシャ小文字のコマンド名の前に
36161 \series bold
36162 up
36163 \series default
36164 を付けると作ることができます.たとえば
36165 \series bold
36166
36167 \backslash
36168 uptau
36169 \series default
36170 コマンドは,
36171 \begin_inset Formula $\uptau$
36172 \end_inset
36173
36174 のようになります.
36175 \end_layout
36176
36177 \begin_layout Standard
36178 これらのコマンドを使えば,以下のような素粒子の反応を組版することができるようになります.
36179 \begin_inset Formula 
36180 \[
36181 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}
36182 \]
36183
36184 \end_inset
36185
36186
36187 \end_layout
36188
36189 \begin_layout Standard
36190 アップライト体の文字は,イタリック体のものよりも太く幅広です.したがって,これらを「
36191 \begin_inset Formula $\mu m$
36192 \end_inset
36193
36194 」のような単位に使うべきではありません.
36195 \end_layout
36196
36197 \begin_layout Standard
36198 \begin_inset ERT
36199 status collapsed
36200
36201 \begin_layout Plain Layout
36202
36203
36204 \backslash
36205 else 
36206 \end_layout
36207
36208 \end_inset
36209
36210
36211 \begin_inset Note Note
36212 status open
36213
36214 \begin_layout Plain Layout
36215 以下は,
36216 \series bold
36217 upgreek
36218 \series default
36219  \SpecialChar LaTeX
36220 パッケージが導入されていないときのみ表示されます.
36221 \end_layout
36222
36223 \end_inset
36224
36225
36226 \end_layout
36227
36228 \begin_layout Standard
36229 この小節のすべてを出力で見るには,
36230 \series bold
36231 upgreek
36232 \series default
36233  \SpecialChar LaTeX
36234 パッケージを導入する必要があります.
36235 \end_layout
36236
36237 \begin_layout Standard
36238 \begin_inset ERT
36239 status collapsed
36240
36241 \begin_layout Plain Layout
36242
36243
36244 \backslash
36245 fi 
36246 \end_layout
36247
36248 \end_inset
36249
36250
36251 \end_layout
36252
36253 \begin_layout Subsection
36254 数式中のテキスト文字
36255 \begin_inset Index idx
36256 range none
36257 pageformat default
36258 status collapsed
36259
36260 \begin_layout Plain Layout
36261 てきすと @ テキスト ! すうしきちゅうの @ 数式中の
36262 \end_layout
36263
36264 \end_inset
36265
36266
36267 \end_layout
36268
36269 \begin_layout Standard
36270 折にふれて,テキスト文字を直接数式中に入れたいときがあるでしょう.たとえば,中黒「·」を
36271 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
36272 \end_inset
36273
36274 のように数式中で頻繁に用いようとすると,この中黒はすべてのエンコーディングでテキスト文字として定義されているために,代わりに
36275 \series bold
36276
36277 \backslash
36278 cdot
36279 \series default
36280
36281 \begin_inset Foot
36282 status collapsed
36283
36284 \begin_layout Plain Layout
36285
36286 \begin_inset CommandInset ref
36287 LatexCommand ref
36288 reference "subsec:二項演算子"
36289
36290 \end_inset
36291
36292 節参照.
36293 \end_layout
36294
36295 \end_inset
36296
36297 コマンドを挿入しなくてはならなくなることでしょう.しかし,
36298 \end_layout
36299
36300 \begin_layout Standard
36301
36302 \series bold
36303
36304 \backslash
36305 Declare Inputtext{183}{
36306 \backslash
36307 ifmmode
36308 \backslash
36309 cdot
36310 \backslash
36311 else
36312 \backslash
36313 textperiodcentered
36314 \backslash
36315 f\SpecialChar ligaturebreak
36316 i}
36317 \end_layout
36318
36319 \begin_layout Standard
36320 という\SpecialChar LaTeX
36321 プリアンブル行を使えば,エンコーディングに変更を加えることができます.
36322 \end_layout
36323
36324 \begin_layout Standard
36325 文字エンコーディング(
36326 \family sans
36327 文書\SpecialChar menuseparator
36328 設定\SpecialChar menuseparator
36329 言語
36330 \family default
36331 メニュー)は,キーボード上の
36332 \begin_inset Flex Ruby
36333 status collapsed
36334
36335 \begin_layout Plain Layout
36336
36337 \begin_inset Argument post:1
36338 status collapsed
36339
36340 \begin_layout Plain Layout
36341 キー
36342 \end_layout
36343
36344 \end_inset
36345
36346
36347 \end_layout
36348
36349 \end_inset
36350
36351 が押されたときにどの文字が表示されるかを指定します.「·」文字に対応する鍵が押されると,内部的には
36352 \series bold
36353
36354 \backslash
36355 textperiodcentered
36356 \series default
36357 コマンドが使用されます.しかし,このコマンドは数式中では使えないので,\SpecialChar LaTeX
36358 エラーが発生するのです.変更後のエンコーディングでは,文字が数式中に挿入されたか否かによっ
36359 て,正しいコマンドが自動的に選択されます.
36360 \end_layout
36361
36362 \begin_layout Standard
36363 定義ファイル中には,複数の文字のエンコーディングが保管されています.たとえば,
36364 \series bold
36365 latin9
36366 \series default
36367 エンコーディングは,\SpecialChar LaTeX
36368 がインストールされたフォルダにある
36369 \series bold
36370 latin9.def
36371 \series default
36372 ファイルに定義されています.エンコーディングは,\SpecialChar LaTeX
36373 プリアンブルで変更するべきであって,定義ファイルを変更してはなりません.さもないと,自分の作成した文書は,他のコ
36374 ンピューターで作業をしている他のユーザーによっては編集することができなくなってしまいます.
36375 \end_layout
36376
36377 \begin_layout Standard
36378 \begin_inset VSpace medskip
36379 \end_inset
36380
36381 中黒の他にこの文書では,角度記号「
36382 \begin_inset Formula $^{\circ}$
36383 \end_inset
36384
36385 」が,数式に直接入れることができるよう,以下のような\SpecialChar LaTeX
36386 プリアンブル行で定義されています
36387 \begin_inset Foot
36388 status collapsed
36389
36390 \begin_layout Plain Layout
36391 【訳註】p\SpecialChar LaTeX
36392 では,これらの定義は必要ないので,コメントアウトして無効にしてあります.
36393 \end_layout
36394
36395 \end_inset
36396
36397
36398 \end_layout
36399
36400 \begin_layout Standard
36401
36402 \series bold
36403
36404 \backslash
36405 DeclareInputtext{176}{
36406 \backslash
36407 ifmmode^
36408 \backslash
36409 circ
36410 \backslash
36411 else
36412 \backslash
36413 textdegree
36414 \backslash
36415 f\SpecialChar ligaturebreak
36416 i}
36417 \end_layout
36418
36419 \begin_layout Subsection
36420 数式中の\SpecialChar LaTeX
36421 コメント
36422 \begin_inset Index idx
36423 range none
36424 pageformat default
36425 status collapsed
36426
36427 \begin_layout Plain Layout
36428 L atexこめんと@\SpecialChar LaTeX
36429 コメント
36430 \end_layout
36431
36432 \end_inset
36433
36434
36435 \end_layout
36436
36437 \begin_layout Standard
36438 本文中では,ファイルの\SpecialChar LaTeX
36439 ソースコードでのみ見ることのできるコメントを,
36440 \family sans
36441 挿入
36442 \lang english
36443 \SpecialChar menuseparator
36444
36445 \lang japanese
36446 註釈
36447 \lang english
36448 \SpecialChar menuseparator
36449
36450 \lang japanese
36451 コメント
36452 \family default
36453 メニューで挿入することができます.これと同じことは,数式中ではできませんが,
36454 \end_layout
36455
36456 \begin_layout Standard
36457
36458 \series bold
36459
36460 \backslash
36461 %
36462 \end_layout
36463
36464 \begin_layout Standard
36465 というコマンドを使えば,\SpecialChar LaTeX
36466 コメントを挿入することができます.このコマンドを打ち込むと,コメントを書き込むことのできるボックスが生成されます.\SpecialChar LyX
36467 のバグのせいで
36468 \begin_inset Foot
36469 status collapsed
36470
36471 \begin_layout Plain Layout
36472 \begin_inset CommandInset href
36473 LatexCommand href
36474 name "LyX-bug #9002"
36475 target "https://www.lyx.org/trac/ticket/9002"
36476 literal "false"
36477
36478 \end_inset
36479
36480
36481 \end_layout
36482
36483 \end_inset
36484
36485 ,コメント中に,通常の本文や数式内本文そのものを書くことはできませんが,\SpecialChar LaTeX
36486 出力中に,\SpecialChar LaTeX
36487 コマンドの形では見ることができます.
36488 \lang english
36489
36490 \begin_inset Newline newline
36491 \end_inset
36492
36493
36494 \lang japanese
36495 下記は,\SpecialChar LaTeX
36496 コメントを持つ数式の例です.
36497 \begin_inset Formula 
36498 \[
36499 A=B%\text{これはコメントです。}
36500 \]
36501
36502 \end_inset
36503
36504
36505 \end_layout
36506
36507 \begin_layout Section
36508 \start_of_appendix
36509 組版上の助言
36510 \begin_inset Index idx
36511 range none
36512 pageformat default
36513 status collapsed
36514
36515 \begin_layout Plain Layout
36516 くみばんじょうのじょげん@組版上の助言
36517 \end_layout
36518
36519 \end_inset
36520
36521
36522 \end_layout
36523
36524 \begin_layout Standard
36525 この節は,ISO規範に掲げてある,もっとも重要な組版ルールの要約です
36526 \begin_inset Foot
36527 status collapsed
36528
36529 \begin_layout Plain Layout
36530 この要約の一部は,ISO規則を取り上げている「Duden」
36531 \begin_inset CommandInset citation
36532 LatexCommand cite
36533 key "Duden"
36534 literal "true"
36535
36536 \end_inset
36537
36538 と呼ばれるドイツの半公的辞書から採られています.
36539 \end_layout
36540
36541 \end_inset
36542
36543
36544 \end_layout
36545
36546 \begin_layout Itemize
36547 物理単位は,つねに(イタリック文中にあるときも)アップライト体にします
36548 \begin_inset Foot
36549 status collapsed
36550
36551 \begin_layout Plain Layout
36552 書体様式で指定します.第
36553 \begin_inset CommandInset ref
36554 LatexCommand ref
36555 reference "subsec:書体様式"
36556
36557 \end_inset
36558
36559 節を参照.
36560 \end_layout
36561
36562 \end_inset
36563
36564 :30
36565 \begin_inset space \thinspace{}
36566 \end_inset
36567
36568 km/h
36569 \begin_inset Newline newline
36570 \end_inset
36571
36572 値と単位の間には,最小空白を入れます.第
36573 \begin_inset CommandInset ref
36574 LatexCommand ref
36575 reference "subsec:定義済みの空白"
36576
36577 \end_inset
36578
36579 節を参照.
36580 \begin_inset Newline newline
36581 \end_inset
36582
36583 この慣習は,
36584 \series bold
36585
36586 \backslash
36587 unittwo
36588 \series default
36589 コマンドを使用すると,つねに満たされます.このコマンドを数式に入れると,二つの枠が現れます.最初の枠には値をいれ,第二の枠に単位を入れると,上記と同じような結果
36590 が得られます:
36591 \begin_inset Formula $\unit[30]{km/h}$
36592 \end_inset
36593
36594
36595 \begin_inset space \thinspace{}
36596 \end_inset
36597
36598 .実は,
36599 \series bold
36600
36601 \backslash
36602 unittwo
36603 \series default
36604 は,\SpecialChar LaTeX
36605 コマンドの実体ではなく,
36606 \series bold
36607
36608 \backslash
36609 unit[値]{単位}
36610 \series default
36611 というコマンドです.したがって,これを\SpecialChar TeX
36612 コード中で使用することはできません.
36613 \end_layout
36614
36615 \begin_layout Itemize
36616 百分率記号と千分率記号は,物理単位と同様に組みます:
36617 \begin_inset Newline newline
36618 \end_inset
36619
36620 血中アルコール1,2
36621 \begin_inset space \thinspace{}
36622 \end_inset
36623
36624
36625 \end_layout
36626
36627 \begin_layout Itemize
36628 角度記号は値の直後に置きます:
36629 \begin_inset Formula $15^{\circ}$
36630 \end_inset
36631
36632 .しかし,単位として用いられるときは別です:15
36633 \begin_inset space \thinspace{}
36634 \end_inset
36635
36636
36637 \begin_inset Formula $^{\circ}\negmedspace\mbox{C}$
36638 \end_inset
36639
36640
36641 \end_layout
36642
36643 \begin_layout Itemize
36644 4桁以上の数は,3桁ごとに最小空白を直前に挿入して,グループ化します:18
36645 \begin_inset space \thinspace{}
36646 \end_inset
36647
36648 473
36649 \begin_inset space \thinspace{}
36650 \end_inset
36651
36652 588
36653 \end_layout
36654
36655 \begin_layout Itemize
36656 \begin_inset Formula $120\times90\times40$
36657 \end_inset
36658
36659
36660 \begin_inset space \thinspace{}
36661 \end_inset
36662
36663 cmのような寸法には,積記号「
36664 \begin_inset Formula $\times$
36665 \end_inset
36666
36667 」を用います.これは,
36668 \series bold
36669
36670 \backslash
36671 times
36672 \series default
36673 コマンドか,
36674 \family sans
36675 挿入\SpecialChar menuseparator
36676 特殊文字\SpecialChar menuseparator
36677 記号
36678 \family default
36679 メニューから入れることができます.
36680 \end_layout
36681
36682 \begin_layout Itemize
36683 いくつかの文字を含む関数名は,混乱を防ぐためにアップライト体にします.第
36684 \begin_inset CommandInset ref
36685 LatexCommand ref
36686 reference "subsec:定義済み函数"
36687
36688 \end_inset
36689
36690 節を参照.
36691 \end_layout
36692
36693 \begin_layout Itemize
36694 複数の文字を含む指数は,アップライト体にします:
36695 \begin_inset Formula $E_{\mathrm{kin}}$
36696 \end_inset
36697
36698
36699 \begin_inset Newline newline
36700 \end_inset
36701
36702 行列要素はイタリック体にします:
36703 \begin_inset Formula $\hat{H}_{kl}$
36704 \end_inset
36705
36706
36707 \end_layout
36708
36709 \begin_layout Itemize
36710 微分作用素・積分作用素「d」,オイラー数「e」,虚数単位「i」は,他の変数と間違えることを避けるために,アップライト体にします.
36711 \end_layout
36712
36713 \begin_layout Itemize
36714
36715 \noun on
36716 フーリエ
36717 \noun default
36718 変換を表す文字は,
36719 \series bold
36720
36721 \backslash
36722 mathscr
36723 \begin_inset space \textvisiblespace{}
36724 \end_inset
36725
36726 {F
36727 \series default
36728 コマンド
36729 \begin_inset Index idx
36730 range none
36731 pageformat default
36732 status collapsed
36733
36734 \begin_layout Plain Layout
36735 こまんど@コマンド! M ! 
36736 \backslash
36737 mathscr
36738 \end_layout
36739
36740 \end_inset
36741
36742
36743 \family sans
36744 挿入\SpecialChar menuseparator
36745 特殊文字\SpecialChar menuseparator
36746 記号\SpecialChar menuseparator
36747 文字様記号
36748 \family default
36749 メニューの
36750 \begin_inset Formula $\mathscr{F}$
36751 \end_inset
36752
36753 で入れることができます.
36754 \end_layout
36755
36756 \begin_layout Standard
36757 \begin_inset Newpage newpage
36758 \end_inset
36759
36760
36761 \end_layout
36762
36763 \begin_layout Section
36764 同義語
36765 \begin_inset Index idx
36766 range none
36767 pageformat default
36768 status collapsed
36769
36770 \begin_layout Plain Layout
36771 どうぎご@同義語
36772 \end_layout
36773
36774 \end_inset
36775
36776
36777 \end_layout
36778
36779 \begin_layout Standard
36780 いくつかの文字や記号は,複数のコマンドから作ることができます.以下は,同義のコマンドの一覧です.
36781 \end_layout
36782
36783 \begin_layout Standard
36784 \begin_inset VSpace bigskip
36785 \end_inset
36786
36787
36788 \begin_inset space \hfill{}
36789 \end_inset
36790
36791
36792 \begin_inset Tabular
36793 <lyxtabular version="3" rows="12" columns="2">
36794 <features booktabs="true" tabularvalignment="middle">
36795 <column alignment="center" valignment="top" width="0pt">
36796 <column alignment="center" valignment="top" width="0pt">
36797 <row>
36798 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
36799 \begin_inset Text
36800
36801 \begin_layout Plain Layout
36802 コマンド
36803 \end_layout
36804
36805 \end_inset
36806 </cell>
36807 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
36808 \begin_inset Text
36809
36810 \begin_layout Plain Layout
36811 同義のコマンド
36812 \end_layout
36813
36814 \end_inset
36815 </cell>
36816 </row>
36817 <row>
36818 <cell alignment="center" valignment="top" usebox="none">
36819 \begin_inset Text
36820
36821 \begin_layout Plain Layout
36822
36823 \backslash
36824 ast
36825 \end_layout
36826
36827 \end_inset
36828 </cell>
36829 <cell alignment="center" valignment="top" usebox="none">
36830 \begin_inset Text
36831
36832 \begin_layout Plain Layout
36833 *
36834 \end_layout
36835
36836 \end_inset
36837 </cell>
36838 </row>
36839 <row>
36840 <cell alignment="center" valignment="top" usebox="none">
36841 \begin_inset Text
36842
36843 \begin_layout Plain Layout
36844
36845 \backslash
36846 choose
36847 \end_layout
36848
36849 \end_inset
36850 </cell>
36851 <cell alignment="center" valignment="top" usebox="none">
36852 \begin_inset Text
36853
36854 \begin_layout Plain Layout
36855
36856 \backslash
36857 binom
36858 \end_layout
36859
36860 \end_inset
36861 </cell>
36862 </row>
36863 <row>
36864 <cell alignment="center" valignment="top" usebox="none">
36865 \begin_inset Text
36866
36867 \begin_layout Plain Layout
36868
36869 \backslash
36870 geq
36871 \end_layout
36872
36873 \end_inset
36874 </cell>
36875 <cell alignment="center" valignment="top" usebox="none">
36876 \begin_inset Text
36877
36878 \begin_layout Plain Layout
36879
36880 \backslash
36881 ge
36882 \end_layout
36883
36884 \end_inset
36885 </cell>
36886 </row>
36887 <row>
36888 <cell alignment="center" valignment="top" usebox="none">
36889 \begin_inset Text
36890
36891 \begin_layout Plain Layout
36892
36893 \backslash
36894 lbrace
36895 \end_layout
36896
36897 \end_inset
36898 </cell>
36899 <cell alignment="center" valignment="top" usebox="none">
36900 \begin_inset Text
36901
36902 \begin_layout Plain Layout
36903 {
36904 \end_layout
36905
36906 \end_inset
36907 </cell>
36908 </row>
36909 <row>
36910 <cell alignment="center" valignment="top" usebox="none">
36911 \begin_inset Text
36912
36913 \begin_layout Plain Layout
36914
36915 \backslash
36916 lbracket
36917 \end_layout
36918
36919 \end_inset
36920 </cell>
36921 <cell alignment="center" valignment="top" usebox="none">
36922 \begin_inset Text
36923
36924 \begin_layout Plain Layout
36925 [
36926 \end_layout
36927
36928 \end_inset
36929 </cell>
36930 </row>
36931 <row>
36932 <cell alignment="center" valignment="top" usebox="none">
36933 \begin_inset Text
36934
36935 \begin_layout Plain Layout
36936
36937 \backslash
36938 leftarrow
36939 \end_layout
36940
36941 \end_inset
36942 </cell>
36943 <cell alignment="center" valignment="top" usebox="none">
36944 \begin_inset Text
36945
36946 \begin_layout Plain Layout
36947
36948 \backslash
36949 gets
36950 \end_layout
36951
36952 \end_inset
36953 </cell>
36954 </row>
36955 <row>
36956 <cell alignment="center" valignment="top" usebox="none">
36957 \begin_inset Text
36958
36959 \begin_layout Plain Layout
36960
36961 \backslash
36962 leq
36963 \end_layout
36964
36965 \end_inset
36966 </cell>
36967 <cell alignment="center" valignment="top" usebox="none">
36968 \begin_inset Text
36969
36970 \begin_layout Plain Layout
36971
36972 \backslash
36973 le
36974 \end_layout
36975
36976 \end_inset
36977 </cell>
36978 </row>
36979 <row>
36980 <cell alignment="center" valignment="top" usebox="none">
36981 \begin_inset Text
36982
36983 \begin_layout Plain Layout
36984
36985 \backslash
36986 lor
36987 \end_layout
36988
36989 \end_inset
36990 </cell>
36991 <cell alignment="center" valignment="top" usebox="none">
36992 \begin_inset Text
36993
36994 \begin_layout Plain Layout
36995
36996 \backslash
36997 vee
36998 \end_layout
36999
37000 \end_inset
37001 </cell>
37002 </row>
37003 <row>
37004 <cell alignment="center" valignment="top" usebox="none">
37005 \begin_inset Text
37006
37007 \begin_layout Plain Layout
37008
37009 \backslash
37010 neq
37011 \end_layout
37012
37013 \end_inset
37014 </cell>
37015 <cell alignment="center" valignment="top" usebox="none">
37016 \begin_inset Text
37017
37018 \begin_layout Plain Layout
37019
37020 \backslash
37021 not=
37022 \end_layout
37023
37024 \end_inset
37025 </cell>
37026 </row>
37027 <row>
37028 <cell alignment="center" valignment="top" usebox="none">
37029 \begin_inset Text
37030
37031 \begin_layout Plain Layout
37032
37033 \backslash
37034 slash
37035 \end_layout
37036
37037 \end_inset
37038 </cell>
37039 <cell alignment="center" valignment="top" usebox="none">
37040 \begin_inset Text
37041
37042 \begin_layout Plain Layout
37043 /
37044 \end_layout
37045
37046 \end_inset
37047 </cell>
37048 </row>
37049 <row>
37050 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37051 \begin_inset Text
37052
37053 \begin_layout Plain Layout
37054
37055 \backslash
37056 vert
37057 \end_layout
37058
37059 \end_inset
37060 </cell>
37061 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37062 \begin_inset Text
37063
37064 \begin_layout Plain Layout
37065 |
37066 \end_layout
37067
37068 \end_inset
37069 </cell>
37070 </row>
37071 </lyxtabular>
37072
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 booktabs="true" 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" 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" usebox="none">
37096 \begin_inset Text
37097
37098 \begin_layout Plain Layout
37099 同義のコマンド
37100 \end_layout
37101
37102 \end_inset
37103 </cell>
37104 </row>
37105 <row>
37106 <cell alignment="center" valignment="top" usebox="none">
37107 \begin_inset Text
37108
37109 \begin_layout Plain Layout
37110
37111 \backslash
37112 backslash
37113 \end_layout
37114
37115 \end_inset
37116 </cell>
37117 <cell alignment="center" valignment="top" usebox="none">
37118 \begin_inset Text
37119
37120 \begin_layout Plain Layout
37121
37122 \backslash
37123
37124 \backslash
37125
37126 \end_layout
37127
37128 \end_inset
37129 </cell>
37130 </row>
37131 <row>
37132 <cell alignment="center" valignment="top" usebox="none">
37133 \begin_inset Text
37134
37135 \begin_layout Plain Layout
37136
37137 \backslash
37138 dasharrow
37139 \end_layout
37140
37141 \end_inset
37142 </cell>
37143 <cell alignment="center" valignment="top" usebox="none">
37144 \begin_inset Text
37145
37146 \begin_layout Plain Layout
37147
37148 \backslash
37149 dashrightarrow
37150 \end_layout
37151
37152 \end_inset
37153 </cell>
37154 </row>
37155 <row>
37156 <cell alignment="center" valignment="top" usebox="none">
37157 \begin_inset Text
37158
37159 \begin_layout Plain Layout
37160
37161 \backslash
37162 land
37163 \end_layout
37164
37165 \end_inset
37166 </cell>
37167 <cell alignment="center" valignment="top" usebox="none">
37168 \begin_inset Text
37169
37170 \begin_layout Plain Layout
37171
37172 \backslash
37173 wedge
37174 \end_layout
37175
37176 \end_inset
37177 </cell>
37178 </row>
37179 <row>
37180 <cell alignment="center" valignment="top" usebox="none">
37181 \begin_inset Text
37182
37183 \begin_layout Plain Layout
37184
37185 \backslash
37186 rbrace
37187 \end_layout
37188
37189 \end_inset
37190 </cell>
37191 <cell alignment="center" valignment="top" usebox="none">
37192 \begin_inset Text
37193
37194 \begin_layout Plain Layout
37195 }
37196 \end_layout
37197
37198 \end_inset
37199 </cell>
37200 </row>
37201 <row>
37202 <cell alignment="center" valignment="top" usebox="none">
37203 \begin_inset Text
37204
37205 \begin_layout Plain Layout
37206
37207 \backslash
37208 rbracket
37209 \end_layout
37210
37211 \end_inset
37212 </cell>
37213 <cell alignment="center" valignment="top" usebox="none">
37214 \begin_inset Text
37215
37216 \begin_layout Plain Layout
37217 ]
37218 \end_layout
37219
37220 \end_inset
37221 </cell>
37222 </row>
37223 <row>
37224 <cell alignment="center" valignment="top" usebox="none">
37225 \begin_inset Text
37226
37227 \begin_layout Plain Layout
37228
37229 \backslash
37230 rightarrow
37231 \end_layout
37232
37233 \end_inset
37234 </cell>
37235 <cell alignment="center" valignment="top" usebox="none">
37236 \begin_inset Text
37237
37238 \begin_layout Plain Layout
37239
37240 \backslash
37241 to
37242 \end_layout
37243
37244 \end_inset
37245 </cell>
37246 </row>
37247 <row>
37248 <cell alignment="center" valignment="top" usebox="none">
37249 \begin_inset Text
37250
37251 \begin_layout Plain Layout
37252
37253 \backslash
37254 lnot
37255 \end_layout
37256
37257 \end_inset
37258 </cell>
37259 <cell alignment="center" valignment="top" usebox="none">
37260 \begin_inset Text
37261
37262 \begin_layout Plain Layout
37263
37264 \backslash
37265 neg
37266 \end_layout
37267
37268 \end_inset
37269 </cell>
37270 </row>
37271 <row>
37272 <cell alignment="center" valignment="top" usebox="none">
37273 \begin_inset Text
37274
37275 \begin_layout Plain Layout
37276
37277 \backslash
37278 ne
37279 \end_layout
37280
37281 \end_inset
37282 </cell>
37283 <cell alignment="center" valignment="top" usebox="none">
37284 \begin_inset Text
37285
37286 \begin_layout Plain Layout
37287
37288 \backslash
37289 not=
37290 \end_layout
37291
37292 \end_inset
37293 </cell>
37294 </row>
37295 <row>
37296 <cell alignment="center" valignment="top" usebox="none">
37297 \begin_inset Text
37298
37299 \begin_layout Plain Layout
37300
37301 \backslash
37302 owns
37303 \end_layout
37304
37305 \end_inset
37306 </cell>
37307 <cell alignment="center" valignment="top" usebox="none">
37308 \begin_inset Text
37309
37310 \begin_layout Plain Layout
37311
37312 \backslash
37313 ni
37314 \end_layout
37315
37316 \end_inset
37317 </cell>
37318 </row>
37319 <row>
37320 <cell alignment="center" valignment="top" usebox="none">
37321 \begin_inset Text
37322
37323 \begin_layout Plain Layout
37324
37325 \backslash
37326 square
37327 \end_layout
37328
37329 \end_inset
37330 </cell>
37331 <cell alignment="center" valignment="top" usebox="none">
37332 \begin_inset Text
37333
37334 \begin_layout Plain Layout
37335
37336 \backslash
37337 Box
37338 \end_layout
37339
37340 \end_inset
37341 </cell>
37342 </row>
37343 <row>
37344 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37345 \begin_inset Text
37346
37347 \begin_layout Plain Layout
37348
37349 \backslash
37350 Vert
37351 \end_layout
37352
37353 \end_inset
37354 </cell>
37355 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
37356 \begin_inset Text
37357
37358 \begin_layout Plain Layout
37359
37360 \backslash
37361 |
37362 \end_layout
37363
37364 \end_inset
37365 </cell>
37366 </row>
37367 </lyxtabular>
37368
37369 \end_inset
37370
37371
37372 \begin_inset space \hfill{}
37373 \end_inset
37374
37375
37376 \end_layout
37377
37378 \begin_layout Standard
37379 \begin_inset Newpage newpage
37380 \end_inset
37381
37382
37383 \end_layout
37384
37385 \begin_layout Bibliography
37386 \begin_inset CommandInset bibitem
37387 LatexCommand bibitem
37388 key "TLC2"
37389 literal "true"
37390
37391 \end_inset
37392
37393
37394 \shape smallcaps
37395 F.
37396  Mittelbach; M.
37397  Goossens
37398 \shape default
37399
37400 \shape italic
37401 The \SpecialChar LaTeX
37402  Companion
37403 \shape default
37404 , 2nd ed.
37405  Addison Wesley, 2004
37406 \end_layout
37407
37408 \begin_layout Bibliography
37409 \begin_inset CommandInset bibitem
37410 LatexCommand bibitem
37411 key "Mathmode"
37412 literal "true"
37413
37414 \end_inset
37415
37416 \SpecialChar LaTeX
37417 の数式能力の
37418 \begin_inset CommandInset href
37419 LatexCommand href
37420 name "説明"
37421 target "https://www.tug.org/~hvoss/PDF/mathmode.pdf"
37422 literal "false"
37423
37424 \end_inset
37425
37426
37427 \end_layout
37428
37429 \begin_layout Bibliography
37430 \begin_inset CommandInset bibitem
37431 LatexCommand bibitem
37432 key "AMS"
37433 literal "true"
37434
37435 \end_inset
37436
37437
37438 \begin_inset ERT
37439 status collapsed
37440
37441 \begin_layout Plain Layout
37442
37443
37444 \backslash
37445 AmS
37446 \end_layout
37447
37448 \end_inset
37449
37450 -\SpecialChar LaTeX
37451
37452 \begin_inset CommandInset href
37453 LatexCommand href
37454 name "説明"
37455 target "https://www.ctan.org/tex-archive/macros/latex/required/amslatex/math/amsldoc.pdf"
37456 literal "false"
37457
37458 \end_inset
37459
37460
37461 \end_layout
37462
37463 \begin_layout Bibliography
37464 \begin_inset CommandInset bibitem
37465 LatexCommand bibitem
37466 key "Symbols"
37467 literal "true"
37468
37469 \end_inset
37470
37471 \SpecialChar LaTeX
37472 パッケージで利用できる記号の
37473 \begin_inset CommandInset href
37474 LatexCommand href
37475 name "全覧"
37476 target "https://ctan.org/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
37477 literal "false"
37478
37479 \end_inset
37480
37481
37482 \end_layout
37483
37484 \begin_layout Bibliography
37485 \begin_inset CommandInset bibitem
37486 LatexCommand bibitem
37487 key "cancel"
37488 literal "true"
37489
37490 \end_inset
37491
37492 \SpecialChar LaTeX
37493  
37494 \series bold
37495 cancel
37496 \series default
37497
37498 \begin_inset Index idx
37499 range none
37500 pageformat default
37501 status collapsed
37502
37503 \begin_layout Plain Layout
37504 ぱっけーじ@パッケージ ! cancel
37505 \end_layout
37506
37507 \end_inset
37508
37509 パッケージの
37510 \begin_inset CommandInset href
37511 LatexCommand href
37512 name "取扱説明書"
37513 target "https://www.ctan.org/tex-archive/macros/latex/contrib/cancel/cancel.pdf"
37514 literal "false"
37515
37516 \end_inset
37517
37518
37519 \end_layout
37520
37521 \begin_layout Bibliography
37522 \begin_inset CommandInset bibitem
37523 LatexCommand bibitem
37524 key "hyperref"
37525 literal "true"
37526
37527 \end_inset
37528
37529 \SpecialChar LaTeX
37530  
37531 \series bold
37532 hyperref
37533 \series default
37534
37535 \begin_inset Index idx
37536 range none
37537 pageformat default
37538 status collapsed
37539
37540 \begin_layout Plain Layout
37541 ぱっけーじ@パッケージ ! hyperref
37542 \end_layout
37543
37544 \end_inset
37545
37546 パッケージの
37547 \begin_inset CommandInset href
37548 LatexCommand href
37549 name "取扱説明書"
37550 target "https://www.ctan.org/tex-archive/macros/latex/contrib/hyperref/doc/manual.pdf"
37551 literal "false"
37552
37553 \end_inset
37554
37555
37556 \end_layout
37557
37558 \begin_layout Bibliography
37559 \begin_inset CommandInset bibitem
37560 LatexCommand bibitem
37561 key "mhchem"
37562 literal "true"
37563
37564 \end_inset
37565
37566 \SpecialChar LaTeX
37567  
37568 \series bold
37569 mhchem
37570 \series default
37571
37572 \begin_inset Index idx
37573 range none
37574 pageformat default
37575 status collapsed
37576
37577 \begin_layout Plain Layout
37578 ぱっけーじ@パッケージ ! mhchem
37579 \end_layout
37580
37581 \end_inset
37582
37583 パッケージの
37584 \begin_inset CommandInset href
37585 LatexCommand href
37586 name "取扱説明書"
37587 target "https://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
37588 literal "false"
37589
37590 \end_inset
37591
37592
37593 \end_layout
37594
37595 \begin_layout Bibliography
37596 \begin_inset CommandInset bibitem
37597 LatexCommand bibitem
37598 key "Duden"
37599 literal "true"
37600
37601 \end_inset
37602
37603
37604 \emph on
37605 Duden Band
37606 \begin_inset space ~
37607 \end_inset
37608
37609 1
37610 \emph default
37611 .
37612  22.
37613 \begin_inset space ~
37614 \end_inset
37615
37616 Auflage, Dudenverlag, 2000
37617 \end_layout
37618
37619 \begin_layout Bibliography
37620 \begin_inset CommandInset bibitem
37621 LatexCommand bibitem
37622 key "Checklist"
37623 literal "true"
37624
37625 \end_inset
37626
37627 原稿見直しの
37628 \begin_inset CommandInset href
37629 LatexCommand href
37630 name "チェックリスト"
37631 target "https://www.nist.gov/physical-measurement-laboratory/special-publication-811"
37632 literal "false"
37633
37634 \end_inset
37635
37636
37637 \end_layout
37638
37639 \begin_layout Standard
37640 \begin_inset CommandInset index_print
37641 LatexCommand printindex
37642 type "idx"
37643 name "索引"
37644 literal "false"
37645
37646 \end_inset
37647
37648
37649 \end_layout
37650
37651 \end_body
37652 \end_document