]> git.lyx.org Git - lyx.git/blob - lib/doc/ja/Math.lyx
Math.lyx: use inset-info instead of images for LyX-icons (part 2)
[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
104 % ------------------------------------
105 % used to check for needed LaTeX packages
106 \usepackage{ifthen}
107
108 % check for package undertilde
109 % used for the command \utilde
110 \newboolean{undertilde}
111 \IfFileExists{undertilde.sty}
112  {\usepackage{undertilde}
113   \setboolean{undertilde}{true}}
114  {\setboolean{undertilde}{false}}
115
116 % check for package eurosym
117 % used for the Euro symbol
118 \newboolean{eurosym}
119 \IfFileExists{eurosym.sty}
120  {\usepackage[gennarrow]{eurosym}
121   \setboolean{eurosym}{true}}
122  {\setboolean{eurosym}{false}}
123
124 % needed in sec. 22.4
125 % check for package braket
126 \newboolean{braket}
127 \IfFileExists{braket.sty}
128  {\usepackage{braket}
129   \setboolean{braket}{true}}
130  {\setboolean{braket}{false}}
131
132 % check for package cancel
133 \newboolean{cancel}
134 \IfFileExists{cancel.sty}
135  {\usepackage{cancel}
136   \setboolean{cancel}{true}}
137  {\setboolean{cancel}{false}}
138
139 % needed in sec. 22.10
140 % check for package upgreek
141 \newboolean{upgreek}
142 \IfFileExists{upgreek.sty}
143  {\usepackage{upgreek}
144   \setboolean{upgreek}{true}}
145  {\setboolean{upgreek}{false}}
146
147 % make pdf bookmark sane with Japanese
148 \AtBeginDvi{\special{pdf:tounicode EUC-UCS2}}
149 % Added by lyx2lyx
150 \end_preamble
151 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading,samesize
152 \use_default_options true
153 \maintain_unincluded_children false
154 \begin_local_layout
155 InsetLayout             Flex:Ruby
156 LyxType         charstyle
157 LatexType               command
158 LatexName               ruby
159 BgColor         none
160 LabelString             "ルビ"
161 Decoration              Conglomerate
162 Argument post:1
163       LabelString       "ルビ文"
164       MenuString        "ルビ文(S)|S"
165       Decoration        Conglomerate
166       Font
167             Size                tiny
168       EndFont
169       LabelFont
170             Size                tiny
171       EndFont
172       Mandatory 1
173 EndArgument
174 Preamble
175 \IfFileExists{okumacro.sty}
176  {\usepackage{okumacro}}
177  {\newcommand{\ruby}[2]{#2}}
178 EndPreamble
179 End
180 \end_local_layout
181 \language japanese
182 \language_package default
183 \inputencoding auto
184 \fontencoding global
185 \font_roman default
186 \font_sans default
187 \font_typewriter default
188 \font_math auto
189 \font_default_family default
190 \use_non_tex_fonts false
191 \font_sc false
192 \font_osf false
193 \font_sf_scale 100
194 \font_tt_scale 100
195 \graphics default
196 \default_output_format default
197 \output_sync 0
198 \bibtex_command default
199 \index_command default
200 \paperfontsize default
201 \spacing single
202 \use_hyperref true
203 \pdf_title "LyX数式説明書"
204 \pdf_author "LyXプロジェクトチーム・Uwe Stohr"
205 \pdf_subject "LyXの数式機能に関する説明書"
206 \pdf_keywords "LyX, Mathed"
207 \pdf_bookmarks true
208 \pdf_bookmarksnumbered true
209 \pdf_bookmarksopen true
210 \pdf_bookmarksopenlevel 1
211 \pdf_breaklinks false
212 \pdf_pdfborder false
213 \pdf_colorlinks true
214 \pdf_backref false
215 \pdf_pdfusetitle false
216 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
217 \papersize a4paper
218 \use_geometry true
219 \use_package amsmath 2
220 \use_package amssymb 2
221 \use_package cancel 0
222 \use_package esint 1
223 \use_package mathdots 1
224 \use_package mathtools 1
225 \use_package mhchem 1
226 \use_package stackrel 0
227 \use_package stmaryrd 0
228 \use_package undertilde 0
229 \cite_engine basic
230 \cite_engine_type default
231 \biblio_style plain
232 \use_bibtopic false
233 \use_indices false
234 \paperorientation portrait
235 \suppress_date false
236 \justification true
237 \use_refstyle 0
238 \notefontcolor #0000ff
239 \index 索引
240 \shortcut idx
241 \color #008000
242 \end_index
243 \leftmargin 3.5cm
244 \topmargin 3cm
245 \rightmargin 3cm
246 \bottommargin 3.5cm
247 \secnumdepth 4
248 \tocdepth 3
249 \paragraph_separation skip
250 \defskip medskip
251 \quotes_language english
252 \papercolumns 1
253 \papersides 2
254 \paperpagestyle plain
255 \tracking_changes false
256 \output_changes false
257 \html_math_output 0
258 \html_css_as_file 0
259 \html_be_strict false
260 \end_header
261
262 \begin_body
263
264 \begin_layout Title
265 LyXの数式詳細説明書
266 \end_layout
267
268 \begin_layout Author
269 LyXプロジェクトチーム
270 \begin_inset Foot
271 status collapsed
272
273 \begin_layout Plain Layout
274 \noindent
275 コメントや誤りの修正などがございましたら、LyX文書化メーリングリスト
276 \family typewriter
277
278 \begin_inset CommandInset href
279 LatexCommand href
280 name "lyx-docs@lists.lyx.org"
281 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
282 type "mailto:"
283
284 \end_inset
285
286
287 \family default
288 までお知らせください。
289 \end_layout
290
291 \end_inset
292
293
294 \begin_inset Note Note
295 status collapsed
296
297 \begin_layout Plain Layout
298 著者:Uwe Stöhr
299 \end_layout
300
301 \end_inset
302
303
304 \begin_inset Newline newline
305 \end_inset
306
307
308 \begin_inset Newline newline
309 \end_inset
310
311
312 \family sans
313 第2.1.x版
314 \end_layout
315
316 \begin_layout Standard
317 \begin_inset CommandInset toc
318 LatexCommand tableofcontents
319
320 \end_inset
321
322
323 \end_layout
324
325 \begin_layout Standard
326 \begin_inset Note Note
327 status open
328
329 \begin_layout Plain Layout
330 この文書をPDFやPS、DVIに書き出すには、LaTeXパッケージの
331 \series bold
332 braket
333 \series default
334
335 \series bold
336 cancel
337 \series default
338
339 \series bold
340 eurosym
341 \series default
342
343 \series bold
344 mathdots
345 \series default
346
347 \series bold
348 mhchem
349 \series default
350
351 \series bold
352 undertilde
353 \series default
354
355 \series bold
356 was
357 \series default
358 が導入されている必要があります。これらが導入されていなくても文書はエクスポートできますが、パッケージを必要とする節は出力には現れません。また、
359 \series bold
360 mhchem
361 \series default
362 が導入されていないと、本ファイルを書き出すことができません。
363 \end_layout
364
365 \begin_layout Plain Layout
366 この文書の最新のPDF版は
367 \begin_inset Newline newline
368 \end_inset
369
370
371 \series bold
372 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
373 \begin_inset Newline newline
374 \end_inset
375
376
377 \series default
378 にあります。
379 \end_layout
380
381 \end_inset
382
383
384 \end_layout
385
386 \begin_layout Standard
387 \begin_inset Newpage newpage
388 \end_inset
389
390
391 \end_layout
392
393 \begin_layout Section
394 はじめに
395 \end_layout
396
397 \begin_layout Standard
398 この文書は、LyXの数式機能の説明書であると同時に、なによりも数式記号および数式要素に使用されるLaTeXコマンドのコレクションでもあります。説明は、コマンドの
399 使用を念頭に置いています。したがって、ユーザーの手引きの
400 \family typewriter
401 数式
402 \family default
403 の節をすでにお読みになっていることを前提としています。
404 \end_layout
405
406 \begin_layout Standard
407 この説明書で説明されている、ほとんどの数式記号と、数式要素の多くは、
408 \family sans
409 挿入\SpecialChar \menuseparator
410 数式
411 \family default
412 メニューか
413 \family sans
414 数式ツールバー
415 \family default
416 からアクセスすることが可能です。しかし、たくさんの数式を書かなくてはならない人はみな、数式ツールバーを使うよりもコマンドを使った方がずっと速いことに気付くことに
417 なるのです。したがって、この説明書はコマンドに焦点を当てますが、対応するツールバーボタンが利用可能なときには、それにも言及することにします。
418 \end_layout
419
420 \begin_layout Standard
421 とくに断らなければ、コマンドは数式内からのみ利用可能です。この文書で説明されているすべてのコマンドを利用できるようにするためには、文書設定(
422 \family sans
423 文書\SpecialChar \menuseparator
424 設定\SpecialChar \menuseparator
425 数式オプション
426 \family default
427 メニュー)で
428 \family sans
429 AMS mathパッケージを使う
430 \family default
431 オプションを有効にしなくてはなりません
432 \begin_inset Foot
433 status collapsed
434
435 \begin_layout Plain Layout
436
437 \family sans
438 AMS mathパッケージを自動的に使う
439 \family default
440 オプションは、LyXでサポートされている数式要素が見つかったときのみ、
441 \begin_inset ERT
442 status collapsed
443
444 \begin_layout Plain Layout
445
446
447 \backslash
448 AmS 
449 \end_layout
450
451 \end_inset
452
453 -mathパッケージを使用します。
454 \end_layout
455
456 \end_inset
457
458
459 \end_layout
460
461 \begin_layout Standard
462 説明を明瞭にするために、この文書はすべての
463 \begin_inset ERT
464 status collapsed
465
466 \begin_layout Plain Layout
467
468
469 \backslash
470 AmS 
471 \end_layout
472
473 \end_inset
474
475 -mathコマンド
476 \begin_inset Foot
477 status collapsed
478
479 \begin_layout Plain Layout
480 すべての
481 \begin_inset ERT
482 status collapsed
483
484 \begin_layout Plain Layout
485
486
487 \backslash
488 AmS
489 \end_layout
490
491 \end_inset
492
493 -mathコマンドの一覧は、
494 \family sans
495
496 \begin_inset CommandInset href
497 LatexCommand href
498 name "amsguide.ps"
499 target "ftp://ftp.ams.org/pub/tex/doc/amstex/amsguide.pdf"
500
501 \end_inset
502
503
504 \family default
505 ファイルに収録されています。このファイルは、すべてのLaTeX標準頒布版に含まれています。
506 \end_layout
507
508 \end_inset
509
510 を列挙はしません。
511 \end_layout
512
513 \begin_layout Section
514 一般的な説明
515 \end_layout
516
517 \begin_layout Standard
518 本文に埋め込まれた行内数式
519 \begin_inset Index idx
520 status collapsed
521
522 \begin_layout Plain Layout
523 すうしき ! ぎょうない @ 数式 ! 行内
524 \end_layout
525
526 \end_inset
527
528 を作成するには、
529 \begin_inset Flex Ruby
530 status collapsed
531
532 \begin_layout Plain Layout
533 捷径
534 \begin_inset Argument post:1
535 status collapsed
536
537 \begin_layout Plain Layout
538 ショートカット
539 \end_layout
540
541 \end_inset
542
543
544 \end_layout
545
546 \end_inset
547
548
549 \begin_inset Info
550 type  "shortcuts"
551 arg   "math-mode"
552 \end_inset
553
554 のうちのいずれか、あるいはツールバーボタン
555 \begin_inset Info
556 type  "icon"
557 arg   "math-mode"
558 \end_inset
559
560 を使用してください。
561 \begin_inset Newline newline
562 \end_inset
563
564 大きく別の段落として表示される別行立て数式
565 \begin_inset Index idx
566 status collapsed
567
568 \begin_layout Plain Layout
569 すうしき ! べつぎょうだてようしき @ 数式 ! 別行立て様式
570 \end_layout
571
572 \end_inset
573
574 を作成するには、
575 \begin_inset Info
576 type  "shortcuts"
577 arg   "math-display"
578 \end_inset
579
580 のうちいずれかの
581 \begin_inset Flex Ruby
582 status collapsed
583
584 \begin_layout Plain Layout
585 捷径
586 \begin_inset Argument post:1
587 status collapsed
588
589 \begin_layout Plain Layout
590 ショートカット
591 \end_layout
592
593 \end_inset
594
595
596 \end_layout
597
598 \end_inset
599
600 を使用して下さい。
601 \end_layout
602
603 \begin_layout Standard
604 別行立て様式の数式を行内数式に変更するには、カーソルを数式内に合わせて
605 \begin_inset Info
606 type  "shortcuts"
607 arg   "math-mode"
608 \end_inset
609
610 のいずれかの
611 \begin_inset Flex Ruby
612 status collapsed
613
614 \begin_layout Plain Layout
615 捷径
616 \begin_inset Argument post:1
617 status collapsed
618
619 \begin_layout Plain Layout
620 ショートカット
621 \end_layout
622
623 \end_inset
624
625
626 \end_layout
627
628 \end_inset
629
630 か、
631 \family sans
632 編集\SpecialChar \menuseparator
633 数式\SpecialChar \menuseparator
634 数式の表記を変更
635 \family default
636 メニューを使用して下さい。同じ方法が、行内数式を別行立て数式に変更するのにも使用できます。
637 \end_layout
638
639 \begin_layout Standard
640 行内数式の一部を別行立て数式の大きさで表示するには、
641 \series bold
642
643 \backslash
644 displaystyle
645 \begin_inset Index idx
646 status collapsed
647
648 \begin_layout Plain Layout
649
650 \size normal
651 こまんど@コマンド ! D ! 
652 \backslash
653 displaystyle
654 \end_layout
655
656 \end_inset
657
658
659 \series default
660 を数式に入力して下さい。すると、青いボックスが新規に現れて、希望する数式の箇所を挿入することができます。
661 \end_layout
662
663 \begin_layout Standard
664 表の中では、行内数式のみの使用が許されています。
665 \end_layout
666
667 \begin_layout Standard
668
669 \family sans
670 数式ツールバー
671 \family default
672 は、
673 \family sans
674 表示\SpecialChar \menuseparator
675 ツールバー
676 \family default
677 メニューで表示することができます。そのメニューで「数式」をクリックすると、ツールバーが下部に永続的に表示されます。この状態は、
678 \family sans
679 ツールバー
680 \family default
681 メニューの中ではチェック印で表されます。この状態から、
682 \family sans
683 ツールバー
684 \family default
685 メニューの「数式」をもう一度クリックすると、数式ツールバーは、カーソルが数式内部にあるときのみ表示されるようになります。この状態は、メニュー項目が「数式」から「
686 数式(自動)」に変わることで表されます。
687 \end_layout
688
689 \begin_layout Standard
690 TeXモード
691 \begin_inset Index idx
692 status collapsed
693
694 \begin_layout Plain Layout
695 T@TeXモード
696 \end_layout
697
698 \end_inset
699
700 は、ツールバーボタン
701 \begin_inset Info
702 type  "icon"
703 arg   "ert-insert"
704 \end_inset
705
706 を押すか、
707 \family sans
708 挿入\SpecialChar \menuseparator
709 Te
710 \begin_inset ERT
711 status collapsed
712
713 \begin_layout Plain Layout
714
715 {}
716 \end_layout
717
718 \end_inset
719
720 Xコード
721 \family default
722 (
723 \begin_inset Flex Ruby
724 status collapsed
725
726 \begin_layout Plain Layout
727 捷径
728 \begin_inset Argument post:1
729 status collapsed
730
731 \begin_layout Plain Layout
732 ショートカット
733 \end_layout
734
735 \end_inset
736
737
738 \end_layout
739
740 \end_inset
741
742
743 \begin_inset Info
744 type  "shortcut"
745 arg   "ert-insert"
746 \end_inset
747
748 )メニューを使うことで、起動できます。
749 \begin_inset Note Note
750 status collapsed
751
752 \begin_layout Plain Layout
753 LyXには、出力においては上付き文字と下付き文字とで表示される三つの「固有名詞」、TeX・LaTeX・LyXがあります。これらの名称が、固有名詞として認識される
754 のを防ぐために、ここではTeX括弧が挿入されています。
755 \end_layout
756
757 \end_inset
758
759
760 \end_layout
761
762 \begin_layout Standard
763 LaTeXプリアンブル
764 \begin_inset Index idx
765 status collapsed
766
767 \begin_layout Plain Layout
768 L@LaTeXプリアンブル
769 \end_layout
770
771 \end_inset
772
773 を変更するには、
774 \family sans
775 文書\SpecialChar \menuseparator
776 設定\SpecialChar \menuseparator
777 LaT
778 \begin_inset ERT
779 status collapsed
780
781 \begin_layout Plain Layout
782
783 {}
784 \end_layout
785
786 \end_inset
787
788 eXプリアンブル
789 \family default
790 メニューを使用してください。
791 \end_layout
792
793 \begin_layout Standard
794 行列や場合分け、多行数式を続けて編集するには、
795 \family sans
796 編集\SpecialChar \menuseparator
797 数式
798 \family default
799 メニューと
800 \family sans
801 編集\SpecialChar \menuseparator
802 行と列
803 \family default
804 メニューを使うか、表ツールバーを使用することができます。メニューから行や列を交換するように指定されたときには、カーソルのある列や行は、それぞれ右側の列や下の行と
805 交換されます。カーソルが最後の列や行にあるときには、左の列や上の行と交換されることになります。
806 \end_layout
807
808 \begin_layout Standard
809 数式内で文章を書く
810 \begin_inset Foot
811 status collapsed
812
813 \begin_layout Plain Layout
814 多行数式では、
815 \series bold
816
817 \backslash
818 intertext
819 \series default
820 コマンドが使用されます。
821 \begin_inset CommandInset ref
822 LatexCommand ref
823 reference "sub:多行数式中のテキスト"
824
825 \end_inset
826
827 を参照のこと。
828 \end_layout
829
830 \end_inset
831
832 には、
833 \emph on
834 数式テキスト
835 \emph default
836
837 \begin_inset Index idx
838 status collapsed
839
840 \begin_layout Plain Layout
841 てきすと ! すうしきないの @ テキスト ! 数式内の
842 \end_layout
843
844 \end_inset
845
846
847 \begin_inset Index idx
848 status collapsed
849
850 \begin_layout Plain Layout
851 すうしきてきすと @ 数式テキスト
852 \end_layout
853
854 \end_inset
855
856 が使用されます。このモードには、
857 \begin_inset Flex Ruby
858 status collapsed
859
860 \begin_layout Plain Layout
861 捷径
862 \begin_inset Argument post:1
863 status collapsed
864
865 \begin_layout Plain Layout
866 ショートカット
867 \end_layout
868
869 \end_inset
870
871
872 \end_layout
873
874 \end_inset
875
876
877 \begin_inset Info
878 type  "shortcut"
879 arg   "math-mode"
880 \end_inset
881
882 を使うか、
883 \series bold
884
885 \backslash
886 text
887 \series default
888
889 \begin_inset Index idx
890 status collapsed
891
892 \begin_layout Plain Layout
893 こまんど @ コマンド ! T ! 
894 \backslash
895 text
896 \end_layout
897
898 \end_inset
899
900 コマンドを挿入することで入ることができます。テキストは、LyX中では黒字で表示されるので、青字で表示される他の数式部分とは区別することができます。出力においては
901 、数式テキストは、他の数式部分とは違って、アップライト体に組まれます。
902 \end_layout
903
904 \begin_layout Subsection*
905 コマンドの構成
906 \end_layout
907
908 \begin_layout Standard
909 数式要素に使われるほとんどのLaTeXコマンドは、以下のような構成になっています。
910 \end_layout
911
912 \begin_layout Standard
913
914 \series bold
915
916 \backslash
917 コマンド名[非必須引数]{必須引数}
918 \end_layout
919
920 \begin_layout Standard
921 コマンドは、つねにバックスラッシュ「
922 \series bold
923
924 \backslash
925
926 \series default
927 」で始まります。非必須の引数を省略するときには、随伴する括弧も省略しなくてはなりません。必須引数の前後の括弧は、この文書中では、TeX括弧
928 \begin_inset Index idx
929 status collapsed
930
931 \begin_layout Plain Layout
932 T@TeX括弧
933 \end_layout
934
935 \end_inset
936
937 と呼ぶことにします。数式中でコマンド名に左括弧を付けると、LyXは自動的にTeX括弧を生成します。数式中ではそれ以外に、
938 \series bold
939
940 \backslash
941 {
942 \series default
943 コマンドを使えば、つねにTeX括弧を生成することができます。LyX中で、青字で表示される通常の括弧とは違って、TeX括弧は赤字で表示されます。TeXモード中では
944 、TeX括弧を得るのに、とくにコマンドは必要としません。また、TeX括弧は出力中では表示されません。
945 \end_layout
946
947 \begin_layout Standard
948 記号のコマンドのように引数のないコマンドをTeXモードに入力するときには、コマンドの終わりを表すために、コマンドの後に空白が
949 \emph on
950 かならず
951 \emph default
952 入力されなくてはなりません。この空白は出力中には現れません。空白を出力中に表示したいときには、空白の後に、通常テキストモードの保護された空白が来なくてはなりませ
953 ん。
954 \end_layout
955
956 \begin_layout Standard
957 保護された空白は、
958 \begin_inset Info
959 type  "shortcut"
960 arg   "space-insert protected"
961 \end_inset
962
963 で入力できます。
964 \end_layout
965
966 \begin_layout Subsection*
967 \begin_inset Newpage newpage
968 \end_inset
969
970 文法の説明
971 \end_layout
972
973 \begin_layout Itemize
974 記号 
975 \begin_inset space \textvisiblespace{}
976 \end_inset
977
978  は、空白文字を入力することを表します。
979 \end_layout
980
981 \begin_layout Itemize
982 \begin_inset Formula $\to$
983 \end_inset
984
985 のような矢印は、キーボードから対応する矢印
986 \begin_inset Flex Ruby
987 status collapsed
988
989 \begin_layout Plain Layout
990
991 \begin_inset Argument post:1
992 status collapsed
993
994 \begin_layout Plain Layout
995 キー
996 \end_layout
997
998 \end_inset
999
1000
1001 \end_layout
1002
1003 \end_inset
1004
1005 を押すことを表します。
1006 \end_layout
1007
1008 \begin_layout Subsection*
1009 使用できる単位
1010 \end_layout
1011
1012 \begin_layout Standard
1013 \align center
1014 \begin_inset Float table
1015 placement H
1016 wide false
1017 sideways false
1018 status open
1019
1020 \begin_layout Plain Layout
1021 \align center
1022 \begin_inset Caption Standard
1023
1024 \begin_layout Plain Layout
1025 \begin_inset CommandInset label
1026 LatexCommand label
1027 name "tab:使用できる単位"
1028
1029 \end_inset
1030
1031 使用できる単位
1032 \end_layout
1033
1034 \end_inset
1035
1036
1037 \end_layout
1038
1039 \begin_layout Plain Layout
1040 \align center
1041 \begin_inset Tabular
1042 <lyxtabular version="3" rows="13" columns="2">
1043 <features rotate="0" tabularvalignment="middle">
1044 <column alignment="center" valignment="top">
1045 <column alignment="center" valignment="top">
1046 <row>
1047 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1048 \begin_inset Text
1049
1050 \begin_layout Plain Layout
1051 単位
1052 \end_layout
1053
1054 \end_inset
1055 </cell>
1056 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1057 \begin_inset Text
1058
1059 \begin_layout Plain Layout
1060 名称/摘要
1061 \end_layout
1062
1063 \end_inset
1064 </cell>
1065 </row>
1066 <row>
1067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1068 \begin_inset Text
1069
1070 \begin_layout Plain Layout
1071 mm
1072 \end_layout
1073
1074 \end_inset
1075 </cell>
1076 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1077 \begin_inset Text
1078
1079 \begin_layout Plain Layout
1080 ミリメートル
1081 \end_layout
1082
1083 \end_inset
1084 </cell>
1085 </row>
1086 <row>
1087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1088 \begin_inset Text
1089
1090 \begin_layout Plain Layout
1091 cm
1092 \end_layout
1093
1094 \end_inset
1095 </cell>
1096 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1097 \begin_inset Text
1098
1099 \begin_layout Plain Layout
1100 センチメートル
1101 \end_layout
1102
1103 \end_inset
1104 </cell>
1105 </row>
1106 <row>
1107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1108 \begin_inset Text
1109
1110 \begin_layout Plain Layout
1111 in
1112 \end_layout
1113
1114 \end_inset
1115 </cell>
1116 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1117 \begin_inset Text
1118
1119 \begin_layout Plain Layout
1120 インチ
1121 \end_layout
1122
1123 \end_inset
1124 </cell>
1125 </row>
1126 <row>
1127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1128 \begin_inset Text
1129
1130 \begin_layout Plain Layout
1131 pt
1132 \end_layout
1133
1134 \end_inset
1135 </cell>
1136 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1137 \begin_inset Text
1138
1139 \begin_layout Plain Layout
1140 ポイント (72.27
1141 \begin_inset Formula $\,$
1142 \end_inset
1143
1144 pt = 1
1145 \begin_inset Formula $\,$
1146 \end_inset
1147
1148 in)
1149 \end_layout
1150
1151 \end_inset
1152 </cell>
1153 </row>
1154 <row>
1155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1156 \begin_inset Text
1157
1158 \begin_layout Plain Layout
1159 pc
1160 \end_layout
1161
1162 \end_inset
1163 </cell>
1164 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1165 \begin_inset Text
1166
1167 \begin_layout Plain Layout
1168 パイカ (1
1169 \begin_inset Formula $\,$
1170 \end_inset
1171
1172 pc = 12
1173 \begin_inset Formula $\,$
1174 \end_inset
1175
1176 pt)
1177 \end_layout
1178
1179 \end_inset
1180 </cell>
1181 </row>
1182 <row>
1183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1184 \begin_inset Text
1185
1186 \begin_layout Plain Layout
1187 sp
1188 \end_layout
1189
1190 \end_inset
1191 </cell>
1192 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1193 \begin_inset Text
1194
1195 \begin_layout Plain Layout
1196 スケールポイント (65536
1197 \begin_inset Formula $\,$
1198 \end_inset
1199
1200 sp = 1
1201 \begin_inset Formula $\,$
1202 \end_inset
1203
1204 pt)
1205 \end_layout
1206
1207 \end_inset
1208 </cell>
1209 </row>
1210 <row>
1211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1212 \begin_inset Text
1213
1214 \begin_layout Plain Layout
1215 bp
1216 \end_layout
1217
1218 \end_inset
1219 </cell>
1220 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1221 \begin_inset Text
1222
1223 \begin_layout Plain Layout
1224 ビッグポイント (72
1225 \begin_inset Formula $\,$
1226 \end_inset
1227
1228 bp = 1
1229 \begin_inset Formula $\,$
1230 \end_inset
1231
1232 in)
1233 \end_layout
1234
1235 \end_inset
1236 </cell>
1237 </row>
1238 <row>
1239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1240 \begin_inset Text
1241
1242 \begin_layout Plain Layout
1243 dd
1244 \end_layout
1245
1246 \end_inset
1247 </cell>
1248 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1249 \begin_inset Text
1250
1251 \begin_layout Plain Layout
1252 ディドー (72
1253 \begin_inset Formula $\,$
1254 \end_inset
1255
1256 dd 
1257 \begin_inset Formula $\approx$
1258 \end_inset
1259
1260  37.6
1261 \begin_inset Formula $\,$
1262 \end_inset
1263
1264 mm)
1265 \end_layout
1266
1267 \end_inset
1268 </cell>
1269 </row>
1270 <row>
1271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1272 \begin_inset Text
1273
1274 \begin_layout Plain Layout
1275 cc
1276 \end_layout
1277
1278 \end_inset
1279 </cell>
1280 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1281 \begin_inset Text
1282
1283 \begin_layout Plain Layout
1284 シセロ (1
1285 \begin_inset Formula $\,$
1286 \end_inset
1287
1288 cc = 12
1289 \begin_inset Formula $\,$
1290 \end_inset
1291
1292 dd)
1293 \end_layout
1294
1295 \end_inset
1296 </cell>
1297 </row>
1298 <row>
1299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1300 \begin_inset Text
1301
1302 \begin_layout Plain Layout
1303 ex
1304 \end_layout
1305
1306 \end_inset
1307 </cell>
1308 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1309 \begin_inset Text
1310
1311 \begin_layout Plain Layout
1312 現在のフォントの文字「x」の高さ
1313 \end_layout
1314
1315 \end_inset
1316 </cell>
1317 </row>
1318 <row>
1319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1320 \begin_inset Text
1321
1322 \begin_layout Plain Layout
1323 em
1324 \end_layout
1325
1326 \end_inset
1327 </cell>
1328 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1329 \begin_inset Text
1330
1331 \begin_layout Plain Layout
1332 現在のフォントの文字「M」の幅
1333 \end_layout
1334
1335 \end_inset
1336 </cell>
1337 </row>
1338 <row>
1339 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1340 \begin_inset Text
1341
1342 \begin_layout Plain Layout
1343 mu
1344 \end_layout
1345
1346 \end_inset
1347 </cell>
1348 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1349 \begin_inset Text
1350
1351 \begin_layout Plain Layout
1352 数式単位(1
1353 \begin_inset space \thinspace{}
1354 \end_inset
1355
1356 mu = 
1357 \begin_inset Formula $\nicefrac{1}{18}$
1358 \end_inset
1359
1360
1361 \begin_inset space \thinspace{}
1362 \end_inset
1363
1364 em)
1365 \end_layout
1366
1367 \end_inset
1368 </cell>
1369 </row>
1370 </lyxtabular>
1371
1372 \end_inset
1373
1374
1375 \end_layout
1376
1377 \end_inset
1378
1379
1380 \end_layout
1381
1382 \begin_layout Standard
1383 \begin_inset Newpage newpage
1384 \end_inset
1385
1386
1387 \end_layout
1388
1389 \begin_layout Section
1390 基礎的な関数
1391 \end_layout
1392
1393 \begin_layout Subsection
1394 指数
1395 \begin_inset Index idx
1396 status collapsed
1397
1398 \begin_layout Plain Layout
1399 しすう@指数
1400 \end_layout
1401
1402 \end_inset
1403
1404 および添字
1405 \begin_inset Index idx
1406 status collapsed
1407
1408 \begin_layout Plain Layout
1409 そえじ@添字
1410 \end_layout
1411
1412 \end_inset
1413
1414
1415 \begin_inset Index idx
1416 status collapsed
1417
1418 \begin_layout Plain Layout
1419 うえつきもじ@上付き文字|see
1420 \begin_inset ERT
1421 status collapsed
1422
1423 \begin_layout Plain Layout
1424
1425 {
1426 \end_layout
1427
1428 \end_inset
1429
1430 指数
1431 \begin_inset ERT
1432 status collapsed
1433
1434 \begin_layout Plain Layout
1435
1436 }
1437 \end_layout
1438
1439 \end_inset
1440
1441
1442 \end_layout
1443
1444 \end_inset
1445
1446
1447 \begin_inset Index idx
1448 status collapsed
1449
1450 \begin_layout Plain Layout
1451 したつきもじ@下付き文字|see
1452 \begin_inset ERT
1453 status collapsed
1454
1455 \begin_layout Plain Layout
1456
1457 {
1458 \end_layout
1459
1460 \end_inset
1461
1462 添字
1463 \begin_inset ERT
1464 status collapsed
1465
1466 \begin_layout Plain Layout
1467
1468 }
1469 \end_layout
1470
1471 \end_inset
1472
1473
1474 \end_layout
1475
1476 \end_inset
1477
1478
1479 \end_layout
1480
1481 \begin_layout Standard
1482 添字は、アンダースコア「_」を打鍵するか、数式ツールバーボタン
1483 \begin_inset Info
1484 type  "icon"
1485 arg   "math-subscript"
1486 \end_inset
1487
1488 を使って入力することができ、指数は、キャレット「^」を打鍵するか、数式ツールバーボタン
1489 \begin_inset Info
1490 type  "icon"
1491 arg   "math-superscript"
1492 \end_inset
1493
1494 を使って入力することができます。
1495 \end_layout
1496
1497 \begin_layout Standard
1498 \align center
1499 \begin_inset Tabular
1500 <lyxtabular version="3" rows="4" columns="2">
1501 <features rotate="0" tabularvalignment="middle">
1502 <column alignment="center" valignment="top" width="0pt">
1503 <column alignment="center" valignment="top" width="0pt">
1504 <row>
1505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1506 \begin_inset Text
1507
1508 \begin_layout Plain Layout
1509 コマンド
1510 \end_layout
1511
1512 \end_inset
1513 </cell>
1514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1515 \begin_inset Text
1516
1517 \begin_layout Plain Layout
1518 結果
1519 \begin_inset Note Note
1520 status collapsed
1521
1522 \begin_layout Plain Layout
1523 ここで使われている
1524 \series bold
1525
1526 \backslash
1527 raisebox
1528 \series default
1529 は単なるスペーサーです。
1530 \end_layout
1531
1532 \end_inset
1533
1534
1535 \end_layout
1536
1537 \end_inset
1538 </cell>
1539 </row>
1540 <row>
1541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1542 \begin_inset Text
1543
1544 \begin_layout Plain Layout
1545 B_V
1546 \end_layout
1547
1548 \end_inset
1549 </cell>
1550 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1551 \begin_inset Text
1552
1553 \begin_layout Plain Layout
1554 \begin_inset Formula $B_{V}$
1555 \end_inset
1556
1557
1558 \end_layout
1559
1560 \end_inset
1561 </cell>
1562 </row>
1563 <row>
1564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1565 \begin_inset Text
1566
1567 \begin_layout Plain Layout
1568 B^V
1569 \end_layout
1570
1571 \end_inset
1572 </cell>
1573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1574 \begin_inset Text
1575
1576 \begin_layout Plain Layout
1577 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1578 \end_inset
1579
1580
1581 \end_layout
1582
1583 \end_inset
1584 </cell>
1585 </row>
1586 <row>
1587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1588 \begin_inset Text
1589
1590 \begin_layout Plain Layout
1591 B^
1592 \begin_inset space \textvisiblespace{}
1593 \end_inset
1594
1595 A
1596 \end_layout
1597
1598 \end_inset
1599 </cell>
1600 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1601 \begin_inset Text
1602
1603 \begin_layout Plain Layout
1604 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1605 \end_inset
1606
1607
1608 \end_layout
1609
1610 \end_inset
1611 </cell>
1612 </row>
1613 </lyxtabular>
1614
1615 \end_inset
1616
1617
1618 \end_layout
1619
1620 \begin_layout Standard
1621 キャレットは、言語によってはアクセント記号として使用されているので、そのような場合には、母音字の後でキャレットを押すと、指数にならずにアクセントをつけることにな
1622 ってしまいます
1623 \begin_inset Foot
1624 status collapsed
1625
1626 \begin_layout Plain Layout
1627 使用しているキーボード設定によっては、同様のことが母音以外の文字でも起こることがあります。
1628 \end_layout
1629
1630 \end_inset
1631
1632 。この場合に指数を作るには、上記の最後の例のように、キャレットの後に
1633 \family sans
1634 Space
1635 \family default
1636 を押してください。
1637 \end_layout
1638
1639 \begin_layout Subsection
1640 分数
1641 \begin_inset CommandInset label
1642 LatexCommand label
1643 name "sub:分数"
1644
1645 \end_inset
1646
1647
1648 \begin_inset Index idx
1649 status collapsed
1650
1651 \begin_layout Plain Layout
1652 ぶんすう@分数
1653 \end_layout
1654
1655 \end_inset
1656
1657
1658 \end_layout
1659
1660 \begin_layout Standard
1661 分数は、コマンド
1662 \series bold
1663
1664 \backslash
1665 frac
1666 \series default
1667
1668 \begin_inset Index idx
1669 status collapsed
1670
1671 \begin_layout Plain Layout
1672 こまんど@コマンド ! F ! 
1673 \backslash
1674 frac
1675 \end_layout
1676
1677 \end_inset
1678
1679 か数式ツールバーボタン
1680 \begin_inset Info
1681 type  "icon"
1682 arg   "math-insert \\frac"
1683 \end_inset
1684
1685 で作ることができます。フォント寸法は、分数が行内数式にあるか別行立て数式にあるかに応じて、自動的に調整されます。数式ツールバーボタン
1686 \begin_inset Info
1687 type  "icon"
1688 arg   "math-insert \\frac-square"
1689 \end_inset
1690
1691 を使えば、分数の種類を選ぶことができます。
1692 \end_layout
1693
1694 \begin_layout Standard
1695 コマンド
1696 \series bold
1697
1698 \backslash
1699 dfrac
1700 \series default
1701
1702 \begin_inset Index idx
1703 status collapsed
1704
1705 \begin_layout Plain Layout
1706 こまんど@コマンド ! D ! 
1707 \backslash
1708 dfrac
1709 \end_layout
1710
1711 \end_inset
1712
1713 を使えば、つねに別行立て数式の大きさを持つ分数を作成することができます。また、コマンド
1714 \series bold
1715
1716 \backslash
1717 tfrac
1718 \series default
1719
1720 \begin_inset Index idx
1721 status collapsed
1722
1723 \begin_layout Plain Layout
1724 こまんど@コマンド ! T ! 
1725 \backslash
1726 tfrac
1727 \end_layout
1728
1729 \end_inset
1730
1731 では、つねに行内数式の大きさで分数が表示されます。以下はこれらの例です。
1732 \end_layout
1733
1734 \begin_layout Standard
1735 これは、コマンド
1736 \series bold
1737
1738 \backslash
1739 frac
1740 \series default
1741 を使用して作った分数
1742 \begin_inset Formula $\frac{1}{2}$
1743 \end_inset
1744
1745 を含む行です。
1746 \end_layout
1747
1748 \begin_layout Standard
1749 これは、コマンド
1750 \series bold
1751
1752 \backslash
1753 dfrac
1754 \series default
1755 を使用して作った分数
1756 \begin_inset Formula $\dfrac{1}{2}$
1757 \end_inset
1758
1759 を含む行です。
1760 \end_layout
1761
1762 \begin_layout Standard
1763 \align center
1764 \begin_inset Tabular
1765 <lyxtabular version="3" rows="4" columns="2">
1766 <features rotate="0" tabularvalignment="middle">
1767 <column alignment="center" valignment="top" width="0pt">
1768 <column alignment="center" valignment="top" width="0pt">
1769 <row>
1770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1771 \begin_inset Text
1772
1773 \begin_layout Plain Layout
1774 コマンド
1775 \end_layout
1776
1777 \end_inset
1778 </cell>
1779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1780 \begin_inset Text
1781
1782 \begin_layout Plain Layout
1783 出力
1784 \begin_inset Note Note
1785 status collapsed
1786
1787 \begin_layout Plain Layout
1788 ここで
1789 \series bold
1790
1791 \backslash
1792 raisebox
1793 \series default
1794 はスペーサーとして使用しているだけです。
1795 \end_layout
1796
1797 \end_inset
1798
1799
1800 \end_layout
1801
1802 \end_inset
1803 </cell>
1804 </row>
1805 <row>
1806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1807 \begin_inset Text
1808
1809 \begin_layout Plain Layout
1810
1811 \backslash
1812 frac
1813 \begin_inset space \textvisiblespace{}
1814 \end_inset
1815
1816 A
1817 \begin_inset Formula $\downarrow$
1818 \end_inset
1819
1820 B
1821 \end_layout
1822
1823 \end_inset
1824 </cell>
1825 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1826 \begin_inset Text
1827
1828 \begin_layout Plain Layout
1829 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1830 \end_inset
1831
1832
1833 \end_layout
1834
1835 \end_inset
1836 </cell>
1837 </row>
1838 <row>
1839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1840 \begin_inset Text
1841
1842 \begin_layout Plain Layout
1843
1844 \backslash
1845 dfrac
1846 \begin_inset space \textvisiblespace{}
1847 \end_inset
1848
1849 A
1850 \begin_inset Formula $\downarrow$
1851 \end_inset
1852
1853 B
1854 \end_layout
1855
1856 \end_inset
1857 </cell>
1858 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1859 \begin_inset Text
1860
1861 \begin_layout Plain Layout
1862 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1863 \end_inset
1864
1865
1866 \end_layout
1867
1868 \end_inset
1869 </cell>
1870 </row>
1871 <row>
1872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1873 \begin_inset Text
1874
1875 \begin_layout Plain Layout
1876
1877 \backslash
1878 dfrac
1879 \begin_inset space \textvisiblespace{}
1880 \end_inset
1881
1882 e^
1883 \begin_inset space \textvisiblespace{}
1884 \end_inset
1885
1886
1887 \backslash
1888 frac
1889 \begin_inset space \textvisiblespace{}
1890 \end_inset
1891
1892 1
1893 \begin_inset Formula $\downarrow$
1894 \end_inset
1895
1896 2
1897 \begin_inset Formula $\downarrow\downarrow$
1898 \end_inset
1899
1900 3
1901 \end_layout
1902
1903 \end_inset
1904 </cell>
1905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1906 \begin_inset Text
1907
1908 \begin_layout Plain Layout
1909 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
1910 \end_inset
1911
1912
1913 \end_layout
1914
1915 \end_inset
1916 </cell>
1917 </row>
1918 </lyxtabular>
1919
1920 \end_inset
1921
1922
1923 \end_layout
1924
1925 \begin_layout Standard
1926 \begin_inset VSpace bigskip
1927 \end_inset
1928
1929
1930 \begin_inset Newpage newpage
1931 \end_inset
1932
1933 入れ子の分数を作るには、コマンド
1934 \series bold
1935
1936 \backslash
1937 cfrac
1938 \series default
1939
1940 \begin_inset Index idx
1941 status collapsed
1942
1943 \begin_layout Plain Layout
1944 こまんど@コマンド ! C ! 
1945 \backslash
1946 cfrac
1947 \end_layout
1948
1949 \end_inset
1950
1951 が使えます。以下がその例です。
1952 \begin_inset VSpace -3mm
1953 \end_inset
1954
1955
1956 \end_layout
1957
1958 \begin_layout Standard
1959 \begin_inset Formula 
1960 \begin{align*}
1961 \textrm{\textbf{\textbackslash frac}を使用して作成} &  & \textrm{\textbf{\textbackslash cfrac}を使用して作成}\\
1962 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
1963 \end{align*}
1964
1965 \end_inset
1966
1967
1968 \end_layout
1969
1970 \begin_layout Standard
1971 上記の例で使用したコマンドは、
1972 \end_layout
1973
1974 \begin_layout Standard
1975
1976 \series bold
1977
1978 \backslash
1979 cfrac
1980 \begin_inset ERT
1981 status collapsed
1982
1983 \begin_layout Plain Layout
1984
1985
1986 \backslash
1987 space 
1988 \end_layout
1989
1990 \end_inset
1991
1992 A
1993 \begin_inset Formula $\downarrow$
1994 \end_inset
1995
1996 B+
1997 \backslash
1998 cfrac
1999 \begin_inset ERT
2000 status collapsed
2001
2002 \begin_layout Plain Layout
2003
2004
2005 \backslash
2006 space 
2007 \end_layout
2008
2009 \end_inset
2010
2011 C+
2012 \backslash
2013 cfrac
2014 \begin_inset ERT
2015 status collapsed
2016
2017 \begin_layout Plain Layout
2018
2019
2020 \backslash
2021 space 
2022 \end_layout
2023
2024 \end_inset
2025
2026 E
2027 \begin_inset Formula $\downarrow$
2028 \end_inset
2029
2030 F
2031 \begin_inset Formula $\downarrow$
2032 \end_inset
2033
2034 D
2035 \end_layout
2036
2037 \begin_layout Standard
2038 です。
2039 \end_layout
2040
2041 \begin_layout Standard
2042 \begin_inset VSpace medskip
2043 \end_inset
2044
2045
2046 \end_layout
2047
2048 \begin_layout Standard
2049
2050 \series bold
2051
2052 \backslash
2053 cfrac
2054 \series default
2055 は、他の分数中に入れ子になっている場合も含め、分数をつねに別行立て数式の大きさに設定します。
2056 \end_layout
2057
2058 \begin_layout Standard
2059 分子の揃え方は、指定することができます。
2060 \series bold
2061
2062 \backslash
2063 cfracleft
2064 \series default
2065 コマンドは左揃えにし、
2066 \series bold
2067
2068 \backslash
2069 cfracright
2070 \series default
2071 は右揃えにします。
2072 \series bold
2073
2074 \backslash
2075 cfrac
2076 \series default
2077 は中央揃えです。以下の各分数は、それぞれの揃え位置を示しています。
2078 \begin_inset Newline newline
2079 \end_inset
2080
2081
2082 \series bold
2083
2084 \begin_inset Formula $\cfrac[l]{A}{B+C}$
2085 \end_inset
2086
2087
2088 \begin_inset Formula $\cfrac{A}{B+C}$
2089 \end_inset
2090
2091
2092 \begin_inset Formula $\cfrac[r]{A}{B+C}$
2093 \end_inset
2094
2095
2096 \end_layout
2097
2098 \begin_layout Standard
2099 \begin_inset Note Greyedout
2100 status open
2101
2102 \begin_layout Plain Layout
2103
2104 \series bold
2105 【註】
2106 \backslash
2107 cfracleft
2108 \series default
2109
2110 \series bold
2111
2112 \backslash
2113 cfracright
2114 \series default
2115 は、生粋のLaTeXコマンドではなく、実体は、コマンド
2116 \series bold
2117
2118 \backslash
2119 cfrac[揃え位置]{分子}{分母}
2120 \series default
2121 です。したがって、これらをTeXモードで使うことはできません。
2122 \end_layout
2123
2124 \end_inset
2125
2126
2127 \end_layout
2128
2129 \begin_layout Standard
2130 \begin_inset VSpace medskip
2131 \end_inset
2132
2133 ときに、以下のように
2134 \series bold
2135
2136 \backslash
2137 cfrac
2138 \series default
2139
2140 \series bold
2141
2142 \backslash
2143 frac
2144 \series default
2145 を組み合わせて使うと便利です。
2146 \begin_inset Formula 
2147 \[
2148 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}
2149 \]
2150
2151 \end_inset
2152
2153
2154 \end_layout
2155
2156 \begin_layout Standard
2157 斜めの分数線を持つ行内分数を作るには、コマンド
2158 \series bold
2159
2160 \backslash
2161 nicefrac
2162 \series default
2163
2164 \begin_inset Index idx
2165 status collapsed
2166
2167 \begin_layout Plain Layout
2168 こまんど@コマンド ! N ! 
2169 \backslash
2170 nicefrac
2171 \end_layout
2172
2173 \end_inset
2174
2175 (例:
2176 \begin_inset Formula $\nicefrac{5}{31}$
2177 \end_inset
2178
2179 )を使うか、コマンド
2180 \series bold
2181
2182 \backslash
2183 unitfrac
2184 \series default
2185
2186 \begin_inset Index idx
2187 status collapsed
2188
2189 \begin_layout Plain Layout
2190 こまんど@コマンド ! U ! 
2191 \backslash
2192 unitfrac
2193 \end_layout
2194
2195 \end_inset
2196
2197 (例:
2198 \begin_inset Formula $\unitfrac{5}{31}$
2199 \end_inset
2200
2201 )を使います。さらに、
2202 \begin_inset Formula $\unitfrac[2]{1}{3}$
2203 \end_inset
2204
2205 のような帯分数を作るコマンド
2206 \series bold
2207
2208 \backslash
2209 unitfracthree
2210 \series default
2211 もあります。
2212 \end_layout
2213
2214 \begin_layout Standard
2215 \begin_inset Note Greyedout
2216 status open
2217
2218 \begin_layout Plain Layout
2219
2220 \series bold
2221 【註】
2222 \series default
2223 実は、
2224 \series bold
2225
2226 \backslash
2227 unitfracthree
2228 \series default
2229 は生粋のLaTeXコマンドではなく、実体は
2230 \begin_inset Newline newline
2231 \end_inset
2232
2233
2234 \series bold
2235
2236 \backslash
2237 unitfrac[自然数]{分子}{分母}
2238 \series default
2239 というコマンドなので、TeXコードでは使用できません。
2240 \end_layout
2241
2242 \end_inset
2243
2244
2245 \end_layout
2246
2247 \begin_layout Standard
2248 分数線を変更できるような独自の分数の定義のしかたは、第
2249 \begin_inset CommandInset ref
2250 LatexCommand ref
2251 reference "sub:自己定義の分数"
2252
2253 \end_inset
2254
2255 節に説明があります。
2256 \end_layout
2257
2258 \begin_layout Subsection
2259 根号
2260 \begin_inset Index idx
2261 status collapsed
2262
2263 \begin_layout Plain Layout
2264 こんごう@根号
2265 \end_layout
2266
2267 \end_inset
2268
2269
2270 \begin_inset Index idx
2271 status collapsed
2272
2273 \begin_layout Plain Layout
2274 るーと@ルート|see
2275 \begin_inset ERT
2276 status collapsed
2277
2278 \begin_layout Plain Layout
2279
2280 {
2281 \end_layout
2282
2283 \end_inset
2284
2285 根号
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 \end_layout
2298
2299 \end_inset
2300
2301
2302 \end_layout
2303
2304 \begin_layout Standard
2305 平方根は、
2306 \series bold
2307
2308 \backslash
2309 sqrt
2310 \series default
2311
2312 \begin_inset Index idx
2313 status collapsed
2314
2315 \begin_layout Plain Layout
2316 こまんど@コマンド ! S ! 
2317 \backslash
2318 sqrt
2319 \end_layout
2320
2321 \end_inset
2322
2323 か数式ツールバーボタン
2324 \begin_inset Info
2325 type  "icon"
2326 arg   "math-insert \\sqrt"
2327 \end_inset
2328
2329 で作成することができ、他のすべての根号は、コマンド
2330 \series bold
2331
2332 \backslash
2333 root
2334 \series default
2335
2336 \begin_inset Index idx
2337 status collapsed
2338
2339 \begin_layout Plain Layout
2340 こまんど@コマンド ! R ! 
2341 \backslash
2342 root
2343 \end_layout
2344
2345 \end_inset
2346
2347 か数式ツールバーボタン
2348 \begin_inset Info
2349 type  "icon"
2350 arg   "math-insert \\root"
2351 \end_inset
2352
2353 で作成することができます。
2354 \end_layout
2355
2356 \begin_layout Standard
2357 \align center
2358 \begin_inset Tabular
2359 <lyxtabular version="3" rows="3" columns="2">
2360 <features rotate="0" tabularvalignment="middle">
2361 <column alignment="center" valignment="top" width="0pt">
2362 <column alignment="center" valignment="top" width="0pt">
2363 <row>
2364 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2365 \begin_inset Text
2366
2367 \begin_layout Plain Layout
2368 コマンド
2369 \end_layout
2370
2371 \end_inset
2372 </cell>
2373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2374 \begin_inset Text
2375
2376 \begin_layout Plain Layout
2377 出力
2378 \begin_inset Note Note
2379 status collapsed
2380
2381 \begin_layout Plain Layout
2382 ここで
2383 \series bold
2384
2385 \backslash
2386 raisebox
2387 \series default
2388 はスペーサーとして使用しているだけです。
2389 \end_layout
2390
2391 \end_inset
2392
2393
2394 \end_layout
2395
2396 \end_inset
2397 </cell>
2398 </row>
2399 <row>
2400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2401 \begin_inset Text
2402
2403 \begin_layout Plain Layout
2404
2405 \backslash
2406 sqrt
2407 \begin_inset space \textvisiblespace{}
2408 \end_inset
2409
2410 A-B
2411 \end_layout
2412
2413 \end_inset
2414 </cell>
2415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2416 \begin_inset Text
2417
2418 \begin_layout Plain Layout
2419 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2420 \end_inset
2421
2422
2423 \end_layout
2424
2425 \end_inset
2426 </cell>
2427 </row>
2428 <row>
2429 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2430 \begin_inset Text
2431
2432 \begin_layout Plain Layout
2433
2434 \backslash
2435 root
2436 \begin_inset space \textvisiblespace{}
2437 \end_inset
2438
2439 3
2440 \begin_inset Formula $\downarrow$
2441 \end_inset
2442
2443 A-B
2444 \end_layout
2445
2446 \end_inset
2447 </cell>
2448 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2449 \begin_inset Text
2450
2451 \begin_layout Plain Layout
2452 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2453 \end_inset
2454
2455
2456 \end_layout
2457
2458 \end_inset
2459 </cell>
2460 </row>
2461 </lyxtabular>
2462
2463 \end_inset
2464
2465
2466 \end_layout
2467
2468 \begin_layout Standard
2469 平方根は、根号指数フィールドを空白のままにしておけば、
2470 \series bold
2471
2472 \backslash
2473 root
2474 \series default
2475 でも作成することができます。
2476 \end_layout
2477
2478 \begin_layout Standard
2479 \begin_inset Formula $\sqrt[\beta]{B}$
2480 \end_inset
2481
2482 の例のように、指数のとる値によっては、根号への距離が近すぎることがあります。
2483 \begin_inset Newline newline
2484 \end_inset
2485
2486 この場合には、
2487 \begin_inset Formula $\beta$
2488 \end_inset
2489
2490 が根号に触れてしまいます。これを避けるためには、以下のようなコマンド書式で、コマンド
2491 \series bold
2492
2493 \backslash
2494 leftroot
2495 \series default
2496
2497 \begin_inset Index idx
2498 status collapsed
2499
2500 \begin_layout Plain Layout
2501 こまんど@コマンド ! L ! 
2502 \backslash
2503 leftroot
2504 \end_layout
2505
2506 \end_inset
2507
2508
2509 \series bold
2510
2511 \backslash
2512 uproot
2513 \series default
2514
2515 \begin_inset Index idx
2516 status collapsed
2517
2518 \begin_layout Plain Layout
2519 こまんど@コマンド ! U ! 
2520 \backslash
2521 uproot
2522 \end_layout
2523
2524 \end_inset
2525
2526 を使います。
2527 \end_layout
2528
2529 \begin_layout Standard
2530
2531 \series bold
2532
2533 \backslash
2534 leftroot{距離}
2535 \series default
2536 および
2537 \series bold
2538
2539 \backslash
2540 uproot{距離}
2541 \end_layout
2542
2543 \begin_layout Standard
2544 ここで「距離」は、指数を左あるいは上に動かす、Big Point(単位bp;
2545 \begin_inset Formula $\mathrm{72\, bp=1}$
2546 \end_inset
2547
2548 インチ)での数値です。これらのコマンドは、指数に書き込みます。このようにして、コマンド
2549 \begin_inset Newline newline
2550 \end_inset
2551
2552
2553 \series bold
2554
2555 \backslash
2556 root
2557 \backslash
2558 leftroot{-1
2559 \begin_inset Formula $\to$
2560 \end_inset
2561
2562
2563 \backslash
2564 uproot{2
2565 \begin_inset Formula $\to$
2566 \end_inset
2567
2568
2569 \backslash
2570 beta
2571 \begin_inset space \textvisiblespace{}
2572 \end_inset
2573
2574
2575 \begin_inset Formula $\to$
2576 \end_inset
2577
2578 B
2579 \begin_inset Newline newline
2580 \end_inset
2581
2582
2583 \series default
2584 は、正しく組版された数式
2585 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2586 \end_inset
2587
2588 を生成します。
2589 \end_layout
2590
2591 \begin_layout Subsection
2592 二項係数
2593 \begin_inset Index idx
2594 status collapsed
2595
2596 \begin_layout Plain Layout
2597 にこうけいすう@二項係数
2598 \end_layout
2599
2600 \end_inset
2601
2602
2603 \end_layout
2604
2605 \begin_layout Standard
2606 二項係数は、コマンド
2607 \series bold
2608
2609 \backslash
2610 binom
2611 \series default
2612
2613 \begin_inset Index idx
2614 status collapsed
2615
2616 \begin_layout Plain Layout
2617 こまんど@コマンド ! B ! 
2618 \backslash
2619 binom
2620 \end_layout
2621
2622 \end_inset
2623
2624 か数式ツールバーボタン
2625 \begin_inset Info
2626 type  "icon"
2627 arg   "math-insert \\frac-square"
2628 \end_inset
2629
2630 の小メニューを使って挿入することができます。分数(
2631 \series bold
2632
2633 \backslash
2634 frac
2635 \series default
2636 )と同様に、
2637 \series bold
2638
2639 \backslash
2640 binom
2641 \series default
2642 の他に、コマンド
2643 \series bold
2644
2645 \backslash
2646 dbinom
2647 \begin_inset Index idx
2648 status collapsed
2649
2650 \begin_layout Plain Layout
2651 こまんど@コマンド ! D ! 
2652 \backslash
2653 dbinom
2654 \end_layout
2655
2656 \end_inset
2657
2658
2659 \series default
2660 および
2661 \series bold
2662
2663 \backslash
2664 tbinom
2665 \series default
2666
2667 \begin_inset Index idx
2668 status collapsed
2669
2670 \begin_layout Plain Layout
2671 こまんど@コマンド ! T ! 
2672 \backslash
2673 tbinom
2674 \end_layout
2675
2676 \end_inset
2677
2678 があります。二項係数のまわりの括弧に、他の括弧を使うには、コマンド
2679 \series bold
2680
2681 \backslash
2682 brace
2683 \series default
2684
2685 \begin_inset Index idx
2686 status collapsed
2687
2688 \begin_layout Plain Layout
2689 こまんど@コマンド ! B ! 
2690 \backslash
2691 brace
2692 \end_layout
2693
2694 \end_inset
2695
2696
2697 \series bold
2698
2699 \backslash
2700 brack
2701 \series default
2702
2703 \begin_inset Index idx
2704 status collapsed
2705
2706 \begin_layout Plain Layout
2707 こまんど@コマンド ! B ! 
2708 \backslash
2709 brack
2710 \end_layout
2711
2712 \end_inset
2713
2714 があります。
2715 \end_layout
2716
2717 \begin_layout Standard
2718 \align center
2719 \begin_inset Tabular
2720 <lyxtabular version="3" rows="6" columns="2">
2721 <features rotate="0" tabularvalignment="middle">
2722 <column alignment="center" valignment="top" width="0pt">
2723 <column alignment="center" valignment="top" width="0pt">
2724 <row>
2725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2726 \begin_inset Text
2727
2728 \begin_layout Plain Layout
2729 コマンド
2730 \end_layout
2731
2732 \end_inset
2733 </cell>
2734 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2735 \begin_inset Text
2736
2737 \begin_layout Plain Layout
2738 出力
2739 \begin_inset Note Note
2740 status collapsed
2741
2742 \begin_layout Plain Layout
2743 ここで
2744 \series bold
2745
2746 \backslash
2747 raisebox
2748 \series default
2749 はスペーサーとして使用しているだけです。
2750 \end_layout
2751
2752 \end_inset
2753
2754
2755 \end_layout
2756
2757 \end_inset
2758 </cell>
2759 </row>
2760 <row>
2761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2762 \begin_inset Text
2763
2764 \begin_layout Plain Layout
2765
2766 \backslash
2767 binom
2768 \begin_inset space \textvisiblespace{}
2769 \end_inset
2770
2771 A
2772 \begin_inset Formula $\downarrow$
2773 \end_inset
2774
2775 B
2776 \end_layout
2777
2778 \end_inset
2779 </cell>
2780 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2781 \begin_inset Text
2782
2783 \begin_layout Plain Layout
2784 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2785 \end_inset
2786
2787
2788 \end_layout
2789
2790 \end_inset
2791 </cell>
2792 </row>
2793 <row>
2794 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2795 \begin_inset Text
2796
2797 \begin_layout Plain Layout
2798
2799 \backslash
2800 dbinom
2801 \begin_inset space \textvisiblespace{}
2802 \end_inset
2803
2804 A
2805 \begin_inset Formula $\downarrow$
2806 \end_inset
2807
2808 B
2809 \end_layout
2810
2811 \end_inset
2812 </cell>
2813 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2814 \begin_inset Text
2815
2816 \begin_layout Plain Layout
2817 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2818 \end_inset
2819
2820
2821 \end_layout
2822
2823 \end_inset
2824 </cell>
2825 </row>
2826 <row>
2827 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2828 \begin_inset Text
2829
2830 \begin_layout Plain Layout
2831
2832 \backslash
2833 tbinom
2834 \begin_inset space \textvisiblespace{}
2835 \end_inset
2836
2837 A
2838 \begin_inset Formula $\downarrow$
2839 \end_inset
2840
2841 B
2842 \end_layout
2843
2844 \end_inset
2845 </cell>
2846 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2847 \begin_inset Text
2848
2849 \begin_layout Plain Layout
2850 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
2851 \end_inset
2852
2853
2854 \end_layout
2855
2856 \end_inset
2857 </cell>
2858 </row>
2859 <row>
2860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2861 \begin_inset Text
2862
2863 \begin_layout Plain Layout
2864
2865 \backslash
2866 brack
2867 \begin_inset space \textvisiblespace{}
2868 \end_inset
2869
2870 A
2871 \begin_inset Formula $\downarrow$
2872 \end_inset
2873
2874 B
2875 \end_layout
2876
2877 \end_inset
2878 </cell>
2879 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2880 \begin_inset Text
2881
2882 \begin_layout Plain Layout
2883 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
2884 \end_inset
2885
2886
2887 \end_layout
2888
2889 \end_inset
2890 </cell>
2891 </row>
2892 <row>
2893 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2894 \begin_inset Text
2895
2896 \begin_layout Plain Layout
2897
2898 \backslash
2899 brace
2900 \begin_inset space \textvisiblespace{}
2901 \end_inset
2902
2903 A
2904 \begin_inset Formula $\downarrow$
2905 \end_inset
2906
2907 B
2908 \end_layout
2909
2910 \end_inset
2911 </cell>
2912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2913 \begin_inset Text
2914
2915 \begin_layout Plain Layout
2916 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
2917 \end_inset
2918
2919
2920 \end_layout
2921
2922 \end_inset
2923 </cell>
2924 </row>
2925 </lyxtabular>
2926
2927 \end_inset
2928
2929
2930 \end_layout
2931
2932 \begin_layout Subsection
2933 場合分け
2934 \begin_inset Index idx
2935 status collapsed
2936
2937 \begin_layout Plain Layout
2938 ばあいわけ@場合分け
2939 \end_layout
2940
2941 \end_inset
2942
2943
2944 \end_layout
2945
2946 \begin_layout Standard
2947 \align center
2948 \begin_inset Tabular
2949 <lyxtabular version="3" rows="3" columns="2">
2950 <features rotate="0" tabularvalignment="middle">
2951 <column alignment="center" valignment="top" width="0pt">
2952 <column alignment="center" valignment="top" width="0pt">
2953 <row>
2954 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2955 \begin_inset Text
2956
2957 \begin_layout Plain Layout
2958 コマンド
2959 \end_layout
2960
2961 \end_inset
2962 </cell>
2963 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2964 \begin_inset Text
2965
2966 \begin_layout Plain Layout
2967 出力
2968 \end_layout
2969
2970 \end_inset
2971 </cell>
2972 </row>
2973 <row>
2974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2975 \begin_inset Text
2976
2977 \begin_layout Plain Layout
2978
2979 \backslash
2980 cases
2981 \begin_inset space \textvisiblespace{}
2982 \end_inset
2983
2984 A
2985 \begin_inset Formula $\to$
2986 \end_inset
2987
2988 B
2989 \begin_inset Formula $>$
2990 \end_inset
2991
2992 0
2993 \begin_inset Index idx
2994 status collapsed
2995
2996 \begin_layout Plain Layout
2997 こまんど@コマンド ! C ! 
2998 \backslash
2999 cases
3000 \end_layout
3001
3002 \end_inset
3003
3004
3005 \end_layout
3006
3007 \end_inset
3008 </cell>
3009 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3010 \begin_inset Text
3011
3012 \begin_layout Plain Layout
3013 \begin_inset Formula $\begin{cases}
3014 A & B>0\end{cases}$
3015 \end_inset
3016
3017
3018 \end_layout
3019
3020 \end_inset
3021 </cell>
3022 </row>
3023 <row>
3024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3025 \begin_inset Text
3026
3027 \begin_layout Plain Layout
3028
3029 \backslash
3030 cases
3031 \begin_inset space \textvisiblespace{}
3032 \end_inset
3033
3034
3035 \begin_inset Info
3036 type  "shortcut"
3037 arg   "newline-insert newline"
3038 \end_inset
3039
3040
3041 \end_layout
3042
3043 \end_inset
3044 </cell>
3045 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3046 \begin_inset Text
3047
3048 \begin_layout Plain Layout
3049 \begin_inset Formula $\begin{cases}
3050 A & \textrm{for }x>0\\
3051 B & \textrm{for }x=0
3052 \end{cases}$
3053 \end_inset
3054
3055
3056 \end_layout
3057
3058 \end_inset
3059 </cell>
3060 </row>
3061 </lyxtabular>
3062
3063 \end_inset
3064
3065
3066 \end_layout
3067
3068 \begin_layout Standard
3069
3070 \series bold
3071
3072 \backslash
3073 cases
3074 \series default
3075 を挿入するか数式ツールバーボタン
3076 \begin_inset Info
3077 type  "icon"
3078 arg   "math-insert \\cases"
3079 \end_inset
3080
3081 を使用した後では、
3082 \begin_inset Flex Ruby
3083 status collapsed
3084
3085 \begin_layout Plain Layout
3086 捷径
3087 \begin_inset Argument post:1
3088 status collapsed
3089
3090 \begin_layout Plain Layout
3091 ショートカット
3092 \end_layout
3093
3094 \end_inset
3095
3096
3097 \end_layout
3098
3099 \end_inset
3100
3101
3102 \begin_inset Info
3103 type  "shortcut"
3104 arg   "newline-insert newline"
3105 \end_inset
3106
3107 か表ツールバーボタン
3108 \begin_inset Info
3109 type  "icon"
3110 arg   "inset-modify tabular append-row"
3111 \end_inset
3112
3113 を使えば、新しい行を作ることができます。
3114 \end_layout
3115
3116 \begin_layout Standard
3117 コマンド
3118 \series bold
3119
3120 \backslash
3121 cases
3122 \series default
3123 は、
3124 \family sans
3125 挿入\SpecialChar \menuseparator
3126 数式\SpecialChar \menuseparator
3127 Cases環境
3128 \family default
3129 メニューで挿入することもできます。
3130 \end_layout
3131
3132 \begin_layout Subsection
3133 否定
3134 \begin_inset Index idx
3135 status collapsed
3136
3137 \begin_layout Plain Layout
3138 ひてい@否定
3139 \end_layout
3140
3141 \end_inset
3142
3143
3144 \end_layout
3145
3146 \begin_layout Standard
3147
3148 \series bold
3149
3150 \backslash
3151 not
3152 \series default
3153
3154 \begin_inset Index idx
3155 status collapsed
3156
3157 \begin_layout Plain Layout
3158 こまんど@コマンド ! N ! 
3159 \backslash
3160 not
3161 \end_layout
3162
3163 \end_inset
3164
3165 を挿入することで、すべての文字を取り消し形で表示できます。文字はスラッシュを上書きされた形になります。
3166 \end_layout
3167
3168 \begin_layout Standard
3169 \align center
3170 \begin_inset Tabular
3171 <lyxtabular version="3" rows="4" columns="2">
3172 <features rotate="0" tabularvalignment="middle">
3173 <column alignment="center" valignment="top" width="0pt">
3174 <column alignment="center" valignment="top" width="0pt">
3175 <row>
3176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3177 \begin_inset Text
3178
3179 \begin_layout Plain Layout
3180 コマンド
3181 \end_layout
3182
3183 \end_inset
3184 </cell>
3185 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3186 \begin_inset Text
3187
3188 \begin_layout Plain Layout
3189 出力
3190 \end_layout
3191
3192 \end_inset
3193 </cell>
3194 </row>
3195 <row>
3196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3197 \begin_inset Text
3198
3199 \begin_layout Plain Layout
3200
3201 \backslash
3202 not=
3203 \end_layout
3204
3205 \end_inset
3206 </cell>
3207 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3208 \begin_inset Text
3209
3210 \begin_layout Plain Layout
3211 \begin_inset Formula $\not=$
3212 \end_inset
3213
3214
3215 \end_layout
3216
3217 \end_inset
3218 </cell>
3219 </row>
3220 <row>
3221 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3222 \begin_inset Text
3223
3224 \begin_layout Plain Layout
3225
3226 \backslash
3227 not 
3228 \backslash
3229 le
3230 \end_layout
3231
3232 \end_inset
3233 </cell>
3234 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3235 \begin_inset Text
3236
3237 \begin_layout Plain Layout
3238 \begin_inset Formula $\not\le$
3239 \end_inset
3240
3241
3242 \end_layout
3243
3244 \end_inset
3245 </cell>
3246 </row>
3247 <row>
3248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3249 \begin_inset Text
3250
3251 \begin_layout Plain Layout
3252
3253 \backslash
3254 not 
3255 \backslash
3256 parallel
3257 \end_layout
3258
3259 \end_inset
3260 </cell>
3261 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3262 \begin_inset Text
3263
3264 \begin_layout Plain Layout
3265 \begin_inset Formula $\not\parallel$
3266 \end_inset
3267
3268
3269 \end_layout
3270
3271 \end_inset
3272 </cell>
3273 </row>
3274 </lyxtabular>
3275
3276 \end_inset
3277
3278
3279 \end_layout
3280
3281 \begin_layout Standard
3282 最後の例が示すように、すべての否定形がきれいに出力されるわけではありません。このことから、否定形に専用のコマンドを持つものもあります(第
3283 \begin_inset CommandInset ref
3284 LatexCommand ref
3285 reference "sub:数学記号"
3286
3287 \end_inset
3288
3289 節および第
3290 \begin_inset CommandInset ref
3291 LatexCommand ref
3292 reference "sec:関係子"
3293
3294 \end_inset
3295
3296 節を参照)。
3297 \end_layout
3298
3299 \begin_layout Subsection
3300 埋め草
3301 \begin_inset CommandInset label
3302 LatexCommand label
3303 name "sub:埋め草"
3304
3305 \end_inset
3306
3307
3308 \begin_inset Index idx
3309 status collapsed
3310
3311 \begin_layout Plain Layout
3312 うめくさ@埋め草
3313 \end_layout
3314
3315 \end_inset
3316
3317
3318 \begin_inset Index idx
3319 status collapsed
3320
3321 \begin_layout Plain Layout
3322 かがくきごう@化学記号 ! どういたい@同位体
3323 \end_layout
3324
3325 \end_inset
3326
3327
3328 \begin_inset Index idx
3329 status collapsed
3330
3331 \begin_layout Plain Layout
3332 どういたい@同位体|see
3333 \begin_inset ERT
3334 status collapsed
3335
3336 \begin_layout Plain Layout
3337
3338 {
3339 \end_layout
3340
3341 \end_inset
3342
3343 化学記号
3344 \begin_inset ERT
3345 status collapsed
3346
3347 \begin_layout Plain Layout
3348
3349 }
3350 \end_layout
3351
3352 \end_inset
3353
3354
3355 \end_layout
3356
3357 \end_inset
3358
3359
3360 \begin_inset Index idx
3361 status collapsed
3362
3363 \begin_layout Plain Layout
3364 あいそとーぷ@アイソトープ|see
3365 \begin_inset ERT
3366 status collapsed
3367
3368 \begin_layout Plain Layout
3369
3370 {
3371 \end_layout
3372
3373 \end_inset
3374
3375 同位体
3376 \begin_inset ERT
3377 status collapsed
3378
3379 \begin_layout Plain Layout
3380
3381 }
3382 \end_layout
3383
3384 \end_inset
3385
3386
3387 \end_layout
3388
3389 \end_inset
3390
3391
3392 \end_layout
3393
3394 \begin_layout Standard
3395 たとえば同位体
3396 \begin_inset Foot
3397 status collapsed
3398
3399 \begin_layout Plain Layout
3400 同位体と化学記号の組版に関しては、第
3401 \begin_inset CommandInset ref
3402 LatexCommand ref
3403 reference "sub:化学記号と化学式"
3404
3405 \end_inset
3406
3407 節に記述があります。
3408 \end_layout
3409
3410 \end_inset
3411
3412 を表示しようとすると、次のような問題が起こります。
3413 \end_layout
3414
3415 \begin_layout Standard
3416 \align center
3417 \begin_inset Tabular
3418 <lyxtabular version="3" rows="2" columns="2">
3419 <features rotate="0" tabularvalignment="middle">
3420 <column alignment="center" valignment="top" width="0pt">
3421 <column alignment="center" valignment="top" width="0pt">
3422 <row>
3423 <cell alignment="center" valignment="top" usebox="none">
3424 \begin_inset Text
3425
3426 \begin_layout Plain Layout
3427 上付き文字と下付き文字を使用して作った指数:
3428 \end_layout
3429
3430 \end_inset
3431 </cell>
3432 <cell alignment="center" valignment="top" usebox="none">
3433 \begin_inset Text
3434
3435 \begin_layout Plain Layout
3436 \begin_inset Formula $_{9}^{19}\mathrm{F}\raisebox{-3mm}{}$
3437 \end_inset
3438
3439
3440 \end_layout
3441
3442 \end_inset
3443 </cell>
3444 </row>
3445 <row>
3446 <cell alignment="center" valignment="top" usebox="none">
3447 \begin_inset Text
3448
3449 \begin_layout Plain Layout
3450 正しい指数:
3451 \end_layout
3452
3453 \end_inset
3454 </cell>
3455 <cell alignment="center" valignment="top" usebox="none">
3456 \begin_inset Text
3457
3458 \begin_layout Plain Layout
3459 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3460 \end_inset
3461
3462
3463 \end_layout
3464
3465 \end_inset
3466 </cell>
3467 </row>
3468 </lyxtabular>
3469
3470 \end_inset
3471
3472
3473 \begin_inset Note Note
3474 status collapsed
3475
3476 \begin_layout Plain Layout
3477 ここで
3478 \series bold
3479
3480 \backslash
3481 raisebox
3482 \series default
3483 はスペーサーとして使用しているだけです。
3484 \end_layout
3485
3486 \end_inset
3487
3488
3489 \end_layout
3490
3491 \begin_layout Standard
3492 短い方の指数は、既定で、長い方の指数の一文字目の下ないし上に配置されてしまいます。これを避けるには、一文字ないし複数の空の文字を生成するコマンド
3493 \series bold
3494
3495 \backslash
3496 phantom
3497 \series default
3498
3499 \begin_inset Index idx
3500 status collapsed
3501
3502 \begin_layout Plain Layout
3503 こまんど@コマンド ! P ! 
3504 \backslash
3505 phantom
3506 \end_layout
3507
3508 \end_inset
3509
3510 や数式ツールバーボタン
3511 \begin_inset Foot
3512 status collapsed
3513
3514 \begin_layout Plain Layout
3515 ツールバーボタン
3516 \begin_inset Info
3517 type  "icon"
3518 arg   "math-insert \\space"
3519 \end_inset
3520
3521 の小メニューに入っています。
3522 \end_layout
3523
3524 \end_inset
3525
3526
3527 \begin_inset Graphics
3528         filename ../../images/math/phantom.png
3529         scale 85
3530
3531 \end_inset
3532
3533 があります。
3534 \series bold
3535
3536 \backslash
3537 phantom
3538 \series default
3539 を挿入すると、二つの赤い矢印が重なった青枠が表示されます。矢印は、箱の中身の幅と高さの両方が、埋め草(指定した文字と同じ大きさの余白を確保するために使われる空打
3540 ち文字)として適用されることを示しています。したがって、
3541 \series bold
3542
3543 \backslash
3544 phantom
3545 \series default
3546 の作る文字は、箱の中身の文字の大きさを持つ埋め草となります。
3547 \end_layout
3548
3549 \begin_layout Standard
3550 \align center
3551 \begin_inset Tabular
3552 <lyxtabular version="3" rows="4" columns="2">
3553 <features rotate="0" tabularvalignment="middle">
3554 <column alignment="center" valignment="top">
3555 <column alignment="center" valignment="top">
3556 <row>
3557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3558 \begin_inset Text
3559
3560 \begin_layout Plain Layout
3561 コマンド
3562 \end_layout
3563
3564 \end_inset
3565 </cell>
3566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3567 \begin_inset Text
3568
3569 \begin_layout Plain Layout
3570 出力
3571 \begin_inset Note Note
3572 status collapsed
3573
3574 \begin_layout Plain Layout
3575 ここで
3576 \series bold
3577
3578 \backslash
3579 raisebox
3580 \series default
3581 はスペーサーとして使用しているだけです。
3582 \end_layout
3583
3584 \end_inset
3585
3586
3587 \end_layout
3588
3589 \end_inset
3590 </cell>
3591 </row>
3592 <row>
3593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3594 \begin_inset Text
3595
3596 \begin_layout Plain Layout
3597 ^19
3598 \begin_inset space \textvisiblespace{}
3599 \end_inset
3600
3601 _
3602 \backslash
3603 phantom
3604 \begin_inset space \textvisiblespace{}
3605 \end_inset
3606
3607 1
3608 \begin_inset Formula $\to$
3609 \end_inset
3610
3611 9
3612 \begin_inset space \textvisiblespace{}
3613 \end_inset
3614
3615 F
3616 \end_layout
3617
3618 \end_inset
3619 </cell>
3620 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3621 \begin_inset Text
3622
3623 \begin_layout Plain Layout
3624 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\mathrm{F}\raisebox{-2.5mm}{}$
3625 \end_inset
3626
3627
3628 \end_layout
3629
3630 \end_inset
3631 </cell>
3632 </row>
3633 <row>
3634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3635 \begin_inset Text
3636
3637 \begin_layout Plain Layout
3638 ^235
3639 \begin_inset space \textvisiblespace{}
3640 \end_inset
3641
3642 _
3643 \backslash
3644 phantom
3645 \begin_inset space \textvisiblespace{}
3646 \end_inset
3647
3648 23
3649 \begin_inset Formula $\to$
3650 \end_inset
3651
3652 9
3653 \begin_inset space \textvisiblespace{}
3654 \end_inset
3655
3656 F
3657 \end_layout
3658
3659 \end_inset
3660 </cell>
3661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3662 \begin_inset Text
3663
3664 \begin_layout Plain Layout
3665 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\mathrm{F}\raisebox{-2.5mm}{}$
3666 \end_inset
3667
3668
3669 \end_layout
3670
3671 \end_inset
3672 </cell>
3673 </row>
3674 <row>
3675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3676 \begin_inset Text
3677
3678 \begin_layout Plain Layout
3679
3680 \backslash
3681 Lambda^
3682 \begin_inset space \textvisiblespace{}
3683 \end_inset
3684
3685
3686 \backslash
3687 phantom
3688 \begin_inset space \textvisiblespace{}
3689 \end_inset
3690
3691 ii
3692 \begin_inset Formula $\to$
3693 \end_inset
3694
3695 t
3696 \begin_inset space \textvisiblespace{}
3697 \end_inset
3698
3699 _MMt
3700 \end_layout
3701
3702 \end_inset
3703 </cell>
3704 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3705 \begin_inset Text
3706
3707 \begin_layout Plain Layout
3708 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3709 \end_inset
3710
3711
3712 \end_layout
3713
3714 \end_inset
3715 </cell>
3716 </row>
3717 </lyxtabular>
3718
3719 \end_inset
3720
3721
3722 \end_layout
3723
3724 \begin_layout Standard
3725 さらに、
3726 \series bold
3727
3728 \backslash
3729 vphantom
3730 \series default
3731
3732 \begin_inset Index idx
3733 status collapsed
3734
3735 \begin_layout Plain Layout
3736 こまんど@コマンド ! V ! 
3737 \backslash
3738 vphantom
3739 \end_layout
3740
3741 \end_inset
3742
3743 (ツールバーボタン
3744 \begin_inset space ~
3745 \end_inset
3746
3747
3748 \begin_inset Graphics
3749         filename ../../images/math/vphantom.png
3750         scale 85
3751
3752 \end_inset
3753
3754 )および
3755 \series bold
3756
3757 \backslash
3758 hphantom
3759 \series default
3760
3761 \begin_inset Index idx
3762 status collapsed
3763
3764 \begin_layout Plain Layout
3765 こまんど@コマンド ! H ! 
3766 \backslash
3767 hphantom
3768 \end_layout
3769
3770 \end_inset
3771
3772 (ツールバーボタン
3773 \begin_inset space ~
3774 \end_inset
3775
3776
3777 \begin_inset Graphics
3778         filename ../../images/math/hphantom.png
3779         scale 85
3780
3781 \end_inset
3782
3783 )というコマンドもあります。
3784 \series bold
3785
3786 \backslash
3787 vphantom
3788 \series default
3789 は、枠内部の文字の最大高のみの空白を作り、幅は考慮しません。
3790 \series bold
3791
3792 \backslash
3793 hphantom
3794 \series default
3795 は、枠の内容の幅のみの空白を作ります。このことから、これらの枠は一本の赤矢印のみで表示されます。
3796 \end_layout
3797
3798 \begin_layout Standard
3799 たとえば、
3800 \series bold
3801
3802 \backslash
3803 vphantom
3804 \series default
3805
3806 \begin_inset space \textvisiblespace{}
3807 \end_inset
3808
3809
3810 \series bold
3811 a
3812 \backslash
3813 int
3814 \series default
3815 は、積分記号
3816 \begin_inset Foot
3817 status collapsed
3818
3819 \begin_layout Plain Layout
3820
3821 \series bold
3822
3823 \backslash
3824 int
3825 \series default
3826 コマンドは、積分記号を生成します。第
3827 \begin_inset CommandInset ref
3828 LatexCommand ref
3829 reference "sub:大演算子"
3830
3831 \end_inset
3832
3833 節を参照してください。
3834 \end_layout
3835
3836 \end_inset
3837
3838 が最大高の文字なので、積分記号の高さを持つ空白を作ります。実際の適用例については、第
3839 \begin_inset CommandInset ref
3840 LatexCommand ref
3841 reference "sub:多行にわたる括弧"
3842
3843 \end_inset
3844
3845 節を参照してください。
3846 \end_layout
3847
3848 \begin_layout Standard
3849 埋め草は、メニュー
3850 \family sans
3851 挿入\SpecialChar \menuseparator
3852 整形\SpecialChar \menuseparator
3853 埋め草
3854 \family default
3855 を使えば、以下のように本文中でも使用することができます。
3856 \end_layout
3857
3858 \begin_layout Standard
3859 これは本文です。
3860 \begin_inset Newline newline
3861 \end_inset
3862
3863
3864 \begin_inset Phantom Phantom
3865 status open
3866
3867 \begin_layout Plain Layout
3868 これは
3869 \end_layout
3870
3871 \end_inset
3872
3873 本文です。
3874 \end_layout
3875
3876 \begin_layout Subsection
3877 横線
3878 \begin_inset Index idx
3879 status collapsed
3880
3881 \begin_layout Plain Layout
3882 よこせん@横線
3883 \end_layout
3884
3885 \end_inset
3886
3887
3888 \begin_inset Index idx
3889 status collapsed
3890
3891 \begin_layout Plain Layout
3892 すうしき@数式 ! かせん@下線
3893 \end_layout
3894
3895 \end_inset
3896
3897
3898 \begin_inset Index idx
3899 status collapsed
3900
3901 \begin_layout Plain Layout
3902 ぼうせん@棒線|see
3903 \begin_inset ERT
3904 status collapsed
3905
3906 \begin_layout Plain Layout
3907
3908 {
3909 \end_layout
3910
3911 \end_inset
3912
3913 横線
3914 \begin_inset ERT
3915 status collapsed
3916
3917 \begin_layout Plain Layout
3918
3919 }
3920 \end_layout
3921
3922 \end_inset
3923
3924
3925 \end_layout
3926
3927 \end_inset
3928
3929
3930 \end_layout
3931
3932 \begin_layout Standard
3933 \align center
3934 \begin_inset Tabular
3935 <lyxtabular version="3" rows="4" columns="2">
3936 <features rotate="0" tabularvalignment="middle">
3937 <column alignment="center" valignment="top" width="0pt">
3938 <column alignment="center" valignment="top" width="0pt">
3939 <row>
3940 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3941 \begin_inset Text
3942
3943 \begin_layout Plain Layout
3944 コマンド
3945 \end_layout
3946
3947 \end_inset
3948 </cell>
3949 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3950 \begin_inset Text
3951
3952 \begin_layout Plain Layout
3953 出力
3954 \begin_inset Note Note
3955 status collapsed
3956
3957 \begin_layout Plain Layout
3958 ここで
3959 \series bold
3960
3961 \backslash
3962 raisebox
3963 \series default
3964 はスペーサーとして使用しているだけです。
3965 \end_layout
3966
3967 \end_inset
3968
3969
3970 \end_layout
3971
3972 \end_inset
3973 </cell>
3974 </row>
3975 <row>
3976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3977 \begin_inset Text
3978
3979 \begin_layout Plain Layout
3980
3981 \backslash
3982 overline
3983 \begin_inset space \textvisiblespace{}
3984 \end_inset
3985
3986 A+B
3987 \begin_inset Index idx
3988 status collapsed
3989
3990 \begin_layout Plain Layout
3991 こまんど@コマンド ! O ! 
3992 \backslash
3993 overline
3994 \end_layout
3995
3996 \end_inset
3997
3998
3999 \end_layout
4000
4001 \end_inset
4002 </cell>
4003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4004 \begin_inset Text
4005
4006 \begin_layout Plain Layout
4007 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
4008 \end_inset
4009
4010
4011 \end_layout
4012
4013 \end_inset
4014 </cell>
4015 </row>
4016 <row>
4017 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4018 \begin_inset Text
4019
4020 \begin_layout Plain Layout
4021
4022 \backslash
4023 underline
4024 \begin_inset space \textvisiblespace{}
4025 \end_inset
4026
4027 A+B
4028 \begin_inset Index idx
4029 status collapsed
4030
4031 \begin_layout Plain Layout
4032 こまんど@コマンド ! U ! 
4033 \backslash
4034 underline
4035 \end_layout
4036
4037 \end_inset
4038
4039
4040 \end_layout
4041
4042 \end_inset
4043 </cell>
4044 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4045 \begin_inset Text
4046
4047 \begin_layout Plain Layout
4048 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
4049 \end_inset
4050
4051
4052 \end_layout
4053
4054 \end_inset
4055 </cell>
4056 </row>
4057 <row>
4058 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4059 \begin_inset Text
4060
4061 \begin_layout Plain Layout
4062
4063 \backslash
4064 overline
4065 \begin_inset space \textvisiblespace{}
4066 \end_inset
4067
4068
4069 \backslash
4070 underline
4071 \begin_inset space \textvisiblespace{}
4072 \end_inset
4073
4074 A+B
4075 \end_layout
4076
4077 \end_inset
4078 </cell>
4079 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4080 \begin_inset Text
4081
4082 \begin_layout Plain Layout
4083 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
4084 \end_inset
4085
4086
4087 \end_layout
4088
4089 \end_inset
4090 </cell>
4091 </row>
4092 </lyxtabular>
4093
4094 \end_inset
4095
4096
4097 \end_layout
4098
4099 \begin_layout Standard
4100 上記最後の例では、先に
4101 \series bold
4102
4103 \backslash
4104 overline
4105 \series default
4106 が来ようが
4107 \series bold
4108
4109 \backslash
4110 underline
4111 \series default
4112 が来ようが、関係ありません。
4113 \end_layout
4114
4115 \begin_layout Standard
4116 二重下線を引くには、
4117 \series bold
4118
4119 \backslash
4120 underline
4121 \series default
4122 を二回使います。
4123 \end_layout
4124
4125 \begin_layout Standard
4126 文字の上下6本の線まで引くことができます。
4127 \end_layout
4128
4129 \begin_layout Standard
4130 \begin_inset VSpace bigskip
4131 \end_inset
4132
4133 自製の線は、以下の書式を持つ
4134 \series bold
4135
4136 \backslash
4137 rule
4138 \series default
4139
4140 \begin_inset Index idx
4141 status collapsed
4142
4143 \begin_layout Plain Layout
4144 こまんど@こまんど ! R ! 
4145 \backslash
4146 rule
4147 \end_layout
4148
4149 \end_inset
4150
4151 コマンドで作成することができます。
4152 \end_layout
4153
4154 \begin_layout Standard
4155
4156 \series bold
4157
4158 \backslash
4159 rule[垂直オフセット幅]{長さ}{厚み}
4160 \end_layout
4161
4162 \begin_layout Standard
4163 オプションの
4164 \series bold
4165 「垂直オフセット幅
4166 \series default
4167 」は、行を上方に(値が負であれば下方に)移動させます。値としては、第
4168 \begin_inset CommandInset ref
4169 LatexCommand ref
4170 reference "tab:使用できる単位"
4171
4172 \end_inset
4173
4174 表に掲げてある単位を用いることができます。以下に、
4175 \begin_inset Newline newline
4176 \end_inset
4177
4178
4179 \series bold
4180
4181 \backslash
4182 rule[-2ex]{3cm}{2pt}
4183 \series default
4184  および 
4185 \series bold
4186
4187 \backslash
4188 rule{2cm}{1pt}
4189 \begin_inset Newline newline
4190 \end_inset
4191
4192
4193 \series default
4194 というコマンドを用いて作成したふたつの例を例示します。
4195 \end_layout
4196
4197 \begin_layout Standard
4198 この行には、
4199 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4200 \end_inset
4201
4202 二本の線があります。
4203 \end_layout
4204
4205 \begin_layout Standard
4206
4207 \backslash
4208 ruleは、メニュー
4209 \family sans
4210 挿入\SpecialChar \menuseparator
4211 整形\SpecialChar \menuseparator
4212 水平線
4213 \family default
4214 を使っても、本文に挿入することができます。
4215 \end_layout
4216
4217 \begin_layout Standard
4218 これは一行の
4219 \begin_inset CommandInset line
4220 LatexCommand rule
4221 offset "0.5ex"
4222 width "3cm"
4223 height "1pt"
4224
4225 \end_inset
4226
4227 文章です。
4228 \end_layout
4229
4230 \begin_layout Subsection
4231 省略符号
4232 \begin_inset CommandInset label
4233 LatexCommand label
4234 name "sub:省略符号"
4235
4236 \end_inset
4237
4238
4239 \begin_inset Index idx
4240 status collapsed
4241
4242 \begin_layout Plain Layout
4243 しょうりゃくふごう@省略符号
4244 \end_layout
4245
4246 \end_inset
4247
4248
4249 \end_layout
4250
4251 \begin_layout Standard
4252 省略符号には、いくつかの種類が使用できます
4253 \begin_inset Foot
4254 status collapsed
4255
4256 \begin_layout Plain Layout
4257 数式ツールバー中の
4258 \begin_inset Info
4259 type  "icon"
4260 arg   "math-insert \\ldots"
4261 \end_inset
4262
4263 ボタンで表示されている小メニューです。
4264 \end_layout
4265
4266 \end_inset
4267
4268 。列挙のためには、ベースラインの点々(
4269 \series bold
4270
4271 \backslash
4272 ldots
4273 \series default
4274
4275 \begin_inset Index idx
4276 status collapsed
4277
4278 \begin_layout Plain Layout
4279 こまんど@コマンド ! L ! 
4280 \backslash
4281 ldots
4282 \end_layout
4283
4284 \end_inset
4285
4286 )を使用しますが、演算子の場合は、演算子と同じ高さの点々(
4287 \series bold
4288
4289 \backslash
4290 cdots
4291 \series default
4292
4293 \begin_inset Index idx
4294 status collapsed
4295
4296 \begin_layout Plain Layout
4297 こまんど@コマンド ! C ! 
4298 \backslash
4299 cdots
4300 \end_layout
4301
4302 \end_inset
4303
4304 )が必要です。
4305 \series bold
4306
4307 \backslash
4308 dots
4309 \series default
4310
4311 \begin_inset Index idx
4312 status collapsed
4313
4314 \begin_layout Plain Layout
4315 こまんど@コマンド ! D ! 
4316 \backslash
4317 dots
4318 \end_layout
4319
4320 \end_inset
4321
4322 コマンドを使うと、LaTeXは次に来る文字がどのような種類の文字であるかによって、自動的にどの種類を使うかを選択します。
4323 \end_layout
4324
4325 \begin_layout Standard
4326 \align center
4327 \begin_inset Tabular
4328 <lyxtabular version="3" rows="9" columns="2">
4329 <features rotate="0" tabularvalignment="middle">
4330 <column alignment="center" valignment="top" width="0pt">
4331 <column alignment="center" valignment="top" width="0pt">
4332 <row>
4333 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4334 \begin_inset Text
4335
4336 \begin_layout Plain Layout
4337 コマンド
4338 \end_layout
4339
4340 \end_inset
4341 </cell>
4342 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4343 \begin_inset Text
4344
4345 \begin_layout Plain Layout
4346 出力
4347 \end_layout
4348
4349 \end_inset
4350 </cell>
4351 </row>
4352 <row>
4353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4354 \begin_inset Text
4355
4356 \begin_layout Plain Layout
4357 A_1
4358 \begin_inset space \textvisiblespace{}
4359 \end_inset
4360
4361 ,
4362 \backslash
4363 dots
4364 \begin_inset space \textvisiblespace{}
4365 \end_inset
4366
4367 ,A_n
4368 \end_layout
4369
4370 \end_inset
4371 </cell>
4372 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4373 \begin_inset Text
4374
4375 \begin_layout Plain Layout
4376 \begin_inset Formula $A_{1},\dots,A_{n}$
4377 \end_inset
4378
4379
4380 \end_layout
4381
4382 \end_inset
4383 </cell>
4384 </row>
4385 <row>
4386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4387 \begin_inset Text
4388
4389 \begin_layout Plain Layout
4390 A_1
4391 \begin_inset space \textvisiblespace{}
4392 \end_inset
4393
4394 +
4395 \backslash
4396 dots
4397 \begin_inset space \textvisiblespace{}
4398 \end_inset
4399
4400 +A_n
4401 \end_layout
4402
4403 \end_inset
4404 </cell>
4405 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4406 \begin_inset Text
4407
4408 \begin_layout Plain Layout
4409 \begin_inset Formula $A_{1}+\dots+A_{n}$
4410 \end_inset
4411
4412
4413 \end_layout
4414
4415 \end_inset
4416 </cell>
4417 </row>
4418 <row>
4419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4420 \begin_inset Text
4421
4422 \begin_layout Plain Layout
4423 A_1
4424 \begin_inset space \textvisiblespace{}
4425 \end_inset
4426
4427 ,
4428 \backslash
4429 ldots
4430 \begin_inset space \textvisiblespace{}
4431 \end_inset
4432
4433 ,A_n
4434 \end_layout
4435
4436 \end_inset
4437 </cell>
4438 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4439 \begin_inset Text
4440
4441 \begin_layout Plain Layout
4442 \begin_inset Formula $A_{1},\ldots,A_{n}$
4443 \end_inset
4444
4445
4446 \end_layout
4447
4448 \end_inset
4449 </cell>
4450 </row>
4451 <row>
4452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4453 \begin_inset Text
4454
4455 \begin_layout Plain Layout
4456 A_1
4457 \begin_inset space \textvisiblespace{}
4458 \end_inset
4459
4460 +
4461 \backslash
4462 cdots
4463 \begin_inset space \textvisiblespace{}
4464 \end_inset
4465
4466 +A_n
4467 \end_layout
4468
4469 \end_inset
4470 </cell>
4471 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4472 \begin_inset Text
4473
4474 \begin_layout Plain Layout
4475 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4476 \end_inset
4477
4478
4479 \end_layout
4480
4481 \end_inset
4482 </cell>
4483 </row>
4484 <row>
4485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4486 \begin_inset Text
4487
4488 \begin_layout Plain Layout
4489
4490 \backslash
4491 vdots
4492 \end_layout
4493
4494 \end_inset
4495 </cell>
4496 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4497 \begin_inset Text
4498
4499 \begin_layout Plain Layout
4500 \begin_inset Formula $\vdots$
4501 \end_inset
4502
4503
4504 \end_layout
4505
4506 \end_inset
4507 </cell>
4508 </row>
4509 <row>
4510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4511 \begin_inset Text
4512
4513 \begin_layout Plain Layout
4514
4515 \backslash
4516 ddots
4517 \end_layout
4518
4519 \end_inset
4520 </cell>
4521 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4522 \begin_inset Text
4523
4524 \begin_layout Plain Layout
4525 \begin_inset Formula $\ddots$
4526 \end_inset
4527
4528
4529 \end_layout
4530
4531 \end_inset
4532 </cell>
4533 </row>
4534 <row>
4535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4536 \begin_inset Text
4537
4538 \begin_layout Plain Layout
4539
4540 \backslash
4541 iddots
4542 \end_layout
4543
4544 \end_inset
4545 </cell>
4546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4547 \begin_inset Text
4548
4549 \begin_layout Plain Layout
4550 \begin_inset Formula $\iddots$
4551 \end_inset
4552
4553
4554 \end_layout
4555
4556 \end_inset
4557 </cell>
4558 </row>
4559 <row>
4560 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4561 \begin_inset Text
4562
4563 \begin_layout Plain Layout
4564 いろいろな点々を使った
4565 \begin_inset Formula $3\times3$
4566 \end_inset
4567
4568 行列
4569 \end_layout
4570
4571 \end_inset
4572 </cell>
4573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4574 \begin_inset Text
4575
4576 \begin_layout Plain Layout
4577 \begin_inset Formula $\begin{array}{ccc}
4578 A_{11} & \cdots & A_{1m}\\
4579 \vdots & \ddots & \vdots\\
4580 A_{n1} & \cdots & A_{nm}
4581 \end{array}$
4582 \end_inset
4583
4584
4585 \end_layout
4586
4587 \end_inset
4588 </cell>
4589 </row>
4590 </lyxtabular>
4591
4592 \end_inset
4593
4594
4595 \end_layout
4596
4597 \begin_layout Standard
4598
4599 \family sans
4600 挿入\SpecialChar \menuseparator
4601 省略符号
4602 \family default
4603 メニューで挿入される省略符号は
4604 \series bold
4605
4606 \backslash
4607 ldots
4608 \series default
4609 です。
4610 \end_layout
4611
4612 \begin_layout Standard
4613 \begin_inset VSpace medskip
4614 \end_inset
4615
4616
4617 \series bold
4618
4619 \backslash
4620 iddots
4621 \series default
4622 を使うには、文書設定の
4623 \family sans
4624 数式オプション
4625 \family default
4626 にある
4627 \family sans
4628 mathdotsパッケージを(自動的に)使う
4629 \family default
4630 オプションのうちいずれかを有効にしなくてはなりません。
4631 \begin_inset Newline newline
4632 \end_inset
4633
4634
4635 \family sans
4636 mathdotsパッケージを使う
4637 \family default
4638 オプションを使用すると、文書中のフォント様式や寸法が既定値でないときのあらゆるドットの表示が改善されます。
4639 \end_layout
4640
4641 \begin_layout Standard
4642 \begin_inset VSpace medskip
4643 \end_inset
4644
4645 とくに行列には、複数列にわたることのできる省略符号があります。これは、以下の書式を持つ
4646 \series bold
4647
4648 \backslash
4649 hdotsfor
4650 \series default
4651
4652 \begin_inset Index idx
4653 status collapsed
4654
4655 \begin_layout Plain Layout
4656 こまんど@コマンド ! H ! 
4657 \backslash
4658 hdotsfor
4659 \end_layout
4660
4661 \end_inset
4662
4663 コマンドで作ることができます。
4664 \end_layout
4665
4666 \begin_layout Standard
4667
4668 \series bold
4669
4670 \backslash
4671 hdotsfor[距離]{列数}
4672 \end_layout
4673
4674 \begin_layout Standard
4675 ここで「列数」は、何列に広げるかを指定します。「距離」は、点々のあいだの距離を示す因子です。
4676 \end_layout
4677
4678 \begin_layout Standard
4679 以下の行列では、2行目の1つ目の枠に
4680 \series bold
4681
4682 \backslash
4683 hdotsfor[2]{4}
4684 \series default
4685 を挿入して、
4686 \series bold
4687
4688 \backslash
4689 dots
4690 \series default
4691 コマンドの2倍の点間距離を持つ省略符号を挿入しています。
4692 \begin_inset Formula 
4693 \[
4694 \left(\begin{array}{cccc}
4695 A & B & C & D\\
4696 \hdotsfor[2]{4}\\
4697 q & w & e & r
4698 \end{array}\right)
4699 \]
4700
4701 \end_inset
4702
4703 省略符号を広げる対象となる行列フィールドは空白にしておく必要があることに注意して下さい。さもないとLaTeXエラーが発生します。
4704 \end_layout
4705
4706 \begin_layout Standard
4707 \begin_inset VSpace bigskip
4708 \end_inset
4709
4710 さらに、
4711 \series bold
4712
4713 \backslash
4714 dotfill
4715 \series default
4716
4717 \begin_inset Index idx
4718 status collapsed
4719
4720 \begin_layout Plain Layout
4721 こまんど@コマンド ! D ! 
4722 \backslash
4723 dotfill
4724 \end_layout
4725
4726 \end_inset
4727
4728 コマンドを使えば、行の残りを点々で埋めることもできます。このコマンドの働きは、
4729 \series bold
4730
4731 \backslash
4732 hfill
4733 \series default
4734 と同様のものです。第
4735 \begin_inset CommandInset ref
4736 LatexCommand ref
4737 reference "sub:可変長の空白"
4738
4739 \end_inset
4740
4741 節をご参照下さい。
4742 \end_layout
4743
4744 \begin_layout Standard
4745 たとえば、
4746 \series bold
4747 A
4748 \backslash
4749 dotfill
4750 \begin_inset space \textvisiblespace{}
4751 \end_inset
4752
4753 B
4754 \series default
4755 コマンドは、
4756 \end_layout
4757
4758 \begin_layout Standard
4759 \begin_inset Formula $A\dotfill B$
4760 \end_inset
4761
4762
4763 \end_layout
4764
4765 \begin_layout Standard
4766 のようになります。点々を使う
4767 \series bold
4768
4769 \backslash
4770 dotfill
4771 \series default
4772 の直線版として、
4773 \series bold
4774
4775 \backslash
4776 hrulefill
4777 \series default
4778
4779 \begin_inset Index idx
4780 status collapsed
4781
4782 \begin_layout Plain Layout
4783 こまんど@コマンド ! H ! 
4784 \backslash
4785 hrulefill
4786 \end_layout
4787
4788 \end_inset
4789
4790
4791 \end_layout
4792
4793 \begin_layout Standard
4794 \begin_inset Formula $A\hrulefill B$
4795 \end_inset
4796
4797
4798 \end_layout
4799
4800 \begin_layout Standard
4801 があります。これらのコマンドを本文で使用するには、これらのコマンドはTeXモードで挿入される必要があります。
4802 \end_layout
4803
4804 \begin_layout Section
4805 行列
4806 \begin_inset CommandInset label
4807 LatexCommand label
4808 name "sec:行列"
4809
4810 \end_inset
4811
4812
4813 \begin_inset Index idx
4814 status collapsed
4815
4816 \begin_layout Plain Layout
4817 ぎょうれつ@行列
4818 \end_layout
4819
4820 \end_inset
4821
4822
4823 \end_layout
4824
4825 \begin_layout Standard
4826 行列は、数式ツールバーボタンの
4827 \begin_inset Info
4828 type  "icon"
4829 arg   "dialog-show mathmatrix"
4830 \end_inset
4831
4832
4833 \family sans
4834 挿入\SpecialChar \menuseparator
4835 数式\SpecialChar \menuseparator
4836 行列
4837 \family default
4838 メニューで挿入することができます。すると、行列の行数・列数・配置方法・装飾を尋ねられます。ここで垂直配置は、行内数式内の行列でのみ意味を持ちます。
4839 \end_layout
4840
4841 \begin_layout Standard
4842 最初の行列は「上」配置
4843 \begin_inset Formula $\begin{array}[t]{cccc}
4844 A & D & G & J\\
4845 B & E & H & K\\
4846 C & F & I & L
4847 \end{array}$
4848 \end_inset
4849
4850 で、二番目は「中央」配置
4851 \begin_inset Formula $\begin{array}{cccc}
4852 A & D & G & J\\
4853 B & E & H & K\\
4854 C & F & I & L
4855 \end{array}$
4856 \end_inset
4857
4858 、三番目は「下」配置
4859 \begin_inset Formula $\begin{array}[b]{cccc}
4860 A & D & G & J\\
4861 B & E & H & K\\
4862 C & F & I & L
4863 \end{array}$
4864 \end_inset
4865
4866 です。
4867 \end_layout
4868
4869 \begin_layout Standard
4870 水平配置は、各列がどのように配置されるべきかを指定します。これは、各列に対応した文字を一つずつ入力することによって設定します。
4871 \emph on
4872 l
4873 \emph default
4874 は左寄せ、
4875 \emph on
4876 c
4877 \emph default
4878 は中央揃え、
4879 \emph on
4880 r
4881 \emph default
4882 は右寄せを意味します。たとえば、第1列が左寄せで第2列と第3列が中央揃え、第4列が右揃えの
4883 \begin_inset Formula $4\times4$
4884 \end_inset
4885
4886 行列を作成するには、水平配置のところに
4887 \series bold
4888 lccr
4889 \series default
4890 と入力します。通常、行列では各列は中央揃えですから、各列の既定値は
4891 \series bold
4892 c
4893 \series default
4894 です。
4895 \end_layout
4896
4897 \begin_layout Standard
4898 水平行列の例です。
4899 \end_layout
4900
4901 \begin_layout Standard
4902
4903 \series bold
4904 lll
4905 \series default
4906  : 
4907 \begin_inset Formula $\begin{array}{lll}
4908 10000 & D & G\\
4909 B & 10000 & H\\
4910 C & F & 10000
4911 \end{array}$
4912 \end_inset
4913
4914  , 
4915 \series bold
4916 ccc
4917 \series default
4918  : 
4919 \begin_inset Formula $\begin{array}{ccc}
4920 10000 & D & G\\
4921 B & 10000 & H\\
4922 C & F & 10000
4923 \end{array}$
4924 \end_inset
4925
4926  , 
4927 \series bold
4928 rrr
4929 \series default
4930  : 
4931 \begin_inset Formula $\begin{array}{rrr}
4932 10000 & D & G\\
4933 B & 10000 & H\\
4934 C & F & 10000
4935 \end{array}$
4936 \end_inset
4937
4938
4939 \end_layout
4940
4941 \begin_layout Standard
4942 つづいて行や列を追加したり削除したりするには、数式ツールバーボタンの
4943 \begin_inset Info
4944 type  "icon"
4945 arg   "inset-modify tabular append-row"
4946 \end_inset
4947
4948
4949 \begin_inset Info
4950 type  "icon"
4951 arg   "inset-modify tabular delete-row"
4952 \end_inset
4953
4954 などや
4955 \family sans
4956 編集\SpecialChar \menuseparator
4957 行と列
4958 \family default
4959 メニューを使用することができます。また、行は
4960 \begin_inset Info
4961 type  "shortcut"
4962 arg   "newline-insert newline"
4963 \end_inset
4964
4965 で作成することもできます。
4966 \end_layout
4967
4968 \begin_layout Standard
4969 \begin_inset VSpace bigskip
4970 \end_inset
4971
4972
4973 \end_layout
4974
4975 \begin_layout Standard
4976
4977 \family sans
4978 装飾
4979 \family default
4980 は、行列の前後に選択した様式の括弧を加えます。他にも括弧は、
4981 \series bold
4982
4983 \backslash
4984 left
4985 \series default
4986
4987 \begin_inset Index idx
4988 status collapsed
4989
4990 \begin_layout Plain Layout
4991 こまんど@コマンド ! L ! 
4992 \backslash
4993 left
4994 \end_layout
4995
4996 \end_inset
4997
4998 コマンドや
4999 \series bold
5000
5001 \backslash
5002 right
5003 \series default
5004
5005 \begin_inset Index idx
5006 status collapsed
5007
5008 \begin_layout Plain Layout
5009 こまんど@コマンド ! R ! 
5010 \backslash
5011 right
5012 \end_layout
5013
5014 \end_inset
5015
5016 コマンドで作成することもできます(
5017 \begin_inset Flex Ruby
5018 status collapsed
5019
5020 \begin_layout Plain Layout
5021 捷径
5022 \begin_inset Argument post:1
5023 status collapsed
5024
5025 \begin_layout Plain Layout
5026 ショートカット
5027 \end_layout
5028
5029 \end_inset
5030
5031
5032 \end_layout
5033
5034 \end_inset
5035
5036
5037 \family sans
5038 Alt+M
5039 \begin_inset space ~
5040 \end_inset
5041
5042 括弧
5043 \family default
5044 )。第
5045 \begin_inset CommandInset ref
5046 LatexCommand ref
5047 reference "sub:自動の括弧丈"
5048
5049 \end_inset
5050
5051 節を参照してください。あるいは、以下のコマンドを使うこともできます。
5052 \begin_inset VSpace medskip
5053 \end_inset
5054
5055
5056 \end_layout
5057
5058 \begin_layout Standard
5059 \begin_inset space \hfill{}
5060 \end_inset
5061
5062
5063 \begin_inset Tabular
5064 <lyxtabular version="3" rows="4" columns="2">
5065 <features rotate="0" tabularvalignment="middle">
5066 <column alignment="center" valignment="top">
5067 <column alignment="center" valignment="top">
5068 <row>
5069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5070 \begin_inset Text
5071
5072 \begin_layout Plain Layout
5073 コマンド
5074 \end_layout
5075
5076 \end_inset
5077 </cell>
5078 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5079 \begin_inset Text
5080
5081 \begin_layout Plain Layout
5082 出力
5083 \begin_inset Note Note
5084 status collapsed
5085
5086 \begin_layout Plain Layout
5087 ここで
5088 \series bold
5089
5090 \backslash
5091 raisebox
5092 \series default
5093 はスペーサーとして使用しているだけです。
5094 \end_layout
5095
5096 \end_inset
5097
5098
5099 \end_layout
5100
5101 \end_inset
5102 </cell>
5103 </row>
5104 <row>
5105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5106 \begin_inset Text
5107
5108 \begin_layout Plain Layout
5109
5110 \backslash
5111 bmatrix
5112 \begin_inset space \textvisiblespace{}
5113 \end_inset
5114
5115
5116 \begin_inset Formula $2\times2$
5117 \end_inset
5118
5119 行列
5120 \end_layout
5121
5122 \end_inset
5123 </cell>
5124 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5125 \begin_inset Text
5126
5127 \begin_layout Plain Layout
5128 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5129 0 & \textrm{-}\mathrm{i}\\
5130 \mathrm{i} & 0
5131 \end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5132 \end_inset
5133
5134
5135 \end_layout
5136
5137 \end_inset
5138 </cell>
5139 </row>
5140 <row>
5141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5142 \begin_inset Text
5143
5144 \begin_layout Plain Layout
5145
5146 \backslash
5147 Bmatrix
5148 \begin_inset space \textvisiblespace{}
5149 \end_inset
5150
5151
5152 \begin_inset Formula $2\times2$
5153 \end_inset
5154
5155 行列
5156 \end_layout
5157
5158 \end_inset
5159 </cell>
5160 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5161 \begin_inset Text
5162
5163 \begin_layout Plain Layout
5164 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5165 0 & \textrm{-}\mathrm{i}\\
5166 \mathrm{i} & 0
5167 \end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5168 \end_inset
5169
5170
5171 \end_layout
5172
5173 \end_inset
5174 </cell>
5175 </row>
5176 <row>
5177 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5178 \begin_inset Text
5179
5180 \begin_layout Plain Layout
5181
5182 \backslash
5183 pmatrix
5184 \begin_inset space \textvisiblespace{}
5185 \end_inset
5186
5187
5188 \begin_inset Formula $2\times2$
5189 \end_inset
5190
5191 行列
5192 \end_layout
5193
5194 \end_inset
5195 </cell>
5196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5197 \begin_inset Text
5198
5199 \begin_layout Plain Layout
5200 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5201 0 & \textrm{-}\mathrm{i}\\
5202 \mathrm{i} & 0
5203 \end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5204 \end_inset
5205
5206
5207 \end_layout
5208
5209 \end_inset
5210 </cell>
5211 </row>
5212 </lyxtabular>
5213
5214 \end_inset
5215
5216
5217 \begin_inset space \hfill{}
5218 \end_inset
5219
5220
5221 \begin_inset Tabular
5222 <lyxtabular version="3" rows="4" columns="2">
5223 <features rotate="0" tabularvalignment="middle">
5224 <column alignment="center" valignment="top">
5225 <column alignment="center" valignment="top">
5226 <row>
5227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5228 \begin_inset Text
5229
5230 \begin_layout Plain Layout
5231 コマンド
5232 \end_layout
5233
5234 \end_inset
5235 </cell>
5236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5237 \begin_inset Text
5238
5239 \begin_layout Plain Layout
5240 出力
5241 \end_layout
5242
5243 \end_inset
5244 </cell>
5245 </row>
5246 <row>
5247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5248 \begin_inset Text
5249
5250 \begin_layout Plain Layout
5251
5252 \backslash
5253 vmatrix
5254 \begin_inset space \textvisiblespace{}
5255 \end_inset
5256
5257
5258 \begin_inset Formula $2\times2$
5259 \end_inset
5260
5261 行列
5262 \end_layout
5263
5264 \end_inset
5265 </cell>
5266 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5267 \begin_inset Text
5268
5269 \begin_layout Plain Layout
5270 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5271 0 & \textrm{-}\mathrm{i}\\
5272 \mathrm{i} & 0
5273 \end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5274 \end_inset
5275
5276
5277 \end_layout
5278
5279 \end_inset
5280 </cell>
5281 </row>
5282 <row>
5283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5284 \begin_inset Text
5285
5286 \begin_layout Plain Layout
5287
5288 \backslash
5289 Vmatrix
5290 \begin_inset space \textvisiblespace{}
5291 \end_inset
5292
5293
5294 \begin_inset Formula $2\times2$
5295 \end_inset
5296
5297 行列
5298 \end_layout
5299
5300 \end_inset
5301 </cell>
5302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5303 \begin_inset Text
5304
5305 \begin_layout Plain Layout
5306 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5307 0 & \textrm{-}\mathrm{i}\\
5308 \mathrm{i} & 0
5309 \end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5310 \end_inset
5311
5312
5313 \end_layout
5314
5315 \end_inset
5316 </cell>
5317 </row>
5318 <row>
5319 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5320 \begin_inset Text
5321
5322 \begin_layout Plain Layout
5323
5324 \backslash
5325 matrix
5326 \begin_inset space \textvisiblespace{}
5327 \end_inset
5328
5329
5330 \begin_inset Formula $2\times2$
5331 \end_inset
5332
5333 行列
5334 \end_layout
5335
5336 \end_inset
5337 </cell>
5338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5339 \begin_inset Text
5340
5341 \begin_layout Plain Layout
5342 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5343 0 & \textrm{-}\mathrm{i}\\
5344 \mathrm{i} & 0
5345 \end{array}\end{matrix}\raisebox{-5.3mm}{}$
5346 \end_inset
5347
5348
5349 \end_layout
5350
5351 \end_inset
5352 </cell>
5353 </row>
5354 </lyxtabular>
5355
5356 \end_inset
5357
5358
5359 \begin_inset space \hfill{}
5360 \end_inset
5361
5362
5363 \end_layout
5364
5365 \begin_layout Standard
5366 \begin_inset VSpace medskip
5367 \end_inset
5368
5369 たとえば
5370 \series bold
5371
5372 \backslash
5373 vmatrix
5374 \series default
5375 などを挿入すると、青枠が二つの垂直線のあいだに現れるので、そこに行列を挿入することができます。
5376 \end_layout
5377
5378 \begin_layout Standard
5379 \begin_inset VSpace bigskip
5380 \end_inset
5381
5382 じつは多行数式はすべて行列なので、行列の各列の間隔を変更するには、第
5383 \begin_inset CommandInset ref
5384 LatexCommand ref
5385 reference "sub:列間"
5386
5387 \end_inset
5388
5389 節に説明されている距離
5390 \series bold
5391
5392 \backslash
5393 arraycolsep
5394 \series default
5395
5396 \begin_inset Index idx
5397 status collapsed
5398
5399 \begin_layout Plain Layout
5400 こまんど@コマンド ! A ! 
5401 \backslash
5402 arraycolsep
5403 \end_layout
5404
5405 \end_inset
5406
5407 をここでも使用することができます。
5408 \end_layout
5409
5410 \begin_layout Standard
5411 行間隔を変更するには、
5412 \series bold
5413
5414 \backslash
5415 arraystretch
5416 \series default
5417
5418 \begin_inset Index idx
5419 status collapsed
5420
5421 \begin_layout Plain Layout
5422 こまんど@コマンド ! A ! 
5423 \backslash
5424 arraystretch
5425 \end_layout
5426
5427 \end_inset
5428
5429 コマンドを使用します。以下のようにして使用します。
5430 \end_layout
5431
5432 \begin_layout Standard
5433
5434 \series bold
5435
5436 \backslash
5437 renewcommand{
5438 \backslash
5439 arraystretch}{伸長因子}
5440 \begin_inset Index idx
5441 status collapsed
5442
5443 \begin_layout Plain Layout
5444 こまんど@コマンド ! R ! 
5445 \backslash
5446 renewcommand
5447 \end_layout
5448
5449 \end_inset
5450
5451
5452 \end_layout
5453
5454 \begin_layout Standard
5455
5456 \series bold
5457
5458 \backslash
5459 renewcommand
5460 \series default
5461 コマンドは、伸長因子を定義済みの
5462 \series bold
5463
5464 \backslash
5465 arraystretch
5466 \series default
5467 コマンドに割り当てます。たとえば行間隔を2倍にするには、因子として2を指定して下さい。すると、以降の行列すべてにこれが使用されるようになります。元の間隔に戻すに
5468 は、
5469 \series bold
5470
5471 \backslash
5472 arraystretch
5473 \series default
5474 に因子1を割り当てて下さい。
5475 \end_layout
5476
5477 \begin_layout Standard
5478 本文行中に行列を入れるには、
5479 \series bold
5480
5481 \backslash
5482 smallmatrix
5483 \series default
5484
5485 \begin_inset Index idx
5486 status collapsed
5487
5488 \begin_layout Plain Layout
5489 こまんど@コマンド ! S ! 
5490 \backslash
5491 smallmatrix
5492 \end_layout
5493
5494 \end_inset
5495
5496 コマンドを使います。これを挿入すると、二つの点線に囲まれた青枠が現れます。この枠のなかに行列を入れることができます。
5497 \end_layout
5498
5499 \begin_layout Standard
5500 これは、本文行中の行列
5501 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5502 C & D
5503 \end{smallmatrix}\right)$
5504 \end_inset
5505
5506 です。
5507 \end_layout
5508
5509 \begin_layout Section
5510 括弧と区分記号
5511 \begin_inset Index idx
5512 status collapsed
5513
5514 \begin_layout Plain Layout
5515 かっこ@括弧
5516 \end_layout
5517
5518 \end_inset
5519
5520
5521 \begin_inset Index idx
5522 status collapsed
5523
5524 \begin_layout Plain Layout
5525 くぶんきごう@区分記号
5526 \end_layout
5527
5528 \end_inset
5529
5530
5531 \end_layout
5532
5533 \begin_layout Subsection
5534 垂直括弧と区分記号
5535 \begin_inset Index idx
5536 status collapsed
5537
5538 \begin_layout Plain Layout
5539 かっこ@括弧 ! すいちょく@垂直
5540 \end_layout
5541
5542 \end_inset
5543
5544
5545 \end_layout
5546
5547 \begin_layout Standard
5548 \begin_inset space \hfill{}
5549 \end_inset
5550
5551
5552 \begin_inset Tabular
5553 <lyxtabular version="3" rows="9" columns="2">
5554 <features rotate="0" tabularvalignment="middle">
5555 <column alignment="center" valignment="top" width="0pt">
5556 <column alignment="center" valignment="top" width="0pt">
5557 <row>
5558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5559 \begin_inset Text
5560
5561 \begin_layout Plain Layout
5562 コマンド
5563 \end_layout
5564
5565 \end_inset
5566 </cell>
5567 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5568 \begin_inset Text
5569
5570 \begin_layout Plain Layout
5571 出力
5572 \end_layout
5573
5574 \end_inset
5575 </cell>
5576 </row>
5577 <row>
5578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5579 \begin_inset Text
5580
5581 \begin_layout Plain Layout
5582 (
5583 \end_layout
5584
5585 \end_inset
5586 </cell>
5587 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5588 \begin_inset Text
5589
5590 \begin_layout Plain Layout
5591 \begin_inset Formula $($
5592 \end_inset
5593
5594
5595 \end_layout
5596
5597 \end_inset
5598 </cell>
5599 </row>
5600 <row>
5601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5602 \begin_inset Text
5603
5604 \begin_layout Plain Layout
5605 {
5606 \end_layout
5607
5608 \end_inset
5609 </cell>
5610 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5611 \begin_inset Text
5612
5613 \begin_layout Plain Layout
5614 \begin_inset Formula $\{$
5615 \end_inset
5616
5617
5618 \end_layout
5619
5620 \end_inset
5621 </cell>
5622 </row>
5623 <row>
5624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5625 \begin_inset Text
5626
5627 \begin_layout Plain Layout
5628 [
5629 \end_layout
5630
5631 \end_inset
5632 </cell>
5633 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5634 \begin_inset Text
5635
5636 \begin_layout Plain Layout
5637 \begin_inset Formula $[$
5638 \end_inset
5639
5640
5641 \end_layout
5642
5643 \end_inset
5644 </cell>
5645 </row>
5646 <row>
5647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5648 \begin_inset Text
5649
5650 \begin_layout Plain Layout
5651
5652 \backslash
5653 langle
5654 \end_layout
5655
5656 \end_inset
5657 </cell>
5658 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5659 \begin_inset Text
5660
5661 \begin_layout Plain Layout
5662 \begin_inset Formula $\langle$
5663 \end_inset
5664
5665
5666 \end_layout
5667
5668 \end_inset
5669 </cell>
5670 </row>
5671 <row>
5672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5673 \begin_inset Text
5674
5675 \begin_layout Plain Layout
5676
5677 \backslash
5678 lceil
5679 \end_layout
5680
5681 \end_inset
5682 </cell>
5683 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5684 \begin_inset Text
5685
5686 \begin_layout Plain Layout
5687 \begin_inset Formula $\lceil$
5688 \end_inset
5689
5690
5691 \end_layout
5692
5693 \end_inset
5694 </cell>
5695 </row>
5696 <row>
5697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5698 \begin_inset Text
5699
5700 \begin_layout Plain Layout
5701
5702 \backslash
5703 lfloor
5704 \end_layout
5705
5706 \end_inset
5707 </cell>
5708 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5709 \begin_inset Text
5710
5711 \begin_layout Plain Layout
5712 \begin_inset Formula $\lfloor$
5713 \end_inset
5714
5715
5716 \end_layout
5717
5718 \end_inset
5719 </cell>
5720 </row>
5721 <row>
5722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5723 \begin_inset Text
5724
5725 \begin_layout Plain Layout
5726 /
5727 \end_layout
5728
5729 \end_inset
5730 </cell>
5731 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5732 \begin_inset Text
5733
5734 \begin_layout Plain Layout
5735 \begin_inset Formula $/$
5736 \end_inset
5737
5738
5739 \end_layout
5740
5741 \end_inset
5742 </cell>
5743 </row>
5744 <row>
5745 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5746 \begin_inset Text
5747
5748 \begin_layout Plain Layout
5749 \begin_inset Formula $|$
5750 \end_inset
5751
5752
5753 \end_layout
5754
5755 \end_inset
5756 </cell>
5757 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5758 \begin_inset Text
5759
5760 \begin_layout Plain Layout
5761 \begin_inset Formula $|$
5762 \end_inset
5763
5764
5765 \end_layout
5766
5767 \end_inset
5768 </cell>
5769 </row>
5770 </lyxtabular>
5771
5772 \end_inset
5773
5774
5775 \begin_inset space \hfill{}
5776 \end_inset
5777
5778
5779 \begin_inset Tabular
5780 <lyxtabular version="3" rows="9" columns="2">
5781 <features rotate="0" tabularvalignment="middle">
5782 <column alignment="center" valignment="top" width="0pt">
5783 <column alignment="center" valignment="top" width="0pt">
5784 <row>
5785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5786 \begin_inset Text
5787
5788 \begin_layout Plain Layout
5789 コマンド
5790 \end_layout
5791
5792 \end_inset
5793 </cell>
5794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5795 \begin_inset Text
5796
5797 \begin_layout Plain Layout
5798 出力
5799 \end_layout
5800
5801 \end_inset
5802 </cell>
5803 </row>
5804 <row>
5805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5806 \begin_inset Text
5807
5808 \begin_layout Plain Layout
5809 )
5810 \end_layout
5811
5812 \end_inset
5813 </cell>
5814 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5815 \begin_inset Text
5816
5817 \begin_layout Plain Layout
5818 \begin_inset Formula $)$
5819 \end_inset
5820
5821
5822 \end_layout
5823
5824 \end_inset
5825 </cell>
5826 </row>
5827 <row>
5828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5829 \begin_inset Text
5830
5831 \begin_layout Plain Layout
5832 }
5833 \end_layout
5834
5835 \end_inset
5836 </cell>
5837 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5838 \begin_inset Text
5839
5840 \begin_layout Plain Layout
5841 \begin_inset Formula $\}$
5842 \end_inset
5843
5844
5845 \end_layout
5846
5847 \end_inset
5848 </cell>
5849 </row>
5850 <row>
5851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5852 \begin_inset Text
5853
5854 \begin_layout Plain Layout
5855 ]
5856 \end_layout
5857
5858 \end_inset
5859 </cell>
5860 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5861 \begin_inset Text
5862
5863 \begin_layout Plain Layout
5864 \begin_inset Formula $]$
5865 \end_inset
5866
5867
5868 \end_layout
5869
5870 \end_inset
5871 </cell>
5872 </row>
5873 <row>
5874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5875 \begin_inset Text
5876
5877 \begin_layout Plain Layout
5878
5879 \backslash
5880 rangle
5881 \end_layout
5882
5883 \end_inset
5884 </cell>
5885 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5886 \begin_inset Text
5887
5888 \begin_layout Plain Layout
5889 \begin_inset Formula $\rangle$
5890 \end_inset
5891
5892
5893 \end_layout
5894
5895 \end_inset
5896 </cell>
5897 </row>
5898 <row>
5899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5900 \begin_inset Text
5901
5902 \begin_layout Plain Layout
5903
5904 \backslash
5905 rceil
5906 \end_layout
5907
5908 \end_inset
5909 </cell>
5910 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5911 \begin_inset Text
5912
5913 \begin_layout Plain Layout
5914 \begin_inset Formula $\rceil$
5915 \end_inset
5916
5917
5918 \end_layout
5919
5920 \end_inset
5921 </cell>
5922 </row>
5923 <row>
5924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5925 \begin_inset Text
5926
5927 \begin_layout Plain Layout
5928
5929 \backslash
5930 rfloor
5931 \end_layout
5932
5933 \end_inset
5934 </cell>
5935 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5936 \begin_inset Text
5937
5938 \begin_layout Plain Layout
5939 \begin_inset Formula $\rfloor$
5940 \end_inset
5941
5942
5943 \end_layout
5944
5945 \end_inset
5946 </cell>
5947 </row>
5948 <row>
5949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5950 \begin_inset Text
5951
5952 \begin_layout Plain Layout
5953
5954 \backslash
5955
5956 \backslash
5957
5958 \end_layout
5959
5960 \end_inset
5961 </cell>
5962 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5963 \begin_inset Text
5964
5965 \begin_layout Plain Layout
5966 \begin_inset Formula $\backslash$
5967 \end_inset
5968
5969
5970 \end_layout
5971
5972 \end_inset
5973 </cell>
5974 </row>
5975 <row>
5976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5977 \begin_inset Text
5978
5979 \begin_layout Plain Layout
5980
5981 \backslash
5982
5983 \begin_inset Formula $|$
5984 \end_inset
5985
5986
5987 \end_layout
5988
5989 \end_inset
5990 </cell>
5991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5992 \begin_inset Text
5993
5994 \begin_layout Plain Layout
5995 \begin_inset Formula $\|$
5996 \end_inset
5997
5998
5999 \end_layout
6000
6001 \end_inset
6002 </cell>
6003 </row>
6004 </lyxtabular>
6005
6006 \end_inset
6007
6008
6009 \begin_inset space \hfill{}
6010 \end_inset
6011
6012
6013 \end_layout
6014
6015 \begin_layout Standard
6016 \begin_inset Note Greyedout
6017 status open
6018
6019 \begin_layout Plain Layout
6020
6021 \series bold
6022 【註】
6023 \series default
6024 TeXモードでは、
6025 \backslash
6026
6027 \backslash
6028 コマンドはその場所に改行を入れてしまうので、バックスラッシュを入力するには
6029 \series bold
6030
6031 \backslash
6032 textbackslash
6033 \series default
6034
6035 \begin_inset Index idx
6036 status collapsed
6037
6038 \begin_layout Plain Layout
6039 こまんど@コマンド! T ! 
6040 \backslash
6041 textbackslash
6042 \end_layout
6043
6044 \end_inset
6045
6046 を使わなくてはなりません。
6047 \end_layout
6048
6049 \end_inset
6050
6051
6052 \end_layout
6053
6054 \begin_layout Standard
6055 上に列挙した文字すべてについて、以下の二小節で説明されているコマンドを使って、大きさを調整することができます。これらのコマンドを使用するにあたっては、
6056 \series bold
6057
6058 \backslash
6059 langle
6060 \series default
6061
6062 \series bold
6063
6064 \backslash
6065 rangle
6066 \series default
6067 コマンドを使用せずに
6068 \begin_inset Formula $<$
6069 \end_inset
6070
6071
6072 \begin_inset Formula $>$
6073 \end_inset
6074
6075 の文字を直接使用することができます。
6076 \end_layout
6077
6078 \begin_layout Subsubsection
6079 手動の括弧丈
6080 \begin_inset CommandInset label
6081 LatexCommand label
6082 name "sub:手動の括弧丈"
6083
6084 \end_inset
6085
6086
6087 \begin_inset Index idx
6088 status collapsed
6089
6090 \begin_layout Plain Layout
6091 かっこたけ@括弧丈 ! しゅどう@手動
6092 \end_layout
6093
6094 \end_inset
6095
6096
6097 \end_layout
6098
6099 \begin_layout Standard
6100 括弧の丈は、LaTeXコマンドの
6101 \series bold
6102
6103 \backslash
6104 big
6105 \series default
6106
6107 \begin_inset Index idx
6108 status collapsed
6109
6110 \begin_layout Plain Layout
6111 こまんど@コマンド ! B ! 
6112 \backslash
6113 big
6114 \end_layout
6115
6116 \end_inset
6117
6118
6119 \series bold
6120
6121 \backslash
6122 Big
6123 \series default
6124
6125 \series bold
6126
6127 \backslash
6128 bigg
6129 \series default
6130 および
6131 \series bold
6132
6133 \backslash
6134 Bigg
6135 \series default
6136 を使って、手動で指定することができます。
6137 \series bold
6138
6139 \backslash
6140 big
6141 \series default
6142 が最小の大きさであり、
6143 \series bold
6144
6145 \backslash
6146 Bigg
6147 \series default
6148 が最大の括弧丈になります。
6149 \end_layout
6150
6151 \begin_layout Standard
6152 これらのコマンドは、括弧の階層を強調するのに使われます。
6153 \end_layout
6154
6155 \begin_layout Standard
6156 \align center
6157 \begin_inset Tabular
6158 <lyxtabular version="3" rows="2" columns="2">
6159 <features rotate="0" tabularvalignment="middle">
6160 <column alignment="center" valignment="top" width="0pt">
6161 <column alignment="center" valignment="top" width="0pt">
6162 <row>
6163 <cell alignment="center" valignment="top" usebox="none">
6164 \begin_inset Text
6165
6166 \begin_layout Plain Layout
6167 すべての括弧が同じ大きさ:
6168 \end_layout
6169
6170 \end_inset
6171 </cell>
6172 <cell alignment="center" valignment="top" usebox="none">
6173 \begin_inset Text
6174
6175 \begin_layout Plain Layout
6176 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox{-4mm}{}$
6177 \end_inset
6178
6179
6180 \end_layout
6181
6182 \end_inset
6183 </cell>
6184 </row>
6185 <row>
6186 <cell alignment="center" valignment="top" usebox="none">
6187 \begin_inset Text
6188
6189 \begin_layout Plain Layout
6190 こちらの方が良い:
6191 \end_layout
6192
6193 \end_inset
6194 </cell>
6195 <cell alignment="center" valignment="top" usebox="none">
6196 \begin_inset Text
6197
6198 \begin_layout Plain Layout
6199 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6200 \end_inset
6201
6202
6203 \end_layout
6204
6205 \end_inset
6206 </cell>
6207 </row>
6208 </lyxtabular>
6209
6210 \end_inset
6211
6212
6213 \begin_inset Note Note
6214 status collapsed
6215
6216 \begin_layout Plain Layout
6217 ここで
6218 \series bold
6219
6220 \backslash
6221 raisebox
6222 \series default
6223 はスペーサーとして使用しているだけです。
6224 \end_layout
6225
6226 \end_inset
6227
6228
6229 \end_layout
6230
6231 \begin_layout Standard
6232 二つ目の数式では、
6233 \series bold
6234
6235 \backslash
6236 Big((A+B)(A-B)
6237 \backslash
6238 Big)^
6239 \begin_inset space \textvisiblespace{}
6240 \end_inset
6241
6242 C
6243 \series default
6244 というコマンドが使われています。
6245 \end_layout
6246
6247 \begin_layout Standard
6248 以下は、すべての括弧丈の羅列です。
6249 \end_layout
6250
6251 \begin_layout Standard
6252 \align center
6253
6254 \backslash
6255 Bigg(
6256 \backslash
6257 exp
6258 \backslash
6259 bigg
6260 \begin_inset Formula $<$
6261 \end_inset
6262
6263
6264 \backslash
6265 Big[
6266 \backslash
6267 big{
6268 \backslash
6269 ln(3x)
6270 \backslash
6271 big}^2
6272 \begin_inset space \textvisiblespace{}
6273 \end_inset
6274
6275
6276 \backslash
6277 sin(x)
6278 \backslash
6279 Big]^
6280 \begin_inset space \textvisiblespace{}
6281 \end_inset
6282
6283 A
6284 \begin_inset space \textvisiblespace{}
6285 \end_inset
6286
6287
6288 \backslash
6289 bigg
6290 \begin_inset Formula $>$
6291 \end_inset
6292
6293
6294 \backslash
6295 Bigg)^0,5
6296 \end_layout
6297
6298 \begin_layout Standard
6299 \align center
6300 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6301 \end_inset
6302
6303
6304 \end_layout
6305
6306 \begin_layout Standard
6307
6308 \series bold
6309
6310 \backslash
6311 big
6312 \series default
6313 型コマンドの他に、括弧と中身のあいだにもう少し空白を加える
6314 \series bold
6315
6316 \backslash
6317 bigm
6318 \series default
6319
6320 \begin_inset Index idx
6321 status collapsed
6322
6323 \begin_layout Plain Layout
6324 こまんど@コマンド ! B ! 
6325 \backslash
6326 bigm
6327 \end_layout
6328
6329 \end_inset
6330
6331 という派生型と、空白を追加しない
6332 \series bold
6333
6334 \backslash
6335 bigl
6336 \series default
6337 -
6338 \series bold
6339
6340 \backslash
6341 bigr
6342 \series default
6343
6344 \begin_inset Index idx
6345 status collapsed
6346
6347 \begin_layout Plain Layout
6348 こまんど@コマンド ! B ! 
6349 \backslash
6350 bigl - 
6351 \backslash
6352 bigr
6353 \end_layout
6354
6355 \end_inset
6356
6357 派生型があります。
6358 \series bold
6359
6360 \backslash
6361 bigl
6362 \series default
6363 コマンドの最後の
6364 \emph on
6365 l
6366 \emph default
6367 は、左括弧であることを示し、右括弧の場合には、
6368 \emph on
6369 l
6370 \emph default
6371 の代わりに
6372 \emph on
6373 r
6374 \emph default
6375 を用います。左括弧と右括弧は、それぞれ括弧の開始と終了に用いられます。
6376 \end_layout
6377
6378 \begin_layout Standard
6379 以下の表は、これらの派生型の比較です。
6380 \end_layout
6381
6382 \begin_layout Standard
6383 \align center
6384 \begin_inset Tabular
6385 <lyxtabular version="3" rows="5" columns="2">
6386 <features rotate="0" tabularvalignment="middle">
6387 <column alignment="center" valignment="middle">
6388 <column alignment="center" valignment="middle">
6389 <row>
6390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6391 \begin_inset Text
6392
6393 \begin_layout Plain Layout
6394 コマンド
6395 \end_layout
6396
6397 \end_inset
6398 </cell>
6399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6400 \begin_inset Text
6401
6402 \begin_layout Plain Layout
6403 出力
6404 \begin_inset Note Note
6405 status collapsed
6406
6407 \begin_layout Plain Layout
6408 ここで
6409 \series bold
6410
6411 \backslash
6412 raisebox
6413 \series default
6414 はスペーサーとして使用しているだけです。
6415 \end_layout
6416
6417 \end_inset
6418
6419
6420 \end_layout
6421
6422 \end_inset
6423 </cell>
6424 </row>
6425 <row>
6426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6427 \begin_inset Text
6428
6429 \begin_layout Plain Layout
6430
6431 \backslash
6432 Bigm(
6433 \backslash
6434 bigm(
6435 \backslash
6436 ln(3x)
6437 \backslash
6438 bigm)^2
6439 \series bold
6440
6441 \begin_inset space \textvisiblespace{}
6442 \end_inset
6443
6444
6445 \series default
6446
6447 \backslash
6448 Bigm)
6449 \end_layout
6450
6451 \end_inset
6452 </cell>
6453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6454 \begin_inset Text
6455
6456 \begin_layout Plain Layout
6457 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6458 \end_inset
6459
6460
6461 \end_layout
6462
6463 \end_inset
6464 </cell>
6465 </row>
6466 <row>
6467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6468 \begin_inset Text
6469
6470 \begin_layout Plain Layout
6471
6472 \backslash
6473 Big(
6474 \backslash
6475 big(
6476 \backslash
6477 ln(3x)
6478 \backslash
6479 big)^2
6480 \series bold
6481
6482 \begin_inset space \textvisiblespace{}
6483 \end_inset
6484
6485
6486 \series default
6487
6488 \backslash
6489 Big)
6490 \end_layout
6491
6492 \end_inset
6493 </cell>
6494 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6495 \begin_inset Text
6496
6497 \begin_layout Plain Layout
6498 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
6499 \end_inset
6500
6501
6502 \end_layout
6503
6504 \end_inset
6505 </cell>
6506 </row>
6507 <row>
6508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6509 \begin_inset Text
6510
6511 \begin_layout Plain Layout
6512
6513 \backslash
6514 Bigl(
6515 \backslash
6516 bigl(
6517 \backslash
6518 ln(3x)
6519 \backslash
6520 bigr)^2
6521 \series bold
6522
6523 \begin_inset space \textvisiblespace{}
6524 \end_inset
6525
6526
6527 \series default
6528
6529 \backslash
6530 Bigr)
6531 \end_layout
6532
6533 \end_inset
6534 </cell>
6535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6536 \begin_inset Text
6537
6538 \begin_layout Plain Layout
6539 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.25mm}{}$
6540 \end_inset
6541
6542
6543 \end_layout
6544
6545 \end_inset
6546 </cell>
6547 </row>
6548 <row>
6549 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6550 \begin_inset Text
6551
6552 \begin_layout Plain Layout
6553
6554 \backslash
6555 bigl)
6556 \backslash
6557 ln(3x)
6558 \backslash
6559 bigr(
6560 \end_layout
6561
6562 \end_inset
6563 </cell>
6564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6565 \begin_inset Text
6566
6567 \begin_layout Plain Layout
6568 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
6569 \end_inset
6570
6571
6572 \end_layout
6573
6574 \end_inset
6575 </cell>
6576 </row>
6577 </lyxtabular>
6578
6579 \end_inset
6580
6581
6582 \end_layout
6583
6584 \begin_layout Subsubsection
6585 自動の括弧丈
6586 \begin_inset CommandInset label
6587 LatexCommand label
6588 name "sub:自動の括弧丈"
6589
6590 \end_inset
6591
6592
6593 \begin_inset Index idx
6594 status collapsed
6595
6596 \begin_layout Plain Layout
6597 かっこたけ@括弧丈 ! じどう@自動
6598 \end_layout
6599
6600 \end_inset
6601
6602
6603 \end_layout
6604
6605 \begin_layout Standard
6606 可変の丈を持つ括弧は、
6607 \series bold
6608
6609 \backslash
6610 left
6611 \series default
6612
6613 \begin_inset Index idx
6614 status collapsed
6615
6616 \begin_layout Plain Layout
6617 こまんど@コマンド ! L ! 
6618 \backslash
6619 left
6620 \end_layout
6621
6622 \end_inset
6623
6624 コマンドおよび
6625 \series bold
6626
6627 \backslash
6628 right
6629 \series default
6630
6631 \begin_inset Index idx
6632 status collapsed
6633
6634 \begin_layout Plain Layout
6635 こまんど@コマンド ! R ! 
6636 \backslash
6637 right
6638 \end_layout
6639
6640 \end_inset
6641
6642 コマンド、あるいは数式ツールバーボタンの
6643 \begin_inset Info
6644 type  "icon"
6645 arg   "dialog-show mathdelimiter"
6646 \end_inset
6647
6648 で挿入することができます。
6649 \series bold
6650
6651 \backslash
6652 left
6653 \series default
6654 および
6655 \series bold
6656
6657 \backslash
6658 right
6659 \series default
6660 の直後には、必要とする括弧を挿入しなくてはなりません。すると、括弧丈は出力時に自動的に計算されます。
6661 \end_layout
6662
6663 \begin_layout Standard
6664 \align center
6665 通常の括弧:
6666 \series bold
6667
6668 \backslash
6669 ln(
6670 \backslash
6671 frac
6672 \begin_inset space \textvisiblespace{}
6673 \end_inset
6674
6675 A
6676 \begin_inset Formula $\downarrow$
6677 \end_inset
6678
6679 C
6680 \begin_inset space \textvisiblespace{}
6681 \end_inset
6682
6683 )
6684 \series default
6685 というコマンドは
6686 \begin_inset Formula 
6687 \[
6688 \ln(\frac{A}{C})
6689 \]
6690
6691 \end_inset
6692
6693 を生成します。
6694 \end_layout
6695
6696 \begin_layout Standard
6697 \align center
6698 複数行の括弧:
6699 \series bold
6700
6701 \backslash
6702 ln
6703 \backslash
6704 left(
6705 \backslash
6706 frac
6707 \begin_inset space \textvisiblespace{}
6708 \end_inset
6709
6710 A
6711 \begin_inset Formula $\downarrow$
6712 \end_inset
6713
6714 C
6715 \begin_inset space \textvisiblespace{}
6716 \end_inset
6717
6718
6719 \backslash
6720 right)
6721 \series default
6722 というコマンドは
6723 \begin_inset Formula 
6724 \[
6725 \ln\left(\frac{A}{C}\right)
6726 \]
6727
6728 \end_inset
6729
6730 を生成します。
6731 \end_layout
6732
6733 \begin_layout Standard
6734
6735 \series bold
6736
6737 \backslash
6738 left
6739 \series default
6740
6741 \series bold
6742
6743 \backslash
6744 right
6745 \series default
6746 の代わりに、
6747 \begin_inset Flex Ruby
6748 status collapsed
6749
6750 \begin_layout Plain Layout
6751 捷径
6752 \begin_inset Argument post:1
6753 status collapsed
6754
6755 \begin_layout Plain Layout
6756 ショートカット
6757 \end_layout
6758
6759 \end_inset
6760
6761
6762 \end_layout
6763
6764 \end_inset
6765
6766
6767 \family sans
6768 Alt+M
6769 \begin_inset space ~
6770 \end_inset
6771
6772 括弧
6773 \family default
6774 を使うこともできます。これを使うと、LyX中で即座に実際の括弧丈を確認することができるという利点と、対応する右括弧も生成されるという利点があります。
6775 \begin_inset Newline newline
6776 \end_inset
6777
6778 すると、先ほどの例を作るコマンドは
6779 \series bold
6780
6781 \backslash
6782 ln Alt+M
6783 \series default
6784  
6785 \series bold
6786 (
6787 \backslash
6788 frac
6789 \begin_inset space \textvisiblespace{}
6790 \end_inset
6791
6792 A
6793 \begin_inset Formula $\downarrow$
6794 \end_inset
6795
6796 C
6797 \series default
6798 となります。
6799 \end_layout
6800
6801 \begin_layout Standard
6802 左括弧あるいは右括弧を省略するには、ドットを挿入します。たとえば、
6803 \series bold
6804
6805 \backslash
6806 left.
6807 \backslash
6808 frac
6809 \begin_inset space \textvisiblespace{}
6810 \end_inset
6811
6812 A
6813 \begin_inset Formula $\downarrow$
6814 \end_inset
6815
6816 B
6817 \begin_inset space \textvisiblespace{}
6818 \end_inset
6819
6820
6821 \backslash
6822 right}
6823 \series default
6824 というコマンドは
6825 \series bold
6826
6827 \begin_inset Formula 
6828 \[
6829 \left.\frac{A}{B}\right\} 
6830 \]
6831
6832 \end_inset
6833
6834
6835 \series default
6836 を生成します。
6837 \series bold
6838
6839 \backslash
6840 left
6841 \series default
6842 コマンドおよび
6843 \series bold
6844
6845 \backslash
6846 right
6847 \series default
6848 コマンドは、文書が再度読み込まれたときには、LyXによって正しい丈の括弧に変換され、省略された括弧は、点線として表示されます。
6849 \end_layout
6850
6851 \begin_layout Standard
6852 \begin_inset VSpace bigskip
6853 \end_inset
6854
6855 著名なLaTeX頒布版は、すべてLaTeXの拡張であるeTeXを使用しているので、これらの頒布版では、すべての括弧および極限に対して
6856 \series bold
6857
6858 \backslash
6859 middle
6860 \series default
6861
6862 \begin_inset Index idx
6863 status collapsed
6864
6865 \begin_layout Plain Layout
6866 こまんど@コマンド ! M ! 
6867 \backslash
6868 middle
6869 \end_layout
6870
6871 \end_inset
6872
6873 コマンドも使用することができます
6874 \begin_inset Foot
6875 status collapsed
6876
6877 \begin_layout Plain Layout
6878
6879 \series bold
6880 (訳註)
6881 \series default
6882 pLaTeXでは、標準では
6883 \series bold
6884
6885 \backslash
6886 middle
6887 \series default
6888 コマンドは使えません。よって、以下の例では「
6889 \series bold
6890
6891 \backslash
6892 middle
6893 \series default
6894
6895 \begin_inset Formula $|$
6896 \end_inset
6897
6898 」の代わりに「
6899 \series bold
6900
6901 \backslash
6902 biggm
6903 \series default
6904
6905 \begin_inset Formula $|$
6906 \end_inset
6907
6908 」を用いています。
6909 \end_layout
6910
6911 \end_inset
6912
6913 。このコマンドでは、物理ベクトル
6914 \begin_inset Formula 
6915 \[
6916 \left\langle \phi\:\biggm|\: J=\frac{3}{2}\,,\, M_{J}\right\rangle 
6917 \]
6918
6919 \end_inset
6920
6921 で必要とされるように、次に続く文字の高さは、囲まれる括弧の高さに調節されます。物理ベクトルに関しては、第
6922 \begin_inset CommandInset ref
6923 LatexCommand ref
6924 reference "sub:物理ベクトル"
6925
6926 \end_inset
6927
6928 節に説明されているように特殊なLaTeXパッケージがあります。
6929 \end_layout
6930
6931 \begin_layout Subsection
6932 水平括弧
6933 \begin_inset Index idx
6934 status collapsed
6935
6936 \begin_layout Plain Layout
6937 かっこ@括弧 ! すいへい@水平
6938 \end_layout
6939
6940 \end_inset
6941
6942
6943 \end_layout
6944
6945 \begin_layout Standard
6946 \align center
6947 \begin_inset Tabular
6948 <lyxtabular version="3" rows="4" columns="2">
6949 <features rotate="0" tabularvalignment="middle">
6950 <column alignment="center" valignment="top" width="0pt">
6951 <column alignment="center" valignment="top" width="0pt">
6952 <row>
6953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6954 \begin_inset Text
6955
6956 \begin_layout Plain Layout
6957 コマンド
6958 \begin_inset Note Note
6959 status collapsed
6960
6961 \begin_layout Plain Layout
6962 ここで
6963 \series bold
6964
6965 \backslash
6966 raisebox
6967 \series default
6968 はスペーサーとして使用しているだけです。
6969 \end_layout
6970
6971 \end_inset
6972
6973
6974 \end_layout
6975
6976 \end_inset
6977 </cell>
6978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6979 \begin_inset Text
6980
6981 \begin_layout Plain Layout
6982 出力
6983 \end_layout
6984
6985 \end_inset
6986 </cell>
6987 </row>
6988 <row>
6989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6990 \begin_inset Text
6991
6992 \begin_layout Plain Layout
6993 \begin_inset ERT
6994 status collapsed
6995
6996 \begin_layout Plain Layout
6997
6998
6999 \backslash
7000 raisebox{2.3mm}{
7001 \end_layout
7002
7003 \end_inset
7004
7005
7006 \backslash
7007 overbrace
7008 \begin_inset space \textvisiblespace{}
7009 \end_inset
7010
7011 A+B
7012 \begin_inset space \textvisiblespace{}
7013 \end_inset
7014
7015 ^
7016 \begin_inset space \textvisiblespace{}
7017 \end_inset
7018
7019 3
7020 \begin_inset ERT
7021 status collapsed
7022
7023 \begin_layout Plain Layout
7024
7025 }
7026 \end_layout
7027
7028 \end_inset
7029
7030
7031 \begin_inset Index idx
7032 status collapsed
7033
7034 \begin_layout Plain Layout
7035 こまんど@コマンド ! O ! 
7036 \backslash
7037 overbrace
7038 \end_layout
7039
7040 \end_inset
7041
7042
7043 \end_layout
7044
7045 \end_inset
7046 </cell>
7047 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7048 \begin_inset Text
7049
7050 \begin_layout Plain Layout
7051 \begin_inset Formula $\overbrace{A+B}^{3}$
7052 \end_inset
7053
7054
7055 \end_layout
7056
7057 \end_inset
7058 </cell>
7059 </row>
7060 <row>
7061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7062 \begin_inset Text
7063
7064 \begin_layout Plain Layout
7065 \begin_inset ERT
7066 status collapsed
7067
7068 \begin_layout Plain Layout
7069
7070
7071 \backslash
7072 raisebox{-2.2mm}{
7073 \end_layout
7074
7075 \end_inset
7076
7077
7078 \backslash
7079 underbrace
7080 \begin_inset space \textvisiblespace{}
7081 \end_inset
7082
7083 A+B
7084 \begin_inset space \textvisiblespace{}
7085 \end_inset
7086
7087 _5
7088 \begin_inset ERT
7089 status collapsed
7090
7091 \begin_layout Plain Layout
7092
7093 }
7094 \end_layout
7095
7096 \end_inset
7097
7098
7099 \begin_inset Index idx
7100 status collapsed
7101
7102 \begin_layout Plain Layout
7103 こまんど@コマンド ! U ! 
7104 \backslash
7105 underbrace
7106 \end_layout
7107
7108 \end_inset
7109
7110
7111 \end_layout
7112
7113 \end_inset
7114 </cell>
7115 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7116 \begin_inset Text
7117
7118 \begin_layout Plain Layout
7119 \begin_inset Formula $\underbrace{A+B}_{5}$
7120 \end_inset
7121
7122
7123 \end_layout
7124
7125 \end_inset
7126 </cell>
7127 </row>
7128 <row>
7129 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7130 \begin_inset Text
7131
7132 \begin_layout Plain Layout
7133
7134 \backslash
7135 overbrace
7136 \begin_inset space \textvisiblespace{}
7137 \end_inset
7138
7139
7140 \backslash
7141 underbrace
7142 \begin_inset space \textvisiblespace{}
7143 \end_inset
7144
7145 A+B_w
7146 \begin_inset space \textvisiblespace{}
7147 \end_inset
7148
7149
7150 \begin_inset space \textvisiblespace{}
7151 \end_inset
7152
7153 _7
7154 \begin_inset space \textvisiblespace{}
7155 \end_inset
7156
7157
7158 \begin_inset space \textvisiblespace{}
7159 \end_inset
7160
7161 ^
7162 \begin_inset space \textvisiblespace{}
7163 \end_inset
7164
7165 C
7166 \end_layout
7167
7168 \end_inset
7169 </cell>
7170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7171 \begin_inset Text
7172
7173 \begin_layout Plain Layout
7174 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7175 \end_inset
7176
7177
7178 \end_layout
7179
7180 \end_inset
7181 </cell>
7182 </row>
7183 </lyxtabular>
7184
7185 \end_inset
7186
7187
7188 \end_layout
7189
7190 \begin_layout Standard
7191 最後の例では、
7192 \series bold
7193
7194 \backslash
7195 overbrace
7196 \series default
7197 が先に挿入されようが
7198 \series bold
7199
7200 \backslash
7201 underbrace
7202 \series default
7203 が先に挿入されようが代わりはありません。
7204 \end_layout
7205
7206 \begin_layout Standard
7207 \begin_inset VSpace bigskip
7208 \end_inset
7209
7210 括弧をお互いに重ねる必要がある場合には、第
7211 \begin_inset CommandInset ref
7212 LatexCommand ref
7213 reference "sec:多行数式"
7214
7215 \end_inset
7216
7217 節に説明されているように、次のような多行数式を使わなくてはなりません。
7218 \begin_inset Formula 
7219 \begin{eqnarray*}
7220 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7221  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7222 \end{eqnarray*}
7223
7224 \end_inset
7225
7226 一行目には、数式が一つめの括弧とともに挿入されています。ここで、空白コマンド
7227 \begin_inset Foot
7228 status collapsed
7229
7230 \begin_layout Plain Layout
7231 空白コマンドは第
7232 \begin_inset CommandInset ref
7233 LatexCommand ref
7234 reference "sub:定義済みの空白"
7235
7236 \end_inset
7237
7238 章に説明があります。
7239 \end_layout
7240
7241 \end_inset
7242
7243
7244 \series bold
7245
7246 \backslash
7247 :
7248 \series default
7249 を最初の
7250 \begin_inset Formula $d$
7251 \end_inset
7252
7253 の前に挿入しておくことが重要です。さもないと、
7254 \begin_inset Formula $q$
7255 \end_inset
7256
7257 の後ろで終わる括弧のせいで、直後の「+」の周りに正しく空白が入ることが妨げられてしまう
7258 \begin_inset Foot
7259 status collapsed
7260
7261 \begin_layout Plain Layout
7262 これは、括弧が文字として取り扱われないためです。第
7263 \begin_inset CommandInset ref
7264 LatexCommand ref
7265 reference "sub:二項演算子"
7266
7267 \end_inset
7268
7269 章参照。
7270 \end_layout
7271
7272 \end_inset
7273
7274 ためです。二行目には、二つめの括弧が挿入されています。
7275 \begin_inset Formula $b$
7276 \end_inset
7277
7278 の直前から始まるようにするために、まず
7279 \series bold
7280
7281 \backslash
7282 hphantom{gggg+
7283 \backslash
7284 :}
7285 \series default
7286 というコマンド
7287 \begin_inset Foot
7288 status collapsed
7289
7290 \begin_layout Plain Layout
7291
7292 \series bold
7293
7294 \backslash
7295 hphantom
7296 \series default
7297 に関する詳細は、第
7298 \begin_inset CommandInset ref
7299 LatexCommand ref
7300 reference "sub:埋め草"
7301
7302 \end_inset
7303
7304 章を参照してください。
7305 \end_layout
7306
7307 \end_inset
7308
7309 が挿入されています。この数式中の「+」も空白で囲まれるようにするために、この空白コマンドが必要になっています。二つめの括弧は
7310 \series bold
7311
7312 \backslash
7313 hphantom{bbqq+dddd}
7314 \series default
7315 コマンドの下に置きます。
7316 \end_layout
7317
7318 \begin_layout Standard
7319 以下の例のように、括弧が反対側に重なる場合には、もっと複雑になります。
7320 \begin_inset ERT
7321 status collapsed
7322
7323 \begin_layout Plain Layout
7324
7325
7326 \backslash
7327 setlength{
7328 \backslash
7329 jot}{-6pt}
7330 \end_layout
7331
7332 \end_inset
7333
7334
7335 \begin_inset Formula 
7336 \begin{eqnarray*}
7337  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7338 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd
7339 \end{eqnarray*}
7340
7341 \end_inset
7342
7343
7344 \begin_inset ERT
7345 status collapsed
7346
7347 \begin_layout Plain Layout
7348
7349
7350 \backslash
7351 setlength{
7352 \backslash
7353 jot}{3pt}
7354 \end_layout
7355
7356 \end_inset
7357
7358 最初の数式行は、括弧が上に来ていること以外は、先の例の第二行と同じです。二行目には、二つめの括弧と一緒に数式が入っています。一行目の括弧と数式のあいだに余白が入
7359 ることを防ぐために、行間を減らさなくてはならないのですが、これはLyXのバグ
7360 \begin_inset Foot
7361 status collapsed
7362
7363 \begin_layout Plain Layout
7364 \begin_inset CommandInset href
7365 LatexCommand href
7366 name "LyX-bug #1505"
7367 target "http://www.lyx.org/trac/ticket/1505"
7368
7369 \end_inset
7370
7371
7372 \end_layout
7373
7374 \end_inset
7375
7376 のせいで簡単にはできません。この問題を回避するためには、数式直前にTeXモードで
7377 \series bold
7378 setlength{
7379 \backslash
7380 jot}{-6pt}
7381 \series default
7382 というコマンドを入れて、大域的な数式行間
7383 \series bold
7384
7385 \backslash
7386 jot
7387 \series default
7388
7389 \begin_inset Index idx
7390 status collapsed
7391
7392 \begin_layout Plain Layout
7393 こまんど@コマンド ! J ! 
7394 \backslash
7395 jot
7396 \end_layout
7397
7398 \end_inset
7399
7400 を-6
7401 \begin_inset space \thinspace{}
7402 \end_inset
7403
7404 ptに変更しなくてはなりません。
7405 \series bold
7406
7407 \backslash
7408 jot
7409 \series default
7410 は、数式直後に同様のコマンドを使って標準値の3
7411 \begin_inset space \thinspace{}
7412 \end_inset
7413
7414 ptに戻します。数式中の行間について、詳しくは第
7415 \begin_inset CommandInset ref
7416 LatexCommand ref
7417 reference "sub:行間"
7418
7419 \end_inset
7420
7421 章に説明があります。
7422 \end_layout
7423
7424 \begin_layout Section
7425 矢印
7426 \begin_inset Index idx
7427 status collapsed
7428
7429 \begin_layout Plain Layout
7430 やじるし@矢印
7431 \end_layout
7432
7433 \end_inset
7434
7435
7436 \end_layout
7437
7438 \begin_layout Standard
7439 矢印は、数式ツールバーボタンの
7440 \begin_inset Info
7441 type  "icon"
7442 arg   "math-insert \\leftarrow"
7443 \end_inset
7444
7445 か、以下の各小節に列挙してあるコマンドで挿入することができます。
7446 \end_layout
7447
7448 \begin_layout Subsection
7449 水平矢印
7450 \begin_inset Index idx
7451 status collapsed
7452
7453 \begin_layout Plain Layout
7454 やじるし@矢印 ! すいへい@水平
7455 \end_layout
7456
7457 \end_inset
7458
7459
7460 \end_layout
7461
7462 \begin_layout Standard
7463 \begin_inset space \hfill{}
7464 \end_inset
7465
7466
7467 \begin_inset Tabular
7468 <lyxtabular version="3" rows="8" columns="2">
7469 <features rotate="0" tabularvalignment="middle">
7470 <column alignment="center" valignment="top" width="0pt">
7471 <column alignment="center" valignment="top" width="0pt">
7472 <row>
7473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7474 \begin_inset Text
7475
7476 \begin_layout Plain Layout
7477 コマンド
7478 \end_layout
7479
7480 \end_inset
7481 </cell>
7482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7483 \begin_inset Text
7484
7485 \begin_layout Plain Layout
7486 出力
7487 \end_layout
7488
7489 \end_inset
7490 </cell>
7491 </row>
7492 <row>
7493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7494 \begin_inset Text
7495
7496 \begin_layout Plain Layout
7497
7498 \backslash
7499 gets
7500 \end_layout
7501
7502 \end_inset
7503 </cell>
7504 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7505 \begin_inset Text
7506
7507 \begin_layout Plain Layout
7508 \begin_inset Formula $\gets$
7509 \end_inset
7510
7511
7512 \end_layout
7513
7514 \end_inset
7515 </cell>
7516 </row>
7517 <row>
7518 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7519 \begin_inset Text
7520
7521 \begin_layout Plain Layout
7522
7523 \backslash
7524 Leftarrow
7525 \end_layout
7526
7527 \end_inset
7528 </cell>
7529 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7530 \begin_inset Text
7531
7532 \begin_layout Plain Layout
7533 \begin_inset Formula $\Leftarrow$
7534 \end_inset
7535
7536
7537 \end_layout
7538
7539 \end_inset
7540 </cell>
7541 </row>
7542 <row>
7543 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7544 \begin_inset Text
7545
7546 \begin_layout Plain Layout
7547
7548 \backslash
7549 longleftarrow
7550 \end_layout
7551
7552 \end_inset
7553 </cell>
7554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7555 \begin_inset Text
7556
7557 \begin_layout Plain Layout
7558 \begin_inset Formula $\longleftarrow$
7559 \end_inset
7560
7561
7562 \end_layout
7563
7564 \end_inset
7565 </cell>
7566 </row>
7567 <row>
7568 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7569 \begin_inset Text
7570
7571 \begin_layout Plain Layout
7572
7573 \backslash
7574 Longleftarrow
7575 \end_layout
7576
7577 \end_inset
7578 </cell>
7579 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7580 \begin_inset Text
7581
7582 \begin_layout Plain Layout
7583 \begin_inset Formula $\Longleftarrow$
7584 \end_inset
7585
7586
7587 \end_layout
7588
7589 \end_inset
7590 </cell>
7591 </row>
7592 <row>
7593 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7594 \begin_inset Text
7595
7596 \begin_layout Plain Layout
7597
7598 \backslash
7599 leftharpoonup
7600 \end_layout
7601
7602 \end_inset
7603 </cell>
7604 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7605 \begin_inset Text
7606
7607 \begin_layout Plain Layout
7608 \begin_inset Formula $\leftharpoonup$
7609 \end_inset
7610
7611
7612 \end_layout
7613
7614 \end_inset
7615 </cell>
7616 </row>
7617 <row>
7618 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7619 \begin_inset Text
7620
7621 \begin_layout Plain Layout
7622
7623 \backslash
7624 leftharpoondown
7625 \end_layout
7626
7627 \end_inset
7628 </cell>
7629 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7630 \begin_inset Text
7631
7632 \begin_layout Plain Layout
7633 \begin_inset Formula $\leftharpoondown$
7634 \end_inset
7635
7636
7637 \end_layout
7638
7639 \end_inset
7640 </cell>
7641 </row>
7642 <row>
7643 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7644 \begin_inset Text
7645
7646 \begin_layout Plain Layout
7647
7648 \backslash
7649 hookleftarrow
7650 \end_layout
7651
7652 \end_inset
7653 </cell>
7654 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7655 \begin_inset Text
7656
7657 \begin_layout Plain Layout
7658 \begin_inset Formula $\hookleftarrow$
7659 \end_inset
7660
7661
7662 \end_layout
7663
7664 \end_inset
7665 </cell>
7666 </row>
7667 </lyxtabular>
7668
7669 \end_inset
7670
7671
7672 \begin_inset space \hfill{}
7673 \end_inset
7674
7675
7676 \begin_inset Tabular
7677 <lyxtabular version="3" rows="8" columns="2">
7678 <features rotate="0" tabularvalignment="middle">
7679 <column alignment="center" valignment="top" width="0pt">
7680 <column alignment="center" valignment="top" width="0pt">
7681 <row>
7682 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7683 \begin_inset Text
7684
7685 \begin_layout Plain Layout
7686 コマンド
7687 \end_layout
7688
7689 \end_inset
7690 </cell>
7691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7692 \begin_inset Text
7693
7694 \begin_layout Plain Layout
7695 出力
7696 \end_layout
7697
7698 \end_inset
7699 </cell>
7700 </row>
7701 <row>
7702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7703 \begin_inset Text
7704
7705 \begin_layout Plain Layout
7706
7707 \backslash
7708 to
7709 \end_layout
7710
7711 \end_inset
7712 </cell>
7713 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7714 \begin_inset Text
7715
7716 \begin_layout Plain Layout
7717 \begin_inset Formula $\to$
7718 \end_inset
7719
7720
7721 \end_layout
7722
7723 \end_inset
7724 </cell>
7725 </row>
7726 <row>
7727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7728 \begin_inset Text
7729
7730 \begin_layout Plain Layout
7731
7732 \backslash
7733 Rightarrow
7734 \end_layout
7735
7736 \end_inset
7737 </cell>
7738 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7739 \begin_inset Text
7740
7741 \begin_layout Plain Layout
7742 \begin_inset Formula $\Rightarrow$
7743 \end_inset
7744
7745
7746 \end_layout
7747
7748 \end_inset
7749 </cell>
7750 </row>
7751 <row>
7752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7753 \begin_inset Text
7754
7755 \begin_layout Plain Layout
7756
7757 \backslash
7758 longrightarrow
7759 \end_layout
7760
7761 \end_inset
7762 </cell>
7763 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7764 \begin_inset Text
7765
7766 \begin_layout Plain Layout
7767 \begin_inset Formula $\longrightarrow$
7768 \end_inset
7769
7770
7771 \end_layout
7772
7773 \end_inset
7774 </cell>
7775 </row>
7776 <row>
7777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7778 \begin_inset Text
7779
7780 \begin_layout Plain Layout
7781
7782 \backslash
7783 Longrightarrow
7784 \end_layout
7785
7786 \end_inset
7787 </cell>
7788 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7789 \begin_inset Text
7790
7791 \begin_layout Plain Layout
7792 \begin_inset Formula $\Longrightarrow$
7793 \end_inset
7794
7795
7796 \end_layout
7797
7798 \end_inset
7799 </cell>
7800 </row>
7801 <row>
7802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7803 \begin_inset Text
7804
7805 \begin_layout Plain Layout
7806
7807 \backslash
7808 rightharpoonup
7809 \end_layout
7810
7811 \end_inset
7812 </cell>
7813 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7814 \begin_inset Text
7815
7816 \begin_layout Plain Layout
7817 \begin_inset Formula $\rightharpoonup$
7818 \end_inset
7819
7820
7821 \end_layout
7822
7823 \end_inset
7824 </cell>
7825 </row>
7826 <row>
7827 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7828 \begin_inset Text
7829
7830 \begin_layout Plain Layout
7831
7832 \backslash
7833 rightharpoondown
7834 \end_layout
7835
7836 \end_inset
7837 </cell>
7838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7839 \begin_inset Text
7840
7841 \begin_layout Plain Layout
7842 \begin_inset Formula $\rightharpoondown$
7843 \end_inset
7844
7845
7846 \end_layout
7847
7848 \end_inset
7849 </cell>
7850 </row>
7851 <row>
7852 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7853 \begin_inset Text
7854
7855 \begin_layout Plain Layout
7856
7857 \backslash
7858 hookrightarrow
7859 \end_layout
7860
7861 \end_inset
7862 </cell>
7863 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7864 \begin_inset Text
7865
7866 \begin_layout Plain Layout
7867 \begin_inset Formula $\hookrightarrow$
7868 \end_inset
7869
7870
7871 \end_layout
7872
7873 \end_inset
7874 </cell>
7875 </row>
7876 </lyxtabular>
7877
7878 \end_inset
7879
7880
7881 \begin_inset space \hfill{}
7882 \end_inset
7883
7884
7885 \end_layout
7886
7887 \begin_layout Standard
7888 \begin_inset space \hfill{}
7889 \end_inset
7890
7891
7892 \begin_inset Tabular
7893 <lyxtabular version="3" rows="6" columns="2">
7894 <features rotate="0" tabularvalignment="middle">
7895 <column alignment="center" valignment="top" width="0pt">
7896 <column alignment="center" valignment="top" width="0pt">
7897 <row>
7898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7899 \begin_inset Text
7900
7901 \begin_layout Plain Layout
7902 コマンド
7903 \end_layout
7904
7905 \end_inset
7906 </cell>
7907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7908 \begin_inset Text
7909
7910 \begin_layout Plain Layout
7911 出力
7912 \end_layout
7913
7914 \end_inset
7915 </cell>
7916 </row>
7917 <row>
7918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7919 \begin_inset Text
7920
7921 \begin_layout Plain Layout
7922
7923 \backslash
7924 leftrightarrow
7925 \end_layout
7926
7927 \end_inset
7928 </cell>
7929 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7930 \begin_inset Text
7931
7932 \begin_layout Plain Layout
7933 \begin_inset Formula $\leftrightarrow$
7934 \end_inset
7935
7936
7937 \end_layout
7938
7939 \end_inset
7940 </cell>
7941 </row>
7942 <row>
7943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7944 \begin_inset Text
7945
7946 \begin_layout Plain Layout
7947
7948 \backslash
7949 Leftrightarrow
7950 \end_layout
7951
7952 \end_inset
7953 </cell>
7954 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7955 \begin_inset Text
7956
7957 \begin_layout Plain Layout
7958 \begin_inset Formula $\Leftrightarrow$
7959 \end_inset
7960
7961
7962 \end_layout
7963
7964 \end_inset
7965 </cell>
7966 </row>
7967 <row>
7968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7969 \begin_inset Text
7970
7971 \begin_layout Plain Layout
7972
7973 \backslash
7974 longleftrightarrow
7975 \end_layout
7976
7977 \end_inset
7978 </cell>
7979 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7980 \begin_inset Text
7981
7982 \begin_layout Plain Layout
7983 \begin_inset Formula $\longleftrightarrow$
7984 \end_inset
7985
7986
7987 \end_layout
7988
7989 \end_inset
7990 </cell>
7991 </row>
7992 <row>
7993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7994 \begin_inset Text
7995
7996 \begin_layout Plain Layout
7997
7998 \backslash
7999 Longleftrightarrow
8000 \end_layout
8001
8002 \end_inset
8003 </cell>
8004 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8005 \begin_inset Text
8006
8007 \begin_layout Plain Layout
8008 \begin_inset Formula $\Longleftrightarrow$
8009 \end_inset
8010
8011
8012 \end_layout
8013
8014 \end_inset
8015 </cell>
8016 </row>
8017 <row>
8018 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8019 \begin_inset Text
8020
8021 \begin_layout Plain Layout
8022
8023 \backslash
8024 rightleftharpoons
8025 \end_layout
8026
8027 \end_inset
8028 </cell>
8029 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8030 \begin_inset Text
8031
8032 \begin_layout Plain Layout
8033 \begin_inset Formula $\rightleftharpoons$
8034 \end_inset
8035
8036
8037 \end_layout
8038
8039 \end_inset
8040 </cell>
8041 </row>
8042 </lyxtabular>
8043
8044 \end_inset
8045
8046
8047 \begin_inset space \hspace{}
8048 \length 25pt
8049 \end_inset
8050
8051
8052 \begin_inset space \hfill{}
8053 \end_inset
8054
8055
8056 \begin_inset Tabular
8057 <lyxtabular version="3" rows="5" columns="2">
8058 <features rotate="0" tabularvalignment="middle">
8059 <column alignment="center" valignment="top" width="0pt">
8060 <column alignment="center" valignment="top" width="0pt">
8061 <row>
8062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8063 \begin_inset Text
8064
8065 \begin_layout Plain Layout
8066 コマンド
8067 \end_layout
8068
8069 \end_inset
8070 </cell>
8071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8072 \begin_inset Text
8073
8074 \begin_layout Plain Layout
8075 出力
8076 \end_layout
8077
8078 \end_inset
8079 </cell>
8080 </row>
8081 <row>
8082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8083 \begin_inset Text
8084
8085 \begin_layout Plain Layout
8086
8087 \backslash
8088 mapsto
8089 \end_layout
8090
8091 \end_inset
8092 </cell>
8093 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8094 \begin_inset Text
8095
8096 \begin_layout Plain Layout
8097 \begin_inset Formula $\mapsto$
8098 \end_inset
8099
8100
8101 \end_layout
8102
8103 \end_inset
8104 </cell>
8105 </row>
8106 <row>
8107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8108 \begin_inset Text
8109
8110 \begin_layout Plain Layout
8111
8112 \backslash
8113 longmapsto
8114 \end_layout
8115
8116 \end_inset
8117 </cell>
8118 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8119 \begin_inset Text
8120
8121 \begin_layout Plain Layout
8122 \begin_inset Formula $\longmapsto$
8123 \end_inset
8124
8125
8126 \end_layout
8127
8128 \end_inset
8129 </cell>
8130 </row>
8131 <row>
8132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8133 \begin_inset Text
8134
8135 \begin_layout Plain Layout
8136
8137 \backslash
8138 leadsto
8139 \end_layout
8140
8141 \end_inset
8142 </cell>
8143 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8144 \begin_inset Text
8145
8146 \begin_layout Plain Layout
8147 \begin_inset Formula $\leadsto$
8148 \end_inset
8149
8150
8151 \end_layout
8152
8153 \end_inset
8154 </cell>
8155 </row>
8156 <row>
8157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8158 \begin_inset Text
8159
8160 \begin_layout Plain Layout
8161
8162 \backslash
8163 dasharrow
8164 \end_layout
8165
8166 \end_inset
8167 </cell>
8168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8169 \begin_inset Text
8170
8171 \begin_layout Plain Layout
8172 \begin_inset Formula $\dasharrow$
8173 \end_inset
8174
8175
8176 \end_layout
8177
8178 \end_inset
8179 </cell>
8180 </row>
8181 </lyxtabular>
8182
8183 \end_inset
8184
8185
8186 \begin_inset space \hfill{}
8187 \end_inset
8188
8189
8190 \end_layout
8191
8192 \begin_layout Standard
8193 \begin_inset VSpace medskip
8194 \end_inset
8195
8196 たとえばベクトル記号の矢印のようにアクセントとして使用される矢印は、第
8197 \begin_inset CommandInset ref
8198 LatexCommand ref
8199 reference "sec:アクセント"
8200
8201 \end_inset
8202
8203 節に一覧があります。
8204 \end_layout
8205
8206 \begin_layout Standard
8207 \begin_inset VSpace bigskip
8208 \end_inset
8209
8210 さらに、ラベル付き矢印
8211 \begin_inset Index idx
8212 status collapsed
8213
8214 \begin_layout Plain Layout
8215 やじるし@矢印 ! らべるつき@ラベル付き
8216 \end_layout
8217
8218 \end_inset
8219
8220 として、
8221 \series bold
8222
8223 \backslash
8224 xleftarrow
8225 \series default
8226
8227 \begin_inset Index idx
8228 status collapsed
8229
8230 \begin_layout Plain Layout
8231 こまんど@コマンド ! X ! 
8232 \backslash
8233 xleftarrow
8234 \end_layout
8235
8236 \end_inset
8237
8238
8239 \series bold
8240
8241 \backslash
8242 xrightarrow
8243 \series default
8244
8245 \begin_inset Index idx
8246 status collapsed
8247
8248 \begin_layout Plain Layout
8249 こまんど@コマンド ! X ! 
8250 \backslash
8251 xrightarrow
8252 \begin_inset ERT
8253 status collapsed
8254
8255 \begin_layout Plain Layout
8256
8257
8258 \backslash
8259 vspace{4mm}
8260 \end_layout
8261
8262 \end_inset
8263
8264
8265 \end_layout
8266
8267 \end_inset
8268
8269 があります。これらのコマンドを数式に挿入すると、二つの青枠のついた矢印が現れるので、そこにラベルを入れることができます。矢印の長さは、ラベルの幅に応じて調整され
8270 ます。
8271 \end_layout
8272
8273 \begin_layout Standard
8274 \align center
8275 \begin_inset Tabular
8276 <lyxtabular version="3" rows="3" columns="2">
8277 <features rotate="0" tabularvalignment="middle">
8278 <column alignment="center" valignment="top" width="0pt">
8279 <column alignment="center" valignment="top" width="0pt">
8280 <row>
8281 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8282 \begin_inset Text
8283
8284 \begin_layout Plain Layout
8285 コマンド
8286 \end_layout
8287
8288 \end_inset
8289 </cell>
8290 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8291 \begin_inset Text
8292
8293 \begin_layout Plain Layout
8294 出力
8295 \begin_inset Note Note
8296 status collapsed
8297
8298 \begin_layout Plain Layout
8299 ここで
8300 \series bold
8301
8302 \backslash
8303 raisebox
8304 \series default
8305 はスペーサーとして使用しているだけです。
8306 \end_layout
8307
8308 \end_inset
8309
8310
8311 \end_layout
8312
8313 \end_inset
8314 </cell>
8315 </row>
8316 <row>
8317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8318 \begin_inset Text
8319
8320 \begin_layout Plain Layout
8321 F(a)
8322 \backslash
8323 xleftarrow
8324 \begin_inset space \textvisiblespace{}
8325 \end_inset
8326
8327 x=a
8328 \begin_inset Formula $\downarrow$
8329 \end_inset
8330
8331 x
8332 \begin_inset Formula $>$
8333 \end_inset
8334
8335 0
8336 \begin_inset Formula $\to$
8337 \end_inset
8338
8339 F(x)
8340 \end_layout
8341
8342 \end_inset
8343 </cell>
8344 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8345 \begin_inset Text
8346
8347 \begin_layout Plain Layout
8348 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
8349 \end_inset
8350
8351
8352 \end_layout
8353
8354 \end_inset
8355 </cell>
8356 </row>
8357 <row>
8358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8359 \begin_inset Text
8360
8361 \begin_layout Plain Layout
8362 F(x)
8363 \backslash
8364 xrightarrow
8365 \begin_inset space \textvisiblespace{}
8366 \end_inset
8367
8368 x=a
8369 \begin_inset Formula $\downarrow$
8370 \end_inset
8371
8372 x
8373 \begin_inset Formula $>$
8374 \end_inset
8375
8376 0
8377 \begin_inset Formula $\to$
8378 \end_inset
8379
8380 F(a)
8381 \end_layout
8382
8383 \end_inset
8384 </cell>
8385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8386 \begin_inset Text
8387
8388 \begin_layout Plain Layout
8389 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
8390 \end_inset
8391
8392
8393 \end_layout
8394
8395 \end_inset
8396 </cell>
8397 </row>
8398 </lyxtabular>
8399
8400 \end_inset
8401
8402
8403 \end_layout
8404
8405 \begin_layout Subsection
8406 垂直矢印および対角矢印
8407 \begin_inset Index idx
8408 status collapsed
8409
8410 \begin_layout Plain Layout
8411 やじるし@矢印 ! たいかく@対角
8412 \end_layout
8413
8414 \end_inset
8415
8416
8417 \begin_inset Index idx
8418 status collapsed
8419
8420 \begin_layout Plain Layout
8421 やじるし@矢印 ! すいちょく@垂直
8422 \end_layout
8423
8424 \end_inset
8425
8426
8427 \end_layout
8428
8429 \begin_layout Standard
8430 \begin_inset space \hfill{}
8431 \end_inset
8432
8433
8434 \begin_inset Tabular
8435 <lyxtabular version="3" rows="7" columns="2">
8436 <features rotate="0" tabularvalignment="middle">
8437 <column alignment="center" valignment="top" width="0pt">
8438 <column alignment="center" valignment="top" width="0pt">
8439 <row>
8440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8441 \begin_inset Text
8442
8443 \begin_layout Plain Layout
8444 コマンド
8445 \end_layout
8446
8447 \end_inset
8448 </cell>
8449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8450 \begin_inset Text
8451
8452 \begin_layout Plain Layout
8453 出力
8454 \end_layout
8455
8456 \end_inset
8457 </cell>
8458 </row>
8459 <row>
8460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8461 \begin_inset Text
8462
8463 \begin_layout Plain Layout
8464
8465 \backslash
8466 uparrow
8467 \end_layout
8468
8469 \end_inset
8470 </cell>
8471 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8472 \begin_inset Text
8473
8474 \begin_layout Plain Layout
8475 \begin_inset Formula $\uparrow$
8476 \end_inset
8477
8478
8479 \end_layout
8480
8481 \end_inset
8482 </cell>
8483 </row>
8484 <row>
8485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8486 \begin_inset Text
8487
8488 \begin_layout Plain Layout
8489
8490 \backslash
8491 Uparrow
8492 \end_layout
8493
8494 \end_inset
8495 </cell>
8496 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8497 \begin_inset Text
8498
8499 \begin_layout Plain Layout
8500 \begin_inset Formula $\Uparrow$
8501 \end_inset
8502
8503
8504 \end_layout
8505
8506 \end_inset
8507 </cell>
8508 </row>
8509 <row>
8510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8511 \begin_inset Text
8512
8513 \begin_layout Plain Layout
8514
8515 \backslash
8516 updownarrow
8517 \end_layout
8518
8519 \end_inset
8520 </cell>
8521 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8522 \begin_inset Text
8523
8524 \begin_layout Plain Layout
8525 \begin_inset Formula $\updownarrow$
8526 \end_inset
8527
8528
8529 \end_layout
8530
8531 \end_inset
8532 </cell>
8533 </row>
8534 <row>
8535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8536 \begin_inset Text
8537
8538 \begin_layout Plain Layout
8539
8540 \backslash
8541 Updownarrow
8542 \end_layout
8543
8544 \end_inset
8545 </cell>
8546 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8547 \begin_inset Text
8548
8549 \begin_layout Plain Layout
8550 \begin_inset Formula $\Updownarrow$
8551 \end_inset
8552
8553
8554 \end_layout
8555
8556 \end_inset
8557 </cell>
8558 </row>
8559 <row>
8560 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8561 \begin_inset Text
8562
8563 \begin_layout Plain Layout
8564
8565 \backslash
8566 Downarrow
8567 \end_layout
8568
8569 \end_inset
8570 </cell>
8571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8572 \begin_inset Text
8573
8574 \begin_layout Plain Layout
8575 \begin_inset Formula $\Downarrow$
8576 \end_inset
8577
8578
8579 \end_layout
8580
8581 \end_inset
8582 </cell>
8583 </row>
8584 <row>
8585 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8586 \begin_inset Text
8587
8588 \begin_layout Plain Layout
8589
8590 \backslash
8591 downarrow
8592 \end_layout
8593
8594 \end_inset
8595 </cell>
8596 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8597 \begin_inset Text
8598
8599 \begin_layout Plain Layout
8600 \begin_inset Formula $\downarrow$
8601 \end_inset
8602
8603
8604 \end_layout
8605
8606 \end_inset
8607 </cell>
8608 </row>
8609 </lyxtabular>
8610
8611 \end_inset
8612
8613
8614 \begin_inset space \hfill{}
8615 \end_inset
8616
8617
8618 \begin_inset Tabular
8619 <lyxtabular version="3" rows="5" columns="2">
8620 <features rotate="0" tabularvalignment="middle">
8621 <column alignment="center" valignment="top" width="0pt">
8622 <column alignment="center" valignment="top" width="0pt">
8623 <row>
8624 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8625 \begin_inset Text
8626
8627 \begin_layout Plain Layout
8628 コマンド
8629 \end_layout
8630
8631 \end_inset
8632 </cell>
8633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8634 \begin_inset Text
8635
8636 \begin_layout Plain Layout
8637 出力
8638 \end_layout
8639
8640 \end_inset
8641 </cell>
8642 </row>
8643 <row>
8644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8645 \begin_inset Text
8646
8647 \begin_layout Plain Layout
8648
8649 \backslash
8650 nearrow
8651 \end_layout
8652
8653 \end_inset
8654 </cell>
8655 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8656 \begin_inset Text
8657
8658 \begin_layout Plain Layout
8659 \begin_inset Formula $\nearrow$
8660 \end_inset
8661
8662
8663 \end_layout
8664
8665 \end_inset
8666 </cell>
8667 </row>
8668 <row>
8669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8670 \begin_inset Text
8671
8672 \begin_layout Plain Layout
8673
8674 \backslash
8675 searrow
8676 \end_layout
8677
8678 \end_inset
8679 </cell>
8680 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8681 \begin_inset Text
8682
8683 \begin_layout Plain Layout
8684 \begin_inset Formula $\searrow$
8685 \end_inset
8686
8687
8688 \end_layout
8689
8690 \end_inset
8691 </cell>
8692 </row>
8693 <row>
8694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8695 \begin_inset Text
8696
8697 \begin_layout Plain Layout
8698
8699 \backslash
8700 swarrow
8701 \end_layout
8702
8703 \end_inset
8704 </cell>
8705 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8706 \begin_inset Text
8707
8708 \begin_layout Plain Layout
8709 \begin_inset Formula $\swarrow$
8710 \end_inset
8711
8712
8713 \end_layout
8714
8715 \end_inset
8716 </cell>
8717 </row>
8718 <row>
8719 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8720 \begin_inset Text
8721
8722 \begin_layout Plain Layout
8723
8724 \backslash
8725 nwarrow
8726 \end_layout
8727
8728 \end_inset
8729 </cell>
8730 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8731 \begin_inset Text
8732
8733 \begin_layout Plain Layout
8734 \begin_inset Formula $\nwarrow$
8735 \end_inset
8736
8737
8738 \end_layout
8739
8740 \end_inset
8741 </cell>
8742 </row>
8743 </lyxtabular>
8744
8745 \end_inset
8746
8747
8748 \begin_inset space \hfill{}
8749 \end_inset
8750
8751
8752 \end_layout
8753
8754 \begin_layout Standard
8755 \begin_inset VSpace medskip
8756 \end_inset
8757
8758 垂直矢印は、第
8759 \begin_inset CommandInset ref
8760 LatexCommand ref
8761 reference "sub:手動の括弧丈"
8762
8763 \end_inset
8764
8765 節および第
8766 \begin_inset CommandInset ref
8767 LatexCommand ref
8768 reference "sub:自動の括弧丈"
8769
8770 \end_inset
8771
8772 節に述べられているコマンドを使うと、区分記号として使用することもできます。伊藤の公式を用いて
8773 \end_layout
8774
8775 \begin_layout Section
8776 アクセント
8777 \begin_inset CommandInset label
8778 LatexCommand label
8779 name "sec:アクセント"
8780
8781 \end_inset
8782
8783
8784 \begin_inset Index idx
8785 status collapsed
8786
8787 \begin_layout Plain Layout
8788 あくせんと@アクセント
8789 \end_layout
8790
8791 \end_inset
8792
8793
8794 \end_layout
8795
8796 \begin_layout Standard
8797 アクセントは、数式ツールバーボタンの
8798 \begin_inset Info
8799 type  "icon"
8800 arg   "math-insert \\hat"
8801 \end_inset
8802
8803 か、以下の各小節に列挙してあるコマンドで入力することができます。
8804 \end_layout
8805
8806 \begin_layout Subsection
8807 一文字に付けるアクセント
8808 \begin_inset ERT
8809 status collapsed
8810
8811 \begin_layout Plain Layout
8812
8813
8814 \backslash
8815 texorpdfstring{
8816 \end_layout
8817
8818 \end_inset
8819
8820
8821 \begin_inset Foot
8822 status collapsed
8823
8824 \begin_layout Plain Layout
8825 本文中のアクセントについては、第
8826 \begin_inset CommandInset ref
8827 LatexCommand ref
8828 reference "sub:文章中のアクセント"
8829
8830 \end_inset
8831
8832 節を参照。
8833 \end_layout
8834
8835 \end_inset
8836
8837
8838 \begin_inset ERT
8839 status collapsed
8840
8841 \begin_layout Plain Layout
8842
8843 }{}
8844 \end_layout
8845
8846 \end_inset
8847
8848
8849 \begin_inset Note Note
8850 status collapsed
8851
8852 \begin_layout Plain Layout
8853
8854 \series bold
8855
8856 \backslash
8857 texorpdfstring
8858 \series default
8859 は、PDFのしおりに脚注が現れるのを防ぐために使われています。
8860 \end_layout
8861
8862 \begin_layout Plain Layout
8863
8864 \series bold
8865
8866 \backslash
8867 texorpdfstring
8868 \series default
8869 についての詳細は、第
8870 \begin_inset CommandInset ref
8871 LatexCommand ref
8872 reference "sub:節見出し中の数式"
8873
8874 \end_inset
8875
8876 節にあります。
8877 \end_layout
8878
8879 \end_inset
8880
8881
8882 \begin_inset CommandInset label
8883 LatexCommand label
8884 name "sub:一文字に付けるアクセント"
8885
8886 \end_inset
8887
8888
8889 \begin_inset Index idx
8890 status collapsed
8891
8892 \begin_layout Plain Layout
8893 あくせんと@アクセント ! いちもじにつける@一文字に付ける
8894 \end_layout
8895
8896 \end_inset
8897
8898
8899 \end_layout
8900
8901 \begin_layout Standard
8902 \begin_inset space \hfill{}
8903 \end_inset
8904
8905
8906 \begin_inset Tabular
8907 <lyxtabular version="3" rows="8" columns="2">
8908 <features rotate="0" tabularvalignment="middle">
8909 <column alignment="center" valignment="top" width="0pt">
8910 <column alignment="center" valignment="top" width="0pt">
8911 <row>
8912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8913 \begin_inset Text
8914
8915 \begin_layout Plain Layout
8916 コマンド
8917 \end_layout
8918
8919 \end_inset
8920 </cell>
8921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8922 \begin_inset Text
8923
8924 \begin_layout Plain Layout
8925 出力
8926 \begin_inset Note Note
8927 status collapsed
8928
8929 \begin_layout Plain Layout
8930 ここで
8931 \series bold
8932
8933 \backslash
8934 raisebox
8935 \series default
8936 はスペーサーとして使用しているだけです。
8937 \end_layout
8938
8939 \end_inset
8940
8941
8942 \end_layout
8943
8944 \end_inset
8945 </cell>
8946 </row>
8947 <row>
8948 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8949 \begin_inset Text
8950
8951 \begin_layout Plain Layout
8952
8953 \backslash
8954 dot
8955 \begin_inset space \textvisiblespace{}
8956 \end_inset
8957
8958 A
8959 \end_layout
8960
8961 \end_inset
8962 </cell>
8963 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8964 \begin_inset Text
8965
8966 \begin_layout Plain Layout
8967 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
8968 \end_inset
8969
8970
8971 \end_layout
8972
8973 \end_inset
8974 </cell>
8975 </row>
8976 <row>
8977 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8978 \begin_inset Text
8979
8980 \begin_layout Plain Layout
8981
8982 \backslash
8983 ddot
8984 \begin_inset space \textvisiblespace{}
8985 \end_inset
8986
8987 A
8988 \end_layout
8989
8990 \end_inset
8991 </cell>
8992 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8993 \begin_inset Text
8994
8995 \begin_layout Plain Layout
8996 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
8997 \end_inset
8998
8999
9000 \end_layout
9001
9002 \end_inset
9003 </cell>
9004 </row>
9005 <row>
9006 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9007 \begin_inset Text
9008
9009 \begin_layout Plain Layout
9010
9011 \backslash
9012 dddot
9013 \begin_inset space \textvisiblespace{}
9014 \end_inset
9015
9016 A
9017 \end_layout
9018
9019 \end_inset
9020 </cell>
9021 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9022 \begin_inset Text
9023
9024 \begin_layout Plain Layout
9025 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9026 \end_inset
9027
9028
9029 \end_layout
9030
9031 \end_inset
9032 </cell>
9033 </row>
9034 <row>
9035 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9036 \begin_inset Text
9037
9038 \begin_layout Plain Layout
9039
9040 \backslash
9041 ddddot
9042 \begin_inset space \textvisiblespace{}
9043 \end_inset
9044
9045 A
9046 \end_layout
9047
9048 \end_inset
9049 </cell>
9050 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9051 \begin_inset Text
9052
9053 \begin_layout Plain Layout
9054 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9055 \end_inset
9056
9057
9058 \end_layout
9059
9060 \end_inset
9061 </cell>
9062 </row>
9063 <row>
9064 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9065 \begin_inset Text
9066
9067 \begin_layout Plain Layout
9068
9069 \backslash
9070 vec
9071 \begin_inset space \textvisiblespace{}
9072 \end_inset
9073
9074 A
9075 \begin_inset Index idx
9076 status collapsed
9077
9078 \begin_layout Plain Layout
9079
9080 \lang english
9081 Vectors
9082 \end_layout
9083
9084 \end_inset
9085
9086
9087 \end_layout
9088
9089 \end_inset
9090 </cell>
9091 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9092 \begin_inset Text
9093
9094 \begin_layout Plain Layout
9095 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9096 \end_inset
9097
9098
9099 \end_layout
9100
9101 \end_inset
9102 </cell>
9103 </row>
9104 <row>
9105 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9106 \begin_inset Text
9107
9108 \begin_layout Plain Layout
9109
9110 \backslash
9111 bar
9112 \begin_inset space \textvisiblespace{}
9113 \end_inset
9114
9115 A
9116 \end_layout
9117
9118 \end_inset
9119 </cell>
9120 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9121 \begin_inset Text
9122
9123 \begin_layout Plain Layout
9124 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9125 \end_inset
9126
9127
9128 \end_layout
9129
9130 \end_inset
9131 </cell>
9132 </row>
9133 <row>
9134 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9135 \begin_inset Text
9136
9137 \begin_layout Plain Layout
9138
9139 \backslash
9140 mathring
9141 \begin_inset space \textvisiblespace{}
9142 \end_inset
9143
9144 A
9145 \end_layout
9146
9147 \end_inset
9148 </cell>
9149 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9150 \begin_inset Text
9151
9152 \begin_layout Plain Layout
9153 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9154 \end_inset
9155
9156
9157 \end_layout
9158
9159 \end_inset
9160 </cell>
9161 </row>
9162 </lyxtabular>
9163
9164 \end_inset
9165
9166
9167 \begin_inset space \hfill{}
9168 \end_inset
9169
9170
9171 \begin_inset Tabular
9172 <lyxtabular version="3" rows="7" columns="2">
9173 <features rotate="0" tabularvalignment="middle">
9174 <column alignment="center" valignment="top" width="0pt">
9175 <column alignment="center" valignment="top" width="0pt">
9176 <row>
9177 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9178 \begin_inset Text
9179
9180 \begin_layout Plain Layout
9181 コマンド
9182 \end_layout
9183
9184 \end_inset
9185 </cell>
9186 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9187 \begin_inset Text
9188
9189 \begin_layout Plain Layout
9190 出力
9191 \end_layout
9192
9193 \end_inset
9194 </cell>
9195 </row>
9196 <row>
9197 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9198 \begin_inset Text
9199
9200 \begin_layout Plain Layout
9201
9202 \backslash
9203 tilde
9204 \begin_inset space \textvisiblespace{}
9205 \end_inset
9206
9207 A
9208 \end_layout
9209
9210 \end_inset
9211 </cell>
9212 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9213 \begin_inset Text
9214
9215 \begin_layout Plain Layout
9216 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
9217 \end_inset
9218
9219
9220 \end_layout
9221
9222 \end_inset
9223 </cell>
9224 </row>
9225 <row>
9226 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9227 \begin_inset Text
9228
9229 \begin_layout Plain Layout
9230
9231 \backslash
9232 hat
9233 \begin_inset space \textvisiblespace{}
9234 \end_inset
9235
9236 A
9237 \end_layout
9238
9239 \end_inset
9240 </cell>
9241 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9242 \begin_inset Text
9243
9244 \begin_layout Plain Layout
9245 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
9246 \end_inset
9247
9248
9249 \end_layout
9250
9251 \end_inset
9252 </cell>
9253 </row>
9254 <row>
9255 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9256 \begin_inset Text
9257
9258 \begin_layout Plain Layout
9259
9260 \backslash
9261 check
9262 \begin_inset space \textvisiblespace{}
9263 \end_inset
9264
9265 A
9266 \end_layout
9267
9268 \end_inset
9269 </cell>
9270 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9271 \begin_inset Text
9272
9273 \begin_layout Plain Layout
9274 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
9275 \end_inset
9276
9277
9278 \end_layout
9279
9280 \end_inset
9281 </cell>
9282 </row>
9283 <row>
9284 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9285 \begin_inset Text
9286
9287 \begin_layout Plain Layout
9288
9289 \backslash
9290 acute
9291 \begin_inset space \textvisiblespace{}
9292 \end_inset
9293
9294 A
9295 \end_layout
9296
9297 \end_inset
9298 </cell>
9299 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9300 \begin_inset Text
9301
9302 \begin_layout Plain Layout
9303 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
9304 \end_inset
9305
9306
9307 \end_layout
9308
9309 \end_inset
9310 </cell>
9311 </row>
9312 <row>
9313 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9314 \begin_inset Text
9315
9316 \begin_layout Plain Layout
9317
9318 \backslash
9319 grave
9320 \begin_inset space \textvisiblespace{}
9321 \end_inset
9322
9323 A
9324 \end_layout
9325
9326 \end_inset
9327 </cell>
9328 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9329 \begin_inset Text
9330
9331 \begin_layout Plain Layout
9332 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
9333 \end_inset
9334
9335
9336 \end_layout
9337
9338 \end_inset
9339 </cell>
9340 </row>
9341 <row>
9342 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9343 \begin_inset Text
9344
9345 \begin_layout Plain Layout
9346
9347 \backslash
9348 breve
9349 \begin_inset space \textvisiblespace{}
9350 \end_inset
9351
9352 A
9353 \end_layout
9354
9355 \end_inset
9356 </cell>
9357 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9358 \begin_inset Text
9359
9360 \begin_layout Plain Layout
9361 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
9362 \end_inset
9363
9364
9365 \end_layout
9366
9367 \end_inset
9368 </cell>
9369 </row>
9370 </lyxtabular>
9371
9372 \end_inset
9373
9374
9375 \begin_inset space \hfill{}
9376 \end_inset
9377
9378
9379 \end_layout
9380
9381 \begin_layout Standard
9382 \begin_inset VSpace bigskip
9383 \end_inset
9384
9385
9386 \end_layout
9387
9388 \begin_layout Standard
9389 \begin_inset ERT
9390 status collapsed
9391
9392 \begin_layout Plain Layout
9393
9394
9395 \backslash
9396 '{e}
9397 \end_layout
9398
9399 \end_inset
9400
9401 のようなアクセントは、数式に直接入れることができます。LyXは、それを対応するアクセントコマンドに変換します。ウムラウト
9402 \begin_inset Index idx
9403 status collapsed
9404
9405 \begin_layout Plain Layout
9406 うむらうと@ウムラウト
9407 \end_layout
9408
9409 \end_inset
9410
9411 に関しては、母音の前に引用符を挿入する方法の方がよいでしょう。ウムラウトのある数式部分がドイツ語に指定してあれば、LaTeXは、引用符と母音をまとめて一つの文字
9412 として取り扱います。
9413 \series bold
9414
9415 \backslash
9416 ddot
9417 \series default
9418 と違い、この方法では、以下の例に示すように「本物の」ウムラウトが作られます。
9419 \end_layout
9420
9421 \begin_layout Standard
9422 \begin_inset VSpace -2mm
9423 \end_inset
9424
9425
9426 \end_layout
9427
9428 \begin_layout Standard
9429 \align center
9430 \begin_inset Tabular
9431 <lyxtabular version="3" rows="3" columns="2">
9432 <features rotate="0" tabularvalignment="middle">
9433 <column alignment="center" valignment="top">
9434 <column alignment="center" valignment="top">
9435 <row>
9436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9437 \begin_inset Text
9438
9439 \begin_layout Plain Layout
9440 コマンド
9441 \end_layout
9442
9443 \end_inset
9444 </cell>
9445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9446 \begin_inset Text
9447
9448 \begin_layout Plain Layout
9449 出力
9450 \begin_inset Note Note
9451 status collapsed
9452
9453 \begin_layout Plain Layout
9454 ここで
9455 \series bold
9456
9457 \backslash
9458 raisebox
9459 \series default
9460 および0ポイント空白はスペーサーとして使用しているだけです。
9461 \end_layout
9462
9463 \end_inset
9464
9465
9466 \end_layout
9467
9468 \end_inset
9469 </cell>
9470 </row>
9471 <row>
9472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9473 \begin_inset Text
9474
9475 \begin_layout Plain Layout
9476 \begin_inset Quotes grd
9477 \end_inset
9478
9479 i
9480 \end_layout
9481
9482 \end_inset
9483 </cell>
9484 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9485 \begin_inset Text
9486
9487 \begin_layout Plain Layout
9488
9489 \lang ngerman
9490 \begin_inset space \hspace{}
9491 \length 0pt
9492 \end_inset
9493
9494
9495 \begin_inset Formula $"i$
9496 \end_inset
9497
9498
9499 \end_layout
9500
9501 \end_inset
9502 </cell>
9503 </row>
9504 <row>
9505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9506 \begin_inset Text
9507
9508 \begin_layout Plain Layout
9509
9510 \backslash
9511 ddot
9512 \begin_inset space \textvisiblespace{}
9513 \end_inset
9514
9515 i
9516 \end_layout
9517
9518 \end_inset
9519 </cell>
9520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9521 \begin_inset Text
9522
9523 \begin_layout Plain Layout
9524 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
9525 \end_inset
9526
9527
9528 \end_layout
9529
9530 \end_inset
9531 </cell>
9532 </row>
9533 </lyxtabular>
9534
9535 \end_inset
9536
9537
9538 \end_layout
9539
9540 \begin_layout Standard
9541
9542 \series bold
9543
9544 \backslash
9545 ddot
9546 \series default
9547 に比べて良いもう一つの利点は、上記のアクセントコマンドが
9548 \emph on
9549 数式中テキストでは使用できない
9550 \emph default
9551 のに対し、ウムラウトは直接数式中テキストに変換されることです。(アクセントコマンドによる)アクセント付き文字を数式中テキストに変換すると、アクセントの下にある文
9552 字しか変換されません。これは、たとえばイタリック体やボールド体への変換など、他のすべての変換に関しても言えることです。
9553 \end_layout
9554
9555 \begin_layout Standard
9556 ウムラウトと他のアクセント付き文字は、数式中テキストに直接入れることができます。
9557 \end_layout
9558
9559 \begin_layout Standard
9560 \begin_inset VSpace bigskip
9561 \end_inset
9562
9563
9564 \end_layout
9565
9566 \begin_layout Standard
9567
9568 \lang english
9569 LyX also supports a tilde under the character if the LaTeX-package
9570 \lang japanese
9571  
9572 \series bold
9573 undertilde
9574 \series default
9575
9576 \begin_inset Index idx
9577 status collapsed
9578
9579 \begin_layout Plain Layout
9580 ぱっけーじ@パッケージ ! upgreek
9581 \end_layout
9582
9583 \end_inset
9584
9585  
9586 \lang english
9587 is installed on your system:
9588 \end_layout
9589
9590 \begin_layout Standard
9591 \begin_inset ERT
9592 status collapsed
9593
9594 \begin_layout Plain Layout
9595
9596
9597 \backslash
9598 ifundertilde 
9599 \end_layout
9600
9601 \end_inset
9602
9603
9604 \begin_inset Note Note
9605 status open
9606
9607 \begin_layout Plain Layout
9608 以下の表は、
9609 \series bold
9610 undertilde
9611 \series default
9612  LaTeXパッケージが導入済みのときのみ表示されます。
9613 \end_layout
9614
9615 \end_inset
9616
9617
9618 \end_layout
9619
9620 \begin_layout Standard
9621 \noindent
9622 \align center
9623 \begin_inset Tabular
9624 <lyxtabular version="3" rows="2" columns="2">
9625 <features rotate="0" tabularvalignment="middle">
9626 <column alignment="center" valignment="top" width="0pt">
9627 <column alignment="center" valignment="top" width="0pt">
9628 <row>
9629 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9630 \begin_inset Text
9631
9632 \begin_layout Plain Layout
9633 コマンド
9634 \end_layout
9635
9636 \end_inset
9637 </cell>
9638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9639 \begin_inset Text
9640
9641 \begin_layout Plain Layout
9642 出力
9643 \end_layout
9644
9645 \end_inset
9646 </cell>
9647 </row>
9648 <row>
9649 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9650 \begin_inset Text
9651
9652 \begin_layout Plain Layout
9653
9654 \backslash
9655 utilde
9656 \begin_inset space \textvisiblespace{}
9657 \end_inset
9658
9659 A
9660 \end_layout
9661
9662 \end_inset
9663 </cell>
9664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9665 \begin_inset Text
9666
9667 \begin_layout Plain Layout
9668 \begin_inset Formula $\raisebox{5mm}{}\utilde{A}$
9669 \end_inset
9670
9671
9672 \end_layout
9673
9674 \end_inset
9675 </cell>
9676 </row>
9677 </lyxtabular>
9678
9679 \end_inset
9680
9681
9682 \end_layout
9683
9684 \begin_layout Standard
9685 \begin_inset ERT
9686 status collapsed
9687
9688 \begin_layout Plain Layout
9689
9690
9691 \backslash
9692 else 
9693 \end_layout
9694
9695 \end_inset
9696
9697
9698 \begin_inset Note Note
9699 status open
9700
9701 \begin_layout Plain Layout
9702 以下は、
9703 \series bold
9704 undertilde
9705 \series default
9706  LaTeXパッケージが導入されていないときのみ表示されます。
9707 \end_layout
9708
9709 \end_inset
9710
9711
9712 \end_layout
9713
9714 \begin_layout Standard
9715 この小節のすべてを出力で見るには、
9716 \series bold
9717 undertilde
9718 \series default
9719  LaTeXパッケージを導入する必要があります。
9720 \end_layout
9721
9722 \begin_layout Standard
9723 \begin_inset ERT
9724 status collapsed
9725
9726 \begin_layout Plain Layout
9727
9728
9729 \backslash
9730 fi 
9731 \end_layout
9732
9733 \end_inset
9734
9735
9736 \end_layout
9737
9738 \begin_layout Subsection
9739 複数の文字に付けるアクセント
9740 \begin_inset Index idx
9741 status collapsed
9742
9743 \begin_layout Plain Layout
9744 あくせんと@アクセント ! ふくすうのもじにつける@複数の文字に付ける
9745 \end_layout
9746
9747 \end_inset
9748
9749
9750 \end_layout
9751
9752 \begin_layout Standard
9753 \begin_inset space \hfill{}
9754 \end_inset
9755
9756
9757 \begin_inset Tabular
9758 <lyxtabular version="3" rows="5" columns="2">
9759 <features rotate="0" tabularvalignment="middle">
9760 <column alignment="center" valignment="top" width="0pt">
9761 <column alignment="center" valignment="top" width="0pt">
9762 <row>
9763 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9764 \begin_inset Text
9765
9766 \begin_layout Plain Layout
9767 コマンド
9768 \end_layout
9769
9770 \end_inset
9771 </cell>
9772 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9773 \begin_inset Text
9774
9775 \begin_layout Plain Layout
9776 出力
9777 \begin_inset Note Note
9778 status collapsed
9779
9780 \begin_layout Plain Layout
9781 ここで
9782 \series bold
9783
9784 \backslash
9785 raisebox
9786 \series default
9787 はスペーサーとして使用しているだけです。
9788 \end_layout
9789
9790 \end_inset
9791
9792
9793 \end_layout
9794
9795 \end_inset
9796 </cell>
9797 </row>
9798 <row>
9799 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9800 \begin_inset Text
9801
9802 \begin_layout Plain Layout
9803
9804 \backslash
9805 overleftarrow
9806 \begin_inset space \textvisiblespace{}
9807 \end_inset
9808
9809 A=B
9810 \end_layout
9811
9812 \end_inset
9813 </cell>
9814 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9815 \begin_inset Text
9816
9817 \begin_layout Plain Layout
9818 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
9819 \end_inset
9820
9821
9822 \end_layout
9823
9824 \end_inset
9825 </cell>
9826 </row>
9827 <row>
9828 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9829 \begin_inset Text
9830
9831 \begin_layout Plain Layout
9832
9833 \backslash
9834 underleftarrow
9835 \begin_inset space \textvisiblespace{}
9836 \end_inset
9837
9838 A=B
9839 \end_layout
9840
9841 \end_inset
9842 </cell>
9843 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9844 \begin_inset Text
9845
9846 \begin_layout Plain Layout
9847 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
9848 \end_inset
9849
9850
9851 \end_layout
9852
9853 \end_inset
9854 </cell>
9855 </row>
9856 <row>
9857 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9858 \begin_inset Text
9859
9860 \begin_layout Plain Layout
9861
9862 \backslash
9863 overleftrightarrow
9864 \begin_inset space \textvisiblespace{}
9865 \end_inset
9866
9867 A=B
9868 \end_layout
9869
9870 \end_inset
9871 </cell>
9872 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9873 \begin_inset Text
9874
9875 \begin_layout Plain Layout
9876 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
9877 \end_inset
9878
9879
9880 \end_layout
9881
9882 \end_inset
9883 </cell>
9884 </row>
9885 <row>
9886 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9887 \begin_inset Text
9888
9889 \begin_layout Plain Layout
9890
9891 \backslash
9892 underleftrightarrow
9893 \begin_inset space \textvisiblespace{}
9894 \end_inset
9895
9896 A=B
9897 \end_layout
9898
9899 \end_inset
9900 </cell>
9901 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9902 \begin_inset Text
9903
9904 \begin_layout Plain Layout
9905 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
9906 \end_inset
9907
9908
9909 \end_layout
9910
9911 \end_inset
9912 </cell>
9913 </row>
9914 </lyxtabular>
9915
9916 \end_inset
9917
9918
9919 \begin_inset space \hfill{}
9920 \end_inset
9921
9922
9923 \begin_inset Tabular
9924 <lyxtabular version="3" rows="5" columns="2">
9925 <features rotate="0" tabularvalignment="middle">
9926 <column alignment="center" valignment="top" width="0pt">
9927 <column alignment="center" valignment="top" width="0pt">
9928 <row>
9929 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9930 \begin_inset Text
9931
9932 \begin_layout Plain Layout
9933 コマンド
9934 \end_layout
9935
9936 \end_inset
9937 </cell>
9938 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9939 \begin_inset Text
9940
9941 \begin_layout Plain Layout
9942 出力
9943 \end_layout
9944
9945 \end_inset
9946 </cell>
9947 </row>
9948 <row>
9949 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9950 \begin_inset Text
9951
9952 \begin_layout Plain Layout
9953
9954 \backslash
9955 overrightarrow
9956 \begin_inset space \textvisiblespace{}
9957 \end_inset
9958
9959 A=B
9960 \end_layout
9961
9962 \end_inset
9963 </cell>
9964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9965 \begin_inset Text
9966
9967 \begin_layout Plain Layout
9968 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
9969 \end_inset
9970
9971
9972 \end_layout
9973
9974 \end_inset
9975 </cell>
9976 </row>
9977 <row>
9978 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9979 \begin_inset Text
9980
9981 \begin_layout Plain Layout
9982
9983 \backslash
9984 underrightarrow
9985 \begin_inset space \textvisiblespace{}
9986 \end_inset
9987
9988 A=B
9989 \end_layout
9990
9991 \end_inset
9992 </cell>
9993 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9994 \begin_inset Text
9995
9996 \begin_layout Plain Layout
9997 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
9998 \end_inset
9999
10000
10001 \end_layout
10002
10003 \end_inset
10004 </cell>
10005 </row>
10006 <row>
10007 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10008 \begin_inset Text
10009
10010 \begin_layout Plain Layout
10011
10012 \backslash
10013 widetilde
10014 \begin_inset space \textvisiblespace{}
10015 \end_inset
10016
10017 A=B
10018 \end_layout
10019
10020 \end_inset
10021 </cell>
10022 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10023 \begin_inset Text
10024
10025 \begin_layout Plain Layout
10026 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
10027 \end_inset
10028
10029
10030 \end_layout
10031
10032 \end_inset
10033 </cell>
10034 </row>
10035 <row>
10036 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10037 \begin_inset Text
10038
10039 \begin_layout Plain Layout
10040
10041 \backslash
10042 widehat
10043 \begin_inset space \textvisiblespace{}
10044 \end_inset
10045
10046 A=B
10047 \end_layout
10048
10049 \end_inset
10050 </cell>
10051 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10052 \begin_inset Text
10053
10054 \begin_layout Plain Layout
10055 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
10056 \end_inset
10057
10058
10059 \end_layout
10060
10061 \end_inset
10062 </cell>
10063 </row>
10064 </lyxtabular>
10065
10066 \end_inset
10067
10068
10069 \begin_inset space \hfill{}
10070 \end_inset
10071
10072
10073 \end_layout
10074
10075 \begin_layout Standard
10076 \begin_inset VSpace medskip
10077 \end_inset
10078
10079 これらのコマンドでは、好きなだけ多くの文字にアクセントを付けることができます。しかし、
10080 \series bold
10081
10082 \backslash
10083 widetilde
10084 \series default
10085 および
10086 \series bold
10087
10088 \backslash
10089 widehat
10090 \series default
10091 のアクセントは、以下の例のように、出力では3文字分の長さにしかなりません。
10092 \begin_inset Formula 
10093 \[
10094 \widetilde{A+B=C-D}
10095 \]
10096
10097 \end_inset
10098
10099
10100 \end_layout
10101
10102 \begin_layout Standard
10103 前小節で述べた
10104 \series bold
10105
10106 \backslash
10107 overset
10108 \series default
10109
10110 \begin_inset Index idx
10111 status collapsed
10112
10113 \begin_layout Plain Layout
10114 こまんど@コマンド ! O ! 
10115 \backslash
10116 overset
10117 \end_layout
10118
10119 \end_inset
10120
10121 コマンドと
10122 \series bold
10123
10124 \backslash
10125 underset
10126 \series default
10127
10128 \begin_inset Index idx
10129 status collapsed
10130
10131 \begin_layout Plain Layout
10132 こまんど@コマンド ! U ! 
10133 \backslash
10134 underset
10135 \end_layout
10136
10137 \end_inset
10138
10139 コマンドを使っても、複数の文字にアクセントを付けることができます。
10140 \series bold
10141
10142 \backslash
10143 underset
10144 \begin_inset space \textvisiblespace{}
10145 \end_inset
10146
10147 A=B
10148 \begin_inset Formula $\downarrow$
10149 \end_inset
10150
10151 ***
10152 \series default
10153 というコマンドは、
10154 \begin_inset Formula 
10155 \[
10156 \underset{***}{A=B}
10157 \]
10158
10159 \end_inset
10160
10161 のようになります。
10162 \end_layout
10163
10164 \begin_layout Section
10165 空白
10166 \begin_inset CommandInset label
10167 LatexCommand label
10168 name "sub:空白"
10169
10170 \end_inset
10171
10172
10173 \begin_inset Index idx
10174 status collapsed
10175
10176 \begin_layout Plain Layout
10177 くうはく@空白 ! すいへい@水平
10178 \end_layout
10179
10180 \end_inset
10181
10182
10183 \end_layout
10184
10185 \begin_layout Subsection
10186 定義済みの空白
10187 \begin_inset CommandInset label
10188 LatexCommand label
10189 name "sub:定義済みの空白"
10190
10191 \end_inset
10192
10193
10194 \begin_inset Index idx
10195 status collapsed
10196
10197 \begin_layout Plain Layout
10198 くうはく@空白 ! すいへい@水平 ! ていぎずみ@定義済み
10199 \end_layout
10200
10201 \end_inset
10202
10203
10204 \end_layout
10205
10206 \begin_layout Standard
10207 数式に水平方向の空白を挿入することが、必要になることがあります。これは、保護された空白(
10208 \begin_inset Flex Ruby
10209 status collapsed
10210
10211 \begin_layout Plain Layout
10212 捷径
10213 \begin_inset Argument post:1
10214 status collapsed
10215
10216 \begin_layout Plain Layout
10217 ショートカット
10218 \end_layout
10219
10220 \end_inset
10221
10222
10223 \end_layout
10224
10225 \end_inset
10226
10227
10228 \begin_inset Info
10229 type  "shortcut"
10230 arg   "space-insert protected"
10231 \end_inset
10232
10233 )を挿入することで実現できます。「
10234 \color blue
10235
10236 \begin_inset space \textvisiblespace{}
10237 \end_inset
10238
10239
10240 \color inherit
10241 」が現れるので、
10242 \family sans
10243 Space
10244 \family default
10245 を何回か押すことによって、8種の異なる長さの空白のうち一つを選択することができます。空白は、数式ツールバーボタンの
10246 \begin_inset Info
10247 type  "icon"
10248 arg   "math-insert \\space"
10249 \end_inset
10250
10251 を押すか、特定のコマンドを入力することで、挿入することができます。挿入したコマンド如何に関わらず、直後に
10252 \family sans
10253 Space
10254 \family default
10255 を押すことによって、長さを変更することができます。
10256 \end_layout
10257
10258 \begin_layout Standard
10259 \noindent
10260 \align center
10261 \begin_inset Tabular
10262 <lyxtabular version="3" rows="6" columns="3">
10263 <features rotate="0" tabularvalignment="middle">
10264 <column alignment="center" valignment="top">
10265 <column alignment="center" valignment="top" width="15col%">
10266 <column alignment="center" valignment="top">
10267 <row>
10268 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10269 \begin_inset Text
10270
10271 \begin_layout Plain Layout
10272 コマンド
10273 \end_layout
10274
10275 \end_inset
10276 </cell>
10277 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10278 \begin_inset Text
10279
10280 \begin_layout Plain Layout
10281 保護された空白を挿入したのち、
10282 \family sans
10283 Space
10284 \family default
10285 を叩く回数
10286 \end_layout
10287
10288 \end_inset
10289 </cell>
10290 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10291 \begin_inset Text
10292
10293 \begin_layout Plain Layout
10294 出力
10295 \end_layout
10296
10297 \end_inset
10298 </cell>
10299 </row>
10300 <row>
10301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10302 \begin_inset Text
10303
10304 \begin_layout Plain Layout
10305
10306 \backslash
10307 ,
10308 \end_layout
10309
10310 \end_inset
10311 </cell>
10312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10313 \begin_inset Text
10314
10315 \begin_layout Plain Layout
10316 0
10317 \end_layout
10318
10319 \end_inset
10320 </cell>
10321 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10322 \begin_inset Text
10323
10324 \begin_layout Plain Layout
10325 \begin_inset Formula $A\, B$
10326 \end_inset
10327
10328
10329 \end_layout
10330
10331 \end_inset
10332 </cell>
10333 </row>
10334 <row>
10335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10336 \begin_inset Text
10337
10338 \begin_layout Plain Layout
10339
10340 \backslash
10341 :
10342 \end_layout
10343
10344 \end_inset
10345 </cell>
10346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10347 \begin_inset Text
10348
10349 \begin_layout Plain Layout
10350 1
10351 \end_layout
10352
10353 \end_inset
10354 </cell>
10355 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10356 \begin_inset Text
10357
10358 \begin_layout Plain Layout
10359 \begin_inset Formula $A\: B$
10360 \end_inset
10361
10362
10363 \end_layout
10364
10365 \end_inset
10366 </cell>
10367 </row>
10368 <row>
10369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10370 \begin_inset Text
10371
10372 \begin_layout Plain Layout
10373
10374 \backslash
10375 ;
10376 \end_layout
10377
10378 \end_inset
10379 </cell>
10380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10381 \begin_inset Text
10382
10383 \begin_layout Plain Layout
10384 2
10385 \end_layout
10386
10387 \end_inset
10388 </cell>
10389 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10390 \begin_inset Text
10391
10392 \begin_layout Plain Layout
10393 \begin_inset Formula $A\; B$
10394 \end_inset
10395
10396
10397 \end_layout
10398
10399 \end_inset
10400 </cell>
10401 </row>
10402 <row>
10403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10404 \begin_inset Text
10405
10406 \begin_layout Plain Layout
10407
10408 \backslash
10409 quad
10410 \end_layout
10411
10412 \end_inset
10413 </cell>
10414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10415 \begin_inset Text
10416
10417 \begin_layout Plain Layout
10418 3
10419 \end_layout
10420
10421 \end_inset
10422 </cell>
10423 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10424 \begin_inset Text
10425
10426 \begin_layout Plain Layout
10427 \begin_inset Formula $A\quad B$
10428 \end_inset
10429
10430
10431 \end_layout
10432
10433 \end_inset
10434 </cell>
10435 </row>
10436 <row>
10437 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10438 \begin_inset Text
10439
10440 \begin_layout Plain Layout
10441
10442 \backslash
10443 qquad
10444 \end_layout
10445
10446 \end_inset
10447 </cell>
10448 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10449 \begin_inset Text
10450
10451 \begin_layout Plain Layout
10452 4
10453 \end_layout
10454
10455 \end_inset
10456 </cell>
10457 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10458 \begin_inset Text
10459
10460 \begin_layout Plain Layout
10461 \begin_inset Formula $A\qquad B$
10462 \end_inset
10463
10464
10465 \end_layout
10466
10467 \end_inset
10468 </cell>
10469 </row>
10470 </lyxtabular>
10471
10472 \end_inset
10473
10474
10475 \begin_inset space \hfill{}
10476 \end_inset
10477
10478
10479 \begin_inset Tabular
10480 <lyxtabular version="3" rows="6" columns="3">
10481 <features rotate="0" tabularvalignment="middle">
10482 <column alignment="center" valignment="top">
10483 <column alignment="center" valignment="top" width="15col%">
10484 <column alignment="center" valignment="top">
10485 <row>
10486 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10487 \begin_inset Text
10488
10489 \begin_layout Plain Layout
10490 コマンド
10491 \end_layout
10492
10493 \end_inset
10494 </cell>
10495 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10496 \begin_inset Text
10497
10498 \begin_layout Plain Layout
10499 保護された空白を挿入したのち、
10500 \family sans
10501 Space
10502 \family default
10503 を叩く回数
10504 \end_layout
10505
10506 \end_inset
10507 </cell>
10508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10509 \begin_inset Text
10510
10511 \begin_layout Plain Layout
10512 出力
10513 \end_layout
10514
10515 \end_inset
10516 </cell>
10517 </row>
10518 <row>
10519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10520 \begin_inset Text
10521
10522 \begin_layout Plain Layout
10523
10524 \backslash
10525 hfill
10526 \end_layout
10527
10528 \end_inset
10529 </cell>
10530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10531 \begin_inset Text
10532
10533 \begin_layout Plain Layout
10534 5
10535 \end_layout
10536
10537 \end_inset
10538 </cell>
10539 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10540 \begin_inset Text
10541
10542 \begin_layout Plain Layout
10543 \begin_inset Formula $A\hfill B$
10544 \end_inset
10545
10546
10547 \end_layout
10548
10549 \end_inset
10550 </cell>
10551 </row>
10552 <row>
10553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10554 \begin_inset Text
10555
10556 \begin_layout Plain Layout
10557
10558 \backslash
10559 hspace*{1em}
10560 \end_layout
10561
10562 \end_inset
10563 </cell>
10564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10565 \begin_inset Text
10566
10567 \begin_layout Plain Layout
10568 6
10569 \end_layout
10570
10571 \end_inset
10572 </cell>
10573 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10574 \begin_inset Text
10575
10576 \begin_layout Plain Layout
10577 \begin_inset Formula $A\hspace*{1em}B$
10578 \end_inset
10579
10580
10581 \end_layout
10582
10583 \end_inset
10584 </cell>
10585 </row>
10586 <row>
10587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10588 \begin_inset Text
10589
10590 \begin_layout Plain Layout
10591
10592 \backslash
10593 hspace{1em}
10594 \end_layout
10595
10596 \end_inset
10597 </cell>
10598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10599 \begin_inset Text
10600
10601 \begin_layout Plain Layout
10602 7
10603 \end_layout
10604
10605 \end_inset
10606 </cell>
10607 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10608 \begin_inset Text
10609
10610 \begin_layout Plain Layout
10611 \begin_inset Formula $A\hspace{1em}B$
10612 \end_inset
10613
10614
10615 \end_layout
10616
10617 \end_inset
10618 </cell>
10619 </row>
10620 <row>
10621 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10622 \begin_inset Text
10623
10624 \begin_layout Plain Layout
10625
10626 \backslash
10627
10628 \begin_inset space \textvisiblespace{}
10629 \end_inset
10630
10631
10632 \end_layout
10633
10634 \end_inset
10635 </cell>
10636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10637 \begin_inset Text
10638
10639 \begin_layout Plain Layout
10640 8
10641 \end_layout
10642
10643 \end_inset
10644 </cell>
10645 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10646 \begin_inset Text
10647
10648 \begin_layout Plain Layout
10649 \begin_inset Formula $A\ B$
10650 \end_inset
10651
10652
10653 \end_layout
10654
10655 \end_inset
10656 </cell>
10657 </row>
10658 <row>
10659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10660 \begin_inset Text
10661
10662 \begin_layout Plain Layout
10663
10664 \backslash
10665 !
10666 \end_layout
10667
10668 \end_inset
10669 </cell>
10670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10671 \begin_inset Text
10672
10673 \begin_layout Plain Layout
10674 9
10675 \end_layout
10676
10677 \end_inset
10678 </cell>
10679 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10680 \begin_inset Text
10681
10682 \begin_layout Plain Layout
10683 \begin_inset Formula $A\! B$
10684 \end_inset
10685
10686
10687 \end_layout
10688
10689 \end_inset
10690 </cell>
10691 </row>
10692 </lyxtabular>
10693
10694 \end_inset
10695
10696
10697 \end_layout
10698
10699 \begin_layout Standard
10700
10701 \lang english
10702 Space
10703 \begin_inset space ~
10704 \end_inset
10705
10706 5
10707 \begin_inset space \thinspace{}
10708 \end_inset
10709
10710 --
10711 \begin_inset space \thinspace{}
10712 \end_inset
10713
10714 7 are variable spaces which are explained in
10715 \lang japanese
10716  
10717 \begin_inset CommandInset ref
10718 LatexCommand ref
10719 reference "sub:可変長の空白"
10720
10721 \end_inset
10722
10723 .一番右の長さは、一見、空白を生まないように見えます。実はこれは負の長さなので、他の長さと異なり、LyX中では赤で表示されます。以下のように、他にもう二つ、負の長
10724 さの空白があります。
10725 \end_layout
10726
10727 \begin_layout Standard
10728 \align center
10729 \begin_inset Tabular
10730 <lyxtabular version="3" rows="3" columns="3">
10731 <features rotate="0" tabularvalignment="middle">
10732 <column alignment="center" valignment="middle" width="6.8cm">
10733 <column alignment="center" valignment="top" width="0pt">
10734 <column alignment="center" valignment="top" width="0pt">
10735 <row>
10736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10737 \begin_inset Text
10738
10739 \begin_layout Plain Layout
10740 コマンド
10741 \end_layout
10742
10743 \end_inset
10744 </cell>
10745 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10746 \begin_inset Text
10747
10748 \begin_layout Plain Layout
10749
10750 \backslash
10751 negmedspace
10752 \end_layout
10753
10754 \end_inset
10755 </cell>
10756 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10757 \begin_inset Text
10758
10759 \begin_layout Plain Layout
10760
10761 \backslash
10762 negthickspace
10763 \end_layout
10764
10765 \end_inset
10766 </cell>
10767 </row>
10768 <row>
10769 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10770 \begin_inset Text
10771
10772 \begin_layout Plain Layout
10773 保護された空白を挿入したのち、
10774 \family sans
10775 Space
10776 \family default
10777 を叩く回数
10778 \end_layout
10779
10780 \end_inset
10781 </cell>
10782 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10783 \begin_inset Text
10784
10785 \begin_layout Plain Layout
10786 10
10787 \end_layout
10788
10789 \end_inset
10790 </cell>
10791 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10792 \begin_inset Text
10793
10794 \begin_layout Plain Layout
10795 11
10796 \end_layout
10797
10798 \end_inset
10799 </cell>
10800 </row>
10801 <row>
10802 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10803 \begin_inset Text
10804
10805 \begin_layout Plain Layout
10806 出力
10807 \end_layout
10808
10809 \end_inset
10810 </cell>
10811 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10812 \begin_inset Text
10813
10814 \begin_layout Plain Layout
10815 \begin_inset Formula $A\negmedspace B$
10816 \end_inset
10817
10818
10819 \end_layout
10820
10821 \end_inset
10822 </cell>
10823 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10824 \begin_inset Text
10825
10826 \begin_layout Plain Layout
10827 \begin_inset Formula $A\negthickspace B$
10828 \end_inset
10829
10830
10831 \end_layout
10832
10833 \end_inset
10834 </cell>
10835 </row>
10836 </lyxtabular>
10837
10838 \end_inset
10839
10840
10841 \end_layout
10842
10843 \begin_layout Standard
10844 負の空白を使うと、文字が重なってしまうことがあります。これを利用して、合字処理を強制することができます。これは、たとえば以下のように、和演算子に使えます。
10845 \end_layout
10846
10847 \begin_layout Standard
10848 \align center
10849 \begin_inset Tabular
10850 <lyxtabular version="3" rows="3" columns="2">
10851 <features rotate="0" tabularvalignment="middle">
10852 <column alignment="center" valignment="top">
10853 <column alignment="center" valignment="top">
10854 <row>
10855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10856 \begin_inset Text
10857
10858 \begin_layout Plain Layout
10859 コマンド
10860 \end_layout
10861
10862 \end_inset
10863 </cell>
10864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10865 \begin_inset Text
10866
10867 \begin_layout Plain Layout
10868 出力
10869 \begin_inset Note Note
10870 status collapsed
10871
10872 \begin_layout Plain Layout
10873 ここで
10874 \series bold
10875
10876 \backslash
10877 raisebox
10878 \series default
10879 はスペーサーとして使用しているだけです。
10880 \end_layout
10881
10882 \end_inset
10883
10884
10885 \end_layout
10886
10887 \end_inset
10888 </cell>
10889 </row>
10890 <row>
10891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10892 \begin_inset Text
10893
10894 \begin_layout Plain Layout
10895
10896 \backslash
10897 sum
10898 \backslash
10899 sum
10900 \begin_inset space \textvisiblespace{}
10901 \end_inset
10902
10903 f_kl
10904 \end_layout
10905
10906 \end_inset
10907 </cell>
10908 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10909 \begin_inset Text
10910
10911 \begin_layout Plain Layout
10912 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
10913 \end_inset
10914
10915
10916 \end_layout
10917
10918 \end_inset
10919 </cell>
10920 </row>
10921 <row>
10922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10923 \begin_inset Text
10924
10925 \begin_layout Plain Layout
10926
10927 \backslash
10928 sum
10929 \backslash
10930 negmedspace
10931 \backslash
10932 sum
10933 \begin_inset space \textvisiblespace{}
10934 \end_inset
10935
10936 f_kl
10937 \end_layout
10938
10939 \end_inset
10940 </cell>
10941 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10942 \begin_inset Text
10943
10944 \begin_layout Plain Layout
10945 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
10946 \end_inset
10947
10948
10949 \end_layout
10950
10951 \end_inset
10952 </cell>
10953 </row>
10954 </lyxtabular>
10955
10956 \end_inset
10957
10958
10959 \end_layout
10960
10961 \begin_layout Standard
10962 \noindent
10963 \begin_inset VSpace medskip
10964 \end_inset
10965
10966
10967 \end_layout
10968
10969 \begin_layout Standard
10970 \noindent
10971 イコール記号などの関係子は、つねに空白を前後に伴うようになっていますが、これを抑制するには、イコール記号をTeX括弧で囲みます。以下の例にこれを示します。
10972 \end_layout
10973
10974 \begin_layout Standard
10975 \align center
10976 \begin_inset Tabular
10977 <lyxtabular version="3" rows="2" columns="2">
10978 <features rotate="0" tabularvalignment="middle">
10979 <column alignment="center" valignment="top" width="0pt">
10980 <column alignment="center" valignment="top" width="0pt">
10981 <row>
10982 <cell alignment="center" valignment="top" usebox="none">
10983 \begin_inset Text
10984
10985 \begin_layout Plain Layout
10986 通常の数式
10987 \end_layout
10988
10989 \end_inset
10990 </cell>
10991 <cell alignment="center" valignment="top" usebox="none">
10992 \begin_inset Text
10993
10994 \begin_layout Plain Layout
10995 \begin_inset Formula $A=B$
10996 \end_inset
10997
10998
10999 \end_layout
11000
11001 \end_inset
11002 </cell>
11003 </row>
11004 <row>
11005 <cell alignment="center" valignment="top" usebox="none">
11006 \begin_inset Text
11007
11008 \begin_layout Plain Layout
11009 \begin_inset Note Note
11010 status collapsed
11011
11012 \begin_layout Plain Layout
11013 ここで
11014 \series bold
11015
11016 \backslash
11017 raisebox
11018 \series default
11019 はスペーサーとして使用しているだけです。
11020 \end_layout
11021
11022 \end_inset
11023
11024
11025 \begin_inset Formula $\raisebox{5mm}{}$
11026 \end_inset
11027
11028 空白なしの数式
11029 \end_layout
11030
11031 \end_inset
11032 </cell>
11033 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11034 \begin_inset Text
11035
11036 \begin_layout Plain Layout
11037 \begin_inset Formula $A{=}B$
11038 \end_inset
11039
11040
11041 \end_layout
11042
11043 \end_inset
11044 </cell>
11045 </row>
11046 </lyxtabular>
11047
11048 \end_inset
11049
11050
11051 \end_layout
11052
11053 \begin_layout Standard
11054 \noindent
11055 二行目の数式を作るコマンドは、
11056 \series bold
11057 A
11058 \backslash
11059 {=
11060 \begin_inset Formula $\to$
11061 \end_inset
11062
11063 B
11064 \series default
11065 です。
11066 \end_layout
11067
11068 \begin_layout Standard
11069 \begin_inset VSpace bigskip
11070 \end_inset
11071
11072 物理単位には、値と単位のあいだに通常の空白ではなく、最小の空白を入れる必要があるために、それに適した空白が必要です。本文中の単位には、挿入\SpecialChar \menuseparator
11073 整形\SpecialChar \menuseparator
11074 小空白メニュー(
11075 \begin_inset Flex Ruby
11076 status collapsed
11077
11078 \begin_layout Plain Layout
11079 捷径
11080 \begin_inset Argument post:1
11081 status collapsed
11082
11083 \begin_layout Plain Layout
11084 ショートカット
11085 \end_layout
11086
11087 \end_inset
11088
11089
11090 \end_layout
11091
11092 \end_inset
11093
11094
11095 \begin_inset Info
11096 type  "shortcut"
11097 arg   "space-insert thin"
11098 \end_inset
11099
11100 )で、最小の空白を挿入することができます。
11101 \end_layout
11102
11103 \begin_layout Standard
11104 違いを示す例を以下に掲げます。
11105 \end_layout
11106
11107 \begin_layout Standard
11108 \begin_inset Tabular
11109 <lyxtabular version="3" rows="2" columns="2">
11110 <features rotate="0" tabularvalignment="middle">
11111 <column alignment="left" valignment="top">
11112 <column alignment="left" valignment="top">
11113 <row>
11114 <cell alignment="center" valignment="top" usebox="none">
11115 \begin_inset Text
11116
11117 \begin_layout Plain Layout
11118 24 kW
11119 \begin_inset Formula $\cdot$
11120 \end_inset
11121
11122 h
11123 \end_layout
11124
11125 \end_inset
11126 </cell>
11127 <cell alignment="center" valignment="top" usebox="none">
11128 \begin_inset Text
11129
11130 \begin_layout Plain Layout
11131 値と単位のあいだに通常の空白を入れた例
11132 \end_layout
11133
11134 \end_inset
11135 </cell>
11136 </row>
11137 <row>
11138 <cell alignment="center" valignment="top" usebox="none">
11139 \begin_inset Text
11140
11141 \begin_layout Plain Layout
11142 24
11143 \begin_inset space \thinspace{}
11144 \end_inset
11145
11146 kW
11147 \begin_inset Formula $\cdot$
11148 \end_inset
11149
11150 h
11151 \end_layout
11152
11153 \end_inset
11154 </cell>
11155 <cell alignment="center" valignment="top" usebox="none">
11156 \begin_inset Text
11157
11158 \begin_layout Plain Layout
11159 値と単位のあいだに最小の空白を入れた例
11160 \end_layout
11161
11162 \end_inset
11163 </cell>
11164 </row>
11165 </lyxtabular>
11166
11167 \end_inset
11168
11169
11170 \end_layout
11171
11172 \begin_layout Subsection
11173 可変長の空白
11174 \begin_inset ERT
11175 status collapsed
11176
11177 \begin_layout Plain Layout
11178
11179
11180 \backslash
11181 texorpdfstring{
11182 \end_layout
11183
11184 \end_inset
11185
11186
11187 \begin_inset Foot
11188 status collapsed
11189
11190 \begin_layout Plain Layout
11191 数式中の垂直方向の空白については、第
11192 \begin_inset CommandInset ref
11193 LatexCommand ref
11194 reference "sub:行間"
11195
11196 \end_inset
11197
11198 節をご覧下さい。
11199 \end_layout
11200
11201 \end_inset
11202
11203
11204 \begin_inset ERT
11205 status collapsed
11206
11207 \begin_layout Plain Layout
11208
11209 }{}
11210 \end_layout
11211
11212 \end_inset
11213
11214
11215 \begin_inset Note Note
11216 status collapsed
11217
11218 \begin_layout Plain Layout
11219
11220 \backslash
11221 texorpdfstringは、PDFのしおりに脚注が現れるのを防ぐために使われています。
11222 \end_layout
11223
11224 \begin_layout Plain Layout
11225
11226 \backslash
11227 texorpdfstringについての詳細は、第
11228 \begin_inset CommandInset ref
11229 LatexCommand ref
11230 reference "sub:節見出し中の数式"
11231
11232 \end_inset
11233
11234 節にあります。
11235 \end_layout
11236
11237 \end_inset
11238
11239
11240 \begin_inset CommandInset label
11241 LatexCommand label
11242 name "sub:可変長の空白"
11243
11244 \end_inset
11245
11246
11247 \begin_inset Index idx
11248 status collapsed
11249
11250 \begin_layout Plain Layout
11251 くうはく@空白 ! すいへいほうこう@水平方向 ! かへんちょう@可変長
11252 \end_layout
11253
11254 \end_inset
11255
11256
11257 \end_layout
11258
11259 \begin_layout Standard
11260 指定した長さの空白が、
11261 \series bold
11262
11263 \backslash
11264 hspace
11265 \series default
11266
11267 \begin_inset Index idx
11268 status collapsed
11269
11270 \begin_layout Plain Layout
11271 こまんど@コマンド ! H ! 
11272 \backslash
11273 hspace
11274 \end_layout
11275
11276 \end_inset
11277
11278 コマンドで入力することができます。すると、ながい「
11279 \color blue
11280
11281 \begin_inset space \textvisiblespace{}
11282 \end_inset
11283
11284
11285 \color inherit
11286 」が現れます。長さは、「
11287 \color blue
11288
11289 \begin_inset space \textvisiblespace{}
11290 \end_inset
11291
11292
11293 \color inherit
11294 」を左クリックすることによって指定することができます。長さは負の値でも構いません。
11295 \lang english
11296 When a space would be the first character in a line it would be omitted.
11297  To force its output use the command 
11298 \series bold
11299
11300 \backslash
11301 hspace*
11302 \series default
11303  instead of 
11304 \series bold
11305
11306 \backslash
11307 hspace
11308 \series default
11309  or left-click on the 
11310 \begin_inset Quotes eld
11311 \end_inset
11312
11313
11314 \color blue
11315
11316 \begin_inset space \textvisiblespace{}
11317 \end_inset
11318
11319
11320 \color inherit
11321
11322 \begin_inset Quotes erd
11323 \end_inset
11324
11325  and check the option 
11326 \family sans
11327 Protect
11328 \family default
11329 .
11330 \lang japanese
11331
11332 \begin_inset Newline newline
11333 \end_inset
11334
11335 数式が使用できる空白をすべて使い尽くすだけの空白を挿入するには、
11336 \series bold
11337
11338 \backslash
11339 hfill
11340 \series default
11341
11342 \begin_inset Index idx
11343 status collapsed
11344
11345 \begin_layout Plain Layout
11346 こまんど@コマンド ! H ! 
11347 \backslash
11348 hfill
11349 \end_layout
11350
11351 \end_inset
11352
11353 コマンドを使用します。
11354 \end_layout
11355
11356 \begin_layout Standard
11357 \begin_inset VSpace -1mm
11358 \end_inset
11359
11360
11361 \end_layout
11362
11363 \begin_layout Standard
11364 \align center
11365 \begin_inset Tabular
11366 <lyxtabular version="3" rows="4" columns="2">
11367 <features rotate="0" tabularvalignment="middle">
11368 <column alignment="center" valignment="top">
11369 <column alignment="center" valignment="top">
11370 <row>
11371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11372 \begin_inset Text
11373
11374 \begin_layout Plain Layout
11375 コマンド(
11376 \backslash
11377 hspace 長さ)
11378 \end_layout
11379
11380 \end_inset
11381 </cell>
11382 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11383 \begin_inset Text
11384
11385 \begin_layout Plain Layout
11386 出力
11387 \end_layout
11388
11389 \end_inset
11390 </cell>
11391 </row>
11392 <row>
11393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11394 \begin_inset Text
11395
11396 \begin_layout Plain Layout
11397 A=B
11398 \backslash
11399 hspace
11400 \begin_inset space \textvisiblespace{}
11401 \end_inset
11402
11403 A
11404 \backslash
11405 not=C (3
11406 \begin_inset space \thinspace{}
11407 \end_inset
11408
11409 cm)
11410 \end_layout
11411
11412 \end_inset
11413 </cell>
11414 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11415 \begin_inset Text
11416
11417 \begin_layout Plain Layout
11418 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
11419 \end_inset
11420
11421
11422 \end_layout
11423
11424 \end_inset
11425 </cell>
11426 </row>
11427 <row>
11428 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11429 \begin_inset Text
11430
11431 \begin_layout Plain Layout
11432 A
11433 \backslash
11434 hspace
11435 \begin_inset space \textvisiblespace{}
11436 \end_inset
11437
11438 A
11439 \backslash
11440 not=A (-1
11441 \begin_inset space \thinspace{}
11442 \end_inset
11443
11444 mm)
11445 \end_layout
11446
11447 \end_inset
11448 </cell>
11449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11450 \begin_inset Text
11451
11452 \begin_layout Plain Layout
11453 \begin_inset Formula $A\hspace{-1mm}A\not=A$
11454 \end_inset
11455
11456
11457 \end_layout
11458
11459 \end_inset
11460 </cell>
11461 </row>
11462 <row>
11463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11464 \begin_inset Text
11465
11466 \begin_layout Plain Layout
11467 A=A
11468 \backslash
11469 hfill
11470 \begin_inset space \textvisiblespace{}
11471 \end_inset
11472
11473 B=B
11474 \end_layout
11475
11476 \end_inset
11477 </cell>
11478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11479 \begin_inset Text
11480
11481 \begin_layout Plain Layout
11482 \begin_inset Formula $A=A\hfill B=B$
11483 \end_inset
11484
11485
11486 \end_layout
11487
11488 \end_inset
11489 </cell>
11490 </row>
11491 </lyxtabular>
11492
11493 \end_inset
11494
11495
11496 \end_layout
11497
11498 \begin_layout Standard
11499 上記の最後の例では、使用できる空白は、表の列中もっとも長い要素によって規定されます。行内数式では、空白は、
11500 \series bold
11501
11502 \backslash
11503 hfill
11504 \series default
11505 が挿入された行の長さに依存します。つまり、その行が全幅を使用している場合、空白はまったく作られません。また
11506 \series bold
11507
11508 \backslash
11509 hfill
11510 \series default
11511 は、別行立て数式中では、
11512 \series bold
11513 行頭下げ
11514 \series default
11515 数式スタイルが使われているときのみ、意味を持ちます(数式スタイルは第
11516 \begin_inset CommandInset ref
11517 LatexCommand ref
11518 reference "sec:数式様式"
11519
11520 \end_inset
11521
11522 節で説明されています)。
11523 \end_layout
11524
11525 \begin_layout Standard
11526
11527 \series bold
11528
11529 \backslash
11530 hfill
11531 \series default
11532 の他にも、空白を模様で埋める
11533 \series bold
11534
11535 \backslash
11536 dotfill
11537 \series default
11538
11539 \series bold
11540
11541 \backslash
11542 hrulefill
11543 \series default
11544 といったコマンドがあります。用例については第
11545 \begin_inset CommandInset ref
11546 LatexCommand ref
11547 reference "sub:省略符号"
11548
11549 \end_inset
11550
11551 節をご参照下さい。
11552 \end_layout
11553
11554 \begin_layout Standard
11555 本文中では、可変長空白は、
11556 \family sans
11557 挿入\SpecialChar \menuseparator
11558 整形\SpecialChar \menuseparator
11559 水平方向の空白
11560 \family default
11561 メニューで挿入することができます。
11562 \end_layout
11563
11564 \begin_layout Standard
11565 (例)
11566 \end_layout
11567
11568 \begin_layout Standard
11569 この行には、
11570 \begin_inset space \hspace{}
11571 \length 2cm
11572 \end_inset
11573
11574 2
11575 \begin_inset space \thinspace{}
11576 \end_inset
11577
11578 cmの空白が入っています。
11579 \end_layout
11580
11581 \begin_layout Standard
11582 この行には、
11583 \begin_inset space \hfill{}
11584 \end_inset
11585
11586 最大の空白が入っています。
11587 \end_layout
11588
11589 \begin_layout Subsection
11590 行内数式周りの空白
11591 \begin_inset Index idx
11592 status collapsed
11593
11594 \begin_layout Plain Layout
11595 くうはく@空白 ! ぎょうないすうしきまわり@行内数式周り
11596 \end_layout
11597
11598 \end_inset
11599
11600
11601 \end_layout
11602
11603 \begin_layout Standard
11604 行内数式前後の空白は、長さ
11605 \series bold
11606
11607 \backslash
11608 mathsurround
11609 \begin_inset Index idx
11610 status collapsed
11611
11612 \begin_layout Plain Layout
11613 こまんど@コマンド ! M ! 
11614 \backslash
11615 mathsurround
11616 \end_layout
11617
11618 \end_inset
11619
11620
11621 \series default
11622 を使って調節することができます。長さの値は、以下の書式を持つ
11623 \series bold
11624
11625 \backslash
11626 setlength
11627 \begin_inset Index idx
11628 status collapsed
11629
11630 \begin_layout Plain Layout
11631 こまんど@コマンド ! S ! 
11632 \backslash
11633 setlength
11634 \end_layout
11635
11636 \end_inset
11637
11638
11639 \series default
11640 コマンドを使って設定することができます。
11641 \end_layout
11642
11643 \begin_layout Standard
11644
11645 \series bold
11646
11647 \backslash
11648 setlength{長さ名}{値}
11649 \end_layout
11650
11651 \begin_layout Standard
11652
11653 \series bold
11654
11655 \backslash
11656 mathsurround
11657 \series default
11658 を5
11659 \begin_inset space \thinspace{}
11660 \end_inset
11661
11662 mmの値に設定するには、以下のコマンド
11663 \end_layout
11664
11665 \begin_layout Standard
11666
11667 \series bold
11668
11669 \backslash
11670 setlength{
11671 \backslash
11672 mathsurround}{5mm}
11673 \end_layout
11674
11675 \begin_layout Standard
11676 をTeXモードで挿入します。すると、5
11677 \begin_inset space \thinspace{}
11678 \end_inset
11679
11680 mmの空白がすべての行内数式の前後に設定されることになります。
11681 \begin_inset ERT
11682 status collapsed
11683
11684 \begin_layout Plain Layout
11685
11686
11687 \backslash
11688 setlength{
11689 \backslash
11690 mathsurround}{5mm}
11691 \end_layout
11692
11693 \end_inset
11694
11695
11696 \end_layout
11697
11698 \begin_layout Standard
11699 この行には、周囲に5
11700 \begin_inset space \thinspace{}
11701 \end_inset
11702
11703 mmの余白を設定した行内数式
11704 \begin_inset Formula $A=B$
11705 \end_inset
11706
11707 があります。
11708 \begin_inset ERT
11709 status collapsed
11710
11711 \begin_layout Plain Layout
11712
11713
11714 \backslash
11715 setlength{
11716 \backslash
11717 mathsurround}{0pt}
11718 \end_layout
11719
11720 \end_inset
11721
11722
11723 \end_layout
11724
11725 \begin_layout Standard
11726 既定値に戻すには、
11727 \series bold
11728
11729 \backslash
11730 mathsurround
11731 \series default
11732 を0
11733 \begin_inset space \thinspace{}
11734 \end_inset
11735
11736 ptの値に戻して下さい。
11737 \end_layout
11738
11739 \begin_layout Section
11740 ボックスと枠
11741 \begin_inset Index idx
11742 status collapsed
11743
11744 \begin_layout Plain Layout
11745 ぼっくす@ボックス
11746 \end_layout
11747
11748 \end_inset
11749
11750
11751 \begin_inset Index idx
11752 status collapsed
11753
11754 \begin_layout Plain Layout
11755 わく@枠 | see
11756 \begin_inset ERT
11757 status collapsed
11758
11759 \begin_layout Plain Layout
11760
11761 {
11762 \end_layout
11763
11764 \end_inset
11765
11766 ボックス
11767 \begin_inset ERT
11768 status collapsed
11769
11770 \begin_layout Plain Layout
11771
11772 }
11773 \end_layout
11774
11775 \end_inset
11776
11777
11778 \end_layout
11779
11780 \end_inset
11781
11782
11783 \end_layout
11784
11785 \begin_layout Standard
11786 本文中のボックスについては、取扱説明書
11787 \family typewriter
11788 埋め込みオブジェクト篇
11789 \family default
11790
11791 \family typewriter
11792 Boxes
11793 \family default
11794 の章に述べられています。
11795 \end_layout
11796
11797 \begin_layout Subsection
11798 縁付きボックス
11799 \begin_inset CommandInset label
11800 LatexCommand label
11801 name "sub:縁付きボックス"
11802
11803 \end_inset
11804
11805
11806 \begin_inset Index idx
11807 status collapsed
11808
11809 \begin_layout Plain Layout
11810 ぼっくす@ボックス ! ふちつき@縁付き
11811 \end_layout
11812
11813 \end_inset
11814
11815
11816 \end_layout
11817
11818 \begin_layout Standard
11819
11820 \series bold
11821
11822 \backslash
11823 fbox
11824 \series default
11825
11826 \begin_inset Index idx
11827 status collapsed
11828
11829 \begin_layout Plain Layout
11830 こまんど@コマンド ! F ! 
11831 \backslash
11832 fbox
11833 \end_layout
11834
11835 \end_inset
11836
11837 コマンドや
11838 \series bold
11839
11840 \backslash
11841 boxed
11842 \series default
11843
11844 \begin_inset Index idx
11845 status collapsed
11846
11847 \begin_layout Plain Layout
11848 こまんど@コマンド ! B ! 
11849 \backslash
11850 boxed
11851 \end_layout
11852
11853 \end_inset
11854
11855 コマンドを使えば、数式やその一部を枠の中に入れることができます。
11856 \end_layout
11857
11858 \begin_layout Standard
11859 どちらかのコマンドを数式に挿入すると、枠の中に青枠が現れ、数式の断片を入れることができます。
11860 \series bold
11861
11862 \backslash
11863 fbox
11864 \series default
11865 の場合には、そのままではボックスの中身が数式テキストとして取り扱われてしまうので、
11866 \family sans
11867 Ctrl+M
11868 \family default
11869 を使って、このボックスの中にもう一度数式を作らなくてはなりません。
11870 \series bold
11871
11872 \backslash
11873 boxed
11874 \series default
11875 を使った場合には、新しい数式が自動的に枠内に作られます。
11876 \end_layout
11877
11878 \begin_layout Standard
11879
11880 \series bold
11881
11882 \backslash
11883 fbox
11884 \series default
11885 コマンドは、数式がつねに本文の大きさに設定されてしまうので、別行立て数式に枠を付けるのには適していません。逆に
11886 \series bold
11887
11888 \backslash
11889 boxed
11890 \series default
11891 は、数式がつねに別行立て数式の大きさに設定されてしまうので、行内数式に枠をつけるのには適していません。
11892 \end_layout
11893
11894 \begin_layout Standard
11895
11896 \series bold
11897
11898 \backslash
11899 fbox
11900 \series default
11901 の拡張として、枠幅と配置も指定することができる
11902 \series bold
11903
11904 \backslash
11905 framebox
11906 \series default
11907
11908 \begin_inset Index idx
11909 status collapsed
11910
11911 \begin_layout Plain Layout
11912 こまんど@コマンド ! F ! 
11913 \backslash
11914 framebox
11915 \end_layout
11916
11917 \end_inset
11918
11919 コマンドがあります。
11920 \series bold
11921
11922 \backslash
11923 framebox
11924 \series default
11925 は、以下の書式を持ちます。
11926 \end_layout
11927
11928 \begin_layout Standard
11929
11930 \series bold
11931
11932 \backslash
11933 framebox[枠幅][位置]{ボックスの内容}
11934 \end_layout
11935
11936 \begin_layout Standard
11937 「位置」は、
11938 \emph on
11939 l
11940 \emph default
11941
11942 \emph on
11943 r
11944 \emph default
11945 の値をとります。
11946 \emph on
11947 l
11948 \emph default
11949 は、ボックス中で数式を左寄せ、
11950 \emph on
11951 r
11952 \emph default
11953 は右寄せにします。位置を指定しない時には、数式は中央揃えになります。
11954 \begin_inset Newline newline
11955 \end_inset
11956
11957 「枠幅」を指定しない時には、位置を指定することができません。この場合には、
11958 \series bold
11959
11960 \backslash
11961 fbox
11962 \series default
11963 と同様、枠幅がボックスの内容に応じて調節されるのです。
11964 \end_layout
11965
11966 \begin_layout Standard
11967
11968 \series bold
11969
11970 \backslash
11971 framebox
11972 \series default
11973 コマンドを挿入すると、三つの青枠を含むボックスが現れます。最初の二つの枠は括弧で囲まれており、二つとも非必須の変数であることを意味します。三つ目の枠は、
11974 \series bold
11975
11976 \backslash
11977 fbox
11978 \series default
11979 同様、数式の断片を入れるためのものです。
11980 \end_layout
11981
11982 \begin_layout Standard
11983 \align center
11984 \begin_inset Tabular
11985 <lyxtabular version="3" rows="5" columns="2">
11986 <features rotate="0" tabularvalignment="middle">
11987 <column alignment="center" valignment="top">
11988 <column alignment="center" valignment="top">
11989 <row>
11990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11991 \begin_inset Text
11992
11993 \begin_layout Plain Layout
11994 コマンド
11995 \end_layout
11996
11997 \end_inset
11998 </cell>
11999 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12000 \begin_inset Text
12001
12002 \begin_layout Plain Layout
12003 出力
12004 \begin_inset Note Note
12005 status collapsed
12006
12007 \begin_layout Plain Layout
12008 ここで
12009 \series bold
12010
12011 \backslash
12012 raisebox
12013 \series default
12014 はスペーサーとして使用しているだけです。
12015 \end_layout
12016
12017 \end_inset
12018
12019
12020 \end_layout
12021
12022 \end_inset
12023 </cell>
12024 </row>
12025 <row>
12026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12027 \begin_inset Text
12028
12029 \begin_layout Plain Layout
12030
12031 \backslash
12032 fbox
12033 \begin_inset space \textvisiblespace{}
12034 \end_inset
12035
12036
12037 \family sans
12038 Ctrl+M
12039 \family default
12040  
12041 \backslash
12042 int
12043 \begin_inset space \textvisiblespace{}
12044 \end_inset
12045
12046 A=B
12047 \end_layout
12048
12049 \end_inset
12050 </cell>
12051 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12052 \begin_inset Text
12053
12054 \begin_layout Plain Layout
12055 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
12056 \end_inset
12057
12058
12059 \end_layout
12060
12061 \end_inset
12062 </cell>
12063 </row>
12064 <row>
12065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12066 \begin_inset Text
12067
12068 \begin_layout Plain Layout
12069
12070 \backslash
12071 boxed
12072 \begin_inset space \textvisiblespace{}
12073 \end_inset
12074
12075
12076 \backslash
12077 int
12078 \begin_inset space \textvisiblespace{}
12079 \end_inset
12080
12081 A=B
12082 \end_layout
12083
12084 \end_inset
12085 </cell>
12086 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12087 \begin_inset Text
12088
12089 \begin_layout Plain Layout
12090 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
12091 \end_inset
12092
12093
12094 \end_layout
12095
12096 \end_inset
12097 </cell>
12098 </row>
12099 <row>
12100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12101 \begin_inset Text
12102
12103 \begin_layout Plain Layout
12104 A+
12105 \backslash
12106 fbox
12107 \begin_inset space \textvisiblespace{}
12108 \end_inset
12109
12110 B
12111 \end_layout
12112
12113 \end_inset
12114 </cell>
12115 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12116 \begin_inset Text
12117
12118 \begin_layout Plain Layout
12119 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
12120 \end_inset
12121
12122
12123 \end_layout
12124
12125 \end_inset
12126 </cell>
12127 </row>
12128 <row>
12129 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12130 \begin_inset Text
12131
12132 \begin_layout Plain Layout
12133
12134 \backslash
12135 framebox
12136 \begin_inset space \textvisiblespace{}
12137 \end_inset
12138
12139 20mm
12140 \begin_inset Formula $\to$
12141 \end_inset
12142
12143
12144 \begin_inset Formula $\to$
12145 \end_inset
12146
12147
12148 \family sans
12149 Ctrl+M
12150 \family default
12151  
12152 \backslash
12153 frac
12154 \begin_inset space \textvisiblespace{}
12155 \end_inset
12156
12157 A
12158 \begin_inset Formula $\downarrow$
12159 \end_inset
12160
12161 B
12162 \end_layout
12163
12164 \end_inset
12165 </cell>
12166 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12167 \begin_inset Text
12168
12169 \begin_layout Plain Layout
12170 \begin_inset Formula $\raisebox{6mm}{}$
12171 \end_inset
12172
12173
12174 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
12175 \end_inset
12176
12177
12178 \begin_inset Formula $\raisebox{-4mm}{}$
12179 \end_inset
12180
12181
12182 \end_layout
12183
12184 \end_inset
12185 </cell>
12186 </row>
12187 </lyxtabular>
12188
12189 \end_inset
12190
12191
12192 \end_layout
12193
12194 \begin_layout Standard
12195 枠の厚みも調節可能です。そのためには、以下のコマンドを数式の前にTeXモードで挿入しなくてはなりません。
12196 \end_layout
12197
12198 \begin_layout Standard
12199
12200 \series bold
12201
12202 \backslash
12203 fboxrule
12204 \series default
12205  
12206 \series bold
12207
12208 \begin_inset Quotes eld
12209 \end_inset
12210
12211 厚み
12212 \begin_inset Quotes erd
12213 \end_inset
12214
12215
12216 \series default
12217  
12218 \series bold
12219
12220 \backslash
12221 fboxsep
12222 \series default
12223  
12224 \series bold
12225
12226 \begin_inset Quotes eld
12227 \end_inset
12228
12229 距離
12230 \begin_inset Quotes erd
12231 \end_inset
12232
12233
12234 \end_layout
12235
12236 \begin_layout Standard
12237 \begin_inset Quotes eld
12238 \end_inset
12239
12240 距離
12241 \begin_inset Quotes erd
12242 \end_inset
12243
12244 は、枠とボックス内の一文字目との間の距離を示します。これを使った例として、以下の枠付き数式をご覧下さい。
12245 \begin_inset ERT
12246 status collapsed
12247
12248 \begin_layout Plain Layout
12249
12250
12251 \backslash
12252 fboxrule 2mm 
12253 \backslash
12254 fboxsep 3mm
12255 \end_layout
12256
12257 \end_inset
12258
12259
12260 \begin_inset Formula 
12261 \[
12262 \boxed{A+B=C}
12263 \]
12264
12265 \end_inset
12266
12267 この数式の直前には、
12268 \end_layout
12269
12270 \begin_layout Standard
12271
12272 \series bold
12273
12274 \backslash
12275 fboxrule
12276 \series default
12277  
12278 \series bold
12279 2mm
12280 \series default
12281  
12282 \series bold
12283
12284 \backslash
12285 fboxsep
12286 \series default
12287  
12288 \series bold
12289 3mm
12290 \end_layout
12291
12292 \begin_layout Standard
12293 というコマンドが、TeXモードで挿入されています。ここで与えられた値は、以後のすべてのボックスに適用されます。
12294 \end_layout
12295
12296 \begin_layout Standard
12297 標準の枠寸法に戻すには、
12298 \end_layout
12299
12300 \begin_layout Standard
12301
12302 \series bold
12303
12304 \backslash
12305 fboxrule
12306 \series default
12307  
12308 \series bold
12309 0.4pt
12310 \series default
12311  
12312 \series bold
12313
12314 \backslash
12315 fboxsep
12316 \series default
12317  
12318 \series bold
12319 3pt
12320 \series default
12321
12322 \begin_inset ERT
12323 status collapsed
12324
12325 \begin_layout Plain Layout
12326
12327
12328 \backslash
12329 fboxrule 0.4pt 
12330 \backslash
12331 fboxsep 3pt
12332 \end_layout
12333
12334 \end_inset
12335
12336
12337 \end_layout
12338
12339 \begin_layout Standard
12340 というコマンドを、次の数式が始まる前にTeXモードで挿入しておきます。
12341 \end_layout
12342
12343 \begin_layout Subsection
12344 縁なしボックス
12345 \begin_inset CommandInset label
12346 LatexCommand label
12347 name "sub:枠なしボックス"
12348
12349 \end_inset
12350
12351
12352 \begin_inset Index idx
12353 status collapsed
12354
12355 \begin_layout Plain Layout
12356 ぼっくす@ボックス ! わくなし@枠なし
12357 \end_layout
12358
12359 \end_inset
12360
12361
12362 \end_layout
12363
12364 \begin_layout Standard
12365 縁のないボックスを作るには、
12366 \series bold
12367
12368 \backslash
12369 mbox
12370 \series default
12371
12372 \begin_inset Index idx
12373 status collapsed
12374
12375 \begin_layout Plain Layout
12376 こまんど@コマンド ! M ! 
12377 \backslash
12378 mbox
12379 \end_layout
12380
12381 \end_inset
12382
12383
12384 \series bold
12385
12386 \backslash
12387 makebox
12388 \series default
12389
12390 \begin_inset Index idx
12391 status collapsed
12392
12393 \begin_layout Plain Layout
12394 こまんど@コマンド ! M ! 
12395 \backslash
12396 makebox
12397 \end_layout
12398
12399 \end_inset
12400
12401
12402 \series bold
12403
12404 \backslash
12405 raisebox
12406 \series default
12407
12408 \begin_inset Index idx
12409 status collapsed
12410
12411 \begin_layout Plain Layout
12412 こまんど@コマンド ! R ! 
12413 \backslash
12414 raisebox
12415 \end_layout
12416
12417 \end_inset
12418
12419 の三つのコマンドがあります。
12420 \end_layout
12421
12422 \begin_layout Standard
12423
12424 \series bold
12425
12426 \backslash
12427 raisebox
12428 \series default
12429 を使うと、ボックスを上付きにしたり下付きにしたりすることができます。しかし、通常の上付き文字・下付き文字とは違い、ボックス内の文字寸法はそのまま保たれます。
12430 \series bold
12431
12432 \backslash
12433 raisebox
12434 \series default
12435 は、以下の書式で用いられます。
12436 \end_layout
12437
12438 \begin_layout Standard
12439
12440 \series bold
12441
12442 \backslash
12443 raisebox{高さ}{ボックスの内容}
12444 \end_layout
12445
12446 \begin_layout Standard
12447
12448 \series bold
12449
12450 \backslash
12451 fbox
12452 \series default
12453 と同様、ボックスに数式を入れる際には、明示的に数式として入れる必要があります。
12454 \begin_inset Note Greyedout
12455 status open
12456
12457 \begin_layout Plain Layout
12458
12459 \series bold
12460 【註】
12461 \series default
12462 下の最後の
12463 \series bold
12464
12465 \backslash
12466 raisebox
12467 \series default
12468 のところで、
12469 \family sans
12470 Ctrl+M
12471 \family default
12472 を一回でなく二回押すことによって、もう一段数式をいれています。これは、LyXが
12473 \series bold
12474
12475 \backslash
12476 raisebox
12477 \series default
12478 を直接サポートしていないためです。
12479 \end_layout
12480
12481 \end_inset
12482
12483
12484 \end_layout
12485
12486 \begin_layout Standard
12487 \align center
12488 \begin_inset Tabular
12489 <lyxtabular version="3" rows="4" columns="2">
12490 <features rotate="0" tabularvalignment="middle">
12491 <column alignment="center" valignment="top">
12492 <column alignment="center" valignment="top">
12493 <row>
12494 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12495 \begin_inset Text
12496
12497 \begin_layout Plain Layout
12498 コマンド
12499 \end_layout
12500
12501 \end_inset
12502 </cell>
12503 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12504 \begin_inset Text
12505
12506 \begin_layout Plain Layout
12507 出力
12508 \end_layout
12509
12510 \end_inset
12511 </cell>
12512 </row>
12513 <row>
12514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12515 \begin_inset Text
12516
12517 \begin_layout Plain Layout
12518 H
12519 \backslash
12520 raisebox{2mm
12521 \begin_inset Formula $\to$
12522 \end_inset
12523
12524
12525 \backslash
12526 {al
12527 \begin_inset Formula $\to$
12528 \end_inset
12529
12530  lo
12531 \end_layout
12532
12533 \end_inset
12534 </cell>
12535 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12536 \begin_inset Text
12537
12538 \begin_layout Plain Layout
12539 \begin_inset Formula $H\raisebox{2mm}{al}lo$
12540 \end_inset
12541
12542
12543 \end_layout
12544
12545 \end_inset
12546 </cell>
12547 </row>
12548 <row>
12549 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12550 \begin_inset Text
12551
12552 \begin_layout Plain Layout
12553 H
12554 \backslash
12555 raisebox{-2mm
12556 \begin_inset Formula $\to$
12557 \end_inset
12558
12559
12560 \backslash
12561 {al
12562 \begin_inset Formula $\to$
12563 \end_inset
12564
12565 lo
12566 \end_layout
12567
12568 \end_inset
12569 </cell>
12570 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12571 \begin_inset Text
12572
12573 \begin_layout Plain Layout
12574 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
12575 \end_inset
12576
12577
12578 \end_layout
12579
12580 \end_inset
12581 </cell>
12582 </row>
12583 <row>
12584 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12585 \begin_inset Text
12586
12587 \begin_layout Plain Layout
12588 A=
12589 \backslash
12590 raisebox{-2mm
12591 \begin_inset Formula $\to$
12592 \end_inset
12593
12594
12595 \backslash
12596 {
12597 \family sans
12598 Ctrl+M Ctrl+M
12599 \family default
12600  
12601 \backslash
12602 sqrt
12603 \begin_inset space \textvisiblespace{}
12604 \end_inset
12605
12606
12607 \end_layout
12608
12609 \end_inset
12610 </cell>
12611 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12612 \begin_inset Text
12613
12614 \begin_layout Plain Layout
12615 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
12616 \end_inset
12617
12618
12619 \end_layout
12620
12621 \end_inset
12622 </cell>
12623 </row>
12624 </lyxtabular>
12625
12626 \end_inset
12627
12628
12629 \end_layout
12630
12631 \begin_layout Standard
12632 縁がないことを除けば、
12633 \series bold
12634
12635 \backslash
12636 mbox
12637 \series default
12638 コマンドは
12639 \series bold
12640
12641 \backslash
12642 fbox
12643 \series default
12644 と同じであり、
12645 \series bold
12646
12647 \backslash
12648 makebox
12649 \series default
12650
12651 \series bold
12652
12653 \backslash
12654 framebox
12655 \series default
12656 と同じです。
12657 \end_layout
12658
12659 \begin_layout Subsection
12660 色付きボックス
12661 \begin_inset CommandInset label
12662 LatexCommand label
12663 name "sub:色付きボックス"
12664
12665 \end_inset
12666
12667
12668 \begin_inset Index idx
12669 status collapsed
12670
12671 \begin_layout Plain Layout
12672 ぼっくす@ボックス ! いろつき@色付き
12673 \end_layout
12674
12675 \end_inset
12676
12677
12678 \end_layout
12679
12680 \begin_layout Standard
12681 本節で説明されているコマンドをすべて使えるようにするためには、LaTeXプリアンブルに
12682 \end_layout
12683
12684 \begin_layout Standard
12685
12686 \series bold
12687
12688 \backslash
12689 usepackage{color}
12690 \end_layout
12691
12692 \begin_layout Standard
12693 という行
12694 \begin_inset Foot
12695 status collapsed
12696
12697 \begin_layout Plain Layout
12698 定義済みの色を使って、文書中のどこかで文章に色を付けてある場合、LyXは、自動的にLaTeXパッケージ
12699 \series bold
12700 color
12701 \series default
12702 を読み込みます。したがって、本パッケージが二度読み込まれる可能性があるわけですが、そうなったとしても問題は生じません。
12703 \end_layout
12704
12705 \end_inset
12706
12707
12708 \begin_inset Note Note
12709 status collapsed
12710
12711 \begin_layout Plain Layout
12712 本パッケージが二度読み込まれることを防ぐために、LaTeXプリアンブルにマクロを挿入してあります。
12713 \end_layout
12714
12715 \end_inset
12716
12717 を書き加えて、LaTeXパッケージの
12718 \series bold
12719 color
12720 \series default
12721
12722 \begin_inset Foot
12723 status collapsed
12724
12725 \begin_layout Plain Layout
12726 LaTeXパッケージ
12727 \series bold
12728 color
12729 \series default
12730 は、すべての標準的なLaTeX頒布版に含まれています。
12731 \end_layout
12732
12733 \end_inset
12734
12735
12736 \begin_inset Index idx
12737 status collapsed
12738
12739 \begin_layout Plain Layout
12740 ぱっけーじ@パッケージ ! color
12741 \end_layout
12742
12743 \end_inset
12744
12745 を読み込む必要があります。
12746 \end_layout
12747
12748 \begin_layout Standard
12749 \begin_inset VSpace medskip
12750 \end_inset
12751
12752 ボックスに色を付けるには、
12753 \series bold
12754
12755 \backslash
12756 colorbox
12757 \series default
12758
12759 \begin_inset Index idx
12760 status collapsed
12761
12762 \begin_layout Plain Layout
12763 こまんど@コマンド ! C ! 
12764 \backslash
12765 colorbox
12766 \end_layout
12767
12768 \end_inset
12769
12770 コマンドを以下の書式で使用します。
12771 \end_layout
12772
12773 \begin_layout Standard
12774
12775 \series bold
12776
12777 \backslash
12778 colorbox{色}{ボックスの内容}
12779 \end_layout
12780
12781 \begin_layout Standard
12782 ボックスの内容には、別のボックスが含まれても構いませんし、
12783 \series bold
12784
12785 \backslash
12786 colorbox
12787 \series default
12788 自体も、別のボックスに入っていても構いません(以下の二番目と三番目の例を参照してください)。ボックスに数式を含める場合には、
12789 \series bold
12790
12791 \backslash
12792 raisebox
12793 \series default
12794 と同様、明示的に数式を作らなくてはなりません
12795 \begin_inset Foot
12796 status collapsed
12797
12798 \begin_layout Plain Layout
12799 これは、
12800 \series bold
12801
12802 \backslash
12803 fcolorbox
12804 \series default
12805 コマンドにも当てはまります。
12806 \end_layout
12807
12808 \end_inset
12809
12810
12811 \end_layout
12812
12813 \begin_layout Standard
12814 選択できる定義済みの色としては、
12815 \end_layout
12816
12817 \begin_layout Standard
12818
12819 \series bold
12820 black
12821 \series default
12822 (黒)・
12823 \series bold
12824 blue
12825 \series default
12826 (青)・
12827 \series bold
12828 cyan
12829 \series default
12830 (シアン)・
12831 \series bold
12832 green
12833 \series default
12834 (緑)・
12835 \series bold
12836 magenta
12837 \series default
12838 (マゼンタ)・
12839 \series bold
12840 red
12841 \series default
12842 (赤)・
12843 \series bold
12844 white
12845 \series default
12846 (白)・
12847 \series bold
12848 yellow
12849 \series default
12850 (黄)
12851 \end_layout
12852
12853 \begin_layout Standard
12854 があります。
12855 \end_layout
12856
12857 \begin_layout Standard
12858 \align center
12859 \begin_inset Tabular
12860 <lyxtabular version="3" rows="4" columns="2">
12861 <features rotate="0" tabularvalignment="middle">
12862 <column alignment="center" valignment="top">
12863 <column alignment="center" valignment="top">
12864 <row>
12865 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12866 \begin_inset Text
12867
12868 \begin_layout Plain Layout
12869 コマンド
12870 \end_layout
12871
12872 \end_inset
12873 </cell>
12874 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12875 \begin_inset Text
12876
12877 \begin_layout Plain Layout
12878 出力
12879 \begin_inset Note Note
12880 status collapsed
12881
12882 \begin_layout Plain Layout
12883 ここで
12884 \series bold
12885
12886 \backslash
12887 raisebox
12888 \series default
12889 はスペーサーとして使用しているだけです。
12890 \end_layout
12891
12892 \end_inset
12893
12894
12895 \end_layout
12896
12897 \end_inset
12898 </cell>
12899 </row>
12900 <row>
12901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12902 \begin_inset Text
12903
12904 \begin_layout Plain Layout
12905
12906 \backslash
12907 colorbox{yellow
12908 \begin_inset Formula $\to$
12909 \end_inset
12910
12911
12912 \backslash
12913 {A=B
12914 \end_layout
12915
12916 \end_inset
12917 </cell>
12918 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12919 \begin_inset Text
12920
12921 \begin_layout Plain Layout
12922 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
12923 \end_inset
12924
12925
12926 \end_layout
12927
12928 \end_inset
12929 </cell>
12930 </row>
12931 <row>
12932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12933 \begin_inset Text
12934
12935 \begin_layout Plain Layout
12936
12937 \backslash
12938 colorbox{green
12939 \begin_inset Formula $\to$
12940 \end_inset
12941
12942
12943 \backslash
12944 {
12945 \backslash
12946 fbox
12947 \begin_inset space \textvisiblespace{}
12948 \end_inset
12949
12950 A=B
12951 \end_layout
12952
12953 \end_inset
12954 </cell>
12955 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12956 \begin_inset Text
12957
12958 \begin_layout Plain Layout
12959 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
12960 \end_inset
12961
12962
12963 \end_layout
12964
12965 \end_inset
12966 </cell>
12967 </row>
12968 <row>
12969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12970 \begin_inset Text
12971
12972 \begin_layout Plain Layout
12973
12974 \backslash
12975 fbox
12976 \begin_inset space \textvisiblespace{}
12977 \end_inset
12978
12979
12980 \backslash
12981 colorbox{green
12982 \begin_inset Formula $\to$
12983 \end_inset
12984
12985
12986 \backslash
12987 {
12988 \family sans
12989 Ctrl+M
12990 \family default
12991  
12992 \family sans
12993 Ctrl+M
12994 \family default
12995  
12996 \backslash
12997 int
12998 \begin_inset space \textvisiblespace{}
12999 \end_inset
13000
13001 C=D
13002 \end_layout
13003
13004 \end_inset
13005 </cell>
13006 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13007 \begin_inset Text
13008
13009 \begin_layout Plain Layout
13010 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
13011 \end_inset
13012
13013
13014 \end_layout
13015
13016 \end_inset
13017 </cell>
13018 </row>
13019 </lyxtabular>
13020
13021 \end_inset
13022
13023
13024 \end_layout
13025
13026 \begin_layout Standard
13027
13028 \series bold
13029
13030 \backslash
13031 colorbox
13032 \series default
13033 は、ボックスに色をつけるだけで、ボックス内の文字には色付けをしません。すべての文字に色付けするには、数式全体を選択し、
13034 \family sans
13035 文字様式
13036 \family default
13037 ダイアログで欲しい色を選択します。このダイアログは、ツールバーボタン
13038 \begin_inset Info
13039 type  "icon"
13040 arg   "dialog-show character"
13041 \end_inset
13042
13043
13044 \family sans
13045 編集\SpecialChar \menuseparator
13046 文字様式\SpecialChar \menuseparator
13047 任意設定
13048 \family default
13049 メニューで開くことができます。すると、数式番号も数式と同じ色になります。数式番号が数式の文字とは別の色になるようにするには、数式内部で色を変えなくてはなりません
13050
13051 \end_layout
13052
13053 \begin_layout Standard
13054 たとえば、
13055 \end_layout
13056
13057 \begin_layout Standard
13058
13059 \color red
13060 \begin_inset Formula 
13061 \begin{equation}
13062 \int A=B\label{eq:red}
13063 \end{equation}
13064
13065 \end_inset
13066
13067
13068 \color green
13069
13070 \begin_inset Formula 
13071 \begin{equation}
13072 \textcolor{red}{\int A=B}\label{eq:redgreen}
13073 \end{equation}
13074
13075 \end_inset
13076
13077
13078 \end_layout
13079
13080 \begin_layout Standard
13081 数式
13082 \begin_inset CommandInset ref
13083 LatexCommand eqref
13084 reference "eq:red"
13085
13086 \end_inset
13087
13088 は、全体が赤色です。
13089 \begin_inset Newline newline
13090 \end_inset
13091
13092 数式
13093 \begin_inset CommandInset ref
13094 LatexCommand eqref
13095 reference "eq:redgreen"
13096
13097 \end_inset
13098
13099 は、数式番号を緑色にするために、まず全体を緑色にします。その後、数式内の文字を赤色にします。
13100 \end_layout
13101
13102 \begin_layout Standard
13103 \begin_inset VSpace bigskip
13104 \end_inset
13105
13106 ボックスの縁だけ別の色にするには、
13107 \series bold
13108
13109 \backslash
13110 fcolorbox
13111 \series default
13112
13113 \begin_inset Index idx
13114 status collapsed
13115
13116 \begin_layout Plain Layout
13117 こまんど@コマンド ! F ! 
13118 \backslash
13119 fcolorbox
13120 \end_layout
13121
13122 \end_inset
13123
13124 コマンドを以下の書式で使用します。
13125 \end_layout
13126
13127 \begin_layout Standard
13128
13129 \series bold
13130
13131 \backslash
13132 fcolorbox{縁の色}{色}{ボックスの内容}
13133 \end_layout
13134
13135 \begin_layout Standard
13136 つまり、
13137 \series bold
13138
13139 \backslash
13140 fcolorbox
13141 \series default
13142
13143 \series bold
13144
13145 \backslash
13146 colorbox
13147 \series default
13148 コマンドの拡張です。
13149 \series bold
13150
13151 \backslash
13152 framebox
13153 \series default
13154 と同様に、縁の厚みは
13155 \series bold
13156
13157 \backslash
13158 fboxrule
13159 \series default
13160
13161 \series bold
13162
13163 \backslash
13164 fboxsep
13165 \series default
13166 で設定します。たとえば、
13167 \begin_inset ERT
13168 status collapsed
13169
13170 \begin_layout Plain Layout
13171
13172
13173 \backslash
13174 fboxrule 1mm 
13175 \backslash
13176 fboxsep 1mm
13177 \end_layout
13178
13179 \end_inset
13180
13181
13182 \begin_inset Formula 
13183 \[
13184 \fcolorbox{cyan}{magenta}{A=B}
13185 \]
13186
13187 \end_inset
13188
13189
13190 \begin_inset ERT
13191 status collapsed
13192
13193 \begin_layout Plain Layout
13194
13195
13196 \backslash
13197 fboxrule 0.4pt 
13198 \backslash
13199 fboxsep 3pt
13200 \end_layout
13201
13202 \end_inset
13203
13204 のようにします。
13205 \end_layout
13206
13207 \begin_layout Standard
13208 上記の数式は、以下のコマンドで作成されています。
13209 \begin_inset Newline newline
13210 \end_inset
13211
13212
13213 \series bold
13214
13215 \backslash
13216 fcolorbox{cyan
13217 \begin_inset Formula $\to$
13218 \end_inset
13219
13220
13221 \backslash
13222 {magenta
13223 \begin_inset Formula $\to$
13224 \end_inset
13225
13226
13227 \backslash
13228 {A=B
13229 \series default
13230 .
13231 \end_layout
13232
13233 \begin_layout Standard
13234 \begin_inset VSpace bigskip
13235 \end_inset
13236
13237 定義済みの色以外の色を使いたい場合には、まずその色を定義しなくてはなりません。
13238 \end_layout
13239
13240 \begin_layout Standard
13241 たとえば、「
13242 \series bold
13243 darkgreen
13244 \series default
13245 」という色を定義するには、LaTeXプリアンブルに
13246 \end_layout
13247
13248 \begin_layout Standard
13249
13250 \series bold
13251
13252 \backslash
13253 definecolor{darkgreen}{cmyk}{0.5,
13254 \series default
13255  
13256 \series bold
13257 0,
13258 \series default
13259  
13260 \series bold
13261 1,
13262 \series default
13263  
13264 \series bold
13265 0.5}
13266 \series default
13267
13268 \begin_inset Index idx
13269 status collapsed
13270
13271 \begin_layout Plain Layout
13272 こまんど@コマンド ! D ! 
13273 \backslash
13274 definecolor
13275 \end_layout
13276
13277 \end_inset
13278
13279
13280 \end_layout
13281
13282 \begin_layout Standard
13283 という行を書き加えます。
13284 \end_layout
13285
13286 \begin_layout Standard
13287
13288 \series bold
13289 cmyk
13290 \series default
13291 とは、
13292 \series bold
13293 cyan
13294 \series default
13295 (シアン)・
13296 \series bold
13297 magenta
13298 \series default
13299 (マゼンタ)・
13300 \series bold
13301 yellow
13302 \series default
13303 (黄)・
13304 \series bold
13305 black
13306 \series default
13307 (黒)の各色を表す色空間です。コンマで区切られた四つの数字は、この色空間における各色の出力強度です。強度は、0
13308 \begin_inset space \thinspace{}
13309 \end_inset
13310
13311 -
13312 \begin_inset space \thinspace{}
13313 \end_inset
13314
13315 1の範囲をとることができます。定義には、
13316 \series bold
13317 cmyk
13318 \series default
13319 の他に、
13320 \series bold
13321 rgb
13322 \series default
13323 という色空間を使うこともできます。
13324 \series bold
13325 rgb
13326 \series default
13327 とは、
13328 \series bold
13329 red
13330 \series default
13331 (赤)・
13332 \series bold
13333 green
13334 \series default
13335 (緑)・
13336 \series bold
13337 blue
13338 \series default
13339 (青)の各色を意味し、この場合には、各色に対応した三つの出力強度を指定します。さらに、灰色の出力強度のみをとる
13340 \series bold
13341 gray
13342 \series default
13343 という色空間もあります。
13344 \end_layout
13345
13346 \begin_layout Standard
13347 例として、文字が
13348 \series bold
13349 yellow
13350 \series default
13351 に色付けされ、新しく定義した
13352 \series bold
13353 darkgreen
13354 \series default
13355 という色を持つ縁付きボックスを挙げておきます。
13356 \begin_inset Formula 
13357 \begin{equation}
13358 \colorbox{darkgreen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}
13359 \end{equation}
13360
13361 \end_inset
13362
13363
13364 \end_layout
13365
13366 \begin_layout Standard
13367
13368 \series bold
13369
13370 \backslash
13371 textcolor
13372 \series default
13373 コマンドを使うと、以下のように、自前で定義した色をテキスト中でも使用することができます。
13374 \begin_inset Index idx
13375 status collapsed
13376
13377 \begin_layout Plain Layout
13378 てきすと@テキスト ! いろつき@色付き
13379 \end_layout
13380
13381 \end_inset
13382
13383
13384 \end_layout
13385
13386 \begin_layout Standard
13387 \begin_inset ERT
13388 status collapsed
13389
13390 \begin_layout Plain Layout
13391
13392
13393 \backslash
13394 textcolor{darkgreen}{
13395 \end_layout
13396
13397 \end_inset
13398
13399 この文は「darkgreen」です。
13400 \begin_inset ERT
13401 status collapsed
13402
13403 \begin_layout Plain Layout
13404
13405 }
13406 \end_layout
13407
13408 \end_inset
13409
13410
13411 \end_layout
13412
13413 \begin_layout Standard
13414
13415 \series bold
13416
13417 \backslash
13418 textcolor
13419 \series default
13420
13421 \begin_inset Index idx
13422 status collapsed
13423
13424 \begin_layout Plain Layout
13425 こまんど@コマンド ! T ! 
13426 \backslash
13427 textcolor
13428 \end_layout
13429
13430 \end_inset
13431
13432 は、
13433 \series bold
13434
13435 \backslash
13436 textcolor{色}{色付けをする文}
13437 \series default
13438 という書式で使用することができます。
13439 \end_layout
13440
13441 \begin_layout Subsection
13442 段落ボックス
13443 \begin_inset CommandInset label
13444 LatexCommand label
13445 name "sub:段落ボックス"
13446
13447 \end_inset
13448
13449
13450 \begin_inset Index idx
13451 status collapsed
13452
13453 \begin_layout Plain Layout
13454 ぼっくす@ボックス ! だんらく@段落
13455 \end_layout
13456
13457 \end_inset
13458
13459
13460 \begin_inset Index idx
13461 status collapsed
13462
13463 \begin_layout Plain Layout
13464 ぼっくす@ボックス ! parbox|see
13465 \begin_inset ERT
13466 status collapsed
13467
13468 \begin_layout Plain Layout
13469
13470 {
13471 \end_layout
13472
13473 \end_inset
13474
13475 ボックス ! 段落ボックス
13476 \begin_inset ERT
13477 status collapsed
13478
13479 \begin_layout Plain Layout
13480
13481 }
13482 \end_layout
13483
13484 \end_inset
13485
13486
13487 \end_layout
13488
13489 \end_inset
13490
13491
13492 \end_layout
13493
13494 \begin_layout Standard
13495 いくつかの行や段落を含む、いわゆる段落ボックス(parbox)は、
13496 \family sans
13497 挿入\SpecialChar \menuseparator
13498 ボックス
13499 \family default
13500 メニューかツールバーボタン
13501 \begin_inset Info
13502 type  "icon"
13503 arg   "box-insert"
13504 \end_inset
13505
13506 で作成することができます。
13507 \end_layout
13508
13509 \begin_layout Standard
13510 以下の例は、行中の縁付きparboxを示したものです。
13511 \end_layout
13512
13513 \begin_layout Standard
13514 \begin_inset VSpace medskip
13515 \end_inset
13516
13517 この行は、
13518 \begin_inset Box Boxed
13519 position "c"
13520 hor_pos "c"
13521 has_inner_box 1
13522 inner_pos "t"
13523 use_parbox 1
13524 use_makebox 0
13525 width "5cm"
13526 special "none"
13527 height "1in"
13528 height_special "totalheight"
13529 status open
13530
13531 \begin_layout Plain Layout
13532 これは段落ボックスです。これはちょうど5
13533 \begin_inset space \thinspace{}
13534 \end_inset
13535
13536 cmの幅になっており、以下のように数式を含めることもできます。
13537 \begin_inset Formula $\int A\,\mathrm{d}s=C$
13538 \end_inset
13539
13540
13541 \end_layout
13542
13543 \end_inset
13544
13545 parboxの入った行です。
13546 \end_layout
13547
13548 \begin_layout Standard
13549 \begin_inset VSpace medskip
13550 \end_inset
13551
13552
13553 \end_layout
13554
13555 \begin_layout Standard
13556 このようなボックスは、灰色のボックス挿入枠を右クリックすることによって作ることができます。すると、ボックスの特性を表示したダイアログが現れます。上の例では、
13557 \emph on
13558 装飾
13559 \emph default
13560 :簡素な長方形の箱型、
13561 \emph on
13562 内部ボックス
13563 \emph default
13564 :parboxコマンド、
13565 \emph on
13566
13567 \emph default
13568 :5
13569 \begin_inset space \thinspace{}
13570 \end_inset
13571
13572 cm、
13573 \emph on
13574 垂直ボックス配置
13575 \emph default
13576 :中央、に設定されています。
13577 \end_layout
13578
13579 \begin_layout Standard
13580 \begin_inset VSpace medskip
13581 \end_inset
13582
13583 LaTeXでは、parboxは、以下の書式を持つ
13584 \series bold
13585
13586 \backslash
13587 parbox
13588 \series default
13589
13590 \begin_inset Index idx
13591 status collapsed
13592
13593 \begin_layout Plain Layout
13594 こまんど@コマンド ! P ! 
13595 \backslash
13596 parbox
13597 \end_layout
13598
13599 \end_inset
13600
13601 コマンドによって作られます。
13602 \end_layout
13603
13604 \begin_layout Standard
13605
13606 \series bold
13607
13608 \backslash
13609 parbox[位置]{幅}{ボックスの内容}
13610 \end_layout
13611
13612 \begin_layout Standard
13613 「位置」は、
13614 \emph on
13615 b
13616 \emph default
13617
13618 \emph on
13619 t
13620 \emph default
13621 の値をとることができます。下揃えを意味する
13622 \emph on
13623 b
13624 \emph default
13625 (
13626 \bar under
13627 b
13628 \bar default
13629 ottom)は、ボックスを、周囲の本文中の最後の行と合わせることを意味します。上揃えを意味する
13630 \emph on
13631 t
13632 \emph default
13633 (
13634 \bar under
13635 t
13636 \bar default
13637 op)は、これを最初の行に合わせます。位置を指定しない時には、ボックスは事実上中央揃えになります。用例については、取扱説明書埋込オブジェクト篇の
13638 \emph on
13639 Boxes
13640 \emph default
13641 の節をご参照下さい。
13642 \end_layout
13643
13644 \begin_layout Standard
13645 \begin_inset VSpace bigskip
13646 \end_inset
13647
13648 数式番号を含めて、数式を完全に縁で囲むためには、数式をparbox内に収めなくてはなりません。こうするには、数式前にTeXモードで
13649 \series bold
13650 parbox{
13651 \backslash
13652 linewidth-2
13653 \backslash
13654 fboxsep-2
13655 \backslash
13656 fboxrule}{
13657 \series default
13658 というコマンドを挿入します。ここで
13659 \series bold
13660
13661 \backslash
13662 linewidth
13663 \begin_inset Index idx
13664 status collapsed
13665
13666 \begin_layout Plain Layout
13667 こまんど@コマンド ! L ! 
13668 \backslash
13669 linewidth
13670 \end_layout
13671
13672 \end_inset
13673
13674
13675 \series default
13676 は、使用中の文書に設定されている行幅です。縁は、parboxの外側にあるので、縁余白と縁幅の2倍を行幅から差し引かなくてはなりません。バグ
13677 \begin_inset Foot
13678 status collapsed
13679
13680 \begin_layout Plain Layout
13681 \begin_inset CommandInset href
13682 LatexCommand href
13683 name "LyX-bug #4483"
13684 target "http://www.lyx.org/trac/ticket/4483"
13685
13686 \end_inset
13687
13688
13689 \end_layout
13690
13691 \end_inset
13692
13693 のせいでLyXはこれを自動的に行いませんので、TeXモードを使用する必要があります。引数中で掛け算や引き算を行うためには、LaTeXパッケージの
13694 \series bold
13695 calc
13696 \series default
13697
13698 \begin_inset Foot
13699 status collapsed
13700
13701 \begin_layout Plain Layout
13702
13703 \series bold
13704 calc
13705 \series default
13706 は、標準的LaTeX頒布版のすべてに含まれています。
13707 \end_layout
13708
13709 \end_inset
13710
13711
13712 \begin_inset Index idx
13713 status collapsed
13714
13715 \begin_layout Plain Layout
13716 ぱっけーじ@パッケージ ! calc
13717 \end_layout
13718
13719 \end_inset
13720
13721 を、LaTeXプリアンブル中で
13722 \end_layout
13723
13724 \begin_layout Standard
13725
13726 \series bold
13727
13728 \backslash
13729 usepackage{calc}
13730 \end_layout
13731
13732 \begin_layout Standard
13733 のように読み込んでおく必要があります。数式の後では、TeXモードで
13734 \series bold
13735 }}
13736 \series default
13737 を入力して、二つのボックスを閉じておかなくてはなりません。以下に例を挙げます。
13738 \begin_inset ERT
13739 status collapsed
13740
13741 \begin_layout Plain Layout
13742
13743
13744 \backslash
13745 fboxsep 5mm 
13746 \backslash
13747 fboxrule 5mm
13748 \end_layout
13749
13750 \end_inset
13751
13752
13753 \end_layout
13754
13755 \begin_layout Standard
13756 \begin_inset ERT
13757 status collapsed
13758
13759 \begin_layout Plain Layout
13760
13761
13762 \backslash
13763 fbox{
13764 \backslash
13765 parbox{
13766 \backslash
13767 linewidth-2
13768 \backslash
13769 fboxsep-2
13770 \backslash
13771 fboxrule}{
13772 \end_layout
13773
13774 \end_inset
13775
13776
13777 \begin_inset Formula 
13778 \begin{equation}
13779 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}
13780 \end{equation}
13781
13782 \end_inset
13783
13784
13785 \begin_inset ERT
13786 status collapsed
13787
13788 \begin_layout Plain Layout
13789
13790 }}
13791 \end_layout
13792
13793 \end_inset
13794
13795
13796 \begin_inset ERT
13797 status collapsed
13798
13799 \begin_layout Plain Layout
13800
13801
13802 \backslash
13803 fboxrule 0.4pt 
13804 \backslash
13805 fboxsep 3pt
13806 \end_layout
13807
13808 \end_inset
13809
13810
13811 \end_layout
13812
13813 \begin_layout Standard
13814 \begin_inset VSpace medskip
13815 \end_inset
13816
13817
13818 \series bold
13819
13820 \backslash
13821 fbox
13822 \series default
13823 の引数としてparboxが使われているので、この場合には、
13824 \series bold
13825
13826 \backslash
13827 fbox
13828 \series default
13829 を使おうが
13830 \series bold
13831
13832 \backslash
13833 boxed
13834 \series default
13835 を使おうが、差は生じません。
13836 \end_layout
13837
13838 \begin_layout Standard
13839 \begin_inset VSpace bigskip
13840 \end_inset
13841
13842 段落ボックスは、数式にじかにコメントを付けるのにたいへん便利です。これを行うには、
13843 \series bold
13844
13845 \backslash
13846 parbox
13847 \series default
13848
13849 \series bold
13850
13851 \backslash
13852 tag
13853 \series default
13854 コマンドといっしょに使います(
13855 \series bold
13856
13857 \backslash
13858 tag
13859 \series default
13860 についての詳細は、第
13861 \begin_inset CommandInset ref
13862 LatexCommand ref
13863 reference "sub:ユーザー定義番号"
13864
13865 \end_inset
13866
13867 節をご参照下さい)
13868 \end_layout
13869
13870 \begin_layout Standard
13871 以下は、
13872 \series bold
13873
13874 \backslash
13875 parbox
13876 \series default
13877 を使ってコメントを付けた数式の例です。
13878 \end_layout
13879
13880 \begin_layout Standard
13881 \begin_inset ERT
13882 status collapsed
13883
13884 \begin_layout Plain Layout
13885
13886
13887 \backslash
13888 [5x-7b=3b
13889 \backslash
13890 tag*{
13891 \backslash
13892 parbox{5cm}{
13893 \end_layout
13894
13895 \end_inset
13896
13897 これは説明です。数式や多行数式本体からはっきりと離れています。
13898 \begin_inset ERT
13899 status collapsed
13900
13901 \begin_layout Plain Layout
13902
13903 }}
13904 \backslash
13905 ]
13906 \end_layout
13907
13908 \end_inset
13909
13910
13911 \end_layout
13912
13913 \begin_layout Standard
13914 LyXは、まだ数式中での
13915 \series bold
13916
13917 \backslash
13918 parbox
13919 \series default
13920 コマンドをサポートしていないので、上のような数式は、完全にTeXモードで挿入しなくてはなりません。この数式は、以下のようなコマンド列を使って作ってあります。
13921 \end_layout
13922
13923 \begin_layout Standard
13924 まず、
13925 \series bold
13926
13927 \backslash
13928 [5x-7b=3b
13929 \backslash
13930 tag*
13931 \backslash
13932 {
13933 \backslash
13934 parbox{5cm}{
13935 \series default
13936 というコマンドをTeXモードで挿入します
13937 \begin_inset Foot
13938 status collapsed
13939
13940 \begin_layout Plain Layout
13941
13942 \series bold
13943 行頭下げ
13944 \series default
13945 数式様式を使用している時には、
13946 \series bold
13947
13948 \backslash
13949 tag*
13950 \backslash
13951 {
13952 \series default
13953 の代わりに
13954 \series bold
13955
13956 \backslash
13957 hfill
13958 \series default
13959 を用いることもできます(数式様式に関しては、第
13960 \begin_inset CommandInset ref
13961 LatexCommand ref
13962 reference "sec:数式様式"
13963
13964 \end_inset
13965
13966 節をご参照下さい)。
13967 \end_layout
13968
13969 \end_inset
13970
13971 。それから、説明を通常のテキストとして入れ、最後に
13972 \series bold
13973 }}
13974 \backslash
13975 ]
13976 \series default
13977 をTeXモードで挿入します。ここで
13978 \series bold
13979
13980 \backslash
13981 [
13982 \series default
13983 および
13984 \series bold
13985
13986 \backslash
13987 ]
13988 \series default
13989 コマンドは別行立て数式を作るためのものです。
13990 \end_layout
13991
13992 \begin_layout Standard
13993
13994 \series bold
13995
13996 \backslash
13997 parbox
13998 \series default
13999 を使う利点は、数式テキストモードを使用して「コメントを付けた」以下の例と比較すると、よくわかるでしょう。
14000 \begin_inset Formula 
14001 \[
14002 5x-7b=3b\textrm{これは説明です。数式本体から離れていません...}
14003 \]
14004
14005 \end_inset
14006
14007
14008 \end_layout
14009
14010 \begin_layout Section
14011 演算子
14012 \begin_inset Index idx
14013 status collapsed
14014
14015 \begin_layout Plain Layout
14016 えんざんし@演算子
14017 \end_layout
14018
14019 \end_inset
14020
14021
14022 \end_layout
14023
14024 \begin_layout Subsection
14025 大演算子
14026 \begin_inset CommandInset label
14027 LatexCommand label
14028 name "sub:大演算子"
14029
14030 \end_inset
14031
14032
14033 \begin_inset Index idx
14034 status collapsed
14035
14036 \begin_layout Plain Layout
14037 えんざんし@演算子 ! だい@大
14038 \end_layout
14039
14040 \end_inset
14041
14042
14043 \begin_inset Index idx
14044 status collapsed
14045
14046 \begin_layout Plain Layout
14047 わ@和
14048 \end_layout
14049
14050 \end_inset
14051
14052
14053 \begin_inset Index idx
14054 status collapsed
14055
14056 \begin_layout Plain Layout
14057 せきぶんきごう@積分記号
14058 \end_layout
14059
14060 \end_inset
14061
14062
14063 \end_layout
14064
14065 \begin_layout Standard
14066 ここに挙げた積分演算子をすべて使えるようにするには、文書設定の
14067 \family sans
14068 数式オプション
14069 \family default
14070 の面にある
14071 \family sans
14072 esintパッケージを自動的に使う
14073 \family default
14074 オプションを有効にしなくてはなりません。
14075 \end_layout
14076
14077 \begin_layout Standard
14078 \begin_inset space \hfill{}
14079 \end_inset
14080
14081
14082 \begin_inset Tabular
14083 <lyxtabular version="3" rows="9" columns="2">
14084 <features rotate="0" tabularvalignment="middle">
14085 <column alignment="center" valignment="top" width="0pt">
14086 <column alignment="center" valignment="top" width="0pt">
14087 <row>
14088 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14089 \begin_inset Text
14090
14091 \begin_layout Plain Layout
14092 コマンド
14093 \end_layout
14094
14095 \end_inset
14096 </cell>
14097 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14098 \begin_inset Text
14099
14100 \begin_layout Plain Layout
14101 出力
14102 \end_layout
14103
14104 \end_inset
14105 </cell>
14106 </row>
14107 <row>
14108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14109 \begin_inset Text
14110
14111 \begin_layout Plain Layout
14112
14113 \backslash
14114 sum
14115 \begin_inset Index idx
14116 status collapsed
14117
14118 \begin_layout Plain Layout
14119 こまんど@コマンド ! S ! 
14120 \backslash
14121 sum
14122 \end_layout
14123
14124 \end_inset
14125
14126
14127 \end_layout
14128
14129 \end_inset
14130 </cell>
14131 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14132 \begin_inset Text
14133
14134 \begin_layout Plain Layout
14135 \begin_inset Formula $\sum$
14136 \end_inset
14137
14138
14139 \end_layout
14140
14141 \end_inset
14142 </cell>
14143 </row>
14144 <row>
14145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14146 \begin_inset Text
14147
14148 \begin_layout Plain Layout
14149
14150 \backslash
14151 int
14152 \begin_inset Index idx
14153 status collapsed
14154
14155 \begin_layout Plain Layout
14156 こまんど@コマンド ! I ! 
14157 \backslash
14158 int
14159 \end_layout
14160
14161 \end_inset
14162
14163
14164 \end_layout
14165
14166 \end_inset
14167 </cell>
14168 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14169 \begin_inset Text
14170
14171 \begin_layout Plain Layout
14172 \begin_inset Formula $\int$
14173 \end_inset
14174
14175
14176 \end_layout
14177
14178 \end_inset
14179 </cell>
14180 </row>
14181 <row>
14182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14183 \begin_inset Text
14184
14185 \begin_layout Plain Layout
14186
14187 \backslash
14188 oint
14189 \end_layout
14190
14191 \end_inset
14192 </cell>
14193 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14194 \begin_inset Text
14195
14196 \begin_layout Plain Layout
14197 \begin_inset Formula $\oint$
14198 \end_inset
14199
14200
14201 \end_layout
14202
14203 \end_inset
14204 </cell>
14205 </row>
14206 <row>
14207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14208 \begin_inset Text
14209
14210 \begin_layout Plain Layout
14211
14212 \backslash
14213 ointctrclockwise
14214 \end_layout
14215
14216 \end_inset
14217 </cell>
14218 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14219 \begin_inset Text
14220
14221 \begin_layout Plain Layout
14222 \begin_inset Formula $\ointctrclockwise$
14223 \end_inset
14224
14225
14226 \end_layout
14227
14228 \end_inset
14229 </cell>
14230 </row>
14231 <row>
14232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14233 \begin_inset Text
14234
14235 \begin_layout Plain Layout
14236
14237 \backslash
14238 ointclockwise
14239 \end_layout
14240
14241 \end_inset
14242 </cell>
14243 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14244 \begin_inset Text
14245
14246 \begin_layout Plain Layout
14247 \begin_inset Formula $\ointclockwise$
14248 \end_inset
14249
14250
14251 \end_layout
14252
14253 \end_inset
14254 </cell>
14255 </row>
14256 <row>
14257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14258 \begin_inset Text
14259
14260 \begin_layout Plain Layout
14261
14262 \backslash
14263 sqint
14264 \end_layout
14265
14266 \end_inset
14267 </cell>
14268 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14269 \begin_inset Text
14270
14271 \begin_layout Plain Layout
14272 \begin_inset Formula $\sqint$
14273 \end_inset
14274
14275
14276 \end_layout
14277
14278 \end_inset
14279 </cell>
14280 </row>
14281 <row>
14282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14283 \begin_inset Text
14284
14285 \begin_layout Plain Layout
14286
14287 \backslash
14288 bigcap
14289 \end_layout
14290
14291 \end_inset
14292 </cell>
14293 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14294 \begin_inset Text
14295
14296 \begin_layout Plain Layout
14297 \begin_inset Formula $\bigcap$
14298 \end_inset
14299
14300
14301 \end_layout
14302
14303 \end_inset
14304 </cell>
14305 </row>
14306 <row>
14307 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14308 \begin_inset Text
14309
14310 \begin_layout Plain Layout
14311
14312 \backslash
14313 bigcup
14314 \end_layout
14315
14316 \end_inset
14317 </cell>
14318 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14319 \begin_inset Text
14320
14321 \begin_layout Plain Layout
14322 \begin_inset Formula $\bigcup$
14323 \end_inset
14324
14325
14326 \end_layout
14327
14328 \end_inset
14329 </cell>
14330 </row>
14331 </lyxtabular>
14332
14333 \end_inset
14334
14335
14336 \begin_inset space \hfill{}
14337 \end_inset
14338
14339
14340 \begin_inset Tabular
14341 <lyxtabular version="3" rows="10" columns="2">
14342 <features rotate="0" tabularvalignment="middle">
14343 <column alignment="center" valignment="top" width="0pt">
14344 <column alignment="center" valignment="top" width="0pt">
14345 <row>
14346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14347 \begin_inset Text
14348
14349 \begin_layout Plain Layout
14350 コマンド
14351 \end_layout
14352
14353 \end_inset
14354 </cell>
14355 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14356 \begin_inset Text
14357
14358 \begin_layout Plain Layout
14359 出力
14360 \end_layout
14361
14362 \end_inset
14363 </cell>
14364 </row>
14365 <row>
14366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14367 \begin_inset Text
14368
14369 \begin_layout Plain Layout
14370
14371 \backslash
14372 prod
14373 \begin_inset Index idx
14374 status collapsed
14375
14376 \begin_layout Plain Layout
14377 こまんど@コマンド ! P ! 
14378 \backslash
14379 prod
14380 \end_layout
14381
14382 \end_inset
14383
14384
14385 \end_layout
14386
14387 \end_inset
14388 </cell>
14389 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14390 \begin_inset Text
14391
14392 \begin_layout Plain Layout
14393 \begin_inset Formula $\prod$
14394 \end_inset
14395
14396
14397 \end_layout
14398
14399 \end_inset
14400 </cell>
14401 </row>
14402 <row>
14403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14404 \begin_inset Text
14405
14406 \begin_layout Plain Layout
14407
14408 \backslash
14409 coprod
14410 \end_layout
14411
14412 \end_inset
14413 </cell>
14414 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14415 \begin_inset Text
14416
14417 \begin_layout Plain Layout
14418 \begin_inset Formula $\coprod$
14419 \end_inset
14420
14421
14422 \end_layout
14423
14424 \end_inset
14425 </cell>
14426 </row>
14427 <row>
14428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14429 \begin_inset Text
14430
14431 \begin_layout Plain Layout
14432
14433 \backslash
14434 bigodot
14435 \end_layout
14436
14437 \end_inset
14438 </cell>
14439 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14440 \begin_inset Text
14441
14442 \begin_layout Plain Layout
14443 \begin_inset Formula $\bigodot$
14444 \end_inset
14445
14446
14447 \end_layout
14448
14449 \end_inset
14450 </cell>
14451 </row>
14452 <row>
14453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14454 \begin_inset Text
14455
14456 \begin_layout Plain Layout
14457
14458 \backslash
14459 bigotimes
14460 \end_layout
14461
14462 \end_inset
14463 </cell>
14464 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14465 \begin_inset Text
14466
14467 \begin_layout Plain Layout
14468 \begin_inset Formula $\bigotimes$
14469 \end_inset
14470
14471
14472 \end_layout
14473
14474 \end_inset
14475 </cell>
14476 </row>
14477 <row>
14478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14479 \begin_inset Text
14480
14481 \begin_layout Plain Layout
14482
14483 \backslash
14484 bigoplus
14485 \end_layout
14486
14487 \end_inset
14488 </cell>
14489 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14490 \begin_inset Text
14491
14492 \begin_layout Plain Layout
14493 \begin_inset Formula $\bigoplus$
14494 \end_inset
14495
14496
14497 \end_layout
14498
14499 \end_inset
14500 </cell>
14501 </row>
14502 <row>
14503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14504 \begin_inset Text
14505
14506 \begin_layout Plain Layout
14507
14508 \backslash
14509 bigwedge
14510 \end_layout
14511
14512 \end_inset
14513 </cell>
14514 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14515 \begin_inset Text
14516
14517 \begin_layout Plain Layout
14518 \begin_inset Formula $\bigwedge$
14519 \end_inset
14520
14521
14522 \end_layout
14523
14524 \end_inset
14525 </cell>
14526 </row>
14527 <row>
14528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14529 \begin_inset Text
14530
14531 \begin_layout Plain Layout
14532
14533 \backslash
14534 bigvee
14535 \end_layout
14536
14537 \end_inset
14538 </cell>
14539 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14540 \begin_inset Text
14541
14542 \begin_layout Plain Layout
14543 \begin_inset Formula $\bigvee$
14544 \end_inset
14545
14546
14547 \end_layout
14548
14549 \end_inset
14550 </cell>
14551 </row>
14552 <row>
14553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14554 \begin_inset Text
14555
14556 \begin_layout Plain Layout
14557
14558 \backslash
14559 bigsqcup
14560 \end_layout
14561
14562 \end_inset
14563 </cell>
14564 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14565 \begin_inset Text
14566
14567 \begin_layout Plain Layout
14568 \begin_inset Formula $\bigsqcup$
14569 \end_inset
14570
14571
14572 \end_layout
14573
14574 \end_inset
14575 </cell>
14576 </row>
14577 <row>
14578 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14579 \begin_inset Text
14580
14581 \begin_layout Plain Layout
14582
14583 \backslash
14584 biguplus
14585 \end_layout
14586
14587 \end_inset
14588 </cell>
14589 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14590 \begin_inset Text
14591
14592 \begin_layout Plain Layout
14593 \begin_inset Formula $\biguplus$
14594 \end_inset
14595
14596
14597 \end_layout
14598
14599 \end_inset
14600 </cell>
14601 </row>
14602 </lyxtabular>
14603
14604 \end_inset
14605
14606
14607 \begin_inset space \hfill{}
14608 \end_inset
14609
14610
14611 \end_layout
14612
14613 \begin_layout Standard
14614 すべての大演算子は、数式ツールバーボタンの
14615 \begin_inset Info
14616 type  "icon"
14617 arg   "math-insert \\intop"
14618 \end_inset
14619
14620 でも挿入することができます。
14621 \end_layout
14622
14623 \begin_layout Standard
14624 これらの演算子は、よく見ないと同じように見える二項演算子よりも大きいので、大演算子と呼ばれます。大演算子はすべて、次小節で説明する「範囲」をとることができます。
14625 \end_layout
14626
14627 \begin_layout Standard
14628 積分演算子はすべて、
14629 \series bold
14630
14631 \backslash
14632 intop
14633 \series default
14634
14635 \series bold
14636
14637 \backslash
14638 ointop
14639 \series default
14640 のように、
14641 \series bold
14642 op
14643 \series default
14644 で終わる別バージョンがあります。これらの演算子は、
14645 \series bold
14646
14647 \backslash
14648 int
14649 \series default
14650 とは範囲の表示のしかたが異なります。第
14651 \begin_inset CommandInset ref
14652 LatexCommand ref
14653 reference "sub:演算子の範囲"
14654
14655 \end_inset
14656
14657 節をご参照下さい。
14658 \end_layout
14659
14660 \begin_layout Subsubsection*
14661 積分の子細
14662 \end_layout
14663
14664 \begin_layout Standard
14665 積分中で用いられる文字
14666 \emph on
14667 d
14668 \emph default
14669 は演算子なので、アップライト体で組まれなくてはなりません。これを行うには
14670 \emph on
14671 d
14672 \emph default
14673 を選択して、
14674 \begin_inset Flex Ruby
14675 status collapsed
14676
14677 \begin_layout Plain Layout
14678 捷径
14679 \begin_inset Argument post:1
14680 status collapsed
14681
14682 \begin_layout Plain Layout
14683 ショートカット
14684 \end_layout
14685
14686 \end_inset
14687
14688
14689 \end_layout
14690
14691 \end_inset
14692
14693
14694 \begin_inset Info
14695 type  "shortcut"
14696 arg   "font-roman"
14697 \end_inset
14698
14699 を用います
14700 \begin_inset Foot
14701 status collapsed
14702
14703 \begin_layout Plain Layout
14704 文字様式については、第
14705 \begin_inset CommandInset ref
14706 LatexCommand ref
14707 reference "sub:書体様式"
14708
14709 \end_inset
14710
14711 節参照。
14712 \end_layout
14713
14714 \end_inset
14715
14716 。最後に、演算子の慣例に倣って、
14717 \emph on
14718 d
14719 \emph default
14720 の前に最小空白を挿入しなくてはなりません。たとえば、
14721 \end_layout
14722
14723 \begin_layout Standard
14724 正しくない例:
14725 \begin_inset Formula $\int A(x)dx$
14726 \end_inset
14727
14728
14729 \begin_inset Newline newline
14730 \end_inset
14731
14732 正しい
14733 \begin_inset Phantom HPhantom
14734 status open
14735
14736 \begin_layout Plain Layout
14737 ない
14738 \end_layout
14739
14740 \end_inset
14741
14742 例:
14743 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
14744 \end_inset
14745
14746
14747 \end_layout
14748
14749 \begin_layout Standard
14750 多重積分に関しては、以下のコマンドがあります。
14751 \begin_inset VSpace medskip
14752 \end_inset
14753
14754
14755 \end_layout
14756
14757 \begin_layout Standard
14758 \begin_inset space \hfill{}
14759 \end_inset
14760
14761
14762 \begin_inset Tabular
14763 <lyxtabular version="3" rows="4" columns="2">
14764 <features rotate="0" tabularvalignment="middle">
14765 <column alignment="center" valignment="top">
14766 <column alignment="center" valignment="top">
14767 <row>
14768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14769 \begin_inset Text
14770
14771 \begin_layout Plain Layout
14772 コマンド
14773 \end_layout
14774
14775 \end_inset
14776 </cell>
14777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14778 \begin_inset Text
14779
14780 \begin_layout Plain Layout
14781 出力
14782 \begin_inset Note Note
14783 status collapsed
14784
14785 \begin_layout Plain Layout
14786 ここで
14787 \series bold
14788
14789 \backslash
14790 raisebox
14791 \series default
14792 はスペーサーとして使用しているだけです。
14793 \end_layout
14794
14795 \end_inset
14796
14797
14798 \end_layout
14799
14800 \end_inset
14801 </cell>
14802 </row>
14803 <row>
14804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14805 \begin_inset Text
14806
14807 \begin_layout Plain Layout
14808
14809 \backslash
14810 iint
14811 \end_layout
14812
14813 \end_inset
14814 </cell>
14815 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14816 \begin_inset Text
14817
14818 \begin_layout Plain Layout
14819 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
14820 \end_inset
14821
14822
14823 \end_layout
14824
14825 \end_inset
14826 </cell>
14827 </row>
14828 <row>
14829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14830 \begin_inset Text
14831
14832 \begin_layout Plain Layout
14833
14834 \backslash
14835 oiint
14836 \end_layout
14837
14838 \end_inset
14839 </cell>
14840 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14841 \begin_inset Text
14842
14843 \begin_layout Plain Layout
14844 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
14845 \end_inset
14846
14847
14848 \end_layout
14849
14850 \end_inset
14851 </cell>
14852 </row>
14853 <row>
14854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14855 \begin_inset Text
14856
14857 \begin_layout Plain Layout
14858
14859 \backslash
14860 sqiint
14861 \end_layout
14862
14863 \end_inset
14864 </cell>
14865 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14866 \begin_inset Text
14867
14868 \begin_layout Plain Layout
14869 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
14870 \end_inset
14871
14872
14873 \end_layout
14874
14875 \end_inset
14876 </cell>
14877 </row>
14878 </lyxtabular>
14879
14880 \end_inset
14881
14882
14883 \begin_inset space \hfill{}
14884 \end_inset
14885
14886
14887 \begin_inset Tabular
14888 <lyxtabular version="3" rows="4" columns="2">
14889 <features rotate="0" tabularvalignment="middle">
14890 <column alignment="center" valignment="top">
14891 <column alignment="center" valignment="top">
14892 <row>
14893 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14894 \begin_inset Text
14895
14896 \begin_layout Plain Layout
14897 コマンド
14898 \end_layout
14899
14900 \end_inset
14901 </cell>
14902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14903 \begin_inset Text
14904
14905 \begin_layout Plain Layout
14906 出力
14907 \end_layout
14908
14909 \end_inset
14910 </cell>
14911 </row>
14912 <row>
14913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14914 \begin_inset Text
14915
14916 \begin_layout Plain Layout
14917
14918 \backslash
14919 iiint
14920 \end_layout
14921
14922 \end_inset
14923 </cell>
14924 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14925 \begin_inset Text
14926
14927 \begin_layout Plain Layout
14928 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
14929 \end_inset
14930
14931
14932 \end_layout
14933
14934 \end_inset
14935 </cell>
14936 </row>
14937 <row>
14938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14939 \begin_inset Text
14940
14941 \begin_layout Plain Layout
14942
14943 \backslash
14944 iiiint
14945 \end_layout
14946
14947 \end_inset
14948 </cell>
14949 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14950 \begin_inset Text
14951
14952 \begin_layout Plain Layout
14953 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
14954 \end_inset
14955
14956
14957 \end_layout
14958
14959 \end_inset
14960 </cell>
14961 </row>
14962 <row>
14963 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14964 \begin_inset Text
14965
14966 \begin_layout Plain Layout
14967
14968 \backslash
14969 dotsint
14970 \end_layout
14971
14972 \end_inset
14973 </cell>
14974 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14975 \begin_inset Text
14976
14977 \begin_layout Plain Layout
14978 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
14979 \end_inset
14980
14981
14982 \end_layout
14983
14984 \end_inset
14985 </cell>
14986 </row>
14987 </lyxtabular>
14988
14989 \end_inset
14990
14991
14992 \begin_inset space \hfill{}
14993 \end_inset
14994
14995
14996 \end_layout
14997
14998 \begin_layout Subsection
14999 演算子の範囲
15000 \begin_inset CommandInset label
15001 LatexCommand label
15002 name "sub:演算子の範囲"
15003
15004 \end_inset
15005
15006
15007 \begin_inset Index idx
15008 status collapsed
15009
15010 \begin_layout Plain Layout
15011 えんざんし@演算子 ! はんい@範囲
15012 \end_layout
15013
15014 \end_inset
15015
15016
15017 \end_layout
15018
15019 \begin_layout Standard
15020 範囲は、上付き文字と下付き文字とで作成することができます。
15021 \end_layout
15022
15023 \begin_layout Standard
15024 \align center
15025 \begin_inset Tabular
15026 <lyxtabular version="3" rows="2" columns="2">
15027 <features rotate="0" tabularvalignment="middle">
15028 <column alignment="center" valignment="top" width="0pt">
15029 <column alignment="center" valignment="top" width="0pt">
15030 <row>
15031 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15032 \begin_inset Text
15033
15034 \begin_layout Plain Layout
15035 コマンド
15036 \end_layout
15037
15038 \end_inset
15039 </cell>
15040 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15041 \begin_inset Text
15042
15043 \begin_layout Plain Layout
15044 出力
15045 \begin_inset Note Note
15046 status collapsed
15047
15048 \begin_layout Plain Layout
15049 ここで
15050 \series bold
15051
15052 \backslash
15053 raisebox
15054 \series default
15055 はスペーサーとして使用しているだけです。
15056 \end_layout
15057
15058 \end_inset
15059
15060
15061 \end_layout
15062
15063 \end_inset
15064 </cell>
15065 </row>
15066 <row>
15067 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15068 \begin_inset Text
15069
15070 \begin_layout Plain Layout
15071
15072 \backslash
15073 prod^
15074 \backslash
15075 infty
15076 \begin_inset space \textvisiblespace{}
15077 \end_inset
15078
15079
15080 \begin_inset Formula $\to$
15081 \end_inset
15082
15083 _0
15084 \begin_inset Formula $\to$
15085 \end_inset
15086
15087 A(x)
15088 \end_layout
15089
15090 \end_inset
15091 </cell>
15092 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15093 \begin_inset Text
15094
15095 \begin_layout Plain Layout
15096 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
15097 \end_inset
15098
15099
15100 \end_layout
15101
15102 \end_inset
15103 </cell>
15104 </row>
15105 </lyxtabular>
15106
15107 \end_inset
15108
15109
15110 \end_layout
15111
15112 \begin_layout Standard
15113 行内数式では、範囲は演算子の右横に表示されます。別行立て数式での範囲は、積分範囲を除き、演算子の上と下に表示されます。
15114 \end_layout
15115
15116 \begin_layout Standard
15117 範囲が演算子の横に表示されるように強制するには、カーソルを当該演算子の直後において、
15118 \family sans
15119 編集\SpecialChar \menuseparator
15120 数式\SpecialChar \menuseparator
15121 範囲の表記を変更
15122 \family default
15123 メニューで
15124 \family sans
15125 \series bold
15126 行内形式
15127 \family default
15128 \series default
15129 (
15130 \begin_inset Flex Ruby
15131 status collapsed
15132
15133 \begin_layout Plain Layout
15134 捷径
15135 \begin_inset Argument post:1
15136 status collapsed
15137
15138 \begin_layout Plain Layout
15139 ショートカット
15140 \end_layout
15141
15142 \end_inset
15143
15144
15145 \end_layout
15146
15147 \end_inset
15148
15149
15150 \begin_inset Info
15151 type  "shortcut"
15152 arg   "math-limits"
15153 \end_inset
15154
15155 )を選択することで範囲形式を変更することができます。以下はその用例です。
15156 \end_layout
15157
15158 \begin_layout Standard
15159 既定の範囲形式は、以下のようになっています。
15160 \begin_inset Formula 
15161 \[
15162 \sum_{x=0}^{\infty}\frac{1}{x^{2}}
15163 \]
15164
15165 \end_inset
15166
15167 以下は、範囲形式を
15168 \family sans
15169 \series bold
15170 行内形式
15171 \family default
15172 \series default
15173 に変更したときの表示です。
15174 \begin_inset Formula 
15175 \[
15176 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}
15177 \]
15178
15179 \end_inset
15180
15181
15182 \series bold
15183
15184 \backslash
15185 intop
15186 \series default
15187
15188 \series bold
15189
15190 \backslash
15191 ointop
15192 \series default
15193 などのように
15194 \series bold
15195 op
15196 \series default
15197 で終わるもの以外の積分記号では、範囲は、既定で演算子の横に設定されます。しかし、多重積分においては、範囲を演算子の下に置くべきときがあります。このことから、以下
15198 の例では、範囲形式を
15199 \series bold
15200 別行立て形式
15201 \series default
15202 にして積分記号の下に置くようにしています。
15203 \begin_inset Formula 
15204 \begin{equation}
15205 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}
15206 \end{equation}
15207
15208 \end_inset
15209
15210
15211 \end_layout
15212
15213 \begin_layout Standard
15214 \begin_inset VSpace medskip
15215 \end_inset
15216
15217 範囲に条件を指定したい場合には、
15218 \series bold
15219
15220 \backslash
15221 subarray
15222 \series default
15223
15224 \begin_inset Index idx
15225 status collapsed
15226
15227 \begin_layout Plain Layout
15228 こまんど@コマンド ! S ! 
15229 \backslash
15230 subarray
15231 \end_layout
15232
15233 \end_inset
15234
15235 コマンドや
15236 \series bold
15237
15238 \backslash
15239 substack
15240 \series default
15241
15242 \begin_inset Index idx
15243 status collapsed
15244
15245 \begin_layout Plain Layout
15246 こまんど@コマンド ! S ! 
15247 \backslash
15248 substack
15249 \end_layout
15250
15251 \end_inset
15252
15253 コマンドを使用します。たとえば、以下の表記 
15254 \begin_inset Formula 
15255 \begin{equation}
15256 \sum_{\begin{subarray}{c}
15257 0<k<1000\\
15258 \\
15259 k\,\in\,\mathbb{N}
15260 \end{subarray}}^{n}k^{-2}\label{eq:substack}
15261 \end{equation}
15262
15263 \end_inset
15264
15265
15266 \end_layout
15267
15268 \begin_layout Standard
15269 を作成するには、以下のようにしなくてはなりません。
15270 \begin_inset Newline newline
15271 \end_inset
15272
15273 まず、
15274 \series bold
15275
15276 \backslash
15277 sum
15278 \series default
15279 ^
15280 \series bold
15281 n
15282 \begin_inset space \textvisiblespace{}
15283 \end_inset
15284
15285 _
15286 \series default
15287 というコマンドを入力します。すると、和演算子の下の青枠に移動するので、ここに
15288 \series bold
15289
15290 \backslash
15291 subarray
15292 \begin_inset space \textvisiblespace{}
15293 \end_inset
15294
15295
15296 \series default
15297 コマンドを挿入します。すると、青枠が紫枠の中に入って、ここに複数の行を書き込むことができるようになります。新しい行は、改行(
15298 \begin_inset Info
15299 type  "shortcut"
15300 arg   "newline-insert newline"
15301 \end_inset
15302
15303 )を挿入することで作ることができます。ここに
15304 \begin_inset Newline newline
15305 \end_inset
15306
15307
15308 \series bold
15309 0
15310 \begin_inset Formula $\boldsymbol{<}$
15311 \end_inset
15312
15313 k
15314 \begin_inset Formula $\boldsymbol{<}$
15315 \end_inset
15316
15317 1000 Ctrl+Return
15318 \begin_inset Newline newline
15319 \end_inset
15320
15321
15322 \series default
15323 と入力すると、新規行のための新しい枠が現れます。
15324 \end_layout
15325
15326 \begin_layout Standard
15327 各行の揃え方は、
15328 \family sans
15329 表ツールバー
15330 \family default
15331
15332 \family sans
15333 編集\SpecialChar \menuseparator
15334 行と列
15335 \family default
15336 メニューで変更することができますが、右揃えにするには、行頭に
15337 \series bold
15338
15339 \backslash
15340 hfill
15341 \begin_inset space \textvisiblespace{}
15342 \end_inset
15343
15344
15345 \series default
15346 を挿入しなくてはなりません。
15347 \end_layout
15348
15349 \begin_layout Standard
15350
15351 \series bold
15352
15353 \backslash
15354 substack
15355 \series default
15356 コマンドは、各行がつねに中央揃えになることを除いては、
15357 \series bold
15358
15359 \backslash
15360 subarray
15361 \series default
15362 と同じです。
15363 \end_layout
15364
15365 \begin_layout Standard
15366 \begin_inset VSpace bigskip
15367 \end_inset
15368
15369 演算子の後に来る文字は、範囲の横に来るので、
15370 \begin_inset CommandInset ref
15371 LatexCommand eqref
15372 reference "eq:substack"
15373
15374 \end_inset
15375
15376 式のように、演算子の横の余白が大きくなりすぎることがあります。
15377 \lang english
15378 To avoid this the command 
15379 \series bold
15380 \lang japanese
15381
15382 \backslash
15383 mathclap
15384 \series default
15385
15386 \begin_inset Index idx
15387 status collapsed
15388
15389 \begin_layout Plain Layout
15390 こまんど@コマンド ! M ! 
15391 \backslash
15392 mathclap
15393 \end_layout
15394
15395 \end_inset
15396
15397
15398 \lang english
15399  can be used.
15400  It sets the width of its content to 0
15401 \begin_inset space \thinspace{}
15402 \end_inset
15403
15404 pt.
15405 \begin_inset Newline newline
15406 \end_inset
15407
15408
15409 \lang japanese
15410 これを
15411 \begin_inset CommandInset ref
15412 LatexCommand eqref
15413 reference "eq:substack"
15414
15415 \end_inset
15416
15417 式に応用すると、以下のようなコマンド
15418 \end_layout
15419
15420 \begin_layout Standard
15421
15422 \series bold
15423
15424 \backslash
15425 sum_
15426 \backslash
15427 mathclap
15428 \backslash
15429 substack
15430 \begin_inset space \textvisiblespace{}
15431 \end_inset
15432
15433 0
15434 \begin_inset Formula $\boldsymbol{<}$
15435 \end_inset
15436
15437 k
15438 \begin_inset Formula $\boldsymbol{<}$
15439 \end_inset
15440
15441 1000 Ctrl+Return
15442 \end_layout
15443
15444 \begin_layout Standard
15445 を使用して下限を作成することになります。これによって、足される要素は、和演算子の直後に来ることになります。
15446 \begin_inset Formula 
15447 \[
15448 \sum_{\mathclap{\substack{0<k<1000\\
15449 \\
15450 k\,\in\,\mathbb{N}
15451 }
15452 }}^{n}k^{-2}
15453 \]
15454
15455 \end_inset
15456
15457
15458 \end_layout
15459
15460 \begin_layout Standard
15461 \begin_inset VSpace bigskip
15462 \end_inset
15463
15464
15465 \end_layout
15466
15467 \begin_layout Standard
15468
15469 \lang english
15470 When several consecutive operators have limits the typesetting of the limits
15471  looks often imperfect in the output, see this example:
15472 \lang japanese
15473
15474 \begin_inset Formula 
15475 \[
15476 \text{a)}\lim_{n\to\infty}\max_{p\ge n}\quad\text{b)}\lim_{n\to\infty}\max_{p^{2}\ge n}\quad\text{c)}\lim_{n\to\infty}\sup_{p^{2}\ge nK}\quad\text{d)}\limsup_{n\to\infty}\max_{p\ge n}
15477 \]
15478
15479 \end_inset
15480
15481
15482 \lang english
15483 To improve the typesetting set in the document settings under 
15484 \family sans
15485 Math
15486 \begin_inset space ~
15487 \end_inset
15488
15489 Options
15490 \family default
15491  for the package
15492 \lang japanese
15493  
15494 \series bold
15495 mathtools
15496 \series default
15497
15498 \begin_inset Index idx
15499 status collapsed
15500
15501 \begin_layout Plain Layout
15502 ぱっけーじ@パッケージ ! mathtools
15503 \end_layout
15504
15505 \end_inset
15506
15507  
15508 \lang english
15509 the option 
15510 \family sans
15511 Load
15512 \begin_inset space ~
15513 \end_inset
15514
15515 always
15516 \family default
15517 .
15518  Then insert into your formula the command 
15519 \series bold
15520 \lang japanese
15521
15522 \backslash
15523 adjustlimits
15524 \series default
15525
15526 \begin_inset Index idx
15527 status collapsed
15528
15529 \begin_layout Plain Layout
15530 こまんど@コマンド ! A ! 
15531 \backslash
15532 adjustlimits
15533 \end_layout
15534
15535 \end_inset
15536
15537  
15538 \lang english
15539 directly before the first operator.
15540  The example will then look like this:
15541 \lang japanese
15542
15543 \begin_inset Formula 
15544 \[
15545 \text{a)}\adjustlimits\lim_{n\to\infty}\max_{p\ge n}\quad\text{b)}\adjustlimits\lim_{n\to\infty}\max_{p^{2}\ge n}\quad\text{c)}\adjustlimits\lim_{n\to\infty}\sup_{p^{2}\ge nK}\quad\text{d)}\adjustlimits\limsup_{n\to\infty}\max_{p\ge n}
15546 \]
15547
15548 \end_inset
15549
15550
15551 \end_layout
15552
15553 \begin_layout Standard
15554 \begin_inset VSpace bigskip
15555 \end_inset
15556
15557 一つの範囲を複数の演算子に用いる方法が、第
15558 \begin_inset CommandInset ref
15559 LatexCommand ref
15560 reference "sub:自己定義演算子"
15561
15562 \end_inset
15563
15564 節に述べられています。
15565 \end_layout
15566
15567 \begin_layout Subsection
15568 演算子の修飾
15569 \begin_inset Index idx
15570 status collapsed
15571
15572 \begin_layout Plain Layout
15573 えんざんし@演算子 ! 
15574 \family sans
15575 \series bold
15576 しゅうしょく@修飾
15577 \end_layout
15578
15579 \end_inset
15580
15581
15582 \end_layout
15583
15584 \begin_layout Standard
15585
15586 \series bold
15587
15588 \backslash
15589 overset
15590 \series default
15591
15592 \begin_inset Index idx
15593 status collapsed
15594
15595 \begin_layout Plain Layout
15596 こまんど@コマンド ! O ! 
15597 \backslash
15598 overset
15599 \end_layout
15600
15601 \end_inset
15602
15603 コマンドや
15604 \series bold
15605
15606 \backslash
15607 underset
15608 \series default
15609
15610 \begin_inset Index idx
15611 status collapsed
15612
15613 \begin_layout Plain Layout
15614 こまんど@コマンド ! U ! 
15615 \backslash
15616 underset
15617 \end_layout
15618
15619 \end_inset
15620
15621 コマンドを使うと、それぞれ演算子の上や下に、文字をアクセントとして付けることができます。また、
15622 \series bold
15623
15624 \backslash
15625 sideset
15626 \series default
15627
15628 \begin_inset Index idx
15629 status collapsed
15630
15631 \begin_layout Plain Layout
15632 こまんど@コマンド ! S ! 
15633 \backslash
15634 sideset
15635 \end_layout
15636
15637 \end_inset
15638
15639 コマンドを使うと、文字を演算子の前や後ろに付けることができます。
15640 \end_layout
15641
15642 \begin_layout Standard
15643
15644 \lang english
15645 There are 4
15646 \begin_inset space ~
15647 \end_inset
15648
15649 variants of 
15650 \series bold
15651
15652 \backslash
15653 sideset
15654 \series default
15655 :
15656 \end_layout
15657
15658 \begin_layout Itemize
15659
15660 \series bold
15661 \lang english
15662
15663 \backslash
15664 sideset
15665 \series default
15666  is used to set characters at the corners of the operator
15667 \end_layout
15668
15669 \begin_layout Itemize
15670
15671 \series bold
15672 \lang english
15673
15674 \backslash
15675 sidesetn
15676 \series default
15677  is used to set characters before and/or behind the operator (this variant
15678  represents LaTeX's original 
15679 \series bold
15680
15681 \backslash
15682 sideset
15683 \series default
15684  command)
15685 \end_layout
15686
15687 \begin_layout Itemize
15688
15689 \series bold
15690 \lang english
15691
15692 \backslash
15693 sidesetl
15694 \series default
15695  is used to set characters at the left corners and/or behind the operator
15696 \end_layout
15697
15698 \begin_layout Itemize
15699
15700 \series bold
15701 \lang english
15702
15703 \backslash
15704 sidesetr
15705 \series default
15706  is used to set characters at the right corners and/or before the operator
15707 \end_layout
15708
15709 \begin_layout Standard
15710 たとえば、
15711 \series bold
15712
15713 \backslash
15714 sidesetn
15715 \begin_inset space \textvisiblespace{}
15716 \end_inset
15717
15718
15719 \backslash
15720 sum
15721 \begin_inset space \textvisiblespace{}
15722 \end_inset
15723
15724
15725 \begin_inset Formula $\to$
15726 \end_inset
15727
15728 '
15729 \begin_inset Formula $\to$
15730 \end_inset
15731
15732 _k=1
15733 \begin_inset space \textvisiblespace{}
15734 \end_inset
15735
15736
15737 \series default
15738 ^
15739 \series bold
15740 n
15741 \series default
15742 というコマンドを入力すると、
15743 \begin_inset Formula 
15744 \[
15745 \sideset{}{'}\sum_{k=1}^{n}
15746 \]
15747
15748 \end_inset
15749
15750 のようになります。
15751 \end_layout
15752
15753 \begin_layout Standard
15754 \begin_inset Note Greyedout
15755 status open
15756
15757 \begin_layout Plain Layout
15758
15759 \series bold
15760 【註】
15761 \backslash
15762 sideset
15763 \series default
15764 は、大演算子を修飾するためだけに用いることができ、二項演算子には用いることができません。
15765 \end_layout
15766
15767 \end_inset
15768
15769
15770 \end_layout
15771
15772 \begin_layout Standard
15773 のようになります。最後の例からわかるように、
15774 \series bold
15775
15776 \backslash
15777 overset
15778 \series default
15779
15780 \series bold
15781
15782 \backslash
15783 underset
15784 \series default
15785 では、記号や文字にアクセントをつけることもできます。一方。 また、
15786 \series bold
15787
15788 \backslash
15789 overset
15790 \begin_inset space \textvisiblespace{}
15791 \end_inset
15792
15793
15794 \backslash
15795 maltese
15796 \begin_inset space \textvisiblespace{}
15797 \end_inset
15798
15799
15800 \series default
15801
15802 \begin_inset Formula $\uparrow$
15803 \end_inset
15804
15805
15806 \series bold
15807 a
15808 \series default
15809 というコマンドならば、
15810 \begin_inset Formula 
15811 \[
15812 \overset{a}{\maltese}
15813 \]
15814
15815 \end_inset
15816
15817
15818 \end_layout
15819
15820 \begin_layout Subsection
15821 二項演算子
15822 \begin_inset CommandInset label
15823 LatexCommand label
15824 name "sub:二項演算子"
15825
15826 \end_inset
15827
15828
15829 \begin_inset Index idx
15830 status collapsed
15831
15832 \begin_layout Plain Layout
15833 えんざんし@演算子 ! にこう@二項
15834 \end_layout
15835
15836 \end_inset
15837
15838
15839 \end_layout
15840
15841 \begin_layout Standard
15842 二項演算子は、前後に文字がある場合、周囲に余白が入ります。
15843 \begin_inset VSpace medskip
15844 \end_inset
15845
15846
15847 \end_layout
15848
15849 \begin_layout Standard
15850 \begin_inset space \hfill{}
15851 \end_inset
15852
15853
15854 \begin_inset Tabular
15855 <lyxtabular version="3" rows="13" columns="2">
15856 <features rotate="0" tabularvalignment="middle">
15857 <column alignment="center" valignment="top" width="0pt">
15858 <column alignment="center" valignment="top" width="0pt">
15859 <row>
15860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15861 \begin_inset Text
15862
15863 \begin_layout Plain Layout
15864 コマンド
15865 \begin_inset Note Note
15866 status collapsed
15867
15868 \begin_layout Plain Layout
15869 ここで
15870 \series bold
15871
15872 \backslash
15873 raisebox
15874 \series default
15875 はスペーサーとして使用しているだけです。
15876 \end_layout
15877
15878 \end_inset
15879
15880
15881 \end_layout
15882
15883 \end_inset
15884 </cell>
15885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15886 \begin_inset Text
15887
15888 \begin_layout Plain Layout
15889 出力
15890 \end_layout
15891
15892 \end_inset
15893 </cell>
15894 </row>
15895 <row>
15896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15897 \begin_inset Text
15898
15899 \begin_layout Plain Layout
15900 +
15901 \end_layout
15902
15903 \end_inset
15904 </cell>
15905 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15906 \begin_inset Text
15907
15908 \begin_layout Plain Layout
15909 \begin_inset Formula $+$
15910 \end_inset
15911
15912
15913 \end_layout
15914
15915 \end_inset
15916 </cell>
15917 </row>
15918 <row>
15919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15920 \begin_inset Text
15921
15922 \begin_layout Plain Layout
15923 -
15924 \end_layout
15925
15926 \end_inset
15927 </cell>
15928 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15929 \begin_inset Text
15930
15931 \begin_layout Plain Layout
15932 \begin_inset Formula $-$
15933 \end_inset
15934
15935
15936 \end_layout
15937
15938 \end_inset
15939 </cell>
15940 </row>
15941 <row>
15942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15943 \begin_inset Text
15944
15945 \begin_layout Plain Layout
15946
15947 \backslash
15948 pm
15949 \end_layout
15950
15951 \end_inset
15952 </cell>
15953 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15954 \begin_inset Text
15955
15956 \begin_layout Plain Layout
15957 \begin_inset Formula $\pm$
15958 \end_inset
15959
15960
15961 \end_layout
15962
15963 \end_inset
15964 </cell>
15965 </row>
15966 <row>
15967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15968 \begin_inset Text
15969
15970 \begin_layout Plain Layout
15971
15972 \backslash
15973 mp
15974 \end_layout
15975
15976 \end_inset
15977 </cell>
15978 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15979 \begin_inset Text
15980
15981 \begin_layout Plain Layout
15982 \begin_inset Formula $\mp$
15983 \end_inset
15984
15985
15986 \end_layout
15987
15988 \end_inset
15989 </cell>
15990 </row>
15991 <row>
15992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15993 \begin_inset Text
15994
15995 \begin_layout Plain Layout
15996
15997 \backslash
15998 cdot
15999 \end_layout
16000
16001 \end_inset
16002 </cell>
16003 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16004 \begin_inset Text
16005
16006 \begin_layout Plain Layout
16007 \begin_inset Formula $\cdot$
16008 \end_inset
16009
16010
16011 \end_layout
16012
16013 \end_inset
16014 </cell>
16015 </row>
16016 <row>
16017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16018 \begin_inset Text
16019
16020 \begin_layout Plain Layout
16021
16022 \backslash
16023 times
16024 \end_layout
16025
16026 \end_inset
16027 </cell>
16028 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16029 \begin_inset Text
16030
16031 \begin_layout Plain Layout
16032 \begin_inset Formula $\times$
16033 \end_inset
16034
16035
16036 \end_layout
16037
16038 \end_inset
16039 </cell>
16040 </row>
16041 <row>
16042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16043 \begin_inset Text
16044
16045 \begin_layout Plain Layout
16046
16047 \backslash
16048 div
16049 \end_layout
16050
16051 \end_inset
16052 </cell>
16053 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16054 \begin_inset Text
16055
16056 \begin_layout Plain Layout
16057 \begin_inset Formula $\div$
16058 \end_inset
16059
16060
16061 \end_layout
16062
16063 \end_inset
16064 </cell>
16065 </row>
16066 <row>
16067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16068 \begin_inset Text
16069
16070 \begin_layout Plain Layout
16071 \begin_inset ERT
16072 status collapsed
16073
16074 \begin_layout Plain Layout
16075
16076
16077 \backslash
16078 raisebox{-1.2mm}{
16079 \end_layout
16080
16081 \end_inset
16082
16083 *
16084 \begin_inset ERT
16085 status collapsed
16086
16087 \begin_layout Plain Layout
16088
16089 }
16090 \end_layout
16091
16092 \end_inset
16093
16094
16095 \end_layout
16096
16097 \end_inset
16098 </cell>
16099 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16100 \begin_inset Text
16101
16102 \begin_layout Plain Layout
16103 \begin_inset Formula $*$
16104 \end_inset
16105
16106
16107 \end_layout
16108
16109 \end_inset
16110 </cell>
16111 </row>
16112 <row>
16113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16114 \begin_inset Text
16115
16116 \begin_layout Plain Layout
16117
16118 \backslash
16119 star
16120 \end_layout
16121
16122 \end_inset
16123 </cell>
16124 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16125 \begin_inset Text
16126
16127 \begin_layout Plain Layout
16128 \begin_inset Formula $\star$
16129 \end_inset
16130
16131
16132 \end_layout
16133
16134 \end_inset
16135 </cell>
16136 </row>
16137 <row>
16138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16139 \begin_inset Text
16140
16141 \begin_layout Plain Layout
16142
16143 \backslash
16144 circ
16145 \end_layout
16146
16147 \end_inset
16148 </cell>
16149 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16150 \begin_inset Text
16151
16152 \begin_layout Plain Layout
16153 \begin_inset Formula $\circ$
16154 \end_inset
16155
16156
16157 \end_layout
16158
16159 \end_inset
16160 </cell>
16161 </row>
16162 <row>
16163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16164 \begin_inset Text
16165
16166 \begin_layout Plain Layout
16167
16168 \backslash
16169 diamond
16170 \end_layout
16171
16172 \end_inset
16173 </cell>
16174 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16175 \begin_inset Text
16176
16177 \begin_layout Plain Layout
16178 \begin_inset Formula $\diamond$
16179 \end_inset
16180
16181
16182 \end_layout
16183
16184 \end_inset
16185 </cell>
16186 </row>
16187 <row>
16188 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16189 \begin_inset Text
16190
16191 \begin_layout Plain Layout
16192
16193 \backslash
16194 bullet
16195 \end_layout
16196
16197 \end_inset
16198 </cell>
16199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16200 \begin_inset Text
16201
16202 \begin_layout Plain Layout
16203 \begin_inset Formula $\bullet$
16204 \end_inset
16205
16206
16207 \end_layout
16208
16209 \end_inset
16210 </cell>
16211 </row>
16212 </lyxtabular>
16213
16214 \end_inset
16215
16216
16217 \begin_inset space \hfill{}
16218 \end_inset
16219
16220
16221 \begin_inset Tabular
16222 <lyxtabular version="3" rows="13" columns="2">
16223 <features rotate="0" tabularvalignment="middle">
16224 <column alignment="center" valignment="top" width="0pt">
16225 <column alignment="center" valignment="top" width="0pt">
16226 <row>
16227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16228 \begin_inset Text
16229
16230 \begin_layout Plain Layout
16231 コマンド
16232 \end_layout
16233
16234 \end_inset
16235 </cell>
16236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16237 \begin_inset Text
16238
16239 \begin_layout Plain Layout
16240 出力
16241 \end_layout
16242
16243 \end_inset
16244 </cell>
16245 </row>
16246 <row>
16247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16248 \begin_inset Text
16249
16250 \begin_layout Plain Layout
16251
16252 \backslash
16253 nabla
16254 \end_layout
16255
16256 \end_inset
16257 </cell>
16258 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16259 \begin_inset Text
16260
16261 \begin_layout Plain Layout
16262 \begin_inset Formula $\nabla$
16263 \end_inset
16264
16265
16266 \end_layout
16267
16268 \end_inset
16269 </cell>
16270 </row>
16271 <row>
16272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16273 \begin_inset Text
16274
16275 \begin_layout Plain Layout
16276
16277 \backslash
16278 bigtriangledown
16279 \end_layout
16280
16281 \end_inset
16282 </cell>
16283 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16284 \begin_inset Text
16285
16286 \begin_layout Plain Layout
16287 \begin_inset Formula $\bigtriangledown$
16288 \end_inset
16289
16290
16291 \end_layout
16292
16293 \end_inset
16294 </cell>
16295 </row>
16296 <row>
16297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16298 \begin_inset Text
16299
16300 \begin_layout Plain Layout
16301
16302 \backslash
16303 bigtriangleup
16304 \end_layout
16305
16306 \end_inset
16307 </cell>
16308 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16309 \begin_inset Text
16310
16311 \begin_layout Plain Layout
16312 \begin_inset Formula $\bigtriangleup$
16313 \end_inset
16314
16315
16316 \end_layout
16317
16318 \end_inset
16319 </cell>
16320 </row>
16321 <row>
16322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16323 \begin_inset Text
16324
16325 \begin_layout Plain Layout
16326
16327 \backslash
16328 Box
16329 \end_layout
16330
16331 \end_inset
16332 </cell>
16333 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16334 \begin_inset Text
16335
16336 \begin_layout Plain Layout
16337 \begin_inset Formula $\Box$
16338 \end_inset
16339
16340
16341 \end_layout
16342
16343 \end_inset
16344 </cell>
16345 </row>
16346 <row>
16347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16348 \begin_inset Text
16349
16350 \begin_layout Plain Layout
16351
16352 \backslash
16353 cap 
16354 \end_layout
16355
16356 \end_inset
16357 </cell>
16358 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16359 \begin_inset Text
16360
16361 \begin_layout Plain Layout
16362 \begin_inset Formula $\cap$
16363 \end_inset
16364
16365
16366 \end_layout
16367
16368 \end_inset
16369 </cell>
16370 </row>
16371 <row>
16372 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16373 \begin_inset Text
16374
16375 \begin_layout Plain Layout
16376
16377 \backslash
16378 cup
16379 \end_layout
16380
16381 \end_inset
16382 </cell>
16383 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16384 \begin_inset Text
16385
16386 \begin_layout Plain Layout
16387 \begin_inset Formula $\cup$
16388 \end_inset
16389
16390
16391 \end_layout
16392
16393 \end_inset
16394 </cell>
16395 </row>
16396 <row>
16397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16398 \begin_inset Text
16399
16400 \begin_layout Plain Layout
16401
16402 \backslash
16403 dagger
16404 \end_layout
16405
16406 \end_inset
16407 </cell>
16408 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16409 \begin_inset Text
16410
16411 \begin_layout Plain Layout
16412 \begin_inset Formula $\dagger$
16413 \end_inset
16414
16415
16416 \end_layout
16417
16418 \end_inset
16419 </cell>
16420 </row>
16421 <row>
16422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16423 \begin_inset Text
16424
16425 \begin_layout Plain Layout
16426
16427 \backslash
16428 ddagger
16429 \end_layout
16430
16431 \end_inset
16432 </cell>
16433 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16434 \begin_inset Text
16435
16436 \begin_layout Plain Layout
16437 \begin_inset Formula $\ddagger$
16438 \end_inset
16439
16440
16441 \end_layout
16442
16443 \end_inset
16444 </cell>
16445 </row>
16446 <row>
16447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16448 \begin_inset Text
16449
16450 \begin_layout Plain Layout
16451
16452 \backslash
16453 wr
16454 \end_layout
16455
16456 \end_inset
16457 </cell>
16458 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16459 \begin_inset Text
16460
16461 \begin_layout Plain Layout
16462 \begin_inset Formula $\wr$
16463 \end_inset
16464
16465
16466 \end_layout
16467
16468 \end_inset
16469 </cell>
16470 </row>
16471 <row>
16472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16473 \begin_inset Text
16474
16475 \begin_layout Plain Layout
16476
16477 \backslash
16478 bigcirc
16479 \end_layout
16480
16481 \end_inset
16482 </cell>
16483 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16484 \begin_inset Text
16485
16486 \begin_layout Plain Layout
16487 \begin_inset Formula $\bigcirc$
16488 \end_inset
16489
16490
16491 \end_layout
16492
16493 \end_inset
16494 </cell>
16495 </row>
16496 <row>
16497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16498 \begin_inset Text
16499
16500 \begin_layout Plain Layout
16501
16502 \backslash
16503 wedge
16504 \end_layout
16505
16506 \end_inset
16507 </cell>
16508 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16509 \begin_inset Text
16510
16511 \begin_layout Plain Layout
16512 \begin_inset Formula $\wedge$
16513 \end_inset
16514
16515
16516 \end_layout
16517
16518 \end_inset
16519 </cell>
16520 </row>
16521 <row>
16522 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16523 \begin_inset Text
16524
16525 \begin_layout Plain Layout
16526
16527 \backslash
16528 vee
16529 \end_layout
16530
16531 \end_inset
16532 </cell>
16533 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16534 \begin_inset Text
16535
16536 \begin_layout Plain Layout
16537 \begin_inset Formula $\vee$
16538 \end_inset
16539
16540
16541 \end_layout
16542
16543 \end_inset
16544 </cell>
16545 </row>
16546 </lyxtabular>
16547
16548 \end_inset
16549
16550
16551 \begin_inset space \hfill{}
16552 \end_inset
16553
16554
16555 \begin_inset Tabular
16556 <lyxtabular version="3" rows="13" columns="2">
16557 <features rotate="0" tabularvalignment="middle">
16558 <column alignment="center" valignment="top" width="0pt">
16559 <column alignment="center" valignment="top" width="0pt">
16560 <row>
16561 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16562 \begin_inset Text
16563
16564 \begin_layout Plain Layout
16565 コマンド
16566 \end_layout
16567
16568 \end_inset
16569 </cell>
16570 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16571 \begin_inset Text
16572
16573 \begin_layout Plain Layout
16574 出力
16575 \end_layout
16576
16577 \end_inset
16578 </cell>
16579 </row>
16580 <row>
16581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16582 \begin_inset Text
16583
16584 \begin_layout Plain Layout
16585
16586 \backslash
16587 oplus
16588 \end_layout
16589
16590 \end_inset
16591 </cell>
16592 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16593 \begin_inset Text
16594
16595 \begin_layout Plain Layout
16596 \begin_inset Formula $\oplus$
16597 \end_inset
16598
16599
16600 \end_layout
16601
16602 \end_inset
16603 </cell>
16604 </row>
16605 <row>
16606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16607 \begin_inset Text
16608
16609 \begin_layout Plain Layout
16610
16611 \backslash
16612 ominus
16613 \end_layout
16614
16615 \end_inset
16616 </cell>
16617 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16618 \begin_inset Text
16619
16620 \begin_layout Plain Layout
16621 \begin_inset Formula $\ominus$
16622 \end_inset
16623
16624
16625 \end_layout
16626
16627 \end_inset
16628 </cell>
16629 </row>
16630 <row>
16631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16632 \begin_inset Text
16633
16634 \begin_layout Plain Layout
16635
16636 \backslash
16637 otimes
16638 \end_layout
16639
16640 \end_inset
16641 </cell>
16642 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16643 \begin_inset Text
16644
16645 \begin_layout Plain Layout
16646 \begin_inset Formula $\otimes$
16647 \end_inset
16648
16649
16650 \end_layout
16651
16652 \end_inset
16653 </cell>
16654 </row>
16655 <row>
16656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16657 \begin_inset Text
16658
16659 \begin_layout Plain Layout
16660
16661 \backslash
16662 oslash
16663 \end_layout
16664
16665 \end_inset
16666 </cell>
16667 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16668 \begin_inset Text
16669
16670 \begin_layout Plain Layout
16671 \begin_inset Formula $\oslash$
16672 \end_inset
16673
16674
16675 \end_layout
16676
16677 \end_inset
16678 </cell>
16679 </row>
16680 <row>
16681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16682 \begin_inset Text
16683
16684 \begin_layout Plain Layout
16685
16686 \backslash
16687 odot
16688 \end_layout
16689
16690 \end_inset
16691 </cell>
16692 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16693 \begin_inset Text
16694
16695 \begin_layout Plain Layout
16696 \begin_inset Formula $\odot$
16697 \end_inset
16698
16699
16700 \end_layout
16701
16702 \end_inset
16703 </cell>
16704 </row>
16705 <row>
16706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16707 \begin_inset Text
16708
16709 \begin_layout Plain Layout
16710
16711 \backslash
16712 amalg
16713 \end_layout
16714
16715 \end_inset
16716 </cell>
16717 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16718 \begin_inset Text
16719
16720 \begin_layout Plain Layout
16721 \begin_inset Formula $\amalg$
16722 \end_inset
16723
16724
16725 \end_layout
16726
16727 \end_inset
16728 </cell>
16729 </row>
16730 <row>
16731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16732 \begin_inset Text
16733
16734 \begin_layout Plain Layout
16735
16736 \backslash
16737 uplus
16738 \end_layout
16739
16740 \end_inset
16741 </cell>
16742 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16743 \begin_inset Text
16744
16745 \begin_layout Plain Layout
16746 \begin_inset Formula $\uplus$
16747 \end_inset
16748
16749
16750 \end_layout
16751
16752 \end_inset
16753 </cell>
16754 </row>
16755 <row>
16756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16757 \begin_inset Text
16758
16759 \begin_layout Plain Layout
16760
16761 \backslash
16762 setminus
16763 \end_layout
16764
16765 \end_inset
16766 </cell>
16767 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16768 \begin_inset Text
16769
16770 \begin_layout Plain Layout
16771 \begin_inset Formula $\setminus$
16772 \end_inset
16773
16774
16775 \end_layout
16776
16777 \end_inset
16778 </cell>
16779 </row>
16780 <row>
16781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16782 \begin_inset Text
16783
16784 \begin_layout Plain Layout
16785
16786 \backslash
16787 sqcap
16788 \end_layout
16789
16790 \end_inset
16791 </cell>
16792 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16793 \begin_inset Text
16794
16795 \begin_layout Plain Layout
16796 \begin_inset Formula $\sqcap$
16797 \end_inset
16798
16799
16800 \end_layout
16801
16802 \end_inset
16803 </cell>
16804 </row>
16805 <row>
16806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16807 \begin_inset Text
16808
16809 \begin_layout Plain Layout
16810
16811 \backslash
16812 sqcup
16813 \end_layout
16814
16815 \end_inset
16816 </cell>
16817 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16818 \begin_inset Text
16819
16820 \begin_layout Plain Layout
16821 \begin_inset Formula $\sqcup$
16822 \end_inset
16823
16824
16825 \end_layout
16826
16827 \end_inset
16828 </cell>
16829 </row>
16830 <row>
16831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16832 \begin_inset Text
16833
16834 \begin_layout Plain Layout
16835
16836 \backslash
16837 triangleleft
16838 \end_layout
16839
16840 \end_inset
16841 </cell>
16842 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16843 \begin_inset Text
16844
16845 \begin_layout Plain Layout
16846 \begin_inset Formula $\triangleleft$
16847 \end_inset
16848
16849
16850 \end_layout
16851
16852 \end_inset
16853 </cell>
16854 </row>
16855 <row>
16856 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16857 \begin_inset Text
16858
16859 \begin_layout Plain Layout
16860
16861 \backslash
16862 triangleright
16863 \end_layout
16864
16865 \end_inset
16866 </cell>
16867 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16868 \begin_inset Text
16869
16870 \begin_layout Plain Layout
16871 \begin_inset Formula $\triangleright$
16872 \end_inset
16873
16874
16875 \end_layout
16876
16877 \end_inset
16878 </cell>
16879 </row>
16880 </lyxtabular>
16881
16882 \end_inset
16883
16884
16885 \begin_inset space \hfill{}
16886 \end_inset
16887
16888
16889 \end_layout
16890
16891 \begin_layout Standard
16892 二項演算子は、すべて数式ツールバーボタンの
16893 \begin_inset Info
16894 type  "icon"
16895 arg   "math-insert \\pm"
16896 \end_inset
16897
16898 から挿入することもできます。
16899 \end_layout
16900
16901 \begin_layout Standard
16902 ラプラス演算子を組版するには、
16903 \series bold
16904
16905 \backslash
16906 bigtriangleup
16907 \series default
16908 以外に、
16909 \series bold
16910
16911 \backslash
16912 Delta
16913 \series default
16914
16915 \series bold
16916
16917 \backslash
16918 nabla
16919 \series default
16920 ^
16921 \series bold
16922 2
16923 \series default
16924 (
16925 \begin_inset Formula $\nabla^{2}$
16926 \end_inset
16927
16928 )を使用することもできます。
16929 \end_layout
16930
16931 \begin_layout Standard
16932
16933 \family sans
16934 挿入\SpecialChar \menuseparator
16935 特殊文字
16936 \family default
16937 メニューの
16938 \family sans
16939 メニュー区切り
16940 \family default
16941 で入力される文字は、
16942 \series bold
16943
16944 \backslash
16945 triangleright
16946 \series default
16947 演算子です。
16948 \end_layout
16949
16950 \begin_layout Subsection
16951 自己定義演算子
16952 \begin_inset CommandInset label
16953 LatexCommand label
16954 name "sub:自己定義演算子"
16955
16956 \end_inset
16957
16958
16959 \begin_inset Index idx
16960 status collapsed
16961
16962 \begin_layout Plain Layout
16963 えんざんし@演算子 ! じこていぎ@自己定義
16964 \end_layout
16965
16966 \end_inset
16967
16968
16969 \end_layout
16970
16971 \begin_layout Standard
16972 LaTeXプリアンブルで
16973 \series bold
16974
16975 \backslash
16976 DeclareMathOperator
16977 \series default
16978
16979 \begin_inset Index idx
16980 status collapsed
16981
16982 \begin_layout Plain Layout
16983 こまんど@コマンド ! D ! 
16984 \backslash
16985 dbinom@
16986 \backslash
16987 DeclareMathOperator
16988 \end_layout
16989
16990 \end_inset
16991
16992 コマンドを使用すると、自製演算子を定義することができます。このコマンドの書式は
16993 \end_layout
16994
16995 \begin_layout Standard
16996
16997 \series bold
16998
16999 \backslash
17000 DeclareMathOperator{新規コマンド}{表示}
17001 \end_layout
17002
17003 \begin_layout Standard
17004 です。「表示」は、出力での演算子の表示され方を定義する文字や記号です。大演算子を定義するには、コマンドの後に「*」を置きます。自己定義の大演算子は、すべて第
17005 \begin_inset CommandInset ref
17006 LatexCommand ref
17007 reference "sub:演算子の範囲"
17008
17009 \end_inset
17010
17011 節で述べられた範囲を指定することができます。
17012 \end_layout
17013
17014 \begin_layout Standard
17015 たとえば、以下のようなLaTeXプリアンブル行
17016 \end_layout
17017
17018 \begin_layout Standard
17019
17020 \series bold
17021
17022 \backslash
17023 DeclareMathOperator*{
17024 \backslash
17025 Lozenge}{
17026 \backslash
17027 blacklozenge}
17028 \end_layout
17029
17030 \begin_layout Standard
17031 は、第
17032 \begin_inset CommandInset ref
17033 LatexCommand ref
17034 reference "sub:その他の記号"
17035
17036 \end_inset
17037
17038 節にある菱形記号を使った大演算子を挿入する、以下のようなコマンド
17039 \series bold
17040
17041 \backslash
17042 Lozenge
17043 \series default
17044 を定義します。
17045 \begin_inset Formula 
17046 \[
17047 \Lozenge_{n=1}^{\infty}
17048 \]
17049
17050 \end_inset
17051
17052 上記の数式を作るコマンドは、
17053 \series bold
17054
17055 \backslash
17056 Lozenge
17057 \series default
17058 ^
17059 \series bold
17060
17061 \backslash
17062 infty
17063 \begin_inset Formula $\to$
17064 \end_inset
17065
17066 _n=1
17067 \series default
17068 です。
17069 \end_layout
17070
17071 \begin_layout Standard
17072 \begin_inset VSpace bigskip
17073 \end_inset
17074
17075 自己定義演算子を、同一文書内で複数回用いない時には、以下の書式を持つ
17076 \series bold
17077
17078 \backslash
17079 mathop
17080 \series default
17081
17082 \begin_inset Index idx
17083 status collapsed
17084
17085 \begin_layout Plain Layout
17086 こまんど@コマンド ! M ! 
17087 \backslash
17088 mathop
17089 \end_layout
17090
17091 \end_inset
17092
17093 コマンドおよび
17094 \series bold
17095
17096 \backslash
17097 mathbin
17098 \series default
17099
17100 \begin_inset Index idx
17101 status collapsed
17102
17103 \begin_layout Plain Layout
17104 こまんど@コマンド ! M ! 
17105 \backslash
17106 mathbin
17107 \end_layout
17108
17109 \end_inset
17110
17111 コマンドを用いて定義を行うこともできます。
17112 \end_layout
17113
17114 \begin_layout Standard
17115 (書式)
17116 \series bold
17117
17118 \backslash
17119 mathop{表示}
17120 \series default
17121 および
17122 \series bold
17123
17124 \backslash
17125 mathbin{表示}
17126 \end_layout
17127
17128 \begin_layout Standard
17129
17130 \series bold
17131
17132 \backslash
17133 mathop
17134 \series default
17135 は大演算子を定義し、
17136 \series bold
17137
17138 \backslash
17139 mathbin
17140 \series default
17141 は二項演算子を定義します。
17142 \end_layout
17143
17144 \begin_layout Standard
17145 たとえば
17146 \series bold
17147
17148 \backslash
17149 mathop
17150 \series default
17151 は、以下のように、複数の演算子に共通の範囲指定を行うのに用いることができます。
17152 \end_layout
17153
17154 \begin_layout Standard
17155 \begin_inset Formula 
17156 \[
17157 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}
17158 \]
17159
17160 \end_inset
17161
17162
17163 \end_layout
17164
17165 \begin_layout Standard
17166 上記の数式では
17167 \begin_inset Newline newline
17168 \end_inset
17169
17170
17171 \series bold
17172
17173 \backslash
17174 mathop{
17175 \backslash
17176 sum
17177 \backslash
17178 negmedspace
17179 \backslash
17180 sum
17181 \series default
17182
17183 \begin_inset space \textvisiblespace{}
17184 \end_inset
17185
17186
17187 \series bold
17188
17189 \begin_inset Formula $\to$
17190 \end_inset
17191
17192 ^N
17193 \series default
17194
17195 \begin_inset space \textvisiblespace{}
17196 \end_inset
17197
17198
17199 \series bold
17200 _i,j=1
17201 \begin_inset Newline newline
17202 \end_inset
17203
17204
17205 \series default
17206 というコマンドを用いています。
17207 \end_layout
17208
17209 \begin_layout Section
17210 書体
17211 \begin_inset Index idx
17212 status collapsed
17213
17214 \begin_layout Plain Layout
17215 しょたい@書体
17216 \end_layout
17217
17218 \end_inset
17219
17220
17221 \begin_inset Index idx
17222 status collapsed
17223
17224 \begin_layout Plain Layout
17225 ふぉんと@フォント | see
17226 \begin_inset ERT
17227 status collapsed
17228
17229 \begin_layout Plain Layout
17230
17231 {
17232 \end_layout
17233
17234 \end_inset
17235
17236 書体
17237 \begin_inset ERT
17238 status collapsed
17239
17240 \begin_layout Plain Layout
17241
17242 }
17243 \end_layout
17244
17245 \end_inset
17246
17247
17248 \end_layout
17249
17250 \end_inset
17251
17252
17253 \end_layout
17254
17255 \begin_layout Subsection
17256 書体様式
17257 \begin_inset CommandInset label
17258 LatexCommand label
17259 name "sub:書体様式"
17260
17261 \end_inset
17262
17263
17264 \begin_inset Index idx
17265 status collapsed
17266
17267 \begin_layout Plain Layout
17268 しょたい@書体 ! ようしき@様式
17269 \end_layout
17270
17271 \end_inset
17272
17273
17274 \end_layout
17275
17276 \begin_layout Standard
17277 数式中のラテン文字は、以下の書体様式のうちいずれかに設定することができます。
17278 \begin_inset VSpace -2mm
17279 \end_inset
17280
17281
17282 \end_layout
17283
17284 \begin_layout Standard
17285 \align center
17286 \begin_inset Tabular
17287 <lyxtabular version="3" rows="7" columns="3">
17288 <features rotate="0" tabularvalignment="middle">
17289 <column alignment="center" valignment="top">
17290 <column alignment="center" valignment="top">
17291 <column alignment="center" valignment="top">
17292 <row>
17293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17294 \begin_inset Text
17295
17296 \begin_layout Plain Layout
17297 コマンド
17298 \end_layout
17299
17300 \end_inset
17301 </cell>
17302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17303 \begin_inset Text
17304
17305 \begin_layout Plain Layout
17306 出力
17307 \end_layout
17308
17309 \end_inset
17310 </cell>
17311 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17312 \begin_inset Text
17313
17314 \begin_layout Plain Layout
17315 \begin_inset Flex Ruby
17316 status collapsed
17317
17318 \begin_layout Plain Layout
17319 捷径
17320 \begin_inset Argument post:1
17321 status collapsed
17322
17323 \begin_layout Plain Layout
17324 ショートカット
17325 \end_layout
17326
17327 \end_inset
17328
17329
17330 \end_layout
17331
17332 \end_inset
17333
17334
17335 \end_layout
17336
17337 \end_inset
17338 </cell>
17339 </row>
17340 <row>
17341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17342 \begin_inset Text
17343
17344 \begin_layout Plain Layout
17345
17346 \backslash
17347 mathbb
17348 \series bold
17349
17350 \begin_inset space \textvisiblespace{}
17351 \end_inset
17352
17353
17354 \series default
17355 ABC
17356 \end_layout
17357
17358 \end_inset
17359 </cell>
17360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17361 \begin_inset Text
17362
17363 \begin_layout Plain Layout
17364 \begin_inset Formula $\mathbb{ABC}$
17365 \end_inset
17366
17367
17368 \end_layout
17369
17370 \end_inset
17371 </cell>
17372 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17373 \begin_inset Text
17374
17375 \begin_layout Plain Layout
17376 \begin_inset Info
17377 type  "shortcut"
17378 arg   "font-noun"
17379 \end_inset
17380
17381
17382 \end_layout
17383
17384 \end_inset
17385 </cell>
17386 </row>
17387 <row>
17388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17389 \begin_inset Text
17390
17391 \begin_layout Plain Layout
17392
17393 \backslash
17394 mathbf
17395 \series bold
17396
17397 \begin_inset space \textvisiblespace{}
17398 \end_inset
17399
17400
17401 \series default
17402 AbC
17403 \end_layout
17404
17405 \end_inset
17406 </cell>
17407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17408 \begin_inset Text
17409
17410 \begin_layout Plain Layout
17411 \begin_inset Formula $\mathbf{AbC}$
17412 \end_inset
17413
17414
17415 \end_layout
17416
17417 \end_inset
17418 </cell>
17419 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17420 \begin_inset Text
17421
17422 \begin_layout Plain Layout
17423 \begin_inset Info
17424 type  "shortcut"
17425 arg   "font-bold"
17426 \end_inset
17427
17428
17429 \end_layout
17430
17431 \end_inset
17432 </cell>
17433 </row>
17434 <row>
17435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17436 \begin_inset Text
17437
17438 \begin_layout Plain Layout
17439
17440 \backslash
17441 boldsymbol
17442 \series bold
17443
17444 \begin_inset space \textvisiblespace{}
17445 \end_inset
17446
17447
17448 \series default
17449 AbC
17450 \end_layout
17451
17452 \end_inset
17453 </cell>
17454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17455 \begin_inset Text
17456
17457 \begin_layout Plain Layout
17458 \begin_inset Formula $\boldsymbol{AbC}$
17459 \end_inset
17460
17461
17462 \end_layout
17463
17464 \end_inset
17465 </cell>
17466 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17467 \begin_inset Text
17468
17469 \begin_layout Plain Layout
17470 \begin_inset Info
17471 type  "shortcuts"
17472 arg   "font-boldsymbol"
17473 \end_inset
17474
17475
17476 \end_layout
17477
17478 \end_inset
17479 </cell>
17480 </row>
17481 <row>
17482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17483 \begin_inset Text
17484
17485 \begin_layout Plain Layout
17486
17487 \backslash
17488 mathcal
17489 \series bold
17490
17491 \begin_inset space \textvisiblespace{}
17492 \end_inset
17493
17494
17495 \series default
17496 ABC
17497 \end_layout
17498
17499 \end_inset
17500 </cell>
17501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17502 \begin_inset Text
17503
17504 \begin_layout Plain Layout
17505 \begin_inset Formula $\mathcal{ABC}$
17506 \end_inset
17507
17508
17509 \end_layout
17510
17511 \end_inset
17512 </cell>
17513 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17514 \begin_inset Text
17515
17516 \begin_layout Plain Layout
17517 \begin_inset Info
17518 type  "shortcut"
17519 arg   "font-emph"
17520 \end_inset
17521
17522
17523 \end_layout
17524
17525 \end_inset
17526 </cell>
17527 </row>
17528 <row>
17529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17530 \begin_inset Text
17531
17532 \begin_layout Plain Layout
17533
17534 \backslash
17535 mathfrak
17536 \series bold
17537
17538 \begin_inset space \textvisiblespace{}
17539 \end_inset
17540
17541
17542 \series default
17543 AbC
17544 \end_layout
17545
17546 \end_inset
17547 </cell>
17548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17549 \begin_inset Text
17550
17551 \begin_layout Plain Layout
17552 \begin_inset Formula $\mathfrak{AbC}$
17553 \end_inset
17554
17555
17556 \end_layout
17557
17558 \end_inset
17559 </cell>
17560 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17561 \begin_inset Text
17562
17563 \begin_layout Plain Layout
17564 -
17565 \end_layout
17566
17567 \end_inset
17568 </cell>
17569 </row>
17570 <row>
17571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17572 \begin_inset Text
17573
17574 \begin_layout Plain Layout
17575
17576 \backslash
17577 mathscr
17578 \series bold
17579
17580 \begin_inset space \textvisiblespace{}
17581 \end_inset
17582
17583
17584 \series default
17585 AbC
17586 \end_layout
17587
17588 \end_inset
17589 </cell>
17590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17591 \begin_inset Text
17592
17593 \begin_layout Plain Layout
17594 \begin_inset Formula $\mathscr{AbC}$
17595 \end_inset
17596
17597
17598 \end_layout
17599
17600 \end_inset
17601 </cell>
17602 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17603 \begin_inset Text
17604
17605 \begin_layout Plain Layout
17606 -
17607 \end_layout
17608
17609 \end_inset
17610 </cell>
17611 </row>
17612 </lyxtabular>
17613
17614 \end_inset
17615
17616
17617 \end_layout
17618
17619 \begin_layout Standard
17620 \align center
17621 \begin_inset Tabular
17622 <lyxtabular version="3" rows="5" columns="3">
17623 <features rotate="0" tabularvalignment="middle">
17624 <column alignment="center" valignment="top">
17625 <column alignment="center" valignment="top">
17626 <column alignment="center" valignment="top">
17627 <row>
17628 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17629 \begin_inset Text
17630
17631 \begin_layout Plain Layout
17632 コマンド
17633 \end_layout
17634
17635 \end_inset
17636 </cell>
17637 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17638 \begin_inset Text
17639
17640 \begin_layout Plain Layout
17641 出力
17642 \end_layout
17643
17644 \end_inset
17645 </cell>
17646 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17647 \begin_inset Text
17648
17649 \begin_layout Plain Layout
17650 \begin_inset Flex Ruby
17651 status collapsed
17652
17653 \begin_layout Plain Layout
17654 捷径
17655 \begin_inset Argument post:1
17656 status collapsed
17657
17658 \begin_layout Plain Layout
17659 ショートカット
17660 \end_layout
17661
17662 \end_inset
17663
17664
17665 \end_layout
17666
17667 \end_inset
17668
17669
17670 \end_layout
17671
17672 \end_inset
17673 </cell>
17674 </row>
17675 <row>
17676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17677 \begin_inset Text
17678
17679 \begin_layout Plain Layout
17680
17681 \backslash
17682 mathit
17683 \series bold
17684
17685 \begin_inset space \textvisiblespace{}
17686 \end_inset
17687
17688
17689 \series default
17690 AbC
17691 \end_layout
17692
17693 \end_inset
17694 </cell>
17695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17696 \begin_inset Text
17697
17698 \begin_layout Plain Layout
17699 \begin_inset Formula $\mathit{AbC}$
17700 \end_inset
17701
17702
17703 \end_layout
17704
17705 \end_inset
17706 </cell>
17707 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17708 \begin_inset Text
17709
17710 \begin_layout Plain Layout
17711 -
17712 \end_layout
17713
17714 \end_inset
17715 </cell>
17716 </row>
17717 <row>
17718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17719 \begin_inset Text
17720
17721 \begin_layout Plain Layout
17722
17723 \backslash
17724 mathrm
17725 \series bold
17726
17727 \begin_inset space \textvisiblespace{}
17728 \end_inset
17729
17730
17731 \series default
17732 AbC
17733 \end_layout
17734
17735 \end_inset
17736 </cell>
17737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17738 \begin_inset Text
17739
17740 \begin_layout Plain Layout
17741 \begin_inset Formula $\mathrm{AbC}$
17742 \end_inset
17743
17744
17745 \end_layout
17746
17747 \end_inset
17748 </cell>
17749 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17750 \begin_inset Text
17751
17752 \begin_layout Plain Layout
17753 \begin_inset Info
17754 type  "shortcut"
17755 arg   "font-roman"
17756 \end_inset
17757
17758
17759 \end_layout
17760
17761 \end_inset
17762 </cell>
17763 </row>
17764 <row>
17765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17766 \begin_inset Text
17767
17768 \begin_layout Plain Layout
17769
17770 \backslash
17771 mathsf
17772 \series bold
17773
17774 \begin_inset space \textvisiblespace{}
17775 \end_inset
17776
17777
17778 \series default
17779 AbC
17780 \end_layout
17781
17782 \end_inset
17783 </cell>
17784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17785 \begin_inset Text
17786
17787 \begin_layout Plain Layout
17788 \begin_inset Formula $\mathsf{AbC}$
17789 \end_inset
17790
17791
17792 \end_layout
17793
17794 \end_inset
17795 </cell>
17796 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17797 \begin_inset Text
17798
17799 \begin_layout Plain Layout
17800 \begin_inset Info
17801 type  "shortcut"
17802 arg   "font-sans"
17803 \end_inset
17804
17805
17806 \end_layout
17807
17808 \end_inset
17809 </cell>
17810 </row>
17811 <row>
17812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17813 \begin_inset Text
17814
17815 \begin_layout Plain Layout
17816
17817 \backslash
17818 mathtt
17819 \series bold
17820
17821 \begin_inset space \textvisiblespace{}
17822 \end_inset
17823
17824
17825 \series default
17826 AbC
17827 \end_layout
17828
17829 \end_inset
17830 </cell>
17831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17832 \begin_inset Text
17833
17834 \begin_layout Plain Layout
17835 \begin_inset Formula $\mathtt{AbC}$
17836 \end_inset
17837
17838
17839 \end_layout
17840
17841 \end_inset
17842 </cell>
17843 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17844 \begin_inset Text
17845
17846 \begin_layout Plain Layout
17847 \begin_inset Info
17848 type  "shortcut"
17849 arg   "font-typewriter"
17850 \end_inset
17851
17852
17853 \end_layout
17854
17855 \end_inset
17856 </cell>
17857 </row>
17858 </lyxtabular>
17859
17860 \end_inset
17861
17862
17863 \end_layout
17864
17865 \begin_layout Standard
17866 \begin_inset Note Greyedout
17867 status open
17868
17869 \begin_layout Plain Layout
17870
17871 \series bold
17872 【註】
17873 \backslash
17874 mathbb
17875 \series default
17876 様式と
17877 \series bold
17878
17879 \backslash
17880 mathcal
17881 \series default
17882 様式は、大文字にのみ使用することができます。
17883 \end_layout
17884
17885 \end_inset
17886
17887
17888 \end_layout
17889
17890 \begin_layout Standard
17891 既定では、
17892 \series bold
17893
17894 \backslash
17895 mathnormal
17896 \series default
17897 様式に設定されています。
17898 \end_layout
17899
17900 \begin_layout Standard
17901 書体様式コマンドは、以下のように数式構成要素内の文字に対しても機能します。
17902 \begin_inset Formula 
17903 \[
17904 \mathfrak{A=\frac{b}{C}}
17905 \]
17906
17907 \end_inset
17908
17909
17910 \end_layout
17911
17912 \begin_layout Standard
17913 数式テキストに含まれる文字に対しては、数式書体様式は反映せず、
17914 \series bold
17915
17916 \backslash
17917 textrm
17918 \series default
17919 様式で表示されます。数式テキストの様式を文字様式ダイアログで設定することができないのは、LyXのバグです
17920 \begin_inset Foot
17921 status collapsed
17922
17923 \begin_layout Plain Layout
17924 \begin_inset CommandInset href
17925 LatexCommand href
17926 name "LyX-bug #4629"
17927 target "http://www.lyx.org/trac/ticket/4629"
17928
17929 \end_inset
17930
17931
17932 \end_layout
17933
17934 \end_inset
17935
17936
17937 \end_layout
17938
17939 \begin_layout Standard
17940 書体様式コマンドの代わりに、
17941 \family sans
17942 編集\SpecialChar \menuseparator
17943 数学\SpecialChar \menuseparator
17944 文字様式
17945 \family default
17946 ダイアログや、
17947 \begin_inset Info
17948 type  "icon"
17949 arg   "math-insert \\font"
17950 \end_inset
17951
17952 を使用することもできます。
17953 \end_layout
17954
17955 \begin_layout Subsection
17956 ボールド体の数式
17957 \begin_inset CommandInset label
17958 LatexCommand label
17959 name "sub:ボールド体の数式"
17960
17961 \end_inset
17962
17963
17964 \begin_inset Index idx
17965 status collapsed
17966
17967 \begin_layout Plain Layout
17968 すうしき@数式 ! ぼーるどたい@ボールド体
17969 \end_layout
17970
17971 \end_inset
17972
17973
17974 \end_layout
17975
17976 \begin_layout Standard
17977 数式全体をボールド体にしようとすると、前節の
17978 \series bold
17979
17980 \backslash
17981 mathbf
17982 \series default
17983 コマンドは、ギリシャ文字の小文字に対しては機能しないので、使用することができません。さらにこのコマンドは、以下の式のように、ラテン文字をつねにアップライト体に印
17984 字してしまいます。
17985 \end_layout
17986
17987 \begin_layout Standard
17988 \begin_inset Formula 
17989 \[
17990 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{\textbackslash mathbfを使用した数式}
17991 \]
17992
17993 \end_inset
17994
17995
17996 \end_layout
17997
17998 \begin_layout Standard
17999 この数式を正しく表示するには、以下のように、
18000 \series bold
18001
18002 \backslash
18003 boldsymbol
18004 \series default
18005 コマンドを使用します。
18006 \begin_inset Formula 
18007 \[
18008 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{\textbackslash boldsymbolを使用した数式}}
18009 \]
18010
18011 \end_inset
18012
18013 また、数式を
18014 \series bold
18015 boldmath環境
18016 \series default
18017 に設定する方法もあります。この環境は、TeXモードで
18018 \series bold
18019
18020 \backslash
18021 boldmath
18022 \begin_inset Index idx
18023 status collapsed
18024
18025 \begin_layout Plain Layout
18026 こまんど@コマンド ! B ! 
18027 \backslash
18028 boldmath
18029 \end_layout
18030
18031 \end_inset
18032
18033
18034 \series default
18035 コマンドを挿入することによって作ることができます。環境を閉じるには、
18036 \series bold
18037
18038 \backslash
18039 unboldmath
18040 \begin_inset Index idx
18041 status collapsed
18042
18043 \begin_layout Plain Layout
18044 こまんど@コマンド ! U ! 
18045 \backslash
18046 unboldmath
18047 \end_layout
18048
18049 \end_inset
18050
18051
18052 \series default
18053 コマンドをTeXモードで挿入します。
18054 \begin_inset ERT
18055 status collapsed
18056
18057 \begin_layout Plain Layout
18058
18059
18060 \backslash
18061 boldmath 
18062 \end_layout
18063
18064 \end_inset
18065
18066
18067 \begin_inset Formula 
18068 \[
18069 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{boldmath環境に置いた数式}
18070 \]
18071
18072 \end_inset
18073
18074
18075 \begin_inset ERT
18076 status collapsed
18077
18078 \begin_layout Plain Layout
18079
18080
18081 \backslash
18082 unboldmath 
18083 \end_layout
18084
18085 \end_inset
18086
18087
18088 \end_layout
18089
18090 \begin_layout Subsection
18091 色付きの数式
18092 \begin_inset Index idx
18093 status collapsed
18094
18095 \begin_layout Plain Layout
18096 すうしき@数式 ! いろつき@色付き
18097 \end_layout
18098
18099 \end_inset
18100
18101
18102 \end_layout
18103
18104 \begin_layout Standard
18105 数式も、通常の本文と同様、色を付けることができます。数式あるいは数式の一部を選択して、文字様式ダイアログを使用して下さい。下記は、マゼンタ色にした数式です。
18106 \begin_inset Formula 
18107 \[
18108 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
18109 \]
18110
18111 \end_inset
18112
18113
18114 \end_layout
18115
18116 \begin_layout Standard
18117
18118 \begin_inset CommandInset ref
18119 LatexCommand ref
18120 reference "sub:色付きボックス"
18121
18122 \end_inset
18123
18124 節に述べられているように、自製の色を定義することもできます。自製の色は、以下の書式を持つ
18125 \series bold
18126
18127 \backslash
18128 textcolor
18129 \series default
18130
18131 \begin_inset Index idx
18132 status collapsed
18133
18134 \begin_layout Plain Layout
18135 こまんど@コマンド ! T ! 
18136 \backslash
18137 textcolor
18138 \end_layout
18139
18140 \end_inset
18141
18142 TeXコードコマンドで適用することができます。
18143 \end_layout
18144
18145 \begin_layout Standard
18146
18147 \series bold
18148
18149 \backslash
18150 textcolor{色}{文字ないし数式}
18151 \end_layout
18152
18153 \begin_layout Standard
18154 下記の例は、全体を濃緑にし、一部を赤にしています。
18155 \end_layout
18156
18157 \begin_layout Standard
18158 \begin_inset ERT
18159 status collapsed
18160
18161 \begin_layout Plain Layout
18162
18163
18164 \backslash
18165 textcolor{darkgreen}{
18166 \end_layout
18167
18168 \end_inset
18169
18170
18171 \begin_inset Formula 
18172 \[
18173 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
18174 \]
18175
18176 \end_inset
18177
18178
18179 \begin_inset ERT
18180 status collapsed
18181
18182 \begin_layout Plain Layout
18183
18184 }
18185 \end_layout
18186
18187 \end_inset
18188
18189
18190 \end_layout
18191
18192 \begin_layout Standard
18193 LyXのバグのため、自製色は数式全体に対してしか使用することができません
18194 \begin_inset Foot
18195 status collapsed
18196
18197 \begin_layout Plain Layout
18198 \begin_inset CommandInset href
18199 LatexCommand href
18200 name "LyX-bug #5269"
18201 target "http://www.lyx.org/trac/ticket/5269"
18202
18203 \end_inset
18204
18205
18206 \end_layout
18207
18208 \end_inset
18209
18210
18211 \end_layout
18212
18213 \begin_layout Subsection
18214 書体寸法
18215 \begin_inset CommandInset label
18216 LatexCommand label
18217 name "sub:書体寸法"
18218
18219 \end_inset
18220
18221
18222 \begin_inset Index idx
18223 status collapsed
18224
18225 \begin_layout Plain Layout
18226 しょたい@書体 ! すんぽう@寸法
18227 \end_layout
18228
18229 \end_inset
18230
18231
18232 \end_layout
18233
18234 \begin_layout Standard
18235 数式内の文字については、本文中の文字同様、以下の書体寸法設定コマンドがあります。
18236 \end_layout
18237
18238 \begin_layout Standard
18239
18240 \series bold
18241
18242 \backslash
18243 Huge
18244 \series default
18245
18246 \series bold
18247
18248 \backslash
18249 huge
18250 \series default
18251
18252 \series bold
18253
18254 \backslash
18255 LARGE
18256 \series default
18257
18258 \series bold
18259
18260 \backslash
18261 Large
18262 \series default
18263
18264 \series bold
18265
18266 \backslash
18267 large
18268 \series default
18269
18270 \series bold
18271
18272 \backslash
18273 normalsize
18274 \series default
18275
18276 \series bold
18277
18278 \backslash
18279 small
18280 \series default
18281 ,
18282 \begin_inset Newline newline
18283 \end_inset
18284
18285
18286 \series bold
18287
18288 \backslash
18289 footnotesize
18290 \series default
18291
18292 \series bold
18293
18294 \backslash
18295 scriptsize
18296 \series default
18297 、および
18298 \series bold
18299
18300 \backslash
18301 tiny
18302 \end_layout
18303
18304 \begin_layout Standard
18305 これらのコマンドによって生成される実際の書体寸法は、文書の書体寸法に依存し、文書の書体寸法が
18306 \series bold
18307
18308 \backslash
18309 normalsize
18310 \series default
18311 コマンドに設定されます。他のコマンドは、
18312 \series bold
18313
18314 \backslash
18315 normalsize
18316 \series default
18317 を基準として拡大ないし縮小されます。しかしながら、書体寸法は一定の値を越えることができないようになっています。たとえば、文書書体寸法が12
18318 \begin_inset space \thinspace{}
18319 \end_inset
18320
18321 ptであるならば、
18322 \series bold
18323
18324 \backslash
18325 Huge
18326 \series default
18327 コマンドは
18328 \series bold
18329
18330 \backslash
18331 huge
18332 \series default
18333 コマンドと同じ大きさに落とされます。
18334 \end_layout
18335
18336 \begin_layout Standard
18337 ある場所以降のすべての数式と本文文字を変更するには、書体寸法コマンドをTeXモードで挿入します。元の書体寸法に戻すには、数式の後にTeXモードで
18338 \series bold
18339
18340 \backslash
18341 normalsize
18342 \series default
18343 コマンドを挿入します。
18344 \end_layout
18345
18346 \begin_layout Standard
18347 数式内では、以下の寸法コマンドを使用して、寸法を変更することができます。
18348 \end_layout
18349
18350 \begin_layout Standard
18351 \noindent
18352 \align center
18353 \begin_inset Tabular
18354 <lyxtabular version="3" rows="5" columns="2">
18355 <features rotate="0" tabularvalignment="middle">
18356 <column alignment="center" valignment="top">
18357 <column alignment="center" valignment="top">
18358 <row>
18359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18360 \begin_inset Text
18361
18362 \begin_layout Plain Layout
18363 コマンド
18364 \end_layout
18365
18366 \end_inset
18367 </cell>
18368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18369 \begin_inset Text
18370
18371 \begin_layout Plain Layout
18372 出力
18373 \begin_inset Note Note
18374 status collapsed
18375
18376 \begin_layout Plain Layout
18377
18378 \series bold
18379
18380 \backslash
18381 raisebox
18382 \series default
18383  はスペーサーとして使用されているだけです。
18384 \end_layout
18385
18386 \end_inset
18387
18388
18389 \end_layout
18390
18391 \end_inset
18392 </cell>
18393 </row>
18394 <row>
18395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18396 \begin_inset Text
18397
18398 \begin_layout Plain Layout
18399
18400 \backslash
18401 displaystyle
18402 \begin_inset Index idx
18403 status collapsed
18404
18405 \begin_layout Plain Layout
18406 こまんど@コマンド ! D ! 
18407 \backslash
18408 displaystyle
18409 \end_layout
18410
18411 \end_inset
18412
18413
18414 \end_layout
18415
18416 \end_inset
18417 </cell>
18418 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18419 \begin_inset Text
18420
18421 \begin_layout Plain Layout
18422 \begin_inset Formula $\raisebox{6.5mm}{}{\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-5.5mm}{}$
18423 \end_inset
18424
18425
18426 \end_layout
18427
18428 \end_inset
18429 </cell>
18430 </row>
18431 <row>
18432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18433 \begin_inset Text
18434
18435 \begin_layout Plain Layout
18436
18437 \backslash
18438 textstyle
18439 \end_layout
18440
18441 \end_inset
18442 </cell>
18443 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18444 \begin_inset Text
18445
18446 \begin_layout Plain Layout
18447 \begin_inset Formula $\raisebox{4.5mm}{}{\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-4mm}{}$
18448 \end_inset
18449
18450
18451 \end_layout
18452
18453 \end_inset
18454 </cell>
18455 </row>
18456 <row>
18457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18458 \begin_inset Text
18459
18460 \begin_layout Plain Layout
18461
18462 \backslash
18463 scriptstyle
18464 \end_layout
18465
18466 \end_inset
18467 </cell>
18468 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18469 \begin_inset Text
18470
18471 \begin_layout Plain Layout
18472 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
18473 \end_inset
18474
18475
18476 \end_layout
18477
18478 \end_inset
18479 </cell>
18480 </row>
18481 <row>
18482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18483 \begin_inset Text
18484
18485 \begin_layout Plain Layout
18486
18487 \backslash
18488 scriptscriptstyle
18489 \end_layout
18490
18491 \end_inset
18492 </cell>
18493 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18494 \begin_inset Text
18495
18496 \begin_layout Plain Layout
18497 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
18498 \end_inset
18499
18500
18501 \end_layout
18502
18503 \end_inset
18504 </cell>
18505 </row>
18506 </lyxtabular>
18507
18508 \end_inset
18509
18510
18511 \end_layout
18512
18513 \begin_layout Standard
18514 これらのコマンドを入力すると、青いボックスが現れるので、そこに数式のパーツを入れることができます。
18515 \end_layout
18516
18517 \begin_layout Standard
18518 フォント寸法を変更するにはもう一つの方法がありますが、これは記号と数式内テキストのみに使うことができます。これを使うには、書体寸法コマンドを数式テキスト内に挿入
18519 します。数式テキストの終わりか、別の書体寸法コマンドが現れるまでの文字すべてが、選択した寸法になります。以下に二つの例を挙げます。
18520 \begin_inset VSpace -2mm
18521 \end_inset
18522
18523
18524 \end_layout
18525
18526 \begin_layout Standard
18527 \begin_inset ERT
18528 status collapsed
18529
18530 \begin_layout Plain Layout
18531
18532
18533 \backslash
18534 huge 
18535 \end_layout
18536
18537 \end_inset
18538
18539
18540 \begin_inset Formula 
18541 \[
18542 A=\frac{B}{c}\cdot\maltese
18543 \]
18544
18545 \end_inset
18546
18547
18548 \begin_inset Formula 
18549 \[
18550 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}
18551 \]
18552
18553 \end_inset
18554
18555
18556 \begin_inset ERT
18557 status collapsed
18558
18559 \begin_layout Plain Layout
18560
18561
18562 \backslash
18563 normalsize 
18564 \end_layout
18565
18566 \end_inset
18567
18568
18569 \end_layout
18570
18571 \begin_layout Standard
18572 \begin_inset VSpace medskip
18573 \end_inset
18574
18575 二つの式の前には、
18576 \series bold
18577
18578 \backslash
18579 huge
18580 \series default
18581 コマンドが挿入されています。二つ目の数式を入力するコマンドは、
18582 \begin_inset Newline newline
18583 \end_inset
18584
18585
18586 \series bold
18587
18588 \backslash
18589 maltese
18590 \begin_inset space \textvisiblespace{}
18591 \end_inset
18592
18593 A Alt+M M 
18594 \backslash
18595 Large
18596 \begin_inset space \textvisiblespace{}
18597 \end_inset
18598
18599
18600 \backslash
18601 maltese
18602 \begin_inset space \textvisiblespace{}
18603 \end_inset
18604
18605
18606 \backslash
18607 textit
18608 \begin_inset space \textvisiblespace{}
18609 \end_inset
18610
18611 A
18612 \begin_inset Formula $\to$
18613 \end_inset
18614
18615
18616 \begin_inset Formula $\to$
18617 \end_inset
18618
18619
18620 \begin_inset Newline newline
18621 \end_inset
18622
18623
18624 \begin_inset space \hspace*{}
18625 \length 1cm
18626 \end_inset
18627
18628 Alt+M
18629 \series default
18630  
18631 \series bold
18632
18633 \backslash
18634 tiny
18635 \begin_inset space \textvisiblespace{}
18636 \end_inset
18637
18638
18639 \backslash
18640 maltese
18641 \begin_inset space \textvisiblespace{}
18642 \end_inset
18643
18644
18645 \backslash
18646 textit
18647 \begin_inset space \textvisiblespace{}
18648 \end_inset
18649
18650 A
18651 \begin_inset Newline newline
18652 \end_inset
18653
18654
18655 \series default
18656 のようになります。
18657 \end_layout
18658
18659 \begin_layout Standard
18660 ある記号を別の寸法で表示することができないときには、その記号はつねに既定寸法で表示されます。
18661 \end_layout
18662
18663 \begin_layout Section
18664 ギリシャ文字
18665 \begin_inset Index idx
18666 status collapsed
18667
18668 \begin_layout Plain Layout
18669 ぎりしゃもじ@ギリシャ文字
18670 \end_layout
18671
18672 \end_inset
18673
18674
18675 \end_layout
18676
18677 \begin_layout Standard
18678 すべてのギリシャ文字は、ツールバーボタンの
18679 \begin_inset Info
18680 type  "icon"
18681 arg   "math-insert \\alpha"
18682 \end_inset
18683
18684 からでも挿入することができます。各国の組版規則では、数式内のギリシャ文字はどれもイタリック体か斜体で組版されなくてはならないことになっていますが、フランス語やロ
18685 シア語などいくつかの言語では、それにもかかわらず立体で組版されることがあります。
18686 \end_layout
18687
18688 \begin_layout Subsection
18689 小文字
18690 \begin_inset Index idx
18691 status collapsed
18692
18693 \begin_layout Plain Layout
18694 ぎりしゃもじ@ギリシャ文字 ! こもじ@小文字
18695 \end_layout
18696
18697 \end_inset
18698
18699
18700 \end_layout
18701
18702 \begin_layout Standard
18703 \begin_inset space \hfill{}
18704 \end_inset
18705
18706
18707 \begin_inset Tabular
18708 <lyxtabular version="3" rows="11" columns="2">
18709 <features rotate="0" tabularvalignment="middle">
18710 <column alignment="center" valignment="top" width="0pt">
18711 <column alignment="center" valignment="top" width="0pt">
18712 <row>
18713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18714 \begin_inset Text
18715
18716 \begin_layout Plain Layout
18717 コマンド
18718 \end_layout
18719
18720 \end_inset
18721 </cell>
18722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18723 \begin_inset Text
18724
18725 \begin_layout Plain Layout
18726 出力
18727 \end_layout
18728
18729 \end_inset
18730 </cell>
18731 </row>
18732 <row>
18733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18734 \begin_inset Text
18735
18736 \begin_layout Plain Layout
18737
18738 \backslash
18739 alpha
18740 \end_layout
18741
18742 \end_inset
18743 </cell>
18744 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18745 \begin_inset Text
18746
18747 \begin_layout Plain Layout
18748 \begin_inset Formula $\alpha$
18749 \end_inset
18750
18751
18752 \end_layout
18753
18754 \end_inset
18755 </cell>
18756 </row>
18757 <row>
18758 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18759 \begin_inset Text
18760
18761 \begin_layout Plain Layout
18762
18763 \backslash
18764 beta
18765 \end_layout
18766
18767 \end_inset
18768 </cell>
18769 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18770 \begin_inset Text
18771
18772 \begin_layout Plain Layout
18773 \begin_inset Formula $\beta$
18774 \end_inset
18775
18776
18777 \end_layout
18778
18779 \end_inset
18780 </cell>
18781 </row>
18782 <row>
18783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18784 \begin_inset Text
18785
18786 \begin_layout Plain Layout
18787
18788 \backslash
18789 gamma
18790 \end_layout
18791
18792 \end_inset
18793 </cell>
18794 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18795 \begin_inset Text
18796
18797 \begin_layout Plain Layout
18798 \begin_inset Formula $\gamma$
18799 \end_inset
18800
18801
18802 \end_layout
18803
18804 \end_inset
18805 </cell>
18806 </row>
18807 <row>
18808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18809 \begin_inset Text
18810
18811 \begin_layout Plain Layout
18812
18813 \backslash
18814 delta
18815 \end_layout
18816
18817 \end_inset
18818 </cell>
18819 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18820 \begin_inset Text
18821
18822 \begin_layout Plain Layout
18823 \begin_inset Formula $\delta$
18824 \end_inset
18825
18826
18827 \end_layout
18828
18829 \end_inset
18830 </cell>
18831 </row>
18832 <row>
18833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18834 \begin_inset Text
18835
18836 \begin_layout Plain Layout
18837
18838 \backslash
18839 epsilon
18840 \end_layout
18841
18842 \end_inset
18843 </cell>
18844 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18845 \begin_inset Text
18846
18847 \begin_layout Plain Layout
18848 \begin_inset Formula $\epsilon$
18849 \end_inset
18850
18851
18852 \end_layout
18853
18854 \end_inset
18855 </cell>
18856 </row>
18857 <row>
18858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18859 \begin_inset Text
18860
18861 \begin_layout Plain Layout
18862
18863 \backslash
18864 varepsilon
18865 \end_layout
18866
18867 \end_inset
18868 </cell>
18869 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18870 \begin_inset Text
18871
18872 \begin_layout Plain Layout
18873 \begin_inset Formula $\varepsilon$
18874 \end_inset
18875
18876
18877 \end_layout
18878
18879 \end_inset
18880 </cell>
18881 </row>
18882 <row>
18883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18884 \begin_inset Text
18885
18886 \begin_layout Plain Layout
18887
18888 \backslash
18889 zeta
18890 \end_layout
18891
18892 \end_inset
18893 </cell>
18894 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18895 \begin_inset Text
18896
18897 \begin_layout Plain Layout
18898 \begin_inset Formula $\zeta$
18899 \end_inset
18900
18901
18902 \end_layout
18903
18904 \end_inset
18905 </cell>
18906 </row>
18907 <row>
18908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18909 \begin_inset Text
18910
18911 \begin_layout Plain Layout
18912
18913 \backslash
18914 eta
18915 \end_layout
18916
18917 \end_inset
18918 </cell>
18919 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18920 \begin_inset Text
18921
18922 \begin_layout Plain Layout
18923 \begin_inset Formula $\eta$
18924 \end_inset
18925
18926
18927 \end_layout
18928
18929 \end_inset
18930 </cell>
18931 </row>
18932 <row>
18933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18934 \begin_inset Text
18935
18936 \begin_layout Plain Layout
18937
18938 \backslash
18939 theta
18940 \end_layout
18941
18942 \end_inset
18943 </cell>
18944 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18945 \begin_inset Text
18946
18947 \begin_layout Plain Layout
18948 \begin_inset Formula $\theta$
18949 \end_inset
18950
18951
18952 \end_layout
18953
18954 \end_inset
18955 </cell>
18956 </row>
18957 <row>
18958 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18959 \begin_inset Text
18960
18961 \begin_layout Plain Layout
18962
18963 \backslash
18964 vartheta
18965 \end_layout
18966
18967 \end_inset
18968 </cell>
18969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18970 \begin_inset Text
18971
18972 \begin_layout Plain Layout
18973 \begin_inset Formula $\vartheta$
18974 \end_inset
18975
18976
18977 \end_layout
18978
18979 \end_inset
18980 </cell>
18981 </row>
18982 </lyxtabular>
18983
18984 \end_inset
18985
18986
18987 \begin_inset space \hfill{}
18988 \end_inset
18989
18990
18991 \begin_inset Tabular
18992 <lyxtabular version="3" rows="12" columns="2">
18993 <features rotate="0" tabularvalignment="middle">
18994 <column alignment="center" valignment="top" width="0pt">
18995 <column alignment="center" valignment="top" width="0pt">
18996 <row>
18997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18998 \begin_inset Text
18999
19000 \begin_layout Plain Layout
19001 コマンド
19002 \end_layout
19003
19004 \end_inset
19005 </cell>
19006 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19007 \begin_inset Text
19008
19009 \begin_layout Plain Layout
19010 出力
19011 \end_layout
19012
19013 \end_inset
19014 </cell>
19015 </row>
19016 <row>
19017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19018 \begin_inset Text
19019
19020 \begin_layout Plain Layout
19021
19022 \backslash
19023 iota
19024 \end_layout
19025
19026 \end_inset
19027 </cell>
19028 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19029 \begin_inset Text
19030
19031 \begin_layout Plain Layout
19032 \begin_inset Formula $\iota$
19033 \end_inset
19034
19035
19036 \end_layout
19037
19038 \end_inset
19039 </cell>
19040 </row>
19041 <row>
19042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19043 \begin_inset Text
19044
19045 \begin_layout Plain Layout
19046
19047 \backslash
19048 kappa
19049 \end_layout
19050
19051 \end_inset
19052 </cell>
19053 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19054 \begin_inset Text
19055
19056 \begin_layout Plain Layout
19057 \begin_inset Formula $\kappa$
19058 \end_inset
19059
19060
19061 \end_layout
19062
19063 \end_inset
19064 </cell>
19065 </row>
19066 <row>
19067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19068 \begin_inset Text
19069
19070 \begin_layout Plain Layout
19071
19072 \backslash
19073 varkappa
19074 \end_layout
19075
19076 \end_inset
19077 </cell>
19078 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19079 \begin_inset Text
19080
19081 \begin_layout Plain Layout
19082 \begin_inset Formula $\varkappa$
19083 \end_inset
19084
19085
19086 \end_layout
19087
19088 \end_inset
19089 </cell>
19090 </row>
19091 <row>
19092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19093 \begin_inset Text
19094
19095 \begin_layout Plain Layout
19096
19097 \backslash
19098 lambda
19099 \end_layout
19100
19101 \end_inset
19102 </cell>
19103 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19104 \begin_inset Text
19105
19106 \begin_layout Plain Layout
19107 \begin_inset Formula $\lambda$
19108 \end_inset
19109
19110
19111 \end_layout
19112
19113 \end_inset
19114 </cell>
19115 </row>
19116 <row>
19117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19118 \begin_inset Text
19119
19120 \begin_layout Plain Layout
19121
19122 \backslash
19123 mu
19124 \end_layout
19125
19126 \end_inset
19127 </cell>
19128 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19129 \begin_inset Text
19130
19131 \begin_layout Plain Layout
19132 \begin_inset Formula $\mu$
19133 \end_inset
19134
19135
19136 \end_layout
19137
19138 \end_inset
19139 </cell>
19140 </row>
19141 <row>
19142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19143 \begin_inset Text
19144
19145 \begin_layout Plain Layout
19146
19147 \backslash
19148 nu
19149 \end_layout
19150
19151 \end_inset
19152 </cell>
19153 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19154 \begin_inset Text
19155
19156 \begin_layout Plain Layout
19157 \begin_inset Formula $\nu$
19158 \end_inset
19159
19160
19161 \end_layout
19162
19163 \end_inset
19164 </cell>
19165 </row>
19166 <row>
19167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19168 \begin_inset Text
19169
19170 \begin_layout Plain Layout
19171
19172 \backslash
19173 xi
19174 \end_layout
19175
19176 \end_inset
19177 </cell>
19178 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19179 \begin_inset Text
19180
19181 \begin_layout Plain Layout
19182 \begin_inset Formula $\xi$
19183 \end_inset
19184
19185
19186 \end_layout
19187
19188 \end_inset
19189 </cell>
19190 </row>
19191 <row>
19192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19193 \begin_inset Text
19194
19195 \begin_layout Plain Layout
19196 o
19197 \end_layout
19198
19199 \end_inset
19200 </cell>
19201 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19202 \begin_inset Text
19203
19204 \begin_layout Plain Layout
19205 \begin_inset Formula $o$
19206 \end_inset
19207
19208
19209 \end_layout
19210
19211 \end_inset
19212 </cell>
19213 </row>
19214 <row>
19215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19216 \begin_inset Text
19217
19218 \begin_layout Plain Layout
19219
19220 \backslash
19221 pi
19222 \end_layout
19223
19224 \end_inset
19225 </cell>
19226 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19227 \begin_inset Text
19228
19229 \begin_layout Plain Layout
19230 \begin_inset Formula $\pi$
19231 \end_inset
19232
19233
19234 \end_layout
19235
19236 \end_inset
19237 </cell>
19238 </row>
19239 <row>
19240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19241 \begin_inset Text
19242
19243 \begin_layout Plain Layout
19244
19245 \backslash
19246 varpi
19247 \end_layout
19248
19249 \end_inset
19250 </cell>
19251 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19252 \begin_inset Text
19253
19254 \begin_layout Plain Layout
19255 \begin_inset Formula $\varpi$
19256 \end_inset
19257
19258
19259 \end_layout
19260
19261 \end_inset
19262 </cell>
19263 </row>
19264 <row>
19265 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19266 \begin_inset Text
19267
19268 \begin_layout Plain Layout
19269
19270 \backslash
19271 rho
19272 \end_layout
19273
19274 \end_inset
19275 </cell>
19276 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19277 \begin_inset Text
19278
19279 \begin_layout Plain Layout
19280 \begin_inset Formula $\rho$
19281 \end_inset
19282
19283
19284 \end_layout
19285
19286 \end_inset
19287 </cell>
19288 </row>
19289 </lyxtabular>
19290
19291 \end_inset
19292
19293
19294 \begin_inset space \hfill{}
19295 \end_inset
19296
19297
19298 \begin_inset Tabular
19299 <lyxtabular version="3" rows="11" columns="2">
19300 <features rotate="0" tabularvalignment="middle">
19301 <column alignment="center" valignment="top" width="0pt">
19302 <column alignment="center" valignment="top" width="0pt">
19303 <row>
19304 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19305 \begin_inset Text
19306
19307 \begin_layout Plain Layout
19308 コマンド
19309 \end_layout
19310
19311 \end_inset
19312 </cell>
19313 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19314 \begin_inset Text
19315
19316 \begin_layout Plain Layout
19317 出力
19318 \end_layout
19319
19320 \end_inset
19321 </cell>
19322 </row>
19323 <row>
19324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19325 \begin_inset Text
19326
19327 \begin_layout Plain Layout
19328
19329 \backslash
19330 varrho
19331 \end_layout
19332
19333 \end_inset
19334 </cell>
19335 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19336 \begin_inset Text
19337
19338 \begin_layout Plain Layout
19339 \begin_inset Formula $\varrho$
19340 \end_inset
19341
19342
19343 \end_layout
19344
19345 \end_inset
19346 </cell>
19347 </row>
19348 <row>
19349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19350 \begin_inset Text
19351
19352 \begin_layout Plain Layout
19353
19354 \backslash
19355 sigma
19356 \end_layout
19357
19358 \end_inset
19359 </cell>
19360 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19361 \begin_inset Text
19362
19363 \begin_layout Plain Layout
19364 \begin_inset Formula $\sigma$
19365 \end_inset
19366
19367
19368 \end_layout
19369
19370 \end_inset
19371 </cell>
19372 </row>
19373 <row>
19374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19375 \begin_inset Text
19376
19377 \begin_layout Plain Layout
19378
19379 \backslash
19380 varsigma
19381 \end_layout
19382
19383 \end_inset
19384 </cell>
19385 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19386 \begin_inset Text
19387
19388 \begin_layout Plain Layout
19389 \begin_inset Formula $\varsigma$
19390 \end_inset
19391
19392
19393 \end_layout
19394
19395 \end_inset
19396 </cell>
19397 </row>
19398 <row>
19399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19400 \begin_inset Text
19401
19402 \begin_layout Plain Layout
19403
19404 \backslash
19405 tau
19406 \end_layout
19407
19408 \end_inset
19409 </cell>
19410 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19411 \begin_inset Text
19412
19413 \begin_layout Plain Layout
19414 \begin_inset Formula $\tau$
19415 \end_inset
19416
19417
19418 \end_layout
19419
19420 \end_inset
19421 </cell>
19422 </row>
19423 <row>
19424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19425 \begin_inset Text
19426
19427 \begin_layout Plain Layout
19428
19429 \backslash
19430 upsilon
19431 \end_layout
19432
19433 \end_inset
19434 </cell>
19435 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19436 \begin_inset Text
19437
19438 \begin_layout Plain Layout
19439 \begin_inset Formula $\upsilon$
19440 \end_inset
19441
19442
19443 \end_layout
19444
19445 \end_inset
19446 </cell>
19447 </row>
19448 <row>
19449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19450 \begin_inset Text
19451
19452 \begin_layout Plain Layout
19453
19454 \backslash
19455 phi
19456 \end_layout
19457
19458 \end_inset
19459 </cell>
19460 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19461 \begin_inset Text
19462
19463 \begin_layout Plain Layout
19464 \begin_inset Formula $\phi$
19465 \end_inset
19466
19467
19468 \end_layout
19469
19470 \end_inset
19471 </cell>
19472 </row>
19473 <row>
19474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19475 \begin_inset Text
19476
19477 \begin_layout Plain Layout
19478
19479 \backslash
19480 varphi
19481 \end_layout
19482
19483 \end_inset
19484 </cell>
19485 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19486 \begin_inset Text
19487
19488 \begin_layout Plain Layout
19489 \begin_inset Formula $\varphi$
19490 \end_inset
19491
19492
19493 \end_layout
19494
19495 \end_inset
19496 </cell>
19497 </row>
19498 <row>
19499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19500 \begin_inset Text
19501
19502 \begin_layout Plain Layout
19503
19504 \backslash
19505 chi
19506 \end_layout
19507
19508 \end_inset
19509 </cell>
19510 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19511 \begin_inset Text
19512
19513 \begin_layout Plain Layout
19514 \begin_inset Formula $\chi$
19515 \end_inset
19516
19517
19518 \end_layout
19519
19520 \end_inset
19521 </cell>
19522 </row>
19523 <row>
19524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19525 \begin_inset Text
19526
19527 \begin_layout Plain Layout
19528
19529 \backslash
19530 psi
19531 \end_layout
19532
19533 \end_inset
19534 </cell>
19535 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19536 \begin_inset Text
19537
19538 \begin_layout Plain Layout
19539 \begin_inset Formula $\psi$
19540 \end_inset
19541
19542
19543 \end_layout
19544
19545 \end_inset
19546 </cell>
19547 </row>
19548 <row>
19549 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19550 \begin_inset Text
19551
19552 \begin_layout Plain Layout
19553
19554 \backslash
19555 omega
19556 \end_layout
19557
19558 \end_inset
19559 </cell>
19560 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19561 \begin_inset Text
19562
19563 \begin_layout Plain Layout
19564 \begin_inset Formula $\omega$
19565 \end_inset
19566
19567
19568 \end_layout
19569
19570 \end_inset
19571 </cell>
19572 </row>
19573 </lyxtabular>
19574
19575 \end_inset
19576
19577
19578 \begin_inset space \hfill{}
19579 \end_inset
19580
19581
19582 \end_layout
19583
19584 \begin_layout Standard
19585 \begin_inset VSpace medskip
19586 \end_inset
19587
19588
19589 \end_layout
19590
19591 \begin_layout Standard
19592 アップライト体のギリシャ文字を作成する方法は、第
19593 \begin_inset CommandInset ref
19594 LatexCommand ref
19595 reference "sub:アップライト体ギリシャ小文字"
19596
19597 \end_inset
19598
19599 節に説明されています。
19600 \end_layout
19601
19602 \begin_layout Subsection
19603 大文字
19604 \begin_inset Index idx
19605 status collapsed
19606
19607 \begin_layout Plain Layout
19608 ぎりしゃもじ@ギリシャ文字 ! おおもじ@大文字
19609 \end_layout
19610
19611 \end_inset
19612
19613
19614 \end_layout
19615
19616 \begin_layout Standard
19617 \begin_inset space \hfill{}
19618 \end_inset
19619
19620
19621 \begin_inset Tabular
19622 <lyxtabular version="3" rows="7" columns="2">
19623 <features rotate="0" tabularvalignment="middle">
19624 <column alignment="center" valignment="top" width="0pt">
19625 <column alignment="center" valignment="top" width="0pt">
19626 <row>
19627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19628 \begin_inset Text
19629
19630 \begin_layout Plain Layout
19631
19632 \family roman
19633 \series medium
19634 \shape up
19635 \size normal
19636 \emph off
19637 \bar no
19638 \noun off
19639 \color none
19640 コマンド
19641 \end_layout
19642
19643 \end_inset
19644 </cell>
19645 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19646 \begin_inset Text
19647
19648 \begin_layout Plain Layout
19649
19650 \family roman
19651 \series medium
19652 \shape up
19653 \size normal
19654 \emph off
19655 \bar no
19656 \noun off
19657 \color none
19658 出力
19659 \end_layout
19660
19661 \end_inset
19662 </cell>
19663 </row>
19664 <row>
19665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19666 \begin_inset Text
19667
19668 \begin_layout Plain Layout
19669
19670 \backslash
19671 Gamma
19672 \end_layout
19673
19674 \end_inset
19675 </cell>
19676 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19677 \begin_inset Text
19678
19679 \begin_layout Plain Layout
19680 \begin_inset Formula $\Gamma$
19681 \end_inset
19682
19683
19684 \end_layout
19685
19686 \end_inset
19687 </cell>
19688 </row>
19689 <row>
19690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19691 \begin_inset Text
19692
19693 \begin_layout Plain Layout
19694
19695 \backslash
19696 Delta
19697 \end_layout
19698
19699 \end_inset
19700 </cell>
19701 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19702 \begin_inset Text
19703
19704 \begin_layout Plain Layout
19705 \begin_inset Formula $\Delta$
19706 \end_inset
19707
19708
19709 \end_layout
19710
19711 \end_inset
19712 </cell>
19713 </row>
19714 <row>
19715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19716 \begin_inset Text
19717
19718 \begin_layout Plain Layout
19719
19720 \backslash
19721 Theta
19722 \end_layout
19723
19724 \end_inset
19725 </cell>
19726 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19727 \begin_inset Text
19728
19729 \begin_layout Plain Layout
19730 \begin_inset Formula $\Theta$
19731 \end_inset
19732
19733
19734 \end_layout
19735
19736 \end_inset
19737 </cell>
19738 </row>
19739 <row>
19740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19741 \begin_inset Text
19742
19743 \begin_layout Plain Layout
19744
19745 \backslash
19746 Lambda
19747 \end_layout
19748
19749 \end_inset
19750 </cell>
19751 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19752 \begin_inset Text
19753
19754 \begin_layout Plain Layout
19755 \begin_inset Formula $\Lambda$
19756 \end_inset
19757
19758
19759 \end_layout
19760
19761 \end_inset
19762 </cell>
19763 </row>
19764 <row>
19765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19766 \begin_inset Text
19767
19768 \begin_layout Plain Layout
19769
19770 \backslash
19771 Xi
19772 \end_layout
19773
19774 \end_inset
19775 </cell>
19776 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19777 \begin_inset Text
19778
19779 \begin_layout Plain Layout
19780 \begin_inset Formula $\Xi$
19781 \end_inset
19782
19783
19784 \end_layout
19785
19786 \end_inset
19787 </cell>
19788 </row>
19789 <row>
19790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19791 \begin_inset Text
19792
19793 \begin_layout Plain Layout
19794
19795 \backslash
19796 Pi
19797 \end_layout
19798
19799 \end_inset
19800 </cell>
19801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19802 \begin_inset Text
19803
19804 \begin_layout Plain Layout
19805 \begin_inset Formula $\Pi$
19806 \end_inset
19807
19808
19809 \end_layout
19810
19811 \end_inset
19812 </cell>
19813 </row>
19814 </lyxtabular>
19815
19816 \end_inset
19817
19818
19819 \begin_inset space \hfill{}
19820 \end_inset
19821
19822
19823 \begin_inset Tabular
19824 <lyxtabular version="3" rows="6" columns="2">
19825 <features rotate="0" tabularvalignment="middle">
19826 <column alignment="center" valignment="top" width="0pt">
19827 <column alignment="center" valignment="top" width="0pt">
19828 <row>
19829 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19830 \begin_inset Text
19831
19832 \begin_layout Plain Layout
19833
19834 \family roman
19835 \series medium
19836 \shape up
19837 \size normal
19838 \emph off
19839 \bar no
19840 \noun off
19841 \color none
19842 コマンド
19843 \end_layout
19844
19845 \end_inset
19846 </cell>
19847 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19848 \begin_inset Text
19849
19850 \begin_layout Plain Layout
19851
19852 \family roman
19853 \series medium
19854 \shape up
19855 \size normal
19856 \emph off
19857 \bar no
19858 \noun off
19859 \color none
19860 出力
19861 \end_layout
19862
19863 \end_inset
19864 </cell>
19865 </row>
19866 <row>
19867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19868 \begin_inset Text
19869
19870 \begin_layout Plain Layout
19871
19872 \backslash
19873 Sigma
19874 \end_layout
19875
19876 \end_inset
19877 </cell>
19878 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19879 \begin_inset Text
19880
19881 \begin_layout Plain Layout
19882 \begin_inset Formula $\Sigma$
19883 \end_inset
19884
19885
19886 \end_layout
19887
19888 \end_inset
19889 </cell>
19890 </row>
19891 <row>
19892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19893 \begin_inset Text
19894
19895 \begin_layout Plain Layout
19896
19897 \backslash
19898 Upsilon
19899 \end_layout
19900
19901 \end_inset
19902 </cell>
19903 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19904 \begin_inset Text
19905
19906 \begin_layout Plain Layout
19907 \begin_inset Formula $\Upsilon$
19908 \end_inset
19909
19910
19911 \end_layout
19912
19913 \end_inset
19914 </cell>
19915 </row>
19916 <row>
19917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19918 \begin_inset Text
19919
19920 \begin_layout Plain Layout
19921
19922 \backslash
19923 Phi
19924 \end_layout
19925
19926 \end_inset
19927 </cell>
19928 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19929 \begin_inset Text
19930
19931 \begin_layout Plain Layout
19932 \begin_inset Formula $\Phi$
19933 \end_inset
19934
19935
19936 \end_layout
19937
19938 \end_inset
19939 </cell>
19940 </row>
19941 <row>
19942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19943 \begin_inset Text
19944
19945 \begin_layout Plain Layout
19946
19947 \backslash
19948 Psi
19949 \end_layout
19950
19951 \end_inset
19952 </cell>
19953 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19954 \begin_inset Text
19955
19956 \begin_layout Plain Layout
19957 \begin_inset Formula $\Psi$
19958 \end_inset
19959
19960
19961 \end_layout
19962
19963 \end_inset
19964 </cell>
19965 </row>
19966 <row>
19967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19968 \begin_inset Text
19969
19970 \begin_layout Plain Layout
19971
19972 \backslash
19973 Omega
19974 \end_layout
19975
19976 \end_inset
19977 </cell>
19978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19979 \begin_inset Text
19980
19981 \begin_layout Plain Layout
19982 \begin_inset Formula $\Omega$
19983 \end_inset
19984
19985
19986 \end_layout
19987
19988 \end_inset
19989 </cell>
19990 </row>
19991 </lyxtabular>
19992
19993 \end_inset
19994
19995
19996 \begin_inset space \hfill{}
19997 \end_inset
19998
19999
20000 \end_layout
20001
20002 \begin_layout Standard
20003 \begin_inset VSpace medskip
20004 \end_inset
20005
20006 大文字のギリシャ文字が立体で表示されるのは、TeXの開発途上に生じたデザイン上のバグによるものです。正しいイタリック体の大文字を得るためには、各コマンドの頭に
20007 \series bold
20008 var
20009 \series default
20010 を付けてください。たとえば、
20011 \series bold
20012
20013 \backslash
20014 varGamma
20015 \series default
20016 コマンドは、
20017 \begin_inset Formula $\varGamma$
20018 \end_inset
20019
20020 を生成します。もう一つの方法は、パッケージ
20021 \series bold
20022 fixmath
20023 \series default
20024
20025 \begin_inset Foot
20026 status collapsed
20027
20028 \begin_layout Plain Layout
20029
20030 \series bold
20031 fixmath
20032 \series default
20033 は、LaTeXパッケージ
20034 \series bold
20035 was
20036 \series default
20037
20038 \begin_inset Index idx
20039 status collapsed
20040
20041 \begin_layout Plain Layout
20042 ぱっけーじ@パッケージ ! was
20043 \begin_inset ERT
20044 status collapsed
20045
20046 \begin_layout Plain Layout
20047
20048
20049 \backslash
20050 vspace{4mm}
20051 \end_layout
20052
20053 \end_inset
20054
20055
20056 \end_layout
20057
20058 \end_inset
20059
20060 に含まれています。
20061 \end_layout
20062
20063 \end_inset
20064
20065
20066 \begin_inset Index idx
20067 status collapsed
20068
20069 \begin_layout Plain Layout
20070 ぱっけーじ@パッケージ ! fixmath
20071 \end_layout
20072
20073 \end_inset
20074
20075 をLaTeXプリアンブル行に
20076 \end_layout
20077
20078 \begin_layout Standard
20079
20080 \series bold
20081
20082 \backslash
20083 usepackage{fixmath}
20084 \end_layout
20085
20086 \begin_layout Standard
20087 と書いて読み込む方法です。すると、文書中の大きなギリシャ文字は、すべて自動的にイタリック体として組版されます。
20088 \end_layout
20089
20090 \begin_layout Subsection
20091 ボールド体
20092 \begin_inset Index idx
20093 status collapsed
20094
20095 \begin_layout Plain Layout
20096 ぎりしゃもじ@ギリシャ文字 ! ぼーるどたい@ボールド体
20097 \end_layout
20098
20099 \end_inset
20100
20101
20102 \end_layout
20103
20104 \begin_layout Standard
20105 ギリシャ文字は、ラテン文字のようには、多様な書体様式に設定することができません。ギリシャ文字をボールド体にできるのは、
20106 \series bold
20107
20108 \backslash
20109 boldsymbol
20110 \series default
20111 コマンドのみです
20112 \begin_inset Index idx
20113 status collapsed
20114
20115 \begin_layout Plain Layout
20116 こまんど@コマンド ! B ! 
20117 \backslash
20118 boldsymbol
20119 \end_layout
20120
20121 \end_inset
20122
20123
20124 \end_layout
20125
20126 \begin_layout Standard
20127 \align center
20128 \begin_inset Tabular
20129 <lyxtabular version="3" rows="3" columns="2">
20130 <features rotate="0" tabularvalignment="middle">
20131 <column alignment="center" valignment="top">
20132 <column alignment="center" valignment="top">
20133 <row>
20134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20135 \begin_inset Text
20136
20137 \begin_layout Plain Layout
20138 コマンド
20139 \end_layout
20140
20141 \end_inset
20142 </cell>
20143 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20144 \begin_inset Text
20145
20146 \begin_layout Plain Layout
20147 出力
20148 \end_layout
20149
20150 \end_inset
20151 </cell>
20152 </row>
20153 <row>
20154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20155 \begin_inset Text
20156
20157 \begin_layout Plain Layout
20158
20159 \backslash
20160 Upsilon
20161 \backslash
20162 boldsymbol
20163 \backslash
20164 Upsilon
20165 \end_layout
20166
20167 \end_inset
20168 </cell>
20169 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20170 \begin_inset Text
20171
20172 \begin_layout Plain Layout
20173 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20174 \end_inset
20175
20176
20177 \end_layout
20178
20179 \end_inset
20180 </cell>
20181 </row>
20182 <row>
20183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20184 \begin_inset Text
20185
20186 \begin_layout Plain Layout
20187
20188 \backslash
20189 theta
20190 \backslash
20191 boldsymbol
20192 \backslash
20193 theta
20194 \end_layout
20195
20196 \end_inset
20197 </cell>
20198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20199 \begin_inset Text
20200
20201 \begin_layout Plain Layout
20202 \begin_inset Formula $\theta\boldsymbol{\theta}$
20203 \end_inset
20204
20205
20206 \end_layout
20207
20208 \end_inset
20209 </cell>
20210 </row>
20211 </lyxtabular>
20212
20213 \end_inset
20214
20215
20216 \begin_inset Newpage newpage
20217 \end_inset
20218
20219
20220 \end_layout
20221
20222 \begin_layout Section
20223 記号
20224 \begin_inset ERT
20225 status collapsed
20226
20227 \begin_layout Plain Layout
20228
20229
20230 \backslash
20231 texorpdfstring{
20232 \end_layout
20233
20234 \end_inset
20235
20236
20237 \begin_inset Foot
20238 status collapsed
20239
20240 \begin_layout Plain Layout
20241 各LaTeXパッケージに含まれる全記号をほとんど網羅した一覧が、
20242 \begin_inset CommandInset citation
20243 LatexCommand cite
20244 key "Symbols"
20245
20246 \end_inset
20247
20248 にあります。
20249 \end_layout
20250
20251 \end_inset
20252
20253
20254 \begin_inset ERT
20255 status collapsed
20256
20257 \begin_layout Plain Layout
20258
20259 }{}
20260 \end_layout
20261
20262 \end_inset
20263
20264
20265 \begin_inset Note Note
20266 status collapsed
20267
20268 \begin_layout Plain Layout
20269
20270 \backslash
20271 texorpdfstringは、PDFのしおりに脚注が現れるのを防ぐために使われています。
20272 \end_layout
20273
20274 \begin_layout Plain Layout
20275
20276 \backslash
20277 texorpdfstringについての詳細は、第
20278 \begin_inset CommandInset ref
20279 LatexCommand ref
20280 reference "sub:節見出し中の数式"
20281
20282 \end_inset
20283
20284 節にあります。
20285 \end_layout
20286
20287 \end_inset
20288
20289
20290 \begin_inset Index idx
20291 status collapsed
20292
20293 \begin_layout Plain Layout
20294 きごう@記号
20295 \end_layout
20296
20297 \end_inset
20298
20299
20300 \end_layout
20301
20302 \begin_layout Standard
20303 本節に掲げてある各記号の多くは、ツールバーボタンの
20304 \begin_inset Info
20305 type  "icon"
20306 arg   "math-insert \\nabla"
20307 \end_inset
20308
20309
20310 \begin_inset Info
20311 type  "icon"
20312 arg   "math-insert \\digamma"
20313 \end_inset
20314
20315 でも挿入することができます。
20316 \end_layout
20317
20318 \begin_layout Subsection
20319 数学記号
20320 \begin_inset CommandInset label
20321 LatexCommand label
20322 name "sub:数学記号"
20323
20324 \end_inset
20325
20326
20327 \begin_inset Index idx
20328 status collapsed
20329
20330 \begin_layout Plain Layout
20331 きごう@記号 ! すうがく@数学
20332 \end_layout
20333
20334 \end_inset
20335
20336
20337 \end_layout
20338
20339 \begin_layout Standard
20340 \begin_inset space \hfill{}
20341 \end_inset
20342
20343
20344 \begin_inset Tabular
20345 <lyxtabular version="3" rows="10" columns="2">
20346 <features rotate="0" tabularvalignment="middle">
20347 <column alignment="center" valignment="top" width="0pt">
20348 <column alignment="center" valignment="top" width="0pt">
20349 <row>
20350 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20351 \begin_inset Text
20352
20353 \begin_layout Plain Layout
20354 コマンド
20355 \end_layout
20356
20357 \end_inset
20358 </cell>
20359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20360 \begin_inset Text
20361
20362 \begin_layout Plain Layout
20363 出力
20364 \end_layout
20365
20366 \end_inset
20367 </cell>
20368 </row>
20369 <row>
20370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20371 \begin_inset Text
20372
20373 \begin_layout Plain Layout
20374
20375 \backslash
20376 neg
20377 \end_layout
20378
20379 \end_inset
20380 </cell>
20381 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20382 \begin_inset Text
20383
20384 \begin_layout Plain Layout
20385 \begin_inset Formula $\neg$
20386 \end_inset
20387
20388
20389 \end_layout
20390
20391 \end_inset
20392 </cell>
20393 </row>
20394 <row>
20395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20396 \begin_inset Text
20397
20398 \begin_layout Plain Layout
20399
20400 \backslash
20401 Im
20402 \end_layout
20403
20404 \end_inset
20405 </cell>
20406 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20407 \begin_inset Text
20408
20409 \begin_layout Plain Layout
20410 \begin_inset Formula $\Im$
20411 \end_inset
20412
20413
20414 \end_layout
20415
20416 \end_inset
20417 </cell>
20418 </row>
20419 <row>
20420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20421 \begin_inset Text
20422
20423 \begin_layout Plain Layout
20424
20425 \backslash
20426 Re
20427 \end_layout
20428
20429 \end_inset
20430 </cell>
20431 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20432 \begin_inset Text
20433
20434 \begin_layout Plain Layout
20435 \begin_inset Formula $\Re$
20436 \end_inset
20437
20438
20439 \end_layout
20440
20441 \end_inset
20442 </cell>
20443 </row>
20444 <row>
20445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20446 \begin_inset Text
20447
20448 \begin_layout Plain Layout
20449
20450 \backslash
20451 aleph
20452 \end_layout
20453
20454 \end_inset
20455 </cell>
20456 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20457 \begin_inset Text
20458
20459 \begin_layout Plain Layout
20460 \begin_inset Formula $\aleph$
20461 \end_inset
20462
20463
20464 \end_layout
20465
20466 \end_inset
20467 </cell>
20468 </row>
20469 <row>
20470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20471 \begin_inset Text
20472
20473 \begin_layout Plain Layout
20474
20475 \backslash
20476 partial
20477 \end_layout
20478
20479 \end_inset
20480 </cell>
20481 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20482 \begin_inset Text
20483
20484 \begin_layout Plain Layout
20485 \begin_inset Formula $\partial$
20486 \end_inset
20487
20488
20489 \end_layout
20490
20491 \end_inset
20492 </cell>
20493 </row>
20494 <row>
20495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20496 \begin_inset Text
20497
20498 \begin_layout Plain Layout
20499
20500 \backslash
20501 infty
20502 \end_layout
20503
20504 \end_inset
20505 </cell>
20506 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20507 \begin_inset Text
20508
20509 \begin_layout Plain Layout
20510 \begin_inset Formula $\infty$
20511 \end_inset
20512
20513
20514 \end_layout
20515
20516 \end_inset
20517 </cell>
20518 </row>
20519 <row>
20520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20521 \begin_inset Text
20522
20523 \begin_layout Plain Layout
20524
20525 \backslash
20526 wp
20527 \end_layout
20528
20529 \end_inset
20530 </cell>
20531 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20532 \begin_inset Text
20533
20534 \begin_layout Plain Layout
20535 \begin_inset Formula $\wp$
20536 \end_inset
20537
20538
20539 \end_layout
20540
20541 \end_inset
20542 </cell>
20543 </row>
20544 <row>
20545 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20546 \begin_inset Text
20547
20548 \begin_layout Plain Layout
20549
20550 \backslash
20551 imath
20552 \end_layout
20553
20554 \end_inset
20555 </cell>
20556 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20557 \begin_inset Text
20558
20559 \begin_layout Plain Layout
20560 \begin_inset Formula $\imath$
20561 \end_inset
20562
20563
20564 \end_layout
20565
20566 \end_inset
20567 </cell>
20568 </row>
20569 <row>
20570 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20571 \begin_inset Text
20572
20573 \begin_layout Plain Layout
20574
20575 \backslash
20576 jmath
20577 \end_layout
20578
20579 \end_inset
20580 </cell>
20581 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20582 \begin_inset Text
20583
20584 \begin_layout Plain Layout
20585 \begin_inset Formula $\jmath$
20586 \end_inset
20587
20588
20589 \end_layout
20590
20591 \end_inset
20592 </cell>
20593 </row>
20594 </lyxtabular>
20595
20596 \end_inset
20597
20598
20599 \begin_inset space \hfill{}
20600 \end_inset
20601
20602
20603 \begin_inset Tabular
20604 <lyxtabular version="3" rows="10" columns="2">
20605 <features rotate="0" tabularvalignment="middle">
20606 <column alignment="center" valignment="top" width="0pt">
20607 <column alignment="center" valignment="top" width="0pt">
20608 <row>
20609 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20610 \begin_inset Text
20611
20612 \begin_layout Plain Layout
20613 コマンド
20614 \end_layout
20615
20616 \end_inset
20617 </cell>
20618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20619 \begin_inset Text
20620
20621 \begin_layout Plain Layout
20622 出力
20623 \begin_inset Note Note
20624 status collapsed
20625
20626 \begin_layout Plain Layout
20627 ここで
20628 \series bold
20629
20630 \backslash
20631 raisebox
20632 \series default
20633 はスペーサーとして使用しているだけです。
20634 \end_layout
20635
20636 \end_inset
20637
20638
20639 \end_layout
20640
20641 \end_inset
20642 </cell>
20643 </row>
20644 <row>
20645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20646 \begin_inset Text
20647
20648 \begin_layout Plain Layout
20649
20650 \backslash
20651 forall
20652 \end_layout
20653
20654 \end_inset
20655 </cell>
20656 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20657 \begin_inset Text
20658
20659 \begin_layout Plain Layout
20660 \begin_inset Formula $\forall$
20661 \end_inset
20662
20663
20664 \end_layout
20665
20666 \end_inset
20667 </cell>
20668 </row>
20669 <row>
20670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20671 \begin_inset Text
20672
20673 \begin_layout Plain Layout
20674
20675 \backslash
20676 exists
20677 \end_layout
20678
20679 \end_inset
20680 </cell>
20681 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20682 \begin_inset Text
20683
20684 \begin_layout Plain Layout
20685 \begin_inset Formula $\exists$
20686 \end_inset
20687
20688
20689 \end_layout
20690
20691 \end_inset
20692 </cell>
20693 </row>
20694 <row>
20695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20696 \begin_inset Text
20697
20698 \begin_layout Plain Layout
20699
20700 \backslash
20701 nexists
20702 \end_layout
20703
20704 \end_inset
20705 </cell>
20706 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20707 \begin_inset Text
20708
20709 \begin_layout Plain Layout
20710 \begin_inset Formula $\nexists$
20711 \end_inset
20712
20713
20714 \end_layout
20715
20716 \end_inset
20717 </cell>
20718 </row>
20719 <row>
20720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20721 \begin_inset Text
20722
20723 \begin_layout Plain Layout
20724
20725 \backslash
20726 emptyset
20727 \end_layout
20728
20729 \end_inset
20730 </cell>
20731 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20732 \begin_inset Text
20733
20734 \begin_layout Plain Layout
20735 \begin_inset Formula $\emptyset$
20736 \end_inset
20737
20738
20739 \end_layout
20740
20741 \end_inset
20742 </cell>
20743 </row>
20744 <row>
20745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20746 \begin_inset Text
20747
20748 \begin_layout Plain Layout
20749
20750 \backslash
20751 varnothing
20752 \end_layout
20753
20754 \end_inset
20755 </cell>
20756 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20757 \begin_inset Text
20758
20759 \begin_layout Plain Layout
20760 \begin_inset Formula $\varnothing$
20761 \end_inset
20762
20763
20764 \end_layout
20765
20766 \end_inset
20767 </cell>
20768 </row>
20769 <row>
20770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20771 \begin_inset Text
20772
20773 \begin_layout Plain Layout
20774
20775 \backslash
20776 dag
20777 \end_layout
20778
20779 \end_inset
20780 </cell>
20781 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20782 \begin_inset Text
20783
20784 \begin_layout Plain Layout
20785 \begin_inset Formula $\dag$
20786 \end_inset
20787
20788
20789 \end_layout
20790
20791 \end_inset
20792 </cell>
20793 </row>
20794 <row>
20795 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20796 \begin_inset Text
20797
20798 \begin_layout Plain Layout
20799
20800 \backslash
20801 ddag
20802 \end_layout
20803
20804 \end_inset
20805 </cell>
20806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20807 \begin_inset Text
20808
20809 \begin_layout Plain Layout
20810 \begin_inset Formula $\ddag$
20811 \end_inset
20812
20813
20814 \end_layout
20815
20816 \end_inset
20817 </cell>
20818 </row>
20819 <row>
20820 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20821 \begin_inset Text
20822
20823 \begin_layout Plain Layout
20824
20825 \backslash
20826 complement
20827 \end_layout
20828
20829 \end_inset
20830 </cell>
20831 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20832 \begin_inset Text
20833
20834 \begin_layout Plain Layout
20835 \begin_inset ERT
20836 status collapsed
20837
20838 \begin_layout Plain Layout
20839
20840
20841 \backslash
20842 raisebox{-0.8mm}{
20843 \end_layout
20844
20845 \end_inset
20846
20847
20848 \begin_inset Formula $\complement$
20849 \end_inset
20850
20851
20852 \begin_inset ERT
20853 status collapsed
20854
20855 \begin_layout Plain Layout
20856
20857 }
20858 \end_layout
20859
20860 \end_inset
20861
20862
20863 \end_layout
20864
20865 \end_inset
20866 </cell>
20867 </row>
20868 <row>
20869 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20870 \begin_inset Text
20871
20872 \begin_layout Plain Layout
20873
20874 \backslash
20875 Bbbk
20876 \end_layout
20877
20878 \end_inset
20879 </cell>
20880 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20881 \begin_inset Text
20882
20883 \begin_layout Plain Layout
20884 \begin_inset Formula $\Bbbk$
20885 \end_inset
20886
20887
20888 \end_layout
20889
20890 \end_inset
20891 </cell>
20892 </row>
20893 </lyxtabular>
20894
20895 \end_inset
20896
20897
20898 \begin_inset space \hfill{}
20899 \end_inset
20900
20901
20902 \begin_inset Tabular
20903 <lyxtabular version="3" rows="10" columns="2">
20904 <features rotate="0" tabularvalignment="middle">
20905 <column alignment="center" valignment="top" width="0pt">
20906 <column alignment="center" valignment="top" width="0pt">
20907 <row>
20908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20909 \begin_inset Text
20910
20911 \begin_layout Plain Layout
20912 コマンド
20913 \end_layout
20914
20915 \end_inset
20916 </cell>
20917 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20918 \begin_inset Text
20919
20920 \begin_layout Plain Layout
20921 出力
20922 \end_layout
20923
20924 \end_inset
20925 </cell>
20926 </row>
20927 <row>
20928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20929 \begin_inset Text
20930
20931 \begin_layout Plain Layout
20932
20933 \backslash
20934 prime
20935 \end_layout
20936
20937 \end_inset
20938 </cell>
20939 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20940 \begin_inset Text
20941
20942 \begin_layout Plain Layout
20943 \begin_inset Formula $\prime$
20944 \end_inset
20945
20946
20947 \end_layout
20948
20949 \end_inset
20950 </cell>
20951 </row>
20952 <row>
20953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20954 \begin_inset Text
20955
20956 \begin_layout Plain Layout
20957
20958 \backslash
20959 backprime
20960 \end_layout
20961
20962 \end_inset
20963 </cell>
20964 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20965 \begin_inset Text
20966
20967 \begin_layout Plain Layout
20968 \begin_inset Formula $\backprime$
20969 \end_inset
20970
20971
20972 \end_layout
20973
20974 \end_inset
20975 </cell>
20976 </row>
20977 <row>
20978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20979 \begin_inset Text
20980
20981 \begin_layout Plain Layout
20982
20983 \backslash
20984 mho
20985 \end_layout
20986
20987 \end_inset
20988 </cell>
20989 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20990 \begin_inset Text
20991
20992 \begin_layout Plain Layout
20993 \begin_inset Formula $\mho$
20994 \end_inset
20995
20996
20997 \end_layout
20998
20999 \end_inset
21000 </cell>
21001 </row>
21002 <row>
21003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21004 \begin_inset Text
21005
21006 \begin_layout Plain Layout
21007
21008 \backslash
21009 triangle
21010 \end_layout
21011
21012 \end_inset
21013 </cell>
21014 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21015 \begin_inset Text
21016
21017 \begin_layout Plain Layout
21018 \begin_inset Formula $\triangle$
21019 \end_inset
21020
21021
21022 \end_layout
21023
21024 \end_inset
21025 </cell>
21026 </row>
21027 <row>
21028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21029 \begin_inset Text
21030
21031 \begin_layout Plain Layout
21032
21033 \backslash
21034 angle
21035 \end_layout
21036
21037 \end_inset
21038 </cell>
21039 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21040 \begin_inset Text
21041
21042 \begin_layout Plain Layout
21043 \begin_inset Formula $\angle$
21044 \end_inset
21045
21046
21047 \end_layout
21048
21049 \end_inset
21050 </cell>
21051 </row>
21052 <row>
21053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21054 \begin_inset Text
21055
21056 \begin_layout Plain Layout
21057
21058 \backslash
21059 measuredangle
21060 \end_layout
21061
21062 \end_inset
21063 </cell>
21064 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21065 \begin_inset Text
21066
21067 \begin_layout Plain Layout
21068 \begin_inset Formula $\measuredangle$
21069 \end_inset
21070
21071
21072 \end_layout
21073
21074 \end_inset
21075 </cell>
21076 </row>
21077 <row>
21078 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21079 \begin_inset Text
21080
21081 \begin_layout Plain Layout
21082
21083 \backslash
21084 sphericalangle
21085 \end_layout
21086
21087 \end_inset
21088 </cell>
21089 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21090 \begin_inset Text
21091
21092 \begin_layout Plain Layout
21093 \begin_inset Formula $\sphericalangle$
21094 \end_inset
21095
21096
21097 \end_layout
21098
21099 \end_inset
21100 </cell>
21101 </row>
21102 <row>
21103 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21104 \begin_inset Text
21105
21106 \begin_layout Plain Layout
21107
21108 \backslash
21109 top
21110 \end_layout
21111
21112 \end_inset
21113 </cell>
21114 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21115 \begin_inset Text
21116
21117 \begin_layout Plain Layout
21118 \begin_inset Formula $\top$
21119 \end_inset
21120
21121
21122 \end_layout
21123
21124 \end_inset
21125 </cell>
21126 </row>
21127 <row>
21128 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21129 \begin_inset Text
21130
21131 \begin_layout Plain Layout
21132
21133 \backslash
21134 bot
21135 \end_layout
21136
21137 \end_inset
21138 </cell>
21139 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21140 \begin_inset Text
21141
21142 \begin_layout Plain Layout
21143 \begin_inset Formula $\bot$
21144 \end_inset
21145
21146
21147 \end_layout
21148
21149 \end_inset
21150 </cell>
21151 </row>
21152 </lyxtabular>
21153
21154 \end_inset
21155
21156
21157 \begin_inset space \hfill{}
21158 \end_inset
21159
21160
21161 \end_layout
21162
21163 \begin_layout Subsection
21164 その他の記号
21165 \begin_inset CommandInset label
21166 LatexCommand label
21167 name "sub:その他の記号"
21168
21169 \end_inset
21170
21171
21172 \begin_inset Index idx
21173 status collapsed
21174
21175 \begin_layout Plain Layout
21176 きごう@記号 ! そのた@その他
21177 \end_layout
21178
21179 \end_inset
21180
21181
21182 \end_layout
21183
21184 \begin_layout Standard
21185 \noindent
21186 \align center
21187 \begin_inset Tabular
21188 <lyxtabular version="3" rows="10" columns="2">
21189 <features rotate="0" tabularvalignment="middle">
21190 <column alignment="center" valignment="top" width="0pt">
21191 <column alignment="center" valignment="top" width="0pt">
21192 <row>
21193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21194 \begin_inset Text
21195
21196 \begin_layout Plain Layout
21197
21198 \family roman
21199 \series medium
21200 \shape up
21201 \size normal
21202 \emph off
21203 \bar no
21204 \noun off
21205 \color none
21206 コマンド
21207 \end_layout
21208
21209 \end_inset
21210 </cell>
21211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21212 \begin_inset Text
21213
21214 \begin_layout Plain Layout
21215
21216 \family roman
21217 \series medium
21218 \shape up
21219 \size normal
21220 \emph off
21221 \bar no
21222 \noun off
21223 \color none
21224 出力
21225 \end_layout
21226
21227 \end_inset
21228 </cell>
21229 </row>
21230 <row>
21231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21232 \begin_inset Text
21233
21234 \begin_layout Plain Layout
21235
21236 \backslash
21237 flat
21238 \end_layout
21239
21240 \end_inset
21241 </cell>
21242 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21243 \begin_inset Text
21244
21245 \begin_layout Plain Layout
21246 \begin_inset Formula $\flat$
21247 \end_inset
21248
21249
21250 \end_layout
21251
21252 \end_inset
21253 </cell>
21254 </row>
21255 <row>
21256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21257 \begin_inset Text
21258
21259 \begin_layout Plain Layout
21260
21261 \backslash
21262 natural
21263 \end_layout
21264
21265 \end_inset
21266 </cell>
21267 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21268 \begin_inset Text
21269
21270 \begin_layout Plain Layout
21271 \begin_inset Formula $\natural$
21272 \end_inset
21273
21274
21275 \end_layout
21276
21277 \end_inset
21278 </cell>
21279 </row>
21280 <row>
21281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21282 \begin_inset Text
21283
21284 \begin_layout Plain Layout
21285
21286 \backslash
21287 sharp
21288 \end_layout
21289
21290 \end_inset
21291 </cell>
21292 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21293 \begin_inset Text
21294
21295 \begin_layout Plain Layout
21296 \begin_inset Formula $\sharp$
21297 \end_inset
21298
21299
21300 \end_layout
21301
21302 \end_inset
21303 </cell>
21304 </row>
21305 <row>
21306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21307 \begin_inset Text
21308
21309 \begin_layout Plain Layout
21310
21311 \backslash
21312 surd
21313 \end_layout
21314
21315 \end_inset
21316 </cell>
21317 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21318 \begin_inset Text
21319
21320 \begin_layout Plain Layout
21321 \begin_inset Formula $\surd$
21322 \end_inset
21323
21324
21325 \end_layout
21326
21327 \end_inset
21328 </cell>
21329 </row>
21330 <row>
21331 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21332 \begin_inset Text
21333
21334 \begin_layout Plain Layout
21335
21336 \backslash
21337 checkmark
21338 \end_layout
21339
21340 \end_inset
21341 </cell>
21342 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21343 \begin_inset Text
21344
21345 \begin_layout Plain Layout
21346 \begin_inset Formula $\checkmark$
21347 \end_inset
21348
21349
21350 \end_layout
21351
21352 \end_inset
21353 </cell>
21354 </row>
21355 <row>
21356 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21357 \begin_inset Text
21358
21359 \begin_layout Plain Layout
21360
21361 \backslash
21362 yen
21363 \end_layout
21364
21365 \end_inset
21366 </cell>
21367 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21368 \begin_inset Text
21369
21370 \begin_layout Plain Layout
21371 \begin_inset Formula $\yen$
21372 \end_inset
21373
21374
21375 \end_layout
21376
21377 \end_inset
21378 </cell>
21379 </row>
21380 <row>
21381 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21382 \begin_inset Text
21383
21384 \begin_layout Plain Layout
21385
21386 \backslash
21387 pounds
21388 \end_layout
21389
21390 \end_inset
21391 </cell>
21392 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21393 \begin_inset Text
21394
21395 \begin_layout Plain Layout
21396 \begin_inset Formula $\pounds$
21397 \end_inset
21398
21399
21400 \end_layout
21401
21402 \end_inset
21403 </cell>
21404 </row>
21405 <row>
21406 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21407 \begin_inset Text
21408
21409 \begin_layout Plain Layout
21410 $
21411 \end_layout
21412
21413 \end_inset
21414 </cell>
21415 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21416 \begin_inset Text
21417
21418 \begin_layout Plain Layout
21419 \begin_inset Formula $\$$
21420 \end_inset
21421
21422
21423 \end_layout
21424
21425 \end_inset
21426 </cell>
21427 </row>
21428 <row>
21429 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21430 \begin_inset Text
21431
21432 \begin_layout Plain Layout
21433 §
21434 \end_layout
21435
21436 \end_inset
21437 </cell>
21438 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21439 \begin_inset Text
21440
21441 \begin_layout Plain Layout
21442 \begin_inset Formula $\mathsection$
21443 \end_inset
21444
21445
21446 \end_layout
21447
21448 \end_inset
21449 </cell>
21450 </row>
21451 </lyxtabular>
21452
21453 \end_inset
21454
21455
21456 \begin_inset Tabular
21457 <lyxtabular version="3" rows="10" columns="2">
21458 <features rotate="0" tabularvalignment="middle">
21459 <column alignment="center" valignment="top">
21460 <column alignment="center" valignment="top">
21461 <row>
21462 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21463 \begin_inset Text
21464
21465 \begin_layout Plain Layout
21466
21467 \family roman
21468 \series medium
21469 \shape up
21470 \size normal
21471 \emph off
21472 \bar no
21473 \noun off
21474 \color none
21475 コマンド
21476 \end_layout
21477
21478 \end_inset
21479 </cell>
21480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21481 \begin_inset Text
21482
21483 \begin_layout Plain Layout
21484
21485 \family roman
21486 \series medium
21487 \shape up
21488 \size normal
21489 \emph off
21490 \bar no
21491 \noun off
21492 \color none
21493 出力
21494 \end_layout
21495
21496 \end_inset
21497 </cell>
21498 </row>
21499 <row>
21500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21501 \begin_inset Text
21502
21503 \begin_layout Plain Layout
21504
21505 \backslash
21506 hbar
21507 \end_layout
21508
21509 \end_inset
21510 </cell>
21511 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21512 \begin_inset Text
21513
21514 \begin_layout Plain Layout
21515 \begin_inset Formula $\hbar$
21516 \end_inset
21517
21518
21519 \end_layout
21520
21521 \end_inset
21522 </cell>
21523 </row>
21524 <row>
21525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21526 \begin_inset Text
21527
21528 \begin_layout Plain Layout
21529
21530 \backslash
21531 hslash
21532 \end_layout
21533
21534 \end_inset
21535 </cell>
21536 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21537 \begin_inset Text
21538
21539 \begin_layout Plain Layout
21540 \begin_inset Formula $\hslash$
21541 \end_inset
21542
21543
21544 \end_layout
21545
21546 \end_inset
21547 </cell>
21548 </row>
21549 <row>
21550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21551 \begin_inset Text
21552
21553 \begin_layout Plain Layout
21554
21555 \backslash
21556 clubsuit
21557 \end_layout
21558
21559 \end_inset
21560 </cell>
21561 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21562 \begin_inset Text
21563
21564 \begin_layout Plain Layout
21565 \begin_inset Formula $\clubsuit$
21566 \end_inset
21567
21568
21569 \end_layout
21570
21571 \end_inset
21572 </cell>
21573 </row>
21574 <row>
21575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21576 \begin_inset Text
21577
21578 \begin_layout Plain Layout
21579
21580 \backslash
21581 spadesuit
21582 \end_layout
21583
21584 \end_inset
21585 </cell>
21586 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21587 \begin_inset Text
21588
21589 \begin_layout Plain Layout
21590 \begin_inset Formula $\spadesuit$
21591 \end_inset
21592
21593
21594 \end_layout
21595
21596 \end_inset
21597 </cell>
21598 </row>
21599 <row>
21600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21601 \begin_inset Text
21602
21603 \begin_layout Plain Layout
21604
21605 \backslash
21606 bigstar
21607 \end_layout
21608
21609 \end_inset
21610 </cell>
21611 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21612 \begin_inset Text
21613
21614 \begin_layout Plain Layout
21615 \begin_inset Formula $\bigstar$
21616 \end_inset
21617
21618
21619 \end_layout
21620
21621 \end_inset
21622 </cell>
21623 </row>
21624 <row>
21625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21626 \begin_inset Text
21627
21628 \begin_layout Plain Layout
21629
21630 \backslash
21631 blacklozenge
21632 \end_layout
21633
21634 \end_inset
21635 </cell>
21636 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21637 \begin_inset Text
21638
21639 \begin_layout Plain Layout
21640 \begin_inset Formula $\blacklozenge$
21641 \end_inset
21642
21643
21644 \end_layout
21645
21646 \end_inset
21647 </cell>
21648 </row>
21649 <row>
21650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21651 \begin_inset Text
21652
21653 \begin_layout Plain Layout
21654
21655 \backslash
21656 blacktriangle
21657 \end_layout
21658
21659 \end_inset
21660 </cell>
21661 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21662 \begin_inset Text
21663
21664 \begin_layout Plain Layout
21665 \begin_inset Formula $\blacktriangle$
21666 \end_inset
21667
21668
21669 \end_layout
21670
21671 \end_inset
21672 </cell>
21673 </row>
21674 <row>
21675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21676 \begin_inset Text
21677
21678 \begin_layout Plain Layout
21679
21680 \backslash
21681 blacktiangledown
21682 \end_layout
21683
21684 \end_inset
21685 </cell>
21686 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21687 \begin_inset Text
21688
21689 \begin_layout Plain Layout
21690 \begin_inset Formula $\blacktriangledown$
21691 \end_inset
21692
21693
21694 \end_layout
21695
21696 \end_inset
21697 </cell>
21698 </row>
21699 <row>
21700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21701 \begin_inset Text
21702
21703 \begin_layout Plain Layout
21704
21705 \backslash
21706 bullet
21707 \end_layout
21708
21709 \end_inset
21710 </cell>
21711 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21712 \begin_inset Text
21713
21714 \begin_layout Plain Layout
21715 \begin_inset Formula $\bullet$
21716 \end_inset
21717
21718
21719 \end_layout
21720
21721 \end_inset
21722 </cell>
21723 </row>
21724 </lyxtabular>
21725
21726 \end_inset
21727
21728
21729 \begin_inset Tabular
21730 <lyxtabular version="3" rows="10" columns="2">
21731 <features rotate="0" tabularvalignment="middle">
21732 <column alignment="center" valignment="top" width="0pt">
21733 <column alignment="center" valignment="top" width="0pt">
21734 <row>
21735 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21736 \begin_inset Text
21737
21738 \begin_layout Plain Layout
21739
21740 \family roman
21741 \series medium
21742 \shape up
21743 \size normal
21744 \emph off
21745 \bar no
21746 \noun off
21747 \color none
21748 コマンド
21749 \end_layout
21750
21751 \end_inset
21752 </cell>
21753 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21754 \begin_inset Text
21755
21756 \begin_layout Plain Layout
21757
21758 \family roman
21759 \series medium
21760 \shape up
21761 \size normal
21762 \emph off
21763 \bar no
21764 \noun off
21765 \color none
21766 出力
21767 \end_layout
21768
21769 \end_inset
21770 </cell>
21771 </row>
21772 <row>
21773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21774 \begin_inset Text
21775
21776 \begin_layout Plain Layout
21777
21778 \backslash
21779 diamondsuit
21780 \end_layout
21781
21782 \end_inset
21783 </cell>
21784 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21785 \begin_inset Text
21786
21787 \begin_layout Plain Layout
21788 \begin_inset Formula $\diamondsuit$
21789 \end_inset
21790
21791
21792 \end_layout
21793
21794 \end_inset
21795 </cell>
21796 </row>
21797 <row>
21798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21799 \begin_inset Text
21800
21801 \begin_layout Plain Layout
21802
21803 \backslash
21804 Diamond
21805 \end_layout
21806
21807 \end_inset
21808 </cell>
21809 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21810 \begin_inset Text
21811
21812 \begin_layout Plain Layout
21813 \begin_inset Formula $\Diamond$
21814 \end_inset
21815
21816
21817 \end_layout
21818
21819 \end_inset
21820 </cell>
21821 </row>
21822 <row>
21823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21824 \begin_inset Text
21825
21826 \begin_layout Plain Layout
21827
21828 \backslash
21829 heartsuit
21830 \end_layout
21831
21832 \end_inset
21833 </cell>
21834 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21835 \begin_inset Text
21836
21837 \begin_layout Plain Layout
21838 \begin_inset Formula $\heartsuit$
21839 \end_inset
21840
21841
21842 \end_layout
21843
21844 \end_inset
21845 </cell>
21846 </row>
21847 <row>
21848 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21849 \begin_inset Text
21850
21851 \begin_layout Plain Layout
21852
21853 \backslash
21854 P
21855 \end_layout
21856
21857 \end_inset
21858 </cell>
21859 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21860 \begin_inset Text
21861
21862 \begin_layout Plain Layout
21863 \begin_inset Formula $\P$
21864 \end_inset
21865
21866
21867 \end_layout
21868
21869 \end_inset
21870 </cell>
21871 </row>
21872 <row>
21873 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21874 \begin_inset Text
21875
21876 \begin_layout Plain Layout
21877
21878 \backslash
21879 copyright
21880 \end_layout
21881
21882 \end_inset
21883 </cell>
21884 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21885 \begin_inset Text
21886
21887 \begin_layout Plain Layout
21888 \begin_inset Formula $\copyright$
21889 \end_inset
21890
21891
21892 \end_layout
21893
21894 \end_inset
21895 </cell>
21896 </row>
21897 <row>
21898 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21899 \begin_inset Text
21900
21901 \begin_layout Plain Layout
21902
21903 \backslash
21904 circledR
21905 \end_layout
21906
21907 \end_inset
21908 </cell>
21909 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21910 \begin_inset Text
21911
21912 \begin_layout Plain Layout
21913 \begin_inset Formula $\circledR$
21914 \end_inset
21915
21916
21917 \end_layout
21918
21919 \end_inset
21920 </cell>
21921 </row>
21922 <row>
21923 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21924 \begin_inset Text
21925
21926 \begin_layout Plain Layout
21927
21928 \backslash
21929 maltese
21930 \end_layout
21931
21932 \end_inset
21933 </cell>
21934 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21935 \begin_inset Text
21936
21937 \begin_layout Plain Layout
21938 \begin_inset Formula $\maltese$
21939 \end_inset
21940
21941
21942 \end_layout
21943
21944 \end_inset
21945 </cell>
21946 </row>
21947 <row>
21948 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21949 \begin_inset Text
21950
21951 \begin_layout Plain Layout
21952
21953 \backslash
21954 diagup
21955 \end_layout
21956
21957 \end_inset
21958 </cell>
21959 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21960 \begin_inset Text
21961
21962 \begin_layout Plain Layout
21963 \begin_inset Formula $\diagup$
21964 \end_inset
21965
21966
21967 \end_layout
21968
21969 \end_inset
21970 </cell>
21971 </row>
21972 <row>
21973 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21974 \begin_inset Text
21975
21976 \begin_layout Plain Layout
21977
21978 \backslash
21979 diagdown
21980 \end_layout
21981
21982 \end_inset
21983 </cell>
21984 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21985 \begin_inset Text
21986
21987 \begin_layout Plain Layout
21988 \begin_inset Formula $\diagdown$
21989 \end_inset
21990
21991
21992 \end_layout
21993
21994 \end_inset
21995 </cell>
21996 </row>
21997 </lyxtabular>
21998
21999 \end_inset
22000
22001
22002 \end_layout
22003
22004 \begin_layout Standard
22005 \begin_inset VSpace medskip
22006 \end_inset
22007
22008 ここにある以上の記号が、第
22009 \begin_inset CommandInset ref
22010 LatexCommand ref
22011 reference "sub:他の特殊文字"
22012
22013 \end_inset
22014
22015 節に挙げてあります。
22016 \end_layout
22017
22018 \begin_layout Standard
22019 寸法を変えて表示することのできる記号もあります。第
22020 \begin_inset CommandInset ref
22021 LatexCommand ref
22022 reference "sub:書体寸法"
22023
22024 \end_inset
22025
22026 節をご参照下さい。
22027 \end_layout
22028
22029 \begin_layout Subsection
22030 ユーロ通貨記号
22031 \begin_inset Index idx
22032 status collapsed
22033
22034 \begin_layout Plain Layout
22035 きごう@記号 ! ゆーろつうかきごう@ユーロ通貨記号
22036 \end_layout
22037
22038 \end_inset
22039
22040
22041 \begin_inset Index idx
22042 status collapsed
22043
22044 \begin_layout Plain Layout
22045
22046 \backslash
22047 @
22048 \begin_inset ERT
22049 status collapsed
22050
22051 \begin_layout Plain Layout
22052
22053
22054 \backslash
22055 officialeuro
22056 \end_layout
22057
22058 \end_inset
22059
22060
22061 \end_layout
22062
22063 \end_inset
22064
22065
22066 \end_layout
22067
22068 \begin_layout Standard
22069 ユーロ通貨記号を数式で使用するには、LaTeXパッケージ
22070 \series bold
22071 eurosym
22072 \series default
22073
22074 \begin_inset Index idx
22075 status collapsed
22076
22077 \begin_layout Plain Layout
22078 ぱっけーじ@パッケージ ! eurosym
22079 \end_layout
22080
22081 \end_inset
22082
22083 が導入されていて、以下のようなLaTeXプリアンブル行によって読み込まれていなくてはなりません。
22084 \end_layout
22085
22086 \begin_layout Standard
22087
22088 \series bold
22089
22090 \backslash
22091 usepackage[gennarrow]{eurosym}
22092 \end_layout
22093
22094 \begin_layout Standard
22095 すると、ユーロ通貨記号を
22096 \series bold
22097
22098 \backslash
22099 euro
22100 \series default
22101
22102 \begin_inset Index idx
22103 status collapsed
22104
22105 \begin_layout Plain Layout
22106 こまんど@コマンド ! E ! 
22107 \backslash
22108 euro
22109 \end_layout
22110
22111 \end_inset
22112
22113 コマンドで挿入することができるようになります。
22114 \end_layout
22115
22116 \begin_layout Standard
22117 数式テキストには、
22118 \series bold
22119 eurosym
22120 \series default
22121 が導入されていなくても、ユーロ通貨記号を直接キーボードを使って(あれば)挿入することができます。
22122 \series bold
22123 eurosym
22124 \series default
22125 が導入されていれば、
22126 \series bold
22127
22128 \backslash
22129 euro
22130 \series default
22131 はTeXモードでも挿入することができます。また、正式な通貨記号を
22132 \series bold
22133
22134 \backslash
22135 officialeuro
22136 \series default
22137
22138 \begin_inset Index idx
22139 status collapsed
22140
22141 \begin_layout Plain Layout
22142 こまんど@コマンド ! O ! 
22143 \backslash
22144 officialeuro
22145 \end_layout
22146
22147 \end_inset
22148
22149 コマンド(これはTeXモードでのみ使用することができます)で挿入することができます。
22150 \end_layout
22151
22152 \begin_layout Standard
22153 \begin_inset ERT
22154 status collapsed
22155
22156 \begin_layout Plain Layout
22157
22158
22159 \backslash
22160 ifeurosym 
22161 \end_layout
22162
22163 \end_inset
22164
22165
22166 \begin_inset Note Note
22167 status open
22168
22169 \begin_layout Plain Layout
22170 以下の表は、LaTeXパッケージ
22171 \series bold
22172 eurosym
22173 \series default
22174 が導入済みのときのみ表示されます。
22175 \end_layout
22176
22177 \end_inset
22178
22179
22180 \end_layout
22181
22182 \begin_layout Standard
22183 以下は、各ユーロ通貨記号のまとめです。
22184 \end_layout
22185
22186 \begin_layout Standard
22187 \align center
22188 \begin_inset Tabular
22189 <lyxtabular version="3" rows="4" columns="3">
22190 <features rotate="0" tabularvalignment="middle">
22191 <column alignment="center" valignment="top" width="0pt">
22192 <column alignment="center" valignment="top" width="0pt">
22193 <column alignment="center" valignment="top" width="0pt">
22194 <row>
22195 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22196 \begin_inset Text
22197
22198 \begin_layout Plain Layout
22199
22200 \end_layout
22201
22202 \end_inset
22203 </cell>
22204 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22205 \begin_inset Text
22206
22207 \begin_layout Plain Layout
22208 コマンド
22209 \end_layout
22210
22211 \end_inset
22212 </cell>
22213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22214 \begin_inset Text
22215
22216 \begin_layout Plain Layout
22217 出力
22218 \end_layout
22219
22220 \end_inset
22221 </cell>
22222 </row>
22223 <row>
22224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22225 \begin_inset Text
22226
22227 \begin_layout Plain Layout
22228 数式
22229 \end_layout
22230
22231 \end_inset
22232 </cell>
22233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22234 \begin_inset Text
22235
22236 \begin_layout Plain Layout
22237
22238 \backslash
22239 euro
22240 \end_layout
22241
22242 \end_inset
22243 </cell>
22244 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22245 \begin_inset Text
22246
22247 \begin_layout Plain Layout
22248 \begin_inset Formula $\euro$
22249 \end_inset
22250
22251
22252 \end_layout
22253
22254 \end_inset
22255 </cell>
22256 </row>
22257 <row>
22258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22259 \begin_inset Text
22260
22261 \begin_layout Plain Layout
22262 数式テキスト
22263 \end_layout
22264
22265 \end_inset
22266 </cell>
22267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22268 \begin_inset Text
22269
22270 \begin_layout Plain Layout
22271 (ユーロ記号)
22272 \end_layout
22273
22274 \end_inset
22275 </cell>
22276 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22277 \begin_inset Text
22278
22279 \begin_layout Plain Layout
22280 (ユーロ記号)
22281 \end_layout
22282
22283 \end_inset
22284 </cell>
22285 </row>
22286 <row>
22287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22288 \begin_inset Text
22289
22290 \begin_layout Plain Layout
22291 TeXモード
22292 \end_layout
22293
22294 \end_inset
22295 </cell>
22296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22297 \begin_inset Text
22298
22299 \begin_layout Plain Layout
22300
22301 \backslash
22302 officialeuro
22303 \end_layout
22304
22305 \end_inset
22306 </cell>
22307 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22308 \begin_inset Text
22309
22310 \begin_layout Plain Layout
22311 \begin_inset ERT
22312 status collapsed
22313
22314 \begin_layout Plain Layout
22315
22316
22317 \backslash
22318 officialeuro
22319 \end_layout
22320
22321 \end_inset
22322
22323
22324 \end_layout
22325
22326 \end_inset
22327 </cell>
22328 </row>
22329 </lyxtabular>
22330
22331 \end_inset
22332
22333
22334 \end_layout
22335
22336 \begin_layout Standard
22337 \begin_inset ERT
22338 status collapsed
22339
22340 \begin_layout Plain Layout
22341
22342
22343 \backslash
22344 else 
22345 \end_layout
22346
22347 \end_inset
22348
22349
22350 \begin_inset Note Note
22351 status open
22352
22353 \begin_layout Plain Layout
22354 以下は、LaTeXパッケージ
22355 \series bold
22356 eurosym
22357 \series default
22358 が導入されていないときのみ表示されます。
22359 \end_layout
22360
22361 \end_inset
22362
22363
22364 \end_layout
22365
22366 \begin_layout Standard
22367 本節の残りを出力としてみるためには、LaTeXパッケージ
22368 \series bold
22369 eurosym
22370 \series default
22371 を導入する必要があります。
22372 \end_layout
22373
22374 \begin_layout Standard
22375 \begin_inset ERT
22376 status collapsed
22377
22378 \begin_layout Plain Layout
22379
22380
22381 \backslash
22382 fi 
22383 \end_layout
22384
22385 \end_inset
22386
22387
22388 \end_layout
22389
22390 \begin_layout Section
22391 関係子
22392 \begin_inset CommandInset label
22393 LatexCommand label
22394 name "sec:関係子"
22395
22396 \end_inset
22397
22398
22399 \begin_inset Index idx
22400 status collapsed
22401
22402 \begin_layout Plain Layout
22403 かんけいし@関係子
22404 \end_layout
22405
22406 \end_inset
22407
22408
22409 \begin_inset Index idx
22410 status collapsed
22411
22412 \begin_layout Plain Layout
22413 ひかくし@比較子|see
22414 \begin_inset ERT
22415 status collapsed
22416
22417 \begin_layout Plain Layout
22418
22419 {
22420 \end_layout
22421
22422 \end_inset
22423
22424 関係子
22425 \begin_inset ERT
22426 status collapsed
22427
22428 \begin_layout Plain Layout
22429
22430 }
22431 \end_layout
22432
22433 \end_inset
22434
22435
22436 \end_layout
22437
22438 \end_inset
22439
22440
22441 \end_layout
22442
22443 \begin_layout Standard
22444 関係子はすべて、ツールバーボタンの
22445 \begin_inset Info
22446 type  "icon"
22447 arg   "math-insert \\leq"
22448 \end_inset
22449
22450 でも挿入することができます。
22451 \end_layout
22452
22453 \begin_layout Standard
22454 \begin_inset space \hfill{}
22455 \end_inset
22456
22457
22458 \begin_inset Tabular
22459 <lyxtabular version="3" rows="17" columns="2">
22460 <features rotate="0" tabularvalignment="middle">
22461 <column alignment="center" valignment="top" width="0pt">
22462 <column alignment="center" valignment="top" width="0pt">
22463 <row>
22464 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22465 \begin_inset Text
22466
22467 \begin_layout Plain Layout
22468 コマンド
22469 \end_layout
22470
22471 \end_inset
22472 </cell>
22473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22474 \begin_inset Text
22475
22476 \begin_layout Plain Layout
22477 出力
22478 \end_layout
22479
22480 \end_inset
22481 </cell>
22482 </row>
22483 <row>
22484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22485 \begin_inset Text
22486
22487 \begin_layout Plain Layout
22488 \begin_inset Formula $<$
22489 \end_inset
22490
22491
22492 \end_layout
22493
22494 \end_inset
22495 </cell>
22496 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22497 \begin_inset Text
22498
22499 \begin_layout Plain Layout
22500 \begin_inset Formula $<$
22501 \end_inset
22502
22503
22504 \end_layout
22505
22506 \end_inset
22507 </cell>
22508 </row>
22509 <row>
22510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22511 \begin_inset Text
22512
22513 \begin_layout Plain Layout
22514
22515 \backslash
22516 le
22517 \end_layout
22518
22519 \end_inset
22520 </cell>
22521 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22522 \begin_inset Text
22523
22524 \begin_layout Plain Layout
22525 \begin_inset Formula $\le$
22526 \end_inset
22527
22528
22529 \end_layout
22530
22531 \end_inset
22532 </cell>
22533 </row>
22534 <row>
22535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22536 \begin_inset Text
22537
22538 \begin_layout Plain Layout
22539
22540 \backslash
22541 ll
22542 \end_layout
22543
22544 \end_inset
22545 </cell>
22546 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22547 \begin_inset Text
22548
22549 \begin_layout Plain Layout
22550 \begin_inset Formula $\ll$
22551 \end_inset
22552
22553
22554 \end_layout
22555
22556 \end_inset
22557 </cell>
22558 </row>
22559 <row>
22560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22561 \begin_inset Text
22562
22563 \begin_layout Plain Layout
22564
22565 \backslash
22566 prec
22567 \end_layout
22568
22569 \end_inset
22570 </cell>
22571 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22572 \begin_inset Text
22573
22574 \begin_layout Plain Layout
22575 \begin_inset Formula $\prec$
22576 \end_inset
22577
22578
22579 \end_layout
22580
22581 \end_inset
22582 </cell>
22583 </row>
22584 <row>
22585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22586 \begin_inset Text
22587
22588 \begin_layout Plain Layout
22589
22590 \backslash
22591 preceq
22592 \end_layout
22593
22594 \end_inset
22595 </cell>
22596 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22597 \begin_inset Text
22598
22599 \begin_layout Plain Layout
22600 \begin_inset Formula $\preceq$
22601 \end_inset
22602
22603
22604 \end_layout
22605
22606 \end_inset
22607 </cell>
22608 </row>
22609 <row>
22610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22611 \begin_inset Text
22612
22613 \begin_layout Plain Layout
22614
22615 \backslash
22616 subset
22617 \end_layout
22618
22619 \end_inset
22620 </cell>
22621 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22622 \begin_inset Text
22623
22624 \begin_layout Plain Layout
22625 \begin_inset Formula $\subset$
22626 \end_inset
22627
22628
22629 \end_layout
22630
22631 \end_inset
22632 </cell>
22633 </row>
22634 <row>
22635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22636 \begin_inset Text
22637
22638 \begin_layout Plain Layout
22639
22640 \backslash
22641 subseteq
22642 \end_layout
22643
22644 \end_inset
22645 </cell>
22646 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22647 \begin_inset Text
22648
22649 \begin_layout Plain Layout
22650 \begin_inset Formula $\subseteq$
22651 \end_inset
22652
22653
22654 \end_layout
22655
22656 \end_inset
22657 </cell>
22658 </row>
22659 <row>
22660 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22661 \begin_inset Text
22662
22663 \begin_layout Plain Layout
22664
22665 \backslash
22666 sqsubseteq
22667 \end_layout
22668
22669 \end_inset
22670 </cell>
22671 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22672 \begin_inset Text
22673
22674 \begin_layout Plain Layout
22675 \begin_inset Formula $\sqsubseteq$
22676 \end_inset
22677
22678
22679 \end_layout
22680
22681 \end_inset
22682 </cell>
22683 </row>
22684 <row>
22685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22686 \begin_inset Text
22687
22688 \begin_layout Plain Layout
22689
22690 \backslash
22691 in
22692 \end_layout
22693
22694 \end_inset
22695 </cell>
22696 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22697 \begin_inset Text
22698
22699 \begin_layout Plain Layout
22700 \begin_inset Formula $\in$
22701 \end_inset
22702
22703
22704 \end_layout
22705
22706 \end_inset
22707 </cell>
22708 </row>
22709 <row>
22710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22711 \begin_inset Text
22712
22713 \begin_layout Plain Layout
22714
22715 \backslash
22716 vdash
22717 \end_layout
22718
22719 \end_inset
22720 </cell>
22721 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22722 \begin_inset Text
22723
22724 \begin_layout Plain Layout
22725 \begin_inset Formula $\vdash$
22726 \end_inset
22727
22728
22729 \end_layout
22730
22731 \end_inset
22732 </cell>
22733 </row>
22734 <row>
22735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22736 \begin_inset Text
22737
22738 \begin_layout Plain Layout
22739
22740 \backslash
22741 smile
22742 \end_layout
22743
22744 \end_inset
22745 </cell>
22746 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22747 \begin_inset Text
22748
22749 \begin_layout Plain Layout
22750 \begin_inset Formula $\smile$
22751 \end_inset
22752
22753
22754 \end_layout
22755
22756 \end_inset
22757 </cell>
22758 </row>
22759 <row>
22760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22761 \begin_inset Text
22762
22763 \begin_layout Plain Layout
22764
22765 \backslash
22766 lhd
22767 \end_layout
22768
22769 \end_inset
22770 </cell>
22771 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22772 \begin_inset Text
22773
22774 \begin_layout Plain Layout
22775 \begin_inset Formula $\lhd$
22776 \end_inset
22777
22778
22779 \end_layout
22780
22781 \end_inset
22782 </cell>
22783 </row>
22784 <row>
22785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22786 \begin_inset Text
22787
22788 \begin_layout Plain Layout
22789
22790 \backslash
22791 unlhd
22792 \end_layout
22793
22794 \end_inset
22795 </cell>
22796 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22797 \begin_inset Text
22798
22799 \begin_layout Plain Layout
22800 \begin_inset Formula $\unlhd$
22801 \end_inset
22802
22803
22804 \end_layout
22805
22806 \end_inset
22807 </cell>
22808 </row>
22809 <row>
22810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22811 \begin_inset Text
22812
22813 \begin_layout Plain Layout
22814
22815 \backslash
22816 gtrless
22817 \end_layout
22818
22819 \end_inset
22820 </cell>
22821 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22822 \begin_inset Text
22823
22824 \begin_layout Plain Layout
22825 \begin_inset Formula $\gtrless$
22826 \end_inset
22827
22828
22829 \end_layout
22830
22831 \end_inset
22832 </cell>
22833 </row>
22834 <row>
22835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22836 \begin_inset Text
22837
22838 \begin_layout Plain Layout
22839
22840 \backslash
22841 mid
22842 \end_layout
22843
22844 \end_inset
22845 </cell>
22846 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22847 \begin_inset Text
22848
22849 \begin_layout Plain Layout
22850 \begin_inset Formula $\mid$
22851 \end_inset
22852
22853
22854 \end_layout
22855
22856 \end_inset
22857 </cell>
22858 </row>
22859 <row>
22860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22861 \begin_inset Text
22862
22863 \begin_layout Plain Layout
22864
22865 \backslash
22866 nmid
22867 \end_layout
22868
22869 \end_inset
22870 </cell>
22871 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22872 \begin_inset Text
22873
22874 \begin_layout Plain Layout
22875 \begin_inset Formula $\nmid$
22876 \end_inset
22877
22878
22879 \end_layout
22880
22881 \end_inset
22882 </cell>
22883 </row>
22884 </lyxtabular>
22885
22886 \end_inset
22887
22888
22889 \begin_inset space \hfill{}
22890 \end_inset
22891
22892
22893 \begin_inset Tabular
22894 <lyxtabular version="3" rows="17" columns="2">
22895 <features rotate="0" tabularvalignment="middle">
22896 <column alignment="center" valignment="top" width="0pt">
22897 <column alignment="center" valignment="top" width="0pt">
22898 <row>
22899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22900 \begin_inset Text
22901
22902 \begin_layout Plain Layout
22903 コマンド
22904 \end_layout
22905
22906 \end_inset
22907 </cell>
22908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22909 \begin_inset Text
22910
22911 \begin_layout Plain Layout
22912 出力
22913 \end_layout
22914
22915 \end_inset
22916 </cell>
22917 </row>
22918 <row>
22919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22920 \begin_inset Text
22921
22922 \begin_layout Plain Layout
22923 =
22924 \end_layout
22925
22926 \end_inset
22927 </cell>
22928 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22929 \begin_inset Text
22930
22931 \begin_layout Plain Layout
22932 \begin_inset Formula $=$
22933 \end_inset
22934
22935
22936 \end_layout
22937
22938 \end_inset
22939 </cell>
22940 </row>
22941 <row>
22942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22943 \begin_inset Text
22944
22945 \begin_layout Plain Layout
22946
22947 \backslash
22948 not=
22949 \end_layout
22950
22951 \end_inset
22952 </cell>
22953 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22954 \begin_inset Text
22955
22956 \begin_layout Plain Layout
22957 \begin_inset Formula $\not=$
22958 \end_inset
22959
22960
22961 \end_layout
22962
22963 \end_inset
22964 </cell>
22965 </row>
22966 <row>
22967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22968 \begin_inset Text
22969
22970 \begin_layout Plain Layout
22971
22972 \backslash
22973 equiv
22974 \end_layout
22975
22976 \end_inset
22977 </cell>
22978 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22979 \begin_inset Text
22980
22981 \begin_layout Plain Layout
22982 \begin_inset Formula $\equiv$
22983 \end_inset
22984
22985
22986 \end_layout
22987
22988 \end_inset
22989 </cell>
22990 </row>
22991 <row>
22992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22993 \begin_inset Text
22994
22995 \begin_layout Plain Layout
22996
22997 \backslash
22998 sim
22999 \end_layout
23000
23001 \end_inset
23002 </cell>
23003 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23004 \begin_inset Text
23005
23006 \begin_layout Plain Layout
23007 \begin_inset Formula $\sim$
23008 \end_inset
23009
23010
23011 \end_layout
23012
23013 \end_inset
23014 </cell>
23015 </row>
23016 <row>
23017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23018 \begin_inset Text
23019
23020 \begin_layout Plain Layout
23021
23022 \backslash
23023 simeq
23024 \end_layout
23025
23026 \end_inset
23027 </cell>
23028 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23029 \begin_inset Text
23030
23031 \begin_layout Plain Layout
23032 \begin_inset Formula $\simeq$
23033 \end_inset
23034
23035
23036 \end_layout
23037
23038 \end_inset
23039 </cell>
23040 </row>
23041 <row>
23042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23043 \begin_inset Text
23044
23045 \begin_layout Plain Layout
23046
23047 \backslash
23048 approx
23049 \end_layout
23050
23051 \end_inset
23052 </cell>
23053 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23054 \begin_inset Text
23055
23056 \begin_layout Plain Layout
23057 \begin_inset Formula $\approx$
23058 \end_inset
23059
23060
23061 \end_layout
23062
23063 \end_inset
23064 </cell>
23065 </row>
23066 <row>
23067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23068 \begin_inset Text
23069
23070 \begin_layout Plain Layout
23071
23072 \backslash
23073 cong
23074 \end_layout
23075
23076 \end_inset
23077 </cell>
23078 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23079 \begin_inset Text
23080
23081 \begin_layout Plain Layout
23082 \begin_inset Formula $\cong$
23083 \end_inset
23084
23085
23086 \end_layout
23087
23088 \end_inset
23089 </cell>
23090 </row>
23091 <row>
23092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23093 \begin_inset Text
23094
23095 \begin_layout Plain Layout
23096
23097 \backslash
23098 bowtie
23099 \end_layout
23100
23101 \end_inset
23102 </cell>
23103 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23104 \begin_inset Text
23105
23106 \begin_layout Plain Layout
23107 \begin_inset Formula $\bowtie$
23108 \end_inset
23109
23110
23111 \end_layout
23112
23113 \end_inset
23114 </cell>
23115 </row>
23116 <row>
23117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23118 \begin_inset Text
23119
23120 \begin_layout Plain Layout
23121
23122 \backslash
23123 notin
23124 \end_layout
23125
23126 \end_inset
23127 </cell>
23128 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23129 \begin_inset Text
23130
23131 \begin_layout Plain Layout
23132 \begin_inset Formula $\notin$
23133 \end_inset
23134
23135
23136 \end_layout
23137
23138 \end_inset
23139 </cell>
23140 </row>
23141 <row>
23142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23143 \begin_inset Text
23144
23145 \begin_layout Plain Layout
23146
23147 \backslash
23148 perp
23149 \end_layout
23150
23151 \end_inset
23152 </cell>
23153 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23154 \begin_inset Text
23155
23156 \begin_layout Plain Layout
23157 \begin_inset Formula $\perp$
23158 \end_inset
23159
23160
23161 \end_layout
23162
23163 \end_inset
23164 </cell>
23165 </row>
23166 <row>
23167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23168 \begin_inset Text
23169
23170 \begin_layout Plain Layout
23171
23172 \backslash
23173 propto
23174 \end_layout
23175
23176 \end_inset
23177 </cell>
23178 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23179 \begin_inset Text
23180
23181 \begin_layout Plain Layout
23182 \begin_inset Formula $\propto$
23183 \end_inset
23184
23185
23186 \end_layout
23187
23188 \end_inset
23189 </cell>
23190 </row>
23191 <row>
23192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23193 \begin_inset Text
23194
23195 \begin_layout Plain Layout
23196
23197 \backslash
23198 asymp
23199 \end_layout
23200
23201 \end_inset
23202 </cell>
23203 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23204 \begin_inset Text
23205
23206 \begin_layout Plain Layout
23207 \begin_inset Formula $\asymp$
23208 \end_inset
23209
23210
23211 \end_layout
23212
23213 \end_inset
23214 </cell>
23215 </row>
23216 <row>
23217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23218 \begin_inset Text
23219
23220 \begin_layout Plain Layout
23221
23222 \backslash
23223 doteq
23224 \end_layout
23225
23226 \end_inset
23227 </cell>
23228 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23229 \begin_inset Text
23230
23231 \begin_layout Plain Layout
23232 \begin_inset Formula $\doteq$
23233 \end_inset
23234
23235
23236 \end_layout
23237
23238 \end_inset
23239 </cell>
23240 </row>
23241 <row>
23242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23243 \begin_inset Text
23244
23245 \begin_layout Plain Layout
23246
23247 \backslash
23248 circeq
23249 \end_layout
23250
23251 \end_inset
23252 </cell>
23253 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23254 \begin_inset Text
23255
23256 \begin_layout Plain Layout
23257 \begin_inset Formula $\circeq$
23258 \end_inset
23259
23260
23261 \end_layout
23262
23263 \end_inset
23264 </cell>
23265 </row>
23266 <row>
23267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23268 \begin_inset Text
23269
23270 \begin_layout Plain Layout
23271
23272 \backslash
23273 models
23274 \end_layout
23275
23276 \end_inset
23277 </cell>
23278 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23279 \begin_inset Text
23280
23281 \begin_layout Plain Layout
23282 \begin_inset Formula $\models$
23283 \end_inset
23284
23285
23286 \end_layout
23287
23288 \end_inset
23289 </cell>
23290 </row>
23291 <row>
23292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23293 \begin_inset Text
23294
23295 \begin_layout Plain Layout
23296
23297 \backslash
23298 widehat=
23299 \end_layout
23300
23301 \end_inset
23302 </cell>
23303 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23304 \begin_inset Text
23305
23306 \begin_layout Plain Layout
23307 \begin_inset Formula $\widehat{=}$
23308 \end_inset
23309
23310
23311 \end_layout
23312
23313 \end_inset
23314 </cell>
23315 </row>
23316 </lyxtabular>
23317
23318 \end_inset
23319
23320
23321 \begin_inset space \hfill{}
23322 \end_inset
23323
23324
23325 \begin_inset Tabular
23326 <lyxtabular version="3" rows="17" columns="2">
23327 <features rotate="0" tabularvalignment="middle">
23328 <column alignment="center" valignment="top" width="0pt">
23329 <column alignment="center" valignment="top" width="0pt">
23330 <row>
23331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23332 \begin_inset Text
23333
23334 \begin_layout Plain Layout
23335
23336 \family roman
23337 \series medium
23338 \shape up
23339 \size normal
23340 \emph off
23341 \bar no
23342 \noun off
23343 \color none
23344 コマンド
23345 \end_layout
23346
23347 \end_inset
23348 </cell>
23349 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23350 \begin_inset Text
23351
23352 \begin_layout Plain Layout
23353
23354 \family roman
23355 \series medium
23356 \shape up
23357 \size normal
23358 \emph off
23359 \bar no
23360 \noun off
23361 \color none
23362 出力
23363 \end_layout
23364
23365 \end_inset
23366 </cell>
23367 </row>
23368 <row>
23369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23370 \begin_inset Text
23371
23372 \begin_layout Plain Layout
23373 \begin_inset Formula $>$
23374 \end_inset
23375
23376
23377 \end_layout
23378
23379 \end_inset
23380 </cell>
23381 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23382 \begin_inset Text
23383
23384 \begin_layout Plain Layout
23385 \begin_inset Formula $>$
23386 \end_inset
23387
23388
23389 \end_layout
23390
23391 \end_inset
23392 </cell>
23393 </row>
23394 <row>
23395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23396 \begin_inset Text
23397
23398 \begin_layout Plain Layout
23399
23400 \backslash
23401 ge
23402 \end_layout
23403
23404 \end_inset
23405 </cell>
23406 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23407 \begin_inset Text
23408
23409 \begin_layout Plain Layout
23410 \begin_inset Formula $\ge$
23411 \end_inset
23412
23413
23414 \end_layout
23415
23416 \end_inset
23417 </cell>
23418 </row>
23419 <row>
23420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23421 \begin_inset Text
23422
23423 \begin_layout Plain Layout
23424
23425 \backslash
23426 gg
23427 \end_layout
23428
23429 \end_inset
23430 </cell>
23431 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23432 \begin_inset Text
23433
23434 \begin_layout Plain Layout
23435 \begin_inset Formula $\gg$
23436 \end_inset
23437
23438
23439 \end_layout
23440
23441 \end_inset
23442 </cell>
23443 </row>
23444 <row>
23445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23446 \begin_inset Text
23447
23448 \begin_layout Plain Layout
23449
23450 \backslash
23451 succ
23452 \end_layout
23453
23454 \end_inset
23455 </cell>
23456 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23457 \begin_inset Text
23458
23459 \begin_layout Plain Layout
23460 \begin_inset Formula $\succ$
23461 \end_inset
23462
23463
23464 \end_layout
23465
23466 \end_inset
23467 </cell>
23468 </row>
23469 <row>
23470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23471 \begin_inset Text
23472
23473 \begin_layout Plain Layout
23474
23475 \backslash
23476 succeq
23477 \end_layout
23478
23479 \end_inset
23480 </cell>
23481 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23482 \begin_inset Text
23483
23484 \begin_layout Plain Layout
23485 \begin_inset Formula $\succeq$
23486 \end_inset
23487
23488
23489 \end_layout
23490
23491 \end_inset
23492 </cell>
23493 </row>
23494 <row>
23495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23496 \begin_inset Text
23497
23498 \begin_layout Plain Layout
23499
23500 \backslash
23501 supset
23502 \end_layout
23503
23504 \end_inset
23505 </cell>
23506 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23507 \begin_inset Text
23508
23509 \begin_layout Plain Layout
23510 \begin_inset Formula $\supset$
23511 \end_inset
23512
23513
23514 \end_layout
23515
23516 \end_inset
23517 </cell>
23518 </row>
23519 <row>
23520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23521 \begin_inset Text
23522
23523 \begin_layout Plain Layout
23524
23525 \backslash
23526 supseteq
23527 \end_layout
23528
23529 \end_inset
23530 </cell>
23531 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23532 \begin_inset Text
23533
23534 \begin_layout Plain Layout
23535 \begin_inset Formula $\supseteq$
23536 \end_inset
23537
23538
23539 \end_layout
23540
23541 \end_inset
23542 </cell>
23543 </row>
23544 <row>
23545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23546 \begin_inset Text
23547
23548 \begin_layout Plain Layout
23549
23550 \backslash
23551 sqsupseteq
23552 \end_layout
23553
23554 \end_inset
23555 </cell>
23556 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23557 \begin_inset Text
23558
23559 \begin_layout Plain Layout
23560 \begin_inset Formula $\sqsupseteq$
23561 \end_inset
23562
23563
23564 \end_layout
23565
23566 \end_inset
23567 </cell>
23568 </row>
23569 <row>
23570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23571 \begin_inset Text
23572
23573 \begin_layout Plain Layout
23574
23575 \backslash
23576 ni
23577 \end_layout
23578
23579 \end_inset
23580 </cell>
23581 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23582 \begin_inset Text
23583
23584 \begin_layout Plain Layout
23585 \begin_inset Formula $\ni$
23586 \end_inset
23587
23588
23589 \end_layout
23590
23591 \end_inset
23592 </cell>
23593 </row>
23594 <row>
23595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23596 \begin_inset Text
23597
23598 \begin_layout Plain Layout
23599
23600 \backslash
23601 dashv
23602 \end_layout
23603
23604 \end_inset
23605 </cell>
23606 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23607 \begin_inset Text
23608
23609 \begin_layout Plain Layout
23610 \begin_inset Formula $\dashv$
23611 \end_inset
23612
23613
23614 \end_layout
23615
23616 \end_inset
23617 </cell>
23618 </row>
23619 <row>
23620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23621 \begin_inset Text
23622
23623 \begin_layout Plain Layout
23624
23625 \backslash
23626 frown
23627 \end_layout
23628
23629 \end_inset
23630 </cell>
23631 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23632 \begin_inset Text
23633
23634 \begin_layout Plain Layout
23635 \begin_inset Formula $\frown$
23636 \end_inset
23637
23638
23639 \end_layout
23640
23641 \end_inset
23642 </cell>
23643 </row>
23644 <row>
23645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23646 \begin_inset Text
23647
23648 \begin_layout Plain Layout
23649
23650 \backslash
23651 rhd
23652 \end_layout
23653
23654 \end_inset
23655 </cell>
23656 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23657 \begin_inset Text
23658
23659 \begin_layout Plain Layout
23660 \begin_inset Formula $\rhd$
23661 \end_inset
23662
23663
23664 \end_layout
23665
23666 \end_inset
23667 </cell>
23668 </row>
23669 <row>
23670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23671 \begin_inset Text
23672
23673 \begin_layout Plain Layout
23674
23675 \backslash
23676 unrhd
23677 \end_layout
23678
23679 \end_inset
23680 </cell>
23681 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23682 \begin_inset Text
23683
23684 \begin_layout Plain Layout
23685 \begin_inset Formula $\unrhd$
23686 \end_inset
23687
23688
23689 \end_layout
23690
23691 \end_inset
23692 </cell>
23693 </row>
23694 <row>
23695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23696 \begin_inset Text
23697
23698 \begin_layout Plain Layout
23699
23700 \backslash
23701 lessgtr
23702 \end_layout
23703
23704 \end_inset
23705 </cell>
23706 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23707 \begin_inset Text
23708
23709 \begin_layout Plain Layout
23710 \begin_inset Formula $\lessgtr$
23711 \end_inset
23712
23713
23714 \end_layout
23715
23716 \end_inset
23717 </cell>
23718 </row>
23719 <row>
23720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23721 \begin_inset Text
23722
23723 \begin_layout Plain Layout
23724
23725 \backslash
23726 parallel
23727 \end_layout
23728
23729 \end_inset
23730 </cell>
23731 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23732 \begin_inset Text
23733
23734 \begin_layout Plain Layout
23735 \begin_inset Formula $\parallel$
23736 \end_inset
23737
23738
23739 \end_layout
23740
23741 \end_inset
23742 </cell>
23743 </row>
23744 <row>
23745 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23746 \begin_inset Text
23747
23748 \begin_layout Plain Layout
23749
23750 \backslash
23751 nparallel
23752 \end_layout
23753
23754 \end_inset
23755 </cell>
23756 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23757 \begin_inset Text
23758
23759 \begin_layout Plain Layout
23760 \begin_inset Formula $\nparallel$
23761 \end_inset
23762
23763
23764 \end_layout
23765
23766 \end_inset
23767 </cell>
23768 </row>
23769 </lyxtabular>
23770
23771 \end_inset
23772
23773
23774 \begin_inset space \hfill{}
23775 \end_inset
23776
23777
23778 \end_layout
23779
23780 \begin_layout Standard
23781 \begin_inset VSpace medskip
23782 \end_inset
23783
23784
23785 \series bold
23786
23787 \backslash
23788 lhd
23789 \series default
23790
23791 \series bold
23792
23793 \backslash
23794 rhd
23795 \series default
23796 の文字は、同じように見える演算子
23797 \series bold
23798
23799 \backslash
23800 triangleleft
23801 \series default
23802 および
23803 \series bold
23804
23805 \backslash
23806 triangleright
23807 \series default
23808 よりも大きくなっています。
23809 \end_layout
23810
23811 \begin_layout Standard
23812
23813 \lang english
23814 LyX supports also many special relations.
23815  Use the toolbar button
23816 \lang japanese
23817  
23818 \begin_inset Info
23819 type  "icon"
23820 arg   "math-insert \\leqq"
23821 \end_inset
23822
23823  
23824 \lang english
23825 to see a list of these relations
23826 \lang japanese
23827
23828 \end_layout
23829
23830 \begin_layout Standard
23831 関係子は、記号とは違って、つねに前後に余白が置かれます。
23832 \end_layout
23833
23834 \begin_layout Standard
23835
23836 \series bold
23837
23838 \backslash
23839 stackrel
23840 \series default
23841
23842 \begin_inset Index idx
23843 status collapsed
23844
23845 \begin_layout Plain Layout
23846 こまんど@コマンド ! S ! 
23847 \backslash
23848 stackrel
23849 \end_layout
23850
23851 \end_inset
23852
23853 コマンドを使うと、以下のように、ラベル付きの関係子を作ることができます。
23854 \end_layout
23855
23856 \begin_layout Standard
23857 \align center
23858 \begin_inset Tabular
23859 <lyxtabular version="3" rows="2" columns="2">
23860 <features rotate="0" tabularvalignment="middle">
23861 <column alignment="center" valignment="top">
23862 <column alignment="center" valignment="top">
23863 <row>
23864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23865 \begin_inset Text
23866
23867 \begin_layout Plain Layout
23868 コマンド
23869 \end_layout
23870
23871 \end_inset
23872 </cell>
23873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23874 \begin_inset Text
23875
23876 \begin_layout Plain Layout
23877 出力
23878 \begin_inset Note Note
23879 status collapsed
23880
23881 \begin_layout Plain Layout
23882 ここで
23883 \series bold
23884
23885 \backslash
23886 raisebox
23887 \series default
23888 はスペーサーとして使用しているだけです。
23889 \end_layout
23890
23891 \end_inset
23892
23893
23894 \end_layout
23895
23896 \end_inset
23897 </cell>
23898 </row>
23899 <row>
23900 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23901 \begin_inset Text
23902
23903 \begin_layout Plain Layout
23904 A(r)
23905 \backslash
23906 stackrel
23907 \begin_inset space \textvisiblespace{}
23908 \end_inset
23909
23910 r
23911 \backslash
23912 to
23913 \backslash
23914 infty
23915 \begin_inset space \textvisiblespace{}
23916 \end_inset
23917
23918
23919 \begin_inset Formula $\downarrow$
23920 \end_inset
23921
23922
23923 \backslash
23924 approx
23925 \begin_inset space \textvisiblespace{}
23926 \end_inset
23927
23928
23929 \begin_inset space \textvisiblespace{}
23930 \end_inset
23931
23932 B
23933 \end_layout
23934
23935 \end_inset
23936 </cell>
23937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23938 \begin_inset Text
23939
23940 \begin_layout Plain Layout
23941 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
23942 \end_inset
23943
23944
23945 \end_layout
23946
23947 \end_inset
23948 </cell>
23949 </row>
23950 </lyxtabular>
23951
23952 \end_inset
23953
23954
23955 \end_layout
23956
23957 \begin_layout Section
23958 関数
23959 \end_layout
23960
23961 \begin_layout Subsection
23962 定義済み関数
23963 \begin_inset CommandInset label
23964 LatexCommand label
23965 name "sub:定義済み函数"
23966
23967 \end_inset
23968
23969
23970 \begin_inset Index idx
23971 status collapsed
23972
23973 \begin_layout Plain Layout
23974 かんすう@関数 ! ていぎずみ@定義済み
23975 \end_layout
23976
23977 \end_inset
23978
23979
23980 \end_layout
23981
23982 \begin_layout Standard
23983 一般的に、数式表現では変数は
23984 \shape italic
23985 イタリック体
23986 \shape default
23987 に設定されますが、関数名はイタリック体にしません。なぜなら、
23988 \begin_inset Formula $sin$
23989 \end_inset
23990
23991
23992 \begin_inset Formula $s\cdot i\cdot n$
23993 \end_inset
23994
23995 であるかのように誤解させる恐れがあるためです。そのために、定義済み関数が存在し、これらは先行する要素よりも少し離れて配置されます。定義済み関数は、関数名の前にバ
23996 ックスラッシュを加えたコマンドとして挿入します。
23997 \end_layout
23998
23999 \begin_layout Standard
24000 \align center
24001 \begin_inset Tabular
24002 <lyxtabular version="3" rows="2" columns="4">
24003 <features rotate="0" tabularvalignment="middle">
24004 <column alignment="center" valignment="top" width="0pt">
24005 <column alignment="center" valignment="top" width="0pt">
24006 <column alignment="center" valignment="top" width="0pt">
24007 <column alignment="center" valignment="top" width="0pt">
24008 <row>
24009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24010 \begin_inset Text
24011
24012 \begin_layout Plain Layout
24013 コマンド
24014 \end_layout
24015
24016 \end_inset
24017 </cell>
24018 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24019 \begin_inset Text
24020
24021 \begin_layout Plain Layout
24022 出力
24023 \end_layout
24024
24025 \end_inset
24026 </cell>
24027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24028 \begin_inset Text
24029
24030 \begin_layout Plain Layout
24031 コマンド
24032 \end_layout
24033
24034 \end_inset
24035 </cell>
24036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24037 \begin_inset Text
24038
24039 \begin_layout Plain Layout
24040 出力
24041 \end_layout
24042
24043 \end_inset
24044 </cell>
24045 </row>
24046 <row>
24047 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24048 \begin_inset Text
24049
24050 \begin_layout Plain Layout
24051 Asin(x)+B
24052 \end_layout
24053
24054 \end_inset
24055 </cell>
24056 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24057 \begin_inset Text
24058
24059 \begin_layout Plain Layout
24060 \begin_inset Formula $Asin(x)+B$
24061 \end_inset
24062
24063
24064 \end_layout
24065
24066 \end_inset
24067 </cell>
24068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24069 \begin_inset Text
24070
24071 \begin_layout Plain Layout
24072 A
24073 \backslash
24074 sin(x)+B
24075 \end_layout
24076
24077 \end_inset
24078 </cell>
24079 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24080 \begin_inset Text
24081
24082 \begin_layout Plain Layout
24083 \begin_inset Formula $A\sin(x)+B$
24084 \end_inset
24085
24086
24087 \end_layout
24088
24089 \end_inset
24090 </cell>
24091 </row>
24092 </lyxtabular>
24093
24094 \end_inset
24095
24096
24097 \end_layout
24098
24099 \begin_layout Standard
24100 以下の関数が定義済みです。
24101 \end_layout
24102
24103 \begin_layout Standard
24104 \begin_inset VSpace -2mm
24105 \end_inset
24106
24107
24108 \end_layout
24109
24110 \begin_layout Standard
24111 \align center
24112 \begin_inset Tabular
24113 <lyxtabular version="3" rows="9" columns="4">
24114 <features rotate="0" tabularvalignment="middle">
24115 <column alignment="center" valignment="top" width="0pt">
24116 <column alignment="center" valignment="top" width="0pt">
24117 <column alignment="center" valignment="top" width="0pt">
24118 <column alignment="center" valignment="top" width="0pt">
24119 <row>
24120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24121 \begin_inset Text
24122
24123 \begin_layout Plain Layout
24124 コマンド
24125 \end_layout
24126
24127 \end_inset
24128 </cell>
24129 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24130 \begin_inset Text
24131
24132 \begin_layout Plain Layout
24133 コマンド
24134 \end_layout
24135
24136 \end_inset
24137 </cell>
24138 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24139 \begin_inset Text
24140
24141 \begin_layout Plain Layout
24142 コマンド
24143 \end_layout
24144
24145 \end_inset
24146 </cell>
24147 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24148 \begin_inset Text
24149
24150 \begin_layout Plain Layout
24151 コマンド
24152 \end_layout
24153
24154 \end_inset
24155 </cell>
24156 </row>
24157 <row>
24158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24159 \begin_inset Text
24160
24161 \begin_layout Plain Layout
24162
24163 \backslash
24164 sin
24165 \end_layout
24166
24167 \end_inset
24168 </cell>
24169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24170 \begin_inset Text
24171
24172 \begin_layout Plain Layout
24173
24174 \backslash
24175 sinh
24176 \end_layout
24177
24178 \end_inset
24179 </cell>
24180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24181 \begin_inset Text
24182
24183 \begin_layout Plain Layout
24184
24185 \backslash
24186 arcsin
24187 \end_layout
24188
24189 \end_inset
24190 </cell>
24191 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24192 \begin_inset Text
24193
24194 \begin_layout Plain Layout
24195
24196 \backslash
24197 sup
24198 \end_layout
24199
24200 \end_inset
24201 </cell>
24202 </row>
24203 <row>
24204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24205 \begin_inset Text
24206
24207 \begin_layout Plain Layout
24208
24209 \backslash
24210 cos
24211 \end_layout
24212
24213 \end_inset
24214 </cell>
24215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24216 \begin_inset Text
24217
24218 \begin_layout Plain Layout
24219
24220 \backslash
24221 cosh
24222 \end_layout
24223
24224 \end_inset
24225 </cell>
24226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24227 \begin_inset Text
24228
24229 \begin_layout Plain Layout
24230
24231 \backslash
24232 arccos
24233 \end_layout
24234
24235 \end_inset
24236 </cell>
24237 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24238 \begin_inset Text
24239
24240 \begin_layout Plain Layout
24241
24242 \backslash
24243 inf
24244 \end_layout
24245
24246 \end_inset
24247 </cell>
24248 </row>
24249 <row>
24250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24251 \begin_inset Text
24252
24253 \begin_layout Plain Layout
24254
24255 \backslash
24256 tan
24257 \end_layout
24258
24259 \end_inset
24260 </cell>
24261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24262 \begin_inset Text
24263
24264 \begin_layout Plain Layout
24265
24266 \backslash
24267 tanh
24268 \end_layout
24269
24270 \end_inset
24271 </cell>
24272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24273 \begin_inset Text
24274
24275 \begin_layout Plain Layout
24276
24277 \backslash
24278 arctan
24279 \end_layout
24280
24281 \end_inset
24282 </cell>
24283 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24284 \begin_inset Text
24285
24286 \begin_layout Plain Layout
24287
24288 \backslash
24289 lim
24290 \end_layout
24291
24292 \end_inset
24293 </cell>
24294 </row>
24295 <row>
24296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24297 \begin_inset Text
24298
24299 \begin_layout Plain Layout
24300
24301 \backslash
24302 cot
24303 \end_layout
24304
24305 \end_inset
24306 </cell>
24307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24308 \begin_inset Text
24309
24310 \begin_layout Plain Layout
24311
24312 \backslash
24313 coth
24314 \end_layout
24315
24316 \end_inset
24317 </cell>
24318 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24319 \begin_inset Text
24320
24321 \begin_layout Plain Layout
24322
24323 \backslash
24324 arg
24325 \end_layout
24326
24327 \end_inset
24328 </cell>
24329 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24330 \begin_inset Text
24331
24332 \begin_layout Plain Layout
24333
24334 \backslash
24335 liminf
24336 \end_layout
24337
24338 \end_inset
24339 </cell>
24340 </row>
24341 <row>
24342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24343 \begin_inset Text
24344
24345 \begin_layout Plain Layout
24346
24347 \backslash
24348 sec
24349 \end_layout
24350
24351 \end_inset
24352 </cell>
24353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24354 \begin_inset Text
24355
24356 \begin_layout Plain Layout
24357
24358 \backslash
24359 min
24360 \end_layout
24361
24362 \end_inset
24363 </cell>
24364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24365 \begin_inset Text
24366
24367 \begin_layout Plain Layout
24368
24369 \backslash
24370 deg
24371 \end_layout
24372
24373 \end_inset
24374 </cell>
24375 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24376 \begin_inset Text
24377
24378 \begin_layout Plain Layout
24379
24380 \backslash
24381 limsup
24382 \end_layout
24383
24384 \end_inset
24385 </cell>
24386 </row>
24387 <row>
24388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24389 \begin_inset Text
24390
24391 \begin_layout Plain Layout
24392
24393 \backslash
24394 csc
24395 \end_layout
24396
24397 \end_inset
24398 </cell>
24399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24400 \begin_inset Text
24401
24402 \begin_layout Plain Layout
24403
24404 \backslash
24405 max
24406 \end_layout
24407
24408 \end_inset
24409 </cell>
24410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24411 \begin_inset Text
24412
24413 \begin_layout Plain Layout
24414
24415 \backslash
24416 det
24417 \end_layout
24418
24419 \end_inset
24420 </cell>
24421 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24422 \begin_inset Text
24423
24424 \begin_layout Plain Layout
24425
24426 \backslash
24427 Pr
24428 \end_layout
24429
24430 \end_inset
24431 </cell>
24432 </row>
24433 <row>
24434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24435 \begin_inset Text
24436
24437 \begin_layout Plain Layout
24438
24439 \backslash
24440 ln
24441 \end_layout
24442
24443 \end_inset
24444 </cell>
24445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24446 \begin_inset Text
24447
24448 \begin_layout Plain Layout
24449
24450 \backslash
24451 exp
24452 \end_layout
24453
24454 \end_inset
24455 </cell>
24456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24457 \begin_inset Text
24458
24459 \begin_layout Plain Layout
24460
24461 \backslash
24462 dim
24463 \end_layout
24464
24465 \end_inset
24466 </cell>
24467 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24468 \begin_inset Text
24469
24470 \begin_layout Plain Layout
24471
24472 \backslash
24473 hom
24474 \end_layout
24475
24476 \end_inset
24477 </cell>
24478 </row>
24479 <row>
24480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24481 \begin_inset Text
24482
24483 \begin_layout Plain Layout
24484
24485 \backslash
24486 lg
24487 \end_layout
24488
24489 \end_inset
24490 </cell>
24491 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24492 \begin_inset Text
24493
24494 \begin_layout Plain Layout
24495
24496 \backslash
24497 log
24498 \end_layout
24499
24500 \end_inset
24501 </cell>
24502 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24503 \begin_inset Text
24504
24505 \begin_layout Plain Layout
24506
24507 \backslash
24508 ker
24509 \end_layout
24510
24511 \end_inset
24512 </cell>
24513 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24514 \begin_inset Text
24515
24516 \begin_layout Plain Layout
24517
24518 \backslash
24519 gcd
24520 \end_layout
24521
24522 \end_inset
24523 </cell>
24524 </row>
24525 </lyxtabular>
24526
24527 \end_inset
24528
24529
24530 \end_layout
24531
24532 \begin_layout Standard
24533 上記は、数式ツールバーボタンの
24534 \begin_inset Graphics
24535         filename ../../images/math/functions.png
24536         scale 85
24537
24538 \end_inset
24539
24540 でも挿入することができます。
24541 \end_layout
24542
24543 \begin_layout Subsection
24544 自己定義関数
24545 \begin_inset Index idx
24546 status collapsed
24547
24548 \begin_layout Plain Layout
24549 かんすう@関数 ! じこていぎ@自己定義
24550 \end_layout
24551
24552 \end_inset
24553
24554
24555 \end_layout
24556
24557 \begin_layout Standard
24558 たとえば符号関数sgn(x)のように、定義済みでない関数を使うには、二つの方法があります。
24559 \end_layout
24560
24561 \begin_layout Itemize
24562 以下の行をLaTeXプリアンブルに加えることによって関数を定義します。
24563 \begin_inset Foot
24564 status collapsed
24565
24566 \begin_layout Plain Layout
24567
24568 \series bold
24569
24570 \backslash
24571 DeclareMathOperator
24572 \series default
24573 についての詳細は、第
24574 \begin_inset CommandInset ref
24575 LatexCommand ref
24576 reference "sub:自己定義演算子"
24577
24578 \end_inset
24579
24580 節をご参照下さい。
24581 \end_layout
24582
24583 \end_inset
24584
24585
24586 \begin_inset Newline newline
24587 \end_inset
24588
24589
24590 \begin_inset VSpace -3mm
24591 \end_inset
24592
24593
24594 \begin_inset Newline newline
24595 \end_inset
24596
24597
24598 \series bold
24599
24600 \backslash
24601 DeclareMathOperator{
24602 \backslash
24603 sgn}{sgn}
24604 \series default
24605
24606 \begin_inset Index idx
24607 status collapsed
24608
24609 \begin_layout Plain Layout
24610 こまんど@コマンド ! D ! 
24611 \backslash
24612 dbinom@
24613 \backslash
24614 DeclareMathOperator
24615 \end_layout
24616
24617 \end_inset
24618
24619
24620 \begin_inset Newline newline
24621 \end_inset
24622
24623
24624 \begin_inset VSpace -2mm
24625 \end_inset
24626
24627
24628 \begin_inset Newline newline
24629 \end_inset
24630
24631 これによって、新しく定義された関数を
24632 \series bold
24633
24634 \backslash
24635 sgn
24636 \series default
24637 コマンドで呼び出すことができるようになります。
24638 \end_layout
24639
24640 \begin_layout Itemize
24641 数式を普通に書き下し、関数名を選択して(上記の例では
24642 \emph on
24643 sgn
24644 \emph default
24645 の文字)、それを数式テキストに変更します。最後に、空白を先行する要素と関数の間に入れます。
24646 \end_layout
24647
24648 \begin_layout Standard
24649 双方とも定義済み関数と同等の出力をもたらします
24650 \begin_inset Foot
24651 status collapsed
24652
24653 \begin_layout Plain Layout
24654 LyX上では、自己定義関数は赤で表示され、定義済み関数は黒で表示されます。
24655 \end_layout
24656
24657 \end_inset
24658
24659
24660 \end_layout
24661
24662 \begin_layout Standard
24663 \align center
24664 \begin_inset Tabular
24665 <lyxtabular version="3" rows="3" columns="2">
24666 <features rotate="0" tabularvalignment="middle">
24667 <column alignment="center" valignment="top" width="0pt">
24668 <column alignment="center" valignment="top" width="0pt">
24669 <row>
24670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24671 \begin_inset Text
24672
24673 \begin_layout Plain Layout
24674 コマンド
24675 \end_layout
24676
24677 \end_inset
24678 </cell>
24679 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24680 \begin_inset Text
24681
24682 \begin_layout Plain Layout
24683 出力
24684 \end_layout
24685
24686 \end_inset
24687 </cell>
24688 </row>
24689 <row>
24690 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24691 \begin_inset Text
24692
24693 \begin_layout Plain Layout
24694 A
24695 \backslash
24696 sgn(x)+B
24697 \end_layout
24698
24699 \end_inset
24700 </cell>
24701 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24702 \begin_inset Text
24703
24704 \begin_layout Plain Layout
24705 \begin_inset Formula $A\sgn(x)+B$
24706 \end_inset
24707
24708
24709 \end_layout
24710
24711 \end_inset
24712 </cell>
24713 </row>
24714 <row>
24715 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24716 \begin_inset Text
24717
24718 \begin_layout Plain Layout
24719 A
24720 \backslash
24721 ,
24722 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt+M}\,\textrm{M}}$
24723 \end_inset
24724
24725 (x)+B
24726 \end_layout
24727
24728 \end_inset
24729 </cell>
24730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24731 \begin_inset Text
24732
24733 \begin_layout Plain Layout
24734 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
24735 \end_inset
24736
24737
24738 \end_layout
24739
24740 \end_inset
24741 </cell>
24742 </row>
24743 </lyxtabular>
24744
24745 \end_inset
24746
24747
24748 \end_layout
24749
24750 \begin_layout Standard
24751 自己定義関数を何回か使用する場合には、一番目の方法の方が適切です。
24752 \end_layout
24753
24754 \begin_layout Subsection
24755 極限
24756 \begin_inset Index idx
24757 status collapsed
24758
24759 \begin_layout Plain Layout
24760 きょくげん@極限
24761 \end_layout
24762
24763 \end_inset
24764
24765
24766 \end_layout
24767
24768 \begin_layout Standard
24769 極限用には、
24770 \series bold
24771
24772 \backslash
24773 lim
24774 \series default
24775
24776 \begin_inset Index idx
24777 status collapsed
24778
24779 \begin_layout Plain Layout
24780 こまんど@コマンド ! L ! 
24781 \backslash
24782 lim
24783 \end_layout
24784
24785 \end_inset
24786
24787
24788 \series bold
24789
24790 \backslash
24791 liminf
24792 \series default
24793
24794 \series bold
24795
24796 \backslash
24797 limsup
24798 \series default
24799 の他に、以下の関数があります。
24800 \end_layout
24801
24802 \begin_layout Standard
24803 \align center
24804 \begin_inset Tabular
24805 <lyxtabular version="3" rows="5" columns="2">
24806 <features rotate="0" tabularvalignment="middle">
24807 <column alignment="center" valignment="top">
24808 <column alignment="center" valignment="top">
24809 <row>
24810 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24811 \begin_inset Text
24812
24813 \begin_layout Plain Layout
24814 コマンド
24815 \end_layout
24816
24817 \end_inset
24818 </cell>
24819 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24820 \begin_inset Text
24821
24822 \begin_layout Plain Layout
24823 出力
24824 \begin_inset Note Note
24825 status collapsed
24826
24827 \begin_layout Plain Layout
24828 ここで
24829 \series bold
24830
24831 \backslash
24832 raisebox
24833 \series default
24834 はスペーサーとして使用しているだけです。
24835 \end_layout
24836
24837 \end_inset
24838
24839
24840 \end_layout
24841
24842 \end_inset
24843 </cell>
24844 </row>
24845 <row>
24846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24847 \begin_inset Text
24848
24849 \begin_layout Plain Layout
24850
24851 \backslash
24852 varliminf
24853 \end_layout
24854
24855 \end_inset
24856 </cell>
24857 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24858 \begin_inset Text
24859
24860 \begin_layout Plain Layout
24861 \begin_inset Formula $\varliminf$
24862 \end_inset
24863
24864
24865 \end_layout
24866
24867 \end_inset
24868 </cell>
24869 </row>
24870 <row>
24871 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24872 \begin_inset Text
24873
24874 \begin_layout Plain Layout
24875
24876 \backslash
24877 varlimsup
24878 \end_layout
24879
24880 \end_inset
24881 </cell>
24882 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24883 \begin_inset Text
24884
24885 \begin_layout Plain Layout
24886 \begin_inset Formula $\varlimsup$
24887 \end_inset
24888
24889
24890 \end_layout
24891
24892 \end_inset
24893 </cell>
24894 </row>
24895 <row>
24896 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24897 \begin_inset Text
24898
24899 \begin_layout Plain Layout
24900
24901 \backslash
24902 varprojlim
24903 \end_layout
24904
24905 \end_inset
24906 </cell>
24907 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24908 \begin_inset Text
24909
24910 \begin_layout Plain Layout
24911 \begin_inset Formula $\varprojlim$
24912 \end_inset
24913
24914
24915 \end_layout
24916
24917 \end_inset
24918 </cell>
24919 </row>
24920 <row>
24921 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24922 \begin_inset Text
24923
24924 \begin_layout Plain Layout
24925
24926 \backslash
24927 varinjlim
24928 \end_layout
24929
24930 \end_inset
24931 </cell>
24932 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24933 \begin_inset Text
24934
24935 \begin_layout Plain Layout
24936 \begin_inset Formula $\varinjlim$
24937 \end_inset
24938
24939
24940 \begin_inset Formula $\raisebox{-2.5mm}{}$
24941 \end_inset
24942
24943
24944 \end_layout
24945
24946 \end_inset
24947 </cell>
24948 </row>
24949 </lyxtabular>
24950
24951 \end_inset
24952
24953
24954 \end_layout
24955
24956 \begin_layout Standard
24957 \begin_inset VSpace medskip
24958 \end_inset
24959
24960 極限は、下付き文字を挿入することによって示されます。行内数式では、極限は、以下のように関数の横に置かれます。
24961 \end_layout
24962
24963 \begin_layout Standard
24964 \align center
24965 \begin_inset Tabular
24966 <lyxtabular version="3" rows="2" columns="2">
24967 <features rotate="0" tabularvalignment="middle">
24968 <column alignment="center" valignment="top" width="0pt">
24969 <column alignment="center" valignment="top" width="0pt">
24970 <row>
24971 <cell alignment="center" valignment="top" usebox="none">
24972 \begin_inset Text
24973
24974 \begin_layout Plain Layout
24975 コマンド
24976 \end_layout
24977
24978 \end_inset
24979 </cell>
24980 <cell alignment="center" valignment="top" usebox="none">
24981 \begin_inset Text
24982
24983 \begin_layout Plain Layout
24984 \begin_inset space \hspace{}
24985 \length 1cm
24986 \end_inset
24987
24988 出力
24989 \begin_inset Note Note
24990 status collapsed
24991
24992 \begin_layout Plain Layout
24993 ここで
24994 \series bold
24995
24996 \backslash
24997 raisebox
24998 \series default
24999 はスペーサーとして使用しているだけです。
25000 \end_layout
25001
25002 \end_inset
25003
25004
25005 \end_layout
25006
25007 \end_inset
25008 </cell>
25009 </row>
25010 <row>
25011 <cell alignment="center" valignment="top" usebox="none">
25012 \begin_inset Text
25013
25014 \begin_layout Plain Layout
25015
25016 \backslash
25017 lim_x
25018 \backslash
25019 to
25020 \begin_inset space \textvisiblespace{}
25021 \end_inset
25022
25023 A
25024 \begin_inset space \textvisiblespace{}
25025 \end_inset
25026
25027 x=B
25028 \end_layout
25029
25030 \end_inset
25031 </cell>
25032 <cell alignment="center" valignment="top" usebox="none">
25033 \begin_inset Text
25034
25035 \begin_layout Plain Layout
25036 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
25037 \end_inset
25038
25039
25040 \end_layout
25041
25042 \end_inset
25043 </cell>
25044 </row>
25045 </lyxtabular>
25046
25047 \end_inset
25048
25049
25050 \end_layout
25051
25052 \begin_layout Standard
25053 別行立て数式では、極限は、以下のように通常どおり下に置かれます。
25054 \begin_inset Formula 
25055 \[
25056 \lim_{x\to A}x=B
25057 \]
25058
25059 \end_inset
25060
25061
25062 \end_layout
25063
25064 \begin_layout Standard
25065 \begin_inset VSpace medskip
25066 \end_inset
25067
25068
25069 \end_layout
25070
25071 \begin_layout Standard
25072
25073 \lang english
25074 How to adjust the typesetting of the limits see 
25075 \lang japanese
25076
25077 \begin_inset CommandInset ref
25078 LatexCommand ref
25079 reference "sub:演算子の範囲"
25080
25081 \end_inset
25082
25083
25084 \end_layout
25085
25086 \begin_layout Subsection
25087 剰余関数
25088 \begin_inset Index idx
25089 status collapsed
25090
25091 \begin_layout Plain Layout
25092 かんすう@関数 ! じょうよ@剰余
25093 \end_layout
25094
25095 \end_inset
25096
25097
25098 \begin_inset Index idx
25099 status collapsed
25100
25101 \begin_layout Plain Layout
25102 かんすう@関数 ! もじゅらす@モジュラス | see
25103 \begin_inset ERT
25104 status collapsed
25105
25106 \begin_layout Plain Layout
25107
25108 {
25109 \end_layout
25110
25111 \end_inset
25112
25113 剰余
25114 \begin_inset ERT
25115 status collapsed
25116
25117 \begin_layout Plain Layout
25118
25119 }
25120 \end_layout
25121
25122 \end_inset
25123
25124
25125 \end_layout
25126
25127 \end_inset
25128
25129
25130 \end_layout
25131
25132 \begin_layout Standard
25133 剰余関数は、特別に4つの派生型があります。
25134 \end_layout
25135
25136 \begin_layout Standard
25137 以下は、別行立て数式での派生型です。
25138 \begin_inset Formula 
25139 \begin{align*}
25140 \underline{\textrm{コマンド}\raisebox{-0.9mm}{}} &  & \underline{\textrm{出力}}\\
25141 \mathrm{a\backslash mod\textrm{␣}b} &  & a\mod b\\
25142 \mathrm{a\backslash pmod\textrm{␣}b} &  & a\pmod b\\
25143 \mathrm{a\backslash bmod\textrm{␣}b} &  & a\bmod b\\
25144 \mathrm{a\backslash pod\textrm{␣}b} &  & a\pod b
25145 \end{align*}
25146
25147 \end_inset
25148
25149
25150 \end_layout
25151
25152 \begin_layout Standard
25153 行内数式では、すべての派生型で、関数名の前の余白がすこし小さく設定されます。既定では、剰余関数は、続く一文字目だけを考慮します。二文字以上を使いたい時には、下記
25154 のように文字をTeX括弧で囲みます。
25155 \begin_inset Formula 
25156 \begin{align*}
25157 \underline{\textrm{コマンド}\raisebox{-0.9mm}{}} &  & \underline{\textrm{出力}}\\
25158 \mathrm{a\backslash pod\textrm{␣}bcd} &  & a\pod bcd\\
25159 \mathrm{a\backslash pod\backslash\{bc\backslash\}d} &  & a\pod{bc}d
25160 \end{align*}
25161
25162 \end_inset
25163
25164
25165 \end_layout
25166
25167 \begin_layout Section
25168 特殊文字
25169 \begin_inset Index idx
25170 status collapsed
25171
25172 \begin_layout Plain Layout
25173 とくしゅもじ@特殊文字
25174 \end_layout
25175
25176 \end_inset
25177
25178
25179 \end_layout
25180
25181 \begin_layout Subsection
25182 数式テキストにおける特殊文字
25183 \end_layout
25184
25185 \begin_layout Standard
25186 以下の各コマンドは、数式テキストかTeXモード中でのみ使用することができます。
25187 \end_layout
25188
25189 \begin_layout Standard
25190 \begin_inset space \hfill{}
25191 \end_inset
25192
25193
25194 \begin_inset Tabular
25195 <lyxtabular version="3" rows="8" columns="2">
25196 <features rotate="0" tabularvalignment="middle">
25197 <column alignment="block" valignment="top">
25198 <column alignment="block" valignment="top">
25199 <row>
25200 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25201 \begin_inset Text
25202
25203 \begin_layout Plain Layout
25204 コマンド
25205 \end_layout
25206
25207 \end_inset
25208 </cell>
25209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25210 \begin_inset Text
25211
25212 \begin_layout Plain Layout
25213 出力
25214 \end_layout
25215
25216 \end_inset
25217 </cell>
25218 </row>
25219 <row>
25220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25221 \begin_inset Text
25222
25223 \begin_layout Plain Layout
25224
25225 \backslash
25226 oe
25227 \end_layout
25228
25229 \end_inset
25230 </cell>
25231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25232 \begin_inset Text
25233
25234 \begin_layout Plain Layout
25235 \begin_inset Formula $\textrm{œ}$
25236 \end_inset
25237
25238
25239 \end_layout
25240
25241 \end_inset
25242 </cell>
25243 </row>
25244 <row>
25245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25246 \begin_inset Text
25247
25248 \begin_layout Plain Layout
25249
25250 \backslash
25251 OE
25252 \end_layout
25253
25254 \end_inset
25255 </cell>
25256 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25257 \begin_inset Text
25258
25259 \begin_layout Plain Layout
25260 \begin_inset Formula $\textrm{Œ}$
25261 \end_inset
25262
25263
25264 \end_layout
25265
25266 \end_inset
25267 </cell>
25268 </row>
25269 <row>
25270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25271 \begin_inset Text
25272
25273 \begin_layout Plain Layout
25274
25275 \backslash
25276 ae
25277 \end_layout
25278
25279 \end_inset
25280 </cell>
25281 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25282 \begin_inset Text
25283
25284 \begin_layout Plain Layout
25285 \begin_inset Formula $\textrm{æ}$
25286 \end_inset
25287
25288
25289 \end_layout
25290
25291 \end_inset
25292 </cell>
25293 </row>
25294 <row>
25295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25296 \begin_inset Text
25297
25298 \begin_layout Plain Layout
25299
25300 \backslash
25301 AE
25302 \end_layout
25303
25304 \end_inset
25305 </cell>
25306 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25307 \begin_inset Text
25308
25309 \begin_layout Plain Layout
25310 \begin_inset Formula $\textrm{Æ}$
25311 \end_inset
25312
25313
25314 \end_layout
25315
25316 \end_inset
25317 </cell>
25318 </row>
25319 <row>
25320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25321 \begin_inset Text
25322
25323 \begin_layout Plain Layout
25324
25325 \backslash
25326 aa
25327 \end_layout
25328
25329 \end_inset
25330 </cell>
25331 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25332 \begin_inset Text
25333
25334 \begin_layout Plain Layout
25335 \begin_inset Formula $\textrm{\aa}$
25336 \end_inset
25337
25338
25339 \end_layout
25340
25341 \end_inset
25342 </cell>
25343 </row>
25344 <row>
25345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25346 \begin_inset Text
25347
25348 \begin_layout Plain Layout
25349
25350 \backslash
25351 AA
25352 \begin_inset Index idx
25353 status collapsed
25354
25355 \begin_layout Plain Layout
25356
25357 \lang english
25358
25359 \backslash
25360 @
25361 \begin_inset ERT
25362 status collapsed
25363
25364 \begin_layout Plain Layout
25365
25366
25367 \backslash
25368 textrm{
25369 \backslash
25370 AA}
25371 \end_layout
25372
25373 \end_inset
25374
25375
25376 \end_layout
25377
25378 \end_inset
25379
25380
25381 \end_layout
25382
25383 \end_inset
25384 </cell>
25385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25386 \begin_inset Text
25387
25388 \begin_layout Plain Layout
25389 \begin_inset Formula $\textrm{Å}$
25390 \end_inset
25391
25392
25393 \end_layout
25394
25395 \end_inset
25396 </cell>
25397 </row>
25398 <row>
25399 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25400 \begin_inset Text
25401
25402 \begin_layout Plain Layout
25403
25404 \backslash
25405 i
25406 \end_layout
25407
25408 \end_inset
25409 </cell>
25410 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25411 \begin_inset Text
25412
25413 \begin_layout Plain Layout
25414 \begin_inset Formula $\textrm{ı}$
25415 \end_inset
25416
25417
25418 \end_layout
25419
25420 \end_inset
25421 </cell>
25422 </row>
25423 </lyxtabular>
25424
25425 \end_inset
25426
25427
25428 \begin_inset space \hfill{}
25429 \end_inset
25430
25431
25432 \begin_inset Tabular
25433 <lyxtabular version="3" rows="8" columns="2">
25434 <features rotate="0" tabularvalignment="middle">
25435 <column alignment="block" valignment="top">
25436 <column alignment="center" valignment="top">
25437 <row>
25438 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25439 \begin_inset Text
25440
25441 \begin_layout Plain Layout
25442 コマンド
25443 \begin_inset Note Note
25444 status collapsed
25445
25446 \begin_layout Plain Layout
25447 0
25448 \begin_inset space \thinspace{}
25449 \end_inset
25450
25451 mm空白を分離用に使っているのは、そうしないと出力が¡や¿になってしまうためです。
25452 \end_layout
25453
25454 \end_inset
25455
25456
25457 \end_layout
25458
25459 \end_inset
25460 </cell>
25461 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25462 \begin_inset Text
25463
25464 \begin_layout Plain Layout
25465 出力
25466 \end_layout
25467
25468 \end_inset
25469 </cell>
25470 </row>
25471 <row>
25472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25473 \begin_inset Text
25474
25475 \begin_layout Plain Layout
25476
25477 \backslash
25478 o
25479 \end_layout
25480
25481 \end_inset
25482 </cell>
25483 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25484 \begin_inset Text
25485
25486 \begin_layout Plain Layout
25487 \begin_inset Formula $\textrm{ø}$
25488 \end_inset
25489
25490
25491 \end_layout
25492
25493 \end_inset
25494 </cell>
25495 </row>
25496 <row>
25497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25498 \begin_inset Text
25499
25500 \begin_layout Plain Layout
25501
25502 \backslash
25503 O
25504 \end_layout
25505
25506 \end_inset
25507 </cell>
25508 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25509 \begin_inset Text
25510
25511 \begin_layout Plain Layout
25512 \begin_inset Formula $\textrm{Ø}$
25513 \end_inset
25514
25515
25516 \end_layout
25517
25518 \end_inset
25519 </cell>
25520 </row>
25521 <row>
25522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25523 \begin_inset Text
25524
25525 \begin_layout Plain Layout
25526
25527 \backslash
25528 l
25529 \end_layout
25530
25531 \end_inset
25532 </cell>
25533 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25534 \begin_inset Text
25535
25536 \begin_layout Plain Layout
25537 \begin_inset Formula $\textrm{ł}$
25538 \end_inset
25539
25540
25541 \end_layout
25542
25543 \end_inset
25544 </cell>
25545 </row>
25546 <row>
25547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25548 \begin_inset Text
25549
25550 \begin_layout Plain Layout
25551
25552 \backslash
25553 L
25554 \end_layout
25555
25556 \end_inset
25557 </cell>
25558 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25559 \begin_inset Text
25560
25561 \begin_layout Plain Layout
25562 \begin_inset Formula $\textrm{Ł}$
25563 \end_inset
25564
25565
25566 \end_layout
25567
25568 \end_inset
25569 </cell>
25570 </row>
25571 <row>
25572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25573 \begin_inset Text
25574
25575 \begin_layout Plain Layout
25576 !
25577 \begin_inset space \hspace{}
25578 \length 0mm
25579 \end_inset
25580
25581 `
25582 \begin_inset space \textvisiblespace{}
25583 \end_inset
25584
25585
25586 \end_layout
25587
25588 \end_inset
25589 </cell>
25590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25591 \begin_inset Text
25592
25593 \begin_layout Plain Layout
25594 \begin_inset Formula $\textrm{!`}$
25595 \end_inset
25596
25597
25598 \end_layout
25599
25600 \end_inset
25601 </cell>
25602 </row>
25603 <row>
25604 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25605 \begin_inset Text
25606
25607 \begin_layout Plain Layout
25608 ?
25609 \begin_inset space \hspace{}
25610 \length 0mm
25611 \end_inset
25612
25613 `
25614 \begin_inset space \textvisiblespace{}
25615 \end_inset
25616
25617
25618 \end_layout
25619
25620 \end_inset
25621 </cell>
25622 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25623 \begin_inset Text
25624
25625 \begin_layout Plain Layout
25626 \begin_inset Formula $\textrm{?`}$
25627 \end_inset
25628
25629
25630 \end_layout
25631
25632 \end_inset
25633 </cell>
25634 </row>
25635 <row>
25636 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25637 \begin_inset Text
25638
25639 \begin_layout Plain Layout
25640
25641 \backslash
25642 j
25643 \end_layout
25644
25645 \end_inset
25646 </cell>
25647 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25648 \begin_inset Text
25649
25650 \begin_layout Plain Layout
25651 \begin_inset Formula $\textrm{ȷ}$
25652 \end_inset
25653
25654
25655 \end_layout
25656
25657 \end_inset
25658 </cell>
25659 </row>
25660 </lyxtabular>
25661
25662 \end_inset
25663
25664
25665 \begin_inset space \hfill{}
25666 \end_inset
25667
25668
25669 \end_layout
25670
25671 \begin_layout Standard
25672 \begin_inset Formula $\textrm{\textrm{Å}}$
25673 \end_inset
25674
25675
25676 \begin_inset Formula $\textrm{\textrm{Ø}}$
25677 \end_inset
25678
25679 の各文字は、数式ツールバーボタンの
25680 \begin_inset Graphics
25681         filename ../../images/math/digamma.png
25682         scale 85
25683
25684 \end_inset
25685
25686 からも挿入することができます。
25687 \end_layout
25688
25689 \begin_layout Standard
25690 例外は、
25691 \series bold
25692 !
25693 \begin_inset space \hspace{}
25694 \length 0mm
25695 \end_inset
25696
25697 `
25698 \series default
25699
25700 \series bold
25701 ?
25702 \begin_inset space \hspace{}
25703 \length 0mm
25704 \end_inset
25705
25706 `
25707 \series default
25708 の各コマンドで、これらは直接LyX中の本文に入れることができます。
25709 \end_layout
25710
25711 \begin_layout Subsection
25712 文章中のアクセント
25713 \begin_inset CommandInset label
25714 LatexCommand label
25715 name "sub:文章中のアクセント"
25716
25717 \end_inset
25718
25719
25720 \begin_inset Index idx
25721 status collapsed
25722
25723 \begin_layout Plain Layout
25724 あくせんと@アクセント ! ぶんしょうちゅうの@文章中の---
25725 \end_layout
25726
25727 \end_inset
25728
25729
25730 \end_layout
25731
25732 \begin_layout Standard
25733 以下に挙げる各コマンドを使えば、すべての文字にアクセントを付けることができます。これらのコマンドは、TeXモードで入れなくてはなりません。
25734 \end_layout
25735
25736 \begin_layout Standard
25737 \begin_inset space \hfill{}
25738 \end_inset
25739
25740
25741 \begin_inset Tabular
25742 <lyxtabular version="3" rows="8" columns="2">
25743 <features rotate="0" tabularvalignment="middle">
25744 <column alignment="block" valignment="top">
25745 <column alignment="block" valignment="top">
25746 <row>
25747 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25748 \begin_inset Text
25749
25750 \begin_layout Plain Layout
25751 コマンド
25752 \end_layout
25753
25754 \end_inset
25755 </cell>
25756 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25757 \begin_inset Text
25758
25759 \begin_layout Plain Layout
25760 出力
25761 \end_layout
25762
25763 \end_inset
25764 </cell>
25765 </row>
25766 <row>
25767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25768 \begin_inset Text
25769
25770 \begin_layout Plain Layout
25771
25772 \backslash
25773
25774 \begin_inset Quotes grd
25775 \end_inset
25776
25777 e
25778 \end_layout
25779
25780 \end_inset
25781 </cell>
25782 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25783 \begin_inset Text
25784
25785 \begin_layout Plain Layout
25786 \begin_inset ERT
25787 status collapsed
25788
25789 \begin_layout Plain Layout
25790
25791
25792 \backslash
25793 "e
25794 \end_layout
25795
25796 \end_inset
25797
25798
25799 \end_layout
25800
25801 \end_inset
25802 </cell>
25803 </row>
25804 <row>
25805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25806 \begin_inset Text
25807
25808 \begin_layout Plain Layout
25809
25810 \backslash
25811 `e
25812 \end_layout
25813
25814 \end_inset
25815 </cell>
25816 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25817 \begin_inset Text
25818
25819 \begin_layout Plain Layout
25820 \begin_inset ERT
25821 status collapsed
25822
25823 \begin_layout Plain Layout
25824
25825
25826 \backslash
25827 `e
25828 \end_layout
25829
25830 \end_inset
25831
25832
25833 \end_layout
25834
25835 \end_inset
25836 </cell>
25837 </row>
25838 <row>
25839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25840 \begin_inset Text
25841
25842 \begin_layout Plain Layout
25843
25844 \backslash
25845 ^
25846 \begin_inset space \textvisiblespace{}
25847 \end_inset
25848
25849 e
25850 \end_layout
25851
25852 \end_inset
25853 </cell>
25854 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25855 \begin_inset Text
25856
25857 \begin_layout Plain Layout
25858 \begin_inset ERT
25859 status collapsed
25860
25861 \begin_layout Plain Layout
25862
25863
25864 \backslash
25865 ^e
25866 \end_layout
25867
25868 \end_inset
25869
25870
25871 \end_layout
25872
25873 \end_inset
25874 </cell>
25875 </row>
25876 <row>
25877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25878 \begin_inset Text
25879
25880 \begin_layout Plain Layout
25881
25882 \backslash
25883 =e
25884 \end_layout
25885
25886 \end_inset
25887 </cell>
25888 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25889 \begin_inset Text
25890
25891 \begin_layout Plain Layout
25892 \begin_inset ERT
25893 status collapsed
25894
25895 \begin_layout Plain Layout
25896
25897
25898 \backslash
25899 =e
25900 \end_layout
25901
25902 \end_inset
25903
25904
25905 \end_layout
25906
25907 \end_inset
25908 </cell>
25909 </row>
25910 <row>
25911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25912 \begin_inset Text
25913
25914 \begin_layout Plain Layout
25915
25916 \backslash
25917 u
25918 \begin_inset space \textvisiblespace{}
25919 \end_inset
25920
25921 e
25922 \end_layout
25923
25924 \end_inset
25925 </cell>
25926 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25927 \begin_inset Text
25928
25929 \begin_layout Plain Layout
25930 \begin_inset ERT
25931 status collapsed
25932
25933 \begin_layout Plain Layout
25934
25935
25936 \backslash
25937 u e
25938 \end_layout
25939
25940 \end_inset
25941
25942
25943 \end_layout
25944
25945 \end_inset
25946 </cell>
25947 </row>
25948 <row>
25949 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25950 \begin_inset Text
25951
25952 \begin_layout Plain Layout
25953
25954 \backslash
25955 b
25956 \begin_inset space \textvisiblespace{}
25957 \end_inset
25958
25959 e
25960 \end_layout
25961
25962 \end_inset
25963 </cell>
25964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25965 \begin_inset Text
25966
25967 \begin_layout Plain Layout
25968 \begin_inset ERT
25969 status collapsed
25970
25971 \begin_layout Plain Layout
25972
25973
25974 \backslash
25975 b e
25976 \end_layout
25977
25978 \end_inset
25979
25980
25981 \end_layout
25982
25983 \end_inset
25984 </cell>
25985 </row>
25986 <row>
25987 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25988 \begin_inset Text
25989
25990 \begin_layout Plain Layout
25991
25992 \backslash
25993 t
25994 \begin_inset space \textvisiblespace{}
25995 \end_inset
25996
25997 ee
25998 \end_layout
25999
26000 \end_inset
26001 </cell>
26002 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26003 \begin_inset Text
26004
26005 \begin_layout Plain Layout
26006 \begin_inset ERT
26007 status collapsed
26008
26009 \begin_layout Plain Layout
26010
26011
26012 \backslash
26013 t ee
26014 \end_layout
26015
26016 \end_inset
26017
26018
26019 \end_layout
26020
26021 \end_inset
26022 </cell>
26023 </row>
26024 </lyxtabular>
26025
26026 \end_inset
26027
26028
26029 \begin_inset space \hfill{}
26030 \end_inset
26031
26032
26033 \begin_inset Tabular
26034 <lyxtabular version="3" rows="8" columns="2">
26035 <features rotate="0" tabularvalignment="middle">
26036 <column alignment="block" valignment="top">
26037 <column alignment="center" valignment="top">
26038 <row>
26039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26040 \begin_inset Text
26041
26042 \begin_layout Plain Layout
26043 コマンド
26044 \end_layout
26045
26046 \end_inset
26047 </cell>
26048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26049 \begin_inset Text
26050
26051 \begin_layout Plain Layout
26052 出力
26053 \end_layout
26054
26055 \end_inset
26056 </cell>
26057 </row>
26058 <row>
26059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26060 \begin_inset Text
26061
26062 \begin_layout Plain Layout
26063
26064 \backslash
26065 H
26066 \begin_inset space \textvisiblespace{}
26067 \end_inset
26068
26069 e
26070 \end_layout
26071
26072 \end_inset
26073 </cell>
26074 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26075 \begin_inset Text
26076
26077 \begin_layout Plain Layout
26078 \begin_inset ERT
26079 status collapsed
26080
26081 \begin_layout Plain Layout
26082
26083
26084 \backslash
26085 H e
26086 \end_layout
26087
26088 \end_inset
26089
26090
26091 \end_layout
26092
26093 \end_inset
26094 </cell>
26095 </row>
26096 <row>
26097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26098 \begin_inset Text
26099
26100 \begin_layout Plain Layout
26101
26102 \backslash
26103 'e
26104 \end_layout
26105
26106 \end_inset
26107 </cell>
26108 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26109 \begin_inset Text
26110
26111 \begin_layout Plain Layout
26112 \begin_inset ERT
26113 status collapsed
26114
26115 \begin_layout Plain Layout
26116
26117
26118 \backslash
26119 'e
26120 \end_layout
26121
26122 \end_inset
26123
26124
26125 \end_layout
26126
26127 \end_inset
26128 </cell>
26129 </row>
26130 <row>
26131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26132 \begin_inset Text
26133
26134 \begin_layout Plain Layout
26135
26136 \backslash
26137 ~e
26138 \begin_inset Index idx
26139 status collapsed
26140
26141 \begin_layout Plain Layout
26142
26143 \lang english
26144 Tilde
26145 \end_layout
26146
26147 \end_inset
26148
26149
26150 \end_layout
26151
26152 \end_inset
26153 </cell>
26154 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26155 \begin_inset Text
26156
26157 \begin_layout Plain Layout
26158 \begin_inset ERT
26159 status collapsed
26160
26161 \begin_layout Plain Layout
26162
26163
26164 \backslash
26165 ~e
26166 \end_layout
26167
26168 \end_inset
26169
26170
26171 \end_layout
26172
26173 \end_inset
26174 </cell>
26175 </row>
26176 <row>
26177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26178 \begin_inset Text
26179
26180 \begin_layout Plain Layout
26181
26182 \backslash
26183 .e
26184 \end_layout
26185
26186 \end_inset
26187 </cell>
26188 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26189 \begin_inset Text
26190
26191 \begin_layout Plain Layout
26192 \begin_inset ERT
26193 status collapsed
26194
26195 \begin_layout Plain Layout
26196
26197
26198 \backslash
26199 .e
26200 \end_layout
26201
26202 \end_inset
26203
26204
26205 \end_layout
26206
26207 \end_inset
26208 </cell>
26209 </row>
26210 <row>
26211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26212 \begin_inset Text
26213
26214 \begin_layout Plain Layout
26215
26216 \backslash
26217 v
26218 \begin_inset space \textvisiblespace{}
26219 \end_inset
26220
26221 e
26222 \end_layout
26223
26224 \end_inset
26225 </cell>
26226 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26227 \begin_inset Text
26228
26229 \begin_layout Plain Layout
26230 \begin_inset ERT
26231 status collapsed
26232
26233 \begin_layout Plain Layout
26234
26235
26236 \backslash
26237 v e
26238 \end_layout
26239
26240 \end_inset
26241
26242
26243 \end_layout
26244
26245 \end_inset
26246 </cell>
26247 </row>
26248 <row>
26249 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26250 \begin_inset Text
26251
26252 \begin_layout Plain Layout
26253
26254 \backslash
26255 d
26256 \begin_inset space \textvisiblespace{}
26257 \end_inset
26258
26259 e
26260 \end_layout
26261
26262 \end_inset
26263 </cell>
26264 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26265 \begin_inset Text
26266
26267 \begin_layout Plain Layout
26268 \begin_inset ERT
26269 status collapsed
26270
26271 \begin_layout Plain Layout
26272
26273
26274 \backslash
26275 d e
26276 \end_layout
26277
26278 \end_inset
26279
26280
26281 \end_layout
26282
26283 \end_inset
26284 </cell>
26285 </row>
26286 <row>
26287 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26288 \begin_inset Text
26289
26290 \begin_layout Plain Layout
26291
26292 \backslash
26293 c
26294 \begin_inset space \textvisiblespace{}
26295 \end_inset
26296
26297 e
26298 \end_layout
26299
26300 \end_inset
26301 </cell>
26302 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26303 \begin_inset Text
26304
26305 \begin_layout Plain Layout
26306 \begin_inset ERT
26307 status collapsed
26308
26309 \begin_layout Plain Layout
26310
26311
26312 \backslash
26313 c e
26314 \end_layout
26315
26316 \end_inset
26317
26318
26319 \end_layout
26320
26321 \end_inset
26322 </cell>
26323 </row>
26324 </lyxtabular>
26325
26326 \end_inset
26327
26328
26329 \begin_inset space \hfill{}
26330 \end_inset
26331
26332
26333 \end_layout
26334
26335 \begin_layout Standard
26336 \begin_inset VSpace medskip
26337 \end_inset
26338
26339
26340 \series bold
26341
26342 \backslash
26343 t
26344 \series default
26345 コマンドは異なる二つの文字にアクセントを付けることもできます。たとえば、コマンド
26346 \series bold
26347
26348 \backslash
26349 t
26350 \begin_inset space \textvisiblespace{}
26351 \end_inset
26352
26353 sz
26354 \series default
26355 は、
26356 \begin_inset ERT
26357 status collapsed
26358
26359 \begin_layout Plain Layout
26360
26361
26362 \backslash
26363 t sz
26364 \end_layout
26365
26366 \end_inset
26367
26368 となります。
26369 \end_layout
26370
26371 \begin_layout Standard
26372
26373 \series bold
26374 `
26375 \series default
26376  ・
26377 \series bold
26378  '
26379 \series default
26380  ・ 
26381 \series bold
26382 ^
26383 \series default
26384  の各アクセントは、TeXモードを使わなくても、母音といっしょに直接キーボードから入力することもできます。チルダ
26385 \begin_inset Foot
26386 status collapsed
26387
26388 \begin_layout Plain Layout
26389 これは、チルダがアクセントとして定義されているキーボードのみに適用されます。
26390 \end_layout
26391
26392 \end_inset
26393
26394
26395 \series bold
26396 ~
26397 \series default
26398 を、
26399 \emph on
26400 a
26401 \emph default
26402
26403 \emph on
26404 n
26405 \emph default
26406
26407 \emph on
26408 o
26409 \emph default
26410 といっしょに使うときも同様です。
26411 \end_layout
26412
26413 \begin_layout Standard
26414
26415 \series bold
26416
26417 \backslash
26418 b
26419 \series default
26420
26421 \series bold
26422
26423 \backslash
26424 c
26425 \series default
26426
26427 \series bold
26428
26429 \backslash
26430 d
26431 \series default
26432
26433 \series bold
26434
26435 \backslash
26436 H
26437 \series default
26438
26439 \series bold
26440
26441 \backslash
26442 t
26443 \series default
26444
26445 \series bold
26446
26447 \backslash
26448 u
26449 \series default
26450
26451 \series bold
26452
26453 \backslash
26454 v
26455 \series default
26456 の各コマンドと、キーボードから直接挿入するアクセントは、数式テキスト中でも使うことができます。他のアクセントについては、数式内向けの特別な数式コマンドがあります
26457 。第
26458 \begin_inset CommandInset ref
26459 LatexCommand ref
26460 reference "sub:一文字に付けるアクセント"
26461
26462 \end_inset
26463
26464 節をご参照下さい。
26465 \end_layout
26466
26467 \begin_layout Standard
26468 \begin_inset VSpace bigskip
26469 \end_inset
26470
26471 さらに、
26472 \series bold
26473
26474 \backslash
26475 textcircled
26476 \series default
26477
26478 \begin_inset Index idx
26479 status collapsed
26480
26481 \begin_layout Plain Layout
26482 こまんど@コマンド ! T ! 
26483 \backslash
26484 textcircled
26485 \end_layout
26486
26487 \end_inset
26488
26489 コマンドを使えば、著作権マークのように、あらゆる数字や文字を丸で囲む---敢えて言えば、丸囲みでアクセントを付けるようなものといえるでしょう---ことができます
26490
26491 \end_layout
26492
26493 \begin_layout Standard
26494 \align center
26495 \begin_inset Tabular
26496 <lyxtabular version="3" rows="3" columns="2">
26497 <features rotate="0" tabularvalignment="middle">
26498 <column alignment="center" valignment="top">
26499 <column alignment="center" valignment="top">
26500 <row>
26501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26502 \begin_inset Text
26503
26504 \begin_layout Plain Layout
26505 コマンド
26506 \end_layout
26507
26508 \end_inset
26509 </cell>
26510 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26511 \begin_inset Text
26512
26513 \begin_layout Plain Layout
26514 出力
26515 \begin_inset Note Note
26516 status collapsed
26517
26518 \begin_layout Plain Layout
26519 ここで
26520 \series bold
26521
26522 \backslash
26523 raisebox
26524 \series default
26525 はスペーサーとして使用しているだけです。
26526 \end_layout
26527
26528 \end_inset
26529
26530
26531 \end_layout
26532
26533 \end_inset
26534 </cell>
26535 </row>
26536 <row>
26537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26538 \begin_inset Text
26539
26540 \begin_layout Plain Layout
26541
26542 \backslash
26543 textcircled{w}
26544 \end_layout
26545
26546 \end_inset
26547 </cell>
26548 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26549 \begin_inset Text
26550
26551 \begin_layout Plain Layout
26552 \begin_inset ERT
26553 status collapsed
26554
26555 \begin_layout Plain Layout
26556
26557
26558 \backslash
26559 textcircled{w}
26560 \end_layout
26561
26562 \end_inset
26563
26564
26565 \end_layout
26566
26567 \end_inset
26568 </cell>
26569 </row>
26570 <row>
26571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26572 \begin_inset Text
26573
26574 \begin_layout Plain Layout
26575
26576 \backslash
26577 Large 
26578 \backslash
26579 textcircled{
26580 \backslash
26581 normalsize
26582 \backslash
26583 protect
26584 \backslash
26585 raisebox{-1.5pt}{W}}
26586 \end_layout
26587
26588 \end_inset
26589 </cell>
26590 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26591 \begin_inset Text
26592
26593 \begin_layout Plain Layout
26594 \begin_inset Formula $\raisebox{4.5mm}{}$
26595 \end_inset
26596
26597
26598 \begin_inset ERT
26599 status collapsed
26600
26601 \begin_layout Plain Layout
26602
26603
26604 \backslash
26605 Large 
26606 \backslash
26607 textcircled{
26608 \backslash
26609 normalsize
26610 \backslash
26611 protect
26612 \backslash
26613 raisebox{-1.5pt}W}
26614 \end_layout
26615
26616 \end_inset
26617
26618
26619 \begin_inset Formula $\raisebox{-2mm}{}$
26620 \end_inset
26621
26622
26623 \end_layout
26624
26625 \end_inset
26626 </cell>
26627 </row>
26628 </lyxtabular>
26629
26630 \end_inset
26631
26632
26633 \end_layout
26634
26635 \begin_layout Standard
26636 ここではユーザーが、文字が丸のなかに収まるように調整してやらなくてはなりません。ここでは、
26637 \series bold
26638
26639 \backslash
26640 Large
26641 \series default
26642
26643 \begin_inset Foot
26644 status collapsed
26645
26646 \begin_layout Plain Layout
26647
26648 \begin_inset CommandInset ref
26649 LatexCommand ref
26650 reference "sub:書体寸法"
26651
26652 \end_inset
26653
26654 節参照のこと。
26655 \end_layout
26656
26657 \end_inset
26658
26659 で丸の大きさを指定しています。そして
26660 \series bold
26661
26662 \backslash
26663 raisebox
26664 \series default
26665
26666 \begin_inset Foot
26667 status collapsed
26668
26669 \begin_layout Plain Layout
26670
26671 \begin_inset CommandInset ref
26672 LatexCommand ref
26673 reference "sub:枠なしボックス"
26674
26675 \end_inset
26676
26677 節参照のこと。
26678 \end_layout
26679
26680 \end_inset
26681
26682 を使って、文字が真ん中にくるようにしています。
26683 \end_layout
26684
26685 \begin_layout Subsection
26686 小数字
26687 \begin_inset Index idx
26688 status collapsed
26689
26690 \begin_layout Plain Layout
26691 しょうすうじ@小数字
26692 \end_layout
26693
26694 \end_inset
26695
26696
26697 \end_layout
26698
26699 \begin_layout Standard
26700 小数字(minuscule number)は、
26701 \series bold
26702
26703 \backslash
26704 oldstylenums
26705 \series default
26706
26707 \begin_inset Index idx
26708 status collapsed
26709
26710 \begin_layout Plain Layout
26711 こまんど@コマンド ! O ! 
26712 \backslash
26713 oldstylenums
26714 \end_layout
26715
26716 \end_inset
26717
26718 コマンドで作成することができます。このコマンドは、数式中でもTeXモード中でも使うことができます。コマンド書式は、
26719 \end_layout
26720
26721 \begin_layout Standard
26722
26723 \series bold
26724
26725 \backslash
26726 oldstylenums{数字}
26727 \end_layout
26728
26729 \begin_layout Standard
26730 です。
26731 \series bold
26732
26733 \backslash
26734 oldstylenums{0123456789}
26735 \series default
26736 というコマンドは、
26737 \begin_inset Formula $\oldstylenums{0123456789}$
26738 \end_inset
26739
26740 のようになります。
26741 \end_layout
26742
26743 \begin_layout Subsection
26744 他の特殊文字
26745 \begin_inset CommandInset label
26746 LatexCommand label
26747 name "sub:他の特殊文字"
26748
26749 \end_inset
26750
26751
26752 \begin_inset Index idx
26753 status collapsed
26754
26755 \begin_layout Plain Layout
26756 とくしゅもじ@特殊文字 ! たの@他の
26757 \end_layout
26758
26759 \end_inset
26760
26761
26762 \end_layout
26763
26764 \begin_layout Standard
26765 以下の各文字は、数式中でコマンドを使用してのみ、挿入することができます。
26766 \end_layout
26767
26768 \begin_layout Standard
26769 \align center
26770 \begin_inset Tabular
26771 <lyxtabular version="3" rows="4" columns="2">
26772 <features rotate="0" tabularvalignment="middle">
26773 <column alignment="center" valignment="top">
26774 <column alignment="center" valignment="top">
26775 <row>
26776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26777 \begin_inset Text
26778
26779 \begin_layout Plain Layout
26780 コマンド
26781 \end_layout
26782
26783 \end_inset
26784 </cell>
26785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26786 \begin_inset Text
26787
26788 \begin_layout Plain Layout
26789 出力
26790 \end_layout
26791
26792 \end_inset
26793 </cell>
26794 </row>
26795 <row>
26796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26797 \begin_inset Text
26798
26799 \begin_layout Plain Layout
26800
26801 \backslash
26802 ^
26803 \begin_inset space \textvisiblespace{}
26804 \end_inset
26805
26806
26807 \end_layout
26808
26809 \end_inset
26810 </cell>
26811 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26812 \begin_inset Text
26813
26814 \begin_layout Plain Layout
26815 \begin_inset Formula $\mathcircumflex$
26816 \end_inset
26817
26818
26819 \end_layout
26820
26821 \end_inset
26822 </cell>
26823 </row>
26824 <row>
26825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26826 \begin_inset Text
26827
26828 \begin_layout Plain Layout
26829
26830 \backslash
26831 _
26832 \end_layout
26833
26834 \end_inset
26835 </cell>
26836 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26837 \begin_inset Text
26838
26839 \begin_layout Plain Layout
26840 \begin_inset Formula $\_$
26841 \end_inset
26842
26843
26844 \end_layout
26845
26846 \end_inset
26847 </cell>
26848 </row>
26849 <row>
26850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26851 \begin_inset Text
26852
26853 \begin_layout Plain Layout
26854 ^
26855 \begin_inset space \textvisiblespace{}
26856 \end_inset
26857
26858
26859 \backslash
26860 circ
26861 \begin_inset Index idx
26862 status collapsed
26863
26864 \begin_layout Plain Layout
26865
26866 \lang english
26867
26868 \backslash
26869
26870 \end_layout
26871
26872 \end_inset
26873
26874
26875 \end_layout
26876
26877 \end_inset
26878 </cell>
26879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26880 \begin_inset Text
26881
26882 \begin_layout Plain Layout
26883 \begin_inset Formula $^{\circ}$
26884 \end_inset
26885
26886
26887 \end_layout
26888
26889 \end_inset
26890 </cell>
26891 </row>
26892 </lyxtabular>
26893
26894 \end_inset
26895
26896
26897 \end_layout
26898
26899 \begin_layout Standard
26900 しかしながら、角度記号
26901 \begin_inset Formula $^{\circ}$
26902 \end_inset
26903
26904 は、以下の行をLaTeXプリアンブルに書き加えれば、直接挿入することができます
26905 \begin_inset Foot
26906 status collapsed
26907
26908 \begin_layout Plain Layout
26909 この件に関する詳細は、第
26910 \begin_inset CommandInset ref
26911 LatexCommand ref
26912 reference "sub:数式中のテキスト文字"
26913
26914 \end_inset
26915
26916 節にあります。
26917 \end_layout
26918
26919 \end_inset
26920
26921
26922 \end_layout
26923
26924 \begin_layout Standard
26925
26926 \series bold
26927
26928 \backslash
26929 DeclareInputtext{176}{
26930 \backslash
26931 ifmmode^
26932 \backslash
26933 circ
26934 \backslash
26935 else
26936 \backslash
26937 textdegree
26938 \backslash
26939 fi}
26940 \begin_inset Newpage newpage
26941 \end_inset
26942
26943
26944 \end_layout
26945
26946 \begin_layout Section
26947 数式様式
26948 \begin_inset CommandInset label
26949 LatexCommand label
26950 name "sec:数式様式"
26951
26952 \end_inset
26953
26954
26955 \begin_inset Index idx
26956 status collapsed
26957
26958 \begin_layout Plain Layout
26959 すうしき@数式 ! ようしき@様式
26960 \end_layout
26961
26962 \end_inset
26963
26964
26965 \end_layout
26966
26967 \begin_layout Itemize
26968 以下の二つの配置様式があります。
26969 \end_layout
26970
26971 \begin_deeper
26972 \begin_layout Description
26973 中央揃え 事前に定義された標準です。
26974 \end_layout
26975
26976 \begin_layout Description
26977 行頭下げ これを使うには、
26978 \family sans
26979 文書\SpecialChar \menuseparator
26980 設定
26981 \family default
26982 メニューの
26983 \family sans
26984 文書クラス
26985 \family default
26986 において、
26987 \series bold
26988 fleqn
26989 \series default
26990 オプションを指定しておかなくてはなりません。
26991 \end_layout
26992
26993 \begin_layout Standard
26994
26995 \series bold
26996 行頭下げ
26997 \series default
26998 を用いる場合には、行頭下げの大きさを
26999 \series bold
27000
27001 \backslash
27002 mathindent
27003 \series default
27004
27005 \begin_inset Index idx
27006 status collapsed
27007
27008 \begin_layout Plain Layout
27009 こまんど@コマンド ! M ! 
27010 \backslash
27011 mathindent
27012 \end_layout
27013
27014 \end_inset
27015
27016 の値で調整することができます。これを15
27017 \begin_inset space \thinspace{}
27018 \end_inset
27019
27020 mmにするには、LaTeXプリアンブルに以下のコマンドを入れておきます。
27021 \end_layout
27022
27023 \begin_layout Standard
27024
27025 \series bold
27026
27027 \backslash
27028 setlength{
27029 \backslash
27030 mathindent}{15mm}
27031 \end_layout
27032
27033 \begin_layout Standard
27034
27035 \series bold
27036
27037 \backslash
27038 mathindent
27039 \series default
27040 を明示的に指定しない場合には、事前に定義されている30
27041 \begin_inset space \thinspace{}
27042 \end_inset
27043
27044 ptが適用されます。
27045 \end_layout
27046
27047 \end_deeper
27048 \begin_layout Itemize
27049 また、以下の二つの連番様式があります。
27050 \end_layout
27051
27052 \begin_deeper
27053 \begin_layout Description
27054 右 事前に定義された標準です。
27055 \end_layout
27056
27057 \begin_layout Description
27058 左 これを使うには、
27059 \family sans
27060 文書\SpecialChar \menuseparator
27061 設定
27062 \family default
27063 メニューの
27064 \family sans
27065 文書クラス
27066 \family default
27067 において、
27068 \series bold
27069 leqno
27070 \series default
27071 オプションを指定しておかなくてはなりません。
27072 \end_layout
27073
27074 \end_deeper
27075 \begin_layout Standard
27076
27077 \series bold
27078 fleqn
27079 \series default
27080
27081 \series bold
27082 leqno
27083 \series default
27084 は、いっしょに指定することができます。両方のオプションを同時に入れる場合には、コンマで区切って下さい。
27085 \end_layout
27086
27087 \begin_layout Standard
27088 これで選択した様式は、文書中のすべての別行立て数式に用いられます。もし、中央揃えと行頭下げの両様式を同一文書中で用いたい場合には、
27089 \series bold
27090 中央揃え
27091 \series default
27092 様式を指定するようにします。そして、行頭下げにしたい数式は、flalign環境に指定するようにします。第
27093 \begin_inset CommandInset ref
27094 LatexCommand ref
27095 reference "sub:flalign環境"
27096
27097 \end_inset
27098
27099 節をご覧下さい。
27100 \end_layout
27101
27102 \begin_layout Section
27103 多行数式
27104 \begin_inset CommandInset label
27105 LatexCommand label
27106 name "sec:多行数式"
27107
27108 \end_inset
27109
27110
27111 \begin_inset Index idx
27112 status collapsed
27113
27114 \begin_layout Plain Layout
27115 すうしき@数式 ! たぎょう@多行
27116 \end_layout
27117
27118 \end_inset
27119
27120
27121 \end_layout
27122
27123 \begin_layout Subsection
27124 概要
27125 \end_layout
27126
27127 \begin_layout Standard
27128 LyXでは、多行数式は、数式中で
27129 \series bold
27130
27131 \begin_inset Info
27132 type  "shortcut"
27133 arg   "newline-insert newline"
27134 \end_inset
27135
27136
27137 \series default
27138 を押すことで作られます。この操作によって、第
27139 \begin_inset CommandInset ref
27140 LatexCommand ref
27141 reference "sub:eqnarray環境"
27142
27143 \end_inset
27144
27145 節に述べられている
27146 \series bold
27147 eqnarray環境
27148 \series default
27149 が作り出されるか、あるいは文書設定で
27150 \family sans
27151 AMS mathパッケージを使う
27152 \family default
27153 オプションが選択されている場合には、第
27154 \begin_inset CommandInset ref
27155 LatexCommand ref
27156 reference "sub:標準align環境"
27157
27158 \end_inset
27159
27160 節に述べられている
27161 \series bold
27162 align環境
27163 \series default
27164 が作り出されることになります。
27165 \end_layout
27166
27167 \begin_layout Standard
27168 他にも、
27169 \family sans
27170 挿入\SpecialChar \menuseparator
27171 数式
27172 \family default
27173 メニューで作ることのできる多行数式環境があります。これらの環境は、以下の各節で説明します。
27174 \end_layout
27175
27176 \begin_layout Standard
27177 すべての多行数式において、新規行は、
27178 \begin_inset Info
27179 type  "shortcut"
27180 arg   "newline-insert newline"
27181 \end_inset
27182
27183 を押すことによって作られます。行を足したり削ったりするには、数式ツールバーボタンの
27184 \begin_inset Graphics
27185         filename ../../images/tabular-feature_append-row.png
27186         scale 85
27187
27188 \end_inset
27189
27190
27191 \begin_inset Graphics
27192         filename ../../images/tabular-feature_delete-row.png
27193         scale 85
27194
27195 \end_inset
27196
27197 を使うか、
27198 \family sans
27199 編集\SpecialChar \menuseparator
27200 行と列
27201 \family default
27202 メニューを使うことができます。
27203 \end_layout
27204
27205 \begin_layout Subsubsection
27206 行間
27207 \begin_inset CommandInset label
27208 LatexCommand label
27209 name "sub:行間"
27210
27211 \end_inset
27212
27213
27214 \begin_inset Index idx
27215 status collapsed
27216
27217 \begin_layout Plain Layout
27218 すうしき@数式 ! たぎょう@多行 ! ぎょうかん@行間
27219 \end_layout
27220
27221 \end_inset
27222
27223
27224 \end_layout
27225
27226 \begin_layout Standard
27227 以下のように、多行数式において行のあいだの空白が足りないことが、ときどき起こります。
27228 \begin_inset Formula 
27229 \begin{eqnarray*}
27230 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}\\
27231 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
27232 \end{eqnarray*}
27233
27234 \end_inset
27235
27236
27237 \end_layout
27238
27239 \begin_layout Standard
27240 LaTeXにおいて行間を付け加えるには、新規行コマンドに非必須の引数をとらせて指定しますが、これはまだLyXには実装されていない
27241 \begin_inset Foot
27242 status collapsed
27243
27244 \begin_layout Plain Layout
27245 \begin_inset CommandInset href
27246 LatexCommand href
27247 name "LyX-bug #1505"
27248 target "http://www.lyx.org/trac/ticket/1505"
27249
27250 \end_inset
27251
27252 を参照。
27253 \end_layout
27254
27255 \end_inset
27256
27257 ので、数式全体をTeXモードで入れなくてはなりません。上記の例の行間を大きくするには、最初の行の最後に
27258 \series bold
27259
27260 \backslash
27261
27262 \backslash
27263 [3mm]
27264 \series default
27265 というコマンドを入れます。すると、次のようになります。
27266 \begin_inset ERT
27267 status collapsed
27268
27269 \begin_layout Plain Layout
27270
27271
27272 \backslash
27273 begin{eqnarray*}
27274 \end_layout
27275
27276 \begin_layout Plain Layout
27277
27278 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
27279  = & 
27280 \backslash
27281 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
27282 \backslash
27283
27284 \backslash
27285 [3mm]
27286 \end_layout
27287
27288 \begin_layout Plain Layout
27289
27290 4x^{2}
27291 \backslash
27292 left(B^{2}+x_{0}^{2}
27293 \backslash
27294 right)+4x_{0}x
27295 \backslash
27296 left(D-B^{2}
27297 \backslash
27298 right)+B^{2}
27299 \backslash
27300 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
27301 \backslash
27302 right) & = & 0
27303 \end_layout
27304
27305 \begin_layout Plain Layout
27306
27307
27308 \backslash
27309 end{eqnarray*}
27310 \end_layout
27311
27312 \end_inset
27313
27314
27315 \end_layout
27316
27317 \begin_layout Standard
27318 \begin_inset VSpace bigskip
27319 \end_inset
27320
27321 同一数式内のすべての行の行間を一律に指定するには、
27322 \series bold
27323
27324 \backslash
27325 jot
27326 \series default
27327
27328 \begin_inset Index idx
27329 status collapsed
27330
27331 \begin_layout Plain Layout
27332 こまんど@コマンド ! J ! 
27333 \backslash
27334 jot
27335 \end_layout
27336
27337 \end_inset
27338
27339 変数を変更します。定義は、
27340 \begin_inset Formula $\mbox{行間}=\mathrm{6\, pt+\backslash jot}$
27341 \end_inset
27342
27343 となっています。
27344 \series bold
27345
27346 \backslash
27347 jot
27348 \series default
27349 の既定値は、3
27350 \begin_inset space \thinspace{}
27351 \end_inset
27352
27353 ptです。上記の例のように、行間を3
27354 \begin_inset space \thinspace{}
27355 \end_inset
27356
27357 mm追加するには、
27358 \end_layout
27359
27360 \begin_layout Standard
27361
27362 \series bold
27363
27364 \backslash
27365 setlength{
27366 \backslash
27367 jot}{3mm+3pt}
27368 \end_layout
27369
27370 \begin_layout Standard
27371 というコマンドを、数式直前にTeXモードで入れておきます。これを行うには、LaTeXプリアンブルに
27372 \end_layout
27373
27374 \begin_layout Standard
27375
27376 \series bold
27377
27378 \backslash
27379 usepackage{calc}
27380 \end_layout
27381
27382 \begin_layout Standard
27383 という行を入れて、LaTeXパッケージ
27384 \series bold
27385 calc
27386 \series default
27387
27388 \begin_inset Foot
27389 status collapsed
27390
27391 \begin_layout Plain Layout
27392
27393 \series bold
27394 calc
27395 \series default
27396 は標準的なLaTeX頒布版のすべてに付属しています。
27397 \end_layout
27398
27399 \end_inset
27400
27401
27402 \begin_inset Index idx
27403 status collapsed
27404
27405 \begin_layout Plain Layout
27406 ぱっけーじ@パッケージ ! calc
27407 \end_layout
27408
27409 \end_inset
27410
27411  を読み込んでおく必要があります。すると、
27412 \begin_inset ERT
27413 status collapsed
27414
27415 \begin_layout Plain Layout
27416
27417
27418 \backslash
27419 setlength{
27420 \backslash
27421 jot}{3mm+3pt}
27422 \end_layout
27423
27424 \end_inset
27425
27426
27427 \begin_inset Formula 
27428 \begin{eqnarray*}
27429 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}\\
27430 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
27431 \end{eqnarray*}
27432
27433 \end_inset
27434
27435
27436 \end_layout
27437
27438 \begin_layout Standard
27439 \begin_inset ERT
27440 status collapsed
27441
27442 \begin_layout Plain Layout
27443
27444
27445 \backslash
27446 setlength{
27447 \backslash
27448 jot}{3pt}
27449 \end_layout
27450
27451 \end_inset
27452
27453 のような結果を得ます。行間を既定値に戻すには、
27454 \series bold
27455
27456 \backslash
27457 jot
27458 \series default
27459 をふたたび3
27460 \begin_inset space \thinspace{}
27461 \end_inset
27462
27463 ptに戻します。
27464 \end_layout
27465
27466 \begin_layout Subsubsection
27467 列間
27468 \begin_inset CommandInset label
27469 LatexCommand label
27470 name "sub:列間"
27471
27472 \end_inset
27473
27474
27475 \begin_inset Index idx
27476 status collapsed
27477
27478 \begin_layout Plain Layout
27479 すうしき@数式 ! たぎょうすうしき@多行数式 ! れつかん@列間
27480 \end_layout
27481
27482 \end_inset
27483
27484
27485 \end_layout
27486
27487 \begin_layout Standard
27488 多行数式は、行列を形成します。たとえば、eqnarray環境の数式は、3列からなる行列です。この環境で列間を変更すれば、関係子周辺の余白を変更することができます
27489
27490 \end_layout
27491
27492 \begin_layout Standard
27493 列間は、
27494 \series bold
27495
27496 \backslash
27497 arraycolsep
27498 \series default
27499
27500 \begin_inset Index idx
27501 status collapsed
27502
27503 \begin_layout Plain Layout
27504 こまんど@コマンド ! A ! 
27505 \backslash
27506 arraycolsep
27507 \end_layout
27508
27509 \end_inset
27510
27511 変数を使って指定し、
27512 \begin_inset Newline newline
27513 \end_inset
27514
27515 列間 = 2
27516 \begin_inset space \thinspace{}
27517 \end_inset
27518
27519
27520 \series bold
27521
27522 \backslash
27523 arraycolsep
27524 \series default
27525
27526 \begin_inset Newline newline
27527 \end_inset
27528
27529 という関係があります。したがって、
27530 \end_layout
27531
27532 \begin_layout Standard
27533
27534 \series bold
27535
27536 \backslash
27537 setlength{
27538 \backslash
27539 arraycolsep}{1cm}
27540 \end_layout
27541
27542 \begin_layout Standard
27543 というコマンドをTeXモードで入れると、ここから後のすべての数式の列間が2
27544 \begin_inset space \thinspace{}
27545 \end_inset
27546
27547 cmになります。これを既定値に戻すには、
27548 \series bold
27549
27550 \backslash
27551 arraycolsep
27552 \series default
27553 を5
27554 \begin_inset space \thinspace{}
27555 \end_inset
27556
27557 ptに戻して下さい。
27558 \end_layout
27559
27560 \begin_layout Standard
27561 以下は、2
27562 \begin_inset space \thinspace{}
27563 \end_inset
27564
27565 cmの列間を持つ数式です。
27566 \begin_inset ERT
27567 status collapsed
27568
27569 \begin_layout Plain Layout
27570
27571
27572 \backslash
27573 setlength{
27574 \backslash
27575 arraycolsep}{1cm}
27576 \end_layout
27577
27578 \end_inset
27579
27580
27581 \begin_inset Formula 
27582 \begin{eqnarray*}
27583 A & = & B\\
27584 C & \ne & A
27585 \end{eqnarray*}
27586
27587 \end_inset
27588
27589 行列の既定の列間10
27590 \begin_inset space \thinspace{}
27591 \end_inset
27592
27593 ptを持つ数式です。
27594 \begin_inset ERT
27595 status collapsed
27596
27597 \begin_layout Plain Layout
27598
27599
27600 \backslash
27601 setlength{
27602 \backslash
27603 arraycolsep}{5pt}
27604 \end_layout
27605
27606 \end_inset
27607
27608
27609 \begin_inset Formula 
27610 \begin{eqnarray*}
27611 A & = & B\\
27612 C & \ne & A
27613 \end{eqnarray*}
27614
27615 \end_inset
27616
27617
27618 \end_layout
27619
27620 \begin_layout Subsubsection
27621 長い数式
27622 \begin_inset Index idx
27623 status collapsed
27624
27625 \begin_layout Plain Layout
27626 すうしき@数式 ! ながい@長い
27627 \end_layout
27628
27629 \end_inset
27630
27631
27632 \end_layout
27633
27634 \begin_layout Standard
27635 長い数式は、以下の方法を使って組版することができます。
27636 \end_layout
27637
27638 \begin_layout Itemize
27639 左辺ないし右辺の一方が、行幅よりもかなり短いときには、以下のように、短い方を左辺に置き、右辺を二行に分けて組版します。
27640 \begin_inset Formula 
27641 \begin{eqnarray}
27642 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 \\
27643  &  & -\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}
27644 \end{eqnarray}
27645
27646 \end_inset
27647
27648 二行目の最初のマイナス記号は、行頭の文字になってしまうため、通常、表示の上で演算子としては取り扱われません。前後に余白が置かれることもなく、分数線からも離れて表
27649 示されません。これを避けるために、マイナス記号の後に
27650 \series bold
27651
27652 \backslash
27653 hspace
27654 \series default
27655 .
27656 \begin_inset Foot
27657 status collapsed
27658
27659 \begin_layout Plain Layout
27660
27661 \series bold
27662
27663 \backslash
27664 hspace
27665 \series default
27666 に関しての詳細は、第
27667 \begin_inset CommandInset ref
27668 LatexCommand ref
27669 reference "sub:可変長の空白"
27670
27671 \end_inset
27672
27673 節をご覧下さい。
27674 \end_layout
27675
27676 \end_inset
27677
27678
27679 \begin_inset Index idx
27680 status collapsed
27681
27682 \begin_layout Plain Layout
27683 こまんど@コマンド ! H ! 
27684 \backslash
27685 hspace
27686 \end_layout
27687
27688 \end_inset
27689
27690 コマンドを使って3
27691 \begin_inset space \thinspace{}
27692 \end_inset
27693
27694 pt空白を入れてあります。
27695 \end_layout
27696
27697 \begin_layout Itemize
27698 数式の両辺がともに長すぎるときには、
27699 \series bold
27700
27701 \backslash
27702 lefteqn
27703 \series default
27704
27705 \begin_inset Index idx
27706 status collapsed
27707
27708 \begin_layout Plain Layout
27709 こまんど@コマンド ! L ! 
27710 \backslash
27711 lefteqn
27712 \end_layout
27713
27714 \end_inset
27715
27716 コマンドを使います。これを最初の行の第一列に入れると、以下のように、続きの内容が他の列にかかって表示されます。
27717 \begin_inset Formula 
27718 \begin{eqnarray}
27719 \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 \\
27720  &  & -\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 \\
27721  &  & =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}
27722 \end{eqnarray}
27723
27724 \end_inset
27725
27726
27727 \series bold
27728
27729 \backslash
27730 lefteqn
27731 \series default
27732 を入力すると、青枠から少し左にずれたところに現れる紫枠にカーソルが移るので、ここに数式を入力します。
27733 \begin_inset Newline newline
27734 \end_inset
27735
27736 二行め以降の行の内容は、二列め以降の列に挿入します。挿入する列が右になるほど、字下げの量が大きくなります。
27737 \begin_inset VSpace medskip
27738 \end_inset
27739
27740
27741 \begin_inset Newline newline
27742 \end_inset
27743
27744
27745 \begin_inset Note Greyedout
27746 status open
27747
27748 \begin_layout Plain Layout
27749
27750 \series bold
27751
27752 \backslash
27753 lefteqn
27754 \series default
27755 を使用する際には、以下のことにご注意下さい。
27756 \end_layout
27757
27758 \begin_layout Itemize
27759 数式では、ページ幅全部を使うことはしません。たとえば、上記の例で、最初の行に
27760 \begin_inset Formula $-B^{2}$
27761 \end_inset
27762
27763 という項を置いたとすると、ページ余白の領域に出てしまいますが、これはよくありません。幅をうまく使うには、最初の行の行頭に負の空白を入れる方法もあります。
27764 \end_layout
27765
27766 \begin_layout Itemize
27767 LyXのバグによって、最初の行にマウスでカーソルを入れることはできません
27768 \begin_inset Foot
27769 status collapsed
27770
27771 \begin_layout Plain Layout
27772 \begin_inset CommandInset href
27773 LatexCommand href
27774 name "LyX-bug #1429"
27775 target "http://www.lyx.org/trac/ticket/1429"
27776
27777 \end_inset
27778
27779
27780 \end_layout
27781
27782 \end_inset
27783
27784 。カーソルを行頭に合わせて、矢印
27785 \begin_inset Flex Ruby
27786 status collapsed
27787
27788 \begin_layout Plain Layout
27789
27790 \begin_inset Argument post:1
27791 status collapsed
27792
27793 \begin_layout Plain Layout
27794 キー
27795 \end_layout
27796
27797 \end_inset
27798
27799
27800 \end_layout
27801
27802 \end_inset
27803
27804 で移動するしかありません。
27805 \end_layout
27806
27807 \end_inset
27808
27809
27810 \end_layout
27811
27812 \begin_layout Itemize
27813 長い数式を組む他の方法として、第
27814 \begin_inset CommandInset ref
27815 LatexCommand ref
27816 reference "sub:multline環境"
27817
27818 \end_inset
27819
27820 節と第
27821 \begin_inset CommandInset ref
27822 LatexCommand ref
27823 reference "sub:数式の一部の多行化"
27824
27825 \end_inset
27826
27827 節で述べられている環境を用いる方法があります。
27828 \end_layout
27829
27830 \begin_layout Subsubsection
27831 多行にわたる括弧
27832 \begin_inset CommandInset label
27833 LatexCommand label
27834 name "sub:多行にわたる括弧"
27835
27836 \end_inset
27837
27838
27839 \begin_inset Index idx
27840 status collapsed
27841
27842 \begin_layout Plain Layout
27843 かっこ@括弧 ! たぎょうすうしきよう@多行数式用
27844 \end_layout
27845
27846 \end_inset
27847
27848
27849 \end_layout
27850
27851 \begin_layout Standard
27852 多行にわたる括弧を作ろうとすると、以下のような問題が生じます。
27853 \begin_inset Formula 
27854 \begin{eqnarray*}
27855 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
27856  &  & \left.\cdots+B-D\right]
27857 \end{eqnarray*}
27858
27859 \end_inset
27860
27861
27862 \end_layout
27863
27864 \begin_layout Standard
27865 可変寸法の括弧は多行にわたることができないので、閉じ括弧が初めの括弧よりも小さくなってしまっています。
27866 \end_layout
27867
27868 \begin_layout Standard
27869 二行めの括弧の大きさを正しく設定するには、最初の行の終わりを
27870 \series bold
27871
27872 \backslash
27873 right.
27874 \series default
27875
27876 \begin_inset Index idx
27877 status collapsed
27878
27879 \begin_layout Plain Layout
27880 こまんど@コマンド ! R ! 
27881 \backslash
27882 right
27883 \end_layout
27884
27885 \end_inset
27886
27887 とし、二行めの始めを
27888 \series bold
27889
27890 \backslash
27891 left.
27892 \begin_inset Foot
27893 status collapsed
27894
27895 \begin_layout Plain Layout
27896
27897 \series bold
27898
27899 \backslash
27900 left
27901 \series default
27902
27903 \series bold
27904
27905 \backslash
27906 right
27907 \series default
27908 に関する詳細は、第
27909 \begin_inset CommandInset ref
27910 LatexCommand ref
27911 reference "sub:自動の括弧丈"
27912
27913 \end_inset
27914
27915 節をご覧下さい。
27916 \end_layout
27917
27918 \end_inset
27919
27920
27921 \series default
27922
27923 \begin_inset Index idx
27924 status collapsed
27925
27926 \begin_layout Plain Layout
27927 こまんど@コマンド ! L ! 
27928 \backslash
27929 left
27930 \end_layout
27931
27932 \end_inset
27933
27934 とします。一行めにおいては、範囲付き積演算子がもっとも大きな記号であり、これが二行めの括弧の大きさにならなくてはならないので、
27935 \series bold
27936
27937 \backslash
27938 left.
27939 \series default
27940 の後に、
27941 \series bold
27942
27943 \backslash
27944 vphantom
27945 \series default
27946
27947 \begin_inset space \textvisiblespace{}
27948 \end_inset
27949
27950
27951 \series bold
27952
27953 \backslash
27954 prod
27955 \series default
27956 ^
27957 \begin_inset space \textvisiblespace{}
27958 \end_inset
27959
27960
27961 \series bold
27962
27963 \backslash
27964 infty
27965 \series default
27966
27967 \begin_inset space \textvisiblespace{}
27968 \end_inset
27969
27970
27971 \series bold
27972
27973 \begin_inset Formula $\downarrow$
27974 \end_inset
27975
27976 _R=1}
27977 \series default
27978
27979 \begin_inset Index idx
27980 status collapsed
27981
27982 \begin_layout Plain Layout
27983 こまんど@コマンド ! V ! 
27984 \backslash
27985 vphantom
27986 \end_layout
27987
27988 \end_inset
27989
27990 というコマンドを挿入します。
27991 \end_layout
27992
27993 \begin_layout Standard
27994 その結果が以下の数式です。
27995 \begin_inset Formula 
27996 \begin{eqnarray*}
27997 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
27998  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
27999 \end{eqnarray*}
28000
28001 \end_inset
28002
28003
28004 \end_layout
28005
28006 \begin_layout Subsection
28007 align環境
28008 \end_layout
28009
28010 \begin_layout Standard
28011 align環境は、すべての型の多行数式に使うことができ、とくに、いくつかの数式を並べて表示させるのに便利です。
28012 \end_layout
28013
28014 \begin_layout Standard
28015 align環境には列があり、奇数列は右揃え、偶数列は左揃えに設定されます。align環境の行にはすべて、付番することができます。
28016 \end_layout
28017
28018 \begin_layout Standard
28019 align環境は、
28020 \family sans
28021 挿入\SpecialChar \menuseparator
28022 数式
28023 \family default
28024 メニューから作ることができます。
28025 \family sans
28026 編集\SpecialChar \menuseparator
28027 数式\SpecialChar \menuseparator
28028 数式の表記を変更
28029 \family default
28030 メニューを使えば、既存の数式をalign環境に変更することができます。
28031 \end_layout
28032
28033 \begin_layout Standard
28034 列を追加したり削除したりするには、数式ツールバーボタンの
28035 \begin_inset Graphics
28036         filename ../../images/tabular-feature_append-column.png
28037         scale 85
28038
28039 \end_inset
28040
28041
28042 \begin_inset Graphics
28043         filename ../../images/tabular-feature_delete-column.png
28044         scale 85
28045
28046 \end_inset
28047
28048 を使うか、
28049 \family sans
28050 編集\SpecialChar \menuseparator
28051 行と列
28052 \family default
28053 メニューを使います。
28054 \end_layout
28055
28056 \begin_layout Subsubsection
28057 標準align環境
28058 \begin_inset CommandInset label
28059 LatexCommand label
28060 name "sub:標準align環境"
28061
28062 \end_inset
28063
28064
28065 \begin_inset Index idx
28066 status collapsed
28067
28068 \begin_layout Plain Layout
28069 すうしき@数式 ! たぎょう@多行 ! alignかんきょう@align環境
28070 \end_layout
28071
28072 \end_inset
28073
28074
28075 \end_layout
28076
28077 \begin_layout Standard
28078 このalign環境は、数式中で
28079 \begin_inset Info
28080 type  "shortcut"
28081 arg   "newline-insert newline"
28082 \end_inset
28083
28084 を押すか、
28085 \family sans
28086 挿入\SpecialChar \menuseparator
28087 数式\SpecialChar \menuseparator
28088 AMS align環境
28089 \family default
28090 メニューで作ることができます。
28091 \end_layout
28092
28093 \begin_layout Standard
28094 以下は、二つの数式を横に並べた例ですが、これは4列からなるalign環境として作ります。
28095 \begin_inset Formula 
28096 \begin{align*}
28097 A & =\sin(B) & C & =D\\
28098 C & \ne A & B & \ne D
28099 \end{align*}
28100
28101 \end_inset
28102
28103 ご覧になって分かるように、この環境の数式は、一列めの前と偶数列の後に
28104 \series bold
28105
28106 \backslash
28107 hfill
28108 \begin_inset Foot
28109 status collapsed
28110
28111 \begin_layout Plain Layout
28112
28113 \series bold
28114
28115 \backslash
28116 hfill
28117 \series default
28118 に関する詳細は、第
28119 \begin_inset CommandInset ref
28120 LatexCommand ref
28121 reference "sub:可変長の空白"
28122
28123 \end_inset
28124
28125 節をご覧下さい。
28126 \end_layout
28127
28128 \end_inset
28129
28130
28131 \series default
28132 があるかのように配置されます。数式様式として
28133 \series bold
28134 行頭下げ
28135 \begin_inset Foot
28136 status collapsed
28137
28138 \begin_layout Plain Layout
28139
28140 \series bold
28141 数式様式については、第
28142 \series default
28143
28144 \begin_inset CommandInset ref
28145 LatexCommand ref
28146 reference "sec:数式様式"
28147
28148 \end_inset
28149
28150 節をご覧下さい。
28151 \end_layout
28152
28153 \end_inset
28154
28155
28156 \series default
28157 を使う場合には、第一列の前の
28158 \series bold
28159
28160 \backslash
28161 hfill
28162 \series default
28163 はない形で数式が設定されます。
28164 \end_layout
28165
28166 \begin_layout Subsubsection
28167 alignat環境
28168 \begin_inset Index idx
28169 status collapsed
28170
28171 \begin_layout Plain Layout
28172 すうしき@数式 ! たぎょう@多行 ! alignatかんきょう@alignat環境
28173 \end_layout
28174
28175 \end_inset
28176
28177
28178 \end_layout
28179
28180 \begin_layout Standard
28181 alignat環境には、事前に設定された列間が存在しません。列間は、必要ならば、第
28182 \begin_inset CommandInset ref
28183 LatexCommand ref
28184 reference "sub:空白"
28185
28186 \end_inset
28187
28188 節に述べられている空白を使用して手動で入れます。
28189 \end_layout
28190
28191 \begin_layout Standard
28192 以下は、上記の例をalignat環境に設定し、二つめの数式の頭に1
28193 \begin_inset space \thinspace{}
28194 \end_inset
28195
28196 cmの空白を入れたものです。
28197 \begin_inset Formula 
28198 \begin{alignat*}{2}
28199 A & =\sin(B) & \hspace{1cm}C & =D\\
28200 C & \ne A & B & \ne D
28201 \end{alignat*}
28202
28203 \end_inset
28204
28205 列間を各列ごとに設定することができるので、この環境は、とくに三つないし四つの数式を横に並べるのに向いています。
28206 \end_layout
28207
28208 \begin_layout Subsubsection
28209 flalign環境
28210 \begin_inset CommandInset label
28211 LatexCommand label
28212 name "sub:flalign環境"
28213
28214 \end_inset
28215
28216
28217 \begin_inset Index idx
28218 status collapsed
28219
28220 \begin_layout Plain Layout
28221 すうしき@数式 ! たぎょう@多行 ! flalignかんきょう@flalign環境
28222 \end_layout
28223
28224 \end_inset
28225
28226
28227 \end_layout
28228
28229 \begin_layout Standard
28230 この環境では、つねに、最初の二列をできるだけ左寄せにし、最後の二列をできるだけ右寄せにするように設定されます。以下がその例です。
28231 \begin_inset Formula 
28232 \begin{flalign*}
28233 A & =1 & B & =2 & C & =3\\
28234 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
28235 \end{flalign*}
28236
28237 \end_inset
28238
28239
28240 \end_layout
28241
28242 \begin_layout Standard
28243 奇数列のflalign環境を作成し、最後の列に空のTeX括弧を入れておくと、数式様式として
28244 \series bold
28245 中央揃え
28246 \series default
28247 が用いられているときでも、一部の数式を左寄せにすることができます。以下は、例として
28248 \begin_inset CommandInset ref
28249 LatexCommand eqref
28250 reference "eq:VolInt"
28251
28252 \end_inset
28253
28254 式を行頭下げにしたものです。
28255 \begin_inset Formula 
28256 \begin{flalign}
28257 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}
28258 \end{flalign}
28259
28260 \end_inset
28261
28262 ここで、最初の二列には数式が入れられており、行頭下げ数式様式と同等の字下げを行うために、30
28263 \begin_inset space \thinspace{}
28264 \end_inset
28265
28266 ptの空白が第1列の頭に入れてあります。
28267 \end_layout
28268
28269 \begin_layout Subsection
28270 eqnarray環境
28271 \begin_inset CommandInset label
28272 LatexCommand label
28273 name "sub:eqnarray環境"
28274
28275 \end_inset
28276
28277
28278 \begin_inset Index idx
28279 status collapsed
28280
28281 \begin_layout Plain Layout
28282 すうしき@数式 ! たぎょう@多行 ! eqnarrayかんきょう@eqnarray環境
28283 \end_layout
28284
28285 \end_inset
28286
28287
28288 \end_layout
28289
28290 \begin_layout Standard
28291 この環境を作成すると、三つの青枠が現れます。最初の枠の内容は右寄せに設定され、最後の枠の内容は左寄せに設定されます。中央の枠は、関係子のみを入れることを想定して
28292 いるので、その内容は中央揃えで少し小さく設定されます。
28293 \begin_inset Formula 
28294 \begin{eqnarray*}
28295 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
28296 AB & AB & AB\\
28297 A & = & A
28298 \end{eqnarray*}
28299
28300 \end_inset
28301
28302
28303 \end_layout
28304
28305 \begin_layout Subsection
28306 gather環境
28307 \begin_inset Index idx
28308 status collapsed
28309
28310 \begin_layout Plain Layout
28311 すうしき@数式 ! たぎょう@多行 ! gatherかんきょう@gather環境
28312 \end_layout
28313
28314 \end_inset
28315
28316
28317 \end_layout
28318
28319 \begin_layout Standard
28320 この環境には、中央揃えに設定された列一つしかありません。行はすべて付番することができます。
28321 \begin_inset Formula 
28322 \begin{gather}
28323 A=1\\
28324 X=\textrm{-}1
28325 \end{gather}
28326
28327 \end_inset
28328
28329
28330 \end_layout
28331
28332 \begin_layout Subsection
28333 multline環境
28334 \begin_inset CommandInset label
28335 LatexCommand label
28336 name "sub:multline環境"
28337
28338 \end_inset
28339
28340
28341 \begin_inset Index idx
28342 status collapsed
28343
28344 \begin_layout Plain Layout
28345 すうしき@数式 ! たぎょう@多行 ! multlineかんきょう@multpline環境
28346 \end_layout
28347
28348 \end_inset
28349
28350
28351 \end_layout
28352
28353 \begin_layout Standard
28354 gather環境同様、multline環境には、中央揃えに設定された列一つしかありません。ただし、一行めが左揃えに設定され、最終行が右揃えに設定されるのです。他
28355 の行はすべて中央揃えになります。このことから、この環境は、長い数式に使うのに向いています。用例として、
28356 \begin_inset CommandInset ref
28357 LatexCommand eqref
28358 reference "eq:lefteqn"
28359
28360 \end_inset
28361
28362 式をmultline環境に置いたものを示します。
28363 \begin_inset Formula 
28364 \begin{multline}
28365 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}\\
28366 -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}\\
28367 =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}}
28368 \end{multline}
28369
28370 \end_inset
28371
28372
28373 \end_layout
28374
28375 \begin_layout Standard
28376 文書の付番設定が右寄せ(左寄せ)になっているときには、出力では、multline環境の最後(最初)の行だけが付番されます
28377 \begin_inset Foot
28378 status collapsed
28379
28380 \begin_layout Plain Layout
28381 付番様式については、第
28382 \begin_inset CommandInset ref
28383 LatexCommand ref
28384 reference "sec:数式様式"
28385
28386 \end_inset
28387
28388 節を参照。
28389 \end_layout
28390
28391 \end_inset
28392
28393
28394 \end_layout
28395
28396 \begin_layout Standard
28397
28398 \series bold
28399
28400 \backslash
28401 shoveright
28402 \begin_inset Index idx
28403 status collapsed
28404
28405 \begin_layout Plain Layout
28406 こまんど@コマンド ! S ! 
28407 \backslash
28408 shoveright
28409 \end_layout
28410
28411 \end_inset
28412
28413 コマンドや
28414 \backslash
28415 shoveleft
28416 \begin_inset Index idx
28417 status collapsed
28418
28419 \begin_layout Plain Layout
28420 こまんど@コマンド ! S ! 
28421 \backslash
28422 shoveleft
28423 \end_layout
28424
28425 \end_inset
28426
28427
28428 \series default
28429 コマンドを使えば、中央揃えの行を右寄せや左寄せにすることができます。これらのコマンドは、以下のようにして使います。
28430 \end_layout
28431
28432 \begin_layout Standard
28433
28434 \series bold
28435
28436 \backslash
28437 shoveright{行の内容}
28438 \series default
28439 あるいは
28440 \series bold
28441
28442 \backslash
28443 shoveleft{行の内容}
28444 \end_layout
28445
28446 \begin_layout Standard
28447 \begin_inset VSpace medskip
28448 \end_inset
28449
28450
28451 \series bold
28452
28453 \backslash
28454 multlinegap
28455 \begin_inset Index idx
28456 status collapsed
28457
28458 \begin_layout Plain Layout
28459 こまんど@コマンド ! M ! 
28460 \backslash
28461 multlinegap
28462 \end_layout
28463
28464 \end_inset
28465
28466
28467 \series default
28468 長は、一行めの左ページ余白からの距離を指定します。既定値は0
28469 \begin_inset space \thinspace{}
28470 \end_inset
28471
28472 ptの長さです。
28473 \end_layout
28474
28475 \begin_layout Standard
28476 以下は、上記の数式に
28477 \end_layout
28478
28479 \begin_layout Standard
28480
28481 \series bold
28482
28483 \backslash
28484 setlength{
28485 \backslash
28486 multlinegap}{2cm}
28487 \end_layout
28488
28489 \begin_layout Standard
28490 というコマンドを、TeXモードで直前に挿入した例です。
28491 \begin_inset ERT
28492 status collapsed
28493
28494 \begin_layout Plain Layout
28495
28496
28497 \backslash
28498 setlength{
28499 \backslash
28500 multlinegap}{2cm}
28501 \end_layout
28502
28503 \end_inset
28504
28505
28506 \begin_inset Formula 
28507 \begin{multline}
28508 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}\\
28509 \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}}\\
28510 =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}}
28511 \end{multline}
28512
28513 \end_inset
28514
28515
28516 \begin_inset ERT
28517 status collapsed
28518
28519 \begin_layout Plain Layout
28520
28521
28522 \backslash
28523 setlength{
28524 \backslash
28525 multlinegap}{0pt}
28526 \end_layout
28527
28528 \end_inset
28529
28530 二行めは、
28531 \series bold
28532
28533 \backslash
28534 shoveleft
28535 \series default
28536 を使って左揃えにしています。
28537 \end_layout
28538
28539 \begin_layout Subsection
28540 数式の一部の多行化
28541 \begin_inset CommandInset label
28542 LatexCommand label
28543 name "sub:数式の一部の多行化"
28544
28545 \end_inset
28546
28547
28548 \begin_inset Index idx
28549 status collapsed
28550
28551 \begin_layout Plain Layout
28552 すうしき@数式 ! たぎょう@多行 ! すうしきのいちぶ@数式の一部
28553 \end_layout
28554
28555 \end_inset
28556
28557
28558 \end_layout
28559
28560 \begin_layout Standard
28561 数式の一部分のみを多行表示したい場合には、
28562 \series bold
28563 aligned
28564 \series default
28565
28566 \series bold
28567 alignedat
28568 \series default
28569
28570 \series bold
28571 gathered
28572 \series default
28573
28574 \series bold
28575 split
28576 \series default
28577 のうちのいずれかの環境を使用します。これらは、
28578 \family sans
28579 挿入\SpecialChar \menuseparator
28580 数式
28581 \family default
28582 メニューか、本節で解説している各コマンドを使用して挿入することができます。
28583 \end_layout
28584
28585 \begin_layout Standard
28586 最初の三つの環境は、環境名から
28587 \series bold
28588 ed
28589 \series default
28590 を省いた同名の多行数式環境と同じ性格を持ちますが、環境の前後に数式を続けることが可能です。たとえば、
28591 \begin_inset Formula 
28592 \[
28593 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
28594 \Delta E\Delta t & \ge\frac{\hbar}{2}
28595 \end{aligned}
28596 \right\} \textrm{不確定性原理}
28597 \]
28598
28599 \end_inset
28600
28601
28602 \end_layout
28603
28604 \begin_layout Standard
28605 この数式を作るには、別行立て数式をまず作っておいて、そこに
28606 \series bold
28607
28608 \backslash
28609 aligned
28610 \begin_inset Index idx
28611 status collapsed
28612
28613 \begin_layout Plain Layout
28614 こまんど@コマンド ! A ! 
28615 \backslash
28616 aligned
28617 \end_layout
28618
28619 \end_inset
28620
28621
28622 \series default
28623 コマンドを挿入しています。紫枠の中に青枠が現れるので、そこに必要に応じて、列や行を加えていきます。この多行環境の外には、括弧などの他の数式要素を入れることができ
28624 ます。
28625 \end_layout
28626
28627 \begin_layout Standard
28628 aligned環境は、長い数式を水平方向を揃えて表示するのにも向いています。別行立て数式内でalignedを用いるようにすると、数式番号を行末の、数式全高の中心
28629 に配置できる利点があります。以下に例として、
28630 \begin_inset CommandInset ref
28631 LatexCommand eqref
28632 reference "eq:shortlong"
28633
28634 \end_inset
28635
28636 式にaligned環境を適用したものを示します。
28637 \begin_inset Formula 
28638 \begin{equation}
28639 \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}|}\\
28640  & -\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}|}
28641 \end{aligned}
28642 \end{equation}
28643
28644 \end_inset
28645
28646
28647 \end_layout
28648
28649 \begin_layout Standard
28650
28651 \series bold
28652 alignedat
28653 \series default
28654
28655 \series bold
28656 gathered
28657 \series default
28658
28659 \series bold
28660 split
28661 \series default
28662 の各環境を使うには、それぞれ
28663 \series bold
28664
28665 \backslash
28666 alignedat
28667 \series default
28668
28669 \begin_inset Index idx
28670 status collapsed
28671
28672 \begin_layout Plain Layout
28673 こまんど@コマンド ! A ! 
28674 \backslash
28675 alignedat
28676 \end_layout
28677
28678 \end_inset
28679
28680
28681 \series bold
28682
28683 \backslash
28684 gathered
28685 \series default
28686
28687 \begin_inset Index idx
28688 status collapsed
28689
28690 \begin_layout Plain Layout
28691 こまんど@コマンド ! G ! 
28692 \backslash
28693 gathered
28694 \end_layout
28695
28696 \end_inset
28697
28698
28699 \series bold
28700
28701 \backslash
28702 split
28703 \series default
28704
28705 \begin_inset Index idx
28706 status collapsed
28707
28708 \begin_layout Plain Layout
28709 こまんど@コマンド ! S ! 
28710 \backslash
28711 split
28712 \end_layout
28713
28714 \end_inset
28715
28716 の各コマンドを挿入します。split環境は、aligned環境と同じ性格を持ちますが、二つの列しか作ることができません。
28717 \end_layout
28718
28719 \begin_layout Subsection
28720 多行数式中のテキスト
28721 \begin_inset CommandInset label
28722 LatexCommand label
28723 name "sub:多行数式中のテキスト"
28724
28725 \end_inset
28726
28727
28728 \begin_inset Index idx
28729 status collapsed
28730
28731 \begin_layout Plain Layout
28732 てきすと@テキスト ! すうしきちゅうの@数式中の
28733 \end_layout
28734
28735 \end_inset
28736
28737
28738 \begin_inset Index idx
28739 status collapsed
28740
28741 \begin_layout Plain Layout
28742 すうしき@数式 ! たぎょう@多行 ! てきすと@テキスト
28743 \end_layout
28744
28745 \end_inset
28746
28747
28748 \end_layout
28749
28750 \begin_layout Standard
28751 各align系環境およびmultline・gather環境では、独立した行に列揃えの影響を受けない形でテキストを挿入することができます。これを行うには、以下の書
28752 式を持つ
28753 \series bold
28754
28755 \backslash
28756 intertext
28757 \series default
28758
28759 \begin_inset Index idx
28760 status collapsed
28761
28762 \begin_layout Plain Layout
28763 こまんど@コマンド ! I ! 
28764 \backslash
28765 intertext
28766 \end_layout
28767
28768 \end_inset
28769
28770 コマンドを使います。
28771 \end_layout
28772
28773 \begin_layout Standard
28774
28775 \series bold
28776
28777 \backslash
28778 intertext{テキスト}
28779 \end_layout
28780
28781 \begin_layout Standard
28782 テキストのハイフネーションを行うことはできないので、テキストは一行に収めなくてはなりません。LyXは、現時点では
28783 \series bold
28784
28785 \backslash
28786 intertext
28787 \series default
28788 を直接サポートしていないので、テキストは数式テキストとして書き入れます。ここで、
28789 \series bold
28790
28791 \backslash
28792 intertext
28793 \series default
28794 は行頭になくてはならず、当該行の上に出力されます。以下は、二行めの行頭にテキストを入れた例です。
28795 \begin_inset Formula 
28796 \begin{align}
28797 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
28798 \intertext{\text{被積分函数は\ensuremath{\phi=\pi}において対称なので、}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
28799 \end{align}
28800
28801 \end_inset
28802
28803
28804 \begin_inset Newpage newpage
28805 \end_inset
28806
28807
28808 \end_layout
28809
28810 \begin_layout Section
28811 数式番号
28812 \begin_inset Index idx
28813 status collapsed
28814
28815 \begin_layout Plain Layout
28816 すうしきばんごう@数式番号
28817 \end_layout
28818
28819 \end_inset
28820
28821
28822 \begin_inset Index idx
28823 status collapsed
28824
28825 \begin_layout Plain Layout
28826 すうしき@数式 ! ばんごう@番号|see
28827 \begin_inset ERT
28828 status collapsed
28829
28830 \begin_layout Plain Layout
28831
28832 {
28833 \end_layout
28834
28835 \end_inset
28836
28837 数式番号
28838 \begin_inset ERT
28839 status collapsed
28840
28841 \begin_layout Plain Layout
28842
28843 }
28844 \end_layout
28845
28846 \end_inset
28847
28848
28849 \end_layout
28850
28851 \end_inset
28852
28853
28854 \end_layout
28855
28856 \begin_layout Subsection
28857 概要
28858 \end_layout
28859
28860 \begin_layout Standard
28861 付番数式は、
28862 \family sans
28863 挿入\SpecialChar \menuseparator
28864 数式\SpecialChar \menuseparator
28865 付番数式
28866 \family default
28867 メニュー(
28868 \begin_inset Flex Ruby
28869 status collapsed
28870
28871 \begin_layout Plain Layout
28872 捷径
28873 \begin_inset Argument post:1
28874 status collapsed
28875
28876 \begin_layout Plain Layout
28877 ショートカット
28878 \end_layout
28879
28880 \end_inset
28881
28882
28883 \end_layout
28884
28885 \end_inset
28886
28887
28888 \family sans
28889 Ctrl+Alt
28890 \begin_inset space ~
28891 \end_inset
28892
28893 N
28894 \family default
28895 )で作ることができます。既存の数式に番号を振るには、
28896 \family sans
28897 編集\SpecialChar \menuseparator
28898 数式\SpecialChar \menuseparator
28899 数式全体を付番
28900 \family default
28901 メニュー(捷径
28902 \begin_inset Info
28903 type  "shortcut"
28904 arg   "math-number-toggle"
28905 \end_inset
28906
28907 )を使います。LyX中において数式番号は、数式の後に括弧に囲まれた「#」で表されます。「#」は、実際の出力では数式番号に置き換えられます。
28908 \end_layout
28909
28910 \begin_layout Standard
28911 多行数式で付番が有効になっているときには、すべての行に番号が振られます。ただし、
28912 \family sans
28913 編集\SpecialChar \menuseparator
28914 数式\SpecialChar \menuseparator
28915 この行を付番
28916 \family default
28917 メニュー(捷径
28918 \begin_inset Info
28919 type  "shortcut"
28920 arg   "math-number-line-toggle"
28921 \end_inset
28922
28923 )を使用すれば、各行毎に付番するかどうか指定することができます。
28924 \end_layout
28925
28926 \begin_layout Standard
28927 行内数式を除いて、すべての数式は二通りの様式で番号を振ることができます。第
28928 \begin_inset CommandInset ref
28929 LatexCommand ref
28930 reference "sec:数式様式"
28931
28932 \end_inset
28933
28934 節をご覧下さい。
28935 \end_layout
28936
28937 \begin_layout Subsection
28938 相互参照
28939 \begin_inset Index idx
28940 status collapsed
28941
28942 \begin_layout Plain Layout
28943 そうごさんしょう@相互参照 ! すうしきへの@数式への
28944 \end_layout
28945
28946 \end_inset
28947
28948
28949 \end_layout
28950
28951 \begin_layout Standard
28952 ラベルを付けた数式は、すべて相互参照することができます。ラベルは、
28953 \family sans
28954 挿入\SpecialChar \menuseparator
28955 ラベル
28956 \family default
28957 メニューか、ツールバーボタンの
28958 \begin_inset Graphics
28959         filename ../../images/label-insert.png
28960         scale 85
28961
28962 \end_inset
28963
28964 で付けることができます。このとき、カーソルは別行立て数式の中になくてはなりません。すると、テキストフィールドの中に
28965 \series bold
28966 eq:と
28967 \series default
28968 いう接頭語の入ったダイアログが現れるので、接頭語の後にラベルを挿入します。この既定の接頭辞は「equation(数式)」を意味し、こうして数式ラベルであるとの標
28969 を付けることによって、節ラベルなどから区別し、大きな文書の中でラベルを見つけるのを容易にします。ラベルを変更するには、
28970 \family sans
28971 挿入\SpecialChar \menuseparator
28972 ラベル
28973 \family default
28974 メニューをもういちど使って下さい。
28975 \end_layout
28976
28977 \begin_layout Standard
28978 LyX中でラベル名は、数式の後ろに、二つの括弧に囲まれて表示されます。ラベル付きの数式はつねに付番されます。
28979 \end_layout
28980
28981 \begin_layout Standard
28982 相互参照は、
28983 \family sans
28984 挿入\SpecialChar \menuseparator
28985 相互参照
28986 \family default
28987 メニューかツールバーボタンの
28988 \begin_inset Graphics
28989         filename ../../images/dialog-show-new-inset_ref.png
28990         scale 85
28991
28992 \end_inset
28993
28994 を使って挿入します。数式相互参照は、出力では数式番号として表示されます。相互参照ダイアログで「
28995 \series bold
28996 (<参照>)
28997 \series default
28998 」書式を選択した場合には、出力での相互参照は、括弧に囲まれた数式番号として表示されます。
28999 \begin_inset Newline newline
29000 \end_inset
29001
29002 LyX中で相互参照を右クリックすると、参照先の数式に移動することができます。
29003 \end_layout
29004
29005 \begin_layout Standard
29006 以下は、後の各小節に現れる数式への相互参照を含む例です。
29007 \begin_inset Note Note
29008 status open
29009
29010 \begin_layout Plain Layout
29011 相互参照の型の違いに留意してください。
29012 \end_layout
29013
29014 \end_inset
29015
29016
29017 \end_layout
29018
29019 \begin_layout Standard
29020 \begin_inset CommandInset ref
29021 LatexCommand eqref
29022 reference "eq:tag"
29023
29024 \end_inset
29025
29026 式と
29027 \begin_inset CommandInset ref
29028 LatexCommand eqref
29029 reference "eq:c"
29030
29031 \end_inset
29032
29033 式は、等価です。(
29034 \begin_inset CommandInset ref
29035 LatexCommand ref
29036 reference "eq:Rom"
29037
29038 \end_inset
29039
29040 )式とは異なり、(
29041 \begin_inset CommandInset ref
29042 LatexCommand ref
29043 reference "eq:Lat"
29044
29045 \end_inset
29046
29047 )式では、付番にラテン数字を使用しています。
29048 \end_layout
29049
29050 \begin_layout Standard
29051 \begin_inset VSpace medskip
29052 \end_inset
29053
29054
29055 \series bold
29056
29057 \backslash
29058 tag
29059 \begin_inset Foot
29060 status collapsed
29061
29062 \begin_layout Plain Layout
29063
29064 \series bold
29065
29066 \backslash
29067 tag
29068 \series default
29069 は、第
29070 \begin_inset CommandInset ref
29071 LatexCommand ref
29072 reference "sub:ユーザー定義番号"
29073
29074 \end_inset
29075
29076 節に説明があります。
29077 \end_layout
29078
29079 \end_inset
29080
29081
29082 \series default
29083 の引数が、第
29084 \begin_inset CommandInset ref
29085 LatexCommand ref
29086 reference "sub:段落ボックス"
29087
29088 \end_inset
29089
29090 節で述べたボックスを含んでいるときには、その数式を参照することはできません。
29091 \end_layout
29092
29093 \begin_layout Subsection
29094 細目番号
29095 \begin_inset Index idx
29096 status collapsed
29097
29098 \begin_layout Plain Layout
29099 すうしきばんごう@数式番号 ! さいもくばんごう@細目番号
29100 \end_layout
29101
29102 \end_inset
29103
29104
29105 \end_layout
29106
29107 \begin_layout Standard
29108
29109 \series bold
29110
29111 \backslash
29112 begin{subequations}
29113 \series default
29114 および
29115 \series bold
29116
29117 \backslash
29118 end{subequations}
29119 \series default
29120 コマンドを使うと、数式に細目番号を付けることができます。これらのコマンドは、TeXモードで入れます。
29121 \end_layout
29122
29123 \begin_layout Standard
29124 たとえば、
29125 \begin_inset Formula 
29126 \begin{equation}
29127 A=C-B\label{eq:a}
29128 \end{equation}
29129
29130 \end_inset
29131
29132
29133 \begin_inset ERT
29134 status collapsed
29135
29136 \begin_layout Plain Layout
29137
29138
29139 \backslash
29140 addtocounter{equation}{-1}
29141 \end_layout
29142
29143 \end_inset
29144
29145
29146 \begin_inset ERT
29147 status collapsed
29148
29149 \begin_layout Plain Layout
29150
29151
29152 \backslash
29153 begin{subequations}
29154 \end_layout
29155
29156 \end_inset
29157
29158
29159 \begin_inset VSpace -5mm
29160 \end_inset
29161
29162
29163 \begin_inset Formula 
29164 \begin{equation}
29165 B=C-A\label{eq:b}
29166 \end{equation}
29167
29168 \end_inset
29169
29170
29171 \begin_inset Formula 
29172 \begin{equation}
29173 C=A+B\label{eq:c}
29174 \end{equation}
29175
29176 \end_inset
29177
29178
29179 \end_layout
29180
29181 \begin_layout Standard
29182 \begin_inset ERT
29183 status collapsed
29184
29185 \begin_layout Plain Layout
29186
29187
29188 \backslash
29189 end{subequations}
29190 \end_layout
29191
29192 \end_inset
29193
29194
29195 \end_layout
29196
29197 \begin_layout Standard
29198 この例を作るには、次のようにします。
29199 \end_layout
29200
29201 \begin_layout Enumerate
29202 一つめの数式を入力します。
29203 \end_layout
29204
29205 \begin_layout Enumerate
29206 一つめの数式の後に
29207 \begin_inset Newline newline
29208 \end_inset
29209
29210
29211 \series bold
29212
29213 \backslash
29214 addtocounter{equation}{-1} 
29215 \backslash
29216 begin{subequations}
29217 \begin_inset Index idx
29218 status collapsed
29219
29220 \begin_layout Plain Layout
29221 こまんど@コマンド ! A ! 
29222 \backslash
29223 addtocounter
29224 \end_layout
29225
29226 \end_inset
29227
29228
29229 \begin_inset Newline newline
29230 \end_inset
29231
29232
29233 \series default
29234 を入力します。
29235 \end_layout
29236
29237 \begin_layout Enumerate
29238 二つめの数式を入力します。
29239 \end_layout
29240
29241 \begin_layout Enumerate
29242 三つめの数式を入力します。
29243 \end_layout
29244
29245 \begin_layout Enumerate
29246 三つめの数式の後に、
29247 \series bold
29248
29249 \backslash
29250 end{subequations}
29251 \series default
29252 を入力します。
29253 \end_layout
29254
29255 \begin_layout Standard
29256
29257 \series bold
29258
29259 \backslash
29260 begin
29261 \series default
29262 コマンドと
29263 \series bold
29264
29265 \backslash
29266 end
29267 \series default
29268 コマンドのあいだの数式はすべて、a・b・
29269 \begin_inset Newline linebreak
29270 \end_inset
29271
29272 c\SpecialChar \ldots{}
29273 のように細目番号が振られます。多行数式の場合は、すべての行に細目番号が振られます。細目番号が振られた数式はすべて、
29274 \emph on
29275 ひとつの
29276 \emph default
29277 付番数式として扱われますが、それぞれの付番数式が
29278 \series bold
29279 equation
29280 \series default
29281 カウンタを一つずつ進めてしまうので、
29282 \series bold
29283
29284 \backslash
29285 addtocounter
29286 \series default
29287 コマンドを使ってカウンタを戻さなくてはなりません。これを怠ると、
29288 \begin_inset CommandInset ref
29289 LatexCommand eqref
29290 reference "eq:a"
29291
29292 \end_inset
29293
29294 式・
29295 \begin_inset CommandInset ref
29296 LatexCommand eqref
29297 reference "eq:b"
29298
29299 \end_inset
29300
29301 式・
29302 \begin_inset CommandInset ref
29303 LatexCommand eqref
29304 reference "eq:c"
29305
29306 \end_inset
29307
29308 式は、それぞれ
29309 \begin_inset CommandInset ref
29310 LatexCommand eqref
29311 reference "eq:a"
29312
29313 \end_inset
29314
29315 式・
29316 \begin_inset CommandInset ref
29317 LatexCommand eqref
29318 reference "eq:d"
29319
29320 \end_inset
29321
29322 式・
29323 \begin_inset CommandInset ref
29324 LatexCommand eqref
29325 reference "eq:f"
29326
29327 \end_inset
29328
29329 式として番号が振られてしまいます。
29330 \end_layout
29331
29332 \begin_layout Standard
29333 上記のように、コマンドをTeXモードで入れると、最初の二つの数式のあいだに空白が生じてしまいます。これを戻すために、-5
29334 \begin_inset space \thinspace{}
29335 \end_inset
29336
29337 mmの垂直空白を
29338 \series bold
29339
29340 \backslash
29341 begin{subequations}
29342 \series default
29343 コマンドの後に入れています。数式様式として
29344 \series bold
29345 行頭下げ
29346 \begin_inset Foot
29347 status collapsed
29348
29349 \begin_layout Plain Layout
29350
29351 \series bold
29352 数式様式に関しては、第
29353 \series default
29354
29355 \begin_inset CommandInset ref
29356 LatexCommand ref
29357 reference "sec:数式様式"
29358
29359 \end_inset
29360
29361 節を参照。
29362 \end_layout
29363
29364 \end_inset
29365
29366
29367 \series default
29368 を用いているときには、これを-7
29369 \begin_inset space \thinspace{}
29370 \end_inset
29371
29372 mm空白にしてください。
29373 \end_layout
29374
29375 \begin_layout Standard
29376 以下は、二行めのみ付番を無効にしている多行数式の例です。
29377 \begin_inset ERT
29378 status collapsed
29379
29380 \begin_layout Plain Layout
29381
29382
29383 \backslash
29384 begin{subequations}
29385 \end_layout
29386
29387 \end_inset
29388
29389
29390 \begin_inset Formula 
29391 \begin{eqnarray}
29392 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
29393  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
29394  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
29395 \end{eqnarray}
29396
29397 \end_inset
29398
29399
29400 \begin_inset ERT
29401 status collapsed
29402
29403 \begin_layout Plain Layout
29404
29405
29406 \backslash
29407 end{subequations}
29408 \end_layout
29409
29410 \end_inset
29411
29412
29413 \end_layout
29414
29415 \begin_layout Subsection
29416 ユーザー定義番号
29417 \begin_inset CommandInset label
29418 LatexCommand label
29419 name "sub:ユーザー定義番号"
29420
29421 \end_inset
29422
29423
29424 \begin_inset Index idx
29425 status collapsed
29426
29427 \begin_layout Plain Layout
29428 すうしきばんごう@数式番号 ! ゆーざーていぎ@ユーザー定義
29429 \end_layout
29430
29431 \end_inset
29432
29433
29434 \end_layout
29435
29436 \begin_layout Standard
29437 \begin_inset Index idx
29438 status collapsed
29439
29440 \begin_layout Plain Layout
29441 すうしきばんごう@数式番号 ! じこていぎくぎり@自己定義区切り
29442 \end_layout
29443
29444 \end_inset
29445
29446 標準の付番では、数式番号の周りに括弧が表示されます。括弧をたとえば縦棒に置き換えるには、LaTeXプリアンブルに以下の行を付け加えます。
29447 \end_layout
29448
29449 \begin_layout Standard
29450
29451 \series bold
29452
29453 \backslash
29454 def
29455 \backslash
29456 tagform@#1{
29457 \backslash
29458 maketag@@@{
29459 \series default
29460
29461 \begin_inset Formula $\boldsymbol{|}$
29462 \end_inset
29463
29464
29465 \series bold
29466 #1
29467 \series default
29468
29469 \begin_inset Formula $\boldsymbol{|}$
29470 \end_inset
29471
29472
29473 \series bold
29474 }}
29475 \series default
29476
29477 \begin_inset Note Note
29478 status collapsed
29479
29480 \begin_layout Plain Layout
29481 このマクロは、テスト用にLaTeXプリアンブルで既に宣言されています。これを有効にするには、最初のパーセント記号を取り除いて下さい。
29482 \end_layout
29483
29484 \end_inset
29485
29486
29487 \end_layout
29488
29489 \begin_layout Standard
29490 他の記号を使いたいときには、
29491 \series bold
29492 #1
29493 \series default
29494 脇の縦棒を一つないし複数の文字で置き換えて下さい。数式番号だけで良い時は、縦棒を削除して下さい。
29495 \end_layout
29496
29497 \begin_layout Standard
29498 \begin_inset VSpace bigskip
29499 \end_inset
29500
29501 数式の後ろに、括弧に囲まれた連番の代わりに、何かしらの表現が欲しいときには、以下のように
29502 \series bold
29503
29504 \backslash
29505 tag
29506 \series default
29507
29508 \begin_inset Index idx
29509 status collapsed
29510
29511 \begin_layout Plain Layout
29512 こまんど@コマンド ! T ! 
29513 \backslash
29514 tag
29515 \end_layout
29516
29517 \end_inset
29518
29519 コマンドを使います。
29520 \begin_inset Formula 
29521 \begin{equation}
29522 A+B=C\tag{何とかかんとか}\label{eq:tag}
29523 \end{equation}
29524
29525 \end_inset
29526
29527 上記の例では、
29528 \series bold
29529
29530 \backslash
29531 tag
29532 \begin_inset space \textvisiblespace{}
29533 \end_inset
29534
29535 何とかかんとか
29536 \series default
29537 というコマンドを数式に打ち込んでいます。
29538 \end_layout
29539
29540 \begin_layout Standard
29541 代わりに
29542 \series bold
29543
29544 \backslash
29545 tag*
29546 \begin_inset space \textvisiblespace{}
29547 \end_inset
29548
29549 何とかかんとか
29550 \series default
29551 というコマンドを使うと、星印は表現の周りの括弧を抑制するので、以下のようになります。
29552 \begin_inset Formula 
29553 \[
29554 A+B=C\tag*{something}
29555 \]
29556
29557 \end_inset
29558
29559
29560 \end_layout
29561
29562 \begin_layout Standard
29563 \begin_inset VSpace bigskip
29564 \end_inset
29565
29566 数式番号を、文書中の新しい部門や節ごとに振りなおしたいときには、部に関しては
29567 \begin_inset Newline newline
29568 \end_inset
29569
29570
29571 \series bold
29572
29573 \backslash
29574 @addtoreset{equation}{part}
29575 \series default
29576
29577 \begin_inset Index idx
29578 status collapsed
29579
29580 \begin_layout Plain Layout
29581 こまんど@コマンド ! 
29582 \begin_inset ERT
29583 status collapsed
29584
29585 \begin_layout Plain Layout
29586
29587 "
29588 \end_layout
29589
29590 \end_inset
29591
29592 @
29593 \begin_inset ERT
29594 status collapsed
29595
29596 \begin_layout Plain Layout
29597
29598 "
29599 \end_layout
29600
29601 \end_inset
29602
29603  ! 
29604 \backslash
29605
29606 \begin_inset ERT
29607 status collapsed
29608
29609 \begin_layout Plain Layout
29610
29611 "
29612 \end_layout
29613
29614 \end_inset
29615
29616 @
29617 \begin_inset ERT
29618 status collapsed
29619
29620 \begin_layout Plain Layout
29621
29622 "
29623 \end_layout
29624
29625 \end_inset
29626
29627 addtoreset
29628 \end_layout
29629
29630 \end_inset
29631
29632
29633 \begin_inset Newline newline
29634 \end_inset
29635
29636 節に関しては
29637 \begin_inset Newline newline
29638 \end_inset
29639
29640
29641 \series bold
29642
29643 \backslash
29644 @addtoreset{equation}{section}
29645 \begin_inset Newline newline
29646 \end_inset
29647
29648
29649 \series default
29650 というコマンドを使います。
29651 \end_layout
29652
29653 \begin_layout Standard
29654 これらのコマンドをTeXモードで使えるようにするためには、
29655 \series bold
29656
29657 \backslash
29658 makeatletter
29659 \series default
29660 コマンドで「@」字をLaTeX中で「有効」にしてやらなくてはなりません。一方、
29661 \series bold
29662
29663 \backslash
29664 makeatother
29665 \series default
29666 コマンドはこれを無効にします。したがって、TeXモード中での上記コマンド列は、
29667 \end_layout
29668
29669 \begin_layout Standard
29670
29671 \series bold
29672
29673 \backslash
29674 makeatletter
29675 \begin_inset Newline newline
29676 \end_inset
29677
29678
29679 \backslash
29680 @addtoreset{equation}{section}
29681 \begin_inset Newline newline
29682 \end_inset
29683
29684
29685 \backslash
29686 makeatother
29687 \begin_inset Newline newline
29688 \end_inset
29689
29690
29691 \series default
29692 のようにならなくてはなりません。
29693 \end_layout
29694
29695 \begin_layout Standard
29696 LaTeXプリアンブル中では、
29697 \series bold
29698
29699 \backslash
29700 makeatletter
29701 \series default
29702
29703 \series bold
29704
29705 \backslash
29706 makeatother
29707 \series default
29708 は、LyXが内部的に自動で挿入するので省略してかまいません。
29709 \end_layout
29710
29711 \begin_layout Standard
29712
29713 \series bold
29714
29715 \backslash
29716 @addtoreset
29717 \series default
29718 を戻すには、まずLaTeXプリアンブル中に
29719 \end_layout
29720
29721 \begin_layout Standard
29722
29723 \series bold
29724
29725 \backslash
29726 usepackage{remreset}
29727 \end_layout
29728
29729 \begin_layout Standard
29730 という行を入れて、
29731 \series bold
29732 remreset.sty
29733 \series default
29734
29735 \begin_inset Foot
29736 status collapsed
29737
29738 \begin_layout Plain Layout
29739
29740 \series bold
29741 remreset
29742 \series default
29743 は、LaTeXパッケージの
29744 \series bold
29745 carlisle
29746 \series default
29747
29748 \begin_inset Index idx
29749 status collapsed
29750
29751 \begin_layout Plain Layout
29752 ぱっけーじ@パッケージ ! carlisle
29753 \end_layout
29754
29755 \end_inset
29756
29757 の一部として含まれており、LaTeX標準頒布版には含まれています。
29758 \end_layout
29759
29760 \end_inset
29761
29762
29763 \begin_inset Index idx
29764 status collapsed
29765
29766 \begin_layout Plain Layout
29767 ぱっけーじ@パッケージ ! remreset
29768 \end_layout
29769
29770 \end_inset
29771
29772 ファイルを読み込んでおかなくてはなりません。その後
29773 \begin_inset Newline newline
29774 \end_inset
29775
29776
29777 \series bold
29778
29779 \backslash
29780 @removefromreset
29781 \series default
29782
29783 \begin_inset Index idx
29784 status collapsed
29785
29786 \begin_layout Plain Layout
29787 こまんど@コマンド ! 
29788 \begin_inset ERT
29789 status collapsed
29790
29791 \begin_layout Plain Layout
29792
29793 "
29794 \end_layout
29795
29796 \end_inset
29797
29798 @
29799 \begin_inset ERT
29800 status collapsed
29801
29802 \begin_layout Plain Layout
29803
29804 "
29805 \end_layout
29806
29807 \end_inset
29808
29809  ! 
29810 \backslash
29811
29812 \begin_inset ERT
29813 status collapsed
29814
29815 \begin_layout Plain Layout
29816
29817 "
29818 \end_layout
29819
29820 \end_inset
29821
29822 @
29823 \begin_inset ERT
29824 status collapsed
29825
29826 \begin_layout Plain Layout
29827
29828 "
29829 \end_layout
29830
29831 \end_inset
29832
29833 removefromreset
29834 \end_layout
29835
29836 \end_inset
29837
29838 コマンドを
29839 \series bold
29840
29841 \backslash
29842 @addtoreset
29843 \series default
29844 と同じ書式で使用すると、
29845 \series bold
29846
29847 \backslash
29848 @addtoreset
29849 \series default
29850 を戻すことができます。
29851 \end_layout
29852
29853 \begin_layout Standard
29854 \begin_inset VSpace bigskip
29855 \end_inset
29856
29857 ときには、数式を
29858 \end_layout
29859
29860 \begin_layout Standard
29861
29862 \family typewriter
29863 (節番号.数式番号)
29864 \end_layout
29865
29866 \begin_layout Standard
29867 のような形で付番し、節ごとに数式番号を「1」から始めさせなくてはならないときがあります。
29868 \end_layout
29869
29870 \begin_layout Standard
29871 このような場合のために、
29872 \series bold
29873
29874 \backslash
29875 numberwithin
29876 \series default
29877
29878 \begin_inset Index idx
29879 status collapsed
29880
29881 \begin_layout Plain Layout
29882 こまんど@コマンド ! N ! 
29883 \backslash
29884 numberwithin
29885 \end_layout
29886
29887 \end_inset
29888
29889 というコマンドがあり、
29890 \end_layout
29891
29892 \begin_layout Standard
29893
29894 \series bold
29895
29896 \backslash
29897 numberwithin{カウンタ}{節階層}
29898 \end_layout
29899
29900 \begin_layout Standard
29901 という書式で用います。「カウンタ」は、どの番号を制御するかを表し、「節階層」は点の前に何の番号を振るのかを表します。
29902 \end_layout
29903
29904 \begin_layout Standard
29905 したがって、ここではLaTeXプリアンブルかTeXコードで
29906 \end_layout
29907
29908 \begin_layout Standard
29909
29910 \series bold
29911
29912 \backslash
29913 numberwithin{equation}{section}
29914 \end_layout
29915
29916 \begin_layout Standard
29917 という行を用いることにしましょう。その結果がこれです。
29918 \begin_inset ERT
29919 status collapsed
29920
29921 \begin_layout Plain Layout
29922
29923
29924 \backslash
29925 numberwithin{equation}{section}
29926 \end_layout
29927
29928 \end_inset
29929
29930
29931 \begin_inset Formula 
29932 \begin{equation}
29933 A+B=C
29934 \end{equation}
29935
29936 \end_inset
29937
29938
29939 \end_layout
29940
29941 \begin_layout Standard
29942 たとえば、部番号を節階層として使用して、表に付番を施すときには
29943 \begin_inset Newline newline
29944 \end_inset
29945
29946
29947 \series bold
29948
29949 \backslash
29950 numberwithin{table}{part}
29951 \series default
29952 を用います。
29953 \end_layout
29954
29955 \begin_layout Standard
29956 標準の付番方式に戻したいときや、この種の付番が文書クラスで定義されているときに、それを止めさせたい場合には、
29957 \end_layout
29958
29959 \begin_layout Standard
29960
29961 \series bold
29962
29963 \backslash
29964 renewcommand{
29965 \backslash
29966 theequation}{
29967 \backslash
29968 arabic{equation}}
29969 \begin_inset Index idx
29970 status collapsed
29971
29972 \begin_layout Plain Layout
29973 こまんど@コマンド ! A ! 
29974 \backslash
29975 arabic
29976 \end_layout
29977
29978 \end_inset
29979
29980
29981 \series default
29982
29983 \begin_inset ERT
29984 status collapsed
29985
29986 \begin_layout Plain Layout
29987
29988
29989 \backslash
29990 renewcommand{
29991 \backslash
29992 theequation}{
29993 \backslash
29994 arabic{equation}}
29995 \end_layout
29996
29997 \end_inset
29998
29999
30000 \series bold
30001
30002 \begin_inset Newline newline
30003 \end_inset
30004
30005
30006 \series default
30007 あるいは
30008 \series bold
30009
30010 \begin_inset Newline newline
30011 \end_inset
30012
30013
30014 \backslash
30015 renewcommand{
30016 \backslash
30017 thetable}{
30018 \backslash
30019 arabic{table}}
30020 \end_layout
30021
30022 \begin_layout Standard
30023 というコマンドをTeXコードとして入れるか、LaTeXプリアンブルに入れます。
30024 \series bold
30025
30026 \backslash
30027 numberwithin
30028 \series default
30029 は、内部的に上記で述べた
30030 \series bold
30031
30032 \backslash
30033 @addtoreset
30034 \series default
30035 コマンドを使用しているので、これも使用後は戻しておかなくてはなりません。
30036 \begin_inset ERT
30037 status collapsed
30038
30039 \begin_layout Plain Layout
30040
30041
30042 \backslash
30043 makeatletter
30044 \end_layout
30045
30046 \begin_layout Plain Layout
30047
30048
30049 \backslash
30050 @removefromreset{equation}{section}
30051 \end_layout
30052
30053 \begin_layout Plain Layout
30054
30055
30056 \backslash
30057 makeatother
30058 \end_layout
30059
30060 \end_inset
30061
30062
30063 \end_layout
30064
30065 \begin_layout Subsection
30066 ローマ数字や文字を使った付番
30067 \begin_inset Index idx
30068 status collapsed
30069
30070 \begin_layout Plain Layout
30071 すうしきばんごう@数式番号 ! もじをつかった@文字を使った
30072 \end_layout
30073
30074 \end_inset
30075
30076
30077 \begin_inset Index idx
30078 status collapsed
30079
30080 \begin_layout Plain Layout
30081 すうしきばんごう@数式番号 ! ろーますうじをつかった@ローマ数字を使った
30082 \end_layout
30083
30084 \end_inset
30085
30086
30087 \end_layout
30088
30089 \begin_layout Standard
30090 数式は、ローマ数字やラテン文字を使って付番することもできます。たとえば、小文字のローマ数字を使って付番するには、数式の前にTeXモードで
30091 \end_layout
30092
30093 \begin_layout Standard
30094
30095 \series bold
30096
30097 \backslash
30098 renewcommand{
30099 \backslash
30100 theequation}{
30101 \backslash
30102 roman{equation}}
30103 \end_layout
30104
30105 \begin_layout Standard
30106 というコマンドを入れます。
30107 \series bold
30108
30109 \backslash
30110 renewcommand
30111 \series default
30112
30113 \begin_inset Index idx
30114 status collapsed
30115
30116 \begin_layout Plain Layout
30117 こまんど@コマンド ! R ! 
30118 \backslash
30119 renewcommand
30120 \end_layout
30121
30122 \end_inset
30123
30124 は、定義済みのコマンド
30125 \series bold
30126
30127 \backslash
30128 theequation
30129 \series default
30130 をコマンド
30131 \series bold
30132
30133 \backslash
30134 roman{equation}
30135 \series default
30136 に再定義します
30137 \begin_inset Foot
30138 status collapsed
30139
30140 \begin_layout Plain Layout
30141
30142 \series bold
30143
30144 \backslash
30145 renewcommand
30146 \series default
30147 コマンドは、第
30148 \begin_inset CommandInset ref
30149 LatexCommand ref
30150 reference "sub:newcommandコマンド"
30151
30152 \end_inset
30153
30154 節に述べられている
30155 \series bold
30156
30157 \backslash
30158 newcommand
30159 \series default
30160 コマンドと同じ書式を持ちます。
30161 \end_layout
30162
30163 \end_inset
30164
30165 。ここで、
30166 \series bold
30167 equation
30168 \series default
30169 は数式カウンタです。コマンド
30170 \series bold
30171
30172 \backslash
30173 the
30174 \series default
30175 をカウンタの接頭辞として使用すると、カウンタの値がアラビア数字として出力されます。数式に番号を振ると、LaTeXは、内部的に
30176 \series bold
30177
30178 \backslash
30179 theequation
30180 \series default
30181 コマンドを数式の後ろに置くのです。
30182 \series bold
30183
30184 \backslash
30185 roman{equation}
30186 \begin_inset Index idx
30187 status collapsed
30188
30189 \begin_layout Plain Layout
30190 こまんど@コマンド ! R ! 
30191 \backslash
30192 roman
30193 \end_layout
30194
30195 \end_inset
30196
30197
30198 \series default
30199 は、カウンタを小文字のローマ数字として出力します。
30200 \end_layout
30201
30202 \begin_layout Standard
30203 こうして、
30204 \series bold
30205
30206 \backslash
30207 renew
30208 \series default
30209 c
30210 \series bold
30211 ommand
30212 \series default
30213 コマンド以降の数式はすべて、ローマ数字で付番されるようになります。大文字のローマ数字での付番に切り替えたいときは、同じコマンドの
30214 \series bold
30215
30216 \backslash
30217 roman
30218 \series default
30219 の部分を
30220 \series bold
30221
30222 \backslash
30223 Roman
30224 \series default
30225
30226 \begin_inset Index idx
30227 status collapsed
30228
30229 \begin_layout Plain Layout
30230 こまんど@コマンド ! R ! 
30231 \backslash
30232 roman@
30233 \backslash
30234 Roman
30235 \end_layout
30236
30237 \end_inset
30238
30239 に変えて挿入します。また、小文字ラテン文字を使って「付番」したいときのために、
30240 \series bold
30241
30242 \backslash
30243 alph
30244 \series default
30245
30246 \begin_inset Index idx
30247 status collapsed
30248
30249 \begin_layout Plain Layout
30250 こまんど@コマンド ! A ! 
30251 \backslash
30252 alph
30253 \end_layout
30254
30255 \end_inset
30256
30257 コマンドがあり、大文字ラテン文字を使って付番したいときのためには、
30258 \series bold
30259
30260 \backslash
30261 Alph
30262 \series default
30263
30264 \begin_inset Index idx
30265 status collapsed
30266
30267 \begin_layout Plain Layout
30268 こまんど@コマンド ! A ! 
30269 \backslash
30270 alph@
30271 \backslash
30272 Alph
30273 \end_layout
30274
30275 \end_inset
30276
30277 コマンドがあります。
30278 \end_layout
30279
30280 \begin_layout Standard
30281 \begin_inset Note Greyedout
30282 status open
30283
30284 \begin_layout Plain Layout
30285
30286 \series bold
30287 【註】
30288 \series default
30289 ラテン文字を使うと、一つの文書の中で、最大26個の数式しか番号を振ることができません。
30290 \end_layout
30291
30292 \end_inset
30293
30294
30295 \end_layout
30296
30297 \begin_layout Standard
30298 \begin_inset ERT
30299 status collapsed
30300
30301 \begin_layout Plain Layout
30302
30303
30304 \backslash
30305 renewcommand{
30306 \backslash
30307 theequation}{
30308 \backslash
30309 roman{equation}}
30310 \end_layout
30311
30312 \end_inset
30313
30314
30315 \end_layout
30316
30317 \begin_layout Standard
30318 \begin_inset Formula 
30319 \begin{equation}
30320 A=\textrm{小文字ローマ数字}
30321 \end{equation}
30322
30323 \end_inset
30324
30325
30326 \begin_inset ERT
30327 status collapsed
30328
30329 \begin_layout Plain Layout
30330
30331
30332 \backslash
30333 renewcommand{
30334 \backslash
30335 theequation}{
30336 \backslash
30337 Roman{equation}}
30338 \end_layout
30339
30340 \end_inset
30341
30342
30343 \begin_inset Formula 
30344 \begin{equation}
30345 B=\textrm{大文字ローマ数字}\label{eq:Rom}
30346 \end{equation}
30347
30348 \end_inset
30349
30350
30351 \begin_inset ERT
30352 status collapsed
30353
30354 \begin_layout Plain Layout
30355
30356
30357 \backslash
30358 renewcommand{
30359 \backslash
30360 theequation}{
30361 \backslash
30362 alph{equation}}
30363 \end_layout
30364
30365 \end_inset
30366
30367
30368 \begin_inset Formula 
30369 \begin{equation}
30370 C=\textrm{小文字ラテン文字}
30371 \end{equation}
30372
30373 \end_inset
30374
30375
30376 \begin_inset ERT
30377 status collapsed
30378
30379 \begin_layout Plain Layout
30380
30381
30382 \backslash
30383 renewcommand{
30384 \backslash
30385 theequation}{
30386 \backslash
30387 Alph{equation}}
30388 \end_layout
30389
30390 \end_inset
30391
30392
30393 \begin_inset Formula 
30394 \begin{equation}
30395 D=\textrm{大文字ラテン文字}\label{eq:Lat}
30396 \end{equation}
30397
30398 \end_inset
30399
30400
30401 \end_layout
30402
30403 \begin_layout Standard
30404 既定の付番方式に戻すには、以下のコマンドを挿入してください。
30405 \end_layout
30406
30407 \begin_layout Standard
30408
30409 \series bold
30410
30411 \backslash
30412 renewcommand{
30413 \backslash
30414 theequation}{
30415 \backslash
30416 arabic{equation}}
30417 \begin_inset Index idx
30418 status collapsed
30419
30420 \begin_layout Plain Layout
30421 こまんど@コマンド ! A ! 
30422 \backslash
30423 arabic
30424 \end_layout
30425
30426 \end_inset
30427
30428
30429 \end_layout
30430
30431 \begin_layout Standard
30432 \begin_inset ERT
30433 status collapsed
30434
30435 \begin_layout Plain Layout
30436
30437
30438 \backslash
30439 renewcommand{
30440 \backslash
30441 theequation}{
30442 \backslash
30443 arabic{equation}}
30444 \end_layout
30445
30446 \end_inset
30447
30448
30449 \begin_inset Formula 
30450 \begin{equation}
30451 E=\textrm{アラビア数字}
30452 \end{equation}
30453
30454 \end_inset
30455
30456
30457 \end_layout
30458
30459 \begin_layout Standard
30460 \begin_inset VSpace medskip
30461 \end_inset
30462
30463 以上からわかるとおり、付番様式の違いに関わらず、数式番号は連番で振られます。様式変更時に「1」から番号が始まるようにするためには、新しい数式カウンタを定義しなく
30464 てはなりません。この点に関する説明は、ファイル
30465 \begin_inset CommandInset href
30466 LatexCommand href
30467 name "Formula-numbering.lyx"
30468 target "run:Formula-numbering.lyx"
30469
30470 \end_inset
30471
30472 にあります。
30473 \end_layout
30474
30475 \begin_layout Section
30476 化学記号と化学式
30477 \begin_inset CommandInset label
30478 LatexCommand label
30479 name "sub:化学記号と化学式"
30480
30481 \end_inset
30482
30483
30484 \begin_inset Index idx
30485 status collapsed
30486
30487 \begin_layout Plain Layout
30488 かがくきごう@化学記号 ! きごう@記号
30489 \end_layout
30490
30491 \end_inset
30492
30493
30494 \begin_inset Index idx
30495 status collapsed
30496
30497 \begin_layout Plain Layout
30498 かがくしき@化学式
30499 \end_layout
30500
30501 \end_inset
30502
30503
30504 \begin_inset Index idx
30505 status collapsed
30506
30507 \begin_layout Plain Layout
30508 きごう@記号 ! かがく@化学
30509 \end_layout
30510
30511 \end_inset
30512
30513
30514 \end_layout
30515
30516 \begin_layout Standard
30517 以下は、化学関係の文章の例です。
30518 \end_layout
30519
30520 \begin_layout Quote
30521 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
30522 \end_inset
30523
30524 イオンは、2つの
30525 \begin_inset Formula $\mathrm{Na^{+}}$
30526 \end_inset
30527
30528 イオンと反応して、硫酸化塩
30529 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
30530 \end_inset
30531
30532 を形成します。この化学式は以下のようになります。
30533 \begin_inset Formula 
30534 \begin{equation}
30535 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chem-reaction}
30536 \end{equation}
30537
30538 \end_inset
30539
30540
30541 \end_layout
30542
30543 \begin_layout Standard
30544 この化学式は、直接数式として作成することができます。記号がイタリック体として表示されることを防ぐには、全体を選択してから
30545 \begin_inset Flex Ruby
30546 status collapsed
30547
30548 \begin_layout Plain Layout
30549 捷径
30550 \begin_inset Argument post:1
30551 status collapsed
30552
30553 \begin_layout Plain Layout
30554 ショートカット
30555 \end_layout
30556
30557 \end_inset
30558
30559
30560 \end_layout
30561
30562 \end_inset
30563
30564
30565 \begin_inset Info
30566 type  "shortcut"
30567 arg   "font-roman"
30568 \end_inset
30569
30570 を押せば、アップライトフォント様式に変更することができます
30571 \begin_inset Foot
30572 status collapsed
30573
30574 \begin_layout Plain Layout
30575 フォント様式に関しては、第
30576 \begin_inset CommandInset ref
30577 LatexCommand ref
30578 reference "sub:書体様式"
30579
30580 \end_inset
30581
30582 節を参照のこと。
30583 \end_layout
30584
30585 \end_inset
30586
30587
30588 \end_layout
30589
30590 \begin_layout Standard
30591 化学式を組版するのにもう少し便利な方法は、LaTeXパッケージ
30592 \series bold
30593 mhchem
30594 \series default
30595
30596 \begin_inset Index idx
30597 status collapsed
30598
30599 \begin_layout Plain Layout
30600 ぱっけーじ@パッケージ ! mhchem
30601 \end_layout
30602
30603 \end_inset
30604
30605 が導入されているときに使用することができる
30606 \series bold
30607
30608 \backslash
30609 ce
30610 \series default
30611
30612 \begin_inset Index idx
30613 status collapsed
30614
30615 \begin_layout Plain Layout
30616 こまんど@コマンド ! C ! 
30617 \backslash
30618 ce
30619 \end_layout
30620
30621 \end_inset
30622
30623 コマンドを使用することです。
30624 \series bold
30625
30626 \backslash
30627 ce
30628 \series default
30629 を数式に入力すると、新しい青いボックスが現れ、直感的に化学式を入力することができます。
30630 \end_layout
30631
30632 \begin_layout Standard
30633 \align center
30634 \begin_inset Tabular
30635 <lyxtabular version="3" rows="9" columns="2">
30636 <features rotate="0" tabularvalignment="middle">
30637 <column alignment="center" valignment="top">
30638 <column alignment="center" valignment="top">
30639 <row>
30640 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30641 \begin_inset Text
30642
30643 \begin_layout Plain Layout
30644 コマンド
30645 \end_layout
30646
30647 \end_inset
30648 </cell>
30649 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30650 \begin_inset Text
30651
30652 \begin_layout Plain Layout
30653 出力
30654 \begin_inset Note Note
30655 status collapsed
30656
30657 \begin_layout Plain Layout
30658
30659 \series bold
30660
30661 \backslash
30662 raisebox
30663 \series default
30664 はスペーサーとしてのみ使用されています。
30665 \end_layout
30666
30667 \end_inset
30668
30669
30670 \end_layout
30671
30672 \end_inset
30673 </cell>
30674 </row>
30675 <row>
30676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30677 \begin_inset Text
30678
30679 \begin_layout Plain Layout
30680
30681 \backslash
30682 ce
30683 \begin_inset space \textvisiblespace{}
30684 \end_inset
30685
30686 H2CO3
30687 \end_layout
30688
30689 \end_inset
30690 </cell>
30691 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30692 \begin_inset Text
30693
30694 \begin_layout Plain Layout
30695 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$
30696 \end_inset
30697
30698
30699 \end_layout
30700
30701 \end_inset
30702 </cell>
30703 </row>
30704 <row>
30705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30706 \begin_inset Text
30707
30708 \begin_layout Plain Layout
30709
30710 \backslash
30711 ce
30712 \begin_inset space \textvisiblespace{}
30713 \end_inset
30714
30715 SO4^2-
30716 \end_layout
30717
30718 \end_inset
30719 </cell>
30720 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30721 \begin_inset Text
30722
30723 \begin_layout Plain Layout
30724 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$
30725 \end_inset
30726
30727
30728 \end_layout
30729
30730 \end_inset
30731 </cell>
30732 </row>
30733 <row>
30734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30735 \begin_inset Text
30736
30737 \begin_layout Plain Layout
30738
30739 \backslash
30740 ce
30741 \begin_inset space \textvisiblespace{}
30742 \end_inset
30743
30744 (NH4)2S
30745 \end_layout
30746
30747 \end_inset
30748 </cell>
30749 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30750 \begin_inset Text
30751
30752 \begin_layout Plain Layout
30753 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$
30754 \end_inset
30755
30756
30757 \end_layout
30758
30759 \end_inset
30760 </cell>
30761 </row>
30762 <row>
30763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30764 \begin_inset Text
30765
30766 \begin_layout Plain Layout
30767
30768 \backslash
30769 ce
30770 \begin_inset space \textvisiblespace{}
30771 \end_inset
30772
30773 KCr(SO4)2.12H2O
30774 \end_layout
30775
30776 \end_inset
30777 </cell>
30778 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30779 \begin_inset Text
30780
30781 \begin_layout Plain Layout
30782 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
30783 \end_inset
30784
30785
30786 \end_layout
30787
30788 \end_inset
30789 </cell>
30790 </row>
30791 <row>
30792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30793 \begin_inset Text
30794
30795 \begin_layout Plain Layout
30796
30797 \backslash
30798 ce
30799 \begin_inset space \textvisiblespace{}
30800 \end_inset
30801
30802 A-B
30803 \backslash
30804 dbond
30805 \begin_inset space \textvisiblespace{}
30806 \end_inset
30807
30808 C
30809 \backslash
30810 tbond
30811 \begin_inset space \textvisiblespace{}
30812 \end_inset
30813
30814 D
30815 \end_layout
30816
30817 \end_inset
30818 </cell>
30819 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30820 \begin_inset Text
30821
30822 \begin_layout Plain Layout
30823 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
30824 \end_inset
30825
30826
30827 \end_layout
30828
30829 \end_inset
30830 </cell>
30831 </row>
30832 <row>
30833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30834 \begin_inset Text
30835
30836 \begin_layout Plain Layout
30837
30838 \backslash
30839 ce
30840 \begin_inset space \textvisiblespace{}
30841 \end_inset
30842
30843 ^227
30844 \begin_inset Formula $\downarrow$
30845 \end_inset
30846
30847 _90
30848 \begin_inset Formula $\to$
30849 \end_inset
30850
30851 Th+
30852 \end_layout
30853
30854 \end_inset
30855 </cell>
30856 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30857 \begin_inset Text
30858
30859 \begin_layout Plain Layout
30860 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
30861 \end_inset
30862
30863
30864 \end_layout
30865
30866 \end_inset
30867 </cell>
30868 </row>
30869 <row>
30870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30871 \begin_inset Text
30872
30873 \begin_layout Plain Layout
30874
30875 \backslash
30876 ce
30877 \begin_inset space \textvisiblespace{}
30878 \end_inset
30879
30880 CO2
30881 \begin_inset space \textvisiblespace{}
30882 \end_inset
30883
30884 +
30885 \begin_inset space \textvisiblespace{}
30886 \end_inset
30887
30888 C
30889 \begin_inset space \textvisiblespace{}
30890 \end_inset
30891
30892 <=>
30893 \begin_inset space \textvisiblespace{}
30894 \end_inset
30895
30896 2CO
30897 \end_layout
30898
30899 \end_inset
30900 </cell>
30901 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30902 \begin_inset Text
30903
30904 \begin_layout Plain Layout
30905 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$
30906 \end_inset
30907
30908
30909 \end_layout
30910
30911 \end_inset
30912 </cell>
30913 </row>
30914 <row>
30915 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30916 \begin_inset Text
30917
30918 \begin_layout Plain Layout
30919
30920 \backslash
30921 ce
30922 \begin_inset space \textvisiblespace{}
30923 \end_inset
30924
30925 CO2
30926 \begin_inset space \textvisiblespace{}
30927 \end_inset
30928
30929 +
30930 \begin_inset space \textvisiblespace{}
30931 \end_inset
30932
30933 C
30934 \begin_inset space \textvisiblespace{}
30935 \end_inset
30936
30937 ->[
30938 \backslash
30939 alpha][
30940 \backslash
30941 beta]
30942 \begin_inset space \textvisiblespace{}
30943 \end_inset
30944
30945 2CO}
30946 \end_layout
30947
30948 \end_inset
30949 </cell>
30950 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30951 \begin_inset Text
30952
30953 \begin_layout Plain Layout
30954 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
30955 \end_inset
30956
30957
30958 \end_layout
30959
30960 \end_inset
30961 </cell>
30962 </row>
30963 </lyxtabular>
30964
30965 \end_inset
30966
30967
30968 \end_layout
30969
30970 \begin_layout Standard
30971 \begin_inset Note Greyedout
30972 status open
30973
30974 \begin_layout Plain Layout
30975
30976 \series bold
30977 【註】
30978 \backslash
30979 ce
30980 \series default
30981 ボックスに数式を入れようとすると、LaTeXエラーが発生します。このような場合には、
30982 \series bold
30983
30984 \backslash
30985 ce{$
30986 \backslash
30987 mu
30988 \backslash
30989 hyphen$Cl}
30990 \series default
30991 (
30992 \begin_inset ERT
30993 status collapsed
30994
30995 \begin_layout Plain Layout
30996
30997
30998 \backslash
30999 ce{$
31000 \backslash
31001 mu
31002 \backslash
31003 hyphen$Cl}
31004 \end_layout
31005
31006 \end_inset
31007
31008 )のようにTeXコードを使わなくてはなりません。
31009 \end_layout
31010
31011 \end_inset
31012
31013
31014 \end_layout
31015
31016 \begin_layout Standard
31017
31018 \series bold
31019
31020 \backslash
31021 ce
31022 \series default
31023 を使うと
31024 \begin_inset CommandInset ref
31025 LatexCommand eqref
31026 reference "eq:chem-reaction"
31027
31028 \end_inset
31029
31030 式のコマンドは
31031 \begin_inset Newline newline
31032 \end_inset
31033
31034
31035 \series bold
31036  
31037 \backslash
31038 ce
31039 \begin_inset space \textvisiblespace{}
31040 \end_inset
31041
31042 2Na+
31043 \begin_inset space \textvisiblespace{}
31044 \end_inset
31045
31046 +
31047 \begin_inset space \textvisiblespace{}
31048 \end_inset
31049
31050 SO4^2-
31051 \begin_inset space \textvisiblespace{}
31052 \end_inset
31053
31054
31055 \begin_inset space \textvisiblespace{}
31056 \end_inset
31057
31058 ->
31059 \begin_inset space \textvisiblespace{}
31060 \end_inset
31061
31062 Na2SO4
31063 \begin_inset Newline newline
31064 \end_inset
31065
31066
31067 \series default
31068 のようになります。
31069 \end_layout
31070
31071 \begin_layout Standard
31072 複数行の化学式を作るには、第
31073 \begin_inset CommandInset ref
31074 LatexCommand ref
31075 reference "sec:多行数式"
31076
31077 \end_inset
31078
31079 節に述べられている方法で、多行数式をまず作ります。その後、数式の小さな青いボックスそれぞれに
31080 \series bold
31081
31082 \backslash
31083 ce
31084 \series default
31085 コマンドを使用します。
31086 \begin_inset CommandInset ref
31087 LatexCommand eqref
31088 reference "eq:TEOS-reaction-1"
31089
31090 \end_inset
31091
31092 式と
31093 \begin_inset CommandInset ref
31094 LatexCommand eqref
31095 reference "eq:TEOS-reaction-2"
31096
31097 \end_inset
31098
31099 式は、多段化学反応式の例で、一つの式毎に番号が振られています。
31100 \begin_inset Formula 
31101 \begin{eqnarray}
31102 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reaction-1}\\
31103 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reaction-2}
31104 \end{eqnarray}
31105
31106 \end_inset
31107
31108
31109 \end_layout
31110
31111 \begin_layout Standard
31112
31113 \series bold
31114 mhchem
31115 \series default
31116 パッケージは、
31117 \series bold
31118
31119 \backslash
31120 ce
31121 \series default
31122 の他に、特殊ケースに使用する
31123 \series bold
31124
31125 \backslash
31126 cf
31127 \series default
31128
31129 \begin_inset Index idx
31130 status collapsed
31131
31132 \begin_layout Plain Layout
31133 こまんど@コマンド ! C ! 
31134 \backslash
31135 cf
31136 \end_layout
31137
31138 \end_inset
31139
31140 コマンドを提供しています。
31141 \series bold
31142
31143 \backslash
31144 cf
31145 \series default
31146 の詳しい情報と例示については、
31147 \series bold
31148 mhchem
31149 \series default
31150
31151 \begin_inset CommandInset citation
31152 LatexCommand cite
31153 key "mhchem"
31154
31155 \end_inset
31156
31157 の取扱説明書をご覧ください。
31158 \end_layout
31159
31160 \begin_layout Section
31161 図解
31162 \end_layout
31163
31164 \begin_layout Standard
31165 LyXは、二つの型の可換図
31166 \series bold
31167 amscd
31168 \series default
31169 および
31170 \series bold
31171 xymatrix
31172 \series default
31173 をサポートしており、以下でこれらの説明をします。
31174 \end_layout
31175
31176 \begin_layout Subsection
31177 amscd図解
31178 \begin_inset Index idx
31179 status collapsed
31180
31181 \begin_layout Plain Layout
31182 ずかい@図解 ! amscd
31183 \end_layout
31184
31185 \end_inset
31186
31187
31188 \end_layout
31189
31190 \begin_layout Standard
31191 この型の図解は、以下のように、関係を縦横の線や矢印で図示します。
31192 \begin_inset Formula 
31193 \[
31194 \begin{CD}A@>>>B@>>>C\\
31195 @AAA@.@VVV\\
31196 F@<<<E@<<<D
31197 \end{CD}
31198 \]
31199
31200 \end_inset
31201
31202
31203 \end_layout
31204
31205 \begin_layout Standard
31206 これを作るには、数式に
31207 \series bold
31208
31209 \backslash
31210 CD
31211 \begin_inset Index idx
31212 status collapsed
31213
31214 \begin_layout Plain Layout
31215 こまんど@コマンド ! C ! 
31216 \backslash
31217 CD
31218 \end_layout
31219
31220 \end_inset
31221
31222
31223 \series default
31224 コマンドを挿入します。二つの点線に囲まれた青枠が現れるので、ここにコマンドを入れていきます。
31225 \begin_inset Info
31226 type  "shortcut"
31227 arg   "newline-insert newline"
31228 \end_inset
31229
31230 を押すと、新しい行が作られます。水平方向の関係は奇数行に入れ、垂直方向の関係は偶数行に入れます。
31231 \end_layout
31232
31233 \begin_layout Standard
31234 関係を作るには、以下のコマンドがあります。
31235 \end_layout
31236
31237 \begin_layout Itemize
31238 \begin_inset Formula $\boldsymbol{@<<<}$
31239 \end_inset
31240
31241 は左矢印、
31242 \begin_inset Formula $\boldsymbol{@>>>}$
31243 \end_inset
31244
31245 は右矢印、
31246 \series bold
31247 @=
31248 \series default
31249 は長い等号を生成します。
31250 \end_layout
31251
31252 \begin_layout Itemize
31253
31254 \series bold
31255 @AAA
31256 \series default
31257 は上矢印、
31258 \series bold
31259 @VVV
31260 \series default
31261 は下矢印、
31262 \begin_inset Formula $\boldsymbol{@|}$
31263 \end_inset
31264
31265 は縦向きの等号を生成します。
31266 \end_layout
31267
31268 \begin_layout Itemize
31269
31270 \series bold
31271 @.
31272 \series default
31273 は関係が存在しない部分に置きます。
31274 \end_layout
31275
31276 \begin_layout Standard
31277 矢印はすべて、以下のようにラベル付けをすることができます。
31278 \end_layout
31279
31280 \begin_layout Itemize
31281 文章を、第1と第2の「
31282 \begin_inset Formula $<$
31283 \end_inset
31284
31285 」ないし「
31286 \begin_inset Formula $>$
31287 \end_inset
31288
31289 」のあいだに入れると、この文章は矢印の上に表示されます。第2・第3の「
31290 \begin_inset Formula $<$
31291 \end_inset
31292
31293 」ないし「
31294 \begin_inset Formula $>$
31295 \end_inset
31296
31297 」のあいだに入れると、矢印の下に表示されます。
31298 \end_layout
31299
31300 \begin_layout Itemize
31301 縦矢印に付ける文章を、第1・第2の「A」ないし「V」のあいだに入れると、この文章は矢印の左に表示されます。第2・第3のもののあいだに入れると、矢印の右に表示され
31302 ます。文章中に「A」や「V」の文字があるときには、これらはTeX括弧の中に入れなくてはなりません。
31303 \end_layout
31304
31305 \begin_layout Standard
31306 以下は、上記のすべての関係を使った例です。
31307 \end_layout
31308
31309 \begin_layout Standard
31310 \begin_inset Formula 
31311 \[
31312 \begin{CD}A@>j>>B@>>k>C@=F\\
31313 @AmAA@.@VV{V}V@|\\
31314 D@<<j<E@>k>>F@=C
31315 \end{CD}
31316 \]
31317
31318 \end_inset
31319
31320
31321 \end_layout
31322
31323 \begin_layout Standard
31324 これを作るコマンドは、以下のとおりです。
31325 \begin_inset Newline newline
31326 \end_inset
31327
31328
31329 \series bold
31330
31331 \backslash
31332 CD
31333 \begin_inset space \textvisiblespace{}
31334 \end_inset
31335
31336 A
31337 \begin_inset Formula $\boldsymbol{@>}$
31338 \end_inset
31339
31340 j
31341 \begin_inset Formula $\boldsymbol{>>}$
31342 \end_inset
31343
31344 B
31345 \begin_inset Formula $\boldsymbol{@>>}$
31346 \end_inset
31347
31348 k
31349 \begin_inset Formula $\boldsymbol{>}$
31350 \end_inset
31351
31352 C@=F Ctrl+Return
31353 \begin_inset Newline newline
31354 \end_inset
31355
31356
31357 \begin_inset Phantom HPhantom
31358 status open
31359
31360 \begin_layout Plain Layout
31361
31362 \series bold
31363
31364 \backslash
31365 CD
31366 \begin_inset space \textvisiblespace{}
31367 \end_inset
31368
31369
31370 \end_layout
31371
31372 \end_inset
31373
31374 @AmAA@.@VV
31375 \backslash
31376 {V
31377 \series default
31378
31379 \begin_inset Formula $\to$
31380 \end_inset
31381
31382
31383 \series bold
31384 V
31385 \begin_inset Formula $\boldsymbol{@|}$
31386 \end_inset
31387
31388  Ctrl+Return
31389 \begin_inset Newline newline
31390 \end_inset
31391
31392
31393 \begin_inset Phantom HPhantom
31394 status open
31395
31396 \begin_layout Plain Layout
31397
31398 \series bold
31399
31400 \backslash
31401 CD
31402 \begin_inset space \textvisiblespace{}
31403 \end_inset
31404
31405
31406 \end_layout
31407
31408 \end_inset
31409
31410 D
31411 \begin_inset Formula $\boldsymbol{@<<}$
31412 \end_inset
31413
31414 j
31415 \begin_inset Formula $\boldsymbol{<}$
31416 \end_inset
31417
31418 E
31419 \begin_inset Formula $\boldsymbol{@>}$
31420 \end_inset
31421
31422 k
31423 \begin_inset Formula $\boldsymbol{>>}$
31424 \end_inset
31425
31426 F@=C
31427 \end_layout
31428
31429 \begin_layout Subsection
31430 xymatrix図解
31431 \begin_inset Index idx
31432 status collapsed
31433
31434 \begin_layout Plain Layout
31435 ずかい@図解 ! xymatrix
31436 \end_layout
31437
31438 \end_inset
31439
31440
31441 \end_layout
31442
31443 \begin_layout Standard
31444 xymatricesを使うには、LaTeXパッケージの
31445 \series bold
31446 xypic
31447 \series default
31448 が導入済みである必要があります。xymatrixは、数式中に
31449 \series bold
31450
31451 \backslash
31452 xymatrix
31453 \series default
31454 コマンドを入れることで作ることができます。すると、通常の行列と同じようにして、列や行を付け加えることができます。第
31455 \begin_inset CommandInset ref
31456 LatexCommand ref
31457 reference "sec:行列"
31458
31459 \end_inset
31460
31461 節をご参照下さい。
31462 \end_layout
31463
31464 \begin_layout Standard
31465 amscd図解とは異なり、xymatricesは、対角矢印や曲がった矢印など多様なサポートをしています。作ることのできる可換図と装飾は、
31466 \family sans
31467 ヘルプ\SpecialChar \menuseparator
31468 用途別説明書\SpecialChar \menuseparator
31469 XY-pic説明書
31470 \family default
31471 メニューにある
31472 \emph on
31473 XY-pic説明書
31474 \emph default
31475 で詳しく網羅しています。
31476 \end_layout
31477
31478 \begin_layout Subsection
31479 ファインマン図
31480 \series medium
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 ファインマン図を使うには、LaTeXパッケージ
31496 \series bold
31497 feyn
31498 \series default
31499 を導入しておかなくてはなりません。すると、ファインマン図は、数式中で
31500 \series bold
31501
31502 \backslash
31503 Diagram
31504 \series default
31505 コマンドを挿入すれば生成されます。通常の行列で行うのと同じようにして新規行や新規列を加えることができます(第
31506 \begin_inset CommandInset ref
31507 LatexCommand ref
31508 reference "sec:行列"
31509
31510 \end_inset
31511
31512 節参照)。
31513 \end_layout
31514
31515 \begin_layout Standard
31516 LyXでのファインマン図の作り方は、メニュー
31517 \family sans
31518 ヘルプ\SpecialChar \menuseparator
31519 用途別説明書
31520 \family default
31521 内の『
31522 \emph on
31523 ファインマン図
31524 \emph default
31525 』にあります。
31526 \end_layout
31527
31528 \begin_layout Section
31529 ユーザー定義コマンド
31530 \begin_inset Index idx
31531 status collapsed
31532
31533 \begin_layout Plain Layout
31534 ゆーざーていぎこまんど@ユーザー定義コマンド
31535 \end_layout
31536
31537 \end_inset
31538
31539
31540 \end_layout
31541
31542 \begin_layout Standard
31543 \begin_inset Note Greyedout
31544 status open
31545
31546 \begin_layout Plain Layout
31547 【註】ユーザー定義コマンド名及びマクロ名には、ラテン文字しか使用することができません。
31548 \end_layout
31549
31550 \end_inset
31551
31552
31553 \end_layout
31554
31555 \begin_layout Subsection
31556
31557 \backslash
31558 newcommandコマンド
31559 \begin_inset CommandInset label
31560 LatexCommand label
31561 name "sub:newcommandコマンド"
31562
31563 \end_inset
31564
31565
31566 \begin_inset Index idx
31567 status collapsed
31568
31569 \begin_layout Plain Layout
31570 ゆーざーていぎこまんど@ユーザー定義コマンド ! 
31571 \backslash
31572 newcommand
31573 \end_layout
31574
31575 \end_inset
31576
31577
31578 \begin_inset Index idx
31579 status collapsed
31580
31581 \begin_layout Plain Layout
31582 こまんど@コマンド ! N ! 
31583 \backslash
31584 newcommand
31585 \end_layout
31586
31587 \end_inset
31588
31589
31590 \end_layout
31591
31592 \begin_layout Standard
31593 頻繁に用いるには、長すぎるLaTeXコマンドはたくさんありますが、
31594 \series bold
31595
31596 \backslash
31597 newcommand
31598 \series default
31599 コマンドを使えば、新しい短縮コマンドを定義することが可能です。
31600 \end_layout
31601
31602 \begin_layout Standard
31603
31604 \series bold
31605
31606 \backslash
31607 newcommand
31608 \series default
31609 コマンドの書式は、
31610 \end_layout
31611
31612 \begin_layout Standard
31613
31614 \series bold
31615
31616 \backslash
31617 newcommand{新コマンド名}[引数の数][オプションの値]
31618 \begin_inset Newline newline
31619 \end_inset
31620
31621
31622 \begin_inset Phantom HPhantom
31623 status open
31624
31625 \begin_layout Plain Layout
31626
31627 \series bold
31628
31629 \backslash
31630 newcommand
31631 \end_layout
31632
31633 \end_inset
31634
31635 {コマンド定義}
31636 \end_layout
31637
31638 \begin_layout Standard
31639 です。
31640 \end_layout
31641
31642 \begin_layout Standard
31643 \begin_inset Note Greyedout
31644 status open
31645
31646 \begin_layout Plain Layout
31647
31648 \series bold
31649 【註】
31650 \series default
31651 新コマンド名が、使用中の文書や呼び出しているLaTeXパッケージで、既に使用されていないことを確認して下さい。たとえば、
31652 \series bold
31653
31654 \backslash
31655 Leftarrow
31656 \series default
31657 の短縮のつもりで
31658 \series bold
31659
31660 \backslash
31661 le
31662 \series default
31663 というコマンドを定義したとすると、
31664 \series bold
31665
31666 \backslash
31667 le
31668 \series default
31669 は既に「
31670 \begin_inset Formula $\le$
31671 \end_inset
31672
31673 」を表すコマンドとして定義されてしまっているので、エラーメッセージが表示されます。
31674 \end_layout
31675
31676 \end_inset
31677
31678
31679 \end_layout
31680
31681 \begin_layout Standard
31682 「引数の数」は、0
31683 \begin_inset space \thinspace{}
31684 \end_inset
31685
31686 -
31687 \begin_inset space \thinspace{}
31688 \end_inset
31689
31690 9の範囲の整数であり、新コマンドがいくつの引数をとるかを指定するものです。「オプションの値」では、非必須の引数の既定値を定義できます。これを指定すると、新コマン
31691 ドの
31692 \emph on
31693 最初の
31694 \emph default
31695 引数は、自動的に非必須の引数になります。
31696 \end_layout
31697
31698 \begin_layout Standard
31699 以下にいくつかの例を挙げます。
31700 \end_layout
31701
31702 \begin_layout Itemize
31703
31704 \series bold
31705
31706 \backslash
31707 Longrightarrow
31708 \series default
31709 の短縮形として
31710 \series bold
31711
31712 \backslash
31713 gr
31714 \series default
31715 というコマンドを定義するには、LaTeXプリアンブルに以下の行を加えます。
31716 \begin_inset VSpace medskip
31717 \end_inset
31718
31719
31720 \begin_inset Newline newline
31721 \end_inset
31722
31723
31724 \series bold
31725
31726 \backslash
31727 newcommand{
31728 \backslash
31729 gr}{
31730 \backslash
31731 Longrightarrow}
31732 \end_layout
31733
31734 \begin_layout Itemize
31735
31736 \series bold
31737
31738 \backslash
31739 underline
31740 \series default
31741 の短縮形として
31742 \series bold
31743
31744 \backslash
31745 us
31746 \series default
31747 というコマンドを定義するには、(下線を引くべき文字列を示す)引数を考慮に入れなくてはなりません。このためには、以下のようなプリアンブル行を入れます。
31748 \begin_inset VSpace medskip
31749 \end_inset
31750
31751
31752 \begin_inset Newline newline
31753 \end_inset
31754
31755
31756 \series bold
31757
31758 \backslash
31759 newcommand{
31760 \backslash
31761 us}[1]{
31762 \backslash
31763 underline{#1}}
31764 \series default
31765
31766 \begin_inset VSpace medskip
31767 \end_inset
31768
31769
31770 \begin_inset Newline newline
31771 \end_inset
31772
31773
31774 \series bold
31775 #
31776 \series default
31777 」という文字は、引数の入る場所を示し、その後ろの「
31778 \series bold
31779 1
31780 \series default
31781 」は、これが第1引数の入る場所であることを示します。
31782 \end_layout
31783
31784 \begin_layout Itemize
31785
31786 \series bold
31787
31788 \backslash
31789 framebox
31790 \series default
31791 の短縮形として、たとえば
31792 \series bold
31793
31794 \backslash
31795 fb
31796 \series default
31797 というコマンドを定義するには、
31798 \begin_inset VSpace medskip
31799 \end_inset
31800
31801
31802 \begin_inset Newline newline
31803 \end_inset
31804
31805
31806 \series bold
31807
31808 \backslash
31809 newcommand{
31810 \backslash
31811 fb}[3]{
31812 \backslash
31813 framebox#1#2{$#3$}}
31814 \series default
31815
31816 \begin_inset VSpace medskip
31817 \end_inset
31818
31819
31820 \begin_inset Newline newline
31821 \end_inset
31822
31823 二つのドルマークは、
31824 \series bold
31825
31826 \backslash
31827 framebox
31828 \series default
31829 が必要とする内部の数式を作り出します。第
31830 \begin_inset CommandInset ref
31831 LatexCommand ref
31832 reference "sub:縁付きボックス"
31833
31834 \end_inset
31835
31836 節をご参照下さい。
31837 \end_layout
31838
31839 \begin_layout Itemize
31840 ボックスの色を指定する必要がない
31841 \series bold
31842
31843 \backslash
31844 fcolorbox
31845 \series default
31846 用の新コマンドを作るには、以下のように、色を示す引数を非必須として定義します。
31847 \begin_inset VSpace medskip
31848 \end_inset
31849
31850
31851 \begin_inset Newline newline
31852 \end_inset
31853
31854
31855 \series bold
31856
31857 \backslash
31858 newcommand{
31859 \backslash
31860 cb}[3][white]{
31861 \backslash
31862 fcolorbox{#2}{#1}{$#3$}}
31863 \series default
31864
31865 \begin_inset VSpace medskip
31866 \end_inset
31867
31868
31869 \begin_inset Newline newline
31870 \end_inset
31871
31872
31873 \series bold
31874
31875 \backslash
31876 cb
31877 \series default
31878 を使うときに色が指定されなければ、事前に定義された色である
31879 \series bold
31880 white
31881 \series default
31882 が使用されます。
31883 \end_layout
31884
31885 \begin_layout Standard
31886 以下は、上で定義したコマンドの動作テストです。
31887 \end_layout
31888
31889 \begin_layout Standard
31890 \align center
31891 \begin_inset Tabular
31892 <lyxtabular version="3" rows="6" columns="2">
31893 <features rotate="0" tabularvalignment="middle">
31894 <column alignment="center" valignment="top">
31895 <column alignment="center" valignment="top">
31896 <row>
31897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31898 \begin_inset Text
31899
31900 \begin_layout Plain Layout
31901 コマンド
31902 \end_layout
31903
31904 \end_inset
31905 </cell>
31906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31907 \begin_inset Text
31908
31909 \begin_layout Plain Layout
31910 出力
31911 \begin_inset Note Note
31912 status collapsed
31913
31914 \begin_layout Plain Layout
31915 ここで
31916 \series bold
31917
31918 \backslash
31919 raisebox
31920 \series default
31921 はスペーサーとして使用しているだけです。
31922 \end_layout
31923
31924 \end_inset
31925
31926
31927 \end_layout
31928
31929 \end_inset
31930 </cell>
31931 </row>
31932 <row>
31933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31934 \begin_inset Text
31935
31936 \begin_layout Plain Layout
31937 A
31938 \backslash
31939 gr
31940 \begin_inset space \textvisiblespace{}
31941 \end_inset
31942
31943 B
31944 \end_layout
31945
31946 \end_inset
31947 </cell>
31948 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31949 \begin_inset Text
31950
31951 \begin_layout Plain Layout
31952 \begin_inset Formula $A\gr B$
31953 \end_inset
31954
31955
31956 \end_layout
31957
31958 \end_inset
31959 </cell>
31960 </row>
31961 <row>
31962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31963 \begin_inset Text
31964
31965 \begin_layout Plain Layout
31966
31967 \backslash
31968 us{ABcd
31969 \end_layout
31970
31971 \end_inset
31972 </cell>
31973 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31974 \begin_inset Text
31975
31976 \begin_layout Plain Layout
31977 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
31978 \end_inset
31979
31980
31981 \end_layout
31982
31983 \end_inset
31984 </cell>
31985 </row>
31986 <row>
31987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31988 \begin_inset Text
31989
31990 \begin_layout Plain Layout
31991
31992 \backslash
31993 fb{[2cm]
31994 \begin_inset Formula $\to$
31995 \end_inset
31996
31997
31998 \backslash
31999 {
32000 \begin_inset Formula $\to$
32001 \end_inset
32002
32003
32004 \backslash
32005 {
32006 \backslash
32007 int
32008 \begin_inset space \textvisiblespace{}
32009 \end_inset
32010
32011 A=B
32012 \end_layout
32013
32014 \end_inset
32015 </cell>
32016 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32017 \begin_inset Text
32018
32019 \begin_layout Plain Layout
32020 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
32021 \end_inset
32022
32023
32024 \end_layout
32025
32026 \end_inset
32027 </cell>
32028 </row>
32029 <row>
32030 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32031 \begin_inset Text
32032
32033 \begin_layout Plain Layout
32034
32035 \backslash
32036 cb{red
32037 \begin_inset Formula $\to$
32038 \end_inset
32039
32040
32041 \backslash
32042 {
32043 \backslash
32044 int
32045 \begin_inset space \textvisiblespace{}
32046 \end_inset
32047
32048 A=B
32049 \end_layout
32050
32051 \end_inset
32052 </cell>
32053 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32054 \begin_inset Text
32055
32056 \begin_layout Plain Layout
32057 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
32058 \end_inset
32059
32060
32061 \end_layout
32062
32063 \end_inset
32064 </cell>
32065 </row>
32066 <row>
32067 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32068 \begin_inset Text
32069
32070 \begin_layout Plain Layout
32071
32072 \backslash
32073 cb[green]
32074 \backslash
32075 {red
32076 \begin_inset Formula $\to$
32077 \end_inset
32078
32079
32080 \backslash
32081 {
32082 \backslash
32083 int
32084 \begin_inset space \textvisiblespace{}
32085 \end_inset
32086
32087 A=B
32088 \end_layout
32089
32090 \end_inset
32091 </cell>
32092 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32093 \begin_inset Text
32094
32095 \begin_layout Plain Layout
32096 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
32097 \end_inset
32098
32099
32100 \end_layout
32101
32102 \end_inset
32103 </cell>
32104 </row>
32105 </lyxtabular>
32106
32107 \end_inset
32108
32109
32110 \end_layout
32111
32112 \begin_layout Subsection
32113 数式マクロ
32114 \begin_inset Index idx
32115 status collapsed
32116
32117 \begin_layout Plain Layout
32118 ゆーざーていぎこまんど@ユーザー定義コマンド ! すうしきまくろ@数式マクロ
32119 \end_layout
32120
32121 \end_inset
32122
32123
32124 \begin_inset Index idx
32125 status collapsed
32126
32127 \begin_layout Plain Layout
32128 まくろ@マクロ
32129 \end_layout
32130
32131 \end_inset
32132
32133
32134 \end_layout
32135
32136 \begin_layout Standard
32137 ユーザー定義コマンドは、複雑な表現を使うときに特に便利です。たとえば、文書中で二次方程式を扱っているとすると、同じような解の形が何度も出てきます。二次方程式の一
32138 般型は、
32139 \begin_inset Formula 
32140 \[
32141 0=\lambda^{2}+p\lambda+q
32142 \]
32143
32144 \end_inset
32145
32146 であり、その解の一般型は
32147 \begin_inset Formula 
32148 \[
32149 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
32150 \]
32151
32152 \end_inset
32153
32154
32155 \end_layout
32156
32157 \begin_layout Standard
32158 です。
32159 \begin_inset Formula $\lambda$
32160 \end_inset
32161
32162
32163 \begin_inset Formula $p$
32164 \end_inset
32165
32166
32167 \begin_inset Formula $q$
32168 \end_inset
32169
32170 の3つのパラメータを指定することが必須であり、
32171 \begin_inset Formula $\lambda$
32172 \end_inset
32173
32174 の指数をオプションとして与えることができるような、解の公式のコマンドを定義するには、以下のようなLaTeXプリアンブル行を加えます。
32175 \begin_inset Newline newline
32176 \end_inset
32177
32178
32179 \series bold
32180
32181 \backslash
32182 newcommand{
32183 \backslash
32184 qG}[4][1,
32185 \backslash
32186 ,2]{#2_{#1}=-
32187 \backslash
32188 frac{#3}{2}
32189 \backslash
32190 pm
32191 \begin_inset Newline newline
32192 \end_inset
32193
32194
32195 \begin_inset Phantom HPhantom
32196 status open
32197
32198 \begin_layout Plain Layout
32199
32200 \series bold
32201
32202 \backslash
32203 newcommand
32204 \end_layout
32205
32206 \end_inset
32207
32208
32209 \backslash
32210 sqrt{
32211 \backslash
32212 frac{#3^{2}}{4}-#4}}
32213 \end_layout
32214
32215 \begin_layout Standard
32216 これを使って解の公式を作るには、
32217 \begin_inset Newline newline
32218 \end_inset
32219
32220
32221 \series bold
32222
32223 \backslash
32224 qG{
32225 \backslash
32226 lambda
32227 \begin_inset Formula $\to$
32228 \end_inset
32229
32230
32231 \backslash
32232 {p
32233 \begin_inset Formula $\to$
32234 \end_inset
32235
32236
32237 \backslash
32238 {q
32239 \series default
32240 というコマンドを数式に入れます。
32241 \end_layout
32242
32243 \begin_layout Standard
32244 新コマンドを定義する方法は、たとえばLaTeX中で分数は
32245 \series bold
32246
32247 \backslash
32248 frac{分子}{分母}
32249 \series default
32250 の形で入れなくてはならないことなど、使用するすべてのLaTeXコマンドの書式を知っている必要があるので、直感的ではありません。さらに、定義中で中括弧を入れ忘れる
32251 ことはよくあり、それをやってしまうと、LyXからは新コマンドが何をやらかしているか確認しにくくなってしまいます。これらの問題を回避するために、LyXは、
32252 \series bold
32253
32254 \backslash
32255 newcommand
32256 \series default
32257 コマンドの代わりに、数式マクロを使う方法を提供しています。
32258 \end_layout
32259
32260 \begin_layout Standard
32261 数式マクロは、
32262 \family sans
32263 挿入\SpecialChar \menuseparator
32264 数式\SpecialChar \menuseparator
32265 マクロ
32266 \family default
32267 メニューか、ツールバーボタンの
32268 \begin_inset Graphics
32269         filename ../../images/math-macro_newmacroname_newcommand.png
32270         scale 85
32271
32272 \end_inset
32273
32274 で作ることができます。すると、数式マクロツールバーが表示されるとともに、マクロを定義した箇所に以下のようなボックスが現れます。
32275 \begin_inset Newline newline
32276 \end_inset
32277
32278
32279 \begin_inset space \hspace*{\fill}
32280 \end_inset
32281
32282
32283 \begin_inset Graphics
32284         filename clipart/macrobox.png
32285
32286 \end_inset
32287
32288
32289 \begin_inset space \hspace*{\fill}
32290 \end_inset
32291
32292
32293 \begin_inset Newline newline
32294 \end_inset
32295
32296
32297 \begin_inset FormulaMacro
32298 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
32299 \end_inset
32300
32301
32302 \backslash
32303 newmacronameが既定のマクロ名として現れますが、意味のある名称に変更するべきでしょう。欲しい数式は一つ目の青枠の中に入れます。引数を置く場所は、
32304 \series bold
32305
32306 \backslash
32307 #1
32308 \series default
32309 のように
32310 \series bold
32311
32312 \backslash
32313 #引数番号
32314 \series default
32315 というコマンドで入力するか、マクロツールバーボタンの
32316 \begin_inset Graphics
32317         filename ../../images/math-macro-add-param.png
32318         scale 85
32319
32320 \end_inset
32321
32322 を使用します。引数位置は赤で表示されます。引数は、最大で9つまでとることができます。非必須引数は、ツールバーボタンの
32323 \begin_inset Graphics
32324         filename ../../images/math-macro-add-optional-param.png
32325         scale 85
32326
32327 \end_inset
32328
32329 で作ることができます。最初の必須引数は、ツールバーボタンの
32330 \begin_inset Graphics
32331         filename ../../images/math-macro-make-optional.png
32332         scale 85
32333
32334 \end_inset
32335
32336 を使って、非必須引数にすることができます。二つ目の青枠には、LyX中でのマクロの表示のしかたを定義することができます。通常は、定義したとおりに表示された方が便利
32337 なので、この枠は空白にしておきます。しかし、画面の過半を占拠してしまうようなマクロを作ってしまった場合には、たとえばこの枠に
32338 \begin_inset Newline newline
32339 \end_inset
32340
32341
32342 \series bold
32343 qG: 
32344 \backslash
32345 #1
32346 \series default
32347  
32348 \series bold
32349 ,
32350 \series default
32351  
32352 \series bold
32353
32354 \backslash
32355 #2
32356 \series default
32357  
32358 \series bold
32359 ,
32360 \series default
32361  
32362 \series bold
32363
32364 \backslash
32365 #3, 
32366 \backslash
32367 #4
32368 \begin_inset Newline newline
32369 \end_inset
32370
32371
32372 \series default
32373 のように入れることができます。このようにすると、マクロ名と引数のみがLyX上に表示され、見通しが良くなります。一方、出力での数式は、最初の枠で定義したように表示
32374 されます。
32375 \begin_inset Newline newline
32376 \end_inset
32377
32378 さらに、数式中のマクロ表示は、マクロの中にカーソルを置いて、
32379 \family sans
32380 表示\SpecialChar \menuseparator
32381 数式マクロを展開(畳む)
32382 \family default
32383 メニューを使うことで、マクロ毎に変えることができます。
32384 \end_layout
32385
32386 \begin_layout Standard
32387 マクロを使うには、数式中にマクロ名をコマンドとして入れます。上記の例では、
32388 \series bold
32389
32390 \backslash
32391 qG
32392 \series default
32393 とします。このマクロは、LyX中では以下のように表示されます。
32394 \begin_inset Newline newline
32395 \end_inset
32396
32397
32398 \begin_inset space \hspace*{\fill}
32399 \end_inset
32400
32401
32402 \begin_inset Graphics
32403         filename ../clipart/macrouse.png
32404
32405 \end_inset
32406
32407
32408 \begin_inset space \hspace*{\fill}
32409 \end_inset
32410
32411
32412 \begin_inset Newline newline
32413 \end_inset
32414
32415 以下は、上記の例に、引数
32416 \begin_inset Formula $x$
32417 \end_inset
32418
32419
32420 \begin_inset Formula $\ln(x)$
32421 \end_inset
32422
32423
32424 \begin_inset Formula $B$
32425 \end_inset
32426
32427 を指定したものです。
32428 \end_layout
32429
32430 \begin_layout Standard
32431 \begin_inset Formula 
32432 \[
32433 \qG x{\ln(x)}B
32434 \]
32435
32436 \end_inset
32437
32438
32439 \end_layout
32440
32441 \begin_layout Standard
32442 LyXは、
32443 \family sans
32444 ツール\SpecialChar \menuseparator
32445 設定\SpecialChar \menuseparator
32446 編集\SpecialChar \menuseparator
32447 制御
32448 \family default
32449 メニューで、マクロを編集するのに複数の様式を用意しています。あなたに最も合った様式を見つけるには、様式を選択してから、違いを見るために数式マクロにカーソルを合わ
32450 せてみてください。
32451 \end_layout
32452
32453 \begin_layout Standard
32454 数式マクロは、文書書き出し時に、内部的に
32455 \series bold
32456
32457 \backslash
32458 newcommand
32459 \series default
32460 コマンドに変換されます。こうして生成された
32461 \series bold
32462
32463 \backslash
32464 newcommand
32465 \series default
32466 コマンドは、LaTeXプリアンブルには置かれませんので、マクロは、文書中、マクロ定義ボックスよりも後の数式でのみ使うことができます。
32467 \end_layout
32468
32469 \begin_layout Standard
32470 数式マクロは、
32471 \series bold
32472
32473 \backslash
32474 newcommand
32475 \series default
32476 コマンドから直接作ることもできます。たとえば、LyX中に通常の文章として、
32477 \series bold
32478
32479 \begin_inset Newline newline
32480 \end_inset
32481
32482
32483 \backslash
32484 newcommand{
32485 \backslash
32486 larrow}[2]{
32487 \backslash
32488 xleftarrow[#2]{#1}}
32489 \begin_inset Newline newline
32490 \end_inset
32491
32492
32493 \series default
32494 というコマンドを書き入れ、この全体を選択して、
32495 \begin_inset Flex Ruby
32496 status collapsed
32497
32498 \begin_layout Plain Layout
32499 捷径
32500 \begin_inset Argument post:1
32501 status collapsed
32502
32503 \begin_layout Plain Layout
32504 ショートカット
32505 \end_layout
32506
32507 \end_inset
32508
32509
32510 \end_layout
32511
32512 \end_inset
32513
32514
32515 \family sans
32516 Ctrl+M
32517 \family default
32518 を押すと、このコマンドは数式マクロに変換されます。この方法を使うに当たっては、
32519 \series bold
32520
32521 \backslash
32522 newcommand
32523 \series default
32524 コマンドが正しく入力されていることに気をつけなくてはなりません。さもないと、間違ったマクロが作られてしまって、LaTeXエラーが発生します。
32525 \end_layout
32526
32527 \begin_layout Standard
32528 数式マクロには、まだ、マクロ定義中に再帰的に数式を入れてしまうと、正しく処理されないという問題が残っています。したがって、第
32529 \begin_inset CommandInset ref
32530 LatexCommand ref
32531 reference "sub:newcommandコマンド"
32532
32533 \end_inset
32534
32535 節で例として作った
32536 \series bold
32537
32538 \backslash
32539 fb
32540 \series default
32541 は、マクロとしては作ることができません。
32542 \end_layout
32543
32544 \begin_layout Standard
32545 カーソルがマクロ定義ボックスの中にあるとき、LyX中に以下のようなマクロツールバーが表示されます。
32546 \end_layout
32547
32548 \begin_layout Standard
32549 \begin_inset VSpace defskip
32550 \end_inset
32551
32552
32553 \end_layout
32554
32555 \begin_layout Standard
32556 \begin_inset Graphics
32557         filename ../clipart/MacroToolbar.png
32558
32559 \end_inset
32560
32561
32562 \begin_inset Index idx
32563 status collapsed
32564
32565 \begin_layout Plain Layout
32566 まくろ@マクロ ! つーるばー@ツールバー
32567 \end_layout
32568
32569 \end_inset
32570
32571
32572 \end_layout
32573
32574 \begin_layout Standard
32575 \begin_inset VSpace defskip
32576 \end_inset
32577
32578
32579 \end_layout
32580
32581 \begin_layout Standard
32582 マクロツールバーは、左から右に、以下の各ボタンがあります。
32583 \end_layout
32584
32585 \begin_layout Standard
32586 \begin_inset VSpace defskip
32587 \end_inset
32588
32589
32590 \end_layout
32591
32592 \begin_layout Standard
32593 \begin_inset Tabular
32594 <lyxtabular version="3" rows="9" columns="2">
32595 <features rotate="0" islongtable="true" longtabularalignment="center">
32596 <column alignment="left" valignment="top">
32597 <column alignment="left" valignment="top" width="85col%">
32598 <row interlinespace="2.5mm">
32599 <cell alignment="center" valignment="top" usebox="none">
32600 \begin_inset Text
32601
32602 \begin_layout Plain Layout
32603 \begin_inset Graphics
32604         filename ../../images/math-macro-remove-param.png
32605         rotateOrigin center
32606
32607 \end_inset
32608
32609
32610 \end_layout
32611
32612 \end_inset
32613 </cell>
32614 <cell alignment="center" valignment="top" usebox="none">
32615 \begin_inset Text
32616
32617 \begin_layout Plain Layout
32618
32619 \family sans
32620 編集\SpecialChar \menuseparator
32621 数式\SpecialChar \menuseparator
32622 マクロ定義\SpecialChar \menuseparator
32623 最後の引数を削除
32624 \end_layout
32625
32626 \end_inset
32627 </cell>
32628 </row>
32629 <row interlinespace="2.5mm">
32630 <cell alignment="center" valignment="top" usebox="none">
32631 \begin_inset Text
32632
32633 \begin_layout Plain Layout
32634 \begin_inset Graphics
32635         filename ../../images/math-macro-add-param.png
32636         rotateOrigin center
32637
32638 \end_inset
32639
32640
32641 \end_layout
32642
32643 \end_inset
32644 </cell>
32645 <cell alignment="center" valignment="top" usebox="none">
32646 \begin_inset Text
32647
32648 \begin_layout Plain Layout
32649
32650 \family sans
32651 編集\SpecialChar \menuseparator
32652 数式\SpecialChar \menuseparator
32653 マクロ定義\SpecialChar \menuseparator
32654 引数を追加
32655 \end_layout
32656
32657 \end_inset
32658 </cell>
32659 </row>
32660 <row interlinespace="2.5mm">
32661 <cell alignment="center" valignment="top" usebox="none">
32662 \begin_inset Text
32663
32664 \begin_layout Plain Layout
32665 \begin_inset Graphics
32666         filename ../../images/math-macro-make-optional.png
32667         rotateOrigin center
32668
32669 \end_inset
32670
32671
32672 \end_layout
32673
32674 \end_inset
32675 </cell>
32676 <cell alignment="center" valignment="top" usebox="none">
32677 \begin_inset Text
32678
32679 \begin_layout Plain Layout
32680
32681 \family sans
32682 編集\SpecialChar \menuseparator
32683 数式\SpecialChar \menuseparator
32684 マクロ定義\SpecialChar \menuseparator
32685 最初の必須引数を
32686 \begin_inset Newline newline
32687 \end_inset
32688
32689
32690 \begin_inset Phantom HPhantom
32691 status open
32692
32693 \begin_layout Plain Layout
32694
32695 \family sans
32696 編集\SpecialChar \menuseparator
32697 数式\SpecialChar \menuseparator
32698 マクロ定義\SpecialChar \menuseparator
32699
32700 \end_layout
32701
32702 \end_inset
32703
32704 非必須引数にする
32705 \end_layout
32706
32707 \end_inset
32708 </cell>
32709 </row>
32710 <row interlinespace="2.5mm">
32711 <cell alignment="center" valignment="top" usebox="none">
32712 \begin_inset Text
32713
32714 \begin_layout Plain Layout
32715 \begin_inset Graphics
32716         filename ../../images/math-macro-make-nonoptional.png
32717         rotateOrigin center
32718
32719 \end_inset
32720
32721
32722 \end_layout
32723
32724 \end_inset
32725 </cell>
32726 <cell alignment="center" valignment="top" usebox="none">
32727 \begin_inset Text
32728
32729 \begin_layout Plain Layout
32730
32731 \family sans
32732 編集\SpecialChar \menuseparator
32733 数式\SpecialChar \menuseparator
32734 マクロ定義\SpecialChar \menuseparator
32735 最後の非必須引数を
32736 \begin_inset Newline newline
32737 \end_inset
32738
32739
32740 \begin_inset Phantom HPhantom
32741 status open
32742
32743 \begin_layout Plain Layout
32744
32745 \family sans
32746 編集\SpecialChar \menuseparator
32747 数式\SpecialChar \menuseparator
32748 マクロ定義\SpecialChar \menuseparator
32749
32750 \end_layout
32751
32752 \end_inset
32753
32754 必須引数にする
32755 \end_layout
32756
32757 \end_inset
32758 </cell>
32759 </row>
32760 <row interlinespace="2.5mm">
32761 <cell alignment="center" valignment="top" usebox="none">
32762 \begin_inset Text
32763
32764 \begin_layout Plain Layout
32765 \begin_inset Graphics
32766         filename ../../images/math-macro-remove-optional-param.png
32767         rotateOrigin center
32768
32769 \end_inset
32770
32771
32772 \end_layout
32773
32774 \end_inset
32775 </cell>
32776 <cell alignment="center" valignment="top" usebox="none">
32777 \begin_inset Text
32778
32779 \begin_layout Plain Layout
32780
32781 \family sans
32782 編集\SpecialChar \menuseparator
32783 数式\SpecialChar \menuseparator
32784 マクロ定義\SpecialChar \menuseparator
32785 非必須引数を削除
32786 \end_layout
32787
32788 \end_inset
32789 </cell>
32790 </row>
32791 <row interlinespace="2.5mm">
32792 <cell alignment="center" valignment="top" usebox="none">
32793 \begin_inset Text
32794
32795 \begin_layout Plain Layout
32796 \begin_inset Graphics
32797         filename ../../images/math-macro-add-optional-param.png
32798         rotateOrigin center
32799
32800 \end_inset
32801
32802
32803 \end_layout
32804
32805 \end_inset
32806 </cell>
32807 <cell alignment="center" valignment="top" usebox="none">
32808 \begin_inset Text
32809
32810 \begin_layout Plain Layout
32811
32812 \family sans
32813 編集\SpecialChar \menuseparator
32814 数式\SpecialChar \menuseparator
32815 マクロ定義\SpecialChar \menuseparator
32816 非必須引数を挿入
32817 \end_layout
32818
32819 \end_inset
32820 </cell>
32821 </row>
32822 <row interlinespace="2.5mm">
32823 <cell alignment="center" valignment="top" usebox="none">
32824 \begin_inset Text
32825
32826 \begin_layout Plain Layout
32827 \begin_inset Graphics
32828         filename ../../images/math-macro-remove-greedy-param.png
32829         rotateOrigin center
32830
32831 \end_inset
32832
32833
32834 \end_layout
32835
32836 \end_inset
32837 </cell>
32838 <cell alignment="center" valignment="top" usebox="none">
32839 \begin_inset Text
32840
32841 \begin_layout Plain Layout
32842
32843 \family sans
32844 編集\SpecialChar \menuseparator
32845 数式\SpecialChar \menuseparator
32846 マクロ定義\SpecialChar \menuseparator
32847 右に吐き出す形で
32848 \begin_inset Newline newline
32849 \end_inset
32850
32851
32852 \begin_inset Phantom HPhantom
32853 status open
32854
32855 \begin_layout Plain Layout
32856
32857 \family sans
32858 編集\SpecialChar \menuseparator
32859 数式\SpecialChar \menuseparator
32860 マクロ定義\SpecialChar \menuseparator
32861
32862 \end_layout
32863
32864 \end_inset
32865
32866 最後の引数を削除
32867 \end_layout
32868
32869 \end_inset
32870 </cell>
32871 </row>
32872 <row interlinespace="2.5mm">
32873 <cell alignment="center" valignment="top" usebox="none">
32874 \begin_inset Text
32875
32876 \begin_layout Plain Layout
32877 \begin_inset Graphics
32878         filename ../../images/math-macro-append-greedy-param.png
32879         rotateOrigin center
32880
32881 \end_inset
32882
32883
32884 \end_layout
32885
32886 \end_inset
32887 </cell>
32888 <cell alignment="center" valignment="top" usebox="none">
32889 \begin_inset Text
32890
32891 \begin_layout Plain Layout
32892
32893 \family sans
32894 編集\SpecialChar \menuseparator
32895 数式\SpecialChar \menuseparator
32896 マクロ定義\SpecialChar \menuseparator
32897 右から喰う形で
32898 \begin_inset Newline newline
32899 \end_inset
32900
32901
32902 \begin_inset Phantom HPhantom
32903 status open
32904
32905 \begin_layout Plain Layout
32906
32907 \family sans
32908 編集\SpecialChar \menuseparator
32909 数式\SpecialChar \menuseparator
32910 マクロ定義\SpecialChar \menuseparator
32911
32912 \end_layout
32913
32914 \end_inset
32915
32916 引数を追加
32917 \end_layout
32918
32919 \end_inset
32920 </cell>
32921 </row>
32922 <row interlinespace="2.5mm">
32923 <cell alignment="center" valignment="top" usebox="none">
32924 \begin_inset Text
32925
32926 \begin_layout Plain Layout
32927 \begin_inset Graphics
32928         filename ../../images/math-macro-add-greedy-optional-param.png
32929         rotateOrigin center
32930
32931 \end_inset
32932
32933
32934 \end_layout
32935
32936 \end_inset
32937 </cell>
32938 <cell alignment="center" valignment="top" usebox="none">
32939 \begin_inset Text
32940
32941 \begin_layout Plain Layout
32942
32943 \family sans
32944 編集\SpecialChar \menuseparator
32945 数式\SpecialChar \menuseparator
32946 マクロ定義\SpecialChar \menuseparator
32947 右から喰う形で
32948 \begin_inset Newline newline
32949 \end_inset
32950
32951
32952 \begin_inset Phantom HPhantom
32953 status open
32954
32955 \begin_layout Plain Layout
32956
32957 \family sans
32958 編集\SpecialChar \menuseparator
32959 数式\SpecialChar \menuseparator
32960 マクロ定義\SpecialChar \menuseparator
32961
32962 \end_layout
32963
32964 \end_inset
32965
32966 非必須引数を追加
32967 \end_layout
32968
32969 \end_inset
32970 </cell>
32971 </row>
32972 </lyxtabular>
32973
32974 \end_inset
32975
32976
32977 \end_layout
32978
32979 \begin_layout Section
32980 コンピュータ代数システム
32981 \end_layout
32982
32983 \begin_layout Standard
32984 LyXでは、LyXの数式エディタで書かれた数式表現と、外部プログラムやユーザ定義スクリプトとの間のやり取りが可能です。現在サポートされているプログラムは、
32985 \family sans
32986 Maple
32987 \family default
32988
32989 \family sans
32990 Mathematica
32991 \family default
32992
32993 \family sans
32994 Maxima
32995 \family default
32996
32997 \family sans
32998 Octave
32999 \family default
33000 です。サポートされている数式表現は、非常に単純なものに限られていますので、ご注意ください。
33001 \end_layout
33002
33003 \begin_layout Subsection
33004 使用法
33005 \end_layout
33006
33007 \begin_layout Standard
33008 数式表現を書いた後、
33009 \family sans
33010 編集\SpecialChar \menuseparator
33011 数式\SpecialChar \menuseparator
33012 コンピュータ代数システムを使用
33013 \family default
33014 メニューで、コンピュータに導入済みのプログラムを選択します。その後、計算結果が、数式表現の右に「=」演算子とともに表示されます。
33015 \end_layout
33016
33017 \begin_layout Standard
33018 下記は、どのような計算が可能かをいくつか例示したものです(出力は
33019 \family typewriter
33020 Maxima
33021 \family default
33022 です)。
33023 \end_layout
33024
33025 \begin_layout Itemize
33026 \begin_inset Formula $\frac{37}{3}*2-\sum_{i=1}^{3}i^{i}=-\frac{22}{3}$
33027 \end_inset
33028
33029
33030 \end_layout
33031
33032 \begin_layout Itemize
33033 \begin_inset Formula $\frac{37.0}{3}=12.33333333333333$
33034 \end_inset
33035
33036
33037 \end_layout
33038
33039 \begin_layout Itemize
33040 \begin_inset Formula $\int_{1}^{2}\sin(x)dx=\cos1-\cos2$
33041 \end_inset
33042
33043
33044 \end_layout
33045
33046 \begin_layout Itemize
33047 \begin_inset Formula $\det\left[\begin{array}{ccc}
33048 1 & 6 & 7\\
33049 2 & 5 & 8\\
33050 3 & 4 & 17
33051 \end{array}\right]=-56$
33052 \end_inset
33053
33054
33055 \end_layout
33056
33057 \begin_layout Itemize
33058 \begin_inset Formula $\lim_{x\rightarrow0}\left(\frac{\sin(x)}{x}\right)=1$
33059 \end_inset
33060
33061
33062 \end_layout
33063
33064 \begin_layout Subsection
33065 捷径
33066 \end_layout
33067
33068 \begin_layout Standard
33069 現在のところ、代数プログラムを呼び出すための
33070 \begin_inset Flex Ruby
33071 status collapsed
33072
33073 \begin_layout Plain Layout
33074 捷径
33075 \begin_inset Argument post:1
33076 status collapsed
33077
33078 \begin_layout Plain Layout
33079 ショートカット
33080 \end_layout
33081
33082 \end_inset
33083
33084
33085 \end_layout
33086
33087 \end_inset
33088
33089 はありません。しかし、捷径を
33090 \family sans
33091 math-extern
33092 \family default
33093  LyX関数にバインドすることは容易です(取扱説明書『
33094 \family sans
33095 \emph on
33096 LyX関数篇
33097 \family default
33098 \emph default
33099 』参照)。例えば、数式エディタ中で
33100 \family sans
33101 リターン
33102 \family default
33103
33104 \begin_inset Flex Ruby
33105 status collapsed
33106
33107 \begin_layout Plain Layout
33108
33109 \begin_inset Argument post:1
33110 status collapsed
33111
33112 \begin_layout Plain Layout
33113 キー
33114 \end_layout
33115
33116 \end_inset
33117
33118
33119 \end_layout
33120
33121 \end_inset
33122
33123 をバインドさせることもできます。それを
33124 \family typewriter
33125 Maxima
33126 \family default
33127 にバインドするには、下記の捷径定義コマンドを使用します。
33128 \end_layout
33129
33130 \begin_layout Standard
33131
33132 \series bold
33133 command-alternatives break-paragraph;math-extern maxima
33134 \end_layout
33135
33136 \begin_layout Section
33137 補遺
33138 \begin_inset Index idx
33139 status collapsed
33140
33141 \begin_layout Plain Layout
33142 ほい@補遺
33143 \end_layout
33144
33145 \end_inset
33146
33147
33148 \end_layout
33149
33150 \begin_layout Subsection
33151 負の数
33152 \begin_inset Index idx
33153 status collapsed
33154
33155 \begin_layout Plain Layout
33156 かず@数 ! ふの@負の ---
33157 \end_layout
33158
33159 \end_inset
33160
33161
33162 \end_layout
33163
33164 \begin_layout Standard
33165 数式中の負の数は、数の前の負符号が、差演算子記号と同じ長さに設定されてしまうために、汚く見えてしまうことがあります。負の数を通常の文章として書くと、負符号は正し
33166 く表示されます。
33167 \end_layout
33168
33169 \begin_layout Standard
33170 したがって、この問題は、負符号を数式テキストに変換することによって、解消されます。
33171 \end_layout
33172
33173 \begin_layout Standard
33174 以下は、この問題を示す例です。
33175 \end_layout
33176
33177 \begin_layout Standard
33178 \align center
33179 \begin_inset Tabular
33180 <lyxtabular version="3" rows="3" columns="2">
33181 <features rotate="0" tabularvalignment="middle">
33182 <column alignment="right" valignment="top">
33183 <column alignment="left" valignment="top">
33184 <row>
33185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33186 \begin_inset Text
33187
33188 \begin_layout Plain Layout
33189 通常の文章:
33190 \end_layout
33191
33192 \end_inset
33193 </cell>
33194 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33195 \begin_inset Text
33196
33197 \begin_layout Plain Layout
33198 x = -2
33199 \end_layout
33200
33201 \end_inset
33202 </cell>
33203 </row>
33204 <row>
33205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33206 \begin_inset Text
33207
33208 \begin_layout Plain Layout
33209 数式:
33210 \end_layout
33211
33212 \end_inset
33213 </cell>
33214 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
33215 \begin_inset Text
33216
33217 \begin_layout Plain Layout
33218 \begin_inset Formula $x=-2$
33219 \end_inset
33220
33221
33222 \end_layout
33223
33224 \end_inset
33225 </cell>
33226 </row>
33227 <row>
33228 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33229 \begin_inset Text
33230
33231 \begin_layout Plain Layout
33232 解決策:
33233 \end_layout
33234
33235 \end_inset
33236 </cell>
33237 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
33238 \begin_inset Text
33239
33240 \begin_layout Plain Layout
33241 \begin_inset Formula $x=\textrm{-}2$
33242 \end_inset
33243
33244
33245 \end_layout
33246
33247 \end_inset
33248 </cell>
33249 </row>
33250 </lyxtabular>
33251
33252 \end_inset
33253
33254
33255 \end_layout
33256
33257 \begin_layout Subsection
33258 位区切りとしてのコンマ
33259 \begin_inset Index idx
33260 status collapsed
33261
33262 \begin_layout Plain Layout
33263 こんま@コンマ
33264 \end_layout
33265
33266 \end_inset
33267
33268
33269 \begin_inset Index idx
33270 status collapsed
33271
33272 \begin_layout Plain Layout
33273 かんま@カンマ|see
33274 \begin_inset ERT
33275 status collapsed
33276
33277 \begin_layout Plain Layout
33278
33279 {
33280 \end_layout
33281
33282 \end_inset
33283
33284 コンマ
33285 \begin_inset ERT
33286 status collapsed
33287
33288 \begin_layout Plain Layout
33289
33290 }
33291 \end_layout
33292
33293 \end_inset
33294
33295
33296 \end_layout
33297
33298 \end_inset
33299
33300
33301 \end_layout
33302
33303 \begin_layout Standard
33304 LaTeXでは、英語の慣習にしたがい、数式中のコンマを数字の位区切りに使用します。よって、数式中のコンマの後ろには、つねに空白が加わります。
33305 \end_layout
33306
33307 \begin_layout Standard
33308 これを回避するためには、コンマを選択して、数式テキストに変更して下さい(
33309 \begin_inset Flex Ruby
33310 status collapsed
33311
33312 \begin_layout Plain Layout
33313 捷径
33314 \begin_inset Argument post:1
33315 status collapsed
33316
33317 \begin_layout Plain Layout
33318 ショートカット
33319 \end_layout
33320
33321 \end_inset
33322
33323
33324 \end_layout
33325
33326 \end_inset
33327
33328
33329 \begin_inset Info
33330 type  "shortcut"
33331 arg   "math-mode"
33332 \end_inset
33333
33334 )。
33335 \end_layout
33336
33337 \begin_layout Standard
33338 文書中の数式コンマを、すべて小数点として使うには、LaTeXプリアンブルに
33339 \end_layout
33340
33341 \begin_layout Standard
33342
33343 \series bold
33344
33345 \backslash
33346 usepackage{icomma}
33347 \end_layout
33348
33349 \begin_layout Standard
33350 という行を加えて、
33351 \series bold
33352 icomma.sty
33353 \series default
33354
33355 \begin_inset Foot
33356 status collapsed
33357
33358 \begin_layout Plain Layout
33359
33360 \series bold
33361 icomma
33362 \series default
33363 は、LaTeXパッケージ
33364 \series bold
33365 was
33366 \series default
33367
33368 \begin_inset Index idx
33369 status collapsed
33370
33371 \begin_layout Plain Layout
33372 ぱっけーじ@パッケージ ! was
33373 \begin_inset ERT
33374 status collapsed
33375
33376 \begin_layout Plain Layout
33377
33378
33379 \backslash
33380 vspace{4mm}
33381 \end_layout
33382
33383 \end_inset
33384
33385
33386 \end_layout
33387
33388 \end_inset
33389
33390 に含まれています。
33391 \end_layout
33392
33393 \end_inset
33394
33395
33396 \begin_inset Index idx
33397 status collapsed
33398
33399 \begin_layout Plain Layout
33400 ぱっけーじ@パッケージ ! icomma
33401 \end_layout
33402
33403 \end_inset
33404
33405 ファイルを読み込みます。
33406 \end_layout
33407
33408 \begin_layout Subsection
33409 物理ベクトル
33410 \begin_inset CommandInset label
33411 LatexCommand label
33412 name "sub:物理ベクトル"
33413
33414 \end_inset
33415
33416
33417 \begin_inset Index idx
33418 status collapsed
33419
33420 \begin_layout Plain Layout
33421 Vectors ! physical
33422 \end_layout
33423
33424 \end_inset
33425
33426
33427 \end_layout
33428
33429 \begin_layout Standard
33430 LaTeXパッケージ
33431 \series bold
33432 braket
33433 \series default
33434
33435 \begin_inset Foot
33436 status collapsed
33437
33438 \begin_layout Plain Layout
33439
33440 \series bold
33441 braket
33442 \series default
33443  は標準的LaTeX頒布版のすべてに含まれています。
33444 \end_layout
33445
33446 \end_inset
33447
33448
33449 \begin_inset Index idx
33450 status collapsed
33451
33452 \begin_layout Plain Layout
33453 ぱっけーじ@パッケージ ! braket
33454 \end_layout
33455
33456 \end_inset
33457
33458 には、定義済みのベクトルが提供されており、
33459 \end_layout
33460
33461 \begin_layout Standard
33462
33463 \series bold
33464
33465 \backslash
33466 usepackage{braket}
33467 \end_layout
33468
33469 \begin_layout Standard
33470 というLaTeXプリアンブル行で読み込むことができます。
33471 \end_layout
33472
33473 \begin_layout Standard
33474 \begin_inset ERT
33475 status collapsed
33476
33477 \begin_layout Plain Layout
33478
33479
33480 \backslash
33481 ifbraket 
33482 \end_layout
33483
33484 \end_inset
33485
33486
33487 \begin_inset Note Note
33488 status open
33489
33490 \begin_layout Plain Layout
33491 以下の表は、
33492 \series bold
33493 braket
33494 \series default
33495  LaTeXパッケージが導入済みのときのみ表示されます。
33496 \end_layout
33497
33498 \end_inset
33499
33500 以下のコマンドが定義されています。
33501 \end_layout
33502
33503 \begin_layout Standard
33504 \align center
33505 \begin_inset Tabular
33506 <lyxtabular version="3" rows="4" columns="2">
33507 <features rotate="0" tabularvalignment="middle">
33508 <column alignment="center" valignment="top">
33509 <column alignment="center" valignment="top">
33510 <row>
33511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33512 \begin_inset Text
33513
33514 \begin_layout Plain Layout
33515 コマンド
33516 \end_layout
33517
33518 \end_inset
33519 </cell>
33520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33521 \begin_inset Text
33522
33523 \begin_layout Plain Layout
33524 出力
33525 \end_layout
33526
33527 \end_inset
33528 </cell>
33529 </row>
33530 <row>
33531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33532 \begin_inset Text
33533
33534 \begin_layout Plain Layout
33535
33536 \backslash
33537 Bra{
33538 \backslash
33539 psi
33540 \end_layout
33541
33542 \end_inset
33543 </cell>
33544 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33545 \begin_inset Text
33546
33547 \begin_layout Plain Layout
33548 \begin_inset Formula $\Bra{\psi}$
33549 \end_inset
33550
33551
33552 \end_layout
33553
33554 \end_inset
33555 </cell>
33556 </row>
33557 <row>
33558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33559 \begin_inset Text
33560
33561 \begin_layout Plain Layout
33562
33563 \backslash
33564 Ket{
33565 \backslash
33566 psi
33567 \end_layout
33568
33569 \end_inset
33570 </cell>
33571 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33572 \begin_inset Text
33573
33574 \begin_layout Plain Layout
33575 \begin_inset Formula $\Ket{\psi}$
33576 \end_inset
33577
33578
33579 \end_layout
33580
33581 \end_inset
33582 </cell>
33583 </row>
33584 <row>
33585 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33586 \begin_inset Text
33587
33588 \begin_layout Plain Layout
33589
33590 \backslash
33591 Braket{
33592 \backslash
33593 psi
33594 \begin_inset Formula $|$
33595 \end_inset
33596
33597
33598 \backslash
33599 phi
33600 \end_layout
33601
33602 \end_inset
33603 </cell>
33604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33605 \begin_inset Text
33606
33607 \begin_layout Plain Layout
33608 \begin_inset Formula $\Braket{\psi|\phi}$
33609 \end_inset
33610
33611
33612 \end_layout
33613
33614 \end_inset
33615 </cell>
33616 </row>
33617 </lyxtabular>
33618
33619 \end_inset
33620
33621
33622 \end_layout
33623
33624 \begin_layout Standard
33625
33626 \series bold
33627
33628 \backslash
33629 Braket
33630 \series default
33631 コマンドを使うと、以下のように、すべての縦棒がそれを囲む括弧と同じ大きさに設定されます。
33632 \begin_inset Formula 
33633 \[
33634 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}
33635 \]
33636
33637 \end_inset
33638
33639
33640 \begin_inset ERT
33641 status collapsed
33642
33643 \begin_layout Plain Layout
33644
33645
33646 \backslash
33647 else 
33648 \end_layout
33649
33650 \end_inset
33651
33652
33653 \begin_inset Note Note
33654 status open
33655
33656 \begin_layout Plain Layout
33657
33658 \series bold
33659 braket
33660 \series default
33661  LaTeXパッケージが導入されていないときには、以下が表示されます。
33662 \end_layout
33663
33664 \end_inset
33665
33666
33667 \end_layout
33668
33669 \begin_layout Standard
33670 本小節の全体を出力で見るためには、
33671 \series bold
33672 braket
33673 \series default
33674  LaTeXパッケージを導入する必要があります。
33675 \end_layout
33676
33677 \begin_layout Standard
33678 \begin_inset ERT
33679 status collapsed
33680
33681 \begin_layout Plain Layout
33682
33683
33684 \backslash
33685 fi 
33686 \end_layout
33687
33688 \end_inset
33689
33690
33691 \end_layout
33692
33693 \begin_layout Standard
33694
33695 \series bold
33696
33697 \backslash
33698 Braket
33699 \series default
33700 と同じ効果は、第
33701 \begin_inset CommandInset ref
33702 LatexCommand ref
33703 reference "sub:自動の括弧丈"
33704
33705 \end_inset
33706
33707 節に説明されているとおり、
33708 \series bold
33709
33710 \backslash
33711 middle
33712 \series default
33713 コマンドを用いることによっても実現できます。
33714 \end_layout
33715
33716 \begin_layout Subsection
33717 自己定義の分数
33718 \begin_inset CommandInset label
33719 LatexCommand label
33720 name "sub:自己定義の分数"
33721
33722 \end_inset
33723
33724
33725 \begin_inset Index idx
33726 status collapsed
33727
33728 \begin_layout Plain Layout
33729 ぶんすう@分数 ! じこていぎの@自己定義の ---
33730 \end_layout
33731
33732 \end_inset
33733
33734
33735 \end_layout
33736
33737 \begin_layout Standard
33738 分数用の自製コマンドを定義するには、以下の書式を持つ
33739 \series bold
33740
33741 \backslash
33742 genfrac
33743 \series default
33744
33745 \begin_inset Index idx
33746 status collapsed
33747
33748 \begin_layout Plain Layout
33749 こまんど@コマンド ! G ! 
33750 \backslash
33751 genfrac
33752 \end_layout
33753
33754 \end_inset
33755
33756 コマンドを使います。
33757 \end_layout
33758
33759 \begin_layout Standard
33760
33761 \series bold
33762
33763 \backslash
33764 genfrac{左括弧}{右括弧}{分数線の厚み}{様式}
33765 \begin_inset Newline newline
33766 \end_inset
33767
33768
33769 \begin_inset Phantom HPhantom
33770 status open
33771
33772 \begin_layout Plain Layout
33773
33774 \series bold
33775
33776 \backslash
33777 genfrac
33778 \end_layout
33779
33780 \end_inset
33781
33782 {分子}{分母}
33783 \end_layout
33784
33785 \begin_layout Standard
33786 ここで「様式」は、0
33787 \begin_inset space \thinspace{}
33788 \end_inset
33789
33790 -
33791 \begin_inset space \thinspace{}
33792 \end_inset
33793
33794 3の範囲の数字です。
33795 \end_layout
33796
33797 \begin_layout Standard
33798 \align center
33799 \begin_inset Tabular
33800 <lyxtabular version="3" rows="5" columns="2">
33801 <features rotate="0" tabularvalignment="middle">
33802 <column alignment="center" valignment="top">
33803 <column alignment="center" valignment="top">
33804 <row>
33805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33806 \begin_inset Text
33807
33808 \begin_layout Plain Layout
33809 数字
33810 \end_layout
33811
33812 \end_inset
33813 </cell>
33814 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33815 \begin_inset Text
33816
33817 \begin_layout Plain Layout
33818 様式(大きさ)
33819 \end_layout
33820
33821 \end_inset
33822 </cell>
33823 </row>
33824 <row>
33825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33826 \begin_inset Text
33827
33828 \begin_layout Plain Layout
33829 0
33830 \end_layout
33831
33832 \end_inset
33833 </cell>
33834 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33835 \begin_inset Text
33836
33837 \begin_layout Plain Layout
33838 別行立て様式の数式
33839 \end_layout
33840
33841 \end_inset
33842 </cell>
33843 </row>
33844 <row>
33845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33846 \begin_inset Text
33847
33848 \begin_layout Plain Layout
33849 1
33850 \end_layout
33851
33852 \end_inset
33853 </cell>
33854 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33855 \begin_inset Text
33856
33857 \begin_layout Plain Layout
33858 行内数式
33859 \end_layout
33860
33861 \end_inset
33862 </cell>
33863 </row>
33864 <row>
33865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33866 \begin_inset Text
33867
33868 \begin_layout Plain Layout
33869 2
33870 \end_layout
33871
33872 \end_inset
33873 </cell>
33874 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33875 \begin_inset Text
33876
33877 \begin_layout Plain Layout
33878 やや小(small)
33879 \end_layout
33880
33881 \end_inset
33882 </cell>
33883 </row>
33884 <row>
33885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33886 \begin_inset Text
33887
33888 \begin_layout Plain Layout
33889 3
33890 \end_layout
33891
33892 \end_inset
33893 </cell>
33894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33895 \begin_inset Text
33896
33897 \begin_layout Plain Layout
33898 最小(tiny)
33899 \end_layout
33900
33901 \end_inset
33902 </cell>
33903 </row>
33904 </lyxtabular>
33905
33906 \end_inset
33907
33908
33909 \end_layout
33910
33911 \begin_layout Standard
33912 「様式」を指定しないときには、
33913 \series bold
33914
33915 \backslash
33916 frac
33917 \series default
33918 コマンドのように、大きさは周囲の環境に合わせて調節されます。 
33919 \end_layout
33920
33921 \begin_layout Standard
33922 「分数線の厚み」を指定しないときには、既定値である0.4
33923 \begin_inset space \thinspace{}
33924 \end_inset
33925
33926 ptが用いられます。
33927 \end_layout
33928
33929 \begin_layout Standard
33930 \begin_inset VSpace medskip
33931 \end_inset
33932
33933 たとえば、第
33934 \begin_inset CommandInset ref
33935 LatexCommand ref
33936 reference "sub:分数"
33937
33938 \end_inset
33939
33940 節の
33941 \series bold
33942
33943 \backslash
33944 dfrac
33945 \series default
33946 コマンドおよび
33947 \series bold
33948
33949 \backslash
33950 tbinom
33951 \series default
33952 コマンドは、
33953 \end_layout
33954
33955 \begin_layout Standard
33956
33957 \series bold
33958
33959 \backslash
33960 newcommand{
33961 \backslash
33962 dfrac}[2]{
33963 \backslash
33964 genfrac{}{}{}{0}{#1}{#2}}
33965 \end_layout
33966
33967 \begin_layout Standard
33968 あるいは
33969 \end_layout
33970
33971 \begin_layout Standard
33972
33973 \series bold
33974
33975 \backslash
33976 newcommand{
33977 \backslash
33978 tbinom}[2]{
33979 \backslash
33980 genfrac{(}{)}{0pt}{1}{#1}{#2}}
33981 \end_layout
33982
33983 \begin_layout Standard
33984 というコマンドで定義できます。
33985 \end_layout
33986
33987 \begin_layout Standard
33988 \begin_inset VSpace medskip
33989 \end_inset
33990
33991 分数線の厚みを非必須の引数として与えることのできる分数を定義するには、LaTeXプリアンブルに
33992 \end_layout
33993
33994 \begin_layout Standard
33995
33996 \series bold
33997
33998 \backslash
33999 newcommand{
34000 \backslash
34001 fracS}[3][]{
34002 \backslash
34003 genfrac{}{}{#1}{}{#2}{#3}}
34004 \end_layout
34005
34006 \begin_layout Standard
34007 という行を入れます。
34008 \begin_inset Newpage newpage
34009 \end_inset
34010
34011
34012 \end_layout
34013
34014 \begin_layout Standard
34015 以下は、そのテストです。
34016 \begin_inset Formula 
34017 \begin{align*}
34018 \text{コマンド} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
34019 \text{出力} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
34020 \end{align*}
34021
34022 \end_inset
34023
34024 ご覧になってわかるように、分子や分母から分数線までの距離は、分数線の厚みの約3倍になります。
34025 \end_layout
34026
34027 \begin_layout Subsection
34028 数式の消去
34029 \begin_inset Index idx
34030 status collapsed
34031
34032 \begin_layout Plain Layout
34033 すうしき@数式 ! しょうきょ@消去
34034 \end_layout
34035
34036 \end_inset
34037
34038
34039 \end_layout
34040
34041 \begin_layout Standard
34042 数式を消去するには、4つの方法があります。
34043 \end_layout
34044
34045 \begin_layout Standard
34046 \align center
34047 \begin_inset Tabular
34048 <lyxtabular version="3" rows="5" columns="2">
34049 <features rotate="0" tabularvalignment="middle">
34050 <column alignment="center" valignment="top">
34051 <column alignment="center" valignment="top">
34052 <row>
34053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34054 \begin_inset Text
34055
34056 \begin_layout Plain Layout
34057 コマンド
34058 \end_layout
34059
34060 \end_inset
34061 </cell>
34062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34063 \begin_inset Text
34064
34065 \begin_layout Plain Layout
34066 出力
34067 \begin_inset Note Note
34068 status collapsed
34069
34070 \begin_layout Plain Layout
34071 ここで
34072 \series bold
34073
34074 \backslash
34075 raisebox
34076 \series default
34077 はスペーサーとして使用しているだけです。
34078 \end_layout
34079
34080 \end_inset
34081
34082
34083 \end_layout
34084
34085 \end_inset
34086 </cell>
34087 </row>
34088 <row>
34089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34090 \begin_inset Text
34091
34092 \begin_layout Plain Layout
34093
34094 \backslash
34095 cancel
34096 \begin_inset space \textvisiblespace{}
34097 \end_inset
34098
34099 int
34100 \begin_inset space \textvisiblespace{}
34101 \end_inset
34102
34103 A=B
34104 \end_layout
34105
34106 \end_inset
34107 </cell>
34108 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34109 \begin_inset Text
34110
34111 \begin_layout Plain Layout
34112 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
34113 \end_inset
34114
34115
34116 \end_layout
34117
34118 \end_inset
34119 </cell>
34120 </row>
34121 <row>
34122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34123 \begin_inset Text
34124
34125 \begin_layout Plain Layout
34126
34127 \backslash
34128 bcancel
34129 \begin_inset space \textvisiblespace{}
34130 \end_inset
34131
34132
34133 \backslash
34134 int
34135 \begin_inset space \textvisiblespace{}
34136 \end_inset
34137
34138 A=B
34139 \end_layout
34140
34141 \end_inset
34142 </cell>
34143 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34144 \begin_inset Text
34145
34146 \begin_layout Plain Layout
34147 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
34148 \end_inset
34149
34150
34151 \end_layout
34152
34153 \end_inset
34154 </cell>
34155 </row>
34156 <row>
34157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34158 \begin_inset Text
34159
34160 \begin_layout Plain Layout
34161
34162 \backslash
34163 xcancel
34164 \begin_inset space \textvisiblespace{}
34165 \end_inset
34166
34167
34168 \backslash
34169 int
34170 \begin_inset space \textvisiblespace{}
34171 \end_inset
34172
34173 A=B
34174 \end_layout
34175
34176 \end_inset
34177 </cell>
34178 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34179 \begin_inset Text
34180
34181 \begin_layout Plain Layout
34182 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
34183 \end_inset
34184
34185
34186 \end_layout
34187
34188 \end_inset
34189 </cell>
34190 </row>
34191 <row>
34192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34193 \begin_inset Text
34194
34195 \begin_layout Plain Layout
34196
34197 \backslash
34198 cancelto
34199 \begin_inset space \textvisiblespace{}
34200 \end_inset
34201
34202
34203 \backslash
34204 int
34205 \begin_inset space \textvisiblespace{}
34206 \end_inset
34207
34208 A=B
34209 \begin_inset Formula $\to$
34210 \end_inset
34211
34212 1
34213 \end_layout
34214
34215 \end_inset
34216 </cell>
34217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34218 \begin_inset Text
34219
34220 \begin_layout Plain Layout
34221 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
34222 \end_inset
34223
34224
34225 \end_layout
34226
34227 \end_inset
34228 </cell>
34229 </row>
34230 </lyxtabular>
34231
34232 \end_inset
34233
34234
34235 \end_layout
34236
34237 \begin_layout Standard
34238
34239 \series bold
34240
34241 \backslash
34242 cancelto
34243 \series default
34244 は、以下のように、とくに数式中の分数を約分を表示するのに適しています。
34245 \begin_inset Formula 
34246 \[
34247 \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}}}
34248 \]
34249
34250 \end_inset
34251
34252
34253 \end_layout
34254
34255 \begin_layout Standard
34256
34257 \lang english
34258 To change the size of 
34259 \series bold
34260
34261 \backslash
34262 cancelto
34263 \series default
34264 's 
34265 \begin_inset Quotes eld
34266 \end_inset
34267
34268 subscript
34269 \begin_inset Quotes erd
34270 \end_inset
34271
34272  value one can add the LaTeX-preamble line
34273 \end_layout
34274
34275 \begin_layout Standard
34276
34277 \series bold
34278
34279 \backslash
34280 PassOptionsToPackage{option}{cancel}
34281 \end_layout
34282
34283 \begin_layout Standard
34284
34285 \lang english
34286 where 
34287 \series bold
34288 option
34289 \series default
34290  is either 
34291 \series bold
34292 samesize
34293 \series default
34294  which leads to the same size as for the canceled value, or 
34295 \series bold
34296 Smaller
34297 \series default
34298  which makes is it a bit smaller than normal.
34299 \end_layout
34300
34301 \begin_layout Standard
34302 という行で読み込まれています。取り消し線に色を付けるには、TeXコードで以下のコマンドを書き加えてください。
34303 \end_layout
34304
34305 \begin_layout Standard
34306
34307 \series bold
34308
34309 \backslash
34310 renewcommand{
34311 \backslash
34312 CancelColor}{
34313 \backslash
34314 color{red}}
34315 \end_layout
34316
34317 \begin_layout Standard
34318 ここで
34319 \series bold
34320 red
34321 \series default
34322 は、お好みの色に変更することができます。
34323 \end_layout
34324
34325 \begin_layout Standard
34326 \begin_inset ERT
34327 status collapsed
34328
34329 \begin_layout Plain Layout
34330
34331
34332 \backslash
34333 renewcommand{
34334 \backslash
34335 CancelColor}{
34336 \backslash
34337 color{red}}
34338 \end_layout
34339
34340 \end_inset
34341
34342
34343 \end_layout
34344
34345 \begin_layout Standard
34346 \begin_inset Formula 
34347 \[
34348 \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}}}
34349 \]
34350
34351 \end_inset
34352
34353
34354 \end_layout
34355
34356 \begin_layout Standard
34357 \begin_inset ERT
34358 status collapsed
34359
34360 \begin_layout Plain Layout
34361
34362
34363 \backslash
34364 renewcommand{
34365 \backslash
34366 CancelColor}{
34367 \backslash
34368 color{black}}
34369 \end_layout
34370
34371 \end_inset
34372
34373
34374 \begin_inset Note Note
34375 status open
34376
34377 \begin_layout Plain Layout
34378 色をリセット
34379 \end_layout
34380
34381 \end_inset
34382
34383
34384 \end_layout
34385
34386 \begin_layout Standard
34387 他の微調整については、
34388 \series bold
34389 cancel
34390 \series default
34391 パッケージの取扱説明書
34392 \begin_inset CommandInset citation
34393 LatexCommand cite
34394 key "cancel"
34395
34396 \end_inset
34397
34398 をご覧ください。
34399 \begin_inset Index idx
34400 status collapsed
34401
34402 \begin_layout Plain Layout
34403 ぱっけーじ@パッケージ ! cancel
34404 \end_layout
34405
34406 \end_inset
34407
34408
34409 \end_layout
34410
34411 \begin_layout Subsection
34412 節見出し中の数式
34413 \begin_inset CommandInset label
34414 LatexCommand label
34415 name "sub:節見出し中の数式"
34416
34417 \end_inset
34418
34419
34420 \begin_inset Index idx
34421 status collapsed
34422
34423 \begin_layout Plain Layout
34424 すうしき@数式 ! せつみだしちゅうの@節見出し中の ---
34425 \end_layout
34426
34427 \end_inset
34428
34429
34430 \end_layout
34431
34432 \begin_layout Standard
34433 数式を節見出し中で使う際には、以下のことに留意しなくてはなりません。
34434 \end_layout
34435
34436 \begin_layout Standard
34437 \begin_inset Note Greyedout
34438 status open
34439
34440 \begin_layout Plain Layout
34441 文書設定ダイアログの
34442 \family sans
34443 PDF特性
34444 \family default
34445
34446 \series bold
34447 hyperref
34448 \series default
34449
34450 \begin_inset Index idx
34451 status collapsed
34452
34453 \begin_layout Plain Layout
34454 ぱっけーじ@パッケージ ! hyperref
34455 \end_layout
34456
34457 \end_inset
34458
34459 サポートが有効になっている場合、PDFのしおりが、目次にある節見出しすべてに関して生成されます。しおり中に数式を入れることはPDFの慣習に違反しているため、節見
34460 出しに数式が含まれている場合、数式はしおり中に誤った文字列として表示されます。
34461 \end_layout
34462
34463 \end_inset
34464
34465
34466 \end_layout
34467
34468 \begin_layout Standard
34469 これらの問題は、
34470 \family sans
34471 挿入\SpecialChar \menuseparator
34472 短縮タイトル
34473 \family default
34474 メニューを使って、問題となる節見出しの最後に短縮タイトルを入れることで解決することができます。短縮タイトルは、目次が美しく整形されるように、多行にわたる節見出し
34475 に別名を付けるものです。目次中には、短縮タイトルのみが表示され、したがってPDFしおり中にも短縮タイトルのみが表示されます。
34476 \end_layout
34477
34478 \begin_layout Standard
34479 数式を目次中でも使わなくてもならないが、
34480 \series bold
34481 hyperref
34482 \series default
34483 も使用しなくてはならないときには、
34484 \end_layout
34485
34486 \begin_layout Standard
34487
34488 \series bold
34489
34490 \backslash
34491 texorpdfstring{部分}{代替文字列}
34492 \begin_inset Index idx
34493 status collapsed
34494
34495 \begin_layout Plain Layout
34496 こまんど@コマンド ! T ! 
34497 \backslash
34498 texorpdfstring
34499 \end_layout
34500
34501 \end_inset
34502
34503
34504 \end_layout
34505
34506 \begin_layout Standard
34507 というコマンドをTeXモードで使う方法があります。
34508 \end_layout
34509
34510 \begin_layout Standard
34511 「部分」は、見出し中、PDFしおりに表示したくない部分です。これは、文字・数式・脚注のほかに相互参照をとることもできます。しおりには、この部分の代わりに、「代替
34512 文字列」が用いられます。
34513 \end_layout
34514
34515 \begin_layout Standard
34516 以下の二つは、見出しの例です。
34517 \begin_inset VSpace -3mm
34518 \end_inset
34519
34520
34521 \begin_inset ERT
34522 status collapsed
34523
34524 \begin_layout Plain Layout
34525
34526
34527 \backslash
34528 boldmath 
34529 \end_layout
34530
34531 \end_inset
34532
34533
34534 \end_layout
34535
34536 \begin_layout Subsubsection
34537 目次中では数式を使わない見出し
34538 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
34539 \end_inset
34540
34541
34542 \begin_inset Argument 1
34543 status collapsed
34544
34545 \begin_layout Plain Layout
34546 目次中では数式を使わない見出し
34547 \end_layout
34548
34549 \end_inset
34550
34551
34552 \end_layout
34553
34554 \begin_layout Subsubsection
34555 目次中で数式を使う見出し
34556 \begin_inset ERT
34557 status collapsed
34558
34559 \begin_layout Plain Layout
34560
34561
34562 \backslash
34563 texorpdfstring{
34564 \end_layout
34565
34566 \end_inset
34567
34568  
34569 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
34570 \end_inset
34571
34572
34573 \begin_inset ERT
34574 status collapsed
34575
34576 \begin_layout Plain Layout
34577
34578 }{}
34579 \end_layout
34580
34581 \end_inset
34582
34583
34584 \end_layout
34585
34586 \begin_layout Standard
34587 \begin_inset ERT
34588 status collapsed
34589
34590 \begin_layout Plain Layout
34591
34592
34593 \backslash
34594 unboldmath 
34595 \end_layout
34596
34597 \end_inset
34598
34599 一つめの見出しでは短縮タイトルが使われており、二つめの見出しでは
34600 \series bold
34601
34602 \backslash
34603 texorpdfstring
34604 \series default
34605 が使われています。
34606 \end_layout
34607
34608 \begin_layout Standard
34609 他の節見出しと同じ書式を得るために、上の見出し全体は
34610 \series bold
34611 boldmath
34612 \series default
34613 環境に設定してあります
34614 \begin_inset Foot
34615 status collapsed
34616
34617 \begin_layout Plain Layout
34618
34619 \begin_inset CommandInset ref
34620 LatexCommand ref
34621 reference "sub:ボールド体の数式"
34622
34623 \end_inset
34624
34625 節参照。
34626 \end_layout
34627
34628 \end_inset
34629
34630
34631 \end_layout
34632
34633 \begin_layout Subsection
34634 多段組文中の数式
34635 \begin_inset Index idx
34636 status collapsed
34637
34638 \begin_layout Plain Layout
34639 すうしき@数式 ! ただんくみぶんちゅうの@多段組文中の ---
34640 \end_layout
34641
34642 \end_inset
34643
34644
34645 \end_layout
34646
34647 \begin_layout Standard
34648 多段組文中に数式を作ると、段の中に収まりきらないことも多く、ページ幅全体に広がるようにする必要があることがあります。これは、
34649 \series bold
34650 multicol
34651 \series default
34652
34653 \begin_inset Foot
34654 status collapsed
34655
34656 \begin_layout Plain Layout
34657
34658 \series bold
34659 multicol
34660 \series default
34661 は、標準的LaTeX頒布版のすべてに含まれています。
34662 \end_layout
34663
34664 \end_inset
34665
34666
34667 \begin_inset Index idx
34668 status collapsed
34669
34670 \begin_layout Plain Layout
34671 ぱっけーじ@パッケージ ! multicol
34672 \end_layout
34673
34674 \end_inset
34675
34676  LaTeXパッケージを、
34677 \end_layout
34678
34679 \begin_layout Standard
34680
34681 \series bold
34682
34683 \backslash
34684 usepackage{multicol}
34685 \end_layout
34686
34687 \begin_layout Standard
34688 というLaTeXプリアンブル行を書いて読み込むことで、実現できます。
34689 \end_layout
34690
34691 \begin_layout Standard
34692 \begin_inset Note Greyedout
34693 status open
34694
34695 \begin_layout Plain Layout
34696 ここで、
34697 \family sans
34698 文書\SpecialChar \menuseparator
34699 設定
34700 \family default
34701 メニューの
34702 \family sans
34703 本文レイアウト
34704 \family default
34705 で、
34706 \family sans
34707 二段組文書
34708 \family default
34709 の設定を
34710 \emph on
34711 有効にしてはならない
34712 \emph default
34713 ことに注意してください。
34714 \end_layout
34715
34716 \end_inset
34717
34718
34719 \end_layout
34720
34721 \begin_layout Standard
34722 多段組文の前に
34723 \end_layout
34724
34725 \begin_layout Standard
34726
34727 \series bold
34728
34729 \backslash
34730 begin{multicols}{段数}
34731 \end_layout
34732
34733 \begin_layout Standard
34734 というコマンドをTeXモードで書き入れます。「段数」は、2
34735 \begin_inset space \thinspace{}
34736 \end_inset
34737
34738 -
34739 \begin_inset space \thinspace{}
34740 \end_inset
34741
34742 10のあいだの数字です。多段組文の終わる数式の前には、
34743 \end_layout
34744
34745 \begin_layout Standard
34746
34747 \series bold
34748
34749 \backslash
34750 end{multicols}
34751 \end_layout
34752
34753 \begin_layout Standard
34754 というコマンドをTeXモードで入れます。
34755 \end_layout
34756
34757 \begin_layout Standard
34758 このコマンドによって、数式の前にいくらかの余白が、自動的に作られます。これをなくすには、数式の前に-6
34759 \begin_inset space \thinspace{}
34760 \end_inset
34761
34762 mmの垂直空白を入れて下さい。数式様式
34763 \series bold
34764
34765 \begin_inset Foot
34766 status collapsed
34767
34768 \begin_layout Plain Layout
34769
34770 \series bold
34771 数式様式に関しては、第
34772 \series default
34773
34774 \begin_inset CommandInset ref
34775 LatexCommand ref
34776 reference "sec:数式様式"
34777
34778 \end_inset
34779
34780 節をご覧下さい。
34781 \end_layout
34782
34783 \end_inset
34784
34785
34786 \series default
34787 として
34788 \series bold
34789 行頭下げ
34790 \series default
34791 を使用している場合には、代わりに-9
34792 \begin_inset space \thinspace{}
34793 \end_inset
34794
34795 mmの垂直空白を入れて下さい。
34796 \end_layout
34797
34798 \begin_layout Standard
34799 以下は、別行立て数式を含む、多段組文の例です。
34800 \end_layout
34801
34802 \begin_layout Standard
34803 \begin_inset ERT
34804 status collapsed
34805
34806 \begin_layout Plain Layout
34807
34808
34809 \backslash
34810 begin{multicols}{2}
34811 \end_layout
34812
34813 \end_inset
34814
34815
34816 \lang ngerman
34817 Das Spektrum wird fouriertransformiert.
34818  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
34819 , Lösungsmittel) zu trennen.
34820  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
34821  nun das Aussehen des Ausgangssignals.
34822  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so das man
34823  über alle Phasen integrieren muss.
34824  Sei nun 
34825 \begin_inset Formula $S$
34826 \end_inset
34827
34828  unser normiertes Ausgangssignal und 
34829 \begin_inset Formula $P$
34830 \end_inset
34831
34832  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
34833 \lang japanese
34834
34835 \begin_inset ERT
34836 status collapsed
34837
34838 \begin_layout Plain Layout
34839
34840
34841 \backslash
34842 end{multicols}
34843 \end_layout
34844
34845 \end_inset
34846
34847
34848 \begin_inset VSpace -6mm
34849 \end_inset
34850
34851
34852 \begin_inset Formula 
34853 \begin{equation}
34854 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
34855 \end{equation}
34856
34857 \end_inset
34858
34859
34860 \begin_inset ERT
34861 status collapsed
34862
34863 \begin_layout Plain Layout
34864
34865
34866 \backslash
34867 begin{multicols}{2}
34868 \end_layout
34869
34870 \end_inset
34871
34872
34873 \lang ngerman
34874 wobei 
34875 \begin_inset Formula $S_{0}$
34876 \end_inset
34877
34878  das Signal ohne Gradient ist und die Normierungsbedingung 
34879 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
34880 \end_inset
34881
34882  gilt.
34883  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
34884  Direkt nach dem 
34885 \begin_inset Formula $\nicefrac{\pi}{2}$
34886 \end_inset
34887
34888
34889 \begin_inset space \thinspace{}
34890 \end_inset
34891
34892 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
34893  das Signal zusätzlich abschwächt.
34894  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
34895  
34896 \begin_inset Formula $T_{2}$
34897 \end_inset
34898
34899 -Zeit.
34900 \end_layout
34901
34902 \begin_layout Standard
34903 \begin_inset ERT
34904 status collapsed
34905
34906 \begin_layout Plain Layout
34907
34908
34909 \backslash
34910 end{multicols}
34911 \end_layout
34912
34913 \end_inset
34914
34915  
34916 \end_layout
34917
34918 \begin_layout Subsection
34919 変数の説明付き数式
34920 \begin_inset Index idx
34921 status collapsed
34922
34923 \begin_layout Plain Layout
34924 すうしき@数式 ! へんすうのせつめいつき@変数の説明付き
34925 \end_layout
34926
34927 \end_inset
34928
34929
34930 \end_layout
34931
34932 \begin_layout Standard
34933 \begin_inset CommandInset ref
34934 LatexCommand eqref
34935 reference "eq:within"
34936
34937 \end_inset
34938
34939 式のように、数式内で変数の説明をするには、
34940 \begin_inset Formula $n$
34941 \end_inset
34942
34943 個の変数が使われている場合、左寄せの列を持つ
34944 \begin_inset Formula $2\times n$
34945 \end_inset
34946
34947 行列を使用します
34948 \begin_inset Foot
34949 status collapsed
34950
34951 \begin_layout Plain Layout
34952 行列に関しては、第
34953 \begin_inset CommandInset ref
34954 LatexCommand ref
34955 reference "sec:行列"
34956
34957 \end_inset
34958
34959 節参照。
34960 \end_layout
34961
34962 \end_inset
34963
34964 。説明を小さな文字にするには、行列の前に、たとえば
34965 \series bold
34966
34967 \backslash
34968 footnotesize
34969 \series default
34970 コマンドを挿入します
34971 \begin_inset Foot
34972 status collapsed
34973
34974 \begin_layout Plain Layout
34975 フォント寸法に関しては、第
34976 \begin_inset CommandInset ref
34977 LatexCommand ref
34978 reference "sub:書体寸法"
34979
34980 \end_inset
34981
34982 節参照。
34983 \end_layout
34984
34985 \end_inset
34986
34987
34988 \end_layout
34989
34990 \begin_layout Standard
34991 数式様式に
34992 \series bold
34993 行頭下げ
34994 \begin_inset Foot
34995 status collapsed
34996
34997 \begin_layout Plain Layout
34998
34999 \series bold
35000 数式様式に関しては、第
35001 \series default
35002
35003 \begin_inset CommandInset ref
35004 LatexCommand ref
35005 reference "sec:数式様式"
35006
35007 \end_inset
35008
35009 節参照。
35010 \end_layout
35011
35012 \end_inset
35013
35014
35015 \series default
35016 を使っている場合、行列を数式とページ余白から等距離に置くために、行列の前後に
35017 \series bold
35018
35019 \backslash
35020 hfill
35021 \series default
35022
35023 \begin_inset Foot
35024 status collapsed
35025
35026 \begin_layout Plain Layout
35027
35028 \series bold
35029
35030 \backslash
35031 hfill
35032 \series default
35033 は、
35034 \series bold
35035 行頭下げ
35036 \series default
35037 様式のときのみ機能します。第
35038 \begin_inset CommandInset ref
35039 LatexCommand ref
35040 reference "sub:可変長の空白"
35041
35042 \end_inset
35043
35044 節をご覧下さい。
35045 \end_layout
35046
35047 \end_inset
35048
35049 を入れます。
35050 \end_layout
35051
35052 \begin_layout Standard
35053 数式様式に
35054 \series bold
35055 中央揃え
35056 \series default
35057 を使っている場合、数式を字下げするには、第
35058 \begin_inset CommandInset ref
35059 LatexCommand ref
35060 reference "sub:flalign環境"
35061
35062 \end_inset
35063
35064 節で述べた方法を使用します。
35065 \begin_inset CommandInset ref
35066 LatexCommand eqref
35067 reference "eq:within"
35068
35069 \end_inset
35070
35071 式には5列があり、最初の2列には数式、3列めには行列、最終列には空のTeX括弧が入っています。
35072 \begin_inset Formula 
35073 \begin{flalign}
35074 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
35075 \rho & \textrm{density}\\
35076 V & \textrm{volume}\\
35077 g & \textrm{gravitational acceleration}
35078 \end{array} &  & {}\label{eq:within}
35079 \end{flalign}
35080
35081 \end_inset
35082
35083
35084 \end_layout
35085
35086 \begin_layout Subsection
35087 アップライト体のギリシャ小文字
35088 \begin_inset CommandInset label
35089 LatexCommand label
35090 name "sub:アップライト体ギリシャ小文字"
35091
35092 \end_inset
35093
35094
35095 \begin_inset Index idx
35096 status collapsed
35097
35098 \begin_layout Plain Layout
35099 ぎりしゃもじ@ギリシャ文字 ! あっぷらいとたい@アップライト体
35100 \end_layout
35101
35102 \end_inset
35103
35104
35105 \end_layout
35106
35107 \begin_layout Standard
35108 ほとんどの数式書体は、イタリック体のギリシャ小文字しか提供していません。しかし、
35109 \begin_inset Formula $\pi$
35110 \end_inset
35111
35112 中間子やニュートリノのような素粒子の記号には、アップライト体のギリシャ文字が必要とされます。
35113 \series bold
35114 upgreek.sty
35115 \series default
35116
35117 \begin_inset Foot
35118 status collapsed
35119
35120 \begin_layout Plain Layout
35121
35122 \series bold
35123 upgreek
35124 \series default
35125 は、
35126 \series bold
35127 was
35128 \series default
35129
35130 \begin_inset Index idx
35131 status collapsed
35132
35133 \begin_layout Plain Layout
35134 ぱっけーじ@パッケージ ! was
35135 \begin_inset ERT
35136 status collapsed
35137
35138 \begin_layout Plain Layout
35139
35140
35141 \backslash
35142 vspace{4mm}
35143 \end_layout
35144
35145 \end_inset
35146
35147
35148 \end_layout
35149
35150 \end_inset
35151
35152  LaTeXパッケージの一部です。
35153 \end_layout
35154
35155 \end_inset
35156
35157
35158 \begin_inset Index idx
35159 status collapsed
35160
35161 \begin_layout Plain Layout
35162 ぱっけーじ@パッケージ ! upgreek
35163 \end_layout
35164
35165 \end_inset
35166
35167  ファイルを
35168 \end_layout
35169
35170 \begin_layout Standard
35171
35172 \series bold
35173
35174 \backslash
35175 usepackage{upgreek}
35176 \end_layout
35177
35178 \begin_layout Standard
35179 というLaTeXプリアンブル行で読み込めば、これらが提供されるようになります。
35180 \begin_inset ERT
35181 status collapsed
35182
35183 \begin_layout Plain Layout
35184
35185
35186 \backslash
35187 ifupgreek 
35188 \end_layout
35189
35190 \end_inset
35191
35192
35193 \begin_inset Note Note
35194 status open
35195
35196 \begin_layout Plain Layout
35197 以下の表は、
35198 \series bold
35199 upgreek
35200 \series default
35201  LaTeXパッケージが導入済みのときのみ表示されます。
35202 \end_layout
35203
35204 \end_inset
35205
35206 アップライト体のギリシャ小文字は、ギリシャ小文字のコマンド名の前に
35207 \series bold
35208 up
35209 \series default
35210 を付けると作ることができます。たとえば
35211 \series bold
35212
35213 \backslash
35214 uptau
35215 \series default
35216 コマンドは、
35217 \begin_inset Formula $\uptau$
35218 \end_inset
35219
35220 のようになります。
35221 \end_layout
35222
35223 \begin_layout Standard
35224 これらのコマンドを使えば、以下のような素粒子の反応を組版することができるようになります。
35225 \begin_inset Formula 
35226 \[
35227 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}
35228 \]
35229
35230 \end_inset
35231
35232
35233 \end_layout
35234
35235 \begin_layout Standard
35236 アップライト体の文字は、イタリック体のものよりも太く幅広です。したがって、これらを「
35237 \begin_inset Formula $\mu m$
35238 \end_inset
35239
35240 」のような単位に使うべきではありません。
35241 \end_layout
35242
35243 \begin_layout Standard
35244 \begin_inset ERT
35245 status collapsed
35246
35247 \begin_layout Plain Layout
35248
35249
35250 \backslash
35251 else 
35252 \end_layout
35253
35254 \end_inset
35255
35256
35257 \begin_inset Note Note
35258 status open
35259
35260 \begin_layout Plain Layout
35261 以下は、
35262 \series bold
35263 upgreek
35264 \series default
35265  LaTeXパッケージが導入されていないときのみ表示されます。
35266 \end_layout
35267
35268 \end_inset
35269
35270
35271 \end_layout
35272
35273 \begin_layout Standard
35274 この小節のすべてを出力で見るには、
35275 \series bold
35276 upgreek
35277 \series default
35278  LaTeXパッケージを導入する必要があります。
35279 \end_layout
35280
35281 \begin_layout Standard
35282 \begin_inset ERT
35283 status collapsed
35284
35285 \begin_layout Plain Layout
35286
35287
35288 \backslash
35289 fi 
35290 \end_layout
35291
35292 \end_inset
35293
35294
35295 \begin_inset Newpage newpage
35296 \end_inset
35297
35298
35299 \end_layout
35300
35301 \begin_layout Subsection
35302 数式中のテキスト文字
35303 \begin_inset CommandInset label
35304 LatexCommand label
35305 name "sub:数式中のテキスト文字"
35306
35307 \end_inset
35308
35309
35310 \begin_inset Index idx
35311 status collapsed
35312
35313 \begin_layout Plain Layout
35314 てきすと@テキスト ! すうしきちゅうの@数式中の ---
35315 \end_layout
35316
35317 \end_inset
35318
35319
35320 \end_layout
35321
35322 \begin_layout Standard
35323 折にふれて、テキスト文字を直接数式中に入れたいときがあるでしょう。たとえば、中黒「·」を
35324 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
35325 \end_inset
35326
35327 のように数式中で頻繁に用いようとすると、この中黒はすべてのエンコーディングでテキスト文字として定義されているために、代わりに
35328 \series bold
35329
35330 \backslash
35331 cdot
35332 \series default
35333
35334 \begin_inset Foot
35335 status collapsed
35336
35337 \begin_layout Plain Layout
35338
35339 \begin_inset CommandInset ref
35340 LatexCommand ref
35341 reference "sub:二項演算子"
35342
35343 \end_inset
35344
35345 節参照。
35346 \end_layout
35347
35348 \end_inset
35349
35350 コマンドを挿入しなくてはならなくなることでしょう。しかし、
35351 \end_layout
35352
35353 \begin_layout Standard
35354
35355 \series bold
35356
35357 \backslash
35358 Declare Inputtext{183}{
35359 \backslash
35360 ifmmode
35361 \backslash
35362 cdot
35363 \backslash
35364 else
35365 \backslash
35366 textperiodcentered
35367 \backslash
35368 f\SpecialChar \textcompwordmark{}
35369 i}
35370 \end_layout
35371
35372 \begin_layout Standard
35373 というLaTeXプリアンブル行を使えば、エンコーディングに変更を加えることができます。
35374 \end_layout
35375
35376 \begin_layout Standard
35377 文字エンコーディング(
35378 \family sans
35379 文書\SpecialChar \menuseparator
35380 設定\SpecialChar \menuseparator
35381 言語
35382 \family default
35383 メニュー)は、キーボード上の
35384 \begin_inset Flex Ruby
35385 status collapsed
35386
35387 \begin_layout Plain Layout
35388
35389 \begin_inset Argument post:1
35390 status collapsed
35391
35392 \begin_layout Plain Layout
35393 キー
35394 \end_layout
35395
35396 \end_inset
35397
35398
35399 \end_layout
35400
35401 \end_inset
35402
35403 が押されたときにどの文字が表示されるかを指定します。「·」文字に対応する鍵が押されると、内部的には
35404 \series bold
35405
35406 \backslash
35407 textperiodcentered
35408 \series default
35409 コマンドが使用されます。しかし、このコマンドは数式中では使えないので、LaTeXエラーが発生するのです。変更後のエンコーディングでは、文字が数式中に挿入されたか
35410 否かによって、正しいコマンドが自動的に選択されます。
35411 \end_layout
35412
35413 \begin_layout Standard
35414 定義ファイル中には、複数の文字のエンコーディングが保管されています。たとえば、
35415 \series bold
35416 latin9
35417 \series default
35418 エンコーディングは、LaTeXがインストールされたフォルダにある
35419 \series bold
35420 latin9.def
35421 \series default
35422 ファイルに定義されています。エンコーディングは、LaTeXプリアンブルで変更するべきであって、定義ファイルを変更してはなりません。さもないと、自分の作成した文書
35423 は、他のコンピューターで作業をしている他のユーザーによっては編集することができなくなってしまいます。
35424 \end_layout
35425
35426 \begin_layout Standard
35427 \begin_inset VSpace medskip
35428 \end_inset
35429
35430 中黒の他にこの文書では、角度記号「
35431 \begin_inset Formula $^{\circ}$
35432 \end_inset
35433
35434 」が、数式に直接入れることができるよう、以下のようなLaTeXプリアンブル行で定義されています
35435 \begin_inset Foot
35436 status collapsed
35437
35438 \begin_layout Plain Layout
35439 (訳註)pLaTeXでは、これらの定義は必要ないので、コメントアウトして無効にしてあります。
35440 \end_layout
35441
35442 \end_inset
35443
35444
35445 \end_layout
35446
35447 \begin_layout Standard
35448
35449 \series bold
35450
35451 \backslash
35452 DeclareInputtext{176}{
35453 \backslash
35454 ifmmode^
35455 \backslash
35456 circ
35457 \backslash
35458 else
35459 \backslash
35460 textdegree
35461 \backslash
35462 f\SpecialChar \textcompwordmark{}
35463 i}
35464 \end_layout
35465
35466 \begin_layout Standard
35467 \begin_inset Newpage newpage
35468 \end_inset
35469
35470
35471 \end_layout
35472
35473 \begin_layout Section
35474 \start_of_appendix
35475 組版上の助言
35476 \begin_inset Index idx
35477 status collapsed
35478
35479 \begin_layout Plain Layout
35480 くみばんじょうのじょげん@組版上の助言
35481 \end_layout
35482
35483 \end_inset
35484
35485
35486 \end_layout
35487
35488 \begin_layout Standard
35489 この節は、ISO規範に掲げてある、もっとも重要な組版ルールの要約です
35490 \begin_inset Foot
35491 status collapsed
35492
35493 \begin_layout Plain Layout
35494 この要約の一部は、ISO規則を取り上げている「Duden」
35495 \begin_inset CommandInset citation
35496 LatexCommand cite
35497 key "Duden"
35498
35499 \end_inset
35500
35501 と呼ばれるドイツの半公的辞書から採られています。
35502 \end_layout
35503
35504 \end_inset
35505
35506
35507 \end_layout
35508
35509 \begin_layout Itemize
35510 物理単位は、つねに(イタリック文中にあるときも)アップライト体にします
35511 \begin_inset Foot
35512 status collapsed
35513
35514 \begin_layout Plain Layout
35515 書体様式で指定します。第
35516 \begin_inset CommandInset ref
35517 LatexCommand ref
35518 reference "sub:書体様式"
35519
35520 \end_inset
35521
35522 節を参照。
35523 \end_layout
35524
35525 \end_inset
35526
35527 :30
35528 \begin_inset space \thinspace{}
35529 \end_inset
35530
35531 km/h
35532 \begin_inset Newline newline
35533 \end_inset
35534
35535 値と単位の間には、最小空白を入れます。第
35536 \begin_inset CommandInset ref
35537 LatexCommand ref
35538 reference "sub:定義済みの空白"
35539
35540 \end_inset
35541
35542 節を参照。
35543 \begin_inset Newline newline
35544 \end_inset
35545
35546 この慣習は、
35547 \series bold
35548
35549 \backslash
35550 unittwo
35551 \series default
35552 コマンドを使用すると、つねに満たされます。このコマンドを数式に入れると、二つの枠が現れます。最初の枠には値をいれ、第二の枠に単位を入れると、上記と同じような結果
35553 が得られます:
35554 \begin_inset Formula $\unit[30]{km/h}$
35555 \end_inset
35556
35557
35558 \begin_inset space \thinspace{}
35559 \end_inset
35560
35561 。実は、
35562 \series bold
35563
35564 \backslash
35565 unittwo
35566 \series default
35567 は、LaTeXコマンドの実体ではなく、
35568 \series bold
35569
35570 \backslash
35571 unit[値]{単位}
35572 \series default
35573 というコマンドです。したがって、これをTeXコード中で使用することはできません。
35574 \end_layout
35575
35576 \begin_layout Itemize
35577 百分率記号と千分率記号は、物理単位と同様に組みます:
35578 \begin_inset Newline newline
35579 \end_inset
35580
35581 血中アルコール1,2
35582 \begin_inset space \thinspace{}
35583 \end_inset
35584
35585
35586 \end_layout
35587
35588 \begin_layout Itemize
35589 角度記号は値の直後に置きます:
35590 \begin_inset Formula $15^{\circ}$
35591 \end_inset
35592
35593 。しかし、単位として用いられるときは別です:15
35594 \begin_inset space \thinspace{}
35595 \end_inset
35596
35597
35598 \begin_inset Formula $^{\circ}\negmedspace\mbox{C}$
35599 \end_inset
35600
35601
35602 \end_layout
35603
35604 \begin_layout Itemize
35605 4桁以上の数は、3桁ごとに最小空白を直前に挿入して、グループ化します:18
35606 \begin_inset space \thinspace{}
35607 \end_inset
35608
35609 473
35610 \begin_inset space \thinspace{}
35611 \end_inset
35612
35613 588
35614 \end_layout
35615
35616 \begin_layout Itemize
35617 \begin_inset Formula $120\times90\times40$
35618 \end_inset
35619
35620
35621 \begin_inset space \thinspace{}
35622 \end_inset
35623
35624 cmのような寸法には、積記号「
35625 \begin_inset Formula $\times$
35626 \end_inset
35627
35628 」を用います。これは、
35629 \series bold
35630
35631 \backslash
35632 times
35633 \series default
35634 コマンドか、
35635 \family sans
35636 挿入\SpecialChar \menuseparator
35637 特殊文字\SpecialChar \menuseparator
35638 記号
35639 \family default
35640 メニューから入れることができます。
35641 \end_layout
35642
35643 \begin_layout Itemize
35644 いくつかの文字を含む関数名は、混乱を防ぐためにアップライト体にします。第
35645 \begin_inset CommandInset ref
35646 LatexCommand ref
35647 reference "sub:定義済み函数"
35648
35649 \end_inset
35650
35651 節を参照。
35652 \end_layout
35653
35654 \begin_layout Itemize
35655 複数の文字を含む指数は、アップライト体にします:
35656 \begin_inset Formula $E_{\mathrm{kin}}$
35657 \end_inset
35658
35659
35660 \begin_inset Newline newline
35661 \end_inset
35662
35663 行列要素はイタリック体にします:
35664 \begin_inset Formula $\hat{H}_{kl}$
35665 \end_inset
35666
35667
35668 \end_layout
35669
35670 \begin_layout Itemize
35671 微分作用素・積分作用素「d」、オイラー数「e」、虚数単位「i」は、他の変数と間違えることを避けるために、アップライト体にします。
35672 \end_layout
35673
35674 \begin_layout Itemize
35675
35676 \noun on
35677 フーリエ
35678 \noun default
35679 変換を表す文字は、
35680 \series bold
35681
35682 \backslash
35683 mathscr
35684 \begin_inset space \textvisiblespace{}
35685 \end_inset
35686
35687 {F
35688 \series default
35689 コマンド
35690 \begin_inset Index idx
35691 status collapsed
35692
35693 \begin_layout Plain Layout
35694 こまんど@コマンド! M ! 
35695 \backslash
35696 mathscr
35697 \end_layout
35698
35699 \end_inset
35700
35701
35702 \family sans
35703 挿入\SpecialChar \menuseparator
35704 特殊文字\SpecialChar \menuseparator
35705 記号\SpecialChar \menuseparator
35706 文字様記号
35707 \family default
35708 メニューの
35709 \begin_inset Formula $\mathscr{F}$
35710 \end_inset
35711
35712 で入れることができます。
35713 \end_layout
35714
35715 \begin_layout Standard
35716 \begin_inset Newpage newpage
35717 \end_inset
35718
35719
35720 \end_layout
35721
35722 \begin_layout Section
35723 同義語
35724 \begin_inset Index idx
35725 status collapsed
35726
35727 \begin_layout Plain Layout
35728 どうぎご@同義語
35729 \end_layout
35730
35731 \end_inset
35732
35733
35734 \end_layout
35735
35736 \begin_layout Standard
35737 いくつかの文字や記号は、複数のコマンドから作ることができます。以下は、同義のコマンドの一覧です。
35738 \end_layout
35739
35740 \begin_layout Standard
35741 \begin_inset VSpace bigskip
35742 \end_inset
35743
35744
35745 \begin_inset space \hfill{}
35746 \end_inset
35747
35748
35749 \begin_inset Tabular
35750 <lyxtabular version="3" rows="12" columns="2">
35751 <features rotate="0" tabularvalignment="middle">
35752 <column alignment="center" valignment="top" width="0pt">
35753 <column alignment="center" valignment="top" width="0pt">
35754 <row>
35755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35756 \begin_inset Text
35757
35758 \begin_layout Plain Layout
35759 コマンド
35760 \end_layout
35761
35762 \end_inset
35763 </cell>
35764 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35765 \begin_inset Text
35766
35767 \begin_layout Plain Layout
35768 同義のコマンド
35769 \begin_inset Note Note
35770 status collapsed
35771
35772 \begin_layout Plain Layout
35773 ここで
35774 \series bold
35775
35776 \backslash
35777 raisebox
35778 \series default
35779 はスペーサーとして使用しているだけです。
35780 \end_layout
35781
35782 \end_inset
35783
35784
35785 \end_layout
35786
35787 \end_inset
35788 </cell>
35789 </row>
35790 <row>
35791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35792 \begin_inset Text
35793
35794 \begin_layout Plain Layout
35795
35796 \backslash
35797 ast
35798 \end_layout
35799
35800 \end_inset
35801 </cell>
35802 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35803 \begin_inset Text
35804
35805 \begin_layout Plain Layout
35806 \begin_inset ERT
35807 status collapsed
35808
35809 \begin_layout Plain Layout
35810
35811
35812 \backslash
35813 raisebox{-1.2mm}{
35814 \end_layout
35815
35816 \end_inset
35817
35818 *
35819 \begin_inset ERT
35820 status collapsed
35821
35822 \begin_layout Plain Layout
35823
35824 }
35825 \end_layout
35826
35827 \end_inset
35828
35829
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 choose
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 \backslash
35853 binom
35854 \end_layout
35855
35856 \end_inset
35857 </cell>
35858 </row>
35859 <row>
35860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35861 \begin_inset Text
35862
35863 \begin_layout Plain Layout
35864
35865 \backslash
35866 geq
35867 \end_layout
35868
35869 \end_inset
35870 </cell>
35871 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35872 \begin_inset Text
35873
35874 \begin_layout Plain Layout
35875
35876 \backslash
35877 ge
35878 \end_layout
35879
35880 \end_inset
35881 </cell>
35882 </row>
35883 <row>
35884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35885 \begin_inset Text
35886
35887 \begin_layout Plain Layout
35888
35889 \backslash
35890 lbrace
35891 \end_layout
35892
35893 \end_inset
35894 </cell>
35895 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35896 \begin_inset Text
35897
35898 \begin_layout Plain Layout
35899 {
35900 \end_layout
35901
35902 \end_inset
35903 </cell>
35904 </row>
35905 <row>
35906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35907 \begin_inset Text
35908
35909 \begin_layout Plain Layout
35910
35911 \backslash
35912 lbracket
35913 \end_layout
35914
35915 \end_inset
35916 </cell>
35917 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35918 \begin_inset Text
35919
35920 \begin_layout Plain Layout
35921 [
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 leftarrow
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 gets
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 leq
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 le
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 lor
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 \backslash
35993 vee
35994 \end_layout
35995
35996 \end_inset
35997 </cell>
35998 </row>
35999 <row>
36000 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36001 \begin_inset Text
36002
36003 \begin_layout Plain Layout
36004
36005 \backslash
36006 neq
36007 \end_layout
36008
36009 \end_inset
36010 </cell>
36011 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36012 \begin_inset Text
36013
36014 \begin_layout Plain Layout
36015
36016 \backslash
36017 not=
36018 \end_layout
36019
36020 \end_inset
36021 </cell>
36022 </row>
36023 <row>
36024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36025 \begin_inset Text
36026
36027 \begin_layout Plain Layout
36028
36029 \backslash
36030 slash
36031 \end_layout
36032
36033 \end_inset
36034 </cell>
36035 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36036 \begin_inset Text
36037
36038 \begin_layout Plain Layout
36039 /
36040 \end_layout
36041
36042 \end_inset
36043 </cell>
36044 </row>
36045 <row>
36046 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36047 \begin_inset Text
36048
36049 \begin_layout Plain Layout
36050
36051 \backslash
36052 vert
36053 \end_layout
36054
36055 \end_inset
36056 </cell>
36057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36058 \begin_inset Text
36059
36060 \begin_layout Plain Layout
36061 \begin_inset Formula $|$
36062 \end_inset
36063
36064
36065 \end_layout
36066
36067 \end_inset
36068 </cell>
36069 </row>
36070 </lyxtabular>
36071
36072 \end_inset
36073
36074
36075 \begin_inset space \hfill{}
36076 \end_inset
36077
36078
36079 \begin_inset Tabular
36080 <lyxtabular version="3" rows="12" columns="2">
36081 <features rotate="0" tabularvalignment="middle">
36082 <column alignment="center" valignment="top" width="0pt">
36083 <column alignment="center" valignment="top" width="0pt">
36084 <row>
36085 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36086 \begin_inset Text
36087
36088 \begin_layout Plain Layout
36089 コマンド
36090 \end_layout
36091
36092 \end_inset
36093 </cell>
36094 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36095 \begin_inset Text
36096
36097 \begin_layout Plain Layout
36098 同義のコマンド
36099 \end_layout
36100
36101 \end_inset
36102 </cell>
36103 </row>
36104 <row>
36105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36106 \begin_inset Text
36107
36108 \begin_layout Plain Layout
36109
36110 \backslash
36111 backslash
36112 \end_layout
36113
36114 \end_inset
36115 </cell>
36116 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36117 \begin_inset Text
36118
36119 \begin_layout Plain Layout
36120
36121 \backslash
36122
36123 \backslash
36124
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 dasharrow
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 \backslash
36148 dashrightarrow
36149 \end_layout
36150
36151 \end_inset
36152 </cell>
36153 </row>
36154 <row>
36155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36156 \begin_inset Text
36157
36158 \begin_layout Plain Layout
36159
36160 \backslash
36161 land
36162 \end_layout
36163
36164 \end_inset
36165 </cell>
36166 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36167 \begin_inset Text
36168
36169 \begin_layout Plain Layout
36170
36171 \backslash
36172 wedge
36173 \end_layout
36174
36175 \end_inset
36176 </cell>
36177 </row>
36178 <row>
36179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36180 \begin_inset Text
36181
36182 \begin_layout Plain Layout
36183
36184 \backslash
36185 rbrace
36186 \end_layout
36187
36188 \end_inset
36189 </cell>
36190 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36191 \begin_inset Text
36192
36193 \begin_layout Plain Layout
36194 }
36195 \end_layout
36196
36197 \end_inset
36198 </cell>
36199 </row>
36200 <row>
36201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36202 \begin_inset Text
36203
36204 \begin_layout Plain Layout
36205
36206 \backslash
36207 rbracket
36208 \end_layout
36209
36210 \end_inset
36211 </cell>
36212 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36213 \begin_inset Text
36214
36215 \begin_layout Plain Layout
36216 ]
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 rightarrow
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 to
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 lnot
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 neg
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 ne
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 not=
36289 \end_layout
36290
36291 \end_inset
36292 </cell>
36293 </row>
36294 <row>
36295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36296 \begin_inset Text
36297
36298 \begin_layout Plain Layout
36299
36300 \backslash
36301 owns
36302 \end_layout
36303
36304 \end_inset
36305 </cell>
36306 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36307 \begin_inset Text
36308
36309 \begin_layout Plain Layout
36310
36311 \backslash
36312 ni
36313 \end_layout
36314
36315 \end_inset
36316 </cell>
36317 </row>
36318 <row>
36319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36320 \begin_inset Text
36321
36322 \begin_layout Plain Layout
36323
36324 \backslash
36325 square
36326 \end_layout
36327
36328 \end_inset
36329 </cell>
36330 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36331 \begin_inset Text
36332
36333 \begin_layout Plain Layout
36334
36335 \backslash
36336 Box
36337 \end_layout
36338
36339 \end_inset
36340 </cell>
36341 </row>
36342 <row>
36343 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36344 \begin_inset Text
36345
36346 \begin_layout Plain Layout
36347
36348 \backslash
36349 Vert
36350 \end_layout
36351
36352 \end_inset
36353 </cell>
36354 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36355 \begin_inset Text
36356
36357 \begin_layout Plain Layout
36358
36359 \backslash
36360
36361 \begin_inset Formula $|$
36362 \end_inset
36363
36364
36365 \end_layout
36366
36367 \end_inset
36368 </cell>
36369 </row>
36370 </lyxtabular>
36371
36372 \end_inset
36373
36374
36375 \begin_inset space \hfill{}
36376 \end_inset
36377
36378
36379 \end_layout
36380
36381 \begin_layout Standard
36382 \begin_inset Newpage newpage
36383 \end_inset
36384
36385
36386 \end_layout
36387
36388 \begin_layout Bibliography
36389 \begin_inset CommandInset bibitem
36390 LatexCommand bibitem
36391 key "TLC2"
36392
36393 \end_inset
36394
36395
36396 \shape smallcaps
36397 Mittelbach, F.
36398  ; Goossens, M.
36399 \shape default
36400
36401 \shape italic
36402 The LaTeX Companion
36403 \shape default
36404 , 2nd ed.
36405  Addison Wesley, 2004
36406 \end_layout
36407
36408 \begin_layout Bibliography
36409 \begin_inset CommandInset bibitem
36410 LatexCommand bibitem
36411 key "Mathmode"
36412
36413 \end_inset
36414
36415 LaTeXの数式能力の
36416 \begin_inset CommandInset href
36417 LatexCommand href
36418 name "説明"
36419 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
36420
36421 \end_inset
36422
36423
36424 \end_layout
36425
36426 \begin_layout Bibliography
36427 \begin_inset CommandInset bibitem
36428 LatexCommand bibitem
36429 key "AMS"
36430
36431 \end_inset
36432
36433
36434 \begin_inset ERT
36435 status collapsed
36436
36437 \begin_layout Plain Layout
36438
36439
36440 \backslash
36441 AmS
36442 \end_layout
36443
36444 \end_inset
36445
36446 -LaTeXの
36447 \begin_inset CommandInset href
36448 LatexCommand href
36449 name "説明"
36450 target "http://mirrors.ctan.org/macros/latex/required/amslatex/math/amsldoc.pdf"
36451
36452 \end_inset
36453
36454
36455 \end_layout
36456
36457 \begin_layout Bibliography
36458 \begin_inset CommandInset bibitem
36459 LatexCommand bibitem
36460 key "Symbols"
36461
36462 \end_inset
36463
36464 LaTeXパッケージで利用できる記号の
36465 \begin_inset CommandInset href
36466 LatexCommand href
36467 name "全覧"
36468 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
36469
36470 \end_inset
36471
36472
36473 \end_layout
36474
36475 \begin_layout Bibliography
36476 \begin_inset CommandInset bibitem
36477 LatexCommand bibitem
36478 key "cancel"
36479
36480 \end_inset
36481
36482 LaTeX 
36483 \series bold
36484 cancel
36485 \series default
36486
36487 \begin_inset Index idx
36488 status collapsed
36489
36490 \begin_layout Plain Layout
36491 ぱっけーじ@パッケージ ! cancel
36492 \end_layout
36493
36494 \end_inset
36495
36496 パッケージの
36497 \begin_inset CommandInset href
36498 LatexCommand href
36499 name "取扱説明書"
36500 target "http://mirrors.ctan.org/macros/latex/contrib/cancel/cancel.pdf"
36501
36502 \end_inset
36503
36504
36505 \end_layout
36506
36507 \begin_layout Bibliography
36508 \begin_inset CommandInset bibitem
36509 LatexCommand bibitem
36510 key "hyperref"
36511
36512 \end_inset
36513
36514 LaTeX 
36515 \series bold
36516 hyperref
36517 \series default
36518
36519 \begin_inset Index idx
36520 status collapsed
36521
36522 \begin_layout Plain Layout
36523 ぱっけーじ@パッケージ ! hyperref
36524 \end_layout
36525
36526 \end_inset
36527
36528 パッケージの
36529 \begin_inset CommandInset href
36530 LatexCommand href
36531 name "取扱説明書"
36532 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
36533
36534 \end_inset
36535
36536
36537 \end_layout
36538
36539 \begin_layout Bibliography
36540 \begin_inset CommandInset bibitem
36541 LatexCommand bibitem
36542 key "mhchem"
36543
36544 \end_inset
36545
36546 LaTeX 
36547 \series bold
36548 mhchem
36549 \series default
36550
36551 \begin_inset Index idx
36552 status collapsed
36553
36554 \begin_layout Plain Layout
36555 ぱっけーじ@パッケージ ! mhchem
36556 \end_layout
36557
36558 \end_inset
36559
36560 パッケージの
36561 \begin_inset CommandInset href
36562 LatexCommand href
36563 name "取扱説明書"
36564 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
36565
36566 \end_inset
36567
36568
36569 \end_layout
36570
36571 \begin_layout Bibliography
36572 \begin_inset CommandInset bibitem
36573 LatexCommand bibitem
36574 key "Mathclap"
36575
36576 \end_inset
36577
36578
36579 \begin_inset CommandInset ref
36580 LatexCommand ref
36581 reference "sub:演算子の範囲"
36582
36583 \end_inset
36584
36585 節に述べられている
36586 \series bold
36587
36588 \backslash
36589 mathclap
36590 \series default
36591 コマンドの
36592 \begin_inset CommandInset href
36593 LatexCommand href
36594 name "説明"
36595 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
36596
36597 \end_inset
36598
36599
36600 \begin_inset Index idx
36601 status collapsed
36602
36603 \begin_layout Plain Layout
36604 こまんど@コマンド ! M ! 
36605 \backslash
36606 mathclap
36607 \end_layout
36608
36609 \end_inset
36610
36611
36612 \end_layout
36613
36614 \begin_layout Bibliography
36615 \begin_inset CommandInset bibitem
36616 LatexCommand bibitem
36617 key "Duden"
36618
36619 \end_inset
36620
36621
36622 \emph on
36623 Duden Band 1
36624 \emph default
36625 .
36626  22.
36627  Auflage, Duden 2001
36628 \end_layout
36629
36630 \begin_layout Bibliography
36631 \begin_inset CommandInset bibitem
36632 LatexCommand bibitem
36633 key "Checklist"
36634
36635 \end_inset
36636
36637 原稿見直しの
36638 \begin_inset CommandInset href
36639 LatexCommand href
36640 name "チェックリスト"
36641 target "http://physics.nist.gov/Document/checklist.pdf"
36642
36643 \end_inset
36644
36645
36646 \end_layout
36647
36648 \begin_layout Subsubsection*
36649 \begin_inset CommandInset index_print
36650 LatexCommand printindex
36651 type "idx"
36652
36653 \end_inset
36654
36655
36656 \end_layout
36657
36658 \end_body
36659 \end_document