]> git.lyx.org Git - lyx.git/blob - lib/doc/ja/Math.lyx
Math.lyx: describe command \adjustlimits
[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 Graphics
556         filename ../../images/math-mode.png
557         scale 85
558
559 \end_inset
560
561 を使用してください。
562 \begin_inset Newline newline
563 \end_inset
564
565 大きく別の段落として表示される別行立て数式
566 \begin_inset Index idx
567 status collapsed
568
569 \begin_layout Plain Layout
570 すうしき ! べつぎょうだてようしき @ 数式 ! 別行立て様式
571 \end_layout
572
573 \end_inset
574
575 を作成するには、
576 \begin_inset Info
577 type  "shortcuts"
578 arg   "math-display"
579 \end_inset
580
581 のうちいずれかの
582 \begin_inset Flex Ruby
583 status collapsed
584
585 \begin_layout Plain Layout
586 捷径
587 \begin_inset Argument post:1
588 status collapsed
589
590 \begin_layout Plain Layout
591 ショートカット
592 \end_layout
593
594 \end_inset
595
596
597 \end_layout
598
599 \end_inset
600
601 を使用して下さい。
602 \end_layout
603
604 \begin_layout Standard
605 別行立て様式の数式を行内数式に変更するには、カーソルを数式内に合わせて
606 \begin_inset Info
607 type  "shortcuts"
608 arg   "math-mode"
609 \end_inset
610
611 のいずれかの
612 \begin_inset Flex Ruby
613 status collapsed
614
615 \begin_layout Plain Layout
616 捷径
617 \begin_inset Argument post:1
618 status collapsed
619
620 \begin_layout Plain Layout
621 ショートカット
622 \end_layout
623
624 \end_inset
625
626
627 \end_layout
628
629 \end_inset
630
631 か、
632 \family sans
633 編集\SpecialChar \menuseparator
634 数式\SpecialChar \menuseparator
635 数式の表記を変更
636 \family default
637 メニューを使用して下さい。同じ方法が、行内数式を別行立て数式に変更するのにも使用できます。
638 \end_layout
639
640 \begin_layout Standard
641 行内数式の一部を別行立て数式の大きさで表示するには、
642 \series bold
643
644 \backslash
645 displaystyle
646 \begin_inset Index idx
647 status collapsed
648
649 \begin_layout Plain Layout
650
651 \size normal
652 こまんど@コマンド ! D ! 
653 \backslash
654 displaystyle
655 \end_layout
656
657 \end_inset
658
659
660 \series default
661 を数式に入力して下さい。すると、青いボックスが新規に現れて、希望する数式の箇所を挿入することができます。
662 \end_layout
663
664 \begin_layout Standard
665 表の中では、行内数式のみの使用が許されています。
666 \end_layout
667
668 \begin_layout Standard
669
670 \family sans
671 数式ツールバー
672 \family default
673 は、
674 \family sans
675 表示\SpecialChar \menuseparator
676 ツールバー
677 \family default
678 メニューで表示することができます。そのメニューで「数式」をクリックすると、ツールバーが下部に永続的に表示されます。この状態は、
679 \family sans
680 ツールバー
681 \family default
682 メニューの中ではチェック印で表されます。この状態から、
683 \family sans
684 ツールバー
685 \family default
686 メニューの「数式」をもう一度クリックすると、数式ツールバーは、カーソルが数式内部にあるときのみ表示されるようになります。この状態は、メニュー項目が「数式」から「
687 数式(自動)」に変わることで表されます。
688 \end_layout
689
690 \begin_layout Standard
691 TeXモード
692 \begin_inset Index idx
693 status collapsed
694
695 \begin_layout Plain Layout
696 T@TeXモード
697 \end_layout
698
699 \end_inset
700
701 は、ツールバーボタン
702 \begin_inset Graphics
703         filename ../../images/ert-insert.png
704         scale 85
705
706 \end_inset
707
708 を押すか、
709 \family sans
710 挿入\SpecialChar \menuseparator
711 Te
712 \begin_inset ERT
713 status collapsed
714
715 \begin_layout Plain Layout
716
717 {}
718 \end_layout
719
720 \end_inset
721
722 Xコード
723 \family default
724 (
725 \begin_inset Flex Ruby
726 status collapsed
727
728 \begin_layout Plain Layout
729 捷径
730 \begin_inset Argument post:1
731 status collapsed
732
733 \begin_layout Plain Layout
734 ショートカット
735 \end_layout
736
737 \end_inset
738
739
740 \end_layout
741
742 \end_inset
743
744
745 \begin_inset Info
746 type  "shortcut"
747 arg   "ert-insert"
748 \end_inset
749
750 )メニューを使うことで、起動できます。
751 \begin_inset Note Note
752 status collapsed
753
754 \begin_layout Plain Layout
755 LyXには、出力においては上付き文字と下付き文字とで表示される三つの「固有名詞」、TeX・LaTeX・LyXがあります。これらの名称が、固有名詞として認識される
756 のを防ぐために、ここではTeX括弧が挿入されています。
757 \end_layout
758
759 \end_inset
760
761
762 \end_layout
763
764 \begin_layout Standard
765 LaTeXプリアンブル
766 \begin_inset Index idx
767 status collapsed
768
769 \begin_layout Plain Layout
770 L@LaTeXプリアンブル
771 \end_layout
772
773 \end_inset
774
775 を変更するには、
776 \family sans
777 文書\SpecialChar \menuseparator
778 設定\SpecialChar \menuseparator
779 LaT
780 \begin_inset ERT
781 status collapsed
782
783 \begin_layout Plain Layout
784
785 {}
786 \end_layout
787
788 \end_inset
789
790 eXプリアンブル
791 \family default
792 メニューを使用してください。
793 \end_layout
794
795 \begin_layout Standard
796 行列や場合分け、多行数式を続けて編集するには、
797 \family sans
798 編集\SpecialChar \menuseparator
799 数式
800 \family default
801 メニューと
802 \family sans
803 編集\SpecialChar \menuseparator
804 行と列
805 \family default
806 メニューを使うか、表ツールバーを使用することができます。メニューから行や列を交換するように指定されたときには、カーソルのある列や行は、それぞれ右側の列や下の行と
807 交換されます。カーソルが最後の列や行にあるときには、左の列や上の行と交換されることになります。
808 \end_layout
809
810 \begin_layout Standard
811 数式内で文章を書く
812 \begin_inset Foot
813 status collapsed
814
815 \begin_layout Plain Layout
816 多行数式では、
817 \series bold
818
819 \backslash
820 intertext
821 \series default
822 コマンドが使用されます。
823 \begin_inset CommandInset ref
824 LatexCommand ref
825 reference "sub:多行数式中のテキスト"
826
827 \end_inset
828
829 を参照のこと。
830 \end_layout
831
832 \end_inset
833
834 には、
835 \emph on
836 数式テキスト
837 \emph default
838
839 \begin_inset Index idx
840 status collapsed
841
842 \begin_layout Plain Layout
843 てきすと ! すうしきないの @ テキスト ! 数式内の
844 \end_layout
845
846 \end_inset
847
848
849 \begin_inset Index idx
850 status collapsed
851
852 \begin_layout Plain Layout
853 すうしきてきすと @ 数式テキスト
854 \end_layout
855
856 \end_inset
857
858 が使用されます。このモードには、
859 \begin_inset Flex Ruby
860 status collapsed
861
862 \begin_layout Plain Layout
863 捷径
864 \begin_inset Argument post:1
865 status collapsed
866
867 \begin_layout Plain Layout
868 ショートカット
869 \end_layout
870
871 \end_inset
872
873
874 \end_layout
875
876 \end_inset
877
878
879 \begin_inset Info
880 type  "shortcut"
881 arg   "math-mode"
882 \end_inset
883
884 を使うか、
885 \series bold
886
887 \backslash
888 text
889 \series default
890
891 \begin_inset Index idx
892 status collapsed
893
894 \begin_layout Plain Layout
895 こまんど @ コマンド ! T ! 
896 \backslash
897 text
898 \end_layout
899
900 \end_inset
901
902 コマンドを挿入することで入ることができます。テキストは、LyX中では黒字で表示されるので、青字で表示される他の数式部分とは区別することができます。出力においては
903 、数式テキストは、他の数式部分とは違って、アップライト体に組まれます。
904 \end_layout
905
906 \begin_layout Subsection*
907 コマンドの構成
908 \end_layout
909
910 \begin_layout Standard
911 数式要素に使われるほとんどのLaTeXコマンドは、以下のような構成になっています。
912 \end_layout
913
914 \begin_layout Standard
915
916 \series bold
917
918 \backslash
919 コマンド名[非必須引数]{必須引数}
920 \end_layout
921
922 \begin_layout Standard
923 コマンドは、つねにバックスラッシュ「
924 \series bold
925
926 \backslash
927
928 \series default
929 」で始まります。非必須の引数を省略するときには、随伴する括弧も省略しなくてはなりません。必須引数の前後の括弧は、この文書中では、TeX括弧
930 \begin_inset Index idx
931 status collapsed
932
933 \begin_layout Plain Layout
934 T@TeX括弧
935 \end_layout
936
937 \end_inset
938
939 と呼ぶことにします。数式中でコマンド名に左括弧を付けると、LyXは自動的にTeX括弧を生成します。数式中ではそれ以外に、
940 \series bold
941
942 \backslash
943 {
944 \series default
945 コマンドを使えば、つねにTeX括弧を生成することができます。LyX中で、青字で表示される通常の括弧とは違って、TeX括弧は赤字で表示されます。TeXモード中では
946 、TeX括弧を得るのに、とくにコマンドは必要としません。また、TeX括弧は出力中では表示されません。
947 \end_layout
948
949 \begin_layout Standard
950 記号のコマンドのように引数のないコマンドをTeXモードに入力するときには、コマンドの終わりを表すために、コマンドの後に空白が
951 \emph on
952 かならず
953 \emph default
954 入力されなくてはなりません。この空白は出力中には現れません。空白を出力中に表示したいときには、空白の後に、通常テキストモードの保護された空白が来なくてはなりませ
955 ん。
956 \end_layout
957
958 \begin_layout Standard
959 保護された空白は、
960 \begin_inset Info
961 type  "shortcut"
962 arg   "space-insert protected"
963 \end_inset
964
965 で入力できます。
966 \end_layout
967
968 \begin_layout Subsection*
969 \begin_inset Newpage newpage
970 \end_inset
971
972 文法の説明
973 \end_layout
974
975 \begin_layout Itemize
976 記号 
977 \begin_inset space \textvisiblespace{}
978 \end_inset
979
980  は、空白文字を入力することを表します。
981 \end_layout
982
983 \begin_layout Itemize
984 \begin_inset Formula $\to$
985 \end_inset
986
987 のような矢印は、キーボードから対応する矢印
988 \begin_inset Flex Ruby
989 status collapsed
990
991 \begin_layout Plain Layout
992
993 \begin_inset Argument post:1
994 status collapsed
995
996 \begin_layout Plain Layout
997 キー
998 \end_layout
999
1000 \end_inset
1001
1002
1003 \end_layout
1004
1005 \end_inset
1006
1007 を押すことを表します。
1008 \end_layout
1009
1010 \begin_layout Subsection*
1011 使用できる単位
1012 \end_layout
1013
1014 \begin_layout Standard
1015 \align center
1016 \begin_inset Float table
1017 placement H
1018 wide false
1019 sideways false
1020 status open
1021
1022 \begin_layout Plain Layout
1023 \align center
1024 \begin_inset Caption Standard
1025
1026 \begin_layout Plain Layout
1027 \begin_inset CommandInset label
1028 LatexCommand label
1029 name "tab:使用できる単位"
1030
1031 \end_inset
1032
1033 使用できる単位
1034 \end_layout
1035
1036 \end_inset
1037
1038
1039 \end_layout
1040
1041 \begin_layout Plain Layout
1042 \align center
1043 \begin_inset Tabular
1044 <lyxtabular version="3" rows="13" columns="2">
1045 <features rotate="0" tabularvalignment="middle">
1046 <column alignment="center" valignment="top">
1047 <column alignment="center" valignment="top">
1048 <row>
1049 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1050 \begin_inset Text
1051
1052 \begin_layout Plain Layout
1053 単位
1054 \end_layout
1055
1056 \end_inset
1057 </cell>
1058 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1059 \begin_inset Text
1060
1061 \begin_layout Plain Layout
1062 名称/摘要
1063 \end_layout
1064
1065 \end_inset
1066 </cell>
1067 </row>
1068 <row>
1069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1070 \begin_inset Text
1071
1072 \begin_layout Plain Layout
1073 mm
1074 \end_layout
1075
1076 \end_inset
1077 </cell>
1078 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1079 \begin_inset Text
1080
1081 \begin_layout Plain Layout
1082 ミリメートル
1083 \end_layout
1084
1085 \end_inset
1086 </cell>
1087 </row>
1088 <row>
1089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1090 \begin_inset Text
1091
1092 \begin_layout Plain Layout
1093 cm
1094 \end_layout
1095
1096 \end_inset
1097 </cell>
1098 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1099 \begin_inset Text
1100
1101 \begin_layout Plain Layout
1102 センチメートル
1103 \end_layout
1104
1105 \end_inset
1106 </cell>
1107 </row>
1108 <row>
1109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1110 \begin_inset Text
1111
1112 \begin_layout Plain Layout
1113 in
1114 \end_layout
1115
1116 \end_inset
1117 </cell>
1118 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1119 \begin_inset Text
1120
1121 \begin_layout Plain Layout
1122 インチ
1123 \end_layout
1124
1125 \end_inset
1126 </cell>
1127 </row>
1128 <row>
1129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1130 \begin_inset Text
1131
1132 \begin_layout Plain Layout
1133 pt
1134 \end_layout
1135
1136 \end_inset
1137 </cell>
1138 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1139 \begin_inset Text
1140
1141 \begin_layout Plain Layout
1142 ポイント (72.27
1143 \begin_inset Formula $\,$
1144 \end_inset
1145
1146 pt = 1
1147 \begin_inset Formula $\,$
1148 \end_inset
1149
1150 in)
1151 \end_layout
1152
1153 \end_inset
1154 </cell>
1155 </row>
1156 <row>
1157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1158 \begin_inset Text
1159
1160 \begin_layout Plain Layout
1161 pc
1162 \end_layout
1163
1164 \end_inset
1165 </cell>
1166 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1167 \begin_inset Text
1168
1169 \begin_layout Plain Layout
1170 パイカ (1
1171 \begin_inset Formula $\,$
1172 \end_inset
1173
1174 pc = 12
1175 \begin_inset Formula $\,$
1176 \end_inset
1177
1178 pt)
1179 \end_layout
1180
1181 \end_inset
1182 </cell>
1183 </row>
1184 <row>
1185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1186 \begin_inset Text
1187
1188 \begin_layout Plain Layout
1189 sp
1190 \end_layout
1191
1192 \end_inset
1193 </cell>
1194 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1195 \begin_inset Text
1196
1197 \begin_layout Plain Layout
1198 スケールポイント (65536
1199 \begin_inset Formula $\,$
1200 \end_inset
1201
1202 sp = 1
1203 \begin_inset Formula $\,$
1204 \end_inset
1205
1206 pt)
1207 \end_layout
1208
1209 \end_inset
1210 </cell>
1211 </row>
1212 <row>
1213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1214 \begin_inset Text
1215
1216 \begin_layout Plain Layout
1217 bp
1218 \end_layout
1219
1220 \end_inset
1221 </cell>
1222 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1223 \begin_inset Text
1224
1225 \begin_layout Plain Layout
1226 ビッグポイント (72
1227 \begin_inset Formula $\,$
1228 \end_inset
1229
1230 bp = 1
1231 \begin_inset Formula $\,$
1232 \end_inset
1233
1234 in)
1235 \end_layout
1236
1237 \end_inset
1238 </cell>
1239 </row>
1240 <row>
1241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1242 \begin_inset Text
1243
1244 \begin_layout Plain Layout
1245 dd
1246 \end_layout
1247
1248 \end_inset
1249 </cell>
1250 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1251 \begin_inset Text
1252
1253 \begin_layout Plain Layout
1254 ディドー (72
1255 \begin_inset Formula $\,$
1256 \end_inset
1257
1258 dd 
1259 \begin_inset Formula $\approx$
1260 \end_inset
1261
1262  37.6
1263 \begin_inset Formula $\,$
1264 \end_inset
1265
1266 mm)
1267 \end_layout
1268
1269 \end_inset
1270 </cell>
1271 </row>
1272 <row>
1273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1274 \begin_inset Text
1275
1276 \begin_layout Plain Layout
1277 cc
1278 \end_layout
1279
1280 \end_inset
1281 </cell>
1282 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1283 \begin_inset Text
1284
1285 \begin_layout Plain Layout
1286 シセロ (1
1287 \begin_inset Formula $\,$
1288 \end_inset
1289
1290 cc = 12
1291 \begin_inset Formula $\,$
1292 \end_inset
1293
1294 dd)
1295 \end_layout
1296
1297 \end_inset
1298 </cell>
1299 </row>
1300 <row>
1301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1302 \begin_inset Text
1303
1304 \begin_layout Plain Layout
1305 ex
1306 \end_layout
1307
1308 \end_inset
1309 </cell>
1310 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1311 \begin_inset Text
1312
1313 \begin_layout Plain Layout
1314 現在のフォントの文字「x」の高さ
1315 \end_layout
1316
1317 \end_inset
1318 </cell>
1319 </row>
1320 <row>
1321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1322 \begin_inset Text
1323
1324 \begin_layout Plain Layout
1325 em
1326 \end_layout
1327
1328 \end_inset
1329 </cell>
1330 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1331 \begin_inset Text
1332
1333 \begin_layout Plain Layout
1334 現在のフォントの文字「M」の幅
1335 \end_layout
1336
1337 \end_inset
1338 </cell>
1339 </row>
1340 <row>
1341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1342 \begin_inset Text
1343
1344 \begin_layout Plain Layout
1345 mu
1346 \end_layout
1347
1348 \end_inset
1349 </cell>
1350 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1351 \begin_inset Text
1352
1353 \begin_layout Plain Layout
1354 数式単位(1
1355 \begin_inset space \thinspace{}
1356 \end_inset
1357
1358 mu = 
1359 \begin_inset Formula $\nicefrac{1}{18}$
1360 \end_inset
1361
1362
1363 \begin_inset space \thinspace{}
1364 \end_inset
1365
1366 em)
1367 \end_layout
1368
1369 \end_inset
1370 </cell>
1371 </row>
1372 </lyxtabular>
1373
1374 \end_inset
1375
1376
1377 \end_layout
1378
1379 \end_inset
1380
1381
1382 \end_layout
1383
1384 \begin_layout Standard
1385 \begin_inset Newpage newpage
1386 \end_inset
1387
1388
1389 \end_layout
1390
1391 \begin_layout Section
1392 基礎的な関数
1393 \end_layout
1394
1395 \begin_layout Subsection
1396 指数
1397 \begin_inset Index idx
1398 status collapsed
1399
1400 \begin_layout Plain Layout
1401 しすう@指数
1402 \end_layout
1403
1404 \end_inset
1405
1406 および添字
1407 \begin_inset Index idx
1408 status collapsed
1409
1410 \begin_layout Plain Layout
1411 そえじ@添字
1412 \end_layout
1413
1414 \end_inset
1415
1416
1417 \begin_inset Index idx
1418 status collapsed
1419
1420 \begin_layout Plain Layout
1421 うえつきもじ@上付き文字|see
1422 \begin_inset ERT
1423 status collapsed
1424
1425 \begin_layout Plain Layout
1426
1427 {
1428 \end_layout
1429
1430 \end_inset
1431
1432 指数
1433 \begin_inset ERT
1434 status collapsed
1435
1436 \begin_layout Plain Layout
1437
1438 }
1439 \end_layout
1440
1441 \end_inset
1442
1443
1444 \end_layout
1445
1446 \end_inset
1447
1448
1449 \begin_inset Index idx
1450 status collapsed
1451
1452 \begin_layout Plain Layout
1453 したつきもじ@下付き文字|see
1454 \begin_inset ERT
1455 status collapsed
1456
1457 \begin_layout Plain Layout
1458
1459 {
1460 \end_layout
1461
1462 \end_inset
1463
1464 添字
1465 \begin_inset ERT
1466 status collapsed
1467
1468 \begin_layout Plain Layout
1469
1470 }
1471 \end_layout
1472
1473 \end_inset
1474
1475
1476 \end_layout
1477
1478 \end_inset
1479
1480
1481 \end_layout
1482
1483 \begin_layout Standard
1484 添字は、アンダースコア「_」を打鍵するか、数式ツールバーボタン
1485 \begin_inset Graphics
1486         filename ../../images/math-subscript.png
1487         scale 85
1488
1489 \end_inset
1490
1491 を使って入力することができ、指数は、キャレット「^」を打鍵するか、数式ツールバーボタン
1492 \begin_inset Graphics
1493         filename ../../images/math-superscript.png
1494         scale 85
1495
1496 \end_inset
1497
1498 を使って入力することができます。
1499 \end_layout
1500
1501 \begin_layout Standard
1502 \align center
1503 \begin_inset Tabular
1504 <lyxtabular version="3" rows="4" columns="2">
1505 <features rotate="0" tabularvalignment="middle">
1506 <column alignment="center" valignment="top" width="0pt">
1507 <column alignment="center" valignment="top" width="0pt">
1508 <row>
1509 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1510 \begin_inset Text
1511
1512 \begin_layout Plain Layout
1513 コマンド
1514 \end_layout
1515
1516 \end_inset
1517 </cell>
1518 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1519 \begin_inset Text
1520
1521 \begin_layout Plain Layout
1522 結果
1523 \begin_inset Note Note
1524 status collapsed
1525
1526 \begin_layout Plain Layout
1527 ここで使われている
1528 \series bold
1529
1530 \backslash
1531 raisebox
1532 \series default
1533 は単なるスペーサーです。
1534 \end_layout
1535
1536 \end_inset
1537
1538
1539 \end_layout
1540
1541 \end_inset
1542 </cell>
1543 </row>
1544 <row>
1545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1546 \begin_inset Text
1547
1548 \begin_layout Plain Layout
1549 B_V
1550 \end_layout
1551
1552 \end_inset
1553 </cell>
1554 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1555 \begin_inset Text
1556
1557 \begin_layout Plain Layout
1558 \begin_inset Formula $B_{V}$
1559 \end_inset
1560
1561
1562 \end_layout
1563
1564 \end_inset
1565 </cell>
1566 </row>
1567 <row>
1568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1569 \begin_inset Text
1570
1571 \begin_layout Plain Layout
1572 B^V
1573 \end_layout
1574
1575 \end_inset
1576 </cell>
1577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1578 \begin_inset Text
1579
1580 \begin_layout Plain Layout
1581 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1582 \end_inset
1583
1584
1585 \end_layout
1586
1587 \end_inset
1588 </cell>
1589 </row>
1590 <row>
1591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1592 \begin_inset Text
1593
1594 \begin_layout Plain Layout
1595 B^
1596 \begin_inset space \textvisiblespace{}
1597 \end_inset
1598
1599 A
1600 \end_layout
1601
1602 \end_inset
1603 </cell>
1604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1605 \begin_inset Text
1606
1607 \begin_layout Plain Layout
1608 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1609 \end_inset
1610
1611
1612 \end_layout
1613
1614 \end_inset
1615 </cell>
1616 </row>
1617 </lyxtabular>
1618
1619 \end_inset
1620
1621
1622 \end_layout
1623
1624 \begin_layout Standard
1625 キャレットは、言語によってはアクセント記号として使用されているので、そのような場合には、母音字の後でキャレットを押すと、指数にならずにアクセントをつけることにな
1626 ってしまいます
1627 \begin_inset Foot
1628 status collapsed
1629
1630 \begin_layout Plain Layout
1631 使用しているキーボード設定によっては、同様のことが母音以外の文字でも起こることがあります。
1632 \end_layout
1633
1634 \end_inset
1635
1636 。この場合に指数を作るには、上記の最後の例のように、キャレットの後に
1637 \family sans
1638 Space
1639 \family default
1640 を押してください。
1641 \end_layout
1642
1643 \begin_layout Subsection
1644 分数
1645 \begin_inset CommandInset label
1646 LatexCommand label
1647 name "sub:分数"
1648
1649 \end_inset
1650
1651
1652 \begin_inset Index idx
1653 status collapsed
1654
1655 \begin_layout Plain Layout
1656 ぶんすう@分数
1657 \end_layout
1658
1659 \end_inset
1660
1661
1662 \end_layout
1663
1664 \begin_layout Standard
1665 分数は、コマンド
1666 \series bold
1667
1668 \backslash
1669 frac
1670 \series default
1671
1672 \begin_inset Index idx
1673 status collapsed
1674
1675 \begin_layout Plain Layout
1676 こまんど@コマンド ! F ! 
1677 \backslash
1678 frac
1679 \end_layout
1680
1681 \end_inset
1682
1683 か数式ツールバーボタン
1684 \begin_inset Graphics
1685         filename ../../images/math/frac.png
1686         scale 50
1687
1688 \end_inset
1689
1690 で作ることができます。フォント寸法は、分数が行内数式にあるか別行立て数式にあるかに応じて、自動的に調整されます。数式ツールバーボタン
1691 \begin_inset Graphics
1692         filename ../../images/math/frac-square.png
1693         scale 85
1694
1695 \end_inset
1696
1697 を使えば、分数の種類を選ぶことができます。
1698 \end_layout
1699
1700 \begin_layout Standard
1701 コマンド
1702 \series bold
1703
1704 \backslash
1705 dfrac
1706 \series default
1707
1708 \begin_inset Index idx
1709 status collapsed
1710
1711 \begin_layout Plain Layout
1712 こまんど@コマンド ! D ! 
1713 \backslash
1714 dfrac
1715 \end_layout
1716
1717 \end_inset
1718
1719 を使えば、つねに別行立て数式の大きさを持つ分数を作成することができます。また、コマンド
1720 \series bold
1721
1722 \backslash
1723 tfrac
1724 \series default
1725
1726 \begin_inset Index idx
1727 status collapsed
1728
1729 \begin_layout Plain Layout
1730 こまんど@コマンド ! T ! 
1731 \backslash
1732 tfrac
1733 \end_layout
1734
1735 \end_inset
1736
1737 では、つねに行内数式の大きさで分数が表示されます。以下はこれらの例です。
1738 \end_layout
1739
1740 \begin_layout Standard
1741 これは、コマンド
1742 \series bold
1743
1744 \backslash
1745 frac
1746 \series default
1747 を使用して作った分数
1748 \begin_inset Formula $\frac{1}{2}$
1749 \end_inset
1750
1751 を含む行です。
1752 \end_layout
1753
1754 \begin_layout Standard
1755 これは、コマンド
1756 \series bold
1757
1758 \backslash
1759 dfrac
1760 \series default
1761 を使用して作った分数
1762 \begin_inset Formula $\dfrac{1}{2}$
1763 \end_inset
1764
1765 を含む行です。
1766 \end_layout
1767
1768 \begin_layout Standard
1769 \align center
1770 \begin_inset Tabular
1771 <lyxtabular version="3" rows="4" columns="2">
1772 <features rotate="0" tabularvalignment="middle">
1773 <column alignment="center" valignment="top" width="0pt">
1774 <column alignment="center" valignment="top" width="0pt">
1775 <row>
1776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1777 \begin_inset Text
1778
1779 \begin_layout Plain Layout
1780 コマンド
1781 \end_layout
1782
1783 \end_inset
1784 </cell>
1785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1786 \begin_inset Text
1787
1788 \begin_layout Plain Layout
1789 出力
1790 \begin_inset Note Note
1791 status collapsed
1792
1793 \begin_layout Plain Layout
1794 ここで
1795 \series bold
1796
1797 \backslash
1798 raisebox
1799 \series default
1800 はスペーサーとして使用しているだけです。
1801 \end_layout
1802
1803 \end_inset
1804
1805
1806 \end_layout
1807
1808 \end_inset
1809 </cell>
1810 </row>
1811 <row>
1812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1813 \begin_inset Text
1814
1815 \begin_layout Plain Layout
1816
1817 \backslash
1818 frac
1819 \begin_inset space \textvisiblespace{}
1820 \end_inset
1821
1822 A
1823 \begin_inset Formula $\downarrow$
1824 \end_inset
1825
1826 B
1827 \end_layout
1828
1829 \end_inset
1830 </cell>
1831 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1832 \begin_inset Text
1833
1834 \begin_layout Plain Layout
1835 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1836 \end_inset
1837
1838
1839 \end_layout
1840
1841 \end_inset
1842 </cell>
1843 </row>
1844 <row>
1845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1846 \begin_inset Text
1847
1848 \begin_layout Plain Layout
1849
1850 \backslash
1851 dfrac
1852 \begin_inset space \textvisiblespace{}
1853 \end_inset
1854
1855 A
1856 \begin_inset Formula $\downarrow$
1857 \end_inset
1858
1859 B
1860 \end_layout
1861
1862 \end_inset
1863 </cell>
1864 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1865 \begin_inset Text
1866
1867 \begin_layout Plain Layout
1868 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1869 \end_inset
1870
1871
1872 \end_layout
1873
1874 \end_inset
1875 </cell>
1876 </row>
1877 <row>
1878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1879 \begin_inset Text
1880
1881 \begin_layout Plain Layout
1882
1883 \backslash
1884 dfrac
1885 \begin_inset space \textvisiblespace{}
1886 \end_inset
1887
1888 e^
1889 \begin_inset space \textvisiblespace{}
1890 \end_inset
1891
1892
1893 \backslash
1894 frac
1895 \begin_inset space \textvisiblespace{}
1896 \end_inset
1897
1898 1
1899 \begin_inset Formula $\downarrow$
1900 \end_inset
1901
1902 2
1903 \begin_inset Formula $\downarrow\downarrow$
1904 \end_inset
1905
1906 3
1907 \end_layout
1908
1909 \end_inset
1910 </cell>
1911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1912 \begin_inset Text
1913
1914 \begin_layout Plain Layout
1915 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
1916 \end_inset
1917
1918
1919 \end_layout
1920
1921 \end_inset
1922 </cell>
1923 </row>
1924 </lyxtabular>
1925
1926 \end_inset
1927
1928
1929 \end_layout
1930
1931 \begin_layout Standard
1932 \begin_inset VSpace bigskip
1933 \end_inset
1934
1935
1936 \begin_inset Newpage newpage
1937 \end_inset
1938
1939 入れ子の分数を作るには、コマンド
1940 \series bold
1941
1942 \backslash
1943 cfrac
1944 \series default
1945
1946 \begin_inset Index idx
1947 status collapsed
1948
1949 \begin_layout Plain Layout
1950 こまんど@コマンド ! C ! 
1951 \backslash
1952 cfrac
1953 \end_layout
1954
1955 \end_inset
1956
1957 が使えます。以下がその例です。
1958 \begin_inset VSpace -3mm
1959 \end_inset
1960
1961
1962 \end_layout
1963
1964 \begin_layout Standard
1965 \begin_inset Formula 
1966 \begin{align*}
1967 \textrm{\textbf{\textbackslash frac}を使用して作成} &  & \textrm{\textbf{\textbackslash cfrac}を使用して作成}\\
1968 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
1969 \end{align*}
1970
1971 \end_inset
1972
1973
1974 \end_layout
1975
1976 \begin_layout Standard
1977 上記の例で使用したコマンドは、
1978 \end_layout
1979
1980 \begin_layout Standard
1981
1982 \series bold
1983
1984 \backslash
1985 cfrac
1986 \begin_inset ERT
1987 status collapsed
1988
1989 \begin_layout Plain Layout
1990
1991
1992 \backslash
1993 space 
1994 \end_layout
1995
1996 \end_inset
1997
1998 A
1999 \begin_inset Formula $\downarrow$
2000 \end_inset
2001
2002 B+
2003 \backslash
2004 cfrac
2005 \begin_inset ERT
2006 status collapsed
2007
2008 \begin_layout Plain Layout
2009
2010
2011 \backslash
2012 space 
2013 \end_layout
2014
2015 \end_inset
2016
2017 C+
2018 \backslash
2019 cfrac
2020 \begin_inset ERT
2021 status collapsed
2022
2023 \begin_layout Plain Layout
2024
2025
2026 \backslash
2027 space 
2028 \end_layout
2029
2030 \end_inset
2031
2032 E
2033 \begin_inset Formula $\downarrow$
2034 \end_inset
2035
2036 F
2037 \begin_inset Formula $\downarrow$
2038 \end_inset
2039
2040 D
2041 \end_layout
2042
2043 \begin_layout Standard
2044 です。
2045 \end_layout
2046
2047 \begin_layout Standard
2048 \begin_inset VSpace medskip
2049 \end_inset
2050
2051
2052 \end_layout
2053
2054 \begin_layout Standard
2055
2056 \series bold
2057
2058 \backslash
2059 cfrac
2060 \series default
2061 は、他の分数中に入れ子になっている場合も含め、分数をつねに別行立て数式の大きさに設定します。
2062 \end_layout
2063
2064 \begin_layout Standard
2065 分子の揃え方は、指定することができます。
2066 \series bold
2067
2068 \backslash
2069 cfracleft
2070 \series default
2071 コマンドは左揃えにし、
2072 \series bold
2073
2074 \backslash
2075 cfracright
2076 \series default
2077 は右揃えにします。
2078 \series bold
2079
2080 \backslash
2081 cfrac
2082 \series default
2083 は中央揃えです。以下の各分数は、それぞれの揃え位置を示しています。
2084 \begin_inset Newline newline
2085 \end_inset
2086
2087
2088 \series bold
2089
2090 \begin_inset Formula $\cfrac[l]{A}{B+C}$
2091 \end_inset
2092
2093
2094 \begin_inset Formula $\cfrac{A}{B+C}$
2095 \end_inset
2096
2097
2098 \begin_inset Formula $\cfrac[r]{A}{B+C}$
2099 \end_inset
2100
2101
2102 \end_layout
2103
2104 \begin_layout Standard
2105 \begin_inset Note Greyedout
2106 status open
2107
2108 \begin_layout Plain Layout
2109
2110 \series bold
2111 【註】
2112 \backslash
2113 cfracleft
2114 \series default
2115
2116 \series bold
2117
2118 \backslash
2119 cfracright
2120 \series default
2121 は、生粋のLaTeXコマンドではなく、実体は、コマンド
2122 \series bold
2123
2124 \backslash
2125 cfrac[揃え位置]{分子}{分母}
2126 \series default
2127 です。したがって、これらをTeXモードで使うことはできません。
2128 \end_layout
2129
2130 \end_inset
2131
2132
2133 \end_layout
2134
2135 \begin_layout Standard
2136 \begin_inset VSpace medskip
2137 \end_inset
2138
2139 ときに、以下のように
2140 \series bold
2141
2142 \backslash
2143 cfrac
2144 \series default
2145
2146 \series bold
2147
2148 \backslash
2149 frac
2150 \series default
2151 を組み合わせて使うと便利です。
2152 \begin_inset Formula 
2153 \[
2154 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}
2155 \]
2156
2157 \end_inset
2158
2159
2160 \end_layout
2161
2162 \begin_layout Standard
2163 斜めの分数線を持つ行内分数を作るには、コマンド
2164 \series bold
2165
2166 \backslash
2167 nicefrac
2168 \series default
2169
2170 \begin_inset Index idx
2171 status collapsed
2172
2173 \begin_layout Plain Layout
2174 こまんど@コマンド ! N ! 
2175 \backslash
2176 nicefrac
2177 \end_layout
2178
2179 \end_inset
2180
2181 (例:
2182 \begin_inset Formula $\nicefrac{5}{31}$
2183 \end_inset
2184
2185 )を使うか、コマンド
2186 \series bold
2187
2188 \backslash
2189 unitfrac
2190 \series default
2191
2192 \begin_inset Index idx
2193 status collapsed
2194
2195 \begin_layout Plain Layout
2196 こまんど@コマンド ! U ! 
2197 \backslash
2198 unitfrac
2199 \end_layout
2200
2201 \end_inset
2202
2203 (例:
2204 \begin_inset Formula $\unitfrac{5}{31}$
2205 \end_inset
2206
2207 )を使います。さらに、
2208 \begin_inset Formula $\unitfrac[2]{1}{3}$
2209 \end_inset
2210
2211 のような帯分数を作るコマンド
2212 \series bold
2213
2214 \backslash
2215 unitfracthree
2216 \series default
2217 もあります。
2218 \end_layout
2219
2220 \begin_layout Standard
2221 \begin_inset Note Greyedout
2222 status open
2223
2224 \begin_layout Plain Layout
2225
2226 \series bold
2227 【註】
2228 \series default
2229 実は、
2230 \series bold
2231
2232 \backslash
2233 unitfracthree
2234 \series default
2235 は生粋のLaTeXコマンドではなく、実体は
2236 \begin_inset Newline newline
2237 \end_inset
2238
2239
2240 \series bold
2241
2242 \backslash
2243 unitfrac[自然数]{分子}{分母}
2244 \series default
2245 というコマンドなので、TeXコードでは使用できません。
2246 \end_layout
2247
2248 \end_inset
2249
2250
2251 \end_layout
2252
2253 \begin_layout Standard
2254 分数線を変更できるような独自の分数の定義のしかたは、第
2255 \begin_inset CommandInset ref
2256 LatexCommand ref
2257 reference "sub:自己定義の分数"
2258
2259 \end_inset
2260
2261 節に説明があります。
2262 \end_layout
2263
2264 \begin_layout Subsection
2265 根号
2266 \begin_inset Index idx
2267 status collapsed
2268
2269 \begin_layout Plain Layout
2270 こんごう@根号
2271 \end_layout
2272
2273 \end_inset
2274
2275
2276 \begin_inset Index idx
2277 status collapsed
2278
2279 \begin_layout Plain Layout
2280 るーと@ルート|see
2281 \begin_inset ERT
2282 status collapsed
2283
2284 \begin_layout Plain Layout
2285
2286 {
2287 \end_layout
2288
2289 \end_inset
2290
2291 根号
2292 \begin_inset ERT
2293 status collapsed
2294
2295 \begin_layout Plain Layout
2296
2297 }
2298 \end_layout
2299
2300 \end_inset
2301
2302
2303 \end_layout
2304
2305 \end_inset
2306
2307
2308 \end_layout
2309
2310 \begin_layout Standard
2311 平方根は、
2312 \series bold
2313
2314 \backslash
2315 sqrt
2316 \series default
2317
2318 \begin_inset Index idx
2319 status collapsed
2320
2321 \begin_layout Plain Layout
2322 こまんど@コマンド ! S ! 
2323 \backslash
2324 sqrt
2325 \end_layout
2326
2327 \end_inset
2328
2329 か数式ツールバーボタン
2330 \begin_inset Graphics
2331         filename ../../images/math/sqrt.png
2332         scale 85
2333
2334 \end_inset
2335
2336 で作成することができ、他のすべての根号は、コマンド
2337 \series bold
2338
2339 \backslash
2340 root
2341 \series default
2342
2343 \begin_inset Index idx
2344 status collapsed
2345
2346 \begin_layout Plain Layout
2347 こまんど@コマンド ! R ! 
2348 \backslash
2349 root
2350 \end_layout
2351
2352 \end_inset
2353
2354 か数式ツールバーボタン
2355 \begin_inset Graphics
2356         filename ../../images/math/root.png
2357         scale 85
2358
2359 \end_inset
2360
2361 で作成することができます。
2362 \end_layout
2363
2364 \begin_layout Standard
2365 \align center
2366 \begin_inset Tabular
2367 <lyxtabular version="3" rows="3" columns="2">
2368 <features rotate="0" tabularvalignment="middle">
2369 <column alignment="center" valignment="top" width="0pt">
2370 <column alignment="center" valignment="top" width="0pt">
2371 <row>
2372 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2373 \begin_inset Text
2374
2375 \begin_layout Plain Layout
2376 コマンド
2377 \end_layout
2378
2379 \end_inset
2380 </cell>
2381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2382 \begin_inset Text
2383
2384 \begin_layout Plain Layout
2385 出力
2386 \begin_inset Note Note
2387 status collapsed
2388
2389 \begin_layout Plain Layout
2390 ここで
2391 \series bold
2392
2393 \backslash
2394 raisebox
2395 \series default
2396 はスペーサーとして使用しているだけです。
2397 \end_layout
2398
2399 \end_inset
2400
2401
2402 \end_layout
2403
2404 \end_inset
2405 </cell>
2406 </row>
2407 <row>
2408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2409 \begin_inset Text
2410
2411 \begin_layout Plain Layout
2412
2413 \backslash
2414 sqrt
2415 \begin_inset space \textvisiblespace{}
2416 \end_inset
2417
2418 A-B
2419 \end_layout
2420
2421 \end_inset
2422 </cell>
2423 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2424 \begin_inset Text
2425
2426 \begin_layout Plain Layout
2427 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2428 \end_inset
2429
2430
2431 \end_layout
2432
2433 \end_inset
2434 </cell>
2435 </row>
2436 <row>
2437 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2438 \begin_inset Text
2439
2440 \begin_layout Plain Layout
2441
2442 \backslash
2443 root
2444 \begin_inset space \textvisiblespace{}
2445 \end_inset
2446
2447 3
2448 \begin_inset Formula $\downarrow$
2449 \end_inset
2450
2451 A-B
2452 \end_layout
2453
2454 \end_inset
2455 </cell>
2456 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2457 \begin_inset Text
2458
2459 \begin_layout Plain Layout
2460 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2461 \end_inset
2462
2463
2464 \end_layout
2465
2466 \end_inset
2467 </cell>
2468 </row>
2469 </lyxtabular>
2470
2471 \end_inset
2472
2473
2474 \end_layout
2475
2476 \begin_layout Standard
2477 平方根は、根号指数フィールドを空白のままにしておけば、
2478 \series bold
2479
2480 \backslash
2481 root
2482 \series default
2483 でも作成することができます。
2484 \end_layout
2485
2486 \begin_layout Standard
2487 \begin_inset Formula $\sqrt[\beta]{B}$
2488 \end_inset
2489
2490 の例のように、指数のとる値によっては、根号への距離が近すぎることがあります。
2491 \begin_inset Newline newline
2492 \end_inset
2493
2494 この場合には、
2495 \begin_inset Formula $\beta$
2496 \end_inset
2497
2498 が根号に触れてしまいます。これを避けるためには、以下のようなコマンド書式で、コマンド
2499 \series bold
2500
2501 \backslash
2502 leftroot
2503 \series default
2504
2505 \begin_inset Index idx
2506 status collapsed
2507
2508 \begin_layout Plain Layout
2509 こまんど@コマンド ! L ! 
2510 \backslash
2511 leftroot
2512 \end_layout
2513
2514 \end_inset
2515
2516
2517 \series bold
2518
2519 \backslash
2520 uproot
2521 \series default
2522
2523 \begin_inset Index idx
2524 status collapsed
2525
2526 \begin_layout Plain Layout
2527 こまんど@コマンド ! U ! 
2528 \backslash
2529 uproot
2530 \end_layout
2531
2532 \end_inset
2533
2534 を使います。
2535 \end_layout
2536
2537 \begin_layout Standard
2538
2539 \series bold
2540
2541 \backslash
2542 leftroot{距離}
2543 \series default
2544 および
2545 \series bold
2546
2547 \backslash
2548 uproot{距離}
2549 \end_layout
2550
2551 \begin_layout Standard
2552 ここで「距離」は、指数を左あるいは上に動かす、Big Point(単位bp;
2553 \begin_inset Formula $\mathrm{72\, bp=1}$
2554 \end_inset
2555
2556 インチ)での数値です。これらのコマンドは、指数に書き込みます。このようにして、コマンド
2557 \begin_inset Newline newline
2558 \end_inset
2559
2560
2561 \series bold
2562
2563 \backslash
2564 root
2565 \backslash
2566 leftroot{-1
2567 \begin_inset Formula $\to$
2568 \end_inset
2569
2570
2571 \backslash
2572 uproot{2
2573 \begin_inset Formula $\to$
2574 \end_inset
2575
2576
2577 \backslash
2578 beta
2579 \begin_inset space \textvisiblespace{}
2580 \end_inset
2581
2582
2583 \begin_inset Formula $\to$
2584 \end_inset
2585
2586 B
2587 \begin_inset Newline newline
2588 \end_inset
2589
2590
2591 \series default
2592 は、正しく組版された数式
2593 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2594 \end_inset
2595
2596 を生成します。
2597 \end_layout
2598
2599 \begin_layout Subsection
2600 二項係数
2601 \begin_inset Index idx
2602 status collapsed
2603
2604 \begin_layout Plain Layout
2605 にこうけいすう@二項係数
2606 \end_layout
2607
2608 \end_inset
2609
2610
2611 \end_layout
2612
2613 \begin_layout Standard
2614 二項係数は、コマンド
2615 \series bold
2616
2617 \backslash
2618 binom
2619 \series default
2620
2621 \begin_inset Index idx
2622 status collapsed
2623
2624 \begin_layout Plain Layout
2625 こまんど@コマンド ! B ! 
2626 \backslash
2627 binom
2628 \end_layout
2629
2630 \end_inset
2631
2632 か数式ツールバーボタン
2633 \begin_inset Graphics
2634         filename ../../images/math/frac-square.png
2635         scale 85
2636
2637 \end_inset
2638
2639 の小メニューを使って挿入することができます。分数(
2640 \series bold
2641
2642 \backslash
2643 frac
2644 \series default
2645 )と同様に、
2646 \series bold
2647
2648 \backslash
2649 binom
2650 \series default
2651 の他に、コマンド
2652 \series bold
2653
2654 \backslash
2655 dbinom
2656 \begin_inset Index idx
2657 status collapsed
2658
2659 \begin_layout Plain Layout
2660 こまんど@コマンド ! D ! 
2661 \backslash
2662 dbinom
2663 \end_layout
2664
2665 \end_inset
2666
2667
2668 \series default
2669 および
2670 \series bold
2671
2672 \backslash
2673 tbinom
2674 \series default
2675
2676 \begin_inset Index idx
2677 status collapsed
2678
2679 \begin_layout Plain Layout
2680 こまんど@コマンド ! T ! 
2681 \backslash
2682 tbinom
2683 \end_layout
2684
2685 \end_inset
2686
2687 があります。二項係数のまわりの括弧に、他の括弧を使うには、コマンド
2688 \series bold
2689
2690 \backslash
2691 brace
2692 \series default
2693
2694 \begin_inset Index idx
2695 status collapsed
2696
2697 \begin_layout Plain Layout
2698 こまんど@コマンド ! B ! 
2699 \backslash
2700 brace
2701 \end_layout
2702
2703 \end_inset
2704
2705
2706 \series bold
2707
2708 \backslash
2709 brack
2710 \series default
2711
2712 \begin_inset Index idx
2713 status collapsed
2714
2715 \begin_layout Plain Layout
2716 こまんど@コマンド ! B ! 
2717 \backslash
2718 brack
2719 \end_layout
2720
2721 \end_inset
2722
2723 があります。
2724 \end_layout
2725
2726 \begin_layout Standard
2727 \align center
2728 \begin_inset Tabular
2729 <lyxtabular version="3" rows="6" columns="2">
2730 <features rotate="0" tabularvalignment="middle">
2731 <column alignment="center" valignment="top" width="0pt">
2732 <column alignment="center" valignment="top" width="0pt">
2733 <row>
2734 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2735 \begin_inset Text
2736
2737 \begin_layout Plain Layout
2738 コマンド
2739 \end_layout
2740
2741 \end_inset
2742 </cell>
2743 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2744 \begin_inset Text
2745
2746 \begin_layout Plain Layout
2747 出力
2748 \begin_inset Note Note
2749 status collapsed
2750
2751 \begin_layout Plain Layout
2752 ここで
2753 \series bold
2754
2755 \backslash
2756 raisebox
2757 \series default
2758 はスペーサーとして使用しているだけです。
2759 \end_layout
2760
2761 \end_inset
2762
2763
2764 \end_layout
2765
2766 \end_inset
2767 </cell>
2768 </row>
2769 <row>
2770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2771 \begin_inset Text
2772
2773 \begin_layout Plain Layout
2774
2775 \backslash
2776 binom
2777 \begin_inset space \textvisiblespace{}
2778 \end_inset
2779
2780 A
2781 \begin_inset Formula $\downarrow$
2782 \end_inset
2783
2784 B
2785 \end_layout
2786
2787 \end_inset
2788 </cell>
2789 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2790 \begin_inset Text
2791
2792 \begin_layout Plain Layout
2793 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2794 \end_inset
2795
2796
2797 \end_layout
2798
2799 \end_inset
2800 </cell>
2801 </row>
2802 <row>
2803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2804 \begin_inset Text
2805
2806 \begin_layout Plain Layout
2807
2808 \backslash
2809 dbinom
2810 \begin_inset space \textvisiblespace{}
2811 \end_inset
2812
2813 A
2814 \begin_inset Formula $\downarrow$
2815 \end_inset
2816
2817 B
2818 \end_layout
2819
2820 \end_inset
2821 </cell>
2822 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2823 \begin_inset Text
2824
2825 \begin_layout Plain Layout
2826 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2827 \end_inset
2828
2829
2830 \end_layout
2831
2832 \end_inset
2833 </cell>
2834 </row>
2835 <row>
2836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2837 \begin_inset Text
2838
2839 \begin_layout Plain Layout
2840
2841 \backslash
2842 tbinom
2843 \begin_inset space \textvisiblespace{}
2844 \end_inset
2845
2846 A
2847 \begin_inset Formula $\downarrow$
2848 \end_inset
2849
2850 B
2851 \end_layout
2852
2853 \end_inset
2854 </cell>
2855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2856 \begin_inset Text
2857
2858 \begin_layout Plain Layout
2859 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
2860 \end_inset
2861
2862
2863 \end_layout
2864
2865 \end_inset
2866 </cell>
2867 </row>
2868 <row>
2869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2870 \begin_inset Text
2871
2872 \begin_layout Plain Layout
2873
2874 \backslash
2875 brack
2876 \begin_inset space \textvisiblespace{}
2877 \end_inset
2878
2879 A
2880 \begin_inset Formula $\downarrow$
2881 \end_inset
2882
2883 B
2884 \end_layout
2885
2886 \end_inset
2887 </cell>
2888 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2889 \begin_inset Text
2890
2891 \begin_layout Plain Layout
2892 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
2893 \end_inset
2894
2895
2896 \end_layout
2897
2898 \end_inset
2899 </cell>
2900 </row>
2901 <row>
2902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2903 \begin_inset Text
2904
2905 \begin_layout Plain Layout
2906
2907 \backslash
2908 brace
2909 \begin_inset space \textvisiblespace{}
2910 \end_inset
2911
2912 A
2913 \begin_inset Formula $\downarrow$
2914 \end_inset
2915
2916 B
2917 \end_layout
2918
2919 \end_inset
2920 </cell>
2921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2922 \begin_inset Text
2923
2924 \begin_layout Plain Layout
2925 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
2926 \end_inset
2927
2928
2929 \end_layout
2930
2931 \end_inset
2932 </cell>
2933 </row>
2934 </lyxtabular>
2935
2936 \end_inset
2937
2938
2939 \end_layout
2940
2941 \begin_layout Subsection
2942 場合分け
2943 \begin_inset Index idx
2944 status collapsed
2945
2946 \begin_layout Plain Layout
2947 ばあいわけ@場合分け
2948 \end_layout
2949
2950 \end_inset
2951
2952
2953 \end_layout
2954
2955 \begin_layout Standard
2956 \align center
2957 \begin_inset Tabular
2958 <lyxtabular version="3" rows="3" columns="2">
2959 <features rotate="0" tabularvalignment="middle">
2960 <column alignment="center" valignment="top" width="0pt">
2961 <column alignment="center" valignment="top" width="0pt">
2962 <row>
2963 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2964 \begin_inset Text
2965
2966 \begin_layout Plain Layout
2967 コマンド
2968 \end_layout
2969
2970 \end_inset
2971 </cell>
2972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2973 \begin_inset Text
2974
2975 \begin_layout Plain Layout
2976 出力
2977 \end_layout
2978
2979 \end_inset
2980 </cell>
2981 </row>
2982 <row>
2983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2984 \begin_inset Text
2985
2986 \begin_layout Plain Layout
2987
2988 \backslash
2989 cases
2990 \begin_inset space \textvisiblespace{}
2991 \end_inset
2992
2993 A
2994 \begin_inset Formula $\to$
2995 \end_inset
2996
2997 B
2998 \begin_inset Formula $>$
2999 \end_inset
3000
3001 0
3002 \begin_inset Index idx
3003 status collapsed
3004
3005 \begin_layout Plain Layout
3006 こまんど@コマンド ! C ! 
3007 \backslash
3008 cases
3009 \end_layout
3010
3011 \end_inset
3012
3013
3014 \end_layout
3015
3016 \end_inset
3017 </cell>
3018 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3019 \begin_inset Text
3020
3021 \begin_layout Plain Layout
3022 \begin_inset Formula $\begin{cases}
3023 A & B>0\end{cases}$
3024 \end_inset
3025
3026
3027 \end_layout
3028
3029 \end_inset
3030 </cell>
3031 </row>
3032 <row>
3033 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3034 \begin_inset Text
3035
3036 \begin_layout Plain Layout
3037
3038 \backslash
3039 cases
3040 \begin_inset space \textvisiblespace{}
3041 \end_inset
3042
3043
3044 \begin_inset Info
3045 type  "shortcut"
3046 arg   "newline-insert newline"
3047 \end_inset
3048
3049
3050 \end_layout
3051
3052 \end_inset
3053 </cell>
3054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3055 \begin_inset Text
3056
3057 \begin_layout Plain Layout
3058 \begin_inset Formula $\begin{cases}
3059 A & \textrm{for }x>0\\
3060 B & \textrm{for }x=0
3061 \end{cases}$
3062 \end_inset
3063
3064
3065 \end_layout
3066
3067 \end_inset
3068 </cell>
3069 </row>
3070 </lyxtabular>
3071
3072 \end_inset
3073
3074
3075 \end_layout
3076
3077 \begin_layout Standard
3078
3079 \series bold
3080
3081 \backslash
3082 cases
3083 \series default
3084 を挿入するか数式ツールバーボタン
3085 \begin_inset Graphics
3086         filename ../../images/math/cases.png
3087         scale 85
3088
3089 \end_inset
3090
3091 を使用した後では、
3092 \begin_inset Flex Ruby
3093 status collapsed
3094
3095 \begin_layout Plain Layout
3096 捷径
3097 \begin_inset Argument post:1
3098 status collapsed
3099
3100 \begin_layout Plain Layout
3101 ショートカット
3102 \end_layout
3103
3104 \end_inset
3105
3106
3107 \end_layout
3108
3109 \end_inset
3110
3111
3112 \begin_inset Info
3113 type  "shortcut"
3114 arg   "newline-insert newline"
3115 \end_inset
3116
3117 か表ツールバーボタン
3118 \begin_inset Graphics
3119         filename ../../images/tabular-feature_append-row.png
3120         scale 85
3121
3122 \end_inset
3123
3124 を使えば、新しい行を作ることができます。
3125 \end_layout
3126
3127 \begin_layout Standard
3128 コマンド
3129 \series bold
3130
3131 \backslash
3132 cases
3133 \series default
3134 は、
3135 \family sans
3136 挿入\SpecialChar \menuseparator
3137 数式\SpecialChar \menuseparator
3138 Cases環境
3139 \family default
3140 メニューで挿入することもできます。
3141 \end_layout
3142
3143 \begin_layout Subsection
3144 否定
3145 \begin_inset Index idx
3146 status collapsed
3147
3148 \begin_layout Plain Layout
3149 ひてい@否定
3150 \end_layout
3151
3152 \end_inset
3153
3154
3155 \end_layout
3156
3157 \begin_layout Standard
3158
3159 \series bold
3160
3161 \backslash
3162 not
3163 \series default
3164
3165 \begin_inset Index idx
3166 status collapsed
3167
3168 \begin_layout Plain Layout
3169 こまんど@コマンド ! N ! 
3170 \backslash
3171 not
3172 \end_layout
3173
3174 \end_inset
3175
3176 を挿入することで、すべての文字を取り消し形で表示できます。文字はスラッシュを上書きされた形になります。
3177 \end_layout
3178
3179 \begin_layout Standard
3180 \align center
3181 \begin_inset Tabular
3182 <lyxtabular version="3" rows="4" columns="2">
3183 <features rotate="0" tabularvalignment="middle">
3184 <column alignment="center" valignment="top" width="0pt">
3185 <column alignment="center" valignment="top" width="0pt">
3186 <row>
3187 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3188 \begin_inset Text
3189
3190 \begin_layout Plain Layout
3191 コマンド
3192 \end_layout
3193
3194 \end_inset
3195 </cell>
3196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3197 \begin_inset Text
3198
3199 \begin_layout Plain Layout
3200 出力
3201 \end_layout
3202
3203 \end_inset
3204 </cell>
3205 </row>
3206 <row>
3207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3208 \begin_inset Text
3209
3210 \begin_layout Plain Layout
3211
3212 \backslash
3213 not=
3214 \end_layout
3215
3216 \end_inset
3217 </cell>
3218 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3219 \begin_inset Text
3220
3221 \begin_layout Plain Layout
3222 \begin_inset Formula $\not=$
3223 \end_inset
3224
3225
3226 \end_layout
3227
3228 \end_inset
3229 </cell>
3230 </row>
3231 <row>
3232 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3233 \begin_inset Text
3234
3235 \begin_layout Plain Layout
3236
3237 \backslash
3238 not 
3239 \backslash
3240 le
3241 \end_layout
3242
3243 \end_inset
3244 </cell>
3245 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3246 \begin_inset Text
3247
3248 \begin_layout Plain Layout
3249 \begin_inset Formula $\not\le$
3250 \end_inset
3251
3252
3253 \end_layout
3254
3255 \end_inset
3256 </cell>
3257 </row>
3258 <row>
3259 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3260 \begin_inset Text
3261
3262 \begin_layout Plain Layout
3263
3264 \backslash
3265 not 
3266 \backslash
3267 parallel
3268 \end_layout
3269
3270 \end_inset
3271 </cell>
3272 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3273 \begin_inset Text
3274
3275 \begin_layout Plain Layout
3276 \begin_inset Formula $\not\parallel$
3277 \end_inset
3278
3279
3280 \end_layout
3281
3282 \end_inset
3283 </cell>
3284 </row>
3285 </lyxtabular>
3286
3287 \end_inset
3288
3289
3290 \end_layout
3291
3292 \begin_layout Standard
3293 最後の例が示すように、すべての否定形がきれいに出力されるわけではありません。このことから、否定形に専用のコマンドを持つものもあります(第
3294 \begin_inset CommandInset ref
3295 LatexCommand ref
3296 reference "sub:数学記号"
3297
3298 \end_inset
3299
3300 節および第
3301 \begin_inset CommandInset ref
3302 LatexCommand ref
3303 reference "sec:関係子"
3304
3305 \end_inset
3306
3307 節を参照)。
3308 \end_layout
3309
3310 \begin_layout Subsection
3311 埋め草
3312 \begin_inset CommandInset label
3313 LatexCommand label
3314 name "sub:埋め草"
3315
3316 \end_inset
3317
3318
3319 \begin_inset Index idx
3320 status collapsed
3321
3322 \begin_layout Plain Layout
3323 うめくさ@埋め草
3324 \end_layout
3325
3326 \end_inset
3327
3328
3329 \begin_inset Index idx
3330 status collapsed
3331
3332 \begin_layout Plain Layout
3333 かがくきごう@化学記号 ! どういたい@同位体
3334 \end_layout
3335
3336 \end_inset
3337
3338
3339 \begin_inset Index idx
3340 status collapsed
3341
3342 \begin_layout Plain Layout
3343 どういたい@同位体|see
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 \begin_inset ERT
3356 status collapsed
3357
3358 \begin_layout Plain Layout
3359
3360 }
3361 \end_layout
3362
3363 \end_inset
3364
3365
3366 \end_layout
3367
3368 \end_inset
3369
3370
3371 \begin_inset Index idx
3372 status collapsed
3373
3374 \begin_layout Plain Layout
3375 あいそとーぷ@アイソトープ|see
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 \begin_inset ERT
3388 status collapsed
3389
3390 \begin_layout Plain Layout
3391
3392 }
3393 \end_layout
3394
3395 \end_inset
3396
3397
3398 \end_layout
3399
3400 \end_inset
3401
3402
3403 \end_layout
3404
3405 \begin_layout Standard
3406 たとえば同位体
3407 \begin_inset Foot
3408 status collapsed
3409
3410 \begin_layout Plain Layout
3411 同位体と化学記号の組版に関しては、第
3412 \begin_inset CommandInset ref
3413 LatexCommand ref
3414 reference "sub:化学記号と化学式"
3415
3416 \end_inset
3417
3418 節に記述があります。
3419 \end_layout
3420
3421 \end_inset
3422
3423 を表示しようとすると、次のような問題が起こります。
3424 \end_layout
3425
3426 \begin_layout Standard
3427 \align center
3428 \begin_inset Tabular
3429 <lyxtabular version="3" rows="2" columns="2">
3430 <features rotate="0" tabularvalignment="middle">
3431 <column alignment="center" valignment="top" width="0pt">
3432 <column alignment="center" valignment="top" width="0pt">
3433 <row>
3434 <cell alignment="center" valignment="top" usebox="none">
3435 \begin_inset Text
3436
3437 \begin_layout Plain Layout
3438 上付き文字と下付き文字を使用して作った指数:
3439 \end_layout
3440
3441 \end_inset
3442 </cell>
3443 <cell alignment="center" valignment="top" usebox="none">
3444 \begin_inset Text
3445
3446 \begin_layout Plain Layout
3447 \begin_inset Formula $_{9}^{19}\mathrm{F}\raisebox{-3mm}{}$
3448 \end_inset
3449
3450
3451 \end_layout
3452
3453 \end_inset
3454 </cell>
3455 </row>
3456 <row>
3457 <cell alignment="center" valignment="top" usebox="none">
3458 \begin_inset Text
3459
3460 \begin_layout Plain Layout
3461 正しい指数:
3462 \end_layout
3463
3464 \end_inset
3465 </cell>
3466 <cell alignment="center" valignment="top" usebox="none">
3467 \begin_inset Text
3468
3469 \begin_layout Plain Layout
3470 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3471 \end_inset
3472
3473
3474 \end_layout
3475
3476 \end_inset
3477 </cell>
3478 </row>
3479 </lyxtabular>
3480
3481 \end_inset
3482
3483
3484 \begin_inset Note Note
3485 status collapsed
3486
3487 \begin_layout Plain Layout
3488 ここで
3489 \series bold
3490
3491 \backslash
3492 raisebox
3493 \series default
3494 はスペーサーとして使用しているだけです。
3495 \end_layout
3496
3497 \end_inset
3498
3499
3500 \end_layout
3501
3502 \begin_layout Standard
3503 短い方の指数は、既定で、長い方の指数の一文字目の下ないし上に配置されてしまいます。これを避けるには、一文字ないし複数の空の文字を生成するコマンド
3504 \series bold
3505
3506 \backslash
3507 phantom
3508 \series default
3509
3510 \begin_inset Index idx
3511 status collapsed
3512
3513 \begin_layout Plain Layout
3514 こまんど@コマンド ! P ! 
3515 \backslash
3516 phantom
3517 \end_layout
3518
3519 \end_inset
3520
3521 や数式ツールバーボタン
3522 \begin_inset Foot
3523 status collapsed
3524
3525 \begin_layout Plain Layout
3526 ツールバーボタン
3527 \begin_inset Graphics
3528         filename ../../images/math/space.png
3529         scale 85
3530
3531 \end_inset
3532
3533 の小メニューに入っています。
3534 \end_layout
3535
3536 \end_inset
3537
3538
3539 \begin_inset Graphics
3540         filename ../../images/math/phantom.png
3541         scale 85
3542
3543 \end_inset
3544
3545 があります。
3546 \series bold
3547
3548 \backslash
3549 phantom
3550 \series default
3551 を挿入すると、二つの赤い矢印が重なった青枠が表示されます。矢印は、箱の中身の幅と高さの両方が、埋め草(指定した文字と同じ大きさの余白を確保するために使われる空打
3552 ち文字)として適用されることを示しています。したがって、
3553 \series bold
3554
3555 \backslash
3556 phantom
3557 \series default
3558 の作る文字は、箱の中身の文字の大きさを持つ埋め草となります。
3559 \end_layout
3560
3561 \begin_layout Standard
3562 \align center
3563 \begin_inset Tabular
3564 <lyxtabular version="3" rows="4" columns="2">
3565 <features rotate="0" tabularvalignment="middle">
3566 <column alignment="center" valignment="top">
3567 <column alignment="center" valignment="top">
3568 <row>
3569 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3570 \begin_inset Text
3571
3572 \begin_layout Plain Layout
3573 コマンド
3574 \end_layout
3575
3576 \end_inset
3577 </cell>
3578 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3579 \begin_inset Text
3580
3581 \begin_layout Plain Layout
3582 出力
3583 \begin_inset Note Note
3584 status collapsed
3585
3586 \begin_layout Plain Layout
3587 ここで
3588 \series bold
3589
3590 \backslash
3591 raisebox
3592 \series default
3593 はスペーサーとして使用しているだけです。
3594 \end_layout
3595
3596 \end_inset
3597
3598
3599 \end_layout
3600
3601 \end_inset
3602 </cell>
3603 </row>
3604 <row>
3605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3606 \begin_inset Text
3607
3608 \begin_layout Plain Layout
3609 ^19
3610 \begin_inset space \textvisiblespace{}
3611 \end_inset
3612
3613 _
3614 \backslash
3615 phantom
3616 \begin_inset space \textvisiblespace{}
3617 \end_inset
3618
3619 1
3620 \begin_inset Formula $\to$
3621 \end_inset
3622
3623 9
3624 \begin_inset space \textvisiblespace{}
3625 \end_inset
3626
3627 F
3628 \end_layout
3629
3630 \end_inset
3631 </cell>
3632 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3633 \begin_inset Text
3634
3635 \begin_layout Plain Layout
3636 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\mathrm{F}\raisebox{-2.5mm}{}$
3637 \end_inset
3638
3639
3640 \end_layout
3641
3642 \end_inset
3643 </cell>
3644 </row>
3645 <row>
3646 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3647 \begin_inset Text
3648
3649 \begin_layout Plain Layout
3650 ^235
3651 \begin_inset space \textvisiblespace{}
3652 \end_inset
3653
3654 _
3655 \backslash
3656 phantom
3657 \begin_inset space \textvisiblespace{}
3658 \end_inset
3659
3660 23
3661 \begin_inset Formula $\to$
3662 \end_inset
3663
3664 9
3665 \begin_inset space \textvisiblespace{}
3666 \end_inset
3667
3668 F
3669 \end_layout
3670
3671 \end_inset
3672 </cell>
3673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3674 \begin_inset Text
3675
3676 \begin_layout Plain Layout
3677 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\mathrm{F}\raisebox{-2.5mm}{}$
3678 \end_inset
3679
3680
3681 \end_layout
3682
3683 \end_inset
3684 </cell>
3685 </row>
3686 <row>
3687 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3688 \begin_inset Text
3689
3690 \begin_layout Plain Layout
3691
3692 \backslash
3693 Lambda^
3694 \begin_inset space \textvisiblespace{}
3695 \end_inset
3696
3697
3698 \backslash
3699 phantom
3700 \begin_inset space \textvisiblespace{}
3701 \end_inset
3702
3703 ii
3704 \begin_inset Formula $\to$
3705 \end_inset
3706
3707 t
3708 \begin_inset space \textvisiblespace{}
3709 \end_inset
3710
3711 _MMt
3712 \end_layout
3713
3714 \end_inset
3715 </cell>
3716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3717 \begin_inset Text
3718
3719 \begin_layout Plain Layout
3720 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3721 \end_inset
3722
3723
3724 \end_layout
3725
3726 \end_inset
3727 </cell>
3728 </row>
3729 </lyxtabular>
3730
3731 \end_inset
3732
3733
3734 \end_layout
3735
3736 \begin_layout Standard
3737 さらに、
3738 \series bold
3739
3740 \backslash
3741 vphantom
3742 \series default
3743
3744 \begin_inset Index idx
3745 status collapsed
3746
3747 \begin_layout Plain Layout
3748 こまんど@コマンド ! V ! 
3749 \backslash
3750 vphantom
3751 \end_layout
3752
3753 \end_inset
3754
3755 (ツールバーボタン
3756 \begin_inset space ~
3757 \end_inset
3758
3759
3760 \begin_inset Graphics
3761         filename ../../images/math/vphantom.png
3762         scale 85
3763
3764 \end_inset
3765
3766 )および
3767 \series bold
3768
3769 \backslash
3770 hphantom
3771 \series default
3772
3773 \begin_inset Index idx
3774 status collapsed
3775
3776 \begin_layout Plain Layout
3777 こまんど@コマンド ! H ! 
3778 \backslash
3779 hphantom
3780 \end_layout
3781
3782 \end_inset
3783
3784 (ツールバーボタン
3785 \begin_inset space ~
3786 \end_inset
3787
3788
3789 \begin_inset Graphics
3790         filename ../../images/math/hphantom.png
3791         scale 85
3792
3793 \end_inset
3794
3795 )というコマンドもあります。
3796 \series bold
3797
3798 \backslash
3799 vphantom
3800 \series default
3801 は、枠内部の文字の最大高のみの空白を作り、幅は考慮しません。
3802 \series bold
3803
3804 \backslash
3805 hphantom
3806 \series default
3807 は、枠の内容の幅のみの空白を作ります。このことから、これらの枠は一本の赤矢印のみで表示されます。
3808 \end_layout
3809
3810 \begin_layout Standard
3811 たとえば、
3812 \series bold
3813
3814 \backslash
3815 vphantom
3816 \series default
3817
3818 \begin_inset space \textvisiblespace{}
3819 \end_inset
3820
3821
3822 \series bold
3823 a
3824 \backslash
3825 int
3826 \series default
3827 は、積分記号
3828 \begin_inset Foot
3829 status collapsed
3830
3831 \begin_layout Plain Layout
3832
3833 \series bold
3834
3835 \backslash
3836 int
3837 \series default
3838 コマンドは、積分記号を生成します。第
3839 \begin_inset CommandInset ref
3840 LatexCommand ref
3841 reference "sub:大演算子"
3842
3843 \end_inset
3844
3845 節を参照してください。
3846 \end_layout
3847
3848 \end_inset
3849
3850 が最大高の文字なので、積分記号の高さを持つ空白を作ります。実際の適用例については、第
3851 \begin_inset CommandInset ref
3852 LatexCommand ref
3853 reference "sub:多行にわたる括弧"
3854
3855 \end_inset
3856
3857 節を参照してください。
3858 \end_layout
3859
3860 \begin_layout Standard
3861 埋め草は、メニュー
3862 \family sans
3863 挿入\SpecialChar \menuseparator
3864 整形\SpecialChar \menuseparator
3865 埋め草
3866 \family default
3867 を使えば、以下のように本文中でも使用することができます。
3868 \end_layout
3869
3870 \begin_layout Standard
3871 これは本文です。
3872 \begin_inset Newline newline
3873 \end_inset
3874
3875
3876 \begin_inset Phantom Phantom
3877 status open
3878
3879 \begin_layout Plain Layout
3880 これは
3881 \end_layout
3882
3883 \end_inset
3884
3885 本文です。
3886 \end_layout
3887
3888 \begin_layout Subsection
3889 横線
3890 \begin_inset Index idx
3891 status collapsed
3892
3893 \begin_layout Plain Layout
3894 よこせん@横線
3895 \end_layout
3896
3897 \end_inset
3898
3899
3900 \begin_inset Index idx
3901 status collapsed
3902
3903 \begin_layout Plain Layout
3904 すうしき@数式 ! かせん@下線
3905 \end_layout
3906
3907 \end_inset
3908
3909
3910 \begin_inset Index idx
3911 status collapsed
3912
3913 \begin_layout Plain Layout
3914 ぼうせん@棒線|see
3915 \begin_inset ERT
3916 status collapsed
3917
3918 \begin_layout Plain Layout
3919
3920 {
3921 \end_layout
3922
3923 \end_inset
3924
3925 横線
3926 \begin_inset ERT
3927 status collapsed
3928
3929 \begin_layout Plain Layout
3930
3931 }
3932 \end_layout
3933
3934 \end_inset
3935
3936
3937 \end_layout
3938
3939 \end_inset
3940
3941
3942 \end_layout
3943
3944 \begin_layout Standard
3945 \align center
3946 \begin_inset Tabular
3947 <lyxtabular version="3" rows="4" columns="2">
3948 <features rotate="0" tabularvalignment="middle">
3949 <column alignment="center" valignment="top" width="0pt">
3950 <column alignment="center" valignment="top" width="0pt">
3951 <row>
3952 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3953 \begin_inset Text
3954
3955 \begin_layout Plain Layout
3956 コマンド
3957 \end_layout
3958
3959 \end_inset
3960 </cell>
3961 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3962 \begin_inset Text
3963
3964 \begin_layout Plain Layout
3965 出力
3966 \begin_inset Note Note
3967 status collapsed
3968
3969 \begin_layout Plain Layout
3970 ここで
3971 \series bold
3972
3973 \backslash
3974 raisebox
3975 \series default
3976 はスペーサーとして使用しているだけです。
3977 \end_layout
3978
3979 \end_inset
3980
3981
3982 \end_layout
3983
3984 \end_inset
3985 </cell>
3986 </row>
3987 <row>
3988 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3989 \begin_inset Text
3990
3991 \begin_layout Plain Layout
3992
3993 \backslash
3994 overline
3995 \begin_inset space \textvisiblespace{}
3996 \end_inset
3997
3998 A+B
3999 \begin_inset Index idx
4000 status collapsed
4001
4002 \begin_layout Plain Layout
4003 こまんど@コマンド ! O ! 
4004 \backslash
4005 overline
4006 \end_layout
4007
4008 \end_inset
4009
4010
4011 \end_layout
4012
4013 \end_inset
4014 </cell>
4015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4016 \begin_inset Text
4017
4018 \begin_layout Plain Layout
4019 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
4020 \end_inset
4021
4022
4023 \end_layout
4024
4025 \end_inset
4026 </cell>
4027 </row>
4028 <row>
4029 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4030 \begin_inset Text
4031
4032 \begin_layout Plain Layout
4033
4034 \backslash
4035 underline
4036 \begin_inset space \textvisiblespace{}
4037 \end_inset
4038
4039 A+B
4040 \begin_inset Index idx
4041 status collapsed
4042
4043 \begin_layout Plain Layout
4044 こまんど@コマンド ! U ! 
4045 \backslash
4046 underline
4047 \end_layout
4048
4049 \end_inset
4050
4051
4052 \end_layout
4053
4054 \end_inset
4055 </cell>
4056 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4057 \begin_inset Text
4058
4059 \begin_layout Plain Layout
4060 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
4061 \end_inset
4062
4063
4064 \end_layout
4065
4066 \end_inset
4067 </cell>
4068 </row>
4069 <row>
4070 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4071 \begin_inset Text
4072
4073 \begin_layout Plain Layout
4074
4075 \backslash
4076 overline
4077 \begin_inset space \textvisiblespace{}
4078 \end_inset
4079
4080
4081 \backslash
4082 underline
4083 \begin_inset space \textvisiblespace{}
4084 \end_inset
4085
4086 A+B
4087 \end_layout
4088
4089 \end_inset
4090 </cell>
4091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4092 \begin_inset Text
4093
4094 \begin_layout Plain Layout
4095 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
4096 \end_inset
4097
4098
4099 \end_layout
4100
4101 \end_inset
4102 </cell>
4103 </row>
4104 </lyxtabular>
4105
4106 \end_inset
4107
4108
4109 \end_layout
4110
4111 \begin_layout Standard
4112 上記最後の例では、先に
4113 \series bold
4114
4115 \backslash
4116 overline
4117 \series default
4118 が来ようが
4119 \series bold
4120
4121 \backslash
4122 underline
4123 \series default
4124 が来ようが、関係ありません。
4125 \end_layout
4126
4127 \begin_layout Standard
4128 二重下線を引くには、
4129 \series bold
4130
4131 \backslash
4132 underline
4133 \series default
4134 を二回使います。
4135 \end_layout
4136
4137 \begin_layout Standard
4138 文字の上下6本の線まで引くことができます。
4139 \end_layout
4140
4141 \begin_layout Standard
4142 \begin_inset VSpace bigskip
4143 \end_inset
4144
4145 自製の線は、以下の書式を持つ
4146 \series bold
4147
4148 \backslash
4149 rule
4150 \series default
4151
4152 \begin_inset Index idx
4153 status collapsed
4154
4155 \begin_layout Plain Layout
4156 こまんど@こまんど ! R ! 
4157 \backslash
4158 rule
4159 \end_layout
4160
4161 \end_inset
4162
4163 コマンドで作成することができます。
4164 \end_layout
4165
4166 \begin_layout Standard
4167
4168 \series bold
4169
4170 \backslash
4171 rule[垂直オフセット幅]{長さ}{厚み}
4172 \end_layout
4173
4174 \begin_layout Standard
4175 オプションの
4176 \series bold
4177 「垂直オフセット幅
4178 \series default
4179 」は、行を上方に(値が負であれば下方に)移動させます。値としては、第
4180 \begin_inset CommandInset ref
4181 LatexCommand ref
4182 reference "tab:使用できる単位"
4183
4184 \end_inset
4185
4186 表に掲げてある単位を用いることができます。以下に、
4187 \begin_inset Newline newline
4188 \end_inset
4189
4190
4191 \series bold
4192
4193 \backslash
4194 rule[-2ex]{3cm}{2pt}
4195 \series default
4196  および 
4197 \series bold
4198
4199 \backslash
4200 rule{2cm}{1pt}
4201 \begin_inset Newline newline
4202 \end_inset
4203
4204
4205 \series default
4206 というコマンドを用いて作成したふたつの例を例示します。
4207 \end_layout
4208
4209 \begin_layout Standard
4210 この行には、
4211 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4212 \end_inset
4213
4214 二本の線があります。
4215 \end_layout
4216
4217 \begin_layout Standard
4218
4219 \backslash
4220 ruleは、メニュー
4221 \family sans
4222 挿入\SpecialChar \menuseparator
4223 整形\SpecialChar \menuseparator
4224 水平線
4225 \family default
4226 を使っても、本文に挿入することができます。
4227 \end_layout
4228
4229 \begin_layout Standard
4230 これは一行の
4231 \begin_inset CommandInset line
4232 LatexCommand rule
4233 offset "0.5ex"
4234 width "3cm"
4235 height "1pt"
4236
4237 \end_inset
4238
4239 文章です。
4240 \end_layout
4241
4242 \begin_layout Subsection
4243 省略符号
4244 \begin_inset CommandInset label
4245 LatexCommand label
4246 name "sub:省略符号"
4247
4248 \end_inset
4249
4250
4251 \begin_inset Index idx
4252 status collapsed
4253
4254 \begin_layout Plain Layout
4255 しょうりゃくふごう@省略符号
4256 \end_layout
4257
4258 \end_inset
4259
4260
4261 \end_layout
4262
4263 \begin_layout Standard
4264 省略符号には、いくつかの種類が使用できます
4265 \begin_inset Foot
4266 status collapsed
4267
4268 \begin_layout Plain Layout
4269 数式ツールバー中の
4270 \begin_inset Graphics
4271         filename ../../images/math/ldots.png
4272         scale 85
4273
4274 \end_inset
4275
4276 ボタンで表示されている小メニューです。
4277 \end_layout
4278
4279 \end_inset
4280
4281 。列挙のためには、ベースラインの点々(
4282 \series bold
4283
4284 \backslash
4285 ldots
4286 \series default
4287
4288 \begin_inset Index idx
4289 status collapsed
4290
4291 \begin_layout Plain Layout
4292 こまんど@コマンド ! L ! 
4293 \backslash
4294 ldots
4295 \end_layout
4296
4297 \end_inset
4298
4299 )を使用しますが、演算子の場合は、演算子と同じ高さの点々(
4300 \series bold
4301
4302 \backslash
4303 cdots
4304 \series default
4305
4306 \begin_inset Index idx
4307 status collapsed
4308
4309 \begin_layout Plain Layout
4310 こまんど@コマンド ! C ! 
4311 \backslash
4312 cdots
4313 \end_layout
4314
4315 \end_inset
4316
4317 )が必要です。
4318 \series bold
4319
4320 \backslash
4321 dots
4322 \series default
4323
4324 \begin_inset Index idx
4325 status collapsed
4326
4327 \begin_layout Plain Layout
4328 こまんど@コマンド ! D ! 
4329 \backslash
4330 dots
4331 \end_layout
4332
4333 \end_inset
4334
4335 コマンドを使うと、LaTeXは次に来る文字がどのような種類の文字であるかによって、自動的にどの種類を使うかを選択します。
4336 \end_layout
4337
4338 \begin_layout Standard
4339 \align center
4340 \begin_inset Tabular
4341 <lyxtabular version="3" rows="9" columns="2">
4342 <features rotate="0" tabularvalignment="middle">
4343 <column alignment="center" valignment="top" width="0pt">
4344 <column alignment="center" valignment="top" width="0pt">
4345 <row>
4346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4347 \begin_inset Text
4348
4349 \begin_layout Plain Layout
4350 コマンド
4351 \end_layout
4352
4353 \end_inset
4354 </cell>
4355 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4356 \begin_inset Text
4357
4358 \begin_layout Plain Layout
4359 出力
4360 \end_layout
4361
4362 \end_inset
4363 </cell>
4364 </row>
4365 <row>
4366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4367 \begin_inset Text
4368
4369 \begin_layout Plain Layout
4370 A_1
4371 \begin_inset space \textvisiblespace{}
4372 \end_inset
4373
4374 ,
4375 \backslash
4376 dots
4377 \begin_inset space \textvisiblespace{}
4378 \end_inset
4379
4380 ,A_n
4381 \end_layout
4382
4383 \end_inset
4384 </cell>
4385 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4386 \begin_inset Text
4387
4388 \begin_layout Plain Layout
4389 \begin_inset Formula $A_{1},\dots,A_{n}$
4390 \end_inset
4391
4392
4393 \end_layout
4394
4395 \end_inset
4396 </cell>
4397 </row>
4398 <row>
4399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4400 \begin_inset Text
4401
4402 \begin_layout Plain Layout
4403 A_1
4404 \begin_inset space \textvisiblespace{}
4405 \end_inset
4406
4407 +
4408 \backslash
4409 dots
4410 \begin_inset space \textvisiblespace{}
4411 \end_inset
4412
4413 +A_n
4414 \end_layout
4415
4416 \end_inset
4417 </cell>
4418 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4419 \begin_inset Text
4420
4421 \begin_layout Plain Layout
4422 \begin_inset Formula $A_{1}+\dots+A_{n}$
4423 \end_inset
4424
4425
4426 \end_layout
4427
4428 \end_inset
4429 </cell>
4430 </row>
4431 <row>
4432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4433 \begin_inset Text
4434
4435 \begin_layout Plain Layout
4436 A_1
4437 \begin_inset space \textvisiblespace{}
4438 \end_inset
4439
4440 ,
4441 \backslash
4442 ldots
4443 \begin_inset space \textvisiblespace{}
4444 \end_inset
4445
4446 ,A_n
4447 \end_layout
4448
4449 \end_inset
4450 </cell>
4451 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4452 \begin_inset Text
4453
4454 \begin_layout Plain Layout
4455 \begin_inset Formula $A_{1},\ldots,A_{n}$
4456 \end_inset
4457
4458
4459 \end_layout
4460
4461 \end_inset
4462 </cell>
4463 </row>
4464 <row>
4465 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4466 \begin_inset Text
4467
4468 \begin_layout Plain Layout
4469 A_1
4470 \begin_inset space \textvisiblespace{}
4471 \end_inset
4472
4473 +
4474 \backslash
4475 cdots
4476 \begin_inset space \textvisiblespace{}
4477 \end_inset
4478
4479 +A_n
4480 \end_layout
4481
4482 \end_inset
4483 </cell>
4484 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4485 \begin_inset Text
4486
4487 \begin_layout Plain Layout
4488 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4489 \end_inset
4490
4491
4492 \end_layout
4493
4494 \end_inset
4495 </cell>
4496 </row>
4497 <row>
4498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4499 \begin_inset Text
4500
4501 \begin_layout Plain Layout
4502
4503 \backslash
4504 vdots
4505 \end_layout
4506
4507 \end_inset
4508 </cell>
4509 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4510 \begin_inset Text
4511
4512 \begin_layout Plain Layout
4513 \begin_inset Formula $\vdots$
4514 \end_inset
4515
4516
4517 \end_layout
4518
4519 \end_inset
4520 </cell>
4521 </row>
4522 <row>
4523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4524 \begin_inset Text
4525
4526 \begin_layout Plain Layout
4527
4528 \backslash
4529 ddots
4530 \end_layout
4531
4532 \end_inset
4533 </cell>
4534 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4535 \begin_inset Text
4536
4537 \begin_layout Plain Layout
4538 \begin_inset Formula $\ddots$
4539 \end_inset
4540
4541
4542 \end_layout
4543
4544 \end_inset
4545 </cell>
4546 </row>
4547 <row>
4548 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4549 \begin_inset Text
4550
4551 \begin_layout Plain Layout
4552
4553 \backslash
4554 iddots
4555 \end_layout
4556
4557 \end_inset
4558 </cell>
4559 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4560 \begin_inset Text
4561
4562 \begin_layout Plain Layout
4563 \begin_inset Formula $\iddots$
4564 \end_inset
4565
4566
4567 \end_layout
4568
4569 \end_inset
4570 </cell>
4571 </row>
4572 <row>
4573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4574 \begin_inset Text
4575
4576 \begin_layout Plain Layout
4577 いろいろな点々を使った
4578 \begin_inset Formula $3\times3$
4579 \end_inset
4580
4581 行列
4582 \end_layout
4583
4584 \end_inset
4585 </cell>
4586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4587 \begin_inset Text
4588
4589 \begin_layout Plain Layout
4590 \begin_inset Formula $\begin{array}{ccc}
4591 A_{11} & \cdots & A_{1m}\\
4592 \vdots & \ddots & \vdots\\
4593 A_{n1} & \cdots & A_{nm}
4594 \end{array}$
4595 \end_inset
4596
4597
4598 \end_layout
4599
4600 \end_inset
4601 </cell>
4602 </row>
4603 </lyxtabular>
4604
4605 \end_inset
4606
4607
4608 \end_layout
4609
4610 \begin_layout Standard
4611
4612 \family sans
4613 挿入\SpecialChar \menuseparator
4614 省略符号
4615 \family default
4616 メニューで挿入される省略符号は
4617 \series bold
4618
4619 \backslash
4620 ldots
4621 \series default
4622 です。
4623 \end_layout
4624
4625 \begin_layout Standard
4626 \begin_inset VSpace medskip
4627 \end_inset
4628
4629
4630 \series bold
4631
4632 \backslash
4633 iddots
4634 \series default
4635 を使うには、文書設定の
4636 \family sans
4637 数式オプション
4638 \family default
4639 にある
4640 \family sans
4641 mathdotsパッケージを(自動的に)使う
4642 \family default
4643 オプションのうちいずれかを有効にしなくてはなりません。
4644 \begin_inset Newline newline
4645 \end_inset
4646
4647
4648 \family sans
4649 mathdotsパッケージを使う
4650 \family default
4651 オプションを使用すると、文書中のフォント様式や寸法が既定値でないときのあらゆるドットの表示が改善されます。
4652 \end_layout
4653
4654 \begin_layout Standard
4655 \begin_inset VSpace medskip
4656 \end_inset
4657
4658 とくに行列には、複数列にわたることのできる省略符号があります。これは、以下の書式を持つ
4659 \series bold
4660
4661 \backslash
4662 hdotsfor
4663 \series default
4664
4665 \begin_inset Index idx
4666 status collapsed
4667
4668 \begin_layout Plain Layout
4669 こまんど@コマンド ! H ! 
4670 \backslash
4671 hdotsfor
4672 \end_layout
4673
4674 \end_inset
4675
4676 コマンドで作ることができます。
4677 \end_layout
4678
4679 \begin_layout Standard
4680
4681 \series bold
4682
4683 \backslash
4684 hdotsfor[距離]{列数}
4685 \end_layout
4686
4687 \begin_layout Standard
4688 ここで「列数」は、何列に広げるかを指定します。「距離」は、点々のあいだの距離を示す因子です。
4689 \end_layout
4690
4691 \begin_layout Standard
4692 以下の行列では、2行目の1つ目の枠に
4693 \series bold
4694
4695 \backslash
4696 hdotsfor[2]{4}
4697 \series default
4698 を挿入して、
4699 \series bold
4700
4701 \backslash
4702 dots
4703 \series default
4704 コマンドの2倍の点間距離を持つ省略符号を挿入しています。
4705 \begin_inset Formula 
4706 \[
4707 \left(\begin{array}{cccc}
4708 A & B & C & D\\
4709 \hdotsfor[2]{4}\\
4710 q & w & e & r
4711 \end{array}\right)
4712 \]
4713
4714 \end_inset
4715
4716 省略符号を広げる対象となる行列フィールドは空白にしておく必要があることに注意して下さい。さもないとLaTeXエラーが発生します。
4717 \end_layout
4718
4719 \begin_layout Standard
4720 \begin_inset VSpace bigskip
4721 \end_inset
4722
4723 さらに、
4724 \series bold
4725
4726 \backslash
4727 dotfill
4728 \series default
4729
4730 \begin_inset Index idx
4731 status collapsed
4732
4733 \begin_layout Plain Layout
4734 こまんど@コマンド ! D ! 
4735 \backslash
4736 dotfill
4737 \end_layout
4738
4739 \end_inset
4740
4741 コマンドを使えば、行の残りを点々で埋めることもできます。このコマンドの働きは、
4742 \series bold
4743
4744 \backslash
4745 hfill
4746 \series default
4747 と同様のものです。第
4748 \begin_inset CommandInset ref
4749 LatexCommand ref
4750 reference "sub:可変長の空白"
4751
4752 \end_inset
4753
4754 節をご参照下さい。
4755 \end_layout
4756
4757 \begin_layout Standard
4758 たとえば、
4759 \series bold
4760 A
4761 \backslash
4762 dotfill
4763 \begin_inset space \textvisiblespace{}
4764 \end_inset
4765
4766 B
4767 \series default
4768 コマンドは、
4769 \end_layout
4770
4771 \begin_layout Standard
4772 \begin_inset Formula $A\dotfill B$
4773 \end_inset
4774
4775
4776 \end_layout
4777
4778 \begin_layout Standard
4779 のようになります。点々を使う
4780 \series bold
4781
4782 \backslash
4783 dotfill
4784 \series default
4785 の直線版として、
4786 \series bold
4787
4788 \backslash
4789 hrulefill
4790 \series default
4791
4792 \begin_inset Index idx
4793 status collapsed
4794
4795 \begin_layout Plain Layout
4796 こまんど@コマンド ! H ! 
4797 \backslash
4798 hrulefill
4799 \end_layout
4800
4801 \end_inset
4802
4803
4804 \end_layout
4805
4806 \begin_layout Standard
4807 \begin_inset Formula $A\hrulefill B$
4808 \end_inset
4809
4810
4811 \end_layout
4812
4813 \begin_layout Standard
4814 があります。これらのコマンドを本文で使用するには、これらのコマンドはTeXモードで挿入される必要があります。
4815 \end_layout
4816
4817 \begin_layout Section
4818 行列
4819 \begin_inset CommandInset label
4820 LatexCommand label
4821 name "sec:行列"
4822
4823 \end_inset
4824
4825
4826 \begin_inset Index idx
4827 status collapsed
4828
4829 \begin_layout Plain Layout
4830 ぎょうれつ@行列
4831 \end_layout
4832
4833 \end_inset
4834
4835
4836 \end_layout
4837
4838 \begin_layout Standard
4839 行列は、数式ツールバーボタンの
4840 \begin_inset Graphics
4841         filename ../../images/dialog-show_mathmatrix.png
4842         scale 85
4843
4844 \end_inset
4845
4846
4847 \family sans
4848 挿入\SpecialChar \menuseparator
4849 数式\SpecialChar \menuseparator
4850 行列
4851 \family default
4852 メニューで挿入することができます。すると、行列の行数・列数・配置方法・装飾を尋ねられます。ここで垂直配置は、行内数式内の行列でのみ意味を持ちます。
4853 \end_layout
4854
4855 \begin_layout Standard
4856 最初の行列は「上」配置
4857 \begin_inset Formula $\begin{array}[t]{cccc}
4858 A & D & G & J\\
4859 B & E & H & K\\
4860 C & F & I & L
4861 \end{array}$
4862 \end_inset
4863
4864 で、二番目は「中央」配置
4865 \begin_inset Formula $\begin{array}{cccc}
4866 A & D & G & J\\
4867 B & E & H & K\\
4868 C & F & I & L
4869 \end{array}$
4870 \end_inset
4871
4872 、三番目は「下」配置
4873 \begin_inset Formula $\begin{array}[b]{cccc}
4874 A & D & G & J\\
4875 B & E & H & K\\
4876 C & F & I & L
4877 \end{array}$
4878 \end_inset
4879
4880 です。
4881 \end_layout
4882
4883 \begin_layout Standard
4884 水平配置は、各列がどのように配置されるべきかを指定します。これは、各列に対応した文字を一つずつ入力することによって設定します。
4885 \emph on
4886 l
4887 \emph default
4888 は左寄せ、
4889 \emph on
4890 c
4891 \emph default
4892 は中央揃え、
4893 \emph on
4894 r
4895 \emph default
4896 は右寄せを意味します。たとえば、第1列が左寄せで第2列と第3列が中央揃え、第4列が右揃えの
4897 \begin_inset Formula $4\times4$
4898 \end_inset
4899
4900 行列を作成するには、水平配置のところに
4901 \series bold
4902 lccr
4903 \series default
4904 と入力します。通常、行列では各列は中央揃えですから、各列の既定値は
4905 \series bold
4906 c
4907 \series default
4908 です。
4909 \end_layout
4910
4911 \begin_layout Standard
4912 水平行列の例です。
4913 \end_layout
4914
4915 \begin_layout Standard
4916
4917 \series bold
4918 lll
4919 \series default
4920  : 
4921 \begin_inset Formula $\begin{array}{lll}
4922 10000 & D & G\\
4923 B & 10000 & H\\
4924 C & F & 10000
4925 \end{array}$
4926 \end_inset
4927
4928  , 
4929 \series bold
4930 ccc
4931 \series default
4932  : 
4933 \begin_inset Formula $\begin{array}{ccc}
4934 10000 & D & G\\
4935 B & 10000 & H\\
4936 C & F & 10000
4937 \end{array}$
4938 \end_inset
4939
4940  , 
4941 \series bold
4942 rrr
4943 \series default
4944  : 
4945 \begin_inset Formula $\begin{array}{rrr}
4946 10000 & D & G\\
4947 B & 10000 & H\\
4948 C & F & 10000
4949 \end{array}$
4950 \end_inset
4951
4952
4953 \end_layout
4954
4955 \begin_layout Standard
4956 つづいて行や列を追加したり削除したりするには、数式ツールバーボタンの
4957 \begin_inset Graphics
4958         filename ../../images/tabular-feature_append-row.png
4959         scale 85
4960
4961 \end_inset
4962
4963
4964 \begin_inset Graphics
4965         filename ../../images/tabular-feature_delete-row.png
4966         scale 85
4967
4968 \end_inset
4969
4970 などや
4971 \family sans
4972 編集\SpecialChar \menuseparator
4973 行と列
4974 \family default
4975 メニューを使用することができます。また、行は
4976 \begin_inset Info
4977 type  "shortcut"
4978 arg   "newline-insert newline"
4979 \end_inset
4980
4981 で作成することもできます。
4982 \end_layout
4983
4984 \begin_layout Standard
4985 \begin_inset VSpace bigskip
4986 \end_inset
4987
4988
4989 \end_layout
4990
4991 \begin_layout Standard
4992
4993 \family sans
4994 装飾
4995 \family default
4996 は、行列の前後に選択した様式の括弧を加えます。他にも括弧は、
4997 \series bold
4998
4999 \backslash
5000 left
5001 \series default
5002
5003 \begin_inset Index idx
5004 status collapsed
5005
5006 \begin_layout Plain Layout
5007 こまんど@コマンド ! L ! 
5008 \backslash
5009 left
5010 \end_layout
5011
5012 \end_inset
5013
5014 コマンドや
5015 \series bold
5016
5017 \backslash
5018 right
5019 \series default
5020
5021 \begin_inset Index idx
5022 status collapsed
5023
5024 \begin_layout Plain Layout
5025 こまんど@コマンド ! R ! 
5026 \backslash
5027 right
5028 \end_layout
5029
5030 \end_inset
5031
5032 コマンドで作成することもできます(
5033 \begin_inset Flex Ruby
5034 status collapsed
5035
5036 \begin_layout Plain Layout
5037 捷径
5038 \begin_inset Argument post:1
5039 status collapsed
5040
5041 \begin_layout Plain Layout
5042 ショートカット
5043 \end_layout
5044
5045 \end_inset
5046
5047
5048 \end_layout
5049
5050 \end_inset
5051
5052
5053 \family sans
5054 Alt+M
5055 \begin_inset space ~
5056 \end_inset
5057
5058 括弧
5059 \family default
5060 )。第
5061 \begin_inset CommandInset ref
5062 LatexCommand ref
5063 reference "sub:自動の括弧丈"
5064
5065 \end_inset
5066
5067 節を参照してください。あるいは、以下のコマンドを使うこともできます。
5068 \begin_inset VSpace medskip
5069 \end_inset
5070
5071
5072 \end_layout
5073
5074 \begin_layout Standard
5075 \begin_inset space \hfill{}
5076 \end_inset
5077
5078
5079 \begin_inset Tabular
5080 <lyxtabular version="3" rows="4" columns="2">
5081 <features rotate="0" tabularvalignment="middle">
5082 <column alignment="center" valignment="top">
5083 <column alignment="center" valignment="top">
5084 <row>
5085 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5086 \begin_inset Text
5087
5088 \begin_layout Plain Layout
5089 コマンド
5090 \end_layout
5091
5092 \end_inset
5093 </cell>
5094 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5095 \begin_inset Text
5096
5097 \begin_layout Plain Layout
5098 出力
5099 \begin_inset Note Note
5100 status collapsed
5101
5102 \begin_layout Plain Layout
5103 ここで
5104 \series bold
5105
5106 \backslash
5107 raisebox
5108 \series default
5109 はスペーサーとして使用しているだけです。
5110 \end_layout
5111
5112 \end_inset
5113
5114
5115 \end_layout
5116
5117 \end_inset
5118 </cell>
5119 </row>
5120 <row>
5121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5122 \begin_inset Text
5123
5124 \begin_layout Plain Layout
5125
5126 \backslash
5127 bmatrix
5128 \begin_inset space \textvisiblespace{}
5129 \end_inset
5130
5131
5132 \begin_inset Formula $2\times2$
5133 \end_inset
5134
5135 行列
5136 \end_layout
5137
5138 \end_inset
5139 </cell>
5140 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5141 \begin_inset Text
5142
5143 \begin_layout Plain Layout
5144 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5145 0 & \textrm{-}\mathrm{i}\\
5146 \mathrm{i} & 0
5147 \end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5148 \end_inset
5149
5150
5151 \end_layout
5152
5153 \end_inset
5154 </cell>
5155 </row>
5156 <row>
5157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5158 \begin_inset Text
5159
5160 \begin_layout Plain Layout
5161
5162 \backslash
5163 Bmatrix
5164 \begin_inset space \textvisiblespace{}
5165 \end_inset
5166
5167
5168 \begin_inset Formula $2\times2$
5169 \end_inset
5170
5171 行列
5172 \end_layout
5173
5174 \end_inset
5175 </cell>
5176 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5177 \begin_inset Text
5178
5179 \begin_layout Plain Layout
5180 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5181 0 & \textrm{-}\mathrm{i}\\
5182 \mathrm{i} & 0
5183 \end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5184 \end_inset
5185
5186
5187 \end_layout
5188
5189 \end_inset
5190 </cell>
5191 </row>
5192 <row>
5193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5194 \begin_inset Text
5195
5196 \begin_layout Plain Layout
5197
5198 \backslash
5199 pmatrix
5200 \begin_inset space \textvisiblespace{}
5201 \end_inset
5202
5203
5204 \begin_inset Formula $2\times2$
5205 \end_inset
5206
5207 行列
5208 \end_layout
5209
5210 \end_inset
5211 </cell>
5212 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5213 \begin_inset Text
5214
5215 \begin_layout Plain Layout
5216 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5217 0 & \textrm{-}\mathrm{i}\\
5218 \mathrm{i} & 0
5219 \end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5220 \end_inset
5221
5222
5223 \end_layout
5224
5225 \end_inset
5226 </cell>
5227 </row>
5228 </lyxtabular>
5229
5230 \end_inset
5231
5232
5233 \begin_inset space \hfill{}
5234 \end_inset
5235
5236
5237 \begin_inset Tabular
5238 <lyxtabular version="3" rows="4" columns="2">
5239 <features rotate="0" tabularvalignment="middle">
5240 <column alignment="center" valignment="top">
5241 <column alignment="center" valignment="top">
5242 <row>
5243 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5244 \begin_inset Text
5245
5246 \begin_layout Plain Layout
5247 コマンド
5248 \end_layout
5249
5250 \end_inset
5251 </cell>
5252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5253 \begin_inset Text
5254
5255 \begin_layout Plain Layout
5256 出力
5257 \end_layout
5258
5259 \end_inset
5260 </cell>
5261 </row>
5262 <row>
5263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5264 \begin_inset Text
5265
5266 \begin_layout Plain Layout
5267
5268 \backslash
5269 vmatrix
5270 \begin_inset space \textvisiblespace{}
5271 \end_inset
5272
5273
5274 \begin_inset Formula $2\times2$
5275 \end_inset
5276
5277 行列
5278 \end_layout
5279
5280 \end_inset
5281 </cell>
5282 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5283 \begin_inset Text
5284
5285 \begin_layout Plain Layout
5286 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5287 0 & \textrm{-}\mathrm{i}\\
5288 \mathrm{i} & 0
5289 \end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5290 \end_inset
5291
5292
5293 \end_layout
5294
5295 \end_inset
5296 </cell>
5297 </row>
5298 <row>
5299 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5300 \begin_inset Text
5301
5302 \begin_layout Plain Layout
5303
5304 \backslash
5305 Vmatrix
5306 \begin_inset space \textvisiblespace{}
5307 \end_inset
5308
5309
5310 \begin_inset Formula $2\times2$
5311 \end_inset
5312
5313 行列
5314 \end_layout
5315
5316 \end_inset
5317 </cell>
5318 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5319 \begin_inset Text
5320
5321 \begin_layout Plain Layout
5322 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5323 0 & \textrm{-}\mathrm{i}\\
5324 \mathrm{i} & 0
5325 \end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5326 \end_inset
5327
5328
5329 \end_layout
5330
5331 \end_inset
5332 </cell>
5333 </row>
5334 <row>
5335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5336 \begin_inset Text
5337
5338 \begin_layout Plain Layout
5339
5340 \backslash
5341 matrix
5342 \begin_inset space \textvisiblespace{}
5343 \end_inset
5344
5345
5346 \begin_inset Formula $2\times2$
5347 \end_inset
5348
5349 行列
5350 \end_layout
5351
5352 \end_inset
5353 </cell>
5354 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5355 \begin_inset Text
5356
5357 \begin_layout Plain Layout
5358 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5359 0 & \textrm{-}\mathrm{i}\\
5360 \mathrm{i} & 0
5361 \end{array}\end{matrix}\raisebox{-5.3mm}{}$
5362 \end_inset
5363
5364
5365 \end_layout
5366
5367 \end_inset
5368 </cell>
5369 </row>
5370 </lyxtabular>
5371
5372 \end_inset
5373
5374
5375 \begin_inset space \hfill{}
5376 \end_inset
5377
5378
5379 \end_layout
5380
5381 \begin_layout Standard
5382 \begin_inset VSpace medskip
5383 \end_inset
5384
5385 たとえば
5386 \series bold
5387
5388 \backslash
5389 vmatrix
5390 \series default
5391 などを挿入すると、青枠が二つの垂直線のあいだに現れるので、そこに行列を挿入することができます。
5392 \end_layout
5393
5394 \begin_layout Standard
5395 \begin_inset VSpace bigskip
5396 \end_inset
5397
5398 じつは多行数式はすべて行列なので、行列の各列の間隔を変更するには、第
5399 \begin_inset CommandInset ref
5400 LatexCommand ref
5401 reference "sub:列間"
5402
5403 \end_inset
5404
5405 節に説明されている距離
5406 \series bold
5407
5408 \backslash
5409 arraycolsep
5410 \series default
5411
5412 \begin_inset Index idx
5413 status collapsed
5414
5415 \begin_layout Plain Layout
5416 こまんど@コマンド ! A ! 
5417 \backslash
5418 arraycolsep
5419 \end_layout
5420
5421 \end_inset
5422
5423 をここでも使用することができます。
5424 \end_layout
5425
5426 \begin_layout Standard
5427 行間隔を変更するには、
5428 \series bold
5429
5430 \backslash
5431 arraystretch
5432 \series default
5433
5434 \begin_inset Index idx
5435 status collapsed
5436
5437 \begin_layout Plain Layout
5438 こまんど@コマンド ! A ! 
5439 \backslash
5440 arraystretch
5441 \end_layout
5442
5443 \end_inset
5444
5445 コマンドを使用します。以下のようにして使用します。
5446 \end_layout
5447
5448 \begin_layout Standard
5449
5450 \series bold
5451
5452 \backslash
5453 renewcommand{
5454 \backslash
5455 arraystretch}{伸長因子}
5456 \begin_inset Index idx
5457 status collapsed
5458
5459 \begin_layout Plain Layout
5460 こまんど@コマンド ! R ! 
5461 \backslash
5462 renewcommand
5463 \end_layout
5464
5465 \end_inset
5466
5467
5468 \end_layout
5469
5470 \begin_layout Standard
5471
5472 \series bold
5473
5474 \backslash
5475 renewcommand
5476 \series default
5477 コマンドは、伸長因子を定義済みの
5478 \series bold
5479
5480 \backslash
5481 arraystretch
5482 \series default
5483 コマンドに割り当てます。たとえば行間隔を2倍にするには、因子として2を指定して下さい。すると、以降の行列すべてにこれが使用されるようになります。元の間隔に戻すに
5484 は、
5485 \series bold
5486
5487 \backslash
5488 arraystretch
5489 \series default
5490 に因子1を割り当てて下さい。
5491 \end_layout
5492
5493 \begin_layout Standard
5494 本文行中に行列を入れるには、
5495 \series bold
5496
5497 \backslash
5498 smallmatrix
5499 \series default
5500
5501 \begin_inset Index idx
5502 status collapsed
5503
5504 \begin_layout Plain Layout
5505 こまんど@コマンド ! S ! 
5506 \backslash
5507 smallmatrix
5508 \end_layout
5509
5510 \end_inset
5511
5512 コマンドを使います。これを挿入すると、二つの点線に囲まれた青枠が現れます。この枠のなかに行列を入れることができます。
5513 \end_layout
5514
5515 \begin_layout Standard
5516 これは、本文行中の行列
5517 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5518 C & D
5519 \end{smallmatrix}\right)$
5520 \end_inset
5521
5522 です。
5523 \end_layout
5524
5525 \begin_layout Section
5526 括弧と区分記号
5527 \begin_inset Index idx
5528 status collapsed
5529
5530 \begin_layout Plain Layout
5531 かっこ@括弧
5532 \end_layout
5533
5534 \end_inset
5535
5536
5537 \begin_inset Index idx
5538 status collapsed
5539
5540 \begin_layout Plain Layout
5541 くぶんきごう@区分記号
5542 \end_layout
5543
5544 \end_inset
5545
5546
5547 \end_layout
5548
5549 \begin_layout Subsection
5550 垂直括弧と区分記号
5551 \begin_inset Index idx
5552 status collapsed
5553
5554 \begin_layout Plain Layout
5555 かっこ@括弧 ! すいちょく@垂直
5556 \end_layout
5557
5558 \end_inset
5559
5560
5561 \end_layout
5562
5563 \begin_layout Standard
5564 \begin_inset space \hfill{}
5565 \end_inset
5566
5567
5568 \begin_inset Tabular
5569 <lyxtabular version="3" rows="9" columns="2">
5570 <features rotate="0" tabularvalignment="middle">
5571 <column alignment="center" valignment="top" width="0pt">
5572 <column alignment="center" valignment="top" width="0pt">
5573 <row>
5574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5575 \begin_inset Text
5576
5577 \begin_layout Plain Layout
5578 コマンド
5579 \end_layout
5580
5581 \end_inset
5582 </cell>
5583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5584 \begin_inset Text
5585
5586 \begin_layout Plain Layout
5587 出力
5588 \end_layout
5589
5590 \end_inset
5591 </cell>
5592 </row>
5593 <row>
5594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5595 \begin_inset Text
5596
5597 \begin_layout Plain Layout
5598 (
5599 \end_layout
5600
5601 \end_inset
5602 </cell>
5603 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5604 \begin_inset Text
5605
5606 \begin_layout Plain Layout
5607 \begin_inset Formula $($
5608 \end_inset
5609
5610
5611 \end_layout
5612
5613 \end_inset
5614 </cell>
5615 </row>
5616 <row>
5617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5618 \begin_inset Text
5619
5620 \begin_layout Plain Layout
5621 {
5622 \end_layout
5623
5624 \end_inset
5625 </cell>
5626 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5627 \begin_inset Text
5628
5629 \begin_layout Plain Layout
5630 \begin_inset Formula $\{$
5631 \end_inset
5632
5633
5634 \end_layout
5635
5636 \end_inset
5637 </cell>
5638 </row>
5639 <row>
5640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5641 \begin_inset Text
5642
5643 \begin_layout Plain Layout
5644 [
5645 \end_layout
5646
5647 \end_inset
5648 </cell>
5649 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5650 \begin_inset Text
5651
5652 \begin_layout Plain Layout
5653 \begin_inset Formula $[$
5654 \end_inset
5655
5656
5657 \end_layout
5658
5659 \end_inset
5660 </cell>
5661 </row>
5662 <row>
5663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5664 \begin_inset Text
5665
5666 \begin_layout Plain Layout
5667
5668 \backslash
5669 langle
5670 \end_layout
5671
5672 \end_inset
5673 </cell>
5674 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5675 \begin_inset Text
5676
5677 \begin_layout Plain Layout
5678 \begin_inset Formula $\langle$
5679 \end_inset
5680
5681
5682 \end_layout
5683
5684 \end_inset
5685 </cell>
5686 </row>
5687 <row>
5688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5689 \begin_inset Text
5690
5691 \begin_layout Plain Layout
5692
5693 \backslash
5694 lceil
5695 \end_layout
5696
5697 \end_inset
5698 </cell>
5699 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5700 \begin_inset Text
5701
5702 \begin_layout Plain Layout
5703 \begin_inset Formula $\lceil$
5704 \end_inset
5705
5706
5707 \end_layout
5708
5709 \end_inset
5710 </cell>
5711 </row>
5712 <row>
5713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5714 \begin_inset Text
5715
5716 \begin_layout Plain Layout
5717
5718 \backslash
5719 lfloor
5720 \end_layout
5721
5722 \end_inset
5723 </cell>
5724 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5725 \begin_inset Text
5726
5727 \begin_layout Plain Layout
5728 \begin_inset Formula $\lfloor$
5729 \end_inset
5730
5731
5732 \end_layout
5733
5734 \end_inset
5735 </cell>
5736 </row>
5737 <row>
5738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5739 \begin_inset Text
5740
5741 \begin_layout Plain Layout
5742 /
5743 \end_layout
5744
5745 \end_inset
5746 </cell>
5747 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5748 \begin_inset Text
5749
5750 \begin_layout Plain Layout
5751 \begin_inset Formula $/$
5752 \end_inset
5753
5754
5755 \end_layout
5756
5757 \end_inset
5758 </cell>
5759 </row>
5760 <row>
5761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5762 \begin_inset Text
5763
5764 \begin_layout Plain Layout
5765 \begin_inset Formula $|$
5766 \end_inset
5767
5768
5769 \end_layout
5770
5771 \end_inset
5772 </cell>
5773 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5774 \begin_inset Text
5775
5776 \begin_layout Plain Layout
5777 \begin_inset Formula $|$
5778 \end_inset
5779
5780
5781 \end_layout
5782
5783 \end_inset
5784 </cell>
5785 </row>
5786 </lyxtabular>
5787
5788 \end_inset
5789
5790
5791 \begin_inset space \hfill{}
5792 \end_inset
5793
5794
5795 \begin_inset Tabular
5796 <lyxtabular version="3" rows="9" columns="2">
5797 <features rotate="0" tabularvalignment="middle">
5798 <column alignment="center" valignment="top" width="0pt">
5799 <column alignment="center" valignment="top" width="0pt">
5800 <row>
5801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5802 \begin_inset Text
5803
5804 \begin_layout Plain Layout
5805 コマンド
5806 \end_layout
5807
5808 \end_inset
5809 </cell>
5810 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5811 \begin_inset Text
5812
5813 \begin_layout Plain Layout
5814 出力
5815 \end_layout
5816
5817 \end_inset
5818 </cell>
5819 </row>
5820 <row>
5821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5822 \begin_inset Text
5823
5824 \begin_layout Plain Layout
5825 )
5826 \end_layout
5827
5828 \end_inset
5829 </cell>
5830 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5831 \begin_inset Text
5832
5833 \begin_layout Plain Layout
5834 \begin_inset Formula $)$
5835 \end_inset
5836
5837
5838 \end_layout
5839
5840 \end_inset
5841 </cell>
5842 </row>
5843 <row>
5844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5845 \begin_inset Text
5846
5847 \begin_layout Plain Layout
5848 }
5849 \end_layout
5850
5851 \end_inset
5852 </cell>
5853 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5854 \begin_inset Text
5855
5856 \begin_layout Plain Layout
5857 \begin_inset Formula $\}$
5858 \end_inset
5859
5860
5861 \end_layout
5862
5863 \end_inset
5864 </cell>
5865 </row>
5866 <row>
5867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5868 \begin_inset Text
5869
5870 \begin_layout Plain Layout
5871 ]
5872 \end_layout
5873
5874 \end_inset
5875 </cell>
5876 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5877 \begin_inset Text
5878
5879 \begin_layout Plain Layout
5880 \begin_inset Formula $]$
5881 \end_inset
5882
5883
5884 \end_layout
5885
5886 \end_inset
5887 </cell>
5888 </row>
5889 <row>
5890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5891 \begin_inset Text
5892
5893 \begin_layout Plain Layout
5894
5895 \backslash
5896 rangle
5897 \end_layout
5898
5899 \end_inset
5900 </cell>
5901 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5902 \begin_inset Text
5903
5904 \begin_layout Plain Layout
5905 \begin_inset Formula $\rangle$
5906 \end_inset
5907
5908
5909 \end_layout
5910
5911 \end_inset
5912 </cell>
5913 </row>
5914 <row>
5915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5916 \begin_inset Text
5917
5918 \begin_layout Plain Layout
5919
5920 \backslash
5921 rceil
5922 \end_layout
5923
5924 \end_inset
5925 </cell>
5926 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5927 \begin_inset Text
5928
5929 \begin_layout Plain Layout
5930 \begin_inset Formula $\rceil$
5931 \end_inset
5932
5933
5934 \end_layout
5935
5936 \end_inset
5937 </cell>
5938 </row>
5939 <row>
5940 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5941 \begin_inset Text
5942
5943 \begin_layout Plain Layout
5944
5945 \backslash
5946 rfloor
5947 \end_layout
5948
5949 \end_inset
5950 </cell>
5951 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5952 \begin_inset Text
5953
5954 \begin_layout Plain Layout
5955 \begin_inset Formula $\rfloor$
5956 \end_inset
5957
5958
5959 \end_layout
5960
5961 \end_inset
5962 </cell>
5963 </row>
5964 <row>
5965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5966 \begin_inset Text
5967
5968 \begin_layout Plain Layout
5969
5970 \backslash
5971
5972 \backslash
5973
5974 \end_layout
5975
5976 \end_inset
5977 </cell>
5978 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5979 \begin_inset Text
5980
5981 \begin_layout Plain Layout
5982 \begin_inset Formula $\backslash$
5983 \end_inset
5984
5985
5986 \end_layout
5987
5988 \end_inset
5989 </cell>
5990 </row>
5991 <row>
5992 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5993 \begin_inset Text
5994
5995 \begin_layout Plain Layout
5996
5997 \backslash
5998
5999 \begin_inset Formula $|$
6000 \end_inset
6001
6002
6003 \end_layout
6004
6005 \end_inset
6006 </cell>
6007 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6008 \begin_inset Text
6009
6010 \begin_layout Plain Layout
6011 \begin_inset Formula $\|$
6012 \end_inset
6013
6014
6015 \end_layout
6016
6017 \end_inset
6018 </cell>
6019 </row>
6020 </lyxtabular>
6021
6022 \end_inset
6023
6024
6025 \begin_inset space \hfill{}
6026 \end_inset
6027
6028
6029 \end_layout
6030
6031 \begin_layout Standard
6032 \begin_inset Note Greyedout
6033 status open
6034
6035 \begin_layout Plain Layout
6036
6037 \series bold
6038 【註】
6039 \series default
6040 TeXモードでは、
6041 \backslash
6042
6043 \backslash
6044 コマンドはその場所に改行を入れてしまうので、バックスラッシュを入力するには
6045 \series bold
6046
6047 \backslash
6048 textbackslash
6049 \series default
6050
6051 \begin_inset Index idx
6052 status collapsed
6053
6054 \begin_layout Plain Layout
6055 こまんど@コマンド! T ! 
6056 \backslash
6057 textbackslash
6058 \end_layout
6059
6060 \end_inset
6061
6062 を使わなくてはなりません。
6063 \end_layout
6064
6065 \end_inset
6066
6067
6068 \end_layout
6069
6070 \begin_layout Standard
6071 上に列挙した文字すべてについて、以下の二小節で説明されているコマンドを使って、大きさを調整することができます。これらのコマンドを使用するにあたっては、
6072 \series bold
6073
6074 \backslash
6075 langle
6076 \series default
6077
6078 \series bold
6079
6080 \backslash
6081 rangle
6082 \series default
6083 コマンドを使用せずに
6084 \begin_inset Formula $<$
6085 \end_inset
6086
6087
6088 \begin_inset Formula $>$
6089 \end_inset
6090
6091 の文字を直接使用することができます。
6092 \end_layout
6093
6094 \begin_layout Subsubsection
6095 手動の括弧丈
6096 \begin_inset CommandInset label
6097 LatexCommand label
6098 name "sub:手動の括弧丈"
6099
6100 \end_inset
6101
6102
6103 \begin_inset Index idx
6104 status collapsed
6105
6106 \begin_layout Plain Layout
6107 かっこたけ@括弧丈 ! しゅどう@手動
6108 \end_layout
6109
6110 \end_inset
6111
6112
6113 \end_layout
6114
6115 \begin_layout Standard
6116 括弧の丈は、LaTeXコマンドの
6117 \series bold
6118
6119 \backslash
6120 big
6121 \series default
6122
6123 \begin_inset Index idx
6124 status collapsed
6125
6126 \begin_layout Plain Layout
6127 こまんど@コマンド ! B ! 
6128 \backslash
6129 big
6130 \end_layout
6131
6132 \end_inset
6133
6134
6135 \series bold
6136
6137 \backslash
6138 Big
6139 \series default
6140
6141 \series bold
6142
6143 \backslash
6144 bigg
6145 \series default
6146 および
6147 \series bold
6148
6149 \backslash
6150 Bigg
6151 \series default
6152 を使って、手動で指定することができます。
6153 \series bold
6154
6155 \backslash
6156 big
6157 \series default
6158 が最小の大きさであり、
6159 \series bold
6160
6161 \backslash
6162 Bigg
6163 \series default
6164 が最大の括弧丈になります。
6165 \end_layout
6166
6167 \begin_layout Standard
6168 これらのコマンドは、括弧の階層を強調するのに使われます。
6169 \end_layout
6170
6171 \begin_layout Standard
6172 \align center
6173 \begin_inset Tabular
6174 <lyxtabular version="3" rows="2" columns="2">
6175 <features rotate="0" tabularvalignment="middle">
6176 <column alignment="center" valignment="top" width="0pt">
6177 <column alignment="center" valignment="top" width="0pt">
6178 <row>
6179 <cell alignment="center" valignment="top" usebox="none">
6180 \begin_inset Text
6181
6182 \begin_layout Plain Layout
6183 すべての括弧が同じ大きさ:
6184 \end_layout
6185
6186 \end_inset
6187 </cell>
6188 <cell alignment="center" valignment="top" usebox="none">
6189 \begin_inset Text
6190
6191 \begin_layout Plain Layout
6192 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox{-4mm}{}$
6193 \end_inset
6194
6195
6196 \end_layout
6197
6198 \end_inset
6199 </cell>
6200 </row>
6201 <row>
6202 <cell alignment="center" valignment="top" usebox="none">
6203 \begin_inset Text
6204
6205 \begin_layout Plain Layout
6206 こちらの方が良い:
6207 \end_layout
6208
6209 \end_inset
6210 </cell>
6211 <cell alignment="center" valignment="top" usebox="none">
6212 \begin_inset Text
6213
6214 \begin_layout Plain Layout
6215 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6216 \end_inset
6217
6218
6219 \end_layout
6220
6221 \end_inset
6222 </cell>
6223 </row>
6224 </lyxtabular>
6225
6226 \end_inset
6227
6228
6229 \begin_inset Note Note
6230 status collapsed
6231
6232 \begin_layout Plain Layout
6233 ここで
6234 \series bold
6235
6236 \backslash
6237 raisebox
6238 \series default
6239 はスペーサーとして使用しているだけです。
6240 \end_layout
6241
6242 \end_inset
6243
6244
6245 \end_layout
6246
6247 \begin_layout Standard
6248 二つ目の数式では、
6249 \series bold
6250
6251 \backslash
6252 Big((A+B)(A-B)
6253 \backslash
6254 Big)^
6255 \begin_inset space \textvisiblespace{}
6256 \end_inset
6257
6258 C
6259 \series default
6260 というコマンドが使われています。
6261 \end_layout
6262
6263 \begin_layout Standard
6264 以下は、すべての括弧丈の羅列です。
6265 \end_layout
6266
6267 \begin_layout Standard
6268 \align center
6269
6270 \backslash
6271 Bigg(
6272 \backslash
6273 exp
6274 \backslash
6275 bigg
6276 \begin_inset Formula $<$
6277 \end_inset
6278
6279
6280 \backslash
6281 Big[
6282 \backslash
6283 big{
6284 \backslash
6285 ln(3x)
6286 \backslash
6287 big}^2
6288 \begin_inset space \textvisiblespace{}
6289 \end_inset
6290
6291
6292 \backslash
6293 sin(x)
6294 \backslash
6295 Big]^
6296 \begin_inset space \textvisiblespace{}
6297 \end_inset
6298
6299 A
6300 \begin_inset space \textvisiblespace{}
6301 \end_inset
6302
6303
6304 \backslash
6305 bigg
6306 \begin_inset Formula $>$
6307 \end_inset
6308
6309
6310 \backslash
6311 Bigg)^0,5
6312 \end_layout
6313
6314 \begin_layout Standard
6315 \align center
6316 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6317 \end_inset
6318
6319
6320 \end_layout
6321
6322 \begin_layout Standard
6323
6324 \series bold
6325
6326 \backslash
6327 big
6328 \series default
6329 型コマンドの他に、括弧と中身のあいだにもう少し空白を加える
6330 \series bold
6331
6332 \backslash
6333 bigm
6334 \series default
6335
6336 \begin_inset Index idx
6337 status collapsed
6338
6339 \begin_layout Plain Layout
6340 こまんど@コマンド ! B ! 
6341 \backslash
6342 bigm
6343 \end_layout
6344
6345 \end_inset
6346
6347 という派生型と、空白を追加しない
6348 \series bold
6349
6350 \backslash
6351 bigl
6352 \series default
6353 -
6354 \series bold
6355
6356 \backslash
6357 bigr
6358 \series default
6359
6360 \begin_inset Index idx
6361 status collapsed
6362
6363 \begin_layout Plain Layout
6364 こまんど@コマンド ! B ! 
6365 \backslash
6366 bigl - 
6367 \backslash
6368 bigr
6369 \end_layout
6370
6371 \end_inset
6372
6373 派生型があります。
6374 \series bold
6375
6376 \backslash
6377 bigl
6378 \series default
6379 コマンドの最後の
6380 \emph on
6381 l
6382 \emph default
6383 は、左括弧であることを示し、右括弧の場合には、
6384 \emph on
6385 l
6386 \emph default
6387 の代わりに
6388 \emph on
6389 r
6390 \emph default
6391 を用います。左括弧と右括弧は、それぞれ括弧の開始と終了に用いられます。
6392 \end_layout
6393
6394 \begin_layout Standard
6395 以下の表は、これらの派生型の比較です。
6396 \end_layout
6397
6398 \begin_layout Standard
6399 \align center
6400 \begin_inset Tabular
6401 <lyxtabular version="3" rows="5" columns="2">
6402 <features rotate="0" tabularvalignment="middle">
6403 <column alignment="center" valignment="middle">
6404 <column alignment="center" valignment="middle">
6405 <row>
6406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6407 \begin_inset Text
6408
6409 \begin_layout Plain Layout
6410 コマンド
6411 \end_layout
6412
6413 \end_inset
6414 </cell>
6415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6416 \begin_inset Text
6417
6418 \begin_layout Plain Layout
6419 出力
6420 \begin_inset Note Note
6421 status collapsed
6422
6423 \begin_layout Plain Layout
6424 ここで
6425 \series bold
6426
6427 \backslash
6428 raisebox
6429 \series default
6430 はスペーサーとして使用しているだけです。
6431 \end_layout
6432
6433 \end_inset
6434
6435
6436 \end_layout
6437
6438 \end_inset
6439 </cell>
6440 </row>
6441 <row>
6442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6443 \begin_inset Text
6444
6445 \begin_layout Plain Layout
6446
6447 \backslash
6448 Bigm(
6449 \backslash
6450 bigm(
6451 \backslash
6452 ln(3x)
6453 \backslash
6454 bigm)^2
6455 \series bold
6456
6457 \begin_inset space \textvisiblespace{}
6458 \end_inset
6459
6460
6461 \series default
6462
6463 \backslash
6464 Bigm)
6465 \end_layout
6466
6467 \end_inset
6468 </cell>
6469 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6470 \begin_inset Text
6471
6472 \begin_layout Plain Layout
6473 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6474 \end_inset
6475
6476
6477 \end_layout
6478
6479 \end_inset
6480 </cell>
6481 </row>
6482 <row>
6483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6484 \begin_inset Text
6485
6486 \begin_layout Plain Layout
6487
6488 \backslash
6489 Big(
6490 \backslash
6491 big(
6492 \backslash
6493 ln(3x)
6494 \backslash
6495 big)^2
6496 \series bold
6497
6498 \begin_inset space \textvisiblespace{}
6499 \end_inset
6500
6501
6502 \series default
6503
6504 \backslash
6505 Big)
6506 \end_layout
6507
6508 \end_inset
6509 </cell>
6510 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6511 \begin_inset Text
6512
6513 \begin_layout Plain Layout
6514 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
6515 \end_inset
6516
6517
6518 \end_layout
6519
6520 \end_inset
6521 </cell>
6522 </row>
6523 <row>
6524 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6525 \begin_inset Text
6526
6527 \begin_layout Plain Layout
6528
6529 \backslash
6530 Bigl(
6531 \backslash
6532 bigl(
6533 \backslash
6534 ln(3x)
6535 \backslash
6536 bigr)^2
6537 \series bold
6538
6539 \begin_inset space \textvisiblespace{}
6540 \end_inset
6541
6542
6543 \series default
6544
6545 \backslash
6546 Bigr)
6547 \end_layout
6548
6549 \end_inset
6550 </cell>
6551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6552 \begin_inset Text
6553
6554 \begin_layout Plain Layout
6555 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.25mm}{}$
6556 \end_inset
6557
6558
6559 \end_layout
6560
6561 \end_inset
6562 </cell>
6563 </row>
6564 <row>
6565 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6566 \begin_inset Text
6567
6568 \begin_layout Plain Layout
6569
6570 \backslash
6571 bigl)
6572 \backslash
6573 ln(3x)
6574 \backslash
6575 bigr(
6576 \end_layout
6577
6578 \end_inset
6579 </cell>
6580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6581 \begin_inset Text
6582
6583 \begin_layout Plain Layout
6584 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
6585 \end_inset
6586
6587
6588 \end_layout
6589
6590 \end_inset
6591 </cell>
6592 </row>
6593 </lyxtabular>
6594
6595 \end_inset
6596
6597
6598 \end_layout
6599
6600 \begin_layout Subsubsection
6601 自動の括弧丈
6602 \begin_inset CommandInset label
6603 LatexCommand label
6604 name "sub:自動の括弧丈"
6605
6606 \end_inset
6607
6608
6609 \begin_inset Index idx
6610 status collapsed
6611
6612 \begin_layout Plain Layout
6613 かっこたけ@括弧丈 ! じどう@自動
6614 \end_layout
6615
6616 \end_inset
6617
6618
6619 \end_layout
6620
6621 \begin_layout Standard
6622 可変の丈を持つ括弧は、
6623 \series bold
6624
6625 \backslash
6626 left
6627 \series default
6628
6629 \begin_inset Index idx
6630 status collapsed
6631
6632 \begin_layout Plain Layout
6633 こまんど@コマンド ! L ! 
6634 \backslash
6635 left
6636 \end_layout
6637
6638 \end_inset
6639
6640 コマンドおよび
6641 \series bold
6642
6643 \backslash
6644 right
6645 \series default
6646
6647 \begin_inset Index idx
6648 status collapsed
6649
6650 \begin_layout Plain Layout
6651 こまんど@コマンド ! R ! 
6652 \backslash
6653 right
6654 \end_layout
6655
6656 \end_inset
6657
6658 コマンド、あるいは数式ツールバーボタンの
6659 \begin_inset Graphics
6660         filename ../../images/dialog-show_mathdelimiter.png
6661         scale 85
6662
6663 \end_inset
6664
6665 で挿入することができます。
6666 \series bold
6667
6668 \backslash
6669 left
6670 \series default
6671 および
6672 \series bold
6673
6674 \backslash
6675 right
6676 \series default
6677 の直後には、必要とする括弧を挿入しなくてはなりません。すると、括弧丈は出力時に自動的に計算されます。
6678 \end_layout
6679
6680 \begin_layout Standard
6681 \align center
6682 通常の括弧:
6683 \series bold
6684
6685 \backslash
6686 ln(
6687 \backslash
6688 frac
6689 \begin_inset space \textvisiblespace{}
6690 \end_inset
6691
6692 A
6693 \begin_inset Formula $\downarrow$
6694 \end_inset
6695
6696 C
6697 \begin_inset space \textvisiblespace{}
6698 \end_inset
6699
6700 )
6701 \series default
6702 というコマンドは
6703 \begin_inset Formula 
6704 \[
6705 \ln(\frac{A}{C})
6706 \]
6707
6708 \end_inset
6709
6710 を生成します。
6711 \end_layout
6712
6713 \begin_layout Standard
6714 \align center
6715 複数行の括弧:
6716 \series bold
6717
6718 \backslash
6719 ln
6720 \backslash
6721 left(
6722 \backslash
6723 frac
6724 \begin_inset space \textvisiblespace{}
6725 \end_inset
6726
6727 A
6728 \begin_inset Formula $\downarrow$
6729 \end_inset
6730
6731 C
6732 \begin_inset space \textvisiblespace{}
6733 \end_inset
6734
6735
6736 \backslash
6737 right)
6738 \series default
6739 というコマンドは
6740 \begin_inset Formula 
6741 \[
6742 \ln\left(\frac{A}{C}\right)
6743 \]
6744
6745 \end_inset
6746
6747 を生成します。
6748 \end_layout
6749
6750 \begin_layout Standard
6751
6752 \series bold
6753
6754 \backslash
6755 left
6756 \series default
6757
6758 \series bold
6759
6760 \backslash
6761 right
6762 \series default
6763 の代わりに、
6764 \begin_inset Flex Ruby
6765 status collapsed
6766
6767 \begin_layout Plain Layout
6768 捷径
6769 \begin_inset Argument post:1
6770 status collapsed
6771
6772 \begin_layout Plain Layout
6773 ショートカット
6774 \end_layout
6775
6776 \end_inset
6777
6778
6779 \end_layout
6780
6781 \end_inset
6782
6783
6784 \family sans
6785 Alt+M
6786 \begin_inset space ~
6787 \end_inset
6788
6789 括弧
6790 \family default
6791 を使うこともできます。これを使うと、LyX中で即座に実際の括弧丈を確認することができるという利点と、対応する右括弧も生成されるという利点があります。
6792 \begin_inset Newline newline
6793 \end_inset
6794
6795 すると、先ほどの例を作るコマンドは
6796 \series bold
6797
6798 \backslash
6799 ln Alt+M
6800 \series default
6801  
6802 \series bold
6803 (
6804 \backslash
6805 frac
6806 \begin_inset space \textvisiblespace{}
6807 \end_inset
6808
6809 A
6810 \begin_inset Formula $\downarrow$
6811 \end_inset
6812
6813 C
6814 \series default
6815 となります。
6816 \end_layout
6817
6818 \begin_layout Standard
6819 左括弧あるいは右括弧を省略するには、ドットを挿入します。たとえば、
6820 \series bold
6821
6822 \backslash
6823 left.
6824 \backslash
6825 frac
6826 \begin_inset space \textvisiblespace{}
6827 \end_inset
6828
6829 A
6830 \begin_inset Formula $\downarrow$
6831 \end_inset
6832
6833 B
6834 \begin_inset space \textvisiblespace{}
6835 \end_inset
6836
6837
6838 \backslash
6839 right}
6840 \series default
6841 というコマンドは
6842 \series bold
6843
6844 \begin_inset Formula 
6845 \[
6846 \left.\frac{A}{B}\right\} 
6847 \]
6848
6849 \end_inset
6850
6851
6852 \series default
6853 を生成します。
6854 \series bold
6855
6856 \backslash
6857 left
6858 \series default
6859 コマンドおよび
6860 \series bold
6861
6862 \backslash
6863 right
6864 \series default
6865 コマンドは、文書が再度読み込まれたときには、LyXによって正しい丈の括弧に変換され、省略された括弧は、点線として表示されます。
6866 \end_layout
6867
6868 \begin_layout Standard
6869 \begin_inset VSpace bigskip
6870 \end_inset
6871
6872 著名なLaTeX頒布版は、すべてLaTeXの拡張であるeTeXを使用しているので、これらの頒布版では、すべての括弧および極限に対して
6873 \series bold
6874
6875 \backslash
6876 middle
6877 \series default
6878
6879 \begin_inset Index idx
6880 status collapsed
6881
6882 \begin_layout Plain Layout
6883 こまんど@コマンド ! M ! 
6884 \backslash
6885 middle
6886 \end_layout
6887
6888 \end_inset
6889
6890 コマンドも使用することができます
6891 \begin_inset Foot
6892 status collapsed
6893
6894 \begin_layout Plain Layout
6895
6896 \series bold
6897 (訳註)
6898 \series default
6899 pLaTeXでは、標準では
6900 \series bold
6901
6902 \backslash
6903 middle
6904 \series default
6905 コマンドは使えません。よって、以下の例では「
6906 \series bold
6907
6908 \backslash
6909 middle
6910 \series default
6911
6912 \begin_inset Formula $|$
6913 \end_inset
6914
6915 」の代わりに「
6916 \series bold
6917
6918 \backslash
6919 biggm
6920 \series default
6921
6922 \begin_inset Formula $|$
6923 \end_inset
6924
6925 」を用いています。
6926 \end_layout
6927
6928 \end_inset
6929
6930 。このコマンドでは、物理ベクトル
6931 \begin_inset Formula 
6932 \[
6933 \left\langle \phi\:\biggm|\: J=\frac{3}{2}\,,\, M_{J}\right\rangle 
6934 \]
6935
6936 \end_inset
6937
6938 で必要とされるように、次に続く文字の高さは、囲まれる括弧の高さに調節されます。物理ベクトルに関しては、第
6939 \begin_inset CommandInset ref
6940 LatexCommand ref
6941 reference "sub:物理ベクトル"
6942
6943 \end_inset
6944
6945 節に説明されているように特殊なLaTeXパッケージがあります。
6946 \end_layout
6947
6948 \begin_layout Subsection
6949 水平括弧
6950 \begin_inset Index idx
6951 status collapsed
6952
6953 \begin_layout Plain Layout
6954 かっこ@括弧 ! すいへい@水平
6955 \end_layout
6956
6957 \end_inset
6958
6959
6960 \end_layout
6961
6962 \begin_layout Standard
6963 \align center
6964 \begin_inset Tabular
6965 <lyxtabular version="3" rows="4" columns="2">
6966 <features rotate="0" tabularvalignment="middle">
6967 <column alignment="center" valignment="top" width="0pt">
6968 <column alignment="center" valignment="top" width="0pt">
6969 <row>
6970 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6971 \begin_inset Text
6972
6973 \begin_layout Plain Layout
6974 コマンド
6975 \begin_inset Note Note
6976 status collapsed
6977
6978 \begin_layout Plain Layout
6979 ここで
6980 \series bold
6981
6982 \backslash
6983 raisebox
6984 \series default
6985 はスペーサーとして使用しているだけです。
6986 \end_layout
6987
6988 \end_inset
6989
6990
6991 \end_layout
6992
6993 \end_inset
6994 </cell>
6995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6996 \begin_inset Text
6997
6998 \begin_layout Plain Layout
6999 出力
7000 \end_layout
7001
7002 \end_inset
7003 </cell>
7004 </row>
7005 <row>
7006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7007 \begin_inset Text
7008
7009 \begin_layout Plain Layout
7010 \begin_inset ERT
7011 status collapsed
7012
7013 \begin_layout Plain Layout
7014
7015
7016 \backslash
7017 raisebox{2.3mm}{
7018 \end_layout
7019
7020 \end_inset
7021
7022
7023 \backslash
7024 overbrace
7025 \begin_inset space \textvisiblespace{}
7026 \end_inset
7027
7028 A+B
7029 \begin_inset space \textvisiblespace{}
7030 \end_inset
7031
7032 ^
7033 \begin_inset space \textvisiblespace{}
7034 \end_inset
7035
7036 3
7037 \begin_inset ERT
7038 status collapsed
7039
7040 \begin_layout Plain Layout
7041
7042 }
7043 \end_layout
7044
7045 \end_inset
7046
7047
7048 \begin_inset Index idx
7049 status collapsed
7050
7051 \begin_layout Plain Layout
7052 こまんど@コマンド ! O ! 
7053 \backslash
7054 overbrace
7055 \end_layout
7056
7057 \end_inset
7058
7059
7060 \end_layout
7061
7062 \end_inset
7063 </cell>
7064 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7065 \begin_inset Text
7066
7067 \begin_layout Plain Layout
7068 \begin_inset Formula $\overbrace{A+B}^{3}$
7069 \end_inset
7070
7071
7072 \end_layout
7073
7074 \end_inset
7075 </cell>
7076 </row>
7077 <row>
7078 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7079 \begin_inset Text
7080
7081 \begin_layout Plain Layout
7082 \begin_inset ERT
7083 status collapsed
7084
7085 \begin_layout Plain Layout
7086
7087
7088 \backslash
7089 raisebox{-2.2mm}{
7090 \end_layout
7091
7092 \end_inset
7093
7094
7095 \backslash
7096 underbrace
7097 \begin_inset space \textvisiblespace{}
7098 \end_inset
7099
7100 A+B
7101 \begin_inset space \textvisiblespace{}
7102 \end_inset
7103
7104 _5
7105 \begin_inset ERT
7106 status collapsed
7107
7108 \begin_layout Plain Layout
7109
7110 }
7111 \end_layout
7112
7113 \end_inset
7114
7115
7116 \begin_inset Index idx
7117 status collapsed
7118
7119 \begin_layout Plain Layout
7120 こまんど@コマンド ! U ! 
7121 \backslash
7122 underbrace
7123 \end_layout
7124
7125 \end_inset
7126
7127
7128 \end_layout
7129
7130 \end_inset
7131 </cell>
7132 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7133 \begin_inset Text
7134
7135 \begin_layout Plain Layout
7136 \begin_inset Formula $\underbrace{A+B}_{5}$
7137 \end_inset
7138
7139
7140 \end_layout
7141
7142 \end_inset
7143 </cell>
7144 </row>
7145 <row>
7146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7147 \begin_inset Text
7148
7149 \begin_layout Plain Layout
7150
7151 \backslash
7152 overbrace
7153 \begin_inset space \textvisiblespace{}
7154 \end_inset
7155
7156
7157 \backslash
7158 underbrace
7159 \begin_inset space \textvisiblespace{}
7160 \end_inset
7161
7162 A+B_w
7163 \begin_inset space \textvisiblespace{}
7164 \end_inset
7165
7166
7167 \begin_inset space \textvisiblespace{}
7168 \end_inset
7169
7170 _7
7171 \begin_inset space \textvisiblespace{}
7172 \end_inset
7173
7174
7175 \begin_inset space \textvisiblespace{}
7176 \end_inset
7177
7178 ^
7179 \begin_inset space \textvisiblespace{}
7180 \end_inset
7181
7182 C
7183 \end_layout
7184
7185 \end_inset
7186 </cell>
7187 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7188 \begin_inset Text
7189
7190 \begin_layout Plain Layout
7191 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7192 \end_inset
7193
7194
7195 \end_layout
7196
7197 \end_inset
7198 </cell>
7199 </row>
7200 </lyxtabular>
7201
7202 \end_inset
7203
7204
7205 \end_layout
7206
7207 \begin_layout Standard
7208 最後の例では、
7209 \series bold
7210
7211 \backslash
7212 overbrace
7213 \series default
7214 が先に挿入されようが
7215 \series bold
7216
7217 \backslash
7218 underbrace
7219 \series default
7220 が先に挿入されようが代わりはありません。
7221 \end_layout
7222
7223 \begin_layout Standard
7224 \begin_inset VSpace bigskip
7225 \end_inset
7226
7227 括弧をお互いに重ねる必要がある場合には、第
7228 \begin_inset CommandInset ref
7229 LatexCommand ref
7230 reference "sec:多行数式"
7231
7232 \end_inset
7233
7234 節に説明されているように、次のような多行数式を使わなくてはなりません。
7235 \begin_inset Formula 
7236 \begin{eqnarray*}
7237 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7238  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7239 \end{eqnarray*}
7240
7241 \end_inset
7242
7243 一行目には、数式が一つめの括弧とともに挿入されています。ここで、空白コマンド
7244 \begin_inset Foot
7245 status collapsed
7246
7247 \begin_layout Plain Layout
7248 空白コマンドは第
7249 \begin_inset CommandInset ref
7250 LatexCommand ref
7251 reference "sub:定義済みの空白"
7252
7253 \end_inset
7254
7255 章に説明があります。
7256 \end_layout
7257
7258 \end_inset
7259
7260
7261 \series bold
7262
7263 \backslash
7264 :
7265 \series default
7266 を最初の
7267 \begin_inset Formula $d$
7268 \end_inset
7269
7270 の前に挿入しておくことが重要です。さもないと、
7271 \begin_inset Formula $q$
7272 \end_inset
7273
7274 の後ろで終わる括弧のせいで、直後の「+」の周りに正しく空白が入ることが妨げられてしまう
7275 \begin_inset Foot
7276 status collapsed
7277
7278 \begin_layout Plain Layout
7279 これは、括弧が文字として取り扱われないためです。第
7280 \begin_inset CommandInset ref
7281 LatexCommand ref
7282 reference "sub:二項演算子"
7283
7284 \end_inset
7285
7286 章参照。
7287 \end_layout
7288
7289 \end_inset
7290
7291 ためです。二行目には、二つめの括弧が挿入されています。
7292 \begin_inset Formula $b$
7293 \end_inset
7294
7295 の直前から始まるようにするために、まず
7296 \series bold
7297
7298 \backslash
7299 hphantom{gggg+
7300 \backslash
7301 :}
7302 \series default
7303 というコマンド
7304 \begin_inset Foot
7305 status collapsed
7306
7307 \begin_layout Plain Layout
7308
7309 \series bold
7310
7311 \backslash
7312 hphantom
7313 \series default
7314 に関する詳細は、第
7315 \begin_inset CommandInset ref
7316 LatexCommand ref
7317 reference "sub:埋め草"
7318
7319 \end_inset
7320
7321 章を参照してください。
7322 \end_layout
7323
7324 \end_inset
7325
7326 が挿入されています。この数式中の「+」も空白で囲まれるようにするために、この空白コマンドが必要になっています。二つめの括弧は
7327 \series bold
7328
7329 \backslash
7330 hphantom{bbqq+dddd}
7331 \series default
7332 コマンドの下に置きます。
7333 \end_layout
7334
7335 \begin_layout Standard
7336 以下の例のように、括弧が反対側に重なる場合には、もっと複雑になります。
7337 \begin_inset ERT
7338 status collapsed
7339
7340 \begin_layout Plain Layout
7341
7342
7343 \backslash
7344 setlength{
7345 \backslash
7346 jot}{-6pt}
7347 \end_layout
7348
7349 \end_inset
7350
7351
7352 \begin_inset Formula 
7353 \begin{eqnarray*}
7354  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7355 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd
7356 \end{eqnarray*}
7357
7358 \end_inset
7359
7360
7361 \begin_inset ERT
7362 status collapsed
7363
7364 \begin_layout Plain Layout
7365
7366
7367 \backslash
7368 setlength{
7369 \backslash
7370 jot}{3pt}
7371 \end_layout
7372
7373 \end_inset
7374
7375 最初の数式行は、括弧が上に来ていること以外は、先の例の第二行と同じです。二行目には、二つめの括弧と一緒に数式が入っています。一行目の括弧と数式のあいだに余白が入
7376 ることを防ぐために、行間を減らさなくてはならないのですが、これはLyXのバグ
7377 \begin_inset Foot
7378 status collapsed
7379
7380 \begin_layout Plain Layout
7381 \begin_inset CommandInset href
7382 LatexCommand href
7383 name "LyX-bug #1505"
7384 target "http://www.lyx.org/trac/ticket/1505"
7385
7386 \end_inset
7387
7388
7389 \end_layout
7390
7391 \end_inset
7392
7393 のせいで簡単にはできません。この問題を回避するためには、数式直前にTeXモードで
7394 \series bold
7395 setlength{
7396 \backslash
7397 jot}{-6pt}
7398 \series default
7399 というコマンドを入れて、大域的な数式行間
7400 \series bold
7401
7402 \backslash
7403 jot
7404 \series default
7405
7406 \begin_inset Index idx
7407 status collapsed
7408
7409 \begin_layout Plain Layout
7410 こまんど@コマンド ! J ! 
7411 \backslash
7412 jot
7413 \end_layout
7414
7415 \end_inset
7416
7417 を-6
7418 \begin_inset space \thinspace{}
7419 \end_inset
7420
7421 ptに変更しなくてはなりません。
7422 \series bold
7423
7424 \backslash
7425 jot
7426 \series default
7427 は、数式直後に同様のコマンドを使って標準値の3
7428 \begin_inset space \thinspace{}
7429 \end_inset
7430
7431 ptに戻します。数式中の行間について、詳しくは第
7432 \begin_inset CommandInset ref
7433 LatexCommand ref
7434 reference "sub:行間"
7435
7436 \end_inset
7437
7438 章に説明があります。
7439 \end_layout
7440
7441 \begin_layout Section
7442 矢印
7443 \begin_inset Index idx
7444 status collapsed
7445
7446 \begin_layout Plain Layout
7447 やじるし@矢印
7448 \end_layout
7449
7450 \end_inset
7451
7452
7453 \end_layout
7454
7455 \begin_layout Standard
7456 矢印は、数式ツールバーボタンの
7457 \begin_inset Graphics
7458         filename ../../images/math/leftarrow.png
7459         scale 85
7460
7461 \end_inset
7462
7463 か、以下の各小節に列挙してあるコマンドで挿入することができます。
7464 \end_layout
7465
7466 \begin_layout Subsection
7467 水平矢印
7468 \begin_inset Index idx
7469 status collapsed
7470
7471 \begin_layout Plain Layout
7472 やじるし@矢印 ! すいへい@水平
7473 \end_layout
7474
7475 \end_inset
7476
7477
7478 \end_layout
7479
7480 \begin_layout Standard
7481 \begin_inset space \hfill{}
7482 \end_inset
7483
7484
7485 \begin_inset Tabular
7486 <lyxtabular version="3" rows="8" columns="2">
7487 <features rotate="0" tabularvalignment="middle">
7488 <column alignment="center" valignment="top" width="0pt">
7489 <column alignment="center" valignment="top" width="0pt">
7490 <row>
7491 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7492 \begin_inset Text
7493
7494 \begin_layout Plain Layout
7495 コマンド
7496 \end_layout
7497
7498 \end_inset
7499 </cell>
7500 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7501 \begin_inset Text
7502
7503 \begin_layout Plain Layout
7504 出力
7505 \end_layout
7506
7507 \end_inset
7508 </cell>
7509 </row>
7510 <row>
7511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7512 \begin_inset Text
7513
7514 \begin_layout Plain Layout
7515
7516 \backslash
7517 gets
7518 \end_layout
7519
7520 \end_inset
7521 </cell>
7522 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7523 \begin_inset Text
7524
7525 \begin_layout Plain Layout
7526 \begin_inset Formula $\gets$
7527 \end_inset
7528
7529
7530 \end_layout
7531
7532 \end_inset
7533 </cell>
7534 </row>
7535 <row>
7536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7537 \begin_inset Text
7538
7539 \begin_layout Plain Layout
7540
7541 \backslash
7542 Leftarrow
7543 \end_layout
7544
7545 \end_inset
7546 </cell>
7547 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7548 \begin_inset Text
7549
7550 \begin_layout Plain Layout
7551 \begin_inset Formula $\Leftarrow$
7552 \end_inset
7553
7554
7555 \end_layout
7556
7557 \end_inset
7558 </cell>
7559 </row>
7560 <row>
7561 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7562 \begin_inset Text
7563
7564 \begin_layout Plain Layout
7565
7566 \backslash
7567 longleftarrow
7568 \end_layout
7569
7570 \end_inset
7571 </cell>
7572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7573 \begin_inset Text
7574
7575 \begin_layout Plain Layout
7576 \begin_inset Formula $\longleftarrow$
7577 \end_inset
7578
7579
7580 \end_layout
7581
7582 \end_inset
7583 </cell>
7584 </row>
7585 <row>
7586 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7587 \begin_inset Text
7588
7589 \begin_layout Plain Layout
7590
7591 \backslash
7592 Longleftarrow
7593 \end_layout
7594
7595 \end_inset
7596 </cell>
7597 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7598 \begin_inset Text
7599
7600 \begin_layout Plain Layout
7601 \begin_inset Formula $\Longleftarrow$
7602 \end_inset
7603
7604
7605 \end_layout
7606
7607 \end_inset
7608 </cell>
7609 </row>
7610 <row>
7611 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7612 \begin_inset Text
7613
7614 \begin_layout Plain Layout
7615
7616 \backslash
7617 leftharpoonup
7618 \end_layout
7619
7620 \end_inset
7621 </cell>
7622 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7623 \begin_inset Text
7624
7625 \begin_layout Plain Layout
7626 \begin_inset Formula $\leftharpoonup$
7627 \end_inset
7628
7629
7630 \end_layout
7631
7632 \end_inset
7633 </cell>
7634 </row>
7635 <row>
7636 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7637 \begin_inset Text
7638
7639 \begin_layout Plain Layout
7640
7641 \backslash
7642 leftharpoondown
7643 \end_layout
7644
7645 \end_inset
7646 </cell>
7647 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7648 \begin_inset Text
7649
7650 \begin_layout Plain Layout
7651 \begin_inset Formula $\leftharpoondown$
7652 \end_inset
7653
7654
7655 \end_layout
7656
7657 \end_inset
7658 </cell>
7659 </row>
7660 <row>
7661 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7662 \begin_inset Text
7663
7664 \begin_layout Plain Layout
7665
7666 \backslash
7667 hookleftarrow
7668 \end_layout
7669
7670 \end_inset
7671 </cell>
7672 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7673 \begin_inset Text
7674
7675 \begin_layout Plain Layout
7676 \begin_inset Formula $\hookleftarrow$
7677 \end_inset
7678
7679
7680 \end_layout
7681
7682 \end_inset
7683 </cell>
7684 </row>
7685 </lyxtabular>
7686
7687 \end_inset
7688
7689
7690 \begin_inset space \hfill{}
7691 \end_inset
7692
7693
7694 \begin_inset Tabular
7695 <lyxtabular version="3" rows="8" columns="2">
7696 <features rotate="0" tabularvalignment="middle">
7697 <column alignment="center" valignment="top" width="0pt">
7698 <column alignment="center" valignment="top" width="0pt">
7699 <row>
7700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7701 \begin_inset Text
7702
7703 \begin_layout Plain Layout
7704 コマンド
7705 \end_layout
7706
7707 \end_inset
7708 </cell>
7709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7710 \begin_inset Text
7711
7712 \begin_layout Plain Layout
7713 出力
7714 \end_layout
7715
7716 \end_inset
7717 </cell>
7718 </row>
7719 <row>
7720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7721 \begin_inset Text
7722
7723 \begin_layout Plain Layout
7724
7725 \backslash
7726 to
7727 \end_layout
7728
7729 \end_inset
7730 </cell>
7731 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7732 \begin_inset Text
7733
7734 \begin_layout Plain Layout
7735 \begin_inset Formula $\to$
7736 \end_inset
7737
7738
7739 \end_layout
7740
7741 \end_inset
7742 </cell>
7743 </row>
7744 <row>
7745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7746 \begin_inset Text
7747
7748 \begin_layout Plain Layout
7749
7750 \backslash
7751 Rightarrow
7752 \end_layout
7753
7754 \end_inset
7755 </cell>
7756 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7757 \begin_inset Text
7758
7759 \begin_layout Plain Layout
7760 \begin_inset Formula $\Rightarrow$
7761 \end_inset
7762
7763
7764 \end_layout
7765
7766 \end_inset
7767 </cell>
7768 </row>
7769 <row>
7770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7771 \begin_inset Text
7772
7773 \begin_layout Plain Layout
7774
7775 \backslash
7776 longrightarrow
7777 \end_layout
7778
7779 \end_inset
7780 </cell>
7781 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7782 \begin_inset Text
7783
7784 \begin_layout Plain Layout
7785 \begin_inset Formula $\longrightarrow$
7786 \end_inset
7787
7788
7789 \end_layout
7790
7791 \end_inset
7792 </cell>
7793 </row>
7794 <row>
7795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7796 \begin_inset Text
7797
7798 \begin_layout Plain Layout
7799
7800 \backslash
7801 Longrightarrow
7802 \end_layout
7803
7804 \end_inset
7805 </cell>
7806 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7807 \begin_inset Text
7808
7809 \begin_layout Plain Layout
7810 \begin_inset Formula $\Longrightarrow$
7811 \end_inset
7812
7813
7814 \end_layout
7815
7816 \end_inset
7817 </cell>
7818 </row>
7819 <row>
7820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7821 \begin_inset Text
7822
7823 \begin_layout Plain Layout
7824
7825 \backslash
7826 rightharpoonup
7827 \end_layout
7828
7829 \end_inset
7830 </cell>
7831 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7832 \begin_inset Text
7833
7834 \begin_layout Plain Layout
7835 \begin_inset Formula $\rightharpoonup$
7836 \end_inset
7837
7838
7839 \end_layout
7840
7841 \end_inset
7842 </cell>
7843 </row>
7844 <row>
7845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7846 \begin_inset Text
7847
7848 \begin_layout Plain Layout
7849
7850 \backslash
7851 rightharpoondown
7852 \end_layout
7853
7854 \end_inset
7855 </cell>
7856 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7857 \begin_inset Text
7858
7859 \begin_layout Plain Layout
7860 \begin_inset Formula $\rightharpoondown$
7861 \end_inset
7862
7863
7864 \end_layout
7865
7866 \end_inset
7867 </cell>
7868 </row>
7869 <row>
7870 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7871 \begin_inset Text
7872
7873 \begin_layout Plain Layout
7874
7875 \backslash
7876 hookrightarrow
7877 \end_layout
7878
7879 \end_inset
7880 </cell>
7881 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7882 \begin_inset Text
7883
7884 \begin_layout Plain Layout
7885 \begin_inset Formula $\hookrightarrow$
7886 \end_inset
7887
7888
7889 \end_layout
7890
7891 \end_inset
7892 </cell>
7893 </row>
7894 </lyxtabular>
7895
7896 \end_inset
7897
7898
7899 \begin_inset space \hfill{}
7900 \end_inset
7901
7902
7903 \end_layout
7904
7905 \begin_layout Standard
7906 \begin_inset space \hfill{}
7907 \end_inset
7908
7909
7910 \begin_inset Tabular
7911 <lyxtabular version="3" rows="6" columns="2">
7912 <features rotate="0" tabularvalignment="middle">
7913 <column alignment="center" valignment="top" width="0pt">
7914 <column alignment="center" valignment="top" width="0pt">
7915 <row>
7916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7917 \begin_inset Text
7918
7919 \begin_layout Plain Layout
7920 コマンド
7921 \end_layout
7922
7923 \end_inset
7924 </cell>
7925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7926 \begin_inset Text
7927
7928 \begin_layout Plain Layout
7929 出力
7930 \end_layout
7931
7932 \end_inset
7933 </cell>
7934 </row>
7935 <row>
7936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7937 \begin_inset Text
7938
7939 \begin_layout Plain Layout
7940
7941 \backslash
7942 leftrightarrow
7943 \end_layout
7944
7945 \end_inset
7946 </cell>
7947 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7948 \begin_inset Text
7949
7950 \begin_layout Plain Layout
7951 \begin_inset Formula $\leftrightarrow$
7952 \end_inset
7953
7954
7955 \end_layout
7956
7957 \end_inset
7958 </cell>
7959 </row>
7960 <row>
7961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7962 \begin_inset Text
7963
7964 \begin_layout Plain Layout
7965
7966 \backslash
7967 Leftrightarrow
7968 \end_layout
7969
7970 \end_inset
7971 </cell>
7972 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7973 \begin_inset Text
7974
7975 \begin_layout Plain Layout
7976 \begin_inset Formula $\Leftrightarrow$
7977 \end_inset
7978
7979
7980 \end_layout
7981
7982 \end_inset
7983 </cell>
7984 </row>
7985 <row>
7986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7987 \begin_inset Text
7988
7989 \begin_layout Plain Layout
7990
7991 \backslash
7992 longleftrightarrow
7993 \end_layout
7994
7995 \end_inset
7996 </cell>
7997 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7998 \begin_inset Text
7999
8000 \begin_layout Plain Layout
8001 \begin_inset Formula $\longleftrightarrow$
8002 \end_inset
8003
8004
8005 \end_layout
8006
8007 \end_inset
8008 </cell>
8009 </row>
8010 <row>
8011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8012 \begin_inset Text
8013
8014 \begin_layout Plain Layout
8015
8016 \backslash
8017 Longleftrightarrow
8018 \end_layout
8019
8020 \end_inset
8021 </cell>
8022 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8023 \begin_inset Text
8024
8025 \begin_layout Plain Layout
8026 \begin_inset Formula $\Longleftrightarrow$
8027 \end_inset
8028
8029
8030 \end_layout
8031
8032 \end_inset
8033 </cell>
8034 </row>
8035 <row>
8036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8037 \begin_inset Text
8038
8039 \begin_layout Plain Layout
8040
8041 \backslash
8042 rightleftharpoons
8043 \end_layout
8044
8045 \end_inset
8046 </cell>
8047 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8048 \begin_inset Text
8049
8050 \begin_layout Plain Layout
8051 \begin_inset Formula $\rightleftharpoons$
8052 \end_inset
8053
8054
8055 \end_layout
8056
8057 \end_inset
8058 </cell>
8059 </row>
8060 </lyxtabular>
8061
8062 \end_inset
8063
8064
8065 \begin_inset space \hspace{}
8066 \length 25pt
8067 \end_inset
8068
8069
8070 \begin_inset space \hfill{}
8071 \end_inset
8072
8073
8074 \begin_inset Tabular
8075 <lyxtabular version="3" rows="5" columns="2">
8076 <features rotate="0" tabularvalignment="middle">
8077 <column alignment="center" valignment="top" width="0pt">
8078 <column alignment="center" valignment="top" width="0pt">
8079 <row>
8080 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8081 \begin_inset Text
8082
8083 \begin_layout Plain Layout
8084 コマンド
8085 \end_layout
8086
8087 \end_inset
8088 </cell>
8089 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8090 \begin_inset Text
8091
8092 \begin_layout Plain Layout
8093 出力
8094 \end_layout
8095
8096 \end_inset
8097 </cell>
8098 </row>
8099 <row>
8100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8101 \begin_inset Text
8102
8103 \begin_layout Plain Layout
8104
8105 \backslash
8106 mapsto
8107 \end_layout
8108
8109 \end_inset
8110 </cell>
8111 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8112 \begin_inset Text
8113
8114 \begin_layout Plain Layout
8115 \begin_inset Formula $\mapsto$
8116 \end_inset
8117
8118
8119 \end_layout
8120
8121 \end_inset
8122 </cell>
8123 </row>
8124 <row>
8125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8126 \begin_inset Text
8127
8128 \begin_layout Plain Layout
8129
8130 \backslash
8131 longmapsto
8132 \end_layout
8133
8134 \end_inset
8135 </cell>
8136 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8137 \begin_inset Text
8138
8139 \begin_layout Plain Layout
8140 \begin_inset Formula $\longmapsto$
8141 \end_inset
8142
8143
8144 \end_layout
8145
8146 \end_inset
8147 </cell>
8148 </row>
8149 <row>
8150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8151 \begin_inset Text
8152
8153 \begin_layout Plain Layout
8154
8155 \backslash
8156 leadsto
8157 \end_layout
8158
8159 \end_inset
8160 </cell>
8161 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8162 \begin_inset Text
8163
8164 \begin_layout Plain Layout
8165 \begin_inset Formula $\leadsto$
8166 \end_inset
8167
8168
8169 \end_layout
8170
8171 \end_inset
8172 </cell>
8173 </row>
8174 <row>
8175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8176 \begin_inset Text
8177
8178 \begin_layout Plain Layout
8179
8180 \backslash
8181 dasharrow
8182 \end_layout
8183
8184 \end_inset
8185 </cell>
8186 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8187 \begin_inset Text
8188
8189 \begin_layout Plain Layout
8190 \begin_inset Formula $\dasharrow$
8191 \end_inset
8192
8193
8194 \end_layout
8195
8196 \end_inset
8197 </cell>
8198 </row>
8199 </lyxtabular>
8200
8201 \end_inset
8202
8203
8204 \begin_inset space \hfill{}
8205 \end_inset
8206
8207
8208 \end_layout
8209
8210 \begin_layout Standard
8211 \begin_inset VSpace medskip
8212 \end_inset
8213
8214 たとえばベクトル記号の矢印のようにアクセントとして使用される矢印は、第
8215 \begin_inset CommandInset ref
8216 LatexCommand ref
8217 reference "sec:アクセント"
8218
8219 \end_inset
8220
8221 節に一覧があります。
8222 \end_layout
8223
8224 \begin_layout Standard
8225 \begin_inset VSpace bigskip
8226 \end_inset
8227
8228 さらに、ラベル付き矢印
8229 \begin_inset Index idx
8230 status collapsed
8231
8232 \begin_layout Plain Layout
8233 やじるし@矢印 ! らべるつき@ラベル付き
8234 \end_layout
8235
8236 \end_inset
8237
8238 として、
8239 \series bold
8240
8241 \backslash
8242 xleftarrow
8243 \series default
8244
8245 \begin_inset Index idx
8246 status collapsed
8247
8248 \begin_layout Plain Layout
8249 こまんど@コマンド ! X ! 
8250 \backslash
8251 xleftarrow
8252 \end_layout
8253
8254 \end_inset
8255
8256
8257 \series bold
8258
8259 \backslash
8260 xrightarrow
8261 \series default
8262
8263 \begin_inset Index idx
8264 status collapsed
8265
8266 \begin_layout Plain Layout
8267 こまんど@コマンド ! X ! 
8268 \backslash
8269 xrightarrow
8270 \begin_inset ERT
8271 status collapsed
8272
8273 \begin_layout Plain Layout
8274
8275
8276 \backslash
8277 vspace{4mm}
8278 \end_layout
8279
8280 \end_inset
8281
8282
8283 \end_layout
8284
8285 \end_inset
8286
8287 があります。これらのコマンドを数式に挿入すると、二つの青枠のついた矢印が現れるので、そこにラベルを入れることができます。矢印の長さは、ラベルの幅に応じて調整され
8288 ます。
8289 \end_layout
8290
8291 \begin_layout Standard
8292 \align center
8293 \begin_inset Tabular
8294 <lyxtabular version="3" rows="3" columns="2">
8295 <features rotate="0" tabularvalignment="middle">
8296 <column alignment="center" valignment="top" width="0pt">
8297 <column alignment="center" valignment="top" width="0pt">
8298 <row>
8299 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8300 \begin_inset Text
8301
8302 \begin_layout Plain Layout
8303 コマンド
8304 \end_layout
8305
8306 \end_inset
8307 </cell>
8308 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8309 \begin_inset Text
8310
8311 \begin_layout Plain Layout
8312 出力
8313 \begin_inset Note Note
8314 status collapsed
8315
8316 \begin_layout Plain Layout
8317 ここで
8318 \series bold
8319
8320 \backslash
8321 raisebox
8322 \series default
8323 はスペーサーとして使用しているだけです。
8324 \end_layout
8325
8326 \end_inset
8327
8328
8329 \end_layout
8330
8331 \end_inset
8332 </cell>
8333 </row>
8334 <row>
8335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8336 \begin_inset Text
8337
8338 \begin_layout Plain Layout
8339 F(a)
8340 \backslash
8341 xleftarrow
8342 \begin_inset space \textvisiblespace{}
8343 \end_inset
8344
8345 x=a
8346 \begin_inset Formula $\downarrow$
8347 \end_inset
8348
8349 x
8350 \begin_inset Formula $>$
8351 \end_inset
8352
8353 0
8354 \begin_inset Formula $\to$
8355 \end_inset
8356
8357 F(x)
8358 \end_layout
8359
8360 \end_inset
8361 </cell>
8362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8363 \begin_inset Text
8364
8365 \begin_layout Plain Layout
8366 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
8367 \end_inset
8368
8369
8370 \end_layout
8371
8372 \end_inset
8373 </cell>
8374 </row>
8375 <row>
8376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8377 \begin_inset Text
8378
8379 \begin_layout Plain Layout
8380 F(x)
8381 \backslash
8382 xrightarrow
8383 \begin_inset space \textvisiblespace{}
8384 \end_inset
8385
8386 x=a
8387 \begin_inset Formula $\downarrow$
8388 \end_inset
8389
8390 x
8391 \begin_inset Formula $>$
8392 \end_inset
8393
8394 0
8395 \begin_inset Formula $\to$
8396 \end_inset
8397
8398 F(a)
8399 \end_layout
8400
8401 \end_inset
8402 </cell>
8403 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8404 \begin_inset Text
8405
8406 \begin_layout Plain Layout
8407 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
8408 \end_inset
8409
8410
8411 \end_layout
8412
8413 \end_inset
8414 </cell>
8415 </row>
8416 </lyxtabular>
8417
8418 \end_inset
8419
8420
8421 \end_layout
8422
8423 \begin_layout Subsection
8424 垂直矢印および対角矢印
8425 \begin_inset Index idx
8426 status collapsed
8427
8428 \begin_layout Plain Layout
8429 やじるし@矢印 ! たいかく@対角
8430 \end_layout
8431
8432 \end_inset
8433
8434
8435 \begin_inset Index idx
8436 status collapsed
8437
8438 \begin_layout Plain Layout
8439 やじるし@矢印 ! すいちょく@垂直
8440 \end_layout
8441
8442 \end_inset
8443
8444
8445 \end_layout
8446
8447 \begin_layout Standard
8448 \begin_inset space \hfill{}
8449 \end_inset
8450
8451
8452 \begin_inset Tabular
8453 <lyxtabular version="3" rows="7" columns="2">
8454 <features rotate="0" tabularvalignment="middle">
8455 <column alignment="center" valignment="top" width="0pt">
8456 <column alignment="center" valignment="top" width="0pt">
8457 <row>
8458 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8459 \begin_inset Text
8460
8461 \begin_layout Plain Layout
8462 コマンド
8463 \end_layout
8464
8465 \end_inset
8466 </cell>
8467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8468 \begin_inset Text
8469
8470 \begin_layout Plain Layout
8471 出力
8472 \end_layout
8473
8474 \end_inset
8475 </cell>
8476 </row>
8477 <row>
8478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8479 \begin_inset Text
8480
8481 \begin_layout Plain Layout
8482
8483 \backslash
8484 uparrow
8485 \end_layout
8486
8487 \end_inset
8488 </cell>
8489 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8490 \begin_inset Text
8491
8492 \begin_layout Plain Layout
8493 \begin_inset Formula $\uparrow$
8494 \end_inset
8495
8496
8497 \end_layout
8498
8499 \end_inset
8500 </cell>
8501 </row>
8502 <row>
8503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8504 \begin_inset Text
8505
8506 \begin_layout Plain Layout
8507
8508 \backslash
8509 Uparrow
8510 \end_layout
8511
8512 \end_inset
8513 </cell>
8514 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8515 \begin_inset Text
8516
8517 \begin_layout Plain Layout
8518 \begin_inset Formula $\Uparrow$
8519 \end_inset
8520
8521
8522 \end_layout
8523
8524 \end_inset
8525 </cell>
8526 </row>
8527 <row>
8528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8529 \begin_inset Text
8530
8531 \begin_layout Plain Layout
8532
8533 \backslash
8534 updownarrow
8535 \end_layout
8536
8537 \end_inset
8538 </cell>
8539 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8540 \begin_inset Text
8541
8542 \begin_layout Plain Layout
8543 \begin_inset Formula $\updownarrow$
8544 \end_inset
8545
8546
8547 \end_layout
8548
8549 \end_inset
8550 </cell>
8551 </row>
8552 <row>
8553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8554 \begin_inset Text
8555
8556 \begin_layout Plain Layout
8557
8558 \backslash
8559 Updownarrow
8560 \end_layout
8561
8562 \end_inset
8563 </cell>
8564 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8565 \begin_inset Text
8566
8567 \begin_layout Plain Layout
8568 \begin_inset Formula $\Updownarrow$
8569 \end_inset
8570
8571
8572 \end_layout
8573
8574 \end_inset
8575 </cell>
8576 </row>
8577 <row>
8578 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8579 \begin_inset Text
8580
8581 \begin_layout Plain Layout
8582
8583 \backslash
8584 Downarrow
8585 \end_layout
8586
8587 \end_inset
8588 </cell>
8589 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8590 \begin_inset Text
8591
8592 \begin_layout Plain Layout
8593 \begin_inset Formula $\Downarrow$
8594 \end_inset
8595
8596
8597 \end_layout
8598
8599 \end_inset
8600 </cell>
8601 </row>
8602 <row>
8603 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8604 \begin_inset Text
8605
8606 \begin_layout Plain Layout
8607
8608 \backslash
8609 downarrow
8610 \end_layout
8611
8612 \end_inset
8613 </cell>
8614 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8615 \begin_inset Text
8616
8617 \begin_layout Plain Layout
8618 \begin_inset Formula $\downarrow$
8619 \end_inset
8620
8621
8622 \end_layout
8623
8624 \end_inset
8625 </cell>
8626 </row>
8627 </lyxtabular>
8628
8629 \end_inset
8630
8631
8632 \begin_inset space \hfill{}
8633 \end_inset
8634
8635
8636 \begin_inset Tabular
8637 <lyxtabular version="3" rows="5" columns="2">
8638 <features rotate="0" tabularvalignment="middle">
8639 <column alignment="center" valignment="top" width="0pt">
8640 <column alignment="center" valignment="top" width="0pt">
8641 <row>
8642 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8643 \begin_inset Text
8644
8645 \begin_layout Plain Layout
8646 コマンド
8647 \end_layout
8648
8649 \end_inset
8650 </cell>
8651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8652 \begin_inset Text
8653
8654 \begin_layout Plain Layout
8655 出力
8656 \end_layout
8657
8658 \end_inset
8659 </cell>
8660 </row>
8661 <row>
8662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8663 \begin_inset Text
8664
8665 \begin_layout Plain Layout
8666
8667 \backslash
8668 nearrow
8669 \end_layout
8670
8671 \end_inset
8672 </cell>
8673 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8674 \begin_inset Text
8675
8676 \begin_layout Plain Layout
8677 \begin_inset Formula $\nearrow$
8678 \end_inset
8679
8680
8681 \end_layout
8682
8683 \end_inset
8684 </cell>
8685 </row>
8686 <row>
8687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8688 \begin_inset Text
8689
8690 \begin_layout Plain Layout
8691
8692 \backslash
8693 searrow
8694 \end_layout
8695
8696 \end_inset
8697 </cell>
8698 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8699 \begin_inset Text
8700
8701 \begin_layout Plain Layout
8702 \begin_inset Formula $\searrow$
8703 \end_inset
8704
8705
8706 \end_layout
8707
8708 \end_inset
8709 </cell>
8710 </row>
8711 <row>
8712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8713 \begin_inset Text
8714
8715 \begin_layout Plain Layout
8716
8717 \backslash
8718 swarrow
8719 \end_layout
8720
8721 \end_inset
8722 </cell>
8723 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8724 \begin_inset Text
8725
8726 \begin_layout Plain Layout
8727 \begin_inset Formula $\swarrow$
8728 \end_inset
8729
8730
8731 \end_layout
8732
8733 \end_inset
8734 </cell>
8735 </row>
8736 <row>
8737 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8738 \begin_inset Text
8739
8740 \begin_layout Plain Layout
8741
8742 \backslash
8743 nwarrow
8744 \end_layout
8745
8746 \end_inset
8747 </cell>
8748 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8749 \begin_inset Text
8750
8751 \begin_layout Plain Layout
8752 \begin_inset Formula $\nwarrow$
8753 \end_inset
8754
8755
8756 \end_layout
8757
8758 \end_inset
8759 </cell>
8760 </row>
8761 </lyxtabular>
8762
8763 \end_inset
8764
8765
8766 \begin_inset space \hfill{}
8767 \end_inset
8768
8769
8770 \end_layout
8771
8772 \begin_layout Standard
8773 \begin_inset VSpace medskip
8774 \end_inset
8775
8776 垂直矢印は、第
8777 \begin_inset CommandInset ref
8778 LatexCommand ref
8779 reference "sub:手動の括弧丈"
8780
8781 \end_inset
8782
8783 節および第
8784 \begin_inset CommandInset ref
8785 LatexCommand ref
8786 reference "sub:自動の括弧丈"
8787
8788 \end_inset
8789
8790 節に述べられているコマンドを使うと、区分記号として使用することもできます。伊藤の公式を用いて
8791 \end_layout
8792
8793 \begin_layout Section
8794 アクセント
8795 \begin_inset CommandInset label
8796 LatexCommand label
8797 name "sec:アクセント"
8798
8799 \end_inset
8800
8801
8802 \begin_inset Index idx
8803 status collapsed
8804
8805 \begin_layout Plain Layout
8806 あくせんと@アクセント
8807 \end_layout
8808
8809 \end_inset
8810
8811
8812 \end_layout
8813
8814 \begin_layout Standard
8815 アクセントは、数式ツールバーボタンの
8816 \begin_inset Graphics
8817         filename ../../images/math/hat.png
8818         scale 85
8819
8820 \end_inset
8821
8822 か、以下の各小節に列挙してあるコマンドで入力することができます。
8823 \end_layout
8824
8825 \begin_layout Subsection
8826 一文字に付けるアクセント
8827 \begin_inset ERT
8828 status collapsed
8829
8830 \begin_layout Plain Layout
8831
8832
8833 \backslash
8834 texorpdfstring{
8835 \end_layout
8836
8837 \end_inset
8838
8839
8840 \begin_inset Foot
8841 status collapsed
8842
8843 \begin_layout Plain Layout
8844 本文中のアクセントについては、第
8845 \begin_inset CommandInset ref
8846 LatexCommand ref
8847 reference "sub:文章中のアクセント"
8848
8849 \end_inset
8850
8851 節を参照。
8852 \end_layout
8853
8854 \end_inset
8855
8856
8857 \begin_inset ERT
8858 status collapsed
8859
8860 \begin_layout Plain Layout
8861
8862 }{}
8863 \end_layout
8864
8865 \end_inset
8866
8867
8868 \begin_inset Note Note
8869 status collapsed
8870
8871 \begin_layout Plain Layout
8872
8873 \series bold
8874
8875 \backslash
8876 texorpdfstring
8877 \series default
8878 は、PDFのしおりに脚注が現れるのを防ぐために使われています。
8879 \end_layout
8880
8881 \begin_layout Plain Layout
8882
8883 \series bold
8884
8885 \backslash
8886 texorpdfstring
8887 \series default
8888 についての詳細は、第
8889 \begin_inset CommandInset ref
8890 LatexCommand ref
8891 reference "sub:節見出し中の数式"
8892
8893 \end_inset
8894
8895 節にあります。
8896 \end_layout
8897
8898 \end_inset
8899
8900
8901 \begin_inset CommandInset label
8902 LatexCommand label
8903 name "sub:一文字に付けるアクセント"
8904
8905 \end_inset
8906
8907
8908 \begin_inset Index idx
8909 status collapsed
8910
8911 \begin_layout Plain Layout
8912 あくせんと@アクセント ! いちもじにつける@一文字に付ける
8913 \end_layout
8914
8915 \end_inset
8916
8917
8918 \end_layout
8919
8920 \begin_layout Standard
8921 \begin_inset space \hfill{}
8922 \end_inset
8923
8924
8925 \begin_inset Tabular
8926 <lyxtabular version="3" rows="8" columns="2">
8927 <features rotate="0" tabularvalignment="middle">
8928 <column alignment="center" valignment="top" width="0pt">
8929 <column alignment="center" valignment="top" width="0pt">
8930 <row>
8931 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8932 \begin_inset Text
8933
8934 \begin_layout Plain Layout
8935 コマンド
8936 \end_layout
8937
8938 \end_inset
8939 </cell>
8940 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8941 \begin_inset Text
8942
8943 \begin_layout Plain Layout
8944 出力
8945 \begin_inset Note Note
8946 status collapsed
8947
8948 \begin_layout Plain Layout
8949 ここで
8950 \series bold
8951
8952 \backslash
8953 raisebox
8954 \series default
8955 はスペーサーとして使用しているだけです。
8956 \end_layout
8957
8958 \end_inset
8959
8960
8961 \end_layout
8962
8963 \end_inset
8964 </cell>
8965 </row>
8966 <row>
8967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8968 \begin_inset Text
8969
8970 \begin_layout Plain Layout
8971
8972 \backslash
8973 dot
8974 \begin_inset space \textvisiblespace{}
8975 \end_inset
8976
8977 A
8978 \end_layout
8979
8980 \end_inset
8981 </cell>
8982 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8983 \begin_inset Text
8984
8985 \begin_layout Plain Layout
8986 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
8987 \end_inset
8988
8989
8990 \end_layout
8991
8992 \end_inset
8993 </cell>
8994 </row>
8995 <row>
8996 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8997 \begin_inset Text
8998
8999 \begin_layout Plain Layout
9000
9001 \backslash
9002 ddot
9003 \begin_inset space \textvisiblespace{}
9004 \end_inset
9005
9006 A
9007 \end_layout
9008
9009 \end_inset
9010 </cell>
9011 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9012 \begin_inset Text
9013
9014 \begin_layout Plain Layout
9015 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9016 \end_inset
9017
9018
9019 \end_layout
9020
9021 \end_inset
9022 </cell>
9023 </row>
9024 <row>
9025 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9026 \begin_inset Text
9027
9028 \begin_layout Plain Layout
9029
9030 \backslash
9031 dddot
9032 \begin_inset space \textvisiblespace{}
9033 \end_inset
9034
9035 A
9036 \end_layout
9037
9038 \end_inset
9039 </cell>
9040 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9041 \begin_inset Text
9042
9043 \begin_layout Plain Layout
9044 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9045 \end_inset
9046
9047
9048 \end_layout
9049
9050 \end_inset
9051 </cell>
9052 </row>
9053 <row>
9054 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9055 \begin_inset Text
9056
9057 \begin_layout Plain Layout
9058
9059 \backslash
9060 ddddot
9061 \begin_inset space \textvisiblespace{}
9062 \end_inset
9063
9064 A
9065 \end_layout
9066
9067 \end_inset
9068 </cell>
9069 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9070 \begin_inset Text
9071
9072 \begin_layout Plain Layout
9073 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9074 \end_inset
9075
9076
9077 \end_layout
9078
9079 \end_inset
9080 </cell>
9081 </row>
9082 <row>
9083 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9084 \begin_inset Text
9085
9086 \begin_layout Plain Layout
9087
9088 \backslash
9089 vec
9090 \begin_inset space \textvisiblespace{}
9091 \end_inset
9092
9093 A
9094 \begin_inset Index idx
9095 status collapsed
9096
9097 \begin_layout Plain Layout
9098
9099 \lang english
9100 Vectors
9101 \end_layout
9102
9103 \end_inset
9104
9105
9106 \end_layout
9107
9108 \end_inset
9109 </cell>
9110 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9111 \begin_inset Text
9112
9113 \begin_layout Plain Layout
9114 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9115 \end_inset
9116
9117
9118 \end_layout
9119
9120 \end_inset
9121 </cell>
9122 </row>
9123 <row>
9124 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9125 \begin_inset Text
9126
9127 \begin_layout Plain Layout
9128
9129 \backslash
9130 bar
9131 \begin_inset space \textvisiblespace{}
9132 \end_inset
9133
9134 A
9135 \end_layout
9136
9137 \end_inset
9138 </cell>
9139 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9140 \begin_inset Text
9141
9142 \begin_layout Plain Layout
9143 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9144 \end_inset
9145
9146
9147 \end_layout
9148
9149 \end_inset
9150 </cell>
9151 </row>
9152 <row>
9153 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9154 \begin_inset Text
9155
9156 \begin_layout Plain Layout
9157
9158 \backslash
9159 mathring
9160 \begin_inset space \textvisiblespace{}
9161 \end_inset
9162
9163 A
9164 \end_layout
9165
9166 \end_inset
9167 </cell>
9168 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9169 \begin_inset Text
9170
9171 \begin_layout Plain Layout
9172 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9173 \end_inset
9174
9175
9176 \end_layout
9177
9178 \end_inset
9179 </cell>
9180 </row>
9181 </lyxtabular>
9182
9183 \end_inset
9184
9185
9186 \begin_inset space \hfill{}
9187 \end_inset
9188
9189
9190 \begin_inset Tabular
9191 <lyxtabular version="3" rows="7" columns="2">
9192 <features rotate="0" tabularvalignment="middle">
9193 <column alignment="center" valignment="top" width="0pt">
9194 <column alignment="center" valignment="top" width="0pt">
9195 <row>
9196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9197 \begin_inset Text
9198
9199 \begin_layout Plain Layout
9200 コマンド
9201 \end_layout
9202
9203 \end_inset
9204 </cell>
9205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9206 \begin_inset Text
9207
9208 \begin_layout Plain Layout
9209 出力
9210 \end_layout
9211
9212 \end_inset
9213 </cell>
9214 </row>
9215 <row>
9216 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9217 \begin_inset Text
9218
9219 \begin_layout Plain Layout
9220
9221 \backslash
9222 tilde
9223 \begin_inset space \textvisiblespace{}
9224 \end_inset
9225
9226 A
9227 \end_layout
9228
9229 \end_inset
9230 </cell>
9231 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9232 \begin_inset Text
9233
9234 \begin_layout Plain Layout
9235 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
9236 \end_inset
9237
9238
9239 \end_layout
9240
9241 \end_inset
9242 </cell>
9243 </row>
9244 <row>
9245 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9246 \begin_inset Text
9247
9248 \begin_layout Plain Layout
9249
9250 \backslash
9251 hat
9252 \begin_inset space \textvisiblespace{}
9253 \end_inset
9254
9255 A
9256 \end_layout
9257
9258 \end_inset
9259 </cell>
9260 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9261 \begin_inset Text
9262
9263 \begin_layout Plain Layout
9264 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
9265 \end_inset
9266
9267
9268 \end_layout
9269
9270 \end_inset
9271 </cell>
9272 </row>
9273 <row>
9274 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9275 \begin_inset Text
9276
9277 \begin_layout Plain Layout
9278
9279 \backslash
9280 check
9281 \begin_inset space \textvisiblespace{}
9282 \end_inset
9283
9284 A
9285 \end_layout
9286
9287 \end_inset
9288 </cell>
9289 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9290 \begin_inset Text
9291
9292 \begin_layout Plain Layout
9293 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
9294 \end_inset
9295
9296
9297 \end_layout
9298
9299 \end_inset
9300 </cell>
9301 </row>
9302 <row>
9303 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9304 \begin_inset Text
9305
9306 \begin_layout Plain Layout
9307
9308 \backslash
9309 acute
9310 \begin_inset space \textvisiblespace{}
9311 \end_inset
9312
9313 A
9314 \end_layout
9315
9316 \end_inset
9317 </cell>
9318 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9319 \begin_inset Text
9320
9321 \begin_layout Plain Layout
9322 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
9323 \end_inset
9324
9325
9326 \end_layout
9327
9328 \end_inset
9329 </cell>
9330 </row>
9331 <row>
9332 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9333 \begin_inset Text
9334
9335 \begin_layout Plain Layout
9336
9337 \backslash
9338 grave
9339 \begin_inset space \textvisiblespace{}
9340 \end_inset
9341
9342 A
9343 \end_layout
9344
9345 \end_inset
9346 </cell>
9347 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9348 \begin_inset Text
9349
9350 \begin_layout Plain Layout
9351 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
9352 \end_inset
9353
9354
9355 \end_layout
9356
9357 \end_inset
9358 </cell>
9359 </row>
9360 <row>
9361 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9362 \begin_inset Text
9363
9364 \begin_layout Plain Layout
9365
9366 \backslash
9367 breve
9368 \begin_inset space \textvisiblespace{}
9369 \end_inset
9370
9371 A
9372 \end_layout
9373
9374 \end_inset
9375 </cell>
9376 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9377 \begin_inset Text
9378
9379 \begin_layout Plain Layout
9380 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
9381 \end_inset
9382
9383
9384 \end_layout
9385
9386 \end_inset
9387 </cell>
9388 </row>
9389 </lyxtabular>
9390
9391 \end_inset
9392
9393
9394 \begin_inset space \hfill{}
9395 \end_inset
9396
9397
9398 \end_layout
9399
9400 \begin_layout Standard
9401 \begin_inset VSpace bigskip
9402 \end_inset
9403
9404
9405 \end_layout
9406
9407 \begin_layout Standard
9408 \begin_inset ERT
9409 status collapsed
9410
9411 \begin_layout Plain Layout
9412
9413
9414 \backslash
9415 '{e}
9416 \end_layout
9417
9418 \end_inset
9419
9420 のようなアクセントは、数式に直接入れることができます。LyXは、それを対応するアクセントコマンドに変換します。ウムラウト
9421 \begin_inset Index idx
9422 status collapsed
9423
9424 \begin_layout Plain Layout
9425 うむらうと@ウムラウト
9426 \end_layout
9427
9428 \end_inset
9429
9430 に関しては、母音の前に引用符を挿入する方法の方がよいでしょう。ウムラウトのある数式部分がドイツ語に指定してあれば、LaTeXは、引用符と母音をまとめて一つの文字
9431 として取り扱います。
9432 \series bold
9433
9434 \backslash
9435 ddot
9436 \series default
9437 と違い、この方法では、以下の例に示すように「本物の」ウムラウトが作られます。
9438 \end_layout
9439
9440 \begin_layout Standard
9441 \begin_inset VSpace -2mm
9442 \end_inset
9443
9444
9445 \end_layout
9446
9447 \begin_layout Standard
9448 \align center
9449 \begin_inset Tabular
9450 <lyxtabular version="3" rows="3" columns="2">
9451 <features rotate="0" tabularvalignment="middle">
9452 <column alignment="center" valignment="top">
9453 <column alignment="center" valignment="top">
9454 <row>
9455 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9456 \begin_inset Text
9457
9458 \begin_layout Plain Layout
9459 コマンド
9460 \end_layout
9461
9462 \end_inset
9463 </cell>
9464 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9465 \begin_inset Text
9466
9467 \begin_layout Plain Layout
9468 出力
9469 \begin_inset Note Note
9470 status collapsed
9471
9472 \begin_layout Plain Layout
9473 ここで
9474 \series bold
9475
9476 \backslash
9477 raisebox
9478 \series default
9479 および0ポイント空白はスペーサーとして使用しているだけです。
9480 \end_layout
9481
9482 \end_inset
9483
9484
9485 \end_layout
9486
9487 \end_inset
9488 </cell>
9489 </row>
9490 <row>
9491 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9492 \begin_inset Text
9493
9494 \begin_layout Plain Layout
9495 \begin_inset Quotes grd
9496 \end_inset
9497
9498 i
9499 \end_layout
9500
9501 \end_inset
9502 </cell>
9503 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9504 \begin_inset Text
9505
9506 \begin_layout Plain Layout
9507
9508 \lang ngerman
9509 \begin_inset space \hspace{}
9510 \length 0pt
9511 \end_inset
9512
9513
9514 \begin_inset Formula $"i$
9515 \end_inset
9516
9517
9518 \end_layout
9519
9520 \end_inset
9521 </cell>
9522 </row>
9523 <row>
9524 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9525 \begin_inset Text
9526
9527 \begin_layout Plain Layout
9528
9529 \backslash
9530 ddot
9531 \begin_inset space \textvisiblespace{}
9532 \end_inset
9533
9534 i
9535 \end_layout
9536
9537 \end_inset
9538 </cell>
9539 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9540 \begin_inset Text
9541
9542 \begin_layout Plain Layout
9543 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
9544 \end_inset
9545
9546
9547 \end_layout
9548
9549 \end_inset
9550 </cell>
9551 </row>
9552 </lyxtabular>
9553
9554 \end_inset
9555
9556
9557 \end_layout
9558
9559 \begin_layout Standard
9560
9561 \series bold
9562
9563 \backslash
9564 ddot
9565 \series default
9566 に比べて良いもう一つの利点は、上記のアクセントコマンドが
9567 \emph on
9568 数式中テキストでは使用できない
9569 \emph default
9570 のに対し、ウムラウトは直接数式中テキストに変換されることです。(アクセントコマンドによる)アクセント付き文字を数式中テキストに変換すると、アクセントの下にある文
9571 字しか変換されません。これは、たとえばイタリック体やボールド体への変換など、他のすべての変換に関しても言えることです。
9572 \end_layout
9573
9574 \begin_layout Standard
9575 ウムラウトと他のアクセント付き文字は、数式中テキストに直接入れることができます。
9576 \end_layout
9577
9578 \begin_layout Standard
9579 \begin_inset VSpace bigskip
9580 \end_inset
9581
9582
9583 \end_layout
9584
9585 \begin_layout Standard
9586
9587 \lang english
9588 LyX also supports a tilde under the character if the LaTeX-package
9589 \lang japanese
9590  
9591 \series bold
9592 undertilde
9593 \series default
9594
9595 \begin_inset Index idx
9596 status collapsed
9597
9598 \begin_layout Plain Layout
9599 ぱっけーじ@パッケージ ! upgreek
9600 \end_layout
9601
9602 \end_inset
9603
9604  
9605 \lang english
9606 is installed on your system:
9607 \end_layout
9608
9609 \begin_layout Standard
9610 \begin_inset ERT
9611 status collapsed
9612
9613 \begin_layout Plain Layout
9614
9615
9616 \backslash
9617 ifundertilde 
9618 \end_layout
9619
9620 \end_inset
9621
9622
9623 \begin_inset Note Note
9624 status open
9625
9626 \begin_layout Plain Layout
9627 以下の表は、
9628 \series bold
9629 undertilde
9630 \series default
9631  LaTeXパッケージが導入済みのときのみ表示されます。
9632 \end_layout
9633
9634 \end_inset
9635
9636
9637 \end_layout
9638
9639 \begin_layout Standard
9640 \noindent
9641 \align center
9642 \begin_inset Tabular
9643 <lyxtabular version="3" rows="2" columns="2">
9644 <features rotate="0" tabularvalignment="middle">
9645 <column alignment="center" valignment="top" width="0pt">
9646 <column alignment="center" valignment="top" width="0pt">
9647 <row>
9648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9649 \begin_inset Text
9650
9651 \begin_layout Plain Layout
9652 コマンド
9653 \end_layout
9654
9655 \end_inset
9656 </cell>
9657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9658 \begin_inset Text
9659
9660 \begin_layout Plain Layout
9661 出力
9662 \end_layout
9663
9664 \end_inset
9665 </cell>
9666 </row>
9667 <row>
9668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9669 \begin_inset Text
9670
9671 \begin_layout Plain Layout
9672
9673 \backslash
9674 utilde
9675 \begin_inset space \textvisiblespace{}
9676 \end_inset
9677
9678 A
9679 \end_layout
9680
9681 \end_inset
9682 </cell>
9683 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9684 \begin_inset Text
9685
9686 \begin_layout Plain Layout
9687 \begin_inset Formula $\raisebox{5mm}{}\utilde{A}$
9688 \end_inset
9689
9690
9691 \end_layout
9692
9693 \end_inset
9694 </cell>
9695 </row>
9696 </lyxtabular>
9697
9698 \end_inset
9699
9700
9701 \end_layout
9702
9703 \begin_layout Standard
9704 \begin_inset ERT
9705 status collapsed
9706
9707 \begin_layout Plain Layout
9708
9709
9710 \backslash
9711 else 
9712 \end_layout
9713
9714 \end_inset
9715
9716
9717 \begin_inset Note Note
9718 status open
9719
9720 \begin_layout Plain Layout
9721 以下は、
9722 \series bold
9723 undertilde
9724 \series default
9725  LaTeXパッケージが導入されていないときのみ表示されます。
9726 \end_layout
9727
9728 \end_inset
9729
9730
9731 \end_layout
9732
9733 \begin_layout Standard
9734 この小節のすべてを出力で見るには、
9735 \series bold
9736 undertilde
9737 \series default
9738  LaTeXパッケージを導入する必要があります。
9739 \end_layout
9740
9741 \begin_layout Standard
9742 \begin_inset ERT
9743 status collapsed
9744
9745 \begin_layout Plain Layout
9746
9747
9748 \backslash
9749 fi 
9750 \end_layout
9751
9752 \end_inset
9753
9754
9755 \end_layout
9756
9757 \begin_layout Subsection
9758 複数の文字に付けるアクセント
9759 \begin_inset Index idx
9760 status collapsed
9761
9762 \begin_layout Plain Layout
9763 あくせんと@アクセント ! ふくすうのもじにつける@複数の文字に付ける
9764 \end_layout
9765
9766 \end_inset
9767
9768
9769 \end_layout
9770
9771 \begin_layout Standard
9772 \begin_inset space \hfill{}
9773 \end_inset
9774
9775
9776 \begin_inset Tabular
9777 <lyxtabular version="3" rows="5" columns="2">
9778 <features rotate="0" tabularvalignment="middle">
9779 <column alignment="center" valignment="top" width="0pt">
9780 <column alignment="center" valignment="top" width="0pt">
9781 <row>
9782 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9783 \begin_inset Text
9784
9785 \begin_layout Plain Layout
9786 コマンド
9787 \end_layout
9788
9789 \end_inset
9790 </cell>
9791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9792 \begin_inset Text
9793
9794 \begin_layout Plain Layout
9795 出力
9796 \begin_inset Note Note
9797 status collapsed
9798
9799 \begin_layout Plain Layout
9800 ここで
9801 \series bold
9802
9803 \backslash
9804 raisebox
9805 \series default
9806 はスペーサーとして使用しているだけです。
9807 \end_layout
9808
9809 \end_inset
9810
9811
9812 \end_layout
9813
9814 \end_inset
9815 </cell>
9816 </row>
9817 <row>
9818 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9819 \begin_inset Text
9820
9821 \begin_layout Plain Layout
9822
9823 \backslash
9824 overleftarrow
9825 \begin_inset space \textvisiblespace{}
9826 \end_inset
9827
9828 A=B
9829 \end_layout
9830
9831 \end_inset
9832 </cell>
9833 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9834 \begin_inset Text
9835
9836 \begin_layout Plain Layout
9837 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
9838 \end_inset
9839
9840
9841 \end_layout
9842
9843 \end_inset
9844 </cell>
9845 </row>
9846 <row>
9847 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9848 \begin_inset Text
9849
9850 \begin_layout Plain Layout
9851
9852 \backslash
9853 underleftarrow
9854 \begin_inset space \textvisiblespace{}
9855 \end_inset
9856
9857 A=B
9858 \end_layout
9859
9860 \end_inset
9861 </cell>
9862 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9863 \begin_inset Text
9864
9865 \begin_layout Plain Layout
9866 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
9867 \end_inset
9868
9869
9870 \end_layout
9871
9872 \end_inset
9873 </cell>
9874 </row>
9875 <row>
9876 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9877 \begin_inset Text
9878
9879 \begin_layout Plain Layout
9880
9881 \backslash
9882 overleftrightarrow
9883 \begin_inset space \textvisiblespace{}
9884 \end_inset
9885
9886 A=B
9887 \end_layout
9888
9889 \end_inset
9890 </cell>
9891 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9892 \begin_inset Text
9893
9894 \begin_layout Plain Layout
9895 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
9896 \end_inset
9897
9898
9899 \end_layout
9900
9901 \end_inset
9902 </cell>
9903 </row>
9904 <row>
9905 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9906 \begin_inset Text
9907
9908 \begin_layout Plain Layout
9909
9910 \backslash
9911 underleftrightarrow
9912 \begin_inset space \textvisiblespace{}
9913 \end_inset
9914
9915 A=B
9916 \end_layout
9917
9918 \end_inset
9919 </cell>
9920 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9921 \begin_inset Text
9922
9923 \begin_layout Plain Layout
9924 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
9925 \end_inset
9926
9927
9928 \end_layout
9929
9930 \end_inset
9931 </cell>
9932 </row>
9933 </lyxtabular>
9934
9935 \end_inset
9936
9937
9938 \begin_inset space \hfill{}
9939 \end_inset
9940
9941
9942 \begin_inset Tabular
9943 <lyxtabular version="3" rows="5" columns="2">
9944 <features rotate="0" tabularvalignment="middle">
9945 <column alignment="center" valignment="top" width="0pt">
9946 <column alignment="center" valignment="top" width="0pt">
9947 <row>
9948 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9949 \begin_inset Text
9950
9951 \begin_layout Plain Layout
9952 コマンド
9953 \end_layout
9954
9955 \end_inset
9956 </cell>
9957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9958 \begin_inset Text
9959
9960 \begin_layout Plain Layout
9961 出力
9962 \end_layout
9963
9964 \end_inset
9965 </cell>
9966 </row>
9967 <row>
9968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9969 \begin_inset Text
9970
9971 \begin_layout Plain Layout
9972
9973 \backslash
9974 overrightarrow
9975 \begin_inset space \textvisiblespace{}
9976 \end_inset
9977
9978 A=B
9979 \end_layout
9980
9981 \end_inset
9982 </cell>
9983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9984 \begin_inset Text
9985
9986 \begin_layout Plain Layout
9987 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
9988 \end_inset
9989
9990
9991 \end_layout
9992
9993 \end_inset
9994 </cell>
9995 </row>
9996 <row>
9997 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9998 \begin_inset Text
9999
10000 \begin_layout Plain Layout
10001
10002 \backslash
10003 underrightarrow
10004 \begin_inset space \textvisiblespace{}
10005 \end_inset
10006
10007 A=B
10008 \end_layout
10009
10010 \end_inset
10011 </cell>
10012 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10013 \begin_inset Text
10014
10015 \begin_layout Plain Layout
10016 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
10017 \end_inset
10018
10019
10020 \end_layout
10021
10022 \end_inset
10023 </cell>
10024 </row>
10025 <row>
10026 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10027 \begin_inset Text
10028
10029 \begin_layout Plain Layout
10030
10031 \backslash
10032 widetilde
10033 \begin_inset space \textvisiblespace{}
10034 \end_inset
10035
10036 A=B
10037 \end_layout
10038
10039 \end_inset
10040 </cell>
10041 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10042 \begin_inset Text
10043
10044 \begin_layout Plain Layout
10045 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
10046 \end_inset
10047
10048
10049 \end_layout
10050
10051 \end_inset
10052 </cell>
10053 </row>
10054 <row>
10055 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10056 \begin_inset Text
10057
10058 \begin_layout Plain Layout
10059
10060 \backslash
10061 widehat
10062 \begin_inset space \textvisiblespace{}
10063 \end_inset
10064
10065 A=B
10066 \end_layout
10067
10068 \end_inset
10069 </cell>
10070 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10071 \begin_inset Text
10072
10073 \begin_layout Plain Layout
10074 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
10075 \end_inset
10076
10077
10078 \end_layout
10079
10080 \end_inset
10081 </cell>
10082 </row>
10083 </lyxtabular>
10084
10085 \end_inset
10086
10087
10088 \begin_inset space \hfill{}
10089 \end_inset
10090
10091
10092 \end_layout
10093
10094 \begin_layout Standard
10095 \begin_inset VSpace medskip
10096 \end_inset
10097
10098 これらのコマンドでは、好きなだけ多くの文字にアクセントを付けることができます。しかし、
10099 \series bold
10100
10101 \backslash
10102 widetilde
10103 \series default
10104 および
10105 \series bold
10106
10107 \backslash
10108 widehat
10109 \series default
10110 のアクセントは、以下の例のように、出力では3文字分の長さにしかなりません。
10111 \begin_inset Formula 
10112 \[
10113 \widetilde{A+B=C-D}
10114 \]
10115
10116 \end_inset
10117
10118
10119 \end_layout
10120
10121 \begin_layout Standard
10122 前小節で述べた
10123 \series bold
10124
10125 \backslash
10126 overset
10127 \series default
10128
10129 \begin_inset Index idx
10130 status collapsed
10131
10132 \begin_layout Plain Layout
10133 こまんど@コマンド ! O ! 
10134 \backslash
10135 overset
10136 \end_layout
10137
10138 \end_inset
10139
10140 コマンドと
10141 \series bold
10142
10143 \backslash
10144 underset
10145 \series default
10146
10147 \begin_inset Index idx
10148 status collapsed
10149
10150 \begin_layout Plain Layout
10151 こまんど@コマンド ! U ! 
10152 \backslash
10153 underset
10154 \end_layout
10155
10156 \end_inset
10157
10158 コマンドを使っても、複数の文字にアクセントを付けることができます。
10159 \series bold
10160
10161 \backslash
10162 underset
10163 \begin_inset space \textvisiblespace{}
10164 \end_inset
10165
10166 A=B
10167 \begin_inset Formula $\downarrow$
10168 \end_inset
10169
10170 ***
10171 \series default
10172 というコマンドは、
10173 \begin_inset Formula 
10174 \[
10175 \underset{***}{A=B}
10176 \]
10177
10178 \end_inset
10179
10180 のようになります。
10181 \end_layout
10182
10183 \begin_layout Section
10184 空白
10185 \begin_inset CommandInset label
10186 LatexCommand label
10187 name "sub:空白"
10188
10189 \end_inset
10190
10191
10192 \begin_inset Index idx
10193 status collapsed
10194
10195 \begin_layout Plain Layout
10196 くうはく@空白 ! すいへい@水平
10197 \end_layout
10198
10199 \end_inset
10200
10201
10202 \end_layout
10203
10204 \begin_layout Subsection
10205 定義済みの空白
10206 \begin_inset CommandInset label
10207 LatexCommand label
10208 name "sub:定義済みの空白"
10209
10210 \end_inset
10211
10212
10213 \begin_inset Index idx
10214 status collapsed
10215
10216 \begin_layout Plain Layout
10217 くうはく@空白 ! すいへい@水平 ! ていぎずみ@定義済み
10218 \end_layout
10219
10220 \end_inset
10221
10222
10223 \end_layout
10224
10225 \begin_layout Standard
10226 数式に水平方向の空白を挿入することが、必要になることがあります。これは、保護された空白(
10227 \begin_inset Flex Ruby
10228 status collapsed
10229
10230 \begin_layout Plain Layout
10231 捷径
10232 \begin_inset Argument post:1
10233 status collapsed
10234
10235 \begin_layout Plain Layout
10236 ショートカット
10237 \end_layout
10238
10239 \end_inset
10240
10241
10242 \end_layout
10243
10244 \end_inset
10245
10246
10247 \begin_inset Info
10248 type  "shortcut"
10249 arg   "space-insert protected"
10250 \end_inset
10251
10252 )を挿入することで実現できます。「
10253 \color blue
10254
10255 \begin_inset space \textvisiblespace{}
10256 \end_inset
10257
10258
10259 \color inherit
10260 」が現れるので、
10261 \family sans
10262 Space
10263 \family default
10264 を何回か押すことによって、8種の異なる長さの空白のうち一つを選択することができます。空白は、数式ツールバーボタンの
10265 \begin_inset Graphics
10266         filename ../../images/math/space.png
10267         scale 85
10268
10269 \end_inset
10270
10271 を押すか、特定のコマンドを入力することで、挿入することができます。挿入したコマンド如何に関わらず、直後に
10272 \family sans
10273 Space
10274 \family default
10275 を押すことによって、長さを変更することができます。
10276 \end_layout
10277
10278 \begin_layout Standard
10279 \noindent
10280 \align center
10281 \begin_inset Tabular
10282 <lyxtabular version="3" rows="6" columns="3">
10283 <features rotate="0" tabularvalignment="middle">
10284 <column alignment="center" valignment="top">
10285 <column alignment="center" valignment="top" width="15col%">
10286 <column alignment="center" valignment="top">
10287 <row>
10288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10289 \begin_inset Text
10290
10291 \begin_layout Plain Layout
10292 コマンド
10293 \end_layout
10294
10295 \end_inset
10296 </cell>
10297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10298 \begin_inset Text
10299
10300 \begin_layout Plain Layout
10301 保護された空白を挿入したのち、
10302 \family sans
10303 Space
10304 \family default
10305 を叩く回数
10306 \end_layout
10307
10308 \end_inset
10309 </cell>
10310 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10311 \begin_inset Text
10312
10313 \begin_layout Plain Layout
10314 出力
10315 \end_layout
10316
10317 \end_inset
10318 </cell>
10319 </row>
10320 <row>
10321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10322 \begin_inset Text
10323
10324 \begin_layout Plain Layout
10325
10326 \backslash
10327 ,
10328 \end_layout
10329
10330 \end_inset
10331 </cell>
10332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10333 \begin_inset Text
10334
10335 \begin_layout Plain Layout
10336 0
10337 \end_layout
10338
10339 \end_inset
10340 </cell>
10341 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10342 \begin_inset Text
10343
10344 \begin_layout Plain Layout
10345 \begin_inset Formula $A\, B$
10346 \end_inset
10347
10348
10349 \end_layout
10350
10351 \end_inset
10352 </cell>
10353 </row>
10354 <row>
10355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10356 \begin_inset Text
10357
10358 \begin_layout Plain Layout
10359
10360 \backslash
10361 :
10362 \end_layout
10363
10364 \end_inset
10365 </cell>
10366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10367 \begin_inset Text
10368
10369 \begin_layout Plain Layout
10370 1
10371 \end_layout
10372
10373 \end_inset
10374 </cell>
10375 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10376 \begin_inset Text
10377
10378 \begin_layout Plain Layout
10379 \begin_inset Formula $A\: B$
10380 \end_inset
10381
10382
10383 \end_layout
10384
10385 \end_inset
10386 </cell>
10387 </row>
10388 <row>
10389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10390 \begin_inset Text
10391
10392 \begin_layout Plain Layout
10393
10394 \backslash
10395 ;
10396 \end_layout
10397
10398 \end_inset
10399 </cell>
10400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10401 \begin_inset Text
10402
10403 \begin_layout Plain Layout
10404 2
10405 \end_layout
10406
10407 \end_inset
10408 </cell>
10409 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10410 \begin_inset Text
10411
10412 \begin_layout Plain Layout
10413 \begin_inset Formula $A\; B$
10414 \end_inset
10415
10416
10417 \end_layout
10418
10419 \end_inset
10420 </cell>
10421 </row>
10422 <row>
10423 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10424 \begin_inset Text
10425
10426 \begin_layout Plain Layout
10427
10428 \backslash
10429 quad
10430 \end_layout
10431
10432 \end_inset
10433 </cell>
10434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10435 \begin_inset Text
10436
10437 \begin_layout Plain Layout
10438 3
10439 \end_layout
10440
10441 \end_inset
10442 </cell>
10443 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10444 \begin_inset Text
10445
10446 \begin_layout Plain Layout
10447 \begin_inset Formula $A\quad B$
10448 \end_inset
10449
10450
10451 \end_layout
10452
10453 \end_inset
10454 </cell>
10455 </row>
10456 <row>
10457 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10458 \begin_inset Text
10459
10460 \begin_layout Plain Layout
10461
10462 \backslash
10463 qquad
10464 \end_layout
10465
10466 \end_inset
10467 </cell>
10468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10469 \begin_inset Text
10470
10471 \begin_layout Plain Layout
10472 4
10473 \end_layout
10474
10475 \end_inset
10476 </cell>
10477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10478 \begin_inset Text
10479
10480 \begin_layout Plain Layout
10481 \begin_inset Formula $A\qquad B$
10482 \end_inset
10483
10484
10485 \end_layout
10486
10487 \end_inset
10488 </cell>
10489 </row>
10490 </lyxtabular>
10491
10492 \end_inset
10493
10494
10495 \begin_inset space \hfill{}
10496 \end_inset
10497
10498
10499 \begin_inset Tabular
10500 <lyxtabular version="3" rows="6" columns="3">
10501 <features rotate="0" tabularvalignment="middle">
10502 <column alignment="center" valignment="top">
10503 <column alignment="center" valignment="top" width="15col%">
10504 <column alignment="center" valignment="top">
10505 <row>
10506 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10507 \begin_inset Text
10508
10509 \begin_layout Plain Layout
10510 コマンド
10511 \end_layout
10512
10513 \end_inset
10514 </cell>
10515 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10516 \begin_inset Text
10517
10518 \begin_layout Plain Layout
10519 保護された空白を挿入したのち、
10520 \family sans
10521 Space
10522 \family default
10523 を叩く回数
10524 \end_layout
10525
10526 \end_inset
10527 </cell>
10528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10529 \begin_inset Text
10530
10531 \begin_layout Plain Layout
10532 出力
10533 \end_layout
10534
10535 \end_inset
10536 </cell>
10537 </row>
10538 <row>
10539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10540 \begin_inset Text
10541
10542 \begin_layout Plain Layout
10543
10544 \backslash
10545 hfill
10546 \end_layout
10547
10548 \end_inset
10549 </cell>
10550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10551 \begin_inset Text
10552
10553 \begin_layout Plain Layout
10554 5
10555 \end_layout
10556
10557 \end_inset
10558 </cell>
10559 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10560 \begin_inset Text
10561
10562 \begin_layout Plain Layout
10563 \begin_inset Formula $A\hfill B$
10564 \end_inset
10565
10566
10567 \end_layout
10568
10569 \end_inset
10570 </cell>
10571 </row>
10572 <row>
10573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10574 \begin_inset Text
10575
10576 \begin_layout Plain Layout
10577
10578 \backslash
10579 hspace*{1em}
10580 \end_layout
10581
10582 \end_inset
10583 </cell>
10584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10585 \begin_inset Text
10586
10587 \begin_layout Plain Layout
10588 6
10589 \end_layout
10590
10591 \end_inset
10592 </cell>
10593 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10594 \begin_inset Text
10595
10596 \begin_layout Plain Layout
10597 \begin_inset Formula $A\hspace*{1em}B$
10598 \end_inset
10599
10600
10601 \end_layout
10602
10603 \end_inset
10604 </cell>
10605 </row>
10606 <row>
10607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10608 \begin_inset Text
10609
10610 \begin_layout Plain Layout
10611
10612 \backslash
10613 hspace{1em}
10614 \end_layout
10615
10616 \end_inset
10617 </cell>
10618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10619 \begin_inset Text
10620
10621 \begin_layout Plain Layout
10622 7
10623 \end_layout
10624
10625 \end_inset
10626 </cell>
10627 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10628 \begin_inset Text
10629
10630 \begin_layout Plain Layout
10631 \begin_inset Formula $A\hspace{1em}B$
10632 \end_inset
10633
10634
10635 \end_layout
10636
10637 \end_inset
10638 </cell>
10639 </row>
10640 <row>
10641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10642 \begin_inset Text
10643
10644 \begin_layout Plain Layout
10645
10646 \backslash
10647
10648 \begin_inset space \textvisiblespace{}
10649 \end_inset
10650
10651
10652 \end_layout
10653
10654 \end_inset
10655 </cell>
10656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10657 \begin_inset Text
10658
10659 \begin_layout Plain Layout
10660 8
10661 \end_layout
10662
10663 \end_inset
10664 </cell>
10665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10666 \begin_inset Text
10667
10668 \begin_layout Plain Layout
10669 \begin_inset Formula $A\ B$
10670 \end_inset
10671
10672
10673 \end_layout
10674
10675 \end_inset
10676 </cell>
10677 </row>
10678 <row>
10679 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10680 \begin_inset Text
10681
10682 \begin_layout Plain Layout
10683
10684 \backslash
10685 !
10686 \end_layout
10687
10688 \end_inset
10689 </cell>
10690 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10691 \begin_inset Text
10692
10693 \begin_layout Plain Layout
10694 9
10695 \end_layout
10696
10697 \end_inset
10698 </cell>
10699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10700 \begin_inset Text
10701
10702 \begin_layout Plain Layout
10703 \begin_inset Formula $A\! B$
10704 \end_inset
10705
10706
10707 \end_layout
10708
10709 \end_inset
10710 </cell>
10711 </row>
10712 </lyxtabular>
10713
10714 \end_inset
10715
10716
10717 \end_layout
10718
10719 \begin_layout Standard
10720
10721 \lang english
10722 Space
10723 \begin_inset space ~
10724 \end_inset
10725
10726 5
10727 \begin_inset space \thinspace{}
10728 \end_inset
10729
10730 --
10731 \begin_inset space \thinspace{}
10732 \end_inset
10733
10734 7 are variable spaces which are explained in
10735 \lang japanese
10736  
10737 \begin_inset CommandInset ref
10738 LatexCommand ref
10739 reference "sub:可変長の空白"
10740
10741 \end_inset
10742
10743 .一番右の長さは、一見、空白を生まないように見えます。実はこれは負の長さなので、他の長さと異なり、LyX中では赤で表示されます。以下のように、他にもう二つ、負の長
10744 さの空白があります。
10745 \end_layout
10746
10747 \begin_layout Standard
10748 \align center
10749 \begin_inset Tabular
10750 <lyxtabular version="3" rows="3" columns="3">
10751 <features rotate="0" tabularvalignment="middle">
10752 <column alignment="center" valignment="middle" width="6.8cm">
10753 <column alignment="center" valignment="top" width="0pt">
10754 <column alignment="center" valignment="top" width="0pt">
10755 <row>
10756 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10757 \begin_inset Text
10758
10759 \begin_layout Plain Layout
10760 コマンド
10761 \end_layout
10762
10763 \end_inset
10764 </cell>
10765 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10766 \begin_inset Text
10767
10768 \begin_layout Plain Layout
10769
10770 \backslash
10771 negmedspace
10772 \end_layout
10773
10774 \end_inset
10775 </cell>
10776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10777 \begin_inset Text
10778
10779 \begin_layout Plain Layout
10780
10781 \backslash
10782 negthickspace
10783 \end_layout
10784
10785 \end_inset
10786 </cell>
10787 </row>
10788 <row>
10789 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10790 \begin_inset Text
10791
10792 \begin_layout Plain Layout
10793 保護された空白を挿入したのち、
10794 \family sans
10795 Space
10796 \family default
10797 を叩く回数
10798 \end_layout
10799
10800 \end_inset
10801 </cell>
10802 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10803 \begin_inset Text
10804
10805 \begin_layout Plain Layout
10806 10
10807 \end_layout
10808
10809 \end_inset
10810 </cell>
10811 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10812 \begin_inset Text
10813
10814 \begin_layout Plain Layout
10815 11
10816 \end_layout
10817
10818 \end_inset
10819 </cell>
10820 </row>
10821 <row>
10822 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10823 \begin_inset Text
10824
10825 \begin_layout Plain Layout
10826 出力
10827 \end_layout
10828
10829 \end_inset
10830 </cell>
10831 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10832 \begin_inset Text
10833
10834 \begin_layout Plain Layout
10835 \begin_inset Formula $A\negmedspace B$
10836 \end_inset
10837
10838
10839 \end_layout
10840
10841 \end_inset
10842 </cell>
10843 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10844 \begin_inset Text
10845
10846 \begin_layout Plain Layout
10847 \begin_inset Formula $A\negthickspace B$
10848 \end_inset
10849
10850
10851 \end_layout
10852
10853 \end_inset
10854 </cell>
10855 </row>
10856 </lyxtabular>
10857
10858 \end_inset
10859
10860
10861 \end_layout
10862
10863 \begin_layout Standard
10864 負の空白を使うと、文字が重なってしまうことがあります。これを利用して、合字処理を強制することができます。これは、たとえば以下のように、和演算子に使えます。
10865 \end_layout
10866
10867 \begin_layout Standard
10868 \align center
10869 \begin_inset Tabular
10870 <lyxtabular version="3" rows="3" columns="2">
10871 <features rotate="0" tabularvalignment="middle">
10872 <column alignment="center" valignment="top">
10873 <column alignment="center" valignment="top">
10874 <row>
10875 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10876 \begin_inset Text
10877
10878 \begin_layout Plain Layout
10879 コマンド
10880 \end_layout
10881
10882 \end_inset
10883 </cell>
10884 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10885 \begin_inset Text
10886
10887 \begin_layout Plain Layout
10888 出力
10889 \begin_inset Note Note
10890 status collapsed
10891
10892 \begin_layout Plain Layout
10893 ここで
10894 \series bold
10895
10896 \backslash
10897 raisebox
10898 \series default
10899 はスペーサーとして使用しているだけです。
10900 \end_layout
10901
10902 \end_inset
10903
10904
10905 \end_layout
10906
10907 \end_inset
10908 </cell>
10909 </row>
10910 <row>
10911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10912 \begin_inset Text
10913
10914 \begin_layout Plain Layout
10915
10916 \backslash
10917 sum
10918 \backslash
10919 sum
10920 \begin_inset space \textvisiblespace{}
10921 \end_inset
10922
10923 f_kl
10924 \end_layout
10925
10926 \end_inset
10927 </cell>
10928 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10929 \begin_inset Text
10930
10931 \begin_layout Plain Layout
10932 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
10933 \end_inset
10934
10935
10936 \end_layout
10937
10938 \end_inset
10939 </cell>
10940 </row>
10941 <row>
10942 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10943 \begin_inset Text
10944
10945 \begin_layout Plain Layout
10946
10947 \backslash
10948 sum
10949 \backslash
10950 negmedspace
10951 \backslash
10952 sum
10953 \begin_inset space \textvisiblespace{}
10954 \end_inset
10955
10956 f_kl
10957 \end_layout
10958
10959 \end_inset
10960 </cell>
10961 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10962 \begin_inset Text
10963
10964 \begin_layout Plain Layout
10965 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
10966 \end_inset
10967
10968
10969 \end_layout
10970
10971 \end_inset
10972 </cell>
10973 </row>
10974 </lyxtabular>
10975
10976 \end_inset
10977
10978
10979 \end_layout
10980
10981 \begin_layout Standard
10982 \noindent
10983 \begin_inset VSpace medskip
10984 \end_inset
10985
10986
10987 \end_layout
10988
10989 \begin_layout Standard
10990 \noindent
10991 イコール記号などの関係子は、つねに空白を前後に伴うようになっていますが、これを抑制するには、イコール記号をTeX括弧で囲みます。以下の例にこれを示します。
10992 \end_layout
10993
10994 \begin_layout Standard
10995 \align center
10996 \begin_inset Tabular
10997 <lyxtabular version="3" rows="2" columns="2">
10998 <features rotate="0" tabularvalignment="middle">
10999 <column alignment="center" valignment="top" width="0pt">
11000 <column alignment="center" valignment="top" width="0pt">
11001 <row>
11002 <cell alignment="center" valignment="top" usebox="none">
11003 \begin_inset Text
11004
11005 \begin_layout Plain Layout
11006 通常の数式
11007 \end_layout
11008
11009 \end_inset
11010 </cell>
11011 <cell alignment="center" valignment="top" usebox="none">
11012 \begin_inset Text
11013
11014 \begin_layout Plain Layout
11015 \begin_inset Formula $A=B$
11016 \end_inset
11017
11018
11019 \end_layout
11020
11021 \end_inset
11022 </cell>
11023 </row>
11024 <row>
11025 <cell alignment="center" valignment="top" usebox="none">
11026 \begin_inset Text
11027
11028 \begin_layout Plain Layout
11029 \begin_inset Note Note
11030 status collapsed
11031
11032 \begin_layout Plain Layout
11033 ここで
11034 \series bold
11035
11036 \backslash
11037 raisebox
11038 \series default
11039 はスペーサーとして使用しているだけです。
11040 \end_layout
11041
11042 \end_inset
11043
11044
11045 \begin_inset Formula $\raisebox{5mm}{}$
11046 \end_inset
11047
11048 空白なしの数式
11049 \end_layout
11050
11051 \end_inset
11052 </cell>
11053 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11054 \begin_inset Text
11055
11056 \begin_layout Plain Layout
11057 \begin_inset Formula $A{=}B$
11058 \end_inset
11059
11060
11061 \end_layout
11062
11063 \end_inset
11064 </cell>
11065 </row>
11066 </lyxtabular>
11067
11068 \end_inset
11069
11070
11071 \end_layout
11072
11073 \begin_layout Standard
11074 \noindent
11075 二行目の数式を作るコマンドは、
11076 \series bold
11077 A
11078 \backslash
11079 {=
11080 \begin_inset Formula $\to$
11081 \end_inset
11082
11083 B
11084 \series default
11085 です。
11086 \end_layout
11087
11088 \begin_layout Standard
11089 \begin_inset VSpace bigskip
11090 \end_inset
11091
11092 物理単位には、値と単位のあいだに通常の空白ではなく、最小の空白を入れる必要があるために、それに適した空白が必要です。本文中の単位には、挿入\SpecialChar \menuseparator
11093 整形\SpecialChar \menuseparator
11094 小空白メニュー(
11095 \begin_inset Flex Ruby
11096 status collapsed
11097
11098 \begin_layout Plain Layout
11099 捷径
11100 \begin_inset Argument post:1
11101 status collapsed
11102
11103 \begin_layout Plain Layout
11104 ショートカット
11105 \end_layout
11106
11107 \end_inset
11108
11109
11110 \end_layout
11111
11112 \end_inset
11113
11114
11115 \begin_inset Info
11116 type  "shortcut"
11117 arg   "space-insert thin"
11118 \end_inset
11119
11120 )で、最小の空白を挿入することができます。
11121 \end_layout
11122
11123 \begin_layout Standard
11124 違いを示す例を以下に掲げます。
11125 \end_layout
11126
11127 \begin_layout Standard
11128 \begin_inset Tabular
11129 <lyxtabular version="3" rows="2" columns="2">
11130 <features rotate="0" tabularvalignment="middle">
11131 <column alignment="left" valignment="top">
11132 <column alignment="left" valignment="top">
11133 <row>
11134 <cell alignment="center" valignment="top" usebox="none">
11135 \begin_inset Text
11136
11137 \begin_layout Plain Layout
11138 24 kW
11139 \begin_inset Formula $\cdot$
11140 \end_inset
11141
11142 h
11143 \end_layout
11144
11145 \end_inset
11146 </cell>
11147 <cell alignment="center" valignment="top" usebox="none">
11148 \begin_inset Text
11149
11150 \begin_layout Plain Layout
11151 値と単位のあいだに通常の空白を入れた例
11152 \end_layout
11153
11154 \end_inset
11155 </cell>
11156 </row>
11157 <row>
11158 <cell alignment="center" valignment="top" usebox="none">
11159 \begin_inset Text
11160
11161 \begin_layout Plain Layout
11162 24
11163 \begin_inset space \thinspace{}
11164 \end_inset
11165
11166 kW
11167 \begin_inset Formula $\cdot$
11168 \end_inset
11169
11170 h
11171 \end_layout
11172
11173 \end_inset
11174 </cell>
11175 <cell alignment="center" valignment="top" usebox="none">
11176 \begin_inset Text
11177
11178 \begin_layout Plain Layout
11179 値と単位のあいだに最小の空白を入れた例
11180 \end_layout
11181
11182 \end_inset
11183 </cell>
11184 </row>
11185 </lyxtabular>
11186
11187 \end_inset
11188
11189
11190 \end_layout
11191
11192 \begin_layout Subsection
11193 可変長の空白
11194 \begin_inset ERT
11195 status collapsed
11196
11197 \begin_layout Plain Layout
11198
11199
11200 \backslash
11201 texorpdfstring{
11202 \end_layout
11203
11204 \end_inset
11205
11206
11207 \begin_inset Foot
11208 status collapsed
11209
11210 \begin_layout Plain Layout
11211 数式中の垂直方向の空白については、第
11212 \begin_inset CommandInset ref
11213 LatexCommand ref
11214 reference "sub:行間"
11215
11216 \end_inset
11217
11218 節をご覧下さい。
11219 \end_layout
11220
11221 \end_inset
11222
11223
11224 \begin_inset ERT
11225 status collapsed
11226
11227 \begin_layout Plain Layout
11228
11229 }{}
11230 \end_layout
11231
11232 \end_inset
11233
11234
11235 \begin_inset Note Note
11236 status collapsed
11237
11238 \begin_layout Plain Layout
11239
11240 \backslash
11241 texorpdfstringは、PDFのしおりに脚注が現れるのを防ぐために使われています。
11242 \end_layout
11243
11244 \begin_layout Plain Layout
11245
11246 \backslash
11247 texorpdfstringについての詳細は、第
11248 \begin_inset CommandInset ref
11249 LatexCommand ref
11250 reference "sub:節見出し中の数式"
11251
11252 \end_inset
11253
11254 節にあります。
11255 \end_layout
11256
11257 \end_inset
11258
11259
11260 \begin_inset CommandInset label
11261 LatexCommand label
11262 name "sub:可変長の空白"
11263
11264 \end_inset
11265
11266
11267 \begin_inset Index idx
11268 status collapsed
11269
11270 \begin_layout Plain Layout
11271 くうはく@空白 ! すいへいほうこう@水平方向 ! かへんちょう@可変長
11272 \end_layout
11273
11274 \end_inset
11275
11276
11277 \end_layout
11278
11279 \begin_layout Standard
11280 指定した長さの空白が、
11281 \series bold
11282
11283 \backslash
11284 hspace
11285 \series default
11286
11287 \begin_inset Index idx
11288 status collapsed
11289
11290 \begin_layout Plain Layout
11291 こまんど@コマンド ! H ! 
11292 \backslash
11293 hspace
11294 \end_layout
11295
11296 \end_inset
11297
11298 コマンドで入力することができます。すると、ながい「
11299 \color blue
11300
11301 \begin_inset space \textvisiblespace{}
11302 \end_inset
11303
11304
11305 \color inherit
11306 」が現れます。長さは、「
11307 \color blue
11308
11309 \begin_inset space \textvisiblespace{}
11310 \end_inset
11311
11312
11313 \color inherit
11314 」を左クリックすることによって指定することができます。長さは負の値でも構いません。
11315 \lang english
11316 When a space would be the first character in a line it would be omitted.
11317  To force its output use the command 
11318 \series bold
11319
11320 \backslash
11321 hspace*
11322 \series default
11323  instead of 
11324 \series bold
11325
11326 \backslash
11327 hspace
11328 \series default
11329  or left-click on the 
11330 \begin_inset Quotes eld
11331 \end_inset
11332
11333
11334 \color blue
11335
11336 \begin_inset space \textvisiblespace{}
11337 \end_inset
11338
11339
11340 \color inherit
11341
11342 \begin_inset Quotes erd
11343 \end_inset
11344
11345  and check the option 
11346 \family sans
11347 Protect
11348 \family default
11349 .
11350 \lang japanese
11351
11352 \begin_inset Newline newline
11353 \end_inset
11354
11355 数式が使用できる空白をすべて使い尽くすだけの空白を挿入するには、
11356 \series bold
11357
11358 \backslash
11359 hfill
11360 \series default
11361
11362 \begin_inset Index idx
11363 status collapsed
11364
11365 \begin_layout Plain Layout
11366 こまんど@コマンド ! H ! 
11367 \backslash
11368 hfill
11369 \end_layout
11370
11371 \end_inset
11372
11373 コマンドを使用します。
11374 \end_layout
11375
11376 \begin_layout Standard
11377 \begin_inset VSpace -1mm
11378 \end_inset
11379
11380
11381 \end_layout
11382
11383 \begin_layout Standard
11384 \align center
11385 \begin_inset Tabular
11386 <lyxtabular version="3" rows="4" columns="2">
11387 <features rotate="0" tabularvalignment="middle">
11388 <column alignment="center" valignment="top">
11389 <column alignment="center" valignment="top">
11390 <row>
11391 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11392 \begin_inset Text
11393
11394 \begin_layout Plain Layout
11395 コマンド(
11396 \backslash
11397 hspace 長さ)
11398 \end_layout
11399
11400 \end_inset
11401 </cell>
11402 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11403 \begin_inset Text
11404
11405 \begin_layout Plain Layout
11406 出力
11407 \end_layout
11408
11409 \end_inset
11410 </cell>
11411 </row>
11412 <row>
11413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11414 \begin_inset Text
11415
11416 \begin_layout Plain Layout
11417 A=B
11418 \backslash
11419 hspace
11420 \begin_inset space \textvisiblespace{}
11421 \end_inset
11422
11423 A
11424 \backslash
11425 not=C (3
11426 \begin_inset space \thinspace{}
11427 \end_inset
11428
11429 cm)
11430 \end_layout
11431
11432 \end_inset
11433 </cell>
11434 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11435 \begin_inset Text
11436
11437 \begin_layout Plain Layout
11438 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
11439 \end_inset
11440
11441
11442 \end_layout
11443
11444 \end_inset
11445 </cell>
11446 </row>
11447 <row>
11448 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11449 \begin_inset Text
11450
11451 \begin_layout Plain Layout
11452 A
11453 \backslash
11454 hspace
11455 \begin_inset space \textvisiblespace{}
11456 \end_inset
11457
11458 A
11459 \backslash
11460 not=A (-1
11461 \begin_inset space \thinspace{}
11462 \end_inset
11463
11464 mm)
11465 \end_layout
11466
11467 \end_inset
11468 </cell>
11469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11470 \begin_inset Text
11471
11472 \begin_layout Plain Layout
11473 \begin_inset Formula $A\hspace{-1mm}A\not=A$
11474 \end_inset
11475
11476
11477 \end_layout
11478
11479 \end_inset
11480 </cell>
11481 </row>
11482 <row>
11483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11484 \begin_inset Text
11485
11486 \begin_layout Plain Layout
11487 A=A
11488 \backslash
11489 hfill
11490 \begin_inset space \textvisiblespace{}
11491 \end_inset
11492
11493 B=B
11494 \end_layout
11495
11496 \end_inset
11497 </cell>
11498 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11499 \begin_inset Text
11500
11501 \begin_layout Plain Layout
11502 \begin_inset Formula $A=A\hfill B=B$
11503 \end_inset
11504
11505
11506 \end_layout
11507
11508 \end_inset
11509 </cell>
11510 </row>
11511 </lyxtabular>
11512
11513 \end_inset
11514
11515
11516 \end_layout
11517
11518 \begin_layout Standard
11519 上記の最後の例では、使用できる空白は、表の列中もっとも長い要素によって規定されます。行内数式では、空白は、
11520 \series bold
11521
11522 \backslash
11523 hfill
11524 \series default
11525 が挿入された行の長さに依存します。つまり、その行が全幅を使用している場合、空白はまったく作られません。また
11526 \series bold
11527
11528 \backslash
11529 hfill
11530 \series default
11531 は、別行立て数式中では、
11532 \series bold
11533 行頭下げ
11534 \series default
11535 数式スタイルが使われているときのみ、意味を持ちます(数式スタイルは第
11536 \begin_inset CommandInset ref
11537 LatexCommand ref
11538 reference "sec:数式様式"
11539
11540 \end_inset
11541
11542 節で説明されています)。
11543 \end_layout
11544
11545 \begin_layout Standard
11546
11547 \series bold
11548
11549 \backslash
11550 hfill
11551 \series default
11552 の他にも、空白を模様で埋める
11553 \series bold
11554
11555 \backslash
11556 dotfill
11557 \series default
11558
11559 \series bold
11560
11561 \backslash
11562 hrulefill
11563 \series default
11564 といったコマンドがあります。用例については第
11565 \begin_inset CommandInset ref
11566 LatexCommand ref
11567 reference "sub:省略符号"
11568
11569 \end_inset
11570
11571 節をご参照下さい。
11572 \end_layout
11573
11574 \begin_layout Standard
11575 本文中では、可変長空白は、
11576 \family sans
11577 挿入\SpecialChar \menuseparator
11578 整形\SpecialChar \menuseparator
11579 水平方向の空白
11580 \family default
11581 メニューで挿入することができます。
11582 \end_layout
11583
11584 \begin_layout Standard
11585 (例)
11586 \end_layout
11587
11588 \begin_layout Standard
11589 この行には、
11590 \begin_inset space \hspace{}
11591 \length 2cm
11592 \end_inset
11593
11594 2
11595 \begin_inset space \thinspace{}
11596 \end_inset
11597
11598 cmの空白が入っています。
11599 \end_layout
11600
11601 \begin_layout Standard
11602 この行には、
11603 \begin_inset space \hfill{}
11604 \end_inset
11605
11606 最大の空白が入っています。
11607 \end_layout
11608
11609 \begin_layout Subsection
11610 行内数式周りの空白
11611 \begin_inset Index idx
11612 status collapsed
11613
11614 \begin_layout Plain Layout
11615 くうはく@空白 ! ぎょうないすうしきまわり@行内数式周り
11616 \end_layout
11617
11618 \end_inset
11619
11620
11621 \end_layout
11622
11623 \begin_layout Standard
11624 行内数式前後の空白は、長さ
11625 \series bold
11626
11627 \backslash
11628 mathsurround
11629 \begin_inset Index idx
11630 status collapsed
11631
11632 \begin_layout Plain Layout
11633 こまんど@コマンド ! M ! 
11634 \backslash
11635 mathsurround
11636 \end_layout
11637
11638 \end_inset
11639
11640
11641 \series default
11642 を使って調節することができます。長さの値は、以下の書式を持つ
11643 \series bold
11644
11645 \backslash
11646 setlength
11647 \begin_inset Index idx
11648 status collapsed
11649
11650 \begin_layout Plain Layout
11651 こまんど@コマンド ! S ! 
11652 \backslash
11653 setlength
11654 \end_layout
11655
11656 \end_inset
11657
11658
11659 \series default
11660 コマンドを使って設定することができます。
11661 \end_layout
11662
11663 \begin_layout Standard
11664
11665 \series bold
11666
11667 \backslash
11668 setlength{長さ名}{値}
11669 \end_layout
11670
11671 \begin_layout Standard
11672
11673 \series bold
11674
11675 \backslash
11676 mathsurround
11677 \series default
11678 を5
11679 \begin_inset space \thinspace{}
11680 \end_inset
11681
11682 mmの値に設定するには、以下のコマンド
11683 \end_layout
11684
11685 \begin_layout Standard
11686
11687 \series bold
11688
11689 \backslash
11690 setlength{
11691 \backslash
11692 mathsurround}{5mm}
11693 \end_layout
11694
11695 \begin_layout Standard
11696 をTeXモードで挿入します。すると、5
11697 \begin_inset space \thinspace{}
11698 \end_inset
11699
11700 mmの空白がすべての行内数式の前後に設定されることになります。
11701 \begin_inset ERT
11702 status collapsed
11703
11704 \begin_layout Plain Layout
11705
11706
11707 \backslash
11708 setlength{
11709 \backslash
11710 mathsurround}{5mm}
11711 \end_layout
11712
11713 \end_inset
11714
11715
11716 \end_layout
11717
11718 \begin_layout Standard
11719 この行には、周囲に5
11720 \begin_inset space \thinspace{}
11721 \end_inset
11722
11723 mmの余白を設定した行内数式
11724 \begin_inset Formula $A=B$
11725 \end_inset
11726
11727 があります。
11728 \begin_inset ERT
11729 status collapsed
11730
11731 \begin_layout Plain Layout
11732
11733
11734 \backslash
11735 setlength{
11736 \backslash
11737 mathsurround}{0pt}
11738 \end_layout
11739
11740 \end_inset
11741
11742
11743 \end_layout
11744
11745 \begin_layout Standard
11746 既定値に戻すには、
11747 \series bold
11748
11749 \backslash
11750 mathsurround
11751 \series default
11752 を0
11753 \begin_inset space \thinspace{}
11754 \end_inset
11755
11756 ptの値に戻して下さい。
11757 \end_layout
11758
11759 \begin_layout Section
11760 ボックスと枠
11761 \begin_inset Index idx
11762 status collapsed
11763
11764 \begin_layout Plain Layout
11765 ぼっくす@ボックス
11766 \end_layout
11767
11768 \end_inset
11769
11770
11771 \begin_inset Index idx
11772 status collapsed
11773
11774 \begin_layout Plain Layout
11775 わく@枠 | see
11776 \begin_inset ERT
11777 status collapsed
11778
11779 \begin_layout Plain Layout
11780
11781 {
11782 \end_layout
11783
11784 \end_inset
11785
11786 ボックス
11787 \begin_inset ERT
11788 status collapsed
11789
11790 \begin_layout Plain Layout
11791
11792 }
11793 \end_layout
11794
11795 \end_inset
11796
11797
11798 \end_layout
11799
11800 \end_inset
11801
11802
11803 \end_layout
11804
11805 \begin_layout Standard
11806 本文中のボックスについては、取扱説明書
11807 \family typewriter
11808 埋め込みオブジェクト篇
11809 \family default
11810
11811 \family typewriter
11812 Boxes
11813 \family default
11814 の章に述べられています。
11815 \end_layout
11816
11817 \begin_layout Subsection
11818 縁付きボックス
11819 \begin_inset CommandInset label
11820 LatexCommand label
11821 name "sub:縁付きボックス"
11822
11823 \end_inset
11824
11825
11826 \begin_inset Index idx
11827 status collapsed
11828
11829 \begin_layout Plain Layout
11830 ぼっくす@ボックス ! ふちつき@縁付き
11831 \end_layout
11832
11833 \end_inset
11834
11835
11836 \end_layout
11837
11838 \begin_layout Standard
11839
11840 \series bold
11841
11842 \backslash
11843 fbox
11844 \series default
11845
11846 \begin_inset Index idx
11847 status collapsed
11848
11849 \begin_layout Plain Layout
11850 こまんど@コマンド ! F ! 
11851 \backslash
11852 fbox
11853 \end_layout
11854
11855 \end_inset
11856
11857 コマンドや
11858 \series bold
11859
11860 \backslash
11861 boxed
11862 \series default
11863
11864 \begin_inset Index idx
11865 status collapsed
11866
11867 \begin_layout Plain Layout
11868 こまんど@コマンド ! B ! 
11869 \backslash
11870 boxed
11871 \end_layout
11872
11873 \end_inset
11874
11875 コマンドを使えば、数式やその一部を枠の中に入れることができます。
11876 \end_layout
11877
11878 \begin_layout Standard
11879 どちらかのコマンドを数式に挿入すると、枠の中に青枠が現れ、数式の断片を入れることができます。
11880 \series bold
11881
11882 \backslash
11883 fbox
11884 \series default
11885 の場合には、そのままではボックスの中身が数式テキストとして取り扱われてしまうので、
11886 \family sans
11887 Ctrl+M
11888 \family default
11889 を使って、このボックスの中にもう一度数式を作らなくてはなりません。
11890 \series bold
11891
11892 \backslash
11893 boxed
11894 \series default
11895 を使った場合には、新しい数式が自動的に枠内に作られます。
11896 \end_layout
11897
11898 \begin_layout Standard
11899
11900 \series bold
11901
11902 \backslash
11903 fbox
11904 \series default
11905 コマンドは、数式がつねに本文の大きさに設定されてしまうので、別行立て数式に枠を付けるのには適していません。逆に
11906 \series bold
11907
11908 \backslash
11909 boxed
11910 \series default
11911 は、数式がつねに別行立て数式の大きさに設定されてしまうので、行内数式に枠をつけるのには適していません。
11912 \end_layout
11913
11914 \begin_layout Standard
11915
11916 \series bold
11917
11918 \backslash
11919 fbox
11920 \series default
11921 の拡張として、枠幅と配置も指定することができる
11922 \series bold
11923
11924 \backslash
11925 framebox
11926 \series default
11927
11928 \begin_inset Index idx
11929 status collapsed
11930
11931 \begin_layout Plain Layout
11932 こまんど@コマンド ! F ! 
11933 \backslash
11934 framebox
11935 \end_layout
11936
11937 \end_inset
11938
11939 コマンドがあります。
11940 \series bold
11941
11942 \backslash
11943 framebox
11944 \series default
11945 は、以下の書式を持ちます。
11946 \end_layout
11947
11948 \begin_layout Standard
11949
11950 \series bold
11951
11952 \backslash
11953 framebox[枠幅][位置]{ボックスの内容}
11954 \end_layout
11955
11956 \begin_layout Standard
11957 「位置」は、
11958 \emph on
11959 l
11960 \emph default
11961
11962 \emph on
11963 r
11964 \emph default
11965 の値をとります。
11966 \emph on
11967 l
11968 \emph default
11969 は、ボックス中で数式を左寄せ、
11970 \emph on
11971 r
11972 \emph default
11973 は右寄せにします。位置を指定しない時には、数式は中央揃えになります。
11974 \begin_inset Newline newline
11975 \end_inset
11976
11977 「枠幅」を指定しない時には、位置を指定することができません。この場合には、
11978 \series bold
11979
11980 \backslash
11981 fbox
11982 \series default
11983 と同様、枠幅がボックスの内容に応じて調節されるのです。
11984 \end_layout
11985
11986 \begin_layout Standard
11987
11988 \series bold
11989
11990 \backslash
11991 framebox
11992 \series default
11993 コマンドを挿入すると、三つの青枠を含むボックスが現れます。最初の二つの枠は括弧で囲まれており、二つとも非必須の変数であることを意味します。三つ目の枠は、
11994 \series bold
11995
11996 \backslash
11997 fbox
11998 \series default
11999 同様、数式の断片を入れるためのものです。
12000 \end_layout
12001
12002 \begin_layout Standard
12003 \align center
12004 \begin_inset Tabular
12005 <lyxtabular version="3" rows="5" columns="2">
12006 <features rotate="0" tabularvalignment="middle">
12007 <column alignment="center" valignment="top">
12008 <column alignment="center" valignment="top">
12009 <row>
12010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12011 \begin_inset Text
12012
12013 \begin_layout Plain Layout
12014 コマンド
12015 \end_layout
12016
12017 \end_inset
12018 </cell>
12019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12020 \begin_inset Text
12021
12022 \begin_layout Plain Layout
12023 出力
12024 \begin_inset Note Note
12025 status collapsed
12026
12027 \begin_layout Plain Layout
12028 ここで
12029 \series bold
12030
12031 \backslash
12032 raisebox
12033 \series default
12034 はスペーサーとして使用しているだけです。
12035 \end_layout
12036
12037 \end_inset
12038
12039
12040 \end_layout
12041
12042 \end_inset
12043 </cell>
12044 </row>
12045 <row>
12046 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12047 \begin_inset Text
12048
12049 \begin_layout Plain Layout
12050
12051 \backslash
12052 fbox
12053 \begin_inset space \textvisiblespace{}
12054 \end_inset
12055
12056
12057 \family sans
12058 Ctrl+M
12059 \family default
12060  
12061 \backslash
12062 int
12063 \begin_inset space \textvisiblespace{}
12064 \end_inset
12065
12066 A=B
12067 \end_layout
12068
12069 \end_inset
12070 </cell>
12071 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12072 \begin_inset Text
12073
12074 \begin_layout Plain Layout
12075 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
12076 \end_inset
12077
12078
12079 \end_layout
12080
12081 \end_inset
12082 </cell>
12083 </row>
12084 <row>
12085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12086 \begin_inset Text
12087
12088 \begin_layout Plain Layout
12089
12090 \backslash
12091 boxed
12092 \begin_inset space \textvisiblespace{}
12093 \end_inset
12094
12095
12096 \backslash
12097 int
12098 \begin_inset space \textvisiblespace{}
12099 \end_inset
12100
12101 A=B
12102 \end_layout
12103
12104 \end_inset
12105 </cell>
12106 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12107 \begin_inset Text
12108
12109 \begin_layout Plain Layout
12110 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
12111 \end_inset
12112
12113
12114 \end_layout
12115
12116 \end_inset
12117 </cell>
12118 </row>
12119 <row>
12120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12121 \begin_inset Text
12122
12123 \begin_layout Plain Layout
12124 A+
12125 \backslash
12126 fbox
12127 \begin_inset space \textvisiblespace{}
12128 \end_inset
12129
12130 B
12131 \end_layout
12132
12133 \end_inset
12134 </cell>
12135 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12136 \begin_inset Text
12137
12138 \begin_layout Plain Layout
12139 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
12140 \end_inset
12141
12142
12143 \end_layout
12144
12145 \end_inset
12146 </cell>
12147 </row>
12148 <row>
12149 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12150 \begin_inset Text
12151
12152 \begin_layout Plain Layout
12153
12154 \backslash
12155 framebox
12156 \begin_inset space \textvisiblespace{}
12157 \end_inset
12158
12159 20mm
12160 \begin_inset Formula $\to$
12161 \end_inset
12162
12163
12164 \begin_inset Formula $\to$
12165 \end_inset
12166
12167
12168 \family sans
12169 Ctrl+M
12170 \family default
12171  
12172 \backslash
12173 frac
12174 \begin_inset space \textvisiblespace{}
12175 \end_inset
12176
12177 A
12178 \begin_inset Formula $\downarrow$
12179 \end_inset
12180
12181 B
12182 \end_layout
12183
12184 \end_inset
12185 </cell>
12186 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12187 \begin_inset Text
12188
12189 \begin_layout Plain Layout
12190 \begin_inset Formula $\raisebox{6mm}{}$
12191 \end_inset
12192
12193
12194 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
12195 \end_inset
12196
12197
12198 \begin_inset Formula $\raisebox{-4mm}{}$
12199 \end_inset
12200
12201
12202 \end_layout
12203
12204 \end_inset
12205 </cell>
12206 </row>
12207 </lyxtabular>
12208
12209 \end_inset
12210
12211
12212 \end_layout
12213
12214 \begin_layout Standard
12215 枠の厚みも調節可能です。そのためには、以下のコマンドを数式の前にTeXモードで挿入しなくてはなりません。
12216 \end_layout
12217
12218 \begin_layout Standard
12219
12220 \series bold
12221
12222 \backslash
12223 fboxrule
12224 \series default
12225  
12226 \series bold
12227
12228 \begin_inset Quotes eld
12229 \end_inset
12230
12231 厚み
12232 \begin_inset Quotes erd
12233 \end_inset
12234
12235
12236 \series default
12237  
12238 \series bold
12239
12240 \backslash
12241 fboxsep
12242 \series default
12243  
12244 \series bold
12245
12246 \begin_inset Quotes eld
12247 \end_inset
12248
12249 距離
12250 \begin_inset Quotes erd
12251 \end_inset
12252
12253
12254 \end_layout
12255
12256 \begin_layout Standard
12257 \begin_inset Quotes eld
12258 \end_inset
12259
12260 距離
12261 \begin_inset Quotes erd
12262 \end_inset
12263
12264 は、枠とボックス内の一文字目との間の距離を示します。これを使った例として、以下の枠付き数式をご覧下さい。
12265 \begin_inset ERT
12266 status collapsed
12267
12268 \begin_layout Plain Layout
12269
12270
12271 \backslash
12272 fboxrule 2mm 
12273 \backslash
12274 fboxsep 3mm
12275 \end_layout
12276
12277 \end_inset
12278
12279
12280 \begin_inset Formula 
12281 \[
12282 \boxed{A+B=C}
12283 \]
12284
12285 \end_inset
12286
12287 この数式の直前には、
12288 \end_layout
12289
12290 \begin_layout Standard
12291
12292 \series bold
12293
12294 \backslash
12295 fboxrule
12296 \series default
12297  
12298 \series bold
12299 2mm
12300 \series default
12301  
12302 \series bold
12303
12304 \backslash
12305 fboxsep
12306 \series default
12307  
12308 \series bold
12309 3mm
12310 \end_layout
12311
12312 \begin_layout Standard
12313 というコマンドが、TeXモードで挿入されています。ここで与えられた値は、以後のすべてのボックスに適用されます。
12314 \end_layout
12315
12316 \begin_layout Standard
12317 標準の枠寸法に戻すには、
12318 \end_layout
12319
12320 \begin_layout Standard
12321
12322 \series bold
12323
12324 \backslash
12325 fboxrule
12326 \series default
12327  
12328 \series bold
12329 0.4pt
12330 \series default
12331  
12332 \series bold
12333
12334 \backslash
12335 fboxsep
12336 \series default
12337  
12338 \series bold
12339 3pt
12340 \series default
12341
12342 \begin_inset ERT
12343 status collapsed
12344
12345 \begin_layout Plain Layout
12346
12347
12348 \backslash
12349 fboxrule 0.4pt 
12350 \backslash
12351 fboxsep 3pt
12352 \end_layout
12353
12354 \end_inset
12355
12356
12357 \end_layout
12358
12359 \begin_layout Standard
12360 というコマンドを、次の数式が始まる前にTeXモードで挿入しておきます。
12361 \end_layout
12362
12363 \begin_layout Subsection
12364 縁なしボックス
12365 \begin_inset CommandInset label
12366 LatexCommand label
12367 name "sub:枠なしボックス"
12368
12369 \end_inset
12370
12371
12372 \begin_inset Index idx
12373 status collapsed
12374
12375 \begin_layout Plain Layout
12376 ぼっくす@ボックス ! わくなし@枠なし
12377 \end_layout
12378
12379 \end_inset
12380
12381
12382 \end_layout
12383
12384 \begin_layout Standard
12385 縁のないボックスを作るには、
12386 \series bold
12387
12388 \backslash
12389 mbox
12390 \series default
12391
12392 \begin_inset Index idx
12393 status collapsed
12394
12395 \begin_layout Plain Layout
12396 こまんど@コマンド ! M ! 
12397 \backslash
12398 mbox
12399 \end_layout
12400
12401 \end_inset
12402
12403
12404 \series bold
12405
12406 \backslash
12407 makebox
12408 \series default
12409
12410 \begin_inset Index idx
12411 status collapsed
12412
12413 \begin_layout Plain Layout
12414 こまんど@コマンド ! M ! 
12415 \backslash
12416 makebox
12417 \end_layout
12418
12419 \end_inset
12420
12421
12422 \series bold
12423
12424 \backslash
12425 raisebox
12426 \series default
12427
12428 \begin_inset Index idx
12429 status collapsed
12430
12431 \begin_layout Plain Layout
12432 こまんど@コマンド ! R ! 
12433 \backslash
12434 raisebox
12435 \end_layout
12436
12437 \end_inset
12438
12439 の三つのコマンドがあります。
12440 \end_layout
12441
12442 \begin_layout Standard
12443
12444 \series bold
12445
12446 \backslash
12447 raisebox
12448 \series default
12449 を使うと、ボックスを上付きにしたり下付きにしたりすることができます。しかし、通常の上付き文字・下付き文字とは違い、ボックス内の文字寸法はそのまま保たれます。
12450 \series bold
12451
12452 \backslash
12453 raisebox
12454 \series default
12455 は、以下の書式で用いられます。
12456 \end_layout
12457
12458 \begin_layout Standard
12459
12460 \series bold
12461
12462 \backslash
12463 raisebox{高さ}{ボックスの内容}
12464 \end_layout
12465
12466 \begin_layout Standard
12467
12468 \series bold
12469
12470 \backslash
12471 fbox
12472 \series default
12473 と同様、ボックスに数式を入れる際には、明示的に数式として入れる必要があります。
12474 \begin_inset Note Greyedout
12475 status open
12476
12477 \begin_layout Plain Layout
12478
12479 \series bold
12480 【註】
12481 \series default
12482 下の最後の
12483 \series bold
12484
12485 \backslash
12486 raisebox
12487 \series default
12488 のところで、
12489 \family sans
12490 Ctrl+M
12491 \family default
12492 を一回でなく二回押すことによって、もう一段数式をいれています。これは、LyXが
12493 \series bold
12494
12495 \backslash
12496 raisebox
12497 \series default
12498 を直接サポートしていないためです。
12499 \end_layout
12500
12501 \end_inset
12502
12503
12504 \end_layout
12505
12506 \begin_layout Standard
12507 \align center
12508 \begin_inset Tabular
12509 <lyxtabular version="3" rows="4" columns="2">
12510 <features rotate="0" tabularvalignment="middle">
12511 <column alignment="center" valignment="top">
12512 <column alignment="center" valignment="top">
12513 <row>
12514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12515 \begin_inset Text
12516
12517 \begin_layout Plain Layout
12518 コマンド
12519 \end_layout
12520
12521 \end_inset
12522 </cell>
12523 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12524 \begin_inset Text
12525
12526 \begin_layout Plain Layout
12527 出力
12528 \end_layout
12529
12530 \end_inset
12531 </cell>
12532 </row>
12533 <row>
12534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12535 \begin_inset Text
12536
12537 \begin_layout Plain Layout
12538 H
12539 \backslash
12540 raisebox{2mm
12541 \begin_inset Formula $\to$
12542 \end_inset
12543
12544
12545 \backslash
12546 {al
12547 \begin_inset Formula $\to$
12548 \end_inset
12549
12550  lo
12551 \end_layout
12552
12553 \end_inset
12554 </cell>
12555 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12556 \begin_inset Text
12557
12558 \begin_layout Plain Layout
12559 \begin_inset Formula $H\raisebox{2mm}{al}lo$
12560 \end_inset
12561
12562
12563 \end_layout
12564
12565 \end_inset
12566 </cell>
12567 </row>
12568 <row>
12569 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12570 \begin_inset Text
12571
12572 \begin_layout Plain Layout
12573 H
12574 \backslash
12575 raisebox{-2mm
12576 \begin_inset Formula $\to$
12577 \end_inset
12578
12579
12580 \backslash
12581 {al
12582 \begin_inset Formula $\to$
12583 \end_inset
12584
12585 lo
12586 \end_layout
12587
12588 \end_inset
12589 </cell>
12590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12591 \begin_inset Text
12592
12593 \begin_layout Plain Layout
12594 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
12595 \end_inset
12596
12597
12598 \end_layout
12599
12600 \end_inset
12601 </cell>
12602 </row>
12603 <row>
12604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12605 \begin_inset Text
12606
12607 \begin_layout Plain Layout
12608 A=
12609 \backslash
12610 raisebox{-2mm
12611 \begin_inset Formula $\to$
12612 \end_inset
12613
12614
12615 \backslash
12616 {
12617 \family sans
12618 Ctrl+M Ctrl+M
12619 \family default
12620  
12621 \backslash
12622 sqrt
12623 \begin_inset space \textvisiblespace{}
12624 \end_inset
12625
12626
12627 \end_layout
12628
12629 \end_inset
12630 </cell>
12631 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12632 \begin_inset Text
12633
12634 \begin_layout Plain Layout
12635 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
12636 \end_inset
12637
12638
12639 \end_layout
12640
12641 \end_inset
12642 </cell>
12643 </row>
12644 </lyxtabular>
12645
12646 \end_inset
12647
12648
12649 \end_layout
12650
12651 \begin_layout Standard
12652 縁がないことを除けば、
12653 \series bold
12654
12655 \backslash
12656 mbox
12657 \series default
12658 コマンドは
12659 \series bold
12660
12661 \backslash
12662 fbox
12663 \series default
12664 と同じであり、
12665 \series bold
12666
12667 \backslash
12668 makebox
12669 \series default
12670
12671 \series bold
12672
12673 \backslash
12674 framebox
12675 \series default
12676 と同じです。
12677 \end_layout
12678
12679 \begin_layout Subsection
12680 色付きボックス
12681 \begin_inset CommandInset label
12682 LatexCommand label
12683 name "sub:色付きボックス"
12684
12685 \end_inset
12686
12687
12688 \begin_inset Index idx
12689 status collapsed
12690
12691 \begin_layout Plain Layout
12692 ぼっくす@ボックス ! いろつき@色付き
12693 \end_layout
12694
12695 \end_inset
12696
12697
12698 \end_layout
12699
12700 \begin_layout Standard
12701 本節で説明されているコマンドをすべて使えるようにするためには、LaTeXプリアンブルに
12702 \end_layout
12703
12704 \begin_layout Standard
12705
12706 \series bold
12707
12708 \backslash
12709 usepackage{color}
12710 \end_layout
12711
12712 \begin_layout Standard
12713 という行
12714 \begin_inset Foot
12715 status collapsed
12716
12717 \begin_layout Plain Layout
12718 定義済みの色を使って、文書中のどこかで文章に色を付けてある場合、LyXは、自動的にLaTeXパッケージ
12719 \series bold
12720 color
12721 \series default
12722 を読み込みます。したがって、本パッケージが二度読み込まれる可能性があるわけですが、そうなったとしても問題は生じません。
12723 \end_layout
12724
12725 \end_inset
12726
12727
12728 \begin_inset Note Note
12729 status collapsed
12730
12731 \begin_layout Plain Layout
12732 本パッケージが二度読み込まれることを防ぐために、LaTeXプリアンブルにマクロを挿入してあります。
12733 \end_layout
12734
12735 \end_inset
12736
12737 を書き加えて、LaTeXパッケージの
12738 \series bold
12739 color
12740 \series default
12741
12742 \begin_inset Foot
12743 status collapsed
12744
12745 \begin_layout Plain Layout
12746 LaTeXパッケージ
12747 \series bold
12748 color
12749 \series default
12750 は、すべての標準的なLaTeX頒布版に含まれています。
12751 \end_layout
12752
12753 \end_inset
12754
12755
12756 \begin_inset Index idx
12757 status collapsed
12758
12759 \begin_layout Plain Layout
12760 ぱっけーじ@パッケージ ! color
12761 \end_layout
12762
12763 \end_inset
12764
12765 を読み込む必要があります。
12766 \end_layout
12767
12768 \begin_layout Standard
12769 \begin_inset VSpace medskip
12770 \end_inset
12771
12772 ボックスに色を付けるには、
12773 \series bold
12774
12775 \backslash
12776 colorbox
12777 \series default
12778
12779 \begin_inset Index idx
12780 status collapsed
12781
12782 \begin_layout Plain Layout
12783 こまんど@コマンド ! C ! 
12784 \backslash
12785 colorbox
12786 \end_layout
12787
12788 \end_inset
12789
12790 コマンドを以下の書式で使用します。
12791 \end_layout
12792
12793 \begin_layout Standard
12794
12795 \series bold
12796
12797 \backslash
12798 colorbox{色}{ボックスの内容}
12799 \end_layout
12800
12801 \begin_layout Standard
12802 ボックスの内容には、別のボックスが含まれても構いませんし、
12803 \series bold
12804
12805 \backslash
12806 colorbox
12807 \series default
12808 自体も、別のボックスに入っていても構いません(以下の二番目と三番目の例を参照してください)。ボックスに数式を含める場合には、
12809 \series bold
12810
12811 \backslash
12812 raisebox
12813 \series default
12814 と同様、明示的に数式を作らなくてはなりません
12815 \begin_inset Foot
12816 status collapsed
12817
12818 \begin_layout Plain Layout
12819 これは、
12820 \series bold
12821
12822 \backslash
12823 fcolorbox
12824 \series default
12825 コマンドにも当てはまります。
12826 \end_layout
12827
12828 \end_inset
12829
12830
12831 \end_layout
12832
12833 \begin_layout Standard
12834 選択できる定義済みの色としては、
12835 \end_layout
12836
12837 \begin_layout Standard
12838
12839 \series bold
12840 black
12841 \series default
12842 (黒)・
12843 \series bold
12844 blue
12845 \series default
12846 (青)・
12847 \series bold
12848 cyan
12849 \series default
12850 (シアン)・
12851 \series bold
12852 green
12853 \series default
12854 (緑)・
12855 \series bold
12856 magenta
12857 \series default
12858 (マゼンタ)・
12859 \series bold
12860 red
12861 \series default
12862 (赤)・
12863 \series bold
12864 white
12865 \series default
12866 (白)・
12867 \series bold
12868 yellow
12869 \series default
12870 (黄)
12871 \end_layout
12872
12873 \begin_layout Standard
12874 があります。
12875 \end_layout
12876
12877 \begin_layout Standard
12878 \align center
12879 \begin_inset Tabular
12880 <lyxtabular version="3" rows="4" columns="2">
12881 <features rotate="0" tabularvalignment="middle">
12882 <column alignment="center" valignment="top">
12883 <column alignment="center" valignment="top">
12884 <row>
12885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12886 \begin_inset Text
12887
12888 \begin_layout Plain Layout
12889 コマンド
12890 \end_layout
12891
12892 \end_inset
12893 </cell>
12894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12895 \begin_inset Text
12896
12897 \begin_layout Plain Layout
12898 出力
12899 \begin_inset Note Note
12900 status collapsed
12901
12902 \begin_layout Plain Layout
12903 ここで
12904 \series bold
12905
12906 \backslash
12907 raisebox
12908 \series default
12909 はスペーサーとして使用しているだけです。
12910 \end_layout
12911
12912 \end_inset
12913
12914
12915 \end_layout
12916
12917 \end_inset
12918 </cell>
12919 </row>
12920 <row>
12921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12922 \begin_inset Text
12923
12924 \begin_layout Plain Layout
12925
12926 \backslash
12927 colorbox{yellow
12928 \begin_inset Formula $\to$
12929 \end_inset
12930
12931
12932 \backslash
12933 {A=B
12934 \end_layout
12935
12936 \end_inset
12937 </cell>
12938 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12939 \begin_inset Text
12940
12941 \begin_layout Plain Layout
12942 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
12943 \end_inset
12944
12945
12946 \end_layout
12947
12948 \end_inset
12949 </cell>
12950 </row>
12951 <row>
12952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12953 \begin_inset Text
12954
12955 \begin_layout Plain Layout
12956
12957 \backslash
12958 colorbox{green
12959 \begin_inset Formula $\to$
12960 \end_inset
12961
12962
12963 \backslash
12964 {
12965 \backslash
12966 fbox
12967 \begin_inset space \textvisiblespace{}
12968 \end_inset
12969
12970 A=B
12971 \end_layout
12972
12973 \end_inset
12974 </cell>
12975 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12976 \begin_inset Text
12977
12978 \begin_layout Plain Layout
12979 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
12980 \end_inset
12981
12982
12983 \end_layout
12984
12985 \end_inset
12986 </cell>
12987 </row>
12988 <row>
12989 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12990 \begin_inset Text
12991
12992 \begin_layout Plain Layout
12993
12994 \backslash
12995 fbox
12996 \begin_inset space \textvisiblespace{}
12997 \end_inset
12998
12999
13000 \backslash
13001 colorbox{green
13002 \begin_inset Formula $\to$
13003 \end_inset
13004
13005
13006 \backslash
13007 {
13008 \family sans
13009 Ctrl+M
13010 \family default
13011  
13012 \family sans
13013 Ctrl+M
13014 \family default
13015  
13016 \backslash
13017 int
13018 \begin_inset space \textvisiblespace{}
13019 \end_inset
13020
13021 C=D
13022 \end_layout
13023
13024 \end_inset
13025 </cell>
13026 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13027 \begin_inset Text
13028
13029 \begin_layout Plain Layout
13030 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
13031 \end_inset
13032
13033
13034 \end_layout
13035
13036 \end_inset
13037 </cell>
13038 </row>
13039 </lyxtabular>
13040
13041 \end_inset
13042
13043
13044 \end_layout
13045
13046 \begin_layout Standard
13047
13048 \series bold
13049
13050 \backslash
13051 colorbox
13052 \series default
13053 は、ボックスに色をつけるだけで、ボックス内の文字には色付けをしません。すべての文字に色付けするには、数式全体を選択し、
13054 \family sans
13055 文字様式
13056 \family default
13057 ダイアログで欲しい色を選択します。このダイアログは、ツールバーボタン
13058 \begin_inset Graphics
13059         filename ../../images/dialog-show_character.png
13060         scale 85
13061
13062 \end_inset
13063
13064
13065 \family sans
13066 編集\SpecialChar \menuseparator
13067 文字様式\SpecialChar \menuseparator
13068 任意設定
13069 \family default
13070 メニューで開くことができます。すると、数式番号も数式と同じ色になります。数式番号が数式の文字とは別の色になるようにするには、数式内部で色を変えなくてはなりません
13071
13072 \end_layout
13073
13074 \begin_layout Standard
13075 たとえば、
13076 \end_layout
13077
13078 \begin_layout Standard
13079
13080 \color red
13081 \begin_inset Formula 
13082 \begin{equation}
13083 \int A=B\label{eq:red}
13084 \end{equation}
13085
13086 \end_inset
13087
13088
13089 \color green
13090
13091 \begin_inset Formula 
13092 \begin{equation}
13093 \textcolor{red}{\int A=B}\label{eq:redgreen}
13094 \end{equation}
13095
13096 \end_inset
13097
13098
13099 \end_layout
13100
13101 \begin_layout Standard
13102 数式
13103 \begin_inset CommandInset ref
13104 LatexCommand eqref
13105 reference "eq:red"
13106
13107 \end_inset
13108
13109 は、全体が赤色です。
13110 \begin_inset Newline newline
13111 \end_inset
13112
13113 数式
13114 \begin_inset CommandInset ref
13115 LatexCommand eqref
13116 reference "eq:redgreen"
13117
13118 \end_inset
13119
13120 は、数式番号を緑色にするために、まず全体を緑色にします。その後、数式内の文字を赤色にします。
13121 \end_layout
13122
13123 \begin_layout Standard
13124 \begin_inset VSpace bigskip
13125 \end_inset
13126
13127 ボックスの縁だけ別の色にするには、
13128 \series bold
13129
13130 \backslash
13131 fcolorbox
13132 \series default
13133
13134 \begin_inset Index idx
13135 status collapsed
13136
13137 \begin_layout Plain Layout
13138 こまんど@コマンド ! F ! 
13139 \backslash
13140 fcolorbox
13141 \end_layout
13142
13143 \end_inset
13144
13145 コマンドを以下の書式で使用します。
13146 \end_layout
13147
13148 \begin_layout Standard
13149
13150 \series bold
13151
13152 \backslash
13153 fcolorbox{縁の色}{色}{ボックスの内容}
13154 \end_layout
13155
13156 \begin_layout Standard
13157 つまり、
13158 \series bold
13159
13160 \backslash
13161 fcolorbox
13162 \series default
13163
13164 \series bold
13165
13166 \backslash
13167 colorbox
13168 \series default
13169 コマンドの拡張です。
13170 \series bold
13171
13172 \backslash
13173 framebox
13174 \series default
13175 と同様に、縁の厚みは
13176 \series bold
13177
13178 \backslash
13179 fboxrule
13180 \series default
13181
13182 \series bold
13183
13184 \backslash
13185 fboxsep
13186 \series default
13187 で設定します。たとえば、
13188 \begin_inset ERT
13189 status collapsed
13190
13191 \begin_layout Plain Layout
13192
13193
13194 \backslash
13195 fboxrule 1mm 
13196 \backslash
13197 fboxsep 1mm
13198 \end_layout
13199
13200 \end_inset
13201
13202
13203 \begin_inset Formula 
13204 \[
13205 \fcolorbox{cyan}{magenta}{A=B}
13206 \]
13207
13208 \end_inset
13209
13210
13211 \begin_inset ERT
13212 status collapsed
13213
13214 \begin_layout Plain Layout
13215
13216
13217 \backslash
13218 fboxrule 0.4pt 
13219 \backslash
13220 fboxsep 3pt
13221 \end_layout
13222
13223 \end_inset
13224
13225 のようにします。
13226 \end_layout
13227
13228 \begin_layout Standard
13229 上記の数式は、以下のコマンドで作成されています。
13230 \begin_inset Newline newline
13231 \end_inset
13232
13233
13234 \series bold
13235
13236 \backslash
13237 fcolorbox{cyan
13238 \begin_inset Formula $\to$
13239 \end_inset
13240
13241
13242 \backslash
13243 {magenta
13244 \begin_inset Formula $\to$
13245 \end_inset
13246
13247
13248 \backslash
13249 {A=B
13250 \series default
13251 .
13252 \end_layout
13253
13254 \begin_layout Standard
13255 \begin_inset VSpace bigskip
13256 \end_inset
13257
13258 定義済みの色以外の色を使いたい場合には、まずその色を定義しなくてはなりません。
13259 \end_layout
13260
13261 \begin_layout Standard
13262 たとえば、「
13263 \series bold
13264 darkgreen
13265 \series default
13266 」という色を定義するには、LaTeXプリアンブルに
13267 \end_layout
13268
13269 \begin_layout Standard
13270
13271 \series bold
13272
13273 \backslash
13274 definecolor{darkgreen}{cmyk}{0.5,
13275 \series default
13276  
13277 \series bold
13278 0,
13279 \series default
13280  
13281 \series bold
13282 1,
13283 \series default
13284  
13285 \series bold
13286 0.5}
13287 \series default
13288
13289 \begin_inset Index idx
13290 status collapsed
13291
13292 \begin_layout Plain Layout
13293 こまんど@コマンド ! D ! 
13294 \backslash
13295 definecolor
13296 \end_layout
13297
13298 \end_inset
13299
13300
13301 \end_layout
13302
13303 \begin_layout Standard
13304 という行を書き加えます。
13305 \end_layout
13306
13307 \begin_layout Standard
13308
13309 \series bold
13310 cmyk
13311 \series default
13312 とは、
13313 \series bold
13314 cyan
13315 \series default
13316 (シアン)・
13317 \series bold
13318 magenta
13319 \series default
13320 (マゼンタ)・
13321 \series bold
13322 yellow
13323 \series default
13324 (黄)・
13325 \series bold
13326 black
13327 \series default
13328 (黒)の各色を表す色空間です。コンマで区切られた四つの数字は、この色空間における各色の出力強度です。強度は、0
13329 \begin_inset space \thinspace{}
13330 \end_inset
13331
13332 -
13333 \begin_inset space \thinspace{}
13334 \end_inset
13335
13336 1の範囲をとることができます。定義には、
13337 \series bold
13338 cmyk
13339 \series default
13340 の他に、
13341 \series bold
13342 rgb
13343 \series default
13344 という色空間を使うこともできます。
13345 \series bold
13346 rgb
13347 \series default
13348 とは、
13349 \series bold
13350 red
13351 \series default
13352 (赤)・
13353 \series bold
13354 green
13355 \series default
13356 (緑)・
13357 \series bold
13358 blue
13359 \series default
13360 (青)の各色を意味し、この場合には、各色に対応した三つの出力強度を指定します。さらに、灰色の出力強度のみをとる
13361 \series bold
13362 gray
13363 \series default
13364 という色空間もあります。
13365 \end_layout
13366
13367 \begin_layout Standard
13368 例として、文字が
13369 \series bold
13370 yellow
13371 \series default
13372 に色付けされ、新しく定義した
13373 \series bold
13374 darkgreen
13375 \series default
13376 という色を持つ縁付きボックスを挙げておきます。
13377 \begin_inset Formula 
13378 \begin{equation}
13379 \colorbox{darkgreen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}
13380 \end{equation}
13381
13382 \end_inset
13383
13384
13385 \end_layout
13386
13387 \begin_layout Standard
13388
13389 \series bold
13390
13391 \backslash
13392 textcolor
13393 \series default
13394 コマンドを使うと、以下のように、自前で定義した色をテキスト中でも使用することができます。
13395 \begin_inset Index idx
13396 status collapsed
13397
13398 \begin_layout Plain Layout
13399 てきすと@テキスト ! いろつき@色付き
13400 \end_layout
13401
13402 \end_inset
13403
13404
13405 \end_layout
13406
13407 \begin_layout Standard
13408 \begin_inset ERT
13409 status collapsed
13410
13411 \begin_layout Plain Layout
13412
13413
13414 \backslash
13415 textcolor{darkgreen}{
13416 \end_layout
13417
13418 \end_inset
13419
13420 この文は「darkgreen」です。
13421 \begin_inset ERT
13422 status collapsed
13423
13424 \begin_layout Plain Layout
13425
13426 }
13427 \end_layout
13428
13429 \end_inset
13430
13431
13432 \end_layout
13433
13434 \begin_layout Standard
13435
13436 \series bold
13437
13438 \backslash
13439 textcolor
13440 \series default
13441
13442 \begin_inset Index idx
13443 status collapsed
13444
13445 \begin_layout Plain Layout
13446 こまんど@コマンド ! T ! 
13447 \backslash
13448 textcolor
13449 \end_layout
13450
13451 \end_inset
13452
13453 は、
13454 \series bold
13455
13456 \backslash
13457 textcolor{色}{色付けをする文}
13458 \series default
13459 という書式で使用することができます。
13460 \end_layout
13461
13462 \begin_layout Subsection
13463 段落ボックス
13464 \begin_inset CommandInset label
13465 LatexCommand label
13466 name "sub:段落ボックス"
13467
13468 \end_inset
13469
13470
13471 \begin_inset Index idx
13472 status collapsed
13473
13474 \begin_layout Plain Layout
13475 ぼっくす@ボックス ! だんらく@段落
13476 \end_layout
13477
13478 \end_inset
13479
13480
13481 \begin_inset Index idx
13482 status collapsed
13483
13484 \begin_layout Plain Layout
13485 ぼっくす@ボックス ! parbox|see
13486 \begin_inset ERT
13487 status collapsed
13488
13489 \begin_layout Plain Layout
13490
13491 {
13492 \end_layout
13493
13494 \end_inset
13495
13496 ボックス ! 段落ボックス
13497 \begin_inset ERT
13498 status collapsed
13499
13500 \begin_layout Plain Layout
13501
13502 }
13503 \end_layout
13504
13505 \end_inset
13506
13507
13508 \end_layout
13509
13510 \end_inset
13511
13512
13513 \end_layout
13514
13515 \begin_layout Standard
13516 いくつかの行や段落を含む、いわゆる段落ボックス(parbox)は、
13517 \family sans
13518 挿入\SpecialChar \menuseparator
13519 ボックス
13520 \family default
13521 メニューかツールバーボタン
13522 \begin_inset Graphics
13523         filename ../../images/box-insert.png
13524         scale 85
13525
13526 \end_inset
13527
13528 で作成することができます。
13529 \end_layout
13530
13531 \begin_layout Standard
13532 以下の例は、行中の縁付きparboxを示したものです。
13533 \end_layout
13534
13535 \begin_layout Standard
13536 \begin_inset VSpace medskip
13537 \end_inset
13538
13539 この行は、
13540 \begin_inset Box Boxed
13541 position "c"
13542 hor_pos "c"
13543 has_inner_box 1
13544 inner_pos "t"
13545 use_parbox 1
13546 use_makebox 0
13547 width "5cm"
13548 special "none"
13549 height "1in"
13550 height_special "totalheight"
13551 status open
13552
13553 \begin_layout Plain Layout
13554 これは段落ボックスです。これはちょうど5
13555 \begin_inset space \thinspace{}
13556 \end_inset
13557
13558 cmの幅になっており、以下のように数式を含めることもできます。
13559 \begin_inset Formula $\int A\,\mathrm{d}s=C$
13560 \end_inset
13561
13562
13563 \end_layout
13564
13565 \end_inset
13566
13567 parboxの入った行です。
13568 \end_layout
13569
13570 \begin_layout Standard
13571 \begin_inset VSpace medskip
13572 \end_inset
13573
13574
13575 \end_layout
13576
13577 \begin_layout Standard
13578 このようなボックスは、灰色のボックス挿入枠を右クリックすることによって作ることができます。すると、ボックスの特性を表示したダイアログが現れます。上の例では、
13579 \emph on
13580 装飾
13581 \emph default
13582 :簡素な長方形の箱型、
13583 \emph on
13584 内部ボックス
13585 \emph default
13586 :parboxコマンド、
13587 \emph on
13588
13589 \emph default
13590 :5
13591 \begin_inset space \thinspace{}
13592 \end_inset
13593
13594 cm、
13595 \emph on
13596 垂直ボックス配置
13597 \emph default
13598 :中央、に設定されています。
13599 \end_layout
13600
13601 \begin_layout Standard
13602 \begin_inset VSpace medskip
13603 \end_inset
13604
13605 LaTeXでは、parboxは、以下の書式を持つ
13606 \series bold
13607
13608 \backslash
13609 parbox
13610 \series default
13611
13612 \begin_inset Index idx
13613 status collapsed
13614
13615 \begin_layout Plain Layout
13616 こまんど@コマンド ! P ! 
13617 \backslash
13618 parbox
13619 \end_layout
13620
13621 \end_inset
13622
13623 コマンドによって作られます。
13624 \end_layout
13625
13626 \begin_layout Standard
13627
13628 \series bold
13629
13630 \backslash
13631 parbox[位置]{幅}{ボックスの内容}
13632 \end_layout
13633
13634 \begin_layout Standard
13635 「位置」は、
13636 \emph on
13637 b
13638 \emph default
13639
13640 \emph on
13641 t
13642 \emph default
13643 の値をとることができます。下揃えを意味する
13644 \emph on
13645 b
13646 \emph default
13647 (
13648 \bar under
13649 b
13650 \bar default
13651 ottom)は、ボックスを、周囲の本文中の最後の行と合わせることを意味します。上揃えを意味する
13652 \emph on
13653 t
13654 \emph default
13655 (
13656 \bar under
13657 t
13658 \bar default
13659 op)は、これを最初の行に合わせます。位置を指定しない時には、ボックスは事実上中央揃えになります。用例については、取扱説明書埋込オブジェクト篇の
13660 \emph on
13661 Boxes
13662 \emph default
13663 の節をご参照下さい。
13664 \end_layout
13665
13666 \begin_layout Standard
13667 \begin_inset VSpace bigskip
13668 \end_inset
13669
13670 数式番号を含めて、数式を完全に縁で囲むためには、数式をparbox内に収めなくてはなりません。こうするには、数式前にTeXモードで
13671 \series bold
13672 parbox{
13673 \backslash
13674 linewidth-2
13675 \backslash
13676 fboxsep-2
13677 \backslash
13678 fboxrule}{
13679 \series default
13680 というコマンドを挿入します。ここで
13681 \series bold
13682
13683 \backslash
13684 linewidth
13685 \begin_inset Index idx
13686 status collapsed
13687
13688 \begin_layout Plain Layout
13689 こまんど@コマンド ! L ! 
13690 \backslash
13691 linewidth
13692 \end_layout
13693
13694 \end_inset
13695
13696
13697 \series default
13698 は、使用中の文書に設定されている行幅です。縁は、parboxの外側にあるので、縁余白と縁幅の2倍を行幅から差し引かなくてはなりません。バグ
13699 \begin_inset Foot
13700 status collapsed
13701
13702 \begin_layout Plain Layout
13703 \begin_inset CommandInset href
13704 LatexCommand href
13705 name "LyX-bug #4483"
13706 target "http://www.lyx.org/trac/ticket/4483"
13707
13708 \end_inset
13709
13710
13711 \end_layout
13712
13713 \end_inset
13714
13715 のせいでLyXはこれを自動的に行いませんので、TeXモードを使用する必要があります。引数中で掛け算や引き算を行うためには、LaTeXパッケージの
13716 \series bold
13717 calc
13718 \series default
13719
13720 \begin_inset Foot
13721 status collapsed
13722
13723 \begin_layout Plain Layout
13724
13725 \series bold
13726 calc
13727 \series default
13728 は、標準的LaTeX頒布版のすべてに含まれています。
13729 \end_layout
13730
13731 \end_inset
13732
13733
13734 \begin_inset Index idx
13735 status collapsed
13736
13737 \begin_layout Plain Layout
13738 ぱっけーじ@パッケージ ! calc
13739 \end_layout
13740
13741 \end_inset
13742
13743 を、LaTeXプリアンブル中で
13744 \end_layout
13745
13746 \begin_layout Standard
13747
13748 \series bold
13749
13750 \backslash
13751 usepackage{calc}
13752 \end_layout
13753
13754 \begin_layout Standard
13755 のように読み込んでおく必要があります。数式の後では、TeXモードで
13756 \series bold
13757 }}
13758 \series default
13759 を入力して、二つのボックスを閉じておかなくてはなりません。以下に例を挙げます。
13760 \begin_inset ERT
13761 status collapsed
13762
13763 \begin_layout Plain Layout
13764
13765
13766 \backslash
13767 fboxsep 5mm 
13768 \backslash
13769 fboxrule 5mm
13770 \end_layout
13771
13772 \end_inset
13773
13774
13775 \end_layout
13776
13777 \begin_layout Standard
13778 \begin_inset ERT
13779 status collapsed
13780
13781 \begin_layout Plain Layout
13782
13783
13784 \backslash
13785 fbox{
13786 \backslash
13787 parbox{
13788 \backslash
13789 linewidth-2
13790 \backslash
13791 fboxsep-2
13792 \backslash
13793 fboxrule}{
13794 \end_layout
13795
13796 \end_inset
13797
13798
13799 \begin_inset Formula 
13800 \begin{equation}
13801 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}
13802 \end{equation}
13803
13804 \end_inset
13805
13806
13807 \begin_inset ERT
13808 status collapsed
13809
13810 \begin_layout Plain Layout
13811
13812 }}
13813 \end_layout
13814
13815 \end_inset
13816
13817
13818 \begin_inset ERT
13819 status collapsed
13820
13821 \begin_layout Plain Layout
13822
13823
13824 \backslash
13825 fboxrule 0.4pt 
13826 \backslash
13827 fboxsep 3pt
13828 \end_layout
13829
13830 \end_inset
13831
13832
13833 \end_layout
13834
13835 \begin_layout Standard
13836 \begin_inset VSpace medskip
13837 \end_inset
13838
13839
13840 \series bold
13841
13842 \backslash
13843 fbox
13844 \series default
13845 の引数としてparboxが使われているので、この場合には、
13846 \series bold
13847
13848 \backslash
13849 fbox
13850 \series default
13851 を使おうが
13852 \series bold
13853
13854 \backslash
13855 boxed
13856 \series default
13857 を使おうが、差は生じません。
13858 \end_layout
13859
13860 \begin_layout Standard
13861 \begin_inset VSpace bigskip
13862 \end_inset
13863
13864 段落ボックスは、数式にじかにコメントを付けるのにたいへん便利です。これを行うには、
13865 \series bold
13866
13867 \backslash
13868 parbox
13869 \series default
13870
13871 \series bold
13872
13873 \backslash
13874 tag
13875 \series default
13876 コマンドといっしょに使います(
13877 \series bold
13878
13879 \backslash
13880 tag
13881 \series default
13882 についての詳細は、第
13883 \begin_inset CommandInset ref
13884 LatexCommand ref
13885 reference "sub:ユーザー定義番号"
13886
13887 \end_inset
13888
13889 節をご参照下さい)
13890 \end_layout
13891
13892 \begin_layout Standard
13893 以下は、
13894 \series bold
13895
13896 \backslash
13897 parbox
13898 \series default
13899 を使ってコメントを付けた数式の例です。
13900 \end_layout
13901
13902 \begin_layout Standard
13903 \begin_inset ERT
13904 status collapsed
13905
13906 \begin_layout Plain Layout
13907
13908
13909 \backslash
13910 [5x-7b=3b
13911 \backslash
13912 tag*{
13913 \backslash
13914 parbox{5cm}{
13915 \end_layout
13916
13917 \end_inset
13918
13919 これは説明です。数式や多行数式本体からはっきりと離れています。
13920 \begin_inset ERT
13921 status collapsed
13922
13923 \begin_layout Plain Layout
13924
13925 }}
13926 \backslash
13927 ]
13928 \end_layout
13929
13930 \end_inset
13931
13932
13933 \end_layout
13934
13935 \begin_layout Standard
13936 LyXは、まだ数式中での
13937 \series bold
13938
13939 \backslash
13940 parbox
13941 \series default
13942 コマンドをサポートしていないので、上のような数式は、完全にTeXモードで挿入しなくてはなりません。この数式は、以下のようなコマンド列を使って作ってあります。
13943 \end_layout
13944
13945 \begin_layout Standard
13946 まず、
13947 \series bold
13948
13949 \backslash
13950 [5x-7b=3b
13951 \backslash
13952 tag*
13953 \backslash
13954 {
13955 \backslash
13956 parbox{5cm}{
13957 \series default
13958 というコマンドをTeXモードで挿入します
13959 \begin_inset Foot
13960 status collapsed
13961
13962 \begin_layout Plain Layout
13963
13964 \series bold
13965 行頭下げ
13966 \series default
13967 数式様式を使用している時には、
13968 \series bold
13969
13970 \backslash
13971 tag*
13972 \backslash
13973 {
13974 \series default
13975 の代わりに
13976 \series bold
13977
13978 \backslash
13979 hfill
13980 \series default
13981 を用いることもできます(数式様式に関しては、第
13982 \begin_inset CommandInset ref
13983 LatexCommand ref
13984 reference "sec:数式様式"
13985
13986 \end_inset
13987
13988 節をご参照下さい)。
13989 \end_layout
13990
13991 \end_inset
13992
13993 。それから、説明を通常のテキストとして入れ、最後に
13994 \series bold
13995 }}
13996 \backslash
13997 ]
13998 \series default
13999 をTeXモードで挿入します。ここで
14000 \series bold
14001
14002 \backslash
14003 [
14004 \series default
14005 および
14006 \series bold
14007
14008 \backslash
14009 ]
14010 \series default
14011 コマンドは別行立て数式を作るためのものです。
14012 \end_layout
14013
14014 \begin_layout Standard
14015
14016 \series bold
14017
14018 \backslash
14019 parbox
14020 \series default
14021 を使う利点は、数式テキストモードを使用して「コメントを付けた」以下の例と比較すると、よくわかるでしょう。
14022 \begin_inset Formula 
14023 \[
14024 5x-7b=3b\textrm{これは説明です。数式本体から離れていません...}
14025 \]
14026
14027 \end_inset
14028
14029
14030 \end_layout
14031
14032 \begin_layout Section
14033 演算子
14034 \begin_inset Index idx
14035 status collapsed
14036
14037 \begin_layout Plain Layout
14038 えんざんし@演算子
14039 \end_layout
14040
14041 \end_inset
14042
14043
14044 \end_layout
14045
14046 \begin_layout Subsection
14047 大演算子
14048 \begin_inset CommandInset label
14049 LatexCommand label
14050 name "sub:大演算子"
14051
14052 \end_inset
14053
14054
14055 \begin_inset Index idx
14056 status collapsed
14057
14058 \begin_layout Plain Layout
14059 えんざんし@演算子 ! だい@大
14060 \end_layout
14061
14062 \end_inset
14063
14064
14065 \begin_inset Index idx
14066 status collapsed
14067
14068 \begin_layout Plain Layout
14069 わ@和
14070 \end_layout
14071
14072 \end_inset
14073
14074
14075 \begin_inset Index idx
14076 status collapsed
14077
14078 \begin_layout Plain Layout
14079 せきぶんきごう@積分記号
14080 \end_layout
14081
14082 \end_inset
14083
14084
14085 \end_layout
14086
14087 \begin_layout Standard
14088 ここに挙げた積分演算子をすべて使えるようにするには、文書設定の
14089 \family sans
14090 数式オプション
14091 \family default
14092 の面にある
14093 \family sans
14094 esintパッケージを自動的に使う
14095 \family default
14096 オプションを有効にしなくてはなりません。
14097 \end_layout
14098
14099 \begin_layout Standard
14100 \begin_inset space \hfill{}
14101 \end_inset
14102
14103
14104 \begin_inset Tabular
14105 <lyxtabular version="3" rows="9" columns="2">
14106 <features rotate="0" tabularvalignment="middle">
14107 <column alignment="center" valignment="top" width="0pt">
14108 <column alignment="center" valignment="top" width="0pt">
14109 <row>
14110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14111 \begin_inset Text
14112
14113 \begin_layout Plain Layout
14114 コマンド
14115 \end_layout
14116
14117 \end_inset
14118 </cell>
14119 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14120 \begin_inset Text
14121
14122 \begin_layout Plain Layout
14123 出力
14124 \end_layout
14125
14126 \end_inset
14127 </cell>
14128 </row>
14129 <row>
14130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14131 \begin_inset Text
14132
14133 \begin_layout Plain Layout
14134
14135 \backslash
14136 sum
14137 \begin_inset Index idx
14138 status collapsed
14139
14140 \begin_layout Plain Layout
14141 こまんど@コマンド ! S ! 
14142 \backslash
14143 sum
14144 \end_layout
14145
14146 \end_inset
14147
14148
14149 \end_layout
14150
14151 \end_inset
14152 </cell>
14153 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14154 \begin_inset Text
14155
14156 \begin_layout Plain Layout
14157 \begin_inset Formula $\sum$
14158 \end_inset
14159
14160
14161 \end_layout
14162
14163 \end_inset
14164 </cell>
14165 </row>
14166 <row>
14167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14168 \begin_inset Text
14169
14170 \begin_layout Plain Layout
14171
14172 \backslash
14173 int
14174 \begin_inset Index idx
14175 status collapsed
14176
14177 \begin_layout Plain Layout
14178 こまんど@コマンド ! I ! 
14179 \backslash
14180 int
14181 \end_layout
14182
14183 \end_inset
14184
14185
14186 \end_layout
14187
14188 \end_inset
14189 </cell>
14190 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14191 \begin_inset Text
14192
14193 \begin_layout Plain Layout
14194 \begin_inset Formula $\int$
14195 \end_inset
14196
14197
14198 \end_layout
14199
14200 \end_inset
14201 </cell>
14202 </row>
14203 <row>
14204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14205 \begin_inset Text
14206
14207 \begin_layout Plain Layout
14208
14209 \backslash
14210 oint
14211 \end_layout
14212
14213 \end_inset
14214 </cell>
14215 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14216 \begin_inset Text
14217
14218 \begin_layout Plain Layout
14219 \begin_inset Formula $\oint$
14220 \end_inset
14221
14222
14223 \end_layout
14224
14225 \end_inset
14226 </cell>
14227 </row>
14228 <row>
14229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14230 \begin_inset Text
14231
14232 \begin_layout Plain Layout
14233
14234 \backslash
14235 ointctrclockwise
14236 \end_layout
14237
14238 \end_inset
14239 </cell>
14240 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14241 \begin_inset Text
14242
14243 \begin_layout Plain Layout
14244 \begin_inset Formula $\ointctrclockwise$
14245 \end_inset
14246
14247
14248 \end_layout
14249
14250 \end_inset
14251 </cell>
14252 </row>
14253 <row>
14254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14255 \begin_inset Text
14256
14257 \begin_layout Plain Layout
14258
14259 \backslash
14260 ointclockwise
14261 \end_layout
14262
14263 \end_inset
14264 </cell>
14265 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14266 \begin_inset Text
14267
14268 \begin_layout Plain Layout
14269 \begin_inset Formula $\ointclockwise$
14270 \end_inset
14271
14272
14273 \end_layout
14274
14275 \end_inset
14276 </cell>
14277 </row>
14278 <row>
14279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14280 \begin_inset Text
14281
14282 \begin_layout Plain Layout
14283
14284 \backslash
14285 sqint
14286 \end_layout
14287
14288 \end_inset
14289 </cell>
14290 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14291 \begin_inset Text
14292
14293 \begin_layout Plain Layout
14294 \begin_inset Formula $\sqint$
14295 \end_inset
14296
14297
14298 \end_layout
14299
14300 \end_inset
14301 </cell>
14302 </row>
14303 <row>
14304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14305 \begin_inset Text
14306
14307 \begin_layout Plain Layout
14308
14309 \backslash
14310 bigcap
14311 \end_layout
14312
14313 \end_inset
14314 </cell>
14315 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14316 \begin_inset Text
14317
14318 \begin_layout Plain Layout
14319 \begin_inset Formula $\bigcap$
14320 \end_inset
14321
14322
14323 \end_layout
14324
14325 \end_inset
14326 </cell>
14327 </row>
14328 <row>
14329 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14330 \begin_inset Text
14331
14332 \begin_layout Plain Layout
14333
14334 \backslash
14335 bigcup
14336 \end_layout
14337
14338 \end_inset
14339 </cell>
14340 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14341 \begin_inset Text
14342
14343 \begin_layout Plain Layout
14344 \begin_inset Formula $\bigcup$
14345 \end_inset
14346
14347
14348 \end_layout
14349
14350 \end_inset
14351 </cell>
14352 </row>
14353 </lyxtabular>
14354
14355 \end_inset
14356
14357
14358 \begin_inset space \hfill{}
14359 \end_inset
14360
14361
14362 \begin_inset Tabular
14363 <lyxtabular version="3" rows="10" columns="2">
14364 <features rotate="0" tabularvalignment="middle">
14365 <column alignment="center" valignment="top" width="0pt">
14366 <column alignment="center" valignment="top" width="0pt">
14367 <row>
14368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14369 \begin_inset Text
14370
14371 \begin_layout Plain Layout
14372 コマンド
14373 \end_layout
14374
14375 \end_inset
14376 </cell>
14377 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14378 \begin_inset Text
14379
14380 \begin_layout Plain Layout
14381 出力
14382 \end_layout
14383
14384 \end_inset
14385 </cell>
14386 </row>
14387 <row>
14388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14389 \begin_inset Text
14390
14391 \begin_layout Plain Layout
14392
14393 \backslash
14394 prod
14395 \begin_inset Index idx
14396 status collapsed
14397
14398 \begin_layout Plain Layout
14399 こまんど@コマンド ! P ! 
14400 \backslash
14401 prod
14402 \end_layout
14403
14404 \end_inset
14405
14406
14407 \end_layout
14408
14409 \end_inset
14410 </cell>
14411 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14412 \begin_inset Text
14413
14414 \begin_layout Plain Layout
14415 \begin_inset Formula $\prod$
14416 \end_inset
14417
14418
14419 \end_layout
14420
14421 \end_inset
14422 </cell>
14423 </row>
14424 <row>
14425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14426 \begin_inset Text
14427
14428 \begin_layout Plain Layout
14429
14430 \backslash
14431 coprod
14432 \end_layout
14433
14434 \end_inset
14435 </cell>
14436 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14437 \begin_inset Text
14438
14439 \begin_layout Plain Layout
14440 \begin_inset Formula $\coprod$
14441 \end_inset
14442
14443
14444 \end_layout
14445
14446 \end_inset
14447 </cell>
14448 </row>
14449 <row>
14450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14451 \begin_inset Text
14452
14453 \begin_layout Plain Layout
14454
14455 \backslash
14456 bigodot
14457 \end_layout
14458
14459 \end_inset
14460 </cell>
14461 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14462 \begin_inset Text
14463
14464 \begin_layout Plain Layout
14465 \begin_inset Formula $\bigodot$
14466 \end_inset
14467
14468
14469 \end_layout
14470
14471 \end_inset
14472 </cell>
14473 </row>
14474 <row>
14475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14476 \begin_inset Text
14477
14478 \begin_layout Plain Layout
14479
14480 \backslash
14481 bigotimes
14482 \end_layout
14483
14484 \end_inset
14485 </cell>
14486 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14487 \begin_inset Text
14488
14489 \begin_layout Plain Layout
14490 \begin_inset Formula $\bigotimes$
14491 \end_inset
14492
14493
14494 \end_layout
14495
14496 \end_inset
14497 </cell>
14498 </row>
14499 <row>
14500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14501 \begin_inset Text
14502
14503 \begin_layout Plain Layout
14504
14505 \backslash
14506 bigoplus
14507 \end_layout
14508
14509 \end_inset
14510 </cell>
14511 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14512 \begin_inset Text
14513
14514 \begin_layout Plain Layout
14515 \begin_inset Formula $\bigoplus$
14516 \end_inset
14517
14518
14519 \end_layout
14520
14521 \end_inset
14522 </cell>
14523 </row>
14524 <row>
14525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14526 \begin_inset Text
14527
14528 \begin_layout Plain Layout
14529
14530 \backslash
14531 bigwedge
14532 \end_layout
14533
14534 \end_inset
14535 </cell>
14536 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14537 \begin_inset Text
14538
14539 \begin_layout Plain Layout
14540 \begin_inset Formula $\bigwedge$
14541 \end_inset
14542
14543
14544 \end_layout
14545
14546 \end_inset
14547 </cell>
14548 </row>
14549 <row>
14550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14551 \begin_inset Text
14552
14553 \begin_layout Plain Layout
14554
14555 \backslash
14556 bigvee
14557 \end_layout
14558
14559 \end_inset
14560 </cell>
14561 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14562 \begin_inset Text
14563
14564 \begin_layout Plain Layout
14565 \begin_inset Formula $\bigvee$
14566 \end_inset
14567
14568
14569 \end_layout
14570
14571 \end_inset
14572 </cell>
14573 </row>
14574 <row>
14575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14576 \begin_inset Text
14577
14578 \begin_layout Plain Layout
14579
14580 \backslash
14581 bigsqcup
14582 \end_layout
14583
14584 \end_inset
14585 </cell>
14586 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14587 \begin_inset Text
14588
14589 \begin_layout Plain Layout
14590 \begin_inset Formula $\bigsqcup$
14591 \end_inset
14592
14593
14594 \end_layout
14595
14596 \end_inset
14597 </cell>
14598 </row>
14599 <row>
14600 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14601 \begin_inset Text
14602
14603 \begin_layout Plain Layout
14604
14605 \backslash
14606 biguplus
14607 \end_layout
14608
14609 \end_inset
14610 </cell>
14611 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14612 \begin_inset Text
14613
14614 \begin_layout Plain Layout
14615 \begin_inset Formula $\biguplus$
14616 \end_inset
14617
14618
14619 \end_layout
14620
14621 \end_inset
14622 </cell>
14623 </row>
14624 </lyxtabular>
14625
14626 \end_inset
14627
14628
14629 \begin_inset space \hfill{}
14630 \end_inset
14631
14632
14633 \end_layout
14634
14635 \begin_layout Standard
14636 すべての大演算子は、数式ツールバーボタンの
14637 \begin_inset Graphics
14638         filename ../../images/math/intop.png
14639         scale 85
14640
14641 \end_inset
14642
14643 でも挿入することができます。
14644 \end_layout
14645
14646 \begin_layout Standard
14647 これらの演算子は、よく見ないと同じように見える二項演算子よりも大きいので、大演算子と呼ばれます。大演算子はすべて、次小節で説明する「範囲」をとることができます。
14648 \end_layout
14649
14650 \begin_layout Standard
14651 積分演算子はすべて、
14652 \series bold
14653
14654 \backslash
14655 intop
14656 \series default
14657
14658 \series bold
14659
14660 \backslash
14661 ointop
14662 \series default
14663 のように、
14664 \series bold
14665 op
14666 \series default
14667 で終わる別バージョンがあります。これらの演算子は、
14668 \series bold
14669
14670 \backslash
14671 int
14672 \series default
14673 とは範囲の表示のしかたが異なります。第
14674 \begin_inset CommandInset ref
14675 LatexCommand ref
14676 reference "sub:演算子の範囲"
14677
14678 \end_inset
14679
14680 節をご参照下さい。
14681 \end_layout
14682
14683 \begin_layout Subsubsection*
14684 積分の子細
14685 \end_layout
14686
14687 \begin_layout Standard
14688 積分中で用いられる文字
14689 \emph on
14690 d
14691 \emph default
14692 は演算子なので、アップライト体で組まれなくてはなりません。これを行うには
14693 \emph on
14694 d
14695 \emph default
14696 を選択して、
14697 \begin_inset Flex Ruby
14698 status collapsed
14699
14700 \begin_layout Plain Layout
14701 捷径
14702 \begin_inset Argument post:1
14703 status collapsed
14704
14705 \begin_layout Plain Layout
14706 ショートカット
14707 \end_layout
14708
14709 \end_inset
14710
14711
14712 \end_layout
14713
14714 \end_inset
14715
14716
14717 \begin_inset Info
14718 type  "shortcut"
14719 arg   "font-roman"
14720 \end_inset
14721
14722 を用います
14723 \begin_inset Foot
14724 status collapsed
14725
14726 \begin_layout Plain Layout
14727 文字様式については、第
14728 \begin_inset CommandInset ref
14729 LatexCommand ref
14730 reference "sub:書体様式"
14731
14732 \end_inset
14733
14734 節参照。
14735 \end_layout
14736
14737 \end_inset
14738
14739 。最後に、演算子の慣例に倣って、
14740 \emph on
14741 d
14742 \emph default
14743 の前に最小空白を挿入しなくてはなりません。たとえば、
14744 \end_layout
14745
14746 \begin_layout Standard
14747 正しくない例:
14748 \begin_inset Formula $\int A(x)dx$
14749 \end_inset
14750
14751
14752 \begin_inset Newline newline
14753 \end_inset
14754
14755 正しい
14756 \begin_inset Phantom HPhantom
14757 status open
14758
14759 \begin_layout Plain Layout
14760 ない
14761 \end_layout
14762
14763 \end_inset
14764
14765 例:
14766 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
14767 \end_inset
14768
14769
14770 \end_layout
14771
14772 \begin_layout Standard
14773 多重積分に関しては、以下のコマンドがあります。
14774 \begin_inset VSpace medskip
14775 \end_inset
14776
14777
14778 \end_layout
14779
14780 \begin_layout Standard
14781 \begin_inset space \hfill{}
14782 \end_inset
14783
14784
14785 \begin_inset Tabular
14786 <lyxtabular version="3" rows="4" columns="2">
14787 <features rotate="0" tabularvalignment="middle">
14788 <column alignment="center" valignment="top">
14789 <column alignment="center" valignment="top">
14790 <row>
14791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14792 \begin_inset Text
14793
14794 \begin_layout Plain Layout
14795 コマンド
14796 \end_layout
14797
14798 \end_inset
14799 </cell>
14800 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14801 \begin_inset Text
14802
14803 \begin_layout Plain Layout
14804 出力
14805 \begin_inset Note Note
14806 status collapsed
14807
14808 \begin_layout Plain Layout
14809 ここで
14810 \series bold
14811
14812 \backslash
14813 raisebox
14814 \series default
14815 はスペーサーとして使用しているだけです。
14816 \end_layout
14817
14818 \end_inset
14819
14820
14821 \end_layout
14822
14823 \end_inset
14824 </cell>
14825 </row>
14826 <row>
14827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14828 \begin_inset Text
14829
14830 \begin_layout Plain Layout
14831
14832 \backslash
14833 iint
14834 \end_layout
14835
14836 \end_inset
14837 </cell>
14838 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14839 \begin_inset Text
14840
14841 \begin_layout Plain Layout
14842 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
14843 \end_inset
14844
14845
14846 \end_layout
14847
14848 \end_inset
14849 </cell>
14850 </row>
14851 <row>
14852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14853 \begin_inset Text
14854
14855 \begin_layout Plain Layout
14856
14857 \backslash
14858 oiint
14859 \end_layout
14860
14861 \end_inset
14862 </cell>
14863 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14864 \begin_inset Text
14865
14866 \begin_layout Plain Layout
14867 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
14868 \end_inset
14869
14870
14871 \end_layout
14872
14873 \end_inset
14874 </cell>
14875 </row>
14876 <row>
14877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14878 \begin_inset Text
14879
14880 \begin_layout Plain Layout
14881
14882 \backslash
14883 sqiint
14884 \end_layout
14885
14886 \end_inset
14887 </cell>
14888 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14889 \begin_inset Text
14890
14891 \begin_layout Plain Layout
14892 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
14893 \end_inset
14894
14895
14896 \end_layout
14897
14898 \end_inset
14899 </cell>
14900 </row>
14901 </lyxtabular>
14902
14903 \end_inset
14904
14905
14906 \begin_inset space \hfill{}
14907 \end_inset
14908
14909
14910 \begin_inset Tabular
14911 <lyxtabular version="3" rows="4" columns="2">
14912 <features rotate="0" tabularvalignment="middle">
14913 <column alignment="center" valignment="top">
14914 <column alignment="center" valignment="top">
14915 <row>
14916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14917 \begin_inset Text
14918
14919 \begin_layout Plain Layout
14920 コマンド
14921 \end_layout
14922
14923 \end_inset
14924 </cell>
14925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14926 \begin_inset Text
14927
14928 \begin_layout Plain Layout
14929 出力
14930 \end_layout
14931
14932 \end_inset
14933 </cell>
14934 </row>
14935 <row>
14936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14937 \begin_inset Text
14938
14939 \begin_layout Plain Layout
14940
14941 \backslash
14942 iiint
14943 \end_layout
14944
14945 \end_inset
14946 </cell>
14947 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14948 \begin_inset Text
14949
14950 \begin_layout Plain Layout
14951 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
14952 \end_inset
14953
14954
14955 \end_layout
14956
14957 \end_inset
14958 </cell>
14959 </row>
14960 <row>
14961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14962 \begin_inset Text
14963
14964 \begin_layout Plain Layout
14965
14966 \backslash
14967 iiiint
14968 \end_layout
14969
14970 \end_inset
14971 </cell>
14972 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14973 \begin_inset Text
14974
14975 \begin_layout Plain Layout
14976 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
14977 \end_inset
14978
14979
14980 \end_layout
14981
14982 \end_inset
14983 </cell>
14984 </row>
14985 <row>
14986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14987 \begin_inset Text
14988
14989 \begin_layout Plain Layout
14990
14991 \backslash
14992 dotsint
14993 \end_layout
14994
14995 \end_inset
14996 </cell>
14997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14998 \begin_inset Text
14999
15000 \begin_layout Plain Layout
15001 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
15002 \end_inset
15003
15004
15005 \end_layout
15006
15007 \end_inset
15008 </cell>
15009 </row>
15010 </lyxtabular>
15011
15012 \end_inset
15013
15014
15015 \begin_inset space \hfill{}
15016 \end_inset
15017
15018
15019 \end_layout
15020
15021 \begin_layout Subsection
15022 演算子の範囲
15023 \begin_inset CommandInset label
15024 LatexCommand label
15025 name "sub:演算子の範囲"
15026
15027 \end_inset
15028
15029
15030 \begin_inset Index idx
15031 status collapsed
15032
15033 \begin_layout Plain Layout
15034 えんざんし@演算子 ! はんい@範囲
15035 \end_layout
15036
15037 \end_inset
15038
15039
15040 \end_layout
15041
15042 \begin_layout Standard
15043 範囲は、上付き文字と下付き文字とで作成することができます。
15044 \end_layout
15045
15046 \begin_layout Standard
15047 \align center
15048 \begin_inset Tabular
15049 <lyxtabular version="3" rows="2" columns="2">
15050 <features rotate="0" tabularvalignment="middle">
15051 <column alignment="center" valignment="top" width="0pt">
15052 <column alignment="center" valignment="top" width="0pt">
15053 <row>
15054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15055 \begin_inset Text
15056
15057 \begin_layout Plain Layout
15058 コマンド
15059 \end_layout
15060
15061 \end_inset
15062 </cell>
15063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15064 \begin_inset Text
15065
15066 \begin_layout Plain Layout
15067 出力
15068 \begin_inset Note Note
15069 status collapsed
15070
15071 \begin_layout Plain Layout
15072 ここで
15073 \series bold
15074
15075 \backslash
15076 raisebox
15077 \series default
15078 はスペーサーとして使用しているだけです。
15079 \end_layout
15080
15081 \end_inset
15082
15083
15084 \end_layout
15085
15086 \end_inset
15087 </cell>
15088 </row>
15089 <row>
15090 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15091 \begin_inset Text
15092
15093 \begin_layout Plain Layout
15094
15095 \backslash
15096 prod^
15097 \backslash
15098 infty
15099 \begin_inset space \textvisiblespace{}
15100 \end_inset
15101
15102
15103 \begin_inset Formula $\to$
15104 \end_inset
15105
15106 _0
15107 \begin_inset Formula $\to$
15108 \end_inset
15109
15110 A(x)
15111 \end_layout
15112
15113 \end_inset
15114 </cell>
15115 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15116 \begin_inset Text
15117
15118 \begin_layout Plain Layout
15119 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
15120 \end_inset
15121
15122
15123 \end_layout
15124
15125 \end_inset
15126 </cell>
15127 </row>
15128 </lyxtabular>
15129
15130 \end_inset
15131
15132
15133 \end_layout
15134
15135 \begin_layout Standard
15136 行内数式では、範囲は演算子の右横に表示されます。別行立て数式での範囲は、積分範囲を除き、演算子の上と下に表示されます。
15137 \end_layout
15138
15139 \begin_layout Standard
15140 範囲が演算子の横に表示されるように強制するには、カーソルを当該演算子の直後において、
15141 \family sans
15142 編集\SpecialChar \menuseparator
15143 数式\SpecialChar \menuseparator
15144 範囲の表記を変更
15145 \family default
15146 メニューで
15147 \family sans
15148 \series bold
15149 行内形式
15150 \family default
15151 \series default
15152 (
15153 \begin_inset Flex Ruby
15154 status collapsed
15155
15156 \begin_layout Plain Layout
15157 捷径
15158 \begin_inset Argument post:1
15159 status collapsed
15160
15161 \begin_layout Plain Layout
15162 ショートカット
15163 \end_layout
15164
15165 \end_inset
15166
15167
15168 \end_layout
15169
15170 \end_inset
15171
15172
15173 \begin_inset Info
15174 type  "shortcut"
15175 arg   "math-limits"
15176 \end_inset
15177
15178 )を選択することで範囲形式を変更することができます。以下はその用例です。
15179 \end_layout
15180
15181 \begin_layout Standard
15182 既定の範囲形式は、以下のようになっています。
15183 \begin_inset Formula 
15184 \[
15185 \sum_{x=0}^{\infty}\frac{1}{x^{2}}
15186 \]
15187
15188 \end_inset
15189
15190 以下は、範囲形式を
15191 \family sans
15192 \series bold
15193 行内形式
15194 \family default
15195 \series default
15196 に変更したときの表示です。
15197 \begin_inset Formula 
15198 \[
15199 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}
15200 \]
15201
15202 \end_inset
15203
15204
15205 \series bold
15206
15207 \backslash
15208 intop
15209 \series default
15210
15211 \series bold
15212
15213 \backslash
15214 ointop
15215 \series default
15216 などのように
15217 \series bold
15218 op
15219 \series default
15220 で終わるもの以外の積分記号では、範囲は、既定で演算子の横に設定されます。しかし、多重積分においては、範囲を演算子の下に置くべきときがあります。このことから、以下
15221 の例では、範囲形式を
15222 \series bold
15223 別行立て形式
15224 \series default
15225 にして積分記号の下に置くようにしています。
15226 \begin_inset Formula 
15227 \begin{equation}
15228 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}
15229 \end{equation}
15230
15231 \end_inset
15232
15233
15234 \end_layout
15235
15236 \begin_layout Standard
15237 \begin_inset VSpace medskip
15238 \end_inset
15239
15240 範囲に条件を指定したい場合には、
15241 \series bold
15242
15243 \backslash
15244 subarray
15245 \series default
15246
15247 \begin_inset Index idx
15248 status collapsed
15249
15250 \begin_layout Plain Layout
15251 こまんど@コマンド ! S ! 
15252 \backslash
15253 subarray
15254 \end_layout
15255
15256 \end_inset
15257
15258 コマンドや
15259 \series bold
15260
15261 \backslash
15262 substack
15263 \series default
15264
15265 \begin_inset Index idx
15266 status collapsed
15267
15268 \begin_layout Plain Layout
15269 こまんど@コマンド ! S ! 
15270 \backslash
15271 substack
15272 \end_layout
15273
15274 \end_inset
15275
15276 コマンドを使用します。たとえば、以下の表記 
15277 \begin_inset Formula 
15278 \begin{equation}
15279 \sum_{\begin{subarray}{c}
15280 0<k<1000\\
15281 \\
15282 k\,\in\,\mathbb{N}
15283 \end{subarray}}^{n}k^{-2}\label{eq:substack}
15284 \end{equation}
15285
15286 \end_inset
15287
15288
15289 \end_layout
15290
15291 \begin_layout Standard
15292 を作成するには、以下のようにしなくてはなりません。
15293 \begin_inset Newline newline
15294 \end_inset
15295
15296 まず、
15297 \series bold
15298
15299 \backslash
15300 sum
15301 \series default
15302 ^
15303 \series bold
15304 n
15305 \begin_inset space \textvisiblespace{}
15306 \end_inset
15307
15308 _
15309 \series default
15310 というコマンドを入力します。すると、和演算子の下の青枠に移動するので、ここに
15311 \series bold
15312
15313 \backslash
15314 subarray
15315 \begin_inset space \textvisiblespace{}
15316 \end_inset
15317
15318
15319 \series default
15320 コマンドを挿入します。すると、青枠が紫枠の中に入って、ここに複数の行を書き込むことができるようになります。新しい行は、改行(
15321 \begin_inset Info
15322 type  "shortcut"
15323 arg   "newline-insert newline"
15324 \end_inset
15325
15326 )を挿入することで作ることができます。ここに
15327 \begin_inset Newline newline
15328 \end_inset
15329
15330
15331 \series bold
15332 0
15333 \begin_inset Formula $\boldsymbol{<}$
15334 \end_inset
15335
15336 k
15337 \begin_inset Formula $\boldsymbol{<}$
15338 \end_inset
15339
15340 1000 Ctrl+Return
15341 \begin_inset Newline newline
15342 \end_inset
15343
15344
15345 \series default
15346 と入力すると、新規行のための新しい枠が現れます。
15347 \end_layout
15348
15349 \begin_layout Standard
15350 各行の揃え方は、
15351 \family sans
15352 表ツールバー
15353 \family default
15354
15355 \family sans
15356 編集\SpecialChar \menuseparator
15357 行と列
15358 \family default
15359 メニューで変更することができますが、右揃えにするには、行頭に
15360 \series bold
15361
15362 \backslash
15363 hfill
15364 \begin_inset space \textvisiblespace{}
15365 \end_inset
15366
15367
15368 \series default
15369 を挿入しなくてはなりません。
15370 \end_layout
15371
15372 \begin_layout Standard
15373
15374 \series bold
15375
15376 \backslash
15377 substack
15378 \series default
15379 コマンドは、各行がつねに中央揃えになることを除いては、
15380 \series bold
15381
15382 \backslash
15383 subarray
15384 \series default
15385 と同じです。
15386 \end_layout
15387
15388 \begin_layout Standard
15389 \begin_inset VSpace bigskip
15390 \end_inset
15391
15392 演算子の後に来る文字は、範囲の横に来るので、
15393 \begin_inset CommandInset ref
15394 LatexCommand eqref
15395 reference "eq:substack"
15396
15397 \end_inset
15398
15399 式のように、演算子の横の余白が大きくなりすぎることがあります。
15400 \lang english
15401 To avoid this the command 
15402 \series bold
15403 \lang japanese
15404
15405 \backslash
15406 mathclap
15407 \series default
15408
15409 \begin_inset Index idx
15410 status collapsed
15411
15412 \begin_layout Plain Layout
15413 こまんど@コマンド ! M ! 
15414 \backslash
15415 mathclap
15416 \end_layout
15417
15418 \end_inset
15419
15420
15421 \lang english
15422  can be used.
15423  It sets the width of its content to 0
15424 \begin_inset space \thinspace{}
15425 \end_inset
15426
15427 pt.
15428 \begin_inset Newline newline
15429 \end_inset
15430
15431
15432 \lang japanese
15433 これを
15434 \begin_inset CommandInset ref
15435 LatexCommand eqref
15436 reference "eq:substack"
15437
15438 \end_inset
15439
15440 式に応用すると、以下のようなコマンド
15441 \end_layout
15442
15443 \begin_layout Standard
15444
15445 \series bold
15446
15447 \backslash
15448 sum_
15449 \backslash
15450 mathclap
15451 \backslash
15452 substack
15453 \begin_inset space \textvisiblespace{}
15454 \end_inset
15455
15456 0
15457 \begin_inset Formula $\boldsymbol{<}$
15458 \end_inset
15459
15460 k
15461 \begin_inset Formula $\boldsymbol{<}$
15462 \end_inset
15463
15464 1000 Ctrl+Return
15465 \end_layout
15466
15467 \begin_layout Standard
15468 を使用して下限を作成することになります。これによって、足される要素は、和演算子の直後に来ることになります。
15469 \begin_inset Formula 
15470 \[
15471 \sum_{\mathclap{\substack{0<k<1000\\
15472 \\
15473 k\,\in\,\mathbb{N}
15474 }
15475 }}^{n}k^{-2}
15476 \]
15477
15478 \end_inset
15479
15480
15481 \end_layout
15482
15483 \begin_layout Standard
15484 \begin_inset VSpace bigskip
15485 \end_inset
15486
15487
15488 \end_layout
15489
15490 \begin_layout Standard
15491
15492 \lang english
15493 When several consecutive operators have limits the typesetting of the limits
15494  looks often imperfect in the output, see this example:
15495 \lang japanese
15496
15497 \begin_inset Formula 
15498 \[
15499 \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}
15500 \]
15501
15502 \end_inset
15503
15504
15505 \lang english
15506 To improve the typesetting set in the document settings under 
15507 \family sans
15508 Math
15509 \begin_inset space ~
15510 \end_inset
15511
15512 Options
15513 \family default
15514  for the package
15515 \lang japanese
15516  
15517 \series bold
15518 mathtools
15519 \series default
15520
15521 \begin_inset Index idx
15522 status collapsed
15523
15524 \begin_layout Plain Layout
15525 ぱっけーじ@パッケージ ! mathtools
15526 \end_layout
15527
15528 \end_inset
15529
15530  
15531 \lang english
15532 the option 
15533 \family sans
15534 Load
15535 \begin_inset space ~
15536 \end_inset
15537
15538 always
15539 \family default
15540 .
15541  Then insert into your formula the command 
15542 \series bold
15543 \lang japanese
15544
15545 \backslash
15546 adjustlimits
15547 \series default
15548
15549 \begin_inset Index idx
15550 status collapsed
15551
15552 \begin_layout Plain Layout
15553 こまんど@コマンド ! A ! 
15554 \backslash
15555 adjustlimits
15556 \end_layout
15557
15558 \end_inset
15559
15560  
15561 \lang english
15562 directly before the first operator.
15563  The example will then look like this:
15564 \lang japanese
15565
15566 \begin_inset Formula 
15567 \[
15568 \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}
15569 \]
15570
15571 \end_inset
15572
15573
15574 \end_layout
15575
15576 \begin_layout Standard
15577 \begin_inset VSpace bigskip
15578 \end_inset
15579
15580 一つの範囲を複数の演算子に用いる方法が、第
15581 \begin_inset CommandInset ref
15582 LatexCommand ref
15583 reference "sub:自己定義演算子"
15584
15585 \end_inset
15586
15587 節に述べられています。
15588 \end_layout
15589
15590 \begin_layout Subsection
15591 演算子の修飾
15592 \begin_inset Index idx
15593 status collapsed
15594
15595 \begin_layout Plain Layout
15596 えんざんし@演算子 ! 
15597 \family sans
15598 \series bold
15599 しゅうしょく@修飾
15600 \end_layout
15601
15602 \end_inset
15603
15604
15605 \end_layout
15606
15607 \begin_layout Standard
15608
15609 \series bold
15610
15611 \backslash
15612 overset
15613 \series default
15614
15615 \begin_inset Index idx
15616 status collapsed
15617
15618 \begin_layout Plain Layout
15619 こまんど@コマンド ! O ! 
15620 \backslash
15621 overset
15622 \end_layout
15623
15624 \end_inset
15625
15626 コマンドや
15627 \series bold
15628
15629 \backslash
15630 underset
15631 \series default
15632
15633 \begin_inset Index idx
15634 status collapsed
15635
15636 \begin_layout Plain Layout
15637 こまんど@コマンド ! U ! 
15638 \backslash
15639 underset
15640 \end_layout
15641
15642 \end_inset
15643
15644 コマンドを使うと、それぞれ演算子の上や下に、文字をアクセントとして付けることができます。また、
15645 \series bold
15646
15647 \backslash
15648 sideset
15649 \series default
15650
15651 \begin_inset Index idx
15652 status collapsed
15653
15654 \begin_layout Plain Layout
15655 こまんど@コマンド ! S ! 
15656 \backslash
15657 sideset
15658 \end_layout
15659
15660 \end_inset
15661
15662 コマンドを使うと、文字を演算子の前や後ろに付けることができます。
15663 \end_layout
15664
15665 \begin_layout Standard
15666
15667 \lang english
15668 There are 4
15669 \begin_inset space ~
15670 \end_inset
15671
15672 variants of 
15673 \series bold
15674
15675 \backslash
15676 sideset
15677 \series default
15678 :
15679 \end_layout
15680
15681 \begin_layout Itemize
15682
15683 \series bold
15684 \lang english
15685
15686 \backslash
15687 sideset
15688 \series default
15689  is used to set characters at the corners of the operator
15690 \end_layout
15691
15692 \begin_layout Itemize
15693
15694 \series bold
15695 \lang english
15696
15697 \backslash
15698 sidesetn
15699 \series default
15700  is used to set characters before and/or behind the operator (this variant
15701  represents LaTeX's original 
15702 \series bold
15703
15704 \backslash
15705 sideset
15706 \series default
15707  command)
15708 \end_layout
15709
15710 \begin_layout Itemize
15711
15712 \series bold
15713 \lang english
15714
15715 \backslash
15716 sidesetl
15717 \series default
15718  is used to set characters at the left corners and/or behind the operator
15719 \end_layout
15720
15721 \begin_layout Itemize
15722
15723 \series bold
15724 \lang english
15725
15726 \backslash
15727 sidesetr
15728 \series default
15729  is used to set characters at the right corners and/or before the operator
15730 \end_layout
15731
15732 \begin_layout Standard
15733 たとえば、
15734 \series bold
15735
15736 \backslash
15737 sidesetn
15738 \begin_inset space \textvisiblespace{}
15739 \end_inset
15740
15741
15742 \backslash
15743 sum
15744 \begin_inset space \textvisiblespace{}
15745 \end_inset
15746
15747
15748 \begin_inset Formula $\to$
15749 \end_inset
15750
15751 '
15752 \begin_inset Formula $\to$
15753 \end_inset
15754
15755 _k=1
15756 \begin_inset space \textvisiblespace{}
15757 \end_inset
15758
15759
15760 \series default
15761 ^
15762 \series bold
15763 n
15764 \series default
15765 というコマンドを入力すると、
15766 \begin_inset Formula 
15767 \[
15768 \sideset{}{'}\sum_{k=1}^{n}
15769 \]
15770
15771 \end_inset
15772
15773 のようになります。
15774 \end_layout
15775
15776 \begin_layout Standard
15777 \begin_inset Note Greyedout
15778 status open
15779
15780 \begin_layout Plain Layout
15781
15782 \series bold
15783 【註】
15784 \backslash
15785 sideset
15786 \series default
15787 は、大演算子を修飾するためだけに用いることができ、二項演算子には用いることができません。
15788 \end_layout
15789
15790 \end_inset
15791
15792
15793 \end_layout
15794
15795 \begin_layout Standard
15796 のようになります。最後の例からわかるように、
15797 \series bold
15798
15799 \backslash
15800 overset
15801 \series default
15802
15803 \series bold
15804
15805 \backslash
15806 underset
15807 \series default
15808 では、記号や文字にアクセントをつけることもできます。一方。 また、
15809 \series bold
15810
15811 \backslash
15812 overset
15813 \begin_inset space \textvisiblespace{}
15814 \end_inset
15815
15816
15817 \backslash
15818 maltese
15819 \begin_inset space \textvisiblespace{}
15820 \end_inset
15821
15822
15823 \series default
15824
15825 \begin_inset Formula $\uparrow$
15826 \end_inset
15827
15828
15829 \series bold
15830 a
15831 \series default
15832 というコマンドならば、
15833 \begin_inset Formula 
15834 \[
15835 \overset{a}{\maltese}
15836 \]
15837
15838 \end_inset
15839
15840
15841 \end_layout
15842
15843 \begin_layout Subsection
15844 二項演算子
15845 \begin_inset CommandInset label
15846 LatexCommand label
15847 name "sub:二項演算子"
15848
15849 \end_inset
15850
15851
15852 \begin_inset Index idx
15853 status collapsed
15854
15855 \begin_layout Plain Layout
15856 えんざんし@演算子 ! にこう@二項
15857 \end_layout
15858
15859 \end_inset
15860
15861
15862 \end_layout
15863
15864 \begin_layout Standard
15865 二項演算子は、前後に文字がある場合、周囲に余白が入ります。
15866 \begin_inset VSpace medskip
15867 \end_inset
15868
15869
15870 \end_layout
15871
15872 \begin_layout Standard
15873 \begin_inset space \hfill{}
15874 \end_inset
15875
15876
15877 \begin_inset Tabular
15878 <lyxtabular version="3" rows="13" columns="2">
15879 <features rotate="0" tabularvalignment="middle">
15880 <column alignment="center" valignment="top" width="0pt">
15881 <column alignment="center" valignment="top" width="0pt">
15882 <row>
15883 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15884 \begin_inset Text
15885
15886 \begin_layout Plain Layout
15887 コマンド
15888 \begin_inset Note Note
15889 status collapsed
15890
15891 \begin_layout Plain Layout
15892 ここで
15893 \series bold
15894
15895 \backslash
15896 raisebox
15897 \series default
15898 はスペーサーとして使用しているだけです。
15899 \end_layout
15900
15901 \end_inset
15902
15903
15904 \end_layout
15905
15906 \end_inset
15907 </cell>
15908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15909 \begin_inset Text
15910
15911 \begin_layout Plain Layout
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 \end_layout
15948
15949 \end_inset
15950 </cell>
15951 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15952 \begin_inset Text
15953
15954 \begin_layout Plain Layout
15955 \begin_inset Formula $-$
15956 \end_inset
15957
15958
15959 \end_layout
15960
15961 \end_inset
15962 </cell>
15963 </row>
15964 <row>
15965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15966 \begin_inset Text
15967
15968 \begin_layout Plain Layout
15969
15970 \backslash
15971 pm
15972 \end_layout
15973
15974 \end_inset
15975 </cell>
15976 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15977 \begin_inset Text
15978
15979 \begin_layout Plain Layout
15980 \begin_inset Formula $\pm$
15981 \end_inset
15982
15983
15984 \end_layout
15985
15986 \end_inset
15987 </cell>
15988 </row>
15989 <row>
15990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15991 \begin_inset Text
15992
15993 \begin_layout Plain Layout
15994
15995 \backslash
15996 mp
15997 \end_layout
15998
15999 \end_inset
16000 </cell>
16001 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16002 \begin_inset Text
16003
16004 \begin_layout Plain Layout
16005 \begin_inset Formula $\mp$
16006 \end_inset
16007
16008
16009 \end_layout
16010
16011 \end_inset
16012 </cell>
16013 </row>
16014 <row>
16015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16016 \begin_inset Text
16017
16018 \begin_layout Plain Layout
16019
16020 \backslash
16021 cdot
16022 \end_layout
16023
16024 \end_inset
16025 </cell>
16026 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16027 \begin_inset Text
16028
16029 \begin_layout Plain Layout
16030 \begin_inset Formula $\cdot$
16031 \end_inset
16032
16033
16034 \end_layout
16035
16036 \end_inset
16037 </cell>
16038 </row>
16039 <row>
16040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16041 \begin_inset Text
16042
16043 \begin_layout Plain Layout
16044
16045 \backslash
16046 times
16047 \end_layout
16048
16049 \end_inset
16050 </cell>
16051 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16052 \begin_inset Text
16053
16054 \begin_layout Plain Layout
16055 \begin_inset Formula $\times$
16056 \end_inset
16057
16058
16059 \end_layout
16060
16061 \end_inset
16062 </cell>
16063 </row>
16064 <row>
16065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16066 \begin_inset Text
16067
16068 \begin_layout Plain Layout
16069
16070 \backslash
16071 div
16072 \end_layout
16073
16074 \end_inset
16075 </cell>
16076 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16077 \begin_inset Text
16078
16079 \begin_layout Plain Layout
16080 \begin_inset Formula $\div$
16081 \end_inset
16082
16083
16084 \end_layout
16085
16086 \end_inset
16087 </cell>
16088 </row>
16089 <row>
16090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16091 \begin_inset Text
16092
16093 \begin_layout Plain Layout
16094 \begin_inset ERT
16095 status collapsed
16096
16097 \begin_layout Plain Layout
16098
16099
16100 \backslash
16101 raisebox{-1.2mm}{
16102 \end_layout
16103
16104 \end_inset
16105
16106 *
16107 \begin_inset ERT
16108 status collapsed
16109
16110 \begin_layout Plain Layout
16111
16112 }
16113 \end_layout
16114
16115 \end_inset
16116
16117
16118 \end_layout
16119
16120 \end_inset
16121 </cell>
16122 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16123 \begin_inset Text
16124
16125 \begin_layout Plain Layout
16126 \begin_inset Formula $*$
16127 \end_inset
16128
16129
16130 \end_layout
16131
16132 \end_inset
16133 </cell>
16134 </row>
16135 <row>
16136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16137 \begin_inset Text
16138
16139 \begin_layout Plain Layout
16140
16141 \backslash
16142 star
16143 \end_layout
16144
16145 \end_inset
16146 </cell>
16147 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16148 \begin_inset Text
16149
16150 \begin_layout Plain Layout
16151 \begin_inset Formula $\star$
16152 \end_inset
16153
16154
16155 \end_layout
16156
16157 \end_inset
16158 </cell>
16159 </row>
16160 <row>
16161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16162 \begin_inset Text
16163
16164 \begin_layout Plain Layout
16165
16166 \backslash
16167 circ
16168 \end_layout
16169
16170 \end_inset
16171 </cell>
16172 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16173 \begin_inset Text
16174
16175 \begin_layout Plain Layout
16176 \begin_inset Formula $\circ$
16177 \end_inset
16178
16179
16180 \end_layout
16181
16182 \end_inset
16183 </cell>
16184 </row>
16185 <row>
16186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16187 \begin_inset Text
16188
16189 \begin_layout Plain Layout
16190
16191 \backslash
16192 diamond
16193 \end_layout
16194
16195 \end_inset
16196 </cell>
16197 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16198 \begin_inset Text
16199
16200 \begin_layout Plain Layout
16201 \begin_inset Formula $\diamond$
16202 \end_inset
16203
16204
16205 \end_layout
16206
16207 \end_inset
16208 </cell>
16209 </row>
16210 <row>
16211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16212 \begin_inset Text
16213
16214 \begin_layout Plain Layout
16215
16216 \backslash
16217 bullet
16218 \end_layout
16219
16220 \end_inset
16221 </cell>
16222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16223 \begin_inset Text
16224
16225 \begin_layout Plain Layout
16226 \begin_inset Formula $\bullet$
16227 \end_inset
16228
16229
16230 \end_layout
16231
16232 \end_inset
16233 </cell>
16234 </row>
16235 </lyxtabular>
16236
16237 \end_inset
16238
16239
16240 \begin_inset space \hfill{}
16241 \end_inset
16242
16243
16244 \begin_inset Tabular
16245 <lyxtabular version="3" rows="13" columns="2">
16246 <features rotate="0" tabularvalignment="middle">
16247 <column alignment="center" valignment="top" width="0pt">
16248 <column alignment="center" valignment="top" width="0pt">
16249 <row>
16250 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16251 \begin_inset Text
16252
16253 \begin_layout Plain Layout
16254 コマンド
16255 \end_layout
16256
16257 \end_inset
16258 </cell>
16259 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16260 \begin_inset Text
16261
16262 \begin_layout Plain Layout
16263 出力
16264 \end_layout
16265
16266 \end_inset
16267 </cell>
16268 </row>
16269 <row>
16270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16271 \begin_inset Text
16272
16273 \begin_layout Plain Layout
16274
16275 \backslash
16276 nabla
16277 \end_layout
16278
16279 \end_inset
16280 </cell>
16281 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16282 \begin_inset Text
16283
16284 \begin_layout Plain Layout
16285 \begin_inset Formula $\nabla$
16286 \end_inset
16287
16288
16289 \end_layout
16290
16291 \end_inset
16292 </cell>
16293 </row>
16294 <row>
16295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16296 \begin_inset Text
16297
16298 \begin_layout Plain Layout
16299
16300 \backslash
16301 bigtriangledown
16302 \end_layout
16303
16304 \end_inset
16305 </cell>
16306 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16307 \begin_inset Text
16308
16309 \begin_layout Plain Layout
16310 \begin_inset Formula $\bigtriangledown$
16311 \end_inset
16312
16313
16314 \end_layout
16315
16316 \end_inset
16317 </cell>
16318 </row>
16319 <row>
16320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16321 \begin_inset Text
16322
16323 \begin_layout Plain Layout
16324
16325 \backslash
16326 bigtriangleup
16327 \end_layout
16328
16329 \end_inset
16330 </cell>
16331 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16332 \begin_inset Text
16333
16334 \begin_layout Plain Layout
16335 \begin_inset Formula $\bigtriangleup$
16336 \end_inset
16337
16338
16339 \end_layout
16340
16341 \end_inset
16342 </cell>
16343 </row>
16344 <row>
16345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16346 \begin_inset Text
16347
16348 \begin_layout Plain Layout
16349
16350 \backslash
16351 Box
16352 \end_layout
16353
16354 \end_inset
16355 </cell>
16356 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16357 \begin_inset Text
16358
16359 \begin_layout Plain Layout
16360 \begin_inset Formula $\Box$
16361 \end_inset
16362
16363
16364 \end_layout
16365
16366 \end_inset
16367 </cell>
16368 </row>
16369 <row>
16370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16371 \begin_inset Text
16372
16373 \begin_layout Plain Layout
16374
16375 \backslash
16376 cap 
16377 \end_layout
16378
16379 \end_inset
16380 </cell>
16381 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16382 \begin_inset Text
16383
16384 \begin_layout Plain Layout
16385 \begin_inset Formula $\cap$
16386 \end_inset
16387
16388
16389 \end_layout
16390
16391 \end_inset
16392 </cell>
16393 </row>
16394 <row>
16395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16396 \begin_inset Text
16397
16398 \begin_layout Plain Layout
16399
16400 \backslash
16401 cup
16402 \end_layout
16403
16404 \end_inset
16405 </cell>
16406 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16407 \begin_inset Text
16408
16409 \begin_layout Plain Layout
16410 \begin_inset Formula $\cup$
16411 \end_inset
16412
16413
16414 \end_layout
16415
16416 \end_inset
16417 </cell>
16418 </row>
16419 <row>
16420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16421 \begin_inset Text
16422
16423 \begin_layout Plain Layout
16424
16425 \backslash
16426 dagger
16427 \end_layout
16428
16429 \end_inset
16430 </cell>
16431 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16432 \begin_inset Text
16433
16434 \begin_layout Plain Layout
16435 \begin_inset Formula $\dagger$
16436 \end_inset
16437
16438
16439 \end_layout
16440
16441 \end_inset
16442 </cell>
16443 </row>
16444 <row>
16445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16446 \begin_inset Text
16447
16448 \begin_layout Plain Layout
16449
16450 \backslash
16451 ddagger
16452 \end_layout
16453
16454 \end_inset
16455 </cell>
16456 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16457 \begin_inset Text
16458
16459 \begin_layout Plain Layout
16460 \begin_inset Formula $\ddagger$
16461 \end_inset
16462
16463
16464 \end_layout
16465
16466 \end_inset
16467 </cell>
16468 </row>
16469 <row>
16470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16471 \begin_inset Text
16472
16473 \begin_layout Plain Layout
16474
16475 \backslash
16476 wr
16477 \end_layout
16478
16479 \end_inset
16480 </cell>
16481 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16482 \begin_inset Text
16483
16484 \begin_layout Plain Layout
16485 \begin_inset Formula $\wr$
16486 \end_inset
16487
16488
16489 \end_layout
16490
16491 \end_inset
16492 </cell>
16493 </row>
16494 <row>
16495 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16496 \begin_inset Text
16497
16498 \begin_layout Plain Layout
16499
16500 \backslash
16501 bigcirc
16502 \end_layout
16503
16504 \end_inset
16505 </cell>
16506 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16507 \begin_inset Text
16508
16509 \begin_layout Plain Layout
16510 \begin_inset Formula $\bigcirc$
16511 \end_inset
16512
16513
16514 \end_layout
16515
16516 \end_inset
16517 </cell>
16518 </row>
16519 <row>
16520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16521 \begin_inset Text
16522
16523 \begin_layout Plain Layout
16524
16525 \backslash
16526 wedge
16527 \end_layout
16528
16529 \end_inset
16530 </cell>
16531 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16532 \begin_inset Text
16533
16534 \begin_layout Plain Layout
16535 \begin_inset Formula $\wedge$
16536 \end_inset
16537
16538
16539 \end_layout
16540
16541 \end_inset
16542 </cell>
16543 </row>
16544 <row>
16545 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16546 \begin_inset Text
16547
16548 \begin_layout Plain Layout
16549
16550 \backslash
16551 vee
16552 \end_layout
16553
16554 \end_inset
16555 </cell>
16556 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16557 \begin_inset Text
16558
16559 \begin_layout Plain Layout
16560 \begin_inset Formula $\vee$
16561 \end_inset
16562
16563
16564 \end_layout
16565
16566 \end_inset
16567 </cell>
16568 </row>
16569 </lyxtabular>
16570
16571 \end_inset
16572
16573
16574 \begin_inset space \hfill{}
16575 \end_inset
16576
16577
16578 \begin_inset Tabular
16579 <lyxtabular version="3" rows="13" columns="2">
16580 <features rotate="0" tabularvalignment="middle">
16581 <column alignment="center" valignment="top" width="0pt">
16582 <column alignment="center" valignment="top" width="0pt">
16583 <row>
16584 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16585 \begin_inset Text
16586
16587 \begin_layout Plain Layout
16588 コマンド
16589 \end_layout
16590
16591 \end_inset
16592 </cell>
16593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16594 \begin_inset Text
16595
16596 \begin_layout Plain Layout
16597 出力
16598 \end_layout
16599
16600 \end_inset
16601 </cell>
16602 </row>
16603 <row>
16604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16605 \begin_inset Text
16606
16607 \begin_layout Plain Layout
16608
16609 \backslash
16610 oplus
16611 \end_layout
16612
16613 \end_inset
16614 </cell>
16615 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16616 \begin_inset Text
16617
16618 \begin_layout Plain Layout
16619 \begin_inset Formula $\oplus$
16620 \end_inset
16621
16622
16623 \end_layout
16624
16625 \end_inset
16626 </cell>
16627 </row>
16628 <row>
16629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16630 \begin_inset Text
16631
16632 \begin_layout Plain Layout
16633
16634 \backslash
16635 ominus
16636 \end_layout
16637
16638 \end_inset
16639 </cell>
16640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16641 \begin_inset Text
16642
16643 \begin_layout Plain Layout
16644 \begin_inset Formula $\ominus$
16645 \end_inset
16646
16647
16648 \end_layout
16649
16650 \end_inset
16651 </cell>
16652 </row>
16653 <row>
16654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16655 \begin_inset Text
16656
16657 \begin_layout Plain Layout
16658
16659 \backslash
16660 otimes
16661 \end_layout
16662
16663 \end_inset
16664 </cell>
16665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16666 \begin_inset Text
16667
16668 \begin_layout Plain Layout
16669 \begin_inset Formula $\otimes$
16670 \end_inset
16671
16672
16673 \end_layout
16674
16675 \end_inset
16676 </cell>
16677 </row>
16678 <row>
16679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16680 \begin_inset Text
16681
16682 \begin_layout Plain Layout
16683
16684 \backslash
16685 oslash
16686 \end_layout
16687
16688 \end_inset
16689 </cell>
16690 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16691 \begin_inset Text
16692
16693 \begin_layout Plain Layout
16694 \begin_inset Formula $\oslash$
16695 \end_inset
16696
16697
16698 \end_layout
16699
16700 \end_inset
16701 </cell>
16702 </row>
16703 <row>
16704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16705 \begin_inset Text
16706
16707 \begin_layout Plain Layout
16708
16709 \backslash
16710 odot
16711 \end_layout
16712
16713 \end_inset
16714 </cell>
16715 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16716 \begin_inset Text
16717
16718 \begin_layout Plain Layout
16719 \begin_inset Formula $\odot$
16720 \end_inset
16721
16722
16723 \end_layout
16724
16725 \end_inset
16726 </cell>
16727 </row>
16728 <row>
16729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16730 \begin_inset Text
16731
16732 \begin_layout Plain Layout
16733
16734 \backslash
16735 amalg
16736 \end_layout
16737
16738 \end_inset
16739 </cell>
16740 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16741 \begin_inset Text
16742
16743 \begin_layout Plain Layout
16744 \begin_inset Formula $\amalg$
16745 \end_inset
16746
16747
16748 \end_layout
16749
16750 \end_inset
16751 </cell>
16752 </row>
16753 <row>
16754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16755 \begin_inset Text
16756
16757 \begin_layout Plain Layout
16758
16759 \backslash
16760 uplus
16761 \end_layout
16762
16763 \end_inset
16764 </cell>
16765 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16766 \begin_inset Text
16767
16768 \begin_layout Plain Layout
16769 \begin_inset Formula $\uplus$
16770 \end_inset
16771
16772
16773 \end_layout
16774
16775 \end_inset
16776 </cell>
16777 </row>
16778 <row>
16779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16780 \begin_inset Text
16781
16782 \begin_layout Plain Layout
16783
16784 \backslash
16785 setminus
16786 \end_layout
16787
16788 \end_inset
16789 </cell>
16790 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16791 \begin_inset Text
16792
16793 \begin_layout Plain Layout
16794 \begin_inset Formula $\setminus$
16795 \end_inset
16796
16797
16798 \end_layout
16799
16800 \end_inset
16801 </cell>
16802 </row>
16803 <row>
16804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16805 \begin_inset Text
16806
16807 \begin_layout Plain Layout
16808
16809 \backslash
16810 sqcap
16811 \end_layout
16812
16813 \end_inset
16814 </cell>
16815 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16816 \begin_inset Text
16817
16818 \begin_layout Plain Layout
16819 \begin_inset Formula $\sqcap$
16820 \end_inset
16821
16822
16823 \end_layout
16824
16825 \end_inset
16826 </cell>
16827 </row>
16828 <row>
16829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16830 \begin_inset Text
16831
16832 \begin_layout Plain Layout
16833
16834 \backslash
16835 sqcup
16836 \end_layout
16837
16838 \end_inset
16839 </cell>
16840 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16841 \begin_inset Text
16842
16843 \begin_layout Plain Layout
16844 \begin_inset Formula $\sqcup$
16845 \end_inset
16846
16847
16848 \end_layout
16849
16850 \end_inset
16851 </cell>
16852 </row>
16853 <row>
16854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16855 \begin_inset Text
16856
16857 \begin_layout Plain Layout
16858
16859 \backslash
16860 triangleleft
16861 \end_layout
16862
16863 \end_inset
16864 </cell>
16865 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16866 \begin_inset Text
16867
16868 \begin_layout Plain Layout
16869 \begin_inset Formula $\triangleleft$
16870 \end_inset
16871
16872
16873 \end_layout
16874
16875 \end_inset
16876 </cell>
16877 </row>
16878 <row>
16879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16880 \begin_inset Text
16881
16882 \begin_layout Plain Layout
16883
16884 \backslash
16885 triangleright
16886 \end_layout
16887
16888 \end_inset
16889 </cell>
16890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16891 \begin_inset Text
16892
16893 \begin_layout Plain Layout
16894 \begin_inset Formula $\triangleright$
16895 \end_inset
16896
16897
16898 \end_layout
16899
16900 \end_inset
16901 </cell>
16902 </row>
16903 </lyxtabular>
16904
16905 \end_inset
16906
16907
16908 \begin_inset space \hfill{}
16909 \end_inset
16910
16911
16912 \end_layout
16913
16914 \begin_layout Standard
16915 二項演算子は、すべて数式ツールバーボタンの
16916 \begin_inset Graphics
16917         filename ../../images/math/pm.png
16918         scale 85
16919
16920 \end_inset
16921
16922 から挿入することもできます。
16923 \end_layout
16924
16925 \begin_layout Standard
16926 ラプラス演算子を組版するには、
16927 \series bold
16928
16929 \backslash
16930 bigtriangleup
16931 \series default
16932 以外に、
16933 \series bold
16934
16935 \backslash
16936 Delta
16937 \series default
16938
16939 \series bold
16940
16941 \backslash
16942 nabla
16943 \series default
16944 ^
16945 \series bold
16946 2
16947 \series default
16948 (
16949 \begin_inset Formula $\nabla^{2}$
16950 \end_inset
16951
16952 )を使用することもできます。
16953 \end_layout
16954
16955 \begin_layout Standard
16956
16957 \family sans
16958 挿入\SpecialChar \menuseparator
16959 特殊文字
16960 \family default
16961 メニューの
16962 \family sans
16963 メニュー区切り
16964 \family default
16965 で入力される文字は、
16966 \series bold
16967
16968 \backslash
16969 triangleright
16970 \series default
16971 演算子です。
16972 \end_layout
16973
16974 \begin_layout Subsection
16975 自己定義演算子
16976 \begin_inset CommandInset label
16977 LatexCommand label
16978 name "sub:自己定義演算子"
16979
16980 \end_inset
16981
16982
16983 \begin_inset Index idx
16984 status collapsed
16985
16986 \begin_layout Plain Layout
16987 えんざんし@演算子 ! じこていぎ@自己定義
16988 \end_layout
16989
16990 \end_inset
16991
16992
16993 \end_layout
16994
16995 \begin_layout Standard
16996 LaTeXプリアンブルで
16997 \series bold
16998
16999 \backslash
17000 DeclareMathOperator
17001 \series default
17002
17003 \begin_inset Index idx
17004 status collapsed
17005
17006 \begin_layout Plain Layout
17007 こまんど@コマンド ! D ! 
17008 \backslash
17009 dbinom@
17010 \backslash
17011 DeclareMathOperator
17012 \end_layout
17013
17014 \end_inset
17015
17016 コマンドを使用すると、自製演算子を定義することができます。このコマンドの書式は
17017 \end_layout
17018
17019 \begin_layout Standard
17020
17021 \series bold
17022
17023 \backslash
17024 DeclareMathOperator{新規コマンド}{表示}
17025 \end_layout
17026
17027 \begin_layout Standard
17028 です。「表示」は、出力での演算子の表示され方を定義する文字や記号です。大演算子を定義するには、コマンドの後に「*」を置きます。自己定義の大演算子は、すべて第
17029 \begin_inset CommandInset ref
17030 LatexCommand ref
17031 reference "sub:演算子の範囲"
17032
17033 \end_inset
17034
17035 節で述べられた範囲を指定することができます。
17036 \end_layout
17037
17038 \begin_layout Standard
17039 たとえば、以下のようなLaTeXプリアンブル行
17040 \end_layout
17041
17042 \begin_layout Standard
17043
17044 \series bold
17045
17046 \backslash
17047 DeclareMathOperator*{
17048 \backslash
17049 Lozenge}{
17050 \backslash
17051 blacklozenge}
17052 \end_layout
17053
17054 \begin_layout Standard
17055 は、第
17056 \begin_inset CommandInset ref
17057 LatexCommand ref
17058 reference "sub:その他の記号"
17059
17060 \end_inset
17061
17062 節にある菱形記号を使った大演算子を挿入する、以下のようなコマンド
17063 \series bold
17064
17065 \backslash
17066 Lozenge
17067 \series default
17068 を定義します。
17069 \begin_inset Formula 
17070 \[
17071 \Lozenge_{n=1}^{\infty}
17072 \]
17073
17074 \end_inset
17075
17076 上記の数式を作るコマンドは、
17077 \series bold
17078
17079 \backslash
17080 Lozenge
17081 \series default
17082 ^
17083 \series bold
17084
17085 \backslash
17086 infty
17087 \begin_inset Formula $\to$
17088 \end_inset
17089
17090 _n=1
17091 \series default
17092 です。
17093 \end_layout
17094
17095 \begin_layout Standard
17096 \begin_inset VSpace bigskip
17097 \end_inset
17098
17099 自己定義演算子を、同一文書内で複数回用いない時には、以下の書式を持つ
17100 \series bold
17101
17102 \backslash
17103 mathop
17104 \series default
17105
17106 \begin_inset Index idx
17107 status collapsed
17108
17109 \begin_layout Plain Layout
17110 こまんど@コマンド ! M ! 
17111 \backslash
17112 mathop
17113 \end_layout
17114
17115 \end_inset
17116
17117 コマンドおよび
17118 \series bold
17119
17120 \backslash
17121 mathbin
17122 \series default
17123
17124 \begin_inset Index idx
17125 status collapsed
17126
17127 \begin_layout Plain Layout
17128 こまんど@コマンド ! M ! 
17129 \backslash
17130 mathbin
17131 \end_layout
17132
17133 \end_inset
17134
17135 コマンドを用いて定義を行うこともできます。
17136 \end_layout
17137
17138 \begin_layout Standard
17139 (書式)
17140 \series bold
17141
17142 \backslash
17143 mathop{表示}
17144 \series default
17145 および
17146 \series bold
17147
17148 \backslash
17149 mathbin{表示}
17150 \end_layout
17151
17152 \begin_layout Standard
17153
17154 \series bold
17155
17156 \backslash
17157 mathop
17158 \series default
17159 は大演算子を定義し、
17160 \series bold
17161
17162 \backslash
17163 mathbin
17164 \series default
17165 は二項演算子を定義します。
17166 \end_layout
17167
17168 \begin_layout Standard
17169 たとえば
17170 \series bold
17171
17172 \backslash
17173 mathop
17174 \series default
17175 は、以下のように、複数の演算子に共通の範囲指定を行うのに用いることができます。
17176 \end_layout
17177
17178 \begin_layout Standard
17179 \begin_inset Formula 
17180 \[
17181 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}
17182 \]
17183
17184 \end_inset
17185
17186
17187 \end_layout
17188
17189 \begin_layout Standard
17190 上記の数式では
17191 \begin_inset Newline newline
17192 \end_inset
17193
17194
17195 \series bold
17196
17197 \backslash
17198 mathop{
17199 \backslash
17200 sum
17201 \backslash
17202 negmedspace
17203 \backslash
17204 sum
17205 \series default
17206
17207 \begin_inset space \textvisiblespace{}
17208 \end_inset
17209
17210
17211 \series bold
17212
17213 \begin_inset Formula $\to$
17214 \end_inset
17215
17216 ^N
17217 \series default
17218
17219 \begin_inset space \textvisiblespace{}
17220 \end_inset
17221
17222
17223 \series bold
17224 _i,j=1
17225 \begin_inset Newline newline
17226 \end_inset
17227
17228
17229 \series default
17230 というコマンドを用いています。
17231 \end_layout
17232
17233 \begin_layout Section
17234 書体
17235 \begin_inset Index idx
17236 status collapsed
17237
17238 \begin_layout Plain Layout
17239 しょたい@書体
17240 \end_layout
17241
17242 \end_inset
17243
17244
17245 \begin_inset Index idx
17246 status collapsed
17247
17248 \begin_layout Plain Layout
17249 ふぉんと@フォント | see
17250 \begin_inset ERT
17251 status collapsed
17252
17253 \begin_layout Plain Layout
17254
17255 {
17256 \end_layout
17257
17258 \end_inset
17259
17260 書体
17261 \begin_inset ERT
17262 status collapsed
17263
17264 \begin_layout Plain Layout
17265
17266 }
17267 \end_layout
17268
17269 \end_inset
17270
17271
17272 \end_layout
17273
17274 \end_inset
17275
17276
17277 \end_layout
17278
17279 \begin_layout Subsection
17280 書体様式
17281 \begin_inset CommandInset label
17282 LatexCommand label
17283 name "sub:書体様式"
17284
17285 \end_inset
17286
17287
17288 \begin_inset Index idx
17289 status collapsed
17290
17291 \begin_layout Plain Layout
17292 しょたい@書体 ! ようしき@様式
17293 \end_layout
17294
17295 \end_inset
17296
17297
17298 \end_layout
17299
17300 \begin_layout Standard
17301 数式中のラテン文字は、以下の書体様式のうちいずれかに設定することができます。
17302 \begin_inset VSpace -2mm
17303 \end_inset
17304
17305
17306 \end_layout
17307
17308 \begin_layout Standard
17309 \align center
17310 \begin_inset Tabular
17311 <lyxtabular version="3" rows="7" columns="3">
17312 <features rotate="0" tabularvalignment="middle">
17313 <column alignment="center" valignment="top">
17314 <column alignment="center" valignment="top">
17315 <column alignment="center" valignment="top">
17316 <row>
17317 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17318 \begin_inset Text
17319
17320 \begin_layout Plain Layout
17321 コマンド
17322 \end_layout
17323
17324 \end_inset
17325 </cell>
17326 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17327 \begin_inset Text
17328
17329 \begin_layout Plain Layout
17330 出力
17331 \end_layout
17332
17333 \end_inset
17334 </cell>
17335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17336 \begin_inset Text
17337
17338 \begin_layout Plain Layout
17339 \begin_inset Flex Ruby
17340 status collapsed
17341
17342 \begin_layout Plain Layout
17343 捷径
17344 \begin_inset Argument post:1
17345 status collapsed
17346
17347 \begin_layout Plain Layout
17348 ショートカット
17349 \end_layout
17350
17351 \end_inset
17352
17353
17354 \end_layout
17355
17356 \end_inset
17357
17358
17359 \end_layout
17360
17361 \end_inset
17362 </cell>
17363 </row>
17364 <row>
17365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17366 \begin_inset Text
17367
17368 \begin_layout Plain Layout
17369
17370 \backslash
17371 mathbb
17372 \series bold
17373
17374 \begin_inset space \textvisiblespace{}
17375 \end_inset
17376
17377
17378 \series default
17379 ABC
17380 \end_layout
17381
17382 \end_inset
17383 </cell>
17384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17385 \begin_inset Text
17386
17387 \begin_layout Plain Layout
17388 \begin_inset Formula $\mathbb{ABC}$
17389 \end_inset
17390
17391
17392 \end_layout
17393
17394 \end_inset
17395 </cell>
17396 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17397 \begin_inset Text
17398
17399 \begin_layout Plain Layout
17400 \begin_inset Info
17401 type  "shortcut"
17402 arg   "font-noun"
17403 \end_inset
17404
17405
17406 \end_layout
17407
17408 \end_inset
17409 </cell>
17410 </row>
17411 <row>
17412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17413 \begin_inset Text
17414
17415 \begin_layout Plain Layout
17416
17417 \backslash
17418 mathbf
17419 \series bold
17420
17421 \begin_inset space \textvisiblespace{}
17422 \end_inset
17423
17424
17425 \series default
17426 AbC
17427 \end_layout
17428
17429 \end_inset
17430 </cell>
17431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17432 \begin_inset Text
17433
17434 \begin_layout Plain Layout
17435 \begin_inset Formula $\mathbf{AbC}$
17436 \end_inset
17437
17438
17439 \end_layout
17440
17441 \end_inset
17442 </cell>
17443 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17444 \begin_inset Text
17445
17446 \begin_layout Plain Layout
17447 \begin_inset Info
17448 type  "shortcut"
17449 arg   "font-bold"
17450 \end_inset
17451
17452
17453 \end_layout
17454
17455 \end_inset
17456 </cell>
17457 </row>
17458 <row>
17459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17460 \begin_inset Text
17461
17462 \begin_layout Plain Layout
17463
17464 \backslash
17465 boldsymbol
17466 \series bold
17467
17468 \begin_inset space \textvisiblespace{}
17469 \end_inset
17470
17471
17472 \series default
17473 AbC
17474 \end_layout
17475
17476 \end_inset
17477 </cell>
17478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17479 \begin_inset Text
17480
17481 \begin_layout Plain Layout
17482 \begin_inset Formula $\boldsymbol{AbC}$
17483 \end_inset
17484
17485
17486 \end_layout
17487
17488 \end_inset
17489 </cell>
17490 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17491 \begin_inset Text
17492
17493 \begin_layout Plain Layout
17494 \begin_inset Info
17495 type  "shortcuts"
17496 arg   "font-boldsymbol"
17497 \end_inset
17498
17499
17500 \end_layout
17501
17502 \end_inset
17503 </cell>
17504 </row>
17505 <row>
17506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17507 \begin_inset Text
17508
17509 \begin_layout Plain Layout
17510
17511 \backslash
17512 mathcal
17513 \series bold
17514
17515 \begin_inset space \textvisiblespace{}
17516 \end_inset
17517
17518
17519 \series default
17520 ABC
17521 \end_layout
17522
17523 \end_inset
17524 </cell>
17525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17526 \begin_inset Text
17527
17528 \begin_layout Plain Layout
17529 \begin_inset Formula $\mathcal{ABC}$
17530 \end_inset
17531
17532
17533 \end_layout
17534
17535 \end_inset
17536 </cell>
17537 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17538 \begin_inset Text
17539
17540 \begin_layout Plain Layout
17541 \begin_inset Info
17542 type  "shortcut"
17543 arg   "font-emph"
17544 \end_inset
17545
17546
17547 \end_layout
17548
17549 \end_inset
17550 </cell>
17551 </row>
17552 <row>
17553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17554 \begin_inset Text
17555
17556 \begin_layout Plain Layout
17557
17558 \backslash
17559 mathfrak
17560 \series bold
17561
17562 \begin_inset space \textvisiblespace{}
17563 \end_inset
17564
17565
17566 \series default
17567 AbC
17568 \end_layout
17569
17570 \end_inset
17571 </cell>
17572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17573 \begin_inset Text
17574
17575 \begin_layout Plain Layout
17576 \begin_inset Formula $\mathfrak{AbC}$
17577 \end_inset
17578
17579
17580 \end_layout
17581
17582 \end_inset
17583 </cell>
17584 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17585 \begin_inset Text
17586
17587 \begin_layout Plain Layout
17588 -
17589 \end_layout
17590
17591 \end_inset
17592 </cell>
17593 </row>
17594 <row>
17595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17596 \begin_inset Text
17597
17598 \begin_layout Plain Layout
17599
17600 \backslash
17601 mathscr
17602 \series bold
17603
17604 \begin_inset space \textvisiblespace{}
17605 \end_inset
17606
17607
17608 \series default
17609 AbC
17610 \end_layout
17611
17612 \end_inset
17613 </cell>
17614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17615 \begin_inset Text
17616
17617 \begin_layout Plain Layout
17618 \begin_inset Formula $\mathscr{AbC}$
17619 \end_inset
17620
17621
17622 \end_layout
17623
17624 \end_inset
17625 </cell>
17626 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17627 \begin_inset Text
17628
17629 \begin_layout Plain Layout
17630 -
17631 \end_layout
17632
17633 \end_inset
17634 </cell>
17635 </row>
17636 </lyxtabular>
17637
17638 \end_inset
17639
17640
17641 \end_layout
17642
17643 \begin_layout Standard
17644 \align center
17645 \begin_inset Tabular
17646 <lyxtabular version="3" rows="5" columns="3">
17647 <features rotate="0" tabularvalignment="middle">
17648 <column alignment="center" valignment="top">
17649 <column alignment="center" valignment="top">
17650 <column alignment="center" valignment="top">
17651 <row>
17652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17653 \begin_inset Text
17654
17655 \begin_layout Plain Layout
17656 コマンド
17657 \end_layout
17658
17659 \end_inset
17660 </cell>
17661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17662 \begin_inset Text
17663
17664 \begin_layout Plain Layout
17665 出力
17666 \end_layout
17667
17668 \end_inset
17669 </cell>
17670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17671 \begin_inset Text
17672
17673 \begin_layout Plain Layout
17674 \begin_inset Flex Ruby
17675 status collapsed
17676
17677 \begin_layout Plain Layout
17678 捷径
17679 \begin_inset Argument post:1
17680 status collapsed
17681
17682 \begin_layout Plain Layout
17683 ショートカット
17684 \end_layout
17685
17686 \end_inset
17687
17688
17689 \end_layout
17690
17691 \end_inset
17692
17693
17694 \end_layout
17695
17696 \end_inset
17697 </cell>
17698 </row>
17699 <row>
17700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17701 \begin_inset Text
17702
17703 \begin_layout Plain Layout
17704
17705 \backslash
17706 mathit
17707 \series bold
17708
17709 \begin_inset space \textvisiblespace{}
17710 \end_inset
17711
17712
17713 \series default
17714 AbC
17715 \end_layout
17716
17717 \end_inset
17718 </cell>
17719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17720 \begin_inset Text
17721
17722 \begin_layout Plain Layout
17723 \begin_inset Formula $\mathit{AbC}$
17724 \end_inset
17725
17726
17727 \end_layout
17728
17729 \end_inset
17730 </cell>
17731 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17732 \begin_inset Text
17733
17734 \begin_layout Plain Layout
17735 -
17736 \end_layout
17737
17738 \end_inset
17739 </cell>
17740 </row>
17741 <row>
17742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17743 \begin_inset Text
17744
17745 \begin_layout Plain Layout
17746
17747 \backslash
17748 mathrm
17749 \series bold
17750
17751 \begin_inset space \textvisiblespace{}
17752 \end_inset
17753
17754
17755 \series default
17756 AbC
17757 \end_layout
17758
17759 \end_inset
17760 </cell>
17761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17762 \begin_inset Text
17763
17764 \begin_layout Plain Layout
17765 \begin_inset Formula $\mathrm{AbC}$
17766 \end_inset
17767
17768
17769 \end_layout
17770
17771 \end_inset
17772 </cell>
17773 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17774 \begin_inset Text
17775
17776 \begin_layout Plain Layout
17777 \begin_inset Info
17778 type  "shortcut"
17779 arg   "font-roman"
17780 \end_inset
17781
17782
17783 \end_layout
17784
17785 \end_inset
17786 </cell>
17787 </row>
17788 <row>
17789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17790 \begin_inset Text
17791
17792 \begin_layout Plain Layout
17793
17794 \backslash
17795 mathsf
17796 \series bold
17797
17798 \begin_inset space \textvisiblespace{}
17799 \end_inset
17800
17801
17802 \series default
17803 AbC
17804 \end_layout
17805
17806 \end_inset
17807 </cell>
17808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17809 \begin_inset Text
17810
17811 \begin_layout Plain Layout
17812 \begin_inset Formula $\mathsf{AbC}$
17813 \end_inset
17814
17815
17816 \end_layout
17817
17818 \end_inset
17819 </cell>
17820 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17821 \begin_inset Text
17822
17823 \begin_layout Plain Layout
17824 \begin_inset Info
17825 type  "shortcut"
17826 arg   "font-sans"
17827 \end_inset
17828
17829
17830 \end_layout
17831
17832 \end_inset
17833 </cell>
17834 </row>
17835 <row>
17836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17837 \begin_inset Text
17838
17839 \begin_layout Plain Layout
17840
17841 \backslash
17842 mathtt
17843 \series bold
17844
17845 \begin_inset space \textvisiblespace{}
17846 \end_inset
17847
17848
17849 \series default
17850 AbC
17851 \end_layout
17852
17853 \end_inset
17854 </cell>
17855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17856 \begin_inset Text
17857
17858 \begin_layout Plain Layout
17859 \begin_inset Formula $\mathtt{AbC}$
17860 \end_inset
17861
17862
17863 \end_layout
17864
17865 \end_inset
17866 </cell>
17867 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17868 \begin_inset Text
17869
17870 \begin_layout Plain Layout
17871 \begin_inset Info
17872 type  "shortcut"
17873 arg   "font-typewriter"
17874 \end_inset
17875
17876
17877 \end_layout
17878
17879 \end_inset
17880 </cell>
17881 </row>
17882 </lyxtabular>
17883
17884 \end_inset
17885
17886
17887 \end_layout
17888
17889 \begin_layout Standard
17890 \begin_inset Note Greyedout
17891 status open
17892
17893 \begin_layout Plain Layout
17894
17895 \series bold
17896 【註】
17897 \backslash
17898 mathbb
17899 \series default
17900 様式と
17901 \series bold
17902
17903 \backslash
17904 mathcal
17905 \series default
17906 様式は、大文字にのみ使用することができます。
17907 \end_layout
17908
17909 \end_inset
17910
17911
17912 \end_layout
17913
17914 \begin_layout Standard
17915 既定では、
17916 \series bold
17917
17918 \backslash
17919 mathnormal
17920 \series default
17921 様式に設定されています。
17922 \end_layout
17923
17924 \begin_layout Standard
17925 書体様式コマンドは、以下のように数式構成要素内の文字に対しても機能します。
17926 \begin_inset Formula 
17927 \[
17928 \mathfrak{A=\frac{b}{C}}
17929 \]
17930
17931 \end_inset
17932
17933
17934 \end_layout
17935
17936 \begin_layout Standard
17937 数式テキストに含まれる文字に対しては、数式書体様式は反映せず、
17938 \series bold
17939
17940 \backslash
17941 textrm
17942 \series default
17943 様式で表示されます。数式テキストの様式を文字様式ダイアログで設定することができないのは、LyXのバグです
17944 \begin_inset Foot
17945 status collapsed
17946
17947 \begin_layout Plain Layout
17948 \begin_inset CommandInset href
17949 LatexCommand href
17950 name "LyX-bug #4629"
17951 target "http://www.lyx.org/trac/ticket/4629"
17952
17953 \end_inset
17954
17955
17956 \end_layout
17957
17958 \end_inset
17959
17960
17961 \end_layout
17962
17963 \begin_layout Standard
17964 書体様式コマンドの代わりに、
17965 \family sans
17966 編集\SpecialChar \menuseparator
17967 数学\SpecialChar \menuseparator
17968 文字様式
17969 \family default
17970 ダイアログや、
17971 \begin_inset Graphics
17972         filename ../../images/math/font.png
17973         scale 85
17974
17975 \end_inset
17976
17977 を使用することもできます。
17978 \end_layout
17979
17980 \begin_layout Subsection
17981 ボールド体の数式
17982 \begin_inset CommandInset label
17983 LatexCommand label
17984 name "sub:ボールド体の数式"
17985
17986 \end_inset
17987
17988
17989 \begin_inset Index idx
17990 status collapsed
17991
17992 \begin_layout Plain Layout
17993 すうしき@数式 ! ぼーるどたい@ボールド体
17994 \end_layout
17995
17996 \end_inset
17997
17998
17999 \end_layout
18000
18001 \begin_layout Standard
18002 数式全体をボールド体にしようとすると、前節の
18003 \series bold
18004
18005 \backslash
18006 mathbf
18007 \series default
18008 コマンドは、ギリシャ文字の小文字に対しては機能しないので、使用することができません。さらにこのコマンドは、以下の式のように、ラテン文字をつねにアップライト体に印
18009 字してしまいます。
18010 \end_layout
18011
18012 \begin_layout Standard
18013 \begin_inset Formula 
18014 \[
18015 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{\textbackslash mathbfを使用した数式}
18016 \]
18017
18018 \end_inset
18019
18020
18021 \end_layout
18022
18023 \begin_layout Standard
18024 この数式を正しく表示するには、以下のように、
18025 \series bold
18026
18027 \backslash
18028 boldsymbol
18029 \series default
18030 コマンドを使用します。
18031 \begin_inset Formula 
18032 \[
18033 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{\textbackslash boldsymbolを使用した数式}}
18034 \]
18035
18036 \end_inset
18037
18038 また、数式を
18039 \series bold
18040 boldmath環境
18041 \series default
18042 に設定する方法もあります。この環境は、TeXモードで
18043 \series bold
18044
18045 \backslash
18046 boldmath
18047 \begin_inset Index idx
18048 status collapsed
18049
18050 \begin_layout Plain Layout
18051 こまんど@コマンド ! B ! 
18052 \backslash
18053 boldmath
18054 \end_layout
18055
18056 \end_inset
18057
18058
18059 \series default
18060 コマンドを挿入することによって作ることができます。環境を閉じるには、
18061 \series bold
18062
18063 \backslash
18064 unboldmath
18065 \begin_inset Index idx
18066 status collapsed
18067
18068 \begin_layout Plain Layout
18069 こまんど@コマンド ! U ! 
18070 \backslash
18071 unboldmath
18072 \end_layout
18073
18074 \end_inset
18075
18076
18077 \series default
18078 コマンドをTeXモードで挿入します。
18079 \begin_inset ERT
18080 status collapsed
18081
18082 \begin_layout Plain Layout
18083
18084
18085 \backslash
18086 boldmath 
18087 \end_layout
18088
18089 \end_inset
18090
18091
18092 \begin_inset Formula 
18093 \[
18094 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{boldmath環境に置いた数式}
18095 \]
18096
18097 \end_inset
18098
18099
18100 \begin_inset ERT
18101 status collapsed
18102
18103 \begin_layout Plain Layout
18104
18105
18106 \backslash
18107 unboldmath 
18108 \end_layout
18109
18110 \end_inset
18111
18112
18113 \end_layout
18114
18115 \begin_layout Subsection
18116 色付きの数式
18117 \begin_inset Index idx
18118 status collapsed
18119
18120 \begin_layout Plain Layout
18121 すうしき@数式 ! いろつき@色付き
18122 \end_layout
18123
18124 \end_inset
18125
18126
18127 \end_layout
18128
18129 \begin_layout Standard
18130 数式も、通常の本文と同様、色を付けることができます。数式あるいは数式の一部を選択して、文字様式ダイアログを使用して下さい。下記は、マゼンタ色にした数式です。
18131 \begin_inset Formula 
18132 \[
18133 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
18134 \]
18135
18136 \end_inset
18137
18138
18139 \end_layout
18140
18141 \begin_layout Standard
18142
18143 \begin_inset CommandInset ref
18144 LatexCommand ref
18145 reference "sub:色付きボックス"
18146
18147 \end_inset
18148
18149 節に述べられているように、自製の色を定義することもできます。自製の色は、以下の書式を持つ
18150 \series bold
18151
18152 \backslash
18153 textcolor
18154 \series default
18155
18156 \begin_inset Index idx
18157 status collapsed
18158
18159 \begin_layout Plain Layout
18160 こまんど@コマンド ! T ! 
18161 \backslash
18162 textcolor
18163 \end_layout
18164
18165 \end_inset
18166
18167 TeXコードコマンドで適用することができます。
18168 \end_layout
18169
18170 \begin_layout Standard
18171
18172 \series bold
18173
18174 \backslash
18175 textcolor{色}{文字ないし数式}
18176 \end_layout
18177
18178 \begin_layout Standard
18179 下記の例は、全体を濃緑にし、一部を赤にしています。
18180 \end_layout
18181
18182 \begin_layout Standard
18183 \begin_inset ERT
18184 status collapsed
18185
18186 \begin_layout Plain Layout
18187
18188
18189 \backslash
18190 textcolor{darkgreen}{
18191 \end_layout
18192
18193 \end_inset
18194
18195
18196 \begin_inset Formula 
18197 \[
18198 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
18199 \]
18200
18201 \end_inset
18202
18203
18204 \begin_inset ERT
18205 status collapsed
18206
18207 \begin_layout Plain Layout
18208
18209 }
18210 \end_layout
18211
18212 \end_inset
18213
18214
18215 \end_layout
18216
18217 \begin_layout Standard
18218 LyXのバグのため、自製色は数式全体に対してしか使用することができません
18219 \begin_inset Foot
18220 status collapsed
18221
18222 \begin_layout Plain Layout
18223 \begin_inset CommandInset href
18224 LatexCommand href
18225 name "LyX-bug #5269"
18226 target "http://www.lyx.org/trac/ticket/5269"
18227
18228 \end_inset
18229
18230
18231 \end_layout
18232
18233 \end_inset
18234
18235
18236 \end_layout
18237
18238 \begin_layout Subsection
18239 書体寸法
18240 \begin_inset CommandInset label
18241 LatexCommand label
18242 name "sub:書体寸法"
18243
18244 \end_inset
18245
18246
18247 \begin_inset Index idx
18248 status collapsed
18249
18250 \begin_layout Plain Layout
18251 しょたい@書体 ! すんぽう@寸法
18252 \end_layout
18253
18254 \end_inset
18255
18256
18257 \end_layout
18258
18259 \begin_layout Standard
18260 数式内の文字については、本文中の文字同様、以下の書体寸法設定コマンドがあります。
18261 \end_layout
18262
18263 \begin_layout Standard
18264
18265 \series bold
18266
18267 \backslash
18268 Huge
18269 \series default
18270
18271 \series bold
18272
18273 \backslash
18274 huge
18275 \series default
18276
18277 \series bold
18278
18279 \backslash
18280 LARGE
18281 \series default
18282
18283 \series bold
18284
18285 \backslash
18286 Large
18287 \series default
18288
18289 \series bold
18290
18291 \backslash
18292 large
18293 \series default
18294
18295 \series bold
18296
18297 \backslash
18298 normalsize
18299 \series default
18300
18301 \series bold
18302
18303 \backslash
18304 small
18305 \series default
18306 ,
18307 \begin_inset Newline newline
18308 \end_inset
18309
18310
18311 \series bold
18312
18313 \backslash
18314 footnotesize
18315 \series default
18316
18317 \series bold
18318
18319 \backslash
18320 scriptsize
18321 \series default
18322 、および
18323 \series bold
18324
18325 \backslash
18326 tiny
18327 \end_layout
18328
18329 \begin_layout Standard
18330 これらのコマンドによって生成される実際の書体寸法は、文書の書体寸法に依存し、文書の書体寸法が
18331 \series bold
18332
18333 \backslash
18334 normalsize
18335 \series default
18336 コマンドに設定されます。他のコマンドは、
18337 \series bold
18338
18339 \backslash
18340 normalsize
18341 \series default
18342 を基準として拡大ないし縮小されます。しかしながら、書体寸法は一定の値を越えることができないようになっています。たとえば、文書書体寸法が12
18343 \begin_inset space \thinspace{}
18344 \end_inset
18345
18346 ptであるならば、
18347 \series bold
18348
18349 \backslash
18350 Huge
18351 \series default
18352 コマンドは
18353 \series bold
18354
18355 \backslash
18356 huge
18357 \series default
18358 コマンドと同じ大きさに落とされます。
18359 \end_layout
18360
18361 \begin_layout Standard
18362 ある場所以降のすべての数式と本文文字を変更するには、書体寸法コマンドをTeXモードで挿入します。元の書体寸法に戻すには、数式の後にTeXモードで
18363 \series bold
18364
18365 \backslash
18366 normalsize
18367 \series default
18368 コマンドを挿入します。
18369 \end_layout
18370
18371 \begin_layout Standard
18372 数式内では、以下の寸法コマンドを使用して、寸法を変更することができます。
18373 \end_layout
18374
18375 \begin_layout Standard
18376 \noindent
18377 \align center
18378 \begin_inset Tabular
18379 <lyxtabular version="3" rows="5" columns="2">
18380 <features rotate="0" tabularvalignment="middle">
18381 <column alignment="center" valignment="top">
18382 <column alignment="center" valignment="top">
18383 <row>
18384 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18385 \begin_inset Text
18386
18387 \begin_layout Plain Layout
18388 コマンド
18389 \end_layout
18390
18391 \end_inset
18392 </cell>
18393 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18394 \begin_inset Text
18395
18396 \begin_layout Plain Layout
18397 出力
18398 \begin_inset Note Note
18399 status collapsed
18400
18401 \begin_layout Plain Layout
18402
18403 \series bold
18404
18405 \backslash
18406 raisebox
18407 \series default
18408  はスペーサーとして使用されているだけです。
18409 \end_layout
18410
18411 \end_inset
18412
18413
18414 \end_layout
18415
18416 \end_inset
18417 </cell>
18418 </row>
18419 <row>
18420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18421 \begin_inset Text
18422
18423 \begin_layout Plain Layout
18424
18425 \backslash
18426 displaystyle
18427 \begin_inset Index idx
18428 status collapsed
18429
18430 \begin_layout Plain Layout
18431 こまんど@コマンド ! D ! 
18432 \backslash
18433 displaystyle
18434 \end_layout
18435
18436 \end_inset
18437
18438
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{6.5mm}{}{\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-5.5mm}{}$
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 textstyle
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}{}{\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-4mm}{}$
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" leftline="true" usebox="none">
18483 \begin_inset Text
18484
18485 \begin_layout Plain Layout
18486
18487 \backslash
18488 scriptstyle
18489 \end_layout
18490
18491 \end_inset
18492 </cell>
18493 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18494 \begin_inset Text
18495
18496 \begin_layout Plain Layout
18497 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptstyle 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 <row>
18507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18508 \begin_inset Text
18509
18510 \begin_layout Plain Layout
18511
18512 \backslash
18513 scriptscriptstyle
18514 \end_layout
18515
18516 \end_inset
18517 </cell>
18518 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18519 \begin_inset Text
18520
18521 \begin_layout Plain Layout
18522 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
18523 \end_inset
18524
18525
18526 \end_layout
18527
18528 \end_inset
18529 </cell>
18530 </row>
18531 </lyxtabular>
18532
18533 \end_inset
18534
18535
18536 \end_layout
18537
18538 \begin_layout Standard
18539 これらのコマンドを入力すると、青いボックスが現れるので、そこに数式のパーツを入れることができます。
18540 \end_layout
18541
18542 \begin_layout Standard
18543 フォント寸法を変更するにはもう一つの方法がありますが、これは記号と数式内テキストのみに使うことができます。これを使うには、書体寸法コマンドを数式テキスト内に挿入
18544 します。数式テキストの終わりか、別の書体寸法コマンドが現れるまでの文字すべてが、選択した寸法になります。以下に二つの例を挙げます。
18545 \begin_inset VSpace -2mm
18546 \end_inset
18547
18548
18549 \end_layout
18550
18551 \begin_layout Standard
18552 \begin_inset ERT
18553 status collapsed
18554
18555 \begin_layout Plain Layout
18556
18557
18558 \backslash
18559 huge 
18560 \end_layout
18561
18562 \end_inset
18563
18564
18565 \begin_inset Formula 
18566 \[
18567 A=\frac{B}{c}\cdot\maltese
18568 \]
18569
18570 \end_inset
18571
18572
18573 \begin_inset Formula 
18574 \[
18575 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}
18576 \]
18577
18578 \end_inset
18579
18580
18581 \begin_inset ERT
18582 status collapsed
18583
18584 \begin_layout Plain Layout
18585
18586
18587 \backslash
18588 normalsize 
18589 \end_layout
18590
18591 \end_inset
18592
18593
18594 \end_layout
18595
18596 \begin_layout Standard
18597 \begin_inset VSpace medskip
18598 \end_inset
18599
18600 二つの式の前には、
18601 \series bold
18602
18603 \backslash
18604 huge
18605 \series default
18606 コマンドが挿入されています。二つ目の数式を入力するコマンドは、
18607 \begin_inset Newline newline
18608 \end_inset
18609
18610
18611 \series bold
18612
18613 \backslash
18614 maltese
18615 \begin_inset space \textvisiblespace{}
18616 \end_inset
18617
18618 A Alt+M M 
18619 \backslash
18620 Large
18621 \begin_inset space \textvisiblespace{}
18622 \end_inset
18623
18624
18625 \backslash
18626 maltese
18627 \begin_inset space \textvisiblespace{}
18628 \end_inset
18629
18630
18631 \backslash
18632 textit
18633 \begin_inset space \textvisiblespace{}
18634 \end_inset
18635
18636 A
18637 \begin_inset Formula $\to$
18638 \end_inset
18639
18640
18641 \begin_inset Formula $\to$
18642 \end_inset
18643
18644
18645 \begin_inset Newline newline
18646 \end_inset
18647
18648
18649 \begin_inset space \hspace*{}
18650 \length 1cm
18651 \end_inset
18652
18653 Alt+M
18654 \series default
18655  
18656 \series bold
18657
18658 \backslash
18659 tiny
18660 \begin_inset space \textvisiblespace{}
18661 \end_inset
18662
18663
18664 \backslash
18665 maltese
18666 \begin_inset space \textvisiblespace{}
18667 \end_inset
18668
18669
18670 \backslash
18671 textit
18672 \begin_inset space \textvisiblespace{}
18673 \end_inset
18674
18675 A
18676 \begin_inset Newline newline
18677 \end_inset
18678
18679
18680 \series default
18681 のようになります。
18682 \end_layout
18683
18684 \begin_layout Standard
18685 ある記号を別の寸法で表示することができないときには、その記号はつねに既定寸法で表示されます。
18686 \end_layout
18687
18688 \begin_layout Section
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 すべてのギリシャ文字は、ツールバーボタンの
18704 \begin_inset Graphics
18705         filename ../../images/math/alpha.png
18706         scale 85
18707
18708 \end_inset
18709
18710 からでも挿入することができます。各国の組版規則では、数式内のギリシャ文字はどれもイタリック体か斜体で組版されなくてはならないことになっていますが、フランス語やロ
18711 シア語などいくつかの言語では、それにもかかわらず立体で組版されることがあります。
18712 \end_layout
18713
18714 \begin_layout Subsection
18715 小文字
18716 \begin_inset Index idx
18717 status collapsed
18718
18719 \begin_layout Plain Layout
18720 ぎりしゃもじ@ギリシャ文字 ! こもじ@小文字
18721 \end_layout
18722
18723 \end_inset
18724
18725
18726 \end_layout
18727
18728 \begin_layout Standard
18729 \begin_inset space \hfill{}
18730 \end_inset
18731
18732
18733 \begin_inset Tabular
18734 <lyxtabular version="3" rows="11" columns="2">
18735 <features rotate="0" tabularvalignment="middle">
18736 <column alignment="center" valignment="top" width="0pt">
18737 <column alignment="center" valignment="top" width="0pt">
18738 <row>
18739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18740 \begin_inset Text
18741
18742 \begin_layout Plain Layout
18743 コマンド
18744 \end_layout
18745
18746 \end_inset
18747 </cell>
18748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18749 \begin_inset Text
18750
18751 \begin_layout Plain Layout
18752 出力
18753 \end_layout
18754
18755 \end_inset
18756 </cell>
18757 </row>
18758 <row>
18759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18760 \begin_inset Text
18761
18762 \begin_layout Plain Layout
18763
18764 \backslash
18765 alpha
18766 \end_layout
18767
18768 \end_inset
18769 </cell>
18770 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18771 \begin_inset Text
18772
18773 \begin_layout Plain Layout
18774 \begin_inset Formula $\alpha$
18775 \end_inset
18776
18777
18778 \end_layout
18779
18780 \end_inset
18781 </cell>
18782 </row>
18783 <row>
18784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18785 \begin_inset Text
18786
18787 \begin_layout Plain Layout
18788
18789 \backslash
18790 beta
18791 \end_layout
18792
18793 \end_inset
18794 </cell>
18795 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18796 \begin_inset Text
18797
18798 \begin_layout Plain Layout
18799 \begin_inset Formula $\beta$
18800 \end_inset
18801
18802
18803 \end_layout
18804
18805 \end_inset
18806 </cell>
18807 </row>
18808 <row>
18809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18810 \begin_inset Text
18811
18812 \begin_layout Plain Layout
18813
18814 \backslash
18815 gamma
18816 \end_layout
18817
18818 \end_inset
18819 </cell>
18820 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18821 \begin_inset Text
18822
18823 \begin_layout Plain Layout
18824 \begin_inset Formula $\gamma$
18825 \end_inset
18826
18827
18828 \end_layout
18829
18830 \end_inset
18831 </cell>
18832 </row>
18833 <row>
18834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18835 \begin_inset Text
18836
18837 \begin_layout Plain Layout
18838
18839 \backslash
18840 delta
18841 \end_layout
18842
18843 \end_inset
18844 </cell>
18845 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18846 \begin_inset Text
18847
18848 \begin_layout Plain Layout
18849 \begin_inset Formula $\delta$
18850 \end_inset
18851
18852
18853 \end_layout
18854
18855 \end_inset
18856 </cell>
18857 </row>
18858 <row>
18859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18860 \begin_inset Text
18861
18862 \begin_layout Plain Layout
18863
18864 \backslash
18865 epsilon
18866 \end_layout
18867
18868 \end_inset
18869 </cell>
18870 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18871 \begin_inset Text
18872
18873 \begin_layout Plain Layout
18874 \begin_inset Formula $\epsilon$
18875 \end_inset
18876
18877
18878 \end_layout
18879
18880 \end_inset
18881 </cell>
18882 </row>
18883 <row>
18884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18885 \begin_inset Text
18886
18887 \begin_layout Plain Layout
18888
18889 \backslash
18890 varepsilon
18891 \end_layout
18892
18893 \end_inset
18894 </cell>
18895 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18896 \begin_inset Text
18897
18898 \begin_layout Plain Layout
18899 \begin_inset Formula $\varepsilon$
18900 \end_inset
18901
18902
18903 \end_layout
18904
18905 \end_inset
18906 </cell>
18907 </row>
18908 <row>
18909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18910 \begin_inset Text
18911
18912 \begin_layout Plain Layout
18913
18914 \backslash
18915 zeta
18916 \end_layout
18917
18918 \end_inset
18919 </cell>
18920 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18921 \begin_inset Text
18922
18923 \begin_layout Plain Layout
18924 \begin_inset Formula $\zeta$
18925 \end_inset
18926
18927
18928 \end_layout
18929
18930 \end_inset
18931 </cell>
18932 </row>
18933 <row>
18934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18935 \begin_inset Text
18936
18937 \begin_layout Plain Layout
18938
18939 \backslash
18940 eta
18941 \end_layout
18942
18943 \end_inset
18944 </cell>
18945 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18946 \begin_inset Text
18947
18948 \begin_layout Plain Layout
18949 \begin_inset Formula $\eta$
18950 \end_inset
18951
18952
18953 \end_layout
18954
18955 \end_inset
18956 </cell>
18957 </row>
18958 <row>
18959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18960 \begin_inset Text
18961
18962 \begin_layout Plain Layout
18963
18964 \backslash
18965 theta
18966 \end_layout
18967
18968 \end_inset
18969 </cell>
18970 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18971 \begin_inset Text
18972
18973 \begin_layout Plain Layout
18974 \begin_inset Formula $\theta$
18975 \end_inset
18976
18977
18978 \end_layout
18979
18980 \end_inset
18981 </cell>
18982 </row>
18983 <row>
18984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18985 \begin_inset Text
18986
18987 \begin_layout Plain Layout
18988
18989 \backslash
18990 vartheta
18991 \end_layout
18992
18993 \end_inset
18994 </cell>
18995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18996 \begin_inset Text
18997
18998 \begin_layout Plain Layout
18999 \begin_inset Formula $\vartheta$
19000 \end_inset
19001
19002
19003 \end_layout
19004
19005 \end_inset
19006 </cell>
19007 </row>
19008 </lyxtabular>
19009
19010 \end_inset
19011
19012
19013 \begin_inset space \hfill{}
19014 \end_inset
19015
19016
19017 \begin_inset Tabular
19018 <lyxtabular version="3" rows="12" columns="2">
19019 <features rotate="0" tabularvalignment="middle">
19020 <column alignment="center" valignment="top" width="0pt">
19021 <column alignment="center" valignment="top" width="0pt">
19022 <row>
19023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19024 \begin_inset Text
19025
19026 \begin_layout Plain Layout
19027 コマンド
19028 \end_layout
19029
19030 \end_inset
19031 </cell>
19032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19033 \begin_inset Text
19034
19035 \begin_layout Plain Layout
19036 出力
19037 \end_layout
19038
19039 \end_inset
19040 </cell>
19041 </row>
19042 <row>
19043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19044 \begin_inset Text
19045
19046 \begin_layout Plain Layout
19047
19048 \backslash
19049 iota
19050 \end_layout
19051
19052 \end_inset
19053 </cell>
19054 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19055 \begin_inset Text
19056
19057 \begin_layout Plain Layout
19058 \begin_inset Formula $\iota$
19059 \end_inset
19060
19061
19062 \end_layout
19063
19064 \end_inset
19065 </cell>
19066 </row>
19067 <row>
19068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19069 \begin_inset Text
19070
19071 \begin_layout Plain Layout
19072
19073 \backslash
19074 kappa
19075 \end_layout
19076
19077 \end_inset
19078 </cell>
19079 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19080 \begin_inset Text
19081
19082 \begin_layout Plain Layout
19083 \begin_inset Formula $\kappa$
19084 \end_inset
19085
19086
19087 \end_layout
19088
19089 \end_inset
19090 </cell>
19091 </row>
19092 <row>
19093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19094 \begin_inset Text
19095
19096 \begin_layout Plain Layout
19097
19098 \backslash
19099 varkappa
19100 \end_layout
19101
19102 \end_inset
19103 </cell>
19104 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19105 \begin_inset Text
19106
19107 \begin_layout Plain Layout
19108 \begin_inset Formula $\varkappa$
19109 \end_inset
19110
19111
19112 \end_layout
19113
19114 \end_inset
19115 </cell>
19116 </row>
19117 <row>
19118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19119 \begin_inset Text
19120
19121 \begin_layout Plain Layout
19122
19123 \backslash
19124 lambda
19125 \end_layout
19126
19127 \end_inset
19128 </cell>
19129 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19130 \begin_inset Text
19131
19132 \begin_layout Plain Layout
19133 \begin_inset Formula $\lambda$
19134 \end_inset
19135
19136
19137 \end_layout
19138
19139 \end_inset
19140 </cell>
19141 </row>
19142 <row>
19143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19144 \begin_inset Text
19145
19146 \begin_layout Plain Layout
19147
19148 \backslash
19149 mu
19150 \end_layout
19151
19152 \end_inset
19153 </cell>
19154 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19155 \begin_inset Text
19156
19157 \begin_layout Plain Layout
19158 \begin_inset Formula $\mu$
19159 \end_inset
19160
19161
19162 \end_layout
19163
19164 \end_inset
19165 </cell>
19166 </row>
19167 <row>
19168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19169 \begin_inset Text
19170
19171 \begin_layout Plain Layout
19172
19173 \backslash
19174 nu
19175 \end_layout
19176
19177 \end_inset
19178 </cell>
19179 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19180 \begin_inset Text
19181
19182 \begin_layout Plain Layout
19183 \begin_inset Formula $\nu$
19184 \end_inset
19185
19186
19187 \end_layout
19188
19189 \end_inset
19190 </cell>
19191 </row>
19192 <row>
19193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19194 \begin_inset Text
19195
19196 \begin_layout Plain Layout
19197
19198 \backslash
19199 xi
19200 \end_layout
19201
19202 \end_inset
19203 </cell>
19204 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19205 \begin_inset Text
19206
19207 \begin_layout Plain Layout
19208 \begin_inset Formula $\xi$
19209 \end_inset
19210
19211
19212 \end_layout
19213
19214 \end_inset
19215 </cell>
19216 </row>
19217 <row>
19218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19219 \begin_inset Text
19220
19221 \begin_layout Plain Layout
19222 o
19223 \end_layout
19224
19225 \end_inset
19226 </cell>
19227 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19228 \begin_inset Text
19229
19230 \begin_layout Plain Layout
19231 \begin_inset Formula $o$
19232 \end_inset
19233
19234
19235 \end_layout
19236
19237 \end_inset
19238 </cell>
19239 </row>
19240 <row>
19241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19242 \begin_inset Text
19243
19244 \begin_layout Plain Layout
19245
19246 \backslash
19247 pi
19248 \end_layout
19249
19250 \end_inset
19251 </cell>
19252 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19253 \begin_inset Text
19254
19255 \begin_layout Plain Layout
19256 \begin_inset Formula $\pi$
19257 \end_inset
19258
19259
19260 \end_layout
19261
19262 \end_inset
19263 </cell>
19264 </row>
19265 <row>
19266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19267 \begin_inset Text
19268
19269 \begin_layout Plain Layout
19270
19271 \backslash
19272 varpi
19273 \end_layout
19274
19275 \end_inset
19276 </cell>
19277 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19278 \begin_inset Text
19279
19280 \begin_layout Plain Layout
19281 \begin_inset Formula $\varpi$
19282 \end_inset
19283
19284
19285 \end_layout
19286
19287 \end_inset
19288 </cell>
19289 </row>
19290 <row>
19291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19292 \begin_inset Text
19293
19294 \begin_layout Plain Layout
19295
19296 \backslash
19297 rho
19298 \end_layout
19299
19300 \end_inset
19301 </cell>
19302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19303 \begin_inset Text
19304
19305 \begin_layout Plain Layout
19306 \begin_inset Formula $\rho$
19307 \end_inset
19308
19309
19310 \end_layout
19311
19312 \end_inset
19313 </cell>
19314 </row>
19315 </lyxtabular>
19316
19317 \end_inset
19318
19319
19320 \begin_inset space \hfill{}
19321 \end_inset
19322
19323
19324 \begin_inset Tabular
19325 <lyxtabular version="3" rows="11" columns="2">
19326 <features rotate="0" tabularvalignment="middle">
19327 <column alignment="center" valignment="top" width="0pt">
19328 <column alignment="center" valignment="top" width="0pt">
19329 <row>
19330 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19331 \begin_inset Text
19332
19333 \begin_layout Plain Layout
19334 コマンド
19335 \end_layout
19336
19337 \end_inset
19338 </cell>
19339 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19340 \begin_inset Text
19341
19342 \begin_layout Plain Layout
19343 出力
19344 \end_layout
19345
19346 \end_inset
19347 </cell>
19348 </row>
19349 <row>
19350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19351 \begin_inset Text
19352
19353 \begin_layout Plain Layout
19354
19355 \backslash
19356 varrho
19357 \end_layout
19358
19359 \end_inset
19360 </cell>
19361 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19362 \begin_inset Text
19363
19364 \begin_layout Plain Layout
19365 \begin_inset Formula $\varrho$
19366 \end_inset
19367
19368
19369 \end_layout
19370
19371 \end_inset
19372 </cell>
19373 </row>
19374 <row>
19375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19376 \begin_inset Text
19377
19378 \begin_layout Plain Layout
19379
19380 \backslash
19381 sigma
19382 \end_layout
19383
19384 \end_inset
19385 </cell>
19386 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19387 \begin_inset Text
19388
19389 \begin_layout Plain Layout
19390 \begin_inset Formula $\sigma$
19391 \end_inset
19392
19393
19394 \end_layout
19395
19396 \end_inset
19397 </cell>
19398 </row>
19399 <row>
19400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19401 \begin_inset Text
19402
19403 \begin_layout Plain Layout
19404
19405 \backslash
19406 varsigma
19407 \end_layout
19408
19409 \end_inset
19410 </cell>
19411 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19412 \begin_inset Text
19413
19414 \begin_layout Plain Layout
19415 \begin_inset Formula $\varsigma$
19416 \end_inset
19417
19418
19419 \end_layout
19420
19421 \end_inset
19422 </cell>
19423 </row>
19424 <row>
19425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19426 \begin_inset Text
19427
19428 \begin_layout Plain Layout
19429
19430 \backslash
19431 tau
19432 \end_layout
19433
19434 \end_inset
19435 </cell>
19436 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19437 \begin_inset Text
19438
19439 \begin_layout Plain Layout
19440 \begin_inset Formula $\tau$
19441 \end_inset
19442
19443
19444 \end_layout
19445
19446 \end_inset
19447 </cell>
19448 </row>
19449 <row>
19450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19451 \begin_inset Text
19452
19453 \begin_layout Plain Layout
19454
19455 \backslash
19456 upsilon
19457 \end_layout
19458
19459 \end_inset
19460 </cell>
19461 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19462 \begin_inset Text
19463
19464 \begin_layout Plain Layout
19465 \begin_inset Formula $\upsilon$
19466 \end_inset
19467
19468
19469 \end_layout
19470
19471 \end_inset
19472 </cell>
19473 </row>
19474 <row>
19475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19476 \begin_inset Text
19477
19478 \begin_layout Plain Layout
19479
19480 \backslash
19481 phi
19482 \end_layout
19483
19484 \end_inset
19485 </cell>
19486 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19487 \begin_inset Text
19488
19489 \begin_layout Plain Layout
19490 \begin_inset Formula $\phi$
19491 \end_inset
19492
19493
19494 \end_layout
19495
19496 \end_inset
19497 </cell>
19498 </row>
19499 <row>
19500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19501 \begin_inset Text
19502
19503 \begin_layout Plain Layout
19504
19505 \backslash
19506 varphi
19507 \end_layout
19508
19509 \end_inset
19510 </cell>
19511 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19512 \begin_inset Text
19513
19514 \begin_layout Plain Layout
19515 \begin_inset Formula $\varphi$
19516 \end_inset
19517
19518
19519 \end_layout
19520
19521 \end_inset
19522 </cell>
19523 </row>
19524 <row>
19525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19526 \begin_inset Text
19527
19528 \begin_layout Plain Layout
19529
19530 \backslash
19531 chi
19532 \end_layout
19533
19534 \end_inset
19535 </cell>
19536 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19537 \begin_inset Text
19538
19539 \begin_layout Plain Layout
19540 \begin_inset Formula $\chi$
19541 \end_inset
19542
19543
19544 \end_layout
19545
19546 \end_inset
19547 </cell>
19548 </row>
19549 <row>
19550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19551 \begin_inset Text
19552
19553 \begin_layout Plain Layout
19554
19555 \backslash
19556 psi
19557 \end_layout
19558
19559 \end_inset
19560 </cell>
19561 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19562 \begin_inset Text
19563
19564 \begin_layout Plain Layout
19565 \begin_inset Formula $\psi$
19566 \end_inset
19567
19568
19569 \end_layout
19570
19571 \end_inset
19572 </cell>
19573 </row>
19574 <row>
19575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19576 \begin_inset Text
19577
19578 \begin_layout Plain Layout
19579
19580 \backslash
19581 omega
19582 \end_layout
19583
19584 \end_inset
19585 </cell>
19586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19587 \begin_inset Text
19588
19589 \begin_layout Plain Layout
19590 \begin_inset Formula $\omega$
19591 \end_inset
19592
19593
19594 \end_layout
19595
19596 \end_inset
19597 </cell>
19598 </row>
19599 </lyxtabular>
19600
19601 \end_inset
19602
19603
19604 \begin_inset space \hfill{}
19605 \end_inset
19606
19607
19608 \end_layout
19609
19610 \begin_layout Standard
19611 \begin_inset VSpace medskip
19612 \end_inset
19613
19614
19615 \end_layout
19616
19617 \begin_layout Standard
19618 アップライト体のギリシャ文字を作成する方法は、第
19619 \begin_inset CommandInset ref
19620 LatexCommand ref
19621 reference "sub:アップライト体ギリシャ小文字"
19622
19623 \end_inset
19624
19625 節に説明されています。
19626 \end_layout
19627
19628 \begin_layout Subsection
19629 大文字
19630 \begin_inset Index idx
19631 status collapsed
19632
19633 \begin_layout Plain Layout
19634 ぎりしゃもじ@ギリシャ文字 ! おおもじ@大文字
19635 \end_layout
19636
19637 \end_inset
19638
19639
19640 \end_layout
19641
19642 \begin_layout Standard
19643 \begin_inset space \hfill{}
19644 \end_inset
19645
19646
19647 \begin_inset Tabular
19648 <lyxtabular version="3" rows="7" columns="2">
19649 <features rotate="0" tabularvalignment="middle">
19650 <column alignment="center" valignment="top" width="0pt">
19651 <column alignment="center" valignment="top" width="0pt">
19652 <row>
19653 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19654 \begin_inset Text
19655
19656 \begin_layout Plain Layout
19657
19658 \family roman
19659 \series medium
19660 \shape up
19661 \size normal
19662 \emph off
19663 \bar no
19664 \noun off
19665 \color none
19666 コマンド
19667 \end_layout
19668
19669 \end_inset
19670 </cell>
19671 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19672 \begin_inset Text
19673
19674 \begin_layout Plain Layout
19675
19676 \family roman
19677 \series medium
19678 \shape up
19679 \size normal
19680 \emph off
19681 \bar no
19682 \noun off
19683 \color none
19684 出力
19685 \end_layout
19686
19687 \end_inset
19688 </cell>
19689 </row>
19690 <row>
19691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19692 \begin_inset Text
19693
19694 \begin_layout Plain Layout
19695
19696 \backslash
19697 Gamma
19698 \end_layout
19699
19700 \end_inset
19701 </cell>
19702 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19703 \begin_inset Text
19704
19705 \begin_layout Plain Layout
19706 \begin_inset Formula $\Gamma$
19707 \end_inset
19708
19709
19710 \end_layout
19711
19712 \end_inset
19713 </cell>
19714 </row>
19715 <row>
19716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19717 \begin_inset Text
19718
19719 \begin_layout Plain Layout
19720
19721 \backslash
19722 Delta
19723 \end_layout
19724
19725 \end_inset
19726 </cell>
19727 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19728 \begin_inset Text
19729
19730 \begin_layout Plain Layout
19731 \begin_inset Formula $\Delta$
19732 \end_inset
19733
19734
19735 \end_layout
19736
19737 \end_inset
19738 </cell>
19739 </row>
19740 <row>
19741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19742 \begin_inset Text
19743
19744 \begin_layout Plain Layout
19745
19746 \backslash
19747 Theta
19748 \end_layout
19749
19750 \end_inset
19751 </cell>
19752 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19753 \begin_inset Text
19754
19755 \begin_layout Plain Layout
19756 \begin_inset Formula $\Theta$
19757 \end_inset
19758
19759
19760 \end_layout
19761
19762 \end_inset
19763 </cell>
19764 </row>
19765 <row>
19766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19767 \begin_inset Text
19768
19769 \begin_layout Plain Layout
19770
19771 \backslash
19772 Lambda
19773 \end_layout
19774
19775 \end_inset
19776 </cell>
19777 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19778 \begin_inset Text
19779
19780 \begin_layout Plain Layout
19781 \begin_inset Formula $\Lambda$
19782 \end_inset
19783
19784
19785 \end_layout
19786
19787 \end_inset
19788 </cell>
19789 </row>
19790 <row>
19791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19792 \begin_inset Text
19793
19794 \begin_layout Plain Layout
19795
19796 \backslash
19797 Xi
19798 \end_layout
19799
19800 \end_inset
19801 </cell>
19802 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19803 \begin_inset Text
19804
19805 \begin_layout Plain Layout
19806 \begin_inset Formula $\Xi$
19807 \end_inset
19808
19809
19810 \end_layout
19811
19812 \end_inset
19813 </cell>
19814 </row>
19815 <row>
19816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19817 \begin_inset Text
19818
19819 \begin_layout Plain Layout
19820
19821 \backslash
19822 Pi
19823 \end_layout
19824
19825 \end_inset
19826 </cell>
19827 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19828 \begin_inset Text
19829
19830 \begin_layout Plain Layout
19831 \begin_inset Formula $\Pi$
19832 \end_inset
19833
19834
19835 \end_layout
19836
19837 \end_inset
19838 </cell>
19839 </row>
19840 </lyxtabular>
19841
19842 \end_inset
19843
19844
19845 \begin_inset space \hfill{}
19846 \end_inset
19847
19848
19849 \begin_inset Tabular
19850 <lyxtabular version="3" rows="6" columns="2">
19851 <features rotate="0" tabularvalignment="middle">
19852 <column alignment="center" valignment="top" width="0pt">
19853 <column alignment="center" valignment="top" width="0pt">
19854 <row>
19855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19856 \begin_inset Text
19857
19858 \begin_layout Plain Layout
19859
19860 \family roman
19861 \series medium
19862 \shape up
19863 \size normal
19864 \emph off
19865 \bar no
19866 \noun off
19867 \color none
19868 コマンド
19869 \end_layout
19870
19871 \end_inset
19872 </cell>
19873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19874 \begin_inset Text
19875
19876 \begin_layout Plain Layout
19877
19878 \family roman
19879 \series medium
19880 \shape up
19881 \size normal
19882 \emph off
19883 \bar no
19884 \noun off
19885 \color none
19886 出力
19887 \end_layout
19888
19889 \end_inset
19890 </cell>
19891 </row>
19892 <row>
19893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19894 \begin_inset Text
19895
19896 \begin_layout Plain Layout
19897
19898 \backslash
19899 Sigma
19900 \end_layout
19901
19902 \end_inset
19903 </cell>
19904 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19905 \begin_inset Text
19906
19907 \begin_layout Plain Layout
19908 \begin_inset Formula $\Sigma$
19909 \end_inset
19910
19911
19912 \end_layout
19913
19914 \end_inset
19915 </cell>
19916 </row>
19917 <row>
19918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19919 \begin_inset Text
19920
19921 \begin_layout Plain Layout
19922
19923 \backslash
19924 Upsilon
19925 \end_layout
19926
19927 \end_inset
19928 </cell>
19929 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19930 \begin_inset Text
19931
19932 \begin_layout Plain Layout
19933 \begin_inset Formula $\Upsilon$
19934 \end_inset
19935
19936
19937 \end_layout
19938
19939 \end_inset
19940 </cell>
19941 </row>
19942 <row>
19943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19944 \begin_inset Text
19945
19946 \begin_layout Plain Layout
19947
19948 \backslash
19949 Phi
19950 \end_layout
19951
19952 \end_inset
19953 </cell>
19954 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19955 \begin_inset Text
19956
19957 \begin_layout Plain Layout
19958 \begin_inset Formula $\Phi$
19959 \end_inset
19960
19961
19962 \end_layout
19963
19964 \end_inset
19965 </cell>
19966 </row>
19967 <row>
19968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19969 \begin_inset Text
19970
19971 \begin_layout Plain Layout
19972
19973 \backslash
19974 Psi
19975 \end_layout
19976
19977 \end_inset
19978 </cell>
19979 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19980 \begin_inset Text
19981
19982 \begin_layout Plain Layout
19983 \begin_inset Formula $\Psi$
19984 \end_inset
19985
19986
19987 \end_layout
19988
19989 \end_inset
19990 </cell>
19991 </row>
19992 <row>
19993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19994 \begin_inset Text
19995
19996 \begin_layout Plain Layout
19997
19998 \backslash
19999 Omega
20000 \end_layout
20001
20002 \end_inset
20003 </cell>
20004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20005 \begin_inset Text
20006
20007 \begin_layout Plain Layout
20008 \begin_inset Formula $\Omega$
20009 \end_inset
20010
20011
20012 \end_layout
20013
20014 \end_inset
20015 </cell>
20016 </row>
20017 </lyxtabular>
20018
20019 \end_inset
20020
20021
20022 \begin_inset space \hfill{}
20023 \end_inset
20024
20025
20026 \end_layout
20027
20028 \begin_layout Standard
20029 \begin_inset VSpace medskip
20030 \end_inset
20031
20032 大文字のギリシャ文字が立体で表示されるのは、TeXの開発途上に生じたデザイン上のバグによるものです。正しいイタリック体の大文字を得るためには、各コマンドの頭に
20033 \series bold
20034 var
20035 \series default
20036 を付けてください。たとえば、
20037 \series bold
20038
20039 \backslash
20040 varGamma
20041 \series default
20042 コマンドは、
20043 \begin_inset Formula $\varGamma$
20044 \end_inset
20045
20046 を生成します。もう一つの方法は、パッケージ
20047 \series bold
20048 fixmath
20049 \series default
20050
20051 \begin_inset Foot
20052 status collapsed
20053
20054 \begin_layout Plain Layout
20055
20056 \series bold
20057 fixmath
20058 \series default
20059 は、LaTeXパッケージ
20060 \series bold
20061 was
20062 \series default
20063
20064 \begin_inset Index idx
20065 status collapsed
20066
20067 \begin_layout Plain Layout
20068 ぱっけーじ@パッケージ ! was
20069 \begin_inset ERT
20070 status collapsed
20071
20072 \begin_layout Plain Layout
20073
20074
20075 \backslash
20076 vspace{4mm}
20077 \end_layout
20078
20079 \end_inset
20080
20081
20082 \end_layout
20083
20084 \end_inset
20085
20086 に含まれています。
20087 \end_layout
20088
20089 \end_inset
20090
20091
20092 \begin_inset Index idx
20093 status collapsed
20094
20095 \begin_layout Plain Layout
20096 ぱっけーじ@パッケージ ! fixmath
20097 \end_layout
20098
20099 \end_inset
20100
20101 をLaTeXプリアンブル行に
20102 \end_layout
20103
20104 \begin_layout Standard
20105
20106 \series bold
20107
20108 \backslash
20109 usepackage{fixmath}
20110 \end_layout
20111
20112 \begin_layout Standard
20113 と書いて読み込む方法です。すると、文書中の大きなギリシャ文字は、すべて自動的にイタリック体として組版されます。
20114 \end_layout
20115
20116 \begin_layout Subsection
20117 ボールド体
20118 \begin_inset Index idx
20119 status collapsed
20120
20121 \begin_layout Plain Layout
20122 ぎりしゃもじ@ギリシャ文字 ! ぼーるどたい@ボールド体
20123 \end_layout
20124
20125 \end_inset
20126
20127
20128 \end_layout
20129
20130 \begin_layout Standard
20131 ギリシャ文字は、ラテン文字のようには、多様な書体様式に設定することができません。ギリシャ文字をボールド体にできるのは、
20132 \series bold
20133
20134 \backslash
20135 boldsymbol
20136 \series default
20137 コマンドのみです
20138 \begin_inset Index idx
20139 status collapsed
20140
20141 \begin_layout Plain Layout
20142 こまんど@コマンド ! B ! 
20143 \backslash
20144 boldsymbol
20145 \end_layout
20146
20147 \end_inset
20148
20149
20150 \end_layout
20151
20152 \begin_layout Standard
20153 \align center
20154 \begin_inset Tabular
20155 <lyxtabular version="3" rows="3" columns="2">
20156 <features rotate="0" tabularvalignment="middle">
20157 <column alignment="center" valignment="top">
20158 <column alignment="center" valignment="top">
20159 <row>
20160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20161 \begin_inset Text
20162
20163 \begin_layout Plain Layout
20164 コマンド
20165 \end_layout
20166
20167 \end_inset
20168 </cell>
20169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20170 \begin_inset Text
20171
20172 \begin_layout Plain Layout
20173 出力
20174 \end_layout
20175
20176 \end_inset
20177 </cell>
20178 </row>
20179 <row>
20180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20181 \begin_inset Text
20182
20183 \begin_layout Plain Layout
20184
20185 \backslash
20186 Upsilon
20187 \backslash
20188 boldsymbol
20189 \backslash
20190 Upsilon
20191 \end_layout
20192
20193 \end_inset
20194 </cell>
20195 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20196 \begin_inset Text
20197
20198 \begin_layout Plain Layout
20199 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20200 \end_inset
20201
20202
20203 \end_layout
20204
20205 \end_inset
20206 </cell>
20207 </row>
20208 <row>
20209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20210 \begin_inset Text
20211
20212 \begin_layout Plain Layout
20213
20214 \backslash
20215 theta
20216 \backslash
20217 boldsymbol
20218 \backslash
20219 theta
20220 \end_layout
20221
20222 \end_inset
20223 </cell>
20224 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20225 \begin_inset Text
20226
20227 \begin_layout Plain Layout
20228 \begin_inset Formula $\theta\boldsymbol{\theta}$
20229 \end_inset
20230
20231
20232 \end_layout
20233
20234 \end_inset
20235 </cell>
20236 </row>
20237 </lyxtabular>
20238
20239 \end_inset
20240
20241
20242 \begin_inset Newpage newpage
20243 \end_inset
20244
20245
20246 \end_layout
20247
20248 \begin_layout Section
20249 記号
20250 \begin_inset ERT
20251 status collapsed
20252
20253 \begin_layout Plain Layout
20254
20255
20256 \backslash
20257 texorpdfstring{
20258 \end_layout
20259
20260 \end_inset
20261
20262
20263 \begin_inset Foot
20264 status collapsed
20265
20266 \begin_layout Plain Layout
20267 各LaTeXパッケージに含まれる全記号をほとんど網羅した一覧が、
20268 \begin_inset CommandInset citation
20269 LatexCommand cite
20270 key "Symbols"
20271
20272 \end_inset
20273
20274 にあります。
20275 \end_layout
20276
20277 \end_inset
20278
20279
20280 \begin_inset ERT
20281 status collapsed
20282
20283 \begin_layout Plain Layout
20284
20285 }{}
20286 \end_layout
20287
20288 \end_inset
20289
20290
20291 \begin_inset Note Note
20292 status collapsed
20293
20294 \begin_layout Plain Layout
20295
20296 \backslash
20297 texorpdfstringは、PDFのしおりに脚注が現れるのを防ぐために使われています。
20298 \end_layout
20299
20300 \begin_layout Plain Layout
20301
20302 \backslash
20303 texorpdfstringについての詳細は、第
20304 \begin_inset CommandInset ref
20305 LatexCommand ref
20306 reference "sub:節見出し中の数式"
20307
20308 \end_inset
20309
20310 節にあります。
20311 \end_layout
20312
20313 \end_inset
20314
20315
20316 \begin_inset Index idx
20317 status collapsed
20318
20319 \begin_layout Plain Layout
20320 きごう@記号
20321 \end_layout
20322
20323 \end_inset
20324
20325
20326 \end_layout
20327
20328 \begin_layout Standard
20329 本節に掲げてある各記号の多くは、ツールバーボタンの
20330 \begin_inset Graphics
20331         filename ../../images/math/nabla.png
20332         scale 85
20333
20334 \end_inset
20335
20336
20337 \begin_inset Graphics
20338         filename ../../images/math/digamma.png
20339         scale 85
20340
20341 \end_inset
20342
20343 でも挿入することができます。
20344 \end_layout
20345
20346 \begin_layout Subsection
20347 数学記号
20348 \begin_inset CommandInset label
20349 LatexCommand label
20350 name "sub:数学記号"
20351
20352 \end_inset
20353
20354
20355 \begin_inset Index idx
20356 status collapsed
20357
20358 \begin_layout Plain Layout
20359 きごう@記号 ! すうがく@数学
20360 \end_layout
20361
20362 \end_inset
20363
20364
20365 \end_layout
20366
20367 \begin_layout Standard
20368 \begin_inset space \hfill{}
20369 \end_inset
20370
20371
20372 \begin_inset Tabular
20373 <lyxtabular version="3" rows="10" columns="2">
20374 <features rotate="0" tabularvalignment="middle">
20375 <column alignment="center" valignment="top" width="0pt">
20376 <column alignment="center" valignment="top" width="0pt">
20377 <row>
20378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20379 \begin_inset Text
20380
20381 \begin_layout Plain Layout
20382 コマンド
20383 \end_layout
20384
20385 \end_inset
20386 </cell>
20387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20388 \begin_inset Text
20389
20390 \begin_layout Plain Layout
20391 出力
20392 \end_layout
20393
20394 \end_inset
20395 </cell>
20396 </row>
20397 <row>
20398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20399 \begin_inset Text
20400
20401 \begin_layout Plain Layout
20402
20403 \backslash
20404 neg
20405 \end_layout
20406
20407 \end_inset
20408 </cell>
20409 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20410 \begin_inset Text
20411
20412 \begin_layout Plain Layout
20413 \begin_inset Formula $\neg$
20414 \end_inset
20415
20416
20417 \end_layout
20418
20419 \end_inset
20420 </cell>
20421 </row>
20422 <row>
20423 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20424 \begin_inset Text
20425
20426 \begin_layout Plain Layout
20427
20428 \backslash
20429 Im
20430 \end_layout
20431
20432 \end_inset
20433 </cell>
20434 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20435 \begin_inset Text
20436
20437 \begin_layout Plain Layout
20438 \begin_inset Formula $\Im$
20439 \end_inset
20440
20441
20442 \end_layout
20443
20444 \end_inset
20445 </cell>
20446 </row>
20447 <row>
20448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20449 \begin_inset Text
20450
20451 \begin_layout Plain Layout
20452
20453 \backslash
20454 Re
20455 \end_layout
20456
20457 \end_inset
20458 </cell>
20459 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20460 \begin_inset Text
20461
20462 \begin_layout Plain Layout
20463 \begin_inset Formula $\Re$
20464 \end_inset
20465
20466
20467 \end_layout
20468
20469 \end_inset
20470 </cell>
20471 </row>
20472 <row>
20473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20474 \begin_inset Text
20475
20476 \begin_layout Plain Layout
20477
20478 \backslash
20479 aleph
20480 \end_layout
20481
20482 \end_inset
20483 </cell>
20484 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20485 \begin_inset Text
20486
20487 \begin_layout Plain Layout
20488 \begin_inset Formula $\aleph$
20489 \end_inset
20490
20491
20492 \end_layout
20493
20494 \end_inset
20495 </cell>
20496 </row>
20497 <row>
20498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20499 \begin_inset Text
20500
20501 \begin_layout Plain Layout
20502
20503 \backslash
20504 partial
20505 \end_layout
20506
20507 \end_inset
20508 </cell>
20509 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20510 \begin_inset Text
20511
20512 \begin_layout Plain Layout
20513 \begin_inset Formula $\partial$
20514 \end_inset
20515
20516
20517 \end_layout
20518
20519 \end_inset
20520 </cell>
20521 </row>
20522 <row>
20523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20524 \begin_inset Text
20525
20526 \begin_layout Plain Layout
20527
20528 \backslash
20529 infty
20530 \end_layout
20531
20532 \end_inset
20533 </cell>
20534 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20535 \begin_inset Text
20536
20537 \begin_layout Plain Layout
20538 \begin_inset Formula $\infty$
20539 \end_inset
20540
20541
20542 \end_layout
20543
20544 \end_inset
20545 </cell>
20546 </row>
20547 <row>
20548 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20549 \begin_inset Text
20550
20551 \begin_layout Plain Layout
20552
20553 \backslash
20554 wp
20555 \end_layout
20556
20557 \end_inset
20558 </cell>
20559 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20560 \begin_inset Text
20561
20562 \begin_layout Plain Layout
20563 \begin_inset Formula $\wp$
20564 \end_inset
20565
20566
20567 \end_layout
20568
20569 \end_inset
20570 </cell>
20571 </row>
20572 <row>
20573 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20574 \begin_inset Text
20575
20576 \begin_layout Plain Layout
20577
20578 \backslash
20579 imath
20580 \end_layout
20581
20582 \end_inset
20583 </cell>
20584 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20585 \begin_inset Text
20586
20587 \begin_layout Plain Layout
20588 \begin_inset Formula $\imath$
20589 \end_inset
20590
20591
20592 \end_layout
20593
20594 \end_inset
20595 </cell>
20596 </row>
20597 <row>
20598 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20599 \begin_inset Text
20600
20601 \begin_layout Plain Layout
20602
20603 \backslash
20604 jmath
20605 \end_layout
20606
20607 \end_inset
20608 </cell>
20609 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20610 \begin_inset Text
20611
20612 \begin_layout Plain Layout
20613 \begin_inset Formula $\jmath$
20614 \end_inset
20615
20616
20617 \end_layout
20618
20619 \end_inset
20620 </cell>
20621 </row>
20622 </lyxtabular>
20623
20624 \end_inset
20625
20626
20627 \begin_inset space \hfill{}
20628 \end_inset
20629
20630
20631 \begin_inset Tabular
20632 <lyxtabular version="3" rows="10" columns="2">
20633 <features rotate="0" tabularvalignment="middle">
20634 <column alignment="center" valignment="top" width="0pt">
20635 <column alignment="center" valignment="top" width="0pt">
20636 <row>
20637 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20638 \begin_inset Text
20639
20640 \begin_layout Plain Layout
20641 コマンド
20642 \end_layout
20643
20644 \end_inset
20645 </cell>
20646 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20647 \begin_inset Text
20648
20649 \begin_layout Plain Layout
20650 出力
20651 \begin_inset Note Note
20652 status collapsed
20653
20654 \begin_layout Plain Layout
20655 ここで
20656 \series bold
20657
20658 \backslash
20659 raisebox
20660 \series default
20661 はスペーサーとして使用しているだけです。
20662 \end_layout
20663
20664 \end_inset
20665
20666
20667 \end_layout
20668
20669 \end_inset
20670 </cell>
20671 </row>
20672 <row>
20673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20674 \begin_inset Text
20675
20676 \begin_layout Plain Layout
20677
20678 \backslash
20679 forall
20680 \end_layout
20681
20682 \end_inset
20683 </cell>
20684 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20685 \begin_inset Text
20686
20687 \begin_layout Plain Layout
20688 \begin_inset Formula $\forall$
20689 \end_inset
20690
20691
20692 \end_layout
20693
20694 \end_inset
20695 </cell>
20696 </row>
20697 <row>
20698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20699 \begin_inset Text
20700
20701 \begin_layout Plain Layout
20702
20703 \backslash
20704 exists
20705 \end_layout
20706
20707 \end_inset
20708 </cell>
20709 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20710 \begin_inset Text
20711
20712 \begin_layout Plain Layout
20713 \begin_inset Formula $\exists$
20714 \end_inset
20715
20716
20717 \end_layout
20718
20719 \end_inset
20720 </cell>
20721 </row>
20722 <row>
20723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20724 \begin_inset Text
20725
20726 \begin_layout Plain Layout
20727
20728 \backslash
20729 nexists
20730 \end_layout
20731
20732 \end_inset
20733 </cell>
20734 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20735 \begin_inset Text
20736
20737 \begin_layout Plain Layout
20738 \begin_inset Formula $\nexists$
20739 \end_inset
20740
20741
20742 \end_layout
20743
20744 \end_inset
20745 </cell>
20746 </row>
20747 <row>
20748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20749 \begin_inset Text
20750
20751 \begin_layout Plain Layout
20752
20753 \backslash
20754 emptyset
20755 \end_layout
20756
20757 \end_inset
20758 </cell>
20759 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20760 \begin_inset Text
20761
20762 \begin_layout Plain Layout
20763 \begin_inset Formula $\emptyset$
20764 \end_inset
20765
20766
20767 \end_layout
20768
20769 \end_inset
20770 </cell>
20771 </row>
20772 <row>
20773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20774 \begin_inset Text
20775
20776 \begin_layout Plain Layout
20777
20778 \backslash
20779 varnothing
20780 \end_layout
20781
20782 \end_inset
20783 </cell>
20784 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20785 \begin_inset Text
20786
20787 \begin_layout Plain Layout
20788 \begin_inset Formula $\varnothing$
20789 \end_inset
20790
20791
20792 \end_layout
20793
20794 \end_inset
20795 </cell>
20796 </row>
20797 <row>
20798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20799 \begin_inset Text
20800
20801 \begin_layout Plain Layout
20802
20803 \backslash
20804 dag
20805 \end_layout
20806
20807 \end_inset
20808 </cell>
20809 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20810 \begin_inset Text
20811
20812 \begin_layout Plain Layout
20813 \begin_inset Formula $\dag$
20814 \end_inset
20815
20816
20817 \end_layout
20818
20819 \end_inset
20820 </cell>
20821 </row>
20822 <row>
20823 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20824 \begin_inset Text
20825
20826 \begin_layout Plain Layout
20827
20828 \backslash
20829 ddag
20830 \end_layout
20831
20832 \end_inset
20833 </cell>
20834 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20835 \begin_inset Text
20836
20837 \begin_layout Plain Layout
20838 \begin_inset Formula $\ddag$
20839 \end_inset
20840
20841
20842 \end_layout
20843
20844 \end_inset
20845 </cell>
20846 </row>
20847 <row>
20848 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20849 \begin_inset Text
20850
20851 \begin_layout Plain Layout
20852
20853 \backslash
20854 complement
20855 \end_layout
20856
20857 \end_inset
20858 </cell>
20859 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20860 \begin_inset Text
20861
20862 \begin_layout Plain Layout
20863 \begin_inset ERT
20864 status collapsed
20865
20866 \begin_layout Plain Layout
20867
20868
20869 \backslash
20870 raisebox{-0.8mm}{
20871 \end_layout
20872
20873 \end_inset
20874
20875
20876 \begin_inset Formula $\complement$
20877 \end_inset
20878
20879
20880 \begin_inset ERT
20881 status collapsed
20882
20883 \begin_layout Plain Layout
20884
20885 }
20886 \end_layout
20887
20888 \end_inset
20889
20890
20891 \end_layout
20892
20893 \end_inset
20894 </cell>
20895 </row>
20896 <row>
20897 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20898 \begin_inset Text
20899
20900 \begin_layout Plain Layout
20901
20902 \backslash
20903 Bbbk
20904 \end_layout
20905
20906 \end_inset
20907 </cell>
20908 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20909 \begin_inset Text
20910
20911 \begin_layout Plain Layout
20912 \begin_inset Formula $\Bbbk$
20913 \end_inset
20914
20915
20916 \end_layout
20917
20918 \end_inset
20919 </cell>
20920 </row>
20921 </lyxtabular>
20922
20923 \end_inset
20924
20925
20926 \begin_inset space \hfill{}
20927 \end_inset
20928
20929
20930 \begin_inset Tabular
20931 <lyxtabular version="3" rows="10" columns="2">
20932 <features rotate="0" tabularvalignment="middle">
20933 <column alignment="center" valignment="top" width="0pt">
20934 <column alignment="center" valignment="top" width="0pt">
20935 <row>
20936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20937 \begin_inset Text
20938
20939 \begin_layout Plain Layout
20940 コマンド
20941 \end_layout
20942
20943 \end_inset
20944 </cell>
20945 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20946 \begin_inset Text
20947
20948 \begin_layout Plain Layout
20949 出力
20950 \end_layout
20951
20952 \end_inset
20953 </cell>
20954 </row>
20955 <row>
20956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20957 \begin_inset Text
20958
20959 \begin_layout Plain Layout
20960
20961 \backslash
20962 prime
20963 \end_layout
20964
20965 \end_inset
20966 </cell>
20967 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20968 \begin_inset Text
20969
20970 \begin_layout Plain Layout
20971 \begin_inset Formula $\prime$
20972 \end_inset
20973
20974
20975 \end_layout
20976
20977 \end_inset
20978 </cell>
20979 </row>
20980 <row>
20981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20982 \begin_inset Text
20983
20984 \begin_layout Plain Layout
20985
20986 \backslash
20987 backprime
20988 \end_layout
20989
20990 \end_inset
20991 </cell>
20992 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20993 \begin_inset Text
20994
20995 \begin_layout Plain Layout
20996 \begin_inset Formula $\backprime$
20997 \end_inset
20998
20999
21000 \end_layout
21001
21002 \end_inset
21003 </cell>
21004 </row>
21005 <row>
21006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21007 \begin_inset Text
21008
21009 \begin_layout Plain Layout
21010
21011 \backslash
21012 mho
21013 \end_layout
21014
21015 \end_inset
21016 </cell>
21017 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21018 \begin_inset Text
21019
21020 \begin_layout Plain Layout
21021 \begin_inset Formula $\mho$
21022 \end_inset
21023
21024
21025 \end_layout
21026
21027 \end_inset
21028 </cell>
21029 </row>
21030 <row>
21031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21032 \begin_inset Text
21033
21034 \begin_layout Plain Layout
21035
21036 \backslash
21037 triangle
21038 \end_layout
21039
21040 \end_inset
21041 </cell>
21042 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21043 \begin_inset Text
21044
21045 \begin_layout Plain Layout
21046 \begin_inset Formula $\triangle$
21047 \end_inset
21048
21049
21050 \end_layout
21051
21052 \end_inset
21053 </cell>
21054 </row>
21055 <row>
21056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21057 \begin_inset Text
21058
21059 \begin_layout Plain Layout
21060
21061 \backslash
21062 angle
21063 \end_layout
21064
21065 \end_inset
21066 </cell>
21067 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21068 \begin_inset Text
21069
21070 \begin_layout Plain Layout
21071 \begin_inset Formula $\angle$
21072 \end_inset
21073
21074
21075 \end_layout
21076
21077 \end_inset
21078 </cell>
21079 </row>
21080 <row>
21081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21082 \begin_inset Text
21083
21084 \begin_layout Plain Layout
21085
21086 \backslash
21087 measuredangle
21088 \end_layout
21089
21090 \end_inset
21091 </cell>
21092 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21093 \begin_inset Text
21094
21095 \begin_layout Plain Layout
21096 \begin_inset Formula $\measuredangle$
21097 \end_inset
21098
21099
21100 \end_layout
21101
21102 \end_inset
21103 </cell>
21104 </row>
21105 <row>
21106 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21107 \begin_inset Text
21108
21109 \begin_layout Plain Layout
21110
21111 \backslash
21112 sphericalangle
21113 \end_layout
21114
21115 \end_inset
21116 </cell>
21117 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21118 \begin_inset Text
21119
21120 \begin_layout Plain Layout
21121 \begin_inset Formula $\sphericalangle$
21122 \end_inset
21123
21124
21125 \end_layout
21126
21127 \end_inset
21128 </cell>
21129 </row>
21130 <row>
21131 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21132 \begin_inset Text
21133
21134 \begin_layout Plain Layout
21135
21136 \backslash
21137 top
21138 \end_layout
21139
21140 \end_inset
21141 </cell>
21142 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21143 \begin_inset Text
21144
21145 \begin_layout Plain Layout
21146 \begin_inset Formula $\top$
21147 \end_inset
21148
21149
21150 \end_layout
21151
21152 \end_inset
21153 </cell>
21154 </row>
21155 <row>
21156 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21157 \begin_inset Text
21158
21159 \begin_layout Plain Layout
21160
21161 \backslash
21162 bot
21163 \end_layout
21164
21165 \end_inset
21166 </cell>
21167 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21168 \begin_inset Text
21169
21170 \begin_layout Plain Layout
21171 \begin_inset Formula $\bot$
21172 \end_inset
21173
21174
21175 \end_layout
21176
21177 \end_inset
21178 </cell>
21179 </row>
21180 </lyxtabular>
21181
21182 \end_inset
21183
21184
21185 \begin_inset space \hfill{}
21186 \end_inset
21187
21188
21189 \end_layout
21190
21191 \begin_layout Subsection
21192 その他の記号
21193 \begin_inset CommandInset label
21194 LatexCommand label
21195 name "sub:その他の記号"
21196
21197 \end_inset
21198
21199
21200 \begin_inset Index idx
21201 status collapsed
21202
21203 \begin_layout Plain Layout
21204 きごう@記号 ! そのた@その他
21205 \end_layout
21206
21207 \end_inset
21208
21209
21210 \end_layout
21211
21212 \begin_layout Standard
21213 \noindent
21214 \align center
21215 \begin_inset Tabular
21216 <lyxtabular version="3" rows="10" columns="2">
21217 <features rotate="0" tabularvalignment="middle">
21218 <column alignment="center" valignment="top" width="0pt">
21219 <column alignment="center" valignment="top" width="0pt">
21220 <row>
21221 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21222 \begin_inset Text
21223
21224 \begin_layout Plain Layout
21225
21226 \family roman
21227 \series medium
21228 \shape up
21229 \size normal
21230 \emph off
21231 \bar no
21232 \noun off
21233 \color none
21234 コマンド
21235 \end_layout
21236
21237 \end_inset
21238 </cell>
21239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21240 \begin_inset Text
21241
21242 \begin_layout Plain Layout
21243
21244 \family roman
21245 \series medium
21246 \shape up
21247 \size normal
21248 \emph off
21249 \bar no
21250 \noun off
21251 \color none
21252 出力
21253 \end_layout
21254
21255 \end_inset
21256 </cell>
21257 </row>
21258 <row>
21259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21260 \begin_inset Text
21261
21262 \begin_layout Plain Layout
21263
21264 \backslash
21265 flat
21266 \end_layout
21267
21268 \end_inset
21269 </cell>
21270 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21271 \begin_inset Text
21272
21273 \begin_layout Plain Layout
21274 \begin_inset Formula $\flat$
21275 \end_inset
21276
21277
21278 \end_layout
21279
21280 \end_inset
21281 </cell>
21282 </row>
21283 <row>
21284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21285 \begin_inset Text
21286
21287 \begin_layout Plain Layout
21288
21289 \backslash
21290 natural
21291 \end_layout
21292
21293 \end_inset
21294 </cell>
21295 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21296 \begin_inset Text
21297
21298 \begin_layout Plain Layout
21299 \begin_inset Formula $\natural$
21300 \end_inset
21301
21302
21303 \end_layout
21304
21305 \end_inset
21306 </cell>
21307 </row>
21308 <row>
21309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21310 \begin_inset Text
21311
21312 \begin_layout Plain Layout
21313
21314 \backslash
21315 sharp
21316 \end_layout
21317
21318 \end_inset
21319 </cell>
21320 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21321 \begin_inset Text
21322
21323 \begin_layout Plain Layout
21324 \begin_inset Formula $\sharp$
21325 \end_inset
21326
21327
21328 \end_layout
21329
21330 \end_inset
21331 </cell>
21332 </row>
21333 <row>
21334 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21335 \begin_inset Text
21336
21337 \begin_layout Plain Layout
21338
21339 \backslash
21340 surd
21341 \end_layout
21342
21343 \end_inset
21344 </cell>
21345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21346 \begin_inset Text
21347
21348 \begin_layout Plain Layout
21349 \begin_inset Formula $\surd$
21350 \end_inset
21351
21352
21353 \end_layout
21354
21355 \end_inset
21356 </cell>
21357 </row>
21358 <row>
21359 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21360 \begin_inset Text
21361
21362 \begin_layout Plain Layout
21363
21364 \backslash
21365 checkmark
21366 \end_layout
21367
21368 \end_inset
21369 </cell>
21370 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21371 \begin_inset Text
21372
21373 \begin_layout Plain Layout
21374 \begin_inset Formula $\checkmark$
21375 \end_inset
21376
21377
21378 \end_layout
21379
21380 \end_inset
21381 </cell>
21382 </row>
21383 <row>
21384 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21385 \begin_inset Text
21386
21387 \begin_layout Plain Layout
21388
21389 \backslash
21390 yen
21391 \end_layout
21392
21393 \end_inset
21394 </cell>
21395 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21396 \begin_inset Text
21397
21398 \begin_layout Plain Layout
21399 \begin_inset Formula $\yen$
21400 \end_inset
21401
21402
21403 \end_layout
21404
21405 \end_inset
21406 </cell>
21407 </row>
21408 <row>
21409 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21410 \begin_inset Text
21411
21412 \begin_layout Plain Layout
21413
21414 \backslash
21415 pounds
21416 \end_layout
21417
21418 \end_inset
21419 </cell>
21420 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21421 \begin_inset Text
21422
21423 \begin_layout Plain Layout
21424 \begin_inset Formula $\pounds$
21425 \end_inset
21426
21427
21428 \end_layout
21429
21430 \end_inset
21431 </cell>
21432 </row>
21433 <row>
21434 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21435 \begin_inset Text
21436
21437 \begin_layout Plain Layout
21438 $
21439 \end_layout
21440
21441 \end_inset
21442 </cell>
21443 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21444 \begin_inset Text
21445
21446 \begin_layout Plain Layout
21447 \begin_inset Formula $\$$
21448 \end_inset
21449
21450
21451 \end_layout
21452
21453 \end_inset
21454 </cell>
21455 </row>
21456 <row>
21457 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21458 \begin_inset Text
21459
21460 \begin_layout Plain Layout
21461 §
21462 \end_layout
21463
21464 \end_inset
21465 </cell>
21466 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21467 \begin_inset Text
21468
21469 \begin_layout Plain Layout
21470 \begin_inset Formula $\mathsection$
21471 \end_inset
21472
21473
21474 \end_layout
21475
21476 \end_inset
21477 </cell>
21478 </row>
21479 </lyxtabular>
21480
21481 \end_inset
21482
21483
21484 \begin_inset Tabular
21485 <lyxtabular version="3" rows="10" columns="2">
21486 <features rotate="0" tabularvalignment="middle">
21487 <column alignment="center" valignment="top">
21488 <column alignment="center" valignment="top">
21489 <row>
21490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21491 \begin_inset Text
21492
21493 \begin_layout Plain Layout
21494
21495 \family roman
21496 \series medium
21497 \shape up
21498 \size normal
21499 \emph off
21500 \bar no
21501 \noun off
21502 \color none
21503 コマンド
21504 \end_layout
21505
21506 \end_inset
21507 </cell>
21508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21509 \begin_inset Text
21510
21511 \begin_layout Plain Layout
21512
21513 \family roman
21514 \series medium
21515 \shape up
21516 \size normal
21517 \emph off
21518 \bar no
21519 \noun off
21520 \color none
21521 出力
21522 \end_layout
21523
21524 \end_inset
21525 </cell>
21526 </row>
21527 <row>
21528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21529 \begin_inset Text
21530
21531 \begin_layout Plain Layout
21532
21533 \backslash
21534 hbar
21535 \end_layout
21536
21537 \end_inset
21538 </cell>
21539 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21540 \begin_inset Text
21541
21542 \begin_layout Plain Layout
21543 \begin_inset Formula $\hbar$
21544 \end_inset
21545
21546
21547 \end_layout
21548
21549 \end_inset
21550 </cell>
21551 </row>
21552 <row>
21553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21554 \begin_inset Text
21555
21556 \begin_layout Plain Layout
21557
21558 \backslash
21559 hslash
21560 \end_layout
21561
21562 \end_inset
21563 </cell>
21564 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21565 \begin_inset Text
21566
21567 \begin_layout Plain Layout
21568 \begin_inset Formula $\hslash$
21569 \end_inset
21570
21571
21572 \end_layout
21573
21574 \end_inset
21575 </cell>
21576 </row>
21577 <row>
21578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21579 \begin_inset Text
21580
21581 \begin_layout Plain Layout
21582
21583 \backslash
21584 clubsuit
21585 \end_layout
21586
21587 \end_inset
21588 </cell>
21589 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21590 \begin_inset Text
21591
21592 \begin_layout Plain Layout
21593 \begin_inset Formula $\clubsuit$
21594 \end_inset
21595
21596
21597 \end_layout
21598
21599 \end_inset
21600 </cell>
21601 </row>
21602 <row>
21603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21604 \begin_inset Text
21605
21606 \begin_layout Plain Layout
21607
21608 \backslash
21609 spadesuit
21610 \end_layout
21611
21612 \end_inset
21613 </cell>
21614 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21615 \begin_inset Text
21616
21617 \begin_layout Plain Layout
21618 \begin_inset Formula $\spadesuit$
21619 \end_inset
21620
21621
21622 \end_layout
21623
21624 \end_inset
21625 </cell>
21626 </row>
21627 <row>
21628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21629 \begin_inset Text
21630
21631 \begin_layout Plain Layout
21632
21633 \backslash
21634 bigstar
21635 \end_layout
21636
21637 \end_inset
21638 </cell>
21639 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21640 \begin_inset Text
21641
21642 \begin_layout Plain Layout
21643 \begin_inset Formula $\bigstar$
21644 \end_inset
21645
21646
21647 \end_layout
21648
21649 \end_inset
21650 </cell>
21651 </row>
21652 <row>
21653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21654 \begin_inset Text
21655
21656 \begin_layout Plain Layout
21657
21658 \backslash
21659 blacklozenge
21660 \end_layout
21661
21662 \end_inset
21663 </cell>
21664 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21665 \begin_inset Text
21666
21667 \begin_layout Plain Layout
21668 \begin_inset Formula $\blacklozenge$
21669 \end_inset
21670
21671
21672 \end_layout
21673
21674 \end_inset
21675 </cell>
21676 </row>
21677 <row>
21678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21679 \begin_inset Text
21680
21681 \begin_layout Plain Layout
21682
21683 \backslash
21684 blacktriangle
21685 \end_layout
21686
21687 \end_inset
21688 </cell>
21689 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21690 \begin_inset Text
21691
21692 \begin_layout Plain Layout
21693 \begin_inset Formula $\blacktriangle$
21694 \end_inset
21695
21696
21697 \end_layout
21698
21699 \end_inset
21700 </cell>
21701 </row>
21702 <row>
21703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21704 \begin_inset Text
21705
21706 \begin_layout Plain Layout
21707
21708 \backslash
21709 blacktiangledown
21710 \end_layout
21711
21712 \end_inset
21713 </cell>
21714 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21715 \begin_inset Text
21716
21717 \begin_layout Plain Layout
21718 \begin_inset Formula $\blacktriangledown$
21719 \end_inset
21720
21721
21722 \end_layout
21723
21724 \end_inset
21725 </cell>
21726 </row>
21727 <row>
21728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21729 \begin_inset Text
21730
21731 \begin_layout Plain Layout
21732
21733 \backslash
21734 bullet
21735 \end_layout
21736
21737 \end_inset
21738 </cell>
21739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21740 \begin_inset Text
21741
21742 \begin_layout Plain Layout
21743 \begin_inset Formula $\bullet$
21744 \end_inset
21745
21746
21747 \end_layout
21748
21749 \end_inset
21750 </cell>
21751 </row>
21752 </lyxtabular>
21753
21754 \end_inset
21755
21756
21757 \begin_inset Tabular
21758 <lyxtabular version="3" rows="10" columns="2">
21759 <features rotate="0" tabularvalignment="middle">
21760 <column alignment="center" valignment="top" width="0pt">
21761 <column alignment="center" valignment="top" width="0pt">
21762 <row>
21763 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21764 \begin_inset Text
21765
21766 \begin_layout Plain Layout
21767
21768 \family roman
21769 \series medium
21770 \shape up
21771 \size normal
21772 \emph off
21773 \bar no
21774 \noun off
21775 \color none
21776 コマンド
21777 \end_layout
21778
21779 \end_inset
21780 </cell>
21781 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21782 \begin_inset Text
21783
21784 \begin_layout Plain Layout
21785
21786 \family roman
21787 \series medium
21788 \shape up
21789 \size normal
21790 \emph off
21791 \bar no
21792 \noun off
21793 \color none
21794 出力
21795 \end_layout
21796
21797 \end_inset
21798 </cell>
21799 </row>
21800 <row>
21801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21802 \begin_inset Text
21803
21804 \begin_layout Plain Layout
21805
21806 \backslash
21807 diamondsuit
21808 \end_layout
21809
21810 \end_inset
21811 </cell>
21812 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21813 \begin_inset Text
21814
21815 \begin_layout Plain Layout
21816 \begin_inset Formula $\diamondsuit$
21817 \end_inset
21818
21819
21820 \end_layout
21821
21822 \end_inset
21823 </cell>
21824 </row>
21825 <row>
21826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21827 \begin_inset Text
21828
21829 \begin_layout Plain Layout
21830
21831 \backslash
21832 Diamond
21833 \end_layout
21834
21835 \end_inset
21836 </cell>
21837 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21838 \begin_inset Text
21839
21840 \begin_layout Plain Layout
21841 \begin_inset Formula $\Diamond$
21842 \end_inset
21843
21844
21845 \end_layout
21846
21847 \end_inset
21848 </cell>
21849 </row>
21850 <row>
21851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21852 \begin_inset Text
21853
21854 \begin_layout Plain Layout
21855
21856 \backslash
21857 heartsuit
21858 \end_layout
21859
21860 \end_inset
21861 </cell>
21862 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21863 \begin_inset Text
21864
21865 \begin_layout Plain Layout
21866 \begin_inset Formula $\heartsuit$
21867 \end_inset
21868
21869
21870 \end_layout
21871
21872 \end_inset
21873 </cell>
21874 </row>
21875 <row>
21876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21877 \begin_inset Text
21878
21879 \begin_layout Plain Layout
21880
21881 \backslash
21882 P
21883 \end_layout
21884
21885 \end_inset
21886 </cell>
21887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21888 \begin_inset Text
21889
21890 \begin_layout Plain Layout
21891 \begin_inset Formula $\P$
21892 \end_inset
21893
21894
21895 \end_layout
21896
21897 \end_inset
21898 </cell>
21899 </row>
21900 <row>
21901 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21902 \begin_inset Text
21903
21904 \begin_layout Plain Layout
21905
21906 \backslash
21907 copyright
21908 \end_layout
21909
21910 \end_inset
21911 </cell>
21912 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21913 \begin_inset Text
21914
21915 \begin_layout Plain Layout
21916 \begin_inset Formula $\copyright$
21917 \end_inset
21918
21919
21920 \end_layout
21921
21922 \end_inset
21923 </cell>
21924 </row>
21925 <row>
21926 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21927 \begin_inset Text
21928
21929 \begin_layout Plain Layout
21930
21931 \backslash
21932 circledR
21933 \end_layout
21934
21935 \end_inset
21936 </cell>
21937 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21938 \begin_inset Text
21939
21940 \begin_layout Plain Layout
21941 \begin_inset Formula $\circledR$
21942 \end_inset
21943
21944
21945 \end_layout
21946
21947 \end_inset
21948 </cell>
21949 </row>
21950 <row>
21951 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21952 \begin_inset Text
21953
21954 \begin_layout Plain Layout
21955
21956 \backslash
21957 maltese
21958 \end_layout
21959
21960 \end_inset
21961 </cell>
21962 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21963 \begin_inset Text
21964
21965 \begin_layout Plain Layout
21966 \begin_inset Formula $\maltese$
21967 \end_inset
21968
21969
21970 \end_layout
21971
21972 \end_inset
21973 </cell>
21974 </row>
21975 <row>
21976 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21977 \begin_inset Text
21978
21979 \begin_layout Plain Layout
21980
21981 \backslash
21982 diagup
21983 \end_layout
21984
21985 \end_inset
21986 </cell>
21987 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21988 \begin_inset Text
21989
21990 \begin_layout Plain Layout
21991 \begin_inset Formula $\diagup$
21992 \end_inset
21993
21994
21995 \end_layout
21996
21997 \end_inset
21998 </cell>
21999 </row>
22000 <row>
22001 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22002 \begin_inset Text
22003
22004 \begin_layout Plain Layout
22005
22006 \backslash
22007 diagdown
22008 \end_layout
22009
22010 \end_inset
22011 </cell>
22012 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22013 \begin_inset Text
22014
22015 \begin_layout Plain Layout
22016 \begin_inset Formula $\diagdown$
22017 \end_inset
22018
22019
22020 \end_layout
22021
22022 \end_inset
22023 </cell>
22024 </row>
22025 </lyxtabular>
22026
22027 \end_inset
22028
22029
22030 \end_layout
22031
22032 \begin_layout Standard
22033 \begin_inset VSpace medskip
22034 \end_inset
22035
22036 ここにある以上の記号が、第
22037 \begin_inset CommandInset ref
22038 LatexCommand ref
22039 reference "sub:他の特殊文字"
22040
22041 \end_inset
22042
22043 節に挙げてあります。
22044 \end_layout
22045
22046 \begin_layout Standard
22047 寸法を変えて表示することのできる記号もあります。第
22048 \begin_inset CommandInset ref
22049 LatexCommand ref
22050 reference "sub:書体寸法"
22051
22052 \end_inset
22053
22054 節をご参照下さい。
22055 \end_layout
22056
22057 \begin_layout Subsection
22058 ユーロ通貨記号
22059 \begin_inset Index idx
22060 status collapsed
22061
22062 \begin_layout Plain Layout
22063 きごう@記号 ! ゆーろつうかきごう@ユーロ通貨記号
22064 \end_layout
22065
22066 \end_inset
22067
22068
22069 \begin_inset Index idx
22070 status collapsed
22071
22072 \begin_layout Plain Layout
22073
22074 \backslash
22075 @
22076 \begin_inset ERT
22077 status collapsed
22078
22079 \begin_layout Plain Layout
22080
22081
22082 \backslash
22083 officialeuro
22084 \end_layout
22085
22086 \end_inset
22087
22088
22089 \end_layout
22090
22091 \end_inset
22092
22093
22094 \end_layout
22095
22096 \begin_layout Standard
22097 ユーロ通貨記号を数式で使用するには、LaTeXパッケージ
22098 \series bold
22099 eurosym
22100 \series default
22101
22102 \begin_inset Index idx
22103 status collapsed
22104
22105 \begin_layout Plain Layout
22106 ぱっけーじ@パッケージ ! eurosym
22107 \end_layout
22108
22109 \end_inset
22110
22111 が導入されていて、以下のようなLaTeXプリアンブル行によって読み込まれていなくてはなりません。
22112 \end_layout
22113
22114 \begin_layout Standard
22115
22116 \series bold
22117
22118 \backslash
22119 usepackage[gennarrow]{eurosym}
22120 \end_layout
22121
22122 \begin_layout Standard
22123 すると、ユーロ通貨記号を
22124 \series bold
22125
22126 \backslash
22127 euro
22128 \series default
22129
22130 \begin_inset Index idx
22131 status collapsed
22132
22133 \begin_layout Plain Layout
22134 こまんど@コマンド ! E ! 
22135 \backslash
22136 euro
22137 \end_layout
22138
22139 \end_inset
22140
22141 コマンドで挿入することができるようになります。
22142 \end_layout
22143
22144 \begin_layout Standard
22145 数式テキストには、
22146 \series bold
22147 eurosym
22148 \series default
22149 が導入されていなくても、ユーロ通貨記号を直接キーボードを使って(あれば)挿入することができます。
22150 \series bold
22151 eurosym
22152 \series default
22153 が導入されていれば、
22154 \series bold
22155
22156 \backslash
22157 euro
22158 \series default
22159 はTeXモードでも挿入することができます。また、正式な通貨記号を
22160 \series bold
22161
22162 \backslash
22163 officialeuro
22164 \series default
22165
22166 \begin_inset Index idx
22167 status collapsed
22168
22169 \begin_layout Plain Layout
22170 こまんど@コマンド ! O ! 
22171 \backslash
22172 officialeuro
22173 \end_layout
22174
22175 \end_inset
22176
22177 コマンド(これはTeXモードでのみ使用することができます)で挿入することができます。
22178 \end_layout
22179
22180 \begin_layout Standard
22181 \begin_inset ERT
22182 status collapsed
22183
22184 \begin_layout Plain Layout
22185
22186
22187 \backslash
22188 ifeurosym 
22189 \end_layout
22190
22191 \end_inset
22192
22193
22194 \begin_inset Note Note
22195 status open
22196
22197 \begin_layout Plain Layout
22198 以下の表は、LaTeXパッケージ
22199 \series bold
22200 eurosym
22201 \series default
22202 が導入済みのときのみ表示されます。
22203 \end_layout
22204
22205 \end_inset
22206
22207
22208 \end_layout
22209
22210 \begin_layout Standard
22211 以下は、各ユーロ通貨記号のまとめです。
22212 \end_layout
22213
22214 \begin_layout Standard
22215 \align center
22216 \begin_inset Tabular
22217 <lyxtabular version="3" rows="4" columns="3">
22218 <features rotate="0" tabularvalignment="middle">
22219 <column alignment="center" valignment="top" width="0pt">
22220 <column alignment="center" valignment="top" width="0pt">
22221 <column alignment="center" valignment="top" width="0pt">
22222 <row>
22223 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22224 \begin_inset Text
22225
22226 \begin_layout Plain Layout
22227
22228 \end_layout
22229
22230 \end_inset
22231 </cell>
22232 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22233 \begin_inset Text
22234
22235 \begin_layout Plain Layout
22236 コマンド
22237 \end_layout
22238
22239 \end_inset
22240 </cell>
22241 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22242 \begin_inset Text
22243
22244 \begin_layout Plain Layout
22245 出力
22246 \end_layout
22247
22248 \end_inset
22249 </cell>
22250 </row>
22251 <row>
22252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22253 \begin_inset Text
22254
22255 \begin_layout Plain Layout
22256 数式
22257 \end_layout
22258
22259 \end_inset
22260 </cell>
22261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22262 \begin_inset Text
22263
22264 \begin_layout Plain Layout
22265
22266 \backslash
22267 euro
22268 \end_layout
22269
22270 \end_inset
22271 </cell>
22272 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22273 \begin_inset Text
22274
22275 \begin_layout Plain Layout
22276 \begin_inset Formula $\euro$
22277 \end_inset
22278
22279
22280 \end_layout
22281
22282 \end_inset
22283 </cell>
22284 </row>
22285 <row>
22286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22287 \begin_inset Text
22288
22289 \begin_layout Plain Layout
22290 数式テキスト
22291 \end_layout
22292
22293 \end_inset
22294 </cell>
22295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22296 \begin_inset Text
22297
22298 \begin_layout Plain Layout
22299 (ユーロ記号)
22300 \end_layout
22301
22302 \end_inset
22303 </cell>
22304 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22305 \begin_inset Text
22306
22307 \begin_layout Plain Layout
22308 (ユーロ記号)
22309 \end_layout
22310
22311 \end_inset
22312 </cell>
22313 </row>
22314 <row>
22315 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22316 \begin_inset Text
22317
22318 \begin_layout Plain Layout
22319 TeXモード
22320 \end_layout
22321
22322 \end_inset
22323 </cell>
22324 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22325 \begin_inset Text
22326
22327 \begin_layout Plain Layout
22328
22329 \backslash
22330 officialeuro
22331 \end_layout
22332
22333 \end_inset
22334 </cell>
22335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22336 \begin_inset Text
22337
22338 \begin_layout Plain Layout
22339 \begin_inset ERT
22340 status collapsed
22341
22342 \begin_layout Plain Layout
22343
22344
22345 \backslash
22346 officialeuro
22347 \end_layout
22348
22349 \end_inset
22350
22351
22352 \end_layout
22353
22354 \end_inset
22355 </cell>
22356 </row>
22357 </lyxtabular>
22358
22359 \end_inset
22360
22361
22362 \end_layout
22363
22364 \begin_layout Standard
22365 \begin_inset ERT
22366 status collapsed
22367
22368 \begin_layout Plain Layout
22369
22370
22371 \backslash
22372 else 
22373 \end_layout
22374
22375 \end_inset
22376
22377
22378 \begin_inset Note Note
22379 status open
22380
22381 \begin_layout Plain Layout
22382 以下は、LaTeXパッケージ
22383 \series bold
22384 eurosym
22385 \series default
22386 が導入されていないときのみ表示されます。
22387 \end_layout
22388
22389 \end_inset
22390
22391
22392 \end_layout
22393
22394 \begin_layout Standard
22395 本節の残りを出力としてみるためには、LaTeXパッケージ
22396 \series bold
22397 eurosym
22398 \series default
22399 を導入する必要があります。
22400 \end_layout
22401
22402 \begin_layout Standard
22403 \begin_inset ERT
22404 status collapsed
22405
22406 \begin_layout Plain Layout
22407
22408
22409 \backslash
22410 fi 
22411 \end_layout
22412
22413 \end_inset
22414
22415
22416 \end_layout
22417
22418 \begin_layout Section
22419 関係子
22420 \begin_inset CommandInset label
22421 LatexCommand label
22422 name "sec:関係子"
22423
22424 \end_inset
22425
22426
22427 \begin_inset Index idx
22428 status collapsed
22429
22430 \begin_layout Plain Layout
22431 かんけいし@関係子
22432 \end_layout
22433
22434 \end_inset
22435
22436
22437 \begin_inset Index idx
22438 status collapsed
22439
22440 \begin_layout Plain Layout
22441 ひかくし@比較子|see
22442 \begin_inset ERT
22443 status collapsed
22444
22445 \begin_layout Plain Layout
22446
22447 {
22448 \end_layout
22449
22450 \end_inset
22451
22452 関係子
22453 \begin_inset ERT
22454 status collapsed
22455
22456 \begin_layout Plain Layout
22457
22458 }
22459 \end_layout
22460
22461 \end_inset
22462
22463
22464 \end_layout
22465
22466 \end_inset
22467
22468
22469 \end_layout
22470
22471 \begin_layout Standard
22472 関係子はすべて、ツールバーボタンの
22473 \begin_inset Graphics
22474         filename ../../images/math/leq.png
22475         scale 85
22476
22477 \end_inset
22478
22479 でも挿入することができます。
22480 \end_layout
22481
22482 \begin_layout Standard
22483 \begin_inset space \hfill{}
22484 \end_inset
22485
22486
22487 \begin_inset Tabular
22488 <lyxtabular version="3" rows="17" columns="2">
22489 <features rotate="0" tabularvalignment="middle">
22490 <column alignment="center" valignment="top" width="0pt">
22491 <column alignment="center" valignment="top" width="0pt">
22492 <row>
22493 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22494 \begin_inset Text
22495
22496 \begin_layout Plain Layout
22497 コマンド
22498 \end_layout
22499
22500 \end_inset
22501 </cell>
22502 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22503 \begin_inset Text
22504
22505 \begin_layout Plain Layout
22506 出力
22507 \end_layout
22508
22509 \end_inset
22510 </cell>
22511 </row>
22512 <row>
22513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22514 \begin_inset Text
22515
22516 \begin_layout Plain Layout
22517 \begin_inset Formula $<$
22518 \end_inset
22519
22520
22521 \end_layout
22522
22523 \end_inset
22524 </cell>
22525 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22526 \begin_inset Text
22527
22528 \begin_layout Plain Layout
22529 \begin_inset Formula $<$
22530 \end_inset
22531
22532
22533 \end_layout
22534
22535 \end_inset
22536 </cell>
22537 </row>
22538 <row>
22539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22540 \begin_inset Text
22541
22542 \begin_layout Plain Layout
22543
22544 \backslash
22545 le
22546 \end_layout
22547
22548 \end_inset
22549 </cell>
22550 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22551 \begin_inset Text
22552
22553 \begin_layout Plain Layout
22554 \begin_inset Formula $\le$
22555 \end_inset
22556
22557
22558 \end_layout
22559
22560 \end_inset
22561 </cell>
22562 </row>
22563 <row>
22564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22565 \begin_inset Text
22566
22567 \begin_layout Plain Layout
22568
22569 \backslash
22570 ll
22571 \end_layout
22572
22573 \end_inset
22574 </cell>
22575 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22576 \begin_inset Text
22577
22578 \begin_layout Plain Layout
22579 \begin_inset Formula $\ll$
22580 \end_inset
22581
22582
22583 \end_layout
22584
22585 \end_inset
22586 </cell>
22587 </row>
22588 <row>
22589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22590 \begin_inset Text
22591
22592 \begin_layout Plain Layout
22593
22594 \backslash
22595 prec
22596 \end_layout
22597
22598 \end_inset
22599 </cell>
22600 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22601 \begin_inset Text
22602
22603 \begin_layout Plain Layout
22604 \begin_inset Formula $\prec$
22605 \end_inset
22606
22607
22608 \end_layout
22609
22610 \end_inset
22611 </cell>
22612 </row>
22613 <row>
22614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22615 \begin_inset Text
22616
22617 \begin_layout Plain Layout
22618
22619 \backslash
22620 preceq
22621 \end_layout
22622
22623 \end_inset
22624 </cell>
22625 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22626 \begin_inset Text
22627
22628 \begin_layout Plain Layout
22629 \begin_inset Formula $\preceq$
22630 \end_inset
22631
22632
22633 \end_layout
22634
22635 \end_inset
22636 </cell>
22637 </row>
22638 <row>
22639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22640 \begin_inset Text
22641
22642 \begin_layout Plain Layout
22643
22644 \backslash
22645 subset
22646 \end_layout
22647
22648 \end_inset
22649 </cell>
22650 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22651 \begin_inset Text
22652
22653 \begin_layout Plain Layout
22654 \begin_inset Formula $\subset$
22655 \end_inset
22656
22657
22658 \end_layout
22659
22660 \end_inset
22661 </cell>
22662 </row>
22663 <row>
22664 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22665 \begin_inset Text
22666
22667 \begin_layout Plain Layout
22668
22669 \backslash
22670 subseteq
22671 \end_layout
22672
22673 \end_inset
22674 </cell>
22675 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22676 \begin_inset Text
22677
22678 \begin_layout Plain Layout
22679 \begin_inset Formula $\subseteq$
22680 \end_inset
22681
22682
22683 \end_layout
22684
22685 \end_inset
22686 </cell>
22687 </row>
22688 <row>
22689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22690 \begin_inset Text
22691
22692 \begin_layout Plain Layout
22693
22694 \backslash
22695 sqsubseteq
22696 \end_layout
22697
22698 \end_inset
22699 </cell>
22700 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22701 \begin_inset Text
22702
22703 \begin_layout Plain Layout
22704 \begin_inset Formula $\sqsubseteq$
22705 \end_inset
22706
22707
22708 \end_layout
22709
22710 \end_inset
22711 </cell>
22712 </row>
22713 <row>
22714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22715 \begin_inset Text
22716
22717 \begin_layout Plain Layout
22718
22719 \backslash
22720 in
22721 \end_layout
22722
22723 \end_inset
22724 </cell>
22725 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22726 \begin_inset Text
22727
22728 \begin_layout Plain Layout
22729 \begin_inset Formula $\in$
22730 \end_inset
22731
22732
22733 \end_layout
22734
22735 \end_inset
22736 </cell>
22737 </row>
22738 <row>
22739 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22740 \begin_inset Text
22741
22742 \begin_layout Plain Layout
22743
22744 \backslash
22745 vdash
22746 \end_layout
22747
22748 \end_inset
22749 </cell>
22750 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22751 \begin_inset Text
22752
22753 \begin_layout Plain Layout
22754 \begin_inset Formula $\vdash$
22755 \end_inset
22756
22757
22758 \end_layout
22759
22760 \end_inset
22761 </cell>
22762 </row>
22763 <row>
22764 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22765 \begin_inset Text
22766
22767 \begin_layout Plain Layout
22768
22769 \backslash
22770 smile
22771 \end_layout
22772
22773 \end_inset
22774 </cell>
22775 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22776 \begin_inset Text
22777
22778 \begin_layout Plain Layout
22779 \begin_inset Formula $\smile$
22780 \end_inset
22781
22782
22783 \end_layout
22784
22785 \end_inset
22786 </cell>
22787 </row>
22788 <row>
22789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22790 \begin_inset Text
22791
22792 \begin_layout Plain Layout
22793
22794 \backslash
22795 lhd
22796 \end_layout
22797
22798 \end_inset
22799 </cell>
22800 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22801 \begin_inset Text
22802
22803 \begin_layout Plain Layout
22804 \begin_inset Formula $\lhd$
22805 \end_inset
22806
22807
22808 \end_layout
22809
22810 \end_inset
22811 </cell>
22812 </row>
22813 <row>
22814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22815 \begin_inset Text
22816
22817 \begin_layout Plain Layout
22818
22819 \backslash
22820 unlhd
22821 \end_layout
22822
22823 \end_inset
22824 </cell>
22825 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22826 \begin_inset Text
22827
22828 \begin_layout Plain Layout
22829 \begin_inset Formula $\unlhd$
22830 \end_inset
22831
22832
22833 \end_layout
22834
22835 \end_inset
22836 </cell>
22837 </row>
22838 <row>
22839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22840 \begin_inset Text
22841
22842 \begin_layout Plain Layout
22843
22844 \backslash
22845 gtrless
22846 \end_layout
22847
22848 \end_inset
22849 </cell>
22850 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22851 \begin_inset Text
22852
22853 \begin_layout Plain Layout
22854 \begin_inset Formula $\gtrless$
22855 \end_inset
22856
22857
22858 \end_layout
22859
22860 \end_inset
22861 </cell>
22862 </row>
22863 <row>
22864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22865 \begin_inset Text
22866
22867 \begin_layout Plain Layout
22868
22869 \backslash
22870 mid
22871 \end_layout
22872
22873 \end_inset
22874 </cell>
22875 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22876 \begin_inset Text
22877
22878 \begin_layout Plain Layout
22879 \begin_inset Formula $\mid$
22880 \end_inset
22881
22882
22883 \end_layout
22884
22885 \end_inset
22886 </cell>
22887 </row>
22888 <row>
22889 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22890 \begin_inset Text
22891
22892 \begin_layout Plain Layout
22893
22894 \backslash
22895 nmid
22896 \end_layout
22897
22898 \end_inset
22899 </cell>
22900 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22901 \begin_inset Text
22902
22903 \begin_layout Plain Layout
22904 \begin_inset Formula $\nmid$
22905 \end_inset
22906
22907
22908 \end_layout
22909
22910 \end_inset
22911 </cell>
22912 </row>
22913 </lyxtabular>
22914
22915 \end_inset
22916
22917
22918 \begin_inset space \hfill{}
22919 \end_inset
22920
22921
22922 \begin_inset Tabular
22923 <lyxtabular version="3" rows="17" columns="2">
22924 <features rotate="0" tabularvalignment="middle">
22925 <column alignment="center" valignment="top" width="0pt">
22926 <column alignment="center" valignment="top" width="0pt">
22927 <row>
22928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22929 \begin_inset Text
22930
22931 \begin_layout Plain Layout
22932 コマンド
22933 \end_layout
22934
22935 \end_inset
22936 </cell>
22937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22938 \begin_inset Text
22939
22940 \begin_layout Plain Layout
22941 出力
22942 \end_layout
22943
22944 \end_inset
22945 </cell>
22946 </row>
22947 <row>
22948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22949 \begin_inset Text
22950
22951 \begin_layout Plain Layout
22952 =
22953 \end_layout
22954
22955 \end_inset
22956 </cell>
22957 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22958 \begin_inset Text
22959
22960 \begin_layout Plain Layout
22961 \begin_inset Formula $=$
22962 \end_inset
22963
22964
22965 \end_layout
22966
22967 \end_inset
22968 </cell>
22969 </row>
22970 <row>
22971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22972 \begin_inset Text
22973
22974 \begin_layout Plain Layout
22975
22976 \backslash
22977 not=
22978 \end_layout
22979
22980 \end_inset
22981 </cell>
22982 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22983 \begin_inset Text
22984
22985 \begin_layout Plain Layout
22986 \begin_inset Formula $\not=$
22987 \end_inset
22988
22989
22990 \end_layout
22991
22992 \end_inset
22993 </cell>
22994 </row>
22995 <row>
22996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22997 \begin_inset Text
22998
22999 \begin_layout Plain Layout
23000
23001 \backslash
23002 equiv
23003 \end_layout
23004
23005 \end_inset
23006 </cell>
23007 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23008 \begin_inset Text
23009
23010 \begin_layout Plain Layout
23011 \begin_inset Formula $\equiv$
23012 \end_inset
23013
23014
23015 \end_layout
23016
23017 \end_inset
23018 </cell>
23019 </row>
23020 <row>
23021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23022 \begin_inset Text
23023
23024 \begin_layout Plain Layout
23025
23026 \backslash
23027 sim
23028 \end_layout
23029
23030 \end_inset
23031 </cell>
23032 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23033 \begin_inset Text
23034
23035 \begin_layout Plain Layout
23036 \begin_inset Formula $\sim$
23037 \end_inset
23038
23039
23040 \end_layout
23041
23042 \end_inset
23043 </cell>
23044 </row>
23045 <row>
23046 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23047 \begin_inset Text
23048
23049 \begin_layout Plain Layout
23050
23051 \backslash
23052 simeq
23053 \end_layout
23054
23055 \end_inset
23056 </cell>
23057 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23058 \begin_inset Text
23059
23060 \begin_layout Plain Layout
23061 \begin_inset Formula $\simeq$
23062 \end_inset
23063
23064
23065 \end_layout
23066
23067 \end_inset
23068 </cell>
23069 </row>
23070 <row>
23071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23072 \begin_inset Text
23073
23074 \begin_layout Plain Layout
23075
23076 \backslash
23077 approx
23078 \end_layout
23079
23080 \end_inset
23081 </cell>
23082 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23083 \begin_inset Text
23084
23085 \begin_layout Plain Layout
23086 \begin_inset Formula $\approx$
23087 \end_inset
23088
23089
23090 \end_layout
23091
23092 \end_inset
23093 </cell>
23094 </row>
23095 <row>
23096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23097 \begin_inset Text
23098
23099 \begin_layout Plain Layout
23100
23101 \backslash
23102 cong
23103 \end_layout
23104
23105 \end_inset
23106 </cell>
23107 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23108 \begin_inset Text
23109
23110 \begin_layout Plain Layout
23111 \begin_inset Formula $\cong$
23112 \end_inset
23113
23114
23115 \end_layout
23116
23117 \end_inset
23118 </cell>
23119 </row>
23120 <row>
23121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23122 \begin_inset Text
23123
23124 \begin_layout Plain Layout
23125
23126 \backslash
23127 bowtie
23128 \end_layout
23129
23130 \end_inset
23131 </cell>
23132 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23133 \begin_inset Text
23134
23135 \begin_layout Plain Layout
23136 \begin_inset Formula $\bowtie$
23137 \end_inset
23138
23139
23140 \end_layout
23141
23142 \end_inset
23143 </cell>
23144 </row>
23145 <row>
23146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23147 \begin_inset Text
23148
23149 \begin_layout Plain Layout
23150
23151 \backslash
23152 notin
23153 \end_layout
23154
23155 \end_inset
23156 </cell>
23157 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23158 \begin_inset Text
23159
23160 \begin_layout Plain Layout
23161 \begin_inset Formula $\notin$
23162 \end_inset
23163
23164
23165 \end_layout
23166
23167 \end_inset
23168 </cell>
23169 </row>
23170 <row>
23171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23172 \begin_inset Text
23173
23174 \begin_layout Plain Layout
23175
23176 \backslash
23177 perp
23178 \end_layout
23179
23180 \end_inset
23181 </cell>
23182 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23183 \begin_inset Text
23184
23185 \begin_layout Plain Layout
23186 \begin_inset Formula $\perp$
23187 \end_inset
23188
23189
23190 \end_layout
23191
23192 \end_inset
23193 </cell>
23194 </row>
23195 <row>
23196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23197 \begin_inset Text
23198
23199 \begin_layout Plain Layout
23200
23201 \backslash
23202 propto
23203 \end_layout
23204
23205 \end_inset
23206 </cell>
23207 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23208 \begin_inset Text
23209
23210 \begin_layout Plain Layout
23211 \begin_inset Formula $\propto$
23212 \end_inset
23213
23214
23215 \end_layout
23216
23217 \end_inset
23218 </cell>
23219 </row>
23220 <row>
23221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23222 \begin_inset Text
23223
23224 \begin_layout Plain Layout
23225
23226 \backslash
23227 asymp
23228 \end_layout
23229
23230 \end_inset
23231 </cell>
23232 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23233 \begin_inset Text
23234
23235 \begin_layout Plain Layout
23236 \begin_inset Formula $\asymp$
23237 \end_inset
23238
23239
23240 \end_layout
23241
23242 \end_inset
23243 </cell>
23244 </row>
23245 <row>
23246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23247 \begin_inset Text
23248
23249 \begin_layout Plain Layout
23250
23251 \backslash
23252 doteq
23253 \end_layout
23254
23255 \end_inset
23256 </cell>
23257 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23258 \begin_inset Text
23259
23260 \begin_layout Plain Layout
23261 \begin_inset Formula $\doteq$
23262 \end_inset
23263
23264
23265 \end_layout
23266
23267 \end_inset
23268 </cell>
23269 </row>
23270 <row>
23271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23272 \begin_inset Text
23273
23274 \begin_layout Plain Layout
23275
23276 \backslash
23277 circeq
23278 \end_layout
23279
23280 \end_inset
23281 </cell>
23282 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23283 \begin_inset Text
23284
23285 \begin_layout Plain Layout
23286 \begin_inset Formula $\circeq$
23287 \end_inset
23288
23289
23290 \end_layout
23291
23292 \end_inset
23293 </cell>
23294 </row>
23295 <row>
23296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23297 \begin_inset Text
23298
23299 \begin_layout Plain Layout
23300
23301 \backslash
23302 models
23303 \end_layout
23304
23305 \end_inset
23306 </cell>
23307 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23308 \begin_inset Text
23309
23310 \begin_layout Plain Layout
23311 \begin_inset Formula $\models$
23312 \end_inset
23313
23314
23315 \end_layout
23316
23317 \end_inset
23318 </cell>
23319 </row>
23320 <row>
23321 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23322 \begin_inset Text
23323
23324 \begin_layout Plain Layout
23325
23326 \backslash
23327 widehat=
23328 \end_layout
23329
23330 \end_inset
23331 </cell>
23332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23333 \begin_inset Text
23334
23335 \begin_layout Plain Layout
23336 \begin_inset Formula $\widehat{=}$
23337 \end_inset
23338
23339
23340 \end_layout
23341
23342 \end_inset
23343 </cell>
23344 </row>
23345 </lyxtabular>
23346
23347 \end_inset
23348
23349
23350 \begin_inset space \hfill{}
23351 \end_inset
23352
23353
23354 \begin_inset Tabular
23355 <lyxtabular version="3" rows="17" columns="2">
23356 <features rotate="0" tabularvalignment="middle">
23357 <column alignment="center" valignment="top" width="0pt">
23358 <column alignment="center" valignment="top" width="0pt">
23359 <row>
23360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23361 \begin_inset Text
23362
23363 \begin_layout Plain Layout
23364
23365 \family roman
23366 \series medium
23367 \shape up
23368 \size normal
23369 \emph off
23370 \bar no
23371 \noun off
23372 \color none
23373 コマンド
23374 \end_layout
23375
23376 \end_inset
23377 </cell>
23378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23379 \begin_inset Text
23380
23381 \begin_layout Plain Layout
23382
23383 \family roman
23384 \series medium
23385 \shape up
23386 \size normal
23387 \emph off
23388 \bar no
23389 \noun off
23390 \color none
23391 出力
23392 \end_layout
23393
23394 \end_inset
23395 </cell>
23396 </row>
23397 <row>
23398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23399 \begin_inset Text
23400
23401 \begin_layout Plain Layout
23402 \begin_inset Formula $>$
23403 \end_inset
23404
23405
23406 \end_layout
23407
23408 \end_inset
23409 </cell>
23410 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23411 \begin_inset Text
23412
23413 \begin_layout Plain Layout
23414 \begin_inset Formula $>$
23415 \end_inset
23416
23417
23418 \end_layout
23419
23420 \end_inset
23421 </cell>
23422 </row>
23423 <row>
23424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23425 \begin_inset Text
23426
23427 \begin_layout Plain Layout
23428
23429 \backslash
23430 ge
23431 \end_layout
23432
23433 \end_inset
23434 </cell>
23435 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23436 \begin_inset Text
23437
23438 \begin_layout Plain Layout
23439 \begin_inset Formula $\ge$
23440 \end_inset
23441
23442
23443 \end_layout
23444
23445 \end_inset
23446 </cell>
23447 </row>
23448 <row>
23449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23450 \begin_inset Text
23451
23452 \begin_layout Plain Layout
23453
23454 \backslash
23455 gg
23456 \end_layout
23457
23458 \end_inset
23459 </cell>
23460 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23461 \begin_inset Text
23462
23463 \begin_layout Plain Layout
23464 \begin_inset Formula $\gg$
23465 \end_inset
23466
23467
23468 \end_layout
23469
23470 \end_inset
23471 </cell>
23472 </row>
23473 <row>
23474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23475 \begin_inset Text
23476
23477 \begin_layout Plain Layout
23478
23479 \backslash
23480 succ
23481 \end_layout
23482
23483 \end_inset
23484 </cell>
23485 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23486 \begin_inset Text
23487
23488 \begin_layout Plain Layout
23489 \begin_inset Formula $\succ$
23490 \end_inset
23491
23492
23493 \end_layout
23494
23495 \end_inset
23496 </cell>
23497 </row>
23498 <row>
23499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23500 \begin_inset Text
23501
23502 \begin_layout Plain Layout
23503
23504 \backslash
23505 succeq
23506 \end_layout
23507
23508 \end_inset
23509 </cell>
23510 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23511 \begin_inset Text
23512
23513 \begin_layout Plain Layout
23514 \begin_inset Formula $\succeq$
23515 \end_inset
23516
23517
23518 \end_layout
23519
23520 \end_inset
23521 </cell>
23522 </row>
23523 <row>
23524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23525 \begin_inset Text
23526
23527 \begin_layout Plain Layout
23528
23529 \backslash
23530 supset
23531 \end_layout
23532
23533 \end_inset
23534 </cell>
23535 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23536 \begin_inset Text
23537
23538 \begin_layout Plain Layout
23539 \begin_inset Formula $\supset$
23540 \end_inset
23541
23542
23543 \end_layout
23544
23545 \end_inset
23546 </cell>
23547 </row>
23548 <row>
23549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23550 \begin_inset Text
23551
23552 \begin_layout Plain Layout
23553
23554 \backslash
23555 supseteq
23556 \end_layout
23557
23558 \end_inset
23559 </cell>
23560 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23561 \begin_inset Text
23562
23563 \begin_layout Plain Layout
23564 \begin_inset Formula $\supseteq$
23565 \end_inset
23566
23567
23568 \end_layout
23569
23570 \end_inset
23571 </cell>
23572 </row>
23573 <row>
23574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23575 \begin_inset Text
23576
23577 \begin_layout Plain Layout
23578
23579 \backslash
23580 sqsupseteq
23581 \end_layout
23582
23583 \end_inset
23584 </cell>
23585 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23586 \begin_inset Text
23587
23588 \begin_layout Plain Layout
23589 \begin_inset Formula $\sqsupseteq$
23590 \end_inset
23591
23592
23593 \end_layout
23594
23595 \end_inset
23596 </cell>
23597 </row>
23598 <row>
23599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23600 \begin_inset Text
23601
23602 \begin_layout Plain Layout
23603
23604 \backslash
23605 ni
23606 \end_layout
23607
23608 \end_inset
23609 </cell>
23610 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23611 \begin_inset Text
23612
23613 \begin_layout Plain Layout
23614 \begin_inset Formula $\ni$
23615 \end_inset
23616
23617
23618 \end_layout
23619
23620 \end_inset
23621 </cell>
23622 </row>
23623 <row>
23624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23625 \begin_inset Text
23626
23627 \begin_layout Plain Layout
23628
23629 \backslash
23630 dashv
23631 \end_layout
23632
23633 \end_inset
23634 </cell>
23635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23636 \begin_inset Text
23637
23638 \begin_layout Plain Layout
23639 \begin_inset Formula $\dashv$
23640 \end_inset
23641
23642
23643 \end_layout
23644
23645 \end_inset
23646 </cell>
23647 </row>
23648 <row>
23649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23650 \begin_inset Text
23651
23652 \begin_layout Plain Layout
23653
23654 \backslash
23655 frown
23656 \end_layout
23657
23658 \end_inset
23659 </cell>
23660 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23661 \begin_inset Text
23662
23663 \begin_layout Plain Layout
23664 \begin_inset Formula $\frown$
23665 \end_inset
23666
23667
23668 \end_layout
23669
23670 \end_inset
23671 </cell>
23672 </row>
23673 <row>
23674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23675 \begin_inset Text
23676
23677 \begin_layout Plain Layout
23678
23679 \backslash
23680 rhd
23681 \end_layout
23682
23683 \end_inset
23684 </cell>
23685 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23686 \begin_inset Text
23687
23688 \begin_layout Plain Layout
23689 \begin_inset Formula $\rhd$
23690 \end_inset
23691
23692
23693 \end_layout
23694
23695 \end_inset
23696 </cell>
23697 </row>
23698 <row>
23699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23700 \begin_inset Text
23701
23702 \begin_layout Plain Layout
23703
23704 \backslash
23705 unrhd
23706 \end_layout
23707
23708 \end_inset
23709 </cell>
23710 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23711 \begin_inset Text
23712
23713 \begin_layout Plain Layout
23714 \begin_inset Formula $\unrhd$
23715 \end_inset
23716
23717
23718 \end_layout
23719
23720 \end_inset
23721 </cell>
23722 </row>
23723 <row>
23724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23725 \begin_inset Text
23726
23727 \begin_layout Plain Layout
23728
23729 \backslash
23730 lessgtr
23731 \end_layout
23732
23733 \end_inset
23734 </cell>
23735 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23736 \begin_inset Text
23737
23738 \begin_layout Plain Layout
23739 \begin_inset Formula $\lessgtr$
23740 \end_inset
23741
23742
23743 \end_layout
23744
23745 \end_inset
23746 </cell>
23747 </row>
23748 <row>
23749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23750 \begin_inset Text
23751
23752 \begin_layout Plain Layout
23753
23754 \backslash
23755 parallel
23756 \end_layout
23757
23758 \end_inset
23759 </cell>
23760 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23761 \begin_inset Text
23762
23763 \begin_layout Plain Layout
23764 \begin_inset Formula $\parallel$
23765 \end_inset
23766
23767
23768 \end_layout
23769
23770 \end_inset
23771 </cell>
23772 </row>
23773 <row>
23774 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23775 \begin_inset Text
23776
23777 \begin_layout Plain Layout
23778
23779 \backslash
23780 nparallel
23781 \end_layout
23782
23783 \end_inset
23784 </cell>
23785 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23786 \begin_inset Text
23787
23788 \begin_layout Plain Layout
23789 \begin_inset Formula $\nparallel$
23790 \end_inset
23791
23792
23793 \end_layout
23794
23795 \end_inset
23796 </cell>
23797 </row>
23798 </lyxtabular>
23799
23800 \end_inset
23801
23802
23803 \begin_inset space \hfill{}
23804 \end_inset
23805
23806
23807 \end_layout
23808
23809 \begin_layout Standard
23810 \begin_inset VSpace medskip
23811 \end_inset
23812
23813
23814 \series bold
23815
23816 \backslash
23817 lhd
23818 \series default
23819
23820 \series bold
23821
23822 \backslash
23823 rhd
23824 \series default
23825 の文字は、同じように見える演算子
23826 \series bold
23827
23828 \backslash
23829 triangleleft
23830 \series default
23831 および
23832 \series bold
23833
23834 \backslash
23835 triangleright
23836 \series default
23837 よりも大きくなっています。
23838 \end_layout
23839
23840 \begin_layout Standard
23841 関係子は、記号とは違って、つねに前後に余白が置かれます。
23842 \end_layout
23843
23844 \begin_layout Standard
23845
23846 \series bold
23847
23848 \backslash
23849 stackrel
23850 \series default
23851
23852 \begin_inset Index idx
23853 status collapsed
23854
23855 \begin_layout Plain Layout
23856 こまんど@コマンド ! S ! 
23857 \backslash
23858 stackrel
23859 \end_layout
23860
23861 \end_inset
23862
23863 コマンドを使うと、以下のように、ラベル付きの関係子を作ることができます。
23864 \end_layout
23865
23866 \begin_layout Standard
23867 \align center
23868 \begin_inset Tabular
23869 <lyxtabular version="3" rows="2" columns="2">
23870 <features rotate="0" tabularvalignment="middle">
23871 <column alignment="center" valignment="top">
23872 <column alignment="center" valignment="top">
23873 <row>
23874 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23875 \begin_inset Text
23876
23877 \begin_layout Plain Layout
23878 コマンド
23879 \end_layout
23880
23881 \end_inset
23882 </cell>
23883 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23884 \begin_inset Text
23885
23886 \begin_layout Plain Layout
23887 出力
23888 \begin_inset Note Note
23889 status collapsed
23890
23891 \begin_layout Plain Layout
23892 ここで
23893 \series bold
23894
23895 \backslash
23896 raisebox
23897 \series default
23898 はスペーサーとして使用しているだけです。
23899 \end_layout
23900
23901 \end_inset
23902
23903
23904 \end_layout
23905
23906 \end_inset
23907 </cell>
23908 </row>
23909 <row>
23910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23911 \begin_inset Text
23912
23913 \begin_layout Plain Layout
23914 A(r)
23915 \backslash
23916 stackrel
23917 \begin_inset space \textvisiblespace{}
23918 \end_inset
23919
23920 r
23921 \backslash
23922 to
23923 \backslash
23924 infty
23925 \begin_inset space \textvisiblespace{}
23926 \end_inset
23927
23928
23929 \begin_inset Formula $\downarrow$
23930 \end_inset
23931
23932
23933 \backslash
23934 approx
23935 \begin_inset space \textvisiblespace{}
23936 \end_inset
23937
23938
23939 \begin_inset space \textvisiblespace{}
23940 \end_inset
23941
23942 B
23943 \end_layout
23944
23945 \end_inset
23946 </cell>
23947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23948 \begin_inset Text
23949
23950 \begin_layout Plain Layout
23951 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
23952 \end_inset
23953
23954
23955 \end_layout
23956
23957 \end_inset
23958 </cell>
23959 </row>
23960 </lyxtabular>
23961
23962 \end_inset
23963
23964
23965 \end_layout
23966
23967 \begin_layout Section
23968 関数
23969 \end_layout
23970
23971 \begin_layout Subsection
23972 定義済み関数
23973 \begin_inset CommandInset label
23974 LatexCommand label
23975 name "sub:定義済み函数"
23976
23977 \end_inset
23978
23979
23980 \begin_inset Index idx
23981 status collapsed
23982
23983 \begin_layout Plain Layout
23984 かんすう@関数 ! ていぎずみ@定義済み
23985 \end_layout
23986
23987 \end_inset
23988
23989
23990 \end_layout
23991
23992 \begin_layout Standard
23993 一般的に、数式表現では変数は
23994 \shape italic
23995 イタリック体
23996 \shape default
23997 に設定されますが、関数名はイタリック体にしません。なぜなら、
23998 \begin_inset Formula $sin$
23999 \end_inset
24000
24001
24002 \begin_inset Formula $s\cdot i\cdot n$
24003 \end_inset
24004
24005 であるかのように誤解させる恐れがあるためです。そのために、定義済み関数が存在し、これらは先行する要素よりも少し離れて配置されます。定義済み関数は、関数名の前にバ
24006 ックスラッシュを加えたコマンドとして挿入します。
24007 \end_layout
24008
24009 \begin_layout Standard
24010 \align center
24011 \begin_inset Tabular
24012 <lyxtabular version="3" rows="2" columns="4">
24013 <features rotate="0" tabularvalignment="middle">
24014 <column alignment="center" valignment="top" width="0pt">
24015 <column alignment="center" valignment="top" width="0pt">
24016 <column alignment="center" valignment="top" width="0pt">
24017 <column alignment="center" valignment="top" width="0pt">
24018 <row>
24019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24020 \begin_inset Text
24021
24022 \begin_layout Plain Layout
24023 コマンド
24024 \end_layout
24025
24026 \end_inset
24027 </cell>
24028 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24029 \begin_inset Text
24030
24031 \begin_layout Plain Layout
24032 出力
24033 \end_layout
24034
24035 \end_inset
24036 </cell>
24037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24038 \begin_inset Text
24039
24040 \begin_layout Plain Layout
24041 コマンド
24042 \end_layout
24043
24044 \end_inset
24045 </cell>
24046 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24047 \begin_inset Text
24048
24049 \begin_layout Plain Layout
24050 出力
24051 \end_layout
24052
24053 \end_inset
24054 </cell>
24055 </row>
24056 <row>
24057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24058 \begin_inset Text
24059
24060 \begin_layout Plain Layout
24061 Asin(x)+B
24062 \end_layout
24063
24064 \end_inset
24065 </cell>
24066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24067 \begin_inset Text
24068
24069 \begin_layout Plain Layout
24070 \begin_inset Formula $Asin(x)+B$
24071 \end_inset
24072
24073
24074 \end_layout
24075
24076 \end_inset
24077 </cell>
24078 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24079 \begin_inset Text
24080
24081 \begin_layout Plain Layout
24082 A
24083 \backslash
24084 sin(x)+B
24085 \end_layout
24086
24087 \end_inset
24088 </cell>
24089 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24090 \begin_inset Text
24091
24092 \begin_layout Plain Layout
24093 \begin_inset Formula $A\sin(x)+B$
24094 \end_inset
24095
24096
24097 \end_layout
24098
24099 \end_inset
24100 </cell>
24101 </row>
24102 </lyxtabular>
24103
24104 \end_inset
24105
24106
24107 \end_layout
24108
24109 \begin_layout Standard
24110 以下の関数が定義済みです。
24111 \end_layout
24112
24113 \begin_layout Standard
24114 \begin_inset VSpace -2mm
24115 \end_inset
24116
24117
24118 \end_layout
24119
24120 \begin_layout Standard
24121 \align center
24122 \begin_inset Tabular
24123 <lyxtabular version="3" rows="9" columns="4">
24124 <features rotate="0" tabularvalignment="middle">
24125 <column alignment="center" valignment="top" width="0pt">
24126 <column alignment="center" valignment="top" width="0pt">
24127 <column alignment="center" valignment="top" width="0pt">
24128 <column alignment="center" valignment="top" width="0pt">
24129 <row>
24130 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24131 \begin_inset Text
24132
24133 \begin_layout Plain Layout
24134 コマンド
24135 \end_layout
24136
24137 \end_inset
24138 </cell>
24139 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24140 \begin_inset Text
24141
24142 \begin_layout Plain Layout
24143 コマンド
24144 \end_layout
24145
24146 \end_inset
24147 </cell>
24148 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24149 \begin_inset Text
24150
24151 \begin_layout Plain Layout
24152 コマンド
24153 \end_layout
24154
24155 \end_inset
24156 </cell>
24157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24158 \begin_inset Text
24159
24160 \begin_layout Plain Layout
24161 コマンド
24162 \end_layout
24163
24164 \end_inset
24165 </cell>
24166 </row>
24167 <row>
24168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24169 \begin_inset Text
24170
24171 \begin_layout Plain Layout
24172
24173 \backslash
24174 sin
24175 \end_layout
24176
24177 \end_inset
24178 </cell>
24179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24180 \begin_inset Text
24181
24182 \begin_layout Plain Layout
24183
24184 \backslash
24185 sinh
24186 \end_layout
24187
24188 \end_inset
24189 </cell>
24190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24191 \begin_inset Text
24192
24193 \begin_layout Plain Layout
24194
24195 \backslash
24196 arcsin
24197 \end_layout
24198
24199 \end_inset
24200 </cell>
24201 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24202 \begin_inset Text
24203
24204 \begin_layout Plain Layout
24205
24206 \backslash
24207 sup
24208 \end_layout
24209
24210 \end_inset
24211 </cell>
24212 </row>
24213 <row>
24214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24215 \begin_inset Text
24216
24217 \begin_layout Plain Layout
24218
24219 \backslash
24220 cos
24221 \end_layout
24222
24223 \end_inset
24224 </cell>
24225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24226 \begin_inset Text
24227
24228 \begin_layout Plain Layout
24229
24230 \backslash
24231 cosh
24232 \end_layout
24233
24234 \end_inset
24235 </cell>
24236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24237 \begin_inset Text
24238
24239 \begin_layout Plain Layout
24240
24241 \backslash
24242 arccos
24243 \end_layout
24244
24245 \end_inset
24246 </cell>
24247 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24248 \begin_inset Text
24249
24250 \begin_layout Plain Layout
24251
24252 \backslash
24253 inf
24254 \end_layout
24255
24256 \end_inset
24257 </cell>
24258 </row>
24259 <row>
24260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24261 \begin_inset Text
24262
24263 \begin_layout Plain Layout
24264
24265 \backslash
24266 tan
24267 \end_layout
24268
24269 \end_inset
24270 </cell>
24271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24272 \begin_inset Text
24273
24274 \begin_layout Plain Layout
24275
24276 \backslash
24277 tanh
24278 \end_layout
24279
24280 \end_inset
24281 </cell>
24282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24283 \begin_inset Text
24284
24285 \begin_layout Plain Layout
24286
24287 \backslash
24288 arctan
24289 \end_layout
24290
24291 \end_inset
24292 </cell>
24293 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24294 \begin_inset Text
24295
24296 \begin_layout Plain Layout
24297
24298 \backslash
24299 lim
24300 \end_layout
24301
24302 \end_inset
24303 </cell>
24304 </row>
24305 <row>
24306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24307 \begin_inset Text
24308
24309 \begin_layout Plain Layout
24310
24311 \backslash
24312 cot
24313 \end_layout
24314
24315 \end_inset
24316 </cell>
24317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24318 \begin_inset Text
24319
24320 \begin_layout Plain Layout
24321
24322 \backslash
24323 coth
24324 \end_layout
24325
24326 \end_inset
24327 </cell>
24328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24329 \begin_inset Text
24330
24331 \begin_layout Plain Layout
24332
24333 \backslash
24334 arg
24335 \end_layout
24336
24337 \end_inset
24338 </cell>
24339 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24340 \begin_inset Text
24341
24342 \begin_layout Plain Layout
24343
24344 \backslash
24345 liminf
24346 \end_layout
24347
24348 \end_inset
24349 </cell>
24350 </row>
24351 <row>
24352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24353 \begin_inset Text
24354
24355 \begin_layout Plain Layout
24356
24357 \backslash
24358 sec
24359 \end_layout
24360
24361 \end_inset
24362 </cell>
24363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24364 \begin_inset Text
24365
24366 \begin_layout Plain Layout
24367
24368 \backslash
24369 min
24370 \end_layout
24371
24372 \end_inset
24373 </cell>
24374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24375 \begin_inset Text
24376
24377 \begin_layout Plain Layout
24378
24379 \backslash
24380 deg
24381 \end_layout
24382
24383 \end_inset
24384 </cell>
24385 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24386 \begin_inset Text
24387
24388 \begin_layout Plain Layout
24389
24390 \backslash
24391 limsup
24392 \end_layout
24393
24394 \end_inset
24395 </cell>
24396 </row>
24397 <row>
24398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24399 \begin_inset Text
24400
24401 \begin_layout Plain Layout
24402
24403 \backslash
24404 csc
24405 \end_layout
24406
24407 \end_inset
24408 </cell>
24409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24410 \begin_inset Text
24411
24412 \begin_layout Plain Layout
24413
24414 \backslash
24415 max
24416 \end_layout
24417
24418 \end_inset
24419 </cell>
24420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24421 \begin_inset Text
24422
24423 \begin_layout Plain Layout
24424
24425 \backslash
24426 det
24427 \end_layout
24428
24429 \end_inset
24430 </cell>
24431 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24432 \begin_inset Text
24433
24434 \begin_layout Plain Layout
24435
24436 \backslash
24437 Pr
24438 \end_layout
24439
24440 \end_inset
24441 </cell>
24442 </row>
24443 <row>
24444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24445 \begin_inset Text
24446
24447 \begin_layout Plain Layout
24448
24449 \backslash
24450 ln
24451 \end_layout
24452
24453 \end_inset
24454 </cell>
24455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24456 \begin_inset Text
24457
24458 \begin_layout Plain Layout
24459
24460 \backslash
24461 exp
24462 \end_layout
24463
24464 \end_inset
24465 </cell>
24466 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24467 \begin_inset Text
24468
24469 \begin_layout Plain Layout
24470
24471 \backslash
24472 dim
24473 \end_layout
24474
24475 \end_inset
24476 </cell>
24477 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24478 \begin_inset Text
24479
24480 \begin_layout Plain Layout
24481
24482 \backslash
24483 hom
24484 \end_layout
24485
24486 \end_inset
24487 </cell>
24488 </row>
24489 <row>
24490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24491 \begin_inset Text
24492
24493 \begin_layout Plain Layout
24494
24495 \backslash
24496 lg
24497 \end_layout
24498
24499 \end_inset
24500 </cell>
24501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24502 \begin_inset Text
24503
24504 \begin_layout Plain Layout
24505
24506 \backslash
24507 log
24508 \end_layout
24509
24510 \end_inset
24511 </cell>
24512 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24513 \begin_inset Text
24514
24515 \begin_layout Plain Layout
24516
24517 \backslash
24518 ker
24519 \end_layout
24520
24521 \end_inset
24522 </cell>
24523 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24524 \begin_inset Text
24525
24526 \begin_layout Plain Layout
24527
24528 \backslash
24529 gcd
24530 \end_layout
24531
24532 \end_inset
24533 </cell>
24534 </row>
24535 </lyxtabular>
24536
24537 \end_inset
24538
24539
24540 \end_layout
24541
24542 \begin_layout Standard
24543 上記は、数式ツールバーボタンの
24544 \begin_inset Graphics
24545         filename ../../images/math/functions.png
24546         scale 85
24547
24548 \end_inset
24549
24550 でも挿入することができます。
24551 \end_layout
24552
24553 \begin_layout Subsection
24554 自己定義関数
24555 \begin_inset Index idx
24556 status collapsed
24557
24558 \begin_layout Plain Layout
24559 かんすう@関数 ! じこていぎ@自己定義
24560 \end_layout
24561
24562 \end_inset
24563
24564
24565 \end_layout
24566
24567 \begin_layout Standard
24568 たとえば符号関数sgn(x)のように、定義済みでない関数を使うには、二つの方法があります。
24569 \end_layout
24570
24571 \begin_layout Itemize
24572 以下の行をLaTeXプリアンブルに加えることによって関数を定義します。
24573 \begin_inset Foot
24574 status collapsed
24575
24576 \begin_layout Plain Layout
24577
24578 \series bold
24579
24580 \backslash
24581 DeclareMathOperator
24582 \series default
24583 についての詳細は、第
24584 \begin_inset CommandInset ref
24585 LatexCommand ref
24586 reference "sub:自己定義演算子"
24587
24588 \end_inset
24589
24590 節をご参照下さい。
24591 \end_layout
24592
24593 \end_inset
24594
24595
24596 \begin_inset Newline newline
24597 \end_inset
24598
24599
24600 \begin_inset VSpace -3mm
24601 \end_inset
24602
24603
24604 \begin_inset Newline newline
24605 \end_inset
24606
24607
24608 \series bold
24609
24610 \backslash
24611 DeclareMathOperator{
24612 \backslash
24613 sgn}{sgn}
24614 \series default
24615
24616 \begin_inset Index idx
24617 status collapsed
24618
24619 \begin_layout Plain Layout
24620 こまんど@コマンド ! D ! 
24621 \backslash
24622 dbinom@
24623 \backslash
24624 DeclareMathOperator
24625 \end_layout
24626
24627 \end_inset
24628
24629
24630 \begin_inset Newline newline
24631 \end_inset
24632
24633
24634 \begin_inset VSpace -2mm
24635 \end_inset
24636
24637
24638 \begin_inset Newline newline
24639 \end_inset
24640
24641 これによって、新しく定義された関数を
24642 \series bold
24643
24644 \backslash
24645 sgn
24646 \series default
24647 コマンドで呼び出すことができるようになります。
24648 \end_layout
24649
24650 \begin_layout Itemize
24651 数式を普通に書き下し、関数名を選択して(上記の例では
24652 \emph on
24653 sgn
24654 \emph default
24655 の文字)、それを数式テキストに変更します。最後に、空白を先行する要素と関数の間に入れます。
24656 \end_layout
24657
24658 \begin_layout Standard
24659 双方とも定義済み関数と同等の出力をもたらします
24660 \begin_inset Foot
24661 status collapsed
24662
24663 \begin_layout Plain Layout
24664 LyX上では、自己定義関数は赤で表示され、定義済み関数は黒で表示されます。
24665 \end_layout
24666
24667 \end_inset
24668
24669
24670 \end_layout
24671
24672 \begin_layout Standard
24673 \align center
24674 \begin_inset Tabular
24675 <lyxtabular version="3" rows="3" columns="2">
24676 <features rotate="0" tabularvalignment="middle">
24677 <column alignment="center" valignment="top" width="0pt">
24678 <column alignment="center" valignment="top" width="0pt">
24679 <row>
24680 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24681 \begin_inset Text
24682
24683 \begin_layout Plain Layout
24684 コマンド
24685 \end_layout
24686
24687 \end_inset
24688 </cell>
24689 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24690 \begin_inset Text
24691
24692 \begin_layout Plain Layout
24693 出力
24694 \end_layout
24695
24696 \end_inset
24697 </cell>
24698 </row>
24699 <row>
24700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24701 \begin_inset Text
24702
24703 \begin_layout Plain Layout
24704 A
24705 \backslash
24706 sgn(x)+B
24707 \end_layout
24708
24709 \end_inset
24710 </cell>
24711 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24712 \begin_inset Text
24713
24714 \begin_layout Plain Layout
24715 \begin_inset Formula $A\sgn(x)+B$
24716 \end_inset
24717
24718
24719 \end_layout
24720
24721 \end_inset
24722 </cell>
24723 </row>
24724 <row>
24725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24726 \begin_inset Text
24727
24728 \begin_layout Plain Layout
24729 A
24730 \backslash
24731 ,
24732 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt+M}\,\textrm{M}}$
24733 \end_inset
24734
24735 (x)+B
24736 \end_layout
24737
24738 \end_inset
24739 </cell>
24740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24741 \begin_inset Text
24742
24743 \begin_layout Plain Layout
24744 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
24745 \end_inset
24746
24747
24748 \end_layout
24749
24750 \end_inset
24751 </cell>
24752 </row>
24753 </lyxtabular>
24754
24755 \end_inset
24756
24757
24758 \end_layout
24759
24760 \begin_layout Standard
24761 自己定義関数を何回か使用する場合には、一番目の方法の方が適切です。
24762 \end_layout
24763
24764 \begin_layout Subsection
24765 極限
24766 \begin_inset Index idx
24767 status collapsed
24768
24769 \begin_layout Plain Layout
24770 きょくげん@極限
24771 \end_layout
24772
24773 \end_inset
24774
24775
24776 \end_layout
24777
24778 \begin_layout Standard
24779 極限用には、
24780 \series bold
24781
24782 \backslash
24783 lim
24784 \series default
24785
24786 \begin_inset Index idx
24787 status collapsed
24788
24789 \begin_layout Plain Layout
24790 こまんど@コマンド ! L ! 
24791 \backslash
24792 lim
24793 \end_layout
24794
24795 \end_inset
24796
24797
24798 \series bold
24799
24800 \backslash
24801 liminf
24802 \series default
24803
24804 \series bold
24805
24806 \backslash
24807 limsup
24808 \series default
24809 の他に、以下の関数があります。
24810 \end_layout
24811
24812 \begin_layout Standard
24813 \align center
24814 \begin_inset Tabular
24815 <lyxtabular version="3" rows="5" columns="2">
24816 <features rotate="0" tabularvalignment="middle">
24817 <column alignment="center" valignment="top">
24818 <column alignment="center" valignment="top">
24819 <row>
24820 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24821 \begin_inset Text
24822
24823 \begin_layout Plain Layout
24824 コマンド
24825 \end_layout
24826
24827 \end_inset
24828 </cell>
24829 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24830 \begin_inset Text
24831
24832 \begin_layout Plain Layout
24833 出力
24834 \begin_inset Note Note
24835 status collapsed
24836
24837 \begin_layout Plain Layout
24838 ここで
24839 \series bold
24840
24841 \backslash
24842 raisebox
24843 \series default
24844 はスペーサーとして使用しているだけです。
24845 \end_layout
24846
24847 \end_inset
24848
24849
24850 \end_layout
24851
24852 \end_inset
24853 </cell>
24854 </row>
24855 <row>
24856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24857 \begin_inset Text
24858
24859 \begin_layout Plain Layout
24860
24861 \backslash
24862 varliminf
24863 \end_layout
24864
24865 \end_inset
24866 </cell>
24867 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24868 \begin_inset Text
24869
24870 \begin_layout Plain Layout
24871 \begin_inset Formula $\varliminf$
24872 \end_inset
24873
24874
24875 \end_layout
24876
24877 \end_inset
24878 </cell>
24879 </row>
24880 <row>
24881 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24882 \begin_inset Text
24883
24884 \begin_layout Plain Layout
24885
24886 \backslash
24887 varlimsup
24888 \end_layout
24889
24890 \end_inset
24891 </cell>
24892 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24893 \begin_inset Text
24894
24895 \begin_layout Plain Layout
24896 \begin_inset Formula $\varlimsup$
24897 \end_inset
24898
24899
24900 \end_layout
24901
24902 \end_inset
24903 </cell>
24904 </row>
24905 <row>
24906 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24907 \begin_inset Text
24908
24909 \begin_layout Plain Layout
24910
24911 \backslash
24912 varprojlim
24913 \end_layout
24914
24915 \end_inset
24916 </cell>
24917 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24918 \begin_inset Text
24919
24920 \begin_layout Plain Layout
24921 \begin_inset Formula $\varprojlim$
24922 \end_inset
24923
24924
24925 \end_layout
24926
24927 \end_inset
24928 </cell>
24929 </row>
24930 <row>
24931 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24932 \begin_inset Text
24933
24934 \begin_layout Plain Layout
24935
24936 \backslash
24937 varinjlim
24938 \end_layout
24939
24940 \end_inset
24941 </cell>
24942 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24943 \begin_inset Text
24944
24945 \begin_layout Plain Layout
24946 \begin_inset Formula $\varinjlim$
24947 \end_inset
24948
24949
24950 \begin_inset Formula $\raisebox{-2.5mm}{}$
24951 \end_inset
24952
24953
24954 \end_layout
24955
24956 \end_inset
24957 </cell>
24958 </row>
24959 </lyxtabular>
24960
24961 \end_inset
24962
24963
24964 \end_layout
24965
24966 \begin_layout Standard
24967 \begin_inset VSpace medskip
24968 \end_inset
24969
24970 極限は、下付き文字を挿入することによって示されます。行内数式では、極限は、以下のように関数の横に置かれます。
24971 \end_layout
24972
24973 \begin_layout Standard
24974 \align center
24975 \begin_inset Tabular
24976 <lyxtabular version="3" rows="2" columns="2">
24977 <features rotate="0" tabularvalignment="middle">
24978 <column alignment="center" valignment="top" width="0pt">
24979 <column alignment="center" valignment="top" width="0pt">
24980 <row>
24981 <cell alignment="center" valignment="top" usebox="none">
24982 \begin_inset Text
24983
24984 \begin_layout Plain Layout
24985 コマンド
24986 \end_layout
24987
24988 \end_inset
24989 </cell>
24990 <cell alignment="center" valignment="top" usebox="none">
24991 \begin_inset Text
24992
24993 \begin_layout Plain Layout
24994 \begin_inset space \hspace{}
24995 \length 1cm
24996 \end_inset
24997
24998 出力
24999 \begin_inset Note Note
25000 status collapsed
25001
25002 \begin_layout Plain Layout
25003 ここで
25004 \series bold
25005
25006 \backslash
25007 raisebox
25008 \series default
25009 はスペーサーとして使用しているだけです。
25010 \end_layout
25011
25012 \end_inset
25013
25014
25015 \end_layout
25016
25017 \end_inset
25018 </cell>
25019 </row>
25020 <row>
25021 <cell alignment="center" valignment="top" usebox="none">
25022 \begin_inset Text
25023
25024 \begin_layout Plain Layout
25025
25026 \backslash
25027 lim_x
25028 \backslash
25029 to
25030 \begin_inset space \textvisiblespace{}
25031 \end_inset
25032
25033 A
25034 \begin_inset space \textvisiblespace{}
25035 \end_inset
25036
25037 x=B
25038 \end_layout
25039
25040 \end_inset
25041 </cell>
25042 <cell alignment="center" valignment="top" usebox="none">
25043 \begin_inset Text
25044
25045 \begin_layout Plain Layout
25046 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
25047 \end_inset
25048
25049
25050 \end_layout
25051
25052 \end_inset
25053 </cell>
25054 </row>
25055 </lyxtabular>
25056
25057 \end_inset
25058
25059
25060 \end_layout
25061
25062 \begin_layout Standard
25063 別行立て数式では、極限は、以下のように通常どおり下に置かれます。
25064 \begin_inset Formula 
25065 \[
25066 \lim_{x\to A}x=B
25067 \]
25068
25069 \end_inset
25070
25071
25072 \end_layout
25073
25074 \begin_layout Standard
25075 \begin_inset VSpace medskip
25076 \end_inset
25077
25078
25079 \end_layout
25080
25081 \begin_layout Standard
25082
25083 \lang english
25084 How to adjust the typesetting of the limits see 
25085 \lang japanese
25086
25087 \begin_inset CommandInset ref
25088 LatexCommand ref
25089 reference "sub:演算子の範囲"
25090
25091 \end_inset
25092
25093
25094 \end_layout
25095
25096 \begin_layout Subsection
25097 剰余関数
25098 \begin_inset Index idx
25099 status collapsed
25100
25101 \begin_layout Plain Layout
25102 かんすう@関数 ! じょうよ@剰余
25103 \end_layout
25104
25105 \end_inset
25106
25107
25108 \begin_inset Index idx
25109 status collapsed
25110
25111 \begin_layout Plain Layout
25112 かんすう@関数 ! もじゅらす@モジュラス | see
25113 \begin_inset ERT
25114 status collapsed
25115
25116 \begin_layout Plain Layout
25117
25118 {
25119 \end_layout
25120
25121 \end_inset
25122
25123 剰余
25124 \begin_inset ERT
25125 status collapsed
25126
25127 \begin_layout Plain Layout
25128
25129 }
25130 \end_layout
25131
25132 \end_inset
25133
25134
25135 \end_layout
25136
25137 \end_inset
25138
25139
25140 \end_layout
25141
25142 \begin_layout Standard
25143 剰余関数は、特別に4つの派生型があります。
25144 \end_layout
25145
25146 \begin_layout Standard
25147 以下は、別行立て数式での派生型です。
25148 \begin_inset Formula 
25149 \begin{align*}
25150 \underline{\textrm{コマンド}\raisebox{-0.9mm}{}} &  & \underline{\textrm{出力}}\\
25151 \mathrm{a\backslash mod\textrm{␣}b} &  & a\mod b\\
25152 \mathrm{a\backslash pmod\textrm{␣}b} &  & a\pmod b\\
25153 \mathrm{a\backslash bmod\textrm{␣}b} &  & a\bmod b\\
25154 \mathrm{a\backslash pod\textrm{␣}b} &  & a\pod b
25155 \end{align*}
25156
25157 \end_inset
25158
25159
25160 \end_layout
25161
25162 \begin_layout Standard
25163 行内数式では、すべての派生型で、関数名の前の余白がすこし小さく設定されます。既定では、剰余関数は、続く一文字目だけを考慮します。二文字以上を使いたい時には、下記
25164 のように文字をTeX括弧で囲みます。
25165 \begin_inset Formula 
25166 \begin{align*}
25167 \underline{\textrm{コマンド}\raisebox{-0.9mm}{}} &  & \underline{\textrm{出力}}\\
25168 \mathrm{a\backslash pod\textrm{␣}bcd} &  & a\pod bcd\\
25169 \mathrm{a\backslash pod\backslash\{bc\backslash\}d} &  & a\pod{bc}d
25170 \end{align*}
25171
25172 \end_inset
25173
25174
25175 \end_layout
25176
25177 \begin_layout Section
25178 特殊文字
25179 \begin_inset Index idx
25180 status collapsed
25181
25182 \begin_layout Plain Layout
25183 とくしゅもじ@特殊文字
25184 \end_layout
25185
25186 \end_inset
25187
25188
25189 \end_layout
25190
25191 \begin_layout Subsection
25192 数式テキストにおける特殊文字
25193 \end_layout
25194
25195 \begin_layout Standard
25196 以下の各コマンドは、数式テキストかTeXモード中でのみ使用することができます。
25197 \end_layout
25198
25199 \begin_layout Standard
25200 \begin_inset space \hfill{}
25201 \end_inset
25202
25203
25204 \begin_inset Tabular
25205 <lyxtabular version="3" rows="8" columns="2">
25206 <features rotate="0" tabularvalignment="middle">
25207 <column alignment="block" valignment="top">
25208 <column alignment="block" valignment="top">
25209 <row>
25210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25211 \begin_inset Text
25212
25213 \begin_layout Plain Layout
25214 コマンド
25215 \end_layout
25216
25217 \end_inset
25218 </cell>
25219 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25220 \begin_inset Text
25221
25222 \begin_layout Plain Layout
25223 出力
25224 \end_layout
25225
25226 \end_inset
25227 </cell>
25228 </row>
25229 <row>
25230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25231 \begin_inset Text
25232
25233 \begin_layout Plain Layout
25234
25235 \backslash
25236 oe
25237 \end_layout
25238
25239 \end_inset
25240 </cell>
25241 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25242 \begin_inset Text
25243
25244 \begin_layout Plain Layout
25245 \begin_inset Formula $\textrm{œ}$
25246 \end_inset
25247
25248
25249 \end_layout
25250
25251 \end_inset
25252 </cell>
25253 </row>
25254 <row>
25255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25256 \begin_inset Text
25257
25258 \begin_layout Plain Layout
25259
25260 \backslash
25261 OE
25262 \end_layout
25263
25264 \end_inset
25265 </cell>
25266 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25267 \begin_inset Text
25268
25269 \begin_layout Plain Layout
25270 \begin_inset Formula $\textrm{Œ}$
25271 \end_inset
25272
25273
25274 \end_layout
25275
25276 \end_inset
25277 </cell>
25278 </row>
25279 <row>
25280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25281 \begin_inset Text
25282
25283 \begin_layout Plain Layout
25284
25285 \backslash
25286 ae
25287 \end_layout
25288
25289 \end_inset
25290 </cell>
25291 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25292 \begin_inset Text
25293
25294 \begin_layout Plain Layout
25295 \begin_inset Formula $\textrm{æ}$
25296 \end_inset
25297
25298
25299 \end_layout
25300
25301 \end_inset
25302 </cell>
25303 </row>
25304 <row>
25305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25306 \begin_inset Text
25307
25308 \begin_layout Plain Layout
25309
25310 \backslash
25311 AE
25312 \end_layout
25313
25314 \end_inset
25315 </cell>
25316 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25317 \begin_inset Text
25318
25319 \begin_layout Plain Layout
25320 \begin_inset Formula $\textrm{Æ}$
25321 \end_inset
25322
25323
25324 \end_layout
25325
25326 \end_inset
25327 </cell>
25328 </row>
25329 <row>
25330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25331 \begin_inset Text
25332
25333 \begin_layout Plain Layout
25334
25335 \backslash
25336 aa
25337 \end_layout
25338
25339 \end_inset
25340 </cell>
25341 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25342 \begin_inset Text
25343
25344 \begin_layout Plain Layout
25345 \begin_inset Formula $\textrm{\aa}$
25346 \end_inset
25347
25348
25349 \end_layout
25350
25351 \end_inset
25352 </cell>
25353 </row>
25354 <row>
25355 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25356 \begin_inset Text
25357
25358 \begin_layout Plain Layout
25359
25360 \backslash
25361 AA
25362 \begin_inset Index idx
25363 status collapsed
25364
25365 \begin_layout Plain Layout
25366
25367 \lang english
25368
25369 \backslash
25370 @
25371 \begin_inset ERT
25372 status collapsed
25373
25374 \begin_layout Plain Layout
25375
25376
25377 \backslash
25378 textrm{
25379 \backslash
25380 AA}
25381 \end_layout
25382
25383 \end_inset
25384
25385
25386 \end_layout
25387
25388 \end_inset
25389
25390
25391 \end_layout
25392
25393 \end_inset
25394 </cell>
25395 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25396 \begin_inset Text
25397
25398 \begin_layout Plain Layout
25399 \begin_inset Formula $\textrm{Å}$
25400 \end_inset
25401
25402
25403 \end_layout
25404
25405 \end_inset
25406 </cell>
25407 </row>
25408 <row>
25409 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25410 \begin_inset Text
25411
25412 \begin_layout Plain Layout
25413
25414 \backslash
25415 i
25416 \end_layout
25417
25418 \end_inset
25419 </cell>
25420 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25421 \begin_inset Text
25422
25423 \begin_layout Plain Layout
25424 \begin_inset Formula $\textrm{ı}$
25425 \end_inset
25426
25427
25428 \end_layout
25429
25430 \end_inset
25431 </cell>
25432 </row>
25433 </lyxtabular>
25434
25435 \end_inset
25436
25437
25438 \begin_inset space \hfill{}
25439 \end_inset
25440
25441
25442 \begin_inset Tabular
25443 <lyxtabular version="3" rows="8" columns="2">
25444 <features rotate="0" tabularvalignment="middle">
25445 <column alignment="block" valignment="top">
25446 <column alignment="center" valignment="top">
25447 <row>
25448 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25449 \begin_inset Text
25450
25451 \begin_layout Plain Layout
25452 コマンド
25453 \begin_inset Note Note
25454 status collapsed
25455
25456 \begin_layout Plain Layout
25457 0
25458 \begin_inset space \thinspace{}
25459 \end_inset
25460
25461 mm空白を分離用に使っているのは、そうしないと出力が¡や¿になってしまうためです。
25462 \end_layout
25463
25464 \end_inset
25465
25466
25467 \end_layout
25468
25469 \end_inset
25470 </cell>
25471 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25472 \begin_inset Text
25473
25474 \begin_layout Plain Layout
25475 出力
25476 \end_layout
25477
25478 \end_inset
25479 </cell>
25480 </row>
25481 <row>
25482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25483 \begin_inset Text
25484
25485 \begin_layout Plain Layout
25486
25487 \backslash
25488 o
25489 \end_layout
25490
25491 \end_inset
25492 </cell>
25493 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25494 \begin_inset Text
25495
25496 \begin_layout Plain Layout
25497 \begin_inset Formula $\textrm{ø}$
25498 \end_inset
25499
25500
25501 \end_layout
25502
25503 \end_inset
25504 </cell>
25505 </row>
25506 <row>
25507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25508 \begin_inset Text
25509
25510 \begin_layout Plain Layout
25511
25512 \backslash
25513 O
25514 \end_layout
25515
25516 \end_inset
25517 </cell>
25518 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25519 \begin_inset Text
25520
25521 \begin_layout Plain Layout
25522 \begin_inset Formula $\textrm{Ø}$
25523 \end_inset
25524
25525
25526 \end_layout
25527
25528 \end_inset
25529 </cell>
25530 </row>
25531 <row>
25532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25533 \begin_inset Text
25534
25535 \begin_layout Plain Layout
25536
25537 \backslash
25538 l
25539 \end_layout
25540
25541 \end_inset
25542 </cell>
25543 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25544 \begin_inset Text
25545
25546 \begin_layout Plain Layout
25547 \begin_inset Formula $\textrm{ł}$
25548 \end_inset
25549
25550
25551 \end_layout
25552
25553 \end_inset
25554 </cell>
25555 </row>
25556 <row>
25557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25558 \begin_inset Text
25559
25560 \begin_layout Plain Layout
25561
25562 \backslash
25563 L
25564 \end_layout
25565
25566 \end_inset
25567 </cell>
25568 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25569 \begin_inset Text
25570
25571 \begin_layout Plain Layout
25572 \begin_inset Formula $\textrm{Ł}$
25573 \end_inset
25574
25575
25576 \end_layout
25577
25578 \end_inset
25579 </cell>
25580 </row>
25581 <row>
25582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25583 \begin_inset Text
25584
25585 \begin_layout Plain Layout
25586 !
25587 \begin_inset space \hspace{}
25588 \length 0mm
25589 \end_inset
25590
25591 `
25592 \begin_inset space \textvisiblespace{}
25593 \end_inset
25594
25595
25596 \end_layout
25597
25598 \end_inset
25599 </cell>
25600 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25601 \begin_inset Text
25602
25603 \begin_layout Plain Layout
25604 \begin_inset Formula $\textrm{!`}$
25605 \end_inset
25606
25607
25608 \end_layout
25609
25610 \end_inset
25611 </cell>
25612 </row>
25613 <row>
25614 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25615 \begin_inset Text
25616
25617 \begin_layout Plain Layout
25618 ?
25619 \begin_inset space \hspace{}
25620 \length 0mm
25621 \end_inset
25622
25623 `
25624 \begin_inset space \textvisiblespace{}
25625 \end_inset
25626
25627
25628 \end_layout
25629
25630 \end_inset
25631 </cell>
25632 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25633 \begin_inset Text
25634
25635 \begin_layout Plain Layout
25636 \begin_inset Formula $\textrm{?`}$
25637 \end_inset
25638
25639
25640 \end_layout
25641
25642 \end_inset
25643 </cell>
25644 </row>
25645 <row>
25646 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25647 \begin_inset Text
25648
25649 \begin_layout Plain Layout
25650
25651 \backslash
25652 j
25653 \end_layout
25654
25655 \end_inset
25656 </cell>
25657 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25658 \begin_inset Text
25659
25660 \begin_layout Plain Layout
25661 \begin_inset Formula $\textrm{ȷ}$
25662 \end_inset
25663
25664
25665 \end_layout
25666
25667 \end_inset
25668 </cell>
25669 </row>
25670 </lyxtabular>
25671
25672 \end_inset
25673
25674
25675 \begin_inset space \hfill{}
25676 \end_inset
25677
25678
25679 \end_layout
25680
25681 \begin_layout Standard
25682 \begin_inset Formula $\textrm{\textrm{Å}}$
25683 \end_inset
25684
25685
25686 \begin_inset Formula $\textrm{\textrm{Ø}}$
25687 \end_inset
25688
25689 の各文字は、数式ツールバーボタンの
25690 \begin_inset Graphics
25691         filename ../../images/math/digamma.png
25692         scale 85
25693
25694 \end_inset
25695
25696 からも挿入することができます。
25697 \end_layout
25698
25699 \begin_layout Standard
25700 例外は、
25701 \series bold
25702 !
25703 \begin_inset space \hspace{}
25704 \length 0mm
25705 \end_inset
25706
25707 `
25708 \series default
25709
25710 \series bold
25711 ?
25712 \begin_inset space \hspace{}
25713 \length 0mm
25714 \end_inset
25715
25716 `
25717 \series default
25718 の各コマンドで、これらは直接LyX中の本文に入れることができます。
25719 \end_layout
25720
25721 \begin_layout Subsection
25722 文章中のアクセント
25723 \begin_inset CommandInset label
25724 LatexCommand label
25725 name "sub:文章中のアクセント"
25726
25727 \end_inset
25728
25729
25730 \begin_inset Index idx
25731 status collapsed
25732
25733 \begin_layout Plain Layout
25734 あくせんと@アクセント ! ぶんしょうちゅうの@文章中の---
25735 \end_layout
25736
25737 \end_inset
25738
25739
25740 \end_layout
25741
25742 \begin_layout Standard
25743 以下に挙げる各コマンドを使えば、すべての文字にアクセントを付けることができます。これらのコマンドは、TeXモードで入れなくてはなりません。
25744 \end_layout
25745
25746 \begin_layout Standard
25747 \begin_inset space \hfill{}
25748 \end_inset
25749
25750
25751 \begin_inset Tabular
25752 <lyxtabular version="3" rows="8" columns="2">
25753 <features rotate="0" tabularvalignment="middle">
25754 <column alignment="block" valignment="top">
25755 <column alignment="block" valignment="top">
25756 <row>
25757 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25758 \begin_inset Text
25759
25760 \begin_layout Plain Layout
25761 コマンド
25762 \end_layout
25763
25764 \end_inset
25765 </cell>
25766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25767 \begin_inset Text
25768
25769 \begin_layout Plain Layout
25770 出力
25771 \end_layout
25772
25773 \end_inset
25774 </cell>
25775 </row>
25776 <row>
25777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25778 \begin_inset Text
25779
25780 \begin_layout Plain Layout
25781
25782 \backslash
25783
25784 \begin_inset Quotes grd
25785 \end_inset
25786
25787 e
25788 \end_layout
25789
25790 \end_inset
25791 </cell>
25792 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25793 \begin_inset Text
25794
25795 \begin_layout Plain Layout
25796 \begin_inset ERT
25797 status collapsed
25798
25799 \begin_layout Plain Layout
25800
25801
25802 \backslash
25803 "e
25804 \end_layout
25805
25806 \end_inset
25807
25808
25809 \end_layout
25810
25811 \end_inset
25812 </cell>
25813 </row>
25814 <row>
25815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25816 \begin_inset Text
25817
25818 \begin_layout Plain Layout
25819
25820 \backslash
25821 `e
25822 \end_layout
25823
25824 \end_inset
25825 </cell>
25826 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25827 \begin_inset Text
25828
25829 \begin_layout Plain Layout
25830 \begin_inset ERT
25831 status collapsed
25832
25833 \begin_layout Plain Layout
25834
25835
25836 \backslash
25837 `e
25838 \end_layout
25839
25840 \end_inset
25841
25842
25843 \end_layout
25844
25845 \end_inset
25846 </cell>
25847 </row>
25848 <row>
25849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25850 \begin_inset Text
25851
25852 \begin_layout Plain Layout
25853
25854 \backslash
25855 ^
25856 \begin_inset space \textvisiblespace{}
25857 \end_inset
25858
25859 e
25860 \end_layout
25861
25862 \end_inset
25863 </cell>
25864 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25865 \begin_inset Text
25866
25867 \begin_layout Plain Layout
25868 \begin_inset ERT
25869 status collapsed
25870
25871 \begin_layout Plain Layout
25872
25873
25874 \backslash
25875 ^e
25876 \end_layout
25877
25878 \end_inset
25879
25880
25881 \end_layout
25882
25883 \end_inset
25884 </cell>
25885 </row>
25886 <row>
25887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25888 \begin_inset Text
25889
25890 \begin_layout Plain Layout
25891
25892 \backslash
25893 =e
25894 \end_layout
25895
25896 \end_inset
25897 </cell>
25898 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25899 \begin_inset Text
25900
25901 \begin_layout Plain Layout
25902 \begin_inset ERT
25903 status collapsed
25904
25905 \begin_layout Plain Layout
25906
25907
25908 \backslash
25909 =e
25910 \end_layout
25911
25912 \end_inset
25913
25914
25915 \end_layout
25916
25917 \end_inset
25918 </cell>
25919 </row>
25920 <row>
25921 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25922 \begin_inset Text
25923
25924 \begin_layout Plain Layout
25925
25926 \backslash
25927 u
25928 \begin_inset space \textvisiblespace{}
25929 \end_inset
25930
25931 e
25932 \end_layout
25933
25934 \end_inset
25935 </cell>
25936 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25937 \begin_inset Text
25938
25939 \begin_layout Plain Layout
25940 \begin_inset ERT
25941 status collapsed
25942
25943 \begin_layout Plain Layout
25944
25945
25946 \backslash
25947 u e
25948 \end_layout
25949
25950 \end_inset
25951
25952
25953 \end_layout
25954
25955 \end_inset
25956 </cell>
25957 </row>
25958 <row>
25959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25960 \begin_inset Text
25961
25962 \begin_layout Plain Layout
25963
25964 \backslash
25965 b
25966 \begin_inset space \textvisiblespace{}
25967 \end_inset
25968
25969 e
25970 \end_layout
25971
25972 \end_inset
25973 </cell>
25974 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25975 \begin_inset Text
25976
25977 \begin_layout Plain Layout
25978 \begin_inset ERT
25979 status collapsed
25980
25981 \begin_layout Plain Layout
25982
25983
25984 \backslash
25985 b e
25986 \end_layout
25987
25988 \end_inset
25989
25990
25991 \end_layout
25992
25993 \end_inset
25994 </cell>
25995 </row>
25996 <row>
25997 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25998 \begin_inset Text
25999
26000 \begin_layout Plain Layout
26001
26002 \backslash
26003 t
26004 \begin_inset space \textvisiblespace{}
26005 \end_inset
26006
26007 ee
26008 \end_layout
26009
26010 \end_inset
26011 </cell>
26012 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26013 \begin_inset Text
26014
26015 \begin_layout Plain Layout
26016 \begin_inset ERT
26017 status collapsed
26018
26019 \begin_layout Plain Layout
26020
26021
26022 \backslash
26023 t ee
26024 \end_layout
26025
26026 \end_inset
26027
26028
26029 \end_layout
26030
26031 \end_inset
26032 </cell>
26033 </row>
26034 </lyxtabular>
26035
26036 \end_inset
26037
26038
26039 \begin_inset space \hfill{}
26040 \end_inset
26041
26042
26043 \begin_inset Tabular
26044 <lyxtabular version="3" rows="8" columns="2">
26045 <features rotate="0" tabularvalignment="middle">
26046 <column alignment="block" valignment="top">
26047 <column alignment="center" valignment="top">
26048 <row>
26049 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26050 \begin_inset Text
26051
26052 \begin_layout Plain Layout
26053 コマンド
26054 \end_layout
26055
26056 \end_inset
26057 </cell>
26058 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26059 \begin_inset Text
26060
26061 \begin_layout Plain Layout
26062 出力
26063 \end_layout
26064
26065 \end_inset
26066 </cell>
26067 </row>
26068 <row>
26069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26070 \begin_inset Text
26071
26072 \begin_layout Plain Layout
26073
26074 \backslash
26075 H
26076 \begin_inset space \textvisiblespace{}
26077 \end_inset
26078
26079 e
26080 \end_layout
26081
26082 \end_inset
26083 </cell>
26084 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26085 \begin_inset Text
26086
26087 \begin_layout Plain Layout
26088 \begin_inset ERT
26089 status collapsed
26090
26091 \begin_layout Plain Layout
26092
26093
26094 \backslash
26095 H e
26096 \end_layout
26097
26098 \end_inset
26099
26100
26101 \end_layout
26102
26103 \end_inset
26104 </cell>
26105 </row>
26106 <row>
26107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26108 \begin_inset Text
26109
26110 \begin_layout Plain Layout
26111
26112 \backslash
26113 'e
26114 \end_layout
26115
26116 \end_inset
26117 </cell>
26118 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26119 \begin_inset Text
26120
26121 \begin_layout Plain Layout
26122 \begin_inset ERT
26123 status collapsed
26124
26125 \begin_layout Plain Layout
26126
26127
26128 \backslash
26129 'e
26130 \end_layout
26131
26132 \end_inset
26133
26134
26135 \end_layout
26136
26137 \end_inset
26138 </cell>
26139 </row>
26140 <row>
26141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26142 \begin_inset Text
26143
26144 \begin_layout Plain Layout
26145
26146 \backslash
26147 ~e
26148 \begin_inset Index idx
26149 status collapsed
26150
26151 \begin_layout Plain Layout
26152
26153 \lang english
26154 Tilde
26155 \end_layout
26156
26157 \end_inset
26158
26159
26160 \end_layout
26161
26162 \end_inset
26163 </cell>
26164 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26165 \begin_inset Text
26166
26167 \begin_layout Plain Layout
26168 \begin_inset ERT
26169 status collapsed
26170
26171 \begin_layout Plain Layout
26172
26173
26174 \backslash
26175 ~e
26176 \end_layout
26177
26178 \end_inset
26179
26180
26181 \end_layout
26182
26183 \end_inset
26184 </cell>
26185 </row>
26186 <row>
26187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26188 \begin_inset Text
26189
26190 \begin_layout Plain Layout
26191
26192 \backslash
26193 .e
26194 \end_layout
26195
26196 \end_inset
26197 </cell>
26198 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26199 \begin_inset Text
26200
26201 \begin_layout Plain Layout
26202 \begin_inset ERT
26203 status collapsed
26204
26205 \begin_layout Plain Layout
26206
26207
26208 \backslash
26209 .e
26210 \end_layout
26211
26212 \end_inset
26213
26214
26215 \end_layout
26216
26217 \end_inset
26218 </cell>
26219 </row>
26220 <row>
26221 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26222 \begin_inset Text
26223
26224 \begin_layout Plain Layout
26225
26226 \backslash
26227 v
26228 \begin_inset space \textvisiblespace{}
26229 \end_inset
26230
26231 e
26232 \end_layout
26233
26234 \end_inset
26235 </cell>
26236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26237 \begin_inset Text
26238
26239 \begin_layout Plain Layout
26240 \begin_inset ERT
26241 status collapsed
26242
26243 \begin_layout Plain Layout
26244
26245
26246 \backslash
26247 v e
26248 \end_layout
26249
26250 \end_inset
26251
26252
26253 \end_layout
26254
26255 \end_inset
26256 </cell>
26257 </row>
26258 <row>
26259 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26260 \begin_inset Text
26261
26262 \begin_layout Plain Layout
26263
26264 \backslash
26265 d
26266 \begin_inset space \textvisiblespace{}
26267 \end_inset
26268
26269 e
26270 \end_layout
26271
26272 \end_inset
26273 </cell>
26274 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26275 \begin_inset Text
26276
26277 \begin_layout Plain Layout
26278 \begin_inset ERT
26279 status collapsed
26280
26281 \begin_layout Plain Layout
26282
26283
26284 \backslash
26285 d e
26286 \end_layout
26287
26288 \end_inset
26289
26290
26291 \end_layout
26292
26293 \end_inset
26294 </cell>
26295 </row>
26296 <row>
26297 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26298 \begin_inset Text
26299
26300 \begin_layout Plain Layout
26301
26302 \backslash
26303 c
26304 \begin_inset space \textvisiblespace{}
26305 \end_inset
26306
26307 e
26308 \end_layout
26309
26310 \end_inset
26311 </cell>
26312 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26313 \begin_inset Text
26314
26315 \begin_layout Plain Layout
26316 \begin_inset ERT
26317 status collapsed
26318
26319 \begin_layout Plain Layout
26320
26321
26322 \backslash
26323 c e
26324 \end_layout
26325
26326 \end_inset
26327
26328
26329 \end_layout
26330
26331 \end_inset
26332 </cell>
26333 </row>
26334 </lyxtabular>
26335
26336 \end_inset
26337
26338
26339 \begin_inset space \hfill{}
26340 \end_inset
26341
26342
26343 \end_layout
26344
26345 \begin_layout Standard
26346 \begin_inset VSpace medskip
26347 \end_inset
26348
26349
26350 \series bold
26351
26352 \backslash
26353 t
26354 \series default
26355 コマンドは異なる二つの文字にアクセントを付けることもできます。たとえば、コマンド
26356 \series bold
26357
26358 \backslash
26359 t
26360 \begin_inset space \textvisiblespace{}
26361 \end_inset
26362
26363 sz
26364 \series default
26365 は、
26366 \begin_inset ERT
26367 status collapsed
26368
26369 \begin_layout Plain Layout
26370
26371
26372 \backslash
26373 t sz
26374 \end_layout
26375
26376 \end_inset
26377
26378 となります。
26379 \end_layout
26380
26381 \begin_layout Standard
26382
26383 \series bold
26384 `
26385 \series default
26386  ・
26387 \series bold
26388  '
26389 \series default
26390  ・ 
26391 \series bold
26392 ^
26393 \series default
26394  の各アクセントは、TeXモードを使わなくても、母音といっしょに直接キーボードから入力することもできます。チルダ
26395 \begin_inset Foot
26396 status collapsed
26397
26398 \begin_layout Plain Layout
26399 これは、チルダがアクセントとして定義されているキーボードのみに適用されます。
26400 \end_layout
26401
26402 \end_inset
26403
26404
26405 \series bold
26406 ~
26407 \series default
26408 を、
26409 \emph on
26410 a
26411 \emph default
26412
26413 \emph on
26414 n
26415 \emph default
26416
26417 \emph on
26418 o
26419 \emph default
26420 といっしょに使うときも同様です。
26421 \end_layout
26422
26423 \begin_layout Standard
26424
26425 \series bold
26426
26427 \backslash
26428 b
26429 \series default
26430
26431 \series bold
26432
26433 \backslash
26434 c
26435 \series default
26436
26437 \series bold
26438
26439 \backslash
26440 d
26441 \series default
26442
26443 \series bold
26444
26445 \backslash
26446 H
26447 \series default
26448
26449 \series bold
26450
26451 \backslash
26452 t
26453 \series default
26454
26455 \series bold
26456
26457 \backslash
26458 u
26459 \series default
26460
26461 \series bold
26462
26463 \backslash
26464 v
26465 \series default
26466 の各コマンドと、キーボードから直接挿入するアクセントは、数式テキスト中でも使うことができます。他のアクセントについては、数式内向けの特別な数式コマンドがあります
26467 。第
26468 \begin_inset CommandInset ref
26469 LatexCommand ref
26470 reference "sub:一文字に付けるアクセント"
26471
26472 \end_inset
26473
26474 節をご参照下さい。
26475 \end_layout
26476
26477 \begin_layout Standard
26478 \begin_inset VSpace bigskip
26479 \end_inset
26480
26481 さらに、
26482 \series bold
26483
26484 \backslash
26485 textcircled
26486 \series default
26487
26488 \begin_inset Index idx
26489 status collapsed
26490
26491 \begin_layout Plain Layout
26492 こまんど@コマンド ! T ! 
26493 \backslash
26494 textcircled
26495 \end_layout
26496
26497 \end_inset
26498
26499 コマンドを使えば、著作権マークのように、あらゆる数字や文字を丸で囲む---敢えて言えば、丸囲みでアクセントを付けるようなものといえるでしょう---ことができます
26500
26501 \end_layout
26502
26503 \begin_layout Standard
26504 \align center
26505 \begin_inset Tabular
26506 <lyxtabular version="3" rows="3" columns="2">
26507 <features rotate="0" tabularvalignment="middle">
26508 <column alignment="center" valignment="top">
26509 <column alignment="center" valignment="top">
26510 <row>
26511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26512 \begin_inset Text
26513
26514 \begin_layout Plain Layout
26515 コマンド
26516 \end_layout
26517
26518 \end_inset
26519 </cell>
26520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26521 \begin_inset Text
26522
26523 \begin_layout Plain Layout
26524 出力
26525 \begin_inset Note Note
26526 status collapsed
26527
26528 \begin_layout Plain Layout
26529 ここで
26530 \series bold
26531
26532 \backslash
26533 raisebox
26534 \series default
26535 はスペーサーとして使用しているだけです。
26536 \end_layout
26537
26538 \end_inset
26539
26540
26541 \end_layout
26542
26543 \end_inset
26544 </cell>
26545 </row>
26546 <row>
26547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26548 \begin_inset Text
26549
26550 \begin_layout Plain Layout
26551
26552 \backslash
26553 textcircled{w}
26554 \end_layout
26555
26556 \end_inset
26557 </cell>
26558 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26559 \begin_inset Text
26560
26561 \begin_layout Plain Layout
26562 \begin_inset ERT
26563 status collapsed
26564
26565 \begin_layout Plain Layout
26566
26567
26568 \backslash
26569 textcircled{w}
26570 \end_layout
26571
26572 \end_inset
26573
26574
26575 \end_layout
26576
26577 \end_inset
26578 </cell>
26579 </row>
26580 <row>
26581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26582 \begin_inset Text
26583
26584 \begin_layout Plain Layout
26585
26586 \backslash
26587 Large 
26588 \backslash
26589 textcircled{
26590 \backslash
26591 normalsize
26592 \backslash
26593 protect
26594 \backslash
26595 raisebox{-1.5pt}{W}}
26596 \end_layout
26597
26598 \end_inset
26599 </cell>
26600 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26601 \begin_inset Text
26602
26603 \begin_layout Plain Layout
26604 \begin_inset Formula $\raisebox{4.5mm}{}$
26605 \end_inset
26606
26607
26608 \begin_inset ERT
26609 status collapsed
26610
26611 \begin_layout Plain Layout
26612
26613
26614 \backslash
26615 Large 
26616 \backslash
26617 textcircled{
26618 \backslash
26619 normalsize
26620 \backslash
26621 protect
26622 \backslash
26623 raisebox{-1.5pt}W}
26624 \end_layout
26625
26626 \end_inset
26627
26628
26629 \begin_inset Formula $\raisebox{-2mm}{}$
26630 \end_inset
26631
26632
26633 \end_layout
26634
26635 \end_inset
26636 </cell>
26637 </row>
26638 </lyxtabular>
26639
26640 \end_inset
26641
26642
26643 \end_layout
26644
26645 \begin_layout Standard
26646 ここではユーザーが、文字が丸のなかに収まるように調整してやらなくてはなりません。ここでは、
26647 \series bold
26648
26649 \backslash
26650 Large
26651 \series default
26652
26653 \begin_inset Foot
26654 status collapsed
26655
26656 \begin_layout Plain Layout
26657
26658 \begin_inset CommandInset ref
26659 LatexCommand ref
26660 reference "sub:書体寸法"
26661
26662 \end_inset
26663
26664 節参照のこと。
26665 \end_layout
26666
26667 \end_inset
26668
26669 で丸の大きさを指定しています。そして
26670 \series bold
26671
26672 \backslash
26673 raisebox
26674 \series default
26675
26676 \begin_inset Foot
26677 status collapsed
26678
26679 \begin_layout Plain Layout
26680
26681 \begin_inset CommandInset ref
26682 LatexCommand ref
26683 reference "sub:枠なしボックス"
26684
26685 \end_inset
26686
26687 節参照のこと。
26688 \end_layout
26689
26690 \end_inset
26691
26692 を使って、文字が真ん中にくるようにしています。
26693 \end_layout
26694
26695 \begin_layout Subsection
26696 小数字
26697 \begin_inset Index idx
26698 status collapsed
26699
26700 \begin_layout Plain Layout
26701 しょうすうじ@小数字
26702 \end_layout
26703
26704 \end_inset
26705
26706
26707 \end_layout
26708
26709 \begin_layout Standard
26710 小数字(minuscule number)は、
26711 \series bold
26712
26713 \backslash
26714 oldstylenums
26715 \series default
26716
26717 \begin_inset Index idx
26718 status collapsed
26719
26720 \begin_layout Plain Layout
26721 こまんど@コマンド ! O ! 
26722 \backslash
26723 oldstylenums
26724 \end_layout
26725
26726 \end_inset
26727
26728 コマンドで作成することができます。このコマンドは、数式中でもTeXモード中でも使うことができます。コマンド書式は、
26729 \end_layout
26730
26731 \begin_layout Standard
26732
26733 \series bold
26734
26735 \backslash
26736 oldstylenums{数字}
26737 \end_layout
26738
26739 \begin_layout Standard
26740 です。
26741 \series bold
26742
26743 \backslash
26744 oldstylenums{0123456789}
26745 \series default
26746 というコマンドは、
26747 \begin_inset Formula $\oldstylenums{0123456789}$
26748 \end_inset
26749
26750 のようになります。
26751 \end_layout
26752
26753 \begin_layout Subsection
26754 他の特殊文字
26755 \begin_inset CommandInset label
26756 LatexCommand label
26757 name "sub:他の特殊文字"
26758
26759 \end_inset
26760
26761
26762 \begin_inset Index idx
26763 status collapsed
26764
26765 \begin_layout Plain Layout
26766 とくしゅもじ@特殊文字 ! たの@他の
26767 \end_layout
26768
26769 \end_inset
26770
26771
26772 \end_layout
26773
26774 \begin_layout Standard
26775 以下の各文字は、数式中でコマンドを使用してのみ、挿入することができます。
26776 \end_layout
26777
26778 \begin_layout Standard
26779 \align center
26780 \begin_inset Tabular
26781 <lyxtabular version="3" rows="4" columns="2">
26782 <features rotate="0" tabularvalignment="middle">
26783 <column alignment="center" valignment="top">
26784 <column alignment="center" valignment="top">
26785 <row>
26786 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26787 \begin_inset Text
26788
26789 \begin_layout Plain Layout
26790 コマンド
26791 \end_layout
26792
26793 \end_inset
26794 </cell>
26795 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26796 \begin_inset Text
26797
26798 \begin_layout Plain Layout
26799 出力
26800 \end_layout
26801
26802 \end_inset
26803 </cell>
26804 </row>
26805 <row>
26806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26807 \begin_inset Text
26808
26809 \begin_layout Plain Layout
26810
26811 \backslash
26812 ^
26813 \begin_inset space \textvisiblespace{}
26814 \end_inset
26815
26816
26817 \end_layout
26818
26819 \end_inset
26820 </cell>
26821 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26822 \begin_inset Text
26823
26824 \begin_layout Plain Layout
26825 \begin_inset Formula $\mathcircumflex$
26826 \end_inset
26827
26828
26829 \end_layout
26830
26831 \end_inset
26832 </cell>
26833 </row>
26834 <row>
26835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26836 \begin_inset Text
26837
26838 \begin_layout Plain Layout
26839
26840 \backslash
26841 _
26842 \end_layout
26843
26844 \end_inset
26845 </cell>
26846 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26847 \begin_inset Text
26848
26849 \begin_layout Plain Layout
26850 \begin_inset Formula $\_$
26851 \end_inset
26852
26853
26854 \end_layout
26855
26856 \end_inset
26857 </cell>
26858 </row>
26859 <row>
26860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26861 \begin_inset Text
26862
26863 \begin_layout Plain Layout
26864 ^
26865 \begin_inset space \textvisiblespace{}
26866 \end_inset
26867
26868
26869 \backslash
26870 circ
26871 \begin_inset Index idx
26872 status collapsed
26873
26874 \begin_layout Plain Layout
26875
26876 \lang english
26877
26878 \backslash
26879
26880 \end_layout
26881
26882 \end_inset
26883
26884
26885 \end_layout
26886
26887 \end_inset
26888 </cell>
26889 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26890 \begin_inset Text
26891
26892 \begin_layout Plain Layout
26893 \begin_inset Formula $^{\circ}$
26894 \end_inset
26895
26896
26897 \end_layout
26898
26899 \end_inset
26900 </cell>
26901 </row>
26902 </lyxtabular>
26903
26904 \end_inset
26905
26906
26907 \end_layout
26908
26909 \begin_layout Standard
26910 しかしながら、角度記号
26911 \begin_inset Formula $^{\circ}$
26912 \end_inset
26913
26914 は、以下の行をLaTeXプリアンブルに書き加えれば、直接挿入することができます
26915 \begin_inset Foot
26916 status collapsed
26917
26918 \begin_layout Plain Layout
26919 この件に関する詳細は、第
26920 \begin_inset CommandInset ref
26921 LatexCommand ref
26922 reference "sub:数式中のテキスト文字"
26923
26924 \end_inset
26925
26926 節にあります。
26927 \end_layout
26928
26929 \end_inset
26930
26931
26932 \end_layout
26933
26934 \begin_layout Standard
26935
26936 \series bold
26937
26938 \backslash
26939 DeclareInputtext{176}{
26940 \backslash
26941 ifmmode^
26942 \backslash
26943 circ
26944 \backslash
26945 else
26946 \backslash
26947 textdegree
26948 \backslash
26949 fi}
26950 \begin_inset Newpage newpage
26951 \end_inset
26952
26953
26954 \end_layout
26955
26956 \begin_layout Section
26957 数式様式
26958 \begin_inset CommandInset label
26959 LatexCommand label
26960 name "sec:数式様式"
26961
26962 \end_inset
26963
26964
26965 \begin_inset Index idx
26966 status collapsed
26967
26968 \begin_layout Plain Layout
26969 すうしき@数式 ! ようしき@様式
26970 \end_layout
26971
26972 \end_inset
26973
26974
26975 \end_layout
26976
26977 \begin_layout Itemize
26978 以下の二つの配置様式があります。
26979 \end_layout
26980
26981 \begin_deeper
26982 \begin_layout Description
26983 中央揃え 事前に定義された標準です。
26984 \end_layout
26985
26986 \begin_layout Description
26987 行頭下げ これを使うには、
26988 \family sans
26989 文書\SpecialChar \menuseparator
26990 設定
26991 \family default
26992 メニューの
26993 \family sans
26994 文書クラス
26995 \family default
26996 において、
26997 \series bold
26998 fleqn
26999 \series default
27000 オプションを指定しておかなくてはなりません。
27001 \end_layout
27002
27003 \begin_layout Standard
27004
27005 \series bold
27006 行頭下げ
27007 \series default
27008 を用いる場合には、行頭下げの大きさを
27009 \series bold
27010
27011 \backslash
27012 mathindent
27013 \series default
27014
27015 \begin_inset Index idx
27016 status collapsed
27017
27018 \begin_layout Plain Layout
27019 こまんど@コマンド ! M ! 
27020 \backslash
27021 mathindent
27022 \end_layout
27023
27024 \end_inset
27025
27026 の値で調整することができます。これを15
27027 \begin_inset space \thinspace{}
27028 \end_inset
27029
27030 mmにするには、LaTeXプリアンブルに以下のコマンドを入れておきます。
27031 \end_layout
27032
27033 \begin_layout Standard
27034
27035 \series bold
27036
27037 \backslash
27038 setlength{
27039 \backslash
27040 mathindent}{15mm}
27041 \end_layout
27042
27043 \begin_layout Standard
27044
27045 \series bold
27046
27047 \backslash
27048 mathindent
27049 \series default
27050 を明示的に指定しない場合には、事前に定義されている30
27051 \begin_inset space \thinspace{}
27052 \end_inset
27053
27054 ptが適用されます。
27055 \end_layout
27056
27057 \end_deeper
27058 \begin_layout Itemize
27059 また、以下の二つの連番様式があります。
27060 \end_layout
27061
27062 \begin_deeper
27063 \begin_layout Description
27064 右 事前に定義された標準です。
27065 \end_layout
27066
27067 \begin_layout Description
27068 左 これを使うには、
27069 \family sans
27070 文書\SpecialChar \menuseparator
27071 設定
27072 \family default
27073 メニューの
27074 \family sans
27075 文書クラス
27076 \family default
27077 において、
27078 \series bold
27079 leqno
27080 \series default
27081 オプションを指定しておかなくてはなりません。
27082 \end_layout
27083
27084 \end_deeper
27085 \begin_layout Standard
27086
27087 \series bold
27088 fleqn
27089 \series default
27090
27091 \series bold
27092 leqno
27093 \series default
27094 は、いっしょに指定することができます。両方のオプションを同時に入れる場合には、コンマで区切って下さい。
27095 \end_layout
27096
27097 \begin_layout Standard
27098 これで選択した様式は、文書中のすべての別行立て数式に用いられます。もし、中央揃えと行頭下げの両様式を同一文書中で用いたい場合には、
27099 \series bold
27100 中央揃え
27101 \series default
27102 様式を指定するようにします。そして、行頭下げにしたい数式は、flalign環境に指定するようにします。第
27103 \begin_inset CommandInset ref
27104 LatexCommand ref
27105 reference "sub:flalign環境"
27106
27107 \end_inset
27108
27109 節をご覧下さい。
27110 \end_layout
27111
27112 \begin_layout Section
27113 多行数式
27114 \begin_inset CommandInset label
27115 LatexCommand label
27116 name "sec:多行数式"
27117
27118 \end_inset
27119
27120
27121 \begin_inset Index idx
27122 status collapsed
27123
27124 \begin_layout Plain Layout
27125 すうしき@数式 ! たぎょう@多行
27126 \end_layout
27127
27128 \end_inset
27129
27130
27131 \end_layout
27132
27133 \begin_layout Subsection
27134 概要
27135 \end_layout
27136
27137 \begin_layout Standard
27138 LyXでは、多行数式は、数式中で
27139 \series bold
27140
27141 \begin_inset Info
27142 type  "shortcut"
27143 arg   "newline-insert newline"
27144 \end_inset
27145
27146
27147 \series default
27148 を押すことで作られます。この操作によって、第
27149 \begin_inset CommandInset ref
27150 LatexCommand ref
27151 reference "sub:eqnarray環境"
27152
27153 \end_inset
27154
27155 節に述べられている
27156 \series bold
27157 eqnarray環境
27158 \series default
27159 が作り出されるか、あるいは文書設定で
27160 \family sans
27161 AMS mathパッケージを使う
27162 \family default
27163 オプションが選択されている場合には、第
27164 \begin_inset CommandInset ref
27165 LatexCommand ref
27166 reference "sub:標準align環境"
27167
27168 \end_inset
27169
27170 節に述べられている
27171 \series bold
27172 align環境
27173 \series default
27174 が作り出されることになります。
27175 \end_layout
27176
27177 \begin_layout Standard
27178 他にも、
27179 \family sans
27180 挿入\SpecialChar \menuseparator
27181 数式
27182 \family default
27183 メニューで作ることのできる多行数式環境があります。これらの環境は、以下の各節で説明します。
27184 \end_layout
27185
27186 \begin_layout Standard
27187 すべての多行数式において、新規行は、
27188 \begin_inset Info
27189 type  "shortcut"
27190 arg   "newline-insert newline"
27191 \end_inset
27192
27193 を押すことによって作られます。行を足したり削ったりするには、数式ツールバーボタンの
27194 \begin_inset Graphics
27195         filename ../../images/tabular-feature_append-row.png
27196         scale 85
27197
27198 \end_inset
27199
27200
27201 \begin_inset Graphics
27202         filename ../../images/tabular-feature_delete-row.png
27203         scale 85
27204
27205 \end_inset
27206
27207 を使うか、
27208 \family sans
27209 編集\SpecialChar \menuseparator
27210 行と列
27211 \family default
27212 メニューを使うことができます。
27213 \end_layout
27214
27215 \begin_layout Subsubsection
27216 行間
27217 \begin_inset CommandInset label
27218 LatexCommand label
27219 name "sub:行間"
27220
27221 \end_inset
27222
27223
27224 \begin_inset Index idx
27225 status collapsed
27226
27227 \begin_layout Plain Layout
27228 すうしき@数式 ! たぎょう@多行 ! ぎょうかん@行間
27229 \end_layout
27230
27231 \end_inset
27232
27233
27234 \end_layout
27235
27236 \begin_layout Standard
27237 以下のように、多行数式において行のあいだの空白が足りないことが、ときどき起こります。
27238 \begin_inset Formula 
27239 \begin{eqnarray*}
27240 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}\\
27241 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
27242 \end{eqnarray*}
27243
27244 \end_inset
27245
27246
27247 \end_layout
27248
27249 \begin_layout Standard
27250 LaTeXにおいて行間を付け加えるには、新規行コマンドに非必須の引数をとらせて指定しますが、これはまだLyXには実装されていない
27251 \begin_inset Foot
27252 status collapsed
27253
27254 \begin_layout Plain Layout
27255 \begin_inset CommandInset href
27256 LatexCommand href
27257 name "LyX-bug #1505"
27258 target "http://www.lyx.org/trac/ticket/1505"
27259
27260 \end_inset
27261
27262 を参照。
27263 \end_layout
27264
27265 \end_inset
27266
27267 ので、数式全体をTeXモードで入れなくてはなりません。上記の例の行間を大きくするには、最初の行の最後に
27268 \series bold
27269
27270 \backslash
27271
27272 \backslash
27273 [3mm]
27274 \series default
27275 というコマンドを入れます。すると、次のようになります。
27276 \begin_inset ERT
27277 status collapsed
27278
27279 \begin_layout Plain Layout
27280
27281
27282 \backslash
27283 begin{eqnarray*}
27284 \end_layout
27285
27286 \begin_layout Plain Layout
27287
27288 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
27289  = & 
27290 \backslash
27291 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
27292 \backslash
27293
27294 \backslash
27295 [3mm]
27296 \end_layout
27297
27298 \begin_layout Plain Layout
27299
27300 4x^{2}
27301 \backslash
27302 left(B^{2}+x_{0}^{2}
27303 \backslash
27304 right)+4x_{0}x
27305 \backslash
27306 left(D-B^{2}
27307 \backslash
27308 right)+B^{2}
27309 \backslash
27310 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
27311 \backslash
27312 right) & = & 0
27313 \end_layout
27314
27315 \begin_layout Plain Layout
27316
27317
27318 \backslash
27319 end{eqnarray*}
27320 \end_layout
27321
27322 \end_inset
27323
27324
27325 \end_layout
27326
27327 \begin_layout Standard
27328 \begin_inset VSpace bigskip
27329 \end_inset
27330
27331 同一数式内のすべての行の行間を一律に指定するには、
27332 \series bold
27333
27334 \backslash
27335 jot
27336 \series default
27337
27338 \begin_inset Index idx
27339 status collapsed
27340
27341 \begin_layout Plain Layout
27342 こまんど@コマンド ! J ! 
27343 \backslash
27344 jot
27345 \end_layout
27346
27347 \end_inset
27348
27349 変数を変更します。定義は、
27350 \begin_inset Formula $\mbox{行間}=\mathrm{6\, pt+\backslash jot}$
27351 \end_inset
27352
27353 となっています。
27354 \series bold
27355
27356 \backslash
27357 jot
27358 \series default
27359 の既定値は、3
27360 \begin_inset space \thinspace{}
27361 \end_inset
27362
27363 ptです。上記の例のように、行間を3
27364 \begin_inset space \thinspace{}
27365 \end_inset
27366
27367 mm追加するには、
27368 \end_layout
27369
27370 \begin_layout Standard
27371
27372 \series bold
27373
27374 \backslash
27375 setlength{
27376 \backslash
27377 jot}{3mm+3pt}
27378 \end_layout
27379
27380 \begin_layout Standard
27381 というコマンドを、数式直前にTeXモードで入れておきます。これを行うには、LaTeXプリアンブルに
27382 \end_layout
27383
27384 \begin_layout Standard
27385
27386 \series bold
27387
27388 \backslash
27389 usepackage{calc}
27390 \end_layout
27391
27392 \begin_layout Standard
27393 という行を入れて、LaTeXパッケージ
27394 \series bold
27395 calc
27396 \series default
27397
27398 \begin_inset Foot
27399 status collapsed
27400
27401 \begin_layout Plain Layout
27402
27403 \series bold
27404 calc
27405 \series default
27406 は標準的なLaTeX頒布版のすべてに付属しています。
27407 \end_layout
27408
27409 \end_inset
27410
27411
27412 \begin_inset Index idx
27413 status collapsed
27414
27415 \begin_layout Plain Layout
27416 ぱっけーじ@パッケージ ! calc
27417 \end_layout
27418
27419 \end_inset
27420
27421  を読み込んでおく必要があります。すると、
27422 \begin_inset ERT
27423 status collapsed
27424
27425 \begin_layout Plain Layout
27426
27427
27428 \backslash
27429 setlength{
27430 \backslash
27431 jot}{3mm+3pt}
27432 \end_layout
27433
27434 \end_inset
27435
27436
27437 \begin_inset Formula 
27438 \begin{eqnarray*}
27439 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}\\
27440 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
27441 \end{eqnarray*}
27442
27443 \end_inset
27444
27445
27446 \end_layout
27447
27448 \begin_layout Standard
27449 \begin_inset ERT
27450 status collapsed
27451
27452 \begin_layout Plain Layout
27453
27454
27455 \backslash
27456 setlength{
27457 \backslash
27458 jot}{3pt}
27459 \end_layout
27460
27461 \end_inset
27462
27463 のような結果を得ます。行間を既定値に戻すには、
27464 \series bold
27465
27466 \backslash
27467 jot
27468 \series default
27469 をふたたび3
27470 \begin_inset space \thinspace{}
27471 \end_inset
27472
27473 ptに戻します。
27474 \end_layout
27475
27476 \begin_layout Subsubsection
27477 列間
27478 \begin_inset CommandInset label
27479 LatexCommand label
27480 name "sub:列間"
27481
27482 \end_inset
27483
27484
27485 \begin_inset Index idx
27486 status collapsed
27487
27488 \begin_layout Plain Layout
27489 すうしき@数式 ! たぎょうすうしき@多行数式 ! れつかん@列間
27490 \end_layout
27491
27492 \end_inset
27493
27494
27495 \end_layout
27496
27497 \begin_layout Standard
27498 多行数式は、行列を形成します。たとえば、eqnarray環境の数式は、3列からなる行列です。この環境で列間を変更すれば、関係子周辺の余白を変更することができます
27499
27500 \end_layout
27501
27502 \begin_layout Standard
27503 列間は、
27504 \series bold
27505
27506 \backslash
27507 arraycolsep
27508 \series default
27509
27510 \begin_inset Index idx
27511 status collapsed
27512
27513 \begin_layout Plain Layout
27514 こまんど@コマンド ! A ! 
27515 \backslash
27516 arraycolsep
27517 \end_layout
27518
27519 \end_inset
27520
27521 変数を使って指定し、
27522 \begin_inset Newline newline
27523 \end_inset
27524
27525 列間 = 2
27526 \begin_inset space \thinspace{}
27527 \end_inset
27528
27529
27530 \series bold
27531
27532 \backslash
27533 arraycolsep
27534 \series default
27535
27536 \begin_inset Newline newline
27537 \end_inset
27538
27539 という関係があります。したがって、
27540 \end_layout
27541
27542 \begin_layout Standard
27543
27544 \series bold
27545
27546 \backslash
27547 setlength{
27548 \backslash
27549 arraycolsep}{1cm}
27550 \end_layout
27551
27552 \begin_layout Standard
27553 というコマンドをTeXモードで入れると、ここから後のすべての数式の列間が2
27554 \begin_inset space \thinspace{}
27555 \end_inset
27556
27557 cmになります。これを既定値に戻すには、
27558 \series bold
27559
27560 \backslash
27561 arraycolsep
27562 \series default
27563 を5
27564 \begin_inset space \thinspace{}
27565 \end_inset
27566
27567 ptに戻して下さい。
27568 \end_layout
27569
27570 \begin_layout Standard
27571 以下は、2
27572 \begin_inset space \thinspace{}
27573 \end_inset
27574
27575 cmの列間を持つ数式です。
27576 \begin_inset ERT
27577 status collapsed
27578
27579 \begin_layout Plain Layout
27580
27581
27582 \backslash
27583 setlength{
27584 \backslash
27585 arraycolsep}{1cm}
27586 \end_layout
27587
27588 \end_inset
27589
27590
27591 \begin_inset Formula 
27592 \begin{eqnarray*}
27593 A & = & B\\
27594 C & \ne & A
27595 \end{eqnarray*}
27596
27597 \end_inset
27598
27599 行列の既定の列間10
27600 \begin_inset space \thinspace{}
27601 \end_inset
27602
27603 ptを持つ数式です。
27604 \begin_inset ERT
27605 status collapsed
27606
27607 \begin_layout Plain Layout
27608
27609
27610 \backslash
27611 setlength{
27612 \backslash
27613 arraycolsep}{5pt}
27614 \end_layout
27615
27616 \end_inset
27617
27618
27619 \begin_inset Formula 
27620 \begin{eqnarray*}
27621 A & = & B\\
27622 C & \ne & A
27623 \end{eqnarray*}
27624
27625 \end_inset
27626
27627
27628 \end_layout
27629
27630 \begin_layout Subsubsection
27631 長い数式
27632 \begin_inset Index idx
27633 status collapsed
27634
27635 \begin_layout Plain Layout
27636 すうしき@数式 ! ながい@長い
27637 \end_layout
27638
27639 \end_inset
27640
27641
27642 \end_layout
27643
27644 \begin_layout Standard
27645 長い数式は、以下の方法を使って組版することができます。
27646 \end_layout
27647
27648 \begin_layout Itemize
27649 左辺ないし右辺の一方が、行幅よりもかなり短いときには、以下のように、短い方を左辺に置き、右辺を二行に分けて組版します。
27650 \begin_inset Formula 
27651 \begin{eqnarray}
27652 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 \\
27653  &  & -\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}
27654 \end{eqnarray}
27655
27656 \end_inset
27657
27658 二行目の最初のマイナス記号は、行頭の文字になってしまうため、通常、表示の上で演算子としては取り扱われません。前後に余白が置かれることもなく、分数線からも離れて表
27659 示されません。これを避けるために、マイナス記号の後に
27660 \series bold
27661
27662 \backslash
27663 hspace
27664 \series default
27665 .
27666 \begin_inset Foot
27667 status collapsed
27668
27669 \begin_layout Plain Layout
27670
27671 \series bold
27672
27673 \backslash
27674 hspace
27675 \series default
27676 に関しての詳細は、第
27677 \begin_inset CommandInset ref
27678 LatexCommand ref
27679 reference "sub:可変長の空白"
27680
27681 \end_inset
27682
27683 節をご覧下さい。
27684 \end_layout
27685
27686 \end_inset
27687
27688
27689 \begin_inset Index idx
27690 status collapsed
27691
27692 \begin_layout Plain Layout
27693 こまんど@コマンド ! H ! 
27694 \backslash
27695 hspace
27696 \end_layout
27697
27698 \end_inset
27699
27700 コマンドを使って3
27701 \begin_inset space \thinspace{}
27702 \end_inset
27703
27704 pt空白を入れてあります。
27705 \end_layout
27706
27707 \begin_layout Itemize
27708 数式の両辺がともに長すぎるときには、
27709 \series bold
27710
27711 \backslash
27712 lefteqn
27713 \series default
27714
27715 \begin_inset Index idx
27716 status collapsed
27717
27718 \begin_layout Plain Layout
27719 こまんど@コマンド ! L ! 
27720 \backslash
27721 lefteqn
27722 \end_layout
27723
27724 \end_inset
27725
27726 コマンドを使います。これを最初の行の第一列に入れると、以下のように、続きの内容が他の列にかかって表示されます。
27727 \begin_inset Formula 
27728 \begin{eqnarray}
27729 \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 \\
27730  &  & -\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 \\
27731  &  & =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}
27732 \end{eqnarray}
27733
27734 \end_inset
27735
27736
27737 \series bold
27738
27739 \backslash
27740 lefteqn
27741 \series default
27742 を入力すると、青枠から少し左にずれたところに現れる紫枠にカーソルが移るので、ここに数式を入力します。
27743 \begin_inset Newline newline
27744 \end_inset
27745
27746 二行め以降の行の内容は、二列め以降の列に挿入します。挿入する列が右になるほど、字下げの量が大きくなります。
27747 \begin_inset VSpace medskip
27748 \end_inset
27749
27750
27751 \begin_inset Newline newline
27752 \end_inset
27753
27754
27755 \begin_inset Note Greyedout
27756 status open
27757
27758 \begin_layout Plain Layout
27759
27760 \series bold
27761
27762 \backslash
27763 lefteqn
27764 \series default
27765 を使用する際には、以下のことにご注意下さい。
27766 \end_layout
27767
27768 \begin_layout Itemize
27769 数式では、ページ幅全部を使うことはしません。たとえば、上記の例で、最初の行に
27770 \begin_inset Formula $-B^{2}$
27771 \end_inset
27772
27773 という項を置いたとすると、ページ余白の領域に出てしまいますが、これはよくありません。幅をうまく使うには、最初の行の行頭に負の空白を入れる方法もあります。
27774 \end_layout
27775
27776 \begin_layout Itemize
27777 LyXのバグによって、最初の行にマウスでカーソルを入れることはできません
27778 \begin_inset Foot
27779 status collapsed
27780
27781 \begin_layout Plain Layout
27782 \begin_inset CommandInset href
27783 LatexCommand href
27784 name "LyX-bug #1429"
27785 target "http://www.lyx.org/trac/ticket/1429"
27786
27787 \end_inset
27788
27789
27790 \end_layout
27791
27792 \end_inset
27793
27794 。カーソルを行頭に合わせて、矢印
27795 \begin_inset Flex Ruby
27796 status collapsed
27797
27798 \begin_layout Plain Layout
27799
27800 \begin_inset Argument post:1
27801 status collapsed
27802
27803 \begin_layout Plain Layout
27804 キー
27805 \end_layout
27806
27807 \end_inset
27808
27809
27810 \end_layout
27811
27812 \end_inset
27813
27814 で移動するしかありません。
27815 \end_layout
27816
27817 \end_inset
27818
27819
27820 \end_layout
27821
27822 \begin_layout Itemize
27823 長い数式を組む他の方法として、第
27824 \begin_inset CommandInset ref
27825 LatexCommand ref
27826 reference "sub:multline環境"
27827
27828 \end_inset
27829
27830 節と第
27831 \begin_inset CommandInset ref
27832 LatexCommand ref
27833 reference "sub:数式の一部の多行化"
27834
27835 \end_inset
27836
27837 節で述べられている環境を用いる方法があります。
27838 \end_layout
27839
27840 \begin_layout Subsubsection
27841 多行にわたる括弧
27842 \begin_inset CommandInset label
27843 LatexCommand label
27844 name "sub:多行にわたる括弧"
27845
27846 \end_inset
27847
27848
27849 \begin_inset Index idx
27850 status collapsed
27851
27852 \begin_layout Plain Layout
27853 かっこ@括弧 ! たぎょうすうしきよう@多行数式用
27854 \end_layout
27855
27856 \end_inset
27857
27858
27859 \end_layout
27860
27861 \begin_layout Standard
27862 多行にわたる括弧を作ろうとすると、以下のような問題が生じます。
27863 \begin_inset Formula 
27864 \begin{eqnarray*}
27865 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
27866  &  & \left.\cdots+B-D\right]
27867 \end{eqnarray*}
27868
27869 \end_inset
27870
27871
27872 \end_layout
27873
27874 \begin_layout Standard
27875 可変寸法の括弧は多行にわたることができないので、閉じ括弧が初めの括弧よりも小さくなってしまっています。
27876 \end_layout
27877
27878 \begin_layout Standard
27879 二行めの括弧の大きさを正しく設定するには、最初の行の終わりを
27880 \series bold
27881
27882 \backslash
27883 right.
27884 \series default
27885
27886 \begin_inset Index idx
27887 status collapsed
27888
27889 \begin_layout Plain Layout
27890 こまんど@コマンド ! R ! 
27891 \backslash
27892 right
27893 \end_layout
27894
27895 \end_inset
27896
27897 とし、二行めの始めを
27898 \series bold
27899
27900 \backslash
27901 left.
27902 \begin_inset Foot
27903 status collapsed
27904
27905 \begin_layout Plain Layout
27906
27907 \series bold
27908
27909 \backslash
27910 left
27911 \series default
27912
27913 \series bold
27914
27915 \backslash
27916 right
27917 \series default
27918 に関する詳細は、第
27919 \begin_inset CommandInset ref
27920 LatexCommand ref
27921 reference "sub:自動の括弧丈"
27922
27923 \end_inset
27924
27925 節をご覧下さい。
27926 \end_layout
27927
27928 \end_inset
27929
27930
27931 \series default
27932
27933 \begin_inset Index idx
27934 status collapsed
27935
27936 \begin_layout Plain Layout
27937 こまんど@コマンド ! L ! 
27938 \backslash
27939 left
27940 \end_layout
27941
27942 \end_inset
27943
27944 とします。一行めにおいては、範囲付き積演算子がもっとも大きな記号であり、これが二行めの括弧の大きさにならなくてはならないので、
27945 \series bold
27946
27947 \backslash
27948 left.
27949 \series default
27950 の後に、
27951 \series bold
27952
27953 \backslash
27954 vphantom
27955 \series default
27956
27957 \begin_inset space \textvisiblespace{}
27958 \end_inset
27959
27960
27961 \series bold
27962
27963 \backslash
27964 prod
27965 \series default
27966 ^
27967 \begin_inset space \textvisiblespace{}
27968 \end_inset
27969
27970
27971 \series bold
27972
27973 \backslash
27974 infty
27975 \series default
27976
27977 \begin_inset space \textvisiblespace{}
27978 \end_inset
27979
27980
27981 \series bold
27982
27983 \begin_inset Formula $\downarrow$
27984 \end_inset
27985
27986 _R=1}
27987 \series default
27988
27989 \begin_inset Index idx
27990 status collapsed
27991
27992 \begin_layout Plain Layout
27993 こまんど@コマンド ! V ! 
27994 \backslash
27995 vphantom
27996 \end_layout
27997
27998 \end_inset
27999
28000 というコマンドを挿入します。
28001 \end_layout
28002
28003 \begin_layout Standard
28004 その結果が以下の数式です。
28005 \begin_inset Formula 
28006 \begin{eqnarray*}
28007 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28008  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
28009 \end{eqnarray*}
28010
28011 \end_inset
28012
28013
28014 \end_layout
28015
28016 \begin_layout Subsection
28017 align環境
28018 \end_layout
28019
28020 \begin_layout Standard
28021 align環境は、すべての型の多行数式に使うことができ、とくに、いくつかの数式を並べて表示させるのに便利です。
28022 \end_layout
28023
28024 \begin_layout Standard
28025 align環境には列があり、奇数列は右揃え、偶数列は左揃えに設定されます。align環境の行にはすべて、付番することができます。
28026 \end_layout
28027
28028 \begin_layout Standard
28029 align環境は、
28030 \family sans
28031 挿入\SpecialChar \menuseparator
28032 数式
28033 \family default
28034 メニューから作ることができます。
28035 \family sans
28036 編集\SpecialChar \menuseparator
28037 数式\SpecialChar \menuseparator
28038 数式の表記を変更
28039 \family default
28040 メニューを使えば、既存の数式をalign環境に変更することができます。
28041 \end_layout
28042
28043 \begin_layout Standard
28044 列を追加したり削除したりするには、数式ツールバーボタンの
28045 \begin_inset Graphics
28046         filename ../../images/tabular-feature_append-column.png
28047         scale 85
28048
28049 \end_inset
28050
28051
28052 \begin_inset Graphics
28053         filename ../../images/tabular-feature_delete-column.png
28054         scale 85
28055
28056 \end_inset
28057
28058 を使うか、
28059 \family sans
28060 編集\SpecialChar \menuseparator
28061 行と列
28062 \family default
28063 メニューを使います。
28064 \end_layout
28065
28066 \begin_layout Subsubsection
28067 標準align環境
28068 \begin_inset CommandInset label
28069 LatexCommand label
28070 name "sub:標準align環境"
28071
28072 \end_inset
28073
28074
28075 \begin_inset Index idx
28076 status collapsed
28077
28078 \begin_layout Plain Layout
28079 すうしき@数式 ! たぎょう@多行 ! alignかんきょう@align環境
28080 \end_layout
28081
28082 \end_inset
28083
28084
28085 \end_layout
28086
28087 \begin_layout Standard
28088 このalign環境は、数式中で
28089 \begin_inset Info
28090 type  "shortcut"
28091 arg   "newline-insert newline"
28092 \end_inset
28093
28094 を押すか、
28095 \family sans
28096 挿入\SpecialChar \menuseparator
28097 数式\SpecialChar \menuseparator
28098 AMS align環境
28099 \family default
28100 メニューで作ることができます。
28101 \end_layout
28102
28103 \begin_layout Standard
28104 以下は、二つの数式を横に並べた例ですが、これは4列からなるalign環境として作ります。
28105 \begin_inset Formula 
28106 \begin{align*}
28107 A & =\sin(B) & C & =D\\
28108 C & \ne A & B & \ne D
28109 \end{align*}
28110
28111 \end_inset
28112
28113 ご覧になって分かるように、この環境の数式は、一列めの前と偶数列の後に
28114 \series bold
28115
28116 \backslash
28117 hfill
28118 \begin_inset Foot
28119 status collapsed
28120
28121 \begin_layout Plain Layout
28122
28123 \series bold
28124
28125 \backslash
28126 hfill
28127 \series default
28128 に関する詳細は、第
28129 \begin_inset CommandInset ref
28130 LatexCommand ref
28131 reference "sub:可変長の空白"
28132
28133 \end_inset
28134
28135 節をご覧下さい。
28136 \end_layout
28137
28138 \end_inset
28139
28140
28141 \series default
28142 があるかのように配置されます。数式様式として
28143 \series bold
28144 行頭下げ
28145 \begin_inset Foot
28146 status collapsed
28147
28148 \begin_layout Plain Layout
28149
28150 \series bold
28151 数式様式については、第
28152 \series default
28153
28154 \begin_inset CommandInset ref
28155 LatexCommand ref
28156 reference "sec:数式様式"
28157
28158 \end_inset
28159
28160 節をご覧下さい。
28161 \end_layout
28162
28163 \end_inset
28164
28165
28166 \series default
28167 を使う場合には、第一列の前の
28168 \series bold
28169
28170 \backslash
28171 hfill
28172 \series default
28173 はない形で数式が設定されます。
28174 \end_layout
28175
28176 \begin_layout Subsubsection
28177 alignat環境
28178 \begin_inset Index idx
28179 status collapsed
28180
28181 \begin_layout Plain Layout
28182 すうしき@数式 ! たぎょう@多行 ! alignatかんきょう@alignat環境
28183 \end_layout
28184
28185 \end_inset
28186
28187
28188 \end_layout
28189
28190 \begin_layout Standard
28191 alignat環境には、事前に設定された列間が存在しません。列間は、必要ならば、第
28192 \begin_inset CommandInset ref
28193 LatexCommand ref
28194 reference "sub:空白"
28195
28196 \end_inset
28197
28198 節に述べられている空白を使用して手動で入れます。
28199 \end_layout
28200
28201 \begin_layout Standard
28202 以下は、上記の例をalignat環境に設定し、二つめの数式の頭に1
28203 \begin_inset space \thinspace{}
28204 \end_inset
28205
28206 cmの空白を入れたものです。
28207 \begin_inset Formula 
28208 \begin{alignat*}{2}
28209 A & =\sin(B) & \hspace{1cm}C & =D\\
28210 C & \ne A & B & \ne D
28211 \end{alignat*}
28212
28213 \end_inset
28214
28215 列間を各列ごとに設定することができるので、この環境は、とくに三つないし四つの数式を横に並べるのに向いています。
28216 \end_layout
28217
28218 \begin_layout Subsubsection
28219 flalign環境
28220 \begin_inset CommandInset label
28221 LatexCommand label
28222 name "sub:flalign環境"
28223
28224 \end_inset
28225
28226
28227 \begin_inset Index idx
28228 status collapsed
28229
28230 \begin_layout Plain Layout
28231 すうしき@数式 ! たぎょう@多行 ! flalignかんきょう@flalign環境
28232 \end_layout
28233
28234 \end_inset
28235
28236
28237 \end_layout
28238
28239 \begin_layout Standard
28240 この環境では、つねに、最初の二列をできるだけ左寄せにし、最後の二列をできるだけ右寄せにするように設定されます。以下がその例です。
28241 \begin_inset Formula 
28242 \begin{flalign*}
28243 A & =1 & B & =2 & C & =3\\
28244 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
28245 \end{flalign*}
28246
28247 \end_inset
28248
28249
28250 \end_layout
28251
28252 \begin_layout Standard
28253 奇数列のflalign環境を作成し、最後の列に空のTeX括弧を入れておくと、数式様式として
28254 \series bold
28255 中央揃え
28256 \series default
28257 が用いられているときでも、一部の数式を左寄せにすることができます。以下は、例として
28258 \begin_inset CommandInset ref
28259 LatexCommand eqref
28260 reference "eq:VolInt"
28261
28262 \end_inset
28263
28264 式を行頭下げにしたものです。
28265 \begin_inset Formula 
28266 \begin{flalign}
28267 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}
28268 \end{flalign}
28269
28270 \end_inset
28271
28272 ここで、最初の二列には数式が入れられており、行頭下げ数式様式と同等の字下げを行うために、30
28273 \begin_inset space \thinspace{}
28274 \end_inset
28275
28276 ptの空白が第1列の頭に入れてあります。
28277 \end_layout
28278
28279 \begin_layout Subsection
28280 eqnarray環境
28281 \begin_inset CommandInset label
28282 LatexCommand label
28283 name "sub:eqnarray環境"
28284
28285 \end_inset
28286
28287
28288 \begin_inset Index idx
28289 status collapsed
28290
28291 \begin_layout Plain Layout
28292 すうしき@数式 ! たぎょう@多行 ! eqnarrayかんきょう@eqnarray環境
28293 \end_layout
28294
28295 \end_inset
28296
28297
28298 \end_layout
28299
28300 \begin_layout Standard
28301 この環境を作成すると、三つの青枠が現れます。最初の枠の内容は右寄せに設定され、最後の枠の内容は左寄せに設定されます。中央の枠は、関係子のみを入れることを想定して
28302 いるので、その内容は中央揃えで少し小さく設定されます。
28303 \begin_inset Formula 
28304 \begin{eqnarray*}
28305 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
28306 AB & AB & AB\\
28307 A & = & A
28308 \end{eqnarray*}
28309
28310 \end_inset
28311
28312
28313 \end_layout
28314
28315 \begin_layout Subsection
28316 gather環境
28317 \begin_inset Index idx
28318 status collapsed
28319
28320 \begin_layout Plain Layout
28321 すうしき@数式 ! たぎょう@多行 ! gatherかんきょう@gather環境
28322 \end_layout
28323
28324 \end_inset
28325
28326
28327 \end_layout
28328
28329 \begin_layout Standard
28330 この環境には、中央揃えに設定された列一つしかありません。行はすべて付番することができます。
28331 \begin_inset Formula 
28332 \begin{gather}
28333 A=1\\
28334 X=\textrm{-}1
28335 \end{gather}
28336
28337 \end_inset
28338
28339
28340 \end_layout
28341
28342 \begin_layout Subsection
28343 multline環境
28344 \begin_inset CommandInset label
28345 LatexCommand label
28346 name "sub:multline環境"
28347
28348 \end_inset
28349
28350
28351 \begin_inset Index idx
28352 status collapsed
28353
28354 \begin_layout Plain Layout
28355 すうしき@数式 ! たぎょう@多行 ! multlineかんきょう@multpline環境
28356 \end_layout
28357
28358 \end_inset
28359
28360
28361 \end_layout
28362
28363 \begin_layout Standard
28364 gather環境同様、multline環境には、中央揃えに設定された列一つしかありません。ただし、一行めが左揃えに設定され、最終行が右揃えに設定されるのです。他
28365 の行はすべて中央揃えになります。このことから、この環境は、長い数式に使うのに向いています。用例として、
28366 \begin_inset CommandInset ref
28367 LatexCommand eqref
28368 reference "eq:lefteqn"
28369
28370 \end_inset
28371
28372 式をmultline環境に置いたものを示します。
28373 \begin_inset Formula 
28374 \begin{multline}
28375 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}\\
28376 -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}\\
28377 =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}}
28378 \end{multline}
28379
28380 \end_inset
28381
28382
28383 \end_layout
28384
28385 \begin_layout Standard
28386 文書の付番設定が右寄せ(左寄せ)になっているときには、出力では、multline環境の最後(最初)の行だけが付番されます
28387 \begin_inset Foot
28388 status collapsed
28389
28390 \begin_layout Plain Layout
28391 付番様式については、第
28392 \begin_inset CommandInset ref
28393 LatexCommand ref
28394 reference "sec:数式様式"
28395
28396 \end_inset
28397
28398 節を参照。
28399 \end_layout
28400
28401 \end_inset
28402
28403
28404 \end_layout
28405
28406 \begin_layout Standard
28407
28408 \series bold
28409
28410 \backslash
28411 shoveright
28412 \begin_inset Index idx
28413 status collapsed
28414
28415 \begin_layout Plain Layout
28416 こまんど@コマンド ! S ! 
28417 \backslash
28418 shoveright
28419 \end_layout
28420
28421 \end_inset
28422
28423 コマンドや
28424 \backslash
28425 shoveleft
28426 \begin_inset Index idx
28427 status collapsed
28428
28429 \begin_layout Plain Layout
28430 こまんど@コマンド ! S ! 
28431 \backslash
28432 shoveleft
28433 \end_layout
28434
28435 \end_inset
28436
28437
28438 \series default
28439 コマンドを使えば、中央揃えの行を右寄せや左寄せにすることができます。これらのコマンドは、以下のようにして使います。
28440 \end_layout
28441
28442 \begin_layout Standard
28443
28444 \series bold
28445
28446 \backslash
28447 shoveright{行の内容}
28448 \series default
28449 あるいは
28450 \series bold
28451
28452 \backslash
28453 shoveleft{行の内容}
28454 \end_layout
28455
28456 \begin_layout Standard
28457 \begin_inset VSpace medskip
28458 \end_inset
28459
28460
28461 \series bold
28462
28463 \backslash
28464 multlinegap
28465 \begin_inset Index idx
28466 status collapsed
28467
28468 \begin_layout Plain Layout
28469 こまんど@コマンド ! M ! 
28470 \backslash
28471 multlinegap
28472 \end_layout
28473
28474 \end_inset
28475
28476
28477 \series default
28478 長は、一行めの左ページ余白からの距離を指定します。既定値は0
28479 \begin_inset space \thinspace{}
28480 \end_inset
28481
28482 ptの長さです。
28483 \end_layout
28484
28485 \begin_layout Standard
28486 以下は、上記の数式に
28487 \end_layout
28488
28489 \begin_layout Standard
28490
28491 \series bold
28492
28493 \backslash
28494 setlength{
28495 \backslash
28496 multlinegap}{2cm}
28497 \end_layout
28498
28499 \begin_layout Standard
28500 というコマンドを、TeXモードで直前に挿入した例です。
28501 \begin_inset ERT
28502 status collapsed
28503
28504 \begin_layout Plain Layout
28505
28506
28507 \backslash
28508 setlength{
28509 \backslash
28510 multlinegap}{2cm}
28511 \end_layout
28512
28513 \end_inset
28514
28515
28516 \begin_inset Formula 
28517 \begin{multline}
28518 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}\\
28519 \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}}\\
28520 =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}}
28521 \end{multline}
28522
28523 \end_inset
28524
28525
28526 \begin_inset ERT
28527 status collapsed
28528
28529 \begin_layout Plain Layout
28530
28531
28532 \backslash
28533 setlength{
28534 \backslash
28535 multlinegap}{0pt}
28536 \end_layout
28537
28538 \end_inset
28539
28540 二行めは、
28541 \series bold
28542
28543 \backslash
28544 shoveleft
28545 \series default
28546 を使って左揃えにしています。
28547 \end_layout
28548
28549 \begin_layout Subsection
28550 数式の一部の多行化
28551 \begin_inset CommandInset label
28552 LatexCommand label
28553 name "sub:数式の一部の多行化"
28554
28555 \end_inset
28556
28557
28558 \begin_inset Index idx
28559 status collapsed
28560
28561 \begin_layout Plain Layout
28562 すうしき@数式 ! たぎょう@多行 ! すうしきのいちぶ@数式の一部
28563 \end_layout
28564
28565 \end_inset
28566
28567
28568 \end_layout
28569
28570 \begin_layout Standard
28571 数式の一部分のみを多行表示したい場合には、
28572 \series bold
28573 aligned
28574 \series default
28575
28576 \series bold
28577 alignedat
28578 \series default
28579
28580 \series bold
28581 gathered
28582 \series default
28583
28584 \series bold
28585 split
28586 \series default
28587 のうちのいずれかの環境を使用します。これらは、
28588 \family sans
28589 挿入\SpecialChar \menuseparator
28590 数式
28591 \family default
28592 メニューか、本節で解説している各コマンドを使用して挿入することができます。
28593 \end_layout
28594
28595 \begin_layout Standard
28596 最初の三つの環境は、環境名から
28597 \series bold
28598 ed
28599 \series default
28600 を省いた同名の多行数式環境と同じ性格を持ちますが、環境の前後に数式を続けることが可能です。たとえば、
28601 \begin_inset Formula 
28602 \[
28603 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
28604 \Delta E\Delta t & \ge\frac{\hbar}{2}
28605 \end{aligned}
28606 \right\} \textrm{不確定性原理}
28607 \]
28608
28609 \end_inset
28610
28611
28612 \end_layout
28613
28614 \begin_layout Standard
28615 この数式を作るには、別行立て数式をまず作っておいて、そこに
28616 \series bold
28617
28618 \backslash
28619 aligned
28620 \begin_inset Index idx
28621 status collapsed
28622
28623 \begin_layout Plain Layout
28624 こまんど@コマンド ! A ! 
28625 \backslash
28626 aligned
28627 \end_layout
28628
28629 \end_inset
28630
28631
28632 \series default
28633 コマンドを挿入しています。紫枠の中に青枠が現れるので、そこに必要に応じて、列や行を加えていきます。この多行環境の外には、括弧などの他の数式要素を入れることができ
28634 ます。
28635 \end_layout
28636
28637 \begin_layout Standard
28638 aligned環境は、長い数式を水平方向を揃えて表示するのにも向いています。別行立て数式内でalignedを用いるようにすると、数式番号を行末の、数式全高の中心
28639 に配置できる利点があります。以下に例として、
28640 \begin_inset CommandInset ref
28641 LatexCommand eqref
28642 reference "eq:shortlong"
28643
28644 \end_inset
28645
28646 式にaligned環境を適用したものを示します。
28647 \begin_inset Formula 
28648 \begin{equation}
28649 \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}|}\\
28650  & -\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}|}
28651 \end{aligned}
28652 \end{equation}
28653
28654 \end_inset
28655
28656
28657 \end_layout
28658
28659 \begin_layout Standard
28660
28661 \series bold
28662 alignedat
28663 \series default
28664
28665 \series bold
28666 gathered
28667 \series default
28668
28669 \series bold
28670 split
28671 \series default
28672 の各環境を使うには、それぞれ
28673 \series bold
28674
28675 \backslash
28676 alignedat
28677 \series default
28678
28679 \begin_inset Index idx
28680 status collapsed
28681
28682 \begin_layout Plain Layout
28683 こまんど@コマンド ! A ! 
28684 \backslash
28685 alignedat
28686 \end_layout
28687
28688 \end_inset
28689
28690
28691 \series bold
28692
28693 \backslash
28694 gathered
28695 \series default
28696
28697 \begin_inset Index idx
28698 status collapsed
28699
28700 \begin_layout Plain Layout
28701 こまんど@コマンド ! G ! 
28702 \backslash
28703 gathered
28704 \end_layout
28705
28706 \end_inset
28707
28708
28709 \series bold
28710
28711 \backslash
28712 split
28713 \series default
28714
28715 \begin_inset Index idx
28716 status collapsed
28717
28718 \begin_layout Plain Layout
28719 こまんど@コマンド ! S ! 
28720 \backslash
28721 split
28722 \end_layout
28723
28724 \end_inset
28725
28726 の各コマンドを挿入します。split環境は、aligned環境と同じ性格を持ちますが、二つの列しか作ることができません。
28727 \end_layout
28728
28729 \begin_layout Subsection
28730 多行数式中のテキスト
28731 \begin_inset CommandInset label
28732 LatexCommand label
28733 name "sub:多行数式中のテキスト"
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 \begin_inset Index idx
28749 status collapsed
28750
28751 \begin_layout Plain Layout
28752 すうしき@数式 ! たぎょう@多行 ! てきすと@テキスト
28753 \end_layout
28754
28755 \end_inset
28756
28757
28758 \end_layout
28759
28760 \begin_layout Standard
28761 各align系環境およびmultline・gather環境では、独立した行に列揃えの影響を受けない形でテキストを挿入することができます。これを行うには、以下の書
28762 式を持つ
28763 \series bold
28764
28765 \backslash
28766 intertext
28767 \series default
28768
28769 \begin_inset Index idx
28770 status collapsed
28771
28772 \begin_layout Plain Layout
28773 こまんど@コマンド ! I ! 
28774 \backslash
28775 intertext
28776 \end_layout
28777
28778 \end_inset
28779
28780 コマンドを使います。
28781 \end_layout
28782
28783 \begin_layout Standard
28784
28785 \series bold
28786
28787 \backslash
28788 intertext{テキスト}
28789 \end_layout
28790
28791 \begin_layout Standard
28792 テキストのハイフネーションを行うことはできないので、テキストは一行に収めなくてはなりません。LyXは、現時点では
28793 \series bold
28794
28795 \backslash
28796 intertext
28797 \series default
28798 を直接サポートしていないので、テキストは数式テキストとして書き入れます。ここで、
28799 \series bold
28800
28801 \backslash
28802 intertext
28803 \series default
28804 は行頭になくてはならず、当該行の上に出力されます。以下は、二行めの行頭にテキストを入れた例です。
28805 \begin_inset Formula 
28806 \begin{align}
28807 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
28808 \intertext{\text{被積分函数は\ensuremath{\phi=\pi}において対称なので、}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
28809 \end{align}
28810
28811 \end_inset
28812
28813
28814 \begin_inset Newpage newpage
28815 \end_inset
28816
28817
28818 \end_layout
28819
28820 \begin_layout Section
28821 数式番号
28822 \begin_inset Index idx
28823 status collapsed
28824
28825 \begin_layout Plain Layout
28826 すうしきばんごう@数式番号
28827 \end_layout
28828
28829 \end_inset
28830
28831
28832 \begin_inset Index idx
28833 status collapsed
28834
28835 \begin_layout Plain Layout
28836 すうしき@数式 ! ばんごう@番号|see
28837 \begin_inset ERT
28838 status collapsed
28839
28840 \begin_layout Plain Layout
28841
28842 {
28843 \end_layout
28844
28845 \end_inset
28846
28847 数式番号
28848 \begin_inset ERT
28849 status collapsed
28850
28851 \begin_layout Plain Layout
28852
28853 }
28854 \end_layout
28855
28856 \end_inset
28857
28858
28859 \end_layout
28860
28861 \end_inset
28862
28863
28864 \end_layout
28865
28866 \begin_layout Subsection
28867 概要
28868 \end_layout
28869
28870 \begin_layout Standard
28871 付番数式は、
28872 \family sans
28873 挿入\SpecialChar \menuseparator
28874 数式\SpecialChar \menuseparator
28875 付番数式
28876 \family default
28877 メニュー(
28878 \begin_inset Flex Ruby
28879 status collapsed
28880
28881 \begin_layout Plain Layout
28882 捷径
28883 \begin_inset Argument post:1
28884 status collapsed
28885
28886 \begin_layout Plain Layout
28887 ショートカット
28888 \end_layout
28889
28890 \end_inset
28891
28892
28893 \end_layout
28894
28895 \end_inset
28896
28897
28898 \family sans
28899 Ctrl+Alt
28900 \begin_inset space ~
28901 \end_inset
28902
28903 N
28904 \family default
28905 )で作ることができます。既存の数式に番号を振るには、
28906 \family sans
28907 編集\SpecialChar \menuseparator
28908 数式\SpecialChar \menuseparator
28909 数式全体を付番
28910 \family default
28911 メニュー(捷径
28912 \begin_inset Info
28913 type  "shortcut"
28914 arg   "math-number-toggle"
28915 \end_inset
28916
28917 )を使います。LyX中において数式番号は、数式の後に括弧に囲まれた「#」で表されます。「#」は、実際の出力では数式番号に置き換えられます。
28918 \end_layout
28919
28920 \begin_layout Standard
28921 多行数式で付番が有効になっているときには、すべての行に番号が振られます。ただし、
28922 \family sans
28923 編集\SpecialChar \menuseparator
28924 数式\SpecialChar \menuseparator
28925 この行を付番
28926 \family default
28927 メニュー(捷径
28928 \begin_inset Info
28929 type  "shortcut"
28930 arg   "math-number-line-toggle"
28931 \end_inset
28932
28933 )を使用すれば、各行毎に付番するかどうか指定することができます。
28934 \end_layout
28935
28936 \begin_layout Standard
28937 行内数式を除いて、すべての数式は二通りの様式で番号を振ることができます。第
28938 \begin_inset CommandInset ref
28939 LatexCommand ref
28940 reference "sec:数式様式"
28941
28942 \end_inset
28943
28944 節をご覧下さい。
28945 \end_layout
28946
28947 \begin_layout Subsection
28948 相互参照
28949 \begin_inset Index idx
28950 status collapsed
28951
28952 \begin_layout Plain Layout
28953 そうごさんしょう@相互参照 ! すうしきへの@数式への
28954 \end_layout
28955
28956 \end_inset
28957
28958
28959 \end_layout
28960
28961 \begin_layout Standard
28962 ラベルを付けた数式は、すべて相互参照することができます。ラベルは、
28963 \family sans
28964 挿入\SpecialChar \menuseparator
28965 ラベル
28966 \family default
28967 メニューか、ツールバーボタンの
28968 \begin_inset Graphics
28969         filename ../../images/label-insert.png
28970         scale 85
28971
28972 \end_inset
28973
28974 で付けることができます。このとき、カーソルは別行立て数式の中になくてはなりません。すると、テキストフィールドの中に
28975 \series bold
28976 eq:と
28977 \series default
28978 いう接頭語の入ったダイアログが現れるので、接頭語の後にラベルを挿入します。この既定の接頭辞は「equation(数式)」を意味し、こうして数式ラベルであるとの標
28979 を付けることによって、節ラベルなどから区別し、大きな文書の中でラベルを見つけるのを容易にします。ラベルを変更するには、
28980 \family sans
28981 挿入\SpecialChar \menuseparator
28982 ラベル
28983 \family default
28984 メニューをもういちど使って下さい。
28985 \end_layout
28986
28987 \begin_layout Standard
28988 LyX中でラベル名は、数式の後ろに、二つの括弧に囲まれて表示されます。ラベル付きの数式はつねに付番されます。
28989 \end_layout
28990
28991 \begin_layout Standard
28992 相互参照は、
28993 \family sans
28994 挿入\SpecialChar \menuseparator
28995 相互参照
28996 \family default
28997 メニューかツールバーボタンの
28998 \begin_inset Graphics
28999         filename ../../images/dialog-show-new-inset_ref.png
29000         scale 85
29001
29002 \end_inset
29003
29004 を使って挿入します。数式相互参照は、出力では数式番号として表示されます。相互参照ダイアログで「
29005 \series bold
29006 (<参照>)
29007 \series default
29008 」書式を選択した場合には、出力での相互参照は、括弧に囲まれた数式番号として表示されます。
29009 \begin_inset Newline newline
29010 \end_inset
29011
29012 LyX中で相互参照を右クリックすると、参照先の数式に移動することができます。
29013 \end_layout
29014
29015 \begin_layout Standard
29016 以下は、後の各小節に現れる数式への相互参照を含む例です。
29017 \begin_inset Note Note
29018 status open
29019
29020 \begin_layout Plain Layout
29021 相互参照の型の違いに留意してください。
29022 \end_layout
29023
29024 \end_inset
29025
29026
29027 \end_layout
29028
29029 \begin_layout Standard
29030 \begin_inset CommandInset ref
29031 LatexCommand eqref
29032 reference "eq:tag"
29033
29034 \end_inset
29035
29036 式と
29037 \begin_inset CommandInset ref
29038 LatexCommand eqref
29039 reference "eq:c"
29040
29041 \end_inset
29042
29043 式は、等価です。(
29044 \begin_inset CommandInset ref
29045 LatexCommand ref
29046 reference "eq:Rom"
29047
29048 \end_inset
29049
29050 )式とは異なり、(
29051 \begin_inset CommandInset ref
29052 LatexCommand ref
29053 reference "eq:Lat"
29054
29055 \end_inset
29056
29057 )式では、付番にラテン数字を使用しています。
29058 \end_layout
29059
29060 \begin_layout Standard
29061 \begin_inset VSpace medskip
29062 \end_inset
29063
29064
29065 \series bold
29066
29067 \backslash
29068 tag
29069 \begin_inset Foot
29070 status collapsed
29071
29072 \begin_layout Plain Layout
29073
29074 \series bold
29075
29076 \backslash
29077 tag
29078 \series default
29079 は、第
29080 \begin_inset CommandInset ref
29081 LatexCommand ref
29082 reference "sub:ユーザー定義番号"
29083
29084 \end_inset
29085
29086 節に説明があります。
29087 \end_layout
29088
29089 \end_inset
29090
29091
29092 \series default
29093 の引数が、第
29094 \begin_inset CommandInset ref
29095 LatexCommand ref
29096 reference "sub:段落ボックス"
29097
29098 \end_inset
29099
29100 節で述べたボックスを含んでいるときには、その数式を参照することはできません。
29101 \end_layout
29102
29103 \begin_layout Subsection
29104 細目番号
29105 \begin_inset Index idx
29106 status collapsed
29107
29108 \begin_layout Plain Layout
29109 すうしきばんごう@数式番号 ! さいもくばんごう@細目番号
29110 \end_layout
29111
29112 \end_inset
29113
29114
29115 \end_layout
29116
29117 \begin_layout Standard
29118
29119 \series bold
29120
29121 \backslash
29122 begin{subequations}
29123 \series default
29124 および
29125 \series bold
29126
29127 \backslash
29128 end{subequations}
29129 \series default
29130 コマンドを使うと、数式に細目番号を付けることができます。これらのコマンドは、TeXモードで入れます。
29131 \end_layout
29132
29133 \begin_layout Standard
29134 たとえば、
29135 \begin_inset Formula 
29136 \begin{equation}
29137 A=C-B\label{eq:a}
29138 \end{equation}
29139
29140 \end_inset
29141
29142
29143 \begin_inset ERT
29144 status collapsed
29145
29146 \begin_layout Plain Layout
29147
29148
29149 \backslash
29150 addtocounter{equation}{-1}
29151 \end_layout
29152
29153 \end_inset
29154
29155
29156 \begin_inset ERT
29157 status collapsed
29158
29159 \begin_layout Plain Layout
29160
29161
29162 \backslash
29163 begin{subequations}
29164 \end_layout
29165
29166 \end_inset
29167
29168
29169 \begin_inset VSpace -5mm
29170 \end_inset
29171
29172
29173 \begin_inset Formula 
29174 \begin{equation}
29175 B=C-A\label{eq:b}
29176 \end{equation}
29177
29178 \end_inset
29179
29180
29181 \begin_inset Formula 
29182 \begin{equation}
29183 C=A+B\label{eq:c}
29184 \end{equation}
29185
29186 \end_inset
29187
29188
29189 \end_layout
29190
29191 \begin_layout Standard
29192 \begin_inset ERT
29193 status collapsed
29194
29195 \begin_layout Plain Layout
29196
29197
29198 \backslash
29199 end{subequations}
29200 \end_layout
29201
29202 \end_inset
29203
29204
29205 \end_layout
29206
29207 \begin_layout Standard
29208 この例を作るには、次のようにします。
29209 \end_layout
29210
29211 \begin_layout Enumerate
29212 一つめの数式を入力します。
29213 \end_layout
29214
29215 \begin_layout Enumerate
29216 一つめの数式の後に
29217 \begin_inset Newline newline
29218 \end_inset
29219
29220
29221 \series bold
29222
29223 \backslash
29224 addtocounter{equation}{-1} 
29225 \backslash
29226 begin{subequations}
29227 \begin_inset Index idx
29228 status collapsed
29229
29230 \begin_layout Plain Layout
29231 こまんど@コマンド ! A ! 
29232 \backslash
29233 addtocounter
29234 \end_layout
29235
29236 \end_inset
29237
29238
29239 \begin_inset Newline newline
29240 \end_inset
29241
29242
29243 \series default
29244 を入力します。
29245 \end_layout
29246
29247 \begin_layout Enumerate
29248 二つめの数式を入力します。
29249 \end_layout
29250
29251 \begin_layout Enumerate
29252 三つめの数式を入力します。
29253 \end_layout
29254
29255 \begin_layout Enumerate
29256 三つめの数式の後に、
29257 \series bold
29258
29259 \backslash
29260 end{subequations}
29261 \series default
29262 を入力します。
29263 \end_layout
29264
29265 \begin_layout Standard
29266
29267 \series bold
29268
29269 \backslash
29270 begin
29271 \series default
29272 コマンドと
29273 \series bold
29274
29275 \backslash
29276 end
29277 \series default
29278 コマンドのあいだの数式はすべて、a・b・
29279 \begin_inset Newline linebreak
29280 \end_inset
29281
29282 c\SpecialChar \ldots{}
29283 のように細目番号が振られます。多行数式の場合は、すべての行に細目番号が振られます。細目番号が振られた数式はすべて、
29284 \emph on
29285 ひとつの
29286 \emph default
29287 付番数式として扱われますが、それぞれの付番数式が
29288 \series bold
29289 equation
29290 \series default
29291 カウンタを一つずつ進めてしまうので、
29292 \series bold
29293
29294 \backslash
29295 addtocounter
29296 \series default
29297 コマンドを使ってカウンタを戻さなくてはなりません。これを怠ると、
29298 \begin_inset CommandInset ref
29299 LatexCommand eqref
29300 reference "eq:a"
29301
29302 \end_inset
29303
29304 式・
29305 \begin_inset CommandInset ref
29306 LatexCommand eqref
29307 reference "eq:b"
29308
29309 \end_inset
29310
29311 式・
29312 \begin_inset CommandInset ref
29313 LatexCommand eqref
29314 reference "eq:c"
29315
29316 \end_inset
29317
29318 式は、それぞれ
29319 \begin_inset CommandInset ref
29320 LatexCommand eqref
29321 reference "eq:a"
29322
29323 \end_inset
29324
29325 式・
29326 \begin_inset CommandInset ref
29327 LatexCommand eqref
29328 reference "eq:d"
29329
29330 \end_inset
29331
29332 式・
29333 \begin_inset CommandInset ref
29334 LatexCommand eqref
29335 reference "eq:f"
29336
29337 \end_inset
29338
29339 式として番号が振られてしまいます。
29340 \end_layout
29341
29342 \begin_layout Standard
29343 上記のように、コマンドをTeXモードで入れると、最初の二つの数式のあいだに空白が生じてしまいます。これを戻すために、-5
29344 \begin_inset space \thinspace{}
29345 \end_inset
29346
29347 mmの垂直空白を
29348 \series bold
29349
29350 \backslash
29351 begin{subequations}
29352 \series default
29353 コマンドの後に入れています。数式様式として
29354 \series bold
29355 行頭下げ
29356 \begin_inset Foot
29357 status collapsed
29358
29359 \begin_layout Plain Layout
29360
29361 \series bold
29362 数式様式に関しては、第
29363 \series default
29364
29365 \begin_inset CommandInset ref
29366 LatexCommand ref
29367 reference "sec:数式様式"
29368
29369 \end_inset
29370
29371 節を参照。
29372 \end_layout
29373
29374 \end_inset
29375
29376
29377 \series default
29378 を用いているときには、これを-7
29379 \begin_inset space \thinspace{}
29380 \end_inset
29381
29382 mm空白にしてください。
29383 \end_layout
29384
29385 \begin_layout Standard
29386 以下は、二行めのみ付番を無効にしている多行数式の例です。
29387 \begin_inset ERT
29388 status collapsed
29389
29390 \begin_layout Plain Layout
29391
29392
29393 \backslash
29394 begin{subequations}
29395 \end_layout
29396
29397 \end_inset
29398
29399
29400 \begin_inset Formula 
29401 \begin{eqnarray}
29402 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
29403  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
29404  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
29405 \end{eqnarray}
29406
29407 \end_inset
29408
29409
29410 \begin_inset ERT
29411 status collapsed
29412
29413 \begin_layout Plain Layout
29414
29415
29416 \backslash
29417 end{subequations}
29418 \end_layout
29419
29420 \end_inset
29421
29422
29423 \end_layout
29424
29425 \begin_layout Subsection
29426 ユーザー定義番号
29427 \begin_inset CommandInset label
29428 LatexCommand label
29429 name "sub:ユーザー定義番号"
29430
29431 \end_inset
29432
29433
29434 \begin_inset Index idx
29435 status collapsed
29436
29437 \begin_layout Plain Layout
29438 すうしきばんごう@数式番号 ! ゆーざーていぎ@ユーザー定義
29439 \end_layout
29440
29441 \end_inset
29442
29443
29444 \end_layout
29445
29446 \begin_layout Standard
29447 \begin_inset Index idx
29448 status collapsed
29449
29450 \begin_layout Plain Layout
29451 すうしきばんごう@数式番号 ! じこていぎくぎり@自己定義区切り
29452 \end_layout
29453
29454 \end_inset
29455
29456 標準の付番では、数式番号の周りに括弧が表示されます。括弧をたとえば縦棒に置き換えるには、LaTeXプリアンブルに以下の行を付け加えます。
29457 \end_layout
29458
29459 \begin_layout Standard
29460
29461 \series bold
29462
29463 \backslash
29464 def
29465 \backslash
29466 tagform@#1{
29467 \backslash
29468 maketag@@@{
29469 \series default
29470
29471 \begin_inset Formula $\boldsymbol{|}$
29472 \end_inset
29473
29474
29475 \series bold
29476 #1
29477 \series default
29478
29479 \begin_inset Formula $\boldsymbol{|}$
29480 \end_inset
29481
29482
29483 \series bold
29484 }}
29485 \series default
29486
29487 \begin_inset Note Note
29488 status collapsed
29489
29490 \begin_layout Plain Layout
29491 このマクロは、テスト用にLaTeXプリアンブルで既に宣言されています。これを有効にするには、最初のパーセント記号を取り除いて下さい。
29492 \end_layout
29493
29494 \end_inset
29495
29496
29497 \end_layout
29498
29499 \begin_layout Standard
29500 他の記号を使いたいときには、
29501 \series bold
29502 #1
29503 \series default
29504 脇の縦棒を一つないし複数の文字で置き換えて下さい。数式番号だけで良い時は、縦棒を削除して下さい。
29505 \end_layout
29506
29507 \begin_layout Standard
29508 \begin_inset VSpace bigskip
29509 \end_inset
29510
29511 数式の後ろに、括弧に囲まれた連番の代わりに、何かしらの表現が欲しいときには、以下のように
29512 \series bold
29513
29514 \backslash
29515 tag
29516 \series default
29517
29518 \begin_inset Index idx
29519 status collapsed
29520
29521 \begin_layout Plain Layout
29522 こまんど@コマンド ! T ! 
29523 \backslash
29524 tag
29525 \end_layout
29526
29527 \end_inset
29528
29529 コマンドを使います。
29530 \begin_inset Formula 
29531 \begin{equation}
29532 A+B=C\tag{何とかかんとか}\label{eq:tag}
29533 \end{equation}
29534
29535 \end_inset
29536
29537 上記の例では、
29538 \series bold
29539
29540 \backslash
29541 tag
29542 \begin_inset space \textvisiblespace{}
29543 \end_inset
29544
29545 何とかかんとか
29546 \series default
29547 というコマンドを数式に打ち込んでいます。
29548 \end_layout
29549
29550 \begin_layout Standard
29551 代わりに
29552 \series bold
29553
29554 \backslash
29555 tag*
29556 \begin_inset space \textvisiblespace{}
29557 \end_inset
29558
29559 何とかかんとか
29560 \series default
29561 というコマンドを使うと、星印は表現の周りの括弧を抑制するので、以下のようになります。
29562 \begin_inset Formula 
29563 \[
29564 A+B=C\tag*{something}
29565 \]
29566
29567 \end_inset
29568
29569
29570 \end_layout
29571
29572 \begin_layout Standard
29573 \begin_inset VSpace bigskip
29574 \end_inset
29575
29576 数式番号を、文書中の新しい部門や節ごとに振りなおしたいときには、部に関しては
29577 \begin_inset Newline newline
29578 \end_inset
29579
29580
29581 \series bold
29582
29583 \backslash
29584 @addtoreset{equation}{part}
29585 \series default
29586
29587 \begin_inset Index idx
29588 status collapsed
29589
29590 \begin_layout Plain Layout
29591 こまんど@コマンド ! 
29592 \begin_inset ERT
29593 status collapsed
29594
29595 \begin_layout Plain Layout
29596
29597 "
29598 \end_layout
29599
29600 \end_inset
29601
29602 @
29603 \begin_inset ERT
29604 status collapsed
29605
29606 \begin_layout Plain Layout
29607
29608 "
29609 \end_layout
29610
29611 \end_inset
29612
29613  ! 
29614 \backslash
29615
29616 \begin_inset ERT
29617 status collapsed
29618
29619 \begin_layout Plain Layout
29620
29621 "
29622 \end_layout
29623
29624 \end_inset
29625
29626 @
29627 \begin_inset ERT
29628 status collapsed
29629
29630 \begin_layout Plain Layout
29631
29632 "
29633 \end_layout
29634
29635 \end_inset
29636
29637 addtoreset
29638 \end_layout
29639
29640 \end_inset
29641
29642
29643 \begin_inset Newline newline
29644 \end_inset
29645
29646 節に関しては
29647 \begin_inset Newline newline
29648 \end_inset
29649
29650
29651 \series bold
29652
29653 \backslash
29654 @addtoreset{equation}{section}
29655 \begin_inset Newline newline
29656 \end_inset
29657
29658
29659 \series default
29660 というコマンドを使います。
29661 \end_layout
29662
29663 \begin_layout Standard
29664 これらのコマンドをTeXモードで使えるようにするためには、
29665 \series bold
29666
29667 \backslash
29668 makeatletter
29669 \series default
29670 コマンドで「@」字をLaTeX中で「有効」にしてやらなくてはなりません。一方、
29671 \series bold
29672
29673 \backslash
29674 makeatother
29675 \series default
29676 コマンドはこれを無効にします。したがって、TeXモード中での上記コマンド列は、
29677 \end_layout
29678
29679 \begin_layout Standard
29680
29681 \series bold
29682
29683 \backslash
29684 makeatletter
29685 \begin_inset Newline newline
29686 \end_inset
29687
29688
29689 \backslash
29690 @addtoreset{equation}{section}
29691 \begin_inset Newline newline
29692 \end_inset
29693
29694
29695 \backslash
29696 makeatother
29697 \begin_inset Newline newline
29698 \end_inset
29699
29700
29701 \series default
29702 のようにならなくてはなりません。
29703 \end_layout
29704
29705 \begin_layout Standard
29706 LaTeXプリアンブル中では、
29707 \series bold
29708
29709 \backslash
29710 makeatletter
29711 \series default
29712
29713 \series bold
29714
29715 \backslash
29716 makeatother
29717 \series default
29718 は、LyXが内部的に自動で挿入するので省略してかまいません。
29719 \end_layout
29720
29721 \begin_layout Standard
29722
29723 \series bold
29724
29725 \backslash
29726 @addtoreset
29727 \series default
29728 を戻すには、まずLaTeXプリアンブル中に
29729 \end_layout
29730
29731 \begin_layout Standard
29732
29733 \series bold
29734
29735 \backslash
29736 usepackage{remreset}
29737 \end_layout
29738
29739 \begin_layout Standard
29740 という行を入れて、
29741 \series bold
29742 remreset.sty
29743 \series default
29744
29745 \begin_inset Foot
29746 status collapsed
29747
29748 \begin_layout Plain Layout
29749
29750 \series bold
29751 remreset
29752 \series default
29753 は、LaTeXパッケージの
29754 \series bold
29755 carlisle
29756 \series default
29757
29758 \begin_inset Index idx
29759 status collapsed
29760
29761 \begin_layout Plain Layout
29762 ぱっけーじ@パッケージ ! carlisle
29763 \end_layout
29764
29765 \end_inset
29766
29767 の一部として含まれており、LaTeX標準頒布版には含まれています。
29768 \end_layout
29769
29770 \end_inset
29771
29772
29773 \begin_inset Index idx
29774 status collapsed
29775
29776 \begin_layout Plain Layout
29777 ぱっけーじ@パッケージ ! remreset
29778 \end_layout
29779
29780 \end_inset
29781
29782 ファイルを読み込んでおかなくてはなりません。その後
29783 \begin_inset Newline newline
29784 \end_inset
29785
29786
29787 \series bold
29788
29789 \backslash
29790 @removefromreset
29791 \series default
29792
29793 \begin_inset Index idx
29794 status collapsed
29795
29796 \begin_layout Plain Layout
29797 こまんど@コマンド ! 
29798 \begin_inset ERT
29799 status collapsed
29800
29801 \begin_layout Plain Layout
29802
29803 "
29804 \end_layout
29805
29806 \end_inset
29807
29808 @
29809 \begin_inset ERT
29810 status collapsed
29811
29812 \begin_layout Plain Layout
29813
29814 "
29815 \end_layout
29816
29817 \end_inset
29818
29819  ! 
29820 \backslash
29821
29822 \begin_inset ERT
29823 status collapsed
29824
29825 \begin_layout Plain Layout
29826
29827 "
29828 \end_layout
29829
29830 \end_inset
29831
29832 @
29833 \begin_inset ERT
29834 status collapsed
29835
29836 \begin_layout Plain Layout
29837
29838 "
29839 \end_layout
29840
29841 \end_inset
29842
29843 removefromreset
29844 \end_layout
29845
29846 \end_inset
29847
29848 コマンドを
29849 \series bold
29850
29851 \backslash
29852 @addtoreset
29853 \series default
29854 と同じ書式で使用すると、
29855 \series bold
29856
29857 \backslash
29858 @addtoreset
29859 \series default
29860 を戻すことができます。
29861 \end_layout
29862
29863 \begin_layout Standard
29864 \begin_inset VSpace bigskip
29865 \end_inset
29866
29867 ときには、数式を
29868 \end_layout
29869
29870 \begin_layout Standard
29871
29872 \family typewriter
29873 (節番号.数式番号)
29874 \end_layout
29875
29876 \begin_layout Standard
29877 のような形で付番し、節ごとに数式番号を「1」から始めさせなくてはならないときがあります。
29878 \end_layout
29879
29880 \begin_layout Standard
29881 このような場合のために、
29882 \series bold
29883
29884 \backslash
29885 numberwithin
29886 \series default
29887
29888 \begin_inset Index idx
29889 status collapsed
29890
29891 \begin_layout Plain Layout
29892 こまんど@コマンド ! N ! 
29893 \backslash
29894 numberwithin
29895 \end_layout
29896
29897 \end_inset
29898
29899 というコマンドがあり、
29900 \end_layout
29901
29902 \begin_layout Standard
29903
29904 \series bold
29905
29906 \backslash
29907 numberwithin{カウンタ}{節階層}
29908 \end_layout
29909
29910 \begin_layout Standard
29911 という書式で用います。「カウンタ」は、どの番号を制御するかを表し、「節階層」は点の前に何の番号を振るのかを表します。
29912 \end_layout
29913
29914 \begin_layout Standard
29915 したがって、ここではLaTeXプリアンブルかTeXコードで
29916 \end_layout
29917
29918 \begin_layout Standard
29919
29920 \series bold
29921
29922 \backslash
29923 numberwithin{equation}{section}
29924 \end_layout
29925
29926 \begin_layout Standard
29927 という行を用いることにしましょう。その結果がこれです。
29928 \begin_inset ERT
29929 status collapsed
29930
29931 \begin_layout Plain Layout
29932
29933
29934 \backslash
29935 numberwithin{equation}{section}
29936 \end_layout
29937
29938 \end_inset
29939
29940
29941 \begin_inset Formula 
29942 \begin{equation}
29943 A+B=C
29944 \end{equation}
29945
29946 \end_inset
29947
29948
29949 \end_layout
29950
29951 \begin_layout Standard
29952 たとえば、部番号を節階層として使用して、表に付番を施すときには
29953 \begin_inset Newline newline
29954 \end_inset
29955
29956
29957 \series bold
29958
29959 \backslash
29960 numberwithin{table}{part}
29961 \series default
29962 を用います。
29963 \end_layout
29964
29965 \begin_layout Standard
29966 標準の付番方式に戻したいときや、この種の付番が文書クラスで定義されているときに、それを止めさせたい場合には、
29967 \end_layout
29968
29969 \begin_layout Standard
29970
29971 \series bold
29972
29973 \backslash
29974 renewcommand{
29975 \backslash
29976 theequation}{
29977 \backslash
29978 arabic{equation}}
29979 \begin_inset Index idx
29980 status collapsed
29981
29982 \begin_layout Plain Layout
29983 こまんど@コマンド ! A ! 
29984 \backslash
29985 arabic
29986 \end_layout
29987
29988 \end_inset
29989
29990
29991 \series default
29992
29993 \begin_inset ERT
29994 status collapsed
29995
29996 \begin_layout Plain Layout
29997
29998
29999 \backslash
30000 renewcommand{
30001 \backslash
30002 theequation}{
30003 \backslash
30004 arabic{equation}}
30005 \end_layout
30006
30007 \end_inset
30008
30009
30010 \series bold
30011
30012 \begin_inset Newline newline
30013 \end_inset
30014
30015
30016 \series default
30017 あるいは
30018 \series bold
30019
30020 \begin_inset Newline newline
30021 \end_inset
30022
30023
30024 \backslash
30025 renewcommand{
30026 \backslash
30027 thetable}{
30028 \backslash
30029 arabic{table}}
30030 \end_layout
30031
30032 \begin_layout Standard
30033 というコマンドをTeXコードとして入れるか、LaTeXプリアンブルに入れます。
30034 \series bold
30035
30036 \backslash
30037 numberwithin
30038 \series default
30039 は、内部的に上記で述べた
30040 \series bold
30041
30042 \backslash
30043 @addtoreset
30044 \series default
30045 コマンドを使用しているので、これも使用後は戻しておかなくてはなりません。
30046 \begin_inset ERT
30047 status collapsed
30048
30049 \begin_layout Plain Layout
30050
30051
30052 \backslash
30053 makeatletter
30054 \end_layout
30055
30056 \begin_layout Plain Layout
30057
30058
30059 \backslash
30060 @removefromreset{equation}{section}
30061 \end_layout
30062
30063 \begin_layout Plain Layout
30064
30065
30066 \backslash
30067 makeatother
30068 \end_layout
30069
30070 \end_inset
30071
30072
30073 \end_layout
30074
30075 \begin_layout Subsection
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 \begin_inset Index idx
30088 status collapsed
30089
30090 \begin_layout Plain Layout
30091 すうしきばんごう@数式番号 ! ろーますうじをつかった@ローマ数字を使った
30092 \end_layout
30093
30094 \end_inset
30095
30096
30097 \end_layout
30098
30099 \begin_layout Standard
30100 数式は、ローマ数字やラテン文字を使って付番することもできます。たとえば、小文字のローマ数字を使って付番するには、数式の前にTeXモードで
30101 \end_layout
30102
30103 \begin_layout Standard
30104
30105 \series bold
30106
30107 \backslash
30108 renewcommand{
30109 \backslash
30110 theequation}{
30111 \backslash
30112 roman{equation}}
30113 \end_layout
30114
30115 \begin_layout Standard
30116 というコマンドを入れます。
30117 \series bold
30118
30119 \backslash
30120 renewcommand
30121 \series default
30122
30123 \begin_inset Index idx
30124 status collapsed
30125
30126 \begin_layout Plain Layout
30127 こまんど@コマンド ! R ! 
30128 \backslash
30129 renewcommand
30130 \end_layout
30131
30132 \end_inset
30133
30134 は、定義済みのコマンド
30135 \series bold
30136
30137 \backslash
30138 theequation
30139 \series default
30140 をコマンド
30141 \series bold
30142
30143 \backslash
30144 roman{equation}
30145 \series default
30146 に再定義します
30147 \begin_inset Foot
30148 status collapsed
30149
30150 \begin_layout Plain Layout
30151
30152 \series bold
30153
30154 \backslash
30155 renewcommand
30156 \series default
30157 コマンドは、第
30158 \begin_inset CommandInset ref
30159 LatexCommand ref
30160 reference "sub:newcommandコマンド"
30161
30162 \end_inset
30163
30164 節に述べられている
30165 \series bold
30166
30167 \backslash
30168 newcommand
30169 \series default
30170 コマンドと同じ書式を持ちます。
30171 \end_layout
30172
30173 \end_inset
30174
30175 。ここで、
30176 \series bold
30177 equation
30178 \series default
30179 は数式カウンタです。コマンド
30180 \series bold
30181
30182 \backslash
30183 the
30184 \series default
30185 をカウンタの接頭辞として使用すると、カウンタの値がアラビア数字として出力されます。数式に番号を振ると、LaTeXは、内部的に
30186 \series bold
30187
30188 \backslash
30189 theequation
30190 \series default
30191 コマンドを数式の後ろに置くのです。
30192 \series bold
30193
30194 \backslash
30195 roman{equation}
30196 \begin_inset Index idx
30197 status collapsed
30198
30199 \begin_layout Plain Layout
30200 こまんど@コマンド ! R ! 
30201 \backslash
30202 roman
30203 \end_layout
30204
30205 \end_inset
30206
30207
30208 \series default
30209 は、カウンタを小文字のローマ数字として出力します。
30210 \end_layout
30211
30212 \begin_layout Standard
30213 こうして、
30214 \series bold
30215
30216 \backslash
30217 renew
30218 \series default
30219 c
30220 \series bold
30221 ommand
30222 \series default
30223 コマンド以降の数式はすべて、ローマ数字で付番されるようになります。大文字のローマ数字での付番に切り替えたいときは、同じコマンドの
30224 \series bold
30225
30226 \backslash
30227 roman
30228 \series default
30229 の部分を
30230 \series bold
30231
30232 \backslash
30233 Roman
30234 \series default
30235
30236 \begin_inset Index idx
30237 status collapsed
30238
30239 \begin_layout Plain Layout
30240 こまんど@コマンド ! R ! 
30241 \backslash
30242 roman@
30243 \backslash
30244 Roman
30245 \end_layout
30246
30247 \end_inset
30248
30249 に変えて挿入します。また、小文字ラテン文字を使って「付番」したいときのために、
30250 \series bold
30251
30252 \backslash
30253 alph
30254 \series default
30255
30256 \begin_inset Index idx
30257 status collapsed
30258
30259 \begin_layout Plain Layout
30260 こまんど@コマンド ! A ! 
30261 \backslash
30262 alph
30263 \end_layout
30264
30265 \end_inset
30266
30267 コマンドがあり、大文字ラテン文字を使って付番したいときのためには、
30268 \series bold
30269
30270 \backslash
30271 Alph
30272 \series default
30273
30274 \begin_inset Index idx
30275 status collapsed
30276
30277 \begin_layout Plain Layout
30278 こまんど@コマンド ! A ! 
30279 \backslash
30280 alph@
30281 \backslash
30282 Alph
30283 \end_layout
30284
30285 \end_inset
30286
30287 コマンドがあります。
30288 \end_layout
30289
30290 \begin_layout Standard
30291 \begin_inset Note Greyedout
30292 status open
30293
30294 \begin_layout Plain Layout
30295
30296 \series bold
30297 【註】
30298 \series default
30299 ラテン文字を使うと、一つの文書の中で、最大26個の数式しか番号を振ることができません。
30300 \end_layout
30301
30302 \end_inset
30303
30304
30305 \end_layout
30306
30307 \begin_layout Standard
30308 \begin_inset ERT
30309 status collapsed
30310
30311 \begin_layout Plain Layout
30312
30313
30314 \backslash
30315 renewcommand{
30316 \backslash
30317 theequation}{
30318 \backslash
30319 roman{equation}}
30320 \end_layout
30321
30322 \end_inset
30323
30324
30325 \end_layout
30326
30327 \begin_layout Standard
30328 \begin_inset Formula 
30329 \begin{equation}
30330 A=\textrm{小文字ローマ数字}
30331 \end{equation}
30332
30333 \end_inset
30334
30335
30336 \begin_inset ERT
30337 status collapsed
30338
30339 \begin_layout Plain Layout
30340
30341
30342 \backslash
30343 renewcommand{
30344 \backslash
30345 theequation}{
30346 \backslash
30347 Roman{equation}}
30348 \end_layout
30349
30350 \end_inset
30351
30352
30353 \begin_inset Formula 
30354 \begin{equation}
30355 B=\textrm{大文字ローマ数字}\label{eq:Rom}
30356 \end{equation}
30357
30358 \end_inset
30359
30360
30361 \begin_inset ERT
30362 status collapsed
30363
30364 \begin_layout Plain Layout
30365
30366
30367 \backslash
30368 renewcommand{
30369 \backslash
30370 theequation}{
30371 \backslash
30372 alph{equation}}
30373 \end_layout
30374
30375 \end_inset
30376
30377
30378 \begin_inset Formula 
30379 \begin{equation}
30380 C=\textrm{小文字ラテン文字}
30381 \end{equation}
30382
30383 \end_inset
30384
30385
30386 \begin_inset ERT
30387 status collapsed
30388
30389 \begin_layout Plain Layout
30390
30391
30392 \backslash
30393 renewcommand{
30394 \backslash
30395 theequation}{
30396 \backslash
30397 Alph{equation}}
30398 \end_layout
30399
30400 \end_inset
30401
30402
30403 \begin_inset Formula 
30404 \begin{equation}
30405 D=\textrm{大文字ラテン文字}\label{eq:Lat}
30406 \end{equation}
30407
30408 \end_inset
30409
30410
30411 \end_layout
30412
30413 \begin_layout Standard
30414 既定の付番方式に戻すには、以下のコマンドを挿入してください。
30415 \end_layout
30416
30417 \begin_layout Standard
30418
30419 \series bold
30420
30421 \backslash
30422 renewcommand{
30423 \backslash
30424 theequation}{
30425 \backslash
30426 arabic{equation}}
30427 \begin_inset Index idx
30428 status collapsed
30429
30430 \begin_layout Plain Layout
30431 こまんど@コマンド ! A ! 
30432 \backslash
30433 arabic
30434 \end_layout
30435
30436 \end_inset
30437
30438
30439 \end_layout
30440
30441 \begin_layout Standard
30442 \begin_inset ERT
30443 status collapsed
30444
30445 \begin_layout Plain Layout
30446
30447
30448 \backslash
30449 renewcommand{
30450 \backslash
30451 theequation}{
30452 \backslash
30453 arabic{equation}}
30454 \end_layout
30455
30456 \end_inset
30457
30458
30459 \begin_inset Formula 
30460 \begin{equation}
30461 E=\textrm{アラビア数字}
30462 \end{equation}
30463
30464 \end_inset
30465
30466
30467 \end_layout
30468
30469 \begin_layout Standard
30470 \begin_inset VSpace medskip
30471 \end_inset
30472
30473 以上からわかるとおり、付番様式の違いに関わらず、数式番号は連番で振られます。様式変更時に「1」から番号が始まるようにするためには、新しい数式カウンタを定義しなく
30474 てはなりません。この点に関する説明は、ファイル
30475 \begin_inset CommandInset href
30476 LatexCommand href
30477 name "Formula-numbering.lyx"
30478 target "run:Formula-numbering.lyx"
30479
30480 \end_inset
30481
30482 にあります。
30483 \end_layout
30484
30485 \begin_layout Section
30486 化学記号と化学式
30487 \begin_inset CommandInset label
30488 LatexCommand label
30489 name "sub:化学記号と化学式"
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 \begin_inset Index idx
30515 status collapsed
30516
30517 \begin_layout Plain Layout
30518 きごう@記号 ! かがく@化学
30519 \end_layout
30520
30521 \end_inset
30522
30523
30524 \end_layout
30525
30526 \begin_layout Standard
30527 以下は、化学関係の文章の例です。
30528 \end_layout
30529
30530 \begin_layout Quote
30531 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
30532 \end_inset
30533
30534 イオンは、2つの
30535 \begin_inset Formula $\mathrm{Na^{+}}$
30536 \end_inset
30537
30538 イオンと反応して、硫酸化塩
30539 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
30540 \end_inset
30541
30542 を形成します。この化学式は以下のようになります。
30543 \begin_inset Formula 
30544 \begin{equation}
30545 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chem-reaction}
30546 \end{equation}
30547
30548 \end_inset
30549
30550
30551 \end_layout
30552
30553 \begin_layout Standard
30554 この化学式は、直接数式として作成することができます。記号がイタリック体として表示されることを防ぐには、全体を選択してから
30555 \begin_inset Flex Ruby
30556 status collapsed
30557
30558 \begin_layout Plain Layout
30559 捷径
30560 \begin_inset Argument post:1
30561 status collapsed
30562
30563 \begin_layout Plain Layout
30564 ショートカット
30565 \end_layout
30566
30567 \end_inset
30568
30569
30570 \end_layout
30571
30572 \end_inset
30573
30574
30575 \begin_inset Info
30576 type  "shortcut"
30577 arg   "font-roman"
30578 \end_inset
30579
30580 を押せば、アップライトフォント様式に変更することができます
30581 \begin_inset Foot
30582 status collapsed
30583
30584 \begin_layout Plain Layout
30585 フォント様式に関しては、第
30586 \begin_inset CommandInset ref
30587 LatexCommand ref
30588 reference "sub:書体様式"
30589
30590 \end_inset
30591
30592 節を参照のこと。
30593 \end_layout
30594
30595 \end_inset
30596
30597
30598 \end_layout
30599
30600 \begin_layout Standard
30601 化学式を組版するのにもう少し便利な方法は、LaTeXパッケージ
30602 \series bold
30603 mhchem
30604 \series default
30605
30606 \begin_inset Index idx
30607 status collapsed
30608
30609 \begin_layout Plain Layout
30610 ぱっけーじ@パッケージ ! mhchem
30611 \end_layout
30612
30613 \end_inset
30614
30615 が導入されているときに使用することができる
30616 \series bold
30617
30618 \backslash
30619 ce
30620 \series default
30621
30622 \begin_inset Index idx
30623 status collapsed
30624
30625 \begin_layout Plain Layout
30626 こまんど@コマンド ! C ! 
30627 \backslash
30628 ce
30629 \end_layout
30630
30631 \end_inset
30632
30633 コマンドを使用することです。
30634 \series bold
30635
30636 \backslash
30637 ce
30638 \series default
30639 を数式に入力すると、新しい青いボックスが現れ、直感的に化学式を入力することができます。
30640 \end_layout
30641
30642 \begin_layout Standard
30643 \align center
30644 \begin_inset Tabular
30645 <lyxtabular version="3" rows="9" columns="2">
30646 <features rotate="0" tabularvalignment="middle">
30647 <column alignment="center" valignment="top">
30648 <column alignment="center" valignment="top">
30649 <row>
30650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30651 \begin_inset Text
30652
30653 \begin_layout Plain Layout
30654 コマンド
30655 \end_layout
30656
30657 \end_inset
30658 </cell>
30659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30660 \begin_inset Text
30661
30662 \begin_layout Plain Layout
30663 出力
30664 \begin_inset Note Note
30665 status collapsed
30666
30667 \begin_layout Plain Layout
30668
30669 \series bold
30670
30671 \backslash
30672 raisebox
30673 \series default
30674 はスペーサーとしてのみ使用されています。
30675 \end_layout
30676
30677 \end_inset
30678
30679
30680 \end_layout
30681
30682 \end_inset
30683 </cell>
30684 </row>
30685 <row>
30686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30687 \begin_inset Text
30688
30689 \begin_layout Plain Layout
30690
30691 \backslash
30692 ce
30693 \begin_inset space \textvisiblespace{}
30694 \end_inset
30695
30696 H2CO3
30697 \end_layout
30698
30699 \end_inset
30700 </cell>
30701 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30702 \begin_inset Text
30703
30704 \begin_layout Plain Layout
30705 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$
30706 \end_inset
30707
30708
30709 \end_layout
30710
30711 \end_inset
30712 </cell>
30713 </row>
30714 <row>
30715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30716 \begin_inset Text
30717
30718 \begin_layout Plain Layout
30719
30720 \backslash
30721 ce
30722 \begin_inset space \textvisiblespace{}
30723 \end_inset
30724
30725 SO4^2-
30726 \end_layout
30727
30728 \end_inset
30729 </cell>
30730 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30731 \begin_inset Text
30732
30733 \begin_layout Plain Layout
30734 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$
30735 \end_inset
30736
30737
30738 \end_layout
30739
30740 \end_inset
30741 </cell>
30742 </row>
30743 <row>
30744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30745 \begin_inset Text
30746
30747 \begin_layout Plain Layout
30748
30749 \backslash
30750 ce
30751 \begin_inset space \textvisiblespace{}
30752 \end_inset
30753
30754 (NH4)2S
30755 \end_layout
30756
30757 \end_inset
30758 </cell>
30759 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30760 \begin_inset Text
30761
30762 \begin_layout Plain Layout
30763 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$
30764 \end_inset
30765
30766
30767 \end_layout
30768
30769 \end_inset
30770 </cell>
30771 </row>
30772 <row>
30773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30774 \begin_inset Text
30775
30776 \begin_layout Plain Layout
30777
30778 \backslash
30779 ce
30780 \begin_inset space \textvisiblespace{}
30781 \end_inset
30782
30783 KCr(SO4)2.12H2O
30784 \end_layout
30785
30786 \end_inset
30787 </cell>
30788 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30789 \begin_inset Text
30790
30791 \begin_layout Plain Layout
30792 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
30793 \end_inset
30794
30795
30796 \end_layout
30797
30798 \end_inset
30799 </cell>
30800 </row>
30801 <row>
30802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30803 \begin_inset Text
30804
30805 \begin_layout Plain Layout
30806
30807 \backslash
30808 ce
30809 \begin_inset space \textvisiblespace{}
30810 \end_inset
30811
30812 A-B
30813 \backslash
30814 dbond
30815 \begin_inset space \textvisiblespace{}
30816 \end_inset
30817
30818 C
30819 \backslash
30820 tbond
30821 \begin_inset space \textvisiblespace{}
30822 \end_inset
30823
30824 D
30825 \end_layout
30826
30827 \end_inset
30828 </cell>
30829 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30830 \begin_inset Text
30831
30832 \begin_layout Plain Layout
30833 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
30834 \end_inset
30835
30836
30837 \end_layout
30838
30839 \end_inset
30840 </cell>
30841 </row>
30842 <row>
30843 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30844 \begin_inset Text
30845
30846 \begin_layout Plain Layout
30847
30848 \backslash
30849 ce
30850 \begin_inset space \textvisiblespace{}
30851 \end_inset
30852
30853 ^227
30854 \begin_inset Formula $\downarrow$
30855 \end_inset
30856
30857 _90
30858 \begin_inset Formula $\to$
30859 \end_inset
30860
30861 Th+
30862 \end_layout
30863
30864 \end_inset
30865 </cell>
30866 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30867 \begin_inset Text
30868
30869 \begin_layout Plain Layout
30870 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
30871 \end_inset
30872
30873
30874 \end_layout
30875
30876 \end_inset
30877 </cell>
30878 </row>
30879 <row>
30880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30881 \begin_inset Text
30882
30883 \begin_layout Plain Layout
30884
30885 \backslash
30886 ce
30887 \begin_inset space \textvisiblespace{}
30888 \end_inset
30889
30890 CO2
30891 \begin_inset space \textvisiblespace{}
30892 \end_inset
30893
30894 +
30895 \begin_inset space \textvisiblespace{}
30896 \end_inset
30897
30898 C
30899 \begin_inset space \textvisiblespace{}
30900 \end_inset
30901
30902 <=>
30903 \begin_inset space \textvisiblespace{}
30904 \end_inset
30905
30906 2CO
30907 \end_layout
30908
30909 \end_inset
30910 </cell>
30911 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30912 \begin_inset Text
30913
30914 \begin_layout Plain Layout
30915 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$
30916 \end_inset
30917
30918
30919 \end_layout
30920
30921 \end_inset
30922 </cell>
30923 </row>
30924 <row>
30925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30926 \begin_inset Text
30927
30928 \begin_layout Plain Layout
30929
30930 \backslash
30931 ce
30932 \begin_inset space \textvisiblespace{}
30933 \end_inset
30934
30935 CO2
30936 \begin_inset space \textvisiblespace{}
30937 \end_inset
30938
30939 +
30940 \begin_inset space \textvisiblespace{}
30941 \end_inset
30942
30943 C
30944 \begin_inset space \textvisiblespace{}
30945 \end_inset
30946
30947 ->[
30948 \backslash
30949 alpha][
30950 \backslash
30951 beta]
30952 \begin_inset space \textvisiblespace{}
30953 \end_inset
30954
30955 2CO}
30956 \end_layout
30957
30958 \end_inset
30959 </cell>
30960 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30961 \begin_inset Text
30962
30963 \begin_layout Plain Layout
30964 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
30965 \end_inset
30966
30967
30968 \end_layout
30969
30970 \end_inset
30971 </cell>
30972 </row>
30973 </lyxtabular>
30974
30975 \end_inset
30976
30977
30978 \end_layout
30979
30980 \begin_layout Standard
30981 \begin_inset Note Greyedout
30982 status open
30983
30984 \begin_layout Plain Layout
30985
30986 \series bold
30987 【註】
30988 \backslash
30989 ce
30990 \series default
30991 ボックスに数式を入れようとすると、LaTeXエラーが発生します。このような場合には、
30992 \series bold
30993
30994 \backslash
30995 ce{$
30996 \backslash
30997 mu
30998 \backslash
30999 hyphen$Cl}
31000 \series default
31001 (
31002 \begin_inset ERT
31003 status collapsed
31004
31005 \begin_layout Plain Layout
31006
31007
31008 \backslash
31009 ce{$
31010 \backslash
31011 mu
31012 \backslash
31013 hyphen$Cl}
31014 \end_layout
31015
31016 \end_inset
31017
31018 )のようにTeXコードを使わなくてはなりません。
31019 \end_layout
31020
31021 \end_inset
31022
31023
31024 \end_layout
31025
31026 \begin_layout Standard
31027
31028 \series bold
31029
31030 \backslash
31031 ce
31032 \series default
31033 を使うと
31034 \begin_inset CommandInset ref
31035 LatexCommand eqref
31036 reference "eq:chem-reaction"
31037
31038 \end_inset
31039
31040 式のコマンドは
31041 \begin_inset Newline newline
31042 \end_inset
31043
31044
31045 \series bold
31046  
31047 \backslash
31048 ce
31049 \begin_inset space \textvisiblespace{}
31050 \end_inset
31051
31052 2Na+
31053 \begin_inset space \textvisiblespace{}
31054 \end_inset
31055
31056 +
31057 \begin_inset space \textvisiblespace{}
31058 \end_inset
31059
31060 SO4^2-
31061 \begin_inset space \textvisiblespace{}
31062 \end_inset
31063
31064
31065 \begin_inset space \textvisiblespace{}
31066 \end_inset
31067
31068 ->
31069 \begin_inset space \textvisiblespace{}
31070 \end_inset
31071
31072 Na2SO4
31073 \begin_inset Newline newline
31074 \end_inset
31075
31076
31077 \series default
31078 のようになります。
31079 \end_layout
31080
31081 \begin_layout Standard
31082 複数行の化学式を作るには、第
31083 \begin_inset CommandInset ref
31084 LatexCommand ref
31085 reference "sec:多行数式"
31086
31087 \end_inset
31088
31089 節に述べられている方法で、多行数式をまず作ります。その後、数式の小さな青いボックスそれぞれに
31090 \series bold
31091
31092 \backslash
31093 ce
31094 \series default
31095 コマンドを使用します。
31096 \begin_inset CommandInset ref
31097 LatexCommand eqref
31098 reference "eq:TEOS-reaction-1"
31099
31100 \end_inset
31101
31102 式と
31103 \begin_inset CommandInset ref
31104 LatexCommand eqref
31105 reference "eq:TEOS-reaction-2"
31106
31107 \end_inset
31108
31109 式は、多段化学反応式の例で、一つの式毎に番号が振られています。
31110 \begin_inset Formula 
31111 \begin{eqnarray}
31112 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reaction-1}\\
31113 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reaction-2}
31114 \end{eqnarray}
31115
31116 \end_inset
31117
31118
31119 \end_layout
31120
31121 \begin_layout Standard
31122
31123 \series bold
31124 mhchem
31125 \series default
31126 パッケージは、
31127 \series bold
31128
31129 \backslash
31130 ce
31131 \series default
31132 の他に、特殊ケースに使用する
31133 \series bold
31134
31135 \backslash
31136 cf
31137 \series default
31138
31139 \begin_inset Index idx
31140 status collapsed
31141
31142 \begin_layout Plain Layout
31143 こまんど@コマンド ! C ! 
31144 \backslash
31145 cf
31146 \end_layout
31147
31148 \end_inset
31149
31150 コマンドを提供しています。
31151 \series bold
31152
31153 \backslash
31154 cf
31155 \series default
31156 の詳しい情報と例示については、
31157 \series bold
31158 mhchem
31159 \series default
31160
31161 \begin_inset CommandInset citation
31162 LatexCommand cite
31163 key "mhchem"
31164
31165 \end_inset
31166
31167 の取扱説明書をご覧ください。
31168 \end_layout
31169
31170 \begin_layout Section
31171 図解
31172 \end_layout
31173
31174 \begin_layout Standard
31175 LyXは、二つの型の可換図
31176 \series bold
31177 amscd
31178 \series default
31179 および
31180 \series bold
31181 xymatrix
31182 \series default
31183 をサポートしており、以下でこれらの説明をします。
31184 \end_layout
31185
31186 \begin_layout Subsection
31187 amscd図解
31188 \begin_inset Index idx
31189 status collapsed
31190
31191 \begin_layout Plain Layout
31192 ずかい@図解 ! amscd
31193 \end_layout
31194
31195 \end_inset
31196
31197
31198 \end_layout
31199
31200 \begin_layout Standard
31201 この型の図解は、以下のように、関係を縦横の線や矢印で図示します。
31202 \begin_inset Formula 
31203 \[
31204 \begin{CD}A@>>>B@>>>C\\
31205 @AAA@.@VVV\\
31206 F@<<<E@<<<D
31207 \end{CD}
31208 \]
31209
31210 \end_inset
31211
31212
31213 \end_layout
31214
31215 \begin_layout Standard
31216 これを作るには、数式に
31217 \series bold
31218
31219 \backslash
31220 CD
31221 \begin_inset Index idx
31222 status collapsed
31223
31224 \begin_layout Plain Layout
31225 こまんど@コマンド ! C ! 
31226 \backslash
31227 CD
31228 \end_layout
31229
31230 \end_inset
31231
31232
31233 \series default
31234 コマンドを挿入します。二つの点線に囲まれた青枠が現れるので、ここにコマンドを入れていきます。
31235 \begin_inset Info
31236 type  "shortcut"
31237 arg   "newline-insert newline"
31238 \end_inset
31239
31240 を押すと、新しい行が作られます。水平方向の関係は奇数行に入れ、垂直方向の関係は偶数行に入れます。
31241 \end_layout
31242
31243 \begin_layout Standard
31244 関係を作るには、以下のコマンドがあります。
31245 \end_layout
31246
31247 \begin_layout Itemize
31248 \begin_inset Formula $\boldsymbol{@<<<}$
31249 \end_inset
31250
31251 は左矢印、
31252 \begin_inset Formula $\boldsymbol{@>>>}$
31253 \end_inset
31254
31255 は右矢印、
31256 \series bold
31257 @=
31258 \series default
31259 は長い等号を生成します。
31260 \end_layout
31261
31262 \begin_layout Itemize
31263
31264 \series bold
31265 @AAA
31266 \series default
31267 は上矢印、
31268 \series bold
31269 @VVV
31270 \series default
31271 は下矢印、
31272 \begin_inset Formula $\boldsymbol{@|}$
31273 \end_inset
31274
31275 は縦向きの等号を生成します。
31276 \end_layout
31277
31278 \begin_layout Itemize
31279
31280 \series bold
31281 @.
31282 \series default
31283 は関係が存在しない部分に置きます。
31284 \end_layout
31285
31286 \begin_layout Standard
31287 矢印はすべて、以下のようにラベル付けをすることができます。
31288 \end_layout
31289
31290 \begin_layout Itemize
31291 文章を、第1と第2の「
31292 \begin_inset Formula $<$
31293 \end_inset
31294
31295 」ないし「
31296 \begin_inset Formula $>$
31297 \end_inset
31298
31299 」のあいだに入れると、この文章は矢印の上に表示されます。第2・第3の「
31300 \begin_inset Formula $<$
31301 \end_inset
31302
31303 」ないし「
31304 \begin_inset Formula $>$
31305 \end_inset
31306
31307 」のあいだに入れると、矢印の下に表示されます。
31308 \end_layout
31309
31310 \begin_layout Itemize
31311 縦矢印に付ける文章を、第1・第2の「A」ないし「V」のあいだに入れると、この文章は矢印の左に表示されます。第2・第3のもののあいだに入れると、矢印の右に表示され
31312 ます。文章中に「A」や「V」の文字があるときには、これらはTeX括弧の中に入れなくてはなりません。
31313 \end_layout
31314
31315 \begin_layout Standard
31316 以下は、上記のすべての関係を使った例です。
31317 \end_layout
31318
31319 \begin_layout Standard
31320 \begin_inset Formula 
31321 \[
31322 \begin{CD}A@>j>>B@>>k>C@=F\\
31323 @AmAA@.@VV{V}V@|\\
31324 D@<<j<E@>k>>F@=C
31325 \end{CD}
31326 \]
31327
31328 \end_inset
31329
31330
31331 \end_layout
31332
31333 \begin_layout Standard
31334 これを作るコマンドは、以下のとおりです。
31335 \begin_inset Newline newline
31336 \end_inset
31337
31338
31339 \series bold
31340
31341 \backslash
31342 CD
31343 \begin_inset space \textvisiblespace{}
31344 \end_inset
31345
31346 A
31347 \begin_inset Formula $\boldsymbol{@>}$
31348 \end_inset
31349
31350 j
31351 \begin_inset Formula $\boldsymbol{>>}$
31352 \end_inset
31353
31354 B
31355 \begin_inset Formula $\boldsymbol{@>>}$
31356 \end_inset
31357
31358 k
31359 \begin_inset Formula $\boldsymbol{>}$
31360 \end_inset
31361
31362 C@=F Ctrl+Return
31363 \begin_inset Newline newline
31364 \end_inset
31365
31366
31367 \begin_inset Phantom HPhantom
31368 status open
31369
31370 \begin_layout Plain Layout
31371
31372 \series bold
31373
31374 \backslash
31375 CD
31376 \begin_inset space \textvisiblespace{}
31377 \end_inset
31378
31379
31380 \end_layout
31381
31382 \end_inset
31383
31384 @AmAA@.@VV
31385 \backslash
31386 {V
31387 \series default
31388
31389 \begin_inset Formula $\to$
31390 \end_inset
31391
31392
31393 \series bold
31394 V
31395 \begin_inset Formula $\boldsymbol{@|}$
31396 \end_inset
31397
31398  Ctrl+Return
31399 \begin_inset Newline newline
31400 \end_inset
31401
31402
31403 \begin_inset Phantom HPhantom
31404 status open
31405
31406 \begin_layout Plain Layout
31407
31408 \series bold
31409
31410 \backslash
31411 CD
31412 \begin_inset space \textvisiblespace{}
31413 \end_inset
31414
31415
31416 \end_layout
31417
31418 \end_inset
31419
31420 D
31421 \begin_inset Formula $\boldsymbol{@<<}$
31422 \end_inset
31423
31424 j
31425 \begin_inset Formula $\boldsymbol{<}$
31426 \end_inset
31427
31428 E
31429 \begin_inset Formula $\boldsymbol{@>}$
31430 \end_inset
31431
31432 k
31433 \begin_inset Formula $\boldsymbol{>>}$
31434 \end_inset
31435
31436 F@=C
31437 \end_layout
31438
31439 \begin_layout Subsection
31440 xymatrix図解
31441 \begin_inset Index idx
31442 status collapsed
31443
31444 \begin_layout Plain Layout
31445 ずかい@図解 ! xymatrix
31446 \end_layout
31447
31448 \end_inset
31449
31450
31451 \end_layout
31452
31453 \begin_layout Standard
31454 xymatricesを使うには、LaTeXパッケージの
31455 \series bold
31456 xypic
31457 \series default
31458 が導入済みである必要があります。xymatrixは、数式中に
31459 \series bold
31460
31461 \backslash
31462 xymatrix
31463 \series default
31464 コマンドを入れることで作ることができます。すると、通常の行列と同じようにして、列や行を付け加えることができます。第
31465 \begin_inset CommandInset ref
31466 LatexCommand ref
31467 reference "sec:行列"
31468
31469 \end_inset
31470
31471 節をご参照下さい。
31472 \end_layout
31473
31474 \begin_layout Standard
31475 amscd図解とは異なり、xymatricesは、対角矢印や曲がった矢印など多様なサポートをしています。作ることのできる可換図と装飾は、
31476 \family sans
31477 ヘルプ\SpecialChar \menuseparator
31478 用途別説明書\SpecialChar \menuseparator
31479 XY-pic説明書
31480 \family default
31481 メニューにある
31482 \emph on
31483 XY-pic説明書
31484 \emph default
31485 で詳しく網羅しています。
31486 \end_layout
31487
31488 \begin_layout Subsection
31489 ファインマン図
31490 \series medium
31491
31492 \begin_inset Index idx
31493 status collapsed
31494
31495 \begin_layout Plain Layout
31496 ずかい@図解 ! ファインマン
31497 \end_layout
31498
31499 \end_inset
31500
31501
31502 \end_layout
31503
31504 \begin_layout Standard
31505 ファインマン図を使うには、LaTeXパッケージ
31506 \series bold
31507 feyn
31508 \series default
31509 を導入しておかなくてはなりません。すると、ファインマン図は、数式中で
31510 \series bold
31511
31512 \backslash
31513 Diagram
31514 \series default
31515 コマンドを挿入すれば生成されます。通常の行列で行うのと同じようにして新規行や新規列を加えることができます(第
31516 \begin_inset CommandInset ref
31517 LatexCommand ref
31518 reference "sec:行列"
31519
31520 \end_inset
31521
31522 節参照)。
31523 \end_layout
31524
31525 \begin_layout Standard
31526 LyXでのファインマン図の作り方は、メニュー
31527 \family sans
31528 ヘルプ\SpecialChar \menuseparator
31529 用途別説明書
31530 \family default
31531 内の『
31532 \emph on
31533 ファインマン図
31534 \emph default
31535 』にあります。
31536 \end_layout
31537
31538 \begin_layout Section
31539 ユーザー定義コマンド
31540 \begin_inset Index idx
31541 status collapsed
31542
31543 \begin_layout Plain Layout
31544 ゆーざーていぎこまんど@ユーザー定義コマンド
31545 \end_layout
31546
31547 \end_inset
31548
31549
31550 \end_layout
31551
31552 \begin_layout Standard
31553 \begin_inset Note Greyedout
31554 status open
31555
31556 \begin_layout Plain Layout
31557 【註】ユーザー定義コマンド名及びマクロ名には、ラテン文字しか使用することができません。
31558 \end_layout
31559
31560 \end_inset
31561
31562
31563 \end_layout
31564
31565 \begin_layout Subsection
31566
31567 \backslash
31568 newcommandコマンド
31569 \begin_inset CommandInset label
31570 LatexCommand label
31571 name "sub:newcommandコマンド"
31572
31573 \end_inset
31574
31575
31576 \begin_inset Index idx
31577 status collapsed
31578
31579 \begin_layout Plain Layout
31580 ゆーざーていぎこまんど@ユーザー定義コマンド ! 
31581 \backslash
31582 newcommand
31583 \end_layout
31584
31585 \end_inset
31586
31587
31588 \begin_inset Index idx
31589 status collapsed
31590
31591 \begin_layout Plain Layout
31592 こまんど@コマンド ! N ! 
31593 \backslash
31594 newcommand
31595 \end_layout
31596
31597 \end_inset
31598
31599
31600 \end_layout
31601
31602 \begin_layout Standard
31603 頻繁に用いるには、長すぎるLaTeXコマンドはたくさんありますが、
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 \series default
31619 コマンドの書式は、
31620 \end_layout
31621
31622 \begin_layout Standard
31623
31624 \series bold
31625
31626 \backslash
31627 newcommand{新コマンド名}[引数の数][オプションの値]
31628 \begin_inset Newline newline
31629 \end_inset
31630
31631
31632 \begin_inset Phantom HPhantom
31633 status open
31634
31635 \begin_layout Plain Layout
31636
31637 \series bold
31638
31639 \backslash
31640 newcommand
31641 \end_layout
31642
31643 \end_inset
31644
31645 {コマンド定義}
31646 \end_layout
31647
31648 \begin_layout Standard
31649 です。
31650 \end_layout
31651
31652 \begin_layout Standard
31653 \begin_inset Note Greyedout
31654 status open
31655
31656 \begin_layout Plain Layout
31657
31658 \series bold
31659 【註】
31660 \series default
31661 新コマンド名が、使用中の文書や呼び出しているLaTeXパッケージで、既に使用されていないことを確認して下さい。たとえば、
31662 \series bold
31663
31664 \backslash
31665 Leftarrow
31666 \series default
31667 の短縮のつもりで
31668 \series bold
31669
31670 \backslash
31671 le
31672 \series default
31673 というコマンドを定義したとすると、
31674 \series bold
31675
31676 \backslash
31677 le
31678 \series default
31679 は既に「
31680 \begin_inset Formula $\le$
31681 \end_inset
31682
31683 」を表すコマンドとして定義されてしまっているので、エラーメッセージが表示されます。
31684 \end_layout
31685
31686 \end_inset
31687
31688
31689 \end_layout
31690
31691 \begin_layout Standard
31692 「引数の数」は、0
31693 \begin_inset space \thinspace{}
31694 \end_inset
31695
31696 -
31697 \begin_inset space \thinspace{}
31698 \end_inset
31699
31700 9の範囲の整数であり、新コマンドがいくつの引数をとるかを指定するものです。「オプションの値」では、非必須の引数の既定値を定義できます。これを指定すると、新コマン
31701 ドの
31702 \emph on
31703 最初の
31704 \emph default
31705 引数は、自動的に非必須の引数になります。
31706 \end_layout
31707
31708 \begin_layout Standard
31709 以下にいくつかの例を挙げます。
31710 \end_layout
31711
31712 \begin_layout Itemize
31713
31714 \series bold
31715
31716 \backslash
31717 Longrightarrow
31718 \series default
31719 の短縮形として
31720 \series bold
31721
31722 \backslash
31723 gr
31724 \series default
31725 というコマンドを定義するには、LaTeXプリアンブルに以下の行を加えます。
31726 \begin_inset VSpace medskip
31727 \end_inset
31728
31729
31730 \begin_inset Newline newline
31731 \end_inset
31732
31733
31734 \series bold
31735
31736 \backslash
31737 newcommand{
31738 \backslash
31739 gr}{
31740 \backslash
31741 Longrightarrow}
31742 \end_layout
31743
31744 \begin_layout Itemize
31745
31746 \series bold
31747
31748 \backslash
31749 underline
31750 \series default
31751 の短縮形として
31752 \series bold
31753
31754 \backslash
31755 us
31756 \series default
31757 というコマンドを定義するには、(下線を引くべき文字列を示す)引数を考慮に入れなくてはなりません。このためには、以下のようなプリアンブル行を入れます。
31758 \begin_inset VSpace medskip
31759 \end_inset
31760
31761
31762 \begin_inset Newline newline
31763 \end_inset
31764
31765
31766 \series bold
31767
31768 \backslash
31769 newcommand{
31770 \backslash
31771 us}[1]{
31772 \backslash
31773 underline{#1}}
31774 \series default
31775
31776 \begin_inset VSpace medskip
31777 \end_inset
31778
31779
31780 \begin_inset Newline newline
31781 \end_inset
31782
31783
31784 \series bold
31785 #
31786 \series default
31787 」という文字は、引数の入る場所を示し、その後ろの「
31788 \series bold
31789 1
31790 \series default
31791 」は、これが第1引数の入る場所であることを示します。
31792 \end_layout
31793
31794 \begin_layout Itemize
31795
31796 \series bold
31797
31798 \backslash
31799 framebox
31800 \series default
31801 の短縮形として、たとえば
31802 \series bold
31803
31804 \backslash
31805 fb
31806 \series default
31807 というコマンドを定義するには、
31808 \begin_inset VSpace medskip
31809 \end_inset
31810
31811
31812 \begin_inset Newline newline
31813 \end_inset
31814
31815
31816 \series bold
31817
31818 \backslash
31819 newcommand{
31820 \backslash
31821 fb}[3]{
31822 \backslash
31823 framebox#1#2{$#3$}}
31824 \series default
31825
31826 \begin_inset VSpace medskip
31827 \end_inset
31828
31829
31830 \begin_inset Newline newline
31831 \end_inset
31832
31833 二つのドルマークは、
31834 \series bold
31835
31836 \backslash
31837 framebox
31838 \series default
31839 が必要とする内部の数式を作り出します。第
31840 \begin_inset CommandInset ref
31841 LatexCommand ref
31842 reference "sub:縁付きボックス"
31843
31844 \end_inset
31845
31846 節をご参照下さい。
31847 \end_layout
31848
31849 \begin_layout Itemize
31850 ボックスの色を指定する必要がない
31851 \series bold
31852
31853 \backslash
31854 fcolorbox
31855 \series default
31856 用の新コマンドを作るには、以下のように、色を示す引数を非必須として定義します。
31857 \begin_inset VSpace medskip
31858 \end_inset
31859
31860
31861 \begin_inset Newline newline
31862 \end_inset
31863
31864
31865 \series bold
31866
31867 \backslash
31868 newcommand{
31869 \backslash
31870 cb}[3][white]{
31871 \backslash
31872 fcolorbox{#2}{#1}{$#3$}}
31873 \series default
31874
31875 \begin_inset VSpace medskip
31876 \end_inset
31877
31878
31879 \begin_inset Newline newline
31880 \end_inset
31881
31882
31883 \series bold
31884
31885 \backslash
31886 cb
31887 \series default
31888 を使うときに色が指定されなければ、事前に定義された色である
31889 \series bold
31890 white
31891 \series default
31892 が使用されます。
31893 \end_layout
31894
31895 \begin_layout Standard
31896 以下は、上で定義したコマンドの動作テストです。
31897 \end_layout
31898
31899 \begin_layout Standard
31900 \align center
31901 \begin_inset Tabular
31902 <lyxtabular version="3" rows="6" columns="2">
31903 <features rotate="0" tabularvalignment="middle">
31904 <column alignment="center" valignment="top">
31905 <column alignment="center" valignment="top">
31906 <row>
31907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31908 \begin_inset Text
31909
31910 \begin_layout Plain Layout
31911 コマンド
31912 \end_layout
31913
31914 \end_inset
31915 </cell>
31916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31917 \begin_inset Text
31918
31919 \begin_layout Plain Layout
31920 出力
31921 \begin_inset Note Note
31922 status collapsed
31923
31924 \begin_layout Plain Layout
31925 ここで
31926 \series bold
31927
31928 \backslash
31929 raisebox
31930 \series default
31931 はスペーサーとして使用しているだけです。
31932 \end_layout
31933
31934 \end_inset
31935
31936
31937 \end_layout
31938
31939 \end_inset
31940 </cell>
31941 </row>
31942 <row>
31943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31944 \begin_inset Text
31945
31946 \begin_layout Plain Layout
31947 A
31948 \backslash
31949 gr
31950 \begin_inset space \textvisiblespace{}
31951 \end_inset
31952
31953 B
31954 \end_layout
31955
31956 \end_inset
31957 </cell>
31958 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31959 \begin_inset Text
31960
31961 \begin_layout Plain Layout
31962 \begin_inset Formula $A\gr B$
31963 \end_inset
31964
31965
31966 \end_layout
31967
31968 \end_inset
31969 </cell>
31970 </row>
31971 <row>
31972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31973 \begin_inset Text
31974
31975 \begin_layout Plain Layout
31976
31977 \backslash
31978 us{ABcd
31979 \end_layout
31980
31981 \end_inset
31982 </cell>
31983 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31984 \begin_inset Text
31985
31986 \begin_layout Plain Layout
31987 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
31988 \end_inset
31989
31990
31991 \end_layout
31992
31993 \end_inset
31994 </cell>
31995 </row>
31996 <row>
31997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31998 \begin_inset Text
31999
32000 \begin_layout Plain Layout
32001
32002 \backslash
32003 fb{[2cm]
32004 \begin_inset Formula $\to$
32005 \end_inset
32006
32007
32008 \backslash
32009 {
32010 \begin_inset Formula $\to$
32011 \end_inset
32012
32013
32014 \backslash
32015 {
32016 \backslash
32017 int
32018 \begin_inset space \textvisiblespace{}
32019 \end_inset
32020
32021 A=B
32022 \end_layout
32023
32024 \end_inset
32025 </cell>
32026 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32027 \begin_inset Text
32028
32029 \begin_layout Plain Layout
32030 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
32031 \end_inset
32032
32033
32034 \end_layout
32035
32036 \end_inset
32037 </cell>
32038 </row>
32039 <row>
32040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32041 \begin_inset Text
32042
32043 \begin_layout Plain Layout
32044
32045 \backslash
32046 cb{red
32047 \begin_inset Formula $\to$
32048 \end_inset
32049
32050
32051 \backslash
32052 {
32053 \backslash
32054 int
32055 \begin_inset space \textvisiblespace{}
32056 \end_inset
32057
32058 A=B
32059 \end_layout
32060
32061 \end_inset
32062 </cell>
32063 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32064 \begin_inset Text
32065
32066 \begin_layout Plain Layout
32067 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
32068 \end_inset
32069
32070
32071 \end_layout
32072
32073 \end_inset
32074 </cell>
32075 </row>
32076 <row>
32077 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32078 \begin_inset Text
32079
32080 \begin_layout Plain Layout
32081
32082 \backslash
32083 cb[green]
32084 \backslash
32085 {red
32086 \begin_inset Formula $\to$
32087 \end_inset
32088
32089
32090 \backslash
32091 {
32092 \backslash
32093 int
32094 \begin_inset space \textvisiblespace{}
32095 \end_inset
32096
32097 A=B
32098 \end_layout
32099
32100 \end_inset
32101 </cell>
32102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32103 \begin_inset Text
32104
32105 \begin_layout Plain Layout
32106 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
32107 \end_inset
32108
32109
32110 \end_layout
32111
32112 \end_inset
32113 </cell>
32114 </row>
32115 </lyxtabular>
32116
32117 \end_inset
32118
32119
32120 \end_layout
32121
32122 \begin_layout Subsection
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 \begin_inset Index idx
32135 status collapsed
32136
32137 \begin_layout Plain Layout
32138 まくろ@マクロ
32139 \end_layout
32140
32141 \end_inset
32142
32143
32144 \end_layout
32145
32146 \begin_layout Standard
32147 ユーザー定義コマンドは、複雑な表現を使うときに特に便利です。たとえば、文書中で二次方程式を扱っているとすると、同じような解の形が何度も出てきます。二次方程式の一
32148 般型は、
32149 \begin_inset Formula 
32150 \[
32151 0=\lambda^{2}+p\lambda+q
32152 \]
32153
32154 \end_inset
32155
32156 であり、その解の一般型は
32157 \begin_inset Formula 
32158 \[
32159 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
32160 \]
32161
32162 \end_inset
32163
32164
32165 \end_layout
32166
32167 \begin_layout Standard
32168 です。
32169 \begin_inset Formula $\lambda$
32170 \end_inset
32171
32172
32173 \begin_inset Formula $p$
32174 \end_inset
32175
32176
32177 \begin_inset Formula $q$
32178 \end_inset
32179
32180 の3つのパラメータを指定することが必須であり、
32181 \begin_inset Formula $\lambda$
32182 \end_inset
32183
32184 の指数をオプションとして与えることができるような、解の公式のコマンドを定義するには、以下のようなLaTeXプリアンブル行を加えます。
32185 \begin_inset Newline newline
32186 \end_inset
32187
32188
32189 \series bold
32190
32191 \backslash
32192 newcommand{
32193 \backslash
32194 qG}[4][1,
32195 \backslash
32196 ,2]{#2_{#1}=-
32197 \backslash
32198 frac{#3}{2}
32199 \backslash
32200 pm
32201 \begin_inset Newline newline
32202 \end_inset
32203
32204
32205 \begin_inset Phantom HPhantom
32206 status open
32207
32208 \begin_layout Plain Layout
32209
32210 \series bold
32211
32212 \backslash
32213 newcommand
32214 \end_layout
32215
32216 \end_inset
32217
32218
32219 \backslash
32220 sqrt{
32221 \backslash
32222 frac{#3^{2}}{4}-#4}}
32223 \end_layout
32224
32225 \begin_layout Standard
32226 これを使って解の公式を作るには、
32227 \begin_inset Newline newline
32228 \end_inset
32229
32230
32231 \series bold
32232
32233 \backslash
32234 qG{
32235 \backslash
32236 lambda
32237 \begin_inset Formula $\to$
32238 \end_inset
32239
32240
32241 \backslash
32242 {p
32243 \begin_inset Formula $\to$
32244 \end_inset
32245
32246
32247 \backslash
32248 {q
32249 \series default
32250 というコマンドを数式に入れます。
32251 \end_layout
32252
32253 \begin_layout Standard
32254 新コマンドを定義する方法は、たとえばLaTeX中で分数は
32255 \series bold
32256
32257 \backslash
32258 frac{分子}{分母}
32259 \series default
32260 の形で入れなくてはならないことなど、使用するすべてのLaTeXコマンドの書式を知っている必要があるので、直感的ではありません。さらに、定義中で中括弧を入れ忘れる
32261 ことはよくあり、それをやってしまうと、LyXからは新コマンドが何をやらかしているか確認しにくくなってしまいます。これらの問題を回避するために、LyXは、
32262 \series bold
32263
32264 \backslash
32265 newcommand
32266 \series default
32267 コマンドの代わりに、数式マクロを使う方法を提供しています。
32268 \end_layout
32269
32270 \begin_layout Standard
32271 数式マクロは、
32272 \family sans
32273 挿入\SpecialChar \menuseparator
32274 数式\SpecialChar \menuseparator
32275 マクロ
32276 \family default
32277 メニューか、ツールバーボタンの
32278 \begin_inset Graphics
32279         filename ../../images/math-macro_newmacroname_newcommand.png
32280         scale 85
32281
32282 \end_inset
32283
32284 で作ることができます。すると、数式マクロツールバーが表示されるとともに、マクロを定義した箇所に以下のようなボックスが現れます。
32285 \begin_inset Newline newline
32286 \end_inset
32287
32288
32289 \begin_inset space \hspace*{\fill}
32290 \end_inset
32291
32292
32293 \begin_inset Graphics
32294         filename clipart/macrobox.png
32295
32296 \end_inset
32297
32298
32299 \begin_inset space \hspace*{\fill}
32300 \end_inset
32301
32302
32303 \begin_inset Newline newline
32304 \end_inset
32305
32306
32307 \begin_inset FormulaMacro
32308 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
32309 \end_inset
32310
32311
32312 \backslash
32313 newmacronameが既定のマクロ名として現れますが、意味のある名称に変更するべきでしょう。欲しい数式は一つ目の青枠の中に入れます。引数を置く場所は、
32314 \series bold
32315
32316 \backslash
32317 #1
32318 \series default
32319 のように
32320 \series bold
32321
32322 \backslash
32323 #引数番号
32324 \series default
32325 というコマンドで入力するか、マクロツールバーボタンの
32326 \begin_inset Graphics
32327         filename ../../images/math-macro-add-param.png
32328         scale 85
32329
32330 \end_inset
32331
32332 を使用します。引数位置は赤で表示されます。引数は、最大で9つまでとることができます。非必須引数は、ツールバーボタンの
32333 \begin_inset Graphics
32334         filename ../../images/math-macro-add-optional-param.png
32335         scale 85
32336
32337 \end_inset
32338
32339 で作ることができます。最初の必須引数は、ツールバーボタンの
32340 \begin_inset Graphics
32341         filename ../../images/math-macro-make-optional.png
32342         scale 85
32343
32344 \end_inset
32345
32346 を使って、非必須引数にすることができます。二つ目の青枠には、LyX中でのマクロの表示のしかたを定義することができます。通常は、定義したとおりに表示された方が便利
32347 なので、この枠は空白にしておきます。しかし、画面の過半を占拠してしまうようなマクロを作ってしまった場合には、たとえばこの枠に
32348 \begin_inset Newline newline
32349 \end_inset
32350
32351
32352 \series bold
32353 qG: 
32354 \backslash
32355 #1
32356 \series default
32357  
32358 \series bold
32359 ,
32360 \series default
32361  
32362 \series bold
32363
32364 \backslash
32365 #2
32366 \series default
32367  
32368 \series bold
32369 ,
32370 \series default
32371  
32372 \series bold
32373
32374 \backslash
32375 #3, 
32376 \backslash
32377 #4
32378 \begin_inset Newline newline
32379 \end_inset
32380
32381
32382 \series default
32383 のように入れることができます。このようにすると、マクロ名と引数のみがLyX上に表示され、見通しが良くなります。一方、出力での数式は、最初の枠で定義したように表示
32384 されます。
32385 \begin_inset Newline newline
32386 \end_inset
32387
32388 さらに、数式中のマクロ表示は、マクロの中にカーソルを置いて、
32389 \family sans
32390 表示\SpecialChar \menuseparator
32391 数式マクロを展開(畳む)
32392 \family default
32393 メニューを使うことで、マクロ毎に変えることができます。
32394 \end_layout
32395
32396 \begin_layout Standard
32397 マクロを使うには、数式中にマクロ名をコマンドとして入れます。上記の例では、
32398 \series bold
32399
32400 \backslash
32401 qG
32402 \series default
32403 とします。このマクロは、LyX中では以下のように表示されます。
32404 \begin_inset Newline newline
32405 \end_inset
32406
32407
32408 \begin_inset space \hspace*{\fill}
32409 \end_inset
32410
32411
32412 \begin_inset Graphics
32413         filename ../clipart/macrouse.png
32414
32415 \end_inset
32416
32417
32418 \begin_inset space \hspace*{\fill}
32419 \end_inset
32420
32421
32422 \begin_inset Newline newline
32423 \end_inset
32424
32425 以下は、上記の例に、引数
32426 \begin_inset Formula $x$
32427 \end_inset
32428
32429
32430 \begin_inset Formula $\ln(x)$
32431 \end_inset
32432
32433
32434 \begin_inset Formula $B$
32435 \end_inset
32436
32437 を指定したものです。
32438 \end_layout
32439
32440 \begin_layout Standard
32441 \begin_inset Formula 
32442 \[
32443 \qG x{\ln(x)}B
32444 \]
32445
32446 \end_inset
32447
32448
32449 \end_layout
32450
32451 \begin_layout Standard
32452 LyXは、
32453 \family sans
32454 ツール\SpecialChar \menuseparator
32455 設定\SpecialChar \menuseparator
32456 編集\SpecialChar \menuseparator
32457 制御
32458 \family default
32459 メニューで、マクロを編集するのに複数の様式を用意しています。あなたに最も合った様式を見つけるには、様式を選択してから、違いを見るために数式マクロにカーソルを合わ
32460 せてみてください。
32461 \end_layout
32462
32463 \begin_layout Standard
32464 数式マクロは、文書書き出し時に、内部的に
32465 \series bold
32466
32467 \backslash
32468 newcommand
32469 \series default
32470 コマンドに変換されます。こうして生成された
32471 \series bold
32472
32473 \backslash
32474 newcommand
32475 \series default
32476 コマンドは、LaTeXプリアンブルには置かれませんので、マクロは、文書中、マクロ定義ボックスよりも後の数式でのみ使うことができます。
32477 \end_layout
32478
32479 \begin_layout Standard
32480 数式マクロは、
32481 \series bold
32482
32483 \backslash
32484 newcommand
32485 \series default
32486 コマンドから直接作ることもできます。たとえば、LyX中に通常の文章として、
32487 \series bold
32488
32489 \begin_inset Newline newline
32490 \end_inset
32491
32492
32493 \backslash
32494 newcommand{
32495 \backslash
32496 larrow}[2]{
32497 \backslash
32498 xleftarrow[#2]{#1}}
32499 \begin_inset Newline newline
32500 \end_inset
32501
32502
32503 \series default
32504 というコマンドを書き入れ、この全体を選択して、
32505 \begin_inset Flex Ruby
32506 status collapsed
32507
32508 \begin_layout Plain Layout
32509 捷径
32510 \begin_inset Argument post:1
32511 status collapsed
32512
32513 \begin_layout Plain Layout
32514 ショートカット
32515 \end_layout
32516
32517 \end_inset
32518
32519
32520 \end_layout
32521
32522 \end_inset
32523
32524
32525 \family sans
32526 Ctrl+M
32527 \family default
32528 を押すと、このコマンドは数式マクロに変換されます。この方法を使うに当たっては、
32529 \series bold
32530
32531 \backslash
32532 newcommand
32533 \series default
32534 コマンドが正しく入力されていることに気をつけなくてはなりません。さもないと、間違ったマクロが作られてしまって、LaTeXエラーが発生します。
32535 \end_layout
32536
32537 \begin_layout Standard
32538 数式マクロには、まだ、マクロ定義中に再帰的に数式を入れてしまうと、正しく処理されないという問題が残っています。したがって、第
32539 \begin_inset CommandInset ref
32540 LatexCommand ref
32541 reference "sub:newcommandコマンド"
32542
32543 \end_inset
32544
32545 節で例として作った
32546 \series bold
32547
32548 \backslash
32549 fb
32550 \series default
32551 は、マクロとしては作ることができません。
32552 \end_layout
32553
32554 \begin_layout Standard
32555 カーソルがマクロ定義ボックスの中にあるとき、LyX中に以下のようなマクロツールバーが表示されます。
32556 \end_layout
32557
32558 \begin_layout Standard
32559 \begin_inset VSpace defskip
32560 \end_inset
32561
32562
32563 \end_layout
32564
32565 \begin_layout Standard
32566 \begin_inset Graphics
32567         filename ../clipart/MacroToolbar.png
32568
32569 \end_inset
32570
32571
32572 \begin_inset Index idx
32573 status collapsed
32574
32575 \begin_layout Plain Layout
32576 まくろ@マクロ ! つーるばー@ツールバー
32577 \end_layout
32578
32579 \end_inset
32580
32581
32582 \end_layout
32583
32584 \begin_layout Standard
32585 \begin_inset VSpace defskip
32586 \end_inset
32587
32588
32589 \end_layout
32590
32591 \begin_layout Standard
32592 マクロツールバーは、左から右に、以下の各ボタンがあります。
32593 \end_layout
32594
32595 \begin_layout Standard
32596 \begin_inset VSpace defskip
32597 \end_inset
32598
32599
32600 \end_layout
32601
32602 \begin_layout Standard
32603 \begin_inset Tabular
32604 <lyxtabular version="3" rows="9" columns="2">
32605 <features rotate="0" islongtable="true" longtabularalignment="center">
32606 <column alignment="left" valignment="top">
32607 <column alignment="left" valignment="top" width="85col%">
32608 <row interlinespace="2.5mm">
32609 <cell alignment="center" valignment="top" usebox="none">
32610 \begin_inset Text
32611
32612 \begin_layout Plain Layout
32613 \begin_inset Graphics
32614         filename ../../images/math-macro-remove-param.png
32615         rotateOrigin center
32616
32617 \end_inset
32618
32619
32620 \end_layout
32621
32622 \end_inset
32623 </cell>
32624 <cell alignment="center" valignment="top" usebox="none">
32625 \begin_inset Text
32626
32627 \begin_layout Plain Layout
32628
32629 \family sans
32630 編集\SpecialChar \menuseparator
32631 数式\SpecialChar \menuseparator
32632 マクロ定義\SpecialChar \menuseparator
32633 最後の引数を削除
32634 \end_layout
32635
32636 \end_inset
32637 </cell>
32638 </row>
32639 <row interlinespace="2.5mm">
32640 <cell alignment="center" valignment="top" usebox="none">
32641 \begin_inset Text
32642
32643 \begin_layout Plain Layout
32644 \begin_inset Graphics
32645         filename ../../images/math-macro-add-param.png
32646         rotateOrigin center
32647
32648 \end_inset
32649
32650
32651 \end_layout
32652
32653 \end_inset
32654 </cell>
32655 <cell alignment="center" valignment="top" usebox="none">
32656 \begin_inset Text
32657
32658 \begin_layout Plain Layout
32659
32660 \family sans
32661 編集\SpecialChar \menuseparator
32662 数式\SpecialChar \menuseparator
32663 マクロ定義\SpecialChar \menuseparator
32664 引数を追加
32665 \end_layout
32666
32667 \end_inset
32668 </cell>
32669 </row>
32670 <row interlinespace="2.5mm">
32671 <cell alignment="center" valignment="top" usebox="none">
32672 \begin_inset Text
32673
32674 \begin_layout Plain Layout
32675 \begin_inset Graphics
32676         filename ../../images/math-macro-make-optional.png
32677         rotateOrigin center
32678
32679 \end_inset
32680
32681
32682 \end_layout
32683
32684 \end_inset
32685 </cell>
32686 <cell alignment="center" valignment="top" usebox="none">
32687 \begin_inset Text
32688
32689 \begin_layout Plain Layout
32690
32691 \family sans
32692 編集\SpecialChar \menuseparator
32693 数式\SpecialChar \menuseparator
32694 マクロ定義\SpecialChar \menuseparator
32695 最初の必須引数を
32696 \begin_inset Newline newline
32697 \end_inset
32698
32699
32700 \begin_inset Phantom HPhantom
32701 status open
32702
32703 \begin_layout Plain Layout
32704
32705 \family sans
32706 編集\SpecialChar \menuseparator
32707 数式\SpecialChar \menuseparator
32708 マクロ定義\SpecialChar \menuseparator
32709
32710 \end_layout
32711
32712 \end_inset
32713
32714 非必須引数にする
32715 \end_layout
32716
32717 \end_inset
32718 </cell>
32719 </row>
32720 <row interlinespace="2.5mm">
32721 <cell alignment="center" valignment="top" usebox="none">
32722 \begin_inset Text
32723
32724 \begin_layout Plain Layout
32725 \begin_inset Graphics
32726         filename ../../images/math-macro-make-nonoptional.png
32727         rotateOrigin center
32728
32729 \end_inset
32730
32731
32732 \end_layout
32733
32734 \end_inset
32735 </cell>
32736 <cell alignment="center" valignment="top" usebox="none">
32737 \begin_inset Text
32738
32739 \begin_layout Plain Layout
32740
32741 \family sans
32742 編集\SpecialChar \menuseparator
32743 数式\SpecialChar \menuseparator
32744 マクロ定義\SpecialChar \menuseparator
32745 最後の非必須引数を
32746 \begin_inset Newline newline
32747 \end_inset
32748
32749
32750 \begin_inset Phantom HPhantom
32751 status open
32752
32753 \begin_layout Plain Layout
32754
32755 \family sans
32756 編集\SpecialChar \menuseparator
32757 数式\SpecialChar \menuseparator
32758 マクロ定義\SpecialChar \menuseparator
32759
32760 \end_layout
32761
32762 \end_inset
32763
32764 必須引数にする
32765 \end_layout
32766
32767 \end_inset
32768 </cell>
32769 </row>
32770 <row interlinespace="2.5mm">
32771 <cell alignment="center" valignment="top" usebox="none">
32772 \begin_inset Text
32773
32774 \begin_layout Plain Layout
32775 \begin_inset Graphics
32776         filename ../../images/math-macro-remove-optional-param.png
32777         rotateOrigin center
32778
32779 \end_inset
32780
32781
32782 \end_layout
32783
32784 \end_inset
32785 </cell>
32786 <cell alignment="center" valignment="top" usebox="none">
32787 \begin_inset Text
32788
32789 \begin_layout Plain Layout
32790
32791 \family sans
32792 編集\SpecialChar \menuseparator
32793 数式\SpecialChar \menuseparator
32794 マクロ定義\SpecialChar \menuseparator
32795 非必須引数を削除
32796 \end_layout
32797
32798 \end_inset
32799 </cell>
32800 </row>
32801 <row interlinespace="2.5mm">
32802 <cell alignment="center" valignment="top" usebox="none">
32803 \begin_inset Text
32804
32805 \begin_layout Plain Layout
32806 \begin_inset Graphics
32807         filename ../../images/math-macro-add-optional-param.png
32808         rotateOrigin center
32809
32810 \end_inset
32811
32812
32813 \end_layout
32814
32815 \end_inset
32816 </cell>
32817 <cell alignment="center" valignment="top" usebox="none">
32818 \begin_inset Text
32819
32820 \begin_layout Plain Layout
32821
32822 \family sans
32823 編集\SpecialChar \menuseparator
32824 数式\SpecialChar \menuseparator
32825 マクロ定義\SpecialChar \menuseparator
32826 非必須引数を挿入
32827 \end_layout
32828
32829 \end_inset
32830 </cell>
32831 </row>
32832 <row interlinespace="2.5mm">
32833 <cell alignment="center" valignment="top" usebox="none">
32834 \begin_inset Text
32835
32836 \begin_layout Plain Layout
32837 \begin_inset Graphics
32838         filename ../../images/math-macro-remove-greedy-param.png
32839         rotateOrigin center
32840
32841 \end_inset
32842
32843
32844 \end_layout
32845
32846 \end_inset
32847 </cell>
32848 <cell alignment="center" valignment="top" usebox="none">
32849 \begin_inset Text
32850
32851 \begin_layout Plain Layout
32852
32853 \family sans
32854 編集\SpecialChar \menuseparator
32855 数式\SpecialChar \menuseparator
32856 マクロ定義\SpecialChar \menuseparator
32857 右に吐き出す形で
32858 \begin_inset Newline newline
32859 \end_inset
32860
32861
32862 \begin_inset Phantom HPhantom
32863 status open
32864
32865 \begin_layout Plain Layout
32866
32867 \family sans
32868 編集\SpecialChar \menuseparator
32869 数式\SpecialChar \menuseparator
32870 マクロ定義\SpecialChar \menuseparator
32871
32872 \end_layout
32873
32874 \end_inset
32875
32876 最後の引数を削除
32877 \end_layout
32878
32879 \end_inset
32880 </cell>
32881 </row>
32882 <row interlinespace="2.5mm">
32883 <cell alignment="center" valignment="top" usebox="none">
32884 \begin_inset Text
32885
32886 \begin_layout Plain Layout
32887 \begin_inset Graphics
32888         filename ../../images/math-macro-append-greedy-param.png
32889         rotateOrigin center
32890
32891 \end_inset
32892
32893
32894 \end_layout
32895
32896 \end_inset
32897 </cell>
32898 <cell alignment="center" valignment="top" usebox="none">
32899 \begin_inset Text
32900
32901 \begin_layout Plain Layout
32902
32903 \family sans
32904 編集\SpecialChar \menuseparator
32905 数式\SpecialChar \menuseparator
32906 マクロ定義\SpecialChar \menuseparator
32907 右から喰う形で
32908 \begin_inset Newline newline
32909 \end_inset
32910
32911
32912 \begin_inset Phantom HPhantom
32913 status open
32914
32915 \begin_layout Plain Layout
32916
32917 \family sans
32918 編集\SpecialChar \menuseparator
32919 数式\SpecialChar \menuseparator
32920 マクロ定義\SpecialChar \menuseparator
32921
32922 \end_layout
32923
32924 \end_inset
32925
32926 引数を追加
32927 \end_layout
32928
32929 \end_inset
32930 </cell>
32931 </row>
32932 <row interlinespace="2.5mm">
32933 <cell alignment="center" valignment="top" usebox="none">
32934 \begin_inset Text
32935
32936 \begin_layout Plain Layout
32937 \begin_inset Graphics
32938         filename ../../images/math-macro-add-greedy-optional-param.png
32939         rotateOrigin center
32940
32941 \end_inset
32942
32943
32944 \end_layout
32945
32946 \end_inset
32947 </cell>
32948 <cell alignment="center" valignment="top" usebox="none">
32949 \begin_inset Text
32950
32951 \begin_layout Plain Layout
32952
32953 \family sans
32954 編集\SpecialChar \menuseparator
32955 数式\SpecialChar \menuseparator
32956 マクロ定義\SpecialChar \menuseparator
32957 右から喰う形で
32958 \begin_inset Newline newline
32959 \end_inset
32960
32961
32962 \begin_inset Phantom HPhantom
32963 status open
32964
32965 \begin_layout Plain Layout
32966
32967 \family sans
32968 編集\SpecialChar \menuseparator
32969 数式\SpecialChar \menuseparator
32970 マクロ定義\SpecialChar \menuseparator
32971
32972 \end_layout
32973
32974 \end_inset
32975
32976 非必須引数を追加
32977 \end_layout
32978
32979 \end_inset
32980 </cell>
32981 </row>
32982 </lyxtabular>
32983
32984 \end_inset
32985
32986
32987 \end_layout
32988
32989 \begin_layout Section
32990 コンピュータ代数システム
32991 \end_layout
32992
32993 \begin_layout Standard
32994 LyXでは、LyXの数式エディタで書かれた数式表現と、外部プログラムやユーザ定義スクリプトとの間のやり取りが可能です。現在サポートされているプログラムは、
32995 \family sans
32996 Maple
32997 \family default
32998
32999 \family sans
33000 Mathematica
33001 \family default
33002
33003 \family sans
33004 Maxima
33005 \family default
33006
33007 \family sans
33008 Octave
33009 \family default
33010 です。サポートされている数式表現は、非常に単純なものに限られていますので、ご注意ください。
33011 \end_layout
33012
33013 \begin_layout Subsection
33014 使用法
33015 \end_layout
33016
33017 \begin_layout Standard
33018 数式表現を書いた後、
33019 \family sans
33020 編集\SpecialChar \menuseparator
33021 数式\SpecialChar \menuseparator
33022 コンピュータ代数システムを使用
33023 \family default
33024 メニューで、コンピュータに導入済みのプログラムを選択します。その後、計算結果が、数式表現の右に「=」演算子とともに表示されます。
33025 \end_layout
33026
33027 \begin_layout Standard
33028 下記は、どのような計算が可能かをいくつか例示したものです(出力は
33029 \family typewriter
33030 Maxima
33031 \family default
33032 です)。
33033 \end_layout
33034
33035 \begin_layout Itemize
33036 \begin_inset Formula $\frac{37}{3}*2-\sum_{i=1}^{3}i^{i}=-\frac{22}{3}$
33037 \end_inset
33038
33039
33040 \end_layout
33041
33042 \begin_layout Itemize
33043 \begin_inset Formula $\frac{37.0}{3}=12.33333333333333$
33044 \end_inset
33045
33046
33047 \end_layout
33048
33049 \begin_layout Itemize
33050 \begin_inset Formula $\int_{1}^{2}\sin(x)dx=\cos1-\cos2$
33051 \end_inset
33052
33053
33054 \end_layout
33055
33056 \begin_layout Itemize
33057 \begin_inset Formula $\det\left[\begin{array}{ccc}
33058 1 & 6 & 7\\
33059 2 & 5 & 8\\
33060 3 & 4 & 17
33061 \end{array}\right]=-56$
33062 \end_inset
33063
33064
33065 \end_layout
33066
33067 \begin_layout Itemize
33068 \begin_inset Formula $\lim_{x\rightarrow0}\left(\frac{\sin(x)}{x}\right)=1$
33069 \end_inset
33070
33071
33072 \end_layout
33073
33074 \begin_layout Subsection
33075 捷径
33076 \end_layout
33077
33078 \begin_layout Standard
33079 現在のところ、代数プログラムを呼び出すための
33080 \begin_inset Flex Ruby
33081 status collapsed
33082
33083 \begin_layout Plain Layout
33084 捷径
33085 \begin_inset Argument post:1
33086 status collapsed
33087
33088 \begin_layout Plain Layout
33089 ショートカット
33090 \end_layout
33091
33092 \end_inset
33093
33094
33095 \end_layout
33096
33097 \end_inset
33098
33099 はありません。しかし、捷径を
33100 \family sans
33101 math-extern
33102 \family default
33103  LyX関数にバインドすることは容易です(取扱説明書『
33104 \family sans
33105 \emph on
33106 LyX関数篇
33107 \family default
33108 \emph default
33109 』参照)。例えば、数式エディタ中で
33110 \family sans
33111 リターン
33112 \family default
33113
33114 \begin_inset Flex Ruby
33115 status collapsed
33116
33117 \begin_layout Plain Layout
33118
33119 \begin_inset Argument post:1
33120 status collapsed
33121
33122 \begin_layout Plain Layout
33123 キー
33124 \end_layout
33125
33126 \end_inset
33127
33128
33129 \end_layout
33130
33131 \end_inset
33132
33133 をバインドさせることもできます。それを
33134 \family typewriter
33135 Maxima
33136 \family default
33137 にバインドするには、下記の捷径定義コマンドを使用します。
33138 \end_layout
33139
33140 \begin_layout Standard
33141
33142 \series bold
33143 command-alternatives break-paragraph;math-extern maxima
33144 \end_layout
33145
33146 \begin_layout Section
33147 補遺
33148 \begin_inset Index idx
33149 status collapsed
33150
33151 \begin_layout Plain Layout
33152 ほい@補遺
33153 \end_layout
33154
33155 \end_inset
33156
33157
33158 \end_layout
33159
33160 \begin_layout Subsection
33161 負の数
33162 \begin_inset Index idx
33163 status collapsed
33164
33165 \begin_layout Plain Layout
33166 かず@数 ! ふの@負の ---
33167 \end_layout
33168
33169 \end_inset
33170
33171
33172 \end_layout
33173
33174 \begin_layout Standard
33175 数式中の負の数は、数の前の負符号が、差演算子記号と同じ長さに設定されてしまうために、汚く見えてしまうことがあります。負の数を通常の文章として書くと、負符号は正し
33176 く表示されます。
33177 \end_layout
33178
33179 \begin_layout Standard
33180 したがって、この問題は、負符号を数式テキストに変換することによって、解消されます。
33181 \end_layout
33182
33183 \begin_layout Standard
33184 以下は、この問題を示す例です。
33185 \end_layout
33186
33187 \begin_layout Standard
33188 \align center
33189 \begin_inset Tabular
33190 <lyxtabular version="3" rows="3" columns="2">
33191 <features rotate="0" tabularvalignment="middle">
33192 <column alignment="right" valignment="top">
33193 <column alignment="left" valignment="top">
33194 <row>
33195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33196 \begin_inset Text
33197
33198 \begin_layout Plain Layout
33199 通常の文章:
33200 \end_layout
33201
33202 \end_inset
33203 </cell>
33204 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33205 \begin_inset Text
33206
33207 \begin_layout Plain Layout
33208 x = -2
33209 \end_layout
33210
33211 \end_inset
33212 </cell>
33213 </row>
33214 <row>
33215 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33216 \begin_inset Text
33217
33218 \begin_layout Plain Layout
33219 数式:
33220 \end_layout
33221
33222 \end_inset
33223 </cell>
33224 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
33225 \begin_inset Text
33226
33227 \begin_layout Plain Layout
33228 \begin_inset Formula $x=-2$
33229 \end_inset
33230
33231
33232 \end_layout
33233
33234 \end_inset
33235 </cell>
33236 </row>
33237 <row>
33238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33239 \begin_inset Text
33240
33241 \begin_layout Plain Layout
33242 解決策:
33243 \end_layout
33244
33245 \end_inset
33246 </cell>
33247 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
33248 \begin_inset Text
33249
33250 \begin_layout Plain Layout
33251 \begin_inset Formula $x=\textrm{-}2$
33252 \end_inset
33253
33254
33255 \end_layout
33256
33257 \end_inset
33258 </cell>
33259 </row>
33260 </lyxtabular>
33261
33262 \end_inset
33263
33264
33265 \end_layout
33266
33267 \begin_layout Subsection
33268 位区切りとしてのコンマ
33269 \begin_inset Index idx
33270 status collapsed
33271
33272 \begin_layout Plain Layout
33273 こんま@コンマ
33274 \end_layout
33275
33276 \end_inset
33277
33278
33279 \begin_inset Index idx
33280 status collapsed
33281
33282 \begin_layout Plain Layout
33283 かんま@カンマ|see
33284 \begin_inset ERT
33285 status collapsed
33286
33287 \begin_layout Plain Layout
33288
33289 {
33290 \end_layout
33291
33292 \end_inset
33293
33294 コンマ
33295 \begin_inset ERT
33296 status collapsed
33297
33298 \begin_layout Plain Layout
33299
33300 }
33301 \end_layout
33302
33303 \end_inset
33304
33305
33306 \end_layout
33307
33308 \end_inset
33309
33310
33311 \end_layout
33312
33313 \begin_layout Standard
33314 LaTeXでは、英語の慣習にしたがい、数式中のコンマを数字の位区切りに使用します。よって、数式中のコンマの後ろには、つねに空白が加わります。
33315 \end_layout
33316
33317 \begin_layout Standard
33318 これを回避するためには、コンマを選択して、数式テキストに変更して下さい(
33319 \begin_inset Flex Ruby
33320 status collapsed
33321
33322 \begin_layout Plain Layout
33323 捷径
33324 \begin_inset Argument post:1
33325 status collapsed
33326
33327 \begin_layout Plain Layout
33328 ショートカット
33329 \end_layout
33330
33331 \end_inset
33332
33333
33334 \end_layout
33335
33336 \end_inset
33337
33338
33339 \begin_inset Info
33340 type  "shortcut"
33341 arg   "math-mode"
33342 \end_inset
33343
33344 )。
33345 \end_layout
33346
33347 \begin_layout Standard
33348 文書中の数式コンマを、すべて小数点として使うには、LaTeXプリアンブルに
33349 \end_layout
33350
33351 \begin_layout Standard
33352
33353 \series bold
33354
33355 \backslash
33356 usepackage{icomma}
33357 \end_layout
33358
33359 \begin_layout Standard
33360 という行を加えて、
33361 \series bold
33362 icomma.sty
33363 \series default
33364
33365 \begin_inset Foot
33366 status collapsed
33367
33368 \begin_layout Plain Layout
33369
33370 \series bold
33371 icomma
33372 \series default
33373 は、LaTeXパッケージ
33374 \series bold
33375 was
33376 \series default
33377
33378 \begin_inset Index idx
33379 status collapsed
33380
33381 \begin_layout Plain Layout
33382 ぱっけーじ@パッケージ ! was
33383 \begin_inset ERT
33384 status collapsed
33385
33386 \begin_layout Plain Layout
33387
33388
33389 \backslash
33390 vspace{4mm}
33391 \end_layout
33392
33393 \end_inset
33394
33395
33396 \end_layout
33397
33398 \end_inset
33399
33400 に含まれています。
33401 \end_layout
33402
33403 \end_inset
33404
33405
33406 \begin_inset Index idx
33407 status collapsed
33408
33409 \begin_layout Plain Layout
33410 ぱっけーじ@パッケージ ! icomma
33411 \end_layout
33412
33413 \end_inset
33414
33415 ファイルを読み込みます。
33416 \end_layout
33417
33418 \begin_layout Subsection
33419 物理ベクトル
33420 \begin_inset CommandInset label
33421 LatexCommand label
33422 name "sub:物理ベクトル"
33423
33424 \end_inset
33425
33426
33427 \begin_inset Index idx
33428 status collapsed
33429
33430 \begin_layout Plain Layout
33431 Vectors ! physical
33432 \end_layout
33433
33434 \end_inset
33435
33436
33437 \end_layout
33438
33439 \begin_layout Standard
33440 LaTeXパッケージ
33441 \series bold
33442 braket
33443 \series default
33444
33445 \begin_inset Foot
33446 status collapsed
33447
33448 \begin_layout Plain Layout
33449
33450 \series bold
33451 braket
33452 \series default
33453  は標準的LaTeX頒布版のすべてに含まれています。
33454 \end_layout
33455
33456 \end_inset
33457
33458
33459 \begin_inset Index idx
33460 status collapsed
33461
33462 \begin_layout Plain Layout
33463 ぱっけーじ@パッケージ ! braket
33464 \end_layout
33465
33466 \end_inset
33467
33468 には、定義済みのベクトルが提供されており、
33469 \end_layout
33470
33471 \begin_layout Standard
33472
33473 \series bold
33474
33475 \backslash
33476 usepackage{braket}
33477 \end_layout
33478
33479 \begin_layout Standard
33480 というLaTeXプリアンブル行で読み込むことができます。
33481 \end_layout
33482
33483 \begin_layout Standard
33484 \begin_inset ERT
33485 status collapsed
33486
33487 \begin_layout Plain Layout
33488
33489
33490 \backslash
33491 ifbraket 
33492 \end_layout
33493
33494 \end_inset
33495
33496
33497 \begin_inset Note Note
33498 status open
33499
33500 \begin_layout Plain Layout
33501 以下の表は、
33502 \series bold
33503 braket
33504 \series default
33505  LaTeXパッケージが導入済みのときのみ表示されます。
33506 \end_layout
33507
33508 \end_inset
33509
33510 以下のコマンドが定義されています。
33511 \end_layout
33512
33513 \begin_layout Standard
33514 \align center
33515 \begin_inset Tabular
33516 <lyxtabular version="3" rows="4" columns="2">
33517 <features rotate="0" tabularvalignment="middle">
33518 <column alignment="center" valignment="top">
33519 <column alignment="center" valignment="top">
33520 <row>
33521 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33522 \begin_inset Text
33523
33524 \begin_layout Plain Layout
33525 コマンド
33526 \end_layout
33527
33528 \end_inset
33529 </cell>
33530 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33531 \begin_inset Text
33532
33533 \begin_layout Plain Layout
33534 出力
33535 \end_layout
33536
33537 \end_inset
33538 </cell>
33539 </row>
33540 <row>
33541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33542 \begin_inset Text
33543
33544 \begin_layout Plain Layout
33545
33546 \backslash
33547 Bra{
33548 \backslash
33549 psi
33550 \end_layout
33551
33552 \end_inset
33553 </cell>
33554 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33555 \begin_inset Text
33556
33557 \begin_layout Plain Layout
33558 \begin_inset Formula $\Bra{\psi}$
33559 \end_inset
33560
33561
33562 \end_layout
33563
33564 \end_inset
33565 </cell>
33566 </row>
33567 <row>
33568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33569 \begin_inset Text
33570
33571 \begin_layout Plain Layout
33572
33573 \backslash
33574 Ket{
33575 \backslash
33576 psi
33577 \end_layout
33578
33579 \end_inset
33580 </cell>
33581 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33582 \begin_inset Text
33583
33584 \begin_layout Plain Layout
33585 \begin_inset Formula $\Ket{\psi}$
33586 \end_inset
33587
33588
33589 \end_layout
33590
33591 \end_inset
33592 </cell>
33593 </row>
33594 <row>
33595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33596 \begin_inset Text
33597
33598 \begin_layout Plain Layout
33599
33600 \backslash
33601 Braket{
33602 \backslash
33603 psi
33604 \begin_inset Formula $|$
33605 \end_inset
33606
33607
33608 \backslash
33609 phi
33610 \end_layout
33611
33612 \end_inset
33613 </cell>
33614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33615 \begin_inset Text
33616
33617 \begin_layout Plain Layout
33618 \begin_inset Formula $\Braket{\psi|\phi}$
33619 \end_inset
33620
33621
33622 \end_layout
33623
33624 \end_inset
33625 </cell>
33626 </row>
33627 </lyxtabular>
33628
33629 \end_inset
33630
33631
33632 \end_layout
33633
33634 \begin_layout Standard
33635
33636 \series bold
33637
33638 \backslash
33639 Braket
33640 \series default
33641 コマンドを使うと、以下のように、すべての縦棒がそれを囲む括弧と同じ大きさに設定されます。
33642 \begin_inset Formula 
33643 \[
33644 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}
33645 \]
33646
33647 \end_inset
33648
33649
33650 \begin_inset ERT
33651 status collapsed
33652
33653 \begin_layout Plain Layout
33654
33655
33656 \backslash
33657 else 
33658 \end_layout
33659
33660 \end_inset
33661
33662
33663 \begin_inset Note Note
33664 status open
33665
33666 \begin_layout Plain Layout
33667
33668 \series bold
33669 braket
33670 \series default
33671  LaTeXパッケージが導入されていないときには、以下が表示されます。
33672 \end_layout
33673
33674 \end_inset
33675
33676
33677 \end_layout
33678
33679 \begin_layout Standard
33680 本小節の全体を出力で見るためには、
33681 \series bold
33682 braket
33683 \series default
33684  LaTeXパッケージを導入する必要があります。
33685 \end_layout
33686
33687 \begin_layout Standard
33688 \begin_inset ERT
33689 status collapsed
33690
33691 \begin_layout Plain Layout
33692
33693
33694 \backslash
33695 fi 
33696 \end_layout
33697
33698 \end_inset
33699
33700
33701 \end_layout
33702
33703 \begin_layout Standard
33704
33705 \series bold
33706
33707 \backslash
33708 Braket
33709 \series default
33710 と同じ効果は、第
33711 \begin_inset CommandInset ref
33712 LatexCommand ref
33713 reference "sub:自動の括弧丈"
33714
33715 \end_inset
33716
33717 節に説明されているとおり、
33718 \series bold
33719
33720 \backslash
33721 middle
33722 \series default
33723 コマンドを用いることによっても実現できます。
33724 \end_layout
33725
33726 \begin_layout Subsection
33727 自己定義の分数
33728 \begin_inset CommandInset label
33729 LatexCommand label
33730 name "sub:自己定義の分数"
33731
33732 \end_inset
33733
33734
33735 \begin_inset Index idx
33736 status collapsed
33737
33738 \begin_layout Plain Layout
33739 ぶんすう@分数 ! じこていぎの@自己定義の ---
33740 \end_layout
33741
33742 \end_inset
33743
33744
33745 \end_layout
33746
33747 \begin_layout Standard
33748 分数用の自製コマンドを定義するには、以下の書式を持つ
33749 \series bold
33750
33751 \backslash
33752 genfrac
33753 \series default
33754
33755 \begin_inset Index idx
33756 status collapsed
33757
33758 \begin_layout Plain Layout
33759 こまんど@コマンド ! G ! 
33760 \backslash
33761 genfrac
33762 \end_layout
33763
33764 \end_inset
33765
33766 コマンドを使います。
33767 \end_layout
33768
33769 \begin_layout Standard
33770
33771 \series bold
33772
33773 \backslash
33774 genfrac{左括弧}{右括弧}{分数線の厚み}{様式}
33775 \begin_inset Newline newline
33776 \end_inset
33777
33778
33779 \begin_inset Phantom HPhantom
33780 status open
33781
33782 \begin_layout Plain Layout
33783
33784 \series bold
33785
33786 \backslash
33787 genfrac
33788 \end_layout
33789
33790 \end_inset
33791
33792 {分子}{分母}
33793 \end_layout
33794
33795 \begin_layout Standard
33796 ここで「様式」は、0
33797 \begin_inset space \thinspace{}
33798 \end_inset
33799
33800 -
33801 \begin_inset space \thinspace{}
33802 \end_inset
33803
33804 3の範囲の数字です。
33805 \end_layout
33806
33807 \begin_layout Standard
33808 \align center
33809 \begin_inset Tabular
33810 <lyxtabular version="3" rows="5" columns="2">
33811 <features rotate="0" tabularvalignment="middle">
33812 <column alignment="center" valignment="top">
33813 <column alignment="center" valignment="top">
33814 <row>
33815 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33816 \begin_inset Text
33817
33818 \begin_layout Plain Layout
33819 数字
33820 \end_layout
33821
33822 \end_inset
33823 </cell>
33824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33825 \begin_inset Text
33826
33827 \begin_layout Plain Layout
33828 様式(大きさ)
33829 \end_layout
33830
33831 \end_inset
33832 </cell>
33833 </row>
33834 <row>
33835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33836 \begin_inset Text
33837
33838 \begin_layout Plain Layout
33839 0
33840 \end_layout
33841
33842 \end_inset
33843 </cell>
33844 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33845 \begin_inset Text
33846
33847 \begin_layout Plain Layout
33848 別行立て様式の数式
33849 \end_layout
33850
33851 \end_inset
33852 </cell>
33853 </row>
33854 <row>
33855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33856 \begin_inset Text
33857
33858 \begin_layout Plain Layout
33859 1
33860 \end_layout
33861
33862 \end_inset
33863 </cell>
33864 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33865 \begin_inset Text
33866
33867 \begin_layout Plain Layout
33868 行内数式
33869 \end_layout
33870
33871 \end_inset
33872 </cell>
33873 </row>
33874 <row>
33875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33876 \begin_inset Text
33877
33878 \begin_layout Plain Layout
33879 2
33880 \end_layout
33881
33882 \end_inset
33883 </cell>
33884 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33885 \begin_inset Text
33886
33887 \begin_layout Plain Layout
33888 やや小(small)
33889 \end_layout
33890
33891 \end_inset
33892 </cell>
33893 </row>
33894 <row>
33895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33896 \begin_inset Text
33897
33898 \begin_layout Plain Layout
33899 3
33900 \end_layout
33901
33902 \end_inset
33903 </cell>
33904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33905 \begin_inset Text
33906
33907 \begin_layout Plain Layout
33908 最小(tiny)
33909 \end_layout
33910
33911 \end_inset
33912 </cell>
33913 </row>
33914 </lyxtabular>
33915
33916 \end_inset
33917
33918
33919 \end_layout
33920
33921 \begin_layout Standard
33922 「様式」を指定しないときには、
33923 \series bold
33924
33925 \backslash
33926 frac
33927 \series default
33928 コマンドのように、大きさは周囲の環境に合わせて調節されます。 
33929 \end_layout
33930
33931 \begin_layout Standard
33932 「分数線の厚み」を指定しないときには、既定値である0.4
33933 \begin_inset space \thinspace{}
33934 \end_inset
33935
33936 ptが用いられます。
33937 \end_layout
33938
33939 \begin_layout Standard
33940 \begin_inset VSpace medskip
33941 \end_inset
33942
33943 たとえば、第
33944 \begin_inset CommandInset ref
33945 LatexCommand ref
33946 reference "sub:分数"
33947
33948 \end_inset
33949
33950 節の
33951 \series bold
33952
33953 \backslash
33954 dfrac
33955 \series default
33956 コマンドおよび
33957 \series bold
33958
33959 \backslash
33960 tbinom
33961 \series default
33962 コマンドは、
33963 \end_layout
33964
33965 \begin_layout Standard
33966
33967 \series bold
33968
33969 \backslash
33970 newcommand{
33971 \backslash
33972 dfrac}[2]{
33973 \backslash
33974 genfrac{}{}{}{0}{#1}{#2}}
33975 \end_layout
33976
33977 \begin_layout Standard
33978 あるいは
33979 \end_layout
33980
33981 \begin_layout Standard
33982
33983 \series bold
33984
33985 \backslash
33986 newcommand{
33987 \backslash
33988 tbinom}[2]{
33989 \backslash
33990 genfrac{(}{)}{0pt}{1}{#1}{#2}}
33991 \end_layout
33992
33993 \begin_layout Standard
33994 というコマンドで定義できます。
33995 \end_layout
33996
33997 \begin_layout Standard
33998 \begin_inset VSpace medskip
33999 \end_inset
34000
34001 分数線の厚みを非必須の引数として与えることのできる分数を定義するには、LaTeXプリアンブルに
34002 \end_layout
34003
34004 \begin_layout Standard
34005
34006 \series bold
34007
34008 \backslash
34009 newcommand{
34010 \backslash
34011 fracS}[3][]{
34012 \backslash
34013 genfrac{}{}{#1}{}{#2}{#3}}
34014 \end_layout
34015
34016 \begin_layout Standard
34017 という行を入れます。
34018 \begin_inset Newpage newpage
34019 \end_inset
34020
34021
34022 \end_layout
34023
34024 \begin_layout Standard
34025 以下は、そのテストです。
34026 \begin_inset Formula 
34027 \begin{align*}
34028 \text{コマンド} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
34029 \text{出力} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
34030 \end{align*}
34031
34032 \end_inset
34033
34034 ご覧になってわかるように、分子や分母から分数線までの距離は、分数線の厚みの約3倍になります。
34035 \end_layout
34036
34037 \begin_layout Subsection
34038 数式の消去
34039 \begin_inset Index idx
34040 status collapsed
34041
34042 \begin_layout Plain Layout
34043 すうしき@数式 ! しょうきょ@消去
34044 \end_layout
34045
34046 \end_inset
34047
34048
34049 \end_layout
34050
34051 \begin_layout Standard
34052 数式を消去するには、4つの方法があります。
34053 \end_layout
34054
34055 \begin_layout Standard
34056 \align center
34057 \begin_inset Tabular
34058 <lyxtabular version="3" rows="5" columns="2">
34059 <features rotate="0" tabularvalignment="middle">
34060 <column alignment="center" valignment="top">
34061 <column alignment="center" valignment="top">
34062 <row>
34063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34064 \begin_inset Text
34065
34066 \begin_layout Plain Layout
34067 コマンド
34068 \end_layout
34069
34070 \end_inset
34071 </cell>
34072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34073 \begin_inset Text
34074
34075 \begin_layout Plain Layout
34076 出力
34077 \begin_inset Note Note
34078 status collapsed
34079
34080 \begin_layout Plain Layout
34081 ここで
34082 \series bold
34083
34084 \backslash
34085 raisebox
34086 \series default
34087 はスペーサーとして使用しているだけです。
34088 \end_layout
34089
34090 \end_inset
34091
34092
34093 \end_layout
34094
34095 \end_inset
34096 </cell>
34097 </row>
34098 <row>
34099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34100 \begin_inset Text
34101
34102 \begin_layout Plain Layout
34103
34104 \backslash
34105 cancel
34106 \begin_inset space \textvisiblespace{}
34107 \end_inset
34108
34109 int
34110 \begin_inset space \textvisiblespace{}
34111 \end_inset
34112
34113 A=B
34114 \end_layout
34115
34116 \end_inset
34117 </cell>
34118 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34119 \begin_inset Text
34120
34121 \begin_layout Plain Layout
34122 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
34123 \end_inset
34124
34125
34126 \end_layout
34127
34128 \end_inset
34129 </cell>
34130 </row>
34131 <row>
34132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34133 \begin_inset Text
34134
34135 \begin_layout Plain Layout
34136
34137 \backslash
34138 bcancel
34139 \begin_inset space \textvisiblespace{}
34140 \end_inset
34141
34142
34143 \backslash
34144 int
34145 \begin_inset space \textvisiblespace{}
34146 \end_inset
34147
34148 A=B
34149 \end_layout
34150
34151 \end_inset
34152 </cell>
34153 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34154 \begin_inset Text
34155
34156 \begin_layout Plain Layout
34157 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
34158 \end_inset
34159
34160
34161 \end_layout
34162
34163 \end_inset
34164 </cell>
34165 </row>
34166 <row>
34167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34168 \begin_inset Text
34169
34170 \begin_layout Plain Layout
34171
34172 \backslash
34173 xcancel
34174 \begin_inset space \textvisiblespace{}
34175 \end_inset
34176
34177
34178 \backslash
34179 int
34180 \begin_inset space \textvisiblespace{}
34181 \end_inset
34182
34183 A=B
34184 \end_layout
34185
34186 \end_inset
34187 </cell>
34188 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34189 \begin_inset Text
34190
34191 \begin_layout Plain Layout
34192 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
34193 \end_inset
34194
34195
34196 \end_layout
34197
34198 \end_inset
34199 </cell>
34200 </row>
34201 <row>
34202 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34203 \begin_inset Text
34204
34205 \begin_layout Plain Layout
34206
34207 \backslash
34208 cancelto
34209 \begin_inset space \textvisiblespace{}
34210 \end_inset
34211
34212
34213 \backslash
34214 int
34215 \begin_inset space \textvisiblespace{}
34216 \end_inset
34217
34218 A=B
34219 \begin_inset Formula $\to$
34220 \end_inset
34221
34222 1
34223 \end_layout
34224
34225 \end_inset
34226 </cell>
34227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34228 \begin_inset Text
34229
34230 \begin_layout Plain Layout
34231 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
34232 \end_inset
34233
34234
34235 \end_layout
34236
34237 \end_inset
34238 </cell>
34239 </row>
34240 </lyxtabular>
34241
34242 \end_inset
34243
34244
34245 \end_layout
34246
34247 \begin_layout Standard
34248
34249 \series bold
34250
34251 \backslash
34252 cancelto
34253 \series default
34254 は、以下のように、とくに数式中の分数を約分を表示するのに適しています。
34255 \begin_inset Formula 
34256 \[
34257 \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}}}
34258 \]
34259
34260 \end_inset
34261
34262
34263 \end_layout
34264
34265 \begin_layout Standard
34266
34267 \lang english
34268 To change the size of 
34269 \series bold
34270
34271 \backslash
34272 cancelto
34273 \series default
34274 's 
34275 \begin_inset Quotes eld
34276 \end_inset
34277
34278 subscript
34279 \begin_inset Quotes erd
34280 \end_inset
34281
34282  value one can add the LaTeX-preamble line
34283 \end_layout
34284
34285 \begin_layout Standard
34286
34287 \series bold
34288
34289 \backslash
34290 PassOptionsToPackage{option}{cancel}
34291 \end_layout
34292
34293 \begin_layout Standard
34294
34295 \lang english
34296 where 
34297 \series bold
34298 option
34299 \series default
34300  is either 
34301 \series bold
34302 samesize
34303 \series default
34304  which leads to the same size as for the canceled value, or 
34305 \series bold
34306 Smaller
34307 \series default
34308  which makes is it a bit smaller than normal.
34309 \end_layout
34310
34311 \begin_layout Standard
34312 という行で読み込まれています。取り消し線に色を付けるには、TeXコードで以下のコマンドを書き加えてください。
34313 \end_layout
34314
34315 \begin_layout Standard
34316
34317 \series bold
34318
34319 \backslash
34320 renewcommand{
34321 \backslash
34322 CancelColor}{
34323 \backslash
34324 color{red}}
34325 \end_layout
34326
34327 \begin_layout Standard
34328 ここで
34329 \series bold
34330 red
34331 \series default
34332 は、お好みの色に変更することができます。
34333 \end_layout
34334
34335 \begin_layout Standard
34336 \begin_inset ERT
34337 status collapsed
34338
34339 \begin_layout Plain Layout
34340
34341
34342 \backslash
34343 renewcommand{
34344 \backslash
34345 CancelColor}{
34346 \backslash
34347 color{red}}
34348 \end_layout
34349
34350 \end_inset
34351
34352
34353 \end_layout
34354
34355 \begin_layout Standard
34356 \begin_inset Formula 
34357 \[
34358 \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}}}
34359 \]
34360
34361 \end_inset
34362
34363
34364 \end_layout
34365
34366 \begin_layout Standard
34367 \begin_inset ERT
34368 status collapsed
34369
34370 \begin_layout Plain Layout
34371
34372
34373 \backslash
34374 renewcommand{
34375 \backslash
34376 CancelColor}{
34377 \backslash
34378 color{black}}
34379 \end_layout
34380
34381 \end_inset
34382
34383
34384 \begin_inset Note Note
34385 status open
34386
34387 \begin_layout Plain Layout
34388 色をリセット
34389 \end_layout
34390
34391 \end_inset
34392
34393
34394 \end_layout
34395
34396 \begin_layout Standard
34397 他の微調整については、
34398 \series bold
34399 cancel
34400 \series default
34401 パッケージの取扱説明書
34402 \begin_inset CommandInset citation
34403 LatexCommand cite
34404 key "cancel"
34405
34406 \end_inset
34407
34408 をご覧ください。
34409 \begin_inset Index idx
34410 status collapsed
34411
34412 \begin_layout Plain Layout
34413 ぱっけーじ@パッケージ ! cancel
34414 \end_layout
34415
34416 \end_inset
34417
34418
34419 \end_layout
34420
34421 \begin_layout Subsection
34422 節見出し中の数式
34423 \begin_inset CommandInset label
34424 LatexCommand label
34425 name "sub:節見出し中の数式"
34426
34427 \end_inset
34428
34429
34430 \begin_inset Index idx
34431 status collapsed
34432
34433 \begin_layout Plain Layout
34434 すうしき@数式 ! せつみだしちゅうの@節見出し中の ---
34435 \end_layout
34436
34437 \end_inset
34438
34439
34440 \end_layout
34441
34442 \begin_layout Standard
34443 数式を節見出し中で使う際には、以下のことに留意しなくてはなりません。
34444 \end_layout
34445
34446 \begin_layout Standard
34447 \begin_inset Note Greyedout
34448 status open
34449
34450 \begin_layout Plain Layout
34451 文書設定ダイアログの
34452 \family sans
34453 PDF特性
34454 \family default
34455
34456 \series bold
34457 hyperref
34458 \series default
34459
34460 \begin_inset Index idx
34461 status collapsed
34462
34463 \begin_layout Plain Layout
34464 ぱっけーじ@パッケージ ! hyperref
34465 \end_layout
34466
34467 \end_inset
34468
34469 サポートが有効になっている場合、PDFのしおりが、目次にある節見出しすべてに関して生成されます。しおり中に数式を入れることはPDFの慣習に違反しているため、節見
34470 出しに数式が含まれている場合、数式はしおり中に誤った文字列として表示されます。
34471 \end_layout
34472
34473 \end_inset
34474
34475
34476 \end_layout
34477
34478 \begin_layout Standard
34479 これらの問題は、
34480 \family sans
34481 挿入\SpecialChar \menuseparator
34482 短縮タイトル
34483 \family default
34484 メニューを使って、問題となる節見出しの最後に短縮タイトルを入れることで解決することができます。短縮タイトルは、目次が美しく整形されるように、多行にわたる節見出し
34485 に別名を付けるものです。目次中には、短縮タイトルのみが表示され、したがってPDFしおり中にも短縮タイトルのみが表示されます。
34486 \end_layout
34487
34488 \begin_layout Standard
34489 数式を目次中でも使わなくてもならないが、
34490 \series bold
34491 hyperref
34492 \series default
34493 も使用しなくてはならないときには、
34494 \end_layout
34495
34496 \begin_layout Standard
34497
34498 \series bold
34499
34500 \backslash
34501 texorpdfstring{部分}{代替文字列}
34502 \begin_inset Index idx
34503 status collapsed
34504
34505 \begin_layout Plain Layout
34506 こまんど@コマンド ! T ! 
34507 \backslash
34508 texorpdfstring
34509 \end_layout
34510
34511 \end_inset
34512
34513
34514 \end_layout
34515
34516 \begin_layout Standard
34517 というコマンドをTeXモードで使う方法があります。
34518 \end_layout
34519
34520 \begin_layout Standard
34521 「部分」は、見出し中、PDFしおりに表示したくない部分です。これは、文字・数式・脚注のほかに相互参照をとることもできます。しおりには、この部分の代わりに、「代替
34522 文字列」が用いられます。
34523 \end_layout
34524
34525 \begin_layout Standard
34526 以下の二つは、見出しの例です。
34527 \begin_inset VSpace -3mm
34528 \end_inset
34529
34530
34531 \begin_inset ERT
34532 status collapsed
34533
34534 \begin_layout Plain Layout
34535
34536
34537 \backslash
34538 boldmath 
34539 \end_layout
34540
34541 \end_inset
34542
34543
34544 \end_layout
34545
34546 \begin_layout Subsubsection
34547 目次中では数式を使わない見出し
34548 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
34549 \end_inset
34550
34551
34552 \begin_inset Argument 1
34553 status collapsed
34554
34555 \begin_layout Plain Layout
34556 目次中では数式を使わない見出し
34557 \end_layout
34558
34559 \end_inset
34560
34561
34562 \end_layout
34563
34564 \begin_layout Subsubsection
34565 目次中で数式を使う見出し
34566 \begin_inset ERT
34567 status collapsed
34568
34569 \begin_layout Plain Layout
34570
34571
34572 \backslash
34573 texorpdfstring{
34574 \end_layout
34575
34576 \end_inset
34577
34578  
34579 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
34580 \end_inset
34581
34582
34583 \begin_inset ERT
34584 status collapsed
34585
34586 \begin_layout Plain Layout
34587
34588 }{}
34589 \end_layout
34590
34591 \end_inset
34592
34593
34594 \end_layout
34595
34596 \begin_layout Standard
34597 \begin_inset ERT
34598 status collapsed
34599
34600 \begin_layout Plain Layout
34601
34602
34603 \backslash
34604 unboldmath 
34605 \end_layout
34606
34607 \end_inset
34608
34609 一つめの見出しでは短縮タイトルが使われており、二つめの見出しでは
34610 \series bold
34611
34612 \backslash
34613 texorpdfstring
34614 \series default
34615 が使われています。
34616 \end_layout
34617
34618 \begin_layout Standard
34619 他の節見出しと同じ書式を得るために、上の見出し全体は
34620 \series bold
34621 boldmath
34622 \series default
34623 環境に設定してあります
34624 \begin_inset Foot
34625 status collapsed
34626
34627 \begin_layout Plain Layout
34628
34629 \begin_inset CommandInset ref
34630 LatexCommand ref
34631 reference "sub:ボールド体の数式"
34632
34633 \end_inset
34634
34635 節参照。
34636 \end_layout
34637
34638 \end_inset
34639
34640
34641 \end_layout
34642
34643 \begin_layout Subsection
34644 多段組文中の数式
34645 \begin_inset Index idx
34646 status collapsed
34647
34648 \begin_layout Plain Layout
34649 すうしき@数式 ! ただんくみぶんちゅうの@多段組文中の ---
34650 \end_layout
34651
34652 \end_inset
34653
34654
34655 \end_layout
34656
34657 \begin_layout Standard
34658 多段組文中に数式を作ると、段の中に収まりきらないことも多く、ページ幅全体に広がるようにする必要があることがあります。これは、
34659 \series bold
34660 multicol
34661 \series default
34662
34663 \begin_inset Foot
34664 status collapsed
34665
34666 \begin_layout Plain Layout
34667
34668 \series bold
34669 multicol
34670 \series default
34671 は、標準的LaTeX頒布版のすべてに含まれています。
34672 \end_layout
34673
34674 \end_inset
34675
34676
34677 \begin_inset Index idx
34678 status collapsed
34679
34680 \begin_layout Plain Layout
34681 ぱっけーじ@パッケージ ! multicol
34682 \end_layout
34683
34684 \end_inset
34685
34686  LaTeXパッケージを、
34687 \end_layout
34688
34689 \begin_layout Standard
34690
34691 \series bold
34692
34693 \backslash
34694 usepackage{multicol}
34695 \end_layout
34696
34697 \begin_layout Standard
34698 というLaTeXプリアンブル行を書いて読み込むことで、実現できます。
34699 \end_layout
34700
34701 \begin_layout Standard
34702 \begin_inset Note Greyedout
34703 status open
34704
34705 \begin_layout Plain Layout
34706 ここで、
34707 \family sans
34708 文書\SpecialChar \menuseparator
34709 設定
34710 \family default
34711 メニューの
34712 \family sans
34713 本文レイアウト
34714 \family default
34715 で、
34716 \family sans
34717 二段組文書
34718 \family default
34719 の設定を
34720 \emph on
34721 有効にしてはならない
34722 \emph default
34723 ことに注意してください。
34724 \end_layout
34725
34726 \end_inset
34727
34728
34729 \end_layout
34730
34731 \begin_layout Standard
34732 多段組文の前に
34733 \end_layout
34734
34735 \begin_layout Standard
34736
34737 \series bold
34738
34739 \backslash
34740 begin{multicols}{段数}
34741 \end_layout
34742
34743 \begin_layout Standard
34744 というコマンドをTeXモードで書き入れます。「段数」は、2
34745 \begin_inset space \thinspace{}
34746 \end_inset
34747
34748 -
34749 \begin_inset space \thinspace{}
34750 \end_inset
34751
34752 10のあいだの数字です。多段組文の終わる数式の前には、
34753 \end_layout
34754
34755 \begin_layout Standard
34756
34757 \series bold
34758
34759 \backslash
34760 end{multicols}
34761 \end_layout
34762
34763 \begin_layout Standard
34764 というコマンドをTeXモードで入れます。
34765 \end_layout
34766
34767 \begin_layout Standard
34768 このコマンドによって、数式の前にいくらかの余白が、自動的に作られます。これをなくすには、数式の前に-6
34769 \begin_inset space \thinspace{}
34770 \end_inset
34771
34772 mmの垂直空白を入れて下さい。数式様式
34773 \series bold
34774
34775 \begin_inset Foot
34776 status collapsed
34777
34778 \begin_layout Plain Layout
34779
34780 \series bold
34781 数式様式に関しては、第
34782 \series default
34783
34784 \begin_inset CommandInset ref
34785 LatexCommand ref
34786 reference "sec:数式様式"
34787
34788 \end_inset
34789
34790 節をご覧下さい。
34791 \end_layout
34792
34793 \end_inset
34794
34795
34796 \series default
34797 として
34798 \series bold
34799 行頭下げ
34800 \series default
34801 を使用している場合には、代わりに-9
34802 \begin_inset space \thinspace{}
34803 \end_inset
34804
34805 mmの垂直空白を入れて下さい。
34806 \end_layout
34807
34808 \begin_layout Standard
34809 以下は、別行立て数式を含む、多段組文の例です。
34810 \end_layout
34811
34812 \begin_layout Standard
34813 \begin_inset ERT
34814 status collapsed
34815
34816 \begin_layout Plain Layout
34817
34818
34819 \backslash
34820 begin{multicols}{2}
34821 \end_layout
34822
34823 \end_inset
34824
34825
34826 \lang ngerman
34827 Das Spektrum wird fouriertransformiert.
34828  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
34829 , Lösungsmittel) zu trennen.
34830  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
34831  nun das Aussehen des Ausgangssignals.
34832  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so das man
34833  über alle Phasen integrieren muss.
34834  Sei nun 
34835 \begin_inset Formula $S$
34836 \end_inset
34837
34838  unser normiertes Ausgangssignal und 
34839 \begin_inset Formula $P$
34840 \end_inset
34841
34842  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
34843 \lang japanese
34844
34845 \begin_inset ERT
34846 status collapsed
34847
34848 \begin_layout Plain Layout
34849
34850
34851 \backslash
34852 end{multicols}
34853 \end_layout
34854
34855 \end_inset
34856
34857
34858 \begin_inset VSpace -6mm
34859 \end_inset
34860
34861
34862 \begin_inset Formula 
34863 \begin{equation}
34864 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
34865 \end{equation}
34866
34867 \end_inset
34868
34869
34870 \begin_inset ERT
34871 status collapsed
34872
34873 \begin_layout Plain Layout
34874
34875
34876 \backslash
34877 begin{multicols}{2}
34878 \end_layout
34879
34880 \end_inset
34881
34882
34883 \lang ngerman
34884 wobei 
34885 \begin_inset Formula $S_{0}$
34886 \end_inset
34887
34888  das Signal ohne Gradient ist und die Normierungsbedingung 
34889 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
34890 \end_inset
34891
34892  gilt.
34893  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
34894  Direkt nach dem 
34895 \begin_inset Formula $\nicefrac{\pi}{2}$
34896 \end_inset
34897
34898
34899 \begin_inset space \thinspace{}
34900 \end_inset
34901
34902 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
34903  das Signal zusätzlich abschwächt.
34904  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
34905  
34906 \begin_inset Formula $T_{2}$
34907 \end_inset
34908
34909 -Zeit.
34910 \end_layout
34911
34912 \begin_layout Standard
34913 \begin_inset ERT
34914 status collapsed
34915
34916 \begin_layout Plain Layout
34917
34918
34919 \backslash
34920 end{multicols}
34921 \end_layout
34922
34923 \end_inset
34924
34925  
34926 \end_layout
34927
34928 \begin_layout Subsection
34929 変数の説明付き数式
34930 \begin_inset Index idx
34931 status collapsed
34932
34933 \begin_layout Plain Layout
34934 すうしき@数式 ! へんすうのせつめいつき@変数の説明付き
34935 \end_layout
34936
34937 \end_inset
34938
34939
34940 \end_layout
34941
34942 \begin_layout Standard
34943 \begin_inset CommandInset ref
34944 LatexCommand eqref
34945 reference "eq:within"
34946
34947 \end_inset
34948
34949 式のように、数式内で変数の説明をするには、
34950 \begin_inset Formula $n$
34951 \end_inset
34952
34953 個の変数が使われている場合、左寄せの列を持つ
34954 \begin_inset Formula $2\times n$
34955 \end_inset
34956
34957 行列を使用します
34958 \begin_inset Foot
34959 status collapsed
34960
34961 \begin_layout Plain Layout
34962 行列に関しては、第
34963 \begin_inset CommandInset ref
34964 LatexCommand ref
34965 reference "sec:行列"
34966
34967 \end_inset
34968
34969 節参照。
34970 \end_layout
34971
34972 \end_inset
34973
34974 。説明を小さな文字にするには、行列の前に、たとえば
34975 \series bold
34976
34977 \backslash
34978 footnotesize
34979 \series default
34980 コマンドを挿入します
34981 \begin_inset Foot
34982 status collapsed
34983
34984 \begin_layout Plain Layout
34985 フォント寸法に関しては、第
34986 \begin_inset CommandInset ref
34987 LatexCommand ref
34988 reference "sub:書体寸法"
34989
34990 \end_inset
34991
34992 節参照。
34993 \end_layout
34994
34995 \end_inset
34996
34997
34998 \end_layout
34999
35000 \begin_layout Standard
35001 数式様式に
35002 \series bold
35003 行頭下げ
35004 \begin_inset Foot
35005 status collapsed
35006
35007 \begin_layout Plain Layout
35008
35009 \series bold
35010 数式様式に関しては、第
35011 \series default
35012
35013 \begin_inset CommandInset ref
35014 LatexCommand ref
35015 reference "sec:数式様式"
35016
35017 \end_inset
35018
35019 節参照。
35020 \end_layout
35021
35022 \end_inset
35023
35024
35025 \series default
35026 を使っている場合、行列を数式とページ余白から等距離に置くために、行列の前後に
35027 \series bold
35028
35029 \backslash
35030 hfill
35031 \series default
35032
35033 \begin_inset Foot
35034 status collapsed
35035
35036 \begin_layout Plain Layout
35037
35038 \series bold
35039
35040 \backslash
35041 hfill
35042 \series default
35043 は、
35044 \series bold
35045 行頭下げ
35046 \series default
35047 様式のときのみ機能します。第
35048 \begin_inset CommandInset ref
35049 LatexCommand ref
35050 reference "sub:可変長の空白"
35051
35052 \end_inset
35053
35054 節をご覧下さい。
35055 \end_layout
35056
35057 \end_inset
35058
35059 を入れます。
35060 \end_layout
35061
35062 \begin_layout Standard
35063 数式様式に
35064 \series bold
35065 中央揃え
35066 \series default
35067 を使っている場合、数式を字下げするには、第
35068 \begin_inset CommandInset ref
35069 LatexCommand ref
35070 reference "sub:flalign環境"
35071
35072 \end_inset
35073
35074 節で述べた方法を使用します。
35075 \begin_inset CommandInset ref
35076 LatexCommand eqref
35077 reference "eq:within"
35078
35079 \end_inset
35080
35081 式には5列があり、最初の2列には数式、3列めには行列、最終列には空のTeX括弧が入っています。
35082 \begin_inset Formula 
35083 \begin{flalign}
35084 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
35085 \rho & \textrm{density}\\
35086 V & \textrm{volume}\\
35087 g & \textrm{gravitational acceleration}
35088 \end{array} &  & {}\label{eq:within}
35089 \end{flalign}
35090
35091 \end_inset
35092
35093
35094 \end_layout
35095
35096 \begin_layout Subsection
35097 アップライト体のギリシャ小文字
35098 \begin_inset CommandInset label
35099 LatexCommand label
35100 name "sub:アップライト体ギリシャ小文字"
35101
35102 \end_inset
35103
35104
35105 \begin_inset Index idx
35106 status collapsed
35107
35108 \begin_layout Plain Layout
35109 ぎりしゃもじ@ギリシャ文字 ! あっぷらいとたい@アップライト体
35110 \end_layout
35111
35112 \end_inset
35113
35114
35115 \end_layout
35116
35117 \begin_layout Standard
35118 ほとんどの数式書体は、イタリック体のギリシャ小文字しか提供していません。しかし、
35119 \begin_inset Formula $\pi$
35120 \end_inset
35121
35122 中間子やニュートリノのような素粒子の記号には、アップライト体のギリシャ文字が必要とされます。
35123 \series bold
35124 upgreek.sty
35125 \series default
35126
35127 \begin_inset Foot
35128 status collapsed
35129
35130 \begin_layout Plain Layout
35131
35132 \series bold
35133 upgreek
35134 \series default
35135 は、
35136 \series bold
35137 was
35138 \series default
35139
35140 \begin_inset Index idx
35141 status collapsed
35142
35143 \begin_layout Plain Layout
35144 ぱっけーじ@パッケージ ! was
35145 \begin_inset ERT
35146 status collapsed
35147
35148 \begin_layout Plain Layout
35149
35150
35151 \backslash
35152 vspace{4mm}
35153 \end_layout
35154
35155 \end_inset
35156
35157
35158 \end_layout
35159
35160 \end_inset
35161
35162  LaTeXパッケージの一部です。
35163 \end_layout
35164
35165 \end_inset
35166
35167
35168 \begin_inset Index idx
35169 status collapsed
35170
35171 \begin_layout Plain Layout
35172 ぱっけーじ@パッケージ ! upgreek
35173 \end_layout
35174
35175 \end_inset
35176
35177  ファイルを
35178 \end_layout
35179
35180 \begin_layout Standard
35181
35182 \series bold
35183
35184 \backslash
35185 usepackage{upgreek}
35186 \end_layout
35187
35188 \begin_layout Standard
35189 というLaTeXプリアンブル行で読み込めば、これらが提供されるようになります。
35190 \begin_inset ERT
35191 status collapsed
35192
35193 \begin_layout Plain Layout
35194
35195
35196 \backslash
35197 ifupgreek 
35198 \end_layout
35199
35200 \end_inset
35201
35202
35203 \begin_inset Note Note
35204 status open
35205
35206 \begin_layout Plain Layout
35207 以下の表は、
35208 \series bold
35209 upgreek
35210 \series default
35211  LaTeXパッケージが導入済みのときのみ表示されます。
35212 \end_layout
35213
35214 \end_inset
35215
35216 アップライト体のギリシャ小文字は、ギリシャ小文字のコマンド名の前に
35217 \series bold
35218 up
35219 \series default
35220 を付けると作ることができます。たとえば
35221 \series bold
35222
35223 \backslash
35224 uptau
35225 \series default
35226 コマンドは、
35227 \begin_inset Formula $\uptau$
35228 \end_inset
35229
35230 のようになります。
35231 \end_layout
35232
35233 \begin_layout Standard
35234 これらのコマンドを使えば、以下のような素粒子の反応を組版することができるようになります。
35235 \begin_inset Formula 
35236 \[
35237 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}
35238 \]
35239
35240 \end_inset
35241
35242
35243 \end_layout
35244
35245 \begin_layout Standard
35246 アップライト体の文字は、イタリック体のものよりも太く幅広です。したがって、これらを「
35247 \begin_inset Formula $\mu m$
35248 \end_inset
35249
35250 」のような単位に使うべきではありません。
35251 \end_layout
35252
35253 \begin_layout Standard
35254 \begin_inset ERT
35255 status collapsed
35256
35257 \begin_layout Plain Layout
35258
35259
35260 \backslash
35261 else 
35262 \end_layout
35263
35264 \end_inset
35265
35266
35267 \begin_inset Note Note
35268 status open
35269
35270 \begin_layout Plain Layout
35271 以下は、
35272 \series bold
35273 upgreek
35274 \series default
35275  LaTeXパッケージが導入されていないときのみ表示されます。
35276 \end_layout
35277
35278 \end_inset
35279
35280
35281 \end_layout
35282
35283 \begin_layout Standard
35284 この小節のすべてを出力で見るには、
35285 \series bold
35286 upgreek
35287 \series default
35288  LaTeXパッケージを導入する必要があります。
35289 \end_layout
35290
35291 \begin_layout Standard
35292 \begin_inset ERT
35293 status collapsed
35294
35295 \begin_layout Plain Layout
35296
35297
35298 \backslash
35299 fi 
35300 \end_layout
35301
35302 \end_inset
35303
35304
35305 \begin_inset Newpage newpage
35306 \end_inset
35307
35308
35309 \end_layout
35310
35311 \begin_layout Subsection
35312 数式中のテキスト文字
35313 \begin_inset CommandInset label
35314 LatexCommand label
35315 name "sub:数式中のテキスト文字"
35316
35317 \end_inset
35318
35319
35320 \begin_inset Index idx
35321 status collapsed
35322
35323 \begin_layout Plain Layout
35324 てきすと@テキスト ! すうしきちゅうの@数式中の ---
35325 \end_layout
35326
35327 \end_inset
35328
35329
35330 \end_layout
35331
35332 \begin_layout Standard
35333 折にふれて、テキスト文字を直接数式中に入れたいときがあるでしょう。たとえば、中黒「·」を
35334 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
35335 \end_inset
35336
35337 のように数式中で頻繁に用いようとすると、この中黒はすべてのエンコーディングでテキスト文字として定義されているために、代わりに
35338 \series bold
35339
35340 \backslash
35341 cdot
35342 \series default
35343
35344 \begin_inset Foot
35345 status collapsed
35346
35347 \begin_layout Plain Layout
35348
35349 \begin_inset CommandInset ref
35350 LatexCommand ref
35351 reference "sub:二項演算子"
35352
35353 \end_inset
35354
35355 節参照。
35356 \end_layout
35357
35358 \end_inset
35359
35360 コマンドを挿入しなくてはならなくなることでしょう。しかし、
35361 \end_layout
35362
35363 \begin_layout Standard
35364
35365 \series bold
35366
35367 \backslash
35368 Declare Inputtext{183}{
35369 \backslash
35370 ifmmode
35371 \backslash
35372 cdot
35373 \backslash
35374 else
35375 \backslash
35376 textperiodcentered
35377 \backslash
35378 f\SpecialChar \textcompwordmark{}
35379 i}
35380 \end_layout
35381
35382 \begin_layout Standard
35383 というLaTeXプリアンブル行を使えば、エンコーディングに変更を加えることができます。
35384 \end_layout
35385
35386 \begin_layout Standard
35387 文字エンコーディング(
35388 \family sans
35389 文書\SpecialChar \menuseparator
35390 設定\SpecialChar \menuseparator
35391 言語
35392 \family default
35393 メニュー)は、キーボード上の
35394 \begin_inset Flex Ruby
35395 status collapsed
35396
35397 \begin_layout Plain Layout
35398
35399 \begin_inset Argument post:1
35400 status collapsed
35401
35402 \begin_layout Plain Layout
35403 キー
35404 \end_layout
35405
35406 \end_inset
35407
35408
35409 \end_layout
35410
35411 \end_inset
35412
35413 が押されたときにどの文字が表示されるかを指定します。「·」文字に対応する鍵が押されると、内部的には
35414 \series bold
35415
35416 \backslash
35417 textperiodcentered
35418 \series default
35419 コマンドが使用されます。しかし、このコマンドは数式中では使えないので、LaTeXエラーが発生するのです。変更後のエンコーディングでは、文字が数式中に挿入されたか
35420 否かによって、正しいコマンドが自動的に選択されます。
35421 \end_layout
35422
35423 \begin_layout Standard
35424 定義ファイル中には、複数の文字のエンコーディングが保管されています。たとえば、
35425 \series bold
35426 latin9
35427 \series default
35428 エンコーディングは、LaTeXがインストールされたフォルダにある
35429 \series bold
35430 latin9.def
35431 \series default
35432 ファイルに定義されています。エンコーディングは、LaTeXプリアンブルで変更するべきであって、定義ファイルを変更してはなりません。さもないと、自分の作成した文書
35433 は、他のコンピューターで作業をしている他のユーザーによっては編集することができなくなってしまいます。
35434 \end_layout
35435
35436 \begin_layout Standard
35437 \begin_inset VSpace medskip
35438 \end_inset
35439
35440 中黒の他にこの文書では、角度記号「
35441 \begin_inset Formula $^{\circ}$
35442 \end_inset
35443
35444 」が、数式に直接入れることができるよう、以下のようなLaTeXプリアンブル行で定義されています
35445 \begin_inset Foot
35446 status collapsed
35447
35448 \begin_layout Plain Layout
35449 (訳註)pLaTeXでは、これらの定義は必要ないので、コメントアウトして無効にしてあります。
35450 \end_layout
35451
35452 \end_inset
35453
35454
35455 \end_layout
35456
35457 \begin_layout Standard
35458
35459 \series bold
35460
35461 \backslash
35462 DeclareInputtext{176}{
35463 \backslash
35464 ifmmode^
35465 \backslash
35466 circ
35467 \backslash
35468 else
35469 \backslash
35470 textdegree
35471 \backslash
35472 f\SpecialChar \textcompwordmark{}
35473 i}
35474 \end_layout
35475
35476 \begin_layout Standard
35477 \begin_inset Newpage newpage
35478 \end_inset
35479
35480
35481 \end_layout
35482
35483 \begin_layout Section
35484 \start_of_appendix
35485 組版上の助言
35486 \begin_inset Index idx
35487 status collapsed
35488
35489 \begin_layout Plain Layout
35490 くみばんじょうのじょげん@組版上の助言
35491 \end_layout
35492
35493 \end_inset
35494
35495
35496 \end_layout
35497
35498 \begin_layout Standard
35499 この節は、ISO規範に掲げてある、もっとも重要な組版ルールの要約です
35500 \begin_inset Foot
35501 status collapsed
35502
35503 \begin_layout Plain Layout
35504 この要約の一部は、ISO規則を取り上げている「Duden」
35505 \begin_inset CommandInset citation
35506 LatexCommand cite
35507 key "Duden"
35508
35509 \end_inset
35510
35511 と呼ばれるドイツの半公的辞書から採られています。
35512 \end_layout
35513
35514 \end_inset
35515
35516
35517 \end_layout
35518
35519 \begin_layout Itemize
35520 物理単位は、つねに(イタリック文中にあるときも)アップライト体にします
35521 \begin_inset Foot
35522 status collapsed
35523
35524 \begin_layout Plain Layout
35525 書体様式で指定します。第
35526 \begin_inset CommandInset ref
35527 LatexCommand ref
35528 reference "sub:書体様式"
35529
35530 \end_inset
35531
35532 節を参照。
35533 \end_layout
35534
35535 \end_inset
35536
35537 :30
35538 \begin_inset space \thinspace{}
35539 \end_inset
35540
35541 km/h
35542 \begin_inset Newline newline
35543 \end_inset
35544
35545 値と単位の間には、最小空白を入れます。第
35546 \begin_inset CommandInset ref
35547 LatexCommand ref
35548 reference "sub:定義済みの空白"
35549
35550 \end_inset
35551
35552 節を参照。
35553 \begin_inset Newline newline
35554 \end_inset
35555
35556 この慣習は、
35557 \series bold
35558
35559 \backslash
35560 unittwo
35561 \series default
35562 コマンドを使用すると、つねに満たされます。このコマンドを数式に入れると、二つの枠が現れます。最初の枠には値をいれ、第二の枠に単位を入れると、上記と同じような結果
35563 が得られます:
35564 \begin_inset Formula $\unit[30]{km/h}$
35565 \end_inset
35566
35567
35568 \begin_inset space \thinspace{}
35569 \end_inset
35570
35571 。実は、
35572 \series bold
35573
35574 \backslash
35575 unittwo
35576 \series default
35577 は、LaTeXコマンドの実体ではなく、
35578 \series bold
35579
35580 \backslash
35581 unit[値]{単位}
35582 \series default
35583 というコマンドです。したがって、これをTeXコード中で使用することはできません。
35584 \end_layout
35585
35586 \begin_layout Itemize
35587 百分率記号と千分率記号は、物理単位と同様に組みます:
35588 \begin_inset Newline newline
35589 \end_inset
35590
35591 血中アルコール1,2
35592 \begin_inset space \thinspace{}
35593 \end_inset
35594
35595
35596 \end_layout
35597
35598 \begin_layout Itemize
35599 角度記号は値の直後に置きます:
35600 \begin_inset Formula $15^{\circ}$
35601 \end_inset
35602
35603 。しかし、単位として用いられるときは別です:15
35604 \begin_inset space \thinspace{}
35605 \end_inset
35606
35607
35608 \begin_inset Formula $^{\circ}\negmedspace\mbox{C}$
35609 \end_inset
35610
35611
35612 \end_layout
35613
35614 \begin_layout Itemize
35615 4桁以上の数は、3桁ごとに最小空白を直前に挿入して、グループ化します:18
35616 \begin_inset space \thinspace{}
35617 \end_inset
35618
35619 473
35620 \begin_inset space \thinspace{}
35621 \end_inset
35622
35623 588
35624 \end_layout
35625
35626 \begin_layout Itemize
35627 \begin_inset Formula $120\times90\times40$
35628 \end_inset
35629
35630
35631 \begin_inset space \thinspace{}
35632 \end_inset
35633
35634 cmのような寸法には、積記号「
35635 \begin_inset Formula $\times$
35636 \end_inset
35637
35638 」を用います。これは、
35639 \series bold
35640
35641 \backslash
35642 times
35643 \series default
35644 コマンドか、
35645 \family sans
35646 挿入\SpecialChar \menuseparator
35647 特殊文字\SpecialChar \menuseparator
35648 記号
35649 \family default
35650 メニューから入れることができます。
35651 \end_layout
35652
35653 \begin_layout Itemize
35654 いくつかの文字を含む関数名は、混乱を防ぐためにアップライト体にします。第
35655 \begin_inset CommandInset ref
35656 LatexCommand ref
35657 reference "sub:定義済み函数"
35658
35659 \end_inset
35660
35661 節を参照。
35662 \end_layout
35663
35664 \begin_layout Itemize
35665 複数の文字を含む指数は、アップライト体にします:
35666 \begin_inset Formula $E_{\mathrm{kin}}$
35667 \end_inset
35668
35669
35670 \begin_inset Newline newline
35671 \end_inset
35672
35673 行列要素はイタリック体にします:
35674 \begin_inset Formula $\hat{H}_{kl}$
35675 \end_inset
35676
35677
35678 \end_layout
35679
35680 \begin_layout Itemize
35681 微分作用素・積分作用素「d」、オイラー数「e」、虚数単位「i」は、他の変数と間違えることを避けるために、アップライト体にします。
35682 \end_layout
35683
35684 \begin_layout Itemize
35685
35686 \noun on
35687 フーリエ
35688 \noun default
35689 変換を表す文字は、
35690 \series bold
35691
35692 \backslash
35693 mathscr
35694 \begin_inset space \textvisiblespace{}
35695 \end_inset
35696
35697 {F
35698 \series default
35699 コマンド
35700 \begin_inset Index idx
35701 status collapsed
35702
35703 \begin_layout Plain Layout
35704 こまんど@コマンド! M ! 
35705 \backslash
35706 mathscr
35707 \end_layout
35708
35709 \end_inset
35710
35711
35712 \family sans
35713 挿入\SpecialChar \menuseparator
35714 特殊文字\SpecialChar \menuseparator
35715 記号\SpecialChar \menuseparator
35716 文字様記号
35717 \family default
35718 メニューの
35719 \begin_inset Formula $\mathscr{F}$
35720 \end_inset
35721
35722 で入れることができます。
35723 \end_layout
35724
35725 \begin_layout Standard
35726 \begin_inset Newpage newpage
35727 \end_inset
35728
35729
35730 \end_layout
35731
35732 \begin_layout Section
35733 同義語
35734 \begin_inset Index idx
35735 status collapsed
35736
35737 \begin_layout Plain Layout
35738 どうぎご@同義語
35739 \end_layout
35740
35741 \end_inset
35742
35743
35744 \end_layout
35745
35746 \begin_layout Standard
35747 いくつかの文字や記号は、複数のコマンドから作ることができます。以下は、同義のコマンドの一覧です。
35748 \end_layout
35749
35750 \begin_layout Standard
35751 \begin_inset VSpace bigskip
35752 \end_inset
35753
35754
35755 \begin_inset space \hfill{}
35756 \end_inset
35757
35758
35759 \begin_inset Tabular
35760 <lyxtabular version="3" rows="12" columns="2">
35761 <features rotate="0" tabularvalignment="middle">
35762 <column alignment="center" valignment="top" width="0pt">
35763 <column alignment="center" valignment="top" width="0pt">
35764 <row>
35765 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35766 \begin_inset Text
35767
35768 \begin_layout Plain Layout
35769 コマンド
35770 \end_layout
35771
35772 \end_inset
35773 </cell>
35774 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35775 \begin_inset Text
35776
35777 \begin_layout Plain Layout
35778 同義のコマンド
35779 \begin_inset Note Note
35780 status collapsed
35781
35782 \begin_layout Plain Layout
35783 ここで
35784 \series bold
35785
35786 \backslash
35787 raisebox
35788 \series default
35789 はスペーサーとして使用しているだけです。
35790 \end_layout
35791
35792 \end_inset
35793
35794
35795 \end_layout
35796
35797 \end_inset
35798 </cell>
35799 </row>
35800 <row>
35801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35802 \begin_inset Text
35803
35804 \begin_layout Plain Layout
35805
35806 \backslash
35807 ast
35808 \end_layout
35809
35810 \end_inset
35811 </cell>
35812 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35813 \begin_inset Text
35814
35815 \begin_layout Plain Layout
35816 \begin_inset ERT
35817 status collapsed
35818
35819 \begin_layout Plain Layout
35820
35821
35822 \backslash
35823 raisebox{-1.2mm}{
35824 \end_layout
35825
35826 \end_inset
35827
35828 *
35829 \begin_inset ERT
35830 status collapsed
35831
35832 \begin_layout Plain Layout
35833
35834 }
35835 \end_layout
35836
35837 \end_inset
35838
35839
35840 \end_layout
35841
35842 \end_inset
35843 </cell>
35844 </row>
35845 <row>
35846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35847 \begin_inset Text
35848
35849 \begin_layout Plain Layout
35850
35851 \backslash
35852 choose
35853 \end_layout
35854
35855 \end_inset
35856 </cell>
35857 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35858 \begin_inset Text
35859
35860 \begin_layout Plain Layout
35861
35862 \backslash
35863 binom
35864 \end_layout
35865
35866 \end_inset
35867 </cell>
35868 </row>
35869 <row>
35870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35871 \begin_inset Text
35872
35873 \begin_layout Plain Layout
35874
35875 \backslash
35876 geq
35877 \end_layout
35878
35879 \end_inset
35880 </cell>
35881 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35882 \begin_inset Text
35883
35884 \begin_layout Plain Layout
35885
35886 \backslash
35887 ge
35888 \end_layout
35889
35890 \end_inset
35891 </cell>
35892 </row>
35893 <row>
35894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35895 \begin_inset Text
35896
35897 \begin_layout Plain Layout
35898
35899 \backslash
35900 lbrace
35901 \end_layout
35902
35903 \end_inset
35904 </cell>
35905 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35906 \begin_inset Text
35907
35908 \begin_layout Plain Layout
35909 {
35910 \end_layout
35911
35912 \end_inset
35913 </cell>
35914 </row>
35915 <row>
35916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35917 \begin_inset Text
35918
35919 \begin_layout Plain Layout
35920
35921 \backslash
35922 lbracket
35923 \end_layout
35924
35925 \end_inset
35926 </cell>
35927 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35928 \begin_inset Text
35929
35930 \begin_layout Plain Layout
35931 [
35932 \end_layout
35933
35934 \end_inset
35935 </cell>
35936 </row>
35937 <row>
35938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35939 \begin_inset Text
35940
35941 \begin_layout Plain Layout
35942
35943 \backslash
35944 leftarrow
35945 \end_layout
35946
35947 \end_inset
35948 </cell>
35949 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35950 \begin_inset Text
35951
35952 \begin_layout Plain Layout
35953
35954 \backslash
35955 gets
35956 \end_layout
35957
35958 \end_inset
35959 </cell>
35960 </row>
35961 <row>
35962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35963 \begin_inset Text
35964
35965 \begin_layout Plain Layout
35966
35967 \backslash
35968 leq
35969 \end_layout
35970
35971 \end_inset
35972 </cell>
35973 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35974 \begin_inset Text
35975
35976 \begin_layout Plain Layout
35977
35978 \backslash
35979 le
35980 \end_layout
35981
35982 \end_inset
35983 </cell>
35984 </row>
35985 <row>
35986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35987 \begin_inset Text
35988
35989 \begin_layout Plain Layout
35990
35991 \backslash
35992 lor
35993 \end_layout
35994
35995 \end_inset
35996 </cell>
35997 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35998 \begin_inset Text
35999
36000 \begin_layout Plain Layout
36001
36002 \backslash
36003 vee
36004 \end_layout
36005
36006 \end_inset
36007 </cell>
36008 </row>
36009 <row>
36010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36011 \begin_inset Text
36012
36013 \begin_layout Plain Layout
36014
36015 \backslash
36016 neq
36017 \end_layout
36018
36019 \end_inset
36020 </cell>
36021 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36022 \begin_inset Text
36023
36024 \begin_layout Plain Layout
36025
36026 \backslash
36027 not=
36028 \end_layout
36029
36030 \end_inset
36031 </cell>
36032 </row>
36033 <row>
36034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36035 \begin_inset Text
36036
36037 \begin_layout Plain Layout
36038
36039 \backslash
36040 slash
36041 \end_layout
36042
36043 \end_inset
36044 </cell>
36045 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36046 \begin_inset Text
36047
36048 \begin_layout Plain Layout
36049 /
36050 \end_layout
36051
36052 \end_inset
36053 </cell>
36054 </row>
36055 <row>
36056 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36057 \begin_inset Text
36058
36059 \begin_layout Plain Layout
36060
36061 \backslash
36062 vert
36063 \end_layout
36064
36065 \end_inset
36066 </cell>
36067 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36068 \begin_inset Text
36069
36070 \begin_layout Plain Layout
36071 \begin_inset Formula $|$
36072 \end_inset
36073
36074
36075 \end_layout
36076
36077 \end_inset
36078 </cell>
36079 </row>
36080 </lyxtabular>
36081
36082 \end_inset
36083
36084
36085 \begin_inset space \hfill{}
36086 \end_inset
36087
36088
36089 \begin_inset Tabular
36090 <lyxtabular version="3" rows="12" columns="2">
36091 <features rotate="0" tabularvalignment="middle">
36092 <column alignment="center" valignment="top" width="0pt">
36093 <column alignment="center" valignment="top" width="0pt">
36094 <row>
36095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36096 \begin_inset Text
36097
36098 \begin_layout Plain Layout
36099 コマンド
36100 \end_layout
36101
36102 \end_inset
36103 </cell>
36104 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36105 \begin_inset Text
36106
36107 \begin_layout Plain Layout
36108 同義のコマンド
36109 \end_layout
36110
36111 \end_inset
36112 </cell>
36113 </row>
36114 <row>
36115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36116 \begin_inset Text
36117
36118 \begin_layout Plain Layout
36119
36120 \backslash
36121 backslash
36122 \end_layout
36123
36124 \end_inset
36125 </cell>
36126 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36127 \begin_inset Text
36128
36129 \begin_layout Plain Layout
36130
36131 \backslash
36132
36133 \backslash
36134
36135 \end_layout
36136
36137 \end_inset
36138 </cell>
36139 </row>
36140 <row>
36141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36142 \begin_inset Text
36143
36144 \begin_layout Plain Layout
36145
36146 \backslash
36147 dasharrow
36148 \end_layout
36149
36150 \end_inset
36151 </cell>
36152 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36153 \begin_inset Text
36154
36155 \begin_layout Plain Layout
36156
36157 \backslash
36158 dashrightarrow
36159 \end_layout
36160
36161 \end_inset
36162 </cell>
36163 </row>
36164 <row>
36165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36166 \begin_inset Text
36167
36168 \begin_layout Plain Layout
36169
36170 \backslash
36171 land
36172 \end_layout
36173
36174 \end_inset
36175 </cell>
36176 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36177 \begin_inset Text
36178
36179 \begin_layout Plain Layout
36180
36181 \backslash
36182 wedge
36183 \end_layout
36184
36185 \end_inset
36186 </cell>
36187 </row>
36188 <row>
36189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36190 \begin_inset Text
36191
36192 \begin_layout Plain Layout
36193
36194 \backslash
36195 rbrace
36196 \end_layout
36197
36198 \end_inset
36199 </cell>
36200 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36201 \begin_inset Text
36202
36203 \begin_layout Plain Layout
36204 }
36205 \end_layout
36206
36207 \end_inset
36208 </cell>
36209 </row>
36210 <row>
36211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36212 \begin_inset Text
36213
36214 \begin_layout Plain Layout
36215
36216 \backslash
36217 rbracket
36218 \end_layout
36219
36220 \end_inset
36221 </cell>
36222 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36223 \begin_inset Text
36224
36225 \begin_layout Plain Layout
36226 ]
36227 \end_layout
36228
36229 \end_inset
36230 </cell>
36231 </row>
36232 <row>
36233 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36234 \begin_inset Text
36235
36236 \begin_layout Plain Layout
36237
36238 \backslash
36239 rightarrow
36240 \end_layout
36241
36242 \end_inset
36243 </cell>
36244 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36245 \begin_inset Text
36246
36247 \begin_layout Plain Layout
36248
36249 \backslash
36250 to
36251 \end_layout
36252
36253 \end_inset
36254 </cell>
36255 </row>
36256 <row>
36257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36258 \begin_inset Text
36259
36260 \begin_layout Plain Layout
36261
36262 \backslash
36263 lnot
36264 \end_layout
36265
36266 \end_inset
36267 </cell>
36268 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36269 \begin_inset Text
36270
36271 \begin_layout Plain Layout
36272
36273 \backslash
36274 neg
36275 \end_layout
36276
36277 \end_inset
36278 </cell>
36279 </row>
36280 <row>
36281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36282 \begin_inset Text
36283
36284 \begin_layout Plain Layout
36285
36286 \backslash
36287 ne
36288 \end_layout
36289
36290 \end_inset
36291 </cell>
36292 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36293 \begin_inset Text
36294
36295 \begin_layout Plain Layout
36296
36297 \backslash
36298 not=
36299 \end_layout
36300
36301 \end_inset
36302 </cell>
36303 </row>
36304 <row>
36305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36306 \begin_inset Text
36307
36308 \begin_layout Plain Layout
36309
36310 \backslash
36311 owns
36312 \end_layout
36313
36314 \end_inset
36315 </cell>
36316 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36317 \begin_inset Text
36318
36319 \begin_layout Plain Layout
36320
36321 \backslash
36322 ni
36323 \end_layout
36324
36325 \end_inset
36326 </cell>
36327 </row>
36328 <row>
36329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36330 \begin_inset Text
36331
36332 \begin_layout Plain Layout
36333
36334 \backslash
36335 square
36336 \end_layout
36337
36338 \end_inset
36339 </cell>
36340 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36341 \begin_inset Text
36342
36343 \begin_layout Plain Layout
36344
36345 \backslash
36346 Box
36347 \end_layout
36348
36349 \end_inset
36350 </cell>
36351 </row>
36352 <row>
36353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36354 \begin_inset Text
36355
36356 \begin_layout Plain Layout
36357
36358 \backslash
36359 Vert
36360 \end_layout
36361
36362 \end_inset
36363 </cell>
36364 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36365 \begin_inset Text
36366
36367 \begin_layout Plain Layout
36368
36369 \backslash
36370
36371 \begin_inset Formula $|$
36372 \end_inset
36373
36374
36375 \end_layout
36376
36377 \end_inset
36378 </cell>
36379 </row>
36380 </lyxtabular>
36381
36382 \end_inset
36383
36384
36385 \begin_inset space \hfill{}
36386 \end_inset
36387
36388
36389 \end_layout
36390
36391 \begin_layout Standard
36392 \begin_inset Newpage newpage
36393 \end_inset
36394
36395
36396 \end_layout
36397
36398 \begin_layout Bibliography
36399 \begin_inset CommandInset bibitem
36400 LatexCommand bibitem
36401 key "TLC2"
36402
36403 \end_inset
36404
36405
36406 \shape smallcaps
36407 Mittelbach, F.
36408  ; Goossens, M.
36409 \shape default
36410
36411 \shape italic
36412 The LaTeX Companion
36413 \shape default
36414 , 2nd ed.
36415  Addison Wesley, 2004
36416 \end_layout
36417
36418 \begin_layout Bibliography
36419 \begin_inset CommandInset bibitem
36420 LatexCommand bibitem
36421 key "Mathmode"
36422
36423 \end_inset
36424
36425 LaTeXの数式能力の
36426 \begin_inset CommandInset href
36427 LatexCommand href
36428 name "説明"
36429 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
36430
36431 \end_inset
36432
36433
36434 \end_layout
36435
36436 \begin_layout Bibliography
36437 \begin_inset CommandInset bibitem
36438 LatexCommand bibitem
36439 key "AMS"
36440
36441 \end_inset
36442
36443
36444 \begin_inset ERT
36445 status collapsed
36446
36447 \begin_layout Plain Layout
36448
36449
36450 \backslash
36451 AmS
36452 \end_layout
36453
36454 \end_inset
36455
36456 -LaTeXの
36457 \begin_inset CommandInset href
36458 LatexCommand href
36459 name "説明"
36460 target "http://mirrors.ctan.org/macros/latex/required/amslatex/math/amsldoc.pdf"
36461
36462 \end_inset
36463
36464
36465 \end_layout
36466
36467 \begin_layout Bibliography
36468 \begin_inset CommandInset bibitem
36469 LatexCommand bibitem
36470 key "Symbols"
36471
36472 \end_inset
36473
36474 LaTeXパッケージで利用できる記号の
36475 \begin_inset CommandInset href
36476 LatexCommand href
36477 name "全覧"
36478 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
36479
36480 \end_inset
36481
36482
36483 \end_layout
36484
36485 \begin_layout Bibliography
36486 \begin_inset CommandInset bibitem
36487 LatexCommand bibitem
36488 key "cancel"
36489
36490 \end_inset
36491
36492 LaTeX 
36493 \series bold
36494 cancel
36495 \series default
36496
36497 \begin_inset Index idx
36498 status collapsed
36499
36500 \begin_layout Plain Layout
36501 ぱっけーじ@パッケージ ! cancel
36502 \end_layout
36503
36504 \end_inset
36505
36506 パッケージの
36507 \begin_inset CommandInset href
36508 LatexCommand href
36509 name "取扱説明書"
36510 target "http://mirrors.ctan.org/macros/latex/contrib/cancel/cancel.pdf"
36511
36512 \end_inset
36513
36514
36515 \end_layout
36516
36517 \begin_layout Bibliography
36518 \begin_inset CommandInset bibitem
36519 LatexCommand bibitem
36520 key "hyperref"
36521
36522 \end_inset
36523
36524 LaTeX 
36525 \series bold
36526 hyperref
36527 \series default
36528
36529 \begin_inset Index idx
36530 status collapsed
36531
36532 \begin_layout Plain Layout
36533 ぱっけーじ@パッケージ ! hyperref
36534 \end_layout
36535
36536 \end_inset
36537
36538 パッケージの
36539 \begin_inset CommandInset href
36540 LatexCommand href
36541 name "取扱説明書"
36542 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
36543
36544 \end_inset
36545
36546
36547 \end_layout
36548
36549 \begin_layout Bibliography
36550 \begin_inset CommandInset bibitem
36551 LatexCommand bibitem
36552 key "mhchem"
36553
36554 \end_inset
36555
36556 LaTeX 
36557 \series bold
36558 mhchem
36559 \series default
36560
36561 \begin_inset Index idx
36562 status collapsed
36563
36564 \begin_layout Plain Layout
36565 ぱっけーじ@パッケージ ! mhchem
36566 \end_layout
36567
36568 \end_inset
36569
36570 パッケージの
36571 \begin_inset CommandInset href
36572 LatexCommand href
36573 name "取扱説明書"
36574 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
36575
36576 \end_inset
36577
36578
36579 \end_layout
36580
36581 \begin_layout Bibliography
36582 \begin_inset CommandInset bibitem
36583 LatexCommand bibitem
36584 key "Mathclap"
36585
36586 \end_inset
36587
36588
36589 \begin_inset CommandInset ref
36590 LatexCommand ref
36591 reference "sub:演算子の範囲"
36592
36593 \end_inset
36594
36595 節に述べられている
36596 \series bold
36597
36598 \backslash
36599 mathclap
36600 \series default
36601 コマンドの
36602 \begin_inset CommandInset href
36603 LatexCommand href
36604 name "説明"
36605 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
36606
36607 \end_inset
36608
36609
36610 \begin_inset Index idx
36611 status collapsed
36612
36613 \begin_layout Plain Layout
36614 こまんど@コマンド ! M ! 
36615 \backslash
36616 mathclap
36617 \end_layout
36618
36619 \end_inset
36620
36621
36622 \end_layout
36623
36624 \begin_layout Bibliography
36625 \begin_inset CommandInset bibitem
36626 LatexCommand bibitem
36627 key "Duden"
36628
36629 \end_inset
36630
36631
36632 \emph on
36633 Duden Band 1
36634 \emph default
36635 .
36636  22.
36637  Auflage, Duden 2001
36638 \end_layout
36639
36640 \begin_layout Bibliography
36641 \begin_inset CommandInset bibitem
36642 LatexCommand bibitem
36643 key "Checklist"
36644
36645 \end_inset
36646
36647 原稿見直しの
36648 \begin_inset CommandInset href
36649 LatexCommand href
36650 name "チェックリスト"
36651 target "http://physics.nist.gov/Document/checklist.pdf"
36652
36653 \end_inset
36654
36655
36656 \end_layout
36657
36658 \begin_layout Subsubsection*
36659 \begin_inset CommandInset index_print
36660 LatexCommand printindex
36661 type "idx"
36662
36663 \end_inset
36664
36665
36666 \end_layout
36667
36668 \end_body
36669 \end_document