]> git.lyx.org Git - lyx.git/blob - lib/doc/ja/Math.lyx
Remove absolute path
[lyx.git] / lib / doc / ja / Math.lyx
1 #LyX 2.4 created this file. For more info see https://www.lyx.org/
2 \lyxformat 614
3 \begin_document
4 \begin_header
5 \save_transient_properties false
6 \origin /systemlyxdir/doc/ja/
7 \textclass scrartcl
8 \begin_preamble
9 % DO NOT ALTER THIS PREAMBLE!!!
10 %
11 % This preamble is designed to ensure that the file prints
12 % out as advertised. If you mess with this preamble,
13 % parts of this document may not print out as expected.  If you
14 % have problems LaTeXing this file, please contact 
15 % the documentation team
16 % email: lyx-docs@lists.lyx.org
17
18 % solves the following problem:
19 % If the dection number consits of too many numerals the section heading
20 % will be printed in the TOC without a space between it and the section number.
21 % As solution more space between the number and the heading is inserted:
22 \renewcommand{\l@subsection}{\@dottedtocline{2}{1.5em}{2.8em}}
23 \renewcommand{\l@subsubsection}{\@dottedtocline{3}{4.3em}{3.6em}}
24
25 % To be able to enter some characters directly in LyX,
26 % see sec. 22.11
27 %\DeclareInputText{176}{\ifmmode^\circ\else\textdegree\fi}
28 %\DeclareInputText{183}{\ifmmode\cdot\else\textperiodcentered\fi}
29
30 % increase link area for cross-references and autoname them,
31 %\AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
32 %\addto\extrasenglish{%
33 % \renewcommand*{\equationautorefname}[1]{}
34 % \renewcommand{\sectionautorefname}{sec.\negthinspace}
35 % \renewcommand{\subsectionautorefname}[1]{sec.\negthinspace}
36 % \renewcommand{\subsubsectionautorefname}{sec.\negthinspace}
37 %}
38
39 % don't load packages twice
40 % see first footnote in sec. 9.3
41 \@ifundefined{textcolor}{\usepackage{color}}{}
42
43 % the pages of the TOC are numbered roman
44 % and a PDF-bookmark for the TOC is added
45 \pagenumbering{roman}
46 \let\myTOC\tableofcontents
47 \renewcommand{\tableofcontents}{%
48  \vspace{1cm}
49  \pdfbookmark[1]{\contentsname}{}
50  \myTOC
51  \cleardoublepage
52  \pagenumbering{arabic}}
53
54 % add 0.5 mm vertical space for table rows
55 \@ifundefined{extrarowheight} {\usepackage{array}}{}
56 \setlength{\extrarowheight}{0.5mm}
57
58 % insert additional vertical space of 1.5 mm between footnotes,
59 \let\myFoot\footnote
60 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
61
62 % makes caption labels bold
63 %\setkomafont{captionlabel}{\bfseries}
64
65 % enables calculation of values
66 \usepackage{calc}
67
68 % for multiple columns used in sec. 24.7
69 \usepackage{multicol}
70
71 % needed in sec. 19.4
72 \usepackage{remreset}
73
74 % for the Fourier transformation symbol
75 \usepackage{mathrsfs}
76
77 % define a color, used in sec.9.3
78 \definecolor{darkgreen}{cmyk}{0.5, 0, 1, 0.5}
79
80 % declare operators (see sec. 10.4 and sec. 15.2)
81 \DeclareMathOperator*{\Lozenge}{\blacklozenge}
82 \DeclareMathOperator{\sgn}{sgn}
83
84 % example definitions for sec. 20.1 
85 \newcommand{\gr}{\Longrightarrow}
86 \newcommand{\us}[1]{\underline{#1}}
87 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
88 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
89 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
90
91 % example macro from sec. 19.4
92 %\AtBeginDocument{
93 %\def\tagform@#1{\maketag@@@{|#1|}}
94 %}
95
96 % ------------------------------------
97 % used to check for needed LaTeX packages
98 \usepackage{ifthen}
99
100 % check for package undertilde
101 % used for the command \utilde
102 \newboolean{undertilde}
103 \IfFileExists{undertilde.sty}
104  {\usepackage{undertilde}
105   \setboolean{undertilde}{true}}
106  {\setboolean{undertilde}{false}}
107
108 % check for package eurosym
109 % used for the Euro symbol
110 \newboolean{eurosym}
111 \IfFileExists{eurosym.sty}
112  {\usepackage[gennarrow]{eurosym}
113   \setboolean{eurosym}{true}}
114  {\setboolean{eurosym}{false}}
115
116 % needed in sec. 22.4
117 % check for package braket
118 \newboolean{braket}
119 \IfFileExists{braket.sty}
120  {\usepackage{braket}
121   \setboolean{braket}{true}}
122  {\setboolean{braket}{false}}
123
124 % check for package cancel
125 \newboolean{cancel}
126 \IfFileExists{cancel.sty}
127  {\usepackage{cancel}
128   \setboolean{cancel}{true}}
129  {\setboolean{cancel}{false}}
130
131 % needed in sec. 22.10
132 % check for package upgreek
133 \newboolean{upgreek}
134 \IfFileExists{upgreek.sty}
135  {\usepackage{upgreek}
136   \setboolean{upgreek}{true}}
137  {\setboolean{upgreek}{false}}
138
139 % make pdf bookmark sane with Japanese
140 \AtBeginDvi{\special{pdf:tounicode EUC-UCS2}}
141
142 \renewcommand{\see}[2]{→\,#1\,参照}{}
143 % Added by lyx2lyx
144 \setlength{\parskip}{\medskipamount}
145 \setlength{\parindent}{0pt}
146 \end_preamble
147 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading,samesize,bookmarkpackage=false
148 \use_default_options true
149 \begin_modules
150 subequations
151 ruby
152 \end_modules
153 \maintain_unincluded_children no
154 \begin_local_layout
155 InsetLayout Flex:圏点
156   LyxType       charstyle
157   LatexType     command
158   LatexName     kenten
159   HTMLTag       kenten
160   HTMLAttr      ""
161   HTMLInnerTag  kt
162   HTMLInnerAttr ""
163   BgColor       none
164   LabelString   "圏点"
165   Decoration    Conglomerate
166   Preamble
167     \usepackage{pxrubrica}
168   EndPreamble
169   Argument  post:1
170     LabelString  "Kenten option"
171     MenuString  "圏点オプション"
172     Tooltip    "Emphasize Chinese characters."
173     Decoration  Conglomerate
174     Font
175       Size    tiny
176     EndFont
177     LabelFont
178       Size    tiny
179     EndFont
180     Mandatory  0
181   EndArgument
182 End
183 \end_local_layout
184 \language japanese
185 \language_package default
186 \inputencoding utf8
187 \fontencoding auto
188 \font_roman "lmodern" "IPAexMincho"
189 \font_sans "default" "IPAexGothic"
190 \font_typewriter "default" "IPAGothic"
191 \font_math "auto" "auto"
192 \font_default_family default
193 \use_non_tex_fonts false
194 \font_sc false
195 \font_roman_osf false
196 \font_sans_osf false
197 \font_typewriter_osf false
198 \font_sf_scale 100 100
199 \font_tt_scale 100 100
200 \use_microtype false
201 \use_dash_ligatures false
202 \graphics default
203 \default_output_format default
204 \output_sync 0
205 \bibtex_command default
206 \index_command default
207 \float_placement class
208 \float_alignment class
209 \paperfontsize default
210 \spacing single
211 \use_hyperref true
212 \pdf_title "LyX's Math Manual"
213 \pdf_author "LyX Team, Uwe Stohr"
214 \pdf_subject "LyX-documentation about math"
215 \pdf_keywords "LyX, Mathed"
216 \pdf_bookmarks false
217 \pdf_bookmarksnumbered true
218 \pdf_bookmarksopen true
219 \pdf_bookmarksopenlevel 1
220 \pdf_breaklinks false
221 \pdf_pdfborder false
222 \pdf_colorlinks true
223 \pdf_backref false
224 \pdf_pdfusetitle false
225 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
226 \papersize a4
227 \use_geometry true
228 \use_package amsmath 2
229 \use_package amssymb 2
230 \use_package cancel 1
231 \use_package esint 1
232 \use_package mathdots 1
233 \use_package mathtools 2
234 \use_package mhchem 1
235 \use_package stackrel 1
236 \use_package stmaryrd 1
237 \use_package undertilde 0
238 \cite_engine basic
239 \cite_engine_type default
240 \biblio_style plain
241 \use_bibtopic false
242 \use_indices false
243 \paperorientation portrait
244 \suppress_date false
245 \justification true
246 \use_refstyle 0
247 \use_minted 0
248 \use_lineno 0
249 \notefontcolor #0000ff
250 \index 索引
251 \shortcut idx
252 \color #008000
253 \end_index
254 \leftmargin 3.5cm
255 \topmargin 3cm
256 \rightmargin 3cm
257 \bottommargin 3.5cm
258 \secnumdepth 4
259 \tocdepth 3
260 \paragraph_separation skip
261 \defskip halfline
262 \is_math_indent 0
263 \math_numbering_side default
264 \quotes_style english
265 \dynamic_quotes 0
266 \papercolumns 1
267 \papersides 2
268 \paperpagestyle plain
269 \tablestyle default
270 \tracking_changes false
271 \output_changes false
272 \change_bars false
273 \postpone_fragile_content false
274 \html_math_output 0
275 \html_css_as_file 0
276 \html_be_strict false
277 \docbook_table_output 0
278 \docbook_mathml_prefix 1
279 \end_header
280
281 \begin_body
282
283 \begin_layout Title
284 \SpecialChar LyX
285 の数式詳細説明書
286 \end_layout
287
288 \begin_layout Author
289 \SpecialChar LyX
290 プロジェクトチーム
291 \begin_inset Foot
292 status collapsed
293
294 \begin_layout Plain Layout
295 \noindent
296 コメントや誤りの修正などがございましたら,
297 \SpecialChar LyX
298 文書化メーリングリスト
299 \family typewriter
300  
301 \begin_inset CommandInset href
302 LatexCommand href
303 name "lyx-docs@lists.lyx.org"
304 target "lyx-docs@lists.lyx.org?subject=LyX's Math manual"
305 type "mailto:"
306 literal "false"
307
308 \end_inset
309
310
311 \family default
312  までお知らせください.
313 \end_layout
314
315 \end_inset
316
317
318 \begin_inset Note Note
319 status collapsed
320
321 \begin_layout Plain Layout
322 著者:
323 Uwe Stöhr
324 \end_layout
325
326 \end_inset
327
328
329 \begin_inset Newline newline
330 \end_inset
331
332
333 \begin_inset Newline newline
334 \end_inset
335
336
337 \family sans
338 第2.4.x版
339 \end_layout
340
341 \begin_layout Standard
342 \begin_inset CommandInset toc
343 LatexCommand tableofcontents
344
345 \end_inset
346
347
348 \end_layout
349
350 \begin_layout Standard
351 \begin_inset Note Note
352 status open
353
354 \begin_layout Plain Layout
355 この文書をPDFやPS,
356 DVIに書き出すには,
357 \SpecialChar LaTeX
358 パッケージの
359 \series bold
360 braket
361 \series default
362
363 \series bold
364 cancel
365 \series default
366
367 \series bold
368 eurosym
369 \series default
370
371 \series bold
372 mathdots
373 \series default
374
375 \series bold
376 mhchem
377 \series default
378
379 \series bold
380 undertilde
381 \series default
382
383 \series bold
384 was
385 \series default
386 が導入されている必要があります.これらが導入されていなくても文書はエクスポートできますが,
387 パッケージを必要とする節は出力には現れません.また,
388
389 \series bold
390 mhchem
391 \series default
392 が導入されていないと,
393 本ファイルを書き出すことができません.
394 \end_layout
395
396 \begin_layout Plain Layout
397 この文書の最新のPDF版は
398 \begin_inset Newline newline
399 \end_inset
400
401
402 \series bold
403 https://wiki.lyx.org/LyX/Manuals#Math
404 \begin_inset Newline newline
405 \end_inset
406
407
408 \series default
409 にあります.
410 \end_layout
411
412 \end_inset
413
414
415 \end_layout
416
417 \begin_layout Section
418 はじめに
419 \end_layout
420
421 \begin_layout Standard
422 この文書は,
423 \SpecialChar LyX
424 の数式機能の説明書であると同時に,
425 なによりも数式記号および数式要素に使用される\SpecialChar LaTeX
426 コマンドのコレクションでもあります.説明は,
427 コマンドの使用を念頭に置いています.したがって,
428 ユーザーの手引きの
429 \family typewriter
430 数式
431 \family default
432 の節をすでにお読みになっていることを前提としています.
433 \end_layout
434
435 \begin_layout Standard
436 この説明書で説明されている,
437 ほとんどの数式記号と,
438 数式要素の多くは,
439
440 \family sans
441 \series bold
442 挿入\SpecialChar menuseparator
443 数式
444 \family default
445 \series default
446
447 \begin_inset space \thinspace{}
448 \end_inset
449
450 メニューか
451 \family sans
452 \series bold
453 数式ツールバー
454 \family default
455 \series default
456 からアクセスすることが可能です.しかし,
457 たくさんの数式を書かなくてはならない人はみな,
458 数式ツールバーを使うよりもコマンドを使った方がずっと速いことに気付くことになるのです.したがって,
459 この説明書はコマンドに焦点を当てますが,
460 対応するツールバーボタンが利用可能なときには,
461 それにも言及することにします.
462 \end_layout
463
464 \begin_layout Standard
465 とくに断らなければ,
466 コマンドは数式内からのみ利用可能です.この文書で説明されているすべてのコマンドを利用できるようにするためには,
467
468 \series bold
469 文書設定
470 \series default
471 (
472 \family sans
473 \series bold
474 文書\SpecialChar menuseparator
475 設定\SpecialChar menuseparator
476 数式オプション
477 \family default
478 \series default
479
480 \begin_inset space \thinspace{}
481 \end_inset
482
483 メニュー)で
484 \family sans
485 AMS math
486 \series bold
487 パッケージを使う
488 \family default
489 \series default
490 オプションを有効にしなくてはなりません
491 \begin_inset Foot
492 status collapsed
493
494 \begin_layout Plain Layout
495
496 \family sans
497 AMS mathパッケージを自動的に使う
498 \family default
499 オプションは,
500 \SpecialChar LyX
501 でサポートされている数式要素が見つかったときのみ,
502
503 \begin_inset ERT
504 status collapsed
505
506 \begin_layout Plain Layout
507
508
509 \backslash
510 AmS 
511 \end_layout
512
513 \end_inset
514
515 -mathパッケージを使用します.
516 \end_layout
517
518 \end_inset
519
520
521 \end_layout
522
523 \begin_layout Standard
524 説明を明瞭にするために,
525 この文書はすべての
526 \begin_inset ERT
527 status collapsed
528
529 \begin_layout Plain Layout
530
531
532 \backslash
533 AmS 
534 \end_layout
535
536 \end_inset
537
538 -mathコマンド
539 \begin_inset Foot
540 status open
541
542 \begin_layout Plain Layout
543 すべての
544 \begin_inset ERT
545 status collapsed
546
547 \begin_layout Plain Layout
548
549
550 \backslash
551 AmS
552 \end_layout
553
554 \end_inset
555
556 -mathコマンドの一覧は,
557
558 \family sans
559
560 \begin_inset CommandInset href
561 LatexCommand href
562 name "amsguide.pdf"
563 target "https://www.ctan.org/tex-archive/macros/amstex/doc/amsguide.pdf"
564 literal "false"
565
566 \end_inset
567
568
569 \family default
570 ファイルに収録されています.このファイルは,
571 すべての\SpecialChar LaTeX
572 標準頒布版に含まれています.
573 \end_layout
574
575 \end_inset
576
577 を列挙はしません.
578 \end_layout
579
580 \begin_layout Section
581 一般的な説明
582 \end_layout
583
584 \begin_layout Standard
585 本文に埋め込まれた行内数式
586 \begin_inset Index idx
587 range none
588 pageformat default
589 status collapsed
590
591 \begin_layout Plain Layout
592 \begin_inset IndexMacro sortkey
593 status collapsed
594
595 \begin_layout Plain Layout
596 すうしき
597 \end_layout
598
599 \end_inset
600
601 数式
602 \begin_inset IndexMacro subentry
603 status open
604
605 \begin_layout Plain Layout
606 \begin_inset IndexMacro sortkey
607 status collapsed
608
609 \begin_layout Plain Layout
610 ぎょうない
611 \end_layout
612
613 \end_inset
614
615 行内
616 \end_layout
617
618 \end_inset
619
620
621 \end_layout
622
623 \end_inset
624
625 を作成するには,
626 ショートカット
627 \begin_inset Info
628 type  "shortcuts"
629 arg   "math-mode"
630 \end_inset
631
632 のうちのいずれか,
633 あるいはツールバーボタン
634 \begin_inset Info
635 type  "icon"
636 arg   "math-mode"
637 \end_inset
638
639 を使用してください.
640 \begin_inset Newline newline
641 \end_inset
642
643 大きく別の段落として表示される別行立て数式
644 \begin_inset Index idx
645 range none
646 pageformat default
647 status collapsed
648
649 \begin_layout Plain Layout
650 \begin_inset IndexMacro sortkey
651 status collapsed
652
653 \begin_layout Plain Layout
654 すうしき
655 \end_layout
656
657 \end_inset
658
659 数式
660 \begin_inset IndexMacro subentry
661 status open
662
663 \begin_layout Plain Layout
664 \begin_inset IndexMacro sortkey
665 status collapsed
666
667 \begin_layout Plain Layout
668 べつぎょうだてようしき
669 \end_layout
670
671 \end_inset
672
673 別行立て様式
674 \end_layout
675
676 \end_inset
677
678
679 \end_layout
680
681 \end_inset
682
683 を作成するには,
684
685 \begin_inset Info
686 type  "shortcuts"
687 arg   "math-display"
688 \end_inset
689
690 のうちいずれかのショートカットを使用して下さい.
691 \end_layout
692
693 \begin_layout Standard
694 別行立て様式の数式を行内数式に変更するには,
695 カーソルを数式内に合わせてショートカット
696 \begin_inset Info
697 type  "shortcuts"
698 arg   "math-mutate simple"
699 \end_inset
700
701 か,
702
703 \family sans
704 \series bold
705 編集\SpecialChar menuseparator
706 数式\SpecialChar menuseparator
707 数式の表記を変更
708 \family default
709 \series default
710
711 \begin_inset space \thinspace{}
712 \end_inset
713
714 メニューを使用して下さい.同様に,
715 行内数式を別行立て数式に変更するには,
716 ショートカット
717 \begin_inset Info
718 type  "shortcuts"
719 arg   "math-mutate equation"
720 \end_inset
721
722 を使用してください.
723 \end_layout
724
725 \begin_layout Standard
726 行内数式の一部を別行立て数式の大きさで表示するには,
727
728 \series bold
729
730 \backslash
731 displaystyle
732 \begin_inset Index idx
733 range none
734 pageformat default
735 status collapsed
736
737 \begin_layout Plain Layout
738
739 \size normal
740 \begin_inset IndexMacro sortkey
741 status collapsed
742
743 \begin_layout Plain Layout
744
745 \size normal
746 こまんど
747 \end_layout
748
749 \end_inset
750
751 コマンド
752 \begin_inset IndexMacro subentry
753 status open
754
755 \begin_layout Plain Layout
756
757 \size normal
758 D
759 \end_layout
760
761 \end_inset
762
763  
764 \begin_inset IndexMacro subentry
765 status open
766
767 \begin_layout Plain Layout
768
769 \size normal
770
771 \backslash
772 displaystyle
773 \end_layout
774
775 \end_inset
776
777
778 \end_layout
779
780 \end_inset
781
782
783 \series default
784 を数式に入力して下さい.すると,
785 青いボックスが新規に現れて,
786 希望する数式の箇所を挿入することができます.
787 \end_layout
788
789 \begin_layout Standard
790 表の中では,
791 行内数式のみの使用が許されています.
792 \end_layout
793
794 \begin_layout Standard
795
796 \family sans
797 \series bold
798 数式ツールバー
799 \family default
800 \series default
801 の表示・非表示は,
802
803 \family sans
804 \series bold
805 表示\SpecialChar menuseparator
806 ツールバー\SpecialChar menuseparator
807 数式
808 \family default
809 \series default
810
811 \begin_inset space \thinspace{}
812 \end_inset
813
814 メニューで制御することができます.
815 \family sans
816 \series bold
817
818 \family default
819 \series default
820
821 \family sans
822 \series bold
823
824 \family default
825 \series default
826
827 \family sans
828 \series bold
829 自動
830 \family default
831 \series default
832 の3つの選択肢があり,
833
834 \family sans
835 \series bold
836
837 \family default
838 \series default
839 を選択すると,
840 画面下部に永続的にツールバーが表示されます.
841 \family sans
842 \series bold
843
844 \family default
845 \series default
846 を選択すると,
847 ツールバーが表示されなくなり,
848
849 \family sans
850 \series bold
851 自動
852 \family default
853 \series default
854 を選択すると,
855 ツールバーはカーソルが数式内部にあるとき,
856 自動で表示されるようになります.ツールバーの現在の状態は,
857 選択されているメニュー項目の横のチェック印で表されます.
858 \end_layout
859
860 \begin_layout Standard
861 \SpecialChar TeX
862 モード
863 \begin_inset Index idx
864 range none
865 pageformat default
866 status collapsed
867
868 \begin_layout Plain Layout
869 \begin_inset IndexMacro sortkey
870 status collapsed
871
872 \begin_layout Plain Layout
873 Texもと
874 \end_layout
875
876 \end_inset
877
878 \SpecialChar TeX
879 モード
880 \end_layout
881
882 \end_inset
883
884 は,
885 ツールバーボタン
886 \begin_inset Info
887 type  "icon"
888 arg   "ert-insert"
889 \end_inset
890
891 を押すか,
892
893 \family sans
894 \series bold
895 挿入\SpecialChar menuseparator
896
897 \series default
898 TeX
899 \series bold
900 コード
901 \family default
902 \series default
903 (ショートカット:
904
905 \begin_inset Info
906 type  "shortcut"
907 arg   "ert-insert"
908 \end_inset
909
910 )メニューを使うことで,
911 起動できます.
912 \end_layout
913
914 \begin_layout Standard
915 \SpecialChar LaTeX
916 プリアンブル
917 \begin_inset Index idx
918 range none
919 pageformat default
920 status collapsed
921
922 \begin_layout Plain Layout
923 \begin_inset IndexMacro sortkey
924 status open
925
926 \begin_layout Plain Layout
927 Latexふりあんふる
928 \end_layout
929
930 \end_inset
931
932 \SpecialChar LaTeX
933 プリアンブル
934 \end_layout
935
936 \end_inset
937
938 を変更するには,
939
940 \family sans
941 \series bold
942 文書\SpecialChar menuseparator
943 設定\SpecialChar menuseparator
944
945 \series default
946 LaTeX
947 \series bold
948 プリアンブル
949 \family default
950 \series default
951
952 \begin_inset space \thinspace{}
953 \end_inset
954
955 メニューを使用してください.
956 \end_layout
957
958 \begin_layout Standard
959 行列や場合分け,
960 多行数式を続けて編集するには,
961
962 \family sans
963 \series bold
964 編集\SpecialChar menuseparator
965 数式
966 \family default
967
968 \begin_inset space \thinspace{}
969 \end_inset
970
971 メニューと
972 \family sans
973 編集\SpecialChar menuseparator
974 行と列
975 \family default
976 \series default
977
978 \begin_inset space \thinspace{}
979 \end_inset
980
981 メニューを使うか,
982 表ツールバーを使用することができます.メニューから行や列を交換するように指定されたときには,
983 カーソルのある列や行は,
984 それぞれ右側の列や下の行と交換されます.カーソルが最後の列や行にあるときには,
985 左の列や上の行と交換されることになります.
986 \end_layout
987
988 \begin_layout Standard
989 数式内で文章を書く
990 \begin_inset Foot
991 status collapsed
992
993 \begin_layout Plain Layout
994 多行数式では,
995
996 \series bold
997
998 \backslash
999 intertext
1000 \series default
1001 コマンドが使用されます.
1002 \begin_inset CommandInset ref
1003 LatexCommand ref
1004 reference "subsec:多行数式中のテキスト"
1005 nolink "false"
1006
1007 \end_inset
1008
1009 を参照のこと.
1010 \end_layout
1011
1012 \end_inset
1013
1014 には,
1015
1016 \emph on
1017 数式テキスト
1018 \emph default
1019
1020 \begin_inset Index idx
1021 range none
1022 pageformat default
1023 status collapsed
1024
1025 \begin_layout Plain Layout
1026 \begin_inset IndexMacro sortkey
1027 status collapsed
1028
1029 \begin_layout Plain Layout
1030 てきすと
1031 \end_layout
1032
1033 \end_inset
1034
1035 テキスト
1036 \begin_inset IndexMacro subentry
1037 status open
1038
1039 \begin_layout Plain Layout
1040 \begin_inset IndexMacro sortkey
1041 status collapsed
1042
1043 \begin_layout Plain Layout
1044 すうしきちゆうの
1045 \end_layout
1046
1047 \end_inset
1048
1049 数式中の
1050 \end_layout
1051
1052 \end_inset
1053
1054
1055 \end_layout
1056
1057 \end_inset
1058
1059
1060 \begin_inset Index idx
1061 range none
1062 pageformat default
1063 status collapsed
1064
1065 \begin_layout Plain Layout
1066 \begin_inset IndexMacro sortkey
1067 status collapsed
1068
1069 \begin_layout Plain Layout
1070 すうしきてきすと
1071 \end_layout
1072
1073 \end_inset
1074
1075 数式テキスト
1076 \end_layout
1077
1078 \end_inset
1079
1080 が使用されます.このモードには,
1081 ショートカット
1082 \begin_inset Info
1083 type  "shortcut"
1084 arg   "math-mode"
1085 \end_inset
1086
1087 を使うか,
1088
1089 \series bold
1090
1091 \backslash
1092 text
1093 \series default
1094
1095 \begin_inset Index idx
1096 range none
1097 pageformat default
1098 status collapsed
1099
1100 \begin_layout Plain Layout
1101 \begin_inset IndexMacro sortkey
1102 status collapsed
1103
1104 \begin_layout Plain Layout
1105 こまんど
1106 \end_layout
1107
1108 \end_inset
1109
1110 コマンド
1111 \begin_inset IndexMacro subentry
1112 status open
1113
1114 \begin_layout Plain Layout
1115 T
1116 \end_layout
1117
1118 \end_inset
1119
1120
1121 \begin_inset IndexMacro subentry
1122 status open
1123
1124 \begin_layout Plain Layout
1125
1126 \backslash
1127 text
1128 \end_layout
1129
1130 \end_inset
1131
1132
1133 \end_layout
1134
1135 \end_inset
1136
1137 コマンドを挿入することで入ることができます.テキストは,
1138 \SpecialChar LyX
1139 中では黒字で表示されるので,
1140 青字で表示される他の数式部分とは区別することができます.出力においては,
1141 数式テキストは,
1142 他の数式部分とは違って,
1143 アップライト体に組まれます.
1144 \end_layout
1145
1146 \begin_layout Subsection*
1147 コマンドの構成
1148 \end_layout
1149
1150 \begin_layout Standard
1151 数式要素に使われるほとんどの\SpecialChar LaTeX
1152 コマンドは,
1153 以下のような構成になっています.
1154 \end_layout
1155
1156 \begin_layout Standard
1157
1158 \series bold
1159
1160 \backslash
1161 コマンド名[非必須引数]{必須引数}
1162 \end_layout
1163
1164 \begin_layout Standard
1165 コマンドは,
1166 つねにバックスラッシュ「
1167 \series bold
1168
1169 \backslash
1170
1171 \series default
1172 」で始まります.非必須の引数を省略するときには,
1173 随伴する括弧も省略しなくてはなりません.必須引数の前後の括弧は,
1174 この文書中では,
1175 \SpecialChar TeX
1176 括弧
1177 \begin_inset Index idx
1178 range none
1179 pageformat default
1180 status collapsed
1181
1182 \begin_layout Plain Layout
1183 \begin_inset IndexMacro sortkey
1184 status collapsed
1185
1186 \begin_layout Plain Layout
1187 Texかつこ
1188 \end_layout
1189
1190 \end_inset
1191
1192 \SpecialChar TeX
1193 括弧
1194 \end_layout
1195
1196 \end_inset
1197
1198 と呼ぶことにします.数式中でコマンド名に左括弧を付けると,
1199 \SpecialChar LyX
1200 は自動的に\SpecialChar TeX
1201 括弧を生成します.数式中ではそれ以外に,
1202
1203 \series bold
1204
1205 \backslash
1206 {
1207 \series default
1208 コマンドを使えば,
1209 つねに\SpecialChar TeX
1210 括弧を生成することができます.\SpecialChar LyX
1211 中で,
1212 青字で表示される通常の括弧とは違って,
1213 \SpecialChar TeX
1214 括弧は赤字で表示されます.\SpecialChar TeX
1215 モード中では,
1216 \SpecialChar TeX
1217 括弧を得るのに,
1218 とくにコマンドは必要としません.また,
1219 \SpecialChar TeX
1220 括弧は出力中では表示されません.
1221 \end_layout
1222
1223 \begin_layout Standard
1224 記号のコマンドのように引数のないコマンドを\SpecialChar TeX
1225 モードに入力するときには,
1226 コマンドの終わりを表すために,
1227 コマンドの後に空白が
1228 \emph on
1229 かならず
1230 \emph default
1231 入力されなくてはなりません.この空白は出力中には現れません.空白を出力中に表示したいときには,
1232 空白の後に,
1233 通常テキストモードの非改行空白が来なくてはなりません.
1234 \end_layout
1235
1236 \begin_layout Standard
1237 非改行空白は,
1238
1239 \begin_inset Info
1240 type  "shortcuts"
1241 arg   "command-alternatives math-space ; space-insert protected"
1242 \end_inset
1243
1244  キーもしくは
1245 \begin_inset space \thinspace{}
1246 \end_inset
1247
1248
1249 \family sans
1250 \series bold
1251 挿入\SpecialChar menuseparator
1252 整形\SpecialChar menuseparator
1253 標準の非改行空白
1254 \family default
1255 \series default
1256
1257 \begin_inset space \thinspace{}
1258 \end_inset
1259
1260 のメニュー選択,
1261 または
1262 \family sans
1263 Ctrl+Space
1264 \family default
1265 で入力できます.
1266 \end_layout
1267
1268 \begin_layout Subsection*
1269 この説明書で用いられている文法の説明
1270 \end_layout
1271
1272 \begin_layout Itemize
1273 記号 
1274 \begin_inset space \textvisiblespace{}
1275 \end_inset
1276
1277  は,
1278 空白文字をユーザーが入力することを表します.
1279 \end_layout
1280
1281 \begin_layout Itemize
1282 \begin_inset Formula $\to$
1283 \end_inset
1284
1285 のような矢印は,
1286 キーボードから対応する矢印キーを押すことを表します.
1287 \begin_inset Formula $\to$
1288 \end_inset
1289
1290
1291 \begin_inset Formula $\downarrow$
1292 \end_inset
1293
1294 の代わりに
1295 \family sans
1296 Tab
1297 \family default
1298 キー,
1299
1300 \begin_inset Formula $\leftarrow$
1301 \end_inset
1302
1303
1304 \begin_inset Formula $\uparrow$
1305 \end_inset
1306
1307 の代わりに
1308 \family sans
1309 Shift+Tab
1310 \family default
1311 キーが使えることがあります.
1312 \end_layout
1313
1314 \begin_layout Subsection*
1315 使用できる単位
1316 \end_layout
1317
1318 \begin_layout Standard
1319 \align center
1320 \begin_inset Float table
1321 placement H
1322 alignment document
1323 wide false
1324 sideways false
1325 status open
1326
1327 \begin_layout Plain Layout
1328 \align center
1329 \begin_inset Caption Standard
1330
1331 \begin_layout Plain Layout
1332 \begin_inset CommandInset label
1333 LatexCommand label
1334 name "tab:使用できる単位"
1335
1336 \end_inset
1337
1338 使用できる単位
1339 \end_layout
1340
1341 \end_inset
1342
1343
1344 \end_layout
1345
1346 \begin_layout Plain Layout
1347 \align center
1348 \begin_inset Tabular
1349 <lyxtabular version="3" rows="13" columns="2">
1350 <features booktabs="true" tabularvalignment="middle">
1351 <column alignment="center" valignment="top" width="0pt">
1352 <column alignment="center" valignment="top">
1353 <row>
1354 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1355 \begin_inset Text
1356
1357 \begin_layout Plain Layout
1358 単位
1359 \end_layout
1360
1361 \end_inset
1362 </cell>
1363 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1364 \begin_inset Text
1365
1366 \begin_layout Plain Layout
1367 名称/摘要
1368 \end_layout
1369
1370 \end_inset
1371 </cell>
1372 </row>
1373 <row>
1374 <cell alignment="center" valignment="top" usebox="none">
1375 \begin_inset Text
1376
1377 \begin_layout Plain Layout
1378 mm
1379 \end_layout
1380
1381 \end_inset
1382 </cell>
1383 <cell alignment="center" valignment="top" usebox="none">
1384 \begin_inset Text
1385
1386 \begin_layout Plain Layout
1387 ミリメートル
1388 \end_layout
1389
1390 \end_inset
1391 </cell>
1392 </row>
1393 <row>
1394 <cell alignment="center" valignment="top" usebox="none">
1395 \begin_inset Text
1396
1397 \begin_layout Plain Layout
1398 cm
1399 \end_layout
1400
1401 \end_inset
1402 </cell>
1403 <cell alignment="center" valignment="top" usebox="none">
1404 \begin_inset Text
1405
1406 \begin_layout Plain Layout
1407 センチメートル
1408 \end_layout
1409
1410 \end_inset
1411 </cell>
1412 </row>
1413 <row>
1414 <cell alignment="center" valignment="top" usebox="none">
1415 \begin_inset Text
1416
1417 \begin_layout Plain Layout
1418 in
1419 \end_layout
1420
1421 \end_inset
1422 </cell>
1423 <cell alignment="center" valignment="top" usebox="none">
1424 \begin_inset Text
1425
1426 \begin_layout Plain Layout
1427 インチ
1428 \end_layout
1429
1430 \end_inset
1431 </cell>
1432 </row>
1433 <row>
1434 <cell alignment="center" valignment="top" usebox="none">
1435 \begin_inset Text
1436
1437 \begin_layout Plain Layout
1438 pt
1439 \end_layout
1440
1441 \end_inset
1442 </cell>
1443 <cell alignment="center" valignment="top" usebox="none">
1444 \begin_inset Text
1445
1446 \begin_layout Plain Layout
1447 ポイント (72.27
1448 \begin_inset Formula $\,$
1449 \end_inset
1450
1451 pt = 1
1452 \begin_inset Formula $\,$
1453 \end_inset
1454
1455 in)
1456 \end_layout
1457
1458 \end_inset
1459 </cell>
1460 </row>
1461 <row>
1462 <cell alignment="center" valignment="top" usebox="none">
1463 \begin_inset Text
1464
1465 \begin_layout Plain Layout
1466 pc
1467 \end_layout
1468
1469 \end_inset
1470 </cell>
1471 <cell alignment="center" valignment="top" usebox="none">
1472 \begin_inset Text
1473
1474 \begin_layout Plain Layout
1475 パイカ (1
1476 \begin_inset Formula $\,$
1477 \end_inset
1478
1479 pc = 12
1480 \begin_inset Formula $\,$
1481 \end_inset
1482
1483 pt)
1484 \end_layout
1485
1486 \end_inset
1487 </cell>
1488 </row>
1489 <row>
1490 <cell alignment="center" valignment="top" usebox="none">
1491 \begin_inset Text
1492
1493 \begin_layout Plain Layout
1494 sp
1495 \end_layout
1496
1497 \end_inset
1498 </cell>
1499 <cell alignment="center" valignment="top" usebox="none">
1500 \begin_inset Text
1501
1502 \begin_layout Plain Layout
1503 スケールポイント (65536
1504 \begin_inset Formula $\,$
1505 \end_inset
1506
1507 sp = 1
1508 \begin_inset Formula $\,$
1509 \end_inset
1510
1511 pt)
1512 \end_layout
1513
1514 \end_inset
1515 </cell>
1516 </row>
1517 <row>
1518 <cell alignment="center" valignment="top" usebox="none">
1519 \begin_inset Text
1520
1521 \begin_layout Plain Layout
1522 bp
1523 \end_layout
1524
1525 \end_inset
1526 </cell>
1527 <cell alignment="center" valignment="top" usebox="none">
1528 \begin_inset Text
1529
1530 \begin_layout Plain Layout
1531 ビッグポイント (72
1532 \begin_inset Formula $\,$
1533 \end_inset
1534
1535 bp = 1
1536 \begin_inset Formula $\,$
1537 \end_inset
1538
1539 in)
1540 \end_layout
1541
1542 \end_inset
1543 </cell>
1544 </row>
1545 <row>
1546 <cell alignment="center" valignment="top" usebox="none">
1547 \begin_inset Text
1548
1549 \begin_layout Plain Layout
1550 dd
1551 \end_layout
1552
1553 \end_inset
1554 </cell>
1555 <cell alignment="center" valignment="top" usebox="none">
1556 \begin_inset Text
1557
1558 \begin_layout Plain Layout
1559 ディドー (72
1560 \begin_inset Formula $\,$
1561 \end_inset
1562
1563 dd 
1564 \begin_inset Formula $\approx$
1565 \end_inset
1566
1567  37.6
1568 \begin_inset Formula $\,$
1569 \end_inset
1570
1571 mm)
1572 \end_layout
1573
1574 \end_inset
1575 </cell>
1576 </row>
1577 <row>
1578 <cell alignment="center" valignment="top" usebox="none">
1579 \begin_inset Text
1580
1581 \begin_layout Plain Layout
1582 cc
1583 \end_layout
1584
1585 \end_inset
1586 </cell>
1587 <cell alignment="center" valignment="top" usebox="none">
1588 \begin_inset Text
1589
1590 \begin_layout Plain Layout
1591 シセロ (1
1592 \begin_inset Formula $\,$
1593 \end_inset
1594
1595 cc = 12
1596 \begin_inset Formula $\,$
1597 \end_inset
1598
1599 dd)
1600 \end_layout
1601
1602 \end_inset
1603 </cell>
1604 </row>
1605 <row>
1606 <cell alignment="center" valignment="top" usebox="none">
1607 \begin_inset Text
1608
1609 \begin_layout Plain Layout
1610 ex
1611 \end_layout
1612
1613 \end_inset
1614 </cell>
1615 <cell alignment="center" valignment="top" usebox="none">
1616 \begin_inset Text
1617
1618 \begin_layout Plain Layout
1619 現在のフォントの文字「x」の高さ
1620 \end_layout
1621
1622 \end_inset
1623 </cell>
1624 </row>
1625 <row>
1626 <cell alignment="center" valignment="top" usebox="none">
1627 \begin_inset Text
1628
1629 \begin_layout Plain Layout
1630 em
1631 \end_layout
1632
1633 \end_inset
1634 </cell>
1635 <cell alignment="center" valignment="top" usebox="none">
1636 \begin_inset Text
1637
1638 \begin_layout Plain Layout
1639 現在のフォントの文字「M」の幅
1640 \end_layout
1641
1642 \end_inset
1643 </cell>
1644 </row>
1645 <row>
1646 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
1647 \begin_inset Text
1648
1649 \begin_layout Plain Layout
1650 mu
1651 \end_layout
1652
1653 \end_inset
1654 </cell>
1655 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
1656 \begin_inset Text
1657
1658 \begin_layout Plain Layout
1659 数式単位(1
1660 \begin_inset space \thinspace{}
1661 \end_inset
1662
1663 mu = 
1664 \begin_inset Formula $\nicefrac{1}{18}$
1665 \end_inset
1666
1667
1668 \begin_inset space \thinspace{}
1669 \end_inset
1670
1671 em)
1672 \end_layout
1673
1674 \end_inset
1675 </cell>
1676 </row>
1677 </lyxtabular>
1678
1679 \end_inset
1680
1681
1682 \end_layout
1683
1684 \end_inset
1685
1686
1687 \end_layout
1688
1689 \begin_layout Section
1690 基礎的な関数
1691 \end_layout
1692
1693 \begin_layout Subsection
1694 指数
1695 \begin_inset Index idx
1696 range none
1697 pageformat default
1698 status collapsed
1699
1700 \begin_layout Plain Layout
1701 \begin_inset IndexMacro sortkey
1702 status collapsed
1703
1704 \begin_layout Plain Layout
1705 しすう
1706 \end_layout
1707
1708 \end_inset
1709
1710 指数
1711 \end_layout
1712
1713 \end_inset
1714
1715 および添字
1716 \begin_inset Index idx
1717 range none
1718 pageformat default
1719 status collapsed
1720
1721 \begin_layout Plain Layout
1722 \begin_inset IndexMacro sortkey
1723 status collapsed
1724
1725 \begin_layout Plain Layout
1726 そえし
1727 \end_layout
1728
1729 \end_inset
1730
1731 添字
1732 \end_layout
1733
1734 \end_inset
1735
1736
1737 \begin_inset Index idx
1738 range none
1739 pageformat default
1740 status collapsed
1741
1742 \begin_layout Plain Layout
1743 \begin_inset IndexMacro sortkey
1744 status collapsed
1745
1746 \begin_layout Plain Layout
1747 うえつきもし
1748 \end_layout
1749
1750 \end_inset
1751
1752 上付き文字
1753 \begin_inset IndexMacro see
1754 status open
1755
1756 \begin_layout Plain Layout
1757 指数
1758 \end_layout
1759
1760 \end_inset
1761
1762
1763 \end_layout
1764
1765 \end_inset
1766
1767
1768 \begin_inset Index idx
1769 range none
1770 pageformat default
1771 status collapsed
1772
1773 \begin_layout Plain Layout
1774 \begin_inset IndexMacro sortkey
1775 status collapsed
1776
1777 \begin_layout Plain Layout
1778 したつきもし
1779 \end_layout
1780
1781 \end_inset
1782
1783 下付き文字
1784 \begin_inset IndexMacro see
1785 status open
1786
1787 \begin_layout Plain Layout
1788 添字
1789 \end_layout
1790
1791 \end_inset
1792
1793
1794 \end_layout
1795
1796 \end_inset
1797
1798
1799 \end_layout
1800
1801 \begin_layout Standard
1802 添字は,
1803 アンダースコア「_」を打鍵するか,
1804 数式ツールバーボタン
1805 \begin_inset Info
1806 type  "icon"
1807 arg   "math-subscript"
1808 \end_inset
1809
1810 を使って入力することができ,
1811 指数は,
1812 キャレット「^」を打鍵するか,
1813 数式ツールバーボタン
1814 \begin_inset Info
1815 type  "icon"
1816 arg   "math-superscript"
1817 \end_inset
1818
1819 を使って入力することができます.
1820 \end_layout
1821
1822 \begin_layout Standard
1823 \align center
1824 \begin_inset Tabular
1825 <lyxtabular version="3" rows="4" columns="2">
1826 <features booktabs="true" tabularvalignment="middle">
1827 <column alignment="center" valignment="top" width="0pt">
1828 <column alignment="center" valignment="top" width="0pt">
1829 <row>
1830 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1831 \begin_inset Text
1832
1833 \begin_layout Plain Layout
1834 コマンド
1835 \end_layout
1836
1837 \end_inset
1838 </cell>
1839 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1840 \begin_inset Text
1841
1842 \begin_layout Plain Layout
1843 出力
1844 \end_layout
1845
1846 \end_inset
1847 </cell>
1848 </row>
1849 <row>
1850 <cell alignment="center" valignment="top" usebox="none">
1851 \begin_inset Text
1852
1853 \begin_layout Plain Layout
1854 B_V
1855 \end_layout
1856
1857 \end_inset
1858 </cell>
1859 <cell alignment="center" valignment="top" usebox="none">
1860 \begin_inset Text
1861
1862 \begin_layout Plain Layout
1863 \begin_inset Formula $B_{V}$
1864 \end_inset
1865
1866
1867 \end_layout
1868
1869 \end_inset
1870 </cell>
1871 </row>
1872 <row topspace="1.5mm">
1873 <cell alignment="center" valignment="top" usebox="none">
1874 \begin_inset Text
1875
1876 \begin_layout Plain Layout
1877 B^V
1878 \end_layout
1879
1880 \end_inset
1881 </cell>
1882 <cell alignment="center" valignment="top" usebox="none">
1883 \begin_inset Text
1884
1885 \begin_layout Plain Layout
1886 \begin_inset Formula $B^{V}$
1887 \end_inset
1888
1889
1890 \end_layout
1891
1892 \end_inset
1893 </cell>
1894 </row>
1895 <row topspace="1.5mm">
1896 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1897 \begin_inset Text
1898
1899 \begin_layout Plain Layout
1900 B^
1901 \begin_inset space \textvisiblespace{}
1902 \end_inset
1903
1904 A
1905 \end_layout
1906
1907 \end_inset
1908 </cell>
1909 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
1910 \begin_inset Text
1911
1912 \begin_layout Plain Layout
1913 \begin_inset Formula $B^{A}$
1914 \end_inset
1915
1916
1917 \end_layout
1918
1919 \end_inset
1920 </cell>
1921 </row>
1922 </lyxtabular>
1923
1924 \end_inset
1925
1926
1927 \end_layout
1928
1929 \begin_layout Standard
1930 キャレットは,
1931 言語によってはアクセント記号として使用されているので,
1932 そのような場合には,
1933 母音字の後でキャレットを押すと,
1934 指数にならずにアクセントをつけることになってしまいます
1935 \begin_inset Foot
1936 status open
1937
1938 \begin_layout Plain Layout
1939 使用しているキーボード設定によっては,
1940 同様のことが母音以外の文字でも起こることがあります.
1941 \end_layout
1942
1943 \end_inset
1944
1945 .この場合に指数を作るには,
1946 上記の最後の例のように,
1947 キャレットの後に
1948 \family sans
1949 Space
1950 \family default
1951 を押してください.
1952 \end_layout
1953
1954 \begin_layout Subsection
1955 分数
1956 \begin_inset CommandInset label
1957 LatexCommand label
1958 name "subsec:分数"
1959
1960 \end_inset
1961
1962
1963 \begin_inset Index idx
1964 range none
1965 pageformat default
1966 status collapsed
1967
1968 \begin_layout Plain Layout
1969 \begin_inset IndexMacro sortkey
1970 status collapsed
1971
1972 \begin_layout Plain Layout
1973 ふんすう
1974 \end_layout
1975
1976 \end_inset
1977
1978 分数
1979 \end_layout
1980
1981 \end_inset
1982
1983
1984 \end_layout
1985
1986 \begin_layout Standard
1987 分数は,
1988 コマンド
1989 \series bold
1990
1991 \backslash
1992 frac
1993 \series default
1994
1995 \begin_inset Index idx
1996 range none
1997 pageformat default
1998 status collapsed
1999
2000 \begin_layout Plain Layout
2001 \begin_inset IndexMacro sortkey
2002 status collapsed
2003
2004 \begin_layout Plain Layout
2005 こまんと
2006 \end_layout
2007
2008 \end_inset
2009
2010 コマンド
2011 \begin_inset IndexMacro subentry
2012 status open
2013
2014 \begin_layout Plain Layout
2015 F
2016 \end_layout
2017
2018 \end_inset
2019
2020
2021 \begin_inset IndexMacro subentry
2022 status open
2023
2024 \begin_layout Plain Layout
2025
2026 \backslash
2027 frac
2028 \end_layout
2029
2030 \end_inset
2031
2032
2033 \end_layout
2034
2035 \end_inset
2036
2037 か数式ツールバーボタン
2038 \begin_inset Info
2039 type  "icon"
2040 arg   "math-insert \\frac"
2041 \end_inset
2042
2043 で作ることができます.フォント寸法は,
2044 分数が行内数式にあるか別行立て数式にあるかに応じて,
2045 自動的に調整されます.数式ツールバーボタン
2046 \begin_inset Info
2047 type  "icon"
2048 arg   "math-insert \\frac-square"
2049 \end_inset
2050
2051 を使えば,
2052 分数の種類を選ぶことができます.
2053 \end_layout
2054
2055 \begin_layout Standard
2056 コマンド
2057 \series bold
2058
2059 \backslash
2060 dfrac
2061 \series default
2062
2063 \begin_inset Index idx
2064 range none
2065 pageformat default
2066 status collapsed
2067
2068 \begin_layout Plain Layout
2069 \begin_inset IndexMacro sortkey
2070 status collapsed
2071
2072 \begin_layout Plain Layout
2073 こまんと
2074 \end_layout
2075
2076 \end_inset
2077
2078 コマンド
2079 \begin_inset IndexMacro subentry
2080 status open
2081
2082 \begin_layout Plain Layout
2083 D
2084 \end_layout
2085
2086 \end_inset
2087
2088
2089 \begin_inset IndexMacro subentry
2090 status open
2091
2092 \begin_layout Plain Layout
2093
2094 \backslash
2095 dfrac
2096 \end_layout
2097
2098 \end_inset
2099
2100
2101 \end_layout
2102
2103 \end_inset
2104
2105 を使えば,
2106 つねに別行立て数式の大きさを持つ分数を作成することができます.また,
2107 コマンド
2108 \series bold
2109
2110 \backslash
2111 tfrac
2112 \series default
2113
2114 \begin_inset Index idx
2115 range none
2116 pageformat default
2117 status collapsed
2118
2119 \begin_layout Plain Layout
2120 \begin_inset IndexMacro sortkey
2121 status collapsed
2122
2123 \begin_layout Plain Layout
2124 こまんと
2125 \end_layout
2126
2127 \end_inset
2128
2129 コマンド
2130 \begin_inset IndexMacro subentry
2131 status open
2132
2133 \begin_layout Plain Layout
2134 T
2135 \end_layout
2136
2137 \end_inset
2138
2139
2140 \begin_inset IndexMacro subentry
2141 status open
2142
2143 \begin_layout Plain Layout
2144
2145 \backslash
2146 tfrac
2147 \end_layout
2148
2149 \end_inset
2150
2151
2152 \end_layout
2153
2154 \end_inset
2155
2156 では,
2157 つねに行内数式の大きさで分数が表示されます.以下はこれらの例です.
2158 \end_layout
2159
2160 \begin_layout Standard
2161 これは,
2162 コマンド
2163 \series bold
2164
2165 \backslash
2166 frac
2167 \series default
2168 を使用して作った分数
2169 \begin_inset Formula $\frac{1}{2}$
2170 \end_inset
2171
2172 を含む行です.
2173 \end_layout
2174
2175 \begin_layout Standard
2176 これは,
2177 コマンド
2178 \series bold
2179
2180 \backslash
2181 dfrac
2182 \series default
2183 を使用して作った分数
2184 \begin_inset Formula $\dfrac{1}{2}$
2185 \end_inset
2186
2187 を含む行です.
2188 \end_layout
2189
2190 \begin_layout Standard
2191 \align center
2192 \begin_inset Tabular
2193 <lyxtabular version="3" rows="4" columns="2">
2194 <features booktabs="true" tabularvalignment="middle">
2195 <column alignment="center" valignment="top" width="0pt">
2196 <column alignment="center" valignment="top" width="0pt">
2197 <row>
2198 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2199 \begin_inset Text
2200
2201 \begin_layout Plain Layout
2202 コマンド
2203 \end_layout
2204
2205 \end_inset
2206 </cell>
2207 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2208 \begin_inset Text
2209
2210 \begin_layout Plain Layout
2211 出力
2212 \end_layout
2213
2214 \end_inset
2215 </cell>
2216 </row>
2217 <row topspace="1.5mm">
2218 <cell alignment="center" valignment="top" usebox="none">
2219 \begin_inset Text
2220
2221 \begin_layout Plain Layout
2222
2223 \backslash
2224 frac
2225 \begin_inset space \textvisiblespace{}
2226 \end_inset
2227
2228 A
2229 \begin_inset Formula $\downarrow$
2230 \end_inset
2231
2232 B
2233 \end_layout
2234
2235 \end_inset
2236 </cell>
2237 <cell alignment="center" valignment="top" usebox="none">
2238 \begin_inset Text
2239
2240 \begin_layout Plain Layout
2241 \begin_inset Formula $\frac{A}{B}$
2242 \end_inset
2243
2244
2245 \end_layout
2246
2247 \end_inset
2248 </cell>
2249 </row>
2250 <row topspace="2mm">
2251 <cell alignment="center" valignment="top" usebox="none">
2252 \begin_inset Text
2253
2254 \begin_layout Plain Layout
2255
2256 \backslash
2257 dfrac
2258 \begin_inset space \textvisiblespace{}
2259 \end_inset
2260
2261 A
2262 \begin_inset Formula $\downarrow$
2263 \end_inset
2264
2265 B
2266 \end_layout
2267
2268 \end_inset
2269 </cell>
2270 <cell alignment="center" valignment="top" usebox="none">
2271 \begin_inset Text
2272
2273 \begin_layout Plain Layout
2274 \begin_inset Formula $\dfrac{A}{B}$
2275 \end_inset
2276
2277
2278 \end_layout
2279
2280 \end_inset
2281 </cell>
2282 </row>
2283 <row topspace="2mm" bottomspace="1mm">
2284 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2285 \begin_inset Text
2286
2287 \begin_layout Plain Layout
2288
2289 \backslash
2290 dfrac
2291 \begin_inset space \textvisiblespace{}
2292 \end_inset
2293
2294 e^
2295 \backslash
2296 frac
2297 \begin_inset space \textvisiblespace{}
2298 \end_inset
2299
2300 1
2301 \begin_inset Formula $\downarrow$
2302 \end_inset
2303
2304 2
2305 \begin_inset Formula $\downarrow\downarrow$
2306 \end_inset
2307
2308 3
2309 \end_layout
2310
2311 \end_inset
2312 </cell>
2313 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
2314 \begin_inset Text
2315
2316 \begin_layout Plain Layout
2317 \begin_inset Formula $\dfrac{e^{\frac{1}{2}}}{3}$
2318 \end_inset
2319
2320
2321 \end_layout
2322
2323 \end_inset
2324 </cell>
2325 </row>
2326 </lyxtabular>
2327
2328 \end_inset
2329
2330
2331 \end_layout
2332
2333 \begin_layout Standard
2334 \begin_inset VSpace bigskip
2335 \end_inset
2336
2337 入れ子の分数を作るには,
2338 コマンド
2339 \series bold
2340
2341 \backslash
2342 cfrac
2343 \series default
2344
2345 \begin_inset Index idx
2346 range none
2347 pageformat default
2348 status collapsed
2349
2350 \begin_layout Plain Layout
2351 \begin_inset IndexMacro sortkey
2352 status collapsed
2353
2354 \begin_layout Plain Layout
2355 こまんと
2356 \end_layout
2357
2358 \end_inset
2359
2360 コマンド
2361 \begin_inset IndexMacro subentry
2362 status open
2363
2364 \begin_layout Plain Layout
2365 C
2366 \end_layout
2367
2368 \end_inset
2369
2370
2371 \begin_inset IndexMacro subentry
2372 status open
2373
2374 \begin_layout Plain Layout
2375
2376 \backslash
2377 cfrac
2378 \end_layout
2379
2380 \end_inset
2381
2382
2383 \end_layout
2384
2385 \end_inset
2386
2387 が使えます.以下がその例です.
2388 \begin_inset VSpace -3mm
2389 \end_inset
2390
2391
2392 \end_layout
2393
2394 \begin_layout Standard
2395 \begin_inset Formula 
2396 \begin{align*}
2397 \textrm{\textbf{\textbackslash frac}を使用して作成} &  & \textrm{\textbf{\textbackslash cfrac}を使用して作成}\\
2398 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
2399 \end{align*}
2400
2401 \end_inset
2402
2403
2404 \end_layout
2405
2406 \begin_layout Standard
2407 上記の例で使用したコマンドは,
2408
2409 \end_layout
2410
2411 \begin_layout Standard
2412
2413 \series bold
2414
2415 \backslash
2416 cfrac
2417 \begin_inset ERT
2418 status collapsed
2419
2420 \begin_layout Plain Layout
2421
2422
2423 \backslash
2424 space 
2425 \end_layout
2426
2427 \end_inset
2428
2429 A
2430 \begin_inset Formula $\downarrow$
2431 \end_inset
2432
2433 B+
2434 \backslash
2435 cfrac
2436 \begin_inset ERT
2437 status collapsed
2438
2439 \begin_layout Plain Layout
2440
2441
2442 \backslash
2443 space 
2444 \end_layout
2445
2446 \end_inset
2447
2448 C+
2449 \backslash
2450 cfrac
2451 \begin_inset ERT
2452 status collapsed
2453
2454 \begin_layout Plain Layout
2455
2456
2457 \backslash
2458 space 
2459 \end_layout
2460
2461 \end_inset
2462
2463 E
2464 \begin_inset Formula $\downarrow$
2465 \end_inset
2466
2467 F
2468 \begin_inset Formula $\downarrow$
2469 \end_inset
2470
2471 D
2472 \end_layout
2473
2474 \begin_layout Standard
2475 です.
2476 \end_layout
2477
2478 \begin_layout Standard
2479 \begin_inset VSpace medskip
2480 \end_inset
2481
2482
2483 \end_layout
2484
2485 \begin_layout Standard
2486
2487 \series bold
2488
2489 \backslash
2490 cfrac
2491 \series default
2492 は,
2493 他の分数中に入れ子になっている場合も含め,
2494 分数をつねに別行立て数式の大きさに設定します.
2495 \end_layout
2496
2497 \begin_layout Standard
2498 分子の揃え方は,
2499 指定することができます.
2500 \series bold
2501
2502 \backslash
2503 cfracleft
2504 \series default
2505 コマンドは左揃えにし,
2506
2507 \series bold
2508
2509 \backslash
2510 cfracright
2511 \series default
2512 は右揃えにします.
2513 \series bold
2514
2515 \backslash
2516 cfrac
2517 \series default
2518 は中央揃えです.以下の各分数は,
2519 それぞれの揃え位置を示しています.
2520 \series bold
2521
2522 \begin_inset Formula 
2523 \[
2524 \cfrac[l]{A}{B+C}\,,\,\cfrac{A}{B+C}\,,\,\cfrac[r]{A}{B+C}
2525 \]
2526
2527 \end_inset
2528
2529
2530 \end_layout
2531
2532 \begin_layout Standard
2533 \begin_inset Note Greyedout
2534 status open
2535
2536 \begin_layout Plain Layout
2537
2538 \series bold
2539 [註]
2540 \backslash
2541 cfracleft
2542 \series default
2543
2544 \series bold
2545
2546 \backslash
2547 cfracright
2548 \series default
2549 は,
2550 生粋の\SpecialChar LaTeX
2551 コマンドではなく,
2552 実体は,
2553 コマンド
2554 \series bold
2555
2556 \backslash
2557 cfrac[揃え位置]{分子}{分母}
2558 \series default
2559 です.したがって,
2560 これらを\SpecialChar TeX
2561 モードで使うことはできません.
2562 \end_layout
2563
2564 \end_inset
2565
2566
2567 \end_layout
2568
2569 \begin_layout Standard
2570 \begin_inset VSpace medskip
2571 \end_inset
2572
2573 ときに,
2574 以下のように
2575 \series bold
2576
2577 \backslash
2578 cfrac
2579 \series default
2580
2581 \series bold
2582
2583 \backslash
2584 frac
2585 \series default
2586 を組み合わせて使うと便利です.
2587 \begin_inset Formula 
2588 \[
2589 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}
2590 \]
2591
2592 \end_inset
2593
2594
2595 \end_layout
2596
2597 \begin_layout Standard
2598 斜めの分数線を持つ行内分数を作るには,
2599 コマンド
2600 \series bold
2601
2602 \backslash
2603 nicefrac
2604 \series default
2605
2606 \begin_inset Index idx
2607 range none
2608 pageformat default
2609 status collapsed
2610
2611 \begin_layout Plain Layout
2612 \begin_inset IndexMacro sortkey
2613 status collapsed
2614
2615 \begin_layout Plain Layout
2616 こまんと
2617 \end_layout
2618
2619 \end_inset
2620
2621 コマンド
2622 \begin_inset IndexMacro subentry
2623 status open
2624
2625 \begin_layout Plain Layout
2626 N
2627 \end_layout
2628
2629 \end_inset
2630
2631
2632 \begin_inset IndexMacro subentry
2633 status open
2634
2635 \begin_layout Plain Layout
2636
2637 \backslash
2638 nicefrac
2639 \end_layout
2640
2641 \end_inset
2642
2643
2644 \end_layout
2645
2646 \end_inset
2647
2648 (例:
2649
2650 \begin_inset Formula $\nicefrac{5}{31}$
2651 \end_inset
2652
2653 )を使うか,
2654 コマンド
2655 \series bold
2656
2657 \backslash
2658 unitfrac
2659 \series default
2660
2661 \begin_inset Index idx
2662 range none
2663 pageformat default
2664 status collapsed
2665
2666 \begin_layout Plain Layout
2667 \begin_inset IndexMacro sortkey
2668 status collapsed
2669
2670 \begin_layout Plain Layout
2671 こまんと
2672 \end_layout
2673
2674 \end_inset
2675
2676 コマンド
2677 \begin_inset IndexMacro subentry
2678 status open
2679
2680 \begin_layout Plain Layout
2681 U
2682 \end_layout
2683
2684 \end_inset
2685
2686
2687 \begin_inset IndexMacro subentry
2688 status open
2689
2690 \begin_layout Plain Layout
2691
2692 \backslash
2693 unitfrac
2694 \end_layout
2695
2696 \end_inset
2697
2698
2699 \end_layout
2700
2701 \end_inset
2702
2703 (例:
2704
2705 \begin_inset Formula $\unitfrac{5}{31}$
2706 \end_inset
2707
2708 )を使います.さらに,
2709
2710 \begin_inset Formula $\unitfrac[2]{1}{3}$
2711 \end_inset
2712
2713 のような帯分数を作るコマンド
2714 \series bold
2715
2716 \backslash
2717 unitfracthree
2718 \series default
2719 もあります.
2720 \end_layout
2721
2722 \begin_layout Standard
2723 \begin_inset Note Greyedout
2724 status open
2725
2726 \begin_layout Plain Layout
2727
2728 \series bold
2729 [註]
2730 \series default
2731 実は,
2732
2733 \series bold
2734
2735 \backslash
2736 unitfracthree
2737 \series default
2738 は生粋の\SpecialChar LaTeX
2739 コマンドではなく,
2740 実体は
2741 \begin_inset Newline newline
2742 \end_inset
2743
2744
2745 \series bold
2746
2747 \backslash
2748 unitfrac[自然数]{分子}{分母}
2749 \series default
2750 というコマンドなので,
2751 \SpecialChar TeX
2752 コードでは使用できません.
2753 \end_layout
2754
2755 \end_inset
2756
2757
2758 \end_layout
2759
2760 \begin_layout Standard
2761 分数線を変更できるような独自の分数の定義のしかたは,
2762
2763 \begin_inset CommandInset ref
2764 LatexCommand ref
2765 reference "subsec:自己定義の分数"
2766 nolink "false"
2767
2768 \end_inset
2769
2770 節に説明があります.
2771 \end_layout
2772
2773 \begin_layout Standard
2774 多行分数の説明は,
2775
2776 \begin_inset CommandInset ref
2777 LatexCommand ref
2778 reference "subsec:多行にわたる分数"
2779 nolink "false"
2780
2781 \end_inset
2782
2783 節にあります.
2784 \end_layout
2785
2786 \begin_layout Subsection
2787 根号
2788 \begin_inset Index idx
2789 range none
2790 pageformat default
2791 status collapsed
2792
2793 \begin_layout Plain Layout
2794 \begin_inset IndexMacro sortkey
2795 status collapsed
2796
2797 \begin_layout Plain Layout
2798 こんこう
2799 \end_layout
2800
2801 \end_inset
2802
2803 根号
2804 \end_layout
2805
2806 \end_inset
2807
2808
2809 \begin_inset Index idx
2810 range none
2811 pageformat default
2812 status collapsed
2813
2814 \begin_layout Plain Layout
2815 \begin_inset IndexMacro sortkey
2816 status collapsed
2817
2818 \begin_layout Plain Layout
2819 ると
2820 \end_layout
2821
2822 \end_inset
2823
2824 ルート
2825 \begin_inset IndexMacro see
2826 status open
2827
2828 \begin_layout Plain Layout
2829 根号
2830 \end_layout
2831
2832 \end_inset
2833
2834
2835 \end_layout
2836
2837 \end_inset
2838
2839
2840 \end_layout
2841
2842 \begin_layout Standard
2843 平方根は,
2844
2845 \series bold
2846
2847 \backslash
2848 sqrt
2849 \series default
2850
2851 \begin_inset Index idx
2852 range none
2853 pageformat default
2854 status collapsed
2855
2856 \begin_layout Plain Layout
2857 \begin_inset IndexMacro sortkey
2858 status collapsed
2859
2860 \begin_layout Plain Layout
2861 こまんと
2862 \end_layout
2863
2864 \end_inset
2865
2866 コマンド
2867 \begin_inset IndexMacro subentry
2868 status open
2869
2870 \begin_layout Plain Layout
2871 S
2872 \end_layout
2873
2874 \end_inset
2875
2876
2877 \begin_inset IndexMacro subentry
2878 status open
2879
2880 \begin_layout Plain Layout
2881
2882 \backslash
2883 sqrt
2884 \end_layout
2885
2886 \end_inset
2887
2888
2889 \end_layout
2890
2891 \end_inset
2892
2893 か数式ツールバーボタン
2894 \begin_inset Info
2895 type  "icon"
2896 arg   "math-insert \\sqrt"
2897 \end_inset
2898
2899 で作成することができ,
2900 他のすべての根号は,
2901 コマンド
2902 \series bold
2903
2904 \backslash
2905 root
2906 \series default
2907
2908 \begin_inset Index idx
2909 range none
2910 pageformat default
2911 status collapsed
2912
2913 \begin_layout Plain Layout
2914 \begin_inset IndexMacro sortkey
2915 status collapsed
2916
2917 \begin_layout Plain Layout
2918 こまんと
2919 \end_layout
2920
2921 \end_inset
2922
2923 コマンド
2924 \begin_inset IndexMacro subentry
2925 status open
2926
2927 \begin_layout Plain Layout
2928 R
2929 \end_layout
2930
2931 \end_inset
2932
2933
2934 \begin_inset IndexMacro subentry
2935 status open
2936
2937 \begin_layout Plain Layout
2938
2939 \backslash
2940 root
2941 \end_layout
2942
2943 \end_inset
2944
2945
2946 \end_layout
2947
2948 \end_inset
2949
2950 か数式ツールバーボタン
2951 \begin_inset Info
2952 type  "icon"
2953 arg   "math-insert \\root"
2954 \end_inset
2955
2956 で作成することができます.
2957 \end_layout
2958
2959 \begin_layout Standard
2960 \align center
2961 \begin_inset Tabular
2962 <lyxtabular version="3" rows="3" columns="2">
2963 <features booktabs="true" tabularvalignment="middle">
2964 <column alignment="center" valignment="top" width="0pt">
2965 <column alignment="center" valignment="top" width="0pt">
2966 <row>
2967 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2968 \begin_inset Text
2969
2970 \begin_layout Plain Layout
2971 コマンド
2972 \end_layout
2973
2974 \end_inset
2975 </cell>
2976 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
2977 \begin_inset Text
2978
2979 \begin_layout Plain Layout
2980 出力
2981 \end_layout
2982
2983 \end_inset
2984 </cell>
2985 </row>
2986 <row topspace="1mm">
2987 <cell alignment="center" valignment="top" usebox="none">
2988 \begin_inset Text
2989
2990 \begin_layout Plain Layout
2991
2992 \backslash
2993 sqrt
2994 \begin_inset space \textvisiblespace{}
2995 \end_inset
2996
2997 A-B
2998 \end_layout
2999
3000 \end_inset
3001 </cell>
3002 <cell alignment="center" valignment="top" usebox="none">
3003 \begin_inset Text
3004
3005 \begin_layout Plain Layout
3006 \begin_inset Formula $\sqrt{A-B}$
3007 \end_inset
3008
3009
3010 \end_layout
3011
3012 \end_inset
3013 </cell>
3014 </row>
3015 <row topspace="1mm">
3016 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
3017 \begin_inset Text
3018
3019 \begin_layout Plain Layout
3020
3021 \backslash
3022 root
3023 \begin_inset space \textvisiblespace{}
3024 \end_inset
3025
3026 3
3027 \begin_inset Formula $\downarrow$
3028 \end_inset
3029
3030 A-B
3031 \end_layout
3032
3033 \end_inset
3034 </cell>
3035 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
3036 \begin_inset Text
3037
3038 \begin_layout Plain Layout
3039 \begin_inset Formula $\sqrt[3]{A-B}$
3040 \end_inset
3041
3042
3043 \end_layout
3044
3045 \end_inset
3046 </cell>
3047 </row>
3048 </lyxtabular>
3049
3050 \end_inset
3051
3052
3053 \end_layout
3054
3055 \begin_layout Standard
3056 平方根は,
3057 根号指数フィールドを空白のままにしておけば,
3058
3059 \series bold
3060
3061 \backslash
3062 root
3063 \series default
3064 でも作成することができます.
3065 \end_layout
3066
3067 \begin_layout Standard
3068 \begin_inset Formula $\sqrt[\beta]{B}$
3069 \end_inset
3070
3071 の例のように,
3072 指数のとる値によっては,
3073 根号への距離が近すぎることがあります.
3074 \begin_inset Newline newline
3075 \end_inset
3076
3077 この場合には,
3078
3079 \begin_inset Formula $\beta$
3080 \end_inset
3081
3082 が根号に触れてしまいます.これを避けるためには,
3083 以下のようなコマンド書式で,
3084 コマンド
3085 \series bold
3086
3087 \backslash
3088 leftroot
3089 \series default
3090
3091 \begin_inset Index idx
3092 range none
3093 pageformat default
3094 status collapsed
3095
3096 \begin_layout Plain Layout
3097 \begin_inset IndexMacro sortkey
3098 status collapsed
3099
3100 \begin_layout Plain Layout
3101 こまんと
3102 \end_layout
3103
3104 \end_inset
3105
3106 コマンド
3107 \begin_inset IndexMacro subentry
3108 status open
3109
3110 \begin_layout Plain Layout
3111 L
3112 \end_layout
3113
3114 \end_inset
3115
3116
3117 \begin_inset IndexMacro subentry
3118 status open
3119
3120 \begin_layout Plain Layout
3121
3122 \backslash
3123 leftroot
3124 \end_layout
3125
3126 \end_inset
3127
3128
3129 \end_layout
3130
3131 \end_inset
3132
3133
3134 \series bold
3135
3136 \backslash
3137 uproot
3138 \series default
3139
3140 \begin_inset Index idx
3141 range none
3142 pageformat default
3143 status collapsed
3144
3145 \begin_layout Plain Layout
3146 \begin_inset IndexMacro sortkey
3147 status collapsed
3148
3149 \begin_layout Plain Layout
3150 こまんと
3151 \end_layout
3152
3153 \end_inset
3154
3155 コマンド
3156 \begin_inset IndexMacro subentry
3157 status open
3158
3159 \begin_layout Plain Layout
3160 U
3161 \end_layout
3162
3163 \end_inset
3164
3165
3166 \begin_inset IndexMacro subentry
3167 status open
3168
3169 \begin_layout Plain Layout
3170
3171 \backslash
3172 uproot
3173 \end_layout
3174
3175 \end_inset
3176
3177
3178 \end_layout
3179
3180 \end_inset
3181
3182 を使います.
3183 \end_layout
3184
3185 \begin_layout Standard
3186
3187 \series bold
3188
3189 \backslash
3190 leftroot{距離}
3191 \series default
3192 および
3193 \series bold
3194
3195 \backslash
3196 uproot{距離}
3197 \end_layout
3198
3199 \begin_layout Standard
3200 ここで「距離」は,
3201 指数を左あるいは上に動かす,
3202 Big Point(単位bp;
3203
3204 \begin_inset Formula $\mathrm{72\,bp=1}$
3205 \end_inset
3206
3207 インチ)での数値です.これらのコマンドは,
3208 指数に書き込みます.このようにして,
3209 コマンド
3210 \begin_inset Newline newline
3211 \end_inset
3212
3213
3214 \series bold
3215
3216 \backslash
3217 root
3218 \backslash
3219 leftroot{-1
3220 \begin_inset Formula $\to$
3221 \end_inset
3222
3223
3224 \backslash
3225 uproot{2
3226 \begin_inset Formula $\to$
3227 \end_inset
3228
3229
3230 \backslash
3231 beta
3232 \begin_inset space \textvisiblespace{}
3233 \end_inset
3234
3235
3236 \begin_inset Formula $\to$
3237 \end_inset
3238
3239 B
3240 \begin_inset Newline newline
3241 \end_inset
3242
3243
3244 \series default
3245 は,
3246 正しく組版された数式
3247 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
3248 \end_inset
3249
3250 を生成します.
3251 \end_layout
3252
3253 \begin_layout Subsection
3254 二項係数
3255 \begin_inset Index idx
3256 range none
3257 pageformat default
3258 status collapsed
3259
3260 \begin_layout Plain Layout
3261 \begin_inset IndexMacro sortkey
3262 status collapsed
3263
3264 \begin_layout Plain Layout
3265 にこうけいすう
3266 \end_layout
3267
3268 \end_inset
3269
3270 二項係数
3271 \end_layout
3272
3273 \end_inset
3274
3275
3276 \end_layout
3277
3278 \begin_layout Standard
3279 二項係数は,
3280 コマンド
3281 \series bold
3282
3283 \backslash
3284 binom
3285 \series default
3286
3287 \begin_inset Index idx
3288 range none
3289 pageformat default
3290 status collapsed
3291
3292 \begin_layout Plain Layout
3293 \begin_inset IndexMacro sortkey
3294 status collapsed
3295
3296 \begin_layout Plain Layout
3297 こまんと
3298 \end_layout
3299
3300 \end_inset
3301
3302 コマンド
3303 \begin_inset IndexMacro subentry
3304 status open
3305
3306 \begin_layout Plain Layout
3307 B
3308 \end_layout
3309
3310 \end_inset
3311
3312
3313 \begin_inset IndexMacro subentry
3314 status open
3315
3316 \begin_layout Plain Layout
3317
3318 \backslash
3319 binom
3320 \end_layout
3321
3322 \end_inset
3323
3324
3325 \end_layout
3326
3327 \end_inset
3328
3329 か数式ツールバーボタン
3330 \begin_inset Info
3331 type  "icon"
3332 arg   "math-insert \\frac-square"
3333 \end_inset
3334
3335 の小メニューを使って挿入することができます.分数(
3336 \series bold
3337
3338 \backslash
3339 frac
3340 \series default
3341 )と同様に,
3342
3343 \series bold
3344
3345 \backslash
3346 binom
3347 \series default
3348 の他に,
3349 コマンド
3350 \series bold
3351
3352 \backslash
3353 dbinom
3354 \series default
3355
3356 \begin_inset Index idx
3357 range none
3358 pageformat default
3359 status collapsed
3360
3361 \begin_layout Plain Layout
3362 \begin_inset IndexMacro sortkey
3363 status collapsed
3364
3365 \begin_layout Plain Layout
3366 こまんと
3367 \end_layout
3368
3369 \end_inset
3370
3371 コマンド
3372 \begin_inset IndexMacro subentry
3373 status open
3374
3375 \begin_layout Plain Layout
3376 D
3377 \end_layout
3378
3379 \end_inset
3380
3381
3382 \begin_inset IndexMacro subentry
3383 status open
3384
3385 \begin_layout Plain Layout
3386
3387 \backslash
3388 dbinom
3389 \end_layout
3390
3391 \end_inset
3392
3393
3394 \end_layout
3395
3396 \end_inset
3397
3398 および
3399 \series bold
3400
3401 \backslash
3402 tbinom
3403 \series default
3404
3405 \begin_inset Index idx
3406 range none
3407 pageformat default
3408 status collapsed
3409
3410 \begin_layout Plain Layout
3411 \begin_inset IndexMacro sortkey
3412 status collapsed
3413
3414 \begin_layout Plain Layout
3415 こまんと
3416 \end_layout
3417
3418 \end_inset
3419
3420 コマンド
3421 \begin_inset IndexMacro subentry
3422 status open
3423
3424 \begin_layout Plain Layout
3425 T
3426 \end_layout
3427
3428 \end_inset
3429
3430
3431 \begin_inset IndexMacro subentry
3432 status open
3433
3434 \begin_layout Plain Layout
3435
3436 \backslash
3437 tbinom
3438 \end_layout
3439
3440 \end_inset
3441
3442
3443 \end_layout
3444
3445 \end_inset
3446
3447 があります.二項係数のまわりの括弧に,
3448 他の括弧を使うには,
3449 コマンド
3450 \series bold
3451
3452 \backslash
3453 brace
3454 \series default
3455
3456 \begin_inset Index idx
3457 range none
3458 pageformat default
3459 status collapsed
3460
3461 \begin_layout Plain Layout
3462 \begin_inset IndexMacro sortkey
3463 status collapsed
3464
3465 \begin_layout Plain Layout
3466 こまんと
3467 \end_layout
3468
3469 \end_inset
3470
3471 コマンド
3472 \begin_inset IndexMacro subentry
3473 status open
3474
3475 \begin_layout Plain Layout
3476 B
3477 \end_layout
3478
3479 \end_inset
3480
3481
3482 \begin_inset IndexMacro subentry
3483 status open
3484
3485 \begin_layout Plain Layout
3486
3487 \backslash
3488 brace
3489 \end_layout
3490
3491 \end_inset
3492
3493
3494 \end_layout
3495
3496 \end_inset
3497
3498
3499 \series bold
3500
3501 \backslash
3502 brack
3503 \series default
3504
3505 \begin_inset Index idx
3506 range none
3507 pageformat default
3508 status collapsed
3509
3510 \begin_layout Plain Layout
3511 \begin_inset IndexMacro sortkey
3512 status collapsed
3513
3514 \begin_layout Plain Layout
3515 こまんと
3516 \end_layout
3517
3518 \end_inset
3519
3520 コマンド
3521 \begin_inset IndexMacro subentry
3522 status open
3523
3524 \begin_layout Plain Layout
3525 B
3526 \end_layout
3527
3528 \end_inset
3529
3530
3531 \begin_inset IndexMacro subentry
3532 status open
3533
3534 \begin_layout Plain Layout
3535
3536 \backslash
3537 brack
3538 \end_layout
3539
3540 \end_inset
3541
3542
3543 \end_layout
3544
3545 \end_inset
3546
3547 があります.
3548 \end_layout
3549
3550 \begin_layout Standard
3551 \align center
3552 \begin_inset Tabular
3553 <lyxtabular version="3" rows="6" columns="2">
3554 <features booktabs="true" tabularvalignment="middle">
3555 <column alignment="center" valignment="top" width="0pt">
3556 <column alignment="center" valignment="top" width="0pt">
3557 <row>
3558 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3559 \begin_inset Text
3560
3561 \begin_layout Plain Layout
3562 コマンド
3563 \end_layout
3564
3565 \end_inset
3566 </cell>
3567 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3568 \begin_inset Text
3569
3570 \begin_layout Plain Layout
3571 出力
3572 \end_layout
3573
3574 \end_inset
3575 </cell>
3576 </row>
3577 <row topspace="1mm">
3578 <cell alignment="center" valignment="top" usebox="none">
3579 \begin_inset Text
3580
3581 \begin_layout Plain Layout
3582
3583 \backslash
3584 binom
3585 \begin_inset space \textvisiblespace{}
3586 \end_inset
3587
3588 A
3589 \begin_inset Formula $\downarrow$
3590 \end_inset
3591
3592 B
3593 \end_layout
3594
3595 \end_inset
3596 </cell>
3597 <cell alignment="center" valignment="top" usebox="none">
3598 \begin_inset Text
3599
3600 \begin_layout Plain Layout
3601 \begin_inset Formula $\binom{A}{B}$
3602 \end_inset
3603
3604
3605 \end_layout
3606
3607 \end_inset
3608 </cell>
3609 </row>
3610 <row topspace="2mm">
3611 <cell alignment="center" valignment="top" usebox="none">
3612 \begin_inset Text
3613
3614 \begin_layout Plain Layout
3615
3616 \backslash
3617 dbinom
3618 \begin_inset space \textvisiblespace{}
3619 \end_inset
3620
3621 A
3622 \begin_inset Formula $\downarrow$
3623 \end_inset
3624
3625 B
3626 \end_layout
3627
3628 \end_inset
3629 </cell>
3630 <cell alignment="center" valignment="top" usebox="none">
3631 \begin_inset Text
3632
3633 \begin_layout Plain Layout
3634 \begin_inset Formula $\dbinom{A}{B}$
3635 \end_inset
3636
3637
3638 \end_layout
3639
3640 \end_inset
3641 </cell>
3642 </row>
3643 <row topspace="2mm" bottomspace="0.5mm">
3644 <cell alignment="center" valignment="top" usebox="none">
3645 \begin_inset Text
3646
3647 \begin_layout Plain Layout
3648
3649 \backslash
3650 tbinom
3651 \begin_inset space \textvisiblespace{}
3652 \end_inset
3653
3654 A
3655 \begin_inset Formula $\downarrow$
3656 \end_inset
3657
3658 B
3659 \end_layout
3660
3661 \end_inset
3662 </cell>
3663 <cell alignment="center" valignment="top" usebox="none">
3664 \begin_inset Text
3665
3666 \begin_layout Plain Layout
3667 \begin_inset Formula $\tbinom{A}{B}$
3668 \end_inset
3669
3670
3671 \end_layout
3672
3673 \end_inset
3674 </cell>
3675 </row>
3676 <row topspace="1mm">
3677 <cell alignment="center" valignment="top" topline="true" usebox="none">
3678 \begin_inset Text
3679
3680 \begin_layout Plain Layout
3681
3682 \backslash
3683 brack
3684 \begin_inset space \textvisiblespace{}
3685 \end_inset
3686
3687 A
3688 \begin_inset Formula $\downarrow$
3689 \end_inset
3690
3691 B
3692 \end_layout
3693
3694 \end_inset
3695 </cell>
3696 <cell alignment="center" valignment="top" topline="true" usebox="none">
3697 \begin_inset Text
3698
3699 \begin_layout Plain Layout
3700 \begin_inset Formula ${A \brack B}$
3701 \end_inset
3702
3703
3704 \end_layout
3705
3706 \end_inset
3707 </cell>
3708 </row>
3709 <row topspace="2mm" bottomspace="0.5mm">
3710 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
3711 \begin_inset Text
3712
3713 \begin_layout Plain Layout
3714
3715 \backslash
3716 brace
3717 \begin_inset space \textvisiblespace{}
3718 \end_inset
3719
3720 A
3721 \begin_inset Formula $\downarrow$
3722 \end_inset
3723
3724 B
3725 \end_layout
3726
3727 \end_inset
3728 </cell>
3729 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
3730 \begin_inset Text
3731
3732 \begin_layout Plain Layout
3733 \begin_inset Formula ${A \brace B}$
3734 \end_inset
3735
3736
3737 \end_layout
3738
3739 \end_inset
3740 </cell>
3741 </row>
3742 </lyxtabular>
3743
3744 \end_inset
3745
3746
3747 \end_layout
3748
3749 \begin_layout Subsection
3750 場合分け
3751 \begin_inset Index idx
3752 range none
3753 pageformat default
3754 status collapsed
3755
3756 \begin_layout Plain Layout
3757 \begin_inset IndexMacro sortkey
3758 status collapsed
3759
3760 \begin_layout Plain Layout
3761 はあいわけ
3762 \end_layout
3763
3764 \end_inset
3765
3766 場合分け
3767 \end_layout
3768
3769 \end_inset
3770
3771
3772 \end_layout
3773
3774 \begin_layout Standard
3775 \align center
3776 \begin_inset Tabular
3777 <lyxtabular version="3" rows="3" columns="2">
3778 <features booktabs="true" tabularvalignment="middle">
3779 <column alignment="center" valignment="top" width="0pt">
3780 <column alignment="center" valignment="top" width="0pt">
3781 <row>
3782 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3783 \begin_inset Text
3784
3785 \begin_layout Plain Layout
3786 コマンド
3787 \end_layout
3788
3789 \end_inset
3790 </cell>
3791 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
3792 \begin_inset Text
3793
3794 \begin_layout Plain Layout
3795 出力
3796 \end_layout
3797
3798 \end_inset
3799 </cell>
3800 </row>
3801 <row>
3802 <cell alignment="center" valignment="top" usebox="none">
3803 \begin_inset Text
3804
3805 \begin_layout Plain Layout
3806
3807 \backslash
3808 cases
3809 \begin_inset space \textvisiblespace{}
3810 \end_inset
3811
3812 A
3813 \begin_inset Formula $\to$
3814 \end_inset
3815
3816 B
3817 \begin_inset Formula $>$
3818 \end_inset
3819
3820 0
3821 \begin_inset Index idx
3822 range none
3823 pageformat default
3824 status collapsed
3825
3826 \begin_layout Plain Layout
3827 \begin_inset IndexMacro sortkey
3828 status collapsed
3829
3830 \begin_layout Plain Layout
3831 こまんと
3832 \end_layout
3833
3834 \end_inset
3835
3836 コマンド
3837 \begin_inset IndexMacro subentry
3838 status open
3839
3840 \begin_layout Plain Layout
3841 C
3842 \end_layout
3843
3844 \end_inset
3845
3846
3847 \begin_inset IndexMacro subentry
3848 status open
3849
3850 \begin_layout Plain Layout
3851
3852 \backslash
3853 cases
3854 \end_layout
3855
3856 \end_inset
3857
3858
3859 \end_layout
3860
3861 \end_inset
3862
3863
3864 \end_layout
3865
3866 \end_inset
3867 </cell>
3868 <cell alignment="center" valignment="top" usebox="none">
3869 \begin_inset Text
3870
3871 \begin_layout Plain Layout
3872 \begin_inset Formula $\begin{cases}
3873 A & B>0\end{cases}$
3874 \end_inset
3875
3876
3877 \end_layout
3878
3879 \end_inset
3880 </cell>
3881 </row>
3882 <row topspace="1.5mm">
3883 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
3884 \begin_inset Text
3885
3886 \begin_layout Plain Layout
3887
3888 \backslash
3889 cases
3890 \begin_inset space \textvisiblespace{}
3891 \end_inset
3892
3893
3894 \begin_inset Info
3895 type  "shortcut"
3896 arg   "newline-insert newline"
3897 \end_inset
3898
3899
3900 \end_layout
3901
3902 \end_inset
3903 </cell>
3904 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
3905 \begin_inset Text
3906
3907 \begin_layout Plain Layout
3908 \begin_inset Formula $\begin{cases}
3909 A & \textrm{for }x>0\\
3910 B & \textrm{for }x=0
3911 \end{cases}$
3912 \end_inset
3913
3914
3915 \end_layout
3916
3917 \end_inset
3918 </cell>
3919 </row>
3920 </lyxtabular>
3921
3922 \end_inset
3923
3924
3925 \end_layout
3926
3927 \begin_layout Standard
3928
3929 \series bold
3930
3931 \backslash
3932 cases
3933 \series default
3934 を挿入するか数式ツールバーボタン
3935 \begin_inset Info
3936 type  "icon"
3937 arg   "math-insert \\cases"
3938 \end_inset
3939
3940 を使用した後では,
3941 ショートカット
3942 \begin_inset Info
3943 type  "shortcut"
3944 arg   "newline-insert newline"
3945 \end_inset
3946
3947 か表ツールバーボタン
3948 \begin_inset Info
3949 type  "icon"
3950 arg   "tabular-feature append-row"
3951 \end_inset
3952
3953 を使えば,
3954 新しい行を作ることができます.
3955 \end_layout
3956
3957 \begin_layout Standard
3958 コマンド
3959 \series bold
3960
3961 \backslash
3962 cases
3963 \series default
3964 は,
3965
3966 \family sans
3967 \series bold
3968 挿入\SpecialChar menuseparator
3969 数式\SpecialChar menuseparator
3970
3971 \series default
3972 Cases
3973 \series bold
3974 環境
3975 \family default
3976 \series default
3977
3978 \begin_inset space \thinspace{}
3979 \end_inset
3980
3981 メニューで挿入することもできます.
3982 \end_layout
3983
3984 \begin_layout Subsection
3985 否定
3986 \begin_inset Index idx
3987 range none
3988 pageformat default
3989 status collapsed
3990
3991 \begin_layout Plain Layout
3992 \begin_inset IndexMacro sortkey
3993 status collapsed
3994
3995 \begin_layout Plain Layout
3996 ひてい
3997 \end_layout
3998
3999 \end_inset
4000
4001 否定
4002 \end_layout
4003
4004 \end_inset
4005
4006
4007 \end_layout
4008
4009 \begin_layout Standard
4010
4011 \series bold
4012
4013 \backslash
4014 not
4015 \series default
4016
4017 \begin_inset Index idx
4018 range none
4019 pageformat default
4020 status collapsed
4021
4022 \begin_layout Plain Layout
4023 \begin_inset IndexMacro sortkey
4024 status open
4025
4026 \begin_layout Plain Layout
4027 こまんと
4028 \end_layout
4029
4030 \end_inset
4031
4032 コマンド
4033 \begin_inset IndexMacro subentry
4034 status open
4035
4036 \begin_layout Plain Layout
4037 N
4038 \end_layout
4039
4040 \end_inset
4041
4042
4043 \begin_inset IndexMacro subentry
4044 status open
4045
4046 \begin_layout Plain Layout
4047
4048 \backslash
4049 not
4050 \end_layout
4051
4052 \end_inset
4053
4054
4055 \end_layout
4056
4057 \end_inset
4058
4059 を挿入することで,
4060 すべての文字を取り消し形で表示できます.文字はスラッシュを上書きされた形になります.
4061 \end_layout
4062
4063 \begin_layout Standard
4064 \align center
4065 \begin_inset Tabular
4066 <lyxtabular version="3" rows="4" columns="2">
4067 <features booktabs="true" tabularvalignment="middle">
4068 <column alignment="center" valignment="top" width="0pt">
4069 <column alignment="center" valignment="top" width="0pt">
4070 <row>
4071 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4072 \begin_inset Text
4073
4074 \begin_layout Plain Layout
4075 コマンド
4076 \end_layout
4077
4078 \end_inset
4079 </cell>
4080 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4081 \begin_inset Text
4082
4083 \begin_layout Plain Layout
4084 出力
4085 \end_layout
4086
4087 \end_inset
4088 </cell>
4089 </row>
4090 <row>
4091 <cell alignment="center" valignment="top" usebox="none">
4092 \begin_inset Text
4093
4094 \begin_layout Plain Layout
4095
4096 \backslash
4097 not=
4098 \end_layout
4099
4100 \end_inset
4101 </cell>
4102 <cell alignment="center" valignment="top" usebox="none">
4103 \begin_inset Text
4104
4105 \begin_layout Plain Layout
4106 \begin_inset Formula $\not=$
4107 \end_inset
4108
4109
4110 \end_layout
4111
4112 \end_inset
4113 </cell>
4114 </row>
4115 <row>
4116 <cell alignment="center" valignment="top" usebox="none">
4117 \begin_inset Text
4118
4119 \begin_layout Plain Layout
4120
4121 \backslash
4122 not 
4123 \backslash
4124 le
4125 \end_layout
4126
4127 \end_inset
4128 </cell>
4129 <cell alignment="center" valignment="top" usebox="none">
4130 \begin_inset Text
4131
4132 \begin_layout Plain Layout
4133 \begin_inset Formula $\not\le$
4134 \end_inset
4135
4136
4137 \end_layout
4138
4139 \end_inset
4140 </cell>
4141 </row>
4142 <row>
4143 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4144 \begin_inset Text
4145
4146 \begin_layout Plain Layout
4147
4148 \backslash
4149 not 
4150 \backslash
4151 parallel
4152 \end_layout
4153
4154 \end_inset
4155 </cell>
4156 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4157 \begin_inset Text
4158
4159 \begin_layout Plain Layout
4160 \begin_inset Formula $\not\parallel$
4161 \end_inset
4162
4163
4164 \end_layout
4165
4166 \end_inset
4167 </cell>
4168 </row>
4169 </lyxtabular>
4170
4171 \end_inset
4172
4173
4174 \end_layout
4175
4176 \begin_layout Standard
4177 最後の例が示すように,
4178 すべての否定形がきれいに出力されるわけではありません.このことから,
4179 否定形に専用のコマンドを持つものもあります(第
4180 \begin_inset CommandInset ref
4181 LatexCommand ref
4182 reference "subsec:数学記号"
4183 nolink "false"
4184
4185 \end_inset
4186
4187 節および第
4188 \begin_inset CommandInset ref
4189 LatexCommand ref
4190 reference "sec:関係子"
4191 nolink "false"
4192
4193 \end_inset
4194
4195 節を参照).
4196 \end_layout
4197
4198 \begin_layout Subsection
4199 埋め草
4200 \begin_inset CommandInset label
4201 LatexCommand label
4202 name "subsec:埋め草"
4203
4204 \end_inset
4205
4206
4207 \begin_inset Index idx
4208 range none
4209 pageformat default
4210 status collapsed
4211
4212 \begin_layout Plain Layout
4213 \begin_inset IndexMacro sortkey
4214 status collapsed
4215
4216 \begin_layout Plain Layout
4217 うめくさ
4218 \end_layout
4219
4220 \end_inset
4221
4222 埋め草
4223 \end_layout
4224
4225 \end_inset
4226
4227
4228 \begin_inset Index idx
4229 range none
4230 pageformat default
4231 status collapsed
4232
4233 \begin_layout Plain Layout
4234 \begin_inset IndexMacro sortkey
4235 status collapsed
4236
4237 \begin_layout Plain Layout
4238 かかくきこう
4239 \end_layout
4240
4241 \end_inset
4242
4243 化学記号
4244 \begin_inset IndexMacro subentry
4245 status open
4246
4247 \begin_layout Plain Layout
4248 \begin_inset IndexMacro sortkey
4249 status collapsed
4250
4251 \begin_layout Plain Layout
4252 とういたい
4253 \end_layout
4254
4255 \end_inset
4256
4257 同位体
4258 \end_layout
4259
4260 \end_inset
4261
4262
4263 \end_layout
4264
4265 \end_inset
4266
4267
4268 \begin_inset Index idx
4269 range none
4270 pageformat default
4271 status collapsed
4272
4273 \begin_layout Plain Layout
4274 \begin_inset IndexMacro sortkey
4275 status collapsed
4276
4277 \begin_layout Plain Layout
4278 とういたい
4279 \end_layout
4280
4281 \end_inset
4282
4283 同位体
4284 \begin_inset IndexMacro see
4285 status open
4286
4287 \begin_layout Plain Layout
4288 化学記号
4289 \end_layout
4290
4291 \end_inset
4292
4293
4294 \end_layout
4295
4296 \end_inset
4297
4298
4299 \begin_inset Index idx
4300 range none
4301 pageformat default
4302 status collapsed
4303
4304 \begin_layout Plain Layout
4305 \begin_inset IndexMacro sortkey
4306 status collapsed
4307
4308 \begin_layout Plain Layout
4309 あいそとふ
4310 \end_layout
4311
4312 \end_inset
4313
4314 アイソトープ
4315 \begin_inset IndexMacro see
4316 status open
4317
4318 \begin_layout Plain Layout
4319 同位体
4320 \end_layout
4321
4322 \end_inset
4323
4324
4325 \end_layout
4326
4327 \end_inset
4328
4329
4330 \end_layout
4331
4332 \begin_layout Standard
4333 たとえば同位体
4334 \begin_inset Foot
4335 status collapsed
4336
4337 \begin_layout Plain Layout
4338 同位体と化学記号の組版に関しては,
4339
4340 \begin_inset CommandInset ref
4341 LatexCommand ref
4342 reference "subsec:化学記号と化学式"
4343 nolink "false"
4344
4345 \end_inset
4346
4347 節に記述があります.
4348 \end_layout
4349
4350 \end_inset
4351
4352 を表示しようとすると,
4353 次のような問題が起こります.
4354 \end_layout
4355
4356 \begin_layout Standard
4357 \align center
4358 \begin_inset Tabular
4359 <lyxtabular version="3" rows="2" columns="2">
4360 <features booktabs="true" tabularvalignment="middle">
4361 <column alignment="center" valignment="top" width="0pt">
4362 <column alignment="center" valignment="top" width="0pt">
4363 <row>
4364 <cell alignment="center" valignment="top" usebox="none">
4365 \begin_inset Text
4366
4367 \begin_layout Plain Layout
4368 上付き文字と下付き文字を使用して作った指数:
4369
4370 \end_layout
4371
4372 \end_inset
4373 </cell>
4374 <cell alignment="center" valignment="top" usebox="none">
4375 \begin_inset Text
4376
4377 \begin_layout Plain Layout
4378 \begin_inset Formula $_{9}^{19}\mathrm{F}$
4379 \end_inset
4380
4381
4382 \end_layout
4383
4384 \end_inset
4385 </cell>
4386 </row>
4387 <row topspace="1.5mm">
4388 <cell alignment="center" valignment="top" usebox="none">
4389 \begin_inset Text
4390
4391 \begin_layout Plain Layout
4392 正しい指数:
4393
4394 \end_layout
4395
4396 \end_inset
4397 </cell>
4398 <cell alignment="center" valignment="top" usebox="none">
4399 \begin_inset Text
4400
4401 \begin_layout Plain Layout
4402 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
4403 \end_inset
4404
4405
4406 \end_layout
4407
4408 \end_inset
4409 </cell>
4410 </row>
4411 </lyxtabular>
4412
4413 \end_inset
4414
4415
4416 \end_layout
4417
4418 \begin_layout Standard
4419 短い方の指数は,
4420 既定で,
4421 長い方の指数の一文字目の下ないし上に配置されてしまいます.これを避けるには,
4422 一文字ないし複数の空の文字を生成するコマンド
4423 \series bold
4424
4425 \backslash
4426 phantom
4427 \series default
4428
4429 \begin_inset Index idx
4430 range none
4431 pageformat default
4432 status collapsed
4433
4434 \begin_layout Plain Layout
4435 こまんと@コマンド!P!
4436 \backslash
4437 phantom
4438 \end_layout
4439
4440 \end_inset
4441
4442 や数式ツールバーボタン
4443 \begin_inset Foot
4444 status collapsed
4445
4446 \begin_layout Plain Layout
4447 ツールバーボタン
4448 \begin_inset Info
4449 type  "icon"
4450 arg   "math-insert \\space"
4451 \end_inset
4452
4453 の小メニューに入っています.
4454 \end_layout
4455
4456 \end_inset
4457
4458
4459 \begin_inset Info
4460 type  "icon"
4461 arg   "math/phantom"
4462 \end_inset
4463
4464 があります.
4465 \series bold
4466
4467 \backslash
4468 phantom
4469 \series default
4470 を挿入すると,
4471 二つの赤い矢印が重なった青枠が表示されます.矢印は,
4472 箱の中身の幅と高さの両方が,
4473 埋め草(指定した文字と同じ大きさの余白を確保するために使われる空打ち文字)として適用されることを示しています.したがって,
4474
4475 \series bold
4476
4477 \backslash
4478 phantom
4479 \series default
4480 の作る文字は,
4481 箱の中身の文字の大きさを持つ埋め草となります.
4482 \end_layout
4483
4484 \begin_layout Standard
4485 \align center
4486 \begin_inset Tabular
4487 <lyxtabular version="3" rows="4" columns="2">
4488 <features booktabs="true" tabularvalignment="middle">
4489 <column alignment="center" valignment="top" width="0pt">
4490 <column alignment="center" valignment="top" width="0pt">
4491 <row>
4492 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4493 \begin_inset Text
4494
4495 \begin_layout Plain Layout
4496 コマンド
4497 \end_layout
4498
4499 \end_inset
4500 </cell>
4501 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4502 \begin_inset Text
4503
4504 \begin_layout Plain Layout
4505 出力
4506 \end_layout
4507
4508 \end_inset
4509 </cell>
4510 </row>
4511 <row topspace="1.5mm">
4512 <cell alignment="center" valignment="top" usebox="none">
4513 \begin_inset Text
4514
4515 \begin_layout Plain Layout
4516 ^19
4517 \begin_inset space \textvisiblespace{}
4518 \end_inset
4519
4520 _
4521 \backslash
4522 phantom
4523 \begin_inset space \textvisiblespace{}
4524 \end_inset
4525
4526 1
4527 \begin_inset Formula $\to$
4528 \end_inset
4529
4530 9
4531 \begin_inset space \textvisiblespace{}
4532 \end_inset
4533
4534
4535 \backslash
4536 mathrm
4537 \begin_inset space \textvisiblespace{}
4538 \end_inset
4539
4540 F
4541 \end_layout
4542
4543 \end_inset
4544 </cell>
4545 <cell alignment="center" valignment="top" usebox="none">
4546 \begin_inset Text
4547
4548 \begin_layout Plain Layout
4549 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
4550 \end_inset
4551
4552
4553 \end_layout
4554
4555 \end_inset
4556 </cell>
4557 </row>
4558 <row topspace="1.5mm" bottomspace="0.5mm">
4559 <cell alignment="center" valignment="top" usebox="none">
4560 \begin_inset Text
4561
4562 \begin_layout Plain Layout
4563 ^235
4564 \begin_inset space \textvisiblespace{}
4565 \end_inset
4566
4567 _
4568 \backslash
4569 phantom
4570 \begin_inset space \textvisiblespace{}
4571 \end_inset
4572
4573 23
4574 \begin_inset Formula $\to$
4575 \end_inset
4576
4577 9
4578 \begin_inset space \textvisiblespace{}
4579 \end_inset
4580
4581
4582 \backslash
4583 mathrm
4584 \begin_inset space \textvisiblespace{}
4585 \end_inset
4586
4587 F
4588 \end_layout
4589
4590 \end_inset
4591 </cell>
4592 <cell alignment="center" valignment="top" usebox="none">
4593 \begin_inset Text
4594
4595 \begin_layout Plain Layout
4596 \begin_inset Formula $_{\phantom{23}9}^{235}\mathrm{F}$
4597 \end_inset
4598
4599
4600 \end_layout
4601
4602 \end_inset
4603 </cell>
4604 </row>
4605 <row topspace="1.5mm" bottomspace="0.5mm">
4606 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4607 \begin_inset Text
4608
4609 \begin_layout Plain Layout
4610
4611 \backslash
4612 Lambda^
4613 \begin_inset space \textvisiblespace{}
4614 \end_inset
4615
4616
4617 \backslash
4618 phantom
4619 \begin_inset space \textvisiblespace{}
4620 \end_inset
4621
4622 ii
4623 \begin_inset Formula $\to$
4624 \end_inset
4625
4626 t
4627 \begin_inset space \textvisiblespace{}
4628 \end_inset
4629
4630 _MMt
4631 \end_layout
4632
4633 \end_inset
4634 </cell>
4635 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
4636 \begin_inset Text
4637
4638 \begin_layout Plain Layout
4639 \begin_inset Formula $\Lambda_{MMt}^{\phantom{ii}t}$
4640 \end_inset
4641
4642
4643 \end_layout
4644
4645 \end_inset
4646 </cell>
4647 </row>
4648 </lyxtabular>
4649
4650 \end_inset
4651
4652
4653 \end_layout
4654
4655 \begin_layout Standard
4656 さらに,
4657
4658 \series bold
4659
4660 \backslash
4661 vphantom
4662 \series default
4663
4664 \begin_inset Index idx
4665 range none
4666 pageformat default
4667 status collapsed
4668
4669 \begin_layout Plain Layout
4670 \begin_inset IndexMacro sortkey
4671 status open
4672
4673 \begin_layout Plain Layout
4674 こまんと
4675 \end_layout
4676
4677 \end_inset
4678
4679 コマンド
4680 \begin_inset IndexMacro subentry
4681 status open
4682
4683 \begin_layout Plain Layout
4684 V
4685 \end_layout
4686
4687 \end_inset
4688
4689
4690 \begin_inset IndexMacro subentry
4691 status open
4692
4693 \begin_layout Plain Layout
4694
4695 \backslash
4696 vphantom
4697 \end_layout
4698
4699 \end_inset
4700
4701
4702 \end_layout
4703
4704 \end_inset
4705
4706 (ツールバーボタン
4707 \begin_inset space ~
4708 \end_inset
4709
4710
4711 \begin_inset Info
4712 type  "icon"
4713 arg   "math/vphantom"
4714 \end_inset
4715
4716 )および
4717 \series bold
4718
4719 \backslash
4720 hphantom
4721 \series default
4722
4723 \begin_inset Index idx
4724 range none
4725 pageformat default
4726 status collapsed
4727
4728 \begin_layout Plain Layout
4729 \begin_inset IndexMacro sortkey
4730 status open
4731
4732 \begin_layout Plain Layout
4733 こまんと
4734 \end_layout
4735
4736 \end_inset
4737
4738 コマンド
4739 \begin_inset IndexMacro subentry
4740 status open
4741
4742 \begin_layout Plain Layout
4743 H
4744 \end_layout
4745
4746 \end_inset
4747
4748
4749 \begin_inset IndexMacro subentry
4750 status open
4751
4752 \begin_layout Plain Layout
4753
4754 \backslash
4755 hphantom
4756 \end_layout
4757
4758 \end_inset
4759
4760
4761 \end_layout
4762
4763 \end_inset
4764
4765 (ツールバーボタン
4766 \begin_inset space ~
4767 \end_inset
4768
4769
4770 \begin_inset Info
4771 type  "icon"
4772 arg   "math/hphantom"
4773 \end_inset
4774
4775 )というコマンドもあります.
4776 \series bold
4777
4778 \backslash
4779 vphantom
4780 \series default
4781 は,
4782 枠内部の文字の最大高のみの空白を作り,
4783 幅は考慮しません.
4784 \series bold
4785
4786 \backslash
4787 hphantom
4788 \series default
4789 は,
4790 枠の内容の幅のみの空白を作ります.このことから,
4791 これらの枠は一本の赤矢印のみで表示されます.
4792 \end_layout
4793
4794 \begin_layout Standard
4795 たとえば,
4796
4797 \series bold
4798
4799 \backslash
4800 vphantom
4801 \series default
4802
4803 \begin_inset space \textvisiblespace{}
4804 \end_inset
4805
4806
4807 \series bold
4808 a
4809 \backslash
4810 int
4811 \series default
4812 は,
4813 積分記号
4814 \begin_inset Foot
4815 status collapsed
4816
4817 \begin_layout Plain Layout
4818
4819 \series bold
4820
4821 \backslash
4822 int
4823 \series default
4824 コマンドは,
4825 積分記号を生成します.第
4826 \begin_inset CommandInset ref
4827 LatexCommand ref
4828 reference "subsec:大演算子"
4829 nolink "false"
4830
4831 \end_inset
4832
4833 節を参照してください.
4834 \end_layout
4835
4836 \end_inset
4837
4838 が最大高の文字なので,
4839 積分記号の高さを持つ空白を作ります.実際の適用例については,
4840
4841 \begin_inset CommandInset ref
4842 LatexCommand ref
4843 reference "subsec:多行にわたる括弧"
4844 nolink "false"
4845
4846 \end_inset
4847
4848 節を参照してください.
4849 \end_layout
4850
4851 \begin_layout Standard
4852 埋め草は,
4853 メニュー
4854 \family sans
4855
4856 \begin_inset space \thinspace{}
4857 \end_inset
4858
4859
4860 \series bold
4861 挿入\SpecialChar menuseparator
4862 整形\SpecialChar menuseparator
4863 埋め草
4864 \family default
4865 \series default
4866
4867 \begin_inset space \thinspace{}
4868 \end_inset
4869
4870 を使えば,
4871 以下のように本文中でも使用することができます.
4872 \end_layout
4873
4874 \begin_layout Standard
4875 これは本文です.
4876 \begin_inset Newline newline
4877 \end_inset
4878
4879
4880 \begin_inset Phantom Phantom
4881 status open
4882
4883 \begin_layout Plain Layout
4884 これは
4885 \end_layout
4886
4887 \end_inset
4888
4889 本文です.
4890 \end_layout
4891
4892 \begin_layout Subsection
4893 横線
4894 \begin_inset Index idx
4895 range none
4896 pageformat default
4897 status collapsed
4898
4899 \begin_layout Plain Layout
4900 \begin_inset IndexMacro sortkey
4901 status open
4902
4903 \begin_layout Plain Layout
4904 よこせん
4905 \end_layout
4906
4907 \end_inset
4908
4909 横線
4910 \end_layout
4911
4912 \end_inset
4913
4914
4915 \begin_inset Index idx
4916 range none
4917 pageformat default
4918 status collapsed
4919
4920 \begin_layout Plain Layout
4921 \begin_inset IndexMacro sortkey
4922 status open
4923
4924 \begin_layout Plain Layout
4925 すうしき
4926 \end_layout
4927
4928 \end_inset
4929
4930 数式
4931 \begin_inset IndexMacro subentry
4932 status open
4933
4934 \begin_layout Plain Layout
4935 \begin_inset IndexMacro sortkey
4936 status open
4937
4938 \begin_layout Plain Layout
4939 かせん
4940 \end_layout
4941
4942 \end_inset
4943
4944 下線
4945 \end_layout
4946
4947 \end_inset
4948
4949
4950 \end_layout
4951
4952 \end_inset
4953
4954
4955 \begin_inset Index idx
4956 range none
4957 pageformat default
4958 status collapsed
4959
4960 \begin_layout Plain Layout
4961 ぼうせん@棒線
4962 \begin_inset ERT
4963 status collapsed
4964
4965 \begin_layout Plain Layout
4966
4967 |see{
4968 \end_layout
4969
4970 \end_inset
4971
4972 横線
4973 \begin_inset ERT
4974 status collapsed
4975
4976 \begin_layout Plain Layout
4977
4978 }
4979 \end_layout
4980
4981 \end_inset
4982
4983
4984 \end_layout
4985
4986 \end_inset
4987
4988
4989 \end_layout
4990
4991 \begin_layout Standard
4992 \align center
4993 \begin_inset Tabular
4994 <lyxtabular version="3" rows="4" columns="2">
4995 <features booktabs="true" tabularvalignment="middle">
4996 <column alignment="center" valignment="top" width="0pt">
4997 <column alignment="center" valignment="top" width="0pt">
4998 <row>
4999 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5000 \begin_inset Text
5001
5002 \begin_layout Plain Layout
5003 コマンド
5004 \end_layout
5005
5006 \end_inset
5007 </cell>
5008 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5009 \begin_inset Text
5010
5011 \begin_layout Plain Layout
5012 出力
5013 \end_layout
5014
5015 \end_inset
5016 </cell>
5017 </row>
5018 <row topspace="2mm">
5019 <cell alignment="center" valignment="top" usebox="none">
5020 \begin_inset Text
5021
5022 \begin_layout Plain Layout
5023
5024 \backslash
5025 overline
5026 \begin_inset space \textvisiblespace{}
5027 \end_inset
5028
5029 A+B
5030 \begin_inset Index idx
5031 range none
5032 pageformat default
5033 status collapsed
5034
5035 \begin_layout Plain Layout
5036 \begin_inset IndexMacro sortkey
5037 status open
5038
5039 \begin_layout Plain Layout
5040 こまんと
5041 \end_layout
5042
5043 \end_inset
5044
5045 コマンド
5046 \begin_inset IndexMacro subentry
5047 status open
5048
5049 \begin_layout Plain Layout
5050 O
5051 \end_layout
5052
5053 \end_inset
5054
5055
5056 \begin_inset IndexMacro subentry
5057 status open
5058
5059 \begin_layout Plain Layout
5060
5061 \backslash
5062 overline
5063 \end_layout
5064
5065 \end_inset
5066
5067
5068 \end_layout
5069
5070 \end_inset
5071
5072
5073 \end_layout
5074
5075 \end_inset
5076 </cell>
5077 <cell alignment="center" valignment="top" usebox="none">
5078 \begin_inset Text
5079
5080 \begin_layout Plain Layout
5081 \begin_inset Formula $\overline{A+B}$
5082 \end_inset
5083
5084
5085 \end_layout
5086
5087 \end_inset
5088 </cell>
5089 </row>
5090 <row bottomspace="1mm">
5091 <cell alignment="center" valignment="top" usebox="none">
5092 \begin_inset Text
5093
5094 \begin_layout Plain Layout
5095
5096 \backslash
5097 underline
5098 \begin_inset space \textvisiblespace{}
5099 \end_inset
5100
5101 A+B
5102 \begin_inset Index idx
5103 range none
5104 pageformat default
5105 status collapsed
5106
5107 \begin_layout Plain Layout
5108 \begin_inset IndexMacro sortkey
5109 status open
5110
5111 \begin_layout Plain Layout
5112 こまんと
5113 \end_layout
5114
5115 \end_inset
5116
5117 コマンド
5118 \begin_inset IndexMacro subentry
5119 status open
5120
5121 \begin_layout Plain Layout
5122 U
5123 \end_layout
5124
5125 \end_inset
5126
5127
5128 \begin_inset IndexMacro subentry
5129 status open
5130
5131 \begin_layout Plain Layout
5132
5133 \backslash
5134 underline
5135 \end_layout
5136
5137 \end_inset
5138
5139
5140 \end_layout
5141
5142 \end_inset
5143
5144
5145 \end_layout
5146
5147 \end_inset
5148 </cell>
5149 <cell alignment="center" valignment="top" usebox="none">
5150 \begin_inset Text
5151
5152 \begin_layout Plain Layout
5153 \begin_inset Formula $\underline{A+B}$
5154 \end_inset
5155
5156
5157 \end_layout
5158
5159 \end_inset
5160 </cell>
5161 </row>
5162 <row topspace="2mm" bottomspace="1mm">
5163 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5164 \begin_inset Text
5165
5166 \begin_layout Plain Layout
5167
5168 \backslash
5169 overline
5170 \begin_inset space \textvisiblespace{}
5171 \end_inset
5172
5173
5174 \backslash
5175 underline
5176 \begin_inset space \textvisiblespace{}
5177 \end_inset
5178
5179 A+B
5180 \end_layout
5181
5182 \end_inset
5183 </cell>
5184 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5185 \begin_inset Text
5186
5187 \begin_layout Plain Layout
5188 \begin_inset Formula $\overline{\underline{A+B}}$
5189 \end_inset
5190
5191
5192 \end_layout
5193
5194 \end_inset
5195 </cell>
5196 </row>
5197 </lyxtabular>
5198
5199 \end_inset
5200
5201
5202 \end_layout
5203
5204 \begin_layout Standard
5205 上記最後の例では,
5206 先に
5207 \series bold
5208
5209 \backslash
5210 overline
5211 \series default
5212 が来ようが
5213 \series bold
5214
5215 \backslash
5216 underline
5217 \series default
5218 が来ようが,
5219 関係ありません.
5220 \end_layout
5221
5222 \begin_layout Standard
5223 二重下線を引くには,
5224
5225 \series bold
5226
5227 \backslash
5228 underline
5229 \series default
5230 を二回(あるいは好きなだけ)使います.
5231 \end_layout
5232
5233 \begin_layout Standard
5234 \begin_inset VSpace bigskip
5235 \end_inset
5236
5237 自己定義の線は,
5238 以下の書式を持つ
5239 \series bold
5240
5241 \backslash
5242 rule
5243 \series default
5244
5245 \begin_inset Index idx
5246 range none
5247 pageformat default
5248 status collapsed
5249
5250 \begin_layout Plain Layout
5251 \begin_inset IndexMacro sortkey
5252 status collapsed
5253
5254 \begin_layout Plain Layout
5255 こまんと
5256 \end_layout
5257
5258 \end_inset
5259
5260 コマンド
5261 \begin_inset IndexMacro subentry
5262 status open
5263
5264 \begin_layout Plain Layout
5265 R
5266 \end_layout
5267
5268 \end_inset
5269
5270
5271 \begin_inset IndexMacro subentry
5272 status open
5273
5274 \begin_layout Plain Layout
5275
5276 \backslash
5277 rule
5278 \end_layout
5279
5280 \end_inset
5281
5282
5283 \end_layout
5284
5285 \end_inset
5286
5287 コマンドで作成することができます.
5288 \end_layout
5289
5290 \begin_layout Standard
5291
5292 \series bold
5293
5294 \backslash
5295 rule[垂直オフセット幅]{長さ}{厚み}
5296 \end_layout
5297
5298 \begin_layout Standard
5299 オプションの
5300 \series bold
5301 「垂直オフセット幅
5302 \series default
5303 」は,
5304 行を上方に(値が負であれば下方に)移動させます.値としては,
5305
5306 \begin_inset CommandInset ref
5307 LatexCommand ref
5308 reference "tab:使用できる単位"
5309 nolink "false"
5310
5311 \end_inset
5312
5313 表に掲げてある単位を用いることができます.以下に,
5314
5315 \begin_inset Newline newline
5316 \end_inset
5317
5318
5319 \series bold
5320
5321 \backslash
5322 rule[-2ex]{3cm}{2pt}
5323 \series default
5324  および 
5325 \series bold
5326
5327 \backslash
5328 rule{2cm}{1pt}
5329 \begin_inset Newline newline
5330 \end_inset
5331
5332
5333 \series default
5334 というコマンドを用いて作成したふたつの例を例示します.
5335 \end_layout
5336
5337 \begin_layout Standard
5338 この行には,
5339
5340 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
5341 \end_inset
5342
5343 二本の線があります.
5344 \end_layout
5345
5346 \begin_layout Standard
5347
5348 \backslash
5349 ruleは,
5350
5351 \family sans
5352 \series bold
5353 挿入\SpecialChar menuseparator
5354 整形\SpecialChar menuseparator
5355 水平線
5356 \family default
5357 \series default
5358
5359 \begin_inset space \thinspace{}
5360 \end_inset
5361
5362 メニューを使っても,
5363 本文に挿入することができます.
5364 \end_layout
5365
5366 \begin_layout Standard
5367 これは一行の
5368 \begin_inset CommandInset line
5369 LatexCommand rule
5370 offset "0.5ex"
5371 width "3cm"
5372 height "1pt"
5373
5374 \end_inset
5375
5376 文章です.
5377 \end_layout
5378
5379 \begin_layout Subsection
5380 省略符号
5381 \begin_inset CommandInset label
5382 LatexCommand label
5383 name "subsec:省略符号"
5384
5385 \end_inset
5386
5387
5388 \begin_inset Index idx
5389 range none
5390 pageformat default
5391 status collapsed
5392
5393 \begin_layout Plain Layout
5394 \begin_inset IndexMacro sortkey
5395 status open
5396
5397 \begin_layout Plain Layout
5398 しょうりやくふこう
5399 \end_layout
5400
5401 \end_inset
5402
5403 省略符号
5404 \end_layout
5405
5406 \end_inset
5407
5408
5409 \end_layout
5410
5411 \begin_layout Standard
5412 省略符号には,
5413 いくつかの種類が使用できます
5414 \begin_inset Foot
5415 status collapsed
5416
5417 \begin_layout Plain Layout
5418 数式ツールバー中の
5419 \begin_inset Info
5420 type  "icon"
5421 arg   "math-insert \\ldots"
5422 \end_inset
5423
5424 ボタンで表示されている小メニューです.
5425 \end_layout
5426
5427 \end_inset
5428
5429 .列挙のためには,
5430 ベースラインの点々(
5431 \series bold
5432
5433 \backslash
5434 ldots
5435 \series default
5436
5437 \begin_inset Index idx
5438 range none
5439 pageformat default
5440 status collapsed
5441
5442 \begin_layout Plain Layout
5443 \begin_inset IndexMacro sortkey
5444 status open
5445
5446 \begin_layout Plain Layout
5447 こまんと
5448 \end_layout
5449
5450 \end_inset
5451
5452 コマンド
5453 \begin_inset IndexMacro subentry
5454 status open
5455
5456 \begin_layout Plain Layout
5457 L
5458 \end_layout
5459
5460 \end_inset
5461
5462
5463 \begin_inset IndexMacro subentry
5464 status open
5465
5466 \begin_layout Plain Layout
5467
5468 \backslash
5469 ldots
5470 \end_layout
5471
5472 \end_inset
5473
5474
5475 \end_layout
5476
5477 \end_inset
5478
5479 )を使用しますが,
5480 演算子の場合は,
5481 演算子と同じ高さの点々(
5482 \series bold
5483
5484 \backslash
5485 cdots
5486 \series default
5487
5488 \begin_inset Index idx
5489 range none
5490 pageformat default
5491 status collapsed
5492
5493 \begin_layout Plain Layout
5494 \begin_inset IndexMacro sortkey
5495 status open
5496
5497 \begin_layout Plain Layout
5498 こまんと
5499 \end_layout
5500
5501 \end_inset
5502
5503 コマンド
5504 \begin_inset IndexMacro subentry
5505 status open
5506
5507 \begin_layout Plain Layout
5508 C
5509 \end_layout
5510
5511 \end_inset
5512
5513
5514 \begin_inset IndexMacro subentry
5515 status open
5516
5517 \begin_layout Plain Layout
5518
5519 \backslash
5520 cdots
5521 \end_layout
5522
5523 \end_inset
5524
5525
5526 \end_layout
5527
5528 \end_inset
5529
5530 )が必要です.
5531 \series bold
5532
5533 \backslash
5534 dots
5535 \series default
5536
5537 \begin_inset Index idx
5538 range none
5539 pageformat default
5540 status collapsed
5541
5542 \begin_layout Plain Layout
5543 \begin_inset IndexMacro sortkey
5544 status open
5545
5546 \begin_layout Plain Layout
5547 こまんと
5548 \end_layout
5549
5550 \end_inset
5551
5552 コマンド
5553 \begin_inset IndexMacro subentry
5554 status open
5555
5556 \begin_layout Plain Layout
5557 D
5558 \end_layout
5559
5560 \end_inset
5561
5562
5563 \begin_inset IndexMacro subentry
5564 status open
5565
5566 \begin_layout Plain Layout
5567
5568 \backslash
5569 dots
5570 \end_layout
5571
5572 \end_inset
5573
5574
5575 \end_layout
5576
5577 \end_inset
5578
5579 コマンドを使うと,
5580 \SpecialChar LaTeX
5581 は次に来る文字がどのような種類の文字であるかによって,
5582 自動的にどの種類を使うかを選択します.
5583 \end_layout
5584
5585 \begin_layout Standard
5586 \align center
5587 \begin_inset Tabular
5588 <lyxtabular version="3" rows="9" columns="2">
5589 <features booktabs="true" tabularvalignment="middle">
5590 <column alignment="center" valignment="top" width="0pt">
5591 <column alignment="center" valignment="top" width="0pt">
5592 <row>
5593 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5594 \begin_inset Text
5595
5596 \begin_layout Plain Layout
5597 コマンド
5598 \end_layout
5599
5600 \end_inset
5601 </cell>
5602 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5603 \begin_inset Text
5604
5605 \begin_layout Plain Layout
5606 出力
5607 \end_layout
5608
5609 \end_inset
5610 </cell>
5611 </row>
5612 <row>
5613 <cell alignment="center" valignment="top" usebox="none">
5614 \begin_inset Text
5615
5616 \begin_layout Plain Layout
5617 A_1
5618 \begin_inset space \textvisiblespace{}
5619 \end_inset
5620
5621 ,
5622 \backslash
5623 dots
5624 \begin_inset space \textvisiblespace{}
5625 \end_inset
5626
5627 ,A_n
5628 \end_layout
5629
5630 \end_inset
5631 </cell>
5632 <cell alignment="center" valignment="top" usebox="none">
5633 \begin_inset Text
5634
5635 \begin_layout Plain Layout
5636 \begin_inset Formula $A_{1},\dots,A_{n}$
5637 \end_inset
5638
5639
5640 \end_layout
5641
5642 \end_inset
5643 </cell>
5644 </row>
5645 <row>
5646 <cell alignment="center" valignment="top" usebox="none">
5647 \begin_inset Text
5648
5649 \begin_layout Plain Layout
5650 A_1
5651 \begin_inset space \textvisiblespace{}
5652 \end_inset
5653
5654 +
5655 \backslash
5656 dots
5657 \begin_inset space \textvisiblespace{}
5658 \end_inset
5659
5660 +A_n
5661 \end_layout
5662
5663 \end_inset
5664 </cell>
5665 <cell alignment="center" valignment="top" usebox="none">
5666 \begin_inset Text
5667
5668 \begin_layout Plain Layout
5669 \begin_inset Formula $A_{1}+\dots+A_{n}$
5670 \end_inset
5671
5672
5673 \end_layout
5674
5675 \end_inset
5676 </cell>
5677 </row>
5678 <row>
5679 <cell alignment="center" valignment="top" usebox="none">
5680 \begin_inset Text
5681
5682 \begin_layout Plain Layout
5683 A_1
5684 \begin_inset space \textvisiblespace{}
5685 \end_inset
5686
5687 ,
5688 \backslash
5689 ldots
5690 \begin_inset space \textvisiblespace{}
5691 \end_inset
5692
5693 ,A_n
5694 \end_layout
5695
5696 \end_inset
5697 </cell>
5698 <cell alignment="center" valignment="top" usebox="none">
5699 \begin_inset Text
5700
5701 \begin_layout Plain Layout
5702 \begin_inset Formula $A_{1},\ldots,A_{n}$
5703 \end_inset
5704
5705
5706 \end_layout
5707
5708 \end_inset
5709 </cell>
5710 </row>
5711 <row>
5712 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5713 \begin_inset Text
5714
5715 \begin_layout Plain Layout
5716 A_1
5717 \begin_inset space \textvisiblespace{}
5718 \end_inset
5719
5720 +
5721 \backslash
5722 cdots
5723 \begin_inset space \textvisiblespace{}
5724 \end_inset
5725
5726 +A_n
5727 \end_layout
5728
5729 \end_inset
5730 </cell>
5731 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
5732 \begin_inset Text
5733
5734 \begin_layout Plain Layout
5735 \begin_inset Formula $A_{1}+\cdots+A_{n}$
5736 \end_inset
5737
5738
5739 \end_layout
5740
5741 \end_inset
5742 </cell>
5743 </row>
5744 <row>
5745 <cell alignment="center" valignment="top" usebox="none">
5746 \begin_inset Text
5747
5748 \begin_layout Plain Layout
5749
5750 \backslash
5751 vdots
5752 \end_layout
5753
5754 \end_inset
5755 </cell>
5756 <cell alignment="center" valignment="top" usebox="none">
5757 \begin_inset Text
5758
5759 \begin_layout Plain Layout
5760 \begin_inset Formula $\vdots$
5761 \end_inset
5762
5763
5764 \end_layout
5765
5766 \end_inset
5767 </cell>
5768 </row>
5769 <row>
5770 <cell alignment="center" valignment="top" usebox="none">
5771 \begin_inset Text
5772
5773 \begin_layout Plain Layout
5774
5775 \backslash
5776 ddots
5777 \end_layout
5778
5779 \end_inset
5780 </cell>
5781 <cell alignment="center" valignment="top" usebox="none">
5782 \begin_inset Text
5783
5784 \begin_layout Plain Layout
5785 \begin_inset Formula $\ddots$
5786 \end_inset
5787
5788
5789 \end_layout
5790
5791 \end_inset
5792 </cell>
5793 </row>
5794 <row>
5795 <cell alignment="center" valignment="top" usebox="none">
5796 \begin_inset Text
5797
5798 \begin_layout Plain Layout
5799
5800 \backslash
5801 iddots
5802 \end_layout
5803
5804 \end_inset
5805 </cell>
5806 <cell alignment="center" valignment="top" usebox="none">
5807 \begin_inset Text
5808
5809 \begin_layout Plain Layout
5810 \begin_inset Formula $\iddots$
5811 \end_inset
5812
5813
5814 \end_layout
5815
5816 \end_inset
5817 </cell>
5818 </row>
5819 <row>
5820 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5821 \begin_inset Text
5822
5823 \begin_layout Plain Layout
5824 いろいろな点々を使った
5825 \begin_inset Formula $3\times3$
5826 \end_inset
5827
5828 行列
5829 \end_layout
5830
5831 \end_inset
5832 </cell>
5833 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
5834 \begin_inset Text
5835
5836 \begin_layout Plain Layout
5837 \begin_inset Formula $\begin{array}{ccc}
5838 A_{11} & \cdots & A_{1m}\\
5839 \vdots & \ddots & \vdots\\
5840 A_{n1} & \cdots & A_{nm}
5841 \end{array}$
5842 \end_inset
5843
5844
5845 \end_layout
5846
5847 \end_inset
5848 </cell>
5849 </row>
5850 </lyxtabular>
5851
5852 \end_inset
5853
5854
5855 \end_layout
5856
5857 \begin_layout Standard
5858
5859 \family sans
5860 \series bold
5861 挿入\SpecialChar menuseparator
5862 省略符号
5863 \family default
5864 \series default
5865
5866 \begin_inset space \thinspace{}
5867 \end_inset
5868
5869 メニューで挿入される省略符号は
5870 \series bold
5871
5872 \backslash
5873 ldots
5874 \series default
5875 です.
5876 \end_layout
5877
5878 \begin_layout Standard
5879 \begin_inset VSpace medskip
5880 \end_inset
5881
5882
5883 \series bold
5884
5885 \backslash
5886 iddots
5887 \series default
5888 を使うには,
5889 文書設定の
5890 \family sans
5891 \series bold
5892 数式オプション
5893 \family default
5894 \series default
5895 にある
5896 \family sans
5897 mathdots
5898 \series bold
5899 パッケージを(自動的に)使う
5900 \family default
5901 \series default
5902 オプションのうちいずれかを有効にしなくてはなりません.
5903 \begin_inset Newline newline
5904 \end_inset
5905
5906
5907 \family sans
5908 mathdots
5909 \series bold
5910 パッケージを使う
5911 \family default
5912 \series default
5913 オプションを使用すると,
5914 文書中のフォント様式や寸法が既定値でないときのあらゆるドットの表示が改善されます.
5915 \end_layout
5916
5917 \begin_layout Standard
5918 \begin_inset VSpace medskip
5919 \end_inset
5920
5921 とくに行列には,
5922 複数列にわたることのできる省略符号があります.これは,
5923 以下の書式を持つ
5924 \series bold
5925
5926 \backslash
5927 hdotsfor
5928 \series default
5929
5930 \begin_inset Index idx
5931 range none
5932 pageformat default
5933 status collapsed
5934
5935 \begin_layout Plain Layout
5936 \begin_inset IndexMacro sortkey
5937 status open
5938
5939 \begin_layout Plain Layout
5940 こまんと
5941 \end_layout
5942
5943 \end_inset
5944
5945 コマンド
5946 \begin_inset IndexMacro subentry
5947 status open
5948
5949 \begin_layout Plain Layout
5950 H
5951 \end_layout
5952
5953 \end_inset
5954
5955
5956 \begin_inset IndexMacro subentry
5957 status open
5958
5959 \begin_layout Plain Layout
5960
5961 \backslash
5962 hdotsfor
5963 \end_layout
5964
5965 \end_inset
5966
5967
5968 \end_layout
5969
5970 \end_inset
5971
5972 コマンドで作ることができます(これが動作するためには,
5973
5974 \family sans
5975 \series bold
5976 数式オプション
5977 \family default
5978 \series default
5979
5980 \family sans
5981 mathtools
5982 \family default
5983
5984 \family sans
5985 \series bold
5986 常に読み込み
5987 \family default
5988 \series default
5989 されている必要があります).
5990 \end_layout
5991
5992 \begin_layout Standard
5993
5994 \series bold
5995
5996 \backslash
5997 hdotsfor[距離]{列数}
5998 \end_layout
5999
6000 \begin_layout Standard
6001 ここで「列数」は,
6002 何列に広げるかを指定します.「距離」は,
6003 点々のあいだの距離を示す因子です.
6004 \end_layout
6005
6006 \begin_layout Standard
6007 以下の行列では,
6008 2行目の1つ目の枠に
6009 \series bold
6010
6011 \backslash
6012 hdotsfor[2]{4}
6013 \series default
6014 を挿入して,
6015
6016 \series bold
6017
6018 \backslash
6019 dots
6020 \series default
6021 コマンドの2倍の点間距離を持つ省略符号を挿入しています.
6022 \begin_inset Formula 
6023 \[
6024 \left(\begin{array}{cccc}
6025 A & B & C & D\\
6026 \hdotsfor[2]{4}\\
6027 q & w & e & r
6028 \end{array}\right)
6029 \]
6030
6031 \end_inset
6032
6033 省略符号を広げる対象となる行列フィールドは空白にしておく必要があることに注意して下さい.さもないと\SpecialChar LaTeX
6034 エラーが発生します.
6035 \end_layout
6036
6037 \begin_layout Standard
6038 \begin_inset VSpace bigskip
6039 \end_inset
6040
6041 さらに,
6042
6043 \series bold
6044
6045 \backslash
6046 dotfill
6047 \series default
6048
6049 \begin_inset Index idx
6050 range none
6051 pageformat default
6052 status collapsed
6053
6054 \begin_layout Plain Layout
6055 \begin_inset IndexMacro sortkey
6056 status open
6057
6058 \begin_layout Plain Layout
6059 こまんと
6060 \end_layout
6061
6062 \end_inset
6063
6064 コマンド
6065 \begin_inset IndexMacro subentry
6066 status open
6067
6068 \begin_layout Plain Layout
6069 D
6070 \end_layout
6071
6072 \end_inset
6073
6074
6075 \begin_inset IndexMacro subentry
6076 status open
6077
6078 \begin_layout Plain Layout
6079
6080 \backslash
6081 dotfill
6082 \end_layout
6083
6084 \end_inset
6085
6086
6087 \end_layout
6088
6089 \end_inset
6090
6091 コマンドを使えば,
6092 行の残りを点々で埋めることもできます.このコマンドの働きは,
6093
6094 \series bold
6095
6096 \backslash
6097 hfill
6098 \series default
6099 と同様のものです.第
6100 \begin_inset CommandInset ref
6101 LatexCommand ref
6102 reference "subsec:可変長の空白"
6103 nolink "false"
6104
6105 \end_inset
6106
6107 節をご参照下さい.
6108 \end_layout
6109
6110 \begin_layout Standard
6111 たとえば,
6112
6113 \series bold
6114 A
6115 \backslash
6116 dotfill
6117 \begin_inset space \textvisiblespace{}
6118 \end_inset
6119
6120 B
6121 \series default
6122 コマンドは,
6123
6124 \end_layout
6125
6126 \begin_layout Standard
6127 \begin_inset Formula $A\dotfill B$
6128 \end_inset
6129
6130
6131 \end_layout
6132
6133 \begin_layout Standard
6134 のようになります.点々を使う
6135 \series bold
6136
6137 \backslash
6138 dotfill
6139 \series default
6140 の直線版として,
6141
6142 \series bold
6143
6144 \backslash
6145 hrulefill
6146 \series default
6147
6148 \begin_inset Index idx
6149 range none
6150 pageformat default
6151 status collapsed
6152
6153 \begin_layout Plain Layout
6154 \begin_inset IndexMacro sortkey
6155 status open
6156
6157 \begin_layout Plain Layout
6158 こまんと
6159 \end_layout
6160
6161 \end_inset
6162
6163 コマンド
6164 \begin_inset IndexMacro subentry
6165 status open
6166
6167 \begin_layout Plain Layout
6168 H
6169 \end_layout
6170
6171 \end_inset
6172
6173
6174 \begin_inset IndexMacro subentry
6175 status open
6176
6177 \begin_layout Plain Layout
6178
6179 \backslash
6180 hrulefill
6181 \end_layout
6182
6183 \end_inset
6184
6185
6186 \end_layout
6187
6188 \end_inset
6189
6190
6191 \end_layout
6192
6193 \begin_layout Standard
6194 \begin_inset Formula $A\hrulefill B$
6195 \end_inset
6196
6197
6198 \end_layout
6199
6200 \begin_layout Standard
6201 があります.これらのコマンドを本文で使用するには,
6202 これらのコマンドは\SpecialChar TeX
6203 モードで挿入される必要があります.
6204 \end_layout
6205
6206 \begin_layout Section
6207 行列
6208 \begin_inset CommandInset label
6209 LatexCommand label
6210 name "sec:行列"
6211
6212 \end_inset
6213
6214
6215 \begin_inset Index idx
6216 range none
6217 pageformat default
6218 status collapsed
6219
6220 \begin_layout Plain Layout
6221 \begin_inset IndexMacro sortkey
6222 status open
6223
6224 \begin_layout Plain Layout
6225 きようれつ
6226 \end_layout
6227
6228 \end_inset
6229
6230 行列
6231 \end_layout
6232
6233 \end_inset
6234
6235
6236 \end_layout
6237
6238 \begin_layout Standard
6239 行列は,
6240 数式ツールバーボタンの
6241 \begin_inset Info
6242 type  "icon"
6243 arg   "dialog-show mathmatrix"
6244 \end_inset
6245
6246
6247 \family sans
6248
6249 \begin_inset space \thinspace{}
6250 \end_inset
6251
6252
6253 \series bold
6254 挿入\SpecialChar menuseparator
6255 数式\SpecialChar menuseparator
6256 行列
6257 \family default
6258 \series default
6259
6260 \begin_inset space \thinspace{}
6261 \end_inset
6262
6263 メニューで挿入することができます.すると,
6264 行列の行数・列数・配置方法・外観を尋ねられます.ここで垂直配置は,
6265 行内数式内の行列でのみ意味を持ちます.
6266 \end_layout
6267
6268 \begin_layout Standard
6269 最初の行列は「上」配置
6270 \begin_inset Formula $\begin{array}[t]{cccc}
6271 A & D & G & J\\
6272 B & E & H & K\\
6273 C & F & I & L
6274 \end{array}$
6275 \end_inset
6276
6277 で,
6278 二番目は「中央」配置
6279 \begin_inset Formula $\begin{array}{cccc}
6280 A & D & G & J\\
6281 B & E & H & K\\
6282 C & F & I & L
6283 \end{array}$
6284 \end_inset
6285
6286
6287 三番目は「下」配置
6288 \begin_inset Formula $\begin{array}[b]{cccc}
6289 A & D & G & J\\
6290 B & E & H & K\\
6291 C & F & I & L
6292 \end{array}$
6293 \end_inset
6294
6295 です.
6296 \end_layout
6297
6298 \begin_layout Standard
6299 水平配置は,
6300 各列がどのように配置されるべきかを指定します.これは,
6301 各列に対応した文字を一つずつ入力することによって設定します.
6302 \emph on
6303 l
6304 \emph default
6305 は左寄せ,
6306
6307 \emph on
6308 c
6309 \emph default
6310 は中央揃え,
6311
6312 \emph on
6313 r
6314 \emph default
6315 は右寄せを意味します.たとえば,
6316 第1列が左寄せで第2列と第3列が中央揃え,
6317 第4列が右揃えの
6318 \begin_inset Formula $4\times4$
6319 \end_inset
6320
6321 行列を作成するには,
6322 水平配置のところに
6323 \series bold
6324 lccr
6325 \series default
6326 と入力します.通常,
6327 行列では各列は中央揃えですから,
6328 各列の既定値は
6329 \series bold
6330 c
6331 \series default
6332 です.
6333 \end_layout
6334
6335 \begin_layout Standard
6336 水平行列の例です.
6337 \end_layout
6338
6339 \begin_layout Standard
6340
6341 \series bold
6342 lll
6343 \series default
6344  :
6345  
6346 \begin_inset Formula $\begin{array}{lll}
6347 10000 & D & G\\
6348 B & 10000 & H\\
6349 C & F & 10000
6350 \end{array}$
6351 \end_inset
6352
6353  ,
6354  
6355 \series bold
6356 ccc
6357 \series default
6358  :
6359  
6360 \begin_inset Formula $\begin{array}{ccc}
6361 10000 & D & G\\
6362 B & 10000 & H\\
6363 C & F & 10000
6364 \end{array}$
6365 \end_inset
6366
6367  ,
6368  
6369 \series bold
6370 rrr
6371 \series default
6372  :
6373  
6374 \begin_inset Formula $\begin{array}{rrr}
6375 10000 & D & G\\
6376 B & 10000 & H\\
6377 C & F & 10000
6378 \end{array}$
6379 \end_inset
6380
6381
6382 \end_layout
6383
6384 \begin_layout Standard
6385 つづいて行や列を追加したり削除したりするには,
6386 数式ツールバーボタンの
6387 \begin_inset Info
6388 type  "icon"
6389 arg   "tabular-feature append-row"
6390 \end_inset
6391
6392
6393 \begin_inset Info
6394 type  "icon"
6395 arg   "tabular-feature delete-row"
6396 \end_inset
6397
6398 などや
6399 \family sans
6400
6401 \begin_inset space \thinspace{}
6402 \end_inset
6403
6404
6405 \series bold
6406 編集\SpecialChar menuseparator
6407 行と列
6408 \family default
6409 \series default
6410
6411 \begin_inset space \thinspace{}
6412 \end_inset
6413
6414 メニューを使用することができます.また,
6415 行は
6416 \begin_inset Info
6417 type  "shortcut"
6418 arg   "newline-insert newline"
6419 \end_inset
6420
6421 で作成することもできます.
6422 \end_layout
6423
6424 \begin_layout Standard
6425 \begin_inset VSpace bigskip
6426 \end_inset
6427
6428
6429 \end_layout
6430
6431 \begin_layout Standard
6432
6433 \family sans
6434 \series bold
6435 外観
6436 \family default
6437 \series default
6438 では,
6439 行列の前後に選択した様式の括弧を加えたり,
6440
6441 \begin_inset Formula $\bigl(\begin{smallmatrix}0 & \textrm{-}\mathrm{i}\\
6442 \mathrm{i} & 0
6443 \end{smallmatrix}\bigr)$
6444 \end_inset
6445
6446 のような行内行列に適した
6447 \family sans
6448 small
6449 \family default
6450 様式を選択することができます.ここでは,
6451
6452 \series bold
6453
6454 \backslash
6455 bigl(
6456 \series default
6457
6458 \series bold
6459
6460 \backslash
6461 bigr)
6462 \series default
6463 コマンドを使って手動で括弧を付け加えています.
6464 \end_layout
6465
6466 \begin_layout Standard
6467 他にも括弧は,
6468
6469 \series bold
6470
6471 \backslash
6472 left
6473 \series default
6474
6475 \begin_inset Index idx
6476 range none
6477 pageformat default
6478 status collapsed
6479
6480 \begin_layout Plain Layout
6481 \begin_inset IndexMacro sortkey
6482 status open
6483
6484 \begin_layout Plain Layout
6485 こまんと
6486 \end_layout
6487
6488 \end_inset
6489
6490 コマンド
6491 \begin_inset IndexMacro subentry
6492 status open
6493
6494 \begin_layout Plain Layout
6495 L
6496 \end_layout
6497
6498 \end_inset
6499
6500
6501 \begin_inset IndexMacro subentry
6502 status open
6503
6504 \begin_layout Plain Layout
6505
6506 \backslash
6507 left
6508 \end_layout
6509
6510 \end_inset
6511
6512
6513 \end_layout
6514
6515 \end_inset
6516
6517 コマンドと
6518 \series bold
6519
6520 \backslash
6521 right
6522 \series default
6523
6524 \begin_inset Index idx
6525 range none
6526 pageformat default
6527 status collapsed
6528
6529 \begin_layout Plain Layout
6530 \begin_inset IndexMacro sortkey
6531 status open
6532
6533 \begin_layout Plain Layout
6534 こまんと
6535 \end_layout
6536
6537 \end_inset
6538
6539 コマンド
6540 \begin_inset IndexMacro subentry
6541 status open
6542
6543 \begin_layout Plain Layout
6544 R
6545 \end_layout
6546
6547 \end_inset
6548
6549
6550 \begin_inset IndexMacro subentry
6551 status open
6552
6553 \begin_layout Plain Layout
6554
6555 \backslash
6556 right
6557 \end_layout
6558
6559 \end_inset
6560
6561
6562 \end_layout
6563
6564 \end_inset
6565
6566 コマンドで作成することもできます(ショートカット:
6567
6568 \family sans
6569 Alt+M
6570 \begin_inset space ~
6571 \end_inset
6572
6573
6574 \series bold
6575 括弧
6576 \family default
6577 \series default
6578 ).第
6579 \begin_inset CommandInset ref
6580 LatexCommand ref
6581 reference "subsec:自動の括弧高"
6582 nolink "false"
6583
6584 \end_inset
6585
6586 節を参照してください.あるいは,
6587 以下のコマンドを使うこともできます.
6588 \begin_inset VSpace medskip
6589 \end_inset
6590
6591
6592 \end_layout
6593
6594 \begin_layout Standard
6595 \begin_inset space \hfill{}
6596 \end_inset
6597
6598
6599 \begin_inset Tabular
6600 <lyxtabular version="3" rows="4" columns="2">
6601 <features booktabs="true" tabularvalignment="middle">
6602 <column alignment="center" valignment="top" width="0pt">
6603 <column alignment="center" valignment="top">
6604 <row>
6605 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6606 \begin_inset Text
6607
6608 \begin_layout Plain Layout
6609 コマンド
6610 \end_layout
6611
6612 \end_inset
6613 </cell>
6614 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6615 \begin_inset Text
6616
6617 \begin_layout Plain Layout
6618 出力
6619 \end_layout
6620
6621 \end_inset
6622 </cell>
6623 </row>
6624 <row topspace="1.5mm">
6625 <cell alignment="center" valignment="top" usebox="none">
6626 \begin_inset Text
6627
6628 \begin_layout Plain Layout
6629
6630 \backslash
6631 bmatrix
6632 \begin_inset space \textvisiblespace{}
6633 \end_inset
6634
6635
6636 \begin_inset Formula $2\times2$
6637 \end_inset
6638
6639 行列
6640 \end_layout
6641
6642 \end_inset
6643 </cell>
6644 <cell alignment="center" valignment="top" usebox="none">
6645 \begin_inset Text
6646
6647 \begin_layout Plain Layout
6648 \begin_inset Formula $\begin{bmatrix}\begin{array}{cc}
6649 0 & \textrm{-}\mathrm{i}\\
6650 \mathrm{i} & 0
6651 \end{array}\end{bmatrix}$
6652 \end_inset
6653
6654
6655 \end_layout
6656
6657 \end_inset
6658 </cell>
6659 </row>
6660 <row topspace="1.5mm" bottomspace="0.5mm">
6661 <cell alignment="center" valignment="top" usebox="none">
6662 \begin_inset Text
6663
6664 \begin_layout Plain Layout
6665
6666 \backslash
6667 Bmatrix
6668 \begin_inset space \textvisiblespace{}
6669 \end_inset
6670
6671
6672 \begin_inset Formula $2\times2$
6673 \end_inset
6674
6675 行列
6676 \end_layout
6677
6678 \end_inset
6679 </cell>
6680 <cell alignment="center" valignment="top" usebox="none">
6681 \begin_inset Text
6682
6683 \begin_layout Plain Layout
6684 \begin_inset Formula $\begin{Bmatrix}\begin{array}{cc}
6685 0 & \textrm{-}\mathrm{i}\\
6686 \mathrm{i} & 0
6687 \end{array}\end{Bmatrix}$
6688 \end_inset
6689
6690
6691 \end_layout
6692
6693 \end_inset
6694 </cell>
6695 </row>
6696 <row>
6697 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
6698 \begin_inset Text
6699
6700 \begin_layout Plain Layout
6701
6702 \backslash
6703 pmatrix
6704 \begin_inset space \textvisiblespace{}
6705 \end_inset
6706
6707
6708 \begin_inset Formula $2\times2$
6709 \end_inset
6710
6711 行列
6712 \end_layout
6713
6714 \end_inset
6715 </cell>
6716 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
6717 \begin_inset Text
6718
6719 \begin_layout Plain Layout
6720 \begin_inset Formula $\begin{pmatrix}\begin{array}{cc}
6721 0 & \textrm{-}\mathrm{i}\\
6722 \mathrm{i} & 0
6723 \end{array}\end{pmatrix}$
6724 \end_inset
6725
6726
6727 \end_layout
6728
6729 \end_inset
6730 </cell>
6731 </row>
6732 </lyxtabular>
6733
6734 \end_inset
6735
6736
6737 \begin_inset space \hfill{}
6738 \end_inset
6739
6740
6741 \begin_inset Tabular
6742 <lyxtabular version="3" rows="4" columns="2">
6743 <features booktabs="true" tabularvalignment="middle">
6744 <column alignment="center" valignment="top" width="0pt">
6745 <column alignment="center" valignment="top">
6746 <row>
6747 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6748 \begin_inset Text
6749
6750 \begin_layout Plain Layout
6751 コマンド
6752 \end_layout
6753
6754 \end_inset
6755 </cell>
6756 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
6757 \begin_inset Text
6758
6759 \begin_layout Plain Layout
6760 出力
6761 \end_layout
6762
6763 \end_inset
6764 </cell>
6765 </row>
6766 <row topspace="1.5mm">
6767 <cell alignment="center" valignment="top" usebox="none">
6768 \begin_inset Text
6769
6770 \begin_layout Plain Layout
6771
6772 \backslash
6773 vmatrix
6774 \begin_inset space \textvisiblespace{}
6775 \end_inset
6776
6777
6778 \begin_inset Formula $2\times2$
6779 \end_inset
6780
6781 行列
6782 \end_layout
6783
6784 \end_inset
6785 </cell>
6786 <cell alignment="center" valignment="top" usebox="none">
6787 \begin_inset Text
6788
6789 \begin_layout Plain Layout
6790 \begin_inset Formula $\begin{vmatrix}\begin{array}{cc}
6791 0 & \textrm{-}\mathrm{i}\\
6792 \mathrm{i} & 0
6793 \end{array}\end{vmatrix}$
6794 \end_inset
6795
6796
6797 \end_layout
6798
6799 \end_inset
6800 </cell>
6801 </row>
6802 <row topspace="1.5mm" bottomspace="0.5mm">
6803 <cell alignment="center" valignment="top" usebox="none">
6804 \begin_inset Text
6805
6806 \begin_layout Plain Layout
6807
6808 \backslash
6809 Vmatrix
6810 \begin_inset space \textvisiblespace{}
6811 \end_inset
6812
6813
6814 \begin_inset Formula $2\times2$
6815 \end_inset
6816
6817 行列
6818 \end_layout
6819
6820 \end_inset
6821 </cell>
6822 <cell alignment="center" valignment="top" usebox="none">
6823 \begin_inset Text
6824
6825 \begin_layout Plain Layout
6826 \begin_inset Formula $\begin{Vmatrix}\begin{array}{cc}
6827 0 & \textrm{-}\mathrm{i}\\
6828 \mathrm{i} & 0
6829 \end{array}\end{Vmatrix}$
6830 \end_inset
6831
6832
6833 \end_layout
6834
6835 \end_inset
6836 </cell>
6837 </row>
6838 <row>
6839 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
6840 \begin_inset Text
6841
6842 \begin_layout Plain Layout
6843
6844 \backslash
6845 matrix
6846 \begin_inset space \textvisiblespace{}
6847 \end_inset
6848
6849
6850 \begin_inset Formula $2\times2$
6851 \end_inset
6852
6853 行列
6854 \end_layout
6855
6856 \end_inset
6857 </cell>
6858 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
6859 \begin_inset Text
6860
6861 \begin_layout Plain Layout
6862 \begin_inset Formula $\begin{matrix}\begin{array}{cc}
6863 0 & \textrm{-}\mathrm{i}\\
6864 \mathrm{i} & 0
6865 \end{array}\end{matrix}$
6866 \end_inset
6867
6868
6869 \end_layout
6870
6871 \end_inset
6872 </cell>
6873 </row>
6874 </lyxtabular>
6875
6876 \end_inset
6877
6878
6879 \begin_inset space \hfill{}
6880 \end_inset
6881
6882
6883 \end_layout
6884
6885 \begin_layout Standard
6886 \begin_inset VSpace medskip
6887 \end_inset
6888
6889 たとえば
6890 \series bold
6891
6892 \backslash
6893 vmatrix
6894 \series default
6895 などを挿入すると,
6896 青枠が二つの垂直線のあいだに現れるので,
6897 そこに行列を挿入することができます.
6898 \end_layout
6899
6900 \begin_layout Standard
6901 \begin_inset VSpace bigskip
6902 \end_inset
6903
6904 じつは多行数式はすべて行列なので,
6905 行列の各列の間隔を変更するには,
6906
6907 \begin_inset CommandInset ref
6908 LatexCommand ref
6909 reference "subsec:列間"
6910 nolink "false"
6911
6912 \end_inset
6913
6914 節に説明されている距離
6915 \series bold
6916
6917 \backslash
6918 arraycolsep
6919 \series default
6920
6921 \begin_inset Index idx
6922 range none
6923 pageformat default
6924 status collapsed
6925
6926 \begin_layout Plain Layout
6927 \begin_inset IndexMacro sortkey
6928 status open
6929
6930 \begin_layout Plain Layout
6931 こまんと
6932 \end_layout
6933
6934 \end_inset
6935
6936 コマンド
6937 \begin_inset IndexMacro subentry
6938 status open
6939
6940 \begin_layout Plain Layout
6941 A
6942 \end_layout
6943
6944 \end_inset
6945
6946
6947 \begin_inset IndexMacro subentry
6948 status open
6949
6950 \begin_layout Plain Layout
6951
6952 \backslash
6953 arraycolsep
6954 \end_layout
6955
6956 \end_inset
6957
6958
6959 \end_layout
6960
6961 \end_inset
6962
6963 をここでも使用することができます.
6964 \end_layout
6965
6966 \begin_layout Standard
6967 行間隔を変更するには,
6968
6969 \series bold
6970
6971 \backslash
6972 arraystretch
6973 \series default
6974
6975 \begin_inset Index idx
6976 range none
6977 pageformat default
6978 status collapsed
6979
6980 \begin_layout Plain Layout
6981 \begin_inset IndexMacro sortkey
6982 status open
6983
6984 \begin_layout Plain Layout
6985 こまんと
6986 \end_layout
6987
6988 \end_inset
6989
6990 コマンド
6991 \begin_inset IndexMacro subentry
6992 status open
6993
6994 \begin_layout Plain Layout
6995 A
6996 \end_layout
6997
6998 \end_inset
6999
7000
7001 \begin_inset IndexMacro subentry
7002 status open
7003
7004 \begin_layout Plain Layout
7005
7006 \backslash
7007 arraystretch
7008 \end_layout
7009
7010 \end_inset
7011
7012
7013 \end_layout
7014
7015 \end_inset
7016
7017 コマンドを使用します.以下のようにして使用します.
7018 \end_layout
7019
7020 \begin_layout Standard
7021
7022 \series bold
7023
7024 \backslash
7025 renewcommand{
7026 \backslash
7027 arraystretch}{伸長因子}
7028 \series default
7029
7030 \begin_inset Index idx
7031 range none
7032 pageformat default
7033 status collapsed
7034
7035 \begin_layout Plain Layout
7036 \begin_inset IndexMacro sortkey
7037 status open
7038
7039 \begin_layout Plain Layout
7040 こまんと
7041 \end_layout
7042
7043 \end_inset
7044
7045 コマンド
7046 \begin_inset IndexMacro subentry
7047 status open
7048
7049 \begin_layout Plain Layout
7050 R
7051 \end_layout
7052
7053 \end_inset
7054
7055
7056 \begin_inset IndexMacro subentry
7057 status open
7058
7059 \begin_layout Plain Layout
7060
7061 \backslash
7062 renewcommand
7063 \end_layout
7064
7065 \end_inset
7066
7067
7068 \end_layout
7069
7070 \end_inset
7071
7072
7073 \end_layout
7074
7075 \begin_layout Standard
7076
7077 \series bold
7078
7079 \backslash
7080 renewcommand
7081 \series default
7082 コマンドは,
7083 伸長因子を定義済みの
7084 \series bold
7085
7086 \backslash
7087 arraystretch
7088 \series default
7089 コマンドに割り当てます.たとえば行間隔を2倍にするには,
7090 因子として2を指定して下さい.すると,
7091 以降の行列すべてにこれが使用されるようになります.元の間隔に戻すには,
7092
7093 \series bold
7094
7095 \backslash
7096 arraystretch
7097 \series default
7098 に因子1を割り当てて下さい.
7099 \end_layout
7100
7101 \begin_layout Standard
7102 小さな行内行列は,
7103
7104 \series bold
7105
7106 \backslash
7107 smallmatrix
7108 \series default
7109
7110 \begin_inset Index idx
7111 range none
7112 pageformat default
7113 status collapsed
7114
7115 \begin_layout Plain Layout
7116 \begin_inset IndexMacro sortkey
7117 status open
7118
7119 \begin_layout Plain Layout
7120 こまんと
7121 \end_layout
7122
7123 \end_inset
7124
7125 コマンド
7126 \begin_inset IndexMacro subentry
7127 status open
7128
7129 \begin_layout Plain Layout
7130 S
7131 \end_layout
7132
7133 \end_inset
7134
7135
7136 \begin_inset IndexMacro subentry
7137 status open
7138
7139 \begin_layout Plain Layout
7140
7141 \backslash
7142 smallmatrix
7143 \end_layout
7144
7145 \end_inset
7146
7147
7148 \end_layout
7149
7150 \end_inset
7151
7152 コマンドを使っても作ることができます.これを挿入すると,
7153 二つの点線に囲まれた青枠が現れます.この枠のなかに行列を入れることができます.
7154 \end_layout
7155
7156 \begin_layout Standard
7157 これ
7158 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
7159 C & D
7160 \end{smallmatrix}\right)$
7161 \end_inset
7162
7163 は,
7164 周囲に自動の括弧をつけた行内行列です.
7165 \end_layout
7166
7167 \begin_layout Section
7168 括弧と区分記号
7169 \begin_inset Index idx
7170 range none
7171 pageformat default
7172 status collapsed
7173
7174 \begin_layout Plain Layout
7175 \begin_inset IndexMacro sortkey
7176 status open
7177
7178 \begin_layout Plain Layout
7179 かつこ
7180 \end_layout
7181
7182 \end_inset
7183
7184 括弧
7185 \end_layout
7186
7187 \end_inset
7188
7189
7190 \begin_inset Index idx
7191 range none
7192 pageformat default
7193 status collapsed
7194
7195 \begin_layout Plain Layout
7196 \begin_inset IndexMacro sortkey
7197 status open
7198
7199 \begin_layout Plain Layout
7200 くふんきこう
7201 \end_layout
7202
7203 \end_inset
7204
7205 区分記号
7206 \end_layout
7207
7208 \end_inset
7209
7210
7211 \end_layout
7212
7213 \begin_layout Subsection
7214 垂直括弧と区分記号
7215 \begin_inset Index idx
7216 range none
7217 pageformat default
7218 status collapsed
7219
7220 \begin_layout Plain Layout
7221 \begin_inset IndexMacro sortkey
7222 status open
7223
7224 \begin_layout Plain Layout
7225 かつこ
7226 \end_layout
7227
7228 \end_inset
7229
7230 括弧
7231 \begin_inset IndexMacro subentry
7232 status open
7233
7234 \begin_layout Plain Layout
7235 \begin_inset IndexMacro sortkey
7236 status open
7237
7238 \begin_layout Plain Layout
7239 すいちよく
7240 \end_layout
7241
7242 \end_inset
7243
7244 垂直
7245 \begin_inset space \thinspace{}
7246 \end_inset
7247
7248
7249
7250
7251 \end_layout
7252
7253 \end_inset
7254
7255
7256 \end_layout
7257
7258 \end_inset
7259
7260
7261 \end_layout
7262
7263 \begin_layout Standard
7264 \begin_inset space \hfill{}
7265 \end_inset
7266
7267
7268 \begin_inset Tabular
7269 <lyxtabular version="3" rows="9" columns="2">
7270 <features booktabs="true" tabularvalignment="middle">
7271 <column alignment="center" valignment="top" width="0pt">
7272 <column alignment="center" valignment="top" width="0pt">
7273 <row>
7274 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7275 \begin_inset Text
7276
7277 \begin_layout Plain Layout
7278 コマンド
7279 \end_layout
7280
7281 \end_inset
7282 </cell>
7283 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7284 \begin_inset Text
7285
7286 \begin_layout Plain Layout
7287 出力
7288 \end_layout
7289
7290 \end_inset
7291 </cell>
7292 </row>
7293 <row>
7294 <cell alignment="center" valignment="top" usebox="none">
7295 \begin_inset Text
7296
7297 \begin_layout Plain Layout
7298 (
7299 \end_layout
7300
7301 \end_inset
7302 </cell>
7303 <cell alignment="center" valignment="top" usebox="none">
7304 \begin_inset Text
7305
7306 \begin_layout Plain Layout
7307 \begin_inset Formula $($
7308 \end_inset
7309
7310
7311 \end_layout
7312
7313 \end_inset
7314 </cell>
7315 </row>
7316 <row>
7317 <cell alignment="center" valignment="top" usebox="none">
7318 \begin_inset Text
7319
7320 \begin_layout Plain Layout
7321 {
7322 \end_layout
7323
7324 \end_inset
7325 </cell>
7326 <cell alignment="center" valignment="top" usebox="none">
7327 \begin_inset Text
7328
7329 \begin_layout Plain Layout
7330 \begin_inset Formula $\{$
7331 \end_inset
7332
7333
7334 \end_layout
7335
7336 \end_inset
7337 </cell>
7338 </row>
7339 <row>
7340 <cell alignment="center" valignment="top" usebox="none">
7341 \begin_inset Text
7342
7343 \begin_layout Plain Layout
7344 [
7345 \end_layout
7346
7347 \end_inset
7348 </cell>
7349 <cell alignment="center" valignment="top" usebox="none">
7350 \begin_inset Text
7351
7352 \begin_layout Plain Layout
7353 \begin_inset Formula $[$
7354 \end_inset
7355
7356
7357 \end_layout
7358
7359 \end_inset
7360 </cell>
7361 </row>
7362 <row>
7363 <cell alignment="center" valignment="top" usebox="none">
7364 \begin_inset Text
7365
7366 \begin_layout Plain Layout
7367
7368 \backslash
7369 langle
7370 \end_layout
7371
7372 \end_inset
7373 </cell>
7374 <cell alignment="center" valignment="top" usebox="none">
7375 \begin_inset Text
7376
7377 \begin_layout Plain Layout
7378 \begin_inset Formula $\langle$
7379 \end_inset
7380
7381
7382 \end_layout
7383
7384 \end_inset
7385 </cell>
7386 </row>
7387 <row>
7388 <cell alignment="center" valignment="top" usebox="none">
7389 \begin_inset Text
7390
7391 \begin_layout Plain Layout
7392
7393 \backslash
7394 lceil
7395 \end_layout
7396
7397 \end_inset
7398 </cell>
7399 <cell alignment="center" valignment="top" usebox="none">
7400 \begin_inset Text
7401
7402 \begin_layout Plain Layout
7403 \begin_inset Formula $\lceil$
7404 \end_inset
7405
7406
7407 \end_layout
7408
7409 \end_inset
7410 </cell>
7411 </row>
7412 <row>
7413 <cell alignment="center" valignment="top" usebox="none">
7414 \begin_inset Text
7415
7416 \begin_layout Plain Layout
7417
7418 \backslash
7419 lfloor
7420 \end_layout
7421
7422 \end_inset
7423 </cell>
7424 <cell alignment="center" valignment="top" usebox="none">
7425 \begin_inset Text
7426
7427 \begin_layout Plain Layout
7428 \begin_inset Formula $\lfloor$
7429 \end_inset
7430
7431
7432 \end_layout
7433
7434 \end_inset
7435 </cell>
7436 </row>
7437 <row>
7438 <cell alignment="center" valignment="top" usebox="none">
7439 \begin_inset Text
7440
7441 \begin_layout Plain Layout
7442 /
7443 \end_layout
7444
7445 \end_inset
7446 </cell>
7447 <cell alignment="center" valignment="top" usebox="none">
7448 \begin_inset Text
7449
7450 \begin_layout Plain Layout
7451 \begin_inset Formula $/$
7452 \end_inset
7453
7454
7455 \end_layout
7456
7457 \end_inset
7458 </cell>
7459 </row>
7460 <row>
7461 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7462 \begin_inset Text
7463
7464 \begin_layout Plain Layout
7465 |
7466 \end_layout
7467
7468 \end_inset
7469 </cell>
7470 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7471 \begin_inset Text
7472
7473 \begin_layout Plain Layout
7474 \begin_inset Formula $|$
7475 \end_inset
7476
7477
7478 \end_layout
7479
7480 \end_inset
7481 </cell>
7482 </row>
7483 </lyxtabular>
7484
7485 \end_inset
7486
7487
7488 \begin_inset space \hfill{}
7489 \end_inset
7490
7491
7492 \begin_inset Tabular
7493 <lyxtabular version="3" rows="9" columns="2">
7494 <features booktabs="true" tabularvalignment="middle">
7495 <column alignment="center" valignment="top" width="0pt">
7496 <column alignment="center" valignment="top" width="0pt">
7497 <row>
7498 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7499 \begin_inset Text
7500
7501 \begin_layout Plain Layout
7502 コマンド
7503 \end_layout
7504
7505 \end_inset
7506 </cell>
7507 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
7508 \begin_inset Text
7509
7510 \begin_layout Plain Layout
7511 出力
7512 \end_layout
7513
7514 \end_inset
7515 </cell>
7516 </row>
7517 <row>
7518 <cell alignment="center" valignment="top" usebox="none">
7519 \begin_inset Text
7520
7521 \begin_layout Plain Layout
7522 )
7523 \end_layout
7524
7525 \end_inset
7526 </cell>
7527 <cell alignment="center" valignment="top" usebox="none">
7528 \begin_inset Text
7529
7530 \begin_layout Plain Layout
7531 \begin_inset Formula $)$
7532 \end_inset
7533
7534
7535 \end_layout
7536
7537 \end_inset
7538 </cell>
7539 </row>
7540 <row>
7541 <cell alignment="center" valignment="top" usebox="none">
7542 \begin_inset Text
7543
7544 \begin_layout Plain Layout
7545 }
7546 \end_layout
7547
7548 \end_inset
7549 </cell>
7550 <cell alignment="center" valignment="top" usebox="none">
7551 \begin_inset Text
7552
7553 \begin_layout Plain Layout
7554 \begin_inset Formula $\}$
7555 \end_inset
7556
7557
7558 \end_layout
7559
7560 \end_inset
7561 </cell>
7562 </row>
7563 <row>
7564 <cell alignment="center" valignment="top" usebox="none">
7565 \begin_inset Text
7566
7567 \begin_layout Plain Layout
7568 ]
7569 \end_layout
7570
7571 \end_inset
7572 </cell>
7573 <cell alignment="center" valignment="top" usebox="none">
7574 \begin_inset Text
7575
7576 \begin_layout Plain Layout
7577 \begin_inset Formula $]$
7578 \end_inset
7579
7580
7581 \end_layout
7582
7583 \end_inset
7584 </cell>
7585 </row>
7586 <row>
7587 <cell alignment="center" valignment="top" usebox="none">
7588 \begin_inset Text
7589
7590 \begin_layout Plain Layout
7591
7592 \backslash
7593 rangle
7594 \end_layout
7595
7596 \end_inset
7597 </cell>
7598 <cell alignment="center" valignment="top" usebox="none">
7599 \begin_inset Text
7600
7601 \begin_layout Plain Layout
7602 \begin_inset Formula $\rangle$
7603 \end_inset
7604
7605
7606 \end_layout
7607
7608 \end_inset
7609 </cell>
7610 </row>
7611 <row>
7612 <cell alignment="center" valignment="top" usebox="none">
7613 \begin_inset Text
7614
7615 \begin_layout Plain Layout
7616
7617 \backslash
7618 rceil
7619 \end_layout
7620
7621 \end_inset
7622 </cell>
7623 <cell alignment="center" valignment="top" usebox="none">
7624 \begin_inset Text
7625
7626 \begin_layout Plain Layout
7627 \begin_inset Formula $\rceil$
7628 \end_inset
7629
7630
7631 \end_layout
7632
7633 \end_inset
7634 </cell>
7635 </row>
7636 <row>
7637 <cell alignment="center" valignment="top" usebox="none">
7638 \begin_inset Text
7639
7640 \begin_layout Plain Layout
7641
7642 \backslash
7643 rfloor
7644 \end_layout
7645
7646 \end_inset
7647 </cell>
7648 <cell alignment="center" valignment="top" usebox="none">
7649 \begin_inset Text
7650
7651 \begin_layout Plain Layout
7652 \begin_inset Formula $\rfloor$
7653 \end_inset
7654
7655
7656 \end_layout
7657
7658 \end_inset
7659 </cell>
7660 </row>
7661 <row>
7662 <cell alignment="center" valignment="top" usebox="none">
7663 \begin_inset Text
7664
7665 \begin_layout Plain Layout
7666
7667 \backslash
7668
7669 \backslash
7670
7671 \end_layout
7672
7673 \end_inset
7674 </cell>
7675 <cell alignment="center" valignment="top" usebox="none">
7676 \begin_inset Text
7677
7678 \begin_layout Plain Layout
7679 \begin_inset Formula $\backslash$
7680 \end_inset
7681
7682
7683 \end_layout
7684
7685 \end_inset
7686 </cell>
7687 </row>
7688 <row>
7689 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7690 \begin_inset Text
7691
7692 \begin_layout Plain Layout
7693
7694 \backslash
7695 |
7696 \end_layout
7697
7698 \end_inset
7699 </cell>
7700 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
7701 \begin_inset Text
7702
7703 \begin_layout Plain Layout
7704 \begin_inset Formula $\|$
7705 \end_inset
7706
7707
7708 \end_layout
7709
7710 \end_inset
7711 </cell>
7712 </row>
7713 </lyxtabular>
7714
7715 \end_inset
7716
7717
7718 \begin_inset space \hfill{}
7719 \end_inset
7720
7721
7722 \end_layout
7723
7724 \begin_layout Standard
7725 \begin_inset Note Greyedout
7726 status open
7727
7728 \begin_layout Plain Layout
7729
7730 \series bold
7731 [註]
7732 \series default
7733 \SpecialChar TeX
7734 モードでは,
7735
7736 \backslash
7737
7738 \backslash
7739 コマンドはその場所に改行を入れてしまうので,
7740 バックスラッシュを入力するには
7741 \series bold
7742
7743 \backslash
7744 textbackslash
7745 \series default
7746
7747 \begin_inset Index idx
7748 range none
7749 pageformat default
7750 status collapsed
7751
7752 \begin_layout Plain Layout
7753 \begin_inset IndexMacro sortkey
7754 status open
7755
7756 \begin_layout Plain Layout
7757 こまんと
7758 \end_layout
7759
7760 \end_inset
7761
7762 コマンド
7763 \begin_inset IndexMacro subentry
7764 status open
7765
7766 \begin_layout Plain Layout
7767 T
7768 \end_layout
7769
7770 \end_inset
7771
7772
7773 \begin_inset IndexMacro subentry
7774 status open
7775
7776 \begin_layout Plain Layout
7777
7778 \backslash
7779 textbackslash
7780 \end_layout
7781
7782 \end_inset
7783
7784
7785 \end_layout
7786
7787 \end_inset
7788
7789 を使わなくてはなりません.
7790 \end_layout
7791
7792 \end_inset
7793
7794
7795 \end_layout
7796
7797 \begin_layout Standard
7798 上に列挙した文字すべてについて,
7799 以下の二小節で説明されているコマンドを使って,
7800 大きさを調整することができます.これらのコマンドを使用するにあたっては,
7801
7802 \series bold
7803
7804 \backslash
7805 langle
7806 \series default
7807
7808 \series bold
7809
7810 \backslash
7811 rangle
7812 \series default
7813 コマンドを使用せずに
7814 \begin_inset Formula $<$
7815 \end_inset
7816
7817
7818 \begin_inset Formula $>$
7819 \end_inset
7820
7821 の文字を直接使用することができます.
7822 \end_layout
7823
7824 \begin_layout Subsubsection
7825 手動の括弧高
7826 \begin_inset CommandInset label
7827 LatexCommand label
7828 name "subsec:手動の括弧高"
7829
7830 \end_inset
7831
7832
7833 \begin_inset Index idx
7834 range none
7835 pageformat default
7836 status collapsed
7837
7838 \begin_layout Plain Layout
7839 \begin_inset IndexMacro sortkey
7840 status open
7841
7842 \begin_layout Plain Layout
7843 かつこたか
7844 \end_layout
7845
7846 \end_inset
7847
7848 括弧高
7849 \begin_inset IndexMacro subentry
7850 status open
7851
7852 \begin_layout Plain Layout
7853 \begin_inset IndexMacro sortkey
7854 status open
7855
7856 \begin_layout Plain Layout
7857 しゆとう
7858 \end_layout
7859
7860 \end_inset
7861
7862 手動
7863 \end_layout
7864
7865 \end_inset
7866
7867
7868 \end_layout
7869
7870 \end_inset
7871
7872
7873 \end_layout
7874
7875 \begin_layout Standard
7876 括弧の丈は,
7877 \SpecialChar LaTeX
7878 コマンドの
7879 \series bold
7880
7881 \backslash
7882 big
7883 \series default
7884
7885 \begin_inset Index idx
7886 range none
7887 pageformat default
7888 status collapsed
7889
7890 \begin_layout Plain Layout
7891 \begin_inset IndexMacro sortkey
7892 status open
7893
7894 \begin_layout Plain Layout
7895 こまんと
7896 \end_layout
7897
7898 \end_inset
7899
7900 コマンド
7901 \begin_inset IndexMacro subentry
7902 status open
7903
7904 \begin_layout Plain Layout
7905 B
7906 \end_layout
7907
7908 \end_inset
7909
7910
7911 \begin_inset IndexMacro subentry
7912 status open
7913
7914 \begin_layout Plain Layout
7915
7916 \backslash
7917 big
7918 \end_layout
7919
7920 \end_inset
7921
7922
7923 \end_layout
7924
7925 \end_inset
7926
7927
7928
7929 \series bold
7930
7931 \backslash
7932 Big
7933 \series default
7934
7935
7936 \series bold
7937
7938 \backslash
7939 bigg
7940 \series default
7941 および
7942 \series bold
7943
7944 \backslash
7945 Bigg
7946 \series default
7947 を使って,
7948 手動で指定することができます.
7949 \series bold
7950
7951 \backslash
7952 big
7953 \series default
7954 が最小の大きさであり,
7955
7956 \series bold
7957
7958 \backslash
7959 Bigg
7960 \series default
7961 が最大の括弧高になります.
7962 \end_layout
7963
7964 \begin_layout Standard
7965 これらのコマンドは,
7966 括弧の階層を強調するのに使われます.
7967 \end_layout
7968
7969 \begin_layout Standard
7970 \align center
7971 \begin_inset Tabular
7972 <lyxtabular version="3" rows="2" columns="2">
7973 <features booktabs="true" tabularvalignment="middle">
7974 <column alignment="center" valignment="top" width="0pt">
7975 <column alignment="center" valignment="top" width="0pt">
7976 <row>
7977 <cell alignment="center" valignment="top" usebox="none">
7978 \begin_inset Text
7979
7980 \begin_layout Plain Layout
7981 すべての括弧が同じ大きさ:
7982
7983 \end_layout
7984
7985 \end_inset
7986 </cell>
7987 <cell alignment="center" valignment="top" usebox="none">
7988 \begin_inset Text
7989
7990 \begin_layout Plain Layout
7991 \begin_inset Formula $((A+B)(A-B))^{C}$
7992 \end_inset
7993
7994
7995 \end_layout
7996
7997 \end_inset
7998 </cell>
7999 </row>
8000 <row topspace="2mm">
8001 <cell alignment="center" valignment="top" usebox="none">
8002 \begin_inset Text
8003
8004 \begin_layout Plain Layout
8005 こちらの方が良い:
8006
8007 \end_layout
8008
8009 \end_inset
8010 </cell>
8011 <cell alignment="center" valignment="top" usebox="none">
8012 \begin_inset Text
8013
8014 \begin_layout Plain Layout
8015 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
8016 \end_inset
8017
8018
8019 \end_layout
8020
8021 \end_inset
8022 </cell>
8023 </row>
8024 </lyxtabular>
8025
8026 \end_inset
8027
8028
8029 \end_layout
8030
8031 \begin_layout Standard
8032 二つ目の数式では,
8033
8034 \series bold
8035
8036 \backslash
8037 Big((A+B)(A-B)
8038 \backslash
8039 Big)^
8040 \begin_inset space \textvisiblespace{}
8041 \end_inset
8042
8043 C
8044 \series default
8045 というコマンドが使われています.
8046 \end_layout
8047
8048 \begin_layout Standard
8049 以下は,
8050 すべての括弧高の羅列です.
8051 \end_layout
8052
8053 \begin_layout Standard
8054 \align center
8055
8056 \backslash
8057 Bigg(
8058 \backslash
8059 exp
8060 \backslash
8061 bigg
8062 \begin_inset Formula $<$
8063 \end_inset
8064
8065
8066 \backslash
8067 Big[
8068 \backslash
8069 big{
8070 \backslash
8071 ln(3x)
8072 \backslash
8073 big}^2
8074 \begin_inset space \textvisiblespace{}
8075 \end_inset
8076
8077
8078 \backslash
8079 sin(x)
8080 \backslash
8081 Big]^
8082 \begin_inset space \textvisiblespace{}
8083 \end_inset
8084
8085 A
8086 \begin_inset space \textvisiblespace{}
8087 \end_inset
8088
8089
8090 \backslash
8091 bigg
8092 \begin_inset Formula $>$
8093 \end_inset
8094
8095
8096 \backslash
8097 Bigg)^0,5
8098 \end_layout
8099
8100 \begin_layout Standard
8101 \align center
8102 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
8103 \end_inset
8104
8105
8106 \end_layout
8107
8108 \begin_layout Standard
8109
8110 \series bold
8111
8112 \backslash
8113 big
8114 \series default
8115 型コマンドの他に,
8116 括弧と中身のあいだにもう少し空白を加える
8117 \series bold
8118
8119 \backslash
8120 bigm
8121 \series default
8122
8123 \begin_inset Index idx
8124 range none
8125 pageformat default
8126 status collapsed
8127
8128 \begin_layout Plain Layout
8129 \begin_inset IndexMacro sortkey
8130 status open
8131
8132 \begin_layout Plain Layout
8133 こまんと
8134 \end_layout
8135
8136 \end_inset
8137
8138 コマンド
8139 \begin_inset IndexMacro subentry
8140 status open
8141
8142 \begin_layout Plain Layout
8143 B
8144 \end_layout
8145
8146 \end_inset
8147
8148
8149 \begin_inset IndexMacro subentry
8150 status open
8151
8152 \begin_layout Plain Layout
8153
8154 \backslash
8155 bigm
8156 \end_layout
8157
8158 \end_inset
8159
8160
8161 \end_layout
8162
8163 \end_inset
8164
8165 という派生型と,
8166 空白を追加しない
8167 \series bold
8168
8169 \backslash
8170 bigl
8171 \begin_inset space \thinspace{}
8172 \end_inset
8173
8174
8175 \begin_inset Formula $-$
8176 \end_inset
8177
8178
8179 \backslash
8180 bigr
8181 \series default
8182
8183 \begin_inset Index idx
8184 range none
8185 pageformat default
8186 status collapsed
8187
8188 \begin_layout Plain Layout
8189 \begin_inset IndexMacro sortkey
8190 status open
8191
8192 \begin_layout Plain Layout
8193 こまんと
8194 \end_layout
8195
8196 \end_inset
8197
8198 コマンド
8199 \begin_inset IndexMacro subentry
8200 status open
8201
8202 \begin_layout Plain Layout
8203 B
8204 \end_layout
8205
8206 \end_inset
8207
8208
8209 \begin_inset IndexMacro subentry
8210 status open
8211
8212 \begin_layout Plain Layout
8213 \begin_inset IndexMacro sortkey
8214 status open
8215
8216 \begin_layout Plain Layout
8217
8218 \backslash
8219 bigl-
8220 \backslash
8221 bigr
8222 \end_layout
8223
8224 \end_inset
8225
8226
8227 \backslash
8228 bigl
8229 \begin_inset space \thinspace{}
8230 \end_inset
8231
8232
8233 \begin_inset Formula $-$
8234 \end_inset
8235
8236
8237 \backslash
8238 bigr
8239 \end_layout
8240
8241 \end_inset
8242
8243
8244 \end_layout
8245
8246 \end_inset
8247
8248 派生型があります.
8249 \series bold
8250
8251 \backslash
8252 bigl
8253 \series default
8254 コマンドの最後の
8255 \emph on
8256 l
8257 \emph default
8258 は,
8259 左括弧であることを示し,
8260 右括弧の場合には,
8261
8262 \emph on
8263 l
8264 \emph default
8265 の代わりに
8266 \emph on
8267 r
8268 \emph default
8269 を用います.左括弧と右括弧は,
8270 それぞれ括弧の開始と終了に用いられます.
8271 \end_layout
8272
8273 \begin_layout Standard
8274 以下の表は,
8275 これらの派生型の比較です.
8276 \end_layout
8277
8278 \begin_layout Standard
8279 \align center
8280 \begin_inset Tabular
8281 <lyxtabular version="3" rows="5" columns="2">
8282 <features booktabs="true" tabularvalignment="middle">
8283 <column alignment="center" valignment="top" width="0pt">
8284 <column alignment="center" valignment="middle">
8285 <row>
8286 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8287 \begin_inset Text
8288
8289 \begin_layout Plain Layout
8290 コマンド
8291 \end_layout
8292
8293 \end_inset
8294 </cell>
8295 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8296 \begin_inset Text
8297
8298 \begin_layout Plain Layout
8299 出力
8300 \end_layout
8301
8302 \end_inset
8303 </cell>
8304 </row>
8305 <row topspace="2mm">
8306 <cell alignment="center" valignment="top" usebox="none">
8307 \begin_inset Text
8308
8309 \begin_layout Plain Layout
8310
8311 \backslash
8312 Bigm(
8313 \backslash
8314 bigm(
8315 \backslash
8316 ln(3x)
8317 \backslash
8318 bigm)^2
8319 \begin_inset space \textvisiblespace{}
8320 \end_inset
8321
8322
8323 \backslash
8324 Bigm)
8325 \end_layout
8326
8327 \end_inset
8328 </cell>
8329 <cell alignment="center" valignment="top" usebox="none">
8330 \begin_inset Text
8331
8332 \begin_layout Plain Layout
8333 \begin_inset Formula $\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)$
8334 \end_inset
8335
8336
8337 \end_layout
8338
8339 \end_inset
8340 </cell>
8341 </row>
8342 <row topspace="2mm">
8343 <cell alignment="center" valignment="top" usebox="none">
8344 \begin_inset Text
8345
8346 \begin_layout Plain Layout
8347
8348 \backslash
8349 Big(
8350 \backslash
8351 big(
8352 \backslash
8353 ln(3x)
8354 \backslash
8355 big)^2
8356 \begin_inset space \textvisiblespace{}
8357 \end_inset
8358
8359
8360 \backslash
8361 Big)
8362 \end_layout
8363
8364 \end_inset
8365 </cell>
8366 <cell alignment="center" valignment="top" usebox="none">
8367 \begin_inset Text
8368
8369 \begin_layout Plain Layout
8370 \begin_inset Formula $\Big(\big(\ln(3x)\big)^{2}\Big)$
8371 \end_inset
8372
8373
8374 \end_layout
8375
8376 \end_inset
8377 </cell>
8378 </row>
8379 <row topspace="2mm" bottomspace="0.5mm">
8380 <cell alignment="center" valignment="top" usebox="none">
8381 \begin_inset Text
8382
8383 \begin_layout Plain Layout
8384
8385 \backslash
8386 Bigl(
8387 \backslash
8388 bigl(
8389 \backslash
8390 ln(3x)
8391 \backslash
8392 bigr)^2
8393 \begin_inset space \textvisiblespace{}
8394 \end_inset
8395
8396
8397 \backslash
8398 Bigr)
8399 \end_layout
8400
8401 \end_inset
8402 </cell>
8403 <cell alignment="center" valignment="top" usebox="none">
8404 \begin_inset Text
8405
8406 \begin_layout Plain Layout
8407 \begin_inset Formula $\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)$
8408 \end_inset
8409
8410
8411 \end_layout
8412
8413 \end_inset
8414 </cell>
8415 </row>
8416 <row topspace="1.5mm" bottomspace="0.5mm">
8417 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8418 \begin_inset Text
8419
8420 \begin_layout Plain Layout
8421
8422 \backslash
8423 bigl)
8424 \backslash
8425 ln(3x)
8426 \backslash
8427 bigr(
8428 \end_layout
8429
8430 \end_inset
8431 </cell>
8432 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8433 \begin_inset Text
8434
8435 \begin_layout Plain Layout
8436 \begin_inset Formula $\bigl)\ln(3x)\bigr($
8437 \end_inset
8438
8439
8440 \end_layout
8441
8442 \end_inset
8443 </cell>
8444 </row>
8445 </lyxtabular>
8446
8447 \end_inset
8448
8449
8450 \end_layout
8451
8452 \begin_layout Subsubsection
8453 自動の括弧高
8454 \begin_inset CommandInset label
8455 LatexCommand label
8456 name "subsec:自動の括弧高"
8457
8458 \end_inset
8459
8460
8461 \begin_inset Index idx
8462 range none
8463 pageformat default
8464 status collapsed
8465
8466 \begin_layout Plain Layout
8467 \begin_inset IndexMacro sortkey
8468 status open
8469
8470 \begin_layout Plain Layout
8471 かつこたか
8472 \end_layout
8473
8474 \end_inset
8475
8476 括弧高
8477 \begin_inset IndexMacro subentry
8478 status open
8479
8480 \begin_layout Plain Layout
8481 \begin_inset IndexMacro sortkey
8482 status open
8483
8484 \begin_layout Plain Layout
8485 しとう
8486 \end_layout
8487
8488 \end_inset
8489
8490 自動
8491 \end_layout
8492
8493 \end_inset
8494
8495
8496 \end_layout
8497
8498 \end_inset
8499
8500
8501 \end_layout
8502
8503 \begin_layout Standard
8504 可変の丈を持つ括弧は,
8505
8506 \series bold
8507
8508 \backslash
8509 left
8510 \series default
8511
8512 \begin_inset Index idx
8513 range none
8514 pageformat default
8515 status collapsed
8516
8517 \begin_layout Plain Layout
8518 \begin_inset IndexMacro sortkey
8519 status open
8520
8521 \begin_layout Plain Layout
8522 こまんと
8523 \end_layout
8524
8525 \end_inset
8526
8527 コマンド
8528 \begin_inset IndexMacro subentry
8529 status open
8530
8531 \begin_layout Plain Layout
8532 L
8533 \end_layout
8534
8535 \end_inset
8536
8537
8538 \begin_inset IndexMacro subentry
8539 status open
8540
8541 \begin_layout Plain Layout
8542
8543 \backslash
8544 left
8545 \end_layout
8546
8547 \end_inset
8548
8549
8550 \end_layout
8551
8552 \end_inset
8553
8554 コマンドおよび
8555 \series bold
8556
8557 \backslash
8558 right
8559 \series default
8560
8561 \begin_inset Index idx
8562 range none
8563 pageformat default
8564 status collapsed
8565
8566 \begin_layout Plain Layout
8567 \begin_inset IndexMacro sortkey
8568 status open
8569
8570 \begin_layout Plain Layout
8571 こまんと
8572 \end_layout
8573
8574 \end_inset
8575
8576 コマンド
8577 \begin_inset IndexMacro subentry
8578 status open
8579
8580 \begin_layout Plain Layout
8581 R
8582 \end_layout
8583
8584 \end_inset
8585
8586
8587 \begin_inset IndexMacro subentry
8588 status open
8589
8590 \begin_layout Plain Layout
8591
8592 \backslash
8593 right
8594 \end_layout
8595
8596 \end_inset
8597
8598
8599 \end_layout
8600
8601 \end_inset
8602
8603 コマンド,
8604 あるいは数式ツールバーボタンの
8605 \begin_inset Info
8606 type  "icon"
8607 arg   "dialog-show mathdelimiter"
8608 \end_inset
8609
8610 で挿入することができます.
8611 \series bold
8612
8613 \backslash
8614 left
8615 \series default
8616 および
8617 \series bold
8618
8619 \backslash
8620 right
8621 \series default
8622 の直後には,
8623 必要とする括弧を挿入しなくてはなりません.すると,
8624 括弧高は出力時に自動的に計算されます.
8625 \end_layout
8626
8627 \begin_layout Standard
8628 \align center
8629 通常の括弧:
8630
8631 \series bold
8632
8633 \backslash
8634 ln(
8635 \backslash
8636 frac
8637 \begin_inset space \textvisiblespace{}
8638 \end_inset
8639
8640 A
8641 \begin_inset Formula $\downarrow$
8642 \end_inset
8643
8644 C
8645 \begin_inset space \textvisiblespace{}
8646 \end_inset
8647
8648 )
8649 \series default
8650 というコマンドは
8651 \begin_inset Formula 
8652 \[
8653 \ln(\frac{A}{C})
8654 \]
8655
8656 \end_inset
8657
8658 を生成します.
8659 \end_layout
8660
8661 \begin_layout Standard
8662 \align center
8663 複数行の括弧:
8664
8665 \series bold
8666
8667 \backslash
8668 ln
8669 \backslash
8670 left(
8671 \backslash
8672 frac
8673 \begin_inset space \textvisiblespace{}
8674 \end_inset
8675
8676 A
8677 \begin_inset Formula $\downarrow$
8678 \end_inset
8679
8680 C
8681 \begin_inset space \textvisiblespace{}
8682 \end_inset
8683
8684
8685 \backslash
8686 right)
8687 \series default
8688 というコマンドは
8689 \begin_inset Formula 
8690 \[
8691 \ln\left(\frac{A}{C}\right)
8692 \]
8693
8694 \end_inset
8695
8696 を生成します.
8697 \end_layout
8698
8699 \begin_layout Standard
8700
8701 \series bold
8702
8703 \backslash
8704 left
8705 \series default
8706
8707 \series bold
8708
8709 \backslash
8710 right
8711 \series default
8712 の代わりに,
8713 ショートカット
8714 \family sans
8715 Alt+M
8716 \begin_inset space ~
8717 \end_inset
8718
8719 括弧
8720 \family default
8721 を使うこともできます.これを使うと,
8722 \SpecialChar LyX
8723 中で即座に実際の括弧高を確認することができるという利点と,
8724 対応する右括弧も生成されるという利点があります.
8725 \begin_inset Newline newline
8726 \end_inset
8727
8728 すると,
8729 先ほどの例を作るコマンドは
8730 \series bold
8731
8732 \backslash
8733 ln Alt+M
8734 \series default
8735  
8736 \series bold
8737 (
8738 \backslash
8739 frac
8740 \begin_inset space \textvisiblespace{}
8741 \end_inset
8742
8743 A
8744 \begin_inset Formula $\downarrow$
8745 \end_inset
8746
8747 C
8748 \series default
8749 となります.
8750 \end_layout
8751
8752 \begin_layout Standard
8753 左括弧あるいは右括弧を省略するには,
8754 ドットを挿入します.たとえば,
8755
8756 \series bold
8757
8758 \backslash
8759 left.
8760 \backslash
8761 frac
8762 \begin_inset space \textvisiblespace{}
8763 \end_inset
8764
8765 A
8766 \begin_inset Formula $\downarrow$
8767 \end_inset
8768
8769 B
8770 \begin_inset space \textvisiblespace{}
8771 \end_inset
8772
8773
8774 \backslash
8775 right}
8776 \series default
8777 というコマンドは
8778 \series bold
8779
8780 \begin_inset Formula 
8781 \[
8782 \left.\frac{A}{B}\right\} 
8783 \]
8784
8785 \end_inset
8786
8787
8788 \series default
8789 を生成します.
8790 \series bold
8791
8792 \backslash
8793 left
8794 \series default
8795 コマンドおよび
8796 \series bold
8797
8798 \backslash
8799 right
8800 \series default
8801 コマンドは,
8802 文書が再度読み込まれたときには,
8803 \SpecialChar LyX
8804 によって正しい丈の括弧に変換され,
8805 省略された括弧は,
8806 点線として表示されます.
8807 \end_layout
8808
8809 \begin_layout Standard
8810 \begin_inset VSpace bigskip
8811 \end_inset
8812
8813 著名な\SpecialChar LaTeX
8814 頒布版は,
8815 すべて\SpecialChar LaTeX
8816 の拡張であるe\SpecialChar TeX
8817 を使用しているので,
8818 これらの頒布版では,
8819 すべての括弧および極限に対して
8820 \series bold
8821
8822 \backslash
8823 middle
8824 \series default
8825
8826 \begin_inset Index idx
8827 range none
8828 pageformat default
8829 status collapsed
8830
8831 \begin_layout Plain Layout
8832 \begin_inset IndexMacro sortkey
8833 status open
8834
8835 \begin_layout Plain Layout
8836 こまんと
8837 \end_layout
8838
8839 \end_inset
8840
8841 コマンド
8842 \begin_inset IndexMacro subentry
8843 status open
8844
8845 \begin_layout Plain Layout
8846 M
8847 \end_layout
8848
8849 \end_inset
8850
8851
8852 \begin_inset IndexMacro subentry
8853 status open
8854
8855 \begin_layout Plain Layout
8856
8857 \backslash
8858 middle
8859 \end_layout
8860
8861 \end_inset
8862
8863
8864 \end_layout
8865
8866 \end_inset
8867
8868 コマンドも使用することができます
8869 \begin_inset Foot
8870 status collapsed
8871
8872 \begin_layout Plain Layout
8873
8874 \series bold
8875 [訳註]
8876 \series default
8877 p\SpecialChar LaTeX
8878 では,
8879 標準では
8880 \series bold
8881
8882 \backslash
8883 middle
8884 \series default
8885 コマンドは使えません.よって,
8886 以下の例では「
8887 \series bold
8888
8889 \backslash
8890 middle
8891 \series default
8892
8893 \begin_inset Formula $|$
8894 \end_inset
8895
8896 」の代わりに「
8897 \series bold
8898
8899 \backslash
8900 biggm
8901 \series default
8902
8903 \begin_inset Formula $|$
8904 \end_inset
8905
8906 」を用いています.
8907 \end_layout
8908
8909 \end_inset
8910
8911 .このコマンドでは,
8912 物理ベクトル
8913 \begin_inset Formula 
8914 \[
8915 \left\langle \phi\:\biggm|\:J=\frac{3}{2}\,,\,M_{J}\right\rangle 
8916 \]
8917
8918 \end_inset
8919
8920 で必要とされるように,
8921 次に続く文字の高さは,
8922 囲まれる括弧の高さに調節されます.物理ベクトルに関しては,
8923
8924 \begin_inset CommandInset ref
8925 LatexCommand ref
8926 reference "subsec:物理ベクトル"
8927 nolink "false"
8928
8929 \end_inset
8930
8931 節に説明されているように特殊な\SpecialChar LaTeX
8932 パッケージがあります.
8933 \end_layout
8934
8935 \begin_layout Subsection
8936 水平括弧
8937 \begin_inset Index idx
8938 range none
8939 pageformat default
8940 status collapsed
8941
8942 \begin_layout Plain Layout
8943 \begin_inset IndexMacro sortkey
8944 status open
8945
8946 \begin_layout Plain Layout
8947 かつこ
8948 \end_layout
8949
8950 \end_inset
8951
8952 括弧
8953 \begin_inset IndexMacro subentry
8954 status open
8955
8956 \begin_layout Plain Layout
8957 \begin_inset IndexMacro sortkey
8958 status open
8959
8960 \begin_layout Plain Layout
8961 すいへい
8962 \end_layout
8963
8964 \end_inset
8965
8966 水平
8967 \begin_inset space \thinspace{}
8968 \end_inset
8969
8970
8971
8972
8973 \end_layout
8974
8975 \end_inset
8976
8977
8978 \end_layout
8979
8980 \end_inset
8981
8982
8983 \end_layout
8984
8985 \begin_layout Standard
8986 \align center
8987 \begin_inset Tabular
8988 <lyxtabular version="3" rows="4" columns="2">
8989 <features booktabs="true" tabularvalignment="middle">
8990 <column alignment="center" valignment="top" width="0pt">
8991 <column alignment="center" valignment="top" width="0pt">
8992 <row>
8993 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
8994 \begin_inset Text
8995
8996 \begin_layout Plain Layout
8997 コマンド
8998 \end_layout
8999
9000 \end_inset
9001 </cell>
9002 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9003 \begin_inset Text
9004
9005 \begin_layout Plain Layout
9006 出力
9007 \end_layout
9008
9009 \end_inset
9010 </cell>
9011 </row>
9012 <row>
9013 <cell alignment="center" valignment="top" usebox="none">
9014 \begin_inset Text
9015
9016 \begin_layout Plain Layout
9017
9018 \backslash
9019 overbrace
9020 \begin_inset space \textvisiblespace{}
9021 \end_inset
9022
9023 A+B
9024 \begin_inset space \textvisiblespace{}
9025 \end_inset
9026
9027 ^
9028 \begin_inset space \textvisiblespace{}
9029 \end_inset
9030
9031 3
9032 \begin_inset Index idx
9033 range none
9034 pageformat default
9035 status collapsed
9036
9037 \begin_layout Plain Layout
9038 \begin_inset IndexMacro sortkey
9039 status open
9040
9041 \begin_layout Plain Layout
9042 こまんと
9043 \end_layout
9044
9045 \end_inset
9046
9047 コマンド
9048 \begin_inset IndexMacro subentry
9049 status open
9050
9051 \begin_layout Plain Layout
9052 O
9053 \end_layout
9054
9055 \end_inset
9056
9057
9058 \begin_inset IndexMacro subentry
9059 status open
9060
9061 \begin_layout Plain Layout
9062
9063 \backslash
9064 overbrace
9065 \end_layout
9066
9067 \end_inset
9068
9069
9070 \end_layout
9071
9072 \end_inset
9073
9074
9075 \end_layout
9076
9077 \end_inset
9078 </cell>
9079 <cell alignment="center" valignment="top" usebox="none">
9080 \begin_inset Text
9081
9082 \begin_layout Plain Layout
9083 \begin_inset Formula $\overbrace{A+B}^{3}$
9084 \end_inset
9085
9086
9087 \end_layout
9088
9089 \end_inset
9090 </cell>
9091 </row>
9092 <row topspace="2mm">
9093 <cell alignment="center" valignment="top" usebox="none">
9094 \begin_inset Text
9095
9096 \begin_layout Plain Layout
9097
9098 \backslash
9099 underbrace
9100 \begin_inset space \textvisiblespace{}
9101 \end_inset
9102
9103 A+B
9104 \begin_inset space \textvisiblespace{}
9105 \end_inset
9106
9107 _5
9108 \begin_inset Index idx
9109 range none
9110 pageformat default
9111 status collapsed
9112
9113 \begin_layout Plain Layout
9114 こまんと@コマンド!U!
9115 \backslash
9116 underbrace
9117 \end_layout
9118
9119 \end_inset
9120
9121
9122 \end_layout
9123
9124 \end_inset
9125 </cell>
9126 <cell alignment="center" valignment="top" usebox="none">
9127 \begin_inset Text
9128
9129 \begin_layout Plain Layout
9130 \begin_inset Formula $\underbrace{A+B}_{5}$
9131 \end_inset
9132
9133
9134 \end_layout
9135
9136 \end_inset
9137 </cell>
9138 </row>
9139 <row>
9140 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9141 \begin_inset Text
9142
9143 \begin_layout Plain Layout
9144
9145 \backslash
9146 overbrace
9147 \begin_inset space \textvisiblespace{}
9148 \end_inset
9149
9150
9151 \backslash
9152 underbrace
9153 \begin_inset space \textvisiblespace{}
9154 \end_inset
9155
9156 A+B_w
9157 \begin_inset space \textvisiblespace{}
9158 \end_inset
9159
9160
9161 \begin_inset space \textvisiblespace{}
9162 \end_inset
9163
9164 _7
9165 \begin_inset space \textvisiblespace{}
9166 \end_inset
9167
9168
9169 \begin_inset space \textvisiblespace{}
9170 \end_inset
9171
9172 ^
9173 \begin_inset space \textvisiblespace{}
9174 \end_inset
9175
9176 C
9177 \end_layout
9178
9179 \end_inset
9180 </cell>
9181 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9182 \begin_inset Text
9183
9184 \begin_layout Plain Layout
9185 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
9186 \end_inset
9187
9188
9189 \end_layout
9190
9191 \end_inset
9192 </cell>
9193 </row>
9194 </lyxtabular>
9195
9196 \end_inset
9197
9198
9199 \end_layout
9200
9201 \begin_layout Standard
9202 最後の例では,
9203
9204 \series bold
9205
9206 \backslash
9207 overbrace
9208 \series default
9209 が先に挿入されようが
9210 \series bold
9211
9212 \backslash
9213 underbrace
9214 \series default
9215 が先に挿入されようが代わりはありません.
9216 \end_layout
9217
9218 \begin_layout Standard
9219 \begin_inset VSpace medskip
9220 \end_inset
9221
9222
9223 \end_layout
9224
9225 \begin_layout Standard
9226 文書設定の
9227 \family sans
9228 数式オプション
9229 \family default
9230 で,
9231
9232 \series bold
9233 mathtools
9234 \series default
9235
9236 \begin_inset Index idx
9237 range none
9238 pageformat default
9239 status collapsed
9240
9241 \begin_layout Plain Layout
9242 \begin_inset IndexMacro sortkey
9243 status open
9244
9245 \begin_layout Plain Layout
9246 はつけし
9247 \end_layout
9248
9249 \end_inset
9250
9251 パッケージ
9252 \begin_inset IndexMacro subentry
9253 status open
9254
9255 \begin_layout Plain Layout
9256 mathtools
9257 \end_layout
9258
9259 \end_inset
9260
9261
9262 \end_layout
9263
9264 \end_inset
9265
9266 パッケージに
9267 \family sans
9268 常に読み込み
9269 \family default
9270 オプションを設定すると,
9271 以下のような角括弧が利用可能になります.
9272 \end_layout
9273
9274 \begin_layout Standard
9275 \align center
9276 \begin_inset Tabular
9277 <lyxtabular version="3" rows="4" columns="2">
9278 <features booktabs="true" tabularvalignment="middle">
9279 <column alignment="center" valignment="top" width="0pt">
9280 <column alignment="center" valignment="top" width="0pt">
9281 <row>
9282 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9283 \begin_inset Text
9284
9285 \begin_layout Plain Layout
9286 コマンド
9287 \end_layout
9288
9289 \end_inset
9290 </cell>
9291 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9292 \begin_inset Text
9293
9294 \begin_layout Plain Layout
9295 出力
9296 \end_layout
9297
9298 \end_inset
9299 </cell>
9300 </row>
9301 <row>
9302 <cell alignment="center" valignment="top" usebox="none">
9303 \begin_inset Text
9304
9305 \begin_layout Plain Layout
9306
9307 \backslash
9308 overbracket{A+B
9309 \begin_inset space \textvisiblespace{}
9310 \end_inset
9311
9312 ^3
9313 \begin_inset Index idx
9314 range none
9315 pageformat default
9316 status collapsed
9317
9318 \begin_layout Plain Layout
9319 \begin_inset IndexMacro sortkey
9320 status open
9321
9322 \begin_layout Plain Layout
9323 こまんと
9324 \end_layout
9325
9326 \end_inset
9327
9328 コマンド
9329 \begin_inset IndexMacro subentry
9330 status open
9331
9332 \begin_layout Plain Layout
9333 O
9334 \end_layout
9335
9336 \end_inset
9337
9338
9339 \begin_inset IndexMacro subentry
9340 status open
9341
9342 \begin_layout Plain Layout
9343
9344 \backslash
9345 overbracket
9346 \end_layout
9347
9348 \end_inset
9349
9350
9351 \end_layout
9352
9353 \end_inset
9354
9355
9356 \end_layout
9357
9358 \end_inset
9359 </cell>
9360 <cell alignment="center" valignment="top" usebox="none">
9361 \begin_inset Text
9362
9363 \begin_layout Plain Layout
9364 \begin_inset Formula $\overbracket{A+B}^{3}$
9365 \end_inset
9366
9367
9368 \end_layout
9369
9370 \end_inset
9371 </cell>
9372 </row>
9373 <row topspace="2mm">
9374 <cell alignment="center" valignment="top" usebox="none">
9375 \begin_inset Text
9376
9377 \begin_layout Plain Layout
9378
9379 \backslash
9380 underbracket{A+B
9381 \begin_inset space \textvisiblespace{}
9382 \end_inset
9383
9384 _5
9385 \begin_inset Index idx
9386 range none
9387 pageformat default
9388 status collapsed
9389
9390 \begin_layout Plain Layout
9391 \begin_inset IndexMacro sortkey
9392 status open
9393
9394 \begin_layout Plain Layout
9395 こまんと
9396 \end_layout
9397
9398 \end_inset
9399
9400 コマンド
9401 \begin_inset IndexMacro subentry
9402 status open
9403
9404 \begin_layout Plain Layout
9405 U
9406 \end_layout
9407
9408 \end_inset
9409
9410
9411 \size normal
9412
9413 \begin_inset IndexMacro subentry
9414 status open
9415
9416 \begin_layout Plain Layout
9417
9418 \backslash
9419 under
9420 \size normal
9421 bracket
9422 \end_layout
9423
9424 \end_inset
9425
9426
9427 \end_layout
9428
9429 \end_inset
9430
9431
9432 \end_layout
9433
9434 \end_inset
9435 </cell>
9436 <cell alignment="center" valignment="top" usebox="none">
9437 \begin_inset Text
9438
9439 \begin_layout Plain Layout
9440 \begin_inset Formula $\underbracket{A+B}_{5}$
9441 \end_inset
9442
9443
9444 \end_layout
9445
9446 \end_inset
9447 </cell>
9448 </row>
9449 <row>
9450 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9451 \begin_inset Text
9452
9453 \begin_layout Plain Layout
9454
9455 \backslash
9456 overbracket{
9457 \backslash
9458 underbracket{A+B_w
9459 \begin_inset space \textvisiblespace{}
9460 \end_inset
9461
9462
9463 \begin_inset space \textvisiblespace{}
9464 \end_inset
9465
9466 _7
9467 \begin_inset space \textvisiblespace{}
9468 \end_inset
9469
9470
9471 \begin_inset space \textvisiblespace{}
9472 \end_inset
9473
9474 ^
9475 \begin_inset space \textvisiblespace{}
9476 \end_inset
9477
9478 C
9479 \end_layout
9480
9481 \end_inset
9482 </cell>
9483 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9484 \begin_inset Text
9485
9486 \begin_layout Plain Layout
9487 \begin_inset Formula $\overbracket{\underbracket{A+B_{w}}_{7}}^{C}$
9488 \end_inset
9489
9490
9491 \end_layout
9492
9493 \end_inset
9494 </cell>
9495 </row>
9496 </lyxtabular>
9497
9498 \end_inset
9499
9500
9501 \end_layout
9502
9503 \begin_layout Standard
9504
9505 \series bold
9506
9507 \backslash
9508 overbracket
9509 \series default
9510
9511 \series bold
9512
9513 \backslash
9514 underbracket
9515 \series default
9516 に関しては,
9517 コマンドに続く角括弧中に,
9518 希望する厚みを指定すれば,
9519 以下のように,
9520 角括弧の筆跡の厚みに変更を加えることができます.
9521 \end_layout
9522
9523 \begin_layout Standard
9524 \align center
9525 \begin_inset Tabular
9526 <lyxtabular version="3" rows="3" columns="2">
9527 <features booktabs="true" tabularvalignment="middle">
9528 <column alignment="center" valignment="top" width="0pt">
9529 <column alignment="center" valignment="top" width="0pt">
9530 <row>
9531 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9532 \begin_inset Text
9533
9534 \begin_layout Plain Layout
9535 コマンド
9536 \end_layout
9537
9538 \end_inset
9539 </cell>
9540 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9541 \begin_inset Text
9542
9543 \begin_layout Plain Layout
9544 出力
9545 \end_layout
9546
9547 \end_inset
9548 </cell>
9549 </row>
9550 <row>
9551 <cell alignment="center" valignment="top" usebox="none">
9552 \begin_inset Text
9553
9554 \begin_layout Plain Layout
9555
9556 \backslash
9557 overbracket[3pt]
9558 \backslash
9559 {A+B
9560 \begin_inset space \textvisiblespace{}
9561 \end_inset
9562
9563 ^3
9564 \end_layout
9565
9566 \end_inset
9567 </cell>
9568 <cell alignment="center" valignment="top" usebox="none">
9569 \begin_inset Text
9570
9571 \begin_layout Plain Layout
9572 \begin_inset Formula $\overbracket[3pt]{A+B}^{3}$
9573 \end_inset
9574
9575
9576 \end_layout
9577
9578 \end_inset
9579 </cell>
9580 </row>
9581 <row topspace="2mm">
9582 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9583 \begin_inset Text
9584
9585 \begin_layout Plain Layout
9586
9587 \backslash
9588 underbracket[1pt]
9589 \backslash
9590 {A+B
9591 \begin_inset space \textvisiblespace{}
9592 \end_inset
9593
9594 _5
9595 \end_layout
9596
9597 \end_inset
9598 </cell>
9599 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
9600 \begin_inset Text
9601
9602 \begin_layout Plain Layout
9603 \begin_inset Formula $\underbracket[1pt]{A+B}_{5}$
9604 \end_inset
9605
9606
9607 \end_layout
9608
9609 \end_inset
9610 </cell>
9611 </row>
9612 </lyxtabular>
9613
9614 \end_inset
9615
9616
9617 \end_layout
9618
9619 \begin_layout Standard
9620 \begin_inset VSpace bigskip
9621 \end_inset
9622
9623 括弧をお互いに重ねる必要がある場合には,
9624
9625 \begin_inset CommandInset ref
9626 LatexCommand ref
9627 reference "sec:多行数式"
9628 nolink "false"
9629
9630 \end_inset
9631
9632 節に説明されているように,
9633 次のような多行数式を使わなくてはなりません.
9634 \begin_inset Formula 
9635 \begin{eqnarray*}
9636 A & = & \underbrace{gggg+bbqq}_{r}+\:dddd\\
9637  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
9638 \end{eqnarray*}
9639
9640 \end_inset
9641
9642 一行目には,
9643 数式が一つめの括弧とともに挿入されています.ここで,
9644 空白コマンド
9645 \begin_inset Foot
9646 status collapsed
9647
9648 \begin_layout Plain Layout
9649 空白コマンドは第
9650 \begin_inset CommandInset ref
9651 LatexCommand ref
9652 reference "subsec:定義済みの空白"
9653 nolink "false"
9654
9655 \end_inset
9656
9657 章に説明があります.
9658 \end_layout
9659
9660 \end_inset
9661
9662
9663 \series bold
9664
9665 \backslash
9666 :
9667 \series default
9668 を最初の
9669 \begin_inset Formula $d$
9670 \end_inset
9671
9672 の前に挿入しておくことが重要です.さもないと,
9673
9674 \begin_inset Formula $q$
9675 \end_inset
9676
9677 の後ろで終わる括弧のせいで,
9678 直後の「+」の周りに正しく空白が入ることが妨げられてしまう
9679 \begin_inset Foot
9680 status collapsed
9681
9682 \begin_layout Plain Layout
9683 これは,
9684 括弧が文字として取り扱われないためです.第
9685 \begin_inset CommandInset ref
9686 LatexCommand ref
9687 reference "subsec:二項演算子"
9688 nolink "false"
9689
9690 \end_inset
9691
9692 章参照.
9693 \end_layout
9694
9695 \end_inset
9696
9697 ためです.二行目には,
9698 二つめの括弧が挿入されています.
9699 \begin_inset Formula $b$
9700 \end_inset
9701
9702 の直前から始まるようにするために,
9703 まず
9704 \series bold
9705
9706 \backslash
9707 hphantom{gggg+
9708 \backslash
9709 :}
9710 \series default
9711 というコマンド
9712 \begin_inset Foot
9713 status collapsed
9714
9715 \begin_layout Plain Layout
9716
9717 \series bold
9718
9719 \backslash
9720 hphantom
9721 \series default
9722 に関する詳細は,
9723
9724 \begin_inset CommandInset ref
9725 LatexCommand ref
9726 reference "subsec:埋め草"
9727 nolink "false"
9728
9729 \end_inset
9730
9731 章を参照してください.
9732 \end_layout
9733
9734 \end_inset
9735
9736 が挿入されています.この数式中の「+」も空白で囲まれるようにするために,
9737 この空白コマンドが必要になっています.二つめの括弧は
9738 \series bold
9739
9740
9741 \backslash
9742 hphantom{bbqq+dddd}
9743 \series default
9744 コマンドの下に置きます.
9745 \end_layout
9746
9747 \begin_layout Standard
9748 以下の例のように,
9749 括弧が反対側に重なる場合には,
9750 もっと複雑になります.
9751 \begin_inset ERT
9752 status collapsed
9753
9754 \begin_layout Plain Layout
9755
9756
9757 \backslash
9758 setlength{
9759 \backslash
9760 jot}{-6pt}
9761 \end_layout
9762
9763 \end_inset
9764
9765
9766 \begin_inset Formula 
9767 \begin{eqnarray*}
9768  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
9769 A & = & \underbrace{gggg+bbqq}_{r}+\:dddd
9770 \end{eqnarray*}
9771
9772 \end_inset
9773
9774
9775 \begin_inset ERT
9776 status collapsed
9777
9778 \begin_layout Plain Layout
9779
9780
9781 \backslash
9782 setlength{
9783 \backslash
9784 jot}{3pt}
9785 \end_layout
9786
9787 \end_inset
9788
9789 最初の数式行は,
9790 括弧が上に来ていること以外は,
9791 先の例の第二行と同じです.二行目には,
9792 二つめの括弧と一緒に数式が入っています.一行目の括弧と数式のあいだに余白が入ることを防ぐために,
9793 行間を減らさなくてはならないのですが,
9794 これは\SpecialChar LyX
9795 のバグ
9796 \begin_inset Foot
9797 status collapsed
9798
9799 \begin_layout Plain Layout
9800 \begin_inset CommandInset href
9801 LatexCommand href
9802 name "LyX-bug #1505"
9803 target "https://www.lyx.org/trac/ticket/1505"
9804 literal "false"
9805
9806 \end_inset
9807
9808
9809 \end_layout
9810
9811 \end_inset
9812
9813 のせいで簡単にはできません.この問題を回避するためには,
9814 数式直前に\SpecialChar TeX
9815 モードで
9816 \series bold
9817 setlength{
9818 \backslash
9819 jot}{-6pt}
9820 \series default
9821 というコマンドを入れて,
9822 大域的な数式行間
9823 \series bold
9824
9825 \backslash
9826 jot
9827 \series default
9828
9829 \begin_inset Index idx
9830 range none
9831 pageformat default
9832 status collapsed
9833
9834 \begin_layout Plain Layout
9835 \begin_inset IndexMacro sortkey
9836 status open
9837
9838 \begin_layout Plain Layout
9839 こまんと
9840 \end_layout
9841
9842 \end_inset
9843
9844 コマンド
9845 \begin_inset IndexMacro subentry
9846 status open
9847
9848 \begin_layout Plain Layout
9849 J
9850 \end_layout
9851
9852 \end_inset
9853
9854
9855 \begin_inset IndexMacro subentry
9856 status open
9857
9858 \begin_layout Plain Layout
9859
9860 \backslash
9861 jot
9862 \end_layout
9863
9864 \end_inset
9865
9866
9867 \end_layout
9868
9869 \end_inset
9870
9871 を-6
9872 \begin_inset space \thinspace{}
9873 \end_inset
9874
9875 ptに変更しなくてはなりません.
9876 \series bold
9877
9878 \backslash
9879 jot
9880 \series default
9881 は,
9882 数式直後に同様のコマンドを使って標準値の3
9883 \begin_inset space \thinspace{}
9884 \end_inset
9885
9886 ptに戻します.数式中の行間について,
9887 詳しくは第
9888 \begin_inset CommandInset ref
9889 LatexCommand ref
9890 reference "subsec:行間"
9891 nolink "false"
9892
9893 \end_inset
9894
9895 章に説明があります.
9896 \end_layout
9897
9898 \begin_layout Section
9899 矢印
9900 \begin_inset Index idx
9901 range none
9902 pageformat default
9903 status collapsed
9904
9905 \begin_layout Plain Layout
9906 \begin_inset IndexMacro sortkey
9907 status open
9908
9909 \begin_layout Plain Layout
9910 やしるし
9911 \end_layout
9912
9913 \end_inset
9914
9915 矢印
9916 \end_layout
9917
9918 \end_inset
9919
9920
9921 \end_layout
9922
9923 \begin_layout Standard
9924 矢印は,
9925 数式ツールバーボタンの
9926 \begin_inset Info
9927 type  "icon"
9928 arg   "math-insert \\leftarrow"
9929 \end_inset
9930
9931 か,
9932 以下の各小節に列挙してあるコマンドで挿入することができます.
9933 \end_layout
9934
9935 \begin_layout Subsection
9936 水平矢印
9937 \begin_inset Index idx
9938 range none
9939 pageformat default
9940 status collapsed
9941
9942 \begin_layout Plain Layout
9943 \begin_inset IndexMacro sortkey
9944 status open
9945
9946 \begin_layout Plain Layout
9947 やしるし
9948 \end_layout
9949
9950 \end_inset
9951
9952 矢印
9953 \begin_inset IndexMacro subentry
9954 status open
9955
9956 \begin_layout Plain Layout
9957 \begin_inset IndexMacro sortkey
9958 status open
9959
9960 \begin_layout Plain Layout
9961 すいへい
9962 \end_layout
9963
9964 \end_inset
9965
9966 水平
9967 \end_layout
9968
9969 \end_inset
9970
9971
9972 \end_layout
9973
9974 \end_inset
9975
9976
9977 \end_layout
9978
9979 \begin_layout Standard
9980 \begin_inset space \hfill{}
9981 \end_inset
9982
9983
9984 \begin_inset Tabular
9985 <lyxtabular version="3" rows="8" columns="2">
9986 <features booktabs="true" tabularvalignment="middle">
9987 <column alignment="center" valignment="top" width="0pt">
9988 <column alignment="center" valignment="top" width="0pt">
9989 <row>
9990 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
9991 \begin_inset Text
9992
9993 \begin_layout Plain Layout
9994 コマンド
9995 \end_layout
9996
9997 \end_inset
9998 </cell>
9999 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10000 \begin_inset Text
10001
10002 \begin_layout Plain Layout
10003 出力
10004 \end_layout
10005
10006 \end_inset
10007 </cell>
10008 </row>
10009 <row>
10010 <cell alignment="center" valignment="top" usebox="none">
10011 \begin_inset Text
10012
10013 \begin_layout Plain Layout
10014
10015 \backslash
10016 gets
10017 \end_layout
10018
10019 \end_inset
10020 </cell>
10021 <cell alignment="center" valignment="top" usebox="none">
10022 \begin_inset Text
10023
10024 \begin_layout Plain Layout
10025 \begin_inset Formula $\gets$
10026 \end_inset
10027
10028
10029 \end_layout
10030
10031 \end_inset
10032 </cell>
10033 </row>
10034 <row>
10035 <cell alignment="center" valignment="top" usebox="none">
10036 \begin_inset Text
10037
10038 \begin_layout Plain Layout
10039
10040 \backslash
10041 Leftarrow
10042 \end_layout
10043
10044 \end_inset
10045 </cell>
10046 <cell alignment="center" valignment="top" usebox="none">
10047 \begin_inset Text
10048
10049 \begin_layout Plain Layout
10050 \begin_inset Formula $\Leftarrow$
10051 \end_inset
10052
10053
10054 \end_layout
10055
10056 \end_inset
10057 </cell>
10058 </row>
10059 <row>
10060 <cell alignment="center" valignment="top" usebox="none">
10061 \begin_inset Text
10062
10063 \begin_layout Plain Layout
10064
10065 \backslash
10066 longleftarrow
10067 \end_layout
10068
10069 \end_inset
10070 </cell>
10071 <cell alignment="center" valignment="top" usebox="none">
10072 \begin_inset Text
10073
10074 \begin_layout Plain Layout
10075 \begin_inset Formula $\longleftarrow$
10076 \end_inset
10077
10078
10079 \end_layout
10080
10081 \end_inset
10082 </cell>
10083 </row>
10084 <row>
10085 <cell alignment="center" valignment="top" usebox="none">
10086 \begin_inset Text
10087
10088 \begin_layout Plain Layout
10089
10090 \backslash
10091 Longleftarrow
10092 \end_layout
10093
10094 \end_inset
10095 </cell>
10096 <cell alignment="center" valignment="top" usebox="none">
10097 \begin_inset Text
10098
10099 \begin_layout Plain Layout
10100 \begin_inset Formula $\Longleftarrow$
10101 \end_inset
10102
10103
10104 \end_layout
10105
10106 \end_inset
10107 </cell>
10108 </row>
10109 <row>
10110 <cell alignment="center" valignment="top" usebox="none">
10111 \begin_inset Text
10112
10113 \begin_layout Plain Layout
10114
10115 \backslash
10116 leftharpoonup
10117 \end_layout
10118
10119 \end_inset
10120 </cell>
10121 <cell alignment="center" valignment="top" usebox="none">
10122 \begin_inset Text
10123
10124 \begin_layout Plain Layout
10125 \begin_inset Formula $\leftharpoonup$
10126 \end_inset
10127
10128
10129 \end_layout
10130
10131 \end_inset
10132 </cell>
10133 </row>
10134 <row>
10135 <cell alignment="center" valignment="top" usebox="none">
10136 \begin_inset Text
10137
10138 \begin_layout Plain Layout
10139
10140 \backslash
10141 leftharpoondown
10142 \end_layout
10143
10144 \end_inset
10145 </cell>
10146 <cell alignment="center" valignment="top" usebox="none">
10147 \begin_inset Text
10148
10149 \begin_layout Plain Layout
10150 \begin_inset Formula $\leftharpoondown$
10151 \end_inset
10152
10153
10154 \end_layout
10155
10156 \end_inset
10157 </cell>
10158 </row>
10159 <row>
10160 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10161 \begin_inset Text
10162
10163 \begin_layout Plain Layout
10164
10165 \backslash
10166 hookleftarrow
10167 \end_layout
10168
10169 \end_inset
10170 </cell>
10171 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10172 \begin_inset Text
10173
10174 \begin_layout Plain Layout
10175 \begin_inset Formula $\hookleftarrow$
10176 \end_inset
10177
10178
10179 \end_layout
10180
10181 \end_inset
10182 </cell>
10183 </row>
10184 </lyxtabular>
10185
10186 \end_inset
10187
10188
10189 \begin_inset space \hfill{}
10190 \end_inset
10191
10192
10193 \begin_inset Tabular
10194 <lyxtabular version="3" rows="8" columns="2">
10195 <features booktabs="true" tabularvalignment="middle">
10196 <column alignment="center" valignment="top" width="0pt">
10197 <column alignment="center" valignment="top" width="0pt">
10198 <row>
10199 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10200 \begin_inset Text
10201
10202 \begin_layout Plain Layout
10203 コマンド
10204 \end_layout
10205
10206 \end_inset
10207 </cell>
10208 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10209 \begin_inset Text
10210
10211 \begin_layout Plain Layout
10212 出力
10213 \end_layout
10214
10215 \end_inset
10216 </cell>
10217 </row>
10218 <row>
10219 <cell alignment="center" valignment="top" usebox="none">
10220 \begin_inset Text
10221
10222 \begin_layout Plain Layout
10223
10224 \backslash
10225 to
10226 \end_layout
10227
10228 \end_inset
10229 </cell>
10230 <cell alignment="center" valignment="top" usebox="none">
10231 \begin_inset Text
10232
10233 \begin_layout Plain Layout
10234 \begin_inset Formula $\to$
10235 \end_inset
10236
10237
10238 \end_layout
10239
10240 \end_inset
10241 </cell>
10242 </row>
10243 <row>
10244 <cell alignment="center" valignment="top" usebox="none">
10245 \begin_inset Text
10246
10247 \begin_layout Plain Layout
10248
10249 \backslash
10250 Rightarrow
10251 \end_layout
10252
10253 \end_inset
10254 </cell>
10255 <cell alignment="center" valignment="top" usebox="none">
10256 \begin_inset Text
10257
10258 \begin_layout Plain Layout
10259 \begin_inset Formula $\Rightarrow$
10260 \end_inset
10261
10262
10263 \end_layout
10264
10265 \end_inset
10266 </cell>
10267 </row>
10268 <row>
10269 <cell alignment="center" valignment="top" usebox="none">
10270 \begin_inset Text
10271
10272 \begin_layout Plain Layout
10273
10274 \backslash
10275 longrightarrow
10276 \end_layout
10277
10278 \end_inset
10279 </cell>
10280 <cell alignment="center" valignment="top" usebox="none">
10281 \begin_inset Text
10282
10283 \begin_layout Plain Layout
10284 \begin_inset Formula $\longrightarrow$
10285 \end_inset
10286
10287
10288 \end_layout
10289
10290 \end_inset
10291 </cell>
10292 </row>
10293 <row>
10294 <cell alignment="center" valignment="top" usebox="none">
10295 \begin_inset Text
10296
10297 \begin_layout Plain Layout
10298
10299 \backslash
10300 Longrightarrow
10301 \end_layout
10302
10303 \end_inset
10304 </cell>
10305 <cell alignment="center" valignment="top" usebox="none">
10306 \begin_inset Text
10307
10308 \begin_layout Plain Layout
10309 \begin_inset Formula $\Longrightarrow$
10310 \end_inset
10311
10312
10313 \end_layout
10314
10315 \end_inset
10316 </cell>
10317 </row>
10318 <row>
10319 <cell alignment="center" valignment="top" usebox="none">
10320 \begin_inset Text
10321
10322 \begin_layout Plain Layout
10323
10324 \backslash
10325 rightharpoonup
10326 \end_layout
10327
10328 \end_inset
10329 </cell>
10330 <cell alignment="center" valignment="top" usebox="none">
10331 \begin_inset Text
10332
10333 \begin_layout Plain Layout
10334 \begin_inset Formula $\rightharpoonup$
10335 \end_inset
10336
10337
10338 \end_layout
10339
10340 \end_inset
10341 </cell>
10342 </row>
10343 <row>
10344 <cell alignment="center" valignment="top" usebox="none">
10345 \begin_inset Text
10346
10347 \begin_layout Plain Layout
10348
10349 \backslash
10350 rightharpoondown
10351 \end_layout
10352
10353 \end_inset
10354 </cell>
10355 <cell alignment="center" valignment="top" usebox="none">
10356 \begin_inset Text
10357
10358 \begin_layout Plain Layout
10359 \begin_inset Formula $\rightharpoondown$
10360 \end_inset
10361
10362
10363 \end_layout
10364
10365 \end_inset
10366 </cell>
10367 </row>
10368 <row>
10369 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10370 \begin_inset Text
10371
10372 \begin_layout Plain Layout
10373
10374 \backslash
10375 hookrightarrow
10376 \end_layout
10377
10378 \end_inset
10379 </cell>
10380 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10381 \begin_inset Text
10382
10383 \begin_layout Plain Layout
10384 \begin_inset Formula $\hookrightarrow$
10385 \end_inset
10386
10387
10388 \end_layout
10389
10390 \end_inset
10391 </cell>
10392 </row>
10393 </lyxtabular>
10394
10395 \end_inset
10396
10397
10398 \begin_inset space \hfill{}
10399 \end_inset
10400
10401
10402 \end_layout
10403
10404 \begin_layout Standard
10405 \begin_inset space \hfill{}
10406 \end_inset
10407
10408
10409 \begin_inset Tabular
10410 <lyxtabular version="3" rows="6" columns="2">
10411 <features booktabs="true" tabularvalignment="middle">
10412 <column alignment="center" valignment="top" width="0pt">
10413 <column alignment="center" valignment="top" width="0pt">
10414 <row>
10415 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10416 \begin_inset Text
10417
10418 \begin_layout Plain Layout
10419 コマンド
10420 \end_layout
10421
10422 \end_inset
10423 </cell>
10424 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10425 \begin_inset Text
10426
10427 \begin_layout Plain Layout
10428 出力
10429 \end_layout
10430
10431 \end_inset
10432 </cell>
10433 </row>
10434 <row>
10435 <cell alignment="center" valignment="top" usebox="none">
10436 \begin_inset Text
10437
10438 \begin_layout Plain Layout
10439
10440 \backslash
10441 leftrightarrow
10442 \end_layout
10443
10444 \end_inset
10445 </cell>
10446 <cell alignment="center" valignment="top" usebox="none">
10447 \begin_inset Text
10448
10449 \begin_layout Plain Layout
10450 \begin_inset Formula $\leftrightarrow$
10451 \end_inset
10452
10453
10454 \end_layout
10455
10456 \end_inset
10457 </cell>
10458 </row>
10459 <row>
10460 <cell alignment="center" valignment="top" usebox="none">
10461 \begin_inset Text
10462
10463 \begin_layout Plain Layout
10464
10465 \backslash
10466 Leftrightarrow
10467 \end_layout
10468
10469 \end_inset
10470 </cell>
10471 <cell alignment="center" valignment="top" usebox="none">
10472 \begin_inset Text
10473
10474 \begin_layout Plain Layout
10475 \begin_inset Formula $\Leftrightarrow$
10476 \end_inset
10477
10478
10479 \end_layout
10480
10481 \end_inset
10482 </cell>
10483 </row>
10484 <row>
10485 <cell alignment="center" valignment="top" usebox="none">
10486 \begin_inset Text
10487
10488 \begin_layout Plain Layout
10489
10490 \backslash
10491 longleftrightarrow
10492 \end_layout
10493
10494 \end_inset
10495 </cell>
10496 <cell alignment="center" valignment="top" usebox="none">
10497 \begin_inset Text
10498
10499 \begin_layout Plain Layout
10500 \begin_inset Formula $\longleftrightarrow$
10501 \end_inset
10502
10503
10504 \end_layout
10505
10506 \end_inset
10507 </cell>
10508 </row>
10509 <row>
10510 <cell alignment="center" valignment="top" usebox="none">
10511 \begin_inset Text
10512
10513 \begin_layout Plain Layout
10514
10515 \backslash
10516 Longleftrightarrow
10517 \end_layout
10518
10519 \end_inset
10520 </cell>
10521 <cell alignment="center" valignment="top" usebox="none">
10522 \begin_inset Text
10523
10524 \begin_layout Plain Layout
10525 \begin_inset Formula $\Longleftrightarrow$
10526 \end_inset
10527
10528
10529 \end_layout
10530
10531 \end_inset
10532 </cell>
10533 </row>
10534 <row>
10535 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10536 \begin_inset Text
10537
10538 \begin_layout Plain Layout
10539
10540 \backslash
10541 rightleftharpoons
10542 \end_layout
10543
10544 \end_inset
10545 </cell>
10546 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10547 \begin_inset Text
10548
10549 \begin_layout Plain Layout
10550 \begin_inset Formula $\rightleftharpoons$
10551 \end_inset
10552
10553
10554 \end_layout
10555
10556 \end_inset
10557 </cell>
10558 </row>
10559 </lyxtabular>
10560
10561 \end_inset
10562
10563
10564 \begin_inset space \hspace{}
10565 \length 25pt
10566 \end_inset
10567
10568
10569 \begin_inset space \hfill{}
10570 \end_inset
10571
10572
10573 \begin_inset Tabular
10574 <lyxtabular version="3" rows="5" columns="2">
10575 <features booktabs="true" tabularvalignment="middle">
10576 <column alignment="center" valignment="top" width="0pt">
10577 <column alignment="center" valignment="top" width="0pt">
10578 <row>
10579 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10580 \begin_inset Text
10581
10582 \begin_layout Plain Layout
10583 コマンド
10584 \end_layout
10585
10586 \end_inset
10587 </cell>
10588 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10589 \begin_inset Text
10590
10591 \begin_layout Plain Layout
10592 出力
10593 \end_layout
10594
10595 \end_inset
10596 </cell>
10597 </row>
10598 <row>
10599 <cell alignment="center" valignment="top" usebox="none">
10600 \begin_inset Text
10601
10602 \begin_layout Plain Layout
10603
10604 \backslash
10605 mapsto
10606 \end_layout
10607
10608 \end_inset
10609 </cell>
10610 <cell alignment="center" valignment="top" usebox="none">
10611 \begin_inset Text
10612
10613 \begin_layout Plain Layout
10614 \begin_inset Formula $\mapsto$
10615 \end_inset
10616
10617
10618 \end_layout
10619
10620 \end_inset
10621 </cell>
10622 </row>
10623 <row>
10624 <cell alignment="center" valignment="top" usebox="none">
10625 \begin_inset Text
10626
10627 \begin_layout Plain Layout
10628
10629 \backslash
10630 longmapsto
10631 \end_layout
10632
10633 \end_inset
10634 </cell>
10635 <cell alignment="center" valignment="top" usebox="none">
10636 \begin_inset Text
10637
10638 \begin_layout Plain Layout
10639 \begin_inset Formula $\longmapsto$
10640 \end_inset
10641
10642
10643 \end_layout
10644
10645 \end_inset
10646 </cell>
10647 </row>
10648 <row>
10649 <cell alignment="center" valignment="top" usebox="none">
10650 \begin_inset Text
10651
10652 \begin_layout Plain Layout
10653
10654 \backslash
10655 leadsto
10656 \end_layout
10657
10658 \end_inset
10659 </cell>
10660 <cell alignment="center" valignment="top" usebox="none">
10661 \begin_inset Text
10662
10663 \begin_layout Plain Layout
10664 \begin_inset Formula $\leadsto$
10665 \end_inset
10666
10667
10668 \end_layout
10669
10670 \end_inset
10671 </cell>
10672 </row>
10673 <row>
10674 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10675 \begin_inset Text
10676
10677 \begin_layout Plain Layout
10678
10679 \backslash
10680 dasharrow
10681 \end_layout
10682
10683 \end_inset
10684 </cell>
10685 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10686 \begin_inset Text
10687
10688 \begin_layout Plain Layout
10689 \begin_inset Formula $\dasharrow$
10690 \end_inset
10691
10692
10693 \end_layout
10694
10695 \end_inset
10696 </cell>
10697 </row>
10698 </lyxtabular>
10699
10700 \end_inset
10701
10702
10703 \begin_inset space \hfill{}
10704 \end_inset
10705
10706
10707 \end_layout
10708
10709 \begin_layout Standard
10710 \begin_inset VSpace medskip
10711 \end_inset
10712
10713 たとえばベクトル記号の矢印のようにアクセントとして使用される矢印は,
10714
10715 \begin_inset CommandInset ref
10716 LatexCommand ref
10717 reference "sec:アクセント"
10718 nolink "false"
10719
10720 \end_inset
10721
10722 節に一覧があります.
10723 \end_layout
10724
10725 \begin_layout Standard
10726 \begin_inset VSpace bigskip
10727 \end_inset
10728
10729 さらに,
10730 ラベル付き矢印
10731 \begin_inset Index idx
10732 range none
10733 pageformat default
10734 status collapsed
10735
10736 \begin_layout Plain Layout
10737 \begin_inset IndexMacro sortkey
10738 status open
10739
10740 \begin_layout Plain Layout
10741 やしるし
10742 \end_layout
10743
10744 \end_inset
10745
10746 矢印
10747 \begin_inset IndexMacro subentry
10748 status open
10749
10750 \begin_layout Plain Layout
10751 \begin_inset IndexMacro sortkey
10752 status open
10753
10754 \begin_layout Plain Layout
10755 らへるつき
10756 \end_layout
10757
10758 \end_inset
10759
10760 ラベル付き
10761 \end_layout
10762
10763 \end_inset
10764
10765
10766 \end_layout
10767
10768 \end_inset
10769
10770 として,
10771
10772 \series bold
10773
10774 \backslash
10775 xleftarrow
10776 \series default
10777
10778 \begin_inset Index idx
10779 range none
10780 pageformat default
10781 status collapsed
10782
10783 \begin_layout Plain Layout
10784 \begin_inset IndexMacro sortkey
10785 status open
10786
10787 \begin_layout Plain Layout
10788 こまんと
10789 \end_layout
10790
10791 \end_inset
10792
10793 コマンド
10794 \begin_inset IndexMacro subentry
10795 status open
10796
10797 \begin_layout Plain Layout
10798 X
10799 \end_layout
10800
10801 \end_inset
10802
10803
10804 \begin_inset IndexMacro subentry
10805 status open
10806
10807 \begin_layout Plain Layout
10808
10809 \backslash
10810 xleftarrow
10811 \end_layout
10812
10813 \end_inset
10814
10815
10816 \end_layout
10817
10818 \end_inset
10819
10820
10821 \series bold
10822
10823 \backslash
10824 xrightarrow
10825 \series default
10826
10827 \begin_inset Index idx
10828 range none
10829 pageformat default
10830 status collapsed
10831
10832 \begin_layout Plain Layout
10833 \begin_inset IndexMacro sortkey
10834 status open
10835
10836 \begin_layout Plain Layout
10837 こまんと
10838 \end_layout
10839
10840 \end_inset
10841
10842 コマンド
10843 \begin_inset IndexMacro subentry
10844 status open
10845
10846 \begin_layout Plain Layout
10847 X
10848 \end_layout
10849
10850 \end_inset
10851
10852
10853 \begin_inset IndexMacro subentry
10854 status open
10855
10856 \begin_layout Plain Layout
10857
10858 \backslash
10859 xrightarrow
10860 \end_layout
10861
10862 \end_inset
10863
10864
10865 \end_layout
10866
10867 \end_inset
10868
10869 があります.これらのコマンドを数式に挿入すると,
10870 二つの青枠のついた矢印が現れるので,
10871 そこにラベルを入れることができます.矢印の長さは,
10872 ラベルの幅に応じて調整されます.
10873 \end_layout
10874
10875 \begin_layout Standard
10876 \align center
10877 \begin_inset Tabular
10878 <lyxtabular version="3" rows="3" columns="2">
10879 <features booktabs="true" tabularvalignment="middle">
10880 <column alignment="center" valignment="top" width="0pt">
10881 <column alignment="center" valignment="top" width="0pt">
10882 <row>
10883 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10884 \begin_inset Text
10885
10886 \begin_layout Plain Layout
10887 コマンド
10888 \end_layout
10889
10890 \end_inset
10891 </cell>
10892 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
10893 \begin_inset Text
10894
10895 \begin_layout Plain Layout
10896 出力
10897 \end_layout
10898
10899 \end_inset
10900 </cell>
10901 </row>
10902 <row>
10903 <cell alignment="center" valignment="top" usebox="none">
10904 \begin_inset Text
10905
10906 \begin_layout Plain Layout
10907 F(a)
10908 \backslash
10909 xleftarrow
10910 \begin_inset space \textvisiblespace{}
10911 \end_inset
10912
10913 x=a
10914 \begin_inset Formula $\downarrow$
10915 \end_inset
10916
10917 x>0
10918 \begin_inset Formula $\to$
10919 \end_inset
10920
10921 F(x)
10922 \end_layout
10923
10924 \end_inset
10925 </cell>
10926 <cell alignment="center" valignment="top" usebox="none">
10927 \begin_inset Text
10928
10929 \begin_layout Plain Layout
10930 \begin_inset Formula $F(a)\xleftarrow[x>0]{x=a}F(x)$
10931 \end_inset
10932
10933
10934 \end_layout
10935
10936 \end_inset
10937 </cell>
10938 </row>
10939 <row topspace="2mm">
10940 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10941 \begin_inset Text
10942
10943 \begin_layout Plain Layout
10944 F(x)
10945 \backslash
10946 xrightarrow
10947 \begin_inset space \textvisiblespace{}
10948 \end_inset
10949
10950 x=a
10951 \begin_inset Formula $\downarrow$
10952 \end_inset
10953
10954 x>0
10955 \begin_inset Formula $\to$
10956 \end_inset
10957
10958 F(a)
10959 \end_layout
10960
10961 \end_inset
10962 </cell>
10963 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
10964 \begin_inset Text
10965
10966 \begin_layout Plain Layout
10967 \begin_inset Formula $F(x)\xrightarrow[x>0]{x=a}F(a)$
10968 \end_inset
10969
10970
10971 \end_layout
10972
10973 \end_inset
10974 </cell>
10975 </row>
10976 </lyxtabular>
10977
10978 \end_inset
10979
10980
10981 \end_layout
10982
10983 \begin_layout Standard
10984 \begin_inset VSpace medskip
10985 \end_inset
10986
10987
10988 \end_layout
10989
10990 \begin_layout Standard
10991 文書設定の
10992 \family sans
10993 \series bold
10994 数式オプション
10995 \family default
10996 \series default
10997 で,
10998
10999 \series bold
11000 mathtools
11001 \series default
11002
11003 \begin_inset Index idx
11004 range none
11005 pageformat default
11006 status collapsed
11007
11008 \begin_layout Plain Layout
11009 \begin_inset IndexMacro sortkey
11010 status open
11011
11012 \begin_layout Plain Layout
11013 はつけし
11014 \end_layout
11015
11016 \end_inset
11017
11018 パッケージ
11019 \begin_inset IndexMacro subentry
11020 status open
11021
11022 \begin_layout Plain Layout
11023 mathtools
11024 \end_layout
11025
11026 \end_inset
11027
11028
11029 \end_layout
11030
11031 \end_inset
11032
11033 パッケージに
11034 \family sans
11035 常に読み込み
11036 \family default
11037 オプションを設定すると,
11038 以下のようなラベル付き矢印が利用可能になります.
11039 \end_layout
11040
11041 \begin_layout Standard
11042 \align center
11043 \begin_inset space \hspace*{\fill}
11044 \end_inset
11045
11046
11047 \begin_inset Tabular
11048 <lyxtabular version="3" rows="7" columns="2">
11049 <features booktabs="true" tabularvalignment="middle">
11050 <column alignment="center" valignment="top" width="0pt">
11051 <column alignment="center" valignment="top" width="0pt">
11052 <row>
11053 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
11054 \begin_inset Text
11055
11056 \begin_layout Plain Layout
11057 コマンド
11058 \end_layout
11059
11060 \end_inset
11061 </cell>
11062 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
11063 \begin_inset Text
11064
11065 \begin_layout Plain Layout
11066 Example
11067 \end_layout
11068
11069 \end_inset
11070 </cell>
11071 </row>
11072 <row>
11073 <cell alignment="center" valignment="top" usebox="none">
11074 \begin_inset Text
11075
11076 \begin_layout Plain Layout
11077
11078 \backslash
11079 xleftrightarrow
11080 \end_layout
11081
11082 \end_inset
11083 </cell>
11084 <cell alignment="center" valignment="top" usebox="none">
11085 \begin_inset Text
11086
11087 \begin_layout Plain Layout
11088 \begin_inset Formula $\xleftrightarrow[x=a]{x>0}$
11089 \end_inset
11090
11091
11092 \end_layout
11093
11094 \end_inset
11095 </cell>
11096 </row>
11097 <row topspace="2mm">
11098 <cell alignment="center" valignment="top" usebox="none">
11099 \begin_inset Text
11100
11101 \begin_layout Plain Layout
11102
11103 \backslash
11104 xLeftarrow
11105 \end_layout
11106
11107 \end_inset
11108 </cell>
11109 <cell alignment="center" valignment="top" usebox="none">
11110 \begin_inset Text
11111
11112 \begin_layout Plain Layout
11113 \begin_inset Formula $\xLeftarrow[x=a]{x>0}$
11114 \end_inset
11115
11116
11117 \end_layout
11118
11119 \end_inset
11120 </cell>
11121 </row>
11122 <row topspace="2mm">
11123 <cell alignment="center" valignment="top" usebox="none">
11124 \begin_inset Text
11125
11126 \begin_layout Plain Layout
11127
11128 \backslash
11129 xRightarrow
11130 \end_layout
11131
11132 \end_inset
11133 </cell>
11134 <cell alignment="center" valignment="top" usebox="none">
11135 \begin_inset Text
11136
11137 \begin_layout Plain Layout
11138 \begin_inset Formula $\xRightarrow[x=a]{x>0}$
11139 \end_inset
11140
11141
11142 \end_layout
11143
11144 \end_inset
11145 </cell>
11146 </row>
11147 <row topspace="2mm">
11148 <cell alignment="center" valignment="top" usebox="none">
11149 \begin_inset Text
11150
11151 \begin_layout Plain Layout
11152
11153 \backslash
11154 xLeftrightarrow
11155 \end_layout
11156
11157 \end_inset
11158 </cell>
11159 <cell alignment="center" valignment="top" usebox="none">
11160 \begin_inset Text
11161
11162 \begin_layout Plain Layout
11163 \begin_inset Formula $\xLeftrightarrow[x=a]{x>0}$
11164 \end_inset
11165
11166
11167 \end_layout
11168
11169 \end_inset
11170 </cell>
11171 </row>
11172 <row topspace="2mm">
11173 <cell alignment="center" valignment="top" usebox="none">
11174 \begin_inset Text
11175
11176 \begin_layout Plain Layout
11177
11178 \backslash
11179 xhookleftarrow
11180 \end_layout
11181
11182 \end_inset
11183 </cell>
11184 <cell alignment="center" valignment="top" usebox="none">
11185 \begin_inset Text
11186
11187 \begin_layout Plain Layout
11188 \begin_inset Formula $\xhookleftarrow[x=a]{x>0}$
11189 \end_inset
11190
11191
11192 \end_layout
11193
11194 \end_inset
11195 </cell>
11196 </row>
11197 <row topspace="2mm">
11198 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
11199 \begin_inset Text
11200
11201 \begin_layout Plain Layout
11202
11203 \backslash
11204 xhookrightarrow
11205 \end_layout
11206
11207 \end_inset
11208 </cell>
11209 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
11210 \begin_inset Text
11211
11212 \begin_layout Plain Layout
11213 \begin_inset Formula $\xhookrightarrow[x=a]{x>0}$
11214 \end_inset
11215
11216
11217 \end_layout
11218
11219 \end_inset
11220 </cell>
11221 </row>
11222 </lyxtabular>
11223
11224 \end_inset
11225
11226
11227 \begin_inset space \hspace*{\fill}
11228 \end_inset
11229
11230
11231 \begin_inset Tabular
11232 <lyxtabular version="3" rows="7" columns="2">
11233 <features booktabs="true" tabularvalignment="middle">
11234 <column alignment="center" valignment="top" width="0pt">
11235 <column alignment="center" valignment="top" width="0pt">
11236 <row>
11237 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
11238 \begin_inset Text
11239
11240 \begin_layout Plain Layout
11241 コマンド
11242 \end_layout
11243
11244 \end_inset
11245 </cell>
11246 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
11247 \begin_inset Text
11248
11249 \begin_layout Plain Layout
11250 Example
11251 \end_layout
11252
11253 \end_inset
11254 </cell>
11255 </row>
11256 <row>
11257 <cell alignment="center" valignment="top" usebox="none">
11258 \begin_inset Text
11259
11260 \begin_layout Plain Layout
11261
11262 \backslash
11263 xleftharpoondown
11264 \end_layout
11265
11266 \end_inset
11267 </cell>
11268 <cell alignment="center" valignment="top" usebox="none">
11269 \begin_inset Text
11270
11271 \begin_layout Plain Layout
11272 \begin_inset Formula $\xleftharpoondown[x=a]{x>0}$
11273 \end_inset
11274
11275
11276 \end_layout
11277
11278 \end_inset
11279 </cell>
11280 </row>
11281 <row topspace="2mm">
11282 <cell alignment="center" valignment="top" usebox="none">
11283 \begin_inset Text
11284
11285 \begin_layout Plain Layout
11286
11287 \backslash
11288 xleftharpoonup
11289 \end_layout
11290
11291 \end_inset
11292 </cell>
11293 <cell alignment="center" valignment="top" usebox="none">
11294 \begin_inset Text
11295
11296 \begin_layout Plain Layout
11297 \begin_inset Formula $\xleftharpoonup[x=a]{x>0}$
11298 \end_inset
11299
11300
11301 \end_layout
11302
11303 \end_inset
11304 </cell>
11305 </row>
11306 <row topspace="2mm">
11307 <cell alignment="center" valignment="top" usebox="none">
11308 \begin_inset Text
11309
11310 \begin_layout Plain Layout
11311
11312 \backslash
11313 xrightharpoondown
11314 \end_layout
11315
11316 \end_inset
11317 </cell>
11318 <cell alignment="center" valignment="top" usebox="none">
11319 \begin_inset Text
11320
11321 \begin_layout Plain Layout
11322 \begin_inset Formula $\xrightharpoondown[x=a]{x>0}$
11323 \end_inset
11324
11325
11326 \end_layout
11327
11328 \end_inset
11329 </cell>
11330 </row>
11331 <row topspace="2mm">
11332 <cell alignment="center" valignment="top" usebox="none">
11333 \begin_inset Text
11334
11335 \begin_layout Plain Layout
11336
11337 \backslash
11338 xrightharpoonup
11339 \end_layout
11340
11341 \end_inset
11342 </cell>
11343 <cell alignment="center" valignment="top" usebox="none">
11344 \begin_inset Text
11345
11346 \begin_layout Plain Layout
11347 \begin_inset Formula $\xrightharpoonup[x=a]{x>0}$
11348 \end_inset
11349
11350
11351 \end_layout
11352
11353 \end_inset
11354 </cell>
11355 </row>
11356 <row topspace="2mm">
11357 <cell alignment="center" valignment="top" usebox="none">
11358 \begin_inset Text
11359
11360 \begin_layout Plain Layout
11361
11362 \backslash
11363 xleftrightharpoons
11364 \end_layout
11365
11366 \end_inset
11367 </cell>
11368 <cell alignment="center" valignment="top" usebox="none">
11369 \begin_inset Text
11370
11371 \begin_layout Plain Layout
11372 \begin_inset Formula $\xleftrightharpoons[x=a]{x>0}$
11373 \end_inset
11374
11375
11376 \end_layout
11377
11378 \end_inset
11379 </cell>
11380 </row>
11381 <row topspace="2mm">
11382 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
11383 \begin_inset Text
11384
11385 \begin_layout Plain Layout
11386
11387 \backslash
11388 xrightleftharpoons
11389 \end_layout
11390
11391 \end_inset
11392 </cell>
11393 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
11394 \begin_inset Text
11395
11396 \begin_layout Plain Layout
11397 \begin_inset Formula $\xrightleftharpoons[x=a]{x>0}$
11398 \end_inset
11399
11400
11401 \end_layout
11402
11403 \end_inset
11404 </cell>
11405 </row>
11406 </lyxtabular>
11407
11408 \end_inset
11409
11410
11411 \begin_inset space \hspace*{\fill}
11412 \end_inset
11413
11414
11415 \end_layout
11416
11417 \begin_layout Standard
11418 これらの矢印は,
11419 すべて以下のようなコマンドスキームを取ります.
11420 \end_layout
11421
11422 \begin_layout Standard
11423 \align center
11424 \begin_inset Tabular
11425 <lyxtabular version="3" rows="2" columns="2">
11426 <features booktabs="true" tabularvalignment="middle">
11427 <column alignment="center" valignment="top" width="0pt">
11428 <column alignment="center" valignment="top" width="0pt">
11429 <row>
11430 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
11431 \begin_inset Text
11432
11433 \begin_layout Plain Layout
11434 コマンド
11435 \end_layout
11436
11437 \end_inset
11438 </cell>
11439 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
11440 \begin_inset Text
11441
11442 \begin_layout Plain Layout
11443 出力
11444 \end_layout
11445
11446 \end_inset
11447 </cell>
11448 </row>
11449 <row bottomspace="0.5mm">
11450 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
11451 \begin_inset Text
11452
11453 \begin_layout Plain Layout
11454 F(a)
11455 \backslash
11456 xleftrightarrow[x=a]
11457 \backslash
11458 {x>0
11459 \begin_inset Formula $\to$
11460 \end_inset
11461
11462 F(x)
11463 \end_layout
11464
11465 \end_inset
11466 </cell>
11467 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
11468 \begin_inset Text
11469
11470 \begin_layout Plain Layout
11471 \begin_inset Formula $F(a)\xleftrightarrow[x=a]{x>0}F(x)$
11472 \end_inset
11473
11474
11475 \end_layout
11476
11477 \end_inset
11478 </cell>
11479 </row>
11480 </lyxtabular>
11481
11482 \end_inset
11483
11484
11485 \end_layout
11486
11487 \begin_layout Subsection
11488 垂直矢印および対角矢印
11489 \begin_inset Index idx
11490 range none
11491 pageformat default
11492 status collapsed
11493
11494 \begin_layout Plain Layout
11495 \begin_inset IndexMacro sortkey
11496 status open
11497
11498 \begin_layout Plain Layout
11499 やしるし
11500 \end_layout
11501
11502 \end_inset
11503
11504 矢印
11505 \begin_inset IndexMacro subentry
11506 status open
11507
11508 \begin_layout Plain Layout
11509 \begin_inset IndexMacro sortkey
11510 status open
11511
11512 \begin_layout Plain Layout
11513 たいかく
11514 \end_layout
11515
11516 \end_inset
11517
11518 対角
11519 \end_layout
11520
11521 \end_inset
11522
11523
11524 \end_layout
11525
11526 \end_inset
11527
11528
11529 \begin_inset Index idx
11530 range none
11531 pageformat default
11532 status collapsed
11533
11534 \begin_layout Plain Layout
11535 \begin_inset IndexMacro sortkey
11536 status open
11537
11538 \begin_layout Plain Layout
11539 やしるし
11540 \end_layout
11541
11542 \end_inset
11543
11544 矢印
11545 \begin_inset IndexMacro subentry
11546 status open
11547
11548 \begin_layout Plain Layout
11549 \begin_inset IndexMacro sortkey
11550 status open
11551
11552 \begin_layout Plain Layout
11553 すいちよく
11554 \end_layout
11555
11556 \end_inset
11557
11558 垂直
11559 \end_layout
11560
11561 \end_inset
11562
11563
11564 \end_layout
11565
11566 \end_inset
11567
11568
11569 \end_layout
11570
11571 \begin_layout Standard
11572 \begin_inset space \hfill{}
11573 \end_inset
11574
11575
11576 \begin_inset Tabular
11577 <lyxtabular version="3" rows="7" columns="2">
11578 <features booktabs="true" tabularvalignment="middle">
11579 <column alignment="center" valignment="top" width="0pt">
11580 <column alignment="center" valignment="top" width="0pt">
11581 <row>
11582 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
11583 \begin_inset Text
11584
11585 \begin_layout Plain Layout
11586 コマンド
11587 \end_layout
11588
11589 \end_inset
11590 </cell>
11591 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
11592 \begin_inset Text
11593
11594 \begin_layout Plain Layout
11595 出力
11596 \end_layout
11597
11598 \end_inset
11599 </cell>
11600 </row>
11601 <row>
11602 <cell alignment="center" valignment="top" usebox="none">
11603 \begin_inset Text
11604
11605 \begin_layout Plain Layout
11606
11607 \backslash
11608 uparrow
11609 \end_layout
11610
11611 \end_inset
11612 </cell>
11613 <cell alignment="center" valignment="top" usebox="none">
11614 \begin_inset Text
11615
11616 \begin_layout Plain Layout
11617 \begin_inset Formula $\uparrow$
11618 \end_inset
11619
11620
11621 \end_layout
11622
11623 \end_inset
11624 </cell>
11625 </row>
11626 <row>
11627 <cell alignment="center" valignment="top" usebox="none">
11628 \begin_inset Text
11629
11630 \begin_layout Plain Layout
11631
11632 \backslash
11633 Uparrow
11634 \end_layout
11635
11636 \end_inset
11637 </cell>
11638 <cell alignment="center" valignment="top" usebox="none">
11639 \begin_inset Text
11640
11641 \begin_layout Plain Layout
11642 \begin_inset Formula $\Uparrow$
11643 \end_inset
11644
11645
11646 \end_layout
11647
11648 \end_inset
11649 </cell>
11650 </row>
11651 <row>
11652 <cell alignment="center" valignment="top" usebox="none">
11653 \begin_inset Text
11654
11655 \begin_layout Plain Layout
11656
11657 \backslash
11658 updownarrow
11659 \end_layout
11660
11661 \end_inset
11662 </cell>
11663 <cell alignment="center" valignment="top" usebox="none">
11664 \begin_inset Text
11665
11666 \begin_layout Plain Layout
11667 \begin_inset Formula $\updownarrow$
11668 \end_inset
11669
11670
11671 \end_layout
11672
11673 \end_inset
11674 </cell>
11675 </row>
11676 <row>
11677 <cell alignment="center" valignment="top" usebox="none">
11678 \begin_inset Text
11679
11680 \begin_layout Plain Layout
11681
11682 \backslash
11683 Updownarrow
11684 \end_layout
11685
11686 \end_inset
11687 </cell>
11688 <cell alignment="center" valignment="top" usebox="none">
11689 \begin_inset Text
11690
11691 \begin_layout Plain Layout
11692 \begin_inset Formula $\Updownarrow$
11693 \end_inset
11694
11695
11696 \end_layout
11697
11698 \end_inset
11699 </cell>
11700 </row>
11701 <row>
11702 <cell alignment="center" valignment="top" usebox="none">
11703 \begin_inset Text
11704
11705 \begin_layout Plain Layout
11706
11707 \backslash
11708 Downarrow
11709 \end_layout
11710
11711 \end_inset
11712 </cell>
11713 <cell alignment="center" valignment="top" usebox="none">
11714 \begin_inset Text
11715
11716 \begin_layout Plain Layout
11717 \begin_inset Formula $\Downarrow$
11718 \end_inset
11719
11720
11721 \end_layout
11722
11723 \end_inset
11724 </cell>
11725 </row>
11726 <row>
11727 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
11728 \begin_inset Text
11729
11730 \begin_layout Plain Layout
11731
11732 \backslash
11733 downarrow
11734 \end_layout
11735
11736 \end_inset
11737 </cell>
11738 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
11739 \begin_inset Text
11740
11741 \begin_layout Plain Layout
11742 \begin_inset Formula $\downarrow$
11743 \end_inset
11744
11745
11746 \end_layout
11747
11748 \end_inset
11749 </cell>
11750 </row>
11751 </lyxtabular>
11752
11753 \end_inset
11754
11755
11756 \begin_inset space \hfill{}
11757 \end_inset
11758
11759
11760 \begin_inset Tabular
11761 <lyxtabular version="3" rows="5" columns="2">
11762 <features booktabs="true" tabularvalignment="middle">
11763 <column alignment="center" valignment="top" width="0pt">
11764 <column alignment="center" valignment="top" width="0pt">
11765 <row>
11766 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
11767 \begin_inset Text
11768
11769 \begin_layout Plain Layout
11770 コマンド
11771 \end_layout
11772
11773 \end_inset
11774 </cell>
11775 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
11776 \begin_inset Text
11777
11778 \begin_layout Plain Layout
11779 出力
11780 \end_layout
11781
11782 \end_inset
11783 </cell>
11784 </row>
11785 <row>
11786 <cell alignment="center" valignment="top" usebox="none">
11787 \begin_inset Text
11788
11789 \begin_layout Plain Layout
11790
11791 \backslash
11792 nearrow
11793 \end_layout
11794
11795 \end_inset
11796 </cell>
11797 <cell alignment="center" valignment="top" usebox="none">
11798 \begin_inset Text
11799
11800 \begin_layout Plain Layout
11801 \begin_inset Formula $\nearrow$
11802 \end_inset
11803
11804
11805 \end_layout
11806
11807 \end_inset
11808 </cell>
11809 </row>
11810 <row>
11811 <cell alignment="center" valignment="top" usebox="none">
11812 \begin_inset Text
11813
11814 \begin_layout Plain Layout
11815
11816 \backslash
11817 searrow
11818 \end_layout
11819
11820 \end_inset
11821 </cell>
11822 <cell alignment="center" valignment="top" usebox="none">
11823 \begin_inset Text
11824
11825 \begin_layout Plain Layout
11826 \begin_inset Formula $\searrow$
11827 \end_inset
11828
11829
11830 \end_layout
11831
11832 \end_inset
11833 </cell>
11834 </row>
11835 <row>
11836 <cell alignment="center" valignment="top" usebox="none">
11837 \begin_inset Text
11838
11839 \begin_layout Plain Layout
11840
11841 \backslash
11842 swarrow
11843 \end_layout
11844
11845 \end_inset
11846 </cell>
11847 <cell alignment="center" valignment="top" usebox="none">
11848 \begin_inset Text
11849
11850 \begin_layout Plain Layout
11851 \begin_inset Formula $\swarrow$
11852 \end_inset
11853
11854
11855 \end_layout
11856
11857 \end_inset
11858 </cell>
11859 </row>
11860 <row>
11861 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
11862 \begin_inset Text
11863
11864 \begin_layout Plain Layout
11865
11866 \backslash
11867 nwarrow
11868 \end_layout
11869
11870 \end_inset
11871 </cell>
11872 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
11873 \begin_inset Text
11874
11875 \begin_layout Plain Layout
11876 \begin_inset Formula $\nwarrow$
11877 \end_inset
11878
11879
11880 \end_layout
11881
11882 \end_inset
11883 </cell>
11884 </row>
11885 </lyxtabular>
11886
11887 \end_inset
11888
11889
11890 \begin_inset space \hfill{}
11891 \end_inset
11892
11893
11894 \end_layout
11895
11896 \begin_layout Standard
11897 \begin_inset VSpace medskip
11898 \end_inset
11899
11900 垂直矢印は,
11901
11902 \begin_inset CommandInset ref
11903 LatexCommand ref
11904 reference "subsec:手動の括弧高"
11905 nolink "false"
11906
11907 \end_inset
11908
11909 節および第
11910 \begin_inset CommandInset ref
11911 LatexCommand ref
11912 reference "subsec:自動の括弧高"
11913 nolink "false"
11914
11915 \end_inset
11916
11917 節に述べられているコマンドを使うと,
11918 区分記号として使用することもできます.
11919 \end_layout
11920
11921 \begin_layout Section
11922 アクセント
11923 \begin_inset CommandInset label
11924 LatexCommand label
11925 name "sec:アクセント"
11926
11927 \end_inset
11928
11929
11930 \begin_inset Index idx
11931 range none
11932 pageformat default
11933 status collapsed
11934
11935 \begin_layout Plain Layout
11936 \begin_inset IndexMacro sortkey
11937 status open
11938
11939 \begin_layout Plain Layout
11940 あくせんと
11941 \end_layout
11942
11943 \end_inset
11944
11945 アクセント
11946 \end_layout
11947
11948 \end_inset
11949
11950
11951 \end_layout
11952
11953 \begin_layout Standard
11954 アクセントは,
11955 数式ツールバーボタンの
11956 \begin_inset Info
11957 type  "icon"
11958 arg   "math-insert \\hat"
11959 \end_inset
11960
11961 か,
11962 以下の各小節に列挙してあるコマンドで入力することができます.
11963 \end_layout
11964
11965 \begin_layout Subsection
11966 一文字に付けるアクセント
11967 \begin_inset ERT
11968 status collapsed
11969
11970 \begin_layout Plain Layout
11971
11972
11973 \backslash
11974 texorpdfstring{
11975 \end_layout
11976
11977 \end_inset
11978
11979
11980 \begin_inset Foot
11981 status collapsed
11982
11983 \begin_layout Plain Layout
11984 本文中のアクセントについては,
11985
11986 \begin_inset CommandInset ref
11987 LatexCommand ref
11988 reference "subsec:文章中のアクセント"
11989 nolink "false"
11990
11991 \end_inset
11992
11993 節を参照.
11994 \end_layout
11995
11996 \end_inset
11997
11998
11999 \begin_inset ERT
12000 status collapsed
12001
12002 \begin_layout Plain Layout
12003
12004 }{}
12005 \end_layout
12006
12007 \end_inset
12008
12009
12010 \begin_inset Note Note
12011 status collapsed
12012
12013 \begin_layout Plain Layout
12014
12015 \series bold
12016
12017 \backslash
12018 texorpdfstring
12019 \series default
12020 は,
12021 PDFのしおりに脚註が現れるのを防ぐために使われています.
12022 \end_layout
12023
12024 \begin_layout Plain Layout
12025
12026 \series bold
12027
12028 \backslash
12029 texorpdfstring
12030 \series default
12031 についての詳細は,
12032
12033 \begin_inset CommandInset ref
12034 LatexCommand ref
12035 reference "subsec:節見出し中の数式"
12036 nolink "false"
12037
12038 \end_inset
12039
12040 節にあります.
12041 \end_layout
12042
12043 \end_inset
12044
12045
12046 \begin_inset CommandInset label
12047 LatexCommand label
12048 name "subsec:一文字に付けるアクセント"
12049
12050 \end_inset
12051
12052
12053 \begin_inset Index idx
12054 range none
12055 pageformat default
12056 status collapsed
12057
12058 \begin_layout Plain Layout
12059 \begin_inset IndexMacro sortkey
12060 status open
12061
12062 \begin_layout Plain Layout
12063 あくせんと
12064 \end_layout
12065
12066 \end_inset
12067
12068 アクセント
12069 \begin_inset IndexMacro subentry
12070 status open
12071
12072 \begin_layout Plain Layout
12073 \begin_inset IndexMacro sortkey
12074 status open
12075
12076 \begin_layout Plain Layout
12077 いちもしにつける
12078 \end_layout
12079
12080 \end_inset
12081
12082 一文字に付ける
12083 \end_layout
12084
12085 \end_inset
12086
12087
12088 \end_layout
12089
12090 \end_inset
12091
12092
12093 \end_layout
12094
12095 \begin_layout Standard
12096 \begin_inset space \hfill{}
12097 \end_inset
12098
12099
12100 \begin_inset Tabular
12101 <lyxtabular version="3" rows="8" columns="2">
12102 <features booktabs="true" tabularvalignment="middle">
12103 <column alignment="center" valignment="top" width="0pt">
12104 <column alignment="center" valignment="top" width="0pt">
12105 <row>
12106 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
12107 \begin_inset Text
12108
12109 \begin_layout Plain Layout
12110 コマンド
12111 \end_layout
12112
12113 \end_inset
12114 </cell>
12115 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
12116 \begin_inset Text
12117
12118 \begin_layout Plain Layout
12119 出力
12120 \end_layout
12121
12122 \end_inset
12123 </cell>
12124 </row>
12125 <row topspace="1.5mm">
12126 <cell alignment="center" valignment="top" usebox="none">
12127 \begin_inset Text
12128
12129 \begin_layout Plain Layout
12130
12131 \backslash
12132 dot
12133 \begin_inset space \textvisiblespace{}
12134 \end_inset
12135
12136 A
12137 \end_layout
12138
12139 \end_inset
12140 </cell>
12141 <cell alignment="center" valignment="top" usebox="none">
12142 \begin_inset Text
12143
12144 \begin_layout Plain Layout
12145 \begin_inset Formula $\dot{A}$
12146 \end_inset
12147
12148
12149 \end_layout
12150
12151 \end_inset
12152 </cell>
12153 </row>
12154 <row topspace="1.5mm">
12155 <cell alignment="center" valignment="top" usebox="none">
12156 \begin_inset Text
12157
12158 \begin_layout Plain Layout
12159
12160 \backslash
12161 ddot
12162 \begin_inset space \textvisiblespace{}
12163 \end_inset
12164
12165 A
12166 \end_layout
12167
12168 \end_inset
12169 </cell>
12170 <cell alignment="center" valignment="top" usebox="none">
12171 \begin_inset Text
12172
12173 \begin_layout Plain Layout
12174 \begin_inset Formula $\ddot{A}$
12175 \end_inset
12176
12177
12178 \end_layout
12179
12180 \end_inset
12181 </cell>
12182 </row>
12183 <row topspace="1.5mm">
12184 <cell alignment="center" valignment="top" usebox="none">
12185 \begin_inset Text
12186
12187 \begin_layout Plain Layout
12188
12189 \backslash
12190 dddot
12191 \begin_inset space \textvisiblespace{}
12192 \end_inset
12193
12194 A
12195 \end_layout
12196
12197 \end_inset
12198 </cell>
12199 <cell alignment="center" valignment="top" usebox="none">
12200 \begin_inset Text
12201
12202 \begin_layout Plain Layout
12203 \begin_inset Formula $\dddot{A}$
12204 \end_inset
12205
12206
12207 \end_layout
12208
12209 \end_inset
12210 </cell>
12211 </row>
12212 <row topspace="1.5mm">
12213 <cell alignment="center" valignment="top" usebox="none">
12214 \begin_inset Text
12215
12216 \begin_layout Plain Layout
12217
12218 \backslash
12219 ddddot
12220 \begin_inset space \textvisiblespace{}
12221 \end_inset
12222
12223 A
12224 \end_layout
12225
12226 \end_inset
12227 </cell>
12228 <cell alignment="center" valignment="top" usebox="none">
12229 \begin_inset Text
12230
12231 \begin_layout Plain Layout
12232 \begin_inset Formula $\ddddot{A}$
12233 \end_inset
12234
12235
12236 \end_layout
12237
12238 \end_inset
12239 </cell>
12240 </row>
12241 <row topspace="1.5mm">
12242 <cell alignment="center" valignment="top" usebox="none">
12243 \begin_inset Text
12244
12245 \begin_layout Plain Layout
12246
12247 \backslash
12248 vec
12249 \begin_inset space \textvisiblespace{}
12250 \end_inset
12251
12252 A
12253 \begin_inset Index idx
12254 range none
12255 pageformat default
12256 status collapsed
12257
12258 \begin_layout Plain Layout
12259 \begin_inset IndexMacro sortkey
12260 status open
12261
12262 \begin_layout Plain Layout
12263 へくとる
12264 \end_layout
12265
12266 \end_inset
12267
12268 ベクトル
12269 \end_layout
12270
12271 \end_inset
12272
12273
12274 \end_layout
12275
12276 \end_inset
12277 </cell>
12278 <cell alignment="center" valignment="top" usebox="none">
12279 \begin_inset Text
12280
12281 \begin_layout Plain Layout
12282 \begin_inset Formula $\vec{A}$
12283 \end_inset
12284
12285
12286 \end_layout
12287
12288 \end_inset
12289 </cell>
12290 </row>
12291 <row topspace="1.5mm">
12292 <cell alignment="center" valignment="top" usebox="none">
12293 \begin_inset Text
12294
12295 \begin_layout Plain Layout
12296
12297 \backslash
12298 bar
12299 \begin_inset space \textvisiblespace{}
12300 \end_inset
12301
12302 A
12303 \end_layout
12304
12305 \end_inset
12306 </cell>
12307 <cell alignment="center" valignment="top" usebox="none">
12308 \begin_inset Text
12309
12310 \begin_layout Plain Layout
12311 \begin_inset Formula $\bar{A}$
12312 \end_inset
12313
12314
12315 \end_layout
12316
12317 \end_inset
12318 </cell>
12319 </row>
12320 <row topspace="1.5mm">
12321 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12322 \begin_inset Text
12323
12324 \begin_layout Plain Layout
12325
12326 \backslash
12327 mathring
12328 \begin_inset space \textvisiblespace{}
12329 \end_inset
12330
12331 A
12332 \end_layout
12333
12334 \end_inset
12335 </cell>
12336 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12337 \begin_inset Text
12338
12339 \begin_layout Plain Layout
12340 \begin_inset Formula $\mathring{A}$
12341 \end_inset
12342
12343
12344 \end_layout
12345
12346 \end_inset
12347 </cell>
12348 </row>
12349 </lyxtabular>
12350
12351 \end_inset
12352
12353
12354 \begin_inset space \hfill{}
12355 \end_inset
12356
12357
12358 \begin_inset Tabular
12359 <lyxtabular version="3" rows="7" columns="2">
12360 <features booktabs="true" tabularvalignment="middle">
12361 <column alignment="center" valignment="top" width="0pt">
12362 <column alignment="center" valignment="top" width="0pt">
12363 <row>
12364 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
12365 \begin_inset Text
12366
12367 \begin_layout Plain Layout
12368 コマンド
12369 \end_layout
12370
12371 \end_inset
12372 </cell>
12373 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
12374 \begin_inset Text
12375
12376 \begin_layout Plain Layout
12377 出力
12378 \end_layout
12379
12380 \end_inset
12381 </cell>
12382 </row>
12383 <row topspace="1.5mm">
12384 <cell alignment="center" valignment="top" usebox="none">
12385 \begin_inset Text
12386
12387 \begin_layout Plain Layout
12388
12389 \backslash
12390 tilde
12391 \begin_inset space \textvisiblespace{}
12392 \end_inset
12393
12394 A
12395 \end_layout
12396
12397 \end_inset
12398 </cell>
12399 <cell alignment="center" valignment="top" usebox="none">
12400 \begin_inset Text
12401
12402 \begin_layout Plain Layout
12403 \begin_inset Formula $\tilde{A}$
12404 \end_inset
12405
12406
12407 \end_layout
12408
12409 \end_inset
12410 </cell>
12411 </row>
12412 <row topspace="1.5mm">
12413 <cell alignment="center" valignment="top" usebox="none">
12414 \begin_inset Text
12415
12416 \begin_layout Plain Layout
12417
12418 \backslash
12419 hat
12420 \begin_inset space \textvisiblespace{}
12421 \end_inset
12422
12423 A
12424 \end_layout
12425
12426 \end_inset
12427 </cell>
12428 <cell alignment="center" valignment="top" usebox="none">
12429 \begin_inset Text
12430
12431 \begin_layout Plain Layout
12432 \begin_inset Formula $\hat{A}$
12433 \end_inset
12434
12435
12436 \end_layout
12437
12438 \end_inset
12439 </cell>
12440 </row>
12441 <row topspace="1.5mm">
12442 <cell alignment="center" valignment="top" usebox="none">
12443 \begin_inset Text
12444
12445 \begin_layout Plain Layout
12446
12447 \backslash
12448 check
12449 \begin_inset space \textvisiblespace{}
12450 \end_inset
12451
12452 A
12453 \end_layout
12454
12455 \end_inset
12456 </cell>
12457 <cell alignment="center" valignment="top" usebox="none">
12458 \begin_inset Text
12459
12460 \begin_layout Plain Layout
12461 \begin_inset Formula $\check{A}$
12462 \end_inset
12463
12464
12465 \end_layout
12466
12467 \end_inset
12468 </cell>
12469 </row>
12470 <row topspace="1.5mm">
12471 <cell alignment="center" valignment="top" usebox="none">
12472 \begin_inset Text
12473
12474 \begin_layout Plain Layout
12475
12476 \backslash
12477 acute
12478 \begin_inset space \textvisiblespace{}
12479 \end_inset
12480
12481 A
12482 \end_layout
12483
12484 \end_inset
12485 </cell>
12486 <cell alignment="center" valignment="top" usebox="none">
12487 \begin_inset Text
12488
12489 \begin_layout Plain Layout
12490 \begin_inset Formula $\acute{A}$
12491 \end_inset
12492
12493
12494 \end_layout
12495
12496 \end_inset
12497 </cell>
12498 </row>
12499 <row topspace="1.5mm">
12500 <cell alignment="center" valignment="top" usebox="none">
12501 \begin_inset Text
12502
12503 \begin_layout Plain Layout
12504
12505 \backslash
12506 grave
12507 \begin_inset space \textvisiblespace{}
12508 \end_inset
12509
12510 A
12511 \end_layout
12512
12513 \end_inset
12514 </cell>
12515 <cell alignment="center" valignment="top" usebox="none">
12516 \begin_inset Text
12517
12518 \begin_layout Plain Layout
12519 \begin_inset Formula $\grave{A}$
12520 \end_inset
12521
12522
12523 \end_layout
12524
12525 \end_inset
12526 </cell>
12527 </row>
12528 <row topspace="1.5mm">
12529 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12530 \begin_inset Text
12531
12532 \begin_layout Plain Layout
12533
12534 \backslash
12535 breve
12536 \begin_inset space \textvisiblespace{}
12537 \end_inset
12538
12539 A
12540 \end_layout
12541
12542 \end_inset
12543 </cell>
12544 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12545 \begin_inset Text
12546
12547 \begin_layout Plain Layout
12548 \begin_inset Formula $\breve{A}$
12549 \end_inset
12550
12551
12552 \end_layout
12553
12554 \end_inset
12555 </cell>
12556 </row>
12557 </lyxtabular>
12558
12559 \end_inset
12560
12561
12562 \begin_inset space \hfill{}
12563 \end_inset
12564
12565
12566 \end_layout
12567
12568 \begin_layout Standard
12569 \begin_inset VSpace bigskip
12570 \end_inset
12571
12572
12573 \end_layout
12574
12575 \begin_layout Standard
12576 \begin_inset ERT
12577 status collapsed
12578
12579 \begin_layout Plain Layout
12580
12581
12582 \backslash
12583 '{e}
12584 \end_layout
12585
12586 \end_inset
12587
12588 のようなアクセントは,
12589 数式に直接入れることができます.\SpecialChar LyX
12590 は,
12591 それを対応するアクセントコマンドに変換します.ウムラウト
12592 \begin_inset Index idx
12593 range none
12594 pageformat default
12595 status collapsed
12596
12597 \begin_layout Plain Layout
12598 \begin_inset IndexMacro sortkey
12599 status open
12600
12601 \begin_layout Plain Layout
12602 うむらうと
12603 \end_layout
12604
12605 \end_inset
12606
12607 ウムラウト
12608 \end_layout
12609
12610 \end_inset
12611
12612 に関しては,
12613 母音の前に引用符を挿入する方法の方がよいでしょう.ウムラウトのある数式部分がドイツ語に指定してあれば,
12614 \SpecialChar LaTeX
12615 は,
12616 引用符と母音をまとめて一つの文字として取り扱います.
12617 \series bold
12618
12619 \backslash
12620 ddot
12621 \series default
12622 と違い,
12623 この方法では,
12624 以下の例に示すように「本物の」ウムラウトが作られます.
12625 \end_layout
12626
12627 \begin_layout Standard
12628 \begin_inset VSpace -2mm
12629 \end_inset
12630
12631
12632 \end_layout
12633
12634 \begin_layout Standard
12635 \align center
12636 \begin_inset Tabular
12637 <lyxtabular version="3" rows="3" columns="2">
12638 <features booktabs="true" tabularvalignment="middle">
12639 <column alignment="center" valignment="top" width="0pt">
12640 <column alignment="center" valignment="top">
12641 <row>
12642 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
12643 \begin_inset Text
12644
12645 \begin_layout Plain Layout
12646 コマンド
12647 \end_layout
12648
12649 \end_inset
12650 </cell>
12651 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
12652 \begin_inset Text
12653
12654 \begin_layout Plain Layout
12655 出力
12656 \end_layout
12657
12658 \end_inset
12659 </cell>
12660 </row>
12661 <row>
12662 <cell alignment="center" valignment="top" usebox="none">
12663 \begin_inset Text
12664
12665 \begin_layout Plain Layout
12666 \begin_inset Quotes grd
12667 \end_inset
12668
12669 i
12670 \end_layout
12671
12672 \end_inset
12673 </cell>
12674 <cell alignment="center" valignment="top" usebox="none">
12675 \begin_inset Text
12676
12677 \begin_layout Plain Layout
12678
12679 \lang ngerman
12680 \begin_inset space \hspace{}
12681 \length 0pt
12682 \end_inset
12683
12684
12685 \begin_inset Formula $"i$
12686 \end_inset
12687
12688
12689 \end_layout
12690
12691 \end_inset
12692 </cell>
12693 </row>
12694 <row topspace="1.5mm">
12695 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12696 \begin_inset Text
12697
12698 \begin_layout Plain Layout
12699
12700 \backslash
12701 ddot
12702 \begin_inset space \textvisiblespace{}
12703 \end_inset
12704
12705 i
12706 \end_layout
12707
12708 \end_inset
12709 </cell>
12710 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
12711 \begin_inset Text
12712
12713 \begin_layout Plain Layout
12714 \begin_inset Formula $\ddot{i}$
12715 \end_inset
12716
12717
12718 \end_layout
12719
12720 \end_inset
12721 </cell>
12722 </row>
12723 </lyxtabular>
12724
12725 \end_inset
12726
12727
12728 \end_layout
12729
12730 \begin_layout Standard
12731
12732 \series bold
12733
12734 \backslash
12735 ddot
12736 \series default
12737 に比べて良いもう一つの利点は,
12738 上記のアクセントコマンドが
12739 \emph on
12740 数式中テキストでは使用できない
12741 \emph default
12742 のに対し,
12743 ウムラウトは直接数式中テキストに変換されることです.(アクセントコマンドによる)アクセント付き文字を数式中テキストに変換すると,
12744 アクセントの下にある文字しか変換されません.これは,
12745 たとえばイタリック体やボールド体への変換など,
12746 他のすべての変換に関しても言えることです.
12747 \end_layout
12748
12749 \begin_layout Standard
12750 ウムラウトと他のアクセント付き文字は,
12751 数式中テキストに直接入れることができます.
12752 \end_layout
12753
12754 \begin_layout Standard
12755 \begin_inset VSpace bigskip
12756 \end_inset
12757
12758
12759 \end_layout
12760
12761 \begin_layout Standard
12762 \SpecialChar LyX
12763 は,
12764 \SpecialChar LaTeX
12765 パッケージ
12766 \series bold
12767 undertilde
12768 \series default
12769
12770 \begin_inset Index idx
12771 range none
12772 pageformat default
12773 status collapsed
12774
12775 \begin_layout Plain Layout
12776 \begin_inset IndexMacro sortkey
12777 status open
12778
12779 \begin_layout Plain Layout
12780 はつけし
12781 \end_layout
12782
12783 \end_inset
12784
12785 パッケージ
12786 \begin_inset IndexMacro subentry
12787 status open
12788
12789 \begin_layout Plain Layout
12790 upgreek
12791 \end_layout
12792
12793 \end_inset
12794
12795
12796 \end_layout
12797
12798 \end_inset
12799
12800 がシステム上に導入されていれば,
12801 文字下のティルダもサポートします.
12802 \end_layout
12803
12804 \begin_layout Standard
12805 \begin_inset ERT
12806 status collapsed
12807
12808 \begin_layout Plain Layout
12809
12810
12811 \backslash
12812 ifundertilde 
12813 \end_layout
12814
12815 \end_inset
12816
12817
12818 \begin_inset Note Note
12819 status open
12820
12821 \begin_layout Plain Layout
12822 以下の表は,
12823
12824 \series bold
12825 undertilde
12826 \series default
12827  \SpecialChar LaTeX
12828 パッケージが導入済みのときのみ表示されます.
12829 \end_layout
12830
12831 \end_inset
12832
12833
12834 \end_layout
12835
12836 \begin_layout Standard
12837 \noindent
12838 \align center
12839 \begin_inset Tabular
12840 <lyxtabular version="3" rows="2" columns="2">
12841 <features booktabs="true" tabularvalignment="middle">
12842 <column alignment="center" valignment="top" width="0pt">
12843 <column alignment="center" valignment="top" width="0pt">
12844 <row>
12845 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12846 \begin_inset Text
12847
12848 \begin_layout Plain Layout
12849 コマンド
12850 \end_layout
12851
12852 \end_inset
12853 </cell>
12854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12855 \begin_inset Text
12856
12857 \begin_layout Plain Layout
12858 出力
12859 \end_layout
12860
12861 \end_inset
12862 </cell>
12863 </row>
12864 <row>
12865 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
12866 \begin_inset Text
12867
12868 \begin_layout Plain Layout
12869
12870 \backslash
12871 utilde
12872 \begin_inset space \textvisiblespace{}
12873 \end_inset
12874
12875 A
12876 \end_layout
12877
12878 \end_inset
12879 </cell>
12880 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
12881 \begin_inset Text
12882
12883 \begin_layout Plain Layout
12884 \begin_inset Formula $\utilde{A}$
12885 \end_inset
12886
12887
12888 \end_layout
12889
12890 \end_inset
12891 </cell>
12892 </row>
12893 </lyxtabular>
12894
12895 \end_inset
12896
12897
12898 \end_layout
12899
12900 \begin_layout Standard
12901 \begin_inset ERT
12902 status collapsed
12903
12904 \begin_layout Plain Layout
12905
12906
12907 \backslash
12908 else 
12909 \end_layout
12910
12911 \end_inset
12912
12913
12914 \begin_inset Note Note
12915 status open
12916
12917 \begin_layout Plain Layout
12918 以下は,
12919
12920 \series bold
12921 undertilde
12922 \series default
12923  \SpecialChar LaTeX
12924 パッケージが導入されていないときのみ表示されます.
12925 \end_layout
12926
12927 \end_inset
12928
12929
12930 \end_layout
12931
12932 \begin_layout Standard
12933 この小節のすべてを出力で見るには,
12934
12935 \series bold
12936 undertilde
12937 \series default
12938  \SpecialChar LaTeX
12939 パッケージを導入する必要があります.
12940 \end_layout
12941
12942 \begin_layout Standard
12943 \begin_inset ERT
12944 status collapsed
12945
12946 \begin_layout Plain Layout
12947
12948
12949 \backslash
12950 fi 
12951 \end_layout
12952
12953 \end_inset
12954
12955
12956 \end_layout
12957
12958 \begin_layout Subsection
12959 複数の文字に付けるアクセント
12960 \begin_inset Index idx
12961 range none
12962 pageformat default
12963 status collapsed
12964
12965 \begin_layout Plain Layout
12966 \begin_inset IndexMacro sortkey
12967 status open
12968
12969 \begin_layout Plain Layout
12970 あくせんと
12971 \end_layout
12972
12973 \end_inset
12974
12975 アクセント
12976 \begin_inset IndexMacro subentry
12977 status open
12978
12979 \begin_layout Plain Layout
12980 \begin_inset IndexMacro sortkey
12981 status open
12982
12983 \begin_layout Plain Layout
12984 ふくすうのもしにつける
12985 \end_layout
12986
12987 \end_inset
12988
12989 複数の文字に付ける
12990 \end_layout
12991
12992 \end_inset
12993
12994
12995 \end_layout
12996
12997 \end_inset
12998
12999
13000 \end_layout
13001
13002 \begin_layout Standard
13003 \begin_inset space \hfill{}
13004 \end_inset
13005
13006
13007 \begin_inset Tabular
13008 <lyxtabular version="3" rows="5" columns="2">
13009 <features booktabs="true" tabularvalignment="middle">
13010 <column alignment="center" valignment="top" width="0pt">
13011 <column alignment="center" valignment="top" width="0pt">
13012 <row>
13013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13014 \begin_inset Text
13015
13016 \begin_layout Plain Layout
13017 コマンド
13018 \end_layout
13019
13020 \end_inset
13021 </cell>
13022 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13023 \begin_inset Text
13024
13025 \begin_layout Plain Layout
13026 出力
13027 \end_layout
13028
13029 \end_inset
13030 </cell>
13031 </row>
13032 <row topspace="1.5mm">
13033 <cell alignment="center" valignment="top" usebox="none">
13034 \begin_inset Text
13035
13036 \begin_layout Plain Layout
13037
13038 \backslash
13039 overleftarrow
13040 \begin_inset space \textvisiblespace{}
13041 \end_inset
13042
13043 A=B
13044 \end_layout
13045
13046 \end_inset
13047 </cell>
13048 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13049 \begin_inset Text
13050
13051 \begin_layout Plain Layout
13052 \begin_inset Formula $\overleftarrow{A=B}$
13053 \end_inset
13054
13055
13056 \end_layout
13057
13058 \end_inset
13059 </cell>
13060 </row>
13061 <row topspace="1.5mm">
13062 <cell alignment="center" valignment="top" usebox="none">
13063 \begin_inset Text
13064
13065 \begin_layout Plain Layout
13066
13067 \backslash
13068 underleftarrow
13069 \begin_inset space \textvisiblespace{}
13070 \end_inset
13071
13072 A=B
13073 \end_layout
13074
13075 \end_inset
13076 </cell>
13077 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13078 \begin_inset Text
13079
13080 \begin_layout Plain Layout
13081 \begin_inset Formula $\underleftarrow{A=B}$
13082 \end_inset
13083
13084
13085 \end_layout
13086
13087 \end_inset
13088 </cell>
13089 </row>
13090 <row topspace="1.5mm">
13091 <cell alignment="center" valignment="top" usebox="none">
13092 \begin_inset Text
13093
13094 \begin_layout Plain Layout
13095
13096 \backslash
13097 overleftrightarrow
13098 \begin_inset space \textvisiblespace{}
13099 \end_inset
13100
13101 A=B
13102 \end_layout
13103
13104 \end_inset
13105 </cell>
13106 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13107 \begin_inset Text
13108
13109 \begin_layout Plain Layout
13110 \begin_inset Formula $\overleftrightarrow{A=B}$
13111 \end_inset
13112
13113
13114 \end_layout
13115
13116 \end_inset
13117 </cell>
13118 </row>
13119 <row topspace="1.5mm" bottomspace="1mm">
13120 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13121 \begin_inset Text
13122
13123 \begin_layout Plain Layout
13124
13125 \backslash
13126 underleftrightarrow
13127 \begin_inset space \textvisiblespace{}
13128 \end_inset
13129
13130 A=B
13131 \end_layout
13132
13133 \end_inset
13134 </cell>
13135 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
13136 \begin_inset Text
13137
13138 \begin_layout Plain Layout
13139 \begin_inset Formula $\underleftrightarrow{A=B}$
13140 \end_inset
13141
13142
13143 \end_layout
13144
13145 \end_inset
13146 </cell>
13147 </row>
13148 </lyxtabular>
13149
13150 \end_inset
13151
13152
13153 \begin_inset space \hfill{}
13154 \end_inset
13155
13156
13157 \begin_inset Tabular
13158 <lyxtabular version="3" rows="5" columns="2">
13159 <features booktabs="true" tabularvalignment="middle">
13160 <column alignment="center" valignment="top" width="0pt">
13161 <column alignment="center" valignment="top" width="0pt">
13162 <row>
13163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13164 \begin_inset Text
13165
13166 \begin_layout Plain Layout
13167 コマンド
13168 \end_layout
13169
13170 \end_inset
13171 </cell>
13172 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13173 \begin_inset Text
13174
13175 \begin_layout Plain Layout
13176 出力
13177 \end_layout
13178
13179 \end_inset
13180 </cell>
13181 </row>
13182 <row topspace="1.5mm">
13183 <cell alignment="center" valignment="top" usebox="none">
13184 \begin_inset Text
13185
13186 \begin_layout Plain Layout
13187
13188 \backslash
13189 overrightarrow
13190 \begin_inset space \textvisiblespace{}
13191 \end_inset
13192
13193 A=B
13194 \end_layout
13195
13196 \end_inset
13197 </cell>
13198 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13199 \begin_inset Text
13200
13201 \begin_layout Plain Layout
13202 \begin_inset Formula $\overrightarrow{A=B}$
13203 \end_inset
13204
13205
13206 \end_layout
13207
13208 \end_inset
13209 </cell>
13210 </row>
13211 <row topspace="1.5mm">
13212 <cell alignment="center" valignment="top" usebox="none">
13213 \begin_inset Text
13214
13215 \begin_layout Plain Layout
13216
13217 \backslash
13218 underrightarrow
13219 \begin_inset space \textvisiblespace{}
13220 \end_inset
13221
13222 A=B
13223 \end_layout
13224
13225 \end_inset
13226 </cell>
13227 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13228 \begin_inset Text
13229
13230 \begin_layout Plain Layout
13231 \begin_inset Formula $\underrightarrow{A=B}$
13232 \end_inset
13233
13234
13235 \end_layout
13236
13237 \end_inset
13238 </cell>
13239 </row>
13240 <row topspace="1.5mm">
13241 <cell alignment="center" valignment="top" usebox="none">
13242 \begin_inset Text
13243
13244 \begin_layout Plain Layout
13245
13246 \backslash
13247 widetilde
13248 \begin_inset space \textvisiblespace{}
13249 \end_inset
13250
13251 A=B
13252 \end_layout
13253
13254 \end_inset
13255 </cell>
13256 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13257 \begin_inset Text
13258
13259 \begin_layout Plain Layout
13260 \begin_inset Formula $\widetilde{A=B}$
13261 \end_inset
13262
13263
13264 \end_layout
13265
13266 \end_inset
13267 </cell>
13268 </row>
13269 <row topspace="1.5mm" bottomspace="1mm">
13270 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
13271 \begin_inset Text
13272
13273 \begin_layout Plain Layout
13274
13275 \backslash
13276 widehat
13277 \begin_inset space \textvisiblespace{}
13278 \end_inset
13279
13280 A=B
13281 \end_layout
13282
13283 \end_inset
13284 </cell>
13285 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
13286 \begin_inset Text
13287
13288 \begin_layout Plain Layout
13289 \begin_inset Formula $\widehat{A=B}$
13290 \end_inset
13291
13292
13293 \end_layout
13294
13295 \end_inset
13296 </cell>
13297 </row>
13298 </lyxtabular>
13299
13300 \end_inset
13301
13302
13303 \begin_inset space \hfill{}
13304 \end_inset
13305
13306
13307 \end_layout
13308
13309 \begin_layout Standard
13310 \begin_inset VSpace medskip
13311 \end_inset
13312
13313 これらのコマンドでは,
13314 好きなだけ多くの文字にアクセントを付けることができます.しかし,
13315
13316 \series bold
13317
13318 \backslash
13319 widetilde
13320 \series default
13321 および
13322 \series bold
13323
13324 \backslash
13325 widehat
13326 \series default
13327 のアクセントは,
13328 以下の例のように,
13329 出力では3文字分の長さにしかなりません.
13330 \begin_inset Formula 
13331 \[
13332 \widetilde{A+B=C-D}
13333 \]
13334
13335 \end_inset
13336
13337
13338 \end_layout
13339
13340 \begin_layout Standard
13341 前小節で述べた
13342 \series bold
13343
13344 \backslash
13345 overset
13346 \series default
13347
13348 \begin_inset Index idx
13349 range none
13350 pageformat default
13351 status collapsed
13352
13353 \begin_layout Plain Layout
13354 \begin_inset IndexMacro sortkey
13355 status open
13356
13357 \begin_layout Plain Layout
13358 こまんと
13359 \end_layout
13360
13361 \end_inset
13362
13363 コマンド
13364 \begin_inset IndexMacro subentry
13365 status open
13366
13367 \begin_layout Plain Layout
13368 O
13369 \end_layout
13370
13371 \end_inset
13372
13373
13374 \begin_inset IndexMacro subentry
13375 status open
13376
13377 \begin_layout Plain Layout
13378
13379 \backslash
13380 overset
13381 \end_layout
13382
13383 \end_inset
13384
13385
13386 \end_layout
13387
13388 \end_inset
13389
13390 コマンドと
13391 \series bold
13392
13393 \backslash
13394 underset
13395 \series default
13396
13397 \begin_inset Index idx
13398 range none
13399 pageformat default
13400 status collapsed
13401
13402 \begin_layout Plain Layout
13403 \begin_inset IndexMacro sortkey
13404 status open
13405
13406 \begin_layout Plain Layout
13407 こまんと
13408 \end_layout
13409
13410 \end_inset
13411
13412 コマンド
13413 \begin_inset IndexMacro subentry
13414 status open
13415
13416 \begin_layout Plain Layout
13417 U
13418 \end_layout
13419
13420 \end_inset
13421
13422
13423 \begin_inset IndexMacro subentry
13424 status open
13425
13426 \begin_layout Plain Layout
13427
13428 \backslash
13429 underset
13430 \end_layout
13431
13432 \end_inset
13433
13434
13435 \end_layout
13436
13437 \end_inset
13438
13439 コマンドを使っても,
13440 複数の文字にアクセントを付けることができます.
13441 \series bold
13442
13443 \backslash
13444 underset
13445 \begin_inset space \textvisiblespace{}
13446 \end_inset
13447
13448 A=B
13449 \begin_inset Formula $\downarrow$
13450 \end_inset
13451
13452 ***
13453 \series default
13454 というコマンドは,
13455
13456 \begin_inset Formula 
13457 \[
13458 \underset{***}{A=B}
13459 \]
13460
13461 \end_inset
13462
13463 のようになります.
13464 \end_layout
13465
13466 \begin_layout Section
13467 空白
13468 \begin_inset CommandInset label
13469 LatexCommand label
13470 name "subsec:空白"
13471
13472 \end_inset
13473
13474
13475 \begin_inset Index idx
13476 range none
13477 pageformat default
13478 status open
13479
13480 \begin_layout Plain Layout
13481 \begin_inset IndexMacro sortkey
13482 status open
13483
13484 \begin_layout Plain Layout
13485 くうはく
13486 \end_layout
13487
13488 \end_inset
13489
13490 空白
13491 \begin_inset IndexMacro subentry
13492 status open
13493
13494 \begin_layout Plain Layout
13495 \begin_inset IndexMacro sortkey
13496 status open
13497
13498 \begin_layout Plain Layout
13499 よこほうこうの
13500 \end_layout
13501
13502 \end_inset
13503
13504 横方向の
13505 \begin_inset space \thinspace{}
13506 \end_inset
13507
13508
13509
13510
13511 \end_layout
13512
13513 \end_inset
13514
13515
13516 \end_layout
13517
13518 \end_inset
13519
13520
13521 \end_layout
13522
13523 \begin_layout Subsection
13524 定義済みの空白
13525 \begin_inset CommandInset label
13526 LatexCommand label
13527 name "subsec:定義済みの空白"
13528
13529 \end_inset
13530
13531
13532 \begin_inset Index idx
13533 range none
13534 pageformat default
13535 status collapsed
13536
13537 \begin_layout Plain Layout
13538 \begin_inset IndexMacro sortkey
13539 status open
13540
13541 \begin_layout Plain Layout
13542 くうはく
13543 \end_layout
13544
13545 \end_inset
13546
13547 空白
13548 \begin_inset IndexMacro subentry
13549 status open
13550
13551 \begin_layout Plain Layout
13552 \begin_inset IndexMacro sortkey
13553 status open
13554
13555 \begin_layout Plain Layout
13556 よこほうこうの
13557 \end_layout
13558
13559 \end_inset
13560
13561 横方向の
13562 \begin_inset space \thinspace{}
13563 \end_inset
13564
13565
13566
13567
13568 \end_layout
13569
13570 \end_inset
13571
13572
13573 \begin_inset IndexMacro subentry
13574 status open
13575
13576 \begin_layout Plain Layout
13577 \begin_inset IndexMacro sortkey
13578 status open
13579
13580 \begin_layout Plain Layout
13581 ていきすみ
13582 \end_layout
13583
13584 \end_inset
13585
13586 定義済み
13587 \end_layout
13588
13589 \end_inset
13590
13591
13592 \end_layout
13593
13594 \end_inset
13595
13596
13597 \end_layout
13598
13599 \begin_layout Standard
13600 数式に水平方向の空白を挿入することが,
13601 必要になることがあります.これは,
13602 非改行空白(ショートカット:
13603
13604 \begin_inset Info
13605 type  "shortcut"
13606 arg   "command-alternatives math-space ; space-insert protected"
13607 \end_inset
13608
13609 )を挿入することで実現できます.「
13610 \color blue
13611
13612 \begin_inset space \textvisiblespace{}
13613 \end_inset
13614
13615
13616 \color inherit
13617 」が現れるので,
13618
13619 \family sans
13620 Space
13621 \family default
13622 を何回か押すことによって,
13623 8種の異なる長さの空白のうち一つを選択することができます.空白は,
13624 数式ツールバーボタンの
13625 \begin_inset Info
13626 type  "icon"
13627 arg   "math-insert \\space"
13628 \end_inset
13629
13630 を押すか,
13631 特定のコマンドを入力することで,
13632 挿入することができます.挿入したコマンド如何に関わらず,
13633 直後に
13634 \family sans
13635 Space
13636 \family default
13637 を押すことによって,
13638 長さを変更することができます.
13639 \end_layout
13640
13641 \begin_layout Standard
13642 \noindent
13643 \align center
13644 \begin_inset Tabular
13645 <lyxtabular version="3" rows="6" columns="3">
13646 <features booktabs="true" tabularvalignment="middle">
13647 <column alignment="center" valignment="top">
13648 <column alignment="center" valignment="top" width="15col%">
13649 <column alignment="center" valignment="top">
13650 <row>
13651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13652 \begin_inset Text
13653
13654 \begin_layout Plain Layout
13655 コマンド
13656 \end_layout
13657
13658 \end_inset
13659 </cell>
13660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13661 \begin_inset Text
13662
13663 \begin_layout Plain Layout
13664 非改行空白を挿入したのち,
13665
13666 \family sans
13667 Space
13668 \family default
13669 を叩く回数
13670 \end_layout
13671
13672 \end_inset
13673 </cell>
13674 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13675 \begin_inset Text
13676
13677 \begin_layout Plain Layout
13678 出力
13679 \end_layout
13680
13681 \end_inset
13682 </cell>
13683 </row>
13684 <row>
13685 <cell alignment="center" valignment="top" leftline="true" usebox="none">
13686 \begin_inset Text
13687
13688 \begin_layout Plain Layout
13689
13690 \backslash
13691 ,
13692 \end_layout
13693
13694 \end_inset
13695 </cell>
13696 <cell alignment="center" valignment="top" leftline="true" usebox="none">
13697 \begin_inset Text
13698
13699 \begin_layout Plain Layout
13700 0
13701 \end_layout
13702
13703 \end_inset
13704 </cell>
13705 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13706 \begin_inset Text
13707
13708 \begin_layout Plain Layout
13709 \begin_inset Formula $A\,B$
13710 \end_inset
13711
13712
13713 \end_layout
13714
13715 \end_inset
13716 </cell>
13717 </row>
13718 <row>
13719 <cell alignment="center" valignment="top" leftline="true" usebox="none">
13720 \begin_inset Text
13721
13722 \begin_layout Plain Layout
13723
13724 \backslash
13725 :
13726 \end_layout
13727
13728 \end_inset
13729 </cell>
13730 <cell alignment="center" valignment="top" leftline="true" usebox="none">
13731 \begin_inset Text
13732
13733 \begin_layout Plain Layout
13734 1
13735 \end_layout
13736
13737 \end_inset
13738 </cell>
13739 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13740 \begin_inset Text
13741
13742 \begin_layout Plain Layout
13743 \begin_inset Formula $A\:B$
13744 \end_inset
13745
13746
13747 \end_layout
13748
13749 \end_inset
13750 </cell>
13751 </row>
13752 <row>
13753 <cell alignment="center" valignment="top" leftline="true" usebox="none">
13754 \begin_inset Text
13755
13756 \begin_layout Plain Layout
13757
13758 \backslash
13759 ;
13760 \end_layout
13761
13762 \end_inset
13763 </cell>
13764 <cell alignment="center" valignment="top" leftline="true" usebox="none">
13765 \begin_inset Text
13766
13767 \begin_layout Plain Layout
13768 2
13769 \end_layout
13770
13771 \end_inset
13772 </cell>
13773 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13774 \begin_inset Text
13775
13776 \begin_layout Plain Layout
13777 \begin_inset Formula $A\;B$
13778 \end_inset
13779
13780
13781 \end_layout
13782
13783 \end_inset
13784 </cell>
13785 </row>
13786 <row>
13787 <cell alignment="center" valignment="top" leftline="true" usebox="none">
13788 \begin_inset Text
13789
13790 \begin_layout Plain Layout
13791
13792 \backslash
13793 quad
13794 \end_layout
13795
13796 \end_inset
13797 </cell>
13798 <cell alignment="center" valignment="top" leftline="true" usebox="none">
13799 \begin_inset Text
13800
13801 \begin_layout Plain Layout
13802 3
13803 \end_layout
13804
13805 \end_inset
13806 </cell>
13807 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13808 \begin_inset Text
13809
13810 \begin_layout Plain Layout
13811 \begin_inset Formula $A\quad B$
13812 \end_inset
13813
13814
13815 \end_layout
13816
13817 \end_inset
13818 </cell>
13819 </row>
13820 <row>
13821 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
13822 \begin_inset Text
13823
13824 \begin_layout Plain Layout
13825
13826 \backslash
13827 qquad
13828 \end_layout
13829
13830 \end_inset
13831 </cell>
13832 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
13833 \begin_inset Text
13834
13835 \begin_layout Plain Layout
13836 4
13837 \end_layout
13838
13839 \end_inset
13840 </cell>
13841 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
13842 \begin_inset Text
13843
13844 \begin_layout Plain Layout
13845 \begin_inset Formula $A\qquad B$
13846 \end_inset
13847
13848
13849 \end_layout
13850
13851 \end_inset
13852 </cell>
13853 </row>
13854 </lyxtabular>
13855
13856 \end_inset
13857
13858
13859 \begin_inset space \hfill{}
13860 \end_inset
13861
13862
13863 \begin_inset Tabular
13864 <lyxtabular version="3" rows="6" columns="3">
13865 <features booktabs="true" tabularvalignment="middle">
13866 <column alignment="center" valignment="top">
13867 <column alignment="center" valignment="top" width="15col%">
13868 <column alignment="center" valignment="top">
13869 <row>
13870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13871 \begin_inset Text
13872
13873 \begin_layout Plain Layout
13874 コマンド
13875 \end_layout
13876
13877 \end_inset
13878 </cell>
13879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13880 \begin_inset Text
13881
13882 \begin_layout Plain Layout
13883 非改行空白を挿入したのち,
13884
13885 \family sans
13886 Space
13887 \family default
13888 を叩く回数
13889 \end_layout
13890
13891 \end_inset
13892 </cell>
13893 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13894 \begin_inset Text
13895
13896 \begin_layout Plain Layout
13897 出力
13898 \end_layout
13899
13900 \end_inset
13901 </cell>
13902 </row>
13903 <row>
13904 <cell alignment="center" valignment="top" leftline="true" usebox="none">
13905 \begin_inset Text
13906
13907 \begin_layout Plain Layout
13908
13909 \backslash
13910 hfill
13911 \end_layout
13912
13913 \end_inset
13914 </cell>
13915 <cell alignment="center" valignment="top" leftline="true" usebox="none">
13916 \begin_inset Text
13917
13918 \begin_layout Plain Layout
13919 5
13920 \end_layout
13921
13922 \end_inset
13923 </cell>
13924 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13925 \begin_inset Text
13926
13927 \begin_layout Plain Layout
13928 \begin_inset Formula $A\hfill B$
13929 \end_inset
13930
13931
13932 \end_layout
13933
13934 \end_inset
13935 </cell>
13936 </row>
13937 <row>
13938 <cell alignment="center" valignment="top" leftline="true" usebox="none">
13939 \begin_inset Text
13940
13941 \begin_layout Plain Layout
13942
13943 \backslash
13944 hspace*{1em}
13945 \end_layout
13946
13947 \end_inset
13948 </cell>
13949 <cell alignment="center" valignment="top" leftline="true" usebox="none">
13950 \begin_inset Text
13951
13952 \begin_layout Plain Layout
13953 6
13954 \end_layout
13955
13956 \end_inset
13957 </cell>
13958 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13959 \begin_inset Text
13960
13961 \begin_layout Plain Layout
13962 \begin_inset Formula $A\hspace*{1em}B$
13963 \end_inset
13964
13965
13966 \end_layout
13967
13968 \end_inset
13969 </cell>
13970 </row>
13971 <row>
13972 <cell alignment="center" valignment="top" leftline="true" usebox="none">
13973 \begin_inset Text
13974
13975 \begin_layout Plain Layout
13976
13977 \backslash
13978 hspace{1em}
13979 \end_layout
13980
13981 \end_inset
13982 </cell>
13983 <cell alignment="center" valignment="top" leftline="true" usebox="none">
13984 \begin_inset Text
13985
13986 \begin_layout Plain Layout
13987 7
13988 \end_layout
13989
13990 \end_inset
13991 </cell>
13992 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
13993 \begin_inset Text
13994
13995 \begin_layout Plain Layout
13996 \begin_inset Formula $A\hspace{1em}B$
13997 \end_inset
13998
13999
14000 \end_layout
14001
14002 \end_inset
14003 </cell>
14004 </row>
14005 <row>
14006 <cell alignment="center" valignment="top" leftline="true" usebox="none">
14007 \begin_inset Text
14008
14009 \begin_layout Plain Layout
14010
14011 \backslash
14012
14013 \begin_inset space \textvisiblespace{}
14014 \end_inset
14015
14016
14017 \end_layout
14018
14019 \end_inset
14020 </cell>
14021 <cell alignment="center" valignment="top" leftline="true" usebox="none">
14022 \begin_inset Text
14023
14024 \begin_layout Plain Layout
14025 8
14026 \end_layout
14027
14028 \end_inset
14029 </cell>
14030 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
14031 \begin_inset Text
14032
14033 \begin_layout Plain Layout
14034 \begin_inset Formula $A\ B$
14035 \end_inset
14036
14037
14038 \end_layout
14039
14040 \end_inset
14041 </cell>
14042 </row>
14043 <row>
14044 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
14045 \begin_inset Text
14046
14047 \begin_layout Plain Layout
14048
14049 \backslash
14050 !
14051 \end_layout
14052
14053 \end_inset
14054 </cell>
14055 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
14056 \begin_inset Text
14057
14058 \begin_layout Plain Layout
14059 9
14060 \end_layout
14061
14062 \end_inset
14063 </cell>
14064 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
14065 \begin_inset Text
14066
14067 \begin_layout Plain Layout
14068 \begin_inset Formula $A\!B$
14069 \end_inset
14070
14071
14072 \end_layout
14073
14074 \end_inset
14075 </cell>
14076 </row>
14077 </lyxtabular>
14078
14079 \end_inset
14080
14081
14082 \end_layout
14083
14084 \begin_layout Standard
14085 5
14086 \lang english
14087
14088 \begin_inset space \thinspace{}
14089 \end_inset
14090
14091
14092 \lang japanese
14093
14094 \lang english
14095
14096 \begin_inset space \thinspace{}
14097 \end_inset
14098
14099
14100 \lang japanese
14101 7回
14102 \family sans
14103 Space
14104 \family default
14105 を押した場合は,
14106
14107 \begin_inset CommandInset ref
14108 LatexCommand ref
14109 reference "subsec:可変長の空白"
14110 nolink "false"
14111
14112 \end_inset
14113
14114 節に説明されているように,
14115 可変空白となります.9回押した場合は,
14116 一見,
14117 空白を生まないように見えます.実はこれは負の長さなので,
14118 他の長さと異なり,
14119 \SpecialChar LyX
14120 中では赤で表示されます.以下のように,
14121 他にもう二つ,
14122 負の長さの空白があります.
14123 \end_layout
14124
14125 \begin_layout Standard
14126 \align center
14127 \begin_inset Tabular
14128 <lyxtabular version="3" rows="3" columns="3">
14129 <features booktabs="true" tabularvalignment="middle">
14130 <column alignment="center" valignment="middle" width="6.8cm">
14131 <column alignment="center" valignment="top" width="0pt">
14132 <column alignment="center" valignment="top" width="0pt">
14133 <row>
14134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14135 \begin_inset Text
14136
14137 \begin_layout Plain Layout
14138 コマンド
14139 \end_layout
14140
14141 \end_inset
14142 </cell>
14143 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14144 \begin_inset Text
14145
14146 \begin_layout Plain Layout
14147
14148 \backslash
14149 negmedspace
14150 \end_layout
14151
14152 \end_inset
14153 </cell>
14154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14155 \begin_inset Text
14156
14157 \begin_layout Plain Layout
14158
14159 \backslash
14160 negthickspace
14161 \end_layout
14162
14163 \end_inset
14164 </cell>
14165 </row>
14166 <row>
14167 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
14168 \begin_inset Text
14169
14170 \begin_layout Plain Layout
14171 非改行空白を挿入したのち,
14172
14173 \family sans
14174 Space
14175 \family default
14176 を叩く回数
14177 \end_layout
14178
14179 \end_inset
14180 </cell>
14181 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
14182 \begin_inset Text
14183
14184 \begin_layout Plain Layout
14185 10
14186 \end_layout
14187
14188 \end_inset
14189 </cell>
14190 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
14191 \begin_inset Text
14192
14193 \begin_layout Plain Layout
14194 11
14195 \end_layout
14196
14197 \end_inset
14198 </cell>
14199 </row>
14200 <row>
14201 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
14202 \begin_inset Text
14203
14204 \begin_layout Plain Layout
14205 出力
14206 \end_layout
14207
14208 \end_inset
14209 </cell>
14210 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
14211 \begin_inset Text
14212
14213 \begin_layout Plain Layout
14214 \begin_inset Formula $A\negmedspace B$
14215 \end_inset
14216
14217
14218 \end_layout
14219
14220 \end_inset
14221 </cell>
14222 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
14223 \begin_inset Text
14224
14225 \begin_layout Plain Layout
14226 \begin_inset Formula $A\negthickspace B$
14227 \end_inset
14228
14229
14230 \end_layout
14231
14232 \end_inset
14233 </cell>
14234 </row>
14235 </lyxtabular>
14236
14237 \end_inset
14238
14239
14240 \end_layout
14241
14242 \begin_layout Standard
14243 負の空白を使うと,
14244 文字が重なってしまうことがあります.これを利用して,
14245 合字処理を強制することができます.これは,
14246 たとえば以下のように,
14247 和演算子に使えます.
14248 \end_layout
14249
14250 \begin_layout Standard
14251 \align center
14252 \begin_inset Tabular
14253 <lyxtabular version="3" rows="3" columns="2">
14254 <features booktabs="true" tabularvalignment="middle">
14255 <column alignment="center" valignment="top" width="0pt">
14256 <column alignment="center" valignment="top">
14257 <row>
14258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14259 \begin_inset Text
14260
14261 \begin_layout Plain Layout
14262 コマンド
14263 \end_layout
14264
14265 \end_inset
14266 </cell>
14267 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14268 \begin_inset Text
14269
14270 \begin_layout Plain Layout
14271 出力
14272 \end_layout
14273
14274 \end_inset
14275 </cell>
14276 </row>
14277 <row>
14278 <cell alignment="center" valignment="top" leftline="true" usebox="none">
14279 \begin_inset Text
14280
14281 \begin_layout Plain Layout
14282
14283 \backslash
14284 sum
14285 \backslash
14286 sum
14287 \begin_inset space \textvisiblespace{}
14288 \end_inset
14289
14290 f_kl
14291 \end_layout
14292
14293 \end_inset
14294 </cell>
14295 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
14296 \begin_inset Text
14297
14298 \begin_layout Plain Layout
14299 \begin_inset Formula $\sum\sum f_{kl}$
14300 \end_inset
14301
14302
14303 \end_layout
14304
14305 \end_inset
14306 </cell>
14307 </row>
14308 <row>
14309 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
14310 \begin_inset Text
14311
14312 \begin_layout Plain Layout
14313
14314 \backslash
14315 sum
14316 \backslash
14317 negmedspace
14318 \backslash
14319 sum
14320 \begin_inset space \textvisiblespace{}
14321 \end_inset
14322
14323 f_kl
14324 \end_layout
14325
14326 \end_inset
14327 </cell>
14328 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
14329 \begin_inset Text
14330
14331 \begin_layout Plain Layout
14332 \begin_inset Formula $\sum\negmedspace\sum f_{kl}$
14333 \end_inset
14334
14335
14336 \end_layout
14337
14338 \end_inset
14339 </cell>
14340 </row>
14341 </lyxtabular>
14342
14343 \end_inset
14344
14345
14346 \end_layout
14347
14348 \begin_layout Standard
14349 \noindent
14350 \begin_inset VSpace medskip
14351 \end_inset
14352
14353
14354 \end_layout
14355
14356 \begin_layout Standard
14357 \noindent
14358 イコール記号などの関係子は,
14359 つねに空白を前後に伴うようになっていますが,
14360 これを抑制するには,
14361 イコール記号を\SpecialChar TeX
14362 括弧で囲みます.以下の例にこれを示します.
14363 \end_layout
14364
14365 \begin_layout Standard
14366 \align center
14367 \begin_inset Tabular
14368 <lyxtabular version="3" rows="2" columns="2">
14369 <features booktabs="true" tabularvalignment="middle">
14370 <column alignment="center" valignment="top" width="0pt">
14371 <column alignment="center" valignment="top" width="0pt">
14372 <row>
14373 <cell alignment="center" valignment="top" usebox="none">
14374 \begin_inset Text
14375
14376 \begin_layout Plain Layout
14377 通常の数式
14378 \end_layout
14379
14380 \end_inset
14381 </cell>
14382 <cell alignment="center" valignment="top" usebox="none">
14383 \begin_inset Text
14384
14385 \begin_layout Plain Layout
14386 \begin_inset Formula $A=B$
14387 \end_inset
14388
14389
14390 \end_layout
14391
14392 \end_inset
14393 </cell>
14394 </row>
14395 <row>
14396 <cell alignment="center" valignment="top" usebox="none">
14397 \begin_inset Text
14398
14399 \begin_layout Plain Layout
14400 空白なしの数式
14401 \end_layout
14402
14403 \end_inset
14404 </cell>
14405 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
14406 \begin_inset Text
14407
14408 \begin_layout Plain Layout
14409 \begin_inset Formula $A{=}B$
14410 \end_inset
14411
14412
14413 \end_layout
14414
14415 \end_inset
14416 </cell>
14417 </row>
14418 </lyxtabular>
14419
14420 \end_inset
14421
14422
14423 \end_layout
14424
14425 \begin_layout Standard
14426 \noindent
14427 二行目の数式を作るコマンドは,
14428
14429 \series bold
14430 A
14431 \backslash
14432 {=
14433 \begin_inset Formula $\to$
14434 \end_inset
14435
14436 B
14437 \series default
14438 です.
14439 \end_layout
14440
14441 \begin_layout Standard
14442 \begin_inset VSpace bigskip
14443 \end_inset
14444
14445 物理単位には,
14446 値と単位のあいだに通常の空白ではなく,
14447 最小の空白を入れる必要があるために,
14448 それに適した空白が必要です.本文中の単位には,
14449
14450 \family sans
14451 \series bold
14452 挿入\SpecialChar menuseparator
14453 整形\SpecialChar menuseparator
14454 小空白
14455 \family default
14456 \series default
14457
14458 \begin_inset space \thinspace{}
14459 \end_inset
14460
14461 メニュー(ショートカット:
14462
14463 \begin_inset Info
14464 type  "shortcut"
14465 arg   "space-insert thin"
14466 \end_inset
14467
14468 )で,
14469 最小の空白を挿入することができます.
14470 \end_layout
14471
14472 \begin_layout Standard
14473 違いを示す例を以下に掲げます.
14474 \end_layout
14475
14476 \begin_layout Standard
14477 \begin_inset Tabular
14478 <lyxtabular version="3" rows="2" columns="2">
14479 <features tabularvalignment="middle">
14480 <column alignment="left" valignment="top">
14481 <column alignment="left" valignment="top">
14482 <row>
14483 <cell alignment="center" valignment="top" usebox="none">
14484 \begin_inset Text
14485
14486 \begin_layout Plain Layout
14487 24 kW
14488 \begin_inset Formula $\cdot$
14489 \end_inset
14490
14491 h
14492 \end_layout
14493
14494 \end_inset
14495 </cell>
14496 <cell alignment="center" valignment="top" usebox="none">
14497 \begin_inset Text
14498
14499 \begin_layout Plain Layout
14500 値と単位のあいだに通常の空白を入れた例
14501 \end_layout
14502
14503 \end_inset
14504 </cell>
14505 </row>
14506 <row>
14507 <cell alignment="center" valignment="top" usebox="none">
14508 \begin_inset Text
14509
14510 \begin_layout Plain Layout
14511 24
14512 \begin_inset space \thinspace{}
14513 \end_inset
14514
14515 kW
14516 \begin_inset Formula $\cdot$
14517 \end_inset
14518
14519 h
14520 \end_layout
14521
14522 \end_inset
14523 </cell>
14524 <cell alignment="center" valignment="top" usebox="none">
14525 \begin_inset Text
14526
14527 \begin_layout Plain Layout
14528 値と単位のあいだに最小の空白を入れた例
14529 \end_layout
14530
14531 \end_inset
14532 </cell>
14533 </row>
14534 </lyxtabular>
14535
14536 \end_inset
14537
14538
14539 \end_layout
14540
14541 \begin_layout Subsection
14542 可変長の空白
14543 \begin_inset ERT
14544 status collapsed
14545
14546 \begin_layout Plain Layout
14547
14548
14549 \backslash
14550 texorpdfstring{
14551 \end_layout
14552
14553 \end_inset
14554
14555
14556 \begin_inset Foot
14557 status collapsed
14558
14559 \begin_layout Plain Layout
14560 数式中の垂直方向の空白については,
14561
14562 \begin_inset CommandInset ref
14563 LatexCommand ref
14564 reference "subsec:行間"
14565 nolink "false"
14566
14567 \end_inset
14568
14569 節をご覧下さい.
14570 \end_layout
14571
14572 \end_inset
14573
14574
14575 \begin_inset ERT
14576 status collapsed
14577
14578 \begin_layout Plain Layout
14579
14580 }{}
14581 \end_layout
14582
14583 \end_inset
14584
14585
14586 \begin_inset Note Note
14587 status collapsed
14588
14589 \begin_layout Plain Layout
14590
14591 \backslash
14592 texorpdfstringは,
14593 PDFのしおりに脚註が現れるのを防ぐために使われています.
14594 \end_layout
14595
14596 \begin_layout Plain Layout
14597
14598 \backslash
14599 texorpdfstringについての詳細は,
14600
14601 \begin_inset CommandInset ref
14602 LatexCommand ref
14603 reference "subsec:節見出し中の数式"
14604 nolink "false"
14605
14606 \end_inset
14607
14608 節にあります.
14609 \end_layout
14610
14611 \end_inset
14612
14613
14614 \begin_inset CommandInset label
14615 LatexCommand label
14616 name "subsec:可変長の空白"
14617
14618 \end_inset
14619
14620
14621 \begin_inset Index idx
14622 range none
14623 pageformat default
14624 status collapsed
14625
14626 \begin_layout Plain Layout
14627 \begin_inset IndexMacro sortkey
14628 status open
14629
14630 \begin_layout Plain Layout
14631 くうはく
14632 \end_layout
14633
14634 \end_inset
14635
14636 空白
14637 \begin_inset IndexMacro subentry
14638 status open
14639
14640 \begin_layout Plain Layout
14641 \begin_inset IndexMacro sortkey
14642 status open
14643
14644 \begin_layout Plain Layout
14645 よこほうこうの
14646 \end_layout
14647
14648 \end_inset
14649
14650 横方向の
14651 \begin_inset space \thinspace{}
14652 \end_inset
14653
14654
14655
14656
14657 \end_layout
14658
14659 \end_inset
14660
14661
14662 \begin_inset IndexMacro subentry
14663 status open
14664
14665 \begin_layout Plain Layout
14666 \begin_inset IndexMacro sortkey
14667 status open
14668
14669 \begin_layout Plain Layout
14670 かへんちよう
14671 \end_layout
14672
14673 \end_inset
14674
14675 可変長
14676 \end_layout
14677
14678 \end_inset
14679
14680
14681 \end_layout
14682
14683 \end_inset
14684
14685
14686 \end_layout
14687
14688 \begin_layout Standard
14689 指定した長さの空白が,
14690
14691 \series bold
14692
14693 \backslash
14694 hspace
14695 \series default
14696
14697 \begin_inset Index idx
14698 range none
14699 pageformat default
14700 status collapsed
14701
14702 \begin_layout Plain Layout
14703 \begin_inset IndexMacro sortkey
14704 status open
14705
14706 \begin_layout Plain Layout
14707 こまんと
14708 \end_layout
14709
14710 \end_inset
14711
14712 コマンド
14713 \begin_inset IndexMacro subentry
14714 status open
14715
14716 \begin_layout Plain Layout
14717 H
14718 \end_layout
14719
14720 \end_inset
14721
14722
14723 \begin_inset IndexMacro subentry
14724 status open
14725
14726 \begin_layout Plain Layout
14727
14728 \backslash
14729 hspace
14730 \end_layout
14731
14732 \end_inset
14733
14734
14735 \end_layout
14736
14737 \end_inset
14738
14739 コマンドで入力することができます.すると,
14740 ながい「
14741 \color blue
14742
14743 \begin_inset space \textvisiblespace{}
14744 \end_inset
14745
14746
14747 \color inherit
14748 」が現れます.長さは,
14749
14750 \color blue
14751
14752 \begin_inset space \textvisiblespace{}
14753 \end_inset
14754
14755
14756 \color inherit
14757 」を左クリックすることによって指定することができます.長さは負の値でも構いません.空白が行冒頭の文字である場合,
14758 それは無視されます.この場合でも,
14759 空白出力を強制させたいときには,
14760
14761 \series bold
14762
14763 \backslash
14764 hspace
14765 \series default
14766 コマンドの代わりに
14767 \series bold
14768
14769 \backslash
14770 hspace*
14771 \series default
14772 コマンドを使用するか,
14773
14774 \color blue
14775 \lang english
14776
14777 \begin_inset space \textvisiblespace{}
14778 \end_inset
14779
14780
14781 \color inherit
14782 \lang japanese
14783 」の上を左クリックして,
14784
14785 \family sans
14786 保護
14787 \family default
14788 オプションをチェックしてください.
14789 \begin_inset Newline newline
14790 \end_inset
14791
14792 数式が使用できる空白をすべて使い尽くすだけの空白を挿入するには,
14793
14794 \series bold
14795
14796 \backslash
14797 hfill
14798 \series default
14799
14800 \begin_inset Index idx
14801 range none
14802 pageformat default
14803 status collapsed
14804
14805 \begin_layout Plain Layout
14806 \begin_inset IndexMacro sortkey
14807 status open
14808
14809 \begin_layout Plain Layout
14810 こまんと
14811 \end_layout
14812
14813 \end_inset
14814
14815 コマンド
14816 \begin_inset IndexMacro subentry
14817 status open
14818
14819 \begin_layout Plain Layout
14820 H
14821 \end_layout
14822
14823 \end_inset
14824
14825
14826 \begin_inset IndexMacro subentry
14827 status open
14828
14829 \begin_layout Plain Layout
14830
14831 \backslash
14832 hfill
14833 \end_layout
14834
14835 \end_inset
14836
14837
14838 \end_layout
14839
14840 \end_inset
14841
14842 コマンドを使用します.
14843 \end_layout
14844
14845 \begin_layout Standard
14846 \align center
14847 \begin_inset Tabular
14848 <lyxtabular version="3" rows="4" columns="2">
14849 <features booktabs="true" tabularvalignment="middle">
14850 <column alignment="center" valignment="top" width="0pt">
14851 <column alignment="center" valignment="top">
14852 <row>
14853 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14854 \begin_inset Text
14855
14856 \begin_layout Plain Layout
14857 コマンド(
14858 \backslash
14859 hspace 長さ)
14860 \end_layout
14861
14862 \end_inset
14863 </cell>
14864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14865 \begin_inset Text
14866
14867 \begin_layout Plain Layout
14868 出力
14869 \end_layout
14870
14871 \end_inset
14872 </cell>
14873 </row>
14874 <row>
14875 <cell alignment="center" valignment="top" leftline="true" usebox="none">
14876 \begin_inset Text
14877
14878 \begin_layout Plain Layout
14879 A=B
14880 \backslash
14881 hspace
14882 \begin_inset space \textvisiblespace{}
14883 \end_inset
14884
14885 A
14886 \backslash
14887 not=C (3
14888 \begin_inset space \thinspace{}
14889 \end_inset
14890
14891 cm)
14892 \end_layout
14893
14894 \end_inset
14895 </cell>
14896 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
14897 \begin_inset Text
14898
14899 \begin_layout Plain Layout
14900 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
14901 \end_inset
14902
14903
14904 \end_layout
14905
14906 \end_inset
14907 </cell>
14908 </row>
14909 <row>
14910 <cell alignment="center" valignment="top" leftline="true" usebox="none">
14911 \begin_inset Text
14912
14913 \begin_layout Plain Layout
14914 A
14915 \backslash
14916 hspace
14917 \begin_inset space \textvisiblespace{}
14918 \end_inset
14919
14920 A
14921 \backslash
14922 not=A (-1
14923 \begin_inset space \thinspace{}
14924 \end_inset
14925
14926 mm)
14927 \end_layout
14928
14929 \end_inset
14930 </cell>
14931 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
14932 \begin_inset Text
14933
14934 \begin_layout Plain Layout
14935 \begin_inset Formula $A\hspace{-1mm}A\not=A$
14936 \end_inset
14937
14938
14939 \end_layout
14940
14941 \end_inset
14942 </cell>
14943 </row>
14944 <row>
14945 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14946 \begin_inset Text
14947
14948 \begin_layout Plain Layout
14949 A=A
14950 \backslash
14951 hfill
14952 \begin_inset space \textvisiblespace{}
14953 \end_inset
14954
14955 B=B
14956 \end_layout
14957
14958 \end_inset
14959 </cell>
14960 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14961 \begin_inset Text
14962
14963 \begin_layout Plain Layout
14964 \begin_inset Formula $A=A\hfill B=B$
14965 \end_inset
14966
14967
14968 \end_layout
14969
14970 \end_inset
14971 </cell>
14972 </row>
14973 </lyxtabular>
14974
14975 \end_inset
14976
14977
14978 \end_layout
14979
14980 \begin_layout Standard
14981 上記の最後の例では,
14982 使用できる空白は,
14983 表の列中もっとも長い要素によって規定されます.行内数式では,
14984 空白は,
14985
14986 \series bold
14987
14988 \backslash
14989 hfill
14990 \series default
14991 が挿入された行の長さに依存します.つまり,
14992 その行が全幅を使用している場合,
14993 空白はまったく作られません.また
14994 \series bold
14995
14996 \backslash
14997 hfill
14998 \series default
14999 は,
15000 別行立て数式中では,
15001
15002 \series bold
15003 行頭下げ
15004 \series default
15005 数式スタイルが使われているときのみ,
15006 意味を持ちます(数式スタイルは第
15007 \begin_inset CommandInset ref
15008 LatexCommand ref
15009 reference "sec:数式様式"
15010 nolink "false"
15011
15012 \end_inset
15013
15014 節で説明されています).
15015 \end_layout
15016
15017 \begin_layout Standard
15018
15019 \series bold
15020
15021 \backslash
15022 hfill
15023 \series default
15024 の他にも,
15025 空白を模様で埋める
15026 \series bold
15027
15028 \backslash
15029 dotfill
15030 \series default
15031
15032 \series bold
15033
15034 \backslash
15035 hrulefill
15036 \series default
15037 といったコマンドがあります.用例については第
15038 \begin_inset CommandInset ref
15039 LatexCommand ref
15040 reference "subsec:省略符号"
15041 nolink "false"
15042
15043 \end_inset
15044
15045 節をご参照下さい.
15046 \end_layout
15047
15048 \begin_layout Standard
15049 本文中では,
15050 可変長空白は,
15051
15052 \family sans
15053 \series bold
15054 挿入\SpecialChar menuseparator
15055 整形\SpecialChar menuseparator
15056 水平方向の空白
15057 \family default
15058 \series default
15059
15060 \begin_inset space \thinspace{}
15061 \end_inset
15062
15063 メニューで挿入することができます.
15064 \end_layout
15065
15066 \begin_layout Standard
15067 (例)
15068 \end_layout
15069
15070 \begin_layout Standard
15071 この行には,
15072
15073 \begin_inset space \hspace{}
15074 \length 2cm
15075 \end_inset
15076
15077 2
15078 \begin_inset space \thinspace{}
15079 \end_inset
15080
15081 cmの空白が入っています.
15082 \end_layout
15083
15084 \begin_layout Standard
15085 この行には,
15086
15087 \begin_inset space \hfill{}
15088 \end_inset
15089
15090 最大の空白が入っています.
15091 \end_layout
15092
15093 \begin_layout Subsection
15094 行内数式周りの空白
15095 \begin_inset Index idx
15096 range none
15097 pageformat default
15098 status collapsed
15099
15100 \begin_layout Plain Layout
15101 \begin_inset IndexMacro sortkey
15102 status open
15103
15104 \begin_layout Plain Layout
15105 くうはく
15106 \end_layout
15107
15108 \end_inset
15109
15110 空白
15111 \begin_inset IndexMacro subentry
15112 status open
15113
15114 \begin_layout Plain Layout
15115 \begin_inset IndexMacro sortkey
15116 status open
15117
15118 \begin_layout Plain Layout
15119 きようないすうしきまわり
15120 \end_layout
15121
15122 \end_inset
15123
15124 行内数式周り
15125 \end_layout
15126
15127 \end_inset
15128
15129
15130 \end_layout
15131
15132 \end_inset
15133
15134
15135 \end_layout
15136
15137 \begin_layout Standard
15138 行内数式前後の空白は,
15139 長さ
15140 \series bold
15141
15142 \backslash
15143 mathsurround
15144 \begin_inset Index idx
15145 range none
15146 pageformat default
15147 status collapsed
15148
15149 \begin_layout Plain Layout
15150 \begin_inset IndexMacro sortkey
15151 status open
15152
15153 \begin_layout Plain Layout
15154 こまんと
15155 \end_layout
15156
15157 \end_inset
15158
15159 コマンド
15160 \begin_inset IndexMacro subentry
15161 status open
15162
15163 \begin_layout Plain Layout
15164 M
15165 \end_layout
15166
15167 \end_inset
15168
15169
15170 \begin_inset IndexMacro subentry
15171 status open
15172
15173 \begin_layout Plain Layout
15174
15175 \backslash
15176 mathsurround
15177 \end_layout
15178
15179 \end_inset
15180
15181
15182 \end_layout
15183
15184 \end_inset
15185
15186
15187 \series default
15188 を使って調節することができます.長さの値は,
15189 以下の書式を持つ
15190 \series bold
15191
15192 \backslash
15193 setlength
15194 \begin_inset Index idx
15195 range none
15196 pageformat default
15197 status collapsed
15198
15199 \begin_layout Plain Layout
15200 \begin_inset IndexMacro sortkey
15201 status open
15202
15203 \begin_layout Plain Layout
15204 こまんと
15205 \end_layout
15206
15207 \end_inset
15208
15209 コマンド
15210 \begin_inset IndexMacro subentry
15211 status open
15212
15213 \begin_layout Plain Layout
15214 S
15215 \end_layout
15216
15217 \end_inset
15218
15219
15220 \begin_inset IndexMacro subentry
15221 status open
15222
15223 \begin_layout Plain Layout
15224
15225 \backslash
15226 setlength
15227 \end_layout
15228
15229 \end_inset
15230
15231
15232 \end_layout
15233
15234 \end_inset
15235
15236
15237 \series default
15238 コマンドを使って設定することができます.
15239 \end_layout
15240
15241 \begin_layout Standard
15242
15243 \series bold
15244
15245 \backslash
15246 setlength{長さ名}{値}
15247 \end_layout
15248
15249 \begin_layout Standard
15250
15251 \series bold
15252
15253 \backslash
15254 mathsurround
15255 \series default
15256 を5
15257 \begin_inset space \thinspace{}
15258 \end_inset
15259
15260 mmの値に設定するには,
15261 以下のコマンド
15262 \end_layout
15263
15264 \begin_layout Standard
15265
15266 \series bold
15267
15268 \backslash
15269 setlength{
15270 \backslash
15271 mathsurround}{5mm}
15272 \end_layout
15273
15274 \begin_layout Standard
15275 を\SpecialChar TeX
15276 モードで挿入します.すると,
15277 5
15278 \begin_inset space \thinspace{}
15279 \end_inset
15280
15281 mmの空白がすべての行内数式の前後に設定されることになります.
15282 \begin_inset ERT
15283 status collapsed
15284
15285 \begin_layout Plain Layout
15286
15287
15288 \backslash
15289 setlength{
15290 \backslash
15291 mathsurround}{5mm}
15292 \end_layout
15293
15294 \end_inset
15295
15296
15297 \end_layout
15298
15299 \begin_layout Standard
15300 この行には,
15301 周囲に5
15302 \begin_inset space \thinspace{}
15303 \end_inset
15304
15305 mmの余白を設定した行内数式
15306 \begin_inset Formula $A=B$
15307 \end_inset
15308
15309 があります.
15310 \begin_inset ERT
15311 status collapsed
15312
15313 \begin_layout Plain Layout
15314
15315
15316 \backslash
15317 setlength{
15318 \backslash
15319 mathsurround}{0pt}
15320 \end_layout
15321
15322 \end_inset
15323
15324
15325 \end_layout
15326
15327 \begin_layout Standard
15328 既定値に戻すには,
15329
15330 \series bold
15331
15332 \backslash
15333 mathsurround
15334 \series default
15335 を0
15336 \begin_inset space \thinspace{}
15337 \end_inset
15338
15339 ptの値に戻して下さい.
15340 \end_layout
15341
15342 \begin_layout Section
15343 ボックスと枠
15344 \begin_inset Index idx
15345 range none
15346 pageformat default
15347 status collapsed
15348
15349 \begin_layout Plain Layout
15350 \begin_inset IndexMacro sortkey
15351 status open
15352
15353 \begin_layout Plain Layout
15354 ほつくす
15355 \end_layout
15356
15357 \end_inset
15358
15359 ボックス
15360 \end_layout
15361
15362 \end_inset
15363
15364
15365 \begin_inset Index idx
15366 range none
15367 pageformat default
15368 status collapsed
15369
15370 \begin_layout Plain Layout
15371 \begin_inset IndexMacro sortkey
15372 status open
15373
15374 \begin_layout Plain Layout
15375 わく
15376 \end_layout
15377
15378 \end_inset
15379
15380
15381 \begin_inset IndexMacro see
15382 status open
15383
15384 \begin_layout Plain Layout
15385 ボックス
15386 \end_layout
15387
15388 \end_inset
15389
15390
15391 \end_layout
15392
15393 \end_inset
15394
15395
15396 \end_layout
15397
15398 \begin_layout Standard
15399 本文中のボックスについては,
15400 取扱説明書『埋め込みオブジェクト篇』の「ボックス」の章に述べられています.
15401 \end_layout
15402
15403 \begin_layout Subsection
15404 枠付きボックス
15405 \begin_inset CommandInset label
15406 LatexCommand label
15407 name "subsec:枠付きボックス"
15408
15409 \end_inset
15410
15411
15412 \begin_inset Index idx
15413 range none
15414 pageformat default
15415 status collapsed
15416
15417 \begin_layout Plain Layout
15418 \begin_inset IndexMacro sortkey
15419 status open
15420
15421 \begin_layout Plain Layout
15422 ほつくす
15423 \end_layout
15424
15425 \end_inset
15426
15427 ボックス
15428 \begin_inset IndexMacro subentry
15429 status open
15430
15431 \begin_layout Plain Layout
15432 \begin_inset IndexMacro sortkey
15433 status open
15434
15435 \begin_layout Plain Layout
15436 わくつき
15437 \end_layout
15438
15439 \end_inset
15440
15441 枠付き
15442 \begin_inset space \thinspace{}
15443 \end_inset
15444
15445
15446
15447
15448 \end_layout
15449
15450 \end_inset
15451
15452
15453 \end_layout
15454
15455 \end_inset
15456
15457
15458 \end_layout
15459
15460 \begin_layout Standard
15461
15462 \series bold
15463
15464 \backslash
15465 fbox
15466 \series default
15467
15468 \begin_inset Index idx
15469 range none
15470 pageformat default
15471 status collapsed
15472
15473 \begin_layout Plain Layout
15474 \begin_inset IndexMacro sortkey
15475 status open
15476
15477 \begin_layout Plain Layout
15478 こまんと
15479 \end_layout
15480
15481 \end_inset
15482
15483 コマンド
15484 \begin_inset IndexMacro subentry
15485 status open
15486
15487 \begin_layout Plain Layout
15488 F
15489 \end_layout
15490
15491 \end_inset
15492
15493
15494 \begin_inset IndexMacro subentry
15495 status open
15496
15497 \begin_layout Plain Layout
15498
15499 \backslash
15500 fbox
15501 \end_layout
15502
15503 \end_inset
15504
15505
15506 \end_layout
15507
15508 \end_inset
15509
15510 コマンドや
15511 \series bold
15512
15513 \backslash
15514 boxed
15515 \series default
15516
15517 \begin_inset Index idx
15518 range none
15519 pageformat default
15520 status collapsed
15521
15522 \begin_layout Plain Layout
15523 \begin_inset IndexMacro sortkey
15524 status open
15525
15526 \begin_layout Plain Layout
15527 こまんと
15528 \end_layout
15529
15530 \end_inset
15531
15532 コマンド
15533 \begin_inset IndexMacro subentry
15534 status open
15535
15536 \begin_layout Plain Layout
15537 B
15538 \end_layout
15539
15540 \end_inset
15541
15542
15543 \begin_inset IndexMacro subentry
15544 status open
15545
15546 \begin_layout Plain Layout
15547
15548 \backslash
15549 boxed
15550 \end_layout
15551
15552 \end_inset
15553
15554
15555 \end_layout
15556
15557 \end_inset
15558
15559 コマンドを使えば,
15560 数式やその一部を枠の中に入れることができます.
15561 \end_layout
15562
15563 \begin_layout Standard
15564 どちらかのコマンドを数式に挿入すると,
15565 枠の中に青枠が現れ,
15566 数式の断片を入れることができます.
15567 \series bold
15568
15569 \backslash
15570 fbox
15571 \series default
15572 の場合には,
15573 そのままではボックスの中身が数式テキストとして取り扱われてしまうので,
15574
15575 \family sans
15576 Ctrl+M
15577 \family default
15578 を使って,
15579 このボックスの中にもう一度数式を作らなくてはなりません.
15580 \series bold
15581
15582 \backslash
15583 boxed
15584 \series default
15585 を使った場合には,
15586 新しい数式が自動的に枠内に作られます.
15587 \end_layout
15588
15589 \begin_layout Standard
15590
15591 \series bold
15592
15593 \backslash
15594 fbox
15595 \series default
15596 コマンドは,
15597 数式がつねに本文の大きさに設定されてしまうので,
15598 別行立て数式に枠を付けるのには適していません.逆に
15599 \series bold
15600
15601 \backslash
15602 boxed
15603 \series default
15604 は,
15605 数式がつねに別行立て数式の大きさに設定されてしまうので,
15606 行内数式に枠をつけるのには適していません.
15607 \end_layout
15608
15609 \begin_layout Standard
15610
15611 \series bold
15612
15613 \backslash
15614 fbox
15615 \series default
15616 の拡張として,
15617 枠幅と配置も指定することができる
15618 \series bold
15619
15620 \backslash
15621 framebox
15622 \series default
15623
15624 \begin_inset Index idx
15625 range none
15626 pageformat default
15627 status collapsed
15628
15629 \begin_layout Plain Layout
15630 \begin_inset IndexMacro sortkey
15631 status open
15632
15633 \begin_layout Plain Layout
15634 こまんと
15635 \end_layout
15636
15637 \end_inset
15638
15639 コマンド
15640 \begin_inset IndexMacro subentry
15641 status open
15642
15643 \begin_layout Plain Layout
15644 F
15645 \end_layout
15646
15647 \end_inset
15648
15649
15650 \begin_inset IndexMacro subentry
15651 status open
15652
15653 \begin_layout Plain Layout
15654
15655 \backslash
15656 framebox
15657 \end_layout
15658
15659 \end_inset
15660
15661
15662 \end_layout
15663
15664 \end_inset
15665
15666 コマンドがあります.
15667 \series bold
15668
15669 \backslash
15670 framebox
15671 \series default
15672 は,
15673 以下の書式を持ちます.
15674 \end_layout
15675
15676 \begin_layout Standard
15677
15678 \series bold
15679
15680 \backslash
15681 framebox[枠幅][位置]{ボックスの内容}
15682 \end_layout
15683
15684 \begin_layout Standard
15685 「位置」は,
15686
15687 \emph on
15688 l
15689 \emph default
15690
15691 \emph on
15692 r
15693 \emph default
15694 の値をとります.
15695 \emph on
15696 l
15697 \emph default
15698 は,
15699 ボックス中で数式を左寄せ,
15700
15701 \emph on
15702 r
15703 \emph default
15704 は右寄せにします.位置を指定しない時には,
15705 数式は中央揃えになります.
15706 \begin_inset Newline newline
15707 \end_inset
15708
15709 「枠幅」を指定しない時には,
15710 位置を指定することができません.この場合には,
15711
15712 \series bold
15713
15714 \backslash
15715 fbox
15716 \series default
15717 と同様,
15718 枠幅がボックスの内容に応じて調節されるのです.
15719 \end_layout
15720
15721 \begin_layout Standard
15722
15723 \series bold
15724
15725 \backslash
15726 framebox
15727 \series default
15728 コマンドを挿入すると,
15729 三つの青枠を含むボックスが現れます.最初の二つの枠は括弧で囲まれており,
15730 二つとも非必須の変数であることを意味します.三つ目の枠は,
15731
15732 \series bold
15733
15734 \backslash
15735 fbox
15736 \series default
15737 同様,
15738 数式の断片を入れるためのものです.
15739 \end_layout
15740
15741 \begin_layout Standard
15742 \align center
15743 \begin_inset Tabular
15744 <lyxtabular version="3" rows="5" columns="2">
15745 <features booktabs="true" tabularvalignment="middle">
15746 <column alignment="center" valignment="top" width="0pt">
15747 <column alignment="center" valignment="top">
15748 <row>
15749 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15750 \begin_inset Text
15751
15752 \begin_layout Plain Layout
15753 コマンド
15754 \end_layout
15755
15756 \end_inset
15757 </cell>
15758 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15759 \begin_inset Text
15760
15761 \begin_layout Plain Layout
15762 出力
15763 \end_layout
15764
15765 \end_inset
15766 </cell>
15767 </row>
15768 <row topspace="1.5mm">
15769 <cell alignment="center" valignment="top" usebox="none">
15770 \begin_inset Text
15771
15772 \begin_layout Plain Layout
15773
15774 \backslash
15775 fbox
15776 \begin_inset space \textvisiblespace{}
15777 \end_inset
15778
15779
15780 \family sans
15781 Ctrl+M
15782 \family default
15783  
15784 \backslash
15785 int
15786 \begin_inset space \textvisiblespace{}
15787 \end_inset
15788
15789 A=B
15790 \end_layout
15791
15792 \end_inset
15793 </cell>
15794 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15795 \begin_inset Text
15796
15797 \begin_layout Plain Layout
15798 \begin_inset Formula $\fbox{\ensuremath{\int A=B}}$
15799 \end_inset
15800
15801
15802 \end_layout
15803
15804 \end_inset
15805 </cell>
15806 </row>
15807 <row topspace="1.5mm">
15808 <cell alignment="center" valignment="top" usebox="none">
15809 \begin_inset Text
15810
15811 \begin_layout Plain Layout
15812
15813 \backslash
15814 boxed
15815 \begin_inset space \textvisiblespace{}
15816 \end_inset
15817
15818
15819 \backslash
15820 int
15821 \begin_inset space \textvisiblespace{}
15822 \end_inset
15823
15824 A=B
15825 \end_layout
15826
15827 \end_inset
15828 </cell>
15829 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15830 \begin_inset Text
15831
15832 \begin_layout Plain Layout
15833 \begin_inset Formula $\boxed{\int A=B}$
15834 \end_inset
15835
15836
15837 \end_layout
15838
15839 \end_inset
15840 </cell>
15841 </row>
15842 <row topspace="1.5mm">
15843 <cell alignment="center" valignment="top" usebox="none">
15844 \begin_inset Text
15845
15846 \begin_layout Plain Layout
15847 A+
15848 \backslash
15849 fbox
15850 \begin_inset space \textvisiblespace{}
15851 \end_inset
15852
15853 B
15854 \end_layout
15855
15856 \end_inset
15857 </cell>
15858 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
15859 \begin_inset Text
15860
15861 \begin_layout Plain Layout
15862 \begin_inset Formula $A+\fbox{B}$
15863 \end_inset
15864
15865
15866 \end_layout
15867
15868 \end_inset
15869 </cell>
15870 </row>
15871 <row topspace="1.5mm" bottomspace="1mm">
15872 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
15873 \begin_inset Text
15874
15875 \begin_layout Plain Layout
15876
15877 \backslash
15878 framebox
15879 \begin_inset space \textvisiblespace{}
15880 \end_inset
15881
15882 20mm
15883 \begin_inset Formula $\to$
15884 \end_inset
15885
15886
15887 \begin_inset Formula $\to$
15888 \end_inset
15889
15890
15891 \family sans
15892 Ctrl+M
15893 \family default
15894  
15895 \backslash
15896 frac
15897 \begin_inset space \textvisiblespace{}
15898 \end_inset
15899
15900 A
15901 \begin_inset Formula $\downarrow$
15902 \end_inset
15903
15904 B
15905 \end_layout
15906
15907 \end_inset
15908 </cell>
15909 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
15910 \begin_inset Text
15911
15912 \begin_layout Plain Layout
15913 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
15914 \end_inset
15915
15916
15917 \end_layout
15918
15919 \end_inset
15920 </cell>
15921 </row>
15922 </lyxtabular>
15923
15924 \end_inset
15925
15926
15927 \end_layout
15928
15929 \begin_layout Standard
15930 枠の厚みも調節可能です.そのためには,
15931 以下のコマンドを数式の前に\SpecialChar TeX
15932 モードで挿入しなくてはなりません.
15933 \end_layout
15934
15935 \begin_layout Standard
15936
15937 \series bold
15938
15939 \backslash
15940 fboxrule
15941 \series default
15942  
15943 \series bold
15944
15945 \begin_inset Quotes eld
15946 \end_inset
15947
15948 厚み
15949 \begin_inset Quotes erd
15950 \end_inset
15951
15952
15953 \series default
15954  
15955 \series bold
15956
15957 \backslash
15958 fboxsep
15959 \series default
15960  
15961 \series bold
15962
15963 \begin_inset Quotes eld
15964 \end_inset
15965
15966 距離
15967 \begin_inset Quotes erd
15968 \end_inset
15969
15970
15971 \end_layout
15972
15973 \begin_layout Standard
15974 \begin_inset Quotes eld
15975 \end_inset
15976
15977 距離
15978 \begin_inset Quotes erd
15979 \end_inset
15980
15981 は,
15982 枠とボックス内の一文字目との間の距離を示します.これを使った例として,
15983 以下の枠付き数式をご覧下さい.
15984 \begin_inset ERT
15985 status collapsed
15986
15987 \begin_layout Plain Layout
15988
15989
15990 \backslash
15991 fboxrule 2mm 
15992 \backslash
15993 fboxsep 3mm
15994 \end_layout
15995
15996 \end_inset
15997
15998
15999 \begin_inset Formula 
16000 \[
16001 \boxed{A+B=C}
16002 \]
16003
16004 \end_inset
16005
16006 この数式の直前には,
16007
16008 \end_layout
16009
16010 \begin_layout Standard
16011
16012 \series bold
16013
16014 \backslash
16015 fboxrule
16016 \series default
16017  
16018 \series bold
16019 2mm
16020 \series default
16021  
16022 \series bold
16023
16024 \backslash
16025 fboxsep
16026 \series default
16027  
16028 \series bold
16029 3mm
16030 \end_layout
16031
16032 \begin_layout Standard
16033 というコマンドが,
16034 \SpecialChar TeX
16035 モードで挿入されています.ここで与えられた値は,
16036 以後のすべてのボックスに適用されます.
16037 \end_layout
16038
16039 \begin_layout Standard
16040 標準の枠寸法に戻すには,
16041
16042 \end_layout
16043
16044 \begin_layout Standard
16045
16046 \series bold
16047
16048 \backslash
16049 fboxrule
16050 \series default
16051  
16052 \series bold
16053 0.4pt
16054 \series default
16055  
16056 \series bold
16057
16058 \backslash
16059 fboxsep
16060 \series default
16061  
16062 \series bold
16063 3pt
16064 \series default
16065
16066 \begin_inset ERT
16067 status collapsed
16068
16069 \begin_layout Plain Layout
16070
16071
16072 \backslash
16073 fboxrule 0.4pt 
16074 \backslash
16075 fboxsep 3pt
16076 \end_layout
16077
16078 \end_inset
16079
16080
16081 \end_layout
16082
16083 \begin_layout Standard
16084 というコマンドを,
16085 次の数式が始まる前に\SpecialChar TeX
16086 モードで挿入しておきます.
16087 \end_layout
16088
16089 \begin_layout Subsection
16090 枠なしボックス
16091 \begin_inset CommandInset label
16092 LatexCommand label
16093 name "subsec:枠なしボックス"
16094
16095 \end_inset
16096
16097
16098 \begin_inset Index idx
16099 range none
16100 pageformat default
16101 status collapsed
16102
16103 \begin_layout Plain Layout
16104 \begin_inset IndexMacro sortkey
16105 status open
16106
16107 \begin_layout Plain Layout
16108 ほつくす
16109 \end_layout
16110
16111 \end_inset
16112
16113 ボックス
16114 \begin_inset IndexMacro subentry
16115 status open
16116
16117 \begin_layout Plain Layout
16118 \begin_inset IndexMacro sortkey
16119 status open
16120
16121 \begin_layout Plain Layout
16122 わくなし
16123 \end_layout
16124
16125 \end_inset
16126
16127 枠なし
16128 \begin_inset space \thinspace{}
16129 \end_inset
16130
16131
16132
16133
16134 \end_layout
16135
16136 \end_inset
16137
16138
16139 \end_layout
16140
16141 \end_inset
16142
16143
16144 \end_layout
16145
16146 \begin_layout Standard
16147 枠のないボックスを作るには,
16148
16149 \series bold
16150
16151 \backslash
16152 mbox
16153 \series default
16154
16155 \begin_inset Index idx
16156 range none
16157 pageformat default
16158 status collapsed
16159
16160 \begin_layout Plain Layout
16161 \begin_inset IndexMacro sortkey
16162 status open
16163
16164 \begin_layout Plain Layout
16165 こまんと
16166 \end_layout
16167
16168 \end_inset
16169
16170 コマンド
16171 \begin_inset IndexMacro subentry
16172 status open
16173
16174 \begin_layout Plain Layout
16175 M
16176 \end_layout
16177
16178 \end_inset
16179
16180
16181 \begin_inset IndexMacro subentry
16182 status open
16183
16184 \begin_layout Plain Layout
16185
16186 \backslash
16187 mbox
16188 \end_layout
16189
16190 \end_inset
16191
16192
16193 \end_layout
16194
16195 \end_inset
16196
16197
16198 \series bold
16199
16200 \backslash
16201 makebox
16202 \series default
16203
16204 \begin_inset Index idx
16205 range none
16206 pageformat default
16207 status collapsed
16208
16209 \begin_layout Plain Layout
16210 \begin_inset IndexMacro sortkey
16211 status open
16212
16213 \begin_layout Plain Layout
16214 こまんと
16215 \end_layout
16216
16217 \end_inset
16218
16219 コマンド
16220 \begin_inset IndexMacro subentry
16221 status open
16222
16223 \begin_layout Plain Layout
16224 M
16225 \end_layout
16226
16227 \end_inset
16228
16229
16230 \begin_inset IndexMacro subentry
16231 status open
16232
16233 \begin_layout Plain Layout
16234
16235 \backslash
16236 makebox
16237 \end_layout
16238
16239 \end_inset
16240
16241
16242 \end_layout
16243
16244 \end_inset
16245
16246
16247 \series bold
16248
16249 \backslash
16250 raisebox
16251 \series default
16252
16253 \begin_inset Index idx
16254 range none
16255 pageformat default
16256 status collapsed
16257
16258 \begin_layout Plain Layout
16259 \begin_inset IndexMacro sortkey
16260 status open
16261
16262 \begin_layout Plain Layout
16263 こまんと
16264 \end_layout
16265
16266 \end_inset
16267
16268 コマンド
16269 \begin_inset IndexMacro subentry
16270 status open
16271
16272 \begin_layout Plain Layout
16273 R
16274 \end_layout
16275
16276 \end_inset
16277
16278
16279 \begin_inset IndexMacro subentry
16280 status open
16281
16282 \begin_layout Plain Layout
16283
16284 \backslash
16285 raisebox
16286 \end_layout
16287
16288 \end_inset
16289
16290
16291 \end_layout
16292
16293 \end_inset
16294
16295 の三つのコマンドがあります.
16296 \end_layout
16297
16298 \begin_layout Standard
16299
16300 \series bold
16301
16302 \backslash
16303 raisebox
16304 \series default
16305 を使うと,
16306 ボックスを上付きにしたり下付きにしたりすることができます.しかし,
16307 通常の上付き文字・下付き文字とは違い,
16308 ボックス内の文字寸法はそのまま保たれます.
16309 \series bold
16310
16311 \backslash
16312 raisebox
16313 \series default
16314 は,
16315 以下の書式で用いられます.
16316 \end_layout
16317
16318 \begin_layout Standard
16319
16320 \series bold
16321
16322 \backslash
16323 raisebox{高さ}{ボックスの内容}
16324 \end_layout
16325
16326 \begin_layout Standard
16327
16328 \series bold
16329
16330 \backslash
16331 fbox
16332 \series default
16333 と同様,
16334 ボックスに数式を入れる際には,
16335 明示的に数式として入れる必要があります.
16336 \begin_inset Note Greyedout
16337 status open
16338
16339 \begin_layout Plain Layout
16340
16341 \series bold
16342 [註]
16343 \series default
16344 下の最後の
16345 \series bold
16346
16347 \backslash
16348 raisebox
16349 \series default
16350 のところで,
16351
16352 \family sans
16353 Ctrl+M
16354 \family default
16355 を一回でなく二回押すことによって,
16356 もう一段数式をいれています.これは,
16357 \SpecialChar LyX
16358
16359 \series bold
16360
16361 \backslash
16362 raisebox
16363 \series default
16364 を直接サポートしていないためです.
16365 \end_layout
16366
16367 \end_inset
16368
16369
16370 \end_layout
16371
16372 \begin_layout Standard
16373 \align center
16374 \begin_inset Tabular
16375 <lyxtabular version="3" rows="4" columns="2">
16376 <features booktabs="true" tabularvalignment="middle">
16377 <column alignment="center" valignment="top" width="0pt">
16378 <column alignment="center" valignment="top">
16379 <row>
16380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16381 \begin_inset Text
16382
16383 \begin_layout Plain Layout
16384 コマンド
16385 \end_layout
16386
16387 \end_inset
16388 </cell>
16389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16390 \begin_inset Text
16391
16392 \begin_layout Plain Layout
16393 出力
16394 \end_layout
16395
16396 \end_inset
16397 </cell>
16398 </row>
16399 <row>
16400 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16401 \begin_inset Text
16402
16403 \begin_layout Plain Layout
16404 H
16405 \backslash
16406 raisebox{2mm
16407 \begin_inset Formula $\to$
16408 \end_inset
16409
16410
16411 \backslash
16412 {al
16413 \begin_inset Formula $\to$
16414 \end_inset
16415
16416  lo
16417 \end_layout
16418
16419 \end_inset
16420 </cell>
16421 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16422 \begin_inset Text
16423
16424 \begin_layout Plain Layout
16425 \begin_inset Formula $H\raisebox{2mm}{al}lo$
16426 \end_inset
16427
16428
16429 \end_layout
16430
16431 \end_inset
16432 </cell>
16433 </row>
16434 <row>
16435 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16436 \begin_inset Text
16437
16438 \begin_layout Plain Layout
16439 H
16440 \backslash
16441 raisebox{-2mm
16442 \begin_inset Formula $\to$
16443 \end_inset
16444
16445
16446 \backslash
16447 {al
16448 \begin_inset Formula $\to$
16449 \end_inset
16450
16451 lo
16452 \end_layout
16453
16454 \end_inset
16455 </cell>
16456 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16457 \begin_inset Text
16458
16459 \begin_layout Plain Layout
16460 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
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" bottomline="true" leftline="true" usebox="none">
16471 \begin_inset Text
16472
16473 \begin_layout Plain Layout
16474 A=
16475 \backslash
16476 raisebox{-2mm
16477 \begin_inset Formula $\to$
16478 \end_inset
16479
16480
16481 \backslash
16482 {
16483 \family sans
16484 Ctrl+M Ctrl+M
16485 \family default
16486  
16487 \backslash
16488 sqrt
16489 \begin_inset space \textvisiblespace{}
16490 \end_inset
16491
16492
16493 \end_layout
16494
16495 \end_inset
16496 </cell>
16497 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16498 \begin_inset Text
16499
16500 \begin_layout Plain Layout
16501 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
16502 \end_inset
16503
16504
16505 \end_layout
16506
16507 \end_inset
16508 </cell>
16509 </row>
16510 </lyxtabular>
16511
16512 \end_inset
16513
16514
16515 \end_layout
16516
16517 \begin_layout Standard
16518 枠がないことを除けば,
16519
16520 \series bold
16521
16522 \backslash
16523 mbox
16524 \series default
16525 コマンドは
16526 \series bold
16527
16528 \backslash
16529 fbox
16530 \series default
16531 と同じであり,
16532
16533 \series bold
16534
16535 \backslash
16536 makebox
16537 \series default
16538
16539 \series bold
16540
16541 \backslash
16542 framebox
16543 \series default
16544 と同じです.
16545 \end_layout
16546
16547 \begin_layout Subsection
16548 色付きボックス
16549 \begin_inset CommandInset label
16550 LatexCommand label
16551 name "subsec:色付きボックス"
16552
16553 \end_inset
16554
16555
16556 \begin_inset Index idx
16557 range none
16558 pageformat default
16559 status collapsed
16560
16561 \begin_layout Plain Layout
16562 \begin_inset IndexMacro sortkey
16563 status open
16564
16565 \begin_layout Plain Layout
16566 ほつくす
16567 \end_layout
16568
16569 \end_inset
16570
16571 ボックス
16572 \begin_inset IndexMacro subentry
16573 status open
16574
16575 \begin_layout Plain Layout
16576 \begin_inset IndexMacro sortkey
16577 status open
16578
16579 \begin_layout Plain Layout
16580 いろつき
16581 \end_layout
16582
16583 \end_inset
16584
16585 色付き
16586 \begin_inset space \thinspace{}
16587 \end_inset
16588
16589
16590
16591
16592 \end_layout
16593
16594 \end_inset
16595
16596
16597 \end_layout
16598
16599 \end_inset
16600
16601
16602 \end_layout
16603
16604 \begin_layout Standard
16605 本節で説明されているコマンドをすべて使えるようにするためには,
16606 \SpecialChar LaTeX
16607 プリアンブルに
16608 \end_layout
16609
16610 \begin_layout Standard
16611
16612 \series bold
16613
16614 \backslash
16615 usepackage{color}
16616 \end_layout
16617
16618 \begin_layout Standard
16619 という行
16620 \begin_inset Foot
16621 status collapsed
16622
16623 \begin_layout Plain Layout
16624 定義済みの色を使って,
16625 文書中のどこかで文章に色を付けてある場合,
16626 \SpecialChar LyX
16627 は,
16628 自動的に\SpecialChar LaTeX
16629 パッケージ
16630 \series bold
16631 color
16632 \series default
16633 を読み込みます.したがって,
16634 本パッケージが二度読み込まれる可能性があるわけですが,
16635 そうなったとしても問題は生じません.
16636 \end_layout
16637
16638 \end_inset
16639
16640
16641 \begin_inset Note Note
16642 status collapsed
16643
16644 \begin_layout Plain Layout
16645 本パッケージが二度読み込まれることを防ぐために,
16646 \SpecialChar LaTeX
16647 プリアンブルにマクロを挿入してあります.
16648 \end_layout
16649
16650 \end_inset
16651
16652 を書き加えて,
16653 \SpecialChar LaTeX
16654 パッケージの
16655 \series bold
16656 color
16657 \series default
16658
16659 \begin_inset Foot
16660 status collapsed
16661
16662 \begin_layout Plain Layout
16663 \SpecialChar LaTeX
16664 パッケージ
16665 \series bold
16666 color
16667 \series default
16668 は,
16669 すべての標準的な\SpecialChar LaTeX
16670 頒布版に含まれています.
16671 \end_layout
16672
16673 \end_inset
16674
16675
16676 \begin_inset Index idx
16677 range none
16678 pageformat default
16679 status collapsed
16680
16681 \begin_layout Plain Layout
16682 \begin_inset IndexMacro sortkey
16683 status open
16684
16685 \begin_layout Plain Layout
16686 はつけし
16687 \end_layout
16688
16689 \end_inset
16690
16691 パッケージ
16692 \begin_inset IndexMacro subentry
16693 status open
16694
16695 \begin_layout Plain Layout
16696 color
16697 \end_layout
16698
16699 \end_inset
16700
16701
16702 \end_layout
16703
16704 \end_inset
16705
16706 を読み込む必要があります.
16707 \end_layout
16708
16709 \begin_layout Standard
16710 \begin_inset VSpace medskip
16711 \end_inset
16712
16713 ボックスに色を付けるには,
16714
16715 \series bold
16716
16717 \backslash
16718 colorbox
16719 \series default
16720
16721 \begin_inset Index idx
16722 range none
16723 pageformat default
16724 status collapsed
16725
16726 \begin_layout Plain Layout
16727 \begin_inset IndexMacro sortkey
16728 status open
16729
16730 \begin_layout Plain Layout
16731 こまんと
16732 \end_layout
16733
16734 \end_inset
16735
16736 コマンド
16737 \begin_inset IndexMacro subentry
16738 status open
16739
16740 \begin_layout Plain Layout
16741 C
16742 \end_layout
16743
16744 \end_inset
16745
16746
16747 \begin_inset IndexMacro subentry
16748 status open
16749
16750 \begin_layout Plain Layout
16751
16752 \backslash
16753 colorbox
16754 \end_layout
16755
16756 \end_inset
16757
16758
16759 \end_layout
16760
16761 \end_inset
16762
16763 コマンドを以下の書式で使用します.
16764 \end_layout
16765
16766 \begin_layout Standard
16767
16768 \series bold
16769
16770 \backslash
16771 colorbox{色}{ボックスの内容}
16772 \end_layout
16773
16774 \begin_layout Standard
16775 ボックスの内容には,
16776 別のボックスが含まれても構いませんし,
16777
16778 \series bold
16779
16780 \backslash
16781 colorbox
16782 \series default
16783 自体も,
16784 別のボックスに入っていても構いません(以下の二番目と三番目の例を参照してください).ボックスに数式を含める場合には,
16785
16786 \series bold
16787
16788 \backslash
16789 raisebox
16790 \series default
16791 と同様,
16792 明示的に数式を作らなくてはなりません
16793 \begin_inset Foot
16794 status collapsed
16795
16796 \begin_layout Plain Layout
16797 これは,
16798
16799 \series bold
16800
16801 \backslash
16802 fcolorbox
16803 \series default
16804 コマンドにも当てはまります.
16805 \end_layout
16806
16807 \end_inset
16808
16809
16810 \end_layout
16811
16812 \begin_layout Standard
16813 選択できる定義済みの色としては,
16814
16815 \end_layout
16816
16817 \begin_layout Standard
16818
16819 \series bold
16820 black
16821 \series default
16822 (黒)・
16823 \series bold
16824 blue
16825 \series default
16826 (青)・
16827 \series bold
16828 cyan
16829 \series default
16830 (シアン)・
16831 \series bold
16832 green
16833 \series default
16834 (緑)・
16835 \series bold
16836 magenta
16837 \series default
16838 (マゼンタ)・
16839 \series bold
16840 red
16841 \series default
16842 (赤)・
16843 \series bold
16844 white
16845 \series default
16846 (白)・
16847 \series bold
16848 yellow
16849 \series default
16850 (黄)
16851 \end_layout
16852
16853 \begin_layout Standard
16854 があります.
16855 \end_layout
16856
16857 \begin_layout Standard
16858 \align center
16859 \begin_inset Tabular
16860 <lyxtabular version="3" rows="4" columns="2">
16861 <features booktabs="true" tabularvalignment="middle">
16862 <column alignment="center" valignment="top" width="0pt">
16863 <column alignment="center" valignment="top">
16864 <row>
16865 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16866 \begin_inset Text
16867
16868 \begin_layout Plain Layout
16869 コマンド
16870 \end_layout
16871
16872 \end_inset
16873 </cell>
16874 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16875 \begin_inset Text
16876
16877 \begin_layout Plain Layout
16878 出力
16879 \end_layout
16880
16881 \end_inset
16882 </cell>
16883 </row>
16884 <row>
16885 <cell alignment="center" valignment="top" leftline="true" usebox="none">
16886 \begin_inset Text
16887
16888 \begin_layout Plain Layout
16889
16890 \backslash
16891 colorbox{yellow
16892 \begin_inset Formula $\to$
16893 \end_inset
16894
16895
16896 \backslash
16897 {A=B
16898 \end_layout
16899
16900 \end_inset
16901 </cell>
16902 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16903 \begin_inset Text
16904
16905 \begin_layout Plain Layout
16906 \begin_inset Formula $\colorbox{yellow}{A=B}$
16907 \end_inset
16908
16909
16910 \end_layout
16911
16912 \end_inset
16913 </cell>
16914 </row>
16915 <row topspace="1.5mm">
16916 <cell alignment="center" valignment="top" usebox="none">
16917 \begin_inset Text
16918
16919 \begin_layout Plain Layout
16920
16921 \backslash
16922 colorbox{green
16923 \begin_inset Formula $\to$
16924 \end_inset
16925
16926
16927 \backslash
16928 {
16929 \backslash
16930 fbox
16931 \begin_inset space \textvisiblespace{}
16932 \end_inset
16933
16934 A=B
16935 \end_layout
16936
16937 \end_inset
16938 </cell>
16939 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
16940 \begin_inset Text
16941
16942 \begin_layout Plain Layout
16943 \begin_inset Formula $\colorbox{green}{\fbox{A=B}}$
16944 \end_inset
16945
16946
16947 \end_layout
16948
16949 \end_inset
16950 </cell>
16951 </row>
16952 <row topspace="1.5mm" bottomspace="1mm">
16953 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
16954 \begin_inset Text
16955
16956 \begin_layout Plain Layout
16957
16958 \backslash
16959 fbox
16960 \begin_inset space \textvisiblespace{}
16961 \end_inset
16962
16963
16964 \backslash
16965 colorbox{green
16966 \begin_inset Formula $\to$
16967 \end_inset
16968
16969
16970 \backslash
16971 {
16972 \family sans
16973 Ctrl+M
16974 \family default
16975  
16976 \family sans
16977 Ctrl+M
16978 \family default
16979  
16980 \backslash
16981 int
16982 \begin_inset space \textvisiblespace{}
16983 \end_inset
16984
16985 C=D
16986 \end_layout
16987
16988 \end_inset
16989 </cell>
16990 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
16991 \begin_inset Text
16992
16993 \begin_layout Plain Layout
16994 \begin_inset Formula $\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}$
16995 \end_inset
16996
16997
16998 \end_layout
16999
17000 \end_inset
17001 </cell>
17002 </row>
17003 </lyxtabular>
17004
17005 \end_inset
17006
17007
17008 \end_layout
17009
17010 \begin_layout Standard
17011
17012 \series bold
17013
17014 \backslash
17015 colorbox
17016 \series default
17017 は,
17018 ボックスに色をつけるだけで,
17019 ボックス内の文字には色付けをしません.すべての文字に色付けするには,
17020 数式全体を選択し,
17021
17022 \family sans
17023 \series bold
17024 文字様式
17025 \family default
17026 \series default
17027 ダイアログで欲しい色を選択します.このダイアログは,
17028 ツールバーボタン
17029 \begin_inset Info
17030 type  "icon"
17031 arg   "dialog-show character"
17032 \end_inset
17033
17034
17035 \family sans
17036
17037 \begin_inset space \thinspace{}
17038 \end_inset
17039
17040
17041 \series bold
17042 編集\SpecialChar menuseparator
17043 文字様式\SpecialChar menuseparator
17044 任意設定
17045 \family default
17046 \series default
17047
17048 \begin_inset space \thinspace{}
17049 \end_inset
17050
17051 メニューで開くことができます.すると,
17052 数式番号も数式と同じ色になります.数式番号が数式の文字とは別の色になるようにするには,
17053 数式内部で色を変えなくてはなりません.
17054 \end_layout
17055
17056 \begin_layout Standard
17057 たとえば,
17058
17059 \end_layout
17060
17061 \begin_layout Standard
17062
17063 \color red
17064 \begin_inset Formula 
17065 \begin{equation}
17066 \int A=B\label{eq:red}
17067 \end{equation}
17068
17069 \end_inset
17070
17071
17072 \color green
17073
17074 \begin_inset Formula 
17075 \begin{equation}
17076 \textcolor{red}{\int A=B}\label{eq:redgreen}
17077 \end{equation}
17078
17079 \end_inset
17080
17081
17082 \end_layout
17083
17084 \begin_layout Standard
17085 数式
17086 \begin_inset CommandInset ref
17087 LatexCommand eqref
17088 reference "eq:red"
17089 nolink "false"
17090
17091 \end_inset
17092
17093 は,
17094 全体が赤色です.
17095 \begin_inset Newline newline
17096 \end_inset
17097
17098 数式
17099 \begin_inset CommandInset ref
17100 LatexCommand eqref
17101 reference "eq:redgreen"
17102 nolink "false"
17103
17104 \end_inset
17105
17106 は,
17107 数式番号を緑色にするために,
17108 まず全体を緑色にします.その後,
17109 数式内の文字を赤色にします.
17110 \end_layout
17111
17112 \begin_layout Standard
17113 \begin_inset VSpace bigskip
17114 \end_inset
17115
17116 ボックスの枠だけ別の色にするには,
17117
17118 \series bold
17119
17120 \backslash
17121 fcolorbox
17122 \series default
17123
17124 \begin_inset Index idx
17125 range none
17126 pageformat default
17127 status collapsed
17128
17129 \begin_layout Plain Layout
17130 \begin_inset IndexMacro sortkey
17131 status open
17132
17133 \begin_layout Plain Layout
17134 こまんと
17135 \end_layout
17136
17137 \end_inset
17138
17139 コマンド
17140 \begin_inset IndexMacro subentry
17141 status open
17142
17143 \begin_layout Plain Layout
17144 F
17145 \end_layout
17146
17147 \end_inset
17148
17149
17150 \begin_inset IndexMacro subentry
17151 status open
17152
17153 \begin_layout Plain Layout
17154
17155 \backslash
17156 fcolorbox
17157 \end_layout
17158
17159 \end_inset
17160
17161
17162 \end_layout
17163
17164 \end_inset
17165
17166 コマンドを以下の書式で使用します.
17167 \end_layout
17168
17169 \begin_layout Standard
17170
17171 \series bold
17172
17173 \backslash
17174 fcolorbox{枠の色}{色}{ボックスの内容}
17175 \end_layout
17176
17177 \begin_layout Standard
17178 つまり,
17179
17180 \series bold
17181
17182 \backslash
17183 fcolorbox
17184 \series default
17185
17186 \series bold
17187
17188 \backslash
17189 colorbox
17190 \series default
17191 コマンドの拡張です.
17192 \series bold
17193
17194 \backslash
17195 framebox
17196 \series default
17197 と同様に,
17198 枠の厚みは
17199 \series bold
17200
17201 \backslash
17202 fboxrule
17203 \series default
17204
17205 \series bold
17206
17207 \backslash
17208 fboxsep
17209 \series default
17210 で設定します.たとえば,
17211
17212 \begin_inset ERT
17213 status collapsed
17214
17215 \begin_layout Plain Layout
17216
17217
17218 \backslash
17219 fboxrule 1mm 
17220 \backslash
17221 fboxsep 1mm
17222 \end_layout
17223
17224 \end_inset
17225
17226
17227 \begin_inset Formula 
17228 \[
17229 \fcolorbox{cyan}{magenta}{A=B}
17230 \]
17231
17232 \end_inset
17233
17234
17235 \begin_inset ERT
17236 status collapsed
17237
17238 \begin_layout Plain Layout
17239
17240
17241 \backslash
17242 fboxrule 0.4pt 
17243 \backslash
17244 fboxsep 3pt
17245 \end_layout
17246
17247 \end_inset
17248
17249 のようにします.
17250 \end_layout
17251
17252 \begin_layout Standard
17253 上記の数式は,
17254 以下のコマンドで作成されています.
17255 \begin_inset Newline newline
17256 \end_inset
17257
17258
17259 \series bold
17260
17261 \backslash
17262 fcolorbox{cyan
17263 \begin_inset Formula $\to$
17264 \end_inset
17265
17266
17267 \backslash
17268 {magenta
17269 \begin_inset Formula $\to$
17270 \end_inset
17271
17272
17273 \backslash
17274 {A=B
17275 \series default
17276 .
17277 \end_layout
17278
17279 \begin_layout Standard
17280 \begin_inset VSpace bigskip
17281 \end_inset
17282
17283 定義済みの色以外の色を使いたい場合には,
17284 まずその色を定義しなくてはなりません.
17285 \end_layout
17286
17287 \begin_layout Standard
17288 たとえば,
17289
17290 \series bold
17291 darkgreen
17292 \series default
17293 」という色を定義するには,
17294 \SpecialChar LaTeX
17295 プリアンブルに
17296 \end_layout
17297
17298 \begin_layout Standard
17299
17300 \series bold
17301
17302 \backslash
17303 definecolor{darkgreen}{cmyk}{0.5,
17304
17305 \series default
17306  
17307 \series bold
17308 0,
17309
17310 \series default
17311  
17312 \series bold
17313 1,
17314
17315 \series default
17316  
17317 \series bold
17318 0.5}
17319 \series default
17320
17321 \begin_inset Index idx
17322 range none
17323 pageformat default
17324 status collapsed
17325
17326 \begin_layout Plain Layout
17327 \begin_inset IndexMacro sortkey
17328 status open
17329
17330 \begin_layout Plain Layout
17331 こまんと
17332 \end_layout
17333
17334 \end_inset
17335
17336 コマンド
17337 \begin_inset IndexMacro subentry
17338 status open
17339
17340 \begin_layout Plain Layout
17341 D
17342 \end_layout
17343
17344 \end_inset
17345
17346
17347 \begin_inset IndexMacro subentry
17348 status open
17349
17350 \begin_layout Plain Layout
17351
17352 \backslash
17353 definecolor
17354 \end_layout
17355
17356 \end_inset
17357
17358
17359 \end_layout
17360
17361 \end_inset
17362
17363
17364 \end_layout
17365
17366 \begin_layout Standard
17367 という行を書き加えます.
17368 \end_layout
17369
17370 \begin_layout Standard
17371
17372 \series bold
17373 cmyk
17374 \series default
17375 とは,
17376
17377 \series bold
17378 cyan
17379 \series default
17380 (シアン)・
17381 \series bold
17382 magenta
17383 \series default
17384 (マゼンタ)・
17385 \series bold
17386 yellow
17387 \series default
17388 (黄)・
17389 \series bold
17390 black
17391 \series default
17392 (黒)の各色を表す色空間です.コンマで区切られた四つの数字は,
17393 この色空間における各色の出力強度です.強度は,
17394 0
17395 \begin_inset space \thinspace{}
17396 \end_inset
17397
17398 -
17399 \begin_inset space \thinspace{}
17400 \end_inset
17401
17402 1の範囲をとることができます.定義には,
17403
17404 \series bold
17405 cmyk
17406 \series default
17407 の他に,
17408
17409 \series bold
17410 rgb
17411 \series default
17412 という色空間を使うこともできます.
17413 \series bold
17414 rgb
17415 \series default
17416 とは,
17417
17418 \series bold
17419 red
17420 \series default
17421 (赤)・
17422 \series bold
17423 green
17424 \series default
17425 (緑)・
17426 \series bold
17427 blue
17428 \series default
17429 (青)の各色を意味し,
17430 この場合には,
17431 各色に対応した三つの出力強度を指定します.さらに,
17432 灰色の出力強度のみをとる
17433 \series bold
17434 gray
17435 \series default
17436 という色空間もあります.
17437 \end_layout
17438
17439 \begin_layout Standard
17440 例として,
17441 文字が
17442 \series bold
17443 yellow
17444 \series default
17445 に色付けされ,
17446 新しく定義した
17447 \series bold
17448 darkgreen
17449 \series default
17450 という色を持つ枠付きボックスを挙げておきます.
17451 \begin_inset Formula 
17452 \begin{equation}
17453 \colorbox{darkgreen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}
17454 \end{equation}
17455
17456 \end_inset
17457
17458
17459 \end_layout
17460
17461 \begin_layout Standard
17462
17463 \series bold
17464
17465 \backslash
17466 textcolor
17467 \series default
17468 コマンドを使うと,
17469 以下のように,
17470 自前で定義した色をテキスト中でも使用することができます.
17471 \begin_inset Index idx
17472 range none
17473 pageformat default
17474 status collapsed
17475
17476 \begin_layout Plain Layout
17477 \begin_inset IndexMacro sortkey
17478 status open
17479
17480 \begin_layout Plain Layout
17481 てきすと
17482 \end_layout
17483
17484 \end_inset
17485
17486 テキスト
17487 \begin_inset IndexMacro subentry
17488 status open
17489
17490 \begin_layout Plain Layout
17491 \begin_inset IndexMacro sortkey
17492 status open
17493
17494 \begin_layout Plain Layout
17495 いろつき
17496 \end_layout
17497
17498 \end_inset
17499
17500 色付き
17501 \end_layout
17502
17503 \end_inset
17504
17505
17506 \end_layout
17507
17508 \end_inset
17509
17510
17511 \end_layout
17512
17513 \begin_layout Standard
17514 \begin_inset ERT
17515 status collapsed
17516
17517 \begin_layout Plain Layout
17518
17519
17520 \backslash
17521 textcolor{darkgreen}{
17522 \end_layout
17523
17524 \end_inset
17525
17526 この文は「darkgreen」です.
17527 \begin_inset ERT
17528 status collapsed
17529
17530 \begin_layout Plain Layout
17531
17532 }
17533 \end_layout
17534
17535 \end_inset
17536
17537
17538 \end_layout
17539
17540 \begin_layout Standard
17541
17542 \series bold
17543
17544 \backslash
17545 textcolor
17546 \series default
17547
17548 \begin_inset Index idx
17549 range none
17550 pageformat default
17551 status collapsed
17552
17553 \begin_layout Plain Layout
17554 \begin_inset IndexMacro sortkey
17555 status open
17556
17557 \begin_layout Plain Layout
17558 こまんと
17559 \end_layout
17560
17561 \end_inset
17562
17563 コマンド
17564 \begin_inset IndexMacro subentry
17565 status open
17566
17567 \begin_layout Plain Layout
17568 T
17569 \end_layout
17570
17571 \end_inset
17572
17573
17574 \begin_inset IndexMacro subentry
17575 status open
17576
17577 \begin_layout Plain Layout
17578
17579 \backslash
17580 textcolor
17581 \end_layout
17582
17583 \end_inset
17584
17585
17586 \end_layout
17587
17588 \end_inset
17589
17590 は,
17591
17592 \series bold
17593
17594 \backslash
17595 textcolor{色}{色付けをする文}
17596 \series default
17597 という書式で使用することができます.
17598 \end_layout
17599
17600 \begin_layout Subsection
17601 段落ボックス
17602 \begin_inset CommandInset label
17603 LatexCommand label
17604 name "subsec:段落ボックス"
17605
17606 \end_inset
17607
17608
17609 \begin_inset Index idx
17610 range none
17611 pageformat default
17612 status collapsed
17613
17614 \begin_layout Plain Layout
17615 \begin_inset IndexMacro sortkey
17616 status open
17617
17618 \begin_layout Plain Layout
17619 ほつくす
17620 \end_layout
17621
17622 \end_inset
17623
17624 ボックス
17625 \begin_inset IndexMacro subentry
17626 status open
17627
17628 \begin_layout Plain Layout
17629 \begin_inset IndexMacro sortkey
17630 status open
17631
17632 \begin_layout Plain Layout
17633 たんらく
17634 \end_layout
17635
17636 \end_inset
17637
17638 段落
17639 \begin_inset space \thinspace{}
17640 \end_inset
17641
17642
17643
17644
17645 \end_layout
17646
17647 \end_inset
17648
17649
17650 \end_layout
17651
17652 \end_inset
17653
17654
17655 \end_layout
17656
17657 \begin_layout Standard
17658 いくつかの行や段落を含む,
17659 いわゆる段落ボックス(parbox)は,
17660
17661 \family sans
17662 \series bold
17663 挿入\SpecialChar menuseparator
17664 ボックス
17665 \family default
17666 \series default
17667
17668 \begin_inset space \thinspace{}
17669 \end_inset
17670
17671 メニューかツールバーボタン
17672 \begin_inset Info
17673 type  "icon"
17674 arg   "box-insert"
17675 \end_inset
17676
17677 で作成することができます.
17678 \end_layout
17679
17680 \begin_layout Standard
17681 以下の例は,
17682 行中の枠付きparboxを示したものです.
17683 \end_layout
17684
17685 \begin_layout Standard
17686 \begin_inset VSpace medskip
17687 \end_inset
17688
17689 この行は,
17690
17691 \begin_inset Box Boxed
17692 position "c"
17693 hor_pos "c"
17694 has_inner_box 1
17695 inner_pos "t"
17696 use_parbox 1
17697 use_makebox 0
17698 width "5cm"
17699 special "none"
17700 height "1in"
17701 height_special "totalheight"
17702 thickness "0.4pt"
17703 separation "3pt"
17704 shadowsize "4pt"
17705 framecolor "black"
17706 backgroundcolor "none"
17707 status open
17708
17709 \begin_layout Plain Layout
17710 これは段落ボックスです.これはちょうど5
17711 \begin_inset space \thinspace{}
17712 \end_inset
17713
17714 cmの幅になっており,
17715 以下のように数式を含めることもできます.
17716 \begin_inset Formula $\int A\,\mathrm{d}s=C$
17717 \end_inset
17718
17719
17720 \end_layout
17721
17722 \end_inset
17723
17724 parboxの入った行です.
17725 \end_layout
17726
17727 \begin_layout Standard
17728 \begin_inset VSpace medskip
17729 \end_inset
17730
17731
17732 \end_layout
17733
17734 \begin_layout Standard
17735 このようなボックスは,
17736 灰色のボックス挿入枠を右クリックすることによって作ることができます.すると,
17737 ボックスの特性を表示したダイアログが現れます.上の例では,
17738
17739 \emph on
17740 装飾
17741 \emph default
17742
17743 簡素な長方形の箱型,
17744
17745 \emph on
17746 内部ボックス
17747 \emph default
17748
17749 parboxコマンド,
17750
17751 \emph on
17752
17753 \emph default
17754
17755 5
17756 \begin_inset space \thinspace{}
17757 \end_inset
17758
17759 cm,
17760
17761 \emph on
17762 垂直ボックス配置
17763 \emph default
17764
17765 中央,
17766 に設定されています.
17767 \end_layout
17768
17769 \begin_layout Standard
17770 \begin_inset VSpace medskip
17771 \end_inset
17772
17773 \SpecialChar LaTeX
17774 では,
17775 parboxは,
17776 以下の書式を持つ
17777 \series bold
17778
17779 \backslash
17780 parbox
17781 \series default
17782
17783 \begin_inset Index idx
17784 range none
17785 pageformat default
17786 status collapsed
17787
17788 \begin_layout Plain Layout
17789 \begin_inset IndexMacro sortkey
17790 status open
17791
17792 \begin_layout Plain Layout
17793 こまんと
17794 \end_layout
17795
17796 \end_inset
17797
17798 コマンド
17799 \begin_inset IndexMacro subentry
17800 status open
17801
17802 \begin_layout Plain Layout
17803 P
17804 \end_layout
17805
17806 \end_inset
17807
17808
17809 \begin_inset IndexMacro subentry
17810 status open
17811
17812 \begin_layout Plain Layout
17813
17814 \backslash
17815 parbox
17816 \end_layout
17817
17818 \end_inset
17819
17820
17821 \end_layout
17822
17823 \end_inset
17824
17825 コマンドによって作られます.
17826 \end_layout
17827
17828 \begin_layout Standard
17829
17830 \series bold
17831
17832 \backslash
17833 parbox[位置]{幅}{ボックスの内容}
17834 \end_layout
17835
17836 \begin_layout Standard
17837 「位置」は,
17838
17839 \emph on
17840 b
17841 \emph default
17842
17843 \emph on
17844 t
17845 \emph default
17846 の値をとることができます.下揃えを意味する
17847 \emph on
17848 b
17849 \emph default
17850 (bottom)は,
17851 ボックスを,
17852 周囲の本文中の最後の行と合わせることを意味します.上揃えを意味する
17853 \emph on
17854 t
17855 \emph default
17856 (top)は,
17857 これを最初の行に合わせます.位置を指定しない時には,
17858 ボックスは事実上中央揃えになります.用例については,
17859 取扱説明書『埋込オブジェクト篇』の「ボックス」の節をご参照下さい.
17860 \end_layout
17861
17862 \begin_layout Standard
17863 \begin_inset VSpace bigskip
17864 \end_inset
17865
17866 数式番号を含めて,
17867 数式を完全に枠で囲むためには,
17868 数式をparbox内に収めなくてはなりません.こうするには,
17869 数式前に\SpecialChar TeX
17870 モードで
17871 \series bold
17872 parbox{
17873 \backslash
17874 linewidth-2
17875 \backslash
17876 fboxsep-2
17877 \backslash
17878 fboxrule}{
17879 \series default
17880 というコマンドを挿入します.ここで
17881 \series bold
17882
17883 \backslash
17884 linewidth
17885 \series default
17886
17887 \begin_inset Index idx
17888 range none
17889 pageformat default
17890 status collapsed
17891
17892 \begin_layout Plain Layout
17893 \begin_inset IndexMacro sortkey
17894 status open
17895
17896 \begin_layout Plain Layout
17897 こまんと
17898 \end_layout
17899
17900 \end_inset
17901
17902 コマンド
17903 \begin_inset IndexMacro subentry
17904 status open
17905
17906 \begin_layout Plain Layout
17907 L
17908 \end_layout
17909
17910 \end_inset
17911
17912
17913 \begin_inset IndexMacro subentry
17914 status open
17915
17916 \begin_layout Plain Layout
17917
17918 \backslash
17919 linewidth
17920 \end_layout
17921
17922 \end_inset
17923
17924
17925 \end_layout
17926
17927 \end_inset
17928
17929 は,
17930 使用中の文書に設定されている行幅です.枠は,
17931 parboxの外側にあるので,
17932 枠余白と枠幅の2倍を行幅から差し引かなくてはなりません.引数中で掛け算や引き算を行うためには,
17933 \SpecialChar LaTeX
17934 パッケージの
17935 \series bold
17936 calc
17937 \series default
17938
17939 \begin_inset Foot
17940 status collapsed
17941
17942 \begin_layout Plain Layout
17943
17944 \series bold
17945 calc
17946 \series default
17947 は,
17948 標準的\SpecialChar LaTeX
17949 頒布版のすべてに含まれています.
17950 \end_layout
17951
17952 \end_inset
17953
17954
17955 \begin_inset Index idx
17956 range none
17957 pageformat default
17958 status collapsed
17959
17960 \begin_layout Plain Layout
17961 \begin_inset IndexMacro sortkey
17962 status open
17963
17964 \begin_layout Plain Layout
17965 はつけし
17966 \end_layout
17967
17968 \end_inset
17969
17970 パッケージ
17971 \begin_inset IndexMacro subentry
17972 status open
17973
17974 \begin_layout Plain Layout
17975 calc
17976 \end_layout
17977
17978 \end_inset
17979
17980
17981 \end_layout
17982
17983 \end_inset
17984
17985 を,
17986 \SpecialChar LaTeX
17987 プリアンブル中で
17988 \end_layout
17989
17990 \begin_layout Standard
17991
17992 \series bold
17993
17994 \backslash
17995 usepackage{calc}
17996 \end_layout
17997
17998 \begin_layout Standard
17999 のように読み込んでおく必要があります.数式の後では,
18000 \SpecialChar TeX
18001 モードで
18002 \series bold
18003 }}
18004 \series default
18005 を入力して,
18006 二つのボックスを閉じておかなくてはなりません.以下に例を挙げます.
18007 \begin_inset ERT
18008 status collapsed
18009
18010 \begin_layout Plain Layout
18011
18012
18013 \backslash
18014 fboxsep 5mm 
18015 \backslash
18016 fboxrule 5mm
18017 \end_layout
18018
18019 \end_inset
18020
18021
18022 \end_layout
18023
18024 \begin_layout Standard
18025 \begin_inset ERT
18026 status collapsed
18027
18028 \begin_layout Plain Layout
18029
18030
18031 \backslash
18032 fbox{
18033 \backslash
18034 parbox{
18035 \backslash
18036 linewidth-2
18037 \backslash
18038 fboxsep-2
18039 \backslash
18040 fboxrule}{
18041 \end_layout
18042
18043 \end_inset
18044
18045
18046 \begin_inset Formula 
18047 \begin{equation}
18048 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}
18049 \end{equation}
18050
18051 \end_inset
18052
18053
18054 \begin_inset ERT
18055 status collapsed
18056
18057 \begin_layout Plain Layout
18058
18059 }}
18060 \end_layout
18061
18062 \end_inset
18063
18064
18065 \begin_inset ERT
18066 status collapsed
18067
18068 \begin_layout Plain Layout
18069
18070
18071 \backslash
18072 fboxrule 0.4pt 
18073 \backslash
18074 fboxsep 3pt
18075 \end_layout
18076
18077 \end_inset
18078
18079
18080 \end_layout
18081
18082 \begin_layout Standard
18083 \begin_inset VSpace medskip
18084 \end_inset
18085
18086
18087 \series bold
18088
18089 \backslash
18090 fbox
18091 \series default
18092 の引数としてparboxが使われているので,
18093 この場合には,
18094
18095 \series bold
18096
18097 \backslash
18098 fbox
18099 \series default
18100 を使おうが
18101 \series bold
18102
18103 \backslash
18104 boxed
18105 \series default
18106 を使おうが,
18107 差は生じません.
18108 \end_layout
18109
18110 \begin_layout Standard
18111 \begin_inset VSpace bigskip
18112 \end_inset
18113
18114 段落ボックスは,
18115 数式にじかにコメントを付けるのにたいへん便利です.これを行うには,
18116
18117 \series bold
18118
18119 \backslash
18120 parbox
18121 \series default
18122
18123 \series bold
18124
18125 \backslash
18126 tag
18127 \series default
18128 コマンドといっしょに使います(
18129 \series bold
18130
18131 \backslash
18132 tag
18133 \series default
18134 についての詳細は,
18135
18136 \begin_inset CommandInset ref
18137 LatexCommand ref
18138 reference "subsec:自己定義番号"
18139 nolink "false"
18140
18141 \end_inset
18142
18143 節をご参照下さい)
18144 \end_layout
18145
18146 \begin_layout Standard
18147 以下は,
18148
18149 \series bold
18150
18151 \backslash
18152 parbox
18153 \series default
18154 を使ってコメントを付けた数式の例です.
18155 \end_layout
18156
18157 \begin_layout Standard
18158 \begin_inset ERT
18159 status collapsed
18160
18161 \begin_layout Plain Layout
18162
18163
18164 \backslash
18165 [5x-7b=3b
18166 \backslash
18167 tag*{
18168 \backslash
18169 parbox{5cm}{
18170 \end_layout
18171
18172 \end_inset
18173
18174 これは説明です.数式や多行数式本体からはっきりと離れています.
18175 \begin_inset ERT
18176 status collapsed
18177
18178 \begin_layout Plain Layout
18179
18180 }}
18181 \backslash
18182 ]
18183 \end_layout
18184
18185 \end_inset
18186
18187
18188 \end_layout
18189
18190 \begin_layout Standard
18191 \SpecialChar LyX
18192 は,
18193 まだ数式中での
18194 \series bold
18195
18196 \backslash
18197 parbox
18198 \series default
18199 コマンドをサポートしていないので,
18200 上のような数式は,
18201 完全に\SpecialChar TeX
18202 モードで挿入しなくてはなりません.この数式は,
18203 以下のようなコマンド列を使って作ってあります.
18204 \end_layout
18205
18206 \begin_layout Standard
18207 まず,
18208
18209 \series bold
18210
18211 \backslash
18212 [5x-7b=3b
18213 \backslash
18214 tag*
18215 \backslash
18216 {
18217 \backslash
18218 parbox{5cm}{
18219 \series default
18220 というコマンドを\SpecialChar TeX
18221 モードで挿入します
18222 \begin_inset Foot
18223 status collapsed
18224
18225 \begin_layout Plain Layout
18226
18227 \series bold
18228 行頭下げ
18229 \series default
18230 数式様式を使用している時には,
18231
18232 \series bold
18233
18234 \backslash
18235 tag*
18236 \backslash
18237 {
18238 \series default
18239 の代わりに
18240 \series bold
18241
18242 \backslash
18243 hfill
18244 \series default
18245 を用いることもできます(数式様式に関しては,
18246
18247 \begin_inset CommandInset ref
18248 LatexCommand ref
18249 reference "sec:数式様式"
18250 nolink "false"
18251
18252 \end_inset
18253
18254 節をご参照下さい).
18255 \end_layout
18256
18257 \end_inset
18258
18259 .それから,
18260 説明を通常のテキストとして入れ,
18261 最後に
18262 \series bold
18263 }}
18264 \backslash
18265 ]
18266 \series default
18267 を\SpecialChar TeX
18268 モードで挿入します.ここで
18269 \series bold
18270
18271 \backslash
18272 [
18273 \series default
18274 および
18275 \series bold
18276
18277 \backslash
18278 ]
18279 \series default
18280 コマンドは別行立て数式を作るためのものです.
18281 \end_layout
18282
18283 \begin_layout Standard
18284
18285 \series bold
18286
18287 \backslash
18288 parbox
18289 \series default
18290 を使う利点は,
18291 数式テキストモードを使用して「コメントを付けた」以下の例と比較すると,
18292 よくわかるでしょう.
18293 \begin_inset Formula 
18294 \[
18295 5x-7b=3b\textrm{これは説明です。数式本体から離れていません...}
18296 \]
18297
18298 \end_inset
18299
18300
18301 \end_layout
18302
18303 \begin_layout Section
18304 演算子
18305 \begin_inset Index idx
18306 range none
18307 pageformat default
18308 status collapsed
18309
18310 \begin_layout Plain Layout
18311 \begin_inset IndexMacro sortkey
18312 status open
18313
18314 \begin_layout Plain Layout
18315 えんさんし
18316 \end_layout
18317
18318 \end_inset
18319
18320 演算子
18321 \end_layout
18322
18323 \end_inset
18324
18325
18326 \end_layout
18327
18328 \begin_layout Subsection
18329 大演算子
18330 \begin_inset CommandInset label
18331 LatexCommand label
18332 name "subsec:大演算子"
18333
18334 \end_inset
18335
18336
18337 \begin_inset Index idx
18338 range none
18339 pageformat default
18340 status collapsed
18341
18342 \begin_layout Plain Layout
18343 \begin_inset IndexMacro sortkey
18344 status open
18345
18346 \begin_layout Plain Layout
18347 えんさんし
18348 \end_layout
18349
18350 \end_inset
18351
18352 演算子
18353 \begin_inset IndexMacro subentry
18354 status open
18355
18356 \begin_layout Plain Layout
18357 \begin_inset IndexMacro sortkey
18358 status open
18359
18360 \begin_layout Plain Layout
18361 たい
18362 \end_layout
18363
18364 \end_inset
18365
18366
18367 \begin_inset space \thinspace{}
18368 \end_inset
18369
18370
18371
18372
18373 \end_layout
18374
18375 \end_inset
18376
18377
18378 \end_layout
18379
18380 \end_inset
18381
18382
18383 \begin_inset Index idx
18384 range none
18385 pageformat default
18386 status collapsed
18387
18388 \begin_layout Plain Layout
18389 \begin_inset IndexMacro sortkey
18390 status open
18391
18392 \begin_layout Plain Layout
18393
18394 \end_layout
18395
18396 \end_inset
18397
18398
18399 \end_layout
18400
18401 \end_inset
18402
18403
18404 \begin_inset Index idx
18405 range none
18406 pageformat default
18407 status collapsed
18408
18409 \begin_layout Plain Layout
18410 \begin_inset IndexMacro sortkey
18411 status open
18412
18413 \begin_layout Plain Layout
18414 せきふんきこう
18415 \end_layout
18416
18417 \end_inset
18418
18419 積分記号
18420 \end_layout
18421
18422 \end_inset
18423
18424
18425 \end_layout
18426
18427 \begin_layout Standard
18428 ここに挙げた積分演算子をすべて使えるようにするには,
18429 文書設定の
18430 \family sans
18431 \series bold
18432 数式オプション
18433 \family default
18434 \series default
18435 の面にある
18436 \family sans
18437 esint
18438 \series bold
18439 パッケージを自動的に使う
18440 \family default
18441 \series default
18442 オプションを有効にしなくてはなりません.
18443 \end_layout
18444
18445 \begin_layout Standard
18446 \begin_inset space \hfill{}
18447 \end_inset
18448
18449
18450 \begin_inset Tabular
18451 <lyxtabular version="3" rows="11" columns="2">
18452 <features booktabs="true" tabularvalignment="middle">
18453 <column alignment="center" valignment="top" width="0pt">
18454 <column alignment="center" valignment="top" width="0pt">
18455 <row>
18456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18457 \begin_inset Text
18458
18459 \begin_layout Plain Layout
18460 コマンド
18461 \end_layout
18462
18463 \end_inset
18464 </cell>
18465 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18466 \begin_inset Text
18467
18468 \begin_layout Plain Layout
18469 出力
18470 \end_layout
18471
18472 \end_inset
18473 </cell>
18474 </row>
18475 <row>
18476 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18477 \begin_inset Text
18478
18479 \begin_layout Plain Layout
18480
18481 \backslash
18482 int
18483 \begin_inset Index idx
18484 range none
18485 pageformat default
18486 status collapsed
18487
18488 \begin_layout Plain Layout
18489 \begin_inset IndexMacro sortkey
18490 status open
18491
18492 \begin_layout Plain Layout
18493 こまんと
18494 \end_layout
18495
18496 \end_inset
18497
18498 コマンド
18499 \begin_inset IndexMacro subentry
18500 status open
18501
18502 \begin_layout Plain Layout
18503 I
18504 \end_layout
18505
18506 \end_inset
18507
18508
18509 \begin_inset IndexMacro subentry
18510 status open
18511
18512 \begin_layout Plain Layout
18513
18514 \backslash
18515 int
18516 \end_layout
18517
18518 \end_inset
18519
18520
18521 \end_layout
18522
18523 \end_inset
18524
18525
18526 \end_layout
18527
18528 \end_inset
18529 </cell>
18530 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18531 \begin_inset Text
18532
18533 \begin_layout Plain Layout
18534 \begin_inset Formula $\int$
18535 \end_inset
18536
18537
18538 \end_layout
18539
18540 \end_inset
18541 </cell>
18542 </row>
18543 <row>
18544 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18545 \begin_inset Text
18546
18547 \begin_layout Plain Layout
18548
18549 \backslash
18550 oint
18551 \end_layout
18552
18553 \end_inset
18554 </cell>
18555 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18556 \begin_inset Text
18557
18558 \begin_layout Plain Layout
18559 \begin_inset Formula $\oint$
18560 \end_inset
18561
18562
18563 \end_layout
18564
18565 \end_inset
18566 </cell>
18567 </row>
18568 <row>
18569 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18570 \begin_inset Text
18571
18572 \begin_layout Plain Layout
18573
18574 \backslash
18575 ointctrclockwise
18576 \end_layout
18577
18578 \end_inset
18579 </cell>
18580 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18581 \begin_inset Text
18582
18583 \begin_layout Plain Layout
18584 \begin_inset Formula $\ointctrclockwise$
18585 \end_inset
18586
18587
18588 \end_layout
18589
18590 \end_inset
18591 </cell>
18592 </row>
18593 <row>
18594 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18595 \begin_inset Text
18596
18597 \begin_layout Plain Layout
18598
18599 \backslash
18600 ointclockwise
18601 \end_layout
18602
18603 \end_inset
18604 </cell>
18605 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18606 \begin_inset Text
18607
18608 \begin_layout Plain Layout
18609 \begin_inset Formula $\ointclockwise$
18610 \end_inset
18611
18612
18613 \end_layout
18614
18615 \end_inset
18616 </cell>
18617 </row>
18618 <row>
18619 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18620 \begin_inset Text
18621
18622 \begin_layout Plain Layout
18623
18624 \backslash
18625 sqint
18626 \end_layout
18627
18628 \end_inset
18629 </cell>
18630 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18631 \begin_inset Text
18632
18633 \begin_layout Plain Layout
18634 \begin_inset Formula $\sqint$
18635 \end_inset
18636
18637
18638 \end_layout
18639
18640 \end_inset
18641 </cell>
18642 </row>
18643 <row>
18644 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18645 \begin_inset Text
18646
18647 \begin_layout Plain Layout
18648
18649 \backslash
18650 fint
18651 \end_layout
18652
18653 \end_inset
18654 </cell>
18655 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18656 \begin_inset Text
18657
18658 \begin_layout Plain Layout
18659  
18660 \begin_inset Formula $\fint$
18661 \end_inset
18662
18663
18664 \end_layout
18665
18666 \end_inset
18667 </cell>
18668 </row>
18669 <row>
18670 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18671 \begin_inset Text
18672
18673 \begin_layout Plain Layout
18674
18675 \backslash
18676 landupint
18677 \end_layout
18678
18679 \end_inset
18680 </cell>
18681 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18682 \begin_inset Text
18683
18684 \begin_layout Plain Layout
18685  
18686 \begin_inset Formula $\landupint$
18687 \end_inset
18688
18689
18690 \end_layout
18691
18692 \end_inset
18693 </cell>
18694 </row>
18695 <row>
18696 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18697 \begin_inset Text
18698
18699 \begin_layout Plain Layout
18700
18701 \backslash
18702 landdownint
18703 \end_layout
18704
18705 \end_inset
18706 </cell>
18707 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18708 \begin_inset Text
18709
18710 \begin_layout Plain Layout
18711  
18712 \begin_inset Formula $\landdownint$
18713 \end_inset
18714
18715
18716 \end_layout
18717
18718 \end_inset
18719 </cell>
18720 </row>
18721 <row>
18722 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18723 \begin_inset Text
18724
18725 \begin_layout Plain Layout
18726
18727 \backslash
18728 bigcap
18729 \end_layout
18730
18731 \end_inset
18732 </cell>
18733 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18734 \begin_inset Text
18735
18736 \begin_layout Plain Layout
18737 \begin_inset Formula $\bigcap$
18738 \end_inset
18739
18740
18741 \end_layout
18742
18743 \end_inset
18744 </cell>
18745 </row>
18746 <row>
18747 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
18748 \begin_inset Text
18749
18750 \begin_layout Plain Layout
18751
18752 \backslash
18753 bigcup
18754 \end_layout
18755
18756 \end_inset
18757 </cell>
18758 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
18759 \begin_inset Text
18760
18761 \begin_layout Plain Layout
18762 \begin_inset Formula $\bigcup$
18763 \end_inset
18764
18765
18766 \end_layout
18767
18768 \end_inset
18769 </cell>
18770 </row>
18771 </lyxtabular>
18772
18773 \end_inset
18774
18775
18776 \begin_inset space \hfill{}
18777 \end_inset
18778
18779
18780 \begin_inset Tabular
18781 <lyxtabular version="3" rows="11" columns="2">
18782 <features booktabs="true" tabularvalignment="middle">
18783 <column alignment="center" valignment="top" width="0pt">
18784 <column alignment="center" valignment="top" width="0pt">
18785 <row>
18786 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18787 \begin_inset Text
18788
18789 \begin_layout Plain Layout
18790 コマンド
18791 \end_layout
18792
18793 \end_inset
18794 </cell>
18795 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18796 \begin_inset Text
18797
18798 \begin_layout Plain Layout
18799 出力
18800 \end_layout
18801
18802 \end_inset
18803 </cell>
18804 </row>
18805 <row>
18806 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18807 \begin_inset Text
18808
18809 \begin_layout Plain Layout
18810
18811 \backslash
18812 sum
18813 \begin_inset Index idx
18814 range none
18815 pageformat default
18816 status collapsed
18817
18818 \begin_layout Plain Layout
18819 \begin_inset IndexMacro sortkey
18820 status open
18821
18822 \begin_layout Plain Layout
18823 こまんと
18824 \end_layout
18825
18826 \end_inset
18827
18828 コマンド
18829 \begin_inset IndexMacro subentry
18830 status open
18831
18832 \begin_layout Plain Layout
18833 S
18834 \end_layout
18835
18836 \end_inset
18837
18838
18839 \begin_inset IndexMacro subentry
18840 status open
18841
18842 \begin_layout Plain Layout
18843
18844 \backslash
18845 sum
18846 \end_layout
18847
18848 \end_inset
18849
18850
18851 \end_layout
18852
18853 \end_inset
18854
18855
18856 \end_layout
18857
18858 \end_inset
18859 </cell>
18860 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18861 \begin_inset Text
18862
18863 \begin_layout Plain Layout
18864 \begin_inset Formula $\sum$
18865 \end_inset
18866
18867
18868 \end_layout
18869
18870 \end_inset
18871 </cell>
18872 </row>
18873 <row>
18874 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18875 \begin_inset Text
18876
18877 \begin_layout Plain Layout
18878
18879 \backslash
18880 prod
18881 \begin_inset Index idx
18882 range none
18883 pageformat default
18884 status collapsed
18885
18886 \begin_layout Plain Layout
18887 \begin_inset IndexMacro sortkey
18888 status open
18889
18890 \begin_layout Plain Layout
18891 こまんと
18892 \end_layout
18893
18894 \end_inset
18895
18896 コマンド
18897 \begin_inset IndexMacro subentry
18898 status open
18899
18900 \begin_layout Plain Layout
18901 P
18902 \end_layout
18903
18904 \end_inset
18905
18906
18907 \begin_inset IndexMacro subentry
18908 status open
18909
18910 \begin_layout Plain Layout
18911
18912 \backslash
18913 prod
18914 \end_layout
18915
18916 \end_inset
18917
18918
18919 \end_layout
18920
18921 \end_inset
18922
18923
18924 \end_layout
18925
18926 \end_inset
18927 </cell>
18928 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18929 \begin_inset Text
18930
18931 \begin_layout Plain Layout
18932 \begin_inset Formula $\prod$
18933 \end_inset
18934
18935
18936 \end_layout
18937
18938 \end_inset
18939 </cell>
18940 </row>
18941 <row>
18942 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18943 \begin_inset Text
18944
18945 \begin_layout Plain Layout
18946
18947 \backslash
18948 coprod
18949 \end_layout
18950
18951 \end_inset
18952 </cell>
18953 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18954 \begin_inset Text
18955
18956 \begin_layout Plain Layout
18957 \begin_inset Formula $\coprod$
18958 \end_inset
18959
18960
18961 \end_layout
18962
18963 \end_inset
18964 </cell>
18965 </row>
18966 <row>
18967 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18968 \begin_inset Text
18969
18970 \begin_layout Plain Layout
18971
18972 \backslash
18973 bigodot
18974 \end_layout
18975
18976 \end_inset
18977 </cell>
18978 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
18979 \begin_inset Text
18980
18981 \begin_layout Plain Layout
18982 \begin_inset Formula $\bigodot$
18983 \end_inset
18984
18985
18986 \end_layout
18987
18988 \end_inset
18989 </cell>
18990 </row>
18991 <row>
18992 <cell alignment="center" valignment="top" leftline="true" usebox="none">
18993 \begin_inset Text
18994
18995 \begin_layout Plain Layout
18996
18997 \backslash
18998 bigotimes
18999 \end_layout
19000
19001 \end_inset
19002 </cell>
19003 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19004 \begin_inset Text
19005
19006 \begin_layout Plain Layout
19007 \begin_inset Formula $\bigotimes$
19008 \end_inset
19009
19010
19011 \end_layout
19012
19013 \end_inset
19014 </cell>
19015 </row>
19016 <row>
19017 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19018 \begin_inset Text
19019
19020 \begin_layout Plain Layout
19021
19022 \backslash
19023 bigoplus
19024 \end_layout
19025
19026 \end_inset
19027 </cell>
19028 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19029 \begin_inset Text
19030
19031 \begin_layout Plain Layout
19032 \begin_inset Formula $\bigoplus$
19033 \end_inset
19034
19035
19036 \end_layout
19037
19038 \end_inset
19039 </cell>
19040 </row>
19041 <row>
19042 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19043 \begin_inset Text
19044
19045 \begin_layout Plain Layout
19046
19047 \backslash
19048 bigwedge
19049 \end_layout
19050
19051 \end_inset
19052 </cell>
19053 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19054 \begin_inset Text
19055
19056 \begin_layout Plain Layout
19057 \begin_inset Formula $\bigwedge$
19058 \end_inset
19059
19060
19061 \end_layout
19062
19063 \end_inset
19064 </cell>
19065 </row>
19066 <row>
19067 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19068 \begin_inset Text
19069
19070 \begin_layout Plain Layout
19071
19072 \backslash
19073 bigvee
19074 \end_layout
19075
19076 \end_inset
19077 </cell>
19078 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19079 \begin_inset Text
19080
19081 \begin_layout Plain Layout
19082 \begin_inset Formula $\bigvee$
19083 \end_inset
19084
19085
19086 \end_layout
19087
19088 \end_inset
19089 </cell>
19090 </row>
19091 <row>
19092 <cell alignment="center" valignment="top" leftline="true" usebox="none">
19093 \begin_inset Text
19094
19095 \begin_layout Plain Layout
19096
19097 \backslash
19098 bigsqcup
19099 \end_layout
19100
19101 \end_inset
19102 </cell>
19103 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
19104 \begin_inset Text
19105
19106 \begin_layout Plain Layout
19107 \begin_inset Formula $\bigsqcup$
19108 \end_inset
19109
19110
19111 \end_layout
19112
19113 \end_inset
19114 </cell>
19115 </row>
19116 <row>
19117 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
19118 \begin_inset Text
19119
19120 \begin_layout Plain Layout
19121
19122 \backslash
19123 biguplus
19124 \end_layout
19125
19126 \end_inset
19127 </cell>
19128 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
19129 \begin_inset Text
19130
19131 \begin_layout Plain Layout
19132 \begin_inset Formula $\biguplus$
19133 \end_inset
19134
19135
19136 \end_layout
19137
19138 \end_inset
19139 </cell>
19140 </row>
19141 </lyxtabular>
19142
19143 \end_inset
19144
19145
19146 \begin_inset space \hfill{}
19147 \end_inset
19148
19149
19150 \end_layout
19151
19152 \begin_layout Standard
19153 すべての大演算子は,
19154 数式ツールバーボタンの
19155 \begin_inset Info
19156 type  "icon"
19157 arg   "math-insert \\intop"
19158 \end_inset
19159
19160 でも挿入することができます.
19161 \end_layout
19162
19163 \begin_layout Standard
19164 これらの演算子は,
19165 よく見ないと同じように見える二項演算子よりも大きいので,
19166 大演算子と呼ばれます.大演算子はすべて,
19167 次小節で説明する「範囲」をとることができます.
19168 \end_layout
19169
19170 \begin_layout Standard
19171 積分演算子はすべて,
19172
19173 \series bold
19174
19175 \backslash
19176 intop
19177 \series default
19178
19179 \series bold
19180
19181 \backslash
19182 ointop
19183 \series default
19184 のように,
19185
19186 \series bold
19187 op
19188 \series default
19189 で終わる別バージョンがあります.これらの演算子は,
19190
19191 \series bold
19192
19193 \backslash
19194 int
19195 \series default
19196 とは範囲の表示のしかたが異なります.第
19197 \begin_inset CommandInset ref
19198 LatexCommand ref
19199 reference "subsec:演算子の範囲"
19200 nolink "false"
19201
19202 \end_inset
19203
19204 節をご参照下さい.
19205 \end_layout
19206
19207 \begin_layout Subsubsection*
19208 積分の子細
19209 \end_layout
19210
19211 \begin_layout Standard
19212 積分中で用いられる文字
19213 \emph on
19214 d
19215 \emph default
19216 は演算子なので,
19217 アップライト体で組まれなくてはなりません.これを行うには
19218 \emph on
19219 d
19220 \emph default
19221 を選択して,
19222 ショートカット
19223 \begin_inset Info
19224 type  "shortcut"
19225 arg   "font-roman"
19226 \end_inset
19227
19228 を用います
19229 \begin_inset Foot
19230 status collapsed
19231
19232 \begin_layout Plain Layout
19233 文字様式については,
19234
19235 \begin_inset CommandInset ref
19236 LatexCommand ref
19237 reference "subsec:書体様式"
19238 nolink "false"
19239
19240 \end_inset
19241
19242 節参照.
19243 \end_layout
19244
19245 \end_inset
19246
19247 .最後に,
19248 演算子の慣例に倣って,
19249
19250 \emph on
19251 d
19252 \emph default
19253 の前に最小空白を挿入しなくてはなりません.たとえば,
19254
19255 \end_layout
19256
19257 \begin_layout Standard
19258 正しくない例:
19259
19260 \begin_inset Formula $\int A(x)dx$
19261 \end_inset
19262
19263
19264 \begin_inset Newline newline
19265 \end_inset
19266
19267 正しい
19268 \begin_inset Phantom HPhantom
19269 status open
19270
19271 \begin_layout Plain Layout
19272 ない
19273 \end_layout
19274
19275 \end_inset
19276
19277 例:
19278
19279 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
19280 \end_inset
19281
19282
19283 \end_layout
19284
19285 \begin_layout Standard
19286 多重積分に関しては,
19287 以下のコマンドがあります.
19288 \begin_inset VSpace medskip
19289 \end_inset
19290
19291
19292 \end_layout
19293
19294 \begin_layout Standard
19295 \begin_inset space \hfill{}
19296 \end_inset
19297
19298
19299 \begin_inset Tabular
19300 <lyxtabular version="3" rows="4" columns="2">
19301 <features booktabs="true" tabularvalignment="middle">
19302 <column alignment="center" valignment="top" width="0pt">
19303 <column alignment="center" valignment="top" width="0pt">
19304 <row>
19305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19306 \begin_inset Text
19307
19308 \begin_layout Plain Layout
19309 コマンド
19310 \end_layout
19311
19312 \end_inset
19313 </cell>
19314 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19315 \begin_inset Text
19316
19317 \begin_layout Plain Layout
19318 出力
19319 \end_layout
19320
19321 \end_inset
19322 </cell>
19323 </row>
19324 <row bottomspace="1mm">
19325 <cell alignment="center" valignment="top" usebox="none">
19326 \begin_inset Text
19327
19328 \begin_layout Plain Layout
19329
19330 \backslash
19331 iint
19332 \end_layout
19333
19334 \end_inset
19335 </cell>
19336 <cell alignment="center" valignment="top" usebox="none">
19337 \begin_inset Text
19338
19339 \begin_layout Plain Layout
19340 \begin_inset Formula $\iint$
19341 \end_inset
19342
19343
19344 \end_layout
19345
19346 \end_inset
19347 </cell>
19348 </row>
19349 <row bottomspace="1mm">
19350 <cell alignment="center" valignment="top" usebox="none">
19351 \begin_inset Text
19352
19353 \begin_layout Plain Layout
19354
19355 \backslash
19356 oiint
19357 \end_layout
19358
19359 \end_inset
19360 </cell>
19361 <cell alignment="center" valignment="top" usebox="none">
19362 \begin_inset Text
19363
19364 \begin_layout Plain Layout
19365 \begin_inset Formula $\oiint$
19366 \end_inset
19367
19368
19369 \end_layout
19370
19371 \end_inset
19372 </cell>
19373 </row>
19374 <row bottomspace="1mm">
19375 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19376 \begin_inset Text
19377
19378 \begin_layout Plain Layout
19379
19380 \backslash
19381 sqiint
19382 \end_layout
19383
19384 \end_inset
19385 </cell>
19386 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19387 \begin_inset Text
19388
19389 \begin_layout Plain Layout
19390 \begin_inset Formula $\sqiint$
19391 \end_inset
19392
19393
19394 \end_layout
19395
19396 \end_inset
19397 </cell>
19398 </row>
19399 </lyxtabular>
19400
19401 \end_inset
19402
19403
19404 \begin_inset space \hfill{}
19405 \end_inset
19406
19407
19408 \begin_inset Tabular
19409 <lyxtabular version="3" rows="4" columns="2">
19410 <features booktabs="true" tabularvalignment="middle">
19411 <column alignment="center" valignment="top" width="0pt">
19412 <column alignment="center" valignment="top" width="0pt">
19413 <row>
19414 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19415 \begin_inset Text
19416
19417 \begin_layout Plain Layout
19418 コマンド
19419 \end_layout
19420
19421 \end_inset
19422 </cell>
19423 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19424 \begin_inset Text
19425
19426 \begin_layout Plain Layout
19427 出力
19428 \end_layout
19429
19430 \end_inset
19431 </cell>
19432 </row>
19433 <row bottomspace="1mm">
19434 <cell alignment="center" valignment="top" usebox="none">
19435 \begin_inset Text
19436
19437 \begin_layout Plain Layout
19438
19439 \backslash
19440 iiint
19441 \end_layout
19442
19443 \end_inset
19444 </cell>
19445 <cell alignment="center" valignment="top" usebox="none">
19446 \begin_inset Text
19447
19448 \begin_layout Plain Layout
19449 \begin_inset Formula $\iiint$
19450 \end_inset
19451
19452
19453 \end_layout
19454
19455 \end_inset
19456 </cell>
19457 </row>
19458 <row bottomspace="1mm">
19459 <cell alignment="center" valignment="top" usebox="none">
19460 \begin_inset Text
19461
19462 \begin_layout Plain Layout
19463
19464 \backslash
19465 iiiint
19466 \end_layout
19467
19468 \end_inset
19469 </cell>
19470 <cell alignment="center" valignment="top" usebox="none">
19471 \begin_inset Text
19472
19473 \begin_layout Plain Layout
19474 \begin_inset Formula $\iiiint$
19475 \end_inset
19476
19477
19478 \end_layout
19479
19480 \end_inset
19481 </cell>
19482 </row>
19483 <row bottomspace="1mm">
19484 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19485 \begin_inset Text
19486
19487 \begin_layout Plain Layout
19488
19489 \backslash
19490 dotsint
19491 \end_layout
19492
19493 \end_inset
19494 </cell>
19495 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19496 \begin_inset Text
19497
19498 \begin_layout Plain Layout
19499 \begin_inset Formula $\dotsint$
19500 \end_inset
19501
19502
19503 \end_layout
19504
19505 \end_inset
19506 </cell>
19507 </row>
19508 </lyxtabular>
19509
19510 \end_inset
19511
19512
19513 \begin_inset space \hfill{}
19514 \end_inset
19515
19516
19517 \end_layout
19518
19519 \begin_layout Subsection
19520 演算子の範囲
19521 \begin_inset CommandInset label
19522 LatexCommand label
19523 name "subsec:演算子の範囲"
19524
19525 \end_inset
19526
19527
19528 \begin_inset Index idx
19529 range none
19530 pageformat default
19531 status collapsed
19532
19533 \begin_layout Plain Layout
19534 \begin_inset IndexMacro sortkey
19535 status open
19536
19537 \begin_layout Plain Layout
19538 えんさんし
19539 \end_layout
19540
19541 \end_inset
19542
19543 演算子
19544 \begin_inset IndexMacro subentry
19545 status open
19546
19547 \begin_layout Plain Layout
19548 \begin_inset IndexMacro sortkey
19549 status open
19550
19551 \begin_layout Plain Layout
19552 はんい
19553 \end_layout
19554
19555 \end_inset
19556
19557 範囲
19558 \end_layout
19559
19560 \end_inset
19561
19562
19563 \end_layout
19564
19565 \end_inset
19566
19567
19568 \end_layout
19569
19570 \begin_layout Standard
19571 範囲は,
19572 上付き文字と下付き文字とで作成することができます.
19573 \end_layout
19574
19575 \begin_layout Standard
19576 \align center
19577 \begin_inset Tabular
19578 <lyxtabular version="3" rows="2" columns="2">
19579 <features booktabs="true" tabularvalignment="middle">
19580 <column alignment="center" valignment="top" width="0pt">
19581 <column alignment="center" valignment="top" width="0pt">
19582 <row>
19583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19584 \begin_inset Text
19585
19586 \begin_layout Plain Layout
19587 コマンド
19588 \end_layout
19589
19590 \end_inset
19591 </cell>
19592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19593 \begin_inset Text
19594
19595 \begin_layout Plain Layout
19596 出力
19597 \end_layout
19598
19599 \end_inset
19600 </cell>
19601 </row>
19602 <row>
19603 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19604 \begin_inset Text
19605
19606 \begin_layout Plain Layout
19607
19608 \backslash
19609 prod^
19610 \backslash
19611 infty
19612 \begin_inset space \textvisiblespace{}
19613 \end_inset
19614
19615
19616 \begin_inset Formula $\to$
19617 \end_inset
19618
19619 _0
19620 \begin_inset Formula $\to$
19621 \end_inset
19622
19623 A(x)
19624 \end_layout
19625
19626 \end_inset
19627 </cell>
19628 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
19629 \begin_inset Text
19630
19631 \begin_layout Plain Layout
19632 \begin_inset Formula $\prod_{0}^{\infty}A(x)$
19633 \end_inset
19634
19635
19636 \end_layout
19637
19638 \end_inset
19639 </cell>
19640 </row>
19641 </lyxtabular>
19642
19643 \end_inset
19644
19645
19646 \end_layout
19647
19648 \begin_layout Standard
19649 行内数式では,
19650 範囲は演算子の右横に表示されます.別行立て数式での範囲は,
19651 積分範囲を除き,
19652 演算子の上と下に表示されます.
19653 \end_layout
19654
19655 \begin_layout Standard
19656 範囲が演算子の横に表示されるように強制するには,
19657 カーソルを当該演算子の直後において,
19658
19659 \family sans
19660 \series bold
19661 編集\SpecialChar menuseparator
19662 数式\SpecialChar menuseparator
19663 範囲の表記を変更
19664 \family default
19665 \series default
19666
19667 \begin_inset space \thinspace{}
19668 \end_inset
19669
19670 メニューで
19671 \family sans
19672 \series bold
19673 行内形式
19674 \family default
19675 \series default
19676 (ショートカット:
19677
19678 \begin_inset Info
19679 type  "shortcut"
19680 arg   "math-limits"
19681 \end_inset
19682
19683 )を選択することで範囲形式を変更することができます.以下はその用例です.
19684 \end_layout
19685
19686 \begin_layout Standard
19687 既定の範囲形式は,
19688 以下のようになっています.
19689 \begin_inset Formula 
19690 \[
19691 \sum_{x=0}^{\infty}\frac{1}{x^{2}}
19692 \]
19693
19694 \end_inset
19695
19696 以下は,
19697 範囲形式を
19698 \family sans
19699 \series bold
19700 行内形式
19701 \family default
19702 \series default
19703 に変更したときの表示です.
19704 \begin_inset Formula 
19705 \[
19706 \sum\nolimits_{x=0}^{\infty}\frac{1}{x^{2}}
19707 \]
19708
19709 \end_inset
19710
19711
19712 \series bold
19713
19714 \backslash
19715 intop
19716 \series default
19717
19718 \series bold
19719
19720 \backslash
19721 ointop
19722 \series default
19723 などのように
19724 \series bold
19725 op
19726 \series default
19727 で終わるもの以外の積分記号では,
19728 範囲は,
19729 既定で演算子の横に設定されます.しかし,
19730 多重積分においては,
19731 範囲を演算子の下に置くべきときがあります.このことから,
19732 以下の例では,
19733 範囲形式を
19734 \series bold
19735 別行立て形式
19736 \series default
19737 にして積分記号の下に置くようにしています.
19738 \begin_inset Formula 
19739 \begin{equation}
19740 \iiint\limits_{V}X\,\mathrm{d}V=U\label{eq:VolInt}
19741 \end{equation}
19742
19743 \end_inset
19744
19745
19746 \end_layout
19747
19748 \begin_layout Standard
19749 \begin_inset VSpace medskip
19750 \end_inset
19751
19752 範囲に条件を指定したい場合には,
19753
19754 \series bold
19755
19756 \backslash
19757 subarray
19758 \series default
19759
19760 \begin_inset Index idx
19761 range none
19762 pageformat default
19763 status collapsed
19764
19765 \begin_layout Plain Layout
19766 \begin_inset IndexMacro sortkey
19767 status open
19768
19769 \begin_layout Plain Layout
19770 こまんと
19771 \end_layout
19772
19773 \end_inset
19774
19775 コマンド
19776 \begin_inset IndexMacro subentry
19777 status open
19778
19779 \begin_layout Plain Layout
19780 S
19781 \end_layout
19782
19783 \end_inset
19784
19785
19786 \begin_inset IndexMacro subentry
19787 status open
19788
19789 \begin_layout Plain Layout
19790
19791 \backslash
19792 subarray
19793 \end_layout
19794
19795 \end_inset
19796
19797
19798 \end_layout
19799
19800 \end_inset
19801
19802 コマンドや
19803 \series bold
19804
19805 \backslash
19806 substack
19807 \series default
19808
19809 \begin_inset Index idx
19810 range none
19811 pageformat default
19812 status collapsed
19813
19814 \begin_layout Plain Layout
19815 \begin_inset IndexMacro sortkey
19816 status open
19817
19818 \begin_layout Plain Layout
19819 こまんと
19820 \end_layout
19821
19822 \end_inset
19823
19824 コマンド
19825 \begin_inset IndexMacro subentry
19826 status open
19827
19828 \begin_layout Plain Layout
19829 S
19830 \end_layout
19831
19832 \end_inset
19833
19834
19835 \begin_inset IndexMacro subentry
19836 status open
19837
19838 \begin_layout Plain Layout
19839
19840 \backslash
19841 substack
19842 \end_layout
19843
19844 \end_inset
19845
19846
19847 \end_layout
19848
19849 \end_inset
19850
19851 コマンドを使用します.たとえば,
19852 以下の表記 
19853 \begin_inset Formula 
19854 \begin{equation}
19855 \sum_{\begin{subarray}{c}
19856 0<k<1000\\
19857 \\k\,\in\,\mathbb{N}
19858 \end{subarray}}^{n}k^{-2}\label{eq:substack}
19859 \end{equation}
19860
19861 \end_inset
19862
19863
19864 \end_layout
19865
19866 \begin_layout Standard
19867 を作成するには,
19868 以下のようにしなくてはなりません.
19869 \begin_inset Newline newline
19870 \end_inset
19871
19872 まず,
19873
19874 \series bold
19875
19876 \backslash
19877 sum
19878 \series default
19879 ^
19880 \series bold
19881 n
19882 \begin_inset space \textvisiblespace{}
19883 \end_inset
19884
19885 _
19886 \series default
19887 というコマンドを入力します.すると,
19888 和演算子の下の青枠に移動するので,
19889 ここに
19890 \series bold
19891
19892 \backslash
19893 subarray
19894 \begin_inset space \textvisiblespace{}
19895 \end_inset
19896
19897
19898 \series default
19899 コマンドを挿入します.すると,
19900 青枠が紫枠の中に入って,
19901 ここに複数の行を書き込むことができるようになります.新しい行は,
19902 改行(
19903 \begin_inset Info
19904 type  "shortcut"
19905 arg   "newline-insert newline"
19906 \end_inset
19907
19908 )を挿入することで作ることができます.ここに
19909 \begin_inset Newline newline
19910 \end_inset
19911
19912
19913 \series bold
19914 0
19915 \begin_inset Formula $\boldsymbol{<}$
19916 \end_inset
19917
19918 k
19919 \begin_inset Formula $\boldsymbol{<}$
19920 \end_inset
19921
19922 1000 Ctrl+Return
19923 \begin_inset Newline newline
19924 \end_inset
19925
19926
19927 \series default
19928 と入力すると,
19929 新規行のための新しい枠が現れます.
19930 \end_layout
19931
19932 \begin_layout Standard
19933 各行の揃え方は,
19934
19935 \family sans
19936 \series bold
19937 表ツールバー
19938 \family default
19939 \series default
19940
19941 \family sans
19942
19943 \begin_inset space \thinspace{}
19944 \end_inset
19945
19946
19947 \series bold
19948 編集\SpecialChar menuseparator
19949 行と列
19950 \family default
19951 \series default
19952
19953 \begin_inset space \thinspace{}
19954 \end_inset
19955
19956 メニューで変更することができますが,
19957 右揃えにするには,
19958 行頭に
19959 \series bold
19960
19961 \backslash
19962 hfill
19963 \begin_inset space \textvisiblespace{}
19964 \end_inset
19965
19966
19967 \series default
19968 を挿入しなくてはなりません.
19969 \end_layout
19970
19971 \begin_layout Standard
19972
19973 \series bold
19974
19975 \backslash
19976 substack
19977 \series default
19978 コマンドは,
19979 各行がつねに中央揃えになることを除いては,
19980
19981 \series bold
19982
19983 \backslash
19984 subarray
19985 \series default
19986 と同じです.
19987 \end_layout
19988
19989 \begin_layout Standard
19990 \begin_inset VSpace bigskip
19991 \end_inset
19992
19993 演算子の後に来る文字は,
19994 範囲の横に来るので,
19995
19996 \begin_inset CommandInset ref
19997 LatexCommand eqref
19998 reference "eq:substack"
19999 nolink "false"
20000
20001 \end_inset
20002
20003 式のように,
20004 演算子の横の余白が大きくなりすぎることがあります.これを防ぐには,
20005 コマンド
20006 \series bold
20007
20008 \backslash
20009 smashoperator
20010 \series default
20011
20012 \begin_inset Index idx
20013 range none
20014 pageformat default
20015 status collapsed
20016
20017 \begin_layout Plain Layout
20018 \begin_inset IndexMacro sortkey
20019 status open
20020
20021 \begin_layout Plain Layout
20022 こまんと
20023 \end_layout
20024
20025 \end_inset
20026
20027 コマンド
20028 \begin_inset IndexMacro subentry
20029 status open
20030
20031 \begin_layout Plain Layout
20032 S
20033 \end_layout
20034
20035 \end_inset
20036
20037
20038 \begin_inset IndexMacro subentry
20039 status open
20040
20041 \begin_layout Plain Layout
20042
20043 \backslash
20044 smashoperator
20045 \end_layout
20046
20047 \end_inset
20048
20049
20050 \end_layout
20051
20052 \end_inset
20053
20054 を使うことができます.これを有効化するには,
20055 文書設定の
20056 \family sans
20057 \series bold
20058 数式オプション
20059 \family default
20060 \series default
20061 で,
20062
20063 \series bold
20064 mathtools
20065 \series default
20066 パッケージ
20067 \begin_inset Index idx
20068 range none
20069 pageformat default
20070 status collapsed
20071
20072 \begin_layout Plain Layout
20073 \begin_inset IndexMacro sortkey
20074 status open
20075
20076 \begin_layout Plain Layout
20077 はつけし
20078 \end_layout
20079
20080 \end_inset
20081
20082 パッケージ
20083 \begin_inset IndexMacro subentry
20084 status open
20085
20086 \begin_layout Plain Layout
20087 mathtools
20088 \end_layout
20089
20090 \end_inset
20091
20092
20093 \end_layout
20094
20095 \end_inset
20096
20097
20098 \family sans
20099 \series bold
20100 常に読み込み
20101 \family default
20102 \series default
20103 オプションを指定してください.
20104 \series bold
20105
20106 \backslash
20107 smashoperator
20108 \series default
20109 は,
20110 内容物の幅を0
20111 \lang english
20112
20113 \begin_inset space \thinspace{}
20114 \end_inset
20115
20116
20117 \lang japanese
20118 ptに設定します.
20119 \begin_inset Newline newline
20120 \end_inset
20121
20122 これを
20123 \begin_inset CommandInset ref
20124 LatexCommand eqref
20125 reference "eq:substack"
20126 nolink "false"
20127
20128 \end_inset
20129
20130 式に応用してみると,
20131 コマンド
20132 \end_layout
20133
20134 \begin_layout Standard
20135
20136 \series bold
20137
20138 \backslash
20139 smashoperator{
20140 \end_layout
20141
20142 \begin_layout Standard
20143 の波括弧の中に,
20144 範囲付きの演算子を挿入することになります.波括弧を閉じた後に,
20145 数式を続けます.例:
20146
20147 \begin_inset Formula 
20148 \[
20149 \sum_{\mathclap{\substack{0<k<1000\\
20150 \\k\,\in\,\mathbb{N}
20151 }
20152 }}^{n}k^{-2}
20153 \]
20154
20155 \end_inset
20156
20157 演算子の片側だけ,
20158 空白を0
20159 \lang english
20160
20161 \begin_inset space \thinspace{}
20162 \end_inset
20163
20164
20165 \lang japanese
20166 ptにすることも可能です.そのためには,
20167
20168 \series bold
20169
20170 \backslash
20171 smashoperator
20172 \series default
20173 と付属する波括弧の間に,
20174
20175 \series bold
20176 [l]
20177 \series default
20178 または
20179 \series bold
20180 [r]
20181 \series default
20182 と書き込みます.ここで,
20183
20184 \series bold
20185 l
20186 \series default
20187 は演算子の左側,
20188
20189 \series bold
20190 r
20191 \series default
20192 は右側を表します.下記は,
20193
20194 \series bold
20195
20196 \backslash
20197 smashoperator
20198 \series default
20199 のとりうる形の例です.
20200 \end_layout
20201
20202 \begin_layout Standard
20203 \begin_inset Formula 
20204 \[
20205 Y\smashoperator{\sum_{1\le i\le j\le n}^{n=3456}}X_{ij}=Y\smashoperator[l]{\sum_{1\le i\le j\le n}^{n=3456}}X_{ij}=Y\smashoperator[r]{\sum_{1\le i\le j\le n}^{n=3456}}X_{ij}
20206 \]
20207
20208 \end_inset
20209
20210
20211 \end_layout
20212
20213 \begin_layout Standard
20214 \begin_inset VSpace bigskip
20215 \end_inset
20216
20217
20218 \end_layout
20219
20220 \begin_layout Standard
20221 範囲を持つ演算子が続くとき,
20222 出力での,
20223 範囲の組版は出来が良くないものになることがあります.下記をご覧ください.
20224 \begin_inset Formula 
20225 \[
20226 \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}
20227 \]
20228
20229 \end_inset
20230
20231 組版を改善するには,
20232 文書設定の
20233 \family sans
20234 \series bold
20235 数式オプション
20236 \family default
20237 \series default
20238 で,
20239
20240 \series bold
20241 mathtools
20242 \series default
20243 パッケージ
20244 \begin_inset Index idx
20245 range none
20246 pageformat default
20247 status collapsed
20248
20249 \begin_layout Plain Layout
20250 \begin_inset IndexMacro sortkey
20251 status open
20252
20253 \begin_layout Plain Layout
20254 はつけし
20255 \end_layout
20256
20257 \end_inset
20258
20259 パッケージ
20260 \begin_inset IndexMacro subentry
20261 status open
20262
20263 \begin_layout Plain Layout
20264 mathtools
20265 \end_layout
20266
20267 \end_inset
20268
20269
20270 \end_layout
20271
20272 \end_inset
20273
20274
20275 \family sans
20276 常に読み込み
20277 \family default
20278 オプションを指定してください.その上で,
20279 数式中の最初の演算子の前に直接,
20280
20281 \series bold
20282
20283 \backslash
20284 adjustlimits
20285 \series default
20286 コマンド
20287 \begin_inset Index idx
20288 range none
20289 pageformat default
20290 status collapsed
20291
20292 \begin_layout Plain Layout
20293 \begin_inset IndexMacro sortkey
20294 status open
20295
20296 \begin_layout Plain Layout
20297 こまんと
20298 \end_layout
20299
20300 \end_inset
20301
20302 コマンド
20303 \begin_inset IndexMacro subentry
20304 status open
20305
20306 \begin_layout Plain Layout
20307 A
20308 \end_layout
20309
20310 \end_inset
20311
20312
20313 \begin_inset IndexMacro subentry
20314 status open
20315
20316 \begin_layout Plain Layout
20317
20318 \backslash
20319 adjustlimits
20320 \end_layout
20321
20322 \end_inset
20323
20324
20325 \end_layout
20326
20327 \end_inset
20328
20329 を置いてください.そうすると,
20330 上記の例はこのようになります.
20331 \begin_inset Formula 
20332 \[
20333 \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}
20334 \]
20335
20336 \end_inset
20337
20338
20339 \end_layout
20340
20341 \begin_layout Standard
20342 \begin_inset VSpace bigskip
20343 \end_inset
20344
20345 一つの範囲を複数の演算子に用いる方法が,
20346
20347 \begin_inset CommandInset ref
20348 LatexCommand ref
20349 reference "subsec:自己定義演算子"
20350 nolink "false"
20351
20352 \end_inset
20353
20354 節に述べられています.
20355 \end_layout
20356
20357 \begin_layout Subsection
20358 演算子の修飾
20359 \begin_inset Index idx
20360 range none
20361 pageformat default
20362 status collapsed
20363
20364 \begin_layout Plain Layout
20365 \begin_inset IndexMacro sortkey
20366 status open
20367
20368 \begin_layout Plain Layout
20369 えんさんし
20370 \end_layout
20371
20372 \end_inset
20373
20374 演算子
20375 \begin_inset IndexMacro subentry
20376 status open
20377
20378 \begin_layout Plain Layout
20379 \begin_inset IndexMacro sortkey
20380 status open
20381
20382 \begin_layout Plain Layout
20383 しゆうしよく
20384 \end_layout
20385
20386 \end_inset
20387
20388 修飾
20389 \end_layout
20390
20391 \end_inset
20392
20393
20394 \end_layout
20395
20396 \end_inset
20397
20398
20399 \end_layout
20400
20401 \begin_layout Standard
20402
20403 \series bold
20404
20405 \backslash
20406 overset
20407 \series default
20408
20409 \begin_inset Index idx
20410 range none
20411 pageformat default
20412 status collapsed
20413
20414 \begin_layout Plain Layout
20415 \begin_inset IndexMacro sortkey
20416 status open
20417
20418 \begin_layout Plain Layout
20419 こまんと
20420 \end_layout
20421
20422 \end_inset
20423
20424 コマンド
20425 \begin_inset IndexMacro subentry
20426 status open
20427
20428 \begin_layout Plain Layout
20429 O
20430 \end_layout
20431
20432 \end_inset
20433
20434
20435 \begin_inset IndexMacro subentry
20436 status open
20437
20438 \begin_layout Plain Layout
20439
20440 \backslash
20441 overset
20442 \end_layout
20443
20444 \end_inset
20445
20446
20447 \end_layout
20448
20449 \end_inset
20450
20451 コマンドや
20452 \series bold
20453
20454 \backslash
20455 underset
20456 \series default
20457
20458 \begin_inset Index idx
20459 range none
20460 pageformat default
20461 status collapsed
20462
20463 \begin_layout Plain Layout
20464 \begin_inset IndexMacro sortkey
20465 status open
20466
20467 \begin_layout Plain Layout
20468 こまんと
20469 \end_layout
20470
20471 \end_inset
20472
20473 コマンド
20474 \begin_inset IndexMacro subentry
20475 status open
20476
20477 \begin_layout Plain Layout
20478 U
20479 \end_layout
20480
20481 \end_inset
20482
20483
20484 \begin_inset IndexMacro subentry
20485 status open
20486
20487 \begin_layout Plain Layout
20488
20489 \backslash
20490 underset
20491 \end_layout
20492
20493 \end_inset
20494
20495
20496 \end_layout
20497
20498 \end_inset
20499
20500 コマンドを使うと,
20501 それぞれ演算子の上や下に,
20502 文字をアクセントとして付けることができます.また,
20503
20504 \series bold
20505
20506 \backslash
20507 sideset
20508 \series default
20509
20510 \begin_inset Index idx
20511 range none
20512 pageformat default
20513 status collapsed
20514
20515 \begin_layout Plain Layout
20516 \begin_inset IndexMacro sortkey
20517 status open
20518
20519 \begin_layout Plain Layout
20520 こまんと
20521 \end_layout
20522
20523 \end_inset
20524
20525 コマンド
20526 \begin_inset IndexMacro subentry
20527 status open
20528
20529 \begin_layout Plain Layout
20530 S
20531 \end_layout
20532
20533 \end_inset
20534
20535
20536 \begin_inset IndexMacro subentry
20537 status open
20538
20539 \begin_layout Plain Layout
20540
20541 \backslash
20542 sideset
20543 \end_layout
20544
20545 \end_inset
20546
20547
20548 \end_layout
20549
20550 \end_inset
20551
20552 コマンドを使うと,
20553 文字を演算子の前や後ろに付けることができます.
20554 \end_layout
20555
20556 \begin_layout Standard
20557
20558 \series bold
20559
20560 \backslash
20561 sideset
20562 \series default
20563 には4つの派生版があります.
20564 \end_layout
20565
20566 \begin_layout Itemize
20567
20568 \series bold
20569
20570 \backslash
20571 sideset
20572 \series default
20573 は,
20574 演算子の隅に文字を置くのに用います.
20575 \end_layout
20576
20577 \begin_layout Itemize
20578
20579 \series bold
20580
20581 \backslash
20582 sidesetn
20583 \series default
20584 は,
20585 演算子の前後に文字を置くのに用います(この派生版は,
20586 \SpecialChar LaTeX
20587 の元々の
20588 \series bold
20589
20590 \backslash
20591 sideset
20592 \series default
20593 コマンドを表します).
20594 \end_layout
20595
20596 \begin_layout Itemize
20597
20598 \series bold
20599
20600 \backslash
20601 sidesetl
20602 \series default
20603 は,
20604 演算子の左隅と後ろに文字を置くのに用います.
20605 \end_layout
20606
20607 \begin_layout Itemize
20608
20609 \series bold
20610
20611 \backslash
20612 sidesetr
20613 \series default
20614 は,
20615 演算子の右隅と前に文字を置くのに用います.
20616 \end_layout
20617
20618 \begin_layout Standard
20619 たとえば,
20620
20621 \series bold
20622
20623 \backslash
20624 sidesetn
20625 \begin_inset space \textvisiblespace{}
20626 \end_inset
20627
20628
20629 \backslash
20630 sum
20631 \begin_inset space \textvisiblespace{}
20632 \end_inset
20633
20634
20635 \begin_inset Formula $\to$
20636 \end_inset
20637
20638 '
20639 \begin_inset Formula $\to$
20640 \end_inset
20641
20642 _k=1
20643 \begin_inset space \textvisiblespace{}
20644 \end_inset
20645
20646
20647 \series default
20648 ^
20649 \series bold
20650 n
20651 \series default
20652 というコマンドを入力すると,
20653
20654 \begin_inset Formula 
20655 \[
20656 \sideset{}{'}\sum_{k=1}^{n}
20657 \]
20658
20659 \end_inset
20660
20661 のようになります.
20662 \end_layout
20663
20664 \begin_layout Standard
20665 \begin_inset Note Greyedout
20666 status open
20667
20668 \begin_layout Plain Layout
20669
20670 \series bold
20671 [註]
20672 \backslash
20673 sideset
20674 \series default
20675 は,
20676 大演算子を修飾するためだけに用いることができ,
20677 二項演算子には用いることができません.
20678 \end_layout
20679
20680 \end_inset
20681
20682
20683 \end_layout
20684
20685 \begin_layout Standard
20686 のようになります.最後の例からわかるように,
20687
20688 \series bold
20689
20690 \backslash
20691 overset
20692 \series default
20693
20694 \series bold
20695
20696 \backslash
20697 underset
20698 \series default
20699 では,
20700 記号や文字にアクセントをつけることもできます.一方. また,
20701
20702 \series bold
20703
20704 \backslash
20705 overset
20706 \begin_inset space \textvisiblespace{}
20707 \end_inset
20708
20709
20710 \backslash
20711 maltese
20712 \begin_inset space \textvisiblespace{}
20713 \end_inset
20714
20715
20716 \series default
20717
20718 \begin_inset Formula $\uparrow$
20719 \end_inset
20720
20721
20722 \series bold
20723 a
20724 \series default
20725 というコマンドならば,
20726
20727 \begin_inset Formula 
20728 \[
20729 \overset{a}{\maltese}
20730 \]
20731
20732 \end_inset
20733
20734
20735 \end_layout
20736
20737 \begin_layout Subsection
20738 二項演算子
20739 \begin_inset CommandInset label
20740 LatexCommand label
20741 name "subsec:二項演算子"
20742
20743 \end_inset
20744
20745
20746 \begin_inset Index idx
20747 range none
20748 pageformat default
20749 status collapsed
20750
20751 \begin_layout Plain Layout
20752 \begin_inset IndexMacro sortkey
20753 status open
20754
20755 \begin_layout Plain Layout
20756 えんさんし
20757 \end_layout
20758
20759 \end_inset
20760
20761 演算子
20762 \begin_inset IndexMacro subentry
20763 status open
20764
20765 \begin_layout Plain Layout
20766 \begin_inset IndexMacro sortkey
20767 status open
20768
20769 \begin_layout Plain Layout
20770 にこう
20771 \end_layout
20772
20773 \end_inset
20774
20775 二項
20776 \begin_inset space \thinspace{}
20777 \end_inset
20778
20779
20780
20781
20782 \end_layout
20783
20784 \end_inset
20785
20786
20787 \end_layout
20788
20789 \end_inset
20790
20791
20792 \end_layout
20793
20794 \begin_layout Standard
20795 二項演算子は,
20796 前後に文字がある場合,
20797 周囲に余白が入ります.
20798 \begin_inset VSpace medskip
20799 \end_inset
20800
20801
20802 \end_layout
20803
20804 \begin_layout Standard
20805 \begin_inset Tabular
20806 <lyxtabular version="3" rows="13" columns="2">
20807 <features booktabs="true" tabularvalignment="middle">
20808 <column alignment="center" valignment="top" width="0pt">
20809 <column alignment="center" valignment="top" width="0pt">
20810 <row>
20811 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20812 \begin_inset Text
20813
20814 \begin_layout Plain Layout
20815 コマンド
20816 \begin_inset Note Note
20817 status collapsed
20818
20819 \begin_layout Plain Layout
20820 ここで
20821 \series bold
20822
20823 \backslash
20824 raisebox
20825 \series default
20826 はスペーサーとして使用しているだけです.
20827 \end_layout
20828
20829 \end_inset
20830
20831
20832 \end_layout
20833
20834 \end_inset
20835 </cell>
20836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20837 \begin_inset Text
20838
20839 \begin_layout Plain Layout
20840 出力
20841 \end_layout
20842
20843 \end_inset
20844 </cell>
20845 </row>
20846 <row>
20847 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20848 \begin_inset Text
20849
20850 \begin_layout Plain Layout
20851 +
20852 \end_layout
20853
20854 \end_inset
20855 </cell>
20856 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20857 \begin_inset Text
20858
20859 \begin_layout Plain Layout
20860 \begin_inset Formula $+$
20861 \end_inset
20862
20863
20864 \end_layout
20865
20866 \end_inset
20867 </cell>
20868 </row>
20869 <row>
20870 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20871 \begin_inset Text
20872
20873 \begin_layout Plain Layout
20874 -
20875 \end_layout
20876
20877 \end_inset
20878 </cell>
20879 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20880 \begin_inset Text
20881
20882 \begin_layout Plain Layout
20883 \begin_inset Formula $-$
20884 \end_inset
20885
20886
20887 \end_layout
20888
20889 \end_inset
20890 </cell>
20891 </row>
20892 <row>
20893 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20894 \begin_inset Text
20895
20896 \begin_layout Plain Layout
20897
20898 \backslash
20899 pm
20900 \end_layout
20901
20902 \end_inset
20903 </cell>
20904 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20905 \begin_inset Text
20906
20907 \begin_layout Plain Layout
20908 \begin_inset Formula $\pm$
20909 \end_inset
20910
20911
20912 \end_layout
20913
20914 \end_inset
20915 </cell>
20916 </row>
20917 <row>
20918 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20919 \begin_inset Text
20920
20921 \begin_layout Plain Layout
20922
20923 \backslash
20924 mp
20925 \end_layout
20926
20927 \end_inset
20928 </cell>
20929 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20930 \begin_inset Text
20931
20932 \begin_layout Plain Layout
20933 \begin_inset Formula $\mp$
20934 \end_inset
20935
20936
20937 \end_layout
20938
20939 \end_inset
20940 </cell>
20941 </row>
20942 <row>
20943 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20944 \begin_inset Text
20945
20946 \begin_layout Plain Layout
20947
20948 \backslash
20949 cdot
20950 \end_layout
20951
20952 \end_inset
20953 </cell>
20954 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20955 \begin_inset Text
20956
20957 \begin_layout Plain Layout
20958 \begin_inset Formula $\cdot$
20959 \end_inset
20960
20961
20962 \end_layout
20963
20964 \end_inset
20965 </cell>
20966 </row>
20967 <row>
20968 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20969 \begin_inset Text
20970
20971 \begin_layout Plain Layout
20972
20973 \backslash
20974 times
20975 \end_layout
20976
20977 \end_inset
20978 </cell>
20979 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
20980 \begin_inset Text
20981
20982 \begin_layout Plain Layout
20983 \begin_inset Formula $\times$
20984 \end_inset
20985
20986
20987 \end_layout
20988
20989 \end_inset
20990 </cell>
20991 </row>
20992 <row>
20993 <cell alignment="center" valignment="top" leftline="true" usebox="none">
20994 \begin_inset Text
20995
20996 \begin_layout Plain Layout
20997
20998 \backslash
20999 div
21000 \end_layout
21001
21002 \end_inset
21003 </cell>
21004 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21005 \begin_inset Text
21006
21007 \begin_layout Plain Layout
21008 \begin_inset Formula $\div$
21009 \end_inset
21010
21011
21012 \end_layout
21013
21014 \end_inset
21015 </cell>
21016 </row>
21017 <row>
21018 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21019 \begin_inset Text
21020
21021 \begin_layout Plain Layout
21022 \begin_inset ERT
21023 status collapsed
21024
21025 \begin_layout Plain Layout
21026
21027
21028 \backslash
21029 raisebox{-1.2mm}{
21030 \end_layout
21031
21032 \end_inset
21033
21034 *
21035 \begin_inset ERT
21036 status collapsed
21037
21038 \begin_layout Plain Layout
21039
21040 }
21041 \end_layout
21042
21043 \end_inset
21044
21045
21046 \end_layout
21047
21048 \end_inset
21049 </cell>
21050 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21051 \begin_inset Text
21052
21053 \begin_layout Plain Layout
21054 \begin_inset Formula $*$
21055 \end_inset
21056
21057
21058 \end_layout
21059
21060 \end_inset
21061 </cell>
21062 </row>
21063 <row>
21064 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21065 \begin_inset Text
21066
21067 \begin_layout Plain Layout
21068
21069 \backslash
21070 star
21071 \end_layout
21072
21073 \end_inset
21074 </cell>
21075 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21076 \begin_inset Text
21077
21078 \begin_layout Plain Layout
21079 \begin_inset Formula $\star$
21080 \end_inset
21081
21082
21083 \end_layout
21084
21085 \end_inset
21086 </cell>
21087 </row>
21088 <row>
21089 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21090 \begin_inset Text
21091
21092 \begin_layout Plain Layout
21093
21094 \backslash
21095 circ
21096 \end_layout
21097
21098 \end_inset
21099 </cell>
21100 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21101 \begin_inset Text
21102
21103 \begin_layout Plain Layout
21104 \begin_inset Formula $\circ$
21105 \end_inset
21106
21107
21108 \end_layout
21109
21110 \end_inset
21111 </cell>
21112 </row>
21113 <row>
21114 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21115 \begin_inset Text
21116
21117 \begin_layout Plain Layout
21118
21119 \backslash
21120 diamond
21121 \end_layout
21122
21123 \end_inset
21124 </cell>
21125 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21126 \begin_inset Text
21127
21128 \begin_layout Plain Layout
21129 \begin_inset Formula $\diamond$
21130 \end_inset
21131
21132
21133 \end_layout
21134
21135 \end_inset
21136 </cell>
21137 </row>
21138 <row>
21139 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21140 \begin_inset Text
21141
21142 \begin_layout Plain Layout
21143
21144 \backslash
21145 bullet
21146 \end_layout
21147
21148 \end_inset
21149 </cell>
21150 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21151 \begin_inset Text
21152
21153 \begin_layout Plain Layout
21154 \begin_inset Formula $\bullet$
21155 \end_inset
21156
21157
21158 \end_layout
21159
21160 \end_inset
21161 </cell>
21162 </row>
21163 </lyxtabular>
21164
21165 \end_inset
21166
21167
21168 \begin_inset space \hfill{}
21169 \end_inset
21170
21171
21172 \begin_inset Tabular
21173 <lyxtabular version="3" rows="13" columns="2">
21174 <features booktabs="true" tabularvalignment="middle">
21175 <column alignment="center" valignment="top" width="0pt">
21176 <column alignment="center" valignment="top" width="0pt">
21177 <row>
21178 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21179 \begin_inset Text
21180
21181 \begin_layout Plain Layout
21182 コマンド
21183 \end_layout
21184
21185 \end_inset
21186 </cell>
21187 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21188 \begin_inset Text
21189
21190 \begin_layout Plain Layout
21191 出力
21192 \end_layout
21193
21194 \end_inset
21195 </cell>
21196 </row>
21197 <row>
21198 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21199 \begin_inset Text
21200
21201 \begin_layout Plain Layout
21202
21203 \backslash
21204 nabla
21205 \end_layout
21206
21207 \end_inset
21208 </cell>
21209 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21210 \begin_inset Text
21211
21212 \begin_layout Plain Layout
21213 \begin_inset Formula $\nabla$
21214 \end_inset
21215
21216
21217 \end_layout
21218
21219 \end_inset
21220 </cell>
21221 </row>
21222 <row>
21223 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21224 \begin_inset Text
21225
21226 \begin_layout Plain Layout
21227
21228 \backslash
21229 bigtriangledown
21230 \end_layout
21231
21232 \end_inset
21233 </cell>
21234 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21235 \begin_inset Text
21236
21237 \begin_layout Plain Layout
21238 \begin_inset Formula $\bigtriangledown$
21239 \end_inset
21240
21241
21242 \end_layout
21243
21244 \end_inset
21245 </cell>
21246 </row>
21247 <row>
21248 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21249 \begin_inset Text
21250
21251 \begin_layout Plain Layout
21252
21253 \backslash
21254 bigtriangleup
21255 \end_layout
21256
21257 \end_inset
21258 </cell>
21259 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21260 \begin_inset Text
21261
21262 \begin_layout Plain Layout
21263 \begin_inset Formula $\bigtriangleup$
21264 \end_inset
21265
21266
21267 \end_layout
21268
21269 \end_inset
21270 </cell>
21271 </row>
21272 <row>
21273 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21274 \begin_inset Text
21275
21276 \begin_layout Plain Layout
21277
21278 \backslash
21279 Box
21280 \end_layout
21281
21282 \end_inset
21283 </cell>
21284 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21285 \begin_inset Text
21286
21287 \begin_layout Plain Layout
21288 \begin_inset Formula $\Box$
21289 \end_inset
21290
21291
21292 \end_layout
21293
21294 \end_inset
21295 </cell>
21296 </row>
21297 <row>
21298 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21299 \begin_inset Text
21300
21301 \begin_layout Plain Layout
21302
21303 \backslash
21304 cap 
21305 \end_layout
21306
21307 \end_inset
21308 </cell>
21309 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21310 \begin_inset Text
21311
21312 \begin_layout Plain Layout
21313 \begin_inset Formula $\cap$
21314 \end_inset
21315
21316
21317 \end_layout
21318
21319 \end_inset
21320 </cell>
21321 </row>
21322 <row>
21323 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21324 \begin_inset Text
21325
21326 \begin_layout Plain Layout
21327
21328 \backslash
21329 cup
21330 \end_layout
21331
21332 \end_inset
21333 </cell>
21334 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21335 \begin_inset Text
21336
21337 \begin_layout Plain Layout
21338 \begin_inset Formula $\cup$
21339 \end_inset
21340
21341
21342 \end_layout
21343
21344 \end_inset
21345 </cell>
21346 </row>
21347 <row>
21348 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21349 \begin_inset Text
21350
21351 \begin_layout Plain Layout
21352
21353 \backslash
21354 dagger
21355 \end_layout
21356
21357 \end_inset
21358 </cell>
21359 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21360 \begin_inset Text
21361
21362 \begin_layout Plain Layout
21363 \begin_inset Formula $\dagger$
21364 \end_inset
21365
21366
21367 \end_layout
21368
21369 \end_inset
21370 </cell>
21371 </row>
21372 <row>
21373 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21374 \begin_inset Text
21375
21376 \begin_layout Plain Layout
21377
21378 \backslash
21379 ddagger
21380 \end_layout
21381
21382 \end_inset
21383 </cell>
21384 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21385 \begin_inset Text
21386
21387 \begin_layout Plain Layout
21388 \begin_inset Formula $\ddagger$
21389 \end_inset
21390
21391
21392 \end_layout
21393
21394 \end_inset
21395 </cell>
21396 </row>
21397 <row>
21398 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21399 \begin_inset Text
21400
21401 \begin_layout Plain Layout
21402
21403 \backslash
21404 wr
21405 \end_layout
21406
21407 \end_inset
21408 </cell>
21409 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21410 \begin_inset Text
21411
21412 \begin_layout Plain Layout
21413 \begin_inset Formula $\wr$
21414 \end_inset
21415
21416
21417 \end_layout
21418
21419 \end_inset
21420 </cell>
21421 </row>
21422 <row>
21423 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21424 \begin_inset Text
21425
21426 \begin_layout Plain Layout
21427
21428 \backslash
21429 bigcirc
21430 \end_layout
21431
21432 \end_inset
21433 </cell>
21434 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21435 \begin_inset Text
21436
21437 \begin_layout Plain Layout
21438 \begin_inset Formula $\bigcirc$
21439 \end_inset
21440
21441
21442 \end_layout
21443
21444 \end_inset
21445 </cell>
21446 </row>
21447 <row>
21448 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21449 \begin_inset Text
21450
21451 \begin_layout Plain Layout
21452
21453 \backslash
21454 wedge
21455 \end_layout
21456
21457 \end_inset
21458 </cell>
21459 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21460 \begin_inset Text
21461
21462 \begin_layout Plain Layout
21463 \begin_inset Formula $\wedge$
21464 \end_inset
21465
21466
21467 \end_layout
21468
21469 \end_inset
21470 </cell>
21471 </row>
21472 <row>
21473 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21474 \begin_inset Text
21475
21476 \begin_layout Plain Layout
21477
21478 \backslash
21479 vee
21480 \end_layout
21481
21482 \end_inset
21483 </cell>
21484 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21485 \begin_inset Text
21486
21487 \begin_layout Plain Layout
21488 \begin_inset Formula $\vee$
21489 \end_inset
21490
21491
21492 \end_layout
21493
21494 \end_inset
21495 </cell>
21496 </row>
21497 </lyxtabular>
21498
21499 \end_inset
21500
21501
21502 \begin_inset space \hfill{}
21503 \end_inset
21504
21505
21506 \begin_inset Tabular
21507 <lyxtabular version="3" rows="13" columns="2">
21508 <features booktabs="true" tabularvalignment="middle">
21509 <column alignment="center" valignment="top" width="0pt">
21510 <column alignment="center" valignment="top" width="0pt">
21511 <row>
21512 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21513 \begin_inset Text
21514
21515 \begin_layout Plain Layout
21516 コマンド
21517 \end_layout
21518
21519 \end_inset
21520 </cell>
21521 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21522 \begin_inset Text
21523
21524 \begin_layout Plain Layout
21525 出力
21526 \end_layout
21527
21528 \end_inset
21529 </cell>
21530 </row>
21531 <row>
21532 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21533 \begin_inset Text
21534
21535 \begin_layout Plain Layout
21536
21537 \backslash
21538 oplus
21539 \end_layout
21540
21541 \end_inset
21542 </cell>
21543 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21544 \begin_inset Text
21545
21546 \begin_layout Plain Layout
21547 \begin_inset Formula $\oplus$
21548 \end_inset
21549
21550
21551 \end_layout
21552
21553 \end_inset
21554 </cell>
21555 </row>
21556 <row>
21557 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21558 \begin_inset Text
21559
21560 \begin_layout Plain Layout
21561
21562 \backslash
21563 ominus
21564 \end_layout
21565
21566 \end_inset
21567 </cell>
21568 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21569 \begin_inset Text
21570
21571 \begin_layout Plain Layout
21572 \begin_inset Formula $\ominus$
21573 \end_inset
21574
21575
21576 \end_layout
21577
21578 \end_inset
21579 </cell>
21580 </row>
21581 <row>
21582 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21583 \begin_inset Text
21584
21585 \begin_layout Plain Layout
21586
21587 \backslash
21588 otimes
21589 \end_layout
21590
21591 \end_inset
21592 </cell>
21593 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21594 \begin_inset Text
21595
21596 \begin_layout Plain Layout
21597 \begin_inset Formula $\otimes$
21598 \end_inset
21599
21600
21601 \end_layout
21602
21603 \end_inset
21604 </cell>
21605 </row>
21606 <row>
21607 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21608 \begin_inset Text
21609
21610 \begin_layout Plain Layout
21611
21612 \backslash
21613 oslash
21614 \end_layout
21615
21616 \end_inset
21617 </cell>
21618 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21619 \begin_inset Text
21620
21621 \begin_layout Plain Layout
21622 \begin_inset Formula $\oslash$
21623 \end_inset
21624
21625
21626 \end_layout
21627
21628 \end_inset
21629 </cell>
21630 </row>
21631 <row>
21632 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21633 \begin_inset Text
21634
21635 \begin_layout Plain Layout
21636
21637 \backslash
21638 odot
21639 \end_layout
21640
21641 \end_inset
21642 </cell>
21643 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21644 \begin_inset Text
21645
21646 \begin_layout Plain Layout
21647 \begin_inset Formula $\odot$
21648 \end_inset
21649
21650
21651 \end_layout
21652
21653 \end_inset
21654 </cell>
21655 </row>
21656 <row>
21657 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21658 \begin_inset Text
21659
21660 \begin_layout Plain Layout
21661
21662 \backslash
21663 amalg
21664 \end_layout
21665
21666 \end_inset
21667 </cell>
21668 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21669 \begin_inset Text
21670
21671 \begin_layout Plain Layout
21672 \begin_inset Formula $\amalg$
21673 \end_inset
21674
21675
21676 \end_layout
21677
21678 \end_inset
21679 </cell>
21680 </row>
21681 <row>
21682 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21683 \begin_inset Text
21684
21685 \begin_layout Plain Layout
21686
21687 \backslash
21688 uplus
21689 \end_layout
21690
21691 \end_inset
21692 </cell>
21693 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21694 \begin_inset Text
21695
21696 \begin_layout Plain Layout
21697 \begin_inset Formula $\uplus$
21698 \end_inset
21699
21700
21701 \end_layout
21702
21703 \end_inset
21704 </cell>
21705 </row>
21706 <row>
21707 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21708 \begin_inset Text
21709
21710 \begin_layout Plain Layout
21711
21712 \backslash
21713 setminus
21714 \end_layout
21715
21716 \end_inset
21717 </cell>
21718 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21719 \begin_inset Text
21720
21721 \begin_layout Plain Layout
21722 \begin_inset Formula $\setminus$
21723 \end_inset
21724
21725
21726 \end_layout
21727
21728 \end_inset
21729 </cell>
21730 </row>
21731 <row>
21732 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21733 \begin_inset Text
21734
21735 \begin_layout Plain Layout
21736
21737 \backslash
21738 sqcap
21739 \end_layout
21740
21741 \end_inset
21742 </cell>
21743 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21744 \begin_inset Text
21745
21746 \begin_layout Plain Layout
21747 \begin_inset Formula $\sqcap$
21748 \end_inset
21749
21750
21751 \end_layout
21752
21753 \end_inset
21754 </cell>
21755 </row>
21756 <row>
21757 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21758 \begin_inset Text
21759
21760 \begin_layout Plain Layout
21761
21762 \backslash
21763 sqcup
21764 \end_layout
21765
21766 \end_inset
21767 </cell>
21768 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21769 \begin_inset Text
21770
21771 \begin_layout Plain Layout
21772 \begin_inset Formula $\sqcup$
21773 \end_inset
21774
21775
21776 \end_layout
21777
21778 \end_inset
21779 </cell>
21780 </row>
21781 <row>
21782 <cell alignment="center" valignment="top" leftline="true" usebox="none">
21783 \begin_inset Text
21784
21785 \begin_layout Plain Layout
21786
21787 \backslash
21788 triangleleft
21789 \end_layout
21790
21791 \end_inset
21792 </cell>
21793 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
21794 \begin_inset Text
21795
21796 \begin_layout Plain Layout
21797 \begin_inset Formula $\triangleleft$
21798 \end_inset
21799
21800
21801 \end_layout
21802
21803 \end_inset
21804 </cell>
21805 </row>
21806 <row>
21807 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21808 \begin_inset Text
21809
21810 \begin_layout Plain Layout
21811
21812 \backslash
21813 triangleright
21814 \end_layout
21815
21816 \end_inset
21817 </cell>
21818 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21819 \begin_inset Text
21820
21821 \begin_layout Plain Layout
21822 \begin_inset Formula $\triangleright$
21823 \end_inset
21824
21825
21826 \end_layout
21827
21828 \end_inset
21829 </cell>
21830 </row>
21831 </lyxtabular>
21832
21833 \end_inset
21834
21835
21836 \end_layout
21837
21838 \begin_layout Standard
21839 二項演算子は,
21840 すべて数式ツールバーボタンの
21841 \begin_inset Info
21842 type  "icon"
21843 arg   "math-insert \\pm"
21844 \end_inset
21845
21846 から挿入することもできます.
21847 \end_layout
21848
21849 \begin_layout Standard
21850 ラプラス演算子を組版するには,
21851
21852 \series bold
21853
21854 \backslash
21855 bigtriangleup
21856 \series default
21857 以外に,
21858
21859 \series bold
21860
21861 \backslash
21862 Delta
21863 \series default
21864
21865 \series bold
21866
21867 \backslash
21868 nabla
21869 \series default
21870 ^
21871 \series bold
21872 2
21873 \series default
21874 (
21875 \begin_inset Formula $\nabla^{2}$
21876 \end_inset
21877
21878 )を使用することもできます.
21879 \end_layout
21880
21881 \begin_layout Standard
21882
21883 \family sans
21884 \series bold
21885 挿入\SpecialChar menuseparator
21886 特殊文字
21887 \family default
21888 \series default
21889
21890 \begin_inset space \thinspace{}
21891 \end_inset
21892
21893 メニューの
21894 \family sans
21895 \series bold
21896 メニュー区切り
21897 \family default
21898 \series default
21899 で入力される文字は,
21900
21901 \series bold
21902
21903 \backslash
21904 triangleright
21905 \series default
21906 演算子です.
21907 \end_layout
21908
21909 \begin_layout Subsection
21910 自己定義演算子
21911 \begin_inset CommandInset label
21912 LatexCommand label
21913 name "subsec:自己定義演算子"
21914
21915 \end_inset
21916
21917
21918 \begin_inset Index idx
21919 range none
21920 pageformat default
21921 status collapsed
21922
21923 \begin_layout Plain Layout
21924 \begin_inset IndexMacro sortkey
21925 status open
21926
21927 \begin_layout Plain Layout
21928 えんさんし
21929 \end_layout
21930
21931 \end_inset
21932
21933 演算子
21934 \begin_inset IndexMacro subentry
21935 status open
21936
21937 \begin_layout Plain Layout
21938 \begin_inset IndexMacro sortkey
21939 status open
21940
21941 \begin_layout Plain Layout
21942 しこていき
21943 \end_layout
21944
21945 \end_inset
21946
21947 自己定義
21948 \begin_inset space \thinspace{}
21949 \end_inset
21950
21951
21952
21953
21954 \end_layout
21955
21956 \end_inset
21957
21958
21959 \end_layout
21960
21961 \end_inset
21962
21963
21964 \end_layout
21965
21966 \begin_layout Standard
21967 \SpecialChar LaTeX
21968 プリアンブルで
21969 \series bold
21970
21971 \backslash
21972 DeclareMathOperator
21973 \series default
21974
21975 \begin_inset Index idx
21976 range none
21977 pageformat default
21978 status collapsed
21979
21980 \begin_layout Plain Layout
21981 \begin_inset IndexMacro sortkey
21982 status open
21983
21984 \begin_layout Plain Layout
21985 こまんと
21986 \end_layout
21987
21988 \end_inset
21989
21990 コマンド
21991 \begin_inset IndexMacro subentry
21992 status open
21993
21994 \begin_layout Plain Layout
21995 D
21996 \end_layout
21997
21998 \end_inset
21999
22000
22001 \begin_inset IndexMacro subentry
22002 status open
22003
22004 \begin_layout Plain Layout
22005 \begin_inset IndexMacro sortkey
22006 status open
22007
22008 \begin_layout Plain Layout
22009
22010 \backslash
22011 dbinom
22012 \end_layout
22013
22014 \end_inset
22015
22016
22017 \backslash
22018 DeclareMathOperator
22019 \end_layout
22020
22021 \end_inset
22022
22023
22024 \end_layout
22025
22026 \end_inset
22027
22028 コマンドを使用すると,
22029 自己定義演算子を定義することができます.このコマンドの書式は
22030 \end_layout
22031
22032 \begin_layout Standard
22033
22034 \series bold
22035
22036 \backslash
22037 DeclareMathOperator{新規コマンド}{表示}
22038 \end_layout
22039
22040 \begin_layout Standard
22041 です.「表示」は,
22042 出力での演算子の表示され方を定義する文字や記号です.大演算子を定義するには,
22043 コマンドの後に「*」を置きます.自己定義の大演算子は,
22044 すべて第
22045 \begin_inset CommandInset ref
22046 LatexCommand ref
22047 reference "subsec:演算子の範囲"
22048 nolink "false"
22049
22050 \end_inset
22051
22052 節で述べられた範囲を指定することができます.
22053 \end_layout
22054
22055 \begin_layout Standard
22056 たとえば,
22057 以下のような\SpecialChar LaTeX
22058 プリアンブル行
22059 \end_layout
22060
22061 \begin_layout Standard
22062
22063 \series bold
22064
22065 \backslash
22066 DeclareMathOperator*{
22067 \backslash
22068 Lozenge}{
22069 \backslash
22070 blacklozenge}
22071 \end_layout
22072
22073 \begin_layout Standard
22074 は,
22075
22076 \begin_inset CommandInset ref
22077 LatexCommand ref
22078 reference "subsec:その他の記号"
22079 nolink "false"
22080
22081 \end_inset
22082
22083 節にある菱形記号を使った大演算子を挿入する,
22084 以下のようなコマンド
22085 \series bold
22086
22087 \backslash
22088 Lozenge
22089 \series default
22090 を定義します.
22091 \begin_inset Formula 
22092 \[
22093 \Lozenge_{n=1}^{\infty}
22094 \]
22095
22096 \end_inset
22097
22098 上記の数式を作るコマンドは,
22099
22100 \series bold
22101
22102 \backslash
22103 Lozenge
22104 \series default
22105 ^
22106 \series bold
22107
22108 \backslash
22109 infty
22110 \begin_inset Formula $\to$
22111 \end_inset
22112
22113 _n=1
22114 \series default
22115 です.
22116 \end_layout
22117
22118 \begin_layout Standard
22119 \begin_inset VSpace bigskip
22120 \end_inset
22121
22122 自己定義演算子を,
22123 同一文書内で複数回用いない時には,
22124 以下の書式を持つ
22125 \series bold
22126
22127 \backslash
22128 mathop
22129 \series default
22130
22131 \begin_inset Index idx
22132 range none
22133 pageformat default
22134 status collapsed
22135
22136 \begin_layout Plain Layout
22137 \begin_inset IndexMacro sortkey
22138 status open
22139
22140 \begin_layout Plain Layout
22141 こまんと
22142 \end_layout
22143
22144 \end_inset
22145
22146 コマンド
22147 \begin_inset IndexMacro subentry
22148 status open
22149
22150 \begin_layout Plain Layout
22151 M
22152 \end_layout
22153
22154 \end_inset
22155
22156
22157 \begin_inset IndexMacro subentry
22158 status open
22159
22160 \begin_layout Plain Layout
22161
22162 \backslash
22163 mathop
22164 \end_layout
22165
22166 \end_inset
22167
22168
22169 \end_layout
22170
22171 \end_inset
22172
22173 コマンドおよび
22174 \series bold
22175
22176 \backslash
22177 mathbin
22178 \series default
22179
22180 \begin_inset Index idx
22181 range none
22182 pageformat default
22183 status collapsed
22184
22185 \begin_layout Plain Layout
22186 \begin_inset IndexMacro sortkey
22187 status open
22188
22189 \begin_layout Plain Layout
22190 こまんと
22191 \end_layout
22192
22193 \end_inset
22194
22195 コマンド
22196 \begin_inset IndexMacro subentry
22197 status open
22198
22199 \begin_layout Plain Layout
22200 M
22201 \end_layout
22202
22203 \end_inset
22204
22205
22206 \begin_inset IndexMacro subentry
22207 status open
22208
22209 \begin_layout Plain Layout
22210
22211 \backslash
22212 mathbin
22213 \end_layout
22214
22215 \end_inset
22216
22217
22218 \end_layout
22219
22220 \end_inset
22221
22222 コマンドを用いて定義を行うこともできます.
22223 \end_layout
22224
22225 \begin_layout Standard
22226 (書式)
22227 \series bold
22228
22229 \backslash
22230 mathop{表示}
22231 \series default
22232 および
22233 \series bold
22234
22235 \backslash
22236 mathbin{表示}
22237 \end_layout
22238
22239 \begin_layout Standard
22240
22241 \series bold
22242
22243 \backslash
22244 mathop
22245 \series default
22246 は大演算子を定義し,
22247
22248 \series bold
22249
22250 \backslash
22251 mathbin
22252 \series default
22253 は二項演算子を定義します.
22254 \end_layout
22255
22256 \begin_layout Standard
22257 たとえば
22258 \series bold
22259
22260 \backslash
22261 mathop
22262 \series default
22263 は,
22264 以下のように,
22265 複数の演算子に共通の範囲指定を行うのに用いることができます.
22266 \end_layout
22267
22268 \begin_layout Standard
22269 \begin_inset Formula 
22270 \[
22271 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}
22272 \]
22273
22274 \end_inset
22275
22276
22277 \end_layout
22278
22279 \begin_layout Standard
22280 上記の数式では
22281 \begin_inset Newline newline
22282 \end_inset
22283
22284
22285 \series bold
22286
22287 \backslash
22288 mathop{
22289 \backslash
22290 sum
22291 \backslash
22292 negmedspace
22293 \backslash
22294 sum
22295 \series default
22296
22297 \begin_inset space \textvisiblespace{}
22298 \end_inset
22299
22300
22301 \series bold
22302
22303 \begin_inset Formula $\to$
22304 \end_inset
22305
22306 ^N
22307 \series default
22308
22309 \begin_inset space \textvisiblespace{}
22310 \end_inset
22311
22312
22313 \series bold
22314 _i,j=1
22315 \begin_inset Newline newline
22316 \end_inset
22317
22318
22319 \series default
22320 というコマンドを用いています.
22321 \end_layout
22322
22323 \begin_layout Section
22324 書体
22325 \begin_inset Index idx
22326 range none
22327 pageformat default
22328 status collapsed
22329
22330 \begin_layout Plain Layout
22331 \begin_inset IndexMacro sortkey
22332 status open
22333
22334 \begin_layout Plain Layout
22335 しよたい
22336 \end_layout
22337
22338 \end_inset
22339
22340 書体
22341 \end_layout
22342
22343 \end_inset
22344
22345
22346 \begin_inset Index idx
22347 range none
22348 pageformat default
22349 status collapsed
22350
22351 \begin_layout Plain Layout
22352 \begin_inset IndexMacro subentry
22353 status open
22354
22355 \begin_layout Plain Layout
22356 ふおんと
22357 \end_layout
22358
22359 \end_inset
22360
22361 フォント
22362 \begin_inset IndexMacro see
22363 status open
22364
22365 \begin_layout Plain Layout
22366 書体
22367 \end_layout
22368
22369 \end_inset
22370
22371
22372 \end_layout
22373
22374 \end_inset
22375
22376
22377 \end_layout
22378
22379 \begin_layout Subsection
22380 書体様式
22381 \begin_inset CommandInset label
22382 LatexCommand label
22383 name "subsec:書体様式"
22384
22385 \end_inset
22386
22387
22388 \begin_inset Index idx
22389 range none
22390 pageformat default
22391 status collapsed
22392
22393 \begin_layout Plain Layout
22394 \begin_inset IndexMacro sortkey
22395 status open
22396
22397 \begin_layout Plain Layout
22398 しよたい
22399 \end_layout
22400
22401 \end_inset
22402
22403 書体
22404 \begin_inset IndexMacro subentry
22405 status open
22406
22407 \begin_layout Plain Layout
22408 \begin_inset IndexMacro sortkey
22409 status open
22410
22411 \begin_layout Plain Layout
22412 ようしき
22413 \end_layout
22414
22415 \end_inset
22416
22417 様式
22418 \end_layout
22419
22420 \end_inset
22421
22422
22423 \end_layout
22424
22425 \end_inset
22426
22427
22428 \end_layout
22429
22430 \begin_layout Standard
22431 数式中のラテン文字は,
22432 以下の書体様式のうちいずれかに設定することができます.
22433 \end_layout
22434
22435 \begin_layout Standard
22436 \align center
22437 \begin_inset Tabular
22438 <lyxtabular version="3" rows="6" columns="3">
22439 <features booktabs="true" tabularvalignment="middle">
22440 <column alignment="center" valignment="top" width="0pt">
22441 <column alignment="center" valignment="top">
22442 <column alignment="center" valignment="top">
22443 <row>
22444 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22445 \begin_inset Text
22446
22447 \begin_layout Plain Layout
22448 コマンド
22449 \end_layout
22450
22451 \end_inset
22452 </cell>
22453 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22454 \begin_inset Text
22455
22456 \begin_layout Plain Layout
22457 出力
22458 \end_layout
22459
22460 \end_inset
22461 </cell>
22462 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22463 \begin_inset Text
22464
22465 \begin_layout Plain Layout
22466 ショートカット
22467 \end_layout
22468
22469 \end_inset
22470 </cell>
22471 </row>
22472 <row>
22473 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22474 \begin_inset Text
22475
22476 \begin_layout Plain Layout
22477
22478 \backslash
22479 mathbb
22480 \series bold
22481
22482 \begin_inset space \textvisiblespace{}
22483 \end_inset
22484
22485
22486 \series default
22487 ABC
22488 \end_layout
22489
22490 \end_inset
22491 </cell>
22492 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22493 \begin_inset Text
22494
22495 \begin_layout Plain Layout
22496 \begin_inset Formula $\mathbb{ABC}$
22497 \end_inset
22498
22499
22500 \end_layout
22501
22502 \end_inset
22503 </cell>
22504 <cell alignment="center" valignment="top" usebox="none">
22505 \begin_inset Text
22506
22507 \begin_layout Plain Layout
22508 -
22509 \end_layout
22510
22511 \end_inset
22512 </cell>
22513 </row>
22514 <row>
22515 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22516 \begin_inset Text
22517
22518 \begin_layout Plain Layout
22519
22520 \backslash
22521 mathbf
22522 \series bold
22523
22524 \begin_inset space \textvisiblespace{}
22525 \end_inset
22526
22527
22528 \series default
22529 AbC
22530 \end_layout
22531
22532 \end_inset
22533 </cell>
22534 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22535 \begin_inset Text
22536
22537 \begin_layout Plain Layout
22538 \begin_inset Formula $\mathbf{AbC}$
22539 \end_inset
22540
22541
22542 \end_layout
22543
22544 \end_inset
22545 </cell>
22546 <cell alignment="center" valignment="top" usebox="none">
22547 \begin_inset Text
22548
22549 \begin_layout Plain Layout
22550 \begin_inset Info
22551 type  "shortcut"
22552 arg   "font-bold"
22553 \end_inset
22554
22555
22556 \end_layout
22557
22558 \end_inset
22559 </cell>
22560 </row>
22561 <row>
22562 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22563 \begin_inset Text
22564
22565 \begin_layout Plain Layout
22566
22567 \backslash
22568 boldsymbol
22569 \series bold
22570
22571 \begin_inset space \textvisiblespace{}
22572 \end_inset
22573
22574
22575 \series default
22576 AbC
22577 \end_layout
22578
22579 \end_inset
22580 </cell>
22581 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22582 \begin_inset Text
22583
22584 \begin_layout Plain Layout
22585 \begin_inset Formula $\boldsymbol{AbC}$
22586 \end_inset
22587
22588
22589 \end_layout
22590
22591 \end_inset
22592 </cell>
22593 <cell alignment="center" valignment="top" usebox="none">
22594 \begin_inset Text
22595
22596 \begin_layout Plain Layout
22597 \begin_inset Info
22598 type  "shortcut"
22599 arg   "font-boldsymbol"
22600 \end_inset
22601
22602
22603 \end_layout
22604
22605 \end_inset
22606 </cell>
22607 </row>
22608 <row>
22609 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22610 \begin_inset Text
22611
22612 \begin_layout Plain Layout
22613
22614 \backslash
22615 mathcal
22616 \series bold
22617
22618 \begin_inset space \textvisiblespace{}
22619 \end_inset
22620
22621
22622 \series default
22623 ABC
22624 \end_layout
22625
22626 \end_inset
22627 </cell>
22628 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22629 \begin_inset Text
22630
22631 \begin_layout Plain Layout
22632 \begin_inset Formula $\mathcal{ABC}$
22633 \end_inset
22634
22635
22636 \end_layout
22637
22638 \end_inset
22639 </cell>
22640 <cell alignment="center" valignment="top" usebox="none">
22641 \begin_inset Text
22642
22643 \begin_layout Plain Layout
22644 -
22645 \end_layout
22646
22647 \end_inset
22648 </cell>
22649 </row>
22650 <row>
22651 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22652 \begin_inset Text
22653
22654 \begin_layout Plain Layout
22655
22656 \backslash
22657 mathfrak
22658 \series bold
22659
22660 \begin_inset space \textvisiblespace{}
22661 \end_inset
22662
22663
22664 \series default
22665 AbC
22666 \end_layout
22667
22668 \end_inset
22669 </cell>
22670 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22671 \begin_inset Text
22672
22673 \begin_layout Plain Layout
22674 \begin_inset Formula $\mathfrak{AbC}$
22675 \end_inset
22676
22677
22678 \end_layout
22679
22680 \end_inset
22681 </cell>
22682 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
22683 \begin_inset Text
22684
22685 \begin_layout Plain Layout
22686 -
22687 \end_layout
22688
22689 \end_inset
22690 </cell>
22691 </row>
22692 </lyxtabular>
22693
22694 \end_inset
22695
22696
22697 \end_layout
22698
22699 \begin_layout Standard
22700 \align center
22701 \begin_inset Tabular
22702 <lyxtabular version="3" rows="6" columns="3">
22703 <features booktabs="true" tabularvalignment="middle">
22704 <column alignment="center" valignment="top" width="0pt">
22705 <column alignment="center" valignment="top">
22706 <column alignment="center" valignment="top">
22707 <row>
22708 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22709 \begin_inset Text
22710
22711 \begin_layout Plain Layout
22712 コマンド
22713 \end_layout
22714
22715 \end_inset
22716 </cell>
22717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22718 \begin_inset Text
22719
22720 \begin_layout Plain Layout
22721 出力
22722 \end_layout
22723
22724 \end_inset
22725 </cell>
22726 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
22727 \begin_inset Text
22728
22729 \begin_layout Plain Layout
22730 ショートカット
22731 \end_layout
22732
22733 \end_inset
22734 </cell>
22735 </row>
22736 <row>
22737 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22738 \begin_inset Text
22739
22740 \begin_layout Plain Layout
22741
22742 \backslash
22743 mathit
22744 \series bold
22745
22746 \begin_inset space \textvisiblespace{}
22747 \end_inset
22748
22749
22750 \series default
22751 AbC
22752 \end_layout
22753
22754 \end_inset
22755 </cell>
22756 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22757 \begin_inset Text
22758
22759 \begin_layout Plain Layout
22760 \begin_inset Formula $\mathit{AbC}$
22761 \end_inset
22762
22763
22764 \end_layout
22765
22766 \end_inset
22767 </cell>
22768 <cell alignment="center" valignment="top" usebox="none">
22769 \begin_inset Text
22770
22771 \begin_layout Plain Layout
22772 -
22773 \end_layout
22774
22775 \end_inset
22776 </cell>
22777 </row>
22778 <row>
22779 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22780 \begin_inset Text
22781
22782 \begin_layout Plain Layout
22783
22784 \backslash
22785 mathrm
22786 \series bold
22787
22788 \begin_inset space \textvisiblespace{}
22789 \end_inset
22790
22791
22792 \series default
22793 AbC
22794 \end_layout
22795
22796 \end_inset
22797 </cell>
22798 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22799 \begin_inset Text
22800
22801 \begin_layout Plain Layout
22802 \begin_inset Formula $\mathrm{AbC}$
22803 \end_inset
22804
22805
22806 \end_layout
22807
22808 \end_inset
22809 </cell>
22810 <cell alignment="center" valignment="top" usebox="none">
22811 \begin_inset Text
22812
22813 \begin_layout Plain Layout
22814 \begin_inset Info
22815 type  "shortcut"
22816 arg   "font-roman"
22817 \end_inset
22818
22819
22820 \end_layout
22821
22822 \end_inset
22823 </cell>
22824 </row>
22825 <row>
22826 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22827 \begin_inset Text
22828
22829 \begin_layout Plain Layout
22830
22831 \backslash
22832 mathsf
22833 \series bold
22834
22835 \begin_inset space \textvisiblespace{}
22836 \end_inset
22837
22838
22839 \series default
22840 AbC
22841 \end_layout
22842
22843 \end_inset
22844 </cell>
22845 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22846 \begin_inset Text
22847
22848 \begin_layout Plain Layout
22849 \begin_inset Formula $\mathsf{AbC}$
22850 \end_inset
22851
22852
22853 \end_layout
22854
22855 \end_inset
22856 </cell>
22857 <cell alignment="center" valignment="top" usebox="none">
22858 \begin_inset Text
22859
22860 \begin_layout Plain Layout
22861 \begin_inset Info
22862 type  "shortcut"
22863 arg   "font-sans"
22864 \end_inset
22865
22866
22867 \end_layout
22868
22869 \end_inset
22870 </cell>
22871 </row>
22872 <row>
22873 <cell alignment="center" valignment="top" leftline="true" usebox="none">
22874 \begin_inset Text
22875
22876 \begin_layout Plain Layout
22877
22878 \backslash
22879 mathtt
22880 \series bold
22881
22882 \begin_inset space \textvisiblespace{}
22883 \end_inset
22884
22885
22886 \series default
22887 AbC
22888 \end_layout
22889
22890 \end_inset
22891 </cell>
22892 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
22893 \begin_inset Text
22894
22895 \begin_layout Plain Layout
22896 \begin_inset Formula $\mathtt{AbC}$
22897 \end_inset
22898
22899
22900 \end_layout
22901
22902 \end_inset
22903 </cell>
22904 <cell alignment="center" valignment="top" usebox="none">
22905 \begin_inset Text
22906
22907 \begin_layout Plain Layout
22908 \begin_inset Info
22909 type  "shortcut"
22910 arg   "font-typewriter"
22911 \end_inset
22912
22913
22914 \end_layout
22915
22916 \end_inset
22917 </cell>
22918 </row>
22919 <row>
22920 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22921 \begin_inset Text
22922
22923 \begin_layout Plain Layout
22924
22925 \backslash
22926 mathscr
22927 \series bold
22928
22929 \begin_inset space \textvisiblespace{}
22930 \end_inset
22931
22932
22933 \series default
22934 ABC
22935 \end_layout
22936
22937 \end_inset
22938 </cell>
22939 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22940 \begin_inset Text
22941
22942 \begin_layout Plain Layout
22943 \begin_inset Formula $\mathscr{ABC}$
22944 \end_inset
22945
22946
22947 \end_layout
22948
22949 \end_inset
22950 </cell>
22951 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
22952 \begin_inset Text
22953
22954 \begin_layout Plain Layout
22955 -
22956 \end_layout
22957
22958 \end_inset
22959 </cell>
22960 </row>
22961 </lyxtabular>
22962
22963 \end_inset
22964
22965
22966 \end_layout
22967
22968 \begin_layout Standard
22969 \begin_inset Note Greyedout
22970 status open
22971
22972 \begin_layout Plain Layout
22973
22974 \series bold
22975 [註]
22976 \backslash
22977 mathbb
22978 \series default
22979
22980
22981 \series bold
22982 mathcal
22983 \series default
22984 様式と
22985 \series bold
22986
22987 \backslash
22988 mathscr
22989 \series default
22990 様式は,
22991 大文字にのみ使用することができます.
22992 \end_layout
22993
22994 \end_inset
22995
22996
22997 \end_layout
22998
22999 \begin_layout Standard
23000 既定では,
23001
23002 \series bold
23003
23004 \backslash
23005 mathnormal
23006 \series default
23007 様式に設定されています.
23008 \end_layout
23009
23010 \begin_layout Standard
23011 書体様式コマンドは,
23012 以下のように数式構成要素内の文字に対しても機能します.
23013 \begin_inset Formula 
23014 \[
23015 \mathfrak{A=\frac{b}{C}}
23016 \]
23017
23018 \end_inset
23019
23020
23021 \end_layout
23022
23023 \begin_layout Standard
23024 数式テキストに含まれる文字に対しては,
23025 数式書体様式は反映せず,
23026
23027 \series bold
23028
23029 \backslash
23030 textrm
23031 \series default
23032 様式で表示されます.数式テキストの様式を文字様式ダイアログで設定することができないのは,
23033 \SpecialChar LyX
23034 のバグです
23035 \begin_inset Foot
23036 status collapsed
23037
23038 \begin_layout Plain Layout
23039 \begin_inset CommandInset href
23040 LatexCommand href
23041 name "LyX-bug #4629"
23042 target "https://www.lyx.org/trac/ticket/4629"
23043 literal "false"
23044
23045 \end_inset
23046
23047
23048 \end_layout
23049
23050 \end_inset
23051
23052
23053 \end_layout
23054
23055 \begin_layout Standard
23056 書体様式コマンドの代わりに,
23057
23058 \family sans
23059 \series bold
23060 編集\SpecialChar menuseparator
23061 数学\SpecialChar menuseparator
23062 文字様式
23063 \family default
23064 \series default
23065
23066 \begin_inset space \thinspace{}
23067 \end_inset
23068
23069 ダイアログや,
23070
23071 \begin_inset Info
23072 type  "icon"
23073 arg   "math-insert \\font"
23074 \end_inset
23075
23076 を使用することもできます.
23077 \end_layout
23078
23079 \begin_layout Subsection
23080 ボールド体の数式
23081 \begin_inset CommandInset label
23082 LatexCommand label
23083 name "subsec:ボールド体の数式"
23084
23085 \end_inset
23086
23087
23088 \begin_inset Index idx
23089 range none
23090 pageformat default
23091 status collapsed
23092
23093 \begin_layout Plain Layout
23094 \begin_inset IndexMacro sortkey
23095 status open
23096
23097 \begin_layout Plain Layout
23098 すうしき
23099 \end_layout
23100
23101 \end_inset
23102
23103 数式
23104 \begin_inset IndexMacro subentry
23105 status open
23106
23107 \begin_layout Plain Layout
23108 \begin_inset IndexMacro sortkey
23109 status open
23110
23111 \begin_layout Plain Layout
23112 ほるとたい
23113 \end_layout
23114
23115 \end_inset
23116
23117 ボールド体
23118 \end_layout
23119
23120 \end_inset
23121
23122
23123 \end_layout
23124
23125 \end_inset
23126
23127
23128 \end_layout
23129
23130 \begin_layout Standard
23131 数式全体をボールド体にしようとすると,
23132 前節の
23133 \series bold
23134
23135 \backslash
23136 mathbf
23137 \series default
23138 コマンドは,
23139 ギリシャ文字の小文字に対しては機能しないので,
23140 使用することができません.さらにこのコマンドは,
23141 以下の式のように,
23142 ラテン文字をつねにアップライト体に印字してしまいます.
23143 \end_layout
23144
23145 \begin_layout Standard
23146 \begin_inset Formula 
23147 \[
23148 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{\textbackslash mathbfを使用した数式}
23149 \]
23150
23151 \end_inset
23152
23153
23154 \end_layout
23155
23156 \begin_layout Standard
23157 この数式を正しく表示するには,
23158 以下のように,
23159
23160 \series bold
23161
23162 \backslash
23163 boldsymbol
23164 \series default
23165 コマンドを使用します.
23166 \begin_inset Formula 
23167 \[
23168 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{\textbackslash boldsymbolを使用した数式}}
23169 \]
23170
23171 \end_inset
23172
23173 また,
23174 数式を
23175 \series bold
23176 boldmath環境
23177 \series default
23178 に設定する方法もあります.この環境は,
23179 \SpecialChar TeX
23180 モードで
23181 \series bold
23182
23183 \backslash
23184 boldmath
23185 \begin_inset Index idx
23186 range none
23187 pageformat default
23188 status collapsed
23189
23190 \begin_layout Plain Layout
23191 \begin_inset IndexMacro sortkey
23192 status open
23193
23194 \begin_layout Plain Layout
23195 こまんと
23196 \end_layout
23197
23198 \end_inset
23199
23200 コマンド
23201 \begin_inset IndexMacro subentry
23202 status open
23203
23204 \begin_layout Plain Layout
23205 B
23206 \end_layout
23207
23208 \end_inset
23209
23210
23211 \begin_inset IndexMacro subentry
23212 status open
23213
23214 \begin_layout Plain Layout
23215
23216 \backslash
23217 boldmath
23218 \end_layout
23219
23220 \end_inset
23221
23222
23223 \end_layout
23224
23225 \end_inset
23226
23227
23228 \series default
23229 コマンドを挿入することによって作ることができます.環境を閉じるには,
23230
23231 \series bold
23232
23233 \backslash
23234 unboldmath
23235 \begin_inset Index idx
23236 range none
23237 pageformat default
23238 status collapsed
23239
23240 \begin_layout Plain Layout
23241 \begin_inset IndexMacro sortkey
23242 status open
23243
23244 \begin_layout Plain Layout
23245 こまんと
23246 \end_layout
23247
23248 \end_inset
23249
23250 コマンド
23251 \begin_inset IndexMacro subentry
23252 status open
23253
23254 \begin_layout Plain Layout
23255 U
23256 \end_layout
23257
23258 \end_inset
23259
23260
23261 \begin_inset IndexMacro subentry
23262 status open
23263
23264 \begin_layout Plain Layout
23265
23266 \backslash
23267 unboldmath
23268 \end_layout
23269
23270 \end_inset
23271
23272
23273 \end_layout
23274
23275 \end_inset
23276
23277
23278 \series default
23279 コマンドを\SpecialChar TeX
23280 モードで挿入します.
23281 \begin_inset ERT
23282 status collapsed
23283
23284 \begin_layout Plain Layout
23285
23286
23287 \backslash
23288 boldmath 
23289 \end_layout
23290
23291 \end_inset
23292
23293
23294 \begin_inset Formula 
23295 \[
23296 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{boldmath環境に置いた数式}
23297 \]
23298
23299 \end_inset
23300
23301
23302 \begin_inset ERT
23303 status collapsed
23304
23305 \begin_layout Plain Layout
23306
23307
23308 \backslash
23309 unboldmath 
23310 \end_layout
23311
23312 \end_inset
23313
23314
23315 \end_layout
23316
23317 \begin_layout Subsection
23318 色付きの数式
23319 \begin_inset Index idx
23320 range none
23321 pageformat default
23322 status collapsed
23323
23324 \begin_layout Plain Layout
23325 \begin_inset IndexMacro sortkey
23326 status open
23327
23328 \begin_layout Plain Layout
23329 すうしき
23330 \end_layout
23331
23332 \end_inset
23333
23334 数式
23335 \begin_inset IndexMacro subentry
23336 status open
23337
23338 \begin_layout Plain Layout
23339 \begin_inset IndexMacro sortkey
23340 status open
23341
23342 \begin_layout Plain Layout
23343 いろつき
23344 \end_layout
23345
23346 \end_inset
23347
23348 色付き
23349 \end_layout
23350
23351 \end_inset
23352
23353
23354 \end_layout
23355
23356 \end_inset
23357
23358
23359 \end_layout
23360
23361 \begin_layout Standard
23362 数式も,
23363 通常の本文と同様,
23364 色を付けることができます.数式あるいは数式の一部を選択して,
23365 文字様式ダイアログを使用して下さい.下記は,
23366 マゼンタ色にした数式です.
23367 \begin_inset Formula 
23368 \[
23369 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
23370 \]
23371
23372 \end_inset
23373
23374
23375 \end_layout
23376
23377 \begin_layout Standard
23378
23379 \begin_inset CommandInset ref
23380 LatexCommand ref
23381 reference "subsec:色付きボックス"
23382 nolink "false"
23383
23384 \end_inset
23385
23386 節に述べられているように,
23387 自己定義の色を定義することもできます.自己定義の色は,
23388 以下の書式を持つ
23389 \series bold
23390
23391 \backslash
23392 textcolor
23393 \series default
23394
23395 \begin_inset Index idx
23396 range none
23397 pageformat default
23398 status collapsed
23399
23400 \begin_layout Plain Layout
23401 \begin_inset IndexMacro sortkey
23402 status open
23403
23404 \begin_layout Plain Layout
23405 こまんと
23406 \end_layout
23407
23408 \end_inset
23409
23410 コマンド
23411 \begin_inset IndexMacro subentry
23412 status open
23413
23414 \begin_layout Plain Layout
23415 T
23416 \end_layout
23417
23418 \end_inset
23419
23420
23421 \begin_inset IndexMacro subentry
23422 status open
23423
23424 \begin_layout Plain Layout
23425
23426 \backslash
23427 textcolor
23428 \end_layout
23429
23430 \end_inset
23431
23432
23433 \end_layout
23434
23435 \end_inset
23436
23437 \SpecialChar TeX
23438 コードコマンドで適用することができます.
23439 \end_layout
23440
23441 \begin_layout Standard
23442
23443 \series bold
23444
23445 \backslash
23446 textcolor{色}{文字ないし数式}
23447 \end_layout
23448
23449 \begin_layout Standard
23450 下記の例は,
23451 全体を濃緑にし,
23452 一部を赤にしています.
23453 \end_layout
23454
23455 \begin_layout Standard
23456 \begin_inset ERT
23457 status collapsed
23458
23459 \begin_layout Plain Layout
23460
23461
23462 \backslash
23463 textcolor{darkgreen}{
23464 \end_layout
23465
23466 \end_inset
23467
23468
23469 \begin_inset Formula 
23470 \[
23471 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
23472 \]
23473
23474 \end_inset
23475
23476
23477 \begin_inset ERT
23478 status collapsed
23479
23480 \begin_layout Plain Layout
23481
23482 }
23483 \end_layout
23484
23485 \end_inset
23486
23487
23488 \end_layout
23489
23490 \begin_layout Standard
23491 \SpecialChar LyX
23492 のバグのため,
23493 自己定義色は数式全体に対してしか使用することができません
23494 \begin_inset Foot
23495 status collapsed
23496
23497 \begin_layout Plain Layout
23498 \begin_inset CommandInset href
23499 LatexCommand href
23500 name "LyX-bug #5269"
23501 target "https://www.lyx.org/trac/ticket/5269"
23502 literal "false"
23503
23504 \end_inset
23505
23506
23507 \end_layout
23508
23509 \end_inset
23510
23511
23512 \end_layout
23513
23514 \begin_layout Subsection
23515 書体寸法
23516 \begin_inset CommandInset label
23517 LatexCommand label
23518 name "subsec:書体寸法"
23519
23520 \end_inset
23521
23522
23523 \begin_inset Index idx
23524 range none
23525 pageformat default
23526 status collapsed
23527
23528 \begin_layout Plain Layout
23529 \begin_inset IndexMacro sortkey
23530 status open
23531
23532 \begin_layout Plain Layout
23533 しよたい
23534 \end_layout
23535
23536 \end_inset
23537
23538 書体
23539 \begin_inset IndexMacro subentry
23540 status open
23541
23542 \begin_layout Plain Layout
23543 \begin_inset IndexMacro sortkey
23544 status open
23545
23546 \begin_layout Plain Layout
23547 すんほう
23548 \end_layout
23549
23550 \end_inset
23551
23552 寸法
23553 \end_layout
23554
23555 \end_inset
23556
23557
23558 \end_layout
23559
23560 \end_inset
23561
23562
23563 \end_layout
23564
23565 \begin_layout Standard
23566 数式内の文字については,
23567 本文中の文字同様,
23568 以下の書体寸法設定コマンドがあります.
23569 \end_layout
23570
23571 \begin_layout Standard
23572
23573 \series bold
23574
23575 \backslash
23576 Huge
23577 \series default
23578
23579
23580 \series bold
23581
23582 \backslash
23583 huge
23584 \series default
23585
23586
23587 \series bold
23588
23589 \backslash
23590 LARGE
23591 \series default
23592
23593
23594 \series bold
23595
23596 \backslash
23597 Large
23598 \series default
23599
23600
23601 \series bold
23602
23603 \backslash
23604 large
23605 \series default
23606
23607
23608 \series bold
23609
23610 \backslash
23611 normalsize
23612 \series default
23613
23614
23615 \series bold
23616
23617 \backslash
23618 small
23619 \series default
23620 ,
23621 \begin_inset Newline newline
23622 \end_inset
23623
23624
23625 \series bold
23626
23627 \backslash
23628 footnotesize
23629 \series default
23630
23631
23632 \series bold
23633
23634 \backslash
23635 scriptsize
23636 \series default
23637
23638 および
23639 \series bold
23640
23641 \backslash
23642 tiny
23643 \end_layout
23644
23645 \begin_layout Standard
23646 これらのコマンドによって生成される実際の書体寸法は,
23647 文書の書体寸法に依存し,
23648 文書の書体寸法が
23649 \series bold
23650
23651 \backslash
23652 normalsize
23653 \series default
23654 コマンドに設定されます.他のコマンドは,
23655
23656 \series bold
23657
23658 \backslash
23659 normalsize
23660 \series default
23661 を基準として拡大ないし縮小されます.しかしながら,
23662 書体寸法は一定の値を越えることができないようになっています.たとえば,
23663 文書書体寸法が12
23664 \begin_inset space \thinspace{}
23665 \end_inset
23666
23667 ptであるならば,
23668
23669 \series bold
23670
23671 \backslash
23672 Huge
23673 \series default
23674 コマンドは
23675 \series bold
23676
23677 \backslash
23678 huge
23679 \series default
23680 コマンドと同じ大きさに落とされます.
23681 \end_layout
23682
23683 \begin_layout Standard
23684 ある場所以降のすべての数式と本文文字を変更するには,
23685 書体寸法コマンドを\SpecialChar TeX
23686 モードで挿入します.元の書体寸法に戻すには,
23687 数式の後に\SpecialChar TeX
23688 モードで
23689 \series bold
23690
23691 \backslash
23692 normalsize
23693 \series default
23694 コマンドを挿入します.
23695 \end_layout
23696
23697 \begin_layout Standard
23698 数式内では,
23699 以下の寸法コマンドまたはツールバーボタン
23700 \begin_inset Info
23701 type  "icon"
23702 arg   "math-insert \\style"
23703 \end_inset
23704
23705 を使用して,
23706 寸法を変更することができます.
23707 \end_layout
23708
23709 \begin_layout Standard
23710 \noindent
23711 \align center
23712 \begin_inset Tabular
23713 <lyxtabular version="3" rows="5" columns="2">
23714 <features booktabs="true" tabularvalignment="middle">
23715 <column alignment="center" valignment="top" width="0pt">
23716 <column alignment="center" valignment="top">
23717 <row>
23718 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23719 \begin_inset Text
23720
23721 \begin_layout Plain Layout
23722 コマンド
23723 \end_layout
23724
23725 \end_inset
23726 </cell>
23727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23728 \begin_inset Text
23729
23730 \begin_layout Plain Layout
23731 出力
23732 \end_layout
23733
23734 \end_inset
23735 </cell>
23736 </row>
23737 <row>
23738 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23739 \begin_inset Text
23740
23741 \begin_layout Plain Layout
23742
23743 \backslash
23744 displaystyle
23745 \begin_inset Index idx
23746 range none
23747 pageformat default
23748 status collapsed
23749
23750 \begin_layout Plain Layout
23751 \begin_inset IndexMacro sortkey
23752 status open
23753
23754 \begin_layout Plain Layout
23755 こまんと
23756 \end_layout
23757
23758 \end_inset
23759
23760 コマンド
23761 \begin_inset IndexMacro subentry
23762 status open
23763
23764 \begin_layout Plain Layout
23765 D
23766 \end_layout
23767
23768 \end_inset
23769
23770
23771 \begin_inset IndexMacro subentry
23772 status open
23773
23774 \begin_layout Plain Layout
23775
23776 \backslash
23777 displaystyle
23778 \end_layout
23779
23780 \end_inset
23781
23782
23783 \end_layout
23784
23785 \end_inset
23786
23787
23788 \end_layout
23789
23790 \end_inset
23791 </cell>
23792 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23793 \begin_inset Text
23794
23795 \begin_layout Plain Layout
23796 \begin_inset Formula ${\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
23797 \end_inset
23798
23799
23800 \end_layout
23801
23802 \end_inset
23803 </cell>
23804 </row>
23805 <row topspace="1mm">
23806 <cell alignment="center" valignment="top" usebox="none">
23807 \begin_inset Text
23808
23809 \begin_layout Plain Layout
23810
23811 \backslash
23812 textstyle
23813 \end_layout
23814
23815 \end_inset
23816 </cell>
23817 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23818 \begin_inset Text
23819
23820 \begin_layout Plain Layout
23821 \begin_inset Formula ${\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
23822 \end_inset
23823
23824
23825 \end_layout
23826
23827 \end_inset
23828 </cell>
23829 </row>
23830 <row>
23831 <cell alignment="center" valignment="top" leftline="true" usebox="none">
23832 \begin_inset Text
23833
23834 \begin_layout Plain Layout
23835
23836 \backslash
23837 scriptstyle
23838 \end_layout
23839
23840 \end_inset
23841 </cell>
23842 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
23843 \begin_inset Text
23844
23845 \begin_layout Plain Layout
23846 \begin_inset Formula ${\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
23847 \end_inset
23848
23849
23850 \end_layout
23851
23852 \end_inset
23853 </cell>
23854 </row>
23855 <row>
23856 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23857 \begin_inset Text
23858
23859 \begin_layout Plain Layout
23860
23861 \backslash
23862 scriptscriptstyle
23863 \end_layout
23864
23865 \end_inset
23866 </cell>
23867 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23868 \begin_inset Text
23869
23870 \begin_layout Plain Layout
23871 \begin_inset Formula ${\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}$
23872 \end_inset
23873
23874
23875 \end_layout
23876
23877 \end_inset
23878 </cell>
23879 </row>
23880 </lyxtabular>
23881
23882 \end_inset
23883
23884
23885 \end_layout
23886
23887 \begin_layout Standard
23888 これらのコマンドを入力すると,
23889 青いボックスが現れるので,
23890 そこに数式のパーツを入れることができます.
23891 \end_layout
23892
23893 \begin_layout Standard
23894 フォント寸法を変更するにはもう一つの方法がありますが,
23895 これは記号と数式内テキストのみに使うことができます.これを使うには,
23896 書体寸法コマンドを数式テキスト内に挿入します.数式テキストの終わりか,
23897 別の書体寸法コマンドが現れるまでの文字すべてが,
23898 選択した寸法になります.以下に二つの例を挙げます.
23899 \begin_inset VSpace -2mm
23900 \end_inset
23901
23902
23903 \end_layout
23904
23905 \begin_layout Standard
23906 \begin_inset ERT
23907 status collapsed
23908
23909 \begin_layout Plain Layout
23910
23911
23912 \backslash
23913 huge 
23914 \end_layout
23915
23916 \end_inset
23917
23918
23919 \begin_inset Formula 
23920 \[
23921 A=\frac{B}{c}\cdot\maltese
23922 \]
23923
23924 \end_inset
23925
23926
23927 \begin_inset Formula 
23928 \[
23929 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}
23930 \]
23931
23932 \end_inset
23933
23934
23935 \begin_inset ERT
23936 status collapsed
23937
23938 \begin_layout Plain Layout
23939
23940
23941 \backslash
23942 normalsize 
23943 \end_layout
23944
23945 \end_inset
23946
23947
23948 \end_layout
23949
23950 \begin_layout Standard
23951 \begin_inset VSpace medskip
23952 \end_inset
23953
23954 二つの式の前には,
23955
23956 \series bold
23957
23958 \backslash
23959 huge
23960 \series default
23961 コマンドが挿入されています.二つ目の数式を入力するコマンドは,
23962
23963 \begin_inset Newline newline
23964 \end_inset
23965
23966
23967 \series bold
23968
23969 \backslash
23970 maltese
23971 \begin_inset space \textvisiblespace{}
23972 \end_inset
23973
23974 A Alt+M M 
23975 \backslash
23976 Large
23977 \begin_inset space \textvisiblespace{}
23978 \end_inset
23979
23980
23981 \backslash
23982 maltese
23983 \begin_inset space \textvisiblespace{}
23984 \end_inset
23985
23986
23987 \backslash
23988 textit
23989 \begin_inset space \textvisiblespace{}
23990 \end_inset
23991
23992 A
23993 \begin_inset Formula $\to$
23994 \end_inset
23995
23996
23997 \begin_inset Formula $\to$
23998 \end_inset
23999
24000
24001 \begin_inset Newline newline
24002 \end_inset
24003
24004
24005 \begin_inset space \hspace*{}
24006 \length 1cm
24007 \end_inset
24008
24009 Alt+M
24010 \series default
24011  
24012 \series bold
24013
24014 \backslash
24015 tiny
24016 \begin_inset space \textvisiblespace{}
24017 \end_inset
24018
24019
24020 \backslash
24021 maltese
24022 \begin_inset space \textvisiblespace{}
24023 \end_inset
24024
24025
24026 \backslash
24027 textit
24028 \begin_inset space \textvisiblespace{}
24029 \end_inset
24030
24031 A
24032 \begin_inset Newline newline
24033 \end_inset
24034
24035
24036 \series default
24037 のようになります.
24038 \end_layout
24039
24040 \begin_layout Standard
24041 ある記号を別の寸法で表示することができないときには,
24042 その記号はつねに既定寸法で表示されます.
24043 \end_layout
24044
24045 \begin_layout Section
24046 ギリシャ文字
24047 \begin_inset Index idx
24048 range none
24049 pageformat default
24050 status collapsed
24051
24052 \begin_layout Plain Layout
24053 \begin_inset IndexMacro sortkey
24054 status open
24055
24056 \begin_layout Plain Layout
24057 きりしやもし
24058 \end_layout
24059
24060 \end_inset
24061
24062 ギリシャ文字
24063 \end_layout
24064
24065 \end_inset
24066
24067
24068 \end_layout
24069
24070 \begin_layout Standard
24071 すべてのギリシャ文字は,
24072 ツールバーボタンの
24073 \begin_inset Info
24074 type  "icon"
24075 arg   "math-insert \\alpha"
24076 \end_inset
24077
24078 からでも挿入することができます.各国の組版規則では,
24079 数式内のギリシャ文字はどれもイタリック体か斜体で組版されなくてはならないことになっていますが,
24080 フランス語やロシア語などいくつかの言語では,
24081 それにもかかわらず立体で組版されることがあります.
24082 \end_layout
24083
24084 \begin_layout Subsection
24085 小文字
24086 \begin_inset Index idx
24087 range none
24088 pageformat default
24089 status collapsed
24090
24091 \begin_layout Plain Layout
24092 \begin_inset IndexMacro sortkey
24093 status open
24094
24095 \begin_layout Plain Layout
24096 きりしやもし
24097 \end_layout
24098
24099 \end_inset
24100
24101 ギリシャ文字
24102 \begin_inset IndexMacro subentry
24103 status open
24104
24105 \begin_layout Plain Layout
24106 \begin_inset IndexMacro sortkey
24107 status open
24108
24109 \begin_layout Plain Layout
24110 こもし
24111 \end_layout
24112
24113 \end_inset
24114
24115 小文字
24116 \end_layout
24117
24118 \end_inset
24119
24120
24121 \end_layout
24122
24123 \end_inset
24124
24125
24126 \end_layout
24127
24128 \begin_layout Standard
24129 \begin_inset space \hfill{}
24130 \end_inset
24131
24132
24133 \begin_inset Tabular
24134 <lyxtabular version="3" rows="11" columns="2">
24135 <features booktabs="true" tabularvalignment="middle">
24136 <column alignment="center" valignment="top" width="0pt">
24137 <column alignment="center" valignment="top" width="0pt">
24138 <row>
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" rightline="true" usebox="none">
24149 \begin_inset Text
24150
24151 \begin_layout Plain Layout
24152 出力
24153 \end_layout
24154
24155 \end_inset
24156 </cell>
24157 </row>
24158 <row>
24159 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24160 \begin_inset Text
24161
24162 \begin_layout Plain Layout
24163
24164 \backslash
24165 alpha
24166 \end_layout
24167
24168 \end_inset
24169 </cell>
24170 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24171 \begin_inset Text
24172
24173 \begin_layout Plain Layout
24174 \begin_inset Formula $\alpha$
24175 \end_inset
24176
24177
24178 \end_layout
24179
24180 \end_inset
24181 </cell>
24182 </row>
24183 <row>
24184 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24185 \begin_inset Text
24186
24187 \begin_layout Plain Layout
24188
24189 \backslash
24190 beta
24191 \end_layout
24192
24193 \end_inset
24194 </cell>
24195 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24196 \begin_inset Text
24197
24198 \begin_layout Plain Layout
24199 \begin_inset Formula $\beta$
24200 \end_inset
24201
24202
24203 \end_layout
24204
24205 \end_inset
24206 </cell>
24207 </row>
24208 <row>
24209 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24210 \begin_inset Text
24211
24212 \begin_layout Plain Layout
24213
24214 \backslash
24215 gamma
24216 \end_layout
24217
24218 \end_inset
24219 </cell>
24220 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24221 \begin_inset Text
24222
24223 \begin_layout Plain Layout
24224 \begin_inset Formula $\gamma$
24225 \end_inset
24226
24227
24228 \end_layout
24229
24230 \end_inset
24231 </cell>
24232 </row>
24233 <row>
24234 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24235 \begin_inset Text
24236
24237 \begin_layout Plain Layout
24238
24239 \backslash
24240 delta
24241 \end_layout
24242
24243 \end_inset
24244 </cell>
24245 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24246 \begin_inset Text
24247
24248 \begin_layout Plain Layout
24249 \begin_inset Formula $\delta$
24250 \end_inset
24251
24252
24253 \end_layout
24254
24255 \end_inset
24256 </cell>
24257 </row>
24258 <row>
24259 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24260 \begin_inset Text
24261
24262 \begin_layout Plain Layout
24263
24264 \backslash
24265 epsilon
24266 \end_layout
24267
24268 \end_inset
24269 </cell>
24270 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24271 \begin_inset Text
24272
24273 \begin_layout Plain Layout
24274 \begin_inset Formula $\epsilon$
24275 \end_inset
24276
24277
24278 \end_layout
24279
24280 \end_inset
24281 </cell>
24282 </row>
24283 <row>
24284 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24285 \begin_inset Text
24286
24287 \begin_layout Plain Layout
24288
24289 \backslash
24290 varepsilon
24291 \end_layout
24292
24293 \end_inset
24294 </cell>
24295 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24296 \begin_inset Text
24297
24298 \begin_layout Plain Layout
24299 \begin_inset Formula $\varepsilon$
24300 \end_inset
24301
24302
24303 \end_layout
24304
24305 \end_inset
24306 </cell>
24307 </row>
24308 <row>
24309 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24310 \begin_inset Text
24311
24312 \begin_layout Plain Layout
24313
24314 \backslash
24315 zeta
24316 \end_layout
24317
24318 \end_inset
24319 </cell>
24320 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24321 \begin_inset Text
24322
24323 \begin_layout Plain Layout
24324 \begin_inset Formula $\zeta$
24325 \end_inset
24326
24327
24328 \end_layout
24329
24330 \end_inset
24331 </cell>
24332 </row>
24333 <row>
24334 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24335 \begin_inset Text
24336
24337 \begin_layout Plain Layout
24338
24339 \backslash
24340 eta
24341 \end_layout
24342
24343 \end_inset
24344 </cell>
24345 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24346 \begin_inset Text
24347
24348 \begin_layout Plain Layout
24349 \begin_inset Formula $\eta$
24350 \end_inset
24351
24352
24353 \end_layout
24354
24355 \end_inset
24356 </cell>
24357 </row>
24358 <row>
24359 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24360 \begin_inset Text
24361
24362 \begin_layout Plain Layout
24363
24364 \backslash
24365 theta
24366 \end_layout
24367
24368 \end_inset
24369 </cell>
24370 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24371 \begin_inset Text
24372
24373 \begin_layout Plain Layout
24374 \begin_inset Formula $\theta$
24375 \end_inset
24376
24377
24378 \end_layout
24379
24380 \end_inset
24381 </cell>
24382 </row>
24383 <row>
24384 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24385 \begin_inset Text
24386
24387 \begin_layout Plain Layout
24388
24389 \backslash
24390 vartheta
24391 \end_layout
24392
24393 \end_inset
24394 </cell>
24395 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24396 \begin_inset Text
24397
24398 \begin_layout Plain Layout
24399 \begin_inset Formula $\vartheta$
24400 \end_inset
24401
24402
24403 \end_layout
24404
24405 \end_inset
24406 </cell>
24407 </row>
24408 </lyxtabular>
24409
24410 \end_inset
24411
24412
24413 \begin_inset space \hfill{}
24414 \end_inset
24415
24416
24417 \begin_inset Tabular
24418 <lyxtabular version="3" rows="12" columns="2">
24419 <features booktabs="true" tabularvalignment="middle">
24420 <column alignment="center" valignment="top" width="0pt">
24421 <column alignment="center" valignment="top" width="0pt">
24422 <row>
24423 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24424 \begin_inset Text
24425
24426 \begin_layout Plain Layout
24427 コマンド
24428 \end_layout
24429
24430 \end_inset
24431 </cell>
24432 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24433 \begin_inset Text
24434
24435 \begin_layout Plain Layout
24436 出力
24437 \end_layout
24438
24439 \end_inset
24440 </cell>
24441 </row>
24442 <row>
24443 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24444 \begin_inset Text
24445
24446 \begin_layout Plain Layout
24447
24448 \backslash
24449 iota
24450 \end_layout
24451
24452 \end_inset
24453 </cell>
24454 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24455 \begin_inset Text
24456
24457 \begin_layout Plain Layout
24458 \begin_inset Formula $\iota$
24459 \end_inset
24460
24461
24462 \end_layout
24463
24464 \end_inset
24465 </cell>
24466 </row>
24467 <row>
24468 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24469 \begin_inset Text
24470
24471 \begin_layout Plain Layout
24472
24473 \backslash
24474 kappa
24475 \end_layout
24476
24477 \end_inset
24478 </cell>
24479 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24480 \begin_inset Text
24481
24482 \begin_layout Plain Layout
24483 \begin_inset Formula $\kappa$
24484 \end_inset
24485
24486
24487 \end_layout
24488
24489 \end_inset
24490 </cell>
24491 </row>
24492 <row>
24493 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24494 \begin_inset Text
24495
24496 \begin_layout Plain Layout
24497
24498 \backslash
24499 varkappa
24500 \end_layout
24501
24502 \end_inset
24503 </cell>
24504 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24505 \begin_inset Text
24506
24507 \begin_layout Plain Layout
24508 \begin_inset Formula $\varkappa$
24509 \end_inset
24510
24511
24512 \end_layout
24513
24514 \end_inset
24515 </cell>
24516 </row>
24517 <row>
24518 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24519 \begin_inset Text
24520
24521 \begin_layout Plain Layout
24522
24523 \backslash
24524 lambda
24525 \end_layout
24526
24527 \end_inset
24528 </cell>
24529 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24530 \begin_inset Text
24531
24532 \begin_layout Plain Layout
24533 \begin_inset Formula $\lambda$
24534 \end_inset
24535
24536
24537 \end_layout
24538
24539 \end_inset
24540 </cell>
24541 </row>
24542 <row>
24543 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24544 \begin_inset Text
24545
24546 \begin_layout Plain Layout
24547
24548 \backslash
24549 mu
24550 \end_layout
24551
24552 \end_inset
24553 </cell>
24554 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24555 \begin_inset Text
24556
24557 \begin_layout Plain Layout
24558 \begin_inset Formula $\mu$
24559 \end_inset
24560
24561
24562 \end_layout
24563
24564 \end_inset
24565 </cell>
24566 </row>
24567 <row>
24568 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24569 \begin_inset Text
24570
24571 \begin_layout Plain Layout
24572
24573 \backslash
24574 nu
24575 \end_layout
24576
24577 \end_inset
24578 </cell>
24579 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24580 \begin_inset Text
24581
24582 \begin_layout Plain Layout
24583 \begin_inset Formula $\nu$
24584 \end_inset
24585
24586
24587 \end_layout
24588
24589 \end_inset
24590 </cell>
24591 </row>
24592 <row>
24593 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24594 \begin_inset Text
24595
24596 \begin_layout Plain Layout
24597
24598 \backslash
24599 xi
24600 \end_layout
24601
24602 \end_inset
24603 </cell>
24604 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24605 \begin_inset Text
24606
24607 \begin_layout Plain Layout
24608 \begin_inset Formula $\xi$
24609 \end_inset
24610
24611
24612 \end_layout
24613
24614 \end_inset
24615 </cell>
24616 </row>
24617 <row>
24618 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24619 \begin_inset Text
24620
24621 \begin_layout Plain Layout
24622 o
24623 \end_layout
24624
24625 \end_inset
24626 </cell>
24627 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24628 \begin_inset Text
24629
24630 \begin_layout Plain Layout
24631 \begin_inset Formula $o$
24632 \end_inset
24633
24634
24635 \end_layout
24636
24637 \end_inset
24638 </cell>
24639 </row>
24640 <row>
24641 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24642 \begin_inset Text
24643
24644 \begin_layout Plain Layout
24645
24646 \backslash
24647 pi
24648 \end_layout
24649
24650 \end_inset
24651 </cell>
24652 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24653 \begin_inset Text
24654
24655 \begin_layout Plain Layout
24656 \begin_inset Formula $\pi$
24657 \end_inset
24658
24659
24660 \end_layout
24661
24662 \end_inset
24663 </cell>
24664 </row>
24665 <row>
24666 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24667 \begin_inset Text
24668
24669 \begin_layout Plain Layout
24670
24671 \backslash
24672 varpi
24673 \end_layout
24674
24675 \end_inset
24676 </cell>
24677 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24678 \begin_inset Text
24679
24680 \begin_layout Plain Layout
24681 \begin_inset Formula $\varpi$
24682 \end_inset
24683
24684
24685 \end_layout
24686
24687 \end_inset
24688 </cell>
24689 </row>
24690 <row>
24691 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24692 \begin_inset Text
24693
24694 \begin_layout Plain Layout
24695
24696 \backslash
24697 rho
24698 \end_layout
24699
24700 \end_inset
24701 </cell>
24702 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24703 \begin_inset Text
24704
24705 \begin_layout Plain Layout
24706 \begin_inset Formula $\rho$
24707 \end_inset
24708
24709
24710 \end_layout
24711
24712 \end_inset
24713 </cell>
24714 </row>
24715 </lyxtabular>
24716
24717 \end_inset
24718
24719
24720 \begin_inset space \hfill{}
24721 \end_inset
24722
24723
24724 \begin_inset Tabular
24725 <lyxtabular version="3" rows="11" columns="2">
24726 <features booktabs="true" tabularvalignment="middle">
24727 <column alignment="center" valignment="top" width="0pt">
24728 <column alignment="center" valignment="top" width="0pt">
24729 <row>
24730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24731 \begin_inset Text
24732
24733 \begin_layout Plain Layout
24734 コマンド
24735 \end_layout
24736
24737 \end_inset
24738 </cell>
24739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24740 \begin_inset Text
24741
24742 \begin_layout Plain Layout
24743 出力
24744 \end_layout
24745
24746 \end_inset
24747 </cell>
24748 </row>
24749 <row>
24750 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24751 \begin_inset Text
24752
24753 \begin_layout Plain Layout
24754
24755 \backslash
24756 varrho
24757 \end_layout
24758
24759 \end_inset
24760 </cell>
24761 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24762 \begin_inset Text
24763
24764 \begin_layout Plain Layout
24765 \begin_inset Formula $\varrho$
24766 \end_inset
24767
24768
24769 \end_layout
24770
24771 \end_inset
24772 </cell>
24773 </row>
24774 <row>
24775 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24776 \begin_inset Text
24777
24778 \begin_layout Plain Layout
24779
24780 \backslash
24781 sigma
24782 \end_layout
24783
24784 \end_inset
24785 </cell>
24786 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24787 \begin_inset Text
24788
24789 \begin_layout Plain Layout
24790 \begin_inset Formula $\sigma$
24791 \end_inset
24792
24793
24794 \end_layout
24795
24796 \end_inset
24797 </cell>
24798 </row>
24799 <row>
24800 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24801 \begin_inset Text
24802
24803 \begin_layout Plain Layout
24804
24805 \backslash
24806 varsigma
24807 \end_layout
24808
24809 \end_inset
24810 </cell>
24811 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24812 \begin_inset Text
24813
24814 \begin_layout Plain Layout
24815 \begin_inset Formula $\varsigma$
24816 \end_inset
24817
24818
24819 \end_layout
24820
24821 \end_inset
24822 </cell>
24823 </row>
24824 <row>
24825 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24826 \begin_inset Text
24827
24828 \begin_layout Plain Layout
24829
24830 \backslash
24831 tau
24832 \end_layout
24833
24834 \end_inset
24835 </cell>
24836 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24837 \begin_inset Text
24838
24839 \begin_layout Plain Layout
24840 \begin_inset Formula $\tau$
24841 \end_inset
24842
24843
24844 \end_layout
24845
24846 \end_inset
24847 </cell>
24848 </row>
24849 <row>
24850 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24851 \begin_inset Text
24852
24853 \begin_layout Plain Layout
24854
24855 \backslash
24856 upsilon
24857 \end_layout
24858
24859 \end_inset
24860 </cell>
24861 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24862 \begin_inset Text
24863
24864 \begin_layout Plain Layout
24865 \begin_inset Formula $\upsilon$
24866 \end_inset
24867
24868
24869 \end_layout
24870
24871 \end_inset
24872 </cell>
24873 </row>
24874 <row>
24875 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24876 \begin_inset Text
24877
24878 \begin_layout Plain Layout
24879
24880 \backslash
24881 phi
24882 \end_layout
24883
24884 \end_inset
24885 </cell>
24886 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24887 \begin_inset Text
24888
24889 \begin_layout Plain Layout
24890 \begin_inset Formula $\phi$
24891 \end_inset
24892
24893
24894 \end_layout
24895
24896 \end_inset
24897 </cell>
24898 </row>
24899 <row>
24900 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24901 \begin_inset Text
24902
24903 \begin_layout Plain Layout
24904
24905 \backslash
24906 varphi
24907 \end_layout
24908
24909 \end_inset
24910 </cell>
24911 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24912 \begin_inset Text
24913
24914 \begin_layout Plain Layout
24915 \begin_inset Formula $\varphi$
24916 \end_inset
24917
24918
24919 \end_layout
24920
24921 \end_inset
24922 </cell>
24923 </row>
24924 <row>
24925 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24926 \begin_inset Text
24927
24928 \begin_layout Plain Layout
24929
24930 \backslash
24931 chi
24932 \end_layout
24933
24934 \end_inset
24935 </cell>
24936 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24937 \begin_inset Text
24938
24939 \begin_layout Plain Layout
24940 \begin_inset Formula $\chi$
24941 \end_inset
24942
24943
24944 \end_layout
24945
24946 \end_inset
24947 </cell>
24948 </row>
24949 <row>
24950 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24951 \begin_inset Text
24952
24953 \begin_layout Plain Layout
24954
24955 \backslash
24956 psi
24957 \end_layout
24958
24959 \end_inset
24960 </cell>
24961 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24962 \begin_inset Text
24963
24964 \begin_layout Plain Layout
24965 \begin_inset Formula $\psi$
24966 \end_inset
24967
24968
24969 \end_layout
24970
24971 \end_inset
24972 </cell>
24973 </row>
24974 <row>
24975 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24976 \begin_inset Text
24977
24978 \begin_layout Plain Layout
24979
24980 \backslash
24981 omega
24982 \end_layout
24983
24984 \end_inset
24985 </cell>
24986 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24987 \begin_inset Text
24988
24989 \begin_layout Plain Layout
24990 \begin_inset Formula $\omega$
24991 \end_inset
24992
24993
24994 \end_layout
24995
24996 \end_inset
24997 </cell>
24998 </row>
24999 </lyxtabular>
25000
25001 \end_inset
25002
25003
25004 \begin_inset space \hfill{}
25005 \end_inset
25006
25007
25008 \end_layout
25009
25010 \begin_layout Standard
25011 \begin_inset VSpace medskip
25012 \end_inset
25013
25014
25015 \end_layout
25016
25017 \begin_layout Standard
25018 アップライト体のギリシャ文字を作成する方法は,
25019
25020 \begin_inset CommandInset ref
25021 LatexCommand ref
25022 reference "subsec:アップライト体ギリシャ小文字"
25023 nolink "false"
25024
25025 \end_inset
25026
25027 節に説明されています.
25028 \end_layout
25029
25030 \begin_layout Subsection
25031 大文字
25032 \begin_inset Index idx
25033 range none
25034 pageformat default
25035 status collapsed
25036
25037 \begin_layout Plain Layout
25038 \begin_inset IndexMacro sortkey
25039 status open
25040
25041 \begin_layout Plain Layout
25042 きりしやもし
25043 \end_layout
25044
25045 \end_inset
25046
25047 ギリシャ文字
25048 \begin_inset IndexMacro subentry
25049 status open
25050
25051 \begin_layout Plain Layout
25052 \begin_inset IndexMacro sortkey
25053 status open
25054
25055 \begin_layout Plain Layout
25056 おおもし
25057 \end_layout
25058
25059 \end_inset
25060
25061 大文字
25062 \end_layout
25063
25064 \end_inset
25065
25066
25067 \end_layout
25068
25069 \end_inset
25070
25071
25072 \end_layout
25073
25074 \begin_layout Standard
25075 \begin_inset space \hfill{}
25076 \end_inset
25077
25078
25079 \begin_inset Tabular
25080 <lyxtabular version="3" rows="7" columns="2">
25081 <features booktabs="true" tabularvalignment="middle">
25082 <column alignment="center" valignment="top" width="0pt">
25083 <column alignment="center" valignment="top" width="0pt">
25084 <row>
25085 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25086 \begin_inset Text
25087
25088 \begin_layout Plain Layout
25089 コマンド
25090 \end_layout
25091
25092 \end_inset
25093 </cell>
25094 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25095 \begin_inset Text
25096
25097 \begin_layout Plain Layout
25098 出力
25099 \end_layout
25100
25101 \end_inset
25102 </cell>
25103 </row>
25104 <row>
25105 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25106 \begin_inset Text
25107
25108 \begin_layout Plain Layout
25109
25110 \backslash
25111 Gamma
25112 \end_layout
25113
25114 \end_inset
25115 </cell>
25116 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25117 \begin_inset Text
25118
25119 \begin_layout Plain Layout
25120 \begin_inset Formula $\Gamma$
25121 \end_inset
25122
25123
25124 \end_layout
25125
25126 \end_inset
25127 </cell>
25128 </row>
25129 <row>
25130 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25131 \begin_inset Text
25132
25133 \begin_layout Plain Layout
25134
25135 \backslash
25136 Delta
25137 \end_layout
25138
25139 \end_inset
25140 </cell>
25141 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25142 \begin_inset Text
25143
25144 \begin_layout Plain Layout
25145 \begin_inset Formula $\Delta$
25146 \end_inset
25147
25148
25149 \end_layout
25150
25151 \end_inset
25152 </cell>
25153 </row>
25154 <row>
25155 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25156 \begin_inset Text
25157
25158 \begin_layout Plain Layout
25159
25160 \backslash
25161 Theta
25162 \end_layout
25163
25164 \end_inset
25165 </cell>
25166 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25167 \begin_inset Text
25168
25169 \begin_layout Plain Layout
25170 \begin_inset Formula $\Theta$
25171 \end_inset
25172
25173
25174 \end_layout
25175
25176 \end_inset
25177 </cell>
25178 </row>
25179 <row>
25180 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25181 \begin_inset Text
25182
25183 \begin_layout Plain Layout
25184
25185 \backslash
25186 Lambda
25187 \end_layout
25188
25189 \end_inset
25190 </cell>
25191 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25192 \begin_inset Text
25193
25194 \begin_layout Plain Layout
25195 \begin_inset Formula $\Lambda$
25196 \end_inset
25197
25198
25199 \end_layout
25200
25201 \end_inset
25202 </cell>
25203 </row>
25204 <row>
25205 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25206 \begin_inset Text
25207
25208 \begin_layout Plain Layout
25209
25210 \backslash
25211 Xi
25212 \end_layout
25213
25214 \end_inset
25215 </cell>
25216 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25217 \begin_inset Text
25218
25219 \begin_layout Plain Layout
25220 \begin_inset Formula $\Xi$
25221 \end_inset
25222
25223
25224 \end_layout
25225
25226 \end_inset
25227 </cell>
25228 </row>
25229 <row>
25230 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25231 \begin_inset Text
25232
25233 \begin_layout Plain Layout
25234
25235 \backslash
25236 Pi
25237 \end_layout
25238
25239 \end_inset
25240 </cell>
25241 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25242 \begin_inset Text
25243
25244 \begin_layout Plain Layout
25245 \begin_inset Formula $\Pi$
25246 \end_inset
25247
25248
25249 \end_layout
25250
25251 \end_inset
25252 </cell>
25253 </row>
25254 </lyxtabular>
25255
25256 \end_inset
25257
25258
25259 \begin_inset space \hfill{}
25260 \end_inset
25261
25262
25263 \begin_inset Tabular
25264 <lyxtabular version="3" rows="6" columns="2">
25265 <features booktabs="true" tabularvalignment="middle">
25266 <column alignment="center" valignment="top" width="0pt">
25267 <column alignment="center" valignment="top" width="0pt">
25268 <row>
25269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25270 \begin_inset Text
25271
25272 \begin_layout Plain Layout
25273 コマンド
25274 \end_layout
25275
25276 \end_inset
25277 </cell>
25278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25279 \begin_inset Text
25280
25281 \begin_layout Plain Layout
25282 出力
25283 \end_layout
25284
25285 \end_inset
25286 </cell>
25287 </row>
25288 <row>
25289 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25290 \begin_inset Text
25291
25292 \begin_layout Plain Layout
25293
25294 \backslash
25295 Sigma
25296 \end_layout
25297
25298 \end_inset
25299 </cell>
25300 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25301 \begin_inset Text
25302
25303 \begin_layout Plain Layout
25304 \begin_inset Formula $\Sigma$
25305 \end_inset
25306
25307
25308 \end_layout
25309
25310 \end_inset
25311 </cell>
25312 </row>
25313 <row>
25314 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25315 \begin_inset Text
25316
25317 \begin_layout Plain Layout
25318
25319 \backslash
25320 Upsilon
25321 \end_layout
25322
25323 \end_inset
25324 </cell>
25325 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25326 \begin_inset Text
25327
25328 \begin_layout Plain Layout
25329 \begin_inset Formula $\Upsilon$
25330 \end_inset
25331
25332
25333 \end_layout
25334
25335 \end_inset
25336 </cell>
25337 </row>
25338 <row>
25339 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25340 \begin_inset Text
25341
25342 \begin_layout Plain Layout
25343
25344 \backslash
25345 Phi
25346 \end_layout
25347
25348 \end_inset
25349 </cell>
25350 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25351 \begin_inset Text
25352
25353 \begin_layout Plain Layout
25354 \begin_inset Formula $\Phi$
25355 \end_inset
25356
25357
25358 \end_layout
25359
25360 \end_inset
25361 </cell>
25362 </row>
25363 <row>
25364 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25365 \begin_inset Text
25366
25367 \begin_layout Plain Layout
25368
25369 \backslash
25370 Psi
25371 \end_layout
25372
25373 \end_inset
25374 </cell>
25375 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25376 \begin_inset Text
25377
25378 \begin_layout Plain Layout
25379 \begin_inset Formula $\Psi$
25380 \end_inset
25381
25382
25383 \end_layout
25384
25385 \end_inset
25386 </cell>
25387 </row>
25388 <row>
25389 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25390 \begin_inset Text
25391
25392 \begin_layout Plain Layout
25393
25394 \backslash
25395 Omega
25396 \end_layout
25397
25398 \end_inset
25399 </cell>
25400 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25401 \begin_inset Text
25402
25403 \begin_layout Plain Layout
25404 \begin_inset Formula $\Omega$
25405 \end_inset
25406
25407
25408 \end_layout
25409
25410 \end_inset
25411 </cell>
25412 </row>
25413 </lyxtabular>
25414
25415 \end_inset
25416
25417
25418 \begin_inset space \hfill{}
25419 \end_inset
25420
25421
25422 \end_layout
25423
25424 \begin_layout Standard
25425 \begin_inset VSpace medskip
25426 \end_inset
25427
25428 大文字のギリシャ文字が立体で表示されるのは,
25429 \SpecialChar TeX
25430 の開発途上に生じたデザイン上のバグによるものです.正しいイタリック体の大文字を得るためには,
25431 各コマンドの頭に
25432 \series bold
25433 var
25434 \series default
25435 を付けてください.たとえば,
25436
25437 \series bold
25438
25439 \backslash
25440 varGamma
25441 \series default
25442 コマンドは,
25443
25444 \begin_inset Formula $\varGamma$
25445 \end_inset
25446
25447 を生成します.もう一つの方法は,
25448 パッケージ
25449 \series bold
25450 fixmath
25451 \series default
25452
25453 \begin_inset Foot
25454 status collapsed
25455
25456 \begin_layout Plain Layout
25457
25458 \series bold
25459 fixmath
25460 \series default
25461 は,
25462 \SpecialChar LaTeX
25463 パッケージ
25464 \series bold
25465 was
25466 \series default
25467
25468 \begin_inset Index idx
25469 range none
25470 pageformat default
25471 status collapsed
25472
25473 \begin_layout Plain Layout
25474 はつけし@パッケージ!was
25475 \begin_inset ERT
25476 status collapsed
25477
25478 \begin_layout Plain Layout
25479
25480
25481 \backslash
25482 vspace{4mm}
25483 \end_layout
25484
25485 \end_inset
25486
25487
25488 \end_layout
25489
25490 \end_inset
25491
25492 に含まれています.
25493 \end_layout
25494
25495 \end_inset
25496
25497
25498 \begin_inset Index idx
25499 range none
25500 pageformat default
25501 status collapsed
25502
25503 \begin_layout Plain Layout
25504 \begin_inset IndexMacro sortkey
25505 status open
25506
25507 \begin_layout Plain Layout
25508 はつけし
25509 \end_layout
25510
25511 \end_inset
25512
25513 パッケージ
25514 \begin_inset IndexMacro subentry
25515 status open
25516
25517 \begin_layout Plain Layout
25518 fixmath
25519 \end_layout
25520
25521 \end_inset
25522
25523
25524 \end_layout
25525
25526 \end_inset
25527
25528 を\SpecialChar LaTeX
25529 プリアンブル行に
25530 \end_layout
25531
25532 \begin_layout Standard
25533
25534 \series bold
25535
25536 \backslash
25537 usepackage{fixmath}
25538 \end_layout
25539
25540 \begin_layout Standard
25541 と書いて読み込む方法です.すると,
25542 文書中の大きなギリシャ文字は,
25543 すべて自動的にイタリック体として組版されます.
25544 \end_layout
25545
25546 \begin_layout Subsection
25547 ボールド体
25548 \begin_inset Index idx
25549 range none
25550 pageformat default
25551 status collapsed
25552
25553 \begin_layout Plain Layout
25554 \begin_inset IndexMacro sortkey
25555 status open
25556
25557 \begin_layout Plain Layout
25558 きりしやもし
25559 \end_layout
25560
25561 \end_inset
25562
25563 ギリシャ文字
25564 \begin_inset IndexMacro subentry
25565 status open
25566
25567 \begin_layout Plain Layout
25568 \begin_inset IndexMacro sortkey
25569 status open
25570
25571 \begin_layout Plain Layout
25572 ほるとたい
25573 \end_layout
25574
25575 \end_inset
25576
25577 ボールド体
25578 \end_layout
25579
25580 \end_inset
25581
25582
25583 \end_layout
25584
25585 \end_inset
25586
25587
25588 \end_layout
25589
25590 \begin_layout Standard
25591 ギリシャ文字は,
25592 ラテン文字のようには,
25593 多様な書体様式に設定することができません.ギリシャ文字をボールド体にできるのは,
25594
25595 \series bold
25596
25597 \backslash
25598 boldsymbol
25599 \series default
25600 コマンドのみです
25601 \begin_inset Index idx
25602 range none
25603 pageformat default
25604 status collapsed
25605
25606 \begin_layout Plain Layout
25607 \begin_inset IndexMacro sortkey
25608 status open
25609
25610 \begin_layout Plain Layout
25611 こまんと
25612 \end_layout
25613
25614 \end_inset
25615
25616 コマンド
25617 \begin_inset IndexMacro subentry
25618 status open
25619
25620 \begin_layout Plain Layout
25621 B
25622 \end_layout
25623
25624 \end_inset
25625
25626
25627 \begin_inset IndexMacro subentry
25628 status open
25629
25630 \begin_layout Plain Layout
25631
25632 \backslash
25633 boldsymbol
25634 \end_layout
25635
25636 \end_inset
25637
25638
25639 \end_layout
25640
25641 \end_inset
25642
25643
25644 \end_layout
25645
25646 \begin_layout Standard
25647 \align center
25648 \begin_inset Tabular
25649 <lyxtabular version="3" rows="3" columns="2">
25650 <features booktabs="true" tabularvalignment="middle">
25651 <column alignment="center" valignment="top" width="0pt">
25652 <column alignment="center" valignment="top">
25653 <row>
25654 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25655 \begin_inset Text
25656
25657 \begin_layout Plain Layout
25658 コマンド
25659 \end_layout
25660
25661 \end_inset
25662 </cell>
25663 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25664 \begin_inset Text
25665
25666 \begin_layout Plain Layout
25667 出力
25668 \end_layout
25669
25670 \end_inset
25671 </cell>
25672 </row>
25673 <row>
25674 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25675 \begin_inset Text
25676
25677 \begin_layout Plain Layout
25678
25679 \backslash
25680 Upsilon
25681 \backslash
25682 boldsymbol
25683 \backslash
25684 Upsilon
25685 \end_layout
25686
25687 \end_inset
25688 </cell>
25689 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25690 \begin_inset Text
25691
25692 \begin_layout Plain Layout
25693 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
25694 \end_inset
25695
25696
25697 \end_layout
25698
25699 \end_inset
25700 </cell>
25701 </row>
25702 <row>
25703 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25704 \begin_inset Text
25705
25706 \begin_layout Plain Layout
25707
25708 \backslash
25709 theta
25710 \backslash
25711 boldsymbol
25712 \backslash
25713 theta
25714 \end_layout
25715
25716 \end_inset
25717 </cell>
25718 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25719 \begin_inset Text
25720
25721 \begin_layout Plain Layout
25722 \begin_inset Formula $\theta\boldsymbol{\theta}$
25723 \end_inset
25724
25725
25726 \end_layout
25727
25728 \end_inset
25729 </cell>
25730 </row>
25731 </lyxtabular>
25732
25733 \end_inset
25734
25735
25736 \end_layout
25737
25738 \begin_layout Section
25739 記号
25740 \begin_inset ERT
25741 status collapsed
25742
25743 \begin_layout Plain Layout
25744
25745
25746 \backslash
25747 texorpdfstring{
25748 \end_layout
25749
25750 \end_inset
25751
25752
25753 \begin_inset Foot
25754 status collapsed
25755
25756 \begin_layout Plain Layout
25757 各\SpecialChar LaTeX
25758 パッケージに含まれる全記号をほとんど網羅した一覧が,
25759
25760 \begin_inset CommandInset citation
25761 LatexCommand cite
25762 key "Symbols"
25763 literal "true"
25764
25765 \end_inset
25766
25767 にあります.
25768 \end_layout
25769
25770 \end_inset
25771
25772
25773 \begin_inset ERT
25774 status collapsed
25775
25776 \begin_layout Plain Layout
25777
25778 }{}
25779 \end_layout
25780
25781 \end_inset
25782
25783
25784 \begin_inset Note Note
25785 status collapsed
25786
25787 \begin_layout Plain Layout
25788
25789 \backslash
25790 texorpdfstringは,
25791 PDFのしおりに脚註が現れるのを防ぐために使われています.
25792 \end_layout
25793
25794 \begin_layout Plain Layout
25795
25796 \backslash
25797 texorpdfstringについての詳細は,
25798
25799 \begin_inset CommandInset ref
25800 LatexCommand ref
25801 reference "subsec:節見出し中の数式"
25802 nolink "false"
25803
25804 \end_inset
25805
25806 節にあります.
25807 \end_layout
25808
25809 \end_inset
25810
25811
25812 \begin_inset Index idx
25813 range none
25814 pageformat default
25815 status collapsed
25816
25817 \begin_layout Plain Layout
25818 \begin_inset IndexMacro sortkey
25819 status open
25820
25821 \begin_layout Plain Layout
25822 きこう
25823 \end_layout
25824
25825 \end_inset
25826
25827 記号
25828 \end_layout
25829
25830 \end_inset
25831
25832
25833 \end_layout
25834
25835 \begin_layout Standard
25836 本節に掲げてある各記号の多くは,
25837 ツールバーボタンの
25838 \begin_inset Info
25839 type  "icon"
25840 arg   "math-insert \\nabla"
25841 \end_inset
25842
25843
25844 \begin_inset Info
25845 type  "icon"
25846 arg   "math-insert \\digamma"
25847 \end_inset
25848
25849 でも挿入することができます.
25850 \end_layout
25851
25852 \begin_layout Subsection
25853 数学記号
25854 \begin_inset CommandInset label
25855 LatexCommand label
25856 name "subsec:数学記号"
25857
25858 \end_inset
25859
25860
25861 \begin_inset Index idx
25862 range none
25863 pageformat default
25864 status collapsed
25865
25866 \begin_layout Plain Layout
25867 \begin_inset IndexMacro sortkey
25868 status open
25869
25870 \begin_layout Plain Layout
25871 きこう
25872 \end_layout
25873
25874 \end_inset
25875
25876 記号
25877 \begin_inset IndexMacro subentry
25878 status open
25879
25880 \begin_layout Plain Layout
25881 \begin_inset IndexMacro sortkey
25882 status open
25883
25884 \begin_layout Plain Layout
25885 すうかく
25886 \end_layout
25887
25888 \end_inset
25889
25890 数学
25891 \end_layout
25892
25893 \end_inset
25894
25895
25896 \end_layout
25897
25898 \end_inset
25899
25900
25901 \end_layout
25902
25903 \begin_layout Standard
25904 \begin_inset Tabular
25905 <lyxtabular version="3" rows="10" columns="2">
25906 <features booktabs="true" tabularvalignment="middle">
25907 <column alignment="center" valignment="top" width="0pt">
25908 <column alignment="center" valignment="top" width="0pt">
25909 <row>
25910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25911 \begin_inset Text
25912
25913 \begin_layout Plain Layout
25914 コマンド
25915 \end_layout
25916
25917 \end_inset
25918 </cell>
25919 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25920 \begin_inset Text
25921
25922 \begin_layout Plain Layout
25923 出力
25924 \end_layout
25925
25926 \end_inset
25927 </cell>
25928 </row>
25929 <row>
25930 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25931 \begin_inset Text
25932
25933 \begin_layout Plain Layout
25934
25935 \backslash
25936 neg
25937 \end_layout
25938
25939 \end_inset
25940 </cell>
25941 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25942 \begin_inset Text
25943
25944 \begin_layout Plain Layout
25945 \begin_inset Formula $\neg$
25946 \end_inset
25947
25948
25949 \end_layout
25950
25951 \end_inset
25952 </cell>
25953 </row>
25954 <row>
25955 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25956 \begin_inset Text
25957
25958 \begin_layout Plain Layout
25959
25960 \backslash
25961 Im
25962 \end_layout
25963
25964 \end_inset
25965 </cell>
25966 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25967 \begin_inset Text
25968
25969 \begin_layout Plain Layout
25970 \begin_inset Formula $\Im$
25971 \end_inset
25972
25973
25974 \end_layout
25975
25976 \end_inset
25977 </cell>
25978 </row>
25979 <row>
25980 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25981 \begin_inset Text
25982
25983 \begin_layout Plain Layout
25984
25985 \backslash
25986 Re
25987 \end_layout
25988
25989 \end_inset
25990 </cell>
25991 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25992 \begin_inset Text
25993
25994 \begin_layout Plain Layout
25995 \begin_inset Formula $\Re$
25996 \end_inset
25997
25998
25999 \end_layout
26000
26001 \end_inset
26002 </cell>
26003 </row>
26004 <row>
26005 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26006 \begin_inset Text
26007
26008 \begin_layout Plain Layout
26009
26010 \backslash
26011 aleph
26012 \end_layout
26013
26014 \end_inset
26015 </cell>
26016 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26017 \begin_inset Text
26018
26019 \begin_layout Plain Layout
26020 \begin_inset Formula $\aleph$
26021 \end_inset
26022
26023
26024 \end_layout
26025
26026 \end_inset
26027 </cell>
26028 </row>
26029 <row>
26030 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26031 \begin_inset Text
26032
26033 \begin_layout Plain Layout
26034
26035 \backslash
26036 partial
26037 \end_layout
26038
26039 \end_inset
26040 </cell>
26041 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26042 \begin_inset Text
26043
26044 \begin_layout Plain Layout
26045 \begin_inset Formula $\partial$
26046 \end_inset
26047
26048
26049 \end_layout
26050
26051 \end_inset
26052 </cell>
26053 </row>
26054 <row>
26055 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26056 \begin_inset Text
26057
26058 \begin_layout Plain Layout
26059
26060 \backslash
26061 infty
26062 \end_layout
26063
26064 \end_inset
26065 </cell>
26066 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26067 \begin_inset Text
26068
26069 \begin_layout Plain Layout
26070 \begin_inset Formula $\infty$
26071 \end_inset
26072
26073
26074 \end_layout
26075
26076 \end_inset
26077 </cell>
26078 </row>
26079 <row>
26080 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26081 \begin_inset Text
26082
26083 \begin_layout Plain Layout
26084
26085 \backslash
26086 wp
26087 \end_layout
26088
26089 \end_inset
26090 </cell>
26091 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26092 \begin_inset Text
26093
26094 \begin_layout Plain Layout
26095 \begin_inset Formula $\wp$
26096 \end_inset
26097
26098
26099 \end_layout
26100
26101 \end_inset
26102 </cell>
26103 </row>
26104 <row>
26105 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26106 \begin_inset Text
26107
26108 \begin_layout Plain Layout
26109
26110 \backslash
26111 imath
26112 \end_layout
26113
26114 \end_inset
26115 </cell>
26116 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26117 \begin_inset Text
26118
26119 \begin_layout Plain Layout
26120 \begin_inset Formula $\imath$
26121 \end_inset
26122
26123
26124 \end_layout
26125
26126 \end_inset
26127 </cell>
26128 </row>
26129 <row>
26130 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26131 \begin_inset Text
26132
26133 \begin_layout Plain Layout
26134
26135 \backslash
26136 jmath
26137 \end_layout
26138
26139 \end_inset
26140 </cell>
26141 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26142 \begin_inset Text
26143
26144 \begin_layout Plain Layout
26145 \begin_inset Formula $\jmath$
26146 \end_inset
26147
26148
26149 \end_layout
26150
26151 \end_inset
26152 </cell>
26153 </row>
26154 </lyxtabular>
26155
26156 \end_inset
26157
26158
26159 \begin_inset space \hfill{}
26160 \end_inset
26161
26162
26163 \begin_inset Tabular
26164 <lyxtabular version="3" rows="10" columns="2">
26165 <features booktabs="true" tabularvalignment="middle">
26166 <column alignment="center" valignment="top" width="0pt">
26167 <column alignment="center" valignment="top" width="0pt">
26168 <row>
26169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26170 \begin_inset Text
26171
26172 \begin_layout Plain Layout
26173 コマンド
26174 \end_layout
26175
26176 \end_inset
26177 </cell>
26178 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26179 \begin_inset Text
26180
26181 \begin_layout Plain Layout
26182 出力
26183 \begin_inset Note Note
26184 status collapsed
26185
26186 \begin_layout Plain Layout
26187 ここで
26188 \series bold
26189
26190 \backslash
26191 raisebox
26192 \series default
26193 はスペーサーとして使用しているだけです.
26194 \end_layout
26195
26196 \end_inset
26197
26198
26199 \end_layout
26200
26201 \end_inset
26202 </cell>
26203 </row>
26204 <row>
26205 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26206 \begin_inset Text
26207
26208 \begin_layout Plain Layout
26209
26210 \backslash
26211 forall
26212 \end_layout
26213
26214 \end_inset
26215 </cell>
26216 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26217 \begin_inset Text
26218
26219 \begin_layout Plain Layout
26220 \begin_inset Formula $\forall$
26221 \end_inset
26222
26223
26224 \end_layout
26225
26226 \end_inset
26227 </cell>
26228 </row>
26229 <row>
26230 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26231 \begin_inset Text
26232
26233 \begin_layout Plain Layout
26234
26235 \backslash
26236 exists
26237 \end_layout
26238
26239 \end_inset
26240 </cell>
26241 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26242 \begin_inset Text
26243
26244 \begin_layout Plain Layout
26245 \begin_inset Formula $\exists$
26246 \end_inset
26247
26248
26249 \end_layout
26250
26251 \end_inset
26252 </cell>
26253 </row>
26254 <row>
26255 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26256 \begin_inset Text
26257
26258 \begin_layout Plain Layout
26259
26260 \backslash
26261 nexists
26262 \end_layout
26263
26264 \end_inset
26265 </cell>
26266 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26267 \begin_inset Text
26268
26269 \begin_layout Plain Layout
26270 \begin_inset Formula $\nexists$
26271 \end_inset
26272
26273
26274 \end_layout
26275
26276 \end_inset
26277 </cell>
26278 </row>
26279 <row>
26280 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26281 \begin_inset Text
26282
26283 \begin_layout Plain Layout
26284
26285 \backslash
26286 emptyset
26287 \end_layout
26288
26289 \end_inset
26290 </cell>
26291 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26292 \begin_inset Text
26293
26294 \begin_layout Plain Layout
26295 \begin_inset Formula $\emptyset$
26296 \end_inset
26297
26298
26299 \end_layout
26300
26301 \end_inset
26302 </cell>
26303 </row>
26304 <row>
26305 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26306 \begin_inset Text
26307
26308 \begin_layout Plain Layout
26309
26310 \backslash
26311 varnothing
26312 \end_layout
26313
26314 \end_inset
26315 </cell>
26316 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26317 \begin_inset Text
26318
26319 \begin_layout Plain Layout
26320 \begin_inset Formula $\varnothing$
26321 \end_inset
26322
26323
26324 \end_layout
26325
26326 \end_inset
26327 </cell>
26328 </row>
26329 <row>
26330 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26331 \begin_inset Text
26332
26333 \begin_layout Plain Layout
26334
26335 \backslash
26336 dag
26337 \end_layout
26338
26339 \end_inset
26340 </cell>
26341 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26342 \begin_inset Text
26343
26344 \begin_layout Plain Layout
26345 \begin_inset Formula $\dag$
26346 \end_inset
26347
26348
26349 \end_layout
26350
26351 \end_inset
26352 </cell>
26353 </row>
26354 <row>
26355 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26356 \begin_inset Text
26357
26358 \begin_layout Plain Layout
26359
26360 \backslash
26361 ddag
26362 \end_layout
26363
26364 \end_inset
26365 </cell>
26366 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26367 \begin_inset Text
26368
26369 \begin_layout Plain Layout
26370 \begin_inset Formula $\ddag$
26371 \end_inset
26372
26373
26374 \end_layout
26375
26376 \end_inset
26377 </cell>
26378 </row>
26379 <row>
26380 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26381 \begin_inset Text
26382
26383 \begin_layout Plain Layout
26384
26385 \backslash
26386 complement
26387 \end_layout
26388
26389 \end_inset
26390 </cell>
26391 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26392 \begin_inset Text
26393
26394 \begin_layout Plain Layout
26395 \begin_inset ERT
26396 status collapsed
26397
26398 \begin_layout Plain Layout
26399
26400
26401 \backslash
26402 raisebox{-0.8mm}{
26403 \end_layout
26404
26405 \end_inset
26406
26407
26408 \begin_inset Formula $\complement$
26409 \end_inset
26410
26411
26412 \begin_inset ERT
26413 status collapsed
26414
26415 \begin_layout Plain Layout
26416
26417 }
26418 \end_layout
26419
26420 \end_inset
26421
26422
26423 \end_layout
26424
26425 \end_inset
26426 </cell>
26427 </row>
26428 <row>
26429 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26430 \begin_inset Text
26431
26432 \begin_layout Plain Layout
26433
26434 \backslash
26435 Bbbk
26436 \end_layout
26437
26438 \end_inset
26439 </cell>
26440 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26441 \begin_inset Text
26442
26443 \begin_layout Plain Layout
26444 \begin_inset Formula $\Bbbk$
26445 \end_inset
26446
26447
26448 \end_layout
26449
26450 \end_inset
26451 </cell>
26452 </row>
26453 </lyxtabular>
26454
26455 \end_inset
26456
26457
26458 \begin_inset space \hfill{}
26459 \end_inset
26460
26461
26462 \begin_inset Tabular
26463 <lyxtabular version="3" rows="10" columns="2">
26464 <features booktabs="true" tabularvalignment="middle">
26465 <column alignment="center" valignment="top" width="0pt">
26466 <column alignment="center" valignment="top" width="0pt">
26467 <row>
26468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26469 \begin_inset Text
26470
26471 \begin_layout Plain Layout
26472 コマンド
26473 \end_layout
26474
26475 \end_inset
26476 </cell>
26477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26478 \begin_inset Text
26479
26480 \begin_layout Plain Layout
26481 出力
26482 \end_layout
26483
26484 \end_inset
26485 </cell>
26486 </row>
26487 <row>
26488 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26489 \begin_inset Text
26490
26491 \begin_layout Plain Layout
26492
26493 \backslash
26494 prime
26495 \end_layout
26496
26497 \end_inset
26498 </cell>
26499 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26500 \begin_inset Text
26501
26502 \begin_layout Plain Layout
26503 \begin_inset Formula $\prime$
26504 \end_inset
26505
26506
26507 \end_layout
26508
26509 \end_inset
26510 </cell>
26511 </row>
26512 <row>
26513 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26514 \begin_inset Text
26515
26516 \begin_layout Plain Layout
26517
26518 \backslash
26519 backprime
26520 \end_layout
26521
26522 \end_inset
26523 </cell>
26524 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26525 \begin_inset Text
26526
26527 \begin_layout Plain Layout
26528 \begin_inset Formula $\backprime$
26529 \end_inset
26530
26531
26532 \end_layout
26533
26534 \end_inset
26535 </cell>
26536 </row>
26537 <row>
26538 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26539 \begin_inset Text
26540
26541 \begin_layout Plain Layout
26542
26543 \backslash
26544 mho
26545 \end_layout
26546
26547 \end_inset
26548 </cell>
26549 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26550 \begin_inset Text
26551
26552 \begin_layout Plain Layout
26553 \begin_inset Formula $\mho$
26554 \end_inset
26555
26556
26557 \end_layout
26558
26559 \end_inset
26560 </cell>
26561 </row>
26562 <row>
26563 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26564 \begin_inset Text
26565
26566 \begin_layout Plain Layout
26567
26568 \backslash
26569 triangle
26570 \end_layout
26571
26572 \end_inset
26573 </cell>
26574 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26575 \begin_inset Text
26576
26577 \begin_layout Plain Layout
26578 \begin_inset Formula $\triangle$
26579 \end_inset
26580
26581
26582 \end_layout
26583
26584 \end_inset
26585 </cell>
26586 </row>
26587 <row>
26588 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26589 \begin_inset Text
26590
26591 \begin_layout Plain Layout
26592
26593 \backslash
26594 angle
26595 \end_layout
26596
26597 \end_inset
26598 </cell>
26599 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26600 \begin_inset Text
26601
26602 \begin_layout Plain Layout
26603 \begin_inset Formula $\angle$
26604 \end_inset
26605
26606
26607 \end_layout
26608
26609 \end_inset
26610 </cell>
26611 </row>
26612 <row>
26613 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26614 \begin_inset Text
26615
26616 \begin_layout Plain Layout
26617
26618 \backslash
26619 measuredangle
26620 \end_layout
26621
26622 \end_inset
26623 </cell>
26624 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26625 \begin_inset Text
26626
26627 \begin_layout Plain Layout
26628 \begin_inset Formula $\measuredangle$
26629 \end_inset
26630
26631
26632 \end_layout
26633
26634 \end_inset
26635 </cell>
26636 </row>
26637 <row>
26638 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26639 \begin_inset Text
26640
26641 \begin_layout Plain Layout
26642
26643 \backslash
26644 sphericalangle
26645 \end_layout
26646
26647 \end_inset
26648 </cell>
26649 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26650 \begin_inset Text
26651
26652 \begin_layout Plain Layout
26653 \begin_inset Formula $\sphericalangle$
26654 \end_inset
26655
26656
26657 \end_layout
26658
26659 \end_inset
26660 </cell>
26661 </row>
26662 <row>
26663 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26664 \begin_inset Text
26665
26666 \begin_layout Plain Layout
26667
26668 \backslash
26669 top
26670 \end_layout
26671
26672 \end_inset
26673 </cell>
26674 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26675 \begin_inset Text
26676
26677 \begin_layout Plain Layout
26678 \begin_inset Formula $\top$
26679 \end_inset
26680
26681
26682 \end_layout
26683
26684 \end_inset
26685 </cell>
26686 </row>
26687 <row>
26688 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26689 \begin_inset Text
26690
26691 \begin_layout Plain Layout
26692
26693 \backslash
26694 bot
26695 \end_layout
26696
26697 \end_inset
26698 </cell>
26699 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26700 \begin_inset Text
26701
26702 \begin_layout Plain Layout
26703 \begin_inset Formula $\bot$
26704 \end_inset
26705
26706
26707 \end_layout
26708
26709 \end_inset
26710 </cell>
26711 </row>
26712 </lyxtabular>
26713
26714 \end_inset
26715
26716
26717 \end_layout
26718
26719 \begin_layout Subsection
26720 その他の記号
26721 \begin_inset CommandInset label
26722 LatexCommand label
26723 name "subsec:その他の記号"
26724
26725 \end_inset
26726
26727
26728 \begin_inset Index idx
26729 range none
26730 pageformat default
26731 status collapsed
26732
26733 \begin_layout Plain Layout
26734 \begin_inset IndexMacro sortkey
26735 status open
26736
26737 \begin_layout Plain Layout
26738 きこう
26739 \end_layout
26740
26741 \end_inset
26742
26743 記号
26744 \begin_inset IndexMacro subentry
26745 status open
26746
26747 \begin_layout Plain Layout
26748 \begin_inset IndexMacro sortkey
26749 status open
26750
26751 \begin_layout Plain Layout
26752 そのた
26753 \end_layout
26754
26755 \end_inset
26756
26757 その他
26758 \end_layout
26759
26760 \end_inset
26761
26762
26763 \end_layout
26764
26765 \end_inset
26766
26767
26768 \end_layout
26769
26770 \begin_layout Standard
26771 \noindent
26772 \align center
26773 \begin_inset Tabular
26774 <lyxtabular version="3" rows="10" columns="2">
26775 <features booktabs="true" tabularvalignment="middle">
26776 <column alignment="center" valignment="top" width="0pt">
26777 <column alignment="center" valignment="top" width="0pt">
26778 <row>
26779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26780 \begin_inset Text
26781
26782 \begin_layout Plain Layout
26783 コマンド
26784 \end_layout
26785
26786 \end_inset
26787 </cell>
26788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26789 \begin_inset Text
26790
26791 \begin_layout Plain Layout
26792 出力
26793 \end_layout
26794
26795 \end_inset
26796 </cell>
26797 </row>
26798 <row>
26799 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26800 \begin_inset Text
26801
26802 \begin_layout Plain Layout
26803
26804 \backslash
26805 flat
26806 \end_layout
26807
26808 \end_inset
26809 </cell>
26810 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26811 \begin_inset Text
26812
26813 \begin_layout Plain Layout
26814 \begin_inset Formula $\flat$
26815 \end_inset
26816
26817
26818 \end_layout
26819
26820 \end_inset
26821 </cell>
26822 </row>
26823 <row>
26824 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26825 \begin_inset Text
26826
26827 \begin_layout Plain Layout
26828
26829 \backslash
26830 natural
26831 \end_layout
26832
26833 \end_inset
26834 </cell>
26835 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26836 \begin_inset Text
26837
26838 \begin_layout Plain Layout
26839 \begin_inset Formula $\natural$
26840 \end_inset
26841
26842
26843 \end_layout
26844
26845 \end_inset
26846 </cell>
26847 </row>
26848 <row>
26849 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26850 \begin_inset Text
26851
26852 \begin_layout Plain Layout
26853
26854 \backslash
26855 sharp
26856 \end_layout
26857
26858 \end_inset
26859 </cell>
26860 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26861 \begin_inset Text
26862
26863 \begin_layout Plain Layout
26864 \begin_inset Formula $\sharp$
26865 \end_inset
26866
26867
26868 \end_layout
26869
26870 \end_inset
26871 </cell>
26872 </row>
26873 <row>
26874 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26875 \begin_inset Text
26876
26877 \begin_layout Plain Layout
26878
26879 \backslash
26880 surd
26881 \end_layout
26882
26883 \end_inset
26884 </cell>
26885 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26886 \begin_inset Text
26887
26888 \begin_layout Plain Layout
26889 \begin_inset Formula $\surd$
26890 \end_inset
26891
26892
26893 \end_layout
26894
26895 \end_inset
26896 </cell>
26897 </row>
26898 <row>
26899 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26900 \begin_inset Text
26901
26902 \begin_layout Plain Layout
26903
26904 \backslash
26905 checkmark
26906 \end_layout
26907
26908 \end_inset
26909 </cell>
26910 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26911 \begin_inset Text
26912
26913 \begin_layout Plain Layout
26914 \begin_inset Formula $\checkmark$
26915 \end_inset
26916
26917
26918 \end_layout
26919
26920 \end_inset
26921 </cell>
26922 </row>
26923 <row>
26924 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26925 \begin_inset Text
26926
26927 \begin_layout Plain Layout
26928
26929 \backslash
26930 yen
26931 \end_layout
26932
26933 \end_inset
26934 </cell>
26935 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26936 \begin_inset Text
26937
26938 \begin_layout Plain Layout
26939 \begin_inset Formula $\yen$
26940 \end_inset
26941
26942
26943 \end_layout
26944
26945 \end_inset
26946 </cell>
26947 </row>
26948 <row>
26949 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26950 \begin_inset Text
26951
26952 \begin_layout Plain Layout
26953
26954 \backslash
26955 pounds
26956 \end_layout
26957
26958 \end_inset
26959 </cell>
26960 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26961 \begin_inset Text
26962
26963 \begin_layout Plain Layout
26964 \begin_inset Formula $\pounds$
26965 \end_inset
26966
26967
26968 \end_layout
26969
26970 \end_inset
26971 </cell>
26972 </row>
26973 <row>
26974 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26975 \begin_inset Text
26976
26977 \begin_layout Plain Layout
26978 $
26979 \end_layout
26980
26981 \end_inset
26982 </cell>
26983 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26984 \begin_inset Text
26985
26986 \begin_layout Plain Layout
26987 \begin_inset Formula $\$$
26988 \end_inset
26989
26990
26991 \end_layout
26992
26993 \end_inset
26994 </cell>
26995 </row>
26996 <row>
26997 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26998 \begin_inset Text
26999
27000 \begin_layout Plain Layout
27001 §
27002 \end_layout
27003
27004 \end_inset
27005 </cell>
27006 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27007 \begin_inset Text
27008
27009 \begin_layout Plain Layout
27010 \begin_inset Formula $§$
27011 \end_inset
27012
27013
27014 \end_layout
27015
27016 \end_inset
27017 </cell>
27018 </row>
27019 </lyxtabular>
27020
27021 \end_inset
27022
27023
27024 \begin_inset space \hfill{}
27025 \end_inset
27026
27027
27028 \begin_inset Tabular
27029 <lyxtabular version="3" rows="10" columns="2">
27030 <features booktabs="true" tabularvalignment="middle">
27031 <column alignment="center" valignment="top" width="0pt">
27032 <column alignment="center" valignment="top">
27033 <row>
27034 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27035 \begin_inset Text
27036
27037 \begin_layout Plain Layout
27038 コマンド
27039 \end_layout
27040
27041 \end_inset
27042 </cell>
27043 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27044 \begin_inset Text
27045
27046 \begin_layout Plain Layout
27047 出力
27048 \end_layout
27049
27050 \end_inset
27051 </cell>
27052 </row>
27053 <row>
27054 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27055 \begin_inset Text
27056
27057 \begin_layout Plain Layout
27058
27059 \backslash
27060 hbar
27061 \end_layout
27062
27063 \end_inset
27064 </cell>
27065 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27066 \begin_inset Text
27067
27068 \begin_layout Plain Layout
27069 \begin_inset Formula $\hbar$
27070 \end_inset
27071
27072
27073 \end_layout
27074
27075 \end_inset
27076 </cell>
27077 </row>
27078 <row>
27079 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27080 \begin_inset Text
27081
27082 \begin_layout Plain Layout
27083
27084 \backslash
27085 hslash
27086 \end_layout
27087
27088 \end_inset
27089 </cell>
27090 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27091 \begin_inset Text
27092
27093 \begin_layout Plain Layout
27094 \begin_inset Formula $\hslash$
27095 \end_inset
27096
27097
27098 \end_layout
27099
27100 \end_inset
27101 </cell>
27102 </row>
27103 <row>
27104 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27105 \begin_inset Text
27106
27107 \begin_layout Plain Layout
27108
27109 \backslash
27110 clubsuit
27111 \end_layout
27112
27113 \end_inset
27114 </cell>
27115 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27116 \begin_inset Text
27117
27118 \begin_layout Plain Layout
27119 \begin_inset Formula $\clubsuit$
27120 \end_inset
27121
27122
27123 \end_layout
27124
27125 \end_inset
27126 </cell>
27127 </row>
27128 <row>
27129 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27130 \begin_inset Text
27131
27132 \begin_layout Plain Layout
27133
27134 \backslash
27135 spadesuit
27136 \end_layout
27137
27138 \end_inset
27139 </cell>
27140 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27141 \begin_inset Text
27142
27143 \begin_layout Plain Layout
27144 \begin_inset Formula $\spadesuit$
27145 \end_inset
27146
27147
27148 \end_layout
27149
27150 \end_inset
27151 </cell>
27152 </row>
27153 <row>
27154 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27155 \begin_inset Text
27156
27157 \begin_layout Plain Layout
27158
27159 \backslash
27160 bigstar
27161 \end_layout
27162
27163 \end_inset
27164 </cell>
27165 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27166 \begin_inset Text
27167
27168 \begin_layout Plain Layout
27169 \begin_inset Formula $\bigstar$
27170 \end_inset
27171
27172
27173 \end_layout
27174
27175 \end_inset
27176 </cell>
27177 </row>
27178 <row>
27179 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27180 \begin_inset Text
27181
27182 \begin_layout Plain Layout
27183
27184 \backslash
27185 blacklozenge
27186 \end_layout
27187
27188 \end_inset
27189 </cell>
27190 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27191 \begin_inset Text
27192
27193 \begin_layout Plain Layout
27194 \begin_inset Formula $\blacklozenge$
27195 \end_inset
27196
27197
27198 \end_layout
27199
27200 \end_inset
27201 </cell>
27202 </row>
27203 <row>
27204 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27205 \begin_inset Text
27206
27207 \begin_layout Plain Layout
27208
27209 \backslash
27210 blacktriangle
27211 \end_layout
27212
27213 \end_inset
27214 </cell>
27215 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27216 \begin_inset Text
27217
27218 \begin_layout Plain Layout
27219 \begin_inset Formula $\blacktriangle$
27220 \end_inset
27221
27222
27223 \end_layout
27224
27225 \end_inset
27226 </cell>
27227 </row>
27228 <row>
27229 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27230 \begin_inset Text
27231
27232 \begin_layout Plain Layout
27233
27234 \backslash
27235 blacktiangledown
27236 \end_layout
27237
27238 \end_inset
27239 </cell>
27240 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27241 \begin_inset Text
27242
27243 \begin_layout Plain Layout
27244 \begin_inset Formula $\blacktriangledown$
27245 \end_inset
27246
27247
27248 \end_layout
27249
27250 \end_inset
27251 </cell>
27252 </row>
27253 <row>
27254 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27255 \begin_inset Text
27256
27257 \begin_layout Plain Layout
27258
27259 \backslash
27260 bullet
27261 \end_layout
27262
27263 \end_inset
27264 </cell>
27265 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27266 \begin_inset Text
27267
27268 \begin_layout Plain Layout
27269 \begin_inset Formula $\bullet$
27270 \end_inset
27271
27272
27273 \end_layout
27274
27275 \end_inset
27276 </cell>
27277 </row>
27278 </lyxtabular>
27279
27280 \end_inset
27281
27282
27283 \begin_inset space \hfill{}
27284 \end_inset
27285
27286
27287 \begin_inset Tabular
27288 <lyxtabular version="3" rows="10" columns="2">
27289 <features booktabs="true" tabularvalignment="middle">
27290 <column alignment="center" valignment="top" width="0pt">
27291 <column alignment="center" valignment="top" width="0pt">
27292 <row>
27293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27294 \begin_inset Text
27295
27296 \begin_layout Plain Layout
27297 コマンド
27298 \end_layout
27299
27300 \end_inset
27301 </cell>
27302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27303 \begin_inset Text
27304
27305 \begin_layout Plain Layout
27306 出力
27307 \end_layout
27308
27309 \end_inset
27310 </cell>
27311 </row>
27312 <row>
27313 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27314 \begin_inset Text
27315
27316 \begin_layout Plain Layout
27317
27318 \backslash
27319 diamondsuit
27320 \end_layout
27321
27322 \end_inset
27323 </cell>
27324 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27325 \begin_inset Text
27326
27327 \begin_layout Plain Layout
27328 \begin_inset Formula $\diamondsuit$
27329 \end_inset
27330
27331
27332 \end_layout
27333
27334 \end_inset
27335 </cell>
27336 </row>
27337 <row>
27338 <cell alignment="center" valignment="top" rightline="true" usebox="none">
27339 \begin_inset Text
27340
27341 \begin_layout Plain Layout
27342
27343 \backslash
27344 Diamond
27345 \end_layout
27346
27347 \end_inset
27348 </cell>
27349 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27350 \begin_inset Text
27351
27352 \begin_layout Plain Layout
27353 \begin_inset Formula $\Diamond$
27354 \end_inset
27355
27356
27357 \end_layout
27358
27359 \end_inset
27360 </cell>
27361 </row>
27362 <row>
27363 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27364 \begin_inset Text
27365
27366 \begin_layout Plain Layout
27367
27368 \backslash
27369 heartsuit
27370 \end_layout
27371
27372 \end_inset
27373 </cell>
27374 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27375 \begin_inset Text
27376
27377 \begin_layout Plain Layout
27378 \begin_inset Formula $\heartsuit$
27379 \end_inset
27380
27381
27382 \end_layout
27383
27384 \end_inset
27385 </cell>
27386 </row>
27387 <row>
27388 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27389 \begin_inset Text
27390
27391 \begin_layout Plain Layout
27392
27393 \backslash
27394 P
27395 \end_layout
27396
27397 \end_inset
27398 </cell>
27399 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27400 \begin_inset Text
27401
27402 \begin_layout Plain Layout
27403 \begin_inset Formula $\P$
27404 \end_inset
27405
27406
27407 \end_layout
27408
27409 \end_inset
27410 </cell>
27411 </row>
27412 <row>
27413 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27414 \begin_inset Text
27415
27416 \begin_layout Plain Layout
27417
27418 \backslash
27419 copyright
27420 \end_layout
27421
27422 \end_inset
27423 </cell>
27424 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27425 \begin_inset Text
27426
27427 \begin_layout Plain Layout
27428 \begin_inset Formula $\copyright$
27429 \end_inset
27430
27431
27432 \end_layout
27433
27434 \end_inset
27435 </cell>
27436 </row>
27437 <row>
27438 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27439 \begin_inset Text
27440
27441 \begin_layout Plain Layout
27442
27443 \backslash
27444 circledR
27445 \end_layout
27446
27447 \end_inset
27448 </cell>
27449 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27450 \begin_inset Text
27451
27452 \begin_layout Plain Layout
27453 \begin_inset Formula $\circledR$
27454 \end_inset
27455
27456
27457 \end_layout
27458
27459 \end_inset
27460 </cell>
27461 </row>
27462 <row>
27463 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27464 \begin_inset Text
27465
27466 \begin_layout Plain Layout
27467
27468 \backslash
27469 maltese
27470 \end_layout
27471
27472 \end_inset
27473 </cell>
27474 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27475 \begin_inset Text
27476
27477 \begin_layout Plain Layout
27478 \begin_inset Formula $\maltese$
27479 \end_inset
27480
27481
27482 \end_layout
27483
27484 \end_inset
27485 </cell>
27486 </row>
27487 <row>
27488 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27489 \begin_inset Text
27490
27491 \begin_layout Plain Layout
27492
27493 \backslash
27494 diagup
27495 \end_layout
27496
27497 \end_inset
27498 </cell>
27499 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27500 \begin_inset Text
27501
27502 \begin_layout Plain Layout
27503 \begin_inset Formula $\diagup$
27504 \end_inset
27505
27506
27507 \end_layout
27508
27509 \end_inset
27510 </cell>
27511 </row>
27512 <row>
27513 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27514 \begin_inset Text
27515
27516 \begin_layout Plain Layout
27517
27518 \backslash
27519 diagdown
27520 \end_layout
27521
27522 \end_inset
27523 </cell>
27524 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27525 \begin_inset Text
27526
27527 \begin_layout Plain Layout
27528 \begin_inset Formula $\diagdown$
27529 \end_inset
27530
27531
27532 \end_layout
27533
27534 \end_inset
27535 </cell>
27536 </row>
27537 </lyxtabular>
27538
27539 \end_inset
27540
27541
27542 \end_layout
27543
27544 \begin_layout Standard
27545 \begin_inset VSpace medskip
27546 \end_inset
27547
27548
27549 \end_layout
27550
27551 \begin_layout Standard
27552 寸法を変えて表示することのできる記号もあります.第
27553 \begin_inset CommandInset ref
27554 LatexCommand ref
27555 reference "subsec:書体寸法"
27556 nolink "false"
27557
27558 \end_inset
27559
27560 節をご参照下さい.
27561 \end_layout
27562
27563 \begin_layout Subsection
27564 ユーロ通貨記号
27565 \begin_inset Index idx
27566 range none
27567 pageformat default
27568 status collapsed
27569
27570 \begin_layout Plain Layout
27571 \begin_inset IndexMacro sortkey
27572 status open
27573
27574 \begin_layout Plain Layout
27575 きこう
27576 \end_layout
27577
27578 \end_inset
27579
27580 記号
27581 \begin_inset IndexMacro subentry
27582 status open
27583
27584 \begin_layout Plain Layout
27585 \begin_inset IndexMacro sortkey
27586 status open
27587
27588 \begin_layout Plain Layout
27589 ゆろつうかきこう
27590 \end_layout
27591
27592 \end_inset
27593
27594 ユーロ通貨記号
27595 \end_layout
27596
27597 \end_inset
27598
27599
27600 \end_layout
27601
27602 \end_inset
27603
27604
27605 \begin_inset Index idx
27606 range none
27607 pageformat default
27608 status collapsed
27609
27610 \begin_layout Plain Layout
27611 \begin_inset IndexMacro sortkey
27612 status open
27613
27614 \begin_layout Plain Layout
27615 E
27616 \end_layout
27617
27618 \end_inset
27619
27620
27621 \begin_inset ERT
27622 status collapsed
27623
27624 \begin_layout Plain Layout
27625
27626
27627 \backslash
27628 officialeuro
27629 \end_layout
27630
27631 \end_inset
27632
27633
27634 \end_layout
27635
27636 \end_inset
27637
27638
27639 \end_layout
27640
27641 \begin_layout Standard
27642 ユーロ通貨記号を数式で使用するには,
27643 \SpecialChar LaTeX
27644 パッケージ
27645 \series bold
27646 eurosym
27647 \series default
27648
27649 \begin_inset Index idx
27650 range none
27651 pageformat default
27652 status collapsed
27653
27654 \begin_layout Plain Layout
27655 \begin_inset IndexMacro sortkey
27656 status open
27657
27658 \begin_layout Plain Layout
27659 はつけし
27660 \end_layout
27661
27662 \end_inset
27663
27664 パッケージ
27665 \begin_inset IndexMacro subentry
27666 status open
27667
27668 \begin_layout Plain Layout
27669 eurosym
27670 \end_layout
27671
27672 \end_inset
27673
27674
27675 \end_layout
27676
27677 \end_inset
27678
27679 が導入されていて,
27680 以下のような\SpecialChar LaTeX
27681 プリアンブル行によって読み込まれていなくてはなりません.
27682 \end_layout
27683
27684 \begin_layout Standard
27685
27686 \series bold
27687
27688 \backslash
27689 usepackage[gennarrow]{eurosym}
27690 \end_layout
27691
27692 \begin_layout Standard
27693 すると,
27694 ユーロ通貨記号を
27695 \series bold
27696
27697 \backslash
27698 euro
27699 \series default
27700
27701 \begin_inset Index idx
27702 range none
27703 pageformat default
27704 status collapsed
27705
27706 \begin_layout Plain Layout
27707 \begin_inset IndexMacro sortkey
27708 status open
27709
27710 \begin_layout Plain Layout
27711 こまんと
27712 \end_layout
27713
27714 \end_inset
27715
27716 コマンド
27717 \begin_inset IndexMacro subentry
27718 status open
27719
27720 \begin_layout Plain Layout
27721 E
27722 \end_layout
27723
27724 \end_inset
27725
27726
27727 \begin_inset IndexMacro subentry
27728 status open
27729
27730 \begin_layout Plain Layout
27731
27732 \backslash
27733 euro
27734 \end_layout
27735
27736 \end_inset
27737
27738
27739 \end_layout
27740
27741 \end_inset
27742
27743 コマンドで挿入することができるようになります.
27744 \end_layout
27745
27746 \begin_layout Standard
27747 数式テキストには,
27748
27749 \series bold
27750 eurosym
27751 \series default
27752 が導入されていなくても,
27753 ユーロ通貨記号を直接キーボードを使って(あれば)挿入することができます.
27754 \series bold
27755 eurosym
27756 \series default
27757 が導入されていれば,
27758
27759 \series bold
27760
27761 \backslash
27762 euro
27763 \series default
27764 は\SpecialChar TeX
27765 モードでも挿入することができます.また,
27766 正式な通貨記号を
27767 \series bold
27768
27769 \backslash
27770 officialeuro
27771 \series default
27772
27773 \begin_inset Index idx
27774 range none
27775 pageformat default
27776 status collapsed
27777
27778 \begin_layout Plain Layout
27779 \begin_inset IndexMacro sortkey
27780 status open
27781
27782 \begin_layout Plain Layout
27783 こまんと
27784 \end_layout
27785
27786 \end_inset
27787
27788 コマンド
27789 \begin_inset IndexMacro subentry
27790 status open
27791
27792 \begin_layout Plain Layout
27793 O
27794 \end_layout
27795
27796 \end_inset
27797
27798
27799 \begin_inset IndexMacro subentry
27800 status open
27801
27802 \begin_layout Plain Layout
27803
27804 \backslash
27805 officialeuro
27806 \end_layout
27807
27808 \end_inset
27809
27810
27811 \end_layout
27812
27813 \end_inset
27814
27815 コマンド(これは\SpecialChar TeX
27816 モードでのみ使用することができます)で挿入することができます.
27817 \end_layout
27818
27819 \begin_layout Standard
27820 \begin_inset ERT
27821 status collapsed
27822
27823 \begin_layout Plain Layout
27824
27825
27826 \backslash
27827 ifeurosym 
27828 \end_layout
27829
27830 \end_inset
27831
27832
27833 \begin_inset Note Note
27834 status open
27835
27836 \begin_layout Plain Layout
27837 以下の表は,
27838 \SpecialChar LaTeX
27839 パッケージ
27840 \series bold
27841 eurosym
27842 \series default
27843 が導入済みのときのみ表示されます.
27844 \end_layout
27845
27846 \end_inset
27847
27848
27849 \end_layout
27850
27851 \begin_layout Standard
27852 以下は,
27853 各ユーロ通貨記号のまとめです.
27854 \end_layout
27855
27856 \begin_layout Standard
27857 \align center
27858 \begin_inset Tabular
27859 <lyxtabular version="3" rows="4" columns="3">
27860 <features booktabs="true" tabularvalignment="middle">
27861 <column alignment="center" valignment="top" width="0pt">
27862 <column alignment="center" valignment="top" width="0pt">
27863 <column alignment="center" valignment="top" width="0pt">
27864 <row>
27865 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
27866 \begin_inset Text
27867
27868 \begin_layout Plain Layout
27869 \begin_inset ERT
27870 status collapsed
27871
27872 \begin_layout Plain Layout
27873
27874
27875 \backslash
27876 cmidrule[0.08em]{2-3}
27877 \end_layout
27878
27879 \end_inset
27880
27881
27882 \end_layout
27883
27884 \end_inset
27885 </cell>
27886 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27887 \begin_inset Text
27888
27889 \begin_layout Plain Layout
27890 コマンド
27891 \end_layout
27892
27893 \end_inset
27894 </cell>
27895 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27896 \begin_inset Text
27897
27898 \begin_layout Plain Layout
27899 出力
27900 \end_layout
27901
27902 \end_inset
27903 </cell>
27904 </row>
27905 <row>
27906 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27907 \begin_inset Text
27908
27909 \begin_layout Plain Layout
27910 数式
27911 \end_layout
27912
27913 \end_inset
27914 </cell>
27915 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27916 \begin_inset Text
27917
27918 \begin_layout Plain Layout
27919
27920 \backslash
27921 euro
27922 \end_layout
27923
27924 \end_inset
27925 </cell>
27926 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27927 \begin_inset Text
27928
27929 \begin_layout Plain Layout
27930 \begin_inset Formula $\euro$
27931 \end_inset
27932
27933
27934 \end_layout
27935
27936 \end_inset
27937 </cell>
27938 </row>
27939 <row>
27940 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27941 \begin_inset Text
27942
27943 \begin_layout Plain Layout
27944 数式テキスト
27945 \end_layout
27946
27947 \end_inset
27948 </cell>
27949 <cell alignment="center" valignment="top" leftline="true" usebox="none">
27950 \begin_inset Text
27951
27952 \begin_layout Plain Layout
27953 (ユーロ記号)
27954 \end_layout
27955
27956 \end_inset
27957 </cell>
27958 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
27959 \begin_inset Text
27960
27961 \begin_layout Plain Layout
27962 (ユーロ記号)
27963 \end_layout
27964
27965 \end_inset
27966 </cell>
27967 </row>
27968 <row>
27969 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27970 \begin_inset Text
27971
27972 \begin_layout Plain Layout
27973 \SpecialChar TeX
27974 モード
27975 \end_layout
27976
27977 \end_inset
27978 </cell>
27979 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27980 \begin_inset Text
27981
27982 \begin_layout Plain Layout
27983
27984 \backslash
27985 officialeuro
27986 \end_layout
27987
27988 \end_inset
27989 </cell>
27990 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27991 \begin_inset Text
27992
27993 \begin_layout Plain Layout
27994 \begin_inset ERT
27995 status collapsed
27996
27997 \begin_layout Plain Layout
27998
27999
28000 \backslash
28001 officialeuro
28002 \end_layout
28003
28004 \end_inset
28005
28006
28007 \end_layout
28008
28009 \end_inset
28010 </cell>
28011 </row>
28012 </lyxtabular>
28013
28014 \end_inset
28015
28016
28017 \begin_inset Note Note
28018 status collapsed
28019
28020 \begin_layout Plain Layout
28021 ここでは,
28022
28023 \series bold
28024
28025 \backslash
28026 cmidrule
28027 \series default
28028 は表罫線のためだけに用いられています.詳細については,
28029 取扱説明書埋込『オブジェクト篇』の「フォーマル形式の表」の節をご覧下さい.
28030 \end_layout
28031
28032 \end_inset
28033
28034
28035 \end_layout
28036
28037 \begin_layout Standard
28038 \begin_inset ERT
28039 status collapsed
28040
28041 \begin_layout Plain Layout
28042
28043
28044 \backslash
28045 else 
28046 \end_layout
28047
28048 \end_inset
28049
28050
28051 \begin_inset Note Note
28052 status open
28053
28054 \begin_layout Plain Layout
28055 以下は,
28056 \SpecialChar LaTeX
28057 パッケージ
28058 \series bold
28059 eurosym
28060 \series default
28061 が導入されていないときのみ表示されます.
28062 \end_layout
28063
28064 \end_inset
28065
28066
28067 \end_layout
28068
28069 \begin_layout Standard
28070 本節の残りを出力としてみるためには,
28071 \SpecialChar LaTeX
28072 パッケージ
28073 \series bold
28074 eurosym
28075 \series default
28076 を導入する必要があります.
28077 \end_layout
28078
28079 \begin_layout Standard
28080 \begin_inset ERT
28081 status collapsed
28082
28083 \begin_layout Plain Layout
28084
28085
28086 \backslash
28087 fi 
28088 \end_layout
28089
28090 \end_inset
28091
28092
28093 \end_layout
28094
28095 \begin_layout Section
28096 関係子
28097 \begin_inset CommandInset label
28098 LatexCommand label
28099 name "sec:関係子"
28100
28101 \end_inset
28102
28103
28104 \begin_inset Index idx
28105 range none
28106 pageformat default
28107 status collapsed
28108
28109 \begin_layout Plain Layout
28110 \begin_inset IndexMacro sortkey
28111 status open
28112
28113 \begin_layout Plain Layout
28114 かんけいし
28115 \end_layout
28116
28117 \end_inset
28118
28119 関係子
28120 \end_layout
28121
28122 \end_inset
28123
28124
28125 \begin_inset Index idx
28126 range none
28127 pageformat default
28128 status collapsed
28129
28130 \begin_layout Plain Layout
28131 \begin_inset IndexMacro sortkey
28132 status open
28133
28134 \begin_layout Plain Layout
28135 ひかくし
28136 \end_layout
28137
28138 \end_inset
28139
28140 比較子
28141 \begin_inset IndexMacro see
28142 status open
28143
28144 \begin_layout Plain Layout
28145 関係子
28146 \end_layout
28147
28148 \end_inset
28149
28150
28151 \end_layout
28152
28153 \end_inset
28154
28155
28156 \end_layout
28157
28158 \begin_layout Standard
28159 関係子はすべて,
28160 ツールバーボタンの
28161 \begin_inset Info
28162 type  "icon"
28163 arg   "math-insert \\leq"
28164 \end_inset
28165
28166 でも挿入することができます.
28167 \end_layout
28168
28169 \begin_layout Standard
28170 \begin_inset Tabular
28171 <lyxtabular version="3" rows="17" columns="2">
28172 <features booktabs="true" tabularvalignment="middle">
28173 <column alignment="center" valignment="top" width="0pt">
28174 <column alignment="center" valignment="top" width="0pt">
28175 <row>
28176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28177 \begin_inset Text
28178
28179 \begin_layout Plain Layout
28180 コマンド
28181 \end_layout
28182
28183 \end_inset
28184 </cell>
28185 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28186 \begin_inset Text
28187
28188 \begin_layout Plain Layout
28189 出力
28190 \end_layout
28191
28192 \end_inset
28193 </cell>
28194 </row>
28195 <row>
28196 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28197 \begin_inset Text
28198
28199 \begin_layout Plain Layout
28200 <
28201 \end_layout
28202
28203 \end_inset
28204 </cell>
28205 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
28206 \begin_inset Text
28207
28208 \begin_layout Plain Layout
28209 \begin_inset Formula $<$
28210 \end_inset
28211
28212
28213 \end_layout
28214
28215 \end_inset
28216 </cell>
28217 </row>
28218 <row>
28219 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28220 \begin_inset Text
28221
28222 \begin_layout Plain Layout
28223
28224 \backslash
28225 le
28226 \end_layout
28227
28228 \end_inset
28229 </cell>
28230 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
28231 \begin_inset Text
28232
28233 \begin_layout Plain Layout
28234 \begin_inset Formula $\le$
28235 \end_inset
28236
28237
28238 \end_layout
28239
28240 \end_inset
28241 </cell>
28242 </row>
28243 <row>
28244 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28245 \begin_inset Text
28246
28247 \begin_layout Plain Layout
28248
28249 \backslash
28250 ll
28251 \end_layout
28252
28253 \end_inset
28254 </cell>
28255 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
28256 \begin_inset Text
28257
28258 \begin_layout Plain Layout
28259 \begin_inset Formula $\ll$
28260 \end_inset
28261
28262
28263 \end_layout
28264
28265 \end_inset
28266 </cell>
28267 </row>
28268 <row>
28269 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28270 \begin_inset Text
28271
28272 \begin_layout Plain Layout
28273
28274 \backslash
28275 prec
28276 \end_layout
28277
28278 \end_inset
28279 </cell>
28280 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
28281 \begin_inset Text
28282
28283 \begin_layout Plain Layout
28284 \begin_inset Formula $\prec$
28285 \end_inset
28286
28287
28288 \end_layout
28289
28290 \end_inset
28291 </cell>
28292 </row>
28293 <row>
28294 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28295 \begin_inset Text
28296
28297 \begin_layout Plain Layout
28298
28299 \backslash
28300 preceq
28301 \end_layout
28302
28303 \end_inset
28304 </cell>
28305 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
28306 \begin_inset Text
28307
28308 \begin_layout Plain Layout
28309 \begin_inset Formula $\preceq$
28310 \end_inset
28311
28312
28313 \end_layout
28314
28315 \end_inset
28316 </cell>
28317 </row>
28318 <row>
28319 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28320 \begin_inset Text
28321
28322 \begin_layout Plain Layout
28323
28324 \backslash
28325 subset
28326 \end_layout
28327
28328 \end_inset
28329 </cell>
28330 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
28331 \begin_inset Text
28332
28333 \begin_layout Plain Layout
28334 \begin_inset Formula $\subset$
28335 \end_inset
28336
28337
28338 \end_layout
28339
28340 \end_inset
28341 </cell>
28342 </row>
28343 <row>
28344 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28345 \begin_inset Text
28346
28347 \begin_layout Plain Layout
28348
28349 \backslash
28350 subseteq
28351 \end_layout
28352
28353 \end_inset
28354 </cell>
28355 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
28356 \begin_inset Text
28357
28358 \begin_layout Plain Layout
28359 \begin_inset Formula $\subseteq$
28360 \end_inset
28361
28362
28363 \end_layout
28364
28365 \end_inset
28366 </cell>
28367 </row>
28368 <row>
28369 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28370 \begin_inset Text
28371
28372 \begin_layout Plain Layout
28373
28374 \backslash
28375 sqsubseteq
28376 \end_layout
28377
28378 \end_inset
28379 </cell>
28380 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
28381 \begin_inset Text
28382
28383 \begin_layout Plain Layout
28384 \begin_inset Formula $\sqsubseteq$
28385 \end_inset
28386
28387
28388 \end_layout
28389
28390 \end_inset
28391 </cell>
28392 </row>
28393 <row>
28394 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28395 \begin_inset Text
28396
28397 \begin_layout Plain Layout
28398
28399 \backslash
28400 in
28401 \end_layout
28402
28403 \end_inset
28404 </cell>
28405 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
28406 \begin_inset Text
28407
28408 \begin_layout Plain Layout
28409 \begin_inset Formula $\in$
28410 \end_inset
28411
28412
28413 \end_layout
28414
28415 \end_inset
28416 </cell>
28417 </row>
28418 <row>
28419 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28420 \begin_inset Text
28421
28422 \begin_layout Plain Layout
28423
28424 \backslash
28425 vdash
28426 \end_layout
28427
28428 \end_inset
28429 </cell>
28430 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
28431 \begin_inset Text
28432
28433 \begin_layout Plain Layout
28434 \begin_inset Formula $\vdash$
28435 \end_inset
28436
28437
28438 \end_layout
28439
28440 \end_inset
28441 </cell>
28442 </row>
28443 <row>
28444 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28445 \begin_inset Text
28446
28447 \begin_layout Plain Layout
28448
28449 \backslash
28450 smile
28451 \end_layout
28452
28453 \end_inset
28454 </cell>
28455 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
28456 \begin_inset Text
28457
28458 \begin_layout Plain Layout
28459 \begin_inset Formula $\smile$
28460 \end_inset
28461
28462
28463 \end_layout
28464
28465 \end_inset
28466 </cell>
28467 </row>
28468 <row>
28469 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28470 \begin_inset Text
28471
28472 \begin_layout Plain Layout
28473
28474 \backslash
28475 lhd
28476 \end_layout
28477
28478 \end_inset
28479 </cell>
28480 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
28481 \begin_inset Text
28482
28483 \begin_layout Plain Layout
28484 \begin_inset Formula $\lhd$
28485 \end_inset
28486
28487
28488 \end_layout
28489
28490 \end_inset
28491 </cell>
28492 </row>
28493 <row>
28494 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28495 \begin_inset Text
28496
28497 \begin_layout Plain Layout
28498
28499 \backslash
28500 unlhd
28501 \end_layout
28502
28503 \end_inset
28504 </cell>
28505 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
28506 \begin_inset Text
28507
28508 \begin_layout Plain Layout
28509 \begin_inset Formula $\unlhd$
28510 \end_inset
28511
28512
28513 \end_layout
28514
28515 \end_inset
28516 </cell>
28517 </row>
28518 <row>
28519 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28520 \begin_inset Text
28521
28522 \begin_layout Plain Layout
28523
28524 \backslash
28525 gtrless
28526 \end_layout
28527
28528 \end_inset
28529 </cell>
28530 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
28531 \begin_inset Text
28532
28533 \begin_layout Plain Layout
28534 \begin_inset Formula $\gtrless$
28535 \end_inset
28536
28537
28538 \end_layout
28539
28540 \end_inset
28541 </cell>
28542 </row>
28543 <row>
28544 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28545 \begin_inset Text
28546
28547 \begin_layout Plain Layout
28548
28549 \backslash
28550 mid
28551 \end_layout
28552
28553 \end_inset
28554 </cell>
28555 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
28556 \begin_inset Text
28557
28558 \begin_layout Plain Layout
28559 \begin_inset Formula $\mid$
28560 \end_inset
28561
28562
28563 \end_layout
28564
28565 \end_inset
28566 </cell>
28567 </row>
28568 <row>
28569 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
28570 \begin_inset Text
28571
28572 \begin_layout Plain Layout
28573
28574 \backslash
28575 nmid
28576 \end_layout
28577
28578 \end_inset
28579 </cell>
28580 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
28581 \begin_inset Text
28582
28583 \begin_layout Plain Layout
28584 \begin_inset Formula $\nmid$
28585 \end_inset
28586
28587
28588 \end_layout
28589
28590 \end_inset
28591 </cell>
28592 </row>
28593 </lyxtabular>
28594
28595 \end_inset
28596
28597
28598 \begin_inset space \hfill{}
28599 \end_inset
28600
28601
28602 \begin_inset Tabular
28603 <lyxtabular version="3" rows="17" columns="2">
28604 <features booktabs="true" tabularvalignment="middle">
28605 <column alignment="center" valignment="top" width="0pt">
28606 <column alignment="center" valignment="top" width="0pt">
28607 <row>
28608 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
28609 \begin_inset Text
28610
28611 \begin_layout Plain Layout
28612 コマンド
28613 \end_layout
28614
28615 \end_inset
28616 </cell>
28617 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
28618 \begin_inset Text
28619
28620 \begin_layout Plain Layout
28621 出力
28622 \end_layout
28623
28624 \end_inset
28625 </cell>
28626 </row>
28627 <row>
28628 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28629 \begin_inset Text
28630
28631 \begin_layout Plain Layout
28632 =
28633 \end_layout
28634
28635 \end_inset
28636 </cell>
28637 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
28638 \begin_inset Text
28639
28640 \begin_layout Plain Layout
28641 \begin_inset Formula $=$
28642 \end_inset
28643
28644
28645 \end_layout
28646
28647 \end_inset
28648 </cell>
28649 </row>
28650 <row>
28651 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28652 \begin_inset Text
28653
28654 \begin_layout Plain Layout
28655
28656 \backslash
28657 not=
28658 \end_layout
28659
28660 \end_inset
28661 </cell>
28662 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
28663 \begin_inset Text
28664
28665 \begin_layout Plain Layout
28666 \begin_inset Formula $\not=$
28667 \end_inset
28668
28669
28670 \end_layout
28671
28672 \end_inset
28673 </cell>
28674 </row>
28675 <row>
28676 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28677 \begin_inset Text
28678
28679 \begin_layout Plain Layout
28680
28681 \backslash
28682 equiv
28683 \end_layout
28684
28685 \end_inset
28686 </cell>
28687 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
28688 \begin_inset Text
28689
28690 \begin_layout Plain Layout
28691 \begin_inset Formula $\equiv$
28692 \end_inset
28693
28694
28695 \end_layout
28696
28697 \end_inset
28698 </cell>
28699 </row>
28700 <row>
28701 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28702 \begin_inset Text
28703
28704 \begin_layout Plain Layout
28705
28706 \backslash
28707 sim
28708 \end_layout
28709
28710 \end_inset
28711 </cell>
28712 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
28713 \begin_inset Text
28714
28715 \begin_layout Plain Layout
28716 \begin_inset Formula $\sim$
28717 \end_inset
28718
28719
28720 \end_layout
28721
28722 \end_inset
28723 </cell>
28724 </row>
28725 <row>
28726 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28727 \begin_inset Text
28728
28729 \begin_layout Plain Layout
28730
28731 \backslash
28732 simeq
28733 \end_layout
28734
28735 \end_inset
28736 </cell>
28737 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
28738 \begin_inset Text
28739
28740 \begin_layout Plain Layout
28741 \begin_inset Formula $\simeq$
28742 \end_inset
28743
28744
28745 \end_layout
28746
28747 \end_inset
28748 </cell>
28749 </row>
28750 <row>
28751 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28752 \begin_inset Text
28753
28754 \begin_layout Plain Layout
28755
28756 \backslash
28757 approx
28758 \end_layout
28759
28760 \end_inset
28761 </cell>
28762 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
28763 \begin_inset Text
28764
28765 \begin_layout Plain Layout
28766 \begin_inset Formula $\approx$
28767 \end_inset
28768
28769
28770 \end_layout
28771
28772 \end_inset
28773 </cell>
28774 </row>
28775 <row>
28776 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28777 \begin_inset Text
28778
28779 \begin_layout Plain Layout
28780
28781 \backslash
28782 cong
28783 \end_layout
28784
28785 \end_inset
28786 </cell>
28787 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
28788 \begin_inset Text
28789
28790 \begin_layout Plain Layout
28791 \begin_inset Formula $\cong$
28792 \end_inset
28793
28794
28795 \end_layout
28796
28797 \end_inset
28798 </cell>
28799 </row>
28800 <row>
28801 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28802 \begin_inset Text
28803
28804 \begin_layout Plain Layout
28805
28806 \backslash
28807 bowtie
28808 \end_layout
28809
28810 \end_inset
28811 </cell>
28812 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
28813 \begin_inset Text
28814
28815 \begin_layout Plain Layout
28816 \begin_inset Formula $\bowtie$
28817 \end_inset
28818
28819
28820 \end_layout
28821
28822 \end_inset
28823 </cell>
28824 </row>
28825 <row>
28826 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28827 \begin_inset Text
28828
28829 \begin_layout Plain Layout
28830
28831 \backslash
28832 notin
28833 \end_layout
28834
28835 \end_inset
28836 </cell>
28837 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
28838 \begin_inset Text
28839
28840 \begin_layout Plain Layout
28841 \begin_inset Formula $\notin$
28842 \end_inset
28843
28844
28845 \end_layout
28846
28847 \end_inset
28848 </cell>
28849 </row>
28850 <row>
28851 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28852 \begin_inset Text
28853
28854 \begin_layout Plain Layout
28855
28856 \backslash
28857 perp
28858 \end_layout
28859
28860 \end_inset
28861 </cell>
28862 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
28863 \begin_inset Text
28864
28865 \begin_layout Plain Layout
28866 \begin_inset Formula $\perp$
28867 \end_inset
28868
28869
28870 \end_layout
28871
28872 \end_inset
28873 </cell>
28874 </row>
28875 <row>
28876 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28877 \begin_inset Text
28878
28879 \begin_layout Plain Layout
28880
28881 \backslash
28882 propto
28883 \end_layout
28884
28885 \end_inset
28886 </cell>
28887 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
28888 \begin_inset Text
28889
28890 \begin_layout Plain Layout
28891 \begin_inset Formula $\propto$
28892 \end_inset
28893
28894
28895 \end_layout
28896
28897 \end_inset
28898 </cell>
28899 </row>
28900 <row>
28901 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28902 \begin_inset Text
28903
28904 \begin_layout Plain Layout
28905
28906 \backslash
28907 asymp
28908 \end_layout
28909
28910 \end_inset
28911 </cell>
28912 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
28913 \begin_inset Text
28914
28915 \begin_layout Plain Layout
28916 \begin_inset Formula $\asymp$
28917 \end_inset
28918
28919
28920 \end_layout
28921
28922 \end_inset
28923 </cell>
28924 </row>
28925 <row>
28926 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28927 \begin_inset Text
28928
28929 \begin_layout Plain Layout
28930
28931 \backslash
28932 doteq
28933 \end_layout
28934
28935 \end_inset
28936 </cell>
28937 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
28938 \begin_inset Text
28939
28940 \begin_layout Plain Layout
28941 \begin_inset Formula $\doteq$
28942 \end_inset
28943
28944
28945 \end_layout
28946
28947 \end_inset
28948 </cell>
28949 </row>
28950 <row>
28951 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28952 \begin_inset Text
28953
28954 \begin_layout Plain Layout
28955
28956 \backslash
28957 circeq
28958 \end_layout
28959
28960 \end_inset
28961 </cell>
28962 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
28963 \begin_inset Text
28964
28965 \begin_layout Plain Layout
28966 \begin_inset Formula $\circeq$
28967 \end_inset
28968
28969
28970 \end_layout
28971
28972 \end_inset
28973 </cell>
28974 </row>
28975 <row>
28976 <cell alignment="center" valignment="top" leftline="true" usebox="none">
28977 \begin_inset Text
28978
28979 \begin_layout Plain Layout
28980
28981 \backslash
28982 models
28983 \end_layout
28984
28985 \end_inset
28986 </cell>
28987 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
28988 \begin_inset Text
28989
28990 \begin_layout Plain Layout
28991 \begin_inset Formula $\models$
28992 \end_inset
28993
28994
28995 \end_layout
28996
28997 \end_inset
28998 </cell>
28999 </row>
29000 <row>
29001 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
29002 \begin_inset Text
29003
29004 \begin_layout Plain Layout
29005
29006 \backslash
29007 widehat=
29008 \end_layout
29009
29010 \end_inset
29011 </cell>
29012 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
29013 \begin_inset Text
29014
29015 \begin_layout Plain Layout
29016 \begin_inset Formula $\widehat{=}$
29017 \end_inset
29018
29019
29020 \end_layout
29021
29022 \end_inset
29023 </cell>
29024 </row>
29025 </lyxtabular>
29026
29027 \end_inset
29028
29029
29030 \begin_inset space \hfill{}
29031 \end_inset
29032
29033
29034 \begin_inset Tabular
29035 <lyxtabular version="3" rows="17" columns="2">
29036 <features booktabs="true" tabularvalignment="middle">
29037 <column alignment="center" valignment="top" width="0pt">
29038 <column alignment="center" valignment="top" width="0pt">
29039 <row>
29040 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29041 \begin_inset Text
29042
29043 \begin_layout Plain Layout
29044 コマンド
29045 \end_layout
29046
29047 \end_inset
29048 </cell>
29049 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29050 \begin_inset Text
29051
29052 \begin_layout Plain Layout
29053 出力
29054 \end_layout
29055
29056 \end_inset
29057 </cell>
29058 </row>
29059 <row>
29060 <cell alignment="center" valignment="top" leftline="true" usebox="none">
29061 \begin_inset Text
29062
29063 \begin_layout Plain Layout
29064 >
29065 \end_layout
29066
29067 \end_inset
29068 </cell>
29069 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
29070 \begin_inset Text
29071
29072 \begin_layout Plain Layout
29073 \begin_inset Formula $>$
29074 \end_inset
29075
29076
29077 \end_layout
29078
29079 \end_inset
29080 </cell>
29081 </row>
29082 <row>
29083 <cell alignment="center" valignment="top" leftline="true" usebox="none">
29084 \begin_inset Text
29085
29086 \begin_layout Plain Layout
29087
29088 \backslash
29089 ge
29090 \end_layout
29091
29092 \end_inset
29093 </cell>
29094 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
29095 \begin_inset Text
29096
29097 \begin_layout Plain Layout
29098 \begin_inset Formula $\ge$
29099 \end_inset
29100
29101
29102 \end_layout
29103
29104 \end_inset
29105 </cell>
29106 </row>
29107 <row>
29108 <cell alignment="center" valignment="top" leftline="true" usebox="none">
29109 \begin_inset Text
29110
29111 \begin_layout Plain Layout
29112
29113 \backslash
29114 gg
29115 \end_layout
29116
29117 \end_inset
29118 </cell>
29119 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
29120 \begin_inset Text
29121
29122 \begin_layout Plain Layout
29123 \begin_inset Formula $\gg$
29124 \end_inset
29125
29126
29127 \end_layout
29128
29129 \end_inset
29130 </cell>
29131 </row>
29132 <row>
29133 <cell alignment="center" valignment="top" leftline="true" usebox="none">
29134 \begin_inset Text
29135
29136 \begin_layout Plain Layout
29137
29138 \backslash
29139 succ
29140 \end_layout
29141
29142 \end_inset
29143 </cell>
29144 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
29145 \begin_inset Text
29146
29147 \begin_layout Plain Layout
29148 \begin_inset Formula $\succ$
29149 \end_inset
29150
29151
29152 \end_layout
29153
29154 \end_inset
29155 </cell>
29156 </row>
29157 <row>
29158 <cell alignment="center" valignment="top" leftline="true" usebox="none">
29159 \begin_inset Text
29160
29161 \begin_layout Plain Layout
29162
29163 \backslash
29164 succeq
29165 \end_layout
29166
29167 \end_inset
29168 </cell>
29169 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
29170 \begin_inset Text
29171
29172 \begin_layout Plain Layout
29173 \begin_inset Formula $\succeq$
29174 \end_inset
29175
29176
29177 \end_layout
29178
29179 \end_inset
29180 </cell>
29181 </row>
29182 <row>
29183 <cell alignment="center" valignment="top" leftline="true" usebox="none">
29184 \begin_inset Text
29185
29186 \begin_layout Plain Layout
29187
29188 \backslash
29189 supset
29190 \end_layout
29191
29192 \end_inset
29193 </cell>
29194 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
29195 \begin_inset Text
29196
29197 \begin_layout Plain Layout
29198 \begin_inset Formula $\supset$
29199 \end_inset
29200
29201
29202 \end_layout
29203
29204 \end_inset
29205 </cell>
29206 </row>
29207 <row>
29208 <cell alignment="center" valignment="top" leftline="true" usebox="none">
29209 \begin_inset Text
29210
29211 \begin_layout Plain Layout
29212
29213 \backslash
29214 supseteq
29215 \end_layout
29216
29217 \end_inset
29218 </cell>
29219 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
29220 \begin_inset Text
29221
29222 \begin_layout Plain Layout
29223 \begin_inset Formula $\supseteq$
29224 \end_inset
29225
29226
29227 \end_layout
29228
29229 \end_inset
29230 </cell>
29231 </row>
29232 <row>
29233 <cell alignment="center" valignment="top" leftline="true" usebox="none">
29234 \begin_inset Text
29235
29236 \begin_layout Plain Layout
29237
29238 \backslash
29239 sqsupseteq
29240 \end_layout
29241
29242 \end_inset
29243 </cell>
29244 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
29245 \begin_inset Text
29246
29247 \begin_layout Plain Layout
29248 \begin_inset Formula $\sqsupseteq$
29249 \end_inset
29250
29251
29252 \end_layout
29253
29254 \end_inset
29255 </cell>
29256 </row>
29257 <row>
29258 <cell alignment="center" valignment="top" leftline="true" usebox="none">
29259 \begin_inset Text
29260
29261 \begin_layout Plain Layout
29262
29263 \backslash
29264 ni
29265 \end_layout
29266
29267 \end_inset
29268 </cell>
29269 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
29270 \begin_inset Text
29271
29272 \begin_layout Plain Layout
29273 \begin_inset Formula $\ni$
29274 \end_inset
29275
29276
29277 \end_layout
29278
29279 \end_inset
29280 </cell>
29281 </row>
29282 <row>
29283 <cell alignment="center" valignment="top" leftline="true" usebox="none">
29284 \begin_inset Text
29285
29286 \begin_layout Plain Layout
29287
29288 \backslash
29289 dashv
29290 \end_layout
29291
29292 \end_inset
29293 </cell>
29294 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
29295 \begin_inset Text
29296
29297 \begin_layout Plain Layout
29298 \begin_inset Formula $\dashv$
29299 \end_inset
29300
29301
29302 \end_layout
29303
29304 \end_inset
29305 </cell>
29306 </row>
29307 <row>
29308 <cell alignment="center" valignment="top" leftline="true" usebox="none">
29309 \begin_inset Text
29310
29311 \begin_layout Plain Layout
29312
29313 \backslash
29314 frown
29315 \end_layout
29316
29317 \end_inset
29318 </cell>
29319 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
29320 \begin_inset Text
29321
29322 \begin_layout Plain Layout
29323 \begin_inset Formula $\frown$
29324 \end_inset
29325
29326
29327 \end_layout
29328
29329 \end_inset
29330 </cell>
29331 </row>
29332 <row>
29333 <cell alignment="center" valignment="top" leftline="true" usebox="none">
29334 \begin_inset Text
29335
29336 \begin_layout Plain Layout
29337
29338 \backslash
29339 rhd
29340 \end_layout
29341
29342 \end_inset
29343 </cell>
29344 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
29345 \begin_inset Text
29346
29347 \begin_layout Plain Layout
29348 \begin_inset Formula $\rhd$
29349 \end_inset
29350
29351
29352 \end_layout
29353
29354 \end_inset
29355 </cell>
29356 </row>
29357 <row>
29358 <cell alignment="center" valignment="top" leftline="true" usebox="none">
29359 \begin_inset Text
29360
29361 \begin_layout Plain Layout
29362
29363 \backslash
29364 unrhd
29365 \end_layout
29366
29367 \end_inset
29368 </cell>
29369 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
29370 \begin_inset Text
29371
29372 \begin_layout Plain Layout
29373 \begin_inset Formula $\unrhd$
29374 \end_inset
29375
29376
29377 \end_layout
29378
29379 \end_inset
29380 </cell>
29381 </row>
29382 <row>
29383 <cell alignment="center" valignment="top" leftline="true" usebox="none">
29384 \begin_inset Text
29385
29386 \begin_layout Plain Layout
29387
29388 \backslash
29389 lessgtr
29390 \end_layout
29391
29392 \end_inset
29393 </cell>
29394 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
29395 \begin_inset Text
29396
29397 \begin_layout Plain Layout
29398 \begin_inset Formula $\lessgtr$
29399 \end_inset
29400
29401
29402 \end_layout
29403
29404 \end_inset
29405 </cell>
29406 </row>
29407 <row>
29408 <cell alignment="center" valignment="top" leftline="true" usebox="none">
29409 \begin_inset Text
29410
29411 \begin_layout Plain Layout
29412
29413 \backslash
29414 parallel
29415 \end_layout
29416
29417 \end_inset
29418 </cell>
29419 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
29420 \begin_inset Text
29421
29422 \begin_layout Plain Layout
29423 \begin_inset Formula $\parallel$
29424 \end_inset
29425
29426
29427 \end_layout
29428
29429 \end_inset
29430 </cell>
29431 </row>
29432 <row>
29433 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
29434 \begin_inset Text
29435
29436 \begin_layout Plain Layout
29437
29438 \backslash
29439 nparallel
29440 \end_layout
29441
29442 \end_inset
29443 </cell>
29444 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
29445 \begin_inset Text
29446
29447 \begin_layout Plain Layout
29448 \begin_inset Formula $\nparallel$
29449 \end_inset
29450
29451
29452 \end_layout
29453
29454 \end_inset
29455 </cell>
29456 </row>
29457 </lyxtabular>
29458
29459 \end_inset
29460
29461
29462 \end_layout
29463
29464 \begin_layout Standard
29465 \begin_inset VSpace medskip
29466 \end_inset
29467
29468
29469 \series bold
29470
29471 \backslash
29472 lhd
29473 \series default
29474
29475 \series bold
29476
29477 \backslash
29478 rhd
29479 \series default
29480 の文字は,
29481 同じように見える演算子
29482 \series bold
29483
29484 \backslash
29485 triangleleft
29486 \series default
29487 および
29488 \series bold
29489
29490 \backslash
29491 triangleright
29492 \series default
29493 よりも大きくなっています.
29494 \end_layout
29495
29496 \begin_layout Standard
29497 \SpecialChar LyX
29498 は,
29499 特殊な関係子を多くサポートしています.これらの関係子一覧を見るには,
29500 ツールバーボタン
29501 \begin_inset Info
29502 type  "icon"
29503 arg   "math-insert \\leqq"
29504 \end_inset
29505
29506 をご覧ください.
29507 \end_layout
29508
29509 \begin_layout Standard
29510 関係子は,
29511 記号とは違って,
29512 つねに前後に余白が置かれます.
29513 \end_layout
29514
29515 \begin_layout Standard
29516
29517 \series bold
29518
29519 \backslash
29520 stackrel
29521 \series default
29522
29523 \begin_inset Index idx
29524 range none
29525 pageformat default
29526 status collapsed
29527
29528 \begin_layout Plain Layout
29529 \begin_inset IndexMacro sortkey
29530 status open
29531
29532 \begin_layout Plain Layout
29533 こまんと
29534 \end_layout
29535
29536 \end_inset
29537
29538 コマンド
29539 \begin_inset IndexMacro subentry
29540 status open
29541
29542 \begin_layout Plain Layout
29543 S
29544 \end_layout
29545
29546 \end_inset
29547
29548
29549 \begin_inset IndexMacro subentry
29550 status open
29551
29552 \begin_layout Plain Layout
29553
29554 \backslash
29555 stackrel
29556 \end_layout
29557
29558 \end_inset
29559
29560
29561 \end_layout
29562
29563 \end_inset
29564
29565 コマンドを使うと,
29566 以下のように,
29567 ラベル付きの関係子を作ることができます.
29568 \end_layout
29569
29570 \begin_layout Standard
29571 \align center
29572 \begin_inset Tabular
29573 <lyxtabular version="3" rows="2" columns="2">
29574 <features booktabs="true" tabularvalignment="middle">
29575 <column alignment="center" valignment="top" width="0pt">
29576 <column alignment="center" valignment="top">
29577 <row>
29578 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29579 \begin_inset Text
29580
29581 \begin_layout Plain Layout
29582 コマンド
29583 \end_layout
29584
29585 \end_inset
29586 </cell>
29587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29588 \begin_inset Text
29589
29590 \begin_layout Plain Layout
29591 出力
29592 \end_layout
29593
29594 \end_inset
29595 </cell>
29596 </row>
29597 <row topspace="1.5mm">
29598 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
29599 \begin_inset Text
29600
29601 \begin_layout Plain Layout
29602 A(r)
29603 \backslash
29604 stackrel
29605 \begin_inset space \textvisiblespace{}
29606 \end_inset
29607
29608 r
29609 \backslash
29610 to
29611 \backslash
29612 infty
29613 \begin_inset space \textvisiblespace{}
29614 \end_inset
29615
29616
29617 \begin_inset Formula $\downarrow$
29618 \end_inset
29619
29620
29621 \backslash
29622 approx
29623 \begin_inset space \textvisiblespace{}
29624 \end_inset
29625
29626
29627 \begin_inset space \textvisiblespace{}
29628 \end_inset
29629
29630 B
29631 \end_layout
29632
29633 \end_inset
29634 </cell>
29635 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
29636 \begin_inset Text
29637
29638 \begin_layout Plain Layout
29639 \begin_inset Formula $A(r)\stackrel{r\to\infty}{\approx}B$
29640 \end_inset
29641
29642
29643 \end_layout
29644
29645 \end_inset
29646 </cell>
29647 </row>
29648 </lyxtabular>
29649
29650 \end_inset
29651
29652
29653 \end_layout
29654
29655 \begin_layout Section
29656 関数
29657 \end_layout
29658
29659 \begin_layout Subsection
29660 定義済み関数
29661 \begin_inset CommandInset label
29662 LatexCommand label
29663 name "subsec:定義済み函数"
29664
29665 \end_inset
29666
29667
29668 \begin_inset Index idx
29669 range none
29670 pageformat default
29671 status collapsed
29672
29673 \begin_layout Plain Layout
29674 \begin_inset IndexMacro sortkey
29675 status open
29676
29677 \begin_layout Plain Layout
29678 かんすう
29679 \end_layout
29680
29681 \end_inset
29682
29683 関数
29684 \begin_inset IndexMacro subentry
29685 status open
29686
29687 \begin_layout Plain Layout
29688 \begin_inset IndexMacro sortkey
29689 status open
29690
29691 \begin_layout Plain Layout
29692 ていきすみ
29693 \end_layout
29694
29695 \end_inset
29696
29697 定義済み
29698 \end_layout
29699
29700 \end_inset
29701
29702
29703 \end_layout
29704
29705 \end_inset
29706
29707
29708 \end_layout
29709
29710 \begin_layout Standard
29711 一般的に,
29712 数式表現では変数は
29713 \shape italic
29714 イタリック体
29715 \shape default
29716 に設定されますが,
29717 関数名はイタリック体にしません.なぜなら,
29718
29719 \begin_inset Formula $sin$
29720 \end_inset
29721
29722
29723 \begin_inset Formula $s\cdot i\cdot n$
29724 \end_inset
29725
29726 であるかのように誤解させる恐れがあるためです.そのために,
29727 定義済み関数が存在し,
29728 これらは先行する要素よりも少し離れて配置されます.定義済み関数は,
29729 関数名の前にバックスラッシュを加えたコマンドとして挿入します.
29730 \end_layout
29731
29732 \begin_layout Standard
29733 \align center
29734 \begin_inset Tabular
29735 <lyxtabular version="3" rows="2" columns="2">
29736 <features booktabs="true" tabularvalignment="middle">
29737 <column alignment="center" valignment="top" width="0pt">
29738 <column alignment="center" valignment="top" width="0pt">
29739 <row>
29740 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
29741 \begin_inset Text
29742
29743 \begin_layout Plain Layout
29744 コマンド
29745 \end_layout
29746
29747 \end_inset
29748 </cell>
29749 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
29750 \begin_inset Text
29751
29752 \begin_layout Plain Layout
29753 出力
29754 \end_layout
29755
29756 \end_inset
29757 </cell>
29758 </row>
29759 <row>
29760 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
29761 \begin_inset Text
29762
29763 \begin_layout Plain Layout
29764 Asin(x)+B
29765 \end_layout
29766
29767 \end_inset
29768 </cell>
29769 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
29770 \begin_inset Text
29771
29772 \begin_layout Plain Layout
29773 \begin_inset Formula $Asin(x)+B$
29774 \end_inset
29775
29776
29777 \end_layout
29778
29779 \end_inset
29780 </cell>
29781 </row>
29782 </lyxtabular>
29783
29784 \end_inset
29785
29786
29787 \begin_inset space \quad{}
29788 \end_inset
29789
29790
29791 \begin_inset Tabular
29792 <lyxtabular version="3" rows="2" columns="2">
29793 <features booktabs="true" tabularvalignment="middle">
29794 <column alignment="center" valignment="top" width="0pt">
29795 <column alignment="center" valignment="top" width="0pt">
29796 <row>
29797 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
29798 \begin_inset Text
29799
29800 \begin_layout Plain Layout
29801 コマンド
29802 \end_layout
29803
29804 \end_inset
29805 </cell>
29806 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
29807 \begin_inset Text
29808
29809 \begin_layout Plain Layout
29810 出力
29811 \end_layout
29812
29813 \end_inset
29814 </cell>
29815 </row>
29816 <row>
29817 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
29818 \begin_inset Text
29819
29820 \begin_layout Plain Layout
29821 A
29822 \backslash
29823 sin(x)+B
29824 \end_layout
29825
29826 \end_inset
29827 </cell>
29828 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
29829 \begin_inset Text
29830
29831 \begin_layout Plain Layout
29832 \begin_inset Formula $A\sin(x)+B$
29833 \end_inset
29834
29835
29836 \end_layout
29837
29838 \end_inset
29839 </cell>
29840 </row>
29841 </lyxtabular>
29842
29843 \end_inset
29844
29845
29846 \end_layout
29847
29848 \begin_layout Standard
29849 以下の関数が定義済みです.
29850 \end_layout
29851
29852 \begin_layout Standard
29853 \begin_inset VSpace -2mm
29854 \end_inset
29855
29856
29857 \end_layout
29858
29859 \begin_layout Standard
29860 \align center
29861 \begin_inset Tabular
29862 <lyxtabular version="3" rows="9" columns="4">
29863 <features booktabs="true" tabularvalignment="middle">
29864 <column alignment="center" valignment="top" width="0pt">
29865 <column alignment="center" valignment="top" width="0pt">
29866 <column alignment="center" valignment="top" width="0pt">
29867 <column alignment="center" valignment="top" width="0pt">
29868 <row>
29869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29870 \begin_inset Text
29871
29872 \begin_layout Plain Layout
29873 コマンド
29874 \end_layout
29875
29876 \end_inset
29877 </cell>
29878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29879 \begin_inset Text
29880
29881 \begin_layout Plain Layout
29882 コマンド
29883 \end_layout
29884
29885 \end_inset
29886 </cell>
29887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
29888 \begin_inset Text
29889
29890 \begin_layout Plain Layout
29891 コマンド
29892 \end_layout
29893
29894 \end_inset
29895 </cell>
29896 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
29897 \begin_inset Text
29898
29899 \begin_layout Plain Layout
29900 コマンド
29901 \end_layout
29902
29903 \end_inset
29904 </cell>
29905 </row>
29906 <row>
29907 <cell alignment="center" valignment="top" leftline="true" usebox="none">
29908 \begin_inset Text
29909
29910 \begin_layout Plain Layout
29911
29912 \backslash
29913 sin
29914 \end_layout
29915
29916 \end_inset
29917 </cell>
29918 <cell alignment="center" valignment="top" leftline="true" usebox="none">
29919 \begin_inset Text
29920
29921 \begin_layout Plain Layout
29922
29923 \backslash
29924 sinh
29925 \end_layout
29926
29927 \end_inset
29928 </cell>
29929 <cell alignment="center" valignment="top" leftline="true" usebox="none">
29930 \begin_inset Text
29931
29932 \begin_layout Plain Layout
29933
29934 \backslash
29935 arcsin
29936 \end_layout
29937
29938 \end_inset
29939 </cell>
29940 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
29941 \begin_inset Text
29942
29943 \begin_layout Plain Layout
29944
29945 \backslash
29946 sup
29947 \end_layout
29948
29949 \end_inset
29950 </cell>
29951 </row>
29952 <row>
29953 <cell alignment="center" valignment="top" leftline="true" usebox="none">
29954 \begin_inset Text
29955
29956 \begin_layout Plain Layout
29957
29958 \backslash
29959 cos
29960 \end_layout
29961
29962 \end_inset
29963 </cell>
29964 <cell alignment="center" valignment="top" leftline="true" usebox="none">
29965 \begin_inset Text
29966
29967 \begin_layout Plain Layout
29968
29969 \backslash
29970 cosh
29971 \end_layout
29972
29973 \end_inset
29974 </cell>
29975 <cell alignment="center" valignment="top" leftline="true" usebox="none">
29976 \begin_inset Text
29977
29978 \begin_layout Plain Layout
29979
29980 \backslash
29981 arccos
29982 \end_layout
29983
29984 \end_inset
29985 </cell>
29986 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
29987 \begin_inset Text
29988
29989 \begin_layout Plain Layout
29990
29991 \backslash
29992 inf
29993 \end_layout
29994
29995 \end_inset
29996 </cell>
29997 </row>
29998 <row>
29999 <cell alignment="center" valignment="top" leftline="true" usebox="none">
30000 \begin_inset Text
30001
30002 \begin_layout Plain Layout
30003
30004 \backslash
30005 tan
30006 \end_layout
30007
30008 \end_inset
30009 </cell>
30010 <cell alignment="center" valignment="top" leftline="true" usebox="none">
30011 \begin_inset Text
30012
30013 \begin_layout Plain Layout
30014
30015 \backslash
30016 tanh
30017 \end_layout
30018
30019 \end_inset
30020 </cell>
30021 <cell alignment="center" valignment="top" leftline="true" usebox="none">
30022 \begin_inset Text
30023
30024 \begin_layout Plain Layout
30025
30026 \backslash
30027 arctan
30028 \end_layout
30029
30030 \end_inset
30031 </cell>
30032 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
30033 \begin_inset Text
30034
30035 \begin_layout Plain Layout
30036
30037 \backslash
30038 lim
30039 \end_layout
30040
30041 \end_inset
30042 </cell>
30043 </row>
30044 <row>
30045 <cell alignment="center" valignment="top" leftline="true" usebox="none">
30046 \begin_inset Text
30047
30048 \begin_layout Plain Layout
30049
30050 \backslash
30051 cot
30052 \end_layout
30053
30054 \end_inset
30055 </cell>
30056 <cell alignment="center" valignment="top" leftline="true" usebox="none">
30057 \begin_inset Text
30058
30059 \begin_layout Plain Layout
30060
30061 \backslash
30062 coth
30063 \end_layout
30064
30065 \end_inset
30066 </cell>
30067 <cell alignment="center" valignment="top" leftline="true" usebox="none">
30068 \begin_inset Text
30069
30070 \begin_layout Plain Layout
30071
30072 \backslash
30073 arg
30074 \end_layout
30075
30076 \end_inset
30077 </cell>
30078 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
30079 \begin_inset Text
30080
30081 \begin_layout Plain Layout
30082
30083 \backslash
30084 liminf
30085 \end_layout
30086
30087 \end_inset
30088 </cell>
30089 </row>
30090 <row>
30091 <cell alignment="center" valignment="top" leftline="true" usebox="none">
30092 \begin_inset Text
30093
30094 \begin_layout Plain Layout
30095
30096 \backslash
30097 sec
30098 \end_layout
30099
30100 \end_inset
30101 </cell>
30102 <cell alignment="center" valignment="top" leftline="true" usebox="none">
30103 \begin_inset Text
30104
30105 \begin_layout Plain Layout
30106
30107 \backslash
30108 min
30109 \end_layout
30110
30111 \end_inset
30112 </cell>
30113 <cell alignment="center" valignment="top" leftline="true" usebox="none">
30114 \begin_inset Text
30115
30116 \begin_layout Plain Layout
30117
30118 \backslash
30119 deg
30120 \end_layout
30121
30122 \end_inset
30123 </cell>
30124 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
30125 \begin_inset Text
30126
30127 \begin_layout Plain Layout
30128
30129 \backslash
30130 limsup
30131 \end_layout
30132
30133 \end_inset
30134 </cell>
30135 </row>
30136 <row>
30137 <cell alignment="center" valignment="top" leftline="true" usebox="none">
30138 \begin_inset Text
30139
30140 \begin_layout Plain Layout
30141
30142 \backslash
30143 csc
30144 \end_layout
30145
30146 \end_inset
30147 </cell>
30148 <cell alignment="center" valignment="top" leftline="true" usebox="none">
30149 \begin_inset Text
30150
30151 \begin_layout Plain Layout
30152
30153 \backslash
30154 max
30155 \end_layout
30156
30157 \end_inset
30158 </cell>
30159 <cell alignment="center" valignment="top" leftline="true" usebox="none">
30160 \begin_inset Text
30161
30162 \begin_layout Plain Layout
30163
30164 \backslash
30165 det
30166 \end_layout
30167
30168 \end_inset
30169 </cell>
30170 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
30171 \begin_inset Text
30172
30173 \begin_layout Plain Layout
30174
30175 \backslash
30176 Pr
30177 \end_layout
30178
30179 \end_inset
30180 </cell>
30181 </row>
30182 <row>
30183 <cell alignment="center" valignment="top" leftline="true" usebox="none">
30184 \begin_inset Text
30185
30186 \begin_layout Plain Layout
30187
30188 \backslash
30189 ln
30190 \end_layout
30191
30192 \end_inset
30193 </cell>
30194 <cell alignment="center" valignment="top" leftline="true" usebox="none">
30195 \begin_inset Text
30196
30197 \begin_layout Plain Layout
30198
30199 \backslash
30200 exp
30201 \end_layout
30202
30203 \end_inset
30204 </cell>
30205 <cell alignment="center" valignment="top" leftline="true" usebox="none">
30206 \begin_inset Text
30207
30208 \begin_layout Plain Layout
30209
30210 \backslash
30211 dim
30212 \end_layout
30213
30214 \end_inset
30215 </cell>
30216 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
30217 \begin_inset Text
30218
30219 \begin_layout Plain Layout
30220
30221 \backslash
30222 hom
30223 \end_layout
30224
30225 \end_inset
30226 </cell>
30227 </row>
30228 <row>
30229 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
30230 \begin_inset Text
30231
30232 \begin_layout Plain Layout
30233
30234 \backslash
30235 lg
30236 \end_layout
30237
30238 \end_inset
30239 </cell>
30240 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
30241 \begin_inset Text
30242
30243 \begin_layout Plain Layout
30244
30245 \backslash
30246 log
30247 \end_layout
30248
30249 \end_inset
30250 </cell>
30251 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
30252 \begin_inset Text
30253
30254 \begin_layout Plain Layout
30255
30256 \backslash
30257 ker
30258 \end_layout
30259
30260 \end_inset
30261 </cell>
30262 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
30263 \begin_inset Text
30264
30265 \begin_layout Plain Layout
30266
30267 \backslash
30268 gcd
30269 \end_layout
30270
30271 \end_inset
30272 </cell>
30273 </row>
30274 </lyxtabular>
30275
30276 \end_inset
30277
30278
30279 \end_layout
30280
30281 \begin_layout Standard
30282 上記は,
30283 数式ツールバーボタンの
30284 \begin_inset Info
30285 type  "icon"
30286 arg   "math-insert \\functions"
30287 \end_inset
30288
30289 でも挿入することができます.
30290 \end_layout
30291
30292 \begin_layout Subsection
30293 自己定義関数
30294 \begin_inset Index idx
30295 range none
30296 pageformat default
30297 status collapsed
30298
30299 \begin_layout Plain Layout
30300 \begin_inset IndexMacro sortkey
30301 status open
30302
30303 \begin_layout Plain Layout
30304 かんすう
30305 \end_layout
30306
30307 \end_inset
30308
30309 関数
30310 \begin_inset IndexMacro subentry
30311 status open
30312
30313 \begin_layout Plain Layout
30314 \begin_inset IndexMacro sortkey
30315 status open
30316
30317 \begin_layout Plain Layout
30318 しこていき
30319 \end_layout
30320
30321 \end_inset
30322
30323 自己定義
30324 \end_layout
30325
30326 \end_inset
30327
30328
30329 \end_layout
30330
30331 \end_inset
30332
30333
30334 \end_layout
30335
30336 \begin_layout Standard
30337 たとえば符号関数sgn(x)のように,
30338 定義済みでない関数を使うには,
30339 二つの方法があります.
30340 \end_layout
30341
30342 \begin_layout Itemize
30343 以下の行を\SpecialChar LaTeX
30344 プリアンブルに加えることによって関数を定義します.
30345 \begin_inset Foot
30346 status collapsed
30347
30348 \begin_layout Plain Layout
30349
30350 \series bold
30351
30352 \backslash
30353 DeclareMathOperator
30354 \series default
30355 についての詳細は,
30356
30357 \begin_inset CommandInset ref
30358 LatexCommand ref
30359 reference "subsec:自己定義演算子"
30360 nolink "false"
30361
30362 \end_inset
30363
30364 節をご参照下さい.
30365 \end_layout
30366
30367 \end_inset
30368
30369
30370 \begin_inset Newline newline
30371 \end_inset
30372
30373
30374 \begin_inset VSpace -3mm
30375 \end_inset
30376
30377
30378 \begin_inset Newline newline
30379 \end_inset
30380
30381
30382 \series bold
30383
30384 \backslash
30385 DeclareMathOperator{
30386 \backslash
30387 sgn}{sgn}
30388 \series default
30389
30390 \begin_inset Index idx
30391 range none
30392 pageformat default
30393 status collapsed
30394
30395 \begin_layout Plain Layout
30396 \begin_inset IndexMacro sortkey
30397 status open
30398
30399 \begin_layout Plain Layout
30400 こまんと
30401 \end_layout
30402
30403 \end_inset
30404
30405 コマンド
30406 \begin_inset IndexMacro subentry
30407 status open
30408
30409 \begin_layout Plain Layout
30410 D
30411 \end_layout
30412
30413 \end_inset
30414
30415
30416 \begin_inset IndexMacro subentry
30417 status open
30418
30419 \begin_layout Plain Layout
30420 \begin_inset IndexMacro sortkey
30421 status open
30422
30423 \begin_layout Plain Layout
30424
30425 \backslash
30426 dbinom
30427 \end_layout
30428
30429 \end_inset
30430
30431
30432 \backslash
30433 DeclareMathOperator
30434 \end_layout
30435
30436 \end_inset
30437
30438
30439 \end_layout
30440
30441 \end_inset
30442
30443
30444 \begin_inset Newline newline
30445 \end_inset
30446
30447
30448 \begin_inset VSpace -2mm
30449 \end_inset
30450
30451
30452 \begin_inset Newline newline
30453 \end_inset
30454
30455 これによって,
30456 新しく定義された関数を
30457 \series bold
30458
30459 \backslash
30460 sgn
30461 \series default
30462 コマンドで呼び出すことができるようになります.
30463 \end_layout
30464
30465 \begin_layout Itemize
30466 数式を普通に書き下し,
30467 関数名を選択して(上記の例では
30468 \emph on
30469 sgn
30470 \emph default
30471 の文字),
30472 それを数式テキストに変更します.最後に,
30473 空白を先行する要素と関数の間に入れます.
30474 \end_layout
30475
30476 \begin_layout Standard
30477 双方とも定義済み関数と同等の出力をもたらします
30478 \begin_inset Foot
30479 status collapsed
30480
30481 \begin_layout Plain Layout
30482 \SpecialChar LyX
30483 上では,
30484 自己定義関数は赤で表示され,
30485 定義済み関数は黒で表示されます.
30486 \end_layout
30487
30488 \end_inset
30489
30490
30491 \end_layout
30492
30493 \begin_layout Standard
30494 \align center
30495 \begin_inset Tabular
30496 <lyxtabular version="3" rows="3" columns="2">
30497 <features booktabs="true" tabularvalignment="middle">
30498 <column alignment="center" valignment="top" width="0pt">
30499 <column alignment="center" valignment="top" width="0pt">
30500 <row>
30501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30502 \begin_inset Text
30503
30504 \begin_layout Plain Layout
30505 コマンド
30506 \end_layout
30507
30508 \end_inset
30509 </cell>
30510 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30511 \begin_inset Text
30512
30513 \begin_layout Plain Layout
30514 出力
30515 \end_layout
30516
30517 \end_inset
30518 </cell>
30519 </row>
30520 <row>
30521 <cell alignment="center" valignment="top" leftline="true" usebox="none">
30522 \begin_inset Text
30523
30524 \begin_layout Plain Layout
30525 A
30526 \backslash
30527 sgn(x)+B
30528 \end_layout
30529
30530 \end_inset
30531 </cell>
30532 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
30533 \begin_inset Text
30534
30535 \begin_layout Plain Layout
30536 \begin_inset Formula $A\sgn(x)+B$
30537 \end_inset
30538
30539
30540 \end_layout
30541
30542 \end_inset
30543 </cell>
30544 </row>
30545 <row>
30546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30547 \begin_inset Text
30548
30549 \begin_layout Plain Layout
30550 A
30551 \backslash
30552 ,
30553 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt+M}\,\textrm{M}}$
30554 \end_inset
30555
30556 (x)+B
30557 \end_layout
30558
30559 \end_inset
30560 </cell>
30561 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30562 \begin_inset Text
30563
30564 \begin_layout Plain Layout
30565 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
30566 \end_inset
30567
30568
30569 \end_layout
30570
30571 \end_inset
30572 </cell>
30573 </row>
30574 </lyxtabular>
30575
30576 \end_inset
30577
30578
30579 \end_layout
30580
30581 \begin_layout Standard
30582 自己定義関数を何回か使用する場合には,
30583 一番目の方法の方が適切です.
30584 \end_layout
30585
30586 \begin_layout Subsection
30587 極限
30588 \begin_inset Index idx
30589 range none
30590 pageformat default
30591 status collapsed
30592
30593 \begin_layout Plain Layout
30594 \begin_inset IndexMacro sortkey
30595 status open
30596
30597 \begin_layout Plain Layout
30598 きよくけん
30599 \end_layout
30600
30601 \end_inset
30602
30603 極限
30604 \end_layout
30605
30606 \end_inset
30607
30608
30609 \end_layout
30610
30611 \begin_layout Standard
30612 極限用には,
30613
30614 \series bold
30615
30616 \backslash
30617 lim
30618 \series default
30619
30620 \begin_inset Index idx
30621 range none
30622 pageformat default
30623 status collapsed
30624
30625 \begin_layout Plain Layout
30626 \begin_inset IndexMacro sortkey
30627 status open
30628
30629 \begin_layout Plain Layout
30630 こまんと
30631 \end_layout
30632
30633 \end_inset
30634
30635 コマンド
30636 \begin_inset IndexMacro subentry
30637 status open
30638
30639 \begin_layout Plain Layout
30640 L
30641 \end_layout
30642
30643 \end_inset
30644
30645
30646 \begin_inset IndexMacro subentry
30647 status open
30648
30649 \begin_layout Plain Layout
30650
30651 \backslash
30652 lim
30653 \end_layout
30654
30655 \end_inset
30656
30657
30658 \end_layout
30659
30660 \end_inset
30661
30662
30663 \series bold
30664
30665 \backslash
30666 liminf
30667 \series default
30668
30669 \series bold
30670
30671 \backslash
30672 limsup
30673 \series default
30674 の他に,
30675 以下の関数があります.
30676 \end_layout
30677
30678 \begin_layout Standard
30679 \align center
30680 \begin_inset Tabular
30681 <lyxtabular version="3" rows="5" columns="2">
30682 <features booktabs="true" tabularvalignment="middle">
30683 <column alignment="center" valignment="top" width="0pt">
30684 <column alignment="center" valignment="top" width="0pt">
30685 <row>
30686 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30687 \begin_inset Text
30688
30689 \begin_layout Plain Layout
30690 コマンド
30691 \end_layout
30692
30693 \end_inset
30694 </cell>
30695 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30696 \begin_inset Text
30697
30698 \begin_layout Plain Layout
30699 出力
30700 \end_layout
30701
30702 \end_inset
30703 </cell>
30704 </row>
30705 <row>
30706 <cell alignment="center" valignment="top" leftline="true" usebox="none">
30707 \begin_inset Text
30708
30709 \begin_layout Plain Layout
30710
30711 \backslash
30712 varliminf
30713 \end_layout
30714
30715 \end_inset
30716 </cell>
30717 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
30718 \begin_inset Text
30719
30720 \begin_layout Plain Layout
30721 \begin_inset Formula $\varliminf$
30722 \end_inset
30723
30724
30725 \end_layout
30726
30727 \end_inset
30728 </cell>
30729 </row>
30730 <row topspace="1.5mm">
30731 <cell alignment="center" valignment="top" usebox="none">
30732 \begin_inset Text
30733
30734 \begin_layout Plain Layout
30735
30736 \backslash
30737 varlimsup
30738 \end_layout
30739
30740 \end_inset
30741 </cell>
30742 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
30743 \begin_inset Text
30744
30745 \begin_layout Plain Layout
30746 \begin_inset Formula $\varlimsup$
30747 \end_inset
30748
30749
30750 \end_layout
30751
30752 \end_inset
30753 </cell>
30754 </row>
30755 <row topspace="1.5mm">
30756 <cell alignment="center" valignment="top" usebox="none">
30757 \begin_inset Text
30758
30759 \begin_layout Plain Layout
30760
30761 \backslash
30762 varprojlim
30763 \end_layout
30764
30765 \end_inset
30766 </cell>
30767 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
30768 \begin_inset Text
30769
30770 \begin_layout Plain Layout
30771 \begin_inset Formula $\varprojlim$
30772 \end_inset
30773
30774
30775 \end_layout
30776
30777 \end_inset
30778 </cell>
30779 </row>
30780 <row topspace="1.5mm" bottomspace="1mm">
30781 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
30782 \begin_inset Text
30783
30784 \begin_layout Plain Layout
30785
30786 \backslash
30787 varinjlim
30788 \end_layout
30789
30790 \end_inset
30791 </cell>
30792 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
30793 \begin_inset Text
30794
30795 \begin_layout Plain Layout
30796 \begin_inset Formula $\varinjlim$
30797 \end_inset
30798
30799
30800 \end_layout
30801
30802 \end_inset
30803 </cell>
30804 </row>
30805 </lyxtabular>
30806
30807 \end_inset
30808
30809
30810 \end_layout
30811
30812 \begin_layout Standard
30813 \begin_inset VSpace medskip
30814 \end_inset
30815
30816 極限は,
30817 下付き文字を挿入することによって示されます.行内数式では,
30818 極限は,
30819 以下のように関数の横に置かれます.
30820 \end_layout
30821
30822 \begin_layout Standard
30823 \align center
30824 \begin_inset Tabular
30825 <lyxtabular version="3" rows="2" columns="2">
30826 <features booktabs="true" tabularvalignment="middle">
30827 <column alignment="center" valignment="top" width="0pt">
30828 <column alignment="center" valignment="top" width="0pt">
30829 <row>
30830 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
30831 \begin_inset Text
30832
30833 \begin_layout Plain Layout
30834 コマンド
30835 \end_layout
30836
30837 \end_inset
30838 </cell>
30839 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
30840 \begin_inset Text
30841
30842 \begin_layout Plain Layout
30843 出力
30844 \end_layout
30845
30846 \end_inset
30847 </cell>
30848 </row>
30849 <row>
30850 <cell alignment="center" valignment="top" usebox="none">
30851 \begin_inset Text
30852
30853 \begin_layout Plain Layout
30854
30855 \backslash
30856 lim_x
30857 \backslash
30858 to
30859 \begin_inset space \textvisiblespace{}
30860 \end_inset
30861
30862 A
30863 \begin_inset space \textvisiblespace{}
30864 \end_inset
30865
30866 x=B
30867 \end_layout
30868
30869 \end_inset
30870 </cell>
30871 <cell alignment="center" valignment="top" usebox="none">
30872 \begin_inset Text
30873
30874 \begin_layout Plain Layout
30875 \begin_inset Formula $\lim_{x\to A}x=B$
30876 \end_inset
30877
30878
30879 \end_layout
30880
30881 \end_inset
30882 </cell>
30883 </row>
30884 </lyxtabular>
30885
30886 \end_inset
30887
30888
30889 \end_layout
30890
30891 \begin_layout Standard
30892 別行立て数式では,
30893 極限は,
30894 以下のように通常どおり下に置かれます.
30895 \begin_inset Formula 
30896 \[
30897 \lim_{x\to A}x=B
30898 \]
30899
30900 \end_inset
30901
30902
30903 \end_layout
30904
30905 \begin_layout Standard
30906 \begin_inset VSpace medskip
30907 \end_inset
30908
30909
30910 \end_layout
30911
30912 \begin_layout Standard
30913 極限の組版を調整する仕方については,
30914
30915 \begin_inset CommandInset ref
30916 LatexCommand ref
30917 reference "subsec:演算子の範囲"
30918 nolink "false"
30919
30920 \end_inset
30921
30922 節をご覧ください.
30923 \end_layout
30924
30925 \begin_layout Subsection
30926 剰余関数
30927 \begin_inset Index idx
30928 range none
30929 pageformat default
30930 status collapsed
30931
30932 \begin_layout Plain Layout
30933 \begin_inset IndexMacro sortkey
30934 status open
30935
30936 \begin_layout Plain Layout
30937 かんすう
30938 \end_layout
30939
30940 \end_inset
30941
30942 関数
30943 \begin_inset IndexMacro subentry
30944 status open
30945
30946 \begin_layout Plain Layout
30947 \begin_inset IndexMacro sortkey
30948 status open
30949
30950 \begin_layout Plain Layout
30951 しようよ
30952 \end_layout
30953
30954 \end_inset
30955
30956 剰余
30957 \end_layout
30958
30959 \end_inset
30960
30961
30962 \end_layout
30963
30964 \end_inset
30965
30966
30967 \begin_inset Index idx
30968 range none
30969 pageformat default
30970 status collapsed
30971
30972 \begin_layout Plain Layout
30973 \begin_inset IndexMacro sortkey
30974 status open
30975
30976 \begin_layout Plain Layout
30977 かんすう
30978 \end_layout
30979
30980 \end_inset
30981
30982 関数
30983 \begin_inset IndexMacro subentry
30984 status open
30985
30986 \begin_layout Plain Layout
30987 \begin_inset IndexMacro sortkey
30988 status open
30989
30990 \begin_layout Plain Layout
30991 もしゆらす
30992 \end_layout
30993
30994 \end_inset
30995
30996 モジュラス
30997 \end_layout
30998
30999 \end_inset
31000
31001
31002 \begin_inset IndexMacro see
31003 status open
31004
31005 \begin_layout Plain Layout
31006 剰余
31007 \end_layout
31008
31009 \end_inset
31010
31011
31012 \end_layout
31013
31014 \end_inset
31015
31016
31017 \end_layout
31018
31019 \begin_layout Standard
31020 剰余関数は,
31021 特別に4つの派生型があります.
31022 \end_layout
31023
31024 \begin_layout Standard
31025 以下は,
31026 別行立て数式での派生型です.
31027 \begin_inset Formula 
31028 \begin{align*}
31029 \underline{\textrm{コマンド}\raisebox{-0.9mm}{}} &  & \underline{\textrm{出力}}\\
31030 \mathrm{a\backslash mod\textrm{␣}b} &  & a\mod b\\
31031 \mathrm{a\backslash pmod\textrm{␣}b} &  & a\pmod b\\
31032 \mathrm{a\backslash bmod\textrm{␣}b} &  & a\bmod b\\
31033 \mathrm{a\backslash pod\textrm{␣}b} &  & a\pod b
31034 \end{align*}
31035
31036 \end_inset
31037
31038
31039 \end_layout
31040
31041 \begin_layout Standard
31042 行内数式では,
31043 すべての派生型で,
31044 関数名の前の余白がすこし小さく設定されます.既定では,
31045 剰余関数は,
31046 続く一文字目だけを考慮します.二文字以上を使いたい時には,
31047 下記のように文字を\SpecialChar TeX
31048 括弧で囲みます.
31049 \begin_inset Formula 
31050 \begin{align*}
31051 \underline{\textrm{コマンド}\raisebox{-0.9mm}{}} &  & \underline{\textrm{出力}}\\
31052 \mathrm{a\backslash pod\textrm{␣}bcd} &  & a\pod bcd\\
31053 \mathrm{a\backslash pod\backslash\{bc\backslash\}d} &  & a\pod{bc}d
31054 \end{align*}
31055
31056 \end_inset
31057
31058
31059 \end_layout
31060
31061 \begin_layout Section
31062 特殊文字
31063 \begin_inset Index idx
31064 range none
31065 pageformat default
31066 status collapsed
31067
31068 \begin_layout Plain Layout
31069 \begin_inset IndexMacro sortkey
31070 status open
31071
31072 \begin_layout Plain Layout
31073 とくしゆもし
31074 \end_layout
31075
31076 \end_inset
31077
31078 特殊文字
31079 \end_layout
31080
31081 \end_inset
31082
31083
31084 \end_layout
31085
31086 \begin_layout Standard
31087 ^および_の各文字は,
31088 通常,
31089 上付き文字や下付き文字を生成してしまいます.これらの文字自体を得るには,
31090 その前に
31091 \backslash
31092 を付けなくてはなりません.
31093 \end_layout
31094
31095 \begin_layout Standard
31096 \noindent
31097 \align center
31098 \begin_inset Tabular
31099 <lyxtabular version="3" rows="3" columns="2">
31100 <features booktabs="true" tabularvalignment="middle">
31101 <column alignment="left" valignment="top" width="0pt">
31102 <column alignment="block" valignment="top">
31103 <row>
31104 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31105 \begin_inset Text
31106
31107 \begin_layout Plain Layout
31108 コマンド
31109 \end_layout
31110
31111 \end_inset
31112 </cell>
31113 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31114 \begin_inset Text
31115
31116 \begin_layout Plain Layout
31117 出力
31118 \end_layout
31119
31120 \end_inset
31121 </cell>
31122 </row>
31123 <row>
31124 <cell alignment="left" valignment="top" leftline="true" usebox="none">
31125 \begin_inset Text
31126
31127 \begin_layout Plain Layout
31128
31129 \backslash
31130 ^
31131 \begin_inset space \textvisiblespace{}
31132 \end_inset
31133
31134
31135 \end_layout
31136
31137 \end_inset
31138 </cell>
31139 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31140 \begin_inset Text
31141
31142 \begin_layout Plain Layout
31143 \begin_inset Formula $\mathcircumflex$
31144 \end_inset
31145
31146
31147 \end_layout
31148
31149 \end_inset
31150 </cell>
31151 </row>
31152 <row>
31153 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
31154 \begin_inset Text
31155
31156 \begin_layout Plain Layout
31157
31158 \backslash
31159 _
31160 \end_layout
31161
31162 \end_inset
31163 </cell>
31164 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
31165 \begin_inset Text
31166
31167 \begin_layout Plain Layout
31168 \begin_inset Formula $\_$
31169 \end_inset
31170
31171
31172 \end_layout
31173
31174 \end_inset
31175 </cell>
31176 </row>
31177 </lyxtabular>
31178
31179 \end_inset
31180
31181
31182 \end_layout
31183
31184 \begin_layout Subsection
31185 数式テキストにおける特殊文字
31186 \end_layout
31187
31188 \begin_layout Standard
31189 以下の各コマンドは,
31190 数式テキストか\SpecialChar TeX
31191 モード中でのみ使用することができます.
31192 \end_layout
31193
31194 \begin_layout Standard
31195 \begin_inset space \hfill{}
31196 \end_inset
31197
31198
31199 \begin_inset Tabular
31200 <lyxtabular version="3" rows="8" columns="2">
31201 <features booktabs="true" tabularvalignment="middle">
31202 <column alignment="left" valignment="top" width="0pt">
31203 <column alignment="block" valignment="top">
31204 <row>
31205 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31206 \begin_inset Text
31207
31208 \begin_layout Plain Layout
31209 コマンド
31210 \end_layout
31211
31212 \end_inset
31213 </cell>
31214 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31215 \begin_inset Text
31216
31217 \begin_layout Plain Layout
31218 出力
31219 \end_layout
31220
31221 \end_inset
31222 </cell>
31223 </row>
31224 <row>
31225 <cell alignment="left" valignment="top" leftline="true" usebox="none">
31226 \begin_inset Text
31227
31228 \begin_layout Plain Layout
31229
31230 \backslash
31231 oe
31232 \end_layout
31233
31234 \end_inset
31235 </cell>
31236 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31237 \begin_inset Text
31238
31239 \begin_layout Plain Layout
31240 \begin_inset Formula $\textrm{œ}$
31241 \end_inset
31242
31243
31244 \end_layout
31245
31246 \end_inset
31247 </cell>
31248 </row>
31249 <row>
31250 <cell alignment="left" valignment="top" leftline="true" usebox="none">
31251 \begin_inset Text
31252
31253 \begin_layout Plain Layout
31254
31255 \backslash
31256 OE
31257 \end_layout
31258
31259 \end_inset
31260 </cell>
31261 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31262 \begin_inset Text
31263
31264 \begin_layout Plain Layout
31265 \begin_inset Formula $\textrm{Œ}$
31266 \end_inset
31267
31268
31269 \end_layout
31270
31271 \end_inset
31272 </cell>
31273 </row>
31274 <row>
31275 <cell alignment="left" valignment="top" leftline="true" usebox="none">
31276 \begin_inset Text
31277
31278 \begin_layout Plain Layout
31279
31280 \backslash
31281 ae
31282 \end_layout
31283
31284 \end_inset
31285 </cell>
31286 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31287 \begin_inset Text
31288
31289 \begin_layout Plain Layout
31290 \begin_inset Formula $\textrm{æ}$
31291 \end_inset
31292
31293
31294 \end_layout
31295
31296 \end_inset
31297 </cell>
31298 </row>
31299 <row>
31300 <cell alignment="left" valignment="top" leftline="true" usebox="none">
31301 \begin_inset Text
31302
31303 \begin_layout Plain Layout
31304
31305 \backslash
31306 AE
31307 \end_layout
31308
31309 \end_inset
31310 </cell>
31311 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31312 \begin_inset Text
31313
31314 \begin_layout Plain Layout
31315 \begin_inset Formula $\textrm{Æ}$
31316 \end_inset
31317
31318
31319 \end_layout
31320
31321 \end_inset
31322 </cell>
31323 </row>
31324 <row>
31325 <cell alignment="left" valignment="top" leftline="true" usebox="none">
31326 \begin_inset Text
31327
31328 \begin_layout Plain Layout
31329
31330 \backslash
31331 aa
31332 \end_layout
31333
31334 \end_inset
31335 </cell>
31336 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31337 \begin_inset Text
31338
31339 \begin_layout Plain Layout
31340 \begin_inset Formula $\textrm{å}$
31341 \end_inset
31342
31343
31344 \end_layout
31345
31346 \end_inset
31347 </cell>
31348 </row>
31349 <row>
31350 <cell alignment="left" valignment="top" leftline="true" usebox="none">
31351 \begin_inset Text
31352
31353 \begin_layout Plain Layout
31354
31355 \backslash
31356 AA
31357 \end_layout
31358
31359 \end_inset
31360 </cell>
31361 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31362 \begin_inset Text
31363
31364 \begin_layout Plain Layout
31365 \begin_inset Formula $\textrm{Å}$
31366 \end_inset
31367
31368
31369 \end_layout
31370
31371 \end_inset
31372 </cell>
31373 </row>
31374 <row>
31375 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
31376 \begin_inset Text
31377
31378 \begin_layout Plain Layout
31379
31380 \backslash
31381 i
31382 \end_layout
31383
31384 \end_inset
31385 </cell>
31386 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
31387 \begin_inset Text
31388
31389 \begin_layout Plain Layout
31390 \begin_inset Formula $\textrm{ı}$
31391 \end_inset
31392
31393
31394 \end_layout
31395
31396 \end_inset
31397 </cell>
31398 </row>
31399 </lyxtabular>
31400
31401 \end_inset
31402
31403
31404 \begin_inset space \hfill{}
31405 \end_inset
31406
31407
31408 \begin_inset Tabular
31409 <lyxtabular version="3" rows="8" columns="2">
31410 <features booktabs="true" tabularvalignment="middle">
31411 <column alignment="left" valignment="top" width="0pt">
31412 <column alignment="center" valignment="top">
31413 <row>
31414 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31415 \begin_inset Text
31416
31417 \begin_layout Plain Layout
31418 コマンド
31419 \begin_inset Note Note
31420 status collapsed
31421
31422 \begin_layout Plain Layout
31423 0
31424 \begin_inset space \thinspace{}
31425 \end_inset
31426
31427 mm空白を分離用に使っているのは,
31428 そうしないと出力が¡や¿になってしまうためです.
31429 \end_layout
31430
31431 \end_inset
31432
31433
31434 \end_layout
31435
31436 \end_inset
31437 </cell>
31438 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31439 \begin_inset Text
31440
31441 \begin_layout Plain Layout
31442 出力
31443 \end_layout
31444
31445 \end_inset
31446 </cell>
31447 </row>
31448 <row>
31449 <cell alignment="left" valignment="top" leftline="true" usebox="none">
31450 \begin_inset Text
31451
31452 \begin_layout Plain Layout
31453
31454 \backslash
31455 o
31456 \end_layout
31457
31458 \end_inset
31459 </cell>
31460 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31461 \begin_inset Text
31462
31463 \begin_layout Plain Layout
31464 \begin_inset Formula $\textrm{ø}$
31465 \end_inset
31466
31467
31468 \end_layout
31469
31470 \end_inset
31471 </cell>
31472 </row>
31473 <row>
31474 <cell alignment="left" valignment="top" leftline="true" usebox="none">
31475 \begin_inset Text
31476
31477 \begin_layout Plain Layout
31478
31479 \backslash
31480 O
31481 \end_layout
31482
31483 \end_inset
31484 </cell>
31485 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31486 \begin_inset Text
31487
31488 \begin_layout Plain Layout
31489 \begin_inset Formula $\textrm{Ø}$
31490 \end_inset
31491
31492
31493 \end_layout
31494
31495 \end_inset
31496 </cell>
31497 </row>
31498 <row>
31499 <cell alignment="left" valignment="top" leftline="true" usebox="none">
31500 \begin_inset Text
31501
31502 \begin_layout Plain Layout
31503
31504 \backslash
31505 l
31506 \end_layout
31507
31508 \end_inset
31509 </cell>
31510 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31511 \begin_inset Text
31512
31513 \begin_layout Plain Layout
31514 \begin_inset Formula $\textrm{ł}$
31515 \end_inset
31516
31517
31518 \end_layout
31519
31520 \end_inset
31521 </cell>
31522 </row>
31523 <row>
31524 <cell alignment="left" valignment="top" leftline="true" usebox="none">
31525 \begin_inset Text
31526
31527 \begin_layout Plain Layout
31528
31529 \backslash
31530 L
31531 \end_layout
31532
31533 \end_inset
31534 </cell>
31535 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31536 \begin_inset Text
31537
31538 \begin_layout Plain Layout
31539 \begin_inset Formula $\textrm{Ł}$
31540 \end_inset
31541
31542
31543 \end_layout
31544
31545 \end_inset
31546 </cell>
31547 </row>
31548 <row>
31549 <cell alignment="left" valignment="top" leftline="true" usebox="none">
31550 \begin_inset Text
31551
31552 \begin_layout Plain Layout
31553 !
31554 \begin_inset space \hspace{}
31555 \length 0mm
31556 \end_inset
31557
31558 `
31559 \begin_inset space \textvisiblespace{}
31560 \end_inset
31561
31562
31563 \end_layout
31564
31565 \end_inset
31566 </cell>
31567 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31568 \begin_inset Text
31569
31570 \begin_layout Plain Layout
31571 \begin_inset Formula $\textrm{!`}$
31572 \end_inset
31573
31574
31575 \end_layout
31576
31577 \end_inset
31578 </cell>
31579 </row>
31580 <row>
31581 <cell alignment="left" valignment="top" leftline="true" usebox="none">
31582 \begin_inset Text
31583
31584 \begin_layout Plain Layout
31585 ?
31586 \begin_inset space \hspace{}
31587 \length 0mm
31588 \end_inset
31589
31590 `
31591 \begin_inset space \textvisiblespace{}
31592 \end_inset
31593
31594
31595 \end_layout
31596
31597 \end_inset
31598 </cell>
31599 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31600 \begin_inset Text
31601
31602 \begin_layout Plain Layout
31603 \begin_inset Formula $\textrm{?`}$
31604 \end_inset
31605
31606
31607 \end_layout
31608
31609 \end_inset
31610 </cell>
31611 </row>
31612 <row>
31613 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
31614 \begin_inset Text
31615
31616 \begin_layout Plain Layout
31617
31618 \backslash
31619 j
31620 \end_layout
31621
31622 \end_inset
31623 </cell>
31624 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
31625 \begin_inset Text
31626
31627 \begin_layout Plain Layout
31628 \begin_inset Formula $\textrm{ȷ}$
31629 \end_inset
31630
31631
31632 \end_layout
31633
31634 \end_inset
31635 </cell>
31636 </row>
31637 </lyxtabular>
31638
31639 \end_inset
31640
31641
31642 \begin_inset space \hfill{}
31643 \end_inset
31644
31645
31646 \end_layout
31647
31648 \begin_layout Standard
31649 \begin_inset Formula $\textrm{\textrm{Å}}$
31650 \end_inset
31651
31652
31653 \begin_inset Formula $\textrm{\textrm{Ø}}$
31654 \end_inset
31655
31656 の各文字は,
31657 数式ツールバーボタンの
31658 \begin_inset Info
31659 type  "icon"
31660 arg   "math-insert \\digamma"
31661 \end_inset
31662
31663 からも挿入することができます.
31664 \end_layout
31665
31666 \begin_layout Standard
31667 例外は,
31668
31669 \series bold
31670 !
31671 \begin_inset space \hspace{}
31672 \length 0mm
31673 \end_inset
31674
31675 `
31676 \series default
31677
31678 \series bold
31679 ?
31680 \begin_inset space \hspace{}
31681 \length 0mm
31682 \end_inset
31683
31684 `
31685 \series default
31686 の各コマンドで,
31687 これらは直接\SpecialChar LyX
31688 中の本文に入れることができます.
31689 \end_layout
31690
31691 \begin_layout Subsection
31692 文章中のアクセント
31693 \begin_inset CommandInset label
31694 LatexCommand label
31695 name "subsec:文章中のアクセント"
31696
31697 \end_inset
31698
31699
31700 \begin_inset Index idx
31701 range none
31702 pageformat default
31703 status collapsed
31704
31705 \begin_layout Plain Layout
31706 \begin_inset IndexMacro sortkey
31707 status open
31708
31709 \begin_layout Plain Layout
31710 あくせんと
31711 \end_layout
31712
31713 \end_inset
31714
31715 アクセント
31716 \begin_inset IndexMacro subentry
31717 status open
31718
31719 \begin_layout Plain Layout
31720 \begin_inset IndexMacro sortkey
31721 status open
31722
31723 \begin_layout Plain Layout
31724 ふんしようちゆうの
31725 \end_layout
31726
31727 \end_inset
31728
31729 文章中の
31730 \begin_inset space \thinspace{}
31731 \end_inset
31732
31733
31734
31735
31736 \end_layout
31737
31738 \end_inset
31739
31740
31741 \end_layout
31742
31743 \end_inset
31744
31745
31746 \end_layout
31747
31748 \begin_layout Standard
31749 以下に挙げる各コマンドを使えば,
31750 すべての文字にアクセントを付けることができます.これらのコマンドは,
31751 \SpecialChar TeX
31752 モードで入れなくてはなりません.
31753 \end_layout
31754
31755 \begin_layout Standard
31756 \begin_inset space \hfill{}
31757 \end_inset
31758
31759
31760 \begin_inset Tabular
31761 <lyxtabular version="3" rows="8" columns="2">
31762 <features booktabs="true" tabularvalignment="middle">
31763 <column alignment="left" valignment="top" width="0pt">
31764 <column alignment="block" valignment="top">
31765 <row>
31766 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31767 \begin_inset Text
31768
31769 \begin_layout Plain Layout
31770 コマンド
31771 \end_layout
31772
31773 \end_inset
31774 </cell>
31775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31776 \begin_inset Text
31777
31778 \begin_layout Plain Layout
31779 出力
31780 \end_layout
31781
31782 \end_inset
31783 </cell>
31784 </row>
31785 <row>
31786 <cell alignment="left" valignment="top" leftline="true" usebox="none">
31787 \begin_inset Text
31788
31789 \begin_layout Plain Layout
31790
31791 \backslash
31792
31793 \begin_inset Quotes grd
31794 \end_inset
31795
31796 e
31797 \end_layout
31798
31799 \end_inset
31800 </cell>
31801 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31802 \begin_inset Text
31803
31804 \begin_layout Plain Layout
31805 \begin_inset ERT
31806 status collapsed
31807
31808 \begin_layout Plain Layout
31809
31810
31811 \backslash
31812 "e
31813 \end_layout
31814
31815 \end_inset
31816
31817
31818 \end_layout
31819
31820 \end_inset
31821 </cell>
31822 </row>
31823 <row>
31824 <cell alignment="left" valignment="top" leftline="true" usebox="none">
31825 \begin_inset Text
31826
31827 \begin_layout Plain Layout
31828
31829 \backslash
31830 `e
31831 \end_layout
31832
31833 \end_inset
31834 </cell>
31835 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31836 \begin_inset Text
31837
31838 \begin_layout Plain Layout
31839 \begin_inset ERT
31840 status collapsed
31841
31842 \begin_layout Plain Layout
31843
31844
31845 \backslash
31846 `e
31847 \end_layout
31848
31849 \end_inset
31850
31851
31852 \end_layout
31853
31854 \end_inset
31855 </cell>
31856 </row>
31857 <row>
31858 <cell alignment="left" valignment="top" leftline="true" usebox="none">
31859 \begin_inset Text
31860
31861 \begin_layout Plain Layout
31862
31863 \backslash
31864 ^
31865 \begin_inset space \textvisiblespace{}
31866 \end_inset
31867
31868 e
31869 \end_layout
31870
31871 \end_inset
31872 </cell>
31873 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31874 \begin_inset Text
31875
31876 \begin_layout Plain Layout
31877 \begin_inset ERT
31878 status collapsed
31879
31880 \begin_layout Plain Layout
31881
31882
31883 \backslash
31884 ^e
31885 \end_layout
31886
31887 \end_inset
31888
31889
31890 \end_layout
31891
31892 \end_inset
31893 </cell>
31894 </row>
31895 <row>
31896 <cell alignment="left" valignment="top" leftline="true" usebox="none">
31897 \begin_inset Text
31898
31899 \begin_layout Plain Layout
31900
31901 \backslash
31902 =e
31903 \end_layout
31904
31905 \end_inset
31906 </cell>
31907 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31908 \begin_inset Text
31909
31910 \begin_layout Plain Layout
31911 \begin_inset ERT
31912 status collapsed
31913
31914 \begin_layout Plain Layout
31915
31916
31917 \backslash
31918 =e
31919 \end_layout
31920
31921 \end_inset
31922
31923
31924 \end_layout
31925
31926 \end_inset
31927 </cell>
31928 </row>
31929 <row>
31930 <cell alignment="left" valignment="top" leftline="true" usebox="none">
31931 \begin_inset Text
31932
31933 \begin_layout Plain Layout
31934
31935 \backslash
31936 u
31937 \begin_inset space \textvisiblespace{}
31938 \end_inset
31939
31940 e
31941 \end_layout
31942
31943 \end_inset
31944 </cell>
31945 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31946 \begin_inset Text
31947
31948 \begin_layout Plain Layout
31949 \begin_inset ERT
31950 status collapsed
31951
31952 \begin_layout Plain Layout
31953
31954
31955 \backslash
31956 u e
31957 \end_layout
31958
31959 \end_inset
31960
31961
31962 \end_layout
31963
31964 \end_inset
31965 </cell>
31966 </row>
31967 <row>
31968 <cell alignment="left" valignment="top" leftline="true" usebox="none">
31969 \begin_inset Text
31970
31971 \begin_layout Plain Layout
31972
31973 \backslash
31974 b
31975 \begin_inset space \textvisiblespace{}
31976 \end_inset
31977
31978 e
31979 \end_layout
31980
31981 \end_inset
31982 </cell>
31983 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
31984 \begin_inset Text
31985
31986 \begin_layout Plain Layout
31987 \begin_inset ERT
31988 status collapsed
31989
31990 \begin_layout Plain Layout
31991
31992
31993 \backslash
31994 b e
31995 \end_layout
31996
31997 \end_inset
31998
31999
32000 \end_layout
32001
32002 \end_inset
32003 </cell>
32004 </row>
32005 <row>
32006 <cell alignment="left" valignment="top" bottomline="true" leftline="true" usebox="none">
32007 \begin_inset Text
32008
32009 \begin_layout Plain Layout
32010
32011 \backslash
32012 t
32013 \begin_inset space \textvisiblespace{}
32014 \end_inset
32015
32016 ee
32017 \end_layout
32018
32019 \end_inset
32020 </cell>
32021 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
32022 \begin_inset Text
32023
32024 \begin_layout Plain Layout
32025 \begin_inset ERT
32026 status collapsed
32027
32028 \begin_layout Plain Layout
32029
32030
32031 \backslash
32032 t ee
32033 \end_layout
32034
32035 \end_inset
32036
32037
32038 \end_layout
32039
32040 \end_inset
32041 </cell>
32042 </row>
32043 </lyxtabular>
32044
32045 \end_inset
32046
32047
32048 \begin_inset space \hfill{}
32049 \end_inset
32050
32051
32052 \begin_inset Tabular
32053 <lyxtabular version="3" rows="8" columns="2">
32054 <features booktabs="true" tabularvalignment="middle">
32055 <column alignment="left" valignment="top" width="0pt">
32056 <column alignment="center" valignment="top">
32057 <row>
32058 <cell alignment="left" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32059 \begin_inset Text
32060
32061 \begin_layout Plain Layout
32062 コマンド
32063 \end_layout
32064
32065 \end_inset
32066 </cell>
32067 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32068 \begin_inset Text
32069
32070 \begin_layout Plain Layout
32071 出力
32072 \end_layout
32073
32074 \end_inset
32075 </cell>
32076 </row>
32077 <row>
32078 <cell alignment="left" valignment="top" leftline="true" usebox="none">
32079 \begin_inset Text
32080
32081 \begin_layout Plain Layout
32082
32083 \backslash
32084 H
32085 \begin_inset space \textvisiblespace{}
32086 \end_inset
32087
32088 e
32089 \end_layout
32090
32091 \end_inset
32092 </cell>
32093 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
32094 \begin_inset Text
32095
32096 \begin_layout Plain Layout
32097 \begin_inset ERT
32098 status collapsed
32099
32100 \begin_layout Plain Layout
32101
32102
32103 \backslash
32104 H e
32105 \end_layout
32106
32107 \end_inset
32108
32109
32110 \end_layout
32111
32112 \end_inset
32113 </cell>
32114 </row>
32115 <row>
32116 <cell alignment="left" valignment="top" leftline="true" usebox="none">
32117 \begin_inset Text
32118
32119 \begin_layout Plain Layout
32120
32121 \backslash
32122 'e
32123 \end_layout
32124
32125 \end_inset
32126 </cell>
32127 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
32128 \begin_inset Text
32129
32130 \begin_layout Plain Layout
32131 \begin_inset ERT
32132 status collapsed
32133
32134 \begin_layout Plain Layout
32135
32136
32137 \backslash
32138 'e
32139 \end_layout
32140
32141 \end_inset
32142
32143
32144 \end_layout
32145
32146 \end_inset
32147 </cell>
32148 </row>
32149 <row>
32150 <cell alignment="left" valignment="top" leftline="true" usebox="none">
32151 \begin_inset Text
32152
32153 \begin_layout Plain Layout
32154
32155 \backslash
32156 ~e
32157 \begin_inset Index idx
32158 range none
32159 pageformat default
32160 status collapsed
32161
32162 \begin_layout Plain Layout
32163 \begin_inset IndexMacro sortkey
32164 status open
32165
32166 \begin_layout Plain Layout
32167 ちるた
32168 \end_layout
32169
32170 \end_inset
32171
32172 チルダ
32173 \end_layout
32174
32175 \end_inset
32176
32177
32178 \end_layout
32179
32180 \end_inset
32181 </cell>
32182 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
32183 \begin_inset Text
32184
32185 \begin_layout Plain Layout
32186 \begin_inset ERT
32187 status collapsed
32188
32189 \begin_layout Plain Layout
32190
32191
32192 \backslash
32193 ~e
32194 \end_layout
32195
32196 \end_inset
32197
32198
32199 \end_layout
32200
32201 \end_inset
32202 </cell>
32203 </row>
32204 <row>
32205 <cell alignment="left" valignment="top" leftline="true" usebox="none">
32206 \begin_inset Text
32207
32208 \begin_layout Plain Layout
32209
32210 \backslash
32211 .e
32212 \end_layout
32213
32214 \end_inset
32215 </cell>
32216 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
32217 \begin_inset Text
32218
32219 \begin_layout Plain Layout
32220 \begin_inset ERT
32221 status collapsed
32222
32223 \begin_layout Plain Layout
32224
32225
32226 \backslash
32227 .e
32228 \end_layout
32229
32230 \end_inset
32231
32232
32233 \end_layout
32234
32235 \end_inset
32236 </cell>
32237 </row>
32238 <row>
32239 <cell alignment="left" valignment="top" leftline="true" usebox="none">
32240 \begin_inset Text
32241
32242 \begin_layout Plain Layout
32243
32244 \backslash
32245 v
32246 \begin_inset space \textvisiblespace{}
32247 \end_inset
32248
32249 e
32250 \end_layout
32251
32252 \end_inset
32253 </cell>
32254 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
32255 \begin_inset Text
32256
32257 \begin_layout Plain Layout
32258 \begin_inset ERT
32259 status collapsed
32260
32261 \begin_layout Plain Layout
32262
32263
32264 \backslash
32265 v e
32266 \end_layout
32267
32268 \end_inset
32269
32270
32271 \end_layout
32272
32273 \end_inset
32274 </cell>
32275 </row>
32276 <row>
32277 <cell alignment="left" valignment="top" leftline="true" usebox="none">
32278 \begin_inset Text
32279
32280 \begin_layout Plain Layout
32281
32282 \backslash
32283 d
32284 \begin_inset space \textvisiblespace{}
32285 \end_inset
32286
32287 e
32288 \end_layout
32289
32290 \end_inset
32291 </cell>
32292 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
32293 \begin_inset Text
32294
32295 \begin_layout Plain Layout
32296 \begin_inset ERT
32297 status collapsed
32298
32299 \begin_layout Plain Layout
32300
32301
32302 \backslash
32303 d e
32304 \end_layout
32305
32306 \end_inset
32307
32308
32309 \end_layout
32310
32311 \end_inset
32312 </cell>
32313 </row>
32314 <row>
32315 <cell alignment="left" valignment="top" leftline="true" usebox="none">
32316 \begin_inset Text
32317
32318 \begin_layout Plain Layout
32319
32320 \backslash
32321 c
32322 \begin_inset space \textvisiblespace{}
32323 \end_inset
32324
32325 e
32326 \end_layout
32327
32328 \end_inset
32329 </cell>
32330 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
32331 \begin_inset Text
32332
32333 \begin_layout Plain Layout
32334 \begin_inset ERT
32335 status collapsed
32336
32337 \begin_layout Plain Layout
32338
32339
32340 \backslash
32341 c e
32342 \end_layout
32343
32344 \end_inset
32345
32346
32347 \end_layout
32348
32349 \end_inset
32350 </cell>
32351 </row>
32352 </lyxtabular>
32353
32354 \end_inset
32355
32356
32357 \begin_inset space \hfill{}
32358 \end_inset
32359
32360
32361 \end_layout
32362
32363 \begin_layout Standard
32364 \begin_inset VSpace medskip
32365 \end_inset
32366
32367
32368 \series bold
32369
32370 \backslash
32371 t
32372 \series default
32373 コマンドは異なる二つの文字にアクセントを付けることもできます.たとえば,
32374 コマンド
32375 \series bold
32376
32377 \backslash
32378 t
32379 \begin_inset space \textvisiblespace{}
32380 \end_inset
32381
32382 sz
32383 \series default
32384 は,
32385
32386 \begin_inset ERT
32387 status collapsed
32388
32389 \begin_layout Plain Layout
32390
32391
32392 \backslash
32393 t sz
32394 \end_layout
32395
32396 \end_inset
32397
32398 となります.
32399 \end_layout
32400
32401 \begin_layout Standard
32402
32403 \series bold
32404 `
32405 \series default
32406  ・
32407 \series bold
32408  '
32409 \series default
32410  ・ 
32411 \series bold
32412 ^
32413 \series default
32414  の各アクセントは,
32415 \SpecialChar TeX
32416 モードを使わなくても,
32417 母音といっしょに直接キーボードから入力することもできます.チルダ
32418 \begin_inset Foot
32419 status collapsed
32420
32421 \begin_layout Plain Layout
32422 これは,
32423 チルダがアクセントとして定義されているキーボードのみに適用されます.
32424 \end_layout
32425
32426 \end_inset
32427
32428
32429 \series bold
32430 ~
32431 \series default
32432 を,
32433
32434 \emph on
32435 a
32436 \emph default
32437
32438 \emph on
32439 n
32440 \emph default
32441
32442 \emph on
32443 o
32444 \emph default
32445 といっしょに使うときも同様です.
32446 \end_layout
32447
32448 \begin_layout Standard
32449
32450 \series bold
32451
32452 \backslash
32453 b
32454 \series default
32455
32456 \series bold
32457
32458 \backslash
32459 c
32460 \series default
32461
32462 \series bold
32463
32464 \backslash
32465 d
32466 \series default
32467
32468 \series bold
32469
32470 \backslash
32471 H
32472 \series default
32473
32474 \series bold
32475
32476 \backslash
32477 t
32478 \series default
32479
32480 \series bold
32481
32482 \backslash
32483 u
32484 \series default
32485
32486 \series bold
32487
32488 \backslash
32489 v
32490 \series default
32491 の各コマンドと,
32492 キーボードから直接挿入するアクセントは,
32493 数式テキスト中でも使うことができます.他のアクセントについては,
32494 数式内向けの特別な数式コマンドがあります.第
32495 \begin_inset CommandInset ref
32496 LatexCommand ref
32497 reference "subsec:一文字に付けるアクセント"
32498 nolink "false"
32499
32500 \end_inset
32501
32502 節をご参照下さい.
32503 \end_layout
32504
32505 \begin_layout Standard
32506 \begin_inset VSpace bigskip
32507 \end_inset
32508
32509 さらに,
32510
32511 \series bold
32512
32513 \backslash
32514 textcircled
32515 \series default
32516
32517 \begin_inset Index idx
32518 range none
32519 pageformat default
32520 status collapsed
32521
32522 \begin_layout Plain Layout
32523 \begin_inset IndexMacro sortkey
32524 status open
32525
32526 \begin_layout Plain Layout
32527 こまんと
32528 \end_layout
32529
32530 \end_inset
32531
32532 コマンド
32533 \begin_inset IndexMacro subentry
32534 status open
32535
32536 \begin_layout Plain Layout
32537 T
32538 \end_layout
32539
32540 \end_inset
32541
32542
32543 \begin_inset IndexMacro subentry
32544 status open
32545
32546 \begin_layout Plain Layout
32547
32548 \backslash
32549 textcircled
32550 \end_layout
32551
32552 \end_inset
32553
32554
32555 \end_layout
32556
32557 \end_inset
32558
32559 コマンドを使えば,
32560 著作権マークのように,
32561 あらゆる数字や文字を丸で囲む—
32562 敢えて言えば,
32563 丸囲みでアクセントを付けるようなものといえるでしょう—
32564 ことができます.
32565 \end_layout
32566
32567 \begin_layout Standard
32568 \align center
32569 \begin_inset Tabular
32570 <lyxtabular version="3" rows="3" columns="2">
32571 <features booktabs="true" tabularvalignment="middle">
32572 <column alignment="center" valignment="top" width="0pt">
32573 <column alignment="center" valignment="top">
32574 <row>
32575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32576 \begin_inset Text
32577
32578 \begin_layout Plain Layout
32579 コマンド
32580 \end_layout
32581
32582 \end_inset
32583 </cell>
32584 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32585 \begin_inset Text
32586
32587 \begin_layout Plain Layout
32588 出力
32589 \end_layout
32590
32591 \end_inset
32592 </cell>
32593 </row>
32594 <row>
32595 <cell alignment="center" valignment="top" leftline="true" usebox="none">
32596 \begin_inset Text
32597
32598 \begin_layout Plain Layout
32599
32600 \backslash
32601 textcircled{w}
32602 \end_layout
32603
32604 \end_inset
32605 </cell>
32606 <cell multicolumn="1" alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
32607 \begin_inset Text
32608
32609 \begin_layout Plain Layout
32610 \begin_inset ERT
32611 status collapsed
32612
32613 \begin_layout Plain Layout
32614
32615
32616 \backslash
32617 textcircled{w}
32618 \end_layout
32619
32620 \end_inset
32621
32622
32623 \end_layout
32624
32625 \end_inset
32626 </cell>
32627 </row>
32628 <row topspace="1mm">
32629 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
32630 \begin_inset Text
32631
32632 \begin_layout Plain Layout
32633
32634 \backslash
32635 Large 
32636 \backslash
32637 textcircled{
32638 \backslash
32639 normalsize
32640 \backslash
32641 protect
32642 \backslash
32643 raisebox{-1.5pt}{W}}
32644 \end_layout
32645
32646 \end_inset
32647 </cell>
32648 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
32649 \begin_inset Text
32650
32651 \begin_layout Plain Layout
32652 \begin_inset ERT
32653 status collapsed
32654
32655 \begin_layout Plain Layout
32656
32657
32658 \backslash
32659 Large 
32660 \backslash
32661 textcircled{
32662 \backslash
32663 normalsize
32664 \backslash
32665 protect
32666 \backslash
32667 raisebox{-1.5pt}W}
32668 \end_layout
32669
32670 \end_inset
32671
32672
32673 \end_layout
32674
32675 \end_inset
32676 </cell>
32677 </row>
32678 </lyxtabular>
32679
32680 \end_inset
32681
32682
32683 \end_layout
32684
32685 \begin_layout Standard
32686 ここではユーザーが,
32687 文字が丸のなかに収まるように調整してやらなくてはなりません.ここでは,
32688
32689 \series bold
32690
32691 \backslash
32692 Large
32693 \series default
32694
32695 \begin_inset Foot
32696 status collapsed
32697
32698 \begin_layout Plain Layout
32699
32700 \begin_inset CommandInset ref
32701 LatexCommand ref
32702 reference "subsec:書体寸法"
32703 nolink "false"
32704
32705 \end_inset
32706
32707 節参照のこと.
32708 \end_layout
32709
32710 \end_inset
32711
32712 で丸の大きさを指定しています.そして
32713 \series bold
32714
32715 \backslash
32716 raisebox
32717 \series default
32718
32719 \begin_inset Foot
32720 status collapsed
32721
32722 \begin_layout Plain Layout
32723
32724 \begin_inset CommandInset ref
32725 LatexCommand ref
32726 reference "subsec:枠なしボックス"
32727 nolink "false"
32728
32729 \end_inset
32730
32731 節参照のこと.
32732 \end_layout
32733
32734 \end_inset
32735
32736 を使って,
32737 文字が真ん中にくるようにしています.
32738 \end_layout
32739
32740 \begin_layout Subsection
32741 古式数字
32742 \begin_inset Index idx
32743 range none
32744 pageformat default
32745 status collapsed
32746
32747 \begin_layout Plain Layout
32748 \begin_inset IndexMacro sortkey
32749 status open
32750
32751 \begin_layout Plain Layout
32752 こしきすうし
32753 \end_layout
32754
32755 \end_inset
32756
32757 古式数字
32758 \end_layout
32759
32760 \end_inset
32761
32762
32763 \end_layout
32764
32765 \begin_layout Standard
32766 古式数字は,
32767
32768 \series bold
32769
32770 \backslash
32771 oldstylenums
32772 \series default
32773
32774 \begin_inset Index idx
32775 range none
32776 pageformat default
32777 status collapsed
32778
32779 \begin_layout Plain Layout
32780 \begin_inset IndexMacro sortkey
32781 status open
32782
32783 \begin_layout Plain Layout
32784 こまんと
32785 \end_layout
32786
32787 \end_inset
32788
32789 コマンド
32790 \begin_inset IndexMacro subentry
32791 status open
32792
32793 \begin_layout Plain Layout
32794 O
32795 \end_layout
32796
32797 \end_inset
32798
32799
32800 \begin_inset IndexMacro subentry
32801 status open
32802
32803 \begin_layout Plain Layout
32804
32805 \backslash
32806 oldstylenums
32807 \end_layout
32808
32809 \end_inset
32810
32811
32812 \end_layout
32813
32814 \end_inset
32815
32816 コマンドで作成することができます.このコマンドは,
32817 数式中でも\SpecialChar TeX
32818 モード中でも使うことができます.コマンド書式は,
32819
32820 \end_layout
32821
32822 \begin_layout Standard
32823
32824 \series bold
32825
32826 \backslash
32827 oldstylenums{数字}
32828 \end_layout
32829
32830 \begin_layout Standard
32831 です.
32832 \series bold
32833
32834 \backslash
32835 oldstylenums{0123456789}
32836 \series default
32837 というコマンドは,
32838
32839 \begin_inset Formula $\oldstylenums{0123456789}$
32840 \end_inset
32841
32842 のようになります.
32843 \end_layout
32844
32845 \begin_layout Section
32846 数式様式
32847 \begin_inset CommandInset label
32848 LatexCommand label
32849 name "sec:数式様式"
32850
32851 \end_inset
32852
32853
32854 \begin_inset Index idx
32855 range none
32856 pageformat default
32857 status collapsed
32858
32859 \begin_layout Plain Layout
32860 \begin_inset IndexMacro sortkey
32861 status open
32862
32863 \begin_layout Plain Layout
32864 すうしき
32865 \end_layout
32866
32867 \end_inset
32868
32869 数式
32870 \begin_inset IndexMacro subentry
32871 status open
32872
32873 \begin_layout Plain Layout
32874 \begin_inset IndexMacro sortkey
32875 status open
32876
32877 \begin_layout Plain Layout
32878 ようしき
32879 \end_layout
32880
32881 \end_inset
32882
32883 様式
32884 \end_layout
32885
32886 \end_inset
32887
32888
32889 \end_layout
32890
32891 \end_inset
32892
32893
32894 \end_layout
32895
32896 \begin_layout Itemize
32897 以下の二つの配置様式があります.
32898 \end_layout
32899
32900 \begin_deeper
32901 \begin_layout Description
32902 中央揃え 事前に定義された標準です.
32903 \end_layout
32904
32905 \begin_layout Description
32906 行頭下げ これは
32907 \family sans
32908
32909 \begin_inset space \thinspace{}
32910 \end_inset
32911
32912
32913 \series bold
32914 文書\SpecialChar menuseparator
32915 設定
32916 \family default
32917 メニューの
32918 \family sans
32919 数式オプション
32920 \family default
32921 \series default
32922
32923 \begin_inset space \thinspace{}
32924 \end_inset
32925
32926 で設定することができます.
32927 \end_layout
32928
32929 \begin_layout Standard
32930
32931 \series bold
32932 数式を字下げ
32933 \series default
32934 を指定すると下げ幅を指定することができます.既定値は使用している文書クラスに依存して変わります.
32935 \end_layout
32936
32937 \end_deeper
32938 \begin_layout Itemize
32939 また,
32940 以下の二つの連番様式があり,
32941
32942 \family sans
32943 \series bold
32944 文書\SpecialChar menuseparator
32945 設定
32946 \family default
32947 \series default
32948
32949 \begin_inset space \thinspace{}
32950 \end_inset
32951
32952 メニューの
32953 \family sans
32954 \series bold
32955 数式オプション
32956 \family default
32957 \series default
32958 で設定することができます.
32959 \end_layout
32960
32961 \begin_deeper
32962 \begin_layout Description
32963 右 これが多くの場合既定値です.
32964 \end_layout
32965
32966 \begin_layout Description
32967
32968 \end_layout
32969
32970 \end_deeper
32971 \begin_layout Standard
32972 これで選択した様式は,
32973 文書中のすべての別行立て数式に用いられます.もし,
32974 中央揃えと行頭下げの両様式を同一文書中で用いたい場合には,
32975
32976 \series bold
32977 中央揃え
32978 \series default
32979 様式を指定するようにします.そして,
32980 行頭下げにしたい数式は,
32981 flalign環境に指定するようにします.第
32982 \begin_inset CommandInset ref
32983 LatexCommand ref
32984 reference "subsec:flalign環境"
32985 nolink "false"
32986
32987 \end_inset
32988
32989 節をご覧下さい.
32990 \end_layout
32991
32992 \begin_layout Section
32993 多行数式
32994 \begin_inset CommandInset label
32995 LatexCommand label
32996 name "sec:多行数式"
32997
32998 \end_inset
32999
33000
33001 \begin_inset Index idx
33002 range none
33003 pageformat default
33004 status collapsed
33005
33006 \begin_layout Plain Layout
33007 \begin_inset IndexMacro sortkey
33008 status open
33009
33010 \begin_layout Plain Layout
33011 すうしき
33012 \end_layout
33013
33014 \end_inset
33015
33016 数式
33017 \begin_inset IndexMacro subentry
33018 status open
33019
33020 \begin_layout Plain Layout
33021 \begin_inset IndexMacro sortkey
33022 status open
33023
33024 \begin_layout Plain Layout
33025 たきよう
33026 \end_layout
33027
33028 \end_inset
33029
33030 多行
33031 \begin_inset space \thinspace{}
33032 \end_inset
33033
33034
33035
33036
33037 \end_layout
33038
33039 \end_inset
33040
33041
33042 \end_layout
33043
33044 \end_inset
33045
33046
33047 \end_layout
33048
33049 \begin_layout Subsection
33050 概要
33051 \end_layout
33052
33053 \begin_layout Standard
33054 \SpecialChar LyX
33055 では,
33056 多行数式は,
33057 数式中で
33058 \begin_inset Info
33059 type  "shortcut"
33060 arg   "newline-insert newline"
33061 \end_inset
33062
33063 を押すことで作られます.この操作によって,
33064
33065 \begin_inset CommandInset ref
33066 LatexCommand ref
33067 reference "subsec:eqnarray環境"
33068 nolink "false"
33069
33070 \end_inset
33071
33072 節に述べられている
33073 \series bold
33074 eqnarray環境
33075 \series default
33076 が作り出されるか,
33077 あるいは文書設定で
33078 \family sans
33079 AMS math
33080 \series bold
33081 パッケージを使う
33082 \family default
33083 \series default
33084 オプションが選択されている場合には,
33085
33086 \begin_inset CommandInset ref
33087 LatexCommand ref
33088 reference "subsec:標準align環境"
33089 nolink "false"
33090
33091 \end_inset
33092
33093 節に述べられている
33094 \series bold
33095 align環境
33096 \series default
33097 が作り出されることになります.
33098 \end_layout
33099
33100 \begin_layout Standard
33101 他にも,
33102
33103 \family sans
33104 \series bold
33105 挿入\SpecialChar menuseparator
33106 数式
33107 \family default
33108 \series default
33109
33110 \begin_inset space \thinspace{}
33111 \end_inset
33112
33113 メニューで作ることのできる多行数式環境があります.これらの環境は,
33114 以下の各節で説明します.
33115 \end_layout
33116
33117 \begin_layout Standard
33118 すべての多行数式において,
33119 新規行は,
33120
33121 \begin_inset Info
33122 type  "shortcut"
33123 arg   "newline-insert newline"
33124 \end_inset
33125
33126 を押すことによって作られます.行を足したり削ったりするには,
33127 数式ツールバーボタンの
33128 \begin_inset Info
33129 type  "icon"
33130 arg   "tabular-feature append-row"
33131 \end_inset
33132
33133
33134 \begin_inset Info
33135 type  "icon"
33136 arg   "tabular-feature delete-row"
33137 \end_inset
33138
33139 を使うか,
33140
33141 \family sans
33142 \series bold
33143 編集\SpecialChar menuseparator
33144 行と列
33145 \family default
33146 \series default
33147
33148 \begin_inset space \thinspace{}
33149 \end_inset
33150
33151 メニューを使うことができます.
33152 \end_layout
33153
33154 \begin_layout Subsubsection
33155 行間
33156 \begin_inset CommandInset label
33157 LatexCommand label
33158 name "subsec:行間"
33159
33160 \end_inset
33161
33162
33163 \begin_inset Index idx
33164 range none
33165 pageformat default
33166 status collapsed
33167
33168 \begin_layout Plain Layout
33169 \begin_inset IndexMacro sortkey
33170 status open
33171
33172 \begin_layout Plain Layout
33173 すうしき
33174 \end_layout
33175
33176 \end_inset
33177
33178 数式
33179 \begin_inset IndexMacro subentry
33180 status open
33181
33182 \begin_layout Plain Layout
33183 \begin_inset IndexMacro sortkey
33184 status open
33185
33186 \begin_layout Plain Layout
33187 たきよう
33188 \end_layout
33189
33190 \end_inset
33191
33192 多行
33193 \begin_inset space \thinspace{}
33194 \end_inset
33195
33196
33197
33198
33199 \end_layout
33200
33201 \end_inset
33202
33203
33204 \begin_inset IndexMacro subentry
33205 status open
33206
33207 \begin_layout Plain Layout
33208 \begin_inset IndexMacro sortkey
33209 status open
33210
33211 \begin_layout Plain Layout
33212 きようかん
33213 \end_layout
33214
33215 \end_inset
33216
33217 行間
33218 \end_layout
33219
33220 \end_inset
33221
33222
33223 \end_layout
33224
33225 \end_inset
33226
33227
33228 \end_layout
33229
33230 \begin_layout Standard
33231 以下のように,
33232 多行数式において行のあいだの空白が足りないことが,
33233 ときどき起こります.
33234 \begin_inset Formula 
33235 \begin{eqnarray*}
33236 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}\\
33237 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
33238 \end{eqnarray*}
33239
33240 \end_inset
33241
33242
33243 \end_layout
33244
33245 \begin_layout Standard
33246 \SpecialChar LaTeX
33247 において行間を付け加えるには,
33248 新規行コマンドに非必須の引数をとらせて指定しますが,
33249 これはまだ\SpecialChar LyX
33250 には実装されていない
33251 \begin_inset Foot
33252 status collapsed
33253
33254 \begin_layout Plain Layout
33255 \begin_inset CommandInset href
33256 LatexCommand href
33257 name "LyX-bug #1505"
33258 target "https://www.lyx.org/trac/ticket/1505"
33259 literal "false"
33260
33261 \end_inset
33262
33263 を参照.
33264 \end_layout
33265
33266 \end_inset
33267
33268 ので,
33269 数式全体を\SpecialChar TeX
33270 モードで入れなくてはなりません.上記の例の行間を大きくするには,
33271 最初の行の最後に
33272 \series bold
33273
33274 \backslash
33275
33276 \backslash
33277 [3mm]
33278 \series default
33279 というコマンドを入れます.すると,
33280 次のようになります.
33281 \begin_inset ERT
33282 status open
33283
33284 \begin_layout Plain Layout
33285
33286
33287 \backslash
33288 begin{eqnarray*}
33289 \end_layout
33290
33291 \begin_layout Plain Layout
33292
33293 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD & = & 
33294 \backslash
33295 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
33296 \backslash
33297
33298 \backslash
33299 [3mm]
33300 \end_layout
33301
33302 \begin_layout Plain Layout
33303
33304 4x^{2}
33305 \backslash
33306 left(B^{2}+x_{0}^{2}
33307 \backslash
33308 right)+4x_{0}x
33309 \backslash
33310 left(D-B^{2}
33311 \backslash
33312 right)+B^{2}
33313 \backslash
33314 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
33315 \backslash
33316 right) & = & 0
33317 \end_layout
33318
33319 \begin_layout Plain Layout
33320
33321
33322 \backslash
33323 end{eqnarray*}
33324 \end_layout
33325
33326 \end_inset
33327
33328
33329 \end_layout
33330
33331 \begin_layout Standard
33332 \begin_inset VSpace bigskip
33333 \end_inset
33334
33335 同一数式内のすべての行の行間を一律に指定するには,
33336
33337 \series bold
33338
33339 \backslash
33340 jot
33341 \series default
33342
33343 \begin_inset Index idx
33344 range none
33345 pageformat default
33346 status collapsed
33347
33348 \begin_layout Plain Layout
33349 \begin_inset IndexMacro sortkey
33350 status open
33351
33352 \begin_layout Plain Layout
33353 こまんと
33354 \end_layout
33355
33356 \end_inset
33357
33358 コマンド
33359 \begin_inset IndexMacro subentry
33360 status open
33361
33362 \begin_layout Plain Layout
33363 J
33364 \end_layout
33365
33366 \end_inset
33367
33368
33369 \begin_inset IndexMacro subentry
33370 status open
33371
33372 \begin_layout Plain Layout
33373
33374 \backslash
33375 jot
33376 \end_layout
33377
33378 \end_inset
33379
33380
33381 \end_layout
33382
33383 \end_inset
33384
33385 変数を変更します.定義は,
33386
33387 \begin_inset Formula $\mbox{行間}=\mathrm{6\,pt+\backslash jot}$
33388 \end_inset
33389
33390 となっています.
33391 \series bold
33392
33393 \backslash
33394 jot
33395 \series default
33396 の既定値は,
33397 3
33398 \begin_inset space \thinspace{}
33399 \end_inset
33400
33401 ptです.上記の例のように,
33402 行間を3
33403 \begin_inset space \thinspace{}
33404 \end_inset
33405
33406 mm追加するには,
33407
33408 \end_layout
33409
33410 \begin_layout Standard
33411
33412 \series bold
33413
33414 \backslash
33415 setlength{
33416 \backslash
33417 jot}{3mm+3pt}
33418 \end_layout
33419
33420 \begin_layout Standard
33421 というコマンドを,
33422 数式直前に\SpecialChar TeX
33423 モードで入れておきます.これを行うには,
33424 \SpecialChar LaTeX
33425 プリアンブルに
33426 \end_layout
33427
33428 \begin_layout Standard
33429
33430 \series bold
33431
33432 \backslash
33433 usepackage{calc}
33434 \end_layout
33435
33436 \begin_layout Standard
33437 という行を入れて,
33438 \SpecialChar LaTeX
33439 パッケージ
33440 \series bold
33441 calc
33442 \series default
33443
33444 \begin_inset Foot
33445 status collapsed
33446
33447 \begin_layout Plain Layout
33448
33449 \series bold
33450 calc
33451 \series default
33452 は標準的な\SpecialChar LaTeX
33453 頒布版のすべてに付属しています.
33454 \end_layout
33455
33456 \end_inset
33457
33458
33459 \begin_inset Index idx
33460 range none
33461 pageformat default
33462 status collapsed
33463
33464 \begin_layout Plain Layout
33465 \begin_inset IndexMacro sortkey
33466 status open
33467
33468 \begin_layout Plain Layout
33469 はつけし
33470 \end_layout
33471
33472 \end_inset
33473
33474 パッケージ
33475 \begin_inset IndexMacro subentry
33476 status open
33477
33478 \begin_layout Plain Layout
33479 calc
33480 \end_layout
33481
33482 \end_inset
33483
33484
33485 \end_layout
33486
33487 \end_inset
33488
33489  を読み込んでおく必要があります.すると,
33490
33491 \begin_inset ERT
33492 status collapsed
33493
33494 \begin_layout Plain Layout
33495
33496
33497 \backslash
33498 setlength{
33499 \backslash
33500 jot}{3mm+3pt}
33501 \end_layout
33502
33503 \end_inset
33504
33505
33506 \begin_inset Formula 
33507 \begin{eqnarray*}
33508 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}\\
33509 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
33510 \end{eqnarray*}
33511
33512 \end_inset
33513
33514
33515 \end_layout
33516
33517 \begin_layout Standard
33518 \begin_inset ERT
33519 status collapsed
33520
33521 \begin_layout Plain Layout
33522
33523
33524 \backslash
33525 setlength{
33526 \backslash
33527 jot}{3pt}
33528 \end_layout
33529
33530 \end_inset
33531
33532 のような結果を得ます.行間を既定値に戻すには,
33533
33534 \series bold
33535
33536 \backslash
33537 jot
33538 \series default
33539 をふたたび3
33540 \begin_inset space \thinspace{}
33541 \end_inset
33542
33543 ptに戻します.
33544 \end_layout
33545
33546 \begin_layout Subsubsection
33547 列間
33548 \begin_inset CommandInset label
33549 LatexCommand label
33550 name "subsec:列間"
33551
33552 \end_inset
33553
33554
33555 \begin_inset Index idx
33556 range none
33557 pageformat default
33558 status collapsed
33559
33560 \begin_layout Plain Layout
33561 \begin_inset IndexMacro sortkey
33562 status open
33563
33564 \begin_layout Plain Layout
33565 すうしき
33566 \end_layout
33567
33568 \end_inset
33569
33570 数式
33571 \begin_inset IndexMacro subentry
33572 status open
33573
33574 \begin_layout Plain Layout
33575 \begin_inset IndexMacro sortkey
33576 status open
33577
33578 \begin_layout Plain Layout
33579 たきよう
33580 \end_layout
33581
33582 \end_inset
33583
33584 多行
33585 \begin_inset space \thinspace{}
33586 \end_inset
33587
33588
33589
33590
33591 \end_layout
33592
33593 \end_inset
33594
33595
33596 \begin_inset IndexMacro subentry
33597 status open
33598
33599 \begin_layout Plain Layout
33600 \begin_inset IndexMacro sortkey
33601 status open
33602
33603 \begin_layout Plain Layout
33604 れつかん
33605 \end_layout
33606
33607 \end_inset
33608
33609 列間
33610 \end_layout
33611
33612 \end_inset
33613
33614
33615 \end_layout
33616
33617 \end_inset
33618
33619
33620 \end_layout
33621
33622 \begin_layout Standard
33623 多行数式は,
33624 行列を形成します.たとえば,
33625 eqnarray環境の数式は,
33626 3列からなる行列です.この環境で列間を変更すれば,
33627 関係子周辺の余白を変更することができます.
33628 \end_layout
33629
33630 \begin_layout Standard
33631 列間は,
33632
33633 \series bold
33634
33635 \backslash
33636 arraycolsep
33637 \series default
33638
33639 \begin_inset Index idx
33640 range none
33641 pageformat default
33642 status collapsed
33643
33644 \begin_layout Plain Layout
33645 \begin_inset IndexMacro sortkey
33646 status open
33647
33648 \begin_layout Plain Layout
33649 こまんと
33650 \end_layout
33651
33652 \end_inset
33653
33654 コマンド
33655 \begin_inset IndexMacro subentry
33656 status open
33657
33658 \begin_layout Plain Layout
33659 A
33660 \end_layout
33661
33662 \end_inset
33663
33664
33665 \begin_inset IndexMacro subentry
33666 status open
33667
33668 \begin_layout Plain Layout
33669
33670 \backslash
33671 arraycolsep
33672 \end_layout
33673
33674 \end_inset
33675
33676
33677 \end_layout
33678
33679 \end_inset
33680
33681 変数を使って指定し,
33682
33683 \begin_inset Newline newline
33684 \end_inset
33685
33686 列間 = 2
33687 \begin_inset space \thinspace{}
33688 \end_inset
33689
33690
33691 \series bold
33692
33693 \backslash
33694 arraycolsep
33695 \series default
33696
33697 \begin_inset Newline newline
33698 \end_inset
33699
33700 という関係があります.したがって,
33701
33702 \end_layout
33703
33704 \begin_layout Standard
33705
33706 \series bold
33707
33708 \backslash
33709 setlength{
33710 \backslash
33711 arraycolsep}{1cm}
33712 \end_layout
33713
33714 \begin_layout Standard
33715 というコマンドを\SpecialChar TeX
33716 モードで入れると,
33717 ここから後のすべての数式の列間が2
33718 \begin_inset space \thinspace{}
33719 \end_inset
33720
33721 cmになります.これを既定値に戻すには,
33722
33723 \series bold
33724
33725 \backslash
33726 arraycolsep
33727 \series default
33728 を5
33729 \begin_inset space \thinspace{}
33730 \end_inset
33731
33732 ptに戻して下さい.
33733 \end_layout
33734
33735 \begin_layout Standard
33736 以下は,
33737 2
33738 \begin_inset space \thinspace{}
33739 \end_inset
33740
33741 cmの列間を持つ数式です.
33742 \begin_inset ERT
33743 status collapsed
33744
33745 \begin_layout Plain Layout
33746
33747
33748 \backslash
33749 setlength{
33750 \backslash
33751 arraycolsep}{1cm}
33752 \end_layout
33753
33754 \end_inset
33755
33756
33757 \begin_inset Formula 
33758 \begin{eqnarray*}
33759 A & = & B\\
33760 C & \ne & A
33761 \end{eqnarray*}
33762
33763 \end_inset
33764
33765 行列の既定の列間10
33766 \begin_inset space \thinspace{}
33767 \end_inset
33768
33769 ptを持つ数式です.
33770 \begin_inset ERT
33771 status collapsed
33772
33773 \begin_layout Plain Layout
33774
33775
33776 \backslash
33777 setlength{
33778 \backslash
33779 arraycolsep}{5pt}
33780 \end_layout
33781
33782 \end_inset
33783
33784
33785 \begin_inset Formula 
33786 \begin{eqnarray*}
33787 A & = & B\\
33788 C & \ne & A
33789 \end{eqnarray*}
33790
33791 \end_inset
33792
33793
33794 \end_layout
33795
33796 \begin_layout Subsubsection
33797 長い数式
33798 \begin_inset Index idx
33799 range none
33800 pageformat default
33801 status collapsed
33802
33803 \begin_layout Plain Layout
33804 \begin_inset IndexMacro sortkey
33805 status open
33806
33807 \begin_layout Plain Layout
33808 すうしき
33809 \end_layout
33810
33811 \end_inset
33812
33813 数式
33814 \begin_inset IndexMacro subentry
33815 status open
33816
33817 \begin_layout Plain Layout
33818 \begin_inset IndexMacro sortkey
33819 status open
33820
33821 \begin_layout Plain Layout
33822 なかい
33823 \end_layout
33824
33825 \end_inset
33826
33827 長い
33828 \end_layout
33829
33830 \end_inset
33831
33832
33833 \end_layout
33834
33835 \end_inset
33836
33837
33838 \end_layout
33839
33840 \begin_layout Standard
33841 長い数式は,
33842 以下の方法を使って組版することができます.
33843 \end_layout
33844
33845 \begin_layout Itemize
33846 左辺ないし右辺の一方が,
33847 行幅よりもかなり短いときには,
33848 以下のように,
33849 短い方を左辺に置き,
33850 右辺を二行に分けて組版します.
33851 \begin_inset Formula 
33852 \begin{eqnarray}
33853 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 \\
33854  &  & -\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}
33855 \end{eqnarray}
33856
33857 \end_inset
33858
33859 二行目の最初のマイナス記号は,
33860 行頭の文字になってしまうため,
33861 通常,
33862 表示の上で演算子としては取り扱われません.前後に余白が置かれることもなく,
33863 分数線からも離れて表示されません.これを避けるために,
33864 マイナス記号の後に
33865 \series bold
33866
33867 \backslash
33868 hspace
33869 \series default
33870 .
33871 \begin_inset Foot
33872 status collapsed
33873
33874 \begin_layout Plain Layout
33875
33876 \series bold
33877
33878 \backslash
33879 hspace
33880 \series default
33881 に関しての詳細は,
33882
33883 \begin_inset CommandInset ref
33884 LatexCommand ref
33885 reference "subsec:可変長の空白"
33886 nolink "false"
33887
33888 \end_inset
33889
33890 節をご覧下さい.
33891 \end_layout
33892
33893 \end_inset
33894
33895
33896 \begin_inset Index idx
33897 range none
33898 pageformat default
33899 status collapsed
33900
33901 \begin_layout Plain Layout
33902 \begin_inset IndexMacro sortkey
33903 status open
33904
33905 \begin_layout Plain Layout
33906 こまんと
33907 \end_layout
33908
33909 \end_inset
33910
33911 コマンド
33912 \begin_inset IndexMacro subentry
33913 status open
33914
33915 \begin_layout Plain Layout
33916 H
33917 \end_layout
33918
33919 \end_inset
33920
33921
33922 \begin_inset IndexMacro subentry
33923 status open
33924
33925 \begin_layout Plain Layout
33926
33927 \backslash
33928 hspace
33929 \end_layout
33930
33931 \end_inset
33932
33933
33934 \end_layout
33935
33936 \end_inset
33937
33938 コマンドを使って3
33939 \begin_inset space \thinspace{}
33940 \end_inset
33941
33942 pt空白を入れてあります.
33943 \end_layout
33944
33945 \begin_layout Itemize
33946 数式の両辺がともに長すぎるときには,
33947
33948 \series bold
33949
33950 \backslash
33951 lefteqn
33952 \series default
33953
33954 \begin_inset Index idx
33955 range none
33956 pageformat default
33957 status collapsed
33958
33959 \begin_layout Plain Layout
33960 \begin_inset IndexMacro sortkey
33961 status open
33962
33963 \begin_layout Plain Layout
33964 こまんと
33965 \end_layout
33966
33967 \end_inset
33968
33969 コマンド
33970 \begin_inset IndexMacro subentry
33971 status open
33972
33973 \begin_layout Plain Layout
33974 L
33975 \end_layout
33976
33977 \end_inset
33978
33979
33980 \begin_inset IndexMacro subentry
33981 status open
33982
33983 \begin_layout Plain Layout
33984
33985 \backslash
33986 lefteqn
33987 \end_layout
33988
33989 \end_inset
33990
33991
33992 \end_layout
33993
33994 \end_inset
33995
33996 コマンドを使います.これを最初の行の第一列に入れると,
33997 以下のように,
33998 続きの内容が他の列にかかって表示されます.
33999 \begin_inset Formula 
34000 \begin{eqnarray}
34001 \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 \\
34002  &  & -\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 \\
34003  &  & =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}
34004 \end{eqnarray}
34005
34006 \end_inset
34007
34008
34009 \series bold
34010
34011 \backslash
34012 lefteqn
34013 \series default
34014 を入力すると,
34015 青枠から少し左にずれたところに現れる紫枠にカーソルが移るので,
34016 ここに数式を入力します.
34017 \begin_inset Newline newline
34018 \end_inset
34019
34020 二行め以降の行の内容は,
34021 二列め以降の列に挿入します.挿入する列が右になるほど,
34022 字下げの量が大きくなります.
34023 \begin_inset VSpace medskip
34024 \end_inset
34025
34026
34027 \begin_inset Newline newline
34028 \end_inset
34029
34030
34031 \begin_inset Note Greyedout
34032 status open
34033
34034 \begin_layout Plain Layout
34035
34036 \series bold
34037
34038 \backslash
34039 lefteqn
34040 \series default
34041 を使用する際には,
34042 以下のことにご注意下さい.
34043 \end_layout
34044
34045 \begin_layout Itemize
34046 数式では,
34047 ページ幅全部を使うことはしません.たとえば,
34048 上記の例で,
34049 最初の行に
34050 \begin_inset Formula $-B^{2}$
34051 \end_inset
34052
34053 という項を置いたとすると,
34054 ページ余白の領域に出てしまいますが,
34055 これはよくありません.幅をうまく使うには,
34056 最初の行の行頭に負の空白を入れる方法もあります.
34057 \end_layout
34058
34059 \begin_layout Itemize
34060 \SpecialChar LyX
34061 のバグによって,
34062 最初の行にマウスでカーソルを入れることはできません
34063 \begin_inset Foot
34064 status collapsed
34065
34066 \begin_layout Plain Layout
34067 \begin_inset CommandInset href
34068 LatexCommand href
34069 name "LyX-bug #1429"
34070 target "https://www.lyx.org/trac/ticket/1429"
34071 literal "false"
34072
34073 \end_inset
34074
34075
34076 \end_layout
34077
34078 \end_inset
34079
34080 .カーソルを行頭に合わせて,
34081 矢印キーで移動するしかありません.
34082 \end_layout
34083
34084 \end_inset
34085
34086
34087 \end_layout
34088
34089 \begin_layout Itemize
34090 長い数式を組む他の方法として,
34091
34092 \begin_inset CommandInset ref
34093 LatexCommand ref
34094 reference "subsec:multline環境"
34095 nolink "false"
34096
34097 \end_inset
34098
34099 節と第
34100 \begin_inset CommandInset ref
34101 LatexCommand ref
34102 reference "subsec:数式の一部の多行化"
34103 nolink "false"
34104
34105 \end_inset
34106
34107 節で述べられている環境を用いる方法があります.
34108 \end_layout
34109
34110 \begin_layout Subsubsection
34111 多行にわたる分数
34112 \begin_inset CommandInset label
34113 LatexCommand label
34114 name "subsec:多行にわたる分数"
34115
34116 \end_inset
34117
34118
34119 \begin_inset Index idx
34120 range none
34121 pageformat default
34122 status collapsed
34123
34124 \begin_layout Plain Layout
34125 \begin_inset IndexMacro sortkey
34126 status open
34127
34128 \begin_layout Plain Layout
34129 ふんすう
34130 \end_layout
34131
34132 \end_inset
34133
34134 分数
34135 \begin_inset IndexMacro subentry
34136 status open
34137
34138 \begin_layout Plain Layout
34139 \begin_inset IndexMacro sortkey
34140 status open
34141
34142 \begin_layout Plain Layout
34143 たきようにわたる
34144 \end_layout
34145
34146 \end_inset
34147
34148 多行にわたる
34149 \end_layout
34150
34151 \end_inset
34152
34153
34154 \end_layout
34155
34156 \end_inset
34157
34158
34159 \end_layout
34160
34161 \begin_layout Standard
34162 分数の分母もしくは分子が長すぎて,
34163 一行に入りきらないことがあります.この場合には,
34164 分数内で改行をしなくてはなりません.これを行うには,
34165
34166 \series bold
34167
34168 \backslash
34169 splitfrac
34170 \series default
34171 コマンド
34172 \begin_inset Index idx
34173 range none
34174 pageformat default
34175 status collapsed
34176
34177 \begin_layout Plain Layout
34178 \begin_inset IndexMacro sortkey
34179 status open
34180
34181 \begin_layout Plain Layout
34182 こまんと
34183 \end_layout
34184
34185 \end_inset
34186
34187 コマンド
34188 \begin_inset IndexMacro subentry
34189 status open
34190
34191 \begin_layout Plain Layout
34192 S
34193 \end_layout
34194
34195 \end_inset
34196
34197
34198 \begin_inset IndexMacro subentry
34199 status open
34200
34201 \begin_layout Plain Layout
34202
34203 \backslash
34204 splitfrac
34205 \end_layout
34206
34207 \end_inset
34208
34209
34210 \end_layout
34211
34212 \end_inset
34213
34214 を使うことができます.これを有効化するには,
34215 文書設定の
34216 \family sans
34217 \series bold
34218 数式オプション
34219 \family default
34220 \series default
34221 で,
34222
34223 \series bold
34224 mathtools
34225 \series default
34226 パッケージ
34227 \begin_inset Index idx
34228 range none
34229 pageformat default
34230 status collapsed
34231
34232 \begin_layout Plain Layout
34233 \begin_inset IndexMacro sortkey
34234 status open
34235
34236 \begin_layout Plain Layout
34237 はつけし
34238 \end_layout
34239
34240 \end_inset
34241
34242 パッケージ
34243 \begin_inset IndexMacro subentry
34244 status open
34245
34246 \begin_layout Plain Layout
34247 mathtools
34248 \end_layout
34249
34250 \end_inset
34251
34252
34253 \end_layout
34254
34255 \end_inset
34256
34257
34258 \family sans
34259 常に読み込み
34260 \family default
34261 オプションを指定してください.
34262 \series bold
34263
34264 \backslash
34265 splitfrac
34266 \series default
34267 のスキームは
34268 \end_layout
34269
34270 \begin_layout Standard
34271
34272 \series bold
34273
34274 \backslash
34275 splitfrac{1行目}{2行目}
34276 \end_layout
34277
34278 \begin_layout Standard
34279 となっており,
34280 分母にも分子にも使うことができます.
34281 \end_layout
34282
34283 \begin_layout Standard
34284 \begin_inset Formula 
34285 \[
34286 a=\frac{\splitfrac{xy+xy+xy+xy+xy}{+wy+wy+wy+wy}}{z}\ne\frac{\splitdfrac{xy+\frac{xy}{z}+xy+xy+xy}{+xy+xy+xy+xy}}{z}
34287 \]
34288
34289 \end_inset
34290
34291 上記の最初の分子に使われているコマンドは,
34292
34293 \end_layout
34294
34295 \begin_layout Standard
34296
34297 \series bold
34298
34299 \backslash
34300 splitfrac{xy+xy+xy+xy+xy
34301 \begin_inset space \textvisiblespace{}
34302 \end_inset
34303
34304
34305 \backslash
34306 {+wy+wy+wy+wy
34307 \end_layout
34308
34309 \begin_layout Standard
34310 です.
34311 \end_layout
34312
34313 \begin_layout Subsubsection
34314 多行にわたる括弧
34315 \begin_inset CommandInset label
34316 LatexCommand label
34317 name "subsec:多行にわたる括弧"
34318
34319 \end_inset
34320
34321
34322 \begin_inset Index idx
34323 range none
34324 pageformat default
34325 status collapsed
34326
34327 \begin_layout Plain Layout
34328 \begin_inset IndexMacro sortkey
34329 status open
34330
34331 \begin_layout Plain Layout
34332 かつこ
34333 \end_layout
34334
34335 \end_inset
34336
34337 括弧
34338 \begin_inset IndexMacro subentry
34339 status open
34340
34341 \begin_layout Plain Layout
34342 \begin_inset IndexMacro sortkey
34343 status open
34344
34345 \begin_layout Plain Layout
34346 たきようすうしきよう
34347 \end_layout
34348
34349 \end_inset
34350
34351 多行数式用
34352 \end_layout
34353
34354 \end_inset
34355
34356
34357 \end_layout
34358
34359 \end_inset
34360
34361
34362 \end_layout
34363
34364 \begin_layout Standard
34365 多行にわたる括弧を作ろうとすると,
34366 以下のような問題が生じます.
34367 \begin_inset Formula 
34368 \begin{eqnarray*}
34369 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
34370  &  & \left.\cdots+B-D\right]
34371 \end{eqnarray*}
34372
34373 \end_inset
34374
34375
34376 \end_layout
34377
34378 \begin_layout Standard
34379 可変寸法の括弧は多行にわたることができないので,
34380 閉じ括弧が初めの括弧よりも小さくなってしまっています.
34381 \end_layout
34382
34383 \begin_layout Standard
34384 二行めの括弧の大きさを正しく設定するには,
34385 最初の行の終わりを
34386 \series bold
34387
34388 \backslash
34389 right.
34390 \series default
34391
34392 \begin_inset Index idx
34393 range none
34394 pageformat default
34395 status collapsed
34396
34397 \begin_layout Plain Layout
34398 \begin_inset IndexMacro sortkey
34399 status open
34400
34401 \begin_layout Plain Layout
34402 こまんと
34403 \end_layout
34404
34405 \end_inset
34406
34407 コマンド
34408 \begin_inset IndexMacro subentry
34409 status open
34410
34411 \begin_layout Plain Layout
34412 R
34413 \end_layout
34414
34415 \end_inset
34416
34417
34418 \begin_inset IndexMacro subentry
34419 status open
34420
34421 \begin_layout Plain Layout
34422
34423 \backslash
34424 right
34425 \end_layout
34426
34427 \end_inset
34428
34429
34430 \end_layout
34431
34432 \end_inset
34433
34434 とし,
34435 二行めの始めを
34436 \series bold
34437
34438 \backslash
34439 left.
34440 \begin_inset Foot
34441 status collapsed
34442
34443 \begin_layout Plain Layout
34444
34445 \series bold
34446
34447 \backslash
34448 left
34449 \series default
34450
34451 \series bold
34452
34453 \backslash
34454 right
34455 \series default
34456 に関する詳細は,
34457
34458 \begin_inset CommandInset ref
34459 LatexCommand ref
34460 reference "subsec:自動の括弧高"
34461 nolink "false"
34462
34463 \end_inset
34464
34465 節をご覧下さい.
34466 \end_layout
34467
34468 \end_inset
34469
34470
34471 \series default
34472
34473 \begin_inset Index idx
34474 range none
34475 pageformat default
34476 status collapsed
34477
34478 \begin_layout Plain Layout
34479 \begin_inset IndexMacro sortkey
34480 status open
34481
34482 \begin_layout Plain Layout
34483 こまんと
34484 \end_layout
34485
34486 \end_inset
34487
34488 コマンド
34489 \begin_inset IndexMacro subentry
34490 status open
34491
34492 \begin_layout Plain Layout
34493 L
34494 \end_layout
34495
34496 \end_inset
34497
34498
34499 \begin_inset IndexMacro subentry
34500 status open
34501
34502 \begin_layout Plain Layout
34503
34504 \backslash
34505 left
34506 \end_layout
34507
34508 \end_inset
34509
34510
34511 \end_layout
34512
34513 \end_inset
34514
34515 とします.一行めにおいては,
34516 範囲付き積演算子がもっとも大きな記号であり,
34517 これが二行めの括弧の大きさにならなくてはならないので,
34518
34519 \series bold
34520
34521 \backslash
34522 left.
34523 \series default
34524 の後に,
34525
34526 \series bold
34527
34528 \backslash
34529 vphantom
34530 \series default
34531
34532 \begin_inset space \textvisiblespace{}
34533 \end_inset
34534
34535
34536 \series bold
34537
34538 \backslash
34539 prod
34540 \series default
34541 ^
34542 \begin_inset space \textvisiblespace{}
34543 \end_inset
34544
34545
34546 \series bold
34547
34548 \backslash
34549 infty
34550 \series default
34551
34552 \begin_inset space \textvisiblespace{}
34553 \end_inset
34554
34555
34556 \series bold
34557
34558 \begin_inset Formula $\downarrow$
34559 \end_inset
34560
34561 _R=1}
34562 \series default
34563
34564 \begin_inset Index idx
34565 range none
34566 pageformat default
34567 status collapsed
34568
34569 \begin_layout Plain Layout
34570 \begin_inset IndexMacro sortkey
34571 status open
34572
34573 \begin_layout Plain Layout
34574 こまんと
34575 \end_layout
34576
34577 \end_inset
34578
34579 コマンド
34580 \begin_inset IndexMacro subentry
34581 status open
34582
34583 \begin_layout Plain Layout
34584 V
34585 \end_layout
34586
34587 \end_inset
34588
34589
34590 \begin_inset IndexMacro subentry
34591 status open
34592
34593 \begin_layout Plain Layout
34594
34595 \backslash
34596 vphantom
34597 \end_layout
34598
34599 \end_inset
34600
34601
34602 \end_layout
34603
34604 \end_inset
34605
34606 というコマンドを挿入します.
34607 \end_layout
34608
34609 \begin_layout Standard
34610 その結果が以下の数式です.
34611 \begin_inset Formula 
34612 \begin{eqnarray*}
34613 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
34614  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
34615 \end{eqnarray*}
34616
34617 \end_inset
34618
34619
34620 \end_layout
34621
34622 \begin_layout Subsection
34623 align環境
34624 \end_layout
34625
34626 \begin_layout Standard
34627 align環境は,
34628 すべての型の多行数式に使うことができ,
34629 とくに,
34630 いくつかの数式を並べて表示させるのに便利です.
34631 \end_layout
34632
34633 \begin_layout Standard
34634 align環境には列があり,
34635 奇数列は右揃え,
34636 偶数列は左揃えに設定されます.align環境の行にはすべて,
34637 付番することができます.
34638 \end_layout
34639
34640 \begin_layout Standard
34641 align環境は,
34642
34643 \family sans
34644 \series bold
34645 挿入\SpecialChar menuseparator
34646 数式
34647 \family default
34648 \series default
34649
34650 \begin_inset space \thinspace{}
34651 \end_inset
34652
34653 メニューから作ることができます.
34654 \family sans
34655 \series bold
34656 編集\SpecialChar menuseparator
34657 数式\SpecialChar menuseparator
34658 数式の表記を変更
34659 \family default
34660 \series default
34661
34662 \begin_inset space \thinspace{}
34663 \end_inset
34664
34665 メニューを使えば,
34666 既存の数式をalign環境に変更することができます.
34667 \end_layout
34668
34669 \begin_layout Standard
34670 列を追加したり削除したりするには,
34671 数式ツールバーボタンの
34672 \begin_inset Info
34673 type  "icon"
34674 arg   "tabular-feature append-column"
34675 \end_inset
34676
34677
34678 \begin_inset Info
34679 type  "icon"
34680 arg   "tabular-feature delete-column"
34681 \end_inset
34682
34683 を使うか,
34684
34685 \family sans
34686 \series bold
34687 編集\SpecialChar menuseparator
34688 行と列
34689 \family default
34690 \series default
34691
34692 \begin_inset space \thinspace{}
34693 \end_inset
34694
34695 メニューを使います.
34696 \end_layout
34697
34698 \begin_layout Subsubsection
34699 標準align環境
34700 \begin_inset CommandInset label
34701 LatexCommand label
34702 name "subsec:標準align環境"
34703
34704 \end_inset
34705
34706
34707 \begin_inset Index idx
34708 range none
34709 pageformat default
34710 status collapsed
34711
34712 \begin_layout Plain Layout
34713 \begin_inset IndexMacro sortkey
34714 status open
34715
34716 \begin_layout Plain Layout
34717 すうしき
34718 \end_layout
34719
34720 \end_inset
34721
34722 数式
34723 \begin_inset IndexMacro subentry
34724 status open
34725
34726 \begin_layout Plain Layout
34727 \begin_inset IndexMacro sortkey
34728 status open
34729
34730 \begin_layout Plain Layout
34731 たきよう
34732 \end_layout
34733
34734 \end_inset
34735
34736 多行
34737 \begin_inset space \thinspace{}
34738 \end_inset
34739
34740
34741
34742
34743 \end_layout
34744
34745 \end_inset
34746
34747
34748 \begin_inset IndexMacro subentry
34749 status open
34750
34751 \begin_layout Plain Layout
34752 \begin_inset IndexMacro sortkey
34753 status open
34754
34755 \begin_layout Plain Layout
34756 alignかんきよう
34757 \end_layout
34758
34759 \end_inset
34760
34761 align環境
34762 \end_layout
34763
34764 \end_inset
34765
34766
34767 \end_layout
34768
34769 \end_inset
34770
34771
34772 \end_layout
34773
34774 \begin_layout Standard
34775 このalign環境は,
34776 数式中で
34777 \begin_inset Info
34778 type  "shortcut"
34779 arg   "newline-insert newline"
34780 \end_inset
34781
34782 を押すか,
34783
34784 \family sans
34785 \series bold
34786 挿入\SpecialChar menuseparator
34787 数式\SpecialChar menuseparator
34788
34789 \series default
34790 AMS align
34791 \series bold
34792 環境
34793 \family default
34794 \series default
34795
34796 \begin_inset space \thinspace{}
34797 \end_inset
34798
34799 メニューで作ることができます.
34800 \end_layout
34801
34802 \begin_layout Standard
34803 以下は,
34804 二つの数式を横に並べた例ですが,
34805 これは4列からなるalign環境として作ります.
34806 \begin_inset Formula 
34807 \begin{align*}
34808 A & =\sin(B) & C & =D\\
34809 C & \ne A & B & \ne D
34810 \end{align*}
34811
34812 \end_inset
34813
34814 ご覧になって分かるように,
34815 この環境の数式は,
34816 一列めの前と偶数列の後に
34817 \series bold
34818
34819 \backslash
34820 hfill
34821 \begin_inset Foot
34822 status collapsed
34823
34824 \begin_layout Plain Layout
34825
34826 \series bold
34827
34828 \backslash
34829 hfill
34830 \series default
34831 に関する詳細は,
34832
34833 \begin_inset CommandInset ref
34834 LatexCommand ref
34835 reference "subsec:可変長の空白"
34836 nolink "false"
34837
34838 \end_inset
34839
34840 節をご覧下さい.
34841 \end_layout
34842
34843 \end_inset
34844
34845
34846 \series default
34847 があるかのように配置されます.数式様式として
34848 \series bold
34849 行頭下げ
34850 \begin_inset Foot
34851 status collapsed
34852
34853 \begin_layout Plain Layout
34854
34855 \series bold
34856 数式様式については,
34857
34858 \series default
34859
34860 \begin_inset CommandInset ref
34861 LatexCommand ref
34862 reference "sec:数式様式"
34863 nolink "false"
34864
34865 \end_inset
34866
34867 節をご覧下さい.
34868 \end_layout
34869
34870 \end_inset
34871
34872
34873 \series default
34874 を使う場合には,
34875 第一列の前の
34876 \series bold
34877
34878 \backslash
34879 hfill
34880 \series default
34881 はない形で数式が設定されます.
34882 \end_layout
34883
34884 \begin_layout Subsubsection
34885 alignat環境
34886 \begin_inset Index idx
34887 range none
34888 pageformat default
34889 status collapsed
34890
34891 \begin_layout Plain Layout
34892 \begin_inset IndexMacro sortkey
34893 status open
34894
34895 \begin_layout Plain Layout
34896 すうしき
34897 \end_layout
34898
34899 \end_inset
34900
34901 数式
34902 \begin_inset IndexMacro subentry
34903 status open
34904
34905 \begin_layout Plain Layout
34906 \begin_inset IndexMacro sortkey
34907 status open
34908
34909 \begin_layout Plain Layout
34910 たきよう
34911 \end_layout
34912
34913 \end_inset
34914
34915 多行
34916 \begin_inset space \thinspace{}
34917 \end_inset
34918
34919
34920
34921
34922 \end_layout
34923
34924 \end_inset
34925
34926
34927 \begin_inset IndexMacro subentry
34928 status open
34929
34930 \begin_layout Plain Layout
34931 \begin_inset IndexMacro sortkey
34932 status open
34933
34934 \begin_layout Plain Layout
34935 alignatかんきよう
34936 \end_layout
34937
34938 \end_inset
34939
34940 alignat環境
34941 \end_layout
34942
34943 \end_inset
34944
34945
34946 \end_layout
34947
34948 \end_inset
34949
34950
34951 \end_layout
34952
34953 \begin_layout Standard
34954 alignat環境には,
34955 事前に設定された列間が存在しません.列間は,
34956 必要ならば,
34957
34958 \begin_inset CommandInset ref
34959 LatexCommand ref
34960 reference "subsec:空白"
34961 nolink "false"
34962
34963 \end_inset
34964
34965 節に述べられている空白を使用して手動で入れます.
34966 \end_layout
34967
34968 \begin_layout Standard
34969 以下は,
34970 上記の例をalignat環境に設定し,
34971 二つめの数式の頭に1
34972 \begin_inset space \thinspace{}
34973 \end_inset
34974
34975 cmの空白を入れたものです.
34976 \begin_inset Formula 
34977 \begin{alignat*}{2}
34978 A & =\sin(B) & \hspace{1cm}C & =D\\
34979 C & \ne A & B & \ne D
34980 \end{alignat*}
34981
34982 \end_inset
34983
34984 列間を各列ごとに設定することができるので,
34985 この環境は,
34986 とくに三つないし四つの数式を横に並べるのに向いています.
34987 \end_layout
34988
34989 \begin_layout Subsubsection
34990 flalign環境
34991 \begin_inset CommandInset label
34992 LatexCommand label
34993 name "subsec:flalign環境"
34994
34995 \end_inset
34996
34997
34998 \begin_inset Index idx
34999 range none
35000 pageformat default
35001 status collapsed
35002
35003 \begin_layout Plain Layout
35004 \begin_inset IndexMacro sortkey
35005 status open
35006
35007 \begin_layout Plain Layout
35008 すうしき
35009 \end_layout
35010
35011 \end_inset
35012
35013 数式
35014 \begin_inset IndexMacro subentry
35015 status open
35016
35017 \begin_layout Plain Layout
35018 \begin_inset IndexMacro sortkey
35019 status open
35020
35021 \begin_layout Plain Layout
35022 たきよう
35023 \end_layout
35024
35025 \end_inset
35026
35027 多行
35028 \begin_inset space \thinspace{}
35029 \end_inset
35030
35031
35032
35033
35034 \end_layout
35035
35036 \end_inset
35037
35038
35039 \begin_inset IndexMacro subentry
35040 status open
35041
35042 \begin_layout Plain Layout
35043 \begin_inset IndexMacro sortkey
35044 status open
35045
35046 \begin_layout Plain Layout
35047 flalignかんきよう
35048 \end_layout
35049
35050 \end_inset
35051
35052 flalign環境
35053 \end_layout
35054
35055 \end_inset
35056
35057
35058 \end_layout
35059
35060 \end_inset
35061
35062
35063 \end_layout
35064
35065 \begin_layout Standard
35066 この環境では,
35067 つねに,
35068 最初の二列をできるだけ左寄せにし,
35069 最後の二列をできるだけ右寄せにするように設定されます.以下がその例です.
35070 \begin_inset Formula 
35071 \begin{flalign*}
35072 A & =1 & B & =2 & C & =3\\
35073 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
35074 \end{flalign*}
35075
35076 \end_inset
35077
35078
35079 \end_layout
35080
35081 \begin_layout Standard
35082 奇数列のflalign環境を作成し,
35083 最後の列に空の\SpecialChar TeX
35084 括弧を入れておくと,
35085 数式様式として
35086 \series bold
35087 中央揃え
35088 \series default
35089 が用いられているときでも,
35090 一部の数式を左寄せにすることができます.以下は,
35091 例として
35092 \begin_inset CommandInset ref
35093 LatexCommand eqref
35094 reference "eq:VolInt"
35095 nolink "false"
35096
35097 \end_inset
35098
35099 式を行頭下げにしたものです.
35100 \begin_inset Formula 
35101 \begin{flalign}
35102 \hspace{30pt}\iiint\limits_{V}X\,\mathrm{d}V & =U & {}
35103 \end{flalign}
35104
35105 \end_inset
35106
35107 ここで,
35108 最初の二列には数式が入れられており,
35109 行頭下げ数式様式と同等の字下げを行うために,
35110 30
35111 \begin_inset space \thinspace{}
35112 \end_inset
35113
35114 ptの空白が第1列の頭に入れてあります.
35115 \end_layout
35116
35117 \begin_layout Subsection
35118 eqnarray環境
35119 \begin_inset CommandInset label
35120 LatexCommand label
35121 name "subsec:eqnarray環境"
35122
35123 \end_inset
35124
35125
35126 \begin_inset Index idx
35127 range none
35128 pageformat default
35129 status collapsed
35130
35131 \begin_layout Plain Layout
35132 \begin_inset IndexMacro sortkey
35133 status open
35134
35135 \begin_layout Plain Layout
35136 すうしき
35137 \end_layout
35138
35139 \end_inset
35140
35141 数式
35142 \begin_inset IndexMacro subentry
35143 status open
35144
35145 \begin_layout Plain Layout
35146 \begin_inset IndexMacro sortkey
35147 status open
35148
35149 \begin_layout Plain Layout
35150 たきよう
35151 \end_layout
35152
35153 \end_inset
35154
35155 多行
35156 \begin_inset space \thinspace{}
35157 \end_inset
35158
35159
35160
35161
35162 \end_layout
35163
35164 \end_inset
35165
35166
35167 \begin_inset IndexMacro subentry
35168 status open
35169
35170 \begin_layout Plain Layout
35171 \begin_inset IndexMacro sortkey
35172 status open
35173
35174 \begin_layout Plain Layout
35175 eqnarrayかんきよう
35176 \end_layout
35177
35178 \end_inset
35179
35180 eqnarray環境
35181 \end_layout
35182
35183 \end_inset
35184
35185
35186 \end_layout
35187
35188 \end_inset
35189
35190
35191 \end_layout
35192
35193 \begin_layout Standard
35194 この環境を作成すると,
35195 三つの青枠が現れます.最初の枠の内容は右寄せに設定され,
35196 最後の枠の内容は左寄せに設定されます.中央の枠は,
35197 関係子のみを入れることを想定しているので,
35198 その内容は中央揃えで少し小さく設定されます.
35199 \begin_inset Formula 
35200 \begin{eqnarray*}
35201 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
35202 AB & AB & AB\\
35203 A & = & A
35204 \end{eqnarray*}
35205
35206 \end_inset
35207
35208
35209 \end_layout
35210
35211 \begin_layout Subsection
35212 gather環境
35213 \begin_inset Index idx
35214 range none
35215 pageformat default
35216 status collapsed
35217
35218 \begin_layout Plain Layout
35219 \begin_inset IndexMacro sortkey
35220 status open
35221
35222 \begin_layout Plain Layout
35223 すうしき
35224 \end_layout
35225
35226 \end_inset
35227
35228 数式
35229 \begin_inset IndexMacro subentry
35230 status open
35231
35232 \begin_layout Plain Layout
35233 \begin_inset IndexMacro sortkey
35234 status open
35235
35236 \begin_layout Plain Layout
35237 たきよう
35238 \end_layout
35239
35240 \end_inset
35241
35242 多行
35243 \begin_inset space \thinspace{}
35244 \end_inset
35245
35246
35247
35248
35249 \end_layout
35250
35251 \end_inset
35252
35253
35254 \begin_inset IndexMacro subentry
35255 status open
35256
35257 \begin_layout Plain Layout
35258 \begin_inset IndexMacro sortkey
35259 status open
35260
35261 \begin_layout Plain Layout
35262 gatherかんきよう
35263 \end_layout
35264
35265 \end_inset
35266
35267 gather環境
35268 \end_layout
35269
35270 \end_inset
35271
35272
35273 \end_layout
35274
35275 \end_inset
35276
35277
35278 \end_layout
35279
35280 \begin_layout Standard
35281 この環境には,
35282 中央揃えに設定された列一つしかありません.行はすべて付番することができます.
35283 \begin_inset Formula 
35284 \begin{gather}
35285 A=1\\
35286 X=\textrm{-}1
35287 \end{gather}
35288
35289 \end_inset
35290
35291
35292 \end_layout
35293
35294 \begin_layout Subsection
35295 multline環境
35296 \begin_inset CommandInset label
35297 LatexCommand label
35298 name "subsec:multline環境"
35299
35300 \end_inset
35301
35302
35303 \begin_inset Index idx
35304 range none
35305 pageformat default
35306 status collapsed
35307
35308 \begin_layout Plain Layout
35309 \begin_inset IndexMacro sortkey
35310 status open
35311
35312 \begin_layout Plain Layout
35313 すうしき
35314 \end_layout
35315
35316 \end_inset
35317
35318 数式
35319 \begin_inset IndexMacro subentry
35320 status open
35321
35322 \begin_layout Plain Layout
35323 \begin_inset IndexMacro sortkey
35324 status open
35325
35326 \begin_layout Plain Layout
35327 たきよう
35328 \end_layout
35329
35330 \end_inset
35331
35332 多行
35333 \begin_inset space \thinspace{}
35334 \end_inset
35335
35336
35337
35338
35339 \end_layout
35340
35341 \end_inset
35342
35343
35344 \begin_inset IndexMacro subentry
35345 status open
35346
35347 \begin_layout Plain Layout
35348 \begin_inset IndexMacro sortkey
35349 status open
35350
35351 \begin_layout Plain Layout
35352 multlineかんきよう
35353 \end_layout
35354
35355 \end_inset
35356
35357 multpline環境
35358 \end_layout
35359
35360 \end_inset
35361
35362
35363 \end_layout
35364
35365 \end_inset
35366
35367
35368 \end_layout
35369
35370 \begin_layout Standard
35371 gather環境同様,
35372 multline環境には,
35373 中央揃えに設定された列一つしかありません.ただし,
35374 一行めが左揃えに設定され,
35375 最終行が右揃えに設定されるのです.他の行はすべて中央揃えになります.このことから,
35376 この環境は,
35377 長い数式に使うのに向いています.用例として,
35378
35379 \begin_inset CommandInset ref
35380 LatexCommand eqref
35381 reference "eq:lefteqn"
35382 nolink "false"
35383
35384 \end_inset
35385
35386 式をmultline環境に置いたものを示します.
35387 \begin_inset Formula 
35388 \begin{multline}
35389 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}\\
35390 -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}\\
35391 =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}}
35392 \end{multline}
35393
35394 \end_inset
35395
35396
35397 \end_layout
35398
35399 \begin_layout Standard
35400 文書の付番設定が右寄せ(左寄せ)になっているときには,
35401 出力では,
35402 multline環境の最後(最初)の行だけが付番されます
35403 \begin_inset Foot
35404 status collapsed
35405
35406 \begin_layout Plain Layout
35407 付番様式については,
35408
35409 \begin_inset CommandInset ref
35410 LatexCommand ref
35411 reference "sec:数式様式"
35412 nolink "false"
35413
35414 \end_inset
35415
35416 節を参照.
35417 \end_layout
35418
35419 \end_inset
35420
35421
35422 \end_layout
35423
35424 \begin_layout Standard
35425
35426 \series bold
35427
35428 \backslash
35429 shoveright
35430 \begin_inset Index idx
35431 range none
35432 pageformat default
35433 status collapsed
35434
35435 \begin_layout Plain Layout
35436 \begin_inset IndexMacro sortkey
35437 status open
35438
35439 \begin_layout Plain Layout
35440 こまんと
35441 \end_layout
35442
35443 \end_inset
35444
35445 コマンド
35446 \begin_inset IndexMacro subentry
35447 status open
35448
35449 \begin_layout Plain Layout
35450 S
35451 \end_layout
35452
35453 \end_inset
35454
35455
35456 \begin_inset IndexMacro subentry
35457 status open
35458
35459 \begin_layout Plain Layout
35460
35461 \backslash
35462 shoveright
35463 \end_layout
35464
35465 \end_inset
35466
35467
35468 \end_layout
35469
35470 \end_inset
35471
35472 コマンドや
35473 \backslash
35474 shoveleft
35475 \begin_inset Index idx
35476 range none
35477 pageformat default
35478 status collapsed
35479
35480 \begin_layout Plain Layout
35481 \begin_inset IndexMacro sortkey
35482 status open
35483
35484 \begin_layout Plain Layout
35485 こまんと
35486 \end_layout
35487
35488 \end_inset
35489
35490 コマンド
35491 \begin_inset IndexMacro subentry
35492 status open
35493
35494 \begin_layout Plain Layout
35495 S
35496 \end_layout
35497
35498 \end_inset
35499
35500
35501 \begin_inset IndexMacro subentry
35502 status open
35503
35504 \begin_layout Plain Layout
35505
35506 \backslash
35507 shoveleft
35508 \end_layout
35509
35510 \end_inset
35511
35512
35513 \end_layout
35514
35515 \end_inset
35516
35517
35518 \series default
35519 コマンドを使えば,
35520 中央揃えの行を右寄せや左寄せにすることができます.これらのコマンドは,
35521 以下のようにして使います.
35522 \end_layout
35523
35524 \begin_layout Standard
35525
35526 \series bold
35527
35528 \backslash
35529 shoveright{行の内容}
35530 \series default
35531 あるいは
35532 \series bold
35533
35534 \backslash
35535 shoveleft{行の内容}
35536 \end_layout
35537
35538 \begin_layout Standard
35539 \begin_inset VSpace medskip
35540 \end_inset
35541
35542
35543 \series bold
35544
35545 \backslash
35546 multlinegap
35547 \begin_inset Index idx
35548 range none
35549 pageformat default
35550 status collapsed
35551
35552 \begin_layout Plain Layout
35553 \begin_inset IndexMacro sortkey
35554 status open
35555
35556 \begin_layout Plain Layout
35557 こまんと
35558 \end_layout
35559
35560 \end_inset
35561
35562 コマンド
35563 \begin_inset IndexMacro subentry
35564 status open
35565
35566 \begin_layout Plain Layout
35567 M
35568 \end_layout
35569
35570 \end_inset
35571
35572
35573 \begin_inset IndexMacro subentry
35574 status open
35575
35576 \begin_layout Plain Layout
35577
35578 \backslash
35579 multlinegap
35580 \end_layout
35581
35582 \end_inset
35583
35584
35585 \end_layout
35586
35587 \end_inset
35588
35589
35590 \series default
35591 長は,
35592 一行めの左ページ余白からの距離を指定します.既定値は0
35593 \begin_inset space \thinspace{}
35594 \end_inset
35595
35596 ptの長さです.
35597 \end_layout
35598
35599 \begin_layout Standard
35600 以下は,
35601 上記の数式に
35602 \end_layout
35603
35604 \begin_layout Standard
35605
35606 \series bold
35607
35608 \backslash
35609 setlength{
35610 \backslash
35611 multlinegap}{2cm}
35612 \end_layout
35613
35614 \begin_layout Standard
35615 というコマンドを,
35616 \SpecialChar TeX
35617 モードで直前に挿入した例です.
35618 \begin_inset ERT
35619 status collapsed
35620
35621 \begin_layout Plain Layout
35622
35623
35624 \backslash
35625 setlength{
35626 \backslash
35627 multlinegap}{2cm}
35628 \end_layout
35629
35630 \end_inset
35631
35632
35633 \begin_inset Formula 
35634 \begin{multline}
35635 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}\\
35636 \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}}\\
35637 =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}}
35638 \end{multline}
35639
35640 \end_inset
35641
35642
35643 \begin_inset ERT
35644 status collapsed
35645
35646 \begin_layout Plain Layout
35647
35648
35649 \backslash
35650 setlength{
35651 \backslash
35652 multlinegap}{0pt}
35653 \end_layout
35654
35655 \end_inset
35656
35657 二行めは,
35658
35659 \series bold
35660
35661 \backslash
35662 shoveleft
35663 \series default
35664 を使って左揃えにしています.
35665 \end_layout
35666
35667 \begin_layout Subsection
35668 数式の一部の多行化
35669 \begin_inset CommandInset label
35670 LatexCommand label
35671 name "subsec:数式の一部の多行化"
35672
35673 \end_inset
35674
35675
35676 \begin_inset Index idx
35677 range none
35678 pageformat default
35679 status collapsed
35680
35681 \begin_layout Plain Layout
35682 \begin_inset IndexMacro sortkey
35683 status open
35684
35685 \begin_layout Plain Layout
35686 すうしき
35687 \end_layout
35688
35689 \end_inset
35690
35691 数式
35692 \begin_inset IndexMacro subentry
35693 status open
35694
35695 \begin_layout Plain Layout
35696 \begin_inset IndexMacro sortkey
35697 status open
35698
35699 \begin_layout Plain Layout
35700 たきよう
35701 \end_layout
35702
35703 \end_inset
35704
35705 多行
35706 \begin_inset space \thinspace{}
35707 \end_inset
35708
35709
35710
35711
35712 \end_layout
35713
35714 \end_inset
35715
35716
35717 \begin_inset IndexMacro subentry
35718 status open
35719
35720 \begin_layout Plain Layout
35721 \begin_inset IndexMacro sortkey
35722 status open
35723
35724 \begin_layout Plain Layout
35725 すうしきのいちふ
35726 \end_layout
35727
35728 \end_inset
35729
35730 数式の一部
35731 \end_layout
35732
35733 \end_inset
35734
35735
35736 \end_layout
35737
35738 \end_inset
35739
35740
35741 \end_layout
35742
35743 \begin_layout Standard
35744 数式の一部分のみを多行表示したい場合には,
35745
35746 \series bold
35747 aligned
35748 \series default
35749
35750 \series bold
35751 alignedat
35752 \series default
35753
35754 \series bold
35755 gathered
35756 \series default
35757
35758 \series bold
35759 split
35760 \series default
35761 のうちのいずれかの環境を使用します.これらは,
35762
35763 \family sans
35764 \series bold
35765 挿入\SpecialChar menuseparator
35766 数式
35767 \family default
35768 \series default
35769
35770 \begin_inset space \thinspace{}
35771 \end_inset
35772
35773 メニューか,
35774 本節で解説している各コマンドを使用して挿入することができます.
35775 \end_layout
35776
35777 \begin_layout Standard
35778 最初の三つの環境は,
35779 環境名から
35780 \series bold
35781 ed
35782 \series default
35783 を省いた同名の多行数式環境と同じ性格を持ちますが,
35784 環境の前後に数式を続けることが可能です.たとえば,
35785
35786 \begin_inset Formula 
35787 \[
35788 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
35789 \Delta E\Delta t & \ge\frac{\hbar}{2}
35790 \end{aligned}
35791 \right\} \textrm{不確定性原理}
35792 \]
35793
35794 \end_inset
35795
35796
35797 \end_layout
35798
35799 \begin_layout Standard
35800 この数式を作るには,
35801 別行立て数式をまず作っておいて,
35802 そこに
35803 \series bold
35804
35805 \backslash
35806 aligned
35807 \begin_inset Index idx
35808 range none
35809 pageformat default
35810 status collapsed
35811
35812 \begin_layout Plain Layout
35813 \begin_inset IndexMacro sortkey
35814 status open
35815
35816 \begin_layout Plain Layout
35817 こまんと
35818 \end_layout
35819
35820 \end_inset
35821
35822 コマンド
35823 \begin_inset IndexMacro subentry
35824 status open
35825
35826 \begin_layout Plain Layout
35827 A
35828 \end_layout
35829
35830 \end_inset
35831
35832
35833 \begin_inset IndexMacro subentry
35834 status open
35835
35836 \begin_layout Plain Layout
35837
35838 \backslash
35839 aligned
35840 \end_layout
35841
35842 \end_inset
35843
35844
35845 \end_layout
35846
35847 \end_inset
35848
35849
35850 \series default
35851 コマンドを挿入しています.紫枠の中に青枠が現れるので,
35852 そこに必要に応じて,
35853 列や行を加えていきます.この多行環境の外には,
35854 括弧などの他の数式要素を入れることができます.
35855 \end_layout
35856
35857 \begin_layout Standard
35858 aligned環境は,
35859 長い数式を水平方向を揃えて表示するのにも向いています.別行立て数式内でalignedを用いるようにすると,
35860 数式番号を行末の,
35861 数式全高の中心に配置できる利点があります.以下に例として,
35862
35863 \begin_inset CommandInset ref
35864 LatexCommand eqref
35865 reference "eq:shortlong"
35866 nolink "false"
35867
35868 \end_inset
35869
35870 式にaligned環境を適用したものを示します.
35871 \begin_inset Formula 
35872 \begin{equation}
35873 \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}|}\\
35874  & -\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}|}
35875 \end{aligned}
35876 \end{equation}
35877
35878 \end_inset
35879
35880
35881 \end_layout
35882
35883 \begin_layout Standard
35884
35885 \series bold
35886 alignedat
35887 \series default
35888
35889 \series bold
35890 gathered
35891 \series default
35892
35893 \series bold
35894 split
35895 \series default
35896 の各環境を使うには,
35897 それぞれ
35898 \series bold
35899
35900 \backslash
35901 alignedat
35902 \series default
35903
35904 \begin_inset Index idx
35905 range none
35906 pageformat default
35907 status collapsed
35908
35909 \begin_layout Plain Layout
35910 \begin_inset IndexMacro sortkey
35911 status open
35912
35913 \begin_layout Plain Layout
35914 こまんと
35915 \end_layout
35916
35917 \end_inset
35918
35919 コマンド
35920 \begin_inset IndexMacro subentry
35921 status open
35922
35923 \begin_layout Plain Layout
35924 A
35925 \end_layout
35926
35927 \end_inset
35928
35929
35930 \begin_inset IndexMacro subentry
35931 status open
35932
35933 \begin_layout Plain Layout
35934
35935 \backslash
35936 alignedat
35937 \end_layout
35938
35939 \end_inset
35940
35941
35942 \end_layout
35943
35944 \end_inset
35945
35946
35947 \series bold
35948
35949 \backslash
35950 gathered
35951 \series default
35952
35953 \begin_inset Index idx
35954 range none
35955 pageformat default
35956 status collapsed
35957
35958 \begin_layout Plain Layout
35959 \begin_inset IndexMacro sortkey
35960 status open
35961
35962 \begin_layout Plain Layout
35963 こまんと
35964 \end_layout
35965
35966 \end_inset
35967
35968 コマンド
35969 \begin_inset IndexMacro subentry
35970 status open
35971
35972 \begin_layout Plain Layout
35973 G
35974 \end_layout
35975
35976 \end_inset
35977
35978
35979 \begin_inset IndexMacro subentry
35980 status open
35981
35982 \begin_layout Plain Layout
35983
35984 \backslash
35985 gathered
35986 \end_layout
35987
35988 \end_inset
35989
35990
35991 \end_layout
35992
35993 \end_inset
35994
35995
35996 \series bold
35997
35998 \backslash
35999 split
36000 \series default
36001
36002 \begin_inset Index idx
36003 range none
36004 pageformat default
36005 status collapsed
36006
36007 \begin_layout Plain Layout
36008 \begin_inset IndexMacro sortkey
36009 status open
36010
36011 \begin_layout Plain Layout
36012 こまんと
36013 \end_layout
36014
36015 \end_inset
36016
36017 コマンド
36018 \begin_inset IndexMacro subentry
36019 status open
36020
36021 \begin_layout Plain Layout
36022 S
36023 \end_layout
36024
36025 \end_inset
36026
36027
36028 \begin_inset IndexMacro subentry
36029 status open
36030
36031 \begin_layout Plain Layout
36032
36033 \backslash
36034 split
36035 \end_layout
36036
36037 \end_inset
36038
36039
36040 \end_layout
36041
36042 \end_inset
36043
36044 の各コマンドを挿入します.split環境は,
36045 aligned環境と同じ性格を持ちますが,
36046 二つの列しか作ることができません.
36047 \end_layout
36048
36049 \begin_layout Subsection
36050 多行数式中のテキスト
36051 \begin_inset CommandInset label
36052 LatexCommand label
36053 name "subsec:多行数式中のテキスト"
36054
36055 \end_inset
36056
36057
36058 \begin_inset Index idx
36059 range none
36060 pageformat default
36061 status collapsed
36062
36063 \begin_layout Plain Layout
36064 \begin_inset IndexMacro sortkey
36065 status open
36066
36067 \begin_layout Plain Layout
36068 てきすと
36069 \end_layout
36070
36071 \end_inset
36072
36073 テキスト
36074 \begin_inset IndexMacro subentry
36075 status open
36076
36077 \begin_layout Plain Layout
36078 \begin_inset IndexMacro sortkey
36079 status open
36080
36081 \begin_layout Plain Layout
36082 すうしきちゅうの
36083 \end_layout
36084
36085 \end_inset
36086
36087 数式中の
36088 \begin_inset space \thinspace{}
36089 \end_inset
36090
36091
36092
36093
36094 \end_layout
36095
36096 \end_inset
36097
36098
36099 \end_layout
36100
36101 \end_inset
36102
36103
36104 \begin_inset Index idx
36105 range none
36106 pageformat default
36107 status collapsed
36108
36109 \begin_layout Plain Layout
36110 \begin_inset IndexMacro sortkey
36111 status open
36112
36113 \begin_layout Plain Layout
36114 すうしき
36115 \end_layout
36116
36117 \end_inset
36118
36119 数式
36120 \begin_inset IndexMacro subentry
36121 status open
36122
36123 \begin_layout Plain Layout
36124 \begin_inset IndexMacro sortkey
36125 status open
36126
36127 \begin_layout Plain Layout
36128 たきよう
36129 \end_layout
36130
36131 \end_inset
36132
36133 多行
36134 \begin_inset space \thinspace{}
36135 \end_inset
36136
36137
36138
36139
36140 \end_layout
36141
36142 \end_inset
36143
36144
36145 \begin_inset IndexMacro subentry
36146 status open
36147
36148 \begin_layout Plain Layout
36149 \begin_inset IndexMacro sortkey
36150 status open
36151
36152 \begin_layout Plain Layout
36153 てきすと
36154 \end_layout
36155
36156 \end_inset
36157
36158 テキスト
36159 \end_layout
36160
36161 \end_inset
36162
36163
36164 \end_layout
36165
36166 \end_inset
36167
36168
36169 \end_layout
36170
36171 \begin_layout Standard
36172 各align系環境およびmultline・gather環境では,
36173 独立した行に列揃えの影響を受けない形でテキストを挿入することができます.これを行うには,
36174 以下の書式を持つ
36175 \series bold
36176
36177 \backslash
36178 intertext
36179 \series default
36180
36181 \begin_inset Index idx
36182 range none
36183 pageformat default
36184 status collapsed
36185
36186 \begin_layout Plain Layout
36187 \begin_inset IndexMacro sortkey
36188 status open
36189
36190 \begin_layout Plain Layout
36191 こまんと
36192 \end_layout
36193
36194 \end_inset
36195
36196 コマンド
36197 \begin_inset IndexMacro subentry
36198 status open
36199
36200 \begin_layout Plain Layout
36201 I
36202 \end_layout
36203
36204 \end_inset
36205
36206
36207 \begin_inset IndexMacro subentry
36208 status open
36209
36210 \begin_layout Plain Layout
36211
36212 \backslash
36213 intertext
36214 \end_layout
36215
36216 \end_inset
36217
36218
36219 \end_layout
36220
36221 \end_inset
36222
36223 コマンドを使います.
36224 \end_layout
36225
36226 \begin_layout Standard
36227
36228 \series bold
36229
36230 \backslash
36231 intertext{テキスト}
36232 \end_layout
36233
36234 \begin_layout Standard
36235 テキストのハイフネーションを行うことはできないので,
36236 テキストは一行に収めなくてはなりません.\SpecialChar LyX
36237 は,
36238 現時点では
36239 \series bold
36240
36241 \backslash
36242 intertext
36243 \series default
36244 を直接サポートしていないので,
36245 テキストは数式テキストとして書き入れます.ここで,
36246
36247 \series bold
36248
36249 \backslash
36250 intertext
36251 \series default
36252 は行頭になくてはならず,
36253 当該行の上に出力されます.以下は,
36254 二行めの行頭にテキストを入れた例です.
36255 \begin_inset Formula 
36256 \begin{align}
36257 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
36258 \intertext{\text{被積分函数は\ensuremath{\phi=\pi}において対称なので、}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
36259 \end{align}
36260
36261 \end_inset
36262
36263
36264 \end_layout
36265
36266 \begin_layout Standard
36267
36268 \series bold
36269
36270 \backslash
36271 intertext
36272 \series default
36273 は,
36274 文と数式行の間に,
36275 常に縦方向の空白を生み出します.この空白を抑制するには,
36276 文書設定の
36277 \family sans
36278 \series bold
36279 数式オプション
36280 \family default
36281 \series default
36282
36283 \series bold
36284 mathtools
36285 \series default
36286
36287 \begin_inset Index idx
36288 range none
36289 pageformat default
36290 status collapsed
36291
36292 \begin_layout Plain Layout
36293 \begin_inset IndexMacro sortkey
36294 status open
36295
36296 \begin_layout Plain Layout
36297 はつけし
36298 \end_layout
36299
36300 \end_inset
36301
36302 パッケージ
36303 \begin_inset IndexMacro subentry
36304 status open
36305
36306 \begin_layout Plain Layout
36307 mathtools
36308 \end_layout
36309
36310 \end_inset
36311
36312
36313 \end_layout
36314
36315 \end_inset
36316
36317 パッケージを
36318 \family sans
36319 常に読み込み
36320 \family default
36321 に設定してください.そうすると,
36322 以下のように,
36323
36324 \series bold
36325
36326 \backslash
36327 intertext
36328 \series default
36329 の代わりに
36330 \series bold
36331
36332 \backslash
36333 shortintertext
36334 \series default
36335
36336 \begin_inset Index idx
36337 range none
36338 pageformat default
36339 status collapsed
36340
36341 \begin_layout Plain Layout
36342 \begin_inset IndexMacro sortkey
36343 status open
36344
36345 \begin_layout Plain Layout
36346 こまんと
36347 \end_layout
36348
36349 \end_inset
36350
36351 コマンド
36352 \begin_inset IndexMacro subentry
36353 status open
36354
36355 \begin_layout Plain Layout
36356 S
36357 \end_layout
36358
36359 \end_inset
36360
36361
36362 \begin_inset IndexMacro subentry
36363 status open
36364
36365 \begin_layout Plain Layout
36366
36367 \backslash
36368 shortintertext
36369 \end_layout
36370
36371 \end_inset
36372
36373
36374 \end_layout
36375
36376 \end_inset
36377
36378 コマンドを使うことができます.
36379 \begin_inset Formula 
36380 \begin{align}
36381 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
36382 \shortintertext{\text{被積分函数は\ensuremath{\phi=\pi}において対称なので、}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
36383 \end{align}
36384
36385 \end_inset
36386
36387
36388 \end_layout
36389
36390 \begin_layout Section
36391 数式番号
36392 \begin_inset Index idx
36393 range none
36394 pageformat default
36395 status collapsed
36396
36397 \begin_layout Plain Layout
36398 \begin_inset IndexMacro sortkey
36399 status open
36400
36401 \begin_layout Plain Layout
36402 すうしきはんこう
36403 \end_layout
36404
36405 \end_inset
36406
36407 数式番号
36408 \end_layout
36409
36410 \end_inset
36411
36412
36413 \begin_inset Index idx
36414 range none
36415 pageformat default
36416 status collapsed
36417
36418 \begin_layout Plain Layout
36419 \begin_inset IndexMacro sortkey
36420 status open
36421
36422 \begin_layout Plain Layout
36423 すうしき
36424 \end_layout
36425
36426 \end_inset
36427
36428 数式
36429 \begin_inset IndexMacro subentry
36430 status open
36431
36432 \begin_layout Plain Layout
36433 ばんこう@番号
36434 \end_layout
36435
36436 \end_inset
36437
36438
36439 \begin_inset IndexMacro see
36440 status open
36441
36442 \begin_layout Plain Layout
36443 数式番号
36444 \end_layout
36445
36446 \end_inset
36447
36448
36449 \end_layout
36450
36451 \end_inset
36452
36453
36454 \end_layout
36455
36456 \begin_layout Subsection
36457 概要
36458 \end_layout
36459
36460 \begin_layout Standard
36461 付番数式は,
36462
36463 \family sans
36464 \series bold
36465 挿入\SpecialChar menuseparator
36466 数式\SpecialChar menuseparator
36467 付番数式
36468 \family default
36469 \series default
36470
36471 \begin_inset space \thinspace{}
36472 \end_inset
36473
36474 メニュー(ショートカット:
36475
36476 \family sans
36477 Ctrl+Alt
36478 \begin_inset space ~
36479 \end_inset
36480
36481 N
36482 \family default
36483 )で作ることができます.既存の数式に番号を振るには,
36484
36485 \family sans
36486 \series bold
36487 編集\SpecialChar menuseparator
36488 数式\SpecialChar menuseparator
36489 数式全体を付番
36490 \family default
36491 \series default
36492
36493 \begin_inset space \thinspace{}
36494 \end_inset
36495
36496 メニュー(ショートカット:
36497
36498 \begin_inset Info
36499 type  "shortcut"
36500 arg   "math-number-toggle"
36501 \end_inset
36502
36503 )を使います.\SpecialChar LyX
36504 中において数式番号は,
36505 数式の後に括弧に囲まれた「#」で表されます.
36506 \end_layout
36507
36508 \begin_layout Standard
36509 多行数式で付番が有効になっているときには,
36510 すべての行に番号が振られます.ただし,
36511
36512 \family sans
36513 \series bold
36514 編集\SpecialChar menuseparator
36515 数式\SpecialChar menuseparator
36516 この行を付番
36517 \family default
36518 \series default
36519
36520 \begin_inset space \thinspace{}
36521 \end_inset
36522
36523 メニュー(ショートカット:
36524
36525 \begin_inset Info
36526 type  "shortcut"
36527 arg   "math-number-line-toggle"
36528 \end_inset
36529
36530 )を使用すれば,
36531 各行毎に付番するかどうか指定することができます.
36532 \end_layout
36533
36534 \begin_layout Standard
36535 行内数式を除いて,
36536 すべての数式は二通りの様式で番号を振ることができます.第
36537 \begin_inset CommandInset ref
36538 LatexCommand ref
36539 reference "sec:数式様式"
36540 nolink "false"
36541
36542 \end_inset
36543
36544 節をご覧下さい.
36545 \end_layout
36546
36547 \begin_layout Subsection
36548 相互参照
36549 \begin_inset Index idx
36550 range none
36551 pageformat default
36552 status collapsed
36553
36554 \begin_layout Plain Layout
36555 \begin_inset IndexMacro sortkey
36556 status open
36557
36558 \begin_layout Plain Layout
36559 そうこさんしよう
36560 \end_layout
36561
36562 \end_inset
36563
36564 相互参照
36565 \begin_inset IndexMacro subentry
36566 status open
36567
36568 \begin_layout Plain Layout
36569 すうしきへの@数式への
36570 \begin_inset space \thinspace{}
36571 \end_inset
36572
36573
36574
36575
36576 \end_layout
36577
36578 \end_inset
36579
36580
36581 \end_layout
36582
36583 \end_inset
36584
36585
36586 \end_layout
36587
36588 \begin_layout Standard
36589 ラベルを付けた数式は,
36590 すべて相互参照することができます.ラベルは,
36591
36592 \family sans
36593 \series bold
36594 挿入\SpecialChar menuseparator
36595 ラベル
36596 \family default
36597 \series default
36598
36599 \begin_inset space \thinspace{}
36600 \end_inset
36601
36602 メニューか,
36603 ツールバーボタンの
36604 \begin_inset Info
36605 type  "icon"
36606 arg   "label-insert"
36607 \end_inset
36608
36609 で付けることができます.このとき,
36610 カーソルは別行立て数式の中になくてはなりません.すると,
36611 テキストフィールドの中に
36612 \series bold
36613 eq:と
36614 \series default
36615 いう接頭語の入ったダイアログが現れるので,
36616 接頭語の後にラベルを挿入します.この既定の接頭辞は「equation(数式)」を意味し,
36617 こうして数式ラベルであるとの標を付けることによって,
36618 節ラベルなどから区別し,
36619 大きな文書の中でラベルを見つけるのを容易にします.ラベルを変更するには,
36620
36621 \family sans
36622 \series bold
36623 挿入\SpecialChar menuseparator
36624 ラベル
36625 \family default
36626 \series default
36627
36628 \begin_inset space \thinspace{}
36629 \end_inset
36630
36631 メニューをもういちど使って下さい.
36632 \end_layout
36633
36634 \begin_layout Standard
36635 \SpecialChar LyX
36636 中でラベル名は,
36637 数式の後ろに,
36638 二つの括弧に囲まれて表示されます.ラベル付きの数式はつねに付番されます.
36639 \end_layout
36640
36641 \begin_layout Standard
36642 相互参照は,
36643
36644 \family sans
36645 \series bold
36646 挿入\SpecialChar menuseparator
36647 相互参照
36648 \family default
36649 \series default
36650
36651 \begin_inset space \thinspace{}
36652 \end_inset
36653
36654 メニューかツールバーボタンの
36655 \begin_inset Info
36656 type  "icon"
36657 arg   "dialog-show-new-inset ref"
36658 \end_inset
36659
36660 を使って挿入します.数式相互参照は,
36661 出力では数式番号として表示されます.相互参照ダイアログで「
36662 \series bold
36663 (<参照>)
36664 \series default
36665 」書式を選択した場合には,
36666 出力での相互参照は,
36667 括弧に囲まれた数式番号として表示されます.
36668 \begin_inset Newline newline
36669 \end_inset
36670
36671 \SpecialChar LyX
36672 中で相互参照を右クリックすると,
36673 参照先の数式に移動することができます.
36674 \end_layout
36675
36676 \begin_layout Standard
36677 以下は,
36678 後の各小節に現れる数式への相互参照を含む例です.
36679 \begin_inset Note Note
36680 status open
36681
36682 \begin_layout Plain Layout
36683 相互参照の型の違いに留意してください.
36684 \end_layout
36685
36686 \end_inset
36687
36688
36689 \end_layout
36690
36691 \begin_layout Standard
36692 \begin_inset CommandInset ref
36693 LatexCommand eqref
36694 reference "eq:tag"
36695 nolink "false"
36696
36697 \end_inset
36698
36699 式と
36700 \begin_inset CommandInset ref
36701 LatexCommand eqref
36702 reference "eq:c"
36703 nolink "false"
36704
36705 \end_inset
36706
36707 式は,
36708 等価です.(
36709 \begin_inset CommandInset ref
36710 LatexCommand ref
36711 reference "eq:Rom"
36712 nolink "false"
36713
36714 \end_inset
36715
36716 )式とは異なり,
36717 (
36718 \begin_inset CommandInset ref
36719 LatexCommand ref
36720 reference "eq:Lat"
36721 nolink "false"
36722
36723 \end_inset
36724
36725 )式では,
36726 付番にラテン数字を使用しています.
36727 \end_layout
36728
36729 \begin_layout Standard
36730 \begin_inset VSpace medskip
36731 \end_inset
36732
36733
36734 \series bold
36735
36736 \backslash
36737 tag
36738 \begin_inset Foot
36739 status collapsed
36740
36741 \begin_layout Plain Layout
36742
36743 \series bold
36744
36745 \backslash
36746 tag
36747 \series default
36748 は,
36749
36750 \begin_inset CommandInset ref
36751 LatexCommand ref
36752 reference "subsec:自己定義番号"
36753 nolink "false"
36754
36755 \end_inset
36756
36757 節に説明があります.
36758 \end_layout
36759
36760 \end_inset
36761
36762
36763 \series default
36764 の引数が,
36765
36766 \begin_inset CommandInset ref
36767 LatexCommand ref
36768 reference "subsec:段落ボックス"
36769 nolink "false"
36770
36771 \end_inset
36772
36773 節で述べたボックスを含んでいるときには,
36774 その数式を参照することはできません.
36775 \end_layout
36776
36777 \begin_layout Subsection
36778 細目番号
36779 \begin_inset Index idx
36780 range none
36781 pageformat default
36782 status collapsed
36783
36784 \begin_layout Plain Layout
36785 \begin_inset IndexMacro sortkey
36786 status open
36787
36788 \begin_layout Plain Layout
36789 すうしきばんこう
36790 \end_layout
36791
36792 \end_inset
36793
36794 数式番号
36795 \begin_inset IndexMacro subentry
36796 status open
36797
36798 \begin_layout Plain Layout
36799 \begin_inset IndexMacro sortkey
36800 status open
36801
36802 \begin_layout Plain Layout
36803 さいもくはんこう
36804 \end_layout
36805
36806 \end_inset
36807
36808 細目番号
36809 \end_layout
36810
36811 \end_inset
36812
36813
36814 \end_layout
36815
36816 \end_inset
36817
36818
36819 \end_layout
36820
36821 \begin_layout Standard
36822 数式は,
36823 数式群の一部として細目番号を振ることができます.この機能を有効にするには,
36824
36825 \family sans
36826 \series bold
36827 文書\SpecialChar menuseparator
36828 設定\SpecialChar menuseparator
36829 モジュール
36830 \family default
36831 \series default
36832
36833 \begin_inset space \thinspace{}
36834 \end_inset
36835
36836 メニューで,
36837
36838 \family sans
36839 \series bold
36840 数式群
36841 \family default
36842 \series default
36843 モジュールを文書に追加してください.数式群を挿入するには,
36844
36845 \family sans
36846 \series bold
36847 挿入\SpecialChar menuseparator
36848 特別差込枠\SpecialChar menuseparator
36849 数式群
36850 \family default
36851 \series default
36852
36853 \begin_inset space \thinspace{}
36854 \end_inset
36855
36856 メニューを使用してください.細目番号が振られる数式は,
36857
36858 \family sans
36859 \series bold
36860 数式群
36861 \family default
36862 \series default
36863 差込枠の中に入れられます.たとえば,
36864
36865 \begin_inset Formula 
36866 \begin{equation}
36867 A=C-B
36868 \end{equation}
36869
36870 \end_inset
36871
36872
36873 \begin_inset VSpace -5mm
36874 \end_inset
36875
36876
36877 \begin_inset Flex Subequations
36878 status open
36879
36880 \begin_layout Plain Layout
36881 \begin_inset Formula 
36882 \begin{equation}
36883 B=C-A\label{eq:b}
36884 \end{equation}
36885
36886 \end_inset
36887
36888
36889 \begin_inset Formula 
36890 \begin{equation}
36891 C=A+B\label{eq:c}
36892 \end{equation}
36893
36894 \end_inset
36895
36896
36897 \end_layout
36898
36899 \end_inset
36900
36901
36902 \end_layout
36903
36904 \begin_layout Standard
36905
36906 \family sans
36907 \series bold
36908 数式群
36909 \family default
36910 \series default
36911 差込枠中の数式には,
36912 出力中において,
36913 すべてa・b・c\SpecialChar ldots
36914 のような細目番号が振られます.複数行(multiline)数式では,
36915 すべての行に細目番号が振られます.
36916 \end_layout
36917
36918 \begin_layout Standard
36919 数式群の参照は,
36920
36921 \begin_inset CommandInset ref
36922 LatexCommand eqref
36923 reference "eq:b"
36924 nolink "false"
36925
36926 \end_inset
36927
36928
36929 \begin_inset CommandInset ref
36930 LatexCommand eqref
36931 reference "eq:c"
36932 nolink "false"
36933
36934 \end_inset
36935
36936 のように,
36937 通常の数式と同じように動作します.数式群そのものを参照したい場合には,
36938 ラベルを
36939 \family sans
36940 \series bold
36941 数式群
36942 \family default
36943 \series default
36944 差込枠の最初に挿入してください.数式
36945 \begin_inset CommandInset ref
36946 LatexCommand eqref
36947 reference "eq:以下は"
36948 nolink "false"
36949
36950 \end_inset
36951
36952 はその例です.
36953 \end_layout
36954
36955 \begin_layout Standard
36956 数式群を挿入すると,
36957 縦方向の空白が数式の前に追加されます.これを取り除くには,
36958
36959 \begin_inset Formula $-5$
36960 \end_inset
36961
36962
36963 \begin_inset space \thinspace{}
36964 \end_inset
36965
36966 mmの縦方向空白を
36967 \family sans
36968 \series bold
36969 数式群
36970 \family default
36971 \series default
36972 差込枠の直前に挿入してください.数式様式として
36973 \series bold
36974 行頭下げ
36975 \begin_inset Foot
36976 status collapsed
36977
36978 \begin_layout Plain Layout
36979 数式様式に関しては,
36980
36981 \begin_inset CommandInset ref
36982 LatexCommand ref
36983 reference "sec:数式様式"
36984 nolink "false"
36985
36986 \end_inset
36987
36988 節を参照.
36989 \end_layout
36990
36991 \end_inset
36992
36993
36994 \series default
36995 を用いている場合は,
36996 これを
36997 \begin_inset Formula $-7$
36998 \end_inset
36999
37000
37001 \begin_inset space \thinspace{}
37002 \end_inset
37003
37004 mm空白にしてください.
37005 \end_layout
37006
37007 \begin_layout Standard
37008 ラテン小文字ではない細目番号を付けるには,
37009 下記のようなコマンドを\SpecialChar TeX
37010 コードとして,
37011
37012 \family sans
37013 \series bold
37014 数式群
37015 \family default
37016 \series default
37017 差込枠の前に挿入してください.
37018 \end_layout
37019
37020 \begin_layout Standard
37021
37022 \series bold
37023
37024 \backslash
37025 renewcommand{
37026 \backslash
37027 theequation}{
37028 \backslash
37029 theparentequation -
37030 \backslash
37031 roman{equation}}
37032 \end_layout
37033
37034 \begin_layout Standard
37035 ここでは,
37036
37037 \series bold
37038
37039 \backslash
37040 theparentequation
37041 \series default
37042 が親番号を生成し,
37043
37044 \series bold
37045
37046 \backslash
37047 roman{equation}
37048 \series default
37049 が細目番号として小文字ローマ数字を生成します.番号付けの調整について,
37050 詳しくは第
37051 \begin_inset CommandInset ref
37052 LatexCommand ref
37053 reference "subsec:ローマ数字や文字を使った付番"
37054 nolink "false"
37055
37056 \end_inset
37057
37058 節を参照してください.
37059 \end_layout
37060
37061 \begin_layout Standard
37062 下記は,
37063 番号付けを調整済みで,
37064 2行目の付番を消した多行数式の例です.
37065 \begin_inset Flex Subequations
37066 status open
37067
37068 \begin_layout Plain Layout
37069 \begin_inset CommandInset label
37070 LatexCommand label
37071 name "eq:以下は"
37072
37073 \end_inset
37074
37075
37076 \begin_inset ERT
37077 status open
37078
37079 \begin_layout Plain Layout
37080
37081
37082 \backslash
37083 renewcommand{
37084 \backslash
37085 theequation}{
37086 \backslash
37087 theparentequation -
37088 \backslash
37089 roman{equation}}
37090 \end_layout
37091
37092 \end_inset
37093
37094
37095 \begin_inset Formula 
37096 \begin{eqnarray}
37097 A & = & (B-Z)^{2}=(B-Z)(B-Z)\\
37098  & = & B^{2}-ZB-BZ+Z^{2}\nonumber \\
37099  & = & B^{2}-2BZ+Z^{2}
37100 \end{eqnarray}
37101
37102 \end_inset
37103
37104
37105 \end_layout
37106
37107 \end_inset
37108
37109
37110 \end_layout
37111
37112 \begin_layout Subsection
37113 ローマ数字や文字を使った付番
37114 \begin_inset CommandInset label
37115 LatexCommand label
37116 name "subsec:ローマ数字や文字を使った付番"
37117
37118 \end_inset
37119
37120
37121 \begin_inset Index idx
37122 range none
37123 pageformat default
37124 status collapsed
37125
37126 \begin_layout Plain Layout
37127 \begin_inset IndexMacro sortkey
37128 status open
37129
37130 \begin_layout Plain Layout
37131 すうしきはんこう
37132 \end_layout
37133
37134 \end_inset
37135
37136 数式番号
37137 \begin_inset IndexMacro subentry
37138 status open
37139
37140 \begin_layout Plain Layout
37141 \begin_inset IndexMacro sortkey
37142 status open
37143
37144 \begin_layout Plain Layout
37145 もしをつかつた
37146 \end_layout
37147
37148 \end_inset
37149
37150 文字を使った
37151 \end_layout
37152
37153 \end_inset
37154
37155
37156 \end_layout
37157
37158 \end_inset
37159
37160
37161 \begin_inset Index idx
37162 range none
37163 pageformat default
37164 status collapsed
37165
37166 \begin_layout Plain Layout
37167 \begin_inset IndexMacro sortkey
37168 status open
37169
37170 \begin_layout Plain Layout
37171 すうしきはんこう
37172 \end_layout
37173
37174 \end_inset
37175
37176 数式番号
37177 \begin_inset IndexMacro subentry
37178 status open
37179
37180 \begin_layout Plain Layout
37181 \begin_inset IndexMacro sortkey
37182 status open
37183
37184 \begin_layout Plain Layout
37185 ろますうしをつかつた
37186 \end_layout
37187
37188 \end_inset
37189
37190 ローマ数字を使った
37191 \end_layout
37192
37193 \end_inset
37194
37195
37196 \end_layout
37197
37198 \end_inset
37199
37200
37201 \end_layout
37202
37203 \begin_layout Standard
37204 数式は,
37205 ローマ数字やラテン文字を使って付番することもできます.たとえば,
37206 小文字のローマ数字を使って付番するには,
37207 数式の前に\SpecialChar TeX
37208 モードで
37209 \end_layout
37210
37211 \begin_layout Standard
37212
37213 \series bold
37214
37215 \backslash
37216 renewcommand{
37217 \backslash
37218 theequation}{
37219 \backslash
37220 roman{equation}}
37221 \end_layout
37222
37223 \begin_layout Standard
37224 というコマンドを入れます.
37225 \series bold
37226
37227 \backslash
37228 renewcommand
37229 \series default
37230
37231 \begin_inset Index idx
37232 range none
37233 pageformat default
37234 status collapsed
37235
37236 \begin_layout Plain Layout
37237 \begin_inset IndexMacro sortkey
37238 status open
37239
37240 \begin_layout Plain Layout
37241 こまんと
37242 \end_layout
37243
37244 \end_inset
37245
37246 コマンド
37247 \begin_inset IndexMacro subentry
37248 status open
37249
37250 \begin_layout Plain Layout
37251 R
37252 \end_layout
37253
37254 \end_inset
37255
37256
37257 \begin_inset IndexMacro subentry
37258 status open
37259
37260 \begin_layout Plain Layout
37261
37262 \backslash
37263 renewcommand
37264 \end_layout
37265
37266 \end_inset
37267
37268
37269 \end_layout
37270
37271 \end_inset
37272
37273 は,
37274 定義済みのコマンド
37275 \series bold
37276
37277 \backslash
37278 theequation
37279 \series default
37280 をコマンド
37281 \series bold
37282
37283 \backslash
37284 roman{equation}
37285 \series default
37286 に再定義します
37287 \begin_inset Foot
37288 status collapsed
37289
37290 \begin_layout Plain Layout
37291
37292 \series bold
37293
37294 \backslash
37295 renewcommand
37296 \series default
37297 コマンドは,
37298
37299 \begin_inset CommandInset ref
37300 LatexCommand ref
37301 reference "subsec:newcommandコマンド"
37302 nolink "false"
37303
37304 \end_inset
37305
37306 節に述べられている
37307 \series bold
37308
37309 \backslash
37310 newcommand
37311 \series default
37312 コマンドと同じ書式を持ちます.
37313 \end_layout
37314
37315 \end_inset
37316
37317 .ここで,
37318
37319 \series bold
37320 equation
37321 \series default
37322 は数式カウンタです.コマンド
37323 \series bold
37324
37325 \backslash
37326 the
37327 \series default
37328 をカウンタの接頭辞として使用すると,
37329 カウンタの値がアラビア数字として出力されます.数式に番号を振ると,
37330 \SpecialChar LaTeX
37331 は,
37332 内部的に
37333 \series bold
37334
37335 \backslash
37336 theequation
37337 \series default
37338 コマンドを数式の後ろに置くのです.
37339 \series bold
37340
37341 \backslash
37342 roman{equation}
37343 \begin_inset Index idx
37344 range none
37345 pageformat default
37346 status collapsed
37347
37348 \begin_layout Plain Layout
37349 \begin_inset IndexMacro sortkey
37350 status open
37351
37352 \begin_layout Plain Layout
37353 こまんと
37354 \end_layout
37355
37356 \end_inset
37357
37358 コマンド
37359 \begin_inset IndexMacro subentry
37360 status open
37361
37362 \begin_layout Plain Layout
37363 R
37364 \end_layout
37365
37366 \end_inset
37367
37368
37369 \begin_inset IndexMacro subentry
37370 status open
37371
37372 \begin_layout Plain Layout
37373
37374 \backslash
37375 roman
37376 \end_layout
37377
37378 \end_inset
37379
37380
37381 \end_layout
37382
37383 \end_inset
37384
37385
37386 \series default
37387 は,
37388 カウンタを小文字のローマ数字として出力します.
37389 \end_layout
37390
37391 \begin_layout Standard
37392 こうして,
37393
37394 \series bold
37395
37396 \backslash
37397 renew
37398 \series default
37399 c
37400 \series bold
37401 ommand
37402 \series default
37403 コマンド以降の数式はすべて,
37404 ローマ数字で付番されるようになります.大文字のローマ数字での付番に切り替えたいときは,
37405 同じコマンドの
37406 \series bold
37407
37408 \backslash
37409 roman
37410 \series default
37411 の部分を
37412 \series bold
37413
37414 \backslash
37415 Roman
37416 \series default
37417
37418 \begin_inset Index idx
37419 range none
37420 pageformat default
37421 status collapsed
37422
37423 \begin_layout Plain Layout
37424 \begin_inset IndexMacro sortkey
37425 status open
37426
37427 \begin_layout Plain Layout
37428 こまんと
37429 \end_layout
37430
37431 \end_inset
37432
37433 コマンド
37434 \begin_inset IndexMacro subentry
37435 status open
37436
37437 \begin_layout Plain Layout
37438 R
37439 \end_layout
37440
37441 \end_inset
37442
37443
37444 \begin_inset IndexMacro subentry
37445 status open
37446
37447 \begin_layout Plain Layout
37448 \begin_inset IndexMacro sortkey
37449 status open
37450
37451 \begin_layout Plain Layout
37452
37453 \backslash
37454 roman
37455 \end_layout
37456
37457 \end_inset
37458
37459
37460 \backslash
37461 Roman
37462 \end_layout
37463
37464 \end_inset
37465
37466
37467 \end_layout
37468
37469 \end_inset
37470
37471 に変えて挿入します.また,
37472 小文字ラテン文字を使って「付番」したいときのために,
37473
37474 \series bold
37475
37476 \backslash
37477 alph
37478 \series default
37479
37480 \begin_inset Index idx
37481 range none
37482 pageformat default
37483 status collapsed
37484
37485 \begin_layout Plain Layout
37486 \begin_inset IndexMacro sortkey
37487 status open
37488
37489 \begin_layout Plain Layout
37490 こまんと
37491 \end_layout
37492
37493 \end_inset
37494
37495 コマンド
37496 \begin_inset IndexMacro subentry
37497 status open
37498
37499 \begin_layout Plain Layout
37500 A
37501 \end_layout
37502
37503 \end_inset
37504
37505
37506 \begin_inset IndexMacro subentry
37507 status open
37508
37509 \begin_layout Plain Layout
37510
37511 \backslash
37512 alph
37513 \end_layout
37514
37515 \end_inset
37516
37517
37518 \end_layout
37519
37520 \end_inset
37521
37522 コマンドがあり,
37523 大文字ラテン文字を使って付番したいときのためには,
37524
37525 \series bold
37526
37527 \backslash
37528 Alph
37529 \series default
37530
37531 \begin_inset Index idx
37532 range none
37533 pageformat default
37534 status collapsed
37535
37536 \begin_layout Plain Layout
37537 \begin_inset IndexMacro sortkey
37538 status open
37539
37540 \begin_layout Plain Layout
37541 こまんと
37542 \end_layout
37543
37544 \end_inset
37545
37546 コマンド
37547 \begin_inset IndexMacro subentry
37548 status open
37549
37550 \begin_layout Plain Layout
37551 A
37552 \end_layout
37553
37554 \end_inset
37555
37556
37557 \begin_inset IndexMacro subentry
37558 status open
37559
37560 \begin_layout Plain Layout
37561 \begin_inset IndexMacro sortkey
37562 status open
37563
37564 \begin_layout Plain Layout
37565
37566 \backslash
37567 alph
37568 \end_layout
37569
37570 \end_inset
37571
37572
37573 \backslash
37574 Alph
37575 \end_layout
37576
37577 \end_inset
37578
37579
37580 \end_layout
37581
37582 \end_inset
37583
37584 コマンドがあります.
37585 \end_layout
37586
37587 \begin_layout Standard
37588 \begin_inset Note Greyedout
37589 status open
37590
37591 \begin_layout Plain Layout
37592
37593 \series bold
37594 [註]
37595 \series default
37596 ラテン文字を使うと,
37597 一つの文書の中で,
37598 最大26個の数式しか番号を振ることができません.
37599 \end_layout
37600
37601 \end_inset
37602
37603
37604 \end_layout
37605
37606 \begin_layout Standard
37607 \begin_inset ERT
37608 status collapsed
37609
37610 \begin_layout Plain Layout
37611
37612
37613 \backslash
37614 renewcommand{
37615 \backslash
37616 theequation}{
37617 \backslash
37618 roman{equation}}
37619 \end_layout
37620
37621 \end_inset
37622
37623
37624 \end_layout
37625
37626 \begin_layout Standard
37627 \begin_inset Formula 
37628 \begin{equation}
37629 A=\textrm{小文字ローマ数字}
37630 \end{equation}
37631
37632 \end_inset
37633
37634
37635 \begin_inset ERT
37636 status collapsed
37637
37638 \begin_layout Plain Layout
37639
37640
37641 \backslash
37642 renewcommand{
37643 \backslash
37644 theequation}{
37645 \backslash
37646 Roman{equation}}
37647 \end_layout
37648
37649 \end_inset
37650
37651
37652 \begin_inset Formula 
37653 \begin{equation}
37654 B=\textrm{大文字ローマ数字}\label{eq:Rom}
37655 \end{equation}
37656
37657 \end_inset
37658
37659
37660 \begin_inset ERT
37661 status collapsed
37662
37663 \begin_layout Plain Layout
37664
37665
37666 \backslash
37667 renewcommand{
37668 \backslash
37669 theequation}{
37670 \backslash
37671 alph{equation}}
37672 \end_layout
37673
37674 \end_inset
37675
37676
37677 \begin_inset Formula 
37678 \begin{equation}
37679 C=\textrm{小文字ラテン文字}
37680 \end{equation}
37681
37682 \end_inset
37683
37684
37685 \begin_inset ERT
37686 status collapsed
37687
37688 \begin_layout Plain Layout
37689
37690
37691 \backslash
37692 renewcommand{
37693 \backslash
37694 theequation}{
37695 \backslash
37696 Alph{equation}}
37697 \end_layout
37698
37699 \end_inset
37700
37701
37702 \begin_inset Formula 
37703 \begin{equation}
37704 D=\textrm{大文字ラテン文字}\label{eq:Lat}
37705 \end{equation}
37706
37707 \end_inset
37708
37709
37710 \end_layout
37711
37712 \begin_layout Standard
37713 既定の付番方式に戻すには,
37714 以下のコマンドを挿入してください.
37715 \end_layout
37716
37717 \begin_layout Standard
37718
37719 \series bold
37720
37721 \backslash
37722 renewcommand{
37723 \backslash
37724 theequation}{
37725 \backslash
37726 arabic{equation}}
37727 \series default
37728
37729 \begin_inset Index idx
37730 range none
37731 pageformat default
37732 status collapsed
37733
37734 \begin_layout Plain Layout
37735 \begin_inset IndexMacro sortkey
37736 status open
37737
37738 \begin_layout Plain Layout
37739 こまんと
37740 \end_layout
37741
37742 \end_inset
37743
37744 コマンド
37745 \begin_inset IndexMacro subentry
37746 status open
37747
37748 \begin_layout Plain Layout
37749 A
37750 \end_layout
37751
37752 \end_inset
37753
37754
37755 \begin_inset IndexMacro subentry
37756 status open
37757
37758 \begin_layout Plain Layout
37759
37760 \backslash
37761 arabic
37762 \end_layout
37763
37764 \end_inset
37765
37766
37767 \end_layout
37768
37769 \end_inset
37770
37771
37772 \end_layout
37773
37774 \begin_layout Standard
37775 \begin_inset ERT
37776 status collapsed
37777
37778 \begin_layout Plain Layout
37779
37780
37781 \backslash
37782 renewcommand{
37783 \backslash
37784 theequation}{
37785 \backslash
37786 arabic{equation}}
37787 \end_layout
37788
37789 \end_inset
37790
37791
37792 \begin_inset Formula 
37793 \begin{equation}
37794 E=\textrm{アラビア数字}
37795 \end{equation}
37796
37797 \end_inset
37798
37799
37800 \end_layout
37801
37802 \begin_layout Standard
37803 \begin_inset VSpace medskip
37804 \end_inset
37805
37806 以上からわかるとおり,
37807 付番様式の違いに関わらず,
37808 数式番号は連番で振られます.様式変更時に「1」から番号が始まるようにするためには,
37809 新しい数式カウンタを定義しなくてはなりません.この点に関する説明は,
37810 ファイル
37811 \begin_inset CommandInset href
37812 LatexCommand href
37813 name "Formula-numbering.lyx"
37814 target "run:Formula-numbering.lyx"
37815 type "other"
37816 literal "false"
37817
37818 \end_inset
37819
37820 にあります.
37821 \end_layout
37822
37823 \begin_layout Subsection
37824 自己定義番号
37825 \begin_inset CommandInset label
37826 LatexCommand label
37827 name "subsec:自己定義番号"
37828
37829 \end_inset
37830
37831
37832 \begin_inset Index idx
37833 range none
37834 pageformat default
37835 status collapsed
37836
37837 \begin_layout Plain Layout
37838 \begin_inset IndexMacro sortkey
37839 status open
37840
37841 \begin_layout Plain Layout
37842 すうしきはんこう
37843 \end_layout
37844
37845 \end_inset
37846
37847 数式番号
37848 \begin_inset IndexMacro subentry
37849 status open
37850
37851 \begin_layout Plain Layout
37852 \begin_inset IndexMacro sortkey
37853 status open
37854
37855 \begin_layout Plain Layout
37856 しこていき
37857 \end_layout
37858
37859 \end_inset
37860
37861 自己定義
37862 \end_layout
37863
37864 \end_inset
37865
37866
37867 \end_layout
37868
37869 \end_inset
37870
37871
37872 \end_layout
37873
37874 \begin_layout Standard
37875 \begin_inset Note Greyedout
37876 status open
37877
37878 \begin_layout Plain Layout
37879
37880 \series bold
37881 [註]
37882 \series default
37883 文書言語がアラビア語のように右から左書きの言語のときは,
37884 本節で述べられているコマンドを使用可能とするためには,
37885 \SpecialChar LaTeX
37886 プリアンブルに下記を書き加えなくてはなりません.
37887 \begin_inset Newline newline
37888 \end_inset
37889
37890
37891 \series bold
37892
37893 \backslash
37894 AtBeginDocument{
37895 \begin_inset Newline newline
37896 \end_inset
37897
37898
37899 \begin_inset Phantom HPhantom
37900 status open
37901
37902 \begin_layout Plain Layout
37903 \begin_inset space ~
37904 \end_inset
37905
37906
37907 \end_layout
37908
37909 \end_inset
37910
37911
37912 \backslash
37913 def
37914 \backslash
37915 tagform@#1{
37916 \backslash
37917 maketag@@@{(
37918 \backslash
37919 ignorespaces#1
37920 \backslash
37921 unskip)}} }
37922 \end_layout
37923
37924 \end_inset
37925
37926
37927 \end_layout
37928
37929 \begin_layout Standard
37930 \begin_inset Index idx
37931 range none
37932 pageformat default
37933 status collapsed
37934
37935 \begin_layout Plain Layout
37936 \begin_inset IndexMacro sortkey
37937 status open
37938
37939 \begin_layout Plain Layout
37940 すうしきはんこう
37941 \end_layout
37942
37943 \end_inset
37944
37945 数式番号
37946 \begin_inset IndexMacro subentry
37947 status open
37948
37949 \begin_layout Plain Layout
37950 \begin_inset IndexMacro sortkey
37951 status open
37952
37953 \begin_layout Plain Layout
37954 しこていきくきり
37955 \end_layout
37956
37957 \end_inset
37958
37959 自己定義区切り
37960 \end_layout
37961
37962 \end_inset
37963
37964
37965 \end_layout
37966
37967 \end_inset
37968
37969 標準の付番では,
37970 数式番号の周りに括弧が表示されます.括弧をたとえば縦棒に置き換えるには,
37971 \SpecialChar LaTeX
37972 プリアンブルに以下の行を付け加えます.
37973 \end_layout
37974
37975 \begin_layout Standard
37976
37977 \series bold
37978
37979 \backslash
37980 AtBeginDocument{
37981 \begin_inset Newline newline
37982 \end_inset
37983
37984
37985 \begin_inset Phantom HPhantom
37986 status open
37987
37988 \begin_layout Plain Layout
37989 \begin_inset space ~
37990 \end_inset
37991
37992
37993 \end_layout
37994
37995 \end_inset
37996
37997
37998 \backslash
37999 def
38000 \backslash
38001 tagform@#1{
38002 \backslash
38003 maketag@@@{
38004 \series default
38005
38006 \begin_inset Formula $\boldsymbol{|}$
38007 \end_inset
38008
38009
38010 \series bold
38011 #1
38012 \series default
38013
38014 \begin_inset Formula $\boldsymbol{|}$
38015 \end_inset
38016
38017
38018 \series bold
38019 }}
38020 \series default
38021  }
38022 \begin_inset Note Note
38023 status collapsed
38024
38025 \begin_layout Plain Layout
38026 このマクロは,
38027 テスト用に\SpecialChar LaTeX
38028 プリアンブルで既に宣言されています.これを有効にするには,
38029 最初のパーセント記号を取り除いて下さい.
38030 \end_layout
38031
38032 \end_inset
38033
38034
38035 \end_layout
38036
38037 \begin_layout Standard
38038 他の記号を使いたいときには,
38039
38040 \series bold
38041 #1
38042 \series default
38043 脇の縦棒を一つないし複数の文字で置き換えて下さい.数式番号だけで良い時は,
38044 縦棒を削除して下さい.
38045 \end_layout
38046
38047 \begin_layout Standard
38048 \begin_inset VSpace bigskip
38049 \end_inset
38050
38051 数式の後ろに,
38052 括弧に囲まれた連番の代わりに,
38053 何かしらの表現が欲しいときには,
38054 以下のように
38055 \series bold
38056
38057 \backslash
38058 tag
38059 \series default
38060
38061 \begin_inset Index idx
38062 range none
38063 pageformat default
38064 status collapsed
38065
38066 \begin_layout Plain Layout
38067 \begin_inset IndexMacro sortkey
38068 status open
38069
38070 \begin_layout Plain Layout
38071 こまんと
38072 \end_layout
38073
38074 \end_inset
38075
38076 コマンド
38077 \begin_inset IndexMacro subentry
38078 status open
38079
38080 \begin_layout Plain Layout
38081 T
38082 \end_layout
38083
38084 \end_inset
38085
38086
38087 \begin_inset IndexMacro subentry
38088 status open
38089
38090 \begin_layout Plain Layout
38091
38092 \backslash
38093 tag
38094 \end_layout
38095
38096 \end_inset
38097
38098
38099 \end_layout
38100
38101 \end_inset
38102
38103 コマンドを使います.
38104 \begin_inset Formula 
38105 \begin{equation}
38106 A+B=C\tag{何とかかんとか}\label{eq:tag}
38107 \end{equation}
38108
38109 \end_inset
38110
38111 上記の例では,
38112
38113 \series bold
38114
38115 \backslash
38116 tag
38117 \begin_inset space \textvisiblespace{}
38118 \end_inset
38119
38120 何とかかんとか
38121 \series default
38122 というコマンドを数式に打ち込んでいます.
38123 \end_layout
38124
38125 \begin_layout Standard
38126 代わりに
38127 \series bold
38128
38129 \backslash
38130 tag*
38131 \begin_inset space \textvisiblespace{}
38132 \end_inset
38133
38134 何とかかんとか
38135 \series default
38136 というコマンドを使うと,
38137 星印は表現の周りの括弧を抑制するので,
38138 以下のようになります.
38139 \begin_inset Formula 
38140 \[
38141 A+B=C\tag*{something}
38142 \]
38143
38144 \end_inset
38145
38146
38147 \end_layout
38148
38149 \begin_layout Standard
38150 \begin_inset VSpace bigskip
38151 \end_inset
38152
38153 数式番号を,
38154 文書中の新しい部門や節ごとに振りなおしたいときには,
38155 部に関しては
38156 \begin_inset Newline newline
38157 \end_inset
38158
38159
38160 \series bold
38161
38162 \backslash
38163 @addtoreset{equation}{part}
38164 \series default
38165
38166 \begin_inset Index idx
38167 range none
38168 pageformat default
38169 status collapsed
38170
38171 \begin_layout Plain Layout
38172 \begin_inset IndexMacro sortkey
38173 status open
38174
38175 \begin_layout Plain Layout
38176 こまんと
38177 \end_layout
38178
38179 \end_inset
38180
38181 コマンド
38182 \begin_inset IndexMacro subentry
38183 status open
38184
38185 \begin_layout Plain Layout
38186 \begin_inset IndexMacro sortkey
38187 status open
38188
38189 \begin_layout Plain Layout
38190 \begin_inset ERT
38191 status collapsed
38192
38193 \begin_layout Plain Layout
38194
38195 "
38196 \end_layout
38197
38198 \end_inset
38199
38200 @
38201 \end_layout
38202
38203 \end_inset
38204
38205
38206 \begin_inset ERT
38207 status collapsed
38208
38209 \begin_layout Plain Layout
38210
38211 "
38212 \end_layout
38213
38214 \end_inset
38215
38216 @
38217 \end_layout
38218
38219 \end_inset
38220
38221
38222 \begin_inset IndexMacro subentry
38223 status open
38224
38225 \begin_layout Plain Layout
38226
38227 \backslash
38228
38229 \begin_inset ERT
38230 status collapsed
38231
38232 \begin_layout Plain Layout
38233
38234 "
38235 \end_layout
38236
38237 \end_inset
38238
38239 @addtoreset
38240 \end_layout
38241
38242 \end_inset
38243
38244
38245 \end_layout
38246
38247 \end_inset
38248
38249
38250 \begin_inset Newline newline
38251 \end_inset
38252
38253 節に関しては
38254 \begin_inset Newline newline
38255 \end_inset
38256
38257
38258 \series bold
38259
38260 \backslash
38261 @addtoreset{equation}{section}
38262 \begin_inset Newline newline
38263 \end_inset
38264
38265
38266 \series default
38267 というコマンドを使います.
38268 \end_layout
38269
38270 \begin_layout Standard
38271 これらのコマンドを\SpecialChar TeX
38272 モードで使えるようにするためには,
38273
38274 \series bold
38275
38276 \backslash
38277 makeatletter
38278 \series default
38279 コマンドで「@」字を\SpecialChar LaTeX
38280 中で「有効」にしてやらなくてはなりません.一方,
38281
38282 \series bold
38283
38284 \backslash
38285 makeatother
38286 \series default
38287 コマンドはこれを無効にします.したがって,
38288 \SpecialChar TeX
38289 モード中での上記コマンド列は,
38290
38291 \end_layout
38292
38293 \begin_layout Standard
38294
38295 \series bold
38296
38297 \backslash
38298 makeatletter
38299 \begin_inset Newline newline
38300 \end_inset
38301
38302
38303 \backslash
38304 @addtoreset{equation}{section}
38305 \begin_inset Newline newline
38306 \end_inset
38307
38308
38309 \backslash
38310 makeatother
38311 \begin_inset Newline newline
38312 \end_inset
38313
38314
38315 \series default
38316 のようにならなくてはなりません.
38317 \end_layout
38318
38319 \begin_layout Standard
38320 \SpecialChar LaTeX
38321 プリアンブル中では,
38322
38323 \series bold
38324
38325 \backslash
38326 makeatletter
38327 \series default
38328
38329 \series bold
38330
38331 \backslash
38332 makeatother
38333 \series default
38334 は,
38335 \SpecialChar LyX
38336 が内部的に自動で挿入するので省略してかまいません.
38337 \end_layout
38338
38339 \begin_layout Standard
38340
38341 \series bold
38342
38343 \backslash
38344 @addtoreset
38345 \series default
38346 を戻すには,
38347 まず\SpecialChar LaTeX
38348 プリアンブル中に
38349 \end_layout
38350
38351 \begin_layout Standard
38352
38353 \series bold
38354
38355 \backslash
38356 usepackage{remreset}
38357 \end_layout
38358
38359 \begin_layout Standard
38360 という行を入れて,
38361
38362 \series bold
38363 remreset.sty
38364 \series default
38365
38366 \begin_inset Foot
38367 status collapsed
38368
38369 \begin_layout Plain Layout
38370
38371 \series bold
38372 remreset
38373 \series default
38374 は,
38375 \SpecialChar LaTeX
38376 パッケージの
38377 \series bold
38378 carlisle
38379 \series default
38380
38381 \begin_inset Index idx
38382 range none
38383 pageformat default
38384 status collapsed
38385
38386 \begin_layout Plain Layout
38387 はつけし@パッケージ!carlisle
38388 \end_layout
38389
38390 \end_inset
38391
38392 の一部として含まれており,
38393 \SpecialChar LaTeX
38394 標準頒布版には含まれています.
38395 \end_layout
38396
38397 \end_inset
38398
38399
38400 \begin_inset Index idx
38401 range none
38402 pageformat default
38403 status collapsed
38404
38405 \begin_layout Plain Layout
38406 \begin_inset IndexMacro sortkey
38407 status open
38408
38409 \begin_layout Plain Layout
38410 はつけし
38411 \end_layout
38412
38413 \end_inset
38414
38415 パッケージ
38416 \begin_inset IndexMacro subentry
38417 status open
38418
38419 \begin_layout Plain Layout
38420 remreset
38421 \end_layout
38422
38423 \end_inset
38424
38425
38426 \end_layout
38427
38428 \end_inset
38429
38430 ファイルを読み込んでおかなくてはなりません.その後
38431 \begin_inset Newline newline
38432 \end_inset
38433
38434
38435 \series bold
38436
38437 \backslash
38438 @removefromreset
38439 \series default
38440
38441 \begin_inset Index idx
38442 range none
38443 pageformat default
38444 status collapsed
38445
38446 \begin_layout Plain Layout
38447 \begin_inset IndexMacro sortkey
38448 status open
38449
38450 \begin_layout Plain Layout
38451 こまんと
38452 \end_layout
38453
38454 \end_inset
38455
38456 コマンド
38457 \begin_inset IndexMacro subentry
38458 status open
38459
38460 \begin_layout Plain Layout
38461 \begin_inset IndexMacro sortkey
38462 status open
38463
38464 \begin_layout Plain Layout
38465 \begin_inset ERT
38466 status collapsed
38467
38468 \begin_layout Plain Layout
38469
38470 "
38471 \end_layout
38472
38473 \end_inset
38474
38475 @
38476 \end_layout
38477
38478 \end_inset
38479
38480
38481 \begin_inset ERT
38482 status collapsed
38483
38484 \begin_layout Plain Layout
38485
38486 "
38487 \end_layout
38488
38489 \end_inset
38490
38491 @
38492 \end_layout
38493
38494 \end_inset
38495
38496
38497 \begin_inset IndexMacro subentry
38498 status open
38499
38500 \begin_layout Plain Layout
38501
38502 \backslash
38503
38504 \begin_inset ERT
38505 status collapsed
38506
38507 \begin_layout Plain Layout
38508
38509 "
38510 \end_layout
38511
38512 \end_inset
38513
38514 @removefromreset
38515 \end_layout
38516
38517 \end_inset
38518
38519
38520 \end_layout
38521
38522 \end_inset
38523
38524 コマンドを
38525 \series bold
38526
38527 \backslash
38528 @addtoreset
38529 \series default
38530 と同じ書式で使用すると,
38531
38532 \series bold
38533
38534 \backslash
38535 @addtoreset
38536 \series default
38537 を戻すことができます.
38538 \end_layout
38539
38540 \begin_layout Standard
38541 \begin_inset VSpace bigskip
38542 \end_inset
38543
38544 ときには,
38545 数式を
38546 \end_layout
38547
38548 \begin_layout Standard
38549
38550 \family typewriter
38551 (節番号.数式番号)
38552 \end_layout
38553
38554 \begin_layout Standard
38555 のような形で付番し,
38556 節ごとに数式番号を「1」から始めさせなくてはならないときがあります.
38557 \end_layout
38558
38559 \begin_layout Standard
38560 このような場合のために,
38561
38562 \series bold
38563
38564 \backslash
38565 numberwithin
38566 \series default
38567
38568 \begin_inset Index idx
38569 range none
38570 pageformat default
38571 status collapsed
38572
38573 \begin_layout Plain Layout
38574 \begin_inset IndexMacro sortkey
38575 status open
38576
38577 \begin_layout Plain Layout
38578 こまんと
38579 \end_layout
38580
38581 \end_inset
38582
38583 コマンド
38584 \begin_inset IndexMacro subentry
38585 status open
38586
38587 \begin_layout Plain Layout
38588 N
38589 \end_layout
38590
38591 \end_inset
38592
38593
38594 \begin_inset IndexMacro subentry
38595 status open
38596
38597 \begin_layout Plain Layout
38598
38599 \backslash
38600 numberwithin
38601 \end_layout
38602
38603 \end_inset
38604
38605
38606 \end_layout
38607
38608 \end_inset
38609
38610 というコマンドがあり,
38611
38612 \end_layout
38613
38614 \begin_layout Standard
38615
38616 \series bold
38617
38618 \backslash
38619 numberwithin{カウンタ}{節階層}
38620 \end_layout
38621
38622 \begin_layout Standard
38623 という書式で用います.「カウンタ」は,
38624 どの番号を制御するかを表し,
38625 「節階層」は点の前に何の番号を振るのかを表します.
38626 \end_layout
38627
38628 \begin_layout Standard
38629 したがって,
38630 ここでは\SpecialChar LaTeX
38631 プリアンブルか\SpecialChar TeX
38632 コードで
38633 \end_layout
38634
38635 \begin_layout Standard
38636
38637 \series bold
38638
38639 \backslash
38640 numberwithin{equation}{section}
38641 \end_layout
38642
38643 \begin_layout Standard
38644 という行を用いることにしましょう.その結果がこれです.
38645 \begin_inset ERT
38646 status collapsed
38647
38648 \begin_layout Plain Layout
38649
38650
38651 \backslash
38652 numberwithin{equation}{section}
38653 \end_layout
38654
38655 \end_inset
38656
38657
38658 \begin_inset Formula 
38659 \begin{equation}
38660 A+B=C
38661 \end{equation}
38662
38663 \end_inset
38664
38665
38666 \end_layout
38667
38668 \begin_layout Standard
38669 たとえば,
38670 部番号を節階層として使用して,
38671 表に付番を施すときには
38672 \begin_inset Newline newline
38673 \end_inset
38674
38675
38676 \series bold
38677
38678 \backslash
38679 numberwithin{table}{part}
38680 \series default
38681 を用います.
38682 \end_layout
38683
38684 \begin_layout Standard
38685 標準の付番方式に戻したいときや,
38686 この種の付番が文書クラスで定義されているときに,
38687 それを止めさせたい場合には,
38688
38689 \end_layout
38690
38691 \begin_layout Standard
38692
38693 \series bold
38694
38695 \backslash
38696 renewcommand{
38697 \backslash
38698 theequation}{
38699 \backslash
38700 arabic{equation}}
38701 \begin_inset Index idx
38702 range none
38703 pageformat default
38704 status collapsed
38705
38706 \begin_layout Plain Layout
38707 \begin_inset IndexMacro sortkey
38708 status open
38709
38710 \begin_layout Plain Layout
38711 こまんと
38712 \end_layout
38713
38714 \end_inset
38715
38716 コマンド
38717 \begin_inset IndexMacro subentry
38718 status open
38719
38720 \begin_layout Plain Layout
38721 A
38722 \end_layout
38723
38724 \end_inset
38725
38726
38727 \begin_inset IndexMacro subentry
38728 status open
38729
38730 \begin_layout Plain Layout
38731
38732 \backslash
38733 arabic
38734 \end_layout
38735
38736 \end_inset
38737
38738
38739 \end_layout
38740
38741 \end_inset
38742
38743
38744 \series default
38745
38746 \begin_inset ERT
38747 status collapsed
38748
38749 \begin_layout Plain Layout
38750
38751
38752 \backslash
38753 renewcommand{
38754 \backslash
38755 theequation}{
38756 \backslash
38757 arabic{equation}}
38758 \end_layout
38759
38760 \end_inset
38761
38762
38763 \series bold
38764
38765 \begin_inset Newline newline
38766 \end_inset
38767
38768
38769 \series default
38770 あるいは
38771 \series bold
38772
38773 \begin_inset Newline newline
38774 \end_inset
38775
38776
38777 \backslash
38778 renewcommand{
38779 \backslash
38780 thetable}{
38781 \backslash
38782 arabic{table}}
38783 \end_layout
38784
38785 \begin_layout Standard
38786 というコマンドを\SpecialChar TeX
38787 コードとして入れるか,
38788 \SpecialChar LaTeX
38789 プリアンブルに入れます.
38790 \series bold
38791
38792 \backslash
38793 numberwithin
38794 \series default
38795 は,
38796 内部的に上記で述べた
38797 \series bold
38798
38799 \backslash
38800 @addtoreset
38801 \series default
38802 コマンドを使用しているので,
38803 これも使用後は戻しておかなくてはなりません.
38804 \begin_inset ERT
38805 status collapsed
38806
38807 \begin_layout Plain Layout
38808
38809
38810 \backslash
38811 makeatletter
38812 \end_layout
38813
38814 \begin_layout Plain Layout
38815
38816
38817 \backslash
38818 @removefromreset{equation}{section}
38819 \end_layout
38820
38821 \begin_layout Plain Layout
38822
38823
38824 \backslash
38825 makeatother
38826 \end_layout
38827
38828 \end_inset
38829
38830
38831 \end_layout
38832
38833 \begin_layout Section
38834 化学記号と化学式
38835 \begin_inset CommandInset label
38836 LatexCommand label
38837 name "subsec:化学記号と化学式"
38838
38839 \end_inset
38840
38841
38842 \begin_inset Index idx
38843 range none
38844 pageformat default
38845 status collapsed
38846
38847 \begin_layout Plain Layout
38848 \begin_inset IndexMacro sortkey
38849 status open
38850
38851 \begin_layout Plain Layout
38852 かかくきこう
38853 \end_layout
38854
38855 \end_inset
38856
38857 化学記号
38858 \begin_inset IndexMacro subentry
38859 status open
38860
38861 \begin_layout Plain Layout
38862 \begin_inset IndexMacro sortkey
38863 status open
38864
38865 \begin_layout Plain Layout
38866 きこう
38867 \end_layout
38868
38869 \end_inset
38870
38871 記号
38872 \end_layout
38873
38874 \end_inset
38875
38876
38877 \end_layout
38878
38879 \end_inset
38880
38881
38882 \begin_inset Index idx
38883 range none
38884 pageformat default
38885 status collapsed
38886
38887 \begin_layout Plain Layout
38888 \begin_inset IndexMacro sortkey
38889 status open
38890
38891 \begin_layout Plain Layout
38892 かかくしき
38893 \end_layout
38894
38895 \end_inset
38896
38897 化学式
38898 \end_layout
38899
38900 \end_inset
38901
38902
38903 \begin_inset Index idx
38904 range none
38905 pageformat default
38906 status collapsed
38907
38908 \begin_layout Plain Layout
38909 \begin_inset IndexMacro sortkey
38910 status open
38911
38912 \begin_layout Plain Layout
38913 きこう
38914 \end_layout
38915
38916 \end_inset
38917
38918 記号
38919 \begin_inset IndexMacro subentry
38920 status open
38921
38922 \begin_layout Plain Layout
38923 \begin_inset IndexMacro sortkey
38924 status open
38925
38926 \begin_layout Plain Layout
38927 かかく
38928 \end_layout
38929
38930 \end_inset
38931
38932 化学
38933 \end_layout
38934
38935 \end_inset
38936
38937
38938 \end_layout
38939
38940 \end_inset
38941
38942
38943 \end_layout
38944
38945 \begin_layout Standard
38946 以下は,
38947 化学関係の文章の例です.
38948 \end_layout
38949
38950 \begin_layout Quote
38951 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
38952 \end_inset
38953
38954 イオンは,
38955 2つの
38956 \begin_inset Formula $\mathrm{Na^{+}}$
38957 \end_inset
38958
38959 イオンと反応して,
38960 硫酸化塩
38961 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
38962 \end_inset
38963
38964 を形成します.この化学式は以下のようになります.
38965 \begin_inset Formula 
38966 \begin{equation}
38967 \mathrm{2\,Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chem-reaction}
38968 \end{equation}
38969
38970 \end_inset
38971
38972
38973 \end_layout
38974
38975 \begin_layout Standard
38976 この化学式は,
38977 直接数式として作成することができます.記号がイタリック体として表示されることを防ぐには,
38978 全体を選択してからショートカット
38979 \begin_inset Info
38980 type  "shortcut"
38981 arg   "font-roman"
38982 \end_inset
38983
38984 を押せば,
38985 アップライトフォント様式に変更することができます
38986 \begin_inset Foot
38987 status collapsed
38988
38989 \begin_layout Plain Layout
38990 フォント様式に関しては,
38991
38992 \begin_inset CommandInset ref
38993 LatexCommand ref
38994 reference "subsec:書体様式"
38995 nolink "false"
38996
38997 \end_inset
38998
38999 節を参照のこと.
39000 \end_layout
39001
39002 \end_inset
39003
39004
39005 \end_layout
39006
39007 \begin_layout Standard
39008 化学式を組版するのにもう少し便利な方法は,
39009 \SpecialChar LaTeX
39010 パッケージ
39011 \series bold
39012 mhchem
39013 \series default
39014
39015 \begin_inset Index idx
39016 range none
39017 pageformat default
39018 status collapsed
39019
39020 \begin_layout Plain Layout
39021 \begin_inset IndexMacro sortkey
39022 status open
39023
39024 \begin_layout Plain Layout
39025 はつけし
39026 \end_layout
39027
39028 \end_inset
39029
39030 パッケージ
39031 \begin_inset IndexMacro subentry
39032 status open
39033
39034 \begin_layout Plain Layout
39035 mhchem
39036 \end_layout
39037
39038 \end_inset
39039
39040
39041 \end_layout
39042
39043 \end_inset
39044
39045 が導入されているときに使用することができる
39046 \series bold
39047
39048 \backslash
39049 ce
39050 \series default
39051
39052 \begin_inset Index idx
39053 range none
39054 pageformat default
39055 status collapsed
39056
39057 \begin_layout Plain Layout
39058 \begin_inset IndexMacro sortkey
39059 status open
39060
39061 \begin_layout Plain Layout
39062 こまんと
39063 \end_layout
39064
39065 \end_inset
39066
39067 コマンド
39068 \begin_inset IndexMacro subentry
39069 status open
39070
39071 \begin_layout Plain Layout
39072 C
39073 \end_layout
39074
39075 \end_inset
39076
39077
39078 \begin_inset IndexMacro subentry
39079 status open
39080
39081 \begin_layout Plain Layout
39082
39083 \backslash
39084 ce
39085 \end_layout
39086
39087 \end_inset
39088
39089
39090 \end_layout
39091
39092 \end_inset
39093
39094 コマンドを使用することです.
39095 \series bold
39096
39097 \backslash
39098 ce
39099 \series default
39100 を数式に入力すると,
39101 新しい青いボックスが現れ,
39102 直感的に化学式を入力することができます.
39103 \end_layout
39104
39105 \begin_layout Standard
39106 \align center
39107 \begin_inset Tabular
39108 <lyxtabular version="3" rows="10" columns="2">
39109 <features booktabs="true" tabularvalignment="middle">
39110 <column alignment="center" valignment="top" width="0pt">
39111 <column alignment="center" valignment="top">
39112 <row>
39113 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
39114 \begin_inset Text
39115
39116 \begin_layout Plain Layout
39117 コマンド
39118 \end_layout
39119
39120 \end_inset
39121 </cell>
39122 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
39123 \begin_inset Text
39124
39125 \begin_layout Plain Layout
39126 出力
39127 \end_layout
39128
39129 \end_inset
39130 </cell>
39131 </row>
39132 <row>
39133 <cell alignment="center" valignment="top" leftline="true" usebox="none">
39134 \begin_inset Text
39135
39136 \begin_layout Plain Layout
39137
39138 \backslash
39139 ce
39140 \begin_inset space \textvisiblespace{}
39141 \end_inset
39142
39143 H2CO3
39144 \end_layout
39145
39146 \end_inset
39147 </cell>
39148 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
39149 \begin_inset Text
39150
39151 \begin_layout Plain Layout
39152 \begin_inset Formula $\ce{H2CO3}$
39153 \end_inset
39154
39155
39156 \end_layout
39157
39158 \end_inset
39159 </cell>
39160 </row>
39161 <row topspace="1.5mm">
39162 <cell alignment="center" valignment="top" usebox="none">
39163 \begin_inset Text
39164
39165 \begin_layout Plain Layout
39166
39167 \backslash
39168 ce
39169 \begin_inset space \textvisiblespace{}
39170 \end_inset
39171
39172 SO4^2-
39173 \end_layout
39174
39175 \end_inset
39176 </cell>
39177 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
39178 \begin_inset Text
39179
39180 \begin_layout Plain Layout
39181 \begin_inset Formula $\ce{SO4^{2-}}$
39182 \end_inset
39183
39184
39185 \end_layout
39186
39187 \end_inset
39188 </cell>
39189 </row>
39190 <row topspace="1.5mm">
39191 <cell alignment="center" valignment="top" usebox="none">
39192 \begin_inset Text
39193
39194 \begin_layout Plain Layout
39195
39196 \backslash
39197 ce
39198 \begin_inset space \textvisiblespace{}
39199 \end_inset
39200
39201 (NH4)2S
39202 \end_layout
39203
39204 \end_inset
39205 </cell>
39206 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
39207 \begin_inset Text
39208
39209 \begin_layout Plain Layout
39210 \begin_inset Formula $\ce{(NH4)2S}$
39211 \end_inset
39212
39213
39214 \end_layout
39215
39216 \end_inset
39217 </cell>
39218 </row>
39219 <row topspace="1.5mm">
39220 <cell alignment="center" valignment="top" usebox="none">
39221 \begin_inset Text
39222
39223 \begin_layout Plain Layout
39224
39225 \backslash
39226 ce
39227 \begin_inset space \textvisiblespace{}
39228 \end_inset
39229
39230 KCr(SO4)2.12H2O
39231 \end_layout
39232
39233 \end_inset
39234 </cell>
39235 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
39236 \begin_inset Text
39237
39238 \begin_layout Plain Layout
39239 \begin_inset Formula $\ce{KCr(SO4)2.12H2O}$
39240 \end_inset
39241
39242
39243 \end_layout
39244
39245 \end_inset
39246 </cell>
39247 </row>
39248 <row topspace="1.5mm">
39249 <cell alignment="center" valignment="top" usebox="none">
39250 \begin_inset Text
39251
39252 \begin_layout Plain Layout
39253
39254 \backslash
39255 ce
39256 \begin_inset space \textvisiblespace{}
39257 \end_inset
39258
39259 A-B
39260 \backslash
39261 dbond
39262 \begin_inset space \textvisiblespace{}
39263 \end_inset
39264
39265 C
39266 \backslash
39267 tbond
39268 \begin_inset space \textvisiblespace{}
39269 \end_inset
39270
39271 D
39272 \end_layout
39273
39274 \end_inset
39275 </cell>
39276 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
39277 \begin_inset Text
39278
39279 \begin_layout Plain Layout
39280 \begin_inset Formula $\ce{A-B\dbond C\tbond D}$
39281 \end_inset
39282
39283
39284 \end_layout
39285
39286 \end_inset
39287 </cell>
39288 </row>
39289 <row topspace="1.5mm">
39290 <cell alignment="center" valignment="top" usebox="none">
39291 \begin_inset Text
39292
39293 \begin_layout Plain Layout
39294
39295 \backslash
39296 ce
39297 \begin_inset space \textvisiblespace{}
39298 \end_inset
39299
39300 ^227
39301 \begin_inset Formula $\downarrow$
39302 \end_inset
39303
39304 _90
39305 \begin_inset Formula $\to$
39306 \end_inset
39307
39308 Th+
39309 \end_layout
39310
39311 \end_inset
39312 </cell>
39313 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
39314 \begin_inset Text
39315
39316 \begin_layout Plain Layout
39317 \begin_inset Formula $\ce{_{90}^{227}Th+}$
39318 \end_inset
39319
39320
39321 \end_layout
39322
39323 \end_inset
39324 </cell>
39325 </row>
39326 <row>
39327 <cell alignment="center" valignment="top" leftline="true" usebox="none">
39328 \begin_inset Text
39329
39330 \begin_layout Plain Layout
39331
39332 \backslash
39333 ce
39334 \begin_inset space \textvisiblespace{}
39335 \end_inset
39336
39337
39338 \backslash
39339 mu
39340 \begin_inset space \textvisiblespace{}
39341 \end_inset
39342
39343
39344 \backslash
39345 hyphen
39346 \begin_inset space \textvisiblespace{}
39347 \end_inset
39348
39349 Cl
39350 \end_layout
39351
39352 \end_inset
39353 </cell>
39354 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
39355 \begin_inset Text
39356
39357 \begin_layout Plain Layout
39358 \begin_inset Formula $\ce{\ensuremath{\mu\hyphen}Cl}$
39359 \end_inset
39360
39361
39362 \end_layout
39363
39364 \end_inset
39365 </cell>
39366 </row>
39367 <row>
39368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
39369 \begin_inset Text
39370
39371 \begin_layout Plain Layout
39372
39373 \backslash
39374 ce
39375 \begin_inset space \textvisiblespace{}
39376 \end_inset
39377
39378 CO2
39379 \begin_inset space \textvisiblespace{}
39380 \end_inset
39381
39382 +
39383 \begin_inset space \textvisiblespace{}
39384 \end_inset
39385
39386 C
39387 \begin_inset space \textvisiblespace{}
39388 \end_inset
39389
39390 <=>
39391 \begin_inset space \textvisiblespace{}
39392 \end_inset
39393
39394 2CO
39395 \end_layout
39396
39397 \end_inset
39398 </cell>
39399 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
39400 \begin_inset Text
39401
39402 \begin_layout Plain Layout
39403 \begin_inset Formula $\ce{CO2 + C <=> 2CO}$
39404 \end_inset
39405
39406
39407 \end_layout
39408
39409 \end_inset
39410 </cell>
39411 </row>
39412 <row topspace="1.5mm">
39413 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
39414 \begin_inset Text
39415
39416 \begin_layout Plain Layout
39417
39418 \backslash
39419 ce
39420 \begin_inset space \textvisiblespace{}
39421 \end_inset
39422
39423 CO2
39424 \begin_inset space \textvisiblespace{}
39425 \end_inset
39426
39427 +
39428 \begin_inset space \textvisiblespace{}
39429 \end_inset
39430
39431 C
39432 \begin_inset space \textvisiblespace{}
39433 \end_inset
39434
39435 説明書『[
39436 \backslash
39437 alpha][
39438 \backslash
39439 beta]
39440 \begin_inset space \textvisiblespace{}
39441 \end_inset
39442
39443 2CO}
39444 \end_layout
39445
39446 \end_inset
39447 </cell>
39448 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
39449 \begin_inset Text
39450
39451 \begin_layout Plain Layout
39452 \begin_inset Formula $\ce{CO2 + C ->[\alpha][\beta] 2CO}$
39453 \end_inset
39454
39455
39456 \end_layout
39457
39458 \end_inset
39459 </cell>
39460 </row>
39461 </lyxtabular>
39462
39463 \end_inset
39464
39465
39466 \end_layout
39467
39468 \begin_layout Standard
39469 \begin_inset Note Greyedout
39470 status open
39471
39472 \begin_layout Plain Layout
39473
39474 \series bold
39475 [註]
39476 \series default
39477 \SpecialChar LyX
39478 では,
39479
39480 \series bold
39481 mhchem
39482 \series default
39483 の説明書通りに上矢印を得ようと^文字を使用しても,
39484 うまく行きません.代わりに,
39485 次のように,
39486 負の小空白の後に
39487 \series bold
39488
39489 \backslash
39490 uparrow
39491 \series default
39492 コマンドを続けます.
39493 \begin_inset Formula $\ce{Fe + 2H+ -> Fe^{2+} + H2\negthinspace\uparrow}$
39494 \end_inset
39495
39496
39497 \end_layout
39498
39499 \end_inset
39500
39501
39502 \end_layout
39503
39504 \begin_layout Standard
39505
39506 \series bold
39507
39508 \backslash
39509 ce
39510 \series default
39511 を使うと
39512 \begin_inset CommandInset ref
39513 LatexCommand eqref
39514 reference "eq:chem-reaction"
39515 nolink "false"
39516
39517 \end_inset
39518
39519 式のコマンドは
39520 \begin_inset Newline newline
39521 \end_inset
39522
39523
39524 \series bold
39525  
39526 \backslash
39527 ce
39528 \begin_inset space \textvisiblespace{}
39529 \end_inset
39530
39531 2Na+
39532 \begin_inset space \textvisiblespace{}
39533 \end_inset
39534
39535 +
39536 \begin_inset space \textvisiblespace{}
39537 \end_inset
39538
39539 SO4^2-
39540 \begin_inset space \textvisiblespace{}
39541 \end_inset
39542
39543
39544 \begin_inset space \textvisiblespace{}
39545 \end_inset
39546
39547 ->
39548 \begin_inset space \textvisiblespace{}
39549 \end_inset
39550
39551 Na2SO4
39552 \begin_inset Newline newline
39553 \end_inset
39554
39555
39556 \series default
39557 のようになります.
39558 \end_layout
39559
39560 \begin_layout Standard
39561 複数行の化学式を作るには,
39562
39563 \begin_inset CommandInset ref
39564 LatexCommand ref
39565 reference "sec:多行数式"
39566 nolink "false"
39567
39568 \end_inset
39569
39570 節に述べられている方法で,
39571 多行数式をまず作ります.その後,
39572 数式の小さな青いボックスそれぞれに
39573 \series bold
39574
39575 \backslash
39576 ce
39577 \series default
39578 コマンドを使用します.
39579 \begin_inset CommandInset ref
39580 LatexCommand eqref
39581 reference "eq:TEOS-reaction-1"
39582 nolink "false"
39583
39584 \end_inset
39585
39586 式と
39587 \begin_inset CommandInset ref
39588 LatexCommand eqref
39589 reference "eq:TEOS-reaction-2"
39590 nolink "false"
39591
39592 \end_inset
39593
39594 式は,
39595 多段化学反応式の例で,
39596 一つの式毎に番号が振られています.
39597 \begin_inset Formula 
39598 \begin{eqnarray}
39599 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-reaction-1}\\
39600 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-reaction-2}
39601 \end{eqnarray}
39602
39603 \end_inset
39604
39605
39606 \end_layout
39607
39608 \begin_layout Standard
39609
39610 \series bold
39611 mhchem
39612 \series default
39613 パッケージは,
39614
39615 \series bold
39616
39617 \backslash
39618 ce
39619 \series default
39620 の他に,
39621 特殊ケースに使用する
39622 \series bold
39623
39624 \backslash
39625 cf
39626 \series default
39627
39628 \begin_inset Index idx
39629 range none
39630 pageformat default
39631 status collapsed
39632
39633 \begin_layout Plain Layout
39634 \begin_inset IndexMacro sortkey
39635 status open
39636
39637 \begin_layout Plain Layout
39638 こまんと
39639 \end_layout
39640
39641 \end_inset
39642
39643 コマンド
39644 \begin_inset IndexMacro subentry
39645 status open
39646
39647 \begin_layout Plain Layout
39648 C
39649 \end_layout
39650
39651 \end_inset
39652
39653
39654 \begin_inset IndexMacro subentry
39655 status open
39656
39657 \begin_layout Plain Layout
39658
39659 \backslash
39660 cf
39661 \end_layout
39662
39663 \end_inset
39664
39665
39666 \end_layout
39667
39668 \end_inset
39669
39670 コマンドを提供しています.
39671 \series bold
39672
39673 \backslash
39674 cf
39675 \series default
39676 の詳しい情報と例示については,
39677
39678 \series bold
39679 mhchem
39680 \series default
39681
39682 \begin_inset CommandInset citation
39683 LatexCommand cite
39684 key "mhchem"
39685 literal "true"
39686
39687 \end_inset
39688
39689 の取扱説明書をご覧ください.
39690 \end_layout
39691
39692 \begin_layout Section
39693 図解
39694 \end_layout
39695
39696 \begin_layout Standard
39697 \SpecialChar LyX
39698 は,
39699 二つの型の可換図
39700 \series bold
39701 amscd
39702 \series default
39703 および
39704 \series bold
39705 xymatrix
39706 \series default
39707 をサポートしており,
39708 以下でこれらの説明をします.
39709 \end_layout
39710
39711 \begin_layout Subsection
39712 amscd図解
39713 \begin_inset Index idx
39714 range none
39715 pageformat default
39716 status collapsed
39717
39718 \begin_layout Plain Layout
39719 \begin_inset IndexMacro sortkey
39720 status open
39721
39722 \begin_layout Plain Layout
39723 すかい
39724 \end_layout
39725
39726 \end_inset
39727
39728 図解
39729 \begin_inset IndexMacro subentry
39730 status open
39731
39732 \begin_layout Plain Layout
39733 amscd
39734 \end_layout
39735
39736 \end_inset
39737
39738
39739 \end_layout
39740
39741 \end_inset
39742
39743
39744 \end_layout
39745
39746 \begin_layout Standard
39747 この型の図解は,
39748 以下のように,
39749 関係を縦横の線や矢印で図示します.
39750 \begin_inset Formula 
39751 \[
39752 \begin{CD}A@>>>B@>>>C\\
39753 @AAA@.@VVV\\
39754 F@<<<E@<<<D
39755 \end{CD}
39756 \]
39757
39758 \end_inset
39759
39760
39761 \end_layout
39762
39763 \begin_layout Standard
39764 これを作るには,
39765 数式に
39766 \series bold
39767
39768 \backslash
39769 CD
39770 \series default
39771
39772 \begin_inset Index idx
39773 range none
39774 pageformat default
39775 status collapsed
39776
39777 \begin_layout Plain Layout
39778 \begin_inset IndexMacro sortkey
39779 status open
39780
39781 \begin_layout Plain Layout
39782 こまんと
39783 \end_layout
39784
39785 \end_inset
39786
39787 コマンド
39788 \begin_inset IndexMacro subentry
39789 status open
39790
39791 \begin_layout Plain Layout
39792 C
39793 \end_layout
39794
39795 \end_inset
39796
39797
39798 \begin_inset IndexMacro subentry
39799 status open
39800
39801 \begin_layout Plain Layout
39802
39803 \backslash
39804 CD
39805 \end_layout
39806
39807 \end_inset
39808
39809
39810 \end_layout
39811
39812 \end_inset
39813
39814 コマンドを挿入します.二つの点線に囲まれた青枠が現れるので,
39815 ここにコマンドを入れていきます.
39816 \begin_inset Info
39817 type  "shortcut"
39818 arg   "newline-insert newline"
39819 \end_inset
39820
39821 を押すと,
39822 新しい行が作られます.水平方向の関係は奇数行に入れ,
39823 垂直方向の関係は偶数行に入れます.
39824 \end_layout
39825
39826 \begin_layout Standard
39827 関係を作るには,
39828 以下のコマンドがあります.
39829 \end_layout
39830
39831 \begin_layout Itemize
39832 \begin_inset Formula $\boldsymbol{@<<<}$
39833 \end_inset
39834
39835 は左矢印,
39836
39837 \begin_inset Formula $\boldsymbol{@>>>}$
39838 \end_inset
39839
39840 は右矢印,
39841
39842 \series bold
39843 @=
39844 \series default
39845 は長い等号を生成します.
39846 \end_layout
39847
39848 \begin_layout Itemize
39849
39850 \series bold
39851 @AAA
39852 \series default
39853 は上矢印,
39854
39855 \series bold
39856 @VVV
39857 \series default
39858 は下矢印,
39859
39860 \begin_inset Formula $\boldsymbol{@|}$
39861 \end_inset
39862
39863 は縦向きの等号を生成します.
39864 \end_layout
39865
39866 \begin_layout Itemize
39867
39868 \series bold
39869 @.
39870 \series default
39871 は関係が存在しない部分に置きます.
39872 \end_layout
39873
39874 \begin_layout Standard
39875 矢印はすべて,
39876 以下のようにラベル付けをすることができます.
39877 \end_layout
39878
39879 \begin_layout Itemize
39880 文章を,
39881 第1と第2の「
39882 \begin_inset Formula $<$
39883 \end_inset
39884
39885 」ないし「
39886 \begin_inset Formula $>$
39887 \end_inset
39888
39889 」のあいだに入れると,
39890 この文章は矢印の上に表示されます.第2・第3の「
39891 \begin_inset Formula $<$
39892 \end_inset
39893
39894 」ないし「
39895 \begin_inset Formula $>$
39896 \end_inset
39897
39898 」のあいだに入れると,
39899 矢印の下に表示されます.
39900 \end_layout
39901
39902 \begin_layout Itemize
39903 縦矢印に付ける文章を,
39904 第1・第2の「A」ないし「V」のあいだに入れると,
39905 この文章は矢印の左に表示されます.第2・第3のもののあいだに入れると,
39906 矢印の右に表示されます.文章中に「A」や「V」の文字があるときには,
39907 これらは\SpecialChar TeX
39908 括弧の中に入れなくてはなりません.
39909 \end_layout
39910
39911 \begin_layout Standard
39912 以下は,
39913 上記のすべての関係を使った例です.
39914 \end_layout
39915
39916 \begin_layout Standard
39917 \begin_inset Formula 
39918 \[
39919 \begin{CD}A@>j>>B@>>k>C@=F\\
39920 @AmAA@.@VV{V}V@|\\
39921 D@<<j<E@>k>>F@=C
39922 \end{CD}
39923 \]
39924
39925 \end_inset
39926
39927
39928 \end_layout
39929
39930 \begin_layout Standard
39931 これを作るコマンドは,
39932 以下のとおりです.
39933 \begin_inset Newline newline
39934 \end_inset
39935
39936
39937 \series bold
39938
39939 \backslash
39940 CD
39941 \begin_inset space \textvisiblespace{}
39942 \end_inset
39943
39944 A
39945 \begin_inset Formula $\boldsymbol{@>}$
39946 \end_inset
39947
39948 j
39949 \begin_inset Formula $\boldsymbol{>>}$
39950 \end_inset
39951
39952 B
39953 \begin_inset Formula $\boldsymbol{@>>}$
39954 \end_inset
39955
39956 k
39957 \begin_inset Formula $\boldsymbol{>}$
39958 \end_inset
39959
39960 C@=F Ctrl+Return
39961 \begin_inset Newline newline
39962 \end_inset
39963
39964
39965 \begin_inset Phantom HPhantom
39966 status open
39967
39968 \begin_layout Plain Layout
39969
39970 \series bold
39971
39972 \backslash
39973 CD
39974 \begin_inset space \textvisiblespace{}
39975 \end_inset
39976
39977
39978 \end_layout
39979
39980 \end_inset
39981
39982 @AmAA@.@VV
39983 \backslash
39984 {V
39985 \series default
39986
39987 \begin_inset Formula $\to$
39988 \end_inset
39989
39990
39991 \series bold
39992 V
39993 \begin_inset Formula $\boldsymbol{@|}$
39994 \end_inset
39995
39996  Ctrl+Return
39997 \begin_inset Newline newline
39998 \end_inset
39999
40000
40001 \begin_inset Phantom HPhantom
40002 status open
40003
40004 \begin_layout Plain Layout
40005
40006 \series bold
40007
40008 \backslash
40009 CD
40010 \begin_inset space \textvisiblespace{}
40011 \end_inset
40012
40013
40014 \end_layout
40015
40016 \end_inset
40017
40018 D
40019 \begin_inset Formula $\boldsymbol{@<<}$
40020 \end_inset
40021
40022 j
40023 \begin_inset Formula $\boldsymbol{<}$
40024 \end_inset
40025
40026 E
40027 \begin_inset Formula $\boldsymbol{@>}$
40028 \end_inset
40029
40030 k
40031 \begin_inset Formula $\boldsymbol{>>}$
40032 \end_inset
40033
40034 F@=C
40035 \end_layout
40036
40037 \begin_layout Subsection
40038 xymatrix図解
40039 \begin_inset Index idx
40040 range none
40041 pageformat default
40042 status collapsed
40043
40044 \begin_layout Plain Layout
40045 \begin_inset IndexMacro sortkey
40046 status open
40047
40048 \begin_layout Plain Layout
40049 すかい
40050 \end_layout
40051
40052 \end_inset
40053
40054 図解
40055 \begin_inset IndexMacro subentry
40056 status open
40057
40058 \begin_layout Plain Layout
40059 xymatrix
40060 \end_layout
40061
40062 \end_inset
40063
40064
40065 \end_layout
40066
40067 \end_inset
40068
40069
40070 \end_layout
40071
40072 \begin_layout Standard
40073 xymatricesを使うには,
40074 \SpecialChar LaTeX
40075 パッケージの
40076 \series bold
40077 xypic
40078 \series default
40079 が導入済みである必要があります.xymatrixは,
40080 数式中に
40081 \series bold
40082
40083 \backslash
40084 xymatrix
40085 \series default
40086 コマンドを入れることで作ることができます.すると,
40087 通常の行列と同じようにして,
40088 列や行を付け加えることができます.第
40089 \begin_inset CommandInset ref
40090 LatexCommand ref
40091 reference "sec:行列"
40092 nolink "false"
40093
40094 \end_inset
40095
40096 節をご参照下さい.
40097 \end_layout
40098
40099 \begin_layout Standard
40100 amscd図解とは異なり,
40101 xymatricesは,
40102 対角矢印や曲がった矢印など多様なサポートをしています.作ることのできる可換図と装飾は,
40103
40104 \family sans
40105 \series bold
40106 ヘルプ\SpecialChar menuseparator
40107 用途別説明書\SpecialChar menuseparator
40108 XY-pic
40109 \family default
40110 \series default
40111
40112 \begin_inset space \thinspace{}
40113 \end_inset
40114
40115 メニューにある「XY-pic」説明書で詳しく網羅しています.
40116 \end_layout
40117
40118 \begin_layout Subsection
40119 ファインマン図
40120 \series medium
40121
40122 \begin_inset Index idx
40123 range none
40124 pageformat default
40125 status collapsed
40126
40127 \begin_layout Plain Layout
40128 \begin_inset IndexMacro sortkey
40129 status open
40130
40131 \begin_layout Plain Layout
40132 すかい
40133 \end_layout
40134
40135 \end_inset
40136
40137 図解
40138 \begin_inset IndexMacro subentry
40139 status open
40140
40141 \begin_layout Plain Layout
40142 ファインマン
40143 \end_layout
40144
40145 \end_inset
40146
40147
40148 \end_layout
40149
40150 \end_inset
40151
40152
40153 \end_layout
40154
40155 \begin_layout Standard
40156 ファインマン図を使うには,
40157 \SpecialChar LaTeX
40158 パッケージ
40159 \series bold
40160 feyn
40161 \series default
40162 を導入しておかなくてはなりません.すると,
40163 ファインマン図は,
40164 数式中で
40165 \series bold
40166
40167 \backslash
40168 Diagram
40169 \series default
40170 コマンドを挿入すれば生成されます.通常の行列で行うのと同じようにして新規行や新規列を加えることができます(第
40171 \begin_inset CommandInset ref
40172 LatexCommand ref
40173 reference "sec:行列"
40174 nolink "false"
40175
40176 \end_inset
40177
40178 節参照).
40179 \end_layout
40180
40181 \begin_layout Standard
40182 \SpecialChar LyX
40183 でのファインマン図の作り方は,
40184
40185 \family sans
40186 \series bold
40187 ヘルプ\SpecialChar menuseparator
40188 用途別説明書
40189 \family default
40190 \series default
40191
40192 \begin_inset space \thinspace{}
40193 \end_inset
40194
40195 メニュー内の『ファインマン図』にあります.
40196 \end_layout
40197
40198 \begin_layout Section
40199 自己定義コマンド
40200 \begin_inset Index idx
40201 range none
40202 pageformat default
40203 status collapsed
40204
40205 \begin_layout Plain Layout
40206 \begin_inset IndexMacro sortkey
40207 status open
40208
40209 \begin_layout Plain Layout
40210 しこていきこまんと
40211 \end_layout
40212
40213 \end_inset
40214
40215 自己定義コマンド
40216 \end_layout
40217
40218 \end_inset
40219
40220
40221 \end_layout
40222
40223 \begin_layout Standard
40224 \begin_inset Note Greyedout
40225 status open
40226
40227 \begin_layout Plain Layout
40228 [註]自己定義コマンド名及びマクロ名には,
40229 ラテン文字しか使用することができません.
40230 \end_layout
40231
40232 \end_inset
40233
40234
40235 \end_layout
40236
40237 \begin_layout Subsection
40238
40239 \backslash
40240 newcommandコマンド
40241 \begin_inset CommandInset label
40242 LatexCommand label
40243 name "subsec:newcommandコマンド"
40244
40245 \end_inset
40246
40247
40248 \begin_inset Index idx
40249 range none
40250 pageformat default
40251 status collapsed
40252
40253 \begin_layout Plain Layout
40254 \begin_inset IndexMacro sortkey
40255 status open
40256
40257 \begin_layout Plain Layout
40258 しこていきこまんと
40259 \end_layout
40260
40261 \end_inset
40262
40263 自己定義コマンド
40264 \begin_inset IndexMacro subentry
40265 status open
40266
40267 \begin_layout Plain Layout
40268
40269 \backslash
40270 newcommand
40271 \end_layout
40272
40273 \end_inset
40274
40275
40276 \end_layout
40277
40278 \end_inset
40279
40280
40281 \begin_inset Index idx
40282 range none
40283 pageformat default
40284 status collapsed
40285
40286 \begin_layout Plain Layout
40287 \begin_inset IndexMacro sortkey
40288 status open
40289
40290 \begin_layout Plain Layout
40291 こまんと
40292 \end_layout
40293
40294 \end_inset
40295
40296 コマンド
40297 \begin_inset IndexMacro subentry
40298 status open
40299
40300 \begin_layout Plain Layout
40301 N
40302 \end_layout
40303
40304 \end_inset
40305
40306
40307 \begin_inset IndexMacro subentry
40308 status open
40309
40310 \begin_layout Plain Layout
40311
40312 \backslash
40313 newcommand
40314 \end_layout
40315
40316 \end_inset
40317
40318
40319 \end_layout
40320
40321 \end_inset
40322
40323
40324 \end_layout
40325
40326 \begin_layout Standard
40327 頻繁に用いるには,
40328 長すぎる\SpecialChar LaTeX
40329 コマンドはたくさんありますが,
40330
40331 \series bold
40332
40333 \backslash
40334 newcommand
40335 \series default
40336 コマンドを使えば,
40337 新しい短縮コマンドを定義することが可能です.
40338 \end_layout
40339
40340 \begin_layout Standard
40341
40342 \series bold
40343
40344 \backslash
40345 newcommand
40346 \series default
40347 コマンドの書式は,
40348
40349 \end_layout
40350
40351 \begin_layout Standard
40352
40353 \series bold
40354
40355 \backslash
40356 newcommand{新コマンド名}[引数の数][オプションの値]
40357 \begin_inset Newline newline
40358 \end_inset
40359
40360
40361 \begin_inset Phantom HPhantom
40362 status open
40363
40364 \begin_layout Plain Layout
40365
40366 \series bold
40367
40368 \backslash
40369 newcommand
40370 \end_layout
40371
40372 \end_inset
40373
40374 {コマンド定義}
40375 \end_layout
40376
40377 \begin_layout Standard
40378 です.
40379 \end_layout
40380
40381 \begin_layout Standard
40382 \begin_inset Note Greyedout
40383 status open
40384
40385 \begin_layout Plain Layout
40386
40387 \series bold
40388 [註]
40389 \series default
40390 新コマンド名が,
40391 使用中の文書や呼び出している\SpecialChar LaTeX
40392 パッケージで,
40393 既に使用されていないことを確認して下さい.たとえば,
40394
40395 \series bold
40396
40397 \backslash
40398 Leftarrow
40399 \series default
40400 の短縮のつもりで
40401 \series bold
40402
40403 \backslash
40404 le
40405 \series default
40406 というコマンドを定義したとすると,
40407
40408 \series bold
40409
40410 \backslash
40411 le
40412 \series default
40413 は既に「
40414 \begin_inset Formula $\le$
40415 \end_inset
40416
40417 」を表すコマンドとして定義されてしまっているので,
40418 エラーメッセージが表示されます.
40419 \end_layout
40420
40421 \end_inset
40422
40423
40424 \end_layout
40425
40426 \begin_layout Standard
40427 「引数の数」は,
40428 0
40429 \begin_inset space \thinspace{}
40430 \end_inset
40431
40432 -
40433 \begin_inset space \thinspace{}
40434 \end_inset
40435
40436 9の範囲の整数であり,
40437 新コマンドがいくつの引数をとるかを指定するものです.「オプションの値」では,
40438 非必須の引数の既定値を定義できます.これを指定すると,
40439 新コマンドの
40440 \emph on
40441 最初の
40442 \emph default
40443 引数は,
40444 自動的に非必須の引数になります.
40445 \end_layout
40446
40447 \begin_layout Standard
40448 以下にいくつかの例を挙げます.
40449 \end_layout
40450
40451 \begin_layout Itemize
40452
40453 \series bold
40454
40455 \backslash
40456 Longrightarrow
40457 \series default
40458 の短縮形として
40459 \series bold
40460
40461 \backslash
40462 gr
40463 \series default
40464 というコマンドを定義するには,
40465 \SpecialChar LaTeX
40466 プリアンブルに以下の行を加えます.
40467 \begin_inset VSpace medskip
40468 \end_inset
40469
40470
40471 \begin_inset Newline newline
40472 \end_inset
40473
40474
40475 \series bold
40476
40477 \backslash
40478 newcommand{
40479 \backslash
40480 gr}{
40481 \backslash
40482 Longrightarrow}
40483 \end_layout
40484
40485 \begin_layout Itemize
40486
40487 \series bold
40488
40489 \backslash
40490 underline
40491 \series default
40492 の短縮形として
40493 \series bold
40494
40495 \backslash
40496 us
40497 \series default
40498 というコマンドを定義するには,
40499 (下線を引くべき文字列を示す)引数を考慮に入れなくてはなりません.このためには,
40500 以下のようなプリアンブル行を入れます.
40501 \begin_inset VSpace medskip
40502 \end_inset
40503
40504
40505 \begin_inset Newline newline
40506 \end_inset
40507
40508
40509 \series bold
40510
40511 \backslash
40512 newcommand{
40513 \backslash
40514 us}[1]{
40515 \backslash
40516 underline{#1}}
40517 \series default
40518
40519 \begin_inset VSpace medskip
40520 \end_inset
40521
40522
40523 \begin_inset Newline newline
40524 \end_inset
40525
40526
40527 \series bold
40528 #
40529 \series default
40530 」という文字は,
40531 引数の入る場所を示し,
40532 その後ろの「
40533 \series bold
40534 1
40535 \series default
40536 」は,
40537 これが第1引数の入る場所であることを示します.
40538 \end_layout
40539
40540 \begin_layout Itemize
40541
40542 \series bold
40543
40544 \backslash
40545 framebox
40546 \series default
40547 の短縮形として,
40548 たとえば
40549 \series bold
40550
40551 \backslash
40552 fb
40553 \series default
40554 というコマンドを定義するには,
40555
40556 \begin_inset VSpace medskip
40557 \end_inset
40558
40559
40560 \begin_inset Newline newline
40561 \end_inset
40562
40563
40564 \series bold
40565
40566 \backslash
40567 newcommand{
40568 \backslash
40569 fb}[3]{
40570 \backslash
40571 framebox#1#2{$#3$}}
40572 \series default
40573
40574 \begin_inset VSpace medskip
40575 \end_inset
40576
40577
40578 \begin_inset Newline newline
40579 \end_inset
40580
40581 二つのドルマークは,
40582
40583 \series bold
40584
40585 \backslash
40586 framebox
40587 \series default
40588 が必要とする内部の数式を作り出します.第
40589 \begin_inset CommandInset ref
40590 LatexCommand ref
40591 reference "subsec:枠付きボックス"
40592 nolink "false"
40593
40594 \end_inset
40595
40596 節をご参照下さい.
40597 \end_layout
40598
40599 \begin_layout Itemize
40600 ボックスの色を指定する必要がない
40601 \series bold
40602
40603 \backslash
40604 fcolorbox
40605 \series default
40606 用の新コマンドを作るには,
40607 以下のように,
40608 色を示す引数を非必須として定義します.
40609 \begin_inset VSpace medskip
40610 \end_inset
40611
40612
40613 \begin_inset Newline newline
40614 \end_inset
40615
40616
40617 \series bold
40618
40619 \backslash
40620 newcommand{
40621 \backslash
40622 cb}[3][white]{
40623 \backslash
40624 fcolorbox{#2}{#1}{$#3$}}
40625 \series default
40626
40627 \begin_inset VSpace medskip
40628 \end_inset
40629
40630
40631 \begin_inset Newline newline
40632 \end_inset
40633
40634
40635 \series bold
40636
40637 \backslash
40638 cb
40639 \series default
40640 を使うときに色が指定されなければ,
40641 事前に定義された色である
40642 \series bold
40643 white
40644 \series default
40645 が使用されます.
40646 \end_layout
40647
40648 \begin_layout Standard
40649 以下は,
40650 上で定義したコマンドの動作テストです.
40651 \end_layout
40652
40653 \begin_layout Standard
40654 \align center
40655 \begin_inset Tabular
40656 <lyxtabular version="3" rows="6" columns="2">
40657 <features booktabs="true" tabularvalignment="middle">
40658 <column alignment="center" valignment="top" width="0pt">
40659 <column alignment="center" valignment="top">
40660 <row>
40661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
40662 \begin_inset Text
40663
40664 \begin_layout Plain Layout
40665 コマンド
40666 \end_layout
40667
40668 \end_inset
40669 </cell>
40670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
40671 \begin_inset Text
40672
40673 \begin_layout Plain Layout
40674 出力
40675 \end_layout
40676
40677 \end_inset
40678 </cell>
40679 </row>
40680 <row>
40681 <cell alignment="center" valignment="top" leftline="true" usebox="none">
40682 \begin_inset Text
40683
40684 \begin_layout Plain Layout
40685 A
40686 \backslash
40687 gr
40688 \begin_inset space \textvisiblespace{}
40689 \end_inset
40690
40691 B
40692 \end_layout
40693
40694 \end_inset
40695 </cell>
40696 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
40697 \begin_inset Text
40698
40699 \begin_layout Plain Layout
40700 \begin_inset Formula $A\gr B$
40701 \end_inset
40702
40703
40704 \end_layout
40705
40706 \end_inset
40707 </cell>
40708 </row>
40709 <row>
40710 <cell alignment="center" valignment="top" leftline="true" usebox="none">
40711 \begin_inset Text
40712
40713 \begin_layout Plain Layout
40714
40715 \backslash
40716 us{ABcd
40717 \end_layout
40718
40719 \end_inset
40720 </cell>
40721 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
40722 \begin_inset Text
40723
40724 \begin_layout Plain Layout
40725 \begin_inset Formula $\us{ABcd}$
40726 \end_inset
40727
40728
40729 \end_layout
40730
40731 \end_inset
40732 </cell>
40733 </row>
40734 <row topspace="1mm">
40735 <cell alignment="center" valignment="top" usebox="none">
40736 \begin_inset Text
40737
40738 \begin_layout Plain Layout
40739
40740 \backslash
40741 fb{[2cm]
40742 \begin_inset Formula $\to$
40743 \end_inset
40744
40745
40746 \backslash
40747 {
40748 \begin_inset Formula $\to$
40749 \end_inset
40750
40751
40752 \backslash
40753 {
40754 \backslash
40755 int
40756 \begin_inset space \textvisiblespace{}
40757 \end_inset
40758
40759 A=B
40760 \end_layout
40761
40762 \end_inset
40763 </cell>
40764 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
40765 \begin_inset Text
40766
40767 \begin_layout Plain Layout
40768 \begin_inset Formula $\fb{[2cm]}{}{\int A=B}$
40769 \end_inset
40770
40771
40772 \end_layout
40773
40774 \end_inset
40775 </cell>
40776 </row>
40777 <row topspace="1.5mm">
40778 <cell alignment="center" valignment="top" usebox="none">
40779 \begin_inset Text
40780
40781 \begin_layout Plain Layout
40782
40783 \backslash
40784 cb{red
40785 \begin_inset Formula $\to$
40786 \end_inset
40787
40788
40789 \backslash
40790 {
40791 \backslash
40792 int
40793 \begin_inset space \textvisiblespace{}
40794 \end_inset
40795
40796 A=B
40797 \end_layout
40798
40799 \end_inset
40800 </cell>
40801 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
40802 \begin_inset Text
40803
40804 \begin_layout Plain Layout
40805 \begin_inset Formula $\cb{red}{\int A=B}$
40806 \end_inset
40807
40808
40809 \end_layout
40810
40811 \end_inset
40812 </cell>
40813 </row>
40814 <row topspace="1.5mm" bottomspace="1mm">
40815 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
40816 \begin_inset Text
40817
40818 \begin_layout Plain Layout
40819
40820 \backslash
40821 cb[green]
40822 \backslash
40823 {red
40824 \begin_inset Formula $\to$
40825 \end_inset
40826
40827
40828 \backslash
40829 {
40830 \backslash
40831 int
40832 \begin_inset space \textvisiblespace{}
40833 \end_inset
40834
40835 A=B
40836 \end_layout
40837
40838 \end_inset
40839 </cell>
40840 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
40841 \begin_inset Text
40842
40843 \begin_layout Plain Layout
40844 \begin_inset Formula $\cb[green]{red}{\int A=B}$
40845 \end_inset
40846
40847
40848 \end_layout
40849
40850 \end_inset
40851 </cell>
40852 </row>
40853 </lyxtabular>
40854
40855 \end_inset
40856
40857
40858 \end_layout
40859
40860 \begin_layout Subsection
40861 数式マクロ
40862 \begin_inset Index idx
40863 range none
40864 pageformat default
40865 status collapsed
40866
40867 \begin_layout Plain Layout
40868 \begin_inset IndexMacro sortkey
40869 status open
40870
40871 \begin_layout Plain Layout
40872 しこていきこまんと
40873 \end_layout
40874
40875 \end_inset
40876
40877 自己定義コマンド
40878 \begin_inset IndexMacro subentry
40879 status open
40880
40881 \begin_layout Plain Layout
40882 \begin_inset IndexMacro sortkey
40883 status open
40884
40885 \begin_layout Plain Layout
40886 すうしきまくろ
40887 \end_layout
40888
40889 \end_inset
40890
40891 数式マクロ
40892 \end_layout
40893
40894 \end_inset
40895
40896
40897 \end_layout
40898
40899 \end_inset
40900
40901
40902 \begin_inset Index idx
40903 range none
40904 pageformat default
40905 status collapsed
40906
40907 \begin_layout Plain Layout
40908 \begin_inset IndexMacro sortkey
40909 status open
40910
40911 \begin_layout Plain Layout
40912 まくろ
40913 \end_layout
40914
40915 \end_inset
40916
40917 マクロ
40918 \end_layout
40919
40920 \end_inset
40921
40922
40923 \end_layout
40924
40925 \begin_layout Standard
40926 自己定義コマンドは,
40927 複雑な表現を使うときに特に便利です.たとえば,
40928 文書中で二次方程式を扱っているとすると,
40929 同じような解の形が何度も出てきます.二次方程式の一般型は,
40930
40931 \begin_inset Formula 
40932 \[
40933 0=\lambda^{2}+p\lambda+q
40934 \]
40935
40936 \end_inset
40937
40938 であり,
40939 その解の一般型は
40940 \begin_inset Formula 
40941 \[
40942 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
40943 \]
40944
40945 \end_inset
40946
40947
40948 \end_layout
40949
40950 \begin_layout Standard
40951 です.
40952 \begin_inset Formula $\lambda$
40953 \end_inset
40954
40955
40956 \begin_inset Formula $p$
40957 \end_inset
40958
40959
40960 \begin_inset Formula $q$
40961 \end_inset
40962
40963 の3つのパラメータを指定することが必須であり,
40964
40965 \begin_inset Formula $\lambda$
40966 \end_inset
40967
40968 の指数をオプションとして与えることができるような,
40969 解の公式のコマンドを定義するには,
40970 以下のような\SpecialChar LaTeX
40971 プリアンブル行を加えます.
40972 \begin_inset Newline newline
40973 \end_inset
40974
40975
40976 \series bold
40977
40978 \backslash
40979 newcommand{
40980 \backslash
40981 qG}[4][1,
40982 \backslash
40983 ,2]{#2_{#1}=-
40984 \backslash
40985 frac{#3}{2}
40986 \backslash
40987 pm
40988 \begin_inset Newline newline
40989 \end_inset
40990
40991
40992 \begin_inset Phantom HPhantom
40993 status open
40994
40995 \begin_layout Plain Layout
40996
40997 \series bold
40998
40999 \backslash
41000 newcommand
41001 \end_layout
41002
41003 \end_inset
41004
41005
41006 \backslash
41007 sqrt{
41008 \backslash
41009 frac{#3^{2}}{4}-#4}}
41010 \end_layout
41011
41012 \begin_layout Standard
41013 これを使って解の公式を作るには,
41014
41015 \begin_inset Newline newline
41016 \end_inset
41017
41018
41019 \series bold
41020
41021 \backslash
41022 qG{
41023 \backslash
41024 lambda
41025 \begin_inset Formula $\to$
41026 \end_inset
41027
41028
41029 \backslash
41030 {p
41031 \begin_inset Formula $\to$
41032 \end_inset
41033
41034
41035 \backslash
41036 {q
41037 \series default
41038 というコマンドを数式に入れます.
41039 \end_layout
41040
41041 \begin_layout Standard
41042 新コマンドを定義する方法は,
41043 たとえば\SpecialChar LaTeX
41044 中で分数は
41045 \series bold
41046
41047 \backslash
41048 frac{分子}{分母}
41049 \series default
41050 の形で入れなくてはならないことなど,
41051 使用するすべての\SpecialChar LaTeX
41052 コマンドの書式を知っている必要があるので,
41053 直感的ではありません.さらに,
41054 定義中で中括弧を入れ忘れることはよくあり,
41055 それをやってしまうと,
41056 \SpecialChar LyX
41057 からは新コマンドが何をやらかしているか確認しにくくなってしまいます.これらの問題を回避するために,
41058 \SpecialChar LyX
41059 は,
41060
41061 \series bold
41062
41063 \backslash
41064 newcommand
41065 \series default
41066 コマンドの代わりに,
41067 数式マクロを使う方法を提供しています.
41068 \end_layout
41069
41070 \begin_layout Standard
41071 数式マクロは,
41072
41073 \family sans
41074 \series bold
41075 挿入\SpecialChar menuseparator
41076 数式\SpecialChar menuseparator
41077 マクロ
41078 \family default
41079 \series default
41080
41081 \begin_inset space \thinspace{}
41082 \end_inset
41083
41084 メニューか,
41085 ツールバーボタンの
41086 \begin_inset Info
41087 type  "icon"
41088 arg   "math-macro newmacroname_newcommand"
41089 \end_inset
41090
41091 で作ることができます.すると,
41092 数式マクロツールバーが表示されるとともに,
41093 マクロを定義した箇所に以下のようなボックスが現れます.
41094 \begin_inset Newline newline
41095 \end_inset
41096
41097
41098 \begin_inset space \hspace*{\fill}
41099 \end_inset
41100
41101
41102 \begin_inset Graphics
41103         filename clipart/macrobox.png
41104         scale 95
41105
41106 \end_inset
41107
41108
41109 \begin_inset space \hspace*{\fill}
41110 \end_inset
41111
41112
41113 \begin_inset Newline newline
41114 \end_inset
41115
41116
41117 \begin_inset FormulaMacro
41118 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
41119 \end_inset
41120
41121
41122 \backslash
41123 newmacronameが既定のマクロ名として現れますが,
41124 意味のある名称に変更するべきでしょう.欲しい数式は一つ目の青枠の中に入れます.引数を置く場所は,
41125
41126 \series bold
41127
41128 \backslash
41129 #1
41130 \series default
41131 のように
41132 \series bold
41133
41134 \backslash
41135 #引数番号
41136 \series default
41137 というコマンドで入力するか,
41138 マクロツールバーボタンの
41139 \begin_inset Info
41140 type  "icon"
41141 arg   "math-macro-add-param"
41142 \end_inset
41143
41144 を使用します.引数位置は赤で表示されます.引数は,
41145 最大で9つまでとることができます.非必須引数は,
41146 ツールバーボタンの
41147 \begin_inset Info
41148 type  "icon"
41149 arg   "math-macro-add-optional-param"
41150 \end_inset
41151
41152 で作ることができます.最初の必須引数は,
41153 ツールバーボタンの
41154 \begin_inset Info
41155 type  "icon"
41156 arg   "math-macro-make-optional"
41157 \end_inset
41158
41159 を使って,
41160 非必須引数にすることができます.二つ目の青枠には,
41161 \SpecialChar LyX
41162 中でのマクロの表示のしかたを定義することができます.通常は,
41163 定義したとおりに表示された方が便利なので,
41164 この枠は空白にしておきます.しかし,
41165 画面の過半を占拠してしまうようなマクロを作ってしまった場合には,
41166 たとえばこの枠に
41167 \begin_inset Newline newline
41168 \end_inset
41169
41170
41171 \series bold
41172 qG:
41173  
41174 \backslash
41175 #1
41176 \series default
41177  
41178 \series bold
41179 ,
41180
41181 \series default
41182  
41183 \series bold
41184
41185 \backslash
41186 #2
41187 \series default
41188  
41189 \series bold
41190 ,
41191
41192 \series default
41193  
41194 \series bold
41195
41196 \backslash
41197 #3,
41198  
41199 \backslash
41200 #4
41201 \begin_inset Newline newline
41202 \end_inset
41203
41204
41205 \series default
41206 のように入れることができます.このようにすると,
41207 マクロ名と引数のみが\SpecialChar LyX
41208 上に表示され,
41209 見通しが良くなります.一方,
41210 出力での数式は,
41211 最初の枠で定義したように表示されます.
41212 \begin_inset Newline newline
41213 \end_inset
41214
41215 さらに,
41216 数式中のマクロ表示は,
41217 マクロの中にカーソルを置いて,
41218
41219 \family sans
41220 \series bold
41221 表示\SpecialChar menuseparator
41222 数式マクロを展開
41223 \series default
41224 (
41225 \series bold
41226 畳む
41227 \series default
41228 )
41229 \family default
41230
41231 \begin_inset space \thinspace{}
41232 \end_inset
41233
41234 メニューを使うことで,
41235 マクロ毎に変えることができます.
41236 \end_layout
41237
41238 \begin_layout Standard
41239 マクロを使うには,
41240 数式中にマクロ名をコマンドとして入れます.上記の例では,
41241
41242 \series bold
41243
41244 \backslash
41245 qG
41246 \series default
41247 とします.このマクロは,
41248 \SpecialChar LyX
41249 中では以下のように表示されます.
41250 \begin_inset Newline newline
41251 \end_inset
41252
41253
41254 \begin_inset space \hspace*{\fill}
41255 \end_inset
41256
41257
41258 \begin_inset Graphics
41259         filename ../clipart/macrouse.png
41260         scale 95
41261
41262 \end_inset
41263
41264
41265 \begin_inset space \hspace*{\fill}
41266 \end_inset
41267
41268
41269 \begin_inset Newline newline
41270 \end_inset
41271
41272 以下は,
41273 上記の例に,
41274 引数
41275 \begin_inset Formula $x$
41276 \end_inset
41277
41278
41279 \begin_inset Formula $\ln(x)$
41280 \end_inset
41281
41282
41283 \begin_inset Formula $B$
41284 \end_inset
41285
41286 を指定したものです.
41287 \end_layout
41288
41289 \begin_layout Standard
41290 \begin_inset Formula 
41291 \[
41292 \qG x{\ln(x)}B
41293 \]
41294
41295 \end_inset
41296
41297
41298 \end_layout
41299
41300 \begin_layout Standard
41301 \SpecialChar LyX
41302 は,
41303
41304 \family sans
41305 \series bold
41306 ツール\SpecialChar menuseparator
41307 設定\SpecialChar menuseparator
41308 編集\SpecialChar menuseparator
41309 制御
41310 \family default
41311 \series default
41312
41313 \begin_inset space \thinspace{}
41314 \end_inset
41315
41316 メニューで,
41317 マクロを編集するのに複数の様式を用意しています.あなたに最も合った様式を見つけるには,
41318 様式を選択してから,
41319 違いを見るために数式マクロにカーソルを合わせてみてください.
41320 \end_layout
41321
41322 \begin_layout Standard
41323 数式マクロは,
41324 文書書き出し時に,
41325 内部的に
41326 \series bold
41327
41328 \backslash
41329 newcommand
41330 \series default
41331 コマンドに変換されます.こうして生成された
41332 \series bold
41333
41334 \backslash
41335 newcommand
41336 \series default
41337 コマンドは,
41338 \SpecialChar LaTeX
41339 プリアンブルには置かれませんので,
41340 マクロは,
41341 文書中,
41342 マクロ定義ボックスよりも後の数式でのみ使うことができます.
41343 \end_layout
41344
41345 \begin_layout Standard
41346 数式マクロは,
41347
41348 \series bold
41349
41350 \backslash
41351 newcommand
41352 \series default
41353 コマンドから直接作ることもできます.たとえば,
41354 \SpecialChar LyX
41355 中に通常の文章として,
41356
41357 \series bold
41358
41359 \begin_inset Newline newline
41360 \end_inset
41361
41362
41363 \backslash
41364 newcommand{
41365 \backslash
41366 larrow}[2]{
41367 \backslash
41368 xleftarrow[#2]{#1}}
41369 \begin_inset Newline newline
41370 \end_inset
41371
41372
41373 \series default
41374 というコマンドを書き入れ,
41375 この全体を選択して,
41376 ショートカット
41377 \family sans
41378 Ctrl+M
41379 \family default
41380 を押すと,
41381 このコマンドは数式マクロに変換されます.この方法を使うに当たっては,
41382
41383 \series bold
41384
41385 \backslash
41386 newcommand
41387 \series default
41388 コマンドが正しく入力されていることに気をつけなくてはなりません.さもないと,
41389 間違ったマクロが作られてしまって,
41390 \SpecialChar LaTeX
41391 エラーが発生します.
41392 \end_layout
41393
41394 \begin_layout Standard
41395 数式マクロには,
41396 まだ,
41397 マクロ定義中に再帰的に数式を入れてしまうと,
41398 正しく処理されないという問題が残っています.したがって,
41399
41400 \begin_inset CommandInset ref
41401 LatexCommand ref
41402 reference "subsec:newcommandコマンド"
41403 nolink "false"
41404
41405 \end_inset
41406
41407 節で例として作った
41408 \series bold
41409
41410 \backslash
41411 fb
41412 \series default
41413 は,
41414 マクロとしては作ることができません.
41415 \end_layout
41416
41417 \begin_layout Standard
41418 カーソルがマクロ定義ボックスの中にあるとき,
41419 \SpecialChar LyX
41420 中に以下のようなマクロツールバーが表示されます.
41421 \end_layout
41422
41423 \begin_layout Standard
41424 \begin_inset VSpace defskip
41425 \end_inset
41426
41427
41428 \end_layout
41429
41430 \begin_layout Standard
41431 \begin_inset Graphics
41432         filename ../clipart/MacroToolbar.png
41433
41434 \end_inset
41435
41436
41437 \begin_inset Index idx
41438 range none
41439 pageformat default
41440 status collapsed
41441
41442 \begin_layout Plain Layout
41443 まくろ@マクロ!つーるばー@ツールバー
41444 \end_layout
41445
41446 \end_inset
41447
41448
41449 \end_layout
41450
41451 \begin_layout Standard
41452 \begin_inset VSpace defskip
41453 \end_inset
41454
41455
41456 \end_layout
41457
41458 \begin_layout Standard
41459 マクロツールバーは,
41460 左から右に,
41461 以下の各ボタンがあります.
41462 \end_layout
41463
41464 \begin_layout Standard
41465 \begin_inset VSpace defskip
41466 \end_inset
41467
41468
41469 \end_layout
41470
41471 \begin_layout Standard
41472 \begin_inset Tabular
41473 <lyxtabular version="3" rows="9" columns="2">
41474 <features islongtable="true" longtabularalignment="center">
41475 <column alignment="left" valignment="top">
41476 <column alignment="left" valignment="top" width="85col%">
41477 <row interlinespace="2.5mm">
41478 <cell alignment="center" valignment="top" usebox="none">
41479 \begin_inset Text
41480
41481 \begin_layout Plain Layout
41482 \begin_inset Info
41483 type  "icon"
41484 arg   "math-macro-remove-param"
41485 \end_inset
41486
41487
41488 \end_layout
41489
41490 \end_inset
41491 </cell>
41492 <cell alignment="center" valignment="top" usebox="none">
41493 \begin_inset Text
41494
41495 \begin_layout Plain Layout
41496
41497 \family sans
41498 \series bold
41499 編集\SpecialChar menuseparator
41500 数式\SpecialChar menuseparator
41501 マクロ定義\SpecialChar menuseparator
41502 最後の引数を削除
41503 \end_layout
41504
41505 \end_inset
41506 </cell>
41507 </row>
41508 <row interlinespace="2.5mm">
41509 <cell alignment="center" valignment="top" usebox="none">
41510 \begin_inset Text
41511
41512 \begin_layout Plain Layout
41513 \begin_inset Info
41514 type  "icon"
41515 arg   "math-macro-add-param"
41516 \end_inset
41517
41518
41519 \end_layout
41520
41521 \end_inset
41522 </cell>
41523 <cell alignment="center" valignment="top" usebox="none">
41524 \begin_inset Text
41525
41526 \begin_layout Plain Layout
41527
41528 \family sans
41529 \series bold
41530 編集\SpecialChar menuseparator
41531 数式\SpecialChar menuseparator
41532 マクロ定義\SpecialChar menuseparator
41533 引数を追加
41534 \end_layout
41535
41536 \end_inset
41537 </cell>
41538 </row>
41539 <row interlinespace="2.5mm">
41540 <cell alignment="center" valignment="top" usebox="none">
41541 \begin_inset Text
41542
41543 \begin_layout Plain Layout
41544 \begin_inset Info
41545 type  "icon"
41546 arg   "math-macro-make-optional"
41547 \end_inset
41548
41549
41550 \end_layout
41551
41552 \end_inset
41553 </cell>
41554 <cell alignment="center" valignment="top" usebox="none">
41555 \begin_inset Text
41556
41557 \begin_layout Plain Layout
41558
41559 \family sans
41560 \series bold
41561 編集\SpecialChar menuseparator
41562 数式\SpecialChar menuseparator
41563 マクロ定義\SpecialChar menuseparator
41564 最初の必須引数を
41565 \begin_inset Newline newline
41566 \end_inset
41567
41568
41569 \begin_inset Phantom HPhantom
41570 status open
41571
41572 \begin_layout Plain Layout
41573
41574 \family sans
41575 編集\SpecialChar menuseparator
41576 数式\SpecialChar menuseparator
41577 マクロ定義\SpecialChar menuseparator
41578
41579 \end_layout
41580
41581 \end_inset
41582
41583 非必須引数にする
41584 \end_layout
41585
41586 \end_inset
41587 </cell>
41588 </row>
41589 <row interlinespace="2.5mm">
41590 <cell alignment="center" valignment="top" usebox="none">
41591 \begin_inset Text
41592
41593 \begin_layout Plain Layout
41594 \begin_inset Info
41595 type  "icon"
41596 arg   "math-macro-make-nonoptional"
41597 \end_inset
41598
41599
41600 \end_layout
41601
41602 \end_inset
41603 </cell>
41604 <cell alignment="center" valignment="top" usebox="none">
41605 \begin_inset Text
41606
41607 \begin_layout Plain Layout
41608
41609 \family sans
41610 \series bold
41611 編集\SpecialChar menuseparator
41612 数式\SpecialChar menuseparator
41613 マクロ定義\SpecialChar menuseparator
41614 最後の非必須引数を
41615 \begin_inset Newline newline
41616 \end_inset
41617
41618
41619 \begin_inset Phantom HPhantom
41620 status open
41621
41622 \begin_layout Plain Layout
41623
41624 \family sans
41625 編集\SpecialChar menuseparator
41626 数式\SpecialChar menuseparator
41627 マクロ定義\SpecialChar menuseparator
41628
41629 \end_layout
41630
41631 \end_inset
41632
41633 必須引数にする
41634 \end_layout
41635
41636 \end_inset
41637 </cell>
41638 </row>
41639 <row interlinespace="2.5mm">
41640 <cell alignment="center" valignment="top" usebox="none">
41641 \begin_inset Text
41642
41643 \begin_layout Plain Layout
41644 \begin_inset Info
41645 type  "icon"
41646 arg   "math-macro-remove-optional-param"
41647 \end_inset
41648
41649
41650 \end_layout
41651
41652 \end_inset
41653 </cell>
41654 <cell alignment="center" valignment="top" usebox="none">
41655 \begin_inset Text
41656
41657 \begin_layout Plain Layout
41658
41659 \family sans
41660 \series bold
41661 編集\SpecialChar menuseparator
41662 数式\SpecialChar menuseparator
41663 マクロ定義\SpecialChar menuseparator
41664 非必須引数を削除
41665 \end_layout
41666
41667 \end_inset
41668 </cell>
41669 </row>
41670 <row interlinespace="2.5mm">
41671 <cell alignment="center" valignment="top" usebox="none">
41672 \begin_inset Text
41673
41674 \begin_layout Plain Layout
41675 \begin_inset Info
41676 type  "icon"
41677 arg   "math-macro-add-optional-param"
41678 \end_inset
41679
41680
41681 \end_layout
41682
41683 \end_inset
41684 </cell>
41685 <cell alignment="center" valignment="top" usebox="none">
41686 \begin_inset Text
41687
41688 \begin_layout Plain Layout
41689
41690 \family sans
41691 \series bold
41692 編集\SpecialChar menuseparator
41693 数式\SpecialChar menuseparator
41694 マクロ定義\SpecialChar menuseparator
41695 非必須引数を挿入
41696 \end_layout
41697
41698 \end_inset
41699 </cell>
41700 </row>
41701 <row interlinespace="2.5mm">
41702 <cell alignment="center" valignment="top" usebox="none">
41703 \begin_inset Text
41704
41705 \begin_layout Plain Layout
41706 \begin_inset Info
41707 type  "icon"
41708 arg   "math-macro-remove-greedy-param"
41709 \end_inset
41710
41711
41712 \end_layout
41713
41714 \end_inset
41715 </cell>
41716 <cell alignment="center" valignment="top" usebox="none">
41717 \begin_inset Text
41718
41719 \begin_layout Plain Layout
41720
41721 \family sans
41722 \series bold
41723 編集\SpecialChar menuseparator
41724 数式\SpecialChar menuseparator
41725 マクロ定義\SpecialChar menuseparator
41726 右に吐き出す形で
41727 \begin_inset Newline newline
41728 \end_inset
41729
41730
41731 \begin_inset Phantom HPhantom
41732 status open
41733
41734 \begin_layout Plain Layout
41735
41736 \family sans
41737 編集\SpecialChar menuseparator
41738 数式\SpecialChar menuseparator
41739 マクロ定義\SpecialChar menuseparator
41740
41741 \end_layout
41742
41743 \end_inset
41744
41745 最後の引数を削除
41746 \end_layout
41747
41748 \end_inset
41749 </cell>
41750 </row>
41751 <row interlinespace="2.5mm">
41752 <cell alignment="center" valignment="top" usebox="none">
41753 \begin_inset Text
41754
41755 \begin_layout Plain Layout
41756 \begin_inset Info
41757 type  "icon"
41758 arg   "math-macro-append-greedy-param"
41759 \end_inset
41760
41761
41762 \end_layout
41763
41764 \end_inset
41765 </cell>
41766 <cell alignment="center" valignment="top" usebox="none">
41767 \begin_inset Text
41768
41769 \begin_layout Plain Layout
41770
41771 \family sans
41772 \series bold
41773 編集\SpecialChar menuseparator
41774 数式\SpecialChar menuseparator
41775 マクロ定義\SpecialChar menuseparator
41776 右から喰う形で
41777 \begin_inset Newline newline
41778 \end_inset
41779
41780
41781 \begin_inset Phantom HPhantom
41782 status open
41783
41784 \begin_layout Plain Layout
41785
41786 \family sans
41787 編集\SpecialChar menuseparator
41788 数式\SpecialChar menuseparator
41789 マクロ定義\SpecialChar menuseparator
41790
41791 \end_layout
41792
41793 \end_inset
41794
41795 引数を追加
41796 \end_layout
41797
41798 \end_inset
41799 </cell>
41800 </row>
41801 <row interlinespace="2.5mm">
41802 <cell alignment="center" valignment="top" usebox="none">
41803 \begin_inset Text
41804
41805 \begin_layout Plain Layout
41806 \begin_inset Info
41807 type  "icon"
41808 arg   "math-macro-add-greedy-optional-param"
41809 \end_inset
41810
41811
41812 \end_layout
41813
41814 \end_inset
41815 </cell>
41816 <cell alignment="center" valignment="top" usebox="none">
41817 \begin_inset Text
41818
41819 \begin_layout Plain Layout
41820
41821 \family sans
41822 \series bold
41823 編集\SpecialChar menuseparator
41824 数式\SpecialChar menuseparator
41825 マクロ定義\SpecialChar menuseparator
41826 右から喰う形で
41827 \begin_inset Newline newline
41828 \end_inset
41829
41830
41831 \begin_inset Phantom HPhantom
41832 status open
41833
41834 \begin_layout Plain Layout
41835
41836 \family sans
41837 編集\SpecialChar menuseparator
41838 数式\SpecialChar menuseparator
41839 マクロ定義\SpecialChar menuseparator
41840
41841 \end_layout
41842
41843 \end_inset
41844
41845 非必須引数を追加
41846 \end_layout
41847
41848 \end_inset
41849 </cell>
41850 </row>
41851 </lyxtabular>
41852
41853 \end_inset
41854
41855
41856 \end_layout
41857
41858 \begin_layout Section
41859 コンピュータ代数システム
41860 \end_layout
41861
41862 \begin_layout Standard
41863 \SpecialChar LyX
41864 では,
41865 \SpecialChar LyX
41866 の数式エディタで書かれた数式表現と,
41867 外部プログラムやユーザ定義スクリプトとの間のやり取りが可能です.現在サポートされているプログラムは,
41868
41869 \family sans
41870 Maple
41871 \family default
41872
41873 \family sans
41874 Mathematica
41875 \family default
41876
41877 \family sans
41878 Maxima
41879 \family default
41880
41881 \family sans
41882 Octave
41883 \family default
41884 です.サポートされている数式表現は,
41885 非常に単純なものに限られていますので,
41886 ご注意ください.
41887 \end_layout
41888
41889 \begin_layout Subsection
41890 使用法
41891 \end_layout
41892
41893 \begin_layout Standard
41894 数式表現を書いた後,
41895
41896 \family sans
41897 \series bold
41898 編集\SpecialChar menuseparator
41899 数式\SpecialChar menuseparator
41900 コンピュータ代数システムを使用
41901 \family default
41902 \series default
41903
41904 \begin_inset space \thinspace{}
41905 \end_inset
41906
41907 メニューで,
41908 コンピュータに導入済みのプログラムを選択します.その後,
41909 計算結果が,
41910 数式表現の右に「=」演算子とともに表示されます.
41911 \end_layout
41912
41913 \begin_layout Standard
41914 下記は,
41915 どのような計算が可能かをいくつか例示したものです(出力は
41916 \family typewriter
41917 Maxima
41918 \family default
41919 です).
41920 \end_layout
41921
41922 \begin_layout Itemize
41923 \begin_inset Formula $\frac{37}{3}*2-\sum_{i=1}^{3}i^{i}=-\frac{22}{3}$
41924 \end_inset
41925
41926
41927 \end_layout
41928
41929 \begin_layout Itemize
41930 \begin_inset Formula $\frac{37.0}{3}=12.33333333333333$
41931 \end_inset
41932
41933
41934 \end_layout
41935
41936 \begin_layout Itemize
41937 \begin_inset Formula $\int_{1}^{2}\sin(x)dx=\cos1-\cos2$
41938 \end_inset
41939
41940
41941 \end_layout
41942
41943 \begin_layout Itemize
41944 \begin_inset Formula $\int\left(\frac{1}{1+x^{3}}\right)dx=-\frac{\log\left(x^{2}-x+1\right)}{6}+\frac{\arctan\left(\frac{2\,x-1}{\sqrt{3}}\right)}{\sqrt{3}}+\frac{\log\left(x+1\right)}{3}$
41945 \end_inset
41946
41947
41948 \begin_inset Newline newline
41949 \end_inset
41950
41951
41952 \begin_inset Note Greyedout
41953 status open
41954
41955 \begin_layout Plain Layout
41956
41957 \series bold
41958 [註]
41959 \series default
41960 単純な「(」「)」文字ではなく,
41961 適切な区切り差込枠
41962 \begin_inset Formula $\left(\right)$
41963 \end_inset
41964
41965 を使わなくてはなりません.
41966 \end_layout
41967
41968 \end_inset
41969
41970  
41971 \end_layout
41972
41973 \begin_layout Itemize
41974 \begin_inset Formula $\det\left[\begin{array}{ccc}
41975 1 & 6 & 7\\
41976 2 & 5 & 8\\
41977 3 & 4 & 17
41978 \end{array}\right]=-56$
41979 \end_inset
41980
41981
41982 \end_layout
41983
41984 \begin_layout Itemize
41985 \begin_inset Formula $\lim_{x\rightarrow0}\left(\frac{\sin(x)}{x}\right)=1$
41986 \end_inset
41987
41988
41989 \end_layout
41990
41991 \begin_layout Itemize
41992 \begin_inset Formula $powerseries\left(-\log\left(5-x\right),x,1\right)=\sum_{{\mathit{i}_{2}}=0}^{\infty}{\frac{4^{-{\mathit{i}_{2}}-1}\,\left(x-1\right)^{{\mathit{i}_{2}}+1}}{{\mathit{i}_{2}}+1}}-\log4$
41993 \end_inset
41994
41995
41996 \end_layout
41997
41998 \begin_layout Itemize
41999 \begin_inset Formula $solve\left(x_{1}+y_{1}^{3}=y_{1}+x_{1}^{2},x_{1}\right)=\left[x_{1}=-\frac{\sqrt{4\,y_{1}^{3}-4\,y_{1}+1}-1}{2},x_{1}=\frac{\sqrt{4\,y_{1}^{3}-4\,y_{1}+1}+1}{2}\right]$
42000 \end_inset
42001
42002
42003 \end_layout
42004
42005 \begin_layout Subsection
42006 ショートカット
42007 \end_layout
42008
42009 \begin_layout Standard
42010 現在のところ,
42011 代数プログラムを呼び出すためのショートカットはありません.しかし,
42012 ショートカットを
42013 \family sans
42014 math-extern
42015 \family default
42016  \SpecialChar LyX
42017 関数にバインドすることは容易です(取扱説明書『\SpecialChar LyX
42018 関数篇』参照).例えば,
42019 数式エディタ中で
42020 \family sans
42021 \series bold
42022 リターン
42023 \family default
42024 \series default
42025 キーをバインドさせることもできます.それを
42026 \family typewriter
42027 Maxima
42028 \family default
42029 にバインドするには,
42030 下記のショートカット定義コマンドを使用します.
42031 \end_layout
42032
42033 \begin_layout Standard
42034
42035 \series bold
42036 command-alternatives paragraph-break;math-extern maxima
42037 \end_layout
42038
42039 \begin_layout Section
42040 補遺
42041 \begin_inset Index idx
42042 range none
42043 pageformat default
42044 status collapsed
42045
42046 \begin_layout Plain Layout
42047 \begin_inset IndexMacro sortkey
42048 status open
42049
42050 \begin_layout Plain Layout
42051 ほい
42052 \end_layout
42053
42054 \end_inset
42055
42056 補遺
42057 \end_layout
42058
42059 \end_inset
42060
42061
42062 \end_layout
42063
42064 \begin_layout Subsection
42065 負の数
42066 \begin_inset Index idx
42067 range none
42068 pageformat default
42069 status collapsed
42070
42071 \begin_layout Plain Layout
42072 \begin_inset IndexMacro sortkey
42073 status open
42074
42075 \begin_layout Plain Layout
42076 かす
42077 \end_layout
42078
42079 \end_inset
42080
42081
42082 \begin_inset IndexMacro subentry
42083 status open
42084
42085 \begin_layout Plain Layout
42086 \begin_inset IndexMacro sortkey
42087 status open
42088
42089 \begin_layout Plain Layout
42090 ふの
42091 \end_layout
42092
42093 \end_inset
42094
42095 負の
42096 \begin_inset space \thinspace{}
42097 \end_inset
42098
42099
42100
42101
42102 \end_layout
42103
42104 \end_inset
42105
42106
42107 \end_layout
42108
42109 \end_inset
42110
42111
42112 \end_layout
42113
42114 \begin_layout Standard
42115 数式中の負の数は,
42116 数の前の負符号が,
42117 差演算子記号と同じ長さに設定されてしまうために,
42118 汚く見えてしまうことがあります.負の数を通常の文章として書くと,
42119 負符号は正しく表示されます.
42120 \end_layout
42121
42122 \begin_layout Standard
42123 したがって,
42124 この問題は,
42125 負符号を数式テキストに変換することによって,
42126 解消されます.
42127 \end_layout
42128
42129 \begin_layout Standard
42130 以下は,
42131 この問題を示す例です.
42132 \end_layout
42133
42134 \begin_layout Standard
42135 \align center
42136 \begin_inset Tabular
42137 <lyxtabular version="3" rows="3" columns="2">
42138 <features booktabs="true" tabularvalignment="middle">
42139 <column alignment="right" valignment="top" width="0pt">
42140 <column alignment="left" valignment="top">
42141 <row>
42142 <cell alignment="right" valignment="top" topline="true" leftline="true" usebox="none">
42143 \begin_inset Text
42144
42145 \begin_layout Plain Layout
42146 通常の文章:
42147
42148 \end_layout
42149
42150 \end_inset
42151 </cell>
42152 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
42153 \begin_inset Text
42154
42155 \begin_layout Plain Layout
42156 x = -2
42157 \end_layout
42158
42159 \end_inset
42160 </cell>
42161 </row>
42162 <row>
42163 <cell alignment="right" valignment="top" leftline="true" usebox="none">
42164 \begin_inset Text
42165
42166 \begin_layout Plain Layout
42167 数式:
42168
42169 \end_layout
42170
42171 \end_inset
42172 </cell>
42173 <cell alignment="center" valignment="top" rightline="true" usebox="none">
42174 \begin_inset Text
42175
42176 \begin_layout Plain Layout
42177 \begin_inset Formula $x=-2$
42178 \end_inset
42179
42180
42181 \end_layout
42182
42183 \end_inset
42184 </cell>
42185 </row>
42186 <row>
42187 <cell alignment="right" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
42188 \begin_inset Text
42189
42190 \begin_layout Plain Layout
42191 解決策:
42192
42193 \end_layout
42194
42195 \end_inset
42196 </cell>
42197 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
42198 \begin_inset Text
42199
42200 \begin_layout Plain Layout
42201 \begin_inset Formula $x=\textrm{-}2$
42202 \end_inset
42203
42204
42205 \end_layout
42206
42207 \end_inset
42208 </cell>
42209 </row>
42210 </lyxtabular>
42211
42212 \end_inset
42213
42214
42215 \end_layout
42216
42217 \begin_layout Subsection
42218 位区切りとしてのコンマ
42219 \begin_inset Index idx
42220 range none
42221 pageformat default
42222 status collapsed
42223
42224 \begin_layout Plain Layout
42225 \begin_inset IndexMacro sortkey
42226 status open
42227
42228 \begin_layout Plain Layout
42229 こんま
42230 \end_layout
42231
42232 \end_inset
42233
42234 コンマ
42235 \end_layout
42236
42237 \end_inset
42238
42239
42240 \begin_inset Index idx
42241 range none
42242 pageformat default
42243 status collapsed
42244
42245 \begin_layout Plain Layout
42246 \begin_inset IndexMacro sortkey
42247 status open
42248
42249 \begin_layout Plain Layout
42250 かんま
42251 \end_layout
42252
42253 \end_inset
42254
42255 カンマ
42256 \begin_inset IndexMacro see
42257 status open
42258
42259 \begin_layout Plain Layout
42260 コンマ
42261 \end_layout
42262
42263 \end_inset
42264
42265
42266 \end_layout
42267
42268 \end_inset
42269
42270
42271 \end_layout
42272
42273 \begin_layout Standard
42274 \SpecialChar LaTeX
42275 では,
42276 英語の慣習にしたがい,
42277 数式中のコンマを数字の位区切りに使用します.よって,
42278 数式中のコンマの後ろには,
42279 つねに空白が加わります.
42280 \end_layout
42281
42282 \begin_layout Standard
42283 これを回避するためには,
42284 コンマを選択して,
42285 数式テキストに変更して下さい(¯ショートカット:
42286
42287 \begin_inset Info
42288 type  "shortcut"
42289 arg   "math-mode"
42290 \end_inset
42291
42292 ).
42293 \end_layout
42294
42295 \begin_layout Standard
42296 文書中の数式コンマを,
42297 すべて小数点として使うには,
42298 \SpecialChar LaTeX
42299 プリアンブルに
42300 \end_layout
42301
42302 \begin_layout Standard
42303
42304 \series bold
42305
42306 \backslash
42307 usepackage{icomma}
42308 \end_layout
42309
42310 \begin_layout Standard
42311 という行を加えて,
42312
42313 \series bold
42314 icomma.sty
42315 \series default
42316
42317 \begin_inset Foot
42318 status collapsed
42319
42320 \begin_layout Plain Layout
42321
42322 \series bold
42323 icomma
42324 \series default
42325 は,
42326 \SpecialChar LaTeX
42327 パッケージ
42328 \series bold
42329 was
42330 \series default
42331
42332 \begin_inset Index idx
42333 range none
42334 pageformat default
42335 status collapsed
42336
42337 \begin_layout Plain Layout
42338 はつけし@パッケージ!was
42339 \begin_inset ERT
42340 status collapsed
42341
42342 \begin_layout Plain Layout
42343
42344
42345 \backslash
42346 vspace{4mm}
42347 \end_layout
42348
42349 \end_inset
42350
42351
42352 \end_layout
42353
42354 \end_inset
42355
42356 に含まれています.
42357 \end_layout
42358
42359 \end_inset
42360
42361
42362 \begin_inset Index idx
42363 range none
42364 pageformat default
42365 status collapsed
42366
42367 \begin_layout Plain Layout
42368 \begin_inset IndexMacro sortkey
42369 status open
42370
42371 \begin_layout Plain Layout
42372 はつけし
42373 \end_layout
42374
42375 \end_inset
42376
42377 パッケージ
42378 \begin_inset IndexMacro subentry
42379 status open
42380
42381 \begin_layout Plain Layout
42382 icomma
42383 \end_layout
42384
42385 \end_inset
42386
42387
42388 \end_layout
42389
42390 \end_inset
42391
42392 ファイルを読み込みます.
42393 \end_layout
42394
42395 \begin_layout Subsection
42396 物理ベクトル
42397 \begin_inset CommandInset label
42398 LatexCommand label
42399 name "subsec:物理ベクトル"
42400
42401 \end_inset
42402
42403
42404 \begin_inset Index idx
42405 range none
42406 pageformat default
42407 status collapsed
42408
42409 \begin_layout Plain Layout
42410 \begin_inset IndexMacro sortkey
42411 status open
42412
42413 \begin_layout Plain Layout
42414 へくとる
42415 \end_layout
42416
42417 \end_inset
42418
42419 ベクトル
42420 \begin_inset IndexMacro subentry
42421 status open
42422
42423 \begin_layout Plain Layout
42424 \begin_inset IndexMacro sortkey
42425 status open
42426
42427 \begin_layout Plain Layout
42428 ふつり
42429 \end_layout
42430
42431 \end_inset
42432
42433 物理
42434 \begin_inset space \thinspace{}
42435 \end_inset
42436
42437
42438
42439
42440 \end_layout
42441
42442 \end_inset
42443
42444
42445 \end_layout
42446
42447 \end_inset
42448
42449
42450 \end_layout
42451
42452 \begin_layout Standard
42453 \SpecialChar LaTeX
42454 パッケージ
42455 \series bold
42456 braket
42457 \series default
42458
42459 \begin_inset Foot
42460 status collapsed
42461
42462 \begin_layout Plain Layout
42463
42464 \series bold
42465 braket
42466 \series default
42467  は標準的\SpecialChar LaTeX
42468 頒布版のすべてに含まれています.
42469 \end_layout
42470
42471 \end_inset
42472
42473
42474 \begin_inset Index idx
42475 range none
42476 pageformat default
42477 status collapsed
42478
42479 \begin_layout Plain Layout
42480 \begin_inset IndexMacro sortkey
42481 status open
42482
42483 \begin_layout Plain Layout
42484 はつけし
42485 \end_layout
42486
42487 \end_inset
42488
42489 パッケージ
42490 \begin_inset IndexMacro subentry
42491 status open
42492
42493 \begin_layout Plain Layout
42494 braket
42495 \end_layout
42496
42497 \end_inset
42498
42499
42500 \end_layout
42501
42502 \end_inset
42503
42504 には,
42505 定義済みのベクトルが提供されており,
42506
42507 \end_layout
42508
42509 \begin_layout Standard
42510
42511 \series bold
42512
42513 \backslash
42514 usepackage{braket}
42515 \end_layout
42516
42517 \begin_layout Standard
42518 という\SpecialChar LaTeX
42519 プリアンブル行で読み込むことができます.
42520 \end_layout
42521
42522 \begin_layout Standard
42523 \begin_inset ERT
42524 status collapsed
42525
42526 \begin_layout Plain Layout
42527
42528
42529 \backslash
42530 ifbraket 
42531 \end_layout
42532
42533 \end_inset
42534
42535
42536 \begin_inset Note Note
42537 status open
42538
42539 \begin_layout Plain Layout
42540 以下の表は,
42541
42542 \series bold
42543 braket
42544 \series default
42545  \SpecialChar LaTeX
42546 パッケージが導入済みのときのみ表示されます.
42547 \end_layout
42548
42549 \end_inset
42550
42551 以下のコマンドが定義されています.
42552 \end_layout
42553
42554 \begin_layout Standard
42555 \align center
42556 \begin_inset Tabular
42557 <lyxtabular version="3" rows="4" columns="2">
42558 <features booktabs="true" tabularvalignment="middle">
42559 <column alignment="center" valignment="top" width="0pt">
42560 <column alignment="center" valignment="top">
42561 <row>
42562 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
42563 \begin_inset Text
42564
42565 \begin_layout Plain Layout
42566 コマンド
42567 \end_layout
42568
42569 \end_inset
42570 </cell>
42571 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
42572 \begin_inset Text
42573
42574 \begin_layout Plain Layout
42575 出力
42576 \end_layout
42577
42578 \end_inset
42579 </cell>
42580 </row>
42581 <row>
42582 <cell alignment="center" valignment="top" usebox="none">
42583 \begin_inset Text
42584
42585 \begin_layout Plain Layout
42586
42587 \backslash
42588 Bra{
42589 \backslash
42590 psi
42591 \end_layout
42592
42593 \end_inset
42594 </cell>
42595 <cell alignment="center" valignment="top" usebox="none">
42596 \begin_inset Text
42597
42598 \begin_layout Plain Layout
42599 \begin_inset Formula $\Bra{\psi}$
42600 \end_inset
42601
42602
42603 \end_layout
42604
42605 \end_inset
42606 </cell>
42607 </row>
42608 <row>
42609 <cell alignment="center" valignment="top" usebox="none">
42610 \begin_inset Text
42611
42612 \begin_layout Plain Layout
42613
42614 \backslash
42615 Ket{
42616 \backslash
42617 psi
42618 \end_layout
42619
42620 \end_inset
42621 </cell>
42622 <cell alignment="center" valignment="top" usebox="none">
42623 \begin_inset Text
42624
42625 \begin_layout Plain Layout
42626 \begin_inset Formula $\Ket{\psi}$
42627 \end_inset
42628
42629
42630 \end_layout
42631
42632 \end_inset
42633 </cell>
42634 </row>
42635 <row>
42636 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
42637 \begin_inset Text
42638
42639 \begin_layout Plain Layout
42640
42641 \backslash
42642 Braket{
42643 \backslash
42644 psi|
42645 \backslash
42646 phi
42647 \end_layout
42648
42649 \end_inset
42650 </cell>
42651 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
42652 \begin_inset Text
42653
42654 \begin_layout Plain Layout
42655 \begin_inset Formula $\Braket{\psi|\phi}$
42656 \end_inset
42657
42658
42659 \end_layout
42660
42661 \end_inset
42662 </cell>
42663 </row>
42664 </lyxtabular>
42665
42666 \end_inset
42667
42668
42669 \end_layout
42670
42671 \begin_layout Standard
42672
42673 \series bold
42674
42675 \backslash
42676 Braket
42677 \series default
42678 コマンドを使うと,
42679 以下のように,
42680 すべての縦棒がそれを囲む括弧と同じ大きさに設定されます.
42681 \begin_inset Formula 
42682 \[
42683 \Braket{\phi|J=\frac{3}{2}\,,\,M_{J}}
42684 \]
42685
42686 \end_inset
42687
42688
42689 \begin_inset ERT
42690 status collapsed
42691
42692 \begin_layout Plain Layout
42693
42694
42695 \backslash
42696 else 
42697 \end_layout
42698
42699 \end_inset
42700
42701
42702 \begin_inset Note Note
42703 status open
42704
42705 \begin_layout Plain Layout
42706
42707 \series bold
42708 braket
42709 \series default
42710  \SpecialChar LaTeX
42711 パッケージが導入されていないときには,
42712 以下が表示されます.
42713 \end_layout
42714
42715 \end_inset
42716
42717
42718 \end_layout
42719
42720 \begin_layout Standard
42721 本小節の全体を出力で見るためには,
42722
42723 \series bold
42724 braket
42725 \series default
42726  \SpecialChar LaTeX
42727 パッケージを導入する必要があります.
42728 \end_layout
42729
42730 \begin_layout Standard
42731 \begin_inset ERT
42732 status collapsed
42733
42734 \begin_layout Plain Layout
42735
42736
42737 \backslash
42738 fi 
42739 \end_layout
42740
42741 \end_inset
42742
42743
42744 \end_layout
42745
42746 \begin_layout Standard
42747
42748 \series bold
42749
42750 \backslash
42751 Braket
42752 \series default
42753 と同じ効果は,
42754
42755 \begin_inset CommandInset ref
42756 LatexCommand ref
42757 reference "subsec:自動の括弧高"
42758 nolink "false"
42759
42760 \end_inset
42761
42762 節に説明されているとおり,
42763
42764 \series bold
42765
42766 \backslash
42767 middle
42768 \series default
42769 コマンドを用いることによっても実現できます.
42770 \end_layout
42771
42772 \begin_layout Subsection
42773 自己定義の分数
42774 \begin_inset CommandInset label
42775 LatexCommand label
42776 name "subsec:自己定義の分数"
42777
42778 \end_inset
42779
42780
42781 \begin_inset Index idx
42782 range none
42783 pageformat default
42784 status collapsed
42785
42786 \begin_layout Plain Layout
42787 \begin_inset IndexMacro sortkey
42788 status open
42789
42790 \begin_layout Plain Layout
42791 ふんすう
42792 \end_layout
42793
42794 \end_inset
42795
42796 分数
42797 \begin_inset IndexMacro subentry
42798 status open
42799
42800 \begin_layout Plain Layout
42801 \begin_inset IndexMacro sortkey
42802 status open
42803
42804 \begin_layout Plain Layout
42805 しこていきの
42806 \end_layout
42807
42808 \end_inset
42809
42810 自己定義の
42811 \end_layout
42812
42813 \end_inset
42814
42815
42816 \end_layout
42817
42818 \end_inset
42819
42820
42821 \end_layout
42822
42823 \begin_layout Standard
42824 分数用の自己定義コマンドを定義するには,
42825 以下の書式を持つ
42826 \series bold
42827
42828 \backslash
42829 genfrac
42830 \series default
42831
42832 \begin_inset Index idx
42833 range none
42834 pageformat default
42835 status collapsed
42836
42837 \begin_layout Plain Layout
42838 \begin_inset IndexMacro sortkey
42839 status open
42840
42841 \begin_layout Plain Layout
42842 こまんと
42843 \end_layout
42844
42845 \end_inset
42846
42847 コマンド
42848 \begin_inset IndexMacro subentry
42849 status open
42850
42851 \begin_layout Plain Layout
42852 G
42853 \end_layout
42854
42855 \end_inset
42856
42857
42858 \begin_inset IndexMacro subentry
42859 status open
42860
42861 \begin_layout Plain Layout
42862
42863 \backslash
42864 genfrac
42865 \end_layout
42866
42867 \end_inset
42868
42869
42870 \end_layout
42871
42872 \end_inset
42873
42874 コマンドを使います.
42875 \end_layout
42876
42877 \begin_layout Standard
42878
42879 \series bold
42880
42881 \backslash
42882 genfrac{左括弧}{右括弧}{分数線の厚み}{様式}
42883 \begin_inset Newline newline
42884 \end_inset
42885
42886
42887 \begin_inset Phantom HPhantom
42888 status open
42889
42890 \begin_layout Plain Layout
42891
42892 \series bold
42893
42894 \backslash
42895 genfrac
42896 \end_layout
42897
42898 \end_inset
42899
42900 {分子}{分母}
42901 \end_layout
42902
42903 \begin_layout Standard
42904 ここで「様式」は,
42905 0
42906 \begin_inset space \thinspace{}
42907 \end_inset
42908
42909 -
42910 \begin_inset space \thinspace{}
42911 \end_inset
42912
42913 3の範囲の数字です.
42914 \end_layout
42915
42916 \begin_layout Standard
42917 \align center
42918 \begin_inset Tabular
42919 <lyxtabular version="3" rows="5" columns="2">
42920 <features booktabs="true" tabularvalignment="middle">
42921 <column alignment="center" valignment="top" width="0pt">
42922 <column alignment="center" valignment="top">
42923 <row>
42924 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
42925 \begin_inset Text
42926
42927 \begin_layout Plain Layout
42928 数字
42929 \end_layout
42930
42931 \end_inset
42932 </cell>
42933 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
42934 \begin_inset Text
42935
42936 \begin_layout Plain Layout
42937 様式(大きさ)
42938 \end_layout
42939
42940 \end_inset
42941 </cell>
42942 </row>
42943 <row>
42944 <cell alignment="center" valignment="top" usebox="none">
42945 \begin_inset Text
42946
42947 \begin_layout Plain Layout
42948 0
42949 \end_layout
42950
42951 \end_inset
42952 </cell>
42953 <cell alignment="center" valignment="top" usebox="none">
42954 \begin_inset Text
42955
42956 \begin_layout Plain Layout
42957 別行立て様式の数式
42958 \end_layout
42959
42960 \end_inset
42961 </cell>
42962 </row>
42963 <row>
42964 <cell alignment="center" valignment="top" usebox="none">
42965 \begin_inset Text
42966
42967 \begin_layout Plain Layout
42968 1
42969 \end_layout
42970
42971 \end_inset
42972 </cell>
42973 <cell alignment="center" valignment="top" usebox="none">
42974 \begin_inset Text
42975
42976 \begin_layout Plain Layout
42977 行内数式
42978 \end_layout
42979
42980 \end_inset
42981 </cell>
42982 </row>
42983 <row>
42984 <cell alignment="center" valignment="top" usebox="none">
42985 \begin_inset Text
42986
42987 \begin_layout Plain Layout
42988 2
42989 \end_layout
42990
42991 \end_inset
42992 </cell>
42993 <cell alignment="center" valignment="top" usebox="none">
42994 \begin_inset Text
42995
42996 \begin_layout Plain Layout
42997 やや小(small)
42998 \end_layout
42999
43000 \end_inset
43001 </cell>
43002 </row>
43003 <row>
43004 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
43005 \begin_inset Text
43006
43007 \begin_layout Plain Layout
43008 3
43009 \end_layout
43010
43011 \end_inset
43012 </cell>
43013 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
43014 \begin_inset Text
43015
43016 \begin_layout Plain Layout
43017 最小(tiny)
43018 \end_layout
43019
43020 \end_inset
43021 </cell>
43022 </row>
43023 </lyxtabular>
43024
43025 \end_inset
43026
43027
43028 \end_layout
43029
43030 \begin_layout Standard
43031 「様式」を指定しないときには,
43032
43033 \series bold
43034
43035 \backslash
43036 frac
43037 \series default
43038 コマンドのように,
43039 大きさは周囲の環境に合わせて調節されます. 
43040 \end_layout
43041
43042 \begin_layout Standard
43043 「分数線の厚み」を指定しないときには,
43044 既定値である0.4
43045 \begin_inset space \thinspace{}
43046 \end_inset
43047
43048 ptが用いられます.
43049 \end_layout
43050
43051 \begin_layout Standard
43052 \begin_inset VSpace medskip
43053 \end_inset
43054
43055 たとえば,
43056
43057 \begin_inset CommandInset ref
43058 LatexCommand ref
43059 reference "subsec:分数"
43060 nolink "false"
43061
43062 \end_inset
43063
43064 節の
43065 \series bold
43066
43067 \backslash
43068 dfrac
43069 \series default
43070 コマンドおよび
43071 \series bold
43072
43073 \backslash
43074 tbinom
43075 \series default
43076 コマンドは,
43077
43078 \end_layout
43079
43080 \begin_layout Standard
43081
43082 \series bold
43083
43084 \backslash
43085 newcommand{
43086 \backslash
43087 dfrac}[2]{
43088 \backslash
43089 genfrac{}{}{}{0}{#1}{#2}}
43090 \end_layout
43091
43092 \begin_layout Standard
43093 あるいは
43094 \end_layout
43095
43096 \begin_layout Standard
43097
43098 \series bold
43099
43100 \backslash
43101 newcommand{
43102 \backslash
43103 tbinom}[2]{
43104 \backslash
43105 genfrac{(}{)}{0pt}{1}{#1}{#2}}
43106 \end_layout
43107
43108 \begin_layout Standard
43109 というコマンドで定義できます.
43110 \end_layout
43111
43112 \begin_layout Standard
43113 \begin_inset VSpace medskip
43114 \end_inset
43115
43116 分数線の厚みを非必須の引数として与えることのできる分数を定義するには,
43117 \SpecialChar LaTeX
43118 プリアンブルに
43119 \end_layout
43120
43121 \begin_layout Standard
43122
43123 \series bold
43124
43125 \backslash
43126 newcommand{
43127 \backslash
43128 fracS}[3][]{
43129 \backslash
43130 genfrac{}{}{#1}{}{#2}{#3}}
43131 \end_layout
43132
43133 \begin_layout Standard
43134 という行を入れます.
43135 \end_layout
43136
43137 \begin_layout Standard
43138 以下は,
43139 そのテストです.
43140 \begin_inset Formula 
43141 \begin{align*}
43142 \text{コマンド} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
43143 \text{出力} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
43144 \end{align*}
43145
43146 \end_inset
43147
43148 ご覧になってわかるように,
43149 分子や分母から分数線までの距離は,
43150 分数線の厚みの約3倍になります.
43151 \end_layout
43152
43153 \begin_layout Subsection
43154 数式の消去
43155 \begin_inset Index idx
43156 range none
43157 pageformat default
43158 status collapsed
43159
43160 \begin_layout Plain Layout
43161 \begin_inset IndexMacro sortkey
43162 status open
43163
43164 \begin_layout Plain Layout
43165 すうしき
43166 \end_layout
43167
43168 \end_inset
43169
43170 数式
43171 \begin_inset IndexMacro subentry
43172 status open
43173
43174 \begin_layout Plain Layout
43175 \begin_inset IndexMacro sortkey
43176 status open
43177
43178 \begin_layout Plain Layout
43179 しようきよ
43180 \end_layout
43181
43182 \end_inset
43183
43184 消去
43185 \end_layout
43186
43187 \end_inset
43188
43189
43190 \end_layout
43191
43192 \end_inset
43193
43194
43195 \end_layout
43196
43197 \begin_layout Standard
43198 数式の全体もしくは一部を消去するには,
43199 4つの方法があります.
43200 \end_layout
43201
43202 \begin_layout Standard
43203 \align center
43204 \begin_inset ERT
43205 status collapsed
43206
43207 \begin_layout Plain Layout
43208
43209
43210 \backslash
43211 ifcancel 
43212 \end_layout
43213
43214 \end_inset
43215
43216
43217 \begin_inset Note Note
43218 status open
43219
43220 \begin_layout Plain Layout
43221 下記の表は,
43222 \SpecialChar LaTeX
43223 パッケージ
43224 \series bold
43225 cancel
43226 \series default
43227 が導入済みの時のみ表示されます.
43228 \end_layout
43229
43230 \end_inset
43231
43232
43233 \end_layout
43234
43235 \begin_layout Standard
43236 \align center
43237 \begin_inset Tabular
43238 <lyxtabular version="3" rows="5" columns="2">
43239 <features booktabs="true" tabularvalignment="middle">
43240 <column alignment="center" valignment="top" width="0pt">
43241 <column alignment="center" valignment="top">
43242 <row>
43243 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
43244 \begin_inset Text
43245
43246 \begin_layout Plain Layout
43247 コマンド
43248 \end_layout
43249
43250 \end_inset
43251 </cell>
43252 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
43253 \begin_inset Text
43254
43255 \begin_layout Plain Layout
43256 出力
43257 \end_layout
43258
43259 \end_inset
43260 </cell>
43261 </row>
43262 <row>
43263 <cell alignment="center" valignment="top" usebox="none">
43264 \begin_inset Text
43265
43266 \begin_layout Plain Layout
43267
43268 \backslash
43269 cancel
43270 \begin_inset space \textvisiblespace{}
43271 \end_inset
43272
43273
43274 \backslash
43275 int
43276 \begin_inset space \textvisiblespace{}
43277 \end_inset
43278
43279 A=B
43280 \end_layout
43281
43282 \end_inset
43283 </cell>
43284 <cell alignment="center" valignment="top" usebox="none">
43285 \begin_inset Text
43286
43287 \begin_layout Plain Layout
43288 \begin_inset Formula $\cancel{\int A=B}$
43289 \end_inset
43290
43291
43292 \end_layout
43293
43294 \end_inset
43295 </cell>
43296 </row>
43297 <row topspace="1.5mm">
43298 <cell alignment="center" valignment="top" usebox="none">
43299 \begin_inset Text
43300
43301 \begin_layout Plain Layout
43302
43303 \backslash
43304 bcancel
43305 \begin_inset space \textvisiblespace{}
43306 \end_inset
43307
43308
43309 \backslash
43310 int
43311 \begin_inset space \textvisiblespace{}
43312 \end_inset
43313
43314 A=B
43315 \end_layout
43316
43317 \end_inset
43318 </cell>
43319 <cell alignment="center" valignment="top" usebox="none">
43320 \begin_inset Text
43321
43322 \begin_layout Plain Layout
43323 \begin_inset Formula $\bcancel{\int A=B}$
43324 \end_inset
43325
43326
43327 \end_layout
43328
43329 \end_inset
43330 </cell>
43331 </row>
43332 <row topspace="1.5mm">
43333 <cell alignment="center" valignment="top" usebox="none">
43334 \begin_inset Text
43335
43336 \begin_layout Plain Layout
43337
43338 \backslash
43339 xcancel
43340 \begin_inset space \textvisiblespace{}
43341 \end_inset
43342
43343
43344 \backslash
43345 int
43346 \begin_inset space \textvisiblespace{}
43347 \end_inset
43348
43349 A=B
43350 \end_layout
43351
43352 \end_inset
43353 </cell>
43354 <cell alignment="center" valignment="top" usebox="none">
43355 \begin_inset Text
43356
43357 \begin_layout Plain Layout
43358 \begin_inset Formula $\xcancel{\int A=B}$
43359 \end_inset
43360
43361
43362 \end_layout
43363
43364 \end_inset
43365 </cell>
43366 </row>
43367 <row>
43368 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
43369 \begin_inset Text
43370
43371 \begin_layout Plain Layout
43372
43373 \backslash
43374 cancelto
43375 \begin_inset space \textvisiblespace{}
43376 \end_inset
43377
43378
43379 \backslash
43380 int
43381 \begin_inset space \textvisiblespace{}
43382 \end_inset
43383
43384 A=B
43385 \begin_inset Formula $\to$
43386 \end_inset
43387
43388 1
43389 \end_layout
43390
43391 \end_inset
43392 </cell>
43393 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
43394 \begin_inset Text
43395
43396 \begin_layout Plain Layout
43397 \begin_inset Formula $\cancelto{1}{\int A=B}\hspace{3mm}$
43398 \end_inset
43399
43400
43401 \end_layout
43402
43403 \end_inset
43404 </cell>
43405 </row>
43406 </lyxtabular>
43407
43408 \end_inset
43409
43410
43411 \end_layout
43412
43413 \begin_layout Standard
43414
43415 \series bold
43416
43417 \backslash
43418 cancelto
43419 \series default
43420 は,
43421 以下のように,
43422 とくに数式中の分数の約分を表示するのに適しています.
43423 \begin_inset Formula 
43424 \[
43425 \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}}}
43426 \]
43427
43428 \end_inset
43429
43430
43431 \end_layout
43432
43433 \begin_layout Standard
43434
43435 \series bold
43436
43437 \backslash
43438 cancelto
43439 \series default
43440 の「下付き文字」寸法の大きさを変えるには,
43441
43442 \end_layout
43443
43444 \begin_layout Standard
43445
43446 \series bold
43447
43448 \backslash
43449 PassOptionsToPackage{オプション}{cancel}
43450 \end_layout
43451
43452 \begin_layout Standard
43453 という行を\SpecialChar LaTeX
43454 プリアンブルに書き加えてください.ここで,
43455
43456 \series bold
43457 オプション
43458 \series default
43459
43460 \series bold
43461 samesize
43462 \series default
43463 にすると,
43464 取り消した部分と同じ寸法になり,
43465
43466 \series bold
43467 Smaller
43468 \series default
43469 にすると,
43470 通常よりも少し小さくなります.
43471 \end_layout
43472
43473 \begin_layout Standard
43474 取り消し線に色を付けるには,
43475 \SpecialChar TeX
43476 コードで以下のコマンドを書き加えてください.
43477 \end_layout
43478
43479 \begin_layout Standard
43480
43481 \series bold
43482
43483 \backslash
43484 renewcommand{
43485 \backslash
43486 CancelColor}{
43487 \backslash
43488 color{red}}
43489 \end_layout
43490
43491 \begin_layout Standard
43492 ここで
43493 \series bold
43494 red
43495 \series default
43496 は,
43497 お好みの色に変更することができます.
43498 \end_layout
43499
43500 \begin_layout Standard
43501 \begin_inset ERT
43502 status collapsed
43503
43504 \begin_layout Plain Layout
43505
43506
43507 \backslash
43508 renewcommand{
43509 \backslash
43510 CancelColor}{
43511 \backslash
43512 color{red}}
43513 \end_layout
43514
43515 \end_inset
43516
43517
43518 \end_layout
43519
43520 \begin_layout Standard
43521 \begin_inset Formula 
43522 \[
43523 \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}}}
43524 \]
43525
43526 \end_inset
43527
43528
43529 \end_layout
43530
43531 \begin_layout Standard
43532 \begin_inset ERT
43533 status collapsed
43534
43535 \begin_layout Plain Layout
43536
43537
43538 \backslash
43539 renewcommand{
43540 \backslash
43541 CancelColor}{
43542 \backslash
43543 color{black}}
43544 \end_layout
43545
43546 \end_inset
43547
43548
43549 \begin_inset Note Note
43550 status open
43551
43552 \begin_layout Plain Layout
43553 色をリセット
43554 \end_layout
43555
43556 \end_inset
43557
43558
43559 \end_layout
43560
43561 \begin_layout Standard
43562 他の微調整については,
43563
43564 \series bold
43565 cancel
43566 \series default
43567 パッケージの取扱説明書
43568 \begin_inset CommandInset citation
43569 LatexCommand cite
43570 key "cancel"
43571 literal "true"
43572
43573 \end_inset
43574
43575 をご覧ください.
43576 \begin_inset Index idx
43577 range none
43578 pageformat default
43579 status collapsed
43580
43581 \begin_layout Plain Layout
43582 はつけし@パッケージ!cancel
43583 \end_layout
43584
43585 \end_inset
43586
43587
43588 \end_layout
43589
43590 \begin_layout Standard
43591 \begin_inset ERT
43592 status collapsed
43593
43594 \begin_layout Plain Layout
43595
43596
43597 \backslash
43598 else 
43599 \end_layout
43600
43601 \end_inset
43602
43603
43604 \begin_inset Note Note
43605 status open
43606
43607 \begin_layout Plain Layout
43608 下記の表は,
43609 \SpecialChar LaTeX
43610 パッケージ
43611 \series bold
43612 cancel
43613 \series default
43614 が導入済みの時のみ表示されます.
43615 \end_layout
43616
43617 \end_inset
43618
43619
43620 \end_layout
43621
43622 \begin_layout Standard
43623 本小節の続きを見るには,
43624 \SpecialChar LaTeX
43625 パッケージ
43626 \series bold
43627 cancel
43628 \series default
43629 を導入する必要があります.
43630 \end_layout
43631
43632 \begin_layout Standard
43633 \begin_inset ERT
43634 status collapsed
43635
43636 \begin_layout Plain Layout
43637
43638
43639 \backslash
43640 fi 
43641 \end_layout
43642
43643 \end_inset
43644
43645
43646 \end_layout
43647
43648 \begin_layout Subsection
43649 節見出し中の数式
43650 \begin_inset CommandInset label
43651 LatexCommand label
43652 name "subsec:節見出し中の数式"
43653
43654 \end_inset
43655
43656
43657 \begin_inset Index idx
43658 range none
43659 pageformat default
43660 status collapsed
43661
43662 \begin_layout Plain Layout
43663 \begin_inset IndexMacro sortkey
43664 status open
43665
43666 \begin_layout Plain Layout
43667 すうしき
43668 \end_layout
43669
43670 \end_inset
43671
43672 数式
43673 \begin_inset IndexMacro subentry
43674 status open
43675
43676 \begin_layout Plain Layout
43677 \begin_inset IndexMacro sortkey
43678 status open
43679
43680 \begin_layout Plain Layout
43681 せつみたしちゆうの
43682 \end_layout
43683
43684 \end_inset
43685
43686 節見出し中の
43687 \begin_inset space \thinspace{}
43688 \end_inset
43689
43690
43691
43692
43693 \end_layout
43694
43695 \end_inset
43696
43697
43698 \end_layout
43699
43700 \end_inset
43701
43702
43703 \end_layout
43704
43705 \begin_layout Standard
43706 数式を節見出し中で使う際には,
43707 以下のことに留意しなくてはなりません.
43708 \end_layout
43709
43710 \begin_layout Standard
43711 \begin_inset Note Greyedout
43712 status open
43713
43714 \begin_layout Plain Layout
43715 文書設定ダイアログの
43716 \family sans
43717 PDF特性
43718 \family default
43719
43720 \series bold
43721 hyperref
43722 \series default
43723
43724 \begin_inset Index idx
43725 range none
43726 pageformat default
43727 status collapsed
43728
43729 \begin_layout Plain Layout
43730 \begin_inset IndexMacro sortkey
43731 status open
43732
43733 \begin_layout Plain Layout
43734 はつけし
43735 \end_layout
43736
43737 \end_inset
43738
43739 パッケージ
43740 \begin_inset IndexMacro subentry
43741 status open
43742
43743 \begin_layout Plain Layout
43744 hyperref
43745 \end_layout
43746
43747 \end_inset
43748
43749
43750 \end_layout
43751
43752 \end_inset
43753
43754 サポートが有効になっている場合,
43755 PDFのしおりが,
43756 目次にある節見出しすべてに関して生成されます.しおり中に数式を入れることはPDFの慣習に違反しているため,
43757 節見出しに数式が含まれている場合,
43758 数式はしおり中に誤った文字列として表示されます.
43759 \end_layout
43760
43761 \end_inset
43762
43763
43764 \end_layout
43765
43766 \begin_layout Standard
43767 これらの問題は,
43768
43769 \family sans
43770 \series bold
43771 挿入\SpecialChar menuseparator
43772 短縮タイトル
43773 \family default
43774 \series default
43775
43776 \begin_inset space \thinspace{}
43777 \end_inset
43778
43779 メニューを使って,
43780 問題となる節見出しの最後に短縮タイトルを入れることで解決することができます.短縮タイトルは,
43781 目次が美しく整形されるように,
43782 多行にわたる節見出しに別名を付けるものです.目次中には,
43783 短縮タイトルのみが表示され,
43784 したがってPDFしおり中にも短縮タイトルのみが表示されます.
43785 \end_layout
43786
43787 \begin_layout Standard
43788 数式を目次中でも使わなくてもならないが,
43789
43790 \series bold
43791 hyperref
43792 \series default
43793 も使用しなくてはならないときには,
43794
43795 \end_layout
43796
43797 \begin_layout Standard
43798
43799 \series bold
43800
43801 \backslash
43802 texorpdfstring{部分}{代替文字列}
43803 \begin_inset Index idx
43804 range none
43805 pageformat default
43806 status collapsed
43807
43808 \begin_layout Plain Layout
43809 \begin_inset IndexMacro sortkey
43810 status open
43811
43812 \begin_layout Plain Layout
43813 こまんと
43814 \end_layout
43815
43816 \end_inset
43817
43818 コマンド
43819 \begin_inset IndexMacro subentry
43820 status open
43821
43822 \begin_layout Plain Layout
43823 T
43824 \end_layout
43825
43826 \end_inset
43827
43828
43829 \begin_inset IndexMacro subentry
43830 status open
43831
43832 \begin_layout Plain Layout
43833
43834 \backslash
43835 texorpdfstring
43836 \end_layout
43837
43838 \end_inset
43839
43840
43841 \end_layout
43842
43843 \end_inset
43844
43845
43846 \end_layout
43847
43848 \begin_layout Standard
43849 というコマンドを\SpecialChar TeX
43850 モードで使う方法があります.
43851 \end_layout
43852
43853 \begin_layout Standard
43854 「部分」は,
43855 見出し中,
43856 PDFしおりに表示したくない部分です.これは,
43857 文字・数式・脚註のほかに相互参照をとることもできます.しおりには,
43858 この部分の代わりに,
43859 「代替文字列」が用いられます.
43860 \end_layout
43861
43862 \begin_layout Standard
43863 以下の二つは,
43864 見出しの例です.
43865 \begin_inset VSpace -3mm
43866 \end_inset
43867
43868
43869 \begin_inset ERT
43870 status collapsed
43871
43872 \begin_layout Plain Layout
43873
43874
43875 \backslash
43876 boldmath 
43877 \end_layout
43878
43879 \end_inset
43880
43881
43882 \end_layout
43883
43884 \begin_layout Subsubsection
43885 目次中では数式を使わない見出し
43886 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
43887 \end_inset
43888
43889
43890 \begin_inset Argument 1
43891 status collapsed
43892
43893 \begin_layout Plain Layout
43894 目次中では数式を使わない見出し
43895 \end_layout
43896
43897 \end_inset
43898
43899
43900 \end_layout
43901
43902 \begin_layout Subsubsection
43903 目次中で数式を使う見出し
43904 \begin_inset ERT
43905 status collapsed
43906
43907 \begin_layout Plain Layout
43908
43909
43910 \backslash
43911 texorpdfstring{
43912 \end_layout
43913
43914 \end_inset
43915
43916  
43917 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
43918 \end_inset
43919
43920
43921 \begin_inset ERT
43922 status collapsed
43923
43924 \begin_layout Plain Layout
43925
43926 }{}
43927 \end_layout
43928
43929 \end_inset
43930
43931
43932 \end_layout
43933
43934 \begin_layout Standard
43935 \begin_inset ERT
43936 status collapsed
43937
43938 \begin_layout Plain Layout
43939
43940
43941 \backslash
43942 unboldmath 
43943 \end_layout
43944
43945 \end_inset
43946
43947 一つめの見出しでは短縮タイトルが使われており,
43948 二つめの見出しでは
43949 \series bold
43950
43951 \backslash
43952 texorpdfstring
43953 \series default
43954 が使われています.
43955 \end_layout
43956
43957 \begin_layout Standard
43958 他の節見出しと同じ書式を得るために,
43959 上の見出し全体は
43960 \series bold
43961 boldmath
43962 \series default
43963 環境に設定してあります
43964 \begin_inset Foot
43965 status collapsed
43966
43967 \begin_layout Plain Layout
43968
43969 \begin_inset CommandInset ref
43970 LatexCommand ref
43971 reference "subsec:ボールド体の数式"
43972 nolink "false"
43973
43974 \end_inset
43975
43976 節参照.
43977 \end_layout
43978
43979 \end_inset
43980
43981
43982 \end_layout
43983
43984 \begin_layout Subsection
43985 多段組文中の数式
43986 \begin_inset Index idx
43987 range none
43988 pageformat default
43989 status collapsed
43990
43991 \begin_layout Plain Layout
43992 \begin_inset IndexMacro sortkey
43993 status open
43994
43995 \begin_layout Plain Layout
43996 すうしき
43997 \end_layout
43998
43999 \end_inset
44000
44001 数式
44002 \begin_inset IndexMacro subentry
44003 status open
44004
44005 \begin_layout Plain Layout
44006 \begin_inset IndexMacro sortkey
44007 status open
44008
44009 \begin_layout Plain Layout
44010 たたんくみふんちゆうの
44011 \end_layout
44012
44013 \end_inset
44014
44015 多段組文中の
44016 \begin_inset space \thinspace{}
44017 \end_inset
44018
44019
44020
44021
44022 \end_layout
44023
44024 \end_inset
44025
44026
44027 \end_layout
44028
44029 \end_inset
44030
44031
44032 \end_layout
44033
44034 \begin_layout Standard
44035 多段組文中に数式を作ると,
44036 段の中に収まりきらないことも多く,
44037 ページ幅全体に広がるようにする必要があることがあります.これは,
44038
44039 \series bold
44040 multicol
44041 \series default
44042
44043 \begin_inset Foot
44044 status collapsed
44045
44046 \begin_layout Plain Layout
44047
44048 \series bold
44049 multicol
44050 \series default
44051 は,
44052 標準的\SpecialChar LaTeX
44053 頒布版のすべてに含まれています.
44054 \end_layout
44055
44056 \end_inset
44057
44058
44059 \begin_inset Index idx
44060 range none
44061 pageformat default
44062 status collapsed
44063
44064 \begin_layout Plain Layout
44065 \begin_inset IndexMacro sortkey
44066 status open
44067
44068 \begin_layout Plain Layout
44069 はつけし
44070 \end_layout
44071
44072 \end_inset
44073
44074 パッケージ
44075 \begin_inset IndexMacro subentry
44076 status open
44077
44078 \begin_layout Plain Layout
44079 multicol
44080 \end_layout
44081
44082 \end_inset
44083
44084
44085 \end_layout
44086
44087 \end_inset
44088
44089  \SpecialChar LaTeX
44090 パッケージを,
44091
44092 \end_layout
44093
44094 \begin_layout Standard
44095
44096 \series bold
44097
44098 \backslash
44099 usepackage{multicol}
44100 \end_layout
44101
44102 \begin_layout Standard
44103 という\SpecialChar LaTeX
44104 プリアンブル行を書いて読み込むことで,
44105 実現できます.
44106 \end_layout
44107
44108 \begin_layout Standard
44109 \begin_inset Note Greyedout
44110 status open
44111
44112 \begin_layout Plain Layout
44113 ここで,
44114
44115 \family sans
44116 \series bold
44117 文書\SpecialChar menuseparator
44118 設定
44119 \family default
44120 \series default
44121
44122 \begin_inset space \thinspace{}
44123 \end_inset
44124
44125 メニューの
44126 \family sans
44127 \series bold
44128 本文レイアウト
44129 \family default
44130 \series default
44131 で,
44132
44133 \family sans
44134 \series bold
44135 二段組文書
44136 \family default
44137 \series default
44138 の設定を有効に
44139 \begin_inset Flex 圏点
44140 status open
44141
44142 \begin_layout Plain Layout
44143 してはならない
44144 \end_layout
44145
44146 \end_inset
44147
44148 ことに注意してください.
44149 \end_layout
44150
44151 \end_inset
44152
44153
44154 \end_layout
44155
44156 \begin_layout Standard
44157 多段組文の前に
44158 \end_layout
44159
44160 \begin_layout Standard
44161
44162 \series bold
44163
44164 \backslash
44165 begin{multicols}{段数}
44166 \end_layout
44167
44168 \begin_layout Standard
44169 というコマンドを\SpecialChar TeX
44170 モードで書き入れます.「段数」は,
44171 2
44172 \begin_inset space \thinspace{}
44173 \end_inset
44174
44175 -
44176 \begin_inset space \thinspace{}
44177 \end_inset
44178
44179 10のあいだの数字です.多段組文の終わる数式の前には,
44180
44181 \end_layout
44182
44183 \begin_layout Standard
44184
44185 \series bold
44186
44187 \backslash
44188 end{multicols}
44189 \end_layout
44190
44191 \begin_layout Standard
44192 というコマンドを\SpecialChar TeX
44193 モードで入れます.
44194 \end_layout
44195
44196 \begin_layout Standard
44197 このコマンドによって,
44198 数式の前にいくらかの余白が,
44199 自動的に作られます.これをなくすには,
44200 数式の前に-6
44201 \begin_inset space \thinspace{}
44202 \end_inset
44203
44204 mmの垂直空白を入れて下さい.数式様式
44205 \series bold
44206
44207 \begin_inset Foot
44208 status collapsed
44209
44210 \begin_layout Plain Layout
44211 数式様式に関しては,
44212
44213 \begin_inset CommandInset ref
44214 LatexCommand ref
44215 reference "sec:数式様式"
44216 nolink "false"
44217
44218 \end_inset
44219
44220 節をご覧下さい.
44221 \end_layout
44222
44223 \end_inset
44224
44225
44226 \series default
44227 として
44228 \series bold
44229 行頭下げ
44230 \series default
44231 を使用している場合には,
44232 代わりに-9
44233 \begin_inset space \thinspace{}
44234 \end_inset
44235
44236 mmの垂直空白を入れて下さい.
44237 \end_layout
44238
44239 \begin_layout Standard
44240 以下は,
44241 別行立て数式を含む,
44242 多段組文の例です.
44243 \end_layout
44244
44245 \begin_layout Standard
44246 \begin_inset ERT
44247 status collapsed
44248
44249 \begin_layout Plain Layout
44250
44251
44252 \backslash
44253 begin{multicols}{2}
44254 \end_layout
44255
44256 \end_inset
44257
44258
44259 \lang ngerman
44260 Das Spektrum wird fouriertransformiert.
44261  Die Fouriertransformation wird verwendet,
44262  um die  überlagerten Signale (Netzwerk,
44263  Lösungsmittel) zu trennen.
44264  Nachdem wir die Phasenverschiebung bestimmen konnten,
44265  interessiert uns nun das Aussehen des Ausgangssignals.
44266  Im Experiment haben wir es mit sehr vielen Teilchen zu tun,
44267  so das man über alle Phasen integrieren muss.
44268  Sei nun 
44269 \begin_inset Formula $S$
44270 \end_inset
44271
44272  unser normiertes Ausgangssignal und 
44273 \begin_inset Formula $P$
44274 \end_inset
44275
44276  die Phasenverteilungsfunktion,
44277  so ergibt sich die Beziehung
44278 \lang japanese
44279
44280 \begin_inset ERT
44281 status collapsed
44282
44283 \begin_layout Plain Layout
44284
44285
44286 \backslash
44287 end{multicols}
44288 \end_layout
44289
44290 \end_inset
44291
44292
44293 \begin_inset VSpace -6mm
44294 \end_inset
44295
44296
44297 \begin_inset Formula 
44298 \begin{equation}
44299 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
44300 \end{equation}
44301
44302 \end_inset
44303
44304
44305 \begin_inset ERT
44306 status collapsed
44307
44308 \begin_layout Plain Layout
44309
44310
44311 \backslash
44312 begin{multicols}{2}
44313 \end_layout
44314
44315 \end_inset
44316
44317
44318 \lang ngerman
44319 wobei 
44320 \begin_inset Formula $S_{0}$
44321 \end_inset
44322
44323  das Signal ohne Gradient ist und die Normierungsbedingung 
44324 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
44325 \end_inset
44326
44327  gilt.
44328  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
44329  Direkt nach dem 
44330 \begin_inset Formula $\nicefrac{\pi}{2}$
44331 \end_inset
44332
44333
44334 \begin_inset space \thinspace{}
44335 \end_inset
44336
44337 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren,
44338  wodurch sich das Signal zusätzlich abschwächt.
44339  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten 
44340 \begin_inset Formula $T_{2}$
44341 \end_inset
44342
44343 -Zeit.
44344 \end_layout
44345
44346 \begin_layout Standard
44347 \begin_inset ERT
44348 status collapsed
44349
44350 \begin_layout Plain Layout
44351
44352
44353 \backslash
44354 end{multicols}
44355 \end_layout
44356
44357 \end_inset
44358
44359  
44360 \end_layout
44361
44362 \begin_layout Subsection
44363 変数の説明付き数式
44364 \begin_inset Index idx
44365 range none
44366 pageformat default
44367 status collapsed
44368
44369 \begin_layout Plain Layout
44370 \begin_inset IndexMacro sortkey
44371 status open
44372
44373 \begin_layout Plain Layout
44374 すうしき
44375 \end_layout
44376
44377 \end_inset
44378
44379 数式
44380 \begin_inset IndexMacro subentry
44381 status open
44382
44383 \begin_layout Plain Layout
44384 \begin_inset IndexMacro sortkey
44385 status open
44386
44387 \begin_layout Plain Layout
44388 へんすうのせつめいつき
44389 \end_layout
44390
44391 \end_inset
44392
44393 変数の説明付き
44394 \end_layout
44395
44396 \end_inset
44397
44398
44399 \end_layout
44400
44401 \end_inset
44402
44403
44404 \end_layout
44405
44406 \begin_layout Standard
44407 \begin_inset CommandInset ref
44408 LatexCommand eqref
44409 reference "eq:within"
44410 nolink "false"
44411
44412 \end_inset
44413
44414 式のように,
44415 数式内で変数の説明をするには,
44416
44417 \begin_inset Formula $n$
44418 \end_inset
44419
44420 個の変数が使われている場合,
44421 左寄せの列を持つ
44422 \begin_inset Formula $2\times n$
44423 \end_inset
44424
44425 行列を使用します
44426 \begin_inset Foot
44427 status collapsed
44428
44429 \begin_layout Plain Layout
44430 行列に関しては,
44431
44432 \begin_inset CommandInset ref
44433 LatexCommand ref
44434 reference "sec:行列"
44435 nolink "false"
44436
44437 \end_inset
44438
44439 節参照.
44440 \end_layout
44441
44442 \end_inset
44443
44444 .説明を小さな文字にするには,
44445 行列の前に,
44446 たとえば
44447 \series bold
44448
44449 \backslash
44450 footnotesize
44451 \series default
44452 コマンドを挿入します
44453 \begin_inset Foot
44454 status collapsed
44455
44456 \begin_layout Plain Layout
44457 フォント寸法に関しては,
44458
44459 \begin_inset CommandInset ref
44460 LatexCommand ref
44461 reference "subsec:書体寸法"
44462 nolink "false"
44463
44464 \end_inset
44465
44466 節参照.
44467 \end_layout
44468
44469 \end_inset
44470
44471
44472 \end_layout
44473
44474 \begin_layout Standard
44475 数式様式に
44476 \series bold
44477 行頭下げ
44478 \begin_inset Foot
44479 status collapsed
44480
44481 \begin_layout Plain Layout
44482 数式様式に関しては,
44483
44484 \begin_inset CommandInset ref
44485 LatexCommand ref
44486 reference "sec:数式様式"
44487 nolink "false"
44488
44489 \end_inset
44490
44491 節参照.
44492 \end_layout
44493
44494 \end_inset
44495
44496
44497 \series default
44498 を使っている場合,
44499 行列を数式とページ余白から等距離に置くために,
44500 行列の前後に
44501 \series bold
44502
44503 \backslash
44504 hfill
44505 \series default
44506
44507 \begin_inset Foot
44508 status collapsed
44509
44510 \begin_layout Plain Layout
44511
44512 \series bold
44513
44514 \backslash
44515 hfill
44516 \series default
44517 は,
44518
44519 \series bold
44520 行頭下げ
44521 \series default
44522 様式のときのみ機能します.第
44523 \begin_inset CommandInset ref
44524 LatexCommand ref
44525 reference "subsec:可変長の空白"
44526 nolink "false"
44527
44528 \end_inset
44529
44530 節をご覧下さい.
44531 \end_layout
44532
44533 \end_inset
44534
44535 を入れます.
44536 \end_layout
44537
44538 \begin_layout Standard
44539 数式様式に
44540 \series bold
44541 中央揃え
44542 \series default
44543 を使っている場合,
44544 数式を字下げするには,
44545
44546 \begin_inset CommandInset ref
44547 LatexCommand ref
44548 reference "subsec:flalign環境"
44549 nolink "false"
44550
44551 \end_inset
44552
44553 節で述べた方法を使用します.
44554 \begin_inset CommandInset ref
44555 LatexCommand eqref
44556 reference "eq:within"
44557 nolink "false"
44558
44559 \end_inset
44560
44561 式には5列があり,
44562 最初の2列には数式,
44563 3列めには行列,
44564 最終列には空の\SpecialChar TeX
44565 括弧が入っています.
44566 \begin_inset Formula 
44567 \begin{flalign}
44568 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
44569 \rho & \textrm{density}\\
44570 V & \textrm{volume}\\
44571 g & \textrm{gravitational acceleration}
44572 \end{array} &  & {}\label{eq:within}
44573 \end{flalign}
44574
44575 \end_inset
44576
44577
44578 \end_layout
44579
44580 \begin_layout Subsection
44581 アップライト体のギリシャ小文字
44582 \begin_inset CommandInset label
44583 LatexCommand label
44584 name "subsec:アップライト体ギリシャ小文字"
44585
44586 \end_inset
44587
44588
44589 \begin_inset Index idx
44590 range none
44591 pageformat default
44592 status collapsed
44593
44594 \begin_layout Plain Layout
44595 \begin_inset IndexMacro sortkey
44596 status open
44597
44598 \begin_layout Plain Layout
44599 きりしやもし
44600 \end_layout
44601
44602 \end_inset
44603
44604 ギリシャ文字
44605 \begin_inset IndexMacro subentry
44606 status open
44607
44608 \begin_layout Plain Layout
44609 \begin_inset IndexMacro sortkey
44610 status open
44611
44612 \begin_layout Plain Layout
44613 あつふらいとたい
44614 \end_layout
44615
44616 \end_inset
44617
44618 アップライト体
44619 \end_layout
44620
44621 \end_inset
44622
44623
44624 \end_layout
44625
44626 \end_inset
44627
44628
44629 \end_layout
44630
44631 \begin_layout Standard
44632 ほとんどの数式書体は,
44633 イタリック体のギリシャ小文字しか提供していません.しかし,
44634
44635 \begin_inset Formula $\pi$
44636 \end_inset
44637
44638 中間子やニュートリノのような素粒子の記号には,
44639 アップライト体のギリシャ文字が必要とされます.
44640 \series bold
44641 upgreek.sty
44642 \series default
44643
44644 \begin_inset Foot
44645 status collapsed
44646
44647 \begin_layout Plain Layout
44648
44649 \series bold
44650 upgreek
44651 \series default
44652 は,
44653
44654 \series bold
44655 was
44656 \series default
44657
44658 \begin_inset Index idx
44659 range none
44660 pageformat default
44661 status collapsed
44662
44663 \begin_layout Plain Layout
44664 はつけし@パッケージ!was
44665 \begin_inset ERT
44666 status collapsed
44667
44668 \begin_layout Plain Layout
44669
44670
44671 \backslash
44672 vspace{4mm}
44673 \end_layout
44674
44675 \end_inset
44676
44677
44678 \end_layout
44679
44680 \end_inset
44681
44682  \SpecialChar LaTeX
44683 パッケージの一部です.
44684 \end_layout
44685
44686 \end_inset
44687
44688
44689 \begin_inset Index idx
44690 range none
44691 pageformat default
44692 status collapsed
44693
44694 \begin_layout Plain Layout
44695 \begin_inset IndexMacro sortkey
44696 status open
44697
44698 \begin_layout Plain Layout
44699 はつけし
44700 \end_layout
44701
44702 \end_inset
44703
44704 パッケージ
44705 \begin_inset IndexMacro subentry
44706 status open
44707
44708 \begin_layout Plain Layout
44709 upgreek
44710 \end_layout
44711
44712 \end_inset
44713
44714
44715 \end_layout
44716
44717 \end_inset
44718
44719  ファイルを
44720 \end_layout
44721
44722 \begin_layout Standard
44723
44724 \series bold
44725
44726 \backslash
44727 usepackage{upgreek}
44728 \end_layout
44729
44730 \begin_layout Standard
44731 という\SpecialChar LaTeX
44732 プリアンブル行で読み込めば,
44733 これらが提供されるようになります.
44734 \begin_inset ERT
44735 status collapsed
44736
44737 \begin_layout Plain Layout
44738
44739
44740 \backslash
44741 ifupgreek 
44742 \end_layout
44743
44744 \end_inset
44745
44746
44747 \begin_inset Note Note
44748 status open
44749
44750 \begin_layout Plain Layout
44751 以下の表は,
44752
44753 \series bold
44754 upgreek
44755 \series default
44756  \SpecialChar LaTeX
44757 パッケージが導入済みのときのみ表示されます.
44758 \end_layout
44759
44760 \end_inset
44761
44762 アップライト体のギリシャ小文字は,
44763 ギリシャ小文字のコマンド名の前に
44764 \series bold
44765 up
44766 \series default
44767 を付けると作ることができます.たとえば
44768 \series bold
44769
44770 \backslash
44771 uptau
44772 \series default
44773 コマンドは,
44774
44775 \begin_inset Formula $\uptau$
44776 \end_inset
44777
44778 のようになります.
44779 \end_layout
44780
44781 \begin_layout Standard
44782 これらのコマンドを使えば,
44783 以下のような素粒子の反応を組版することができるようになります.
44784 \begin_inset Formula 
44785 \[
44786 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}
44787 \]
44788
44789 \end_inset
44790
44791
44792 \end_layout
44793
44794 \begin_layout Standard
44795 アップライト体の文字は,
44796 イタリック体のものよりも太く幅広です.したがって,
44797 これらを「
44798 \begin_inset Formula $\mu m$
44799 \end_inset
44800
44801 」のような単位に使うべきではありません.
44802 \end_layout
44803
44804 \begin_layout Standard
44805 \begin_inset ERT
44806 status collapsed
44807
44808 \begin_layout Plain Layout
44809
44810
44811 \backslash
44812 else 
44813 \end_layout
44814
44815 \end_inset
44816
44817
44818 \begin_inset Note Note
44819 status open
44820
44821 \begin_layout Plain Layout
44822 以下は,
44823
44824 \series bold
44825 upgreek
44826 \series default
44827  \SpecialChar LaTeX
44828 パッケージが導入されていないときのみ表示されます.
44829 \end_layout
44830
44831 \end_inset
44832
44833
44834 \end_layout
44835
44836 \begin_layout Standard
44837 この小節のすべてを出力で見るには,
44838
44839 \series bold
44840 upgreek
44841 \series default
44842  \SpecialChar LaTeX
44843 パッケージを導入する必要があります.
44844 \end_layout
44845
44846 \begin_layout Standard
44847 \begin_inset ERT
44848 status collapsed
44849
44850 \begin_layout Plain Layout
44851
44852
44853 \backslash
44854 fi 
44855 \end_layout
44856
44857 \end_inset
44858
44859
44860 \end_layout
44861
44862 \begin_layout Subsection
44863 数式中のテキスト文字
44864 \begin_inset Index idx
44865 range none
44866 pageformat default
44867 status collapsed
44868
44869 \begin_layout Plain Layout
44870 \begin_inset IndexMacro sortkey
44871 status open
44872
44873 \begin_layout Plain Layout
44874 てきすと
44875 \end_layout
44876
44877 \end_inset
44878
44879 テキスト
44880 \begin_inset IndexMacro subentry
44881 status open
44882
44883 \begin_layout Plain Layout
44884 \begin_inset IndexMacro sortkey
44885 status open
44886
44887 \begin_layout Plain Layout
44888 すうしきちゆうの
44889 \end_layout
44890
44891 \end_inset
44892
44893 数式中の
44894 \end_layout
44895
44896 \end_inset
44897
44898
44899 \end_layout
44900
44901 \end_inset
44902
44903
44904 \end_layout
44905
44906 \begin_layout Standard
44907 折にふれて,
44908 テキスト文字を直接数式中に入れたいときがあるでしょう.たとえば,
44909 中黒「·」を
44910 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
44911 \end_inset
44912
44913 のように数式中で頻繁に用いようとすると,
44914 この中黒はすべてのエンコーディングでテキスト文字として定義されているために,
44915 代わりに
44916 \series bold
44917
44918 \backslash
44919 cdot
44920 \series default
44921
44922 \begin_inset Foot
44923 status collapsed
44924
44925 \begin_layout Plain Layout
44926
44927 \begin_inset CommandInset ref
44928 LatexCommand ref
44929 reference "subsec:二項演算子"
44930 nolink "false"
44931
44932 \end_inset
44933
44934 節参照.
44935 \end_layout
44936
44937 \end_inset
44938
44939 コマンドを挿入しなくてはならなくなることでしょう.しかし,
44940
44941 \end_layout
44942
44943 \begin_layout Standard
44944
44945 \series bold
44946
44947 \backslash
44948 Declare Inputtext{183}{
44949 \backslash
44950 ifmmode
44951 \backslash
44952 cdot
44953 \backslash
44954 else
44955 \backslash
44956 textperiodcentered
44957 \backslash
44958 f\SpecialChar ligaturebreak
44959 i}
44960 \end_layout
44961
44962 \begin_layout Standard
44963 という\SpecialChar LaTeX
44964 プリアンブル行を使えば,
44965 エンコーディングに変更を加えることができます.
44966 \end_layout
44967
44968 \begin_layout Standard
44969 文字エンコーディング(
44970 \family sans
44971 \series bold
44972 文書\SpecialChar menuseparator
44973 設定\SpecialChar menuseparator
44974 言語
44975 \family default
44976 \series default
44977
44978 \begin_inset space \thinspace{}
44979 \end_inset
44980
44981 メニュー)は,
44982 キーボード上のキーが押されたときにどの文字が表示されるかを指定します.「·」文字に対応するキーが押されると,
44983 内部的には
44984 \series bold
44985
44986 \backslash
44987 textperiodcentered
44988 \series default
44989 コマンドが使用されます.しかし,
44990 このコマンドは数式中では使えないので,
44991 \SpecialChar LaTeX
44992 エラーが発生するのです.変更後のエンコーディングでは,
44993 文字が数式中に挿入されたか否かによって,
44994 正しいコマンドが自動的に選択されます.
44995 \end_layout
44996
44997 \begin_layout Standard
44998 定義ファイル中には,
44999 複数の文字のエンコーディングが保管されています.たとえば,
45000
45001 \series bold
45002 latin9
45003 \series default
45004 エンコーディングは,
45005 \SpecialChar LaTeX
45006 がインストールされたフォルダにある
45007 \series bold
45008 latin9.def
45009 \series default
45010 ファイルに定義されています.エンコーディングは,
45011 \SpecialChar LaTeX
45012 プリアンブルで変更するべきであって,
45013 定義ファイルを変更してはなりません.さもないと,
45014 自分の作成した文書は,
45015 他のコンピューターで作業をしている他のユーザーによっては編集することができなくなってしまいます.
45016 \end_layout
45017
45018 \begin_layout Standard
45019 \begin_inset VSpace medskip
45020 \end_inset
45021
45022 中黒の他にこの文書では,
45023 角度記号「
45024 \begin_inset Formula $^{\circ}$
45025 \end_inset
45026
45027 」が,
45028 数式に直接入れることができるよう,
45029 以下のような\SpecialChar LaTeX
45030 プリアンブル行で定義されています
45031 \begin_inset Foot
45032 status collapsed
45033
45034 \begin_layout Plain Layout
45035 [訳註]p\SpecialChar LaTeX
45036 では,
45037 これらの定義は必要ないので,
45038 コメントアウトして無効にしてあります.
45039 \end_layout
45040
45041 \end_inset
45042
45043
45044 \end_layout
45045
45046 \begin_layout Standard
45047
45048 \series bold
45049
45050 \backslash
45051 DeclareInputtext{176}{
45052 \backslash
45053 ifmmode^
45054 \backslash
45055 circ
45056 \backslash
45057 else
45058 \backslash
45059 textdegree
45060 \backslash
45061 f\SpecialChar ligaturebreak
45062 i}
45063 \end_layout
45064
45065 \begin_layout Subsection
45066 数式中の\SpecialChar LaTeX
45067 コメント
45068 \begin_inset Index idx
45069 range none
45070 pageformat default
45071 status collapsed
45072
45073 \begin_layout Plain Layout
45074 \begin_inset IndexMacro sortkey
45075 status open
45076
45077 \begin_layout Plain Layout
45078 Latexこめんと
45079 \end_layout
45080
45081 \end_inset
45082
45083 \SpecialChar LaTeX
45084 コメント
45085 \end_layout
45086
45087 \end_inset
45088
45089
45090 \end_layout
45091
45092 \begin_layout Standard
45093 本文中では,
45094 ファイルの\SpecialChar LaTeX
45095 ソースコードでのみ見ることのできるコメントを,
45096
45097 \family sans
45098 \series bold
45099 挿入\SpecialChar menuseparator
45100 註釈\SpecialChar menuseparator
45101 コメント
45102 \family default
45103 \series default
45104
45105 \begin_inset space \thinspace{}
45106 \end_inset
45107
45108 メニューで挿入することができます.これと同じことは,
45109 数式中ではできませんが,
45110
45111 \end_layout
45112
45113 \begin_layout Standard
45114
45115 \series bold
45116
45117 \backslash
45118 %
45119 \end_layout
45120
45121 \begin_layout Standard
45122 というコマンドを使えば,
45123 \SpecialChar LaTeX
45124 コメントを挿入することができます.このコマンドを打ち込むと,
45125 コメントを書き込むことのできるボックスが生成されます.\SpecialChar LyX
45126 のバグのせいで
45127 \begin_inset Foot
45128 status collapsed
45129
45130 \begin_layout Plain Layout
45131 \begin_inset CommandInset href
45132 LatexCommand href
45133 name "LyX-bug #9002"
45134 target "https://www.lyx.org/trac/ticket/9002"
45135 literal "false"
45136
45137 \end_inset
45138
45139
45140 \end_layout
45141
45142 \end_inset
45143
45144
45145 コメント中に,
45146 通常の本文や数式内本文そのものを書くことはできませんが,
45147 \SpecialChar LaTeX
45148 出力中に,
45149 \SpecialChar LaTeX
45150 コマンドの形では見ることができます.
45151 \lang english
45152
45153 \begin_inset Newline newline
45154 \end_inset
45155
45156
45157 \lang japanese
45158 下記は,
45159 \SpecialChar LaTeX
45160 コメントを持つ数式の例です.
45161 \begin_inset Formula 
45162 \[
45163 A=B%\text{これはコメントです。}
45164 \]
45165
45166 \end_inset
45167
45168
45169 \end_layout
45170
45171 \begin_layout Section
45172 \start_of_appendix
45173 組版上の助言
45174 \begin_inset Index idx
45175 range none
45176 pageformat default
45177 status collapsed
45178
45179 \begin_layout Plain Layout
45180 \begin_inset IndexMacro sortkey
45181 status open
45182
45183 \begin_layout Plain Layout
45184 くみはんしようのしよけん
45185 \end_layout
45186
45187 \end_inset
45188
45189 組版上の助言
45190 \end_layout
45191
45192 \end_inset
45193
45194
45195 \end_layout
45196
45197 \begin_layout Standard
45198 この節は,
45199 ISO規範に掲げてある,
45200 もっとも重要な組版ルールの要約です
45201 \begin_inset Foot
45202 status collapsed
45203
45204 \begin_layout Plain Layout
45205 この要約の一部は,
45206 ISO規則を取り上げている「Duden」
45207 \begin_inset CommandInset citation
45208 LatexCommand cite
45209 key "Duden"
45210 literal "true"
45211
45212 \end_inset
45213
45214 と呼ばれるドイツの半公的辞書から採られています.
45215 \end_layout
45216
45217 \end_inset
45218
45219
45220 \end_layout
45221
45222 \begin_layout Itemize
45223 物理単位は,
45224 つねに(イタリック文中にあるときも)アップライト体にします
45225 \begin_inset Foot
45226 status collapsed
45227
45228 \begin_layout Plain Layout
45229 書体様式で指定します.第
45230 \begin_inset CommandInset ref
45231 LatexCommand ref
45232 reference "subsec:書体様式"
45233 nolink "false"
45234
45235 \end_inset
45236
45237 節を参照.
45238 \end_layout
45239
45240 \end_inset
45241
45242
45243 30
45244 \begin_inset space \thinspace{}
45245 \end_inset
45246
45247 km/h
45248 \begin_inset Newline newline
45249 \end_inset
45250
45251 値と単位の間には,
45252 最小空白を入れます.第
45253 \begin_inset CommandInset ref
45254 LatexCommand ref
45255 reference "subsec:定義済みの空白"
45256 nolink "false"
45257
45258 \end_inset
45259
45260 節を参照.
45261 \begin_inset Newline newline
45262 \end_inset
45263
45264 この慣習は,
45265
45266 \series bold
45267
45268 \backslash
45269 unittwo
45270 \series default
45271 コマンドを使用すると,
45272 つねに満たされます.このコマンドを数式に入れると,
45273 二つの枠が現れます.最初の枠には値をいれ,
45274 第二の枠に単位を入れると,
45275 上記と同じような結果が得られます:
45276
45277 \begin_inset Formula $\unit[30]{km/h}$
45278 \end_inset
45279
45280
45281 \begin_inset space \thinspace{}
45282 \end_inset
45283
45284 .実は,
45285
45286 \series bold
45287
45288 \backslash
45289 unittwo
45290 \series default
45291 は,
45292 \SpecialChar LaTeX
45293 コマンドの実体ではなく,
45294
45295 \series bold
45296
45297 \backslash
45298 unit[値]{単位}
45299 \series default
45300 というコマンドです.したがって,
45301 これを\SpecialChar TeX
45302 コード中で使用することはできません.
45303 \end_layout
45304
45305 \begin_layout Itemize
45306 百分率記号と千分率記号は,
45307 物理単位と同様に組みます:
45308
45309 \begin_inset Newline newline
45310 \end_inset
45311
45312 血中アルコール1,2
45313 \begin_inset space \thinspace{}
45314 \end_inset
45315
45316
45317 \end_layout
45318
45319 \begin_layout Itemize
45320 角度記号は値の直後に置きます:
45321
45322 \begin_inset Formula $15^{\circ}$
45323 \end_inset
45324
45325 .しかし,
45326 単位として用いられるときは別です:
45327 15
45328 \begin_inset space \thinspace{}
45329 \end_inset
45330
45331
45332 \begin_inset Formula $^{\circ}\negmedspace\mbox{C}$
45333 \end_inset
45334
45335
45336 \end_layout
45337
45338 \begin_layout Itemize
45339 4桁以上の数は,
45340 3桁ごとに最小空白を直前に挿入して,
45341 グループ化します:
45342 18
45343 \begin_inset space \thinspace{}
45344 \end_inset
45345
45346 473
45347 \begin_inset space \thinspace{}
45348 \end_inset
45349
45350 588
45351 \end_layout
45352
45353 \begin_layout Itemize
45354 \begin_inset Formula $120\times90\times40$
45355 \end_inset
45356
45357
45358 \begin_inset space \thinspace{}
45359 \end_inset
45360
45361 cmのような寸法には,
45362 積記号「
45363 \begin_inset Formula $\times$
45364 \end_inset
45365
45366 」を用います.これは,
45367
45368 \series bold
45369
45370 \backslash
45371 times
45372 \series default
45373 コマンドか,
45374
45375 \family sans
45376 \series bold
45377 挿入\SpecialChar menuseparator
45378 特殊文字\SpecialChar menuseparator
45379 記号
45380 \family default
45381 \series default
45382
45383 \begin_inset space \thinspace{}
45384 \end_inset
45385
45386 メニューから入れることができます.
45387 \end_layout
45388
45389 \begin_layout Itemize
45390 いくつかの文字を含む関数名は,
45391 混乱を防ぐためにアップライト体にします.第
45392 \begin_inset CommandInset ref
45393 LatexCommand ref
45394 reference "subsec:定義済み函数"
45395 nolink "false"
45396
45397 \end_inset
45398
45399 節を参照.
45400 \end_layout
45401
45402 \begin_layout Itemize
45403 複数の文字を含む指数は,
45404 アップライト体にします:
45405
45406 \begin_inset Formula $E_{\mathrm{kin}}$
45407 \end_inset
45408
45409
45410 \begin_inset Newline newline
45411 \end_inset
45412
45413 行列要素はイタリック体にします:
45414
45415 \begin_inset Formula $\hat{H}_{kl}$
45416 \end_inset
45417
45418
45419 \end_layout
45420
45421 \begin_layout Itemize
45422 微分作用素・積分作用素「d」,
45423 オイラー数「e」,
45424 虚数単位「i」は,
45425 他の変数と間違えることを避けるために,
45426 アップライト体にします.
45427 \end_layout
45428
45429 \begin_layout Itemize
45430
45431 \noun on
45432 フーリエ
45433 \noun default
45434 変換を表す文字は,
45435
45436 \series bold
45437
45438 \backslash
45439 mathscr
45440 \begin_inset space \textvisiblespace{}
45441 \end_inset
45442
45443 {F
45444 \series default
45445 コマンド
45446 \begin_inset Index idx
45447 range none
45448 pageformat default
45449 status collapsed
45450
45451 \begin_layout Plain Layout
45452 こまんと@コマンド!
45453  M!
45454 \backslash
45455 mathscr
45456 \end_layout
45457
45458 \end_inset
45459
45460
45461 \begin_inset space \thinspace{}
45462 \end_inset
45463
45464
45465 \family sans
45466 \series bold
45467 挿入\SpecialChar menuseparator
45468 特殊文字\SpecialChar menuseparator
45469 記号\SpecialChar menuseparator
45470 文字様記号
45471 \family default
45472 \series default
45473
45474 \begin_inset space \thinspace{}
45475 \end_inset
45476
45477 メニューの
45478 \begin_inset Formula $\mathscr{F}$
45479 \end_inset
45480
45481 で入れることができます.
45482 \end_layout
45483
45484 \begin_layout Section
45485 同義語
45486 \begin_inset Index idx
45487 range none
45488 pageformat default
45489 status collapsed
45490
45491 \begin_layout Plain Layout
45492 \begin_inset IndexMacro sortkey
45493 status open
45494
45495 \begin_layout Plain Layout
45496 とうきこ
45497 \end_layout
45498
45499 \end_inset
45500
45501 同義語
45502 \end_layout
45503
45504 \end_inset
45505
45506
45507 \end_layout
45508
45509 \begin_layout Standard
45510 いくつかの文字や記号は,
45511 複数のコマンドから作ることができます.以下は,
45512 同義のコマンドの一覧です.
45513 \end_layout
45514
45515 \begin_layout Standard
45516 \begin_inset VSpace bigskip
45517 \end_inset
45518
45519
45520 \begin_inset space \hfill{}
45521 \end_inset
45522
45523
45524 \begin_inset Tabular
45525 <lyxtabular version="3" rows="12" columns="2">
45526 <features booktabs="true" tabularvalignment="middle">
45527 <column alignment="center" valignment="top" width="0pt">
45528 <column alignment="center" valignment="top" width="0pt">
45529 <row>
45530 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
45531 \begin_inset Text
45532
45533 \begin_layout Plain Layout
45534 コマンド
45535 \end_layout
45536
45537 \end_inset
45538 </cell>
45539 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
45540 \begin_inset Text
45541
45542 \begin_layout Plain Layout
45543 同義のコマンド
45544 \end_layout
45545
45546 \end_inset
45547 </cell>
45548 </row>
45549 <row>
45550 <cell alignment="center" valignment="top" usebox="none">
45551 \begin_inset Text
45552
45553 \begin_layout Plain Layout
45554
45555 \backslash
45556 ast
45557 \end_layout
45558
45559 \end_inset
45560 </cell>
45561 <cell alignment="center" valignment="top" usebox="none">
45562 \begin_inset Text
45563
45564 \begin_layout Plain Layout
45565 *
45566 \end_layout
45567
45568 \end_inset
45569 </cell>
45570 </row>
45571 <row>
45572 <cell alignment="center" valignment="top" usebox="none">
45573 \begin_inset Text
45574
45575 \begin_layout Plain Layout
45576
45577 \backslash
45578 choose
45579 \end_layout
45580
45581 \end_inset
45582 </cell>
45583 <cell alignment="center" valignment="top" usebox="none">
45584 \begin_inset Text
45585
45586 \begin_layout Plain Layout
45587
45588 \backslash
45589 binom
45590 \end_layout
45591
45592 \end_inset
45593 </cell>
45594 </row>
45595 <row>
45596 <cell alignment="center" valignment="top" usebox="none">
45597 \begin_inset Text
45598
45599 \begin_layout Plain Layout
45600
45601 \backslash
45602 geq
45603 \end_layout
45604
45605 \end_inset
45606 </cell>
45607 <cell alignment="center" valignment="top" usebox="none">
45608 \begin_inset Text
45609
45610 \begin_layout Plain Layout
45611
45612 \backslash
45613 ge
45614 \end_layout
45615
45616 \end_inset
45617 </cell>
45618 </row>
45619 <row>
45620 <cell alignment="center" valignment="top" usebox="none">
45621 \begin_inset Text
45622
45623 \begin_layout Plain Layout
45624
45625 \backslash
45626 lbrace
45627 \end_layout
45628
45629 \end_inset
45630 </cell>
45631 <cell alignment="center" valignment="top" usebox="none">
45632 \begin_inset Text
45633
45634 \begin_layout Plain Layout
45635 {
45636 \end_layout
45637
45638 \end_inset
45639 </cell>
45640 </row>
45641 <row>
45642 <cell alignment="center" valignment="top" usebox="none">
45643 \begin_inset Text
45644
45645 \begin_layout Plain Layout
45646
45647 \backslash
45648 lbracket
45649 \end_layout
45650
45651 \end_inset
45652 </cell>
45653 <cell alignment="center" valignment="top" usebox="none">
45654 \begin_inset Text
45655
45656 \begin_layout Plain Layout
45657 [
45658 \end_layout
45659
45660 \end_inset
45661 </cell>
45662 </row>
45663 <row>
45664 <cell alignment="center" valignment="top" usebox="none">
45665 \begin_inset Text
45666
45667 \begin_layout Plain Layout
45668
45669 \backslash
45670 leftarrow
45671 \end_layout
45672
45673 \end_inset
45674 </cell>
45675 <cell alignment="center" valignment="top" usebox="none">
45676 \begin_inset Text
45677
45678 \begin_layout Plain Layout
45679
45680 \backslash
45681 gets
45682 \end_layout
45683
45684 \end_inset
45685 </cell>
45686 </row>
45687 <row>
45688 <cell alignment="center" valignment="top" usebox="none">
45689 \begin_inset Text
45690
45691 \begin_layout Plain Layout
45692
45693 \backslash
45694 leq
45695 \end_layout
45696
45697 \end_inset
45698 </cell>
45699 <cell alignment="center" valignment="top" usebox="none">
45700 \begin_inset Text
45701
45702 \begin_layout Plain Layout
45703
45704 \backslash
45705 le
45706 \end_layout
45707
45708 \end_inset
45709 </cell>
45710 </row>
45711 <row>
45712 <cell alignment="center" valignment="top" usebox="none">
45713 \begin_inset Text
45714
45715 \begin_layout Plain Layout
45716
45717 \backslash
45718 lor
45719 \end_layout
45720
45721 \end_inset
45722 </cell>
45723 <cell alignment="center" valignment="top" usebox="none">
45724 \begin_inset Text
45725
45726 \begin_layout Plain Layout
45727
45728 \backslash
45729 vee
45730 \end_layout
45731
45732 \end_inset
45733 </cell>
45734 </row>
45735 <row>
45736 <cell alignment="center" valignment="top" usebox="none">
45737 \begin_inset Text
45738
45739 \begin_layout Plain Layout
45740
45741 \backslash
45742 neq
45743 \end_layout
45744
45745 \end_inset
45746 </cell>
45747 <cell alignment="center" valignment="top" usebox="none">
45748 \begin_inset Text
45749
45750 \begin_layout Plain Layout
45751
45752 \backslash
45753 not=
45754 \end_layout
45755
45756 \end_inset
45757 </cell>
45758 </row>
45759 <row>
45760 <cell alignment="center" valignment="top" usebox="none">
45761 \begin_inset Text
45762
45763 \begin_layout Plain Layout
45764
45765 \backslash
45766 slash
45767 \end_layout
45768
45769 \end_inset
45770 </cell>
45771 <cell alignment="center" valignment="top" usebox="none">
45772 \begin_inset Text
45773
45774 \begin_layout Plain Layout
45775 /
45776 \end_layout
45777
45778 \end_inset
45779 </cell>
45780 </row>
45781 <row>
45782 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
45783 \begin_inset Text
45784
45785 \begin_layout Plain Layout
45786
45787 \backslash
45788 vert
45789 \end_layout
45790
45791 \end_inset
45792 </cell>
45793 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
45794 \begin_inset Text
45795
45796 \begin_layout Plain Layout
45797 |
45798 \end_layout
45799
45800 \end_inset
45801 </cell>
45802 </row>
45803 </lyxtabular>
45804
45805 \end_inset
45806
45807
45808 \begin_inset space \hfill{}
45809 \end_inset
45810
45811
45812 \begin_inset Tabular
45813 <lyxtabular version="3" rows="12" columns="2">
45814 <features booktabs="true" tabularvalignment="middle">
45815 <column alignment="center" valignment="top" width="0pt">
45816 <column alignment="center" valignment="top" width="0pt">
45817 <row>
45818 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
45819 \begin_inset Text
45820
45821 \begin_layout Plain Layout
45822 コマンド
45823 \end_layout
45824
45825 \end_inset
45826 </cell>
45827 <cell alignment="center" valignment="top" topline="true" bottomline="true" usebox="none">
45828 \begin_inset Text
45829
45830 \begin_layout Plain Layout
45831 同義のコマンド
45832 \end_layout
45833
45834 \end_inset
45835 </cell>
45836 </row>
45837 <row>
45838 <cell alignment="center" valignment="top" usebox="none">
45839 \begin_inset Text
45840
45841 \begin_layout Plain Layout
45842
45843 \backslash
45844 backslash
45845 \end_layout
45846
45847 \end_inset
45848 </cell>
45849 <cell alignment="center" valignment="top" usebox="none">
45850 \begin_inset Text
45851
45852 \begin_layout Plain Layout
45853
45854 \backslash
45855
45856 \backslash
45857
45858 \end_layout
45859
45860 \end_inset
45861 </cell>
45862 </row>
45863 <row>
45864 <cell alignment="center" valignment="top" usebox="none">
45865 \begin_inset Text
45866
45867 \begin_layout Plain Layout
45868
45869 \backslash
45870 dasharrow
45871 \end_layout
45872
45873 \end_inset
45874 </cell>
45875 <cell alignment="center" valignment="top" usebox="none">
45876 \begin_inset Text
45877
45878 \begin_layout Plain Layout
45879
45880 \backslash
45881 dashrightarrow
45882 \end_layout
45883
45884 \end_inset
45885 </cell>
45886 </row>
45887 <row>
45888 <cell alignment="center" valignment="top" usebox="none">
45889 \begin_inset Text
45890
45891 \begin_layout Plain Layout
45892
45893 \backslash
45894 land
45895 \end_layout
45896
45897 \end_inset
45898 </cell>
45899 <cell alignment="center" valignment="top" usebox="none">
45900 \begin_inset Text
45901
45902 \begin_layout Plain Layout
45903
45904 \backslash
45905 wedge
45906 \end_layout
45907
45908 \end_inset
45909 </cell>
45910 </row>
45911 <row>
45912 <cell alignment="center" valignment="top" usebox="none">
45913 \begin_inset Text
45914
45915 \begin_layout Plain Layout
45916
45917 \backslash
45918 rbrace
45919 \end_layout
45920
45921 \end_inset
45922 </cell>
45923 <cell alignment="center" valignment="top" usebox="none">
45924 \begin_inset Text
45925
45926 \begin_layout Plain Layout
45927 }
45928 \end_layout
45929
45930 \end_inset
45931 </cell>
45932 </row>
45933 <row>
45934 <cell alignment="center" valignment="top" usebox="none">
45935 \begin_inset Text
45936
45937 \begin_layout Plain Layout
45938
45939 \backslash
45940 rbracket
45941 \end_layout
45942
45943 \end_inset
45944 </cell>
45945 <cell alignment="center" valignment="top" usebox="none">
45946 \begin_inset Text
45947
45948 \begin_layout Plain Layout
45949 ]
45950 \end_layout
45951
45952 \end_inset
45953 </cell>
45954 </row>
45955 <row>
45956 <cell alignment="center" valignment="top" usebox="none">
45957 \begin_inset Text
45958
45959 \begin_layout Plain Layout
45960
45961 \backslash
45962 rightarrow
45963 \end_layout
45964
45965 \end_inset
45966 </cell>
45967 <cell alignment="center" valignment="top" usebox="none">
45968 \begin_inset Text
45969
45970 \begin_layout Plain Layout
45971
45972 \backslash
45973 to
45974 \end_layout
45975
45976 \end_inset
45977 </cell>
45978 </row>
45979 <row>
45980 <cell alignment="center" valignment="top" usebox="none">
45981 \begin_inset Text
45982
45983 \begin_layout Plain Layout
45984
45985 \backslash
45986 lnot
45987 \end_layout
45988
45989 \end_inset
45990 </cell>
45991 <cell alignment="center" valignment="top" usebox="none">
45992 \begin_inset Text
45993
45994 \begin_layout Plain Layout
45995
45996 \backslash
45997 neg
45998 \end_layout
45999
46000 \end_inset
46001 </cell>
46002 </row>
46003 <row>
46004 <cell alignment="center" valignment="top" usebox="none">
46005 \begin_inset Text
46006
46007 \begin_layout Plain Layout
46008
46009 \backslash
46010 ne
46011 \end_layout
46012
46013 \end_inset
46014 </cell>
46015 <cell alignment="center" valignment="top" usebox="none">
46016 \begin_inset Text
46017
46018 \begin_layout Plain Layout
46019
46020 \backslash
46021 not=
46022 \end_layout
46023
46024 \end_inset
46025 </cell>
46026 </row>
46027 <row>
46028 <cell alignment="center" valignment="top" usebox="none">
46029 \begin_inset Text
46030
46031 \begin_layout Plain Layout
46032
46033 \backslash
46034 owns
46035 \end_layout
46036
46037 \end_inset
46038 </cell>
46039 <cell alignment="center" valignment="top" usebox="none">
46040 \begin_inset Text
46041
46042 \begin_layout Plain Layout
46043
46044 \backslash
46045 ni
46046 \end_layout
46047
46048 \end_inset
46049 </cell>
46050 </row>
46051 <row>
46052 <cell alignment="center" valignment="top" usebox="none">
46053 \begin_inset Text
46054
46055 \begin_layout Plain Layout
46056
46057 \backslash
46058 square
46059 \end_layout
46060
46061 \end_inset
46062 </cell>
46063 <cell alignment="center" valignment="top" usebox="none">
46064 \begin_inset Text
46065
46066 \begin_layout Plain Layout
46067
46068 \backslash
46069 Box
46070 \end_layout
46071
46072 \end_inset
46073 </cell>
46074 </row>
46075 <row>
46076 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
46077 \begin_inset Text
46078
46079 \begin_layout Plain Layout
46080
46081 \backslash
46082 Vert
46083 \end_layout
46084
46085 \end_inset
46086 </cell>
46087 <cell alignment="center" valignment="top" bottomline="true" usebox="none">
46088 \begin_inset Text
46089
46090 \begin_layout Plain Layout
46091
46092 \backslash
46093 |
46094 \end_layout
46095
46096 \end_inset
46097 </cell>
46098 </row>
46099 </lyxtabular>
46100
46101 \end_inset
46102
46103
46104 \begin_inset space \hfill{}
46105 \end_inset
46106
46107
46108 \end_layout
46109
46110 \begin_layout Bibliography
46111 \begin_inset CommandInset bibitem
46112 LatexCommand bibitem
46113 key "TLC2"
46114 literal "true"
46115
46116 \end_inset
46117
46118
46119 \shape smallcaps
46120 F.
46121  Mittelbach;
46122  M.
46123  Goossens
46124 \shape default
46125 :
46126  
46127 \shape italic
46128 The \SpecialChar LaTeX
46129  Companion
46130 \shape default
46131 ,
46132  2nd ed.
46133  Addison Wesley,
46134  2004
46135 \end_layout
46136
46137 \begin_layout Bibliography
46138 \begin_inset CommandInset bibitem
46139 LatexCommand bibitem
46140 key "Mathmode"
46141 literal "true"
46142
46143 \end_inset
46144
46145 \SpecialChar LaTeX
46146 の数式能力の
46147 \begin_inset CommandInset href
46148 LatexCommand href
46149 name "説明"
46150 target "http://mirrors.ctan.org/obsolete/info/math/voss/mathmode/Mathmode.pdf"
46151 literal "false"
46152
46153 \end_inset
46154
46155
46156 \end_layout
46157
46158 \begin_layout Bibliography
46159 \begin_inset CommandInset bibitem
46160 LatexCommand bibitem
46161 key "AMS"
46162 literal "true"
46163
46164 \end_inset
46165
46166
46167 \begin_inset ERT
46168 status collapsed
46169
46170 \begin_layout Plain Layout
46171
46172
46173 \backslash
46174 AmS
46175 \end_layout
46176
46177 \end_inset
46178
46179 -\SpecialChar LaTeX
46180
46181 \begin_inset CommandInset href
46182 LatexCommand href
46183 name "説明"
46184 target "http://tug.ctan.org/info/amslatex/english/amsldoc.pdf"
46185 literal "false"
46186
46187 \end_inset
46188
46189
46190 \end_layout
46191
46192 \begin_layout Bibliography
46193 \begin_inset CommandInset bibitem
46194 LatexCommand bibitem
46195 key "Symbols"
46196 literal "true"
46197
46198 \end_inset
46199
46200 \SpecialChar LaTeX
46201 パッケージで利用できる記号の
46202 \begin_inset CommandInset href
46203 LatexCommand href
46204 name "全覧"
46205 target "http://tug.ctan.org/info/symbols/comprehensive/symbols-a4.pdf"
46206 literal "false"
46207
46208 \end_inset
46209
46210
46211 \end_layout
46212
46213 \begin_layout Bibliography
46214 \begin_inset CommandInset bibitem
46215 LatexCommand bibitem
46216 key "cancel"
46217 literal "true"
46218
46219 \end_inset
46220
46221 \SpecialChar LaTeX
46222  
46223 \series bold
46224 cancel
46225 \series default
46226
46227 \begin_inset Index idx
46228 range none
46229 pageformat default
46230 status collapsed
46231
46232 \begin_layout Plain Layout
46233 \begin_inset IndexMacro sortkey
46234 status open
46235
46236 \begin_layout Plain Layout
46237 はつけし
46238 \end_layout
46239
46240 \end_inset
46241
46242 パッケージ
46243 \begin_inset IndexMacro subentry
46244 status open
46245
46246 \begin_layout Plain Layout
46247 cancel
46248 \end_layout
46249
46250 \end_inset
46251
46252
46253 \end_layout
46254
46255 \end_inset
46256
46257 パッケージの
46258 \begin_inset CommandInset href
46259 LatexCommand href
46260 name "取扱説明書"
46261 target "https://www.ctan.org/tex-archive/macros/latex/contrib/cancel/cancel.pdf"
46262 literal "false"
46263
46264 \end_inset
46265
46266
46267 \end_layout
46268
46269 \begin_layout Bibliography
46270 \begin_inset CommandInset bibitem
46271 LatexCommand bibitem
46272 key "hyperref"
46273 literal "true"
46274
46275 \end_inset
46276
46277 \SpecialChar LaTeX
46278  
46279 \series bold
46280 hyperref
46281 \series default
46282
46283 \begin_inset Index idx
46284 range none
46285 pageformat default
46286 status collapsed
46287
46288 \begin_layout Plain Layout
46289 \begin_inset IndexMacro sortkey
46290 status open
46291
46292 \begin_layout Plain Layout
46293 はつけし
46294 \end_layout
46295
46296 \end_inset
46297
46298 パッケージ
46299 \begin_inset IndexMacro subentry
46300 status open
46301
46302 \begin_layout Plain Layout
46303 hyperref
46304 \end_layout
46305
46306 \end_inset
46307
46308
46309 \end_layout
46310
46311 \end_inset
46312
46313 パッケージの
46314 \begin_inset CommandInset href
46315 LatexCommand href
46316 name "取扱説明書"
46317 target "https://www.ctan.org/tex-archive/macros/latex/contrib/hyperref/doc/manual.pdf"
46318 literal "false"
46319
46320 \end_inset
46321
46322
46323 \end_layout
46324
46325 \begin_layout Bibliography
46326 \begin_inset CommandInset bibitem
46327 LatexCommand bibitem
46328 key "mhchem"
46329 literal "true"
46330
46331 \end_inset
46332
46333 \SpecialChar LaTeX
46334  
46335 \series bold
46336 mhchem
46337 \series default
46338
46339 \begin_inset Index idx
46340 range none
46341 pageformat default
46342 status collapsed
46343
46344 \begin_layout Plain Layout
46345 \begin_inset IndexMacro sortkey
46346 status open
46347
46348 \begin_layout Plain Layout
46349 はつけし
46350 \end_layout
46351
46352 \end_inset
46353
46354 パッケージ
46355 \begin_inset IndexMacro subentry
46356 status open
46357
46358 \begin_layout Plain Layout
46359 mhchem
46360 \end_layout
46361
46362 \end_inset
46363
46364
46365 \end_layout
46366
46367 \end_inset
46368
46369 パッケージの
46370 \begin_inset CommandInset href
46371 LatexCommand href
46372 name "取扱説明書"
46373 target "https://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
46374 literal "false"
46375
46376 \end_inset
46377
46378
46379 \end_layout
46380
46381 \begin_layout Bibliography
46382 \begin_inset CommandInset bibitem
46383 LatexCommand bibitem
46384 key "Duden"
46385 literal "true"
46386
46387 \end_inset
46388
46389
46390 \emph on
46391 Duden Band
46392 \begin_inset space ~
46393 \end_inset
46394
46395 1
46396 \emph default
46397 .
46398  22.
46399 \begin_inset space ~
46400 \end_inset
46401
46402 Auflage,
46403  Dudenverlag,
46404  2000
46405 \end_layout
46406
46407 \begin_layout Bibliography
46408 \begin_inset CommandInset bibitem
46409 LatexCommand bibitem
46410 key "Checklist"
46411 literal "true"
46412
46413 \end_inset
46414
46415 原稿見直しの
46416 \begin_inset CommandInset href
46417 LatexCommand href
46418 name "チェックリスト"
46419 target "https://www.nist.gov/physical-measurement-laboratory/special-publication-811"
46420 literal "false"
46421
46422 \end_inset
46423
46424
46425 \end_layout
46426
46427 \begin_layout Standard
46428 \begin_inset CommandInset index_print
46429 LatexCommand printindex
46430 type "idx"
46431 name "索引"
46432 literal "false"
46433
46434 \end_inset
46435
46436
46437 \end_layout
46438
46439 \end_body
46440 \end_document