]> git.lyx.org Git - lyx.git/blob - lib/doc/ja/Math.lyx
Math.lyx: describe new support for \hspace* etc.
[lyx.git] / lib / doc / ja / Math.lyx
1 #LyX 2.1 created this file. For more info see http://www.lyx.org/
2 \lyxformat 474
3 \begin_document
4 \begin_header
5 \textclass scrartcl
6 \begin_preamble
7 % DO NOT ALTER THIS PREAMBLE!!!
8 %
9 % This preamble is designed to ensure that the file prints
10 % out as advertised. If you mess with this preamble,
11 % parts of this document may not print out as expected.  If you
12 % have problems LaTeXing this file, please contact 
13 % the documentation team
14 % email: lyx-docs@lists.lyx.org
15
16 \ifnum 42146=\euc"A4A2 \AtBeginDvi{\special{pdf:tounicode EUC-UCS2}}\else
17 \AtBeginDvi{\special{pdf:tounicode 90ms-RKSJ-UCS2}}\fi
18
19 % if pdflatex is used
20 \usepackage{ifpdf}
21 \ifpdf
22
23 % set fonts for nicer pdf view
24 \IfFileExists{lmodern.sty}
25  {\usepackage{lmodern}}{}
26
27 \fi % end if pdflatex is used
28
29 % Folgendes Problem losen:
30 % Besteht die Kapitelnummer aus zu vielen Ziffern, wird  die
31 % Kapiteluberschrift im Inhaltsverzeichnis direkt an oder uber
32 % die Kapitelnummer geschrieben.
33 % Als Losung wird mehr Platz zwischen Nummer und
34 % Uberschrift eingefugt.
35 \renewcommand{\l@subsection}{\@dottedtocline{2}{1.5em}{2.8em}}
36 \renewcommand{\l@subsubsection}{\@dottedtocline{3}{4.3em}{3.6em}}
37
38 % To be able to enter some characters directly in LyX,
39 % see sec. 22.11
40 %\DeclareInputText{176}{\ifmmode^\circ\else\textdegree\fi}
41 %\DeclareInputText{183}{\ifmmode\cdot\else\textperiodcentered\fi}
42
43 % increase link area for cross-references and autoname them,
44 %\AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
45 %\addto\extrasenglish{%
46 % \renewcommand*{\equationautorefname}[1]{}
47 % \renewcommand{\sectionautorefname}{sec.\negthinspace}
48 % \renewcommand{\subsectionautorefname}[1]{sec.\negthinspace}
49 % \renewcommand{\subsubsectionautorefname}{sec.\negthinspace}
50 %}
51
52 % don't load packages twice
53 % see first footnote in sec. 9.3
54 \@ifundefined{textcolor}{\usepackage{color}}{}
55
56 % the pages of the TOC are numbered roman
57 % and a PDF-bookmark for the TOC is added
58 \pagenumbering{roman}
59 \let\myTOC\tableofcontents
60 \renewcommand{\tableofcontents}{%
61  \vspace{1cm}
62  \pdfbookmark[1]{\contentsname}{}
63  \myTOC
64  \cleardoublepage
65  \pagenumbering{arabic}}
66
67 % insert additional vertical space of 1.5 mm between footnotes,
68 \let\myFoot\footnote
69 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
70
71 % provides caption formatting
72 %\setkomafont{captionlabel}{\bfseries}
73
74 % enables calculation of values
75 \usepackage{calc}
76
77 % for multiple columns used in sec. 24.7
78 \usepackage{multicol}
79
80 % needed in sec. 19.4
81 \usepackage{remreset}
82
83 % for the Fourier transformation symbol
84 \usepackage{mathrsfs}
85
86 % define a color, used in sec.9.3
87 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
88
89 % declare operators (see sec. 10.4 and sec. 15.2)
90 \DeclareMathOperator*{\Lozenge}{\blacklozenge}
91 \DeclareMathOperator{\sgn}{sgn}
92
93 % example definitions for sec. 20.1 
94 \newcommand{\gr}{\Longrightarrow}
95 \newcommand{\us}[1]{\underline{#1}}
96 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
97 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
98 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
99
100 % example macro from sec. 19.4
101 %\def\tagform@#1{\maketag@@@{|#1|}}
102
103 % macro from sec. 10.2
104 \def\clap#1{\hbox to 0pt{\hss #1\hss}}
105 \def\mathclap {\mathpalette \mathclapinternal}
106 \def\mathclapinternal #1#2{\clap{$\mathsurround =0pt #1{#2}$}}
107
108
109 % ------------------------------------
110 % used to check for needed LaTeX packages
111 \usepackage{ifthen}
112
113 % check for package undertilde
114 % used for the command \utilde
115 \newboolean{undertilde}
116 \IfFileExists{undertilde.sty}
117  {\usepackage{undertilde}
118   \setboolean{undertilde}{true}}
119  {\setboolean{undertilde}{false}}
120
121 % check for package eurosym
122 % used for the Euro symbol
123 \newboolean{eurosym}
124 \IfFileExists{eurosym.sty}
125  {\usepackage[gennarrow]{eurosym}
126   \setboolean{eurosym}{true}}
127  {\setboolean{eurosym}{false}}
128
129 % needed in sec. 22.4
130 % check for package braket
131 \newboolean{braket}
132 \IfFileExists{braket.sty}
133  {\usepackage{braket}
134   \setboolean{braket}{true}}
135  {\setboolean{braket}{false}}
136
137 % check for package cancel
138 \newboolean{cancel}
139 \IfFileExists{cancel.sty}
140  {\usepackage{cancel}
141   \setboolean{cancel}{true}}
142  {\setboolean{cancel}{false}}
143
144 % needed in sec. 22.10
145 % check for package upgreek
146 \newboolean{upgreek}
147 \IfFileExists{upgreek.sty}
148  {\usepackage{upgreek}
149   \setboolean{upgreek}{true}}
150  {\setboolean{upgreek}{false}}
151
152 % make pdf bookmark sane with Japanese
153 \AtBeginDvi{\special{pdf:tounicode EUC-UCS2}}
154 % Added by lyx2lyx
155 \end_preamble
156 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading,samesize
157 \use_default_options true
158 \maintain_unincluded_children false
159 \begin_local_layout
160 InsetLayout             Flex:Ruby
161 LyxType         charstyle
162 LatexType               command
163 LatexName               ruby
164 BgColor         none
165 LabelString             "ルビ"
166 Decoration              Conglomerate
167 Argument post:1
168       LabelString       "ルビ文"
169       MenuString        "ルビ文(S)|S"
170       Decoration        Conglomerate
171       Font
172             Size                tiny
173       EndFont
174       LabelFont
175             Size                tiny
176       EndFont
177       Mandatory 1
178 EndArgument
179 Preamble
180 \IfFileExists{okumacro.sty}
181  {\usepackage{okumacro}}
182  {\newcommand{\ruby}[2]{#2}}
183 EndPreamble
184 End
185 \end_local_layout
186 \language japanese
187 \language_package default
188 \inputencoding auto
189 \fontencoding global
190 \font_roman default
191 \font_sans default
192 \font_typewriter default
193 \font_math auto
194 \font_default_family default
195 \use_non_tex_fonts false
196 \font_sc false
197 \font_osf false
198 \font_sf_scale 100
199 \font_tt_scale 100
200 \graphics default
201 \default_output_format default
202 \output_sync 0
203 \bibtex_command default
204 \index_command default
205 \paperfontsize default
206 \spacing single
207 \use_hyperref true
208 \pdf_title "LyX数式説明書"
209 \pdf_author "LyXプロジェクトチーム・Uwe Stohr"
210 \pdf_subject "LyXの数式機能に関する説明書"
211 \pdf_keywords "LyX, Mathed"
212 \pdf_bookmarks true
213 \pdf_bookmarksnumbered true
214 \pdf_bookmarksopen true
215 \pdf_bookmarksopenlevel 1
216 \pdf_breaklinks false
217 \pdf_pdfborder false
218 \pdf_colorlinks true
219 \pdf_backref false
220 \pdf_pdfusetitle false
221 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
222 \papersize a4paper
223 \use_geometry true
224 \use_package amsmath 2
225 \use_package amssymb 2
226 \use_package cancel 0
227 \use_package esint 1
228 \use_package mathdots 1
229 \use_package mathtools 0
230 \use_package mhchem 1
231 \use_package stackrel 0
232 \use_package stmaryrd 0
233 \use_package undertilde 0
234 \cite_engine basic
235 \cite_engine_type default
236 \biblio_style plain
237 \use_bibtopic false
238 \use_indices false
239 \paperorientation portrait
240 \suppress_date false
241 \justification true
242 \use_refstyle 0
243 \notefontcolor #0000ff
244 \index 索引
245 \shortcut idx
246 \color #008000
247 \end_index
248 \leftmargin 3.5cm
249 \topmargin 3cm
250 \rightmargin 3cm
251 \bottommargin 3.5cm
252 \secnumdepth 4
253 \tocdepth 3
254 \paragraph_separation skip
255 \defskip medskip
256 \quotes_language english
257 \papercolumns 1
258 \papersides 2
259 \paperpagestyle plain
260 \tracking_changes false
261 \output_changes false
262 \html_math_output 0
263 \html_css_as_file 0
264 \html_be_strict false
265 \end_header
266
267 \begin_body
268
269 \begin_layout Title
270 LyXの数式詳細説明書
271 \end_layout
272
273 \begin_layout Author
274 LyXプロジェクトチーム
275 \begin_inset Foot
276 status collapsed
277
278 \begin_layout Plain Layout
279 \noindent
280 コメントや誤りの修正などがございましたら、LyX文書化メーリングリスト
281 \family typewriter
282
283 \begin_inset CommandInset href
284 LatexCommand href
285 name "lyx-docs@lists.lyx.org"
286 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
287 type "mailto:"
288
289 \end_inset
290
291
292 \family default
293 までお知らせください。
294 \end_layout
295
296 \end_inset
297
298
299 \begin_inset Note Note
300 status collapsed
301
302 \begin_layout Plain Layout
303 著者:Uwe Stöhr
304 \end_layout
305
306 \end_inset
307
308
309 \begin_inset Newline newline
310 \end_inset
311
312
313 \begin_inset Newline newline
314 \end_inset
315
316
317 \family sans
318 第2.1.x版
319 \end_layout
320
321 \begin_layout Standard
322 \begin_inset CommandInset toc
323 LatexCommand tableofcontents
324
325 \end_inset
326
327
328 \end_layout
329
330 \begin_layout Standard
331 \begin_inset Note Note
332 status open
333
334 \begin_layout Plain Layout
335 この文書をPDFやPS、DVIに書き出すには、LaTeXパッケージの
336 \series bold
337 braket
338 \series default
339
340 \series bold
341 cancel
342 \series default
343
344 \series bold
345 eurosym
346 \series default
347
348 \series bold
349 mathdots
350 \series default
351
352 \series bold
353 mhchem
354 \series default
355
356 \series bold
357 undertilde
358 \series default
359
360 \series bold
361 was
362 \series default
363 が導入されている必要があります。これらが導入されていなくても文書はエクスポートできますが、パッケージを必要とする節は出力には現れません。また、
364 \series bold
365 mhchem
366 \series default
367 が導入されていないと、本ファイルを書き出すことができません。
368 \end_layout
369
370 \begin_layout Plain Layout
371 この文書の最新のPDF版は
372 \begin_inset Newline newline
373 \end_inset
374
375
376 \series bold
377 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
378 \begin_inset Newline newline
379 \end_inset
380
381
382 \series default
383 にあります。
384 \end_layout
385
386 \end_inset
387
388
389 \end_layout
390
391 \begin_layout Standard
392 \begin_inset Newpage newpage
393 \end_inset
394
395
396 \end_layout
397
398 \begin_layout Section
399 はじめに
400 \end_layout
401
402 \begin_layout Standard
403 この文書は、LyXの数式機能の説明書であると同時に、なによりも数式記号および数式要素に使用されるLaTeXコマンドのコレクションでもあります。説明は、コマンドの
404 使用を念頭に置いています。したがって、ユーザーの手引きの
405 \family typewriter
406 数式
407 \family default
408 の節をすでにお読みになっていることを前提としています。
409 \end_layout
410
411 \begin_layout Standard
412 この説明書で説明されている、ほとんどの数式記号と、数式要素の多くは、
413 \family sans
414 挿入\SpecialChar \menuseparator
415 数式
416 \family default
417 メニューか
418 \family sans
419 数式ツールバー
420 \family default
421 からアクセスすることが可能です。しかし、たくさんの数式を書かなくてはならない人はみな、数式ツールバーを使うよりもコマンドを使った方がずっと速いことに気付くことに
422 なるのです。したがって、この説明書はコマンドに焦点を当てますが、対応するツールバーボタンが利用可能なときには、それにも言及することにします。
423 \end_layout
424
425 \begin_layout Standard
426 とくに断らなければ、コマンドは数式内からのみ利用可能です。この文書で説明されているすべてのコマンドを利用できるようにするためには、文書設定(
427 \family sans
428 文書\SpecialChar \menuseparator
429 設定\SpecialChar \menuseparator
430 数式オプション
431 \family default
432 メニュー)で
433 \family sans
434 AMS mathパッケージを使う
435 \family default
436 オプションを有効にしなくてはなりません
437 \begin_inset Foot
438 status collapsed
439
440 \begin_layout Plain Layout
441
442 \family sans
443 AMS mathパッケージを自動的に使う
444 \family default
445 オプションは、LyXでサポートされている数式要素が見つかったときのみ、
446 \begin_inset ERT
447 status collapsed
448
449 \begin_layout Plain Layout
450
451
452 \backslash
453 AmS 
454 \end_layout
455
456 \end_inset
457
458 -mathパッケージを使用します。
459 \end_layout
460
461 \end_inset
462
463
464 \end_layout
465
466 \begin_layout Standard
467 説明を明瞭にするために、この文書はすべての
468 \begin_inset ERT
469 status collapsed
470
471 \begin_layout Plain Layout
472
473
474 \backslash
475 AmS 
476 \end_layout
477
478 \end_inset
479
480 -mathコマンド
481 \begin_inset Foot
482 status collapsed
483
484 \begin_layout Plain Layout
485 すべての
486 \begin_inset ERT
487 status collapsed
488
489 \begin_layout Plain Layout
490
491
492 \backslash
493 AmS
494 \end_layout
495
496 \end_inset
497
498 -mathコマンドの一覧は、
499 \family sans
500
501 \begin_inset CommandInset href
502 LatexCommand href
503 name "amsguide.ps"
504 target "ftp://ftp.ams.org/pub/tex/doc/amstex/amsguide.pdf"
505
506 \end_inset
507
508
509 \family default
510 ファイルに収録されています。このファイルは、すべてのLaTeX標準頒布版に含まれています。
511 \end_layout
512
513 \end_inset
514
515 を列挙はしません。
516 \end_layout
517
518 \begin_layout Section
519 一般的な説明
520 \end_layout
521
522 \begin_layout Standard
523 本文に埋め込まれた行内数式
524 \begin_inset Index idx
525 status collapsed
526
527 \begin_layout Plain Layout
528 すうしき ! ぎょうない @ 数式 ! 行内
529 \end_layout
530
531 \end_inset
532
533 を作成するには、
534 \begin_inset Flex Ruby
535 status collapsed
536
537 \begin_layout Plain Layout
538 捷径
539 \begin_inset Argument post:1
540 status collapsed
541
542 \begin_layout Plain Layout
543 ショートカット
544 \end_layout
545
546 \end_inset
547
548
549 \end_layout
550
551 \end_inset
552
553
554 \begin_inset Info
555 type  "shortcuts"
556 arg   "math-mode"
557 \end_inset
558
559 のうちのいずれか、あるいはツールバーボタン
560 \begin_inset Graphics
561         filename ../../images/math-mode.png
562         scale 85
563
564 \end_inset
565
566 を使用してください。
567 \begin_inset Newline newline
568 \end_inset
569
570 大きく別の段落として表示される別行立て数式
571 \begin_inset Index idx
572 status collapsed
573
574 \begin_layout Plain Layout
575 すうしき ! べつぎょうだてようしき @ 数式 ! 別行立て様式
576 \end_layout
577
578 \end_inset
579
580 を作成するには、
581 \begin_inset Info
582 type  "shortcuts"
583 arg   "math-display"
584 \end_inset
585
586 のうちいずれかの
587 \begin_inset Flex Ruby
588 status collapsed
589
590 \begin_layout Plain Layout
591 捷径
592 \begin_inset Argument post:1
593 status collapsed
594
595 \begin_layout Plain Layout
596 ショートカット
597 \end_layout
598
599 \end_inset
600
601
602 \end_layout
603
604 \end_inset
605
606 を使用して下さい。
607 \end_layout
608
609 \begin_layout Standard
610 別行立て様式の数式を行内数式に変更するには、カーソルを数式内に合わせて
611 \begin_inset Info
612 type  "shortcuts"
613 arg   "math-mode"
614 \end_inset
615
616 のいずれかの
617 \begin_inset Flex Ruby
618 status collapsed
619
620 \begin_layout Plain Layout
621 捷径
622 \begin_inset Argument post:1
623 status collapsed
624
625 \begin_layout Plain Layout
626 ショートカット
627 \end_layout
628
629 \end_inset
630
631
632 \end_layout
633
634 \end_inset
635
636 か、
637 \family sans
638 編集\SpecialChar \menuseparator
639 数式\SpecialChar \menuseparator
640 数式の表記を変更
641 \family default
642 メニューを使用して下さい。同じ方法が、行内数式を別行立て数式に変更するのにも使用できます。
643 \end_layout
644
645 \begin_layout Standard
646 行内数式の一部を別行立て数式の大きさで表示するには、
647 \series bold
648
649 \backslash
650 displaystyle
651 \begin_inset Index idx
652 status collapsed
653
654 \begin_layout Plain Layout
655
656 \size normal
657 こまんど@コマンド ! D ! 
658 \backslash
659 displaystyle
660 \end_layout
661
662 \end_inset
663
664
665 \series default
666 を数式に入力して下さい。すると、青いボックスが新規に現れて、希望する数式の箇所を挿入することができます。
667 \end_layout
668
669 \begin_layout Standard
670 表の中では、行内数式のみの使用が許されています。
671 \end_layout
672
673 \begin_layout Standard
674
675 \family sans
676 数式ツールバー
677 \family default
678 は、
679 \family sans
680 表示\SpecialChar \menuseparator
681 ツールバー
682 \family default
683 メニューで表示することができます。そのメニューで「数式」をクリックすると、ツールバーが下部に永続的に表示されます。この状態は、
684 \family sans
685 ツールバー
686 \family default
687 メニューの中ではチェック印で表されます。この状態から、
688 \family sans
689 ツールバー
690 \family default
691 メニューの「数式」をもう一度クリックすると、数式ツールバーは、カーソルが数式内部にあるときのみ表示されるようになります。この状態は、メニュー項目が「数式」から「
692 数式(自動)」に変わることで表されます。
693 \end_layout
694
695 \begin_layout Standard
696 TeXモード
697 \begin_inset Index idx
698 status collapsed
699
700 \begin_layout Plain Layout
701 T@TeXモード
702 \end_layout
703
704 \end_inset
705
706 は、ツールバーボタン
707 \begin_inset Graphics
708         filename ../../images/ert-insert.png
709         scale 85
710
711 \end_inset
712
713 を押すか、
714 \family sans
715 挿入\SpecialChar \menuseparator
716 Te
717 \begin_inset ERT
718 status collapsed
719
720 \begin_layout Plain Layout
721
722 {}
723 \end_layout
724
725 \end_inset
726
727 Xコード
728 \family default
729 (
730 \begin_inset Flex Ruby
731 status collapsed
732
733 \begin_layout Plain Layout
734 捷径
735 \begin_inset Argument post:1
736 status collapsed
737
738 \begin_layout Plain Layout
739 ショートカット
740 \end_layout
741
742 \end_inset
743
744
745 \end_layout
746
747 \end_inset
748
749
750 \begin_inset Info
751 type  "shortcut"
752 arg   "ert-insert"
753 \end_inset
754
755 )メニューを使うことで、起動できます。
756 \begin_inset Note Note
757 status collapsed
758
759 \begin_layout Plain Layout
760 LyXには、出力においては上付き文字と下付き文字とで表示される三つの「固有名詞」、TeX・LaTeX・LyXがあります。これらの名称が、固有名詞として認識される
761 のを防ぐために、ここではTeX括弧が挿入されています。
762 \end_layout
763
764 \end_inset
765
766
767 \end_layout
768
769 \begin_layout Standard
770 LaTeXプリアンブル
771 \begin_inset Index idx
772 status collapsed
773
774 \begin_layout Plain Layout
775 L@LaTeXプリアンブル
776 \end_layout
777
778 \end_inset
779
780 を変更するには、
781 \family sans
782 文書\SpecialChar \menuseparator
783 設定\SpecialChar \menuseparator
784 LaT
785 \begin_inset ERT
786 status collapsed
787
788 \begin_layout Plain Layout
789
790 {}
791 \end_layout
792
793 \end_inset
794
795 eXプリアンブル
796 \family default
797 メニューを使用してください。
798 \end_layout
799
800 \begin_layout Standard
801 行列や場合分け、多行数式を続けて編集するには、
802 \family sans
803 編集\SpecialChar \menuseparator
804 数式
805 \family default
806 メニューと
807 \family sans
808 編集\SpecialChar \menuseparator
809 行と列
810 \family default
811 メニューを使うか、表ツールバーを使用することができます。メニューから行や列を交換するように指定されたときには、カーソルのある列や行は、それぞれ右側の列や下の行と
812 交換されます。カーソルが最後の列や行にあるときには、左の列や上の行と交換されることになります。
813 \end_layout
814
815 \begin_layout Standard
816 数式内で文章を書く
817 \begin_inset Foot
818 status collapsed
819
820 \begin_layout Plain Layout
821 多行数式では、
822 \series bold
823
824 \backslash
825 intertext
826 \series default
827 コマンドが使用されます。
828 \begin_inset CommandInset ref
829 LatexCommand ref
830 reference "sub:多行数式中のテキスト"
831
832 \end_inset
833
834 を参照のこと。
835 \end_layout
836
837 \end_inset
838
839 には、
840 \emph on
841 数式テキスト
842 \emph default
843
844 \begin_inset Index idx
845 status collapsed
846
847 \begin_layout Plain Layout
848 てきすと ! すうしきないの @ テキスト ! 数式内の
849 \end_layout
850
851 \end_inset
852
853
854 \begin_inset Index idx
855 status collapsed
856
857 \begin_layout Plain Layout
858 すうしきてきすと @ 数式テキスト
859 \end_layout
860
861 \end_inset
862
863 が使用されます。このモードには、
864 \begin_inset Flex Ruby
865 status collapsed
866
867 \begin_layout Plain Layout
868 捷径
869 \begin_inset Argument post:1
870 status collapsed
871
872 \begin_layout Plain Layout
873 ショートカット
874 \end_layout
875
876 \end_inset
877
878
879 \end_layout
880
881 \end_inset
882
883
884 \begin_inset Info
885 type  "shortcut"
886 arg   "math-mode"
887 \end_inset
888
889 を使うか、
890 \series bold
891
892 \backslash
893 text
894 \series default
895
896 \begin_inset Index idx
897 status collapsed
898
899 \begin_layout Plain Layout
900 こまんど @ コマンド ! T ! 
901 \backslash
902 text
903 \end_layout
904
905 \end_inset
906
907 コマンドを挿入することで入ることができます。テキストは、LyX中では黒字で表示されるので、青字で表示される他の数式部分とは区別することができます。出力においては
908 、数式テキストは、他の数式部分とは違って、アップライト体に組まれます。
909 \end_layout
910
911 \begin_layout Subsection*
912 コマンドの構成
913 \end_layout
914
915 \begin_layout Standard
916 数式要素に使われるほとんどのLaTeXコマンドは、以下のような構成になっています。
917 \end_layout
918
919 \begin_layout Standard
920
921 \series bold
922
923 \backslash
924 コマンド名[非必須引数]{必須引数}
925 \end_layout
926
927 \begin_layout Standard
928 コマンドは、つねにバックスラッシュ「
929 \series bold
930
931 \backslash
932
933 \series default
934 」で始まります。非必須の引数を省略するときには、随伴する括弧も省略しなくてはなりません。必須引数の前後の括弧は、この文書中では、TeX括弧
935 \begin_inset Index idx
936 status collapsed
937
938 \begin_layout Plain Layout
939 T@TeX括弧
940 \end_layout
941
942 \end_inset
943
944 と呼ぶことにします。数式中でコマンド名に左括弧を付けると、LyXは自動的にTeX括弧を生成します。数式中ではそれ以外に、
945 \series bold
946
947 \backslash
948 {
949 \series default
950 コマンドを使えば、つねにTeX括弧を生成することができます。LyX中で、青字で表示される通常の括弧とは違って、TeX括弧は赤字で表示されます。TeXモード中では
951 、TeX括弧を得るのに、とくにコマンドは必要としません。また、TeX括弧は出力中では表示されません。
952 \end_layout
953
954 \begin_layout Standard
955 記号のコマンドのように引数のないコマンドをTeXモードに入力するときには、コマンドの終わりを表すために、コマンドの後に空白が
956 \emph on
957 かならず
958 \emph default
959 入力されなくてはなりません。この空白は出力中には現れません。空白を出力中に表示したいときには、空白の後に、通常テキストモードの保護された空白が来なくてはなりませ
960 ん。
961 \end_layout
962
963 \begin_layout Standard
964 保護された空白は、
965 \begin_inset Info
966 type  "shortcut"
967 arg   "space-insert protected"
968 \end_inset
969
970 で入力できます。
971 \end_layout
972
973 \begin_layout Subsection*
974 \begin_inset Newpage newpage
975 \end_inset
976
977 文法の説明
978 \end_layout
979
980 \begin_layout Itemize
981 記号 
982 \begin_inset space \textvisiblespace{}
983 \end_inset
984
985  は、空白文字を入力することを表します。
986 \end_layout
987
988 \begin_layout Itemize
989 \begin_inset Formula $\to$
990 \end_inset
991
992 のような矢印は、キーボードから対応する矢印
993 \begin_inset Flex Ruby
994 status collapsed
995
996 \begin_layout Plain Layout
997
998 \begin_inset Argument post:1
999 status collapsed
1000
1001 \begin_layout Plain Layout
1002 キー
1003 \end_layout
1004
1005 \end_inset
1006
1007
1008 \end_layout
1009
1010 \end_inset
1011
1012 を押すことを表します。
1013 \end_layout
1014
1015 \begin_layout Subsection*
1016 使用できる単位
1017 \end_layout
1018
1019 \begin_layout Standard
1020 \align center
1021 \begin_inset Float table
1022 placement H
1023 wide false
1024 sideways false
1025 status open
1026
1027 \begin_layout Plain Layout
1028 \align center
1029 \begin_inset Caption Standard
1030
1031 \begin_layout Plain Layout
1032 \begin_inset CommandInset label
1033 LatexCommand label
1034 name "tab:使用できる単位"
1035
1036 \end_inset
1037
1038 使用できる単位
1039 \end_layout
1040
1041 \end_inset
1042
1043
1044 \end_layout
1045
1046 \begin_layout Plain Layout
1047 \align center
1048 \begin_inset Tabular
1049 <lyxtabular version="3" rows="13" columns="2">
1050 <features rotate="0" tabularvalignment="middle">
1051 <column alignment="center" valignment="top">
1052 <column alignment="center" valignment="top">
1053 <row>
1054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1055 \begin_inset Text
1056
1057 \begin_layout Plain Layout
1058 単位
1059 \end_layout
1060
1061 \end_inset
1062 </cell>
1063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1064 \begin_inset Text
1065
1066 \begin_layout Plain Layout
1067 名称/摘要
1068 \end_layout
1069
1070 \end_inset
1071 </cell>
1072 </row>
1073 <row>
1074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1075 \begin_inset Text
1076
1077 \begin_layout Plain Layout
1078 mm
1079 \end_layout
1080
1081 \end_inset
1082 </cell>
1083 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1084 \begin_inset Text
1085
1086 \begin_layout Plain Layout
1087 ミリメートル
1088 \end_layout
1089
1090 \end_inset
1091 </cell>
1092 </row>
1093 <row>
1094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1095 \begin_inset Text
1096
1097 \begin_layout Plain Layout
1098 cm
1099 \end_layout
1100
1101 \end_inset
1102 </cell>
1103 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1104 \begin_inset Text
1105
1106 \begin_layout Plain Layout
1107 センチメートル
1108 \end_layout
1109
1110 \end_inset
1111 </cell>
1112 </row>
1113 <row>
1114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1115 \begin_inset Text
1116
1117 \begin_layout Plain Layout
1118 in
1119 \end_layout
1120
1121 \end_inset
1122 </cell>
1123 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1124 \begin_inset Text
1125
1126 \begin_layout Plain Layout
1127 インチ
1128 \end_layout
1129
1130 \end_inset
1131 </cell>
1132 </row>
1133 <row>
1134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1135 \begin_inset Text
1136
1137 \begin_layout Plain Layout
1138 pt
1139 \end_layout
1140
1141 \end_inset
1142 </cell>
1143 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1144 \begin_inset Text
1145
1146 \begin_layout Plain Layout
1147 ポイント (72.27
1148 \begin_inset Formula $\,$
1149 \end_inset
1150
1151 pt = 1
1152 \begin_inset Formula $\,$
1153 \end_inset
1154
1155 in)
1156 \end_layout
1157
1158 \end_inset
1159 </cell>
1160 </row>
1161 <row>
1162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1163 \begin_inset Text
1164
1165 \begin_layout Plain Layout
1166 pc
1167 \end_layout
1168
1169 \end_inset
1170 </cell>
1171 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1172 \begin_inset Text
1173
1174 \begin_layout Plain Layout
1175 パイカ (1
1176 \begin_inset Formula $\,$
1177 \end_inset
1178
1179 pc = 12
1180 \begin_inset Formula $\,$
1181 \end_inset
1182
1183 pt)
1184 \end_layout
1185
1186 \end_inset
1187 </cell>
1188 </row>
1189 <row>
1190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1191 \begin_inset Text
1192
1193 \begin_layout Plain Layout
1194 sp
1195 \end_layout
1196
1197 \end_inset
1198 </cell>
1199 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1200 \begin_inset Text
1201
1202 \begin_layout Plain Layout
1203 スケールポイント (65536
1204 \begin_inset Formula $\,$
1205 \end_inset
1206
1207 sp = 1
1208 \begin_inset Formula $\,$
1209 \end_inset
1210
1211 pt)
1212 \end_layout
1213
1214 \end_inset
1215 </cell>
1216 </row>
1217 <row>
1218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1219 \begin_inset Text
1220
1221 \begin_layout Plain Layout
1222 bp
1223 \end_layout
1224
1225 \end_inset
1226 </cell>
1227 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1228 \begin_inset Text
1229
1230 \begin_layout Plain Layout
1231 ビッグポイント (72
1232 \begin_inset Formula $\,$
1233 \end_inset
1234
1235 bp = 1
1236 \begin_inset Formula $\,$
1237 \end_inset
1238
1239 in)
1240 \end_layout
1241
1242 \end_inset
1243 </cell>
1244 </row>
1245 <row>
1246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1247 \begin_inset Text
1248
1249 \begin_layout Plain Layout
1250 dd
1251 \end_layout
1252
1253 \end_inset
1254 </cell>
1255 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1256 \begin_inset Text
1257
1258 \begin_layout Plain Layout
1259 ディドー (72
1260 \begin_inset Formula $\,$
1261 \end_inset
1262
1263 dd 
1264 \begin_inset Formula $\approx$
1265 \end_inset
1266
1267  37.6
1268 \begin_inset Formula $\,$
1269 \end_inset
1270
1271 mm)
1272 \end_layout
1273
1274 \end_inset
1275 </cell>
1276 </row>
1277 <row>
1278 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1279 \begin_inset Text
1280
1281 \begin_layout Plain Layout
1282 cc
1283 \end_layout
1284
1285 \end_inset
1286 </cell>
1287 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1288 \begin_inset Text
1289
1290 \begin_layout Plain Layout
1291 シセロ (1
1292 \begin_inset Formula $\,$
1293 \end_inset
1294
1295 cc = 12
1296 \begin_inset Formula $\,$
1297 \end_inset
1298
1299 dd)
1300 \end_layout
1301
1302 \end_inset
1303 </cell>
1304 </row>
1305 <row>
1306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1307 \begin_inset Text
1308
1309 \begin_layout Plain Layout
1310 ex
1311 \end_layout
1312
1313 \end_inset
1314 </cell>
1315 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1316 \begin_inset Text
1317
1318 \begin_layout Plain Layout
1319 現在のフォントの文字「x」の高さ
1320 \end_layout
1321
1322 \end_inset
1323 </cell>
1324 </row>
1325 <row>
1326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1327 \begin_inset Text
1328
1329 \begin_layout Plain Layout
1330 em
1331 \end_layout
1332
1333 \end_inset
1334 </cell>
1335 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1336 \begin_inset Text
1337
1338 \begin_layout Plain Layout
1339 現在のフォントの文字「M」の幅
1340 \end_layout
1341
1342 \end_inset
1343 </cell>
1344 </row>
1345 <row>
1346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1347 \begin_inset Text
1348
1349 \begin_layout Plain Layout
1350 mu
1351 \end_layout
1352
1353 \end_inset
1354 </cell>
1355 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1356 \begin_inset Text
1357
1358 \begin_layout Plain Layout
1359 数式単位(1
1360 \begin_inset space \thinspace{}
1361 \end_inset
1362
1363 mu = 
1364 \begin_inset Formula $\nicefrac{1}{18}$
1365 \end_inset
1366
1367
1368 \begin_inset space \thinspace{}
1369 \end_inset
1370
1371 em)
1372 \end_layout
1373
1374 \end_inset
1375 </cell>
1376 </row>
1377 </lyxtabular>
1378
1379 \end_inset
1380
1381
1382 \end_layout
1383
1384 \end_inset
1385
1386
1387 \end_layout
1388
1389 \begin_layout Standard
1390 \begin_inset Newpage newpage
1391 \end_inset
1392
1393
1394 \end_layout
1395
1396 \begin_layout Section
1397 基礎的な関数
1398 \end_layout
1399
1400 \begin_layout Subsection
1401 指数
1402 \begin_inset Index idx
1403 status collapsed
1404
1405 \begin_layout Plain Layout
1406 しすう@指数
1407 \end_layout
1408
1409 \end_inset
1410
1411 および添字
1412 \begin_inset Index idx
1413 status collapsed
1414
1415 \begin_layout Plain Layout
1416 そえじ@添字
1417 \end_layout
1418
1419 \end_inset
1420
1421
1422 \begin_inset Index idx
1423 status collapsed
1424
1425 \begin_layout Plain Layout
1426 うえつきもじ@上付き文字|see
1427 \begin_inset ERT
1428 status collapsed
1429
1430 \begin_layout Plain Layout
1431
1432 {
1433 \end_layout
1434
1435 \end_inset
1436
1437 指数
1438 \begin_inset ERT
1439 status collapsed
1440
1441 \begin_layout Plain Layout
1442
1443 }
1444 \end_layout
1445
1446 \end_inset
1447
1448
1449 \end_layout
1450
1451 \end_inset
1452
1453
1454 \begin_inset Index idx
1455 status collapsed
1456
1457 \begin_layout Plain Layout
1458 したつきもじ@下付き文字|see
1459 \begin_inset ERT
1460 status collapsed
1461
1462 \begin_layout Plain Layout
1463
1464 {
1465 \end_layout
1466
1467 \end_inset
1468
1469 添字
1470 \begin_inset ERT
1471 status collapsed
1472
1473 \begin_layout Plain Layout
1474
1475 }
1476 \end_layout
1477
1478 \end_inset
1479
1480
1481 \end_layout
1482
1483 \end_inset
1484
1485
1486 \end_layout
1487
1488 \begin_layout Standard
1489 添字は、アンダースコア「_」を打鍵するか、数式ツールバーボタン
1490 \begin_inset Graphics
1491         filename ../../images/math-subscript.png
1492         scale 85
1493
1494 \end_inset
1495
1496 を使って入力することができ、指数は、キャレット「^」を打鍵するか、数式ツールバーボタン
1497 \begin_inset Graphics
1498         filename ../../images/math-superscript.png
1499         scale 85
1500
1501 \end_inset
1502
1503 を使って入力することができます。
1504 \end_layout
1505
1506 \begin_layout Standard
1507 \align center
1508 \begin_inset Tabular
1509 <lyxtabular version="3" rows="4" columns="2">
1510 <features rotate="0" tabularvalignment="middle">
1511 <column alignment="center" valignment="top" width="0pt">
1512 <column alignment="center" valignment="top" width="0pt">
1513 <row>
1514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1515 \begin_inset Text
1516
1517 \begin_layout Plain Layout
1518 コマンド
1519 \end_layout
1520
1521 \end_inset
1522 </cell>
1523 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1524 \begin_inset Text
1525
1526 \begin_layout Plain Layout
1527 結果
1528 \begin_inset Note Note
1529 status collapsed
1530
1531 \begin_layout Plain Layout
1532 ここで使われている
1533 \series bold
1534
1535 \backslash
1536 raisebox
1537 \series default
1538 は単なるスペーサーです。
1539 \end_layout
1540
1541 \end_inset
1542
1543
1544 \end_layout
1545
1546 \end_inset
1547 </cell>
1548 </row>
1549 <row>
1550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1551 \begin_inset Text
1552
1553 \begin_layout Plain Layout
1554 B_V
1555 \end_layout
1556
1557 \end_inset
1558 </cell>
1559 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1560 \begin_inset Text
1561
1562 \begin_layout Plain Layout
1563 \begin_inset Formula $B_{V}$
1564 \end_inset
1565
1566
1567 \end_layout
1568
1569 \end_inset
1570 </cell>
1571 </row>
1572 <row>
1573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1574 \begin_inset Text
1575
1576 \begin_layout Plain Layout
1577 B^V
1578 \end_layout
1579
1580 \end_inset
1581 </cell>
1582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1583 \begin_inset Text
1584
1585 \begin_layout Plain Layout
1586 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1587 \end_inset
1588
1589
1590 \end_layout
1591
1592 \end_inset
1593 </cell>
1594 </row>
1595 <row>
1596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1597 \begin_inset Text
1598
1599 \begin_layout Plain Layout
1600 B^
1601 \begin_inset space \textvisiblespace{}
1602 \end_inset
1603
1604 A
1605 \end_layout
1606
1607 \end_inset
1608 </cell>
1609 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1610 \begin_inset Text
1611
1612 \begin_layout Plain Layout
1613 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1614 \end_inset
1615
1616
1617 \end_layout
1618
1619 \end_inset
1620 </cell>
1621 </row>
1622 </lyxtabular>
1623
1624 \end_inset
1625
1626
1627 \end_layout
1628
1629 \begin_layout Standard
1630 キャレットは、言語によってはアクセント記号として使用されているので、そのような場合には、母音字の後でキャレットを押すと、指数にならずにアクセントをつけることにな
1631 ってしまいます
1632 \begin_inset Foot
1633 status collapsed
1634
1635 \begin_layout Plain Layout
1636 使用しているキーボード設定によっては、同様のことが母音以外の文字でも起こることがあります。
1637 \end_layout
1638
1639 \end_inset
1640
1641 。この場合に指数を作るには、上記の最後の例のように、キャレットの後に
1642 \family sans
1643 Space
1644 \family default
1645 を押してください。
1646 \end_layout
1647
1648 \begin_layout Subsection
1649 分数
1650 \begin_inset CommandInset label
1651 LatexCommand label
1652 name "sub:分数"
1653
1654 \end_inset
1655
1656
1657 \begin_inset Index idx
1658 status collapsed
1659
1660 \begin_layout Plain Layout
1661 ぶんすう@分数
1662 \end_layout
1663
1664 \end_inset
1665
1666
1667 \end_layout
1668
1669 \begin_layout Standard
1670 分数は、コマンド
1671 \series bold
1672
1673 \backslash
1674 frac
1675 \series default
1676
1677 \begin_inset Index idx
1678 status collapsed
1679
1680 \begin_layout Plain Layout
1681 こまんど@コマンド ! F ! 
1682 \backslash
1683 frac
1684 \end_layout
1685
1686 \end_inset
1687
1688 か数式ツールバーボタン
1689 \begin_inset Graphics
1690         filename ../../images/math/frac.png
1691         scale 50
1692
1693 \end_inset
1694
1695 で作ることができます。フォント寸法は、分数が行内数式にあるか別行立て数式にあるかに応じて、自動的に調整されます。数式ツールバーボタン
1696 \begin_inset Graphics
1697         filename ../../images/math/frac-square.png
1698         scale 85
1699
1700 \end_inset
1701
1702 を使えば、分数の種類を選ぶことができます。
1703 \end_layout
1704
1705 \begin_layout Standard
1706 コマンド
1707 \series bold
1708
1709 \backslash
1710 dfrac
1711 \series default
1712
1713 \begin_inset Index idx
1714 status collapsed
1715
1716 \begin_layout Plain Layout
1717 こまんど@コマンド ! D ! 
1718 \backslash
1719 dfrac
1720 \end_layout
1721
1722 \end_inset
1723
1724 を使えば、つねに別行立て数式の大きさを持つ分数を作成することができます。また、コマンド
1725 \series bold
1726
1727 \backslash
1728 tfrac
1729 \series default
1730
1731 \begin_inset Index idx
1732 status collapsed
1733
1734 \begin_layout Plain Layout
1735 こまんど@コマンド ! T ! 
1736 \backslash
1737 tfrac
1738 \end_layout
1739
1740 \end_inset
1741
1742 では、つねに行内数式の大きさで分数が表示されます。以下はこれらの例です。
1743 \end_layout
1744
1745 \begin_layout Standard
1746 これは、コマンド
1747 \series bold
1748
1749 \backslash
1750 frac
1751 \series default
1752 を使用して作った分数
1753 \begin_inset Formula $\frac{1}{2}$
1754 \end_inset
1755
1756 を含む行です。
1757 \end_layout
1758
1759 \begin_layout Standard
1760 これは、コマンド
1761 \series bold
1762
1763 \backslash
1764 dfrac
1765 \series default
1766 を使用して作った分数
1767 \begin_inset Formula $\dfrac{1}{2}$
1768 \end_inset
1769
1770 を含む行です。
1771 \end_layout
1772
1773 \begin_layout Standard
1774 \align center
1775 \begin_inset Tabular
1776 <lyxtabular version="3" rows="4" columns="2">
1777 <features rotate="0" tabularvalignment="middle">
1778 <column alignment="center" valignment="top" width="0pt">
1779 <column alignment="center" valignment="top" width="0pt">
1780 <row>
1781 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1782 \begin_inset Text
1783
1784 \begin_layout Plain Layout
1785 コマンド
1786 \end_layout
1787
1788 \end_inset
1789 </cell>
1790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1791 \begin_inset Text
1792
1793 \begin_layout Plain Layout
1794 出力
1795 \begin_inset Note Note
1796 status collapsed
1797
1798 \begin_layout Plain Layout
1799 ここで
1800 \series bold
1801
1802 \backslash
1803 raisebox
1804 \series default
1805 はスペーサーとして使用しているだけです。
1806 \end_layout
1807
1808 \end_inset
1809
1810
1811 \end_layout
1812
1813 \end_inset
1814 </cell>
1815 </row>
1816 <row>
1817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1818 \begin_inset Text
1819
1820 \begin_layout Plain Layout
1821
1822 \backslash
1823 frac
1824 \begin_inset space \textvisiblespace{}
1825 \end_inset
1826
1827 A
1828 \begin_inset Formula $\downarrow$
1829 \end_inset
1830
1831 B
1832 \end_layout
1833
1834 \end_inset
1835 </cell>
1836 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1837 \begin_inset Text
1838
1839 \begin_layout Plain Layout
1840 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1841 \end_inset
1842
1843
1844 \end_layout
1845
1846 \end_inset
1847 </cell>
1848 </row>
1849 <row>
1850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1851 \begin_inset Text
1852
1853 \begin_layout Plain Layout
1854
1855 \backslash
1856 dfrac
1857 \begin_inset space \textvisiblespace{}
1858 \end_inset
1859
1860 A
1861 \begin_inset Formula $\downarrow$
1862 \end_inset
1863
1864 B
1865 \end_layout
1866
1867 \end_inset
1868 </cell>
1869 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1870 \begin_inset Text
1871
1872 \begin_layout Plain Layout
1873 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1874 \end_inset
1875
1876
1877 \end_layout
1878
1879 \end_inset
1880 </cell>
1881 </row>
1882 <row>
1883 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1884 \begin_inset Text
1885
1886 \begin_layout Plain Layout
1887
1888 \backslash
1889 dfrac
1890 \begin_inset space \textvisiblespace{}
1891 \end_inset
1892
1893 e^
1894 \begin_inset space \textvisiblespace{}
1895 \end_inset
1896
1897
1898 \backslash
1899 frac
1900 \begin_inset space \textvisiblespace{}
1901 \end_inset
1902
1903 1
1904 \begin_inset Formula $\downarrow$
1905 \end_inset
1906
1907 2
1908 \begin_inset Formula $\downarrow\downarrow$
1909 \end_inset
1910
1911 3
1912 \end_layout
1913
1914 \end_inset
1915 </cell>
1916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1917 \begin_inset Text
1918
1919 \begin_layout Plain Layout
1920 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
1921 \end_inset
1922
1923
1924 \end_layout
1925
1926 \end_inset
1927 </cell>
1928 </row>
1929 </lyxtabular>
1930
1931 \end_inset
1932
1933
1934 \end_layout
1935
1936 \begin_layout Standard
1937 \begin_inset VSpace bigskip
1938 \end_inset
1939
1940
1941 \begin_inset Newpage newpage
1942 \end_inset
1943
1944 入れ子の分数を作るには、コマンド
1945 \series bold
1946
1947 \backslash
1948 cfrac
1949 \series default
1950
1951 \begin_inset Index idx
1952 status collapsed
1953
1954 \begin_layout Plain Layout
1955 こまんど@コマンド ! C ! 
1956 \backslash
1957 cfrac
1958 \end_layout
1959
1960 \end_inset
1961
1962 が使えます。以下がその例です。
1963 \begin_inset VSpace -3mm
1964 \end_inset
1965
1966
1967 \end_layout
1968
1969 \begin_layout Standard
1970 \begin_inset Formula 
1971 \begin{align*}
1972 \textrm{\textbf{\textbackslash frac}を使用して作成} &  & \textrm{\textbf{\textbackslash cfrac}を使用して作成}\\
1973 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
1974 \end{align*}
1975
1976 \end_inset
1977
1978
1979 \end_layout
1980
1981 \begin_layout Standard
1982 上記の例で使用したコマンドは、
1983 \end_layout
1984
1985 \begin_layout Standard
1986
1987 \series bold
1988
1989 \backslash
1990 cfrac
1991 \begin_inset ERT
1992 status collapsed
1993
1994 \begin_layout Plain Layout
1995
1996
1997 \backslash
1998 space 
1999 \end_layout
2000
2001 \end_inset
2002
2003 A
2004 \begin_inset Formula $\downarrow$
2005 \end_inset
2006
2007 B+
2008 \backslash
2009 cfrac
2010 \begin_inset ERT
2011 status collapsed
2012
2013 \begin_layout Plain Layout
2014
2015
2016 \backslash
2017 space 
2018 \end_layout
2019
2020 \end_inset
2021
2022 C+
2023 \backslash
2024 cfrac
2025 \begin_inset ERT
2026 status collapsed
2027
2028 \begin_layout Plain Layout
2029
2030
2031 \backslash
2032 space 
2033 \end_layout
2034
2035 \end_inset
2036
2037 E
2038 \begin_inset Formula $\downarrow$
2039 \end_inset
2040
2041 F
2042 \begin_inset Formula $\downarrow$
2043 \end_inset
2044
2045 D
2046 \end_layout
2047
2048 \begin_layout Standard
2049 です。
2050 \end_layout
2051
2052 \begin_layout Standard
2053 \begin_inset VSpace medskip
2054 \end_inset
2055
2056
2057 \end_layout
2058
2059 \begin_layout Standard
2060
2061 \series bold
2062
2063 \backslash
2064 cfrac
2065 \series default
2066 は、他の分数中に入れ子になっている場合も含め、分数をつねに別行立て数式の大きさに設定します。
2067 \end_layout
2068
2069 \begin_layout Standard
2070 分子の揃え方は、指定することができます。
2071 \series bold
2072
2073 \backslash
2074 cfracleft
2075 \series default
2076 コマンドは左揃えにし、
2077 \series bold
2078
2079 \backslash
2080 cfracright
2081 \series default
2082 は右揃えにします。
2083 \series bold
2084
2085 \backslash
2086 cfrac
2087 \series default
2088 は中央揃えです。以下の各分数は、それぞれの揃え位置を示しています。
2089 \begin_inset Newline newline
2090 \end_inset
2091
2092
2093 \series bold
2094
2095 \begin_inset Formula $\cfrac[l]{A}{B+C}$
2096 \end_inset
2097
2098
2099 \begin_inset Formula $\cfrac{A}{B+C}$
2100 \end_inset
2101
2102
2103 \begin_inset Formula $\cfrac[r]{A}{B+C}$
2104 \end_inset
2105
2106
2107 \end_layout
2108
2109 \begin_layout Standard
2110 \begin_inset Note Greyedout
2111 status open
2112
2113 \begin_layout Plain Layout
2114
2115 \series bold
2116 【註】
2117 \backslash
2118 cfracleft
2119 \series default
2120
2121 \series bold
2122
2123 \backslash
2124 cfracright
2125 \series default
2126 は、生粋のLaTeXコマンドではなく、実体は、コマンド
2127 \series bold
2128
2129 \backslash
2130 cfrac[揃え位置]{分子}{分母}
2131 \series default
2132 です。したがって、これらをTeXモードで使うことはできません。
2133 \end_layout
2134
2135 \end_inset
2136
2137
2138 \end_layout
2139
2140 \begin_layout Standard
2141 \begin_inset VSpace medskip
2142 \end_inset
2143
2144 ときに、以下のように
2145 \series bold
2146
2147 \backslash
2148 cfrac
2149 \series default
2150
2151 \series bold
2152
2153 \backslash
2154 frac
2155 \series default
2156 を組み合わせて使うと便利です。
2157 \begin_inset Formula 
2158 \[
2159 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}
2160 \]
2161
2162 \end_inset
2163
2164
2165 \end_layout
2166
2167 \begin_layout Standard
2168 斜めの分数線を持つ行内分数を作るには、コマンド
2169 \series bold
2170
2171 \backslash
2172 nicefrac
2173 \series default
2174
2175 \begin_inset Index idx
2176 status collapsed
2177
2178 \begin_layout Plain Layout
2179 こまんど@コマンド ! N ! 
2180 \backslash
2181 nicefrac
2182 \end_layout
2183
2184 \end_inset
2185
2186 (例:
2187 \begin_inset Formula $\nicefrac{5}{31}$
2188 \end_inset
2189
2190 )を使うか、コマンド
2191 \series bold
2192
2193 \backslash
2194 unitfrac
2195 \series default
2196
2197 \begin_inset Index idx
2198 status collapsed
2199
2200 \begin_layout Plain Layout
2201 こまんど@コマンド ! U ! 
2202 \backslash
2203 unitfrac
2204 \end_layout
2205
2206 \end_inset
2207
2208 (例:
2209 \begin_inset Formula $\unitfrac{5}{31}$
2210 \end_inset
2211
2212 )を使います。さらに、
2213 \begin_inset Formula $\unitfrac[2]{1}{3}$
2214 \end_inset
2215
2216 のような帯分数を作るコマンド
2217 \series bold
2218
2219 \backslash
2220 unitfracthree
2221 \series default
2222 もあります。
2223 \end_layout
2224
2225 \begin_layout Standard
2226 \begin_inset Note Greyedout
2227 status open
2228
2229 \begin_layout Plain Layout
2230
2231 \series bold
2232 【註】
2233 \series default
2234 実は、
2235 \series bold
2236
2237 \backslash
2238 unitfracthree
2239 \series default
2240 は生粋のLaTeXコマンドではなく、実体は
2241 \begin_inset Newline newline
2242 \end_inset
2243
2244
2245 \series bold
2246
2247 \backslash
2248 unitfrac[自然数]{分子}{分母}
2249 \series default
2250 というコマンドなので、TeXコードでは使用できません。
2251 \end_layout
2252
2253 \end_inset
2254
2255
2256 \end_layout
2257
2258 \begin_layout Standard
2259 分数線を変更できるような独自の分数の定義のしかたは、第
2260 \begin_inset CommandInset ref
2261 LatexCommand ref
2262 reference "sub:自己定義の分数"
2263
2264 \end_inset
2265
2266 節に説明があります。
2267 \end_layout
2268
2269 \begin_layout Subsection
2270 根号
2271 \begin_inset Index idx
2272 status collapsed
2273
2274 \begin_layout Plain Layout
2275 こんごう@根号
2276 \end_layout
2277
2278 \end_inset
2279
2280
2281 \begin_inset Index idx
2282 status collapsed
2283
2284 \begin_layout Plain Layout
2285 るーと@ルート|see
2286 \begin_inset ERT
2287 status collapsed
2288
2289 \begin_layout Plain Layout
2290
2291 {
2292 \end_layout
2293
2294 \end_inset
2295
2296 根号
2297 \begin_inset ERT
2298 status collapsed
2299
2300 \begin_layout Plain Layout
2301
2302 }
2303 \end_layout
2304
2305 \end_inset
2306
2307
2308 \end_layout
2309
2310 \end_inset
2311
2312
2313 \end_layout
2314
2315 \begin_layout Standard
2316 平方根は、
2317 \series bold
2318
2319 \backslash
2320 sqrt
2321 \series default
2322
2323 \begin_inset Index idx
2324 status collapsed
2325
2326 \begin_layout Plain Layout
2327 こまんど@コマンド ! S ! 
2328 \backslash
2329 sqrt
2330 \end_layout
2331
2332 \end_inset
2333
2334 か数式ツールバーボタン
2335 \begin_inset Graphics
2336         filename ../../images/math/sqrt.png
2337         scale 85
2338
2339 \end_inset
2340
2341 で作成することができ、他のすべての根号は、コマンド
2342 \series bold
2343
2344 \backslash
2345 root
2346 \series default
2347
2348 \begin_inset Index idx
2349 status collapsed
2350
2351 \begin_layout Plain Layout
2352 こまんど@コマンド ! R ! 
2353 \backslash
2354 root
2355 \end_layout
2356
2357 \end_inset
2358
2359 か数式ツールバーボタン
2360 \begin_inset Graphics
2361         filename ../../images/math/root.png
2362         scale 85
2363
2364 \end_inset
2365
2366 で作成することができます。
2367 \end_layout
2368
2369 \begin_layout Standard
2370 \align center
2371 \begin_inset Tabular
2372 <lyxtabular version="3" rows="3" columns="2">
2373 <features rotate="0" tabularvalignment="middle">
2374 <column alignment="center" valignment="top" width="0pt">
2375 <column alignment="center" valignment="top" width="0pt">
2376 <row>
2377 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2378 \begin_inset Text
2379
2380 \begin_layout Plain Layout
2381 コマンド
2382 \end_layout
2383
2384 \end_inset
2385 </cell>
2386 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2387 \begin_inset Text
2388
2389 \begin_layout Plain Layout
2390 出力
2391 \begin_inset Note Note
2392 status collapsed
2393
2394 \begin_layout Plain Layout
2395 ここで
2396 \series bold
2397
2398 \backslash
2399 raisebox
2400 \series default
2401 はスペーサーとして使用しているだけです。
2402 \end_layout
2403
2404 \end_inset
2405
2406
2407 \end_layout
2408
2409 \end_inset
2410 </cell>
2411 </row>
2412 <row>
2413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2414 \begin_inset Text
2415
2416 \begin_layout Plain Layout
2417
2418 \backslash
2419 sqrt
2420 \begin_inset space \textvisiblespace{}
2421 \end_inset
2422
2423 A-B
2424 \end_layout
2425
2426 \end_inset
2427 </cell>
2428 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2429 \begin_inset Text
2430
2431 \begin_layout Plain Layout
2432 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2433 \end_inset
2434
2435
2436 \end_layout
2437
2438 \end_inset
2439 </cell>
2440 </row>
2441 <row>
2442 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2443 \begin_inset Text
2444
2445 \begin_layout Plain Layout
2446
2447 \backslash
2448 root
2449 \begin_inset space \textvisiblespace{}
2450 \end_inset
2451
2452 3
2453 \begin_inset Formula $\downarrow$
2454 \end_inset
2455
2456 A-B
2457 \end_layout
2458
2459 \end_inset
2460 </cell>
2461 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2462 \begin_inset Text
2463
2464 \begin_layout Plain Layout
2465 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2466 \end_inset
2467
2468
2469 \end_layout
2470
2471 \end_inset
2472 </cell>
2473 </row>
2474 </lyxtabular>
2475
2476 \end_inset
2477
2478
2479 \end_layout
2480
2481 \begin_layout Standard
2482 平方根は、根号指数フィールドを空白のままにしておけば、
2483 \series bold
2484
2485 \backslash
2486 root
2487 \series default
2488 でも作成することができます。
2489 \end_layout
2490
2491 \begin_layout Standard
2492 \begin_inset Formula $\sqrt[\beta]{B}$
2493 \end_inset
2494
2495 の例のように、指数のとる値によっては、根号への距離が近すぎることがあります。
2496 \begin_inset Newline newline
2497 \end_inset
2498
2499 この場合には、
2500 \begin_inset Formula $\beta$
2501 \end_inset
2502
2503 が根号に触れてしまいます。これを避けるためには、以下のようなコマンド書式で、コマンド
2504 \series bold
2505
2506 \backslash
2507 leftroot
2508 \series default
2509
2510 \begin_inset Index idx
2511 status collapsed
2512
2513 \begin_layout Plain Layout
2514 こまんど@コマンド ! L ! 
2515 \backslash
2516 leftroot
2517 \end_layout
2518
2519 \end_inset
2520
2521
2522 \series bold
2523
2524 \backslash
2525 uproot
2526 \series default
2527
2528 \begin_inset Index idx
2529 status collapsed
2530
2531 \begin_layout Plain Layout
2532 こまんど@コマンド ! U ! 
2533 \backslash
2534 uproot
2535 \end_layout
2536
2537 \end_inset
2538
2539 を使います。
2540 \end_layout
2541
2542 \begin_layout Standard
2543
2544 \series bold
2545
2546 \backslash
2547 leftroot{距離}
2548 \series default
2549 および
2550 \series bold
2551
2552 \backslash
2553 uproot{距離}
2554 \end_layout
2555
2556 \begin_layout Standard
2557 ここで「距離」は、指数を左あるいは上に動かす、Big Point(単位bp;
2558 \begin_inset Formula $\mathrm{72\, bp=1}$
2559 \end_inset
2560
2561 インチ)での数値です。これらのコマンドは、指数に書き込みます。このようにして、コマンド
2562 \begin_inset Newline newline
2563 \end_inset
2564
2565
2566 \series bold
2567
2568 \backslash
2569 root
2570 \backslash
2571 leftroot{-1
2572 \begin_inset Formula $\to$
2573 \end_inset
2574
2575
2576 \backslash
2577 uproot{2
2578 \begin_inset Formula $\to$
2579 \end_inset
2580
2581
2582 \backslash
2583 beta
2584 \begin_inset space \textvisiblespace{}
2585 \end_inset
2586
2587
2588 \begin_inset Formula $\to$
2589 \end_inset
2590
2591 B
2592 \begin_inset Newline newline
2593 \end_inset
2594
2595
2596 \series default
2597 は、正しく組版された数式
2598 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2599 \end_inset
2600
2601 を生成します。
2602 \end_layout
2603
2604 \begin_layout Subsection
2605 二項係数
2606 \begin_inset Index idx
2607 status collapsed
2608
2609 \begin_layout Plain Layout
2610 にこうけいすう@二項係数
2611 \end_layout
2612
2613 \end_inset
2614
2615
2616 \end_layout
2617
2618 \begin_layout Standard
2619 二項係数は、コマンド
2620 \series bold
2621
2622 \backslash
2623 binom
2624 \series default
2625
2626 \begin_inset Index idx
2627 status collapsed
2628
2629 \begin_layout Plain Layout
2630 こまんど@コマンド ! B ! 
2631 \backslash
2632 binom
2633 \end_layout
2634
2635 \end_inset
2636
2637 か数式ツールバーボタン
2638 \begin_inset Graphics
2639         filename ../../images/math/frac-square.png
2640         scale 85
2641
2642 \end_inset
2643
2644 の小メニューを使って挿入することができます。分数(
2645 \series bold
2646
2647 \backslash
2648 frac
2649 \series default
2650 )と同様に、
2651 \series bold
2652
2653 \backslash
2654 binom
2655 \series default
2656 の他に、コマンド
2657 \series bold
2658
2659 \backslash
2660 dbinom
2661 \begin_inset Index idx
2662 status collapsed
2663
2664 \begin_layout Plain Layout
2665 こまんど@コマンド ! D ! 
2666 \backslash
2667 dbinom
2668 \end_layout
2669
2670 \end_inset
2671
2672
2673 \series default
2674 および
2675 \series bold
2676
2677 \backslash
2678 tbinom
2679 \series default
2680
2681 \begin_inset Index idx
2682 status collapsed
2683
2684 \begin_layout Plain Layout
2685 こまんど@コマンド ! T ! 
2686 \backslash
2687 tbinom
2688 \end_layout
2689
2690 \end_inset
2691
2692 があります。二項係数のまわりの括弧に、他の括弧を使うには、コマンド
2693 \series bold
2694
2695 \backslash
2696 brace
2697 \series default
2698
2699 \begin_inset Index idx
2700 status collapsed
2701
2702 \begin_layout Plain Layout
2703 こまんど@コマンド ! B ! 
2704 \backslash
2705 brace
2706 \end_layout
2707
2708 \end_inset
2709
2710
2711 \series bold
2712
2713 \backslash
2714 brack
2715 \series default
2716
2717 \begin_inset Index idx
2718 status collapsed
2719
2720 \begin_layout Plain Layout
2721 こまんど@コマンド ! B ! 
2722 \backslash
2723 brack
2724 \end_layout
2725
2726 \end_inset
2727
2728 があります。
2729 \end_layout
2730
2731 \begin_layout Standard
2732 \align center
2733 \begin_inset Tabular
2734 <lyxtabular version="3" rows="6" columns="2">
2735 <features rotate="0" tabularvalignment="middle">
2736 <column alignment="center" valignment="top" width="0pt">
2737 <column alignment="center" valignment="top" width="0pt">
2738 <row>
2739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2740 \begin_inset Text
2741
2742 \begin_layout Plain Layout
2743 コマンド
2744 \end_layout
2745
2746 \end_inset
2747 </cell>
2748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2749 \begin_inset Text
2750
2751 \begin_layout Plain Layout
2752 出力
2753 \begin_inset Note Note
2754 status collapsed
2755
2756 \begin_layout Plain Layout
2757 ここで
2758 \series bold
2759
2760 \backslash
2761 raisebox
2762 \series default
2763 はスペーサーとして使用しているだけです。
2764 \end_layout
2765
2766 \end_inset
2767
2768
2769 \end_layout
2770
2771 \end_inset
2772 </cell>
2773 </row>
2774 <row>
2775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2776 \begin_inset Text
2777
2778 \begin_layout Plain Layout
2779
2780 \backslash
2781 binom
2782 \begin_inset space \textvisiblespace{}
2783 \end_inset
2784
2785 A
2786 \begin_inset Formula $\downarrow$
2787 \end_inset
2788
2789 B
2790 \end_layout
2791
2792 \end_inset
2793 </cell>
2794 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2795 \begin_inset Text
2796
2797 \begin_layout Plain Layout
2798 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2799 \end_inset
2800
2801
2802 \end_layout
2803
2804 \end_inset
2805 </cell>
2806 </row>
2807 <row>
2808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2809 \begin_inset Text
2810
2811 \begin_layout Plain Layout
2812
2813 \backslash
2814 dbinom
2815 \begin_inset space \textvisiblespace{}
2816 \end_inset
2817
2818 A
2819 \begin_inset Formula $\downarrow$
2820 \end_inset
2821
2822 B
2823 \end_layout
2824
2825 \end_inset
2826 </cell>
2827 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2828 \begin_inset Text
2829
2830 \begin_layout Plain Layout
2831 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2832 \end_inset
2833
2834
2835 \end_layout
2836
2837 \end_inset
2838 </cell>
2839 </row>
2840 <row>
2841 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2842 \begin_inset Text
2843
2844 \begin_layout Plain Layout
2845
2846 \backslash
2847 tbinom
2848 \begin_inset space \textvisiblespace{}
2849 \end_inset
2850
2851 A
2852 \begin_inset Formula $\downarrow$
2853 \end_inset
2854
2855 B
2856 \end_layout
2857
2858 \end_inset
2859 </cell>
2860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2861 \begin_inset Text
2862
2863 \begin_layout Plain Layout
2864 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
2865 \end_inset
2866
2867
2868 \end_layout
2869
2870 \end_inset
2871 </cell>
2872 </row>
2873 <row>
2874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2875 \begin_inset Text
2876
2877 \begin_layout Plain Layout
2878
2879 \backslash
2880 brack
2881 \begin_inset space \textvisiblespace{}
2882 \end_inset
2883
2884 A
2885 \begin_inset Formula $\downarrow$
2886 \end_inset
2887
2888 B
2889 \end_layout
2890
2891 \end_inset
2892 </cell>
2893 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2894 \begin_inset Text
2895
2896 \begin_layout Plain Layout
2897 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
2898 \end_inset
2899
2900
2901 \end_layout
2902
2903 \end_inset
2904 </cell>
2905 </row>
2906 <row>
2907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2908 \begin_inset Text
2909
2910 \begin_layout Plain Layout
2911
2912 \backslash
2913 brace
2914 \begin_inset space \textvisiblespace{}
2915 \end_inset
2916
2917 A
2918 \begin_inset Formula $\downarrow$
2919 \end_inset
2920
2921 B
2922 \end_layout
2923
2924 \end_inset
2925 </cell>
2926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2927 \begin_inset Text
2928
2929 \begin_layout Plain Layout
2930 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
2931 \end_inset
2932
2933
2934 \end_layout
2935
2936 \end_inset
2937 </cell>
2938 </row>
2939 </lyxtabular>
2940
2941 \end_inset
2942
2943
2944 \end_layout
2945
2946 \begin_layout Subsection
2947 場合分け
2948 \begin_inset Index idx
2949 status collapsed
2950
2951 \begin_layout Plain Layout
2952 ばあいわけ@場合分け
2953 \end_layout
2954
2955 \end_inset
2956
2957
2958 \end_layout
2959
2960 \begin_layout Standard
2961 \align center
2962 \begin_inset Tabular
2963 <lyxtabular version="3" rows="3" columns="2">
2964 <features rotate="0" tabularvalignment="middle">
2965 <column alignment="center" valignment="top" width="0pt">
2966 <column alignment="center" valignment="top" width="0pt">
2967 <row>
2968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2969 \begin_inset Text
2970
2971 \begin_layout Plain Layout
2972 コマンド
2973 \end_layout
2974
2975 \end_inset
2976 </cell>
2977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2978 \begin_inset Text
2979
2980 \begin_layout Plain Layout
2981 出力
2982 \end_layout
2983
2984 \end_inset
2985 </cell>
2986 </row>
2987 <row>
2988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2989 \begin_inset Text
2990
2991 \begin_layout Plain Layout
2992
2993 \backslash
2994 cases
2995 \begin_inset space \textvisiblespace{}
2996 \end_inset
2997
2998 A
2999 \begin_inset Formula $\to$
3000 \end_inset
3001
3002 B
3003 \begin_inset Formula $>$
3004 \end_inset
3005
3006 0
3007 \begin_inset Index idx
3008 status collapsed
3009
3010 \begin_layout Plain Layout
3011 こまんど@コマンド ! C ! 
3012 \backslash
3013 cases
3014 \end_layout
3015
3016 \end_inset
3017
3018
3019 \end_layout
3020
3021 \end_inset
3022 </cell>
3023 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3024 \begin_inset Text
3025
3026 \begin_layout Plain Layout
3027 \begin_inset Formula $\begin{cases}
3028 A & B>0\end{cases}$
3029 \end_inset
3030
3031
3032 \end_layout
3033
3034 \end_inset
3035 </cell>
3036 </row>
3037 <row>
3038 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3039 \begin_inset Text
3040
3041 \begin_layout Plain Layout
3042
3043 \backslash
3044 cases
3045 \begin_inset space \textvisiblespace{}
3046 \end_inset
3047
3048
3049 \begin_inset Info
3050 type  "shortcut"
3051 arg   "newline-insert newline"
3052 \end_inset
3053
3054
3055 \end_layout
3056
3057 \end_inset
3058 </cell>
3059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3060 \begin_inset Text
3061
3062 \begin_layout Plain Layout
3063 \begin_inset Formula $\begin{cases}
3064 A & \textrm{for }x>0\\
3065 B & \textrm{for }x=0
3066 \end{cases}$
3067 \end_inset
3068
3069
3070 \end_layout
3071
3072 \end_inset
3073 </cell>
3074 </row>
3075 </lyxtabular>
3076
3077 \end_inset
3078
3079
3080 \end_layout
3081
3082 \begin_layout Standard
3083
3084 \series bold
3085
3086 \backslash
3087 cases
3088 \series default
3089 を挿入するか数式ツールバーボタン
3090 \begin_inset Graphics
3091         filename ../../images/math/cases.png
3092         scale 85
3093
3094 \end_inset
3095
3096 を使用した後では、
3097 \begin_inset Flex Ruby
3098 status collapsed
3099
3100 \begin_layout Plain Layout
3101 捷径
3102 \begin_inset Argument post:1
3103 status collapsed
3104
3105 \begin_layout Plain Layout
3106 ショートカット
3107 \end_layout
3108
3109 \end_inset
3110
3111
3112 \end_layout
3113
3114 \end_inset
3115
3116
3117 \begin_inset Info
3118 type  "shortcut"
3119 arg   "newline-insert newline"
3120 \end_inset
3121
3122 か表ツールバーボタン
3123 \begin_inset Graphics
3124         filename ../../images/tabular-feature_append-row.png
3125         scale 85
3126
3127 \end_inset
3128
3129 を使えば、新しい行を作ることができます。
3130 \end_layout
3131
3132 \begin_layout Standard
3133 コマンド
3134 \series bold
3135
3136 \backslash
3137 cases
3138 \series default
3139 は、
3140 \family sans
3141 挿入\SpecialChar \menuseparator
3142 数式\SpecialChar \menuseparator
3143 Cases環境
3144 \family default
3145 メニューで挿入することもできます。
3146 \end_layout
3147
3148 \begin_layout Subsection
3149 否定
3150 \begin_inset Index idx
3151 status collapsed
3152
3153 \begin_layout Plain Layout
3154 ひてい@否定
3155 \end_layout
3156
3157 \end_inset
3158
3159
3160 \end_layout
3161
3162 \begin_layout Standard
3163
3164 \series bold
3165
3166 \backslash
3167 not
3168 \series default
3169
3170 \begin_inset Index idx
3171 status collapsed
3172
3173 \begin_layout Plain Layout
3174 こまんど@コマンド ! N ! 
3175 \backslash
3176 not
3177 \end_layout
3178
3179 \end_inset
3180
3181 を挿入することで、すべての文字を取り消し形で表示できます。文字はスラッシュを上書きされた形になります。
3182 \end_layout
3183
3184 \begin_layout Standard
3185 \align center
3186 \begin_inset Tabular
3187 <lyxtabular version="3" rows="4" columns="2">
3188 <features rotate="0" tabularvalignment="middle">
3189 <column alignment="center" valignment="top" width="0pt">
3190 <column alignment="center" valignment="top" width="0pt">
3191 <row>
3192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3193 \begin_inset Text
3194
3195 \begin_layout Plain Layout
3196 コマンド
3197 \end_layout
3198
3199 \end_inset
3200 </cell>
3201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3202 \begin_inset Text
3203
3204 \begin_layout Plain Layout
3205 出力
3206 \end_layout
3207
3208 \end_inset
3209 </cell>
3210 </row>
3211 <row>
3212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3213 \begin_inset Text
3214
3215 \begin_layout Plain Layout
3216
3217 \backslash
3218 not=
3219 \end_layout
3220
3221 \end_inset
3222 </cell>
3223 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3224 \begin_inset Text
3225
3226 \begin_layout Plain Layout
3227 \begin_inset Formula $\not=$
3228 \end_inset
3229
3230
3231 \end_layout
3232
3233 \end_inset
3234 </cell>
3235 </row>
3236 <row>
3237 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3238 \begin_inset Text
3239
3240 \begin_layout Plain Layout
3241
3242 \backslash
3243 not 
3244 \backslash
3245 le
3246 \end_layout
3247
3248 \end_inset
3249 </cell>
3250 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3251 \begin_inset Text
3252
3253 \begin_layout Plain Layout
3254 \begin_inset Formula $\not\le$
3255 \end_inset
3256
3257
3258 \end_layout
3259
3260 \end_inset
3261 </cell>
3262 </row>
3263 <row>
3264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3265 \begin_inset Text
3266
3267 \begin_layout Plain Layout
3268
3269 \backslash
3270 not 
3271 \backslash
3272 parallel
3273 \end_layout
3274
3275 \end_inset
3276 </cell>
3277 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3278 \begin_inset Text
3279
3280 \begin_layout Plain Layout
3281 \begin_inset Formula $\not\parallel$
3282 \end_inset
3283
3284
3285 \end_layout
3286
3287 \end_inset
3288 </cell>
3289 </row>
3290 </lyxtabular>
3291
3292 \end_inset
3293
3294
3295 \end_layout
3296
3297 \begin_layout Standard
3298 最後の例が示すように、すべての否定形がきれいに出力されるわけではありません。このことから、否定形に専用のコマンドを持つものもあります(第
3299 \begin_inset CommandInset ref
3300 LatexCommand ref
3301 reference "sub:数学記号"
3302
3303 \end_inset
3304
3305 節および第
3306 \begin_inset CommandInset ref
3307 LatexCommand ref
3308 reference "sec:関係子"
3309
3310 \end_inset
3311
3312 節を参照)。
3313 \end_layout
3314
3315 \begin_layout Subsection
3316 埋め草
3317 \begin_inset CommandInset label
3318 LatexCommand label
3319 name "sub:埋め草"
3320
3321 \end_inset
3322
3323
3324 \begin_inset Index idx
3325 status collapsed
3326
3327 \begin_layout Plain Layout
3328 うめくさ@埋め草
3329 \end_layout
3330
3331 \end_inset
3332
3333
3334 \begin_inset Index idx
3335 status collapsed
3336
3337 \begin_layout Plain Layout
3338 かがくきごう@化学記号 ! どういたい@同位体
3339 \end_layout
3340
3341 \end_inset
3342
3343
3344 \begin_inset Index idx
3345 status collapsed
3346
3347 \begin_layout Plain Layout
3348 どういたい@同位体|see
3349 \begin_inset ERT
3350 status collapsed
3351
3352 \begin_layout Plain Layout
3353
3354 {
3355 \end_layout
3356
3357 \end_inset
3358
3359 化学記号
3360 \begin_inset ERT
3361 status collapsed
3362
3363 \begin_layout Plain Layout
3364
3365 }
3366 \end_layout
3367
3368 \end_inset
3369
3370
3371 \end_layout
3372
3373 \end_inset
3374
3375
3376 \begin_inset Index idx
3377 status collapsed
3378
3379 \begin_layout Plain Layout
3380 あいそとーぷ@アイソトープ|see
3381 \begin_inset ERT
3382 status collapsed
3383
3384 \begin_layout Plain Layout
3385
3386 {
3387 \end_layout
3388
3389 \end_inset
3390
3391 同位体
3392 \begin_inset ERT
3393 status collapsed
3394
3395 \begin_layout Plain Layout
3396
3397 }
3398 \end_layout
3399
3400 \end_inset
3401
3402
3403 \end_layout
3404
3405 \end_inset
3406
3407
3408 \end_layout
3409
3410 \begin_layout Standard
3411 たとえば同位体
3412 \begin_inset Foot
3413 status collapsed
3414
3415 \begin_layout Plain Layout
3416 同位体と化学記号の組版に関しては、第
3417 \begin_inset CommandInset ref
3418 LatexCommand ref
3419 reference "sub:化学記号と化学式"
3420
3421 \end_inset
3422
3423 節に記述があります。
3424 \end_layout
3425
3426 \end_inset
3427
3428 を表示しようとすると、次のような問題が起こります。
3429 \end_layout
3430
3431 \begin_layout Standard
3432 \align center
3433 \begin_inset Tabular
3434 <lyxtabular version="3" rows="2" columns="2">
3435 <features rotate="0" tabularvalignment="middle">
3436 <column alignment="center" valignment="top" width="0pt">
3437 <column alignment="center" valignment="top" width="0pt">
3438 <row>
3439 <cell alignment="center" valignment="top" usebox="none">
3440 \begin_inset Text
3441
3442 \begin_layout Plain Layout
3443 上付き文字と下付き文字を使用して作った指数:
3444 \end_layout
3445
3446 \end_inset
3447 </cell>
3448 <cell alignment="center" valignment="top" usebox="none">
3449 \begin_inset Text
3450
3451 \begin_layout Plain Layout
3452 \begin_inset Formula $_{9}^{19}\mathrm{F}\raisebox{-3mm}{}$
3453 \end_inset
3454
3455
3456 \end_layout
3457
3458 \end_inset
3459 </cell>
3460 </row>
3461 <row>
3462 <cell alignment="center" valignment="top" usebox="none">
3463 \begin_inset Text
3464
3465 \begin_layout Plain Layout
3466 正しい指数:
3467 \end_layout
3468
3469 \end_inset
3470 </cell>
3471 <cell alignment="center" valignment="top" usebox="none">
3472 \begin_inset Text
3473
3474 \begin_layout Plain Layout
3475 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3476 \end_inset
3477
3478
3479 \end_layout
3480
3481 \end_inset
3482 </cell>
3483 </row>
3484 </lyxtabular>
3485
3486 \end_inset
3487
3488
3489 \begin_inset Note Note
3490 status collapsed
3491
3492 \begin_layout Plain Layout
3493 ここで
3494 \series bold
3495
3496 \backslash
3497 raisebox
3498 \series default
3499 はスペーサーとして使用しているだけです。
3500 \end_layout
3501
3502 \end_inset
3503
3504
3505 \end_layout
3506
3507 \begin_layout Standard
3508 短い方の指数は、既定で、長い方の指数の一文字目の下ないし上に配置されてしまいます。これを避けるには、一文字ないし複数の空の文字を生成するコマンド
3509 \series bold
3510
3511 \backslash
3512 phantom
3513 \series default
3514
3515 \begin_inset Index idx
3516 status collapsed
3517
3518 \begin_layout Plain Layout
3519 こまんど@コマンド ! P ! 
3520 \backslash
3521 phantom
3522 \end_layout
3523
3524 \end_inset
3525
3526 や数式ツールバーボタン
3527 \begin_inset Foot
3528 status collapsed
3529
3530 \begin_layout Plain Layout
3531 ツールバーボタン
3532 \begin_inset Graphics
3533         filename ../../images/math/space.png
3534         scale 85
3535
3536 \end_inset
3537
3538 の小メニューに入っています。
3539 \end_layout
3540
3541 \end_inset
3542
3543
3544 \begin_inset Graphics
3545         filename ../../images/math/phantom.png
3546         scale 85
3547
3548 \end_inset
3549
3550 があります。
3551 \series bold
3552
3553 \backslash
3554 phantom
3555 \series default
3556 を挿入すると、二つの赤い矢印が重なった青枠が表示されます。矢印は、箱の中身の幅と高さの両方が、埋め草(指定した文字と同じ大きさの余白を確保するために使われる空打
3557 ち文字)として適用されることを示しています。したがって、
3558 \series bold
3559
3560 \backslash
3561 phantom
3562 \series default
3563 の作る文字は、箱の中身の文字の大きさを持つ埋め草となります。
3564 \end_layout
3565
3566 \begin_layout Standard
3567 \align center
3568 \begin_inset Tabular
3569 <lyxtabular version="3" rows="4" columns="2">
3570 <features rotate="0" tabularvalignment="middle">
3571 <column alignment="center" valignment="top">
3572 <column alignment="center" valignment="top">
3573 <row>
3574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3575 \begin_inset Text
3576
3577 \begin_layout Plain Layout
3578 コマンド
3579 \end_layout
3580
3581 \end_inset
3582 </cell>
3583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3584 \begin_inset Text
3585
3586 \begin_layout Plain Layout
3587 出力
3588 \begin_inset Note Note
3589 status collapsed
3590
3591 \begin_layout Plain Layout
3592 ここで
3593 \series bold
3594
3595 \backslash
3596 raisebox
3597 \series default
3598 はスペーサーとして使用しているだけです。
3599 \end_layout
3600
3601 \end_inset
3602
3603
3604 \end_layout
3605
3606 \end_inset
3607 </cell>
3608 </row>
3609 <row>
3610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3611 \begin_inset Text
3612
3613 \begin_layout Plain Layout
3614 ^19
3615 \begin_inset space \textvisiblespace{}
3616 \end_inset
3617
3618 _
3619 \backslash
3620 phantom
3621 \begin_inset space \textvisiblespace{}
3622 \end_inset
3623
3624 1
3625 \begin_inset Formula $\to$
3626 \end_inset
3627
3628 9
3629 \begin_inset space \textvisiblespace{}
3630 \end_inset
3631
3632 F
3633 \end_layout
3634
3635 \end_inset
3636 </cell>
3637 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3638 \begin_inset Text
3639
3640 \begin_layout Plain Layout
3641 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\mathrm{F}\raisebox{-2.5mm}{}$
3642 \end_inset
3643
3644
3645 \end_layout
3646
3647 \end_inset
3648 </cell>
3649 </row>
3650 <row>
3651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3652 \begin_inset Text
3653
3654 \begin_layout Plain Layout
3655 ^235
3656 \begin_inset space \textvisiblespace{}
3657 \end_inset
3658
3659 _
3660 \backslash
3661 phantom
3662 \begin_inset space \textvisiblespace{}
3663 \end_inset
3664
3665 23
3666 \begin_inset Formula $\to$
3667 \end_inset
3668
3669 9
3670 \begin_inset space \textvisiblespace{}
3671 \end_inset
3672
3673 F
3674 \end_layout
3675
3676 \end_inset
3677 </cell>
3678 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3679 \begin_inset Text
3680
3681 \begin_layout Plain Layout
3682 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\mathrm{F}\raisebox{-2.5mm}{}$
3683 \end_inset
3684
3685
3686 \end_layout
3687
3688 \end_inset
3689 </cell>
3690 </row>
3691 <row>
3692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3693 \begin_inset Text
3694
3695 \begin_layout Plain Layout
3696
3697 \backslash
3698 Lambda^
3699 \begin_inset space \textvisiblespace{}
3700 \end_inset
3701
3702
3703 \backslash
3704 phantom
3705 \begin_inset space \textvisiblespace{}
3706 \end_inset
3707
3708 ii
3709 \begin_inset Formula $\to$
3710 \end_inset
3711
3712 t
3713 \begin_inset space \textvisiblespace{}
3714 \end_inset
3715
3716 _MMt
3717 \end_layout
3718
3719 \end_inset
3720 </cell>
3721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3722 \begin_inset Text
3723
3724 \begin_layout Plain Layout
3725 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3726 \end_inset
3727
3728
3729 \end_layout
3730
3731 \end_inset
3732 </cell>
3733 </row>
3734 </lyxtabular>
3735
3736 \end_inset
3737
3738
3739 \end_layout
3740
3741 \begin_layout Standard
3742 さらに、
3743 \series bold
3744
3745 \backslash
3746 vphantom
3747 \series default
3748
3749 \begin_inset Index idx
3750 status collapsed
3751
3752 \begin_layout Plain Layout
3753 こまんど@コマンド ! V ! 
3754 \backslash
3755 vphantom
3756 \end_layout
3757
3758 \end_inset
3759
3760 (ツールバーボタン
3761 \begin_inset space ~
3762 \end_inset
3763
3764
3765 \begin_inset Graphics
3766         filename ../../images/math/vphantom.png
3767         scale 85
3768
3769 \end_inset
3770
3771 )および
3772 \series bold
3773
3774 \backslash
3775 hphantom
3776 \series default
3777
3778 \begin_inset Index idx
3779 status collapsed
3780
3781 \begin_layout Plain Layout
3782 こまんど@コマンド ! H ! 
3783 \backslash
3784 hphantom
3785 \end_layout
3786
3787 \end_inset
3788
3789 (ツールバーボタン
3790 \begin_inset space ~
3791 \end_inset
3792
3793
3794 \begin_inset Graphics
3795         filename ../../images/math/hphantom.png
3796         scale 85
3797
3798 \end_inset
3799
3800 )というコマンドもあります。
3801 \series bold
3802
3803 \backslash
3804 vphantom
3805 \series default
3806 は、枠内部の文字の最大高のみの空白を作り、幅は考慮しません。
3807 \series bold
3808
3809 \backslash
3810 hphantom
3811 \series default
3812 は、枠の内容の幅のみの空白を作ります。このことから、これらの枠は一本の赤矢印のみで表示されます。
3813 \end_layout
3814
3815 \begin_layout Standard
3816 たとえば、
3817 \series bold
3818
3819 \backslash
3820 vphantom
3821 \series default
3822
3823 \begin_inset space \textvisiblespace{}
3824 \end_inset
3825
3826
3827 \series bold
3828 a
3829 \backslash
3830 int
3831 \series default
3832 は、積分記号
3833 \begin_inset Foot
3834 status collapsed
3835
3836 \begin_layout Plain Layout
3837
3838 \series bold
3839
3840 \backslash
3841 int
3842 \series default
3843 コマンドは、積分記号を生成します。第
3844 \begin_inset CommandInset ref
3845 LatexCommand ref
3846 reference "sub:大演算子"
3847
3848 \end_inset
3849
3850 節を参照してください。
3851 \end_layout
3852
3853 \end_inset
3854
3855 が最大高の文字なので、積分記号の高さを持つ空白を作ります。実際の適用例については、第
3856 \begin_inset CommandInset ref
3857 LatexCommand ref
3858 reference "sub:多行にわたる括弧"
3859
3860 \end_inset
3861
3862 節を参照してください。
3863 \end_layout
3864
3865 \begin_layout Standard
3866 埋め草は、メニュー
3867 \family sans
3868 挿入\SpecialChar \menuseparator
3869 整形\SpecialChar \menuseparator
3870 埋め草
3871 \family default
3872 を使えば、以下のように本文中でも使用することができます。
3873 \end_layout
3874
3875 \begin_layout Standard
3876 これは本文です。
3877 \begin_inset Newline newline
3878 \end_inset
3879
3880
3881 \begin_inset Phantom Phantom
3882 status open
3883
3884 \begin_layout Plain Layout
3885 これは
3886 \end_layout
3887
3888 \end_inset
3889
3890 本文です。
3891 \end_layout
3892
3893 \begin_layout Subsection
3894 横線
3895 \begin_inset Index idx
3896 status collapsed
3897
3898 \begin_layout Plain Layout
3899 よこせん@横線
3900 \end_layout
3901
3902 \end_inset
3903
3904
3905 \begin_inset Index idx
3906 status collapsed
3907
3908 \begin_layout Plain Layout
3909 すうしき@数式 ! かせん@下線
3910 \end_layout
3911
3912 \end_inset
3913
3914
3915 \begin_inset Index idx
3916 status collapsed
3917
3918 \begin_layout Plain Layout
3919 ぼうせん@棒線|see
3920 \begin_inset ERT
3921 status collapsed
3922
3923 \begin_layout Plain Layout
3924
3925 {
3926 \end_layout
3927
3928 \end_inset
3929
3930 横線
3931 \begin_inset ERT
3932 status collapsed
3933
3934 \begin_layout Plain Layout
3935
3936 }
3937 \end_layout
3938
3939 \end_inset
3940
3941
3942 \end_layout
3943
3944 \end_inset
3945
3946
3947 \end_layout
3948
3949 \begin_layout Standard
3950 \align center
3951 \begin_inset Tabular
3952 <lyxtabular version="3" rows="4" columns="2">
3953 <features rotate="0" tabularvalignment="middle">
3954 <column alignment="center" valignment="top" width="0pt">
3955 <column alignment="center" valignment="top" width="0pt">
3956 <row>
3957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3958 \begin_inset Text
3959
3960 \begin_layout Plain Layout
3961 コマンド
3962 \end_layout
3963
3964 \end_inset
3965 </cell>
3966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3967 \begin_inset Text
3968
3969 \begin_layout Plain Layout
3970 出力
3971 \begin_inset Note Note
3972 status collapsed
3973
3974 \begin_layout Plain Layout
3975 ここで
3976 \series bold
3977
3978 \backslash
3979 raisebox
3980 \series default
3981 はスペーサーとして使用しているだけです。
3982 \end_layout
3983
3984 \end_inset
3985
3986
3987 \end_layout
3988
3989 \end_inset
3990 </cell>
3991 </row>
3992 <row>
3993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3994 \begin_inset Text
3995
3996 \begin_layout Plain Layout
3997
3998 \backslash
3999 overline
4000 \begin_inset space \textvisiblespace{}
4001 \end_inset
4002
4003 A+B
4004 \begin_inset Index idx
4005 status collapsed
4006
4007 \begin_layout Plain Layout
4008 こまんど@コマンド ! O ! 
4009 \backslash
4010 overline
4011 \end_layout
4012
4013 \end_inset
4014
4015
4016 \end_layout
4017
4018 \end_inset
4019 </cell>
4020 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4021 \begin_inset Text
4022
4023 \begin_layout Plain Layout
4024 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
4025 \end_inset
4026
4027
4028 \end_layout
4029
4030 \end_inset
4031 </cell>
4032 </row>
4033 <row>
4034 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4035 \begin_inset Text
4036
4037 \begin_layout Plain Layout
4038
4039 \backslash
4040 underline
4041 \begin_inset space \textvisiblespace{}
4042 \end_inset
4043
4044 A+B
4045 \begin_inset Index idx
4046 status collapsed
4047
4048 \begin_layout Plain Layout
4049 こまんど@コマンド ! U ! 
4050 \backslash
4051 underline
4052 \end_layout
4053
4054 \end_inset
4055
4056
4057 \end_layout
4058
4059 \end_inset
4060 </cell>
4061 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4062 \begin_inset Text
4063
4064 \begin_layout Plain Layout
4065 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
4066 \end_inset
4067
4068
4069 \end_layout
4070
4071 \end_inset
4072 </cell>
4073 </row>
4074 <row>
4075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4076 \begin_inset Text
4077
4078 \begin_layout Plain Layout
4079
4080 \backslash
4081 overline
4082 \begin_inset space \textvisiblespace{}
4083 \end_inset
4084
4085
4086 \backslash
4087 underline
4088 \begin_inset space \textvisiblespace{}
4089 \end_inset
4090
4091 A+B
4092 \end_layout
4093
4094 \end_inset
4095 </cell>
4096 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4097 \begin_inset Text
4098
4099 \begin_layout Plain Layout
4100 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
4101 \end_inset
4102
4103
4104 \end_layout
4105
4106 \end_inset
4107 </cell>
4108 </row>
4109 </lyxtabular>
4110
4111 \end_inset
4112
4113
4114 \end_layout
4115
4116 \begin_layout Standard
4117 上記最後の例では、先に
4118 \series bold
4119
4120 \backslash
4121 overline
4122 \series default
4123 が来ようが
4124 \series bold
4125
4126 \backslash
4127 underline
4128 \series default
4129 が来ようが、関係ありません。
4130 \end_layout
4131
4132 \begin_layout Standard
4133 二重下線を引くには、
4134 \series bold
4135
4136 \backslash
4137 underline
4138 \series default
4139 を二回使います。
4140 \end_layout
4141
4142 \begin_layout Standard
4143 文字の上下6本の線まで引くことができます。
4144 \end_layout
4145
4146 \begin_layout Standard
4147 \begin_inset VSpace bigskip
4148 \end_inset
4149
4150 自製の線は、以下の書式を持つ
4151 \series bold
4152
4153 \backslash
4154 rule
4155 \series default
4156
4157 \begin_inset Index idx
4158 status collapsed
4159
4160 \begin_layout Plain Layout
4161 こまんど@こまんど ! R ! 
4162 \backslash
4163 rule
4164 \end_layout
4165
4166 \end_inset
4167
4168 コマンドで作成することができます。
4169 \end_layout
4170
4171 \begin_layout Standard
4172
4173 \series bold
4174
4175 \backslash
4176 rule[垂直オフセット幅]{長さ}{厚み}
4177 \end_layout
4178
4179 \begin_layout Standard
4180 オプションの
4181 \series bold
4182 「垂直オフセット幅
4183 \series default
4184 」は、行を上方に(値が負であれば下方に)移動させます。値としては、第
4185 \begin_inset CommandInset ref
4186 LatexCommand ref
4187 reference "tab:使用できる単位"
4188
4189 \end_inset
4190
4191 表に掲げてある単位を用いることができます。以下に、
4192 \begin_inset Newline newline
4193 \end_inset
4194
4195
4196 \series bold
4197
4198 \backslash
4199 rule[-2ex]{3cm}{2pt}
4200 \series default
4201  および 
4202 \series bold
4203
4204 \backslash
4205 rule{2cm}{1pt}
4206 \begin_inset Newline newline
4207 \end_inset
4208
4209
4210 \series default
4211 というコマンドを用いて作成したふたつの例を例示します。
4212 \end_layout
4213
4214 \begin_layout Standard
4215 この行には、
4216 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4217 \end_inset
4218
4219 二本の線があります。
4220 \end_layout
4221
4222 \begin_layout Standard
4223
4224 \backslash
4225 ruleは、メニュー
4226 \family sans
4227 挿入\SpecialChar \menuseparator
4228 整形\SpecialChar \menuseparator
4229 水平線
4230 \family default
4231 を使っても、本文に挿入することができます。
4232 \end_layout
4233
4234 \begin_layout Standard
4235 これは一行の
4236 \begin_inset CommandInset line
4237 LatexCommand rule
4238 offset "0.5ex"
4239 width "3cm"
4240 height "1pt"
4241
4242 \end_inset
4243
4244 文章です。
4245 \end_layout
4246
4247 \begin_layout Subsection
4248 省略符号
4249 \begin_inset CommandInset label
4250 LatexCommand label
4251 name "sub:省略符号"
4252
4253 \end_inset
4254
4255
4256 \begin_inset Index idx
4257 status collapsed
4258
4259 \begin_layout Plain Layout
4260 しょうりゃくふごう@省略符号
4261 \end_layout
4262
4263 \end_inset
4264
4265
4266 \end_layout
4267
4268 \begin_layout Standard
4269 省略符号には、いくつかの種類が使用できます
4270 \begin_inset Foot
4271 status collapsed
4272
4273 \begin_layout Plain Layout
4274 数式ツールバー中の
4275 \begin_inset Graphics
4276         filename ../../images/math/ldots.png
4277         scale 85
4278
4279 \end_inset
4280
4281 ボタンで表示されている小メニューです。
4282 \end_layout
4283
4284 \end_inset
4285
4286 。列挙のためには、ベースラインの点々(
4287 \series bold
4288
4289 \backslash
4290 ldots
4291 \series default
4292
4293 \begin_inset Index idx
4294 status collapsed
4295
4296 \begin_layout Plain Layout
4297 こまんど@コマンド ! L ! 
4298 \backslash
4299 ldots
4300 \end_layout
4301
4302 \end_inset
4303
4304 )を使用しますが、演算子の場合は、演算子と同じ高さの点々(
4305 \series bold
4306
4307 \backslash
4308 cdots
4309 \series default
4310
4311 \begin_inset Index idx
4312 status collapsed
4313
4314 \begin_layout Plain Layout
4315 こまんど@コマンド ! C ! 
4316 \backslash
4317 cdots
4318 \end_layout
4319
4320 \end_inset
4321
4322 )が必要です。
4323 \series bold
4324
4325 \backslash
4326 dots
4327 \series default
4328
4329 \begin_inset Index idx
4330 status collapsed
4331
4332 \begin_layout Plain Layout
4333 こまんど@コマンド ! D ! 
4334 \backslash
4335 dots
4336 \end_layout
4337
4338 \end_inset
4339
4340 コマンドを使うと、LaTeXは次に来る文字がどのような種類の文字であるかによって、自動的にどの種類を使うかを選択します。
4341 \end_layout
4342
4343 \begin_layout Standard
4344 \align center
4345 \begin_inset Tabular
4346 <lyxtabular version="3" rows="9" columns="2">
4347 <features rotate="0" tabularvalignment="middle">
4348 <column alignment="center" valignment="top" width="0pt">
4349 <column alignment="center" valignment="top" width="0pt">
4350 <row>
4351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4352 \begin_inset Text
4353
4354 \begin_layout Plain Layout
4355 コマンド
4356 \end_layout
4357
4358 \end_inset
4359 </cell>
4360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4361 \begin_inset Text
4362
4363 \begin_layout Plain Layout
4364 出力
4365 \end_layout
4366
4367 \end_inset
4368 </cell>
4369 </row>
4370 <row>
4371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4372 \begin_inset Text
4373
4374 \begin_layout Plain Layout
4375 A_1
4376 \begin_inset space \textvisiblespace{}
4377 \end_inset
4378
4379 ,
4380 \backslash
4381 dots
4382 \begin_inset space \textvisiblespace{}
4383 \end_inset
4384
4385 ,A_n
4386 \end_layout
4387
4388 \end_inset
4389 </cell>
4390 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4391 \begin_inset Text
4392
4393 \begin_layout Plain Layout
4394 \begin_inset Formula $A_{1},\dots,A_{n}$
4395 \end_inset
4396
4397
4398 \end_layout
4399
4400 \end_inset
4401 </cell>
4402 </row>
4403 <row>
4404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4405 \begin_inset Text
4406
4407 \begin_layout Plain Layout
4408 A_1
4409 \begin_inset space \textvisiblespace{}
4410 \end_inset
4411
4412 +
4413 \backslash
4414 dots
4415 \begin_inset space \textvisiblespace{}
4416 \end_inset
4417
4418 +A_n
4419 \end_layout
4420
4421 \end_inset
4422 </cell>
4423 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4424 \begin_inset Text
4425
4426 \begin_layout Plain Layout
4427 \begin_inset Formula $A_{1}+\dots+A_{n}$
4428 \end_inset
4429
4430
4431 \end_layout
4432
4433 \end_inset
4434 </cell>
4435 </row>
4436 <row>
4437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4438 \begin_inset Text
4439
4440 \begin_layout Plain Layout
4441 A_1
4442 \begin_inset space \textvisiblespace{}
4443 \end_inset
4444
4445 ,
4446 \backslash
4447 ldots
4448 \begin_inset space \textvisiblespace{}
4449 \end_inset
4450
4451 ,A_n
4452 \end_layout
4453
4454 \end_inset
4455 </cell>
4456 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4457 \begin_inset Text
4458
4459 \begin_layout Plain Layout
4460 \begin_inset Formula $A_{1},\ldots,A_{n}$
4461 \end_inset
4462
4463
4464 \end_layout
4465
4466 \end_inset
4467 </cell>
4468 </row>
4469 <row>
4470 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4471 \begin_inset Text
4472
4473 \begin_layout Plain Layout
4474 A_1
4475 \begin_inset space \textvisiblespace{}
4476 \end_inset
4477
4478 +
4479 \backslash
4480 cdots
4481 \begin_inset space \textvisiblespace{}
4482 \end_inset
4483
4484 +A_n
4485 \end_layout
4486
4487 \end_inset
4488 </cell>
4489 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4490 \begin_inset Text
4491
4492 \begin_layout Plain Layout
4493 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4494 \end_inset
4495
4496
4497 \end_layout
4498
4499 \end_inset
4500 </cell>
4501 </row>
4502 <row>
4503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4504 \begin_inset Text
4505
4506 \begin_layout Plain Layout
4507
4508 \backslash
4509 vdots
4510 \end_layout
4511
4512 \end_inset
4513 </cell>
4514 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4515 \begin_inset Text
4516
4517 \begin_layout Plain Layout
4518 \begin_inset Formula $\vdots$
4519 \end_inset
4520
4521
4522 \end_layout
4523
4524 \end_inset
4525 </cell>
4526 </row>
4527 <row>
4528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4529 \begin_inset Text
4530
4531 \begin_layout Plain Layout
4532
4533 \backslash
4534 ddots
4535 \end_layout
4536
4537 \end_inset
4538 </cell>
4539 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4540 \begin_inset Text
4541
4542 \begin_layout Plain Layout
4543 \begin_inset Formula $\ddots$
4544 \end_inset
4545
4546
4547 \end_layout
4548
4549 \end_inset
4550 </cell>
4551 </row>
4552 <row>
4553 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4554 \begin_inset Text
4555
4556 \begin_layout Plain Layout
4557
4558 \backslash
4559 iddots
4560 \end_layout
4561
4562 \end_inset
4563 </cell>
4564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4565 \begin_inset Text
4566
4567 \begin_layout Plain Layout
4568 \begin_inset Formula $\iddots$
4569 \end_inset
4570
4571
4572 \end_layout
4573
4574 \end_inset
4575 </cell>
4576 </row>
4577 <row>
4578 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4579 \begin_inset Text
4580
4581 \begin_layout Plain Layout
4582 いろいろな点々を使った
4583 \begin_inset Formula $3\times3$
4584 \end_inset
4585
4586 行列
4587 \end_layout
4588
4589 \end_inset
4590 </cell>
4591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4592 \begin_inset Text
4593
4594 \begin_layout Plain Layout
4595 \begin_inset Formula $\begin{array}{ccc}
4596 A_{11} & \cdots & A_{1m}\\
4597 \vdots & \ddots & \vdots\\
4598 A_{n1} & \cdots & A_{nm}
4599 \end{array}$
4600 \end_inset
4601
4602
4603 \end_layout
4604
4605 \end_inset
4606 </cell>
4607 </row>
4608 </lyxtabular>
4609
4610 \end_inset
4611
4612
4613 \end_layout
4614
4615 \begin_layout Standard
4616
4617 \family sans
4618 挿入\SpecialChar \menuseparator
4619 省略符号
4620 \family default
4621 メニューで挿入される省略符号は
4622 \series bold
4623
4624 \backslash
4625 ldots
4626 \series default
4627 です。
4628 \end_layout
4629
4630 \begin_layout Standard
4631 \begin_inset VSpace medskip
4632 \end_inset
4633
4634
4635 \series bold
4636
4637 \backslash
4638 iddots
4639 \series default
4640 を使うには、文書設定の
4641 \family sans
4642 数式オプション
4643 \family default
4644 にある
4645 \family sans
4646 mathdotsパッケージを(自動的に)使う
4647 \family default
4648 オプションのうちいずれかを有効にしなくてはなりません。
4649 \begin_inset Newline newline
4650 \end_inset
4651
4652
4653 \family sans
4654 mathdotsパッケージを使う
4655 \family default
4656 オプションを使用すると、文書中のフォント様式や寸法が既定値でないときのあらゆるドットの表示が改善されます。
4657 \end_layout
4658
4659 \begin_layout Standard
4660 \begin_inset VSpace medskip
4661 \end_inset
4662
4663 とくに行列には、複数列にわたることのできる省略符号があります。これは、以下の書式を持つ
4664 \series bold
4665
4666 \backslash
4667 hdotsfor
4668 \series default
4669
4670 \begin_inset Index idx
4671 status collapsed
4672
4673 \begin_layout Plain Layout
4674 こまんど@コマンド ! H ! 
4675 \backslash
4676 hdotsfor
4677 \end_layout
4678
4679 \end_inset
4680
4681 コマンドで作ることができます。
4682 \end_layout
4683
4684 \begin_layout Standard
4685
4686 \series bold
4687
4688 \backslash
4689 hdotsfor[距離]{列数}
4690 \end_layout
4691
4692 \begin_layout Standard
4693 ここで「列数」は、何列に広げるかを指定します。「距離」は、点々のあいだの距離を示す因子です。
4694 \end_layout
4695
4696 \begin_layout Standard
4697 以下の行列では、2行目の1つ目の枠に
4698 \series bold
4699
4700 \backslash
4701 hdotsfor[2]{4}
4702 \series default
4703 を挿入して、
4704 \series bold
4705
4706 \backslash
4707 dots
4708 \series default
4709 コマンドの2倍の点間距離を持つ省略符号を挿入しています。
4710 \begin_inset Formula 
4711 \[
4712 \left(\begin{array}{cccc}
4713 A & B & C & D\\
4714 \hdotsfor[2]{4}\\
4715 q & w & e & r
4716 \end{array}\right)
4717 \]
4718
4719 \end_inset
4720
4721 省略符号を広げる対象となる行列フィールドは空白にしておく必要があることに注意して下さい。さもないとLaTeXエラーが発生します。
4722 \end_layout
4723
4724 \begin_layout Standard
4725 \begin_inset VSpace bigskip
4726 \end_inset
4727
4728 さらに、
4729 \series bold
4730
4731 \backslash
4732 dotfill
4733 \series default
4734
4735 \begin_inset Index idx
4736 status collapsed
4737
4738 \begin_layout Plain Layout
4739 こまんど@コマンド ! D ! 
4740 \backslash
4741 dotfill
4742 \end_layout
4743
4744 \end_inset
4745
4746 コマンドを使えば、行の残りを点々で埋めることもできます。このコマンドの働きは、
4747 \series bold
4748
4749 \backslash
4750 hfill
4751 \series default
4752 と同様のものです。第
4753 \begin_inset CommandInset ref
4754 LatexCommand ref
4755 reference "sub:可変長の空白"
4756
4757 \end_inset
4758
4759 節をご参照下さい。
4760 \end_layout
4761
4762 \begin_layout Standard
4763 たとえば、
4764 \series bold
4765 A
4766 \backslash
4767 dotfill
4768 \begin_inset space \textvisiblespace{}
4769 \end_inset
4770
4771 B
4772 \series default
4773 コマンドは、
4774 \end_layout
4775
4776 \begin_layout Standard
4777 \begin_inset Formula $A\dotfill B$
4778 \end_inset
4779
4780
4781 \end_layout
4782
4783 \begin_layout Standard
4784 のようになります。点々を使う
4785 \series bold
4786
4787 \backslash
4788 dotfill
4789 \series default
4790 の直線版として、
4791 \series bold
4792
4793 \backslash
4794 hrulefill
4795 \series default
4796
4797 \begin_inset Index idx
4798 status collapsed
4799
4800 \begin_layout Plain Layout
4801 こまんど@コマンド ! H ! 
4802 \backslash
4803 hrulefill
4804 \end_layout
4805
4806 \end_inset
4807
4808
4809 \end_layout
4810
4811 \begin_layout Standard
4812 \begin_inset Formula $A\hrulefill B$
4813 \end_inset
4814
4815
4816 \end_layout
4817
4818 \begin_layout Standard
4819 があります。これらのコマンドを本文で使用するには、これらのコマンドはTeXモードで挿入される必要があります。
4820 \end_layout
4821
4822 \begin_layout Section
4823 行列
4824 \begin_inset CommandInset label
4825 LatexCommand label
4826 name "sec:行列"
4827
4828 \end_inset
4829
4830
4831 \begin_inset Index idx
4832 status collapsed
4833
4834 \begin_layout Plain Layout
4835 ぎょうれつ@行列
4836 \end_layout
4837
4838 \end_inset
4839
4840
4841 \end_layout
4842
4843 \begin_layout Standard
4844 行列は、数式ツールバーボタンの
4845 \begin_inset Graphics
4846         filename ../../images/dialog-show_mathmatrix.png
4847         scale 85
4848
4849 \end_inset
4850
4851
4852 \family sans
4853 挿入\SpecialChar \menuseparator
4854 数式\SpecialChar \menuseparator
4855 行列
4856 \family default
4857 メニューで挿入することができます。すると、行列の行数・列数・配置方法・装飾を尋ねられます。ここで垂直配置は、行内数式内の行列でのみ意味を持ちます。
4858 \end_layout
4859
4860 \begin_layout Standard
4861 最初の行列は「上」配置
4862 \begin_inset Formula $\begin{array}[t]{cccc}
4863 A & D & G & J\\
4864 B & E & H & K\\
4865 C & F & I & L
4866 \end{array}$
4867 \end_inset
4868
4869 で、二番目は「中央」配置
4870 \begin_inset Formula $\begin{array}{cccc}
4871 A & D & G & J\\
4872 B & E & H & K\\
4873 C & F & I & L
4874 \end{array}$
4875 \end_inset
4876
4877 、三番目は「下」配置
4878 \begin_inset Formula $\begin{array}[b]{cccc}
4879 A & D & G & J\\
4880 B & E & H & K\\
4881 C & F & I & L
4882 \end{array}$
4883 \end_inset
4884
4885 です。
4886 \end_layout
4887
4888 \begin_layout Standard
4889 水平配置は、各列がどのように配置されるべきかを指定します。これは、各列に対応した文字を一つずつ入力することによって設定します。
4890 \emph on
4891 l
4892 \emph default
4893 は左寄せ、
4894 \emph on
4895 c
4896 \emph default
4897 は中央揃え、
4898 \emph on
4899 r
4900 \emph default
4901 は右寄せを意味します。たとえば、第1列が左寄せで第2列と第3列が中央揃え、第4列が右揃えの
4902 \begin_inset Formula $4\times4$
4903 \end_inset
4904
4905 行列を作成するには、水平配置のところに
4906 \series bold
4907 lccr
4908 \series default
4909 と入力します。通常、行列では各列は中央揃えですから、各列の既定値は
4910 \series bold
4911 c
4912 \series default
4913 です。
4914 \end_layout
4915
4916 \begin_layout Standard
4917 水平行列の例です。
4918 \end_layout
4919
4920 \begin_layout Standard
4921
4922 \series bold
4923 lll
4924 \series default
4925  : 
4926 \begin_inset Formula $\begin{array}{lll}
4927 10000 & D & G\\
4928 B & 10000 & H\\
4929 C & F & 10000
4930 \end{array}$
4931 \end_inset
4932
4933  , 
4934 \series bold
4935 ccc
4936 \series default
4937  : 
4938 \begin_inset Formula $\begin{array}{ccc}
4939 10000 & D & G\\
4940 B & 10000 & H\\
4941 C & F & 10000
4942 \end{array}$
4943 \end_inset
4944
4945  , 
4946 \series bold
4947 rrr
4948 \series default
4949  : 
4950 \begin_inset Formula $\begin{array}{rrr}
4951 10000 & D & G\\
4952 B & 10000 & H\\
4953 C & F & 10000
4954 \end{array}$
4955 \end_inset
4956
4957
4958 \end_layout
4959
4960 \begin_layout Standard
4961 つづいて行や列を追加したり削除したりするには、数式ツールバーボタンの
4962 \begin_inset Graphics
4963         filename ../../images/tabular-feature_append-row.png
4964         scale 85
4965
4966 \end_inset
4967
4968
4969 \begin_inset Graphics
4970         filename ../../images/tabular-feature_delete-row.png
4971         scale 85
4972
4973 \end_inset
4974
4975 などや
4976 \family sans
4977 編集\SpecialChar \menuseparator
4978 行と列
4979 \family default
4980 メニューを使用することができます。また、行は
4981 \begin_inset Info
4982 type  "shortcut"
4983 arg   "newline-insert newline"
4984 \end_inset
4985
4986 で作成することもできます。
4987 \end_layout
4988
4989 \begin_layout Standard
4990 \begin_inset VSpace bigskip
4991 \end_inset
4992
4993
4994 \end_layout
4995
4996 \begin_layout Standard
4997
4998 \family sans
4999 装飾
5000 \family default
5001 は、行列の前後に選択した様式の括弧を加えます。他にも括弧は、
5002 \series bold
5003
5004 \backslash
5005 left
5006 \series default
5007
5008 \begin_inset Index idx
5009 status collapsed
5010
5011 \begin_layout Plain Layout
5012 こまんど@コマンド ! L ! 
5013 \backslash
5014 left
5015 \end_layout
5016
5017 \end_inset
5018
5019 コマンドや
5020 \series bold
5021
5022 \backslash
5023 right
5024 \series default
5025
5026 \begin_inset Index idx
5027 status collapsed
5028
5029 \begin_layout Plain Layout
5030 こまんど@コマンド ! R ! 
5031 \backslash
5032 right
5033 \end_layout
5034
5035 \end_inset
5036
5037 コマンドで作成することもできます(
5038 \begin_inset Flex Ruby
5039 status collapsed
5040
5041 \begin_layout Plain Layout
5042 捷径
5043 \begin_inset Argument post:1
5044 status collapsed
5045
5046 \begin_layout Plain Layout
5047 ショートカット
5048 \end_layout
5049
5050 \end_inset
5051
5052
5053 \end_layout
5054
5055 \end_inset
5056
5057
5058 \family sans
5059 Alt+M
5060 \begin_inset space ~
5061 \end_inset
5062
5063 括弧
5064 \family default
5065 )。第
5066 \begin_inset CommandInset ref
5067 LatexCommand ref
5068 reference "sub:自動の括弧丈"
5069
5070 \end_inset
5071
5072 節を参照してください。あるいは、以下のコマンドを使うこともできます。
5073 \begin_inset VSpace medskip
5074 \end_inset
5075
5076
5077 \end_layout
5078
5079 \begin_layout Standard
5080 \begin_inset space \hfill{}
5081 \end_inset
5082
5083
5084 \begin_inset Tabular
5085 <lyxtabular version="3" rows="4" columns="2">
5086 <features rotate="0" tabularvalignment="middle">
5087 <column alignment="center" valignment="top">
5088 <column alignment="center" valignment="top">
5089 <row>
5090 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5091 \begin_inset Text
5092
5093 \begin_layout Plain Layout
5094 コマンド
5095 \end_layout
5096
5097 \end_inset
5098 </cell>
5099 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5100 \begin_inset Text
5101
5102 \begin_layout Plain Layout
5103 出力
5104 \begin_inset Note Note
5105 status collapsed
5106
5107 \begin_layout Plain Layout
5108 ここで
5109 \series bold
5110
5111 \backslash
5112 raisebox
5113 \series default
5114 はスペーサーとして使用しているだけです。
5115 \end_layout
5116
5117 \end_inset
5118
5119
5120 \end_layout
5121
5122 \end_inset
5123 </cell>
5124 </row>
5125 <row>
5126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5127 \begin_inset Text
5128
5129 \begin_layout Plain Layout
5130
5131 \backslash
5132 bmatrix
5133 \begin_inset space \textvisiblespace{}
5134 \end_inset
5135
5136
5137 \begin_inset Formula $2\times2$
5138 \end_inset
5139
5140 行列
5141 \end_layout
5142
5143 \end_inset
5144 </cell>
5145 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5146 \begin_inset Text
5147
5148 \begin_layout Plain Layout
5149 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5150 0 & \textrm{-}\mathrm{i}\\
5151 \mathrm{i} & 0
5152 \end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5153 \end_inset
5154
5155
5156 \end_layout
5157
5158 \end_inset
5159 </cell>
5160 </row>
5161 <row>
5162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5163 \begin_inset Text
5164
5165 \begin_layout Plain Layout
5166
5167 \backslash
5168 Bmatrix
5169 \begin_inset space \textvisiblespace{}
5170 \end_inset
5171
5172
5173 \begin_inset Formula $2\times2$
5174 \end_inset
5175
5176 行列
5177 \end_layout
5178
5179 \end_inset
5180 </cell>
5181 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5182 \begin_inset Text
5183
5184 \begin_layout Plain Layout
5185 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5186 0 & \textrm{-}\mathrm{i}\\
5187 \mathrm{i} & 0
5188 \end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5189 \end_inset
5190
5191
5192 \end_layout
5193
5194 \end_inset
5195 </cell>
5196 </row>
5197 <row>
5198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5199 \begin_inset Text
5200
5201 \begin_layout Plain Layout
5202
5203 \backslash
5204 pmatrix
5205 \begin_inset space \textvisiblespace{}
5206 \end_inset
5207
5208
5209 \begin_inset Formula $2\times2$
5210 \end_inset
5211
5212 行列
5213 \end_layout
5214
5215 \end_inset
5216 </cell>
5217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5218 \begin_inset Text
5219
5220 \begin_layout Plain Layout
5221 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5222 0 & \textrm{-}\mathrm{i}\\
5223 \mathrm{i} & 0
5224 \end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5225 \end_inset
5226
5227
5228 \end_layout
5229
5230 \end_inset
5231 </cell>
5232 </row>
5233 </lyxtabular>
5234
5235 \end_inset
5236
5237
5238 \begin_inset space \hfill{}
5239 \end_inset
5240
5241
5242 \begin_inset Tabular
5243 <lyxtabular version="3" rows="4" columns="2">
5244 <features rotate="0" tabularvalignment="middle">
5245 <column alignment="center" valignment="top">
5246 <column alignment="center" valignment="top">
5247 <row>
5248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5249 \begin_inset Text
5250
5251 \begin_layout Plain Layout
5252 コマンド
5253 \end_layout
5254
5255 \end_inset
5256 </cell>
5257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5258 \begin_inset Text
5259
5260 \begin_layout Plain Layout
5261 出力
5262 \end_layout
5263
5264 \end_inset
5265 </cell>
5266 </row>
5267 <row>
5268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5269 \begin_inset Text
5270
5271 \begin_layout Plain Layout
5272
5273 \backslash
5274 vmatrix
5275 \begin_inset space \textvisiblespace{}
5276 \end_inset
5277
5278
5279 \begin_inset Formula $2\times2$
5280 \end_inset
5281
5282 行列
5283 \end_layout
5284
5285 \end_inset
5286 </cell>
5287 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5288 \begin_inset Text
5289
5290 \begin_layout Plain Layout
5291 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5292 0 & \textrm{-}\mathrm{i}\\
5293 \mathrm{i} & 0
5294 \end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5295 \end_inset
5296
5297
5298 \end_layout
5299
5300 \end_inset
5301 </cell>
5302 </row>
5303 <row>
5304 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5305 \begin_inset Text
5306
5307 \begin_layout Plain Layout
5308
5309 \backslash
5310 Vmatrix
5311 \begin_inset space \textvisiblespace{}
5312 \end_inset
5313
5314
5315 \begin_inset Formula $2\times2$
5316 \end_inset
5317
5318 行列
5319 \end_layout
5320
5321 \end_inset
5322 </cell>
5323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5324 \begin_inset Text
5325
5326 \begin_layout Plain Layout
5327 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5328 0 & \textrm{-}\mathrm{i}\\
5329 \mathrm{i} & 0
5330 \end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5331 \end_inset
5332
5333
5334 \end_layout
5335
5336 \end_inset
5337 </cell>
5338 </row>
5339 <row>
5340 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5341 \begin_inset Text
5342
5343 \begin_layout Plain Layout
5344
5345 \backslash
5346 matrix
5347 \begin_inset space \textvisiblespace{}
5348 \end_inset
5349
5350
5351 \begin_inset Formula $2\times2$
5352 \end_inset
5353
5354 行列
5355 \end_layout
5356
5357 \end_inset
5358 </cell>
5359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5360 \begin_inset Text
5361
5362 \begin_layout Plain Layout
5363 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5364 0 & \textrm{-}\mathrm{i}\\
5365 \mathrm{i} & 0
5366 \end{array}\end{matrix}\raisebox{-5.3mm}{}$
5367 \end_inset
5368
5369
5370 \end_layout
5371
5372 \end_inset
5373 </cell>
5374 </row>
5375 </lyxtabular>
5376
5377 \end_inset
5378
5379
5380 \begin_inset space \hfill{}
5381 \end_inset
5382
5383
5384 \end_layout
5385
5386 \begin_layout Standard
5387 \begin_inset VSpace medskip
5388 \end_inset
5389
5390 たとえば
5391 \series bold
5392
5393 \backslash
5394 vmatrix
5395 \series default
5396 などを挿入すると、青枠が二つの垂直線のあいだに現れるので、そこに行列を挿入することができます。
5397 \end_layout
5398
5399 \begin_layout Standard
5400 \begin_inset VSpace bigskip
5401 \end_inset
5402
5403 じつは多行数式はすべて行列なので、行列の各列の間隔を変更するには、第
5404 \begin_inset CommandInset ref
5405 LatexCommand ref
5406 reference "sub:列間"
5407
5408 \end_inset
5409
5410 節に説明されている距離
5411 \series bold
5412
5413 \backslash
5414 arraycolsep
5415 \series default
5416
5417 \begin_inset Index idx
5418 status collapsed
5419
5420 \begin_layout Plain Layout
5421 こまんど@コマンド ! A ! 
5422 \backslash
5423 arraycolsep
5424 \end_layout
5425
5426 \end_inset
5427
5428 をここでも使用することができます。
5429 \end_layout
5430
5431 \begin_layout Standard
5432 行間隔を変更するには、
5433 \series bold
5434
5435 \backslash
5436 arraystretch
5437 \series default
5438
5439 \begin_inset Index idx
5440 status collapsed
5441
5442 \begin_layout Plain Layout
5443 こまんど@コマンド ! A ! 
5444 \backslash
5445 arraystretch
5446 \end_layout
5447
5448 \end_inset
5449
5450 コマンドを使用します。以下のようにして使用します。
5451 \end_layout
5452
5453 \begin_layout Standard
5454
5455 \series bold
5456
5457 \backslash
5458 renewcommand{
5459 \backslash
5460 arraystretch}{伸長因子}
5461 \begin_inset Index idx
5462 status collapsed
5463
5464 \begin_layout Plain Layout
5465 こまんど@コマンド ! R ! 
5466 \backslash
5467 renewcommand
5468 \end_layout
5469
5470 \end_inset
5471
5472
5473 \end_layout
5474
5475 \begin_layout Standard
5476
5477 \series bold
5478
5479 \backslash
5480 renewcommand
5481 \series default
5482 コマンドは、伸長因子を定義済みの
5483 \series bold
5484
5485 \backslash
5486 arraystretch
5487 \series default
5488 コマンドに割り当てます。たとえば行間隔を2倍にするには、因子として2を指定して下さい。すると、以降の行列すべてにこれが使用されるようになります。元の間隔に戻すに
5489 は、
5490 \series bold
5491
5492 \backslash
5493 arraystretch
5494 \series default
5495 に因子1を割り当てて下さい。
5496 \end_layout
5497
5498 \begin_layout Standard
5499 本文行中に行列を入れるには、
5500 \series bold
5501
5502 \backslash
5503 smallmatrix
5504 \series default
5505
5506 \begin_inset Index idx
5507 status collapsed
5508
5509 \begin_layout Plain Layout
5510 こまんど@コマンド ! S ! 
5511 \backslash
5512 smallmatrix
5513 \end_layout
5514
5515 \end_inset
5516
5517 コマンドを使います。これを挿入すると、二つの点線に囲まれた青枠が現れます。この枠のなかに行列を入れることができます。
5518 \end_layout
5519
5520 \begin_layout Standard
5521 これは、本文行中の行列
5522 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5523 C & D
5524 \end{smallmatrix}\right)$
5525 \end_inset
5526
5527 です。
5528 \end_layout
5529
5530 \begin_layout Section
5531 括弧と区分記号
5532 \begin_inset Index idx
5533 status collapsed
5534
5535 \begin_layout Plain Layout
5536 かっこ@括弧
5537 \end_layout
5538
5539 \end_inset
5540
5541
5542 \begin_inset Index idx
5543 status collapsed
5544
5545 \begin_layout Plain Layout
5546 くぶんきごう@区分記号
5547 \end_layout
5548
5549 \end_inset
5550
5551
5552 \end_layout
5553
5554 \begin_layout Subsection
5555 垂直括弧と区分記号
5556 \begin_inset Index idx
5557 status collapsed
5558
5559 \begin_layout Plain Layout
5560 かっこ@括弧 ! すいちょく@垂直
5561 \end_layout
5562
5563 \end_inset
5564
5565
5566 \end_layout
5567
5568 \begin_layout Standard
5569 \begin_inset space \hfill{}
5570 \end_inset
5571
5572
5573 \begin_inset Tabular
5574 <lyxtabular version="3" rows="9" columns="2">
5575 <features rotate="0" tabularvalignment="middle">
5576 <column alignment="center" valignment="top" width="0pt">
5577 <column alignment="center" valignment="top" width="0pt">
5578 <row>
5579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5580 \begin_inset Text
5581
5582 \begin_layout Plain Layout
5583 コマンド
5584 \end_layout
5585
5586 \end_inset
5587 </cell>
5588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5589 \begin_inset Text
5590
5591 \begin_layout Plain Layout
5592 出力
5593 \end_layout
5594
5595 \end_inset
5596 </cell>
5597 </row>
5598 <row>
5599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5600 \begin_inset Text
5601
5602 \begin_layout Plain Layout
5603 (
5604 \end_layout
5605
5606 \end_inset
5607 </cell>
5608 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5609 \begin_inset Text
5610
5611 \begin_layout Plain Layout
5612 \begin_inset Formula $($
5613 \end_inset
5614
5615
5616 \end_layout
5617
5618 \end_inset
5619 </cell>
5620 </row>
5621 <row>
5622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5623 \begin_inset Text
5624
5625 \begin_layout Plain Layout
5626 {
5627 \end_layout
5628
5629 \end_inset
5630 </cell>
5631 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5632 \begin_inset Text
5633
5634 \begin_layout Plain Layout
5635 \begin_inset Formula $\{$
5636 \end_inset
5637
5638
5639 \end_layout
5640
5641 \end_inset
5642 </cell>
5643 </row>
5644 <row>
5645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5646 \begin_inset Text
5647
5648 \begin_layout Plain Layout
5649 [
5650 \end_layout
5651
5652 \end_inset
5653 </cell>
5654 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5655 \begin_inset Text
5656
5657 \begin_layout Plain Layout
5658 \begin_inset Formula $[$
5659 \end_inset
5660
5661
5662 \end_layout
5663
5664 \end_inset
5665 </cell>
5666 </row>
5667 <row>
5668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5669 \begin_inset Text
5670
5671 \begin_layout Plain Layout
5672
5673 \backslash
5674 langle
5675 \end_layout
5676
5677 \end_inset
5678 </cell>
5679 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5680 \begin_inset Text
5681
5682 \begin_layout Plain Layout
5683 \begin_inset Formula $\langle$
5684 \end_inset
5685
5686
5687 \end_layout
5688
5689 \end_inset
5690 </cell>
5691 </row>
5692 <row>
5693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5694 \begin_inset Text
5695
5696 \begin_layout Plain Layout
5697
5698 \backslash
5699 lceil
5700 \end_layout
5701
5702 \end_inset
5703 </cell>
5704 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5705 \begin_inset Text
5706
5707 \begin_layout Plain Layout
5708 \begin_inset Formula $\lceil$
5709 \end_inset
5710
5711
5712 \end_layout
5713
5714 \end_inset
5715 </cell>
5716 </row>
5717 <row>
5718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5719 \begin_inset Text
5720
5721 \begin_layout Plain Layout
5722
5723 \backslash
5724 lfloor
5725 \end_layout
5726
5727 \end_inset
5728 </cell>
5729 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5730 \begin_inset Text
5731
5732 \begin_layout Plain Layout
5733 \begin_inset Formula $\lfloor$
5734 \end_inset
5735
5736
5737 \end_layout
5738
5739 \end_inset
5740 </cell>
5741 </row>
5742 <row>
5743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5744 \begin_inset Text
5745
5746 \begin_layout Plain Layout
5747 /
5748 \end_layout
5749
5750 \end_inset
5751 </cell>
5752 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5753 \begin_inset Text
5754
5755 \begin_layout Plain Layout
5756 \begin_inset Formula $/$
5757 \end_inset
5758
5759
5760 \end_layout
5761
5762 \end_inset
5763 </cell>
5764 </row>
5765 <row>
5766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5767 \begin_inset Text
5768
5769 \begin_layout Plain Layout
5770 \begin_inset Formula $|$
5771 \end_inset
5772
5773
5774 \end_layout
5775
5776 \end_inset
5777 </cell>
5778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5779 \begin_inset Text
5780
5781 \begin_layout Plain Layout
5782 \begin_inset Formula $|$
5783 \end_inset
5784
5785
5786 \end_layout
5787
5788 \end_inset
5789 </cell>
5790 </row>
5791 </lyxtabular>
5792
5793 \end_inset
5794
5795
5796 \begin_inset space \hfill{}
5797 \end_inset
5798
5799
5800 \begin_inset Tabular
5801 <lyxtabular version="3" rows="9" columns="2">
5802 <features rotate="0" tabularvalignment="middle">
5803 <column alignment="center" valignment="top" width="0pt">
5804 <column alignment="center" valignment="top" width="0pt">
5805 <row>
5806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5807 \begin_inset Text
5808
5809 \begin_layout Plain Layout
5810 コマンド
5811 \end_layout
5812
5813 \end_inset
5814 </cell>
5815 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5816 \begin_inset Text
5817
5818 \begin_layout Plain Layout
5819 出力
5820 \end_layout
5821
5822 \end_inset
5823 </cell>
5824 </row>
5825 <row>
5826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5827 \begin_inset Text
5828
5829 \begin_layout Plain Layout
5830 )
5831 \end_layout
5832
5833 \end_inset
5834 </cell>
5835 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5836 \begin_inset Text
5837
5838 \begin_layout Plain Layout
5839 \begin_inset Formula $)$
5840 \end_inset
5841
5842
5843 \end_layout
5844
5845 \end_inset
5846 </cell>
5847 </row>
5848 <row>
5849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5850 \begin_inset Text
5851
5852 \begin_layout Plain Layout
5853 }
5854 \end_layout
5855
5856 \end_inset
5857 </cell>
5858 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5859 \begin_inset Text
5860
5861 \begin_layout Plain Layout
5862 \begin_inset Formula $\}$
5863 \end_inset
5864
5865
5866 \end_layout
5867
5868 \end_inset
5869 </cell>
5870 </row>
5871 <row>
5872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5873 \begin_inset Text
5874
5875 \begin_layout Plain Layout
5876 ]
5877 \end_layout
5878
5879 \end_inset
5880 </cell>
5881 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5882 \begin_inset Text
5883
5884 \begin_layout Plain Layout
5885 \begin_inset Formula $]$
5886 \end_inset
5887
5888
5889 \end_layout
5890
5891 \end_inset
5892 </cell>
5893 </row>
5894 <row>
5895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5896 \begin_inset Text
5897
5898 \begin_layout Plain Layout
5899
5900 \backslash
5901 rangle
5902 \end_layout
5903
5904 \end_inset
5905 </cell>
5906 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5907 \begin_inset Text
5908
5909 \begin_layout Plain Layout
5910 \begin_inset Formula $\rangle$
5911 \end_inset
5912
5913
5914 \end_layout
5915
5916 \end_inset
5917 </cell>
5918 </row>
5919 <row>
5920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5921 \begin_inset Text
5922
5923 \begin_layout Plain Layout
5924
5925 \backslash
5926 rceil
5927 \end_layout
5928
5929 \end_inset
5930 </cell>
5931 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5932 \begin_inset Text
5933
5934 \begin_layout Plain Layout
5935 \begin_inset Formula $\rceil$
5936 \end_inset
5937
5938
5939 \end_layout
5940
5941 \end_inset
5942 </cell>
5943 </row>
5944 <row>
5945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5946 \begin_inset Text
5947
5948 \begin_layout Plain Layout
5949
5950 \backslash
5951 rfloor
5952 \end_layout
5953
5954 \end_inset
5955 </cell>
5956 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5957 \begin_inset Text
5958
5959 \begin_layout Plain Layout
5960 \begin_inset Formula $\rfloor$
5961 \end_inset
5962
5963
5964 \end_layout
5965
5966 \end_inset
5967 </cell>
5968 </row>
5969 <row>
5970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5971 \begin_inset Text
5972
5973 \begin_layout Plain Layout
5974
5975 \backslash
5976
5977 \backslash
5978
5979 \end_layout
5980
5981 \end_inset
5982 </cell>
5983 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5984 \begin_inset Text
5985
5986 \begin_layout Plain Layout
5987 \begin_inset Formula $\backslash$
5988 \end_inset
5989
5990
5991 \end_layout
5992
5993 \end_inset
5994 </cell>
5995 </row>
5996 <row>
5997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5998 \begin_inset Text
5999
6000 \begin_layout Plain Layout
6001
6002 \backslash
6003
6004 \begin_inset Formula $|$
6005 \end_inset
6006
6007
6008 \end_layout
6009
6010 \end_inset
6011 </cell>
6012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6013 \begin_inset Text
6014
6015 \begin_layout Plain Layout
6016 \begin_inset Formula $\|$
6017 \end_inset
6018
6019
6020 \end_layout
6021
6022 \end_inset
6023 </cell>
6024 </row>
6025 </lyxtabular>
6026
6027 \end_inset
6028
6029
6030 \begin_inset space \hfill{}
6031 \end_inset
6032
6033
6034 \end_layout
6035
6036 \begin_layout Standard
6037 \begin_inset Note Greyedout
6038 status open
6039
6040 \begin_layout Plain Layout
6041
6042 \series bold
6043 【註】
6044 \series default
6045 TeXモードでは、
6046 \backslash
6047
6048 \backslash
6049 コマンドはその場所に改行を入れてしまうので、バックスラッシュを入力するには
6050 \series bold
6051
6052 \backslash
6053 textbackslash
6054 \series default
6055
6056 \begin_inset Index idx
6057 status collapsed
6058
6059 \begin_layout Plain Layout
6060 こまんど@コマンド! T ! 
6061 \backslash
6062 textbackslash
6063 \end_layout
6064
6065 \end_inset
6066
6067 を使わなくてはなりません。
6068 \end_layout
6069
6070 \end_inset
6071
6072
6073 \end_layout
6074
6075 \begin_layout Standard
6076 上に列挙した文字すべてについて、以下の二小節で説明されているコマンドを使って、大きさを調整することができます。これらのコマンドを使用するにあたっては、
6077 \series bold
6078
6079 \backslash
6080 langle
6081 \series default
6082
6083 \series bold
6084
6085 \backslash
6086 rangle
6087 \series default
6088 コマンドを使用せずに
6089 \begin_inset Formula $<$
6090 \end_inset
6091
6092
6093 \begin_inset Formula $>$
6094 \end_inset
6095
6096 の文字を直接使用することができます。
6097 \end_layout
6098
6099 \begin_layout Subsubsection
6100 手動の括弧丈
6101 \begin_inset CommandInset label
6102 LatexCommand label
6103 name "sub:手動の括弧丈"
6104
6105 \end_inset
6106
6107
6108 \begin_inset Index idx
6109 status collapsed
6110
6111 \begin_layout Plain Layout
6112 かっこたけ@括弧丈 ! しゅどう@手動
6113 \end_layout
6114
6115 \end_inset
6116
6117
6118 \end_layout
6119
6120 \begin_layout Standard
6121 括弧の丈は、LaTeXコマンドの
6122 \series bold
6123
6124 \backslash
6125 big
6126 \series default
6127
6128 \begin_inset Index idx
6129 status collapsed
6130
6131 \begin_layout Plain Layout
6132 こまんど@コマンド ! B ! 
6133 \backslash
6134 big
6135 \end_layout
6136
6137 \end_inset
6138
6139
6140 \series bold
6141
6142 \backslash
6143 Big
6144 \series default
6145
6146 \series bold
6147
6148 \backslash
6149 bigg
6150 \series default
6151 および
6152 \series bold
6153
6154 \backslash
6155 Bigg
6156 \series default
6157 を使って、手動で指定することができます。
6158 \series bold
6159
6160 \backslash
6161 big
6162 \series default
6163 が最小の大きさであり、
6164 \series bold
6165
6166 \backslash
6167 Bigg
6168 \series default
6169 が最大の括弧丈になります。
6170 \end_layout
6171
6172 \begin_layout Standard
6173 これらのコマンドは、括弧の階層を強調するのに使われます。
6174 \end_layout
6175
6176 \begin_layout Standard
6177 \align center
6178 \begin_inset Tabular
6179 <lyxtabular version="3" rows="2" columns="2">
6180 <features rotate="0" tabularvalignment="middle">
6181 <column alignment="center" valignment="top" width="0pt">
6182 <column alignment="center" valignment="top" width="0pt">
6183 <row>
6184 <cell alignment="center" valignment="top" usebox="none">
6185 \begin_inset Text
6186
6187 \begin_layout Plain Layout
6188 すべての括弧が同じ大きさ:
6189 \end_layout
6190
6191 \end_inset
6192 </cell>
6193 <cell alignment="center" valignment="top" usebox="none">
6194 \begin_inset Text
6195
6196 \begin_layout Plain Layout
6197 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox{-4mm}{}$
6198 \end_inset
6199
6200
6201 \end_layout
6202
6203 \end_inset
6204 </cell>
6205 </row>
6206 <row>
6207 <cell alignment="center" valignment="top" usebox="none">
6208 \begin_inset Text
6209
6210 \begin_layout Plain Layout
6211 こちらの方が良い:
6212 \end_layout
6213
6214 \end_inset
6215 </cell>
6216 <cell alignment="center" valignment="top" usebox="none">
6217 \begin_inset Text
6218
6219 \begin_layout Plain Layout
6220 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6221 \end_inset
6222
6223
6224 \end_layout
6225
6226 \end_inset
6227 </cell>
6228 </row>
6229 </lyxtabular>
6230
6231 \end_inset
6232
6233
6234 \begin_inset Note Note
6235 status collapsed
6236
6237 \begin_layout Plain Layout
6238 ここで
6239 \series bold
6240
6241 \backslash
6242 raisebox
6243 \series default
6244 はスペーサーとして使用しているだけです。
6245 \end_layout
6246
6247 \end_inset
6248
6249
6250 \end_layout
6251
6252 \begin_layout Standard
6253 二つ目の数式では、
6254 \series bold
6255
6256 \backslash
6257 Big((A+B)(A-B)
6258 \backslash
6259 Big)^
6260 \begin_inset space \textvisiblespace{}
6261 \end_inset
6262
6263 C
6264 \series default
6265 というコマンドが使われています。
6266 \end_layout
6267
6268 \begin_layout Standard
6269 以下は、すべての括弧丈の羅列です。
6270 \end_layout
6271
6272 \begin_layout Standard
6273 \align center
6274
6275 \backslash
6276 Bigg(
6277 \backslash
6278 exp
6279 \backslash
6280 bigg
6281 \begin_inset Formula $<$
6282 \end_inset
6283
6284
6285 \backslash
6286 Big[
6287 \backslash
6288 big{
6289 \backslash
6290 ln(3x)
6291 \backslash
6292 big}^2
6293 \begin_inset space \textvisiblespace{}
6294 \end_inset
6295
6296
6297 \backslash
6298 sin(x)
6299 \backslash
6300 Big]^
6301 \begin_inset space \textvisiblespace{}
6302 \end_inset
6303
6304 A
6305 \begin_inset space \textvisiblespace{}
6306 \end_inset
6307
6308
6309 \backslash
6310 bigg
6311 \begin_inset Formula $>$
6312 \end_inset
6313
6314
6315 \backslash
6316 Bigg)^0,5
6317 \end_layout
6318
6319 \begin_layout Standard
6320 \align center
6321 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6322 \end_inset
6323
6324
6325 \end_layout
6326
6327 \begin_layout Standard
6328
6329 \series bold
6330
6331 \backslash
6332 big
6333 \series default
6334 型コマンドの他に、括弧と中身のあいだにもう少し空白を加える
6335 \series bold
6336
6337 \backslash
6338 bigm
6339 \series default
6340
6341 \begin_inset Index idx
6342 status collapsed
6343
6344 \begin_layout Plain Layout
6345 こまんど@コマンド ! B ! 
6346 \backslash
6347 bigm
6348 \end_layout
6349
6350 \end_inset
6351
6352 という派生型と、空白を追加しない
6353 \series bold
6354
6355 \backslash
6356 bigl
6357 \series default
6358 -
6359 \series bold
6360
6361 \backslash
6362 bigr
6363 \series default
6364
6365 \begin_inset Index idx
6366 status collapsed
6367
6368 \begin_layout Plain Layout
6369 こまんど@コマンド ! B ! 
6370 \backslash
6371 bigl - 
6372 \backslash
6373 bigr
6374 \end_layout
6375
6376 \end_inset
6377
6378 派生型があります。
6379 \series bold
6380
6381 \backslash
6382 bigl
6383 \series default
6384 コマンドの最後の
6385 \emph on
6386 l
6387 \emph default
6388 は、左括弧であることを示し、右括弧の場合には、
6389 \emph on
6390 l
6391 \emph default
6392 の代わりに
6393 \emph on
6394 r
6395 \emph default
6396 を用います。左括弧と右括弧は、それぞれ括弧の開始と終了に用いられます。
6397 \end_layout
6398
6399 \begin_layout Standard
6400 以下の表は、これらの派生型の比較です。
6401 \end_layout
6402
6403 \begin_layout Standard
6404 \align center
6405 \begin_inset Tabular
6406 <lyxtabular version="3" rows="5" columns="2">
6407 <features rotate="0" tabularvalignment="middle">
6408 <column alignment="center" valignment="middle">
6409 <column alignment="center" valignment="middle">
6410 <row>
6411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6412 \begin_inset Text
6413
6414 \begin_layout Plain Layout
6415 コマンド
6416 \end_layout
6417
6418 \end_inset
6419 </cell>
6420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6421 \begin_inset Text
6422
6423 \begin_layout Plain Layout
6424 出力
6425 \begin_inset Note Note
6426 status collapsed
6427
6428 \begin_layout Plain Layout
6429 ここで
6430 \series bold
6431
6432 \backslash
6433 raisebox
6434 \series default
6435 はスペーサーとして使用しているだけです。
6436 \end_layout
6437
6438 \end_inset
6439
6440
6441 \end_layout
6442
6443 \end_inset
6444 </cell>
6445 </row>
6446 <row>
6447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6448 \begin_inset Text
6449
6450 \begin_layout Plain Layout
6451
6452 \backslash
6453 Bigm(
6454 \backslash
6455 bigm(
6456 \backslash
6457 ln(3x)
6458 \backslash
6459 bigm)^2
6460 \series bold
6461
6462 \begin_inset space \textvisiblespace{}
6463 \end_inset
6464
6465
6466 \series default
6467
6468 \backslash
6469 Bigm)
6470 \end_layout
6471
6472 \end_inset
6473 </cell>
6474 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6475 \begin_inset Text
6476
6477 \begin_layout Plain Layout
6478 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6479 \end_inset
6480
6481
6482 \end_layout
6483
6484 \end_inset
6485 </cell>
6486 </row>
6487 <row>
6488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6489 \begin_inset Text
6490
6491 \begin_layout Plain Layout
6492
6493 \backslash
6494 Big(
6495 \backslash
6496 big(
6497 \backslash
6498 ln(3x)
6499 \backslash
6500 big)^2
6501 \series bold
6502
6503 \begin_inset space \textvisiblespace{}
6504 \end_inset
6505
6506
6507 \series default
6508
6509 \backslash
6510 Big)
6511 \end_layout
6512
6513 \end_inset
6514 </cell>
6515 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6516 \begin_inset Text
6517
6518 \begin_layout Plain Layout
6519 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
6520 \end_inset
6521
6522
6523 \end_layout
6524
6525 \end_inset
6526 </cell>
6527 </row>
6528 <row>
6529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6530 \begin_inset Text
6531
6532 \begin_layout Plain Layout
6533
6534 \backslash
6535 Bigl(
6536 \backslash
6537 bigl(
6538 \backslash
6539 ln(3x)
6540 \backslash
6541 bigr)^2
6542 \series bold
6543
6544 \begin_inset space \textvisiblespace{}
6545 \end_inset
6546
6547
6548 \series default
6549
6550 \backslash
6551 Bigr)
6552 \end_layout
6553
6554 \end_inset
6555 </cell>
6556 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6557 \begin_inset Text
6558
6559 \begin_layout Plain Layout
6560 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.25mm}{}$
6561 \end_inset
6562
6563
6564 \end_layout
6565
6566 \end_inset
6567 </cell>
6568 </row>
6569 <row>
6570 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6571 \begin_inset Text
6572
6573 \begin_layout Plain Layout
6574
6575 \backslash
6576 bigl)
6577 \backslash
6578 ln(3x)
6579 \backslash
6580 bigr(
6581 \end_layout
6582
6583 \end_inset
6584 </cell>
6585 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6586 \begin_inset Text
6587
6588 \begin_layout Plain Layout
6589 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
6590 \end_inset
6591
6592
6593 \end_layout
6594
6595 \end_inset
6596 </cell>
6597 </row>
6598 </lyxtabular>
6599
6600 \end_inset
6601
6602
6603 \end_layout
6604
6605 \begin_layout Subsubsection
6606 自動の括弧丈
6607 \begin_inset CommandInset label
6608 LatexCommand label
6609 name "sub:自動の括弧丈"
6610
6611 \end_inset
6612
6613
6614 \begin_inset Index idx
6615 status collapsed
6616
6617 \begin_layout Plain Layout
6618 かっこたけ@括弧丈 ! じどう@自動
6619 \end_layout
6620
6621 \end_inset
6622
6623
6624 \end_layout
6625
6626 \begin_layout Standard
6627 可変の丈を持つ括弧は、
6628 \series bold
6629
6630 \backslash
6631 left
6632 \series default
6633
6634 \begin_inset Index idx
6635 status collapsed
6636
6637 \begin_layout Plain Layout
6638 こまんど@コマンド ! L ! 
6639 \backslash
6640 left
6641 \end_layout
6642
6643 \end_inset
6644
6645 コマンドおよび
6646 \series bold
6647
6648 \backslash
6649 right
6650 \series default
6651
6652 \begin_inset Index idx
6653 status collapsed
6654
6655 \begin_layout Plain Layout
6656 こまんど@コマンド ! R ! 
6657 \backslash
6658 right
6659 \end_layout
6660
6661 \end_inset
6662
6663 コマンド、あるいは数式ツールバーボタンの
6664 \begin_inset Graphics
6665         filename ../../images/dialog-show_mathdelimiter.png
6666         scale 85
6667
6668 \end_inset
6669
6670 で挿入することができます。
6671 \series bold
6672
6673 \backslash
6674 left
6675 \series default
6676 および
6677 \series bold
6678
6679 \backslash
6680 right
6681 \series default
6682 の直後には、必要とする括弧を挿入しなくてはなりません。すると、括弧丈は出力時に自動的に計算されます。
6683 \end_layout
6684
6685 \begin_layout Standard
6686 \align center
6687 通常の括弧:
6688 \series bold
6689
6690 \backslash
6691 ln(
6692 \backslash
6693 frac
6694 \begin_inset space \textvisiblespace{}
6695 \end_inset
6696
6697 A
6698 \begin_inset Formula $\downarrow$
6699 \end_inset
6700
6701 C
6702 \begin_inset space \textvisiblespace{}
6703 \end_inset
6704
6705 )
6706 \series default
6707 というコマンドは
6708 \begin_inset Formula 
6709 \[
6710 \ln(\frac{A}{C})
6711 \]
6712
6713 \end_inset
6714
6715 を生成します。
6716 \end_layout
6717
6718 \begin_layout Standard
6719 \align center
6720 複数行の括弧:
6721 \series bold
6722
6723 \backslash
6724 ln
6725 \backslash
6726 left(
6727 \backslash
6728 frac
6729 \begin_inset space \textvisiblespace{}
6730 \end_inset
6731
6732 A
6733 \begin_inset Formula $\downarrow$
6734 \end_inset
6735
6736 C
6737 \begin_inset space \textvisiblespace{}
6738 \end_inset
6739
6740
6741 \backslash
6742 right)
6743 \series default
6744 というコマンドは
6745 \begin_inset Formula 
6746 \[
6747 \ln\left(\frac{A}{C}\right)
6748 \]
6749
6750 \end_inset
6751
6752 を生成します。
6753 \end_layout
6754
6755 \begin_layout Standard
6756
6757 \series bold
6758
6759 \backslash
6760 left
6761 \series default
6762
6763 \series bold
6764
6765 \backslash
6766 right
6767 \series default
6768 の代わりに、
6769 \begin_inset Flex Ruby
6770 status collapsed
6771
6772 \begin_layout Plain Layout
6773 捷径
6774 \begin_inset Argument post:1
6775 status collapsed
6776
6777 \begin_layout Plain Layout
6778 ショートカット
6779 \end_layout
6780
6781 \end_inset
6782
6783
6784 \end_layout
6785
6786 \end_inset
6787
6788
6789 \family sans
6790 Alt+M
6791 \begin_inset space ~
6792 \end_inset
6793
6794 括弧
6795 \family default
6796 を使うこともできます。これを使うと、LyX中で即座に実際の括弧丈を確認することができるという利点と、対応する右括弧も生成されるという利点があります。
6797 \begin_inset Newline newline
6798 \end_inset
6799
6800 すると、先ほどの例を作るコマンドは
6801 \series bold
6802
6803 \backslash
6804 ln Alt+M
6805 \series default
6806  
6807 \series bold
6808 (
6809 \backslash
6810 frac
6811 \begin_inset space \textvisiblespace{}
6812 \end_inset
6813
6814 A
6815 \begin_inset Formula $\downarrow$
6816 \end_inset
6817
6818 C
6819 \series default
6820 となります。
6821 \end_layout
6822
6823 \begin_layout Standard
6824 左括弧あるいは右括弧を省略するには、ドットを挿入します。たとえば、
6825 \series bold
6826
6827 \backslash
6828 left.
6829 \backslash
6830 frac
6831 \begin_inset space \textvisiblespace{}
6832 \end_inset
6833
6834 A
6835 \begin_inset Formula $\downarrow$
6836 \end_inset
6837
6838 B
6839 \begin_inset space \textvisiblespace{}
6840 \end_inset
6841
6842
6843 \backslash
6844 right}
6845 \series default
6846 というコマンドは
6847 \series bold
6848
6849 \begin_inset Formula 
6850 \[
6851 \left.\frac{A}{B}\right\} 
6852 \]
6853
6854 \end_inset
6855
6856
6857 \series default
6858 を生成します。
6859 \series bold
6860
6861 \backslash
6862 left
6863 \series default
6864 コマンドおよび
6865 \series bold
6866
6867 \backslash
6868 right
6869 \series default
6870 コマンドは、文書が再度読み込まれたときには、LyXによって正しい丈の括弧に変換され、省略された括弧は、点線として表示されます。
6871 \end_layout
6872
6873 \begin_layout Standard
6874 \begin_inset VSpace bigskip
6875 \end_inset
6876
6877 著名なLaTeX頒布版は、すべてLaTeXの拡張であるeTeXを使用しているので、これらの頒布版では、すべての括弧および極限に対して
6878 \series bold
6879
6880 \backslash
6881 middle
6882 \series default
6883
6884 \begin_inset Index idx
6885 status collapsed
6886
6887 \begin_layout Plain Layout
6888 こまんど@コマンド ! M ! 
6889 \backslash
6890 middle
6891 \end_layout
6892
6893 \end_inset
6894
6895 コマンドも使用することができます
6896 \begin_inset Foot
6897 status collapsed
6898
6899 \begin_layout Plain Layout
6900
6901 \series bold
6902 (訳註)
6903 \series default
6904 pLaTeXでは、標準では
6905 \series bold
6906
6907 \backslash
6908 middle
6909 \series default
6910 コマンドは使えません。よって、以下の例では「
6911 \series bold
6912
6913 \backslash
6914 middle
6915 \series default
6916
6917 \begin_inset Formula $|$
6918 \end_inset
6919
6920 」の代わりに「
6921 \series bold
6922
6923 \backslash
6924 biggm
6925 \series default
6926
6927 \begin_inset Formula $|$
6928 \end_inset
6929
6930 」を用いています。
6931 \end_layout
6932
6933 \end_inset
6934
6935 。このコマンドでは、物理ベクトル
6936 \begin_inset Formula 
6937 \[
6938 \left\langle \phi\:\biggm|\: J=\frac{3}{2}\,,\, M_{J}\right\rangle 
6939 \]
6940
6941 \end_inset
6942
6943 で必要とされるように、次に続く文字の高さは、囲まれる括弧の高さに調節されます。物理ベクトルに関しては、第
6944 \begin_inset CommandInset ref
6945 LatexCommand ref
6946 reference "sub:物理ベクトル"
6947
6948 \end_inset
6949
6950 節に説明されているように特殊なLaTeXパッケージがあります。
6951 \end_layout
6952
6953 \begin_layout Subsection
6954 水平括弧
6955 \begin_inset Index idx
6956 status collapsed
6957
6958 \begin_layout Plain Layout
6959 かっこ@括弧 ! すいへい@水平
6960 \end_layout
6961
6962 \end_inset
6963
6964
6965 \end_layout
6966
6967 \begin_layout Standard
6968 \align center
6969 \begin_inset Tabular
6970 <lyxtabular version="3" rows="4" columns="2">
6971 <features rotate="0" tabularvalignment="middle">
6972 <column alignment="center" valignment="top" width="0pt">
6973 <column alignment="center" valignment="top" width="0pt">
6974 <row>
6975 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6976 \begin_inset Text
6977
6978 \begin_layout Plain Layout
6979 コマンド
6980 \begin_inset Note Note
6981 status collapsed
6982
6983 \begin_layout Plain Layout
6984 ここで
6985 \series bold
6986
6987 \backslash
6988 raisebox
6989 \series default
6990 はスペーサーとして使用しているだけです。
6991 \end_layout
6992
6993 \end_inset
6994
6995
6996 \end_layout
6997
6998 \end_inset
6999 </cell>
7000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7001 \begin_inset Text
7002
7003 \begin_layout Plain Layout
7004 出力
7005 \end_layout
7006
7007 \end_inset
7008 </cell>
7009 </row>
7010 <row>
7011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7012 \begin_inset Text
7013
7014 \begin_layout Plain Layout
7015 \begin_inset ERT
7016 status collapsed
7017
7018 \begin_layout Plain Layout
7019
7020
7021 \backslash
7022 raisebox{2.3mm}{
7023 \end_layout
7024
7025 \end_inset
7026
7027
7028 \backslash
7029 overbrace
7030 \begin_inset space \textvisiblespace{}
7031 \end_inset
7032
7033 A+B
7034 \begin_inset space \textvisiblespace{}
7035 \end_inset
7036
7037 ^
7038 \begin_inset space \textvisiblespace{}
7039 \end_inset
7040
7041 3
7042 \begin_inset ERT
7043 status collapsed
7044
7045 \begin_layout Plain Layout
7046
7047 }
7048 \end_layout
7049
7050 \end_inset
7051
7052
7053 \begin_inset Index idx
7054 status collapsed
7055
7056 \begin_layout Plain Layout
7057 こまんど@コマンド ! O ! 
7058 \backslash
7059 overbrace
7060 \end_layout
7061
7062 \end_inset
7063
7064
7065 \end_layout
7066
7067 \end_inset
7068 </cell>
7069 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7070 \begin_inset Text
7071
7072 \begin_layout Plain Layout
7073 \begin_inset Formula $\overbrace{A+B}^{3}$
7074 \end_inset
7075
7076
7077 \end_layout
7078
7079 \end_inset
7080 </cell>
7081 </row>
7082 <row>
7083 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7084 \begin_inset Text
7085
7086 \begin_layout Plain Layout
7087 \begin_inset ERT
7088 status collapsed
7089
7090 \begin_layout Plain Layout
7091
7092
7093 \backslash
7094 raisebox{-2.2mm}{
7095 \end_layout
7096
7097 \end_inset
7098
7099
7100 \backslash
7101 underbrace
7102 \begin_inset space \textvisiblespace{}
7103 \end_inset
7104
7105 A+B
7106 \begin_inset space \textvisiblespace{}
7107 \end_inset
7108
7109 _5
7110 \begin_inset ERT
7111 status collapsed
7112
7113 \begin_layout Plain Layout
7114
7115 }
7116 \end_layout
7117
7118 \end_inset
7119
7120
7121 \begin_inset Index idx
7122 status collapsed
7123
7124 \begin_layout Plain Layout
7125 こまんど@コマンド ! U ! 
7126 \backslash
7127 underbrace
7128 \end_layout
7129
7130 \end_inset
7131
7132
7133 \end_layout
7134
7135 \end_inset
7136 </cell>
7137 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7138 \begin_inset Text
7139
7140 \begin_layout Plain Layout
7141 \begin_inset Formula $\underbrace{A+B}_{5}$
7142 \end_inset
7143
7144
7145 \end_layout
7146
7147 \end_inset
7148 </cell>
7149 </row>
7150 <row>
7151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7152 \begin_inset Text
7153
7154 \begin_layout Plain Layout
7155
7156 \backslash
7157 overbrace
7158 \begin_inset space \textvisiblespace{}
7159 \end_inset
7160
7161
7162 \backslash
7163 underbrace
7164 \begin_inset space \textvisiblespace{}
7165 \end_inset
7166
7167 A+B_w
7168 \begin_inset space \textvisiblespace{}
7169 \end_inset
7170
7171
7172 \begin_inset space \textvisiblespace{}
7173 \end_inset
7174
7175 _7
7176 \begin_inset space \textvisiblespace{}
7177 \end_inset
7178
7179
7180 \begin_inset space \textvisiblespace{}
7181 \end_inset
7182
7183 ^
7184 \begin_inset space \textvisiblespace{}
7185 \end_inset
7186
7187 C
7188 \end_layout
7189
7190 \end_inset
7191 </cell>
7192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7193 \begin_inset Text
7194
7195 \begin_layout Plain Layout
7196 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7197 \end_inset
7198
7199
7200 \end_layout
7201
7202 \end_inset
7203 </cell>
7204 </row>
7205 </lyxtabular>
7206
7207 \end_inset
7208
7209
7210 \end_layout
7211
7212 \begin_layout Standard
7213 最後の例では、
7214 \series bold
7215
7216 \backslash
7217 overbrace
7218 \series default
7219 が先に挿入されようが
7220 \series bold
7221
7222 \backslash
7223 underbrace
7224 \series default
7225 が先に挿入されようが代わりはありません。
7226 \end_layout
7227
7228 \begin_layout Standard
7229 \begin_inset VSpace bigskip
7230 \end_inset
7231
7232 括弧をお互いに重ねる必要がある場合には、第
7233 \begin_inset CommandInset ref
7234 LatexCommand ref
7235 reference "sec:多行数式"
7236
7237 \end_inset
7238
7239 節に説明されているように、次のような多行数式を使わなくてはなりません。
7240 \begin_inset Formula 
7241 \begin{eqnarray*}
7242 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7243  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7244 \end{eqnarray*}
7245
7246 \end_inset
7247
7248 一行目には、数式が一つめの括弧とともに挿入されています。ここで、空白コマンド
7249 \begin_inset Foot
7250 status collapsed
7251
7252 \begin_layout Plain Layout
7253 空白コマンドは第
7254 \begin_inset CommandInset ref
7255 LatexCommand ref
7256 reference "sub:定義済みの空白"
7257
7258 \end_inset
7259
7260 章に説明があります。
7261 \end_layout
7262
7263 \end_inset
7264
7265
7266 \series bold
7267
7268 \backslash
7269 :
7270 \series default
7271 を最初の
7272 \begin_inset Formula $d$
7273 \end_inset
7274
7275 の前に挿入しておくことが重要です。さもないと、
7276 \begin_inset Formula $q$
7277 \end_inset
7278
7279 の後ろで終わる括弧のせいで、直後の「+」の周りに正しく空白が入ることが妨げられてしまう
7280 \begin_inset Foot
7281 status collapsed
7282
7283 \begin_layout Plain Layout
7284 これは、括弧が文字として取り扱われないためです。第
7285 \begin_inset CommandInset ref
7286 LatexCommand ref
7287 reference "sub:二項演算子"
7288
7289 \end_inset
7290
7291 章参照。
7292 \end_layout
7293
7294 \end_inset
7295
7296 ためです。二行目には、二つめの括弧が挿入されています。
7297 \begin_inset Formula $b$
7298 \end_inset
7299
7300 の直前から始まるようにするために、まず
7301 \series bold
7302
7303 \backslash
7304 hphantom{gggg+
7305 \backslash
7306 :}
7307 \series default
7308 というコマンド
7309 \begin_inset Foot
7310 status collapsed
7311
7312 \begin_layout Plain Layout
7313
7314 \series bold
7315
7316 \backslash
7317 hphantom
7318 \series default
7319 に関する詳細は、第
7320 \begin_inset CommandInset ref
7321 LatexCommand ref
7322 reference "sub:埋め草"
7323
7324 \end_inset
7325
7326 章を参照してください。
7327 \end_layout
7328
7329 \end_inset
7330
7331 が挿入されています。この数式中の「+」も空白で囲まれるようにするために、この空白コマンドが必要になっています。二つめの括弧は
7332 \series bold
7333
7334 \backslash
7335 hphantom{bbqq+dddd}
7336 \series default
7337 コマンドの下に置きます。
7338 \end_layout
7339
7340 \begin_layout Standard
7341 以下の例のように、括弧が反対側に重なる場合には、もっと複雑になります。
7342 \begin_inset ERT
7343 status collapsed
7344
7345 \begin_layout Plain Layout
7346
7347
7348 \backslash
7349 setlength{
7350 \backslash
7351 jot}{-6pt}
7352 \end_layout
7353
7354 \end_inset
7355
7356
7357 \begin_inset Formula 
7358 \begin{eqnarray*}
7359  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7360 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd
7361 \end{eqnarray*}
7362
7363 \end_inset
7364
7365
7366 \begin_inset ERT
7367 status collapsed
7368
7369 \begin_layout Plain Layout
7370
7371
7372 \backslash
7373 setlength{
7374 \backslash
7375 jot}{3pt}
7376 \end_layout
7377
7378 \end_inset
7379
7380 最初の数式行は、括弧が上に来ていること以外は、先の例の第二行と同じです。二行目には、二つめの括弧と一緒に数式が入っています。一行目の括弧と数式のあいだに余白が入
7381 ることを防ぐために、行間を減らさなくてはならないのですが、これはLyXのバグ
7382 \begin_inset Foot
7383 status collapsed
7384
7385 \begin_layout Plain Layout
7386 \begin_inset CommandInset href
7387 LatexCommand href
7388 name "LyX-bug #1505"
7389 target "http://www.lyx.org/trac/ticket/1505"
7390
7391 \end_inset
7392
7393
7394 \end_layout
7395
7396 \end_inset
7397
7398 のせいで簡単にはできません。この問題を回避するためには、数式直前にTeXモードで
7399 \series bold
7400 setlength{
7401 \backslash
7402 jot}{-6pt}
7403 \series default
7404 というコマンドを入れて、大域的な数式行間
7405 \series bold
7406
7407 \backslash
7408 jot
7409 \series default
7410
7411 \begin_inset Index idx
7412 status collapsed
7413
7414 \begin_layout Plain Layout
7415 こまんど@コマンド ! J ! 
7416 \backslash
7417 jot
7418 \end_layout
7419
7420 \end_inset
7421
7422 を-6
7423 \begin_inset space \thinspace{}
7424 \end_inset
7425
7426 ptに変更しなくてはなりません。
7427 \series bold
7428
7429 \backslash
7430 jot
7431 \series default
7432 は、数式直後に同様のコマンドを使って標準値の3
7433 \begin_inset space \thinspace{}
7434 \end_inset
7435
7436 ptに戻します。数式中の行間について、詳しくは第
7437 \begin_inset CommandInset ref
7438 LatexCommand ref
7439 reference "sub:行間"
7440
7441 \end_inset
7442
7443 章に説明があります。
7444 \end_layout
7445
7446 \begin_layout Section
7447 矢印
7448 \begin_inset Index idx
7449 status collapsed
7450
7451 \begin_layout Plain Layout
7452 やじるし@矢印
7453 \end_layout
7454
7455 \end_inset
7456
7457
7458 \end_layout
7459
7460 \begin_layout Standard
7461 矢印は、数式ツールバーボタンの
7462 \begin_inset Graphics
7463         filename ../../images/math/leftarrow.png
7464         scale 85
7465
7466 \end_inset
7467
7468 か、以下の各小節に列挙してあるコマンドで挿入することができます。
7469 \end_layout
7470
7471 \begin_layout Subsection
7472 水平矢印
7473 \begin_inset Index idx
7474 status collapsed
7475
7476 \begin_layout Plain Layout
7477 やじるし@矢印 ! すいへい@水平
7478 \end_layout
7479
7480 \end_inset
7481
7482
7483 \end_layout
7484
7485 \begin_layout Standard
7486 \begin_inset space \hfill{}
7487 \end_inset
7488
7489
7490 \begin_inset Tabular
7491 <lyxtabular version="3" rows="8" columns="2">
7492 <features rotate="0" tabularvalignment="middle">
7493 <column alignment="center" valignment="top" width="0pt">
7494 <column alignment="center" valignment="top" width="0pt">
7495 <row>
7496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7497 \begin_inset Text
7498
7499 \begin_layout Plain Layout
7500 コマンド
7501 \end_layout
7502
7503 \end_inset
7504 </cell>
7505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7506 \begin_inset Text
7507
7508 \begin_layout Plain Layout
7509 出力
7510 \end_layout
7511
7512 \end_inset
7513 </cell>
7514 </row>
7515 <row>
7516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7517 \begin_inset Text
7518
7519 \begin_layout Plain Layout
7520
7521 \backslash
7522 gets
7523 \end_layout
7524
7525 \end_inset
7526 </cell>
7527 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7528 \begin_inset Text
7529
7530 \begin_layout Plain Layout
7531 \begin_inset Formula $\gets$
7532 \end_inset
7533
7534
7535 \end_layout
7536
7537 \end_inset
7538 </cell>
7539 </row>
7540 <row>
7541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7542 \begin_inset Text
7543
7544 \begin_layout Plain Layout
7545
7546 \backslash
7547 Leftarrow
7548 \end_layout
7549
7550 \end_inset
7551 </cell>
7552 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7553 \begin_inset Text
7554
7555 \begin_layout Plain Layout
7556 \begin_inset Formula $\Leftarrow$
7557 \end_inset
7558
7559
7560 \end_layout
7561
7562 \end_inset
7563 </cell>
7564 </row>
7565 <row>
7566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7567 \begin_inset Text
7568
7569 \begin_layout Plain Layout
7570
7571 \backslash
7572 longleftarrow
7573 \end_layout
7574
7575 \end_inset
7576 </cell>
7577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7578 \begin_inset Text
7579
7580 \begin_layout Plain Layout
7581 \begin_inset Formula $\longleftarrow$
7582 \end_inset
7583
7584
7585 \end_layout
7586
7587 \end_inset
7588 </cell>
7589 </row>
7590 <row>
7591 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7592 \begin_inset Text
7593
7594 \begin_layout Plain Layout
7595
7596 \backslash
7597 Longleftarrow
7598 \end_layout
7599
7600 \end_inset
7601 </cell>
7602 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7603 \begin_inset Text
7604
7605 \begin_layout Plain Layout
7606 \begin_inset Formula $\Longleftarrow$
7607 \end_inset
7608
7609
7610 \end_layout
7611
7612 \end_inset
7613 </cell>
7614 </row>
7615 <row>
7616 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7617 \begin_inset Text
7618
7619 \begin_layout Plain Layout
7620
7621 \backslash
7622 leftharpoonup
7623 \end_layout
7624
7625 \end_inset
7626 </cell>
7627 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7628 \begin_inset Text
7629
7630 \begin_layout Plain Layout
7631 \begin_inset Formula $\leftharpoonup$
7632 \end_inset
7633
7634
7635 \end_layout
7636
7637 \end_inset
7638 </cell>
7639 </row>
7640 <row>
7641 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7642 \begin_inset Text
7643
7644 \begin_layout Plain Layout
7645
7646 \backslash
7647 leftharpoondown
7648 \end_layout
7649
7650 \end_inset
7651 </cell>
7652 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7653 \begin_inset Text
7654
7655 \begin_layout Plain Layout
7656 \begin_inset Formula $\leftharpoondown$
7657 \end_inset
7658
7659
7660 \end_layout
7661
7662 \end_inset
7663 </cell>
7664 </row>
7665 <row>
7666 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7667 \begin_inset Text
7668
7669 \begin_layout Plain Layout
7670
7671 \backslash
7672 hookleftarrow
7673 \end_layout
7674
7675 \end_inset
7676 </cell>
7677 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7678 \begin_inset Text
7679
7680 \begin_layout Plain Layout
7681 \begin_inset Formula $\hookleftarrow$
7682 \end_inset
7683
7684
7685 \end_layout
7686
7687 \end_inset
7688 </cell>
7689 </row>
7690 </lyxtabular>
7691
7692 \end_inset
7693
7694
7695 \begin_inset space \hfill{}
7696 \end_inset
7697
7698
7699 \begin_inset Tabular
7700 <lyxtabular version="3" rows="8" columns="2">
7701 <features rotate="0" tabularvalignment="middle">
7702 <column alignment="center" valignment="top" width="0pt">
7703 <column alignment="center" valignment="top" width="0pt">
7704 <row>
7705 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7706 \begin_inset Text
7707
7708 \begin_layout Plain Layout
7709 コマンド
7710 \end_layout
7711
7712 \end_inset
7713 </cell>
7714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7715 \begin_inset Text
7716
7717 \begin_layout Plain Layout
7718 出力
7719 \end_layout
7720
7721 \end_inset
7722 </cell>
7723 </row>
7724 <row>
7725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7726 \begin_inset Text
7727
7728 \begin_layout Plain Layout
7729
7730 \backslash
7731 to
7732 \end_layout
7733
7734 \end_inset
7735 </cell>
7736 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7737 \begin_inset Text
7738
7739 \begin_layout Plain Layout
7740 \begin_inset Formula $\to$
7741 \end_inset
7742
7743
7744 \end_layout
7745
7746 \end_inset
7747 </cell>
7748 </row>
7749 <row>
7750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7751 \begin_inset Text
7752
7753 \begin_layout Plain Layout
7754
7755 \backslash
7756 Rightarrow
7757 \end_layout
7758
7759 \end_inset
7760 </cell>
7761 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7762 \begin_inset Text
7763
7764 \begin_layout Plain Layout
7765 \begin_inset Formula $\Rightarrow$
7766 \end_inset
7767
7768
7769 \end_layout
7770
7771 \end_inset
7772 </cell>
7773 </row>
7774 <row>
7775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7776 \begin_inset Text
7777
7778 \begin_layout Plain Layout
7779
7780 \backslash
7781 longrightarrow
7782 \end_layout
7783
7784 \end_inset
7785 </cell>
7786 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7787 \begin_inset Text
7788
7789 \begin_layout Plain Layout
7790 \begin_inset Formula $\longrightarrow$
7791 \end_inset
7792
7793
7794 \end_layout
7795
7796 \end_inset
7797 </cell>
7798 </row>
7799 <row>
7800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7801 \begin_inset Text
7802
7803 \begin_layout Plain Layout
7804
7805 \backslash
7806 Longrightarrow
7807 \end_layout
7808
7809 \end_inset
7810 </cell>
7811 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7812 \begin_inset Text
7813
7814 \begin_layout Plain Layout
7815 \begin_inset Formula $\Longrightarrow$
7816 \end_inset
7817
7818
7819 \end_layout
7820
7821 \end_inset
7822 </cell>
7823 </row>
7824 <row>
7825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7826 \begin_inset Text
7827
7828 \begin_layout Plain Layout
7829
7830 \backslash
7831 rightharpoonup
7832 \end_layout
7833
7834 \end_inset
7835 </cell>
7836 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7837 \begin_inset Text
7838
7839 \begin_layout Plain Layout
7840 \begin_inset Formula $\rightharpoonup$
7841 \end_inset
7842
7843
7844 \end_layout
7845
7846 \end_inset
7847 </cell>
7848 </row>
7849 <row>
7850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7851 \begin_inset Text
7852
7853 \begin_layout Plain Layout
7854
7855 \backslash
7856 rightharpoondown
7857 \end_layout
7858
7859 \end_inset
7860 </cell>
7861 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7862 \begin_inset Text
7863
7864 \begin_layout Plain Layout
7865 \begin_inset Formula $\rightharpoondown$
7866 \end_inset
7867
7868
7869 \end_layout
7870
7871 \end_inset
7872 </cell>
7873 </row>
7874 <row>
7875 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7876 \begin_inset Text
7877
7878 \begin_layout Plain Layout
7879
7880 \backslash
7881 hookrightarrow
7882 \end_layout
7883
7884 \end_inset
7885 </cell>
7886 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7887 \begin_inset Text
7888
7889 \begin_layout Plain Layout
7890 \begin_inset Formula $\hookrightarrow$
7891 \end_inset
7892
7893
7894 \end_layout
7895
7896 \end_inset
7897 </cell>
7898 </row>
7899 </lyxtabular>
7900
7901 \end_inset
7902
7903
7904 \begin_inset space \hfill{}
7905 \end_inset
7906
7907
7908 \end_layout
7909
7910 \begin_layout Standard
7911 \begin_inset space \hfill{}
7912 \end_inset
7913
7914
7915 \begin_inset Tabular
7916 <lyxtabular version="3" rows="6" columns="2">
7917 <features rotate="0" tabularvalignment="middle">
7918 <column alignment="center" valignment="top" width="0pt">
7919 <column alignment="center" valignment="top" width="0pt">
7920 <row>
7921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7922 \begin_inset Text
7923
7924 \begin_layout Plain Layout
7925 コマンド
7926 \end_layout
7927
7928 \end_inset
7929 </cell>
7930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7931 \begin_inset Text
7932
7933 \begin_layout Plain Layout
7934 出力
7935 \end_layout
7936
7937 \end_inset
7938 </cell>
7939 </row>
7940 <row>
7941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7942 \begin_inset Text
7943
7944 \begin_layout Plain Layout
7945
7946 \backslash
7947 leftrightarrow
7948 \end_layout
7949
7950 \end_inset
7951 </cell>
7952 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7953 \begin_inset Text
7954
7955 \begin_layout Plain Layout
7956 \begin_inset Formula $\leftrightarrow$
7957 \end_inset
7958
7959
7960 \end_layout
7961
7962 \end_inset
7963 </cell>
7964 </row>
7965 <row>
7966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7967 \begin_inset Text
7968
7969 \begin_layout Plain Layout
7970
7971 \backslash
7972 Leftrightarrow
7973 \end_layout
7974
7975 \end_inset
7976 </cell>
7977 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7978 \begin_inset Text
7979
7980 \begin_layout Plain Layout
7981 \begin_inset Formula $\Leftrightarrow$
7982 \end_inset
7983
7984
7985 \end_layout
7986
7987 \end_inset
7988 </cell>
7989 </row>
7990 <row>
7991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7992 \begin_inset Text
7993
7994 \begin_layout Plain Layout
7995
7996 \backslash
7997 longleftrightarrow
7998 \end_layout
7999
8000 \end_inset
8001 </cell>
8002 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8003 \begin_inset Text
8004
8005 \begin_layout Plain Layout
8006 \begin_inset Formula $\longleftrightarrow$
8007 \end_inset
8008
8009
8010 \end_layout
8011
8012 \end_inset
8013 </cell>
8014 </row>
8015 <row>
8016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8017 \begin_inset Text
8018
8019 \begin_layout Plain Layout
8020
8021 \backslash
8022 Longleftrightarrow
8023 \end_layout
8024
8025 \end_inset
8026 </cell>
8027 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8028 \begin_inset Text
8029
8030 \begin_layout Plain Layout
8031 \begin_inset Formula $\Longleftrightarrow$
8032 \end_inset
8033
8034
8035 \end_layout
8036
8037 \end_inset
8038 </cell>
8039 </row>
8040 <row>
8041 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8042 \begin_inset Text
8043
8044 \begin_layout Plain Layout
8045
8046 \backslash
8047 rightleftharpoons
8048 \end_layout
8049
8050 \end_inset
8051 </cell>
8052 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8053 \begin_inset Text
8054
8055 \begin_layout Plain Layout
8056 \begin_inset Formula $\rightleftharpoons$
8057 \end_inset
8058
8059
8060 \end_layout
8061
8062 \end_inset
8063 </cell>
8064 </row>
8065 </lyxtabular>
8066
8067 \end_inset
8068
8069
8070 \begin_inset space \hspace{}
8071 \length 25pt
8072 \end_inset
8073
8074
8075 \begin_inset space \hfill{}
8076 \end_inset
8077
8078
8079 \begin_inset Tabular
8080 <lyxtabular version="3" rows="5" columns="2">
8081 <features rotate="0" tabularvalignment="middle">
8082 <column alignment="center" valignment="top" width="0pt">
8083 <column alignment="center" valignment="top" width="0pt">
8084 <row>
8085 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8086 \begin_inset Text
8087
8088 \begin_layout Plain Layout
8089 コマンド
8090 \end_layout
8091
8092 \end_inset
8093 </cell>
8094 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8095 \begin_inset Text
8096
8097 \begin_layout Plain Layout
8098 出力
8099 \end_layout
8100
8101 \end_inset
8102 </cell>
8103 </row>
8104 <row>
8105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8106 \begin_inset Text
8107
8108 \begin_layout Plain Layout
8109
8110 \backslash
8111 mapsto
8112 \end_layout
8113
8114 \end_inset
8115 </cell>
8116 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8117 \begin_inset Text
8118
8119 \begin_layout Plain Layout
8120 \begin_inset Formula $\mapsto$
8121 \end_inset
8122
8123
8124 \end_layout
8125
8126 \end_inset
8127 </cell>
8128 </row>
8129 <row>
8130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8131 \begin_inset Text
8132
8133 \begin_layout Plain Layout
8134
8135 \backslash
8136 longmapsto
8137 \end_layout
8138
8139 \end_inset
8140 </cell>
8141 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8142 \begin_inset Text
8143
8144 \begin_layout Plain Layout
8145 \begin_inset Formula $\longmapsto$
8146 \end_inset
8147
8148
8149 \end_layout
8150
8151 \end_inset
8152 </cell>
8153 </row>
8154 <row>
8155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8156 \begin_inset Text
8157
8158 \begin_layout Plain Layout
8159
8160 \backslash
8161 leadsto
8162 \end_layout
8163
8164 \end_inset
8165 </cell>
8166 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8167 \begin_inset Text
8168
8169 \begin_layout Plain Layout
8170 \begin_inset Formula $\leadsto$
8171 \end_inset
8172
8173
8174 \end_layout
8175
8176 \end_inset
8177 </cell>
8178 </row>
8179 <row>
8180 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8181 \begin_inset Text
8182
8183 \begin_layout Plain Layout
8184
8185 \backslash
8186 dasharrow
8187 \end_layout
8188
8189 \end_inset
8190 </cell>
8191 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8192 \begin_inset Text
8193
8194 \begin_layout Plain Layout
8195 \begin_inset Formula $\dasharrow$
8196 \end_inset
8197
8198
8199 \end_layout
8200
8201 \end_inset
8202 </cell>
8203 </row>
8204 </lyxtabular>
8205
8206 \end_inset
8207
8208
8209 \begin_inset space \hfill{}
8210 \end_inset
8211
8212
8213 \end_layout
8214
8215 \begin_layout Standard
8216 \begin_inset VSpace medskip
8217 \end_inset
8218
8219 たとえばベクトル記号の矢印のようにアクセントとして使用される矢印は、第
8220 \begin_inset CommandInset ref
8221 LatexCommand ref
8222 reference "sec:アクセント"
8223
8224 \end_inset
8225
8226 節に一覧があります。
8227 \end_layout
8228
8229 \begin_layout Standard
8230 \begin_inset VSpace bigskip
8231 \end_inset
8232
8233 さらに、ラベル付き矢印
8234 \begin_inset Index idx
8235 status collapsed
8236
8237 \begin_layout Plain Layout
8238 やじるし@矢印 ! らべるつき@ラベル付き
8239 \end_layout
8240
8241 \end_inset
8242
8243 として、
8244 \series bold
8245
8246 \backslash
8247 xleftarrow
8248 \series default
8249
8250 \begin_inset Index idx
8251 status collapsed
8252
8253 \begin_layout Plain Layout
8254 こまんど@コマンド ! X ! 
8255 \backslash
8256 xleftarrow
8257 \end_layout
8258
8259 \end_inset
8260
8261
8262 \series bold
8263
8264 \backslash
8265 xrightarrow
8266 \series default
8267
8268 \begin_inset Index idx
8269 status collapsed
8270
8271 \begin_layout Plain Layout
8272 こまんど@コマンド ! X ! 
8273 \backslash
8274 xrightarrow
8275 \begin_inset ERT
8276 status collapsed
8277
8278 \begin_layout Plain Layout
8279
8280
8281 \backslash
8282 vspace{4mm}
8283 \end_layout
8284
8285 \end_inset
8286
8287
8288 \end_layout
8289
8290 \end_inset
8291
8292 があります。これらのコマンドを数式に挿入すると、二つの青枠のついた矢印が現れるので、そこにラベルを入れることができます。矢印の長さは、ラベルの幅に応じて調整され
8293 ます。
8294 \end_layout
8295
8296 \begin_layout Standard
8297 \align center
8298 \begin_inset Tabular
8299 <lyxtabular version="3" rows="3" columns="2">
8300 <features rotate="0" tabularvalignment="middle">
8301 <column alignment="center" valignment="top" width="0pt">
8302 <column alignment="center" valignment="top" width="0pt">
8303 <row>
8304 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8305 \begin_inset Text
8306
8307 \begin_layout Plain Layout
8308 コマンド
8309 \end_layout
8310
8311 \end_inset
8312 </cell>
8313 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8314 \begin_inset Text
8315
8316 \begin_layout Plain Layout
8317 出力
8318 \begin_inset Note Note
8319 status collapsed
8320
8321 \begin_layout Plain Layout
8322 ここで
8323 \series bold
8324
8325 \backslash
8326 raisebox
8327 \series default
8328 はスペーサーとして使用しているだけです。
8329 \end_layout
8330
8331 \end_inset
8332
8333
8334 \end_layout
8335
8336 \end_inset
8337 </cell>
8338 </row>
8339 <row>
8340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8341 \begin_inset Text
8342
8343 \begin_layout Plain Layout
8344 F(a)
8345 \backslash
8346 xleftarrow
8347 \begin_inset space \textvisiblespace{}
8348 \end_inset
8349
8350 x=a
8351 \begin_inset Formula $\downarrow$
8352 \end_inset
8353
8354 x
8355 \begin_inset Formula $>$
8356 \end_inset
8357
8358 0
8359 \begin_inset Formula $\to$
8360 \end_inset
8361
8362 F(x)
8363 \end_layout
8364
8365 \end_inset
8366 </cell>
8367 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8368 \begin_inset Text
8369
8370 \begin_layout Plain Layout
8371 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
8372 \end_inset
8373
8374
8375 \end_layout
8376
8377 \end_inset
8378 </cell>
8379 </row>
8380 <row>
8381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8382 \begin_inset Text
8383
8384 \begin_layout Plain Layout
8385 F(x)
8386 \backslash
8387 xrightarrow
8388 \begin_inset space \textvisiblespace{}
8389 \end_inset
8390
8391 x=a
8392 \begin_inset Formula $\downarrow$
8393 \end_inset
8394
8395 x
8396 \begin_inset Formula $>$
8397 \end_inset
8398
8399 0
8400 \begin_inset Formula $\to$
8401 \end_inset
8402
8403 F(a)
8404 \end_layout
8405
8406 \end_inset
8407 </cell>
8408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8409 \begin_inset Text
8410
8411 \begin_layout Plain Layout
8412 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
8413 \end_inset
8414
8415
8416 \end_layout
8417
8418 \end_inset
8419 </cell>
8420 </row>
8421 </lyxtabular>
8422
8423 \end_inset
8424
8425
8426 \end_layout
8427
8428 \begin_layout Subsection
8429 垂直矢印および対角矢印
8430 \begin_inset Index idx
8431 status collapsed
8432
8433 \begin_layout Plain Layout
8434 やじるし@矢印 ! たいかく@対角
8435 \end_layout
8436
8437 \end_inset
8438
8439
8440 \begin_inset Index idx
8441 status collapsed
8442
8443 \begin_layout Plain Layout
8444 やじるし@矢印 ! すいちょく@垂直
8445 \end_layout
8446
8447 \end_inset
8448
8449
8450 \end_layout
8451
8452 \begin_layout Standard
8453 \begin_inset space \hfill{}
8454 \end_inset
8455
8456
8457 \begin_inset Tabular
8458 <lyxtabular version="3" rows="7" columns="2">
8459 <features rotate="0" tabularvalignment="middle">
8460 <column alignment="center" valignment="top" width="0pt">
8461 <column alignment="center" valignment="top" width="0pt">
8462 <row>
8463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8464 \begin_inset Text
8465
8466 \begin_layout Plain Layout
8467 コマンド
8468 \end_layout
8469
8470 \end_inset
8471 </cell>
8472 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8473 \begin_inset Text
8474
8475 \begin_layout Plain Layout
8476 出力
8477 \end_layout
8478
8479 \end_inset
8480 </cell>
8481 </row>
8482 <row>
8483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8484 \begin_inset Text
8485
8486 \begin_layout Plain Layout
8487
8488 \backslash
8489 uparrow
8490 \end_layout
8491
8492 \end_inset
8493 </cell>
8494 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8495 \begin_inset Text
8496
8497 \begin_layout Plain Layout
8498 \begin_inset Formula $\uparrow$
8499 \end_inset
8500
8501
8502 \end_layout
8503
8504 \end_inset
8505 </cell>
8506 </row>
8507 <row>
8508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8509 \begin_inset Text
8510
8511 \begin_layout Plain Layout
8512
8513 \backslash
8514 Uparrow
8515 \end_layout
8516
8517 \end_inset
8518 </cell>
8519 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8520 \begin_inset Text
8521
8522 \begin_layout Plain Layout
8523 \begin_inset Formula $\Uparrow$
8524 \end_inset
8525
8526
8527 \end_layout
8528
8529 \end_inset
8530 </cell>
8531 </row>
8532 <row>
8533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8534 \begin_inset Text
8535
8536 \begin_layout Plain Layout
8537
8538 \backslash
8539 updownarrow
8540 \end_layout
8541
8542 \end_inset
8543 </cell>
8544 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8545 \begin_inset Text
8546
8547 \begin_layout Plain Layout
8548 \begin_inset Formula $\updownarrow$
8549 \end_inset
8550
8551
8552 \end_layout
8553
8554 \end_inset
8555 </cell>
8556 </row>
8557 <row>
8558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8559 \begin_inset Text
8560
8561 \begin_layout Plain Layout
8562
8563 \backslash
8564 Updownarrow
8565 \end_layout
8566
8567 \end_inset
8568 </cell>
8569 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8570 \begin_inset Text
8571
8572 \begin_layout Plain Layout
8573 \begin_inset Formula $\Updownarrow$
8574 \end_inset
8575
8576
8577 \end_layout
8578
8579 \end_inset
8580 </cell>
8581 </row>
8582 <row>
8583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8584 \begin_inset Text
8585
8586 \begin_layout Plain Layout
8587
8588 \backslash
8589 Downarrow
8590 \end_layout
8591
8592 \end_inset
8593 </cell>
8594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8595 \begin_inset Text
8596
8597 \begin_layout Plain Layout
8598 \begin_inset Formula $\Downarrow$
8599 \end_inset
8600
8601
8602 \end_layout
8603
8604 \end_inset
8605 </cell>
8606 </row>
8607 <row>
8608 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8609 \begin_inset Text
8610
8611 \begin_layout Plain Layout
8612
8613 \backslash
8614 downarrow
8615 \end_layout
8616
8617 \end_inset
8618 </cell>
8619 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8620 \begin_inset Text
8621
8622 \begin_layout Plain Layout
8623 \begin_inset Formula $\downarrow$
8624 \end_inset
8625
8626
8627 \end_layout
8628
8629 \end_inset
8630 </cell>
8631 </row>
8632 </lyxtabular>
8633
8634 \end_inset
8635
8636
8637 \begin_inset space \hfill{}
8638 \end_inset
8639
8640
8641 \begin_inset Tabular
8642 <lyxtabular version="3" rows="5" columns="2">
8643 <features rotate="0" tabularvalignment="middle">
8644 <column alignment="center" valignment="top" width="0pt">
8645 <column alignment="center" valignment="top" width="0pt">
8646 <row>
8647 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8648 \begin_inset Text
8649
8650 \begin_layout Plain Layout
8651 コマンド
8652 \end_layout
8653
8654 \end_inset
8655 </cell>
8656 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8657 \begin_inset Text
8658
8659 \begin_layout Plain Layout
8660 出力
8661 \end_layout
8662
8663 \end_inset
8664 </cell>
8665 </row>
8666 <row>
8667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8668 \begin_inset Text
8669
8670 \begin_layout Plain Layout
8671
8672 \backslash
8673 nearrow
8674 \end_layout
8675
8676 \end_inset
8677 </cell>
8678 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8679 \begin_inset Text
8680
8681 \begin_layout Plain Layout
8682 \begin_inset Formula $\nearrow$
8683 \end_inset
8684
8685
8686 \end_layout
8687
8688 \end_inset
8689 </cell>
8690 </row>
8691 <row>
8692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8693 \begin_inset Text
8694
8695 \begin_layout Plain Layout
8696
8697 \backslash
8698 searrow
8699 \end_layout
8700
8701 \end_inset
8702 </cell>
8703 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8704 \begin_inset Text
8705
8706 \begin_layout Plain Layout
8707 \begin_inset Formula $\searrow$
8708 \end_inset
8709
8710
8711 \end_layout
8712
8713 \end_inset
8714 </cell>
8715 </row>
8716 <row>
8717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8718 \begin_inset Text
8719
8720 \begin_layout Plain Layout
8721
8722 \backslash
8723 swarrow
8724 \end_layout
8725
8726 \end_inset
8727 </cell>
8728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8729 \begin_inset Text
8730
8731 \begin_layout Plain Layout
8732 \begin_inset Formula $\swarrow$
8733 \end_inset
8734
8735
8736 \end_layout
8737
8738 \end_inset
8739 </cell>
8740 </row>
8741 <row>
8742 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8743 \begin_inset Text
8744
8745 \begin_layout Plain Layout
8746
8747 \backslash
8748 nwarrow
8749 \end_layout
8750
8751 \end_inset
8752 </cell>
8753 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8754 \begin_inset Text
8755
8756 \begin_layout Plain Layout
8757 \begin_inset Formula $\nwarrow$
8758 \end_inset
8759
8760
8761 \end_layout
8762
8763 \end_inset
8764 </cell>
8765 </row>
8766 </lyxtabular>
8767
8768 \end_inset
8769
8770
8771 \begin_inset space \hfill{}
8772 \end_inset
8773
8774
8775 \end_layout
8776
8777 \begin_layout Standard
8778 \begin_inset VSpace medskip
8779 \end_inset
8780
8781 垂直矢印は、第
8782 \begin_inset CommandInset ref
8783 LatexCommand ref
8784 reference "sub:手動の括弧丈"
8785
8786 \end_inset
8787
8788 節および第
8789 \begin_inset CommandInset ref
8790 LatexCommand ref
8791 reference "sub:自動の括弧丈"
8792
8793 \end_inset
8794
8795 節に述べられているコマンドを使うと、区分記号として使用することもできます。伊藤の公式を用いて
8796 \end_layout
8797
8798 \begin_layout Section
8799 アクセント
8800 \begin_inset CommandInset label
8801 LatexCommand label
8802 name "sec:アクセント"
8803
8804 \end_inset
8805
8806
8807 \begin_inset Index idx
8808 status collapsed
8809
8810 \begin_layout Plain Layout
8811 あくせんと@アクセント
8812 \end_layout
8813
8814 \end_inset
8815
8816
8817 \end_layout
8818
8819 \begin_layout Standard
8820 アクセントは、数式ツールバーボタンの
8821 \begin_inset Graphics
8822         filename ../../images/math/hat.png
8823         scale 85
8824
8825 \end_inset
8826
8827 か、以下の各小節に列挙してあるコマンドで入力することができます。
8828 \end_layout
8829
8830 \begin_layout Subsection
8831 一文字に付けるアクセント
8832 \begin_inset ERT
8833 status collapsed
8834
8835 \begin_layout Plain Layout
8836
8837
8838 \backslash
8839 texorpdfstring{
8840 \end_layout
8841
8842 \end_inset
8843
8844
8845 \begin_inset Foot
8846 status collapsed
8847
8848 \begin_layout Plain Layout
8849 本文中のアクセントについては、第
8850 \begin_inset CommandInset ref
8851 LatexCommand ref
8852 reference "sub:文章中のアクセント"
8853
8854 \end_inset
8855
8856 節を参照。
8857 \end_layout
8858
8859 \end_inset
8860
8861
8862 \begin_inset ERT
8863 status collapsed
8864
8865 \begin_layout Plain Layout
8866
8867 }{}
8868 \end_layout
8869
8870 \end_inset
8871
8872
8873 \begin_inset Note Note
8874 status collapsed
8875
8876 \begin_layout Plain Layout
8877
8878 \series bold
8879
8880 \backslash
8881 texorpdfstring
8882 \series default
8883 は、PDFのしおりに脚注が現れるのを防ぐために使われています。
8884 \end_layout
8885
8886 \begin_layout Plain Layout
8887
8888 \series bold
8889
8890 \backslash
8891 texorpdfstring
8892 \series default
8893 についての詳細は、第
8894 \begin_inset CommandInset ref
8895 LatexCommand ref
8896 reference "sub:節見出し中の数式"
8897
8898 \end_inset
8899
8900 節にあります。
8901 \end_layout
8902
8903 \end_inset
8904
8905
8906 \begin_inset CommandInset label
8907 LatexCommand label
8908 name "sub:一文字に付けるアクセント"
8909
8910 \end_inset
8911
8912
8913 \begin_inset Index idx
8914 status collapsed
8915
8916 \begin_layout Plain Layout
8917 あくせんと@アクセント ! いちもじにつける@一文字に付ける
8918 \end_layout
8919
8920 \end_inset
8921
8922
8923 \end_layout
8924
8925 \begin_layout Standard
8926 \begin_inset space \hfill{}
8927 \end_inset
8928
8929
8930 \begin_inset Tabular
8931 <lyxtabular version="3" rows="8" columns="2">
8932 <features rotate="0" tabularvalignment="middle">
8933 <column alignment="center" valignment="top" width="0pt">
8934 <column alignment="center" valignment="top" width="0pt">
8935 <row>
8936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8937 \begin_inset Text
8938
8939 \begin_layout Plain Layout
8940 コマンド
8941 \end_layout
8942
8943 \end_inset
8944 </cell>
8945 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8946 \begin_inset Text
8947
8948 \begin_layout Plain Layout
8949 出力
8950 \begin_inset Note Note
8951 status collapsed
8952
8953 \begin_layout Plain Layout
8954 ここで
8955 \series bold
8956
8957 \backslash
8958 raisebox
8959 \series default
8960 はスペーサーとして使用しているだけです。
8961 \end_layout
8962
8963 \end_inset
8964
8965
8966 \end_layout
8967
8968 \end_inset
8969 </cell>
8970 </row>
8971 <row>
8972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8973 \begin_inset Text
8974
8975 \begin_layout Plain Layout
8976
8977 \backslash
8978 dot
8979 \begin_inset space \textvisiblespace{}
8980 \end_inset
8981
8982 A
8983 \end_layout
8984
8985 \end_inset
8986 </cell>
8987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8988 \begin_inset Text
8989
8990 \begin_layout Plain Layout
8991 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
8992 \end_inset
8993
8994
8995 \end_layout
8996
8997 \end_inset
8998 </cell>
8999 </row>
9000 <row>
9001 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9002 \begin_inset Text
9003
9004 \begin_layout Plain Layout
9005
9006 \backslash
9007 ddot
9008 \begin_inset space \textvisiblespace{}
9009 \end_inset
9010
9011 A
9012 \end_layout
9013
9014 \end_inset
9015 </cell>
9016 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9017 \begin_inset Text
9018
9019 \begin_layout Plain Layout
9020 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9021 \end_inset
9022
9023
9024 \end_layout
9025
9026 \end_inset
9027 </cell>
9028 </row>
9029 <row>
9030 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9031 \begin_inset Text
9032
9033 \begin_layout Plain Layout
9034
9035 \backslash
9036 dddot
9037 \begin_inset space \textvisiblespace{}
9038 \end_inset
9039
9040 A
9041 \end_layout
9042
9043 \end_inset
9044 </cell>
9045 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9046 \begin_inset Text
9047
9048 \begin_layout Plain Layout
9049 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9050 \end_inset
9051
9052
9053 \end_layout
9054
9055 \end_inset
9056 </cell>
9057 </row>
9058 <row>
9059 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9060 \begin_inset Text
9061
9062 \begin_layout Plain Layout
9063
9064 \backslash
9065 ddddot
9066 \begin_inset space \textvisiblespace{}
9067 \end_inset
9068
9069 A
9070 \end_layout
9071
9072 \end_inset
9073 </cell>
9074 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9075 \begin_inset Text
9076
9077 \begin_layout Plain Layout
9078 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9079 \end_inset
9080
9081
9082 \end_layout
9083
9084 \end_inset
9085 </cell>
9086 </row>
9087 <row>
9088 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9089 \begin_inset Text
9090
9091 \begin_layout Plain Layout
9092
9093 \backslash
9094 vec
9095 \begin_inset space \textvisiblespace{}
9096 \end_inset
9097
9098 A
9099 \begin_inset Index idx
9100 status collapsed
9101
9102 \begin_layout Plain Layout
9103
9104 \lang english
9105 Vectors
9106 \end_layout
9107
9108 \end_inset
9109
9110
9111 \end_layout
9112
9113 \end_inset
9114 </cell>
9115 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9116 \begin_inset Text
9117
9118 \begin_layout Plain Layout
9119 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9120 \end_inset
9121
9122
9123 \end_layout
9124
9125 \end_inset
9126 </cell>
9127 </row>
9128 <row>
9129 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9130 \begin_inset Text
9131
9132 \begin_layout Plain Layout
9133
9134 \backslash
9135 bar
9136 \begin_inset space \textvisiblespace{}
9137 \end_inset
9138
9139 A
9140 \end_layout
9141
9142 \end_inset
9143 </cell>
9144 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9145 \begin_inset Text
9146
9147 \begin_layout Plain Layout
9148 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9149 \end_inset
9150
9151
9152 \end_layout
9153
9154 \end_inset
9155 </cell>
9156 </row>
9157 <row>
9158 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9159 \begin_inset Text
9160
9161 \begin_layout Plain Layout
9162
9163 \backslash
9164 mathring
9165 \begin_inset space \textvisiblespace{}
9166 \end_inset
9167
9168 A
9169 \end_layout
9170
9171 \end_inset
9172 </cell>
9173 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9174 \begin_inset Text
9175
9176 \begin_layout Plain Layout
9177 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9178 \end_inset
9179
9180
9181 \end_layout
9182
9183 \end_inset
9184 </cell>
9185 </row>
9186 </lyxtabular>
9187
9188 \end_inset
9189
9190
9191 \begin_inset space \hfill{}
9192 \end_inset
9193
9194
9195 \begin_inset Tabular
9196 <lyxtabular version="3" rows="7" columns="2">
9197 <features rotate="0" tabularvalignment="middle">
9198 <column alignment="center" valignment="top" width="0pt">
9199 <column alignment="center" valignment="top" width="0pt">
9200 <row>
9201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9202 \begin_inset Text
9203
9204 \begin_layout Plain Layout
9205 コマンド
9206 \end_layout
9207
9208 \end_inset
9209 </cell>
9210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9211 \begin_inset Text
9212
9213 \begin_layout Plain Layout
9214 出力
9215 \end_layout
9216
9217 \end_inset
9218 </cell>
9219 </row>
9220 <row>
9221 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9222 \begin_inset Text
9223
9224 \begin_layout Plain Layout
9225
9226 \backslash
9227 tilde
9228 \begin_inset space \textvisiblespace{}
9229 \end_inset
9230
9231 A
9232 \end_layout
9233
9234 \end_inset
9235 </cell>
9236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9237 \begin_inset Text
9238
9239 \begin_layout Plain Layout
9240 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
9241 \end_inset
9242
9243
9244 \end_layout
9245
9246 \end_inset
9247 </cell>
9248 </row>
9249 <row>
9250 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9251 \begin_inset Text
9252
9253 \begin_layout Plain Layout
9254
9255 \backslash
9256 hat
9257 \begin_inset space \textvisiblespace{}
9258 \end_inset
9259
9260 A
9261 \end_layout
9262
9263 \end_inset
9264 </cell>
9265 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9266 \begin_inset Text
9267
9268 \begin_layout Plain Layout
9269 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
9270 \end_inset
9271
9272
9273 \end_layout
9274
9275 \end_inset
9276 </cell>
9277 </row>
9278 <row>
9279 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9280 \begin_inset Text
9281
9282 \begin_layout Plain Layout
9283
9284 \backslash
9285 check
9286 \begin_inset space \textvisiblespace{}
9287 \end_inset
9288
9289 A
9290 \end_layout
9291
9292 \end_inset
9293 </cell>
9294 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9295 \begin_inset Text
9296
9297 \begin_layout Plain Layout
9298 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
9299 \end_inset
9300
9301
9302 \end_layout
9303
9304 \end_inset
9305 </cell>
9306 </row>
9307 <row>
9308 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9309 \begin_inset Text
9310
9311 \begin_layout Plain Layout
9312
9313 \backslash
9314 acute
9315 \begin_inset space \textvisiblespace{}
9316 \end_inset
9317
9318 A
9319 \end_layout
9320
9321 \end_inset
9322 </cell>
9323 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9324 \begin_inset Text
9325
9326 \begin_layout Plain Layout
9327 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
9328 \end_inset
9329
9330
9331 \end_layout
9332
9333 \end_inset
9334 </cell>
9335 </row>
9336 <row>
9337 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9338 \begin_inset Text
9339
9340 \begin_layout Plain Layout
9341
9342 \backslash
9343 grave
9344 \begin_inset space \textvisiblespace{}
9345 \end_inset
9346
9347 A
9348 \end_layout
9349
9350 \end_inset
9351 </cell>
9352 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9353 \begin_inset Text
9354
9355 \begin_layout Plain Layout
9356 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
9357 \end_inset
9358
9359
9360 \end_layout
9361
9362 \end_inset
9363 </cell>
9364 </row>
9365 <row>
9366 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9367 \begin_inset Text
9368
9369 \begin_layout Plain Layout
9370
9371 \backslash
9372 breve
9373 \begin_inset space \textvisiblespace{}
9374 \end_inset
9375
9376 A
9377 \end_layout
9378
9379 \end_inset
9380 </cell>
9381 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9382 \begin_inset Text
9383
9384 \begin_layout Plain Layout
9385 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
9386 \end_inset
9387
9388
9389 \end_layout
9390
9391 \end_inset
9392 </cell>
9393 </row>
9394 </lyxtabular>
9395
9396 \end_inset
9397
9398
9399 \begin_inset space \hfill{}
9400 \end_inset
9401
9402
9403 \end_layout
9404
9405 \begin_layout Standard
9406 \begin_inset VSpace bigskip
9407 \end_inset
9408
9409
9410 \end_layout
9411
9412 \begin_layout Standard
9413 \begin_inset ERT
9414 status collapsed
9415
9416 \begin_layout Plain Layout
9417
9418
9419 \backslash
9420 '{e}
9421 \end_layout
9422
9423 \end_inset
9424
9425 のようなアクセントは、数式に直接入れることができます。LyXは、それを対応するアクセントコマンドに変換します。ウムラウト
9426 \begin_inset Index idx
9427 status collapsed
9428
9429 \begin_layout Plain Layout
9430 うむらうと@ウムラウト
9431 \end_layout
9432
9433 \end_inset
9434
9435 に関しては、母音の前に引用符を挿入する方法の方がよいでしょう。ウムラウトのある数式部分がドイツ語に指定してあれば、LaTeXは、引用符と母音をまとめて一つの文字
9436 として取り扱います。
9437 \series bold
9438
9439 \backslash
9440 ddot
9441 \series default
9442 と違い、この方法では、以下の例に示すように「本物の」ウムラウトが作られます。
9443 \end_layout
9444
9445 \begin_layout Standard
9446 \begin_inset VSpace -2mm
9447 \end_inset
9448
9449
9450 \end_layout
9451
9452 \begin_layout Standard
9453 \align center
9454 \begin_inset Tabular
9455 <lyxtabular version="3" rows="3" columns="2">
9456 <features rotate="0" tabularvalignment="middle">
9457 <column alignment="center" valignment="top">
9458 <column alignment="center" valignment="top">
9459 <row>
9460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9461 \begin_inset Text
9462
9463 \begin_layout Plain Layout
9464 コマンド
9465 \end_layout
9466
9467 \end_inset
9468 </cell>
9469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9470 \begin_inset Text
9471
9472 \begin_layout Plain Layout
9473 出力
9474 \begin_inset Note Note
9475 status collapsed
9476
9477 \begin_layout Plain Layout
9478 ここで
9479 \series bold
9480
9481 \backslash
9482 raisebox
9483 \series default
9484 および0ポイント空白はスペーサーとして使用しているだけです。
9485 \end_layout
9486
9487 \end_inset
9488
9489
9490 \end_layout
9491
9492 \end_inset
9493 </cell>
9494 </row>
9495 <row>
9496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9497 \begin_inset Text
9498
9499 \begin_layout Plain Layout
9500 \begin_inset Quotes grd
9501 \end_inset
9502
9503 i
9504 \end_layout
9505
9506 \end_inset
9507 </cell>
9508 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9509 \begin_inset Text
9510
9511 \begin_layout Plain Layout
9512
9513 \lang ngerman
9514 \begin_inset space \hspace{}
9515 \length 0pt
9516 \end_inset
9517
9518
9519 \begin_inset Formula $"i$
9520 \end_inset
9521
9522
9523 \end_layout
9524
9525 \end_inset
9526 </cell>
9527 </row>
9528 <row>
9529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9530 \begin_inset Text
9531
9532 \begin_layout Plain Layout
9533
9534 \backslash
9535 ddot
9536 \begin_inset space \textvisiblespace{}
9537 \end_inset
9538
9539 i
9540 \end_layout
9541
9542 \end_inset
9543 </cell>
9544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9545 \begin_inset Text
9546
9547 \begin_layout Plain Layout
9548 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
9549 \end_inset
9550
9551
9552 \end_layout
9553
9554 \end_inset
9555 </cell>
9556 </row>
9557 </lyxtabular>
9558
9559 \end_inset
9560
9561
9562 \end_layout
9563
9564 \begin_layout Standard
9565
9566 \series bold
9567
9568 \backslash
9569 ddot
9570 \series default
9571 に比べて良いもう一つの利点は、上記のアクセントコマンドが
9572 \emph on
9573 数式中テキストでは使用できない
9574 \emph default
9575 のに対し、ウムラウトは直接数式中テキストに変換されることです。(アクセントコマンドによる)アクセント付き文字を数式中テキストに変換すると、アクセントの下にある文
9576 字しか変換されません。これは、たとえばイタリック体やボールド体への変換など、他のすべての変換に関しても言えることです。
9577 \end_layout
9578
9579 \begin_layout Standard
9580 ウムラウトと他のアクセント付き文字は、数式中テキストに直接入れることができます。
9581 \end_layout
9582
9583 \begin_layout Standard
9584 \begin_inset VSpace bigskip
9585 \end_inset
9586
9587
9588 \end_layout
9589
9590 \begin_layout Standard
9591
9592 \lang english
9593 LyX also supports a tilde under the character if the LaTeX-package
9594 \lang japanese
9595  
9596 \series bold
9597 undertilde
9598 \series default
9599
9600 \begin_inset Index idx
9601 status collapsed
9602
9603 \begin_layout Plain Layout
9604 ぱっけーじ@パッケージ ! upgreek
9605 \end_layout
9606
9607 \end_inset
9608
9609  
9610 \lang english
9611 is installed on your system:
9612 \end_layout
9613
9614 \begin_layout Standard
9615 \begin_inset ERT
9616 status collapsed
9617
9618 \begin_layout Plain Layout
9619
9620
9621 \backslash
9622 ifundertilde 
9623 \end_layout
9624
9625 \end_inset
9626
9627
9628 \begin_inset Note Note
9629 status open
9630
9631 \begin_layout Plain Layout
9632 以下の表は、
9633 \series bold
9634 undertilde
9635 \series default
9636  LaTeXパッケージが導入済みのときのみ表示されます。
9637 \end_layout
9638
9639 \end_inset
9640
9641
9642 \end_layout
9643
9644 \begin_layout Standard
9645 \noindent
9646 \align center
9647 \begin_inset Tabular
9648 <lyxtabular version="3" rows="2" columns="2">
9649 <features rotate="0" tabularvalignment="middle">
9650 <column alignment="center" valignment="top" width="0pt">
9651 <column alignment="center" valignment="top" width="0pt">
9652 <row>
9653 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9654 \begin_inset Text
9655
9656 \begin_layout Plain Layout
9657 コマンド
9658 \end_layout
9659
9660 \end_inset
9661 </cell>
9662 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9663 \begin_inset Text
9664
9665 \begin_layout Plain Layout
9666 出力
9667 \end_layout
9668
9669 \end_inset
9670 </cell>
9671 </row>
9672 <row>
9673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9674 \begin_inset Text
9675
9676 \begin_layout Plain Layout
9677
9678 \backslash
9679 utilde
9680 \begin_inset space \textvisiblespace{}
9681 \end_inset
9682
9683 A
9684 \end_layout
9685
9686 \end_inset
9687 </cell>
9688 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9689 \begin_inset Text
9690
9691 \begin_layout Plain Layout
9692 \begin_inset Formula $\raisebox{5mm}{}\utilde{A}$
9693 \end_inset
9694
9695
9696 \end_layout
9697
9698 \end_inset
9699 </cell>
9700 </row>
9701 </lyxtabular>
9702
9703 \end_inset
9704
9705
9706 \end_layout
9707
9708 \begin_layout Standard
9709 \begin_inset ERT
9710 status collapsed
9711
9712 \begin_layout Plain Layout
9713
9714
9715 \backslash
9716 else 
9717 \end_layout
9718
9719 \end_inset
9720
9721
9722 \begin_inset Note Note
9723 status open
9724
9725 \begin_layout Plain Layout
9726 以下は、
9727 \series bold
9728 undertilde
9729 \series default
9730  LaTeXパッケージが導入されていないときのみ表示されます。
9731 \end_layout
9732
9733 \end_inset
9734
9735
9736 \end_layout
9737
9738 \begin_layout Standard
9739 この小節のすべてを出力で見るには、
9740 \series bold
9741 undertilde
9742 \series default
9743  LaTeXパッケージを導入する必要があります。
9744 \end_layout
9745
9746 \begin_layout Standard
9747 \begin_inset ERT
9748 status collapsed
9749
9750 \begin_layout Plain Layout
9751
9752
9753 \backslash
9754 fi 
9755 \end_layout
9756
9757 \end_inset
9758
9759
9760 \end_layout
9761
9762 \begin_layout Subsection
9763 複数の文字に付けるアクセント
9764 \begin_inset Index idx
9765 status collapsed
9766
9767 \begin_layout Plain Layout
9768 あくせんと@アクセント ! ふくすうのもじにつける@複数の文字に付ける
9769 \end_layout
9770
9771 \end_inset
9772
9773
9774 \end_layout
9775
9776 \begin_layout Standard
9777 \begin_inset space \hfill{}
9778 \end_inset
9779
9780
9781 \begin_inset Tabular
9782 <lyxtabular version="3" rows="5" columns="2">
9783 <features rotate="0" tabularvalignment="middle">
9784 <column alignment="center" valignment="top" width="0pt">
9785 <column alignment="center" valignment="top" width="0pt">
9786 <row>
9787 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9788 \begin_inset Text
9789
9790 \begin_layout Plain Layout
9791 コマンド
9792 \end_layout
9793
9794 \end_inset
9795 </cell>
9796 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9797 \begin_inset Text
9798
9799 \begin_layout Plain Layout
9800 出力
9801 \begin_inset Note Note
9802 status collapsed
9803
9804 \begin_layout Plain Layout
9805 ここで
9806 \series bold
9807
9808 \backslash
9809 raisebox
9810 \series default
9811 はスペーサーとして使用しているだけです。
9812 \end_layout
9813
9814 \end_inset
9815
9816
9817 \end_layout
9818
9819 \end_inset
9820 </cell>
9821 </row>
9822 <row>
9823 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9824 \begin_inset Text
9825
9826 \begin_layout Plain Layout
9827
9828 \backslash
9829 overleftarrow
9830 \begin_inset space \textvisiblespace{}
9831 \end_inset
9832
9833 A=B
9834 \end_layout
9835
9836 \end_inset
9837 </cell>
9838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9839 \begin_inset Text
9840
9841 \begin_layout Plain Layout
9842 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
9843 \end_inset
9844
9845
9846 \end_layout
9847
9848 \end_inset
9849 </cell>
9850 </row>
9851 <row>
9852 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9853 \begin_inset Text
9854
9855 \begin_layout Plain Layout
9856
9857 \backslash
9858 underleftarrow
9859 \begin_inset space \textvisiblespace{}
9860 \end_inset
9861
9862 A=B
9863 \end_layout
9864
9865 \end_inset
9866 </cell>
9867 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9868 \begin_inset Text
9869
9870 \begin_layout Plain Layout
9871 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
9872 \end_inset
9873
9874
9875 \end_layout
9876
9877 \end_inset
9878 </cell>
9879 </row>
9880 <row>
9881 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9882 \begin_inset Text
9883
9884 \begin_layout Plain Layout
9885
9886 \backslash
9887 overleftrightarrow
9888 \begin_inset space \textvisiblespace{}
9889 \end_inset
9890
9891 A=B
9892 \end_layout
9893
9894 \end_inset
9895 </cell>
9896 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9897 \begin_inset Text
9898
9899 \begin_layout Plain Layout
9900 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
9901 \end_inset
9902
9903
9904 \end_layout
9905
9906 \end_inset
9907 </cell>
9908 </row>
9909 <row>
9910 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9911 \begin_inset Text
9912
9913 \begin_layout Plain Layout
9914
9915 \backslash
9916 underleftrightarrow
9917 \begin_inset space \textvisiblespace{}
9918 \end_inset
9919
9920 A=B
9921 \end_layout
9922
9923 \end_inset
9924 </cell>
9925 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9926 \begin_inset Text
9927
9928 \begin_layout Plain Layout
9929 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
9930 \end_inset
9931
9932
9933 \end_layout
9934
9935 \end_inset
9936 </cell>
9937 </row>
9938 </lyxtabular>
9939
9940 \end_inset
9941
9942
9943 \begin_inset space \hfill{}
9944 \end_inset
9945
9946
9947 \begin_inset Tabular
9948 <lyxtabular version="3" rows="5" columns="2">
9949 <features rotate="0" tabularvalignment="middle">
9950 <column alignment="center" valignment="top" width="0pt">
9951 <column alignment="center" valignment="top" width="0pt">
9952 <row>
9953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9954 \begin_inset Text
9955
9956 \begin_layout Plain Layout
9957 コマンド
9958 \end_layout
9959
9960 \end_inset
9961 </cell>
9962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9963 \begin_inset Text
9964
9965 \begin_layout Plain Layout
9966 出力
9967 \end_layout
9968
9969 \end_inset
9970 </cell>
9971 </row>
9972 <row>
9973 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9974 \begin_inset Text
9975
9976 \begin_layout Plain Layout
9977
9978 \backslash
9979 overrightarrow
9980 \begin_inset space \textvisiblespace{}
9981 \end_inset
9982
9983 A=B
9984 \end_layout
9985
9986 \end_inset
9987 </cell>
9988 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9989 \begin_inset Text
9990
9991 \begin_layout Plain Layout
9992 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
9993 \end_inset
9994
9995
9996 \end_layout
9997
9998 \end_inset
9999 </cell>
10000 </row>
10001 <row>
10002 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10003 \begin_inset Text
10004
10005 \begin_layout Plain Layout
10006
10007 \backslash
10008 underrightarrow
10009 \begin_inset space \textvisiblespace{}
10010 \end_inset
10011
10012 A=B
10013 \end_layout
10014
10015 \end_inset
10016 </cell>
10017 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10018 \begin_inset Text
10019
10020 \begin_layout Plain Layout
10021 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
10022 \end_inset
10023
10024
10025 \end_layout
10026
10027 \end_inset
10028 </cell>
10029 </row>
10030 <row>
10031 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10032 \begin_inset Text
10033
10034 \begin_layout Plain Layout
10035
10036 \backslash
10037 widetilde
10038 \begin_inset space \textvisiblespace{}
10039 \end_inset
10040
10041 A=B
10042 \end_layout
10043
10044 \end_inset
10045 </cell>
10046 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10047 \begin_inset Text
10048
10049 \begin_layout Plain Layout
10050 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
10051 \end_inset
10052
10053
10054 \end_layout
10055
10056 \end_inset
10057 </cell>
10058 </row>
10059 <row>
10060 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10061 \begin_inset Text
10062
10063 \begin_layout Plain Layout
10064
10065 \backslash
10066 widehat
10067 \begin_inset space \textvisiblespace{}
10068 \end_inset
10069
10070 A=B
10071 \end_layout
10072
10073 \end_inset
10074 </cell>
10075 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10076 \begin_inset Text
10077
10078 \begin_layout Plain Layout
10079 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
10080 \end_inset
10081
10082
10083 \end_layout
10084
10085 \end_inset
10086 </cell>
10087 </row>
10088 </lyxtabular>
10089
10090 \end_inset
10091
10092
10093 \begin_inset space \hfill{}
10094 \end_inset
10095
10096
10097 \end_layout
10098
10099 \begin_layout Standard
10100 \begin_inset VSpace medskip
10101 \end_inset
10102
10103 これらのコマンドでは、好きなだけ多くの文字にアクセントを付けることができます。しかし、
10104 \series bold
10105
10106 \backslash
10107 widetilde
10108 \series default
10109 および
10110 \series bold
10111
10112 \backslash
10113 widehat
10114 \series default
10115 のアクセントは、以下の例のように、出力では3文字分の長さにしかなりません。
10116 \begin_inset Formula 
10117 \[
10118 \widetilde{A+B=C-D}
10119 \]
10120
10121 \end_inset
10122
10123
10124 \end_layout
10125
10126 \begin_layout Standard
10127 前小節で述べた
10128 \series bold
10129
10130 \backslash
10131 overset
10132 \series default
10133
10134 \begin_inset Index idx
10135 status collapsed
10136
10137 \begin_layout Plain Layout
10138 こまんど@コマンド ! O ! 
10139 \backslash
10140 overset
10141 \end_layout
10142
10143 \end_inset
10144
10145 コマンドと
10146 \series bold
10147
10148 \backslash
10149 underset
10150 \series default
10151
10152 \begin_inset Index idx
10153 status collapsed
10154
10155 \begin_layout Plain Layout
10156 こまんど@コマンド ! U ! 
10157 \backslash
10158 underset
10159 \end_layout
10160
10161 \end_inset
10162
10163 コマンドを使っても、複数の文字にアクセントを付けることができます。
10164 \series bold
10165
10166 \backslash
10167 underset
10168 \begin_inset space \textvisiblespace{}
10169 \end_inset
10170
10171 A=B
10172 \begin_inset Formula $\downarrow$
10173 \end_inset
10174
10175 ***
10176 \series default
10177 というコマンドは、
10178 \begin_inset Formula 
10179 \[
10180 \underset{***}{A=B}
10181 \]
10182
10183 \end_inset
10184
10185 のようになります。
10186 \end_layout
10187
10188 \begin_layout Section
10189 空白
10190 \begin_inset CommandInset label
10191 LatexCommand label
10192 name "sub:空白"
10193
10194 \end_inset
10195
10196
10197 \begin_inset Index idx
10198 status collapsed
10199
10200 \begin_layout Plain Layout
10201 くうはく@空白 ! すいへい@水平
10202 \end_layout
10203
10204 \end_inset
10205
10206
10207 \end_layout
10208
10209 \begin_layout Subsection
10210 定義済みの空白
10211 \begin_inset CommandInset label
10212 LatexCommand label
10213 name "sub:定義済みの空白"
10214
10215 \end_inset
10216
10217
10218 \begin_inset Index idx
10219 status collapsed
10220
10221 \begin_layout Plain Layout
10222 くうはく@空白 ! すいへい@水平 ! ていぎずみ@定義済み
10223 \end_layout
10224
10225 \end_inset
10226
10227
10228 \end_layout
10229
10230 \begin_layout Standard
10231 数式に水平方向の空白を挿入することが、必要になることがあります。これは、保護された空白(
10232 \begin_inset Flex Ruby
10233 status collapsed
10234
10235 \begin_layout Plain Layout
10236 捷径
10237 \begin_inset Argument post:1
10238 status collapsed
10239
10240 \begin_layout Plain Layout
10241 ショートカット
10242 \end_layout
10243
10244 \end_inset
10245
10246
10247 \end_layout
10248
10249 \end_inset
10250
10251
10252 \begin_inset Info
10253 type  "shortcut"
10254 arg   "space-insert protected"
10255 \end_inset
10256
10257 )を挿入することで実現できます。「
10258 \color blue
10259
10260 \begin_inset space \textvisiblespace{}
10261 \end_inset
10262
10263
10264 \color inherit
10265 」が現れるので、
10266 \family sans
10267 Space
10268 \family default
10269 を何回か押すことによって、8種の異なる長さの空白のうち一つを選択することができます。空白は、数式ツールバーボタンの
10270 \begin_inset Graphics
10271         filename ../../images/math/space.png
10272         scale 85
10273
10274 \end_inset
10275
10276 を押すか、特定のコマンドを入力することで、挿入することができます。挿入したコマンド如何に関わらず、直後に
10277 \family sans
10278 Space
10279 \family default
10280 を押すことによって、長さを変更することができます。
10281 \end_layout
10282
10283 \begin_layout Standard
10284 \noindent
10285 \align center
10286 \begin_inset Tabular
10287 <lyxtabular version="3" rows="6" columns="3">
10288 <features rotate="0" tabularvalignment="middle">
10289 <column alignment="center" valignment="top">
10290 <column alignment="center" valignment="top" width="15col%">
10291 <column alignment="center" valignment="top">
10292 <row>
10293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10294 \begin_inset Text
10295
10296 \begin_layout Plain Layout
10297 コマンド
10298 \end_layout
10299
10300 \end_inset
10301 </cell>
10302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10303 \begin_inset Text
10304
10305 \begin_layout Plain Layout
10306 保護された空白を挿入したのち、
10307 \family sans
10308 Space
10309 \family default
10310 を叩く回数
10311 \end_layout
10312
10313 \end_inset
10314 </cell>
10315 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10316 \begin_inset Text
10317
10318 \begin_layout Plain Layout
10319 出力
10320 \end_layout
10321
10322 \end_inset
10323 </cell>
10324 </row>
10325 <row>
10326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10327 \begin_inset Text
10328
10329 \begin_layout Plain Layout
10330
10331 \backslash
10332 ,
10333 \end_layout
10334
10335 \end_inset
10336 </cell>
10337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10338 \begin_inset Text
10339
10340 \begin_layout Plain Layout
10341 0
10342 \end_layout
10343
10344 \end_inset
10345 </cell>
10346 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10347 \begin_inset Text
10348
10349 \begin_layout Plain Layout
10350 \begin_inset Formula $A\, B$
10351 \end_inset
10352
10353
10354 \end_layout
10355
10356 \end_inset
10357 </cell>
10358 </row>
10359 <row>
10360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10361 \begin_inset Text
10362
10363 \begin_layout Plain Layout
10364
10365 \backslash
10366 :
10367 \end_layout
10368
10369 \end_inset
10370 </cell>
10371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10372 \begin_inset Text
10373
10374 \begin_layout Plain Layout
10375 1
10376 \end_layout
10377
10378 \end_inset
10379 </cell>
10380 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10381 \begin_inset Text
10382
10383 \begin_layout Plain Layout
10384 \begin_inset Formula $A\: B$
10385 \end_inset
10386
10387
10388 \end_layout
10389
10390 \end_inset
10391 </cell>
10392 </row>
10393 <row>
10394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10395 \begin_inset Text
10396
10397 \begin_layout Plain Layout
10398
10399 \backslash
10400 ;
10401 \end_layout
10402
10403 \end_inset
10404 </cell>
10405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10406 \begin_inset Text
10407
10408 \begin_layout Plain Layout
10409 2
10410 \end_layout
10411
10412 \end_inset
10413 </cell>
10414 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10415 \begin_inset Text
10416
10417 \begin_layout Plain Layout
10418 \begin_inset Formula $A\; B$
10419 \end_inset
10420
10421
10422 \end_layout
10423
10424 \end_inset
10425 </cell>
10426 </row>
10427 <row>
10428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10429 \begin_inset Text
10430
10431 \begin_layout Plain Layout
10432
10433 \backslash
10434 quad
10435 \end_layout
10436
10437 \end_inset
10438 </cell>
10439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10440 \begin_inset Text
10441
10442 \begin_layout Plain Layout
10443 3
10444 \end_layout
10445
10446 \end_inset
10447 </cell>
10448 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10449 \begin_inset Text
10450
10451 \begin_layout Plain Layout
10452 \begin_inset Formula $A\quad B$
10453 \end_inset
10454
10455
10456 \end_layout
10457
10458 \end_inset
10459 </cell>
10460 </row>
10461 <row>
10462 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10463 \begin_inset Text
10464
10465 \begin_layout Plain Layout
10466
10467 \backslash
10468 qquad
10469 \end_layout
10470
10471 \end_inset
10472 </cell>
10473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10474 \begin_inset Text
10475
10476 \begin_layout Plain Layout
10477 4
10478 \end_layout
10479
10480 \end_inset
10481 </cell>
10482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10483 \begin_inset Text
10484
10485 \begin_layout Plain Layout
10486 \begin_inset Formula $A\qquad B$
10487 \end_inset
10488
10489
10490 \end_layout
10491
10492 \end_inset
10493 </cell>
10494 </row>
10495 </lyxtabular>
10496
10497 \end_inset
10498
10499
10500 \begin_inset space \hfill{}
10501 \end_inset
10502
10503
10504 \begin_inset Tabular
10505 <lyxtabular version="3" rows="6" columns="3">
10506 <features rotate="0" tabularvalignment="middle">
10507 <column alignment="center" valignment="top">
10508 <column alignment="center" valignment="top" width="15col%">
10509 <column alignment="center" valignment="top">
10510 <row>
10511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10512 \begin_inset Text
10513
10514 \begin_layout Plain Layout
10515 コマンド
10516 \end_layout
10517
10518 \end_inset
10519 </cell>
10520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10521 \begin_inset Text
10522
10523 \begin_layout Plain Layout
10524 保護された空白を挿入したのち、
10525 \family sans
10526 Space
10527 \family default
10528 を叩く回数
10529 \end_layout
10530
10531 \end_inset
10532 </cell>
10533 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10534 \begin_inset Text
10535
10536 \begin_layout Plain Layout
10537 出力
10538 \end_layout
10539
10540 \end_inset
10541 </cell>
10542 </row>
10543 <row>
10544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10545 \begin_inset Text
10546
10547 \begin_layout Plain Layout
10548
10549 \backslash
10550 hfill
10551 \end_layout
10552
10553 \end_inset
10554 </cell>
10555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10556 \begin_inset Text
10557
10558 \begin_layout Plain Layout
10559 5
10560 \end_layout
10561
10562 \end_inset
10563 </cell>
10564 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10565 \begin_inset Text
10566
10567 \begin_layout Plain Layout
10568 \begin_inset Formula $A\hfill B$
10569 \end_inset
10570
10571
10572 \end_layout
10573
10574 \end_inset
10575 </cell>
10576 </row>
10577 <row>
10578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10579 \begin_inset Text
10580
10581 \begin_layout Plain Layout
10582
10583 \backslash
10584 hspace*{1em}
10585 \end_layout
10586
10587 \end_inset
10588 </cell>
10589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10590 \begin_inset Text
10591
10592 \begin_layout Plain Layout
10593 6
10594 \end_layout
10595
10596 \end_inset
10597 </cell>
10598 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10599 \begin_inset Text
10600
10601 \begin_layout Plain Layout
10602 \begin_inset Formula $A\hspace*{1em}B$
10603 \end_inset
10604
10605
10606 \end_layout
10607
10608 \end_inset
10609 </cell>
10610 </row>
10611 <row>
10612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10613 \begin_inset Text
10614
10615 \begin_layout Plain Layout
10616
10617 \backslash
10618 hspace{1em}
10619 \end_layout
10620
10621 \end_inset
10622 </cell>
10623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10624 \begin_inset Text
10625
10626 \begin_layout Plain Layout
10627 7
10628 \end_layout
10629
10630 \end_inset
10631 </cell>
10632 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10633 \begin_inset Text
10634
10635 \begin_layout Plain Layout
10636 \begin_inset Formula $A\hspace{1em}B$
10637 \end_inset
10638
10639
10640 \end_layout
10641
10642 \end_inset
10643 </cell>
10644 </row>
10645 <row>
10646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10647 \begin_inset Text
10648
10649 \begin_layout Plain Layout
10650
10651 \backslash
10652
10653 \begin_inset space \textvisiblespace{}
10654 \end_inset
10655
10656
10657 \end_layout
10658
10659 \end_inset
10660 </cell>
10661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10662 \begin_inset Text
10663
10664 \begin_layout Plain Layout
10665 8
10666 \end_layout
10667
10668 \end_inset
10669 </cell>
10670 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10671 \begin_inset Text
10672
10673 \begin_layout Plain Layout
10674 \begin_inset Formula $A\ B$
10675 \end_inset
10676
10677
10678 \end_layout
10679
10680 \end_inset
10681 </cell>
10682 </row>
10683 <row>
10684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10685 \begin_inset Text
10686
10687 \begin_layout Plain Layout
10688
10689 \backslash
10690 !
10691 \end_layout
10692
10693 \end_inset
10694 </cell>
10695 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10696 \begin_inset Text
10697
10698 \begin_layout Plain Layout
10699 9
10700 \end_layout
10701
10702 \end_inset
10703 </cell>
10704 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10705 \begin_inset Text
10706
10707 \begin_layout Plain Layout
10708 \begin_inset Formula $A\! B$
10709 \end_inset
10710
10711
10712 \end_layout
10713
10714 \end_inset
10715 </cell>
10716 </row>
10717 </lyxtabular>
10718
10719 \end_inset
10720
10721
10722 \end_layout
10723
10724 \begin_layout Standard
10725
10726 \lang english
10727 Space
10728 \begin_inset space ~
10729 \end_inset
10730
10731 5
10732 \begin_inset space \thinspace{}
10733 \end_inset
10734
10735 --
10736 \begin_inset space \thinspace{}
10737 \end_inset
10738
10739 7 are variable spaces which are explained in
10740 \lang japanese
10741  
10742 \begin_inset CommandInset ref
10743 LatexCommand ref
10744 reference "sub:可変長の空白"
10745
10746 \end_inset
10747
10748 .一番右の長さは、一見、空白を生まないように見えます。実はこれは負の長さなので、他の長さと異なり、LyX中では赤で表示されます。以下のように、他にもう二つ、負の長
10749 さの空白があります。
10750 \end_layout
10751
10752 \begin_layout Standard
10753 \align center
10754 \begin_inset Tabular
10755 <lyxtabular version="3" rows="3" columns="3">
10756 <features rotate="0" tabularvalignment="middle">
10757 <column alignment="center" valignment="middle" width="6.8cm">
10758 <column alignment="center" valignment="top" width="0pt">
10759 <column alignment="center" valignment="top" width="0pt">
10760 <row>
10761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10762 \begin_inset Text
10763
10764 \begin_layout Plain Layout
10765 コマンド
10766 \end_layout
10767
10768 \end_inset
10769 </cell>
10770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10771 \begin_inset Text
10772
10773 \begin_layout Plain Layout
10774
10775 \backslash
10776 negmedspace
10777 \end_layout
10778
10779 \end_inset
10780 </cell>
10781 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10782 \begin_inset Text
10783
10784 \begin_layout Plain Layout
10785
10786 \backslash
10787 negthickspace
10788 \end_layout
10789
10790 \end_inset
10791 </cell>
10792 </row>
10793 <row>
10794 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10795 \begin_inset Text
10796
10797 \begin_layout Plain Layout
10798 保護された空白を挿入したのち、
10799 \family sans
10800 Space
10801 \family default
10802 を叩く回数
10803 \end_layout
10804
10805 \end_inset
10806 </cell>
10807 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10808 \begin_inset Text
10809
10810 \begin_layout Plain Layout
10811 10
10812 \end_layout
10813
10814 \end_inset
10815 </cell>
10816 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10817 \begin_inset Text
10818
10819 \begin_layout Plain Layout
10820 11
10821 \end_layout
10822
10823 \end_inset
10824 </cell>
10825 </row>
10826 <row>
10827 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10828 \begin_inset Text
10829
10830 \begin_layout Plain Layout
10831 出力
10832 \end_layout
10833
10834 \end_inset
10835 </cell>
10836 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10837 \begin_inset Text
10838
10839 \begin_layout Plain Layout
10840 \begin_inset Formula $A\negmedspace B$
10841 \end_inset
10842
10843
10844 \end_layout
10845
10846 \end_inset
10847 </cell>
10848 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10849 \begin_inset Text
10850
10851 \begin_layout Plain Layout
10852 \begin_inset Formula $A\negthickspace B$
10853 \end_inset
10854
10855
10856 \end_layout
10857
10858 \end_inset
10859 </cell>
10860 </row>
10861 </lyxtabular>
10862
10863 \end_inset
10864
10865
10866 \end_layout
10867
10868 \begin_layout Standard
10869 負の空白を使うと、文字が重なってしまうことがあります。これを利用して、合字処理を強制することができます。これは、たとえば以下のように、和演算子に使えます。
10870 \end_layout
10871
10872 \begin_layout Standard
10873 \align center
10874 \begin_inset Tabular
10875 <lyxtabular version="3" rows="3" columns="2">
10876 <features rotate="0" tabularvalignment="middle">
10877 <column alignment="center" valignment="top">
10878 <column alignment="center" valignment="top">
10879 <row>
10880 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10881 \begin_inset Text
10882
10883 \begin_layout Plain Layout
10884 コマンド
10885 \end_layout
10886
10887 \end_inset
10888 </cell>
10889 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10890 \begin_inset Text
10891
10892 \begin_layout Plain Layout
10893 出力
10894 \begin_inset Note Note
10895 status collapsed
10896
10897 \begin_layout Plain Layout
10898 ここで
10899 \series bold
10900
10901 \backslash
10902 raisebox
10903 \series default
10904 はスペーサーとして使用しているだけです。
10905 \end_layout
10906
10907 \end_inset
10908
10909
10910 \end_layout
10911
10912 \end_inset
10913 </cell>
10914 </row>
10915 <row>
10916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10917 \begin_inset Text
10918
10919 \begin_layout Plain Layout
10920
10921 \backslash
10922 sum
10923 \backslash
10924 sum
10925 \begin_inset space \textvisiblespace{}
10926 \end_inset
10927
10928 f_kl
10929 \end_layout
10930
10931 \end_inset
10932 </cell>
10933 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10934 \begin_inset Text
10935
10936 \begin_layout Plain Layout
10937 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
10938 \end_inset
10939
10940
10941 \end_layout
10942
10943 \end_inset
10944 </cell>
10945 </row>
10946 <row>
10947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10948 \begin_inset Text
10949
10950 \begin_layout Plain Layout
10951
10952 \backslash
10953 sum
10954 \backslash
10955 negmedspace
10956 \backslash
10957 sum
10958 \begin_inset space \textvisiblespace{}
10959 \end_inset
10960
10961 f_kl
10962 \end_layout
10963
10964 \end_inset
10965 </cell>
10966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10967 \begin_inset Text
10968
10969 \begin_layout Plain Layout
10970 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
10971 \end_inset
10972
10973
10974 \end_layout
10975
10976 \end_inset
10977 </cell>
10978 </row>
10979 </lyxtabular>
10980
10981 \end_inset
10982
10983
10984 \end_layout
10985
10986 \begin_layout Standard
10987 \noindent
10988 \begin_inset VSpace medskip
10989 \end_inset
10990
10991
10992 \end_layout
10993
10994 \begin_layout Standard
10995 \noindent
10996 イコール記号などの関係子は、つねに空白を前後に伴うようになっていますが、これを抑制するには、イコール記号をTeX括弧で囲みます。以下の例にこれを示します。
10997 \end_layout
10998
10999 \begin_layout Standard
11000 \align center
11001 \begin_inset Tabular
11002 <lyxtabular version="3" rows="2" columns="2">
11003 <features rotate="0" tabularvalignment="middle">
11004 <column alignment="center" valignment="top" width="0pt">
11005 <column alignment="center" valignment="top" width="0pt">
11006 <row>
11007 <cell alignment="center" valignment="top" usebox="none">
11008 \begin_inset Text
11009
11010 \begin_layout Plain Layout
11011 通常の数式
11012 \end_layout
11013
11014 \end_inset
11015 </cell>
11016 <cell alignment="center" valignment="top" usebox="none">
11017 \begin_inset Text
11018
11019 \begin_layout Plain Layout
11020 \begin_inset Formula $A=B$
11021 \end_inset
11022
11023
11024 \end_layout
11025
11026 \end_inset
11027 </cell>
11028 </row>
11029 <row>
11030 <cell alignment="center" valignment="top" usebox="none">
11031 \begin_inset Text
11032
11033 \begin_layout Plain Layout
11034 \begin_inset Note Note
11035 status collapsed
11036
11037 \begin_layout Plain Layout
11038 ここで
11039 \series bold
11040
11041 \backslash
11042 raisebox
11043 \series default
11044 はスペーサーとして使用しているだけです。
11045 \end_layout
11046
11047 \end_inset
11048
11049
11050 \begin_inset Formula $\raisebox{5mm}{}$
11051 \end_inset
11052
11053 空白なしの数式
11054 \end_layout
11055
11056 \end_inset
11057 </cell>
11058 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11059 \begin_inset Text
11060
11061 \begin_layout Plain Layout
11062 \begin_inset Formula $A{=}B$
11063 \end_inset
11064
11065
11066 \end_layout
11067
11068 \end_inset
11069 </cell>
11070 </row>
11071 </lyxtabular>
11072
11073 \end_inset
11074
11075
11076 \end_layout
11077
11078 \begin_layout Standard
11079 \noindent
11080 二行目の数式を作るコマンドは、
11081 \series bold
11082 A
11083 \backslash
11084 {=
11085 \begin_inset Formula $\to$
11086 \end_inset
11087
11088 B
11089 \series default
11090 です。
11091 \end_layout
11092
11093 \begin_layout Standard
11094 \begin_inset VSpace bigskip
11095 \end_inset
11096
11097 物理単位には、値と単位のあいだに通常の空白ではなく、最小の空白を入れる必要があるために、それに適した空白が必要です。本文中の単位には、挿入\SpecialChar \menuseparator
11098 整形\SpecialChar \menuseparator
11099 小空白メニュー(
11100 \begin_inset Flex Ruby
11101 status collapsed
11102
11103 \begin_layout Plain Layout
11104 捷径
11105 \begin_inset Argument post:1
11106 status collapsed
11107
11108 \begin_layout Plain Layout
11109 ショートカット
11110 \end_layout
11111
11112 \end_inset
11113
11114
11115 \end_layout
11116
11117 \end_inset
11118
11119
11120 \begin_inset Info
11121 type  "shortcut"
11122 arg   "space-insert thin"
11123 \end_inset
11124
11125 )で、最小の空白を挿入することができます。
11126 \end_layout
11127
11128 \begin_layout Standard
11129 違いを示す例を以下に掲げます。
11130 \end_layout
11131
11132 \begin_layout Standard
11133 \begin_inset Tabular
11134 <lyxtabular version="3" rows="2" columns="2">
11135 <features rotate="0" tabularvalignment="middle">
11136 <column alignment="left" valignment="top">
11137 <column alignment="left" valignment="top">
11138 <row>
11139 <cell alignment="center" valignment="top" usebox="none">
11140 \begin_inset Text
11141
11142 \begin_layout Plain Layout
11143 24 kW
11144 \begin_inset Formula $\cdot$
11145 \end_inset
11146
11147 h
11148 \end_layout
11149
11150 \end_inset
11151 </cell>
11152 <cell alignment="center" valignment="top" usebox="none">
11153 \begin_inset Text
11154
11155 \begin_layout Plain Layout
11156 値と単位のあいだに通常の空白を入れた例
11157 \end_layout
11158
11159 \end_inset
11160 </cell>
11161 </row>
11162 <row>
11163 <cell alignment="center" valignment="top" usebox="none">
11164 \begin_inset Text
11165
11166 \begin_layout Plain Layout
11167 24
11168 \begin_inset space \thinspace{}
11169 \end_inset
11170
11171 kW
11172 \begin_inset Formula $\cdot$
11173 \end_inset
11174
11175 h
11176 \end_layout
11177
11178 \end_inset
11179 </cell>
11180 <cell alignment="center" valignment="top" usebox="none">
11181 \begin_inset Text
11182
11183 \begin_layout Plain Layout
11184 値と単位のあいだに最小の空白を入れた例
11185 \end_layout
11186
11187 \end_inset
11188 </cell>
11189 </row>
11190 </lyxtabular>
11191
11192 \end_inset
11193
11194
11195 \end_layout
11196
11197 \begin_layout Subsection
11198 可変長の空白
11199 \begin_inset ERT
11200 status collapsed
11201
11202 \begin_layout Plain Layout
11203
11204
11205 \backslash
11206 texorpdfstring{
11207 \end_layout
11208
11209 \end_inset
11210
11211
11212 \begin_inset Foot
11213 status collapsed
11214
11215 \begin_layout Plain Layout
11216 数式中の垂直方向の空白については、第
11217 \begin_inset CommandInset ref
11218 LatexCommand ref
11219 reference "sub:行間"
11220
11221 \end_inset
11222
11223 節をご覧下さい。
11224 \end_layout
11225
11226 \end_inset
11227
11228
11229 \begin_inset ERT
11230 status collapsed
11231
11232 \begin_layout Plain Layout
11233
11234 }{}
11235 \end_layout
11236
11237 \end_inset
11238
11239
11240 \begin_inset Note Note
11241 status collapsed
11242
11243 \begin_layout Plain Layout
11244
11245 \backslash
11246 texorpdfstringは、PDFのしおりに脚注が現れるのを防ぐために使われています。
11247 \end_layout
11248
11249 \begin_layout Plain Layout
11250
11251 \backslash
11252 texorpdfstringについての詳細は、第
11253 \begin_inset CommandInset ref
11254 LatexCommand ref
11255 reference "sub:節見出し中の数式"
11256
11257 \end_inset
11258
11259 節にあります。
11260 \end_layout
11261
11262 \end_inset
11263
11264
11265 \begin_inset CommandInset label
11266 LatexCommand label
11267 name "sub:可変長の空白"
11268
11269 \end_inset
11270
11271
11272 \begin_inset Index idx
11273 status collapsed
11274
11275 \begin_layout Plain Layout
11276 くうはく@空白 ! すいへいほうこう@水平方向 ! かへんちょう@可変長
11277 \end_layout
11278
11279 \end_inset
11280
11281
11282 \end_layout
11283
11284 \begin_layout Standard
11285 指定した長さの空白が、
11286 \series bold
11287
11288 \backslash
11289 hspace
11290 \series default
11291
11292 \begin_inset Index idx
11293 status collapsed
11294
11295 \begin_layout Plain Layout
11296 こまんど@コマンド ! H ! 
11297 \backslash
11298 hspace
11299 \end_layout
11300
11301 \end_inset
11302
11303 コマンドで入力することができます。すると、ながい「
11304 \color blue
11305
11306 \begin_inset space \textvisiblespace{}
11307 \end_inset
11308
11309
11310 \color inherit
11311 」が現れます。長さは、「
11312 \color blue
11313
11314 \begin_inset space \textvisiblespace{}
11315 \end_inset
11316
11317
11318 \color inherit
11319 」を左クリックすることによって指定することができます。長さは負の値でも構いません。
11320 \lang english
11321 When a space would be the first character in a line it would be omitted.
11322  To force its output use the command 
11323 \series bold
11324
11325 \backslash
11326 hspace*
11327 \series default
11328  instead of 
11329 \series bold
11330
11331 \backslash
11332 hspace
11333 \series default
11334  or left-click on the 
11335 \begin_inset Quotes eld
11336 \end_inset
11337
11338
11339 \color blue
11340
11341 \begin_inset space \textvisiblespace{}
11342 \end_inset
11343
11344
11345 \color inherit
11346
11347 \begin_inset Quotes erd
11348 \end_inset
11349
11350  and check the option 
11351 \family sans
11352 Protect
11353 \family default
11354 .
11355 \lang japanese
11356
11357 \begin_inset Newline newline
11358 \end_inset
11359
11360 数式が使用できる空白をすべて使い尽くすだけの空白を挿入するには、
11361 \series bold
11362
11363 \backslash
11364 hfill
11365 \series default
11366
11367 \begin_inset Index idx
11368 status collapsed
11369
11370 \begin_layout Plain Layout
11371 こまんど@コマンド ! H ! 
11372 \backslash
11373 hfill
11374 \end_layout
11375
11376 \end_inset
11377
11378 コマンドを使用します。
11379 \end_layout
11380
11381 \begin_layout Standard
11382 \begin_inset VSpace -1mm
11383 \end_inset
11384
11385
11386 \end_layout
11387
11388 \begin_layout Standard
11389 \align center
11390 \begin_inset Tabular
11391 <lyxtabular version="3" rows="4" columns="2">
11392 <features rotate="0" tabularvalignment="middle">
11393 <column alignment="center" valignment="top">
11394 <column alignment="center" valignment="top">
11395 <row>
11396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11397 \begin_inset Text
11398
11399 \begin_layout Plain Layout
11400 コマンド(
11401 \backslash
11402 hspace 長さ)
11403 \end_layout
11404
11405 \end_inset
11406 </cell>
11407 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11408 \begin_inset Text
11409
11410 \begin_layout Plain Layout
11411 出力
11412 \end_layout
11413
11414 \end_inset
11415 </cell>
11416 </row>
11417 <row>
11418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11419 \begin_inset Text
11420
11421 \begin_layout Plain Layout
11422 A=B
11423 \backslash
11424 hspace
11425 \begin_inset space \textvisiblespace{}
11426 \end_inset
11427
11428 A
11429 \backslash
11430 not=C (3
11431 \begin_inset space \thinspace{}
11432 \end_inset
11433
11434 cm)
11435 \end_layout
11436
11437 \end_inset
11438 </cell>
11439 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11440 \begin_inset Text
11441
11442 \begin_layout Plain Layout
11443 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
11444 \end_inset
11445
11446
11447 \end_layout
11448
11449 \end_inset
11450 </cell>
11451 </row>
11452 <row>
11453 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11454 \begin_inset Text
11455
11456 \begin_layout Plain Layout
11457 A
11458 \backslash
11459 hspace
11460 \begin_inset space \textvisiblespace{}
11461 \end_inset
11462
11463 A
11464 \backslash
11465 not=A (-1
11466 \begin_inset space \thinspace{}
11467 \end_inset
11468
11469 mm)
11470 \end_layout
11471
11472 \end_inset
11473 </cell>
11474 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11475 \begin_inset Text
11476
11477 \begin_layout Plain Layout
11478 \begin_inset Formula $A\hspace{-1mm}A\not=A$
11479 \end_inset
11480
11481
11482 \end_layout
11483
11484 \end_inset
11485 </cell>
11486 </row>
11487 <row>
11488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11489 \begin_inset Text
11490
11491 \begin_layout Plain Layout
11492 A=A
11493 \backslash
11494 hfill
11495 \begin_inset space \textvisiblespace{}
11496 \end_inset
11497
11498 B=B
11499 \end_layout
11500
11501 \end_inset
11502 </cell>
11503 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11504 \begin_inset Text
11505
11506 \begin_layout Plain Layout
11507 \begin_inset Formula $A=A\hfill B=B$
11508 \end_inset
11509
11510
11511 \end_layout
11512
11513 \end_inset
11514 </cell>
11515 </row>
11516 </lyxtabular>
11517
11518 \end_inset
11519
11520
11521 \end_layout
11522
11523 \begin_layout Standard
11524 上記の最後の例では、使用できる空白は、表の列中もっとも長い要素によって規定されます。行内数式では、空白は、
11525 \series bold
11526
11527 \backslash
11528 hfill
11529 \series default
11530 が挿入された行の長さに依存します。つまり、その行が全幅を使用している場合、空白はまったく作られません。また
11531 \series bold
11532
11533 \backslash
11534 hfill
11535 \series default
11536 は、別行立て数式中では、
11537 \series bold
11538 行頭下げ
11539 \series default
11540 数式スタイルが使われているときのみ、意味を持ちます(数式スタイルは第
11541 \begin_inset CommandInset ref
11542 LatexCommand ref
11543 reference "sec:数式様式"
11544
11545 \end_inset
11546
11547 節で説明されています)。
11548 \end_layout
11549
11550 \begin_layout Standard
11551
11552 \series bold
11553
11554 \backslash
11555 hfill
11556 \series default
11557 の他にも、空白を模様で埋める
11558 \series bold
11559
11560 \backslash
11561 dotfill
11562 \series default
11563
11564 \series bold
11565
11566 \backslash
11567 hrulefill
11568 \series default
11569 といったコマンドがあります。用例については第
11570 \begin_inset CommandInset ref
11571 LatexCommand ref
11572 reference "sub:省略符号"
11573
11574 \end_inset
11575
11576 節をご参照下さい。
11577 \end_layout
11578
11579 \begin_layout Standard
11580 本文中では、可変長空白は、
11581 \family sans
11582 挿入\SpecialChar \menuseparator
11583 整形\SpecialChar \menuseparator
11584 水平方向の空白
11585 \family default
11586 メニューで挿入することができます。
11587 \end_layout
11588
11589 \begin_layout Standard
11590 (例)
11591 \end_layout
11592
11593 \begin_layout Standard
11594 この行には、
11595 \begin_inset space \hspace{}
11596 \length 2cm
11597 \end_inset
11598
11599 2
11600 \begin_inset space \thinspace{}
11601 \end_inset
11602
11603 cmの空白が入っています。
11604 \end_layout
11605
11606 \begin_layout Standard
11607 この行には、
11608 \begin_inset space \hfill{}
11609 \end_inset
11610
11611 最大の空白が入っています。
11612 \end_layout
11613
11614 \begin_layout Subsection
11615 行内数式周りの空白
11616 \begin_inset Index idx
11617 status collapsed
11618
11619 \begin_layout Plain Layout
11620 くうはく@空白 ! ぎょうないすうしきまわり@行内数式周り
11621 \end_layout
11622
11623 \end_inset
11624
11625
11626 \end_layout
11627
11628 \begin_layout Standard
11629 行内数式前後の空白は、長さ
11630 \series bold
11631
11632 \backslash
11633 mathsurround
11634 \begin_inset Index idx
11635 status collapsed
11636
11637 \begin_layout Plain Layout
11638 こまんど@コマンド ! M ! 
11639 \backslash
11640 mathsurround
11641 \end_layout
11642
11643 \end_inset
11644
11645
11646 \series default
11647 を使って調節することができます。長さの値は、以下の書式を持つ
11648 \series bold
11649
11650 \backslash
11651 setlength
11652 \begin_inset Index idx
11653 status collapsed
11654
11655 \begin_layout Plain Layout
11656 こまんど@コマンド ! S ! 
11657 \backslash
11658 setlength
11659 \end_layout
11660
11661 \end_inset
11662
11663
11664 \series default
11665 コマンドを使って設定することができます。
11666 \end_layout
11667
11668 \begin_layout Standard
11669
11670 \series bold
11671
11672 \backslash
11673 setlength{長さ名}{値}
11674 \end_layout
11675
11676 \begin_layout Standard
11677
11678 \series bold
11679
11680 \backslash
11681 mathsurround
11682 \series default
11683 を5
11684 \begin_inset space \thinspace{}
11685 \end_inset
11686
11687 mmの値に設定するには、以下のコマンド
11688 \end_layout
11689
11690 \begin_layout Standard
11691
11692 \series bold
11693
11694 \backslash
11695 setlength{
11696 \backslash
11697 mathsurround}{5mm}
11698 \end_layout
11699
11700 \begin_layout Standard
11701 をTeXモードで挿入します。すると、5
11702 \begin_inset space \thinspace{}
11703 \end_inset
11704
11705 mmの空白がすべての行内数式の前後に設定されることになります。
11706 \begin_inset ERT
11707 status collapsed
11708
11709 \begin_layout Plain Layout
11710
11711
11712 \backslash
11713 setlength{
11714 \backslash
11715 mathsurround}{5mm}
11716 \end_layout
11717
11718 \end_inset
11719
11720
11721 \end_layout
11722
11723 \begin_layout Standard
11724 この行には、周囲に5
11725 \begin_inset space \thinspace{}
11726 \end_inset
11727
11728 mmの余白を設定した行内数式
11729 \begin_inset Formula $A=B$
11730 \end_inset
11731
11732 があります。
11733 \begin_inset ERT
11734 status collapsed
11735
11736 \begin_layout Plain Layout
11737
11738
11739 \backslash
11740 setlength{
11741 \backslash
11742 mathsurround}{0pt}
11743 \end_layout
11744
11745 \end_inset
11746
11747
11748 \end_layout
11749
11750 \begin_layout Standard
11751 既定値に戻すには、
11752 \series bold
11753
11754 \backslash
11755 mathsurround
11756 \series default
11757 を0
11758 \begin_inset space \thinspace{}
11759 \end_inset
11760
11761 ptの値に戻して下さい。
11762 \end_layout
11763
11764 \begin_layout Section
11765 ボックスと枠
11766 \begin_inset Index idx
11767 status collapsed
11768
11769 \begin_layout Plain Layout
11770 ぼっくす@ボックス
11771 \end_layout
11772
11773 \end_inset
11774
11775
11776 \begin_inset Index idx
11777 status collapsed
11778
11779 \begin_layout Plain Layout
11780 わく@枠 | see
11781 \begin_inset ERT
11782 status collapsed
11783
11784 \begin_layout Plain Layout
11785
11786 {
11787 \end_layout
11788
11789 \end_inset
11790
11791 ボックス
11792 \begin_inset ERT
11793 status collapsed
11794
11795 \begin_layout Plain Layout
11796
11797 }
11798 \end_layout
11799
11800 \end_inset
11801
11802
11803 \end_layout
11804
11805 \end_inset
11806
11807
11808 \end_layout
11809
11810 \begin_layout Standard
11811 本文中のボックスについては、取扱説明書
11812 \family typewriter
11813 埋め込みオブジェクト篇
11814 \family default
11815
11816 \family typewriter
11817 Boxes
11818 \family default
11819 の章に述べられています。
11820 \end_layout
11821
11822 \begin_layout Subsection
11823 縁付きボックス
11824 \begin_inset CommandInset label
11825 LatexCommand label
11826 name "sub:縁付きボックス"
11827
11828 \end_inset
11829
11830
11831 \begin_inset Index idx
11832 status collapsed
11833
11834 \begin_layout Plain Layout
11835 ぼっくす@ボックス ! ふちつき@縁付き
11836 \end_layout
11837
11838 \end_inset
11839
11840
11841 \end_layout
11842
11843 \begin_layout Standard
11844
11845 \series bold
11846
11847 \backslash
11848 fbox
11849 \series default
11850
11851 \begin_inset Index idx
11852 status collapsed
11853
11854 \begin_layout Plain Layout
11855 こまんど@コマンド ! F ! 
11856 \backslash
11857 fbox
11858 \end_layout
11859
11860 \end_inset
11861
11862 コマンドや
11863 \series bold
11864
11865 \backslash
11866 boxed
11867 \series default
11868
11869 \begin_inset Index idx
11870 status collapsed
11871
11872 \begin_layout Plain Layout
11873 こまんど@コマンド ! B ! 
11874 \backslash
11875 boxed
11876 \end_layout
11877
11878 \end_inset
11879
11880 コマンドを使えば、数式やその一部を枠の中に入れることができます。
11881 \end_layout
11882
11883 \begin_layout Standard
11884 どちらかのコマンドを数式に挿入すると、枠の中に青枠が現れ、数式の断片を入れることができます。
11885 \series bold
11886
11887 \backslash
11888 fbox
11889 \series default
11890 の場合には、そのままではボックスの中身が数式テキストとして取り扱われてしまうので、
11891 \family sans
11892 Ctrl+M
11893 \family default
11894 を使って、このボックスの中にもう一度数式を作らなくてはなりません。
11895 \series bold
11896
11897 \backslash
11898 boxed
11899 \series default
11900 を使った場合には、新しい数式が自動的に枠内に作られます。
11901 \end_layout
11902
11903 \begin_layout Standard
11904
11905 \series bold
11906
11907 \backslash
11908 fbox
11909 \series default
11910 コマンドは、数式がつねに本文の大きさに設定されてしまうので、別行立て数式に枠を付けるのには適していません。逆に
11911 \series bold
11912
11913 \backslash
11914 boxed
11915 \series default
11916 は、数式がつねに別行立て数式の大きさに設定されてしまうので、行内数式に枠をつけるのには適していません。
11917 \end_layout
11918
11919 \begin_layout Standard
11920
11921 \series bold
11922
11923 \backslash
11924 fbox
11925 \series default
11926 の拡張として、枠幅と配置も指定することができる
11927 \series bold
11928
11929 \backslash
11930 framebox
11931 \series default
11932
11933 \begin_inset Index idx
11934 status collapsed
11935
11936 \begin_layout Plain Layout
11937 こまんど@コマンド ! F ! 
11938 \backslash
11939 framebox
11940 \end_layout
11941
11942 \end_inset
11943
11944 コマンドがあります。
11945 \series bold
11946
11947 \backslash
11948 framebox
11949 \series default
11950 は、以下の書式を持ちます。
11951 \end_layout
11952
11953 \begin_layout Standard
11954
11955 \series bold
11956
11957 \backslash
11958 framebox[枠幅][位置]{ボックスの内容}
11959 \end_layout
11960
11961 \begin_layout Standard
11962 「位置」は、
11963 \emph on
11964 l
11965 \emph default
11966
11967 \emph on
11968 r
11969 \emph default
11970 の値をとります。
11971 \emph on
11972 l
11973 \emph default
11974 は、ボックス中で数式を左寄せ、
11975 \emph on
11976 r
11977 \emph default
11978 は右寄せにします。位置を指定しない時には、数式は中央揃えになります。
11979 \begin_inset Newline newline
11980 \end_inset
11981
11982 「枠幅」を指定しない時には、位置を指定することができません。この場合には、
11983 \series bold
11984
11985 \backslash
11986 fbox
11987 \series default
11988 と同様、枠幅がボックスの内容に応じて調節されるのです。
11989 \end_layout
11990
11991 \begin_layout Standard
11992
11993 \series bold
11994
11995 \backslash
11996 framebox
11997 \series default
11998 コマンドを挿入すると、三つの青枠を含むボックスが現れます。最初の二つの枠は括弧で囲まれており、二つとも非必須の変数であることを意味します。三つ目の枠は、
11999 \series bold
12000
12001 \backslash
12002 fbox
12003 \series default
12004 同様、数式の断片を入れるためのものです。
12005 \end_layout
12006
12007 \begin_layout Standard
12008 \align center
12009 \begin_inset Tabular
12010 <lyxtabular version="3" rows="5" columns="2">
12011 <features rotate="0" tabularvalignment="middle">
12012 <column alignment="center" valignment="top">
12013 <column alignment="center" valignment="top">
12014 <row>
12015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12016 \begin_inset Text
12017
12018 \begin_layout Plain Layout
12019 コマンド
12020 \end_layout
12021
12022 \end_inset
12023 </cell>
12024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12025 \begin_inset Text
12026
12027 \begin_layout Plain Layout
12028 出力
12029 \begin_inset Note Note
12030 status collapsed
12031
12032 \begin_layout Plain Layout
12033 ここで
12034 \series bold
12035
12036 \backslash
12037 raisebox
12038 \series default
12039 はスペーサーとして使用しているだけです。
12040 \end_layout
12041
12042 \end_inset
12043
12044
12045 \end_layout
12046
12047 \end_inset
12048 </cell>
12049 </row>
12050 <row>
12051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12052 \begin_inset Text
12053
12054 \begin_layout Plain Layout
12055
12056 \backslash
12057 fbox
12058 \begin_inset space \textvisiblespace{}
12059 \end_inset
12060
12061
12062 \family sans
12063 Ctrl+M
12064 \family default
12065  
12066 \backslash
12067 int
12068 \begin_inset space \textvisiblespace{}
12069 \end_inset
12070
12071 A=B
12072 \end_layout
12073
12074 \end_inset
12075 </cell>
12076 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12077 \begin_inset Text
12078
12079 \begin_layout Plain Layout
12080 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
12081 \end_inset
12082
12083
12084 \end_layout
12085
12086 \end_inset
12087 </cell>
12088 </row>
12089 <row>
12090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12091 \begin_inset Text
12092
12093 \begin_layout Plain Layout
12094
12095 \backslash
12096 boxed
12097 \begin_inset space \textvisiblespace{}
12098 \end_inset
12099
12100
12101 \backslash
12102 int
12103 \begin_inset space \textvisiblespace{}
12104 \end_inset
12105
12106 A=B
12107 \end_layout
12108
12109 \end_inset
12110 </cell>
12111 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12112 \begin_inset Text
12113
12114 \begin_layout Plain Layout
12115 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
12116 \end_inset
12117
12118
12119 \end_layout
12120
12121 \end_inset
12122 </cell>
12123 </row>
12124 <row>
12125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12126 \begin_inset Text
12127
12128 \begin_layout Plain Layout
12129 A+
12130 \backslash
12131 fbox
12132 \begin_inset space \textvisiblespace{}
12133 \end_inset
12134
12135 B
12136 \end_layout
12137
12138 \end_inset
12139 </cell>
12140 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12141 \begin_inset Text
12142
12143 \begin_layout Plain Layout
12144 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
12145 \end_inset
12146
12147
12148 \end_layout
12149
12150 \end_inset
12151 </cell>
12152 </row>
12153 <row>
12154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12155 \begin_inset Text
12156
12157 \begin_layout Plain Layout
12158
12159 \backslash
12160 framebox
12161 \begin_inset space \textvisiblespace{}
12162 \end_inset
12163
12164 20mm
12165 \begin_inset Formula $\to$
12166 \end_inset
12167
12168
12169 \begin_inset Formula $\to$
12170 \end_inset
12171
12172
12173 \family sans
12174 Ctrl+M
12175 \family default
12176  
12177 \backslash
12178 frac
12179 \begin_inset space \textvisiblespace{}
12180 \end_inset
12181
12182 A
12183 \begin_inset Formula $\downarrow$
12184 \end_inset
12185
12186 B
12187 \end_layout
12188
12189 \end_inset
12190 </cell>
12191 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12192 \begin_inset Text
12193
12194 \begin_layout Plain Layout
12195 \begin_inset Formula $\raisebox{6mm}{}$
12196 \end_inset
12197
12198
12199 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
12200 \end_inset
12201
12202
12203 \begin_inset Formula $\raisebox{-4mm}{}$
12204 \end_inset
12205
12206
12207 \end_layout
12208
12209 \end_inset
12210 </cell>
12211 </row>
12212 </lyxtabular>
12213
12214 \end_inset
12215
12216
12217 \end_layout
12218
12219 \begin_layout Standard
12220 枠の厚みも調節可能です。そのためには、以下のコマンドを数式の前にTeXモードで挿入しなくてはなりません。
12221 \end_layout
12222
12223 \begin_layout Standard
12224
12225 \series bold
12226
12227 \backslash
12228 fboxrule
12229 \series default
12230  
12231 \series bold
12232
12233 \begin_inset Quotes eld
12234 \end_inset
12235
12236 厚み
12237 \begin_inset Quotes erd
12238 \end_inset
12239
12240
12241 \series default
12242  
12243 \series bold
12244
12245 \backslash
12246 fboxsep
12247 \series default
12248  
12249 \series bold
12250
12251 \begin_inset Quotes eld
12252 \end_inset
12253
12254 距離
12255 \begin_inset Quotes erd
12256 \end_inset
12257
12258
12259 \end_layout
12260
12261 \begin_layout Standard
12262 \begin_inset Quotes eld
12263 \end_inset
12264
12265 距離
12266 \begin_inset Quotes erd
12267 \end_inset
12268
12269 は、枠とボックス内の一文字目との間の距離を示します。これを使った例として、以下の枠付き数式をご覧下さい。
12270 \begin_inset ERT
12271 status collapsed
12272
12273 \begin_layout Plain Layout
12274
12275
12276 \backslash
12277 fboxrule 2mm 
12278 \backslash
12279 fboxsep 3mm
12280 \end_layout
12281
12282 \end_inset
12283
12284
12285 \begin_inset Formula 
12286 \[
12287 \boxed{A+B=C}
12288 \]
12289
12290 \end_inset
12291
12292 この数式の直前には、
12293 \end_layout
12294
12295 \begin_layout Standard
12296
12297 \series bold
12298
12299 \backslash
12300 fboxrule
12301 \series default
12302  
12303 \series bold
12304 2mm
12305 \series default
12306  
12307 \series bold
12308
12309 \backslash
12310 fboxsep
12311 \series default
12312  
12313 \series bold
12314 3mm
12315 \end_layout
12316
12317 \begin_layout Standard
12318 というコマンドが、TeXモードで挿入されています。ここで与えられた値は、以後のすべてのボックスに適用されます。
12319 \end_layout
12320
12321 \begin_layout Standard
12322 標準の枠寸法に戻すには、
12323 \end_layout
12324
12325 \begin_layout Standard
12326
12327 \series bold
12328
12329 \backslash
12330 fboxrule
12331 \series default
12332  
12333 \series bold
12334 0.4pt
12335 \series default
12336  
12337 \series bold
12338
12339 \backslash
12340 fboxsep
12341 \series default
12342  
12343 \series bold
12344 3pt
12345 \series default
12346
12347 \begin_inset ERT
12348 status collapsed
12349
12350 \begin_layout Plain Layout
12351
12352
12353 \backslash
12354 fboxrule 0.4pt 
12355 \backslash
12356 fboxsep 3pt
12357 \end_layout
12358
12359 \end_inset
12360
12361
12362 \end_layout
12363
12364 \begin_layout Standard
12365 というコマンドを、次の数式が始まる前にTeXモードで挿入しておきます。
12366 \end_layout
12367
12368 \begin_layout Subsection
12369 縁なしボックス
12370 \begin_inset CommandInset label
12371 LatexCommand label
12372 name "sub:枠なしボックス"
12373
12374 \end_inset
12375
12376
12377 \begin_inset Index idx
12378 status collapsed
12379
12380 \begin_layout Plain Layout
12381 ぼっくす@ボックス ! わくなし@枠なし
12382 \end_layout
12383
12384 \end_inset
12385
12386
12387 \end_layout
12388
12389 \begin_layout Standard
12390 縁のないボックスを作るには、
12391 \series bold
12392
12393 \backslash
12394 mbox
12395 \series default
12396
12397 \begin_inset Index idx
12398 status collapsed
12399
12400 \begin_layout Plain Layout
12401 こまんど@コマンド ! M ! 
12402 \backslash
12403 mbox
12404 \end_layout
12405
12406 \end_inset
12407
12408
12409 \series bold
12410
12411 \backslash
12412 makebox
12413 \series default
12414
12415 \begin_inset Index idx
12416 status collapsed
12417
12418 \begin_layout Plain Layout
12419 こまんど@コマンド ! M ! 
12420 \backslash
12421 makebox
12422 \end_layout
12423
12424 \end_inset
12425
12426
12427 \series bold
12428
12429 \backslash
12430 raisebox
12431 \series default
12432
12433 \begin_inset Index idx
12434 status collapsed
12435
12436 \begin_layout Plain Layout
12437 こまんど@コマンド ! R ! 
12438 \backslash
12439 raisebox
12440 \end_layout
12441
12442 \end_inset
12443
12444 の三つのコマンドがあります。
12445 \end_layout
12446
12447 \begin_layout Standard
12448
12449 \series bold
12450
12451 \backslash
12452 raisebox
12453 \series default
12454 を使うと、ボックスを上付きにしたり下付きにしたりすることができます。しかし、通常の上付き文字・下付き文字とは違い、ボックス内の文字寸法はそのまま保たれます。
12455 \series bold
12456
12457 \backslash
12458 raisebox
12459 \series default
12460 は、以下の書式で用いられます。
12461 \end_layout
12462
12463 \begin_layout Standard
12464
12465 \series bold
12466
12467 \backslash
12468 raisebox{高さ}{ボックスの内容}
12469 \end_layout
12470
12471 \begin_layout Standard
12472
12473 \series bold
12474
12475 \backslash
12476 fbox
12477 \series default
12478 と同様、ボックスに数式を入れる際には、明示的に数式として入れる必要があります。
12479 \begin_inset Note Greyedout
12480 status open
12481
12482 \begin_layout Plain Layout
12483
12484 \series bold
12485 【註】
12486 \series default
12487 下の最後の
12488 \series bold
12489
12490 \backslash
12491 raisebox
12492 \series default
12493 のところで、
12494 \family sans
12495 Ctrl+M
12496 \family default
12497 を一回でなく二回押すことによって、もう一段数式をいれています。これは、LyXが
12498 \series bold
12499
12500 \backslash
12501 raisebox
12502 \series default
12503 を直接サポートしていないためです。
12504 \end_layout
12505
12506 \end_inset
12507
12508
12509 \end_layout
12510
12511 \begin_layout Standard
12512 \align center
12513 \begin_inset Tabular
12514 <lyxtabular version="3" rows="4" columns="2">
12515 <features rotate="0" tabularvalignment="middle">
12516 <column alignment="center" valignment="top">
12517 <column alignment="center" valignment="top">
12518 <row>
12519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12520 \begin_inset Text
12521
12522 \begin_layout Plain Layout
12523 コマンド
12524 \end_layout
12525
12526 \end_inset
12527 </cell>
12528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12529 \begin_inset Text
12530
12531 \begin_layout Plain Layout
12532 出力
12533 \end_layout
12534
12535 \end_inset
12536 </cell>
12537 </row>
12538 <row>
12539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12540 \begin_inset Text
12541
12542 \begin_layout Plain Layout
12543 H
12544 \backslash
12545 raisebox{2mm
12546 \begin_inset Formula $\to$
12547 \end_inset
12548
12549
12550 \backslash
12551 {al
12552 \begin_inset Formula $\to$
12553 \end_inset
12554
12555  lo
12556 \end_layout
12557
12558 \end_inset
12559 </cell>
12560 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12561 \begin_inset Text
12562
12563 \begin_layout Plain Layout
12564 \begin_inset Formula $H\raisebox{2mm}{al}lo$
12565 \end_inset
12566
12567
12568 \end_layout
12569
12570 \end_inset
12571 </cell>
12572 </row>
12573 <row>
12574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12575 \begin_inset Text
12576
12577 \begin_layout Plain Layout
12578 H
12579 \backslash
12580 raisebox{-2mm
12581 \begin_inset Formula $\to$
12582 \end_inset
12583
12584
12585 \backslash
12586 {al
12587 \begin_inset Formula $\to$
12588 \end_inset
12589
12590 lo
12591 \end_layout
12592
12593 \end_inset
12594 </cell>
12595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12596 \begin_inset Text
12597
12598 \begin_layout Plain Layout
12599 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
12600 \end_inset
12601
12602
12603 \end_layout
12604
12605 \end_inset
12606 </cell>
12607 </row>
12608 <row>
12609 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12610 \begin_inset Text
12611
12612 \begin_layout Plain Layout
12613 A=
12614 \backslash
12615 raisebox{-2mm
12616 \begin_inset Formula $\to$
12617 \end_inset
12618
12619
12620 \backslash
12621 {
12622 \family sans
12623 Ctrl+M Ctrl+M
12624 \family default
12625  
12626 \backslash
12627 sqrt
12628 \begin_inset space \textvisiblespace{}
12629 \end_inset
12630
12631
12632 \end_layout
12633
12634 \end_inset
12635 </cell>
12636 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12637 \begin_inset Text
12638
12639 \begin_layout Plain Layout
12640 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
12641 \end_inset
12642
12643
12644 \end_layout
12645
12646 \end_inset
12647 </cell>
12648 </row>
12649 </lyxtabular>
12650
12651 \end_inset
12652
12653
12654 \end_layout
12655
12656 \begin_layout Standard
12657 縁がないことを除けば、
12658 \series bold
12659
12660 \backslash
12661 mbox
12662 \series default
12663 コマンドは
12664 \series bold
12665
12666 \backslash
12667 fbox
12668 \series default
12669 と同じであり、
12670 \series bold
12671
12672 \backslash
12673 makebox
12674 \series default
12675
12676 \series bold
12677
12678 \backslash
12679 framebox
12680 \series default
12681 と同じです。
12682 \end_layout
12683
12684 \begin_layout Subsection
12685 色付きボックス
12686 \begin_inset CommandInset label
12687 LatexCommand label
12688 name "sub:色付きボックス"
12689
12690 \end_inset
12691
12692
12693 \begin_inset Index idx
12694 status collapsed
12695
12696 \begin_layout Plain Layout
12697 ぼっくす@ボックス ! いろつき@色付き
12698 \end_layout
12699
12700 \end_inset
12701
12702
12703 \end_layout
12704
12705 \begin_layout Standard
12706 本節で説明されているコマンドをすべて使えるようにするためには、LaTeXプリアンブルに
12707 \end_layout
12708
12709 \begin_layout Standard
12710
12711 \series bold
12712
12713 \backslash
12714 usepackage{color}
12715 \end_layout
12716
12717 \begin_layout Standard
12718 という行
12719 \begin_inset Foot
12720 status collapsed
12721
12722 \begin_layout Plain Layout
12723 定義済みの色を使って、文書中のどこかで文章に色を付けてある場合、LyXは、自動的にLaTeXパッケージ
12724 \series bold
12725 color
12726 \series default
12727 を読み込みます。したがって、本パッケージが二度読み込まれる可能性があるわけですが、そうなったとしても問題は生じません。
12728 \end_layout
12729
12730 \end_inset
12731
12732
12733 \begin_inset Note Note
12734 status collapsed
12735
12736 \begin_layout Plain Layout
12737 本パッケージが二度読み込まれることを防ぐために、LaTeXプリアンブルにマクロを挿入してあります。
12738 \end_layout
12739
12740 \end_inset
12741
12742 を書き加えて、LaTeXパッケージの
12743 \series bold
12744 color
12745 \series default
12746
12747 \begin_inset Foot
12748 status collapsed
12749
12750 \begin_layout Plain Layout
12751 LaTeXパッケージ
12752 \series bold
12753 color
12754 \series default
12755 は、すべての標準的なLaTeX頒布版に含まれています。
12756 \end_layout
12757
12758 \end_inset
12759
12760
12761 \begin_inset Index idx
12762 status collapsed
12763
12764 \begin_layout Plain Layout
12765 ぱっけーじ@パッケージ ! color
12766 \end_layout
12767
12768 \end_inset
12769
12770 を読み込む必要があります。
12771 \end_layout
12772
12773 \begin_layout Standard
12774 \begin_inset VSpace medskip
12775 \end_inset
12776
12777 ボックスに色を付けるには、
12778 \series bold
12779
12780 \backslash
12781 colorbox
12782 \series default
12783
12784 \begin_inset Index idx
12785 status collapsed
12786
12787 \begin_layout Plain Layout
12788 こまんど@コマンド ! C ! 
12789 \backslash
12790 colorbox
12791 \end_layout
12792
12793 \end_inset
12794
12795 コマンドを以下の書式で使用します。
12796 \end_layout
12797
12798 \begin_layout Standard
12799
12800 \series bold
12801
12802 \backslash
12803 colorbox{色}{ボックスの内容}
12804 \end_layout
12805
12806 \begin_layout Standard
12807 ボックスの内容には、別のボックスが含まれても構いませんし、
12808 \series bold
12809
12810 \backslash
12811 colorbox
12812 \series default
12813 自体も、別のボックスに入っていても構いません(以下の二番目と三番目の例を参照してください)。ボックスに数式を含める場合には、
12814 \series bold
12815
12816 \backslash
12817 raisebox
12818 \series default
12819 と同様、明示的に数式を作らなくてはなりません
12820 \begin_inset Foot
12821 status collapsed
12822
12823 \begin_layout Plain Layout
12824 これは、
12825 \series bold
12826
12827 \backslash
12828 fcolorbox
12829 \series default
12830 コマンドにも当てはまります。
12831 \end_layout
12832
12833 \end_inset
12834
12835
12836 \end_layout
12837
12838 \begin_layout Standard
12839 選択できる定義済みの色としては、
12840 \end_layout
12841
12842 \begin_layout Standard
12843
12844 \series bold
12845 black
12846 \series default
12847 (黒)・
12848 \series bold
12849 blue
12850 \series default
12851 (青)・
12852 \series bold
12853 cyan
12854 \series default
12855 (シアン)・
12856 \series bold
12857 green
12858 \series default
12859 (緑)・
12860 \series bold
12861 magenta
12862 \series default
12863 (マゼンタ)・
12864 \series bold
12865 red
12866 \series default
12867 (赤)・
12868 \series bold
12869 white
12870 \series default
12871 (白)・
12872 \series bold
12873 yellow
12874 \series default
12875 (黄)
12876 \end_layout
12877
12878 \begin_layout Standard
12879 があります。
12880 \end_layout
12881
12882 \begin_layout Standard
12883 \align center
12884 \begin_inset Tabular
12885 <lyxtabular version="3" rows="4" columns="2">
12886 <features rotate="0" tabularvalignment="middle">
12887 <column alignment="center" valignment="top">
12888 <column alignment="center" valignment="top">
12889 <row>
12890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12891 \begin_inset Text
12892
12893 \begin_layout Plain Layout
12894 コマンド
12895 \end_layout
12896
12897 \end_inset
12898 </cell>
12899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12900 \begin_inset Text
12901
12902 \begin_layout Plain Layout
12903 出力
12904 \begin_inset Note Note
12905 status collapsed
12906
12907 \begin_layout Plain Layout
12908 ここで
12909 \series bold
12910
12911 \backslash
12912 raisebox
12913 \series default
12914 はスペーサーとして使用しているだけです。
12915 \end_layout
12916
12917 \end_inset
12918
12919
12920 \end_layout
12921
12922 \end_inset
12923 </cell>
12924 </row>
12925 <row>
12926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12927 \begin_inset Text
12928
12929 \begin_layout Plain Layout
12930
12931 \backslash
12932 colorbox{yellow
12933 \begin_inset Formula $\to$
12934 \end_inset
12935
12936
12937 \backslash
12938 {A=B
12939 \end_layout
12940
12941 \end_inset
12942 </cell>
12943 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12944 \begin_inset Text
12945
12946 \begin_layout Plain Layout
12947 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
12948 \end_inset
12949
12950
12951 \end_layout
12952
12953 \end_inset
12954 </cell>
12955 </row>
12956 <row>
12957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12958 \begin_inset Text
12959
12960 \begin_layout Plain Layout
12961
12962 \backslash
12963 colorbox{green
12964 \begin_inset Formula $\to$
12965 \end_inset
12966
12967
12968 \backslash
12969 {
12970 \backslash
12971 fbox
12972 \begin_inset space \textvisiblespace{}
12973 \end_inset
12974
12975 A=B
12976 \end_layout
12977
12978 \end_inset
12979 </cell>
12980 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12981 \begin_inset Text
12982
12983 \begin_layout Plain Layout
12984 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
12985 \end_inset
12986
12987
12988 \end_layout
12989
12990 \end_inset
12991 </cell>
12992 </row>
12993 <row>
12994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12995 \begin_inset Text
12996
12997 \begin_layout Plain Layout
12998
12999 \backslash
13000 fbox
13001 \begin_inset space \textvisiblespace{}
13002 \end_inset
13003
13004
13005 \backslash
13006 colorbox{green
13007 \begin_inset Formula $\to$
13008 \end_inset
13009
13010
13011 \backslash
13012 {
13013 \family sans
13014 Ctrl+M
13015 \family default
13016  
13017 \family sans
13018 Ctrl+M
13019 \family default
13020  
13021 \backslash
13022 int
13023 \begin_inset space \textvisiblespace{}
13024 \end_inset
13025
13026 C=D
13027 \end_layout
13028
13029 \end_inset
13030 </cell>
13031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13032 \begin_inset Text
13033
13034 \begin_layout Plain Layout
13035 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
13036 \end_inset
13037
13038
13039 \end_layout
13040
13041 \end_inset
13042 </cell>
13043 </row>
13044 </lyxtabular>
13045
13046 \end_inset
13047
13048
13049 \end_layout
13050
13051 \begin_layout Standard
13052
13053 \series bold
13054
13055 \backslash
13056 colorbox
13057 \series default
13058 は、ボックスに色をつけるだけで、ボックス内の文字には色付けをしません。すべての文字に色付けするには、数式全体を選択し、
13059 \family sans
13060 文字様式
13061 \family default
13062 ダイアログで欲しい色を選択します。このダイアログは、ツールバーボタン
13063 \begin_inset Graphics
13064         filename ../../images/dialog-show_character.png
13065         scale 85
13066
13067 \end_inset
13068
13069
13070 \family sans
13071 編集\SpecialChar \menuseparator
13072 文字様式\SpecialChar \menuseparator
13073 任意設定
13074 \family default
13075 メニューで開くことができます。すると、数式番号も数式と同じ色になります。数式番号が数式の文字とは別の色になるようにするには、数式内部で色を変えなくてはなりません
13076
13077 \end_layout
13078
13079 \begin_layout Standard
13080 たとえば、
13081 \end_layout
13082
13083 \begin_layout Standard
13084
13085 \color red
13086 \begin_inset Formula 
13087 \begin{equation}
13088 \int A=B\label{eq:red}
13089 \end{equation}
13090
13091 \end_inset
13092
13093
13094 \color green
13095
13096 \begin_inset Formula 
13097 \begin{equation}
13098 \textcolor{red}{\int A=B}\label{eq:redgreen}
13099 \end{equation}
13100
13101 \end_inset
13102
13103
13104 \end_layout
13105
13106 \begin_layout Standard
13107 数式
13108 \begin_inset CommandInset ref
13109 LatexCommand eqref
13110 reference "eq:red"
13111
13112 \end_inset
13113
13114 は、全体が赤色です。
13115 \begin_inset Newline newline
13116 \end_inset
13117
13118 数式
13119 \begin_inset CommandInset ref
13120 LatexCommand eqref
13121 reference "eq:redgreen"
13122
13123 \end_inset
13124
13125 は、数式番号を緑色にするために、まず全体を緑色にします。その後、数式内の文字を赤色にします。
13126 \end_layout
13127
13128 \begin_layout Standard
13129 \begin_inset VSpace bigskip
13130 \end_inset
13131
13132 ボックスの縁だけ別の色にするには、
13133 \series bold
13134
13135 \backslash
13136 fcolorbox
13137 \series default
13138
13139 \begin_inset Index idx
13140 status collapsed
13141
13142 \begin_layout Plain Layout
13143 こまんど@コマンド ! F ! 
13144 \backslash
13145 fcolorbox
13146 \end_layout
13147
13148 \end_inset
13149
13150 コマンドを以下の書式で使用します。
13151 \end_layout
13152
13153 \begin_layout Standard
13154
13155 \series bold
13156
13157 \backslash
13158 fcolorbox{縁の色}{色}{ボックスの内容}
13159 \end_layout
13160
13161 \begin_layout Standard
13162 つまり、
13163 \series bold
13164
13165 \backslash
13166 fcolorbox
13167 \series default
13168
13169 \series bold
13170
13171 \backslash
13172 colorbox
13173 \series default
13174 コマンドの拡張です。
13175 \series bold
13176
13177 \backslash
13178 framebox
13179 \series default
13180 と同様に、縁の厚みは
13181 \series bold
13182
13183 \backslash
13184 fboxrule
13185 \series default
13186
13187 \series bold
13188
13189 \backslash
13190 fboxsep
13191 \series default
13192 で設定します。たとえば、
13193 \begin_inset ERT
13194 status collapsed
13195
13196 \begin_layout Plain Layout
13197
13198
13199 \backslash
13200 fboxrule 1mm 
13201 \backslash
13202 fboxsep 1mm
13203 \end_layout
13204
13205 \end_inset
13206
13207
13208 \begin_inset Formula 
13209 \[
13210 \fcolorbox{cyan}{magenta}{A=B}
13211 \]
13212
13213 \end_inset
13214
13215
13216 \begin_inset ERT
13217 status collapsed
13218
13219 \begin_layout Plain Layout
13220
13221
13222 \backslash
13223 fboxrule 0.4pt 
13224 \backslash
13225 fboxsep 3pt
13226 \end_layout
13227
13228 \end_inset
13229
13230 のようにします。
13231 \end_layout
13232
13233 \begin_layout Standard
13234 上記の数式は、以下のコマンドで作成されています。
13235 \begin_inset Newline newline
13236 \end_inset
13237
13238
13239 \series bold
13240
13241 \backslash
13242 fcolorbox{cyan
13243 \begin_inset Formula $\to$
13244 \end_inset
13245
13246
13247 \backslash
13248 {magenta
13249 \begin_inset Formula $\to$
13250 \end_inset
13251
13252
13253 \backslash
13254 {A=B
13255 \series default
13256 .
13257 \end_layout
13258
13259 \begin_layout Standard
13260 \begin_inset VSpace bigskip
13261 \end_inset
13262
13263 定義済みの色以外の色を使いたい場合には、まずその色を定義しなくてはなりません。
13264 \end_layout
13265
13266 \begin_layout Standard
13267 たとえば、「
13268 \series bold
13269 darkgreen
13270 \series default
13271 」という色を定義するには、LaTeXプリアンブルに
13272 \end_layout
13273
13274 \begin_layout Standard
13275
13276 \series bold
13277
13278 \backslash
13279 definecolor{darkgreen}{cmyk}{0.5,
13280 \series default
13281  
13282 \series bold
13283 0,
13284 \series default
13285  
13286 \series bold
13287 1,
13288 \series default
13289  
13290 \series bold
13291 0.5}
13292 \series default
13293
13294 \begin_inset Index idx
13295 status collapsed
13296
13297 \begin_layout Plain Layout
13298 こまんど@コマンド ! D ! 
13299 \backslash
13300 definecolor
13301 \end_layout
13302
13303 \end_inset
13304
13305
13306 \end_layout
13307
13308 \begin_layout Standard
13309 という行を書き加えます。
13310 \end_layout
13311
13312 \begin_layout Standard
13313
13314 \series bold
13315 cmyk
13316 \series default
13317 とは、
13318 \series bold
13319 cyan
13320 \series default
13321 (シアン)・
13322 \series bold
13323 magenta
13324 \series default
13325 (マゼンタ)・
13326 \series bold
13327 yellow
13328 \series default
13329 (黄)・
13330 \series bold
13331 black
13332 \series default
13333 (黒)の各色を表す色空間です。コンマで区切られた四つの数字は、この色空間における各色の出力強度です。強度は、0
13334 \begin_inset space \thinspace{}
13335 \end_inset
13336
13337 -
13338 \begin_inset space \thinspace{}
13339 \end_inset
13340
13341 1の範囲をとることができます。定義には、
13342 \series bold
13343 cmyk
13344 \series default
13345 の他に、
13346 \series bold
13347 rgb
13348 \series default
13349 という色空間を使うこともできます。
13350 \series bold
13351 rgb
13352 \series default
13353 とは、
13354 \series bold
13355 red
13356 \series default
13357 (赤)・
13358 \series bold
13359 green
13360 \series default
13361 (緑)・
13362 \series bold
13363 blue
13364 \series default
13365 (青)の各色を意味し、この場合には、各色に対応した三つの出力強度を指定します。さらに、灰色の出力強度のみをとる
13366 \series bold
13367 gray
13368 \series default
13369 という色空間もあります。
13370 \end_layout
13371
13372 \begin_layout Standard
13373 例として、文字が
13374 \series bold
13375 yellow
13376 \series default
13377 に色付けされ、新しく定義した
13378 \series bold
13379 darkgreen
13380 \series default
13381 という色を持つ縁付きボックスを挙げておきます。
13382 \begin_inset Formula 
13383 \begin{equation}
13384 \colorbox{darkgreen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}
13385 \end{equation}
13386
13387 \end_inset
13388
13389
13390 \end_layout
13391
13392 \begin_layout Standard
13393
13394 \series bold
13395
13396 \backslash
13397 textcolor
13398 \series default
13399 コマンドを使うと、以下のように、自前で定義した色をテキスト中でも使用することができます。
13400 \begin_inset Index idx
13401 status collapsed
13402
13403 \begin_layout Plain Layout
13404 てきすと@テキスト ! いろつき@色付き
13405 \end_layout
13406
13407 \end_inset
13408
13409
13410 \end_layout
13411
13412 \begin_layout Standard
13413 \begin_inset ERT
13414 status collapsed
13415
13416 \begin_layout Plain Layout
13417
13418
13419 \backslash
13420 textcolor{darkgreen}{
13421 \end_layout
13422
13423 \end_inset
13424
13425 この文は「darkgreen」です。
13426 \begin_inset ERT
13427 status collapsed
13428
13429 \begin_layout Plain Layout
13430
13431 }
13432 \end_layout
13433
13434 \end_inset
13435
13436
13437 \end_layout
13438
13439 \begin_layout Standard
13440
13441 \series bold
13442
13443 \backslash
13444 textcolor
13445 \series default
13446
13447 \begin_inset Index idx
13448 status collapsed
13449
13450 \begin_layout Plain Layout
13451 こまんど@コマンド ! T ! 
13452 \backslash
13453 textcolor
13454 \end_layout
13455
13456 \end_inset
13457
13458 は、
13459 \series bold
13460
13461 \backslash
13462 textcolor{色}{色付けをする文}
13463 \series default
13464 という書式で使用することができます。
13465 \end_layout
13466
13467 \begin_layout Subsection
13468 段落ボックス
13469 \begin_inset CommandInset label
13470 LatexCommand label
13471 name "sub:段落ボックス"
13472
13473 \end_inset
13474
13475
13476 \begin_inset Index idx
13477 status collapsed
13478
13479 \begin_layout Plain Layout
13480 ぼっくす@ボックス ! だんらく@段落
13481 \end_layout
13482
13483 \end_inset
13484
13485
13486 \begin_inset Index idx
13487 status collapsed
13488
13489 \begin_layout Plain Layout
13490 ぼっくす@ボックス ! parbox|see
13491 \begin_inset ERT
13492 status collapsed
13493
13494 \begin_layout Plain Layout
13495
13496 {
13497 \end_layout
13498
13499 \end_inset
13500
13501 ボックス ! 段落ボックス
13502 \begin_inset ERT
13503 status collapsed
13504
13505 \begin_layout Plain Layout
13506
13507 }
13508 \end_layout
13509
13510 \end_inset
13511
13512
13513 \end_layout
13514
13515 \end_inset
13516
13517
13518 \end_layout
13519
13520 \begin_layout Standard
13521 いくつかの行や段落を含む、いわゆる段落ボックス(parbox)は、
13522 \family sans
13523 挿入\SpecialChar \menuseparator
13524 ボックス
13525 \family default
13526 メニューかツールバーボタン
13527 \begin_inset Graphics
13528         filename ../../images/box-insert.png
13529         scale 85
13530
13531 \end_inset
13532
13533 で作成することができます。
13534 \end_layout
13535
13536 \begin_layout Standard
13537 以下の例は、行中の縁付きparboxを示したものです。
13538 \end_layout
13539
13540 \begin_layout Standard
13541 \begin_inset VSpace medskip
13542 \end_inset
13543
13544 この行は、
13545 \begin_inset Box Boxed
13546 position "c"
13547 hor_pos "c"
13548 has_inner_box 1
13549 inner_pos "t"
13550 use_parbox 1
13551 use_makebox 0
13552 width "5cm"
13553 special "none"
13554 height "1in"
13555 height_special "totalheight"
13556 status open
13557
13558 \begin_layout Plain Layout
13559 これは段落ボックスです。これはちょうど5
13560 \begin_inset space \thinspace{}
13561 \end_inset
13562
13563 cmの幅になっており、以下のように数式を含めることもできます。
13564 \begin_inset Formula $\int A\,\mathrm{d}s=C$
13565 \end_inset
13566
13567
13568 \end_layout
13569
13570 \end_inset
13571
13572 parboxの入った行です。
13573 \end_layout
13574
13575 \begin_layout Standard
13576 \begin_inset VSpace medskip
13577 \end_inset
13578
13579
13580 \end_layout
13581
13582 \begin_layout Standard
13583 このようなボックスは、灰色のボックス挿入枠を右クリックすることによって作ることができます。すると、ボックスの特性を表示したダイアログが現れます。上の例では、
13584 \emph on
13585 装飾
13586 \emph default
13587 :簡素な長方形の箱型、
13588 \emph on
13589 内部ボックス
13590 \emph default
13591 :parboxコマンド、
13592 \emph on
13593
13594 \emph default
13595 :5
13596 \begin_inset space \thinspace{}
13597 \end_inset
13598
13599 cm、
13600 \emph on
13601 垂直ボックス配置
13602 \emph default
13603 :中央、に設定されています。
13604 \end_layout
13605
13606 \begin_layout Standard
13607 \begin_inset VSpace medskip
13608 \end_inset
13609
13610 LaTeXでは、parboxは、以下の書式を持つ
13611 \series bold
13612
13613 \backslash
13614 parbox
13615 \series default
13616
13617 \begin_inset Index idx
13618 status collapsed
13619
13620 \begin_layout Plain Layout
13621 こまんど@コマンド ! P ! 
13622 \backslash
13623 parbox
13624 \end_layout
13625
13626 \end_inset
13627
13628 コマンドによって作られます。
13629 \end_layout
13630
13631 \begin_layout Standard
13632
13633 \series bold
13634
13635 \backslash
13636 parbox[位置]{幅}{ボックスの内容}
13637 \end_layout
13638
13639 \begin_layout Standard
13640 「位置」は、
13641 \emph on
13642 b
13643 \emph default
13644
13645 \emph on
13646 t
13647 \emph default
13648 の値をとることができます。下揃えを意味する
13649 \emph on
13650 b
13651 \emph default
13652 (
13653 \bar under
13654 b
13655 \bar default
13656 ottom)は、ボックスを、周囲の本文中の最後の行と合わせることを意味します。上揃えを意味する
13657 \emph on
13658 t
13659 \emph default
13660 (
13661 \bar under
13662 t
13663 \bar default
13664 op)は、これを最初の行に合わせます。位置を指定しない時には、ボックスは事実上中央揃えになります。用例については、取扱説明書埋込オブジェクト篇の
13665 \emph on
13666 Boxes
13667 \emph default
13668 の節をご参照下さい。
13669 \end_layout
13670
13671 \begin_layout Standard
13672 \begin_inset VSpace bigskip
13673 \end_inset
13674
13675 数式番号を含めて、数式を完全に縁で囲むためには、数式をparbox内に収めなくてはなりません。こうするには、数式前にTeXモードで
13676 \series bold
13677 parbox{
13678 \backslash
13679 linewidth-2
13680 \backslash
13681 fboxsep-2
13682 \backslash
13683 fboxrule}{
13684 \series default
13685 というコマンドを挿入します。ここで
13686 \series bold
13687
13688 \backslash
13689 linewidth
13690 \begin_inset Index idx
13691 status collapsed
13692
13693 \begin_layout Plain Layout
13694 こまんど@コマンド ! L ! 
13695 \backslash
13696 linewidth
13697 \end_layout
13698
13699 \end_inset
13700
13701
13702 \series default
13703 は、使用中の文書に設定されている行幅です。縁は、parboxの外側にあるので、縁余白と縁幅の2倍を行幅から差し引かなくてはなりません。バグ
13704 \begin_inset Foot
13705 status collapsed
13706
13707 \begin_layout Plain Layout
13708 \begin_inset CommandInset href
13709 LatexCommand href
13710 name "LyX-bug #4483"
13711 target "http://www.lyx.org/trac/ticket/4483"
13712
13713 \end_inset
13714
13715
13716 \end_layout
13717
13718 \end_inset
13719
13720 のせいでLyXはこれを自動的に行いませんので、TeXモードを使用する必要があります。引数中で掛け算や引き算を行うためには、LaTeXパッケージの
13721 \series bold
13722 calc
13723 \series default
13724
13725 \begin_inset Foot
13726 status collapsed
13727
13728 \begin_layout Plain Layout
13729
13730 \series bold
13731 calc
13732 \series default
13733 は、標準的LaTeX頒布版のすべてに含まれています。
13734 \end_layout
13735
13736 \end_inset
13737
13738
13739 \begin_inset Index idx
13740 status collapsed
13741
13742 \begin_layout Plain Layout
13743 ぱっけーじ@パッケージ ! calc
13744 \end_layout
13745
13746 \end_inset
13747
13748 を、LaTeXプリアンブル中で
13749 \end_layout
13750
13751 \begin_layout Standard
13752
13753 \series bold
13754
13755 \backslash
13756 usepackage{calc}
13757 \end_layout
13758
13759 \begin_layout Standard
13760 のように読み込んでおく必要があります。数式の後では、TeXモードで
13761 \series bold
13762 }}
13763 \series default
13764 を入力して、二つのボックスを閉じておかなくてはなりません。以下に例を挙げます。
13765 \begin_inset ERT
13766 status collapsed
13767
13768 \begin_layout Plain Layout
13769
13770
13771 \backslash
13772 fboxsep 5mm 
13773 \backslash
13774 fboxrule 5mm
13775 \end_layout
13776
13777 \end_inset
13778
13779
13780 \end_layout
13781
13782 \begin_layout Standard
13783 \begin_inset ERT
13784 status collapsed
13785
13786 \begin_layout Plain Layout
13787
13788
13789 \backslash
13790 fbox{
13791 \backslash
13792 parbox{
13793 \backslash
13794 linewidth-2
13795 \backslash
13796 fboxsep-2
13797 \backslash
13798 fboxrule}{
13799 \end_layout
13800
13801 \end_inset
13802
13803
13804 \begin_inset Formula 
13805 \begin{equation}
13806 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}
13807 \end{equation}
13808
13809 \end_inset
13810
13811
13812 \begin_inset ERT
13813 status collapsed
13814
13815 \begin_layout Plain Layout
13816
13817 }}
13818 \end_layout
13819
13820 \end_inset
13821
13822
13823 \begin_inset ERT
13824 status collapsed
13825
13826 \begin_layout Plain Layout
13827
13828
13829 \backslash
13830 fboxrule 0.4pt 
13831 \backslash
13832 fboxsep 3pt
13833 \end_layout
13834
13835 \end_inset
13836
13837
13838 \end_layout
13839
13840 \begin_layout Standard
13841 \begin_inset VSpace medskip
13842 \end_inset
13843
13844
13845 \series bold
13846
13847 \backslash
13848 fbox
13849 \series default
13850 の引数としてparboxが使われているので、この場合には、
13851 \series bold
13852
13853 \backslash
13854 fbox
13855 \series default
13856 を使おうが
13857 \series bold
13858
13859 \backslash
13860 boxed
13861 \series default
13862 を使おうが、差は生じません。
13863 \end_layout
13864
13865 \begin_layout Standard
13866 \begin_inset VSpace bigskip
13867 \end_inset
13868
13869 段落ボックスは、数式にじかにコメントを付けるのにたいへん便利です。これを行うには、
13870 \series bold
13871
13872 \backslash
13873 parbox
13874 \series default
13875
13876 \series bold
13877
13878 \backslash
13879 tag
13880 \series default
13881 コマンドといっしょに使います(
13882 \series bold
13883
13884 \backslash
13885 tag
13886 \series default
13887 についての詳細は、第
13888 \begin_inset CommandInset ref
13889 LatexCommand ref
13890 reference "sub:ユーザー定義番号"
13891
13892 \end_inset
13893
13894 節をご参照下さい)
13895 \end_layout
13896
13897 \begin_layout Standard
13898 以下は、
13899 \series bold
13900
13901 \backslash
13902 parbox
13903 \series default
13904 を使ってコメントを付けた数式の例です。
13905 \end_layout
13906
13907 \begin_layout Standard
13908 \begin_inset ERT
13909 status collapsed
13910
13911 \begin_layout Plain Layout
13912
13913
13914 \backslash
13915 [5x-7b=3b
13916 \backslash
13917 tag*{
13918 \backslash
13919 parbox{5cm}{
13920 \end_layout
13921
13922 \end_inset
13923
13924 これは説明です。数式や多行数式本体からはっきりと離れています。
13925 \begin_inset ERT
13926 status collapsed
13927
13928 \begin_layout Plain Layout
13929
13930 }}
13931 \backslash
13932 ]
13933 \end_layout
13934
13935 \end_inset
13936
13937
13938 \end_layout
13939
13940 \begin_layout Standard
13941 LyXは、まだ数式中での
13942 \series bold
13943
13944 \backslash
13945 parbox
13946 \series default
13947 コマンドをサポートしていないので、上のような数式は、完全にTeXモードで挿入しなくてはなりません。この数式は、以下のようなコマンド列を使って作ってあります。
13948 \end_layout
13949
13950 \begin_layout Standard
13951 まず、
13952 \series bold
13953
13954 \backslash
13955 [5x-7b=3b
13956 \backslash
13957 tag*
13958 \backslash
13959 {
13960 \backslash
13961 parbox{5cm}{
13962 \series default
13963 というコマンドをTeXモードで挿入します
13964 \begin_inset Foot
13965 status collapsed
13966
13967 \begin_layout Plain Layout
13968
13969 \series bold
13970 行頭下げ
13971 \series default
13972 数式様式を使用している時には、
13973 \series bold
13974
13975 \backslash
13976 tag*
13977 \backslash
13978 {
13979 \series default
13980 の代わりに
13981 \series bold
13982
13983 \backslash
13984 hfill
13985 \series default
13986 を用いることもできます(数式様式に関しては、第
13987 \begin_inset CommandInset ref
13988 LatexCommand ref
13989 reference "sec:数式様式"
13990
13991 \end_inset
13992
13993 節をご参照下さい)。
13994 \end_layout
13995
13996 \end_inset
13997
13998 。それから、説明を通常のテキストとして入れ、最後に
13999 \series bold
14000 }}
14001 \backslash
14002 ]
14003 \series default
14004 をTeXモードで挿入します。ここで
14005 \series bold
14006
14007 \backslash
14008 [
14009 \series default
14010 および
14011 \series bold
14012
14013 \backslash
14014 ]
14015 \series default
14016 コマンドは別行立て数式を作るためのものです。
14017 \end_layout
14018
14019 \begin_layout Standard
14020
14021 \series bold
14022
14023 \backslash
14024 parbox
14025 \series default
14026 を使う利点は、数式テキストモードを使用して「コメントを付けた」以下の例と比較すると、よくわかるでしょう。
14027 \begin_inset Formula 
14028 \[
14029 5x-7b=3b\textrm{これは説明です。数式本体から離れていません...}
14030 \]
14031
14032 \end_inset
14033
14034
14035 \end_layout
14036
14037 \begin_layout Section
14038 演算子
14039 \begin_inset Index idx
14040 status collapsed
14041
14042 \begin_layout Plain Layout
14043 えんざんし@演算子
14044 \end_layout
14045
14046 \end_inset
14047
14048
14049 \end_layout
14050
14051 \begin_layout Subsection
14052 大演算子
14053 \begin_inset CommandInset label
14054 LatexCommand label
14055 name "sub:大演算子"
14056
14057 \end_inset
14058
14059
14060 \begin_inset Index idx
14061 status collapsed
14062
14063 \begin_layout Plain Layout
14064 えんざんし@演算子 ! だい@大
14065 \end_layout
14066
14067 \end_inset
14068
14069
14070 \begin_inset Index idx
14071 status collapsed
14072
14073 \begin_layout Plain Layout
14074 わ@和
14075 \end_layout
14076
14077 \end_inset
14078
14079
14080 \begin_inset Index idx
14081 status collapsed
14082
14083 \begin_layout Plain Layout
14084 せきぶんきごう@積分記号
14085 \end_layout
14086
14087 \end_inset
14088
14089
14090 \end_layout
14091
14092 \begin_layout Standard
14093 ここに挙げた積分演算子をすべて使えるようにするには、文書設定の
14094 \family sans
14095 数式オプション
14096 \family default
14097 の面にある
14098 \family sans
14099 esintパッケージを自動的に使う
14100 \family default
14101 オプションを有効にしなくてはなりません。
14102 \end_layout
14103
14104 \begin_layout Standard
14105 \begin_inset space \hfill{}
14106 \end_inset
14107
14108
14109 \begin_inset Tabular
14110 <lyxtabular version="3" rows="9" columns="2">
14111 <features rotate="0" tabularvalignment="middle">
14112 <column alignment="center" valignment="top" width="0pt">
14113 <column alignment="center" valignment="top" width="0pt">
14114 <row>
14115 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14116 \begin_inset Text
14117
14118 \begin_layout Plain Layout
14119 コマンド
14120 \end_layout
14121
14122 \end_inset
14123 </cell>
14124 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14125 \begin_inset Text
14126
14127 \begin_layout Plain Layout
14128 出力
14129 \end_layout
14130
14131 \end_inset
14132 </cell>
14133 </row>
14134 <row>
14135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14136 \begin_inset Text
14137
14138 \begin_layout Plain Layout
14139
14140 \backslash
14141 sum
14142 \begin_inset Index idx
14143 status collapsed
14144
14145 \begin_layout Plain Layout
14146 こまんど@コマンド ! S ! 
14147 \backslash
14148 sum
14149 \end_layout
14150
14151 \end_inset
14152
14153
14154 \end_layout
14155
14156 \end_inset
14157 </cell>
14158 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14159 \begin_inset Text
14160
14161 \begin_layout Plain Layout
14162 \begin_inset Formula $\sum$
14163 \end_inset
14164
14165
14166 \end_layout
14167
14168 \end_inset
14169 </cell>
14170 </row>
14171 <row>
14172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14173 \begin_inset Text
14174
14175 \begin_layout Plain Layout
14176
14177 \backslash
14178 int
14179 \begin_inset Index idx
14180 status collapsed
14181
14182 \begin_layout Plain Layout
14183 こまんど@コマンド ! I ! 
14184 \backslash
14185 int
14186 \end_layout
14187
14188 \end_inset
14189
14190
14191 \end_layout
14192
14193 \end_inset
14194 </cell>
14195 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14196 \begin_inset Text
14197
14198 \begin_layout Plain Layout
14199 \begin_inset Formula $\int$
14200 \end_inset
14201
14202
14203 \end_layout
14204
14205 \end_inset
14206 </cell>
14207 </row>
14208 <row>
14209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14210 \begin_inset Text
14211
14212 \begin_layout Plain Layout
14213
14214 \backslash
14215 oint
14216 \end_layout
14217
14218 \end_inset
14219 </cell>
14220 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14221 \begin_inset Text
14222
14223 \begin_layout Plain Layout
14224 \begin_inset Formula $\oint$
14225 \end_inset
14226
14227
14228 \end_layout
14229
14230 \end_inset
14231 </cell>
14232 </row>
14233 <row>
14234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14235 \begin_inset Text
14236
14237 \begin_layout Plain Layout
14238
14239 \backslash
14240 ointctrclockwise
14241 \end_layout
14242
14243 \end_inset
14244 </cell>
14245 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14246 \begin_inset Text
14247
14248 \begin_layout Plain Layout
14249 \begin_inset Formula $\ointctrclockwise$
14250 \end_inset
14251
14252
14253 \end_layout
14254
14255 \end_inset
14256 </cell>
14257 </row>
14258 <row>
14259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14260 \begin_inset Text
14261
14262 \begin_layout Plain Layout
14263
14264 \backslash
14265 ointclockwise
14266 \end_layout
14267
14268 \end_inset
14269 </cell>
14270 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14271 \begin_inset Text
14272
14273 \begin_layout Plain Layout
14274 \begin_inset Formula $\ointclockwise$
14275 \end_inset
14276
14277
14278 \end_layout
14279
14280 \end_inset
14281 </cell>
14282 </row>
14283 <row>
14284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14285 \begin_inset Text
14286
14287 \begin_layout Plain Layout
14288
14289 \backslash
14290 sqint
14291 \end_layout
14292
14293 \end_inset
14294 </cell>
14295 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14296 \begin_inset Text
14297
14298 \begin_layout Plain Layout
14299 \begin_inset Formula $\sqint$
14300 \end_inset
14301
14302
14303 \end_layout
14304
14305 \end_inset
14306 </cell>
14307 </row>
14308 <row>
14309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14310 \begin_inset Text
14311
14312 \begin_layout Plain Layout
14313
14314 \backslash
14315 bigcap
14316 \end_layout
14317
14318 \end_inset
14319 </cell>
14320 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14321 \begin_inset Text
14322
14323 \begin_layout Plain Layout
14324 \begin_inset Formula $\bigcap$
14325 \end_inset
14326
14327
14328 \end_layout
14329
14330 \end_inset
14331 </cell>
14332 </row>
14333 <row>
14334 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14335 \begin_inset Text
14336
14337 \begin_layout Plain Layout
14338
14339 \backslash
14340 bigcup
14341 \end_layout
14342
14343 \end_inset
14344 </cell>
14345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14346 \begin_inset Text
14347
14348 \begin_layout Plain Layout
14349 \begin_inset Formula $\bigcup$
14350 \end_inset
14351
14352
14353 \end_layout
14354
14355 \end_inset
14356 </cell>
14357 </row>
14358 </lyxtabular>
14359
14360 \end_inset
14361
14362
14363 \begin_inset space \hfill{}
14364 \end_inset
14365
14366
14367 \begin_inset Tabular
14368 <lyxtabular version="3" rows="10" columns="2">
14369 <features rotate="0" tabularvalignment="middle">
14370 <column alignment="center" valignment="top" width="0pt">
14371 <column alignment="center" valignment="top" width="0pt">
14372 <row>
14373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14374 \begin_inset Text
14375
14376 \begin_layout Plain Layout
14377 コマンド
14378 \end_layout
14379
14380 \end_inset
14381 </cell>
14382 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14383 \begin_inset Text
14384
14385 \begin_layout Plain Layout
14386 出力
14387 \end_layout
14388
14389 \end_inset
14390 </cell>
14391 </row>
14392 <row>
14393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14394 \begin_inset Text
14395
14396 \begin_layout Plain Layout
14397
14398 \backslash
14399 prod
14400 \begin_inset Index idx
14401 status collapsed
14402
14403 \begin_layout Plain Layout
14404 こまんど@コマンド ! P ! 
14405 \backslash
14406 prod
14407 \end_layout
14408
14409 \end_inset
14410
14411
14412 \end_layout
14413
14414 \end_inset
14415 </cell>
14416 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14417 \begin_inset Text
14418
14419 \begin_layout Plain Layout
14420 \begin_inset Formula $\prod$
14421 \end_inset
14422
14423
14424 \end_layout
14425
14426 \end_inset
14427 </cell>
14428 </row>
14429 <row>
14430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14431 \begin_inset Text
14432
14433 \begin_layout Plain Layout
14434
14435 \backslash
14436 coprod
14437 \end_layout
14438
14439 \end_inset
14440 </cell>
14441 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14442 \begin_inset Text
14443
14444 \begin_layout Plain Layout
14445 \begin_inset Formula $\coprod$
14446 \end_inset
14447
14448
14449 \end_layout
14450
14451 \end_inset
14452 </cell>
14453 </row>
14454 <row>
14455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14456 \begin_inset Text
14457
14458 \begin_layout Plain Layout
14459
14460 \backslash
14461 bigodot
14462 \end_layout
14463
14464 \end_inset
14465 </cell>
14466 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14467 \begin_inset Text
14468
14469 \begin_layout Plain Layout
14470 \begin_inset Formula $\bigodot$
14471 \end_inset
14472
14473
14474 \end_layout
14475
14476 \end_inset
14477 </cell>
14478 </row>
14479 <row>
14480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14481 \begin_inset Text
14482
14483 \begin_layout Plain Layout
14484
14485 \backslash
14486 bigotimes
14487 \end_layout
14488
14489 \end_inset
14490 </cell>
14491 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14492 \begin_inset Text
14493
14494 \begin_layout Plain Layout
14495 \begin_inset Formula $\bigotimes$
14496 \end_inset
14497
14498
14499 \end_layout
14500
14501 \end_inset
14502 </cell>
14503 </row>
14504 <row>
14505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14506 \begin_inset Text
14507
14508 \begin_layout Plain Layout
14509
14510 \backslash
14511 bigoplus
14512 \end_layout
14513
14514 \end_inset
14515 </cell>
14516 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14517 \begin_inset Text
14518
14519 \begin_layout Plain Layout
14520 \begin_inset Formula $\bigoplus$
14521 \end_inset
14522
14523
14524 \end_layout
14525
14526 \end_inset
14527 </cell>
14528 </row>
14529 <row>
14530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14531 \begin_inset Text
14532
14533 \begin_layout Plain Layout
14534
14535 \backslash
14536 bigwedge
14537 \end_layout
14538
14539 \end_inset
14540 </cell>
14541 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14542 \begin_inset Text
14543
14544 \begin_layout Plain Layout
14545 \begin_inset Formula $\bigwedge$
14546 \end_inset
14547
14548
14549 \end_layout
14550
14551 \end_inset
14552 </cell>
14553 </row>
14554 <row>
14555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14556 \begin_inset Text
14557
14558 \begin_layout Plain Layout
14559
14560 \backslash
14561 bigvee
14562 \end_layout
14563
14564 \end_inset
14565 </cell>
14566 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14567 \begin_inset Text
14568
14569 \begin_layout Plain Layout
14570 \begin_inset Formula $\bigvee$
14571 \end_inset
14572
14573
14574 \end_layout
14575
14576 \end_inset
14577 </cell>
14578 </row>
14579 <row>
14580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14581 \begin_inset Text
14582
14583 \begin_layout Plain Layout
14584
14585 \backslash
14586 bigsqcup
14587 \end_layout
14588
14589 \end_inset
14590 </cell>
14591 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14592 \begin_inset Text
14593
14594 \begin_layout Plain Layout
14595 \begin_inset Formula $\bigsqcup$
14596 \end_inset
14597
14598
14599 \end_layout
14600
14601 \end_inset
14602 </cell>
14603 </row>
14604 <row>
14605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14606 \begin_inset Text
14607
14608 \begin_layout Plain Layout
14609
14610 \backslash
14611 biguplus
14612 \end_layout
14613
14614 \end_inset
14615 </cell>
14616 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14617 \begin_inset Text
14618
14619 \begin_layout Plain Layout
14620 \begin_inset Formula $\biguplus$
14621 \end_inset
14622
14623
14624 \end_layout
14625
14626 \end_inset
14627 </cell>
14628 </row>
14629 </lyxtabular>
14630
14631 \end_inset
14632
14633
14634 \begin_inset space \hfill{}
14635 \end_inset
14636
14637
14638 \end_layout
14639
14640 \begin_layout Standard
14641 すべての大演算子は、数式ツールバーボタンの
14642 \begin_inset Graphics
14643         filename ../../images/math/intop.png
14644         scale 85
14645
14646 \end_inset
14647
14648 でも挿入することができます。
14649 \end_layout
14650
14651 \begin_layout Standard
14652 これらの演算子は、よく見ないと同じように見える二項演算子よりも大きいので、大演算子と呼ばれます。大演算子はすべて、次小節で説明する「範囲」をとることができます。
14653 \end_layout
14654
14655 \begin_layout Standard
14656 積分演算子はすべて、
14657 \series bold
14658
14659 \backslash
14660 intop
14661 \series default
14662
14663 \series bold
14664
14665 \backslash
14666 ointop
14667 \series default
14668 のように、
14669 \series bold
14670 op
14671 \series default
14672 で終わる別バージョンがあります。これらの演算子は、
14673 \series bold
14674
14675 \backslash
14676 int
14677 \series default
14678 とは範囲の表示のしかたが異なります。第
14679 \begin_inset CommandInset ref
14680 LatexCommand ref
14681 reference "sub:演算子の範囲"
14682
14683 \end_inset
14684
14685 節をご参照下さい。
14686 \end_layout
14687
14688 \begin_layout Subsubsection*
14689 積分の子細
14690 \end_layout
14691
14692 \begin_layout Standard
14693 積分中で用いられる文字
14694 \emph on
14695 d
14696 \emph default
14697 は演算子なので、アップライト体で組まれなくてはなりません。これを行うには
14698 \emph on
14699 d
14700 \emph default
14701 を選択して、
14702 \begin_inset Flex Ruby
14703 status collapsed
14704
14705 \begin_layout Plain Layout
14706 捷径
14707 \begin_inset Argument post:1
14708 status collapsed
14709
14710 \begin_layout Plain Layout
14711 ショートカット
14712 \end_layout
14713
14714 \end_inset
14715
14716
14717 \end_layout
14718
14719 \end_inset
14720
14721
14722 \begin_inset Info
14723 type  "shortcut"
14724 arg   "font-roman"
14725 \end_inset
14726
14727 を用います
14728 \begin_inset Foot
14729 status collapsed
14730
14731 \begin_layout Plain Layout
14732 文字様式については、第
14733 \begin_inset CommandInset ref
14734 LatexCommand ref
14735 reference "sub:書体様式"
14736
14737 \end_inset
14738
14739 節参照。
14740 \end_layout
14741
14742 \end_inset
14743
14744 。最後に、演算子の慣例に倣って、
14745 \emph on
14746 d
14747 \emph default
14748 の前に最小空白を挿入しなくてはなりません。たとえば、
14749 \end_layout
14750
14751 \begin_layout Standard
14752 正しくない例:
14753 \begin_inset Formula $\int A(x)dx$
14754 \end_inset
14755
14756
14757 \begin_inset Newline newline
14758 \end_inset
14759
14760 正しい
14761 \begin_inset Phantom HPhantom
14762 status open
14763
14764 \begin_layout Plain Layout
14765 ない
14766 \end_layout
14767
14768 \end_inset
14769
14770 例:
14771 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
14772 \end_inset
14773
14774
14775 \end_layout
14776
14777 \begin_layout Standard
14778 多重積分に関しては、以下のコマンドがあります。
14779 \begin_inset VSpace medskip
14780 \end_inset
14781
14782
14783 \end_layout
14784
14785 \begin_layout Standard
14786 \begin_inset space \hfill{}
14787 \end_inset
14788
14789
14790 \begin_inset Tabular
14791 <lyxtabular version="3" rows="4" columns="2">
14792 <features rotate="0" tabularvalignment="middle">
14793 <column alignment="center" valignment="top">
14794 <column alignment="center" valignment="top">
14795 <row>
14796 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14797 \begin_inset Text
14798
14799 \begin_layout Plain Layout
14800 コマンド
14801 \end_layout
14802
14803 \end_inset
14804 </cell>
14805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14806 \begin_inset Text
14807
14808 \begin_layout Plain Layout
14809 出力
14810 \begin_inset Note Note
14811 status collapsed
14812
14813 \begin_layout Plain Layout
14814 ここで
14815 \series bold
14816
14817 \backslash
14818 raisebox
14819 \series default
14820 はスペーサーとして使用しているだけです。
14821 \end_layout
14822
14823 \end_inset
14824
14825
14826 \end_layout
14827
14828 \end_inset
14829 </cell>
14830 </row>
14831 <row>
14832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14833 \begin_inset Text
14834
14835 \begin_layout Plain Layout
14836
14837 \backslash
14838 iint
14839 \end_layout
14840
14841 \end_inset
14842 </cell>
14843 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14844 \begin_inset Text
14845
14846 \begin_layout Plain Layout
14847 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
14848 \end_inset
14849
14850
14851 \end_layout
14852
14853 \end_inset
14854 </cell>
14855 </row>
14856 <row>
14857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14858 \begin_inset Text
14859
14860 \begin_layout Plain Layout
14861
14862 \backslash
14863 oiint
14864 \end_layout
14865
14866 \end_inset
14867 </cell>
14868 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14869 \begin_inset Text
14870
14871 \begin_layout Plain Layout
14872 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
14873 \end_inset
14874
14875
14876 \end_layout
14877
14878 \end_inset
14879 </cell>
14880 </row>
14881 <row>
14882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14883 \begin_inset Text
14884
14885 \begin_layout Plain Layout
14886
14887 \backslash
14888 sqiint
14889 \end_layout
14890
14891 \end_inset
14892 </cell>
14893 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14894 \begin_inset Text
14895
14896 \begin_layout Plain Layout
14897 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
14898 \end_inset
14899
14900
14901 \end_layout
14902
14903 \end_inset
14904 </cell>
14905 </row>
14906 </lyxtabular>
14907
14908 \end_inset
14909
14910
14911 \begin_inset space \hfill{}
14912 \end_inset
14913
14914
14915 \begin_inset Tabular
14916 <lyxtabular version="3" rows="4" columns="2">
14917 <features rotate="0" tabularvalignment="middle">
14918 <column alignment="center" valignment="top">
14919 <column alignment="center" valignment="top">
14920 <row>
14921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14922 \begin_inset Text
14923
14924 \begin_layout Plain Layout
14925 コマンド
14926 \end_layout
14927
14928 \end_inset
14929 </cell>
14930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14931 \begin_inset Text
14932
14933 \begin_layout Plain Layout
14934 出力
14935 \end_layout
14936
14937 \end_inset
14938 </cell>
14939 </row>
14940 <row>
14941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14942 \begin_inset Text
14943
14944 \begin_layout Plain Layout
14945
14946 \backslash
14947 iiint
14948 \end_layout
14949
14950 \end_inset
14951 </cell>
14952 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14953 \begin_inset Text
14954
14955 \begin_layout Plain Layout
14956 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
14957 \end_inset
14958
14959
14960 \end_layout
14961
14962 \end_inset
14963 </cell>
14964 </row>
14965 <row>
14966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14967 \begin_inset Text
14968
14969 \begin_layout Plain Layout
14970
14971 \backslash
14972 iiiint
14973 \end_layout
14974
14975 \end_inset
14976 </cell>
14977 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14978 \begin_inset Text
14979
14980 \begin_layout Plain Layout
14981 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
14982 \end_inset
14983
14984
14985 \end_layout
14986
14987 \end_inset
14988 </cell>
14989 </row>
14990 <row>
14991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14992 \begin_inset Text
14993
14994 \begin_layout Plain Layout
14995
14996 \backslash
14997 dotsint
14998 \end_layout
14999
15000 \end_inset
15001 </cell>
15002 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15003 \begin_inset Text
15004
15005 \begin_layout Plain Layout
15006 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
15007 \end_inset
15008
15009
15010 \end_layout
15011
15012 \end_inset
15013 </cell>
15014 </row>
15015 </lyxtabular>
15016
15017 \end_inset
15018
15019
15020 \begin_inset space \hfill{}
15021 \end_inset
15022
15023
15024 \end_layout
15025
15026 \begin_layout Subsection
15027 演算子の範囲
15028 \begin_inset CommandInset label
15029 LatexCommand label
15030 name "sub:演算子の範囲"
15031
15032 \end_inset
15033
15034
15035 \begin_inset Index idx
15036 status collapsed
15037
15038 \begin_layout Plain Layout
15039 えんざんし@演算子 ! はんい@範囲
15040 \end_layout
15041
15042 \end_inset
15043
15044
15045 \end_layout
15046
15047 \begin_layout Standard
15048 範囲は、上付き文字と下付き文字とで作成することができます。
15049 \end_layout
15050
15051 \begin_layout Standard
15052 \align center
15053 \begin_inset Tabular
15054 <lyxtabular version="3" rows="2" columns="2">
15055 <features rotate="0" tabularvalignment="middle">
15056 <column alignment="center" valignment="top" width="0pt">
15057 <column alignment="center" valignment="top" width="0pt">
15058 <row>
15059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15060 \begin_inset Text
15061
15062 \begin_layout Plain Layout
15063 コマンド
15064 \end_layout
15065
15066 \end_inset
15067 </cell>
15068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15069 \begin_inset Text
15070
15071 \begin_layout Plain Layout
15072 出力
15073 \begin_inset Note Note
15074 status collapsed
15075
15076 \begin_layout Plain Layout
15077 ここで
15078 \series bold
15079
15080 \backslash
15081 raisebox
15082 \series default
15083 はスペーサーとして使用しているだけです。
15084 \end_layout
15085
15086 \end_inset
15087
15088
15089 \end_layout
15090
15091 \end_inset
15092 </cell>
15093 </row>
15094 <row>
15095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15096 \begin_inset Text
15097
15098 \begin_layout Plain Layout
15099
15100 \backslash
15101 prod^
15102 \backslash
15103 infty
15104 \begin_inset space \textvisiblespace{}
15105 \end_inset
15106
15107
15108 \begin_inset Formula $\to$
15109 \end_inset
15110
15111 _0
15112 \begin_inset Formula $\to$
15113 \end_inset
15114
15115 A(x)
15116 \end_layout
15117
15118 \end_inset
15119 </cell>
15120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15121 \begin_inset Text
15122
15123 \begin_layout Plain Layout
15124 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
15125 \end_inset
15126
15127
15128 \end_layout
15129
15130 \end_inset
15131 </cell>
15132 </row>
15133 </lyxtabular>
15134
15135 \end_inset
15136
15137
15138 \end_layout
15139
15140 \begin_layout Standard
15141 行内数式では、範囲は演算子の右横に表示されます。別行立て数式での範囲は、積分範囲を除き、演算子の上と下に表示されます。
15142 \end_layout
15143
15144 \begin_layout Standard
15145 範囲が演算子の横に表示されるように強制するには、カーソルを当該演算子の直後において、
15146 \family sans
15147 編集\SpecialChar \menuseparator
15148 数式\SpecialChar \menuseparator
15149 範囲の表記を変更
15150 \family default
15151 メニューで
15152 \family sans
15153 \series bold
15154 行内形式
15155 \family default
15156 \series default
15157 (
15158 \begin_inset Flex Ruby
15159 status collapsed
15160
15161 \begin_layout Plain Layout
15162 捷径
15163 \begin_inset Argument post:1
15164 status collapsed
15165
15166 \begin_layout Plain Layout
15167 ショートカット
15168 \end_layout
15169
15170 \end_inset
15171
15172
15173 \end_layout
15174
15175 \end_inset
15176
15177
15178 \begin_inset Info
15179 type  "shortcut"
15180 arg   "math-limits"
15181 \end_inset
15182
15183 )を選択することで範囲形式を変更することができます。以下はその用例です。
15184 \end_layout
15185
15186 \begin_layout Standard
15187 既定の範囲形式は、以下のようになっています。
15188 \begin_inset Formula 
15189 \[
15190 \sum_{x=0}^{\infty}\frac{1}{x^{2}}
15191 \]
15192
15193 \end_inset
15194
15195 以下は、範囲形式を
15196 \family sans
15197 \series bold
15198 行内形式
15199 \family default
15200 \series default
15201 に変更したときの表示です。
15202 \begin_inset Formula 
15203 \[
15204 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}
15205 \]
15206
15207 \end_inset
15208
15209
15210 \series bold
15211
15212 \backslash
15213 intop
15214 \series default
15215
15216 \series bold
15217
15218 \backslash
15219 ointop
15220 \series default
15221 などのように
15222 \series bold
15223 op
15224 \series default
15225 で終わるもの以外の積分記号では、範囲は、既定で演算子の横に設定されます。しかし、多重積分においては、範囲を演算子の下に置くべきときがあります。このことから、以下
15226 の例では、範囲形式を
15227 \series bold
15228 別行立て形式
15229 \series default
15230 にして積分記号の下に置くようにしています。
15231 \begin_inset Formula 
15232 \begin{equation}
15233 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}
15234 \end{equation}
15235
15236 \end_inset
15237
15238
15239 \end_layout
15240
15241 \begin_layout Standard
15242 \begin_inset VSpace medskip
15243 \end_inset
15244
15245 範囲に条件を指定したい場合には、
15246 \series bold
15247
15248 \backslash
15249 subarray
15250 \series default
15251
15252 \begin_inset Index idx
15253 status collapsed
15254
15255 \begin_layout Plain Layout
15256 こまんど@コマンド ! S ! 
15257 \backslash
15258 subarray
15259 \end_layout
15260
15261 \end_inset
15262
15263 コマンドや
15264 \series bold
15265
15266 \backslash
15267 substack
15268 \series default
15269
15270 \begin_inset Index idx
15271 status collapsed
15272
15273 \begin_layout Plain Layout
15274 こまんど@コマンド ! S ! 
15275 \backslash
15276 substack
15277 \end_layout
15278
15279 \end_inset
15280
15281 コマンドを使用します。たとえば、以下の表記 
15282 \begin_inset Formula 
15283 \begin{equation}
15284 \sum_{\begin{subarray}{c}
15285 0<k<1000\\
15286 \\
15287 k\,\in\,\mathbb{N}
15288 \end{subarray}}^{n}k^{-2}\label{eq:substack}
15289 \end{equation}
15290
15291 \end_inset
15292
15293
15294 \end_layout
15295
15296 \begin_layout Standard
15297 を作成するには、以下のようにしなくてはなりません。
15298 \begin_inset Newline newline
15299 \end_inset
15300
15301 まず、
15302 \series bold
15303
15304 \backslash
15305 sum
15306 \series default
15307 ^
15308 \series bold
15309 n
15310 \begin_inset space \textvisiblespace{}
15311 \end_inset
15312
15313 _
15314 \series default
15315 というコマンドを入力します。すると、和演算子の下の青枠に移動するので、ここに
15316 \series bold
15317
15318 \backslash
15319 subarray
15320 \begin_inset space \textvisiblespace{}
15321 \end_inset
15322
15323
15324 \series default
15325 コマンドを挿入します。すると、青枠が紫枠の中に入って、ここに複数の行を書き込むことができるようになります。新しい行は、改行(
15326 \begin_inset Info
15327 type  "shortcut"
15328 arg   "newline-insert newline"
15329 \end_inset
15330
15331 )を挿入することで作ることができます。ここに
15332 \begin_inset Newline newline
15333 \end_inset
15334
15335
15336 \series bold
15337 0
15338 \begin_inset Formula $\boldsymbol{<}$
15339 \end_inset
15340
15341 k
15342 \begin_inset Formula $\boldsymbol{<}$
15343 \end_inset
15344
15345 1000 Ctrl+Return
15346 \begin_inset Newline newline
15347 \end_inset
15348
15349
15350 \series default
15351 と入力すると、新規行のための新しい枠が現れます。
15352 \end_layout
15353
15354 \begin_layout Standard
15355 各行の揃え方は、
15356 \family sans
15357 表ツールバー
15358 \family default
15359
15360 \family sans
15361 編集\SpecialChar \menuseparator
15362 行と列
15363 \family default
15364 メニューで変更することができますが、右揃えにするには、行頭に
15365 \series bold
15366
15367 \backslash
15368 hfill
15369 \begin_inset space \textvisiblespace{}
15370 \end_inset
15371
15372
15373 \series default
15374 を挿入しなくてはなりません。
15375 \end_layout
15376
15377 \begin_layout Standard
15378
15379 \series bold
15380
15381 \backslash
15382 substack
15383 \series default
15384 コマンドは、各行がつねに中央揃えになることを除いては、
15385 \series bold
15386
15387 \backslash
15388 subarray
15389 \series default
15390 と同じです。
15391 \end_layout
15392
15393 \begin_layout Standard
15394 \begin_inset VSpace bigskip
15395 \end_inset
15396
15397 演算子の後に来る文字は、範囲の横に来るので、
15398 \begin_inset CommandInset ref
15399 LatexCommand eqref
15400 reference "eq:substack"
15401
15402 \end_inset
15403
15404 式のように、演算子の横の余白が大きくなりすぎることがあります。
15405 \end_layout
15406
15407 \begin_layout Standard
15408 これを避けるには、LaTeXプリアンブルに以下のようなマクロを指定する方法があります。
15409 \end_layout
15410
15411 \begin_layout Standard
15412
15413 \series bold
15414
15415 \backslash
15416 def
15417 \backslash
15418 clap#1{
15419 \backslash
15420 hbox to 0pt{
15421 \backslash
15422 hss #1
15423 \backslash
15424 hss}}
15425 \begin_inset Newline newline
15426 \end_inset
15427
15428
15429 \backslash
15430 def
15431 \backslash
15432 mathclap {
15433 \backslash
15434 mathpalette 
15435 \backslash
15436 mathclapinternal}
15437 \begin_inset Newline newline
15438 \end_inset
15439
15440
15441 \backslash
15442 def
15443 \backslash
15444 mathclapinternal #1#2{
15445 \backslash
15446 clap{$
15447 \backslash
15448 mathsurround =0pt #1{#2}$}}
15449 \end_layout
15450
15451 \begin_layout Standard
15452 これは、範囲の幅を0
15453 \begin_inset space \thinspace{}
15454 \end_inset
15455
15456 ptに設定する
15457 \series bold
15458
15459 \backslash
15460 mathclap
15461 \series default
15462
15463 \begin_inset Index idx
15464 status collapsed
15465
15466 \begin_layout Plain Layout
15467 こまんど@コマンド ! M ! 
15468 \backslash
15469 mathclap
15470 \end_layout
15471
15472 \end_inset
15473
15474 コマンドを定義しています。このコマンドの書式は、
15475 \end_layout
15476
15477 \begin_layout Standard
15478
15479 \series bold
15480
15481 \backslash
15482 mathclap{範囲}
15483 \end_layout
15484
15485 \begin_layout Standard
15486 となっていて、「範囲」には複数の条件を入れることができます。
15487 \end_layout
15488
15489 \begin_layout Standard
15490 これを
15491 \begin_inset CommandInset ref
15492 LatexCommand eqref
15493 reference "eq:substack"
15494
15495 \end_inset
15496
15497 式に応用すると、以下のようなコマンド
15498 \end_layout
15499
15500 \begin_layout Standard
15501
15502 \series bold
15503
15504 \backslash
15505 sum_
15506 \backslash
15507 mathclap{
15508 \backslash
15509 substack
15510 \begin_inset space \textvisiblespace{}
15511 \end_inset
15512
15513 0
15514 \begin_inset Formula $\boldsymbol{<}$
15515 \end_inset
15516
15517 k
15518 \begin_inset Formula $\boldsymbol{<}$
15519 \end_inset
15520
15521 1000 Ctrl+Return
15522 \end_layout
15523
15524 \begin_layout Standard
15525 を使用して下限を作成することになります。これによって、足される要素は、和演算子の直後に来ることになります。
15526 \begin_inset Formula 
15527 \[
15528 \sum_{\mathclap{\substack{0<k<1000\\
15529 \\
15530 k\,\in\,\mathbb{N}
15531 }
15532 }}^{n}k^{-2}
15533 \]
15534
15535 \end_inset
15536
15537
15538 \end_layout
15539
15540 \begin_layout Standard
15541 \begin_inset VSpace bigskip
15542 \end_inset
15543
15544 一つの範囲を複数の演算子に用いる方法が、第
15545 \begin_inset CommandInset ref
15546 LatexCommand ref
15547 reference "sub:自己定義演算子"
15548
15549 \end_inset
15550
15551 節に述べられています。
15552 \end_layout
15553
15554 \begin_layout Subsection
15555 演算子の修飾
15556 \begin_inset Index idx
15557 status collapsed
15558
15559 \begin_layout Plain Layout
15560 えんざんし@演算子 ! 
15561 \family sans
15562 \series bold
15563 しゅうしょく@修飾
15564 \end_layout
15565
15566 \end_inset
15567
15568
15569 \end_layout
15570
15571 \begin_layout Standard
15572
15573 \series bold
15574
15575 \backslash
15576 overset
15577 \series default
15578
15579 \begin_inset Index idx
15580 status collapsed
15581
15582 \begin_layout Plain Layout
15583 こまんど@コマンド ! O ! 
15584 \backslash
15585 overset
15586 \end_layout
15587
15588 \end_inset
15589
15590 コマンドや
15591 \series bold
15592
15593 \backslash
15594 underset
15595 \series default
15596
15597 \begin_inset Index idx
15598 status collapsed
15599
15600 \begin_layout Plain Layout
15601 こまんど@コマンド ! U ! 
15602 \backslash
15603 underset
15604 \end_layout
15605
15606 \end_inset
15607
15608 コマンドを使うと、それぞれ演算子の上や下に、文字をアクセントとして付けることができます。また、
15609 \series bold
15610
15611 \backslash
15612 sideset
15613 \series default
15614
15615 \begin_inset Index idx
15616 status collapsed
15617
15618 \begin_layout Plain Layout
15619 こまんど@コマンド ! S ! 
15620 \backslash
15621 sideset
15622 \end_layout
15623
15624 \end_inset
15625
15626 コマンドを使うと、文字を演算子の前や後ろに付けることができます。
15627 \end_layout
15628
15629 \begin_layout Standard
15630
15631 \lang english
15632 There are 4
15633 \begin_inset space ~
15634 \end_inset
15635
15636 variants of 
15637 \series bold
15638
15639 \backslash
15640 sideset
15641 \series default
15642 :
15643 \end_layout
15644
15645 \begin_layout Itemize
15646
15647 \series bold
15648 \lang english
15649
15650 \backslash
15651 sideset
15652 \series default
15653  is used to set characters at the corners of the operator
15654 \end_layout
15655
15656 \begin_layout Itemize
15657
15658 \series bold
15659 \lang english
15660
15661 \backslash
15662 sidesetn
15663 \series default
15664  is used to set characters before and/or behind the operator (this variant
15665  represents LaTeX's original 
15666 \series bold
15667
15668 \backslash
15669 sideset
15670 \series default
15671  command)
15672 \end_layout
15673
15674 \begin_layout Itemize
15675
15676 \series bold
15677 \lang english
15678
15679 \backslash
15680 sidesetl
15681 \series default
15682  is used to set characters at the left corners and/or behind the operator
15683 \end_layout
15684
15685 \begin_layout Itemize
15686
15687 \series bold
15688 \lang english
15689
15690 \backslash
15691 sidesetr
15692 \series default
15693  is used to set characters at the right corners and/or before the operator
15694 \end_layout
15695
15696 \begin_layout Standard
15697 たとえば、
15698 \series bold
15699
15700 \backslash
15701 sidesetn
15702 \begin_inset space \textvisiblespace{}
15703 \end_inset
15704
15705
15706 \backslash
15707 sum
15708 \begin_inset space \textvisiblespace{}
15709 \end_inset
15710
15711
15712 \begin_inset Formula $\to$
15713 \end_inset
15714
15715 '
15716 \begin_inset Formula $\to$
15717 \end_inset
15718
15719 _k=1
15720 \begin_inset space \textvisiblespace{}
15721 \end_inset
15722
15723
15724 \series default
15725 ^
15726 \series bold
15727 n
15728 \series default
15729 というコマンドを入力すると、
15730 \begin_inset Formula 
15731 \[
15732 \sideset{}{'}\sum_{k=1}^{n}
15733 \]
15734
15735 \end_inset
15736
15737 のようになります。
15738 \end_layout
15739
15740 \begin_layout Standard
15741 \begin_inset Note Greyedout
15742 status open
15743
15744 \begin_layout Plain Layout
15745
15746 \series bold
15747 【註】
15748 \backslash
15749 sideset
15750 \series default
15751 は、大演算子を修飾するためだけに用いることができ、二項演算子には用いることができません。
15752 \end_layout
15753
15754 \end_inset
15755
15756
15757 \end_layout
15758
15759 \begin_layout Standard
15760 のようになります。最後の例からわかるように、
15761 \series bold
15762
15763 \backslash
15764 overset
15765 \series default
15766
15767 \series bold
15768
15769 \backslash
15770 underset
15771 \series default
15772 では、記号や文字にアクセントをつけることもできます。一方。 また、
15773 \series bold
15774
15775 \backslash
15776 overset
15777 \begin_inset space \textvisiblespace{}
15778 \end_inset
15779
15780
15781 \backslash
15782 maltese
15783 \begin_inset space \textvisiblespace{}
15784 \end_inset
15785
15786
15787 \series default
15788
15789 \begin_inset Formula $\uparrow$
15790 \end_inset
15791
15792
15793 \series bold
15794 a
15795 \series default
15796 というコマンドならば、
15797 \begin_inset Formula 
15798 \[
15799 \overset{a}{\maltese}
15800 \]
15801
15802 \end_inset
15803
15804
15805 \end_layout
15806
15807 \begin_layout Subsection
15808 二項演算子
15809 \begin_inset CommandInset label
15810 LatexCommand label
15811 name "sub:二項演算子"
15812
15813 \end_inset
15814
15815
15816 \begin_inset Index idx
15817 status collapsed
15818
15819 \begin_layout Plain Layout
15820 えんざんし@演算子 ! にこう@二項
15821 \end_layout
15822
15823 \end_inset
15824
15825
15826 \end_layout
15827
15828 \begin_layout Standard
15829 二項演算子は、前後に文字がある場合、周囲に余白が入ります。
15830 \begin_inset VSpace medskip
15831 \end_inset
15832
15833
15834 \end_layout
15835
15836 \begin_layout Standard
15837 \begin_inset space \hfill{}
15838 \end_inset
15839
15840
15841 \begin_inset Tabular
15842 <lyxtabular version="3" rows="13" columns="2">
15843 <features rotate="0" tabularvalignment="middle">
15844 <column alignment="center" valignment="top" width="0pt">
15845 <column alignment="center" valignment="top" width="0pt">
15846 <row>
15847 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15848 \begin_inset Text
15849
15850 \begin_layout Plain Layout
15851 コマンド
15852 \begin_inset Note Note
15853 status collapsed
15854
15855 \begin_layout Plain Layout
15856 ここで
15857 \series bold
15858
15859 \backslash
15860 raisebox
15861 \series default
15862 はスペーサーとして使用しているだけです。
15863 \end_layout
15864
15865 \end_inset
15866
15867
15868 \end_layout
15869
15870 \end_inset
15871 </cell>
15872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15873 \begin_inset Text
15874
15875 \begin_layout Plain Layout
15876 出力
15877 \end_layout
15878
15879 \end_inset
15880 </cell>
15881 </row>
15882 <row>
15883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15884 \begin_inset Text
15885
15886 \begin_layout Plain Layout
15887 +
15888 \end_layout
15889
15890 \end_inset
15891 </cell>
15892 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15893 \begin_inset Text
15894
15895 \begin_layout Plain Layout
15896 \begin_inset Formula $+$
15897 \end_inset
15898
15899
15900 \end_layout
15901
15902 \end_inset
15903 </cell>
15904 </row>
15905 <row>
15906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15907 \begin_inset Text
15908
15909 \begin_layout Plain Layout
15910 -
15911 \end_layout
15912
15913 \end_inset
15914 </cell>
15915 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15916 \begin_inset Text
15917
15918 \begin_layout Plain Layout
15919 \begin_inset Formula $-$
15920 \end_inset
15921
15922
15923 \end_layout
15924
15925 \end_inset
15926 </cell>
15927 </row>
15928 <row>
15929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15930 \begin_inset Text
15931
15932 \begin_layout Plain Layout
15933
15934 \backslash
15935 pm
15936 \end_layout
15937
15938 \end_inset
15939 </cell>
15940 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15941 \begin_inset Text
15942
15943 \begin_layout Plain Layout
15944 \begin_inset Formula $\pm$
15945 \end_inset
15946
15947
15948 \end_layout
15949
15950 \end_inset
15951 </cell>
15952 </row>
15953 <row>
15954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15955 \begin_inset Text
15956
15957 \begin_layout Plain Layout
15958
15959 \backslash
15960 mp
15961 \end_layout
15962
15963 \end_inset
15964 </cell>
15965 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15966 \begin_inset Text
15967
15968 \begin_layout Plain Layout
15969 \begin_inset Formula $\mp$
15970 \end_inset
15971
15972
15973 \end_layout
15974
15975 \end_inset
15976 </cell>
15977 </row>
15978 <row>
15979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15980 \begin_inset Text
15981
15982 \begin_layout Plain Layout
15983
15984 \backslash
15985 cdot
15986 \end_layout
15987
15988 \end_inset
15989 </cell>
15990 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15991 \begin_inset Text
15992
15993 \begin_layout Plain Layout
15994 \begin_inset Formula $\cdot$
15995 \end_inset
15996
15997
15998 \end_layout
15999
16000 \end_inset
16001 </cell>
16002 </row>
16003 <row>
16004 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16005 \begin_inset Text
16006
16007 \begin_layout Plain Layout
16008
16009 \backslash
16010 times
16011 \end_layout
16012
16013 \end_inset
16014 </cell>
16015 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16016 \begin_inset Text
16017
16018 \begin_layout Plain Layout
16019 \begin_inset Formula $\times$
16020 \end_inset
16021
16022
16023 \end_layout
16024
16025 \end_inset
16026 </cell>
16027 </row>
16028 <row>
16029 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16030 \begin_inset Text
16031
16032 \begin_layout Plain Layout
16033
16034 \backslash
16035 div
16036 \end_layout
16037
16038 \end_inset
16039 </cell>
16040 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16041 \begin_inset Text
16042
16043 \begin_layout Plain Layout
16044 \begin_inset Formula $\div$
16045 \end_inset
16046
16047
16048 \end_layout
16049
16050 \end_inset
16051 </cell>
16052 </row>
16053 <row>
16054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16055 \begin_inset Text
16056
16057 \begin_layout Plain Layout
16058 \begin_inset ERT
16059 status collapsed
16060
16061 \begin_layout Plain Layout
16062
16063
16064 \backslash
16065 raisebox{-1.2mm}{
16066 \end_layout
16067
16068 \end_inset
16069
16070 *
16071 \begin_inset ERT
16072 status collapsed
16073
16074 \begin_layout Plain Layout
16075
16076 }
16077 \end_layout
16078
16079 \end_inset
16080
16081
16082 \end_layout
16083
16084 \end_inset
16085 </cell>
16086 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16087 \begin_inset Text
16088
16089 \begin_layout Plain Layout
16090 \begin_inset Formula $*$
16091 \end_inset
16092
16093
16094 \end_layout
16095
16096 \end_inset
16097 </cell>
16098 </row>
16099 <row>
16100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16101 \begin_inset Text
16102
16103 \begin_layout Plain Layout
16104
16105 \backslash
16106 star
16107 \end_layout
16108
16109 \end_inset
16110 </cell>
16111 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16112 \begin_inset Text
16113
16114 \begin_layout Plain Layout
16115 \begin_inset Formula $\star$
16116 \end_inset
16117
16118
16119 \end_layout
16120
16121 \end_inset
16122 </cell>
16123 </row>
16124 <row>
16125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16126 \begin_inset Text
16127
16128 \begin_layout Plain Layout
16129
16130 \backslash
16131 circ
16132 \end_layout
16133
16134 \end_inset
16135 </cell>
16136 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16137 \begin_inset Text
16138
16139 \begin_layout Plain Layout
16140 \begin_inset Formula $\circ$
16141 \end_inset
16142
16143
16144 \end_layout
16145
16146 \end_inset
16147 </cell>
16148 </row>
16149 <row>
16150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16151 \begin_inset Text
16152
16153 \begin_layout Plain Layout
16154
16155 \backslash
16156 diamond
16157 \end_layout
16158
16159 \end_inset
16160 </cell>
16161 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16162 \begin_inset Text
16163
16164 \begin_layout Plain Layout
16165 \begin_inset Formula $\diamond$
16166 \end_inset
16167
16168
16169 \end_layout
16170
16171 \end_inset
16172 </cell>
16173 </row>
16174 <row>
16175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16176 \begin_inset Text
16177
16178 \begin_layout Plain Layout
16179
16180 \backslash
16181 bullet
16182 \end_layout
16183
16184 \end_inset
16185 </cell>
16186 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16187 \begin_inset Text
16188
16189 \begin_layout Plain Layout
16190 \begin_inset Formula $\bullet$
16191 \end_inset
16192
16193
16194 \end_layout
16195
16196 \end_inset
16197 </cell>
16198 </row>
16199 </lyxtabular>
16200
16201 \end_inset
16202
16203
16204 \begin_inset space \hfill{}
16205 \end_inset
16206
16207
16208 \begin_inset Tabular
16209 <lyxtabular version="3" rows="13" columns="2">
16210 <features rotate="0" tabularvalignment="middle">
16211 <column alignment="center" valignment="top" width="0pt">
16212 <column alignment="center" valignment="top" width="0pt">
16213 <row>
16214 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16215 \begin_inset Text
16216
16217 \begin_layout Plain Layout
16218 コマンド
16219 \end_layout
16220
16221 \end_inset
16222 </cell>
16223 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16224 \begin_inset Text
16225
16226 \begin_layout Plain Layout
16227 出力
16228 \end_layout
16229
16230 \end_inset
16231 </cell>
16232 </row>
16233 <row>
16234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16235 \begin_inset Text
16236
16237 \begin_layout Plain Layout
16238
16239 \backslash
16240 nabla
16241 \end_layout
16242
16243 \end_inset
16244 </cell>
16245 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16246 \begin_inset Text
16247
16248 \begin_layout Plain Layout
16249 \begin_inset Formula $\nabla$
16250 \end_inset
16251
16252
16253 \end_layout
16254
16255 \end_inset
16256 </cell>
16257 </row>
16258 <row>
16259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16260 \begin_inset Text
16261
16262 \begin_layout Plain Layout
16263
16264 \backslash
16265 bigtriangledown
16266 \end_layout
16267
16268 \end_inset
16269 </cell>
16270 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16271 \begin_inset Text
16272
16273 \begin_layout Plain Layout
16274 \begin_inset Formula $\bigtriangledown$
16275 \end_inset
16276
16277
16278 \end_layout
16279
16280 \end_inset
16281 </cell>
16282 </row>
16283 <row>
16284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16285 \begin_inset Text
16286
16287 \begin_layout Plain Layout
16288
16289 \backslash
16290 bigtriangleup
16291 \end_layout
16292
16293 \end_inset
16294 </cell>
16295 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16296 \begin_inset Text
16297
16298 \begin_layout Plain Layout
16299 \begin_inset Formula $\bigtriangleup$
16300 \end_inset
16301
16302
16303 \end_layout
16304
16305 \end_inset
16306 </cell>
16307 </row>
16308 <row>
16309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16310 \begin_inset Text
16311
16312 \begin_layout Plain Layout
16313
16314 \backslash
16315 Box
16316 \end_layout
16317
16318 \end_inset
16319 </cell>
16320 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16321 \begin_inset Text
16322
16323 \begin_layout Plain Layout
16324 \begin_inset Formula $\Box$
16325 \end_inset
16326
16327
16328 \end_layout
16329
16330 \end_inset
16331 </cell>
16332 </row>
16333 <row>
16334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16335 \begin_inset Text
16336
16337 \begin_layout Plain Layout
16338
16339 \backslash
16340 cap 
16341 \end_layout
16342
16343 \end_inset
16344 </cell>
16345 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16346 \begin_inset Text
16347
16348 \begin_layout Plain Layout
16349 \begin_inset Formula $\cap$
16350 \end_inset
16351
16352
16353 \end_layout
16354
16355 \end_inset
16356 </cell>
16357 </row>
16358 <row>
16359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16360 \begin_inset Text
16361
16362 \begin_layout Plain Layout
16363
16364 \backslash
16365 cup
16366 \end_layout
16367
16368 \end_inset
16369 </cell>
16370 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16371 \begin_inset Text
16372
16373 \begin_layout Plain Layout
16374 \begin_inset Formula $\cup$
16375 \end_inset
16376
16377
16378 \end_layout
16379
16380 \end_inset
16381 </cell>
16382 </row>
16383 <row>
16384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16385 \begin_inset Text
16386
16387 \begin_layout Plain Layout
16388
16389 \backslash
16390 dagger
16391 \end_layout
16392
16393 \end_inset
16394 </cell>
16395 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16396 \begin_inset Text
16397
16398 \begin_layout Plain Layout
16399 \begin_inset Formula $\dagger$
16400 \end_inset
16401
16402
16403 \end_layout
16404
16405 \end_inset
16406 </cell>
16407 </row>
16408 <row>
16409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16410 \begin_inset Text
16411
16412 \begin_layout Plain Layout
16413
16414 \backslash
16415 ddagger
16416 \end_layout
16417
16418 \end_inset
16419 </cell>
16420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16421 \begin_inset Text
16422
16423 \begin_layout Plain Layout
16424 \begin_inset Formula $\ddagger$
16425 \end_inset
16426
16427
16428 \end_layout
16429
16430 \end_inset
16431 </cell>
16432 </row>
16433 <row>
16434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16435 \begin_inset Text
16436
16437 \begin_layout Plain Layout
16438
16439 \backslash
16440 wr
16441 \end_layout
16442
16443 \end_inset
16444 </cell>
16445 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16446 \begin_inset Text
16447
16448 \begin_layout Plain Layout
16449 \begin_inset Formula $\wr$
16450 \end_inset
16451
16452
16453 \end_layout
16454
16455 \end_inset
16456 </cell>
16457 </row>
16458 <row>
16459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16460 \begin_inset Text
16461
16462 \begin_layout Plain Layout
16463
16464 \backslash
16465 bigcirc
16466 \end_layout
16467
16468 \end_inset
16469 </cell>
16470 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16471 \begin_inset Text
16472
16473 \begin_layout Plain Layout
16474 \begin_inset Formula $\bigcirc$
16475 \end_inset
16476
16477
16478 \end_layout
16479
16480 \end_inset
16481 </cell>
16482 </row>
16483 <row>
16484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16485 \begin_inset Text
16486
16487 \begin_layout Plain Layout
16488
16489 \backslash
16490 wedge
16491 \end_layout
16492
16493 \end_inset
16494 </cell>
16495 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16496 \begin_inset Text
16497
16498 \begin_layout Plain Layout
16499 \begin_inset Formula $\wedge$
16500 \end_inset
16501
16502
16503 \end_layout
16504
16505 \end_inset
16506 </cell>
16507 </row>
16508 <row>
16509 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16510 \begin_inset Text
16511
16512 \begin_layout Plain Layout
16513
16514 \backslash
16515 vee
16516 \end_layout
16517
16518 \end_inset
16519 </cell>
16520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16521 \begin_inset Text
16522
16523 \begin_layout Plain Layout
16524 \begin_inset Formula $\vee$
16525 \end_inset
16526
16527
16528 \end_layout
16529
16530 \end_inset
16531 </cell>
16532 </row>
16533 </lyxtabular>
16534
16535 \end_inset
16536
16537
16538 \begin_inset space \hfill{}
16539 \end_inset
16540
16541
16542 \begin_inset Tabular
16543 <lyxtabular version="3" rows="13" columns="2">
16544 <features rotate="0" tabularvalignment="middle">
16545 <column alignment="center" valignment="top" width="0pt">
16546 <column alignment="center" valignment="top" width="0pt">
16547 <row>
16548 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16549 \begin_inset Text
16550
16551 \begin_layout Plain Layout
16552 コマンド
16553 \end_layout
16554
16555 \end_inset
16556 </cell>
16557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16558 \begin_inset Text
16559
16560 \begin_layout Plain Layout
16561 出力
16562 \end_layout
16563
16564 \end_inset
16565 </cell>
16566 </row>
16567 <row>
16568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16569 \begin_inset Text
16570
16571 \begin_layout Plain Layout
16572
16573 \backslash
16574 oplus
16575 \end_layout
16576
16577 \end_inset
16578 </cell>
16579 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16580 \begin_inset Text
16581
16582 \begin_layout Plain Layout
16583 \begin_inset Formula $\oplus$
16584 \end_inset
16585
16586
16587 \end_layout
16588
16589 \end_inset
16590 </cell>
16591 </row>
16592 <row>
16593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16594 \begin_inset Text
16595
16596 \begin_layout Plain Layout
16597
16598 \backslash
16599 ominus
16600 \end_layout
16601
16602 \end_inset
16603 </cell>
16604 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16605 \begin_inset Text
16606
16607 \begin_layout Plain Layout
16608 \begin_inset Formula $\ominus$
16609 \end_inset
16610
16611
16612 \end_layout
16613
16614 \end_inset
16615 </cell>
16616 </row>
16617 <row>
16618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16619 \begin_inset Text
16620
16621 \begin_layout Plain Layout
16622
16623 \backslash
16624 otimes
16625 \end_layout
16626
16627 \end_inset
16628 </cell>
16629 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16630 \begin_inset Text
16631
16632 \begin_layout Plain Layout
16633 \begin_inset Formula $\otimes$
16634 \end_inset
16635
16636
16637 \end_layout
16638
16639 \end_inset
16640 </cell>
16641 </row>
16642 <row>
16643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16644 \begin_inset Text
16645
16646 \begin_layout Plain Layout
16647
16648 \backslash
16649 oslash
16650 \end_layout
16651
16652 \end_inset
16653 </cell>
16654 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16655 \begin_inset Text
16656
16657 \begin_layout Plain Layout
16658 \begin_inset Formula $\oslash$
16659 \end_inset
16660
16661
16662 \end_layout
16663
16664 \end_inset
16665 </cell>
16666 </row>
16667 <row>
16668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16669 \begin_inset Text
16670
16671 \begin_layout Plain Layout
16672
16673 \backslash
16674 odot
16675 \end_layout
16676
16677 \end_inset
16678 </cell>
16679 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16680 \begin_inset Text
16681
16682 \begin_layout Plain Layout
16683 \begin_inset Formula $\odot$
16684 \end_inset
16685
16686
16687 \end_layout
16688
16689 \end_inset
16690 </cell>
16691 </row>
16692 <row>
16693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16694 \begin_inset Text
16695
16696 \begin_layout Plain Layout
16697
16698 \backslash
16699 amalg
16700 \end_layout
16701
16702 \end_inset
16703 </cell>
16704 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16705 \begin_inset Text
16706
16707 \begin_layout Plain Layout
16708 \begin_inset Formula $\amalg$
16709 \end_inset
16710
16711
16712 \end_layout
16713
16714 \end_inset
16715 </cell>
16716 </row>
16717 <row>
16718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16719 \begin_inset Text
16720
16721 \begin_layout Plain Layout
16722
16723 \backslash
16724 uplus
16725 \end_layout
16726
16727 \end_inset
16728 </cell>
16729 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16730 \begin_inset Text
16731
16732 \begin_layout Plain Layout
16733 \begin_inset Formula $\uplus$
16734 \end_inset
16735
16736
16737 \end_layout
16738
16739 \end_inset
16740 </cell>
16741 </row>
16742 <row>
16743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16744 \begin_inset Text
16745
16746 \begin_layout Plain Layout
16747
16748 \backslash
16749 setminus
16750 \end_layout
16751
16752 \end_inset
16753 </cell>
16754 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16755 \begin_inset Text
16756
16757 \begin_layout Plain Layout
16758 \begin_inset Formula $\setminus$
16759 \end_inset
16760
16761
16762 \end_layout
16763
16764 \end_inset
16765 </cell>
16766 </row>
16767 <row>
16768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16769 \begin_inset Text
16770
16771 \begin_layout Plain Layout
16772
16773 \backslash
16774 sqcap
16775 \end_layout
16776
16777 \end_inset
16778 </cell>
16779 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16780 \begin_inset Text
16781
16782 \begin_layout Plain Layout
16783 \begin_inset Formula $\sqcap$
16784 \end_inset
16785
16786
16787 \end_layout
16788
16789 \end_inset
16790 </cell>
16791 </row>
16792 <row>
16793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16794 \begin_inset Text
16795
16796 \begin_layout Plain Layout
16797
16798 \backslash
16799 sqcup
16800 \end_layout
16801
16802 \end_inset
16803 </cell>
16804 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16805 \begin_inset Text
16806
16807 \begin_layout Plain Layout
16808 \begin_inset Formula $\sqcup$
16809 \end_inset
16810
16811
16812 \end_layout
16813
16814 \end_inset
16815 </cell>
16816 </row>
16817 <row>
16818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16819 \begin_inset Text
16820
16821 \begin_layout Plain Layout
16822
16823 \backslash
16824 triangleleft
16825 \end_layout
16826
16827 \end_inset
16828 </cell>
16829 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16830 \begin_inset Text
16831
16832 \begin_layout Plain Layout
16833 \begin_inset Formula $\triangleleft$
16834 \end_inset
16835
16836
16837 \end_layout
16838
16839 \end_inset
16840 </cell>
16841 </row>
16842 <row>
16843 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16844 \begin_inset Text
16845
16846 \begin_layout Plain Layout
16847
16848 \backslash
16849 triangleright
16850 \end_layout
16851
16852 \end_inset
16853 </cell>
16854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16855 \begin_inset Text
16856
16857 \begin_layout Plain Layout
16858 \begin_inset Formula $\triangleright$
16859 \end_inset
16860
16861
16862 \end_layout
16863
16864 \end_inset
16865 </cell>
16866 </row>
16867 </lyxtabular>
16868
16869 \end_inset
16870
16871
16872 \begin_inset space \hfill{}
16873 \end_inset
16874
16875
16876 \end_layout
16877
16878 \begin_layout Standard
16879 二項演算子は、すべて数式ツールバーボタンの
16880 \begin_inset Graphics
16881         filename ../../images/math/pm.png
16882         scale 85
16883
16884 \end_inset
16885
16886 から挿入することもできます。
16887 \end_layout
16888
16889 \begin_layout Standard
16890 ラプラス演算子を組版するには、
16891 \series bold
16892
16893 \backslash
16894 bigtriangleup
16895 \series default
16896 以外に、
16897 \series bold
16898
16899 \backslash
16900 Delta
16901 \series default
16902
16903 \series bold
16904
16905 \backslash
16906 nabla
16907 \series default
16908 ^
16909 \series bold
16910 2
16911 \series default
16912 (
16913 \begin_inset Formula $\nabla^{2}$
16914 \end_inset
16915
16916 )を使用することもできます。
16917 \end_layout
16918
16919 \begin_layout Standard
16920
16921 \family sans
16922 挿入\SpecialChar \menuseparator
16923 特殊文字
16924 \family default
16925 メニューの
16926 \family sans
16927 メニュー区切り
16928 \family default
16929 で入力される文字は、
16930 \series bold
16931
16932 \backslash
16933 triangleright
16934 \series default
16935 演算子です。
16936 \end_layout
16937
16938 \begin_layout Subsection
16939 自己定義演算子
16940 \begin_inset CommandInset label
16941 LatexCommand label
16942 name "sub:自己定義演算子"
16943
16944 \end_inset
16945
16946
16947 \begin_inset Index idx
16948 status collapsed
16949
16950 \begin_layout Plain Layout
16951 えんざんし@演算子 ! じこていぎ@自己定義
16952 \end_layout
16953
16954 \end_inset
16955
16956
16957 \end_layout
16958
16959 \begin_layout Standard
16960 LaTeXプリアンブルで
16961 \series bold
16962
16963 \backslash
16964 DeclareMathOperator
16965 \series default
16966
16967 \begin_inset Index idx
16968 status collapsed
16969
16970 \begin_layout Plain Layout
16971 こまんど@コマンド ! D ! 
16972 \backslash
16973 dbinom@
16974 \backslash
16975 DeclareMathOperator
16976 \end_layout
16977
16978 \end_inset
16979
16980 コマンドを使用すると、自製演算子を定義することができます。このコマンドの書式は
16981 \end_layout
16982
16983 \begin_layout Standard
16984
16985 \series bold
16986
16987 \backslash
16988 DeclareMathOperator{新規コマンド}{表示}
16989 \end_layout
16990
16991 \begin_layout Standard
16992 です。「表示」は、出力での演算子の表示され方を定義する文字や記号です。大演算子を定義するには、コマンドの後に「*」を置きます。自己定義の大演算子は、すべて第
16993 \begin_inset CommandInset ref
16994 LatexCommand ref
16995 reference "sub:演算子の範囲"
16996
16997 \end_inset
16998
16999 節で述べられた範囲を指定することができます。
17000 \end_layout
17001
17002 \begin_layout Standard
17003 たとえば、以下のようなLaTeXプリアンブル行
17004 \end_layout
17005
17006 \begin_layout Standard
17007
17008 \series bold
17009
17010 \backslash
17011 DeclareMathOperator*{
17012 \backslash
17013 Lozenge}{
17014 \backslash
17015 blacklozenge}
17016 \end_layout
17017
17018 \begin_layout Standard
17019 は、第
17020 \begin_inset CommandInset ref
17021 LatexCommand ref
17022 reference "sub:その他の記号"
17023
17024 \end_inset
17025
17026 節にある菱形記号を使った大演算子を挿入する、以下のようなコマンド
17027 \series bold
17028
17029 \backslash
17030 Lozenge
17031 \series default
17032 を定義します。
17033 \begin_inset Formula 
17034 \[
17035 \Lozenge_{n=1}^{\infty}
17036 \]
17037
17038 \end_inset
17039
17040 上記の数式を作るコマンドは、
17041 \series bold
17042
17043 \backslash
17044 Lozenge
17045 \series default
17046 ^
17047 \series bold
17048
17049 \backslash
17050 infty
17051 \begin_inset Formula $\to$
17052 \end_inset
17053
17054 _n=1
17055 \series default
17056 です。
17057 \end_layout
17058
17059 \begin_layout Standard
17060 \begin_inset VSpace bigskip
17061 \end_inset
17062
17063 自己定義演算子を、同一文書内で複数回用いない時には、以下の書式を持つ
17064 \series bold
17065
17066 \backslash
17067 mathop
17068 \series default
17069
17070 \begin_inset Index idx
17071 status collapsed
17072
17073 \begin_layout Plain Layout
17074 こまんど@コマンド ! M ! 
17075 \backslash
17076 mathop
17077 \end_layout
17078
17079 \end_inset
17080
17081 コマンドおよび
17082 \series bold
17083
17084 \backslash
17085 mathbin
17086 \series default
17087
17088 \begin_inset Index idx
17089 status collapsed
17090
17091 \begin_layout Plain Layout
17092 こまんど@コマンド ! M ! 
17093 \backslash
17094 mathbin
17095 \end_layout
17096
17097 \end_inset
17098
17099 コマンドを用いて定義を行うこともできます。
17100 \end_layout
17101
17102 \begin_layout Standard
17103 (書式)
17104 \series bold
17105
17106 \backslash
17107 mathop{表示}
17108 \series default
17109 および
17110 \series bold
17111
17112 \backslash
17113 mathbin{表示}
17114 \end_layout
17115
17116 \begin_layout Standard
17117
17118 \series bold
17119
17120 \backslash
17121 mathop
17122 \series default
17123 は大演算子を定義し、
17124 \series bold
17125
17126 \backslash
17127 mathbin
17128 \series default
17129 は二項演算子を定義します。
17130 \end_layout
17131
17132 \begin_layout Standard
17133 たとえば
17134 \series bold
17135
17136 \backslash
17137 mathop
17138 \series default
17139 は、以下のように、複数の演算子に共通の範囲指定を行うのに用いることができます。
17140 \end_layout
17141
17142 \begin_layout Standard
17143 \begin_inset Formula 
17144 \[
17145 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}
17146 \]
17147
17148 \end_inset
17149
17150
17151 \end_layout
17152
17153 \begin_layout Standard
17154 上記の数式では
17155 \begin_inset Newline newline
17156 \end_inset
17157
17158
17159 \series bold
17160
17161 \backslash
17162 mathop{
17163 \backslash
17164 sum
17165 \backslash
17166 negmedspace
17167 \backslash
17168 sum
17169 \series default
17170
17171 \begin_inset space \textvisiblespace{}
17172 \end_inset
17173
17174
17175 \series bold
17176
17177 \begin_inset Formula $\to$
17178 \end_inset
17179
17180 ^N
17181 \series default
17182
17183 \begin_inset space \textvisiblespace{}
17184 \end_inset
17185
17186
17187 \series bold
17188 _i,j=1
17189 \begin_inset Newline newline
17190 \end_inset
17191
17192
17193 \series default
17194 というコマンドを用いています。
17195 \end_layout
17196
17197 \begin_layout Section
17198 書体
17199 \begin_inset Index idx
17200 status collapsed
17201
17202 \begin_layout Plain Layout
17203 しょたい@書体
17204 \end_layout
17205
17206 \end_inset
17207
17208
17209 \begin_inset Index idx
17210 status collapsed
17211
17212 \begin_layout Plain Layout
17213 ふぉんと@フォント | see
17214 \begin_inset ERT
17215 status collapsed
17216
17217 \begin_layout Plain Layout
17218
17219 {
17220 \end_layout
17221
17222 \end_inset
17223
17224 書体
17225 \begin_inset ERT
17226 status collapsed
17227
17228 \begin_layout Plain Layout
17229
17230 }
17231 \end_layout
17232
17233 \end_inset
17234
17235
17236 \end_layout
17237
17238 \end_inset
17239
17240
17241 \end_layout
17242
17243 \begin_layout Subsection
17244 書体様式
17245 \begin_inset CommandInset label
17246 LatexCommand label
17247 name "sub:書体様式"
17248
17249 \end_inset
17250
17251
17252 \begin_inset Index idx
17253 status collapsed
17254
17255 \begin_layout Plain Layout
17256 しょたい@書体 ! ようしき@様式
17257 \end_layout
17258
17259 \end_inset
17260
17261
17262 \end_layout
17263
17264 \begin_layout Standard
17265 数式中のラテン文字は、以下の書体様式のうちいずれかに設定することができます。
17266 \begin_inset VSpace -2mm
17267 \end_inset
17268
17269
17270 \end_layout
17271
17272 \begin_layout Standard
17273 \align center
17274 \begin_inset Tabular
17275 <lyxtabular version="3" rows="7" columns="3">
17276 <features rotate="0" tabularvalignment="middle">
17277 <column alignment="center" valignment="top">
17278 <column alignment="center" valignment="top">
17279 <column alignment="center" valignment="top">
17280 <row>
17281 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17282 \begin_inset Text
17283
17284 \begin_layout Plain Layout
17285 コマンド
17286 \end_layout
17287
17288 \end_inset
17289 </cell>
17290 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17291 \begin_inset Text
17292
17293 \begin_layout Plain Layout
17294 出力
17295 \end_layout
17296
17297 \end_inset
17298 </cell>
17299 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17300 \begin_inset Text
17301
17302 \begin_layout Plain Layout
17303 \begin_inset Flex Ruby
17304 status collapsed
17305
17306 \begin_layout Plain Layout
17307 捷径
17308 \begin_inset Argument post:1
17309 status collapsed
17310
17311 \begin_layout Plain Layout
17312 ショートカット
17313 \end_layout
17314
17315 \end_inset
17316
17317
17318 \end_layout
17319
17320 \end_inset
17321
17322
17323 \end_layout
17324
17325 \end_inset
17326 </cell>
17327 </row>
17328 <row>
17329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17330 \begin_inset Text
17331
17332 \begin_layout Plain Layout
17333
17334 \backslash
17335 mathbb
17336 \series bold
17337
17338 \begin_inset space \textvisiblespace{}
17339 \end_inset
17340
17341
17342 \series default
17343 ABC
17344 \end_layout
17345
17346 \end_inset
17347 </cell>
17348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17349 \begin_inset Text
17350
17351 \begin_layout Plain Layout
17352 \begin_inset Formula $\mathbb{ABC}$
17353 \end_inset
17354
17355
17356 \end_layout
17357
17358 \end_inset
17359 </cell>
17360 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17361 \begin_inset Text
17362
17363 \begin_layout Plain Layout
17364 \begin_inset Info
17365 type  "shortcut"
17366 arg   "font-noun"
17367 \end_inset
17368
17369
17370 \end_layout
17371
17372 \end_inset
17373 </cell>
17374 </row>
17375 <row>
17376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17377 \begin_inset Text
17378
17379 \begin_layout Plain Layout
17380
17381 \backslash
17382 mathbf
17383 \series bold
17384
17385 \begin_inset space \textvisiblespace{}
17386 \end_inset
17387
17388
17389 \series default
17390 AbC
17391 \end_layout
17392
17393 \end_inset
17394 </cell>
17395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17396 \begin_inset Text
17397
17398 \begin_layout Plain Layout
17399 \begin_inset Formula $\mathbf{AbC}$
17400 \end_inset
17401
17402
17403 \end_layout
17404
17405 \end_inset
17406 </cell>
17407 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17408 \begin_inset Text
17409
17410 \begin_layout Plain Layout
17411 \begin_inset Info
17412 type  "shortcut"
17413 arg   "font-bold"
17414 \end_inset
17415
17416
17417 \end_layout
17418
17419 \end_inset
17420 </cell>
17421 </row>
17422 <row>
17423 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17424 \begin_inset Text
17425
17426 \begin_layout Plain Layout
17427
17428 \backslash
17429 boldsymbol
17430 \series bold
17431
17432 \begin_inset space \textvisiblespace{}
17433 \end_inset
17434
17435
17436 \series default
17437 AbC
17438 \end_layout
17439
17440 \end_inset
17441 </cell>
17442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17443 \begin_inset Text
17444
17445 \begin_layout Plain Layout
17446 \begin_inset Formula $\boldsymbol{AbC}$
17447 \end_inset
17448
17449
17450 \end_layout
17451
17452 \end_inset
17453 </cell>
17454 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17455 \begin_inset Text
17456
17457 \begin_layout Plain Layout
17458 \begin_inset Info
17459 type  "shortcuts"
17460 arg   "font-boldsymbol"
17461 \end_inset
17462
17463
17464 \end_layout
17465
17466 \end_inset
17467 </cell>
17468 </row>
17469 <row>
17470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17471 \begin_inset Text
17472
17473 \begin_layout Plain Layout
17474
17475 \backslash
17476 mathcal
17477 \series bold
17478
17479 \begin_inset space \textvisiblespace{}
17480 \end_inset
17481
17482
17483 \series default
17484 ABC
17485 \end_layout
17486
17487 \end_inset
17488 </cell>
17489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17490 \begin_inset Text
17491
17492 \begin_layout Plain Layout
17493 \begin_inset Formula $\mathcal{ABC}$
17494 \end_inset
17495
17496
17497 \end_layout
17498
17499 \end_inset
17500 </cell>
17501 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17502 \begin_inset Text
17503
17504 \begin_layout Plain Layout
17505 \begin_inset Info
17506 type  "shortcut"
17507 arg   "font-emph"
17508 \end_inset
17509
17510
17511 \end_layout
17512
17513 \end_inset
17514 </cell>
17515 </row>
17516 <row>
17517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17518 \begin_inset Text
17519
17520 \begin_layout Plain Layout
17521
17522 \backslash
17523 mathfrak
17524 \series bold
17525
17526 \begin_inset space \textvisiblespace{}
17527 \end_inset
17528
17529
17530 \series default
17531 AbC
17532 \end_layout
17533
17534 \end_inset
17535 </cell>
17536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17537 \begin_inset Text
17538
17539 \begin_layout Plain Layout
17540 \begin_inset Formula $\mathfrak{AbC}$
17541 \end_inset
17542
17543
17544 \end_layout
17545
17546 \end_inset
17547 </cell>
17548 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17549 \begin_inset Text
17550
17551 \begin_layout Plain Layout
17552 -
17553 \end_layout
17554
17555 \end_inset
17556 </cell>
17557 </row>
17558 <row>
17559 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17560 \begin_inset Text
17561
17562 \begin_layout Plain Layout
17563
17564 \backslash
17565 mathscr
17566 \series bold
17567
17568 \begin_inset space \textvisiblespace{}
17569 \end_inset
17570
17571
17572 \series default
17573 AbC
17574 \end_layout
17575
17576 \end_inset
17577 </cell>
17578 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17579 \begin_inset Text
17580
17581 \begin_layout Plain Layout
17582 \begin_inset Formula $\mathscr{AbC}$
17583 \end_inset
17584
17585
17586 \end_layout
17587
17588 \end_inset
17589 </cell>
17590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17591 \begin_inset Text
17592
17593 \begin_layout Plain Layout
17594 -
17595 \end_layout
17596
17597 \end_inset
17598 </cell>
17599 </row>
17600 </lyxtabular>
17601
17602 \end_inset
17603
17604
17605 \end_layout
17606
17607 \begin_layout Standard
17608 \align center
17609 \begin_inset Tabular
17610 <lyxtabular version="3" rows="5" columns="3">
17611 <features rotate="0" tabularvalignment="middle">
17612 <column alignment="center" valignment="top">
17613 <column alignment="center" valignment="top">
17614 <column alignment="center" valignment="top">
17615 <row>
17616 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17617 \begin_inset Text
17618
17619 \begin_layout Plain Layout
17620 コマンド
17621 \end_layout
17622
17623 \end_inset
17624 </cell>
17625 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17626 \begin_inset Text
17627
17628 \begin_layout Plain Layout
17629 出力
17630 \end_layout
17631
17632 \end_inset
17633 </cell>
17634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17635 \begin_inset Text
17636
17637 \begin_layout Plain Layout
17638 \begin_inset Flex Ruby
17639 status collapsed
17640
17641 \begin_layout Plain Layout
17642 捷径
17643 \begin_inset Argument post:1
17644 status collapsed
17645
17646 \begin_layout Plain Layout
17647 ショートカット
17648 \end_layout
17649
17650 \end_inset
17651
17652
17653 \end_layout
17654
17655 \end_inset
17656
17657
17658 \end_layout
17659
17660 \end_inset
17661 </cell>
17662 </row>
17663 <row>
17664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17665 \begin_inset Text
17666
17667 \begin_layout Plain Layout
17668
17669 \backslash
17670 mathit
17671 \series bold
17672
17673 \begin_inset space \textvisiblespace{}
17674 \end_inset
17675
17676
17677 \series default
17678 AbC
17679 \end_layout
17680
17681 \end_inset
17682 </cell>
17683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17684 \begin_inset Text
17685
17686 \begin_layout Plain Layout
17687 \begin_inset Formula $\mathit{AbC}$
17688 \end_inset
17689
17690
17691 \end_layout
17692
17693 \end_inset
17694 </cell>
17695 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17696 \begin_inset Text
17697
17698 \begin_layout Plain Layout
17699 -
17700 \end_layout
17701
17702 \end_inset
17703 </cell>
17704 </row>
17705 <row>
17706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17707 \begin_inset Text
17708
17709 \begin_layout Plain Layout
17710
17711 \backslash
17712 mathrm
17713 \series bold
17714
17715 \begin_inset space \textvisiblespace{}
17716 \end_inset
17717
17718
17719 \series default
17720 AbC
17721 \end_layout
17722
17723 \end_inset
17724 </cell>
17725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17726 \begin_inset Text
17727
17728 \begin_layout Plain Layout
17729 \begin_inset Formula $\mathrm{AbC}$
17730 \end_inset
17731
17732
17733 \end_layout
17734
17735 \end_inset
17736 </cell>
17737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17738 \begin_inset Text
17739
17740 \begin_layout Plain Layout
17741 \begin_inset Info
17742 type  "shortcut"
17743 arg   "font-roman"
17744 \end_inset
17745
17746
17747 \end_layout
17748
17749 \end_inset
17750 </cell>
17751 </row>
17752 <row>
17753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17754 \begin_inset Text
17755
17756 \begin_layout Plain Layout
17757
17758 \backslash
17759 mathsf
17760 \series bold
17761
17762 \begin_inset space \textvisiblespace{}
17763 \end_inset
17764
17765
17766 \series default
17767 AbC
17768 \end_layout
17769
17770 \end_inset
17771 </cell>
17772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17773 \begin_inset Text
17774
17775 \begin_layout Plain Layout
17776 \begin_inset Formula $\mathsf{AbC}$
17777 \end_inset
17778
17779
17780 \end_layout
17781
17782 \end_inset
17783 </cell>
17784 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17785 \begin_inset Text
17786
17787 \begin_layout Plain Layout
17788 \begin_inset Info
17789 type  "shortcut"
17790 arg   "font-sans"
17791 \end_inset
17792
17793
17794 \end_layout
17795
17796 \end_inset
17797 </cell>
17798 </row>
17799 <row>
17800 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17801 \begin_inset Text
17802
17803 \begin_layout Plain Layout
17804
17805 \backslash
17806 mathtt
17807 \series bold
17808
17809 \begin_inset space \textvisiblespace{}
17810 \end_inset
17811
17812
17813 \series default
17814 AbC
17815 \end_layout
17816
17817 \end_inset
17818 </cell>
17819 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17820 \begin_inset Text
17821
17822 \begin_layout Plain Layout
17823 \begin_inset Formula $\mathtt{AbC}$
17824 \end_inset
17825
17826
17827 \end_layout
17828
17829 \end_inset
17830 </cell>
17831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17832 \begin_inset Text
17833
17834 \begin_layout Plain Layout
17835 \begin_inset Info
17836 type  "shortcut"
17837 arg   "font-typewriter"
17838 \end_inset
17839
17840
17841 \end_layout
17842
17843 \end_inset
17844 </cell>
17845 </row>
17846 </lyxtabular>
17847
17848 \end_inset
17849
17850
17851 \end_layout
17852
17853 \begin_layout Standard
17854 \begin_inset Note Greyedout
17855 status open
17856
17857 \begin_layout Plain Layout
17858
17859 \series bold
17860 【註】
17861 \backslash
17862 mathbb
17863 \series default
17864 様式と
17865 \series bold
17866
17867 \backslash
17868 mathcal
17869 \series default
17870 様式は、大文字にのみ使用することができます。
17871 \end_layout
17872
17873 \end_inset
17874
17875
17876 \end_layout
17877
17878 \begin_layout Standard
17879 既定では、
17880 \series bold
17881
17882 \backslash
17883 mathnormal
17884 \series default
17885 様式に設定されています。
17886 \end_layout
17887
17888 \begin_layout Standard
17889 書体様式コマンドは、以下のように数式構成要素内の文字に対しても機能します。
17890 \begin_inset Formula 
17891 \[
17892 \mathfrak{A=\frac{b}{C}}
17893 \]
17894
17895 \end_inset
17896
17897
17898 \end_layout
17899
17900 \begin_layout Standard
17901 数式テキストに含まれる文字に対しては、数式書体様式は反映せず、
17902 \series bold
17903
17904 \backslash
17905 textrm
17906 \series default
17907 様式で表示されます。数式テキストの様式を文字様式ダイアログで設定することができないのは、LyXのバグです
17908 \begin_inset Foot
17909 status collapsed
17910
17911 \begin_layout Plain Layout
17912 \begin_inset CommandInset href
17913 LatexCommand href
17914 name "LyX-bug #4629"
17915 target "http://www.lyx.org/trac/ticket/4629"
17916
17917 \end_inset
17918
17919
17920 \end_layout
17921
17922 \end_inset
17923
17924
17925 \end_layout
17926
17927 \begin_layout Standard
17928 書体様式コマンドの代わりに、
17929 \family sans
17930 編集\SpecialChar \menuseparator
17931 数学\SpecialChar \menuseparator
17932 文字様式
17933 \family default
17934 ダイアログや、
17935 \begin_inset Graphics
17936         filename ../../images/math/font.png
17937         scale 85
17938
17939 \end_inset
17940
17941 を使用することもできます。
17942 \end_layout
17943
17944 \begin_layout Subsection
17945 ボールド体の数式
17946 \begin_inset CommandInset label
17947 LatexCommand label
17948 name "sub:ボールド体の数式"
17949
17950 \end_inset
17951
17952
17953 \begin_inset Index idx
17954 status collapsed
17955
17956 \begin_layout Plain Layout
17957 すうしき@数式 ! ぼーるどたい@ボールド体
17958 \end_layout
17959
17960 \end_inset
17961
17962
17963 \end_layout
17964
17965 \begin_layout Standard
17966 数式全体をボールド体にしようとすると、前節の
17967 \series bold
17968
17969 \backslash
17970 mathbf
17971 \series default
17972 コマンドは、ギリシャ文字の小文字に対しては機能しないので、使用することができません。さらにこのコマンドは、以下の式のように、ラテン文字をつねにアップライト体に印
17973 字してしまいます。
17974 \end_layout
17975
17976 \begin_layout Standard
17977 \begin_inset Formula 
17978 \[
17979 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{\textbackslash mathbfを使用した数式}
17980 \]
17981
17982 \end_inset
17983
17984
17985 \end_layout
17986
17987 \begin_layout Standard
17988 この数式を正しく表示するには、以下のように、
17989 \series bold
17990
17991 \backslash
17992 boldsymbol
17993 \series default
17994 コマンドを使用します。
17995 \begin_inset Formula 
17996 \[
17997 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{\textbackslash boldsymbolを使用した数式}}
17998 \]
17999
18000 \end_inset
18001
18002 また、数式を
18003 \series bold
18004 boldmath環境
18005 \series default
18006 に設定する方法もあります。この環境は、TeXモードで
18007 \series bold
18008
18009 \backslash
18010 boldmath
18011 \begin_inset Index idx
18012 status collapsed
18013
18014 \begin_layout Plain Layout
18015 こまんど@コマンド ! B ! 
18016 \backslash
18017 boldmath
18018 \end_layout
18019
18020 \end_inset
18021
18022
18023 \series default
18024 コマンドを挿入することによって作ることができます。環境を閉じるには、
18025 \series bold
18026
18027 \backslash
18028 unboldmath
18029 \begin_inset Index idx
18030 status collapsed
18031
18032 \begin_layout Plain Layout
18033 こまんど@コマンド ! U ! 
18034 \backslash
18035 unboldmath
18036 \end_layout
18037
18038 \end_inset
18039
18040
18041 \series default
18042 コマンドをTeXモードで挿入します。
18043 \begin_inset ERT
18044 status collapsed
18045
18046 \begin_layout Plain Layout
18047
18048
18049 \backslash
18050 boldmath 
18051 \end_layout
18052
18053 \end_inset
18054
18055
18056 \begin_inset Formula 
18057 \[
18058 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{boldmath環境に置いた数式}
18059 \]
18060
18061 \end_inset
18062
18063
18064 \begin_inset ERT
18065 status collapsed
18066
18067 \begin_layout Plain Layout
18068
18069
18070 \backslash
18071 unboldmath 
18072 \end_layout
18073
18074 \end_inset
18075
18076
18077 \end_layout
18078
18079 \begin_layout Subsection
18080 色付きの数式
18081 \begin_inset Index idx
18082 status collapsed
18083
18084 \begin_layout Plain Layout
18085 すうしき@数式 ! いろつき@色付き
18086 \end_layout
18087
18088 \end_inset
18089
18090
18091 \end_layout
18092
18093 \begin_layout Standard
18094 数式も、通常の本文と同様、色を付けることができます。数式あるいは数式の一部を選択して、文字様式ダイアログを使用して下さい。下記は、マゼンタ色にした数式です。
18095 \begin_inset Formula 
18096 \[
18097 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
18098 \]
18099
18100 \end_inset
18101
18102
18103 \end_layout
18104
18105 \begin_layout Standard
18106
18107 \begin_inset CommandInset ref
18108 LatexCommand ref
18109 reference "sub:色付きボックス"
18110
18111 \end_inset
18112
18113 節に述べられているように、自製の色を定義することもできます。自製の色は、以下の書式を持つ
18114 \series bold
18115
18116 \backslash
18117 textcolor
18118 \series default
18119
18120 \begin_inset Index idx
18121 status collapsed
18122
18123 \begin_layout Plain Layout
18124 こまんど@コマンド ! T ! 
18125 \backslash
18126 textcolor
18127 \end_layout
18128
18129 \end_inset
18130
18131 TeXコードコマンドで適用することができます。
18132 \end_layout
18133
18134 \begin_layout Standard
18135
18136 \series bold
18137
18138 \backslash
18139 textcolor{色}{文字ないし数式}
18140 \end_layout
18141
18142 \begin_layout Standard
18143 下記の例は、全体を濃緑にし、一部を赤にしています。
18144 \end_layout
18145
18146 \begin_layout Standard
18147 \begin_inset ERT
18148 status collapsed
18149
18150 \begin_layout Plain Layout
18151
18152
18153 \backslash
18154 textcolor{darkgreen}{
18155 \end_layout
18156
18157 \end_inset
18158
18159
18160 \begin_inset Formula 
18161 \[
18162 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
18163 \]
18164
18165 \end_inset
18166
18167
18168 \begin_inset ERT
18169 status collapsed
18170
18171 \begin_layout Plain Layout
18172
18173 }
18174 \end_layout
18175
18176 \end_inset
18177
18178
18179 \end_layout
18180
18181 \begin_layout Standard
18182 LyXのバグのため、自製色は数式全体に対してしか使用することができません
18183 \begin_inset Foot
18184 status collapsed
18185
18186 \begin_layout Plain Layout
18187 \begin_inset CommandInset href
18188 LatexCommand href
18189 name "LyX-bug #5269"
18190 target "http://www.lyx.org/trac/ticket/5269"
18191
18192 \end_inset
18193
18194
18195 \end_layout
18196
18197 \end_inset
18198
18199
18200 \end_layout
18201
18202 \begin_layout Subsection
18203 書体寸法
18204 \begin_inset CommandInset label
18205 LatexCommand label
18206 name "sub:書体寸法"
18207
18208 \end_inset
18209
18210
18211 \begin_inset Index idx
18212 status collapsed
18213
18214 \begin_layout Plain Layout
18215 しょたい@書体 ! すんぽう@寸法
18216 \end_layout
18217
18218 \end_inset
18219
18220
18221 \end_layout
18222
18223 \begin_layout Standard
18224 数式内の文字については、本文中の文字同様、以下の書体寸法設定コマンドがあります。
18225 \end_layout
18226
18227 \begin_layout Standard
18228
18229 \series bold
18230
18231 \backslash
18232 Huge
18233 \series default
18234
18235 \series bold
18236
18237 \backslash
18238 huge
18239 \series default
18240
18241 \series bold
18242
18243 \backslash
18244 LARGE
18245 \series default
18246
18247 \series bold
18248
18249 \backslash
18250 Large
18251 \series default
18252
18253 \series bold
18254
18255 \backslash
18256 large
18257 \series default
18258
18259 \series bold
18260
18261 \backslash
18262 normalsize
18263 \series default
18264
18265 \series bold
18266
18267 \backslash
18268 small
18269 \series default
18270 ,
18271 \begin_inset Newline newline
18272 \end_inset
18273
18274
18275 \series bold
18276
18277 \backslash
18278 footnotesize
18279 \series default
18280
18281 \series bold
18282
18283 \backslash
18284 scriptsize
18285 \series default
18286 、および
18287 \series bold
18288
18289 \backslash
18290 tiny
18291 \end_layout
18292
18293 \begin_layout Standard
18294 これらのコマンドによって生成される実際の書体寸法は、文書の書体寸法に依存し、文書の書体寸法が
18295 \series bold
18296
18297 \backslash
18298 normalsize
18299 \series default
18300 コマンドに設定されます。他のコマンドは、
18301 \series bold
18302
18303 \backslash
18304 normalsize
18305 \series default
18306 を基準として拡大ないし縮小されます。しかしながら、書体寸法は一定の値を越えることができないようになっています。たとえば、文書書体寸法が12
18307 \begin_inset space \thinspace{}
18308 \end_inset
18309
18310 ptであるならば、
18311 \series bold
18312
18313 \backslash
18314 Huge
18315 \series default
18316 コマンドは
18317 \series bold
18318
18319 \backslash
18320 huge
18321 \series default
18322 コマンドと同じ大きさに落とされます。
18323 \end_layout
18324
18325 \begin_layout Standard
18326 ある場所以降のすべての数式と本文文字を変更するには、書体寸法コマンドをTeXモードで挿入します。元の書体寸法に戻すには、数式の後にTeXモードで
18327 \series bold
18328
18329 \backslash
18330 normalsize
18331 \series default
18332 コマンドを挿入します。
18333 \end_layout
18334
18335 \begin_layout Standard
18336 数式内では、以下の寸法コマンドを使用して、寸法を変更することができます。
18337 \end_layout
18338
18339 \begin_layout Standard
18340 \noindent
18341 \align center
18342 \begin_inset Tabular
18343 <lyxtabular version="3" rows="5" columns="2">
18344 <features rotate="0" tabularvalignment="middle">
18345 <column alignment="center" valignment="top">
18346 <column alignment="center" valignment="top">
18347 <row>
18348 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18349 \begin_inset Text
18350
18351 \begin_layout Plain Layout
18352 コマンド
18353 \end_layout
18354
18355 \end_inset
18356 </cell>
18357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18358 \begin_inset Text
18359
18360 \begin_layout Plain Layout
18361 出力
18362 \begin_inset Note Note
18363 status collapsed
18364
18365 \begin_layout Plain Layout
18366
18367 \series bold
18368
18369 \backslash
18370 raisebox
18371 \series default
18372  はスペーサーとして使用されているだけです。
18373 \end_layout
18374
18375 \end_inset
18376
18377
18378 \end_layout
18379
18380 \end_inset
18381 </cell>
18382 </row>
18383 <row>
18384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18385 \begin_inset Text
18386
18387 \begin_layout Plain Layout
18388
18389 \backslash
18390 displaystyle
18391 \begin_inset Index idx
18392 status collapsed
18393
18394 \begin_layout Plain Layout
18395 こまんど@コマンド ! D ! 
18396 \backslash
18397 displaystyle
18398 \end_layout
18399
18400 \end_inset
18401
18402
18403 \end_layout
18404
18405 \end_inset
18406 </cell>
18407 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18408 \begin_inset Text
18409
18410 \begin_layout Plain Layout
18411 \begin_inset Formula $\raisebox{6.5mm}{}{\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-5.5mm}{}$
18412 \end_inset
18413
18414
18415 \end_layout
18416
18417 \end_inset
18418 </cell>
18419 </row>
18420 <row>
18421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18422 \begin_inset Text
18423
18424 \begin_layout Plain Layout
18425
18426 \backslash
18427 textstyle
18428 \end_layout
18429
18430 \end_inset
18431 </cell>
18432 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18433 \begin_inset Text
18434
18435 \begin_layout Plain Layout
18436 \begin_inset Formula $\raisebox{4.5mm}{}{\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-4mm}{}$
18437 \end_inset
18438
18439
18440 \end_layout
18441
18442 \end_inset
18443 </cell>
18444 </row>
18445 <row>
18446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18447 \begin_inset Text
18448
18449 \begin_layout Plain Layout
18450
18451 \backslash
18452 scriptstyle
18453 \end_layout
18454
18455 \end_inset
18456 </cell>
18457 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18458 \begin_inset Text
18459
18460 \begin_layout Plain Layout
18461 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
18462 \end_inset
18463
18464
18465 \end_layout
18466
18467 \end_inset
18468 </cell>
18469 </row>
18470 <row>
18471 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18472 \begin_inset Text
18473
18474 \begin_layout Plain Layout
18475
18476 \backslash
18477 scriptscriptstyle
18478 \end_layout
18479
18480 \end_inset
18481 </cell>
18482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18483 \begin_inset Text
18484
18485 \begin_layout Plain Layout
18486 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
18487 \end_inset
18488
18489
18490 \end_layout
18491
18492 \end_inset
18493 </cell>
18494 </row>
18495 </lyxtabular>
18496
18497 \end_inset
18498
18499
18500 \end_layout
18501
18502 \begin_layout Standard
18503 これらのコマンドを入力すると、青いボックスが現れるので、そこに数式のパーツを入れることができます。
18504 \end_layout
18505
18506 \begin_layout Standard
18507 フォント寸法を変更するにはもう一つの方法がありますが、これは記号と数式内テキストのみに使うことができます。これを使うには、書体寸法コマンドを数式テキスト内に挿入
18508 します。数式テキストの終わりか、別の書体寸法コマンドが現れるまでの文字すべてが、選択した寸法になります。以下に二つの例を挙げます。
18509 \begin_inset VSpace -2mm
18510 \end_inset
18511
18512
18513 \end_layout
18514
18515 \begin_layout Standard
18516 \begin_inset ERT
18517 status collapsed
18518
18519 \begin_layout Plain Layout
18520
18521
18522 \backslash
18523 huge 
18524 \end_layout
18525
18526 \end_inset
18527
18528
18529 \begin_inset Formula 
18530 \[
18531 A=\frac{B}{c}\cdot\maltese
18532 \]
18533
18534 \end_inset
18535
18536
18537 \begin_inset Formula 
18538 \[
18539 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}
18540 \]
18541
18542 \end_inset
18543
18544
18545 \begin_inset ERT
18546 status collapsed
18547
18548 \begin_layout Plain Layout
18549
18550
18551 \backslash
18552 normalsize 
18553 \end_layout
18554
18555 \end_inset
18556
18557
18558 \end_layout
18559
18560 \begin_layout Standard
18561 \begin_inset VSpace medskip
18562 \end_inset
18563
18564 二つの式の前には、
18565 \series bold
18566
18567 \backslash
18568 huge
18569 \series default
18570 コマンドが挿入されています。二つ目の数式を入力するコマンドは、
18571 \begin_inset Newline newline
18572 \end_inset
18573
18574
18575 \series bold
18576
18577 \backslash
18578 maltese
18579 \begin_inset space \textvisiblespace{}
18580 \end_inset
18581
18582 A Alt+M M 
18583 \backslash
18584 Large
18585 \begin_inset space \textvisiblespace{}
18586 \end_inset
18587
18588
18589 \backslash
18590 maltese
18591 \begin_inset space \textvisiblespace{}
18592 \end_inset
18593
18594
18595 \backslash
18596 textit
18597 \begin_inset space \textvisiblespace{}
18598 \end_inset
18599
18600 A
18601 \begin_inset Formula $\to$
18602 \end_inset
18603
18604
18605 \begin_inset Formula $\to$
18606 \end_inset
18607
18608
18609 \begin_inset Newline newline
18610 \end_inset
18611
18612
18613 \begin_inset space \hspace*{}
18614 \length 1cm
18615 \end_inset
18616
18617 Alt+M
18618 \series default
18619  
18620 \series bold
18621
18622 \backslash
18623 tiny
18624 \begin_inset space \textvisiblespace{}
18625 \end_inset
18626
18627
18628 \backslash
18629 maltese
18630 \begin_inset space \textvisiblespace{}
18631 \end_inset
18632
18633
18634 \backslash
18635 textit
18636 \begin_inset space \textvisiblespace{}
18637 \end_inset
18638
18639 A
18640 \begin_inset Newline newline
18641 \end_inset
18642
18643
18644 \series default
18645 のようになります。
18646 \end_layout
18647
18648 \begin_layout Standard
18649 ある記号を別の寸法で表示することができないときには、その記号はつねに既定寸法で表示されます。
18650 \end_layout
18651
18652 \begin_layout Section
18653 ギリシャ文字
18654 \begin_inset Index idx
18655 status collapsed
18656
18657 \begin_layout Plain Layout
18658 ぎりしゃもじ@ギリシャ文字
18659 \end_layout
18660
18661 \end_inset
18662
18663
18664 \end_layout
18665
18666 \begin_layout Standard
18667 すべてのギリシャ文字は、ツールバーボタンの
18668 \begin_inset Graphics
18669         filename ../../images/math/alpha.png
18670         scale 85
18671
18672 \end_inset
18673
18674 からでも挿入することができます。各国の組版規則では、数式内のギリシャ文字はどれもイタリック体か斜体で組版されなくてはならないことになっていますが、フランス語やロ
18675 シア語などいくつかの言語では、それにもかかわらず立体で組版されることがあります。
18676 \end_layout
18677
18678 \begin_layout Subsection
18679 小文字
18680 \begin_inset Index idx
18681 status collapsed
18682
18683 \begin_layout Plain Layout
18684 ぎりしゃもじ@ギリシャ文字 ! こもじ@小文字
18685 \end_layout
18686
18687 \end_inset
18688
18689
18690 \end_layout
18691
18692 \begin_layout Standard
18693 \begin_inset space \hfill{}
18694 \end_inset
18695
18696
18697 \begin_inset Tabular
18698 <lyxtabular version="3" rows="11" columns="2">
18699 <features rotate="0" tabularvalignment="middle">
18700 <column alignment="center" valignment="top" width="0pt">
18701 <column alignment="center" valignment="top" width="0pt">
18702 <row>
18703 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18704 \begin_inset Text
18705
18706 \begin_layout Plain Layout
18707 コマンド
18708 \end_layout
18709
18710 \end_inset
18711 </cell>
18712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18713 \begin_inset Text
18714
18715 \begin_layout Plain Layout
18716 出力
18717 \end_layout
18718
18719 \end_inset
18720 </cell>
18721 </row>
18722 <row>
18723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18724 \begin_inset Text
18725
18726 \begin_layout Plain Layout
18727
18728 \backslash
18729 alpha
18730 \end_layout
18731
18732 \end_inset
18733 </cell>
18734 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18735 \begin_inset Text
18736
18737 \begin_layout Plain Layout
18738 \begin_inset Formula $\alpha$
18739 \end_inset
18740
18741
18742 \end_layout
18743
18744 \end_inset
18745 </cell>
18746 </row>
18747 <row>
18748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18749 \begin_inset Text
18750
18751 \begin_layout Plain Layout
18752
18753 \backslash
18754 beta
18755 \end_layout
18756
18757 \end_inset
18758 </cell>
18759 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18760 \begin_inset Text
18761
18762 \begin_layout Plain Layout
18763 \begin_inset Formula $\beta$
18764 \end_inset
18765
18766
18767 \end_layout
18768
18769 \end_inset
18770 </cell>
18771 </row>
18772 <row>
18773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18774 \begin_inset Text
18775
18776 \begin_layout Plain Layout
18777
18778 \backslash
18779 gamma
18780 \end_layout
18781
18782 \end_inset
18783 </cell>
18784 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18785 \begin_inset Text
18786
18787 \begin_layout Plain Layout
18788 \begin_inset Formula $\gamma$
18789 \end_inset
18790
18791
18792 \end_layout
18793
18794 \end_inset
18795 </cell>
18796 </row>
18797 <row>
18798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18799 \begin_inset Text
18800
18801 \begin_layout Plain Layout
18802
18803 \backslash
18804 delta
18805 \end_layout
18806
18807 \end_inset
18808 </cell>
18809 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18810 \begin_inset Text
18811
18812 \begin_layout Plain Layout
18813 \begin_inset Formula $\delta$
18814 \end_inset
18815
18816
18817 \end_layout
18818
18819 \end_inset
18820 </cell>
18821 </row>
18822 <row>
18823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18824 \begin_inset Text
18825
18826 \begin_layout Plain Layout
18827
18828 \backslash
18829 epsilon
18830 \end_layout
18831
18832 \end_inset
18833 </cell>
18834 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18835 \begin_inset Text
18836
18837 \begin_layout Plain Layout
18838 \begin_inset Formula $\epsilon$
18839 \end_inset
18840
18841
18842 \end_layout
18843
18844 \end_inset
18845 </cell>
18846 </row>
18847 <row>
18848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18849 \begin_inset Text
18850
18851 \begin_layout Plain Layout
18852
18853 \backslash
18854 varepsilon
18855 \end_layout
18856
18857 \end_inset
18858 </cell>
18859 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18860 \begin_inset Text
18861
18862 \begin_layout Plain Layout
18863 \begin_inset Formula $\varepsilon$
18864 \end_inset
18865
18866
18867 \end_layout
18868
18869 \end_inset
18870 </cell>
18871 </row>
18872 <row>
18873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18874 \begin_inset Text
18875
18876 \begin_layout Plain Layout
18877
18878 \backslash
18879 zeta
18880 \end_layout
18881
18882 \end_inset
18883 </cell>
18884 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18885 \begin_inset Text
18886
18887 \begin_layout Plain Layout
18888 \begin_inset Formula $\zeta$
18889 \end_inset
18890
18891
18892 \end_layout
18893
18894 \end_inset
18895 </cell>
18896 </row>
18897 <row>
18898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18899 \begin_inset Text
18900
18901 \begin_layout Plain Layout
18902
18903 \backslash
18904 eta
18905 \end_layout
18906
18907 \end_inset
18908 </cell>
18909 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18910 \begin_inset Text
18911
18912 \begin_layout Plain Layout
18913 \begin_inset Formula $\eta$
18914 \end_inset
18915
18916
18917 \end_layout
18918
18919 \end_inset
18920 </cell>
18921 </row>
18922 <row>
18923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18924 \begin_inset Text
18925
18926 \begin_layout Plain Layout
18927
18928 \backslash
18929 theta
18930 \end_layout
18931
18932 \end_inset
18933 </cell>
18934 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18935 \begin_inset Text
18936
18937 \begin_layout Plain Layout
18938 \begin_inset Formula $\theta$
18939 \end_inset
18940
18941
18942 \end_layout
18943
18944 \end_inset
18945 </cell>
18946 </row>
18947 <row>
18948 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18949 \begin_inset Text
18950
18951 \begin_layout Plain Layout
18952
18953 \backslash
18954 vartheta
18955 \end_layout
18956
18957 \end_inset
18958 </cell>
18959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18960 \begin_inset Text
18961
18962 \begin_layout Plain Layout
18963 \begin_inset Formula $\vartheta$
18964 \end_inset
18965
18966
18967 \end_layout
18968
18969 \end_inset
18970 </cell>
18971 </row>
18972 </lyxtabular>
18973
18974 \end_inset
18975
18976
18977 \begin_inset space \hfill{}
18978 \end_inset
18979
18980
18981 \begin_inset Tabular
18982 <lyxtabular version="3" rows="12" columns="2">
18983 <features rotate="0" tabularvalignment="middle">
18984 <column alignment="center" valignment="top" width="0pt">
18985 <column alignment="center" valignment="top" width="0pt">
18986 <row>
18987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18988 \begin_inset Text
18989
18990 \begin_layout Plain Layout
18991 コマンド
18992 \end_layout
18993
18994 \end_inset
18995 </cell>
18996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18997 \begin_inset Text
18998
18999 \begin_layout Plain Layout
19000 出力
19001 \end_layout
19002
19003 \end_inset
19004 </cell>
19005 </row>
19006 <row>
19007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19008 \begin_inset Text
19009
19010 \begin_layout Plain Layout
19011
19012 \backslash
19013 iota
19014 \end_layout
19015
19016 \end_inset
19017 </cell>
19018 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19019 \begin_inset Text
19020
19021 \begin_layout Plain Layout
19022 \begin_inset Formula $\iota$
19023 \end_inset
19024
19025
19026 \end_layout
19027
19028 \end_inset
19029 </cell>
19030 </row>
19031 <row>
19032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19033 \begin_inset Text
19034
19035 \begin_layout Plain Layout
19036
19037 \backslash
19038 kappa
19039 \end_layout
19040
19041 \end_inset
19042 </cell>
19043 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19044 \begin_inset Text
19045
19046 \begin_layout Plain Layout
19047 \begin_inset Formula $\kappa$
19048 \end_inset
19049
19050
19051 \end_layout
19052
19053 \end_inset
19054 </cell>
19055 </row>
19056 <row>
19057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19058 \begin_inset Text
19059
19060 \begin_layout Plain Layout
19061
19062 \backslash
19063 varkappa
19064 \end_layout
19065
19066 \end_inset
19067 </cell>
19068 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19069 \begin_inset Text
19070
19071 \begin_layout Plain Layout
19072 \begin_inset Formula $\varkappa$
19073 \end_inset
19074
19075
19076 \end_layout
19077
19078 \end_inset
19079 </cell>
19080 </row>
19081 <row>
19082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19083 \begin_inset Text
19084
19085 \begin_layout Plain Layout
19086
19087 \backslash
19088 lambda
19089 \end_layout
19090
19091 \end_inset
19092 </cell>
19093 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19094 \begin_inset Text
19095
19096 \begin_layout Plain Layout
19097 \begin_inset Formula $\lambda$
19098 \end_inset
19099
19100
19101 \end_layout
19102
19103 \end_inset
19104 </cell>
19105 </row>
19106 <row>
19107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19108 \begin_inset Text
19109
19110 \begin_layout Plain Layout
19111
19112 \backslash
19113 mu
19114 \end_layout
19115
19116 \end_inset
19117 </cell>
19118 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19119 \begin_inset Text
19120
19121 \begin_layout Plain Layout
19122 \begin_inset Formula $\mu$
19123 \end_inset
19124
19125
19126 \end_layout
19127
19128 \end_inset
19129 </cell>
19130 </row>
19131 <row>
19132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19133 \begin_inset Text
19134
19135 \begin_layout Plain Layout
19136
19137 \backslash
19138 nu
19139 \end_layout
19140
19141 \end_inset
19142 </cell>
19143 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19144 \begin_inset Text
19145
19146 \begin_layout Plain Layout
19147 \begin_inset Formula $\nu$
19148 \end_inset
19149
19150
19151 \end_layout
19152
19153 \end_inset
19154 </cell>
19155 </row>
19156 <row>
19157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19158 \begin_inset Text
19159
19160 \begin_layout Plain Layout
19161
19162 \backslash
19163 xi
19164 \end_layout
19165
19166 \end_inset
19167 </cell>
19168 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19169 \begin_inset Text
19170
19171 \begin_layout Plain Layout
19172 \begin_inset Formula $\xi$
19173 \end_inset
19174
19175
19176 \end_layout
19177
19178 \end_inset
19179 </cell>
19180 </row>
19181 <row>
19182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19183 \begin_inset Text
19184
19185 \begin_layout Plain Layout
19186 o
19187 \end_layout
19188
19189 \end_inset
19190 </cell>
19191 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19192 \begin_inset Text
19193
19194 \begin_layout Plain Layout
19195 \begin_inset Formula $o$
19196 \end_inset
19197
19198
19199 \end_layout
19200
19201 \end_inset
19202 </cell>
19203 </row>
19204 <row>
19205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19206 \begin_inset Text
19207
19208 \begin_layout Plain Layout
19209
19210 \backslash
19211 pi
19212 \end_layout
19213
19214 \end_inset
19215 </cell>
19216 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19217 \begin_inset Text
19218
19219 \begin_layout Plain Layout
19220 \begin_inset Formula $\pi$
19221 \end_inset
19222
19223
19224 \end_layout
19225
19226 \end_inset
19227 </cell>
19228 </row>
19229 <row>
19230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19231 \begin_inset Text
19232
19233 \begin_layout Plain Layout
19234
19235 \backslash
19236 varpi
19237 \end_layout
19238
19239 \end_inset
19240 </cell>
19241 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19242 \begin_inset Text
19243
19244 \begin_layout Plain Layout
19245 \begin_inset Formula $\varpi$
19246 \end_inset
19247
19248
19249 \end_layout
19250
19251 \end_inset
19252 </cell>
19253 </row>
19254 <row>
19255 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19256 \begin_inset Text
19257
19258 \begin_layout Plain Layout
19259
19260 \backslash
19261 rho
19262 \end_layout
19263
19264 \end_inset
19265 </cell>
19266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19267 \begin_inset Text
19268
19269 \begin_layout Plain Layout
19270 \begin_inset Formula $\rho$
19271 \end_inset
19272
19273
19274 \end_layout
19275
19276 \end_inset
19277 </cell>
19278 </row>
19279 </lyxtabular>
19280
19281 \end_inset
19282
19283
19284 \begin_inset space \hfill{}
19285 \end_inset
19286
19287
19288 \begin_inset Tabular
19289 <lyxtabular version="3" rows="11" columns="2">
19290 <features rotate="0" tabularvalignment="middle">
19291 <column alignment="center" valignment="top" width="0pt">
19292 <column alignment="center" valignment="top" width="0pt">
19293 <row>
19294 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19295 \begin_inset Text
19296
19297 \begin_layout Plain Layout
19298 コマンド
19299 \end_layout
19300
19301 \end_inset
19302 </cell>
19303 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19304 \begin_inset Text
19305
19306 \begin_layout Plain Layout
19307 出力
19308 \end_layout
19309
19310 \end_inset
19311 </cell>
19312 </row>
19313 <row>
19314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19315 \begin_inset Text
19316
19317 \begin_layout Plain Layout
19318
19319 \backslash
19320 varrho
19321 \end_layout
19322
19323 \end_inset
19324 </cell>
19325 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19326 \begin_inset Text
19327
19328 \begin_layout Plain Layout
19329 \begin_inset Formula $\varrho$
19330 \end_inset
19331
19332
19333 \end_layout
19334
19335 \end_inset
19336 </cell>
19337 </row>
19338 <row>
19339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19340 \begin_inset Text
19341
19342 \begin_layout Plain Layout
19343
19344 \backslash
19345 sigma
19346 \end_layout
19347
19348 \end_inset
19349 </cell>
19350 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19351 \begin_inset Text
19352
19353 \begin_layout Plain Layout
19354 \begin_inset Formula $\sigma$
19355 \end_inset
19356
19357
19358 \end_layout
19359
19360 \end_inset
19361 </cell>
19362 </row>
19363 <row>
19364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19365 \begin_inset Text
19366
19367 \begin_layout Plain Layout
19368
19369 \backslash
19370 varsigma
19371 \end_layout
19372
19373 \end_inset
19374 </cell>
19375 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19376 \begin_inset Text
19377
19378 \begin_layout Plain Layout
19379 \begin_inset Formula $\varsigma$
19380 \end_inset
19381
19382
19383 \end_layout
19384
19385 \end_inset
19386 </cell>
19387 </row>
19388 <row>
19389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19390 \begin_inset Text
19391
19392 \begin_layout Plain Layout
19393
19394 \backslash
19395 tau
19396 \end_layout
19397
19398 \end_inset
19399 </cell>
19400 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19401 \begin_inset Text
19402
19403 \begin_layout Plain Layout
19404 \begin_inset Formula $\tau$
19405 \end_inset
19406
19407
19408 \end_layout
19409
19410 \end_inset
19411 </cell>
19412 </row>
19413 <row>
19414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19415 \begin_inset Text
19416
19417 \begin_layout Plain Layout
19418
19419 \backslash
19420 upsilon
19421 \end_layout
19422
19423 \end_inset
19424 </cell>
19425 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19426 \begin_inset Text
19427
19428 \begin_layout Plain Layout
19429 \begin_inset Formula $\upsilon$
19430 \end_inset
19431
19432
19433 \end_layout
19434
19435 \end_inset
19436 </cell>
19437 </row>
19438 <row>
19439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19440 \begin_inset Text
19441
19442 \begin_layout Plain Layout
19443
19444 \backslash
19445 phi
19446 \end_layout
19447
19448 \end_inset
19449 </cell>
19450 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19451 \begin_inset Text
19452
19453 \begin_layout Plain Layout
19454 \begin_inset Formula $\phi$
19455 \end_inset
19456
19457
19458 \end_layout
19459
19460 \end_inset
19461 </cell>
19462 </row>
19463 <row>
19464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19465 \begin_inset Text
19466
19467 \begin_layout Plain Layout
19468
19469 \backslash
19470 varphi
19471 \end_layout
19472
19473 \end_inset
19474 </cell>
19475 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19476 \begin_inset Text
19477
19478 \begin_layout Plain Layout
19479 \begin_inset Formula $\varphi$
19480 \end_inset
19481
19482
19483 \end_layout
19484
19485 \end_inset
19486 </cell>
19487 </row>
19488 <row>
19489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19490 \begin_inset Text
19491
19492 \begin_layout Plain Layout
19493
19494 \backslash
19495 chi
19496 \end_layout
19497
19498 \end_inset
19499 </cell>
19500 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19501 \begin_inset Text
19502
19503 \begin_layout Plain Layout
19504 \begin_inset Formula $\chi$
19505 \end_inset
19506
19507
19508 \end_layout
19509
19510 \end_inset
19511 </cell>
19512 </row>
19513 <row>
19514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19515 \begin_inset Text
19516
19517 \begin_layout Plain Layout
19518
19519 \backslash
19520 psi
19521 \end_layout
19522
19523 \end_inset
19524 </cell>
19525 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19526 \begin_inset Text
19527
19528 \begin_layout Plain Layout
19529 \begin_inset Formula $\psi$
19530 \end_inset
19531
19532
19533 \end_layout
19534
19535 \end_inset
19536 </cell>
19537 </row>
19538 <row>
19539 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19540 \begin_inset Text
19541
19542 \begin_layout Plain Layout
19543
19544 \backslash
19545 omega
19546 \end_layout
19547
19548 \end_inset
19549 </cell>
19550 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19551 \begin_inset Text
19552
19553 \begin_layout Plain Layout
19554 \begin_inset Formula $\omega$
19555 \end_inset
19556
19557
19558 \end_layout
19559
19560 \end_inset
19561 </cell>
19562 </row>
19563 </lyxtabular>
19564
19565 \end_inset
19566
19567
19568 \begin_inset space \hfill{}
19569 \end_inset
19570
19571
19572 \end_layout
19573
19574 \begin_layout Standard
19575 \begin_inset VSpace medskip
19576 \end_inset
19577
19578
19579 \end_layout
19580
19581 \begin_layout Standard
19582 アップライト体のギリシャ文字を作成する方法は、第
19583 \begin_inset CommandInset ref
19584 LatexCommand ref
19585 reference "sub:アップライト体ギリシャ小文字"
19586
19587 \end_inset
19588
19589 節に説明されています。
19590 \end_layout
19591
19592 \begin_layout Subsection
19593 大文字
19594 \begin_inset Index idx
19595 status collapsed
19596
19597 \begin_layout Plain Layout
19598 ぎりしゃもじ@ギリシャ文字 ! おおもじ@大文字
19599 \end_layout
19600
19601 \end_inset
19602
19603
19604 \end_layout
19605
19606 \begin_layout Standard
19607 \begin_inset space \hfill{}
19608 \end_inset
19609
19610
19611 \begin_inset Tabular
19612 <lyxtabular version="3" rows="7" columns="2">
19613 <features rotate="0" tabularvalignment="middle">
19614 <column alignment="center" valignment="top" width="0pt">
19615 <column alignment="center" valignment="top" width="0pt">
19616 <row>
19617 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19618 \begin_inset Text
19619
19620 \begin_layout Plain Layout
19621
19622 \family roman
19623 \series medium
19624 \shape up
19625 \size normal
19626 \emph off
19627 \bar no
19628 \noun off
19629 \color none
19630 コマンド
19631 \end_layout
19632
19633 \end_inset
19634 </cell>
19635 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19636 \begin_inset Text
19637
19638 \begin_layout Plain Layout
19639
19640 \family roman
19641 \series medium
19642 \shape up
19643 \size normal
19644 \emph off
19645 \bar no
19646 \noun off
19647 \color none
19648 出力
19649 \end_layout
19650
19651 \end_inset
19652 </cell>
19653 </row>
19654 <row>
19655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19656 \begin_inset Text
19657
19658 \begin_layout Plain Layout
19659
19660 \backslash
19661 Gamma
19662 \end_layout
19663
19664 \end_inset
19665 </cell>
19666 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19667 \begin_inset Text
19668
19669 \begin_layout Plain Layout
19670 \begin_inset Formula $\Gamma$
19671 \end_inset
19672
19673
19674 \end_layout
19675
19676 \end_inset
19677 </cell>
19678 </row>
19679 <row>
19680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19681 \begin_inset Text
19682
19683 \begin_layout Plain Layout
19684
19685 \backslash
19686 Delta
19687 \end_layout
19688
19689 \end_inset
19690 </cell>
19691 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19692 \begin_inset Text
19693
19694 \begin_layout Plain Layout
19695 \begin_inset Formula $\Delta$
19696 \end_inset
19697
19698
19699 \end_layout
19700
19701 \end_inset
19702 </cell>
19703 </row>
19704 <row>
19705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19706 \begin_inset Text
19707
19708 \begin_layout Plain Layout
19709
19710 \backslash
19711 Theta
19712 \end_layout
19713
19714 \end_inset
19715 </cell>
19716 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19717 \begin_inset Text
19718
19719 \begin_layout Plain Layout
19720 \begin_inset Formula $\Theta$
19721 \end_inset
19722
19723
19724 \end_layout
19725
19726 \end_inset
19727 </cell>
19728 </row>
19729 <row>
19730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19731 \begin_inset Text
19732
19733 \begin_layout Plain Layout
19734
19735 \backslash
19736 Lambda
19737 \end_layout
19738
19739 \end_inset
19740 </cell>
19741 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19742 \begin_inset Text
19743
19744 \begin_layout Plain Layout
19745 \begin_inset Formula $\Lambda$
19746 \end_inset
19747
19748
19749 \end_layout
19750
19751 \end_inset
19752 </cell>
19753 </row>
19754 <row>
19755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19756 \begin_inset Text
19757
19758 \begin_layout Plain Layout
19759
19760 \backslash
19761 Xi
19762 \end_layout
19763
19764 \end_inset
19765 </cell>
19766 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19767 \begin_inset Text
19768
19769 \begin_layout Plain Layout
19770 \begin_inset Formula $\Xi$
19771 \end_inset
19772
19773
19774 \end_layout
19775
19776 \end_inset
19777 </cell>
19778 </row>
19779 <row>
19780 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19781 \begin_inset Text
19782
19783 \begin_layout Plain Layout
19784
19785 \backslash
19786 Pi
19787 \end_layout
19788
19789 \end_inset
19790 </cell>
19791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19792 \begin_inset Text
19793
19794 \begin_layout Plain Layout
19795 \begin_inset Formula $\Pi$
19796 \end_inset
19797
19798
19799 \end_layout
19800
19801 \end_inset
19802 </cell>
19803 </row>
19804 </lyxtabular>
19805
19806 \end_inset
19807
19808
19809 \begin_inset space \hfill{}
19810 \end_inset
19811
19812
19813 \begin_inset Tabular
19814 <lyxtabular version="3" rows="6" columns="2">
19815 <features rotate="0" tabularvalignment="middle">
19816 <column alignment="center" valignment="top" width="0pt">
19817 <column alignment="center" valignment="top" width="0pt">
19818 <row>
19819 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19820 \begin_inset Text
19821
19822 \begin_layout Plain Layout
19823
19824 \family roman
19825 \series medium
19826 \shape up
19827 \size normal
19828 \emph off
19829 \bar no
19830 \noun off
19831 \color none
19832 コマンド
19833 \end_layout
19834
19835 \end_inset
19836 </cell>
19837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19838 \begin_inset Text
19839
19840 \begin_layout Plain Layout
19841
19842 \family roman
19843 \series medium
19844 \shape up
19845 \size normal
19846 \emph off
19847 \bar no
19848 \noun off
19849 \color none
19850 出力
19851 \end_layout
19852
19853 \end_inset
19854 </cell>
19855 </row>
19856 <row>
19857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19858 \begin_inset Text
19859
19860 \begin_layout Plain Layout
19861
19862 \backslash
19863 Sigma
19864 \end_layout
19865
19866 \end_inset
19867 </cell>
19868 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19869 \begin_inset Text
19870
19871 \begin_layout Plain Layout
19872 \begin_inset Formula $\Sigma$
19873 \end_inset
19874
19875
19876 \end_layout
19877
19878 \end_inset
19879 </cell>
19880 </row>
19881 <row>
19882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19883 \begin_inset Text
19884
19885 \begin_layout Plain Layout
19886
19887 \backslash
19888 Upsilon
19889 \end_layout
19890
19891 \end_inset
19892 </cell>
19893 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19894 \begin_inset Text
19895
19896 \begin_layout Plain Layout
19897 \begin_inset Formula $\Upsilon$
19898 \end_inset
19899
19900
19901 \end_layout
19902
19903 \end_inset
19904 </cell>
19905 </row>
19906 <row>
19907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19908 \begin_inset Text
19909
19910 \begin_layout Plain Layout
19911
19912 \backslash
19913 Phi
19914 \end_layout
19915
19916 \end_inset
19917 </cell>
19918 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19919 \begin_inset Text
19920
19921 \begin_layout Plain Layout
19922 \begin_inset Formula $\Phi$
19923 \end_inset
19924
19925
19926 \end_layout
19927
19928 \end_inset
19929 </cell>
19930 </row>
19931 <row>
19932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19933 \begin_inset Text
19934
19935 \begin_layout Plain Layout
19936
19937 \backslash
19938 Psi
19939 \end_layout
19940
19941 \end_inset
19942 </cell>
19943 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19944 \begin_inset Text
19945
19946 \begin_layout Plain Layout
19947 \begin_inset Formula $\Psi$
19948 \end_inset
19949
19950
19951 \end_layout
19952
19953 \end_inset
19954 </cell>
19955 </row>
19956 <row>
19957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19958 \begin_inset Text
19959
19960 \begin_layout Plain Layout
19961
19962 \backslash
19963 Omega
19964 \end_layout
19965
19966 \end_inset
19967 </cell>
19968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19969 \begin_inset Text
19970
19971 \begin_layout Plain Layout
19972 \begin_inset Formula $\Omega$
19973 \end_inset
19974
19975
19976 \end_layout
19977
19978 \end_inset
19979 </cell>
19980 </row>
19981 </lyxtabular>
19982
19983 \end_inset
19984
19985
19986 \begin_inset space \hfill{}
19987 \end_inset
19988
19989
19990 \end_layout
19991
19992 \begin_layout Standard
19993 \begin_inset VSpace medskip
19994 \end_inset
19995
19996 大文字のギリシャ文字が立体で表示されるのは、TeXの開発途上に生じたデザイン上のバグによるものです。正しいイタリック体の大文字を得るためには、各コマンドの頭に
19997 \series bold
19998 var
19999 \series default
20000 を付けてください。たとえば、
20001 \series bold
20002
20003 \backslash
20004 varGamma
20005 \series default
20006 コマンドは、
20007 \begin_inset Formula $\varGamma$
20008 \end_inset
20009
20010 を生成します。もう一つの方法は、パッケージ
20011 \series bold
20012 fixmath
20013 \series default
20014
20015 \begin_inset Foot
20016 status collapsed
20017
20018 \begin_layout Plain Layout
20019
20020 \series bold
20021 fixmath
20022 \series default
20023 は、LaTeXパッケージ
20024 \series bold
20025 was
20026 \series default
20027
20028 \begin_inset Index idx
20029 status collapsed
20030
20031 \begin_layout Plain Layout
20032 ぱっけーじ@パッケージ ! was
20033 \begin_inset ERT
20034 status collapsed
20035
20036 \begin_layout Plain Layout
20037
20038
20039 \backslash
20040 vspace{4mm}
20041 \end_layout
20042
20043 \end_inset
20044
20045
20046 \end_layout
20047
20048 \end_inset
20049
20050 に含まれています。
20051 \end_layout
20052
20053 \end_inset
20054
20055
20056 \begin_inset Index idx
20057 status collapsed
20058
20059 \begin_layout Plain Layout
20060 ぱっけーじ@パッケージ ! fixmath
20061 \end_layout
20062
20063 \end_inset
20064
20065 をLaTeXプリアンブル行に
20066 \end_layout
20067
20068 \begin_layout Standard
20069
20070 \series bold
20071
20072 \backslash
20073 usepackage{fixmath}
20074 \end_layout
20075
20076 \begin_layout Standard
20077 と書いて読み込む方法です。すると、文書中の大きなギリシャ文字は、すべて自動的にイタリック体として組版されます。
20078 \end_layout
20079
20080 \begin_layout Subsection
20081 ボールド体
20082 \begin_inset Index idx
20083 status collapsed
20084
20085 \begin_layout Plain Layout
20086 ぎりしゃもじ@ギリシャ文字 ! ぼーるどたい@ボールド体
20087 \end_layout
20088
20089 \end_inset
20090
20091
20092 \end_layout
20093
20094 \begin_layout Standard
20095 ギリシャ文字は、ラテン文字のようには、多様な書体様式に設定することができません。ギリシャ文字をボールド体にできるのは、
20096 \series bold
20097
20098 \backslash
20099 boldsymbol
20100 \series default
20101 コマンドのみです
20102 \begin_inset Index idx
20103 status collapsed
20104
20105 \begin_layout Plain Layout
20106 こまんど@コマンド ! B ! 
20107 \backslash
20108 boldsymbol
20109 \end_layout
20110
20111 \end_inset
20112
20113
20114 \end_layout
20115
20116 \begin_layout Standard
20117 \align center
20118 \begin_inset Tabular
20119 <lyxtabular version="3" rows="3" columns="2">
20120 <features rotate="0" tabularvalignment="middle">
20121 <column alignment="center" valignment="top">
20122 <column alignment="center" valignment="top">
20123 <row>
20124 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20125 \begin_inset Text
20126
20127 \begin_layout Plain Layout
20128 コマンド
20129 \end_layout
20130
20131 \end_inset
20132 </cell>
20133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20134 \begin_inset Text
20135
20136 \begin_layout Plain Layout
20137 出力
20138 \end_layout
20139
20140 \end_inset
20141 </cell>
20142 </row>
20143 <row>
20144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20145 \begin_inset Text
20146
20147 \begin_layout Plain Layout
20148
20149 \backslash
20150 Upsilon
20151 \backslash
20152 boldsymbol
20153 \backslash
20154 Upsilon
20155 \end_layout
20156
20157 \end_inset
20158 </cell>
20159 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20160 \begin_inset Text
20161
20162 \begin_layout Plain Layout
20163 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20164 \end_inset
20165
20166
20167 \end_layout
20168
20169 \end_inset
20170 </cell>
20171 </row>
20172 <row>
20173 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20174 \begin_inset Text
20175
20176 \begin_layout Plain Layout
20177
20178 \backslash
20179 theta
20180 \backslash
20181 boldsymbol
20182 \backslash
20183 theta
20184 \end_layout
20185
20186 \end_inset
20187 </cell>
20188 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20189 \begin_inset Text
20190
20191 \begin_layout Plain Layout
20192 \begin_inset Formula $\theta\boldsymbol{\theta}$
20193 \end_inset
20194
20195
20196 \end_layout
20197
20198 \end_inset
20199 </cell>
20200 </row>
20201 </lyxtabular>
20202
20203 \end_inset
20204
20205
20206 \begin_inset Newpage newpage
20207 \end_inset
20208
20209
20210 \end_layout
20211
20212 \begin_layout Section
20213 記号
20214 \begin_inset ERT
20215 status collapsed
20216
20217 \begin_layout Plain Layout
20218
20219
20220 \backslash
20221 texorpdfstring{
20222 \end_layout
20223
20224 \end_inset
20225
20226
20227 \begin_inset Foot
20228 status collapsed
20229
20230 \begin_layout Plain Layout
20231 各LaTeXパッケージに含まれる全記号をほとんど網羅した一覧が、
20232 \begin_inset CommandInset citation
20233 LatexCommand cite
20234 key "Symbols"
20235
20236 \end_inset
20237
20238 にあります。
20239 \end_layout
20240
20241 \end_inset
20242
20243
20244 \begin_inset ERT
20245 status collapsed
20246
20247 \begin_layout Plain Layout
20248
20249 }{}
20250 \end_layout
20251
20252 \end_inset
20253
20254
20255 \begin_inset Note Note
20256 status collapsed
20257
20258 \begin_layout Plain Layout
20259
20260 \backslash
20261 texorpdfstringは、PDFのしおりに脚注が現れるのを防ぐために使われています。
20262 \end_layout
20263
20264 \begin_layout Plain Layout
20265
20266 \backslash
20267 texorpdfstringについての詳細は、第
20268 \begin_inset CommandInset ref
20269 LatexCommand ref
20270 reference "sub:節見出し中の数式"
20271
20272 \end_inset
20273
20274 節にあります。
20275 \end_layout
20276
20277 \end_inset
20278
20279
20280 \begin_inset Index idx
20281 status collapsed
20282
20283 \begin_layout Plain Layout
20284 きごう@記号
20285 \end_layout
20286
20287 \end_inset
20288
20289
20290 \end_layout
20291
20292 \begin_layout Standard
20293 本節に掲げてある各記号の多くは、ツールバーボタンの
20294 \begin_inset Graphics
20295         filename ../../images/math/nabla.png
20296         scale 85
20297
20298 \end_inset
20299
20300
20301 \begin_inset Graphics
20302         filename ../../images/math/digamma.png
20303         scale 85
20304
20305 \end_inset
20306
20307 でも挿入することができます。
20308 \end_layout
20309
20310 \begin_layout Subsection
20311 数学記号
20312 \begin_inset CommandInset label
20313 LatexCommand label
20314 name "sub:数学記号"
20315
20316 \end_inset
20317
20318
20319 \begin_inset Index idx
20320 status collapsed
20321
20322 \begin_layout Plain Layout
20323 きごう@記号 ! すうがく@数学
20324 \end_layout
20325
20326 \end_inset
20327
20328
20329 \end_layout
20330
20331 \begin_layout Standard
20332 \begin_inset space \hfill{}
20333 \end_inset
20334
20335
20336 \begin_inset Tabular
20337 <lyxtabular version="3" rows="10" columns="2">
20338 <features rotate="0" tabularvalignment="middle">
20339 <column alignment="center" valignment="top" width="0pt">
20340 <column alignment="center" valignment="top" width="0pt">
20341 <row>
20342 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20343 \begin_inset Text
20344
20345 \begin_layout Plain Layout
20346 コマンド
20347 \end_layout
20348
20349 \end_inset
20350 </cell>
20351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20352 \begin_inset Text
20353
20354 \begin_layout Plain Layout
20355 出力
20356 \end_layout
20357
20358 \end_inset
20359 </cell>
20360 </row>
20361 <row>
20362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20363 \begin_inset Text
20364
20365 \begin_layout Plain Layout
20366
20367 \backslash
20368 neg
20369 \end_layout
20370
20371 \end_inset
20372 </cell>
20373 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20374 \begin_inset Text
20375
20376 \begin_layout Plain Layout
20377 \begin_inset Formula $\neg$
20378 \end_inset
20379
20380
20381 \end_layout
20382
20383 \end_inset
20384 </cell>
20385 </row>
20386 <row>
20387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20388 \begin_inset Text
20389
20390 \begin_layout Plain Layout
20391
20392 \backslash
20393 Im
20394 \end_layout
20395
20396 \end_inset
20397 </cell>
20398 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20399 \begin_inset Text
20400
20401 \begin_layout Plain Layout
20402 \begin_inset Formula $\Im$
20403 \end_inset
20404
20405
20406 \end_layout
20407
20408 \end_inset
20409 </cell>
20410 </row>
20411 <row>
20412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20413 \begin_inset Text
20414
20415 \begin_layout Plain Layout
20416
20417 \backslash
20418 Re
20419 \end_layout
20420
20421 \end_inset
20422 </cell>
20423 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20424 \begin_inset Text
20425
20426 \begin_layout Plain Layout
20427 \begin_inset Formula $\Re$
20428 \end_inset
20429
20430
20431 \end_layout
20432
20433 \end_inset
20434 </cell>
20435 </row>
20436 <row>
20437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20438 \begin_inset Text
20439
20440 \begin_layout Plain Layout
20441
20442 \backslash
20443 aleph
20444 \end_layout
20445
20446 \end_inset
20447 </cell>
20448 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20449 \begin_inset Text
20450
20451 \begin_layout Plain Layout
20452 \begin_inset Formula $\aleph$
20453 \end_inset
20454
20455
20456 \end_layout
20457
20458 \end_inset
20459 </cell>
20460 </row>
20461 <row>
20462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20463 \begin_inset Text
20464
20465 \begin_layout Plain Layout
20466
20467 \backslash
20468 partial
20469 \end_layout
20470
20471 \end_inset
20472 </cell>
20473 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20474 \begin_inset Text
20475
20476 \begin_layout Plain Layout
20477 \begin_inset Formula $\partial$
20478 \end_inset
20479
20480
20481 \end_layout
20482
20483 \end_inset
20484 </cell>
20485 </row>
20486 <row>
20487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20488 \begin_inset Text
20489
20490 \begin_layout Plain Layout
20491
20492 \backslash
20493 infty
20494 \end_layout
20495
20496 \end_inset
20497 </cell>
20498 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20499 \begin_inset Text
20500
20501 \begin_layout Plain Layout
20502 \begin_inset Formula $\infty$
20503 \end_inset
20504
20505
20506 \end_layout
20507
20508 \end_inset
20509 </cell>
20510 </row>
20511 <row>
20512 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20513 \begin_inset Text
20514
20515 \begin_layout Plain Layout
20516
20517 \backslash
20518 wp
20519 \end_layout
20520
20521 \end_inset
20522 </cell>
20523 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20524 \begin_inset Text
20525
20526 \begin_layout Plain Layout
20527 \begin_inset Formula $\wp$
20528 \end_inset
20529
20530
20531 \end_layout
20532
20533 \end_inset
20534 </cell>
20535 </row>
20536 <row>
20537 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20538 \begin_inset Text
20539
20540 \begin_layout Plain Layout
20541
20542 \backslash
20543 imath
20544 \end_layout
20545
20546 \end_inset
20547 </cell>
20548 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20549 \begin_inset Text
20550
20551 \begin_layout Plain Layout
20552 \begin_inset Formula $\imath$
20553 \end_inset
20554
20555
20556 \end_layout
20557
20558 \end_inset
20559 </cell>
20560 </row>
20561 <row>
20562 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20563 \begin_inset Text
20564
20565 \begin_layout Plain Layout
20566
20567 \backslash
20568 jmath
20569 \end_layout
20570
20571 \end_inset
20572 </cell>
20573 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20574 \begin_inset Text
20575
20576 \begin_layout Plain Layout
20577 \begin_inset Formula $\jmath$
20578 \end_inset
20579
20580
20581 \end_layout
20582
20583 \end_inset
20584 </cell>
20585 </row>
20586 </lyxtabular>
20587
20588 \end_inset
20589
20590
20591 \begin_inset space \hfill{}
20592 \end_inset
20593
20594
20595 \begin_inset Tabular
20596 <lyxtabular version="3" rows="10" columns="2">
20597 <features rotate="0" tabularvalignment="middle">
20598 <column alignment="center" valignment="top" width="0pt">
20599 <column alignment="center" valignment="top" width="0pt">
20600 <row>
20601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20602 \begin_inset Text
20603
20604 \begin_layout Plain Layout
20605 コマンド
20606 \end_layout
20607
20608 \end_inset
20609 </cell>
20610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20611 \begin_inset Text
20612
20613 \begin_layout Plain Layout
20614 出力
20615 \begin_inset Note Note
20616 status collapsed
20617
20618 \begin_layout Plain Layout
20619 ここで
20620 \series bold
20621
20622 \backslash
20623 raisebox
20624 \series default
20625 はスペーサーとして使用しているだけです。
20626 \end_layout
20627
20628 \end_inset
20629
20630
20631 \end_layout
20632
20633 \end_inset
20634 </cell>
20635 </row>
20636 <row>
20637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20638 \begin_inset Text
20639
20640 \begin_layout Plain Layout
20641
20642 \backslash
20643 forall
20644 \end_layout
20645
20646 \end_inset
20647 </cell>
20648 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20649 \begin_inset Text
20650
20651 \begin_layout Plain Layout
20652 \begin_inset Formula $\forall$
20653 \end_inset
20654
20655
20656 \end_layout
20657
20658 \end_inset
20659 </cell>
20660 </row>
20661 <row>
20662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20663 \begin_inset Text
20664
20665 \begin_layout Plain Layout
20666
20667 \backslash
20668 exists
20669 \end_layout
20670
20671 \end_inset
20672 </cell>
20673 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20674 \begin_inset Text
20675
20676 \begin_layout Plain Layout
20677 \begin_inset Formula $\exists$
20678 \end_inset
20679
20680
20681 \end_layout
20682
20683 \end_inset
20684 </cell>
20685 </row>
20686 <row>
20687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20688 \begin_inset Text
20689
20690 \begin_layout Plain Layout
20691
20692 \backslash
20693 nexists
20694 \end_layout
20695
20696 \end_inset
20697 </cell>
20698 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20699 \begin_inset Text
20700
20701 \begin_layout Plain Layout
20702 \begin_inset Formula $\nexists$
20703 \end_inset
20704
20705
20706 \end_layout
20707
20708 \end_inset
20709 </cell>
20710 </row>
20711 <row>
20712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20713 \begin_inset Text
20714
20715 \begin_layout Plain Layout
20716
20717 \backslash
20718 emptyset
20719 \end_layout
20720
20721 \end_inset
20722 </cell>
20723 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20724 \begin_inset Text
20725
20726 \begin_layout Plain Layout
20727 \begin_inset Formula $\emptyset$
20728 \end_inset
20729
20730
20731 \end_layout
20732
20733 \end_inset
20734 </cell>
20735 </row>
20736 <row>
20737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20738 \begin_inset Text
20739
20740 \begin_layout Plain Layout
20741
20742 \backslash
20743 varnothing
20744 \end_layout
20745
20746 \end_inset
20747 </cell>
20748 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20749 \begin_inset Text
20750
20751 \begin_layout Plain Layout
20752 \begin_inset Formula $\varnothing$
20753 \end_inset
20754
20755
20756 \end_layout
20757
20758 \end_inset
20759 </cell>
20760 </row>
20761 <row>
20762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20763 \begin_inset Text
20764
20765 \begin_layout Plain Layout
20766
20767 \backslash
20768 dag
20769 \end_layout
20770
20771 \end_inset
20772 </cell>
20773 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20774 \begin_inset Text
20775
20776 \begin_layout Plain Layout
20777 \begin_inset Formula $\dag$
20778 \end_inset
20779
20780
20781 \end_layout
20782
20783 \end_inset
20784 </cell>
20785 </row>
20786 <row>
20787 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20788 \begin_inset Text
20789
20790 \begin_layout Plain Layout
20791
20792 \backslash
20793 ddag
20794 \end_layout
20795
20796 \end_inset
20797 </cell>
20798 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20799 \begin_inset Text
20800
20801 \begin_layout Plain Layout
20802 \begin_inset Formula $\ddag$
20803 \end_inset
20804
20805
20806 \end_layout
20807
20808 \end_inset
20809 </cell>
20810 </row>
20811 <row>
20812 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20813 \begin_inset Text
20814
20815 \begin_layout Plain Layout
20816
20817 \backslash
20818 complement
20819 \end_layout
20820
20821 \end_inset
20822 </cell>
20823 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20824 \begin_inset Text
20825
20826 \begin_layout Plain Layout
20827 \begin_inset ERT
20828 status collapsed
20829
20830 \begin_layout Plain Layout
20831
20832
20833 \backslash
20834 raisebox{-0.8mm}{
20835 \end_layout
20836
20837 \end_inset
20838
20839
20840 \begin_inset Formula $\complement$
20841 \end_inset
20842
20843
20844 \begin_inset ERT
20845 status collapsed
20846
20847 \begin_layout Plain Layout
20848
20849 }
20850 \end_layout
20851
20852 \end_inset
20853
20854
20855 \end_layout
20856
20857 \end_inset
20858 </cell>
20859 </row>
20860 <row>
20861 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20862 \begin_inset Text
20863
20864 \begin_layout Plain Layout
20865
20866 \backslash
20867 Bbbk
20868 \end_layout
20869
20870 \end_inset
20871 </cell>
20872 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20873 \begin_inset Text
20874
20875 \begin_layout Plain Layout
20876 \begin_inset Formula $\Bbbk$
20877 \end_inset
20878
20879
20880 \end_layout
20881
20882 \end_inset
20883 </cell>
20884 </row>
20885 </lyxtabular>
20886
20887 \end_inset
20888
20889
20890 \begin_inset space \hfill{}
20891 \end_inset
20892
20893
20894 \begin_inset Tabular
20895 <lyxtabular version="3" rows="10" columns="2">
20896 <features rotate="0" tabularvalignment="middle">
20897 <column alignment="center" valignment="top" width="0pt">
20898 <column alignment="center" valignment="top" width="0pt">
20899 <row>
20900 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20901 \begin_inset Text
20902
20903 \begin_layout Plain Layout
20904 コマンド
20905 \end_layout
20906
20907 \end_inset
20908 </cell>
20909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20910 \begin_inset Text
20911
20912 \begin_layout Plain Layout
20913 出力
20914 \end_layout
20915
20916 \end_inset
20917 </cell>
20918 </row>
20919 <row>
20920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20921 \begin_inset Text
20922
20923 \begin_layout Plain Layout
20924
20925 \backslash
20926 prime
20927 \end_layout
20928
20929 \end_inset
20930 </cell>
20931 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20932 \begin_inset Text
20933
20934 \begin_layout Plain Layout
20935 \begin_inset Formula $\prime$
20936 \end_inset
20937
20938
20939 \end_layout
20940
20941 \end_inset
20942 </cell>
20943 </row>
20944 <row>
20945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20946 \begin_inset Text
20947
20948 \begin_layout Plain Layout
20949
20950 \backslash
20951 backprime
20952 \end_layout
20953
20954 \end_inset
20955 </cell>
20956 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20957 \begin_inset Text
20958
20959 \begin_layout Plain Layout
20960 \begin_inset Formula $\backprime$
20961 \end_inset
20962
20963
20964 \end_layout
20965
20966 \end_inset
20967 </cell>
20968 </row>
20969 <row>
20970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20971 \begin_inset Text
20972
20973 \begin_layout Plain Layout
20974
20975 \backslash
20976 mho
20977 \end_layout
20978
20979 \end_inset
20980 </cell>
20981 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20982 \begin_inset Text
20983
20984 \begin_layout Plain Layout
20985 \begin_inset Formula $\mho$
20986 \end_inset
20987
20988
20989 \end_layout
20990
20991 \end_inset
20992 </cell>
20993 </row>
20994 <row>
20995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20996 \begin_inset Text
20997
20998 \begin_layout Plain Layout
20999
21000 \backslash
21001 triangle
21002 \end_layout
21003
21004 \end_inset
21005 </cell>
21006 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21007 \begin_inset Text
21008
21009 \begin_layout Plain Layout
21010 \begin_inset Formula $\triangle$
21011 \end_inset
21012
21013
21014 \end_layout
21015
21016 \end_inset
21017 </cell>
21018 </row>
21019 <row>
21020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21021 \begin_inset Text
21022
21023 \begin_layout Plain Layout
21024
21025 \backslash
21026 angle
21027 \end_layout
21028
21029 \end_inset
21030 </cell>
21031 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21032 \begin_inset Text
21033
21034 \begin_layout Plain Layout
21035 \begin_inset Formula $\angle$
21036 \end_inset
21037
21038
21039 \end_layout
21040
21041 \end_inset
21042 </cell>
21043 </row>
21044 <row>
21045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21046 \begin_inset Text
21047
21048 \begin_layout Plain Layout
21049
21050 \backslash
21051 measuredangle
21052 \end_layout
21053
21054 \end_inset
21055 </cell>
21056 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21057 \begin_inset Text
21058
21059 \begin_layout Plain Layout
21060 \begin_inset Formula $\measuredangle$
21061 \end_inset
21062
21063
21064 \end_layout
21065
21066 \end_inset
21067 </cell>
21068 </row>
21069 <row>
21070 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21071 \begin_inset Text
21072
21073 \begin_layout Plain Layout
21074
21075 \backslash
21076 sphericalangle
21077 \end_layout
21078
21079 \end_inset
21080 </cell>
21081 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21082 \begin_inset Text
21083
21084 \begin_layout Plain Layout
21085 \begin_inset Formula $\sphericalangle$
21086 \end_inset
21087
21088
21089 \end_layout
21090
21091 \end_inset
21092 </cell>
21093 </row>
21094 <row>
21095 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21096 \begin_inset Text
21097
21098 \begin_layout Plain Layout
21099
21100 \backslash
21101 top
21102 \end_layout
21103
21104 \end_inset
21105 </cell>
21106 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21107 \begin_inset Text
21108
21109 \begin_layout Plain Layout
21110 \begin_inset Formula $\top$
21111 \end_inset
21112
21113
21114 \end_layout
21115
21116 \end_inset
21117 </cell>
21118 </row>
21119 <row>
21120 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21121 \begin_inset Text
21122
21123 \begin_layout Plain Layout
21124
21125 \backslash
21126 bot
21127 \end_layout
21128
21129 \end_inset
21130 </cell>
21131 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21132 \begin_inset Text
21133
21134 \begin_layout Plain Layout
21135 \begin_inset Formula $\bot$
21136 \end_inset
21137
21138
21139 \end_layout
21140
21141 \end_inset
21142 </cell>
21143 </row>
21144 </lyxtabular>
21145
21146 \end_inset
21147
21148
21149 \begin_inset space \hfill{}
21150 \end_inset
21151
21152
21153 \end_layout
21154
21155 \begin_layout Subsection
21156 その他の記号
21157 \begin_inset CommandInset label
21158 LatexCommand label
21159 name "sub:その他の記号"
21160
21161 \end_inset
21162
21163
21164 \begin_inset Index idx
21165 status collapsed
21166
21167 \begin_layout Plain Layout
21168 きごう@記号 ! そのた@その他
21169 \end_layout
21170
21171 \end_inset
21172
21173
21174 \end_layout
21175
21176 \begin_layout Standard
21177 \noindent
21178 \align center
21179 \begin_inset Tabular
21180 <lyxtabular version="3" rows="10" columns="2">
21181 <features rotate="0" tabularvalignment="middle">
21182 <column alignment="center" valignment="top" width="0pt">
21183 <column alignment="center" valignment="top" width="0pt">
21184 <row>
21185 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21186 \begin_inset Text
21187
21188 \begin_layout Plain Layout
21189
21190 \family roman
21191 \series medium
21192 \shape up
21193 \size normal
21194 \emph off
21195 \bar no
21196 \noun off
21197 \color none
21198 コマンド
21199 \end_layout
21200
21201 \end_inset
21202 </cell>
21203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21204 \begin_inset Text
21205
21206 \begin_layout Plain Layout
21207
21208 \family roman
21209 \series medium
21210 \shape up
21211 \size normal
21212 \emph off
21213 \bar no
21214 \noun off
21215 \color none
21216 出力
21217 \end_layout
21218
21219 \end_inset
21220 </cell>
21221 </row>
21222 <row>
21223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21224 \begin_inset Text
21225
21226 \begin_layout Plain Layout
21227
21228 \backslash
21229 flat
21230 \end_layout
21231
21232 \end_inset
21233 </cell>
21234 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21235 \begin_inset Text
21236
21237 \begin_layout Plain Layout
21238 \begin_inset Formula $\flat$
21239 \end_inset
21240
21241
21242 \end_layout
21243
21244 \end_inset
21245 </cell>
21246 </row>
21247 <row>
21248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21249 \begin_inset Text
21250
21251 \begin_layout Plain Layout
21252
21253 \backslash
21254 natural
21255 \end_layout
21256
21257 \end_inset
21258 </cell>
21259 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21260 \begin_inset Text
21261
21262 \begin_layout Plain Layout
21263 \begin_inset Formula $\natural$
21264 \end_inset
21265
21266
21267 \end_layout
21268
21269 \end_inset
21270 </cell>
21271 </row>
21272 <row>
21273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21274 \begin_inset Text
21275
21276 \begin_layout Plain Layout
21277
21278 \backslash
21279 sharp
21280 \end_layout
21281
21282 \end_inset
21283 </cell>
21284 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21285 \begin_inset Text
21286
21287 \begin_layout Plain Layout
21288 \begin_inset Formula $\sharp$
21289 \end_inset
21290
21291
21292 \end_layout
21293
21294 \end_inset
21295 </cell>
21296 </row>
21297 <row>
21298 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21299 \begin_inset Text
21300
21301 \begin_layout Plain Layout
21302
21303 \backslash
21304 surd
21305 \end_layout
21306
21307 \end_inset
21308 </cell>
21309 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21310 \begin_inset Text
21311
21312 \begin_layout Plain Layout
21313 \begin_inset Formula $\surd$
21314 \end_inset
21315
21316
21317 \end_layout
21318
21319 \end_inset
21320 </cell>
21321 </row>
21322 <row>
21323 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21324 \begin_inset Text
21325
21326 \begin_layout Plain Layout
21327
21328 \backslash
21329 checkmark
21330 \end_layout
21331
21332 \end_inset
21333 </cell>
21334 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21335 \begin_inset Text
21336
21337 \begin_layout Plain Layout
21338 \begin_inset Formula $\checkmark$
21339 \end_inset
21340
21341
21342 \end_layout
21343
21344 \end_inset
21345 </cell>
21346 </row>
21347 <row>
21348 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21349 \begin_inset Text
21350
21351 \begin_layout Plain Layout
21352
21353 \backslash
21354 yen
21355 \end_layout
21356
21357 \end_inset
21358 </cell>
21359 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21360 \begin_inset Text
21361
21362 \begin_layout Plain Layout
21363 \begin_inset Formula $\yen$
21364 \end_inset
21365
21366
21367 \end_layout
21368
21369 \end_inset
21370 </cell>
21371 </row>
21372 <row>
21373 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21374 \begin_inset Text
21375
21376 \begin_layout Plain Layout
21377
21378 \backslash
21379 pounds
21380 \end_layout
21381
21382 \end_inset
21383 </cell>
21384 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21385 \begin_inset Text
21386
21387 \begin_layout Plain Layout
21388 \begin_inset Formula $\pounds$
21389 \end_inset
21390
21391
21392 \end_layout
21393
21394 \end_inset
21395 </cell>
21396 </row>
21397 <row>
21398 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21399 \begin_inset Text
21400
21401 \begin_layout Plain Layout
21402 $
21403 \end_layout
21404
21405 \end_inset
21406 </cell>
21407 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21408 \begin_inset Text
21409
21410 \begin_layout Plain Layout
21411 \begin_inset Formula $\$$
21412 \end_inset
21413
21414
21415 \end_layout
21416
21417 \end_inset
21418 </cell>
21419 </row>
21420 <row>
21421 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21422 \begin_inset Text
21423
21424 \begin_layout Plain Layout
21425 §
21426 \end_layout
21427
21428 \end_inset
21429 </cell>
21430 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21431 \begin_inset Text
21432
21433 \begin_layout Plain Layout
21434 \begin_inset Formula $\mathsection$
21435 \end_inset
21436
21437
21438 \end_layout
21439
21440 \end_inset
21441 </cell>
21442 </row>
21443 </lyxtabular>
21444
21445 \end_inset
21446
21447
21448 \begin_inset Tabular
21449 <lyxtabular version="3" rows="10" columns="2">
21450 <features rotate="0" tabularvalignment="middle">
21451 <column alignment="center" valignment="top">
21452 <column alignment="center" valignment="top">
21453 <row>
21454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21455 \begin_inset Text
21456
21457 \begin_layout Plain Layout
21458
21459 \family roman
21460 \series medium
21461 \shape up
21462 \size normal
21463 \emph off
21464 \bar no
21465 \noun off
21466 \color none
21467 コマンド
21468 \end_layout
21469
21470 \end_inset
21471 </cell>
21472 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21473 \begin_inset Text
21474
21475 \begin_layout Plain Layout
21476
21477 \family roman
21478 \series medium
21479 \shape up
21480 \size normal
21481 \emph off
21482 \bar no
21483 \noun off
21484 \color none
21485 出力
21486 \end_layout
21487
21488 \end_inset
21489 </cell>
21490 </row>
21491 <row>
21492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21493 \begin_inset Text
21494
21495 \begin_layout Plain Layout
21496
21497 \backslash
21498 hbar
21499 \end_layout
21500
21501 \end_inset
21502 </cell>
21503 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21504 \begin_inset Text
21505
21506 \begin_layout Plain Layout
21507 \begin_inset Formula $\hbar$
21508 \end_inset
21509
21510
21511 \end_layout
21512
21513 \end_inset
21514 </cell>
21515 </row>
21516 <row>
21517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21518 \begin_inset Text
21519
21520 \begin_layout Plain Layout
21521
21522 \backslash
21523 hslash
21524 \end_layout
21525
21526 \end_inset
21527 </cell>
21528 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21529 \begin_inset Text
21530
21531 \begin_layout Plain Layout
21532 \begin_inset Formula $\hslash$
21533 \end_inset
21534
21535
21536 \end_layout
21537
21538 \end_inset
21539 </cell>
21540 </row>
21541 <row>
21542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21543 \begin_inset Text
21544
21545 \begin_layout Plain Layout
21546
21547 \backslash
21548 clubsuit
21549 \end_layout
21550
21551 \end_inset
21552 </cell>
21553 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21554 \begin_inset Text
21555
21556 \begin_layout Plain Layout
21557 \begin_inset Formula $\clubsuit$
21558 \end_inset
21559
21560
21561 \end_layout
21562
21563 \end_inset
21564 </cell>
21565 </row>
21566 <row>
21567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21568 \begin_inset Text
21569
21570 \begin_layout Plain Layout
21571
21572 \backslash
21573 spadesuit
21574 \end_layout
21575
21576 \end_inset
21577 </cell>
21578 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21579 \begin_inset Text
21580
21581 \begin_layout Plain Layout
21582 \begin_inset Formula $\spadesuit$
21583 \end_inset
21584
21585
21586 \end_layout
21587
21588 \end_inset
21589 </cell>
21590 </row>
21591 <row>
21592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21593 \begin_inset Text
21594
21595 \begin_layout Plain Layout
21596
21597 \backslash
21598 bigstar
21599 \end_layout
21600
21601 \end_inset
21602 </cell>
21603 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21604 \begin_inset Text
21605
21606 \begin_layout Plain Layout
21607 \begin_inset Formula $\bigstar$
21608 \end_inset
21609
21610
21611 \end_layout
21612
21613 \end_inset
21614 </cell>
21615 </row>
21616 <row>
21617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21618 \begin_inset Text
21619
21620 \begin_layout Plain Layout
21621
21622 \backslash
21623 blacklozenge
21624 \end_layout
21625
21626 \end_inset
21627 </cell>
21628 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21629 \begin_inset Text
21630
21631 \begin_layout Plain Layout
21632 \begin_inset Formula $\blacklozenge$
21633 \end_inset
21634
21635
21636 \end_layout
21637
21638 \end_inset
21639 </cell>
21640 </row>
21641 <row>
21642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21643 \begin_inset Text
21644
21645 \begin_layout Plain Layout
21646
21647 \backslash
21648 blacktriangle
21649 \end_layout
21650
21651 \end_inset
21652 </cell>
21653 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21654 \begin_inset Text
21655
21656 \begin_layout Plain Layout
21657 \begin_inset Formula $\blacktriangle$
21658 \end_inset
21659
21660
21661 \end_layout
21662
21663 \end_inset
21664 </cell>
21665 </row>
21666 <row>
21667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21668 \begin_inset Text
21669
21670 \begin_layout Plain Layout
21671
21672 \backslash
21673 blacktiangledown
21674 \end_layout
21675
21676 \end_inset
21677 </cell>
21678 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21679 \begin_inset Text
21680
21681 \begin_layout Plain Layout
21682 \begin_inset Formula $\blacktriangledown$
21683 \end_inset
21684
21685
21686 \end_layout
21687
21688 \end_inset
21689 </cell>
21690 </row>
21691 <row>
21692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21693 \begin_inset Text
21694
21695 \begin_layout Plain Layout
21696
21697 \backslash
21698 bullet
21699 \end_layout
21700
21701 \end_inset
21702 </cell>
21703 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21704 \begin_inset Text
21705
21706 \begin_layout Plain Layout
21707 \begin_inset Formula $\bullet$
21708 \end_inset
21709
21710
21711 \end_layout
21712
21713 \end_inset
21714 </cell>
21715 </row>
21716 </lyxtabular>
21717
21718 \end_inset
21719
21720
21721 \begin_inset Tabular
21722 <lyxtabular version="3" rows="10" columns="2">
21723 <features rotate="0" tabularvalignment="middle">
21724 <column alignment="center" valignment="top" width="0pt">
21725 <column alignment="center" valignment="top" width="0pt">
21726 <row>
21727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21728 \begin_inset Text
21729
21730 \begin_layout Plain Layout
21731
21732 \family roman
21733 \series medium
21734 \shape up
21735 \size normal
21736 \emph off
21737 \bar no
21738 \noun off
21739 \color none
21740 コマンド
21741 \end_layout
21742
21743 \end_inset
21744 </cell>
21745 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21746 \begin_inset Text
21747
21748 \begin_layout Plain Layout
21749
21750 \family roman
21751 \series medium
21752 \shape up
21753 \size normal
21754 \emph off
21755 \bar no
21756 \noun off
21757 \color none
21758 出力
21759 \end_layout
21760
21761 \end_inset
21762 </cell>
21763 </row>
21764 <row>
21765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21766 \begin_inset Text
21767
21768 \begin_layout Plain Layout
21769
21770 \backslash
21771 diamondsuit
21772 \end_layout
21773
21774 \end_inset
21775 </cell>
21776 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21777 \begin_inset Text
21778
21779 \begin_layout Plain Layout
21780 \begin_inset Formula $\diamondsuit$
21781 \end_inset
21782
21783
21784 \end_layout
21785
21786 \end_inset
21787 </cell>
21788 </row>
21789 <row>
21790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21791 \begin_inset Text
21792
21793 \begin_layout Plain Layout
21794
21795 \backslash
21796 Diamond
21797 \end_layout
21798
21799 \end_inset
21800 </cell>
21801 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21802 \begin_inset Text
21803
21804 \begin_layout Plain Layout
21805 \begin_inset Formula $\Diamond$
21806 \end_inset
21807
21808
21809 \end_layout
21810
21811 \end_inset
21812 </cell>
21813 </row>
21814 <row>
21815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21816 \begin_inset Text
21817
21818 \begin_layout Plain Layout
21819
21820 \backslash
21821 heartsuit
21822 \end_layout
21823
21824 \end_inset
21825 </cell>
21826 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21827 \begin_inset Text
21828
21829 \begin_layout Plain Layout
21830 \begin_inset Formula $\heartsuit$
21831 \end_inset
21832
21833
21834 \end_layout
21835
21836 \end_inset
21837 </cell>
21838 </row>
21839 <row>
21840 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21841 \begin_inset Text
21842
21843 \begin_layout Plain Layout
21844
21845 \backslash
21846 P
21847 \end_layout
21848
21849 \end_inset
21850 </cell>
21851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21852 \begin_inset Text
21853
21854 \begin_layout Plain Layout
21855 \begin_inset Formula $\P$
21856 \end_inset
21857
21858
21859 \end_layout
21860
21861 \end_inset
21862 </cell>
21863 </row>
21864 <row>
21865 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21866 \begin_inset Text
21867
21868 \begin_layout Plain Layout
21869
21870 \backslash
21871 copyright
21872 \end_layout
21873
21874 \end_inset
21875 </cell>
21876 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21877 \begin_inset Text
21878
21879 \begin_layout Plain Layout
21880 \begin_inset Formula $\copyright$
21881 \end_inset
21882
21883
21884 \end_layout
21885
21886 \end_inset
21887 </cell>
21888 </row>
21889 <row>
21890 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21891 \begin_inset Text
21892
21893 \begin_layout Plain Layout
21894
21895 \backslash
21896 circledR
21897 \end_layout
21898
21899 \end_inset
21900 </cell>
21901 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21902 \begin_inset Text
21903
21904 \begin_layout Plain Layout
21905 \begin_inset Formula $\circledR$
21906 \end_inset
21907
21908
21909 \end_layout
21910
21911 \end_inset
21912 </cell>
21913 </row>
21914 <row>
21915 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21916 \begin_inset Text
21917
21918 \begin_layout Plain Layout
21919
21920 \backslash
21921 maltese
21922 \end_layout
21923
21924 \end_inset
21925 </cell>
21926 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21927 \begin_inset Text
21928
21929 \begin_layout Plain Layout
21930 \begin_inset Formula $\maltese$
21931 \end_inset
21932
21933
21934 \end_layout
21935
21936 \end_inset
21937 </cell>
21938 </row>
21939 <row>
21940 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21941 \begin_inset Text
21942
21943 \begin_layout Plain Layout
21944
21945 \backslash
21946 diagup
21947 \end_layout
21948
21949 \end_inset
21950 </cell>
21951 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21952 \begin_inset Text
21953
21954 \begin_layout Plain Layout
21955 \begin_inset Formula $\diagup$
21956 \end_inset
21957
21958
21959 \end_layout
21960
21961 \end_inset
21962 </cell>
21963 </row>
21964 <row>
21965 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21966 \begin_inset Text
21967
21968 \begin_layout Plain Layout
21969
21970 \backslash
21971 diagdown
21972 \end_layout
21973
21974 \end_inset
21975 </cell>
21976 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21977 \begin_inset Text
21978
21979 \begin_layout Plain Layout
21980 \begin_inset Formula $\diagdown$
21981 \end_inset
21982
21983
21984 \end_layout
21985
21986 \end_inset
21987 </cell>
21988 </row>
21989 </lyxtabular>
21990
21991 \end_inset
21992
21993
21994 \end_layout
21995
21996 \begin_layout Standard
21997 \begin_inset VSpace medskip
21998 \end_inset
21999
22000 ここにある以上の記号が、第
22001 \begin_inset CommandInset ref
22002 LatexCommand ref
22003 reference "sub:他の特殊文字"
22004
22005 \end_inset
22006
22007 節に挙げてあります。
22008 \end_layout
22009
22010 \begin_layout Standard
22011 寸法を変えて表示することのできる記号もあります。第
22012 \begin_inset CommandInset ref
22013 LatexCommand ref
22014 reference "sub:書体寸法"
22015
22016 \end_inset
22017
22018 節をご参照下さい。
22019 \end_layout
22020
22021 \begin_layout Subsection
22022 ユーロ通貨記号
22023 \begin_inset Index idx
22024 status collapsed
22025
22026 \begin_layout Plain Layout
22027 きごう@記号 ! ゆーろつうかきごう@ユーロ通貨記号
22028 \end_layout
22029
22030 \end_inset
22031
22032
22033 \begin_inset Index idx
22034 status collapsed
22035
22036 \begin_layout Plain Layout
22037
22038 \backslash
22039 @
22040 \begin_inset ERT
22041 status collapsed
22042
22043 \begin_layout Plain Layout
22044
22045
22046 \backslash
22047 officialeuro
22048 \end_layout
22049
22050 \end_inset
22051
22052
22053 \end_layout
22054
22055 \end_inset
22056
22057
22058 \end_layout
22059
22060 \begin_layout Standard
22061 ユーロ通貨記号を数式で使用するには、LaTeXパッケージ
22062 \series bold
22063 eurosym
22064 \series default
22065
22066 \begin_inset Index idx
22067 status collapsed
22068
22069 \begin_layout Plain Layout
22070 ぱっけーじ@パッケージ ! eurosym
22071 \end_layout
22072
22073 \end_inset
22074
22075 が導入されていて、以下のようなLaTeXプリアンブル行によって読み込まれていなくてはなりません。
22076 \end_layout
22077
22078 \begin_layout Standard
22079
22080 \series bold
22081
22082 \backslash
22083 usepackage[gennarrow]{eurosym}
22084 \end_layout
22085
22086 \begin_layout Standard
22087 すると、ユーロ通貨記号を
22088 \series bold
22089
22090 \backslash
22091 euro
22092 \series default
22093
22094 \begin_inset Index idx
22095 status collapsed
22096
22097 \begin_layout Plain Layout
22098 こまんど@コマンド ! E ! 
22099 \backslash
22100 euro
22101 \end_layout
22102
22103 \end_inset
22104
22105 コマンドで挿入することができるようになります。
22106 \end_layout
22107
22108 \begin_layout Standard
22109 数式テキストには、
22110 \series bold
22111 eurosym
22112 \series default
22113 が導入されていなくても、ユーロ通貨記号を直接キーボードを使って(あれば)挿入することができます。
22114 \series bold
22115 eurosym
22116 \series default
22117 が導入されていれば、
22118 \series bold
22119
22120 \backslash
22121 euro
22122 \series default
22123 はTeXモードでも挿入することができます。また、正式な通貨記号を
22124 \series bold
22125
22126 \backslash
22127 officialeuro
22128 \series default
22129
22130 \begin_inset Index idx
22131 status collapsed
22132
22133 \begin_layout Plain Layout
22134 こまんど@コマンド ! O ! 
22135 \backslash
22136 officialeuro
22137 \end_layout
22138
22139 \end_inset
22140
22141 コマンド(これはTeXモードでのみ使用することができます)で挿入することができます。
22142 \end_layout
22143
22144 \begin_layout Standard
22145 \begin_inset ERT
22146 status collapsed
22147
22148 \begin_layout Plain Layout
22149
22150
22151 \backslash
22152 ifeurosym 
22153 \end_layout
22154
22155 \end_inset
22156
22157
22158 \begin_inset Note Note
22159 status open
22160
22161 \begin_layout Plain Layout
22162 以下の表は、LaTeXパッケージ
22163 \series bold
22164 eurosym
22165 \series default
22166 が導入済みのときのみ表示されます。
22167 \end_layout
22168
22169 \end_inset
22170
22171
22172 \end_layout
22173
22174 \begin_layout Standard
22175 以下は、各ユーロ通貨記号のまとめです。
22176 \end_layout
22177
22178 \begin_layout Standard
22179 \align center
22180 \begin_inset Tabular
22181 <lyxtabular version="3" rows="4" columns="3">
22182 <features rotate="0" tabularvalignment="middle">
22183 <column alignment="center" valignment="top" width="0pt">
22184 <column alignment="center" valignment="top" width="0pt">
22185 <column alignment="center" valignment="top" width="0pt">
22186 <row>
22187 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22188 \begin_inset Text
22189
22190 \begin_layout Plain Layout
22191
22192 \end_layout
22193
22194 \end_inset
22195 </cell>
22196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22197 \begin_inset Text
22198
22199 \begin_layout Plain Layout
22200 コマンド
22201 \end_layout
22202
22203 \end_inset
22204 </cell>
22205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22206 \begin_inset Text
22207
22208 \begin_layout Plain Layout
22209 出力
22210 \end_layout
22211
22212 \end_inset
22213 </cell>
22214 </row>
22215 <row>
22216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22217 \begin_inset Text
22218
22219 \begin_layout Plain Layout
22220 数式
22221 \end_layout
22222
22223 \end_inset
22224 </cell>
22225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22226 \begin_inset Text
22227
22228 \begin_layout Plain Layout
22229
22230 \backslash
22231 euro
22232 \end_layout
22233
22234 \end_inset
22235 </cell>
22236 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22237 \begin_inset Text
22238
22239 \begin_layout Plain Layout
22240 \begin_inset Formula $\euro$
22241 \end_inset
22242
22243
22244 \end_layout
22245
22246 \end_inset
22247 </cell>
22248 </row>
22249 <row>
22250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22251 \begin_inset Text
22252
22253 \begin_layout Plain Layout
22254 数式テキスト
22255 \end_layout
22256
22257 \end_inset
22258 </cell>
22259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22260 \begin_inset Text
22261
22262 \begin_layout Plain Layout
22263 (ユーロ記号)
22264 \end_layout
22265
22266 \end_inset
22267 </cell>
22268 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22269 \begin_inset Text
22270
22271 \begin_layout Plain Layout
22272 (ユーロ記号)
22273 \end_layout
22274
22275 \end_inset
22276 </cell>
22277 </row>
22278 <row>
22279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22280 \begin_inset Text
22281
22282 \begin_layout Plain Layout
22283 TeXモード
22284 \end_layout
22285
22286 \end_inset
22287 </cell>
22288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22289 \begin_inset Text
22290
22291 \begin_layout Plain Layout
22292
22293 \backslash
22294 officialeuro
22295 \end_layout
22296
22297 \end_inset
22298 </cell>
22299 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22300 \begin_inset Text
22301
22302 \begin_layout Plain Layout
22303 \begin_inset ERT
22304 status collapsed
22305
22306 \begin_layout Plain Layout
22307
22308
22309 \backslash
22310 officialeuro
22311 \end_layout
22312
22313 \end_inset
22314
22315
22316 \end_layout
22317
22318 \end_inset
22319 </cell>
22320 </row>
22321 </lyxtabular>
22322
22323 \end_inset
22324
22325
22326 \end_layout
22327
22328 \begin_layout Standard
22329 \begin_inset ERT
22330 status collapsed
22331
22332 \begin_layout Plain Layout
22333
22334
22335 \backslash
22336 else 
22337 \end_layout
22338
22339 \end_inset
22340
22341
22342 \begin_inset Note Note
22343 status open
22344
22345 \begin_layout Plain Layout
22346 以下は、LaTeXパッケージ
22347 \series bold
22348 eurosym
22349 \series default
22350 が導入されていないときのみ表示されます。
22351 \end_layout
22352
22353 \end_inset
22354
22355
22356 \end_layout
22357
22358 \begin_layout Standard
22359 本節の残りを出力としてみるためには、LaTeXパッケージ
22360 \series bold
22361 eurosym
22362 \series default
22363 を導入する必要があります。
22364 \end_layout
22365
22366 \begin_layout Standard
22367 \begin_inset ERT
22368 status collapsed
22369
22370 \begin_layout Plain Layout
22371
22372
22373 \backslash
22374 fi 
22375 \end_layout
22376
22377 \end_inset
22378
22379
22380 \end_layout
22381
22382 \begin_layout Section
22383 関係子
22384 \begin_inset CommandInset label
22385 LatexCommand label
22386 name "sec:関係子"
22387
22388 \end_inset
22389
22390
22391 \begin_inset Index idx
22392 status collapsed
22393
22394 \begin_layout Plain Layout
22395 かんけいし@関係子
22396 \end_layout
22397
22398 \end_inset
22399
22400
22401 \begin_inset Index idx
22402 status collapsed
22403
22404 \begin_layout Plain Layout
22405 ひかくし@比較子|see
22406 \begin_inset ERT
22407 status collapsed
22408
22409 \begin_layout Plain Layout
22410
22411 {
22412 \end_layout
22413
22414 \end_inset
22415
22416 関係子
22417 \begin_inset ERT
22418 status collapsed
22419
22420 \begin_layout Plain Layout
22421
22422 }
22423 \end_layout
22424
22425 \end_inset
22426
22427
22428 \end_layout
22429
22430 \end_inset
22431
22432
22433 \end_layout
22434
22435 \begin_layout Standard
22436 関係子はすべて、ツールバーボタンの
22437 \begin_inset Graphics
22438         filename ../../images/math/leq.png
22439         scale 85
22440
22441 \end_inset
22442
22443 でも挿入することができます。
22444 \end_layout
22445
22446 \begin_layout Standard
22447 \begin_inset space \hfill{}
22448 \end_inset
22449
22450
22451 \begin_inset Tabular
22452 <lyxtabular version="3" rows="17" columns="2">
22453 <features rotate="0" tabularvalignment="middle">
22454 <column alignment="center" valignment="top" width="0pt">
22455 <column alignment="center" valignment="top" width="0pt">
22456 <row>
22457 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22458 \begin_inset Text
22459
22460 \begin_layout Plain Layout
22461 コマンド
22462 \end_layout
22463
22464 \end_inset
22465 </cell>
22466 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22467 \begin_inset Text
22468
22469 \begin_layout Plain Layout
22470 出力
22471 \end_layout
22472
22473 \end_inset
22474 </cell>
22475 </row>
22476 <row>
22477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22478 \begin_inset Text
22479
22480 \begin_layout Plain Layout
22481 \begin_inset Formula $<$
22482 \end_inset
22483
22484
22485 \end_layout
22486
22487 \end_inset
22488 </cell>
22489 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22490 \begin_inset Text
22491
22492 \begin_layout Plain Layout
22493 \begin_inset Formula $<$
22494 \end_inset
22495
22496
22497 \end_layout
22498
22499 \end_inset
22500 </cell>
22501 </row>
22502 <row>
22503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22504 \begin_inset Text
22505
22506 \begin_layout Plain Layout
22507
22508 \backslash
22509 le
22510 \end_layout
22511
22512 \end_inset
22513 </cell>
22514 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22515 \begin_inset Text
22516
22517 \begin_layout Plain Layout
22518 \begin_inset Formula $\le$
22519 \end_inset
22520
22521
22522 \end_layout
22523
22524 \end_inset
22525 </cell>
22526 </row>
22527 <row>
22528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22529 \begin_inset Text
22530
22531 \begin_layout Plain Layout
22532
22533 \backslash
22534 ll
22535 \end_layout
22536
22537 \end_inset
22538 </cell>
22539 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22540 \begin_inset Text
22541
22542 \begin_layout Plain Layout
22543 \begin_inset Formula $\ll$
22544 \end_inset
22545
22546
22547 \end_layout
22548
22549 \end_inset
22550 </cell>
22551 </row>
22552 <row>
22553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22554 \begin_inset Text
22555
22556 \begin_layout Plain Layout
22557
22558 \backslash
22559 prec
22560 \end_layout
22561
22562 \end_inset
22563 </cell>
22564 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22565 \begin_inset Text
22566
22567 \begin_layout Plain Layout
22568 \begin_inset Formula $\prec$
22569 \end_inset
22570
22571
22572 \end_layout
22573
22574 \end_inset
22575 </cell>
22576 </row>
22577 <row>
22578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22579 \begin_inset Text
22580
22581 \begin_layout Plain Layout
22582
22583 \backslash
22584 preceq
22585 \end_layout
22586
22587 \end_inset
22588 </cell>
22589 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22590 \begin_inset Text
22591
22592 \begin_layout Plain Layout
22593 \begin_inset Formula $\preceq$
22594 \end_inset
22595
22596
22597 \end_layout
22598
22599 \end_inset
22600 </cell>
22601 </row>
22602 <row>
22603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22604 \begin_inset Text
22605
22606 \begin_layout Plain Layout
22607
22608 \backslash
22609 subset
22610 \end_layout
22611
22612 \end_inset
22613 </cell>
22614 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22615 \begin_inset Text
22616
22617 \begin_layout Plain Layout
22618 \begin_inset Formula $\subset$
22619 \end_inset
22620
22621
22622 \end_layout
22623
22624 \end_inset
22625 </cell>
22626 </row>
22627 <row>
22628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22629 \begin_inset Text
22630
22631 \begin_layout Plain Layout
22632
22633 \backslash
22634 subseteq
22635 \end_layout
22636
22637 \end_inset
22638 </cell>
22639 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22640 \begin_inset Text
22641
22642 \begin_layout Plain Layout
22643 \begin_inset Formula $\subseteq$
22644 \end_inset
22645
22646
22647 \end_layout
22648
22649 \end_inset
22650 </cell>
22651 </row>
22652 <row>
22653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22654 \begin_inset Text
22655
22656 \begin_layout Plain Layout
22657
22658 \backslash
22659 sqsubseteq
22660 \end_layout
22661
22662 \end_inset
22663 </cell>
22664 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22665 \begin_inset Text
22666
22667 \begin_layout Plain Layout
22668 \begin_inset Formula $\sqsubseteq$
22669 \end_inset
22670
22671
22672 \end_layout
22673
22674 \end_inset
22675 </cell>
22676 </row>
22677 <row>
22678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22679 \begin_inset Text
22680
22681 \begin_layout Plain Layout
22682
22683 \backslash
22684 in
22685 \end_layout
22686
22687 \end_inset
22688 </cell>
22689 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22690 \begin_inset Text
22691
22692 \begin_layout Plain Layout
22693 \begin_inset Formula $\in$
22694 \end_inset
22695
22696
22697 \end_layout
22698
22699 \end_inset
22700 </cell>
22701 </row>
22702 <row>
22703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22704 \begin_inset Text
22705
22706 \begin_layout Plain Layout
22707
22708 \backslash
22709 vdash
22710 \end_layout
22711
22712 \end_inset
22713 </cell>
22714 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22715 \begin_inset Text
22716
22717 \begin_layout Plain Layout
22718 \begin_inset Formula $\vdash$
22719 \end_inset
22720
22721
22722 \end_layout
22723
22724 \end_inset
22725 </cell>
22726 </row>
22727 <row>
22728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22729 \begin_inset Text
22730
22731 \begin_layout Plain Layout
22732
22733 \backslash
22734 smile
22735 \end_layout
22736
22737 \end_inset
22738 </cell>
22739 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22740 \begin_inset Text
22741
22742 \begin_layout Plain Layout
22743 \begin_inset Formula $\smile$
22744 \end_inset
22745
22746
22747 \end_layout
22748
22749 \end_inset
22750 </cell>
22751 </row>
22752 <row>
22753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22754 \begin_inset Text
22755
22756 \begin_layout Plain Layout
22757
22758 \backslash
22759 lhd
22760 \end_layout
22761
22762 \end_inset
22763 </cell>
22764 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22765 \begin_inset Text
22766
22767 \begin_layout Plain Layout
22768 \begin_inset Formula $\lhd$
22769 \end_inset
22770
22771
22772 \end_layout
22773
22774 \end_inset
22775 </cell>
22776 </row>
22777 <row>
22778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22779 \begin_inset Text
22780
22781 \begin_layout Plain Layout
22782
22783 \backslash
22784 unlhd
22785 \end_layout
22786
22787 \end_inset
22788 </cell>
22789 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22790 \begin_inset Text
22791
22792 \begin_layout Plain Layout
22793 \begin_inset Formula $\unlhd$
22794 \end_inset
22795
22796
22797 \end_layout
22798
22799 \end_inset
22800 </cell>
22801 </row>
22802 <row>
22803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22804 \begin_inset Text
22805
22806 \begin_layout Plain Layout
22807
22808 \backslash
22809 gtrless
22810 \end_layout
22811
22812 \end_inset
22813 </cell>
22814 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22815 \begin_inset Text
22816
22817 \begin_layout Plain Layout
22818 \begin_inset Formula $\gtrless$
22819 \end_inset
22820
22821
22822 \end_layout
22823
22824 \end_inset
22825 </cell>
22826 </row>
22827 <row>
22828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22829 \begin_inset Text
22830
22831 \begin_layout Plain Layout
22832
22833 \backslash
22834 mid
22835 \end_layout
22836
22837 \end_inset
22838 </cell>
22839 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22840 \begin_inset Text
22841
22842 \begin_layout Plain Layout
22843 \begin_inset Formula $\mid$
22844 \end_inset
22845
22846
22847 \end_layout
22848
22849 \end_inset
22850 </cell>
22851 </row>
22852 <row>
22853 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22854 \begin_inset Text
22855
22856 \begin_layout Plain Layout
22857
22858 \backslash
22859 nmid
22860 \end_layout
22861
22862 \end_inset
22863 </cell>
22864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22865 \begin_inset Text
22866
22867 \begin_layout Plain Layout
22868 \begin_inset Formula $\nmid$
22869 \end_inset
22870
22871
22872 \end_layout
22873
22874 \end_inset
22875 </cell>
22876 </row>
22877 </lyxtabular>
22878
22879 \end_inset
22880
22881
22882 \begin_inset space \hfill{}
22883 \end_inset
22884
22885
22886 \begin_inset Tabular
22887 <lyxtabular version="3" rows="17" columns="2">
22888 <features rotate="0" tabularvalignment="middle">
22889 <column alignment="center" valignment="top" width="0pt">
22890 <column alignment="center" valignment="top" width="0pt">
22891 <row>
22892 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22893 \begin_inset Text
22894
22895 \begin_layout Plain Layout
22896 コマンド
22897 \end_layout
22898
22899 \end_inset
22900 </cell>
22901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22902 \begin_inset Text
22903
22904 \begin_layout Plain Layout
22905 出力
22906 \end_layout
22907
22908 \end_inset
22909 </cell>
22910 </row>
22911 <row>
22912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22913 \begin_inset Text
22914
22915 \begin_layout Plain Layout
22916 =
22917 \end_layout
22918
22919 \end_inset
22920 </cell>
22921 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22922 \begin_inset Text
22923
22924 \begin_layout Plain Layout
22925 \begin_inset Formula $=$
22926 \end_inset
22927
22928
22929 \end_layout
22930
22931 \end_inset
22932 </cell>
22933 </row>
22934 <row>
22935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22936 \begin_inset Text
22937
22938 \begin_layout Plain Layout
22939
22940 \backslash
22941 not=
22942 \end_layout
22943
22944 \end_inset
22945 </cell>
22946 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22947 \begin_inset Text
22948
22949 \begin_layout Plain Layout
22950 \begin_inset Formula $\not=$
22951 \end_inset
22952
22953
22954 \end_layout
22955
22956 \end_inset
22957 </cell>
22958 </row>
22959 <row>
22960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22961 \begin_inset Text
22962
22963 \begin_layout Plain Layout
22964
22965 \backslash
22966 equiv
22967 \end_layout
22968
22969 \end_inset
22970 </cell>
22971 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22972 \begin_inset Text
22973
22974 \begin_layout Plain Layout
22975 \begin_inset Formula $\equiv$
22976 \end_inset
22977
22978
22979 \end_layout
22980
22981 \end_inset
22982 </cell>
22983 </row>
22984 <row>
22985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22986 \begin_inset Text
22987
22988 \begin_layout Plain Layout
22989
22990 \backslash
22991 sim
22992 \end_layout
22993
22994 \end_inset
22995 </cell>
22996 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22997 \begin_inset Text
22998
22999 \begin_layout Plain Layout
23000 \begin_inset Formula $\sim$
23001 \end_inset
23002
23003
23004 \end_layout
23005
23006 \end_inset
23007 </cell>
23008 </row>
23009 <row>
23010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23011 \begin_inset Text
23012
23013 \begin_layout Plain Layout
23014
23015 \backslash
23016 simeq
23017 \end_layout
23018
23019 \end_inset
23020 </cell>
23021 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23022 \begin_inset Text
23023
23024 \begin_layout Plain Layout
23025 \begin_inset Formula $\simeq$
23026 \end_inset
23027
23028
23029 \end_layout
23030
23031 \end_inset
23032 </cell>
23033 </row>
23034 <row>
23035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23036 \begin_inset Text
23037
23038 \begin_layout Plain Layout
23039
23040 \backslash
23041 approx
23042 \end_layout
23043
23044 \end_inset
23045 </cell>
23046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23047 \begin_inset Text
23048
23049 \begin_layout Plain Layout
23050 \begin_inset Formula $\approx$
23051 \end_inset
23052
23053
23054 \end_layout
23055
23056 \end_inset
23057 </cell>
23058 </row>
23059 <row>
23060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23061 \begin_inset Text
23062
23063 \begin_layout Plain Layout
23064
23065 \backslash
23066 cong
23067 \end_layout
23068
23069 \end_inset
23070 </cell>
23071 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23072 \begin_inset Text
23073
23074 \begin_layout Plain Layout
23075 \begin_inset Formula $\cong$
23076 \end_inset
23077
23078
23079 \end_layout
23080
23081 \end_inset
23082 </cell>
23083 </row>
23084 <row>
23085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23086 \begin_inset Text
23087
23088 \begin_layout Plain Layout
23089
23090 \backslash
23091 bowtie
23092 \end_layout
23093
23094 \end_inset
23095 </cell>
23096 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23097 \begin_inset Text
23098
23099 \begin_layout Plain Layout
23100 \begin_inset Formula $\bowtie$
23101 \end_inset
23102
23103
23104 \end_layout
23105
23106 \end_inset
23107 </cell>
23108 </row>
23109 <row>
23110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23111 \begin_inset Text
23112
23113 \begin_layout Plain Layout
23114
23115 \backslash
23116 notin
23117 \end_layout
23118
23119 \end_inset
23120 </cell>
23121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23122 \begin_inset Text
23123
23124 \begin_layout Plain Layout
23125 \begin_inset Formula $\notin$
23126 \end_inset
23127
23128
23129 \end_layout
23130
23131 \end_inset
23132 </cell>
23133 </row>
23134 <row>
23135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23136 \begin_inset Text
23137
23138 \begin_layout Plain Layout
23139
23140 \backslash
23141 perp
23142 \end_layout
23143
23144 \end_inset
23145 </cell>
23146 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23147 \begin_inset Text
23148
23149 \begin_layout Plain Layout
23150 \begin_inset Formula $\perp$
23151 \end_inset
23152
23153
23154 \end_layout
23155
23156 \end_inset
23157 </cell>
23158 </row>
23159 <row>
23160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23161 \begin_inset Text
23162
23163 \begin_layout Plain Layout
23164
23165 \backslash
23166 propto
23167 \end_layout
23168
23169 \end_inset
23170 </cell>
23171 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23172 \begin_inset Text
23173
23174 \begin_layout Plain Layout
23175 \begin_inset Formula $\propto$
23176 \end_inset
23177
23178
23179 \end_layout
23180
23181 \end_inset
23182 </cell>
23183 </row>
23184 <row>
23185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23186 \begin_inset Text
23187
23188 \begin_layout Plain Layout
23189
23190 \backslash
23191 asymp
23192 \end_layout
23193
23194 \end_inset
23195 </cell>
23196 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23197 \begin_inset Text
23198
23199 \begin_layout Plain Layout
23200 \begin_inset Formula $\asymp$
23201 \end_inset
23202
23203
23204 \end_layout
23205
23206 \end_inset
23207 </cell>
23208 </row>
23209 <row>
23210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23211 \begin_inset Text
23212
23213 \begin_layout Plain Layout
23214
23215 \backslash
23216 doteq
23217 \end_layout
23218
23219 \end_inset
23220 </cell>
23221 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23222 \begin_inset Text
23223
23224 \begin_layout Plain Layout
23225 \begin_inset Formula $\doteq$
23226 \end_inset
23227
23228
23229 \end_layout
23230
23231 \end_inset
23232 </cell>
23233 </row>
23234 <row>
23235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23236 \begin_inset Text
23237
23238 \begin_layout Plain Layout
23239
23240 \backslash
23241 circeq
23242 \end_layout
23243
23244 \end_inset
23245 </cell>
23246 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23247 \begin_inset Text
23248
23249 \begin_layout Plain Layout
23250 \begin_inset Formula $\circeq$
23251 \end_inset
23252
23253
23254 \end_layout
23255
23256 \end_inset
23257 </cell>
23258 </row>
23259 <row>
23260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23261 \begin_inset Text
23262
23263 \begin_layout Plain Layout
23264
23265 \backslash
23266 models
23267 \end_layout
23268
23269 \end_inset
23270 </cell>
23271 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23272 \begin_inset Text
23273
23274 \begin_layout Plain Layout
23275 \begin_inset Formula $\models$
23276 \end_inset
23277
23278
23279 \end_layout
23280
23281 \end_inset
23282 </cell>
23283 </row>
23284 <row>
23285 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23286 \begin_inset Text
23287
23288 \begin_layout Plain Layout
23289
23290 \backslash
23291 widehat=
23292 \end_layout
23293
23294 \end_inset
23295 </cell>
23296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23297 \begin_inset Text
23298
23299 \begin_layout Plain Layout
23300 \begin_inset Formula $\widehat{=}$
23301 \end_inset
23302
23303
23304 \end_layout
23305
23306 \end_inset
23307 </cell>
23308 </row>
23309 </lyxtabular>
23310
23311 \end_inset
23312
23313
23314 \begin_inset space \hfill{}
23315 \end_inset
23316
23317
23318 \begin_inset Tabular
23319 <lyxtabular version="3" rows="17" columns="2">
23320 <features rotate="0" tabularvalignment="middle">
23321 <column alignment="center" valignment="top" width="0pt">
23322 <column alignment="center" valignment="top" width="0pt">
23323 <row>
23324 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23325 \begin_inset Text
23326
23327 \begin_layout Plain Layout
23328
23329 \family roman
23330 \series medium
23331 \shape up
23332 \size normal
23333 \emph off
23334 \bar no
23335 \noun off
23336 \color none
23337 コマンド
23338 \end_layout
23339
23340 \end_inset
23341 </cell>
23342 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23343 \begin_inset Text
23344
23345 \begin_layout Plain Layout
23346
23347 \family roman
23348 \series medium
23349 \shape up
23350 \size normal
23351 \emph off
23352 \bar no
23353 \noun off
23354 \color none
23355 出力
23356 \end_layout
23357
23358 \end_inset
23359 </cell>
23360 </row>
23361 <row>
23362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23363 \begin_inset Text
23364
23365 \begin_layout Plain Layout
23366 \begin_inset Formula $>$
23367 \end_inset
23368
23369
23370 \end_layout
23371
23372 \end_inset
23373 </cell>
23374 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23375 \begin_inset Text
23376
23377 \begin_layout Plain Layout
23378 \begin_inset Formula $>$
23379 \end_inset
23380
23381
23382 \end_layout
23383
23384 \end_inset
23385 </cell>
23386 </row>
23387 <row>
23388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23389 \begin_inset Text
23390
23391 \begin_layout Plain Layout
23392
23393 \backslash
23394 ge
23395 \end_layout
23396
23397 \end_inset
23398 </cell>
23399 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23400 \begin_inset Text
23401
23402 \begin_layout Plain Layout
23403 \begin_inset Formula $\ge$
23404 \end_inset
23405
23406
23407 \end_layout
23408
23409 \end_inset
23410 </cell>
23411 </row>
23412 <row>
23413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23414 \begin_inset Text
23415
23416 \begin_layout Plain Layout
23417
23418 \backslash
23419 gg
23420 \end_layout
23421
23422 \end_inset
23423 </cell>
23424 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23425 \begin_inset Text
23426
23427 \begin_layout Plain Layout
23428 \begin_inset Formula $\gg$
23429 \end_inset
23430
23431
23432 \end_layout
23433
23434 \end_inset
23435 </cell>
23436 </row>
23437 <row>
23438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23439 \begin_inset Text
23440
23441 \begin_layout Plain Layout
23442
23443 \backslash
23444 succ
23445 \end_layout
23446
23447 \end_inset
23448 </cell>
23449 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23450 \begin_inset Text
23451
23452 \begin_layout Plain Layout
23453 \begin_inset Formula $\succ$
23454 \end_inset
23455
23456
23457 \end_layout
23458
23459 \end_inset
23460 </cell>
23461 </row>
23462 <row>
23463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23464 \begin_inset Text
23465
23466 \begin_layout Plain Layout
23467
23468 \backslash
23469 succeq
23470 \end_layout
23471
23472 \end_inset
23473 </cell>
23474 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23475 \begin_inset Text
23476
23477 \begin_layout Plain Layout
23478 \begin_inset Formula $\succeq$
23479 \end_inset
23480
23481
23482 \end_layout
23483
23484 \end_inset
23485 </cell>
23486 </row>
23487 <row>
23488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23489 \begin_inset Text
23490
23491 \begin_layout Plain Layout
23492
23493 \backslash
23494 supset
23495 \end_layout
23496
23497 \end_inset
23498 </cell>
23499 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23500 \begin_inset Text
23501
23502 \begin_layout Plain Layout
23503 \begin_inset Formula $\supset$
23504 \end_inset
23505
23506
23507 \end_layout
23508
23509 \end_inset
23510 </cell>
23511 </row>
23512 <row>
23513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23514 \begin_inset Text
23515
23516 \begin_layout Plain Layout
23517
23518 \backslash
23519 supseteq
23520 \end_layout
23521
23522 \end_inset
23523 </cell>
23524 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23525 \begin_inset Text
23526
23527 \begin_layout Plain Layout
23528 \begin_inset Formula $\supseteq$
23529 \end_inset
23530
23531
23532 \end_layout
23533
23534 \end_inset
23535 </cell>
23536 </row>
23537 <row>
23538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23539 \begin_inset Text
23540
23541 \begin_layout Plain Layout
23542
23543 \backslash
23544 sqsupseteq
23545 \end_layout
23546
23547 \end_inset
23548 </cell>
23549 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23550 \begin_inset Text
23551
23552 \begin_layout Plain Layout
23553 \begin_inset Formula $\sqsupseteq$
23554 \end_inset
23555
23556
23557 \end_layout
23558
23559 \end_inset
23560 </cell>
23561 </row>
23562 <row>
23563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23564 \begin_inset Text
23565
23566 \begin_layout Plain Layout
23567
23568 \backslash
23569 ni
23570 \end_layout
23571
23572 \end_inset
23573 </cell>
23574 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23575 \begin_inset Text
23576
23577 \begin_layout Plain Layout
23578 \begin_inset Formula $\ni$
23579 \end_inset
23580
23581
23582 \end_layout
23583
23584 \end_inset
23585 </cell>
23586 </row>
23587 <row>
23588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23589 \begin_inset Text
23590
23591 \begin_layout Plain Layout
23592
23593 \backslash
23594 dashv
23595 \end_layout
23596
23597 \end_inset
23598 </cell>
23599 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23600 \begin_inset Text
23601
23602 \begin_layout Plain Layout
23603 \begin_inset Formula $\dashv$
23604 \end_inset
23605
23606
23607 \end_layout
23608
23609 \end_inset
23610 </cell>
23611 </row>
23612 <row>
23613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23614 \begin_inset Text
23615
23616 \begin_layout Plain Layout
23617
23618 \backslash
23619 frown
23620 \end_layout
23621
23622 \end_inset
23623 </cell>
23624 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23625 \begin_inset Text
23626
23627 \begin_layout Plain Layout
23628 \begin_inset Formula $\frown$
23629 \end_inset
23630
23631
23632 \end_layout
23633
23634 \end_inset
23635 </cell>
23636 </row>
23637 <row>
23638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23639 \begin_inset Text
23640
23641 \begin_layout Plain Layout
23642
23643 \backslash
23644 rhd
23645 \end_layout
23646
23647 \end_inset
23648 </cell>
23649 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23650 \begin_inset Text
23651
23652 \begin_layout Plain Layout
23653 \begin_inset Formula $\rhd$
23654 \end_inset
23655
23656
23657 \end_layout
23658
23659 \end_inset
23660 </cell>
23661 </row>
23662 <row>
23663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23664 \begin_inset Text
23665
23666 \begin_layout Plain Layout
23667
23668 \backslash
23669 unrhd
23670 \end_layout
23671
23672 \end_inset
23673 </cell>
23674 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23675 \begin_inset Text
23676
23677 \begin_layout Plain Layout
23678 \begin_inset Formula $\unrhd$
23679 \end_inset
23680
23681
23682 \end_layout
23683
23684 \end_inset
23685 </cell>
23686 </row>
23687 <row>
23688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23689 \begin_inset Text
23690
23691 \begin_layout Plain Layout
23692
23693 \backslash
23694 lessgtr
23695 \end_layout
23696
23697 \end_inset
23698 </cell>
23699 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23700 \begin_inset Text
23701
23702 \begin_layout Plain Layout
23703 \begin_inset Formula $\lessgtr$
23704 \end_inset
23705
23706
23707 \end_layout
23708
23709 \end_inset
23710 </cell>
23711 </row>
23712 <row>
23713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23714 \begin_inset Text
23715
23716 \begin_layout Plain Layout
23717
23718 \backslash
23719 parallel
23720 \end_layout
23721
23722 \end_inset
23723 </cell>
23724 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23725 \begin_inset Text
23726
23727 \begin_layout Plain Layout
23728 \begin_inset Formula $\parallel$
23729 \end_inset
23730
23731
23732 \end_layout
23733
23734 \end_inset
23735 </cell>
23736 </row>
23737 <row>
23738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23739 \begin_inset Text
23740
23741 \begin_layout Plain Layout
23742
23743 \backslash
23744 nparallel
23745 \end_layout
23746
23747 \end_inset
23748 </cell>
23749 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23750 \begin_inset Text
23751
23752 \begin_layout Plain Layout
23753 \begin_inset Formula $\nparallel$
23754 \end_inset
23755
23756
23757 \end_layout
23758
23759 \end_inset
23760 </cell>
23761 </row>
23762 </lyxtabular>
23763
23764 \end_inset
23765
23766
23767 \begin_inset space \hfill{}
23768 \end_inset
23769
23770
23771 \end_layout
23772
23773 \begin_layout Standard
23774 \begin_inset VSpace medskip
23775 \end_inset
23776
23777
23778 \series bold
23779
23780 \backslash
23781 lhd
23782 \series default
23783
23784 \series bold
23785
23786 \backslash
23787 rhd
23788 \series default
23789 の文字は、同じように見える演算子
23790 \series bold
23791
23792 \backslash
23793 triangleleft
23794 \series default
23795 および
23796 \series bold
23797
23798 \backslash
23799 triangleright
23800 \series default
23801 よりも大きくなっています。
23802 \end_layout
23803
23804 \begin_layout Standard
23805 関係子は、記号とは違って、つねに前後に余白が置かれます。
23806 \end_layout
23807
23808 \begin_layout Standard
23809
23810 \series bold
23811
23812 \backslash
23813 stackrel
23814 \series default
23815
23816 \begin_inset Index idx
23817 status collapsed
23818
23819 \begin_layout Plain Layout
23820 こまんど@コマンド ! S ! 
23821 \backslash
23822 stackrel
23823 \end_layout
23824
23825 \end_inset
23826
23827 コマンドを使うと、以下のように、ラベル付きの関係子を作ることができます。
23828 \end_layout
23829
23830 \begin_layout Standard
23831 \align center
23832 \begin_inset Tabular
23833 <lyxtabular version="3" rows="2" columns="2">
23834 <features rotate="0" tabularvalignment="middle">
23835 <column alignment="center" valignment="top">
23836 <column alignment="center" valignment="top">
23837 <row>
23838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23839 \begin_inset Text
23840
23841 \begin_layout Plain Layout
23842 コマンド
23843 \end_layout
23844
23845 \end_inset
23846 </cell>
23847 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23848 \begin_inset Text
23849
23850 \begin_layout Plain Layout
23851 出力
23852 \begin_inset Note Note
23853 status collapsed
23854
23855 \begin_layout Plain Layout
23856 ここで
23857 \series bold
23858
23859 \backslash
23860 raisebox
23861 \series default
23862 はスペーサーとして使用しているだけです。
23863 \end_layout
23864
23865 \end_inset
23866
23867
23868 \end_layout
23869
23870 \end_inset
23871 </cell>
23872 </row>
23873 <row>
23874 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23875 \begin_inset Text
23876
23877 \begin_layout Plain Layout
23878 A(r)
23879 \backslash
23880 stackrel
23881 \begin_inset space \textvisiblespace{}
23882 \end_inset
23883
23884 r
23885 \backslash
23886 to
23887 \backslash
23888 infty
23889 \begin_inset space \textvisiblespace{}
23890 \end_inset
23891
23892
23893 \begin_inset Formula $\downarrow$
23894 \end_inset
23895
23896
23897 \backslash
23898 approx
23899 \begin_inset space \textvisiblespace{}
23900 \end_inset
23901
23902
23903 \begin_inset space \textvisiblespace{}
23904 \end_inset
23905
23906 B
23907 \end_layout
23908
23909 \end_inset
23910 </cell>
23911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23912 \begin_inset Text
23913
23914 \begin_layout Plain Layout
23915 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
23916 \end_inset
23917
23918
23919 \end_layout
23920
23921 \end_inset
23922 </cell>
23923 </row>
23924 </lyxtabular>
23925
23926 \end_inset
23927
23928
23929 \end_layout
23930
23931 \begin_layout Section
23932 関数
23933 \end_layout
23934
23935 \begin_layout Subsection
23936 定義済み関数
23937 \begin_inset CommandInset label
23938 LatexCommand label
23939 name "sub:定義済み函数"
23940
23941 \end_inset
23942
23943
23944 \begin_inset Index idx
23945 status collapsed
23946
23947 \begin_layout Plain Layout
23948 かんすう@関数 ! ていぎずみ@定義済み
23949 \end_layout
23950
23951 \end_inset
23952
23953
23954 \end_layout
23955
23956 \begin_layout Standard
23957 一般的に、数式表現では変数は
23958 \shape italic
23959 イタリック体
23960 \shape default
23961 に設定されますが、関数名はイタリック体にしません。なぜなら、
23962 \begin_inset Formula $sin$
23963 \end_inset
23964
23965
23966 \begin_inset Formula $s\cdot i\cdot n$
23967 \end_inset
23968
23969 であるかのように誤解させる恐れがあるためです。そのために、定義済み関数が存在し、これらは先行する要素よりも少し離れて配置されます。定義済み関数は、関数名の前にバ
23970 ックスラッシュを加えたコマンドとして挿入します。
23971 \end_layout
23972
23973 \begin_layout Standard
23974 \align center
23975 \begin_inset Tabular
23976 <lyxtabular version="3" rows="2" columns="4">
23977 <features rotate="0" tabularvalignment="middle">
23978 <column alignment="center" valignment="top" width="0pt">
23979 <column alignment="center" valignment="top" width="0pt">
23980 <column alignment="center" valignment="top" width="0pt">
23981 <column alignment="center" valignment="top" width="0pt">
23982 <row>
23983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23984 \begin_inset Text
23985
23986 \begin_layout Plain Layout
23987 コマンド
23988 \end_layout
23989
23990 \end_inset
23991 </cell>
23992 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23993 \begin_inset Text
23994
23995 \begin_layout Plain Layout
23996 出力
23997 \end_layout
23998
23999 \end_inset
24000 </cell>
24001 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24002 \begin_inset Text
24003
24004 \begin_layout Plain Layout
24005 コマンド
24006 \end_layout
24007
24008 \end_inset
24009 </cell>
24010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24011 \begin_inset Text
24012
24013 \begin_layout Plain Layout
24014 出力
24015 \end_layout
24016
24017 \end_inset
24018 </cell>
24019 </row>
24020 <row>
24021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24022 \begin_inset Text
24023
24024 \begin_layout Plain Layout
24025 Asin(x)+B
24026 \end_layout
24027
24028 \end_inset
24029 </cell>
24030 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24031 \begin_inset Text
24032
24033 \begin_layout Plain Layout
24034 \begin_inset Formula $Asin(x)+B$
24035 \end_inset
24036
24037
24038 \end_layout
24039
24040 \end_inset
24041 </cell>
24042 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24043 \begin_inset Text
24044
24045 \begin_layout Plain Layout
24046 A
24047 \backslash
24048 sin(x)+B
24049 \end_layout
24050
24051 \end_inset
24052 </cell>
24053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24054 \begin_inset Text
24055
24056 \begin_layout Plain Layout
24057 \begin_inset Formula $A\sin(x)+B$
24058 \end_inset
24059
24060
24061 \end_layout
24062
24063 \end_inset
24064 </cell>
24065 </row>
24066 </lyxtabular>
24067
24068 \end_inset
24069
24070
24071 \end_layout
24072
24073 \begin_layout Standard
24074 以下の関数が定義済みです。
24075 \end_layout
24076
24077 \begin_layout Standard
24078 \begin_inset VSpace -2mm
24079 \end_inset
24080
24081
24082 \end_layout
24083
24084 \begin_layout Standard
24085 \align center
24086 \begin_inset Tabular
24087 <lyxtabular version="3" rows="9" columns="4">
24088 <features rotate="0" tabularvalignment="middle">
24089 <column alignment="center" valignment="top" width="0pt">
24090 <column alignment="center" valignment="top" width="0pt">
24091 <column alignment="center" valignment="top" width="0pt">
24092 <column alignment="center" valignment="top" width="0pt">
24093 <row>
24094 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24095 \begin_inset Text
24096
24097 \begin_layout Plain Layout
24098 コマンド
24099 \end_layout
24100
24101 \end_inset
24102 </cell>
24103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24104 \begin_inset Text
24105
24106 \begin_layout Plain Layout
24107 コマンド
24108 \end_layout
24109
24110 \end_inset
24111 </cell>
24112 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24113 \begin_inset Text
24114
24115 \begin_layout Plain Layout
24116 コマンド
24117 \end_layout
24118
24119 \end_inset
24120 </cell>
24121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24122 \begin_inset Text
24123
24124 \begin_layout Plain Layout
24125 コマンド
24126 \end_layout
24127
24128 \end_inset
24129 </cell>
24130 </row>
24131 <row>
24132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24133 \begin_inset Text
24134
24135 \begin_layout Plain Layout
24136
24137 \backslash
24138 sin
24139 \end_layout
24140
24141 \end_inset
24142 </cell>
24143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24144 \begin_inset Text
24145
24146 \begin_layout Plain Layout
24147
24148 \backslash
24149 sinh
24150 \end_layout
24151
24152 \end_inset
24153 </cell>
24154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24155 \begin_inset Text
24156
24157 \begin_layout Plain Layout
24158
24159 \backslash
24160 arcsin
24161 \end_layout
24162
24163 \end_inset
24164 </cell>
24165 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24166 \begin_inset Text
24167
24168 \begin_layout Plain Layout
24169
24170 \backslash
24171 sup
24172 \end_layout
24173
24174 \end_inset
24175 </cell>
24176 </row>
24177 <row>
24178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24179 \begin_inset Text
24180
24181 \begin_layout Plain Layout
24182
24183 \backslash
24184 cos
24185 \end_layout
24186
24187 \end_inset
24188 </cell>
24189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24190 \begin_inset Text
24191
24192 \begin_layout Plain Layout
24193
24194 \backslash
24195 cosh
24196 \end_layout
24197
24198 \end_inset
24199 </cell>
24200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24201 \begin_inset Text
24202
24203 \begin_layout Plain Layout
24204
24205 \backslash
24206 arccos
24207 \end_layout
24208
24209 \end_inset
24210 </cell>
24211 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24212 \begin_inset Text
24213
24214 \begin_layout Plain Layout
24215
24216 \backslash
24217 inf
24218 \end_layout
24219
24220 \end_inset
24221 </cell>
24222 </row>
24223 <row>
24224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24225 \begin_inset Text
24226
24227 \begin_layout Plain Layout
24228
24229 \backslash
24230 tan
24231 \end_layout
24232
24233 \end_inset
24234 </cell>
24235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24236 \begin_inset Text
24237
24238 \begin_layout Plain Layout
24239
24240 \backslash
24241 tanh
24242 \end_layout
24243
24244 \end_inset
24245 </cell>
24246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24247 \begin_inset Text
24248
24249 \begin_layout Plain Layout
24250
24251 \backslash
24252 arctan
24253 \end_layout
24254
24255 \end_inset
24256 </cell>
24257 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24258 \begin_inset Text
24259
24260 \begin_layout Plain Layout
24261
24262 \backslash
24263 lim
24264 \end_layout
24265
24266 \end_inset
24267 </cell>
24268 </row>
24269 <row>
24270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24271 \begin_inset Text
24272
24273 \begin_layout Plain Layout
24274
24275 \backslash
24276 cot
24277 \end_layout
24278
24279 \end_inset
24280 </cell>
24281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24282 \begin_inset Text
24283
24284 \begin_layout Plain Layout
24285
24286 \backslash
24287 coth
24288 \end_layout
24289
24290 \end_inset
24291 </cell>
24292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24293 \begin_inset Text
24294
24295 \begin_layout Plain Layout
24296
24297 \backslash
24298 arg
24299 \end_layout
24300
24301 \end_inset
24302 </cell>
24303 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24304 \begin_inset Text
24305
24306 \begin_layout Plain Layout
24307
24308 \backslash
24309 liminf
24310 \end_layout
24311
24312 \end_inset
24313 </cell>
24314 </row>
24315 <row>
24316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24317 \begin_inset Text
24318
24319 \begin_layout Plain Layout
24320
24321 \backslash
24322 sec
24323 \end_layout
24324
24325 \end_inset
24326 </cell>
24327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24328 \begin_inset Text
24329
24330 \begin_layout Plain Layout
24331
24332 \backslash
24333 min
24334 \end_layout
24335
24336 \end_inset
24337 </cell>
24338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24339 \begin_inset Text
24340
24341 \begin_layout Plain Layout
24342
24343 \backslash
24344 deg
24345 \end_layout
24346
24347 \end_inset
24348 </cell>
24349 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24350 \begin_inset Text
24351
24352 \begin_layout Plain Layout
24353
24354 \backslash
24355 limsup
24356 \end_layout
24357
24358 \end_inset
24359 </cell>
24360 </row>
24361 <row>
24362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24363 \begin_inset Text
24364
24365 \begin_layout Plain Layout
24366
24367 \backslash
24368 csc
24369 \end_layout
24370
24371 \end_inset
24372 </cell>
24373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24374 \begin_inset Text
24375
24376 \begin_layout Plain Layout
24377
24378 \backslash
24379 max
24380 \end_layout
24381
24382 \end_inset
24383 </cell>
24384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24385 \begin_inset Text
24386
24387 \begin_layout Plain Layout
24388
24389 \backslash
24390 det
24391 \end_layout
24392
24393 \end_inset
24394 </cell>
24395 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24396 \begin_inset Text
24397
24398 \begin_layout Plain Layout
24399
24400 \backslash
24401 Pr
24402 \end_layout
24403
24404 \end_inset
24405 </cell>
24406 </row>
24407 <row>
24408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24409 \begin_inset Text
24410
24411 \begin_layout Plain Layout
24412
24413 \backslash
24414 ln
24415 \end_layout
24416
24417 \end_inset
24418 </cell>
24419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24420 \begin_inset Text
24421
24422 \begin_layout Plain Layout
24423
24424 \backslash
24425 exp
24426 \end_layout
24427
24428 \end_inset
24429 </cell>
24430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24431 \begin_inset Text
24432
24433 \begin_layout Plain Layout
24434
24435 \backslash
24436 dim
24437 \end_layout
24438
24439 \end_inset
24440 </cell>
24441 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24442 \begin_inset Text
24443
24444 \begin_layout Plain Layout
24445
24446 \backslash
24447 hom
24448 \end_layout
24449
24450 \end_inset
24451 </cell>
24452 </row>
24453 <row>
24454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24455 \begin_inset Text
24456
24457 \begin_layout Plain Layout
24458
24459 \backslash
24460 lg
24461 \end_layout
24462
24463 \end_inset
24464 </cell>
24465 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24466 \begin_inset Text
24467
24468 \begin_layout Plain Layout
24469
24470 \backslash
24471 log
24472 \end_layout
24473
24474 \end_inset
24475 </cell>
24476 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24477 \begin_inset Text
24478
24479 \begin_layout Plain Layout
24480
24481 \backslash
24482 ker
24483 \end_layout
24484
24485 \end_inset
24486 </cell>
24487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24488 \begin_inset Text
24489
24490 \begin_layout Plain Layout
24491
24492 \backslash
24493 gcd
24494 \end_layout
24495
24496 \end_inset
24497 </cell>
24498 </row>
24499 </lyxtabular>
24500
24501 \end_inset
24502
24503
24504 \end_layout
24505
24506 \begin_layout Standard
24507 上記は、数式ツールバーボタンの
24508 \begin_inset Graphics
24509         filename ../../images/math/functions.png
24510         scale 85
24511
24512 \end_inset
24513
24514 でも挿入することができます。
24515 \end_layout
24516
24517 \begin_layout Subsection
24518 自己定義関数
24519 \begin_inset Index idx
24520 status collapsed
24521
24522 \begin_layout Plain Layout
24523 かんすう@関数 ! じこていぎ@自己定義
24524 \end_layout
24525
24526 \end_inset
24527
24528
24529 \end_layout
24530
24531 \begin_layout Standard
24532 たとえば符号関数sgn(x)のように、定義済みでない関数を使うには、二つの方法があります。
24533 \end_layout
24534
24535 \begin_layout Itemize
24536 以下の行をLaTeXプリアンブルに加えることによって関数を定義します。
24537 \begin_inset Foot
24538 status collapsed
24539
24540 \begin_layout Plain Layout
24541
24542 \series bold
24543
24544 \backslash
24545 DeclareMathOperator
24546 \series default
24547 についての詳細は、第
24548 \begin_inset CommandInset ref
24549 LatexCommand ref
24550 reference "sub:自己定義演算子"
24551
24552 \end_inset
24553
24554 節をご参照下さい。
24555 \end_layout
24556
24557 \end_inset
24558
24559
24560 \begin_inset Newline newline
24561 \end_inset
24562
24563
24564 \begin_inset VSpace -3mm
24565 \end_inset
24566
24567
24568 \begin_inset Newline newline
24569 \end_inset
24570
24571
24572 \series bold
24573
24574 \backslash
24575 DeclareMathOperator{
24576 \backslash
24577 sgn}{sgn}
24578 \series default
24579
24580 \begin_inset Index idx
24581 status collapsed
24582
24583 \begin_layout Plain Layout
24584 こまんど@コマンド ! D ! 
24585 \backslash
24586 dbinom@
24587 \backslash
24588 DeclareMathOperator
24589 \end_layout
24590
24591 \end_inset
24592
24593
24594 \begin_inset Newline newline
24595 \end_inset
24596
24597
24598 \begin_inset VSpace -2mm
24599 \end_inset
24600
24601
24602 \begin_inset Newline newline
24603 \end_inset
24604
24605 これによって、新しく定義された関数を
24606 \series bold
24607
24608 \backslash
24609 sgn
24610 \series default
24611 コマンドで呼び出すことができるようになります。
24612 \end_layout
24613
24614 \begin_layout Itemize
24615 数式を普通に書き下し、関数名を選択して(上記の例では
24616 \emph on
24617 sgn
24618 \emph default
24619 の文字)、それを数式テキストに変更します。最後に、空白を先行する要素と関数の間に入れます。
24620 \end_layout
24621
24622 \begin_layout Standard
24623 双方とも定義済み関数と同等の出力をもたらします
24624 \begin_inset Foot
24625 status collapsed
24626
24627 \begin_layout Plain Layout
24628 LyX上では、自己定義関数は赤で表示され、定義済み関数は黒で表示されます。
24629 \end_layout
24630
24631 \end_inset
24632
24633
24634 \end_layout
24635
24636 \begin_layout Standard
24637 \align center
24638 \begin_inset Tabular
24639 <lyxtabular version="3" rows="3" columns="2">
24640 <features rotate="0" tabularvalignment="middle">
24641 <column alignment="center" valignment="top" width="0pt">
24642 <column alignment="center" valignment="top" width="0pt">
24643 <row>
24644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24645 \begin_inset Text
24646
24647 \begin_layout Plain Layout
24648 コマンド
24649 \end_layout
24650
24651 \end_inset
24652 </cell>
24653 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24654 \begin_inset Text
24655
24656 \begin_layout Plain Layout
24657 出力
24658 \end_layout
24659
24660 \end_inset
24661 </cell>
24662 </row>
24663 <row>
24664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24665 \begin_inset Text
24666
24667 \begin_layout Plain Layout
24668 A
24669 \backslash
24670 sgn(x)+B
24671 \end_layout
24672
24673 \end_inset
24674 </cell>
24675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24676 \begin_inset Text
24677
24678 \begin_layout Plain Layout
24679 \begin_inset Formula $A\sgn(x)+B$
24680 \end_inset
24681
24682
24683 \end_layout
24684
24685 \end_inset
24686 </cell>
24687 </row>
24688 <row>
24689 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24690 \begin_inset Text
24691
24692 \begin_layout Plain Layout
24693 A
24694 \backslash
24695 ,
24696 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt+M}\,\textrm{M}}$
24697 \end_inset
24698
24699 (x)+B
24700 \end_layout
24701
24702 \end_inset
24703 </cell>
24704 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24705 \begin_inset Text
24706
24707 \begin_layout Plain Layout
24708 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
24709 \end_inset
24710
24711
24712 \end_layout
24713
24714 \end_inset
24715 </cell>
24716 </row>
24717 </lyxtabular>
24718
24719 \end_inset
24720
24721
24722 \end_layout
24723
24724 \begin_layout Standard
24725 自己定義関数を何回か使用する場合には、一番目の方法の方が適切です。
24726 \end_layout
24727
24728 \begin_layout Subsection
24729 極限
24730 \begin_inset Index idx
24731 status collapsed
24732
24733 \begin_layout Plain Layout
24734 きょくげん@極限
24735 \end_layout
24736
24737 \end_inset
24738
24739
24740 \end_layout
24741
24742 \begin_layout Standard
24743 極限用には、
24744 \series bold
24745
24746 \backslash
24747 lim
24748 \series default
24749
24750 \begin_inset Index idx
24751 status collapsed
24752
24753 \begin_layout Plain Layout
24754 こまんど@コマンド ! L ! 
24755 \backslash
24756 lim
24757 \end_layout
24758
24759 \end_inset
24760
24761
24762 \series bold
24763
24764 \backslash
24765 liminf
24766 \series default
24767
24768 \series bold
24769
24770 \backslash
24771 limsup
24772 \series default
24773 の他に、以下の関数があります。
24774 \end_layout
24775
24776 \begin_layout Standard
24777 \align center
24778 \begin_inset Tabular
24779 <lyxtabular version="3" rows="5" columns="2">
24780 <features rotate="0" tabularvalignment="middle">
24781 <column alignment="center" valignment="top">
24782 <column alignment="center" valignment="top">
24783 <row>
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 \begin_inset Note Note
24799 status collapsed
24800
24801 \begin_layout Plain Layout
24802 ここで
24803 \series bold
24804
24805 \backslash
24806 raisebox
24807 \series default
24808 はスペーサーとして使用しているだけです。
24809 \end_layout
24810
24811 \end_inset
24812
24813
24814 \end_layout
24815
24816 \end_inset
24817 </cell>
24818 </row>
24819 <row>
24820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24821 \begin_inset Text
24822
24823 \begin_layout Plain Layout
24824
24825 \backslash
24826 varliminf
24827 \end_layout
24828
24829 \end_inset
24830 </cell>
24831 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24832 \begin_inset Text
24833
24834 \begin_layout Plain Layout
24835 \begin_inset Formula $\varliminf$
24836 \end_inset
24837
24838
24839 \end_layout
24840
24841 \end_inset
24842 </cell>
24843 </row>
24844 <row>
24845 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24846 \begin_inset Text
24847
24848 \begin_layout Plain Layout
24849
24850 \backslash
24851 varlimsup
24852 \end_layout
24853
24854 \end_inset
24855 </cell>
24856 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24857 \begin_inset Text
24858
24859 \begin_layout Plain Layout
24860 \begin_inset Formula $\varlimsup$
24861 \end_inset
24862
24863
24864 \end_layout
24865
24866 \end_inset
24867 </cell>
24868 </row>
24869 <row>
24870 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24871 \begin_inset Text
24872
24873 \begin_layout Plain Layout
24874
24875 \backslash
24876 varprojlim
24877 \end_layout
24878
24879 \end_inset
24880 </cell>
24881 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24882 \begin_inset Text
24883
24884 \begin_layout Plain Layout
24885 \begin_inset Formula $\varprojlim$
24886 \end_inset
24887
24888
24889 \end_layout
24890
24891 \end_inset
24892 </cell>
24893 </row>
24894 <row>
24895 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24896 \begin_inset Text
24897
24898 \begin_layout Plain Layout
24899
24900 \backslash
24901 varinjlim
24902 \end_layout
24903
24904 \end_inset
24905 </cell>
24906 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24907 \begin_inset Text
24908
24909 \begin_layout Plain Layout
24910 \begin_inset Formula $\varinjlim$
24911 \end_inset
24912
24913
24914 \begin_inset Formula $\raisebox{-2.5mm}{}$
24915 \end_inset
24916
24917
24918 \end_layout
24919
24920 \end_inset
24921 </cell>
24922 </row>
24923 </lyxtabular>
24924
24925 \end_inset
24926
24927
24928 \end_layout
24929
24930 \begin_layout Standard
24931 \begin_inset VSpace medskip
24932 \end_inset
24933
24934 極限は、下付き文字を挿入することによって示されます。行内数式では、極限は、以下のように関数の横に置かれます。
24935 \end_layout
24936
24937 \begin_layout Standard
24938 \align center
24939 \begin_inset Tabular
24940 <lyxtabular version="3" rows="2" columns="2">
24941 <features rotate="0" tabularvalignment="middle">
24942 <column alignment="center" valignment="top" width="0pt">
24943 <column alignment="center" valignment="top" width="0pt">
24944 <row>
24945 <cell alignment="center" valignment="top" usebox="none">
24946 \begin_inset Text
24947
24948 \begin_layout Plain Layout
24949 コマンド
24950 \end_layout
24951
24952 \end_inset
24953 </cell>
24954 <cell alignment="center" valignment="top" usebox="none">
24955 \begin_inset Text
24956
24957 \begin_layout Plain Layout
24958 \begin_inset space \hspace{}
24959 \length 1cm
24960 \end_inset
24961
24962 出力
24963 \begin_inset Note Note
24964 status collapsed
24965
24966 \begin_layout Plain Layout
24967 ここで
24968 \series bold
24969
24970 \backslash
24971 raisebox
24972 \series default
24973 はスペーサーとして使用しているだけです。
24974 \end_layout
24975
24976 \end_inset
24977
24978
24979 \end_layout
24980
24981 \end_inset
24982 </cell>
24983 </row>
24984 <row>
24985 <cell alignment="center" valignment="top" usebox="none">
24986 \begin_inset Text
24987
24988 \begin_layout Plain Layout
24989
24990 \backslash
24991 lim_x
24992 \backslash
24993 to
24994 \begin_inset space \textvisiblespace{}
24995 \end_inset
24996
24997 A
24998 \begin_inset space \textvisiblespace{}
24999 \end_inset
25000
25001 x=B
25002 \end_layout
25003
25004 \end_inset
25005 </cell>
25006 <cell alignment="center" valignment="top" usebox="none">
25007 \begin_inset Text
25008
25009 \begin_layout Plain Layout
25010 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
25011 \end_inset
25012
25013
25014 \end_layout
25015
25016 \end_inset
25017 </cell>
25018 </row>
25019 </lyxtabular>
25020
25021 \end_inset
25022
25023
25024 \end_layout
25025
25026 \begin_layout Standard
25027 別行立て数式では、極限は、以下のように通常どおり下に置かれます。
25028 \begin_inset Formula 
25029 \[
25030 \lim_{x\to A}x=B
25031 \]
25032
25033 \end_inset
25034
25035
25036 \end_layout
25037
25038 \begin_layout Subsection
25039 剰余関数
25040 \begin_inset Index idx
25041 status collapsed
25042
25043 \begin_layout Plain Layout
25044 かんすう@関数 ! じょうよ@剰余
25045 \end_layout
25046
25047 \end_inset
25048
25049
25050 \begin_inset Index idx
25051 status collapsed
25052
25053 \begin_layout Plain Layout
25054 かんすう@関数 ! もじゅらす@モジュラス | see
25055 \begin_inset ERT
25056 status collapsed
25057
25058 \begin_layout Plain Layout
25059
25060 {
25061 \end_layout
25062
25063 \end_inset
25064
25065 剰余
25066 \begin_inset ERT
25067 status collapsed
25068
25069 \begin_layout Plain Layout
25070
25071 }
25072 \end_layout
25073
25074 \end_inset
25075
25076
25077 \end_layout
25078
25079 \end_inset
25080
25081
25082 \end_layout
25083
25084 \begin_layout Standard
25085 剰余関数は、特別に4つの派生型があります。
25086 \end_layout
25087
25088 \begin_layout Standard
25089 以下は、別行立て数式での派生型です。
25090 \begin_inset Formula 
25091 \begin{align*}
25092 \underline{\textrm{コマンド}\raisebox{-0.9mm}{}} &  & \underline{\textrm{出力}}\\
25093 \mathrm{a\backslash mod\textrm{␣}b} &  & a\mod b\\
25094 \mathrm{a\backslash pmod\textrm{␣}b} &  & a\pmod b\\
25095 \mathrm{a\backslash bmod\textrm{␣}b} &  & a\bmod b\\
25096 \mathrm{a\backslash pod\textrm{␣}b} &  & a\pod b
25097 \end{align*}
25098
25099 \end_inset
25100
25101
25102 \end_layout
25103
25104 \begin_layout Standard
25105 行内数式では、すべての派生型で、関数名の前の余白がすこし小さく設定されます。既定では、剰余関数は、続く一文字目だけを考慮します。二文字以上を使いたい時には、下記
25106 のように文字をTeX括弧で囲みます。
25107 \begin_inset Formula 
25108 \begin{align*}
25109 \underline{\textrm{コマンド}\raisebox{-0.9mm}{}} &  & \underline{\textrm{出力}}\\
25110 \mathrm{a\backslash pod\textrm{␣}bcd} &  & a\pod bcd\\
25111 \mathrm{a\backslash pod\backslash\{bc\backslash\}d} &  & a\pod{bc}d
25112 \end{align*}
25113
25114 \end_inset
25115
25116
25117 \end_layout
25118
25119 \begin_layout Section
25120 特殊文字
25121 \begin_inset Index idx
25122 status collapsed
25123
25124 \begin_layout Plain Layout
25125 とくしゅもじ@特殊文字
25126 \end_layout
25127
25128 \end_inset
25129
25130
25131 \end_layout
25132
25133 \begin_layout Subsection
25134 数式テキストにおける特殊文字
25135 \end_layout
25136
25137 \begin_layout Standard
25138 以下の各コマンドは、数式テキストかTeXモード中でのみ使用することができます。
25139 \end_layout
25140
25141 \begin_layout Standard
25142 \begin_inset space \hfill{}
25143 \end_inset
25144
25145
25146 \begin_inset Tabular
25147 <lyxtabular version="3" rows="8" columns="2">
25148 <features rotate="0" tabularvalignment="middle">
25149 <column alignment="block" valignment="top">
25150 <column alignment="block" valignment="top">
25151 <row>
25152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25153 \begin_inset Text
25154
25155 \begin_layout Plain Layout
25156 コマンド
25157 \end_layout
25158
25159 \end_inset
25160 </cell>
25161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25162 \begin_inset Text
25163
25164 \begin_layout Plain Layout
25165 出力
25166 \end_layout
25167
25168 \end_inset
25169 </cell>
25170 </row>
25171 <row>
25172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25173 \begin_inset Text
25174
25175 \begin_layout Plain Layout
25176
25177 \backslash
25178 oe
25179 \end_layout
25180
25181 \end_inset
25182 </cell>
25183 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25184 \begin_inset Text
25185
25186 \begin_layout Plain Layout
25187 \begin_inset Formula $\textrm{œ}$
25188 \end_inset
25189
25190
25191 \end_layout
25192
25193 \end_inset
25194 </cell>
25195 </row>
25196 <row>
25197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25198 \begin_inset Text
25199
25200 \begin_layout Plain Layout
25201
25202 \backslash
25203 OE
25204 \end_layout
25205
25206 \end_inset
25207 </cell>
25208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25209 \begin_inset Text
25210
25211 \begin_layout Plain Layout
25212 \begin_inset Formula $\textrm{Œ}$
25213 \end_inset
25214
25215
25216 \end_layout
25217
25218 \end_inset
25219 </cell>
25220 </row>
25221 <row>
25222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25223 \begin_inset Text
25224
25225 \begin_layout Plain Layout
25226
25227 \backslash
25228 ae
25229 \end_layout
25230
25231 \end_inset
25232 </cell>
25233 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25234 \begin_inset Text
25235
25236 \begin_layout Plain Layout
25237 \begin_inset Formula $\textrm{æ}$
25238 \end_inset
25239
25240
25241 \end_layout
25242
25243 \end_inset
25244 </cell>
25245 </row>
25246 <row>
25247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25248 \begin_inset Text
25249
25250 \begin_layout Plain Layout
25251
25252 \backslash
25253 AE
25254 \end_layout
25255
25256 \end_inset
25257 </cell>
25258 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25259 \begin_inset Text
25260
25261 \begin_layout Plain Layout
25262 \begin_inset Formula $\textrm{Æ}$
25263 \end_inset
25264
25265
25266 \end_layout
25267
25268 \end_inset
25269 </cell>
25270 </row>
25271 <row>
25272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25273 \begin_inset Text
25274
25275 \begin_layout Plain Layout
25276
25277 \backslash
25278 aa
25279 \end_layout
25280
25281 \end_inset
25282 </cell>
25283 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25284 \begin_inset Text
25285
25286 \begin_layout Plain Layout
25287 \begin_inset Formula $\textrm{\aa}$
25288 \end_inset
25289
25290
25291 \end_layout
25292
25293 \end_inset
25294 </cell>
25295 </row>
25296 <row>
25297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25298 \begin_inset Text
25299
25300 \begin_layout Plain Layout
25301
25302 \backslash
25303 AA
25304 \begin_inset Index idx
25305 status collapsed
25306
25307 \begin_layout Plain Layout
25308
25309 \lang english
25310
25311 \backslash
25312 @
25313 \begin_inset ERT
25314 status collapsed
25315
25316 \begin_layout Plain Layout
25317
25318
25319 \backslash
25320 textrm{
25321 \backslash
25322 AA}
25323 \end_layout
25324
25325 \end_inset
25326
25327
25328 \end_layout
25329
25330 \end_inset
25331
25332
25333 \end_layout
25334
25335 \end_inset
25336 </cell>
25337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25338 \begin_inset Text
25339
25340 \begin_layout Plain Layout
25341 \begin_inset Formula $\textrm{Å}$
25342 \end_inset
25343
25344
25345 \end_layout
25346
25347 \end_inset
25348 </cell>
25349 </row>
25350 <row>
25351 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25352 \begin_inset Text
25353
25354 \begin_layout Plain Layout
25355
25356 \backslash
25357 i
25358 \end_layout
25359
25360 \end_inset
25361 </cell>
25362 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25363 \begin_inset Text
25364
25365 \begin_layout Plain Layout
25366 \begin_inset Formula $\textrm{ı}$
25367 \end_inset
25368
25369
25370 \end_layout
25371
25372 \end_inset
25373 </cell>
25374 </row>
25375 </lyxtabular>
25376
25377 \end_inset
25378
25379
25380 \begin_inset space \hfill{}
25381 \end_inset
25382
25383
25384 \begin_inset Tabular
25385 <lyxtabular version="3" rows="8" columns="2">
25386 <features rotate="0" tabularvalignment="middle">
25387 <column alignment="block" valignment="top">
25388 <column alignment="center" valignment="top">
25389 <row>
25390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25391 \begin_inset Text
25392
25393 \begin_layout Plain Layout
25394 コマンド
25395 \begin_inset Note Note
25396 status collapsed
25397
25398 \begin_layout Plain Layout
25399 0
25400 \begin_inset space \thinspace{}
25401 \end_inset
25402
25403 mm空白を分離用に使っているのは、そうしないと出力が¡や¿になってしまうためです。
25404 \end_layout
25405
25406 \end_inset
25407
25408
25409 \end_layout
25410
25411 \end_inset
25412 </cell>
25413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25414 \begin_inset Text
25415
25416 \begin_layout Plain Layout
25417 出力
25418 \end_layout
25419
25420 \end_inset
25421 </cell>
25422 </row>
25423 <row>
25424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25425 \begin_inset Text
25426
25427 \begin_layout Plain Layout
25428
25429 \backslash
25430 o
25431 \end_layout
25432
25433 \end_inset
25434 </cell>
25435 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25436 \begin_inset Text
25437
25438 \begin_layout Plain Layout
25439 \begin_inset Formula $\textrm{ø}$
25440 \end_inset
25441
25442
25443 \end_layout
25444
25445 \end_inset
25446 </cell>
25447 </row>
25448 <row>
25449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25450 \begin_inset Text
25451
25452 \begin_layout Plain Layout
25453
25454 \backslash
25455 O
25456 \end_layout
25457
25458 \end_inset
25459 </cell>
25460 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25461 \begin_inset Text
25462
25463 \begin_layout Plain Layout
25464 \begin_inset Formula $\textrm{Ø}$
25465 \end_inset
25466
25467
25468 \end_layout
25469
25470 \end_inset
25471 </cell>
25472 </row>
25473 <row>
25474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25475 \begin_inset Text
25476
25477 \begin_layout Plain Layout
25478
25479 \backslash
25480 l
25481 \end_layout
25482
25483 \end_inset
25484 </cell>
25485 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25486 \begin_inset Text
25487
25488 \begin_layout Plain Layout
25489 \begin_inset Formula $\textrm{ł}$
25490 \end_inset
25491
25492
25493 \end_layout
25494
25495 \end_inset
25496 </cell>
25497 </row>
25498 <row>
25499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25500 \begin_inset Text
25501
25502 \begin_layout Plain Layout
25503
25504 \backslash
25505 L
25506 \end_layout
25507
25508 \end_inset
25509 </cell>
25510 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25511 \begin_inset Text
25512
25513 \begin_layout Plain Layout
25514 \begin_inset Formula $\textrm{Ł}$
25515 \end_inset
25516
25517
25518 \end_layout
25519
25520 \end_inset
25521 </cell>
25522 </row>
25523 <row>
25524 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25525 \begin_inset Text
25526
25527 \begin_layout Plain Layout
25528 !
25529 \begin_inset space \hspace{}
25530 \length 0mm
25531 \end_inset
25532
25533 `
25534 \begin_inset space \textvisiblespace{}
25535 \end_inset
25536
25537
25538 \end_layout
25539
25540 \end_inset
25541 </cell>
25542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25543 \begin_inset Text
25544
25545 \begin_layout Plain Layout
25546 \begin_inset Formula $\textrm{!`}$
25547 \end_inset
25548
25549
25550 \end_layout
25551
25552 \end_inset
25553 </cell>
25554 </row>
25555 <row>
25556 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25557 \begin_inset Text
25558
25559 \begin_layout Plain Layout
25560 ?
25561 \begin_inset space \hspace{}
25562 \length 0mm
25563 \end_inset
25564
25565 `
25566 \begin_inset space \textvisiblespace{}
25567 \end_inset
25568
25569
25570 \end_layout
25571
25572 \end_inset
25573 </cell>
25574 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25575 \begin_inset Text
25576
25577 \begin_layout Plain Layout
25578 \begin_inset Formula $\textrm{?`}$
25579 \end_inset
25580
25581
25582 \end_layout
25583
25584 \end_inset
25585 </cell>
25586 </row>
25587 <row>
25588 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25589 \begin_inset Text
25590
25591 \begin_layout Plain Layout
25592
25593 \backslash
25594 j
25595 \end_layout
25596
25597 \end_inset
25598 </cell>
25599 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25600 \begin_inset Text
25601
25602 \begin_layout Plain Layout
25603 \begin_inset Formula $\textrm{ȷ}$
25604 \end_inset
25605
25606
25607 \end_layout
25608
25609 \end_inset
25610 </cell>
25611 </row>
25612 </lyxtabular>
25613
25614 \end_inset
25615
25616
25617 \begin_inset space \hfill{}
25618 \end_inset
25619
25620
25621 \end_layout
25622
25623 \begin_layout Standard
25624 \begin_inset Formula $\textrm{\textrm{Å}}$
25625 \end_inset
25626
25627
25628 \begin_inset Formula $\textrm{\textrm{Ø}}$
25629 \end_inset
25630
25631 の各文字は、数式ツールバーボタンの
25632 \begin_inset Graphics
25633         filename ../../images/math/digamma.png
25634         scale 85
25635
25636 \end_inset
25637
25638 からも挿入することができます。
25639 \end_layout
25640
25641 \begin_layout Standard
25642 例外は、
25643 \series bold
25644 !
25645 \begin_inset space \hspace{}
25646 \length 0mm
25647 \end_inset
25648
25649 `
25650 \series default
25651
25652 \series bold
25653 ?
25654 \begin_inset space \hspace{}
25655 \length 0mm
25656 \end_inset
25657
25658 `
25659 \series default
25660 の各コマンドで、これらは直接LyX中の本文に入れることができます。
25661 \end_layout
25662
25663 \begin_layout Subsection
25664 文章中のアクセント
25665 \begin_inset CommandInset label
25666 LatexCommand label
25667 name "sub:文章中のアクセント"
25668
25669 \end_inset
25670
25671
25672 \begin_inset Index idx
25673 status collapsed
25674
25675 \begin_layout Plain Layout
25676 あくせんと@アクセント ! ぶんしょうちゅうの@文章中の---
25677 \end_layout
25678
25679 \end_inset
25680
25681
25682 \end_layout
25683
25684 \begin_layout Standard
25685 以下に挙げる各コマンドを使えば、すべての文字にアクセントを付けることができます。これらのコマンドは、TeXモードで入れなくてはなりません。
25686 \end_layout
25687
25688 \begin_layout Standard
25689 \begin_inset space \hfill{}
25690 \end_inset
25691
25692
25693 \begin_inset Tabular
25694 <lyxtabular version="3" rows="8" columns="2">
25695 <features rotate="0" tabularvalignment="middle">
25696 <column alignment="block" valignment="top">
25697 <column alignment="block" valignment="top">
25698 <row>
25699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25700 \begin_inset Text
25701
25702 \begin_layout Plain Layout
25703 コマンド
25704 \end_layout
25705
25706 \end_inset
25707 </cell>
25708 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25709 \begin_inset Text
25710
25711 \begin_layout Plain Layout
25712 出力
25713 \end_layout
25714
25715 \end_inset
25716 </cell>
25717 </row>
25718 <row>
25719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25720 \begin_inset Text
25721
25722 \begin_layout Plain Layout
25723
25724 \backslash
25725
25726 \begin_inset Quotes grd
25727 \end_inset
25728
25729 e
25730 \end_layout
25731
25732 \end_inset
25733 </cell>
25734 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25735 \begin_inset Text
25736
25737 \begin_layout Plain Layout
25738 \begin_inset ERT
25739 status collapsed
25740
25741 \begin_layout Plain Layout
25742
25743
25744 \backslash
25745 "e
25746 \end_layout
25747
25748 \end_inset
25749
25750
25751 \end_layout
25752
25753 \end_inset
25754 </cell>
25755 </row>
25756 <row>
25757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25758 \begin_inset Text
25759
25760 \begin_layout Plain Layout
25761
25762 \backslash
25763 `e
25764 \end_layout
25765
25766 \end_inset
25767 </cell>
25768 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25769 \begin_inset Text
25770
25771 \begin_layout Plain Layout
25772 \begin_inset ERT
25773 status collapsed
25774
25775 \begin_layout Plain Layout
25776
25777
25778 \backslash
25779 `e
25780 \end_layout
25781
25782 \end_inset
25783
25784
25785 \end_layout
25786
25787 \end_inset
25788 </cell>
25789 </row>
25790 <row>
25791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25792 \begin_inset Text
25793
25794 \begin_layout Plain Layout
25795
25796 \backslash
25797 ^
25798 \begin_inset space \textvisiblespace{}
25799 \end_inset
25800
25801 e
25802 \end_layout
25803
25804 \end_inset
25805 </cell>
25806 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25807 \begin_inset Text
25808
25809 \begin_layout Plain Layout
25810 \begin_inset ERT
25811 status collapsed
25812
25813 \begin_layout Plain Layout
25814
25815
25816 \backslash
25817 ^e
25818 \end_layout
25819
25820 \end_inset
25821
25822
25823 \end_layout
25824
25825 \end_inset
25826 </cell>
25827 </row>
25828 <row>
25829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25830 \begin_inset Text
25831
25832 \begin_layout Plain Layout
25833
25834 \backslash
25835 =e
25836 \end_layout
25837
25838 \end_inset
25839 </cell>
25840 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25841 \begin_inset Text
25842
25843 \begin_layout Plain Layout
25844 \begin_inset ERT
25845 status collapsed
25846
25847 \begin_layout Plain Layout
25848
25849
25850 \backslash
25851 =e
25852 \end_layout
25853
25854 \end_inset
25855
25856
25857 \end_layout
25858
25859 \end_inset
25860 </cell>
25861 </row>
25862 <row>
25863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25864 \begin_inset Text
25865
25866 \begin_layout Plain Layout
25867
25868 \backslash
25869 u
25870 \begin_inset space \textvisiblespace{}
25871 \end_inset
25872
25873 e
25874 \end_layout
25875
25876 \end_inset
25877 </cell>
25878 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25879 \begin_inset Text
25880
25881 \begin_layout Plain Layout
25882 \begin_inset ERT
25883 status collapsed
25884
25885 \begin_layout Plain Layout
25886
25887
25888 \backslash
25889 u e
25890 \end_layout
25891
25892 \end_inset
25893
25894
25895 \end_layout
25896
25897 \end_inset
25898 </cell>
25899 </row>
25900 <row>
25901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25902 \begin_inset Text
25903
25904 \begin_layout Plain Layout
25905
25906 \backslash
25907 b
25908 \begin_inset space \textvisiblespace{}
25909 \end_inset
25910
25911 e
25912 \end_layout
25913
25914 \end_inset
25915 </cell>
25916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25917 \begin_inset Text
25918
25919 \begin_layout Plain Layout
25920 \begin_inset ERT
25921 status collapsed
25922
25923 \begin_layout Plain Layout
25924
25925
25926 \backslash
25927 b e
25928 \end_layout
25929
25930 \end_inset
25931
25932
25933 \end_layout
25934
25935 \end_inset
25936 </cell>
25937 </row>
25938 <row>
25939 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25940 \begin_inset Text
25941
25942 \begin_layout Plain Layout
25943
25944 \backslash
25945 t
25946 \begin_inset space \textvisiblespace{}
25947 \end_inset
25948
25949 ee
25950 \end_layout
25951
25952 \end_inset
25953 </cell>
25954 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25955 \begin_inset Text
25956
25957 \begin_layout Plain Layout
25958 \begin_inset ERT
25959 status collapsed
25960
25961 \begin_layout Plain Layout
25962
25963
25964 \backslash
25965 t ee
25966 \end_layout
25967
25968 \end_inset
25969
25970
25971 \end_layout
25972
25973 \end_inset
25974 </cell>
25975 </row>
25976 </lyxtabular>
25977
25978 \end_inset
25979
25980
25981 \begin_inset space \hfill{}
25982 \end_inset
25983
25984
25985 \begin_inset Tabular
25986 <lyxtabular version="3" rows="8" columns="2">
25987 <features rotate="0" tabularvalignment="middle">
25988 <column alignment="block" valignment="top">
25989 <column alignment="center" valignment="top">
25990 <row>
25991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25992 \begin_inset Text
25993
25994 \begin_layout Plain Layout
25995 コマンド
25996 \end_layout
25997
25998 \end_inset
25999 </cell>
26000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26001 \begin_inset Text
26002
26003 \begin_layout Plain Layout
26004 出力
26005 \end_layout
26006
26007 \end_inset
26008 </cell>
26009 </row>
26010 <row>
26011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26012 \begin_inset Text
26013
26014 \begin_layout Plain Layout
26015
26016 \backslash
26017 H
26018 \begin_inset space \textvisiblespace{}
26019 \end_inset
26020
26021 e
26022 \end_layout
26023
26024 \end_inset
26025 </cell>
26026 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26027 \begin_inset Text
26028
26029 \begin_layout Plain Layout
26030 \begin_inset ERT
26031 status collapsed
26032
26033 \begin_layout Plain Layout
26034
26035
26036 \backslash
26037 H e
26038 \end_layout
26039
26040 \end_inset
26041
26042
26043 \end_layout
26044
26045 \end_inset
26046 </cell>
26047 </row>
26048 <row>
26049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26050 \begin_inset Text
26051
26052 \begin_layout Plain Layout
26053
26054 \backslash
26055 'e
26056 \end_layout
26057
26058 \end_inset
26059 </cell>
26060 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26061 \begin_inset Text
26062
26063 \begin_layout Plain Layout
26064 \begin_inset ERT
26065 status collapsed
26066
26067 \begin_layout Plain Layout
26068
26069
26070 \backslash
26071 'e
26072 \end_layout
26073
26074 \end_inset
26075
26076
26077 \end_layout
26078
26079 \end_inset
26080 </cell>
26081 </row>
26082 <row>
26083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26084 \begin_inset Text
26085
26086 \begin_layout Plain Layout
26087
26088 \backslash
26089 ~e
26090 \begin_inset Index idx
26091 status collapsed
26092
26093 \begin_layout Plain Layout
26094
26095 \lang english
26096 Tilde
26097 \end_layout
26098
26099 \end_inset
26100
26101
26102 \end_layout
26103
26104 \end_inset
26105 </cell>
26106 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26107 \begin_inset Text
26108
26109 \begin_layout Plain Layout
26110 \begin_inset ERT
26111 status collapsed
26112
26113 \begin_layout Plain Layout
26114
26115
26116 \backslash
26117 ~e
26118 \end_layout
26119
26120 \end_inset
26121
26122
26123 \end_layout
26124
26125 \end_inset
26126 </cell>
26127 </row>
26128 <row>
26129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26130 \begin_inset Text
26131
26132 \begin_layout Plain Layout
26133
26134 \backslash
26135 .e
26136 \end_layout
26137
26138 \end_inset
26139 </cell>
26140 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26141 \begin_inset Text
26142
26143 \begin_layout Plain Layout
26144 \begin_inset ERT
26145 status collapsed
26146
26147 \begin_layout Plain Layout
26148
26149
26150 \backslash
26151 .e
26152 \end_layout
26153
26154 \end_inset
26155
26156
26157 \end_layout
26158
26159 \end_inset
26160 </cell>
26161 </row>
26162 <row>
26163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26164 \begin_inset Text
26165
26166 \begin_layout Plain Layout
26167
26168 \backslash
26169 v
26170 \begin_inset space \textvisiblespace{}
26171 \end_inset
26172
26173 e
26174 \end_layout
26175
26176 \end_inset
26177 </cell>
26178 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26179 \begin_inset Text
26180
26181 \begin_layout Plain Layout
26182 \begin_inset ERT
26183 status collapsed
26184
26185 \begin_layout Plain Layout
26186
26187
26188 \backslash
26189 v e
26190 \end_layout
26191
26192 \end_inset
26193
26194
26195 \end_layout
26196
26197 \end_inset
26198 </cell>
26199 </row>
26200 <row>
26201 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26202 \begin_inset Text
26203
26204 \begin_layout Plain Layout
26205
26206 \backslash
26207 d
26208 \begin_inset space \textvisiblespace{}
26209 \end_inset
26210
26211 e
26212 \end_layout
26213
26214 \end_inset
26215 </cell>
26216 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26217 \begin_inset Text
26218
26219 \begin_layout Plain Layout
26220 \begin_inset ERT
26221 status collapsed
26222
26223 \begin_layout Plain Layout
26224
26225
26226 \backslash
26227 d e
26228 \end_layout
26229
26230 \end_inset
26231
26232
26233 \end_layout
26234
26235 \end_inset
26236 </cell>
26237 </row>
26238 <row>
26239 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26240 \begin_inset Text
26241
26242 \begin_layout Plain Layout
26243
26244 \backslash
26245 c
26246 \begin_inset space \textvisiblespace{}
26247 \end_inset
26248
26249 e
26250 \end_layout
26251
26252 \end_inset
26253 </cell>
26254 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26255 \begin_inset Text
26256
26257 \begin_layout Plain Layout
26258 \begin_inset ERT
26259 status collapsed
26260
26261 \begin_layout Plain Layout
26262
26263
26264 \backslash
26265 c e
26266 \end_layout
26267
26268 \end_inset
26269
26270
26271 \end_layout
26272
26273 \end_inset
26274 </cell>
26275 </row>
26276 </lyxtabular>
26277
26278 \end_inset
26279
26280
26281 \begin_inset space \hfill{}
26282 \end_inset
26283
26284
26285 \end_layout
26286
26287 \begin_layout Standard
26288 \begin_inset VSpace medskip
26289 \end_inset
26290
26291
26292 \series bold
26293
26294 \backslash
26295 t
26296 \series default
26297 コマンドは異なる二つの文字にアクセントを付けることもできます。たとえば、コマンド
26298 \series bold
26299
26300 \backslash
26301 t
26302 \begin_inset space \textvisiblespace{}
26303 \end_inset
26304
26305 sz
26306 \series default
26307 は、
26308 \begin_inset ERT
26309 status collapsed
26310
26311 \begin_layout Plain Layout
26312
26313
26314 \backslash
26315 t sz
26316 \end_layout
26317
26318 \end_inset
26319
26320 となります。
26321 \end_layout
26322
26323 \begin_layout Standard
26324
26325 \series bold
26326 `
26327 \series default
26328  ・
26329 \series bold
26330  '
26331 \series default
26332  ・ 
26333 \series bold
26334 ^
26335 \series default
26336  の各アクセントは、TeXモードを使わなくても、母音といっしょに直接キーボードから入力することもできます。チルダ
26337 \begin_inset Foot
26338 status collapsed
26339
26340 \begin_layout Plain Layout
26341 これは、チルダがアクセントとして定義されているキーボードのみに適用されます。
26342 \end_layout
26343
26344 \end_inset
26345
26346
26347 \series bold
26348 ~
26349 \series default
26350 を、
26351 \emph on
26352 a
26353 \emph default
26354
26355 \emph on
26356 n
26357 \emph default
26358
26359 \emph on
26360 o
26361 \emph default
26362 といっしょに使うときも同様です。
26363 \end_layout
26364
26365 \begin_layout Standard
26366
26367 \series bold
26368
26369 \backslash
26370 b
26371 \series default
26372
26373 \series bold
26374
26375 \backslash
26376 c
26377 \series default
26378
26379 \series bold
26380
26381 \backslash
26382 d
26383 \series default
26384
26385 \series bold
26386
26387 \backslash
26388 H
26389 \series default
26390
26391 \series bold
26392
26393 \backslash
26394 t
26395 \series default
26396
26397 \series bold
26398
26399 \backslash
26400 u
26401 \series default
26402
26403 \series bold
26404
26405 \backslash
26406 v
26407 \series default
26408 の各コマンドと、キーボードから直接挿入するアクセントは、数式テキスト中でも使うことができます。他のアクセントについては、数式内向けの特別な数式コマンドがあります
26409 。第
26410 \begin_inset CommandInset ref
26411 LatexCommand ref
26412 reference "sub:一文字に付けるアクセント"
26413
26414 \end_inset
26415
26416 節をご参照下さい。
26417 \end_layout
26418
26419 \begin_layout Standard
26420 \begin_inset VSpace bigskip
26421 \end_inset
26422
26423 さらに、
26424 \series bold
26425
26426 \backslash
26427 textcircled
26428 \series default
26429
26430 \begin_inset Index idx
26431 status collapsed
26432
26433 \begin_layout Plain Layout
26434 こまんど@コマンド ! T ! 
26435 \backslash
26436 textcircled
26437 \end_layout
26438
26439 \end_inset
26440
26441 コマンドを使えば、著作権マークのように、あらゆる数字や文字を丸で囲む---敢えて言えば、丸囲みでアクセントを付けるようなものといえるでしょう---ことができます
26442
26443 \end_layout
26444
26445 \begin_layout Standard
26446 \align center
26447 \begin_inset Tabular
26448 <lyxtabular version="3" rows="3" columns="2">
26449 <features rotate="0" tabularvalignment="middle">
26450 <column alignment="center" valignment="top">
26451 <column alignment="center" valignment="top">
26452 <row>
26453 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26454 \begin_inset Text
26455
26456 \begin_layout Plain Layout
26457 コマンド
26458 \end_layout
26459
26460 \end_inset
26461 </cell>
26462 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26463 \begin_inset Text
26464
26465 \begin_layout Plain Layout
26466 出力
26467 \begin_inset Note Note
26468 status collapsed
26469
26470 \begin_layout Plain Layout
26471 ここで
26472 \series bold
26473
26474 \backslash
26475 raisebox
26476 \series default
26477 はスペーサーとして使用しているだけです。
26478 \end_layout
26479
26480 \end_inset
26481
26482
26483 \end_layout
26484
26485 \end_inset
26486 </cell>
26487 </row>
26488 <row>
26489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26490 \begin_inset Text
26491
26492 \begin_layout Plain Layout
26493
26494 \backslash
26495 textcircled{w}
26496 \end_layout
26497
26498 \end_inset
26499 </cell>
26500 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26501 \begin_inset Text
26502
26503 \begin_layout Plain Layout
26504 \begin_inset ERT
26505 status collapsed
26506
26507 \begin_layout Plain Layout
26508
26509
26510 \backslash
26511 textcircled{w}
26512 \end_layout
26513
26514 \end_inset
26515
26516
26517 \end_layout
26518
26519 \end_inset
26520 </cell>
26521 </row>
26522 <row>
26523 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26524 \begin_inset Text
26525
26526 \begin_layout Plain Layout
26527
26528 \backslash
26529 Large 
26530 \backslash
26531 textcircled{
26532 \backslash
26533 normalsize
26534 \backslash
26535 protect
26536 \backslash
26537 raisebox{-1.5pt}{W}}
26538 \end_layout
26539
26540 \end_inset
26541 </cell>
26542 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26543 \begin_inset Text
26544
26545 \begin_layout Plain Layout
26546 \begin_inset Formula $\raisebox{4.5mm}{}$
26547 \end_inset
26548
26549
26550 \begin_inset ERT
26551 status collapsed
26552
26553 \begin_layout Plain Layout
26554
26555
26556 \backslash
26557 Large 
26558 \backslash
26559 textcircled{
26560 \backslash
26561 normalsize
26562 \backslash
26563 protect
26564 \backslash
26565 raisebox{-1.5pt}W}
26566 \end_layout
26567
26568 \end_inset
26569
26570
26571 \begin_inset Formula $\raisebox{-2mm}{}$
26572 \end_inset
26573
26574
26575 \end_layout
26576
26577 \end_inset
26578 </cell>
26579 </row>
26580 </lyxtabular>
26581
26582 \end_inset
26583
26584
26585 \end_layout
26586
26587 \begin_layout Standard
26588 ここではユーザーが、文字が丸のなかに収まるように調整してやらなくてはなりません。ここでは、
26589 \series bold
26590
26591 \backslash
26592 Large
26593 \series default
26594
26595 \begin_inset Foot
26596 status collapsed
26597
26598 \begin_layout Plain Layout
26599
26600 \begin_inset CommandInset ref
26601 LatexCommand ref
26602 reference "sub:書体寸法"
26603
26604 \end_inset
26605
26606 節参照のこと。
26607 \end_layout
26608
26609 \end_inset
26610
26611 で丸の大きさを指定しています。そして
26612 \series bold
26613
26614 \backslash
26615 raisebox
26616 \series default
26617
26618 \begin_inset Foot
26619 status collapsed
26620
26621 \begin_layout Plain Layout
26622
26623 \begin_inset CommandInset ref
26624 LatexCommand ref
26625 reference "sub:枠なしボックス"
26626
26627 \end_inset
26628
26629 節参照のこと。
26630 \end_layout
26631
26632 \end_inset
26633
26634 を使って、文字が真ん中にくるようにしています。
26635 \end_layout
26636
26637 \begin_layout Subsection
26638 小数字
26639 \begin_inset Index idx
26640 status collapsed
26641
26642 \begin_layout Plain Layout
26643 しょうすうじ@小数字
26644 \end_layout
26645
26646 \end_inset
26647
26648
26649 \end_layout
26650
26651 \begin_layout Standard
26652 小数字(minuscule number)は、
26653 \series bold
26654
26655 \backslash
26656 oldstylenums
26657 \series default
26658
26659 \begin_inset Index idx
26660 status collapsed
26661
26662 \begin_layout Plain Layout
26663 こまんど@コマンド ! O ! 
26664 \backslash
26665 oldstylenums
26666 \end_layout
26667
26668 \end_inset
26669
26670 コマンドで作成することができます。このコマンドは、数式中でもTeXモード中でも使うことができます。コマンド書式は、
26671 \end_layout
26672
26673 \begin_layout Standard
26674
26675 \series bold
26676
26677 \backslash
26678 oldstylenums{数字}
26679 \end_layout
26680
26681 \begin_layout Standard
26682 です。
26683 \series bold
26684
26685 \backslash
26686 oldstylenums{0123456789}
26687 \series default
26688 というコマンドは、
26689 \begin_inset Formula $\oldstylenums{0123456789}$
26690 \end_inset
26691
26692 のようになります。
26693 \end_layout
26694
26695 \begin_layout Subsection
26696 他の特殊文字
26697 \begin_inset CommandInset label
26698 LatexCommand label
26699 name "sub:他の特殊文字"
26700
26701 \end_inset
26702
26703
26704 \begin_inset Index idx
26705 status collapsed
26706
26707 \begin_layout Plain Layout
26708 とくしゅもじ@特殊文字 ! たの@他の
26709 \end_layout
26710
26711 \end_inset
26712
26713
26714 \end_layout
26715
26716 \begin_layout Standard
26717 以下の各文字は、数式中でコマンドを使用してのみ、挿入することができます。
26718 \end_layout
26719
26720 \begin_layout Standard
26721 \align center
26722 \begin_inset Tabular
26723 <lyxtabular version="3" rows="4" columns="2">
26724 <features rotate="0" tabularvalignment="middle">
26725 <column alignment="center" valignment="top">
26726 <column alignment="center" valignment="top">
26727 <row>
26728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26729 \begin_inset Text
26730
26731 \begin_layout Plain Layout
26732 コマンド
26733 \end_layout
26734
26735 \end_inset
26736 </cell>
26737 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26738 \begin_inset Text
26739
26740 \begin_layout Plain Layout
26741 出力
26742 \end_layout
26743
26744 \end_inset
26745 </cell>
26746 </row>
26747 <row>
26748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26749 \begin_inset Text
26750
26751 \begin_layout Plain Layout
26752
26753 \backslash
26754 ^
26755 \begin_inset space \textvisiblespace{}
26756 \end_inset
26757
26758
26759 \end_layout
26760
26761 \end_inset
26762 </cell>
26763 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26764 \begin_inset Text
26765
26766 \begin_layout Plain Layout
26767 \begin_inset Formula $\mathcircumflex$
26768 \end_inset
26769
26770
26771 \end_layout
26772
26773 \end_inset
26774 </cell>
26775 </row>
26776 <row>
26777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26778 \begin_inset Text
26779
26780 \begin_layout Plain Layout
26781
26782 \backslash
26783 _
26784 \end_layout
26785
26786 \end_inset
26787 </cell>
26788 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26789 \begin_inset Text
26790
26791 \begin_layout Plain Layout
26792 \begin_inset Formula $\_$
26793 \end_inset
26794
26795
26796 \end_layout
26797
26798 \end_inset
26799 </cell>
26800 </row>
26801 <row>
26802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26803 \begin_inset Text
26804
26805 \begin_layout Plain Layout
26806 ^
26807 \begin_inset space \textvisiblespace{}
26808 \end_inset
26809
26810
26811 \backslash
26812 circ
26813 \begin_inset Index idx
26814 status collapsed
26815
26816 \begin_layout Plain Layout
26817
26818 \lang english
26819
26820 \backslash
26821
26822 \end_layout
26823
26824 \end_inset
26825
26826
26827 \end_layout
26828
26829 \end_inset
26830 </cell>
26831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26832 \begin_inset Text
26833
26834 \begin_layout Plain Layout
26835 \begin_inset Formula $^{\circ}$
26836 \end_inset
26837
26838
26839 \end_layout
26840
26841 \end_inset
26842 </cell>
26843 </row>
26844 </lyxtabular>
26845
26846 \end_inset
26847
26848
26849 \end_layout
26850
26851 \begin_layout Standard
26852 しかしながら、角度記号
26853 \begin_inset Formula $^{\circ}$
26854 \end_inset
26855
26856 は、以下の行をLaTeXプリアンブルに書き加えれば、直接挿入することができます
26857 \begin_inset Foot
26858 status collapsed
26859
26860 \begin_layout Plain Layout
26861 この件に関する詳細は、第
26862 \begin_inset CommandInset ref
26863 LatexCommand ref
26864 reference "sub:数式中のテキスト文字"
26865
26866 \end_inset
26867
26868 節にあります。
26869 \end_layout
26870
26871 \end_inset
26872
26873
26874 \end_layout
26875
26876 \begin_layout Standard
26877
26878 \series bold
26879
26880 \backslash
26881 DeclareInputtext{176}{
26882 \backslash
26883 ifmmode^
26884 \backslash
26885 circ
26886 \backslash
26887 else
26888 \backslash
26889 textdegree
26890 \backslash
26891 fi}
26892 \begin_inset Newpage newpage
26893 \end_inset
26894
26895
26896 \end_layout
26897
26898 \begin_layout Section
26899 数式様式
26900 \begin_inset CommandInset label
26901 LatexCommand label
26902 name "sec:数式様式"
26903
26904 \end_inset
26905
26906
26907 \begin_inset Index idx
26908 status collapsed
26909
26910 \begin_layout Plain Layout
26911 すうしき@数式 ! ようしき@様式
26912 \end_layout
26913
26914 \end_inset
26915
26916
26917 \end_layout
26918
26919 \begin_layout Itemize
26920 以下の二つの配置様式があります。
26921 \end_layout
26922
26923 \begin_deeper
26924 \begin_layout Description
26925 中央揃え 事前に定義された標準です。
26926 \end_layout
26927
26928 \begin_layout Description
26929 行頭下げ これを使うには、
26930 \family sans
26931 文書\SpecialChar \menuseparator
26932 設定
26933 \family default
26934 メニューの
26935 \family sans
26936 文書クラス
26937 \family default
26938 において、
26939 \series bold
26940 fleqn
26941 \series default
26942 オプションを指定しておかなくてはなりません。
26943 \end_layout
26944
26945 \begin_layout Standard
26946
26947 \series bold
26948 行頭下げ
26949 \series default
26950 を用いる場合には、行頭下げの大きさを
26951 \series bold
26952
26953 \backslash
26954 mathindent
26955 \series default
26956
26957 \begin_inset Index idx
26958 status collapsed
26959
26960 \begin_layout Plain Layout
26961 こまんど@コマンド ! M ! 
26962 \backslash
26963 mathindent
26964 \end_layout
26965
26966 \end_inset
26967
26968 の値で調整することができます。これを15
26969 \begin_inset space \thinspace{}
26970 \end_inset
26971
26972 mmにするには、LaTeXプリアンブルに以下のコマンドを入れておきます。
26973 \end_layout
26974
26975 \begin_layout Standard
26976
26977 \series bold
26978
26979 \backslash
26980 setlength{
26981 \backslash
26982 mathindent}{15mm}
26983 \end_layout
26984
26985 \begin_layout Standard
26986
26987 \series bold
26988
26989 \backslash
26990 mathindent
26991 \series default
26992 を明示的に指定しない場合には、事前に定義されている30
26993 \begin_inset space \thinspace{}
26994 \end_inset
26995
26996 ptが適用されます。
26997 \end_layout
26998
26999 \end_deeper
27000 \begin_layout Itemize
27001 また、以下の二つの連番様式があります。
27002 \end_layout
27003
27004 \begin_deeper
27005 \begin_layout Description
27006 右 事前に定義された標準です。
27007 \end_layout
27008
27009 \begin_layout Description
27010 左 これを使うには、
27011 \family sans
27012 文書\SpecialChar \menuseparator
27013 設定
27014 \family default
27015 メニューの
27016 \family sans
27017 文書クラス
27018 \family default
27019 において、
27020 \series bold
27021 leqno
27022 \series default
27023 オプションを指定しておかなくてはなりません。
27024 \end_layout
27025
27026 \end_deeper
27027 \begin_layout Standard
27028
27029 \series bold
27030 fleqn
27031 \series default
27032
27033 \series bold
27034 leqno
27035 \series default
27036 は、いっしょに指定することができます。両方のオプションを同時に入れる場合には、コンマで区切って下さい。
27037 \end_layout
27038
27039 \begin_layout Standard
27040 これで選択した様式は、文書中のすべての別行立て数式に用いられます。もし、中央揃えと行頭下げの両様式を同一文書中で用いたい場合には、
27041 \series bold
27042 中央揃え
27043 \series default
27044 様式を指定するようにします。そして、行頭下げにしたい数式は、flalign環境に指定するようにします。第
27045 \begin_inset CommandInset ref
27046 LatexCommand ref
27047 reference "sub:flalign環境"
27048
27049 \end_inset
27050
27051 節をご覧下さい。
27052 \end_layout
27053
27054 \begin_layout Section
27055 多行数式
27056 \begin_inset CommandInset label
27057 LatexCommand label
27058 name "sec:多行数式"
27059
27060 \end_inset
27061
27062
27063 \begin_inset Index idx
27064 status collapsed
27065
27066 \begin_layout Plain Layout
27067 すうしき@数式 ! たぎょう@多行
27068 \end_layout
27069
27070 \end_inset
27071
27072
27073 \end_layout
27074
27075 \begin_layout Subsection
27076 概要
27077 \end_layout
27078
27079 \begin_layout Standard
27080 LyXでは、多行数式は、数式中で
27081 \series bold
27082
27083 \begin_inset Info
27084 type  "shortcut"
27085 arg   "newline-insert newline"
27086 \end_inset
27087
27088
27089 \series default
27090 を押すことで作られます。この操作によって、第
27091 \begin_inset CommandInset ref
27092 LatexCommand ref
27093 reference "sub:eqnarray環境"
27094
27095 \end_inset
27096
27097 節に述べられている
27098 \series bold
27099 eqnarray環境
27100 \series default
27101 が作り出されるか、あるいは文書設定で
27102 \family sans
27103 AMS mathパッケージを使う
27104 \family default
27105 オプションが選択されている場合には、第
27106 \begin_inset CommandInset ref
27107 LatexCommand ref
27108 reference "sub:標準align環境"
27109
27110 \end_inset
27111
27112 節に述べられている
27113 \series bold
27114 align環境
27115 \series default
27116 が作り出されることになります。
27117 \end_layout
27118
27119 \begin_layout Standard
27120 他にも、
27121 \family sans
27122 挿入\SpecialChar \menuseparator
27123 数式
27124 \family default
27125 メニューで作ることのできる多行数式環境があります。これらの環境は、以下の各節で説明します。
27126 \end_layout
27127
27128 \begin_layout Standard
27129 すべての多行数式において、新規行は、
27130 \begin_inset Info
27131 type  "shortcut"
27132 arg   "newline-insert newline"
27133 \end_inset
27134
27135 を押すことによって作られます。行を足したり削ったりするには、数式ツールバーボタンの
27136 \begin_inset Graphics
27137         filename ../../images/tabular-feature_append-row.png
27138         scale 85
27139
27140 \end_inset
27141
27142
27143 \begin_inset Graphics
27144         filename ../../images/tabular-feature_delete-row.png
27145         scale 85
27146
27147 \end_inset
27148
27149 を使うか、
27150 \family sans
27151 編集\SpecialChar \menuseparator
27152 行と列
27153 \family default
27154 メニューを使うことができます。
27155 \end_layout
27156
27157 \begin_layout Subsubsection
27158 行間
27159 \begin_inset CommandInset label
27160 LatexCommand label
27161 name "sub:行間"
27162
27163 \end_inset
27164
27165
27166 \begin_inset Index idx
27167 status collapsed
27168
27169 \begin_layout Plain Layout
27170 すうしき@数式 ! たぎょう@多行 ! ぎょうかん@行間
27171 \end_layout
27172
27173 \end_inset
27174
27175
27176 \end_layout
27177
27178 \begin_layout Standard
27179 以下のように、多行数式において行のあいだの空白が足りないことが、ときどき起こります。
27180 \begin_inset Formula 
27181 \begin{eqnarray*}
27182 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}\\
27183 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
27184 \end{eqnarray*}
27185
27186 \end_inset
27187
27188
27189 \end_layout
27190
27191 \begin_layout Standard
27192 LaTeXにおいて行間を付け加えるには、新規行コマンドに非必須の引数をとらせて指定しますが、これはまだLyXには実装されていない
27193 \begin_inset Foot
27194 status collapsed
27195
27196 \begin_layout Plain Layout
27197 \begin_inset CommandInset href
27198 LatexCommand href
27199 name "LyX-bug #1505"
27200 target "http://www.lyx.org/trac/ticket/1505"
27201
27202 \end_inset
27203
27204 を参照。
27205 \end_layout
27206
27207 \end_inset
27208
27209 ので、数式全体をTeXモードで入れなくてはなりません。上記の例の行間を大きくするには、最初の行の最後に
27210 \series bold
27211
27212 \backslash
27213
27214 \backslash
27215 [3mm]
27216 \series default
27217 というコマンドを入れます。すると、次のようになります。
27218 \begin_inset ERT
27219 status collapsed
27220
27221 \begin_layout Plain Layout
27222
27223
27224 \backslash
27225 begin{eqnarray*}
27226 \end_layout
27227
27228 \begin_layout Plain Layout
27229
27230 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
27231  = & 
27232 \backslash
27233 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
27234 \backslash
27235
27236 \backslash
27237 [3mm]
27238 \end_layout
27239
27240 \begin_layout Plain Layout
27241
27242 4x^{2}
27243 \backslash
27244 left(B^{2}+x_{0}^{2}
27245 \backslash
27246 right)+4x_{0}x
27247 \backslash
27248 left(D-B^{2}
27249 \backslash
27250 right)+B^{2}
27251 \backslash
27252 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
27253 \backslash
27254 right) & = & 0
27255 \end_layout
27256
27257 \begin_layout Plain Layout
27258
27259
27260 \backslash
27261 end{eqnarray*}
27262 \end_layout
27263
27264 \end_inset
27265
27266
27267 \end_layout
27268
27269 \begin_layout Standard
27270 \begin_inset VSpace bigskip
27271 \end_inset
27272
27273 同一数式内のすべての行の行間を一律に指定するには、
27274 \series bold
27275
27276 \backslash
27277 jot
27278 \series default
27279
27280 \begin_inset Index idx
27281 status collapsed
27282
27283 \begin_layout Plain Layout
27284 こまんど@コマンド ! J ! 
27285 \backslash
27286 jot
27287 \end_layout
27288
27289 \end_inset
27290
27291 変数を変更します。定義は、
27292 \begin_inset Formula $\mbox{行間}=\mathrm{6\, pt+\backslash jot}$
27293 \end_inset
27294
27295 となっています。
27296 \series bold
27297
27298 \backslash
27299 jot
27300 \series default
27301 の既定値は、3
27302 \begin_inset space \thinspace{}
27303 \end_inset
27304
27305 ptです。上記の例のように、行間を3
27306 \begin_inset space \thinspace{}
27307 \end_inset
27308
27309 mm追加するには、
27310 \end_layout
27311
27312 \begin_layout Standard
27313
27314 \series bold
27315
27316 \backslash
27317 setlength{
27318 \backslash
27319 jot}{3mm+3pt}
27320 \end_layout
27321
27322 \begin_layout Standard
27323 というコマンドを、数式直前にTeXモードで入れておきます。これを行うには、LaTeXプリアンブルに
27324 \end_layout
27325
27326 \begin_layout Standard
27327
27328 \series bold
27329
27330 \backslash
27331 usepackage{calc}
27332 \end_layout
27333
27334 \begin_layout Standard
27335 という行を入れて、LaTeXパッケージ
27336 \series bold
27337 calc
27338 \series default
27339
27340 \begin_inset Foot
27341 status collapsed
27342
27343 \begin_layout Plain Layout
27344
27345 \series bold
27346 calc
27347 \series default
27348 は標準的なLaTeX頒布版のすべてに付属しています。
27349 \end_layout
27350
27351 \end_inset
27352
27353
27354 \begin_inset Index idx
27355 status collapsed
27356
27357 \begin_layout Plain Layout
27358 ぱっけーじ@パッケージ ! calc
27359 \end_layout
27360
27361 \end_inset
27362
27363  を読み込んでおく必要があります。すると、
27364 \begin_inset ERT
27365 status collapsed
27366
27367 \begin_layout Plain Layout
27368
27369
27370 \backslash
27371 setlength{
27372 \backslash
27373 jot}{3mm+3pt}
27374 \end_layout
27375
27376 \end_inset
27377
27378
27379 \begin_inset Formula 
27380 \begin{eqnarray*}
27381 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}\\
27382 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
27383 \end{eqnarray*}
27384
27385 \end_inset
27386
27387
27388 \end_layout
27389
27390 \begin_layout Standard
27391 \begin_inset ERT
27392 status collapsed
27393
27394 \begin_layout Plain Layout
27395
27396
27397 \backslash
27398 setlength{
27399 \backslash
27400 jot}{3pt}
27401 \end_layout
27402
27403 \end_inset
27404
27405 のような結果を得ます。行間を既定値に戻すには、
27406 \series bold
27407
27408 \backslash
27409 jot
27410 \series default
27411 をふたたび3
27412 \begin_inset space \thinspace{}
27413 \end_inset
27414
27415 ptに戻します。
27416 \end_layout
27417
27418 \begin_layout Subsubsection
27419 列間
27420 \begin_inset CommandInset label
27421 LatexCommand label
27422 name "sub:列間"
27423
27424 \end_inset
27425
27426
27427 \begin_inset Index idx
27428 status collapsed
27429
27430 \begin_layout Plain Layout
27431 すうしき@数式 ! たぎょうすうしき@多行数式 ! れつかん@列間
27432 \end_layout
27433
27434 \end_inset
27435
27436
27437 \end_layout
27438
27439 \begin_layout Standard
27440 多行数式は、行列を形成します。たとえば、eqnarray環境の数式は、3列からなる行列です。この環境で列間を変更すれば、関係子周辺の余白を変更することができます
27441
27442 \end_layout
27443
27444 \begin_layout Standard
27445 列間は、
27446 \series bold
27447
27448 \backslash
27449 arraycolsep
27450 \series default
27451
27452 \begin_inset Index idx
27453 status collapsed
27454
27455 \begin_layout Plain Layout
27456 こまんど@コマンド ! A ! 
27457 \backslash
27458 arraycolsep
27459 \end_layout
27460
27461 \end_inset
27462
27463 変数を使って指定し、
27464 \begin_inset Newline newline
27465 \end_inset
27466
27467 列間 = 2
27468 \begin_inset space \thinspace{}
27469 \end_inset
27470
27471
27472 \series bold
27473
27474 \backslash
27475 arraycolsep
27476 \series default
27477
27478 \begin_inset Newline newline
27479 \end_inset
27480
27481 という関係があります。したがって、
27482 \end_layout
27483
27484 \begin_layout Standard
27485
27486 \series bold
27487
27488 \backslash
27489 setlength{
27490 \backslash
27491 arraycolsep}{1cm}
27492 \end_layout
27493
27494 \begin_layout Standard
27495 というコマンドをTeXモードで入れると、ここから後のすべての数式の列間が2
27496 \begin_inset space \thinspace{}
27497 \end_inset
27498
27499 cmになります。これを既定値に戻すには、
27500 \series bold
27501
27502 \backslash
27503 arraycolsep
27504 \series default
27505 を5
27506 \begin_inset space \thinspace{}
27507 \end_inset
27508
27509 ptに戻して下さい。
27510 \end_layout
27511
27512 \begin_layout Standard
27513 以下は、2
27514 \begin_inset space \thinspace{}
27515 \end_inset
27516
27517 cmの列間を持つ数式です。
27518 \begin_inset ERT
27519 status collapsed
27520
27521 \begin_layout Plain Layout
27522
27523
27524 \backslash
27525 setlength{
27526 \backslash
27527 arraycolsep}{1cm}
27528 \end_layout
27529
27530 \end_inset
27531
27532
27533 \begin_inset Formula 
27534 \begin{eqnarray*}
27535 A & = & B\\
27536 C & \ne & A
27537 \end{eqnarray*}
27538
27539 \end_inset
27540
27541 行列の既定の列間10
27542 \begin_inset space \thinspace{}
27543 \end_inset
27544
27545 ptを持つ数式です。
27546 \begin_inset ERT
27547 status collapsed
27548
27549 \begin_layout Plain Layout
27550
27551
27552 \backslash
27553 setlength{
27554 \backslash
27555 arraycolsep}{5pt}
27556 \end_layout
27557
27558 \end_inset
27559
27560
27561 \begin_inset Formula 
27562 \begin{eqnarray*}
27563 A & = & B\\
27564 C & \ne & A
27565 \end{eqnarray*}
27566
27567 \end_inset
27568
27569
27570 \end_layout
27571
27572 \begin_layout Subsubsection
27573 長い数式
27574 \begin_inset Index idx
27575 status collapsed
27576
27577 \begin_layout Plain Layout
27578 すうしき@数式 ! ながい@長い
27579 \end_layout
27580
27581 \end_inset
27582
27583
27584 \end_layout
27585
27586 \begin_layout Standard
27587 長い数式は、以下の方法を使って組版することができます。
27588 \end_layout
27589
27590 \begin_layout Itemize
27591 左辺ないし右辺の一方が、行幅よりもかなり短いときには、以下のように、短い方を左辺に置き、右辺を二行に分けて組版します。
27592 \begin_inset Formula 
27593 \begin{eqnarray}
27594 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 \\
27595  &  & -\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}
27596 \end{eqnarray}
27597
27598 \end_inset
27599
27600 二行目の最初のマイナス記号は、行頭の文字になってしまうため、通常、表示の上で演算子としては取り扱われません。前後に余白が置かれることもなく、分数線からも離れて表
27601 示されません。これを避けるために、マイナス記号の後に
27602 \series bold
27603
27604 \backslash
27605 hspace
27606 \series default
27607 .
27608 \begin_inset Foot
27609 status collapsed
27610
27611 \begin_layout Plain Layout
27612
27613 \series bold
27614
27615 \backslash
27616 hspace
27617 \series default
27618 に関しての詳細は、第
27619 \begin_inset CommandInset ref
27620 LatexCommand ref
27621 reference "sub:可変長の空白"
27622
27623 \end_inset
27624
27625 節をご覧下さい。
27626 \end_layout
27627
27628 \end_inset
27629
27630
27631 \begin_inset Index idx
27632 status collapsed
27633
27634 \begin_layout Plain Layout
27635 こまんど@コマンド ! H ! 
27636 \backslash
27637 hspace
27638 \end_layout
27639
27640 \end_inset
27641
27642 コマンドを使って3
27643 \begin_inset space \thinspace{}
27644 \end_inset
27645
27646 pt空白を入れてあります。
27647 \end_layout
27648
27649 \begin_layout Itemize
27650 数式の両辺がともに長すぎるときには、
27651 \series bold
27652
27653 \backslash
27654 lefteqn
27655 \series default
27656
27657 \begin_inset Index idx
27658 status collapsed
27659
27660 \begin_layout Plain Layout
27661 こまんど@コマンド ! L ! 
27662 \backslash
27663 lefteqn
27664 \end_layout
27665
27666 \end_inset
27667
27668 コマンドを使います。これを最初の行の第一列に入れると、以下のように、続きの内容が他の列にかかって表示されます。
27669 \begin_inset Formula 
27670 \begin{eqnarray}
27671 \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 \\
27672  &  & -\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 \\
27673  &  & =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}
27674 \end{eqnarray}
27675
27676 \end_inset
27677
27678
27679 \series bold
27680
27681 \backslash
27682 lefteqn
27683 \series default
27684 を入力すると、青枠から少し左にずれたところに現れる紫枠にカーソルが移るので、ここに数式を入力します。
27685 \begin_inset Newline newline
27686 \end_inset
27687
27688 二行め以降の行の内容は、二列め以降の列に挿入します。挿入する列が右になるほど、字下げの量が大きくなります。
27689 \begin_inset VSpace medskip
27690 \end_inset
27691
27692
27693 \begin_inset Newline newline
27694 \end_inset
27695
27696
27697 \begin_inset Note Greyedout
27698 status open
27699
27700 \begin_layout Plain Layout
27701
27702 \series bold
27703
27704 \backslash
27705 lefteqn
27706 \series default
27707 を使用する際には、以下のことにご注意下さい。
27708 \end_layout
27709
27710 \begin_layout Itemize
27711 数式では、ページ幅全部を使うことはしません。たとえば、上記の例で、最初の行に
27712 \begin_inset Formula $-B^{2}$
27713 \end_inset
27714
27715 という項を置いたとすると、ページ余白の領域に出てしまいますが、これはよくありません。幅をうまく使うには、最初の行の行頭に負の空白を入れる方法もあります。
27716 \end_layout
27717
27718 \begin_layout Itemize
27719 LyXのバグによって、最初の行にマウスでカーソルを入れることはできません
27720 \begin_inset Foot
27721 status collapsed
27722
27723 \begin_layout Plain Layout
27724 \begin_inset CommandInset href
27725 LatexCommand href
27726 name "LyX-bug #1429"
27727 target "http://www.lyx.org/trac/ticket/1429"
27728
27729 \end_inset
27730
27731
27732 \end_layout
27733
27734 \end_inset
27735
27736 。カーソルを行頭に合わせて、矢印
27737 \begin_inset Flex Ruby
27738 status collapsed
27739
27740 \begin_layout Plain Layout
27741
27742 \begin_inset Argument post:1
27743 status collapsed
27744
27745 \begin_layout Plain Layout
27746 キー
27747 \end_layout
27748
27749 \end_inset
27750
27751
27752 \end_layout
27753
27754 \end_inset
27755
27756 で移動するしかありません。
27757 \end_layout
27758
27759 \end_inset
27760
27761
27762 \end_layout
27763
27764 \begin_layout Itemize
27765 長い数式を組む他の方法として、第
27766 \begin_inset CommandInset ref
27767 LatexCommand ref
27768 reference "sub:multline環境"
27769
27770 \end_inset
27771
27772 節と第
27773 \begin_inset CommandInset ref
27774 LatexCommand ref
27775 reference "sub:数式の一部の多行化"
27776
27777 \end_inset
27778
27779 節で述べられている環境を用いる方法があります。
27780 \end_layout
27781
27782 \begin_layout Subsubsection
27783 多行にわたる括弧
27784 \begin_inset CommandInset label
27785 LatexCommand label
27786 name "sub:多行にわたる括弧"
27787
27788 \end_inset
27789
27790
27791 \begin_inset Index idx
27792 status collapsed
27793
27794 \begin_layout Plain Layout
27795 かっこ@括弧 ! たぎょうすうしきよう@多行数式用
27796 \end_layout
27797
27798 \end_inset
27799
27800
27801 \end_layout
27802
27803 \begin_layout Standard
27804 多行にわたる括弧を作ろうとすると、以下のような問題が生じます。
27805 \begin_inset Formula 
27806 \begin{eqnarray*}
27807 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
27808  &  & \left.\cdots+B-D\right]
27809 \end{eqnarray*}
27810
27811 \end_inset
27812
27813
27814 \end_layout
27815
27816 \begin_layout Standard
27817 可変寸法の括弧は多行にわたることができないので、閉じ括弧が初めの括弧よりも小さくなってしまっています。
27818 \end_layout
27819
27820 \begin_layout Standard
27821 二行めの括弧の大きさを正しく設定するには、最初の行の終わりを
27822 \series bold
27823
27824 \backslash
27825 right.
27826 \series default
27827
27828 \begin_inset Index idx
27829 status collapsed
27830
27831 \begin_layout Plain Layout
27832 こまんど@コマンド ! R ! 
27833 \backslash
27834 right
27835 \end_layout
27836
27837 \end_inset
27838
27839 とし、二行めの始めを
27840 \series bold
27841
27842 \backslash
27843 left.
27844 \begin_inset Foot
27845 status collapsed
27846
27847 \begin_layout Plain Layout
27848
27849 \series bold
27850
27851 \backslash
27852 left
27853 \series default
27854
27855 \series bold
27856
27857 \backslash
27858 right
27859 \series default
27860 に関する詳細は、第
27861 \begin_inset CommandInset ref
27862 LatexCommand ref
27863 reference "sub:自動の括弧丈"
27864
27865 \end_inset
27866
27867 節をご覧下さい。
27868 \end_layout
27869
27870 \end_inset
27871
27872
27873 \series default
27874
27875 \begin_inset Index idx
27876 status collapsed
27877
27878 \begin_layout Plain Layout
27879 こまんど@コマンド ! L ! 
27880 \backslash
27881 left
27882 \end_layout
27883
27884 \end_inset
27885
27886 とします。一行めにおいては、範囲付き積演算子がもっとも大きな記号であり、これが二行めの括弧の大きさにならなくてはならないので、
27887 \series bold
27888
27889 \backslash
27890 left.
27891 \series default
27892 の後に、
27893 \series bold
27894
27895 \backslash
27896 vphantom
27897 \series default
27898
27899 \begin_inset space \textvisiblespace{}
27900 \end_inset
27901
27902
27903 \series bold
27904
27905 \backslash
27906 prod
27907 \series default
27908 ^
27909 \begin_inset space \textvisiblespace{}
27910 \end_inset
27911
27912
27913 \series bold
27914
27915 \backslash
27916 infty
27917 \series default
27918
27919 \begin_inset space \textvisiblespace{}
27920 \end_inset
27921
27922
27923 \series bold
27924
27925 \begin_inset Formula $\downarrow$
27926 \end_inset
27927
27928 _R=1}
27929 \series default
27930
27931 \begin_inset Index idx
27932 status collapsed
27933
27934 \begin_layout Plain Layout
27935 こまんど@コマンド ! V ! 
27936 \backslash
27937 vphantom
27938 \end_layout
27939
27940 \end_inset
27941
27942 というコマンドを挿入します。
27943 \end_layout
27944
27945 \begin_layout Standard
27946 その結果が以下の数式です。
27947 \begin_inset Formula 
27948 \begin{eqnarray*}
27949 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
27950  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
27951 \end{eqnarray*}
27952
27953 \end_inset
27954
27955
27956 \end_layout
27957
27958 \begin_layout Subsection
27959 align環境
27960 \end_layout
27961
27962 \begin_layout Standard
27963 align環境は、すべての型の多行数式に使うことができ、とくに、いくつかの数式を並べて表示させるのに便利です。
27964 \end_layout
27965
27966 \begin_layout Standard
27967 align環境には列があり、奇数列は右揃え、偶数列は左揃えに設定されます。align環境の行にはすべて、付番することができます。
27968 \end_layout
27969
27970 \begin_layout Standard
27971 align環境は、
27972 \family sans
27973 挿入\SpecialChar \menuseparator
27974 数式
27975 \family default
27976 メニューから作ることができます。
27977 \family sans
27978 編集\SpecialChar \menuseparator
27979 数式\SpecialChar \menuseparator
27980 数式の表記を変更
27981 \family default
27982 メニューを使えば、既存の数式をalign環境に変更することができます。
27983 \end_layout
27984
27985 \begin_layout Standard
27986 列を追加したり削除したりするには、数式ツールバーボタンの
27987 \begin_inset Graphics
27988         filename ../../images/tabular-feature_append-column.png
27989         scale 85
27990
27991 \end_inset
27992
27993
27994 \begin_inset Graphics
27995         filename ../../images/tabular-feature_delete-column.png
27996         scale 85
27997
27998 \end_inset
27999
28000 を使うか、
28001 \family sans
28002 編集\SpecialChar \menuseparator
28003 行と列
28004 \family default
28005 メニューを使います。
28006 \end_layout
28007
28008 \begin_layout Subsubsection
28009 標準align環境
28010 \begin_inset CommandInset label
28011 LatexCommand label
28012 name "sub:標準align環境"
28013
28014 \end_inset
28015
28016
28017 \begin_inset Index idx
28018 status collapsed
28019
28020 \begin_layout Plain Layout
28021 すうしき@数式 ! たぎょう@多行 ! alignかんきょう@align環境
28022 \end_layout
28023
28024 \end_inset
28025
28026
28027 \end_layout
28028
28029 \begin_layout Standard
28030 このalign環境は、数式中で
28031 \begin_inset Info
28032 type  "shortcut"
28033 arg   "newline-insert newline"
28034 \end_inset
28035
28036 を押すか、
28037 \family sans
28038 挿入\SpecialChar \menuseparator
28039 数式\SpecialChar \menuseparator
28040 AMS align環境
28041 \family default
28042 メニューで作ることができます。
28043 \end_layout
28044
28045 \begin_layout Standard
28046 以下は、二つの数式を横に並べた例ですが、これは4列からなるalign環境として作ります。
28047 \begin_inset Formula 
28048 \begin{align*}
28049 A & =\sin(B) & C & =D\\
28050 C & \ne A & B & \ne D
28051 \end{align*}
28052
28053 \end_inset
28054
28055 ご覧になって分かるように、この環境の数式は、一列めの前と偶数列の後に
28056 \series bold
28057
28058 \backslash
28059 hfill
28060 \begin_inset Foot
28061 status collapsed
28062
28063 \begin_layout Plain Layout
28064
28065 \series bold
28066
28067 \backslash
28068 hfill
28069 \series default
28070 に関する詳細は、第
28071 \begin_inset CommandInset ref
28072 LatexCommand ref
28073 reference "sub:可変長の空白"
28074
28075 \end_inset
28076
28077 節をご覧下さい。
28078 \end_layout
28079
28080 \end_inset
28081
28082
28083 \series default
28084 があるかのように配置されます。数式様式として
28085 \series bold
28086 行頭下げ
28087 \begin_inset Foot
28088 status collapsed
28089
28090 \begin_layout Plain Layout
28091
28092 \series bold
28093 数式様式については、第
28094 \series default
28095
28096 \begin_inset CommandInset ref
28097 LatexCommand ref
28098 reference "sec:数式様式"
28099
28100 \end_inset
28101
28102 節をご覧下さい。
28103 \end_layout
28104
28105 \end_inset
28106
28107
28108 \series default
28109 を使う場合には、第一列の前の
28110 \series bold
28111
28112 \backslash
28113 hfill
28114 \series default
28115 はない形で数式が設定されます。
28116 \end_layout
28117
28118 \begin_layout Subsubsection
28119 alignat環境
28120 \begin_inset Index idx
28121 status collapsed
28122
28123 \begin_layout Plain Layout
28124 すうしき@数式 ! たぎょう@多行 ! alignatかんきょう@alignat環境
28125 \end_layout
28126
28127 \end_inset
28128
28129
28130 \end_layout
28131
28132 \begin_layout Standard
28133 alignat環境には、事前に設定された列間が存在しません。列間は、必要ならば、第
28134 \begin_inset CommandInset ref
28135 LatexCommand ref
28136 reference "sub:空白"
28137
28138 \end_inset
28139
28140 節に述べられている空白を使用して手動で入れます。
28141 \end_layout
28142
28143 \begin_layout Standard
28144 以下は、上記の例をalignat環境に設定し、二つめの数式の頭に1
28145 \begin_inset space \thinspace{}
28146 \end_inset
28147
28148 cmの空白を入れたものです。
28149 \begin_inset Formula 
28150 \begin{alignat*}{2}
28151 A & =\sin(B) & \hspace{1cm}C & =D\\
28152 C & \ne A & B & \ne D
28153 \end{alignat*}
28154
28155 \end_inset
28156
28157 列間を各列ごとに設定することができるので、この環境は、とくに三つないし四つの数式を横に並べるのに向いています。
28158 \end_layout
28159
28160 \begin_layout Subsubsection
28161 flalign環境
28162 \begin_inset CommandInset label
28163 LatexCommand label
28164 name "sub:flalign環境"
28165
28166 \end_inset
28167
28168
28169 \begin_inset Index idx
28170 status collapsed
28171
28172 \begin_layout Plain Layout
28173 すうしき@数式 ! たぎょう@多行 ! flalignかんきょう@flalign環境
28174 \end_layout
28175
28176 \end_inset
28177
28178
28179 \end_layout
28180
28181 \begin_layout Standard
28182 この環境では、つねに、最初の二列をできるだけ左寄せにし、最後の二列をできるだけ右寄せにするように設定されます。以下がその例です。
28183 \begin_inset Formula 
28184 \begin{flalign*}
28185 A & =1 & B & =2 & C & =3\\
28186 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
28187 \end{flalign*}
28188
28189 \end_inset
28190
28191
28192 \end_layout
28193
28194 \begin_layout Standard
28195 奇数列のflalign環境を作成し、最後の列に空のTeX括弧を入れておくと、数式様式として
28196 \series bold
28197 中央揃え
28198 \series default
28199 が用いられているときでも、一部の数式を左寄せにすることができます。以下は、例として
28200 \begin_inset CommandInset ref
28201 LatexCommand eqref
28202 reference "eq:VolInt"
28203
28204 \end_inset
28205
28206 式を行頭下げにしたものです。
28207 \begin_inset Formula 
28208 \begin{flalign}
28209 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}
28210 \end{flalign}
28211
28212 \end_inset
28213
28214 ここで、最初の二列には数式が入れられており、行頭下げ数式様式と同等の字下げを行うために、30
28215 \begin_inset space \thinspace{}
28216 \end_inset
28217
28218 ptの空白が第1列の頭に入れてあります。
28219 \end_layout
28220
28221 \begin_layout Subsection
28222 eqnarray環境
28223 \begin_inset CommandInset label
28224 LatexCommand label
28225 name "sub:eqnarray環境"
28226
28227 \end_inset
28228
28229
28230 \begin_inset Index idx
28231 status collapsed
28232
28233 \begin_layout Plain Layout
28234 すうしき@数式 ! たぎょう@多行 ! eqnarrayかんきょう@eqnarray環境
28235 \end_layout
28236
28237 \end_inset
28238
28239
28240 \end_layout
28241
28242 \begin_layout Standard
28243 この環境を作成すると、三つの青枠が現れます。最初の枠の内容は右寄せに設定され、最後の枠の内容は左寄せに設定されます。中央の枠は、関係子のみを入れることを想定して
28244 いるので、その内容は中央揃えで少し小さく設定されます。
28245 \begin_inset Formula 
28246 \begin{eqnarray*}
28247 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
28248 AB & AB & AB\\
28249 A & = & A
28250 \end{eqnarray*}
28251
28252 \end_inset
28253
28254
28255 \end_layout
28256
28257 \begin_layout Subsection
28258 gather環境
28259 \begin_inset Index idx
28260 status collapsed
28261
28262 \begin_layout Plain Layout
28263 すうしき@数式 ! たぎょう@多行 ! gatherかんきょう@gather環境
28264 \end_layout
28265
28266 \end_inset
28267
28268
28269 \end_layout
28270
28271 \begin_layout Standard
28272 この環境には、中央揃えに設定された列一つしかありません。行はすべて付番することができます。
28273 \begin_inset Formula 
28274 \begin{gather}
28275 A=1\\
28276 X=\textrm{-}1
28277 \end{gather}
28278
28279 \end_inset
28280
28281
28282 \end_layout
28283
28284 \begin_layout Subsection
28285 multline環境
28286 \begin_inset CommandInset label
28287 LatexCommand label
28288 name "sub:multline環境"
28289
28290 \end_inset
28291
28292
28293 \begin_inset Index idx
28294 status collapsed
28295
28296 \begin_layout Plain Layout
28297 すうしき@数式 ! たぎょう@多行 ! multlineかんきょう@multpline環境
28298 \end_layout
28299
28300 \end_inset
28301
28302
28303 \end_layout
28304
28305 \begin_layout Standard
28306 gather環境同様、multline環境には、中央揃えに設定された列一つしかありません。ただし、一行めが左揃えに設定され、最終行が右揃えに設定されるのです。他
28307 の行はすべて中央揃えになります。このことから、この環境は、長い数式に使うのに向いています。用例として、
28308 \begin_inset CommandInset ref
28309 LatexCommand eqref
28310 reference "eq:lefteqn"
28311
28312 \end_inset
28313
28314 式をmultline環境に置いたものを示します。
28315 \begin_inset Formula 
28316 \begin{multline}
28317 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}\\
28318 -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}\\
28319 =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}}
28320 \end{multline}
28321
28322 \end_inset
28323
28324
28325 \end_layout
28326
28327 \begin_layout Standard
28328 文書の付番設定が右寄せ(左寄せ)になっているときには、出力では、multline環境の最後(最初)の行だけが付番されます
28329 \begin_inset Foot
28330 status collapsed
28331
28332 \begin_layout Plain Layout
28333 付番様式については、第
28334 \begin_inset CommandInset ref
28335 LatexCommand ref
28336 reference "sec:数式様式"
28337
28338 \end_inset
28339
28340 節を参照。
28341 \end_layout
28342
28343 \end_inset
28344
28345
28346 \end_layout
28347
28348 \begin_layout Standard
28349
28350 \series bold
28351
28352 \backslash
28353 shoveright
28354 \begin_inset Index idx
28355 status collapsed
28356
28357 \begin_layout Plain Layout
28358 こまんど@コマンド ! S ! 
28359 \backslash
28360 shoveright
28361 \end_layout
28362
28363 \end_inset
28364
28365 コマンドや
28366 \backslash
28367 shoveleft
28368 \begin_inset Index idx
28369 status collapsed
28370
28371 \begin_layout Plain Layout
28372 こまんど@コマンド ! S ! 
28373 \backslash
28374 shoveleft
28375 \end_layout
28376
28377 \end_inset
28378
28379
28380 \series default
28381 コマンドを使えば、中央揃えの行を右寄せや左寄せにすることができます。これらのコマンドは、以下のようにして使います。
28382 \end_layout
28383
28384 \begin_layout Standard
28385
28386 \series bold
28387
28388 \backslash
28389 shoveright{行の内容}
28390 \series default
28391 あるいは
28392 \series bold
28393
28394 \backslash
28395 shoveleft{行の内容}
28396 \end_layout
28397
28398 \begin_layout Standard
28399 \begin_inset VSpace medskip
28400 \end_inset
28401
28402
28403 \series bold
28404
28405 \backslash
28406 multlinegap
28407 \begin_inset Index idx
28408 status collapsed
28409
28410 \begin_layout Plain Layout
28411 こまんど@コマンド ! M ! 
28412 \backslash
28413 multlinegap
28414 \end_layout
28415
28416 \end_inset
28417
28418
28419 \series default
28420 長は、一行めの左ページ余白からの距離を指定します。既定値は0
28421 \begin_inset space \thinspace{}
28422 \end_inset
28423
28424 ptの長さです。
28425 \end_layout
28426
28427 \begin_layout Standard
28428 以下は、上記の数式に
28429 \end_layout
28430
28431 \begin_layout Standard
28432
28433 \series bold
28434
28435 \backslash
28436 setlength{
28437 \backslash
28438 multlinegap}{2cm}
28439 \end_layout
28440
28441 \begin_layout Standard
28442 というコマンドを、TeXモードで直前に挿入した例です。
28443 \begin_inset ERT
28444 status collapsed
28445
28446 \begin_layout Plain Layout
28447
28448
28449 \backslash
28450 setlength{
28451 \backslash
28452 multlinegap}{2cm}
28453 \end_layout
28454
28455 \end_inset
28456
28457
28458 \begin_inset Formula 
28459 \begin{multline}
28460 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}\\
28461 \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}}\\
28462 =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}}
28463 \end{multline}
28464
28465 \end_inset
28466
28467
28468 \begin_inset ERT
28469 status collapsed
28470
28471 \begin_layout Plain Layout
28472
28473
28474 \backslash
28475 setlength{
28476 \backslash
28477 multlinegap}{0pt}
28478 \end_layout
28479
28480 \end_inset
28481
28482 二行めは、
28483 \series bold
28484
28485 \backslash
28486 shoveleft
28487 \series default
28488 を使って左揃えにしています。
28489 \end_layout
28490
28491 \begin_layout Subsection
28492 数式の一部の多行化
28493 \begin_inset CommandInset label
28494 LatexCommand label
28495 name "sub:数式の一部の多行化"
28496
28497 \end_inset
28498
28499
28500 \begin_inset Index idx
28501 status collapsed
28502
28503 \begin_layout Plain Layout
28504 すうしき@数式 ! たぎょう@多行 ! すうしきのいちぶ@数式の一部
28505 \end_layout
28506
28507 \end_inset
28508
28509
28510 \end_layout
28511
28512 \begin_layout Standard
28513 数式の一部分のみを多行表示したい場合には、
28514 \series bold
28515 aligned
28516 \series default
28517
28518 \series bold
28519 alignedat
28520 \series default
28521
28522 \series bold
28523 gathered
28524 \series default
28525
28526 \series bold
28527 split
28528 \series default
28529 のうちのいずれかの環境を使用します。これらは、
28530 \family sans
28531 挿入\SpecialChar \menuseparator
28532 数式
28533 \family default
28534 メニューか、本節で解説している各コマンドを使用して挿入することができます。
28535 \end_layout
28536
28537 \begin_layout Standard
28538 最初の三つの環境は、環境名から
28539 \series bold
28540 ed
28541 \series default
28542 を省いた同名の多行数式環境と同じ性格を持ちますが、環境の前後に数式を続けることが可能です。たとえば、
28543 \begin_inset Formula 
28544 \[
28545 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
28546 \Delta E\Delta t & \ge\frac{\hbar}{2}
28547 \end{aligned}
28548 \right\} \textrm{不確定性原理}
28549 \]
28550
28551 \end_inset
28552
28553
28554 \end_layout
28555
28556 \begin_layout Standard
28557 この数式を作るには、別行立て数式をまず作っておいて、そこに
28558 \series bold
28559
28560 \backslash
28561 aligned
28562 \begin_inset Index idx
28563 status collapsed
28564
28565 \begin_layout Plain Layout
28566 こまんど@コマンド ! A ! 
28567 \backslash
28568 aligned
28569 \end_layout
28570
28571 \end_inset
28572
28573
28574 \series default
28575 コマンドを挿入しています。紫枠の中に青枠が現れるので、そこに必要に応じて、列や行を加えていきます。この多行環境の外には、括弧などの他の数式要素を入れることができ
28576 ます。
28577 \end_layout
28578
28579 \begin_layout Standard
28580 aligned環境は、長い数式を水平方向を揃えて表示するのにも向いています。別行立て数式内でalignedを用いるようにすると、数式番号を行末の、数式全高の中心
28581 に配置できる利点があります。以下に例として、
28582 \begin_inset CommandInset ref
28583 LatexCommand eqref
28584 reference "eq:shortlong"
28585
28586 \end_inset
28587
28588 式にaligned環境を適用したものを示します。
28589 \begin_inset Formula 
28590 \begin{equation}
28591 \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}|}\\
28592  & -\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}|}
28593 \end{aligned}
28594 \end{equation}
28595
28596 \end_inset
28597
28598
28599 \end_layout
28600
28601 \begin_layout Standard
28602
28603 \series bold
28604 alignedat
28605 \series default
28606
28607 \series bold
28608 gathered
28609 \series default
28610
28611 \series bold
28612 split
28613 \series default
28614 の各環境を使うには、それぞれ
28615 \series bold
28616
28617 \backslash
28618 alignedat
28619 \series default
28620
28621 \begin_inset Index idx
28622 status collapsed
28623
28624 \begin_layout Plain Layout
28625 こまんど@コマンド ! A ! 
28626 \backslash
28627 alignedat
28628 \end_layout
28629
28630 \end_inset
28631
28632
28633 \series bold
28634
28635 \backslash
28636 gathered
28637 \series default
28638
28639 \begin_inset Index idx
28640 status collapsed
28641
28642 \begin_layout Plain Layout
28643 こまんど@コマンド ! G ! 
28644 \backslash
28645 gathered
28646 \end_layout
28647
28648 \end_inset
28649
28650
28651 \series bold
28652
28653 \backslash
28654 split
28655 \series default
28656
28657 \begin_inset Index idx
28658 status collapsed
28659
28660 \begin_layout Plain Layout
28661 こまんど@コマンド ! S ! 
28662 \backslash
28663 split
28664 \end_layout
28665
28666 \end_inset
28667
28668 の各コマンドを挿入します。split環境は、aligned環境と同じ性格を持ちますが、二つの列しか作ることができません。
28669 \end_layout
28670
28671 \begin_layout Subsection
28672 多行数式中のテキスト
28673 \begin_inset CommandInset label
28674 LatexCommand label
28675 name "sub:多行数式中のテキスト"
28676
28677 \end_inset
28678
28679
28680 \begin_inset Index idx
28681 status collapsed
28682
28683 \begin_layout Plain Layout
28684 てきすと@テキスト ! すうしきちゅうの@数式中の
28685 \end_layout
28686
28687 \end_inset
28688
28689
28690 \begin_inset Index idx
28691 status collapsed
28692
28693 \begin_layout Plain Layout
28694 すうしき@数式 ! たぎょう@多行 ! てきすと@テキスト
28695 \end_layout
28696
28697 \end_inset
28698
28699
28700 \end_layout
28701
28702 \begin_layout Standard
28703 各align系環境およびmultline・gather環境では、独立した行に列揃えの影響を受けない形でテキストを挿入することができます。これを行うには、以下の書
28704 式を持つ
28705 \series bold
28706
28707 \backslash
28708 intertext
28709 \series default
28710
28711 \begin_inset Index idx
28712 status collapsed
28713
28714 \begin_layout Plain Layout
28715 こまんど@コマンド ! I ! 
28716 \backslash
28717 intertext
28718 \end_layout
28719
28720 \end_inset
28721
28722 コマンドを使います。
28723 \end_layout
28724
28725 \begin_layout Standard
28726
28727 \series bold
28728
28729 \backslash
28730 intertext{テキスト}
28731 \end_layout
28732
28733 \begin_layout Standard
28734 テキストのハイフネーションを行うことはできないので、テキストは一行に収めなくてはなりません。LyXは、現時点では
28735 \series bold
28736
28737 \backslash
28738 intertext
28739 \series default
28740 を直接サポートしていないので、テキストは数式テキストとして書き入れます。ここで、
28741 \series bold
28742
28743 \backslash
28744 intertext
28745 \series default
28746 は行頭になくてはならず、当該行の上に出力されます。以下は、二行めの行頭にテキストを入れた例です。
28747 \begin_inset Formula 
28748 \begin{align}
28749 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
28750 \intertext{\text{被積分函数は\ensuremath{\phi=\pi}において対称なので、}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
28751 \end{align}
28752
28753 \end_inset
28754
28755
28756 \begin_inset Newpage newpage
28757 \end_inset
28758
28759
28760 \end_layout
28761
28762 \begin_layout Section
28763 数式番号
28764 \begin_inset Index idx
28765 status collapsed
28766
28767 \begin_layout Plain Layout
28768 すうしきばんごう@数式番号
28769 \end_layout
28770
28771 \end_inset
28772
28773
28774 \begin_inset Index idx
28775 status collapsed
28776
28777 \begin_layout Plain Layout
28778 すうしき@数式 ! ばんごう@番号|see
28779 \begin_inset ERT
28780 status collapsed
28781
28782 \begin_layout Plain Layout
28783
28784 {
28785 \end_layout
28786
28787 \end_inset
28788
28789 数式番号
28790 \begin_inset ERT
28791 status collapsed
28792
28793 \begin_layout Plain Layout
28794
28795 }
28796 \end_layout
28797
28798 \end_inset
28799
28800
28801 \end_layout
28802
28803 \end_inset
28804
28805
28806 \end_layout
28807
28808 \begin_layout Subsection
28809 概要
28810 \end_layout
28811
28812 \begin_layout Standard
28813 付番数式は、
28814 \family sans
28815 挿入\SpecialChar \menuseparator
28816 数式\SpecialChar \menuseparator
28817 付番数式
28818 \family default
28819 メニュー(
28820 \begin_inset Flex Ruby
28821 status collapsed
28822
28823 \begin_layout Plain Layout
28824 捷径
28825 \begin_inset Argument post:1
28826 status collapsed
28827
28828 \begin_layout Plain Layout
28829 ショートカット
28830 \end_layout
28831
28832 \end_inset
28833
28834
28835 \end_layout
28836
28837 \end_inset
28838
28839
28840 \family sans
28841 Ctrl+Alt
28842 \begin_inset space ~
28843 \end_inset
28844
28845 N
28846 \family default
28847 )で作ることができます。既存の数式に番号を振るには、
28848 \family sans
28849 編集\SpecialChar \menuseparator
28850 数式\SpecialChar \menuseparator
28851 数式全体を付番
28852 \family default
28853 メニュー(捷径
28854 \begin_inset Info
28855 type  "shortcut"
28856 arg   "math-number-toggle"
28857 \end_inset
28858
28859 )を使います。LyX中において数式番号は、数式の後に括弧に囲まれた「#」で表されます。「#」は、実際の出力では数式番号に置き換えられます。
28860 \end_layout
28861
28862 \begin_layout Standard
28863 多行数式で付番が有効になっているときには、すべての行に番号が振られます。ただし、
28864 \family sans
28865 編集\SpecialChar \menuseparator
28866 数式\SpecialChar \menuseparator
28867 この行を付番
28868 \family default
28869 メニュー(捷径
28870 \begin_inset Info
28871 type  "shortcut"
28872 arg   "math-number-line-toggle"
28873 \end_inset
28874
28875 )を使用すれば、各行毎に付番するかどうか指定することができます。
28876 \end_layout
28877
28878 \begin_layout Standard
28879 行内数式を除いて、すべての数式は二通りの様式で番号を振ることができます。第
28880 \begin_inset CommandInset ref
28881 LatexCommand ref
28882 reference "sec:数式様式"
28883
28884 \end_inset
28885
28886 節をご覧下さい。
28887 \end_layout
28888
28889 \begin_layout Subsection
28890 相互参照
28891 \begin_inset Index idx
28892 status collapsed
28893
28894 \begin_layout Plain Layout
28895 そうごさんしょう@相互参照 ! すうしきへの@数式への
28896 \end_layout
28897
28898 \end_inset
28899
28900
28901 \end_layout
28902
28903 \begin_layout Standard
28904 ラベルを付けた数式は、すべて相互参照することができます。ラベルは、
28905 \family sans
28906 挿入\SpecialChar \menuseparator
28907 ラベル
28908 \family default
28909 メニューか、ツールバーボタンの
28910 \begin_inset Graphics
28911         filename ../../images/label-insert.png
28912         scale 85
28913
28914 \end_inset
28915
28916 で付けることができます。このとき、カーソルは別行立て数式の中になくてはなりません。すると、テキストフィールドの中に
28917 \series bold
28918 eq:と
28919 \series default
28920 いう接頭語の入ったダイアログが現れるので、接頭語の後にラベルを挿入します。この既定の接頭辞は「equation(数式)」を意味し、こうして数式ラベルであるとの標
28921 を付けることによって、節ラベルなどから区別し、大きな文書の中でラベルを見つけるのを容易にします。ラベルを変更するには、
28922 \family sans
28923 挿入\SpecialChar \menuseparator
28924 ラベル
28925 \family default
28926 メニューをもういちど使って下さい。
28927 \end_layout
28928
28929 \begin_layout Standard
28930 LyX中でラベル名は、数式の後ろに、二つの括弧に囲まれて表示されます。ラベル付きの数式はつねに付番されます。
28931 \end_layout
28932
28933 \begin_layout Standard
28934 相互参照は、
28935 \family sans
28936 挿入\SpecialChar \menuseparator
28937 相互参照
28938 \family default
28939 メニューかツールバーボタンの
28940 \begin_inset Graphics
28941         filename ../../images/dialog-show-new-inset_ref.png
28942         scale 85
28943
28944 \end_inset
28945
28946 を使って挿入します。数式相互参照は、出力では数式番号として表示されます。相互参照ダイアログで「
28947 \series bold
28948 (<参照>)
28949 \series default
28950 」書式を選択した場合には、出力での相互参照は、括弧に囲まれた数式番号として表示されます。
28951 \begin_inset Newline newline
28952 \end_inset
28953
28954 LyX中で相互参照を右クリックすると、参照先の数式に移動することができます。
28955 \end_layout
28956
28957 \begin_layout Standard
28958 以下は、後の各小節に現れる数式への相互参照を含む例です。
28959 \begin_inset Note Note
28960 status open
28961
28962 \begin_layout Plain Layout
28963 相互参照の型の違いに留意してください。
28964 \end_layout
28965
28966 \end_inset
28967
28968
28969 \end_layout
28970
28971 \begin_layout Standard
28972 \begin_inset CommandInset ref
28973 LatexCommand eqref
28974 reference "eq:tag"
28975
28976 \end_inset
28977
28978 式と
28979 \begin_inset CommandInset ref
28980 LatexCommand eqref
28981 reference "eq:c"
28982
28983 \end_inset
28984
28985 式は、等価です。(
28986 \begin_inset CommandInset ref
28987 LatexCommand ref
28988 reference "eq:Rom"
28989
28990 \end_inset
28991
28992 )式とは異なり、(
28993 \begin_inset CommandInset ref
28994 LatexCommand ref
28995 reference "eq:Lat"
28996
28997 \end_inset
28998
28999 )式では、付番にラテン数字を使用しています。
29000 \end_layout
29001
29002 \begin_layout Standard
29003 \begin_inset VSpace medskip
29004 \end_inset
29005
29006
29007 \series bold
29008
29009 \backslash
29010 tag
29011 \begin_inset Foot
29012 status collapsed
29013
29014 \begin_layout Plain Layout
29015
29016 \series bold
29017
29018 \backslash
29019 tag
29020 \series default
29021 は、第
29022 \begin_inset CommandInset ref
29023 LatexCommand ref
29024 reference "sub:ユーザー定義番号"
29025
29026 \end_inset
29027
29028 節に説明があります。
29029 \end_layout
29030
29031 \end_inset
29032
29033
29034 \series default
29035 の引数が、第
29036 \begin_inset CommandInset ref
29037 LatexCommand ref
29038 reference "sub:段落ボックス"
29039
29040 \end_inset
29041
29042 節で述べたボックスを含んでいるときには、その数式を参照することはできません。
29043 \end_layout
29044
29045 \begin_layout Subsection
29046 細目番号
29047 \begin_inset Index idx
29048 status collapsed
29049
29050 \begin_layout Plain Layout
29051 すうしきばんごう@数式番号 ! さいもくばんごう@細目番号
29052 \end_layout
29053
29054 \end_inset
29055
29056
29057 \end_layout
29058
29059 \begin_layout Standard
29060
29061 \series bold
29062
29063 \backslash
29064 begin{subequations}
29065 \series default
29066 および
29067 \series bold
29068
29069 \backslash
29070 end{subequations}
29071 \series default
29072 コマンドを使うと、数式に細目番号を付けることができます。これらのコマンドは、TeXモードで入れます。
29073 \end_layout
29074
29075 \begin_layout Standard
29076 たとえば、
29077 \begin_inset Formula 
29078 \begin{equation}
29079 A=C-B\label{eq:a}
29080 \end{equation}
29081
29082 \end_inset
29083
29084
29085 \begin_inset ERT
29086 status collapsed
29087
29088 \begin_layout Plain Layout
29089
29090
29091 \backslash
29092 addtocounter{equation}{-1}
29093 \end_layout
29094
29095 \end_inset
29096
29097
29098 \begin_inset ERT
29099 status collapsed
29100
29101 \begin_layout Plain Layout
29102
29103
29104 \backslash
29105 begin{subequations}
29106 \end_layout
29107
29108 \end_inset
29109
29110
29111 \begin_inset VSpace -5mm
29112 \end_inset
29113
29114
29115 \begin_inset Formula 
29116 \begin{equation}
29117 B=C-A\label{eq:b}
29118 \end{equation}
29119
29120 \end_inset
29121
29122
29123 \begin_inset Formula 
29124 \begin{equation}
29125 C=A+B\label{eq:c}
29126 \end{equation}
29127
29128 \end_inset
29129
29130
29131 \end_layout
29132
29133 \begin_layout Standard
29134 \begin_inset ERT
29135 status collapsed
29136
29137 \begin_layout Plain Layout
29138
29139
29140 \backslash
29141 end{subequations}
29142 \end_layout
29143
29144 \end_inset
29145
29146
29147 \end_layout
29148
29149 \begin_layout Standard
29150 この例を作るには、次のようにします。
29151 \end_layout
29152
29153 \begin_layout Enumerate
29154 一つめの数式を入力します。
29155 \end_layout
29156
29157 \begin_layout Enumerate
29158 一つめの数式の後に
29159 \begin_inset Newline newline
29160 \end_inset
29161
29162
29163 \series bold
29164
29165 \backslash
29166 addtocounter{equation}{-1} 
29167 \backslash
29168 begin{subequations}
29169 \begin_inset Index idx
29170 status collapsed
29171
29172 \begin_layout Plain Layout
29173 こまんど@コマンド ! A ! 
29174 \backslash
29175 addtocounter
29176 \end_layout
29177
29178 \end_inset
29179
29180
29181 \begin_inset Newline newline
29182 \end_inset
29183
29184
29185 \series default
29186 を入力します。
29187 \end_layout
29188
29189 \begin_layout Enumerate
29190 二つめの数式を入力します。
29191 \end_layout
29192
29193 \begin_layout Enumerate
29194 三つめの数式を入力します。
29195 \end_layout
29196
29197 \begin_layout Enumerate
29198 三つめの数式の後に、
29199 \series bold
29200
29201 \backslash
29202 end{subequations}
29203 \series default
29204 を入力します。
29205 \end_layout
29206
29207 \begin_layout Standard
29208
29209 \series bold
29210
29211 \backslash
29212 begin
29213 \series default
29214 コマンドと
29215 \series bold
29216
29217 \backslash
29218 end
29219 \series default
29220 コマンドのあいだの数式はすべて、a・b・
29221 \begin_inset Newline linebreak
29222 \end_inset
29223
29224 c\SpecialChar \ldots{}
29225 のように細目番号が振られます。多行数式の場合は、すべての行に細目番号が振られます。細目番号が振られた数式はすべて、
29226 \emph on
29227 ひとつの
29228 \emph default
29229 付番数式として扱われますが、それぞれの付番数式が
29230 \series bold
29231 equation
29232 \series default
29233 カウンタを一つずつ進めてしまうので、
29234 \series bold
29235
29236 \backslash
29237 addtocounter
29238 \series default
29239 コマンドを使ってカウンタを戻さなくてはなりません。これを怠ると、
29240 \begin_inset CommandInset ref
29241 LatexCommand eqref
29242 reference "eq:a"
29243
29244 \end_inset
29245
29246 式・
29247 \begin_inset CommandInset ref
29248 LatexCommand eqref
29249 reference "eq:b"
29250
29251 \end_inset
29252
29253 式・
29254 \begin_inset CommandInset ref
29255 LatexCommand eqref
29256 reference "eq:c"
29257
29258 \end_inset
29259
29260 式は、それぞれ
29261 \begin_inset CommandInset ref
29262 LatexCommand eqref
29263 reference "eq:a"
29264
29265 \end_inset
29266
29267 式・
29268 \begin_inset CommandInset ref
29269 LatexCommand eqref
29270 reference "eq:d"
29271
29272 \end_inset
29273
29274 式・
29275 \begin_inset CommandInset ref
29276 LatexCommand eqref
29277 reference "eq:f"
29278
29279 \end_inset
29280
29281 式として番号が振られてしまいます。
29282 \end_layout
29283
29284 \begin_layout Standard
29285 上記のように、コマンドをTeXモードで入れると、最初の二つの数式のあいだに空白が生じてしまいます。これを戻すために、-5
29286 \begin_inset space \thinspace{}
29287 \end_inset
29288
29289 mmの垂直空白を
29290 \series bold
29291
29292 \backslash
29293 begin{subequations}
29294 \series default
29295 コマンドの後に入れています。数式様式として
29296 \series bold
29297 行頭下げ
29298 \begin_inset Foot
29299 status collapsed
29300
29301 \begin_layout Plain Layout
29302
29303 \series bold
29304 数式様式に関しては、第
29305 \series default
29306
29307 \begin_inset CommandInset ref
29308 LatexCommand ref
29309 reference "sec:数式様式"
29310
29311 \end_inset
29312
29313 節を参照。
29314 \end_layout
29315
29316 \end_inset
29317
29318
29319 \series default
29320 を用いているときには、これを-7
29321 \begin_inset space \thinspace{}
29322 \end_inset
29323
29324 mm空白にしてください。
29325 \end_layout
29326
29327 \begin_layout Standard
29328 以下は、二行めのみ付番を無効にしている多行数式の例です。
29329 \begin_inset ERT
29330 status collapsed
29331
29332 \begin_layout Plain Layout
29333
29334
29335 \backslash
29336 begin{subequations}
29337 \end_layout
29338
29339 \end_inset
29340
29341
29342 \begin_inset Formula 
29343 \begin{eqnarray}
29344 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
29345  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
29346  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
29347 \end{eqnarray}
29348
29349 \end_inset
29350
29351
29352 \begin_inset ERT
29353 status collapsed
29354
29355 \begin_layout Plain Layout
29356
29357
29358 \backslash
29359 end{subequations}
29360 \end_layout
29361
29362 \end_inset
29363
29364
29365 \end_layout
29366
29367 \begin_layout Subsection
29368 ユーザー定義番号
29369 \begin_inset CommandInset label
29370 LatexCommand label
29371 name "sub:ユーザー定義番号"
29372
29373 \end_inset
29374
29375
29376 \begin_inset Index idx
29377 status collapsed
29378
29379 \begin_layout Plain Layout
29380 すうしきばんごう@数式番号 ! ゆーざーていぎ@ユーザー定義
29381 \end_layout
29382
29383 \end_inset
29384
29385
29386 \end_layout
29387
29388 \begin_layout Standard
29389 \begin_inset Index idx
29390 status collapsed
29391
29392 \begin_layout Plain Layout
29393 すうしきばんごう@数式番号 ! じこていぎくぎり@自己定義区切り
29394 \end_layout
29395
29396 \end_inset
29397
29398 標準の付番では、数式番号の周りに括弧が表示されます。括弧をたとえば縦棒に置き換えるには、LaTeXプリアンブルに以下の行を付け加えます。
29399 \end_layout
29400
29401 \begin_layout Standard
29402
29403 \series bold
29404
29405 \backslash
29406 def
29407 \backslash
29408 tagform@#1{
29409 \backslash
29410 maketag@@@{
29411 \series default
29412
29413 \begin_inset Formula $\boldsymbol{|}$
29414 \end_inset
29415
29416
29417 \series bold
29418 #1
29419 \series default
29420
29421 \begin_inset Formula $\boldsymbol{|}$
29422 \end_inset
29423
29424
29425 \series bold
29426 }}
29427 \series default
29428
29429 \begin_inset Note Note
29430 status collapsed
29431
29432 \begin_layout Plain Layout
29433 このマクロは、テスト用にLaTeXプリアンブルで既に宣言されています。これを有効にするには、最初のパーセント記号を取り除いて下さい。
29434 \end_layout
29435
29436 \end_inset
29437
29438
29439 \end_layout
29440
29441 \begin_layout Standard
29442 他の記号を使いたいときには、
29443 \series bold
29444 #1
29445 \series default
29446 脇の縦棒を一つないし複数の文字で置き換えて下さい。数式番号だけで良い時は、縦棒を削除して下さい。
29447 \end_layout
29448
29449 \begin_layout Standard
29450 \begin_inset VSpace bigskip
29451 \end_inset
29452
29453 数式の後ろに、括弧に囲まれた連番の代わりに、何かしらの表現が欲しいときには、以下のように
29454 \series bold
29455
29456 \backslash
29457 tag
29458 \series default
29459
29460 \begin_inset Index idx
29461 status collapsed
29462
29463 \begin_layout Plain Layout
29464 こまんど@コマンド ! T ! 
29465 \backslash
29466 tag
29467 \end_layout
29468
29469 \end_inset
29470
29471 コマンドを使います。
29472 \begin_inset Formula 
29473 \begin{equation}
29474 A+B=C\tag{何とかかんとか}\label{eq:tag}
29475 \end{equation}
29476
29477 \end_inset
29478
29479 上記の例では、
29480 \series bold
29481
29482 \backslash
29483 tag
29484 \begin_inset space \textvisiblespace{}
29485 \end_inset
29486
29487 何とかかんとか
29488 \series default
29489 というコマンドを数式に打ち込んでいます。
29490 \end_layout
29491
29492 \begin_layout Standard
29493 代わりに
29494 \series bold
29495
29496 \backslash
29497 tag*
29498 \begin_inset space \textvisiblespace{}
29499 \end_inset
29500
29501 何とかかんとか
29502 \series default
29503 というコマンドを使うと、星印は表現の周りの括弧を抑制するので、以下のようになります。
29504 \begin_inset Formula 
29505 \[
29506 A+B=C\tag*{something}
29507 \]
29508
29509 \end_inset
29510
29511
29512 \end_layout
29513
29514 \begin_layout Standard
29515 \begin_inset VSpace bigskip
29516 \end_inset
29517
29518 数式番号を、文書中の新しい部門や節ごとに振りなおしたいときには、部に関しては
29519 \begin_inset Newline newline
29520 \end_inset
29521
29522
29523 \series bold
29524
29525 \backslash
29526 @addtoreset{equation}{part}
29527 \series default
29528
29529 \begin_inset Index idx
29530 status collapsed
29531
29532 \begin_layout Plain Layout
29533 こまんど@コマンド ! 
29534 \begin_inset ERT
29535 status collapsed
29536
29537 \begin_layout Plain Layout
29538
29539 "
29540 \end_layout
29541
29542 \end_inset
29543
29544 @
29545 \begin_inset ERT
29546 status collapsed
29547
29548 \begin_layout Plain Layout
29549
29550 "
29551 \end_layout
29552
29553 \end_inset
29554
29555  ! 
29556 \backslash
29557
29558 \begin_inset ERT
29559 status collapsed
29560
29561 \begin_layout Plain Layout
29562
29563 "
29564 \end_layout
29565
29566 \end_inset
29567
29568 @
29569 \begin_inset ERT
29570 status collapsed
29571
29572 \begin_layout Plain Layout
29573
29574 "
29575 \end_layout
29576
29577 \end_inset
29578
29579 addtoreset
29580 \end_layout
29581
29582 \end_inset
29583
29584
29585 \begin_inset Newline newline
29586 \end_inset
29587
29588 節に関しては
29589 \begin_inset Newline newline
29590 \end_inset
29591
29592
29593 \series bold
29594
29595 \backslash
29596 @addtoreset{equation}{section}
29597 \begin_inset Newline newline
29598 \end_inset
29599
29600
29601 \series default
29602 というコマンドを使います。
29603 \end_layout
29604
29605 \begin_layout Standard
29606 これらのコマンドをTeXモードで使えるようにするためには、
29607 \series bold
29608
29609 \backslash
29610 makeatletter
29611 \series default
29612 コマンドで「@」字をLaTeX中で「有効」にしてやらなくてはなりません。一方、
29613 \series bold
29614
29615 \backslash
29616 makeatother
29617 \series default
29618 コマンドはこれを無効にします。したがって、TeXモード中での上記コマンド列は、
29619 \end_layout
29620
29621 \begin_layout Standard
29622
29623 \series bold
29624
29625 \backslash
29626 makeatletter
29627 \begin_inset Newline newline
29628 \end_inset
29629
29630
29631 \backslash
29632 @addtoreset{equation}{section}
29633 \begin_inset Newline newline
29634 \end_inset
29635
29636
29637 \backslash
29638 makeatother
29639 \begin_inset Newline newline
29640 \end_inset
29641
29642
29643 \series default
29644 のようにならなくてはなりません。
29645 \end_layout
29646
29647 \begin_layout Standard
29648 LaTeXプリアンブル中では、
29649 \series bold
29650
29651 \backslash
29652 makeatletter
29653 \series default
29654
29655 \series bold
29656
29657 \backslash
29658 makeatother
29659 \series default
29660 は、LyXが内部的に自動で挿入するので省略してかまいません。
29661 \end_layout
29662
29663 \begin_layout Standard
29664
29665 \series bold
29666
29667 \backslash
29668 @addtoreset
29669 \series default
29670 を戻すには、まずLaTeXプリアンブル中に
29671 \end_layout
29672
29673 \begin_layout Standard
29674
29675 \series bold
29676
29677 \backslash
29678 usepackage{remreset}
29679 \end_layout
29680
29681 \begin_layout Standard
29682 という行を入れて、
29683 \series bold
29684 remreset.sty
29685 \series default
29686
29687 \begin_inset Foot
29688 status collapsed
29689
29690 \begin_layout Plain Layout
29691
29692 \series bold
29693 remreset
29694 \series default
29695 は、LaTeXパッケージの
29696 \series bold
29697 carlisle
29698 \series default
29699
29700 \begin_inset Index idx
29701 status collapsed
29702
29703 \begin_layout Plain Layout
29704 ぱっけーじ@パッケージ ! carlisle
29705 \end_layout
29706
29707 \end_inset
29708
29709 の一部として含まれており、LaTeX標準頒布版には含まれています。
29710 \end_layout
29711
29712 \end_inset
29713
29714
29715 \begin_inset Index idx
29716 status collapsed
29717
29718 \begin_layout Plain Layout
29719 ぱっけーじ@パッケージ ! remreset
29720 \end_layout
29721
29722 \end_inset
29723
29724 ファイルを読み込んでおかなくてはなりません。その後
29725 \begin_inset Newline newline
29726 \end_inset
29727
29728
29729 \series bold
29730
29731 \backslash
29732 @removefromreset
29733 \series default
29734
29735 \begin_inset Index idx
29736 status collapsed
29737
29738 \begin_layout Plain Layout
29739 こまんど@コマンド ! 
29740 \begin_inset ERT
29741 status collapsed
29742
29743 \begin_layout Plain Layout
29744
29745 "
29746 \end_layout
29747
29748 \end_inset
29749
29750 @
29751 \begin_inset ERT
29752 status collapsed
29753
29754 \begin_layout Plain Layout
29755
29756 "
29757 \end_layout
29758
29759 \end_inset
29760
29761  ! 
29762 \backslash
29763
29764 \begin_inset ERT
29765 status collapsed
29766
29767 \begin_layout Plain Layout
29768
29769 "
29770 \end_layout
29771
29772 \end_inset
29773
29774 @
29775 \begin_inset ERT
29776 status collapsed
29777
29778 \begin_layout Plain Layout
29779
29780 "
29781 \end_layout
29782
29783 \end_inset
29784
29785 removefromreset
29786 \end_layout
29787
29788 \end_inset
29789
29790 コマンドを
29791 \series bold
29792
29793 \backslash
29794 @addtoreset
29795 \series default
29796 と同じ書式で使用すると、
29797 \series bold
29798
29799 \backslash
29800 @addtoreset
29801 \series default
29802 を戻すことができます。
29803 \end_layout
29804
29805 \begin_layout Standard
29806 \begin_inset VSpace bigskip
29807 \end_inset
29808
29809 ときには、数式を
29810 \end_layout
29811
29812 \begin_layout Standard
29813
29814 \family typewriter
29815 (節番号.数式番号)
29816 \end_layout
29817
29818 \begin_layout Standard
29819 のような形で付番し、節ごとに数式番号を「1」から始めさせなくてはならないときがあります。
29820 \end_layout
29821
29822 \begin_layout Standard
29823 このような場合のために、
29824 \series bold
29825
29826 \backslash
29827 numberwithin
29828 \series default
29829
29830 \begin_inset Index idx
29831 status collapsed
29832
29833 \begin_layout Plain Layout
29834 こまんど@コマンド ! N ! 
29835 \backslash
29836 numberwithin
29837 \end_layout
29838
29839 \end_inset
29840
29841 というコマンドがあり、
29842 \end_layout
29843
29844 \begin_layout Standard
29845
29846 \series bold
29847
29848 \backslash
29849 numberwithin{カウンタ}{節階層}
29850 \end_layout
29851
29852 \begin_layout Standard
29853 という書式で用います。「カウンタ」は、どの番号を制御するかを表し、「節階層」は点の前に何の番号を振るのかを表します。
29854 \end_layout
29855
29856 \begin_layout Standard
29857 したがって、ここではLaTeXプリアンブルかTeXコードで
29858 \end_layout
29859
29860 \begin_layout Standard
29861
29862 \series bold
29863
29864 \backslash
29865 numberwithin{equation}{section}
29866 \end_layout
29867
29868 \begin_layout Standard
29869 という行を用いることにしましょう。その結果がこれです。
29870 \begin_inset ERT
29871 status collapsed
29872
29873 \begin_layout Plain Layout
29874
29875
29876 \backslash
29877 numberwithin{equation}{section}
29878 \end_layout
29879
29880 \end_inset
29881
29882
29883 \begin_inset Formula 
29884 \begin{equation}
29885 A+B=C
29886 \end{equation}
29887
29888 \end_inset
29889
29890
29891 \end_layout
29892
29893 \begin_layout Standard
29894 たとえば、部番号を節階層として使用して、表に付番を施すときには
29895 \begin_inset Newline newline
29896 \end_inset
29897
29898
29899 \series bold
29900
29901 \backslash
29902 numberwithin{table}{part}
29903 \series default
29904 を用います。
29905 \end_layout
29906
29907 \begin_layout Standard
29908 標準の付番方式に戻したいときや、この種の付番が文書クラスで定義されているときに、それを止めさせたい場合には、
29909 \end_layout
29910
29911 \begin_layout Standard
29912
29913 \series bold
29914
29915 \backslash
29916 renewcommand{
29917 \backslash
29918 theequation}{
29919 \backslash
29920 arabic{equation}}
29921 \begin_inset Index idx
29922 status collapsed
29923
29924 \begin_layout Plain Layout
29925 こまんど@コマンド ! A ! 
29926 \backslash
29927 arabic
29928 \end_layout
29929
29930 \end_inset
29931
29932
29933 \series default
29934
29935 \begin_inset ERT
29936 status collapsed
29937
29938 \begin_layout Plain Layout
29939
29940
29941 \backslash
29942 renewcommand{
29943 \backslash
29944 theequation}{
29945 \backslash
29946 arabic{equation}}
29947 \end_layout
29948
29949 \end_inset
29950
29951
29952 \series bold
29953
29954 \begin_inset Newline newline
29955 \end_inset
29956
29957
29958 \series default
29959 あるいは
29960 \series bold
29961
29962 \begin_inset Newline newline
29963 \end_inset
29964
29965
29966 \backslash
29967 renewcommand{
29968 \backslash
29969 thetable}{
29970 \backslash
29971 arabic{table}}
29972 \end_layout
29973
29974 \begin_layout Standard
29975 というコマンドをTeXコードとして入れるか、LaTeXプリアンブルに入れます。
29976 \series bold
29977
29978 \backslash
29979 numberwithin
29980 \series default
29981 は、内部的に上記で述べた
29982 \series bold
29983
29984 \backslash
29985 @addtoreset
29986 \series default
29987 コマンドを使用しているので、これも使用後は戻しておかなくてはなりません。
29988 \begin_inset ERT
29989 status collapsed
29990
29991 \begin_layout Plain Layout
29992
29993
29994 \backslash
29995 makeatletter
29996 \end_layout
29997
29998 \begin_layout Plain Layout
29999
30000
30001 \backslash
30002 @removefromreset{equation}{section}
30003 \end_layout
30004
30005 \begin_layout Plain Layout
30006
30007
30008 \backslash
30009 makeatother
30010 \end_layout
30011
30012 \end_inset
30013
30014
30015 \end_layout
30016
30017 \begin_layout Subsection
30018 ローマ数字や文字を使った付番
30019 \begin_inset Index idx
30020 status collapsed
30021
30022 \begin_layout Plain Layout
30023 すうしきばんごう@数式番号 ! もじをつかった@文字を使った
30024 \end_layout
30025
30026 \end_inset
30027
30028
30029 \begin_inset Index idx
30030 status collapsed
30031
30032 \begin_layout Plain Layout
30033 すうしきばんごう@数式番号 ! ろーますうじをつかった@ローマ数字を使った
30034 \end_layout
30035
30036 \end_inset
30037
30038
30039 \end_layout
30040
30041 \begin_layout Standard
30042 数式は、ローマ数字やラテン文字を使って付番することもできます。たとえば、小文字のローマ数字を使って付番するには、数式の前にTeXモードで
30043 \end_layout
30044
30045 \begin_layout Standard
30046
30047 \series bold
30048
30049 \backslash
30050 renewcommand{
30051 \backslash
30052 theequation}{
30053 \backslash
30054 roman{equation}}
30055 \end_layout
30056
30057 \begin_layout Standard
30058 というコマンドを入れます。
30059 \series bold
30060
30061 \backslash
30062 renewcommand
30063 \series default
30064
30065 \begin_inset Index idx
30066 status collapsed
30067
30068 \begin_layout Plain Layout
30069 こまんど@コマンド ! R ! 
30070 \backslash
30071 renewcommand
30072 \end_layout
30073
30074 \end_inset
30075
30076 は、定義済みのコマンド
30077 \series bold
30078
30079 \backslash
30080 theequation
30081 \series default
30082 をコマンド
30083 \series bold
30084
30085 \backslash
30086 roman{equation}
30087 \series default
30088 に再定義します
30089 \begin_inset Foot
30090 status collapsed
30091
30092 \begin_layout Plain Layout
30093
30094 \series bold
30095
30096 \backslash
30097 renewcommand
30098 \series default
30099 コマンドは、第
30100 \begin_inset CommandInset ref
30101 LatexCommand ref
30102 reference "sub:newcommandコマンド"
30103
30104 \end_inset
30105
30106 節に述べられている
30107 \series bold
30108
30109 \backslash
30110 newcommand
30111 \series default
30112 コマンドと同じ書式を持ちます。
30113 \end_layout
30114
30115 \end_inset
30116
30117 。ここで、
30118 \series bold
30119 equation
30120 \series default
30121 は数式カウンタです。コマンド
30122 \series bold
30123
30124 \backslash
30125 the
30126 \series default
30127 をカウンタの接頭辞として使用すると、カウンタの値がアラビア数字として出力されます。数式に番号を振ると、LaTeXは、内部的に
30128 \series bold
30129
30130 \backslash
30131 theequation
30132 \series default
30133 コマンドを数式の後ろに置くのです。
30134 \series bold
30135
30136 \backslash
30137 roman{equation}
30138 \begin_inset Index idx
30139 status collapsed
30140
30141 \begin_layout Plain Layout
30142 こまんど@コマンド ! R ! 
30143 \backslash
30144 roman
30145 \end_layout
30146
30147 \end_inset
30148
30149
30150 \series default
30151 は、カウンタを小文字のローマ数字として出力します。
30152 \end_layout
30153
30154 \begin_layout Standard
30155 こうして、
30156 \series bold
30157
30158 \backslash
30159 renew
30160 \series default
30161 c
30162 \series bold
30163 ommand
30164 \series default
30165 コマンド以降の数式はすべて、ローマ数字で付番されるようになります。大文字のローマ数字での付番に切り替えたいときは、同じコマンドの
30166 \series bold
30167
30168 \backslash
30169 roman
30170 \series default
30171 の部分を
30172 \series bold
30173
30174 \backslash
30175 Roman
30176 \series default
30177
30178 \begin_inset Index idx
30179 status collapsed
30180
30181 \begin_layout Plain Layout
30182 こまんど@コマンド ! R ! 
30183 \backslash
30184 roman@
30185 \backslash
30186 Roman
30187 \end_layout
30188
30189 \end_inset
30190
30191 に変えて挿入します。また、小文字ラテン文字を使って「付番」したいときのために、
30192 \series bold
30193
30194 \backslash
30195 alph
30196 \series default
30197
30198 \begin_inset Index idx
30199 status collapsed
30200
30201 \begin_layout Plain Layout
30202 こまんど@コマンド ! A ! 
30203 \backslash
30204 alph
30205 \end_layout
30206
30207 \end_inset
30208
30209 コマンドがあり、大文字ラテン文字を使って付番したいときのためには、
30210 \series bold
30211
30212 \backslash
30213 Alph
30214 \series default
30215
30216 \begin_inset Index idx
30217 status collapsed
30218
30219 \begin_layout Plain Layout
30220 こまんど@コマンド ! A ! 
30221 \backslash
30222 alph@
30223 \backslash
30224 Alph
30225 \end_layout
30226
30227 \end_inset
30228
30229 コマンドがあります。
30230 \end_layout
30231
30232 \begin_layout Standard
30233 \begin_inset Note Greyedout
30234 status open
30235
30236 \begin_layout Plain Layout
30237
30238 \series bold
30239 【註】
30240 \series default
30241 ラテン文字を使うと、一つの文書の中で、最大26個の数式しか番号を振ることができません。
30242 \end_layout
30243
30244 \end_inset
30245
30246
30247 \end_layout
30248
30249 \begin_layout Standard
30250 \begin_inset ERT
30251 status collapsed
30252
30253 \begin_layout Plain Layout
30254
30255
30256 \backslash
30257 renewcommand{
30258 \backslash
30259 theequation}{
30260 \backslash
30261 roman{equation}}
30262 \end_layout
30263
30264 \end_inset
30265
30266
30267 \end_layout
30268
30269 \begin_layout Standard
30270 \begin_inset Formula 
30271 \begin{equation}
30272 A=\textrm{小文字ローマ数字}
30273 \end{equation}
30274
30275 \end_inset
30276
30277
30278 \begin_inset ERT
30279 status collapsed
30280
30281 \begin_layout Plain Layout
30282
30283
30284 \backslash
30285 renewcommand{
30286 \backslash
30287 theequation}{
30288 \backslash
30289 Roman{equation}}
30290 \end_layout
30291
30292 \end_inset
30293
30294
30295 \begin_inset Formula 
30296 \begin{equation}
30297 B=\textrm{大文字ローマ数字}\label{eq:Rom}
30298 \end{equation}
30299
30300 \end_inset
30301
30302
30303 \begin_inset ERT
30304 status collapsed
30305
30306 \begin_layout Plain Layout
30307
30308
30309 \backslash
30310 renewcommand{
30311 \backslash
30312 theequation}{
30313 \backslash
30314 alph{equation}}
30315 \end_layout
30316
30317 \end_inset
30318
30319
30320 \begin_inset Formula 
30321 \begin{equation}
30322 C=\textrm{小文字ラテン文字}
30323 \end{equation}
30324
30325 \end_inset
30326
30327
30328 \begin_inset ERT
30329 status collapsed
30330
30331 \begin_layout Plain Layout
30332
30333
30334 \backslash
30335 renewcommand{
30336 \backslash
30337 theequation}{
30338 \backslash
30339 Alph{equation}}
30340 \end_layout
30341
30342 \end_inset
30343
30344
30345 \begin_inset Formula 
30346 \begin{equation}
30347 D=\textrm{大文字ラテン文字}\label{eq:Lat}
30348 \end{equation}
30349
30350 \end_inset
30351
30352
30353 \end_layout
30354
30355 \begin_layout Standard
30356 既定の付番方式に戻すには、以下のコマンドを挿入してください。
30357 \end_layout
30358
30359 \begin_layout Standard
30360
30361 \series bold
30362
30363 \backslash
30364 renewcommand{
30365 \backslash
30366 theequation}{
30367 \backslash
30368 arabic{equation}}
30369 \begin_inset Index idx
30370 status collapsed
30371
30372 \begin_layout Plain Layout
30373 こまんど@コマンド ! A ! 
30374 \backslash
30375 arabic
30376 \end_layout
30377
30378 \end_inset
30379
30380
30381 \end_layout
30382
30383 \begin_layout Standard
30384 \begin_inset ERT
30385 status collapsed
30386
30387 \begin_layout Plain Layout
30388
30389
30390 \backslash
30391 renewcommand{
30392 \backslash
30393 theequation}{
30394 \backslash
30395 arabic{equation}}
30396 \end_layout
30397
30398 \end_inset
30399
30400
30401 \begin_inset Formula 
30402 \begin{equation}
30403 E=\textrm{アラビア数字}
30404 \end{equation}
30405
30406 \end_inset
30407
30408
30409 \end_layout
30410
30411 \begin_layout Standard
30412 \begin_inset VSpace medskip
30413 \end_inset
30414
30415 以上からわかるとおり、付番様式の違いに関わらず、数式番号は連番で振られます。様式変更時に「1」から番号が始まるようにするためには、新しい数式カウンタを定義しなく
30416 てはなりません。この点に関する説明は、ファイル
30417 \begin_inset CommandInset href
30418 LatexCommand href
30419 name "Formula-numbering.lyx"
30420 target "run:Formula-numbering.lyx"
30421
30422 \end_inset
30423
30424 にあります。
30425 \end_layout
30426
30427 \begin_layout Section
30428 化学記号と化学式
30429 \begin_inset CommandInset label
30430 LatexCommand label
30431 name "sub:化学記号と化学式"
30432
30433 \end_inset
30434
30435
30436 \begin_inset Index idx
30437 status collapsed
30438
30439 \begin_layout Plain Layout
30440 かがくきごう@化学記号 ! きごう@記号
30441 \end_layout
30442
30443 \end_inset
30444
30445
30446 \begin_inset Index idx
30447 status collapsed
30448
30449 \begin_layout Plain Layout
30450 かがくしき@化学式
30451 \end_layout
30452
30453 \end_inset
30454
30455
30456 \begin_inset Index idx
30457 status collapsed
30458
30459 \begin_layout Plain Layout
30460 きごう@記号 ! かがく@化学
30461 \end_layout
30462
30463 \end_inset
30464
30465
30466 \end_layout
30467
30468 \begin_layout Standard
30469 以下は、化学関係の文章の例です。
30470 \end_layout
30471
30472 \begin_layout Quote
30473 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
30474 \end_inset
30475
30476 イオンは、2つの
30477 \begin_inset Formula $\mathrm{Na^{+}}$
30478 \end_inset
30479
30480 イオンと反応して、硫酸化塩
30481 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
30482 \end_inset
30483
30484 を形成します。この化学式は以下のようになります。
30485 \begin_inset Formula 
30486 \begin{equation}
30487 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chem-reaction}
30488 \end{equation}
30489
30490 \end_inset
30491
30492
30493 \end_layout
30494
30495 \begin_layout Standard
30496 この化学式は、直接数式として作成することができます。記号がイタリック体として表示されることを防ぐには、全体を選択してから
30497 \begin_inset Flex Ruby
30498 status collapsed
30499
30500 \begin_layout Plain Layout
30501 捷径
30502 \begin_inset Argument post:1
30503 status collapsed
30504
30505 \begin_layout Plain Layout
30506 ショートカット
30507 \end_layout
30508
30509 \end_inset
30510
30511
30512 \end_layout
30513
30514 \end_inset
30515
30516
30517 \begin_inset Info
30518 type  "shortcut"
30519 arg   "font-roman"
30520 \end_inset
30521
30522 を押せば、アップライトフォント様式に変更することができます
30523 \begin_inset Foot
30524 status collapsed
30525
30526 \begin_layout Plain Layout
30527 フォント様式に関しては、第
30528 \begin_inset CommandInset ref
30529 LatexCommand ref
30530 reference "sub:書体様式"
30531
30532 \end_inset
30533
30534 節を参照のこと。
30535 \end_layout
30536
30537 \end_inset
30538
30539
30540 \end_layout
30541
30542 \begin_layout Standard
30543 化学式を組版するのにもう少し便利な方法は、LaTeXパッケージ
30544 \series bold
30545 mhchem
30546 \series default
30547
30548 \begin_inset Index idx
30549 status collapsed
30550
30551 \begin_layout Plain Layout
30552 ぱっけーじ@パッケージ ! mhchem
30553 \end_layout
30554
30555 \end_inset
30556
30557 が導入されているときに使用することができる
30558 \series bold
30559
30560 \backslash
30561 ce
30562 \series default
30563
30564 \begin_inset Index idx
30565 status collapsed
30566
30567 \begin_layout Plain Layout
30568 こまんど@コマンド ! C ! 
30569 \backslash
30570 ce
30571 \end_layout
30572
30573 \end_inset
30574
30575 コマンドを使用することです。
30576 \series bold
30577
30578 \backslash
30579 ce
30580 \series default
30581 を数式に入力すると、新しい青いボックスが現れ、直感的に化学式を入力することができます。
30582 \end_layout
30583
30584 \begin_layout Standard
30585 \align center
30586 \begin_inset Tabular
30587 <lyxtabular version="3" rows="9" columns="2">
30588 <features rotate="0" tabularvalignment="middle">
30589 <column alignment="center" valignment="top">
30590 <column alignment="center" valignment="top">
30591 <row>
30592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30593 \begin_inset Text
30594
30595 \begin_layout Plain Layout
30596 コマンド
30597 \end_layout
30598
30599 \end_inset
30600 </cell>
30601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30602 \begin_inset Text
30603
30604 \begin_layout Plain Layout
30605 出力
30606 \begin_inset Note Note
30607 status collapsed
30608
30609 \begin_layout Plain Layout
30610
30611 \series bold
30612
30613 \backslash
30614 raisebox
30615 \series default
30616 はスペーサーとしてのみ使用されています。
30617 \end_layout
30618
30619 \end_inset
30620
30621
30622 \end_layout
30623
30624 \end_inset
30625 </cell>
30626 </row>
30627 <row>
30628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30629 \begin_inset Text
30630
30631 \begin_layout Plain Layout
30632
30633 \backslash
30634 ce
30635 \begin_inset space \textvisiblespace{}
30636 \end_inset
30637
30638 H2CO3
30639 \end_layout
30640
30641 \end_inset
30642 </cell>
30643 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30644 \begin_inset Text
30645
30646 \begin_layout Plain Layout
30647 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$
30648 \end_inset
30649
30650
30651 \end_layout
30652
30653 \end_inset
30654 </cell>
30655 </row>
30656 <row>
30657 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30658 \begin_inset Text
30659
30660 \begin_layout Plain Layout
30661
30662 \backslash
30663 ce
30664 \begin_inset space \textvisiblespace{}
30665 \end_inset
30666
30667 SO4^2-
30668 \end_layout
30669
30670 \end_inset
30671 </cell>
30672 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30673 \begin_inset Text
30674
30675 \begin_layout Plain Layout
30676 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$
30677 \end_inset
30678
30679
30680 \end_layout
30681
30682 \end_inset
30683 </cell>
30684 </row>
30685 <row>
30686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30687 \begin_inset Text
30688
30689 \begin_layout Plain Layout
30690
30691 \backslash
30692 ce
30693 \begin_inset space \textvisiblespace{}
30694 \end_inset
30695
30696 (NH4)2S
30697 \end_layout
30698
30699 \end_inset
30700 </cell>
30701 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30702 \begin_inset Text
30703
30704 \begin_layout Plain Layout
30705 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$
30706 \end_inset
30707
30708
30709 \end_layout
30710
30711 \end_inset
30712 </cell>
30713 </row>
30714 <row>
30715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30716 \begin_inset Text
30717
30718 \begin_layout Plain Layout
30719
30720 \backslash
30721 ce
30722 \begin_inset space \textvisiblespace{}
30723 \end_inset
30724
30725 KCr(SO4)2.12H2O
30726 \end_layout
30727
30728 \end_inset
30729 </cell>
30730 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30731 \begin_inset Text
30732
30733 \begin_layout Plain Layout
30734 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
30735 \end_inset
30736
30737
30738 \end_layout
30739
30740 \end_inset
30741 </cell>
30742 </row>
30743 <row>
30744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30745 \begin_inset Text
30746
30747 \begin_layout Plain Layout
30748
30749 \backslash
30750 ce
30751 \begin_inset space \textvisiblespace{}
30752 \end_inset
30753
30754 A-B
30755 \backslash
30756 dbond
30757 \begin_inset space \textvisiblespace{}
30758 \end_inset
30759
30760 C
30761 \backslash
30762 tbond
30763 \begin_inset space \textvisiblespace{}
30764 \end_inset
30765
30766 D
30767 \end_layout
30768
30769 \end_inset
30770 </cell>
30771 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30772 \begin_inset Text
30773
30774 \begin_layout Plain Layout
30775 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
30776 \end_inset
30777
30778
30779 \end_layout
30780
30781 \end_inset
30782 </cell>
30783 </row>
30784 <row>
30785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30786 \begin_inset Text
30787
30788 \begin_layout Plain Layout
30789
30790 \backslash
30791 ce
30792 \begin_inset space \textvisiblespace{}
30793 \end_inset
30794
30795 ^227
30796 \begin_inset Formula $\downarrow$
30797 \end_inset
30798
30799 _90
30800 \begin_inset Formula $\to$
30801 \end_inset
30802
30803 Th+
30804 \end_layout
30805
30806 \end_inset
30807 </cell>
30808 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30809 \begin_inset Text
30810
30811 \begin_layout Plain Layout
30812 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
30813 \end_inset
30814
30815
30816 \end_layout
30817
30818 \end_inset
30819 </cell>
30820 </row>
30821 <row>
30822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30823 \begin_inset Text
30824
30825 \begin_layout Plain Layout
30826
30827 \backslash
30828 ce
30829 \begin_inset space \textvisiblespace{}
30830 \end_inset
30831
30832 CO2
30833 \begin_inset space \textvisiblespace{}
30834 \end_inset
30835
30836 +
30837 \begin_inset space \textvisiblespace{}
30838 \end_inset
30839
30840 C
30841 \begin_inset space \textvisiblespace{}
30842 \end_inset
30843
30844 <=>
30845 \begin_inset space \textvisiblespace{}
30846 \end_inset
30847
30848 2CO
30849 \end_layout
30850
30851 \end_inset
30852 </cell>
30853 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30854 \begin_inset Text
30855
30856 \begin_layout Plain Layout
30857 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$
30858 \end_inset
30859
30860
30861 \end_layout
30862
30863 \end_inset
30864 </cell>
30865 </row>
30866 <row>
30867 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30868 \begin_inset Text
30869
30870 \begin_layout Plain Layout
30871
30872 \backslash
30873 ce
30874 \begin_inset space \textvisiblespace{}
30875 \end_inset
30876
30877 CO2
30878 \begin_inset space \textvisiblespace{}
30879 \end_inset
30880
30881 +
30882 \begin_inset space \textvisiblespace{}
30883 \end_inset
30884
30885 C
30886 \begin_inset space \textvisiblespace{}
30887 \end_inset
30888
30889 ->[
30890 \backslash
30891 alpha][
30892 \backslash
30893 beta]
30894 \begin_inset space \textvisiblespace{}
30895 \end_inset
30896
30897 2CO}
30898 \end_layout
30899
30900 \end_inset
30901 </cell>
30902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30903 \begin_inset Text
30904
30905 \begin_layout Plain Layout
30906 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
30907 \end_inset
30908
30909
30910 \end_layout
30911
30912 \end_inset
30913 </cell>
30914 </row>
30915 </lyxtabular>
30916
30917 \end_inset
30918
30919
30920 \end_layout
30921
30922 \begin_layout Standard
30923 \begin_inset Note Greyedout
30924 status open
30925
30926 \begin_layout Plain Layout
30927
30928 \series bold
30929 【註】
30930 \backslash
30931 ce
30932 \series default
30933 ボックスに数式を入れようとすると、LaTeXエラーが発生します。このような場合には、
30934 \series bold
30935
30936 \backslash
30937 ce{$
30938 \backslash
30939 mu
30940 \backslash
30941 hyphen$Cl}
30942 \series default
30943 (
30944 \begin_inset ERT
30945 status collapsed
30946
30947 \begin_layout Plain Layout
30948
30949
30950 \backslash
30951 ce{$
30952 \backslash
30953 mu
30954 \backslash
30955 hyphen$Cl}
30956 \end_layout
30957
30958 \end_inset
30959
30960 )のようにTeXコードを使わなくてはなりません。
30961 \end_layout
30962
30963 \end_inset
30964
30965
30966 \end_layout
30967
30968 \begin_layout Standard
30969
30970 \series bold
30971
30972 \backslash
30973 ce
30974 \series default
30975 を使うと
30976 \begin_inset CommandInset ref
30977 LatexCommand eqref
30978 reference "eq:chem-reaction"
30979
30980 \end_inset
30981
30982 式のコマンドは
30983 \begin_inset Newline newline
30984 \end_inset
30985
30986
30987 \series bold
30988  
30989 \backslash
30990 ce
30991 \begin_inset space \textvisiblespace{}
30992 \end_inset
30993
30994 2Na+
30995 \begin_inset space \textvisiblespace{}
30996 \end_inset
30997
30998 +
30999 \begin_inset space \textvisiblespace{}
31000 \end_inset
31001
31002 SO4^2-
31003 \begin_inset space \textvisiblespace{}
31004 \end_inset
31005
31006
31007 \begin_inset space \textvisiblespace{}
31008 \end_inset
31009
31010 ->
31011 \begin_inset space \textvisiblespace{}
31012 \end_inset
31013
31014 Na2SO4
31015 \begin_inset Newline newline
31016 \end_inset
31017
31018
31019 \series default
31020 のようになります。
31021 \end_layout
31022
31023 \begin_layout Standard
31024 複数行の化学式を作るには、第
31025 \begin_inset CommandInset ref
31026 LatexCommand ref
31027 reference "sec:多行数式"
31028
31029 \end_inset
31030
31031 節に述べられている方法で、多行数式をまず作ります。その後、数式の小さな青いボックスそれぞれに
31032 \series bold
31033
31034 \backslash
31035 ce
31036 \series default
31037 コマンドを使用します。
31038 \begin_inset CommandInset ref
31039 LatexCommand eqref
31040 reference "eq:TEOS-reaction-1"
31041
31042 \end_inset
31043
31044 式と
31045 \begin_inset CommandInset ref
31046 LatexCommand eqref
31047 reference "eq:TEOS-reaction-2"
31048
31049 \end_inset
31050
31051 式は、多段化学反応式の例で、一つの式毎に番号が振られています。
31052 \begin_inset Formula 
31053 \begin{eqnarray}
31054 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reaction-1}\\
31055 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reaction-2}
31056 \end{eqnarray}
31057
31058 \end_inset
31059
31060
31061 \end_layout
31062
31063 \begin_layout Standard
31064
31065 \series bold
31066 mhchem
31067 \series default
31068 パッケージは、
31069 \series bold
31070
31071 \backslash
31072 ce
31073 \series default
31074 の他に、特殊ケースに使用する
31075 \series bold
31076
31077 \backslash
31078 cf
31079 \series default
31080
31081 \begin_inset Index idx
31082 status collapsed
31083
31084 \begin_layout Plain Layout
31085 こまんど@コマンド ! C ! 
31086 \backslash
31087 cf
31088 \end_layout
31089
31090 \end_inset
31091
31092 コマンドを提供しています。
31093 \series bold
31094
31095 \backslash
31096 cf
31097 \series default
31098 の詳しい情報と例示については、
31099 \series bold
31100 mhchem
31101 \series default
31102
31103 \begin_inset CommandInset citation
31104 LatexCommand cite
31105 key "mhchem"
31106
31107 \end_inset
31108
31109 の取扱説明書をご覧ください。
31110 \end_layout
31111
31112 \begin_layout Section
31113 図解
31114 \end_layout
31115
31116 \begin_layout Standard
31117 LyXは、二つの型の可換図
31118 \series bold
31119 amscd
31120 \series default
31121 および
31122 \series bold
31123 xymatrix
31124 \series default
31125 をサポートしており、以下でこれらの説明をします。
31126 \end_layout
31127
31128 \begin_layout Subsection
31129 amscd図解
31130 \begin_inset Index idx
31131 status collapsed
31132
31133 \begin_layout Plain Layout
31134 ずかい@図解 ! amscd
31135 \end_layout
31136
31137 \end_inset
31138
31139
31140 \end_layout
31141
31142 \begin_layout Standard
31143 この型の図解は、以下のように、関係を縦横の線や矢印で図示します。
31144 \begin_inset Formula 
31145 \[
31146 \begin{CD}A@>>>B@>>>C\\
31147 @AAA@.@VVV\\
31148 F@<<<E@<<<D
31149 \end{CD}
31150 \]
31151
31152 \end_inset
31153
31154
31155 \end_layout
31156
31157 \begin_layout Standard
31158 これを作るには、数式に
31159 \series bold
31160
31161 \backslash
31162 CD
31163 \begin_inset Index idx
31164 status collapsed
31165
31166 \begin_layout Plain Layout
31167 こまんど@コマンド ! C ! 
31168 \backslash
31169 CD
31170 \end_layout
31171
31172 \end_inset
31173
31174
31175 \series default
31176 コマンドを挿入します。二つの点線に囲まれた青枠が現れるので、ここにコマンドを入れていきます。
31177 \begin_inset Info
31178 type  "shortcut"
31179 arg   "newline-insert newline"
31180 \end_inset
31181
31182 を押すと、新しい行が作られます。水平方向の関係は奇数行に入れ、垂直方向の関係は偶数行に入れます。
31183 \end_layout
31184
31185 \begin_layout Standard
31186 関係を作るには、以下のコマンドがあります。
31187 \end_layout
31188
31189 \begin_layout Itemize
31190 \begin_inset Formula $\boldsymbol{@<<<}$
31191 \end_inset
31192
31193 は左矢印、
31194 \begin_inset Formula $\boldsymbol{@>>>}$
31195 \end_inset
31196
31197 は右矢印、
31198 \series bold
31199 @=
31200 \series default
31201 は長い等号を生成します。
31202 \end_layout
31203
31204 \begin_layout Itemize
31205
31206 \series bold
31207 @AAA
31208 \series default
31209 は上矢印、
31210 \series bold
31211 @VVV
31212 \series default
31213 は下矢印、
31214 \begin_inset Formula $\boldsymbol{@|}$
31215 \end_inset
31216
31217 は縦向きの等号を生成します。
31218 \end_layout
31219
31220 \begin_layout Itemize
31221
31222 \series bold
31223 @.
31224 \series default
31225 は関係が存在しない部分に置きます。
31226 \end_layout
31227
31228 \begin_layout Standard
31229 矢印はすべて、以下のようにラベル付けをすることができます。
31230 \end_layout
31231
31232 \begin_layout Itemize
31233 文章を、第1と第2の「
31234 \begin_inset Formula $<$
31235 \end_inset
31236
31237 」ないし「
31238 \begin_inset Formula $>$
31239 \end_inset
31240
31241 」のあいだに入れると、この文章は矢印の上に表示されます。第2・第3の「
31242 \begin_inset Formula $<$
31243 \end_inset
31244
31245 」ないし「
31246 \begin_inset Formula $>$
31247 \end_inset
31248
31249 」のあいだに入れると、矢印の下に表示されます。
31250 \end_layout
31251
31252 \begin_layout Itemize
31253 縦矢印に付ける文章を、第1・第2の「A」ないし「V」のあいだに入れると、この文章は矢印の左に表示されます。第2・第3のもののあいだに入れると、矢印の右に表示され
31254 ます。文章中に「A」や「V」の文字があるときには、これらはTeX括弧の中に入れなくてはなりません。
31255 \end_layout
31256
31257 \begin_layout Standard
31258 以下は、上記のすべての関係を使った例です。
31259 \end_layout
31260
31261 \begin_layout Standard
31262 \begin_inset Formula 
31263 \[
31264 \begin{CD}A@>j>>B@>>k>C@=F\\
31265 @AmAA@.@VV{V}V@|\\
31266 D@<<j<E@>k>>F@=C
31267 \end{CD}
31268 \]
31269
31270 \end_inset
31271
31272
31273 \end_layout
31274
31275 \begin_layout Standard
31276 これを作るコマンドは、以下のとおりです。
31277 \begin_inset Newline newline
31278 \end_inset
31279
31280
31281 \series bold
31282
31283 \backslash
31284 CD
31285 \begin_inset space \textvisiblespace{}
31286 \end_inset
31287
31288 A
31289 \begin_inset Formula $\boldsymbol{@>}$
31290 \end_inset
31291
31292 j
31293 \begin_inset Formula $\boldsymbol{>>}$
31294 \end_inset
31295
31296 B
31297 \begin_inset Formula $\boldsymbol{@>>}$
31298 \end_inset
31299
31300 k
31301 \begin_inset Formula $\boldsymbol{>}$
31302 \end_inset
31303
31304 C@=F Ctrl+Return
31305 \begin_inset Newline newline
31306 \end_inset
31307
31308
31309 \begin_inset Phantom HPhantom
31310 status open
31311
31312 \begin_layout Plain Layout
31313
31314 \series bold
31315
31316 \backslash
31317 CD
31318 \begin_inset space \textvisiblespace{}
31319 \end_inset
31320
31321
31322 \end_layout
31323
31324 \end_inset
31325
31326 @AmAA@.@VV
31327 \backslash
31328 {V
31329 \series default
31330
31331 \begin_inset Formula $\to$
31332 \end_inset
31333
31334
31335 \series bold
31336 V
31337 \begin_inset Formula $\boldsymbol{@|}$
31338 \end_inset
31339
31340  Ctrl+Return
31341 \begin_inset Newline newline
31342 \end_inset
31343
31344
31345 \begin_inset Phantom HPhantom
31346 status open
31347
31348 \begin_layout Plain Layout
31349
31350 \series bold
31351
31352 \backslash
31353 CD
31354 \begin_inset space \textvisiblespace{}
31355 \end_inset
31356
31357
31358 \end_layout
31359
31360 \end_inset
31361
31362 D
31363 \begin_inset Formula $\boldsymbol{@<<}$
31364 \end_inset
31365
31366 j
31367 \begin_inset Formula $\boldsymbol{<}$
31368 \end_inset
31369
31370 E
31371 \begin_inset Formula $\boldsymbol{@>}$
31372 \end_inset
31373
31374 k
31375 \begin_inset Formula $\boldsymbol{>>}$
31376 \end_inset
31377
31378 F@=C
31379 \end_layout
31380
31381 \begin_layout Subsection
31382 xymatrix図解
31383 \begin_inset Index idx
31384 status collapsed
31385
31386 \begin_layout Plain Layout
31387 ずかい@図解 ! xymatrix
31388 \end_layout
31389
31390 \end_inset
31391
31392
31393 \end_layout
31394
31395 \begin_layout Standard
31396 xymatricesを使うには、LaTeXパッケージの
31397 \series bold
31398 xypic
31399 \series default
31400 が導入済みである必要があります。xymatrixは、数式中に
31401 \series bold
31402
31403 \backslash
31404 xymatrix
31405 \series default
31406 コマンドを入れることで作ることができます。すると、通常の行列と同じようにして、列や行を付け加えることができます。第
31407 \begin_inset CommandInset ref
31408 LatexCommand ref
31409 reference "sec:行列"
31410
31411 \end_inset
31412
31413 節をご参照下さい。
31414 \end_layout
31415
31416 \begin_layout Standard
31417 amscd図解とは異なり、xymatricesは、対角矢印や曲がった矢印など多様なサポートをしています。作ることのできる可換図と装飾は、
31418 \family sans
31419 ヘルプ\SpecialChar \menuseparator
31420 用途別説明書\SpecialChar \menuseparator
31421 XY-pic説明書
31422 \family default
31423 メニューにある
31424 \emph on
31425 XY-pic説明書
31426 \emph default
31427 で詳しく網羅しています。
31428 \end_layout
31429
31430 \begin_layout Subsection
31431 ファインマン図
31432 \series medium
31433
31434 \begin_inset Index idx
31435 status collapsed
31436
31437 \begin_layout Plain Layout
31438 ずかい@図解 ! ファインマン
31439 \end_layout
31440
31441 \end_inset
31442
31443
31444 \end_layout
31445
31446 \begin_layout Standard
31447 ファインマン図を使うには、LaTeXパッケージ
31448 \series bold
31449 feyn
31450 \series default
31451 を導入しておかなくてはなりません。すると、ファインマン図は、数式中で
31452 \series bold
31453
31454 \backslash
31455 Diagram
31456 \series default
31457 コマンドを挿入すれば生成されます。通常の行列で行うのと同じようにして新規行や新規列を加えることができます(第
31458 \begin_inset CommandInset ref
31459 LatexCommand ref
31460 reference "sec:行列"
31461
31462 \end_inset
31463
31464 節参照)。
31465 \end_layout
31466
31467 \begin_layout Standard
31468 LyXでのファインマン図の作り方は、メニュー
31469 \family sans
31470 ヘルプ\SpecialChar \menuseparator
31471 用途別説明書
31472 \family default
31473 内の『
31474 \emph on
31475 ファインマン図
31476 \emph default
31477 』にあります。
31478 \end_layout
31479
31480 \begin_layout Section
31481 ユーザー定義コマンド
31482 \begin_inset Index idx
31483 status collapsed
31484
31485 \begin_layout Plain Layout
31486 ゆーざーていぎこまんど@ユーザー定義コマンド
31487 \end_layout
31488
31489 \end_inset
31490
31491
31492 \end_layout
31493
31494 \begin_layout Standard
31495 \begin_inset Note Greyedout
31496 status open
31497
31498 \begin_layout Plain Layout
31499 【註】ユーザー定義コマンド名及びマクロ名には、ラテン文字しか使用することができません。
31500 \end_layout
31501
31502 \end_inset
31503
31504
31505 \end_layout
31506
31507 \begin_layout Subsection
31508
31509 \backslash
31510 newcommandコマンド
31511 \begin_inset CommandInset label
31512 LatexCommand label
31513 name "sub:newcommandコマンド"
31514
31515 \end_inset
31516
31517
31518 \begin_inset Index idx
31519 status collapsed
31520
31521 \begin_layout Plain Layout
31522 ゆーざーていぎこまんど@ユーザー定義コマンド ! 
31523 \backslash
31524 newcommand
31525 \end_layout
31526
31527 \end_inset
31528
31529
31530 \begin_inset Index idx
31531 status collapsed
31532
31533 \begin_layout Plain Layout
31534 こまんど@コマンド ! N ! 
31535 \backslash
31536 newcommand
31537 \end_layout
31538
31539 \end_inset
31540
31541
31542 \end_layout
31543
31544 \begin_layout Standard
31545 頻繁に用いるには、長すぎるLaTeXコマンドはたくさんありますが、
31546 \series bold
31547
31548 \backslash
31549 newcommand
31550 \series default
31551 コマンドを使えば、新しい短縮コマンドを定義することが可能です。
31552 \end_layout
31553
31554 \begin_layout Standard
31555
31556 \series bold
31557
31558 \backslash
31559 newcommand
31560 \series default
31561 コマンドの書式は、
31562 \end_layout
31563
31564 \begin_layout Standard
31565
31566 \series bold
31567
31568 \backslash
31569 newcommand{新コマンド名}[引数の数][オプションの値]
31570 \begin_inset Newline newline
31571 \end_inset
31572
31573
31574 \begin_inset Phantom HPhantom
31575 status open
31576
31577 \begin_layout Plain Layout
31578
31579 \series bold
31580
31581 \backslash
31582 newcommand
31583 \end_layout
31584
31585 \end_inset
31586
31587 {コマンド定義}
31588 \end_layout
31589
31590 \begin_layout Standard
31591 です。
31592 \end_layout
31593
31594 \begin_layout Standard
31595 \begin_inset Note Greyedout
31596 status open
31597
31598 \begin_layout Plain Layout
31599
31600 \series bold
31601 【註】
31602 \series default
31603 新コマンド名が、使用中の文書や呼び出しているLaTeXパッケージで、既に使用されていないことを確認して下さい。たとえば、
31604 \series bold
31605
31606 \backslash
31607 Leftarrow
31608 \series default
31609 の短縮のつもりで
31610 \series bold
31611
31612 \backslash
31613 le
31614 \series default
31615 というコマンドを定義したとすると、
31616 \series bold
31617
31618 \backslash
31619 le
31620 \series default
31621 は既に「
31622 \begin_inset Formula $\le$
31623 \end_inset
31624
31625 」を表すコマンドとして定義されてしまっているので、エラーメッセージが表示されます。
31626 \end_layout
31627
31628 \end_inset
31629
31630
31631 \end_layout
31632
31633 \begin_layout Standard
31634 「引数の数」は、0
31635 \begin_inset space \thinspace{}
31636 \end_inset
31637
31638 -
31639 \begin_inset space \thinspace{}
31640 \end_inset
31641
31642 9の範囲の整数であり、新コマンドがいくつの引数をとるかを指定するものです。「オプションの値」では、非必須の引数の既定値を定義できます。これを指定すると、新コマン
31643 ドの
31644 \emph on
31645 最初の
31646 \emph default
31647 引数は、自動的に非必須の引数になります。
31648 \end_layout
31649
31650 \begin_layout Standard
31651 以下にいくつかの例を挙げます。
31652 \end_layout
31653
31654 \begin_layout Itemize
31655
31656 \series bold
31657
31658 \backslash
31659 Longrightarrow
31660 \series default
31661 の短縮形として
31662 \series bold
31663
31664 \backslash
31665 gr
31666 \series default
31667 というコマンドを定義するには、LaTeXプリアンブルに以下の行を加えます。
31668 \begin_inset VSpace medskip
31669 \end_inset
31670
31671
31672 \begin_inset Newline newline
31673 \end_inset
31674
31675
31676 \series bold
31677
31678 \backslash
31679 newcommand{
31680 \backslash
31681 gr}{
31682 \backslash
31683 Longrightarrow}
31684 \end_layout
31685
31686 \begin_layout Itemize
31687
31688 \series bold
31689
31690 \backslash
31691 underline
31692 \series default
31693 の短縮形として
31694 \series bold
31695
31696 \backslash
31697 us
31698 \series default
31699 というコマンドを定義するには、(下線を引くべき文字列を示す)引数を考慮に入れなくてはなりません。このためには、以下のようなプリアンブル行を入れます。
31700 \begin_inset VSpace medskip
31701 \end_inset
31702
31703
31704 \begin_inset Newline newline
31705 \end_inset
31706
31707
31708 \series bold
31709
31710 \backslash
31711 newcommand{
31712 \backslash
31713 us}[1]{
31714 \backslash
31715 underline{#1}}
31716 \series default
31717
31718 \begin_inset VSpace medskip
31719 \end_inset
31720
31721
31722 \begin_inset Newline newline
31723 \end_inset
31724
31725
31726 \series bold
31727 #
31728 \series default
31729 」という文字は、引数の入る場所を示し、その後ろの「
31730 \series bold
31731 1
31732 \series default
31733 」は、これが第1引数の入る場所であることを示します。
31734 \end_layout
31735
31736 \begin_layout Itemize
31737
31738 \series bold
31739
31740 \backslash
31741 framebox
31742 \series default
31743 の短縮形として、たとえば
31744 \series bold
31745
31746 \backslash
31747 fb
31748 \series default
31749 というコマンドを定義するには、
31750 \begin_inset VSpace medskip
31751 \end_inset
31752
31753
31754 \begin_inset Newline newline
31755 \end_inset
31756
31757
31758 \series bold
31759
31760 \backslash
31761 newcommand{
31762 \backslash
31763 fb}[3]{
31764 \backslash
31765 framebox#1#2{$#3$}}
31766 \series default
31767
31768 \begin_inset VSpace medskip
31769 \end_inset
31770
31771
31772 \begin_inset Newline newline
31773 \end_inset
31774
31775 二つのドルマークは、
31776 \series bold
31777
31778 \backslash
31779 framebox
31780 \series default
31781 が必要とする内部の数式を作り出します。第
31782 \begin_inset CommandInset ref
31783 LatexCommand ref
31784 reference "sub:縁付きボックス"
31785
31786 \end_inset
31787
31788 節をご参照下さい。
31789 \end_layout
31790
31791 \begin_layout Itemize
31792 ボックスの色を指定する必要がない
31793 \series bold
31794
31795 \backslash
31796 fcolorbox
31797 \series default
31798 用の新コマンドを作るには、以下のように、色を示す引数を非必須として定義します。
31799 \begin_inset VSpace medskip
31800 \end_inset
31801
31802
31803 \begin_inset Newline newline
31804 \end_inset
31805
31806
31807 \series bold
31808
31809 \backslash
31810 newcommand{
31811 \backslash
31812 cb}[3][white]{
31813 \backslash
31814 fcolorbox{#2}{#1}{$#3$}}
31815 \series default
31816
31817 \begin_inset VSpace medskip
31818 \end_inset
31819
31820
31821 \begin_inset Newline newline
31822 \end_inset
31823
31824
31825 \series bold
31826
31827 \backslash
31828 cb
31829 \series default
31830 を使うときに色が指定されなければ、事前に定義された色である
31831 \series bold
31832 white
31833 \series default
31834 が使用されます。
31835 \end_layout
31836
31837 \begin_layout Standard
31838 以下は、上で定義したコマンドの動作テストです。
31839 \end_layout
31840
31841 \begin_layout Standard
31842 \align center
31843 \begin_inset Tabular
31844 <lyxtabular version="3" rows="6" columns="2">
31845 <features rotate="0" tabularvalignment="middle">
31846 <column alignment="center" valignment="top">
31847 <column alignment="center" valignment="top">
31848 <row>
31849 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31850 \begin_inset Text
31851
31852 \begin_layout Plain Layout
31853 コマンド
31854 \end_layout
31855
31856 \end_inset
31857 </cell>
31858 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31859 \begin_inset Text
31860
31861 \begin_layout Plain Layout
31862 出力
31863 \begin_inset Note Note
31864 status collapsed
31865
31866 \begin_layout Plain Layout
31867 ここで
31868 \series bold
31869
31870 \backslash
31871 raisebox
31872 \series default
31873 はスペーサーとして使用しているだけです。
31874 \end_layout
31875
31876 \end_inset
31877
31878
31879 \end_layout
31880
31881 \end_inset
31882 </cell>
31883 </row>
31884 <row>
31885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31886 \begin_inset Text
31887
31888 \begin_layout Plain Layout
31889 A
31890 \backslash
31891 gr
31892 \begin_inset space \textvisiblespace{}
31893 \end_inset
31894
31895 B
31896 \end_layout
31897
31898 \end_inset
31899 </cell>
31900 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31901 \begin_inset Text
31902
31903 \begin_layout Plain Layout
31904 \begin_inset Formula $A\gr B$
31905 \end_inset
31906
31907
31908 \end_layout
31909
31910 \end_inset
31911 </cell>
31912 </row>
31913 <row>
31914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31915 \begin_inset Text
31916
31917 \begin_layout Plain Layout
31918
31919 \backslash
31920 us{ABcd
31921 \end_layout
31922
31923 \end_inset
31924 </cell>
31925 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31926 \begin_inset Text
31927
31928 \begin_layout Plain Layout
31929 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
31930 \end_inset
31931
31932
31933 \end_layout
31934
31935 \end_inset
31936 </cell>
31937 </row>
31938 <row>
31939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31940 \begin_inset Text
31941
31942 \begin_layout Plain Layout
31943
31944 \backslash
31945 fb{[2cm]
31946 \begin_inset Formula $\to$
31947 \end_inset
31948
31949
31950 \backslash
31951 {
31952 \begin_inset Formula $\to$
31953 \end_inset
31954
31955
31956 \backslash
31957 {
31958 \backslash
31959 int
31960 \begin_inset space \textvisiblespace{}
31961 \end_inset
31962
31963 A=B
31964 \end_layout
31965
31966 \end_inset
31967 </cell>
31968 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31969 \begin_inset Text
31970
31971 \begin_layout Plain Layout
31972 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
31973 \end_inset
31974
31975
31976 \end_layout
31977
31978 \end_inset
31979 </cell>
31980 </row>
31981 <row>
31982 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31983 \begin_inset Text
31984
31985 \begin_layout Plain Layout
31986
31987 \backslash
31988 cb{red
31989 \begin_inset Formula $\to$
31990 \end_inset
31991
31992
31993 \backslash
31994 {
31995 \backslash
31996 int
31997 \begin_inset space \textvisiblespace{}
31998 \end_inset
31999
32000 A=B
32001 \end_layout
32002
32003 \end_inset
32004 </cell>
32005 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32006 \begin_inset Text
32007
32008 \begin_layout Plain Layout
32009 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
32010 \end_inset
32011
32012
32013 \end_layout
32014
32015 \end_inset
32016 </cell>
32017 </row>
32018 <row>
32019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32020 \begin_inset Text
32021
32022 \begin_layout Plain Layout
32023
32024 \backslash
32025 cb[green]
32026 \backslash
32027 {red
32028 \begin_inset Formula $\to$
32029 \end_inset
32030
32031
32032 \backslash
32033 {
32034 \backslash
32035 int
32036 \begin_inset space \textvisiblespace{}
32037 \end_inset
32038
32039 A=B
32040 \end_layout
32041
32042 \end_inset
32043 </cell>
32044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32045 \begin_inset Text
32046
32047 \begin_layout Plain Layout
32048 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
32049 \end_inset
32050
32051
32052 \end_layout
32053
32054 \end_inset
32055 </cell>
32056 </row>
32057 </lyxtabular>
32058
32059 \end_inset
32060
32061
32062 \end_layout
32063
32064 \begin_layout Subsection
32065 数式マクロ
32066 \begin_inset Index idx
32067 status collapsed
32068
32069 \begin_layout Plain Layout
32070 ゆーざーていぎこまんど@ユーザー定義コマンド ! すうしきまくろ@数式マクロ
32071 \end_layout
32072
32073 \end_inset
32074
32075
32076 \begin_inset Index idx
32077 status collapsed
32078
32079 \begin_layout Plain Layout
32080 まくろ@マクロ
32081 \end_layout
32082
32083 \end_inset
32084
32085
32086 \end_layout
32087
32088 \begin_layout Standard
32089 ユーザー定義コマンドは、複雑な表現を使うときに特に便利です。たとえば、文書中で二次方程式を扱っているとすると、同じような解の形が何度も出てきます。二次方程式の一
32090 般型は、
32091 \begin_inset Formula 
32092 \[
32093 0=\lambda^{2}+p\lambda+q
32094 \]
32095
32096 \end_inset
32097
32098 であり、その解の一般型は
32099 \begin_inset Formula 
32100 \[
32101 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
32102 \]
32103
32104 \end_inset
32105
32106
32107 \end_layout
32108
32109 \begin_layout Standard
32110 です。
32111 \begin_inset Formula $\lambda$
32112 \end_inset
32113
32114
32115 \begin_inset Formula $p$
32116 \end_inset
32117
32118
32119 \begin_inset Formula $q$
32120 \end_inset
32121
32122 の3つのパラメータを指定することが必須であり、
32123 \begin_inset Formula $\lambda$
32124 \end_inset
32125
32126 の指数をオプションとして与えることができるような、解の公式のコマンドを定義するには、以下のようなLaTeXプリアンブル行を加えます。
32127 \begin_inset Newline newline
32128 \end_inset
32129
32130
32131 \series bold
32132
32133 \backslash
32134 newcommand{
32135 \backslash
32136 qG}[4][1,
32137 \backslash
32138 ,2]{#2_{#1}=-
32139 \backslash
32140 frac{#3}{2}
32141 \backslash
32142 pm
32143 \begin_inset Newline newline
32144 \end_inset
32145
32146
32147 \begin_inset Phantom HPhantom
32148 status open
32149
32150 \begin_layout Plain Layout
32151
32152 \series bold
32153
32154 \backslash
32155 newcommand
32156 \end_layout
32157
32158 \end_inset
32159
32160
32161 \backslash
32162 sqrt{
32163 \backslash
32164 frac{#3^{2}}{4}-#4}}
32165 \end_layout
32166
32167 \begin_layout Standard
32168 これを使って解の公式を作るには、
32169 \begin_inset Newline newline
32170 \end_inset
32171
32172
32173 \series bold
32174
32175 \backslash
32176 qG{
32177 \backslash
32178 lambda
32179 \begin_inset Formula $\to$
32180 \end_inset
32181
32182
32183 \backslash
32184 {p
32185 \begin_inset Formula $\to$
32186 \end_inset
32187
32188
32189 \backslash
32190 {q
32191 \series default
32192 というコマンドを数式に入れます。
32193 \end_layout
32194
32195 \begin_layout Standard
32196 新コマンドを定義する方法は、たとえばLaTeX中で分数は
32197 \series bold
32198
32199 \backslash
32200 frac{分子}{分母}
32201 \series default
32202 の形で入れなくてはならないことなど、使用するすべてのLaTeXコマンドの書式を知っている必要があるので、直感的ではありません。さらに、定義中で中括弧を入れ忘れる
32203 ことはよくあり、それをやってしまうと、LyXからは新コマンドが何をやらかしているか確認しにくくなってしまいます。これらの問題を回避するために、LyXは、
32204 \series bold
32205
32206 \backslash
32207 newcommand
32208 \series default
32209 コマンドの代わりに、数式マクロを使う方法を提供しています。
32210 \end_layout
32211
32212 \begin_layout Standard
32213 数式マクロは、
32214 \family sans
32215 挿入\SpecialChar \menuseparator
32216 数式\SpecialChar \menuseparator
32217 マクロ
32218 \family default
32219 メニューか、ツールバーボタンの
32220 \begin_inset Graphics
32221         filename ../../images/math-macro_newmacroname_newcommand.png
32222         scale 85
32223
32224 \end_inset
32225
32226 で作ることができます。すると、数式マクロツールバーが表示されるとともに、マクロを定義した箇所に以下のようなボックスが現れます。
32227 \begin_inset Newline newline
32228 \end_inset
32229
32230
32231 \begin_inset space \hspace*{\fill}
32232 \end_inset
32233
32234
32235 \begin_inset Graphics
32236         filename clipart/macrobox.png
32237
32238 \end_inset
32239
32240
32241 \begin_inset space \hspace*{\fill}
32242 \end_inset
32243
32244
32245 \begin_inset Newline newline
32246 \end_inset
32247
32248
32249 \begin_inset FormulaMacro
32250 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
32251 \end_inset
32252
32253
32254 \backslash
32255 newmacronameが既定のマクロ名として現れますが、意味のある名称に変更するべきでしょう。欲しい数式は一つ目の青枠の中に入れます。引数を置く場所は、
32256 \series bold
32257
32258 \backslash
32259 #1
32260 \series default
32261 のように
32262 \series bold
32263
32264 \backslash
32265 #引数番号
32266 \series default
32267 というコマンドで入力するか、マクロツールバーボタンの
32268 \begin_inset Graphics
32269         filename ../../images/math-macro-add-param.png
32270         scale 85
32271
32272 \end_inset
32273
32274 を使用します。引数位置は赤で表示されます。引数は、最大で9つまでとることができます。非必須引数は、ツールバーボタンの
32275 \begin_inset Graphics
32276         filename ../../images/math-macro-add-optional-param.png
32277         scale 85
32278
32279 \end_inset
32280
32281 で作ることができます。最初の必須引数は、ツールバーボタンの
32282 \begin_inset Graphics
32283         filename ../../images/math-macro-make-optional.png
32284         scale 85
32285
32286 \end_inset
32287
32288 を使って、非必須引数にすることができます。二つ目の青枠には、LyX中でのマクロの表示のしかたを定義することができます。通常は、定義したとおりに表示された方が便利
32289 なので、この枠は空白にしておきます。しかし、画面の過半を占拠してしまうようなマクロを作ってしまった場合には、たとえばこの枠に
32290 \begin_inset Newline newline
32291 \end_inset
32292
32293
32294 \series bold
32295 qG: 
32296 \backslash
32297 #1
32298 \series default
32299  
32300 \series bold
32301 ,
32302 \series default
32303  
32304 \series bold
32305
32306 \backslash
32307 #2
32308 \series default
32309  
32310 \series bold
32311 ,
32312 \series default
32313  
32314 \series bold
32315
32316 \backslash
32317 #3, 
32318 \backslash
32319 #4
32320 \begin_inset Newline newline
32321 \end_inset
32322
32323
32324 \series default
32325 のように入れることができます。このようにすると、マクロ名と引数のみがLyX上に表示され、見通しが良くなります。一方、出力での数式は、最初の枠で定義したように表示
32326 されます。
32327 \begin_inset Newline newline
32328 \end_inset
32329
32330 さらに、数式中のマクロ表示は、マクロの中にカーソルを置いて、
32331 \family sans
32332 表示\SpecialChar \menuseparator
32333 数式マクロを展開(畳む)
32334 \family default
32335 メニューを使うことで、マクロ毎に変えることができます。
32336 \end_layout
32337
32338 \begin_layout Standard
32339 マクロを使うには、数式中にマクロ名をコマンドとして入れます。上記の例では、
32340 \series bold
32341
32342 \backslash
32343 qG
32344 \series default
32345 とします。このマクロは、LyX中では以下のように表示されます。
32346 \begin_inset Newline newline
32347 \end_inset
32348
32349
32350 \begin_inset space \hspace*{\fill}
32351 \end_inset
32352
32353
32354 \begin_inset Graphics
32355         filename ../clipart/macrouse.png
32356
32357 \end_inset
32358
32359
32360 \begin_inset space \hspace*{\fill}
32361 \end_inset
32362
32363
32364 \begin_inset Newline newline
32365 \end_inset
32366
32367 以下は、上記の例に、引数
32368 \begin_inset Formula $x$
32369 \end_inset
32370
32371
32372 \begin_inset Formula $\ln(x)$
32373 \end_inset
32374
32375
32376 \begin_inset Formula $B$
32377 \end_inset
32378
32379 を指定したものです。
32380 \end_layout
32381
32382 \begin_layout Standard
32383 \begin_inset Formula 
32384 \[
32385 \qG x{\ln(x)}B
32386 \]
32387
32388 \end_inset
32389
32390
32391 \end_layout
32392
32393 \begin_layout Standard
32394 LyXは、
32395 \family sans
32396 ツール\SpecialChar \menuseparator
32397 設定\SpecialChar \menuseparator
32398 編集\SpecialChar \menuseparator
32399 制御
32400 \family default
32401 メニューで、マクロを編集するのに複数の様式を用意しています。あなたに最も合った様式を見つけるには、様式を選択してから、違いを見るために数式マクロにカーソルを合わ
32402 せてみてください。
32403 \end_layout
32404
32405 \begin_layout Standard
32406 数式マクロは、文書書き出し時に、内部的に
32407 \series bold
32408
32409 \backslash
32410 newcommand
32411 \series default
32412 コマンドに変換されます。こうして生成された
32413 \series bold
32414
32415 \backslash
32416 newcommand
32417 \series default
32418 コマンドは、LaTeXプリアンブルには置かれませんので、マクロは、文書中、マクロ定義ボックスよりも後の数式でのみ使うことができます。
32419 \end_layout
32420
32421 \begin_layout Standard
32422 数式マクロは、
32423 \series bold
32424
32425 \backslash
32426 newcommand
32427 \series default
32428 コマンドから直接作ることもできます。たとえば、LyX中に通常の文章として、
32429 \series bold
32430
32431 \begin_inset Newline newline
32432 \end_inset
32433
32434
32435 \backslash
32436 newcommand{
32437 \backslash
32438 larrow}[2]{
32439 \backslash
32440 xleftarrow[#2]{#1}}
32441 \begin_inset Newline newline
32442 \end_inset
32443
32444
32445 \series default
32446 というコマンドを書き入れ、この全体を選択して、
32447 \begin_inset Flex Ruby
32448 status collapsed
32449
32450 \begin_layout Plain Layout
32451 捷径
32452 \begin_inset Argument post:1
32453 status collapsed
32454
32455 \begin_layout Plain Layout
32456 ショートカット
32457 \end_layout
32458
32459 \end_inset
32460
32461
32462 \end_layout
32463
32464 \end_inset
32465
32466
32467 \family sans
32468 Ctrl+M
32469 \family default
32470 を押すと、このコマンドは数式マクロに変換されます。この方法を使うに当たっては、
32471 \series bold
32472
32473 \backslash
32474 newcommand
32475 \series default
32476 コマンドが正しく入力されていることに気をつけなくてはなりません。さもないと、間違ったマクロが作られてしまって、LaTeXエラーが発生します。
32477 \end_layout
32478
32479 \begin_layout Standard
32480 数式マクロには、まだ、マクロ定義中に再帰的に数式を入れてしまうと、正しく処理されないという問題が残っています。したがって、第
32481 \begin_inset CommandInset ref
32482 LatexCommand ref
32483 reference "sub:newcommandコマンド"
32484
32485 \end_inset
32486
32487 節で例として作った
32488 \series bold
32489
32490 \backslash
32491 fb
32492 \series default
32493 は、マクロとしては作ることができません。
32494 \end_layout
32495
32496 \begin_layout Standard
32497 カーソルがマクロ定義ボックスの中にあるとき、LyX中に以下のようなマクロツールバーが表示されます。
32498 \end_layout
32499
32500 \begin_layout Standard
32501 \begin_inset VSpace defskip
32502 \end_inset
32503
32504
32505 \end_layout
32506
32507 \begin_layout Standard
32508 \begin_inset Graphics
32509         filename ../clipart/MacroToolbar.png
32510
32511 \end_inset
32512
32513
32514 \begin_inset Index idx
32515 status collapsed
32516
32517 \begin_layout Plain Layout
32518 まくろ@マクロ ! つーるばー@ツールバー
32519 \end_layout
32520
32521 \end_inset
32522
32523
32524 \end_layout
32525
32526 \begin_layout Standard
32527 \begin_inset VSpace defskip
32528 \end_inset
32529
32530
32531 \end_layout
32532
32533 \begin_layout Standard
32534 マクロツールバーは、左から右に、以下の各ボタンがあります。
32535 \end_layout
32536
32537 \begin_layout Standard
32538 \begin_inset VSpace defskip
32539 \end_inset
32540
32541
32542 \end_layout
32543
32544 \begin_layout Standard
32545 \begin_inset Tabular
32546 <lyxtabular version="3" rows="9" columns="2">
32547 <features rotate="0" islongtable="true" longtabularalignment="center">
32548 <column alignment="left" valignment="top">
32549 <column alignment="left" valignment="top" width="85col%">
32550 <row interlinespace="2.5mm">
32551 <cell alignment="center" valignment="top" usebox="none">
32552 \begin_inset Text
32553
32554 \begin_layout Plain Layout
32555 \begin_inset Graphics
32556         filename ../../images/math-macro-remove-param.png
32557         rotateOrigin center
32558
32559 \end_inset
32560
32561
32562 \end_layout
32563
32564 \end_inset
32565 </cell>
32566 <cell alignment="center" valignment="top" usebox="none">
32567 \begin_inset Text
32568
32569 \begin_layout Plain Layout
32570
32571 \family sans
32572 編集\SpecialChar \menuseparator
32573 数式\SpecialChar \menuseparator
32574 マクロ定義\SpecialChar \menuseparator
32575 最後の引数を削除
32576 \end_layout
32577
32578 \end_inset
32579 </cell>
32580 </row>
32581 <row interlinespace="2.5mm">
32582 <cell alignment="center" valignment="top" usebox="none">
32583 \begin_inset Text
32584
32585 \begin_layout Plain Layout
32586 \begin_inset Graphics
32587         filename ../../images/math-macro-add-param.png
32588         rotateOrigin center
32589
32590 \end_inset
32591
32592
32593 \end_layout
32594
32595 \end_inset
32596 </cell>
32597 <cell alignment="center" valignment="top" usebox="none">
32598 \begin_inset Text
32599
32600 \begin_layout Plain Layout
32601
32602 \family sans
32603 編集\SpecialChar \menuseparator
32604 数式\SpecialChar \menuseparator
32605 マクロ定義\SpecialChar \menuseparator
32606 引数を追加
32607 \end_layout
32608
32609 \end_inset
32610 </cell>
32611 </row>
32612 <row interlinespace="2.5mm">
32613 <cell alignment="center" valignment="top" usebox="none">
32614 \begin_inset Text
32615
32616 \begin_layout Plain Layout
32617 \begin_inset Graphics
32618         filename ../../images/math-macro-make-optional.png
32619         rotateOrigin center
32620
32621 \end_inset
32622
32623
32624 \end_layout
32625
32626 \end_inset
32627 </cell>
32628 <cell alignment="center" valignment="top" usebox="none">
32629 \begin_inset Text
32630
32631 \begin_layout Plain Layout
32632
32633 \family sans
32634 編集\SpecialChar \menuseparator
32635 数式\SpecialChar \menuseparator
32636 マクロ定義\SpecialChar \menuseparator
32637 最初の必須引数を
32638 \begin_inset Newline newline
32639 \end_inset
32640
32641
32642 \begin_inset Phantom HPhantom
32643 status open
32644
32645 \begin_layout Plain Layout
32646
32647 \family sans
32648 編集\SpecialChar \menuseparator
32649 数式\SpecialChar \menuseparator
32650 マクロ定義\SpecialChar \menuseparator
32651
32652 \end_layout
32653
32654 \end_inset
32655
32656 非必須引数にする
32657 \end_layout
32658
32659 \end_inset
32660 </cell>
32661 </row>
32662 <row interlinespace="2.5mm">
32663 <cell alignment="center" valignment="top" usebox="none">
32664 \begin_inset Text
32665
32666 \begin_layout Plain Layout
32667 \begin_inset Graphics
32668         filename ../../images/math-macro-make-nonoptional.png
32669         rotateOrigin center
32670
32671 \end_inset
32672
32673
32674 \end_layout
32675
32676 \end_inset
32677 </cell>
32678 <cell alignment="center" valignment="top" usebox="none">
32679 \begin_inset Text
32680
32681 \begin_layout Plain Layout
32682
32683 \family sans
32684 編集\SpecialChar \menuseparator
32685 数式\SpecialChar \menuseparator
32686 マクロ定義\SpecialChar \menuseparator
32687 最後の非必須引数を
32688 \begin_inset Newline newline
32689 \end_inset
32690
32691
32692 \begin_inset Phantom HPhantom
32693 status open
32694
32695 \begin_layout Plain Layout
32696
32697 \family sans
32698 編集\SpecialChar \menuseparator
32699 数式\SpecialChar \menuseparator
32700 マクロ定義\SpecialChar \menuseparator
32701
32702 \end_layout
32703
32704 \end_inset
32705
32706 必須引数にする
32707 \end_layout
32708
32709 \end_inset
32710 </cell>
32711 </row>
32712 <row interlinespace="2.5mm">
32713 <cell alignment="center" valignment="top" usebox="none">
32714 \begin_inset Text
32715
32716 \begin_layout Plain Layout
32717 \begin_inset Graphics
32718         filename ../../images/math-macro-remove-optional-param.png
32719         rotateOrigin center
32720
32721 \end_inset
32722
32723
32724 \end_layout
32725
32726 \end_inset
32727 </cell>
32728 <cell alignment="center" valignment="top" usebox="none">
32729 \begin_inset Text
32730
32731 \begin_layout Plain Layout
32732
32733 \family sans
32734 編集\SpecialChar \menuseparator
32735 数式\SpecialChar \menuseparator
32736 マクロ定義\SpecialChar \menuseparator
32737 非必須引数を削除
32738 \end_layout
32739
32740 \end_inset
32741 </cell>
32742 </row>
32743 <row interlinespace="2.5mm">
32744 <cell alignment="center" valignment="top" usebox="none">
32745 \begin_inset Text
32746
32747 \begin_layout Plain Layout
32748 \begin_inset Graphics
32749         filename ../../images/math-macro-add-optional-param.png
32750         rotateOrigin center
32751
32752 \end_inset
32753
32754
32755 \end_layout
32756
32757 \end_inset
32758 </cell>
32759 <cell alignment="center" valignment="top" usebox="none">
32760 \begin_inset Text
32761
32762 \begin_layout Plain Layout
32763
32764 \family sans
32765 編集\SpecialChar \menuseparator
32766 数式\SpecialChar \menuseparator
32767 マクロ定義\SpecialChar \menuseparator
32768 非必須引数を挿入
32769 \end_layout
32770
32771 \end_inset
32772 </cell>
32773 </row>
32774 <row interlinespace="2.5mm">
32775 <cell alignment="center" valignment="top" usebox="none">
32776 \begin_inset Text
32777
32778 \begin_layout Plain Layout
32779 \begin_inset Graphics
32780         filename ../../images/math-macro-remove-greedy-param.png
32781         rotateOrigin center
32782
32783 \end_inset
32784
32785
32786 \end_layout
32787
32788 \end_inset
32789 </cell>
32790 <cell alignment="center" valignment="top" usebox="none">
32791 \begin_inset Text
32792
32793 \begin_layout Plain Layout
32794
32795 \family sans
32796 編集\SpecialChar \menuseparator
32797 数式\SpecialChar \menuseparator
32798 マクロ定義\SpecialChar \menuseparator
32799 右に吐き出す形で
32800 \begin_inset Newline newline
32801 \end_inset
32802
32803
32804 \begin_inset Phantom HPhantom
32805 status open
32806
32807 \begin_layout Plain Layout
32808
32809 \family sans
32810 編集\SpecialChar \menuseparator
32811 数式\SpecialChar \menuseparator
32812 マクロ定義\SpecialChar \menuseparator
32813
32814 \end_layout
32815
32816 \end_inset
32817
32818 最後の引数を削除
32819 \end_layout
32820
32821 \end_inset
32822 </cell>
32823 </row>
32824 <row interlinespace="2.5mm">
32825 <cell alignment="center" valignment="top" usebox="none">
32826 \begin_inset Text
32827
32828 \begin_layout Plain Layout
32829 \begin_inset Graphics
32830         filename ../../images/math-macro-append-greedy-param.png
32831         rotateOrigin center
32832
32833 \end_inset
32834
32835
32836 \end_layout
32837
32838 \end_inset
32839 </cell>
32840 <cell alignment="center" valignment="top" usebox="none">
32841 \begin_inset Text
32842
32843 \begin_layout Plain Layout
32844
32845 \family sans
32846 編集\SpecialChar \menuseparator
32847 数式\SpecialChar \menuseparator
32848 マクロ定義\SpecialChar \menuseparator
32849 右から喰う形で
32850 \begin_inset Newline newline
32851 \end_inset
32852
32853
32854 \begin_inset Phantom HPhantom
32855 status open
32856
32857 \begin_layout Plain Layout
32858
32859 \family sans
32860 編集\SpecialChar \menuseparator
32861 数式\SpecialChar \menuseparator
32862 マクロ定義\SpecialChar \menuseparator
32863
32864 \end_layout
32865
32866 \end_inset
32867
32868 引数を追加
32869 \end_layout
32870
32871 \end_inset
32872 </cell>
32873 </row>
32874 <row interlinespace="2.5mm">
32875 <cell alignment="center" valignment="top" usebox="none">
32876 \begin_inset Text
32877
32878 \begin_layout Plain Layout
32879 \begin_inset Graphics
32880         filename ../../images/math-macro-add-greedy-optional-param.png
32881         rotateOrigin center
32882
32883 \end_inset
32884
32885
32886 \end_layout
32887
32888 \end_inset
32889 </cell>
32890 <cell alignment="center" valignment="top" usebox="none">
32891 \begin_inset Text
32892
32893 \begin_layout Plain Layout
32894
32895 \family sans
32896 編集\SpecialChar \menuseparator
32897 数式\SpecialChar \menuseparator
32898 マクロ定義\SpecialChar \menuseparator
32899 右から喰う形で
32900 \begin_inset Newline newline
32901 \end_inset
32902
32903
32904 \begin_inset Phantom HPhantom
32905 status open
32906
32907 \begin_layout Plain Layout
32908
32909 \family sans
32910 編集\SpecialChar \menuseparator
32911 数式\SpecialChar \menuseparator
32912 マクロ定義\SpecialChar \menuseparator
32913
32914 \end_layout
32915
32916 \end_inset
32917
32918 非必須引数を追加
32919 \end_layout
32920
32921 \end_inset
32922 </cell>
32923 </row>
32924 </lyxtabular>
32925
32926 \end_inset
32927
32928
32929 \end_layout
32930
32931 \begin_layout Section
32932 コンピュータ代数システム
32933 \end_layout
32934
32935 \begin_layout Standard
32936 LyXでは、LyXの数式エディタで書かれた数式表現と、外部プログラムやユーザ定義スクリプトとの間のやり取りが可能です。現在サポートされているプログラムは、
32937 \family sans
32938 Maple
32939 \family default
32940
32941 \family sans
32942 Mathematica
32943 \family default
32944
32945 \family sans
32946 Maxima
32947 \family default
32948
32949 \family sans
32950 Octave
32951 \family default
32952 です。サポートされている数式表現は、非常に単純なものに限られていますので、ご注意ください。
32953 \end_layout
32954
32955 \begin_layout Subsection
32956 使用法
32957 \end_layout
32958
32959 \begin_layout Standard
32960 数式表現を書いた後、
32961 \family sans
32962 編集\SpecialChar \menuseparator
32963 数式\SpecialChar \menuseparator
32964 コンピュータ代数システムを使用
32965 \family default
32966 メニューで、コンピュータに導入済みのプログラムを選択します。その後、計算結果が、数式表現の右に「=」演算子とともに表示されます。
32967 \end_layout
32968
32969 \begin_layout Standard
32970 下記は、どのような計算が可能かをいくつか例示したものです(出力は
32971 \family typewriter
32972 Maxima
32973 \family default
32974 です)。
32975 \end_layout
32976
32977 \begin_layout Itemize
32978 \begin_inset Formula $\frac{37}{3}*2-\sum_{i=1}^{3}i^{i}=-\frac{22}{3}$
32979 \end_inset
32980
32981
32982 \end_layout
32983
32984 \begin_layout Itemize
32985 \begin_inset Formula $\frac{37.0}{3}=12.33333333333333$
32986 \end_inset
32987
32988
32989 \end_layout
32990
32991 \begin_layout Itemize
32992 \begin_inset Formula $\int_{1}^{2}\sin(x)dx=\cos1-\cos2$
32993 \end_inset
32994
32995
32996 \end_layout
32997
32998 \begin_layout Itemize
32999 \begin_inset Formula $\det\left[\begin{array}{ccc}
33000 1 & 6 & 7\\
33001 2 & 5 & 8\\
33002 3 & 4 & 17
33003 \end{array}\right]=-56$
33004 \end_inset
33005
33006
33007 \end_layout
33008
33009 \begin_layout Itemize
33010 \begin_inset Formula $\lim_{x\rightarrow0}\left(\frac{\sin(x)}{x}\right)=1$
33011 \end_inset
33012
33013
33014 \end_layout
33015
33016 \begin_layout Subsection
33017 捷径
33018 \end_layout
33019
33020 \begin_layout Standard
33021 現在のところ、代数プログラムを呼び出すための
33022 \begin_inset Flex Ruby
33023 status collapsed
33024
33025 \begin_layout Plain Layout
33026 捷径
33027 \begin_inset Argument post:1
33028 status collapsed
33029
33030 \begin_layout Plain Layout
33031 ショートカット
33032 \end_layout
33033
33034 \end_inset
33035
33036
33037 \end_layout
33038
33039 \end_inset
33040
33041 はありません。しかし、捷径を
33042 \family sans
33043 math-extern
33044 \family default
33045  LyX関数にバインドすることは容易です(取扱説明書『
33046 \family sans
33047 \emph on
33048 LyX関数篇
33049 \family default
33050 \emph default
33051 』参照)。例えば、数式エディタ中で
33052 \family sans
33053 リターン
33054 \family default
33055
33056 \begin_inset Flex Ruby
33057 status collapsed
33058
33059 \begin_layout Plain Layout
33060
33061 \begin_inset Argument post:1
33062 status collapsed
33063
33064 \begin_layout Plain Layout
33065 キー
33066 \end_layout
33067
33068 \end_inset
33069
33070
33071 \end_layout
33072
33073 \end_inset
33074
33075 をバインドさせることもできます。それを
33076 \family typewriter
33077 Maxima
33078 \family default
33079 にバインドするには、下記の捷径定義コマンドを使用します。
33080 \end_layout
33081
33082 \begin_layout Standard
33083
33084 \series bold
33085 command-alternatives break-paragraph;math-extern maxima
33086 \end_layout
33087
33088 \begin_layout Section
33089 補遺
33090 \begin_inset Index idx
33091 status collapsed
33092
33093 \begin_layout Plain Layout
33094 ほい@補遺
33095 \end_layout
33096
33097 \end_inset
33098
33099
33100 \end_layout
33101
33102 \begin_layout Subsection
33103 負の数
33104 \begin_inset Index idx
33105 status collapsed
33106
33107 \begin_layout Plain Layout
33108 かず@数 ! ふの@負の ---
33109 \end_layout
33110
33111 \end_inset
33112
33113
33114 \end_layout
33115
33116 \begin_layout Standard
33117 数式中の負の数は、数の前の負符号が、差演算子記号と同じ長さに設定されてしまうために、汚く見えてしまうことがあります。負の数を通常の文章として書くと、負符号は正し
33118 く表示されます。
33119 \end_layout
33120
33121 \begin_layout Standard
33122 したがって、この問題は、負符号を数式テキストに変換することによって、解消されます。
33123 \end_layout
33124
33125 \begin_layout Standard
33126 以下は、この問題を示す例です。
33127 \end_layout
33128
33129 \begin_layout Standard
33130 \align center
33131 \begin_inset Tabular
33132 <lyxtabular version="3" rows="3" columns="2">
33133 <features rotate="0" tabularvalignment="middle">
33134 <column alignment="right" valignment="top">
33135 <column alignment="left" valignment="top">
33136 <row>
33137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33138 \begin_inset Text
33139
33140 \begin_layout Plain Layout
33141 通常の文章:
33142 \end_layout
33143
33144 \end_inset
33145 </cell>
33146 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33147 \begin_inset Text
33148
33149 \begin_layout Plain Layout
33150 x = -2
33151 \end_layout
33152
33153 \end_inset
33154 </cell>
33155 </row>
33156 <row>
33157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33158 \begin_inset Text
33159
33160 \begin_layout Plain Layout
33161 数式:
33162 \end_layout
33163
33164 \end_inset
33165 </cell>
33166 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
33167 \begin_inset Text
33168
33169 \begin_layout Plain Layout
33170 \begin_inset Formula $x=-2$
33171 \end_inset
33172
33173
33174 \end_layout
33175
33176 \end_inset
33177 </cell>
33178 </row>
33179 <row>
33180 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33181 \begin_inset Text
33182
33183 \begin_layout Plain Layout
33184 解決策:
33185 \end_layout
33186
33187 \end_inset
33188 </cell>
33189 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
33190 \begin_inset Text
33191
33192 \begin_layout Plain Layout
33193 \begin_inset Formula $x=\textrm{-}2$
33194 \end_inset
33195
33196
33197 \end_layout
33198
33199 \end_inset
33200 </cell>
33201 </row>
33202 </lyxtabular>
33203
33204 \end_inset
33205
33206
33207 \end_layout
33208
33209 \begin_layout Subsection
33210 位区切りとしてのコンマ
33211 \begin_inset Index idx
33212 status collapsed
33213
33214 \begin_layout Plain Layout
33215 こんま@コンマ
33216 \end_layout
33217
33218 \end_inset
33219
33220
33221 \begin_inset Index idx
33222 status collapsed
33223
33224 \begin_layout Plain Layout
33225 かんま@カンマ|see
33226 \begin_inset ERT
33227 status collapsed
33228
33229 \begin_layout Plain Layout
33230
33231 {
33232 \end_layout
33233
33234 \end_inset
33235
33236 コンマ
33237 \begin_inset ERT
33238 status collapsed
33239
33240 \begin_layout Plain Layout
33241
33242 }
33243 \end_layout
33244
33245 \end_inset
33246
33247
33248 \end_layout
33249
33250 \end_inset
33251
33252
33253 \end_layout
33254
33255 \begin_layout Standard
33256 LaTeXでは、英語の慣習にしたがい、数式中のコンマを数字の位区切りに使用します。よって、数式中のコンマの後ろには、つねに空白が加わります。
33257 \end_layout
33258
33259 \begin_layout Standard
33260 これを回避するためには、コンマを選択して、数式テキストに変更して下さい(
33261 \begin_inset Flex Ruby
33262 status collapsed
33263
33264 \begin_layout Plain Layout
33265 捷径
33266 \begin_inset Argument post:1
33267 status collapsed
33268
33269 \begin_layout Plain Layout
33270 ショートカット
33271 \end_layout
33272
33273 \end_inset
33274
33275
33276 \end_layout
33277
33278 \end_inset
33279
33280
33281 \begin_inset Info
33282 type  "shortcut"
33283 arg   "math-mode"
33284 \end_inset
33285
33286 )。
33287 \end_layout
33288
33289 \begin_layout Standard
33290 文書中の数式コンマを、すべて小数点として使うには、LaTeXプリアンブルに
33291 \end_layout
33292
33293 \begin_layout Standard
33294
33295 \series bold
33296
33297 \backslash
33298 usepackage{icomma}
33299 \end_layout
33300
33301 \begin_layout Standard
33302 という行を加えて、
33303 \series bold
33304 icomma.sty
33305 \series default
33306
33307 \begin_inset Foot
33308 status collapsed
33309
33310 \begin_layout Plain Layout
33311
33312 \series bold
33313 icomma
33314 \series default
33315 は、LaTeXパッケージ
33316 \series bold
33317 was
33318 \series default
33319
33320 \begin_inset Index idx
33321 status collapsed
33322
33323 \begin_layout Plain Layout
33324 ぱっけーじ@パッケージ ! was
33325 \begin_inset ERT
33326 status collapsed
33327
33328 \begin_layout Plain Layout
33329
33330
33331 \backslash
33332 vspace{4mm}
33333 \end_layout
33334
33335 \end_inset
33336
33337
33338 \end_layout
33339
33340 \end_inset
33341
33342 に含まれています。
33343 \end_layout
33344
33345 \end_inset
33346
33347
33348 \begin_inset Index idx
33349 status collapsed
33350
33351 \begin_layout Plain Layout
33352 ぱっけーじ@パッケージ ! icomma
33353 \end_layout
33354
33355 \end_inset
33356
33357 ファイルを読み込みます。
33358 \end_layout
33359
33360 \begin_layout Subsection
33361 物理ベクトル
33362 \begin_inset CommandInset label
33363 LatexCommand label
33364 name "sub:物理ベクトル"
33365
33366 \end_inset
33367
33368
33369 \begin_inset Index idx
33370 status collapsed
33371
33372 \begin_layout Plain Layout
33373 Vectors ! physical
33374 \end_layout
33375
33376 \end_inset
33377
33378
33379 \end_layout
33380
33381 \begin_layout Standard
33382 LaTeXパッケージ
33383 \series bold
33384 braket
33385 \series default
33386
33387 \begin_inset Foot
33388 status collapsed
33389
33390 \begin_layout Plain Layout
33391
33392 \series bold
33393 braket
33394 \series default
33395  は標準的LaTeX頒布版のすべてに含まれています。
33396 \end_layout
33397
33398 \end_inset
33399
33400
33401 \begin_inset Index idx
33402 status collapsed
33403
33404 \begin_layout Plain Layout
33405 ぱっけーじ@パッケージ ! braket
33406 \end_layout
33407
33408 \end_inset
33409
33410 には、定義済みのベクトルが提供されており、
33411 \end_layout
33412
33413 \begin_layout Standard
33414
33415 \series bold
33416
33417 \backslash
33418 usepackage{braket}
33419 \end_layout
33420
33421 \begin_layout Standard
33422 というLaTeXプリアンブル行で読み込むことができます。
33423 \end_layout
33424
33425 \begin_layout Standard
33426 \begin_inset ERT
33427 status collapsed
33428
33429 \begin_layout Plain Layout
33430
33431
33432 \backslash
33433 ifbraket 
33434 \end_layout
33435
33436 \end_inset
33437
33438
33439 \begin_inset Note Note
33440 status open
33441
33442 \begin_layout Plain Layout
33443 以下の表は、
33444 \series bold
33445 braket
33446 \series default
33447  LaTeXパッケージが導入済みのときのみ表示されます。
33448 \end_layout
33449
33450 \end_inset
33451
33452 以下のコマンドが定義されています。
33453 \end_layout
33454
33455 \begin_layout Standard
33456 \align center
33457 \begin_inset Tabular
33458 <lyxtabular version="3" rows="4" columns="2">
33459 <features rotate="0" tabularvalignment="middle">
33460 <column alignment="center" valignment="top">
33461 <column alignment="center" valignment="top">
33462 <row>
33463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33464 \begin_inset Text
33465
33466 \begin_layout Plain Layout
33467 コマンド
33468 \end_layout
33469
33470 \end_inset
33471 </cell>
33472 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33473 \begin_inset Text
33474
33475 \begin_layout Plain Layout
33476 出力
33477 \end_layout
33478
33479 \end_inset
33480 </cell>
33481 </row>
33482 <row>
33483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33484 \begin_inset Text
33485
33486 \begin_layout Plain Layout
33487
33488 \backslash
33489 Bra{
33490 \backslash
33491 psi
33492 \end_layout
33493
33494 \end_inset
33495 </cell>
33496 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33497 \begin_inset Text
33498
33499 \begin_layout Plain Layout
33500 \begin_inset Formula $\Bra{\psi}$
33501 \end_inset
33502
33503
33504 \end_layout
33505
33506 \end_inset
33507 </cell>
33508 </row>
33509 <row>
33510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33511 \begin_inset Text
33512
33513 \begin_layout Plain Layout
33514
33515 \backslash
33516 Ket{
33517 \backslash
33518 psi
33519 \end_layout
33520
33521 \end_inset
33522 </cell>
33523 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33524 \begin_inset Text
33525
33526 \begin_layout Plain Layout
33527 \begin_inset Formula $\Ket{\psi}$
33528 \end_inset
33529
33530
33531 \end_layout
33532
33533 \end_inset
33534 </cell>
33535 </row>
33536 <row>
33537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33538 \begin_inset Text
33539
33540 \begin_layout Plain Layout
33541
33542 \backslash
33543 Braket{
33544 \backslash
33545 psi
33546 \begin_inset Formula $|$
33547 \end_inset
33548
33549
33550 \backslash
33551 phi
33552 \end_layout
33553
33554 \end_inset
33555 </cell>
33556 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33557 \begin_inset Text
33558
33559 \begin_layout Plain Layout
33560 \begin_inset Formula $\Braket{\psi|\phi}$
33561 \end_inset
33562
33563
33564 \end_layout
33565
33566 \end_inset
33567 </cell>
33568 </row>
33569 </lyxtabular>
33570
33571 \end_inset
33572
33573
33574 \end_layout
33575
33576 \begin_layout Standard
33577
33578 \series bold
33579
33580 \backslash
33581 Braket
33582 \series default
33583 コマンドを使うと、以下のように、すべての縦棒がそれを囲む括弧と同じ大きさに設定されます。
33584 \begin_inset Formula 
33585 \[
33586 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}
33587 \]
33588
33589 \end_inset
33590
33591
33592 \begin_inset ERT
33593 status collapsed
33594
33595 \begin_layout Plain Layout
33596
33597
33598 \backslash
33599 else 
33600 \end_layout
33601
33602 \end_inset
33603
33604
33605 \begin_inset Note Note
33606 status open
33607
33608 \begin_layout Plain Layout
33609
33610 \series bold
33611 braket
33612 \series default
33613  LaTeXパッケージが導入されていないときには、以下が表示されます。
33614 \end_layout
33615
33616 \end_inset
33617
33618
33619 \end_layout
33620
33621 \begin_layout Standard
33622 本小節の全体を出力で見るためには、
33623 \series bold
33624 braket
33625 \series default
33626  LaTeXパッケージを導入する必要があります。
33627 \end_layout
33628
33629 \begin_layout Standard
33630 \begin_inset ERT
33631 status collapsed
33632
33633 \begin_layout Plain Layout
33634
33635
33636 \backslash
33637 fi 
33638 \end_layout
33639
33640 \end_inset
33641
33642
33643 \end_layout
33644
33645 \begin_layout Standard
33646
33647 \series bold
33648
33649 \backslash
33650 Braket
33651 \series default
33652 と同じ効果は、第
33653 \begin_inset CommandInset ref
33654 LatexCommand ref
33655 reference "sub:自動の括弧丈"
33656
33657 \end_inset
33658
33659 節に説明されているとおり、
33660 \series bold
33661
33662 \backslash
33663 middle
33664 \series default
33665 コマンドを用いることによっても実現できます。
33666 \end_layout
33667
33668 \begin_layout Subsection
33669 自己定義の分数
33670 \begin_inset CommandInset label
33671 LatexCommand label
33672 name "sub:自己定義の分数"
33673
33674 \end_inset
33675
33676
33677 \begin_inset Index idx
33678 status collapsed
33679
33680 \begin_layout Plain Layout
33681 ぶんすう@分数 ! じこていぎの@自己定義の ---
33682 \end_layout
33683
33684 \end_inset
33685
33686
33687 \end_layout
33688
33689 \begin_layout Standard
33690 分数用の自製コマンドを定義するには、以下の書式を持つ
33691 \series bold
33692
33693 \backslash
33694 genfrac
33695 \series default
33696
33697 \begin_inset Index idx
33698 status collapsed
33699
33700 \begin_layout Plain Layout
33701 こまんど@コマンド ! G ! 
33702 \backslash
33703 genfrac
33704 \end_layout
33705
33706 \end_inset
33707
33708 コマンドを使います。
33709 \end_layout
33710
33711 \begin_layout Standard
33712
33713 \series bold
33714
33715 \backslash
33716 genfrac{左括弧}{右括弧}{分数線の厚み}{様式}
33717 \begin_inset Newline newline
33718 \end_inset
33719
33720
33721 \begin_inset Phantom HPhantom
33722 status open
33723
33724 \begin_layout Plain Layout
33725
33726 \series bold
33727
33728 \backslash
33729 genfrac
33730 \end_layout
33731
33732 \end_inset
33733
33734 {分子}{分母}
33735 \end_layout
33736
33737 \begin_layout Standard
33738 ここで「様式」は、0
33739 \begin_inset space \thinspace{}
33740 \end_inset
33741
33742 -
33743 \begin_inset space \thinspace{}
33744 \end_inset
33745
33746 3の範囲の数字です。
33747 \end_layout
33748
33749 \begin_layout Standard
33750 \align center
33751 \begin_inset Tabular
33752 <lyxtabular version="3" rows="5" columns="2">
33753 <features rotate="0" tabularvalignment="middle">
33754 <column alignment="center" valignment="top">
33755 <column alignment="center" valignment="top">
33756 <row>
33757 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33758 \begin_inset Text
33759
33760 \begin_layout Plain Layout
33761 数字
33762 \end_layout
33763
33764 \end_inset
33765 </cell>
33766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33767 \begin_inset Text
33768
33769 \begin_layout Plain Layout
33770 様式(大きさ)
33771 \end_layout
33772
33773 \end_inset
33774 </cell>
33775 </row>
33776 <row>
33777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33778 \begin_inset Text
33779
33780 \begin_layout Plain Layout
33781 0
33782 \end_layout
33783
33784 \end_inset
33785 </cell>
33786 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33787 \begin_inset Text
33788
33789 \begin_layout Plain Layout
33790 別行立て様式の数式
33791 \end_layout
33792
33793 \end_inset
33794 </cell>
33795 </row>
33796 <row>
33797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33798 \begin_inset Text
33799
33800 \begin_layout Plain Layout
33801 1
33802 \end_layout
33803
33804 \end_inset
33805 </cell>
33806 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33807 \begin_inset Text
33808
33809 \begin_layout Plain Layout
33810 行内数式
33811 \end_layout
33812
33813 \end_inset
33814 </cell>
33815 </row>
33816 <row>
33817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33818 \begin_inset Text
33819
33820 \begin_layout Plain Layout
33821 2
33822 \end_layout
33823
33824 \end_inset
33825 </cell>
33826 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33827 \begin_inset Text
33828
33829 \begin_layout Plain Layout
33830 やや小(small)
33831 \end_layout
33832
33833 \end_inset
33834 </cell>
33835 </row>
33836 <row>
33837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33838 \begin_inset Text
33839
33840 \begin_layout Plain Layout
33841 3
33842 \end_layout
33843
33844 \end_inset
33845 </cell>
33846 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33847 \begin_inset Text
33848
33849 \begin_layout Plain Layout
33850 最小(tiny)
33851 \end_layout
33852
33853 \end_inset
33854 </cell>
33855 </row>
33856 </lyxtabular>
33857
33858 \end_inset
33859
33860
33861 \end_layout
33862
33863 \begin_layout Standard
33864 「様式」を指定しないときには、
33865 \series bold
33866
33867 \backslash
33868 frac
33869 \series default
33870 コマンドのように、大きさは周囲の環境に合わせて調節されます。 
33871 \end_layout
33872
33873 \begin_layout Standard
33874 「分数線の厚み」を指定しないときには、既定値である0.4
33875 \begin_inset space \thinspace{}
33876 \end_inset
33877
33878 ptが用いられます。
33879 \end_layout
33880
33881 \begin_layout Standard
33882 \begin_inset VSpace medskip
33883 \end_inset
33884
33885 たとえば、第
33886 \begin_inset CommandInset ref
33887 LatexCommand ref
33888 reference "sub:分数"
33889
33890 \end_inset
33891
33892 節の
33893 \series bold
33894
33895 \backslash
33896 dfrac
33897 \series default
33898 コマンドおよび
33899 \series bold
33900
33901 \backslash
33902 tbinom
33903 \series default
33904 コマンドは、
33905 \end_layout
33906
33907 \begin_layout Standard
33908
33909 \series bold
33910
33911 \backslash
33912 newcommand{
33913 \backslash
33914 dfrac}[2]{
33915 \backslash
33916 genfrac{}{}{}{0}{#1}{#2}}
33917 \end_layout
33918
33919 \begin_layout Standard
33920 あるいは
33921 \end_layout
33922
33923 \begin_layout Standard
33924
33925 \series bold
33926
33927 \backslash
33928 newcommand{
33929 \backslash
33930 tbinom}[2]{
33931 \backslash
33932 genfrac{(}{)}{0pt}{1}{#1}{#2}}
33933 \end_layout
33934
33935 \begin_layout Standard
33936 というコマンドで定義できます。
33937 \end_layout
33938
33939 \begin_layout Standard
33940 \begin_inset VSpace medskip
33941 \end_inset
33942
33943 分数線の厚みを非必須の引数として与えることのできる分数を定義するには、LaTeXプリアンブルに
33944 \end_layout
33945
33946 \begin_layout Standard
33947
33948 \series bold
33949
33950 \backslash
33951 newcommand{
33952 \backslash
33953 fracS}[3][]{
33954 \backslash
33955 genfrac{}{}{#1}{}{#2}{#3}}
33956 \end_layout
33957
33958 \begin_layout Standard
33959 という行を入れます。
33960 \begin_inset Newpage newpage
33961 \end_inset
33962
33963
33964 \end_layout
33965
33966 \begin_layout Standard
33967 以下は、そのテストです。
33968 \begin_inset Formula 
33969 \begin{align*}
33970 \text{コマンド} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
33971 \text{出力} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
33972 \end{align*}
33973
33974 \end_inset
33975
33976 ご覧になってわかるように、分子や分母から分数線までの距離は、分数線の厚みの約3倍になります。
33977 \end_layout
33978
33979 \begin_layout Subsection
33980 数式の消去
33981 \begin_inset Index idx
33982 status collapsed
33983
33984 \begin_layout Plain Layout
33985 すうしき@数式 ! しょうきょ@消去
33986 \end_layout
33987
33988 \end_inset
33989
33990
33991 \end_layout
33992
33993 \begin_layout Standard
33994 数式を消去するには、4つの方法があります。
33995 \end_layout
33996
33997 \begin_layout Standard
33998 \align center
33999 \begin_inset Tabular
34000 <lyxtabular version="3" rows="5" columns="2">
34001 <features rotate="0" tabularvalignment="middle">
34002 <column alignment="center" valignment="top">
34003 <column alignment="center" valignment="top">
34004 <row>
34005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34006 \begin_inset Text
34007
34008 \begin_layout Plain Layout
34009 コマンド
34010 \end_layout
34011
34012 \end_inset
34013 </cell>
34014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34015 \begin_inset Text
34016
34017 \begin_layout Plain Layout
34018 出力
34019 \begin_inset Note Note
34020 status collapsed
34021
34022 \begin_layout Plain Layout
34023 ここで
34024 \series bold
34025
34026 \backslash
34027 raisebox
34028 \series default
34029 はスペーサーとして使用しているだけです。
34030 \end_layout
34031
34032 \end_inset
34033
34034
34035 \end_layout
34036
34037 \end_inset
34038 </cell>
34039 </row>
34040 <row>
34041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34042 \begin_inset Text
34043
34044 \begin_layout Plain Layout
34045
34046 \backslash
34047 cancel
34048 \begin_inset space \textvisiblespace{}
34049 \end_inset
34050
34051 int
34052 \begin_inset space \textvisiblespace{}
34053 \end_inset
34054
34055 A=B
34056 \end_layout
34057
34058 \end_inset
34059 </cell>
34060 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34061 \begin_inset Text
34062
34063 \begin_layout Plain Layout
34064 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
34065 \end_inset
34066
34067
34068 \end_layout
34069
34070 \end_inset
34071 </cell>
34072 </row>
34073 <row>
34074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34075 \begin_inset Text
34076
34077 \begin_layout Plain Layout
34078
34079 \backslash
34080 bcancel
34081 \begin_inset space \textvisiblespace{}
34082 \end_inset
34083
34084
34085 \backslash
34086 int
34087 \begin_inset space \textvisiblespace{}
34088 \end_inset
34089
34090 A=B
34091 \end_layout
34092
34093 \end_inset
34094 </cell>
34095 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34096 \begin_inset Text
34097
34098 \begin_layout Plain Layout
34099 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
34100 \end_inset
34101
34102
34103 \end_layout
34104
34105 \end_inset
34106 </cell>
34107 </row>
34108 <row>
34109 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34110 \begin_inset Text
34111
34112 \begin_layout Plain Layout
34113
34114 \backslash
34115 xcancel
34116 \begin_inset space \textvisiblespace{}
34117 \end_inset
34118
34119
34120 \backslash
34121 int
34122 \begin_inset space \textvisiblespace{}
34123 \end_inset
34124
34125 A=B
34126 \end_layout
34127
34128 \end_inset
34129 </cell>
34130 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34131 \begin_inset Text
34132
34133 \begin_layout Plain Layout
34134 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
34135 \end_inset
34136
34137
34138 \end_layout
34139
34140 \end_inset
34141 </cell>
34142 </row>
34143 <row>
34144 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34145 \begin_inset Text
34146
34147 \begin_layout Plain Layout
34148
34149 \backslash
34150 cancelto
34151 \begin_inset space \textvisiblespace{}
34152 \end_inset
34153
34154
34155 \backslash
34156 int
34157 \begin_inset space \textvisiblespace{}
34158 \end_inset
34159
34160 A=B
34161 \begin_inset Formula $\to$
34162 \end_inset
34163
34164 1
34165 \end_layout
34166
34167 \end_inset
34168 </cell>
34169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34170 \begin_inset Text
34171
34172 \begin_layout Plain Layout
34173 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
34174 \end_inset
34175
34176
34177 \end_layout
34178
34179 \end_inset
34180 </cell>
34181 </row>
34182 </lyxtabular>
34183
34184 \end_inset
34185
34186
34187 \end_layout
34188
34189 \begin_layout Standard
34190
34191 \series bold
34192
34193 \backslash
34194 cancelto
34195 \series default
34196 は、以下のように、とくに数式中の分数を約分を表示するのに適しています。
34197 \begin_inset Formula 
34198 \[
34199 \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}}}
34200 \]
34201
34202 \end_inset
34203
34204
34205 \end_layout
34206
34207 \begin_layout Standard
34208
34209 \lang english
34210 To change the size of 
34211 \series bold
34212
34213 \backslash
34214 cancelto
34215 \series default
34216 's 
34217 \begin_inset Quotes eld
34218 \end_inset
34219
34220 subscript
34221 \begin_inset Quotes erd
34222 \end_inset
34223
34224  value one can add the LaTeX-preamble line
34225 \end_layout
34226
34227 \begin_layout Standard
34228
34229 \series bold
34230
34231 \backslash
34232 PassOptionsToPackage{option}{cancel}
34233 \end_layout
34234
34235 \begin_layout Standard
34236
34237 \lang english
34238 where 
34239 \series bold
34240 option
34241 \series default
34242  is either 
34243 \series bold
34244 samesize
34245 \series default
34246  which leads to the same size as for the canceled value, or 
34247 \series bold
34248 Smaller
34249 \series default
34250  which makes is it a bit smaller than normal.
34251 \end_layout
34252
34253 \begin_layout Standard
34254 という行で読み込まれています。取り消し線に色を付けるには、TeXコードで以下のコマンドを書き加えてください。
34255 \end_layout
34256
34257 \begin_layout Standard
34258
34259 \series bold
34260
34261 \backslash
34262 renewcommand{
34263 \backslash
34264 CancelColor}{
34265 \backslash
34266 color{red}}
34267 \end_layout
34268
34269 \begin_layout Standard
34270 ここで
34271 \series bold
34272 red
34273 \series default
34274 は、お好みの色に変更することができます。
34275 \end_layout
34276
34277 \begin_layout Standard
34278 \begin_inset ERT
34279 status collapsed
34280
34281 \begin_layout Plain Layout
34282
34283
34284 \backslash
34285 renewcommand{
34286 \backslash
34287 CancelColor}{
34288 \backslash
34289 color{red}}
34290 \end_layout
34291
34292 \end_inset
34293
34294
34295 \end_layout
34296
34297 \begin_layout Standard
34298 \begin_inset Formula 
34299 \[
34300 \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}}}
34301 \]
34302
34303 \end_inset
34304
34305
34306 \end_layout
34307
34308 \begin_layout Standard
34309 \begin_inset ERT
34310 status collapsed
34311
34312 \begin_layout Plain Layout
34313
34314
34315 \backslash
34316 renewcommand{
34317 \backslash
34318 CancelColor}{
34319 \backslash
34320 color{black}}
34321 \end_layout
34322
34323 \end_inset
34324
34325
34326 \begin_inset Note Note
34327 status open
34328
34329 \begin_layout Plain Layout
34330 色をリセット
34331 \end_layout
34332
34333 \end_inset
34334
34335
34336 \end_layout
34337
34338 \begin_layout Standard
34339 他の微調整については、
34340 \series bold
34341 cancel
34342 \series default
34343 パッケージの取扱説明書
34344 \begin_inset CommandInset citation
34345 LatexCommand cite
34346 key "cancel"
34347
34348 \end_inset
34349
34350 をご覧ください。
34351 \begin_inset Index idx
34352 status collapsed
34353
34354 \begin_layout Plain Layout
34355 ぱっけーじ@パッケージ ! cancel
34356 \end_layout
34357
34358 \end_inset
34359
34360
34361 \end_layout
34362
34363 \begin_layout Subsection
34364 節見出し中の数式
34365 \begin_inset CommandInset label
34366 LatexCommand label
34367 name "sub:節見出し中の数式"
34368
34369 \end_inset
34370
34371
34372 \begin_inset Index idx
34373 status collapsed
34374
34375 \begin_layout Plain Layout
34376 すうしき@数式 ! せつみだしちゅうの@節見出し中の ---
34377 \end_layout
34378
34379 \end_inset
34380
34381
34382 \end_layout
34383
34384 \begin_layout Standard
34385 数式を節見出し中で使う際には、以下のことに留意しなくてはなりません。
34386 \end_layout
34387
34388 \begin_layout Standard
34389 \begin_inset Note Greyedout
34390 status open
34391
34392 \begin_layout Plain Layout
34393 文書設定ダイアログの
34394 \family sans
34395 PDF特性
34396 \family default
34397
34398 \series bold
34399 hyperref
34400 \series default
34401
34402 \begin_inset Index idx
34403 status collapsed
34404
34405 \begin_layout Plain Layout
34406 ぱっけーじ@パッケージ ! hyperref
34407 \end_layout
34408
34409 \end_inset
34410
34411 サポートが有効になっている場合、PDFのしおりが、目次にある節見出しすべてに関して生成されます。しおり中に数式を入れることはPDFの慣習に違反しているため、節見
34412 出しに数式が含まれている場合、数式はしおり中に誤った文字列として表示されます。
34413 \end_layout
34414
34415 \end_inset
34416
34417
34418 \end_layout
34419
34420 \begin_layout Standard
34421 これらの問題は、
34422 \family sans
34423 挿入\SpecialChar \menuseparator
34424 短縮タイトル
34425 \family default
34426 メニューを使って、問題となる節見出しの最後に短縮タイトルを入れることで解決することができます。短縮タイトルは、目次が美しく整形されるように、多行にわたる節見出し
34427 に別名を付けるものです。目次中には、短縮タイトルのみが表示され、したがってPDFしおり中にも短縮タイトルのみが表示されます。
34428 \end_layout
34429
34430 \begin_layout Standard
34431 数式を目次中でも使わなくてもならないが、
34432 \series bold
34433 hyperref
34434 \series default
34435 も使用しなくてはならないときには、
34436 \end_layout
34437
34438 \begin_layout Standard
34439
34440 \series bold
34441
34442 \backslash
34443 texorpdfstring{部分}{代替文字列}
34444 \begin_inset Index idx
34445 status collapsed
34446
34447 \begin_layout Plain Layout
34448 こまんど@コマンド ! T ! 
34449 \backslash
34450 texorpdfstring
34451 \end_layout
34452
34453 \end_inset
34454
34455
34456 \end_layout
34457
34458 \begin_layout Standard
34459 というコマンドをTeXモードで使う方法があります。
34460 \end_layout
34461
34462 \begin_layout Standard
34463 「部分」は、見出し中、PDFしおりに表示したくない部分です。これは、文字・数式・脚注のほかに相互参照をとることもできます。しおりには、この部分の代わりに、「代替
34464 文字列」が用いられます。
34465 \end_layout
34466
34467 \begin_layout Standard
34468 以下の二つは、見出しの例です。
34469 \begin_inset VSpace -3mm
34470 \end_inset
34471
34472
34473 \begin_inset ERT
34474 status collapsed
34475
34476 \begin_layout Plain Layout
34477
34478
34479 \backslash
34480 boldmath 
34481 \end_layout
34482
34483 \end_inset
34484
34485
34486 \end_layout
34487
34488 \begin_layout Subsubsection
34489 目次中では数式を使わない見出し
34490 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
34491 \end_inset
34492
34493
34494 \begin_inset Argument 1
34495 status collapsed
34496
34497 \begin_layout Plain Layout
34498 目次中では数式を使わない見出し
34499 \end_layout
34500
34501 \end_inset
34502
34503
34504 \end_layout
34505
34506 \begin_layout Subsubsection
34507 目次中で数式を使う見出し
34508 \begin_inset ERT
34509 status collapsed
34510
34511 \begin_layout Plain Layout
34512
34513
34514 \backslash
34515 texorpdfstring{
34516 \end_layout
34517
34518 \end_inset
34519
34520  
34521 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
34522 \end_inset
34523
34524
34525 \begin_inset ERT
34526 status collapsed
34527
34528 \begin_layout Plain Layout
34529
34530 }{}
34531 \end_layout
34532
34533 \end_inset
34534
34535
34536 \end_layout
34537
34538 \begin_layout Standard
34539 \begin_inset ERT
34540 status collapsed
34541
34542 \begin_layout Plain Layout
34543
34544
34545 \backslash
34546 unboldmath 
34547 \end_layout
34548
34549 \end_inset
34550
34551 一つめの見出しでは短縮タイトルが使われており、二つめの見出しでは
34552 \series bold
34553
34554 \backslash
34555 texorpdfstring
34556 \series default
34557 が使われています。
34558 \end_layout
34559
34560 \begin_layout Standard
34561 他の節見出しと同じ書式を得るために、上の見出し全体は
34562 \series bold
34563 boldmath
34564 \series default
34565 環境に設定してあります
34566 \begin_inset Foot
34567 status collapsed
34568
34569 \begin_layout Plain Layout
34570
34571 \begin_inset CommandInset ref
34572 LatexCommand ref
34573 reference "sub:ボールド体の数式"
34574
34575 \end_inset
34576
34577 節参照。
34578 \end_layout
34579
34580 \end_inset
34581
34582
34583 \end_layout
34584
34585 \begin_layout Subsection
34586 多段組文中の数式
34587 \begin_inset Index idx
34588 status collapsed
34589
34590 \begin_layout Plain Layout
34591 すうしき@数式 ! ただんくみぶんちゅうの@多段組文中の ---
34592 \end_layout
34593
34594 \end_inset
34595
34596
34597 \end_layout
34598
34599 \begin_layout Standard
34600 多段組文中に数式を作ると、段の中に収まりきらないことも多く、ページ幅全体に広がるようにする必要があることがあります。これは、
34601 \series bold
34602 multicol
34603 \series default
34604
34605 \begin_inset Foot
34606 status collapsed
34607
34608 \begin_layout Plain Layout
34609
34610 \series bold
34611 multicol
34612 \series default
34613 は、標準的LaTeX頒布版のすべてに含まれています。
34614 \end_layout
34615
34616 \end_inset
34617
34618
34619 \begin_inset Index idx
34620 status collapsed
34621
34622 \begin_layout Plain Layout
34623 ぱっけーじ@パッケージ ! multicol
34624 \end_layout
34625
34626 \end_inset
34627
34628  LaTeXパッケージを、
34629 \end_layout
34630
34631 \begin_layout Standard
34632
34633 \series bold
34634
34635 \backslash
34636 usepackage{multicol}
34637 \end_layout
34638
34639 \begin_layout Standard
34640 というLaTeXプリアンブル行を書いて読み込むことで、実現できます。
34641 \end_layout
34642
34643 \begin_layout Standard
34644 \begin_inset Note Greyedout
34645 status open
34646
34647 \begin_layout Plain Layout
34648 ここで、
34649 \family sans
34650 文書\SpecialChar \menuseparator
34651 設定
34652 \family default
34653 メニューの
34654 \family sans
34655 本文レイアウト
34656 \family default
34657 で、
34658 \family sans
34659 二段組文書
34660 \family default
34661 の設定を
34662 \emph on
34663 有効にしてはならない
34664 \emph default
34665 ことに注意してください。
34666 \end_layout
34667
34668 \end_inset
34669
34670
34671 \end_layout
34672
34673 \begin_layout Standard
34674 多段組文の前に
34675 \end_layout
34676
34677 \begin_layout Standard
34678
34679 \series bold
34680
34681 \backslash
34682 begin{multicols}{段数}
34683 \end_layout
34684
34685 \begin_layout Standard
34686 というコマンドをTeXモードで書き入れます。「段数」は、2
34687 \begin_inset space \thinspace{}
34688 \end_inset
34689
34690 -
34691 \begin_inset space \thinspace{}
34692 \end_inset
34693
34694 10のあいだの数字です。多段組文の終わる数式の前には、
34695 \end_layout
34696
34697 \begin_layout Standard
34698
34699 \series bold
34700
34701 \backslash
34702 end{multicols}
34703 \end_layout
34704
34705 \begin_layout Standard
34706 というコマンドをTeXモードで入れます。
34707 \end_layout
34708
34709 \begin_layout Standard
34710 このコマンドによって、数式の前にいくらかの余白が、自動的に作られます。これをなくすには、数式の前に-6
34711 \begin_inset space \thinspace{}
34712 \end_inset
34713
34714 mmの垂直空白を入れて下さい。数式様式
34715 \series bold
34716
34717 \begin_inset Foot
34718 status collapsed
34719
34720 \begin_layout Plain Layout
34721
34722 \series bold
34723 数式様式に関しては、第
34724 \series default
34725
34726 \begin_inset CommandInset ref
34727 LatexCommand ref
34728 reference "sec:数式様式"
34729
34730 \end_inset
34731
34732 節をご覧下さい。
34733 \end_layout
34734
34735 \end_inset
34736
34737
34738 \series default
34739 として
34740 \series bold
34741 行頭下げ
34742 \series default
34743 を使用している場合には、代わりに-9
34744 \begin_inset space \thinspace{}
34745 \end_inset
34746
34747 mmの垂直空白を入れて下さい。
34748 \end_layout
34749
34750 \begin_layout Standard
34751 以下は、別行立て数式を含む、多段組文の例です。
34752 \end_layout
34753
34754 \begin_layout Standard
34755 \begin_inset ERT
34756 status collapsed
34757
34758 \begin_layout Plain Layout
34759
34760
34761 \backslash
34762 begin{multicols}{2}
34763 \end_layout
34764
34765 \end_inset
34766
34767
34768 \lang ngerman
34769 Das Spektrum wird fouriertransformiert.
34770  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
34771 , Lösungsmittel) zu trennen.
34772  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
34773  nun das Aussehen des Ausgangssignals.
34774  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so das man
34775  über alle Phasen integrieren muss.
34776  Sei nun 
34777 \begin_inset Formula $S$
34778 \end_inset
34779
34780  unser normiertes Ausgangssignal und 
34781 \begin_inset Formula $P$
34782 \end_inset
34783
34784  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
34785 \lang japanese
34786
34787 \begin_inset ERT
34788 status collapsed
34789
34790 \begin_layout Plain Layout
34791
34792
34793 \backslash
34794 end{multicols}
34795 \end_layout
34796
34797 \end_inset
34798
34799
34800 \begin_inset VSpace -6mm
34801 \end_inset
34802
34803
34804 \begin_inset Formula 
34805 \begin{equation}
34806 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
34807 \end{equation}
34808
34809 \end_inset
34810
34811
34812 \begin_inset ERT
34813 status collapsed
34814
34815 \begin_layout Plain Layout
34816
34817
34818 \backslash
34819 begin{multicols}{2}
34820 \end_layout
34821
34822 \end_inset
34823
34824
34825 \lang ngerman
34826 wobei 
34827 \begin_inset Formula $S_{0}$
34828 \end_inset
34829
34830  das Signal ohne Gradient ist und die Normierungsbedingung 
34831 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
34832 \end_inset
34833
34834  gilt.
34835  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
34836  Direkt nach dem 
34837 \begin_inset Formula $\nicefrac{\pi}{2}$
34838 \end_inset
34839
34840
34841 \begin_inset space \thinspace{}
34842 \end_inset
34843
34844 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
34845  das Signal zusätzlich abschwächt.
34846  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
34847  
34848 \begin_inset Formula $T_{2}$
34849 \end_inset
34850
34851 -Zeit.
34852 \end_layout
34853
34854 \begin_layout Standard
34855 \begin_inset ERT
34856 status collapsed
34857
34858 \begin_layout Plain Layout
34859
34860
34861 \backslash
34862 end{multicols}
34863 \end_layout
34864
34865 \end_inset
34866
34867  
34868 \end_layout
34869
34870 \begin_layout Subsection
34871 変数の説明付き数式
34872 \begin_inset Index idx
34873 status collapsed
34874
34875 \begin_layout Plain Layout
34876 すうしき@数式 ! へんすうのせつめいつき@変数の説明付き
34877 \end_layout
34878
34879 \end_inset
34880
34881
34882 \end_layout
34883
34884 \begin_layout Standard
34885 \begin_inset CommandInset ref
34886 LatexCommand eqref
34887 reference "eq:within"
34888
34889 \end_inset
34890
34891 式のように、数式内で変数の説明をするには、
34892 \begin_inset Formula $n$
34893 \end_inset
34894
34895 個の変数が使われている場合、左寄せの列を持つ
34896 \begin_inset Formula $2\times n$
34897 \end_inset
34898
34899 行列を使用します
34900 \begin_inset Foot
34901 status collapsed
34902
34903 \begin_layout Plain Layout
34904 行列に関しては、第
34905 \begin_inset CommandInset ref
34906 LatexCommand ref
34907 reference "sec:行列"
34908
34909 \end_inset
34910
34911 節参照。
34912 \end_layout
34913
34914 \end_inset
34915
34916 。説明を小さな文字にするには、行列の前に、たとえば
34917 \series bold
34918
34919 \backslash
34920 footnotesize
34921 \series default
34922 コマンドを挿入します
34923 \begin_inset Foot
34924 status collapsed
34925
34926 \begin_layout Plain Layout
34927 フォント寸法に関しては、第
34928 \begin_inset CommandInset ref
34929 LatexCommand ref
34930 reference "sub:書体寸法"
34931
34932 \end_inset
34933
34934 節参照。
34935 \end_layout
34936
34937 \end_inset
34938
34939
34940 \end_layout
34941
34942 \begin_layout Standard
34943 数式様式に
34944 \series bold
34945 行頭下げ
34946 \begin_inset Foot
34947 status collapsed
34948
34949 \begin_layout Plain Layout
34950
34951 \series bold
34952 数式様式に関しては、第
34953 \series default
34954
34955 \begin_inset CommandInset ref
34956 LatexCommand ref
34957 reference "sec:数式様式"
34958
34959 \end_inset
34960
34961 節参照。
34962 \end_layout
34963
34964 \end_inset
34965
34966
34967 \series default
34968 を使っている場合、行列を数式とページ余白から等距離に置くために、行列の前後に
34969 \series bold
34970
34971 \backslash
34972 hfill
34973 \series default
34974
34975 \begin_inset Foot
34976 status collapsed
34977
34978 \begin_layout Plain Layout
34979
34980 \series bold
34981
34982 \backslash
34983 hfill
34984 \series default
34985 は、
34986 \series bold
34987 行頭下げ
34988 \series default
34989 様式のときのみ機能します。第
34990 \begin_inset CommandInset ref
34991 LatexCommand ref
34992 reference "sub:可変長の空白"
34993
34994 \end_inset
34995
34996 節をご覧下さい。
34997 \end_layout
34998
34999 \end_inset
35000
35001 を入れます。
35002 \end_layout
35003
35004 \begin_layout Standard
35005 数式様式に
35006 \series bold
35007 中央揃え
35008 \series default
35009 を使っている場合、数式を字下げするには、第
35010 \begin_inset CommandInset ref
35011 LatexCommand ref
35012 reference "sub:flalign環境"
35013
35014 \end_inset
35015
35016 節で述べた方法を使用します。
35017 \begin_inset CommandInset ref
35018 LatexCommand eqref
35019 reference "eq:within"
35020
35021 \end_inset
35022
35023 式には5列があり、最初の2列には数式、3列めには行列、最終列には空のTeX括弧が入っています。
35024 \begin_inset Formula 
35025 \begin{flalign}
35026 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
35027 \rho & \textrm{density}\\
35028 V & \textrm{volume}\\
35029 g & \textrm{gravitational acceleration}
35030 \end{array} &  & {}\label{eq:within}
35031 \end{flalign}
35032
35033 \end_inset
35034
35035
35036 \end_layout
35037
35038 \begin_layout Subsection
35039 アップライト体のギリシャ小文字
35040 \begin_inset CommandInset label
35041 LatexCommand label
35042 name "sub:アップライト体ギリシャ小文字"
35043
35044 \end_inset
35045
35046
35047 \begin_inset Index idx
35048 status collapsed
35049
35050 \begin_layout Plain Layout
35051 ぎりしゃもじ@ギリシャ文字 ! あっぷらいとたい@アップライト体
35052 \end_layout
35053
35054 \end_inset
35055
35056
35057 \end_layout
35058
35059 \begin_layout Standard
35060 ほとんどの数式書体は、イタリック体のギリシャ小文字しか提供していません。しかし、
35061 \begin_inset Formula $\pi$
35062 \end_inset
35063
35064 中間子やニュートリノのような素粒子の記号には、アップライト体のギリシャ文字が必要とされます。
35065 \series bold
35066 upgreek.sty
35067 \series default
35068
35069 \begin_inset Foot
35070 status collapsed
35071
35072 \begin_layout Plain Layout
35073
35074 \series bold
35075 upgreek
35076 \series default
35077 は、
35078 \series bold
35079 was
35080 \series default
35081
35082 \begin_inset Index idx
35083 status collapsed
35084
35085 \begin_layout Plain Layout
35086 ぱっけーじ@パッケージ ! was
35087 \begin_inset ERT
35088 status collapsed
35089
35090 \begin_layout Plain Layout
35091
35092
35093 \backslash
35094 vspace{4mm}
35095 \end_layout
35096
35097 \end_inset
35098
35099
35100 \end_layout
35101
35102 \end_inset
35103
35104  LaTeXパッケージの一部です。
35105 \end_layout
35106
35107 \end_inset
35108
35109
35110 \begin_inset Index idx
35111 status collapsed
35112
35113 \begin_layout Plain Layout
35114 ぱっけーじ@パッケージ ! upgreek
35115 \end_layout
35116
35117 \end_inset
35118
35119  ファイルを
35120 \end_layout
35121
35122 \begin_layout Standard
35123
35124 \series bold
35125
35126 \backslash
35127 usepackage{upgreek}
35128 \end_layout
35129
35130 \begin_layout Standard
35131 というLaTeXプリアンブル行で読み込めば、これらが提供されるようになります。
35132 \begin_inset ERT
35133 status collapsed
35134
35135 \begin_layout Plain Layout
35136
35137
35138 \backslash
35139 ifupgreek 
35140 \end_layout
35141
35142 \end_inset
35143
35144
35145 \begin_inset Note Note
35146 status open
35147
35148 \begin_layout Plain Layout
35149 以下の表は、
35150 \series bold
35151 upgreek
35152 \series default
35153  LaTeXパッケージが導入済みのときのみ表示されます。
35154 \end_layout
35155
35156 \end_inset
35157
35158 アップライト体のギリシャ小文字は、ギリシャ小文字のコマンド名の前に
35159 \series bold
35160 up
35161 \series default
35162 を付けると作ることができます。たとえば
35163 \series bold
35164
35165 \backslash
35166 uptau
35167 \series default
35168 コマンドは、
35169 \begin_inset Formula $\uptau$
35170 \end_inset
35171
35172 のようになります。
35173 \end_layout
35174
35175 \begin_layout Standard
35176 これらのコマンドを使えば、以下のような素粒子の反応を組版することができるようになります。
35177 \begin_inset Formula 
35178 \[
35179 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}
35180 \]
35181
35182 \end_inset
35183
35184
35185 \end_layout
35186
35187 \begin_layout Standard
35188 アップライト体の文字は、イタリック体のものよりも太く幅広です。したがって、これらを「
35189 \begin_inset Formula $\mu m$
35190 \end_inset
35191
35192 」のような単位に使うべきではありません。
35193 \end_layout
35194
35195 \begin_layout Standard
35196 \begin_inset ERT
35197 status collapsed
35198
35199 \begin_layout Plain Layout
35200
35201
35202 \backslash
35203 else 
35204 \end_layout
35205
35206 \end_inset
35207
35208
35209 \begin_inset Note Note
35210 status open
35211
35212 \begin_layout Plain Layout
35213 以下は、
35214 \series bold
35215 upgreek
35216 \series default
35217  LaTeXパッケージが導入されていないときのみ表示されます。
35218 \end_layout
35219
35220 \end_inset
35221
35222
35223 \end_layout
35224
35225 \begin_layout Standard
35226 この小節のすべてを出力で見るには、
35227 \series bold
35228 upgreek
35229 \series default
35230  LaTeXパッケージを導入する必要があります。
35231 \end_layout
35232
35233 \begin_layout Standard
35234 \begin_inset ERT
35235 status collapsed
35236
35237 \begin_layout Plain Layout
35238
35239
35240 \backslash
35241 fi 
35242 \end_layout
35243
35244 \end_inset
35245
35246
35247 \begin_inset Newpage newpage
35248 \end_inset
35249
35250
35251 \end_layout
35252
35253 \begin_layout Subsection
35254 数式中のテキスト文字
35255 \begin_inset CommandInset label
35256 LatexCommand label
35257 name "sub:数式中のテキスト文字"
35258
35259 \end_inset
35260
35261
35262 \begin_inset Index idx
35263 status collapsed
35264
35265 \begin_layout Plain Layout
35266 てきすと@テキスト ! すうしきちゅうの@数式中の ---
35267 \end_layout
35268
35269 \end_inset
35270
35271
35272 \end_layout
35273
35274 \begin_layout Standard
35275 折にふれて、テキスト文字を直接数式中に入れたいときがあるでしょう。たとえば、中黒「·」を
35276 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
35277 \end_inset
35278
35279 のように数式中で頻繁に用いようとすると、この中黒はすべてのエンコーディングでテキスト文字として定義されているために、代わりに
35280 \series bold
35281
35282 \backslash
35283 cdot
35284 \series default
35285
35286 \begin_inset Foot
35287 status collapsed
35288
35289 \begin_layout Plain Layout
35290
35291 \begin_inset CommandInset ref
35292 LatexCommand ref
35293 reference "sub:二項演算子"
35294
35295 \end_inset
35296
35297 節参照。
35298 \end_layout
35299
35300 \end_inset
35301
35302 コマンドを挿入しなくてはならなくなることでしょう。しかし、
35303 \end_layout
35304
35305 \begin_layout Standard
35306
35307 \series bold
35308
35309 \backslash
35310 Declare Inputtext{183}{
35311 \backslash
35312 ifmmode
35313 \backslash
35314 cdot
35315 \backslash
35316 else
35317 \backslash
35318 textperiodcentered
35319 \backslash
35320 f\SpecialChar \textcompwordmark{}
35321 i}
35322 \end_layout
35323
35324 \begin_layout Standard
35325 というLaTeXプリアンブル行を使えば、エンコーディングに変更を加えることができます。
35326 \end_layout
35327
35328 \begin_layout Standard
35329 文字エンコーディング(
35330 \family sans
35331 文書\SpecialChar \menuseparator
35332 設定\SpecialChar \menuseparator
35333 言語
35334 \family default
35335 メニュー)は、キーボード上の
35336 \begin_inset Flex Ruby
35337 status collapsed
35338
35339 \begin_layout Plain Layout
35340
35341 \begin_inset Argument post:1
35342 status collapsed
35343
35344 \begin_layout Plain Layout
35345 キー
35346 \end_layout
35347
35348 \end_inset
35349
35350
35351 \end_layout
35352
35353 \end_inset
35354
35355 が押されたときにどの文字が表示されるかを指定します。「·」文字に対応する鍵が押されると、内部的には
35356 \series bold
35357
35358 \backslash
35359 textperiodcentered
35360 \series default
35361 コマンドが使用されます。しかし、このコマンドは数式中では使えないので、LaTeXエラーが発生するのです。変更後のエンコーディングでは、文字が数式中に挿入されたか
35362 否かによって、正しいコマンドが自動的に選択されます。
35363 \end_layout
35364
35365 \begin_layout Standard
35366 定義ファイル中には、複数の文字のエンコーディングが保管されています。たとえば、
35367 \series bold
35368 latin9
35369 \series default
35370 エンコーディングは、LaTeXがインストールされたフォルダにある
35371 \series bold
35372 latin9.def
35373 \series default
35374 ファイルに定義されています。エンコーディングは、LaTeXプリアンブルで変更するべきであって、定義ファイルを変更してはなりません。さもないと、自分の作成した文書
35375 は、他のコンピューターで作業をしている他のユーザーによっては編集することができなくなってしまいます。
35376 \end_layout
35377
35378 \begin_layout Standard
35379 \begin_inset VSpace medskip
35380 \end_inset
35381
35382 中黒の他にこの文書では、角度記号「
35383 \begin_inset Formula $^{\circ}$
35384 \end_inset
35385
35386 」が、数式に直接入れることができるよう、以下のようなLaTeXプリアンブル行で定義されています
35387 \begin_inset Foot
35388 status collapsed
35389
35390 \begin_layout Plain Layout
35391 (訳註)pLaTeXでは、これらの定義は必要ないので、コメントアウトして無効にしてあります。
35392 \end_layout
35393
35394 \end_inset
35395
35396
35397 \end_layout
35398
35399 \begin_layout Standard
35400
35401 \series bold
35402
35403 \backslash
35404 DeclareInputtext{176}{
35405 \backslash
35406 ifmmode^
35407 \backslash
35408 circ
35409 \backslash
35410 else
35411 \backslash
35412 textdegree
35413 \backslash
35414 f\SpecialChar \textcompwordmark{}
35415 i}
35416 \end_layout
35417
35418 \begin_layout Standard
35419 \begin_inset Newpage newpage
35420 \end_inset
35421
35422
35423 \end_layout
35424
35425 \begin_layout Section
35426 \start_of_appendix
35427 組版上の助言
35428 \begin_inset Index idx
35429 status collapsed
35430
35431 \begin_layout Plain Layout
35432 くみばんじょうのじょげん@組版上の助言
35433 \end_layout
35434
35435 \end_inset
35436
35437
35438 \end_layout
35439
35440 \begin_layout Standard
35441 この節は、ISO規範に掲げてある、もっとも重要な組版ルールの要約です
35442 \begin_inset Foot
35443 status collapsed
35444
35445 \begin_layout Plain Layout
35446 この要約の一部は、ISO規則を取り上げている「Duden」
35447 \begin_inset CommandInset citation
35448 LatexCommand cite
35449 key "Duden"
35450
35451 \end_inset
35452
35453 と呼ばれるドイツの半公的辞書から採られています。
35454 \end_layout
35455
35456 \end_inset
35457
35458
35459 \end_layout
35460
35461 \begin_layout Itemize
35462 物理単位は、つねに(イタリック文中にあるときも)アップライト体にします
35463 \begin_inset Foot
35464 status collapsed
35465
35466 \begin_layout Plain Layout
35467 書体様式で指定します。第
35468 \begin_inset CommandInset ref
35469 LatexCommand ref
35470 reference "sub:書体様式"
35471
35472 \end_inset
35473
35474 節を参照。
35475 \end_layout
35476
35477 \end_inset
35478
35479 :30
35480 \begin_inset space \thinspace{}
35481 \end_inset
35482
35483 km/h
35484 \begin_inset Newline newline
35485 \end_inset
35486
35487 値と単位の間には、最小空白を入れます。第
35488 \begin_inset CommandInset ref
35489 LatexCommand ref
35490 reference "sub:定義済みの空白"
35491
35492 \end_inset
35493
35494 節を参照。
35495 \begin_inset Newline newline
35496 \end_inset
35497
35498 この慣習は、
35499 \series bold
35500
35501 \backslash
35502 unittwo
35503 \series default
35504 コマンドを使用すると、つねに満たされます。このコマンドを数式に入れると、二つの枠が現れます。最初の枠には値をいれ、第二の枠に単位を入れると、上記と同じような結果
35505 が得られます:
35506 \begin_inset Formula $\unit[30]{km/h}$
35507 \end_inset
35508
35509
35510 \begin_inset space \thinspace{}
35511 \end_inset
35512
35513 。実は、
35514 \series bold
35515
35516 \backslash
35517 unittwo
35518 \series default
35519 は、LaTeXコマンドの実体ではなく、
35520 \series bold
35521
35522 \backslash
35523 unit[値]{単位}
35524 \series default
35525 というコマンドです。したがって、これをTeXコード中で使用することはできません。
35526 \end_layout
35527
35528 \begin_layout Itemize
35529 百分率記号と千分率記号は、物理単位と同様に組みます:
35530 \begin_inset Newline newline
35531 \end_inset
35532
35533 血中アルコール1,2
35534 \begin_inset space \thinspace{}
35535 \end_inset
35536
35537
35538 \end_layout
35539
35540 \begin_layout Itemize
35541 角度記号は値の直後に置きます:
35542 \begin_inset Formula $15^{\circ}$
35543 \end_inset
35544
35545 。しかし、単位として用いられるときは別です:15
35546 \begin_inset space \thinspace{}
35547 \end_inset
35548
35549
35550 \begin_inset Formula $^{\circ}\negmedspace\mbox{C}$
35551 \end_inset
35552
35553
35554 \end_layout
35555
35556 \begin_layout Itemize
35557 4桁以上の数は、3桁ごとに最小空白を直前に挿入して、グループ化します:18
35558 \begin_inset space \thinspace{}
35559 \end_inset
35560
35561 473
35562 \begin_inset space \thinspace{}
35563 \end_inset
35564
35565 588
35566 \end_layout
35567
35568 \begin_layout Itemize
35569 \begin_inset Formula $120\times90\times40$
35570 \end_inset
35571
35572
35573 \begin_inset space \thinspace{}
35574 \end_inset
35575
35576 cmのような寸法には、積記号「
35577 \begin_inset Formula $\times$
35578 \end_inset
35579
35580 」を用います。これは、
35581 \series bold
35582
35583 \backslash
35584 times
35585 \series default
35586 コマンドか、
35587 \family sans
35588 挿入\SpecialChar \menuseparator
35589 特殊文字\SpecialChar \menuseparator
35590 記号
35591 \family default
35592 メニューから入れることができます。
35593 \end_layout
35594
35595 \begin_layout Itemize
35596 いくつかの文字を含む関数名は、混乱を防ぐためにアップライト体にします。第
35597 \begin_inset CommandInset ref
35598 LatexCommand ref
35599 reference "sub:定義済み函数"
35600
35601 \end_inset
35602
35603 節を参照。
35604 \end_layout
35605
35606 \begin_layout Itemize
35607 複数の文字を含む指数は、アップライト体にします:
35608 \begin_inset Formula $E_{\mathrm{kin}}$
35609 \end_inset
35610
35611
35612 \begin_inset Newline newline
35613 \end_inset
35614
35615 行列要素はイタリック体にします:
35616 \begin_inset Formula $\hat{H}_{kl}$
35617 \end_inset
35618
35619
35620 \end_layout
35621
35622 \begin_layout Itemize
35623 微分作用素・積分作用素「d」、オイラー数「e」、虚数単位「i」は、他の変数と間違えることを避けるために、アップライト体にします。
35624 \end_layout
35625
35626 \begin_layout Itemize
35627
35628 \noun on
35629 フーリエ
35630 \noun default
35631 変換を表す文字は、
35632 \series bold
35633
35634 \backslash
35635 mathscr
35636 \begin_inset space \textvisiblespace{}
35637 \end_inset
35638
35639 {F
35640 \series default
35641 コマンド
35642 \begin_inset Index idx
35643 status collapsed
35644
35645 \begin_layout Plain Layout
35646 こまんど@コマンド! M ! 
35647 \backslash
35648 mathscr
35649 \end_layout
35650
35651 \end_inset
35652
35653
35654 \family sans
35655 挿入\SpecialChar \menuseparator
35656 特殊文字\SpecialChar \menuseparator
35657 記号\SpecialChar \menuseparator
35658 文字様記号
35659 \family default
35660 メニューの
35661 \begin_inset Formula $\mathscr{F}$
35662 \end_inset
35663
35664 で入れることができます。
35665 \end_layout
35666
35667 \begin_layout Standard
35668 \begin_inset Newpage newpage
35669 \end_inset
35670
35671
35672 \end_layout
35673
35674 \begin_layout Section
35675 同義語
35676 \begin_inset Index idx
35677 status collapsed
35678
35679 \begin_layout Plain Layout
35680 どうぎご@同義語
35681 \end_layout
35682
35683 \end_inset
35684
35685
35686 \end_layout
35687
35688 \begin_layout Standard
35689 いくつかの文字や記号は、複数のコマンドから作ることができます。以下は、同義のコマンドの一覧です。
35690 \end_layout
35691
35692 \begin_layout Standard
35693 \begin_inset VSpace bigskip
35694 \end_inset
35695
35696
35697 \begin_inset space \hfill{}
35698 \end_inset
35699
35700
35701 \begin_inset Tabular
35702 <lyxtabular version="3" rows="12" columns="2">
35703 <features rotate="0" tabularvalignment="middle">
35704 <column alignment="center" valignment="top" width="0pt">
35705 <column alignment="center" valignment="top" width="0pt">
35706 <row>
35707 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35708 \begin_inset Text
35709
35710 \begin_layout Plain Layout
35711 コマンド
35712 \end_layout
35713
35714 \end_inset
35715 </cell>
35716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35717 \begin_inset Text
35718
35719 \begin_layout Plain Layout
35720 同義のコマンド
35721 \begin_inset Note Note
35722 status collapsed
35723
35724 \begin_layout Plain Layout
35725 ここで
35726 \series bold
35727
35728 \backslash
35729 raisebox
35730 \series default
35731 はスペーサーとして使用しているだけです。
35732 \end_layout
35733
35734 \end_inset
35735
35736
35737 \end_layout
35738
35739 \end_inset
35740 </cell>
35741 </row>
35742 <row>
35743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35744 \begin_inset Text
35745
35746 \begin_layout Plain Layout
35747
35748 \backslash
35749 ast
35750 \end_layout
35751
35752 \end_inset
35753 </cell>
35754 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35755 \begin_inset Text
35756
35757 \begin_layout Plain Layout
35758 \begin_inset ERT
35759 status collapsed
35760
35761 \begin_layout Plain Layout
35762
35763
35764 \backslash
35765 raisebox{-1.2mm}{
35766 \end_layout
35767
35768 \end_inset
35769
35770 *
35771 \begin_inset ERT
35772 status collapsed
35773
35774 \begin_layout Plain Layout
35775
35776 }
35777 \end_layout
35778
35779 \end_inset
35780
35781
35782 \end_layout
35783
35784 \end_inset
35785 </cell>
35786 </row>
35787 <row>
35788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35789 \begin_inset Text
35790
35791 \begin_layout Plain Layout
35792
35793 \backslash
35794 choose
35795 \end_layout
35796
35797 \end_inset
35798 </cell>
35799 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35800 \begin_inset Text
35801
35802 \begin_layout Plain Layout
35803
35804 \backslash
35805 binom
35806 \end_layout
35807
35808 \end_inset
35809 </cell>
35810 </row>
35811 <row>
35812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35813 \begin_inset Text
35814
35815 \begin_layout Plain Layout
35816
35817 \backslash
35818 geq
35819 \end_layout
35820
35821 \end_inset
35822 </cell>
35823 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35824 \begin_inset Text
35825
35826 \begin_layout Plain Layout
35827
35828 \backslash
35829 ge
35830 \end_layout
35831
35832 \end_inset
35833 </cell>
35834 </row>
35835 <row>
35836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35837 \begin_inset Text
35838
35839 \begin_layout Plain Layout
35840
35841 \backslash
35842 lbrace
35843 \end_layout
35844
35845 \end_inset
35846 </cell>
35847 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35848 \begin_inset Text
35849
35850 \begin_layout Plain Layout
35851 {
35852 \end_layout
35853
35854 \end_inset
35855 </cell>
35856 </row>
35857 <row>
35858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35859 \begin_inset Text
35860
35861 \begin_layout Plain Layout
35862
35863 \backslash
35864 lbracket
35865 \end_layout
35866
35867 \end_inset
35868 </cell>
35869 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35870 \begin_inset Text
35871
35872 \begin_layout Plain Layout
35873 [
35874 \end_layout
35875
35876 \end_inset
35877 </cell>
35878 </row>
35879 <row>
35880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35881 \begin_inset Text
35882
35883 \begin_layout Plain Layout
35884
35885 \backslash
35886 leftarrow
35887 \end_layout
35888
35889 \end_inset
35890 </cell>
35891 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35892 \begin_inset Text
35893
35894 \begin_layout Plain Layout
35895
35896 \backslash
35897 gets
35898 \end_layout
35899
35900 \end_inset
35901 </cell>
35902 </row>
35903 <row>
35904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35905 \begin_inset Text
35906
35907 \begin_layout Plain Layout
35908
35909 \backslash
35910 leq
35911 \end_layout
35912
35913 \end_inset
35914 </cell>
35915 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35916 \begin_inset Text
35917
35918 \begin_layout Plain Layout
35919
35920 \backslash
35921 le
35922 \end_layout
35923
35924 \end_inset
35925 </cell>
35926 </row>
35927 <row>
35928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35929 \begin_inset Text
35930
35931 \begin_layout Plain Layout
35932
35933 \backslash
35934 lor
35935 \end_layout
35936
35937 \end_inset
35938 </cell>
35939 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35940 \begin_inset Text
35941
35942 \begin_layout Plain Layout
35943
35944 \backslash
35945 vee
35946 \end_layout
35947
35948 \end_inset
35949 </cell>
35950 </row>
35951 <row>
35952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35953 \begin_inset Text
35954
35955 \begin_layout Plain Layout
35956
35957 \backslash
35958 neq
35959 \end_layout
35960
35961 \end_inset
35962 </cell>
35963 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35964 \begin_inset Text
35965
35966 \begin_layout Plain Layout
35967
35968 \backslash
35969 not=
35970 \end_layout
35971
35972 \end_inset
35973 </cell>
35974 </row>
35975 <row>
35976 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35977 \begin_inset Text
35978
35979 \begin_layout Plain Layout
35980
35981 \backslash
35982 slash
35983 \end_layout
35984
35985 \end_inset
35986 </cell>
35987 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35988 \begin_inset Text
35989
35990 \begin_layout Plain Layout
35991 /
35992 \end_layout
35993
35994 \end_inset
35995 </cell>
35996 </row>
35997 <row>
35998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35999 \begin_inset Text
36000
36001 \begin_layout Plain Layout
36002
36003 \backslash
36004 vert
36005 \end_layout
36006
36007 \end_inset
36008 </cell>
36009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36010 \begin_inset Text
36011
36012 \begin_layout Plain Layout
36013 \begin_inset Formula $|$
36014 \end_inset
36015
36016
36017 \end_layout
36018
36019 \end_inset
36020 </cell>
36021 </row>
36022 </lyxtabular>
36023
36024 \end_inset
36025
36026
36027 \begin_inset space \hfill{}
36028 \end_inset
36029
36030
36031 \begin_inset Tabular
36032 <lyxtabular version="3" rows="12" columns="2">
36033 <features rotate="0" tabularvalignment="middle">
36034 <column alignment="center" valignment="top" width="0pt">
36035 <column alignment="center" valignment="top" width="0pt">
36036 <row>
36037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36038 \begin_inset Text
36039
36040 \begin_layout Plain Layout
36041 コマンド
36042 \end_layout
36043
36044 \end_inset
36045 </cell>
36046 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36047 \begin_inset Text
36048
36049 \begin_layout Plain Layout
36050 同義のコマンド
36051 \end_layout
36052
36053 \end_inset
36054 </cell>
36055 </row>
36056 <row>
36057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36058 \begin_inset Text
36059
36060 \begin_layout Plain Layout
36061
36062 \backslash
36063 backslash
36064 \end_layout
36065
36066 \end_inset
36067 </cell>
36068 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36069 \begin_inset Text
36070
36071 \begin_layout Plain Layout
36072
36073 \backslash
36074
36075 \backslash
36076
36077 \end_layout
36078
36079 \end_inset
36080 </cell>
36081 </row>
36082 <row>
36083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36084 \begin_inset Text
36085
36086 \begin_layout Plain Layout
36087
36088 \backslash
36089 dasharrow
36090 \end_layout
36091
36092 \end_inset
36093 </cell>
36094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36095 \begin_inset Text
36096
36097 \begin_layout Plain Layout
36098
36099 \backslash
36100 dashrightarrow
36101 \end_layout
36102
36103 \end_inset
36104 </cell>
36105 </row>
36106 <row>
36107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36108 \begin_inset Text
36109
36110 \begin_layout Plain Layout
36111
36112 \backslash
36113 land
36114 \end_layout
36115
36116 \end_inset
36117 </cell>
36118 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36119 \begin_inset Text
36120
36121 \begin_layout Plain Layout
36122
36123 \backslash
36124 wedge
36125 \end_layout
36126
36127 \end_inset
36128 </cell>
36129 </row>
36130 <row>
36131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36132 \begin_inset Text
36133
36134 \begin_layout Plain Layout
36135
36136 \backslash
36137 rbrace
36138 \end_layout
36139
36140 \end_inset
36141 </cell>
36142 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36143 \begin_inset Text
36144
36145 \begin_layout Plain Layout
36146 }
36147 \end_layout
36148
36149 \end_inset
36150 </cell>
36151 </row>
36152 <row>
36153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36154 \begin_inset Text
36155
36156 \begin_layout Plain Layout
36157
36158 \backslash
36159 rbracket
36160 \end_layout
36161
36162 \end_inset
36163 </cell>
36164 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36165 \begin_inset Text
36166
36167 \begin_layout Plain Layout
36168 ]
36169 \end_layout
36170
36171 \end_inset
36172 </cell>
36173 </row>
36174 <row>
36175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36176 \begin_inset Text
36177
36178 \begin_layout Plain Layout
36179
36180 \backslash
36181 rightarrow
36182 \end_layout
36183
36184 \end_inset
36185 </cell>
36186 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36187 \begin_inset Text
36188
36189 \begin_layout Plain Layout
36190
36191 \backslash
36192 to
36193 \end_layout
36194
36195 \end_inset
36196 </cell>
36197 </row>
36198 <row>
36199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36200 \begin_inset Text
36201
36202 \begin_layout Plain Layout
36203
36204 \backslash
36205 lnot
36206 \end_layout
36207
36208 \end_inset
36209 </cell>
36210 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36211 \begin_inset Text
36212
36213 \begin_layout Plain Layout
36214
36215 \backslash
36216 neg
36217 \end_layout
36218
36219 \end_inset
36220 </cell>
36221 </row>
36222 <row>
36223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36224 \begin_inset Text
36225
36226 \begin_layout Plain Layout
36227
36228 \backslash
36229 ne
36230 \end_layout
36231
36232 \end_inset
36233 </cell>
36234 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36235 \begin_inset Text
36236
36237 \begin_layout Plain Layout
36238
36239 \backslash
36240 not=
36241 \end_layout
36242
36243 \end_inset
36244 </cell>
36245 </row>
36246 <row>
36247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36248 \begin_inset Text
36249
36250 \begin_layout Plain Layout
36251
36252 \backslash
36253 owns
36254 \end_layout
36255
36256 \end_inset
36257 </cell>
36258 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36259 \begin_inset Text
36260
36261 \begin_layout Plain Layout
36262
36263 \backslash
36264 ni
36265 \end_layout
36266
36267 \end_inset
36268 </cell>
36269 </row>
36270 <row>
36271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36272 \begin_inset Text
36273
36274 \begin_layout Plain Layout
36275
36276 \backslash
36277 square
36278 \end_layout
36279
36280 \end_inset
36281 </cell>
36282 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36283 \begin_inset Text
36284
36285 \begin_layout Plain Layout
36286
36287 \backslash
36288 Box
36289 \end_layout
36290
36291 \end_inset
36292 </cell>
36293 </row>
36294 <row>
36295 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36296 \begin_inset Text
36297
36298 \begin_layout Plain Layout
36299
36300 \backslash
36301 Vert
36302 \end_layout
36303
36304 \end_inset
36305 </cell>
36306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36307 \begin_inset Text
36308
36309 \begin_layout Plain Layout
36310
36311 \backslash
36312
36313 \begin_inset Formula $|$
36314 \end_inset
36315
36316
36317 \end_layout
36318
36319 \end_inset
36320 </cell>
36321 </row>
36322 </lyxtabular>
36323
36324 \end_inset
36325
36326
36327 \begin_inset space \hfill{}
36328 \end_inset
36329
36330
36331 \end_layout
36332
36333 \begin_layout Standard
36334 \begin_inset Newpage newpage
36335 \end_inset
36336
36337
36338 \end_layout
36339
36340 \begin_layout Bibliography
36341 \begin_inset CommandInset bibitem
36342 LatexCommand bibitem
36343 key "TLC2"
36344
36345 \end_inset
36346
36347
36348 \shape smallcaps
36349 Mittelbach, F.
36350  ; Goossens, M.
36351 \shape default
36352
36353 \shape italic
36354 The LaTeX Companion
36355 \shape default
36356 , 2nd ed.
36357  Addison Wesley, 2004
36358 \end_layout
36359
36360 \begin_layout Bibliography
36361 \begin_inset CommandInset bibitem
36362 LatexCommand bibitem
36363 key "Mathmode"
36364
36365 \end_inset
36366
36367 LaTeXの数式能力の
36368 \begin_inset CommandInset href
36369 LatexCommand href
36370 name "説明"
36371 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
36372
36373 \end_inset
36374
36375
36376 \end_layout
36377
36378 \begin_layout Bibliography
36379 \begin_inset CommandInset bibitem
36380 LatexCommand bibitem
36381 key "AMS"
36382
36383 \end_inset
36384
36385
36386 \begin_inset ERT
36387 status collapsed
36388
36389 \begin_layout Plain Layout
36390
36391
36392 \backslash
36393 AmS
36394 \end_layout
36395
36396 \end_inset
36397
36398 -LaTeXの
36399 \begin_inset CommandInset href
36400 LatexCommand href
36401 name "説明"
36402 target "http://mirrors.ctan.org/macros/latex/required/amslatex/math/amsldoc.pdf"
36403
36404 \end_inset
36405
36406
36407 \end_layout
36408
36409 \begin_layout Bibliography
36410 \begin_inset CommandInset bibitem
36411 LatexCommand bibitem
36412 key "Symbols"
36413
36414 \end_inset
36415
36416 LaTeXパッケージで利用できる記号の
36417 \begin_inset CommandInset href
36418 LatexCommand href
36419 name "全覧"
36420 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
36421
36422 \end_inset
36423
36424
36425 \end_layout
36426
36427 \begin_layout Bibliography
36428 \begin_inset CommandInset bibitem
36429 LatexCommand bibitem
36430 key "cancel"
36431
36432 \end_inset
36433
36434 LaTeX 
36435 \series bold
36436 cancel
36437 \series default
36438
36439 \begin_inset Index idx
36440 status collapsed
36441
36442 \begin_layout Plain Layout
36443 ぱっけーじ@パッケージ ! cancel
36444 \end_layout
36445
36446 \end_inset
36447
36448 パッケージの
36449 \begin_inset CommandInset href
36450 LatexCommand href
36451 name "取扱説明書"
36452 target "http://mirrors.ctan.org/macros/latex/contrib/cancel/cancel.pdf"
36453
36454 \end_inset
36455
36456
36457 \end_layout
36458
36459 \begin_layout Bibliography
36460 \begin_inset CommandInset bibitem
36461 LatexCommand bibitem
36462 key "hyperref"
36463
36464 \end_inset
36465
36466 LaTeX 
36467 \series bold
36468 hyperref
36469 \series default
36470
36471 \begin_inset Index idx
36472 status collapsed
36473
36474 \begin_layout Plain Layout
36475 ぱっけーじ@パッケージ ! hyperref
36476 \end_layout
36477
36478 \end_inset
36479
36480 パッケージの
36481 \begin_inset CommandInset href
36482 LatexCommand href
36483 name "取扱説明書"
36484 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
36485
36486 \end_inset
36487
36488
36489 \end_layout
36490
36491 \begin_layout Bibliography
36492 \begin_inset CommandInset bibitem
36493 LatexCommand bibitem
36494 key "mhchem"
36495
36496 \end_inset
36497
36498 LaTeX 
36499 \series bold
36500 mhchem
36501 \series default
36502
36503 \begin_inset Index idx
36504 status collapsed
36505
36506 \begin_layout Plain Layout
36507 ぱっけーじ@パッケージ ! mhchem
36508 \end_layout
36509
36510 \end_inset
36511
36512 パッケージの
36513 \begin_inset CommandInset href
36514 LatexCommand href
36515 name "取扱説明書"
36516 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
36517
36518 \end_inset
36519
36520
36521 \end_layout
36522
36523 \begin_layout Bibliography
36524 \begin_inset CommandInset bibitem
36525 LatexCommand bibitem
36526 key "Mathclap"
36527
36528 \end_inset
36529
36530
36531 \begin_inset CommandInset ref
36532 LatexCommand ref
36533 reference "sub:演算子の範囲"
36534
36535 \end_inset
36536
36537 節に述べられている
36538 \series bold
36539
36540 \backslash
36541 mathclap
36542 \series default
36543 コマンドの
36544 \begin_inset CommandInset href
36545 LatexCommand href
36546 name "説明"
36547 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
36548
36549 \end_inset
36550
36551
36552 \begin_inset Index idx
36553 status collapsed
36554
36555 \begin_layout Plain Layout
36556 こまんど@コマンド ! M ! 
36557 \backslash
36558 mathclap
36559 \end_layout
36560
36561 \end_inset
36562
36563
36564 \end_layout
36565
36566 \begin_layout Bibliography
36567 \begin_inset CommandInset bibitem
36568 LatexCommand bibitem
36569 key "Duden"
36570
36571 \end_inset
36572
36573
36574 \emph on
36575 Duden Band 1
36576 \emph default
36577 .
36578  22.
36579  Auflage, Duden 2001
36580 \end_layout
36581
36582 \begin_layout Bibliography
36583 \begin_inset CommandInset bibitem
36584 LatexCommand bibitem
36585 key "Checklist"
36586
36587 \end_inset
36588
36589 原稿見直しの
36590 \begin_inset CommandInset href
36591 LatexCommand href
36592 name "チェックリスト"
36593 target "http://physics.nist.gov/Document/checklist.pdf"
36594
36595 \end_inset
36596
36597
36598 \end_layout
36599
36600 \begin_layout Subsubsection*
36601 \begin_inset CommandInset index_print
36602 LatexCommand printindex
36603 type "idx"
36604
36605 \end_inset
36606
36607
36608 \end_layout
36609
36610 \end_body
36611 \end_document